./mage -v ci:teste2e
Running target: CI:TestE2E
I0428 15:51:57.173320 18360 magefile.go:526] setting up new custom bundle for testing...
I0428 15:51:57.523374 18360 util.go:512] found credentials for image ref quay.io/redhat-appstudio-qe/test-images:pipeline-bundle-1777391517-vmbp -> user: redhat-appstudio-qe+redhat_appstudio_quality
Creating Tekton Bundle:
- Added Pipeline: docker-build to image
I0428 15:51:58.759353 18360 bundle.go:57] image digest for a new tekton bundle quay.io/redhat-appstudio-qe/test-images:pipeline-bundle-1777391517-vmbp: quay.io/redhat-appstudio-qe/test-images@sha256:ee0c2e024fdade975118b22e55adca225539760b079d6cdc2509837f7034947d
I0428 15:51:58.759380 18360 magefile.go:532] To use the custom docker bundle locally, run below cmd:
export CUSTOM_DOCKER_BUILD_PIPELINE_BUNDLE=quay.io/redhat-appstudio-qe/test-images:pipeline-bundle-1777391517-vmbp
I0428 15:51:58.759401 18360 e2e_repo.go:347] checking if repository is e2e-tests
I0428 15:51:58.759407 18360 release_service.go:50] checking if repository is release-service
I0428 15:51:59.758419 18360 release_service_catalog.go:104] checking if repository is release-service-catalog
I0428 15:51:59.758438 18360 integration_service.go:49] checking if repository is integration-service
I0428 15:51:59.758443 18360 image_controller.go:49] checking if repository is image-controller
I0428 15:51:59.758448 18360 build_service.go:50] checking if repository is build-service
I0428 15:51:59.758451 18360 build_service.go:31] require sprayproxy registering is set to TRUE
I0428 15:51:59.758456 18360 build_service.go:34] setting test label filter: 'build-service'
exec: go "install" "-mod=mod" "github.com/onsi/ginkgo/v2/ginkgo"
go: downloading github.com/go-task/slim-sprig/v3 v3.0.0
go: downloading github.com/google/pprof v0.0.0-20260115054156-294ebfa9ad83
I0428 15:52:03.232227 18360 types.go:155] The following rules have matched build-service repo CI Workflow Rule.
I0428 15:52:03.232256 18360 types.go:180] Will apply rules
exec: ginkgo "--seed=1777391517" "--timeout=1h30m0s" "--grace-period=30s" "--output-interceptor-mode=none" "--label-filter=build-service" "--no-color" "--json-report=e2e-report.json" "--junit-report=e2e-report.xml" "--procs=20" "--nodes=20" "--p" "--output-dir=/workspace/artifact-dir" "./cmd" "--"
go: downloading github.com/IBM/go-sdk-core/v5 v5.15.3
go: downloading github.com/IBM/vpc-go-sdk v0.48.0
go: downloading github.com/aws/aws-sdk-go-v2 v1.41.3
go: downloading github.com/aws/aws-sdk-go-v2/service/ec2 v1.143.0
go: downloading github.com/aws/aws-sdk-go-v2/config v1.31.3
go: downloading github.com/konflux-ci/build-service v0.0.0-20240611083846-2dee6cfe6fe4
go: downloading github.com/minio/minio-go/v7 v7.0.99
go: downloading github.com/minio/md5-simd v1.1.2
go: downloading github.com/go-ini/ini v1.67.0
go: downloading github.com/klauspost/crc32 v1.3.0
go: downloading github.com/minio/crc64nvme v1.1.1
go: downloading github.com/dustin/go-humanize v1.0.1
go: downloading github.com/google/go-github/v45 v45.2.0
go: downloading github.com/rs/xid v1.6.0
go: downloading github.com/tinylib/msgp v1.6.1
go: downloading github.com/go-playground/validator/v10 v10.17.0
go: downloading github.com/go-openapi/strfmt v0.25.0
go: downloading github.com/aws/smithy-go v1.24.2
go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.18.7
go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.28.2
go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.34.0
go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.38.0
go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.4
go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3
go: downloading github.com/oklog/ulid v1.3.1
go: downloading github.com/go-viper/mapstructure/v2 v2.4.0
go: downloading go.mongodb.org/mongo-driver v1.17.7
go: downloading github.com/go-openapi/errors v0.22.6
go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.19
go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.19
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.6
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.19
go: downloading github.com/philhofer/fwd v1.2.0
go: downloading github.com/gabriel-vasile/mimetype v1.4.3
go: downloading github.com/leodido/go-urn v1.3.0
go: downloading github.com/go-playground/universal-translator v0.18.1
go: downloading github.com/go-playground/locales v0.14.1
Running Suite: Red Hat App Studio E2E tests - /tmp/tmp.U7yTQUf0wW/cmd
=====================================================================
Random Seed: 1777391517
Will run 150 of 467 specs
Running in parallel across 20 processes
S
------------------------------
P [PENDING]
[release-pipelines-suite e2e tests for release-to-github pipeline] Release-to-github happy path Post-release verification verifies if release CR is created [release-pipelines, release-to-github, releaseToGithub]
/tmp/tmp.U7yTQUf0wW/tests/release/pipelines/release_to_github.go:138
------------------------------
P [PENDING]
[release-pipelines-suite e2e tests for release-to-github pipeline] Release-to-github happy path Post-release verification verifies the release pipelinerun is running and succeeds [release-pipelines, release-to-github, releaseToGithub]
/tmp/tmp.U7yTQUf0wW/tests/release/pipelines/release_to_github.go:148
------------------------------
P [PENDING]
[release-pipelines-suite e2e tests for release-to-github pipeline] Release-to-github happy path Post-release verification verifies release CR completed and set succeeded. [release-pipelines, release-to-github, releaseToGithub]
/tmp/tmp.U7yTQUf0wW/tests/release/pipelines/release_to_github.go:181
------------------------------
S
------------------------------
P [PENDING]
[release-pipelines-suite e2e tests for release-to-github pipeline] Release-to-github happy path Post-release verification verifies if the Release exists in github repo [release-pipelines, release-to-github, releaseToGithub]
/tmp/tmp.U7yTQUf0wW/tests/release/pipelines/release_to_github.go:192
------------------------------
P [PENDING]
[release-pipelines-suite e2e tests for rh-push-to-redhat-io pipeline] Rh-push-to-redhat-io happy path Post-release verification verifies if the release CR is created [release-pipelines, rh-push-to-registry-redhat-io, PushToRedhatIO]
/tmp/tmp.U7yTQUf0wW/tests/release/pipelines/rh_push_to_registry_redhat_io.go:108
------------------------------
S
------------------------------
P [PENDING]
[release-pipelines-suite e2e tests for rh-push-to-redhat-io pipeline] Rh-push-to-redhat-io happy path Post-release verification verifies the rhio release pipelinerun is running and succeeds [release-pipelines, rh-push-to-registry-redhat-io, PushToRedhatIO]
/tmp/tmp.U7yTQUf0wW/tests/release/pipelines/rh_push_to_registry_redhat_io.go:118
------------------------------
P [PENDING]
[release-pipelines-suite Push to external registry] Post-release verification verifies that a Release CR should have been created in the dev namespace [release-pipelines, push-to-external-registry]
/tmp/tmp.U7yTQUf0wW/tests/release/pipelines/push_to_external_registry.go:157
------------------------------
P [PENDING]
[release-pipelines-suite Push to external registry] Post-release verification verifies that Release PipelineRun should eventually succeed [release-pipelines, push-to-external-registry]
/tmp/tmp.U7yTQUf0wW/tests/release/pipelines/push_to_external_registry.go:164
------------------------------
S
------------------------------
P [PENDING]
[release-pipelines-suite e2e tests for rh-push-to-redhat-io pipeline] Rh-push-to-redhat-io happy path Post-release verification verifies release CR completed and set succeeded. [release-pipelines, rh-push-to-registry-redhat-io, PushToRedhatIO]
/tmp/tmp.U7yTQUf0wW/tests/release/pipelines/rh_push_to_registry_redhat_io.go:148
------------------------------
P [PENDING]
[release-pipelines-suite e2e tests for rh-advisories pipeline] Rh-advisories happy path Post-release verification verifies if release CR is created [release-pipelines, rh-advisories, rhAdvisories]
/tmp/tmp.U7yTQUf0wW/tests/release/pipelines/rh_advisories.go:117
------------------------------
P [PENDING]
[release-pipelines-suite Push to external registry] Post-release verification tests if the image was pushed to quay [release-pipelines, push-to-external-registry]
/tmp/tmp.U7yTQUf0wW/tests/release/pipelines/push_to_external_registry.go:168
------------------------------
S
------------------------------
P [PENDING]
[release-pipelines-suite Push to external registry] Post-release verification verifies that a Release is marked as succeeded. [release-pipelines, push-to-external-registry]
/tmp/tmp.U7yTQUf0wW/tests/release/pipelines/push_to_external_registry.go:175
------------------------------
P [PENDING]
[release-pipelines-suite e2e tests for rh-push-to-redhat-io pipeline] Rh-push-to-redhat-io happy path Post-release verification verifies if the MR URL is valid [release-pipelines, rh-push-to-registry-redhat-io, PushToRedhatIO]
/tmp/tmp.U7yTQUf0wW/tests/release/pipelines/rh_push_to_registry_redhat_io.go:159
------------------------------
S
------------------------------
P [PENDING]
[release-pipelines-suite e2e tests for rh-advisories pipeline] Rh-advisories happy path Post-release verification verifies the advs release pipelinerun is running and succeeds [release-pipelines, rh-advisories, rhAdvisories]
/tmp/tmp.U7yTQUf0wW/tests/release/pipelines/rh_advisories.go:127
------------------------------
P [PENDING]
[task-suite tkn bundle task] creates Tekton bundles with different params when context points to a file [build-templates]
/tmp/tmp.U7yTQUf0wW/tests/build/tkn-bundle.go:188
------------------------------
SS
------------------------------
P [PENDING]
[release-pipelines-suite e2e tests for multi arch with rh-advisories pipeline] Multi arch test happy path Post-release verification verifies the release CR is created [release-pipelines, rh-advisories, multiarch-advisories, multiArchAdvisories]
/tmp/tmp.U7yTQUf0wW/tests/release/pipelines/multiarch_advisories.go:112
------------------------------
P [PENDING]
[release-pipelines-suite e2e tests for rh-advisories pipeline] Rh-advisories happy path Post-release verification verifies release CR completed and set succeeded. [release-pipelines, rh-advisories, rhAdvisories]
/tmp/tmp.U7yTQUf0wW/tests/release/pipelines/rh_advisories.go:157
------------------------------
P [PENDING]
[task-suite tkn bundle task] creates Tekton bundles with different params creates Tekton bundles from specific context [build-templates]
/tmp/tmp.U7yTQUf0wW/tests/build/tkn-bundle.go:199
------------------------------
SS
------------------------------
P [PENDING]
[task-suite tkn bundle task] creates Tekton bundles with different params when context is the root directory [build-templates]
/tmp/tmp.U7yTQUf0wW/tests/build/tkn-bundle.go:209
------------------------------
P [PENDING]
[release-pipelines-suite e2e tests for rh-advisories pipeline] Rh-advisories happy path Post-release verification verifies if the repository URL is valid [release-pipelines, rh-advisories, rhAdvisories]
/tmp/tmp.U7yTQUf0wW/tests/release/pipelines/rh_advisories.go:168
------------------------------
P [PENDING]
[release-pipelines-suite e2e tests for multi arch with rh-advisories pipeline] Multi arch test happy path Post-release verification verifies the multiarch release pipelinerun is running and succeeds [release-pipelines, rh-advisories, multiarch-advisories, multiArchAdvisories]
/tmp/tmp.U7yTQUf0wW/tests/release/pipelines/multiarch_advisories.go:122
------------------------------
S
------------------------------
P [PENDING]
[task-suite tkn bundle task] creates Tekton bundles with different params creates Tekton bundles when context points to a file and a directory [build-templates]
/tmp/tmp.U7yTQUf0wW/tests/build/tkn-bundle.go:218
------------------------------
S
------------------------------
P [PENDING]
[task-suite tkn bundle task] creates Tekton bundles with different params creates Tekton bundles when using negation [build-templates]
/tmp/tmp.U7yTQUf0wW/tests/build/tkn-bundle.go:228
------------------------------
S
------------------------------
P [PENDING]
[release-pipelines-suite e2e tests for multi arch with rh-advisories pipeline] Multi arch test happy path Post-release verification verifies release CR completed and set succeeded. [release-pipelines, rh-advisories, multiarch-advisories, multiArchAdvisories]
/tmp/tmp.U7yTQUf0wW/tests/release/pipelines/multiarch_advisories.go:152
------------------------------
S
------------------------------
P [PENDING]
[task-suite tkn bundle task] creates Tekton bundles with different params allows overriding HOME environment variable [build-templates]
/tmp/tmp.U7yTQUf0wW/tests/build/tkn-bundle.go:238
------------------------------
P [PENDING]
[release-pipelines-suite e2e tests for multi arch with rh-advisories pipeline] Multi arch test happy path Post-release verification verifies if the repository URL is valid [release-pipelines, rh-advisories, multiarch-advisories, multiArchAdvisories]
/tmp/tmp.U7yTQUf0wW/tests/release/pipelines/multiarch_advisories.go:163
------------------------------
SS
------------------------------
P [PENDING]
[task-suite tkn bundle task] creates Tekton bundles with different params allows overriding STEP image [build-templates]
/tmp/tmp.U7yTQUf0wW/tests/build/tkn-bundle.go:247
------------------------------
S
------------------------------
P [PENDING]
[release-pipelines-suite e2e tests for rhtap-service-push pipeline] Rhtap-service-push happy path Post-release verification verifies if the release CR is created [release-pipelines, rhtap-service-push, RhtapServicePush]
/tmp/tmp.U7yTQUf0wW/tests/release/pipelines/rhtap_service_push.go:150
------------------------------
SSSSS
------------------------------
P [PENDING]
[release-pipelines-suite e2e tests for rhtap-service-push pipeline] Rhtap-service-push happy path Post-release verification verifies the rhtap release pipelinerun is running and succeeds [release-pipelines, rhtap-service-push, RhtapServicePush]
/tmp/tmp.U7yTQUf0wW/tests/release/pipelines/rhtap_service_push.go:160
------------------------------
P [PENDING]
[multi-platform-build-service-suite Multi Platform Controller E2E tests] aws host-pool allocation when the Component with multi-platform-build is created a PipelineRun is triggered [multi-platform, aws-host-pool]
/tmp/tmp.U7yTQUf0wW/tests/build/multi-platform.go:120
------------------------------
SSSS
------------------------------
P [PENDING]
[release-pipelines-suite [HACBS-1571]test-release-e2e-push-image-to-pyxis] Post-release verification tests that Release CR is created for the Snapshot [release-pipelines, rh-push-to-external-registry]
/tmp/tmp.U7yTQUf0wW/tests/release/pipelines/rh_push_to_external_registry.go:215
------------------------------
P [PENDING]
[release-pipelines-suite e2e tests for rhtap-service-push pipeline] Rhtap-service-push happy path Post-release verification verifies release CR completed and set succeeded. [release-pipelines, rhtap-service-push, RhtapServicePush]
/tmp/tmp.U7yTQUf0wW/tests/release/pipelines/rhtap_service_push.go:190
------------------------------
SS
------------------------------
P [PENDING]
[multi-platform-build-service-suite Multi Platform Controller E2E tests] aws host-pool allocation when the Component with multi-platform-build is created the build-container task from component pipelinerun is buildah-remote [multi-platform, aws-host-pool]
/tmp/tmp.U7yTQUf0wW/tests/build/multi-platform.go:124
------------------------------
S
------------------------------
P [PENDING]
[release-pipelines-suite [HACBS-1571]test-release-e2e-push-image-to-pyxis] Post-release verification verifies a release PipelineRun is started and succeeded in managed namespace [release-pipelines, rh-push-to-external-registry]
/tmp/tmp.U7yTQUf0wW/tests/release/pipelines/rh_push_to_external_registry.go:226
------------------------------
S
------------------------------
P [PENDING]
[multi-platform-build-service-suite Multi Platform Controller E2E tests] aws host-pool allocation when the Component with multi-platform-build is created The multi platform secret is populated [multi-platform, aws-host-pool]
/tmp/tmp.U7yTQUf0wW/tests/build/multi-platform.go:127
------------------------------
SSSS
------------------------------
P [PENDING]
[multi-platform-build-service-suite Multi Platform Controller E2E tests] aws host-pool allocation when the Component with multi-platform-build is created that PipelineRun completes successfully [multi-platform, aws-host-pool]
/tmp/tmp.U7yTQUf0wW/tests/build/multi-platform.go:148
------------------------------
P [PENDING]
[release-pipelines-suite [HACBS-1571]test-release-e2e-push-image-to-pyxis] Post-release verification validate the result of task create-pyxis-image contains image ids [release-pipelines, rh-push-to-external-registry]
/tmp/tmp.U7yTQUf0wW/tests/release/pipelines/rh_push_to_external_registry.go:233
------------------------------
P [PENDING]
[release-pipelines-suite e2e tests for rhtap-service-push pipeline] Rhtap-service-push happy path Post-release verification verifies if the PR in infra-deployments repo is created/updated [release-pipelines, rhtap-service-push, RhtapServicePush]
/tmp/tmp.U7yTQUf0wW/tests/release/pipelines/rhtap_service_push.go:200
------------------------------
SS
------------------------------
P [PENDING]
[release-pipelines-suite FBC e2e-tests] with FBC happy path Post-release verification creates component from git source https://github.com/redhat-appstudio-qe/fbc-sample-repo-test [release-pipelines, fbc-release, fbcHappyPath]
/tmp/tmp.U7yTQUf0wW/tests/release/pipelines/fbc_release.go:123
------------------------------
SSS
------------------------------
P [PENDING]
[multi-platform-build-service-suite Multi Platform Controller E2E tests] aws host-pool allocation when the Component with multi-platform-build is created test that cleanup happened successfully [multi-platform, aws-host-pool]
/tmp/tmp.U7yTQUf0wW/tests/build/multi-platform.go:152
------------------------------
SSS
------------------------------
P [PENDING]
[release-pipelines-suite [HACBS-1571]test-release-e2e-push-image-to-pyxis] Post-release verification tests that Release CR has completed [release-pipelines, rh-push-to-external-registry]
/tmp/tmp.U7yTQUf0wW/tests/release/pipelines/rh_push_to_external_registry.go:248
------------------------------
P [PENDING]
[release-pipelines-suite FBC e2e-tests] with FBC happy path Post-release verification Creates a push snapshot for a release [release-pipelines, fbc-release, fbcHappyPath]
/tmp/tmp.U7yTQUf0wW/tests/release/pipelines/fbc_release.go:128
------------------------------
P [PENDING]
[multi-platform-build-service-suite Multi Platform Controller E2E tests] aws dynamic allocation when the Component with multi-platform-build is created a PipelineRun is triggered [multi-platform, aws-dynamic]
/tmp/tmp.U7yTQUf0wW/tests/build/multi-platform.go:251
------------------------------
SSS
------------------------------
P [PENDING]
[release-pipelines-suite [HACBS-1571]test-release-e2e-push-image-to-pyxis] Post-release verification validates that imageIds from task create-pyxis-image exist in Pyxis. [release-pipelines, rh-push-to-external-registry]
/tmp/tmp.U7yTQUf0wW/tests/release/pipelines/rh_push_to_external_registry.go:265
------------------------------
P [PENDING]
[multi-platform-build-service-suite Multi Platform Controller E2E tests] aws dynamic allocation when the Component with multi-platform-build is created the build-container task from component pipelinerun is buildah-remote [multi-platform, aws-dynamic]
/tmp/tmp.U7yTQUf0wW/tests/build/multi-platform.go:255
------------------------------
P [PENDING]
[release-pipelines-suite FBC e2e-tests] with FBC happy path Post-release verification verifies the fbc release pipelinerun is running and succeeds [release-pipelines, fbc-release, fbcHappyPath]
/tmp/tmp.U7yTQUf0wW/tests/release/pipelines/fbc_release.go:132
------------------------------
SSSS
------------------------------
P [PENDING]
[release-pipelines-suite FBC e2e-tests] with FBC happy path Post-release verification verifies release CR completed and set succeeded. [release-pipelines, fbc-release, fbcHappyPath]
/tmp/tmp.U7yTQUf0wW/tests/release/pipelines/fbc_release.go:136
------------------------------
SSS
------------------------------
P [PENDING]
[release-pipelines-suite FBC e2e-tests] with FBC Staged Index Post-release verification creates component from git source https://github.com/redhat-appstudio-qe/fbc-sample-repo-test [release-pipelines, fbc-release, fbcStagedIndex]
/tmp/tmp.U7yTQUf0wW/tests/release/pipelines/fbc_release.go:178
------------------------------
SSS
------------------------------
P [PENDING]
[release-pipelines-suite FBC e2e-tests] with FBC Staged Index Post-release verification Creates a push snapshot for a release [release-pipelines, fbc-release, fbcStagedIndex]
/tmp/tmp.U7yTQUf0wW/tests/release/pipelines/fbc_release.go:183
------------------------------
SS
------------------------------
P [PENDING]
[release-pipelines-suite FBC e2e-tests] with FBC Staged Index Post-release verification verifies the fbc release pipelinerun is running and succeeds [release-pipelines, fbc-release, fbcStagedIndex]
/tmp/tmp.U7yTQUf0wW/tests/release/pipelines/fbc_release.go:187
------------------------------
SS
------------------------------
P [PENDING]
[release-pipelines-suite FBC e2e-tests] with FBC Staged Index Post-release verification verifies release CR completed and set succeeded. [release-pipelines, fbc-release, fbcStagedIndex]
/tmp/tmp.U7yTQUf0wW/tests/release/pipelines/fbc_release.go:191
------------------------------
S
------------------------------
P [PENDING]
[multi-platform-build-service-suite Multi Platform Controller E2E tests] aws dynamic allocation when the Component with multi-platform-build is created The multi platform secret is populated [multi-platform, aws-dynamic]
/tmp/tmp.U7yTQUf0wW/tests/build/multi-platform.go:259
------------------------------
P [PENDING]
[release-pipelines-suite FBC e2e-tests] with FBC hotfix process FBC hotfix post-release verification creates component from git source https://github.com/redhat-appstudio-qe/fbc-sample-repo-test [release-pipelines, fbc-release, fbcHotfix]
/tmp/tmp.U7yTQUf0wW/tests/release/pipelines/fbc_release.go:233
------------------------------
SSSSS
------------------------------
P [PENDING]
[multi-platform-build-service-suite Multi Platform Controller E2E tests] aws dynamic allocation when the Component with multi-platform-build is created that PipelineRun completes successfully [multi-platform, aws-dynamic]
/tmp/tmp.U7yTQUf0wW/tests/build/multi-platform.go:263
------------------------------
S
------------------------------
P [PENDING]
[release-pipelines-suite FBC e2e-tests] with FBC hotfix process FBC hotfix post-release verification Creates a push snapshot for a release [release-pipelines, fbc-release, fbcHotfix]
/tmp/tmp.U7yTQUf0wW/tests/release/pipelines/fbc_release.go:238
------------------------------
P [PENDING]
[multi-platform-build-service-suite Multi Platform Controller E2E tests] aws dynamic allocation when the Component with multi-platform-build is created check cleanup happened successfully [multi-platform, aws-dynamic]
/tmp/tmp.U7yTQUf0wW/tests/build/multi-platform.go:267
------------------------------
SSS
------------------------------
P [PENDING]
[release-pipelines-suite FBC e2e-tests] with FBC hotfix process FBC hotfix post-release verification verifies the fbc release pipelinerun is running and succeeds [release-pipelines, fbc-release, fbcHotfix]
/tmp/tmp.U7yTQUf0wW/tests/release/pipelines/fbc_release.go:242
------------------------------
SS
------------------------------
P [PENDING]
[multi-platform-build-service-suite Multi Platform Controller E2E tests] ibm system z dynamic allocation when the Component with multi-platform-build is created a PipelineRun is triggered [multi-platform, ibmz-dynamic]
/tmp/tmp.U7yTQUf0wW/tests/build/multi-platform.go:341
------------------------------
S
------------------------------
P [PENDING]
[release-pipelines-suite FBC e2e-tests] with FBC hotfix process FBC hotfix post-release verification verifies release CR completed and set succeeded. [release-pipelines, fbc-release, fbcHotfix]
/tmp/tmp.U7yTQUf0wW/tests/release/pipelines/fbc_release.go:246
------------------------------
SS
------------------------------
P [PENDING]
[build-service-suite Build templates E2E test] HACBS pipelines scenario sample-python-basic-oci (docker-build-oci-ta-min) when Pipeline Results are stored for component with Git source URL https://github.com/redhat-appstudio-qe/devfile-sample-python-basic and Pipeline docker-build-oci-ta-min should have Pipeline Logs [build, build-templates, HACBS, pipeline-service, pipeline]
/tmp/tmp.U7yTQUf0wW/tests/build/build_templates.go:507
------------------------------
P [PENDING]
[multi-platform-build-service-suite Multi Platform Controller E2E tests] ibm system z dynamic allocation when the Component with multi-platform-build is created the build-container task from component pipelinerun is buildah-remote [multi-platform, ibmz-dynamic]
/tmp/tmp.U7yTQUf0wW/tests/build/multi-platform.go:345
------------------------------
SS
------------------------------
P [PENDING]
[multi-platform-build-service-suite Multi Platform Controller E2E tests] ibm system z dynamic allocation when the Component with multi-platform-build is created The multi platform secret is populated [multi-platform, ibmz-dynamic]
/tmp/tmp.U7yTQUf0wW/tests/build/multi-platform.go:349
------------------------------
S
------------------------------
P [PENDING]
[release-pipelines-suite FBC e2e-tests] with FBC pre-GA process FBC pre-GA post-release verification creates component from git source https://github.com/redhat-appstudio-qe/fbc-sample-repo-test [release-pipelines, fbc-release, fbcPreGA]
/tmp/tmp.U7yTQUf0wW/tests/release/pipelines/fbc_release.go:286
------------------------------
SSS
------------------------------
P [PENDING]
[build-service-suite Build templates E2E test] HACBS pipelines scenario sample-python-basic-oci (docker-build-oci-ta-min) when the container image for component with Git source URL https://github.com/redhat-appstudio-qe/devfile-sample-python-basic is created and pushed to container registry verify-enterprise-contract check should pass [build, build-templates, HACBS, pipeline-service, pipeline, sbom, slow, build-templates-e2e]
/tmp/tmp.U7yTQUf0wW/tests/build/build_templates.go:569
------------------------------
P [PENDING]
[multi-platform-build-service-suite Multi Platform Controller E2E tests] ibm system z dynamic allocation when the Component with multi-platform-build is created that PipelineRun completes successfully [multi-platform, ibmz-dynamic]
/tmp/tmp.U7yTQUf0wW/tests/build/multi-platform.go:353
------------------------------
SSS
------------------------------
P [PENDING]
[release-pipelines-suite FBC e2e-tests] with FBC pre-GA process FBC pre-GA post-release verification Creates a push snapshot for a release [release-pipelines, fbc-release, fbcPreGA]
/tmp/tmp.U7yTQUf0wW/tests/release/pipelines/fbc_release.go:291
------------------------------
S
------------------------------
P [PENDING]
[multi-platform-build-service-suite Multi Platform Controller E2E tests] ibm system z dynamic allocation when the Component with multi-platform-build is created check cleanup happened successfully [multi-platform, ibmz-dynamic]
/tmp/tmp.U7yTQUf0wW/tests/build/multi-platform.go:357
------------------------------
S
------------------------------
P [PENDING]
[release-pipelines-suite FBC e2e-tests] with FBC pre-GA process FBC pre-GA post-release verification verifies the fbc release pipelinerun is running and succeeds [release-pipelines, fbc-release, fbcPreGA]
/tmp/tmp.U7yTQUf0wW/tests/release/pipelines/fbc_release.go:295
------------------------------
SSS
------------------------------
P [PENDING]
[release-pipelines-suite FBC e2e-tests] with FBC pre-GA process FBC pre-GA post-release verification verifies release CR completed and set succeeded. [release-pipelines, fbc-release, fbcPreGA]
/tmp/tmp.U7yTQUf0wW/tests/release/pipelines/fbc_release.go:299
------------------------------
SSS
------------------------------
P [PENDING]
[multi-platform-build-service-suite Multi Platform Controller E2E tests] ibm power pc dynamic allocation when the Component with multi-platform-build is created a PipelineRun is triggered [multi-platform, ibmp-dynamic]
/tmp/tmp.U7yTQUf0wW/tests/build/multi-platform.go:432
------------------------------
SSSSS
------------------------------
P [PENDING]
[multi-platform-build-service-suite Multi Platform Controller E2E tests] ibm power pc dynamic allocation when the Component with multi-platform-build is created the build-container task from component pipelinerun is buildah-remote [multi-platform, ibmp-dynamic]
/tmp/tmp.U7yTQUf0wW/tests/build/multi-platform.go:436
------------------------------
SS
------------------------------
P [PENDING]
[build-service-suite Build templates E2E test] HACBS pipelines scenario sample-python-basic-oci (docker-build-oci-ta-min) build-definitions ec pipelines runs ec pipeline pipelines/enterprise-contract.yaml [build, build-templates, HACBS, pipeline-service, pipeline, build-templates-e2e]
/tmp/tmp.U7yTQUf0wW/tests/build/build_templates.go:744
------------------------------
P [PENDING]
[multi-platform-build-service-suite Multi Platform Controller E2E tests] ibm power pc dynamic allocation when the Component with multi-platform-build is created The multi platform secret is populated [multi-platform, ibmp-dynamic]
/tmp/tmp.U7yTQUf0wW/tests/build/multi-platform.go:440
------------------------------
SSS
------------------------------
P [PENDING]
[multi-platform-build-service-suite Multi Platform Controller E2E tests] ibm power pc dynamic allocation when the Component with multi-platform-build is created that PipelineRun completes successfully [multi-platform, ibmp-dynamic]
/tmp/tmp.U7yTQUf0wW/tests/build/multi-platform.go:444
------------------------------
SSSSS
------------------------------
P [PENDING]
[multi-platform-build-service-suite Multi Platform Controller E2E tests] ibm power pc dynamic allocation when the Component with multi-platform-build is created check cleanup happened successfully [multi-platform, ibmp-dynamic]
/tmp/tmp.U7yTQUf0wW/tests/build/multi-platform.go:448
------------------------------
SSSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
P [PENDING]
[build-service-suite Build templates E2E test] HACBS pipelines scenario sample-python-basic-oci (docker-build) when Pipeline Results are stored for component with Git source URL https://github.com/redhat-appstudio-qe/devfile-sample-python-basic and Pipeline docker-build should have Pipeline Logs [build, build-templates, HACBS, pipeline-service, pipeline]
/tmp/tmp.U7yTQUf0wW/tests/build/build_templates.go:507
------------------------------
SSSSSSSSS
------------------------------
P [PENDING]
[build-service-suite Build templates E2E test] HACBS pipelines scenario sample-python-basic-oci (docker-build) when the container image for component with Git source URL https://github.com/redhat-appstudio-qe/devfile-sample-python-basic is created and pushed to container registry verify-enterprise-contract check should pass [build, build-templates, HACBS, pipeline-service, pipeline, sbom, slow, build-templates-e2e]
/tmp/tmp.U7yTQUf0wW/tests/build/build_templates.go:569
------------------------------
SSSSSSS
------------------------------
P [PENDING]
[build-service-suite Build templates E2E test] HACBS pipelines scenario sample-python-basic-oci (docker-build) build-definitions ec pipelines runs ec pipeline pipelines/enterprise-contract.yaml [build, build-templates, HACBS, pipeline-service, pipeline, build-templates-e2e]
/tmp/tmp.U7yTQUf0wW/tests/build/build_templates.go:744
------------------------------
SSSSSSSSSSSSSSSSSSS
------------------------------
P [PENDING]
[build-service-suite Build templates E2E test] HACBS pipelines scenario sample-python-basic-oci (docker-build-oci-ta) when Pipeline Results are stored for component with Git source URL https://github.com/redhat-appstudio-qe/devfile-sample-python-basic and Pipeline docker-build-oci-ta should have Pipeline Logs [build, build-templates, HACBS, pipeline-service, pipeline]
/tmp/tmp.U7yTQUf0wW/tests/build/build_templates.go:507
------------------------------
SSSSSSS
------------------------------
P [PENDING]
[build-service-suite Build templates E2E test] HACBS pipelines scenario sample-python-basic-oci (docker-build-oci-ta) when the container image for component with Git source URL https://github.com/redhat-appstudio-qe/devfile-sample-python-basic is created and pushed to container registry verify-enterprise-contract check should pass [build, build-templates, HACBS, pipeline-service, pipeline, sbom, slow, build-templates-e2e]
/tmp/tmp.U7yTQUf0wW/tests/build/build_templates.go:569
------------------------------
SSSSS
------------------------------
P [PENDING]
[build-service-suite Build templates E2E test] HACBS pipelines scenario sample-python-basic-oci (docker-build-oci-ta) build-definitions ec pipelines runs ec pipeline pipelines/enterprise-contract.yaml [build, build-templates, HACBS, pipeline-service, pipeline, build-templates-e2e]
/tmp/tmp.U7yTQUf0wW/tests/build/build_templates.go:744
------------------------------
SSSSSSSSSSSSSSSSSSSSSSSSSSSS•••••••••••••••••••••••••••••••••••••••••••••••••••
------------------------------
P [PENDING]
[build-service-suite Build service E2E tests] test build secret lookup when two secrets are created when second component is deleted, pac pr branch should not exist in the repo [build-service, github, pac-build, secret-lookup]
/tmp/tmp.U7yTQUf0wW/tests/build/secret_lookup.go:206
------------------------------
••••••••••••••••••••••••••••••••••••••••••••••••••••
------------------------------
• [FAILED] [556.416 seconds]
[build-service-suite Build service E2E tests] test git provider fj component update with renovate when components are created in same namespace [It] should lead to a nudge PR creation for child component [build-service, renovate, multi-component, forgejo]
/tmp/tmp.U7yTQUf0wW/tests/build/renovate.go:412
Timeline >>
"level"=0 "msg"="error listing PRs in konflux-qe/build-nudge-child-aixmsz (attempt 1/3): unknown API Error: 502\nRequest: '/api/v1/repos/konflux-qe/build-nudge-child-aixmsz/pulls' with 'GET' method and '\n
502 Service unavailable - Codeberg.org\n\n\n\n\n\tService unavailable
\n\tThis Codeberg service is currently unavailable due to technical difficulties, maintenance or a service update.
\n\tWe are sorry for the inconvenience, and we do hope that we'll be back soon.
\n\t\n\t\n\t\tIf this error continues to show up, please have a look at our status page.
\n\t\tFor more information on possible outages, follow us on Mastodon or have a look at our Matrix channel.\n\t
\n\n' body"
"level"=0 "msg"="error listing PRs in konflux-qe/build-nudge-child-aixmsz (attempt 2/3): unknown API Error: 502\nRequest: '/api/v1/repos/konflux-qe/build-nudge-child-aixmsz/pulls' with 'GET' method and '\n502 Service unavailable - Codeberg.org\n\n\n\n\n\tService unavailable
\n\tThis Codeberg service is currently unavailable due to technical difficulties, maintenance or a service update.
\n\tWe are sorry for the inconvenience, and we do hope that we'll be back soon.
\n\t\n\t\n\t\tIf this error continues to show up, please have a look at our status page.
\n\t\tFor more information on possible outages, follow us on Mastodon or have a look at our Matrix channel.\n\t
\n\n' body"
"level"=0 "msg"="error listing PRs in konflux-qe/build-nudge-child-aixmsz (attempt 3/3): unknown API Error: 502\nRequest: '/api/v1/repos/konflux-qe/build-nudge-child-aixmsz/pulls' with 'GET' method and '\n502 Service unavailable - Codeberg.org\n\n\n\n\n\tService unavailable
\n\tThis Codeberg service is currently unavailable due to technical difficulties, maintenance or a service update.
\n\tWe are sorry for the inconvenience, and we do hope that we'll be back soon.
\n\t\n\t\n\t\tIf this error continues to show up, please have a look at our status page.
\n\t\tFor more information on possible outages, follow us on Mastodon or have a look at our Matrix channel.\n\t
\n\n' body"
[FAILED] in [It] - /tmp/tmp.U7yTQUf0wW/tests/build/renovate.go:418 @ 04/28/26 16:31:38.987
<< Timeline
[FAILED] Unexpected error:
<*fmt.wrapError | 0xc00051e0c0>:
failed to list pull requests for konflux-qe/build-nudge-child-aixmsz after 3 retries: unknown API Error: 502
Request: '/api/v1/repos/konflux-qe/build-nudge-child-aixmsz/pulls' with 'GET' method and '
502 Service unavailable - Codeberg.org
Service unavailable
This Codeberg service is currently unavailable due to technical difficulties, maintenance or a service update.
We are sorry for the inconvenience, and we do hope that we'll be back soon.
If this error continues to show up, please have a look at our status page.
For more information on possible outages, follow us on Mastodon or have a look at our Matrix channel.
' body
{
msg: "failed to list pull requests for konflux-qe/build-nudge-child-aixmsz after 3 retries: unknown API Error: 502\nRequest: '/api/v1/repos/konflux-qe/build-nudge-child-aixmsz/pulls' with 'GET' method and '\n502 Service unavailable - Codeberg.org\n\n\n\n\n\tService unavailable
\n\tThis Codeberg service is currently unavailable due to technical difficulties, maintenance or a service update.
\n\tWe are sorry for the inconvenience, and we do hope that we'll be back soon.
\n\t\n\t\n\t\tIf this error continues to show up, please have a look at our status page.
\n\t\tFor more information on possible outages, follow us on Mastodon or have a look at our Matrix channel.\n\t
\n\n' body",
err: <*errors.errorString | 0xc001670060>{
s: "unknown API Error: 502\nRequest: '/api/v1/repos/konflux-qe/build-nudge-child-aixmsz/pulls' with 'GET' method and '\n502 Service unavailable - Codeberg.org\n\n\n\n\n\tService unavailable
\n\tThis Codeberg service is currently unavailable due to technical difficulties, maintenance or a service update.
\n\tWe are sorry for the inconvenience, and we do hope that we'll be back soon.
\n\t\n\t\n\t\tIf this error continues to show up, please have a look at our status page.
\n\t\tFor more information on possible outages, follow us on Mastodon or have a look at our Matrix channel.\n\t
\n\n' body",
},
}
occurred
In [It] at: /tmp/tmp.U7yTQUf0wW/tests/build/renovate.go:418 @ 04/28/26 16:31:38.987
------------------------------
SS•••••••••••••
------------------------------
• [FAILED] [816.966 seconds]
[build-service-suite Build service E2E tests] test git provider fj PaC component build when the PaC init branch is merged [BeforeAll] eventually leads to triggering another PipelineRun [build-service, github-webhook, pac-build, pipeline, image-controller, forgejo, build-custom-branch]
[BeforeAll] /tmp/tmp.U7yTQUf0wW/tests/build/pac_build.go:520
[It] /tmp/tmp.U7yTQUf0wW/tests/build/pac_build.go:530
[FAILED] Timed out after 816.023s.
error when merging PaC pull request #2 in repo konflux-qe/devfile-sample-hello-world-nyuvfg
Unexpected error:
<*errors.errorString | 0xc0009da090>:
merge was not successful
{
s: "merge was not successful",
}
occurred
In [BeforeAll] at: /tmp/tmp.U7yTQUf0wW/tests/build/pac_build.go:524 @ 04/28/26 16:44:22.468
------------------------------
SSSS
------------------------------
P [PENDING]
[build-service-suite Build service E2E tests] test git provider fj PaC component build when the PaC init branch is merged retrigger the pipeline manually [build-service, github-webhook, pac-build, pipeline, image-controller, forgejo, build-custom-branch]
/tmp/tmp.U7yTQUf0wW/tests/build/pac_build.go:600
------------------------------
P [PENDING]
[build-service-suite Build service E2E tests] test git provider fj PaC component build when the PaC init branch is merged retriggered pipelineRun should eventually finish [build-service, github-webhook, pac-build, pipeline, image-controller, forgejo, build-custom-branch]
/tmp/tmp.U7yTQUf0wW/tests/build/pac_build.go:642
------------------------------
SS••••••
------------------------------
P [PENDING]
[build-service-suite Build service E2E tests] test git provider gh PaC component build when the PaC init branch is merged retrigger the pipeline manually [build-service, github-webhook, pac-build, pipeline, image-controller, github, build-custom-branch]
/tmp/tmp.U7yTQUf0wW/tests/build/pac_build.go:600
------------------------------
P [PENDING]
[build-service-suite Build service E2E tests] test git provider gh PaC component build when the PaC init branch is merged retriggered pipelineRun should eventually finish [build-service, github-webhook, pac-build, pipeline, image-controller, github, build-custom-branch]
/tmp/tmp.U7yTQUf0wW/tests/build/pac_build.go:642
------------------------------
••••
------------------------------
P [PENDING]
[build-service-suite Build service E2E tests] test git provider gl PaC component build when the PaC init branch is merged retrigger the pipeline manually [build-service, github-webhook, pac-build, pipeline, image-controller, gitlab, build-custom-branch]
/tmp/tmp.U7yTQUf0wW/tests/build/pac_build.go:600
------------------------------
P [PENDING]
[build-service-suite Build service E2E tests] test git provider gl PaC component build when the PaC init branch is merged retriggered pipelineRun should eventually finish [build-service, github-webhook, pac-build, pipeline, image-controller, gitlab, build-custom-branch]
/tmp/tmp.U7yTQUf0wW/tests/build/pac_build.go:642
------------------------------
••••••••
------------------------------
• [TIMEDOUT] [54.816 seconds]
[build-service-suite Build service E2E tests] test pac with multiple components using same repository when components are created in same namespace [It] the PipelineRun should eventually finish successfully for component python-component-adosln [build-service, github, pac-build, multi-component]
/tmp/tmp.U7yTQUf0wW/tests/build/multi_component.go:159
Timeline >>
PipelineRun python-component-adosln-on-pull-request-st7wk found for Component build-e2e-zdtx/python-component-adosln
PipelineRun python-component-adosln-on-pull-request-st7wk reason: Running
PipelineRun python-component-adosln-on-pull-request-st7wk reason: Running
PipelineRun python-component-adosln-on-pull-request-st7wk reason: Running
[TIMEDOUT] in [It] - /tmp/tmp.U7yTQUf0wW/tests/build/multi_component.go:159 @ 04/28/26 17:22:04.46
<< Timeline
[TIMEDOUT] A suite timeout occurred
In [It] at: /tmp/tmp.U7yTQUf0wW/tests/build/multi_component.go:159 @ 04/28/26 17:22:04.46
This is the Progress Report generated when the suite timeout occurred:
[build-service-suite Build service E2E tests] test pac with multiple components using same repository when components are created in same namespace the PipelineRun should eventually finish successfully for component python-component-adosln (Spec Runtime: 52.683s)
/tmp/tmp.U7yTQUf0wW/tests/build/multi_component.go:159
In [It] (Node Runtime: 52.683s)
/tmp/tmp.U7yTQUf0wW/tests/build/multi_component.go:159
Spec Goroutine
goroutine 606 [select]
k8s.io/apimachinery/pkg/util/wait.loopConditionUntilContext({0x49a7758, 0xc000bfaaf0}, {0x4991788, 0xc000899020}, 0x1, 0x0, 0xc000db3d28)
/opt/app-root/src/go/pkg/mod/k8s.io/apimachinery@v0.34.2/pkg/util/wait/loop.go:66
k8s.io/apimachinery/pkg/util/wait.PollUntilContextTimeout({0x49a7608?, 0x6f6b100?}, 0x4a817c800, 0x45d964b800?, 0x1, 0xc00013bd28)
/opt/app-root/src/go/pkg/mod/k8s.io/apimachinery@v0.34.2/pkg/util/wait/poll.go:48
github.com/konflux-ci/e2e-tests/pkg/clients/has.(*HasController).WaitForComponentPipelineToBeFinished(0xc00079aa80, 0xc0012fca08, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, 0xc000cf6678, 0xc000db3e80, ...)
/tmp/tmp.U7yTQUf0wW/pkg/clients/has/components.go:218
> github.com/konflux-ci/e2e-tests/tests/build.init.func4.1.3.4()
/tmp/tmp.U7yTQUf0wW/tests/build/multi_component.go:160
|
| It(fmt.Sprintf("the PipelineRun should eventually finish successfully for component %s", componentName), func() {
> Expect(f.AsKubeAdmin.HasController.WaitForComponentPipelineToBeFinished(component, "", "", "",
| f.AsKubeAdmin.TektonController, &has.RetryOptions{Retries: 2, Always: true}, nil)).To(Succeed())
| })
github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x0?, 0xc000e0c000?})
/opt/app-root/src/go/pkg/mod/github.com/onsi/ginkgo/v2@v2.28.0/internal/node.go:585
github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3()
/opt/app-root/src/go/pkg/mod/github.com/onsi/ginkgo/v2@v2.28.0/internal/suite.go:946
github.com/onsi/ginkgo/v2/internal.(*Suite).runNode in goroutine 102
/opt/app-root/src/go/pkg/mod/github.com/onsi/ginkgo/v2@v2.28.0/internal/suite.go:911
------------------------------
SSSSSSSSSSSSSSSSSSSSSSSS
Summarizing 3 Failures:
[FAIL] [build-service-suite Build service E2E tests] test git provider fj component update with renovate when components are created in same namespace [It] should lead to a nudge PR creation for child component [build-service, renovate, multi-component, forgejo]
/tmp/tmp.U7yTQUf0wW/tests/build/renovate.go:418
[FAIL] [build-service-suite Build service E2E tests] test git provider fj PaC component build when the PaC init branch is merged [BeforeAll] eventually leads to triggering another PipelineRun [build-service, github-webhook, pac-build, pipeline, image-controller, forgejo, build-custom-branch]
/tmp/tmp.U7yTQUf0wW/tests/build/pac_build.go:524
[TIMEDOUT] [build-service-suite Build service E2E tests] test pac with multiple components using same repository when components are created in same namespace [It] the PipelineRun should eventually finish successfully for component python-component-adosln [build-service, github, pac-build, multi-component]
/tmp/tmp.U7yTQUf0wW/tests/build/multi_component.go:159
Ran 137 of 467 Specs in 5265.582 seconds
FAIL! - Suite Timeout Elapsed -- 134 Passed | 3 Failed | 88 Pending | 242 Skipped
Ginkgo ran 1 suite in 1h30m3.500195983s
Test Suite Failed
E0428 17:22:06.753660 18360 types.go:186] Failed to execute rule: build-service repo CI Workflow Rule: Execute the full workflow for e2e-tests repo in CI
Error: running "ginkgo --seed=1777391517 --timeout=1h30m0s --grace-period=30s --output-interceptor-mode=none --label-filter=build-service --no-color --json-report=e2e-report.json --junit-report=e2e-report.xml --procs=20 --nodes=20 --p --output-dir=/workspace/artifact-dir ./cmd --" failed with exit code 1
make: *** [Makefile:25: ci/test/e2e] Error 1