Running with gitlab-runner 13.8.0 (775dd39d)  on global-shared-gitlab-runner-5dc56b4ff7-zm7kn XosKzEsy section_start:1614614909:resolve_secrets Resolving secrets section_end:1614614909:resolve_secrets section_start:1614614909:prepare_executor Preparing the "kubernetes" executor Using Kubernetes namespace: gitlab-runner-isolated 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 ${GITLAB_INTERNAL_REGISTRY}/ironbank-tools/ironbank-pipeline/ib-pipeline-image:0.1 ... section_end:1614614909:prepare_executor section_start:1614614909:prepare_script Preparing environment Waiting for pod gitlab-runner-isolated/runner-xoskzesy-project-3540-concurrent-0rpxqt to be running, status is Pending Running on runner-xoskzesy-project-3540-concurrent-0rpxqt via global-shared-gitlab-runner-5dc56b4ff7-zm7kn... section_end:1614614912:prepare_script section_start:1614614912:get_sources Getting source from Git repository Fetching changes with git depth set to 50... Initialized empty Git repository in /builds/dsop/opensource/jupyter/jupyterlab/.git/ Created fresh repository. Checking out 1af2855a as development... Skipping Git submodules setup section_end:1614614913:get_sources section_start:1614614913:download_artifacts Downloading artifacts Downloading artifacts for hardening_manifest (2240282)... Downloading artifacts from coordinator... ok  id=2240282 responseStatus=200 OK token=VEG-txx5 Downloading artifacts for import artifacts (2240284)... Downloading artifacts from coordinator... ok  id=2240284 responseStatus=200 OK token=4eaF6HoV Downloading artifacts for load scripts (2240279)... Downloading artifacts from coordinator... ok  id=2240279 responseStatus=200 OK token=P1rQrv8M Downloading artifacts for wl compare lint (2240283)... Downloading artifacts from coordinator... ok  id=2240283 responseStatus=200 OK token=zspwLV5B section_end:1614614914:download_artifacts section_start:1614614914: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/jupyterlab.tar.gz' -> './jupyterlab.tar.gz' 'ci-artifacts/import-artifacts/external-resources/pip-20.2.4.tar.gz' -> './pip-20.2.4.tar.gz' 'ci-artifacts/import-artifacts/external-resources/tini' -> './tini' 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.dsop.io/ironbank/redhat/python/python36:3.6 Getting image source signatures Copying blob sha256:0dbe531b0d7b1c6b3a4e24bad4cecdf2edc9ba16351a58879559723e453e63d9 Copying blob sha256:acf5b70b937b5c8d6d006d4a15e0e6e9b8f0c3568214ab13d010a84e7c286ec5 Copying blob sha256:bdb59f88f7082223992ad4305e3d0b22f5f721a0e8b3c7906801accfcf19d26d Copying blob sha256:a0e93b6d5c44848b86517046477c3a555aceef5e4840331d803d438fb1f5bf61 Copying config sha256:c43706ec8bf47afecc0b2947ccd82bb168e074d71b4a3cf82ede2e1a98f84667 Writing manifest to image destination Storing signatures STEP 2: LABEL maintainer="Jupyter Project and Rob McCarthy " STEP 3: ARG NB_USER="jovyan" STEP 4: ARG NB_UID="1000" STEP 5: ARG NB_GID="0" STEP 6: SHELL ["/bin/bash", "-o", "pipefail", "-c"] STEP 7: USER root STEP 8: RUN yum update -y -q && yum install -y -q git procps wget ca-certificates sudo && yum clean all Failed to set locale, defaulting to C.UTF-8 25 files removed STEP 9: ENV SHELL=/bin/bash NB_USER=$NB_USER NB_UID=$NB_UID NB_GID=$NB_GID LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 STEP 10: ENV HOME=/home/$NB_USER STEP 11: COPY scripts/fix-permissions /usr/local/bin/fix-permissions STEP 12: RUN chmod a+rx /usr/local/bin/fix-permissions STEP 13: RUN sed -i 's/^#force_color_prompt=yes/force_color_prompt=yes/' /etc/skel/.bashrc STEP 14: RUN useradd -m -s /bin/bash -N -u $NB_UID -g $NB_GID $NB_USER && fix-permissions $HOME -P && fix-permissions /opt/app-root -P STEP 15: COPY tini /usr/bin/tini STEP 16: RUN chmod +x /usr/bin/tini STEP 17: USER $NB_UID STEP 18: ARG PYTHON_VERSION=default STEP 19: ENV PATH=/home/jovyan/.local/bin:$PATH STEP 20: ENV PIP_DISABLE_PIP_VERSION_CHECK=1 STEP 21: RUN mkdir /home/$NB_USER/work STEP 22: WORKDIR /tmp STEP 23: COPY pip-20.2.4.tar.gz . STEP 24: RUN tar -xvf pip-20.2.4.tar.gz && python3.6 -m pip install --quiet pip/* && rm -rf /tmp/pip && fix-permissions /opt/app-root pip/ pip/pip-20.2.4-py2.py3-none-any.whl STEP 25: COPY jupyterlab.tar.gz . STEP 26: RUN tar -xvf jupyterlab.tar.gz && python3.6 -m pip install --quiet jupyterlab/* && rm -rf /tmp/jupyterlab/ && fix-permissions /opt/app-root jupyterlab/ jupyterlab/defusedxml-0.6.0-py2.py3-none-any.whl jupyterlab/pickleshare-0.7.5-py2.py3-none-any.whl jupyterlab/requests-2.24.0-py2.py3-none-any.whl jupyterlab/pyzmq-19.0.2-cp36-cp36m-manylinux1_x86_64.whl jupyterlab/json5-0.9.5-py2.py3-none-any.whl jupyterlab/certifi-2020.11.8-py2.py3-none-any.whl jupyterlab/ipython-7.16.1-py3-none-any.whl jupyterlab/Jinja2-2.11.2-py2.py3-none-any.whl jupyterlab/jupyter_client-6.1.7-py3-none-any.whl jupyterlab/testpath-0.4.4-py2.py3-none-any.whl jupyterlab/prometheus_client-0.8.0-py2.py3-none-any.whl jupyterlab/packaging-20.4-py2.py3-none-any.whl jupyterlab/zipp-3.4.0-py3-none-any.whl jupyterlab/decorator-4.4.2-py2.py3-none-any.whl jupyterlab/pandocfilters-1.4.3.tar.gz jupyterlab/Pygments-2.7.2-py3-none-any.whl jupyterlab/chardet-3.0.4-py2.py3-none-any.whl jupyterlab/jupyterlab_pygments-0.1.2-py2.py3-none-any.whl jupyterlab/terminado-0.9.1-py3-none-any.whl jupyterlab/urllib3-1.25.11-py2.py3-none-any.whl jupyterlab/pexpect-4.8.0-py2.py3-none-any.whl jupyterlab/pyrsistent-0.17.3.tar.gz jupyterlab/importlib_metadata-2.0.0-py2.py3-none-any.whl jupyterlab/nbclient-0.5.1-py3-none-any.whl jupyterlab/bleach-3.2.1-py2.py3-none-any.whl jupyterlab/attrs-20.3.0-py2.py3-none-any.whl jupyterlab/async_generator-1.10-py3-none-any.whl jupyterlab/cffi-1.14.3-cp36-cp36m-manylinux1_x86_64.whl jupyterlab/idna-2.10-py2.py3-none-any.whl jupyterlab/argon2_cffi-20.1.0-cp35-abi3-manylinux1_x86_64.whl jupyterlab/prompt_toolkit-3.0.8-py3-none-any.whl jupyterlab/nest_asyncio-1.4.2-py3-none-any.whl jupyterlab/tornado-6.1-cp36-cp36m-manylinux2010_x86_64.whl jupyterlab/jsonschema-3.2.0-py2.py3-none-any.whl jupyterlab/ptyprocess-0.6.0-py2.py3-none-any.whl jupyterlab/notebook-6.1.5-py3-none-any.whl jupyterlab/entrypoints-0.3-py2.py3-none-any.whl jupyterlab/pyparsing-2.4.7-py2.py3-none-any.whl jupyterlab/Send2Trash-1.5.0-py3-none-any.whl jupyterlab/pycparser-2.20-py2.py3-none-any.whl jupyterlab/python_dateutil-2.8.1-py2.py3-none-any.whl jupyterlab/six-1.15.0-py2.py3-none-any.whl jupyterlab/parso-0.7.1-py2.py3-none-any.whl jupyterlab/jupyter_core-4.6.3-py2.py3-none-any.whl jupyterlab/backcall-0.2.0-py2.py3-none-any.whl jupyterlab/jupyterlab_server-1.2.0-py3-none-any.whl jupyterlab/mistune-0.8.4-py2.py3-none-any.whl jupyterlab/ipykernel-5.3.4-py3-none-any.whl jupyterlab/nbformat-5.0.8-py3-none-any.whl jupyterlab/traitlets-4.3.3-py2.py3-none-any.whl jupyterlab/nbconvert-6.0.7-py3-none-any.whl jupyterlab/MarkupSafe-1.1.1-cp36-cp36m-manylinux1_x86_64.whl jupyterlab/webencodings-0.5.1-py2.py3-none-any.whl jupyterlab/wcwidth-0.2.5-py2.py3-none-any.whl jupyterlab/ipython_genutils-0.2.0-py2.py3-none-any.whl jupyterlab/jupyterlab-2.2.9-py3-none-any.whl jupyterlab/setuptools-50.3.2-py3-none-any.whl jupyterlab/jedi-0.17.2-py2.py3-none-any.whl STEP 27: EXPOSE 8888 STEP 28: ENV JUPYTER_ENABLE_LAB=1 STEP 29: ENTRYPOINT ["tini", "-g", "--"] STEP 30: CMD ["start-notebook.sh"] STEP 31: COPY scripts/start.sh scripts/start-notebook.sh scripts/start-singleuser.sh /usr/local/bin/ STEP 32: COPY scripts/jupyter_notebook_config.py /etc/jupyter/ STEP 33: USER root STEP 34: RUN fix-permissions /etc/jupyter && fix-permissions /usr/libexec/openssh/ssh-keysign STEP 35: RUN rm -rf /usr/share/doc/perl-IO-Socket-SSL /usr/share/doc/perl-Net-SSLeay/examples /opt/app-root/lib/python3.6/site-packages/tornado/test/test.key STEP 36: USER $NB_UID STEP 37: HEALTHCHECK CMD pgrep "jupyter" > /dev/null || exit 1 STEP 38: WORKDIR $HOME STEP 39: COMMIT registry1.dsop.io/ironbank-staging/opensource/jupyter/jupyterlab Getting image source signatures Copying blob sha256:92538e92de2938d7c4e279f871107b835bf0c8cc76a5a1655d66855706da18b0 Copying blob sha256:eb7bf34352ca9ba2fb0218870ac3c47b76d0b1fb7d50543d3ecfa497eca242b0 Copying blob sha256:133a3367cf31f2fec7bd8ac0f7af1590869454680c51f08db67b29dbc50ae674 Copying blob sha256:05b0b2d8953459c4fc7e03990c1cde99f0f12c1f293c8dd37986b881f28c96bd Copying blob sha256:1aa9ba3afbbb394a5705ae9dc0ccc27e2e47f5a493eb3844c2d5e993166a16d9 Copying config sha256:77bb53d026166e963c96e06bb5ceac1493279554035b4bd100b273ddb30cf407 Writing manifest to image destination Storing signatures 77bb53d026166e963c96e06bb5ceac1493279554035b4bd100b273ddb30cf407 77bb53d026166e963c96e06bb5ceac1493279554035b4bd100b273ddb30cf407 + buildah tag --storage-driver=vfs registry1.dsop.io/ironbank-staging/opensource/jupyter/jupyterlab registry1.dsop.io/ironbank-staging/opensource/jupyter/jupyterlab:181350 + buildah push --storage-driver=vfs --authfile staging_auth.json --digestfile=ci-artifacts/build/digest registry1.dsop.io/ironbank-staging/opensource/jupyter/jupyterlab:181350 Getting image source signatures Copying blob sha256:1aa9ba3afbbb394a5705ae9dc0ccc27e2e47f5a493eb3844c2d5e993166a16d9 Copying blob sha256:eb7bf34352ca9ba2fb0218870ac3c47b76d0b1fb7d50543d3ecfa497eca242b0 Copying blob sha256:133a3367cf31f2fec7bd8ac0f7af1590869454680c51f08db67b29dbc50ae674 Copying blob sha256:05b0b2d8953459c4fc7e03990c1cde99f0f12c1f293c8dd37986b881f28c96bd Copying blob sha256:92538e92de2938d7c4e279f871107b835bf0c8cc76a5a1655d66855706da18b0 Copying config sha256:77bb53d026166e963c96e06bb5ceac1493279554035b4bd100b273ddb30cf407 Writing manifest to image destination Storing signatures Read the tags + echo 'Read the tags' + tags_file=ci-artifacts/preflight/tags.txt + test -f ci-artifacts/preflight/tags.txt + IFS= + read -r tag + buildah tag --storage-driver=vfs registry1.dsop.io/ironbank-staging/opensource/jupyter/jupyterlab registry1.dsop.io/ironbank-staging/opensource/jupyter/jupyterlab:1.4.2 + buildah push --storage-driver=vfs --authfile staging_auth.json registry1.dsop.io/ironbank-staging/opensource/jupyter/jupyterlab:1.4.2 Getting image source signatures Copying blob sha256:05b0b2d8953459c4fc7e03990c1cde99f0f12c1f293c8dd37986b881f28c96bd Copying blob sha256:92538e92de2938d7c4e279f871107b835bf0c8cc76a5a1655d66855706da18b0 Copying blob sha256:133a3367cf31f2fec7bd8ac0f7af1590869454680c51f08db67b29dbc50ae674 Copying blob sha256:1aa9ba3afbbb394a5705ae9dc0ccc27e2e47f5a493eb3844c2d5e993166a16d9 Copying blob sha256:eb7bf34352ca9ba2fb0218870ac3c47b76d0b1fb7d50543d3ecfa497eca242b0 Copying config sha256:77bb53d026166e963c96e06bb5ceac1493279554035b4bd100b273ddb30cf407 Writing manifest to image destination Storing signatures + IFS= + read -r tag + buildah tag --storage-driver=vfs registry1.dsop.io/ironbank-staging/opensource/jupyter/jupyterlab registry1.dsop.io/ironbank-staging/opensource/jupyter/jupyterlab:latest + buildah push --storage-driver=vfs --authfile staging_auth.json registry1.dsop.io/ironbank-staging/opensource/jupyter/jupyterlab:latest Getting image source signatures Copying blob sha256:133a3367cf31f2fec7bd8ac0f7af1590869454680c51f08db67b29dbc50ae674 Copying blob sha256:1aa9ba3afbbb394a5705ae9dc0ccc27e2e47f5a493eb3844c2d5e993166a16d9 Copying blob sha256:05b0b2d8953459c4fc7e03990c1cde99f0f12c1f293c8dd37986b881f28c96bd Copying blob sha256:92538e92de2938d7c4e279f871107b835bf0c8cc76a5a1655d66855706da18b0 Copying blob sha256:eb7bf34352ca9ba2fb0218870ac3c47b76d0b1fb7d50543d3ecfa497eca242b0 Copying config sha256:77bb53d026166e963c96e06bb5ceac1493279554035b4bd100b273ddb30cf407 Writing manifest to image destination Storing signatures + IFS= + read -r tag + skopeo copy --src-authfile staging_auth.json docker://registry1.dsop.io/ironbank-staging/opensource/jupyter/jupyterlab:181350 docker-archive:ci-artifacts/build/jupyterlab-181350.tar Getting image source signatures Copying blob sha256:acf5b70b937b5c8d6d006d4a15e0e6e9b8f0c3568214ab13d010a84e7c286ec5 Copying blob sha256:0dbe531b0d7b1c6b3a4e24bad4cecdf2edc9ba16351a58879559723e453e63d9 Copying blob sha256:bdb59f88f7082223992ad4305e3d0b22f5f721a0e8b3c7906801accfcf19d26d Copying blob sha256:a0e93b6d5c44848b86517046477c3a555aceef5e4840331d803d438fb1f5bf61 Copying blob sha256:519a2d6b42545ecf2e2c978113c82e71d30f982ecbcc992cf898c6057091a0e6 Copying config sha256:77bb53d026166e963c96e06bb5ceac1493279554035b4bd100b273ddb30cf407 Writing manifest to image destination Storing signatures ++ podman inspect --storage-driver=vfs registry1.dsop.io/ironbank-staging/opensource/jupyter/jupyterlab --format '{{.Id}}' time="2021-03-01T16:11:28Z" level=error msg="unable to write system event: \"write unixgram @daa6e->/run/systemd/journal/socket: sendmsg: no such file or directory\"" + IMAGE_ID=sha256:77bb53d026166e963c96e06bb5ceac1493279554035b4bd100b273ddb30cf407 + echo IMAGE_ID=sha256:77bb53d026166e963c96e06bb5ceac1493279554035b4bd100b273ddb30cf407 ++ sha256sum ci-artifacts/build/jupyterlab-181350.tar ++ grep -E '^[a-zA-Z0-9]+' -o + IMAGE_TAR_SHA=fdcf54304b93692fde7f8e666ec729010151744a123f4f309536611245277de9 + echo IMAGE_TAR_SHA=fdcf54304b93692fde7f8e666ec729010151744a123f4f309536611245277de9 + IMAGE_PODMAN_SHA=sha256:11ee0878cd58e3f2a6286294ed2bdf9b460525f5e1d48b328f5fa6ac055d22e4 + echo IMAGE_PODMAN_SHA=sha256:11ee0878cd58e3f2a6286294ed2bdf9b460525f5e1d48b328f5fa6ac055d22e4 + echo IMAGE_FILE=jupyterlab-181350 + echo IMAGE_FULLTAG=registry1.dsop.io/ironbank-staging/opensource/jupyter/jupyterlab:181350 + echo IM_NAME=opensource/jupyter/jupyterlab section_end:1614615092:step_script section_start:1614615092:upload_artifacts_on_success Uploading artifacts for successful job Uploading artifacts... ci-artifacts/build/: found 3 matching files and directories Uploading artifacts as "archive" to coordinator... ok id=2240286 responseStatus=201 Created token=wxDkhatM Uploading artifacts... build.env: found 1 matching files and directories  Uploading artifacts as "dotenv" to coordinator... ok id=2240286 responseStatus=201 Created token=wxDkhatM section_end:1614615119:upload_artifacts_on_success section_start:1614615119:cleanup_file_variables Cleaning up file based variables section_end:1614615119:cleanup_file_variables Job succeeded