Running with gitlab-runner 13.5.0 (ece86343)  on global-shared-gitlab-runner-c44d4f9bc-4pxrh vE7LMmfx section_start:1610473789:resolve_secrets Resolving secrets section_end:1610473789:resolve_secrets section_start:1610473789:prepare_executor Preparing the "kubernetes" executor Using Kubernetes namespace: gitlab-runner-isolated Using Kubernetes executor with image ${GITLAB_INTERNAL_REGISTRY}/ironbank-tools/ironbank-pipeline/ib-pipeline-image:0.1 ... section_end:1610473789:prepare_executor section_start:1610473789:prepare_script Preparing environment Waiting for pod gitlab-runner-isolated/runner-ve7lmmfx-project-3540-concurrent-0fc94m to be running, status is Pending Waiting for pod gitlab-runner-isolated/runner-ve7lmmfx-project-3540-concurrent-0fc94m to be running, status is Pending ContainersNotReady: "containers with unready status: [build helper]" ContainersNotReady: "containers with unready status: [build helper]" Running on runner-ve7lmmfx-project-3540-concurrent-0fc94m via global-shared-gitlab-runner-c44d4f9bc-4pxrh... section_end:1610473795:prepare_script section_start:1610473795: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 4e9f0a72 as development... Skipping Git submodules setup section_end:1610473795:get_sources section_start:1610473795:download_artifacts Downloading artifacts Downloading artifacts for hardening_manifest (1415978)... Downloading artifacts from coordinator... ok  id=1415978 responseStatus=200 OK token=tmMy6ix5 Downloading artifacts for import artifacts (1415980)... Downloading artifacts from coordinator... ok  id=1415980 responseStatus=200 OK token=PkMZ5Uxs Downloading artifacts for load scripts (1415975)... Downloading artifacts from coordinator... ok  id=1415975 responseStatus=200 OK token=BHsvks-E section_end:1610473796:download_artifacts section_start:1610473796: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:b4e2e3ee896aa5b91163e3661031c067ab8e2d4ade8514fe4612d9297e6a3053 Copying blob sha256:9dafe92c8a7b22f47354a718b67ddd2be3ffbe146f1521369fe93697d5ac67f6 Copying config sha256:d64b859d2648eb936a0c45ce701ab5ce28ffdf82c333f5c4153bed5ebcdfa65b 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 Failed to set locale, defaulting to C.UTF-8 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 && chmod g+w /etc/passwd && 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:999fe598dd6bc2a2366ce268f53e47a91ab850dca5276444a3a6374414cb615b Copying blob sha256:a8d22d78872874b1a07c60d0f803ccceb9cb00536ed4dcc471ed4b21bf2321e5 Copying blob sha256:58d5b0812af530db1367af9a299d129a7b23833882e6fe4d58c932a976b573a1 Copying config sha256:8ead9aa228415ecb86f56b3c52cc59495115224ba24a05fd91750e6896582287 Writing manifest to image destination Storing signatures 8ead9aa228415ecb86f56b3c52cc59495115224ba24a05fd91750e6896582287 8ead9aa228415ecb86f56b3c52cc59495115224ba24a05fd91750e6896582287 + buildah tag --storage-driver=vfs registry1.dsop.io/ironbank-staging/opensource/jupyter/jupyterlab registry1.dsop.io/ironbank-staging/opensource/jupyter/jupyterlab:127401 + buildah push --storage-driver=vfs --authfile staging_auth.json --digestfile=ci-artifacts/build/digest registry1.dsop.io/ironbank-staging/opensource/jupyter/jupyterlab:127401 Getting image source signatures Copying blob sha256:58d5b0812af530db1367af9a299d129a7b23833882e6fe4d58c932a976b573a1 Copying blob sha256:a8d22d78872874b1a07c60d0f803ccceb9cb00536ed4dcc471ed4b21bf2321e5 Copying blob sha256:999fe598dd6bc2a2366ce268f53e47a91ab850dca5276444a3a6374414cb615b Copying blob sha256:92538e92de2938d7c4e279f871107b835bf0c8cc76a5a1655d66855706da18b0 Copying blob sha256:eb7bf34352ca9ba2fb0218870ac3c47b76d0b1fb7d50543d3ecfa497eca242b0 Copying config sha256:8ead9aa228415ecb86f56b3c52cc59495115224ba24a05fd91750e6896582287 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:a8d22d78872874b1a07c60d0f803ccceb9cb00536ed4dcc471ed4b21bf2321e5 Copying blob sha256:58d5b0812af530db1367af9a299d129a7b23833882e6fe4d58c932a976b573a1 Copying blob sha256:eb7bf34352ca9ba2fb0218870ac3c47b76d0b1fb7d50543d3ecfa497eca242b0 Copying blob sha256:999fe598dd6bc2a2366ce268f53e47a91ab850dca5276444a3a6374414cb615b Copying blob sha256:92538e92de2938d7c4e279f871107b835bf0c8cc76a5a1655d66855706da18b0 Copying config sha256:8ead9aa228415ecb86f56b3c52cc59495115224ba24a05fd91750e6896582287 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:a8d22d78872874b1a07c60d0f803ccceb9cb00536ed4dcc471ed4b21bf2321e5 Copying blob sha256:eb7bf34352ca9ba2fb0218870ac3c47b76d0b1fb7d50543d3ecfa497eca242b0 Copying blob sha256:999fe598dd6bc2a2366ce268f53e47a91ab850dca5276444a3a6374414cb615b Copying blob sha256:92538e92de2938d7c4e279f871107b835bf0c8cc76a5a1655d66855706da18b0 Copying blob sha256:58d5b0812af530db1367af9a299d129a7b23833882e6fe4d58c932a976b573a1 Copying config sha256:8ead9aa228415ecb86f56b3c52cc59495115224ba24a05fd91750e6896582287 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:127401 docker-archive:ci-artifacts/build/jupyterlab-127401.tar Getting image source signatures Copying blob sha256:acf5b70b937b5c8d6d006d4a15e0e6e9b8f0c3568214ab13d010a84e7c286ec5 Copying blob sha256:0dbe531b0d7b1c6b3a4e24bad4cecdf2edc9ba16351a58879559723e453e63d9 Copying blob sha256:b4e2e3ee896aa5b91163e3661031c067ab8e2d4ade8514fe4612d9297e6a3053 Copying blob sha256:9dafe92c8a7b22f47354a718b67ddd2be3ffbe146f1521369fe93697d5ac67f6 Copying blob sha256:f990ce2a20570ae561e1faf2303b986956d52791867d7becde43174a3a43ddd9 Copying config sha256:8ead9aa228415ecb86f56b3c52cc59495115224ba24a05fd91750e6896582287 Writing manifest to image destination Storing signatures ++ podman inspect --storage-driver=vfs registry1.dsop.io/ironbank-staging/opensource/jupyter/jupyterlab --format '{{.Id}}' time="2021-01-12T17:53:44Z" level=error msg="unable to write system event: \"write unixgram @2c66d->/run/systemd/journal/socket: sendmsg: no such file or directory\"" + IMAGE_ID=sha256:8ead9aa228415ecb86f56b3c52cc59495115224ba24a05fd91750e6896582287 + echo IMAGE_ID=sha256:8ead9aa228415ecb86f56b3c52cc59495115224ba24a05fd91750e6896582287 ++ sha256sum ci-artifacts/build/jupyterlab-127401.tar ++ grep -E '^[a-zA-Z0-9]+' -o + IMAGE_TAR_SHA=6110d4de32698b78a799ffc149149e9e6b87030471660748d46c7cda223e5083 + echo IMAGE_TAR_SHA=6110d4de32698b78a799ffc149149e9e6b87030471660748d46c7cda223e5083 + IMAGE_PODMAN_SHA=sha256:db920d94beeb0ee63daf35de7a046bd61f6febfc4b9a1ac3771b081906eb15c7 + echo IMAGE_PODMAN_SHA=sha256:db920d94beeb0ee63daf35de7a046bd61f6febfc4b9a1ac3771b081906eb15c7 + echo IMAGE_FILE=jupyterlab-127401 + echo IMAGE_FULLTAG=registry1.dsop.io/ironbank-staging/opensource/jupyter/jupyterlab:127401 + echo IM_NAME=opensource/jupyter/jupyterlab section_end:1610474027:step_script section_start:1610474027: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=1415982 responseStatus=201 Created token=qaqnFBjX Uploading artifacts... build.env: found 1 matching files and directories  Uploading artifacts as "dotenv" to coordinator... ok id=1415982 responseStatus=201 Created token=qaqnFBjX section_end:1610474051:upload_artifacts_on_success section_start:1610474051:cleanup_file_variables Cleaning up file based variables section_end:1610474051:cleanup_file_variables Job succeeded