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 - C:\Users\Administrator.ANSIBLE-TEST-VS\4739\tests\integration ================================================================================================ Random Seed: 1701866064 - will randomize all specs Will run 138 of 962 specs Running in parallel across 7 processes SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ + [0.718 seconds] odo devfile registry command tests label nocluster Should fail to delete the registry, when registry is not present [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_registry_test.go:159 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54402" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [0.849 seconds] odo create/delete/list/set namespace/project tests list namespace should fail, without cluster [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_namespace_test.go:212 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54403" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ + [1.038 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_build_images_test.go:151 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54405" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [1.604 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_build_images_test.go:102 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54401" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [0.816 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_build_images_test.go:128 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54410" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSSSS ------------------------------ + [1.945 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_init_test.go:557 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54400" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ + [0.569 seconds] odo devfile init command tests label nocluster when running odo init from a directory with sources should work without --starter flag [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_init_test.go:321 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54411" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [1.644 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_pref_config_test.go:270 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54408" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [0.534 seconds] odo preference and config command tests label nocluster When viewing global config should get the default global config keys in JSON output [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_pref_config_test.go:83 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54416" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ + [2.277 seconds] odo devfile init command tests label nocluster should successfully run odo init for devfile with starter project from the specified branch [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_init_test.go:297 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54409" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ + [0.730 seconds] odo devfile deploy command tests when a component is bootstrapped should fail to run odo deploy when not connected to any cluster [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_deploy_test.go:76 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54419" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ + [1.520 seconds] odo preference and config command tests label nocluster should fail to set an incompatible format for a preference that accepts duration [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_pref_config_test.go:165 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54413" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ + [3.906 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_build_images_test.go:191 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54404" << Captured StdOut/StdErr Output ------------------------------ + [2.030 seconds] odo devfile registry command tests label nocluster when adding a registry should list registry with recently added registry on top [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_registry_test.go:192 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54412" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSS ------------------------------ + [0.507 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_init_test.go:354 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54422" << Captured StdOut/StdErr Output ------------------------------ + [1.662 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_build_images_test.go:102 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54417" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSSSS ------------------------------ + [0.447 seconds] odo devfile registry command tests label nocluster should fail when adding a git based registry [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_registry_test.go:204 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54429" << Captured StdOut/StdErr Output ------------------------------ + [0.581 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_build_images_test.go:328 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54428" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSSSSSSSSSS ------------------------------ + [1.724 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_init_test.go:557 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54420" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [0.523 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_build_images_test.go:335 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54436" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSS ------------------------------ + [5.390 seconds] odo init interactive command tests label nocluster should not fail when using -v flag [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/interactive_init_test.go:49 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54399" Spawning 'C:\Users\Administrator.ANSIBLE-TEST-VS\4739\bin\odo.exe init -v 4' from C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\3756146390 << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [1.469 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_pref_config_test.go:270 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54425" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [0.451 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_init_test.go:226 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54441" << Captured StdOut/StdErr Output ------------------------------ + [0.446 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_init_test.go:206 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54442" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [0.473 seconds] odo devfile init command tests label nocluster running odo init with valid flags when using --devfile flag and JSON output should return correct values in output [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_init_test.go:146 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54447" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSS ------------------------------ + [0.435 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_init_test.go:255 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54448" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ + [2.672 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_pref_config_test.go:247 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54421" << Captured StdOut/StdErr Output ------------------------------ + [0.446 seconds] odo devfile registry command tests label nocluster Should list at least one nodejs component from the default registry [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_registry_test.go:43 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54452" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSS ------------------------------ + [1.529 seconds] odo init interactive command tests label nocluster should download correct devfile [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/interactive_init_test.go:229 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54435" Spawning 'C:\Users\Administrator.ANSIBLE-TEST-VS\4739\bin\odo.exe init' from C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\3381725273 << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ + [2.633 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_pref_config_test.go:247 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54424" << Captured StdOut/StdErr Output ------------------------------ SSSSSSS ------------------------------ + [0.823 seconds] odo describe component command tests when creating a component when renaming devfile.yaml into a recognized file name: devfile.yml should describe the component in the current directory using the acceptable devfile filename [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_describe_component_test.go:241 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54457" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [0.844 seconds] odo describe component command tests should fail, without cluster [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_describe_component_test.go:36 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54460" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ + [0.427 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/generic_test.go:38 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54464" << Captured StdOut/StdErr Output ------------------------------ + [0.395 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/generic_test.go:52 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54468" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSS ------------------------------ + [0.435 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_init_test.go:372 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54474" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [1.491 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_init_test.go:557 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54462" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [0.817 seconds] odo generic label nocluster returns JSON error [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/generic_test.go:62 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54473" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [1.818 seconds] odo init interactive command tests label nocluster should ask to download the starter project when the devfile stack has extra files [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/interactive_init_test.go:270 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54458" Spawning 'C:\Users\Administrator.ANSIBLE-TEST-VS\4739\bin\odo.exe init' from C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1030698519 << Captured StdOut/StdErr Output ------------------------------ + [2.639 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_pref_config_test.go:247 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54446" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ + [0.470 seconds] odo devfile init command tests label nocluster when devfile contains parent URI should not replace the original devfile [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_init_test.go:394 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54476" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ + [0.484 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_init_test.go:245 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54477" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [0.412 seconds] odo generic label nocluster when running odo --help does not support the --kubeconfig flag [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/generic_test.go:42 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54480" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSS ------------------------------ + [0.591 seconds] odo devfile registry command tests label nocluster when adding a registry should successfully delete registry [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_registry_test.go:182 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54479" << Captured StdOut/StdErr Output ------------------------------ + [2.618 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_pref_config_test.go:304 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54461" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSSS ------------------------------ + [0.676 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_build_images_test.go:191 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54484" << Captured StdOut/StdErr Output ------------------------------ + [0.418 seconds] odo devfile registry command tests label nocluster Should list all default registries [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_registry_test.go:38 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54491" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ + [1.565 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_init_test.go:557 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54478" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ + [0.963 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_list_test.go:346 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54488" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSSSSSSSSSSSS ------------------------------ + [2.544 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_pref_config_test.go:247 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54472" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ + [0.726 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/interactive_init_test.go:694 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54490" Spawning 'C:\Users\Administrator.ANSIBLE-TEST-VS\4739\bin\odo.exe init' from C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\911273548 << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [1.543 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_pref_config_test.go:361 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54487" << Captured StdOut/StdErr Output ------------------------------ SSSSSS ------------------------------ + [0.707 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_logs_test.go:61 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54497" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [0.773 seconds] odo describe component command tests when creating a component when renaming devfile.yaml into a non-recognized file name should not describe the component in the current directory using the acceptable devfile filename [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_describe_component_test.go:272 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54499" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ S [0.351 seconds] odo init interactive command tests label nocluster displaying welcoming messages when directory is not empty [It] should display appropriate welcoming messages [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/interactive_init_test.go:460 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54504" << Captured StdOut/StdErr Output [SKIPPED] This is a Unix specific scenario, skipping In [It] at: C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/interactive_init_test.go:463 @ 12/06/23 06:35:18.806 ------------------------------ S ------------------------------ + [0.545 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_pref_config_test.go:158 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54502" << Captured StdOut/StdErr Output ------------------------------ SSSSSSS ------------------------------ + [0.507 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_describe_component_test.go:750 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54507" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ + [1.440 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_pref_config_test.go:270 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54498" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSS ------------------------------ + [1.462 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_pref_config_test.go:270 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54500" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSS ------------------------------ + [0.589 seconds] odo devfile registry command tests label nocluster when adding a registry should pass, when doing odo init with --devfile-registry flag [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_registry_test.go:173 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54512" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [3.021 seconds] odo init interactive command tests label nocluster personalizing configuration should allow to add and delete a port [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/interactive_init_test.go:89 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54483" Spawning 'C:\Users\Administrator.ANSIBLE-TEST-VS\4739\bin\odo.exe init' from C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\2214640687 << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSSSSSSSSSS ------------------------------ + [0.590 seconds] odo devfile registry command tests label nocluster Should fail with an error with no registries [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_registry_test.go:153 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54516" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ + [0.549 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_init_test.go:192 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54521" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ + [0.622 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_logs_test.go:67 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54520" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [1.236 seconds] odo devfile init command tests label nocluster should successfully run odo init for devfile with starter project from the specified tag [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_init_test.go:303 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54513" << Captured StdOut/StdErr Output ------------------------------ + [0.483 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_init_test.go:206 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54530" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSS ------------------------------ + [0.557 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_build_images_test.go:284 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54531" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ + [1.953 seconds] odo init interactive command tests label nocluster should ask to re-enter the component name when an invalid value is passed [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/interactive_init_test.go:142 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54510" Spawning 'C:\Users\Administrator.ANSIBLE-TEST-VS\4739\bin\odo.exe init' from C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\2240554803 << Captured StdOut/StdErr Output ------------------------------ + [0.914 seconds] odo list with devfile devfile has missing metadata when projectType is missing should show the language for 'Type' in odo list [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_list_test.go:314 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54528" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ + [0.573 seconds] odo devfile registry command tests label nocluster Should list java-openliberty specifically [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_registry_test.go:109 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54532" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSS ------------------------------ + [0.449 seconds] odo devfile init command tests label nocluster telemetry should error out if ODO_DISABLE_TELEMETRY=false and ODO_TRACKING_CONSENT=no [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_init_test.go:446 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54538" << Captured StdOut/StdErr Output ------------------------------ S [0.320 seconds] odo init interactive command tests label nocluster displaying welcoming messages when directory is empty [It] should display appropriate welcoming messages [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/interactive_init_test.go:409 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54540" << Captured StdOut/StdErr Output [SKIPPED] This is a Unix specific scenario, skipping In [It] at: C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/interactive_init_test.go:412 @ 12/06/23 06:35:21.055 ------------------------------ SSSSSS ------------------------------ S [0.285 seconds] odo init interactive command tests label nocluster [It] should print automation command with proper values [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/interactive_init_test.go:180 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54541" << Captured StdOut/StdErr Output [SKIPPED] This is a Unix specific scenario, skipping In [It] at: C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/interactive_init_test.go:184 @ 12/06/23 06:35:21.072 ------------------------------ SSSSSSS ------------------------------ + [0.486 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_build_images_test.go:292 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54547" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ + [0.660 seconds] odo list with devfile when a component created in 'app' application should list the local component when no authenticated [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_list_test.go:115 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54545" << Captured StdOut/StdErr Output ------------------------------ SSSSSS ------------------------------ + [0.800 seconds] odo describe component command tests when creating a component when renaming devfile.yaml into a recognized file name: .devfile.yml should describe the component in the current directory using the acceptable devfile filename [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_describe_component_test.go:241 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54543" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ + [0.671 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_build_images_test.go:102 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54548" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSSSSSSSS ------------------------------ + [2.661 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_pref_config_test.go:247 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54514" << Captured StdOut/StdErr Output ------------------------------ + [1.010 seconds] odo run command tests when a component is bootstrapped should fail if platform is not available [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_run_test.go:55 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54546" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ + [0.436 seconds] odo generic Experimental Mode when experimental mode is enabled should display warning message [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/generic_test.go:233 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54552" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSS ------------------------------ + [0.647 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_init_test.go:192 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54553" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ + [0.611 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_build_images_test.go:328 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54555" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSSSSSS ------------------------------ + [0.675 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_build_images_test.go:145 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54557" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [5.221 seconds] odo init interactive command tests label nocluster should download correct devfile-starter [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/interactive_init_test.go:310 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54496" Spawning 'C:\Users\Administrator.ANSIBLE-TEST-VS\4739\bin\odo.exe init' from C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1824525513 << Captured StdOut/StdErr Output ------------------------------ + [0.517 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_init_test.go:349 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54562" << Captured StdOut/StdErr Output ------------------------------ + [0.418 seconds] odo generic label nocluster returns error when using an invalid command with --help [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/generic_test.go:92 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54570" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [1.628 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_pref_config_test.go:270 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54554" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSS ------------------------------ + [0.969 seconds] odo init interactive command tests label nocluster Automatic port detection via Alizer when starting with an existing project should display ports detected [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/interactive_init_test.go:651 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54568" Spawning 'C:\Users\Administrator.ANSIBLE-TEST-VS\4739\bin\odo.exe init' from C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1092657715 << Captured StdOut/StdErr Output ------------------------------ SSSSSS ------------------------------ + [1.591 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_init_test.go:557 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54556" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSS ------------------------------ + [0.757 seconds] odo devfile registry command tests label nocluster when adding a registry deleting registry and creating component with registry flag [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_registry_test.go:186 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54572" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ + [0.447 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_init_test.go:127 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54574" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSS ------------------------------ + [0.424 seconds] odo run command tests when directory is empty should error [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_run_test.go:36 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54578" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ + [1.188 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_init_test.go:265 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54571" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSS ------------------------------ + [2.706 seconds] odo devfile init command tests label nocluster odo init should fail [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_init_test.go:46 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54551" << Captured StdOut/StdErr Output ------------------------------ + [0.604 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_build_images_test.go:235 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54584" << Captured StdOut/StdErr Output ------------------------------ + [0.660 seconds] odo dev command tests when a component is bootstrapped should fail to run odo dev when not connected to any cluster [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:82 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54583" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ + [0.706 seconds] odo run command tests when a component is bootstrapped should fail if command is not found in devfile [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_run_test.go:49 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54585" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [0.398 seconds] odo create/delete/list/set namespace/project tests list project should fail, without cluster [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_namespace_test.go:212 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54590" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ + [0.692 seconds] odo devfile registry command tests label nocluster Should list detailed information regarding nodejs [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_registry_test.go:48 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54589" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSS ------------------------------ + [0.426 seconds] odo generic executing odo version command when executing the complete command with server info should show the version of odo major components [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/generic_test.go:184 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54594" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ + [0.679 seconds] odo preference and config command tests label nocluster check that help works should display help info [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_pref_config_test.go:46 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54591" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ + [1.489 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_pref_config_test.go:270 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54580" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSS ------------------------------ + [0.910 seconds] odo init interactive command tests label nocluster displaying welcoming messages when alizer detection of javascript name should display node-echo name [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/interactive_init_test.go:513 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54593" Spawning 'C:\Users\Administrator.ANSIBLE-TEST-VS\4739\bin\odo.exe init' from C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1262352509 << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [0.653 seconds] odo preference and config command tests label nocluster When ConsentTelemetry preference value is set should not prompt the user [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_pref_config_test.go:203 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54606" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ + [0.970 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/interactive_init_test.go:548 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54603" Spawning 'C:\Users\Administrator.ANSIBLE-TEST-VS\4739\bin\odo.exe init' from C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\4291479664 << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ + [2.355 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_init_test.go:309 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54588" << Captured StdOut/StdErr Output ------------------------------ SSSSSS ------------------------------ + [1.617 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_pref_config_test.go:336 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54596" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ + [0.416 seconds] odo preference and config command tests label nocluster when running help for preference command should display the help [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_pref_config_test.go:56 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54621" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ + [0.772 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_init_test.go:237 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54617" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ + [1.322 seconds] odo preference and config command tests label nocluster When viewing global config should get the default global config keys [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_pref_config_test.go:74 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54608" << Captured StdOut/StdErr Output ------------------------------ SSSSSSS ------------------------------ + [0.444 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_init_test.go:367 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54627" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [0.642 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_build_images_test.go:102 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54626" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSS ------------------------------ + [0.413 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_describe_component_test.go:786 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54632" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSS ------------------------------ + [0.584 seconds] odo devfile init command tests label nocluster when source directory is empty name in devfile is personalized in non-interactive mode [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_init_test.go:411 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54628" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ + [0.573 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_build_images_test.go:235 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54633" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSS ------------------------------ + [0.495 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_build_images_test.go:292 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54634" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSSS ------------------------------ + [0.419 seconds] odo generic label nocluster returns error when using an invalid command [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/generic_test.go:57 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54635" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSSSSSSSS ------------------------------ + [0.413 seconds] odo devfile init command tests label nocluster telemetry should error out if ODO_DISABLE_TELEMETRY=true and ODO_TRACKING_CONSENT=yes [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_init_test.go:446 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54636" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ + [2.714 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_pref_config_test.go:247 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54602" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSS ------------------------------ + [1.510 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_init_test.go:557 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54624" << Captured StdOut/StdErr Output ------------------------------ SSSSSS ------------------------------ + [0.386 seconds] odo devfile init command tests label nocluster when running odo init from a directory with sources should not accept --starter flag [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_init_test.go:324 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54641" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [0.522 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_build_images_test.go:284 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54643" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSSSSSS ------------------------------ + [0.655 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_pref_config_test.go:176 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54640" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ + [0.647 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_build_images_test.go:335 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54642" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ + [0.561 seconds] odo devfile registry command tests label nocluster when adding a registry should fail, when adding same registry [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_registry_test.go:178 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54653" << Captured StdOut/StdErr Output ------------------------------ SSSSSSS ------------------------------ + [3.989 seconds] odo init interactive command tests label nocluster should start downloading starter project only after all interactive questions have been asked [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/interactive_init_test.go:586 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54600" Spawning 'C:\Users\Administrator.ANSIBLE-TEST-VS\4739\bin\odo.exe init' from C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\3572878517 << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ + [1.620 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_init_test.go:557 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54639" << Captured StdOut/StdErr Output ------------------------------ + [0.947 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_pref_config_test.go:181 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54652" << Captured StdOut/StdErr Output ------------------------------ + [0.531 seconds] odo devfile registry command tests label nocluster when adding a registry should list newly added registry [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_registry_test.go:168 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54655" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSSSSSSSSSSSS ------------------------------ + [1.456 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_pref_config_test.go:270 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54646" << Captured StdOut/StdErr Output ------------------------------ + [0.736 seconds] odo describe component command tests when creating a component when renaming devfile.yaml into a recognized file name: .devfile.yaml should describe the component in the current directory using the acceptable devfile filename [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_describe_component_test.go:241 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54656" << Captured StdOut/StdErr Output ------------------------------ + [0.785 seconds] odo describe component command tests when creating a component should describe the component in the current directory [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_describe_component_test.go:210 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54657" << Captured StdOut/StdErr Output ------------------------------ + [2.716 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_pref_config_test.go:247 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54644" << Captured StdOut/StdErr Output ------------------------------ + [2.628 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] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_pref_config_test.go:287 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54654" << Captured StdOut/StdErr Output ------------------------------ + [5.109 seconds] odo preference and config command tests label nocluster When configuring global config values should successfully updated [nocluster] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_pref_config_test.go:114 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54658" << Captured StdOut/StdErr Output ------------------------------ Ran 131 of 962 Specs in 25.856 seconds SUCCESS! -- 131 Passed | 0 Failed | 0 Pending | 831 Skipped Ginkgo ran 1 suite in 1m10.0939108s Test Suite Passed 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.xml" --label-filter="!unauth && !nocluster && !podman" tests/integration Running Suite: Integration Suite - C:\Users\Administrator.ANSIBLE-TEST-VS\4739\tests\integration ================================================================================================ Random Seed: 1701866147 - will randomize all specs Will run 504 of 962 specs Running in parallel across 16 processes SSSSSSSSSSSSSS ------------------------------ + [17.066 seconds] odo devfile deploy command tests 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 C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_deploy_test.go:450 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54904" << Captured StdOut/StdErr Output ------------------------------ + [19.401 seconds] odo devfile deploy command tests when using a devfile.yaml containing a deploy command when running odo deploy should succeed C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_deploy_test.go:143 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54901" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ S [2.571 seconds] odo devfile deploy command tests deploying devfile with long-running exec when pod security is enforced as restricted [It] should set securitycontext for podsecurity admission on job's pod template C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_deploy_test.go:676 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54961" << Captured StdOut/StdErr Output [SKIPPED] This is a Kubernetes specific scenario, skipping In [It] at: C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_deploy_test.go:678 @ 12/06/23 06:36:23.834 ------------------------------ + [21.797 seconds] odo devfile deploy command tests Devfile with autoBuild or deployByDefault components when starting with Devfile with Deploy commands when running odo deploy with some components not referenced in the Devfile should create the appropriate resources C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_deploy_test.go:725 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54910" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [23.247 seconds] odo delete command tests when a component is bootstrapped when the component is deployed in DEPLOY mode when the component is deleted while having access to the devfile.yaml should have deleted the component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:316 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54911" << Captured StdOut/StdErr Output ------------------------------ + [23.675 seconds] odo describe component command tests when a non-odo application is present on the cluster should describe the component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_describe_component_test.go:719 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54914" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [24.563 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is deployed in DEPLOY mode when the component is deleted while having access to the devfile.yaml should have deleted the component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:316 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54890" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [24.720 seconds] odo devfile build-images command tests when starting with Devfile with autoBuild or deployByDefault components when building and pushing images should build and push all Image components regardless of autoBuild C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_build_images_test.go:385 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54944" << Captured StdOut/StdErr Output ------------------------------ + [25.994 seconds] odo delete command tests when a component is bootstrapped when the component is deployed in DEPLOY mode when the component is deleted while having access to the devfile.yaml should have deleted the component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:316 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54935" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ + [4.709 seconds] odo delete command tests when a component is bootstrapped when the component is deployed in DEPLOY mode when a resource is changed in the devfile and the component is deleted while having access to the devfile.yaml with --files=true --running-in=deploy should delete the component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:274 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:55113" << Captured StdOut/StdErr Output ------------------------------ + [46.043 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is deployed in DEV mode and dev mode stopped when the component is deleted using its name (and namespace) from another directory (running-in="") when odo delete command is run again with nothing deployed on the cluster should output that there are no resources to be deleted C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:151 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54886" << Captured StdOut/StdErr Output ------------------------------ S [1.842 seconds] odo devfile init command tests when DevfileRegistriesList CRD is installed on cluster [BeforeEach] when CR for devfileregistrieslists is installed in namespace should be able to download devfile from the in-cluster registry [BeforeEach] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_init_test.go:580 [It] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_init_test.go:607 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:55530" << Captured StdOut/StdErr Output [SKIPPED] skipped on non Kubernetes clusters In [BeforeEach] at: C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_init_test.go:582 @ 12/06/23 06:36:52.048 ------------------------------ + [2.147 seconds] odo create/delete/list/set namespace/project tests list project should successfully list all the projects C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_namespace_test.go:221 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:55548" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [23.554 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is deployed in DEV mode and dev mode stopped when the component is deleted using its name (and namespace) from another directory (running-in="") should have deleted the component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:128 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:55182" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ S [57.794 seconds] odo dev command tests when a component is bootstrapped when odo is executed with --no-watch flag and with --no-commands when a file in component directory is modified when p is pressed [BeforeEach] should trigger a push [BeforeEach] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:746 [It] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:754 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54906" << Captured StdOut/StdErr Output [SKIPPED] This is a unix-terminal specific scenario, skipping In [BeforeEach] at: C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:748 @ 12/06/23 06:36:29.435 ------------------------------ + [10.570 seconds] odo create/delete/list/set namespace/project tests delete namespace when force-deleting a valid namespace should successfully delete the namespace asynchronously C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_namespace_test.go:107 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:55896" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [63.821 seconds] odo dev command tests when using a Devfile with no commands should start the Dev Session with --no-commands=false C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:4921 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54948" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [2.155 seconds] odo create/delete/list/set namespace/project tests list namespace should successfully list all the namespaces C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_namespace_test.go:221 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:55972" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [47.029 seconds] odo dev command tests when a component is bootstrapped when build command takes really long to start should cancel build command and return if odo dev is stopped C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:981 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:55123" << Captured StdOut/StdErr Output ------------------------------ + [3.753 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is deployed in DEPLOY mode when the component is deleted while having access to the devfile.yaml should have deleted the component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:316 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:56041" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSS ------------------------------ + [58.060 seconds] odo dev command tests when Devfile contains metadata.language when running odo dev should set the correct value in labels of resources C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:4089 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:55065" << Captured StdOut/StdErr Output ------------------------------ + [54.104 seconds] odo dev command tests when a component is bootstrapped when odo dev is executed and Ephemeral is set to false should have created resources C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:668 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:55135" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ + [56.162 seconds] odo dev command tests when setting git config and running odo dev should create vcs-uri annotation for the deployment when running odo dev C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:2966 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:55140" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [2.693 seconds] odo dev command tests when Devfile contains metadata.language invalid as a label value when odo deploy is executed should set the correct value in labels of deployed resources C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:4105 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:56111" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [81.294 seconds] odo dev command tests when running odo dev with alternative commands - with metadata.name when running odo dev with a build command should execute the default build command successfully if specified explicitly C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:3126 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54938" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [82.303 seconds] odo delete command tests when a component is bootstrapped when the component is running in both DEV and DEPLOY mode and dev mode is killed when the component is deleted using its name and namespace from another directory should delete the appropriate resources C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:473 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54916" << Captured StdOut/StdErr Output ------------------------------ + [83.730 seconds] odo delete command tests when a component is bootstrapped when the component is deployed in DEV mode and dev mode stopped the component is deleted while having access to the devfile.yaml when the component is deleted with --files should have deleted the component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:178 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54932" << Captured StdOut/StdErr Output ------------------------------ + [76.568 seconds] odo dev command tests cleanup of resources is not successful when using a Devfile with a Pod failing to delete before the cleanup timeout when odo dev is executed when odo dev is stopped should report that the component could not be deleted C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:5007 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:55108" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ + [55.417 seconds] odo dev command tests when Devfile 2.1.0 is used - without metadata.name when doing odo dev 3. should check if the env variable has a correct value C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1589 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:55806" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [55.299 seconds] odo dev command tests when a component is bootstrapped should use the index information from previous push operation C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:200 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:55987" << Captured StdOut/StdErr Output ------------------------------ + [95.316 seconds] odo dev command tests when a component is bootstrapped ensure that index information is updated C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:305 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:55143" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [122.145 seconds] odo dev command tests port-forwarding for the component when devfile has single endpoint when running odo dev when modifying name for container in Devfile should react on the Devfile modification (podman=false, manual=false, customPortForwarding=true, customAddress=true) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1379 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54942" << Captured StdOut/StdErr Output ------------------------------ + [53.950 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is running in both DEV and DEPLOY mode and dev mode is killed when the component is deleted using its name and namespace from another directory should delete the appropriate resources C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:473 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:56066" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ + [134.079 seconds] odo dev command tests when running odo dev with devfile contain volume - with metadata.name should create pvc and reuse if it shares the same devfile volume name C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:2197 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54949" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [76.541 seconds] odo dev command tests when adding local files to gitignore and running odo dev when modifying /testdir/baz.txt file should synchronize it only C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1965 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:55942" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSS ------------------------------ + [57.318 seconds] odo devfile deploy command tests deploying devfile with long-running exec when Automount volumes are present in the namespace should mount the volumes C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_deploy_test.go:695 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:56104" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [55.067 seconds] odo delete command tests when a component is bootstrapped when the component is running in both DEV and DEPLOY mode and dev mode is killed when the component is deleted while having access to the devfile.yaml should delete the appropriate resources C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:428 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:56162" << Captured StdOut/StdErr Output ------------------------------ + [55.686 seconds] odo dev command tests when devfile project field is present and running odo dev - without metadata.name should sync to the correct dir in container C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:2097 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:56160" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ + [55.468 seconds] odo dev command with api server tests when the component is bootstrapped when odo dev is run with --api-server flag should serve endpoints C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_api_server_test.go:171 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:56170" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [2.237 seconds] odo dev command tests when running applications listening on the container loopback interface should error out if using --forward-localhost on any platform other than Podman C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:4220 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:56595" << Captured StdOut/StdErr Output ------------------------------ S [55.291 seconds] odo dev command tests when a component is bootstrapped when odo is executed with --no-watch flag and with --no-commands=false when a file in component directory is modified when p is pressed [BeforeEach] should trigger a push [BeforeEach] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:746 [It] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:754 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:56191" << Captured StdOut/StdErr Output [SKIPPED] This is a unix-terminal specific scenario, skipping In [BeforeEach] at: C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:748 @ 12/06/23 06:37:48.986 ------------------------------ SSS ------------------------------ + [55.652 seconds] odo dev command tests when Devfile 2.1.0 is used - with metadata.name when doing odo dev with --var-file flag should check if the env variable has a correct value C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1639 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:56204" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [3.727 seconds] odo list with devfile listing non-odo managed components when a non-odo managed component is deployed should list the component with odo list C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_list_test.go:43 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:56605" << Captured StdOut/StdErr Output ------------------------------ + [116.053 seconds] odo dev command tests when running odo dev and multiple env variables are set - without metadata.name should be able to exec command C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1717 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:55170" << Captured StdOut/StdErr Output ------------------------------ + [3.860 seconds] odo generic executing odo version command when executing the complete command with server info should show the version of odo major components including server login URL C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/generic_test.go:132 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:56730" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [24.717 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is running in both DEV and DEPLOY mode and dev mode is killed when the component is deleted using its name and namespace from another directory should delete the appropriate resources C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:473 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:56465" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ S [2.118 seconds] odo dev command tests when Starting a PostgreSQL service [BeforeEach] when creating local files and dir and running odo dev - without metadata.name when deleting local files and dir and waiting for sync should not list deleted dir and file in container [servicebinding] [BeforeEach] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1815 [It] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1882 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:56858" << Captured StdOut/StdErr Output [SKIPPED] Skipping service binding tests as SKIP_SERVICE_BINDING_TESTS is true In [BeforeEach] at: C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1818 @ 12/06/23 06:38:28.617 ------------------------------ + [2.197 seconds] odo dev command tests when running applications listening on the container loopback interface should error out if using --ignore-localhost on any platform other than Podman C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:4211 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:56874" << Captured StdOut/StdErr Output ------------------------------ + [15.469 seconds] odo devfile deploy command tests deploying devfile with exec when using devfile where the exec command is bound to fail should print the last 100 lines of the log to the output C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_deploy_test.go:648 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:56710" << Captured StdOut/StdErr Output ------------------------------ + [71.859 seconds] odo dev command tests image names as selectors when starting with a Devfile with relative and absolute image names and Kubernetes resources when adding a local registry for images when running odo dev should treat relative image names as selectors C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:4756 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:56433" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ + [55.227 seconds] odo dev command tests when running odo dev and composite command is marked as parallel:true - without metadata.name should execute all commands in composite command C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:2642 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:56515" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ Progress Report for Ginkgo Process #2 Automatically polling progress: odo dev command tests checking if odo dev matches local Devfile K8s resources and remote resources when odo dev is executed to run a devfile containing a k8s resource with apply command should have deleted the old resource and created the new resource (Spec Runtime: 2m1.479s) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1077 In [BeforeEach] (Node Runtime: 2m0.005s) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1050 Begin Captured GinkgoWriter Output >> ... [odo] I1206 06:38:58.795604 5972 exec.go:96] sl local_address remote_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode ref pointer drops [odo] I1206 06:38:58.798695 5972 port.go:319] port 8080 not listening in container "runtime" [odo] I1206 06:39:06.600943 5972 exec.go:37] Executing command [/bin/sh -c cat /proc/net/tcp /proc/net/udp /proc/net/tcp6 /proc/net/udp6 || true] for pod: eeyqxw-app-f97f75dfc-854qx in container: runtime [odo] I1206 06:39:06.777642 5972 exec.go:96] sl local_address rem_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode [odo] I1206 06:39:06.777642 5972 exec.go:96] 0: 9B3E11AC:BE64 221E1068:01BB 06 00000000:00000000 03:00000BC5 00000000 0 0 0 3 0000000000000000 [odo] I1206 06:39:06.777642 5972 exec.go:96] sl local_address rem_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode ref pointer drops [odo] I1206 06:39:06.777642 5972 exec.go:96] sl local_address remote_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode [odo] I1206 06:39:06.777642 5972 exec.go:96] 0: 00000000000000000000000000000000:0BB8 00000000000000000000000000000000:0000 0A 00000000:00000000 00:00000000 00000000 1009720000 0 380573966 1 0000000000000000 100 0 0 10 0 [odo] I1206 06:39:06.778256 5972 exec.go:96] sl local_address remote_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode ref pointer drops [odo] I1206 06:39:06.781338 5972 port.go:319] port 8080 not listening in container "runtime" << End Captured GinkgoWriter Output Spec Goroutine goroutine 431 [select] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc00021c700, {0x29617d8?, 0xc000c54060}, 0x1, {0x0, 0x0, 0x0}) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/vendor/github.com/onsi/gomega/internal/async_assertion.go:538 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc00021c700, {0x29617d8, 0xc000c54060}, {0x0, 0x0, 0x0}) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x25845fa, 0x8}, 0xc0006adce0?, 0xc0006adcc0?, 0xc000e09020) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/helper/helper_run.go:54 github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc000447020) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/helper/helper_dev.go:279 > github.com/redhat-developer/odo/tests/integration.glob..func7.5.1.1() C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1069 | helper.ReplaceStrings(filepath.Join(commonVar.Context, "devfile.yaml"), devfile.deploymentName, devfile.newDeploymentName) | > err := devSession.WaitSync() | Expect(err).To(BeNil()) | }) github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0xb046be, 0x0}) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/vendor/github.com/onsi/ginkgo/v2/internal/node.go:463 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3() C:/Users/Administrator.ANSIBLE-TEST-VS/4739/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:865 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode C:/Users/Administrator.ANSIBLE-TEST-VS/4739/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:852 ------------------------------ + [4.522 seconds] odo delete command tests when a component is bootstrapped when the component is deployed in DEPLOY mode when a resource is changed in the devfile and the component is deleted while having access to the devfile.yaml with --files=false --running-in=dev should delete the component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:274 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:57120" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [54.727 seconds] odo dev command tests port-forwarding for the component when devfile has single endpoint when running odo dev should expose the endpoint on localhost (podman=false, manual=true, customPortForwarding=false, customAddress=false) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1338 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:56574" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ + [2.104 seconds] odo create/delete/list/set namespace/project tests delete namespace should not succeed to delete a non-existent namespace C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_namespace_test.go:122 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:57148" << Captured StdOut/StdErr Output ------------------------------ + [54.740 seconds] odo delete command tests when a component is bootstrapped when the component is running in both DEV and DEPLOY mode and dev mode is killed when the component is deleted while having access to the devfile.yaml should delete the appropriate resources C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:428 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:56619" << Captured StdOut/StdErr Output ------------------------------ + [56.147 seconds] odo dev command tests when running odo dev with alternative commands - with metadata.name should execute the custom non-default build and run commands successfully C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:3207 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:56739" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [64.904 seconds] odo dev command tests when Devfile 2.1.0 is used - without metadata.name when doing odo dev with --var-file flag and setting value in env should check if the env variable has a correct value C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1668 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:56561" << Captured StdOut/StdErr Output ------------------------------ + [56.265 seconds] odo dev command tests when running odo dev with alternative commands - without metadata.name should execute the custom non-default build and run commands successfully C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:3207 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:56865" << Captured StdOut/StdErr Output ------------------------------ + [3.371 seconds] odo delete command tests when a component is bootstrapped when the component is deployed in DEPLOY mode when a resource is changed in the devfile and the component is deleted while having access to the devfile.yaml with --files=true --running-in= should delete the component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:274 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:57195" << Captured StdOut/StdErr Output ------------------------------ S [1.969 seconds] odo preference and config command tests when DevfileRegistriesList CRD is installed on cluster [BeforeEach] when CR for devfileregistrieslists is installed in namespace should fail to delete the in-cluster registry [BeforeEach] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_pref_config_test.go:377 [It] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_pref_config_test.go:444 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:57241" << Captured StdOut/StdErr Output [SKIPPED] skipped on non Kubernetes clusters In [BeforeEach] at: C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_pref_config_test.go:379 @ 12/06/23 06:39:25.668 ------------------------------ S ------------------------------ + [87.382 seconds] odo logs command tests when component is created and odo logs is executed when running in Dev mode with --logs 1. should successfully show logs of the running component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_logs_test.go:249 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:56473" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [7.265 seconds] odo delete command tests when running odo deploy for an exec command bound to fail should print the job in the list of resources to be deleted with named delete command C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:546 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:57433" << Captured StdOut/StdErr Output ------------------------------ + [24.010 seconds] odo delete command tests when a component is bootstrapped when the component is deployed in DEV mode and dev mode stopped when the component is deleted using its name (and namespace) from another directory (running-in="dev") when odo delete command is run again with nothing deployed on the cluster should output that there are no resources to be deleted C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:151 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:57171" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [65.362 seconds] odo dev command with api server tests when the component is bootstrapped when odo dev is run with --api-server flag when /component/command endpoint is POSTed should trigger a push C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_api_server_test.go:221 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:56949" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [4.567 seconds] odo generic When deleting two project one after the other should be able to delete sequentially C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/generic_test.go:100 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:57800" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [33.486 seconds] odo delete command tests when a component is bootstrapped when the component is deployed in DEV mode and dev mode stopped the component is deleted while having access to the devfile.yaml when the component is deleted with --files should have deleted the component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:178 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:57138" << Captured StdOut/StdErr Output ------------------------------ + [86.888 seconds] odo dev command tests when creating local files and dir and running odo dev - with metadata.name when deleting local files and dir and waiting for sync should not list deleted dir and file in container C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1805 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:56582" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [2.480 seconds] odo dev command tests when a component is bootstrapped should fail when using --no-commands and --build-command and/or --run-command together C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:233 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:57938" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [55.334 seconds] odo dev command tests when running odo dev and composite command are nested - with metadata.name should execute all commands in composite commmand C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:2674 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:57100" << Captured StdOut/StdErr Output ------------------------------ + [115.815 seconds] odo describe component command tests checking for remote source code location when using devfile with no sourceMapping, defaults to /projects and starting an odo dev session should show remote source code location in odo describe component output C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_describe_component_test.go:667 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:56487" << Captured StdOut/StdErr Output ------------------------------ + [22.414 seconds] odo dev command tests when a component is bootstrapped when an env.yaml file contains a non-current Project when odo dev is executed should not have modified env.yaml, and use current namespace C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:547 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:57927" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [145.149 seconds] odo dev command tests when running odo dev with devfile containing volume-component - with metadata.name should successfully use the volume components in container components C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:2278 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:56364" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [95.760 seconds] odo dev command tests when hotReload capable Build and Run commands are used with odo dev should execute the build and run commands C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:3818 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:56903" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ + [2.599 seconds] odo describe component command tests should fail, with cluster C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_describe_component_test.go:89 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:58068" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ + [2.903 seconds] odo create/delete/list/set namespace/project tests set project when running inside a component directory should set the project C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_namespace_test.go:190 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:58070" << Captured StdOut/StdErr Output ------------------------------ + [56.114 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is deployed in DEV mode and dev mode stopped the component is deleted while having access to the devfile.yaml when the component is deleted with --files should have deleted the component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:178 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:57170" << Captured StdOut/StdErr Output ------------------------------ + [2.066 seconds] odo dev command with api server tests when the component is bootstrapped should fail if --api-server is false but --api-server-port is true C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_api_server_test.go:46 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:58275" << Captured StdOut/StdErr Output ------------------------------ + [55.406 seconds] odo dev command tests when Devfile contains metadata.language invalid as a label value when running odo dev should set the correct value in labels of resources C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:4089 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:57240" << Captured StdOut/StdErr Output ------------------------------ + [204.899 seconds] odo dev command tests checking if odo dev matches local Devfile K8s resources and remote resources when odo dev is executed to run a devfile containing a k8s resource with apply command should have deleted the old resource and created the new resource C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1077 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:55997" << Captured StdOut/StdErr Output ------------------------------ + [125.457 seconds] odo dev command tests when running odo dev and composite command is used as a run command - with metadata.name should run successfully C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:2709 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:56893" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [54.323 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is running in both DEV and DEPLOY mode and dev mode is killed when the component is deleted while having access to the devfile.yaml should delete the appropriate resources C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:428 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:57814" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ + [2.803 seconds] odo logs command tests when odo logs is executed for a component that's not running in any modes should print that no containers are running C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_logs_test.go:99 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:58465" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [22.035 seconds] odo dev command tests when running odo dev with alternative commands - without metadata.name when running odo dev with a build command should error out on an invalid command C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:3080 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:58297" << Captured StdOut/StdErr Output ------------------------------ + [2.195 seconds] odo dev command tests when running applications listening on the container loopback interface should error out if using --forward-localhost on any platform other than Podman C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:4220 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:58481" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [55.564 seconds] odo dev debug command tests when a component without debug command is bootstrapped should log error about missing debug command when running odo dev --debug C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_debug_test.go:444 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:57924" << Captured StdOut/StdErr Output ------------------------------ + [4.241 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is deployed in DEPLOY mode when the component is deleted while having access to the devfile.yaml should have deleted the component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:316 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:58507" << Captured StdOut/StdErr Output ------------------------------ + [55.518 seconds] odo dev command with api server tests when the component is bootstrapped when odo dev is run with --api-server flag (custom api server port=true) should start the Dev server when --api-server flag is passed C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_api_server_test.go:98 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:57957" << Captured StdOut/StdErr Output ------------------------------ + [83.328 seconds] odo dev command tests when a component with endpoints is bootstrapped and pushed should not create Ingress or Route resources in the cluster C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:3463 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:57233" << Captured StdOut/StdErr Output ------------------------------ + [3.804 seconds] odo delete command tests when a component is bootstrapped when the component is deployed in DEPLOY mode when a resource is changed in the devfile and the component is deleted while having access to the devfile.yaml with --files=true --running-in=dev should delete the component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:274 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:58567" << Captured StdOut/StdErr Output ------------------------------ + [45.373 seconds] odo dev command tests 1. devfile contains composite apply command the devfile contains an image component that uses a remote Dockerfile when [PODMAN_CMD=echo] remote server returns an error when odo dev is run should not build images when odo dev is run C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:2549 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:58069" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [65.078 seconds] odo dev command tests when adding local files to gitignore and running odo dev when modifying /testdir/foobar.txt file should not synchronize it C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1987 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:57951" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ + [2.796 seconds] odo devfile deploy command tests when using a devfile.yaml containing an outer-loop Kubernetes component referenced via an URI when running odo deploy should succeed C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_deploy_test.go:143 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:58636" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ + [55.143 seconds] odo dev command tests when project and clonePath is present in devfile and running odo dev - without metadata.name should sync to the correct dir in container C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:2058 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:58035" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [2.268 seconds] odo dev command tests when a component is bootstrapped when a state file is not writable should fail running odo dev C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:435 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:58700" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [54.971 seconds] odo dev command with api server tests when the component is bootstrapped when odo dev is run with --api-server flag (custom api server port=false) should start the Dev server when --api-server flag is passed C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_api_server_test.go:98 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:58252" << Captured StdOut/StdErr Output ------------------------------ + [55.420 seconds] odo describe component command tests when creating a component when running odo dev (podman=false,debug=true) Default output when describing the component in dev mode should describe the component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_describe_component_test.go:373 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:58254" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [59.322 seconds] odo run command tests when a component is bootstrapped when odo dev is executed with --no-commands=false and ready should execute commands C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_run_test.go:100 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:58326" << Captured StdOut/StdErr Output ------------------------------ + [115.510 seconds] odo dev command tests when running odo dev and single env var is set - without metadata.name should be able to exec command C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1691 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:57250" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ + [21.930 seconds] odo dev command tests when running odo dev with alternative commands - without metadata.name when running odo dev with a run command should error out on an invalid command C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:3150 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:58732" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [3.457 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is deployed in DEPLOY mode when a resource is changed in the devfile and the component is deleted while having access to the devfile.yaml with --files=true --running-in= should delete the component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:274 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:58860" << Captured StdOut/StdErr Output ------------------------------ + [2.311 seconds] odo dev command with api server tests when the component is bootstrapped should fail if --random-ports and --api-server-port are used together C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_api_server_test.go:63 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:58891" << Captured StdOut/StdErr Output ------------------------------ + [2.755 seconds] odo dev command tests when Devfile contains metadata.language when odo deploy is executed should set the correct value in labels of deployed resources C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:4105 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:58893" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ S [1.990 seconds] odo dev command tests when a component is bootstrapped [It] should not set securitycontext for podsecurity admission C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:392 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:58907" << Captured StdOut/StdErr Output [SKIPPED] This is a Kubernetes specific scenario, skipping In [It] at: C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:394 @ 12/06/23 06:41:25.486 ------------------------------ SS ------------------------------ + [89.134 seconds] odo logs command tests when component is created and odo logs is executed when running in Dev mode should successfully show logs of the running component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_logs_test.go:140 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:57990" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [55.160 seconds] odo dev command tests when running odo dev with alternative commands - with metadata.name when running odo dev with a build command should execute the custom non-default build command successfully C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:3112 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:58597" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ S [55.144 seconds] odo dev command tests port-forwarding for the component when devfile has multiple endpoints when running odo dev [It] should expose all endpoints on localhost regardless of exposure(podman=false, manual=true, customPortForwarding=true, customAddress=true) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1463 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:58596" << Captured StdOut/StdErr Output [SKIPPED] This is a unix-terminal specific scenario, skipping In [It] at: C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1505 @ 12/06/23 06:41:08.434 ------------------------------ S ------------------------------ + [55.322 seconds] odo dev command tests when running odo dev with alternative commands - without metadata.name when running odo dev with a run command should execute the custom non-default run command successfully C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:3181 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:58635" << Captured StdOut/StdErr Output ------------------------------ + [54.812 seconds] odo dev command tests port-forwarding for the component when devfile has single endpoint when running odo dev should expose the endpoint on localhost (podman=false, manual=false, customPortForwarding=false, customAddress=false) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1338 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:58669" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [3.964 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is deployed in DEPLOY mode when the component is deleted while having access to the devfile.yaml should have deleted the component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:316 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:59046" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ + [75.601 seconds] odo dev command tests port-forwarding for the component when devfile has multiple endpoints when running odo dev should expose all endpoints on localhost regardless of exposure(podman=false, manual=false, customPortForwarding=true, customAddress=true) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1463 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:58504" << Captured StdOut/StdErr Output ------------------------------ + [54.786 seconds] odo dev command tests when running odo dev with alternative commands - without metadata.name when running odo dev with a run command should execute the default run command successfully if specified explicitly C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:3195 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:58776" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [85.041 seconds] odo dev command with api server tests when the component is bootstrapped when odo is executed with --no-watch and --api-server flags when a file in component directory is modified when /component/command endpoint is POSTed should trigger a push C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_api_server_test.go:282 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:58524" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ + [63.354 seconds] odo dev command tests when a component is bootstrapped when using a default namespace should print warning about default namespace when running odo dev C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:130 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:58762" << Captured StdOut/StdErr Output ------------------------------ + [225.313 seconds] odo dev command tests when node-js application is created and deployed with devfile schema 2.2.0 when Update the devfile.yaml, and waiting synchronization should check cpuLimit, cpuRequests, memoryRequests after restart C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:3391 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:56711" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [2.228 seconds] odo devfile build-images command tests when using a Devfile with variable image names should build images with default variable values (push=true) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_build_images_test.go:431 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:59277" << Captured StdOut/StdErr Output ------------------------------ + [56.096 seconds] odo dev debug command tests when a component is bootstrapped when running odo dev with debug flag should not add a DEBUG_PORT variable to the container C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_debug_test.go:124 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:58916" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSS ------------------------------ + [55.484 seconds] odo dev debug command tests when a component is bootstrapped when running odo dev with debug flag should connect to relevant ports forwarded C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_debug_test.go:112 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:58928" << Captured StdOut/StdErr Output ------------------------------ + [55.333 seconds] odo dev command tests when Devfile contains metadata.projectType invalid as a label value when running odo dev should set the correct value in labels of resources C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:4089 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:58938" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [2.710 seconds] odo describe component command tests when creating a component should not describe the component from another directory, with default cluster mode C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_describe_component_test.go:289 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:59344" << Captured StdOut/StdErr Output ------------------------------ + [3.012 seconds] odo devfile deploy command tests when using a devfile.yaml containing an outer-loop Kubernetes component referenced via an URI when an env.yaml file contains a non-current Project when running odo deploy when the env.yaml file still contains a non-current Project should delete the component in the current namespace C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_deploy_test.go:226 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:59437" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [3.568 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is deployed in DEPLOY mode when a resource is changed in the devfile and the component is deleted while having access to the devfile.yaml with --files=false --running-in= should delete the component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:274 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:59528" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [2.873 seconds] odo create/delete/list/set namespace/project tests set namespace when running inside a component directory should set the namespace C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_namespace_test.go:190 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:59636" << Captured StdOut/StdErr Output ------------------------------ + [116.272 seconds] odo dev debug command tests when creating nodejs component, doing odo dev and run command has dev.odo.push.path attribute should sync only the mentioned files at the appropriate remote destination C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_debug_test.go:163 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:58480" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [2.506 seconds] odo devfile deploy command tests 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 C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_deploy_test.go:450 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:59655" << Captured StdOut/StdErr Output ------------------------------ S [2.206 seconds] odo devfile deploy command tests deploying devfile with exec [It] should not set securitycontext for podsecurity admission on job's pod template C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_deploy_test.go:601 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:59739" << Captured StdOut/StdErr Output [SKIPPED] This is a Kubernetes specific scenario, skipping In [It] at: C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_deploy_test.go:603 @ 12/06/23 06:42:32.439 ------------------------------ + [2.044 seconds] odo devfile deploy command tests deploying devfile with exec when using a devfile name with length more than 63 should fail with invalid component name error C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_deploy_test.go:622 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:59757" << Captured StdOut/StdErr Output ------------------------------ + [1.991 seconds] odo dev command tests when running odo dev and prestart events are defined should not correctly execute PreStart commands C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:2823 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:59760" << Captured StdOut/StdErr Output ------------------------------ + [55.410 seconds] odo describe component command tests when creating a component when running odo dev (podman=false,debug=false) JSON output when switching to another directory when describing the component from another directory should describe the named component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_describe_component_test.go:502 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:59014" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [116.358 seconds] odo devfile deploy command tests when using a devfile.yaml containing an outer-loop Kubernetes component referenced via an URI when running odo deploy with image build extra args when running and stopping odo dev should not delete the resources created with odo deploy C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_deploy_test.go:176 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:58548" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [3.216 seconds] odo create/delete/list/set namespace/project tests when namespace is created with -w should list the new namespace when listing namespace C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_namespace_test.go:41 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:59779" << Captured StdOut/StdErr Output ------------------------------ + [3.854 seconds] odo delete command tests when a component is bootstrapped when the component is deployed in DEPLOY mode when a resource is changed in the devfile and the component is deleted while having access to the devfile.yaml with --files=false --running-in=deploy should delete the component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:274 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:59777" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ + [2.377 seconds] odo devfile build-images command tests when starting with Devfile with autoBuild or deployByDefault components when building images should build all Image components regardless of autoBuild C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_build_images_test.go:364 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:59823" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [59.500 seconds] odo dev command tests 1. devfile contains composite apply command the devfile contains an image component that uses a remote Dockerfile when [PODMAN_CMD=a-command-not-found-for-podman-should-make-odo-fallback-to-docker DOCKER_CMD=echo] remote server returns a valid file when odo dev is run should build and push image when odo dev is run C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:2526 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:59013" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [126.332 seconds] odo dev command tests when running build and run commands as composite in different containers and a shared volume - without metadata.name should run successfully C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:2772 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:58505" << Captured StdOut/StdErr Output ------------------------------ S [55.255 seconds] odo dev command tests port-forwarding for the component when devfile has multiple endpoints when running odo dev [It] should expose all endpoints on localhost regardless of exposure(podman=false, manual=true, customPortForwarding=false, customAddress=false) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1463 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:59065" << Captured StdOut/StdErr Output [SKIPPED] This is a unix-terminal specific scenario, skipping In [It] at: C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1505 @ 12/06/23 06:42:10.911 ------------------------------ + [55.399 seconds] odo dev command tests when a component is bootstrapped should add annotation to use ImageStreams C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:147 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:59079" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [55.660 seconds] odo dev command tests when devfile has sourcemappings and running odo dev - with metadata.name should sync files to the correct location C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:2016 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:59087" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [3.864 seconds] odo delete command tests when a component is bootstrapped when the component is deployed in DEPLOY mode when the component is deleted while having access to the devfile.yaml should have deleted the component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:316 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:59922" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [2.398 seconds] odo dev command tests when Devfile contains metadata.projectType invalid as a label value when odo deploy is executed should set the correct value in labels of deployed resources C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:4105 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:59948" << Captured StdOut/StdErr Output ------------------------------ S [1.761 seconds] odo dev command tests when Starting a PostgreSQL service [BeforeEach] when creating local files and dir and running odo dev - with metadata.name should correctly propagate changes to the container [servicebinding] [BeforeEach] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1815 [It] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1865 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:59965" << Captured StdOut/StdErr Output [SKIPPED] Skipping service binding tests as SKIP_SERVICE_BINDING_TESTS is true In [BeforeEach] at: C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1818 @ 12/06/23 06:42:55.282 ------------------------------ + [54.758 seconds] odo delete command tests when a component is bootstrapped when the component is running in both DEV and DEPLOY mode and dev mode is killed when the component is deleted using its name and namespace from another directory should delete the appropriate resources C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:473 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:59232" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ S [1.719 seconds] odo preference and config command tests when DevfileRegistriesList CRD is installed on cluster [BeforeEach] when CR for devfileregistrieslists is installed in namespace registry list should return registry listed in CR [BeforeEach] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_pref_config_test.go:377 [It] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_pref_config_test.go:414 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:60017" << Captured StdOut/StdErr Output [SKIPPED] skipped on non Kubernetes clusters In [BeforeEach] at: C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_pref_config_test.go:379 @ 12/06/23 06:42:59.867 ------------------------------ + [55.250 seconds] odo dev command with api server tests when the component is bootstrapped when odo dev is run with --api-server flag (custom api server port=false) should describe the API Server port C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_api_server_test.go:108 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:59297" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [112.267 seconds] odo dev debug command tests when starting with Devfile with autoBuild or deployByDefault components when running odo dev with some components not referenced in the Devfile should create the appropriate resources C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_debug_test.go:501 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:58890" << Captured StdOut/StdErr Output ------------------------------ + [77.140 seconds] odo dev interactive command tests directory is not empty when there is a match from Alizer should run alizer to download devfile C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/interactive_dev_test.go:76 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:59132" Spawning 'C:\Users\Administrator.ANSIBLE-TEST-VS\4739\bin\odo.exe dev --random-ports' from C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\2300666037 << Captured StdOut/StdErr Output ------------------------------ + [1.875 seconds] odo logs command tests when directory is empty should error C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_logs_test.go:86 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:60282" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ + [54.980 seconds] odo dev command tests when running odo dev and devfile with composite command - with metadata.name should execute all commands in composite command C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:2610 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:59537" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [2.065 seconds] odo dev command tests when a component is bootstrapped should fail when using --no-commands and --build-command and/or --run-command together C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:233 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:60299" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [44.976 seconds] odo dev command tests when running odo dev --no-watch and build command throws an error should error out with some log C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:2898 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:59868" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [33.388 seconds] odo delete command tests when a component is bootstrapped when the component is deployed in DEV mode and dev mode stopped the component is deleted while having access to the devfile.yaml when the component is deleted with --files should have deleted the component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:178 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:59983" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ S [2.056 seconds] odo dev command tests when a component is bootstrapped when pod security is enforced as restricted [It] should set securitycontext for podsecurity admission C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:414 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:60443" << Captured StdOut/StdErr Output [SKIPPED] This is a Kubernetes specific scenario, skipping In [It] at: C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:416 @ 12/06/23 06:43:29.213 ------------------------------ + [55.062 seconds] odo dev command tests when odo dev is executed to run a devfile containing a k8s resource should have created the necessary k8s resources C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1127 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:59808" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ + [55.317 seconds] odo dev command tests when Devfile contains metadata.projectType when running odo dev should set the correct value in labels of resources C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:4089 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:59810" << Captured StdOut/StdErr Output ------------------------------ + [55.671 seconds] odo dev command tests when a container component defines a Command or Args - with metadata.name should run odo dev successfully (#5620) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:3538 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:59827" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [55.227 seconds] odo dev command tests when a component is bootstrapped when run command takes really long to start should cancel run command and return if odo dev is stopped C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1002 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:59856" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [67.068 seconds] odo list with devfile devfile has missing metadata when projectType is missing when the component is pushed in dev mode should show the language for 'Type' in odo list C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_list_test.go:334 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:59849" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [108.432 seconds] odo dev command tests multiple dev sessions with different project are running on same platform (podman=false), same port when odo dev session is run for nodejs component when odo dev session is run for go project on the same port but different address should be able to run both the sessions C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1213 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:59264" << Captured StdOut/StdErr Output ------------------------------ + [95.072 seconds] odo dev command tests when a component is bootstrapped when odo dev is executed and Ephemeral is set to false when killing odo dev and another process replaces it should restart a new session successfully C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:609 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:59352" << Captured StdOut/StdErr Output ------------------------------ + [2.650 seconds] odo devfile deploy command tests when using a devfile.yaml containing a deploy command when running odo deploy with image build extra args should succeed C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_deploy_test.go:143 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:60662" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [3.597 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is deployed in DEPLOY mode when a resource is changed in the devfile and the component is deleted while having access to the devfile.yaml with --files=true --running-in=dev should delete the component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:274 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:60686" << Captured StdOut/StdErr Output ------------------------------ + [2.464 seconds] odo deploy interactive command tests directory is not empty when there is a match from Alizer should run alizer to download devfile C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/interactive_deploy_test.go:75 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:60725" Spawning 'C:\Users\Administrator.ANSIBLE-TEST-VS\4739\bin\odo.exe deploy' from C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1042844623 << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [10.565 seconds] odo create/delete/list/set namespace/project tests delete project when force-deleting a valid project should successfully delete the project asynchronously C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_namespace_test.go:107 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:60674" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ + [3.039 seconds] odo create/delete/list/set namespace/project tests set project should successfully set the project C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_namespace_test.go:147 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:60752" << Captured StdOut/StdErr Output ------------------------------ + [55.382 seconds] odo dev command tests when a component is bootstrapped when recording telemetry data should record the telemetry data correctly C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:458 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:60257" << Captured StdOut/StdErr Output ------------------------------ + [55.231 seconds] odo dev command tests when Devfile contains neither metadata.language nor metadata.projectType when running odo dev should set the correct value in labels of resources C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:4089 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:60316" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [75.424 seconds] odo dev command tests port-forwarding for the component when devfile has multiple endpoints when running odo dev should expose all endpoints on localhost regardless of exposure(podman=false, manual=false, customPortForwarding=false, customAddress=true) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1463 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:60033" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [96.057 seconds] odo dev debug command tests when starting with Devfile with autoBuild or deployByDefault components when running odo dev with some components referenced in the Devfile should create the appropriate resources C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_debug_test.go:631 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:59890" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ + [2.297 seconds] odo dev command tests when a component is bootstrapped should fail when using --random-ports and --port-forward together C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:218 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:60851" << Captured StdOut/StdErr Output ------------------------------ + [23.177 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is deployed in DEV mode and dev mode stopped the component is deleted while having access to the devfile.yaml when the component is deleted with --files should have deleted the component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:178 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:60782" << Captured StdOut/StdErr Output ------------------------------ SSSSSS ------------------------------ + [53.908 seconds] odo delete command tests when a component is bootstrapped when the component is running in both DEV and DEPLOY mode and dev mode is killed when the component is deleted while having access to the devfile.yaml should delete the appropriate resources C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:428 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:60539" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ + [85.672 seconds] odo dev command tests checking if odo dev matches local Devfile K8s resources and remote resources when odo dev is executed to run a devfile containing a k8s resource without apply command should have deleted the old resource and created the new resource C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1077 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:60065" << Captured StdOut/StdErr Output ------------------------------ SSSSSS ------------------------------ + [2.112 seconds] odo create/delete/list/set namespace/project tests list project should successfully list all the projects in JSON format C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_namespace_test.go:228 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:60999" << Captured StdOut/StdErr Output ------------------------------ + [2.199 seconds] odo devfile build-images command tests when using a Devfile with variable image names should build images with --var-file (push=true) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_build_images_test.go:445 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:61008" << Captured StdOut/StdErr Output ------------------------------ + [4.240 seconds] odo devfile deploy command tests Devfile with autoBuild or deployByDefault components when starting with Devfile with Deploy commands when running odo deploy with some components referenced in the Devfile should create the appropriate resources C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_deploy_test.go:802 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:61025" << Captured StdOut/StdErr Output ------------------------------ + [65.858 seconds] odo dev command tests when adding local files to gitignore and running odo dev when modifying /testdir/foobar.txt file should not synchronize it C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1987 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:60521" << Captured StdOut/StdErr Output ------------------------------ + [4.265 seconds] odo delete command tests when a component is bootstrapped when the component is deployed in DEPLOY mode when the component is deleted while having access to the devfile.yaml should have deleted the component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:316 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:61062" << Captured StdOut/StdErr Output ------------------------------ + [115.472 seconds] odo dev command tests when doing odo dev and there is a env variable with spaces - without metadata.name should be able to exec command C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1743 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:59903" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [2.910 seconds] odo devfile deploy command tests when using a devfile.yaml containing a deploy command when an env.yaml file contains a non-current Project when running odo deploy should succeed C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_deploy_test.go:201 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:61092" << Captured StdOut/StdErr Output ------------------------------ + [3.514 seconds] odo list with devfile listing non-odo managed components when a non-odo managed component is deployed should list the component in JSON C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_list_test.go:47 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:61122" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ + [2.280 seconds] odo deploy interactive command tests directory is not empty when Alizer cannot determine a Devfile based on the current source code should not fail but fallback to the interactive mode C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/interactive_deploy_test.go:159 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:61229" Spawning 'C:\Users\Administrator.ANSIBLE-TEST-VS\4739\bin\odo.exe deploy' from C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\4112019398 << Captured StdOut/StdErr Output ------------------------------ SSSSSSS ------------------------------ + [44.289 seconds] odo dev command tests 1. devfile contains composite apply command the devfile contains an image component that uses a remote Dockerfile when [PODMAN_CMD=a-command-not-found-for-podman-should-make-odo-fallback-to-docker DOCKER_CMD=echo] remote server returns an error when odo dev is run should not build images when odo dev is run C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:2549 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:60794" << Captured StdOut/StdErr Output ------------------------------ + [3.541 seconds] odo delete command tests when a component is bootstrapped when the component is deployed in DEPLOY mode when the component is deleted using its name and namespace from another directory should output that there are no resources to be deleted C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:237 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:61483" << Captured StdOut/StdErr Output ------------------------------ + [82.333 seconds] odo devfile deploy command tests when using a devfile.yaml containing an outer-loop Kubernetes component referenced via an URI when running odo deploy with image build extra args should run odo dev successfully C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_deploy_test.go:161 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:60622" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ + [55.630 seconds] odo dev command tests when a container component defines a Command or Args - without metadata.name should run odo dev successfully (#5620) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:3538 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:60831" << Captured StdOut/StdErr Output ------------------------------ + [103.209 seconds] odo dev command tests when a component is bootstrapped when a delay is necessary for the component to start and running odo dev should first fail then succeed querying endpoint C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:789 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:60473" << Captured StdOut/StdErr Output ------------------------------ + [114.918 seconds] odo dev command tests when running odo dev with devfile contain volume - with metadata.name check the volume name and mount paths for the containers C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:2230 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:60321" << Captured StdOut/StdErr Output ------------------------------ + [4.183 seconds] odo create/delete/list/set namespace/project tests create project should successfully create the project C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_namespace_test.go:54 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:61713" << Captured StdOut/StdErr Output ------------------------------ + [107.183 seconds] odo logs command tests when component is created and odo logs is executed when running in Dev mode when --follow flag is specified should successfully follow logs of running component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_logs_test.go:172 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:60463" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [105.470 seconds] odo dev command tests port-forwarding for the component when devfile has single endpoint when running odo dev when modifying name for container in Devfile should react on the Devfile modification (podman=false, manual=false, customPortForwarding=false, customAddress=true) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1379 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:60498" << Captured StdOut/StdErr Output ------------------------------ + [3.093 seconds] odo describe component command tests should fail, with default cluster mode C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_describe_component_test.go:70 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:61785" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [2.700 seconds] odo dev command tests when Devfile contains neither metadata.language nor metadata.projectType when odo deploy is executed should set the correct value in labels of deployed resources C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:4105 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:61966" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ + [116.134 seconds] odo describe component command tests checking for remote source code location when using devfile with sourceMapping and starting an odo dev session should show remote source code location in odo describe component output C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_describe_component_test.go:667 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:60492" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ + [55.507 seconds] odo dev command tests when creating local files and dir and running odo dev - with metadata.name should correctly propagate changes to the container C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1788 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:61031" << Captured StdOut/StdErr Output ------------------------------ + [2.636 seconds] odo devfile deploy command tests 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 C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_deploy_test.go:326 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:62074" << Captured StdOut/StdErr Output ------------------------------ + [55.326 seconds] odo dev command tests when devfile has sourcemappings and running odo dev - without metadata.name should sync files to the correct location C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:2016 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:61109" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [82.600 seconds] odo devfile deploy command tests when using a devfile.yaml containing a deploy command when running odo deploy with image build extra args should run odo dev successfully C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_deploy_test.go:161 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:60824" << Captured StdOut/StdErr Output ------------------------------ + [3.281 seconds] odo list with devfile listing non-odo managed components when a non-odo managed component without the managed-by label is deployed should list the component in JSON C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_list_test.go:71 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:62159" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ + [77.078 seconds] odo dev debug command tests when a composite command is used as debug command - with metadata.name should run successfully C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_debug_test.go:225 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:60997" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [46.340 seconds] odo dev command tests when a component is bootstrapped when running with --no-commands (debug=false) should start the dev session C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:268 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:61732" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [76.342 seconds] odo dev command tests when Create and dev java-springboot component should execute default build and run commands correctly C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:2931 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:61212" << Captured StdOut/StdErr Output ------------------------------ + [115.024 seconds] odo dev command tests when a component is bootstrapped when Automount volumes are present in the namespace when odo dev is executed should mount the volumes C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:833 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:60780" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ + [3.380 seconds] odo devfile deploy command tests when a component is bootstrapped when using a default namespace should display warning when running the deploy command C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_deploy_test.go:67 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:62347" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ + [2.370 seconds] odo create/delete/list/set namespace/project tests create namespace should fail to create namespace C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_namespace_test.go:63 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:62453" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [55.664 seconds] odo dev command tests when running odo dev and composite command is marked as parallel:true - with metadata.name should execute all commands in composite command C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:2642 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:61689" << Captured StdOut/StdErr Output ------------------------------ + [2.635 seconds] odo dev command tests when Devfile contains metadata.projectType when odo deploy is executed should set the correct value in labels of deployed resources C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:4105 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:62475" << Captured StdOut/StdErr Output ------------------------------ + [3.927 seconds] odo delete command tests when a component is bootstrapped when the component is deployed in DEPLOY mode when the component is deleted using its name and namespace from another directory should have deleted the component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:241 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:62472" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [82.676 seconds] odo devfile deploy command tests when using a devfile.yaml containing a deploy command when running odo deploy should run odo dev successfully C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_deploy_test.go:161 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:61264" << Captured StdOut/StdErr Output ------------------------------ + [2.644 seconds] odo create/delete/list/set namespace/project tests set namespace should not succeed to set the namespace C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_namespace_test.go:162 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:62579" << Captured StdOut/StdErr Output ------------------------------ + [3.003 seconds] odo devfile deploy command tests when deploying a Devfile OpenShift component with multiple K8s resources defined should have created all the resources defined in the Devfile OpenShift component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_deploy_test.go:372 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:62603" << Captured StdOut/StdErr Output ------------------------------ + [55.887 seconds] odo dev command tests when no project is present - without metadata.name should sync to the correct dir in container C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:2164 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:61981" << Captured StdOut/StdErr Output ------------------------------ + [55.022 seconds] odo dev command tests when running odo dev with alternative commands - without metadata.name when running odo dev with a build command should execute the default build command successfully if specified explicitly C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:3126 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:61996" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [115.704 seconds] odo dev command tests Devfile with no metadata.name when running odo dev against a component with no source code should use the directory as component name C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:3873 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:60867" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [4.680 seconds] odo delete command tests when a component is bootstrapped when the component is deployed in DEPLOY mode when a resource is changed in the devfile and the component is deleted while having access to the devfile.yaml with --files=false --running-in= should delete the component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:274 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:62624" << Captured StdOut/StdErr Output ------------------------------ S [1.964 seconds] odo dev command tests when Starting a PostgreSQL service [BeforeEach] when creating local files and dir and running odo dev - without metadata.name should correctly propagate changes to the container [servicebinding] [BeforeEach] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1815 [It] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1865 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:62715" << Captured StdOut/StdErr Output [SKIPPED] Skipping service binding tests as SKIP_SERVICE_BINDING_TESTS is true In [BeforeEach] at: C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1818 @ 12/06/23 06:46:20.279 ------------------------------ + [67.128 seconds] odo dev debug command tests when a composite command is used as debug command - without metadata.name should run successfully C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_debug_test.go:225 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:61766" << Captured StdOut/StdErr Output ------------------------------ + [2.283 seconds] odo devfile build-images command tests when using a Devfile with variable image names should build images with --var (push=false) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_build_images_test.go:437 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:62732" << Captured StdOut/StdErr Output ------------------------------ S [55.268 seconds] odo dev command tests port-forwarding for the component when devfile has single endpoint when running odo dev when modifying name for container in Devfile [BeforeEach] should react on the Devfile modification (podman=false, manual=true, customPortForwarding=false, customAddress=false) [BeforeEach] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1353 [It] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1379 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:62077" << Captured StdOut/StdErr Output [SKIPPED] This is a unix-terminal specific scenario, skipping In [BeforeEach] at: C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1356 @ 12/06/23 06:45:50.362 ------------------------------ S ------------------------------ + [69.857 seconds] odo devfile deploy command tests deploying devfile with exec when using devfile with a long running command in exec should print the tip to run odo logs after 1 minute of execution C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_deploy_test.go:636 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:61774" << Captured StdOut/StdErr Output ------------------------------ + [55.513 seconds] odo dev command tests when Devfile 2.1.0 is used - with metadata.name when doing odo dev with --var flag should check if the env variable has a correct value C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1612 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:62135" << Captured StdOut/StdErr Output ------------------------------ S [1.815 seconds] odo init interactive command tests when DevfileRegistriesList CRD is installed on cluster [BeforeEach] when CR for devfileregistrieslists is installed in namespace should download correct devfile from the first in-cluster registry [BeforeEach] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/interactive_init_test.go:708 [It] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/interactive_init_test.go:737 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:62851" << Captured StdOut/StdErr Output [SKIPPED] skipped on non Kubernetes clusters In [BeforeEach] at: C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/interactive_init_test.go:710 @ 12/06/23 06:46:33.35 ------------------------------ + [13.016 seconds] odo create/delete/list/set namespace/project tests delete project when force-deleting a valid project should successfully delete the project synchronously with --wait C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_namespace_test.go:115 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:62753" << Captured StdOut/StdErr Output ------------------------------ + [56.025 seconds] odo describe component command tests when creating a component when running odo dev (podman=false,debug=false) Default output when switching to another directory when describing the component from another directory should describe the named component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_describe_component_test.go:414 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:62254" << Captured StdOut/StdErr Output ------------------------------ + [24.060 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is deployed in DEV mode and dev mode stopped when the component is deleted using its name (and namespace) from another directory (running-in="dev") should have deleted the component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:128 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:62690" << Captured StdOut/StdErr Output ------------------------------ + [24.429 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is running in both DEV and DEPLOY mode and dev mode is killed when the component is deleted while having access to the devfile.yaml should delete the appropriate resources C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:428 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:62798" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [1.987 seconds] odo dev command tests when a component is bootstrapped should fail when using --no-commands and --build-command and/or --run-command together C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:233 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:63164" << Captured StdOut/StdErr Output ------------------------------ + [114.892 seconds] odo devfile deploy command tests when using a devfile.yaml containing an outer-loop Kubernetes component referenced via an URI when running odo deploy when running and stopping odo dev should not delete the resources created with odo deploy C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_deploy_test.go:176 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:61591" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ + [22.201 seconds] odo dev command tests when running odo dev with alternative commands - with metadata.name when running odo dev with a run command should error out on an invalid command C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:3150 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:62899" << Captured StdOut/StdErr Output ------------------------------ + [3.375 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is deployed in DEPLOY mode when the component is deleted using its name and namespace from another directory should output that there are no resources to be deleted C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:237 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:63218" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ + [23.566 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is deployed in DEV mode and dev mode stopped the component is deleted while having access to the devfile.yaml when the component is deleted with --files should have deleted the component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:178 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:63104" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [55.358 seconds] odo dev command tests port-forwarding for the component when devfile has no endpoint when running odo dev should have no endpoint forwarded (podman=false, manual=false) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1282 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:62586" << Captured StdOut/StdErr Output ------------------------------ + [4.195 seconds] odo delete command tests when a component is bootstrapped when the component is deployed in DEPLOY mode when the component is deleted using its name and namespace from another directory should have deleted the component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:241 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:63478" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [48.449 seconds] odo run command tests when a component is bootstrapped when odo dev is executed with --no-commands=true and ready should execute commands C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_run_test.go:100 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:62761" << Captured StdOut/StdErr Output ------------------------------ + [55.790 seconds] odo dev command tests when a component with multiple endpoints is run should create state files containing information, including forwarded ports C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:3622 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:62711" PID: 8876 << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [3.591 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is deployed in DEPLOY mode when a resource is changed in the devfile and the component is deleted while having access to the devfile.yaml with --files=true --running-in=deploy should delete the component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:274 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:64024" << Captured StdOut/StdErr Output ------------------------------ + [76.500 seconds] odo dev command tests when adding local files to gitignore and running odo dev when modifying /testdir/baz.txt file should synchronize it only C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1965 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:62344" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [55.207 seconds] odo dev command tests port-forwarding for the component when devfile has single endpoint when running odo dev should expose the endpoint on localhost (podman=false, manual=false, customPortForwarding=true, customAddress=true) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1338 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:62780" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [115.358 seconds] odo devfile deploy command tests when using a devfile.yaml containing a deploy command when running odo deploy with image build extra args when running and stopping odo dev should not delete the resources created with odo deploy C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_deploy_test.go:176 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:62104" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [56.513 seconds] odo dev command tests when multiple projects are present - with metadata.name should sync to the correct dir in container C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:2130 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:62870" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [82.181 seconds] odo dev command tests 1. devfile contains composite apply command when odo dev is running with container backend global extra args should execute the composite apply commands successfully C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:2388 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:62596" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ + [56.288 seconds] odo delete command tests when a component is bootstrapped when the component is deployed in DEV mode and dev mode stopped when the component is deleted using its name (and namespace) from another directory (running-in="deploy") should output that there are no resources to be deleted C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:124 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:62916" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [118.840 seconds] odo list with devfile when a component created in 'app' application when dev is running on cluster show an odo deploy or dev in the list C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_list_test.go:193 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:62301" << Captured StdOut/StdErr Output ------------------------------ + [55.431 seconds] odo dev command tests port-forwarding for the component when devfile has single endpoint when running odo dev should expose the endpoint on localhost (podman=false, manual=false, customPortForwarding=false, customAddress=true) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1338 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:63184" << Captured StdOut/StdErr Output ------------------------------ + [55.589 seconds] odo dev command tests when running odo dev with alternative commands - with metadata.name when running odo dev with a run command should execute the default run command successfully if specified explicitly C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:3195 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:63187" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ S [1.896 seconds] odo devfile deploy command tests deploying devfile with exec [It] should not set securitycontext for podsecurity admission on job's pod template C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_deploy_test.go:601 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:64499" << Captured StdOut/StdErr Output [SKIPPED] This is a Kubernetes specific scenario, skipping In [It] at: C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_deploy_test.go:603 @ 12/06/23 06:47:49.102 ------------------------------ SS ------------------------------ + [55.055 seconds] odo dev command tests when a component with multiple endpoints is run when odo dev is stopped should remove forwarded ports from state file C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:3583 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:63670" << Captured StdOut/StdErr Output ------------------------------ + [56.780 seconds] odo dev command tests when multiple projects are present - without metadata.name should sync to the correct dir in container C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:2130 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:63664" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ S [1.938 seconds] odo devfile registry command tests when DevfileRegistriesList CRD is installed on cluster [BeforeEach] when CR for devfileregistrieslists is installed in namespace should list detailed information regarding nodejs when using an in-cluster registry [BeforeEach] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_registry_test.go:212 [It] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_registry_test.go:240 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:64651" << Captured StdOut/StdErr Output [SKIPPED] skipped on non Kubernetes clusters In [BeforeEach] at: C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_registry_test.go:214 @ 12/06/23 06:48:02.778 ------------------------------ SS ------------------------------ + [33.272 seconds] odo delete command tests when a component is bootstrapped when the component is deployed in DEV mode and dev mode stopped when the component is deleted using its name (and namespace) from another directory (running-in="dev") should have deleted the component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:128 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:64143" << Captured StdOut/StdErr Output ------------------------------ Progress Report for Ginkgo Process #11 Automatically polling progress: odo dev command tests Devfile contains pod-overrides and container-overrides attributes should override the content in the pod it creates for the component on the cluster (Spec Runtime: 2m1.631s) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:4146 In [It] (Node Runtime: 2m0.012s) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:4146 Begin Captured GinkgoWriter Output >> ... [odo] I1206 06:47:34.291860 7516 exec.go:37] Executing command [/bin/sh -c cat /opt/odo/.odo_cmd_run.pid || true] for pod: ujibhc-app-786fbf67c7-2gh7s in container: runtime [odo] I1206 06:47:34.292343 7516 exec.go:54] ExecuteCommand returned an an err: error while streaming command: error sending request: Post "https://c115-e.eu-de.containers.cloud.ibm.com:31900/api/v1/namespaces/cmd-dev-test4146nhb/pods/ujibhc-app-786fbf67c7-2gh7s/exec?command=%2Fbin%2Fsh&command=-c&command=cat+%2Fopt%2Fodo%2F.odo_cmd_run.pid+%7C%7C+true&container=runtime&stderr=true&stdout=true": dial tcp: lookup c115-e.eu-de.containers.cloud.ibm.com: operation was canceled. for command '[/bin/sh -c cat /opt/odo/.odo_cmd_run.pid || true]' [odo] stdout: [] [odo] stderr: [] [odo] I1206 06:47:34.292343 7516 execute_run.go:36] error while running background command: unable to exec command [/bin/sh -c echo $$ > /opt/odo/.odo_cmd_run.pid && cd ${PROJECT_SOURCE} && (npm start) 1>>/proc/1/fd/1 2>>/proc/1/fd/2; echo $? >> /opt/odo/.odo_cmd_run.pid]: error while streaming command: context canceled [odo] X Finished executing the application (command: run) [1m] [odo] I1206 06:47:34.384168 7516 all.go:46] starting to concurrently query 200 APIs [odo] I1206 06:47:34.384548 7516 all.go:62] fired up all goroutines to query APIs [odo] I1206 06:47:35.273035 7516 all.go:67] all goroutines have returned in 888.8698ms [odo] I1206 06:47:35.273035 7516 all.go:76] query result: objects=629 << End Captured GinkgoWriter Output Spec Goroutine goroutine 29 [select] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0001ba3f0, {0x2961598?, 0xc0006b1ae8}, 0x1, {0x0, 0x0, 0x0}) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/vendor/github.com/onsi/gomega/internal/async_assertion.go:538 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0001ba3f0, {0x2961598, 0xc0006b1ae8}, {0x0, 0x0, 0x0}) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/onsi/gomega/gexec.(*Session).Wait(0xc0007a5d50?, {0xc0007fd750?, 0x258630c?, 0x9?}) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/vendor/github.com/onsi/gomega/gexec/session.go:144 github.com/redhat-developer/odo/tests/helper.DevSession.WaitEnd(...) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/helper/helper_dev.go:263 github.com/redhat-developer/odo/tests/helper.RunDevMode.func1() C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/helper/helper_dev.go:334 github.com/redhat-developer/odo/tests/helper.RunDevMode({{0x0, 0x0, 0x0}, {0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, ...}, ...) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/helper/helper_dev.go:337 > github.com/redhat-developer/odo/tests/integration.glob..func7.64.2() C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:4147 | }) | It("should override the content in the pod it creates for the component on the cluster", func() { > err := helper.RunDevMode(helper.DevSessionOpts{ | RunOnPodman: ctx.podman, | }, func(session *gexec.Session, outContents, _ string, _ map[string]string) { github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0xb046be, 0xc0009fc3a8}) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/vendor/github.com/onsi/ginkgo/v2/internal/node.go:463 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3() C:/Users/Administrator.ANSIBLE-TEST-VS/4739/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:865 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode C:/Users/Administrator.ANSIBLE-TEST-VS/4739/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:852 ------------------------------ + [6.695 seconds] odo generic When deleting two project one after the other should be able to delete them in any order C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/generic_test.go:107 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:64561" << Captured StdOut/StdErr Output ------------------------------ + [4.098 seconds] odo create/delete/list/set namespace/project tests create namespace should successfully create the namespace C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_namespace_test.go:54 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:64757" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [126.077 seconds] odo dev command tests Devfile contains pod-overrides and container-overrides attributes should override the content in the pod it creates for the component on the cluster C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:4146 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:62446" << Captured StdOut/StdErr Output ------------------------------ + [115.448 seconds] odo dev command tests when running odo dev and multiple env variables are set - with metadata.name should be able to exec command C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1717 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:62654" << Captured StdOut/StdErr Output ------------------------------ + [57.981 seconds] odo delete command tests when a component is bootstrapped when the component is deployed in DEV mode and dev mode stopped when the component is deleted using its name (and namespace) from another directory (running-in="deploy") when odo delete command is run again with nothing deployed on the cluster should output that there are no resources to be deleted C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:151 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:64053" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [66.704 seconds] odo dev command tests when no project is present - with metadata.name should sync to the correct dir in container C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:2164 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:64045" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [2.507 seconds] odo devfile deploy command tests when using a devfile.yaml containing a deploy command when an env.yaml file contains a non-current Project when running odo deploy when the env.yaml file still contains a non-current Project should delete the component in the current namespace C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_deploy_test.go:226 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:64892" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [12.434 seconds] odo create/delete/list/set namespace/project tests delete namespace when force-deleting a valid namespace should successfully delete the namespace synchronously with --wait C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_namespace_test.go:115 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:64851" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [2.499 seconds] odo describe component command tests when creating a component should not describe the component from another directory, with cluster C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_describe_component_test.go:314 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:64928" << Captured StdOut/StdErr Output ------------------------------ + [2.726 seconds] odo devfile deploy command tests when using a devfile.yaml containing two deploy commands should run odo deploy C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_deploy_test.go:244 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:65110" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [59.193 seconds] odo dev command tests 1. devfile contains composite apply command the devfile contains an image component that uses a remote Dockerfile when [PODMAN_CMD=echo] remote server returns a valid file when odo dev is run should build and push image when odo dev is run C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:2526 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:64183" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [23.872 seconds] odo delete command tests when a component is bootstrapped when the component is deployed in DEV mode and dev mode stopped when the component is deleted using its name (and namespace) from another directory (running-in="") when odo delete command is run again with nothing deployed on the cluster should output that there are no resources to be deleted C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:151 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:64831" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [3.778 seconds] odo delete command tests when a component is bootstrapped when the component is deployed in DEPLOY mode when the component is deleted while having access to the devfile.yaml should have deleted the component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:316 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:65394" << Captured StdOut/StdErr Output ------------------------------ + [55.443 seconds] odo dev command tests when a component is bootstrapped when odo dev is executed when odo dev is stopped should delete the component from the platform C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:507 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:64481" << Captured StdOut/StdErr Output ------------------------------ + [55.559 seconds] odo dev command tests port-forwarding for the component when devfile has single endpoint when running odo dev should expose the endpoint on localhost (podman=false, manual=true, customPortForwarding=true, customAddress=false) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1338 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:64496" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ S [54.992 seconds] odo dev command tests port-forwarding for the component when devfile has single endpoint when running odo dev when modifying name for container in Devfile [BeforeEach] should react on the Devfile modification (podman=false, manual=true, customPortForwarding=true, customAddress=true) [BeforeEach] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1353 [It] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1379 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:64513" << Captured StdOut/StdErr Output [SKIPPED] This is a unix-terminal specific scenario, skipping In [BeforeEach] at: C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1356 @ 12/06/23 06:48:11.121 ------------------------------ S ------------------------------ + [75.298 seconds] odo dev command tests when adding local files to gitignore and running odo dev when modifying /foobar.txt file should not synchronize it C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1977 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:64168" << Captured StdOut/StdErr Output ------------------------------ + [3.333 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is deployed in DEPLOY mode when a resource is changed in the devfile and the component is deleted while having access to the devfile.yaml with --files=false --running-in=deploy should delete the component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:274 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:65467" << Captured StdOut/StdErr Output ------------------------------ + [105.813 seconds] odo dev command tests port-forwarding for the component when devfile has single endpoint when running odo dev when modifying name for container in Devfile should react on the Devfile modification (podman=false, manual=false, customPortForwarding=false, customAddress=false) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1379 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:63655" << Captured StdOut/StdErr Output ------------------------------ + [4.023 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is deployed in DEPLOY mode when the component is deleted using its name and namespace from another directory should have deleted the component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:241 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:65496" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ + [8.847 seconds] odo logs command tests when component is created and odo logs is executed when running in Deploy mode should successfully show logs of the running component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_logs_test.go:267 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:65503" << Captured StdOut/StdErr Output ------------------------------ + [2.679 seconds] odo devfile deploy command tests when using a devfile.yaml containing an outer-loop Kubernetes component referenced via an URI when running odo deploy with image build extra args should succeed C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_deploy_test.go:143 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:49381" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [54.228 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is running in both DEV and DEPLOY mode and dev mode is killed when the component is deleted while having access to the devfile.yaml should delete the appropriate resources C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:428 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:64804" << Captured StdOut/StdErr Output ------------------------------ + [55.572 seconds] odo dev command tests when Devfile 2.1.0 is used - without metadata.name when doing odo dev with --var-file flag should check if the env variable has a correct value C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1639 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:64798" << Captured StdOut/StdErr Output ------------------------------ + [23.724 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is deployed in DEV mode and dev mode stopped when the component is deleted using its name (and namespace) from another directory (running-in="dev") when odo delete command is run again with nothing deployed on the cluster should output that there are no resources to be deleted C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:151 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:65439" << Captured StdOut/StdErr Output ------------------------------ + [45.044 seconds] odo dev command tests when running odo dev and build command throws an error should error out with some log C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:2898 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:64910" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ + [115.594 seconds] odo dev command tests when running odo dev with devfile contain volume - without metadata.name check the volume name and mount paths for the containers C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:2230 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:64075" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [1.953 seconds] odo create/delete/list/set namespace/project tests list namespace should successfully list all the namespaces in JSON format C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_namespace_test.go:228 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:50012" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [4.290 seconds] odo describe component command tests when creating a component when running odo deploy to create ingress/routes should show the ingress/routes in odo describe component output C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_describe_component_test.go:577 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:50039" << Captured StdOut/StdErr Output ------------------------------ + [2.511 seconds] odo devfile deploy command tests when using a devfile.yaml containing an outer-loop Kubernetes component referenced via an URI when an env.yaml file contains a non-current Project when running odo deploy should succeed C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_deploy_test.go:201 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:50383" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [55.817 seconds] odo describe component command tests when creating a component when running odo dev (podman=false,debug=true) JSON output when switching to another directory when describing the component from another directory should describe the named component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_describe_component_test.go:502 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:65302" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [86.820 seconds] odo logs command tests when component is created and odo logs is executed when logs --follow is started when running in Dev mode should successfully follow logs of running component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_logs_test.go:219 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:64751" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ + [57.930 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is deployed in DEV mode and dev mode stopped when the component is deleted using its name (and namespace) from another directory (running-in="deploy") when odo delete command is run again with nothing deployed on the cluster should output that there are no resources to be deleted C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:151 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:65419" << Captured StdOut/StdErr Output ------------------------------ S [55.031 seconds] odo dev command tests port-forwarding for the component when devfile has single endpoint when running odo dev when modifying name for container in Devfile [BeforeEach] should react on the Devfile modification (podman=false, manual=true, customPortForwarding=false, customAddress=true) [BeforeEach] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1353 [It] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1379 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:49253" << Captured StdOut/StdErr Output [SKIPPED] This is a unix-terminal specific scenario, skipping In [BeforeEach] at: C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1356 @ 12/06/23 06:49:13.391 ------------------------------ SSS ------------------------------ + [2.229 seconds] odo deploy interactive command tests directory is not empty when there is a match from Alizer should run alizer to download devfile successfully even with -v flag C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/interactive_deploy_test.go:40 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:50608" Spawning 'C:\Users\Administrator.ANSIBLE-TEST-VS\4739\bin\odo.exe deploy -v 4' from C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1506722976 << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ + [22.084 seconds] odo dev command tests when running odo dev with alternative commands - with metadata.name when running odo dev with a build command should error out on an invalid command C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:3080 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:50517" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [145.403 seconds] odo dev command tests when java-springboot application is created and running odo dev when Update the devfile.yaml when compare the local and remote files localFiles and remoteFiles should match C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:3324 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:64123" << Captured StdOut/StdErr Output ------------------------------ + [55.991 seconds] odo dev command tests when running odo dev with alternative commands - with metadata.name when running odo dev with a run command should execute the custom non-default run command successfully C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:3181 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:49486" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [112.222 seconds] odo dev command tests when starting with Devfile with autoBuild or deployByDefault components when running odo dev with some components not referenced in the Devfile should create the appropriate resources C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:4466 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:64811" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [55.235 seconds] odo describe component command tests when creating a component when running odo dev (podman=false,debug=true) JSON output when describing the component in dev mode should describe the component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_describe_component_test.go:441 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:49946" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [33.561 seconds] odo delete command tests when deleting a component containing preStop event that is deployed with DEV and --files=false should delete the component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:517 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:50535" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ + [64.990 seconds] odo dev command tests port-forwarding for the component when devfile has single endpoint when running odo dev should expose the endpoint on localhost (podman=false, manual=true, customPortForwarding=true, customAddress=true) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1338 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:49677" << Captured StdOut/StdErr Output ------------------------------ + [80.053 seconds] odo dev command tests 1. devfile contains composite apply command when odo dev is running with image build extra args should execute the composite apply commands successfully C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:2388 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:65527" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [95.419 seconds] odo dev command tests when hotReload capable Build and Run commands are used with odo dev when a source file is modified should not re-execute the run command C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:3834 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:65449" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [112.294 seconds] odo logs command tests when component is created and odo logs is executed when running in both Dev and Deploy mode when --follow flag is specified should successfully follow logs of running component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_logs_test.go:348 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:65132" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ + [65.827 seconds] odo dev command tests when project and clonePath is present in devfile and running odo dev - with metadata.name should sync to the correct dir in container C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:2058 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:50412" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ S [54.717 seconds] odo dev command tests when a component is bootstrapped when odo is executed with --no-watch flag and without --no-commands when a file in component directory is modified when p is pressed [BeforeEach] should trigger a push [BeforeEach] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:746 [It] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:754 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:50561" << Captured StdOut/StdErr Output [SKIPPED] This is a unix-terminal specific scenario, skipping In [BeforeEach] at: C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:748 @ 12/06/23 06:49:57.817 ------------------------------ SSS ------------------------------ + [4.117 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is deployed in DEPLOY mode when the component is deleted using its name and namespace from another directory should have deleted the component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:241 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:51005" << Captured StdOut/StdErr Output ------------------------------ + [55.016 seconds] odo dev command tests port-forwarding for the component when devfile has no endpoint when running odo dev should have no endpoint forwarded (podman=false, manual=true) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1282 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:50620" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ Progress Report for Ginkgo Process #2 Automatically polling progress: odo dev debug command tests when a composite apply command is used as debug command should execute the composite apply commands successfully (Spec Runtime: 3m31.538s) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_debug_test.go:288 In [It] (Node Runtime: 2m0.012s) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_debug_test.go:288 At [By Step] cleaning up the resources on ending the session (Step Runtime: 27.265s) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_debug_test.go:326 Begin Captured GinkgoWriter Output >> ... [odo] I1206 06:50:20.065063 9384 exec.go:37] Executing command [/bin/sh -c cat /opt/odo/.odo_cmd_start-debug.pid || true] for pod: ersepz-app-6b588bfd-mkl2j in container: runtime [odo] I1206 06:50:20.065431 9384 exec.go:54] ExecuteCommand returned an an err: error while streaming command: error sending request: Post "https://c115-e.eu-de.containers.cloud.ibm.com:31900/api/v1/namespaces/cmd-dev-debug-test288tpx/pods/ersepz-app-6b588bfd-mkl2j/exec?command=%2Fbin%2Fsh&command=-c&command=cat+%2Fopt%2Fodo%2F.odo_cmd_start-debug.pid+%7C%7C+true&container=runtime&stderr=true&stdout=true": dial tcp: lookup c115-e.eu-de.containers.cloud.ibm.com: operation was canceled. for command '[/bin/sh -c cat /opt/odo/.odo_cmd_start-debug.pid || true]' [odo] stdout: [] [odo] stderr: [] [odo] I1206 06:50:20.065550 9384 execute_run.go:36] error while running background command: unable to exec command [/bin/sh -c echo $$ > /opt/odo/.odo_cmd_start-debug.pid && cd /projects && (npm run debug) 1>>/proc/1/fd/1 2>>/proc/1/fd/2; echo $? >> /opt/odo/.odo_cmd_start-debug.pid]: error while streaming command: context canceled [odo] X Finished executing the application (command: start-debug) [1m] [odo] I1206 06:50:20.158936 9384 all.go:46] starting to concurrently query 200 APIs [odo] I1206 06:50:20.160529 9384 all.go:62] fired up all goroutines to query APIs [odo] I1206 06:50:20.893642 9384 all.go:67] all goroutines have returned in 734.7075ms [odo] I1206 06:50:20.893642 9384 all.go:76] query result: objects=666 << End Captured GinkgoWriter Output Spec Goroutine goroutine 843 [select] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc00074a930, {0x2961598?, 0xc0012286f0}, 0x1, {0x0, 0x0, 0x0}) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/vendor/github.com/onsi/gomega/internal/async_assertion.go:538 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc00074a930, {0x2961598, 0xc0012286f0}, {0x0, 0x0, 0x0}) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/onsi/gomega/gexec.(*Session).Wait(0xc000446540?, {0xc001bdc260?, 0x0?, 0x0?}) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/vendor/github.com/onsi/gomega/gexec/session.go:144 github.com/redhat-developer/odo/tests/helper.DevSession.WaitEnd(...) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/helper/helper_dev.go:263 > github.com/redhat-developer/odo/tests/integration.glob..func6.7.2.8() C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_debug_test.go:328 | By("cleaning up the resources on ending the session", func() { | devSession.Stop() > devSession.WaitEnd() | out := commonVar.CliRunner.Run("get", "deployments").Out.Contents() | helper.DontMatchAllInOutput(string(out), deploymentNames) github.com/onsi/ginkgo/v2/internal.(*Suite).By(0xc000318000, {0x25e2699, 0x2f}, {0xc000369e70, 0x1, 0xc0002f8ea0?}) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:309 github.com/onsi/ginkgo/v2.By({0x25e2699?, 0x14741d30128?}, {0xc000369e70?, 0x1471c060eb8?, 0x22dfee0?}) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/vendor/github.com/onsi/ginkgo/v2/core_dsl.go:547 > github.com/redhat-developer/odo/tests/integration.glob..func6.7.2() C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_debug_test.go:326 | }) | > By("cleaning up the resources on ending the session", func() { | devSession.Stop() | devSession.WaitEnd() github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x1f823e5, 0xc001183e60}) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/vendor/github.com/onsi/ginkgo/v2/internal/node.go:463 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3() C:/Users/Administrator.ANSIBLE-TEST-VS/4739/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:865 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode C:/Users/Administrator.ANSIBLE-TEST-VS/4739/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:852 ------------------------------ + [222.099 seconds] odo dev debug command tests when a composite apply command is used as debug command should execute the composite apply commands successfully C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_debug_test.go:288 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:64059" << Captured StdOut/StdErr Output ------------------------------ + [55.845 seconds] odo dev command tests when a component is bootstrapped when odo is executed with --no-watch flag and with --no-commands=false when a file in component directory is modified should not trigger a push C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:736 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:50737" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ + [3.025 seconds] odo create/delete/list/set namespace/project tests set namespace should successfully set the namespace C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_namespace_test.go:147 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:51226" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [2.271 seconds] odo devfile deploy command tests using a Devfile with an image component using a remote Dockerfile when remote server returns an error should not build images C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_deploy_test.go:502 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:51248" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [55.464 seconds] odo describe component command tests when creating a component when running odo dev (podman=false,debug=true) Default output when switching to another directory when describing the component from another directory should describe the named component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_describe_component_test.go:414 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:50771" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [115.394 seconds] odo devfile deploy command tests when using a devfile.yaml containing a deploy command when running odo deploy when running and stopping odo dev should not delete the resources created with odo deploy C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_deploy_test.go:176 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:49970" << Captured StdOut/StdErr Output ------------------------------ + [54.647 seconds] odo dev command tests when Devfile 2.1.0 is used - with metadata.name when doing odo dev with --var-file flag and setting value in env should check if the env variable has a correct value C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1668 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:50792" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ + [64.739 seconds] odo dev command tests when adding local files to gitignore and running odo dev when modifying /foobar.txt file should not synchronize it C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1977 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:50714" << Captured StdOut/StdErr Output ------------------------------ + [2.743 seconds] odo create/delete/list/set namespace/project tests create project should fail to create project C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_namespace_test.go:63 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:51309" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ + [2.671 seconds] odo create/delete/list/set namespace/project tests delete project should not succeed to delete a non-existent project C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_namespace_test.go:122 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:51321" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ + [24.969 seconds] odo delete command tests when a component is bootstrapped when the component is running in both DEV and DEPLOY mode and dev mode is killed when the component is deleted while having access to the devfile.yaml should delete the appropriate resources C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:428 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:51183" << Captured StdOut/StdErr Output ------------------------------ + [3.593 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is deployed in DEPLOY mode when a resource is changed in the devfile and the component is deleted while having access to the devfile.yaml with --files=false --running-in=dev should delete the component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:274 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:51334" << Captured StdOut/StdErr Output ------------------------------ S [2.178 seconds] odo devfile deploy command tests when deploying a ServiceBinding k8s resource [BeforeEach] when odo deploy is run should successfully deploy the ServiceBinding resource [servicebinding] [BeforeEach] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_deploy_test.go:387 [It] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_deploy_test.go:412 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:51376" << Captured StdOut/StdErr Output [SKIPPED] Skipping service binding tests as SKIP_SERVICE_BINDING_TESTS is true In [BeforeEach] at: C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_deploy_test.go:390 @ 12/06/23 06:51:10.649 ------------------------------ + [87.018 seconds] odo dev command tests when a component is bootstrapped when odo dev is executed and Ephemeral is set to false when killing odo dev and running odo delete component --wait should have deleted all resources before returning C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:577 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:50635" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [47.273 seconds] odo dev command tests when using a Devfile with no commands should start the Dev Session with --no-commands=true C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:4921 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:51102" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [55.363 seconds] odo dev command tests when Devfile 2.1.0 is used - without metadata.name when doing odo dev with --var flag should check if the env variable has a correct value C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1612 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:50890" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [138.081 seconds] odo dev command tests multiple dev sessions with different project are running on same platform (podman=false), same port when odo dev session is run for nodejs component when odo dev session is run for go project on the same port but different address when go and nodejs files are modified should be possible to access both the projects on same address and port C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1237 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:49763" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [55.280 seconds] odo dev command tests when odo dev is executed to run a devfile containing multiple k8s resource defined under a single Devfile component should have created the necessary k8s resources C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1127 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:51115" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [76.479 seconds] odo dev debug command tests when running build and debug commands as composite in different containers and a shared volume - with metadata.name should run successfully C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_debug_test.go:388 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:50862" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ + [105.288 seconds] odo dev command tests port-forwarding for the component when devfile has single endpoint when running odo dev when modifying name for container in Devfile should react on the Devfile modification (podman=false, manual=false, customPortForwarding=true, customAddress=false) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1379 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:50647" << Captured StdOut/StdErr Output ------------------------------ + [2.074 seconds] odo devfile deploy command tests Devfile with autoBuild or deployByDefault components when starting with Devfile with no Deploy command should fail to run odo deploy C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_deploy_test.go:880 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:52026" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [24.965 seconds] odo delete command tests when a component is bootstrapped when the component is running in both DEV and DEPLOY mode and dev mode is killed when the component is deleted using its name and namespace from another directory should delete the appropriate resources C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:473 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:51444" << Captured StdOut/StdErr Output ------------------------------ + [9.802 seconds] odo devfile deploy command tests deploying devfile with exec when using devfile that works; with component name of a normal character length should complete the command execution successfully C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_deploy_test.go:576 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:52053" << Captured StdOut/StdErr Output ------------------------------ + [23.109 seconds] odo delete command tests when a component is bootstrapped when the component is deployed in DEV mode and dev mode stopped when the component is deleted using its name (and namespace) from another directory (running-in="") should have deleted the component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:128 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:51858" << Captured StdOut/StdErr Output ------------------------------ + [2.650 seconds] odo devfile deploy command tests 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 C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_deploy_test.go:326 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:52379" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ + [3.071 seconds] odo list with devfile listing non-odo managed components when an operator managed deployment(without instance and managed-by label) is deployed should not be listed in the odo list output C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_list_test.go:88 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:52392" << Captured StdOut/StdErr Output ------------------------------ + [118.515 seconds] odo list with devfile when a component created in 'app' application when dev is running on cluster should display platform C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_list_test.go:150 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:50711" << Captured StdOut/StdErr Output ------------------------------ + [3.382 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is deployed in DEPLOY mode when the component is deleted while having access to the devfile.yaml should have deleted the component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:316 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:52486" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [125.827 seconds] odo dev command tests when running build and run commands as composite in different containers and a shared volume - with metadata.name should run successfully C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:2772 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:50679" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ + [2.420 seconds] odo devfile deploy command tests using a Devfile with an image component using a remote Dockerfile when remote server returns a valid file should run odo deploy C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_deploy_test.go:538 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:52528" << Captured StdOut/StdErr Output ------------------------------ + [64.104 seconds] odo delete command tests when a component is bootstrapped when the component is running in both DEV and DEPLOY mode and dev mode is killed when the component is deleted while having access to the devfile.yaml should delete the appropriate resources C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:428 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:51268" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ S [54.913 seconds] odo dev command tests port-forwarding for the component when devfile has multiple endpoints when running odo dev [It] should expose all endpoints on localhost regardless of exposure(podman=false, manual=true, customPortForwarding=true, customAddress=false) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1463 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:51388" << Captured StdOut/StdErr Output [SKIPPED] This is a unix-terminal specific scenario, skipping In [It] at: C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1505 @ 12/06/23 06:51:32.186 ------------------------------ SSSSSSSS ------------------------------ + [55.730 seconds] odo dev command tests when running odo dev and devfile with composite command - without metadata.name should execute all commands in composite command C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:2610 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:51395" << Captured StdOut/StdErr Output ------------------------------ + [67.099 seconds] odo dev command tests when adding local files to gitignore and running odo dev should not sync ignored files to the container C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1955 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:51279" << Captured StdOut/StdErr Output ------------------------------ + [66.517 seconds] odo dev command with api server tests when the component is bootstrapped when odo dev is run with --api-server flag (custom api server port=true) should describe the API Server port C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_api_server_test.go:108 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:51291" << Captured StdOut/StdErr Output ------------------------------ + [2.079 seconds] odo devfile deploy command tests when directory is empty should error C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_deploy_test.go:47 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:52684" << Captured StdOut/StdErr Output ------------------------------ + [2.198 seconds] odo run command tests when a component is bootstrapped should fail if odo dev is not running C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_run_test.go:72 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:52708" << Captured StdOut/StdErr Output ------------------------------ + [2.360 seconds] odo create/delete/list/set namespace/project tests set project should not succeed to set the project C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_namespace_test.go:162 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:52726" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [55.496 seconds] odo dev command tests when running odo dev with alternative commands - without metadata.name when running odo dev with a build command should execute the custom non-default build command successfully C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:3112 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:51472" << Captured StdOut/StdErr Output ------------------------------ + [1.997 seconds] odo dev command tests when running applications listening on the container loopback interface should error out if using --ignore-localhost on any platform other than Podman C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:4211 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:52759" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [17.817 seconds] odo devfile deploy command tests deploying devfile with exec when the deploy command terminates abruptly; component name of at max(63) characters length when odo deploy command is run again should run successfully C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_deploy_test.go:595 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:52648" << Captured StdOut/StdErr Output ------------------------------ + [81.461 seconds] odo dev command tests 1. devfile contains composite apply command when odo dev is running with container run extra args should execute the composite apply commands successfully C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:2388 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:51310" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [81.475 seconds] odo dev interactive command tests directory is not empty when there is a match from Alizer should run alizer to download devfile successfully even with -v flag C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/interactive_dev_test.go:40 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:51360" Spawning 'C:\Users\Administrator.ANSIBLE-TEST-VS\4739\bin\odo.exe dev --random-ports -v 4' from C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1851857336 << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [54.970 seconds] odo dev command with api server tests when the component is bootstrapped when odo dev is run with --api-server flag (custom api server port=false) should describe the API Server port (JSON) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_api_server_test.go:123 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:52166" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [54.786 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is running in both DEV and DEPLOY mode and dev mode is killed when the component is deleted while having access to the devfile.yaml should delete the appropriate resources C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:428 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:52525" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [22.958 seconds] odo delete command tests when deleting a component containing preStop event that is deployed with DEV and --files=true should delete the component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:517 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:53044" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ + [55.025 seconds] odo dev command with api server tests when the component is bootstrapped when odo dev is run with --api-server flag (custom api server port=true) should describe the API Server port (JSON) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_api_server_test.go:123 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:52664" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [2.925 seconds] odo devfile deploy command tests when deploying a Devfile K8s component with multiple K8s resources defined should have created all the resources defined in the Devfile K8s component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_deploy_test.go:372 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:53574" << Captured StdOut/StdErr Output ------------------------------ + [6.822 seconds] odo devfile deploy command tests deploying devfile with exec when using devfile that works; with component name of at max(63) characters length should complete the command execution successfully C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_deploy_test.go:576 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:53569" << Captured StdOut/StdErr Output ------------------------------ + [80.337 seconds] odo dev command tests 1. devfile contains composite apply command when odo dev is running should execute the composite apply commands successfully C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:2388 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:52206" << Captured StdOut/StdErr Output ------------------------------ + [2.148 seconds] odo devfile build-images command tests when using a Devfile with variable image names should build images with --var-file (push=false) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_build_images_test.go:445 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:53606" << Captured StdOut/StdErr Output ------------------------------ + [2.011 seconds] odo dev command tests when directory is empty should error C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:64 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:53619" << Captured StdOut/StdErr Output ------------------------------ SSSSSS ------------------------------ + [2.160 seconds] odo devfile deploy command tests using a Devfile with an image component using a remote Dockerfile when remote server returns an error should not build images C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_deploy_test.go:502 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:53626" << Captured StdOut/StdErr Output ------------------------------ + [55.121 seconds] odo dev command tests when Devfile 2.1.0 is used - with metadata.name when doing odo dev 3. should check if the env variable has a correct value C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1589 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:52777" << Captured StdOut/StdErr Output ------------------------------ + [2.151 seconds] odo generic executing odo version command should only print client info when using --client flag C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/generic_test.go:201 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:53639" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ + [2.073 seconds] odo devfile init command tests setting application ports when running odo init --run-port with a Devfile with no commands should overwrite the ports into the container component referenced by the default run command C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_init_test.go:648 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:53647" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [75.612 seconds] odo dev command tests when creating local files and dir and running odo dev - without metadata.name when deleting local files and dir and waiting for sync should not list deleted dir and file in container C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1805 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:52504" << Captured StdOut/StdErr Output ------------------------------ + [118.041 seconds] odo list with devfile when a component created in 'app' application when dev is running on cluster verifying the managedBy Version in the odo list output should show managedBy Version C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_list_test.go:181 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:51447" << Captured StdOut/StdErr Output ------------------------------ + [55.730 seconds] odo describe component command tests when creating a component when running odo dev (podman=false,debug=false) JSON output when describing the component in dev mode should describe the component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_describe_component_test.go:441 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:52833" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ + [75.608 seconds] odo dev command tests port-forwarding for the component when devfile has multiple endpoints when running odo dev should expose all endpoints on localhost regardless of exposure(podman=false, manual=false, customPortForwarding=true, customAddress=false) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1463 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:52650" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ + [125.379 seconds] odo describe component command tests checking for remote source code location when using devfile with containers that has mountSource set to false and starting an odo dev session should show remote source code location in odo describe component output C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_describe_component_test.go:667 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:51431" << Captured StdOut/StdErr Output ------------------------------ + [3.691 seconds] odo delete command tests when a component is bootstrapped when the component is deployed in DEPLOY mode when the component is deleted while having access to the devfile.yaml should have deleted the component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:316 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:53732" << Captured StdOut/StdErr Output ------------------------------ + [116.035 seconds] odo dev command tests when node-js application is created and deployed with devfile schema 2.2.0 should check memory Request and Limit C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:3375 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:52006" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ S [2.017 seconds] odo dev command tests when a component is bootstrapped [It] should start on cluster even if Podman client takes long to initialize C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:91 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:53811" << Captured StdOut/StdErr Output [SKIPPED] skipped on Windows as it requires Unix permissions In [It] at: C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:93 @ 12/06/23 06:53:32.395 ------------------------------ + [93.320 seconds] odo logs command tests when component is created and odo logs is executed when running in both Dev and Deploy mode should successfully show logs of the running component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_logs_test.go:320 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:52633" << Captured StdOut/StdErr Output ------------------------------ + [85.440 seconds] odo dev command tests port-forwarding for the component when devfile has multiple endpoints when running odo dev should expose all endpoints on localhost regardless of exposure(podman=false, manual=false, customPortForwarding=false, customAddress=false) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1463 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:52753" << Captured StdOut/StdErr Output ------------------------------ + [55.336 seconds] odo dev command tests when creating local files and dir and running odo dev - without metadata.name should correctly propagate changes to the container C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1788 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:53589" << Captured StdOut/StdErr Output ------------------------------ + [1.817 seconds] odo devfile init command tests setting application ports when running odo init --run-port with a Devfile with no commands should ignore the run ports C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_init_test.go:622 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54225" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ + [114.377 seconds] odo dev command tests when running odo dev and run command throws an error should error out with some log C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:2858 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:52685" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ S [1.902 seconds] odo dev interactive command tests directory is not empty when there is a match from Alizer [It] should display welcoming messages first C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/interactive_dev_test.go:112 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54254" << Captured StdOut/StdErr Output [SKIPPED] This is a Unix specific scenario, skipping In [It] at: C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/interactive_dev_test.go:115 @ 12/06/23 06:54:04.639 ------------------------------ + [2.257 seconds] odo devfile deploy command tests using a Devfile with an image component using a remote Dockerfile when remote server returns a valid file should run odo deploy C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_deploy_test.go:538 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54268" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSS ------------------------------ + [55.878 seconds] odo dev command tests when creating nodejs component, doing odo dev and run command has dev.odo.push.path attribute should sync only the mentioned files at the appropriate remote destination C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:3428 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:53661" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [54.695 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is running in both DEV and DEPLOY mode and dev mode is killed when the component is deleted using its name and namespace from another directory should delete the appropriate resources C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:473 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:53753" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [64.915 seconds] odo dev command tests when a component is bootstrapped should show validation errors if the devfile is incorrect C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:156 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:53676" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [65.865 seconds] odo dev command tests when a component with multiple endpoints is run should fail running a second session on the same platform C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:3615 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:53679" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ + [66.989 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is deployed in DEV mode and dev mode stopped when the component is deleted using its name (and namespace) from another directory (running-in="deploy") should output that there are no resources to be deleted C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:124 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:53666" << Captured StdOut/StdErr Output ------------------------------ + [3.413 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is deployed in DEPLOY mode when the component is deleted while having access to the devfile.yaml should have deleted the component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:316 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54323" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ S [64.528 seconds] odo dev command tests port-forwarding for the component when devfile has single endpoint when running odo dev when modifying name for container in Devfile [BeforeEach] should react on the Devfile modification (podman=false, manual=true, customPortForwarding=true, customAddress=false) [BeforeEach] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1353 [It] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1379 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:53703" << Captured StdOut/StdErr Output [SKIPPED] This is a unix-terminal specific scenario, skipping In [BeforeEach] at: C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1356 @ 12/06/23 06:53:50.084 ------------------------------ + [125.970 seconds] odo dev command tests when running odo dev and composite command is used as a run command - without metadata.name should run successfully C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:2709 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:52862" << Captured StdOut/StdErr Output ------------------------------ + [75.764 seconds] odo dev command tests when running odo dev and composite command are nested - without metadata.name should execute all commands in composite commmand C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:2674 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:53689" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ + [55.162 seconds] odo dev command tests when running applications listening on the container loopback interface when running on default cluster platform should port-forward successfully C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:4244 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:53875" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [17.670 seconds] odo devfile deploy command tests deploying devfile with exec when the deploy command terminates abruptly; component name of a normal character length when odo deploy command is run again should run successfully C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_deploy_test.go:595 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54366" << Captured StdOut/StdErr Output ------------------------------ + [135.653 seconds] odo dev command tests when a hotReload capable Run command is used with odo dev should execute the build and run commands C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:3771 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:52986" << Captured StdOut/StdErr Output ------------------------------ + [26.958 seconds] odo logs command tests when component is created and odo logs is executed when running in Deploy mode when --follow flag is specified should successfully follow logs of running component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_logs_test.go:291 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54364" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ + [76.629 seconds] odo dev debug command tests when running build and debug commands as composite in different containers and a shared volume - without metadata.name should run successfully C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_debug_test.go:388 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:53834" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ + [45.508 seconds] odo dev command tests when a component is bootstrapped when odo is executed with --no-watch flag and with --no-commands when a file in component directory is modified should not trigger a push C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:736 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54284" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ + [20.075 seconds] odo dev interactive command tests when a component is bootstrapped should sync files when p is pressed C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/interactive_dev_test.go:211 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54490" Spawning 'C:\Users\Administrator.ANSIBLE-TEST-VS\4739\bin\odo.exe dev --random-ports --no-watch' from C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\4059401515 << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ + [55.012 seconds] odo dev command tests port-forwarding for the component when devfile has single endpoint when running odo dev should expose the endpoint on localhost (podman=false, manual=false, customPortForwarding=true, customAddress=false) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1338 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54348" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [2.004 seconds] odo devfile build-images command tests when using a Devfile with variable image names should build images with --var (push=true) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_build_images_test.go:437 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54714" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ + [55.202 seconds] odo dev command with api server tests when the component is bootstrapped when odo dev is run with --api-server flag when /instance endpoint is DELETEd should terminate the dev session C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_api_server_test.go:239 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54393" <<< Session terminated >>> << Captured StdOut/StdErr Output ------------------------------ + [3.657 seconds] odo list with devfile listing non-odo managed components when a non-odo managed component without the managed-by label is deployed should list the component with odo list C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_list_test.go:67 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54734" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [81.890 seconds] odo dev command tests 1. devfile contains composite apply command when odo dev is running with both image build and container run extra args should execute the composite apply commands successfully C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:2388 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54236" << Captured StdOut/StdErr Output ------------------------------ S [1.970 seconds] odo dev command tests when Starting a PostgreSQL service [BeforeEach] when creating local files and dir and running odo dev - with metadata.name when deleting local files and dir and waiting for sync should not list deleted dir and file in container [servicebinding] [BeforeEach] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1815 [It] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1882 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54830" << Captured StdOut/StdErr Output [SKIPPED] Skipping service binding tests as SKIP_SERVICE_BINDING_TESTS is true In [BeforeEach] at: C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1818 @ 12/06/23 06:55:23.412 ------------------------------ + [113.797 seconds] odo dev command tests when a devfile with a local parent is used for odo dev and the parent is not synced when updating the parent should update the component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:3697 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:53855" << Captured StdOut/StdErr Output ------------------------------ + [56.393 seconds] odo dev command tests when a component is bootstrapped should not sync .git directory C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:166 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54477" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [4.545 seconds] odo describe component command tests when creating a component when running odo deploy to create ingress/routes should show the ingress with defaultBackend in odo describe component output C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_describe_component_test.go:577 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54896" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ + [46.221 seconds] odo dev command tests when a component is bootstrapped when running with --no-commands (debug=true) should start the dev session C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:268 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54559" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ S [2.003 seconds] odo deploy interactive command tests directory is not empty when there is a match from Alizer [It] should display welcoming messages first C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/interactive_deploy_test.go:109 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:55242" << Captured StdOut/StdErr Output [SKIPPED] This is a Unix specific scenario, skipping In [It] at: C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/interactive_deploy_test.go:112 @ 12/06/23 06:55:36.862 ------------------------------ + [2.195 seconds] odo devfile build-images command tests when using a Devfile with variable image names should build images with default variable values (push=false) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_build_images_test.go:431 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:55245" << Captured StdOut/StdErr Output ------------------------------ + [135.169 seconds] odo dev command tests when running odo dev with devfile containing volume-component - without metadata.name should successfully use the volume components in container components C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:2278 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:53771" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ + [54.578 seconds] odo dev command tests port-forwarding for the component when devfile has single endpoint when running odo dev should expose the endpoint on localhost (podman=false, manual=true, customPortForwarding=false, customAddress=true) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1338 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54530" << Captured StdOut/StdErr Output ------------------------------ + [166.244 seconds] odo dev command tests when java-springboot application is created and running odo dev when Update the devfile.yaml Should build the application successfully C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:3269 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:53539" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ + [55.323 seconds] odo dev command tests when a component is bootstrapped should sync .git directory and subfiles with --sync-git-dir C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:182 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54545" << Captured StdOut/StdErr Output ------------------------------ + [86.166 seconds] odo dev command tests when a component is bootstrapped when odo dev is executed and Ephemeral is set to false when stopping odo dev normally should have deleted all resources before returning C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:629 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54453" << Captured StdOut/StdErr Output ------------------------------ + [24.723 seconds] odo delete command tests when a component is bootstrapped when the component is running in both DEV and DEPLOY mode and dev mode is killed when the component is deleted while having access to the devfile.yaml should delete the appropriate resources C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:428 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:55260" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ + [115.764 seconds] odo dev command tests when running odo dev with devfile contain volume - without metadata.name should create pvc and reuse if it shares the same devfile volume name C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:2197 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54293" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ + [24.853 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is running in both DEV and DEPLOY mode and dev mode is killed when the component is deleted while having access to the devfile.yaml should delete the appropriate resources C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:428 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:55487" << Captured StdOut/StdErr Output ------------------------------ + [3.663 seconds] odo devfile deploy command tests when recording telemetry data should record the telemetry data correctly C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_deploy_test.go:270 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:55741" << Captured StdOut/StdErr Output ------------------------------ + [7.186 seconds] odo dev interactive command tests directory is not empty when Alizer cannot determine a Devfile based on the current source code should not fail but fallback to the interactive mode C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/interactive_dev_test.go:164 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:55711" Spawning 'C:\Users\Administrator.ANSIBLE-TEST-VS\4739\bin\odo.exe dev --random-ports' from C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1619172169 << Captured StdOut/StdErr Output ------------------------------ + [76.670 seconds] odo list with devfile devfile has missing metadata when projectType and language is missing when the component is pushed should show 'nodejs' for 'Type' in odo list C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_list_test.go:363 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54615" << Captured StdOut/StdErr Output ------------------------------ + [55.800 seconds] odo describe component command tests when creating a component when running odo dev (podman=false,debug=false) Default output when describing the component in dev mode should describe the component C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_describe_component_test.go:373 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54853" << Captured StdOut/StdErr Output ------------------------------ + [56.000 seconds] odo dev command tests when a component is bootstrapped when odo is executed with --no-watch flag and without --no-commands when a file in component directory is modified should not trigger a push C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:736 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54851" << Captured StdOut/StdErr Output ------------------------------ + [125.303 seconds] odo dev command tests when a hotReload capable Run command is used with odo dev when a source file is modified should not re-execute the run command C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:3787 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54369" << Captured StdOut/StdErr Output ------------------------------ + [115.767 seconds] odo dev command tests when running odo dev and single env var is set - with metadata.name should be able to exec command C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1691 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54448" << Captured StdOut/StdErr Output ------------------------------ + [55.788 seconds] odo dev command tests when devfile project field is present and running odo dev - with metadata.name should sync to the correct dir in container C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:2097 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54987" << Captured StdOut/StdErr Output ------------------------------ + [56.335 seconds] odo dev command tests when adding local files to gitignore and running odo dev should not sync ignored files to the container C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1955 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:55266" << Captured StdOut/StdErr Output ------------------------------ S [55.513 seconds] odo dev command tests port-forwarding for the component when devfile has multiple endpoints when running odo dev [It] should expose all endpoints on localhost regardless of exposure(podman=false, manual=true, customPortForwarding=false, customAddress=true) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1463 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:55368" << Captured StdOut/StdErr Output [SKIPPED] This is a unix-terminal specific scenario, skipping In [It] at: C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1505 @ 12/06/23 06:56:01.544 ------------------------------ + [54.829 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is running in both DEV and DEPLOY mode and dev mode is killed when the component is deleted while having access to the devfile.yaml should delete the appropriate resources C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_delete_test.go:428 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:55476" << Captured StdOut/StdErr Output ------------------------------ + [112.054 seconds] odo dev command tests when starting with Devfile with autoBuild or deployByDefault components when running odo dev with some components referenced in the Devfile should create the appropriate resources C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:4579 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54578" << Captured StdOut/StdErr Output ------------------------------ + [55.732 seconds] odo dev debug command tests when a component is bootstrapped when running odo dev with debug flag and custom port mapping for port forwarding should connect to relevant custom ports forwarded C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_debug_test.go:76 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:55671" << Captured StdOut/StdErr Output ------------------------------ + [82.799 seconds] odo devfile deploy command tests when using a devfile.yaml containing an outer-loop Kubernetes component referenced via an URI when running odo deploy should run odo dev successfully C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_devfile_deploy_test.go:161 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:55453" << Captured StdOut/StdErr Output ------------------------------ + [114.872 seconds] odo dev command tests when doing odo dev and there is a env variable with spaces - with metadata.name should be able to exec command C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/integration/cmd_dev_test.go:1743 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:54722" << Captured StdOut/StdErr Output ------------------------------ Ran 390 of 962 Specs in 1266.979 seconds SUCCESS! -- 390 Passed | 0 Failed | 0 Pending | 572 Skipped Ginkgo ran 1 suite in 21m25.4722744s Test Suite Passed 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-e2e.xml" tests/e2escenarios Running Suite: odo e2e scenarios - C:\Users\Administrator.ANSIBLE-TEST-VS\4739\tests\e2escenarios ================================================================================================= Random Seed: 1701867449 - will randomize all specs Will run 4 of 4 specs Running in parallel across 16 processes ------------------------------ + [104.141 seconds] E2E Test starting with non-empty Directory test debugging should verify developer workflow from non-empty Directory C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/e2escenarios/e2e_test.go:316 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:55918" Spawning 'C:\Users\Administrator.ANSIBLE-TEST-VS\4739\bin\odo.exe init' from C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\2848170897 << Captured StdOut/StdErr Output ------------------------------ Progress Report for Ginkgo Process #4 Automatically polling progress: E2E Test starting with non-empty Directory should verify developer workflow from non-empty Directory (Spec Runtime: 2m1.538s) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/e2escenarios/e2e_test.go:186 In [It] (Node Runtime: 2m0.001s) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/e2escenarios/e2e_test.go:186 Begin Captured GinkgoWriter Output >> ... [odo] [Ctrl+c] - Exit and delete resources from the cluster [odo] [p] - Manually apply local changes to the application on the cluster [odo] I1206 06:59:46.839886 8060 watch.go:348] filesystem watch event: CREATE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\2197798559\\.odo\\odo-file-index.json" [odo] I1206 06:59:46.839886 8060 watch.go:348] filesystem watch event: WRITE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\2197798559\\.odo\\odo-file-index.json" [odo] I1206 06:59:46.840677 8060 watch.go:348] filesystem watch event: WRITE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\2197798559\\.odo" [odo] I1206 06:59:46.840962 8060 file_watcher.go:101] ignoring watch on path C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\2197798559\.odo [odo] I1206 06:59:46.841080 8060 watch.go:348] filesystem watch event: WRITE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\2197798559\\.odo\\devstate.json" [odo] I1206 06:59:46.841301 8060 watch.go:348] filesystem watch event: WRITE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\2197798559\\.odo\\devstate.json" [odo] I1206 06:59:46.841519 8060 watch.go:348] filesystem watch event: WRITE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\2197798559\\.odo\\devstate.8060.json" [odo] I1206 06:59:46.841847 8060 watch.go:348] filesystem watch event: WRITE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\2197798559\\.odo\\devstate.8060.json" << End Captured GinkgoWriter Output Spec Goroutine goroutine 51 [select] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0000bc0e0, {0x2bd2b60?, 0xc0009a62a0}, 0x1, {0x0, 0x0, 0x0}) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/vendor/github.com/onsi/gomega/internal/async_assertion.go:538 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0000bc0e0, {0x2bd2b60, 0xc0009a62a0}, {0x0, 0x0, 0x0}) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x282eda9, 0xf}, 0x0?, 0x3?, 0xc0009a6270) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/helper/helper_run.go:54 github.com/redhat-developer/odo/tests/helper.StartDevMode({{0x0, 0x0, 0x0}, {0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, ...}) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/helper/helper_dev.go:192 > github.com/redhat-developer/odo/tests/e2escenarios.glob..func1.6.2() C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/e2escenarios/e2e_test.go:218 | // "execute odo dev and add changes to application" | var devSession helper.DevSession > devSession, err = helper.StartDevMode(helper.DevSessionOpts{}) | Expect(err).ToNot(HaveOccurred()) | Expect(devSession.StdOut).ToNot(BeEmpty()) github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0xee447e, 0x0}) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/vendor/github.com/onsi/ginkgo/v2/internal/node.go:463 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3() C:/Users/Administrator.ANSIBLE-TEST-VS/4739/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:865 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode C:/Users/Administrator.ANSIBLE-TEST-VS/4739/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:852 ------------------------------ Progress Report for Ginkgo Process #3 Automatically polling progress: E2E Test starting with empty Directory should verify developer workflow from empty Directory (Spec Runtime: 2m1.557s) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/e2escenarios/e2e_test.go:50 In [It] (Node Runtime: 2m0.001s) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/e2escenarios/e2e_test.go:50 Begin Captured GinkgoWriter Output >> ... [odo] I1206 06:59:53.716765 8564 utils.go:149] No entrypoint defined for the component, setting container runtime entrypoint to 'tail -f /dev/null'. You can set a 'command' and/or 'args' for the component to override this default entrypoint. [odo] I1206 06:59:53.741136 8564 utils.go:77] Updating container runtime with mandatory volume mounts [odo] I1206 06:59:53.761520 8564 components.go:346] Creating deployment qudtyy-app [odo] I1206 06:59:53.761520 8564 components.go:347] The component name is qudtyy [odo] I1206 06:59:53.761520 8564 components.go:350] The component already exists, attempting to update it [odo] I1206 06:59:53.761520 8564 components.go:352] Applying deployment [odo] I1206 06:59:53.793206 8564 components.go:361] Successfully updated component qudtyy [odo] I1206 06:59:53.810637 8564 components.go:748] Successfully update Service for component qudtyy [odo] I1206 06:59:53.817194 8564 all.go:46] starting to concurrently query 200 APIs [odo] I1206 06:59:53.817475 8564 all.go:62] fired up all goroutines to query APIs << End Captured GinkgoWriter Output Spec Goroutine goroutine 121 [select] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc00018a8c0, {0x2bd2c50?, 0xc000f72180}, 0x1, {0x0, 0x0, 0x0}) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/vendor/github.com/onsi/gomega/internal/async_assertion.go:538 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc00018a8c0, {0x2bd2c50, 0xc000f72180}, {0x0, 0x0, 0x0}) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/redhat-developer/odo/tests/helper.WaitForOutputToContainOne({0xc000c57c38, 0x2, 0xc000f0a000?}, 0xc0000960c0?, 0x24fb0a0?, 0xc000dc61b0) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/helper/helper_run.go:70 github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc000c57ea8) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/helper/helper_dev.go:278 > github.com/redhat-developer/odo/tests/e2escenarios.glob..func1.5.1() C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/e2escenarios/e2e_test.go:147 | // making changes to the project again | helper.ReplaceString(filepath.Join(commonVar.Context, "server.js"), "from Node.js app v2", "from Node.js app v3") > err = devSession.WaitSync() | Expect(err).ToNot(HaveOccurred()) | // "should update the changes" github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x0, 0x0}) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/vendor/github.com/onsi/ginkgo/v2/internal/node.go:463 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3() C:/Users/Administrator.ANSIBLE-TEST-VS/4739/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:865 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode C:/Users/Administrator.ANSIBLE-TEST-VS/4739/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:852 ------------------------------ + [175.248 seconds] E2E Test starting with empty Directory should verify developer workflow from empty Directory C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/e2escenarios/e2e_test.go:50 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:55915" Spawning 'C:\Users\Administrator.ANSIBLE-TEST-VS\4739\bin\odo.exe init' from C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1296122291 Spawning 'C:\Users\Administrator.ANSIBLE-TEST-VS\4739\bin\odo.exe delete component' from C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1296122291 << Captured StdOut/StdErr Output ------------------------------ Progress Report for Ginkgo Process #5 Automatically polling progress: E2E Test starting with non-empty Directory add Binding should verify developer workflow of using binding as env in innerloop (Spec Runtime: 3m21.792s) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/e2escenarios/e2e_test.go:448 In [AfterEach] (Node Runtime: 2m0.003s) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/e2escenarios/e2e_test.go:26 Begin Captured GinkgoWriter Output >> ... Deleting dir: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 Unable to delete C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 on attempt #6, trying again... Deleting dir: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 Unable to delete C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 on attempt #7, trying again... Deleting dir: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 Unable to delete C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 on attempt #8, trying again... Deleting dir: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 Unable to delete C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 on attempt #9, trying again... Deleting dir: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 Unable to delete C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 on attempt #10, trying again... << End Captured GinkgoWriter Output Spec Goroutine goroutine 6246 [sleep] time.Sleep(0x3b9aca000) C:/Program Files/Go/src/runtime/time.go:195 github.com/redhat-developer/odo/tests/helper.RunWithExponentialBackoff(0xc0005a9e88, 0x10, 0x1?) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/helper/helper_filesystem.go:72 github.com/redhat-developer/odo/tests/helper.DeleteDir({0xc00011e280, 0x44}) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/helper/helper_filesystem.go:31 github.com/redhat-developer/odo/tests/helper.CommonAfterEach({{0xc00059c0d0, 0xe}, {0xc00011e280, 0x44}, {0xc00011e5a0, 0x44}, {0x2bf9ee8, 0xc00055aab0}, {0xc0000e8000, 0x3e}, ...}) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/helper/helper_generic.go:324 > github.com/redhat-developer/odo/tests/e2escenarios.glob..func1.2() C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/e2escenarios/e2e_test.go:27 | }) | var _ = AfterEach(func() { > helper.CommonAfterEach(commonVar) | }) | github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x0, 0xc0004649c0}) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/vendor/github.com/onsi/ginkgo/v2/internal/node.go:463 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3() C:/Users/Administrator.ANSIBLE-TEST-VS/4739/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:865 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode C:/Users/Administrator.ANSIBLE-TEST-VS/4739/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:852 ------------------------------ + [FAILED] [208.282 seconds] E2E Test starting with non-empty Directory add Binding [It] should verify developer workflow of using binding as env in innerloop [servicebinding] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/e2escenarios/e2e_test.go:448 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:55917" Spawning 'C:\Users\Administrator.ANSIBLE-TEST-VS\4739\bin\odo.exe init' from C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 << Captured StdOut/StdErr Output Timeline >> Created dir: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 Created dir: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\2341731296 Setting KUBECONFIG=C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\2341731296\config Running oc.exe with args [oc get namespace e2e-test448lqj -o jsonpath={.metadata.name}] and odo env: [] [oc] Error from server (NotFound): namespaces "e2e-test448lqj" not found Creating a new project: e2e-test448lqj Running oc.exe with args [oc create namespace e2e-test448lqj] and odo env: [] [oc] namespace/e2e-test448lqj created Running oc.exe with args [oc get namespace] and odo env: [] [oc] NAME STATUS AGE [oc] calico-system Active 167d [oc] cmd-devfile-deploy-test226vra Active 37d [oc] default Active 167d [oc] e2e-test186ltq Active 1s [oc] e2e-test316omi Active 1s [oc] e2e-test448lqj Active 1s [oc] e2e-test50ctq Active 1s [oc] generic-test107ssf Active 72d [oc] ibm-cert-store Active 167d [oc] ibm-odf-validation-webhook Active 167d [oc] ibm-system Active 167d [oc] jsbm-project Active 120d [oc] kube-node-lease Active 167d [oc] kube-public Active 167d [oc] kube-system Active 167d [oc] openshift Active 167d [oc] openshift-apiserver Active 167d [oc] openshift-apiserver-operator Active 167d [oc] openshift-authentication Active 167d [oc] openshift-authentication-operator Active 167d [oc] openshift-cloud-credential-operator Active 167d [oc] openshift-cloud-network-config-controller Active 167d [oc] openshift-cluster-csi-drivers Active 167d [oc] openshift-cluster-machine-approver Active 167d [oc] openshift-cluster-node-tuning-operator Active 167d [oc] openshift-cluster-samples-operator Active 167d [oc] openshift-cluster-storage-operator Active 167d [oc] openshift-cluster-version Active 167d [oc] openshift-config Active 167d [oc] openshift-config-managed Active 167d [oc] openshift-config-operator Active 167d [oc] openshift-console Active 167d [oc] openshift-console-operator Active 167d [oc] openshift-console-user-settings Active 167d [oc] openshift-controller-manager Active 167d [oc] openshift-controller-manager-operator Active 167d [oc] openshift-dns Active 167d [oc] openshift-dns-operator Active 167d [oc] openshift-etcd Active 167d [oc] openshift-etcd-operator Active 167d [oc] openshift-image-registry Active 167d [oc] openshift-infra Active 167d [oc] openshift-ingress Active 167d [oc] openshift-ingress-canary Active 167d [oc] openshift-ingress-operator Active 167d [oc] openshift-insights Active 167d [oc] openshift-kube-apiserver Active 167d [oc] openshift-kube-apiserver-operator Active 167d [oc] openshift-kube-controller-manager Active 167d [oc] openshift-kube-controller-manager-operator Active 167d [oc] openshift-kube-proxy Active 167d [oc] openshift-kube-scheduler Active 167d [oc] openshift-kube-scheduler-operator Active 167d [oc] openshift-kube-storage-version-migrator Active 167d [oc] openshift-kube-storage-version-migrator-operator Active 167d [oc] openshift-machine-api Active 167d [oc] openshift-machine-config-operator Active 167d [oc] openshift-marketplace Active 167d [oc] openshift-monitoring Active 167d [oc] openshift-multus Active 167d [oc] openshift-network-diagnostics Active 167d [oc] openshift-network-operator Active 167d [oc] openshift-node Active 167d [oc] openshift-operator-lifecycle-manager Active 167d [oc] openshift-operators Active 167d [oc] openshift-roks-metrics Active 167d [oc] openshift-route-controller-manager Active 167d [oc] openshift-service-ca Active 167d [oc] openshift-service-ca-operator Active 167d [oc] openshift-user-workload-monitoring Active 167d [oc] qyzg-namespace Active 125d [oc] tigera-operator Active 167d [oc] yxnt-project Active 127d Running oc.exe with args [oc create configmap config-map-for-cleanup --from-literal type=testing --from-literal team=odo -n e2e-test448lqj] and odo env: [] [oc] configmap/config-map-for-cleanup created Setting project: e2e-test448lqj Running odo.exe with args [odo set project e2e-test448lqj] and odo env: [] [odo] V Current active project set to "e2e-test448lqj" [odo] I1206 06:57:53.608962 8848 implem.go:114] The path for preference file is C:\Users\Administrator.ANSIBLE-TEST-VS\.odo\preference.yaml [odo] I1206 06:57:53.608962 8848 segment.go:268] Checking telemetry enable status [odo] I1206 06:57:53.609177 8848 segment.go:286] Sending telemetry disabled by env variable [odo] I1206 06:57:53.609177 8848 odo.go:101] Could not get the latest release information in time. Never mind, exiting gracefully :) Current working dir: C:\Users\Administrator.ANSIBLE-TEST-VS\4739\tests\e2escenarios Setting current dir to: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 Mock Devfile Registry server started and available at http://127.0.0.1:55917 Running odo.exe with args [odo preference remove registry DefaultDevfileRegistry -f] and odo env: [] [odo] I1206 06:57:53.721753 6060 implem.go:114] The path for preference file is C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\2341731296\preference.yaml [odo] Successfully removed registry [odo] I1206 06:57:53.723763 6060 implem.go:114] The path for preference file is C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\2341731296\preference.yaml [odo] I1206 06:57:53.726729 6060 segment.go:268] Checking telemetry enable status [odo] I1206 06:57:53.726729 6060 segment.go:286] Sending telemetry disabled by env variable Running odo.exe with args [odo preference add registry DefaultDevfileRegistry http://127.0.0.1:55917] and odo env: [] [odo] I1206 06:57:53.892443 9492 implem.go:114] The path for preference file is C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\2341731296\preference.yaml [odo] New registry successfully added [odo] I1206 06:57:53.893990 9492 implem.go:114] The path for preference file is C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\2341731296\preference.yaml [odo] I1206 06:57:53.908910 9492 segment.go:268] Checking telemetry enable status [odo] I1206 06:57:53.909537 9492 segment.go:286] Sending telemetry disabled by env variable Running oc.exe with args [oc get csv -o jsonpath={.items[?(@.status.phase=="Succeeded")].metadata.name}] and odo env: [] [oc] cloud-native-postgresql.v1.18.8 service-binding-operator.v1.3.3Running oc.exe with args [oc get csv -o jsonpath={.items[?(@.status.phase=="Succeeded")].metadata.name}] and odo env: [] [oc] cloud-native-postgresql.v1.18.8 service-binding-operator.v1.3.3Running oc.exe with args [oc get bindablekinds bindable-kinds -ojsonpath={.status[*].kind}] and odo env: [] [oc] Cluster ServiceBinding ServiceBindingSetting current dir to: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 Running oc.exe with args [oc apply -f C:\Users\Administrator.ANSIBLE-TEST-VS\4739\tests\examples\source\devfiles\go\cluster.yaml] and odo env: [] [oc] cluster.postgresql.k8s.enterprisedb.io/cluster-example-initdb created [oc] secret/appuser-secret created [oc] secret/cluster-example-initdb-appuser created running command [odo init] with env [] 127.0.0.1 - - [06/Dec/2023:06:57:59 -0600] "GET /v2index HTTP/1.1" 200 23245 127.0.0.1 - - [06/Dec/2023:06:57:59 -0600] "GET /v2index HTTP/1.1" 200 23245 [debug] stackManifest: { "schemaVersion": 2, "config": { "mediaType": "application/vnd.devfileio.devfile.config.v2+json", "digest": "", "size": 0 }, "layers": [ { "mediaType": "application/vnd.devfileio.devfile.layer.v1", "digest": "sha256:d388d4a0a08bfbb74c8a5836a399a2990344e5ebd553adb70a604c8f707a4a73", "size": 2074, "annotations": { "org.opencontainers.image.title": "devfile.yaml" } } ] } 127.0.0.1 - - [06/Dec/2023:06:57:59 -0600] "HEAD /v2/devfile-catalog/go/manifests/1.2.0 HTTP/1.1" 200 0 [debug] stackManifest: { "schemaVersion": 2, "config": { "mediaType": "application/vnd.devfileio.devfile.config.v2+json", "digest": "", "size": 0 }, "layers": [ { "mediaType": "application/vnd.devfileio.devfile.layer.v1", "digest": "sha256:d388d4a0a08bfbb74c8a5836a399a2990344e5ebd553adb70a604c8f707a4a73", "size": 2074, "annotations": { "org.opencontainers.image.title": "devfile.yaml" } } ] } 127.0.0.1 - - [06/Dec/2023:06:57:59 -0600] "GET /v2/devfile-catalog/go/manifests/1.2.0 HTTP/1.1" 200 343 [debug] stackManifest: { "schemaVersion": 2, "config": { "mediaType": "application/vnd.devfileio.devfile.config.v2+json", "digest": "", "size": 0 }, "layers": [ { "mediaType": "application/vnd.devfileio.devfile.layer.v1", "digest": "sha256:d388d4a0a08bfbb74c8a5836a399a2990344e5ebd553adb70a604c8f707a4a73", "size": 2074, "annotations": { "org.opencontainers.image.title": "devfile.yaml" } } ] } 127.0.0.1 - - [06/Dec/2023:06:57:59 -0600] "GET /v2/devfile-catalog/go/manifests/sha256:16bc83c7066b9f537f60299bf68ccdd23504989715c1ea049a3d17133a84d8b6 HTTP/1.1" 200 343 127.0.0.1 - - [06/Dec/2023:06:57:59 -0600] "GET /v2/devfile-catalog/go/blobs/sha256:d388d4a0a08bfbb74c8a5836a399a2990344e5ebd553adb70a604c8f707a4a73 HTTP/1.1" 200 2074 Running odo.exe with args [odo dev --random-ports --api-server=false] and odo env: [ODO_LOG_LEVEL=4 ODO_TRACKING_CONSENT=no] [odo] I1206 06:58:00.088971 3156 version.go:37] executing [podman version --format json] [odo] I1206 06:58:00.088971 3156 clientset.go:243] no Podman client initialized: exec: "podman": executable file not found in %PATH% [odo] I1206 06:58:00.088971 3156 implem.go:114] The path for preference file is C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\2341731296\preference.yaml [odo] I1206 06:58:00.088971 3156 context.go:164] absolute devfile path: 'C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\devfile.yaml' [odo] I1206 06:58:00.088971 3156 context.go:105] absolute devfile path: 'C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\devfile.yaml' [odo] I1206 06:58:00.093874 3156 content.go:48] converted devfile YAML to JSON [odo] I1206 06:58:00.093874 3156 apiVersion.go:60] devfile schemaVersion: '2.1.0' [odo] I1206 06:58:00.093874 3156 helper.go:56] devfile apiVersion '2.1.0' is supported [odo] I1206 06:58:00.095594 3156 schema.go:61] validated devfile schema [odo] I1206 06:58:00.097449 3156 validate.go:45] Successfully validated devfile sections [odo] I1206 06:58:00.097449 3156 validate.go:45] Successfully validated devfile sections [odo] I1206 06:58:00.097449 3156 component.go:87] name of component is "gvosca", and sanitized name is "gvosca" [odo] I1206 06:58:00.098447 3156 kclient.go:237] Checking if "projects" resource is supported [odo] __ [odo] / \__ Developing using the "gvosca" Devfile [odo] \__/ \ Namespace: e2e-test448lqj [odo] / \__/ odo version: v3.15.0 (85e561b8f) [odo] \__/ [odo] [odo] - Running on the cluster in Dev mode [odo] I1206 06:58:00.165137 3156 kubedev.go:79] Creating new adapter [odo] I1206 06:58:00.165137 3156 kubedev.go:87] Creating inner-loop resources for the component [odo] I1206 06:58:00.165137 3156 watch.go:105] starting WatchAndPush, path: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611, component: gvosca, ignores [.git .odo .odo\odo-file-index.json] [odo] I1206 06:58:00.166228 3156 file_watcher.go:130] adding watch on path C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 [odo] I1206 06:58:00.166974 3156 file_watcher.go:130] adding watch on path C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\.odo [odo] I1206 06:58:00.167145 3156 file_watcher.go:130] adding watch on path C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\middleware [odo] I1206 06:58:00.167145 3156 file_watcher.go:130] adding watch on path C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\models [odo] I1206 06:58:00.167758 3156 file_watcher.go:130] adding watch on path C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\router [odo] I1206 06:58:00.179941 3156 watch.go:423] Copying files [] to pod [odo] I1206 06:58:00.180766 3156 context.go:164] absolute devfile path: 'C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\devfile.yaml' [odo] I1206 06:58:00.180827 3156 context.go:105] absolute devfile path: 'C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\devfile.yaml' [odo] I1206 06:58:00.181692 3156 content.go:48] converted devfile YAML to JSON [odo] I1206 06:58:00.181692 3156 apiVersion.go:60] devfile schemaVersion: '2.1.0' [odo] I1206 06:58:00.181692 3156 helper.go:56] devfile apiVersion '2.1.0' is supported [odo] I1206 06:58:00.188555 3156 schema.go:61] validated devfile schema [odo] I1206 06:58:00.188555 3156 validate.go:45] Successfully validated devfile sections [odo] I1206 06:58:00.188555 3156 components.go:69] component state: "" [odo] - Waiting for Kubernetes resources ... [odo] I1206 06:58:00.201561 3156 components.go:260] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:Go] [odo] I1206 06:58:00.253969 3156 utils.go:77] Updating container runtime with mandatory volume mounts [odo] I1206 06:58:00.303071 3156 components.go:346] Creating deployment gvosca-app [odo] I1206 06:58:00.303071 3156 components.go:347] The component name is gvosca [odo] I1206 06:58:00.305038 3156 kclient.go:286] Kubernetes version is "v1.25.14+20cda61" [odo] I1206 06:58:00.305038 3156 kclient.go:298] Cluster has support for SSA: true [odo] Warning: would violate PodSecurity "restricted:v1.24": allowPrivilegeEscalation != false (container "runtime" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "runtime" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "runtime" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "runtime" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") [odo] I1206 06:58:00.475329 3156 components.go:378] Successfully created component gvosca [odo] I1206 06:58:00.538320 3156 components.go:390] Successfully created Service for component gvosca [odo] I1206 06:58:00.551425 3156 all.go:46] starting to concurrently query 200 APIs [odo] I1206 06:58:00.552268 3156 all.go:62] fired up all goroutines to query APIs [odo] I1206 06:58:00.618548 3156 all.go:67] all goroutines have returned in 67.1223ms [odo] I1206 06:58:00.618548 3156 all.go:76] query result: objects=5 [odo] I1206 06:58:00.618548 3156 kclient.go:237] Checking if "servicebindings" resource is supported [odo] I1206 06:58:00.621636 3156 kclient.go:237] Checking if "clusterserviceversions" resource is supported [odo] I1206 06:58:00.625218 3156 service.go:75] Getting list of services [odo] I1206 06:58:00.625218 3156 operators.go:30] Fetching list of operators installed in cluster [odo] I1206 06:58:00.693525 3156 service.go:93] Getting services started from operator: cloud-native-postgresql.v1.18.8 [odo] I1206 06:58:00.693656 3156 service.go:124] Getting instances of: backups.postgresql.k8s.enterprisedb.io [odo] I1206 06:58:00.706720 3156 service.go:124] Getting instances of: clusters.postgresql.k8s.enterprisedb.io [odo] I1206 06:58:00.729385 3156 service.go:124] Getting instances of: poolers.postgresql.k8s.enterprisedb.io [odo] I1206 06:58:00.739307 3156 service.go:124] Getting instances of: scheduledbackups.postgresql.k8s.enterprisedb.io [odo] I1206 06:58:00.752235 3156 service.go:93] Getting services started from operator: service-binding-operator.v1.3.3 [odo] I1206 06:58:00.752235 3156 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com [odo] I1206 06:58:00.753134 3156 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1206 06:58:00.756192 3156 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1206 06:58:00.758797 3156 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com [odo] I1206 06:58:00.762594 3156 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1206 06:58:00.804214 3156 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1206 06:58:00.828964 3156 components.go:134] Deployment has been updated to generation 1. Waiting new event... [odo] I1206 06:58:00.829052 3156 status.go:34] setting inner loop State "WaitDeployment" [odo] I1206 06:58:00.883291 3156 watch.go:271] deployment watcher Event: Type: ADDED, name: gvosca-app, rv: 119051124, generation: 1, pods: 0 [odo] ================= [odo] ! Pod is Pending [odo] ================= [odo] I1206 06:58:00.896818 3156 watch.go:271] deployment watcher Event: Type: MODIFIED, name: gvosca-app, rv: 119051130, generation: 1, pods: 0 [odo] I1206 06:58:00.897741 3156 watch.go:271] deployment watcher Event: Type: MODIFIED, name: gvosca-app, rv: 119051138, generation: 1, pods: 0 [odo] I1206 06:58:00.897741 3156 watch.go:271] deployment watcher Event: Type: MODIFIED, name: gvosca-app, rv: 119051151, generation: 1, pods: 0 [odo] I1206 06:58:01.192307 3156 watch.go:423] Copying files [] to pod [odo] I1206 06:58:01.192307 3156 context.go:164] absolute devfile path: 'C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\devfile.yaml' [odo] I1206 06:58:01.192307 3156 context.go:105] absolute devfile path: 'C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\devfile.yaml' [odo] I1206 06:58:01.193275 3156 content.go:48] converted devfile YAML to JSON [odo] I1206 06:58:01.193275 3156 apiVersion.go:60] devfile schemaVersion: '2.1.0' [odo] I1206 06:58:01.193275 3156 helper.go:56] devfile apiVersion '2.1.0' is supported [odo] I1206 06:58:01.195958 3156 schema.go:61] validated devfile schema [odo] I1206 06:58:01.195958 3156 validate.go:45] Successfully validated devfile sections [odo] I1206 06:58:01.195958 3156 components.go:69] component state: "WaitDeployment" [odo] I1206 06:58:01.211165 3156 components.go:260] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:Go] [odo] I1206 06:58:01.251674 3156 utils.go:77] Updating container runtime with mandatory volume mounts [odo] I1206 06:58:01.292025 3156 components.go:346] Creating deployment gvosca-app [odo] I1206 06:58:01.292025 3156 components.go:347] The component name is gvosca [odo] I1206 06:58:01.292025 3156 components.go:350] The component already exists, attempting to update it [odo] I1206 06:58:01.292025 3156 components.go:352] Applying deployment [odo] I1206 06:58:01.330578 3156 components.go:361] Successfully updated component gvosca [odo] I1206 06:58:01.353506 3156 components.go:748] Successfully update Service for component gvosca [odo] I1206 06:58:01.361567 3156 all.go:46] starting to concurrently query 200 APIs [odo] I1206 06:58:01.362175 3156 all.go:62] fired up all goroutines to query APIs [odo] I1206 06:58:01.427371 3156 all.go:67] all goroutines have returned in 65.8036ms [odo] I1206 06:58:01.429692 3156 all.go:76] query result: objects=6 [odo] I1206 06:58:01.429692 3156 kclient.go:237] Checking if "servicebindings" resource is supported [odo] I1206 06:58:01.429692 3156 kclient.go:237] Checking if "clusterserviceversions" resource is supported [odo] I1206 06:58:01.429692 3156 service.go:75] Getting list of services [odo] I1206 06:58:01.429692 3156 operators.go:30] Fetching list of operators installed in cluster [odo] I1206 06:58:01.466935 3156 service.go:93] Getting services started from operator: cloud-native-postgresql.v1.18.8 [odo] I1206 06:58:01.466935 3156 service.go:124] Getting instances of: backups.postgresql.k8s.enterprisedb.io [odo] I1206 06:58:01.484789 3156 service.go:124] Getting instances of: clusters.postgresql.k8s.enterprisedb.io [odo] I1206 06:58:01.506625 3156 service.go:124] Getting instances of: poolers.postgresql.k8s.enterprisedb.io [odo] I1206 06:58:01.519119 3156 service.go:124] Getting instances of: scheduledbackups.postgresql.k8s.enterprisedb.io [odo] I1206 06:58:01.535379 3156 service.go:93] Getting services started from operator: service-binding-operator.v1.3.3 [odo] I1206 06:58:01.535379 3156 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com [odo] I1206 06:58:01.539205 3156 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1206 06:58:01.540072 3156 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1206 06:58:01.545425 3156 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com [odo] I1206 06:58:01.560035 3156 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1206 06:58:01.562679 3156 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1206 06:58:01.595117 3156 components.go:141] Deployment has 0 ready replicas. Waiting new event... [odo] I1206 06:58:01.595117 3156 status.go:34] setting inner loop State "WaitDeployment" [odo] I1206 06:58:01.595117 3156 watch.go:271] deployment watcher Event: Type: MODIFIED, name: gvosca-app, rv: 119051167, generation: 1, pods: 0 [odo] V Pod is Running [odo] I1206 06:58:02.870768 3156 watch.go:271] deployment watcher Event: Type: MODIFIED, name: gvosca-app, rv: 119051193, generation: 1, pods: 1 [odo] I1206 06:58:03.185771 3156 watch.go:423] Copying files [] to pod [odo] I1206 06:58:03.185771 3156 context.go:164] absolute devfile path: 'C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\devfile.yaml' [odo] I1206 06:58:03.185771 3156 context.go:105] absolute devfile path: 'C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\devfile.yaml' [odo] I1206 06:58:03.186657 3156 content.go:48] converted devfile YAML to JSON [odo] I1206 06:58:03.186657 3156 apiVersion.go:60] devfile schemaVersion: '2.1.0' [odo] I1206 06:58:03.186657 3156 helper.go:56] devfile apiVersion '2.1.0' is supported [odo] I1206 06:58:03.191984 3156 schema.go:61] validated devfile schema [odo] I1206 06:58:03.191984 3156 validate.go:45] Successfully validated devfile sections [odo] I1206 06:58:03.191984 3156 components.go:69] component state: "WaitDeployment" [odo] I1206 06:58:03.247464 3156 components.go:260] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:Go] [odo] I1206 06:58:03.302761 3156 utils.go:77] Updating container runtime with mandatory volume mounts [odo] I1206 06:58:03.334880 3156 components.go:346] Creating deployment gvosca-app [odo] I1206 06:58:03.334880 3156 components.go:347] The component name is gvosca [odo] I1206 06:58:03.334880 3156 components.go:350] The component already exists, attempting to update it [odo] I1206 06:58:03.334880 3156 components.go:352] Applying deployment [odo] I1206 06:58:03.366537 3156 components.go:361] Successfully updated component gvosca [odo] I1206 06:58:03.391890 3156 components.go:748] Successfully update Service for component gvosca [odo] I1206 06:58:03.397237 3156 all.go:46] starting to concurrently query 200 APIs [odo] I1206 06:58:03.397824 3156 all.go:62] fired up all goroutines to query APIs [odo] I1206 06:58:03.436153 3156 all.go:67] all goroutines have returned in 38.9165ms [odo] I1206 06:58:03.436153 3156 all.go:76] query result: objects=6 [odo] I1206 06:58:03.436153 3156 kclient.go:237] Checking if "servicebindings" resource is supported [odo] I1206 06:58:03.436153 3156 kclient.go:237] Checking if "clusterserviceversions" resource is supported [odo] I1206 06:58:03.436153 3156 service.go:75] Getting list of services [odo] I1206 06:58:03.436153 3156 operators.go:30] Fetching list of operators installed in cluster [odo] I1206 06:58:03.474226 3156 service.go:93] Getting services started from operator: cloud-native-postgresql.v1.18.8 [odo] I1206 06:58:03.474226 3156 service.go:124] Getting instances of: backups.postgresql.k8s.enterprisedb.io [odo] I1206 06:58:03.475817 3156 service.go:124] Getting instances of: clusters.postgresql.k8s.enterprisedb.io [odo] I1206 06:58:03.503621 3156 service.go:124] Getting instances of: poolers.postgresql.k8s.enterprisedb.io [odo] I1206 06:58:03.504719 3156 service.go:124] Getting instances of: scheduledbackups.postgresql.k8s.enterprisedb.io [odo] I1206 06:58:03.531934 3156 service.go:93] Getting services started from operator: service-binding-operator.v1.3.3 [odo] I1206 06:58:03.531934 3156 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com [odo] I1206 06:58:03.535669 3156 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1206 06:58:03.538622 3156 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1206 06:58:03.543046 3156 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com [odo] I1206 06:58:03.550602 3156 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1206 06:58:03.563279 3156 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1206 06:58:03.615486 3156 libdevfile.go:326] not running in Debug mode, so ignored Debug port for container runtime:debug:5858 [odo] - Syncing files into the container ... [odo] I1206 06:58:03.651383 3156 file_indexer.go:400] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611, destBase: ., destFile: . [odo] I1206 06:58:03.651383 3156 file_indexer.go:406] Corrected destinations: base: . file: . [odo] I1206 06:58:03.652236 3156 file_indexer.go:400] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\.gitignore, destBase: ., destFile: .gitignore [odo] I1206 06:58:03.652236 3156 file_indexer.go:406] Corrected destinations: base: . file: .gitignore [odo] I1206 06:58:03.652236 3156 file_indexer.go:453] file added: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\.gitignore [odo] I1206 06:58:03.652236 3156 file_indexer.go:400] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\.odo, destBase: ., destFile: .odo [odo] I1206 06:58:03.652236 3156 file_indexer.go:406] Corrected destinations: base: . file: .odo [odo] I1206 06:58:03.653114 3156 file_indexer.go:400] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\cluster.yaml, destBase: ., destFile: cluster.yaml [odo] I1206 06:58:03.653114 3156 file_indexer.go:406] Corrected destinations: base: . file: cluster.yaml [odo] I1206 06:58:03.653114 3156 file_indexer.go:453] file added: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\cluster.yaml [odo] I1206 06:58:03.653114 3156 file_indexer.go:400] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\devfile.yaml, destBase: ., destFile: devfile.yaml [odo] I1206 06:58:03.653114 3156 file_indexer.go:406] Corrected destinations: base: . file: devfile.yaml [odo] I1206 06:58:03.653925 3156 file_indexer.go:453] file added: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\devfile.yaml [odo] I1206 06:58:03.654106 3156 file_indexer.go:400] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\go.mod, destBase: ., destFile: go.mod [odo] I1206 06:58:03.654246 3156 file_indexer.go:406] Corrected destinations: base: . file: go.mod [odo] I1206 06:58:03.654246 3156 file_indexer.go:453] file added: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\go.mod [odo] I1206 06:58:03.654246 3156 file_indexer.go:400] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\go.sum, destBase: ., destFile: go.sum [odo] I1206 06:58:03.654246 3156 file_indexer.go:406] Corrected destinations: base: . file: go.sum [odo] I1206 06:58:03.654246 3156 file_indexer.go:453] file added: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\go.sum [odo] I1206 06:58:03.654246 3156 file_indexer.go:400] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\main.go, destBase: ., destFile: main.go [odo] I1206 06:58:03.654246 3156 file_indexer.go:406] Corrected destinations: base: . file: main.go [odo] I1206 06:58:03.655346 3156 file_indexer.go:453] file added: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\main.go [odo] I1206 06:58:03.655346 3156 file_indexer.go:400] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\middleware, destBase: ., destFile: middleware [odo] I1206 06:58:03.655346 3156 file_indexer.go:406] Corrected destinations: base: . file: middleware [odo] I1206 06:58:03.655346 3156 file_indexer.go:453] file added: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\middleware [odo] I1206 06:58:03.655346 3156 file_indexer.go:400] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\middleware\handlers.go, destBase: ., destFile: middleware\handlers.go [odo] I1206 06:58:03.655346 3156 file_indexer.go:406] Corrected destinations: base: . file: middleware/handlers.go [odo] I1206 06:58:03.656234 3156 file_indexer.go:453] file added: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\middleware\handlers.go [odo] I1206 06:58:03.656234 3156 file_indexer.go:400] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\models, destBase: ., destFile: models [odo] I1206 06:58:03.656234 3156 file_indexer.go:406] Corrected destinations: base: . file: models [odo] I1206 06:58:03.656234 3156 file_indexer.go:453] file added: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\models [odo] I1206 06:58:03.656234 3156 file_indexer.go:400] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\models\models.go, destBase: ., destFile: models\models.go [odo] I1206 06:58:03.657073 3156 file_indexer.go:406] Corrected destinations: base: . file: models/models.go [odo] I1206 06:58:03.657136 3156 file_indexer.go:453] file added: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\models\models.go [odo] I1206 06:58:03.657136 3156 file_indexer.go:400] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\router, destBase: ., destFile: router [odo] I1206 06:58:03.657136 3156 file_indexer.go:406] Corrected destinations: base: . file: router [odo] I1206 06:58:03.657136 3156 file_indexer.go:453] file added: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\router [odo] I1206 06:58:03.658008 3156 file_indexer.go:400] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\router\router.go, destBase: ., destFile: router\router.go [odo] I1206 06:58:03.658008 3156 file_indexer.go:406] Corrected destinations: base: . file: router/router.go [odo] I1206 06:58:03.658008 3156 file_indexer.go:453] file added: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\router\router.go [odo] I1206 06:58:03.658008 3156 sync.go:138] List of files to be deleted: +[] [odo] I1206 06:58:03.658008 3156 sync.go:140] List of files changed: +[C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\go.mod C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\main.go C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\go.sum C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\middleware\handlers.go C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\models\models.go C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\devfile.yaml C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\router C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\router\router.go C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\models C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\middleware C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\.gitignore C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\cluster.yaml] [odo] I1206 06:58:03.658008 3156 sync.go:193] Push: componentName: gvosca, path: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611, files: [C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\go.mod C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\main.go C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\go.sum C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\middleware\handlers.go C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\models\models.go C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\devfile.yaml C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\router C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\router\router.go C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\models C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\middleware C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\.gitignore C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\cluster.yaml], delFiles: [*], isForcePush: true [odo] I1206 06:58:03.658857 3156 sync.go:310] remote files marked for deletion are [/projects/*] [odo] I1206 06:58:03.658857 3156 exec.go:37] Executing command [rm -rf /projects/*] for pod: gvosca-app-5f6c6f99fd-lwg7x in container: runtime [odo] I1206 06:58:03.822774 3156 sync.go:233] Copying files C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\go.mod C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\main.go C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\go.sum C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\middleware\handlers.go C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\models\models.go C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\devfile.yaml C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\router C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\router\router.go C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\models C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\middleware C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\.gitignore C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\cluster.yaml to pod [odo] I1206 06:58:03.822774 3156 copy.go:36] CopyFile arguments: localPath C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611, dest /projects/1947772611, targetPath /projects, copyFiles [C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\go.mod C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\main.go C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\go.sum C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\middleware\handlers.go C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\models\models.go C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\devfile.yaml C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\router C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\router\router.go C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\models C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\middleware C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\.gitignore C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\cluster.yaml], globalExps [.git .odo .odo\odo-file-index.json] [odo] I1206 06:58:03.822774 3156 copy.go:63] Executing command tar xf - -C /projects --no-same-owner [odo] I1206 06:58:03.823382 3156 copy.go:96] makeTar arguments: srcPath: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611, destPath: /projects/1947772611, files: [C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\go.mod C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\main.go C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\go.sum C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\middleware\handlers.go C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\models\models.go C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\devfile.yaml C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\router C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\router\router.go C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\models C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\middleware C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\.gitignore C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\cluster.yaml] [odo] I1206 06:58:03.823805 3156 copy.go:127] Got abs path: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\go.mod [odo] I1206 06:58:03.823805 3156 copy.go:128] Making C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 relative to C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\go.mod [odo] I1206 06:58:03.823805 3156 copy.go:144] makeTar srcFile: 1947772611\go.mod [odo] I1206 06:58:03.823924 3156 copy.go:145] makeTar destFile: go.mod [odo] I1206 06:58:03.823924 3156 copy.go:165] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\go.mod, destBase: \projects, destFile: go.mod [odo] I1206 06:58:03.823924 3156 copy.go:171] Corrected destinations: base: /projects file: go.mod [odo] I1206 06:58:03.929400 3156 copy.go:127] Got abs path: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\main.go [odo] I1206 06:58:03.929400 3156 copy.go:128] Making C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 relative to C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\main.go [odo] I1206 06:58:03.929470 3156 copy.go:144] makeTar srcFile: 1947772611\main.go [odo] I1206 06:58:03.929470 3156 copy.go:145] makeTar destFile: main.go [odo] I1206 06:58:03.929470 3156 copy.go:165] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\main.go, destBase: \projects, destFile: main.go [odo] I1206 06:58:03.929470 3156 copy.go:171] Corrected destinations: base: /projects file: main.go [odo] I1206 06:58:03.930372 3156 copy.go:127] Got abs path: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\go.sum [odo] I1206 06:58:03.930372 3156 copy.go:128] Making C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 relative to C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\go.sum [odo] I1206 06:58:03.930372 3156 copy.go:144] makeTar srcFile: 1947772611\go.sum [odo] I1206 06:58:03.930372 3156 copy.go:145] makeTar destFile: go.sum [odo] I1206 06:58:03.930372 3156 copy.go:165] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\go.sum, destBase: \projects, destFile: go.sum [odo] I1206 06:58:03.930372 3156 copy.go:171] Corrected destinations: base: /projects file: go.sum [odo] I1206 06:58:03.931183 3156 copy.go:127] Got abs path: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\middleware\handlers.go [odo] I1206 06:58:03.931183 3156 copy.go:128] Making C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 relative to C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\middleware\handlers.go [odo] I1206 06:58:03.931183 3156 copy.go:144] makeTar srcFile: 1947772611\middleware\handlers.go [odo] I1206 06:58:03.931183 3156 copy.go:145] makeTar destFile: middleware\handlers.go [odo] I1206 06:58:03.931183 3156 copy.go:165] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\middleware\handlers.go, destBase: \projects, destFile: middleware\handlers.go [odo] I1206 06:58:03.931183 3156 copy.go:171] Corrected destinations: base: /projects file: middleware/handlers.go [odo] I1206 06:58:03.931874 3156 copy.go:127] Got abs path: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\models\models.go [odo] I1206 06:58:03.931874 3156 copy.go:128] Making C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 relative to C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\models\models.go [odo] I1206 06:58:03.931874 3156 copy.go:144] makeTar srcFile: 1947772611\models\models.go [odo] I1206 06:58:03.931874 3156 copy.go:145] makeTar destFile: models\models.go [odo] I1206 06:58:03.931874 3156 copy.go:165] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\models\models.go, destBase: \projects, destFile: models\models.go [odo] I1206 06:58:03.931874 3156 copy.go:171] Corrected destinations: base: /projects file: models/models.go [odo] I1206 06:58:03.932177 3156 copy.go:127] Got abs path: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\devfile.yaml [odo] I1206 06:58:03.932177 3156 copy.go:128] Making C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 relative to C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\devfile.yaml [odo] I1206 06:58:03.932177 3156 copy.go:144] makeTar srcFile: 1947772611\devfile.yaml [odo] I1206 06:58:03.932177 3156 copy.go:145] makeTar destFile: devfile.yaml [odo] I1206 06:58:03.932177 3156 copy.go:165] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\devfile.yaml, destBase: \projects, destFile: devfile.yaml [odo] I1206 06:58:03.932177 3156 copy.go:171] Corrected destinations: base: /projects file: devfile.yaml [odo] I1206 06:58:03.933067 3156 copy.go:127] Got abs path: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\router [odo] I1206 06:58:03.933067 3156 copy.go:128] Making C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 relative to C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\router [odo] I1206 06:58:03.933067 3156 copy.go:144] makeTar srcFile: 1947772611\router [odo] I1206 06:58:03.933067 3156 copy.go:145] makeTar destFile: router [odo] I1206 06:58:03.933067 3156 copy.go:165] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\router, destBase: \projects, destFile: router [odo] I1206 06:58:03.933067 3156 copy.go:171] Corrected destinations: base: /projects file: router [odo] I1206 06:58:03.933067 3156 copy.go:127] Got abs path: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\router\router.go [odo] I1206 06:58:03.933067 3156 copy.go:128] Making C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 relative to C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\router\router.go [odo] I1206 06:58:03.933067 3156 copy.go:144] makeTar srcFile: 1947772611\router\router.go [odo] I1206 06:58:03.933067 3156 copy.go:145] makeTar destFile: router\router.go [odo] I1206 06:58:03.933067 3156 copy.go:165] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\router\router.go, destBase: \projects, destFile: router\router.go [odo] I1206 06:58:03.933067 3156 copy.go:171] Corrected destinations: base: /projects file: router/router.go [odo] I1206 06:58:03.933656 3156 copy.go:127] Got abs path: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\models [odo] I1206 06:58:03.933849 3156 copy.go:128] Making C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 relative to C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\models [odo] I1206 06:58:03.933849 3156 copy.go:144] makeTar srcFile: 1947772611\models [odo] I1206 06:58:03.933849 3156 copy.go:145] makeTar destFile: models [odo] I1206 06:58:03.933849 3156 copy.go:165] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\models, destBase: \projects, destFile: models [odo] I1206 06:58:03.933849 3156 copy.go:171] Corrected destinations: base: /projects file: models [odo] I1206 06:58:03.933924 3156 copy.go:127] Got abs path: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\middleware [odo] I1206 06:58:03.933924 3156 copy.go:128] Making C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 relative to C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\middleware [odo] I1206 06:58:03.933924 3156 copy.go:144] makeTar srcFile: 1947772611\middleware [odo] I1206 06:58:03.933924 3156 copy.go:145] makeTar destFile: middleware [odo] I1206 06:58:03.933924 3156 copy.go:165] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\middleware, destBase: \projects, destFile: middleware [odo] I1206 06:58:03.933924 3156 copy.go:171] Corrected destinations: base: /projects file: middleware [odo] I1206 06:58:03.933924 3156 copy.go:127] Got abs path: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\.gitignore [odo] I1206 06:58:03.933924 3156 copy.go:128] Making C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 relative to C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\.gitignore [odo] I1206 06:58:03.933924 3156 copy.go:144] makeTar srcFile: 1947772611\.gitignore [odo] I1206 06:58:03.933924 3156 copy.go:145] makeTar destFile: .gitignore [odo] I1206 06:58:03.933924 3156 copy.go:165] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\.gitignore, destBase: \projects, destFile: .gitignore [odo] I1206 06:58:03.933924 3156 copy.go:171] Corrected destinations: base: /projects file: .gitignore [odo] I1206 06:58:03.934503 3156 copy.go:127] Got abs path: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\cluster.yaml [odo] I1206 06:58:03.934503 3156 copy.go:128] Making C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 relative to C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\cluster.yaml [odo] I1206 06:58:03.934503 3156 copy.go:144] makeTar srcFile: 1947772611\cluster.yaml [odo] I1206 06:58:03.934503 3156 copy.go:145] makeTar destFile: cluster.yaml [odo] I1206 06:58:03.934503 3156 copy.go:165] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\cluster.yaml, destBase: \projects, destFile: cluster.yaml [odo] I1206 06:58:03.934503 3156 copy.go:171] Corrected destinations: base: /projects file: cluster.yaml [odo] V Syncing files into the container [386ms] [odo] I1206 06:58:04.051514 3156 kubeexec.go:40] GetProcessInfoForCommand for "run" [odo] I1206 06:58:04.051514 3156 exec.go:37] Executing command [/bin/sh -c cat /opt/odo/.odo_cmd_run.pid || true] for pod: gvosca-app-5f6c6f99fd-lwg7x in container: runtime [odo] I1206 06:58:04.251471 3156 exec.go:96] cat: /opt/odo/.odo_cmd_run.pid: No such file or directory [odo] I1206 06:58:04.252317 3156 innerloop.go:131] running=false, execRequired=true [odo] - Building your application in container (command: build) ... [odo] I1206 06:58:04.252930 3156 exec.go:37] Executing command [/bin/sh -c cd ${PROJECT_SOURCE} && (export GOPATH="${PROJECT_SOURCE}/.go" GOCACHE="${PROJECT_SOURCE}/.cache" && go build main.go) 1>>/proc/1/fd/1 2>>/proc/1/fd/2] for pod: gvosca-app-5f6c6f99fd-lwg7x in container: runtime [odo] V Building your application in container (command: build) [3s] [odo] I1206 06:58:07.031823 3156 kubeexec.go:54] StartProcessForCommand for "run" [odo] - Executing the application (command: run) ... [odo] I1206 06:58:07.031823 3156 retry.go:48] waiting for 5 second(s) before trying task "process for command \"run\"" [odo] I1206 06:58:07.031823 3156 exec.go:37] Executing command [/bin/sh -c echo $$ > /opt/odo/.odo_cmd_run.pid && cd ${PROJECT_SOURCE} && (./main) 1>>/proc/1/fd/1 2>>/proc/1/fd/2; echo $? >> /opt/odo/.odo_cmd_run.pid] for pod: gvosca-app-5f6c6f99fd-lwg7x in container: runtime [odo] I1206 06:58:12.033164 3156 execute_run.go:90] checking if process for command "run" is running [odo] I1206 06:58:12.033247 3156 kubeexec.go:40] GetProcessInfoForCommand for "run" [odo] I1206 06:58:12.033247 3156 exec.go:37] Executing command [/bin/sh -c cat /opt/odo/.odo_cmd_run.pid || true] for pod: gvosca-app-5f6c6f99fd-lwg7x in container: runtime [odo] I1206 06:58:12.202913 3156 exec.go:96] 162 [odo] I1206 06:58:12.208311 3156 exec.go:37] Executing command [/bin/sh -c kill -0 162; echo $?] for pod: gvosca-app-5f6c6f99fd-lwg7x in container: runtime [odo] I1206 06:58:12.426113 3156 exec.go:96] 0 [odo] I1206 06:58:12.428389 3156 kubeexec.go:40] GetProcessInfoForCommand for "run" [odo] I1206 06:58:12.428389 3156 exec.go:37] Executing command [/bin/sh -c cat /opt/odo/.odo_cmd_run.pid || true] for pod: gvosca-app-5f6c6f99fd-lwg7x in container: runtime [odo] I1206 06:58:12.596911 3156 exec.go:96] 162 [odo] I1206 06:58:12.598704 3156 exec.go:37] Executing command [/bin/sh -c kill -0 162; echo $?] for pod: gvosca-app-5f6c6f99fd-lwg7x in container: runtime [odo] I1206 06:58:12.806341 3156 exec.go:96] 0 [odo] - Waiting for the application to be ready ... [odo] I1206 06:58:13.815685 3156 exec.go:37] Executing command [/bin/sh -c cat /proc/net/tcp /proc/net/udp /proc/net/tcp6 /proc/net/udp6 || true] for pod: gvosca-app-5f6c6f99fd-lwg7x in container: runtime [odo] I1206 06:58:14.020570 3156 exec.go:96] sl local_address rem_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode [odo] I1206 06:58:14.020570 3156 exec.go:96] 0: F60811AC:860E 8D7AFDAC:01BB 06 00000000:00000000 03:000014BD 00000000 0 0 0 3 0000000000000000 [odo] I1206 06:58:14.020570 3156 exec.go:96] sl local_address rem_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode ref pointer drops [odo] I1206 06:58:14.020570 3156 exec.go:96] sl local_address remote_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode [odo] I1206 06:58:14.020570 3156 exec.go:96] 0: 00000000000000000000000000000000:1F90 00000000000000000000000000000000:0000 0A 00000000:00000000 00:00000000 00000000 1013730000 0 244747769 1 0000000000000000 100 0 0 10 0 [odo] I1206 06:58:14.021168 3156 exec.go:96] sl local_address remote_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode ref pointer drops [odo] I1206 06:58:14.030230 3156 port.go:346] ports not listening: map[] [odo] V Waiting for the application to be ready [1s] [odo] I1206 06:58:14.030230 3156 libdevfile.go:326] not running in Debug mode, so ignored Debug port for container runtime:debug:5858 [odo] - Forwarding from 127.0.0.1:55982 -> 8080 [odo] [odo] [odo] - Dev mode [odo] Status: [odo] Watching for changes in the current directory C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 [odo] [odo] Keyboard Commands: [odo] [Ctrl+c] - Exit and delete resources from the cluster [odo] [p] - Manually apply local changes to the application on the cluster [odo] I1206 06:58:14.111247 3156 status.go:34] setting inner loop State "Ready" [odo] I1206 06:58:14.111247 3156 watch.go:271] deployment watcher Event: Type: MODIFIED, name: gvosca-app, rv: 119051199, generation: 1, pods: 1 [odo] I1206 06:58:14.223338 3156 watch.go:348] filesystem watch event: CREATE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\.odo\\odo-file-index.json" [odo] I1206 06:58:14.223465 3156 watch.go:348] filesystem watch event: WRITE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\.odo\\odo-file-index.json" [odo] I1206 06:58:14.223465 3156 watch.go:348] filesystem watch event: WRITE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\.odo" [odo] I1206 06:58:14.224289 3156 file_watcher.go:101] ignoring watch on path C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\.odo [odo] I1206 06:58:14.224394 3156 watch.go:348] filesystem watch event: WRITE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\.odo\\devstate.json" [odo] I1206 06:58:14.224627 3156 watch.go:348] filesystem watch event: WRITE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\.odo\\devstate.json" [odo] I1206 06:58:14.224853 3156 watch.go:348] filesystem watch event: WRITE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\.odo\\devstate.3156.json" [odo] I1206 06:58:14.225199 3156 watch.go:348] filesystem watch event: WRITE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\.odo\\devstate.3156.json" Running odo.exe with args [odo add binding --name xspfdo --service cluster-example-initdb --bind-as-files=false] and odo env: [] [odo] I1206 06:58:21.144487 7980 context.go:164] absolute devfile path: 'C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\devfile.yaml' [odo] I1206 06:58:21.145070 7980 context.go:105] absolute devfile path: 'C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\devfile.yaml' [odo] I1206 06:58:21.145389 7980 content.go:48] converted devfile YAML to JSON [odo] I1206 06:58:21.145389 7980 apiVersion.go:60] devfile schemaVersion: '2.1.0' [odo] I1206 06:58:21.145389 7980 helper.go:56] devfile apiVersion '2.1.0' is supported [odo] I1206 06:58:21.147088 7980 schema.go:61] validated devfile schema [odo] I1206 06:58:21.149774 7980 validate.go:45] Successfully validated devfile sections [odo] I1206 06:58:21.149774 7980 validate.go:45] Successfully validated devfile sections [odo] I1206 06:58:21.149774 7980 component.go:87] name of component is "gvosca", and sanitized name is "gvosca" [odo] I1206 06:58:21.149912 7980 kclient.go:237] Checking if "servicebindings" resource is supported [odo] I1206 06:58:21.178336 7980 context.go:164] absolute devfile path: 'C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\devfile.yaml' [odo] I1206 06:58:21.178336 7980 context.go:105] absolute devfile path: 'C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\devfile.yaml' [odo] I1206 06:58:21.179224 7980 content.go:48] converted devfile YAML to JSON [odo] I1206 06:58:21.179224 7980 apiVersion.go:60] devfile schemaVersion: '2.1.0' [odo] I1206 06:58:21.179224 7980 helper.go:56] devfile apiVersion '2.1.0' is supported [odo] I1206 06:58:21.181436 7980 schema.go:61] validated devfile schema [odo] I1206 06:58:21.181692 7980 kclient.go:237] Checking if "servicebindings" resource is supported [odo] I1206 06:58:21.275325 7980 kclient.go:237] Checking if "deployments" resource is supported [odo] I1206 06:58:21.280161 7980 writer.go:55] devfile written to: 'C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\devfile.yaml' [odo] I1206 06:58:21.280211 7980 implem.go:114] The path for preference file is C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\2341731296\preference.yaml [odo] V Successfully added the binding to the devfile. [odo] Run `odo dev` to create it on the cluster. [odo] I1206 06:58:21.280500 7980 segment.go:268] Checking telemetry enable status [odo] I1206 06:58:21.280500 7980 segment.go:286] Sending telemetry disabled by env variable [odo] I1206 06:58:21.382607 3156 watch.go:348] filesystem watch event: CREATE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\.odo\\odo-file-index.json" [odo] I1206 06:58:21.383194 3156 watch.go:348] filesystem watch event: WRITE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\.odo\\odo-file-index.json" [odo] I1206 06:58:21.383501 3156 watch.go:348] filesystem watch event: WRITE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\.odo" [odo] I1206 06:58:21.384088 3156 file_watcher.go:101] ignoring watch on path C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\.odo [odo] I1206 06:58:21.384088 3156 watch.go:348] filesystem watch event: WRITE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\.odo\\devstate.json" [odo] I1206 06:58:21.384331 3156 watch.go:348] filesystem watch event: WRITE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\.odo\\devstate.json" [odo] I1206 06:58:21.384331 3156 watch.go:348] filesystem watch event: WRITE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\.odo\\devstate.3156.json" [odo] I1206 06:58:21.384914 3156 watch.go:348] filesystem watch event: WRITE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\.odo\\devstate.3156.json" [odo] I1206 06:58:21.385145 3156 watch.go:348] filesystem watch event: WRITE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\devfile.yaml" [odo] I1206 06:58:21.385401 3156 file_watcher.go:64] adding watch on path C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\devfile.yaml [odo] I1206 06:58:21.385401 3156 watch.go:348] filesystem watch event: WRITE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\devfile.yaml" [odo] I1206 06:58:21.385401 3156 file_watcher.go:64] adding watch on path C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\devfile.yaml [odo] I1206 06:58:21.386172 3156 status.go:34] setting inner loop State "SyncOutdated" [odo] I1206 06:58:21.386220 3156 watch.go:423] Copying files [C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\devfile.yaml] to pod [odo] Pushing files... [odo] [odo] [odo] File C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\devfile.yaml changed [odo] I1206 06:58:21.386220 3156 context.go:164] absolute devfile path: 'C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\devfile.yaml' [odo] I1206 06:58:21.386220 3156 context.go:105] absolute devfile path: 'C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\devfile.yaml' [odo] I1206 06:58:21.386800 3156 content.go:48] converted devfile YAML to JSON [odo] I1206 06:58:21.386800 3156 apiVersion.go:60] devfile schemaVersion: '2.1.0' [odo] I1206 06:58:21.386800 3156 helper.go:56] devfile apiVersion '2.1.0' is supported [odo] I1206 06:58:21.388931 3156 schema.go:61] validated devfile schema [odo] I1206 06:58:21.389164 3156 validate.go:45] Successfully validated devfile sections [odo] I1206 06:58:21.389164 3156 components.go:69] component state: "SyncOutdated" [odo] - Waiting for Kubernetes resources ... [odo] I1206 06:58:21.409510 3156 components.go:260] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:Go] [odo] I1206 06:58:21.446719 3156 utils.go:77] Updating container runtime with mandatory volume mounts [odo] I1206 06:58:21.502371 3156 components.go:346] Creating deployment gvosca-app [odo] I1206 06:58:21.502371 3156 components.go:347] The component name is gvosca [odo] I1206 06:58:21.502371 3156 components.go:350] The component already exists, attempting to update it [odo] I1206 06:58:21.502371 3156 components.go:352] Applying deployment [odo] I1206 06:58:21.540365 3156 components.go:361] Successfully updated component gvosca [odo] I1206 06:58:21.567597 3156 components.go:748] Successfully update Service for component gvosca [odo] I1206 06:58:21.572947 3156 all.go:46] starting to concurrently query 200 APIs [odo] I1206 06:58:21.573533 3156 all.go:62] fired up all goroutines to query APIs [odo] I1206 06:58:21.725104 3156 all.go:67] all goroutines have returned in 152.1575ms [odo] I1206 06:58:21.725104 3156 all.go:76] query result: objects=6 [odo] I1206 06:58:21.726286 3156 kclient.go:237] Checking if "servicebindings" resource is supported [odo] I1206 06:58:21.775516 3156 kclient.go:237] Checking if "clusterserviceversions" resource is supported [odo] I1206 06:58:21.775723 3156 service.go:75] Getting list of services [odo] I1206 06:58:21.775769 3156 operators.go:30] Fetching list of operators installed in cluster [odo] I1206 06:58:21.836191 3156 service.go:93] Getting services started from operator: cloud-native-postgresql.v1.18.8 [odo] I1206 06:58:21.836413 3156 service.go:124] Getting instances of: backups.postgresql.k8s.enterprisedb.io [odo] I1206 06:58:21.859752 3156 service.go:124] Getting instances of: clusters.postgresql.k8s.enterprisedb.io [odo] I1206 06:58:21.872966 3156 service.go:124] Getting instances of: poolers.postgresql.k8s.enterprisedb.io [odo] I1206 06:58:21.873891 3156 service.go:124] Getting instances of: scheduledbackups.postgresql.k8s.enterprisedb.io [odo] I1206 06:58:21.883798 3156 service.go:93] Getting services started from operator: service-binding-operator.v1.3.3 [odo] I1206 06:58:21.894004 3156 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com [odo] I1206 06:58:21.901399 3156 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1206 06:58:21.904525 3156 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1206 06:58:21.906551 3156 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com [odo] I1206 06:58:21.912995 3156 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1206 06:58:21.920018 3156 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1206 06:58:21.932312 3156 kclient.go:237] Checking if "servicebindings" resource is supported [odo] - Creating resource ServiceBinding/xspfdo ... [odo] V Creating resource ServiceBinding/xspfdo [odo] I1206 06:58:22.075717 3156 components.go:152] Waiting for all service bindings to be injected... [odo] I1206 06:58:22.075717 3156 watch.go:437] Error from Push: watch command was unable to push component: some servicebindings are not injected [odo] Error occurred on Push - watch command was unable to push component: some servicebindings are not injected [odo] [odo] [odo] - Dev mode [odo] Status: [odo] Watching for changes in the current directory C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 [odo] [odo] Keyboard Commands: [odo] [Ctrl+c] - Exit and delete resources from the cluster [odo] [p] - Manually apply local changes to the application on the cluster [odo] Updating Component... [odo] [odo] I1206 06:58:22.075717 3156 watch.go:271] deployment watcher Event: Type: MODIFIED, name: gvosca-app, rv: 119051334, generation: 1, pods: 1 [odo] I1206 06:58:22.075717 3156 watch.go:423] Copying files [] to pod [odo] I1206 06:58:22.076329 3156 context.go:164] absolute devfile path: 'C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\devfile.yaml' [odo] I1206 06:58:22.076329 3156 context.go:105] absolute devfile path: 'C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\devfile.yaml' [odo] I1206 06:58:22.076830 3156 content.go:48] converted devfile YAML to JSON [odo] I1206 06:58:22.076830 3156 apiVersion.go:60] devfile schemaVersion: '2.1.0' [odo] I1206 06:58:22.076830 3156 helper.go:56] devfile apiVersion '2.1.0' is supported [odo] I1206 06:58:22.078580 3156 schema.go:61] validated devfile schema [odo] I1206 06:58:22.079191 3156 validate.go:45] Successfully validated devfile sections [odo] I1206 06:58:22.079433 3156 components.go:69] component state: "SyncOutdated" [odo] - Waiting for Kubernetes resources ... [odo] I1206 06:58:22.090362 3156 components.go:260] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:Go] [odo] I1206 06:58:22.158071 3156 utils.go:77] Updating container runtime with mandatory volume mounts [odo] I1206 06:58:22.259716 3156 components.go:346] Creating deployment gvosca-app [odo] I1206 06:58:22.269489 3156 components.go:347] The component name is gvosca [odo] I1206 06:58:22.269489 3156 components.go:350] The component already exists, attempting to update it [odo] I1206 06:58:22.269489 3156 components.go:352] Applying deployment [odo] I1206 06:58:22.309874 3156 components.go:361] Successfully updated component gvosca [odo] I1206 06:58:22.331364 3156 components.go:748] Successfully update Service for component gvosca [odo] I1206 06:58:22.342034 3156 all.go:46] starting to concurrently query 200 APIs [odo] I1206 06:58:22.342261 3156 all.go:62] fired up all goroutines to query APIs [odo] I1206 06:58:22.394868 3156 all.go:67] all goroutines have returned in 52.834ms [odo] I1206 06:58:22.394868 3156 all.go:76] query result: objects=7 [odo] I1206 06:58:22.394868 3156 kclient.go:237] Checking if "servicebindings" resource is supported [odo] I1206 06:58:22.395811 3156 kclient.go:237] Checking if "clusterserviceversions" resource is supported [odo] I1206 06:58:22.395811 3156 service.go:75] Getting list of services [odo] I1206 06:58:22.395811 3156 operators.go:30] Fetching list of operators installed in cluster [odo] I1206 06:58:22.456391 3156 service.go:93] Getting services started from operator: cloud-native-postgresql.v1.18.8 [odo] I1206 06:58:22.456391 3156 service.go:124] Getting instances of: backups.postgresql.k8s.enterprisedb.io [odo] I1206 06:58:22.471050 3156 service.go:124] Getting instances of: clusters.postgresql.k8s.enterprisedb.io [odo] I1206 06:58:22.484966 3156 service.go:124] Getting instances of: poolers.postgresql.k8s.enterprisedb.io [odo] I1206 06:58:22.494621 3156 service.go:124] Getting instances of: scheduledbackups.postgresql.k8s.enterprisedb.io [odo] I1206 06:58:22.507141 3156 service.go:93] Getting services started from operator: service-binding-operator.v1.3.3 [odo] I1206 06:58:22.507410 3156 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com [odo] I1206 06:58:22.510621 3156 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1206 06:58:22.512543 3156 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1206 06:58:22.515608 3156 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com [odo] I1206 06:58:22.525770 3156 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1206 06:58:22.533564 3156 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1206 06:58:22.543085 3156 kclient.go:237] Checking if "servicebindings" resource is supported [odo] I1206 06:58:22.693100 3156 libdevfile.go:326] not running in Debug mode, so ignored Debug port for container runtime:debug:5858 [odo] Error occurred on Push - watch command was unable to push component: unable to get pod for component gvosca: pod not found for the selector: component=gvosca [odo] [odo] I1206 06:58:22.712892 3156 watch.go:437] Error from Push: watch command was unable to push component: unable to get pod for component gvosca: pod not found for the selector: component=gvosca [odo] [odo] - Dev mode [odo] Status: [odo] Watching for changes in the current directory C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 [odo] [odo] Keyboard Commands: [odo] [Ctrl+c] - Exit and delete resources from the cluster [odo] [p] - Manually apply local changes to the application on the cluster [odo] ===================== [odo] ! Pod is Terminating [odo] ===================== [odo] I1206 06:58:22.712892 3156 watch.go:271] deployment watcher Event: Type: MODIFIED, name: gvosca-app, rv: 119051346, generation: 1, pods: 1 [odo] I1206 06:58:22.714365 3156 watch.go:271] deployment watcher Event: Type: MODIFIED, name: gvosca-app, rv: 119051347, generation: 2, pods: 1 [odo] I1206 06:58:22.715466 3156 watch.go:271] deployment watcher Event: Type: MODIFIED, name: gvosca-app, rv: 119051352, generation: 2, pods: 1 [odo] I1206 06:58:22.715518 3156 watch.go:271] deployment watcher Event: Type: MODIFIED, name: gvosca-app, rv: 119051360, generation: 2, pods: 0 [odo] I1206 06:58:23.024788 3156 watch.go:423] Copying files [] to pod [odo] I1206 06:58:23.025157 3156 context.go:164] absolute devfile path: 'C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\devfile.yaml' [odo] I1206 06:58:23.025325 3156 context.go:105] absolute devfile path: 'C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\devfile.yaml' [odo] I1206 06:58:23.025928 3156 content.go:48] converted devfile YAML to JSON [odo] I1206 06:58:23.026182 3156 apiVersion.go:60] devfile schemaVersion: '2.1.0' [odo] I1206 06:58:23.026182 3156 helper.go:56] devfile apiVersion '2.1.0' is supported [odo] I1206 06:58:23.028876 3156 schema.go:61] validated devfile schema [odo] I1206 06:58:23.029127 3156 validate.go:45] Successfully validated devfile sections [odo] I1206 06:58:23.029256 3156 components.go:69] component state: "SyncOutdated" [odo] - Waiting for Kubernetes resources ... [odo] I1206 06:58:23.065981 3156 components.go:260] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:Go] [odo] I1206 06:58:23.095945 3156 utils.go:77] Updating container runtime with mandatory volume mounts [odo] I1206 06:58:23.183390 3156 components.go:346] Creating deployment gvosca-app [odo] I1206 06:58:23.183390 3156 components.go:347] The component name is gvosca [odo] I1206 06:58:23.183390 3156 components.go:350] The component already exists, attempting to update it [odo] I1206 06:58:23.183390 3156 components.go:352] Applying deployment [odo] I1206 06:58:23.210513 3156 components.go:361] Successfully updated component gvosca [odo] I1206 06:58:23.239793 3156 components.go:748] Successfully update Service for component gvosca [odo] I1206 06:58:23.256312 3156 all.go:46] starting to concurrently query 200 APIs [odo] I1206 06:58:23.256312 3156 all.go:62] fired up all goroutines to query APIs [odo] I1206 06:58:23.322064 3156 all.go:67] all goroutines have returned in 65.7519ms [odo] I1206 06:58:23.322064 3156 all.go:76] query result: objects=7 [odo] I1206 06:58:23.322064 3156 kclient.go:237] Checking if "servicebindings" resource is supported [odo] I1206 06:58:23.325239 3156 kclient.go:237] Checking if "clusterserviceversions" resource is supported [odo] I1206 06:58:23.325239 3156 service.go:75] Getting list of services [odo] I1206 06:58:23.325239 3156 operators.go:30] Fetching list of operators installed in cluster [odo] I1206 06:58:23.349335 3156 service.go:93] Getting services started from operator: cloud-native-postgresql.v1.18.8 [odo] I1206 06:58:23.349335 3156 service.go:124] Getting instances of: backups.postgresql.k8s.enterprisedb.io [odo] I1206 06:58:23.350920 3156 service.go:124] Getting instances of: clusters.postgresql.k8s.enterprisedb.io [odo] I1206 06:58:23.373211 3156 service.go:124] Getting instances of: poolers.postgresql.k8s.enterprisedb.io [odo] I1206 06:58:23.408365 3156 service.go:124] Getting instances of: scheduledbackups.postgresql.k8s.enterprisedb.io [odo] I1206 06:58:23.419683 3156 service.go:93] Getting services started from operator: service-binding-operator.v1.3.3 [odo] I1206 06:58:23.419683 3156 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com [odo] I1206 06:58:23.421344 3156 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1206 06:58:23.427440 3156 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1206 06:58:23.429638 3156 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com [odo] I1206 06:58:23.441865 3156 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1206 06:58:23.468040 3156 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1206 06:58:23.479325 3156 kclient.go:237] Checking if "servicebindings" resource is supported [odo] I1206 06:58:23.621772 3156 components.go:141] Deployment has 0 ready replicas. Waiting new event... [odo] I1206 06:58:23.621772 3156 status.go:34] setting inner loop State "WaitDeployment" [odo] I1206 06:58:23.621772 3156 watch.go:271] deployment watcher Event: Type: MODIFIED, name: gvosca-app, rv: 119051367, generation: 2, pods: 0 [odo] I1206 06:58:52.482856 3156 exec.go:54] ExecuteCommand returned an an err: error while streaming command: command terminated with exit code 137. for command '[/bin/sh -c echo $$ > /opt/odo/.odo_cmd_run.pid && cd ${PROJECT_SOURCE} && (./main) 1>>/proc/1/fd/1 2>>/proc/1/fd/2; echo $? >> /opt/odo/.odo_cmd_run.pid]' [odo] stdout: [] [odo] stderr: [] [odo] I1206 06:58:52.482996 3156 kubeexec.go:118] error while running background command: unable to exec command [/bin/sh -c echo $$ > /opt/odo/.odo_cmd_run.pid && cd ${PROJECT_SOURCE} && (./main) 1>>/proc/1/fd/1 2>>/proc/1/fd/2; echo $? >> /opt/odo/.odo_cmd_run.pid]: error while streaming command: command terminated with exit code 137 [odo] I1206 06:58:52.482996 3156 kubeexec.go:40] GetProcessInfoForCommand for "run" [odo] I1206 06:58:52.482996 3156 exec.go:37] Executing command [/bin/sh -c cat /opt/odo/.odo_cmd_run.pid || true] for pod: gvosca-app-5f6c6f99fd-lwg7x in container: runtime [odo] I1206 06:58:52.643484 3156 exec.go:54] ExecuteCommand returned an an err: error while streaming command: Internal error occurred: error executing command in container: container is not created or running. for command '[/bin/sh -c cat /opt/odo/.odo_cmd_run.pid || true]' [odo] stdout: [] [odo] stderr: [] [odo] X Finished executing the application (command: run) [46s] [odo] I1206 06:58:52.643484 3156 execute_run.go:36] error while running background command: unable to exec command [/bin/sh -c echo $$ > /opt/odo/.odo_cmd_run.pid && cd ${PROJECT_SOURCE} && (./main) 1>>/proc/1/fd/1 2>>/proc/1/fd/2; echo $? >> /opt/odo/.odo_cmd_run.pid]: error while streaming command: command terminated with exit code 137 [odo] ================ [odo] ! No pod exists [odo] ================ [odo] I1206 06:58:54.177156 3156 watch.go:271] deployment watcher Event: Type: MODIFIED, name: gvosca-app, rv: 119051574, generation: 2, pods: 0 [odo] I1206 06:58:54.215011 3156 watch.go:271] deployment watcher Event: Type: MODIFIED, name: gvosca-app, rv: 119051575, generation: 2, pods: 0 [odo] ================= [odo] ! Pod is Pending [odo] ================= [odo] I1206 06:58:54.373039 3156 watch.go:271] deployment watcher Event: Type: MODIFIED, name: gvosca-app, rv: 119051585, generation: 2, pods: 0 [odo] V Pod is Running [odo] I1206 06:58:57.113041 3156 watch.go:271] deployment watcher Event: Type: MODIFIED, name: gvosca-app, rv: 119051617, generation: 2, pods: 1 [odo] I1206 06:58:57.417974 3156 watch.go:423] Copying files [] to pod [odo] I1206 06:58:57.418257 3156 context.go:164] absolute devfile path: 'C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\devfile.yaml' [odo] I1206 06:58:57.418377 3156 context.go:105] absolute devfile path: 'C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\devfile.yaml' [odo] I1206 06:58:57.419144 3156 content.go:48] converted devfile YAML to JSON [odo] I1206 06:58:57.419260 3156 apiVersion.go:60] devfile schemaVersion: '2.1.0' [odo] I1206 06:58:57.419365 3156 helper.go:56] devfile apiVersion '2.1.0' is supported [odo] I1206 06:58:57.422312 3156 schema.go:61] validated devfile schema [odo] I1206 06:58:57.422573 3156 validate.go:45] Successfully validated devfile sections [odo] I1206 06:58:57.422573 3156 components.go:69] component state: "WaitDeployment" [odo] I1206 06:58:57.433355 3156 components.go:260] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:Go] [odo] I1206 06:58:57.490667 3156 utils.go:77] Updating container runtime with mandatory volume mounts [odo] I1206 06:58:57.538418 3156 components.go:346] Creating deployment gvosca-app [odo] I1206 06:58:57.538418 3156 components.go:347] The component name is gvosca [odo] I1206 06:58:57.538418 3156 components.go:350] The component already exists, attempting to update it [odo] I1206 06:58:57.538418 3156 components.go:352] Applying deployment [odo] I1206 06:58:57.581766 3156 components.go:361] Successfully updated component gvosca [odo] I1206 06:58:57.619192 3156 components.go:748] Successfully update Service for component gvosca [odo] I1206 06:58:57.625332 3156 all.go:46] starting to concurrently query 200 APIs [odo] I1206 06:58:57.625332 3156 all.go:62] fired up all goroutines to query APIs [odo] I1206 06:58:57.671553 3156 all.go:67] all goroutines have returned in 46.2212ms [odo] I1206 06:58:57.671553 3156 all.go:76] query result: objects=8 [odo] I1206 06:58:57.672354 3156 kclient.go:237] Checking if "servicebindings" resource is supported [odo] I1206 06:58:57.672724 3156 kclient.go:237] Checking if "clusterserviceversions" resource is supported [odo] I1206 06:58:57.672724 3156 service.go:75] Getting list of services [odo] I1206 06:58:57.672864 3156 operators.go:30] Fetching list of operators installed in cluster [odo] I1206 06:58:57.708574 3156 service.go:93] Getting services started from operator: cloud-native-postgresql.v1.18.8 [odo] I1206 06:58:57.708574 3156 service.go:124] Getting instances of: backups.postgresql.k8s.enterprisedb.io [odo] I1206 06:58:57.718072 3156 service.go:124] Getting instances of: clusters.postgresql.k8s.enterprisedb.io [odo] I1206 06:58:57.733798 3156 service.go:124] Getting instances of: poolers.postgresql.k8s.enterprisedb.io [odo] I1206 06:58:57.744672 3156 service.go:124] Getting instances of: scheduledbackups.postgresql.k8s.enterprisedb.io [odo] I1206 06:58:57.754995 3156 service.go:93] Getting services started from operator: service-binding-operator.v1.3.3 [odo] I1206 06:58:57.754995 3156 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com [odo] I1206 06:58:57.758527 3156 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1206 06:58:57.761878 3156 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1206 06:58:57.766609 3156 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com [odo] I1206 06:58:57.778396 3156 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1206 06:58:57.788234 3156 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1206 06:58:57.799044 3156 kclient.go:237] Checking if "servicebindings" resource is supported [odo] I1206 06:58:57.906382 3156 libdevfile.go:326] not running in Debug mode, so ignored Debug port for container runtime:debug:5858 [odo] - Syncing files into the container ... [odo] I1206 06:58:57.918726 3156 file_indexer.go:400] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611, destBase: ., destFile: . [odo] I1206 06:58:57.918726 3156 file_indexer.go:406] Corrected destinations: base: . file: . [odo] I1206 06:58:57.919654 3156 file_indexer.go:400] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\.gitignore, destBase: ., destFile: .gitignore [odo] I1206 06:58:57.919735 3156 file_indexer.go:406] Corrected destinations: base: . file: .gitignore [odo] I1206 06:58:57.920004 3156 file_indexer.go:453] file added: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\.gitignore [odo] I1206 06:58:57.920004 3156 file_indexer.go:400] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\.odo, destBase: ., destFile: .odo [odo] I1206 06:58:57.920004 3156 file_indexer.go:406] Corrected destinations: base: . file: .odo [odo] I1206 06:58:57.920004 3156 file_indexer.go:400] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\cluster.yaml, destBase: ., destFile: cluster.yaml [odo] I1206 06:58:57.920004 3156 file_indexer.go:406] Corrected destinations: base: . file: cluster.yaml [odo] I1206 06:58:57.920600 3156 file_indexer.go:453] file added: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\cluster.yaml [odo] I1206 06:58:57.920600 3156 file_indexer.go:400] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\devfile.yaml, destBase: ., destFile: devfile.yaml [odo] I1206 06:58:57.920600 3156 file_indexer.go:406] Corrected destinations: base: . file: devfile.yaml [odo] I1206 06:58:57.921006 3156 file_indexer.go:453] file added: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\devfile.yaml [odo] I1206 06:58:57.921006 3156 file_indexer.go:400] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\go.mod, destBase: ., destFile: go.mod [odo] I1206 06:58:57.921006 3156 file_indexer.go:406] Corrected destinations: base: . file: go.mod [odo] I1206 06:58:57.921326 3156 file_indexer.go:453] file added: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\go.mod [odo] I1206 06:58:57.921326 3156 file_indexer.go:400] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\go.sum, destBase: ., destFile: go.sum [odo] I1206 06:58:57.921326 3156 file_indexer.go:406] Corrected destinations: base: . file: go.sum [odo] I1206 06:58:57.921473 3156 file_indexer.go:453] file added: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\go.sum [odo] I1206 06:58:57.921473 3156 file_indexer.go:400] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\main.go, destBase: ., destFile: main.go [odo] I1206 06:58:57.921473 3156 file_indexer.go:406] Corrected destinations: base: . file: main.go [odo] I1206 06:58:57.921473 3156 file_indexer.go:453] file added: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\main.go [odo] I1206 06:58:57.921473 3156 file_indexer.go:400] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\middleware, destBase: ., destFile: middleware [odo] I1206 06:58:57.921473 3156 file_indexer.go:406] Corrected destinations: base: . file: middleware [odo] I1206 06:58:57.922083 3156 file_indexer.go:453] file added: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\middleware [odo] I1206 06:58:57.922083 3156 file_indexer.go:400] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\middleware\handlers.go, destBase: ., destFile: middleware\handlers.go [odo] I1206 06:58:57.922083 3156 file_indexer.go:406] Corrected destinations: base: . file: middleware/handlers.go [odo] I1206 06:58:57.922369 3156 file_indexer.go:453] file added: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\middleware\handlers.go [odo] I1206 06:58:57.922431 3156 file_indexer.go:400] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\models, destBase: ., destFile: models [odo] I1206 06:58:57.922431 3156 file_indexer.go:406] Corrected destinations: base: . file: models [odo] I1206 06:58:57.922431 3156 file_indexer.go:453] file added: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\models [odo] I1206 06:58:57.922431 3156 file_indexer.go:400] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\models\models.go, destBase: ., destFile: models\models.go [odo] I1206 06:58:57.922431 3156 file_indexer.go:406] Corrected destinations: base: . file: models/models.go [odo] I1206 06:58:57.922431 3156 file_indexer.go:453] file added: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\models\models.go [odo] I1206 06:58:57.922431 3156 file_indexer.go:400] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\router, destBase: ., destFile: router [odo] I1206 06:58:57.922431 3156 file_indexer.go:406] Corrected destinations: base: . file: router [odo] I1206 06:58:57.923030 3156 file_indexer.go:453] file added: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\router [odo] I1206 06:58:57.923341 3156 file_indexer.go:400] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\router\router.go, destBase: ., destFile: router\router.go [odo] I1206 06:58:57.923372 3156 file_indexer.go:406] Corrected destinations: base: . file: router/router.go [odo] I1206 06:58:57.923411 3156 file_indexer.go:453] file added: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\router\router.go [odo] I1206 06:58:57.923411 3156 sync.go:138] List of files to be deleted: +[] [odo] I1206 06:58:57.923411 3156 sync.go:140] List of files changed: +[C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\go.mod C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\devfile.yaml C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\go.sum C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\router C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\router\router.go C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\.gitignore C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\cluster.yaml C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\main.go C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\middleware\handlers.go C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\models C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\models\models.go C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\middleware] [odo] I1206 06:58:57.923411 3156 sync.go:193] Push: componentName: gvosca, path: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611, files: [C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\go.mod C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\devfile.yaml C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\go.sum C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\router C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\router\router.go C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\.gitignore C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\cluster.yaml C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\main.go C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\middleware\handlers.go C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\models C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\models\models.go C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\middleware], delFiles: [*], isForcePush: true [odo] I1206 06:58:57.923411 3156 sync.go:310] remote files marked for deletion are [/projects/*] [odo] I1206 06:58:57.923411 3156 exec.go:37] Executing command [rm -rf /projects/*] for pod: gvosca-app-7d5c5876cb-bn68g in container: runtime [odo] I1206 06:58:58.101046 3156 sync.go:233] Copying files C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\go.mod C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\devfile.yaml C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\go.sum C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\router C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\router\router.go C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\.gitignore C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\cluster.yaml C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\main.go C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\middleware\handlers.go C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\models C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\models\models.go C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\middleware to pod [odo] I1206 06:58:58.101713 3156 copy.go:36] CopyFile arguments: localPath C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611, dest /projects/1947772611, targetPath /projects, copyFiles [C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\go.mod C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\devfile.yaml C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\go.sum C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\router C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\router\router.go C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\.gitignore C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\cluster.yaml C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\main.go C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\middleware\handlers.go C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\models C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\models\models.go C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\middleware], globalExps [.git .odo .odo\odo-file-index.json] [odo] I1206 06:58:58.101713 3156 copy.go:63] Executing command tar xf - -C /projects --no-same-owner [odo] I1206 06:58:58.101879 3156 copy.go:96] makeTar arguments: srcPath: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611, destPath: /projects/1947772611, files: [C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\go.mod C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\devfile.yaml C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\go.sum C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\router C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\router\router.go C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\.gitignore C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\cluster.yaml C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\main.go C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\middleware\handlers.go C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\models C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\models\models.go C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\middleware] [odo] I1206 06:58:58.102339 3156 copy.go:127] Got abs path: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\go.mod [odo] I1206 06:58:58.102339 3156 copy.go:128] Making C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 relative to C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\go.mod [odo] I1206 06:58:58.102339 3156 copy.go:144] makeTar srcFile: 1947772611\go.mod [odo] I1206 06:58:58.102464 3156 copy.go:145] makeTar destFile: go.mod [odo] I1206 06:58:58.102464 3156 copy.go:165] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\go.mod, destBase: \projects, destFile: go.mod [odo] I1206 06:58:58.102464 3156 copy.go:171] Corrected destinations: base: /projects file: go.mod [odo] I1206 06:58:58.221333 3156 copy.go:127] Got abs path: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\devfile.yaml [odo] I1206 06:58:58.221333 3156 copy.go:128] Making C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 relative to C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\devfile.yaml [odo] I1206 06:58:58.221333 3156 copy.go:144] makeTar srcFile: 1947772611\devfile.yaml [odo] I1206 06:58:58.221333 3156 copy.go:145] makeTar destFile: devfile.yaml [odo] I1206 06:58:58.221333 3156 copy.go:165] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\devfile.yaml, destBase: \projects, destFile: devfile.yaml [odo] I1206 06:58:58.221333 3156 copy.go:171] Corrected destinations: base: /projects file: devfile.yaml [odo] I1206 06:58:58.222327 3156 copy.go:127] Got abs path: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\go.sum [odo] I1206 06:58:58.222327 3156 copy.go:128] Making C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 relative to C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\go.sum [odo] I1206 06:58:58.222327 3156 copy.go:144] makeTar srcFile: 1947772611\go.sum [odo] I1206 06:58:58.222327 3156 copy.go:145] makeTar destFile: go.sum [odo] I1206 06:58:58.222327 3156 copy.go:165] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\go.sum, destBase: \projects, destFile: go.sum [odo] I1206 06:58:58.222327 3156 copy.go:171] Corrected destinations: base: /projects file: go.sum [odo] I1206 06:58:58.223478 3156 copy.go:127] Got abs path: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\router [odo] I1206 06:58:58.223478 3156 copy.go:128] Making C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 relative to C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\router [odo] I1206 06:58:58.223478 3156 copy.go:144] makeTar srcFile: 1947772611\router [odo] I1206 06:58:58.223478 3156 copy.go:145] makeTar destFile: router [odo] I1206 06:58:58.223478 3156 copy.go:165] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\router, destBase: \projects, destFile: router [odo] I1206 06:58:58.223478 3156 copy.go:171] Corrected destinations: base: /projects file: router [odo] I1206 06:58:58.223752 3156 copy.go:127] Got abs path: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\router\router.go [odo] I1206 06:58:58.223752 3156 copy.go:128] Making C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 relative to C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\router\router.go [odo] I1206 06:58:58.223752 3156 copy.go:144] makeTar srcFile: 1947772611\router\router.go [odo] I1206 06:58:58.223752 3156 copy.go:145] makeTar destFile: router\router.go [odo] I1206 06:58:58.223752 3156 copy.go:165] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\router\router.go, destBase: \projects, destFile: router\router.go [odo] I1206 06:58:58.223752 3156 copy.go:171] Corrected destinations: base: /projects file: router/router.go [odo] I1206 06:58:58.224597 3156 copy.go:127] Got abs path: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\.gitignore [odo] I1206 06:58:58.224823 3156 copy.go:128] Making C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 relative to C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\.gitignore [odo] I1206 06:58:58.224823 3156 copy.go:144] makeTar srcFile: 1947772611\.gitignore [odo] I1206 06:58:58.224823 3156 copy.go:145] makeTar destFile: .gitignore [odo] I1206 06:58:58.224823 3156 copy.go:165] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\.gitignore, destBase: \projects, destFile: .gitignore [odo] I1206 06:58:58.224823 3156 copy.go:171] Corrected destinations: base: /projects file: .gitignore [odo] I1206 06:58:58.225352 3156 copy.go:127] Got abs path: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\cluster.yaml [odo] I1206 06:58:58.225352 3156 copy.go:128] Making C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 relative to C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\cluster.yaml [odo] I1206 06:58:58.225352 3156 copy.go:144] makeTar srcFile: 1947772611\cluster.yaml [odo] I1206 06:58:58.225352 3156 copy.go:145] makeTar destFile: cluster.yaml [odo] I1206 06:58:58.225463 3156 copy.go:165] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\cluster.yaml, destBase: \projects, destFile: cluster.yaml [odo] I1206 06:58:58.225463 3156 copy.go:171] Corrected destinations: base: /projects file: cluster.yaml [odo] I1206 06:58:58.225984 3156 copy.go:127] Got abs path: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\main.go [odo] I1206 06:58:58.225984 3156 copy.go:128] Making C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 relative to C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\main.go [odo] I1206 06:58:58.225984 3156 copy.go:144] makeTar srcFile: 1947772611\main.go [odo] I1206 06:58:58.225984 3156 copy.go:145] makeTar destFile: main.go [odo] I1206 06:58:58.225984 3156 copy.go:165] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\main.go, destBase: \projects, destFile: main.go [odo] I1206 06:58:58.225984 3156 copy.go:171] Corrected destinations: base: /projects file: main.go [odo] I1206 06:58:58.226489 3156 copy.go:127] Got abs path: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\middleware\handlers.go [odo] I1206 06:58:58.226489 3156 copy.go:128] Making C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 relative to C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\middleware\handlers.go [odo] I1206 06:58:58.226489 3156 copy.go:144] makeTar srcFile: 1947772611\middleware\handlers.go [odo] I1206 06:58:58.226489 3156 copy.go:145] makeTar destFile: middleware\handlers.go [odo] I1206 06:58:58.226489 3156 copy.go:165] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\middleware\handlers.go, destBase: \projects, destFile: middleware\handlers.go [odo] I1206 06:58:58.226633 3156 copy.go:171] Corrected destinations: base: /projects file: middleware/handlers.go [odo] I1206 06:58:58.227155 3156 copy.go:127] Got abs path: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\models [odo] I1206 06:58:58.227155 3156 copy.go:128] Making C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 relative to C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\models [odo] I1206 06:58:58.227155 3156 copy.go:144] makeTar srcFile: 1947772611\models [odo] I1206 06:58:58.227155 3156 copy.go:145] makeTar destFile: models [odo] I1206 06:58:58.227155 3156 copy.go:165] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\models, destBase: \projects, destFile: models [odo] I1206 06:58:58.227155 3156 copy.go:171] Corrected destinations: base: /projects file: models [odo] I1206 06:58:58.227407 3156 copy.go:127] Got abs path: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\models\models.go [odo] I1206 06:58:58.227407 3156 copy.go:128] Making C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 relative to C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\models\models.go [odo] I1206 06:58:58.227407 3156 copy.go:144] makeTar srcFile: 1947772611\models\models.go [odo] I1206 06:58:58.227407 3156 copy.go:145] makeTar destFile: models\models.go [odo] I1206 06:58:58.227407 3156 copy.go:165] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\models\models.go, destBase: \projects, destFile: models\models.go [odo] I1206 06:58:58.227528 3156 copy.go:171] Corrected destinations: base: /projects file: models/models.go [odo] I1206 06:58:58.228042 3156 copy.go:127] Got abs path: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\middleware [odo] I1206 06:58:58.228042 3156 copy.go:128] Making C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 relative to C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\middleware [odo] I1206 06:58:58.228042 3156 copy.go:144] makeTar srcFile: 1947772611\middleware [odo] I1206 06:58:58.228042 3156 copy.go:145] makeTar destFile: middleware [odo] I1206 06:58:58.228042 3156 copy.go:165] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\middleware, destBase: \projects, destFile: middleware [odo] I1206 06:58:58.228042 3156 copy.go:171] Corrected destinations: base: /projects file: middleware [odo] V Syncing files into the container [388ms] [odo] I1206 06:58:58.315964 3156 kubeexec.go:40] GetProcessInfoForCommand for "run" [odo] I1206 06:58:58.315964 3156 exec.go:37] Executing command [/bin/sh -c cat /opt/odo/.odo_cmd_run.pid || true] for pod: gvosca-app-7d5c5876cb-bn68g in container: runtime [odo] I1206 06:58:58.604494 3156 exec.go:96] cat: /opt/odo/.odo_cmd_run.pid: No such file or directory [odo] I1206 06:58:58.609577 3156 innerloop.go:131] running=false, execRequired=true [odo] - Building your application in container (command: build) ... [odo] I1206 06:58:58.610192 3156 exec.go:37] Executing command [/bin/sh -c cd ${PROJECT_SOURCE} && (export GOPATH="${PROJECT_SOURCE}/.go" GOCACHE="${PROJECT_SOURCE}/.cache" && go build main.go) 1>>/proc/1/fd/1 2>>/proc/1/fd/2] for pod: gvosca-app-7d5c5876cb-bn68g in container: runtime [odo] V Building your application in container (command: build) [3s] [odo] I1206 06:59:01.535194 3156 kubeexec.go:54] StartProcessForCommand for "run" [odo] I1206 06:59:01.535194 3156 retry.go:48] waiting for 5 second(s) before trying task "process for command \"run\"" [odo] - Executing the application (command: run) ... [odo] I1206 06:59:01.535194 3156 exec.go:37] Executing command [/bin/sh -c echo $$ > /opt/odo/.odo_cmd_run.pid && cd ${PROJECT_SOURCE} && (./main) 1>>/proc/1/fd/1 2>>/proc/1/fd/2; echo $? >> /opt/odo/.odo_cmd_run.pid] for pod: gvosca-app-7d5c5876cb-bn68g in container: runtime [odo] I1206 06:59:06.550229 3156 execute_run.go:90] checking if process for command "run" is running [odo] I1206 06:59:06.550370 3156 kubeexec.go:40] GetProcessInfoForCommand for "run" [odo] I1206 06:59:06.550370 3156 exec.go:37] Executing command [/bin/sh -c cat /opt/odo/.odo_cmd_run.pid || true] for pod: gvosca-app-7d5c5876cb-bn68g in container: runtime [odo] I1206 06:59:06.750696 3156 exec.go:96] 162 [odo] I1206 06:59:06.753026 3156 exec.go:37] Executing command [/bin/sh -c kill -0 162; echo $?] for pod: gvosca-app-7d5c5876cb-bn68g in container: runtime [odo] I1206 06:59:06.946512 3156 exec.go:96] 0 [odo] I1206 06:59:06.948226 3156 kubeexec.go:40] GetProcessInfoForCommand for "run" [odo] I1206 06:59:06.948226 3156 exec.go:37] Executing command [/bin/sh -c cat /opt/odo/.odo_cmd_run.pid || true] for pod: gvosca-app-7d5c5876cb-bn68g in container: runtime [odo] I1206 06:59:07.099741 3156 exec.go:96] 162 [odo] I1206 06:59:07.100706 3156 exec.go:37] Executing command [/bin/sh -c kill -0 162; echo $?] for pod: gvosca-app-7d5c5876cb-bn68g in container: runtime [odo] I1206 06:59:07.296409 3156 exec.go:96] 0 [odo] - Waiting for the application to be ready ... [odo] I1206 06:59:08.299090 3156 exec.go:37] Executing command [/bin/sh -c cat /proc/net/tcp /proc/net/udp /proc/net/tcp6 /proc/net/udp6 || true] for pod: gvosca-app-7d5c5876cb-bn68g in container: runtime [odo] I1206 06:59:08.485812 3156 exec.go:96] sl local_address rem_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode [odo] I1206 06:59:08.485812 3156 exec.go:96] 0: F20811AC:A6B8 8D7AFDAC:01BB 06 00000000:00000000 03:000014C1 00000000 0 0 0 3 0000000000000000 [odo] I1206 06:59:08.485812 3156 exec.go:96] sl local_address rem_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode ref pointer drops [odo] I1206 06:59:08.485812 3156 exec.go:96] sl local_address remote_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode [odo] I1206 06:59:08.492899 3156 exec.go:96] 0: 00000000000000000000000000000000:1F90 00000000000000000000000000000000:0000 0A 00000000:00000000 00:00000000 00000000 1013730000 0 244761123 1 0000000000000000 100 0 0 10 0 [odo] I1206 06:59:08.492899 3156 exec.go:96] sl local_address remote_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode ref pointer drops [odo] I1206 06:59:08.492899 3156 port.go:346] ports not listening: map[] [odo] V Waiting for the application to be ready [1s] [odo] I1206 06:59:08.492899 3156 libdevfile.go:326] not running in Debug mode, so ignored Debug port for container runtime:debug:5858 [odo] - Forwarding from 127.0.0.1:56266 -> 8080 [odo] [odo] I1206 06:59:08.584888 3156 status.go:34] setting inner loop State "Ready" [odo] [odo] - Dev mode [odo] Status: [odo] Watching for changes in the current directory C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 [odo] [odo] Keyboard Commands: [odo] [Ctrl+c] - Exit and delete resources from the cluster [odo] [p] - Manually apply local changes to the application on the cluster [odo] I1206 06:59:08.584888 3156 watch.go:271] deployment watcher Event: Type: MODIFIED, name: gvosca-app, rv: 119051620, generation: 2, pods: 1 [odo] I1206 06:59:08.711246 3156 watch.go:348] filesystem watch event: CREATE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\.odo\\odo-file-index.json" [odo] I1206 06:59:08.711971 3156 watch.go:348] filesystem watch event: WRITE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\.odo\\odo-file-index.json" [odo] I1206 06:59:08.712225 3156 watch.go:348] filesystem watch event: WRITE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\.odo" [odo] I1206 06:59:08.712681 3156 file_watcher.go:101] ignoring watch on path C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\.odo [odo] I1206 06:59:08.712681 3156 watch.go:348] filesystem watch event: WRITE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\.odo\\devstate.json" [odo] I1206 06:59:08.712975 3156 watch.go:348] filesystem watch event: WRITE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\.odo\\devstate.json" [odo] I1206 06:59:08.713197 3156 watch.go:348] filesystem watch event: WRITE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\.odo\\devstate.3156.json" [odo] I1206 06:59:08.713533 3156 watch.go:348] filesystem watch event: WRITE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\.odo\\devstate.3156.json" [odo] I1206 06:59:08.713749 3156 watch.go:348] filesystem watch event: WRITE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\devfile.yaml" [odo] I1206 06:59:08.713971 3156 file_watcher.go:64] adding watch on path C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\devfile.yaml [odo] I1206 06:59:08.714535 3156 watch.go:348] filesystem watch event: WRITE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\devfile.yaml" [odo] I1206 06:59:08.714986 3156 file_watcher.go:64] adding watch on path C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\devfile.yaml [odo] I1206 06:59:08.715107 3156 watch.go:348] filesystem watch event: REMOVE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\.odo\\odo-file-index.json" [odo] I1206 06:59:08.715665 3156 watch.go:348] filesystem watch event: WRITE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\.odo" [odo] I1206 06:59:08.716101 3156 file_watcher.go:101] ignoring watch on path C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\.odo [odo] I1206 06:59:08.716101 3156 watch.go:348] filesystem watch event: CREATE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\.odo\\odo-file-index.json" [odo] I1206 06:59:08.716328 3156 watch.go:348] filesystem watch event: WRITE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\.odo\\odo-file-index.json" [odo] I1206 06:59:08.716565 3156 watch.go:348] filesystem watch event: WRITE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\.odo" [odo] I1206 06:59:08.716676 3156 file_watcher.go:101] ignoring watch on path C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\.odo [odo] I1206 06:59:08.716676 3156 watch.go:348] filesystem watch event: WRITE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\.odo\\devstate.json" [odo] I1206 06:59:08.716676 3156 watch.go:348] filesystem watch event: WRITE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\.odo\\devstate.json" [odo] I1206 06:59:08.717258 3156 watch.go:348] filesystem watch event: WRITE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\.odo\\devstate.3156.json" [odo] I1206 06:59:08.717602 3156 watch.go:348] filesystem watch event: WRITE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\.odo\\devstate.3156.json" [odo] I1206 06:59:08.717728 3156 status.go:34] setting inner loop State "SyncOutdated" [odo] Pushing files... [odo] [odo] [odo] File C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\devfile.yaml changed [odo] I1206 06:59:08.717728 3156 watch.go:423] Copying files [C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\devfile.yaml] to pod [odo] I1206 06:59:08.717728 3156 context.go:164] absolute devfile path: 'C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\devfile.yaml' [odo] I1206 06:59:08.717728 3156 context.go:105] absolute devfile path: 'C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\devfile.yaml' [odo] I1206 06:59:08.718532 3156 content.go:48] converted devfile YAML to JSON [odo] I1206 06:59:08.718572 3156 apiVersion.go:60] devfile schemaVersion: '2.1.0' [odo] I1206 06:59:08.718676 3156 helper.go:56] devfile apiVersion '2.1.0' is supported [odo] I1206 06:59:08.720824 3156 schema.go:61] validated devfile schema [odo] I1206 06:59:08.721404 3156 validate.go:45] Successfully validated devfile sections [odo] I1206 06:59:08.721583 3156 components.go:69] component state: "SyncOutdated" [odo] - Waiting for Kubernetes resources ... [odo] I1206 06:59:08.733695 3156 components.go:260] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:Go] [odo] I1206 06:59:08.781354 3156 utils.go:77] Updating container runtime with mandatory volume mounts [odo] I1206 06:59:08.824199 3156 components.go:346] Creating deployment gvosca-app [odo] I1206 06:59:08.824374 3156 components.go:347] The component name is gvosca [odo] I1206 06:59:08.824374 3156 components.go:350] The component already exists, attempting to update it [odo] I1206 06:59:08.824374 3156 components.go:352] Applying deployment [odo] I1206 06:59:08.854056 3156 components.go:361] Successfully updated component gvosca [odo] I1206 06:59:08.876486 3156 components.go:748] Successfully update Service for component gvosca [odo] I1206 06:59:08.891865 3156 all.go:46] starting to concurrently query 200 APIs [odo] I1206 06:59:08.891865 3156 all.go:62] fired up all goroutines to query APIs [odo] I1206 06:59:08.946489 3156 all.go:67] all goroutines have returned in 54.6243ms [odo] I1206 06:59:08.967645 3156 all.go:76] query result: objects=8 [odo] I1206 06:59:08.968234 3156 kclient.go:237] Checking if "servicebindings" resource is supported [odo] I1206 06:59:08.968960 3156 kclient.go:237] Checking if "clusterserviceversions" resource is supported [odo] I1206 06:59:08.968960 3156 service.go:75] Getting list of services [odo] I1206 06:59:08.968960 3156 operators.go:30] Fetching list of operators installed in cluster [odo] I1206 06:59:09.014591 3156 service.go:93] Getting services started from operator: cloud-native-postgresql.v1.18.8 [odo] I1206 06:59:09.014772 3156 service.go:124] Getting instances of: backups.postgresql.k8s.enterprisedb.io [odo] I1206 06:59:09.026508 3156 service.go:124] Getting instances of: clusters.postgresql.k8s.enterprisedb.io [odo] I1206 06:59:09.045773 3156 service.go:124] Getting instances of: poolers.postgresql.k8s.enterprisedb.io [odo] I1206 06:59:09.066849 3156 service.go:124] Getting instances of: scheduledbackups.postgresql.k8s.enterprisedb.io [odo] I1206 06:59:09.088696 3156 service.go:93] Getting services started from operator: service-binding-operator.v1.3.3 [odo] I1206 06:59:09.088696 3156 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com [odo] I1206 06:59:09.101256 3156 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1206 06:59:09.102136 3156 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1206 06:59:09.109062 3156 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com [odo] I1206 06:59:09.118370 3156 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1206 06:59:09.126312 3156 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1206 06:59:09.138933 3156 kclient.go:237] Checking if "servicebindings" resource is supported [odo] I1206 06:59:09.260411 3156 libdevfile.go:326] not running in Debug mode, so ignored Debug port for container runtime:debug:5858 [odo] - Syncing files into the container ... [odo] I1206 06:59:09.274952 3156 file_indexer.go:400] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611, destBase: ., destFile: . [odo] I1206 06:59:09.274952 3156 file_indexer.go:406] Corrected destinations: base: . file: . [odo] I1206 06:59:09.280581 3156 file_indexer.go:400] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\.gitignore, destBase: ., destFile: .gitignore [odo] I1206 06:59:09.280581 3156 file_indexer.go:406] Corrected destinations: base: . file: .gitignore [odo] I1206 06:59:09.280581 3156 file_indexer.go:400] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\.odo, destBase: ., destFile: .odo [odo] I1206 06:59:09.280581 3156 file_indexer.go:406] Corrected destinations: base: . file: .odo [odo] I1206 06:59:09.282191 3156 file_indexer.go:400] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\cluster.yaml, destBase: ., destFile: cluster.yaml [odo] I1206 06:59:09.282191 3156 file_indexer.go:406] Corrected destinations: base: . file: cluster.yaml [odo] I1206 06:59:09.282191 3156 file_indexer.go:400] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\devfile.yaml, destBase: ., destFile: devfile.yaml [odo] I1206 06:59:09.282191 3156 file_indexer.go:406] Corrected destinations: base: . file: devfile.yaml [odo] I1206 06:59:09.282913 3156 file_indexer.go:400] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\go.mod, destBase: ., destFile: go.mod [odo] I1206 06:59:09.282913 3156 file_indexer.go:406] Corrected destinations: base: . file: go.mod [odo] I1206 06:59:09.283260 3156 file_indexer.go:400] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\go.sum, destBase: ., destFile: go.sum [odo] I1206 06:59:09.283260 3156 file_indexer.go:406] Corrected destinations: base: . file: go.sum [odo] I1206 06:59:09.283511 3156 file_indexer.go:400] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\main.go, destBase: ., destFile: main.go [odo] I1206 06:59:09.283511 3156 file_indexer.go:406] Corrected destinations: base: . file: main.go [odo] I1206 06:59:09.283760 3156 file_indexer.go:400] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\middleware, destBase: ., destFile: middleware [odo] I1206 06:59:09.283760 3156 file_indexer.go:406] Corrected destinations: base: . file: middleware [odo] I1206 06:59:09.284264 3156 file_indexer.go:400] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\middleware\handlers.go, destBase: ., destFile: middleware\handlers.go [odo] I1206 06:59:09.284264 3156 file_indexer.go:406] Corrected destinations: base: . file: middleware/handlers.go [odo] I1206 06:59:09.284523 3156 file_indexer.go:400] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\models, destBase: ., destFile: models [odo] I1206 06:59:09.284523 3156 file_indexer.go:406] Corrected destinations: base: . file: models [odo] I1206 06:59:09.284791 3156 file_indexer.go:400] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\models\models.go, destBase: ., destFile: models\models.go [odo] I1206 06:59:09.284791 3156 file_indexer.go:406] Corrected destinations: base: . file: models/models.go [odo] I1206 06:59:09.285034 3156 file_indexer.go:400] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\router, destBase: ., destFile: router [odo] I1206 06:59:09.285152 3156 file_indexer.go:406] Corrected destinations: base: . file: router [odo] I1206 06:59:09.285400 3156 file_indexer.go:400] recursiveTar arguments: srcBase: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp, srcFile: 1947772611\router\router.go, destBase: ., destFile: router\router.go [odo] I1206 06:59:09.285400 3156 file_indexer.go:406] Corrected destinations: base: . file: router/router.go [odo] I1206 06:59:09.285400 3156 sync.go:138] List of files to be deleted: +[] [odo] I1206 06:59:09.285400 3156 sync.go:140] List of files changed: +[] [odo] V Syncing files into the container [12ms] [odo] I1206 06:59:09.296618 3156 kubeexec.go:40] GetProcessInfoForCommand for "run" [odo] I1206 06:59:09.296618 3156 exec.go:37] Executing command [/bin/sh -c cat /opt/odo/.odo_cmd_run.pid || true] for pod: gvosca-app-7d5c5876cb-bn68g in container: runtime [odo] I1206 06:59:09.567795 3156 exec.go:96] 162 [odo] I1206 06:59:09.570791 3156 exec.go:37] Executing command [/bin/sh -c kill -0 162; echo $?] for pod: gvosca-app-7d5c5876cb-bn68g in container: runtime [odo] I1206 06:59:09.796430 3156 exec.go:96] 0 [odo] I1206 06:59:09.801302 3156 innerloop.go:131] running=true, execRequired=false [odo] - Waiting for the application to be ready ... [odo] I1206 06:59:10.803054 3156 exec.go:37] Executing command [/bin/sh -c cat /proc/net/tcp /proc/net/udp /proc/net/tcp6 /proc/net/udp6 || true] for pod: gvosca-app-7d5c5876cb-bn68g in container: runtime [odo] I1206 06:59:11.092271 3156 exec.go:96] sl local_address rem_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode [odo] I1206 06:59:11.092271 3156 exec.go:96] 0: F20811AC:A6B8 8D7AFDAC:01BB 06 00000000:00000000 03:000013BC 00000000 0 0 0 3 0000000000000000 [odo] I1206 06:59:11.095152 3156 exec.go:96] sl local_address rem_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode ref pointer drops [odo] I1206 06:59:11.095152 3156 exec.go:96] sl local_address remote_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode [odo] I1206 06:59:11.095152 3156 exec.go:96] 0: 00000000000000000000000000000000:1F90 00000000000000000000000000000000:0000 0A 00000000:00000000 00:00000000 00000000 1013730000 0 244761123 1 0000000000000000 100 0 0 10 0 [odo] I1206 06:59:11.099102 3156 exec.go:96] sl local_address remote_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode ref pointer drops [odo] I1206 06:59:11.100222 3156 port.go:346] ports not listening: map[] [odo] I1206 06:59:11.100845 3156 libdevfile.go:326] not running in Debug mode, so ignored Debug port for container runtime:debug:5858 [odo] V Waiting for the application to be ready [1s] [odo] [odo] - Dev mode [odo] I1206 06:59:11.100845 3156 status.go:34] setting inner loop State "Ready" [odo] Status: [odo] Watching for changes in the current directory C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 [odo] [odo] Keyboard Commands: [odo] [Ctrl+c] - Exit and delete resources from the cluster [odo] [p] - Manually apply local changes to the application on the cluster [odo] I1206 06:59:11.100845 3156 watch.go:271] deployment watcher Event: Type: MODIFIED, name: gvosca-app, rv: 119051762, generation: 2, pods: 1 Running oc.exe with args [oc get pods --namespace e2e-test448lqj --selector=component=gvosca -o jsonpath={.items[*].metadata.name}] and odo env: [] [oc] gvosca-app-7d5c5876cb-bn68gRunning oc.exe with args [oc exec gvosca-app-7d5c5876cb-bn68g --namespace e2e-test448lqj -c runtime -- curl http://127.0.0.1:8080/ping] and odo env: [] [oc] pong % Total % Received % Xferd Average Speed Time Time Time Current [oc] Dload Upload Total Spent Left Speed [oc] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4 100 4 0 0 4000 0 --:--:-- --:--:-- --:--:-- 4000 [FAILED] in [It] - C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/e2escenarios/e2e_test.go:417 @ 12/06/23 06:59:14.097 Running oc.exe with args [oc get namespace e2e-test448lqj -o jsonpath={.metadata.name}] and odo env: [] [oc] e2e-test448lqjDeleting project: e2e-test448lqj Running oc.exe with args [oc delete namespace e2e-test448lqj --wait=false] and odo env: [] [oc] namespace "e2e-test448lqj" deleted Setting current dir to: C:\Users\Administrator.ANSIBLE-TEST-VS\4739\tests\e2escenarios Deleting dir: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 Unable to delete C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 on attempt #1, trying again... [odo] Updating Component... [odo] [odo] I1206 06:59:14.629512 3156 watch.go:423] Copying files [] to pod [odo] I1206 06:59:14.629757 3156 util.go:198] path devfile.yaml doesn't exist, skipping it [odo] I1206 06:59:14.629757 3156 util.go:198] path .devfile.yaml doesn't exist, skipping it [odo] I1206 06:59:14.629757 3156 util.go:198] path devfile.yml doesn't exist, skipping it [odo] I1206 06:59:14.629876 3156 util.go:198] path .devfile.yml doesn't exist, skipping it [odo] I1206 06:59:14.630372 3156 watch.go:437] Error from Push: unable to read devfile: failed to populateAndParseDevfile: CreateFile devfile.yaml: The system cannot find the file specified. [odo] Error occurred on Push - unable to read devfile: failed to populateAndParseDevfile: CreateFile devfile.yaml: The system cannot find the file specified. [odo] [odo] [odo] - Dev mode [odo] Status: [odo] Watching for changes in the current directory C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 [odo] [odo] Keyboard Commands: [odo] [Ctrl+c] - Exit and delete resources from the cluster [odo] [p] - Manually apply local changes to the application on the cluster [odo] I1206 06:59:14.630869 3156 watch.go:348] filesystem watch event: REMOVE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\.gitignore" [odo] I1206 06:59:14.631117 3156 watch.go:383] error removing watch for C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\.gitignore: GetFileAttributes: The system cannot find the file specified. [odo] I1206 06:59:14.631260 3156 watch.go:348] filesystem watch event: REMOVE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\.odo\\devstate.3156.json" [odo] I1206 06:59:14.631524 3156 watch.go:383] error removing watch for C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\.odo\devstate.3156.json: GetFileAttributes: The system cannot find the path specified. [odo] I1206 06:59:14.631524 3156 watch.go:348] filesystem watch event: REMOVE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\.odo\\devstate.json" [odo] I1206 06:59:14.631776 3156 watch.go:383] error removing watch for C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\.odo\devstate.json: GetFileAttributes: The system cannot find the path specified. [odo] I1206 06:59:14.631776 3156 watch.go:348] filesystem watch event: REMOVE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\.odo\\generated" [odo] I1206 06:59:14.631776 3156 watch.go:383] error removing watch for C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\.odo\generated: GetFileAttributes: The system cannot find the path specified. [odo] I1206 06:59:14.631776 3156 watch.go:348] filesystem watch event: REMOVE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\.odo\\odo-file-index.json" [odo] I1206 06:59:14.631776 3156 watch.go:383] error removing watch for C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\.odo\odo-file-index.json: GetFileAttributes: The system cannot find the path specified. [odo] I1206 06:59:14.631776 3156 watch.go:348] filesystem watch event: WRITE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\.odo" [odo] I1206 06:59:14.631776 3156 watch.go:470] Failed getting details of the changed file C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\.odo. Ignoring the change [odo] I1206 06:59:14.631776 3156 watch.go:476] Ignoring event for file C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\.odo as details about the file couldn't be fetched [odo] I1206 06:59:14.631776 3156 watch.go:348] filesystem watch event: REMOVE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\.odo" [odo] I1206 06:59:14.631776 3156 watch.go:383] error removing watch for C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\.odo: GetFileAttributes: The system cannot find the file specified. [odo] I1206 06:59:14.631776 3156 watch.go:348] filesystem watch event: REMOVE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\.odo" [odo] I1206 06:59:14.632367 3156 watch.go:383] error removing watch for C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\.odo: GetFileAttributes: The system cannot find the file specified. [odo] I1206 06:59:14.632367 3156 watch.go:348] filesystem watch event: REMOVE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\cluster.yaml" [odo] I1206 06:59:14.632367 3156 watch.go:383] error removing watch for C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\cluster.yaml: GetFileAttributes: The system cannot find the file specified. [odo] I1206 06:59:14.632367 3156 watch.go:348] filesystem watch event: REMOVE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\devfile.yaml" [odo] I1206 06:59:14.632601 3156 watch.go:383] error removing watch for C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\devfile.yaml: GetFileAttributes: The system cannot find the file specified. [odo] I1206 06:59:14.632601 3156 watch.go:348] filesystem watch event: REMOVE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\devfile.yaml" [odo] I1206 06:59:14.632706 3156 watch.go:383] error removing watch for C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\devfile.yaml: GetFileAttributes: The system cannot find the file specified. [odo] I1206 06:59:14.632706 3156 watch.go:348] filesystem watch event: REMOVE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\go.mod" [odo] I1206 06:59:14.632834 3156 watch.go:383] error removing watch for C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\go.mod: GetFileAttributes: The system cannot find the file specified. [odo] I1206 06:59:14.632950 3156 watch.go:348] filesystem watch event: REMOVE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\go.sum" [odo] I1206 06:59:14.632950 3156 watch.go:383] error removing watch for C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\go.sum: GetFileAttributes: The system cannot find the file specified. [odo] I1206 06:59:14.632950 3156 watch.go:348] filesystem watch event: REMOVE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\main.go" [odo] I1206 06:59:14.633186 3156 watch.go:383] error removing watch for C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\main.go: GetFileAttributes: The system cannot find the file specified. [odo] I1206 06:59:14.633186 3156 watch.go:348] filesystem watch event: REMOVE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\middleware\\handlers.go" [odo] I1206 06:59:14.633339 3156 watch.go:383] error removing watch for C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\middleware\handlers.go: GetFileAttributes: The system cannot find the path specified. [odo] I1206 06:59:14.633339 3156 watch.go:348] filesystem watch event: WRITE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\middleware" [odo] I1206 06:59:14.633456 3156 watch.go:470] Failed getting details of the changed file C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\middleware. Ignoring the change [odo] I1206 06:59:14.633456 3156 watch.go:476] Ignoring event for file C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\middleware as details about the file couldn't be fetched [odo] I1206 06:59:14.633456 3156 watch.go:348] filesystem watch event: REMOVE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\middleware" [odo] I1206 06:59:14.633585 3156 watch.go:383] error removing watch for C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\middleware: GetFileAttributes: The system cannot find the file specified. [odo] I1206 06:59:14.633585 3156 watch.go:348] filesystem watch event: REMOVE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\middleware" [odo] I1206 06:59:14.633712 3156 watch.go:383] error removing watch for C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\middleware: GetFileAttributes: The system cannot find the file specified. [odo] I1206 06:59:14.633712 3156 watch.go:348] filesystem watch event: REMOVE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\models\\models.go" [odo] I1206 06:59:14.633844 3156 watch.go:383] error removing watch for C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\models\models.go: GetFileAttributes: The system cannot find the path specified. [odo] I1206 06:59:14.633844 3156 watch.go:348] filesystem watch event: WRITE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\models" [odo] I1206 06:59:14.633963 3156 watch.go:470] Failed getting details of the changed file C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\models. Ignoring the change [odo] I1206 06:59:14.633963 3156 watch.go:476] Ignoring event for file C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\models as details about the file couldn't be fetched [odo] I1206 06:59:14.633963 3156 watch.go:348] filesystem watch event: REMOVE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\models" [odo] I1206 06:59:14.634074 3156 watch.go:383] error removing watch for C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\models: GetFileAttributes: The system cannot find the file specified. [odo] I1206 06:59:14.634074 3156 watch.go:348] filesystem watch event: REMOVE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\models" [odo] I1206 06:59:14.634191 3156 watch.go:383] error removing watch for C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\models: GetFileAttributes: The system cannot find the file specified. [odo] I1206 06:59:14.634191 3156 watch.go:348] filesystem watch event: REMOVE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\router\\router.go" [odo] I1206 06:59:14.634312 3156 watch.go:383] error removing watch for C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\router\router.go: GetFileAttributes: The system cannot find the path specified. [odo] I1206 06:59:14.634420 3156 watch.go:348] filesystem watch event: WRITE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\router" [odo] I1206 06:59:14.634420 3156 watch.go:470] Failed getting details of the changed file C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\router. Ignoring the change [odo] I1206 06:59:14.634420 3156 watch.go:476] Ignoring event for file C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\router as details about the file couldn't be fetched [odo] I1206 06:59:14.634541 3156 watch.go:348] filesystem watch event: REMOVE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\router" [odo] I1206 06:59:14.634541 3156 watch.go:383] error removing watch for C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\router: GetFileAttributes: The system cannot find the file specified. [odo] I1206 06:59:14.634659 3156 watch.go:348] filesystem watch event: REMOVE "C:\\Users\\Administrator.ANSIBLE-TEST-VS\\AppData\\Local\\Temp\\1947772611\\router" [odo] I1206 06:59:14.634659 3156 watch.go:383] error removing watch for C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\router: GetFileAttributes: The system cannot find the file specified. [odo] I1206 06:59:14.634780 3156 status.go:34] setting inner loop State "SyncOutdated" [odo] Pushing files... [odo] [odo] [odo] File C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\router changed [odo] [odo] File C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\.gitignore changed [odo] [odo] File C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\go.mod changed [odo] [odo] File C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\cluster.yaml changed [odo] [odo] File C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\devfile.yaml changed [odo] [odo] File C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\go.sum changed [odo] [odo] File C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\middleware\handlers.go changed [odo] [odo] File C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\middleware changed [odo] [odo] File C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\models\models.go changed [odo] [odo] File C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\models changed [odo] [odo] File C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\router\router.go changed [odo] [odo] File C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611\main.go changed [odo] I1206 06:59:14.634780 3156 watch.go:423] Copying files [] to pod [odo] I1206 06:59:14.634895 3156 util.go:198] path devfile.yaml doesn't exist, skipping it [odo] I1206 06:59:14.634895 3156 util.go:198] path .devfile.yaml doesn't exist, skipping it [odo] I1206 06:59:14.634895 3156 util.go:198] path devfile.yml doesn't exist, skipping it [odo] I1206 06:59:14.635004 3156 util.go:198] path .devfile.yml doesn't exist, skipping it [odo] I1206 06:59:14.635129 3156 watch.go:437] Error from Push: unable to read devfile: failed to populateAndParseDevfile: CreateFile devfile.yaml: The system cannot find the file specified. [odo] Error occurred on Push - unable to read devfile: failed to populateAndParseDevfile: CreateFile devfile.yaml: The system cannot find the file specified. [odo] [odo] [odo] - Dev mode [odo] Status: [odo] Watching for changes in the current directory C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 [odo] [odo] Keyboard Commands: [odo] [Ctrl+c] - Exit and delete resources from the cluster [odo] [p] - Manually apply local changes to the application on the cluster Deleting dir: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 Unable to delete C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 on attempt #2, trying again... [odo] I1206 06:59:20.035190 3156 watch.go:271] deployment watcher Event: Type: DELETED, name: gvosca-app, rv: 119051890, generation: 2, pods: 1 [odo] ===================== [odo] ! Pod is Terminating [odo] ===================== Deleting dir: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 Unable to delete C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 on attempt #3, trying again... Deleting dir: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 Unable to delete C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 on attempt #4, trying again... Deleting dir: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 Unable to delete C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 on attempt #5, trying again... [odo] I1206 06:59:50.165735 3156 exec.go:54] ExecuteCommand returned an an err: error while streaming command: command terminated with exit code 137. for command '[/bin/sh -c echo $$ > /opt/odo/.odo_cmd_run.pid && cd ${PROJECT_SOURCE} && (./main) 1>>/proc/1/fd/1 2>>/proc/1/fd/2; echo $? >> /opt/odo/.odo_cmd_run.pid]' [odo] stdout: [] [odo] stderr: [] [odo] I1206 06:59:50.166341 3156 kubeexec.go:118] error while running background command: unable to exec command [/bin/sh -c echo $$ > /opt/odo/.odo_cmd_run.pid && cd ${PROJECT_SOURCE} && (./main) 1>>/proc/1/fd/1 2>>/proc/1/fd/2; echo $? >> /opt/odo/.odo_cmd_run.pid]: error while streaming command: command terminated with exit code 137 [odo] I1206 06:59:50.166341 3156 kubeexec.go:40] GetProcessInfoForCommand for "run" [odo] I1206 06:59:50.166341 3156 exec.go:37] Executing command [/bin/sh -c cat /opt/odo/.odo_cmd_run.pid || true] for pod: gvosca-app-7d5c5876cb-bn68g in container: runtime [odo] I1206 06:59:50.345899 3156 exec.go:54] ExecuteCommand returned an an err: error while streaming command: Internal error occurred: error executing command in container: container is not created or running. for command '[/bin/sh -c cat /opt/odo/.odo_cmd_run.pid || true]' [odo] stdout: [] [odo] stderr: [] [odo] I1206 06:59:50.345899 3156 execute_run.go:36] error while running background command: unable to exec command [/bin/sh -c echo $$ > /opt/odo/.odo_cmd_run.pid && cd ${PROJECT_SOURCE} && (./main) 1>>/proc/1/fd/1 2>>/proc/1/fd/2; echo $? >> /opt/odo/.odo_cmd_run.pid]: error while streaming command: command terminated with exit code 137 [odo] X Finished executing the application (command: run) [49s] [odo] ================ [odo] ! No pod exists [odo] ================ Deleting dir: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 Unable to delete C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 on attempt #6, trying again... Deleting dir: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 Unable to delete C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 on attempt #7, trying again... Deleting dir: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 Unable to delete C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 on attempt #8, trying again... Deleting dir: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 Unable to delete C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 on attempt #9, trying again... Deleting dir: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 Unable to delete C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 on attempt #10, trying again... Automatically polling progress: E2E Test starting with non-empty Directory add Binding should verify developer workflow of using binding as env in innerloop (Spec Runtime: 3m21.792s) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/e2escenarios/e2e_test.go:448 In [AfterEach] (Node Runtime: 2m0.003s) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/e2escenarios/e2e_test.go:26 Spec Goroutine goroutine 6246 [sleep] time.Sleep(0x3b9aca000) C:/Program Files/Go/src/runtime/time.go:195 github.com/redhat-developer/odo/tests/helper.RunWithExponentialBackoff(0xc0005a9e88, 0x10, 0x1?) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/helper/helper_filesystem.go:72 github.com/redhat-developer/odo/tests/helper.DeleteDir({0xc00011e280, 0x44}) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/helper/helper_filesystem.go:31 github.com/redhat-developer/odo/tests/helper.CommonAfterEach({{0xc00059c0d0, 0xe}, {0xc00011e280, 0x44}, {0xc00011e5a0, 0x44}, {0x2bf9ee8, 0xc00055aab0}, {0xc0000e8000, 0x3e}, ...}) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/helper/helper_generic.go:324 > github.com/redhat-developer/odo/tests/e2escenarios.glob..func1.2() C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/e2escenarios/e2e_test.go:27 | }) | var _ = AfterEach(func() { > helper.CommonAfterEach(commonVar) | }) | github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x0, 0xc0004649c0}) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/vendor/github.com/onsi/ginkgo/v2/internal/node.go:463 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3() C:/Users/Administrator.ANSIBLE-TEST-VS/4739/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:865 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode C:/Users/Administrator.ANSIBLE-TEST-VS/4739/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:852 Deleting dir: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 Unable to delete C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1947772611 on attempt #11, trying again... [FAILED] in [AfterEach] - C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/helper/helper_filesystem.go:45 @ 12/06/23 07:01:20.589 << Timeline [FAILED] Expected <*url.Error | 0xc000406600>: Post "http://127.0.0.1:56266/api/newuser": EOF { Op: "Post", URL: "http://127.0.0.1:56266/api/newuser", Err: <*errors.errorString | 0xc000102100>{s: "EOF"}, } to be nil In [It] at: C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/e2escenarios/e2e_test.go:417 @ 12/06/23 06:59:14.097 There were additional failures detected. To view them in detail run ginkgo -vv ------------------------------ Progress Report for Ginkgo Process #4 Automatically polling progress: E2E Test starting with non-empty Directory should verify developer workflow from non-empty Directory (Spec Runtime: 4m1.543s) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/e2escenarios/e2e_test.go:186 In [It] (Node Runtime: 4m0.006s) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/e2escenarios/e2e_test.go:186 Begin Captured GinkgoWriter Output >> ... [odo] I1206 07:01:33.815201 5964 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1206 07:01:33.833941 5964 components.go:141] Deployment has 0 ready replicas. Waiting new event... [odo] I1206 07:01:33.833941 5964 status.go:34] setting inner loop State "WaitDeployment" [odo] I1206 07:01:33.833941 5964 watch.go:271] deployment watcher Event: Type: MODIFIED, name: jishqj-app, rv: 119053302, generation: 1, pods: 0 [odo] ================================================================================================================================================================ [odo] ! 0/3 nodes are available: 3 pod has unbound immediate PersistentVolumeClaims. preemption: 0/3 nodes are available: 3 Preemption is not helpful for scheduling. [odo] ================================================================================================================================================================ [odo] ================================================================================================================================================================ [odo] ! 0/3 nodes are available: 3 pod has unbound immediate PersistentVolumeClaims. preemption: 0/3 nodes are available: 3 Preemption is not helpful for scheduling. [odo] ================================================================================================================================================================ << End Captured GinkgoWriter Output Spec Goroutine goroutine 51 [select] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000652b60, {0x2bd2b60?, 0xc0009a6f60}, 0x1, {0x0, 0x0, 0x0}) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/vendor/github.com/onsi/gomega/internal/async_assertion.go:538 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000652b60, {0x2bd2b60, 0xc0009a6f60}, {0x0, 0x0, 0x0}) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x282eda9, 0xf}, 0x0?, 0x3?, 0xc0009a6f30) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/helper/helper_run.go:54 github.com/redhat-developer/odo/tests/helper.StartDevMode({{0x0, 0x0, 0x0}, {0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, ...}) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/helper/helper_dev.go:192 > github.com/redhat-developer/odo/tests/e2escenarios.glob..func1.6.2() C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/e2escenarios/e2e_test.go:269 | | // start dev mode again > devSession, err = helper.StartDevMode(helper.DevSessionOpts{}) | Expect(err).ToNot(HaveOccurred()) | github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0xee447e, 0x0}) C:/Users/Administrator.ANSIBLE-TEST-VS/4739/vendor/github.com/onsi/ginkgo/v2/internal/node.go:463 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3() C:/Users/Administrator.ANSIBLE-TEST-VS/4739/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:865 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode C:/Users/Administrator.ANSIBLE-TEST-VS/4739/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:852 ------------------------------ + [313.598 seconds] E2E Test starting with non-empty Directory should verify developer workflow from non-empty Directory C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/e2escenarios/e2e_test.go:186 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "http://127.0.0.1:55913" Spawning 'C:\Users\Administrator.ANSIBLE-TEST-VS\4739\bin\odo.exe init' from C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\2197798559 Spawning 'C:\Users\Administrator.ANSIBLE-TEST-VS\4739\bin\odo.exe delete component' from C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\2197798559 << Captured StdOut/StdErr Output ------------------------------ Summarizing 1 Failure: [FAIL] E2E Test starting with non-empty Directory add Binding [It] should verify developer workflow of using binding as env in innerloop [servicebinding] C:/Users/Administrator.ANSIBLE-TEST-VS/4739/tests/e2escenarios/e2e_test.go:417 Ran 4 of 4 Specs in 313.627 seconds FAIL! -- 3 Passed | 1 Failed | 0 Pending | 0 Skipped Ginkgo ran 1 suite in 5m36.6574178s Test Suite Failed