cd layers && make make[1]: Entering directory '/src/layers' make[2]: Entering directory '/src/layers/layer5_python3_extratools' if test "MFEXT" = "MFEXT" -a "1" != "1"; then cat .layerapi2_label |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_extratools/.layerapi2_label; else cat .layerapi2_label |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_extratools/.layerapi2_label; fi if test "MFEXT" = "MFEXT" -a "1" != "1"; then cat .layerapi2_dependencies |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_extratools/.layerapi2_dependencies; else cat .layerapi2_dependencies |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_extratools/.layerapi2_dependencies; fi if test "MFEXT" = "MFEXT" -a "1" != "1"; then cat .layerapi2_extra_env |/src/adm/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_extratools/.layerapi2_extra_env; else cat .layerapi2_extra_env |/opt/metwork-mfext-master/bin/envtpl --reduce-multi-blank-lines >/opt/metwork-mfext-master/opt/python3_extratools/.layerapi2_extra_env; fi _cache_logic_before_layer.sh "/opt/metwork-mfext-master/opt/python3_extratools" "python3_extratools" /etc/buildimage_hash: 7135ad54e37c909212de4cd33a6e737b /src/adm/root.mk md5sum hash: 60cc5eb8c99c382151d4bd39e7105f9a core@mfext layer (dependency) hash (from cache): dada532fd841f68b2af140c612a93b74 nodejs@mfext layer (dependency) hash (from cache): 7587604eb6bfba21b9e905b7feb961f6 python3@mfext layer (dependency) hash (from cache): de6b09cbe085badb6089765956cfa255 python3_core@mfext layer (dependency) hash (from cache): 731ee72beae956eed2cfa6b41c957de7 root@mfext layer (dependency) hash (from cache): 4b1a27c4376eda92e5443138bd2b3530 source hash: c7a45b5aacc116d130126a32a8200c13 cache missed (/buildcache/mfext_cache_layer_python3_extratools_0e0f92da3796af34f0c13b828d2d6ff2.tar) if ! test -f cache/hit; then \ for SUBDIR in 0001_system_libraries 0500_extra_packages; do \ OLDPWD=`pwd`; \ cd $SUBDIR || exit 1; \ make all || exit 1; \ cd ${OLDPWD}; \ done ; \ chmod -R a+rX,g-w,o-w,u+w /opt/metwork-mfext-master/opt/python3_extratools ; \ fi make[3]: Entering directory '/src/layers/layer5_python3_extratools/0001_system_libraries' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=python3@mfext,nodejs@mfext,python3_extratools@mfext -- scl enable gcc-toolset-11 -- make -f Makefile.mk all for lib in /lib64/liblttng-ust.so.0 /lib64/liblttng-ust.so.0.0.0 /lib64/liblttng-ust-tracepoint.so.0 /lib64/liblttng-ust-tracepoint.so.0.0.0 /lib64/liburcu-bp.so.6 /lib64/liburcu-bp.so.6.0.0 /lib64/liburcu-cds.so.6 /lib64/liburcu-cds.so.6.0.0 /lib64/liburcu-common.so.6 /lib64/liburcu-common.so.6.0.0; do cp -r $lib /opt/metwork-mfext-master/opt/python3_extratools/lib; done make[3]: Leaving directory '/src/layers/layer5_python3_extratools/0001_system_libraries' make[3]: Entering directory '/src/layers/layer5_python3_extratools/0500_extra_packages' layer_wrapper --empty-env --empty-env-keeps=LANG,PATH,LAYERAPI2_LAYERS_PATH,PYTHON3_SHORT_VERSION,FORCED_PATHS,BUILDCACHE --force-prepend --layers=python3@mfext,nodejs@mfext,python3_extratools@mfext -- scl enable gcc-toolset-11 -- make -f Makefile.mk all for REQ in requirements3.txt; do if test -s ${REQ}; then download_compile_requirements ${REQ} || { echo "ERROR WITH download_compile_requirements ${REQ}"; exit 1; }; fi; done [DEBUG]: loading tempolayer458[/src/layers/layer5_python3_extratools/0500_extra_packages/tempolayer458] Collecting argon2-cffi==23.1.0 (from -r requirements3.txt (line 1)) Downloading argon2_cffi-23.1.0.tar.gz (42 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 argon2-cffi-bindings==21.2.0 (from -r requirements3.txt (line 2)) Downloading argon2-cffi-bindings-21.2.0.tar.gz (1.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 110.4 MB/s 0:00:00 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 asgiref==3.8.1 (from -r requirements3.txt (line 3)) Downloading asgiref-3.8.1.tar.gz (35 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 Aspose.Slides==26.5.0 (from -r requirements3.txt (line 4)) Downloading aspose_slides-26.5.0-py3-none-manylinux1_x86_64.whl.metadata (8.1 kB) Collecting async-lru==2.0.5 (from -r requirements3.txt (line 5)) Downloading async_lru-2.0.5.tar.gz (10 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 bleach==6.2.0 (from -r requirements3.txt (line 6)) Downloading bleach-6.2.0.tar.gz (203 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 cairocffi==1.7.1 (from -r requirements3.txt (line 7)) Downloading cairocffi-1.7.1.tar.gz (88 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 cairosvg==2.9.0 (from -r requirements3.txt (line 8)) Downloading cairosvg-2.9.0.tar.gz (40 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 comm==0.2.2 (from -r requirements3.txt (line 9)) Downloading comm-0.2.2.tar.gz (6.2 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 cssselect2==0.9.0 (from -r requirements3.txt (line 10)) Downloading cssselect2-0.9.0.tar.gz (35 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 datagouv_client==0.3.2 (from -r requirements3.txt (line 11)) Downloading datagouv_client-0.3.2-py3-none-any.whl.metadata (16 kB) Collecting debugpy==1.8.14 (from -r requirements3.txt (line 12)) Downloading debugpy-1.8.14.tar.gz (1.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 125.8 MB/s 0:00:00 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 docstring-to-markdown==0.17 (from -r requirements3.txt (line 13)) Downloading docstring_to_markdown-0.17.tar.gz (32 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 download==0.3.5 (from -r requirements3.txt (line 14)) Downloading download-0.3.5.tar.gz (8.0 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 et-xmlfile==2.0.0 (from -r requirements3.txt (line 15)) Downloading et_xmlfile-2.0.0.tar.gz (17 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 faicons==0.2.2 (from -r requirements3.txt (line 16)) Downloading faicons-0.2.2.tar.gz (604 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 604.4/604.4 kB 34.3 MB/s 0:00:00 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 fastjsonschema==2.21.1 (from -r requirements3.txt (line 17)) Downloading fastjsonschema-2.21.1.tar.gz (373 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 fqdn==1.5.1 (from -r requirements3.txt (line 18)) Downloading fqdn-1.5.1.tar.gz (6.0 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 freetype_py==2.5.1 (from -r requirements3.txt (line 19)) Downloading freetype-py-2.5.1.zip (851 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 851.7/851.7 kB 1.7 MB/s 0:00:00 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 htmltools==0.7.0 (from -r requirements3.txt (line 20)) Downloading htmltools-0.7.0.tar.gz (105 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 ipykernel==6.29.5 (from -r requirements3.txt (line 21)) Downloading ipykernel-6.29.5.tar.gz (163 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 ipython-genutils==0.2.0 (from -r requirements3.txt (line 22)) Downloading ipython_genutils-0.2.0.tar.gz (22 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 ipywidgets==8.1.7 (from -r requirements3.txt (line 23)) Downloading ipywidgets-8.1.7.tar.gz (116 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 isoduration==20.11.0 (from -r requirements3.txt (line 24)) Downloading isoduration-20.11.0.tar.gz (11 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 jsonpointer==3.0.0 (from -r requirements3.txt (line 25)) Downloading jsonpointer-3.0.0.tar.gz (9.1 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 json5==0.12.0 (from -r requirements3.txt (line 26)) Downloading json5-0.12.0.tar.gz (51 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 jupyter==1.1.1 (from -r requirements3.txt (line 27)) Downloading jupyter-1.1.1.tar.gz (5.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.7/5.7 MB 21.2 MB/s 0:00:00 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 jupyter-client==8.6.3 (from -r requirements3.txt (line 28)) Downloading jupyter_client-8.6.3.tar.gz (342 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 jupyter-console==6.6.3 (from -r requirements3.txt (line 29)) Downloading jupyter_console-6.6.3.tar.gz (34 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 jupyter-core==5.7.2 (from -r requirements3.txt (line 30)) Downloading jupyter_core-5.7.2.tar.gz (87 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 jupyter-events==0.12.0 (from -r requirements3.txt (line 31)) Downloading jupyter_events-0.12.0.tar.gz (62 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 jupyter-lsp==2.2.5 (from -r requirements3.txt (line 32)) Downloading jupyter-lsp-2.2.5.tar.gz (48 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 jupyter-server==2.18.2 (from -r requirements3.txt (line 33)) Downloading jupyter_server-2.18.2.tar.gz (753 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 753.2/753.2 kB 63.8 MB/s 0:00:00 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' Installing backend dependencies: started Installing backend dependencies: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting jupyter-server-proxy==4.4.0 (from -r requirements3.txt (line 34)) Downloading jupyter_server_proxy-4.4.0.tar.gz (136 kB) Installing build dependencies: started Installing build dependencies: still running... Installing build dependencies: still running... Installing build dependencies: still running... Installing build dependencies: still running... Installing build dependencies: still running... Installing build dependencies: still running... Installing build dependencies: still running... Installing build dependencies: still running... 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 jupyter-server-terminals==0.5.3 (from -r requirements3.txt (line 35)) Downloading jupyter_server_terminals-0.5.3.tar.gz (31 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 jupyterlab==4.5.7 (from -r requirements3.txt (line 36)) Downloading jupyterlab-4.5.7.tar.gz (24.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.0/24.0 MB 122.5 MB/s 0:00:00 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' Installing backend dependencies: started Installing backend dependencies: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting jupyterlab-pygments==0.3.0 (from -r requirements3.txt (line 37)) Using cached jupyterlab_pygments-0.3.0-py3-none-any.whl.metadata (4.4 kB) Collecting jupyterlab-server==2.28.0 (from -r requirements3.txt (line 38)) Using cached jupyterlab_server-2.28.0-py3-none-any.whl Collecting jupyterlab_widgets==3.0.15 (from -r requirements3.txt (line 39)) Downloading jupyterlab_widgets-3.0.15.tar.gz (213 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' Installing backend dependencies: started Installing backend dependencies: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting linkify-it-py==2.0.3 (from -r requirements3.txt (line 40)) Downloading linkify-it-py-2.0.3.tar.gz (27 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 mdit-py-plugins==0.4.2 (from -r requirements3.txt (line 41)) Downloading mdit_py_plugins-0.4.2.tar.gz (43 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 mistune==3.2.1 (from -r requirements3.txt (line 42)) Using cached mistune-3.2.1-py3-none-any.whl Collecting narwhals==1.37.0 (from -r requirements3.txt (line 43)) Downloading narwhals-1.37.0.tar.gz (271 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 nbclassic==1.3.1 (from -r requirements3.txt (line 44)) Downloading nbclassic-1.3.1.tar.gz (81.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 81.5/81.5 MB 114.2 MB/s 0:00:00 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' Installing backend dependencies: started Installing backend dependencies: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): still running... Preparing metadata (pyproject.toml): finished with status 'done' Collecting nbclient==0.10.2 (from -r requirements3.txt (line 45)) Downloading nbclient-0.10.2.tar.gz (62 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 nbconvert==7.17.1 (from -r requirements3.txt (line 46)) Using cached nbconvert-7.17.1-py3-none-any.whl Collecting nbformat==5.10.4 (from -r requirements3.txt (line 47)) Using cached nbformat-5.10.4-py3-none-any.whl Collecting nest-asyncio==1.6.0 (from -r requirements3.txt (line 48)) Downloading nest_asyncio-1.6.0.tar.gz (7.4 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 notebook==7.5.6 (from -r requirements3.txt (line 49)) Downloading notebook-7.5.6.tar.gz (14.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.2/14.2 MB 149.6 MB/s 0:00:00 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 notebook-shim==0.2.4 (from -r requirements3.txt (line 50)) Using cached notebook_shim-0.2.4-py3-none-any.whl Collecting odswriter==0.4.0 (from -r requirements3.txt (line 51)) Downloading odswriter-0.4.0.tar.gz (5.9 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 openpyxl==3.1.5 (from -r requirements3.txt (line 52)) Downloading openpyxl-3.1.5.tar.gz (186 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 opentelemetry_api==1.42.1 (from -r requirements3.txt (line 53)) Downloading opentelemetry_api-1.42.1.tar.gz (72 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 overrides==7.7.0 (from -r requirements3.txt (line 54)) Downloading overrides-7.7.0.tar.gz (22 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 pandocfilters==1.5.1 (from -r requirements3.txt (line 55)) Using cached pandocfilters-1.5.1-py2.py3-none-any.whl Collecting prometheus-client==0.21.1 (from -r requirements3.txt (line 56)) Downloading prometheus_client-0.21.1.tar.gz (78 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 pycairo==1.29.0 (from -r requirements3.txt (line 57)) Downloading pycairo-1.29.0.tar.gz (665 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 665.9/665.9 kB 85.6 MB/s 0:00:00 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' Installing backend dependencies: started Installing backend dependencies: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting pypdf==6.10.2 (from -r requirements3.txt (line 58)) Downloading pypdf-6.10.2.tar.gz (5.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.3/5.3 MB 163.4 MB/s 0:00:00 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 python-json-logger==3.3.0 (from -r requirements3.txt (line 59)) Downloading python_json_logger-3.3.0.tar.gz (16 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 python-lsp-jsonrpc==1.1.2 (from -r requirements3.txt (line 60)) Downloading python-lsp-jsonrpc-1.1.2.tar.gz (15 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 python-lsp-server==1.12.2 (from -r requirements3.txt (line 61)) Downloading python_lsp_server-1.12.2.tar.gz (115 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 python-multipart==0.0.29 (from -r requirements3.txt (line 62)) Downloading python_multipart-0.0.29.tar.gz (45 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 python-pptx==1.0.2 (from -r requirements3.txt (line 63)) Downloading python_pptx-1.0.2.tar.gz (10.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.1/10.1 MB 117.6 MB/s 0:00:00 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 pyxml2pdf==0.3.5 (from -r requirements3.txt (line 64)) Downloading pyxml2pdf-0.3.5.tar.gz (391 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 pyzmq==26.4.0 (from -r requirements3.txt (line 65)) Downloading pyzmq-26.4.0.tar.gz (278 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' Installing backend dependencies: started Installing backend dependencies: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting reportlab==4.4.10 (from -r requirements3.txt (line 66)) Downloading reportlab-4.4.10.tar.gz (3.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.7/3.7 MB 33.3 MB/s 0:00:00 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 rlpycairo==0.4.0 (from -r requirements3.txt (line 67)) Downloading rlpycairo-0.4.0.tar.gz (7.7 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 questionary==2.1.1 (from -r requirements3.txt (line 68)) Downloading questionary-2.1.1.tar.gz (25 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 rfc3339-validator==0.1.4 (from -r requirements3.txt (line 69)) Using cached rfc3339_validator-0.1.4-py2.py3-none-any.whl Collecting rfc3986-validator==0.1.1 (from -r requirements3.txt (line 70)) Using cached rfc3986_validator-0.1.1-py2.py3-none-any.whl Collecting Send2Trash==1.8.3 (from -r requirements3.txt (line 71)) Downloading Send2Trash-1.8.3.tar.gz (17 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 shiny==1.6.3 (from -r requirements3.txt (line 72)) Downloading shiny-1.6.3.tar.gz (5.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.1/5.1 MB 164.4 MB/s 0:00:00 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 shinychat==0.4.0 (from -r requirements3.txt (line 73)) Downloading shinychat-0.4.0.tar.gz (1.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 96.4 MB/s 0:00:00 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 simpervisor==1.0.0 (from -r requirements3.txt (line 74)) Downloading simpervisor-1.0.0.tar.gz (14 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 starlette==1.2.1 (from -r requirements3.txt (line 75)) Downloading starlette-1.2.1.tar.gz (2.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.7/2.7 MB 143.5 MB/s 0:00:00 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 svglib==1.6.0 (from -r requirements3.txt (line 76)) Downloading svglib-1.6.0.tar.gz (1.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 78.7 MB/s 0:00:00 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 tenacity==9.1.2 (from -r requirements3.txt (line 77)) Downloading tenacity-9.1.2.tar.gz (48 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 terminado==0.18.1 (from -r requirements3.txt (line 78)) Using cached terminado-0.18.1-py3-none-any.whl Collecting tinycss2==1.4.0 (from -r requirements3.txt (line 79)) Downloading tinycss2-1.4.0.tar.gz (87 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 uc-micro-py==1.0.3 (from -r requirements3.txt (line 80)) Downloading uc-micro-py-1.0.3.tar.gz (6.0 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 ujson==5.12.1 (from -r requirements3.txt (line 81)) Downloading ujson-5.12.1.tar.gz (7.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.2/7.2 MB 96.7 MB/s 0:00:00 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 uri-template==1.3.0 (from -r requirements3.txt (line 82)) Using cached uri_template-1.3.0-py3-none-any.whl Collecting uvicorn==0.34.2 (from -r requirements3.txt (line 83)) Downloading uvicorn-0.34.2.tar.gz (76 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 watchfiles==1.1.1 (from -r requirements3.txt (line 84)) Downloading watchfiles-1.1.1.tar.gz (94 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 webcolors==24.11.1 (from -r requirements3.txt (line 85)) Downloading webcolors-24.11.1.tar.gz (45 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 webencodings==0.5.1 (from -r requirements3.txt (line 86)) Using cached webencodings-0.5.1-py2.py3-none-any.whl Collecting websockets==15.0.1 (from -r requirements3.txt (line 87)) Downloading websockets-15.0.1.tar.gz (177 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 websocket-client==1.8.0 (from -r requirements3.txt (line 88)) Downloading websocket_client-1.8.0.tar.gz (54 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 widgetsnbextension==4.0.14 (from -r requirements3.txt (line 89)) Downloading widgetsnbextension-4.0.14.tar.gz (1.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 62.4 MB/s 0:00:00 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 xlsxwriter==3.2.5 (from -r requirements3.txt (line 90)) Downloading xlsxwriter-3.2.5.tar.gz (213 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 cffi>=1.0.1 (from argon2-cffi-bindings==21.2.0->-r requirements3.txt (line 2)) Using cached cffi-2.0.0-cp313-cp313-linux_x86_64.whl Collecting defusedxml (from cairosvg==2.9.0->-r requirements3.txt (line 8)) Using cached defusedxml-0.7.1-py2.py3-none-any.whl Collecting pillow (from cairosvg==2.9.0->-r requirements3.txt (line 8)) Downloading pillow-12.2.0.tar.gz (47.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.0/47.0 MB 65.7 MB/s 0:00:00 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 traitlets>=4 (from comm==0.2.2->-r requirements3.txt (line 9)) Downloading traitlets-5.14.3.tar.gz (161 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 httpx<1,>=0.28.1 (from datagouv_client==0.3.2->-r requirements3.txt (line 11)) Using cached httpx-0.28.1-py3-none-any.whl Collecting typer<1,>=0.25.0 (from datagouv_client==0.3.2->-r requirements3.txt (line 11)) Downloading typer-0.26.4.tar.gz (201 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 importlib-metadata>=3.6 (from docstring-to-markdown==0.17->-r requirements3.txt (line 13)) Downloading importlib_metadata-8.6.1.tar.gz (55 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 typing_extensions>=4.6 (from docstring-to-markdown==0.17->-r requirements3.txt (line 13)) Using cached typing_extensions-4.15.0-py3-none-any.whl Collecting tqdm (from download==0.3.5->-r requirements3.txt (line 14)) Downloading tqdm-4.67.1.tar.gz (169 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 six (from download==0.3.5->-r requirements3.txt (line 14)) Using cached six-1.17.0-py2.py3-none-any.whl Collecting requests (from download==0.3.5->-r requirements3.txt (line 14)) Downloading requests-2.33.0.tar.gz (134 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 packaging>=20.9 (from htmltools==0.7.0->-r requirements3.txt (line 20)) Downloading packaging-26.0.tar.gz (143 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 ipython>=7.23.1 (from ipykernel==6.29.5->-r requirements3.txt (line 21)) Downloading ipython-9.0.2.tar.gz (4.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.4/4.4 MB 182.7 MB/s 0:00:00 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 matplotlib-inline>=0.1 (from ipykernel==6.29.5->-r requirements3.txt (line 21)) Downloading matplotlib_inline-0.1.7.tar.gz (8.2 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 psutil (from ipykernel==6.29.5->-r requirements3.txt (line 21)) Using cached psutil-7.2.2-cp36-abi3-linux_x86_64.whl Collecting tornado>=6.1 (from ipykernel==6.29.5->-r requirements3.txt (line 21)) Downloading tornado-6.5.5.tar.gz (516 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 arrow>=0.15.0 (from isoduration==20.11.0->-r requirements3.txt (line 24)) Downloading arrow-1.3.0.tar.gz (131 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 python-dateutil>=2.8.2 (from jupyter-client==8.6.3->-r requirements3.txt (line 28)) Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl Collecting prompt-toolkit>=3.0.30 (from jupyter-console==6.6.3->-r requirements3.txt (line 29)) Downloading prompt_toolkit-3.0.50.tar.gz (429 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 pygments (from jupyter-console==6.6.3->-r requirements3.txt (line 29)) Using cached pygments-2.20.0-py3-none-any.whl Collecting platformdirs>=2.5 (from jupyter-core==5.7.2->-r requirements3.txt (line 30)) Downloading platformdirs-4.5.0.tar.gz (21 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 jsonschema>=4.18.0 (from jsonschema[format-nongpl]>=4.18.0->jupyter-events==0.12.0->-r requirements3.txt (line 31)) Downloading jsonschema-4.23.0.tar.gz (325 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 pyyaml>=5.3 (from jupyter-events==0.12.0->-r requirements3.txt (line 31)) Using cached pyyaml-6.0.3-cp313-cp313-linux_x86_64.whl Collecting referencing (from jupyter-events==0.12.0->-r requirements3.txt (line 31)) Downloading referencing-0.36.2.tar.gz (74 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 anyio>=3.1.0 (from jupyter-server==2.18.2->-r requirements3.txt (line 33)) Downloading anyio-4.9.0.tar.gz (190 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 jinja2>=3.0.3 (from jupyter-server==2.18.2->-r requirements3.txt (line 33)) Using cached jinja2-3.1.6-py3-none-any.whl Collecting aiohttp (from jupyter-server-proxy==4.4.0->-r requirements3.txt (line 34)) Downloading aiohttp-3.14.0.tar.gz (7.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.9/7.9 MB 113.7 MB/s 0:00:00 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 setuptools>=41.1.0 (from jupyterlab==4.5.7->-r requirements3.txt (line 36)) Downloading setuptools-81.0.0.tar.gz (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 94.5 MB/s 0:00:00 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 babel>=2.10 (from jupyterlab-server==2.28.0->-r requirements3.txt (line 38)) Downloading babel-2.17.0.tar.gz (10.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.0/10.0 MB 168.7 MB/s 0:00:00 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 markdown-it-py<4.0.0,>=1.0.0 (from mdit-py-plugins==0.4.2->-r requirements3.txt (line 41)) Downloading markdown-it-py-3.0.0.tar.gz (74 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 beautifulsoup4 (from nbconvert==7.17.1->-r requirements3.txt (line 46)) Downloading beautifulsoup4-4.13.3.tar.gz (619 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 619.5/619.5 kB 70.2 MB/s 0:00:00 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 markupsafe>=2.0 (from nbconvert==7.17.1->-r requirements3.txt (line 46)) Downloading markupsafe-3.0.2.tar.gz (20 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 jedi<0.20.0,>=0.17.2 (from python-lsp-server==1.12.2->-r requirements3.txt (line 61)) Downloading jedi-0.19.2.tar.gz (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 84.5 MB/s 0:00:00 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 pluggy>=1.0.0 (from python-lsp-server==1.12.2->-r requirements3.txt (line 61)) Using cached pluggy-1.6.0-py3-none-any.whl Collecting lxml>=3.1.0 (from python-pptx==1.0.2->-r requirements3.txt (line 63)) Downloading lxml-6.1.0.tar.gz (4.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.2/4.2 MB 28.7 MB/s 0:00:00 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 charset-normalizer (from reportlab==4.4.10->-r requirements3.txt (line 66)) Using cached charset_normalizer-3.4.7-py3-none-any.whl Collecting click>=8.1.4 (from shiny==1.6.3->-r requirements3.txt (line 72)) Downloading click-8.3.3.tar.gz (328 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 orjson>=3.10.7 (from shiny==1.6.3->-r requirements3.txt (line 72)) Downloading orjson-3.11.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (41 kB) Collecting ptyprocess (from terminado==0.18.1->-r requirements3.txt (line 78)) Using cached ptyprocess-0.7.0-py2.py3-none-any.whl Collecting h11>=0.8 (from uvicorn==0.34.2->-r requirements3.txt (line 83)) Using cached h11-0.16.0-py3-none-any.whl Collecting idna>=2.8 (from anyio>=3.1.0->jupyter-server==2.18.2->-r requirements3.txt (line 33)) Downloading idna-3.16.tar.gz (203 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 sniffio>=1.1 (from anyio>=3.1.0->jupyter-server==2.18.2->-r requirements3.txt (line 33)) Downloading sniffio-1.3.1.tar.gz (20 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 certifi (from httpx<1,>=0.28.1->datagouv_client==0.3.2->-r requirements3.txt (line 11)) Downloading certifi-2026.4.22.tar.gz (137 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 httpcore==1.* (from httpx<1,>=0.28.1->datagouv_client==0.3.2->-r requirements3.txt (line 11)) Using cached httpcore-1.0.9-py3-none-any.whl Collecting parso<0.9.0,>=0.8.4 (from jedi<0.20.0,>=0.17.2->python-lsp-server==1.12.2->-r requirements3.txt (line 61)) Downloading parso-0.8.4.tar.gz (400 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 mdurl~=0.1 (from markdown-it-py<4.0.0,>=1.0.0->mdit-py-plugins==0.4.2->-r requirements3.txt (line 41)) Downloading mdurl-0.1.2.tar.gz (8.7 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 (from prompt-toolkit>=3.0.30->jupyter-console==6.6.3->-r requirements3.txt (line 29)) Downloading wcwidth-0.2.13.tar.gz (101 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 shellingham>=1.3.0 (from typer<1,>=0.25.0->datagouv_client==0.3.2->-r requirements3.txt (line 11)) Downloading shellingham-1.5.4.tar.gz (10 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 rich>=13.8.0 (from typer<1,>=0.25.0->datagouv_client==0.3.2->-r requirements3.txt (line 11)) Downloading rich-14.3.4.tar.gz (230 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 annotated-doc>=0.0.2 (from typer<1,>=0.25.0->datagouv_client==0.3.2->-r requirements3.txt (line 11)) Downloading annotated_doc-0.0.4.tar.gz (7.3 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 types-python-dateutil>=2.8.10 (from arrow>=0.15.0->isoduration==20.11.0->-r requirements3.txt (line 24)) Downloading types_python_dateutil-2.9.0.20241206.tar.gz (13 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 pycparser (from cffi>=1.0.1->argon2-cffi-bindings==21.2.0->-r requirements3.txt (line 2)) Using cached pycparser-3.0-py3-none-any.whl Collecting zipp>=3.20 (from importlib-metadata>=3.6->docstring-to-markdown==0.17->-r requirements3.txt (line 13)) Downloading zipp-3.21.0.tar.gz (24 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 decorator (from ipython>=7.23.1->ipykernel==6.29.5->-r requirements3.txt (line 21)) Downloading decorator-5.2.1.tar.gz (56 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 ipython-pygments-lexers (from ipython>=7.23.1->ipykernel==6.29.5->-r requirements3.txt (line 21)) Using cached ipython_pygments_lexers-1.1.1-py3-none-any.whl Collecting pexpect>4.3 (from ipython>=7.23.1->ipykernel==6.29.5->-r requirements3.txt (line 21)) Using cached pexpect-4.9.0-py2.py3-none-any.whl Collecting stack_data (from ipython>=7.23.1->ipykernel==6.29.5->-r requirements3.txt (line 21)) Using cached stack_data-0.6.3-py3-none-any.whl Collecting attrs>=22.2.0 (from jsonschema>=4.18.0->jsonschema[format-nongpl]>=4.18.0->jupyter-events==0.12.0->-r requirements3.txt (line 31)) Downloading attrs-25.1.0.tar.gz (810 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 810.6/810.6 kB 46.4 MB/s 0:00:00 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 jsonschema-specifications>=2023.03.6 (from jsonschema>=4.18.0->jsonschema[format-nongpl]>=4.18.0->jupyter-events==0.12.0->-r requirements3.txt (line 31)) Downloading jsonschema_specifications-2024.10.1.tar.gz (15 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 rpds-py>=0.7.1 (from jsonschema>=4.18.0->jsonschema[format-nongpl]>=4.18.0->jupyter-events==0.12.0->-r requirements3.txt (line 31)) Downloading rpds_py-0.29.0.tar.gz (69 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 urllib3<3,>=1.26 (from requests->download==0.3.5->-r requirements3.txt (line 14)) Using cached urllib3-2.7.0-py3-none-any.whl Collecting aiohappyeyeballs>=2.5.0 (from aiohttp->jupyter-server-proxy==4.4.0->-r requirements3.txt (line 34)) Downloading aiohappyeyeballs-2.5.0.tar.gz (22 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 aiosignal>=1.4.0 (from aiohttp->jupyter-server-proxy==4.4.0->-r requirements3.txt (line 34)) Downloading aiosignal-1.4.0.tar.gz (25 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 frozenlist>=1.1.1 (from aiohttp->jupyter-server-proxy==4.4.0->-r requirements3.txt (line 34)) Downloading frozenlist-1.5.0.tar.gz (39 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' Installing backend dependencies: started Installing backend dependencies: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting multidict<7.0,>=4.5 (from aiohttp->jupyter-server-proxy==4.4.0->-r requirements3.txt (line 34)) Downloading multidict-6.1.0.tar.gz (64 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 propcache>=0.2.0 (from aiohttp->jupyter-server-proxy==4.4.0->-r requirements3.txt (line 34)) Downloading propcache-0.3.0.tar.gz (42 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' Installing backend dependencies: started Installing backend dependencies: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting yarl<2.0,>=1.17.0 (from aiohttp->jupyter-server-proxy==4.4.0->-r requirements3.txt (line 34)) Downloading yarl-1.18.3.tar.gz (181 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' Installing backend dependencies: started Installing backend dependencies: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting soupsieve>1.2 (from beautifulsoup4->nbconvert==7.17.1->-r requirements3.txt (line 46)) Downloading soupsieve-2.6.tar.gz (101 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 executing>=1.2.0 (from stack_data->ipython>=7.23.1->ipykernel==6.29.5->-r requirements3.txt (line 21)) Downloading executing-2.2.0.tar.gz (978 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 978.7/978.7 kB 34.2 MB/s 0:00:00 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 asttokens>=2.1.0 (from stack_data->ipython>=7.23.1->ipykernel==6.29.5->-r requirements3.txt (line 21)) Downloading asttokens-3.0.0.tar.gz (61 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 pure_eval (from stack_data->ipython>=7.23.1->ipykernel==6.29.5->-r requirements3.txt (line 21)) Using cached pure_eval-0.2.3-py3-none-any.whl Downloading aspose_slides-26.5.0-py3-none-manylinux1_x86_64.whl (105.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 105.2/105.2 MB 109.7 MB/s 0:00:00 Downloading datagouv_client-0.3.2-py3-none-any.whl (26 kB) Using cached jupyterlab_pygments-0.3.0-py3-none-any.whl (15 kB) Downloading orjson-3.11.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (133 kB) Saved ./src/aspose_slides-26.5.0-py3-none-manylinux1_x86_64.whl Saved ./src/datagouv_client-0.3.2-py3-none-any.whl Saved ./src/jupyterlab_server-2.28.0-py3-none-any.whl Saved ./src/jupyterlab_pygments-0.3.0-py3-none-any.whl Saved ./src/mistune-3.2.1-py3-none-any.whl Saved ./src/nbconvert-7.17.1-py3-none-any.whl Saved ./src/nbformat-5.10.4-py3-none-any.whl Saved ./src/notebook_shim-0.2.4-py3-none-any.whl Saved ./src/pandocfilters-1.5.1-py2.py3-none-any.whl Saved ./src/rfc3339_validator-0.1.4-py2.py3-none-any.whl Saved ./src/rfc3986_validator-0.1.1-py2.py3-none-any.whl Saved ./src/terminado-0.18.1-py3-none-any.whl Saved ./src/uri_template-1.3.0-py3-none-any.whl Saved ./src/webencodings-0.5.1-py2.py3-none-any.whl Saved ./src/httpx-0.28.1-py3-none-any.whl Saved ./src/httpcore-1.0.9-py3-none-any.whl Saved ./src/cffi-2.0.0-cp313-cp313-linux_x86_64.whl Saved ./src/h11-0.16.0-py3-none-any.whl Saved ./src/jinja2-3.1.6-py3-none-any.whl Saved ./src/orjson-3.11.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl Saved ./src/pexpect-4.9.0-py2.py3-none-any.whl Saved ./src/pluggy-1.6.0-py3-none-any.whl Saved ./src/ptyprocess-0.7.0-py2.py3-none-any.whl Saved ./src/pygments-2.20.0-py3-none-any.whl Saved ./src/python_dateutil-2.9.0.post0-py2.py3-none-any.whl Saved ./src/pyyaml-6.0.3-cp313-cp313-linux_x86_64.whl Saved ./src/charset_normalizer-3.4.7-py3-none-any.whl Saved ./src/urllib3-2.7.0-py3-none-any.whl Saved ./src/six-1.17.0-py2.py3-none-any.whl Saved ./src/typing_extensions-4.15.0-py3-none-any.whl Saved ./src/defusedxml-0.7.1-py2.py3-none-any.whl Saved ./src/ipython_pygments_lexers-1.1.1-py3-none-any.whl Saved ./src/psutil-7.2.2-cp36-abi3-linux_x86_64.whl Saved ./src/pycparser-3.0-py3-none-any.whl Saved ./src/stack_data-0.6.3-py3-none-any.whl Saved ./src/pure_eval-0.2.3-py3-none-any.whl Building wheels for collected packages: argon2-cffi, argon2-cffi-bindings, asgiref, async-lru, bleach, cairocffi, cairosvg, comm, cssselect2, tenacity, debugpy, docstring-to-markdown, download, et-xmlfile, faicons, fastjsonschema, fqdn, freetype_py, htmltools, ipykernel, ipython-genutils, ipywidgets, jupyterlab_widgets, widgetsnbextension, isoduration, jsonpointer, json5, jupyter, jupyter-client, jupyter-console, jupyter-core, jupyter-events, jupyter-lsp, jupyter-server, jupyter-server-proxy, jupyter-server-terminals, jupyterlab, linkify-it-py, mdit-py-plugins, narwhals, nbclassic, nbclient, nest-asyncio, notebook, odswriter, openpyxl, opentelemetry_api, overrides, prometheus-client, pycairo, pypdf, python-json-logger, python-lsp-jsonrpc, python-lsp-server, python-multipart, python-pptx, pyxml2pdf, pyzmq, reportlab, rlpycairo, questionary, Send2Trash, shiny, shinychat, simpervisor, starlette, svglib, tinycss2, uc-micro-py, ujson, uvicorn, watchfiles, webcolors, websockets, websocket-client, xlsxwriter, anyio, jedi, markdown-it-py, mdurl, parso, prompt-toolkit, typer, annotated-doc, arrow, babel, click, idna, importlib-metadata, ipython, jsonschema, attrs, jsonschema-specifications, lxml, markupsafe, matplotlib-inline, packaging, pillow, platformdirs, referencing, requests, certifi, rich, rpds-py, setuptools, shellingham, sniffio, tornado, traitlets, types-python-dateutil, zipp, aiohttp, multidict, yarl, aiohappyeyeballs, aiosignal, frozenlist, propcache, beautifulsoup4, soupsieve, decorator, asttokens, executing, tqdm, wcwidth Building wheel for argon2-cffi (pyproject.toml): started Building wheel for argon2-cffi (pyproject.toml): finished with status 'done' Created wheel for argon2-cffi: filename=argon2_cffi-23.1.0-py3-none-any.whl size=15120 sha256=142f9118d977e75f43d41fe7308ce42dbaf02caaebb1b61cb318bbeeaf24e54e Stored in directory: /root/.cache/pip/wheels/fa/18/12/374ac1591e1981d68b190a54b975b48dba823ba047bb4f883f Building wheel for argon2-cffi-bindings (pyproject.toml): started Building wheel for argon2-cffi-bindings (pyproject.toml): finished with status 'done' Created wheel for argon2-cffi-bindings: filename=argon2_cffi_bindings-21.2.0-cp313-abi3-linux_x86_64.whl size=86180 sha256=f68d829236285622aa95835a843114c23445784284eb92942284bfad9c61d10f Stored in directory: /root/.cache/pip/wheels/ed/31/24/46513c614f028f50d46eb8edf00d47934c6c372a1474828fbe Building wheel for asgiref (pyproject.toml): started Building wheel for asgiref (pyproject.toml): finished with status 'done' Created wheel for asgiref: filename=asgiref-3.8.1-py3-none-any.whl size=23870 sha256=c229e809d53abfab862bb0c26abbba99be6086981861dcc4f878019674f75d93 Stored in directory: /root/.cache/pip/wheels/ed/e7/4a/17763518279493b6cb25b2d0d35d7d971d5af54e0dfe79a825 Building wheel for async-lru (pyproject.toml): started Building wheel for async-lru (pyproject.toml): finished with status 'done' Created wheel for async-lru: filename=async_lru-2.0.5-py3-none-any.whl size=6111 sha256=063d8c2eae86461d39d0cda406498b8ceed1bbce0f3f81d62abb403b1c1c9786 Stored in directory: /root/.cache/pip/wheels/31/87/7e/ba7844aba355c3edd3ee80dee110d8413d99b3d1732447dc98 Building wheel for bleach (pyproject.toml): started Building wheel for bleach (pyproject.toml): finished with status 'done' Created wheel for bleach: filename=bleach-6.2.0-py3-none-any.whl size=163498 sha256=eab4fa2d46662488c4e742a87849b31ff3bf350d4fdff052943ef9508b9113dc Stored in directory: /root/.cache/pip/wheels/6d/15/de/09ecc5f4508b8f8766b424de1512fc4c253b93d937444912d8 Building wheel for cairocffi (pyproject.toml): started Building wheel for cairocffi (pyproject.toml): finished with status 'done' Created wheel for cairocffi: filename=cairocffi-1.7.1-py3-none-any.whl size=75653 sha256=93bcbd7aa08e3fd392eab887d2ee76622b334c0b3fab3567d30435c305fc669d Stored in directory: /root/.cache/pip/wheels/9b/24/e2/b250a19d95122206d66a2bbadd1e1a525c5537b6e78d0fc00a Building wheel for cairosvg (pyproject.toml): started Building wheel for cairosvg (pyproject.toml): finished with status 'done' Created wheel for cairosvg: filename=cairosvg-2.9.0-py3-none-any.whl size=45962 sha256=196acba96f3230c4f3561e5cec0bd93f729008989a806acc860a560476810845 Stored in directory: /root/.cache/pip/wheels/d3/6f/6e/ca6fff7951818042130aa587d4b9d527daa0707dc2b41b7ff2 Building wheel for comm (pyproject.toml): started Building wheel for comm (pyproject.toml): finished with status 'done' Created wheel for comm: filename=comm-0.2.2-py3-none-any.whl size=7177 sha256=6d7fd012049080f47912d2deb2d637f9283c5d16d004d2d9f0ae42d3cbb53474 Stored in directory: /root/.cache/pip/wheels/42/41/fa/c93e5e2680f6f6e71dd4df1022cd26e45fe456e37819f4a904 Building wheel for cssselect2 (pyproject.toml): started Building wheel for cssselect2 (pyproject.toml): finished with status 'done' Created wheel for cssselect2: filename=cssselect2-0.9.0-py3-none-any.whl size=15453 sha256=6a99e5f91f9a016a304dd929b0966ca464bcfda15177b6fb4a118fc0fb5d9563 Stored in directory: /root/.cache/pip/wheels/d0/d2/e8/4f2847b0f5792a1ca4d5b5474f221771fd09e9fd07be5dfb04 Building wheel for tenacity (pyproject.toml): started Building wheel for tenacity (pyproject.toml): finished with status 'done' Created wheel for tenacity: filename=tenacity-9.1.2-py3-none-any.whl size=28248 sha256=a03e7a50bafc99671483a078d1aceb9edb50d22ad60cfd3c7921f52f3a6601fe Stored in directory: /root/.cache/pip/wheels/5f/13/bf/2ff7bae2dfa43686f98260f190c58816a16fa5df7e2357c93e Building wheel for debugpy (pyproject.toml): started Building wheel for debugpy (pyproject.toml): finished with status 'done' Created wheel for debugpy: filename=debugpy-1.8.14-cp313-cp313-linux_x86_64.whl size=4238515 sha256=7b191db7e3e4d20086e1996abe5a54833d9e3fb645598f6e83af09e11df02a50 Stored in directory: /root/.cache/pip/wheels/12/b7/6e/9939ec9c796b7d422469c3d5b1e8e96bbc63d2623d03d96617 Building wheel for docstring-to-markdown (pyproject.toml): started Building wheel for docstring-to-markdown (pyproject.toml): finished with status 'done' Created wheel for docstring-to-markdown: filename=docstring_to_markdown-0.17-py3-none-any.whl size=23481 sha256=e5ba625a508850503c87a49d174e80cf40901ed2e817d7085abd28c8c93aecdd Stored in directory: /root/.cache/pip/wheels/c4/e1/f9/99f17296cf8cbccc366b8544fc7fbe190b691d96c8e3061427 Building wheel for download (pyproject.toml): started Building wheel for download (pyproject.toml): finished with status 'done' Created wheel for download: filename=download-0.3.5-py3-none-any.whl size=8093 sha256=10a50c0bb909521978352269dc45b50498f32aeab44f9a1e269258a6ebe2307f Stored in directory: /root/.cache/pip/wheels/fc/42/e7/2c6573612caa9fa85d903f5c06d25118d4aa7054e95c888194 Building wheel for et-xmlfile (pyproject.toml): started Building wheel for et-xmlfile (pyproject.toml): finished with status 'done' Created wheel for et-xmlfile: filename=et_xmlfile-2.0.0-py3-none-any.whl size=18186 sha256=3e0cced89c02a5c0c24cbba74a5090801dc6ca4ef8ef5a4044ca14b850ba08bb Stored in directory: /root/.cache/pip/wheels/ba/0e/e3/893b1265b2ca112fe2d0718a0166cbf23b6974a52000d5940b Building wheel for faicons (pyproject.toml): started Building wheel for faicons (pyproject.toml): finished with status 'done' Created wheel for faicons: filename=faicons-0.2.2-py3-none-any.whl size=607117 sha256=064a064cb3196e4c31857d81464244452cea560d52cea3431ac376fc352be74d Stored in directory: /root/.cache/pip/wheels/b8/64/f9/75a3409467a5bb43d0f3f2f8eafcc269dc025a15ff361ad4bf Building wheel for fastjsonschema (pyproject.toml): started Building wheel for fastjsonschema (pyproject.toml): finished with status 'done' Created wheel for fastjsonschema: filename=fastjsonschema-2.21.1-py3-none-any.whl size=24028 sha256=41b93f0d87b06d87161709d68b55120c6aaa16015086eb217617fa96afacaee4 Stored in directory: /root/.cache/pip/wheels/4f/e7/b9/42950c3939e959b36c8cddba646777bf6dc0e533eba90329f5 Building wheel for fqdn (pyproject.toml): started Building wheel for fqdn (pyproject.toml): finished with status 'done' Created wheel for fqdn: filename=fqdn-1.5.1-py3-none-any.whl size=3659 sha256=89e5b965abfeabe670af1ec96f2fdf6cfbb903de2d0a5a870e74d1ba9d2c1da9 Stored in directory: /root/.cache/pip/wheels/8f/98/6f/4eeeeeb9ad66831711e987bd8ffa16727045e1c7bc3967a606 Building wheel for freetype_py (pyproject.toml): started Building wheel for freetype_py (pyproject.toml): finished with status 'done' Created wheel for freetype_py: filename=freetype_py-2.5.1-py3-none-any.whl size=80584 sha256=5e2542a91cad41813df723979a058403fb1c421311cc4c15fbbe63d647ebbe40 Stored in directory: /root/.cache/pip/wheels/bf/ff/91/a731b1d9166acb03b53de2cdc18e02a54cbb39b5e3284d8535 Building wheel for htmltools (pyproject.toml): started Building wheel for htmltools (pyproject.toml): finished with status 'done' Created wheel for htmltools: filename=htmltools-0.7.0-py3-none-any.whl size=89598 sha256=fb15ac26d50d0a4b8a162959bc06b353a79433bcb787b3b1d3ebaa37dd032aac Stored in directory: /root/.cache/pip/wheels/44/65/ea/054b2db34f0e2d3cb382cc5cc54ae8f4fee80c3b8777b857a7 Building wheel for ipykernel (pyproject.toml): started Building wheel for ipykernel (pyproject.toml): finished with status 'done' Created wheel for ipykernel: filename=ipykernel-6.29.5-py3-none-any.whl size=117173 sha256=bb190c7bbdb6bf6c7431c4d70b9f9cf15ac760d968da8eb9bae2578228ee963c Stored in directory: /root/.cache/pip/wheels/20/cf/88/44ee22ee29b64a84ba3359a495f296380fce0b79d87d69e05d Building wheel for ipython-genutils (pyproject.toml): started Building wheel for ipython-genutils (pyproject.toml): finished with status 'done' Created wheel for ipython-genutils: filename=ipython_genutils-0.2.0-py2.py3-none-any.whl size=27071 sha256=eec99b7354c9560f51d1955b3687bc0478969a4b7ac79721436369bc82a0bc08 Stored in directory: /root/.cache/pip/wheels/03/19/f7/ad38812d4e4b2df5ae72917eab2c5b935f102a73e502ffd7a5 Building wheel for ipywidgets (pyproject.toml): started Building wheel for ipywidgets (pyproject.toml): finished with status 'done' Created wheel for ipywidgets: filename=ipywidgets-8.1.7-py3-none-any.whl size=139807 sha256=bf41402e6ab8548c24a66376cd35aa0b35d5499542b750c064c698d21a6abc9e Stored in directory: /root/.cache/pip/wheels/e3/a0/d4/dffe6a1c2773433d34efdffb7721b8213b012a9929e629ffa0 Building wheel for jupyterlab_widgets (pyproject.toml): started Building wheel for jupyterlab_widgets (pyproject.toml): finished with status 'done' Created wheel for jupyterlab_widgets: filename=jupyterlab_widgets-3.0.15-py3-none-any.whl size=216574 sha256=10082ee2beb863871f174701a4aa3d4c1913b822b58c58f50789b4fb730a44f6 Stored in directory: /root/.cache/pip/wheels/2c/f2/2f/29f28a30f3ed85a871ad667cd9ca9d48eab4e5e51988dbe083 Building wheel for widgetsnbextension (pyproject.toml): started Building wheel for widgetsnbextension (pyproject.toml): finished with status 'done' Created wheel for widgetsnbextension: filename=widgetsnbextension-4.0.14-py3-none-any.whl size=2196504 sha256=2e9fb5ce98f3b549a8e45d6fcdc2843de482a6ad0b7f610dba3df537425f6413 Stored in directory: /root/.cache/pip/wheels/4d/72/f5/220cdf44c5f02cc6067b5bc1f5868bffd28645c2b25e5ba03a Building wheel for isoduration (pyproject.toml): started Building wheel for isoduration (pyproject.toml): finished with status 'done' Created wheel for isoduration: filename=isoduration-20.11.0-py3-none-any.whl size=11410 sha256=d633d4a9bf492c2fa4e103eeacc0430da8a783a1e660404ccc225144bface9b4 Stored in directory: /root/.cache/pip/wheels/a0/a4/60/9a8084d52cd7a5b608d4a24a145e54d2f8cfe96bf4c06e842e Building wheel for jsonpointer (pyproject.toml): started Building wheel for jsonpointer (pyproject.toml): finished with status 'done' Created wheel for jsonpointer: filename=jsonpointer-3.0.0-py2.py3-none-any.whl size=7706 sha256=cf81ad18fbf658819f1b9ff4245bef56d7022bd0e425f46958acf7527966b5c8 Stored in directory: /root/.cache/pip/wheels/e7/53/23/870f535728ed0e2a315fb2533dbb8bea068b9cf0f00f94a273 Building wheel for json5 (pyproject.toml): started Building wheel for json5 (pyproject.toml): finished with status 'done' Created wheel for json5: filename=json5-0.12.0-py3-none-any.whl size=36078 sha256=e4f828f18f54214a20a4a8d63c4d3a985aead6b46146f805693e41a5054e2879 Stored in directory: /root/.cache/pip/wheels/9c/9c/72/a42c46988464b334feee2ba745c2ea7188ebe1914acf987139 Building wheel for jupyter (pyproject.toml): started Building wheel for jupyter (pyproject.toml): finished with status 'done' Created wheel for jupyter: filename=jupyter-1.1.1-py2.py3-none-any.whl size=2742 sha256=9b477c687ca6671b1529ce745823f22920e2eca2409f5019e460301646717001 Stored in directory: /root/.cache/pip/wheels/a3/db/1b/d93c705de347e2dcccd992a6f8eae7dd1570471b7b316cefb2 Building wheel for jupyter-client (pyproject.toml): started Building wheel for jupyter-client (pyproject.toml): finished with status 'done' Created wheel for jupyter-client: filename=jupyter_client-8.6.3-py3-none-any.whl size=106106 sha256=089c44118edd1afaeaf560c07ed1ffc99704d26a73674905886575d749236b07 Stored in directory: /root/.cache/pip/wheels/a2/9e/85/55bf9c3ea4387fff35813052bd6a20bf3872488b4abcc2f023 Building wheel for jupyter-console (pyproject.toml): started Building wheel for jupyter-console (pyproject.toml): finished with status 'done' Created wheel for jupyter-console: filename=jupyter_console-6.6.3-py3-none-any.whl size=24510 sha256=e3078213c7ffded8eb0718b118057b8acf800fe700df5649ffbbed9887d7c89f Stored in directory: /root/.cache/pip/wheels/b5/b0/57/e5b298d07ccadcc84f8765716d3a3515b8b3367b2a99b35bd8 Building wheel for jupyter-core (pyproject.toml): started Building wheel for jupyter-core (pyproject.toml): finished with status 'done' Created wheel for jupyter-core: filename=jupyter_core-5.7.2-py3-none-any.whl size=28967 sha256=5c394a04d383a793580f7842493f02d6ba6fde832b8819c6bb76a202869bb519 Stored in directory: /root/.cache/pip/wheels/44/ac/17/332e800aedd9f0736482070944d3a2e347f3dfff178fa7b51a Building wheel for jupyter-events (pyproject.toml): started Building wheel for jupyter-events (pyproject.toml): finished with status 'done' Created wheel for jupyter-events: filename=jupyter_events-0.12.0-py3-none-any.whl size=19430 sha256=66de8e86a4bfcf91d6253238d48499ca3c456790efdf7cc36050b5346158be9a Stored in directory: /root/.cache/pip/wheels/87/6d/21/d9b783ec347a4af77e56f49a120a84b2f5391bcaf306772043 Building wheel for jupyter-lsp (pyproject.toml): started Building wheel for jupyter-lsp (pyproject.toml): finished with status 'done' Created wheel for jupyter-lsp: filename=jupyter_lsp-2.2.5-py3-none-any.whl size=69183 sha256=115d58d221331c015e8bf0a8e50957874372850ab203296405ef38cc91dce610 Stored in directory: /root/.cache/pip/wheels/e6/e5/cd/21fe419015d94db52853d28c1425b4ff7c0fbe5057cbc3cf2b Building wheel for jupyter-server (pyproject.toml): started Building wheel for jupyter-server (pyproject.toml): finished with status 'done' Created wheel for jupyter-server: filename=jupyter_server-2.18.2-py3-none-any.whl size=391905 sha256=b3c5d15ed73e37c1a58d169f56b4d9fc238b2e425c411fad085028c35cacdb14 Stored in directory: /root/.cache/pip/wheels/af/83/14/704ca063048327fee496d681d65798f044bd343261fa804285 Building wheel for jupyter-server-proxy (pyproject.toml): started Building wheel for jupyter-server-proxy (pyproject.toml): finished with status 'done' Created wheel for jupyter-server-proxy: filename=jupyter_server_proxy-4.4.0-py3-none-any.whl size=37566 sha256=62779c008fcc2b2e2746baef37defbd2d5d8a5ba1cb180c54a3a005de48e7d41 Stored in directory: /root/.cache/pip/wheels/45/46/9c/4da079df4e7b32c0eba9fb6eb0e32884f7b01b74eeb276ebe5 Building wheel for jupyter-server-terminals (pyproject.toml): started Building wheel for jupyter-server-terminals (pyproject.toml): finished with status 'done' Created wheel for jupyter-server-terminals: filename=jupyter_server_terminals-0.5.3-py3-none-any.whl size=13654 sha256=bd252ac872d9944c36f1e6e38561ad68a52d2d73431e40b4e565b500a59b3ed8 Stored in directory: /root/.cache/pip/wheels/90/7f/71/77fd604d84ee0c82751faab8f5a759a0876d0e20b70901d17b Building wheel for jupyterlab (pyproject.toml): started Building wheel for jupyterlab (pyproject.toml): finished with status 'done' Created wheel for jupyterlab: filename=jupyterlab-4.5.7-py3-none-any.whl size=12450123 sha256=1679ed4656382d3d60231b3757df4c44011308637ca7e76e77e4855fa0e25a59 Stored in directory: /root/.cache/pip/wheels/aa/15/5d/203b440dfc171ec05d23dbb0747301129d0b476f3347fd649f Building wheel for linkify-it-py (pyproject.toml): started Building wheel for linkify-it-py (pyproject.toml): finished with status 'done' Created wheel for linkify-it-py: filename=linkify_it_py-2.0.3-py3-none-any.whl size=19852 sha256=07cac934f26dac3a08e35b94a43018e3d8eac0b3d1658afba5277404c41c7e13 Stored in directory: /root/.cache/pip/wheels/86/ff/50/ccf97c1b8cccbf20a7e834dc160c6acbef37fb9de2835291b4 Building wheel for mdit-py-plugins (pyproject.toml): started Building wheel for mdit-py-plugins (pyproject.toml): finished with status 'done' Created wheel for mdit-py-plugins: filename=mdit_py_plugins-0.4.2-py3-none-any.whl size=55360 sha256=22c6e4ab09c3320552b9bf10487e7638476514973fb6d60f678ecb0721de3eb1 Stored in directory: /root/.cache/pip/wheels/f5/05/58/f97483610c522d6a114c786059e3360dad3e8afc39ec810ba8 Building wheel for narwhals (pyproject.toml): started Building wheel for narwhals (pyproject.toml): finished with status 'done' Created wheel for narwhals: filename=narwhals-1.37.0-py3-none-any.whl size=331873 sha256=8be0b3d36cc721c503ade769e16f731e6420a81643e96e1b29b908473506a661 Stored in directory: /root/.cache/pip/wheels/81/ad/72/a735644b72216fa92e431a00a29377c633c4d4b5be10fa42bb Building wheel for nbclassic (pyproject.toml): started Building wheel for nbclassic (pyproject.toml): finished with status 'done' Created wheel for nbclassic: filename=nbclassic-1.3.1-py3-none-any.whl size=26187709 sha256=8725d43289b7b426f89a67170c628ec1f395676d3f9c3a75c2efd770d1417054 Stored in directory: /root/.cache/pip/wheels/62/0b/0a/0ddedde73acc7ee1b9ffda00568f740c012cc70a48f0f9bf82 Building wheel for nbclient (pyproject.toml): started Building wheel for nbclient (pyproject.toml): finished with status 'done' Created wheel for nbclient: filename=nbclient-0.10.2-py3-none-any.whl size=25434 sha256=ae6de6a0af0519d51381222cd27dd8df99f777698eafc6d152b556953ef4b515 Stored in directory: /root/.cache/pip/wheels/22/16/52/d16746523bf7db81da2d6c18115225a96aca2a56bc1df2f1a1 Building wheel for nest-asyncio (pyproject.toml): started Building wheel for nest-asyncio (pyproject.toml): finished with status 'done' Created wheel for nest-asyncio: filename=nest_asyncio-1.6.0-py3-none-any.whl size=5231 sha256=5902aeaf3f80027be2a8d195bcbbaf40969afca5fcdeed98e6f212a3ff68680b Stored in directory: /root/.cache/pip/wheels/e2/ff/1d/7d25f3422c405c2c5b0acd8d3d616b8426dec43f45b823cae9 Building wheel for notebook (pyproject.toml): started Building wheel for notebook (pyproject.toml): finished with status 'done' Created wheel for notebook: filename=notebook-7.5.6-py3-none-any.whl size=14581728 sha256=158bd4c31420981872b6175d90787d256ee6e1b05181120c8c28655ca43689ff Stored in directory: /root/.cache/pip/wheels/5d/71/1a/0ff62e7877e5ab6d552e2c3a2acaac9b6251567b2184bd9974 Building wheel for odswriter (pyproject.toml): started Building wheel for odswriter (pyproject.toml): finished with status 'done' Created wheel for odswriter: filename=odswriter-0.4.0-py3-none-any.whl size=6105 sha256=5b06dcf9d31a804f1f969e3a36d634107de132669fb379abd175657c724a964f Stored in directory: /root/.cache/pip/wheels/03/72/46/001efbeed358efaf2e27f868d393156d64d963e8066840d8f9 Building wheel for openpyxl (pyproject.toml): started Building wheel for openpyxl (pyproject.toml): finished with status 'done' Created wheel for openpyxl: filename=openpyxl-3.1.5-py2.py3-none-any.whl size=251004 sha256=5beeb42ac7f42980e248525edb72e4f7a7c935f3ace0ddeb6b7d1187b34d3e12 Stored in directory: /root/.cache/pip/wheels/e7/61/aa/7887812ea88d3b18adafbc6d58bad05614e5a648731446727a Building wheel for opentelemetry_api (pyproject.toml): started Building wheel for opentelemetry_api (pyproject.toml): finished with status 'done' Created wheel for opentelemetry_api: filename=opentelemetry_api-1.42.1-py3-none-any.whl size=61312 sha256=ee1967201a1067d66935044378d8c6b01c15a20ef0108b4b3be980f67ebc7511 Stored in directory: /root/.cache/pip/wheels/d8/c0/4b/70dd8fd4f481cafb07c0e555436b8fdc2a803ae37718a42c63 Building wheel for overrides (pyproject.toml): started Building wheel for overrides (pyproject.toml): finished with status 'done' Created wheel for overrides: filename=overrides-7.7.0-py3-none-any.whl size=17920 sha256=f4ee97e721bb5fd3680acac93277550d094712d02d4411ead332c3fb8f6b1bcb Stored in directory: /root/.cache/pip/wheels/75/c8/fe/97b73d33cf6c28b758ddce03f13e52e6ca9ad12de02b7378c0 Building wheel for prometheus-client (pyproject.toml): started Building wheel for prometheus-client (pyproject.toml): finished with status 'done' Created wheel for prometheus-client: filename=prometheus_client-0.21.1-py3-none-any.whl size=54797 sha256=1acc95bee463f865ea515c448eb861c889af04498c56dc8c4287a72cb6ef431f Stored in directory: /root/.cache/pip/wheels/e1/14/e4/8d59456f95bc5568f31f8f2429128e38f319520978923ceb4e Building wheel for pycairo (pyproject.toml): started Building wheel for pycairo (pyproject.toml): finished with status 'done' Created wheel for pycairo: filename=pycairo-1.29.0-cp313-cp313-linux_x86_64.whl size=128309 sha256=f26c0a5a7a78fb9ec45882d23b282ea4747828654aa34e3244055fafd70123d5 Stored in directory: /root/.cache/pip/wheels/b4/d0/8f/2c0daa76a1e7257d9d7005911e351b6eb0fedb77b4e5426ada Building wheel for pypdf (pyproject.toml): started Building wheel for pypdf (pyproject.toml): finished with status 'done' Created wheel for pypdf: filename=pypdf-6.10.2-py3-none-any.whl size=336308 sha256=aa53be9826655b51c96741e5d7983ca224d898ac0a77896e64636810517624aa Stored in directory: /root/.cache/pip/wheels/10/64/e0/bb2b06677bd4f1709e9684ad0757c46786868dee6726c73229 Building wheel for python-json-logger (pyproject.toml): started Building wheel for python-json-logger (pyproject.toml): finished with status 'done' Created wheel for python-json-logger: filename=python_json_logger-3.3.0-py3-none-any.whl size=15218 sha256=8b32945f9ba35336ec7122a293d83d31d3493a30761d646ae685dee6f0cb1af3 Stored in directory: /root/.cache/pip/wheels/a4/2a/ae/9455d46335c96151ba7df75dae3f70e811ee6eee53e5d5f072 Building wheel for python-lsp-jsonrpc (pyproject.toml): started Building wheel for python-lsp-jsonrpc (pyproject.toml): finished with status 'done' Created wheel for python-lsp-jsonrpc: filename=python_lsp_jsonrpc-1.1.2-py3-none-any.whl size=8846 sha256=dce1146a31b0bbecc981ac3dcc9297d2dc6442bcae59d2a9741a09b75e063583 Stored in directory: /root/.cache/pip/wheels/ca/51/e6/aa8b05bf89719785c1ae777cd6eb34dd6d6294651e4d14d576 Building wheel for python-lsp-server (pyproject.toml): started Building wheel for python-lsp-server (pyproject.toml): finished with status 'done' Created wheel for python-lsp-server: filename=python_lsp_server-1.12.2-py3-none-any.whl size=74814 sha256=4bde86fd67ea46c0855a8237d0638384c6ffddc9fddf7acc3b6c14233e3149a2 Stored in directory: /root/.cache/pip/wheels/08/69/54/08561a5a941d8bc89240a709e7d0f8a3a72a9c151d98d710bf Building wheel for python-multipart (pyproject.toml): started Building wheel for python-multipart (pyproject.toml): finished with status 'done' Created wheel for python-multipart: filename=python_multipart-0.0.29-py3-none-any.whl size=29642 sha256=337bd074cc3912f8660e3b09dd66017b43fa72cfc534d5a6a7bb033835dfba24 Stored in directory: /root/.cache/pip/wheels/bc/77/dc/f2e785e8f8f9b283c583d66f8389e81ea32fb9eafd878d6810 Building wheel for python-pptx (pyproject.toml): started Building wheel for python-pptx (pyproject.toml): finished with status 'done' Created wheel for python-pptx: filename=python_pptx-1.0.2-py3-none-any.whl size=472823 sha256=b3db6bc6db8327b2d1cd7edb1b6df0b855b71954457f704f7256dafa2bf3e97d Stored in directory: /root/.cache/pip/wheels/78/25/fc/6360bfd453a10ff36d74d5fb25678b96766cecdcca1320e3d8 Building wheel for pyxml2pdf (pyproject.toml): started Building wheel for pyxml2pdf (pyproject.toml): finished with status 'done' Created wheel for pyxml2pdf: filename=pyxml2pdf-0.3.5-py3-none-any.whl size=393549 sha256=1c56a671bbdc5075fe5f442664b1aa4ef1d4340fbdeac6c1e2287a999dbf4d25 Stored in directory: /root/.cache/pip/wheels/e8/5b/0c/3072240eddd673c593cbf1932a70599b78352179862381ab30 Building wheel for pyzmq (pyproject.toml): started Building wheel for pyzmq (pyproject.toml): finished with status 'done' Created wheel for pyzmq: filename=pyzmq-26.4.0-cp313-cp313-linux_x86_64.whl size=245076 sha256=b85f5668c2f7f712915fb3d4332a75b153aaa635316d4b49bd001405fdd0778d Stored in directory: /root/.cache/pip/wheels/45/fc/59/8d5d41aef94fee6e34518c4d2fdfc722a60106108e478b869a Building wheel for reportlab (pyproject.toml): started Building wheel for reportlab (pyproject.toml): finished with status 'done' Created wheel for reportlab: filename=reportlab-4.4.10-py3-none-any.whl size=1955400 sha256=db4826849db2f60618333f377b7e5bebb568c7f00be23b5ba4e300e12a6ffb89 Stored in directory: /root/.cache/pip/wheels/99/43/47/13d8e20181cabef6b9fc5e7f66ae041dc50e9922f918d4337d Building wheel for rlpycairo (pyproject.toml): started Building wheel for rlpycairo (pyproject.toml): finished with status 'done' Created wheel for rlpycairo: filename=rlpycairo-0.4.0-py3-none-any.whl size=7558 sha256=98731b4b08439e27f9f7073be99eaf59059517a0af416f7cb204591be7a21fee Stored in directory: /root/.cache/pip/wheels/ba/48/18/9086541004831a30a305f5b297fee1c821320eb209bdd15cd1 Building wheel for questionary (pyproject.toml): started Building wheel for questionary (pyproject.toml): finished with status 'done' Created wheel for questionary: filename=questionary-2.1.1-py3-none-any.whl size=36817 sha256=a1ad95ae137c2dd751ed4caac7df4a0a46e7a4eb85d9079cbce0444f4c84e3ae Stored in directory: /root/.cache/pip/wheels/55/e6/b8/5f62c11f105aff318e314add6733a85a40894ac72f46512911 Building wheel for Send2Trash (pyproject.toml): started Building wheel for Send2Trash (pyproject.toml): finished with status 'done' Created wheel for Send2Trash: filename=send2trash-1.8.3-py3-none-any.whl size=18075 sha256=330275a971852a6019d305676042b3a8d13238b2ec9e042da68c59363ab0d259 Stored in directory: /root/.cache/pip/wheels/28/41/fa/6a1a4689e0f6bce9fe5cf1eed4ddd4d61a5c977b1752ad9a5c Building wheel for shiny (pyproject.toml): started Building wheel for shiny (pyproject.toml): finished with status 'done' Created wheel for shiny: filename=shiny-1.6.3-py3-none-any.whl size=3931060 sha256=1845b7a3e5418a8ec245a1f581b107ef4167d8d4a193ea6168691687bf0fe321 Stored in directory: /root/.cache/pip/wheels/7e/b2/78/9754858a9907e7188115f08be6a86dbd871532ff48e9509c82 Building wheel for shinychat (pyproject.toml): started Building wheel for shinychat (pyproject.toml): finished with status 'done' Created wheel for shinychat: filename=shinychat-0.4.0-py3-none-any.whl size=1086166 sha256=467bece9af50d16e244c6749ad1a9d0e75764bbcb1a3a2cd28303907ae93eded Stored in directory: /root/.cache/pip/wheels/c9/58/f8/a61cdc5069108affa92fa0c754e8983a65d0c1af0327c69d98 Building wheel for simpervisor (pyproject.toml): started Building wheel for simpervisor (pyproject.toml): finished with status 'done' Created wheel for simpervisor: filename=simpervisor-1.0.0-py3-none-any.whl size=8340 sha256=288de52ed0a3ee943af054f88eacfbca3cb00b9d77effa667437d562d5b616bf Stored in directory: /root/.cache/pip/wheels/b6/86/3d/284c2b7730f3df50a2e3fb00ea9089ae0f4b112954a2c5eae3 Building wheel for starlette (pyproject.toml): started Building wheel for starlette (pyproject.toml): finished with status 'done' Created wheel for starlette: filename=starlette-1.2.1-py3-none-any.whl size=73351 sha256=85435d591e1754adf1d91964ecb09ed082e1b95ba0129a67737ce45c102e3b3c Stored in directory: /root/.cache/pip/wheels/88/8c/c1/abf2c94a85131d9e17733bae994c86cd38167cfc7f3b02d763 Building wheel for svglib (pyproject.toml): started Building wheel for svglib (pyproject.toml): finished with status 'done' Created wheel for svglib: filename=svglib-1.6.0-py3-none-any.whl size=39161 sha256=66dc88b2b4d3fc229f418f9e98c48677ded4bea8205766f4283d9d6ca0d997f0 Stored in directory: /root/.cache/pip/wheels/f9/d5/7f/10b5509c089251ceaba83b7de07d30c45411e9015ab4204156 Building wheel for tinycss2 (pyproject.toml): started Building wheel for tinycss2 (pyproject.toml): finished with status 'done' Created wheel for tinycss2: filename=tinycss2-1.4.0-py3-none-any.whl size=26651 sha256=925b255f334266df83859a8f53ac6be427b01df975c39ba745647eca9125db59 Stored in directory: /root/.cache/pip/wheels/10/72/20/1bb7a66e06742f7baa98d7bc47357dcf8701bf416d1e594e17 Building wheel for uc-micro-py (pyproject.toml): started Building wheel for uc-micro-py (pyproject.toml): finished with status 'done' Created wheel for uc-micro-py: filename=uc_micro_py-1.0.3-py3-none-any.whl size=6269 sha256=4ab6ed75c197802a1386f75025c3b0600aa3d4e96b373c1a739af257f0d2bbcf Stored in directory: /root/.cache/pip/wheels/5b/81/4e/1ff7e9b40c7a60a0348f75829f567dfdb2b572590d31572a81 Building wheel for ujson (pyproject.toml): started Building wheel for ujson (pyproject.toml): finished with status 'done' Created wheel for ujson: filename=ujson-5.12.1-cp313-cp313-linux_x86_64.whl size=55530 sha256=51979f7db55e201da2e56ed895e48dbb2071991f036d09082941b5a9c8f4bc43 Stored in directory: /root/.cache/pip/wheels/05/90/77/6dc32dc491557d8ab35936061ab13598b06ee1735e9d5a5df3 Building wheel for uvicorn (pyproject.toml): started Building wheel for uvicorn (pyproject.toml): finished with status 'done' Created wheel for uvicorn: filename=uvicorn-0.34.2-py3-none-any.whl size=62484 sha256=821d91b34acd854bf77a104097b571ca06fc2abe70fac3be1c0c6f3233213854 Stored in directory: /root/.cache/pip/wheels/5d/1e/34/d8e4b42abc3378918ccdd9337e3461a4e78c8ff4a89619cf21 Building wheel for watchfiles (pyproject.toml): started Building wheel for watchfiles (pyproject.toml): finished with status 'done' Created wheel for watchfiles: filename=watchfiles-1.1.1-cp313-cp313-linux_x86_64.whl size=464546 sha256=0deac13df9b0df3282672d2d099bef6ff097f0033d56368a6dab0a060686498d Stored in directory: /root/.cache/pip/wheels/f4/bc/fb/9fa6eb8d9154b15672b7feac5b5dc80595b0ae3c31ba94a938 Building wheel for webcolors (pyproject.toml): started Building wheel for webcolors (pyproject.toml): finished with status 'done' Created wheel for webcolors: filename=webcolors-24.11.1-py3-none-any.whl size=14935 sha256=74430025d3a3b5b5c6aa781667aa2cd509a14a0c8bf122dc6b5e733344ddc3b2 Stored in directory: /root/.cache/pip/wheels/63/b2/74/01d98781601b68aa1d6bdcc23d63c2e2a0c9f7569e4a36f09c Building wheel for websockets (pyproject.toml): started Building wheel for websockets (pyproject.toml): finished with status 'done' Created wheel for websockets: filename=websockets-15.0.1-cp313-cp313-linux_x86_64.whl size=181836 sha256=cb5176a927313e06ae1574e4d4ddb68aa0272d9a5d3c50c8807470c41fd5f4aa Stored in directory: /root/.cache/pip/wheels/b4/39/96/fd6053ccf3876dd49bbd8da139d5b65f778560011d5f6be9d5 Building wheel for websocket-client (pyproject.toml): started Building wheel for websocket-client (pyproject.toml): finished with status 'done' Created wheel for websocket-client: filename=websocket_client-1.8.0-py3-none-any.whl size=58926 sha256=f40ffa9704f835bb0dd9aaa6272b70ef6c6a0520807176e12adc96fda85e5bd3 Stored in directory: /root/.cache/pip/wheels/ef/36/ba/4d9d6a3748bacf0c3749131ba5b1e0393aac6cf0ad85065351 Building wheel for xlsxwriter (pyproject.toml): started Building wheel for xlsxwriter (pyproject.toml): finished with status 'done' Created wheel for xlsxwriter: filename=xlsxwriter-3.2.5-py3-none-any.whl size=172378 sha256=ddc5643220a93b629cb70b1b193d76d438dc01026e723ccfd5ea868fd71603e0 Stored in directory: /root/.cache/pip/wheels/81/8d/11/c08a4b00598d2974460086dc5d3a7fc4c04f7b0e3da9bca563 Building wheel for anyio (pyproject.toml): started Building wheel for anyio (pyproject.toml): finished with status 'done' Created wheel for anyio: filename=anyio-4.9.0-py3-none-any.whl size=100953 sha256=13d5cf5faa2e7f5f084cceb4ab291f42ac87efef38a16d84dcc2069b5f2f65e5 Stored in directory: /root/.cache/pip/wheels/6a/94/84/a7da54732626f983ab831e02b367576d4264bc0bf817e1b2a5 Building wheel for jedi (pyproject.toml): started Building wheel for jedi (pyproject.toml): finished with status 'done' Created wheel for jedi: filename=jedi-0.19.2-py2.py3-none-any.whl size=1572434 sha256=fb86b7abb8880d6aa619001cc5b808535f5a39f9d9b4be4cff7b0789d4d503e8 Stored in directory: /root/.cache/pip/wheels/94/6f/fb/dd6c0e9573499e5fdd7f38b359c569feaeca6647734127b687 Building wheel for markdown-it-py (pyproject.toml): started Building wheel for markdown-it-py (pyproject.toml): finished with status 'done' Created wheel for markdown-it-py: filename=markdown_it_py-3.0.0-py3-none-any.whl size=87594 sha256=2405b83d987f98f979d0b67707323fa797eade163097dda46f0785cf4a82069a Stored in directory: /root/.cache/pip/wheels/b4/0e/8b/2a77555be7fe04a9ba66ef18f3f7fe60e77addc49f1db5e23c Building wheel for mdurl (pyproject.toml): started Building wheel for mdurl (pyproject.toml): finished with status 'done' Created wheel for mdurl: filename=mdurl-0.1.2-py3-none-any.whl size=10023 sha256=e09a93faf10973b4df4d9bb682dec5068ea51e1a11807dec2cdc21122f6d2f09 Stored in directory: /root/.cache/pip/wheels/75/58/94/b22a684be2e028740d095905aba1425f24b4d11de6a401c0ac Building wheel for parso (pyproject.toml): started Building wheel for parso (pyproject.toml): finished with status 'done' Created wheel for parso: filename=parso-0.8.4-py2.py3-none-any.whl size=103677 sha256=93fe5e2c03687aa7e29e280e91ccbba6d97c9ba58fbb42f2eb454b4c25c9345d Stored in directory: /root/.cache/pip/wheels/43/18/2e/bc9381fd158c74736a2d6a46819246d49e722c037aa9088f1e Building wheel for prompt-toolkit (pyproject.toml): started Building wheel for prompt-toolkit (pyproject.toml): finished with status 'done' Created wheel for prompt-toolkit: filename=prompt_toolkit-3.0.50-py3-none-any.whl size=387867 sha256=822ea75f8a8e3f53903011e7970d71a6799623ae99607b787867bb434739a4f3 Stored in directory: /root/.cache/pip/wheels/42/32/d6/89fae2fe6579ff821f3908b6b917af3b17d8155b4ba89141be Building wheel for typer (pyproject.toml): started Building wheel for typer (pyproject.toml): finished with status 'done' Created wheel for typer: filename=typer-0.26.4-py3-none-any.whl size=122436 sha256=ada6eaf782d9226d10ab262c7f69cdfadec4dbec8b7ab66af618239c3894d7d6 Stored in directory: /root/.cache/pip/wheels/0e/39/8d/dede0987fef66fbf278619ae311841ef8301c961be3f347049 Building wheel for annotated-doc (pyproject.toml): started Building wheel for annotated-doc (pyproject.toml): finished with status 'done' Created wheel for annotated-doc: filename=annotated_doc-0.0.4-py3-none-any.whl size=5304 sha256=6ffeaf0df25940d047a525f0b9b13eb8e5173d8b2618856efa88fa859249bc4f Stored in directory: /root/.cache/pip/wheels/4d/69/41/f00b428f5d0d8dbd1ba15a326a6d4fba66c011067226b99262 Building wheel for arrow (pyproject.toml): started Building wheel for arrow (pyproject.toml): finished with status 'done' Created wheel for arrow: filename=arrow-1.3.0-py3-none-any.whl size=66462 sha256=26b8a5b93bd54a90f85a160aafe4f8a33414bbec0d6dd7142c893d4e76634c1c Stored in directory: /root/.cache/pip/wheels/9f/fe/c6/490c9eed6b7529e33c1cb1da2e4ff49d41633fc598d3dc57e7 Building wheel for babel (pyproject.toml): started Building wheel for babel (pyproject.toml): finished with status 'done' Created wheel for babel: filename=babel-2.17.0-py3-none-any.whl size=10182566 sha256=48c7a32625612377c81339260bb9791ec7ddfebe68c48f7a399a7f3744434e5e Stored in directory: /root/.cache/pip/wheels/28/36/69/6ef91062b9b97b438d44d912c933e0be75220c011449a35dc1 Building wheel for click (pyproject.toml): started Building wheel for click (pyproject.toml): finished with status 'done' Created wheel for click: filename=click-8.3.3-py3-none-any.whl size=110502 sha256=4c8147077538af288a32393dcf06e2e5d050ac7de3d4b54072c2517764f35334 Stored in directory: /root/.cache/pip/wheels/65/08/7d/487b0d8a842339dabca08bd5433367351e2574ea136104cb5c Building wheel for idna (pyproject.toml): started Building wheel for idna (pyproject.toml): finished with status 'done' Created wheel for idna: filename=idna-3.16-py3-none-any.whl size=74165 sha256=cc246e3a3f89580c3a951b5ad298ca4638078b2cdd4f115654332b5c26daded5 Stored in directory: /root/.cache/pip/wheels/38/28/a0/1c999fd4a08a78f59f5a8c646aec7579bc00449b3a478824af Building wheel for importlib-metadata (pyproject.toml): started Building wheel for importlib-metadata (pyproject.toml): finished with status 'done' Created wheel for importlib-metadata: filename=importlib_metadata-8.6.1-py3-none-any.whl size=27013 sha256=7c6f50f6cd3a794678cd170b4670329c36c4e0c57403fc916c2f5260e73bd393 Stored in directory: /root/.cache/pip/wheels/b6/cc/ed/5b17c27889b677291da1411fde2eeb372e2232811b6e938cd3 Building wheel for ipython (pyproject.toml): started Building wheel for ipython (pyproject.toml): finished with status 'done' Created wheel for ipython: filename=ipython-9.0.2-py3-none-any.whl size=600569 sha256=1cc205eb951a1a0043e8d155d94918d79389e6926bd75b8888a518a077860645 Stored in directory: /root/.cache/pip/wheels/22/1b/11/33b8de56a34e02e2eff536de2942a1d39c30163ae71b5bd3d9 Building wheel for jsonschema (pyproject.toml): started Building wheel for jsonschema (pyproject.toml): finished with status 'done' Created wheel for jsonschema: filename=jsonschema-4.23.0-py3-none-any.whl size=88461 sha256=748efb11ff46786eeed05c0957751ae0ef91224df2d4902b253dd55d6a6c826f Stored in directory: /root/.cache/pip/wheels/15/51/85/5292657dfdddb9705146309db4fdbd024e43d43b49b1facb5a Building wheel for attrs (pyproject.toml): started Building wheel for attrs (pyproject.toml): finished with status 'done' Created wheel for attrs: filename=attrs-25.1.0-py3-none-any.whl size=63152 sha256=a7b2487228fc50524cbb39d9b8e5f6abb08721828310d1afbc753764992f3d74 Stored in directory: /root/.cache/pip/wheels/b4/b6/cb/92074ce97aeec13fd6cb3a18f05b3a69387fbe9fca0632c021 Building wheel for jsonschema-specifications (pyproject.toml): started Building wheel for jsonschema-specifications (pyproject.toml): finished with status 'done' Created wheel for jsonschema-specifications: filename=jsonschema_specifications-2024.10.1-py3-none-any.whl size=18459 sha256=a6074b11926f63ca54c708d786a27841cf0a6dc655dc239db110ddd70bc20997 Stored in directory: /root/.cache/pip/wheels/94/85/1f/2d8222ef1cb0ed8bd1810fac11f25163ba0a08b07ca3ec4e05 Building wheel for lxml (pyproject.toml): started Building wheel for lxml (pyproject.toml): still running... Building wheel for lxml (pyproject.toml): finished with status 'done' Created wheel for lxml: filename=lxml-6.1.0-cp313-cp313-linux_x86_64.whl size=10065943 sha256=41ad7a413ff8fcbc6f65da3bac82ed387dcb837ddc280f2274f1aaf0e37e1f6f Stored in directory: /root/.cache/pip/wheels/a6/6d/16/a624fbb8d26c8d0f7f7d65024c672442851a0769426a02fb70 Building wheel for markupsafe (pyproject.toml): started Building wheel for markupsafe (pyproject.toml): finished with status 'done' Created wheel for markupsafe: filename=markupsafe-3.0.2-cp313-cp313-linux_x86_64.whl size=22837 sha256=06459d8f9d2686368efb9da213d65905ab04d8befa30ebe83eaa7d45cb15254d Stored in directory: /root/.cache/pip/wheels/c9/3a/71/0ae58756520a2873f0144737a2e9d29126d6c86bf2da2b4f13 Building wheel for matplotlib-inline (pyproject.toml): started Building wheel for matplotlib-inline (pyproject.toml): finished with status 'done' Created wheel for matplotlib-inline: filename=matplotlib_inline-0.1.7-py3-none-any.whl size=9937 sha256=089e8fa44ab9f581aedb6839524da9d6635aa38bf05117685d5962ff4f1de123 Stored in directory: /root/.cache/pip/wheels/91/4e/c5/5e961979ab3829f12f933ee7e882e57f1cdc24af8fc2abb4bc Building wheel for packaging (pyproject.toml): started Building wheel for packaging (pyproject.toml): finished with status 'done' Created wheel for packaging: filename=packaging-26.0-py3-none-any.whl size=74366 sha256=b36f1fef9334a5588b4166f8bcd26a14e521f2b55e6b9de3aaa80d3ff7a37529 Stored in directory: /root/.cache/pip/wheels/ff/d0/7d/27f82338b985fb7ea7bd020e753426a1377b1fd5decc05c59e Building wheel for pillow (pyproject.toml): started Building wheel for pillow (pyproject.toml): finished with status 'done' Created wheel for pillow: filename=pillow-12.2.0-cp313-cp313-linux_x86_64.whl size=1545890 sha256=319ccd2efd46b945a6e5af3d0573585ebc9aefee55ddc270a8fb4ac22d359552 Stored in directory: /root/.cache/pip/wheels/f7/ab/b1/a419f72634e07eed3ae5d532f8bc47c1b52bcd8beff7ce0d10 Building wheel for platformdirs (pyproject.toml): started Building wheel for platformdirs (pyproject.toml): finished with status 'done' Created wheel for platformdirs: filename=platformdirs-4.5.0-py3-none-any.whl size=18562 sha256=8dad0377d285c3958eb84553419e4543a5ddac8cef5fbdb38bdc25aa98ab4532 Stored in directory: /root/.cache/pip/wheels/cb/0c/a1/dda52b974ac4233f6cb9ea3f6d55726cdc8378c4685b4ff779 Building wheel for referencing (pyproject.toml): started Building wheel for referencing (pyproject.toml): finished with status 'done' Created wheel for referencing: filename=referencing-0.36.2-py3-none-any.whl size=26775 sha256=9294b20a457f8c061d9f9f11747b66685bcda374996222a3668a4c45b3699ebb Stored in directory: /root/.cache/pip/wheels/e4/b0/27/060c15f5b302e9ec2ed30cf9b7fe25984ce72752cfc7c04f02 Building wheel for requests (pyproject.toml): started Building wheel for requests (pyproject.toml): finished with status 'done' Created wheel for requests: filename=requests-2.33.0-py3-none-any.whl size=65017 sha256=4deccef6e9976c014b0db0426ebead7dd973cd1c50de48feca5ec5d3e3e4f1dd Stored in directory: /root/.cache/pip/wheels/31/cb/e7/9fc66cbd5c892e203affe345683da3c9e5bbccc0d9cc2e92cf Building wheel for certifi (pyproject.toml): started Building wheel for certifi (pyproject.toml): finished with status 'done' Created wheel for certifi: filename=certifi-2026.4.22-py3-none-any.whl size=135707 sha256=6480226281ac03d1aaed4257342d9f2f900ce66194382823417c658c1bb2eeb2 Stored in directory: /root/.cache/pip/wheels/65/29/46/6806940c9a2490e2b60b36f92c2de37d64eb5d36c7ad203dcd Building wheel for rich (pyproject.toml): started Building wheel for rich (pyproject.toml): finished with status 'done' Created wheel for rich: filename=rich-14.3.4-py3-none-any.whl size=310481 sha256=483432f71005c7746c0b406a56faf7bfc996da5234cebb48d9a33087065d748f Stored in directory: /root/.cache/pip/wheels/c5/3a/55/ea7e26eb3f428cd996059775a438773f61438cbbd36dd8d238 Building wheel for rpds-py (pyproject.toml): started Building wheel for rpds-py (pyproject.toml): finished with status 'done' Created wheel for rpds-py: filename=rpds_py-0.29.0-cp313-cp313-linux_x86_64.whl size=393762 sha256=5e92ed3a77b8c433394c2745152dc93112d0fd06ea7d223fa48cd48aa8ac1669 Stored in directory: /root/.cache/pip/wheels/e8/01/bb/8a419ed9a3e9f703d9e66c3524a890ce6600528efb5031b763 Building wheel for setuptools (pyproject.toml): started Building wheel for setuptools (pyproject.toml): finished with status 'done' Created wheel for setuptools: filename=setuptools-81.0.0-py3-none-any.whl size=1062021 sha256=4b3037c14a6d1efcb43854d3d650a422ed6188592400031469aa3e2898c2e4dd Stored in directory: /root/.cache/pip/wheels/6d/b6/e0/4b297e0025864a10afb2a04231d0d83119358989a34f818f92 Building wheel for shellingham (pyproject.toml): started Building wheel for shellingham (pyproject.toml): finished with status 'done' Created wheel for shellingham: filename=shellingham-1.5.4-py2.py3-none-any.whl size=9791 sha256=68ed8212d3bb5bab26639593f4f1a48731df5f9f408610d47c11a1b3de6b50c8 Stored in directory: /root/.cache/pip/wheels/f0/8f/5c/a5e378a79dd7dc4eb17b93a9b430a5311fb1f511ed9c814cf4 Building wheel for sniffio (pyproject.toml): started Building wheel for sniffio (pyproject.toml): finished with status 'done' Created wheel for sniffio: filename=sniffio-1.3.1-py3-none-any.whl size=10284 sha256=5089300e61fade525c4dbea8e00f80887589597385ba0dcb40a0cde4602ee894 Stored in directory: /root/.cache/pip/wheels/1b/bf/77/3793f7e384e32bbe6586869fec505ac9cf8576ce08ac2609e3 Building wheel for tornado (pyproject.toml): started Building wheel for tornado (pyproject.toml): finished with status 'done' Created wheel for tornado: filename=tornado-6.5.5-cp39-abi3-linux_x86_64.whl size=445836 sha256=d3baffa87a30782c718621555d9540f3599a5d10a5a32e68125895c8583f4547 Stored in directory: /root/.cache/pip/wheels/f2/8f/37/8c2d6e42a826c5ce16ce6005f2aa41abe118881d963bf3cf06 Building wheel for traitlets (pyproject.toml): started Building wheel for traitlets (pyproject.toml): finished with status 'done' Created wheel for traitlets: filename=traitlets-5.14.3-py3-none-any.whl size=85360 sha256=8cae9cd7a665df5131e75cc854d22ff7d206eddde8bc423b93e4e8b44badd68b Stored in directory: /root/.cache/pip/wheels/2b/c4/c3/a536f6eaa7b9a311108d915ed110404c9d83ac77b385513be5 Building wheel for types-python-dateutil (pyproject.toml): started Building wheel for types-python-dateutil (pyproject.toml): finished with status 'done' Created wheel for types-python-dateutil: filename=types_python_dateutil-2.9.0.20241206-py3-none-any.whl size=14462 sha256=5a57b33f6c88f7787d4aee952c89ad18e53fc66b5ae380b5f8eabaa92177d2ed Stored in directory: /root/.cache/pip/wheels/d9/dc/8e/20e64e3ca27c8f012d19957519721634380dae4bc101ba4efa Building wheel for zipp (pyproject.toml): started Building wheel for zipp (pyproject.toml): finished with status 'done' Created wheel for zipp: filename=zipp-3.21.0-py3-none-any.whl size=9659 sha256=a03425d6f839b961ab9d78620e3606ac454818093558c1e7dac6f13a2fe8a50a Stored in directory: /root/.cache/pip/wheels/b0/43/cb/a7dfa616492f6348706d31224baacd5a6416e5c93cc78d691d Building wheel for aiohttp (pyproject.toml): started Building wheel for aiohttp (pyproject.toml): finished with status 'done' Created wheel for aiohttp: filename=aiohttp-3.14.0-cp313-cp313-linux_x86_64.whl size=1740174 sha256=183ed95117e34752717c9b554ed3575a3af870a958b600481b354a88152cf673 Stored in directory: /root/.cache/pip/wheels/22/69/87/8a6a599fc24e47731ae893565d0a24f53bfca789e28d42e04d Building wheel for multidict (pyproject.toml): started Building wheel for multidict (pyproject.toml): finished with status 'done' Created wheel for multidict: filename=multidict-6.1.0-cp313-cp313-linux_x86_64.whl size=130420 sha256=4c43685826713481868579e8374c5ae165fee84677e4fc644de67bead45bc6a2 Stored in directory: /root/.cache/pip/wheels/6a/45/ec/0346af42277e50f74a282b6c8b3a0328794fd5e8d24004be29 Building wheel for yarl (pyproject.toml): started Building wheel for yarl (pyproject.toml): finished with status 'done' Created wheel for yarl: filename=yarl-1.18.3-cp313-cp313-linux_x86_64.whl size=339244 sha256=551e0ef40e4b305264023f2557b45aeb7d94659ceaf2aafed01415170c0210d6 Stored in directory: /root/.cache/pip/wheels/3b/4b/1e/0cd2d71ca415eb39dc9bdbaa17698fce531298b8b2c61a06e6 Building wheel for aiohappyeyeballs (pyproject.toml): started Building wheel for aiohappyeyeballs (pyproject.toml): finished with status 'done' Created wheel for aiohappyeyeballs: filename=aiohappyeyeballs-2.5.0-py3-none-any.whl size=15160 sha256=0db294d9f88a65f9c6bb96644bf7906f55d44e552575be80e2a74f0f5b3ba567 Stored in directory: /root/.cache/pip/wheels/ed/b2/20/fee96907ff7823684fba92c1a7a8b904ca913dbe769cdedb12 Building wheel for aiosignal (pyproject.toml): started Building wheel for aiosignal (pyproject.toml): finished with status 'done' Created wheel for aiosignal: filename=aiosignal-1.4.0-py3-none-any.whl size=7490 sha256=13d5ed270575cc848bc1e5d44121108189278fcb22c343a56cf196725390de7b Stored in directory: /root/.cache/pip/wheels/0d/56/73/8ab751b393035f64781c96a5062fa492538fb9c657d45406e4 Building wheel for frozenlist (pyproject.toml): started Building wheel for frozenlist (pyproject.toml): finished with status 'done' Created wheel for frozenlist: filename=frozenlist-1.5.0-cp313-cp313-linux_x86_64.whl size=279393 sha256=05f7a5ecb51396a980186835d2a9ead71e9a3ec2ecf3a7e234b12f94237547a6 Stored in directory: /root/.cache/pip/wheels/27/77/94/133655d37f6595e539a16fe120117ab055a7a45016803b565c Building wheel for propcache (pyproject.toml): started Building wheel for propcache (pyproject.toml): finished with status 'done' Created wheel for propcache: filename=propcache-0.3.0-cp313-cp313-linux_x86_64.whl size=226973 sha256=1ad9ac8233a6e04614c4345a0308138074bf35d4fdc64b358c3598d748b8537b Stored in directory: /root/.cache/pip/wheels/22/b3/2c/f65a7ba86c68435f82351336399a33fb68132496f7d44cd42c Building wheel for beautifulsoup4 (pyproject.toml): started Building wheel for beautifulsoup4 (pyproject.toml): finished with status 'done' Created wheel for beautifulsoup4: filename=beautifulsoup4-4.13.3-py3-none-any.whl size=186638 sha256=40d74bed66f11da68a1d250c61bd00904203358483b4f57d3a3e45bd289e0d0f Stored in directory: /root/.cache/pip/wheels/e1/c5/77/871610c93796b354545036afe53af8db55fae815e6e466f090 Building wheel for soupsieve (pyproject.toml): started Building wheel for soupsieve (pyproject.toml): finished with status 'done' Created wheel for soupsieve: filename=soupsieve-2.6-py3-none-any.whl size=36187 sha256=f3f08caabaeadd362b32938407d6550f7a096e77229f8572624d8bc544227813 Stored in directory: /root/.cache/pip/wheels/22/e2/d6/c5afaa3edcec9c16a0c03bdd3765dc1bb3f5c9e12d0f76bf54 Building wheel for decorator (pyproject.toml): started Building wheel for decorator (pyproject.toml): finished with status 'done' Created wheel for decorator: filename=decorator-5.2.1-py3-none-any.whl size=8967 sha256=df9e0eab1a0ada994d418cd96a09fddbc8514b7baa80a5a80abc9313c8e46037 Stored in directory: /root/.cache/pip/wheels/22/c3/2a/222c02b615b1ef0fbcd01202c1e9eb84407fa1a3d6822e2b8c Building wheel for asttokens (pyproject.toml): started Building wheel for asttokens (pyproject.toml): finished with status 'done' Created wheel for asttokens: filename=asttokens-3.0.0-py3-none-any.whl size=26958 sha256=49748e7fe3e6ebbbe4d021b7b30898db22676fb00a5a63a37b2fc5ab662dccc7 Stored in directory: /root/.cache/pip/wheels/d2/4f/25/ba4653858e38d4b293501b318e6a25eaa68d8f315264dad75f Building wheel for executing (pyproject.toml): started Building wheel for executing (pyproject.toml): finished with status 'done' Created wheel for executing: filename=executing-2.2.0-py2.py3-none-any.whl size=26741 sha256=3673f144466135d96d3f4ca07d12849505aa46099d580426944577a348ed448d Stored in directory: /root/.cache/pip/wheels/d5/3e/f0/b08b90c0be0e9ebfb2dc03ec47ed532f63eaae1989d3483101 Building wheel for tqdm (pyproject.toml): started Building wheel for tqdm (pyproject.toml): finished with status 'done' Created wheel for tqdm: filename=tqdm-4.67.1-py3-none-any.whl size=78580 sha256=1747acf50aef3210e928ff9aa09886fb3add101b251a43c7219793ce98e360f4 Stored in directory: /root/.cache/pip/wheels/dc/e3/21/2f76ebd10c58a53f0a8c39cbfd9016b0da6ac5d37ed5dfd4cf Building wheel for wcwidth (pyproject.toml): started Building wheel for wcwidth (pyproject.toml): finished with status 'done' Created wheel for wcwidth: filename=wcwidth-0.2.13-py2.py3-none-any.whl size=34257 sha256=816d34139eda075d202c1a6f2e09231611a850b4b5f4940f53aa0b83506bf053 Stored in directory: /root/.cache/pip/wheels/59/d0/3d/79a9c043c4277ed45f7698aad7155f7fd11bc4a094214d1d9f Successfully built argon2-cffi argon2-cffi-bindings asgiref async-lru bleach cairocffi cairosvg comm cssselect2 tenacity debugpy docstring-to-markdown download et-xmlfile faicons fastjsonschema fqdn freetype_py htmltools ipykernel ipython-genutils ipywidgets jupyterlab_widgets widgetsnbextension isoduration jsonpointer json5 jupyter jupyter-client jupyter-console jupyter-core jupyter-events jupyter-lsp jupyter-server jupyter-server-proxy jupyter-server-terminals jupyterlab linkify-it-py mdit-py-plugins narwhals nbclassic nbclient nest-asyncio notebook odswriter openpyxl opentelemetry_api overrides prometheus-client pycairo pypdf python-json-logger python-lsp-jsonrpc python-lsp-server python-multipart python-pptx pyxml2pdf pyzmq reportlab rlpycairo questionary Send2Trash shiny shinychat simpervisor starlette svglib tinycss2 uc-micro-py ujson uvicorn watchfiles webcolors websockets websocket-client xlsxwriter anyio jedi markdown-it-py mdurl parso prompt-toolkit typer annotated-doc arrow babel click idna importlib-metadata ipython jsonschema attrs jsonschema-specifications lxml markupsafe matplotlib-inline packaging pillow platformdirs referencing requests certifi rich rpds-py setuptools shellingham sniffio tornado traitlets types-python-dateutil zipp aiohttp multidict yarl aiohappyeyeballs aiosignal frozenlist propcache beautifulsoup4 soupsieve decorator asttokens executing tqdm wcwidth if test -d ../../download_archive; then cp -Rf src/* ../../download_archive/ 2>/dev/null; fi mkdir -p /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages for REQ in requirements3.txt; do if test -s ${REQ}; then install_requirements /opt/metwork-mfext-master/opt/python3_extratools ${REQ} ./src || { echo "ERROR WITH install_requirements ${REQ} /opt/metwork-mfext-master/opt/python3_extratools ${REQ} ./src"; exit 1; }; fi; done [DEBUG]: layer python3_extratools@mfext[/opt/metwork-mfext-master/opt/python3_extratools] is already loaded Looking in links: ./src Processing ./src/argon2_cffi-23.1.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 1)) Processing ./src/argon2_cffi_bindings-21.2.0-cp313-abi3-linux_x86_64.whl (from -r requirements3.txt.tmp (line 2)) Processing ./src/asgiref-3.8.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 3)) Processing ./src/aspose_slides-26.5.0-py3-none-manylinux1_x86_64.whl (from -r requirements3.txt.tmp (line 4)) Processing ./src/async_lru-2.0.5-py3-none-any.whl (from -r requirements3.txt.tmp (line 5)) Processing ./src/bleach-6.2.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 6)) Processing ./src/cairocffi-1.7.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 7)) Processing ./src/cairosvg-2.9.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 8)) Processing ./src/comm-0.2.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 9)) Processing ./src/cssselect2-0.9.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 10)) Processing ./src/datagouv_client-0.3.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 11)) Processing ./src/debugpy-1.8.14-cp313-cp313-linux_x86_64.whl (from -r requirements3.txt.tmp (line 12)) Processing ./src/docstring_to_markdown-0.17-py3-none-any.whl (from -r requirements3.txt.tmp (line 13)) Processing ./src/download-0.3.5-py3-none-any.whl (from -r requirements3.txt.tmp (line 14)) Processing ./src/et_xmlfile-2.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 15)) Processing ./src/faicons-0.2.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 16)) Processing ./src/fastjsonschema-2.21.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 17)) Processing ./src/fqdn-1.5.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 18)) Processing ./src/freetype_py-2.5.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 19)) Processing ./src/htmltools-0.7.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 20)) Processing ./src/ipykernel-6.29.5-py3-none-any.whl (from -r requirements3.txt.tmp (line 21)) Processing ./src/ipython_genutils-0.2.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 22)) Processing ./src/ipywidgets-8.1.7-py3-none-any.whl (from -r requirements3.txt.tmp (line 23)) Processing ./src/isoduration-20.11.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 24)) Processing ./src/jsonpointer-3.0.0-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 25)) Processing ./src/json5-0.12.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 26)) Processing ./src/jupyter-1.1.1-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 27)) Processing ./src/jupyter_client-8.6.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 28)) Processing ./src/jupyter_console-6.6.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 29)) Processing ./src/jupyter_core-5.7.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 30)) Processing ./src/jupyter_events-0.12.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 31)) Processing ./src/jupyter_lsp-2.2.5-py3-none-any.whl (from -r requirements3.txt.tmp (line 32)) Processing ./src/jupyter_server-2.18.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 33)) Processing ./src/jupyter_server_proxy-4.4.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 34)) Processing ./src/jupyter_server_terminals-0.5.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 35)) Processing ./src/jupyterlab-4.5.7-py3-none-any.whl (from -r requirements3.txt.tmp (line 36)) Processing ./src/jupyterlab_pygments-0.3.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 37)) Processing ./src/jupyterlab_server-2.28.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 38)) Processing ./src/jupyterlab_widgets-3.0.15-py3-none-any.whl (from -r requirements3.txt.tmp (line 39)) Processing ./src/linkify_it_py-2.0.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 40)) Processing ./src/mdit_py_plugins-0.4.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 41)) Processing ./src/mistune-3.2.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 42)) Processing ./src/narwhals-1.37.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 43)) Processing ./src/nbclassic-1.3.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 44)) Processing ./src/nbclient-0.10.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 45)) Processing ./src/nbconvert-7.17.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 46)) Processing ./src/nbformat-5.10.4-py3-none-any.whl (from -r requirements3.txt.tmp (line 47)) Processing ./src/nest_asyncio-1.6.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 48)) Processing ./src/notebook-7.5.6-py3-none-any.whl (from -r requirements3.txt.tmp (line 49)) Processing ./src/notebook_shim-0.2.4-py3-none-any.whl (from -r requirements3.txt.tmp (line 50)) Processing ./src/odswriter-0.4.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 51)) Processing ./src/openpyxl-3.1.5-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 52)) Processing ./src/opentelemetry_api-1.42.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 53)) Processing ./src/overrides-7.7.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 54)) Processing ./src/pandocfilters-1.5.1-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 55)) Processing ./src/prometheus_client-0.21.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 56)) Processing ./src/pycairo-1.29.0-cp313-cp313-linux_x86_64.whl (from -r requirements3.txt.tmp (line 57)) Processing ./src/pypdf-6.10.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 58)) Processing ./src/python_json_logger-3.3.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 59)) Processing ./src/python_lsp_jsonrpc-1.1.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 60)) Processing ./src/python_lsp_server-1.12.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 61)) Processing ./src/python_multipart-0.0.29-py3-none-any.whl (from -r requirements3.txt.tmp (line 62)) Processing ./src/python_pptx-1.0.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 63)) Processing ./src/pyxml2pdf-0.3.5-py3-none-any.whl (from -r requirements3.txt.tmp (line 64)) Processing ./src/pyzmq-26.4.0-cp313-cp313-linux_x86_64.whl (from -r requirements3.txt.tmp (line 65)) Processing ./src/reportlab-4.4.10-py3-none-any.whl (from -r requirements3.txt.tmp (line 66)) Processing ./src/rlpycairo-0.4.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 67)) Processing ./src/questionary-2.1.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 68)) Processing ./src/rfc3339_validator-0.1.4-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 69)) Processing ./src/rfc3986_validator-0.1.1-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 70)) Processing ./src/send2trash-1.8.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 71)) Processing ./src/shiny-1.6.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 72)) Processing ./src/shinychat-0.4.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 73)) Processing ./src/simpervisor-1.0.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 74)) Processing ./src/starlette-1.2.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 75)) Processing ./src/svglib-1.6.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 76)) Processing ./src/tenacity-9.1.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 77)) Processing ./src/terminado-0.18.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 78)) Processing ./src/tinycss2-1.4.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 79)) Processing ./src/uc_micro_py-1.0.3-py3-none-any.whl (from -r requirements3.txt.tmp (line 80)) Processing ./src/ujson-5.12.1-cp313-cp313-linux_x86_64.whl (from -r requirements3.txt.tmp (line 81)) Processing ./src/uri_template-1.3.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 82)) Processing ./src/uvicorn-0.34.2-py3-none-any.whl (from -r requirements3.txt.tmp (line 83)) Processing ./src/watchfiles-1.1.1-cp313-cp313-linux_x86_64.whl (from -r requirements3.txt.tmp (line 84)) Processing ./src/webcolors-24.11.1-py3-none-any.whl (from -r requirements3.txt.tmp (line 85)) Processing ./src/webencodings-0.5.1-py2.py3-none-any.whl (from -r requirements3.txt.tmp (line 86)) Processing ./src/websockets-15.0.1-cp313-cp313-linux_x86_64.whl (from -r requirements3.txt.tmp (line 87)) Processing ./src/websocket_client-1.8.0-py3-none-any.whl (from -r requirements3.txt.tmp (line 88)) Processing ./src/widgetsnbextension-4.0.14-py3-none-any.whl (from -r requirements3.txt.tmp (line 89)) Processing ./src/xlsxwriter-3.2.5-py3-none-any.whl (from -r requirements3.txt.tmp (line 90)) Requirement already satisfied: cffi>=1.0.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from argon2-cffi-bindings==21.2.0->-r requirements3.txt.tmp (line 2)) (2.0.0) Requirement already satisfied: defusedxml in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from cairosvg==2.9.0->-r requirements3.txt.tmp (line 8)) (0.7.1) Requirement already satisfied: pillow in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from cairosvg==2.9.0->-r requirements3.txt.tmp (line 8)) (12.2.0) Requirement already satisfied: traitlets>=4 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from comm==0.2.2->-r requirements3.txt.tmp (line 9)) (5.14.3) Requirement already satisfied: httpx<1,>=0.28.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from datagouv_client==0.3.2->-r requirements3.txt.tmp (line 11)) (0.28.1) Requirement already satisfied: typer<1,>=0.25.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from datagouv_client==0.3.2->-r requirements3.txt.tmp (line 11)) (0.26.4) Requirement already satisfied: importlib-metadata>=3.6 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from docstring-to-markdown==0.17->-r requirements3.txt.tmp (line 13)) (8.6.1) Requirement already satisfied: typing_extensions>=4.6 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from docstring-to-markdown==0.17->-r requirements3.txt.tmp (line 13)) (4.15.0) Requirement already satisfied: tqdm in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from download==0.3.5->-r requirements3.txt.tmp (line 14)) (4.67.1) Requirement already satisfied: six in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from download==0.3.5->-r requirements3.txt.tmp (line 14)) (1.17.0) Requirement already satisfied: requests in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from download==0.3.5->-r requirements3.txt.tmp (line 14)) (2.33.0) Requirement already satisfied: packaging>=20.9 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from htmltools==0.7.0->-r requirements3.txt.tmp (line 20)) (26.0) Requirement already satisfied: ipython>=7.23.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from ipykernel==6.29.5->-r requirements3.txt.tmp (line 21)) (9.0.2) Requirement already satisfied: matplotlib-inline>=0.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from ipykernel==6.29.5->-r requirements3.txt.tmp (line 21)) (0.1.7) Requirement already satisfied: psutil in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from ipykernel==6.29.5->-r requirements3.txt.tmp (line 21)) (7.2.2) Requirement already satisfied: tornado>=6.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from ipykernel==6.29.5->-r requirements3.txt.tmp (line 21)) (6.5.5) Requirement already satisfied: arrow>=0.15.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from isoduration==20.11.0->-r requirements3.txt.tmp (line 24)) (1.3.0) Requirement already satisfied: python-dateutil>=2.8.2 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from jupyter-client==8.6.3->-r requirements3.txt.tmp (line 28)) (2.9.0.post0) Requirement already satisfied: prompt-toolkit>=3.0.30 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from jupyter-console==6.6.3->-r requirements3.txt.tmp (line 29)) (3.0.50) Requirement already satisfied: pygments in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from jupyter-console==6.6.3->-r requirements3.txt.tmp (line 29)) (2.20.0) Requirement already satisfied: platformdirs>=2.5 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from jupyter-core==5.7.2->-r requirements3.txt.tmp (line 30)) (4.5.0) Requirement already satisfied: jsonschema>=4.18.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from jsonschema[format-nongpl]>=4.18.0->jupyter-events==0.12.0->-r requirements3.txt.tmp (line 31)) (4.23.0) Requirement already satisfied: pyyaml>=5.3 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from jupyter-events==0.12.0->-r requirements3.txt.tmp (line 31)) (6.0.3) Requirement already satisfied: referencing in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from jupyter-events==0.12.0->-r requirements3.txt.tmp (line 31)) (0.36.2) Requirement already satisfied: anyio>=3.1.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from jupyter-server==2.18.2->-r requirements3.txt.tmp (line 33)) (4.9.0) Requirement already satisfied: jinja2>=3.0.3 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from jupyter-server==2.18.2->-r requirements3.txt.tmp (line 33)) (3.1.6) Requirement already satisfied: aiohttp in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from jupyter-server-proxy==4.4.0->-r requirements3.txt.tmp (line 34)) (3.14.0) Requirement already satisfied: setuptools>=41.1.0 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from jupyterlab==4.5.7->-r requirements3.txt.tmp (line 36)) (81.0.0) Requirement already satisfied: babel>=2.10 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from jupyterlab-server==2.28.0->-r requirements3.txt.tmp (line 38)) (2.17.0) Requirement already satisfied: markdown-it-py<4.0.0,>=1.0.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from mdit-py-plugins==0.4.2->-r requirements3.txt.tmp (line 41)) (3.0.0) Requirement already satisfied: beautifulsoup4 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from nbconvert==7.17.1->-r requirements3.txt.tmp (line 46)) (4.13.3) Requirement already satisfied: markupsafe>=2.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from nbconvert==7.17.1->-r requirements3.txt.tmp (line 46)) (3.0.2) Requirement already satisfied: jedi<0.20.0,>=0.17.2 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from python-lsp-server==1.12.2->-r requirements3.txt.tmp (line 61)) (0.19.2) Requirement already satisfied: pluggy>=1.0.0 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from python-lsp-server==1.12.2->-r requirements3.txt.tmp (line 61)) (1.6.0) Requirement already satisfied: lxml>=3.1.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from python-pptx==1.0.2->-r requirements3.txt.tmp (line 63)) (6.1.0) Requirement already satisfied: charset-normalizer in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from reportlab==4.4.10->-r requirements3.txt.tmp (line 66)) (3.4.7) Requirement already satisfied: click>=8.1.4 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from shiny==1.6.3->-r requirements3.txt.tmp (line 72)) (8.3.3) Requirement already satisfied: orjson>=3.10.7 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from shiny==1.6.3->-r requirements3.txt.tmp (line 72)) (3.11.7) Requirement already satisfied: ptyprocess in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from terminado==0.18.1->-r requirements3.txt.tmp (line 78)) (0.7.0) Requirement already satisfied: h11>=0.8 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from uvicorn==0.34.2->-r requirements3.txt.tmp (line 83)) (0.16.0) Requirement already satisfied: idna>=2.8 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from anyio>=3.1.0->jupyter-server==2.18.2->-r requirements3.txt.tmp (line 33)) (3.16) Requirement already satisfied: sniffio>=1.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from anyio>=3.1.0->jupyter-server==2.18.2->-r requirements3.txt.tmp (line 33)) (1.3.1) Requirement already satisfied: certifi in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from httpx<1,>=0.28.1->datagouv_client==0.3.2->-r requirements3.txt.tmp (line 11)) (2026.4.22) Requirement already satisfied: httpcore==1.* in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from httpx<1,>=0.28.1->datagouv_client==0.3.2->-r requirements3.txt.tmp (line 11)) (1.0.9) Requirement already satisfied: parso<0.9.0,>=0.8.4 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from jedi<0.20.0,>=0.17.2->python-lsp-server==1.12.2->-r requirements3.txt.tmp (line 61)) (0.8.4) Requirement already satisfied: mdurl~=0.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from markdown-it-py<4.0.0,>=1.0.0->mdit-py-plugins==0.4.2->-r requirements3.txt.tmp (line 41)) (0.1.2) Requirement already satisfied: wcwidth in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from prompt-toolkit>=3.0.30->jupyter-console==6.6.3->-r requirements3.txt.tmp (line 29)) (0.2.13) Requirement already satisfied: shellingham>=1.3.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from typer<1,>=0.25.0->datagouv_client==0.3.2->-r requirements3.txt.tmp (line 11)) (1.5.4) Requirement already satisfied: rich>=13.8.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from typer<1,>=0.25.0->datagouv_client==0.3.2->-r requirements3.txt.tmp (line 11)) (14.3.4) Requirement already satisfied: annotated-doc>=0.0.2 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from typer<1,>=0.25.0->datagouv_client==0.3.2->-r requirements3.txt.tmp (line 11)) (0.0.4) Requirement already satisfied: types-python-dateutil>=2.8.10 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from arrow>=0.15.0->isoduration==20.11.0->-r requirements3.txt.tmp (line 24)) (2.9.0.20241206) Requirement already satisfied: pycparser in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from cffi>=1.0.1->argon2-cffi-bindings==21.2.0->-r requirements3.txt.tmp (line 2)) (3.0) Requirement already satisfied: zipp>=3.20 in /opt/metwork-mfext-master/opt/python3_core/lib/python3.13/site-packages (from importlib-metadata>=3.6->docstring-to-markdown==0.17->-r requirements3.txt.tmp (line 13)) (3.21.0) Requirement already satisfied: decorator in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from ipython>=7.23.1->ipykernel==6.29.5->-r requirements3.txt.tmp (line 21)) (5.2.1) Requirement already satisfied: ipython-pygments-lexers in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from ipython>=7.23.1->ipykernel==6.29.5->-r requirements3.txt.tmp (line 21)) (1.1.1) Requirement already satisfied: pexpect>4.3 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from ipython>=7.23.1->ipykernel==6.29.5->-r requirements3.txt.tmp (line 21)) (4.9.0) Requirement already satisfied: stack_data in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from ipython>=7.23.1->ipykernel==6.29.5->-r requirements3.txt.tmp (line 21)) (0.6.3) Requirement already satisfied: attrs>=22.2.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from jsonschema>=4.18.0->jsonschema[format-nongpl]>=4.18.0->jupyter-events==0.12.0->-r requirements3.txt.tmp (line 31)) (25.1.0) Requirement already satisfied: jsonschema-specifications>=2023.03.6 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from jsonschema>=4.18.0->jsonschema[format-nongpl]>=4.18.0->jupyter-events==0.12.0->-r requirements3.txt.tmp (line 31)) (2024.10.1) Requirement already satisfied: rpds-py>=0.7.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from jsonschema>=4.18.0->jsonschema[format-nongpl]>=4.18.0->jupyter-events==0.12.0->-r requirements3.txt.tmp (line 31)) (0.29.0) Requirement already satisfied: urllib3<3,>=1.26 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from requests->download==0.3.5->-r requirements3.txt.tmp (line 14)) (2.7.0) Requirement already satisfied: aiohappyeyeballs>=2.5.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from aiohttp->jupyter-server-proxy==4.4.0->-r requirements3.txt.tmp (line 34)) (2.5.0) Requirement already satisfied: aiosignal>=1.4.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from aiohttp->jupyter-server-proxy==4.4.0->-r requirements3.txt.tmp (line 34)) (1.4.0) Requirement already satisfied: frozenlist>=1.1.1 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from aiohttp->jupyter-server-proxy==4.4.0->-r requirements3.txt.tmp (line 34)) (1.5.0) Requirement already satisfied: multidict<7.0,>=4.5 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from aiohttp->jupyter-server-proxy==4.4.0->-r requirements3.txt.tmp (line 34)) (6.1.0) Requirement already satisfied: propcache>=0.2.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from aiohttp->jupyter-server-proxy==4.4.0->-r requirements3.txt.tmp (line 34)) (0.3.0) Requirement already satisfied: yarl<2.0,>=1.17.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from aiohttp->jupyter-server-proxy==4.4.0->-r requirements3.txt.tmp (line 34)) (1.18.3) Requirement already satisfied: soupsieve>1.2 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from beautifulsoup4->nbconvert==7.17.1->-r requirements3.txt.tmp (line 46)) (2.6) Requirement already satisfied: executing>=1.2.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from stack_data->ipython>=7.23.1->ipykernel==6.29.5->-r requirements3.txt.tmp (line 21)) (2.2.0) Requirement already satisfied: asttokens>=2.1.0 in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from stack_data->ipython>=7.23.1->ipykernel==6.29.5->-r requirements3.txt.tmp (line 21)) (3.0.0) Requirement already satisfied: pure_eval in /opt/metwork-mfext-master/opt/python3/lib/python3.13/site-packages (from stack_data->ipython>=7.23.1->ipykernel==6.29.5->-r requirements3.txt.tmp (line 21)) (0.2.3) Installing collected packages: webencodings, odswriter, ipython-genutils, fastjsonschema, xlsxwriter, widgetsnbextension, websockets, websocket-client, webcolors, uvicorn, uri-template, ujson, uc-micro-py, tinycss2, terminado, tenacity, simpervisor, Send2Trash, rfc3986-validator, rfc3339-validator, reportlab, pyzmq, python-multipart, python-json-logger, pypdf, pycairo, prometheus-client, pandocfilters, overrides, opentelemetry_api, nest-asyncio, narwhals, mistune, jupyterlab_widgets, jupyterlab-pygments, jupyter-core, jsonpointer, json5, htmltools, freetype_py, fqdn, et-xmlfile, debugpy, comm, bleach, async-lru, Aspose.Slides, asgiref, watchfiles, starlette, rlpycairo, questionary, python-pptx, python-lsp-jsonrpc, openpyxl, mdit-py-plugins, linkify-it-py, jupyter-server-terminals, jupyter-client, faicons, download, docstring-to-markdown, cssselect2, cairocffi, argon2-cffi-bindings, svglib, pyxml2pdf, python-lsp-server, isoduration, ipywidgets, ipykernel, cairosvg, argon2-cffi, nbformat, jupyter-console, datagouv_client, nbclient, jupyter-events, nbconvert, jupyter-server, notebook-shim, jupyterlab-server, jupyter-server-proxy, jupyter-lsp, nbclassic, jupyterlab, notebook, jupyter, shinychat, shiny Successfully installed Aspose.Slides-26.5.0 Send2Trash-1.8.3 argon2-cffi-23.1.0 argon2-cffi-bindings-21.2.0 asgiref-3.8.1 async-lru-2.0.5 bleach-6.2.0 cairocffi-1.7.1 cairosvg-2.9.0 comm-0.2.2 cssselect2-0.9.0 datagouv_client-0.3.2 debugpy-1.8.14 docstring-to-markdown-0.17 download-0.3.5 et-xmlfile-2.0.0 faicons-0.2.2 fastjsonschema-2.21.1 fqdn-1.5.1 freetype_py-2.5.1 htmltools-0.7.0 ipykernel-6.29.5 ipython-genutils-0.2.0 ipywidgets-8.1.7 isoduration-20.11.0 json5-0.12.0 jsonpointer-3.0.0 jupyter-1.1.1 jupyter-client-8.6.3 jupyter-console-6.6.3 jupyter-core-5.7.2 jupyter-events-0.12.0 jupyter-lsp-2.2.5 jupyter-server-2.18.2 jupyter-server-proxy-4.4.0 jupyter-server-terminals-0.5.3 jupyterlab-4.5.7 jupyterlab-pygments-0.3.0 jupyterlab-server-2.28.0 jupyterlab_widgets-3.0.15 linkify-it-py-2.0.3 mdit-py-plugins-0.4.2 mistune-3.2.1 narwhals-1.37.0 nbclassic-1.3.1 nbclient-0.10.2 nbconvert-7.17.1 nbformat-5.10.4 nest-asyncio-1.6.0 notebook-7.5.6 notebook-shim-0.2.4 odswriter-0.4.0 openpyxl-3.1.5 opentelemetry_api-1.42.1 overrides-7.7.0 pandocfilters-1.5.1 prometheus-client-0.21.1 pycairo-1.29.0 pypdf-6.10.2 python-json-logger-3.3.0 python-lsp-jsonrpc-1.1.2 python-lsp-server-1.12.2 python-multipart-0.0.29 python-pptx-1.0.2 pyxml2pdf-0.3.5 pyzmq-26.4.0 questionary-2.1.1 reportlab-4.4.10 rfc3339-validator-0.1.4 rfc3986-validator-0.1.1 rlpycairo-0.4.0 shiny-1.6.3 shinychat-0.4.0 simpervisor-1.0.0 starlette-1.2.1 svglib-1.6.0 tenacity-9.1.2 terminado-0.18.1 tinycss2-1.4.0 uc-micro-py-1.0.3 ujson-5.12.1 uri-template-1.3.0 uvicorn-0.34.2 watchfiles-1.1.1 webcolors-24.11.1 webencodings-0.5.1 websocket-client-1.8.0 websockets-15.0.1 widgetsnbextension-4.0.14 xlsxwriter-3.2.5 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. if ! test -d /opt/metwork-mfext-master/opt/python3_extratools/lib/python3.13/site-packages; then mkdir -p /opt/metwork-mfext-master/opt/python3_extratools/lib/python3.13/site-packages; fi if test -f /opt/metwork-mfext-master/opt/python3_extratools/lib/python3.13/site-packages/requirements3.txt; then cat /opt/metwork-mfext-master/opt/python3_extratools/lib/python3.13/site-packages/requirements3.txt requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_extratools/lib/python3.13/site-packages/requirements3.txt.tmp; mv /opt/metwork-mfext-master/opt/python3_extratools/lib/python3.13/site-packages/requirements3.txt.tmp /opt/metwork-mfext-master/opt/python3_extratools/lib/python3.13/site-packages/requirements3.txt; else cat requirements3.txt |sort |uniq |sed 's/^-e git.*egg=\(.*\)$/\1/g' >/opt/metwork-mfext-master/opt/python3_extratools/lib/python3.13/site-packages/requirements3.txt ;fi IFS=$'\n' ; for REQ in `cat requirements3.txt |sort |uniq| grep -v "\["`; do _pip_package_to_yaml.sh "${REQ}" "/opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages" || { echo "ERROR WITH _pip_package_to_yaml.sh ${REQ} /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages"; exit 1; } done /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/aspose_slides.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/Send2Trash.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/argon2-cffi-bindings.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/argon2-cffi.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/asgiref.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/async-lru.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/bleach.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/cairocffi.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/CairoSVG.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/comm.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/cssselect2.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/datagouv_client.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/debugpy.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/docstring-to-markdown.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/download.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/et_xmlfile.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/faicons.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/fastjsonschema.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/fqdn.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/freetype-py.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/htmltools.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/ipykernel.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/ipython_genutils.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/ipywidgets.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/isoduration.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/json5.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/jsonpointer.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/jupyter_client.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/jupyter-console.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/jupyter_core.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/jupyter-events.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/jupyter-lsp.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/jupyter_server_proxy.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/jupyter_server_terminals.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/jupyter_server.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/jupyter.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/jupyterlab_pygments.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/jupyterlab_server.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/jupyterlab.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/jupyterlab_widgets.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/linkify-it-py.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/mdit-py-plugins.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/mistune.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/narwhals.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/nbclassic.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/nbclient.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/nbconvert.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/nbformat.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/nest_asyncio.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/notebook_shim.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/notebook.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/odswriter.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/openpyxl.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/opentelemetry-api.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/overrides.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/pandocfilters.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/prometheus_client.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/pycairo.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/pypdf.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/python-json-logger.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/python-lsp-jsonrpc.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/python-lsp-server.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/python-multipart.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/python-pptx.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/pyxml2pdf.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/pyzmq.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/questionary.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/reportlab.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/rfc3339_validator.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/rfc3986_validator.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/rlPyCairo.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/shiny.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/shinychat.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/simpervisor.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/starlette.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/svglib.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/tenacity.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/terminado.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/tinycss2.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/uc-micro-py.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/ujson.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/uri-template.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/uvicorn.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/watchfiles.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/webcolors.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/webencodings.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/websocket-client.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/websockets.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/widgetsnbextension.yaml is ready /opt/metwork-mfext-master/opt/python3_extratools/share/metwork_packages/xlsxwriter.yaml is ready cd /opt/metwork-mfext-master/opt/python3_extratools/lib/python3.13/site-packages/aspose && ls -1 *.cpython-*.so | grep -v 313 | xargs rm -f touch /opt/metwork-mfext-master/opt/python3_extratools/lib/python3.13/site-packages/aspose/.clean_aspose make[3]: Leaving directory '/src/layers/layer5_python3_extratools/0500_extra_packages' if test "1" = "1"; then echo extratools > /opt/metwork-mfext-master/opt/python3_extratools/.mfextaddon; fi _layer_dhash "python3_extratools@mfext" >/opt/metwork-mfext-master/opt/python3_extratools/.dhash if ! test -f cache/hit; then \ _check_layers_hash >/dev/null ; \ fi _cache_logic_after_layer.sh "/opt/metwork-mfext-master/opt/python3_extratools" cache: /buildcache/mfext_cache_layer_python3_extratools_0e0f92da3796af34f0c13b828d2d6ff2.tar created make[2]: Leaving directory '/src/layers/layer5_python3_extratools' make[1]: Leaving directory '/src/layers' if test "1" != "1"; then _layer_dhash root@mfext >/opt/metwork-mfext-master/.dhash; fi layer_wrapper --layers=python3_devtools@mfext -- _yaml_to_md.py ALL >.metwork-framework/components.md