+ umask 000 + GIT_LFS_SKIP_SMUDGE=1 retry 6 git clone --branch="ADMIN-222-Configure-vulnerability-scanner-for-in-house-developed-software" https://x-token-auth:$REPOSITORY_OAUTH_ACCESS_TOKEN@bitbucket.org/$BITBUCKET_REPO_FULL_NAME.git $BUILD_DIR Cloning into '/opt/atlassian/pipelines/agent/build'... Updating files: 52% (10443/20020) Updating files: 53% (10611/20020) Updating files: 54% (10811/20020) Updating files: 55% (11011/20020) Updating files: 56% (11212/20020) Updating files: 57% (11412/20020) Updating files: 58% (11612/20020) Updating files: 59% (11812/20020) Updating files: 60% (12012/20020) Updating files: 61% (12213/20020) Updating files: 62% (12413/20020) Updating files: 63% (12613/20020) Updating files: 64% (12813/20020) Updating files: 65% (13013/20020) Updating files: 66% (13214/20020) Updating files: 67% (13414/20020) Updating files: 68% (13614/20020) Updating files: 69% (13814/20020) Updating files: 70% (14014/20020) Updating files: 71% (14215/20020) Updating files: 72% (14415/20020) Updating files: 73% (14615/20020) Updating files: 74% (14815/20020) Updating files: 75% (15015/20020) Updating files: 76% (15216/20020) Updating files: 77% (15416/20020) Updating files: 78% (15616/20020) Updating files: 79% (15816/20020) Updating files: 79% (16003/20020) Updating files: 80% (16016/20020) Updating files: 81% (16217/20020) Updating files: 82% (16417/20020) Updating files: 83% (16617/20020) Updating files: 84% (16817/20020) Updating files: 85% (17017/20020) Updating files: 86% (17218/20020) Updating files: 87% (17418/20020) Updating files: 88% (17618/20020) Updating files: 89% (17818/20020) Updating files: 90% (18018/20020) Updating files: 91% (18219/20020) Updating files: 92% (18419/20020) Updating files: 92% (18487/20020) Updating files: 93% (18619/20020) Updating files: 94% (18819/20020) Updating files: 95% (19019/20020) Updating files: 96% (19220/20020) Updating files: 97% (19420/20020) Updating files: 98% (19620/20020) Updating files: 99% (19820/20020) Updating files: 100% (20020/20020) Updating files: 100% (20020/20020), done. + git reset --hard 19b3814838d45b553e996529c26b35a5859e636e HEAD is now at 19b3814838 reverted container memory changes + 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 Cache "composer-custom: ~/.cache/composer": Downloading Cache "composer-custom: ~/.cache/composer": Not found Cache "sonar: ~/.sonar/cache": Downloading Cache "sonar: ~/.sonar/cache": Not found Default variables: BITBUCKET_BRANCH BITBUCKET_BUILD_NUMBER BITBUCKET_CLONE_DIR BITBUCKET_COMMIT BITBUCKET_GIT_HTTP_ORIGIN BITBUCKET_GIT_SSH_ORIGIN BITBUCKET_PIPELINE_UUID BITBUCKET_PROJECT_KEY BITBUCKET_PROJECT_UUID BITBUCKET_REPO_FULL_NAME BITBUCKET_REPO_IS_PRIVATE BITBUCKET_REPO_OWNER BITBUCKET_REPO_OWNER_UUID BITBUCKET_REPO_SLUG BITBUCKET_REPO_UUID BITBUCKET_SSH_KEY_FILE BITBUCKET_STEP_RUN_NUMBER BITBUCKET_STEP_TRIGGERER_UUID BITBUCKET_STEP_UUID BITBUCKET_WORKSPACE CI DOCKER_HOST PIPELINES_JWT_TOKEN Workspace variables: OVH_AUTH_URL OVH_REGION OVH_REGION_DR OVH_REGION_MAIN OVH_TENANT SLACK_NOTIF_HOOK Repository variables: CI_BITBUCKET_API_TOKEN CI_CRM_CALLSCHEDULER_TOKEN CI_CRM_CUSTOM_ENV CI_CRM_INIT_ENV CI_CRM_TESTS_FORCE_USE_CLONE_DIR CI_CRM_TESTS_INIT_ENV CI_CRM_TESTS_PSALM_MEM CI_CRM_TESTS_PSALM_THREADS CI_CUSTOM_ENV CI_CUSTOM_SCAN_DEBUG CI_CUSTOM_SCAN_EXTRA_ARGS CI_CUSTOM_SCAN_OPTS CI_HTTP_PROXY_HOST CI_HTTP_PROXY_PASSWORD CI_HTTP_PROXY_USER CI_INIT_ENV CI_MIGRATIONS_RECIPIENTS CI_RUN_AS_USER CI_SENDGRID_PASSWORD CI_SENDGRID_USERNAME CI_TARGET_DIR CI_TARGET_SERVER_USER CI_TARGET_SUDO_USER SLACK_NOTIF_CHANNEL SONAR_TOKEN SSH_CI_PRIV_KEY SSH_CI_REPO_KEY Images used: build : public.ecr.aws/americor-pub/app-php-at@sha256:5ad02fedbf233475b264306ed33e3151d6e75b4452b3a16d565491651f3ed7c8 + mkdir -m 0700 -p ~/.ssh; umask 077 + if [ -n $SSH_CI_PRIV_KEY ]; then echo $SSH_CI_PRIV_KEY | base64 -d > ~/.ssh/id_ed25519; \ printf 'IdentityFile ~/.ssh/id_ed25519\nServerAliveInterval 180\nStrictHostKeyChecking=no\n' > \ ~/.ssh/config; fi + cd $BITBUCKET_CLONE_DIR && php https://bitbucket.org/americor/crm/src/19b3814838d45b553e996529c26b35a5859e636e/./composer.phar install && chmod -R 777 . Composer plugins have been disabled for safety in this non-interactive session. Set COMPOSER_ALLOW_SUPERUSER=1 if you want to allow plugins to run as root/super user. Do not run Composer as root/super user! See https://getcomposer.org/root for details Installing dependencies from lock file (including require-dev) Verifying lock file contents can be installed on current platform. Package operations: 305 installs, 0 updates, 0 removals - Downloading yiisoft/yii2-composer (2.0.10) - Downloading squizlabs/php_codesniffer (3.7.1) - Downloading dealerdirect/phpcodesniffer-composer-installer (v0.7.2) - Downloading paragonie/random_compat (v9.99.100) - Downloading ezyang/htmlpurifier (v4.13.0) - Downloading symfony/polyfill-mbstring (v1.27.0) - Downloading symfony/polyfill-ctype (v1.27.0) - Downloading cebe/markdown (1.1.1) - Downloading bower-asset/jquery (3.5.1) - Downloading bower-asset/yii2-pjax (2.0.8) - Downloading bower-asset/punycode (v1.3.2) - Downloading bower-asset/inputmask (3.3.11) - Downloading yiisoft/yii2 (2.0.46) - Downloading symfony/polyfill-php80 (v1.27.0) - Downloading symfony/process (v5.4.8) - Syncing americor/crm-five9 (1.1.4) into cache - Syncing americor/crm-theme (v1.2.1) into cache - Downloading psr/log (1.1.4) - Downloading predis/predis (v1.1.10) - Downloading ramsey/collection (2.0.0) - Downloading brick/math (0.11.0) - Downloading ramsey/uuid (4.7.4) - Downloading queue-interop/queue-interop (0.8.1) - Downloading enqueue/dsn (0.10.8) - Downloading enqueue/redis (0.10.18) - Downloading queue-interop/amqp-interop (0.8.2) - Downloading psr/container (1.1.2) - Downloading enqueue/null (0.10.18) - Downloading enqueue/enqueue (0.10.18) - Downloading enqueue/monitoring (0.10.18) - Syncing americor/queue-component (0.0.1) into cache - Syncing americor/uuid-component (0.0.1) into cache - Downloading aws/aws-crt-php (v1.0.2) - Downloading behat/gherkin (v4.6.2) - Downloading giggsey/locale (1.3) - Downloading giggsey/libphonenumber-for-php (8.9.9) - Downloading bower-asset/intl-tel-input (v11.1.1) - Downloading borales/yii2-phone-input (0.1.1) - Downloading bower-asset/autobahn (v17.5.2) - Downloading bower-asset/autosize (4.0.2) - Downloading bower-asset/bootstrap (v3.4.0) - Downloading bower-asset/d3 (v5.16.0) - Downloading bower-asset/fastclick (v0.6.11) - Downloading bower-asset/jquery-migrate (3.0.0) - Downloading bower-asset/js-grid (v1.5.3) - Downloading bower-asset/redactor-plugins-lineheight (0.3.0) - Downloading bower-asset/swagger-ui (v4.15.5) - Downloading bower-asset/transitionize (0.0.3) - Downloading bower-asset/wampy.js (v5.0.1) - Downloading bower-asset/bootstrap-select (v1.7.5) - Downloading brussens/yii2-bootstrap-select (1.0.0) - Downloading symfony/deprecation-contracts (v2.5.2) - Downloading symfony/routing (v5.2.12) - Downloading symfony/http-foundation (v5.3.6) - Downloading react/event-loop (v0.4.3) - Downloading evenement/evenement (v2.1.0) - Downloading react/stream (v1.1.1) - Downloading react/promise (v2.8.0) - Downloading react/promise-timer (v1.6.0) - Downloading react/cache (v1.1.1) - Downloading react/dns (v1.1.0) - Downloading react/socket (v1.3.0) - Downloading ralouphie/getallheaders (3.0.3) - Downloading psr/http-message (1.0.1) - Downloading guzzlehttp/psr7 (1.9.0) - Downloading ratchet/rfc6455 (v0.3) - Downloading cboden/ratchet (v0.4.3) - Downloading clue/stream-filter (v1.5.0) - Downloading sebastian/version (3.0.2) - Downloading sebastian/type (2.3.4) - Downloading sebastian/resource-operations (3.0.3) - Downloading sebastian/recursion-context (4.0.4) - Downloading sebastian/object-reflector (2.0.4) - Downloading sebastian/object-enumerator (4.0.4) - Downloading sebastian/global-state (5.0.5) - Downloading sebastian/exporter (4.0.4) - Downloading sebastian/environment (5.1.3) - Downloading sebastian/diff (4.0.4) - Downloading sebastian/comparator (4.0.6) - Downloading sebastian/code-unit (1.0.8) - Downloading sebastian/cli-parser (1.0.1) - Downloading phpunit/php-timer (5.0.3) - Downloading phpunit/php-text-template (2.0.4) - Downloading phpunit/php-invoker (3.1.1) - Downloading phpunit/php-file-iterator (3.0.6) - Downloading theseer/tokenizer (1.2.1) - Downloading nikic/php-parser (v4.15.3) - Downloading sebastian/lines-of-code (1.0.3) - Downloading sebastian/complexity (2.0.2) - Downloading sebastian/code-unit-reverse-lookup (2.0.3) - Downloading phpunit/php-code-coverage (9.2.11) - Downloading webmozart/assert (1.10.0) - Downloading phpdocumentor/reflection-common (2.2.0) - Downloading phpdocumentor/type-resolver (1.6.2) - Downloading phpdocumentor/reflection-docblock (5.3.0) - Downloading doctrine/instantiator (1.4.0) - Downloading phpspec/prophecy (v1.15.0) - Downloading phar-io/version (3.1.1) - Downloading phar-io/manifest (2.0.3) - Downloading myclabs/deep-copy (1.10.2) - Downloading phpunit/phpunit (9.5.14) - Downloading codeception/phpunit-wrapper (9.0.7) - Downloading codeception/lib-asserts (2.0.0) - Downloading symfony/yaml (v5.4.3) - Downloading symfony/finder (v4.4.16) - Downloading psr/event-dispatcher (1.0.0) - Downloading symfony/event-dispatcher-contracts (v3.2.1) - Downloading symfony/event-dispatcher (v5.4.9) - Downloading symfony/css-selector (v4.4.14) - Downloading symfony/polyfill-intl-normalizer (v1.27.0) - Downloading symfony/polyfill-intl-grapheme (v1.27.0) - Downloading symfony/string (v6.2.8) - Downloading symfony/service-contracts (v2.5.2) - Downloading symfony/polyfill-php73 (v1.27.0) - Downloading symfony/console (v5.4.23) - Downloading codeception/stub (4.0.2) - Downloading codeception/codeception (4.1.31) - Downloading codeception/module-asserts (2.0.1) - Downloading codeception/module-db (2.0.2) - Downloading symfony/polyfill-php72 (v1.27.0) - Downloading symfony/polyfill-intl-idn (v1.27.0) - Downloading guzzlehttp/promises (1.5.2) - Downloading guzzlehttp/guzzle (6.5.8) - Downloading symfony/dom-crawler (v5.4.3) - Downloading symfony/browser-kit (v5.4.3) - Downloading codeception/lib-innerbrowser (1.5.1) - Downloading codeception/module-phpbrowser (1.0.3) - Downloading softcreatr/jsonpath (0.7.5) - Downloading justinrainbow/json-schema (5.2.11) - Downloading codeception/module-rest (2.0.2) - Downloading codeception/module-yii2 (1.1.5) - Downloading composer/pcre (3.1.0) - Downloading datadog/dd-trace (0.70.0) - Downloading datadog/php-datadogstatsd (1.5.6) - Downloading doctrine/lexer (1.0.2) - Downloading firebase/php-jwt (v5.5.1) - Downloading docusign/esign-client (v6.7.0) - Downloading erickskrauch/yii2-rbac-migration (0.1.1) - Downloading ezimuel/guzzlestreams (3.1.0) - Downloading paragonie/constant_time_encoding (v2.6.3) - Downloading phpseclib/phpseclib (3.0.9) - Downloading monolog/monolog (2.8.0) - Downloading psr/cache (1.0.1) - Downloading google/auth (v1.23.1) - Downloading google/apiclient-services (v0.276.0) - Downloading google/apiclient (v2.12.6) - Downloading rize/uri-template (0.3.3) - Downloading grpc/grpc (1.38.0) - Downloading google/protobuf (v3.17.3) - Downloading google/grpc-gcp (0.1.5) - Downloading google/common-protos (1.3.1) - Downloading google/gax (v1.7.1) - Downloading google/crc32 (v0.1.0) - Downloading google/cloud (v0.163.0) - Downloading ql/uri-template (1.1.3) - Downloading helpscout/api (3.6.3) - Downloading intervention/httpauth (3.0.3) - Downloading kartik-v/yii2-krajee-base (v3.0.1) - Downloading kartik-v/yii2-date-range (v1.7.3) - Downloading kartik-v/yii2-widget-activeform (v1.5.8) - Downloading kartik-v/bootstrap-popover-x (v1.4.7) - Downloading kartik-v/yii2-popover-x (v1.3.5) - Downloading kartik-v/yii2-editable (v1.7.8) - Downloading psr/simple-cache (1.0.1) - Downloading psr/http-factory (1.0.1) - Downloading psr/http-client (1.0.1) - Downloading markbaker/matrix (2.1.3) - Downloading markbaker/complex (2.0.3) - Downloading myclabs/php-enum (1.7.7) - Downloading maennchen/zipstream-php (2.1.0) - Downloading phpoffice/phpspreadsheet (1.18.0) - Downloading mpdf/mpdf (v6.0.0) - Downloading kartik-v/yii2-mpdf (v1.0.1) - Downloading select2/select2 (4.0.13) - Downloading kartik-v/yii2-widget-select2 (v2.2.0) - Downloading kartik-v/yii2-sortable (v1.2.2) - Downloading kartik-v/yii2-dialog (v1.0.5) - Downloading kartik-v/yii2-bootstrap4-dropdown (v1.0.1) - Downloading kartik-v/yii2-grid (v3.3.5) - Downloading kartik-v/yii2-dynagrid (v1.5.1) - Downloading kartik-v/yii2-export (v1.4.1) - Downloading kartik-v/strength-meter (v1.1.4) - Downloading kartik-v/yii2-password (v1.5.6) - Downloading kartik-v/yii2-widget-datepicker (v1.4.7) - Downloading kartik-v/bootstrap-fileinput (v5.2.6) - Downloading kartik-v/yii2-widget-fileinput (v1.1.0) - Downloading kartik-v/yii2-widget-timepicker (v1.0.4) - Downloading kartik-v/yii2-widget-touchspin (v1.2.4) - Downloading kartik-v/yii2-widget-typeahead (v1.0.4) - Downloading league/mime-type-detection (1.9.0) - Downloading league/flysystem (2.4.2) - Downloading mtdowling/jmespath.php (2.6.1) - Downloading aws/aws-sdk-php (3.209.19) - Downloading league/flysystem-aws-s3-v3 (2.1.0) - Downloading league/flysystem-sftp-v3 (3.0.23) - Downloading litgroup/enumerable (v0.8.0) - Downloading lob/lob-php (v3.0.1) - Downloading marcusschwarz/lesserphp (v0.5.5) - Downloading mikehaertl/php-tmpfile (1.1.1) - Downloading mikehaertl/php-shellcommand (1.4.1) - Downloading mikehaertl/phpwkhtmltopdf (2.3.1) - Downloading mrclay/jsmin-php (2.4.0) - Downloading pimple/pimple (v3.4.0) - Downloading mrclay/props-dic (3.0.0) - Downloading npm-asset/js-tokens (4.0.0) - Downloading npm-asset/object-assign (4.1.1) - Downloading npm-asset/loose-envify (1.4.0) - Downloading npm-asset/scheduler (0.13.5) - Downloading npm-asset/react-is (16.8.5) - Downloading npm-asset/prop-types (15.7.2) - Downloading npm-asset/react (16.8.5) - Downloading npm-asset/react-dom (16.8.5) - Downloading npm-asset/sticky-table-headers (0.1.24) - Downloading robrichards/xmlseclibs (3.1.1) - Downloading onelogin/php-saml (3.6.1) - Downloading ezimuel/ringphp (1.2.2) - Downloading opensearch-project/opensearch-php (2.0.3) - Downloading paulzi/yii2-json-behavior (v1.0.7) - Downloading php-http/message-factory (v1.0.2) - Downloading php-http/promise (1.1.0) - Downloading psr/clock (1.0.0) - Downloading react/zmq (v0.3.0) - Downloading sendgrid/php-http-client (3.13.0) - Downloading symfony/http-client-contracts (v2.5.2) - Downloading symfony/http-client (v5.4.2) - Downloading symfony/polyfill-uuid (v1.24.0) - Downloading symfony/options-resolver (v3.4.47) - Downloading php-http/message (1.12.0) - Downloading php-http/httplug (2.2.0) - Downloading php-http/discovery (1.14.1) - Downloading php-http/client-common (2.4.0) - Downloading jean85/pretty-package-versions (2.0.5) - Downloading sentry/sentry (3.3.5) - Downloading http-interop/http-factory-guzzle (1.2.0) - Downloading setasign/fpdi (v2.3.6) - Downloading setasign/fpdi_pdf-parser (2.0.6) - Downloading setasign/setapdf-core (2.38.0.1649) - Downloading setasign/setapdf-merger (2.38.0.1649) - Downloading starkbank/ecdsa (0.0.4) - Downloading sendgrid/sendgrid (7.9.1) - Downloading shershennm/yii2-sendgrid (3.1.1) - Downloading nategood/httpful (0.2.20) - Downloading dcarbone/xml-writer-plus (0.4.0) - Downloading shrimpwagon/digium-switchvox-api (1.0.0) - Downloading yiisoft/yii2-httpclient (2.0.13) - Downloading tedivm/jshrink (v1.4.0) - Downloading natxet/cssmin (v3.0.6) - Downloading tubalmartin/cssmin (v4.1.1) - Downloading mrclay/minify (3.0.11) - Downloading skeeks/yii2-assets-auto-compress (1.4.3.3) - Downloading phpstan/phpdoc-parser (1.15.3) - Downloading slevomat/coding-standard (8.7.1) - Downloading spatie/pdf-to-text (1.51) - Downloading indigophp/ini (v0.2.0) - Downloading supervisorphp/configuration (v0.3.0) - Downloading lstrojny/fxmlrpc (0.22.0) - Downloading supervisorphp/supervisor (5.1.0) - Downloading sybio/image-workshop (2.2.0) - Downloading tecnickcom/tc-lib-pdf-encrypt (1.5.4) - Downloading tecnickcom/tcpdf (6.4.2) - Downloading bower-asset/switchery (0.8.2) - Downloading toxor88/yii2-widget-switchery (1.0) - Downloading bower-asset/moment (2.29.4) - Downloading bower-asset/eonasdan-bootstrap-datetimepicker (4.17.47) - Downloading trntv/yii2-datetime-widget (1.1.1) - Downloading twilio/sdk (6.24.1) - Downloading symfony/filesystem (v6.2.5) - Downloading spatie/array-to-xml (2.17.1) - Downloading netresearch/jsonmapper (v4.1.0) - Downloading fidry/cpu-core-counter (0.4.1) - Downloading felixfbecker/language-server-protocol (v1.5.2) - Downloading felixfbecker/advanced-json-rpc (v3.2.1) - Downloading dnoegel/php-xdg-base-dir (v0.1.1) - Downloading composer/xdebug-handler (3.0.3) - Downloading composer/semver (3.3.2) - Downloading amphp/amp (v2.6.2) - Downloading amphp/byte-stream (v1.8.1) - Downloading vimeo/psalm (5.11.0) - Downloading voryx/thruway-common (1.0.5) - Downloading thruway/ratchet-transport (0.5.0) - Downloading thruway/client (0.5.5) - Downloading voryx/thruway (0.6.0) - Downloading vova07/yii2-imperavi-widget (2.0.11) - Downloading symfony/polyfill-iconv (v1.6.0) - Downloading wsdl2phpgenerator/wsdl2phpgenerator (3.4.0) - Downloading yiisoft/yii2-bootstrap (2.0.11) - Downloading bower-asset/c3 (v0.7.20) - Downloading yii2mod/yii2-c3-chart (1.0.2) - Downloading yii2tech/csv-grid (1.0.4) - Downloading yiisoft/injector (1.0.4) - Downloading yiisoft/yii2-debug (2.0.6) - Downloading fakerphp/faker (v1.19.0) - Downloading yiisoft/yii2-faker (2.0.5) - Downloading phpspec/php-diff (v1.1.0) - Downloading bower-asset/typeahead.js (v0.11.1) - Downloading yiisoft/yii2-gii (2.0.5) - Downloading yiisoft/yii2-queue (2.3.4) - Downloading yiisoft/yii2-redis (2.0.17) - Downloading swiftmailer/swiftmailer (v5.4.8) - Downloading yiisoft/yii2-swiftmailer (2.0.7) - Downloading intervention/image (2.4.0) - Downloading yohang88/letter-avatar (1.0.4) - Downloading doctrine/annotations (1.11.1) - Downloading zircote/swagger-php (4.5.4) - Installing yiisoft/yii2-composer (2.0.10): Extracting archive - Installing squizlabs/php_codesniffer (3.7.1): Extracting archive - Installing dealerdirect/phpcodesniffer-composer-installer (v0.7.2): Extracting archive - Installing paragonie/random_compat (v9.99.100): Extracting archive - Installing ezyang/htmlpurifier (v4.13.0): Extracting archive - Installing symfony/polyfill-mbstring (v1.27.0): Extracting archive - Installing symfony/polyfill-ctype (v1.27.0): Extracting archive - Installing cebe/markdown (1.1.1): Extracting archive - Installing bower-asset/jquery (3.5.1): Extracting archive - Installing bower-asset/yii2-pjax (2.0.8): Extracting archive - Installing bower-asset/punycode (v1.3.2): Extracting archive - Installing bower-asset/inputmask (3.3.11): Extracting archive - Installing yiisoft/yii2 (2.0.46): Extracting archive - Installing symfony/polyfill-php80 (v1.27.0): Extracting archive - Installing symfony/process (v5.4.8): Extracting archive - Installing americor/crm-five9 (1.1.4): Cloning 8b4617372c from cache - Installing americor/crm-theme (v1.2.1): Cloning 0af00e1351 from cache - Installing psr/log (1.1.4): Extracting archive - Installing predis/predis (v1.1.10): Extracting archive - Installing ramsey/collection (2.0.0): Extracting archive - Installing brick/math (0.11.0): Extracting archive - Installing ramsey/uuid (4.7.4): Extracting archive - Installing queue-interop/queue-interop (0.8.1): Extracting archive - Installing enqueue/dsn (0.10.8): Extracting archive - Installing enqueue/redis (0.10.18): Extracting archive - Installing queue-interop/amqp-interop (0.8.2): Extracting archive - Installing psr/container (1.1.2): Extracting archive - Installing enqueue/null (0.10.18): Extracting archive - Installing enqueue/enqueue (0.10.18): Extracting archive - Installing enqueue/monitoring (0.10.18): Extracting archive - Installing americor/queue-component (0.0.1): Cloning b0ae7bf554 from cache - Installing americor/uuid-component (0.0.1): Cloning 5dfa032519 from cache - Installing aws/aws-crt-php (v1.0.2): Extracting archive - Installing behat/gherkin (v4.6.2): Extracting archive - Installing giggsey/locale (1.3): Extracting archive - Installing giggsey/libphonenumber-for-php (8.9.9): Extracting archive - Installing bower-asset/intl-tel-input (v11.1.1): Extracting archive - Installing borales/yii2-phone-input (0.1.1): Extracting archive - Installing bower-asset/autobahn (v17.5.2): Extracting archive - Installing bower-asset/autosize (4.0.2): Extracting archive - Installing bower-asset/bootstrap (v3.4.0): Extracting archive - Installing bower-asset/d3 (v5.16.0): Extracting archive - Installing bower-asset/fastclick (v0.6.11): Extracting archive - Installing bower-asset/jquery-migrate (3.0.0): Extracting archive - Installing bower-asset/js-grid (v1.5.3): Extracting archive - Installing bower-asset/redactor-plugins-lineheight (0.3.0): Extracting archive - Installing bower-asset/swagger-ui (v4.15.5): Extracting archive - Installing bower-asset/transitionize (0.0.3): Extracting archive - Installing bower-asset/wampy.js (v5.0.1): Extracting archive - Installing bower-asset/bootstrap-select (v1.7.5): Extracting archive - Installing brussens/yii2-bootstrap-select (1.0.0): Extracting archive - Installing symfony/deprecation-contracts (v2.5.2): Extracting archive - Installing symfony/routing (v5.2.12): Extracting archive - Installing symfony/http-foundation (v5.3.6): Extracting archive - Installing react/event-loop (v0.4.3): Extracting archive - Installing evenement/evenement (v2.1.0): Extracting archive - Installing react/stream (v1.1.1): Extracting archive - Installing react/promise (v2.8.0): Extracting archive - Installing react/promise-timer (v1.6.0): Extracting archive - Installing react/cache (v1.1.1): Extracting archive - Installing react/dns (v1.1.0): Extracting archive - Installing react/socket (v1.3.0): Extracting archive - Installing ralouphie/getallheaders (3.0.3): Extracting archive - Installing psr/http-message (1.0.1): Extracting archive - Installing guzzlehttp/psr7 (1.9.0): Extracting archive - Installing ratchet/rfc6455 (v0.3): Extracting archive - Installing cboden/ratchet (v0.4.3): Extracting archive - Installing clue/stream-filter (v1.5.0): Extracting archive - Installing sebastian/version (3.0.2): Extracting archive - Installing sebastian/type (2.3.4): Extracting archive - Installing sebastian/resource-operations (3.0.3): Extracting archive - Installing sebastian/recursion-context (4.0.4): Extracting archive - Installing sebastian/object-reflector (2.0.4): Extracting archive - Installing sebastian/object-enumerator (4.0.4): Extracting archive - Installing sebastian/global-state (5.0.5): Extracting archive - Installing sebastian/exporter (4.0.4): Extracting archive - Installing sebastian/environment (5.1.3): Extracting archive - Installing sebastian/diff (4.0.4): Extracting archive - Installing sebastian/comparator (4.0.6): Extracting archive - Installing sebastian/code-unit (1.0.8): Extracting archive - Installing sebastian/cli-parser (1.0.1): Extracting archive - Installing phpunit/php-timer (5.0.3): Extracting archive - Installing phpunit/php-text-template (2.0.4): Extracting archive - Installing phpunit/php-invoker (3.1.1): Extracting archive - Installing phpunit/php-file-iterator (3.0.6): Extracting archive - Installing theseer/tokenizer (1.2.1): Extracting archive - Installing nikic/php-parser (v4.15.3): Extracting archive - Installing sebastian/lines-of-code (1.0.3): Extracting archive - Installing sebastian/complexity (2.0.2): Extracting archive - Installing sebastian/code-unit-reverse-lookup (2.0.3): Extracting archive - Installing phpunit/php-code-coverage (9.2.11): Extracting archive - Installing webmozart/assert (1.10.0): Extracting archive - Installing phpdocumentor/reflection-common (2.2.0): Extracting archive - Installing phpdocumentor/type-resolver (1.6.2): Extracting archive - Installing phpdocumentor/reflection-docblock (5.3.0): Extracting archive - Installing doctrine/instantiator (1.4.0): Extracting archive - Installing phpspec/prophecy (v1.15.0): Extracting archive - Installing phar-io/version (3.1.1): Extracting archive - Installing phar-io/manifest (2.0.3): Extracting archive - Installing myclabs/deep-copy (1.10.2): Extracting archive - Installing phpunit/phpunit (9.5.14): Extracting archive - Installing codeception/phpunit-wrapper (9.0.7): Extracting archive - Installing codeception/lib-asserts (2.0.0): Extracting archive - Installing symfony/yaml (v5.4.3): Extracting archive - Installing symfony/finder (v4.4.16): Extracting archive - Installing psr/event-dispatcher (1.0.0): Extracting archive - Installing symfony/event-dispatcher-contracts (v3.2.1): Extracting archive - Installing symfony/event-dispatcher (v5.4.9): Extracting archive - Installing symfony/css-selector (v4.4.14): Extracting archive - Installing symfony/polyfill-intl-normalizer (v1.27.0): Extracting archive - Installing symfony/polyfill-intl-grapheme (v1.27.0): Extracting archive - Installing symfony/string (v6.2.8): Extracting archive - Installing symfony/service-contracts (v2.5.2): Extracting archive - Installing symfony/polyfill-php73 (v1.27.0): Extracting archive - Installing symfony/console (v5.4.23): Extracting archive - Installing codeception/stub (4.0.2): Extracting archive - Installing codeception/codeception (4.1.31): Extracting archive - Installing codeception/module-asserts (2.0.1): Extracting archive - Installing codeception/module-db (2.0.2): Extracting archive - Installing symfony/polyfill-php72 (v1.27.0): Extracting archive - Installing symfony/polyfill-intl-idn (v1.27.0): Extracting archive - Installing guzzlehttp/promises (1.5.2): Extracting archive - Installing guzzlehttp/guzzle (6.5.8): Extracting archive - Installing symfony/dom-crawler (v5.4.3): Extracting archive - Installing symfony/browser-kit (v5.4.3): Extracting archive - Installing codeception/lib-innerbrowser (1.5.1): Extracting archive - Installing codeception/module-phpbrowser (1.0.3): Extracting archive - Installing softcreatr/jsonpath (0.7.5): Extracting archive - Installing justinrainbow/json-schema (5.2.11): Extracting archive - Installing codeception/module-rest (2.0.2): Extracting archive - Installing codeception/module-yii2 (1.1.5): Extracting archive - Installing composer/pcre (3.1.0): Extracting archive - Installing datadog/dd-trace (0.70.0): Extracting archive - Installing datadog/php-datadogstatsd (1.5.6): Extracting archive - Installing doctrine/lexer (1.0.2): Extracting archive - Installing firebase/php-jwt (v5.5.1): Extracting archive - Installing docusign/esign-client (v6.7.0): Extracting archive - Installing erickskrauch/yii2-rbac-migration (0.1.1): Extracting archive - Installing ezimuel/guzzlestreams (3.1.0): Extracting archive - Installing paragonie/constant_time_encoding (v2.6.3): Extracting archive - Installing phpseclib/phpseclib (3.0.9): Extracting archive - Installing monolog/monolog (2.8.0): Extracting archive - Installing psr/cache (1.0.1): Extracting archive - Installing google/auth (v1.23.1): Extracting archive - Installing google/apiclient-services (v0.276.0): Extracting archive - Installing google/apiclient (v2.12.6): Extracting archive - Installing rize/uri-template (0.3.3): Extracting archive - Installing grpc/grpc (1.38.0): Extracting archive - Installing google/protobuf (v3.17.3): Extracting archive - Installing google/grpc-gcp (0.1.5): Extracting archive - Installing google/common-protos (1.3.1): Extracting archive - Installing google/gax (v1.7.1): Extracting archive - Installing google/crc32 (v0.1.0): Extracting archive - Installing google/cloud (v0.163.0): Extracting archive - Installing ql/uri-template (1.1.3): Extracting archive - Installing helpscout/api (3.6.3): Extracting archive - Installing intervention/httpauth (3.0.3): Extracting archive - Installing kartik-v/yii2-krajee-base (v3.0.1): Extracting archive - Installing kartik-v/yii2-date-range (v1.7.3): Extracting archive - Installing kartik-v/yii2-widget-activeform (v1.5.8): Extracting archive - Installing kartik-v/bootstrap-popover-x (v1.4.7): Extracting archive - Installing kartik-v/yii2-popover-x (v1.3.5): Extracting archive - Installing kartik-v/yii2-editable (v1.7.8): Extracting archive - Installing psr/simple-cache (1.0.1): Extracting archive - Installing psr/http-factory (1.0.1): Extracting archive - Installing psr/http-client (1.0.1): Extracting archive - Installing markbaker/matrix (2.1.3): Extracting archive - Installing markbaker/complex (2.0.3): Extracting archive - Installing myclabs/php-enum (1.7.7): Extracting archive - Installing maennchen/zipstream-php (2.1.0): Extracting archive - Installing phpoffice/phpspreadsheet (1.18.0): Extracting archive - Installing mpdf/mpdf (v6.0.0): Extracting archive - Installing kartik-v/yii2-mpdf (v1.0.1): Extracting archive - Installing select2/select2 (4.0.13): Extracting archive - Installing kartik-v/yii2-widget-select2 (v2.2.0): Extracting archive - Installing kartik-v/yii2-sortable (v1.2.2): Extracting archive - Installing kartik-v/yii2-dialog (v1.0.5): Extracting archive - Installing kartik-v/yii2-bootstrap4-dropdown (v1.0.1): Extracting archive - Installing kartik-v/yii2-grid (v3.3.5): Extracting archive - Installing kartik-v/yii2-dynagrid (v1.5.1): Extracting archive - Installing kartik-v/yii2-export (v1.4.1): Extracting archive - Installing kartik-v/strength-meter (v1.1.4): Extracting archive - Installing kartik-v/yii2-password (v1.5.6): Extracting archive - Installing kartik-v/yii2-widget-datepicker (v1.4.7): Extracting archive - Installing kartik-v/bootstrap-fileinput (v5.2.6): Extracting archive - Installing kartik-v/yii2-widget-fileinput (v1.1.0): Extracting archive - Installing kartik-v/yii2-widget-timepicker (v1.0.4): Extracting archive - Installing kartik-v/yii2-widget-touchspin (v1.2.4): Extracting archive - Installing kartik-v/yii2-widget-typeahead (v1.0.4): Extracting archive - Installing league/mime-type-detection (1.9.0): Extracting archive - Installing league/flysystem (2.4.2): Extracting archive - Installing mtdowling/jmespath.php (2.6.1): Extracting archive - Installing aws/aws-sdk-php (3.209.19): Extracting archive - Installing league/flysystem-aws-s3-v3 (2.1.0): Extracting archive - Installing league/flysystem-sftp-v3 (3.0.23): Extracting archive - Installing litgroup/enumerable (v0.8.0): Extracting archive - Installing lob/lob-php (v3.0.1): Extracting archive - Installing marcusschwarz/lesserphp (v0.5.5): Extracting archive - Installing mikehaertl/php-tmpfile (1.1.1): Extracting archive - Installing mikehaertl/php-shellcommand (1.4.1): Extracting archive - Installing mikehaertl/phpwkhtmltopdf (2.3.1): Extracting archive - Installing mrclay/jsmin-php (2.4.0): Extracting archive - Installing pimple/pimple (v3.4.0): Extracting archive - Installing mrclay/props-dic (3.0.0): Extracting archive - Installing npm-asset/js-tokens (4.0.0): Extracting archive - Installing npm-asset/object-assign (4.1.1): Extracting archive - Installing npm-asset/loose-envify (1.4.0): Extracting archive - Installing npm-asset/scheduler (0.13.5): Extracting archive - Installing npm-asset/react-is (16.8.5): Extracting archive - Installing npm-asset/prop-types (15.7.2): Extracting archive - Installing npm-asset/react (16.8.5): Extracting archive - Installing npm-asset/react-dom (16.8.5): Extracting archive - Installing npm-asset/sticky-table-headers (0.1.24): Extracting archive - Installing robrichards/xmlseclibs (3.1.1): Extracting archive - Installing onelogin/php-saml (3.6.1): Extracting archive - Installing ezimuel/ringphp (1.2.2): Extracting archive - Installing opensearch-project/opensearch-php (2.0.3): Extracting archive - Installing paulzi/yii2-json-behavior (v1.0.7): Extracting archive - Installing php-http/message-factory (v1.0.2): Extracting archive - Installing php-http/promise (1.1.0): Extracting archive - Installing psr/clock (1.0.0): Extracting archive - Installing react/zmq (v0.3.0): Extracting archive - Installing sendgrid/php-http-client (3.13.0): Extracting archive - Installing symfony/http-client-contracts (v2.5.2): Extracting archive - Installing symfony/http-client (v5.4.2): Extracting archive - Installing symfony/polyfill-uuid (v1.24.0): Extracting archive - Installing symfony/options-resolver (v3.4.47): Extracting archive - Installing php-http/message (1.12.0): Extracting archive - Installing php-http/httplug (2.2.0): Extracting archive - Installing php-http/discovery (1.14.1): Extracting archive - Installing php-http/client-common (2.4.0): Extracting archive - Installing jean85/pretty-package-versions (2.0.5): Extracting archive - Installing sentry/sentry (3.3.5): Extracting archive - Installing http-interop/http-factory-guzzle (1.2.0): Extracting archive - Installing sentry/sdk (3.1.1) - Installing setasign/fpdi (v2.3.6): Extracting archive - Installing setasign/fpdi_pdf-parser (2.0.6): Extracting archive - Installing setasign/setapdf-core (2.38.0.1649): Extracting archive - Installing setasign/setapdf-merger (2.38.0.1649): Extracting archive - Installing starkbank/ecdsa (0.0.4): Extracting archive - Installing sendgrid/sendgrid (7.9.1): Extracting archive - Installing shershennm/yii2-sendgrid (3.1.1): Extracting archive - Installing nategood/httpful (0.2.20): Extracting archive - Installing dcarbone/xml-writer-plus (0.4.0): Extracting archive - Installing shrimpwagon/digium-switchvox-api (1.0.0): Extracting archive - Installing yiisoft/yii2-httpclient (2.0.13): Extracting archive - Installing tedivm/jshrink (v1.4.0): Extracting archive - Installing natxet/cssmin (v3.0.6): Extracting archive - Installing tubalmartin/cssmin (v4.1.1): Extracting archive - Installing mrclay/minify (3.0.11): Extracting archive - Installing skeeks/yii2-assets-auto-compress (1.4.3.3): Extracting archive - Installing phpstan/phpdoc-parser (1.15.3): Extracting archive - Installing slevomat/coding-standard (8.7.1): Extracting archive - Installing spatie/pdf-to-text (1.51): Extracting archive - Installing indigophp/ini (v0.2.0): Extracting archive - Installing supervisorphp/configuration (v0.3.0): Extracting archive - Installing lstrojny/fxmlrpc (0.22.0): Extracting archive - Installing supervisorphp/supervisor (5.1.0): Extracting archive - Installing sybio/image-workshop (2.2.0): Extracting archive - Installing tecnickcom/tc-lib-pdf-encrypt (1.5.4): Extracting archive - Installing tecnickcom/tcpdf (6.4.2): Extracting archive - Installing bower-asset/switchery (0.8.2): Extracting archive - Installing toxor88/yii2-widget-switchery (1.0): Extracting archive - Installing bower-asset/moment (2.29.4): Extracting archive - Installing bower-asset/eonasdan-bootstrap-datetimepicker (4.17.47): Extracting archive - Installing trntv/yii2-datetime-widget (1.1.1): Extracting archive - Installing twilio/sdk (6.24.1): Extracting archive - Installing symfony/filesystem (v6.2.5): Extracting archive - Installing spatie/array-to-xml (2.17.1): Extracting archive - Installing netresearch/jsonmapper (v4.1.0): Extracting archive - Installing fidry/cpu-core-counter (0.4.1): Extracting archive - Installing felixfbecker/language-server-protocol (v1.5.2): Extracting archive - Installing felixfbecker/advanced-json-rpc (v3.2.1): Extracting archive - Installing dnoegel/php-xdg-base-dir (v0.1.1): Extracting archive - Installing composer/xdebug-handler (3.0.3): Extracting archive - Installing composer/semver (3.3.2): Extracting archive - Installing amphp/amp (v2.6.2): Extracting archive - Installing amphp/byte-stream (v1.8.1): Extracting archive - Installing vimeo/psalm (5.11.0): Extracting archive - Installing voryx/thruway-common (1.0.5): Extracting archive - Installing thruway/ratchet-transport (0.5.0): Extracting archive - Installing thruway/client (0.5.5): Extracting archive - Installing voryx/thruway (0.6.0): Extracting archive - Installing vova07/yii2-imperavi-widget (2.0.11): Extracting archive - Installing symfony/polyfill-iconv (v1.6.0): Extracting archive - Installing wsdl2phpgenerator/wsdl2phpgenerator (3.4.0): Extracting archive - Installing yiisoft/yii2-bootstrap (2.0.11): Extracting archive - Installing bower-asset/c3 (v0.7.20): Extracting archive - Installing yii2mod/yii2-c3-chart (1.0.2): Extracting archive - Installing yii2tech/csv-grid (1.0.4): Extracting archive - Installing yiisoft/injector (1.0.4): Extracting archive - Installing yiisoft/yii2-debug (2.0.6): Extracting archive - Installing fakerphp/faker (v1.19.0): Extracting archive - Installing yiisoft/yii2-faker (2.0.5): Extracting archive - Installing phpspec/php-diff (v1.1.0): Extracting archive - Installing bower-asset/typeahead.js (v0.11.1): Extracting archive - Installing yiisoft/yii2-gii (2.0.5): Extracting archive - Installing yiisoft/yii2-queue (2.3.4): Extracting archive - Installing yiisoft/yii2-redis (2.0.17): Extracting archive - Installing swiftmailer/swiftmailer (v5.4.8): Extracting archive - Installing yiisoft/yii2-swiftmailer (2.0.7): Extracting archive - Installing intervention/image (2.4.0): Extracting archive - Installing yohang88/letter-avatar (1.0.4): Extracting archive - Installing doctrine/annotations (1.11.1): Extracting archive - Installing zircote/swagger-php (4.5.4): Extracting archive Package indigophp/ini is abandoned, you should avoid using it. No replacement was suggested. Generating optimized autoload files > Google\Task\Composer::cleanup Removing 253 google services Class DDTrace\ComposerBootstrap located in ./vendor/datadog/dd-trace/src/api/bootstrap.composer.php does not comply with psr-4 autoloading standard. Skipping. 96 packages you are using are looking for funding. Use the `composer fund` command to find out more! + 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-scan:/opt/atlassian/pipelines/agent/build/.bitbucket/pipelines/generated/pipeline/pipes/sonarsource/sonarcloud-scan \ --workdir=$(pwd) \ --label=org.bitbucket.pipelines.system=true \ --env=BITBUCKET_STEP_TRIGGERER_UUID="$BITBUCKET_STEP_TRIGGERER_UUID" \ --env=BITBUCKET_GIT_HTTP_ORIGIN="$BITBUCKET_GIT_HTTP_ORIGIN" \ --env=BITBUCKET_REPO_SLUG="$BITBUCKET_REPO_SLUG" \ --env=BITBUCKET_PIPELINE_UUID="$BITBUCKET_PIPELINE_UUID" \ --env=BITBUCKET_REPO_FULL_NAME="$BITBUCKET_REPO_FULL_NAME" \ --env=BITBUCKET_PROJECT_UUID="$BITBUCKET_PROJECT_UUID" \ --env=BITBUCKET_REPO_IS_PRIVATE="$BITBUCKET_REPO_IS_PRIVATE" \ --env=BITBUCKET_WORKSPACE="$BITBUCKET_WORKSPACE" \ --env=BITBUCKET_SSH_KEY_FILE="$BITBUCKET_SSH_KEY_FILE" \ --env=BITBUCKET_REPO_OWNER_UUID="$BITBUCKET_REPO_OWNER_UUID" \ --env=BITBUCKET_BRANCH="$BITBUCKET_BRANCH" \ --env=BITBUCKET_REPO_UUID="$BITBUCKET_REPO_UUID" \ --env=BITBUCKET_PROJECT_KEY="$BITBUCKET_PROJECT_KEY" \ --env=CI="$CI" \ --env=BITBUCKET_REPO_OWNER="$BITBUCKET_REPO_OWNER" \ --env=BITBUCKET_STEP_RUN_NUMBER="$BITBUCKET_STEP_RUN_NUMBER" \ --env=BITBUCKET_BUILD_NUMBER="$BITBUCKET_BUILD_NUMBER" \ --env=BITBUCKET_GIT_SSH_ORIGIN="$BITBUCKET_GIT_SSH_ORIGIN" \ --env=BITBUCKET_COMMIT="$BITBUCKET_COMMIT" \ --env=BITBUCKET_CLONE_DIR="$BITBUCKET_CLONE_DIR" \ --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-scan" \ --env=DEBUG="$CI_CUSTOM_SCAN_DEBUG" \ --env=EXTRA_ARGS="$CI_CUSTOM_SCAN_EXTRA_ARGS" \ --env=SONAR_SCANNER_OPTS="$CI_CUSTOM_SCAN_OPTS" \ --env=SONAR_TOKEN="${SONAR_TOKEN}" \ --add-host="host.docker.internal:$BITBUCKET_DOCKER_HOST_INTERNAL" \ sonarsource/sonarcloud-scan:1.4.0 Unable to find image 'sonarsource/sonarcloud-scan:1.4.0' locally 1.4.0: Pulling from sonarsource/sonarcloud-scan 743f2d6c1f65: Pulling fs layer 5c14188d0980: Pulling fs layer 84a54a21b0f2: Pulling fs layer d9d1bc98b287: Pulling fs layer c99e982badff: Pulling fs layer 50c6b4dfde57: Pulling fs layer a561eaec2f8f: Pulling fs layer ea88b09234a3: Pulling fs layer 83613aeae58d: Pulling fs layer 5d476eee175a: Pulling fs layer 3d3951d29cc9: Pulling fs layer a561eaec2f8f: Waiting ea88b09234a3: Waiting 83613aeae58d: Waiting 5d476eee175a: Waiting 3d3951d29cc9: Waiting d9d1bc98b287: Waiting c99e982badff: Waiting 50c6b4dfde57: Waiting 84a54a21b0f2: Verifying Checksum 84a54a21b0f2: Download complete 5c14188d0980: Verifying Checksum 5c14188d0980: Download complete d9d1bc98b287: Verifying Checksum d9d1bc98b287: Download complete c99e982badff: Verifying Checksum c99e982badff: Download complete 743f2d6c1f65: Verifying Checksum 743f2d6c1f65: Download complete ea88b09234a3: Verifying Checksum ea88b09234a3: Download complete a561eaec2f8f: Verifying Checksum a561eaec2f8f: Download complete 5d476eee175a: Verifying Checksum 5d476eee175a: Download complete 50c6b4dfde57: Verifying Checksum 50c6b4dfde57: Download complete 3d3951d29cc9: Verifying Checksum 3d3951d29cc9: Download complete 83613aeae58d: Verifying Checksum 83613aeae58d: Download complete 743f2d6c1f65: Pull complete 5c14188d0980: Pull complete 84a54a21b0f2: Pull complete d9d1bc98b287: Pull complete c99e982badff: Pull complete 50c6b4dfde57: Pull complete a561eaec2f8f: Pull complete ea88b09234a3: Pull complete 83613aeae58d: Pull complete 5d476eee175a: Pull complete 3d3951d29cc9: Pull complete Digest: sha256:8b3690666e34b17bbab84370e569151742f06f21575fbe05e5c066c160b7c968 Status: Downloaded newer image for sonarsource/sonarcloud-scan:1.4.0 INFO: Scanner configuration file: /opt/sonar-scanner/conf/sonar-scanner.properties INFO: Project root configuration file: NONE INFO: SonarScanner 4.6.2.2472 INFO: Java 11.0.3 Oracle Corporation (64-bit) INFO: Linux 5.15.0-1036-aws amd64 INFO: SONAR_SCANNER_OPTS=-Xms6G -Xmx6G INFO: Bitbucket Cloud Pipelines detected, no host variable set. Defaulting to sonarcloud.io. INFO: User cache: /root/.sonar/cache INFO: Scanner configuration file: /opt/sonar-scanner/conf/sonar-scanner.properties INFO: Project root configuration file: NONE INFO: Analyzing on SonarQube server 8.0.0.42817 INFO: Default locale: "en", source code encoding: "UTF-8" (analysis is platform dependent) INFO: Load global settings INFO: Load global settings (done) | time=566ms INFO: Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu INFO: User cache: /root/.sonar/cache INFO: Load/download plugins INFO: Load plugins index INFO: Load plugins index (done) | time=535ms INFO: Load/download plugins (done) | time=28206ms INFO: Loaded core extensions: developer-scanner INFO: Found an active CI vendor: 'Bitbucket Pipelines' INFO: Detected project key 'americor_crm' from 'Bitbucket Cloud Pipelines' INFO: Detected organization key 'americor' from 'Bitbucket Cloud Pipelines' INFO: Load project settings for component key: 'americor_crm' INFO: Load project settings for component key: 'americor_crm' (done) | time=493ms INFO: Process project properties INFO: Execute project builders INFO: Execute project builders (done) | time=1ms INFO: Project key: americor_crm INFO: Base dir: /opt/atlassian/pipelines/agent/build INFO: Working dir: /opt/atlassian/pipelines/agent/build/.scannerwork INFO: Load project branches INFO: Load project branches (done) | time=499ms INFO: Check ALM binding of project 'americor_crm' INFO: Detected project binding: BOUND INFO: Check ALM binding of project 'americor_crm' (done) | time=483ms INFO: Load project pull requests INFO: Load project pull requests (done) | time=489ms INFO: Load branch configuration INFO: Detected analysis for branch 'ADMIN-222-Configure-vulnerability-scanner-for-in-house-developed-software' INFO: Auto-configuring branch ADMIN-222-Configure-vulnerability-scanner-for-in-house-developed-software INFO: Load branch configuration (done) | time=3ms INFO: Load quality profiles INFO: Load quality profiles (done) | time=558ms INFO: Load active rules INFO: Load active rules (done) | time=5913ms INFO: Organization key: americor INFO: Branch name: ADMIN-222-Configure-vulnerability-scanner-for-in-house-developed-software, type: short-lived INFO: Load project repositories INFO: Load project repositories (done) | time=519ms INFO: SCM collecting changed files in the branch INFO: SCM collecting changed files in the branch (done) | time=685ms INFO: Indexing files... INFO: Project configuration: INFO: Excluded sources: **/build-wrapper-dump.json, **/*.yml, **/*.yaml INFO: 8445 files indexed... (last one was common/modules/Sales/modules/PreLead/services/MarketplaceVendorSyncer/MarketplaceVendorSyncerService.php) INFO: 8466 files indexed... (last one was common/modules/Sales/modules/PreLead/components/PreLead/PreLeadDebtDummyComponent.php) INFO: 8467 files indexed... (last one was common/modules/Sales/modules/PreLead/components/PreLead/PreLeadAuthenticationComponent.php) INFO: 8469 files indexed... (last one was common/modules/Sales/modules/PreLead/components/PreLead/CheckMatchParamsDto.php) INFO: 8478 files indexed... (last one was common/modules/Sales/modules/PreEnrollment/models/CustomerPreEnrollmentCompliance.php) INFO: 8485 files indexed... (last one was common/modules/Sales/modules/PreEnrollment/services/PreEnrollmentComplianceCustomerAuthCodeGetter/PreEnrollmentComplianceCustomerAuthCodeDto.php) INFO: 8490 files indexed... (last one was common/modules/Sales/modules/PreEnrollment/services/CreditorsDebtAmountValidChecker/CreditorsDebtAmountValidCheckerServiceInterface.php) INFO: 8495 files indexed... (last one was common/modules/Sales/modules/PreEnrollment/services/NoteCreatorService/NoteCreatorService.php) INFO: 8522 files indexed... (last one was common/modules/Sales/modules/TcpaConsent/domain/specifications/TrustedFormHistoryExistsSpecification.php) INFO: 8525 files indexed... (last one was common/modules/Sales/modules/TcpaConsent/domain/useCases/queries/GetTrustedFormHistory/GetTrustedFormHistoryQueryHandler.php) INFO: 8530 files indexed... (last one was common/modules/Sales/modules/TcpaConsent/domain/useCases/commands/CreateCustomerTcpaConsent/CreateCustomerTcpaConsentCommandHandler.php) INFO: 8532 files indexed... (last one was common/modules/Sales/modules/TcpaConsent/listeners/InvalidateTcpaConsentListener.php) INFO: 8532 files indexed... (last one was common/modules/Sales/modules/TcpaConsent/listeners/InvalidateTcpaConsentListener.php) INFO: 8533 files indexed... (last one was common/modules/Sales/modules/TcpaConsent/components/TrustedForm/CertificateLinkDetailDto.php) INFO: 8533 files indexed... (last one was common/modules/Sales/modules/TcpaConsent/components/TrustedForm/CertificateLinkDetailDto.php) INFO: 8533 files indexed... (last one was common/modules/Sales/modules/TcpaConsent/components/TrustedForm/CertificateLinkDetailDto.php) INFO: 8533 files indexed... (last one was common/modules/Sales/modules/TcpaConsent/components/TrustedForm/CertificateLinkDetailDto.php) /usr/bin/run-scanner.sh: line 26: 11 Killed sonar-scanner "${ALL_ARGS[@]}" 2>&1 12 Done | tee "${SCANNER_REPORT}" INFO: 8533 files indexed... (last one was common/modules/Sales/modules/TcpaConsent/components/TrustedForm/CertificateLinkDetailDto.php)✖ SonarCloud analysis failed. (exit code = 137) Skipping cache upload for failed step 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 5.4 KiB Compressed files matching artifact pattern .bitbucket/pipelines/generated/pipeline/pipes/** to 1.5 KiB in 0 seconds Uploading artifact of 1.5 KiB Successfully uploaded artifact in 0 seconds Searching for test report files in directories named [test-results, failsafe-reports, test-reports, TestResults, 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.