package-and-qa
Canceled Created
by
@ibaum
Ian Baum
1Running with gitlab-runner 14.6.0~beta.71.gf035ecbf (f035ecbf)2 on green-2.private.runners-manager.gitlab.com/gitlab.com/gitlab-org GaSD-S1F3 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-gasd-s1f-project-278964-concurrent-0 via runner-gasd-s1f-private-1640895192-d6d060e3...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: 101365, done. 18remote: Counting objects: 100% (101365/101365), done. 19remote: Compressing objects: 100% (72594/72594), done. 20remote: Total 101365 (delta 38227), reused 68603 (delta 24653), pack-reused 0 21Receiving objects: 100% (101365/101365), 107.39 MiB | 30.42 MiB/s, done.22Resolving deltas: 100% (38227/38227), done.24 * [new ref] 389d27dc052e1f8848d47fb5e00171b19af88612 -> refs/pipelines/43924822825Checking out 389d27dc as refs/merge-requests/73492/merge...26Skipping Git submodules setup28Downloading artifacts for detect-tests (1931331052)...29Downloading artifacts from coordinator... ok id=1931331052 responseStatus=200 OK token=1Unb853u 30 Executing "step_script" stage of the job script 31Using 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"=>"qa-geo-check-address", "TRIGGERED_USER"=>"Ian Baum", "TRIGGER_SOURCE"=>"https://gitlab.com/gitlab-org/gitlab/-/jobs/1931331074", "TOP_UPSTREAM_SOURCE_PROJECT"=>"gitlab-org/gitlab", "TOP_UPSTREAM_SOURCE_JOB"=>"https://gitlab.com/gitlab-org/gitlab/-/jobs/1931331074", "TOP_UPSTREAM_SOURCE_SHA"=>"ce74baf43adafd624922bf48b84a31ef6b181ca4", "TOP_UPSTREAM_SOURCE_REF"=>"qa-geo-check-address", "TOP_UPSTREAM_MERGE_REQUEST_PROJECT_ID"=>"278964", "TOP_UPSTREAM_MERGE_REQUEST_IID"=>"73492", "GITLAB_VERSION"=>"ce74baf43adafd624922bf48b84a31ef6b181ca4", "IMAGE_TAG"=>"ce74baf43adafd624922bf48b84a31ef6b181ca4", "QA_IMAGE"=>"registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:ce74baf43adafd624922bf48b84a31ef6b181ca4", "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.49.0", "GITALY_SERVER_VERSION"=>"b5f5b5a9a3ee4ba8f9fb6678a35e400e1087ba04"}55Triggered downstream pipeline: https://gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/-/pipelines/43925859456Waiting for downstream pipeline status57...................................................