Coder Social home page Coder Social logo

mybinder-go's People

Contributors

sbinet avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

soypete dwdcth

mybinder-go's Issues

Support mybinder?

It's a free online service for building temporary jupyter nb.

I tried https://mybinder.org/v2/gh/gopherdata/gophernotes/HEAD but it failed to load.

log
Waiting for build to start...
Picked Git content provider.
Cloning into '/tmp/repo2dockerdx02zesq'...
HEAD is now at dbe0728 kernel: tame go vet
Using DockerBuildPack builder
Step 1/10 : FROM alpine:3.15
Fetching base image...
Fetching base image...
Fetching base image...
Fetching base image...
Fetching base image...
Fetching base image...
Fetching base image...
Fetching base image...
Fetching base image...
Fetching base image...
 ---> c059bfaa849c
Step 2/10 : MAINTAINER dwhitena
 ---> Running in a4d39f6a97e4
Removing intermediate container a4d39f6a97e4
 ---> be8ee2d0bb29
Step 3/10 : ADD . /go/src/github.com/gopherdata/gophernotes/
 ---> ababfc0b0115
Step 4/10 : RUN set -x     && apk update     && apk --no-cache         --repository http://dl-4.alpinelinux.org/alpine/v3.15/community         --repository http://dl-4.alpinelinux.org/alpine/v3.15/main         --arch=x86_64 add         ca-certificates         g++         gcc         git         libffi-dev         pkgconfig         python3 python3-dev         py3-pip         py3-pyzmq         mercurial         mesa-dev         musl-dev         su-exec         zeromq-dev     && pip3 install --upgrade pip==21.3.1     && ln -s /usr/bin/python3.9 /usr/bin/python     && apk --update-cache         --arch=x86_64 add         go     && ln -s /usr/include/locale.h /usr/include/xlocale.h     && pip3 install jupyter notebook pyzmq tornado ipykernel     && cd /go/src/github.com/gopherdata/gophernotes     && GOPATH=/go GO111MODULE=on go install .     && cp /go/bin/gophernotes /usr/local/bin/     && mkdir -p ~/.local/share/jupyter/kernels/gophernotes     && cp -r ./kernel/* ~/.local/share/jupyter/kernels/gophernotes     && cd -     && find /usr/lib/python3.9 -name __pycache__ | xargs rm -r     && rm -rf         /root/.[acpw]*         ipaexg00301*     && rm -rf /var/cache/apk/*
 ---> Running in 966d35b75813
�[91m+ apk update
�[0mfetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz
v3.15.0-273-g2719fa625a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main]
v3.15.0-275-g7e3aeb9ea5 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community]
OK: 15857 distinct packages available
�[91m+ apk --no-cache --repository http://dl-4.alpinelinux.org/alpine/v3.15/community --repository http://dl-4.alpinelinux.org/alpine/v3.15/main '--arch=x86_64' add ca-certificates g++ gcc git libffi-dev pkgconfig python3 python3-dev py3-pip py3-pyzmq mercurial mesa-dev musl-dev su-exec zeromq-dev
�[0mfetch http://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz
fetch http://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz
(1/109) Installing ca-certificates (20211220-r0)
(2/109) Installing libgcc (10.3.1_git20211027-r0)
(3/109) Installing libstdc++ (10.3.1_git20211027-r0)
(4/109) Installing binutils (2.37-r3)
(5/109) Installing libgomp (10.3.1_git20211027-r0)
(6/109) Installing libatomic (10.3.1_git20211027-r0)
(7/109) Installing libgphobos (10.3.1_git20211027-r0)
(8/109) Installing gmp (6.2.1-r1)
(9/109) Installing isl22 (0.22-r0)
(10/109) Installing mpfr4 (4.1.0-r0)
(11/109) Installing mpc1 (1.2.1-r0)
(12/109) Installing gcc (10.3.1_git20211027-r0)
(13/109) Installing musl-dev (1.2.2-r7)
(14/109) Installing libc-dev (0.7.2-r3)
(15/109) Installing g++ (10.3.1_git20211027-r0)
(16/109) Installing brotli-libs (1.0.9-r5)
(17/109) Installing nghttp2-libs (1.46.0-r0)
(18/109) Installing libcurl (7.80.0-r0)
(19/109) Installing expat (2.4.4-r0)
(20/109) Installing pcre2 (10.39-r0)
(21/109) Installing git (2.34.1-r0)
(22/109) Installing linux-headers (5.10.41-r0)
(23/109) Installing libffi (3.4.2-r1)
(24/109) Installing pkgconf (1.8.0-r0)
(25/109) Installing libffi-dev (3.4.2-r1)
(26/109) Installing libbz2 (1.0.8-r1)
(27/109) Installing gdbm (1.22-r0)
(28/109) Installing xz-libs (5.2.5-r0)
(29/109) Installing mpdecimal (2.5.1-r1)
(30/109) Installing ncurses-terminfo-base (6.3_p20211120-r0)
(31/109) Installing ncurses-libs (6.3_p20211120-r0)
(32/109) Installing readline (8.1.1-r0)
(33/109) Installing sqlite-libs (3.36.0-r0)
(34/109) Installing python3 (3.9.7-r4)
(35/109) Installing mercurial (5.9.3-r0)
(36/109) Installing libpciaccess (0.16-r0)
(37/109) Installing libdrm (2.4.109-r0)
(38/109) Installing libpciaccess-dev (0.16-r0)
(39/109) Installing libdrm-dev (2.4.109-r0)
(40/109) Installing libxau (1.0.9-r0)
(41/109) Installing xorgproto (2021.5-r0)
(42/109) Installing libxau-dev (1.0.9-r0)
(43/109) Installing libmd (1.0.3-r0)
(44/109) Installing libbsd (0.11.3-r1)
(45/109) Installing libxdmcp (1.1.3-r0)
(46/109) Installing libxcb (1.14-r2)
(47/109) Installing libx11 (1.7.2-r0)
(48/109) Installing libxext (1.3.4-r0)
(49/109) Installing xcb-proto (1.14.1-r2)
(50/109) Installing libxdmcp-dev (1.1.3-r0)
(51/109) Installing libxcb-dev (1.14-r2)
(52/109) Installing xtrans (1.4.0-r1)
(53/109) Installing libx11-dev (1.7.2-r0)
(54/109) Installing libxext-dev (1.3.4-r0)
(55/109) Installing libxdamage (1.1.5-r1)
(56/109) Installing libxfixes (6.0.0-r0)
(57/109) Installing libxfixes-dev (6.0.0-r0)
(58/109) Installing libxdamage-dev (1.1.5-r1)
(59/109) Installing libxshmfence (1.3-r1)
(60/109) Installing libxshmfence-dev (1.3-r1)
(61/109) Installing mesa (21.2.6-r0)
(62/109) Installing wayland-libs-server (1.19.0-r1)
(63/109) Installing mesa-gbm (21.2.6-r0)
(64/109) Installing mesa-glapi (21.2.6-r0)
(65/109) Installing wayland-libs-client (1.19.0-r1)
(66/109) Installing mesa-egl (21.2.6-r0)
(67/109) Installing libxxf86vm (1.1.4-r2)
(68/109) Installing mesa-gl (21.2.6-r0)
(69/109) Installing mesa-gles (21.2.6-r0)
(70/109) Installing libxml2 (2.9.12-r2)
(71/109) Installing llvm12-libs (12.0.1-r0)
(72/109) Installing zstd-libs (1.5.0-r0)
(73/109) Installing mesa-osmesa (21.2.6-r0)
(74/109) Installing mesa-xatracker (21.2.6-r0)
(75/109) Installing libxxf86vm-dev (1.1.4-r2)
(76/109) Installing mesa-dev (21.2.6-r0)
(77/109) Installing py3-appdirs (1.4.4-r2)
(78/109) Installing py3-certifi (2020.12.5-r1)
(79/109) Installing py3-charset-normalizer (2.0.7-r0)
(80/109) Installing py3-idna (3.3-r0)
(81/109) Installing py3-urllib3 (1.26.7-r0)
(82/109) Installing py3-requests (2.26.0-r1)
(83/109) Installing py3-msgpack (1.0.2-r1)
(84/109) Installing py3-lockfile (0.12.2-r4)
(85/109) Installing py3-cachecontrol (0.12.10-r0)
(86/109) Installing py3-colorama (0.4.4-r1)
(87/109) Installing py3-contextlib2 (21.6.0-r1)
(88/109) Installing py3-distlib (0.3.3-r0)
(89/109) Installing py3-distro (1.6.0-r0)
(90/109) Installing py3-six (1.16.0-r0)
(91/109) Installing py3-webencodings (0.5.1-r4)
(92/109) Installing py3-html5lib (1.1-r1)
(93/109) Installing py3-parsing (2.4.7-r2)
(94/109) Installing py3-packaging (20.9-r1)
(95/109) Installing py3-tomli (1.2.2-r0)
(96/109) Installing py3-pep517 (0.12.0-r0)
(97/109) Installing py3-progress (1.6-r0)
(98/109) Installing py3-retrying (1.3.3-r2)
(99/109) Installing py3-ordered-set (4.0.2-r2)
(100/109) Installing py3-setuptools (52.0.0-r4)
(101/109) Installing py3-toml (0.10.2-r2)
(102/109) Installing py3-pip (20.3.4-r1)
(103/109) Installing libsodium (1.0.18-r0)
(104/109) Installing libzmq (4.3.4-r0)
(105/109) Installing py3-pyzmq (22.3.0-r0)
(106/109) Installing python3-dev (3.9.7-r4)
(107/109) Installing su-exec (0.2-r1)
(108/109) Installing libsodium-dev (1.0.18-r0)
(109/109) Installing zeromq-dev (4.3.4-r0)
Executing busybox-1.34.1-r3.trigger
Executing ca-certificates-20211220-r0.trigger
OK: 482 MiB in 123 packages
�[91m+ pip3 install --upgrade 'pip==21.3.1'
�[0mCollecting pip==21.3.1
  Downloading pip-21.3.1-py3-none-any.whl (1.7 MB)
Installing collected packages: pip
  Attempting uninstall: pip
    Found existing installation: pip 20.3.4
    Uninstalling pip-20.3.4:
      Successfully uninstalled pip-20.3.4
Successfully installed pip-21.3.1
�[91m+ ln -s /usr/bin/python3.9 /usr/bin/python
�[0m�[91m+ apk --update-cache '--arch=x86_64' add go
�[0m(1/1) Installing go (1.17.4-r0)
Executing busybox-1.34.1-r3.trigger
OK: 851 MiB in 124 packages
�[91m+ ln -s /usr/include/locale.h /usr/include/xlocale.h
�[0m�[91m+ pip3 install jupyter notebook pyzmq tornado ipykernel
�[0mCollecting jupyter
  Downloading jupyter-1.0.0-py2.py3-none-any.whl (2.7 kB)
Collecting notebook
  Downloading notebook-6.4.8-py3-none-any.whl (9.9 MB)
Requirement already satisfied: pyzmq in /usr/lib/python3.9/site-packages (22.3.0)
Collecting tornado
  Downloading tornado-6.1.tar.gz (497 kB)
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting ipykernel
  Downloading ipykernel-6.9.0-py3-none-any.whl (128 kB)
Collecting qtconsole
  Downloading qtconsole-5.2.2-py3-none-any.whl (120 kB)
Collecting nbconvert
  Downloading nbconvert-6.4.2-py3-none-any.whl (558 kB)
Collecting jupyter-console
  Downloading jupyter_console-6.4.0-py3-none-any.whl (22 kB)
Collecting ipywidgets
  Downloading ipywidgets-7.6.5-py2.py3-none-any.whl (121 kB)
Collecting jupyter-core>=4.6.1
  Downloading jupyter_core-4.9.1-py3-none-any.whl (86 kB)
Collecting Send2Trash>=1.8.0
  Downloading Send2Trash-1.8.0-py3-none-any.whl (18 kB)
Collecting argon2-cffi
  Downloading argon2_cffi-21.3.0-py3-none-any.whl (14 kB)
Collecting jinja2
  Downloading Jinja2-3.0.3-py3-none-any.whl (133 kB)
Collecting prometheus-client
  Downloading prometheus_client-0.13.1-py3-none-any.whl (57 kB)
Collecting terminado>=0.8.3
  Downloading terminado-0.13.1-py3-none-any.whl (14 kB)
Collecting traitlets>=4.2.1
  Downloading traitlets-5.1.1-py3-none-any.whl (102 kB)
Collecting ipython-genutils
  Downloading ipython_genutils-0.2.0-py2.py3-none-any.whl (26 kB)
Collecting nest-asyncio>=1.5
  Downloading nest_asyncio-1.5.4-py3-none-any.whl (5.1 kB)
Collecting jupyter-client>=5.3.4
  Downloading jupyter_client-7.1.2-py3-none-any.whl (130 kB)
Collecting nbformat
  Downloading nbformat-5.1.3-py3-none-any.whl (178 kB)
Collecting ipython>=7.23.1
  Downloading ipython-8.0.1-py3-none-any.whl (747 kB)
Collecting matplotlib-inline<0.2.0,>=0.1.0
  Downloading matplotlib_inline-0.1.3-py3-none-any.whl (8.2 kB)
Collecting debugpy<2.0,>=1.0.0
  Downloading debugpy-1.5.1-py2.py3-none-any.whl (4.1 MB)
Collecting backcall
  Downloading backcall-0.2.0-py2.py3-none-any.whl (11 kB)
Collecting black
  Downloading black-22.1.0-py3-none-any.whl (160 kB)
Collecting pygments
  Downloading Pygments-2.11.2-py3-none-any.whl (1.1 MB)
Collecting pexpect>4.3
  Downloading pexpect-4.8.0-py2.py3-none-any.whl (59 kB)
Collecting jedi>=0.16
  Downloading jedi-0.18.1-py2.py3-none-any.whl (1.6 MB)
Collecting stack-data
  Downloading stack_data-0.1.4-py3-none-any.whl (20 kB)
Collecting prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0
  Downloading prompt_toolkit-3.0.28-py3-none-any.whl (380 kB)
Requirement already satisfied: setuptools>=18.5 in /usr/lib/python3.9/site-packages (from ipython>=7.23.1->ipykernel) (52.0.0)
Collecting decorator
  Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB)
Collecting pickleshare
  Downloading pickleshare-0.7.5-py2.py3-none-any.whl (6.9 kB)
Collecting python-dateutil>=2.1
  Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
Collecting entrypoints
  Downloading entrypoints-0.4-py3-none-any.whl (5.3 kB)
Collecting ptyprocess
  Downloading ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB)
Collecting argon2-cffi-bindings
  Downloading argon2_cffi_bindings-21.2.0-cp36-abi3-musllinux_1_1_x86_64.whl (88 kB)
Collecting widgetsnbextension~=3.5.0
  Downloading widgetsnbextension-3.5.2-py2.py3-none-any.whl (1.6 MB)
Collecting jupyterlab-widgets>=1.0.0
  Downloading jupyterlab_widgets-1.0.2-py3-none-any.whl (243 kB)
Collecting jsonschema!=2.5.0,>=2.4
  Downloading jsonschema-4.4.0-py3-none-any.whl (72 kB)
Collecting MarkupSafe>=2.0
  Downloading MarkupSafe-2.0.1-cp39-cp39-musllinux_1_1_x86_64.whl (30 kB)
Collecting defusedxml
  Downloading defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)
Collecting nbclient<0.6.0,>=0.5.0
  Downloading nbclient-0.5.10-py3-none-any.whl (69 kB)
Collecting mistune<2,>=0.8.1
  Downloading mistune-0.8.4-py2.py3-none-any.whl (16 kB)
Collecting pandocfilters>=1.4.1
  Downloading pandocfilters-1.5.0-py2.py3-none-any.whl (8.7 kB)
Collecting bleach
  Downloading bleach-4.1.0-py2.py3-none-any.whl (157 kB)
Collecting jupyterlab-pygments
  Downloading jupyterlab_pygments-0.1.2-py2.py3-none-any.whl (4.6 kB)
Collecting testpath
  Downloading testpath-0.5.0-py3-none-any.whl (84 kB)
Collecting qtpy
  Downloading QtPy-2.0.1-py3-none-any.whl (65 kB)
Collecting parso<0.9.0,>=0.8.0
  Downloading parso-0.8.3-py2.py3-none-any.whl (100 kB)
Collecting attrs>=17.4.0
  Downloading attrs-21.4.0-py2.py3-none-any.whl (60 kB)
Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0
  Downloading pyrsistent-0.18.1.tar.gz (100 kB)
  Installing build dependencies: started
  Installing build dependencies: finished with status 'done'
  Getting requirements to build wheel: started
  Getting requirements to build wheel: finished with status 'done'
  Preparing metadata (pyproject.toml): started
  Preparing metadata (pyproject.toml): finished with status 'done'
Collecting wcwidth
  Downloading wcwidth-0.2.5-py2.py3-none-any.whl (30 kB)
Requirement already satisfied: six>=1.5 in /usr/lib/python3.9/site-packages (from python-dateutil>=2.1->jupyter-client>=5.3.4->notebook) (1.16.0)
Collecting cffi>=1.0.1
  Downloading cffi-1.15.0.tar.gz (484 kB)
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting typing-extensions>=3.10.0.0
  Downloading typing_extensions-4.0.1-py3-none-any.whl (22 kB)
Collecting pathspec>=0.9.0
  Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
Requirement already satisfied: tomli>=1.1.0 in /usr/lib/python3.9/site-packages (from black->ipython>=7.23.1->ipykernel) (1.2.2)
Collecting click>=8.0.0
  Downloading click-8.0.3-py3-none-any.whl (97 kB)
Collecting mypy-extensions>=0.4.3
  Downloading mypy_extensions-0.4.3-py2.py3-none-any.whl (4.5 kB)
Collecting platformdirs>=2
  Downloading platformdirs-2.5.0-py3-none-any.whl (14 kB)
Requirement already satisfied: webencodings in /usr/lib/python3.9/site-packages (from bleach->nbconvert->jupyter) (0.5.1)
Requirement already satisfied: packaging in /usr/lib/python3.9/site-packages (from bleach->nbconvert->jupyter) (20.9)
Collecting asttokens
  Downloading asttokens-2.0.5-py2.py3-none-any.whl (20 kB)
Collecting pure-eval
  Downloading pure_eval-0.2.2-py3-none-any.whl (11 kB)
Collecting executing
  Downloading executing-0.8.2-py2.py3-none-any.whl (16 kB)
Collecting pycparser
  Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB)
Using legacy 'setup.py install' for tornado, since package 'wheel' is not installed.
Using legacy 'setup.py install' for cffi, since package 'wheel' is not installed.
Building wheels for collected packages: pyrsistent
  Building wheel for pyrsistent (pyproject.toml): started
  Building wheel for pyrsistent (pyproject.toml): finished with status 'done'
  Created wheel for pyrsistent: filename=pyrsistent-0.18.1-cp39-cp39-linux_x86_64.whl size=115244 sha256=550e841e0722908ef1fd4b83f6e302ad47f9926f489a67c5c9659445df397a83
  Stored in directory: /root/.cache/pip/wheels/87/fe/e6/fc8deeb581a41e462eafaf19fee96f51cdc8391e0be1c8088a
Successfully built pyrsistent
Installing collected packages: traitlets, pyrsistent, attrs, wcwidth, typing-extensions, tornado, python-dateutil, pycparser, pure-eval, ptyprocess, platformdirs, pathspec, parso, nest-asyncio, mypy-extensions, jupyter-core, jsonschema, ipython-genutils, executing, entrypoints, click, asttokens, stack-data, pygments, prompt-toolkit, pickleshare, pexpect, nbformat, matplotlib-inline, MarkupSafe, jupyter-client, jedi, decorator, cffi, black, backcall, testpath, pandocfilters, nbclient, mistune, jupyterlab-pygments, jinja2, ipython, defusedxml, debugpy, bleach, argon2-cffi-bindings, terminado, Send2Trash, prometheus-client, nbconvert, ipykernel, argon2-cffi, notebook, widgetsnbextension, qtpy, jupyterlab-widgets, qtconsole, jupyter-console, ipywidgets, jupyter
    Running setup.py install for tornado: started
    Running setup.py install for tornado: finished with status 'done'
    Running setup.py install for cffi: started
    Running setup.py install for cffi: finished with status 'done'
Successfully installed MarkupSafe-2.0.1 Send2Trash-1.8.0 argon2-cffi-21.3.0 argon2-cffi-bindings-21.2.0 asttokens-2.0.5 attrs-21.4.0 backcall-0.2.0 black-22.1.0 bleach-4.1.0 cffi-1.15.0 click-8.0.3 debugpy-1.5.1 decorator-5.1.1 defusedxml-0.7.1 entrypoints-0.4 executing-0.8.2 ipykernel-6.9.0 ipython-8.0.1 ipython-genutils-0.2.0 ipywidgets-7.6.5 jedi-0.18.1 jinja2-3.0.3 jsonschema-4.4.0 jupyter-1.0.0 jupyter-client-7.1.2 jupyter-console-6.4.0 jupyter-core-4.9.1 jupyterlab-pygments-0.1.2 jupyterlab-widgets-1.0.2 matplotlib-inline-0.1.3 mistune-0.8.4 mypy-extensions-0.4.3 nbclient-0.5.10 nbconvert-6.4.2 nbformat-5.1.3 nest-asyncio-1.5.4 notebook-6.4.8 pandocfilters-1.5.0 parso-0.8.3 pathspec-0.9.0 pexpect-4.8.0 pickleshare-0.7.5 platformdirs-2.5.0 prometheus-client-0.13.1 prompt-toolkit-3.0.28 ptyprocess-0.7.0 pure-eval-0.2.2 pycparser-2.21 pygments-2.11.2 pyrsistent-0.18.1 python-dateutil-2.8.2 qtconsole-5.2.2 qtpy-2.0.1 stack-data-0.1.4 terminado-0.13.1 testpath-0.5.0 tornado-6.1 traitlets-5.1.1 typing-extensions-4.0.1 wcwidth-0.2.5 widgetsnbextension-3.5.2
�[91mWARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
�[0m�[91mWARNING: You are using pip version 21.3.1; however, version 22.0.3 is available.
You should consider upgrading via the '/usr/bin/python3 -m pip install --upgrade pip' command.
�[0m�[91m+ cd /go/src/github.com/gopherdata/gophernotes
+ GOPATH=/go GO111MODULE=on go install .
�[0m�[91mgo: downloading github.com/cosmos72/gomacro v0.0.0-20220109145729-f19a149b3738
�[0m�[91mgo: downloading github.com/go-zeromq/zmq4 v0.13.0
�[0m�[91mgo: downloading github.com/gofrs/uuid v4.2.0+incompatible
�[0m�[91mgo: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
�[0m�[91mgo: downloading github.com/peterh/liner v1.2.1
�[0m�[91mgo: downloading golang.org/x/tools v0.1.8
�[0m�[91mgo: downloading github.com/mattn/go-runewidth v0.0.13
�[0m�[91mgo: downloading github.com/rivo/uniseg v0.2.0
�[0m�[91mgo: downloading golang.org/x/sys v0.0.0-20211019181941-9d821ace8654
�[0m�[91mgo: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
�[0m�[91mgo: downloading golang.org/x/mod v0.5.1
�[0m�[91m+ cp /go/bin/gophernotes /usr/local/bin/
�[0m�[91m+ mkdir -p /root/.local/share/jupyter/kernels/gophernotes
�[0m�[91m+ cp -r ./kernel/kernel.json ./kernel/kernel.json.in ./kernel/logo-32x32.png ./kernel/logo-64x64.png /root/.local/share/jupyter/kernels/gophernotes
�[0m/
�[91m+ cd -
�[0m�[91m+ find /usr/lib/python3.9 -name __pycache__
�[0m�[91m+ xargs rm -r
�[0m�[91m+ rm -rf /root/.cache 'ipaexg00301*'
�[0m�[91m+ rm -rf /var/cache/apk/APKINDEX.0488e555.tar.gz /var/cache/apk/APKINDEX.a754f5eb.tar.gz
�[0mRemoving intermediate container 966d35b75813
 ---> 7f72736feb87
Step 5/10 : ENV GOPATH /go
 ---> Running in 7849d2810bcc
Removing intermediate container 7849d2810bcc
 ---> 55b6bba476f0
Step 6/10 : EXPOSE 8888
 ---> Running in 4a3f72e87564
Removing intermediate container 4a3f72e87564
 ---> 08b03bbd0763
Step 7/10 : CMD [ "jupyter", "notebook", "--no-browser", "--allow-root", "--ip=0.0.0.0" ]
 ---> Running in a1f8c1ca525d
Removing intermediate container a1f8c1ca525d
 ---> c335c92bbd8c
Step 8/10 : LABEL repo2docker.ref=dbe0728f0006eedc6e4ade46123c3237fe67749f
 ---> Running in 61e26d93b2a4
Removing intermediate container 61e26d93b2a4
 ---> 2addb2ea952e
Step 9/10 : LABEL repo2docker.repo=https://github.com/gopherdata/gophernotes
 ---> Running in 14197d54b62f
Removing intermediate container 14197d54b62f
 ---> c39c5ecda39f
Step 10/10 : LABEL repo2docker.version=2021.08.0+136.g47ea95a
 ---> Running in 45d0b29cc0c7
Removing intermediate container 45d0b29cc0c7
 ---> 6b86cc72ecdb
{"aux": {"ID": "sha256:6b86cc72ecdbd1ddeb3372c42e8fc8bfb711ecb0a9b30097f01bf7744739e632"}}[Warning] One or more build-args [NB_USER NB_UID] were not consumed
Successfully built 6b86cc72ecdb
Successfully tagged gcr.io/binderhub-288415/r2d-staging-g5b5b759-gopherdata-2dgophernotes-a5e774:dbe0728f0006eedc6e4ade46123c3237fe67749f
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
Successfully pushed gcr.io/binderhub-288415/r2d-staging-g5b5b759-gopherdata-2dgophernotes-a5e774:dbe0728f0006eedc6e4ade46123c3237fe67749fBuilt image, launching...
Launching server...
Server requested
2022-02-11T15:17:32.087468Z [Normal] Successfully assigned prod/jupyter-gopherdata-2dgophernotes-2d7ruzpsbw to gke-prod-user-202201-0769dbf8-83bz
2022-02-11T15:17:35Z [Normal] Container image "jupyterhub/mybinder.org-tc-init:2020.12.4-n655.hfe65496" already present on machine
2022-02-11T15:17:36Z [Normal] Created container tc-init
2022-02-11T15:17:36Z [Normal] Started container tc-init
2022-02-11T15:17:36Z [Normal] Pulling image "gcr.io/binderhub-288415/r2d-staging-g5b5b759-gopherdata-2dgophernotes-a5e774:dbe0728f0006eedc6e4ade46123c3237fe67749f"
2022-02-11T15:18:04Z [Normal] Successfully pulled image "gcr.io/binderhub-288415/r2d-staging-g5b5b759-gopherdata-2dgophernotes-a5e774:dbe0728f0006eedc6e4ade46123c3237fe67749f" in 27.92352132s
2022-02-11T15:18:09Z [Normal] Created container notebook
2022-02-11T15:18:09Z [Normal] Started container notebook
Spawn failed: Server at http://10.0.7.160:8888/user/gopherdata-gophernotes-7ruzpsbw/ didn't respond in 30 seconds
Launch attempt 1 failed, retrying...
Server requested
2022-02-11T15:18:45.283498Z [Normal] Successfully assigned prod/jupyter-gopherdata-2dgophernotes-2dqfkc320q to gke-prod-user-202201-0769dbf8-nkch
2022-02-11T15:18:46Z [Normal] Container image "jupyterhub/mybinder.org-tc-init:2020.12.4-n655.hfe65496" already present on machine
2022-02-11T15:18:46Z [Normal] Created container tc-init
2022-02-11T15:18:46Z [Normal] Started container tc-init
2022-02-11T15:18:46Z [Normal] Pulling image "gcr.io/binderhub-288415/r2d-staging-g5b5b759-gopherdata-2dgophernotes-a5e774:dbe0728f0006eedc6e4ade46123c3237fe67749f"
2022-02-11T15:19:04Z [Normal] Successfully pulled image "gcr.io/binderhub-288415/r2d-staging-g5b5b759-gopherdata-2dgophernotes-a5e774:dbe0728f0006eedc6e4ade46123c3237fe67749f" in 18.128830464s
2022-02-11T15:19:05Z [Normal] Created container notebook
2022-02-11T15:19:05Z [Normal] Started container notebook
Spawn failed: pod prod/jupyter-gopherdata-2dgophernotes-2dqfkc320q did not start in 300 seconds!
Launch attempt 2 failed, retrying...
Server requested
2022-02-11T15:23:37.600335Z [Normal] Successfully assigned prod/jupyter-gopherdata-2dgophernotes-2dpmsp0btc to gke-prod-user-202201-0769dbf8-jm0f
2022-02-11T15:23:38Z [Normal] Container image "jupyterhub/mybinder.org-tc-init:2020.12.4-n655.hfe65496" already present on machine
2022-02-11T15:23:38Z [Normal] Created container tc-init
2022-02-11T15:23:38Z [Normal] Started container tc-init
2022-02-11T15:23:39Z [Normal] Pulling image "gcr.io/binderhub-288415/r2d-staging-g5b5b759-gopherdata-2dgophernotes-a5e774:dbe0728f0006eedc6e4ade46123c3237fe67749f"
2022-02-11T15:23:56Z [Normal] Successfully pulled image "gcr.io/binderhub-288415/r2d-staging-g5b5b759-gopherdata-2dgophernotes-a5e774:dbe0728f0006eedc6e4ade46123c3237fe67749f" in 17.086402505s
2022-02-11T15:23:56Z [Normal] Created container notebook
2022-02-11T15:23:56Z [Normal] Started container notebook

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.