Created
April 19, 2024 12:17
-
-
Save charles-cooper/2fd01dc60fabea7815e8b8cc62fc8652 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2024-04-14T17:08:55.2635958Z Current runner version: '2.315.0' | |
2024-04-14T17:08:55.2663253Z ##[group]Operating System | |
2024-04-14T17:08:55.2663887Z Ubuntu | |
2024-04-14T17:08:55.2664206Z 22.04.4 | |
2024-04-14T17:08:55.2664653Z LTS | |
2024-04-14T17:08:55.2664970Z ##[endgroup] | |
2024-04-14T17:08:55.2665360Z ##[group]Runner Image | |
2024-04-14T17:08:55.2665866Z Image: ubuntu-22.04 | |
2024-04-14T17:08:55.2666266Z Version: 20240407.1.0 | |
2024-04-14T17:08:55.2667230Z Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20240407.1/images/ubuntu/Ubuntu2204-Readme.md | |
2024-04-14T17:08:55.2668762Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20240407.1 | |
2024-04-14T17:08:55.2669639Z ##[endgroup] | |
2024-04-14T17:08:55.2669994Z ##[group]Runner Image Provisioner | |
2024-04-14T17:08:55.2670543Z 2.0.361.1 | |
2024-04-14T17:08:55.2670894Z ##[endgroup] | |
2024-04-14T17:08:55.2671839Z ##[group]GITHUB_TOKEN Permissions | |
2024-04-14T17:08:55.2673396Z Contents: read | |
2024-04-14T17:08:55.2673785Z Metadata: read | |
2024-04-14T17:08:55.2674451Z ##[endgroup] | |
2024-04-14T17:08:55.2677833Z Secret source: Actions | |
2024-04-14T17:08:55.2678574Z Prepare workflow directory | |
2024-04-14T17:08:55.3298200Z Prepare all required actions | |
2024-04-14T17:08:55.3454668Z Getting action download info | |
2024-04-14T17:08:55.5174392Z Download action repository 'actions/checkout@v3' (SHA:f43a0e5ff2bd294095638e18286ca9a3d1956744) | |
2024-04-14T17:08:55.6695954Z Download action repository 'actions/setup-python@v4' (SHA:65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236) | |
2024-04-14T17:08:55.7414013Z Download action repository 'PyO3/maturin-action@v1' (SHA:6c040287d49afcbdb94da54484e3e17051e60e53) | |
2024-04-14T17:08:56.0015516Z Download action repository 'actions/upload-artifact@v3' (SHA:a8a3f3ad30e3422c9c7b888a15615d19a852ae32) | |
2024-04-14T17:08:56.1366046Z Complete job name: linux (x86_64) | |
2024-04-14T17:08:56.2305756Z ##[group]Run actions/checkout@v3 | |
2024-04-14T17:08:56.2306624Z with: | |
2024-04-14T17:08:56.2307195Z repository: gakonst/pyrevm | |
2024-04-14T17:08:56.2308286Z token: *** | |
2024-04-14T17:08:56.2308892Z ssh-strict: true | |
2024-04-14T17:08:56.2309575Z persist-credentials: true | |
2024-04-14T17:08:56.2310358Z clean: true | |
2024-04-14T17:08:56.2310996Z sparse-checkout-cone-mode: true | |
2024-04-14T17:08:56.2311722Z fetch-depth: 1 | |
2024-04-14T17:08:56.2312722Z fetch-tags: false | |
2024-04-14T17:08:56.2313361Z lfs: false | |
2024-04-14T17:08:56.2313870Z submodules: false | |
2024-04-14T17:08:56.2314598Z set-safe-directory: true | |
2024-04-14T17:08:56.2315660Z ##[endgroup] | |
2024-04-14T17:08:56.4565612Z Syncing repository: gakonst/pyrevm | |
2024-04-14T17:08:56.4567612Z ##[group]Getting Git version info | |
2024-04-14T17:08:56.4568426Z Working directory is '/home/runner/work/pyrevm/pyrevm' | |
2024-04-14T17:08:56.4569582Z [command]/usr/bin/git version | |
2024-04-14T17:08:56.4620400Z git version 2.43.2 | |
2024-04-14T17:08:56.4644092Z ##[endgroup] | |
2024-04-14T17:08:56.4658162Z Temporarily overriding HOME='/home/runner/work/_temp/58633413-ed96-4009-9c50-aa02e6b1e367' before making global git config changes | |
2024-04-14T17:08:56.4659771Z Adding repository directory to the temporary git global config as a safe directory | |
2024-04-14T17:08:56.4664266Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pyrevm/pyrevm | |
2024-04-14T17:08:56.4708280Z Deleting the contents of '/home/runner/work/pyrevm/pyrevm' | |
2024-04-14T17:08:56.4713191Z ##[group]Initializing the repository | |
2024-04-14T17:08:56.4717122Z [command]/usr/bin/git init /home/runner/work/pyrevm/pyrevm | |
2024-04-14T17:08:56.4807362Z hint: Using 'master' as the name for the initial branch. This default branch name | |
2024-04-14T17:08:56.4808591Z hint: is subject to change. To configure the initial branch name to use in all | |
2024-04-14T17:08:56.4809824Z hint: of your new repositories, which will suppress this warning, call: | |
2024-04-14T17:08:56.4810594Z hint: | |
2024-04-14T17:08:56.4811127Z hint: git config --global init.defaultBranch <name> | |
2024-04-14T17:08:56.4811856Z hint: | |
2024-04-14T17:08:56.4812518Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and | |
2024-04-14T17:08:56.4814117Z hint: 'development'. The just-created branch can be renamed via this command: | |
2024-04-14T17:08:56.4815034Z hint: | |
2024-04-14T17:08:56.4815485Z hint: git branch -m <name> | |
2024-04-14T17:08:56.4818404Z Initialized empty Git repository in /home/runner/work/pyrevm/pyrevm/.git/ | |
2024-04-14T17:08:56.4828359Z [command]/usr/bin/git remote add origin https://github.com/gakonst/pyrevm | |
2024-04-14T17:08:56.4871254Z ##[endgroup] | |
2024-04-14T17:08:56.4872484Z ##[group]Disabling automatic garbage collection | |
2024-04-14T17:08:56.4875417Z [command]/usr/bin/git config --local gc.auto 0 | |
2024-04-14T17:08:56.4911500Z ##[endgroup] | |
2024-04-14T17:08:56.4912780Z ##[group]Setting up auth | |
2024-04-14T17:08:56.4919420Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand | |
2024-04-14T17:08:56.4956708Z [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-04-14T17:08:56.5330665Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader | |
2024-04-14T17:08:56.5367117Z [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-04-14T17:08:56.5611302Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** | |
2024-04-14T17:08:56.5655951Z ##[endgroup] | |
2024-04-14T17:08:56.5656849Z ##[group]Fetching the repository | |
2024-04-14T17:08:56.5665035Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +cbcde0aa05638031ffa0288130f193beda5c73fe:refs/tags/v0.3.0b1 | |
2024-04-14T17:08:56.7558417Z remote: Enumerating objects: 39, done. | |
2024-04-14T17:08:56.7560172Z remote: Counting objects: 2% (1/39) | |
2024-04-14T17:08:56.7561737Z remote: Counting objects: 5% (2/39) | |
2024-04-14T17:08:56.7563253Z remote: Counting objects: 7% (3/39) | |
2024-04-14T17:08:56.7564113Z remote: Counting objects: 10% (4/39) | |
2024-04-14T17:08:56.7565006Z remote: Counting objects: 12% (5/39) | |
2024-04-14T17:08:56.7566498Z remote: Counting objects: 15% (6/39) | |
2024-04-14T17:08:56.7567602Z remote: Counting objects: 17% (7/39) | |
2024-04-14T17:08:56.7568422Z remote: Counting objects: 20% (8/39) | |
2024-04-14T17:08:56.7569174Z remote: Counting objects: 23% (9/39) | |
2024-04-14T17:08:56.7569785Z remote: Counting objects: 25% (10/39) | |
2024-04-14T17:08:56.7570270Z remote: Counting objects: 28% (11/39) | |
2024-04-14T17:08:56.7570784Z remote: Counting objects: 30% (12/39) | |
2024-04-14T17:08:56.7571560Z remote: Counting objects: 33% (13/39) | |
2024-04-14T17:08:56.7572106Z remote: Counting objects: 35% (14/39) | |
2024-04-14T17:08:56.7572616Z remote: Counting objects: 38% (15/39) | |
2024-04-14T17:08:56.7573174Z remote: Counting objects: 41% (16/39) | |
2024-04-14T17:08:56.7573650Z remote: Counting objects: 43% (17/39) | |
2024-04-14T17:08:56.7574154Z remote: Counting objects: 46% (18/39) | |
2024-04-14T17:08:56.7574719Z remote: Counting objects: 48% (19/39) | |
2024-04-14T17:08:56.7575169Z remote: Counting objects: 51% (20/39) | |
2024-04-14T17:08:56.7575681Z remote: Counting objects: 53% (21/39) | |
2024-04-14T17:08:56.7576222Z remote: Counting objects: 56% (22/39) | |
2024-04-14T17:08:56.7576679Z remote: Counting objects: 58% (23/39) | |
2024-04-14T17:08:56.7577173Z remote: Counting objects: 61% (24/39) | |
2024-04-14T17:08:56.7577737Z remote: Counting objects: 64% (25/39) | |
2024-04-14T17:08:56.7578218Z remote: Counting objects: 66% (26/39) | |
2024-04-14T17:08:56.7578715Z remote: Counting objects: 69% (27/39) | |
2024-04-14T17:08:56.7579269Z remote: Counting objects: 71% (28/39) | |
2024-04-14T17:08:56.7579768Z remote: Counting objects: 74% (29/39) | |
2024-04-14T17:08:56.7580579Z remote: Counting objects: 76% (30/39) | |
2024-04-14T17:08:56.7581158Z remote: Counting objects: 79% (31/39) | |
2024-04-14T17:08:56.7581630Z remote: Counting objects: 82% (32/39) | |
2024-04-14T17:08:56.7582068Z remote: Counting objects: 84% (33/39) | |
2024-04-14T17:08:56.7582628Z remote: Counting objects: 87% (34/39) | |
2024-04-14T17:08:56.7583098Z remote: Counting objects: 89% (35/39) | |
2024-04-14T17:08:56.7583528Z remote: Counting objects: 92% (36/39) | |
2024-04-14T17:08:56.7584130Z remote: Counting objects: 94% (37/39) | |
2024-04-14T17:08:56.7584594Z remote: Counting objects: 97% (38/39) | |
2024-04-14T17:08:56.7585058Z remote: Counting objects: 100% (39/39) | |
2024-04-14T17:08:56.7585652Z remote: Counting objects: 100% (39/39), done. | |
2024-04-14T17:08:56.7586196Z remote: Compressing objects: 2% (1/36) | |
2024-04-14T17:08:56.7586765Z remote: Compressing objects: 5% (2/36) | |
2024-04-14T17:08:56.7587329Z remote: Compressing objects: 8% (3/36) | |
2024-04-14T17:08:56.7587833Z remote: Compressing objects: 11% (4/36) | |
2024-04-14T17:08:56.7588346Z remote: Compressing objects: 13% (5/36) | |
2024-04-14T17:08:56.7588902Z remote: Compressing objects: 16% (6/36) | |
2024-04-14T17:08:56.7589388Z remote: Compressing objects: 19% (7/36) | |
2024-04-14T17:08:56.7589890Z remote: Compressing objects: 22% (8/36) | |
2024-04-14T17:08:56.7590422Z remote: Compressing objects: 25% (9/36) | |
2024-04-14T17:08:56.7590938Z remote: Compressing objects: 27% (10/36) | |
2024-04-14T17:08:56.7591468Z remote: Compressing objects: 30% (11/36) | |
2024-04-14T17:08:56.7592039Z remote: Compressing objects: 33% (12/36) | |
2024-04-14T17:08:56.7592766Z remote: Compressing objects: 36% (13/36) | |
2024-04-14T17:08:56.7593300Z remote: Compressing objects: 38% (14/36) | |
2024-04-14T17:08:56.7593867Z remote: Compressing objects: 41% (15/36) | |
2024-04-14T17:08:56.7594397Z remote: Compressing objects: 44% (16/36) | |
2024-04-14T17:08:56.7607215Z remote: Compressing objects: 47% (17/36) | |
2024-04-14T17:08:56.7608193Z remote: Compressing objects: 50% (18/36) | |
2024-04-14T17:08:56.7608916Z remote: Compressing objects: 52% (19/36) | |
2024-04-14T17:08:56.7609778Z remote: Compressing objects: 55% (20/36) | |
2024-04-14T17:08:56.7610334Z remote: Compressing objects: 58% (21/36) | |
2024-04-14T17:08:56.7611209Z remote: Compressing objects: 61% (22/36) | |
2024-04-14T17:08:56.7612000Z remote: Compressing objects: 63% (23/36) | |
2024-04-14T17:08:56.7612843Z remote: Compressing objects: 66% (24/36) | |
2024-04-14T17:08:56.7613327Z remote: Compressing objects: 69% (25/36) | |
2024-04-14T17:08:56.7613945Z remote: Compressing objects: 72% (26/36) | |
2024-04-14T17:08:56.7614473Z remote: Compressing objects: 75% (27/36) | |
2024-04-14T17:08:56.7615114Z remote: Compressing objects: 77% (28/36) | |
2024-04-14T17:08:56.7615848Z remote: Compressing objects: 80% (29/36) | |
2024-04-14T17:08:56.7616486Z remote: Compressing objects: 83% (30/36) | |
2024-04-14T17:08:56.7617193Z remote: Compressing objects: 86% (31/36) | |
2024-04-14T17:08:56.7618075Z remote: Compressing objects: 88% (32/36) | |
2024-04-14T17:08:56.7618729Z remote: Compressing objects: 91% (33/36) | |
2024-04-14T17:08:56.7619604Z remote: Compressing objects: 94% (34/36) | |
2024-04-14T17:08:56.7620642Z remote: Compressing objects: 97% (35/36) | |
2024-04-14T17:08:56.7621346Z remote: Compressing objects: 100% (36/36) | |
2024-04-14T17:08:56.7621988Z remote: Compressing objects: 100% (36/36), done. | |
2024-04-14T17:08:56.7668652Z remote: Total 39 (delta 0), reused 15 (delta 0), pack-reused 0 | |
2024-04-14T17:08:56.7786421Z From https://github.com/gakonst/pyrevm | |
2024-04-14T17:08:56.7787520Z * [new ref] cbcde0aa05638031ffa0288130f193beda5c73fe -> v0.3.0b1 | |
2024-04-14T17:08:56.7816097Z ##[endgroup] | |
2024-04-14T17:08:56.7818034Z ##[group]Determining the checkout info | |
2024-04-14T17:08:56.7819697Z ##[endgroup] | |
2024-04-14T17:08:56.7821084Z ##[group]Checking out the ref | |
2024-04-14T17:08:56.7825558Z [command]/usr/bin/git checkout --progress --force refs/tags/v0.3.0b1 | |
2024-04-14T17:08:56.7900824Z Note: switching to 'refs/tags/v0.3.0b1'. | |
2024-04-14T17:08:56.7901515Z | |
2024-04-14T17:08:56.7902633Z You are in 'detached HEAD' state. You can look around, make experimental | |
2024-04-14T17:08:56.7910868Z changes and commit them, and you can discard any commits you make in this | |
2024-04-14T17:08:56.7912213Z state without impacting any branches by switching back to a branch. | |
2024-04-14T17:08:56.7912896Z | |
2024-04-14T17:08:56.7913438Z If you want to create a new branch to retain commits you create, you may | |
2024-04-14T17:08:56.7915202Z do so (now or later) by using -c with the switch command. Example: | |
2024-04-14T17:08:56.7916031Z | |
2024-04-14T17:08:56.7916425Z git switch -c <new-branch-name> | |
2024-04-14T17:08:56.7916897Z | |
2024-04-14T17:08:56.7917196Z Or undo this operation with: | |
2024-04-14T17:08:56.7917874Z | |
2024-04-14T17:08:56.7918112Z git switch - | |
2024-04-14T17:08:56.7918492Z | |
2024-04-14T17:08:56.7919007Z Turn off this advice by setting config variable advice.detachedHead to false | |
2024-04-14T17:08:56.7919795Z | |
2024-04-14T17:08:56.7920167Z HEAD is now at cbcde0a add more authors | |
2024-04-14T17:08:56.7922313Z ##[endgroup] | |
2024-04-14T17:08:56.7953528Z [command]/usr/bin/git log -1 --format='%H' | |
2024-04-14T17:08:56.7984775Z 'cbcde0aa05638031ffa0288130f193beda5c73fe' | |
2024-04-14T17:08:56.8325979Z ##[group]Run actions/setup-python@v4 | |
2024-04-14T17:08:56.8326499Z with: | |
2024-04-14T17:08:56.8326957Z python-version: 3.10 | |
2024-04-14T17:08:56.8327309Z check-latest: false | |
2024-04-14T17:08:56.8327850Z token: *** | |
2024-04-14T17:08:56.8328301Z update-environment: true | |
2024-04-14T17:08:56.8328670Z allow-prereleases: false | |
2024-04-14T17:08:56.8329043Z ##[endgroup] | |
2024-04-14T17:08:56.9676676Z ##[group]Installed versions | |
2024-04-14T17:08:56.9755645Z Successfully set up CPython (3.10.14) | |
2024-04-14T17:08:56.9757319Z ##[endgroup] | |
2024-04-14T17:08:56.9886063Z ##[group]Run PyO3/maturin-action@v1 | |
2024-04-14T17:08:56.9886568Z with: | |
2024-04-14T17:08:56.9886879Z target: x86_64 | |
2024-04-14T17:08:56.9887296Z args: --release --out dist --find-interpreter | |
2024-04-14T17:08:56.9887774Z sccache: true | |
2024-04-14T17:08:56.9888092Z manylinux: auto | |
2024-04-14T17:08:56.9888594Z token: *** | |
2024-04-14T17:08:56.9888962Z command: build | |
2024-04-14T17:08:56.9889305Z env: | |
2024-04-14T17:08:56.9889700Z pythonLocation: /opt/hostedtoolcache/Python/3.10.14/x64 | |
2024-04-14T17:08:56.9890375Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.10.14/x64/lib/pkgconfig | |
2024-04-14T17:08:56.9891016Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.14/x64 | |
2024-04-14T17:08:56.9891580Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.14/x64 | |
2024-04-14T17:08:56.9892172Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.14/x64 | |
2024-04-14T17:08:56.9892757Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.14/x64/lib | |
2024-04-14T17:08:56.9893413Z ##[endgroup] | |
2024-04-14T17:08:57.1785369Z Found maturin version requirement maturin>=1.5,<1.6 specified in pyproject.toml | |
2024-04-14T17:08:57.4497705Z Found maturin release from manifest: v1.5.1 | |
2024-04-14T17:08:57.5461389Z ##[group]Pull Docker image | |
2024-04-14T17:08:57.5462477Z Using quay.io/pypa/manylinux2014_x86_64:latest Docker image | |
2024-04-14T17:08:57.5475785Z [command]/usr/bin/docker pull quay.io/pypa/manylinux2014_x86_64:latest | |
2024-04-14T17:08:57.9721248Z latest: Pulling from pypa/manylinux2014_x86_64 | |
2024-04-14T17:08:57.9742603Z 2d473b07cdd5: Pulling fs layer | |
2024-04-14T17:08:57.9747582Z 508f744f9a6d: Pulling fs layer | |
2024-04-14T17:08:57.9748784Z 2a4ad5a31319: Pulling fs layer | |
2024-04-14T17:08:57.9749549Z e9a89bd7d45e: Pulling fs layer | |
2024-04-14T17:08:57.9750388Z c9c0dd4dafa3: Pulling fs layer | |
2024-04-14T17:08:57.9751339Z 11d8e5db9057: Pulling fs layer | |
2024-04-14T17:08:57.9752379Z 588453c92c34: Pulling fs layer | |
2024-04-14T17:08:57.9753752Z 7c1063edd444: Pulling fs layer | |
2024-04-14T17:08:57.9755183Z 89528278da17: Pulling fs layer | |
2024-04-14T17:08:57.9756219Z 950b2dbd313d: Pulling fs layer | |
2024-04-14T17:08:57.9757157Z 25f96f2778b9: Pulling fs layer | |
2024-04-14T17:08:57.9758381Z 7b8b7acb4a1b: Pulling fs layer | |
2024-04-14T17:08:57.9759345Z 1cc2d84887d4: Pulling fs layer | |
2024-04-14T17:08:57.9760364Z f8a8364c69b0: Pulling fs layer | |
2024-04-14T17:08:57.9761259Z a5b742ecaaa9: Pulling fs layer | |
2024-04-14T17:08:57.9762134Z 276131cc557a: Pulling fs layer | |
2024-04-14T17:08:57.9763142Z c70ddb80bfa9: Pulling fs layer | |
2024-04-14T17:08:57.9764073Z 3953bb3ebfa3: Pulling fs layer | |
2024-04-14T17:08:57.9764992Z 89de56c4043c: Pulling fs layer | |
2024-04-14T17:08:57.9766145Z 17874a206eec: Pulling fs layer | |
2024-04-14T17:08:57.9767131Z e9a89bd7d45e: Waiting | |
2024-04-14T17:08:57.9768069Z c9c0dd4dafa3: Waiting | |
2024-04-14T17:08:57.9769147Z 11d8e5db9057: Waiting | |
2024-04-14T17:08:57.9769992Z 588453c92c34: Waiting | |
2024-04-14T17:08:57.9770762Z 7c1063edd444: Waiting | |
2024-04-14T17:08:57.9771739Z 89528278da17: Waiting | |
2024-04-14T17:08:57.9772583Z 276131cc557a: Waiting | |
2024-04-14T17:08:57.9773448Z 17874a206eec: Waiting | |
2024-04-14T17:08:57.9775037Z c70ddb80bfa9: Waiting | |
2024-04-14T17:08:57.9775714Z f8a8364c69b0: Waiting | |
2024-04-14T17:08:57.9776278Z a5b742ecaaa9: Waiting | |
2024-04-14T17:08:57.9777069Z 3953bb3ebfa3: Waiting | |
2024-04-14T17:08:57.9777672Z 89de56c4043c: Waiting | |
2024-04-14T17:08:57.9778191Z 1cc2d84887d4: Waiting | |
2024-04-14T17:08:57.9778891Z 7b8b7acb4a1b: Waiting | |
2024-04-14T17:08:57.9779444Z 25f96f2778b9: Waiting | |
2024-04-14T17:08:58.0947398Z 2a4ad5a31319: Verifying Checksum | |
2024-04-14T17:08:58.0948101Z 2a4ad5a31319: Download complete | |
2024-04-14T17:08:58.1006783Z 508f744f9a6d: Verifying Checksum | |
2024-04-14T17:08:58.1007788Z 508f744f9a6d: Download complete | |
2024-04-14T17:08:58.2075766Z c9c0dd4dafa3: Download complete | |
2024-04-14T17:08:58.2608862Z e9a89bd7d45e: Verifying Checksum | |
2024-04-14T17:08:58.2609713Z e9a89bd7d45e: Download complete | |
2024-04-14T17:08:58.2960138Z 11d8e5db9057: Verifying Checksum | |
2024-04-14T17:08:58.2961445Z 11d8e5db9057: Download complete | |
2024-04-14T17:08:58.3958790Z 7c1063edd444: Verifying Checksum | |
2024-04-14T17:08:58.3960412Z 7c1063edd444: Download complete | |
2024-04-14T17:08:58.4872648Z 89528278da17: Verifying Checksum | |
2024-04-14T17:08:58.6083044Z 950b2dbd313d: Verifying Checksum | |
2024-04-14T17:08:58.6083910Z 950b2dbd313d: Download complete | |
2024-04-14T17:08:58.7101976Z 25f96f2778b9: Download complete | |
2024-04-14T17:08:58.8315222Z 7b8b7acb4a1b: Download complete | |
2024-04-14T17:08:58.8445982Z 2d473b07cdd5: Verifying Checksum | |
2024-04-14T17:08:58.8448711Z 2d473b07cdd5: Download complete | |
2024-04-14T17:08:58.9414600Z 1cc2d84887d4: Verifying Checksum | |
2024-04-14T17:08:58.9415386Z 1cc2d84887d4: Download complete | |
2024-04-14T17:08:58.9678250Z f8a8364c69b0: Verifying Checksum | |
2024-04-14T17:08:58.9678969Z f8a8364c69b0: Download complete | |
2024-04-14T17:08:59.0864705Z 276131cc557a: Download complete | |
2024-04-14T17:08:59.0886049Z a5b742ecaaa9: Verifying Checksum | |
2024-04-14T17:08:59.0886971Z a5b742ecaaa9: Download complete | |
2024-04-14T17:08:59.2516788Z 3953bb3ebfa3: Verifying Checksum | |
2024-04-14T17:08:59.2518281Z 3953bb3ebfa3: Download complete | |
2024-04-14T17:08:59.3671020Z 89de56c4043c: Verifying Checksum | |
2024-04-14T17:08:59.3672152Z 89de56c4043c: Download complete | |
2024-04-14T17:08:59.3870917Z c70ddb80bfa9: Verifying Checksum | |
2024-04-14T17:08:59.3871671Z c70ddb80bfa9: Download complete | |
2024-04-14T17:08:59.5250018Z 588453c92c34: Verifying Checksum | |
2024-04-14T17:08:59.5251590Z 588453c92c34: Download complete | |
2024-04-14T17:09:01.7245730Z 17874a206eec: Verifying Checksum | |
2024-04-14T17:09:01.7246738Z 17874a206eec: Download complete | |
2024-04-14T17:09:02.0682036Z 2d473b07cdd5: Pull complete | |
2024-04-14T17:09:02.1009985Z 508f744f9a6d: Pull complete | |
2024-04-14T17:09:03.4125540Z 2a4ad5a31319: Pull complete | |
2024-04-14T17:09:03.4262608Z e9a89bd7d45e: Pull complete | |
2024-04-14T17:09:03.4377615Z c9c0dd4dafa3: Pull complete | |
2024-04-14T17:09:03.4488337Z 11d8e5db9057: Pull complete | |
2024-04-14T17:09:10.2498713Z 588453c92c34: Pull complete | |
2024-04-14T17:09:10.2593280Z 7c1063edd444: Pull complete | |
2024-04-14T17:09:10.2706616Z 89528278da17: Pull complete | |
2024-04-14T17:09:10.3192551Z 950b2dbd313d: Pull complete | |
2024-04-14T17:09:10.3297150Z 25f96f2778b9: Pull complete | |
2024-04-14T17:09:10.3870814Z 7b8b7acb4a1b: Pull complete | |
2024-04-14T17:09:10.3958839Z 1cc2d84887d4: Pull complete | |
2024-04-14T17:09:10.4433309Z f8a8364c69b0: Pull complete | |
2024-04-14T17:09:10.4528963Z a5b742ecaaa9: Pull complete | |
2024-04-14T17:09:10.4777933Z 276131cc557a: Pull complete | |
2024-04-14T17:09:10.6874119Z c70ddb80bfa9: Pull complete | |
2024-04-14T17:09:11.1127564Z 3953bb3ebfa3: Pull complete | |
2024-04-14T17:09:11.1367796Z 89de56c4043c: Pull complete | |
2024-04-14T17:09:25.8115324Z 17874a206eec: Pull complete | |
2024-04-14T17:09:25.8149648Z Digest: sha256:1d768830101ec1bc55011887861fe927dff12382a2faf72afed6534a177de9d6 | |
2024-04-14T17:09:25.8167254Z Status: Downloaded newer image for quay.io/pypa/manylinux2014_x86_64:latest | |
2024-04-14T17:09:25.8177063Z quay.io/pypa/manylinux2014_x86_64:latest | |
2024-04-14T17:09:25.8194724Z ##[endgroup] | |
2024-04-14T17:09:25.8203504Z ##[group]Cleanup build scripts artifact directory | |
2024-04-14T17:09:25.8204653Z ##[endgroup] | |
2024-04-14T17:09:25.8227871Z [command]/usr/bin/docker run --rm --workdir /home/runner/work/pyrevm/pyrevm -e DEBIAN_FRONTEND=noninteractive -e ARCHFLAGS -e _PYTHON_SYSCONFIGDATA_NAME -e ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE -e ACTIONS_RUNTIME_URL -e ACTIONS_RUNTIME_TOKEN -e ACTIONS_CACHE_URL -e ACTIONS_RESULTS_URL -e CARGO_INCREMENTAL -e CARGO_TERM_COLOR -e SCCACHE_GHA_ENABLED -e RUSTC_WRAPPER -v /tmp/run-maturin-action.sh:/tmp/run-maturin-action.sh -v /home/runner/work/pyrevm/pyrevm:/home/runner/work/pyrevm/pyrevm quay.io/pypa/manylinux2014_x86_64:latest /tmp/run-maturin-action.sh | |
2024-04-14T17:09:26.0855498Z ##[group]Install Rust | |
2024-04-14T17:09:26.0865675Z which: no rustup in (/opt/rh/devtoolset-10/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin) | |
2024-04-14T17:09:26.5351470Z info: downloading installer | |
2024-04-14T17:09:26.5710208Z Warning: Not enforcing strong cipher suites for TLS, this is potentially less secure | |
2024-04-14T17:09:27.4199381Z info: profile set to 'minimal' | |
2024-04-14T17:09:27.4200287Z info: default host triple is x86_64-unknown-linux-gnu | |
2024-04-14T17:09:27.4201549Z info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu' | |
2024-04-14T17:09:27.5170168Z info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) | |
2024-04-14T17:09:27.5171007Z info: downloading component 'cargo' | |
2024-04-14T17:09:27.5653439Z info: downloading component 'rust-std' | |
2024-04-14T17:09:27.6908168Z info: downloading component 'rustc' | |
2024-04-14T17:09:27.9528453Z info: installing component 'cargo' | |
2024-04-14T17:09:28.5183340Z info: installing component 'rust-std' | |
2024-04-14T17:09:30.1629505Z info: installing component 'rustc' | |
2024-04-14T17:09:33.8388200Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu' | |
2024-04-14T17:09:33.8388973Z | |
2024-04-14T17:09:33.8501571Z stable-x86_64-unknown-linux-gnu installed - rustc 1.77.2 (25ef9e3d8 2024-04-09) | |
2024-04-14T17:09:33.8502461Z | |
2024-04-14T17:09:33.8502472Z | |
2024-04-14T17:09:33.8504856Z Rust is installed now. Great! | |
2024-04-14T17:09:33.8505442Z | |
2024-04-14T17:09:33.8505905Z To get started you may need to restart your current shell. | |
2024-04-14T17:09:33.8509299Z This would reload your PATH environment variable to include | |
2024-04-14T17:09:33.8510543Z Cargo's bin directory ($HOME/.cargo/bin). | |
2024-04-14T17:09:33.8513323Z | |
2024-04-14T17:09:33.8513695Z To configure your current shell, you need to source | |
2024-04-14T17:09:33.8514653Z the corresponding env file under $HOME/.cargo. | |
2024-04-14T17:09:33.8515356Z | |
2024-04-14T17:09:33.8515870Z This is usually done by running one of the following (note the leading DOT): | |
2024-04-14T17:09:33.8516980Z . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh | |
2024-04-14T17:09:33.8531832Z source "$HOME/.cargo/env.fish" # For fish | |
2024-04-14T17:09:33.8587787Z Install Rust toolchain stable | |
2024-04-14T17:09:33.8624681Z info: override toolchain for '/home/runner/work/pyrevm/pyrevm' set to 'stable-x86_64-unknown-linux-gnu' | |
2024-04-14T17:09:33.9310691Z info: downloading component 'llvm-tools' | |
2024-04-14T17:09:34.1596315Z info: installing component 'llvm-tools' | |
2024-04-14T17:09:36.0777827Z ##[endgroup] | |
2024-04-14T17:09:36.0779011Z ##[group]Install maturin | |
2024-04-14T17:09:36.0826947Z % Total % Received % Xferd Average Speed Time Time Time Current | |
2024-04-14T17:09:36.0827814Z Dload Upload Total Spent Left Speed | |
2024-04-14T17:09:36.0828160Z | |
2024-04-14T17:09:36.3144304Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 | |
2024-04-14T17:09:36.3145210Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 | |
2024-04-14T17:09:36.6088233Z | |
2024-04-14T17:09:36.6089469Z 100 9.7M 100 9.7M 0 0 18.5M 0 --:--:-- --:--:-- --:--:-- 18.5M | |
2024-04-14T17:09:36.6154630Z maturin 1.5.1 | |
2024-04-14T17:09:38.0054920Z Collecting cffi | |
2024-04-14T17:09:38.0378210Z Downloading cffi-1.15.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.1 kB) | |
2024-04-14T17:09:38.0624251Z Collecting pycparser (from cffi) | |
2024-04-14T17:09:38.0700140Z Downloading pycparser-2.21-py2.py3-none-any.whl.metadata (1.1 kB) | |
2024-04-14T17:09:38.0840822Z Downloading cffi-1.15.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (427 kB) | |
2024-04-14T17:09:38.1084398Z ββββββββββββββββββββββββββββββββββββββββ 427.9/427.9 kB 19.7 MB/s eta 0:00:00 | |
2024-04-14T17:09:38.1167560Z Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB) | |
2024-04-14T17:09:38.1224652Z ββββββββββββββββββββββββββββββββββββββββ 118.7/118.7 kB 31.2 MB/s eta 0:00:00 | |
2024-04-14T17:09:38.2501313Z Installing collected packages: pycparser, cffi | |
2024-04-14T17:09:38.4153102Z Successfully installed cffi-1.15.1 pycparser-2.21 | |
2024-04-14T17:09:38.4155363Z 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-04-14T17:09:38.6109138Z ##[endgroup] | |
2024-04-14T17:09:38.6109957Z ##[group]Install Rust target | |
2024-04-14T17:09:38.6542007Z ##[endgroup] | |
2024-04-14T17:09:38.6542622Z ##[group]Install sccache | |
2024-04-14T17:09:39.0928557Z Collecting sccache>=0.4.0 | |
2024-04-14T17:09:39.1277266Z Downloading sccache-0.7.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (15 kB) | |
2024-04-14T17:09:39.1406577Z Downloading sccache-0.7.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (15.0 MB) | |
2024-04-14T17:09:39.3119131Z ββββββββββββββββββββββββββββββββββββββββ 15.0/15.0 MB 91.3 MB/s eta 0:00:00 | |
2024-04-14T17:09:39.4401499Z Installing collected packages: sccache | |
2024-04-14T17:09:39.6896408Z Successfully installed sccache-0.7.7 | |
2024-04-14T17:09:39.6899028Z 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-04-14T17:09:39.7964405Z sccache 0.7.7 | |
2024-04-14T17:09:39.7967843Z ##[endgroup] | |
2024-04-14T17:09:40.0532350Z [1m[32m Updating[0m crates.io index | |
2024-04-14T17:09:41.6450802Z [1m[32m Downloading[0m crates ... | |
2024-04-14T17:09:41.8814345Z [1m[32m Downloaded[0m ark-ff v0.3.0 | |
2024-04-14T17:09:41.8873562Z [1m[32m Downloaded[0m ruint-macro v1.2.0 | |
2024-04-14T17:09:41.8893086Z [1m[32m Downloaded[0m ark-ff-macros v0.3.0 | |
2024-04-14T17:09:41.8907245Z [1m[32m Downloaded[0m base64ct v1.6.0 | |
2024-04-14T17:09:41.8956069Z [1m[32m Downloaded[0m rustc_version v0.3.3 | |
2024-04-14T17:09:41.8977320Z [1m[32m Downloaded[0m rustc-hex v2.1.0 | |
2024-04-14T17:09:41.8995623Z [1m[32m Downloaded[0m rustc-demangle v0.1.23 | |
2024-04-14T17:09:41.9027189Z [1m[32m Downloaded[0m rustc_version v0.4.0 | |
2024-04-14T17:09:41.9049789Z [1m[32m Downloaded[0m core-foundation-sys v0.8.6 | |
2024-04-14T17:09:41.9116674Z [1m[32m Downloaded[0m scale-info-derive v2.11.2 | |
2024-04-14T17:09:41.9142086Z [1m[32m Downloaded[0m system-configuration-sys v0.5.0 | |
2024-04-14T17:09:41.9166680Z [1m[32m Downloaded[0m rusty-fork v0.3.0 | |
2024-04-14T17:09:41.9211440Z [1m[32m Downloaded[0m sync_wrapper v0.1.2 | |
2024-04-14T17:09:41.9232057Z [1m[32m Downloaded[0m tempfile v3.10.1 | |
2024-04-14T17:09:41.9317974Z [1m[32m Downloaded[0m thiserror v1.0.58 | |
2024-04-14T17:09:41.9517921Z [1m[32m Downloaded[0m wasm-bindgen-backend v0.2.92 | |
2024-04-14T17:09:41.9583652Z [1m[32m Downloaded[0m wasm-bindgen-futures v0.4.42 | |
2024-04-14T17:09:41.9657594Z [1m[32m Downloaded[0m hex-literal v0.4.1 | |
2024-04-14T17:09:41.9697404Z [1m[32m Downloaded[0m pin-utils v0.1.0 | |
2024-04-14T17:09:42.1870018Z [1m[32m Downloaded[0m winreg v0.50.0 | |
2024-04-14T17:09:42.1989866Z [1m[32m Downloaded[0m windows-targets v0.48.5 | |
2024-04-14T17:09:42.2044655Z [1m[32m Downloaded[0m webpki-roots v0.25.4 | |
2024-04-14T17:09:42.2162370Z [1m[32m Downloaded[0m windows_x86_64_gnullvm v0.52.5 | |
2024-04-14T17:09:42.2369795Z [1m[32m Downloaded[0m windows_x86_64_gnullvm v0.48.5 | |
2024-04-14T17:09:42.2567738Z [1m[32m Downloaded[0m windows_x86_64_msvc v0.52.5 | |
2024-04-14T17:09:42.2802431Z [1m[32m Downloaded[0m winapi v0.3.9 | |
2024-04-14T17:09:42.3564738Z [1m[32m Downloaded[0m windows-sys v0.52.0 | |
2024-04-14T17:09:42.4794654Z [1m[32m Downloaded[0m winapi-i686-pc-windows-gnu v0.4.0 | |
2024-04-14T17:09:42.7330044Z [1m[32m Downloaded[0m ring v0.16.20 | |
2024-04-14T17:09:42.8513258Z [1m[32m Downloaded[0m ring v0.17.8 | |
2024-04-14T17:09:42.9554725Z [1m[32m Downloaded[0m windows-sys v0.48.0 | |
2024-04-14T17:09:43.0969731Z [1m[32m Downloaded[0m winapi-x86_64-pc-windows-gnu v0.4.0 | |
2024-04-14T17:09:43.3571008Z [1m[32m Downloaded[0m windows_x86_64_msvc v0.48.5 | |
2024-04-14T17:09:43.3763300Z [1m[32m Downloaded[0m windows_x86_64_gnu v0.52.5 | |
2024-04-14T17:09:43.4085646Z [1m[32m Downloaded[0m windows_i686_msvc v0.52.5 | |
2024-04-14T17:09:43.4294309Z [1m[32m Downloaded[0m windows_i686_msvc v0.48.5 | |
2024-04-14T17:09:43.4500664Z [1m[32m Downloaded[0m web-sys v0.3.69 | |
2024-04-14T17:09:43.7213078Z [1m[32m Downloaded[0m windows_x86_64_gnu v0.48.5 | |
2024-04-14T17:09:43.7521997Z [1m[32m Downloaded[0m encoding_rs v0.8.34 | |
2024-04-14T17:09:43.7827144Z [1m[32m Downloaded[0m revm-primitives v3.1.1 | |
2024-04-14T17:09:43.7873915Z [1m[32m Downloaded[0m windows_i686_gnu v0.52.5 | |
2024-04-14T17:09:43.8206696Z [1m[32m Downloaded[0m libc v0.2.153 | |
2024-04-14T17:09:43.8730000Z [1m[32m Downloaded[0m windows_aarch64_gnullvm v0.48.5 | |
2024-04-14T17:09:43.8855452Z [1m[32m Downloaded[0m hashers v1.0.1 | |
2024-04-14T17:09:43.8999693Z [1m[32m Downloaded[0m wasm-bindgen-shared v0.2.92 | |
2024-04-14T17:09:43.9011592Z [1m[32m Downloaded[0m wasm-bindgen-macro-support v0.2.92 | |
2024-04-14T17:09:43.9027918Z [1m[32m Downloaded[0m wasm-bindgen-macro v0.2.92 | |
2024-04-14T17:09:43.9096259Z [1m[32m Downloaded[0m rlp v0.5.2 | |
2024-04-14T17:09:43.9117693Z [1m[32m Downloaded[0m ripemd v0.1.3 | |
2024-04-14T17:09:43.9145115Z [1m[32m Downloaded[0m rfc6979 v0.4.0 | |
2024-04-14T17:09:43.9161830Z [1m[32m Downloaded[0m revm-precompile v5.1.0 | |
2024-04-14T17:09:43.9189147Z [1m[32m Downloaded[0m revm-interpreter v3.4.0 | |
2024-04-14T17:09:43.9241065Z [1m[32m Downloaded[0m regex-automata v0.4.6 | |
2024-04-14T17:09:43.9508618Z [1m[32m Downloaded[0m futures-util v0.3.30 | |
2024-04-14T17:09:43.9745962Z [1m[32m Downloaded[0m winnow v0.5.40 | |
2024-04-14T17:09:43.9898315Z [1m[32m Downloaded[0m revm v7.2.0 | |
2024-04-14T17:09:43.9994830Z [1m[32m Downloaded[0m reqwest v0.11.27 | |
2024-04-14T17:09:44.0117249Z [1m[32m Downloaded[0m regex-syntax v0.8.3 | |
2024-04-14T17:09:44.0231804Z [1m[32m Downloaded[0m regex v1.10.4 | |
2024-04-14T17:09:44.0477410Z [1m[32m Downloaded[0m redox_syscall v0.4.1 | |
2024-04-14T17:09:44.0520040Z [1m[32m Downloaded[0m rand_xorshift v0.3.0 | |
2024-04-14T17:09:44.0536637Z [1m[32m Downloaded[0m rand_core v0.6.4 | |
2024-04-14T17:09:44.0559610Z [1m[32m Downloaded[0m rand_chacha v0.3.1 | |
2024-04-14T17:09:44.0577325Z [1m[32m Downloaded[0m rand v0.8.5 | |
2024-04-14T17:09:44.0635998Z [1m[32m Downloaded[0m radium v0.7.0 | |
2024-04-14T17:09:44.0652192Z [1m[32m Downloaded[0m pyo3 v0.19.2 | |
2024-04-14T17:09:44.0959917Z [1m[32m Downloaded[0m proptest v1.4.0 | |
2024-04-14T17:09:44.1126225Z [1m[32m Downloaded[0m proc-macro2 v1.0.79 | |
2024-04-14T17:09:44.1169434Z [1m[32m Downloaded[0m proc-macro-crate v3.1.0 | |
2024-04-14T17:09:44.1189722Z [1m[32m Downloaded[0m proc-macro-crate v2.0.0 | |
2024-04-14T17:09:44.1210703Z [1m[32m Downloaded[0m proc-macro-crate v1.3.1 | |
2024-04-14T17:09:44.1228315Z [1m[32m Downloaded[0m powerfmt v0.2.0 | |
2024-04-14T17:09:44.1247233Z [1m[32m Downloaded[0m pkcs8 v0.10.2 | |
2024-04-14T17:09:44.1297522Z [1m[32m Downloaded[0m parity-scale-codec v3.6.9 | |
2024-04-14T17:09:44.1379026Z [1m[32m Downloaded[0m open-fastrlp-derive v0.1.1 | |
2024-04-14T17:09:44.1394751Z [1m[32m Downloaded[0m open-fastrlp v0.1.4 | |
2024-04-14T17:09:44.1413503Z [1m[32m Downloaded[0m once_cell v1.19.0 | |
2024-04-14T17:09:44.1457885Z [1m[32m Downloaded[0m object v0.32.2 | |
2024-04-14T17:09:44.1633202Z [1m[32m Downloaded[0m num_enum_derive v0.7.2 | |
2024-04-14T17:09:44.1652211Z [1m[32m Downloaded[0m num_enum v0.7.2 | |
2024-04-14T17:09:44.1755874Z [1m[32m Downloaded[0m num_cpus v1.16.0 | |
2024-04-14T17:09:44.1812081Z [1m[32m Downloaded[0m num-traits v0.2.18 | |
2024-04-14T17:09:44.1857767Z [1m[32m Downloaded[0m num-rational v0.4.1 | |
2024-04-14T17:09:44.1878920Z [1m[32m Downloaded[0m num-complex v0.4.5 | |
2024-04-14T17:09:44.1901844Z [1m[32m Downloaded[0m num-bigint v0.4.4 | |
2024-04-14T17:09:44.1983237Z [1m[32m Downloaded[0m num v0.4.2 | |
2024-04-14T17:09:44.1998961Z [1m[32m Downloaded[0m mio v0.8.11 | |
2024-04-14T17:09:44.2101854Z [1m[32m Downloaded[0m miniz_oxide v0.7.2 | |
2024-04-14T17:09:44.2138646Z [1m[32m Downloaded[0m mime v0.3.17 | |
2024-04-14T17:09:44.2159955Z [1m[32m Downloaded[0m memoffset v0.9.1 | |
2024-04-14T17:09:44.2180545Z [1m[32m Downloaded[0m memchr v2.7.2 | |
2024-04-14T17:09:44.2279242Z [1m[32m Downloaded[0m log v0.4.21 | |
2024-04-14T17:09:44.2315724Z [1m[32m Downloaded[0m lock_api v0.4.11 | |
2024-04-14T17:09:44.2337494Z [1m[32m Downloaded[0m lazy_static v1.4.0 | |
2024-04-14T17:09:44.2356527Z [1m[32m Downloaded[0m keccak-asm v0.1.0 | |
2024-04-14T17:09:44.2376824Z [1m[32m Downloaded[0m keccak v0.1.5 | |
2024-04-14T17:09:44.2396372Z [1m[32m Downloaded[0m k256 v0.13.3 | |
2024-04-14T17:09:44.2458794Z [1m[32m Downloaded[0m jsonwebtoken v8.3.0 | |
2024-04-14T17:09:44.2534608Z [1m[32m Downloaded[0m js-sys v0.3.69 | |
2024-04-14T17:09:44.2621519Z [1m[32m Downloaded[0m itoa v1.0.11 | |
2024-04-14T17:09:44.2644189Z [1m[32m Downloaded[0m itertools v0.10.5 | |
2024-04-14T17:09:44.2755501Z [1m[32m Downloaded[0m ipnet v2.9.0 | |
2024-04-14T17:09:44.2782302Z [1m[32m Downloaded[0m instant v0.1.12 | |
2024-04-14T17:09:44.2803577Z [1m[32m Downloaded[0m impl-serde v0.4.0 | |
2024-04-14T17:09:44.2825352Z [1m[32m Downloaded[0m impl-rlp v0.3.0 | |
2024-04-14T17:09:44.2835827Z [1m[32m Downloaded[0m impl-codec v0.6.0 | |
2024-04-14T17:09:44.2845502Z [1m[32m Downloaded[0m idna v0.5.0 | |
2024-04-14T17:09:44.2946054Z [1m[32m Downloaded[0m hyper-rustls v0.24.2 | |
2024-04-14T17:09:44.2988907Z [1m[32m Downloaded[0m hyper v0.14.28 | |
2024-04-14T17:09:44.3125161Z [1m[32m Downloaded[0m httpdate v1.0.3 | |
2024-04-14T17:09:44.3145314Z [1m[32m Downloaded[0m httparse v1.8.0 | |
2024-04-14T17:09:44.3179178Z [1m[32m Downloaded[0m http-body v0.4.6 | |
2024-04-14T17:09:44.3209244Z [1m[32m Downloaded[0m http v0.2.12 | |
2024-04-14T17:09:44.3270018Z [1m[32m Downloaded[0m hmac v0.12.1 | |
2024-04-14T17:09:44.3302465Z [1m[32m Downloaded[0m zeroize_derive v1.4.2 | |
2024-04-14T17:09:44.3316775Z [1m[32m Downloaded[0m zeroize v1.7.0 | |
2024-04-14T17:09:44.3338880Z [1m[32m Downloaded[0m zerocopy-derive v0.7.32 | |
2024-04-14T17:09:44.3423598Z [1m[32m Downloaded[0m zerocopy v0.7.32 | |
2024-04-14T17:09:44.3761248Z [1m[32m Downloaded[0m wyz v0.5.1 | |
2024-04-14T17:09:44.3779724Z [1m[32m Downloaded[0m ws_stream_wasm v0.7.4 | |
2024-04-14T17:09:44.3820829Z [1m[32m Downloaded[0m windows_i686_gnullvm v0.52.5 | |
2024-04-14T17:09:44.3979624Z [1m[32m Downloaded[0m windows-targets v0.52.5 | |
2024-04-14T17:09:44.3995720Z [1m[32m Downloaded[0m pin-project-lite v0.2.14 | |
2024-04-14T17:09:44.4097503Z [1m[32m Downloaded[0m pin-project-internal v1.1.5 | |
2024-04-14T17:09:44.4123109Z [1m[32m Downloaded[0m pharos v0.5.3 | |
2024-04-14T17:09:44.4152604Z [1m[32m Downloaded[0m pest v2.7.9 | |
2024-04-14T17:09:44.4232402Z [1m[32m Downloaded[0m percent-encoding v2.3.1 | |
2024-04-14T17:09:44.4245206Z [1m[32m Downloaded[0m paste v1.0.14 | |
2024-04-14T17:09:44.4304460Z [1m[32m Downloaded[0m parking_lot_core v0.9.9 | |
2024-04-14T17:09:44.4340991Z [1m[32m Downloaded[0m parking_lot v0.12.1 | |
2024-04-14T17:09:44.4379534Z [1m[32m Downloaded[0m parity-scale-codec-derive v3.6.9 | |
2024-04-14T17:09:44.4396059Z [1m[32m Downloaded[0m num-conv v0.1.0 | |
2024-04-14T17:09:44.4409812Z [1m[32m Downloaded[0m linux-raw-sys v0.4.13 | |
2024-04-14T17:09:44.4968913Z [1m[32m Downloaded[0m indexmap v2.2.6 | |
2024-04-14T17:09:44.5036906Z [1m[32m Downloaded[0m impl-trait-for-tuples v0.2.2 | |
2024-04-14T17:09:44.5086178Z [1m[32m Downloaded[0m hex v0.4.3 | |
2024-04-14T17:09:44.5111610Z [1m[32m Downloaded[0m hermit-abi v0.3.9 | |
2024-04-14T17:09:44.5128647Z [1m[32m Downloaded[0m windows_i686_gnu v0.48.5 | |
2024-04-14T17:09:44.5456545Z [1m[32m Downloaded[0m windows_aarch64_msvc v0.48.5 | |
2024-04-14T17:09:44.5647249Z [1m[32m Downloaded[0m ruint v1.12.1 | |
2024-04-14T17:09:44.5738753Z [1m[32m Downloaded[0m rlp-derive v0.1.0 | |
2024-04-14T17:09:44.5752158Z [1m[32m Downloaded[0m quick-error v1.2.3 | |
2024-04-14T17:09:44.5773105Z [1m[32m Downloaded[0m pyo3-macros-backend v0.19.2 | |
2024-04-14T17:09:44.5807230Z [1m[32m Downloaded[0m pyo3-macros v0.19.2 | |
2024-04-14T17:09:44.5818213Z [1m[32m Downloaded[0m pyo3-ffi v0.19.2 | |
2024-04-14T17:09:44.5920940Z [1m[32m Downloaded[0m pyo3-build-config v0.19.2 | |
2024-04-14T17:09:44.5940770Z [1m[32m Downloaded[0m primitive-types v0.12.2 | |
2024-04-14T17:09:44.5957523Z [1m[32m Downloaded[0m ppv-lite86 v0.2.17 | |
2024-04-14T17:09:44.5978639Z [1m[32m Downloaded[0m hashbrown v0.14.3 | |
2024-04-14T17:09:44.6062320Z [1m[32m Downloaded[0m h2 v0.3.26 | |
2024-04-14T17:09:44.6177040Z [1m[32m Downloaded[0m gimli v0.28.1 | |
2024-04-14T17:09:44.6294608Z [1m[32m Downloaded[0m futures-timer v3.0.3 | |
2024-04-14T17:09:44.6325863Z [1m[32m Downloaded[0m ethers-core v2.0.14 | |
2024-04-14T17:09:44.6451670Z [1m[32m Downloaded[0m equivalent v1.0.1 | |
2024-04-14T17:09:44.6464251Z [1m[32m Downloaded[0m elliptic-curve v0.13.8 | |
2024-04-14T17:09:44.6531876Z [1m[32m Downloaded[0m derive_more v0.99.17 | |
2024-04-14T17:09:44.6620972Z [1m[32m Downloaded[0m derivative v2.2.0 | |
2024-04-14T17:09:44.6762695Z [1m[32m Downloaded[0m c-kzg v1.0.0 | |
2024-04-14T17:09:44.7072518Z [1m[32m Downloaded[0m bytes v1.6.0 | |
2024-04-14T17:09:44.7138434Z [1m[32m Downloaded[0m bumpalo v3.16.0 | |
2024-04-14T17:09:44.7179271Z [1m[32m Downloaded[0m blst v0.3.11 | |
2024-04-14T17:09:44.7419984Z [1m[32m Downloaded[0m bitvec v1.0.1 | |
2024-04-14T17:09:44.7730746Z [1m[32m Downloaded[0m base64 v0.13.1 | |
2024-04-14T17:09:44.7781051Z [1m[32m Downloaded[0m backtrace v0.3.71 | |
2024-04-14T17:09:44.7872087Z [1m[32m Downloaded[0m pin-project v1.1.5 | |
2024-04-14T17:09:44.8122512Z [1m[32m Downloaded[0m pem v1.1.1 | |
2024-04-14T17:09:44.8142432Z [1m[32m Downloaded[0m num-iter v0.1.44 | |
2024-04-14T17:09:44.8159172Z [1m[32m Downloaded[0m num-integer v0.1.46 | |
2024-04-14T17:09:44.8184819Z [1m[32m Downloaded[0m libm v0.2.8 | |
2024-04-14T17:09:44.8345620Z [1m[32m Downloaded[0m indoc v1.0.9 | |
2024-04-14T17:09:44.8395651Z [1m[32m Downloaded[0m windows_aarch64_msvc v0.52.5 | |
2024-04-14T17:09:44.8593687Z [1m[32m Downloaded[0m glob v0.3.1 | |
2024-04-14T17:09:44.8615106Z [1m[32m Downloaded[0m getrandom v0.2.14 | |
2024-04-14T17:09:44.8670150Z [1m[32m Downloaded[0m fxhash v0.2.1 | |
2024-04-14T17:09:44.8681024Z [1m[32m Downloaded[0m futures-macro v0.3.30 | |
2024-04-14T17:09:44.8697667Z [1m[32m Downloaded[0m futures-executor v0.3.30 | |
2024-04-14T17:09:44.8721546Z [1m[32m Downloaded[0m futures-core v0.3.30 | |
2024-04-14T17:09:44.8742722Z [1m[32m Downloaded[0m futures-channel v0.3.30 | |
2024-04-14T17:09:44.8773667Z [1m[32m Downloaded[0m funty v2.0.0 | |
2024-04-14T17:09:44.8786096Z [1m[32m Downloaded[0m fixed-hash v0.8.0 | |
2024-04-14T17:09:44.8803065Z [1m[32m Downloaded[0m ff v0.13.0 | |
2024-04-14T17:09:44.8827322Z [1m[32m Downloaded[0m fastrand v2.0.2 | |
2024-04-14T17:09:44.8848141Z [1m[32m Downloaded[0m enr v0.10.0 | |
2024-04-14T17:09:44.8877546Z [1m[32m Downloaded[0m dyn-clone v1.0.17 | |
2024-04-14T17:09:44.8905520Z [1m[32m Downloaded[0m digest v0.10.7 | |
2024-04-14T17:09:44.8937271Z [1m[32m Downloaded[0m convert_case v0.4.0 | |
2024-04-14T17:09:44.8951344Z [1m[32m Downloaded[0m const-hex v1.11.3 | |
2024-04-14T17:09:44.8980640Z [1m[32m Downloaded[0m windows_aarch64_gnullvm v0.52.5 | |
2024-04-14T17:09:44.9116348Z [1m[32m Downloaded[0m quote v1.0.36 | |
2024-04-14T17:09:44.9164305Z [1m[32m Downloaded[0m secp256k1-sys v0.9.2 | |
2024-04-14T17:09:44.9767645Z [1m[32m Downloaded[0m errno v0.3.8 | |
2024-04-14T17:09:44.9789301Z [1m[32m Downloaded[0m either v1.11.0 | |
2024-04-14T17:09:44.9812965Z [1m[32m Downloaded[0m ecdsa v0.16.9 | |
2024-04-14T17:09:44.9841369Z [1m[32m Downloaded[0m der v0.7.9 | |
2024-04-14T17:09:44.9932809Z [1m[32m Downloaded[0m cc v1.0.94 | |
2024-04-14T17:09:44.9979876Z [1m[32m Downloaded[0m bit-set v0.5.3 | |
2024-04-14T17:09:44.9996285Z [1m[32m Downloaded[0m base64 v0.21.7 | |
2024-04-14T17:09:45.0061502Z [1m[32m Downloaded[0m wasm-bindgen v0.2.92 | |
2024-04-14T17:09:45.0403869Z [1m[32m Downloaded[0m version_check v0.9.4 | |
2024-04-14T17:09:45.0423691Z [1m[32m Downloaded[0m unicode-normalization v0.1.23 | |
2024-04-14T17:09:45.0480872Z [1m[32m Downloaded[0m uint v0.9.5 | |
2024-04-14T17:09:45.0505589Z [1m[32m Downloaded[0m tungstenite v0.20.1 | |
2024-04-14T17:09:45.0561571Z [1m[32m Downloaded[0m tracing-attributes v0.1.27 | |
2024-04-14T17:09:45.0599618Z [1m[32m Downloaded[0m tracing v0.1.40 | |
2024-04-14T17:09:45.0667339Z [1m[32m Downloaded[0m toml_edit v0.20.7 | |
2024-04-14T17:09:45.1174766Z [1m[32m Downloaded[0m toml_edit v0.19.15 | |
2024-04-14T17:09:45.1553842Z [1m[32m Downloaded[0m tokio v1.37.0 | |
2024-04-14T17:09:45.2283044Z [1m[32m Downloaded[0m tinyvec v1.6.0 | |
2024-04-14T17:09:45.2328882Z [1m[32m Downloaded[0m syn v1.0.109 | |
2024-04-14T17:09:45.2494692Z [1m[32m Downloaded[0m futures v0.3.30 | |
2024-04-14T17:09:45.2578487Z [1m[32m Downloaded[0m ethers-providers v2.0.14 | |
2024-04-14T17:09:45.2647387Z [1m[32m Downloaded[0m enumn v0.1.13 | |
2024-04-14T17:09:45.2666330Z [1m[32m Downloaded[0m deranged v0.3.11 | |
2024-04-14T17:09:45.2685632Z [1m[32m Downloaded[0m core-foundation v0.9.4 | |
2024-04-14T17:09:45.2722285Z [1m[32m Downloaded[0m chrono v0.4.37 | |
2024-04-14T17:09:45.2852256Z [1m[32m Downloaded[0m cfg-if v1.0.0 | |
2024-04-14T17:09:45.2870706Z [1m[32m Downloaded[0m base16ct v0.2.0 | |
2024-04-14T17:09:45.2893053Z [1m[32m Downloaded[0m ark-std v0.4.0 | |
2024-04-14T17:09:45.2917485Z [1m[32m Downloaded[0m wasi v0.11.0+wasi-snapshot-preview1 | |
2024-04-14T17:09:45.2945092Z [1m[32m Downloaded[0m want v0.3.1 | |
2024-04-14T17:09:45.2959950Z [1m[32m Downloaded[0m wait-timeout v0.2.0 | |
2024-04-14T17:09:45.2983607Z [1m[32m Downloaded[0m valuable v0.1.0 | |
2024-04-14T17:09:45.3016399Z [1m[32m Downloaded[0m utf-8 v0.7.6 | |
2024-04-14T17:09:45.3035781Z [1m[32m Downloaded[0m url v2.5.0 | |
2024-04-14T17:09:45.3077655Z [1m[32m Downloaded[0m untrusted v0.9.0 | |
2024-04-14T17:09:45.3105587Z [1m[32m Downloaded[0m untrusted v0.7.1 | |
2024-04-14T17:09:45.3123043Z [1m[32m Downloaded[0m unindent v0.1.11 | |
2024-04-14T17:09:45.3136849Z [1m[32m Downloaded[0m unicode-xid v0.2.4 | |
2024-04-14T17:09:45.3159108Z [1m[32m Downloaded[0m unicode-ident v1.0.12 | |
2024-04-14T17:09:45.3205481Z [1m[32m Downloaded[0m unicode-bidi v0.3.15 | |
2024-04-14T17:09:45.3246498Z [1m[32m Downloaded[0m unarray v0.1.4 | |
2024-04-14T17:09:45.3267030Z [1m[32m Downloaded[0m ucd-trie v0.1.6 | |
2024-04-14T17:09:45.3292606Z [1m[32m Downloaded[0m typenum v1.17.0 | |
2024-04-14T17:09:45.3334705Z [1m[32m Downloaded[0m try-lock v0.2.5 | |
2024-04-14T17:09:45.3349587Z [1m[32m Downloaded[0m tracing-futures v0.2.5 | |
2024-04-14T17:09:45.3373227Z [1m[32m Downloaded[0m tracing-core v0.1.32 | |
2024-04-14T17:09:45.3417915Z [1m[32m Downloaded[0m tower-service v0.3.2 | |
2024-04-14T17:09:45.3430580Z [1m[32m Downloaded[0m toml_edit v0.21.1 | |
2024-04-14T17:09:45.3952561Z [1m[32m Downloaded[0m toml_datetime v0.6.5 | |
2024-04-14T17:09:45.3967068Z [1m[32m Downloaded[0m tokio-util v0.7.10 | |
2024-04-14T17:09:45.4083092Z [1m[32m Downloaded[0m tokio-tungstenite v0.20.1 | |
2024-04-14T17:09:45.4116719Z [1m[32m Downloaded[0m tokio-rustls v0.24.1 | |
2024-04-14T17:09:45.4156450Z [1m[32m Downloaded[0m tokio-macros v2.2.0 | |
2024-04-14T17:09:45.4171693Z [1m[32m Downloaded[0m tinyvec_macros v0.1.1 | |
2024-04-14T17:09:45.4184917Z [1m[32m Downloaded[0m tiny-keccak v2.0.2 | |
2024-04-14T17:09:45.4227319Z [1m[32m Downloaded[0m time-macros v0.2.18 | |
2024-04-14T17:09:45.4263595Z [1m[32m Downloaded[0m time-core v0.1.2 | |
2024-04-14T17:09:45.4277777Z [1m[32m Downloaded[0m time v0.3.36 | |
2024-04-14T17:09:45.4402464Z [1m[32m Downloaded[0m threadpool v1.8.1 | |
2024-04-14T17:09:45.4416559Z [1m[32m Downloaded[0m thiserror-impl v1.0.58 | |
2024-04-14T17:09:45.4441757Z [1m[32m Downloaded[0m target-lexicon v0.12.14 | |
2024-04-14T17:09:45.4477294Z [1m[32m Downloaded[0m system-configuration v0.5.1 | |
2024-04-14T17:09:45.4497373Z [1m[32m Downloaded[0m syn v2.0.58 | |
2024-04-14T17:09:45.4667011Z [1m[32m Downloaded[0m subtle v2.5.0 | |
2024-04-14T17:09:45.4685971Z [1m[32m Downloaded[0m strum v0.26.2 | |
2024-04-14T17:09:45.4699151Z [1m[32m Downloaded[0m static_assertions v1.1.0 | |
2024-04-14T17:09:45.4723261Z [1m[32m Downloaded[0m spki v0.7.3 | |
2024-04-14T17:09:45.4753662Z [1m[32m Downloaded[0m slab v0.4.9 | |
2024-04-14T17:09:45.4775304Z [1m[32m Downloaded[0m simple_asn1 v0.6.2 | |
2024-04-14T17:09:45.4793752Z [1m[32m Downloaded[0m signature v2.2.0 | |
2024-04-14T17:09:45.4818307Z [1m[32m Downloaded[0m sha3-asm v0.1.0 | |
2024-04-14T17:09:45.4981570Z [1m[32m Downloaded[0m sha2 v0.10.8 | |
2024-04-14T17:09:45.5022796Z [1m[32m Downloaded[0m sha1 v0.10.6 | |
2024-04-14T17:09:45.5050382Z [1m[32m Downloaded[0m serde_urlencoded v0.7.1 | |
2024-04-14T17:09:45.5080098Z [1m[32m Downloaded[0m serde_derive v1.0.197 | |
2024-04-14T17:09:45.5121421Z [1m[32m Downloaded[0m serde v1.0.197 | |
2024-04-14T17:09:45.5172229Z [1m[32m Downloaded[0m send_wrapper v0.6.0 | |
2024-04-14T17:09:45.5192430Z [1m[32m Downloaded[0m semver-parser v0.10.2 | |
2024-04-14T17:09:45.5221868Z [1m[32m Downloaded[0m sec1 v0.7.3 | |
2024-04-14T17:09:45.5249342Z [1m[32m Downloaded[0m group v0.13.0 | |
2024-04-14T17:09:45.5274589Z [1m[32m Downloaded[0m gloo-timers v0.2.6 | |
2024-04-14T17:09:45.5292069Z [1m[32m Downloaded[0m generic-array v0.14.7 | |
2024-04-14T17:09:45.5315115Z [1m[32m Downloaded[0m futures-task v0.3.30 | |
2024-04-14T17:09:45.5334402Z [1m[32m Downloaded[0m futures-sink v0.3.30 | |
2024-04-14T17:09:45.5346884Z [1m[32m Downloaded[0m futures-io v0.3.30 | |
2024-04-14T17:09:45.5360614Z [1m[32m Downloaded[0m fastrlp v0.3.1 | |
2024-04-14T17:09:45.5384255Z [1m[32m Downloaded[0m ethereum-types v0.14.1 | |
2024-04-14T17:09:45.5400352Z [1m[32m Downloaded[0m ethbloom v0.13.0 | |
2024-04-14T17:09:45.5414393Z [1m[32m Downloaded[0m digest v0.9.0 | |
2024-04-14T17:09:45.5435363Z [1m[32m Downloaded[0m bitflags v2.5.0 | |
2024-04-14T17:09:45.5506825Z [1m[32m Downloaded[0m bitflags v1.3.2 | |
2024-04-14T17:09:45.5566230Z [1m[32m Downloaded[0m bit-vec v0.6.3 | |
2024-04-14T17:09:45.5586148Z [1m[32m Downloaded[0m aurora-engine-modexp v1.0.0 | |
2024-04-14T17:09:45.5602158Z [1m[32m Downloaded[0m arrayvec v0.7.4 | |
2024-04-14T17:09:45.5636929Z [1m[32m Downloaded[0m ark-ff-macros v0.4.2 | |
2024-04-14T17:09:45.5659441Z [1m[32m Downloaded[0m tap v1.0.1 | |
2024-04-14T17:09:45.5674498Z [1m[32m Downloaded[0m substrate-bn v0.6.0 | |
2024-04-14T17:09:45.5717812Z [1m[32m Downloaded[0m strum_macros v0.26.2 | |
2024-04-14T17:09:45.5758947Z [1m[32m Downloaded[0m spin v0.9.8 | |
2024-04-14T17:09:45.5799805Z [1m[32m Downloaded[0m smallvec v1.13.2 | |
2024-04-14T17:09:45.5833745Z [1m[32m Downloaded[0m sha3 v0.10.8 | |
2024-04-14T17:09:45.5905769Z [1m[32m Downloaded[0m send_wrapper v0.4.0 | |
2024-04-14T17:09:45.5920374Z [1m[32m Downloaded[0m secp256k1 v0.28.2 | |
2024-04-14T17:09:45.5997264Z [1m[32m Downloaded[0m sct v0.7.1 | |
2024-04-14T17:09:45.6066654Z [1m[32m Downloaded[0m scopeguard v1.2.0 | |
2024-04-14T17:09:45.6085983Z [1m[32m Downloaded[0m ryu v1.0.17 | |
2024-04-14T17:09:45.6140578Z [1m[32m Downloaded[0m rustls-webpki v0.101.7 | |
2024-04-14T17:09:45.6436261Z [1m[32m Downloaded[0m fnv v1.0.7 | |
2024-04-14T17:09:45.6450079Z [1m[32m Downloaded[0m ethabi v18.0.0 | |
2024-04-14T17:09:45.6495338Z [1m[32m Downloaded[0m data-encoding v2.5.0 | |
2024-04-14T17:09:45.6510154Z [1m[32m Downloaded[0m crypto-common v0.1.6 | |
2024-04-14T17:09:45.6524102Z [1m[32m Downloaded[0m const-oid v0.9.6 | |
2024-04-14T17:09:45.6555488Z [1m[32m Downloaded[0m byte-slice-cast v1.2.2 | |
2024-04-14T17:09:45.6570640Z [1m[32m Downloaded[0m block-buffer v0.10.4 | |
2024-04-14T17:09:45.6586873Z [1m[32m Downloaded[0m auto_impl v1.2.0 | |
2024-04-14T17:09:45.6707982Z [1m[32m Downloaded[0m async-trait v0.1.80 | |
2024-04-14T17:09:45.6770833Z [1m[32m Downloaded[0m ark-serialize v0.4.2 | |
2024-04-14T17:09:45.6788159Z [1m[32m Downloaded[0m ark-ff-asm v0.4.2 | |
2024-04-14T17:09:45.6805226Z [1m[32m Downloaded[0m crypto-bigint v0.5.5 | |
2024-04-14T17:09:45.6935063Z [1m[32m Downloaded[0m ark-ff-asm v0.3.0 | |
2024-04-14T17:09:45.6949842Z [1m[32m Downloaded[0m spin v0.5.2 | |
2024-04-14T17:09:45.6972466Z [1m[32m Downloaded[0m socket2 v0.5.6 | |
2024-04-14T17:09:45.7001440Z [1m[32m Downloaded[0m serde_json v1.0.115 | |
2024-04-14T17:09:45.7131817Z [1m[32m Downloaded[0m semver v1.0.22 | |
2024-04-14T17:09:45.7171634Z [1m[32m Downloaded[0m semver v0.11.0 | |
2024-04-14T17:09:45.7199952Z [1m[32m Downloaded[0m scale-info v2.11.2 | |
2024-04-14T17:09:45.7234105Z [1m[32m Downloaded[0m rustversion v1.0.15 | |
2024-04-14T17:09:45.7281385Z [1m[32m Downloaded[0m rustix v0.38.32 | |
2024-04-14T17:09:45.7759042Z [1m[32m Downloaded[0m form_urlencoded v1.2.1 | |
2024-04-14T17:09:45.7770887Z [1m[32m Downloaded[0m byteorder v1.5.0 | |
2024-04-14T17:09:45.7797421Z [1m[32m Downloaded[0m async_io_stream v0.3.3 | |
2024-04-14T17:09:45.7826887Z [1m[32m Downloaded[0m rustls v0.21.10 | |
2024-04-14T17:09:45.8025708Z [1m[32m Downloaded[0m crunchy v0.2.2 | |
2024-04-14T17:09:45.8037900Z [1m[32m Downloaded[0m rustls-pemfile v1.0.4 | |
2024-04-14T17:09:45.8076577Z [1m[32m Downloaded[0m ark-ff v0.4.2 | |
2024-04-14T17:09:45.8145432Z [1m[32m Downloaded[0m autocfg v1.2.0 | |
2024-04-14T17:09:45.8173233Z [1m[32m Downloaded[0m ark-std v0.3.0 | |
2024-04-14T17:09:45.8193674Z [1m[32m Downloaded[0m ark-serialize v0.3.0 | |
2024-04-14T17:09:45.8208981Z [1m[32m Downloaded[0m heck v0.4.1 | |
2024-04-14T17:09:45.8230233Z [1m[32m Downloaded[0m cpufeatures v0.2.12 | |
2024-04-14T17:09:45.8253286Z [1m[32m Downloaded[0m aho-corasick v1.1.3 | |
2024-04-14T17:09:45.8343639Z [1m[32m Downloaded[0m alloy-rlp v0.3.4 | |
2024-04-14T17:09:45.8362551Z [1m[32m Downloaded[0m alloy-primitives v0.7.0 | |
2024-04-14T17:09:45.8425357Z [1m[32m Downloaded[0m allocator-api2 v0.2.18 | |
2024-04-14T17:09:45.8477229Z [1m[32m Downloaded[0m ahash v0.8.11 | |
2024-04-14T17:09:45.8517613Z [1m[32m Downloaded[0m adler v1.0.2 | |
2024-04-14T17:09:45.8540641Z [1m[32m Downloaded[0m addr2line v0.21.0 | |
2024-04-14T17:09:45.9250552Z π Found pyo3 bindings | |
2024-04-14T17:09:47.5447623Z π Found CPython 3.7m at /usr/local/bin/python3.7, CPython 3.8 at /usr/local/bin/python3.8, CPython 3.9 at /usr/local/bin/python3.9, CPython 3.10 at /usr/local/bin/python3.10, CPython 3.11 at /usr/local/bin/python3.11, CPython 3.12 at /usr/local/bin/python3.12, PyPy 3.7 at /usr/local/bin/pypy3.7, PyPy 3.8 at /usr/local/bin/pypy3.8, PyPy 3.9 at /usr/local/bin/pypy3.9, PyPy 3.10 at /usr/local/bin/pypy3.10 | |
2024-04-14T17:09:47.8201702Z [1m[32m Compiling[0m proc-macro2 v1.0.79 | |
2024-04-14T17:09:47.8202541Z [1m[32m Compiling[0m unicode-ident v1.0.12 | |
2024-04-14T17:09:47.8203101Z [1m[32m Compiling[0m cfg-if v1.0.0 | |
2024-04-14T17:09:47.8203575Z [1m[32m Compiling[0m libc v0.2.153 | |
2024-04-14T17:09:47.9067532Z [1m[32m Compiling[0m serde v1.0.197 | |
2024-04-14T17:09:47.9488170Z [1m[32m Compiling[0m autocfg v1.2.0 | |
2024-04-14T17:09:48.1839636Z [1m[32m Compiling[0m version_check v0.9.4 | |
2024-04-14T17:09:48.2282451Z [1m[32m Compiling[0m cc v1.0.94 | |
2024-04-14T17:09:48.4565341Z [1m[32m Compiling[0m once_cell v1.19.0 | |
2024-04-14T17:09:48.5521140Z [1m[32m Compiling[0m getrandom v0.2.14 | |
2024-04-14T17:09:48.6647000Z [1m[32m Compiling[0m syn v1.0.109 | |
2024-04-14T17:09:48.8293791Z [1m[32m Compiling[0m quote v1.0.36 | |
2024-04-14T17:09:49.0016210Z [1m[32m Compiling[0m typenum v1.17.0 | |
2024-04-14T17:09:49.0669008Z [1m[32m Compiling[0m generic-array v0.14.7 | |
2024-04-14T17:09:49.2096515Z [1m[32m Compiling[0m syn v2.0.58 | |
2024-04-14T17:09:49.3408215Z [1m[32m Compiling[0m rand_core v0.6.4 | |
2024-04-14T17:09:49.4564012Z [1m[32m Compiling[0m subtle v2.5.0 | |
2024-04-14T17:09:49.7052280Z [1m[32m Compiling[0m const-oid v0.9.6 | |
2024-04-14T17:09:49.7393232Z [1m[32m Compiling[0m serde_derive v1.0.197 | |
2024-04-14T17:09:49.8174047Z [1m[32m Compiling[0m zeroize_derive v1.4.2 | |
2024-04-14T17:09:49.8245817Z [1m[32m Compiling[0m hashbrown v0.14.3 | |
2024-04-14T17:09:49.8693428Z [1m[32m Compiling[0m equivalent v1.0.1 | |
2024-04-14T17:09:49.9708290Z [1m[32m Compiling[0m winnow v0.5.40 | |
2024-04-14T17:09:50.0098511Z [1m[32m Compiling[0m indexmap v2.2.6 | |
2024-04-14T17:09:50.2050444Z [1m[32m Compiling[0m itoa v1.0.11 | |
2024-04-14T17:09:50.2866113Z [1m[32m Compiling[0m toml_datetime v0.6.5 | |
2024-04-14T17:09:50.3066173Z [1m[32m Compiling[0m ahash v0.8.11 | |
2024-04-14T17:09:50.3897050Z [1m[32m Compiling[0m ppv-lite86 v0.2.17 | |
2024-04-14T17:09:50.4919389Z [1m[32m Compiling[0m crunchy v0.2.2 | |
2024-04-14T17:09:50.5679559Z [1m[32m Compiling[0m target-lexicon v0.12.14 | |
2024-04-14T17:09:50.6969780Z [1m[32m Compiling[0m zeroize v1.7.0 | |
2024-04-14T17:09:50.7138481Z [1m[32m Compiling[0m rand_chacha v0.3.1 | |
2024-04-14T17:09:50.8737262Z [1m[32m Compiling[0m num_cpus v1.16.0 | |
2024-04-14T17:09:50.9841032Z [1m[32m Compiling[0m num-traits v0.2.18 | |
2024-04-14T17:09:50.9990460Z [1m[32m Compiling[0m block-buffer v0.10.4 | |
2024-04-14T17:09:51.0019578Z [1m[32m Compiling[0m crypto-common v0.1.6 | |
2024-04-14T17:09:51.1242298Z [1m[32m Compiling[0m digest v0.10.7 | |
2024-04-14T17:09:51.1322883Z [1m[32m Compiling[0m zerocopy v0.7.32 | |
2024-04-14T17:09:51.1599643Z [1m[32m Compiling[0m byteorder v1.5.0 | |
2024-04-14T17:09:51.4225076Z [1m[32m Compiling[0m rand v0.8.5 | |
2024-04-14T17:09:51.5738093Z [1m[32m Compiling[0m allocator-api2 v0.2.18 | |
2024-04-14T17:09:51.6235434Z [1m[32m Compiling[0m pyo3-build-config v0.19.2 | |
2024-04-14T17:09:51.7587013Z [1m[32m Compiling[0m cpufeatures v0.2.12 | |
2024-04-14T17:09:51.8380189Z [1m[32m Compiling[0m convert_case v0.4.0 | |
2024-04-14T17:09:51.8686546Z [1m[32m Compiling[0m pin-project-lite v0.2.14 | |
2024-04-14T17:09:51.9508604Z [1m[32m Compiling[0m rustc-hex v2.1.0 | |
2024-04-14T17:09:51.9724968Z [1m[32m Compiling[0m derive_more v0.99.17 | |
2024-04-14T17:09:52.0536661Z [1m[32m Compiling[0m toml_edit v0.20.7 | |
2024-04-14T17:09:52.2671755Z [1m[32m Compiling[0m ring v0.17.8 | |
2024-04-14T17:09:52.4167784Z [1m[32m Compiling[0m tiny-keccak v2.0.2 | |
2024-04-14T17:09:52.8028987Z [1m[32m Compiling[0m proc-macro-crate v2.0.0 | |
2024-04-14T17:09:52.9176923Z [1m[32m Compiling[0m futures-core v0.3.30 | |
2024-04-14T17:09:53.0312359Z [1m[32m Compiling[0m parity-scale-codec-derive v3.6.9 | |
2024-04-14T17:09:53.8530527Z [1m[32m Compiling[0m bytes v1.6.0 | |
2024-04-14T17:09:54.0355492Z [1m[32m Compiling[0m hex v0.4.3 | |
2024-04-14T17:09:54.5261632Z [1m[32m Compiling[0m der v0.7.9 | |
2024-04-14T17:09:54.8013360Z [1m[32m Compiling[0m toml_edit v0.19.15 | |
2024-04-14T17:09:54.9746646Z [1m[32m Compiling[0m impl-trait-for-tuples v0.2.2 | |
2024-04-14T17:09:55.0397948Z [1m[32m Compiling[0m rlp-derive v0.1.0 | |
2024-04-14T17:09:55.0641104Z [1m[32m Compiling[0m byte-slice-cast v1.2.2 | |
2024-04-14T17:09:55.1880713Z [1m[32m Compiling[0m arrayvec v0.7.4 | |
2024-04-14T17:09:55.3360269Z [1m[32m Compiling[0m wasm-bindgen-shared v0.2.92 | |
2024-04-14T17:09:55.4833244Z [1m[32m Compiling[0m untrusted v0.9.0 | |
2024-04-14T17:09:55.5906894Z [1m[32m Compiling[0m spin v0.9.8 | |
2024-04-14T17:09:55.6748519Z [1m[32m Compiling[0m rlp v0.5.2 | |
2024-04-14T17:09:55.7830214Z [1m[32m Compiling[0m proc-macro-crate v1.3.1 | |
2024-04-14T17:09:55.7917905Z [1m[32m Compiling[0m pyo3-ffi v0.19.2 | |
2024-04-14T17:09:55.9090388Z [1m[32m Compiling[0m num-integer v0.1.46 | |
2024-04-14T17:09:56.0385601Z [1m[32m Compiling[0m tokio-macros v2.2.0 | |
2024-04-14T17:09:56.0572417Z [1m[32m Compiling[0m mio v0.8.11 | |
2024-04-14T17:09:56.0624277Z [1m[32m Compiling[0m socket2 v0.5.6 | |
2024-04-14T17:09:56.2760502Z [1m[32m Compiling[0m num-bigint v0.4.4 | |
2024-04-14T17:09:56.2964296Z [1m[32m Compiling[0m slab v0.4.9 | |
2024-04-14T17:09:56.5055726Z [1m[32m Compiling[0m lock_api v0.4.11 | |
2024-04-14T17:09:56.5306846Z [1m[32m Compiling[0m parking_lot_core v0.9.9 | |
2024-04-14T17:09:56.7092653Z [1m[32m Compiling[0m static_assertions v1.1.0 | |
2024-04-14T17:09:56.7595807Z [1m[32m Compiling[0m thiserror v1.0.58 | |
2024-04-14T17:09:56.8160025Z [1m[32m Compiling[0m fnv v1.0.7 | |
2024-04-14T17:09:56.9278481Z [1m[32m Compiling[0m http v0.2.12 | |
2024-04-14T17:09:56.9497951Z [1m[32m Compiling[0m tokio v1.37.0 | |
2024-04-14T17:09:57.2511076Z [1m[32m Compiling[0m scale-info-derive v2.11.2 | |
2024-04-14T17:09:57.4634467Z [1m[32m Compiling[0m spki v0.7.3 | |
2024-04-14T17:09:57.5817404Z [1m[32m Compiling[0m tracing-attributes v0.1.27 | |
2024-04-14T17:09:57.7827265Z [1m[32m Compiling[0m thiserror-impl v1.0.58 | |
2024-04-14T17:09:58.7658044Z [1m[32m Compiling[0m tracing-core v0.1.32 | |
2024-04-14T17:09:58.9341794Z [1m[32m Compiling[0m ff v0.13.0 | |
2024-04-14T17:09:59.0493599Z [1m[32m Compiling[0m memoffset v0.9.1 | |
2024-04-14T17:09:59.2392568Z [1m[32m Compiling[0m httparse v1.8.0 | |
2024-04-14T17:09:59.2525263Z [1m[32m Compiling[0m smallvec v1.13.2 | |
2024-04-14T17:09:59.2959138Z [1m[32m Compiling[0m parity-scale-codec v3.6.9 | |
2024-04-14T17:09:59.3233181Z [1m[32m Compiling[0m bumpalo v3.16.0 | |
2024-04-14T17:09:59.4076272Z [1m[32m Compiling[0m rustls v0.21.10 | |
2024-04-14T17:09:59.4378113Z [1m[32m Compiling[0m base16ct v0.2.0 | |
2024-04-14T17:09:59.4655744Z [1m[32m Compiling[0m scopeguard v1.2.0 | |
2024-04-14T17:09:59.5366119Z [1m[32m Compiling[0m tinyvec_macros v0.1.1 | |
2024-04-14T17:09:59.5472739Z [1m[32m Compiling[0m futures-sink v0.3.30 | |
2024-04-14T17:09:59.5599330Z [1m[32m Compiling[0m log v0.4.21 | |
2024-04-14T17:09:59.6383274Z [1m[32m Compiling[0m tinyvec v1.6.0 | |
2024-04-14T17:09:59.6747623Z [1m[32m Compiling[0m wasm-bindgen-backend v0.2.92 | |
2024-04-14T17:09:59.7052436Z [1m[32m Compiling[0m sec1 v0.7.3 | |
2024-04-14T17:09:59.8056063Z [1m[32m Compiling[0m impl-codec v0.6.0 | |
2024-04-14T17:09:59.8314511Z [1m[32m Compiling[0m scale-info v2.11.2 | |
2024-04-14T17:09:59.9241824Z [1m[32m Compiling[0m tracing v0.1.40 | |
2024-04-14T17:10:00.0113137Z [1m[32m Compiling[0m group v0.13.0 | |
2024-04-14T17:10:00.0691399Z [1m[32m Compiling[0m pkcs8 v0.10.2 | |
2024-04-14T17:10:00.1763416Z [1m[32m Compiling[0m fixed-hash v0.8.0 | |
2024-04-14T17:10:00.2475328Z [1m[32m Compiling[0m rustls-webpki v0.101.7 | |
2024-04-14T17:10:00.2871638Z [1m[32m Compiling[0m sct v0.7.1 | |
2024-04-14T17:10:00.3053149Z [1m[32m Compiling[0m impl-rlp v0.3.0 | |
2024-04-14T17:10:00.3789860Z [1m[32m Compiling[0m bitflags v2.5.0 | |
2024-04-14T17:10:00.3993870Z [1m[32m Compiling[0m impl-serde v0.4.0 | |
2024-04-14T17:10:00.4122380Z [1m[32m Compiling[0m pyo3 v0.19.2 | |
2024-04-14T17:10:00.4237091Z [1m[32m Compiling[0m hmac v0.12.1 | |
2024-04-14T17:10:00.4973429Z [1m[32m Compiling[0m crypto-bigint v0.5.5 | |
2024-04-14T17:10:00.5149813Z [1m[32m Compiling[0m pyo3-macros-backend v0.19.2 | |
2024-04-14T17:10:00.5392785Z [1m[32m Compiling[0m futures-macro v0.3.30 | |
2024-04-14T17:10:00.6377138Z [1m[32m Compiling[0m blst v0.3.11 | |
2024-04-14T17:10:00.7766823Z [1m[32m Compiling[0m ryu v1.0.17 | |
2024-04-14T17:10:00.9060310Z [1m[32m Compiling[0m percent-encoding v2.3.1 | |
2024-04-14T17:10:00.9805066Z [1m[32m Compiling[0m serde_json v1.0.115 | |
2024-04-14T17:10:01.0008574Z [1m[32m Compiling[0m pin-utils v0.1.0 | |
2024-04-14T17:10:01.0501420Z [1m[32m Compiling[0m futures-task v0.3.30 | |
2024-04-14T17:10:01.1080247Z [1m[32m Compiling[0m form_urlencoded v1.2.1 | |
2024-04-14T17:10:01.1616124Z [1m[32m Compiling[0m pyo3-macros v0.19.2 | |
2024-04-14T17:10:01.2210321Z [1m[32m Compiling[0m elliptic-curve v0.13.8 | |
2024-04-14T17:10:01.4084338Z [1m[32m Compiling[0m rfc6979 v0.4.0 | |
2024-04-14T17:10:01.5159021Z [1m[32m Compiling[0m futures-util v0.3.30 | |
2024-04-14T17:10:01.8624844Z [1m[32m Compiling[0m wasm-bindgen-macro-support v0.2.92 | |
2024-04-14T17:10:01.8700974Z [1m[32m Compiling[0m parking_lot v0.12.1 | |
2024-04-14T17:10:02.0065387Z [1m[32m Compiling[0m unicode-normalization v0.1.23 | |
2024-04-14T17:10:02.0252241Z [1m[32m Compiling[0m uint v0.9.5 | |
2024-04-14T17:10:02.0504239Z [1m[32m Compiling[0m const-hex v1.11.3 | |
2024-04-14T17:10:02.1557961Z [1m[32m Compiling[0m futures-channel v0.3.30 | |
2024-04-14T17:10:02.2056165Z [1m[32m Compiling[0m signature v2.2.0 | |
2024-04-14T17:10:02.2114644Z [1m[32m Compiling[0m auto_impl v1.2.0 | |
2024-04-14T17:10:02.2182543Z [1m[32m Compiling[0m memchr v2.7.2 | |
2024-04-14T17:10:02.3169709Z [1m[32m Compiling[0m unicode-bidi v0.3.15 | |
2024-04-14T17:10:02.3340258Z [1m[32m Compiling[0m indoc v1.0.9 | |
2024-04-14T17:10:02.4021405Z [1m[32m Compiling[0m rustversion v1.0.15 | |
2024-04-14T17:10:02.5048540Z [1m[32m Compiling[0m spin v0.5.2 | |
2024-04-14T17:10:02.6401973Z [1m[32m Compiling[0m unindent v0.1.11 | |
2024-04-14T17:10:02.7382957Z [1m[32m Compiling[0m radium v0.7.0 | |
2024-04-14T17:10:02.7767670Z [1m[32m Compiling[0m wasm-bindgen v0.2.92 | |
2024-04-14T17:10:02.9996040Z [1m[32m Compiling[0m idna v0.5.0 | |
2024-04-14T17:10:03.0115414Z [1m[32m Compiling[0m aho-corasick v1.1.3 | |
2024-04-14T17:10:03.2473026Z [1m[32m Compiling[0m ecdsa v0.16.9 | |
2024-04-14T17:10:03.3138721Z [1m[32m Compiling[0m primitive-types v0.12.2 | |
2024-04-14T17:10:03.4094579Z [1m[32m Compiling[0m wasm-bindgen-macro v0.2.92 | |
2024-04-14T17:10:03.4778536Z [1m[32m Compiling[0m ethbloom v0.13.0 | |
2024-04-14T17:10:03.5358823Z [1m[32m Compiling[0m tokio-util v0.7.10 | |
2024-04-14T17:10:03.6327924Z [1m[32m Compiling[0m alloy-rlp v0.3.4 | |
2024-04-14T17:10:03.7158301Z [1m[32m Compiling[0m sha2 v0.10.8 | |
2024-04-14T17:10:03.7570811Z [1m[32m Compiling[0m threadpool v1.8.1 | |
2024-04-14T17:10:03.7683744Z [1m[32m Compiling[0m toml_edit v0.21.1 | |
2024-04-14T17:10:03.8732409Z [1m[32m Compiling[0m c-kzg v1.0.0 | |
2024-04-14T17:10:03.8813853Z [1m[32m Compiling[0m num-rational v0.4.1 | |
2024-04-14T17:10:04.0062768Z [1m[32m Compiling[0m rustix v0.38.32 | |
2024-04-14T17:10:04.0111964Z [1m[32m Compiling[0m tap v1.0.1 | |
2024-04-14T17:10:04.0734188Z [1m[32m Compiling[0m keccak v0.1.5 | |
2024-04-14T17:10:04.1461749Z [1m[32m Compiling[0m try-lock v0.2.5 | |
2024-04-14T17:10:04.1570021Z [1m[32m Compiling[0m time-core v0.1.2 | |
2024-04-14T17:10:04.1948864Z [1m[32m Compiling[0m base64 v0.21.7 | |
2024-04-14T17:10:04.2580538Z [1m[32m Compiling[0m ruint-macro v1.2.0 | |
2024-04-14T17:10:04.2632018Z [1m[32m Compiling[0m num-conv v0.1.0 | |
2024-04-14T17:10:04.3069101Z [1m[32m Compiling[0m regex-syntax v0.8.3 | |
2024-04-14T17:10:04.3446686Z [1m[32m Compiling[0m powerfmt v0.2.0 | |
2024-04-14T17:10:04.4033276Z [1m[32m Compiling[0m time-macros v0.2.18 | |
2024-04-14T17:10:04.4672543Z [1m[32m Compiling[0m deranged v0.3.11 | |
2024-04-14T17:10:04.6385466Z [1m[32m Compiling[0m ruint v1.12.1 | |
2024-04-14T17:10:04.6733168Z [1m[32m Compiling[0m regex-automata v0.4.6 | |
2024-04-14T17:10:04.7421062Z [1m[32m Compiling[0m want v0.3.1 | |
2024-04-14T17:10:04.8662053Z [1m[32m Compiling[0m sha3 v0.10.8 | |
2024-04-14T17:10:04.9949454Z [1m[32m Compiling[0m wyz v0.5.1 | |
2024-04-14T17:10:05.0924983Z [1m[32m Compiling[0m proc-macro-crate v3.1.0 | |
2024-04-14T17:10:05.2402548Z [1m[32m Compiling[0m k256 v0.13.3 | |
2024-04-14T17:10:05.4141342Z [1m[32m Compiling[0m h2 v0.3.26 | |
2024-04-14T17:10:05.4142573Z [1m[32m Compiling[0m ethereum-types v0.14.1 | |
2024-04-14T17:10:05.6586515Z [1m[32m Compiling[0m url v2.5.0 | |
2024-04-14T17:10:06.3757416Z [1m[32m Compiling[0m tokio-rustls v0.24.1 | |
2024-04-14T17:10:07.1400508Z [1m[32m Compiling[0m http-body v0.4.6 | |
2024-04-14T17:10:07.1637038Z [1m[32m Compiling[0m secp256k1-sys v0.9.2 | |
2024-04-14T17:10:07.2274228Z [1m[32m Compiling[0m ring v0.16.20 | |
2024-04-14T17:10:07.2716244Z [1m[32m Compiling[0m tower-service v0.3.2 | |
2024-04-14T17:10:07.3532067Z [1m[32m Compiling[0m hex-literal v0.4.1 | |
2024-04-14T17:10:07.3917356Z [1m[32m Compiling[0m funty v2.0.0 | |
2024-04-14T17:10:07.4333070Z [1m[32m Compiling[0m linux-raw-sys v0.4.13 | |
2024-04-14T17:10:07.4688065Z [1m[32m Compiling[0m httpdate v1.0.3 | |
2024-04-14T17:10:07.5849967Z [1m[32m Compiling[0m heck v0.4.1 | |
2024-04-14T17:10:07.7173441Z [1m[32m Compiling[0m strum_macros v0.26.2 | |
2024-04-14T17:10:07.7462424Z [1m[32m Compiling[0m time v0.3.36 | |
2024-04-14T17:10:07.8686822Z [1m[32m Compiling[0m open-fastrlp-derive v0.1.1 | |
2024-04-14T17:10:08.5416154Z [1m[32m Compiling[0m bitvec v1.0.1 | |
2024-04-14T17:10:08.5448738Z [1m[32m Compiling[0m hyper v0.14.28 | |
2024-04-14T17:10:08.9772537Z [1m[32m Compiling[0m alloy-primitives v0.7.0 | |
2024-04-14T17:10:09.3960959Z [1m[32m Compiling[0m js-sys v0.3.69 | |
2024-04-14T17:10:09.9584090Z [1m[32m Compiling[0m num_enum_derive v0.7.2 | |
2024-04-14T17:10:10.5857857Z [1m[32m Compiling[0m regex v1.10.4 | |
2024-04-14T17:10:10.9214707Z [1m[32m Compiling[0m num-iter v0.1.44 | |
2024-04-14T17:10:11.0434668Z [1m[32m Compiling[0m sha1 v0.10.6 | |
2024-04-14T17:10:11.1927836Z [1m[32m Compiling[0m num-complex v0.4.5 | |
2024-04-14T17:10:11.3734971Z [1m[32m Compiling[0m pin-project-internal v1.1.5 | |
2024-04-14T17:10:11.3736194Z [1m[32m Compiling[0m enumn v0.1.13 | |
2024-04-14T17:10:11.9647231Z [1m[32m Compiling[0m untrusted v0.7.1 | |
2024-04-14T17:10:12.0508097Z [1m[32m Compiling[0m fastrand v2.0.2 | |
2024-04-14T17:10:12.0899485Z [1m[32m Compiling[0m base64 v0.13.1 | |
2024-04-14T17:10:12.1892713Z [1m[32m Compiling[0m dyn-clone v1.0.17 | |
2024-04-14T17:10:12.2472261Z [1m[32m Compiling[0m data-encoding v2.5.0 | |
2024-04-14T17:10:12.3129380Z [1m[32m Compiling[0m utf-8 v0.7.6 | |
2024-04-14T17:10:12.3952485Z [1m[32m Compiling[0m webpki-roots v0.25.4 | |
2024-04-14T17:10:12.4234502Z [1m[32m Compiling[0m tungstenite v0.20.1 | |
2024-04-14T17:10:12.5155534Z [1m[32m Compiling[0m revm-primitives v3.1.1 | |
2024-04-14T17:10:12.6411684Z [1m[32m Compiling[0m pem v1.1.1 | |
2024-04-14T17:10:12.7383515Z [1m[32m Compiling[0m pin-project v1.1.5 | |
2024-04-14T17:10:12.7715139Z [1m[32m Compiling[0m tempfile v3.10.1 | |
2024-04-14T17:10:12.8533197Z [1m[32m Compiling[0m num_enum v0.7.2 | |
2024-04-14T17:10:12.8632601Z [1m[32m Compiling[0m num v0.4.2 | |
2024-04-14T17:10:12.8936563Z [1m[32m Compiling[0m ethabi v18.0.0 | |
2024-04-14T17:10:12.9762955Z [1m[32m Compiling[0m gloo-timers v0.2.6 | |
2024-04-14T17:10:12.9911342Z [1m[32m Compiling[0m strum v0.26.2 | |
2024-04-14T17:10:13.0954347Z [1m[32m Compiling[0m hyper-rustls v0.24.2 | |
2024-04-14T17:10:13.1008132Z [1m[32m Compiling[0m open-fastrlp v0.1.4 | |
2024-04-14T17:10:13.1229092Z [1m[32m Compiling[0m simple_asn1 v0.6.2 | |
2024-04-14T17:10:13.1288687Z [1m[32m Compiling[0m rustls-pemfile v1.0.4 | |
2024-04-14T17:10:13.2468771Z [1m[32m Compiling[0m lazy_static v1.4.0 | |
2024-04-14T17:10:13.2525783Z [1m[32m Compiling[0m serde_urlencoded v0.7.1 | |
2024-04-14T17:10:13.2628779Z [1m[32m Compiling[0m chrono v0.4.37 | |
2024-04-14T17:10:13.2677071Z [1m[32m Compiling[0m fxhash v0.2.1 | |
2024-04-14T17:10:13.3619015Z [1m[32m Compiling[0m encoding_rs v0.8.34 | |
2024-04-14T17:10:13.3889127Z [1m[32m Compiling[0m unicode-xid v0.2.4 | |
2024-04-14T17:10:13.3935281Z [1m[32m Compiling[0m ipnet v2.9.0 | |
2024-04-14T17:10:13.5038169Z [1m[32m Compiling[0m sync_wrapper v0.1.2 | |
2024-04-14T17:10:13.5095990Z [1m[32m Compiling[0m mime v0.3.17 | |
2024-04-14T17:10:13.6380879Z [1m[32m Compiling[0m send_wrapper v0.4.0 | |
2024-04-14T17:10:13.7545552Z [1m[32m Compiling[0m ethers-core v2.0.14 | |
2024-04-14T17:10:13.7568821Z [1m[32m Compiling[0m futures-timer v3.0.3 | |
2024-04-14T17:10:14.0261739Z [1m[32m Compiling[0m hashers v1.0.1 | |
2024-04-14T17:10:14.1832548Z [1m[32m Compiling[0m reqwest v0.11.27 | |
2024-04-14T17:10:14.2105470Z [1m[32m Compiling[0m substrate-bn v0.6.0 | |
2024-04-14T17:10:14.2551215Z [1m[32m Compiling[0m jsonwebtoken v8.3.0 | |
2024-04-14T17:10:14.3766897Z [1m[32m Compiling[0m aurora-engine-modexp v1.0.0 | |
2024-04-14T17:10:14.4426765Z [1m[32m Compiling[0m secp256k1 v0.28.2 | |
2024-04-14T17:10:14.4747129Z [1m[32m Compiling[0m tracing-futures v0.2.5 | |
2024-04-14T17:10:14.4901743Z [1m[32m Compiling[0m tokio-tungstenite v0.20.1 | |
2024-04-14T17:10:14.5993073Z [1m[32m Compiling[0m enr v0.10.0 | |
2024-04-14T17:10:14.6203818Z [1m[32m Compiling[0m ripemd v0.1.3 | |
2024-04-14T17:10:14.6599311Z [1m[32m Compiling[0m async-trait v0.1.80 | |
2024-04-14T17:10:14.7674620Z [1m[32m Compiling[0m instant v0.1.12 | |
2024-04-14T17:10:14.7813890Z [1m[32m Compiling[0m revm-precompile v5.1.0 | |
2024-04-14T17:10:14.8816469Z [1m[32m Compiling[0m revm-interpreter v3.4.0 | |
2024-04-14T17:10:15.4206545Z [1m[32m Compiling[0m ethers-providers v2.0.14 | |
2024-04-14T17:10:16.1095110Z [1m[32m Compiling[0m revm v7.2.0 | |
2024-04-14T17:10:16.4203482Z [1m[32m Compiling[0m pyrevm v0.3.0 (/home/runner/work/pyrevm/pyrevm) | |
2024-04-14T17:10:26.9251405Z [1m[32m Finished[0m release [optimized] target(s) in 39.34s | |
2024-04-14T17:10:27.3669520Z π Found type stub file at pyrevm.pyi | |
2024-04-14T17:10:28.0478208Z π¦ Built wheel for CPython 3.7m to dist/pyrevm-0.3.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl | |
2024-04-14T17:10:28.2532810Z [1m[32m Compiling[0m pyo3-build-config v0.19.2 | |
2024-04-14T17:10:28.4506897Z [1m[32m Compiling[0m pyo3-ffi v0.19.2 | |
2024-04-14T17:10:28.4507841Z [1m[32m Compiling[0m pyo3 v0.19.2 | |
2024-04-14T17:10:32.3721504Z [1m[32m Compiling[0m ruint v1.12.1 | |
2024-04-14T17:10:32.9490653Z [1m[32m Compiling[0m alloy-primitives v0.7.0 | |
2024-04-14T17:10:34.2588806Z [1m[32m Compiling[0m revm-primitives v3.1.1 | |
2024-04-14T17:10:35.4712589Z [1m[32m Compiling[0m revm-interpreter v3.4.0 | |
2024-04-14T17:10:35.4713855Z [1m[32m Compiling[0m revm-precompile v5.1.0 | |
2024-04-14T17:10:36.6008361Z [1m[32m Compiling[0m revm v7.2.0 | |
2024-04-14T17:10:41.7143199Z [1m[32m Compiling[0m pyrevm v0.3.0 (/home/runner/work/pyrevm/pyrevm) | |
2024-04-14T17:10:52.3719330Z [1m[32m Finished[0m release [optimized] target(s) in 24.29s | |
2024-04-14T17:10:53.5282924Z π Found type stub file at pyrevm.pyi | |
2024-04-14T17:10:54.2106574Z π¦ Built wheel for CPython 3.8 to dist/pyrevm-0.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl | |
2024-04-14T17:10:54.4137195Z [1m[32m Compiling[0m pyo3-build-config v0.19.2 | |
2024-04-14T17:10:54.8962869Z [1m[32m Compiling[0m pyo3-ffi v0.19.2 | |
2024-04-14T17:10:54.8963731Z [1m[32m Compiling[0m pyo3 v0.19.2 | |
2024-04-14T17:10:58.8491122Z [1m[32m Compiling[0m ruint v1.12.1 | |
2024-04-14T17:10:59.4282095Z [1m[32m Compiling[0m alloy-primitives v0.7.0 | |
2024-04-14T17:11:00.7373344Z [1m[32m Compiling[0m revm-primitives v3.1.1 | |
2024-04-14T17:11:01.9361692Z [1m[32m Compiling[0m revm-precompile v5.1.0 | |
2024-04-14T17:11:01.9362787Z [1m[32m Compiling[0m revm-interpreter v3.4.0 | |
2024-04-14T17:11:03.0739879Z [1m[32m Compiling[0m revm v7.2.0 | |
2024-04-14T17:11:08.1863471Z [1m[32m Compiling[0m pyrevm v0.3.0 (/home/runner/work/pyrevm/pyrevm) | |
2024-04-14T17:11:18.7672655Z [1m[32m Finished[0m release [optimized] target(s) in 24.52s | |
2024-04-14T17:11:20.2041010Z π Found type stub file at pyrevm.pyi | |
2024-04-14T17:11:20.8865358Z π¦ Built wheel for CPython 3.9 to dist/pyrevm-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl | |
2024-04-14T17:11:21.0925155Z [1m[32m Compiling[0m pyo3-build-config v0.19.2 | |
2024-04-14T17:11:21.5810977Z [1m[32m Compiling[0m pyo3-ffi v0.19.2 | |
2024-04-14T17:11:21.5812047Z [1m[32m Compiling[0m pyo3 v0.19.2 | |
2024-04-14T17:11:25.5485416Z [1m[32m Compiling[0m ruint v1.12.1 | |
2024-04-14T17:11:26.1371310Z [1m[32m Compiling[0m alloy-primitives v0.7.0 | |
2024-04-14T17:11:27.4427294Z [1m[32m Compiling[0m revm-primitives v3.1.1 | |
2024-04-14T17:11:28.6486469Z [1m[32m Compiling[0m revm-precompile v5.1.0 | |
2024-04-14T17:11:28.6487363Z [1m[32m Compiling[0m revm-interpreter v3.4.0 | |
2024-04-14T17:11:29.7779714Z [1m[32m Compiling[0m revm v7.2.0 | |
2024-04-14T17:11:34.9094375Z [1m[32m Compiling[0m pyrevm v0.3.0 (/home/runner/work/pyrevm/pyrevm) | |
2024-04-14T17:11:45.4736776Z [1m[32m Finished[0m release [optimized] target(s) in 24.55s | |
2024-04-14T17:11:46.9254986Z π Found type stub file at pyrevm.pyi | |
2024-04-14T17:11:47.6072675Z π¦ Built wheel for CPython 3.10 to dist/pyrevm-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl | |
2024-04-14T17:11:47.8131802Z [1m[32m Compiling[0m pyo3-build-config v0.19.2 | |
2024-04-14T17:11:48.2875265Z [1m[32m Compiling[0m pyo3-ffi v0.19.2 | |
2024-04-14T17:11:48.2876325Z [1m[32m Compiling[0m pyo3 v0.19.2 | |
2024-04-14T17:11:52.2648394Z [1m[32m Compiling[0m ruint v1.12.1 | |
2024-04-14T17:11:52.8470676Z [1m[32m Compiling[0m alloy-primitives v0.7.0 | |
2024-04-14T17:11:54.1604005Z [1m[32m Compiling[0m revm-primitives v3.1.1 | |
2024-04-14T17:11:55.3768291Z [1m[32m Compiling[0m revm-interpreter v3.4.0 | |
2024-04-14T17:11:55.3769304Z [1m[32m Compiling[0m revm-precompile v5.1.0 | |
2024-04-14T17:11:56.5218259Z [1m[32m Compiling[0m revm v7.2.0 | |
2024-04-14T17:12:01.6520906Z [1m[32m Compiling[0m pyrevm v0.3.0 (/home/runner/work/pyrevm/pyrevm) | |
2024-04-14T17:12:12.3010305Z [1m[32m Finished[0m release [optimized] target(s) in 24.66s | |
2024-04-14T17:12:13.8113607Z π Found type stub file at pyrevm.pyi | |
2024-04-14T17:12:14.4917150Z π¦ Built wheel for CPython 3.11 to dist/pyrevm-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl | |
2024-04-14T17:12:14.6959669Z [1m[32m Compiling[0m pyo3-build-config v0.19.2 | |
2024-04-14T17:12:15.1793771Z [1m[32m Compiling[0m pyo3-ffi v0.19.2 | |
2024-04-14T17:12:15.1794598Z [1m[32m Compiling[0m pyo3 v0.19.2 | |
2024-04-14T17:12:19.3161960Z [1m[32m Compiling[0m ruint v1.12.1 | |
2024-04-14T17:12:19.8974058Z [1m[32m Compiling[0m alloy-primitives v0.7.0 | |
2024-04-14T17:12:21.2087007Z [1m[32m Compiling[0m revm-primitives v3.1.1 | |
2024-04-14T17:12:22.4180193Z [1m[32m Compiling[0m revm-precompile v5.1.0 | |
2024-04-14T17:12:22.4181155Z [1m[32m Compiling[0m revm-interpreter v3.4.0 | |
2024-04-14T17:12:23.5417482Z [1m[32m Compiling[0m revm v7.2.0 | |
2024-04-14T17:12:28.6398869Z [1m[32m Compiling[0m pyrevm v0.3.0 (/home/runner/work/pyrevm/pyrevm) | |
2024-04-14T17:12:39.1899907Z [1m[32m Finished[0m release [optimized] target(s) in 24.66s | |
2024-04-14T17:12:40.7876419Z π Found type stub file at pyrevm.pyi | |
2024-04-14T17:12:41.4687827Z π¦ Built wheel for CPython 3.12 to dist/pyrevm-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl | |
2024-04-14T17:12:41.6771612Z [1m[32m Compiling[0m pyo3-build-config v0.19.2 | |
2024-04-14T17:12:42.2497876Z [1m[32m Compiling[0m pyo3-ffi v0.19.2 | |
2024-04-14T17:12:42.2498721Z [1m[32m Compiling[0m pyo3 v0.19.2 | |
2024-04-14T17:12:46.1037947Z [1m[32m Compiling[0m ruint v1.12.1 | |
2024-04-14T17:12:46.6989139Z [1m[32m Compiling[0m alloy-primitives v0.7.0 | |
2024-04-14T17:12:48.0122068Z [1m[32m Compiling[0m revm-primitives v3.1.1 | |
2024-04-14T17:12:49.2134586Z [1m[32m Compiling[0m revm-precompile v5.1.0 | |
2024-04-14T17:12:49.2135626Z [1m[32m Compiling[0m revm-interpreter v3.4.0 | |
2024-04-14T17:12:50.3467858Z [1m[32m Compiling[0m revm v7.2.0 | |
2024-04-14T17:12:55.4218702Z [1m[32m Compiling[0m pyrevm v0.3.0 (/home/runner/work/pyrevm/pyrevm) | |
2024-04-14T17:13:05.9211748Z [1m[32m Finished[0m release [optimized] target(s) in 24.41s | |
2024-04-14T17:13:08.0058223Z π Found type stub file at pyrevm.pyi | |
2024-04-14T17:13:08.6876046Z π¦ Built wheel for PyPy 3.7 to dist/pyrevm-0.3.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl | |
2024-04-14T17:13:08.8936868Z [1m[32m Compiling[0m pyo3-build-config v0.19.2 | |
2024-04-14T17:13:09.4553559Z [1m[32m Compiling[0m pyo3-ffi v0.19.2 | |
2024-04-14T17:13:09.4554411Z [1m[32m Compiling[0m pyo3 v0.19.2 | |
2024-04-14T17:13:13.3182511Z [1m[32m Compiling[0m ruint v1.12.1 | |
2024-04-14T17:13:13.9373237Z [1m[32m Compiling[0m alloy-primitives v0.7.0 | |
2024-04-14T17:13:15.2486679Z [1m[32m Compiling[0m revm-primitives v3.1.1 | |
2024-04-14T17:13:16.4554153Z [1m[32m Compiling[0m revm-precompile v5.1.0 | |
2024-04-14T17:13:16.4555475Z [1m[32m Compiling[0m revm-interpreter v3.4.0 | |
2024-04-14T17:13:17.6193064Z [1m[32m Compiling[0m revm v7.2.0 | |
2024-04-14T17:13:22.6884609Z [1m[32m Compiling[0m pyrevm v0.3.0 (/home/runner/work/pyrevm/pyrevm) | |
2024-04-14T17:13:33.1695250Z [1m[32m Finished[0m release [optimized] target(s) in 24.44s | |
2024-04-14T17:13:35.3218000Z π Found type stub file at pyrevm.pyi | |
2024-04-14T17:13:36.0029844Z π¦ Built wheel for PyPy 3.8 to dist/pyrevm-0.3.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl | |
2024-04-14T17:13:36.2056113Z [1m[32m Compiling[0m pyo3-build-config v0.19.2 | |
2024-04-14T17:13:36.7890595Z [1m[32m Compiling[0m pyo3-ffi v0.19.2 | |
2024-04-14T17:13:36.7891609Z [1m[32m Compiling[0m pyo3 v0.19.2 | |
2024-04-14T17:13:40.6538392Z [1m[32m Compiling[0m ruint v1.12.1 | |
2024-04-14T17:13:41.2482529Z [1m[32m Compiling[0m alloy-primitives v0.7.0 | |
2024-04-14T17:13:42.5735358Z [1m[32m Compiling[0m revm-primitives v3.1.1 | |
2024-04-14T17:13:43.7924805Z [1m[32m Compiling[0m revm-precompile v5.1.0 | |
2024-04-14T17:13:43.7925981Z [1m[32m Compiling[0m revm-interpreter v3.4.0 | |
2024-04-14T17:13:44.9495656Z [1m[32m Compiling[0m revm v7.2.0 | |
2024-04-14T17:13:50.1511471Z [1m[32m Compiling[0m pyrevm v0.3.0 (/home/runner/work/pyrevm/pyrevm) | |
2024-04-14T17:14:00.8426929Z [1m[32m Finished[0m release [optimized] target(s) in 24.80s | |
2024-04-14T17:14:03.0613160Z π Found type stub file at pyrevm.pyi | |
2024-04-14T17:14:03.7439890Z π¦ Built wheel for PyPy 3.9 to dist/pyrevm-0.3.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl | |
2024-04-14T17:14:03.9511018Z [1m[32m Compiling[0m pyo3-build-config v0.19.2 | |
2024-04-14T17:14:04.5372758Z [1m[32m Compiling[0m pyo3-ffi v0.19.2 | |
2024-04-14T17:14:04.5373811Z [1m[32m Compiling[0m pyo3 v0.19.2 | |
2024-04-14T17:14:08.4211745Z [1m[32m Compiling[0m ruint v1.12.1 | |
2024-04-14T17:14:09.0150588Z [1m[32m Compiling[0m alloy-primitives v0.7.0 | |
2024-04-14T17:14:10.3427482Z [1m[32m Compiling[0m revm-primitives v3.1.1 | |
2024-04-14T17:14:11.5515365Z [1m[32m Compiling[0m revm-precompile v5.1.0 | |
2024-04-14T17:14:11.5516432Z [1m[32m Compiling[0m revm-interpreter v3.4.0 | |
2024-04-14T17:14:12.7036169Z [1m[32m Compiling[0m revm v7.2.0 | |
2024-04-14T17:14:17.7883406Z [1m[32m Compiling[0m pyrevm v0.3.0 (/home/runner/work/pyrevm/pyrevm) | |
2024-04-14T17:14:28.3452581Z [1m[32m Finished[0m release [optimized] target(s) in 24.56s | |
2024-04-14T17:14:30.6160608Z π Found type stub file at pyrevm.pyi | |
2024-04-14T17:14:31.2979020Z π¦ Built wheel for PyPy 3.10 to dist/pyrevm-0.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl | |
2024-04-14T17:14:31.3020147Z ##[group]sccache stats | |
2024-04-14T17:14:31.3050533Z Compile requests 496 | |
2024-04-14T17:14:31.3051794Z Compile requests executed 362 | |
2024-04-14T17:14:31.3052958Z Cache hits 259 | |
2024-04-14T17:14:31.3053692Z Cache hits (C/C++) 38 | |
2024-04-14T17:14:31.3057703Z Cache hits (Rust) 221 | |
2024-04-14T17:14:31.3063523Z Cache misses 101 | |
2024-04-14T17:14:31.3064403Z Cache misses (C/C++) 6 | |
2024-04-14T17:14:31.3065013Z Cache misses (Rust) 95 | |
2024-04-14T17:14:31.3065695Z Cache timeouts 0 | |
2024-04-14T17:14:31.3066428Z Cache read errors 0 | |
2024-04-14T17:14:31.3070879Z Forced recaches 0 | |
2024-04-14T17:14:31.3071771Z Cache write errors 55 | |
2024-04-14T17:14:31.3072458Z Compilation failures 2 | |
2024-04-14T17:14:31.3073006Z Cache errors 0 | |
2024-04-14T17:14:31.3073894Z Non-cacheable compilations 0 | |
2024-04-14T17:14:31.3074385Z Non-cacheable calls 133 | |
2024-04-14T17:14:31.3075055Z Non-compilation calls 1 | |
2024-04-14T17:14:31.3075672Z Unsupported compiler calls 0 | |
2024-04-14T17:14:31.3076096Z Average cache write 0.176 s | |
2024-04-14T17:14:31.3076542Z Average compiler 1.243 s | |
2024-04-14T17:14:31.3077065Z Average cache read hit 0.072 s | |
2024-04-14T17:14:31.3077508Z Failed distributed compilations 0 | |
2024-04-14T17:14:31.3077775Z | |
2024-04-14T17:14:31.3077938Z Non-cacheable reasons: | |
2024-04-14T17:14:31.3078439Z crate-type 86 | |
2024-04-14T17:14:31.3078869Z unknown source language 25 | |
2024-04-14T17:14:31.3079288Z - 22 | |
2024-04-14T17:14:31.3079635Z | |
2024-04-14T17:14:31.3079969Z Cache location ghac, name: sccache-v0.7.7, prefix: /sccache/ | |
2024-04-14T17:14:31.3080540Z Version (client) 0.7.7 | |
2024-04-14T17:14:31.3081529Z ##[endgroup] | |
2024-04-14T17:14:32.6080957Z ##[group]Fix file permissions | |
2024-04-14T17:14:32.6082055Z Fixing file permissions for target directory: target | |
2024-04-14T17:14:32.6093747Z [command]/usr/bin/sudo chown 1001:127 -R target | |
2024-04-14T17:14:32.6430291Z Fixing file permissions for output directory: dist | |
2024-04-14T17:14:32.6442726Z [command]/usr/bin/sudo chown 1001:127 -R dist | |
2024-04-14T17:14:32.6567945Z ##[endgroup] | |
2024-04-14T17:14:32.6694437Z ##[group]Run actions/upload-artifact@v3 | |
2024-04-14T17:14:32.6695068Z with: | |
2024-04-14T17:14:32.6695371Z name: wheels | |
2024-04-14T17:14:32.6695756Z path: dist | |
2024-04-14T17:14:32.6696177Z if-no-files-found: warn | |
2024-04-14T17:14:32.6696588Z env: | |
2024-04-14T17:14:32.6697036Z pythonLocation: /opt/hostedtoolcache/Python/3.10.14/x64 | |
2024-04-14T17:14:32.6697669Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.10.14/x64/lib/pkgconfig | |
2024-04-14T17:14:32.6698356Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.14/x64 | |
2024-04-14T17:14:32.6698990Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.14/x64 | |
2024-04-14T17:14:32.6699571Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.14/x64 | |
2024-04-14T17:14:32.6700245Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.14/x64/lib | |
2024-04-14T17:14:32.6700901Z CARGO_INCREMENTAL: 0 | |
2024-04-14T17:14:32.6701282Z CARGO_TERM_COLOR: always | |
2024-04-14T17:14:32.6702389Z ACTIONS_CACHE_URL: https://acghubeus2.actions.githubusercontent.com/vVcTqmVWodLvYfvxzRfZuGKjOZn5yDNgsWmIUkImFHbtkLYqud/ | |
2024-04-14T17:14:32.6744291Z ACTIONS_RUNTIME_TOKEN: *** | |
2024-04-14T17:14:32.6744733Z SCCACHE_GHA_ENABLED: true | |
2024-04-14T17:14:32.6745273Z RUSTC_WRAPPER: sccache | |
2024-04-14T17:14:32.6745649Z ##[endgroup] | |
2024-04-14T17:14:32.7516326Z With the provided path, there will be 10 files uploaded | |
2024-04-14T17:14:32.7519668Z Starting artifact upload | |
2024-04-14T17:14:32.7521985Z For more detailed logs during the artifact upload process, enable step-debugging: https://docs.github.com/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging#enabling-step-debug-logging | |
2024-04-14T17:14:32.7524214Z Artifact name is valid! | |
2024-04-14T17:14:32.8187690Z Container for artifact "wheels" successfully created. Starting upload of file(s) | |
2024-04-14T17:14:42.8201429Z Total file count: 10 ---- Processed file #7 (70.0%) | |
2024-04-14T17:14:45.6327371Z Total size of all the files uploaded is 58234980 bytes | |
2024-04-14T17:14:45.6328708Z File upload process has finished. Finalizing the artifact upload | |
2024-04-14T17:14:45.6813554Z Artifact has been finalized. All files have been successfully uploaded! | |
2024-04-14T17:14:45.6814217Z | |
2024-04-14T17:14:45.6814630Z The raw size of all the files that were specified for upload is 58609072 bytes | |
2024-04-14T17:14:45.6815977Z The size of all the files that were uploaded is 58234980 bytes. This takes into account any gzip compression used to reduce the upload size, time and storage | |
2024-04-14T17:14:45.6816942Z | |
2024-04-14T17:14:45.6818294Z Note: The size of downloaded zips can differ significantly from the reported size. For more information see: https://github.com/actions/upload-artifact#zipped-artifact-downloads | |
2024-04-14T17:14:45.6819365Z | |
2024-04-14T17:14:45.6819647Z Artifact wheels has been successfully uploaded! | |
2024-04-14T17:14:45.7083145Z Post job cleanup. | |
2024-04-14T17:14:45.8405856Z Post job cleanup. | |
2024-04-14T17:14:45.9245535Z [command]/usr/bin/git version | |
2024-04-14T17:14:45.9294574Z git version 2.43.2 | |
2024-04-14T17:14:45.9336559Z Temporarily overriding HOME='/home/runner/work/_temp/6918bb1a-cfd9-4f31-8344-e97e5676cd14' before making global git config changes | |
2024-04-14T17:14:45.9338275Z Adding repository directory to the temporary git global config as a safe directory | |
2024-04-14T17:14:45.9342406Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pyrevm/pyrevm | |
2024-04-14T17:14:45.9384495Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand | |
2024-04-14T17:14:45.9423349Z [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-04-14T17:14:45.9688122Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader | |
2024-04-14T17:14:45.9719792Z http.https://github.com/.extraheader | |
2024-04-14T17:14:45.9730818Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader | |
2024-04-14T17:14:45.9773626Z [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-04-14T17:14:46.0244557Z Cleaning up orphan processes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment