+ umask 000 + GIT_LFS_SKIP_SMUDGE=1 retry 6 git clone --branch="master" https://x-token-auth:$REPOSITORY_OAUTH_ACCESS_TOKEN@bitbucket.org/$BITBUCKET_REPO_FULL_NAME.git $BUILD_DIR Cloning into '/opt/atlassian/pipelines/agent/build'... + git reset --hard 7821e638e110051ba06353bcd288fbd649447f4d HEAD is now at 7821e63 RM-8194 bitbucket-pipelines.yml created online with Bitbucket + git config user.name bitbucket-pipelines + git config user.email commits-noreply@bitbucket.org + git config push.default current + git config http.${BITBUCKET_GIT_HTTP_ORIGIN}.proxy http://localhost:29418/ + git remote set-url origin http://bitbucket.org/$BITBUCKET_REPO_FULL_NAME + git reflog expire --expire=all --all + echo ".bitbucket/pipelines/generated" >> .git/info/exclude + chmod 777 $BUILD_DIR Artifact ".bitbucket/pipelines/generated/pipeline/pipes/**": Downloading Artifact ".bitbucket/pipelines/generated/pipeline/pipes/**": Downloaded 2.4 KiB in 0 seconds Artifact ".bitbucket/pipelines/generated/pipeline/pipes/**": Extracting Artifact ".bitbucket/pipelines/generated/pipeline/pipes/**": Extracted in 0 seconds Images used: build : docker.io/library/python@sha256:9079aa8582543494225d2b3a28fce526d9a6b06eb06ce2bac3eeee592fcfc49e + docker container run \ --volume=/opt/atlassian/pipelines/agent/build:/opt/atlassian/pipelines/agent/build \ --volume=/opt/atlassian/pipelines/agent/ssh:/opt/atlassian/pipelines/agent/ssh:ro \ --volume=/usr/local/bin/docker:/usr/local/bin/docker:ro \ --volume=/opt/atlassian/pipelines/agent/build/.bitbucket/pipelines/generated/pipeline/pipes:/opt/atlassian/pipelines/agent/build/.bitbucket/pipelines/generated/pipeline/pipes \ --volume=/opt/atlassian/pipelines/agent/build/.bitbucket/pipelines/generated/pipeline/pipes/sonarsource/sonarcloud-quality-gate:/opt/atlassian/pipelines/agent/build/.bitbucket/pipelines/generated/pipeline/pipes/sonarsource/sonarcloud-quality-gate \ --workdir=$(pwd) \ --label=org.bitbucket.pipelines.system=true \ --env=BITBUCKET_STEP_TRIGGERER_UUID="$BITBUCKET_STEP_TRIGGERER_UUID" \ --env=BITBUCKET_REPO_FULL_NAME="$BITBUCKET_REPO_FULL_NAME" \ --env=BITBUCKET_GIT_HTTP_ORIGIN="$BITBUCKET_GIT_HTTP_ORIGIN" \ --env=BITBUCKET_REPO_SLUG="$BITBUCKET_REPO_SLUG" \ --env=BITBUCKET_PROJECT_UUID="$BITBUCKET_PROJECT_UUID" \ --env=CI="$CI" \ --env=BITBUCKET_REPO_OWNER="$BITBUCKET_REPO_OWNER" \ --env=BITBUCKET_REPO_IS_PRIVATE="$BITBUCKET_REPO_IS_PRIVATE" \ --env=BITBUCKET_WORKSPACE="$BITBUCKET_WORKSPACE" \ --env=BITBUCKET_REPO_OWNER_UUID="$BITBUCKET_REPO_OWNER_UUID" \ --env=BITBUCKET_STEP_RUN_NUMBER="$BITBUCKET_STEP_RUN_NUMBER" \ --env=BITBUCKET_BUILD_NUMBER="$BITBUCKET_BUILD_NUMBER" \ --env=BITBUCKET_BRANCH="$BITBUCKET_BRANCH" \ --env=BITBUCKET_GIT_SSH_ORIGIN="$BITBUCKET_GIT_SSH_ORIGIN" \ --env=BITBUCKET_PIPELINE_UUID="$BITBUCKET_PIPELINE_UUID" \ --env=BITBUCKET_COMMIT="$BITBUCKET_COMMIT" \ --env=BITBUCKET_REPO_UUID="$BITBUCKET_REPO_UUID" \ --env=BITBUCKET_CLONE_DIR="$BITBUCKET_CLONE_DIR" \ --env=BITBUCKET_PROJECT_KEY="$BITBUCKET_PROJECT_KEY" \ --env=PIPELINES_JWT_TOKEN="$PIPELINES_JWT_TOKEN" \ --env=BITBUCKET_STEP_UUID="$BITBUCKET_STEP_UUID" \ --env=BITBUCKET_DOCKER_HOST_INTERNAL="$BITBUCKET_DOCKER_HOST_INTERNAL" \ --env=DOCKER_HOST="tcp://host.docker.internal:2375" \ --env=BITBUCKET_PIPE_SHARED_STORAGE_DIR="/opt/atlassian/pipelines/agent/build/.bitbucket/pipelines/generated/pipeline/pipes" \ --env=BITBUCKET_PIPE_STORAGE_DIR="/opt/atlassian/pipelines/agent/build/.bitbucket/pipelines/generated/pipeline/pipes/sonarsource/sonarcloud-quality-gate" \ --env=SONAR_TOKEN="${SONAR_TOKEN}" \ --add-host="host.docker.internal:$BITBUCKET_DOCKER_HOST_INTERNAL" \ sonarsource/sonarcloud-quality-gate:0.1.4 Unable to find image 'sonarsource/sonarcloud-quality-gate:0.1.4' locally 0.1.4: Pulling from sonarsource/sonarcloud-quality-gate d121f8d1c412: Pulling fs layer ca572574cc82: Pulling fs layer 2bec6349c99d: Pulling fs layer 087ac0b72728: Pulling fs layer 6ca52d7c92b3: Pulling fs layer f8f3658cfe37: Pulling fs layer 44dfc5bf09c4: Pulling fs layer 4cd0692f4960: Pulling fs layer 6ca52d7c92b3: Waiting f8f3658cfe37: Waiting 44dfc5bf09c4: Waiting 087ac0b72728: Waiting 4cd0692f4960: Waiting ca572574cc82: Verifying Checksum ca572574cc82: Download complete 2bec6349c99d: Verifying Checksum 2bec6349c99d: Download complete d121f8d1c412: Verifying Checksum d121f8d1c412: Download complete 6ca52d7c92b3: Verifying Checksum 6ca52d7c92b3: Download complete 087ac0b72728: Verifying Checksum 087ac0b72728: Download complete f8f3658cfe37: Verifying Checksum f8f3658cfe37: Download complete 44dfc5bf09c4: Verifying Checksum 44dfc5bf09c4: Download complete 4cd0692f4960: Verifying Checksum 4cd0692f4960: Download complete d121f8d1c412: Pull complete ca572574cc82: Pull complete 2bec6349c99d: Pull complete 087ac0b72728: Pull complete 6ca52d7c92b3: Pull complete f8f3658cfe37: Pull complete 44dfc5bf09c4: Pull complete 4cd0692f4960: Pull complete Digest: sha256:fefdf81312845d1773ec5dbb285f1628025f1496bda7a92e1d9f5f9994999a96 Status: Downloaded newer image for sonarsource/sonarcloud-quality-gate:0.1.4 ✖ Quality Gate failed: Could not fetch quality gate status: b'{"errors":[{"msg":"Analysis with id \'None\' is not found"}]}' Searching for files matching artifact pattern .bitbucket/pipelines/generated/pipeline/pipes/** Artifact pattern .bitbucket/pipelines/generated/pipeline/pipes/** matched 1 files with a total size of 8.9 KiB Compressed files matching artifact pattern .bitbucket/pipelines/generated/pipeline/pipes/** to 2.4 KiB in 0 seconds Uploading artifact of 2.4 KiB Successfully uploaded artifact in 1 seconds Searching for test report files in directories named [test-results, failsafe-reports, test-reports, surefire-reports] down to a depth of 4 Finished scanning for test reports. Found 0 test report files. Merged test suites, total number tests is 0, with 0 failures and 0 errors.