2024-03-07T20:47:38.0110117Z Current runner version: '2.314.1' 2024-03-07T20:47:38.0136231Z ##[group]Operating System 2024-03-07T20:47:38.0136915Z Ubuntu 2024-03-07T20:47:38.0137345Z 22.04.4 2024-03-07T20:47:38.0137685Z LTS 2024-03-07T20:47:38.0138012Z ##[endgroup] 2024-03-07T20:47:38.0138422Z ##[group]Runner Image 2024-03-07T20:47:38.0138860Z Image: ubuntu-22.04 2024-03-07T20:47:38.0139260Z Version: 20240304.1.0 2024-03-07T20:47:38.0140295Z Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20240304.1/images/ubuntu/Ubuntu2204-Readme.md 2024-03-07T20:47:38.0141754Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20240304.1 2024-03-07T20:47:38.0142615Z ##[endgroup] 2024-03-07T20:47:38.0143124Z ##[group]Runner Image Provisioner 2024-03-07T20:47:38.0143569Z 2.0.359.1 2024-03-07T20:47:38.0143896Z ##[endgroup] 2024-03-07T20:47:38.0144926Z ##[group]GITHUB_TOKEN Permissions 2024-03-07T20:47:38.0146465Z Contents: read 2024-03-07T20:47:38.0147033Z Metadata: read 2024-03-07T20:47:38.0147588Z Pages: write 2024-03-07T20:47:38.0148106Z ##[endgroup] 2024-03-07T20:47:38.0151446Z Secret source: Actions 2024-03-07T20:47:38.0152058Z Prepare workflow directory 2024-03-07T20:47:38.0784424Z Prepare all required actions 2024-03-07T20:47:38.0944947Z Getting action download info 2024-03-07T20:47:38.3240220Z Download action repository 'actions/checkout@v4' (SHA:b4ffde65f46336ab88eb53be808477a3936bae11) 2024-03-07T20:47:38.4546554Z Download action repository 'actions/configure-pages@v4' (SHA:1f0c5cde4bc74cd7e1254d0cb4de8d49e9068c7d) 2024-03-07T20:47:38.9551945Z Download action repository 'actions/upload-pages-artifact@v3' (SHA:56afc609e74202658d3ffba0e8f6dda462b719fa) 2024-03-07T20:47:39.3359166Z Download action repository 'actions/deploy-pages@v4' (SHA:decdde0ac072f6dcbe43649d82d9c635fff5b4e4) 2024-03-07T20:47:40.0032056Z Getting action download info 2024-03-07T20:47:40.1906050Z Download action repository 'actions/upload-artifact@v4' (SHA:5d5d22a31266ced268874388b861e4b58bb5c2f3) 2024-03-07T20:47:40.3056681Z Complete job name: deploy 2024-03-07T20:47:40.3949198Z ##[group]Run actions/checkout@v4 2024-03-07T20:47:40.3949714Z with: 2024-03-07T20:47:40.3950051Z repository: szabolcsdombi/zengl 2024-03-07T20:47:40.3950787Z token: *** 2024-03-07T20:47:40.3951112Z ssh-strict: true 2024-03-07T20:47:40.3951479Z persist-credentials: true 2024-03-07T20:47:40.3951936Z clean: true 2024-03-07T20:47:40.3952263Z sparse-checkout-cone-mode: true 2024-03-07T20:47:40.3952658Z fetch-depth: 1 2024-03-07T20:47:40.3953077Z fetch-tags: false 2024-03-07T20:47:40.3953397Z show-progress: true 2024-03-07T20:47:40.3953733Z lfs: false 2024-03-07T20:47:40.3954118Z submodules: false 2024-03-07T20:47:40.3954431Z set-safe-directory: true 2024-03-07T20:47:40.3954808Z ##[endgroup] 2024-03-07T20:47:40.6065680Z Syncing repository: szabolcsdombi/zengl 2024-03-07T20:47:40.6067831Z ##[group]Getting Git version info 2024-03-07T20:47:40.6068557Z Working directory is '/home/runner/work/zengl/zengl' 2024-03-07T20:47:40.6069482Z [command]/usr/bin/git version 2024-03-07T20:47:40.6094771Z git version 2.43.2 2024-03-07T20:47:40.6119704Z ##[endgroup] 2024-03-07T20:47:40.6136023Z Temporarily overriding HOME='/home/runner/work/_temp/1bef33ae-46c4-423f-be08-a4891af05636' before making global git config changes 2024-03-07T20:47:40.6137110Z Adding repository directory to the temporary git global config as a safe directory 2024-03-07T20:47:40.6141715Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/zengl/zengl 2024-03-07T20:47:40.6175688Z Deleting the contents of '/home/runner/work/zengl/zengl' 2024-03-07T20:47:40.6183543Z ##[group]Initializing the repository 2024-03-07T20:47:40.6187012Z [command]/usr/bin/git init /home/runner/work/zengl/zengl 2024-03-07T20:47:40.6275229Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-03-07T20:47:40.6276184Z hint: is subject to change. To configure the initial branch name to use in all 2024-03-07T20:47:40.6277328Z hint: of your new repositories, which will suppress this warning, call: 2024-03-07T20:47:40.6278428Z hint: 2024-03-07T20:47:40.6278937Z hint: git config --global init.defaultBranch 2024-03-07T20:47:40.6279485Z hint: 2024-03-07T20:47:40.6280179Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-03-07T20:47:40.6281127Z hint: 'development'. The just-created branch can be renamed via this command: 2024-03-07T20:47:40.6282024Z hint: 2024-03-07T20:47:40.6282746Z hint: git branch -m 2024-03-07T20:47:40.6287029Z Initialized empty Git repository in /home/runner/work/zengl/zengl/.git/ 2024-03-07T20:47:40.6296210Z [command]/usr/bin/git remote add origin https://github.com/szabolcsdombi/zengl 2024-03-07T20:47:40.6329855Z ##[endgroup] 2024-03-07T20:47:40.6330518Z ##[group]Disabling automatic garbage collection 2024-03-07T20:47:40.6332630Z [command]/usr/bin/git config --local gc.auto 0 2024-03-07T20:47:40.6360282Z ##[endgroup] 2024-03-07T20:47:40.6360989Z ##[group]Setting up auth 2024-03-07T20:47:40.6365651Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-03-07T20:47:40.6393987Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2024-03-07T20:47:40.6732111Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-03-07T20:47:40.6761220Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2024-03-07T20:47:40.6995440Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-03-07T20:47:40.7030027Z ##[endgroup] 2024-03-07T20:47:40.7030948Z ##[group]Fetching the repository 2024-03-07T20:47:40.7040384Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +1257ad405da9d090c2dd180f278f66dfe988663c:refs/remotes/origin/main 2024-03-07T20:47:41.1660861Z From https://github.com/szabolcsdombi/zengl 2024-03-07T20:47:41.1662158Z * [new ref] 1257ad405da9d090c2dd180f278f66dfe988663c -> origin/main 2024-03-07T20:47:41.1687665Z ##[endgroup] 2024-03-07T20:47:41.1689159Z ##[group]Determining the checkout info 2024-03-07T20:47:41.1690823Z ##[endgroup] 2024-03-07T20:47:41.1692053Z ##[group]Checking out the ref 2024-03-07T20:47:41.1696105Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2024-03-07T20:47:41.1841606Z Switched to a new branch 'main' 2024-03-07T20:47:41.1842975Z branch 'main' set up to track 'origin/main'. 2024-03-07T20:47:41.1849185Z ##[endgroup] 2024-03-07T20:47:41.1882632Z [command]/usr/bin/git log -1 --format='%H' 2024-03-07T20:47:41.1906234Z '1257ad405da9d090c2dd180f278f66dfe988663c' 2024-03-07T20:47:41.2218078Z ##[group]Run docker build . -f examples/pyodide/Containerfile -t build && docker run --rm -v `pwd`/pages:/pages build cp -r /web /pages/ 2024-03-07T20:47:41.2219466Z docker build . -f examples/pyodide/Containerfile -t build && docker run --rm -v `pwd`/pages:/pages build cp -r /web /pages/ 2024-03-07T20:47:41.2284566Z shell: /usr/bin/bash -e {0} 2024-03-07T20:47:41.2285137Z ##[endgroup] 2024-03-07T20:47:41.7345215Z #0 building with "default" instance using docker driver 2024-03-07T20:47:41.7345743Z 2024-03-07T20:47:41.7347898Z #1 [internal] load .dockerignore 2024-03-07T20:47:41.7348850Z #1 transferring context: 2B done 2024-03-07T20:47:41.7349540Z #1 DONE 0.0s 2024-03-07T20:47:41.7349882Z 2024-03-07T20:47:41.7350135Z #2 [internal] load build definition from Containerfile 2024-03-07T20:47:41.7350837Z #2 transferring dockerfile: 685B done 2024-03-07T20:47:41.7351289Z #2 DONE 0.0s 2024-03-07T20:47:41.7351524Z 2024-03-07T20:47:41.7352038Z #3 [internal] load metadata for docker.io/library/python:3.11.3 2024-03-07T20:47:41.9880953Z #3 ... 2024-03-07T20:47:41.9881597Z 2024-03-07T20:47:41.9883055Z #4 [auth] library/python:pull token for registry-1.docker.io 2024-03-07T20:47:41.9884339Z #4 DONE 0.0s 2024-03-07T20:47:42.1353328Z 2024-03-07T20:47:42.1355311Z #3 [internal] load metadata for docker.io/library/python:3.11.3 2024-03-07T20:47:42.6692997Z #3 DONE 1.1s 2024-03-07T20:47:42.7820819Z 2024-03-07T20:47:42.7823193Z #5 [internal] load build context 2024-03-07T20:47:42.7824498Z #5 transferring context: 204.42kB done 2024-03-07T20:47:42.7825007Z #5 DONE 0.0s 2024-03-07T20:47:42.7825189Z 2024-03-07T20:47:42.7825834Z #6 [1/6] FROM docker.io/library/python:3.11.3@sha256:3a619e3c96fd4c5fc5e1998fd4dcb1f1403eb90c4c6409c70d7e80b9468df7df 2024-03-07T20:47:42.7827145Z #6 resolve docker.io/library/python:3.11.3@sha256:3a619e3c96fd4c5fc5e1998fd4dcb1f1403eb90c4c6409c70d7e80b9468df7df done 2024-03-07T20:47:42.7828317Z #6 sha256:0a6cd0db41a4daebb332262ddd1f61a29e88169b8c93476cb885f46d400473c8 7.52kB / 7.52kB done 2024-03-07T20:47:42.7829369Z #6 sha256:75256935197ed1bb3b994a77c01efa00349b901014448a260fafd9c3719a741d 0B / 54.58MB 0.1s 2024-03-07T20:47:42.7830318Z #6 sha256:3a619e3c96fd4c5fc5e1998fd4dcb1f1403eb90c4c6409c70d7e80b9468df7df 2.14kB / 2.14kB done 2024-03-07T20:47:42.7831268Z #6 sha256:bd73737482dd5575526c7207872963479808d979ab2741c321706b8553918474 0B / 55.05MB 0.1s 2024-03-07T20:47:42.7832287Z #6 sha256:6710592d62aa1338ac1c1c363dedc255659f666cc41441c7e0f735c484db10ff 0B / 15.76MB 0.1s 2024-03-07T20:47:42.7833212Z #6 sha256:cbaa654007e0c2f2e2869ae69f9e9924826872d405c02647f65f5a72b597e853 2.01kB / 2.01kB done 2024-03-07T20:47:42.8833511Z #6 sha256:bd73737482dd5575526c7207872963479808d979ab2741c321706b8553918474 19.92MB / 55.05MB 0.2s 2024-03-07T20:47:42.8835355Z #6 sha256:6710592d62aa1338ac1c1c363dedc255659f666cc41441c7e0f735c484db10ff 8.39MB / 15.76MB 0.2s 2024-03-07T20:47:43.0882939Z #6 sha256:75256935197ed1bb3b994a77c01efa00349b901014448a260fafd9c3719a741d 33.55MB / 54.58MB 0.4s 2024-03-07T20:47:43.0884759Z #6 sha256:bd73737482dd5575526c7207872963479808d979ab2741c321706b8553918474 34.60MB / 55.05MB 0.4s 2024-03-07T20:47:43.0886631Z #6 sha256:6710592d62aa1338ac1c1c363dedc255659f666cc41441c7e0f735c484db10ff 15.76MB / 15.76MB 0.3s done 2024-03-07T20:47:43.0888235Z #6 sha256:c1e5026c64577dee4b6bac20b18196f964a41d8b9016fbbbada0c70b601cd5bf 0B / 196.85MB 0.4s 2024-03-07T20:47:43.2831824Z #6 sha256:75256935197ed1bb3b994a77c01efa00349b901014448a260fafd9c3719a741d 54.58MB / 54.58MB 0.6s 2024-03-07T20:47:43.2833202Z #6 sha256:bd73737482dd5575526c7207872963479808d979ab2741c321706b8553918474 55.05MB / 55.05MB 0.6s 2024-03-07T20:47:43.2834156Z #6 sha256:c1e5026c64577dee4b6bac20b18196f964a41d8b9016fbbbada0c70b601cd5bf 32.51MB / 196.85MB 0.6s 2024-03-07T20:47:43.4783884Z #6 sha256:75256935197ed1bb3b994a77c01efa00349b901014448a260fafd9c3719a741d 54.58MB / 54.58MB 0.6s done 2024-03-07T20:47:43.4785785Z #6 sha256:bd73737482dd5575526c7207872963479808d979ab2741c321706b8553918474 55.05MB / 55.05MB 0.7s done 2024-03-07T20:47:43.4787694Z #6 extracting sha256:bd73737482dd5575526c7207872963479808d979ab2741c321706b8553918474 0.1s 2024-03-07T20:47:43.4789271Z #6 sha256:f0016544b8b99a7e91472b231a8eb1af0aede28806efc821c60ca20b65fc1eb8 0B / 6.29MB 0.7s 2024-03-07T20:47:43.4790820Z #6 sha256:1d58eee51ff228a3e1f6abee482290e736c696025d75a5a7b29029b97f37f162 0B / 19.99MB 0.7s 2024-03-07T20:47:43.5825852Z #6 sha256:c1e5026c64577dee4b6bac20b18196f964a41d8b9016fbbbada0c70b601cd5bf 61.87MB / 196.85MB 0.9s 2024-03-07T20:47:43.5828650Z #6 sha256:f0016544b8b99a7e91472b231a8eb1af0aede28806efc821c60ca20b65fc1eb8 6.29MB / 6.29MB 0.8s done 2024-03-07T20:47:43.5831112Z #6 sha256:1d58eee51ff228a3e1f6abee482290e736c696025d75a5a7b29029b97f37f162 19.99MB / 19.99MB 0.9s 2024-03-07T20:47:43.5837106Z #6 sha256:93dc7b704cd18c44b49693575022ab7ebaf7bf9f186af30ef53602fb0c19d4ce 0B / 243B 0.9s 2024-03-07T20:47:43.6864125Z #6 sha256:c1e5026c64577dee4b6bac20b18196f964a41d8b9016fbbbada0c70b601cd5bf 81.00MB / 196.85MB 1.0s 2024-03-07T20:47:43.6866380Z #6 sha256:1d58eee51ff228a3e1f6abee482290e736c696025d75a5a7b29029b97f37f162 19.99MB / 19.99MB 0.9s done 2024-03-07T20:47:43.6868498Z #6 sha256:93dc7b704cd18c44b49693575022ab7ebaf7bf9f186af30ef53602fb0c19d4ce 243B / 243B 0.9s done 2024-03-07T20:47:43.6870545Z #6 sha256:caefdefa531e3b0d90aa4918fa072a441f0f0e57bc69f61212e7f00ce5a94340 0B / 3.08MB 1.0s 2024-03-07T20:47:43.7891976Z #6 sha256:c1e5026c64577dee4b6bac20b18196f964a41d8b9016fbbbada0c70b601cd5bf 99.61MB / 196.85MB 1.1s 2024-03-07T20:47:43.9115380Z #6 sha256:c1e5026c64577dee4b6bac20b18196f964a41d8b9016fbbbada0c70b601cd5bf 120.59MB / 196.85MB 1.2s 2024-03-07T20:47:44.0125792Z #6 sha256:c1e5026c64577dee4b6bac20b18196f964a41d8b9016fbbbada0c70b601cd5bf 139.46MB / 196.85MB 1.3s 2024-03-07T20:47:44.1441467Z #6 sha256:c1e5026c64577dee4b6bac20b18196f964a41d8b9016fbbbada0c70b601cd5bf 157.29MB / 196.85MB 1.4s 2024-03-07T20:47:44.1443219Z #6 sha256:caefdefa531e3b0d90aa4918fa072a441f0f0e57bc69f61212e7f00ce5a94340 3.08MB / 3.08MB 1.4s done 2024-03-07T20:47:44.2822080Z #6 sha256:c1e5026c64577dee4b6bac20b18196f964a41d8b9016fbbbada0c70b601cd5bf 196.85MB / 196.85MB 1.6s 2024-03-07T20:47:44.5030377Z #6 sha256:c1e5026c64577dee4b6bac20b18196f964a41d8b9016fbbbada0c70b601cd5bf 196.85MB / 196.85MB 1.8s done 2024-03-07T20:47:45.4405439Z #6 extracting sha256:bd73737482dd5575526c7207872963479808d979ab2741c321706b8553918474 2.1s done 2024-03-07T20:47:45.5711016Z #6 extracting sha256:6710592d62aa1338ac1c1c363dedc255659f666cc41441c7e0f735c484db10ff 0.1s 2024-03-07T20:47:45.9860990Z #6 extracting sha256:6710592d62aa1338ac1c1c363dedc255659f666cc41441c7e0f735c484db10ff 0.4s done 2024-03-07T20:47:46.1400850Z #6 extracting sha256:75256935197ed1bb3b994a77c01efa00349b901014448a260fafd9c3719a741d 2024-03-07T20:47:48.3095958Z #6 extracting sha256:75256935197ed1bb3b994a77c01efa00349b901014448a260fafd9c3719a741d 2.1s done 2024-03-07T20:47:48.3097709Z #6 extracting sha256:c1e5026c64577dee4b6bac20b18196f964a41d8b9016fbbbada0c70b601cd5bf 2024-03-07T20:47:53.3279929Z #6 extracting sha256:c1e5026c64577dee4b6bac20b18196f964a41d8b9016fbbbada0c70b601cd5bf 5.0s 2024-03-07T20:47:53.9040660Z #6 extracting sha256:c1e5026c64577dee4b6bac20b18196f964a41d8b9016fbbbada0c70b601cd5bf 5.4s done 2024-03-07T20:47:54.8697800Z #6 extracting sha256:f0016544b8b99a7e91472b231a8eb1af0aede28806efc821c60ca20b65fc1eb8 2024-03-07T20:47:55.2675696Z #6 extracting sha256:f0016544b8b99a7e91472b231a8eb1af0aede28806efc821c60ca20b65fc1eb8 0.3s done 2024-03-07T20:47:55.2677359Z #6 extracting sha256:1d58eee51ff228a3e1f6abee482290e736c696025d75a5a7b29029b97f37f162 0.1s 2024-03-07T20:47:55.7926701Z #6 extracting sha256:1d58eee51ff228a3e1f6abee482290e736c696025d75a5a7b29029b97f37f162 0.5s done 2024-03-07T20:47:55.7928341Z #6 extracting sha256:93dc7b704cd18c44b49693575022ab7ebaf7bf9f186af30ef53602fb0c19d4ce done 2024-03-07T20:47:55.9051398Z #6 extracting sha256:caefdefa531e3b0d90aa4918fa072a441f0f0e57bc69f61212e7f00ce5a94340 0.1s 2024-03-07T20:47:56.1138301Z #6 extracting sha256:caefdefa531e3b0d90aa4918fa072a441f0f0e57bc69f61212e7f00ce5a94340 0.2s done 2024-03-07T20:47:56.1139469Z #6 DONE 13.4s 2024-03-07T20:47:56.2648934Z 2024-03-07T20:47:56.2651007Z #7 [2/6] RUN git clone https://github.com/emscripten-core/emsdk.git /opt/emsdk && emsdk install 3.1.46 && emsdk activate 3.1.46 && pip install pyodide-build==0.25.0 && python -c "from pyodide_build.build_env import init_environment; init_environment()" 2024-03-07T20:47:56.3163843Z #7 0.202 Cloning into '/opt/emsdk'... 2024-03-07T20:47:57.4994366Z #7 1.385 Resolving SDK version '3.1.46' to 'sdk-releases-21644188d5c473e92f1d7df2f9f60c758a78a486-64bit' 2024-03-07T20:47:57.4996049Z #7 1.385 Installing SDK 'sdk-releases-21644188d5c473e92f1d7df2f9f60c758a78a486-64bit'.. 2024-03-07T20:47:57.4997079Z #7 1.385 Installing tool 'node-16.20.0-64bit'.. 2024-03-07T20:47:57.4998659Z #7 1.385 Downloading: /opt/emsdk/downloads/node-v16.20.0-linux-x64.tar.xz from https://storage.googleapis.com/webassembly/emscripten-releases-builds/deps/node-v16.20.0-linux-x64.tar.xz, 22559772 Bytes 2024-03-07T20:47:57.8465045Z #7 1.385 [----------------------------------------------------------------------------] 2024-03-07T20:47:59.5504247Z #7 3.436 Unpacking '/opt/emsdk/downloads/node-v16.20.0-linux-x64.tar.xz' to '/opt/emsdk/node/16.20.0_64bit' 2024-03-07T20:47:59.5505207Z #7 3.436 Done installing tool 'node-16.20.0-64bit'. 2024-03-07T20:47:59.5505998Z #7 3.436 Installing tool 'releases-21644188d5c473e92f1d7df2f9f60c758a78a486-64bit'.. 2024-03-07T20:48:07.0035859Z #7 3.436 Downloading: /opt/emsdk/downloads/21644188d5c473e92f1d7df2f9f60c758a78a486-wasm-binaries.tar.xz from https://storage.googleapis.com/webassembly/emscripten-releases-builds/linux/21644188d5c473e92f1d7df2f9f60c758a78a486/wasm-binaries.tar.xz, 257708108 Bytes 2024-03-07T20:48:07.0037877Z #7 3.436 [----------------------------------------------------------------------------] 2024-03-07T20:48:25.8210246Z #7 29.71 Unpacking '/opt/emsdk/downloads/21644188d5c473e92f1d7df2f9f60c758a78a486-wasm-binaries.tar.xz' to '/opt/emsdk/upstream' 2024-03-07T20:48:25.8212106Z #7 29.71 Done installing tool 'releases-21644188d5c473e92f1d7df2f9f60c758a78a486-64bit'. 2024-03-07T20:48:25.8213473Z #7 29.71 Done installing SDK 'sdk-releases-21644188d5c473e92f1d7df2f9f60c758a78a486-64bit'. 2024-03-07T20:48:25.9342869Z #7 29.82 Resolving SDK version '3.1.46' to 'sdk-releases-21644188d5c473e92f1d7df2f9f60c758a78a486-64bit' 2024-03-07T20:48:25.9344171Z #7 29.82 Setting the following tools as active: 2024-03-07T20:48:25.9344914Z #7 29.82 node-16.20.0-64bit 2024-03-07T20:48:25.9345781Z #7 29.82 releases-21644188d5c473e92f1d7df2f9f60c758a78a486-64bit 2024-03-07T20:48:27.0379842Z #7 29.82 2024-03-07T20:48:27.0380257Z #7 29.82 Next steps: 2024-03-07T20:48:27.0381110Z #7 29.82 - To conveniently access emsdk tools from the command line, 2024-03-07T20:48:27.0381904Z #7 29.82 consider adding the following directories to your PATH: 2024-03-07T20:48:27.0382503Z #7 29.82 /opt/emsdk 2024-03-07T20:48:27.0382828Z #7 29.82 /opt/emsdk/node/16.20.0_64bit/bin 2024-03-07T20:48:27.0383253Z #7 29.82 /opt/emsdk/upstream/emscripten 2024-03-07T20:48:27.0383802Z #7 29.82 - This can be done for the current shell by running: 2024-03-07T20:48:27.0384318Z #7 29.82 source "/opt/emsdk/emsdk_env.sh" 2024-03-07T20:48:27.0384897Z #7 29.82 - Configure emsdk in your shell startup scripts by running: 2024-03-07T20:48:27.0385621Z #7 29.82 echo 'source "/opt/emsdk/emsdk_env.sh"' >> $HOME/.bash_profile 2024-03-07T20:48:27.0386213Z #7 30.92 Collecting pyodide-build==0.25.0 2024-03-07T20:48:27.1444261Z #7 30.94 Downloading pyodide_build-0.25.0-py3-none-any.whl (90 kB) 2024-03-07T20:48:27.1448102Z #7 30.95 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.9/90.9 kB 11.0 MB/s eta 0:00:00 2024-03-07T20:48:27.1448906Z #7 31.01 Collecting pyyaml 2024-03-07T20:48:27.1450115Z #7 31.02 Downloading PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (757 kB) 2024-03-07T20:48:27.2949124Z #7 31.03 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 757.7/757.7 kB 86.5 MB/s eta 0:00:00 2024-03-07T20:48:27.5331400Z #7 31.42 Collecting cython<3.0 2024-03-07T20:48:27.7122623Z #7 31.43 Downloading Cython-0.29.37-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (1.9 MB) 2024-03-07T20:48:27.7124691Z #7 31.45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 102.1 MB/s eta 0:00:00 2024-03-07T20:48:27.8072585Z #7 31.69 Collecting ruamel.yaml 2024-03-07T20:48:27.9853504Z #7 31.70 Downloading ruamel.yaml-0.18.6-py3-none-any.whl (117 kB) 2024-03-07T20:48:27.9854871Z #7 31.70 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.8/117.8 kB 42.4 MB/s eta 0:00:00 2024-03-07T20:48:27.9855427Z #7 31.73 Collecting packaging 2024-03-07T20:48:27.9855976Z #7 31.74 Downloading packaging-23.2-py3-none-any.whl (53 kB) 2024-03-07T20:48:27.9856739Z #7 31.74 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.0/53.0 kB 23.4 MB/s eta 0:00:00 2024-03-07T20:48:27.9857855Z #7 31.75 Requirement already satisfied: wheel in /usr/local/lib/python3.11/site-packages (from pyodide-build==0.25.0) (0.40.0) 2024-03-07T20:48:27.9858741Z #7 31.76 Collecting tomli 2024-03-07T20:48:27.9859239Z #7 31.77 Downloading tomli-2.0.1-py3-none-any.whl (12 kB) 2024-03-07T20:48:27.9860230Z #7 31.79 Collecting build>=1.0.0 2024-03-07T20:48:27.9860744Z #7 31.79 Downloading build-1.1.1-py3-none-any.whl (19 kB) 2024-03-07T20:48:27.9861147Z #7 31.87 Collecting virtualenv 2024-03-07T20:48:28.1773042Z #7 31.87 Downloading virtualenv-20.25.1-py3-none-any.whl (3.8 MB) 2024-03-07T20:48:28.1774729Z #7 31.91 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.8/3.8 MB 106.8 MB/s eta 0:00:00 2024-03-07T20:48:28.2148381Z #7 32.10 Collecting pydantic<2,>=1.10.2 2024-03-07T20:48:28.4274135Z #7 32.11 Downloading pydantic-1.10.14-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB) 2024-03-07T20:48:28.4275671Z #7 32.13 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 117.0 MB/s eta 0:00:00 2024-03-07T20:48:28.4276309Z #7 32.16 Collecting pyodide-cli~=0.2.1 2024-03-07T20:48:28.4276953Z #7 32.16 Downloading pyodide_cli-0.2.3-py3-none-any.whl (10 kB) 2024-03-07T20:48:28.4329424Z #7 32.32 Collecting cmake>=3.24 2024-03-07T20:48:28.5891139Z #7 32.32 Downloading cmake-3.28.3-py2.py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (26.3 MB) 2024-03-07T20:48:28.7731730Z #7 32.55 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26.3/26.3 MB 68.9 MB/s eta 0:00:00 2024-03-07T20:48:28.7732645Z #7 32.61 Collecting unearth~=0.6 2024-03-07T20:48:28.7733263Z #7 32.61 Downloading unearth-0.14.0-py3-none-any.whl (42 kB) 2024-03-07T20:48:28.7734276Z #7 32.62 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.0/43.0 kB 17.7 MB/s eta 0:00:00 2024-03-07T20:48:28.7734804Z #7 32.65 Collecting requests 2024-03-07T20:48:28.7735344Z #7 32.65 Downloading requests-2.31.0-py3-none-any.whl (62 kB) 2024-03-07T20:48:28.9452155Z #7 32.66 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 23.1 MB/s eta 0:00:00 2024-03-07T20:48:28.9452831Z #7 32.70 Collecting types-requests 2024-03-07T20:48:28.9453539Z #7 32.70 Downloading types_requests-2.31.0.20240218-py3-none-any.whl (14 kB) 2024-03-07T20:48:28.9454512Z #7 32.72 Collecting typer 2024-03-07T20:48:28.9455033Z #7 32.72 Downloading typer-0.9.0-py3-none-any.whl (45 kB) 2024-03-07T20:48:28.9455796Z #7 32.73 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.9/45.9 kB 21.6 MB/s eta 0:00:00 2024-03-07T20:48:28.9456425Z #7 32.75 Collecting auditwheel-emscripten~=0.0.9 2024-03-07T20:48:28.9457136Z #7 32.75 Downloading auditwheel_emscripten-0.0.14-py3-none-any.whl (31 kB) 2024-03-07T20:48:28.9457789Z #7 32.83 Collecting pyodide-lock==0.1.0a4 2024-03-07T20:48:29.0500825Z #7 32.83 Downloading pyodide_lock-0.1.0a4-py3-none-any.whl (9.8 kB) 2024-03-07T20:48:29.0501454Z #7 32.86 Collecting resolvelib 2024-03-07T20:48:29.0502048Z #7 32.86 Downloading resolvelib-1.0.1-py2.py3-none-any.whl (17 kB) 2024-03-07T20:48:29.0502586Z #7 32.94 Collecting rich 2024-03-07T20:48:29.1566334Z #7 32.94 Downloading rich-13.7.1-py3-none-any.whl (240 kB) 2024-03-07T20:48:29.1567755Z #7 32.94 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 240.7/240.7 kB 68.0 MB/s eta 0:00:00 2024-03-07T20:48:29.1568450Z #7 32.96 Collecting loky 2024-03-07T20:48:29.1569100Z #7 32.97 Downloading loky-3.4.1-py3-none-any.whl (54 kB) 2024-03-07T20:48:29.1569999Z #7 32.97 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.6/54.6 kB 25.9 MB/s eta 0:00:00 2024-03-07T20:48:29.1570643Z #7 33.00 Collecting leb128 2024-03-07T20:48:29.1571273Z #7 33.00 Downloading leb128-1.0.6-py3-none-any.whl (4.0 kB) 2024-03-07T20:48:29.1572016Z #7 33.04 Collecting pyproject_hooks 2024-03-07T20:48:29.3198236Z #7 33.04 Downloading pyproject_hooks-1.0.0-py3-none-any.whl (9.3 kB) 2024-03-07T20:48:29.3199054Z #7 33.08 Collecting typing-extensions>=4.2.0 2024-03-07T20:48:29.3199810Z #7 33.08 Downloading typing_extensions-4.10.0-py3-none-any.whl (33 kB) 2024-03-07T20:48:29.3200516Z #7 33.21 Collecting charset-normalizer<4,>=2 2024-03-07T20:48:29.4303334Z #7 33.21 Downloading charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (140 kB) 2024-03-07T20:48:29.4304969Z #7 33.21 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.3/140.3 kB 54.1 MB/s eta 0:00:00 2024-03-07T20:48:29.4306086Z #7 33.23 Collecting idna<4,>=2.5 2024-03-07T20:48:29.4306811Z #7 33.24 Downloading idna-3.6-py3-none-any.whl (61 kB) 2024-03-07T20:48:29.4307697Z #7 33.24 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.6/61.6 kB 27.8 MB/s eta 0:00:00 2024-03-07T20:48:29.4308247Z #7 33.29 Collecting urllib3<3,>=1.21.1 2024-03-07T20:48:29.4308822Z #7 33.29 Downloading urllib3-2.2.1-py3-none-any.whl (121 kB) 2024-03-07T20:48:29.4309552Z #7 33.29 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 49.5 MB/s eta 0:00:00 2024-03-07T20:48:29.4310073Z #7 33.32 Collecting certifi>=2017.4.17 2024-03-07T20:48:29.5315778Z #7 33.32 Downloading certifi-2024.2.2-py3-none-any.whl (163 kB) 2024-03-07T20:48:29.5316860Z #7 33.32 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.8/163.8 kB 58.1 MB/s eta 0:00:00 2024-03-07T20:48:29.5317535Z #7 33.35 Collecting cloudpickle 2024-03-07T20:48:29.5318284Z #7 33.35 Downloading cloudpickle-3.0.0-py3-none-any.whl (20 kB) 2024-03-07T20:48:29.5319039Z #7 33.42 Collecting markdown-it-py>=2.2.0 2024-03-07T20:48:29.6482238Z #7 33.42 Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB) 2024-03-07T20:48:29.6483596Z #7 33.42 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.5/87.5 kB 34.7 MB/s eta 0:00:00 2024-03-07T20:48:29.6484440Z #7 33.47 Collecting pygments<3.0.0,>=2.13.0 2024-03-07T20:48:29.6485422Z #7 33.47 Downloading pygments-2.17.2-py3-none-any.whl (1.2 MB) 2024-03-07T20:48:29.6486606Z #7 33.49 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 105.3 MB/s eta 0:00:00 2024-03-07T20:48:29.6487451Z #7 33.53 Collecting ruamel.yaml.clib>=0.2.7 2024-03-07T20:48:29.7619778Z #7 33.54 Downloading ruamel.yaml.clib-0.2.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (544 kB) 2024-03-07T20:48:29.7621209Z #7 33.55 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 544.0/544.0 kB 91.7 MB/s eta 0:00:00 2024-03-07T20:48:29.7622299Z #7 33.60 Collecting click<9.0.0,>=7.1.1 2024-03-07T20:48:29.7622962Z #7 33.60 Downloading click-8.1.7-py3-none-any.whl (97 kB) 2024-03-07T20:48:29.7623818Z #7 33.60 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 39.4 MB/s eta 0:00:00 2024-03-07T20:48:29.7624352Z #7 33.65 Collecting distlib<1,>=0.3.7 2024-03-07T20:48:29.8868487Z #7 33.65 Downloading distlib-0.3.8-py2.py3-none-any.whl (468 kB) 2024-03-07T20:48:29.8869369Z #7 33.66 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 468.9/468.9 kB 90.4 MB/s eta 0:00:00 2024-03-07T20:48:29.8869926Z #7 33.68 Collecting filelock<4,>=3.12.2 2024-03-07T20:48:29.8870519Z #7 33.69 Downloading filelock-3.13.1-py3-none-any.whl (11 kB) 2024-03-07T20:48:29.8871051Z #7 33.71 Collecting platformdirs<5,>=3.9.1 2024-03-07T20:48:29.8871674Z #7 33.71 Downloading platformdirs-4.2.0-py3-none-any.whl (17 kB) 2024-03-07T20:48:29.8872215Z #7 33.77 Collecting mdurl~=0.1 2024-03-07T20:48:30.0086138Z #7 33.78 Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB) 2024-03-07T20:48:30.0087057Z #7 33.87 Collecting colorama<0.5.0,>=0.4.3 2024-03-07T20:48:30.0087801Z #7 33.87 Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2024-03-07T20:48:30.0088812Z #7 33.89 Collecting shellingham<2.0.0,>=1.3.0 2024-03-07T20:48:30.1623653Z #7 33.90 Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB) 2024-03-07T20:48:30.2665796Z #7 34.15 Installing collected packages: resolvelib, leb128, distlib, cmake, urllib3, typing-extensions, tomli, shellingham, ruamel.yaml.clib, pyyaml, pyproject_hooks, pygments, platformdirs, packaging, mdurl, idna, filelock, cython, colorama, cloudpickle, click, charset-normalizer, certifi, virtualenv, types-requests, typer, ruamel.yaml, requests, pydantic, markdown-it-py, loky, build, unearth, rich, pyodide-lock, pyodide-cli, auditwheel-emscripten, pyodide-build 2024-03-07T20:48:35.0578378Z #7 38.94 Successfully installed auditwheel-emscripten-0.0.14 build-1.1.1 certifi-2024.2.2 charset-normalizer-3.3.2 click-8.1.7 cloudpickle-3.0.0 cmake-3.28.3 colorama-0.4.6 cython-0.29.37 distlib-0.3.8 filelock-3.13.1 idna-3.6 leb128-1.0.6 loky-3.4.1 markdown-it-py-3.0.0 mdurl-0.1.2 packaging-23.2 platformdirs-4.2.0 pydantic-1.10.14 pygments-2.17.2 pyodide-build-0.25.0 pyodide-cli-0.2.3 pyodide-lock-0.1.0a4 pyproject_hooks-1.0.0 pyyaml-6.0.1 requests-2.31.0 resolvelib-1.0.1 rich-13.7.1 ruamel.yaml-0.18.6 ruamel.yaml.clib-0.2.8 shellingham-1.5.4 tomli-2.0.1 typer-0.9.0 types-requests-2.31.0.20240218 typing-extensions-4.10.0 unearth-0.14.0 urllib3-2.2.1 virtualenv-20.25.1 2024-03-07T20:48:35.1587927Z #7 38.94 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-03-07T20:48:35.1589707Z #7 39.04 2024-03-07T20:48:35.1590196Z #7 39.04 [notice] A new release of pip available: 22.3.1 -> 24.0 2024-03-07T20:48:35.1591177Z #7 39.04 [notice] To update, run: pip install --upgrade pip 2024-03-07T20:48:35.4760527Z #7 39.36 Downloading xbuild environment 2024-03-07T20:48:38.3792111Z #7 42.26 Installing xbuild environment 2024-03-07T20:48:45.7536260Z #7 DONE 49.6s 2024-03-07T20:48:45.9391181Z 2024-03-07T20:48:45.9392097Z #8 [3/6] COPY zengl-stubs /zengl/zengl-stubs 2024-03-07T20:48:45.9392758Z #8 DONE 0.0s 2024-03-07T20:48:45.9393028Z 2024-03-07T20:48:45.9393492Z #9 [4/6] COPY setup.py MANIFEST.in README.md zengl.c _zengl.py zengl.js /zengl/ 2024-03-07T20:48:45.9394304Z #9 DONE 0.0s 2024-03-07T20:48:45.9394521Z 2024-03-07T20:48:45.9394834Z #10 [5/6] RUN pyodide build /zengl -o /web/ 2024-03-07T20:48:46.6037714Z #10 0.815 xbuild environment already exists, skipping download 2024-03-07T20:48:46.7548201Z #10 0.816 Installing xbuild environment 2024-03-07T20:48:46.8087002Z #10 1.020 * Creating virtualenv isolated environment... 2024-03-07T20:48:47.0034742Z #10 1.064 * Installing packages in isolated environment... (setuptools >= 40.8.0) 2024-03-07T20:48:48.2493371Z #10 2.461 * Getting build dependencies for wheel... 2024-03-07T20:48:48.3497747Z #10 2.561 Traceback (most recent call last): 2024-03-07T20:48:48.3499931Z #10 2.561 File "/usr/local/lib/python3.11/site-packages/pyproject_hooks/_in_process/_in_process.py", line 353, in 2024-03-07T20:48:48.4689942Z #10 2.561 main() 2024-03-07T20:48:48.4691776Z #10 2.561 File "/usr/local/lib/python3.11/site-packages/pyproject_hooks/_in_process/_in_process.py", line 335, in main 2024-03-07T20:48:48.4693608Z #10 2.561 json_out['return_val'] = hook(**hook_input['kwargs']) 2024-03-07T20:48:48.4694850Z #10 2.561 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-03-07T20:48:48.4696638Z #10 2.561 File "/usr/local/lib/python3.11/site-packages/pyproject_hooks/_in_process/_in_process.py", line 118, in get_requires_for_build_wheel 2024-03-07T20:48:48.4698122Z #10 2.561 return hook(config_settings) 2024-03-07T20:48:48.4698760Z #10 2.561 ^^^^^^^^^^^^^^^^^^^^^ 2024-03-07T20:48:48.4700919Z #10 2.561 File "/tmp/build-env-qxycafd2/lib/python3.11/site-packages/setuptools/build_meta.py", line 325, in get_requires_for_build_wheel 2024-03-07T20:48:48.4702000Z #10 2.562 return self._get_build_requires(config_settings, requirements=['wheel']) 2024-03-07T20:48:48.4702567Z #10 2.562 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-03-07T20:48:48.4703549Z #10 2.562 File "/tmp/build-env-qxycafd2/lib/python3.11/site-packages/setuptools/build_meta.py", line 295, in _get_build_requires 2024-03-07T20:48:48.4704271Z #10 2.562 self.run_setup() 2024-03-07T20:48:48.4705006Z #10 2.562 File "/tmp/build-env-qxycafd2/lib/python3.11/site-packages/setuptools/build_meta.py", line 487, in run_setup 2024-03-07T20:48:48.4705733Z #10 2.562 super().run_setup(setup_script=setup_script) 2024-03-07T20:48:48.4706579Z #10 2.562 File "/tmp/build-env-qxycafd2/lib/python3.11/site-packages/setuptools/build_meta.py", line 311, in run_setup 2024-03-07T20:48:48.4707234Z #10 2.562 exec(code, locals()) 2024-03-07T20:48:48.4707592Z #10 2.562 File "", line 51, in 2024-03-07T20:48:48.4708083Z #10 2.562 ModuleNotFoundError: No module named 'wheel' 2024-03-07T20:48:48.4708517Z #10 2.578 * Getting build dependencies for wheel... 2024-03-07T20:48:48.4708931Z #10 2.680 Traceback (most recent call last): 2024-03-07T20:48:48.4709755Z #10 2.680 File "/usr/local/lib/python3.11/site-packages/pyproject_hooks/_in_process/_in_process.py", line 353, in 2024-03-07T20:48:48.6537076Z #10 2.680 main() 2024-03-07T20:48:48.6538804Z #10 2.680 File "/usr/local/lib/python3.11/site-packages/pyproject_hooks/_in_process/_in_process.py", line 335, in main 2024-03-07T20:48:48.6540382Z #10 2.680 json_out['return_val'] = hook(**hook_input['kwargs']) 2024-03-07T20:48:48.6541234Z #10 2.680 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-03-07T20:48:48.6542961Z #10 2.680 File "/usr/local/lib/python3.11/site-packages/pyproject_hooks/_in_process/_in_process.py", line 118, in get_requires_for_build_wheel 2024-03-07T20:48:48.6544357Z #10 2.680 return hook(config_settings) 2024-03-07T20:48:48.6544901Z #10 2.680 ^^^^^^^^^^^^^^^^^^^^^ 2024-03-07T20:48:48.6546397Z #10 2.680 File "/tmp/build-env-qxycafd2/lib/python3.11/site-packages/setuptools/build_meta.py", line 325, in get_requires_for_build_wheel 2024-03-07T20:48:48.6548189Z #10 2.681 return self._get_build_requires(config_settings, requirements=['wheel']) 2024-03-07T20:48:48.6549204Z #10 2.681 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-03-07T20:48:48.6550807Z #10 2.681 File "/tmp/build-env-qxycafd2/lib/python3.11/site-packages/setuptools/build_meta.py", line 295, in _get_build_requires 2024-03-07T20:48:48.6552061Z #10 2.681 self.run_setup() 2024-03-07T20:48:48.6553854Z #10 2.681 File "/tmp/build-env-qxycafd2/lib/python3.11/site-packages/setuptools/build_meta.py", line 487, in run_setup 2024-03-07T20:48:48.6555184Z #10 2.681 super().run_setup(setup_script=setup_script) 2024-03-07T20:48:48.6556689Z #10 2.681 File "/tmp/build-env-qxycafd2/lib/python3.11/site-packages/setuptools/build_meta.py", line 311, in run_setup 2024-03-07T20:48:48.6557876Z #10 2.681 exec(code, locals()) 2024-03-07T20:48:48.6558479Z #10 2.681 File "", line 51, in 2024-03-07T20:48:48.6559336Z #10 2.681 ModuleNotFoundError: No module named 'wheel' 2024-03-07T20:48:48.6559968Z #10 2.714 2024-03-07T20:48:48.6560653Z #10 2.714 ERROR Backend subprocess exited when trying to invoke get_requires_for_build_wheel 2024-03-07T20:48:48.7237772Z #10 ERROR: process "/bin/sh -c pyodide build /zengl -o /web/" did not complete successfully: exit code: 1 2024-03-07T20:48:48.8340960Z ------ 2024-03-07T20:48:48.8341805Z > [5/6] RUN pyodide build /zengl -o /web/: 2024-03-07T20:48:48.8343116Z 2.681 File "/tmp/build-env-qxycafd2/lib/python3.11/site-packages/setuptools/build_meta.py", line 295, in _get_build_requires 2024-03-07T20:48:48.8344367Z 2.681 self.run_setup() 2024-03-07T20:48:48.8346206Z 2.681 File "/tmp/build-env-qxycafd2/lib/python3.11/site-packages/setuptools/build_meta.py", line 487, in run_setup 2024-03-07T20:48:48.8347563Z 2.681 super().run_setup(setup_script=setup_script) 2024-03-07T20:48:48.8349038Z 2.681 File "/tmp/build-env-qxycafd2/lib/python3.11/site-packages/setuptools/build_meta.py", line 311, in run_setup 2024-03-07T20:48:48.8349891Z 2.681 exec(code, locals()) 2024-03-07T20:48:48.8350237Z 2.681 File "", line 51, in 2024-03-07T20:48:48.8350844Z 2.681 ModuleNotFoundError: No module named 'wheel' 2024-03-07T20:48:48.8351336Z 2.714 2024-03-07T20:48:48.8352403Z 2.714 ERROR Backend subprocess exited when trying to invoke get_requires_for_build_wheel 2024-03-07T20:48:48.8353362Z ------ 2024-03-07T20:48:48.8353732Z Containerfile:10 2024-03-07T20:48:48.8354154Z -------------------- 2024-03-07T20:48:48.8354777Z 8 | COPY zengl-stubs /zengl/zengl-stubs 2024-03-07T20:48:48.8355633Z 9 | COPY setup.py MANIFEST.in README.md zengl.c _zengl.py zengl.js /zengl/ 2024-03-07T20:48:48.8356590Z 10 | >>> RUN pyodide build /zengl -o /web/ 2024-03-07T20:48:48.8356953Z 11 | 2024-03-07T20:48:48.8357214Z 12 | COPY examples/pyodide/public /web 2024-03-07T20:48:48.8357576Z -------------------- 2024-03-07T20:48:48.8358275Z ERROR: failed to solve: process "/bin/sh -c pyodide build /zengl -o /web/" did not complete successfully: exit code: 1 2024-03-07T20:48:48.8412193Z ##[error]Process completed with exit code 1. 2024-03-07T20:48:48.8513173Z Post job cleanup. 2024-03-07T20:48:48.9277721Z [command]/usr/bin/git version 2024-03-07T20:48:48.9320047Z git version 2.43.2 2024-03-07T20:48:48.9362220Z Temporarily overriding HOME='/home/runner/work/_temp/8b67d0db-388a-4243-bd9b-ed22bd143efc' before making global git config changes 2024-03-07T20:48:48.9363861Z Adding repository directory to the temporary git global config as a safe directory 2024-03-07T20:48:48.9366741Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/zengl/zengl 2024-03-07T20:48:48.9403000Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-03-07T20:48:48.9437869Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2024-03-07T20:48:48.9686678Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-03-07T20:48:48.9707788Z http.https://github.com/.extraheader 2024-03-07T20:48:48.9719235Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-03-07T20:48:48.9748997Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2024-03-07T20:48:49.0236590Z Evaluate and set environment url 2024-03-07T20:48:49.0241194Z Evaluated environment url: 2024-03-07T20:48:49.0241726Z Cleaning up orphan processes