Running with gitlab-runner 13.8.0 (775dd39d)  on dsop-shared-gitlab-runner-f887cbcbd-srgz6 E82_g8RG section_start:1629155131:resolve_secrets Resolving secrets section_end:1629155131:resolve_secrets section_start:1629155131:prepare_executor Preparing the "kubernetes" executor Using Kubernetes namespace: gitlab-runner-ironbank-dsop WARNING: Pulling GitLab Runner helper image from Docker Hub. Helper image is migrating to registry.gitlab.com, for more information see https://docs.gitlab.com/runner/configuration/advanced-configuration.html#migrating-helper-image-to-registrygitlabcom Using Kubernetes executor with image registry1.dso.mil/ironbank/ironbank-pipelines/rootless-podman:0.2 ... section_end:1629155131:prepare_executor section_start:1629155131:prepare_script Preparing environment Waiting for pod gitlab-runner-ironbank-dsop/runner-e82g8rg-project-445-concurrent-09zkbt to be running, status is Pending Waiting for pod gitlab-runner-ironbank-dsop/runner-e82g8rg-project-445-concurrent-09zkbt to be running, status is Pending ContainersNotReady: "containers with unready status: [build helper istio-proxy]" ContainersNotReady: "containers with unready status: [build helper istio-proxy]" Running on runner-e82g8rg-project-445-concurrent-09zkbt via dsop-shared-gitlab-runner-f887cbcbd-srgz6... section_end:1629155137:prepare_script section_start:1629155137:get_sources Getting source from Git repository $ until [ $(curl --fail --silent --output /dev/stderr --write-out "%{http_code}" localhost:15020/healthz/ready) -eq 200 ]; do echo Waiting for Sidecar; sleep 3 ; done ; echo Sidecar available; Sidecar available Fetching changes with git depth set to 50... Initialized empty Git repository in /builds/dsop/parasoft/parasoft/dtp/.git/ Created fresh repository. Checking out 41928fde as 2021.2.0... Skipping object checkout, Git LFS is not installed. Skipping Git submodules setup section_end:1629155138:get_sources section_start:1629155138:download_artifacts Downloading artifacts Downloading artifacts for hardening-manifest (5726296)... Downloading artifacts from coordinator... ok  id=5726296 responseStatus=200 OK token=3Gt8EyaN WARNING: ci-artifacts/preflight/: lchown ci-artifacts/preflight/: operation not permitted (suppressing repeats) Downloading artifacts for import-artifacts (5726298)... Downloading artifacts from coordinator... ok  id=5726298 responseStatus=200 OK token=8rXReD4C WARNING: ci-artifacts/import-artifacts/: lchown ci-artifacts/import-artifacts/: operation not permitted (suppressing repeats) Downloading artifacts for load-scripts (5726293)... Downloading artifacts from coordinator... ok  id=5726293 responseStatus=200 OK token=zUdKCiyg WARNING: ci-artifacts/[MASKED]/: lchown ci-artifacts/[MASKED]/: operation not permitted (suppressing repeats) Downloading artifacts for wl-compare-lint (5726297)... Downloading artifacts from coordinator... ok  id=5726297 responseStatus=200 OK token=UxpGHB19 WARNING: ci-artifacts/lint/: lchown ci-artifacts/lint/: operation not permitted (suppressing repeats) section_end:1629155150:download_artifacts section_start:1629155150:step_script Executing "step_script" stage of the job script $ "${PIPELINE_REPO_DIR}/stages/build/build-run.sh" Determine source registry based on branch Load any images used in Dockerfile build Load HTTP and S3 external resources 'ci-artifacts/import-artifacts/external-resources/parasoft_dtp_2021.1.1_linux_x64.zip' -> './parasoft_dtp_2021.1.1_linux_x64.zip' Converting labels from hardening manifest into command line args Converting build args from hardening manifest into command line args Build the image STEP 1: FROM registry1.dso.mil/ironbank/redhat/ubi/ubi8:8.4 Trying to pull registry1.dso.mil/ironbank/redhat/ubi/ubi8:8.4... Getting image source signatures Copying blob sha256:db2f50b75fc09a20e8d9c497d96ad384fbeacf7e77df71e4c7b578d4c07fccce Copying blob sha256:77a4e1ad2fde894a330ead401014706b3e1990d0c3b7da59a755fcb3b5789307 Copying blob sha256:96476a77b28db43fcb170401c287700d91d95cdff9c06e5ea7b48289d40a8e57 Copying config sha256:7add09bfb01a3644f1ee01f17d0ab5e1e3649dd87022c42a6eaa07447a419e1c Writing manifest to image destination Storing signatures STEP 2: RUN dnf update -y --nodocs && dnf clean all && rm -rf /var/cache/dnf Red Hat Universal Base Image 8 (RPMs) - BaseOS 79 kB/s | 790 kB 00:10 Red Hat Universal Base Image 8 (RPMs) - AppStre 243 kB/s | 2.4 MB 00:10 Red Hat Universal Base Image 8 (RPMs) - CodeRea 1.4 kB/s | 14 kB 00:10 Dependencies resolved. Nothing to do. Complete! 25 files removed STEP 3: ARG PARASOFT_UID=1000 STEP 4: ARG PARASOFT_GID=1000 STEP 5: ARG PARASOFT_HOME=/usr/local/parasoft STEP 6: ENV DTP_INSTALLDIR="$PARASOFT_HOME/dtp" DTP_DATADIR="$PARASOFT_HOME/data" TMP_DATADIR="$PARASOFT_HOME/data-tmp" STEP 7: RUN yum update -y && yum install -y ncurses procps-ng unzip && groupadd --gid $PARASOFT_GID parasoft && useradd --create-home --gid parasoft --home $PARASOFT_HOME --uid $PARASOFT_UID parasoft Red Hat Universal Base Image 8 (RPMs) - BaseOS 79 kB/s | 790 kB 00:10 Red Hat Universal Base Image 8 (RPMs) - AppStre 243 kB/s | 2.4 MB 00:10 Red Hat Universal Base Image 8 (RPMs) - CodeRea 1.5 kB/s | 14 kB 00:09 Dependencies resolved. Nothing to do. Complete! Last metadata expiration check: 0:00:01 ago on Mon Aug 16 23:07:14 2021. Dependencies resolved. ================================================================================ Package Architecture Version Repository Size ================================================================================ Installing: ncurses x86_64 6.1-7.20180224.el8 ubi-8-baseos 387 k procps-ng x86_64 3.3.15-6.el8 ubi-8-baseos 329 k unzip x86_64 6.0-45.el8_4 ubi-8-baseos 195 k Transaction Summary ================================================================================ Install 3 Packages Total download size: 911 k Installed size: 1.8 M Downloading Packages: [MIRROR] procps-ng-3.3.15-6.el8.x86_64.rpm: Curl error (28): Timeout was reached for https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/baseos/os/Packages/p/procps-ng-3.3.15-6.el8.x86_64.rpm [Operation timed out after 5001 milliseconds with 0 out of 0 bytes received] [MIRROR] ncurses-6.1-7.20180224.el8.x86_64.rpm: Curl error (28): Timeout was reached for https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/baseos/os/Packages/n/ncurses-6.1-7.20180224.el8.x86_64.rpm [Operation timed out after 5000 milliseconds with 0 out of 0 bytes received] [MIRROR] unzip-6.0-45.el8_4.x86_64.rpm: Curl error (28): Timeout was reached for https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/baseos/os/Packages/u/unzip-6.0-45.el8_4.x86_64.rpm [Operation timed out after 5000 milliseconds with 0 out of 0 bytes received] (1/3): unzip-6.0-45.el8_4.x86_64.rpm 39 kB/s | 195 kB 00:05 (2/3): procps-ng-3.3.15-6.el8.x86_64.rpm 66 kB/s | 329 kB 00:05 (3/3): ncurses-6.1-7.20180224.el8.x86_64.rpm 77 kB/s | 387 kB 00:05 -------------------------------------------------------------------------------- Total 182 kB/s | 911 kB 00:05 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : unzip-6.0-45.el8_4.x86_64 1/3 Installing : ncurses-6.1-7.20180224.el8.x86_64 2/3 Installing : procps-ng-3.3.15-6.el8.x86_64 3/3 Running scriptlet: procps-ng-3.3.15-6.el8.x86_64 3/3 Verifying : procps-ng-3.3.15-6.el8.x86_64 1/3 Verifying : ncurses-6.1-7.20180224.el8.x86_64 2/3 Verifying : unzip-6.0-45.el8_4.x86_64 3/3 Installed products updated. Installed: ncurses-6.1-7.20180224.el8.x86_64 procps-ng-3.3.15-6.el8.x86_64 unzip-6.0-45.el8_4.x86_64 Complete! STEP 8: USER parasoft:parasoft STEP 9: WORKDIR $PARASOFT_HOME STEP 10: COPY --chown=parasoft:parasoft scripts/parasoft_dtp*.sh "$PARASOFT_HOME" STEP 11: COPY --chown=parasoft:parasoft parasoft_dtp_*.zip "$PARASOFT_HOME" STEP 12: RUN cd "$PARASOFT_HOME" STEP 13: RUN ./parasoft_dtp_2021.1.1_linux_x64.sh -i "$DTP_INSTALLDIR" -d "$TMP_DATADIR" --skip-dtpservices --cron-skip && rm DTP.sh README.txt && rm install*.log || cat install*.log /bin/sh: ./parasoft_dtp_2021.1.1_linux_x64.sh: No such file or directory cat: 'install*.log': No such file or directory subprocess exited with status 1 subprocess exited with status 1 error building at STEP "RUN ./parasoft_dtp_2021.1.1_linux_x64.sh -i "$DTP_INSTALLDIR" -d "$TMP_DATADIR" --skip-dtpservices --cron-skip && rm DTP.sh README.txt && rm install*.log || cat install*.log": exit status 1 time="2021-08-16T23:07:35Z" level=error msg="exit status 1" section_end:1629155255:step_script section_start:1629155255:upload_artifacts_on_failure Uploading artifacts for failed job Uploading artifacts... ci-artifacts/build/: found 1 matching files and directories Uploading artifacts as "archive" to coordinator... ok id=5726300 responseStatus=201 Created token=yBwnCCsE Uploading artifacts... WARNING: build.env: no matching files  ERROR: No files to upload  section_end:1629155256:upload_artifacts_on_failure section_start:1629155256:cleanup_file_variables Cleaning up file based variables section_end:1629155256:cleanup_file_variables ERROR: Job failed: command terminated with exit code 1