package-and-qa
Failed Started
by
@ibaum
Ian Baum
1Running with gitlab-runner 14.6.0~beta.30.g4c96395a (4c96395a)2 on blue-2.private.runners-manager.gitlab.com/gitlab.com/gitlab-org QvBVRoXM3 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 gitlab.com:443/gitlab-org/dependency_proxy/containers/ruby@sha256:9ec400cdfb1268a573247a4525a6ae1b882e69957dd4628dcf00f3d191a22e1b ...11Running on runner-qvbvroxm-project-278964-concurrent-0 via runner-qvbvroxm-private-1641400219-244b2770...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: 88555, done. 18remote: Counting objects: 100% (88555/88555), done. 19remote: Compressing objects: 100% (65415/65415), done. 20remote: Total 88555 (delta 29980), reused 58715 (delta 19472), pack-reused 0 21Receiving objects: 100% (88555/88555), 102.82 MiB | 30.05 MiB/s, done.22Resolving deltas: 100% (29980/29980), done.24 * [new ref] 258a8024c87e7745b9a5c26a1839b04e034827c0 -> refs/pipelines/44204859725Checking out 258a8024 as refs/merge-requests/77532/head...26Skipping Git submodules setup28Downloading artifacts for detect-tests (1944534669)...29Downloading artifacts from coordinator... ok id=1944534669 responseStatus=200 OK token=mbHFMxKD31Using docker image sha256:3fd7f30ca678d3e26b1a0bcb23d2ae7984347e77a99d0266ca78133543efcc0b 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:9ec400cdfb1268a573247a4525a6ae1b882e69957dd4628dcf00f3d191a22e1b ...32$ source scripts/utils.sh33$ install_gitlab_gem34Successfully installed multi_xml-0.6.035Successfully installed mime-types-data-3.2021.111536Successfully installed mime-types-3.4.137When you HTTParty, you must party hard!38Successfully installed httparty-0.18.1394 gems installed40Successfully installed unicode-display_width-1.8.041Successfully installed terminal-table-1.8.042Successfully installed gitlab-4.17.0433 gems installed44$ tooling/bin/find_change_diffs ${CHANGES_DIFFS_DIR}45$ tooling/bin/qa/check_if_qa_only_spec_changes ${CHANGES_FILE} ${ONLY_QA_CHANGES_FILE}46$ [ -f $ONLY_QA_CHANGES_FILE ] && export QA_TESTS="`cat $ONLY_QA_CHANGES_FILE`"47$ echo "QA_TESTS: $QA_TESTS"48QA_TESTS: 49$ exit_code=0 && tooling/bin/qa/package_and_qa_check ${CHANGES_DIFFS_DIR} || exit_code=$?50$ echo $exit_code51052$ if [ $exit_code -eq 0 ]; then # collapsed multi-line command53Triggering downstream pipeline on gitlab-org/build/omnibus-gitlab-mirror54with variables {"GITLAB_REF_SLUG"=>"332006-backup-package-registry-files", "TRIGGERED_USER"=>"Ian Baum", "TRIGGER_SOURCE"=>"https://gitlab.com/gitlab-org/gitlab/-/jobs/1944536612", "TOP_UPSTREAM_SOURCE_PROJECT"=>"gitlab-org/gitlab", "TOP_UPSTREAM_SOURCE_JOB"=>"https://gitlab.com/gitlab-org/gitlab/-/jobs/1944536612", "TOP_UPSTREAM_SOURCE_SHA"=>"258a8024c87e7745b9a5c26a1839b04e034827c0", "TOP_UPSTREAM_SOURCE_REF"=>"332006-backup-package-registry-files", "TOP_UPSTREAM_MERGE_REQUEST_PROJECT_ID"=>"278964", "TOP_UPSTREAM_MERGE_REQUEST_IID"=>"77532", "GITLAB_VERSION"=>"258a8024c87e7745b9a5c26a1839b04e034827c0", "IMAGE_TAG"=>"258a8024c87e7745b9a5c26a1839b04e034827c0", "QA_IMAGE"=>"registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:258a8024c87e7745b9a5c26a1839b04e034827c0", "SKIP_QA_DOCKER"=>"true", "ALTERNATIVE_SOURCES"=>"true", "SECURITY_SOURCES"=>"false", "ee"=>"true", "QA_BRANCH"=>"master", "CACHE_UPDATE"=>nil, "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.7.0-pre", "GITLAB_PAGES_VERSION"=>"1.50.0", "GITALY_SERVER_VERSION"=>"b5f5b5a9a3ee4ba8f9fb6678a35e400e1087ba04"}55Triggered downstream pipeline: https://gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/-/pipelines/44209959956Waiting for downstream pipeline status57................................................................................................................/scripts/trigger-build:418:in `block in wait!': Pipeline did not succeed! (RuntimeError)58 from ./scripts/trigger-build:409:in `times'59 from ./scripts/trigger-build:409:in `wait!'60 from ./scripts/trigger-build:450:in `<main>'62ERROR: Job failed: exit code 1