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 -p --junit-report="test-integration-nc.xml" --label-filter=nocluster tests/integration Running Suite: Integration Suite - /go/odo_1/tests/integration ============================================================== Random Seed: 1699711860 - will randomize all specs Will run 135 of 956 specs Running in parallel across 2 processes SSS ------------------------------ • [0.764 seconds] odo devfile build-images command tests label nocluster 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 [nocluster] /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 ------------------------------ • [0.777 seconds] odo devfile build-images command tests label nocluster when using a devfile.yaml containing an Image component should pass extra args to Docker [nocluster] /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 ------------------------------ SSSSSSSSSSSSSSS ------------------------------ • [0.562 seconds] odo devfile build-images command tests label nocluster 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 [nocluster] /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 ------------------------------ SSSSSSSS ------------------------------ • [0.725 seconds] odo list with devfile when a component created in 'app' application should list the local component when no authenticated [nocluster] /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 ------------------------------ SSSS ------------------------------ • [0.548 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 ------------------------------ SSSS ------------------------------ • [1.863 seconds] odo devfile init command tests label nocluster when a dangling env file exists in the working directory should successfully create a devfile component and remove the dangling env file [nocluster] /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 ------------------------------ S ------------------------------ • [0.692 seconds] odo preference and config command tests label nocluster When ConsentTelemetry preference value is set should not prompt the user [nocluster] /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 ------------------------------ SSSSSSSSSSSSSSSSS ------------------------------ • [0.561 seconds] odo devfile init command tests label nocluster running odo init with valid flags when using --devfile-path flag with a local devfile should copy the devfile.yaml file [nocluster] /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 ------------------------------ SSSSSSS ------------------------------ • [2.669 seconds] odo devfile init command tests label nocluster telemetry when recording telemetry data with ODO_TRACKING_CONSENT=yes env var should take precedence over ConsentTelemetry preference should record the telemetry data correctly [nocluster] /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 ------------------------------ • [0.799 seconds] odo logs command tests when in a devfile directory when not connected to any cluster or podman odo logs --platform podman should fail with an error message [nocluster] /go/odo_1/tests/integration/cmd_logs_test.go:67 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [0.771 seconds] odo devfile build-images command tests label nocluster when using a devfile.yaml containing an Image component with Dockerfile args should use args to build image when running odo build-images [nocluster] /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 ------------------------------ • [0.574 seconds] odo generic executing odo version command when executing the complete command with server info should show the version of odo major components [nocluster] /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 ------------------------------ SSSSSS ------------------------------ • [1.300 seconds] odo devfile init command tests label nocluster when running odo init with a devfile that has a subDir starter project should successfully extract the project in the specified subDir path [nocluster] /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 ------------------------------ SS ------------------------------ • [2.382 seconds] odo devfile init command tests label nocluster running odo init with valid flags when using --devfile-version flag to download the latest version should download the devfile with the requested version [nocluster] /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 ------------------------------ • [1.674 seconds] odo devfile init command tests label nocluster running odo init with valid flags when using --devfile flag should download a devfile.yaml file and correctly set the component name in it [nocluster] /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 ------------------------------ S ------------------------------ • [0.777 seconds] odo devfile build-images command tests label nocluster when using a devfile.yaml containing an Image component should run odo build-images --push [nocluster] /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 ------------------------------ S ------------------------------ • [0.906 seconds] odo devfile registry command tests label nocluster when adding a registry deleting registry and creating component with registry flag [nocluster] /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 ------------------------------ SSSS ------------------------------ • [0.488 seconds] odo devfile init command tests label nocluster telemetry should error out if ODO_DISABLE_TELEMETRY=true and ODO_TRACKING_CONSENT=yes [nocluster] /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 ------------------------------ SSSSSSSSSSSSSSSS ------------------------------ • [0.533 seconds] odo devfile registry command tests label nocluster should fail when adding a git based registry [nocluster] /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 ------------------------------ SSSS ------------------------------ • [3.974 seconds] odo init interactive command tests label nocluster should ask to download the starter project when the devfile stack has extra files [nocluster] /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/820668067 << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ • [1.613 seconds] odo devfile init command tests label nocluster running odo init with valid flags when using --devfile-registry flag should successfully run odo init if specified registry is valid [nocluster] /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 ------------------------------ • [0.521 seconds] odo create/delete/list/set namespace/project tests list namespace should fail, without cluster [nocluster] /go/odo_1/tests/integration/cmd_namespace_test.go:212 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [2.643 seconds] odo devfile init command tests label nocluster telemetry when recording telemetry data with valid caller env var: intellij should record the telemetry data correctly [nocluster] /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 ------------------------------ SSSSSSSSSSSSSSS ------------------------------ • [1.583 seconds] odo preference and config command tests label nocluster when telemetry is enabled when telemetry is enabled in preferences when setting ConsentTelemetry to false should record the odo-preference-set command in telemetry [nocluster] /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 ------------------------------ • [1.498 seconds] odo preference and config command tests label nocluster when telemetry is enabled when setting value for preference UpdateNotification should track parameter that is set along with its plain value [nocluster] /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 ------------------------------ • [0.813 seconds] odo dev command tests when a component is bootstrapped should fail to run odo dev when not connected to any cluster [nocluster] /go/odo_1/tests/integration/cmd_dev_test.go:82 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ • [1.856 seconds] odo devfile registry command tests label nocluster when adding a registry should pass, when doing odo init with --devfile-registry flag [nocluster] /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 ------------------------------ SSSSS ------------------------------ • [0.587 seconds] odo devfile init command tests label nocluster 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 [nocluster] /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 ------------------------------ • [1.942 seconds] odo devfile registry command tests label nocluster Should list java-openliberty specifically [nocluster] /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 ------------------------------ • [2.810 seconds] odo devfile init command tests label nocluster telemetry when recording telemetry data with no caller env var should record the telemetry data correctly [nocluster] /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 ------------------------------ • [0.532 seconds] odo preference and config command tests label nocluster should fail to set an incompatible format for a preference that accepts duration [nocluster] /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 ------------------------------ SSSSSS ------------------------------ • [0.559 seconds] odo devfile init command tests label nocluster when running odo init from a directory with sources should not accept --starter flag [nocluster] /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 ------------------------------ SSSSSSSSSSSSSSS ------------------------------ • [0.553 seconds] odo devfile init command tests label nocluster 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` [nocluster] /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 ------------------------------ • [2.704 seconds] odo preference and config command tests label nocluster when telemetry is enabled when setting value for preference ImageRegistry should anonymize values set such that same strings have same hash [nocluster] /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 ------------------------------ • [0.535 seconds] odo devfile registry command tests label nocluster Should fail to delete the registry, when registry is not present [nocluster] /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 ------------------------------ SSSSSSSS ------------------------------ • [1.593 seconds] odo devfile init command tests label nocluster should successfully run odo init for devfile with starter project from the specified tag [nocluster] /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 ------------------------------ SSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ • [0.759 seconds] odo devfile build-images command tests label nocluster when using a devfile.yaml containing an Image component with Dockerfile args should be able pass extra flags to Podman/Docker build command [nocluster] /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 ------------------------------ S ------------------------------ • [1.032 seconds] odo devfile registry command tests label nocluster Should list at least one nodejs component from the default registry [nocluster] /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 ------------------------------ • [3.934 seconds] odo init interactive command tests label nocluster should ask to re-enter the component name when an invalid value is passed [nocluster] /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/4136689810 << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSSS ------------------------------ • [3.793 seconds] odo init interactive command tests label nocluster should print automation command with proper values [nocluster] /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/3632210063 << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ • [FAILED] [1.685 seconds] odo devfile init command tests label nocluster running odo init with valid flags when using --devfile flag and JSON output [It] should return correct values in output [nocluster] /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/350453335 Created dir: /tmp/3420375576 Current working dir: /go/odo_1/tests/integration Setting current dir to: /tmp/350453335 Running odo with args [odo preference remove registry DefaultDevfileRegistry -f] and odo env: [] [odo] I1111 14:12:35.224391 13233 implem.go:114] The path for preference file is /tmp/3420375576/preference.yaml [odo] Successfully removed registry [odo] I1111 14:12:35.226723 13233 implem.go:114] The path for preference file is /tmp/3420375576/preference.yaml [odo] I1111 14:12:35.227211 13233 segment.go:268] Checking telemetry enable status [odo] I1111 14:12:35.227238 13233 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:35.381455 13240 implem.go:114] The path for preference file is /tmp/3420375576/preference.yaml [odo] New registry successfully added [odo] I1111 14:12:35.383870 13240 implem.go:114] The path for preference file is /tmp/3420375576/preference.yaml [odo] I1111 14:12:35.384272 13240 segment.go:268] Checking telemetry enable status [odo] I1111 14:12:35.384299 13240 segment.go:286] Sending telemetry disabled by env variable Setting current dir to: /tmp/350453335 Running odo with args [odo init --name aname --devfile go -o json] and odo env: [] [odo] { [odo] "devfilePath": "/tmp/350453335/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:36.735 Setting current dir to: /go/odo_1/tests/integration Deleting dir: /tmp/350453335 Deleting dir: /tmp/3420375576 << 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:36.735 ------------------------------ • [0.779 seconds] odo logs command tests when in a devfile directory when not connected to any cluster or podman odo logs should fail with an error message [nocluster] /go/odo_1/tests/integration/cmd_logs_test.go:61 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSSS ------------------------------ • [1.321 seconds] odo devfile init command tests label nocluster should successfully run odo init for devfile with starter project from the specified branch [nocluster] /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 ------------------------------ SS ------------------------------ • [0.555 seconds] odo devfile build-images command tests label nocluster using a Devfile with an image component using a remote Dockerfile when remote server returns an error should not build images [nocluster] /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 ------------------------------ SSSSSSSSSSSSSSS ------------------------------ • [1.884 seconds] odo devfile init command tests label nocluster 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 [nocluster] /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 ------------------------------ SSSSS ------------------------------ • [1.590 seconds] odo devfile init command tests label nocluster 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 [nocluster] /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 ------------------------------ SSSSSSS ------------------------------ • [0.568 seconds] odo preference and config command tests label nocluster when running help for preference command should display the help [nocluster] /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 ------------------------------ SSSS ------------------------------ • [0.739 seconds] odo devfile registry command tests label nocluster Should fail with an error with no registries [nocluster] /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 ------------------------------ SSSSSSSSSSSSSS ------------------------------ • [0.576 seconds] odo devfile build-images command tests label nocluster using a Devfile with an image component using a remote Dockerfile when remote server returns an error should not build images [nocluster] /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 ------------------------------ SSSSS ------------------------------ • [3.909 seconds] odo init interactive command tests label nocluster should download correct devfile [nocluster] /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/3731129093 << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSS ------------------------------ • [0.913 seconds] odo list with devfile devfile has missing metadata when projectType is missing should show the language for 'Type' in odo list [nocluster] /go/odo_1/tests/integration/cmd_devfile_list_test.go:314 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ • [0.739 seconds] odo preference and config command tests label nocluster when telemetry is enabled when unsetting value for preference RegistryCacheTime should track parameter that is unset without any value [nocluster] /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 ------------------------------ SSSSSSSSSSSSSS ------------------------------ • [0.608 seconds] odo devfile build-images command tests label nocluster using a Devfile with an image component using a remote Dockerfile when remote server returns a valid file should build images [nocluster] /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 ------------------------------ SSSSSSS ------------------------------ • [0.571 seconds] odo devfile init command tests label nocluster when devfile contains parent URI should not replace the original devfile [nocluster] /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 ------------------------------ • [0.748 seconds] odo devfile build-images command tests label nocluster when using a devfile.yaml containing an Image component should pass extra args to Podman [nocluster] /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 ------------------------------ SSSS ------------------------------ • [0.807 seconds] odo preference and config command tests label nocluster when telemetry is enabled when unsetting value for preference ImageRegistry should track parameter that is unset without any value [nocluster] /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 ------------------------------ SSS ------------------------------ • [0.803 seconds] odo devfile registry command tests label nocluster when adding a registry should fail, when adding same registry [nocluster] /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 ------------------------------ SSS ------------------------------ • [0.569 seconds] odo run command tests when directory is empty should error [nocluster] /go/odo_1/tests/integration/cmd_run_test.go:36 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ • [0.542 seconds] odo preference and config command tests label nocluster When viewing global config should get the default global config keys in JSON output [nocluster] /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 ------------------------------ SSSSS ------------------------------ • [0.969 seconds] odo describe/list binding command tests when creating a component with a binding (service in namespace "binding-hgn") should describe the binding without running odo dev [nocluster] /go/odo_1/tests/integration/cmd_describe_list_binding_test.go:54 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [0.780 seconds] odo devfile init command tests label nocluster running odo init with valid flags when using --devfile-path flag with a URL should copy the devfile.yaml file [nocluster] /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 ------------------------------ SSSSSSSSSSSSSS ------------------------------ • [0.761 seconds] odo preference and config command tests label nocluster when telemetry is enabled when unsetting value for preference UpdateNotification should track parameter that is unset without any value [nocluster] /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 ------------------------------ SSS ------------------------------ • [0.733 seconds] odo devfile build-images command tests label nocluster when using a devfile.yaml containing an Image component should run odo build-images without push [nocluster] /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 ------------------------------ • [0.918 seconds] odo describe component command tests when creating a component should describe the component in the current directory [nocluster] /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 ------------------------------ SSSSSSSSSS ------------------------------ • [0.621 seconds] odo devfile build-images command tests label nocluster 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 [nocluster] /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 ------------------------------ SSS ------------------------------ • [0.737 seconds] odo run command tests when a component is bootstrapped should fail if command is not found in devfile [nocluster] /go/odo_1/tests/integration/cmd_run_test.go:49 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [3.957 seconds] odo init interactive command tests label nocluster should download correct devfile-starter [nocluster] /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/2108274877 << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ • [0.765 seconds] odo devfile deploy command tests when a component is bootstrapped should fail to run odo deploy when not connected to any cluster [nocluster] /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:76 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [0.937 seconds] odo describe/list binding command tests when creating a component with a binding (service in namespace "") should describe the binding without running odo dev [nocluster] /go/odo_1/tests/integration/cmd_describe_list_binding_test.go:54 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [0.592 seconds] odo devfile init command tests label nocluster when source directory is empty name in devfile is personalized in non-interactive mode [nocluster] /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 ------------------------------ SSSSSSSSSSSSSSSSSS ------------------------------ • [0.653 seconds] odo devfile registry command tests label nocluster when adding a registry should list registry with recently added registry on top [nocluster] /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 ------------------------------ • [4.177 seconds] odo init interactive command tests label nocluster displaying welcoming messages when directory is empty should display appropriate welcoming messages [nocluster] /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/1725139385 << Captured StdOut/StdErr Output ------------------------------ • [0.559 seconds] odo devfile init command tests label nocluster 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 [nocluster] /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 ------------------------------ SSSSSSSSSSSSSSSSSSSSS ------------------------------ • [2.644 seconds] odo devfile init command tests label nocluster telemetry when recording telemetry data with invalid caller env var should record the telemetry data correctly [nocluster] /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 ------------------------------ SSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ • [0.760 seconds] odo devfile registry command tests label nocluster when adding a registry should successfully delete registry [nocluster] /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 ------------------------------ SSS ------------------------------ • [0.740 seconds] odo devfile build-images command tests label nocluster when using a devfile.yaml with no Image component should not be able to run odo build-images [nocluster] /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 ------------------------------ • [2.699 seconds] odo devfile init command tests label nocluster telemetry when recording telemetry data with empty caller env var should record the telemetry data correctly [nocluster] /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 ------------------------------ • [1.505 seconds] odo preference and config command tests label nocluster when telemetry is enabled when setting value for preference ImageRegistry should track parameter that is set along with its hashed value [nocluster] /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 ------------------------------ • [3.062 seconds] odo devfile registry command tests label nocluster Should list detailed information regarding nodejs [nocluster] /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 ------------------------------ SS ------------------------------ • [0.508 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 ------------------------------ SSSSSSSSSSSSSSS ------------------------------ • [1.002 seconds] odo list with devfile devfile has missing metadata when projectType and language is missing should show 'Not available' for 'Type' in odo list [nocluster] /go/odo_1/tests/integration/cmd_devfile_list_test.go:346 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSS ------------------------------ • [0.531 seconds] odo devfile build-images command tests label nocluster using a Devfile with an image component using a remote Dockerfile when remote server returns an error should not run 'odo build-images --push' [nocluster] /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 ------------------------------ SSSSSSSSSSS ------------------------------ • [0.554 seconds] odo generic Experimental Mode when experimental mode is enabled should display warning message [nocluster] /go/odo_1/tests/integration/generic_test.go:233 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ • [0.674 seconds] odo preference and config command tests label nocluster when when preference.yaml contains an int value for Timeout should show warning about incompatible Timeout value when viewing preferences [nocluster] /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 ------------------------------ SSSSS ------------------------------ • [0.597 seconds] odo devfile build-images command tests label nocluster using a Devfile with an image component using a remote Dockerfile when remote server returns a valid file should run 'odo build-images --push' [nocluster] /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 ------------------------------ SSSSSSSSSSSSSSS ------------------------------ • [3.840 seconds] odo init interactive command tests label nocluster should not fail when using -v flag [nocluster] /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/564373162 << Captured StdOut/StdErr Output ------------------------------ SSSSSS ------------------------------ • [0.539 seconds] odo devfile init command tests label nocluster 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` [nocluster] /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 ------------------------------ • [2.531 seconds] odo init interactive command tests label nocluster 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 [nocluster] /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/2029685831 << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [1.588 seconds] odo preference and config command tests label nocluster when telemetry is enabled when setting value for preference PushTimeout should track parameter that is set along with its plain value [nocluster] /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 ------------------------------ SSSSSSS ------------------------------ • [0.819 seconds] odo preference and config command tests label nocluster check that help works should display help info [nocluster] /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 ------------------------------ • [1.822 seconds] odo devfile init command tests label nocluster should successfully run odo init for devfile with starter project on git with main default branch [nocluster] /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 ------------------------------ SSSSSSSSSSS ------------------------------ • [6.611 seconds] odo preference and config command tests label nocluster When configuring global config values should successfully updated [nocluster] /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 ------------------------------ S ------------------------------ • [1.762 seconds] odo preference and config command tests label nocluster when telemetry is enabled when unsetting value for preference Timeout should track parameter that is unset without any value [nocluster] /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 ------------------------------ SSSSSSSSSSSSSSS ------------------------------ • [0.518 seconds] odo generic label nocluster when running odo without subcommand and flags a short vesion of help contents is returned, an error is not expected [nocluster] /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 ------------------------------ SSSSSSSS ------------------------------ • [0.996 seconds] odo run command tests when a component is bootstrapped should fail if platform is not available [nocluster] /go/odo_1/tests/integration/cmd_run_test.go:55 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSS ------------------------------ • [0.539 seconds] odo generic label nocluster when running odo --help does not support the --kubeconfig flag [nocluster] /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 ------------------------------ • [2.427 seconds] odo init interactive command tests label nocluster displaying welcoming messages when alizer detection of javascript name should display node-echo name [nocluster] /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/1267095599 << Captured StdOut/StdErr Output ------------------------------ • [2.719 seconds] odo preference and config command tests label nocluster when telemetry is enabled when setting value for preference ImageRegistry should anonymize values set such that different strings will not have same hash [nocluster] /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 ------------------------------ SSSSSSSSS ------------------------------ • [1.093 seconds] odo generic label nocluster returns JSON error [nocluster] /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 ------------------------------ SSSSSS ------------------------------ • [0.754 seconds] odo preference and config command tests label nocluster when telemetry is enabled when unsetting value for preference ConsentTelemetry should track parameter that is unset without any value [nocluster] /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 ------------------------------ SSSSS ------------------------------ • [0.566 seconds] odo create/delete/list/set namespace/project tests list project should fail, without cluster [nocluster] /go/odo_1/tests/integration/cmd_namespace_test.go:212 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [1.071 seconds] odo preference and config command tests label nocluster When no ConsentTelemetry preference value is set should not prompt when preference command is run [nocluster] /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 ------------------------------ SSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ • [4.443 seconds] odo init interactive command tests label nocluster should start downloading starter project only after all interactive questions have been asked [nocluster] /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/1116582456 << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSS ------------------------------ • [0.809 seconds] odo devfile build-images command tests label nocluster 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 [nocluster] /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 ------------------------------ SSSSSS ------------------------------ • [0.573 seconds] odo devfile build-images command tests label nocluster using a Devfile with an image component using a remote Dockerfile when remote server returns an error should not run 'odo build-images --push' [nocluster] /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 ------------------------------ S ------------------------------ • [1.508 seconds] odo preference and config command tests label nocluster when telemetry is enabled when setting value for preference Ephemeral should track parameter that is set along with its plain value [nocluster] /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 ------------------------------ SSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ • [0.837 seconds] odo remove binding command tests when the component with binding is bootstrapped (bindingName=my-nodejs-app-cluster-sample-k8s) when removing the binding should successfully remove binding between component and service in the devfile [nocluster] /go/odo_1/tests/integration/cmd_remove_binding_test.go:49 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [1.796 seconds] odo devfile init command tests label nocluster running odo init with valid flags when using --devfile-version flag to download a specific version should download the devfile with the requested version [nocluster] /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 ------------------------------ SSSSSSSSSS ------------------------------ • [1.532 seconds] odo preference and config command tests label nocluster when telemetry is enabled when setting value for preference RegistryCacheTime should track parameter that is set along with its plain value [nocluster] /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 ------------------------------ • [2.554 seconds] odo init interactive command tests label nocluster Automatic port detection via Alizer when starting with an existing project should display ports detected [nocluster] /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/3248608197 << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ • [0.831 seconds] odo preference and config command tests label nocluster when telemetry is enabled when unsetting value for preference PushTimeout should track parameter that is unset without any value [nocluster] /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 ------------------------------ SSSSSSSSSSSSSSSSS ------------------------------ • [0.803 seconds] odo remove binding command tests when the component with binding is bootstrapped (bindingName=my-nodejs-app-cluster-sample-ocp) when removing the binding should successfully remove binding between component and service in the devfile [nocluster] /go/odo_1/tests/integration/cmd_remove_binding_test.go:49 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [1.626 seconds] odo init interactive command tests label nocluster when Alizer cannot determine a Devfile based on the current source code should not fail but fallback to the interactive mode [nocluster] /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/720231559 << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSS ------------------------------ • [0.796 seconds] odo devfile registry command tests label nocluster when adding a registry should list newly added registry [nocluster] /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 ------------------------------ SSSSS ------------------------------ • [1.521 seconds] odo preference and config command tests label nocluster when telemetry is enabled when Telemetry is disabled in preferences when setting ConsentTelemetry to true should record the odo-preference-set command in telemetry [nocluster] /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 ------------------------------ SSSSSSSSSSSSSSSSSSSSSSS ------------------------------ • [1.544 seconds] odo preference and config command tests label nocluster when telemetry is enabled when setting value for preference Timeout should track parameter that is set along with its plain value [nocluster] /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 ------------------------------ • [0.966 seconds] odo describe component command tests should fail, without cluster [nocluster] /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 ------------------------------ SSS ------------------------------ • [2.744 seconds] odo devfile init command tests label nocluster telemetry when recording telemetry data with valid caller env var: vscode should record the telemetry data correctly [nocluster] /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 ------------------------------ SSS ------------------------------ • [1.630 seconds] odo preference and config command tests label nocluster When viewing global config should get the default global config keys [nocluster] /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 ------------------------------ SS ------------------------------ • [6.183 seconds] odo devfile init command tests label nocluster should fail [nocluster] /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 ------------------------------ SSSSSSSSSSSSSSS ------------------------------ • [2.707 seconds] odo devfile init command tests label nocluster telemetry when recording telemetry data with valid caller env var: jboss should record the telemetry data correctly [nocluster] /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 ------------------------------ SSSSSSSSSSSSSSSSSSS ------------------------------ • [0.573 seconds] odo generic label nocluster returns error when using an invalid command with --help [nocluster] /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 ------------------------------ SSSSSSSSS ------------------------------ • [0.675 seconds] odo devfile registry command tests label nocluster Should list all default registries [nocluster] /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 ------------------------------ SSSSSS ------------------------------ • [0.562 seconds] odo devfile build-images command tests label nocluster using a Devfile with an image component using a remote Dockerfile when remote server returns a valid file should run 'odo build-images --push' [nocluster] /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 ------------------------------ SSS ------------------------------ • [0.958 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 [nocluster] /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 ------------------------------ SSSSSSSSSSS ------------------------------ • [0.514 seconds] odo generic label nocluster returns error when using an invalid command [nocluster] /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 ------------------------------ SSSSSSSSSSSSS ------------------------------ • [0.512 seconds] odo devfile init command tests label nocluster telemetry should error out if ODO_DISABLE_TELEMETRY=false and ODO_TRACKING_CONSENT=no [nocluster] /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 ------------------------------ S ------------------------------ • [1.673 seconds] odo devfile init command tests label nocluster when running odo init from a directory with sources should work without --starter flag [nocluster] /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 ------------------------------ SSSSS ------------------------------ • [2.578 seconds] odo init interactive command tests label nocluster displaying welcoming messages when directory is not empty should display appropriate welcoming messages [nocluster] /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/3664693076 << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ • [0.651 seconds] odo preference and config command tests label nocluster When no ConsentTelemetry preference value is set should not prompt when user calls for help [nocluster] /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 ------------------------------ SSSS ------------------------------ • [0.694 seconds] odo preference and config command tests label nocluster when telemetry is enabled when unsetting value for preference Ephemeral should track parameter that is unset without any value [nocluster] /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 ------------------------------ S ------------------------------ • [1.593 seconds] odo preference and config command tests label nocluster when telemetry is enabled when setting value for preference ConsentTelemetry should track parameter that is set along with its plain value [nocluster] /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 ------------------------------ SS ------------------------------ • [0.521 seconds] odo generic label nocluster when running odo --help returns full help contents including usage, examples, commands, utility commands, component shortcuts, and flags sections [nocluster] /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 ------------------------------ SSSSSSS ------------------------------ • [0.598 seconds] odo devfile build-images command tests label nocluster using a Devfile with an image component using a remote Dockerfile when remote server returns a valid file should build images [nocluster] /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 ------------------------------ • [3.888 seconds] odo init interactive command tests label nocluster personalizing configuration should allow to add and delete a port [nocluster] /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/18292256 << Captured StdOut/StdErr Output ------------------------------ Summarizing 1 Failure: [FAIL] odo devfile init command tests label nocluster running odo init with valid flags when using --devfile flag and JSON output [It] should return correct values in output [nocluster] /go/odo_1/tests/helper/helper_generic.go:321 Ran 135 of 956 Specs in 96.696 seconds FAIL! -- 134 Passed | 1 Failed | 0 Pending | 821 Skipped Ginkgo ran 1 suite in 2m43.969774788s Test Suite Failed exit status 1 make: *** [Makefile:222: test-integration-no-cluster] Error 1