cp ododevapispec.yaml pkg/apiserver-impl/swagger-ui/swagger.yaml go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=e0d442d88" ./cmd/odo/ go run -mod=vendor github.com/onsi/ginkgo/v2/ginkgo --randomize-all --poll-progress-after=120s --poll-progress-interval=120s -timeout 14400s --no-color -nodes=16 --junit-report="test-integration-unauth.xml" --label-filter="unauth" tests/integration Running Suite: Integration Suite - /go/odo_1/tests/integration ============================================================== Random Seed: 1699711868 - will randomize all specs Will run 127 of 956 specs Running in parallel across 16 processes SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ • [4.223 seconds] odo preference and config command tests label unauth should fail to set an incompatible format for a preference that accepts duration [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:165 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [4.500 seconds] odo devfile init command tests label unauth telemetry should error out if ODO_DISABLE_TELEMETRY=true and ODO_TRACKING_CONSENT=yes [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:452 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSS ------------------------------ • [4.528 seconds] odo devfile init command tests label unauth telemetry should error out if ODO_DISABLE_TELEMETRY=false and ODO_TRACKING_CONSENT=no [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:452 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [5.145 seconds] odo devfile registry command tests label unauth when adding a registry should list newly added registry [unauth] /go/odo_1/tests/integration/cmd_devfile_registry_test.go:171 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSS ------------------------------ • [5.626 seconds] odo devfile init command tests label unauth should successfully run odo init for devfile with starter project from the specified tag [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:309 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ • [5.764 seconds] odo devfile build-images command tests label unauth when using a devfile.yaml containing an Image component with Dockerfile args should be able pass extra flags to Podman/Docker build command [unauth] /go/odo_1/tests/integration/cmd_devfile_build_images_test.go:151 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSS ------------------------------ • [5.962 seconds] odo devfile init command tests label unauth running odo init with valid flags when using --devfile-version flag to download a specific version should download the devfile with the requested version [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:198 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ • [5.354 seconds] odo preference and config command tests label unauth check that help works should display help info [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:46 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSS ------------------------------ • [2.183 seconds] odo describe component command tests describe commands in Devfile when initializing a component with different types of commands should describe the Devfile commands in human-readable form [unauth, nocluster] /go/odo_1/tests/integration/cmd_describe_component_test.go:725 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [6.779 seconds] odo describe component command tests when creating a component when renaming to hide devfile.yaml file should describe the component in the current directory using the hidden devfile [unauth] /go/odo_1/tests/integration/cmd_describe_component_test.go:239 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ • [7.399 seconds] odo devfile init command tests label unauth telemetry when recording telemetry data with empty caller env var should record the telemetry data correctly [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:563 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [7.270 seconds] odo devfile build-images command tests label unauth when using a devfile.yaml containing an Image component should run odo build-images --push [unauth] /go/odo_1/tests/integration/cmd_devfile_build_images_test.go:102 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ • [3.791 seconds] odo devfile registry command tests label unauth Should fail to delete the registry, when registry is not present [unauth] /go/odo_1/tests/integration/cmd_devfile_registry_test.go:162 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSSSSSS ------------------------------ • [8.528 seconds] odo devfile init command tests label unauth telemetry when recording telemetry data with ODO_TRACKING_CONSENT=yes env var should take precedence over ConsentTelemetry preference should record the telemetry data correctly [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:563 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSSS ------------------------------ • [6.015 seconds] odo devfile build-images command tests label unauth when using a devfile.yaml containing an Image component with no build context should build image via Podman by defaulting build context to devfile path [unauth] /go/odo_1/tests/integration/cmd_devfile_build_images_test.go:235 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ • [4.164 seconds] odo devfile build-images command tests label unauth using a Devfile with an image component using a remote Dockerfile when remote server returns an error should not run 'odo build-images --push' [unauth] /go/odo_1/tests/integration/cmd_devfile_build_images_test.go:292 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [10.035 seconds] odo init interactive command tests label unauth displaying welcoming messages when directory is not empty should display appropriate welcoming messages [unauth] /go/odo_1/tests/integration/interactive_init_test.go:460 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" Spawning '/go/bin/odo init' from /tmp/3523771871 << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [11.054 seconds] odo init interactive command tests label unauth should download correct devfile-starter [unauth] /go/odo_1/tests/integration/interactive_init_test.go:310 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" Spawning '/go/bin/odo init' from /tmp/1740705159 << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ • [4.729 seconds] odo generic label unauth returns error when using an invalid command with --help [unauth] /go/odo_1/tests/integration/generic_test.go:92 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSSSSSSSSS ------------------------------ • [6.147 seconds] odo devfile registry command tests label unauth Should fail with an error with no registries [unauth] /go/odo_1/tests/integration/cmd_devfile_registry_test.go:156 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [6.876 seconds] odo preference and config command tests label unauth when telemetry is enabled when unsetting value for preference UpdateNotification should track parameter that is unset without any value [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:247 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSS ------------------------------ • [6.209 seconds] odo devfile init command tests label unauth running odo init with valid flags when using --devfile-registry flag should successfully run odo init if specified registry is valid [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:251 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [12.604 seconds] odo preference and config command tests label unauth When viewing global config should get the default global config keys [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:74 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSSSSSS ------------------------------ • [12.537 seconds] odo init interactive command tests label unauth displaying welcoming messages when directory is empty should display appropriate welcoming messages [unauth] /go/odo_1/tests/integration/interactive_init_test.go:409 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" Spawning '/go/bin/odo init' from /tmp/3272307011 << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ • [5.912 seconds] odo devfile init command tests label unauth running odo init with valid flags when using --devfile-version flag and JSON output to download the latest version should show the requested devfile version [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:212 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [8.533 seconds] odo preference and config command tests label unauth When no ConsentTelemetry preference value is set should not prompt when preference command is run [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:181 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSS ------------------------------ • [6.270 seconds] odo devfile init command tests label unauth running odo init with valid flags when using --devfile-version flag and JSON output to download a specific version should show the requested devfile version [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:212 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ • [4.050 seconds] odo devfile build-images command tests label unauth when using a devfile.yaml containing an Image component with no build context should build image via Docker by defaulting build context to devfile path [unauth] /go/odo_1/tests/integration/cmd_devfile_build_images_test.go:235 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ • [7.657 seconds] odo devfile init command tests label unauth telemetry when recording telemetry data with valid caller env var: jboss should record the telemetry data correctly [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:563 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSS ------------------------------ • [8.455 seconds] odo preference and config command tests label unauth when telemetry is enabled when setting value for preference ImageRegistry should anonymize values set such that same strings have same hash [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:287 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ • [5.527 seconds] odo preference and config command tests label unauth when telemetry is enabled when unsetting value for preference ImageRegistry should track parameter that is unset without any value [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:247 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [5.389 seconds] odo devfile build-images command tests label unauth using a Devfile with an image component using a remote Dockerfile when remote server returns a valid file should build images [unauth] /go/odo_1/tests/integration/cmd_devfile_build_images_test.go:328 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [6.112 seconds] odo devfile registry command tests label unauth when adding a registry deleting registry and creating component with registry flag [unauth] /go/odo_1/tests/integration/cmd_devfile_registry_test.go:189 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ • [8.980 seconds] odo init interactive command tests label unauth displaying welcoming messages when alizer detection of javascript name should display node-echo name [unauth] /go/odo_1/tests/integration/interactive_init_test.go:513 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" Spawning '/go/bin/odo init' from /tmp/181209460 << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSSSSSSSS ------------------------------ • [5.351 seconds] odo create/delete/list/set namespace/project tests list namespace should fail, with unauth cluster [unauth] /go/odo_1/tests/integration/cmd_namespace_test.go:217 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ • [6.943 seconds] odo devfile registry command tests label unauth when adding a registry should list registry with recently added registry on top [unauth] /go/odo_1/tests/integration/cmd_devfile_registry_test.go:195 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [6.760 seconds] odo preference and config command tests label unauth when telemetry is enabled when unsetting value for preference ConsentTelemetry should track parameter that is unset without any value [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:247 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSS ------------------------------ • [7.680 seconds] odo devfile init command tests label unauth when a dangling env file exists in the working directory should successfully create a devfile component and remove the dangling env file [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:261 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [7.971 seconds] odo devfile build-images command tests label unauth when using a devfile.yaml containing an Image component should pass extra args to Podman [unauth] /go/odo_1/tests/integration/cmd_devfile_build_images_test.go:102 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ • [6.809 seconds] odo preference and config command tests label unauth when telemetry is enabled when setting value for preference UpdateNotification should track parameter that is set along with its plain value [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:270 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSS ------------------------------ • [6.716 seconds] odo devfile init command tests label unauth checking odo init final output message when the devfile used by `odo init` does not contain a deploy command should only show information about `odo dev`, and not `odo deploy` [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:355 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ • [6.405 seconds] odo devfile init command tests label unauth when running odo init from a directory with sources should work without --starter flag [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:327 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSS ------------------------------ • [5.458 seconds] odo preference and config command tests label unauth When no ConsentTelemetry preference value is set should not prompt when user calls for help [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:176 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [7.338 seconds] odo preference and config command tests label unauth when when preference.yaml contains an int value for Timeout should show warning about incompatible Timeout value when viewing preferences [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:158 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ • [5.269 seconds] odo generic executing odo version command when executing the complete command with server info should show the version of odo major components [unauth] /go/odo_1/tests/integration/generic_test.go:184 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [7.256 seconds] odo preference and config command tests label unauth when telemetry is enabled when unsetting value for preference Timeout should track parameter that is unset without any value [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:247 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSS ------------------------------ • [10.365 seconds] odo devfile registry command tests label unauth Should list detailed information regarding nodejs [unauth] /go/odo_1/tests/integration/cmd_devfile_registry_test.go:51 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSSSS ------------------------------ • [FAILED] [7.936 seconds] odo devfile init command tests label unauth running odo init with valid flags when using --devfile flag and JSON output [It] should return correct values in output [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:152 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output Timeline >> Created dir: /tmp/3988217201 Created dir: /tmp/1112246718 Setting KUBECONFIG=/tmp/1112246718/config Running oc with args [oc whoami] and odo env: [] [oc] Error from server (Forbidden): users.user.openshift.io "~" is forbidden: User "system:anonymous" cannot get resource "users" in API group "user.openshift.io" at the cluster scope Current working dir: /go/odo_1/tests/integration Setting current dir to: /tmp/3988217201 Running odo with args [odo preference remove registry DefaultDevfileRegistry -f] and odo env: [] [odo] I1111 14:12:33.941446 13834 implem.go:114] The path for preference file is /tmp/1112246718/preference.yaml [odo] Successfully removed registry [odo] I1111 14:12:33.951036 13834 implem.go:114] The path for preference file is /tmp/1112246718/preference.yaml [odo] I1111 14:12:33.952020 13834 segment.go:268] Checking telemetry enable status [odo] I1111 14:12:33.952110 13834 segment.go:286] Sending telemetry disabled by env variable Running odo with args [odo preference add registry DefaultDevfileRegistry https://registry.stage.devfile.io] and odo env: [] [odo] I1111 14:12:34.874011 13975 implem.go:114] The path for preference file is /tmp/1112246718/preference.yaml [odo] New registry successfully added [odo] I1111 14:12:34.887739 13975 implem.go:114] The path for preference file is /tmp/1112246718/preference.yaml [odo] I1111 14:12:34.893523 13975 segment.go:268] Checking telemetry enable status [odo] I1111 14:12:34.893560 13975 segment.go:286] Sending telemetry disabled by env variable Setting current dir to: /tmp/3988217201 Running odo with args [odo init --name aname --devfile go -o json] and odo env: [] [odo] { [odo] "devfilePath": "/tmp/3988217201/devfile.yaml", [odo] "devfileData": { [odo] "devfile": { [odo] "schemaVersion": "2.1.0", [odo] "metadata": { [odo] "name": "aname", [odo] "version": "1.2.0", [odo] "displayName": "Go Runtime", [odo] "description": "Go (version 1.19.x) is an open source programming language that makes it easy to build simple, reliable, and efficient software.", [odo] "tags": [ [odo] "Go" [odo] ], [odo] "icon": "https://raw.githubusercontent.com/devfile-samples/devfile-stack-icons/main/golang.svg", [odo] "projectType": "Go", [odo] "language": "Go", [odo] "provider": "Red Hat" [odo] }, [odo] "components": [ [odo] { [odo] "name": "runtime", [odo] "container": { [odo] "image": "registry.access.redhat.com/ubi9/go-toolset:1.19.13-4.1697647145", [odo] "env": [ [odo] { [odo] "name": "DEBUG_PORT", [odo] "value": "5858" [odo] } [odo] ], [odo] "memoryLimit": "1024Mi", [odo] "args": [ [odo] "tail", [odo] "-f", [odo] "/dev/null" [odo] ], [odo] "mountSources": true, [odo] "endpoints": [ [odo] { [odo] "name": "http-go", [odo] "targetPort": 8080 [odo] }, [odo] { [odo] "name": "debug", [odo] "targetPort": 5858, [odo] "exposure": "none" [odo] } [odo] ] [odo] } [odo] } [odo] ], [odo] "starterProjects": [ [odo] { [odo] "name": "go-starter", [odo] "description": "A Go project with a simple HTTP server", [odo] "git": { [odo] "checkoutFrom": { [odo] "revision": "main" [odo] }, [odo] "remotes": { [odo] "origin": "https://github.com/devfile-samples/devfile-stack-go.git" [odo] } [odo] } [odo] } [odo] ], [odo] "commands": [ [odo] { [odo] "id": "build", [odo] "exec": { [odo] "group": { [odo] "kind": "build", [odo] "isDefault": true [odo] }, [odo] "commandLine": "go build main.go", [odo] "component": "runtime", [odo] "workingDir": "${PROJECT_SOURCE}", [odo] "env": [ [odo] { [odo] "name": "GOPATH", [odo] "value": "${PROJECT_SOURCE}/.go" [odo] }, [odo] { [odo] "name": "GOCACHE", [odo] "value": "${PROJECT_SOURCE}/.cache" [odo] } [odo] ] [odo] } [odo] }, [odo] { [odo] "id": "run", [odo] "exec": { [odo] "group": { [odo] "kind": "run", [odo] "isDefault": true [odo] }, [odo] "commandLine": "./main", [odo] "component": "runtime", [odo] "workingDir": "${PROJECT_SOURCE}" [odo] } [odo] }, [odo] { [odo] "id": "debug", [odo] "exec": { [odo] "group": { [odo] "kind": "debug", [odo] "isDefault": true [odo] }, [odo] "commandLine": "GOPATH=${PROJECT_SOURCE}/.go \\\nGOCACHE=${PROJECT_SOURCE}/.cache \\\ndlv \\\n --listen=127.0.0.1:${DEBUG_PORT} \\\n --only-same-user=false \\\n --headless=true \\\n --api-version=2 \\\n --accept-multiclient \\\n debug --continue main.go\n", [odo] "component": "runtime", [odo] "workingDir": "${PROJECT_SOURCE}" [odo] } [odo] } [odo] ] [odo] }, [odo] "commands": [ [odo] { [odo] "name": "build", [odo] "type": "exec", [odo] "group": "build", [odo] "isDefault": true, [odo] "commandLine": "go build main.go", [odo] "component": "runtime", [odo] "componentType": "container" [odo] }, [odo] { [odo] "name": "run", [odo] "type": "exec", [odo] "group": "run", [odo] "isDefault": true, [odo] "commandLine": "./main", [odo] "component": "runtime", [odo] "componentType": "container" [odo] }, [odo] { [odo] "name": "debug", [odo] "type": "exec", [odo] "group": "debug", [odo] "isDefault": true, [odo] "commandLine": "GOPATH=${PROJECT_SOURCE}/.go \\\nGOCACHE=${PROJECT_SOURCE}/.cache \\\ndlv \\\n --listen=127.0.0.1:${DEBUG_PORT} \\\n --only-same-user=false \\\n --headless=true \\\n --api-version=2 \\\n --accept-multiclient \\\n debug --continue main.go\n", [odo] "component": "runtime", [odo] "componentType": "container" [odo] } [odo] ], [odo] "supportedOdoFeatures": { [odo] "dev": true, [odo] "deploy": false, [odo] "debug": true [odo] } [odo] }, [odo] "runningIn": { [odo] "deploy": false, [odo] "dev": false [odo] }, [odo] "managedBy": "odo" [odo] } [FAILED] in [It] - /go/odo_1/tests/helper/helper_generic.go:321 @ 11/11/23 14:12:37.357 Setting current dir to: /go/odo_1/tests/integration Deleting dir: /tmp/3988217201 Deleting dir: /tmp/1112246718 << Timeline [FAILED] content of path "devfileData.supportedOdoFeatures.debug" should be "false" but is "true" Expected : true to equal : false In [It] at: /go/odo_1/tests/helper/helper_generic.go:321 @ 11/11/23 14:12:37.357 ------------------------------ SSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ • [5.493 seconds] odo devfile registry command tests label unauth when adding a registry should successfully delete registry [unauth] /go/odo_1/tests/integration/cmd_devfile_registry_test.go:185 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [7.164 seconds] odo devfile init command tests label unauth should successfully run odo init for devfile with starter project from the specified branch [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:303 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [4.885 seconds] odo devfile init command tests label unauth when running odo init from a directory with sources should not accept --starter flag [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:330 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [5.473 seconds] odo preference and config command tests label unauth when running help for preference command should display the help [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:56 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSS ------------------------------ • [6.887 seconds] odo preference and config command tests label unauth when telemetry is enabled when setting value for preference ImageRegistry should anonymize values set such that different strings will not have same hash [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:304 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [6.100 seconds] odo generic label unauth returns error when using an invalid command [unauth] /go/odo_1/tests/integration/generic_test.go:57 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [5.701 seconds] odo preference and config command tests label unauth when telemetry is enabled when setting value for preference ImageRegistry should track parameter that is set along with its hashed value [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:270 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSS ------------------------------ • [6.253 seconds] odo preference and config command tests label unauth when telemetry is enabled when setting value for preference RegistryCacheTime should track parameter that is set along with its plain value [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:270 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ • [5.918 seconds] odo generic label unauth when running odo without subcommand and flags a short vesion of help contents is returned, an error is not expected [unauth] /go/odo_1/tests/integration/generic_test.go:52 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [5.801 seconds] odo devfile registry command tests label unauth Should list all default registries [unauth] /go/odo_1/tests/integration/cmd_devfile_registry_test.go:41 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ • [3.567 seconds] odo devfile build-images command tests label unauth using a Devfile with an image component using a remote Dockerfile when remote server returns a valid file should build images [unauth] /go/odo_1/tests/integration/cmd_devfile_build_images_test.go:328 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [6.226 seconds] odo devfile init command tests label unauth checking odo init final output message when the devfile used by `odo init` does not contain a deploy command should not show the interactive mode notice message [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:360 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [4.084 seconds] odo devfile build-images command tests label unauth using a Devfile with an image component using a remote Dockerfile when remote server returns an error should not build images [unauth] /go/odo_1/tests/integration/cmd_devfile_build_images_test.go:284 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ • [6.028 seconds] odo generic label unauth when running odo --help does not support the --kubeconfig flag [unauth] /go/odo_1/tests/integration/generic_test.go:42 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ • [6.974 seconds] odo preference and config command tests label unauth when telemetry is enabled when setting value for preference Ephemeral should track parameter that is set along with its plain value [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:270 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSSSSSS ------------------------------ • [8.368 seconds] odo list with devfile devfile has missing metadata when projectType and language is missing should show 'Not available' for 'Type' in odo list [unauth] /go/odo_1/tests/integration/cmd_devfile_list_test.go:349 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSS ------------------------------ • [5.707 seconds] odo devfile build-images command tests label unauth when using a devfile.yaml containing an Image component should pass extra args to Docker [unauth] /go/odo_1/tests/integration/cmd_devfile_build_images_test.go:102 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSS ------------------------------ • [15.646 seconds] odo init interactive command tests label unauth personalizing configuration should allow to add and delete a port [unauth] /go/odo_1/tests/integration/interactive_init_test.go:89 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" Spawning '/go/bin/odo init' from /tmp/3340346378 << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ • [5.404 seconds] odo devfile init command tests label unauth checking odo init final output message when the devfile used by `odo init` contains a deploy command should not show the interactive mode notice message [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:378 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSS ------------------------------ • [5.767 seconds] odo generic label unauth when running odo --help returns full help contents including usage, examples, commands, utility commands, component shortcuts, and flags sections [unauth] /go/odo_1/tests/integration/generic_test.go:38 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ • [5.321 seconds] odo devfile registry command tests label unauth should fail when adding a git based registry [unauth] /go/odo_1/tests/integration/cmd_devfile_registry_test.go:208 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSSSSSSS ------------------------------ • [5.377 seconds] odo devfile build-images command tests label unauth using a Devfile with an image component using a remote Dockerfile when remote server returns a valid file should run 'odo build-images --push' [unauth] /go/odo_1/tests/integration/cmd_devfile_build_images_test.go:335 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSS ------------------------------ • [6.724 seconds] odo preference and config command tests label unauth when telemetry is enabled when telemetry is enabled in preferences when setting ConsentTelemetry to false should record the odo-preference-set command in telemetry [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:336 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [13.693 seconds] odo init interactive command tests label unauth should ask to re-enter the component name when an invalid value is passed [unauth] /go/odo_1/tests/integration/interactive_init_test.go:142 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" Spawning '/go/bin/odo init' from /tmp/2391359217 << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ • [8.972 seconds] odo devfile init command tests label unauth telemetry when recording telemetry data with invalid caller env var should record the telemetry data correctly [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:563 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [13.434 seconds] odo init interactive command tests label unauth should ask to download the starter project when the devfile stack has extra files [unauth] /go/odo_1/tests/integration/interactive_init_test.go:270 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" Spawning '/go/bin/odo init' from /tmp/2151887136 << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [4.231 seconds] odo devfile init command tests label unauth when devfile contains parent URI should not replace the original devfile [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:400 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ • [6.294 seconds] odo devfile init command tests label unauth running odo init with valid flags when using --devfile-path flag with a URL should copy the devfile.yaml file [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:243 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSSSSSSS ------------------------------ • [7.676 seconds] odo devfile registry command tests label unauth when adding a registry should fail, when adding same registry [unauth] /go/odo_1/tests/integration/cmd_devfile_registry_test.go:181 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ • [13.444 seconds] odo init interactive command tests label unauth should print automation command with proper values [unauth] /go/odo_1/tests/integration/interactive_init_test.go:180 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" Spawning '/go/bin/odo init' from /tmp/921847012 << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ • [6.278 seconds] odo devfile build-images command tests label unauth using a Devfile with an image component using a remote Dockerfile when remote server returns a valid file should run 'odo build-images --push' [unauth] /go/odo_1/tests/integration/cmd_devfile_build_images_test.go:335 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSS ------------------------------ • [7.869 seconds] odo devfile init command tests label unauth telemetry when recording telemetry data with valid caller env var: vscode should record the telemetry data correctly [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:563 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [6.323 seconds] odo preference and config command tests label unauth when telemetry is enabled when setting value for preference ConsentTelemetry should track parameter that is set along with its plain value [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:270 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [12.148 seconds] odo init interactive command tests label unauth should not fail when using -v flag [unauth] /go/odo_1/tests/integration/interactive_init_test.go:49 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" Spawning '/go/bin/odo init -v 4' from /tmp/3382038996 << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [5.934 seconds] odo devfile build-images command tests label unauth when using a devfile.yaml containing an Image component should run odo build-images without push [unauth] /go/odo_1/tests/integration/cmd_devfile_build_images_test.go:102 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSSS ------------------------------ • [7.219 seconds] odo devfile build-images command tests label unauth when using a devfile.yaml with no Image component should not be able to run odo build-images [unauth] /go/odo_1/tests/integration/cmd_devfile_build_images_test.go:128 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSS ------------------------------ • [5.188 seconds] odo devfile init command tests label unauth running odo init with valid flags when using --devfile-path flag with a local devfile should copy the devfile.yaml file [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:232 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [8.614 seconds] odo devfile init command tests label unauth telemetry when recording telemetry data with no caller env var should record the telemetry data correctly [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:563 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ • [8.315 seconds] odo list with devfile when a component created in 'app' application should list the local component when no authenticated [unauth] /go/odo_1/tests/integration/cmd_devfile_list_test.go:115 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ • [8.073 seconds] odo preference and config command tests label unauth when telemetry is enabled when unsetting value for preference PushTimeout should track parameter that is unset without any value [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:247 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSS ------------------------------ • [6.751 seconds] odo preference and config command tests label unauth when telemetry is enabled when Telemetry is disabled in preferences when setting ConsentTelemetry to true should record the odo-preference-set command in telemetry [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:361 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ • [10.885 seconds] odo describe component command tests should fail, without cluster [unauth] /go/odo_1/tests/integration/cmd_describe_component_test.go:36 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSS ------------------------------ • [4.066 seconds] odo describe component command tests describe commands in Devfile when initializing a component with different types of commands should describe the Devfile commands in JSON output [unauth, nocluster] /go/odo_1/tests/integration/cmd_describe_component_test.go:761 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [9.437 seconds] odo init interactive command tests label unauth displaying welcoming messages when alizer detection of javascript name should ask to re-enter the component name if invalid value is passed by the user [unauth] /go/odo_1/tests/integration/interactive_init_test.go:548 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" Spawning '/go/bin/odo init' from /tmp/2041572258 << Captured StdOut/StdErr Output ------------------------------ • [6.218 seconds] odo preference and config command tests label unauth when telemetry is enabled when setting value for preference PushTimeout should track parameter that is set along with its plain value [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:270 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ • [7.008 seconds] odo preference and config command tests label unauth when telemetry is enabled when unsetting value for preference Ephemeral should track parameter that is unset without any value [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:247 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [8.463 seconds] odo init interactive command tests label unauth when Alizer cannot determine a Devfile based on the current source code should not fail but fallback to the interactive mode [unauth] /go/odo_1/tests/integration/interactive_init_test.go:694 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" Spawning '/go/bin/odo init' from /tmp/2582632993 << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSS ------------------------------ • [5.241 seconds] odo preference and config command tests label unauth When viewing global config should get the default global config keys in JSON output [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:83 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [5.778 seconds] odo devfile build-images command tests label unauth when using a devfile.yaml containing an Image component with Dockerfile args should use args to build image when running odo build-images [unauth] /go/odo_1/tests/integration/cmd_devfile_build_images_test.go:145 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSS ------------------------------ • [6.995 seconds] odo devfile build-images command tests label unauth when using a devfile.yaml containing an Image component with a build context should build image via Docker if build context references PROJECT_SOURCE env var [unauth] /go/odo_1/tests/integration/cmd_devfile_build_images_test.go:191 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [5.506 seconds] odo devfile build-images command tests label unauth when using a devfile.yaml containing an Image component with a build context should build image via Podman if build context references PROJECT_SOURCE env var [unauth] /go/odo_1/tests/integration/cmd_devfile_build_images_test.go:191 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [6.391 seconds] odo devfile registry command tests label unauth Should list java-openliberty specifically [unauth] /go/odo_1/tests/integration/cmd_devfile_registry_test.go:112 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSS ------------------------------ • [5.481 seconds] odo devfile build-images command tests label unauth using a Devfile with an image component using a remote Dockerfile when remote server returns an error should not run 'odo build-images --push' [unauth] /go/odo_1/tests/integration/cmd_devfile_build_images_test.go:292 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ • [7.407 seconds] odo devfile registry command tests label unauth when adding a registry should pass, when doing odo init with --devfile-registry flag [unauth] /go/odo_1/tests/integration/cmd_devfile_registry_test.go:176 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ • [7.713 seconds] odo init interactive command tests label unauth Automatic port detection via Alizer when starting with an existing project should display ports detected [unauth] /go/odo_1/tests/integration/interactive_init_test.go:651 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" Spawning '/go/bin/odo init' from /tmp/809982980 << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSSS ------------------------------ • [5.507 seconds] odo preference and config command tests label unauth when telemetry is enabled when setting value for preference Timeout should track parameter that is set along with its plain value [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:270 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSS ------------------------------ • [7.758 seconds] odo devfile init command tests label unauth running odo init with valid flags when using --devfile-version flag to download the latest version should download the devfile with the requested version [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:198 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSS ------------------------------ • [25.505 seconds] odo devfile init command tests label unauth should fail [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:46 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSS ------------------------------ • [5.315 seconds] odo devfile init command tests label unauth when source directory is empty name in devfile is personalized in non-interactive mode [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:417 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSS ------------------------------ • [5.720 seconds] odo create/delete/list/set namespace/project tests list project should fail, with unauth cluster [unauth] /go/odo_1/tests/integration/cmd_namespace_test.go:217 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ • [8.525 seconds] odo devfile init command tests label unauth should successfully run odo init for devfile with starter project on git with main default branch [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:315 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [3.504 seconds] odo devfile init command tests label unauth checking odo init final output message when the devfile used by `odo init` contains a deploy command should show information about both `odo dev`, and `odo deploy` [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:373 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [5.823 seconds] odo preference and config command tests label unauth When ConsentTelemetry preference value is set should not prompt the user [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:203 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [6.896 seconds] odo devfile registry command tests label unauth Should list at least one nodejs component from the default registry [unauth] /go/odo_1/tests/integration/cmd_devfile_registry_test.go:46 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [8.274 seconds] odo generic label unauth returns JSON error [unauth] /go/odo_1/tests/integration/generic_test.go:62 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [9.680 seconds] odo devfile init command tests label unauth telemetry when recording telemetry data with valid caller env var: intellij should record the telemetry data correctly [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:563 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [4.481 seconds] odo devfile build-images command tests label unauth using a Devfile with an image component using a remote Dockerfile when remote server returns an error should not build images [unauth] /go/odo_1/tests/integration/cmd_devfile_build_images_test.go:284 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [6.045 seconds] odo describe component command tests when creating a component should describe the component in the current directory [unauth] /go/odo_1/tests/integration/cmd_describe_component_test.go:210 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [7.652 seconds] odo list with devfile devfile has missing metadata when projectType is missing should show the language for 'Type' in odo list [unauth] /go/odo_1/tests/integration/cmd_devfile_list_test.go:318 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [3.627 seconds] odo preference and config command tests label unauth when telemetry is enabled when unsetting value for preference RegistryCacheTime should track parameter that is unset without any value [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:247 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [12.085 seconds] odo init interactive command tests label unauth should start downloading starter project only after all interactive questions have been asked [unauth] /go/odo_1/tests/integration/interactive_init_test.go:586 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" Spawning '/go/bin/odo init' from /tmp/3910919847 << Captured StdOut/StdErr Output ------------------------------ • [4.214 seconds] odo devfile init command tests label unauth when running odo init with a devfile that has a subDir starter project should successfully extract the project in the specified subDir path [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:271 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [4.560 seconds] odo devfile init command tests label unauth running odo init with valid flags when using --devfile flag should download a devfile.yaml file and correctly set the component name in it [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:133 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [40.872 seconds] odo preference and config command tests label unauth When configuring global config values should successfully updated [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:114 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [8.723 seconds] odo init interactive command tests label unauth should download correct devfile [unauth] /go/odo_1/tests/integration/interactive_init_test.go:229 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" Spawning '/go/bin/odo init' from /tmp/3502975384 << Captured StdOut/StdErr Output ------------------------------ Summarizing 1 Failure: [FAIL] odo devfile init command tests label unauth running odo init with valid flags when using --devfile flag and JSON output [It] should return correct values in output [unauth] /go/odo_1/tests/helper/helper_generic.go:321 Ran 123 of 956 Specs in 60.075 seconds FAIL! -- 122 Passed | 1 Failed | 0 Pending | 833 Skipped Ginkgo ran 1 suite in 2m5.733784078s Test Suite Failed exit status 1 make: *** [Makefile:218: test-integration-openshift-unauth] Error 1