jupyterhub / mybinder.org-deploy

Deployment config files for mybinder.org
https://mybinder-sre.readthedocs.io/en/latest/index.html
BSD 3-Clause "New" or "Revised" License
76 stars 74 forks source link

Build / launch on GESIS server fails with dial tcp 104.16.99.215:443: connect: connection refused #3033

Closed rgaiacs closed 2 months ago

rgaiacs commented 2 months ago

Thanks @sgibson91 for reporting this.

Steps to reproduce

https://notebooks.gesis.org/binder/v2/gh/2i2c-org/utoronto-image/add-kaleido-pkg

Observed Output

Waiting for build to start...
Picked Git content provider.
Cloning into '/tmp/repo2dockerwm8iqspd'...
HEAD is now at e839224 Add kaleido pkg to environment.yml
Using DockerBuildPack builder
Step 1/12 : FROM quay.io/jupyter/scipy-notebook:2023-12-08
 ---> 1a44f7207391
Step 2/12 : USER root
 ---> Using cache
 ---> 5dd604c0e4cb
Step 3/12 : RUN apt-get update -qq --yes > /dev/null &&     apt-get install --yes -qq         zip         dbus-x11         firefox         xfce4         xfce4-panel         xfce4-terminal         xfce4-session         xfce4-settings         xorg         xubuntu-icon-theme         openjdk-8-jre         libreoffice > /dev/null
 ---> Using cache
 ---> 7dd9e4cbcf9c
Step 4/12 : USER ${NB_USER}
 ---> Using cache
 ---> 11881c5567ea
Step 5/12 : COPY environment.yml /tmp/
 ---> Using cache
 ---> fdb9b2df534b
Step 6/12 : RUN mamba env update -p ${CONDA_DIR} -f /tmp/environment.yml && mamba clean -afy
 ---> Using cache
 ---> 196231ee63c1
Step 7/12 : ENV NLTK_DATA ${CONDA_DIR}/nltk_data
 ---> Using cache
 ---> 171c46dcc059
Step 8/12 : RUN mkdir -p ${NLTK_DATA} && python -m textblob.download_corpora
 ---> Using cache
 ---> 0b4d687a49e0
Step 9/12 : RUN jupyter nbclassic-extension install --sys-prefix --py jupyter_nbextensions_configurator --overwrite &&     jupyter nbclassic-extension enable --sys-prefix --py jupyter_nbextensions_configurator &&     jupyter nbclassic-serverextension enable --sys-prefix --py jupyter_nbextensions_configurator
 ---> Using cache
 ---> 7c524e77a354
Step 10/12 : LABEL repo2docker.ref=e8392249e1a8895b4e20d1ce0614e7564e9dd1ea
 ---> Using cache
 ---> 50bf817b5a1e
Step 11/12 : LABEL repo2docker.repo=https://github.com/2i2c-org/utoronto-image
 ---> Using cache
 ---> 786e2e319251
Step 12/12 : LABEL repo2docker.version=2024.07.0+5.g82713f3
 ---> Using cache
 ---> 32e1528f1989
{"aux": {"ID": "sha256:32e1528f1989c981692d277a4b6298dbfe291c1709fa331ba3606b1042cf9561"}}[Warning] One or more build-args [NB_UID NB_USER] were not consumed
Successfully built 32e1528f1989
Successfully tagged gesiscss/binder-r2d-g5b5b759-2i2c-2dorg-2dutoronto-2dimage-50df85:e8392249e1a8895b4e20d1ce0614e7564e9dd1ea
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
Pushing image
dial tcp 104.16.99.215:443: connect: connection refused

Expected Output

Successful build / launch.

cc @arnim