go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=14cf4385d" ./cmd/odo/
go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=14cf4385d" ./cmd/odo/
GOFLAGS='-mod=vendor' go run -mod=vendor github.com/onsi/ginkgo/ginkgo  -randomizeAllSpecs -slowSpecThreshold=120 -timeout 14400s -nodes=32 tests/integration/
Running Suite: Integration Suite
================================
Random Seed: 1655814842 - Will randomize all specs
Will run 34 specs

Running in parallel across 32 nodes


Ran 34 of 34 Specs in 40.102 seconds
SUCCESS! -- 34 Passed | 0 Failed | 0 Pending | 0 Skipped


Ginkgo ran 1 suite in 1m25.801079488s
Test Suite Passed
go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=14cf4385d" ./cmd/odo/
GOFLAGS='-mod=vendor' go run -mod=vendor github.com/onsi/ginkgo/ginkgo  -randomizeAllSpecs -slowSpecThreshold=120 -timeout 14400s -nodes=32 tests/interactive/
Running Suite: Interactive Suite
================================
Random Seed: 1655814937 - Will randomize all specs
Will run 13 specs

Running in parallel across 32 nodes


Ran 13 of 13 Specs in 44.475 seconds
SUCCESS! -- 13 Passed | 0 Failed | 0 Pending | 0 Skipped


Ginkgo ran 1 suite in 52.815451727s
Test Suite Passed
go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=14cf4385d" ./cmd/odo/
GOFLAGS='-mod=vendor' go run -mod=vendor github.com/onsi/ginkgo/ginkgo  -randomizeAllSpecs -slowSpecThreshold=120 -timeout 14400s -nodes=32 tests/integration/devfile/
Running Suite: Devfile Suite
============================
Random Seed: 1655815001 - Will randomize all specs
Will run 169 specs

Running in parallel across 32 nodes


------------------------------
• [SLOW TEST:149.681 seconds]
odo dev command tests
/workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_dev_test.go:28
  when Create and dev java-springboot component
  /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_dev_test.go:1217
    should execute default build and run commands correctly
    /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_dev_test.go:1232
------------------------------

------------------------------
• [SLOW TEST:129.404 seconds]
odo delete command tests
/workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_delete_test.go:13
  when a component is bootstrapped
  /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_delete_test.go:53
    when the component is deployed in DEV mode and dev mode stopped
    /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_delete_test.go:92
      when the component is deleted using its name and namespace from another directory
      /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_delete_test.go:105
        should have deleted the component
        /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_delete_test.go:114
------------------------------

------------------------------
• [SLOW TEST:153.608 seconds]
odo dev command tests
/workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_dev_test.go:28
  when node-js application is created and deployed with devfile schema 2.2.0
  /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_dev_test.go:1365
    when Update the devfile.yaml, and waiting synchronization
    /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_dev_test.go:1407
      should check cpuLimit, cpuRequests, memoryRequests after restart
      /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_dev_test.go:1416
------------------------------

------------------------------
• [SLOW TEST:214.538 seconds]
odo dev command tests
/workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_dev_test.go:28
  when Starting a PostgreSQL service
  /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_dev_test.go:664
    when creating local files and dir and running odo dev
    /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_dev_test.go:680
      when deleting local files and dir and waiting for sync
      /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_dev_test.go:714
        should not list deleted dir and file in container
        /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_dev_test.go:722
------------------------------
• [SLOW TEST:215.857 seconds]
odo add binding command tests
/workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_add_binding_test.go:13
  when the component is bootstrapped
  /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_add_binding_test.go:39
    when adding a binding
    /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_add_binding_test.go:44
      when odo dev is run
      /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_add_binding_test.go:54
        when odo dev command is stopped
        /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_add_binding_test.go:67
          should have successfully delete the binding
          /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_add_binding_test.go:73
------------------------------

------------------------------
• [SLOW TEST:130.418 seconds]
odo dev command tests
/workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_dev_test.go:28
  when a component is bootstrapped and pushed
  /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_dev_test.go:58
    when odo dev is executed
    /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_dev_test.go:189
      when deleting previous deployment and switching kubeconfig to another namespace
      /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_dev_test.go:203
        should run odo dev on initial namespace
        /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_dev_test.go:221
------------------------------

------------------------------
S [SKIPPING] in Spec Setup (BeforeEach) [4.085 seconds]
odo dev command tests
/workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_dev_test.go:28
  using Kubernetes cluster
  /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_dev_test.go:1453
    should run odo dev successfully on default namespace [BeforeEach]
    /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_dev_test.go:1460

    This is a Kubernetes specific scenario, skipping

    /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_dev_test.go:1456
------------------------------

------------------------------
• [SLOW TEST:132.766 seconds]
odo dev command tests
/workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_dev_test.go:28
  when Starting a PostgreSQL service
  /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_dev_test.go:664
    when creating local files and dir and running odo dev
    /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_dev_test.go:680
      should correctly propagate changes to the container
      /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_dev_test.go:705
------------------------------

------------------------------
• [SLOW TEST:126.778 seconds]
odo list with devfile
/workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_devfile_list_test.go:15
  devfile has missing metadata
  /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_devfile_list_test.go:91
    when projectType is missing
    /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_devfile_list_test.go:115
      when the component is pushed in dev mode
      /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_devfile_list_test.go:125
        should show the language for 'Type' in odo list
        /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_devfile_list_test.go:137
------------------------------

------------------------------
• [SLOW TEST:144.779 seconds]
odo describe/list binding command tests
/workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_describe_list_binding_test.go:14
  when creating a component with a spec binding and envvars
  /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_describe_list_binding_test.go:380
    when Starting a Pg service
    /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_describe_list_binding_test.go:386
      when running dev session
      /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_describe_list_binding_test.go:399
        should list the binding
        /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_describe_list_binding_test.go:441
------------------------------

------------------------------
• [SLOW TEST:127.701 seconds]
odo dev command tests
/workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_dev_test.go:28
  when creating local files and dir and running odo dev
  /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_dev_test.go:613
    when deleting local files and dir and waiting for sync
    /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_dev_test.go:647
      should not list deleted dir and file in container
      /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_dev_test.go:655
------------------------------

------------------------------
• [SLOW TEST:120.319 seconds]
odo dev command tests
/workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_dev_test.go:28
  when running odo dev and single env var is set
  /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_dev_test.go:562
    should be able to exec command
    /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_dev_test.go:569
------------------------------

------------------------------
• [SLOW TEST:167.725 seconds]
odo dev command tests
/workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_dev_test.go:28
  when running odo dev with devfile contain volume
  /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_dev_test.go:961
    check the volume name and mount paths for the containers
    /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_dev_test.go:1008
------------------------------
• [SLOW TEST:213.098 seconds]
odo add binding command tests
/workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_add_binding_test.go:13
  when the component is bootstrapped
  /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_add_binding_test.go:39
    when adding a binding
    /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_add_binding_test.go:44
      when odo dev is run
      /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_add_binding_test.go:54
        should successfully bind component and service
        /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_add_binding_test.go:63
------------------------------
• [SLOW TEST:202.515 seconds]
odo dev command tests
/workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_dev_test.go:28
  when java-springboot application is created and running odo dev
  /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_dev_test.go:1283
    when Update the devfile.yaml
    /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_dev_test.go:1297
      when compare the local and remote files
      /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_dev_test.go:1311
        localFiles and remoteFiles should match
        /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_dev_test.go:1356
------------------------------
• [SLOW TEST:158.779 seconds]
odo dev command tests
/workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_dev_test.go:28
  port-forwarding for the component
  /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_dev_test.go:381
    when devfile has multiple endpoints
    /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_dev_test.go:402
      should expose two endpoints on localhost
      /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_dev_test.go:409
------------------------------
• [SLOW TEST:266.858 seconds]
odo list with devfile
/workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_devfile_list_test.go:15
  devfile has missing metadata
  /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_devfile_list_test.go:91
    when projectType and language is missing
    /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_devfile_list_test.go:143
      when the component is pushed
      /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_devfile_list_test.go:152
        should show 'nodejs' for 'Type' in odo list
        /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_devfile_list_test.go:163
------------------------------
• [SLOW TEST:200.416 seconds]
odo dev command tests
/workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_dev_test.go:28
  when java-springboot application is created and running odo dev
  /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_dev_test.go:1283
    when Update the devfile.yaml
    /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_dev_test.go:1297
      Should build the application successfully
      /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/devfile/cmd_dev_test.go:1307
------------------------------

Ran 168 of 169 Specs in 345.201 seconds
SUCCESS! -- 168 Passed | 0 Failed | 0 Pending | 1 Skipped


Ginkgo ran 1 suite in 5m55.271719819s
Test Suite Passed
GOFLAGS='-mod=vendor' go run -mod=vendor github.com/onsi/ginkgo/ginkgo  -randomizeAllSpecs -slowSpecThreshold=120 -timeout 14400s -nodes=1 tests/integration/devfile/debug/
=== RUN   TestDebug
Running Suite: Devfile Debug Suite
==================================
Random Seed: 1655815365
Will run 0 of 0 specs

Failed to create JUnit report file: ../../reports/junit_2022-6-21_12-42-45_1.xml
	open ../../reports/junit_2022-6-21_12-42-45_1.xml: no such file or directoryFailed to generate JUnit report
	invalid argument
Ran 0 of 0 Specs in 0.001 seconds
SUCCESS! -- 0 Passed | 0 Failed | 0 Pending | 0 Skipped
--- PASS: TestDebug (0.00s)
PASS

Ginkgo ran 1 suite in 7.990177921s
Test Suite Passed
go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=14cf4385d" ./cmd/odo/
GOFLAGS='-mod=vendor' go run -mod=vendor github.com/onsi/ginkgo/ginkgo  -randomizeAllSpecs -slowSpecThreshold=120 -timeout 14400s -nodes=1 -focus="odo login and logout command tests" tests/integration/loginlogout/
Running Suite: Login Logout Suite
=================================
Random Seed: 1655815375 - Will randomize all specs
Will run 3 of 3 specs

S [SKIPPING] [0.001 seconds]
odo login and logout command tests
/workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/loginlogout/cmd_login_logout_test.go:12
  when running login tests
  /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/loginlogout/cmd_login_logout_test.go:41
    should successful with correct credentials and fails with incorrect token [It]
    /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/loginlogout/cmd_login_logout_test.go:42

    Skipping login command tests as SKIP_USER_LOGIN_TESTS is true

    /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/integration/loginlogout/cmd_login_logout_test.go:46
------------------------------
Failed to create JUnit report file: ../../reports/junit_2022-6-21_12-43-04_1.xml
	open ../../reports/junit_2022-6-21_12-43-04_1.xml: no such file or directoryFailed to generate JUnit report
	invalid argument
Ran 2 of 3 Specs in 0.345 seconds
SUCCESS! -- 2 Passed | 0 Failed | 0 Pending | 1 Skipped
PASS

Ginkgo ran 1 suite in 9.000690688s
Test Suite Passed
go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=14cf4385d" ./cmd/odo/
GOFLAGS='-mod=vendor' go run -mod=vendor github.com/onsi/ginkgo/ginkgo  -randomizeAllSpecs -slowSpecThreshold=120 -timeout 14400s -nodes=32 -focus="odo project command tests" tests/integration/project/
Running Suite: Project Suite
============================
Random Seed: 1655815394 - Will randomize all specs
Will run 6 specs

Running in parallel across 32 nodes


Ran 6 of 6 Specs in 14.034 seconds
SUCCESS! -- 6 Passed | 0 Failed | 0 Pending | 0 Skipped


Ginkgo ran 1 suite in 22.388379015s
Test Suite Passed
go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=14cf4385d" ./cmd/odo/
GOFLAGS='-mod=vendor' go run -mod=vendor github.com/onsi/ginkgo/ginkgo  -randomizeAllSpecs -slowSpecThreshold=120 -timeout 14400s -nodes=32 -focus="odo devfile supported tests" tests/e2escenarios/
Running Suite: odo e2e scenarios
================================
Random Seed: 1655815427 - Will randomize all specs
Will run 6 specs

Running in parallel across 32 nodes

SS
------------------------------
• [SLOW TEST:130.117 seconds]
odo devfile supported tests
/workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/e2escenarios/e2e_devfile_test.go:20
  odo debug support for devfile components
  /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/e2escenarios/e2e_devfile_test.go:67
    Verify output debug information for java-quarkus debug works
    /workspace/b264d34e-c332-4f68-9b1c-10d54668f779/tests/e2escenarios/e2e_devfile_test.go:74
------------------------------

Ran 4 of 6 Specs in 130.199 seconds
SUCCESS! -- 4 Passed | 0 Failed | 0 Pending | 2 Skipped


Ginkgo ran 1 suite in 2m18.717706614s
Test Suite Passed