code_quality
Passed Started
by
@m19023837
MANSOUR Chadi
1Running with gitlab-runner 17.4.1 (32fe5502)2 on git-run01 dyaxg8pR, system ID: s_d3cae7f5d42a3Resolving secrets5Using Docker executor with image docker:20.10.12 ...6Starting service docker:20.10.12-dind...7Pulling docker image docker:20.10.12-dind ...8Using docker image sha256:1a42336ff683d7dadd320ea6fe9d93a5b101474346302d23f96c9b4546cb414d for docker:20.10.12-dind with digest docker@sha256:6f2ae4a5fd85ccf85cdd829057a34ace894d25d544e5e4d9f2e7109297fedf8d ...9Waiting for services to be up and running (timeout 30 seconds)...10*** WARNING: Service runner-dyaxg8pr-project-14859-concurrent-2-39f11ccc26271c53-docker-0 probably didn't start properly.11Health check error:12start service container: Error response from daemon: Cannot link to a non running container: /runner-dyaxg8pr-project-14859-concurrent-2-39f11ccc26271c53-docker-0 AS /runner-dyaxg8pr-project-14859-concurrent-2-39f11ccc26271c53-docker-0-wait-for-service/service (services.go:215:0s)13Service container logs:142024-10-18T09:24:44.202214823Z ip: can't find device 'ip_tables'152024-10-18T09:24:44.203570024Z ip_tables 32768 1 162024-10-18T09:24:44.203766745Z x_tables 53248 9 xt_nat,xt_MASQUERADE,xt_addrtype,ipt_REJECT,xt_tcpudp,xt_state,xt_conntrack,nft_compat,ip_tables172024-10-18T09:24:44.204420968Z modprobe: can't change directory to '/lib/modules': No such file or directory182024-10-18T09:24:44.207573483Z mount: permission denied (are you root?)192024-10-18T09:24:44.207732845Z Could not mount /sys/kernel/security.202024-10-18T09:24:44.207750031Z AppArmor detection and --privileged mode might break.212024-10-18T09:24:44.209410141Z mount: permission denied (are you root?)22*********23Pulling docker image docker:20.10.12 ...24Using docker image sha256:15a9bc7c6340df2ac9d6c8196ca1d905180ddf2ca8b29a8d98f5422e2e5ccf85 for docker:20.10.12 with digest docker@sha256:a729cce205a05b0b86dc8dca87823efaffc3f74979fe7dc86a707c2fbf631b61 ...26Running on runner-dyaxg8pr-project-14859-concurrent-2 via git-run01...28Fetching changes with git depth set to 50...29Initialized empty Git repository in /builds/m19023837/graphic-2020-tp-7/.git/30Created fresh repository.31Checking out 0784c6fd as detached HEAD (ref is master)...32Skipping Git submodules setup34Using docker image sha256:15a9bc7c6340df2ac9d6c8196ca1d905180ddf2ca8b29a8d98f5422e2e5ccf85 for docker:20.10.12 with digest docker@sha256:a729cce205a05b0b86dc8dca87823efaffc3f74979fe7dc86a707c2fbf631b61 ...35$ export SOURCE_CODE=${SOURCE_CODE:-$PWD}36$ if ! docker info &>/dev/null; then # collapsed multi-line command37$ function propagate_env_vars() { # collapsed multi-line command38$ if [ -n "$CODECLIMATE_REGISTRY_USERNAME" ] && [ -n "$CODECLIMATE_REGISTRY_PASSWORD" ] && [ -n "$CODECLIMATE_PREFIX" ]; then # collapsed multi-line command39$ docker pull --quiet "$CODE_QUALITY_IMAGE"40registry.gitlab.com/gitlab-org/ci-cd/codequality:0.96.041$ docker run --rm \ # collapsed multi-line command43Uploading artifacts...44WARNING: gl-code-quality-report.json: no matching files. Ensure that the artifact path is relative to the working directory (/builds/m19023837/graphic-2020-tp-7) 45ERROR: No files to upload 47Job succeeded