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

🤖 GitLab Bot 🤖
1Running with gitlab-runner 14.6.0~beta.71.gf035ecbf (f035ecbf)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:3fd7f30ca678d3e26b1a0bcb23d2ae7984347e77a99d0266ca78133543efcc0b for gitlab.com:443/gitlab-org/dependency_proxy/containers/ruby:2.7-alpine with digest ruby@sha256:6f64f2efcb310a80f42605790b0121991f923e10ef4e8a1deaa3f3abcf2c9fd0 ...11Running on runner-4bq1s9ym-project-278964-concurrent-0 via runner-4bq1s9ym-private-1639730914-1f9c52fb...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: 97054, done. 18remote: Counting objects: 100% (97054/97054), done. 19remote: Compressing objects: 100% (70210/70210), done. 20remote: Total 97054 (delta 35128), reused 65674 (delta 23095), pack-reused 0 21Receiving objects: 100% (97054/97054), 103.13 MiB | 30.04 MiB/s, done.22Resolving deltas: 100% (35128/35128), done.24 * [new ref] e6cb3266610a77f4e96da3db057b2addfcd2bc02 -> refs/pipelines/43176752725 * [new branch] master -> origin/master26Checking out e6cb3266 as master...27Skipping Git submodules setup29Downloading artifacts for detect-tests (1896227860)...30Downloading artifacts from coordinator... ok id=1896227860 responseStatus=200 OK token=dsV-P12V32Using docker image sha256:3fd7f30ca678d3e26b1a0bcb23d2ae7984347e77a99d0266ca78133543efcc0b for gitlab.com:443/gitlab-org/dependency_proxy/containers/ruby:2.7-alpine with digest ruby@sha256:6f64f2efcb310a80f42605790b0121991f923e10ef4e8a1deaa3f3abcf2c9fd0 ...33$ source scripts/utils.sh34$ install_gitlab_gem35Successfully installed multi_xml-0.6.036Successfully installed mime-types-data-3.2021.111537Successfully installed mime-types-3.4.138When you HTTParty, you must party hard!39Successfully installed httparty-0.18.1404 gems installed41Successfully installed unicode-display_width-1.8.042Successfully installed terminal-table-1.8.043Successfully installed gitlab-4.17.0443 gems installed45$ tooling/bin/find_change_diffs ${CHANGES_DIFFS_DIR}46CI_MERGE_REQUEST_PROJECT_PATH is missing.47CI_MERGE_REQUEST_IID is missing.48Exiting as this does not appear to be a merge request pipeline.49$ tooling/bin/qa/check_if_qa_only_spec_changes ${CHANGES_FILE} ${ONLY_QA_CHANGES_FILE}50$ [ -f $ONLY_QA_CHANGES_FILE ] && export QA_TESTS="`cat $ONLY_QA_CHANGES_FILE`"51$ echo "QA_TESTS: $QA_TESTS"52QA_TESTS: 53$ exit_code=0 && tooling/bin/qa/package_and_qa_check ${CHANGES_DIFFS_DIR} || exit_code=$?54$ echo $exit_code55056$ if [ $exit_code -eq 0 ]; then # collapsed multi-line command57Triggering downstream pipeline on gitlab-org/build/omnibus-gitlab-mirror58with variables {"GITLAB_REF_SLUG"=>"master", "TRIGGERED_USER"=>"🤖 GitLab Bot 🤖", "TRIGGER_SOURCE"=>"https://gitlab.com/gitlab-org/gitlab/-/jobs/1896228813", "TOP_UPSTREAM_SOURCE_PROJECT"=>"gitlab-org/gitlab", "TOP_UPSTREAM_SOURCE_JOB"=>"https://gitlab.com/gitlab-org/gitlab/-/jobs/1896228813", "TOP_UPSTREAM_SOURCE_SHA"=>"e6cb3266610a77f4e96da3db057b2addfcd2bc02", "TOP_UPSTREAM_SOURCE_REF"=>"master", "TOP_UPSTREAM_MERGE_REQUEST_PROJECT_ID"=>nil, "TOP_UPSTREAM_MERGE_REQUEST_IID"=>nil, "GITLAB_VERSION"=>"e6cb3266610a77f4e96da3db057b2addfcd2bc02", "IMAGE_TAG"=>"e6cb3266610a77f4e96da3db057b2addfcd2bc02", "QA_IMAGE"=>"registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:e6cb3266610a77f4e96da3db057b2addfcd2bc02", "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.22.1", "GITLAB_ELASTICSEARCH_INDEXER_VERSION"=>"2.17.0", "GITLAB_KAS_VERSION"=>"14.5.0", "GITLAB_WORKHORSE_VERSION"=>"14.6.0-pre", "GITLAB_PAGES_VERSION"=>"1.49.0", "GITALY_SERVER_VERSION"=>"0e0aeb5ca4488903f41acd392911bd89d1ad3d6d"}59Triggered downstream pipeline: https://gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/-/pipelines/43177316560Waiting for downstream pipeline status61............................................................................................................................./scripts/trigger-build:418:in `block in wait!': Pipeline did not succeed! (RuntimeError)62 from ./scripts/trigger-build:409:in `times'63 from ./scripts/trigger-build:409:in `wait!'64 from ./scripts/trigger-build:450:in `<main>'66ERROR: Job failed: exit code 1