go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=8334e3823" ./cmd/odo/
go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=8334e3823" ./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: 1655110424 - Will randomize all specs
Will run 158 specs

Running in parallel across 32 nodes

S [SKIPPING] in Spec Setup (BeforeEach) [0.001 seconds]
odo add binding command tests
/workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_add_binding_test.go:13
  when the component is bootstrapped [BeforeEach]
  /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_add_binding_test.go:39
    when no bindable instance is present on the cluster
    /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_add_binding_test.go:81
      should fail to add binding with no bindable instance found error message
      /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_add_binding_test.go:86

      Operators have not been setup on Kubernetes cluster yet. Remove this once the issue has been fixed.

      /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_add_binding_test.go:20
------------------------------

------------------------------
S [SKIPPING] in Spec Setup (BeforeEach) [0.002 seconds]
odo add binding command tests
/workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_add_binding_test.go:13
  when the component is bootstrapped [BeforeEach]
  /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_add_binding_test.go:39
    when adding a binding
    /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_add_binding_test.go:44
      when odo dev is run
      /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_add_binding_test.go:54
        when odo dev command is stopped
        /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_add_binding_test.go:67
          should have successfully delete the binding
          /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_add_binding_test.go:73

          Operators have not been setup on Kubernetes cluster yet. Remove this once the issue has been fixed.

          /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_add_binding_test.go:20
------------------------------

------------------------------
S [SKIPPING] in Spec Setup (BeforeEach) [0.001 seconds]
odo add binding command tests
/workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_add_binding_test.go:13
  when the component is bootstrapped [BeforeEach]
  /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_add_binding_test.go:39
    when adding a binding
    /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_add_binding_test.go:44
      should successfully add binding between component and service in the devfile
      /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_add_binding_test.go:50

      Operators have not been setup on Kubernetes cluster yet. Remove this once the issue has been fixed.

      /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_add_binding_test.go:20
------------------------------
S [SKIPPING] in Spec Setup (BeforeEach) [0.001 seconds]
odo describe binding command tests
/workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_describe_binding_test.go:12
  when creating a component with a binding as files [BeforeEach]
  /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_describe_binding_test.go:191
    when Starting a Pg service
    /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_describe_binding_test.go:197
      when running dev session
      /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_describe_binding_test.go:210
        should describe the binding
        /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_describe_binding_test.go:223

        Operators have not been setup on Kubernetes cluster yet. Remove this once the issue has been fixed.

        /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_describe_binding_test.go:18
------------------------------

------------------------------
S [SKIPPING] in Spec Setup (BeforeEach) [20.815 seconds]
odo dev command tests
/workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_dev_test.go:27
  when Starting a PostgreSQL service
  /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_dev_test.go:596
    when creating local files and dir and running odo dev [BeforeEach]
    /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_dev_test.go:612
      should correctly propagate changes to the container
      /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_dev_test.go:637

      Operators have not been setup on Kubernetes cluster yet. Remove this once the issue has been fixed.

      /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_dev_test.go:599
------------------------------

------------------------------
S [SKIPPING] in Spec Setup (BeforeEach) [0.001 seconds]
odo describe binding command tests
/workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_describe_binding_test.go:12
  when creating a component with a spec binding and envvars [BeforeEach]
  /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_describe_binding_test.go:191
    when Starting a Pg service
    /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_describe_binding_test.go:197
      when running dev session
      /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_describe_binding_test.go:210
        should describe the binding
        /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_describe_binding_test.go:223

        Operators have not been setup on Kubernetes cluster yet. Remove this once the issue has been fixed.

        /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_describe_binding_test.go:18
------------------------------

------------------------------
S [SKIPPING] in Spec Setup (BeforeEach) [0.003 seconds]
odo add binding command tests
/workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_add_binding_test.go:13
  when the component is bootstrapped [BeforeEach]
  /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_add_binding_test.go:39
    when adding a binding
    /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_add_binding_test.go:44
      when odo dev is run
      /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_add_binding_test.go:54
        should successfully bind component and service
        /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_add_binding_test.go:63

        Operators have not been setup on Kubernetes cluster yet. Remove this once the issue has been fixed.

        /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_add_binding_test.go:20
------------------------------

------------------------------
S [SKIPPING] in Spec Setup (BeforeEach) [0.001 seconds]
odo describe binding command tests
/workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_describe_binding_test.go:12
  when creating a component with a spec binding [BeforeEach]
  /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_describe_binding_test.go:191
    when Starting a Pg service
    /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_describe_binding_test.go:197
      when running dev session
      /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_describe_binding_test.go:210
        should describe the binding
        /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_describe_binding_test.go:223

        Operators have not been setup on Kubernetes cluster yet. Remove this once the issue has been fixed.

        /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_describe_binding_test.go:18
------------------------------

------------------------------
S [SKIPPING] in Spec Setup (BeforeEach) [0.001 seconds]
odo describe binding command tests
/workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_describe_binding_test.go:12
  when creating a component with a binding as environment variables [BeforeEach]
  /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_describe_binding_test.go:191
    when Starting a Pg service
    /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_describe_binding_test.go:197
      when running dev session
      /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_describe_binding_test.go:210
        should describe the binding
        /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_describe_binding_test.go:223

        Operators have not been setup on Kubernetes cluster yet. Remove this once the issue has been fixed.

        /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_describe_binding_test.go:18
------------------------------

------------------------------
S [SKIPPING] in Spec Setup (BeforeEach) [22.113 seconds]
odo dev command tests
/workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_dev_test.go:27
  when Starting a PostgreSQL service
  /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_dev_test.go:596
    when creating local files and dir and running odo dev [BeforeEach]
    /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_dev_test.go:612
      when deleting local files and dir and waiting for sync
      /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_dev_test.go:646
        should not list deleted dir and file in container
        /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_dev_test.go:654

        Operators have not been setup on Kubernetes cluster yet. Remove this once the issue has been fixed.

        /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_dev_test.go:599
------------------------------

------------------------------
• [SLOW TEST:147.421 seconds]
odo list with devfile
/workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_devfile_list_test.go:15
  devfile has missing metadata
  /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_devfile_list_test.go:91
    when projectType and language is missing
    /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_devfile_list_test.go:143
      when the component is pushed
      /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_devfile_list_test.go:152
        should show 'nodejs' for 'Type' in odo list
        /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_devfile_list_test.go:163
------------------------------

------------------------------
S [SKIPPING] in Spec Setup (BeforeEach) [0.001 seconds]
odo describe binding command tests
/workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_describe_binding_test.go:12
  when creating a component with a binding [BeforeEach]
  /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_describe_binding_test.go:29
    should describe the binding without running odo dev
    /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_describe_binding_test.go:35

    Operators have not been setup on Kubernetes cluster yet. Remove this once the issue has been fixed.

    /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_describe_binding_test.go:18
------------------------------

------------------------------
• [SLOW TEST:146.958 seconds]
odo dev command tests
/workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_dev_test.go:27
  when java-springboot application is created and running odo dev
  /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_dev_test.go:1198
    when Update the devfile.yaml
    /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_dev_test.go:1212
      when compare the local and remote files
      /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_dev_test.go:1226
        localFiles and remoteFiles should match
        /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_dev_test.go:1271
------------------------------

------------------------------
• [SLOW TEST:130.167 seconds]
odo dev command tests
/workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_dev_test.go:27
  when Create and dev java-springboot component
  /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_dev_test.go:1132
    should execute default build and run commands correctly
    /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_dev_test.go:1147
------------------------------

------------------------------
• [SLOW TEST:127.838 seconds]
odo list with devfile
/workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_devfile_list_test.go:15
  devfile has missing metadata
  /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_devfile_list_test.go:91
    when projectType is missing
    /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_devfile_list_test.go:115
      when the component is pushed in dev mode
      /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_devfile_list_test.go:125
        should show the language for 'Type' in odo list
        /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/devfile/cmd_devfile_list_test.go:137
------------------------------

Ran 147 of 158 Specs in 288.604 seconds
SUCCESS! -- 147 Passed | 0 Failed | 0 Pending | 11 Skipped


Ginkgo ran 1 suite in 5m35.885031526s
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: 1655110770
Will run 0 of 0 specs

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

Ginkgo ran 1 suite in 8.559624884s
Test Suite Passed
go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=8334e3823" ./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: 1655110780 - Will randomize all specs
Will run 11 specs

Running in parallel across 32 nodes


Ran 11 of 11 Specs in 23.360 seconds
SUCCESS! -- 11 Passed | 0 Failed | 0 Pending | 0 Skipped


Ginkgo ran 1 suite in 32.441278801s
Test Suite Passed
go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=8334e3823" ./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: 1655110823 - Will randomize all specs
Will run 6 specs

Running in parallel across 32 nodes

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


Ginkgo ran 1 suite in 1m27.660721706s
Test Suite Passed
go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=8334e3823" ./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: 1655110921 - Will randomize all specs
Will run 6 specs

Running in parallel across 32 nodes


------------------------------
S [SKIPPING] in Spec Setup (BeforeEach) [6.314 seconds]
odo project command tests
/workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/project/cmd_project_test.go:12
  when user is logged out
  /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/project/cmd_project_test.go:56
    should show login message when deleting project and not login [BeforeEach]
    /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/project/cmd_project_test.go:73

    Openshift specific scenario.

    /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/project/cmd_project_test.go:60
------------------------------
S [SKIPPING] in Spec Setup (BeforeEach) [6.259 seconds]
odo project command tests
/workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/project/cmd_project_test.go:12
  when user is logged out
  /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/project/cmd_project_test.go:56
    should show login message when setting project and not login [BeforeEach]
    /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/project/cmd_project_test.go:69

    Openshift specific scenario.

    /workspace/c6b44b43-1906-4345-9281-97e7cb21f2b8/tests/integration/project/cmd_project_test.go:60
------------------------------

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


Ginkgo ran 1 suite in 21.663231456s
Test Suite Passed
go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=8334e3823" ./cmd/odo/
GOFLAGS='-mod=vendor' go run -mod=vendor github.com/onsi/ginkgo/ginkgo  -randomizeAllSpecs -slowSpecThreshold=120 -timeout 14400s -nodes=32 -focus="odo generic" tests/integration/
Running Suite: Integration Suite
================================
Random Seed: 1655110953 - Will randomize all specs
Will run 33 specs

Running in parallel across 32 nodes

SSSSSSSSSSSSSSSSSSSSSSSSSSS
Ran 6 of 33 Specs in 8.147 seconds
SUCCESS! -- 6 Passed | 0 Failed | 0 Pending | 27 Skipped


Ginkgo ran 1 suite in 17.163893703s
Test Suite Passed