go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=fc0a40f39" ./cmd/odo/ go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=fc0a40f39" ./cmd/odo/ GOFLAGS='-mod=vendor' go run -mod=vendor github.com/onsi/ginkgo/ginkgo -randomizeAllSpecs -slowSpecThreshold=120 -timeout 14400s -nodes=32 tests/integration/ Running Suite: Integration Suite ================================ Random Seed: 1654086817 - Will randomize all specs Will run 33 specs Running in parallel across 32 nodes ••••••••••••••••••••••••••••••••• Ran 33 of 33 Specs in 50.096 seconds SUCCESS! -- 33 Passed | 0 Failed | 0 Pending | 0 Skipped Ginkgo ran 1 suite in 1m38.233607863s Test Suite Passed go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=fc0a40f39" ./cmd/odo/ GOFLAGS='-mod=vendor' go run -mod=vendor github.com/onsi/ginkgo/ginkgo -randomizeAllSpecs -slowSpecThreshold=120 -timeout 14400s -nodes=32 tests/interactive/ Running Suite: Interactive Suite ================================ Random Seed: 1654086924 - Will randomize all specs Will run 11 specs Running in parallel across 32 nodes ••••••••••• Ran 11 of 11 Specs in 29.009 seconds SUCCESS! -- 11 Passed | 0 Failed | 0 Pending | 0 Skipped Ginkgo ran 1 suite in 37.016126793s Test Suite Passed go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=fc0a40f39" ./cmd/odo/ GOFLAGS='-mod=vendor' go run -mod=vendor github.com/onsi/ginkgo/ginkgo -randomizeAllSpecs -slowSpecThreshold=120 -timeout 14400s -nodes=32 tests/integration/devfile/ Running Suite: Devfile Suite ============================ Random Seed: 1654086969 - Will randomize all specs Will run 147 specs Running in parallel across 32 nodes •••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [4.626 seconds] odo dev command tests /workspace/cfb4e4c7-7df2-42d2-ba58-defd802327f3/tests/integration/devfile/cmd_dev_test.go:25 using Kubernetes cluster /workspace/cfb4e4c7-7df2-42d2-ba58-defd802327f3/tests/integration/devfile/cmd_dev_test.go:1298 should run odo dev successfully on default namespace [BeforeEach] /workspace/cfb4e4c7-7df2-42d2-ba58-defd802327f3/tests/integration/devfile/cmd_dev_test.go:1305 This is a Kubernetes specific scenario, skipping /workspace/cfb4e4c7-7df2-42d2-ba58-defd802327f3/tests/integration/devfile/cmd_dev_test.go:1301 ------------------------------ •••••••••••••••••••••••••••••••• ------------------------------ • [SLOW TEST:148.225 seconds] odo list with devfile /workspace/cfb4e4c7-7df2-42d2-ba58-defd802327f3/tests/integration/devfile/cmd_devfile_list_test.go:15 devfile has missing metadata /workspace/cfb4e4c7-7df2-42d2-ba58-defd802327f3/tests/integration/devfile/cmd_devfile_list_test.go:91 when projectType is missing /workspace/cfb4e4c7-7df2-42d2-ba58-defd802327f3/tests/integration/devfile/cmd_devfile_list_test.go:115 when the component is pushed in dev mode /workspace/cfb4e4c7-7df2-42d2-ba58-defd802327f3/tests/integration/devfile/cmd_devfile_list_test.go:125 should show the language for 'Type' in odo list /workspace/cfb4e4c7-7df2-42d2-ba58-defd802327f3/tests/integration/devfile/cmd_devfile_list_test.go:137 ------------------------------ ••••• ------------------------------ • [SLOW TEST:158.703 seconds] odo dev command tests /workspace/cfb4e4c7-7df2-42d2-ba58-defd802327f3/tests/integration/devfile/cmd_dev_test.go:25 when Create and dev java-springboot component /workspace/cfb4e4c7-7df2-42d2-ba58-defd802327f3/tests/integration/devfile/cmd_dev_test.go:1062 should execute default build and run commands correctly /workspace/cfb4e4c7-7df2-42d2-ba58-defd802327f3/tests/integration/devfile/cmd_dev_test.go:1077 ------------------------------ ••••••••• ------------------------------ • [SLOW TEST:170.439 seconds] odo add binding command tests /workspace/cfb4e4c7-7df2-42d2-ba58-defd802327f3/tests/integration/devfile/cmd_add_binding_test.go:13 when the component is bootstrapped /workspace/cfb4e4c7-7df2-42d2-ba58-defd802327f3/tests/integration/devfile/cmd_add_binding_test.go:39 when adding a binding /workspace/cfb4e4c7-7df2-42d2-ba58-defd802327f3/tests/integration/devfile/cmd_add_binding_test.go:44 when odo dev is run /workspace/cfb4e4c7-7df2-42d2-ba58-defd802327f3/tests/integration/devfile/cmd_add_binding_test.go:54 should successfully bind component and service /workspace/cfb4e4c7-7df2-42d2-ba58-defd802327f3/tests/integration/devfile/cmd_add_binding_test.go:63 ------------------------------ ••• ------------------------------ • [SLOW TEST:135.759 seconds] odo dev command tests /workspace/cfb4e4c7-7df2-42d2-ba58-defd802327f3/tests/integration/devfile/cmd_dev_test.go:25 when a container component defines a Command or Args /workspace/cfb4e4c7-7df2-42d2-ba58-defd802327f3/tests/integration/devfile/cmd_dev_test.go:1386 should run odo dev successfully (#5620) /workspace/cfb4e4c7-7df2-42d2-ba58-defd802327f3/tests/integration/devfile/cmd_dev_test.go:1395 ------------------------------ •••••••••• ------------------------------ • [SLOW TEST:148.712 seconds] odo dev command tests /workspace/cfb4e4c7-7df2-42d2-ba58-defd802327f3/tests/integration/devfile/cmd_dev_test.go:25 when running odo dev and multiple env variables are set /workspace/cfb4e4c7-7df2-42d2-ba58-defd802327f3/tests/integration/devfile/cmd_dev_test.go:509 should be able to exec command /workspace/cfb4e4c7-7df2-42d2-ba58-defd802327f3/tests/integration/devfile/cmd_dev_test.go:516 ------------------------------ • ------------------------------ • [SLOW TEST:168.557 seconds] odo dev command tests /workspace/cfb4e4c7-7df2-42d2-ba58-defd802327f3/tests/integration/devfile/cmd_dev_test.go:25 when a component is bootstrapped and pushed /workspace/cfb4e4c7-7df2-42d2-ba58-defd802327f3/tests/integration/devfile/cmd_dev_test.go:55 when odo dev is executed /workspace/cfb4e4c7-7df2-42d2-ba58-defd802327f3/tests/integration/devfile/cmd_dev_test.go:186 when deleting previous deployment and switching kubeconfig to another namespace /workspace/cfb4e4c7-7df2-42d2-ba58-defd802327f3/tests/integration/devfile/cmd_dev_test.go:200 should run odo dev on initial namespace /workspace/cfb4e4c7-7df2-42d2-ba58-defd802327f3/tests/integration/devfile/cmd_dev_test.go:218 ------------------------------ ••••••• ------------------------------ • [SLOW TEST:157.546 seconds] odo dev command tests /workspace/cfb4e4c7-7df2-42d2-ba58-defd802327f3/tests/integration/devfile/cmd_dev_test.go:25 when java-springboot application is created and running odo dev /workspace/cfb4e4c7-7df2-42d2-ba58-defd802327f3/tests/integration/devfile/cmd_dev_test.go:1128 when Update the devfile.yaml /workspace/cfb4e4c7-7df2-42d2-ba58-defd802327f3/tests/integration/devfile/cmd_dev_test.go:1142 when compare the local and remote files /workspace/cfb4e4c7-7df2-42d2-ba58-defd802327f3/tests/integration/devfile/cmd_dev_test.go:1156 localFiles and remoteFiles should match /workspace/cfb4e4c7-7df2-42d2-ba58-defd802327f3/tests/integration/devfile/cmd_dev_test.go:1201 ------------------------------ • [SLOW TEST:155.357 seconds] odo dev command tests /workspace/cfb4e4c7-7df2-42d2-ba58-defd802327f3/tests/integration/devfile/cmd_dev_test.go:25 when java-springboot application is created and running odo dev /workspace/cfb4e4c7-7df2-42d2-ba58-defd802327f3/tests/integration/devfile/cmd_dev_test.go:1128 when Update the devfile.yaml /workspace/cfb4e4c7-7df2-42d2-ba58-defd802327f3/tests/integration/devfile/cmd_dev_test.go:1142 Should build the application successfully /workspace/cfb4e4c7-7df2-42d2-ba58-defd802327f3/tests/integration/devfile/cmd_dev_test.go:1152 ------------------------------ • [SLOW TEST:197.318 seconds] odo list with devfile /workspace/cfb4e4c7-7df2-42d2-ba58-defd802327f3/tests/integration/devfile/cmd_devfile_list_test.go:15 devfile has missing metadata /workspace/cfb4e4c7-7df2-42d2-ba58-defd802327f3/tests/integration/devfile/cmd_devfile_list_test.go:91 when projectType and language is missing /workspace/cfb4e4c7-7df2-42d2-ba58-defd802327f3/tests/integration/devfile/cmd_devfile_list_test.go:143 when the component is pushed /workspace/cfb4e4c7-7df2-42d2-ba58-defd802327f3/tests/integration/devfile/cmd_devfile_list_test.go:152 should show 'nodejs' for 'Type' in odo list /workspace/cfb4e4c7-7df2-42d2-ba58-defd802327f3/tests/integration/devfile/cmd_devfile_list_test.go:163 ------------------------------ Ran 146 of 147 Specs in 289.076 seconds SUCCESS! -- 146 Passed | 0 Failed | 0 Pending | 1 Skipped Ginkgo ran 1 suite in 4m57.318287448s Test Suite Passed GOFLAGS='-mod=vendor' go run -mod=vendor github.com/onsi/ginkgo/ginkgo -randomizeAllSpecs -slowSpecThreshold=120 -timeout 14400s -nodes=1 tests/integration/devfile/debug/ === RUN TestDebug Running Suite: Devfile Debug Suite ================================== Random Seed: 1654087276 Will run 0 of 0 specs Failed to create JUnit report file: ../../reports/junit_2022-6-1_12-41-16_1.xml open ../../reports/junit_2022-6-1_12-41-16_1.xml: no such file or directoryFailed to generate JUnit report invalid argument Ran 0 of 0 Specs in 0.001 seconds SUCCESS! -- 0 Passed | 0 Failed | 0 Pending | 0 Skipped --- PASS: TestDebug (0.00s) PASS Ginkgo ran 1 suite in 8.049036355s Test Suite Passed go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=fc0a40f39" ./cmd/odo/ GOFLAGS='-mod=vendor' go run -mod=vendor github.com/onsi/ginkgo/ginkgo -randomizeAllSpecs -slowSpecThreshold=120 -timeout 14400s -nodes=1 -focus="odo login and logout command tests" tests/integration/loginlogout/ Running Suite: Login Logout Suite ================================= Random Seed: 1654087285 - Will randomize all specs Will run 3 of 3 specs •• ------------------------------ S [SKIPPING] [0.001 seconds] odo login and logout command tests /workspace/cfb4e4c7-7df2-42d2-ba58-defd802327f3/tests/integration/loginlogout/cmd_login_logout_test.go:12 when running login tests /workspace/cfb4e4c7-7df2-42d2-ba58-defd802327f3/tests/integration/loginlogout/cmd_login_logout_test.go:41 should successful with correct credentials and fails with incorrect token [It] /workspace/cfb4e4c7-7df2-42d2-ba58-defd802327f3/tests/integration/loginlogout/cmd_login_logout_test.go:42 Skipping login command tests as SKIP_USER_LOGIN_TESTS is true /workspace/cfb4e4c7-7df2-42d2-ba58-defd802327f3/tests/integration/loginlogout/cmd_login_logout_test.go:46 ------------------------------ Failed to create JUnit report file: ../../reports/junit_2022-6-1_12-41-32_1.xml open ../../reports/junit_2022-6-1_12-41-32_1.xml: no such file or directoryFailed to generate JUnit report invalid argument Ran 2 of 3 Specs in 0.252 seconds SUCCESS! -- 2 Passed | 0 Failed | 0 Pending | 1 Skipped PASS Ginkgo ran 1 suite in 7.672887815s Test Suite Passed go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=fc0a40f39" ./cmd/odo/ GOFLAGS='-mod=vendor' go run -mod=vendor github.com/onsi/ginkgo/ginkgo -randomizeAllSpecs -slowSpecThreshold=120 -timeout 14400s -nodes=32 -focus="odo project command tests" tests/integration/project/ Running Suite: Project Suite ============================ Random Seed: 1654087301 - Will randomize all specs Will run 6 specs Running in parallel across 32 nodes •••••• Ran 6 of 6 Specs in 17.717 seconds SUCCESS! -- 6 Passed | 0 Failed | 0 Pending | 0 Skipped Ginkgo ran 1 suite in 25.944981164s Test Suite Passed go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=fc0a40f39" ./cmd/odo/ GOFLAGS='-mod=vendor' go run -mod=vendor github.com/onsi/ginkgo/ginkgo -randomizeAllSpecs -slowSpecThreshold=120 -timeout 14400s -nodes=32 -focus="odo devfile supported tests" tests/e2escenarios/ Running Suite: odo e2e scenarios ================================ Random Seed: 1654087336 - Will randomize all specs Will run 4 specs Running in parallel across 32 nodes •••• Ran 4 of 4 Specs in 102.105 seconds SUCCESS! -- 4 Passed | 0 Failed | 0 Pending | 0 Skipped Ginkgo ran 1 suite in 1m50.292344939s Test Suite Passed