package-and-qa
Failed Started
by
@gitlab-bot

🤖 GitLab Bot 🤖
1Running with gitlab-runner 14.10.0~beta.50.g1f2fe53e (1f2fe53e)2 on green-1.private.runners-manager.gitlab.com/gitlab.com/gitlab-org 4bq1s9yM3 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image gitlab.com:443/gitlab-org/dependency_proxy/containers/ruby:2.7-alpine ...7Authenticating with credentials from job payload (GitLab Registry)8Pulling docker image gitlab.com:443/gitlab-org/dependency_proxy/containers/ruby:2.7-alpine ...9Using docker image sha256:89afef9d572fba4238b19c96d3fdf7ab79300c2c810c3435d048757f3f7f2516 for gitlab.com:443/gitlab-org/dependency_proxy/containers/ruby:2.7-alpine with digest gitlab.com:443/gitlab-org/dependency_proxy/containers/ruby@sha256:73edcdf24134dfef0f7e887f797d54a510816624f2fa9473485c83934dd4af38 ...11Running on runner-4bq1s9ym-project-278964-concurrent-0 via runner-4bq1s9ym-private-1651131264-f0e59a98...13$ eval "$CI_PRE_CLONE_SCRIPT"14Fetching changes with git depth set to 20...15Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/16Created fresh repository.17remote: Enumerating objects: 110099, done. 18remote: Counting objects: 100% (110099/110099), done. 19remote: Compressing objects: 100% (75308/75308), done.20remote: Total 110099 (delta 45363), reused 74671 (delta 31050), pack-reused 0 21Receiving objects: 100% (110099/110099), 105.43 MiB | 30.53 MiB/s, done.22Resolving deltas: 100% (45363/45363), done.24 * [new ref] refs/pipelines/526711412 -> refs/pipelines/52671141225 * [new branch] master -> origin/master26Checking out bc8c209c as master...27Skipping Git submodules setup29Downloading artifacts for detect-tests (2388482950)...30Downloading artifacts from coordinator... ok id=2388482950 responseStatus=200 OK token=Qe57Hy4932Using docker image sha256:89afef9d572fba4238b19c96d3fdf7ab79300c2c810c3435d048757f3f7f2516 for gitlab.com:443/gitlab-org/dependency_proxy/containers/ruby:2.7-alpine with digest gitlab.com:443/gitlab-org/dependency_proxy/containers/ruby@sha256:73edcdf24134dfef0f7e887f797d54a510816624f2fa9473485c83934dd4af38 ...33$ source scripts/utils.sh34$ install_gitlab_gem35$ gem install httparty --no-document --version 0.18.136Successfully installed mime-types-data-3.2022.010537Successfully installed mime-types-3.4.138Successfully installed multi_xml-0.6.039When you HTTParty, you must party hard!40Successfully installed httparty-0.18.1414 gems installed42==> 'gem install httparty --no-document --version 0.18.1' succeeded in 1 seconds.43$ gem install gitlab --no-document --version 4.17.044Successfully installed unicode-display_width-1.8.045Successfully installed terminal-table-1.8.046Successfully installed gitlab-4.17.0473 gems installed48==> 'gem install gitlab --no-document --version 4.17.0' succeeded in 1 seconds.49$ tooling/bin/find_change_diffs ${CHANGES_DIFFS_DIR}50CI_MERGE_REQUEST_PROJECT_PATH is missing.51CI_MERGE_REQUEST_IID is missing.52Exiting as this does not appear to be a merge request pipeline.53$ tooling/bin/qa/check_if_qa_only_spec_changes ${CHANGES_FILE} ${ONLY_QA_CHANGES_FILE}54$ [ -f $ONLY_QA_CHANGES_FILE ] && export QA_TESTS="`cat $ONLY_QA_CHANGES_FILE`"55$ echo "QA_TESTS: $QA_TESTS"56QA_TESTS: 57$ exit_code=0 && tooling/bin/qa/package_and_qa_check ${CHANGES_DIFFS_DIR} || exit_code=$?58$ echo $exit_code59060$ if [ $exit_code -eq 0 ]; then # collapsed multi-line command61Triggering downstream pipeline on gitlab-org/build/omnibus-gitlab-mirror62with variables {"TRIGGER_SOURCE"=>"https://gitlab.com/gitlab-org/gitlab/-/jobs/2388484395", "TOP_UPSTREAM_SOURCE_PROJECT"=>"gitlab-org/gitlab", "TOP_UPSTREAM_SOURCE_REF"=>"master", "TOP_UPSTREAM_SOURCE_JOB"=>"https://gitlab.com/gitlab-org/gitlab/-/jobs/2388484395", "TOP_UPSTREAM_MERGE_REQUEST_PROJECT_ID"=>nil, "TOP_UPSTREAM_MERGE_REQUEST_IID"=>nil, "GITLAB_REF_SLUG"=>"master", "TRIGGERED_USER"=>"🤖 GitLab Bot 🤖", "TOP_UPSTREAM_SOURCE_SHA"=>"bc8c209c6339fc05b88a57a665e4950a99b3c797", "GITLAB_VERSION"=>"bc8c209c6339fc05b88a57a665e4950a99b3c797", "IMAGE_TAG"=>"bc8c209c6339fc05b88a57a665e4950a99b3c797", "QA_IMAGE"=>"registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:bc8c209c6339fc05b88a57a665e4950a99b3c797", "SKIP_QA_DOCKER"=>"true", "ALTERNATIVE_SOURCES"=>"true", "SECURITY_SOURCES"=>"false", "ee"=>"true", "QA_BRANCH"=>"master", "CACHE_UPDATE"=>"true", "GITLAB_QA_OPTIONS"=>nil, "QA_TESTS"=>nil, "ALLURE_JOB_NAME"=>"package-and-qa", "GITLAB_SHELL_VERSION"=>"13.25.2", "GITLAB_METRICS_EXPORTER_VERSION"=>"main", "GITLAB_ELASTICSEARCH_INDEXER_VERSION"=>"2.17.0", "GITLAB_KAS_VERSION"=>"14.10.0", "GITLAB_WORKHORSE_VERSION"=>"14.11.0-pre", "GITLAB_PAGES_VERSION"=>"1.57.0", "GITALY_SERVER_VERSION"=>"ccfab390f7c32dae9d5683662be62d27c80f768f"}63Triggered downstream pipeline: https://gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/-/pipelines/52673455464Waiting for downstream pipeline status65................................................................................................................................................./scripts/trigger-build.rb:472:in `block in wait!': Pipeline did not succeed! (RuntimeError)66 from ./scripts/trigger-build.rb:463:in `times'67 from ./scripts/trigger-build.rb:463:in `wait!'68 from ./scripts/trigger-build.rb:505:in `<main>'70ERROR: Job failed: exit code 1