Skip to content

Instantly share code, notes, and snippets.

@charles-cooper
Created April 19, 2024 12:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save charles-cooper/2fd01dc60fabea7815e8b8cc62fc8652 to your computer and use it in GitHub Desktop.
Save charles-cooper/2fd01dc60fabea7815e8b8cc62fc8652 to your computer and use it in GitHub Desktop.
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  Updating crates.io index
2024-04-14T17:09:41.6450802Z  Downloading crates ...
2024-04-14T17:09:41.8814345Z  Downloaded ark-ff v0.3.0
2024-04-14T17:09:41.8873562Z  Downloaded ruint-macro v1.2.0
2024-04-14T17:09:41.8893086Z  Downloaded ark-ff-macros v0.3.0
2024-04-14T17:09:41.8907245Z  Downloaded base64ct v1.6.0
2024-04-14T17:09:41.8956069Z  Downloaded rustc_version v0.3.3
2024-04-14T17:09:41.8977320Z  Downloaded rustc-hex v2.1.0
2024-04-14T17:09:41.8995623Z  Downloaded rustc-demangle v0.1.23
2024-04-14T17:09:41.9027189Z  Downloaded rustc_version v0.4.0
2024-04-14T17:09:41.9049789Z  Downloaded core-foundation-sys v0.8.6
2024-04-14T17:09:41.9116674Z  Downloaded scale-info-derive v2.11.2
2024-04-14T17:09:41.9142086Z  Downloaded system-configuration-sys v0.5.0
2024-04-14T17:09:41.9166680Z  Downloaded rusty-fork v0.3.0
2024-04-14T17:09:41.9211440Z  Downloaded sync_wrapper v0.1.2
2024-04-14T17:09:41.9232057Z  Downloaded tempfile v3.10.1
2024-04-14T17:09:41.9317974Z  Downloaded thiserror v1.0.58
2024-04-14T17:09:41.9517921Z  Downloaded wasm-bindgen-backend v0.2.92
2024-04-14T17:09:41.9583652Z  Downloaded wasm-bindgen-futures v0.4.42
2024-04-14T17:09:41.9657594Z  Downloaded hex-literal v0.4.1
2024-04-14T17:09:41.9697404Z  Downloaded pin-utils v0.1.0
2024-04-14T17:09:42.1870018Z  Downloaded winreg v0.50.0
2024-04-14T17:09:42.1989866Z  Downloaded windows-targets v0.48.5
2024-04-14T17:09:42.2044655Z  Downloaded webpki-roots v0.25.4
2024-04-14T17:09:42.2162370Z  Downloaded windows_x86_64_gnullvm v0.52.5
2024-04-14T17:09:42.2369795Z  Downloaded windows_x86_64_gnullvm v0.48.5
2024-04-14T17:09:42.2567738Z  Downloaded windows_x86_64_msvc v0.52.5
2024-04-14T17:09:42.2802431Z  Downloaded winapi v0.3.9
2024-04-14T17:09:42.3564738Z  Downloaded windows-sys v0.52.0
2024-04-14T17:09:42.4794654Z  Downloaded winapi-i686-pc-windows-gnu v0.4.0
2024-04-14T17:09:42.7330044Z  Downloaded ring v0.16.20
2024-04-14T17:09:42.8513258Z  Downloaded ring v0.17.8
2024-04-14T17:09:42.9554725Z  Downloaded windows-sys v0.48.0
2024-04-14T17:09:43.0969731Z  Downloaded winapi-x86_64-pc-windows-gnu v0.4.0
2024-04-14T17:09:43.3571008Z  Downloaded windows_x86_64_msvc v0.48.5
2024-04-14T17:09:43.3763300Z  Downloaded windows_x86_64_gnu v0.52.5
2024-04-14T17:09:43.4085646Z  Downloaded windows_i686_msvc v0.52.5
2024-04-14T17:09:43.4294309Z  Downloaded windows_i686_msvc v0.48.5
2024-04-14T17:09:43.4500664Z  Downloaded web-sys v0.3.69
2024-04-14T17:09:43.7213078Z  Downloaded windows_x86_64_gnu v0.48.5
2024-04-14T17:09:43.7521997Z  Downloaded encoding_rs v0.8.34
2024-04-14T17:09:43.7827144Z  Downloaded revm-primitives v3.1.1
2024-04-14T17:09:43.7873915Z  Downloaded windows_i686_gnu v0.52.5
2024-04-14T17:09:43.8206696Z  Downloaded libc v0.2.153
2024-04-14T17:09:43.8730000Z  Downloaded windows_aarch64_gnullvm v0.48.5
2024-04-14T17:09:43.8855452Z  Downloaded hashers v1.0.1
2024-04-14T17:09:43.8999693Z  Downloaded wasm-bindgen-shared v0.2.92
2024-04-14T17:09:43.9011592Z  Downloaded wasm-bindgen-macro-support v0.2.92
2024-04-14T17:09:43.9027918Z  Downloaded wasm-bindgen-macro v0.2.92
2024-04-14T17:09:43.9096259Z  Downloaded rlp v0.5.2
2024-04-14T17:09:43.9117693Z  Downloaded ripemd v0.1.3
2024-04-14T17:09:43.9145115Z  Downloaded rfc6979 v0.4.0
2024-04-14T17:09:43.9161830Z  Downloaded revm-precompile v5.1.0
2024-04-14T17:09:43.9189147Z  Downloaded revm-interpreter v3.4.0
2024-04-14T17:09:43.9241065Z  Downloaded regex-automata v0.4.6
2024-04-14T17:09:43.9508618Z  Downloaded futures-util v0.3.30
2024-04-14T17:09:43.9745962Z  Downloaded winnow v0.5.40
2024-04-14T17:09:43.9898315Z  Downloaded revm v7.2.0
2024-04-14T17:09:43.9994830Z  Downloaded reqwest v0.11.27
2024-04-14T17:09:44.0117249Z  Downloaded regex-syntax v0.8.3
2024-04-14T17:09:44.0231804Z  Downloaded regex v1.10.4
2024-04-14T17:09:44.0477410Z  Downloaded redox_syscall v0.4.1
2024-04-14T17:09:44.0520040Z  Downloaded rand_xorshift v0.3.0
2024-04-14T17:09:44.0536637Z  Downloaded rand_core v0.6.4
2024-04-14T17:09:44.0559610Z  Downloaded rand_chacha v0.3.1
2024-04-14T17:09:44.0577325Z  Downloaded rand v0.8.5
2024-04-14T17:09:44.0635998Z  Downloaded radium v0.7.0
2024-04-14T17:09:44.0652192Z  Downloaded pyo3 v0.19.2
2024-04-14T17:09:44.0959917Z  Downloaded proptest v1.4.0
2024-04-14T17:09:44.1126225Z  Downloaded proc-macro2 v1.0.79
2024-04-14T17:09:44.1169434Z  Downloaded proc-macro-crate v3.1.0
2024-04-14T17:09:44.1189722Z  Downloaded proc-macro-crate v2.0.0
2024-04-14T17:09:44.1210703Z  Downloaded proc-macro-crate v1.3.1
2024-04-14T17:09:44.1228315Z  Downloaded powerfmt v0.2.0
2024-04-14T17:09:44.1247233Z  Downloaded pkcs8 v0.10.2
2024-04-14T17:09:44.1297522Z  Downloaded parity-scale-codec v3.6.9
2024-04-14T17:09:44.1379026Z  Downloaded open-fastrlp-derive v0.1.1
2024-04-14T17:09:44.1394751Z  Downloaded open-fastrlp v0.1.4
2024-04-14T17:09:44.1413503Z  Downloaded once_cell v1.19.0
2024-04-14T17:09:44.1457885Z  Downloaded object v0.32.2
2024-04-14T17:09:44.1633202Z  Downloaded num_enum_derive v0.7.2
2024-04-14T17:09:44.1652211Z  Downloaded num_enum v0.7.2
2024-04-14T17:09:44.1755874Z  Downloaded num_cpus v1.16.0
2024-04-14T17:09:44.1812081Z  Downloaded num-traits v0.2.18
2024-04-14T17:09:44.1857767Z  Downloaded num-rational v0.4.1
2024-04-14T17:09:44.1878920Z  Downloaded num-complex v0.4.5
2024-04-14T17:09:44.1901844Z  Downloaded num-bigint v0.4.4
2024-04-14T17:09:44.1983237Z  Downloaded num v0.4.2
2024-04-14T17:09:44.1998961Z  Downloaded mio v0.8.11
2024-04-14T17:09:44.2101854Z  Downloaded miniz_oxide v0.7.2
2024-04-14T17:09:44.2138646Z  Downloaded mime v0.3.17
2024-04-14T17:09:44.2159955Z  Downloaded memoffset v0.9.1
2024-04-14T17:09:44.2180545Z  Downloaded memchr v2.7.2
2024-04-14T17:09:44.2279242Z  Downloaded log v0.4.21
2024-04-14T17:09:44.2315724Z  Downloaded lock_api v0.4.11
2024-04-14T17:09:44.2337494Z  Downloaded lazy_static v1.4.0
2024-04-14T17:09:44.2356527Z  Downloaded keccak-asm v0.1.0
2024-04-14T17:09:44.2376824Z  Downloaded keccak v0.1.5
2024-04-14T17:09:44.2396372Z  Downloaded k256 v0.13.3
2024-04-14T17:09:44.2458794Z  Downloaded jsonwebtoken v8.3.0
2024-04-14T17:09:44.2534608Z  Downloaded js-sys v0.3.69
2024-04-14T17:09:44.2621519Z  Downloaded itoa v1.0.11
2024-04-14T17:09:44.2644189Z  Downloaded itertools v0.10.5
2024-04-14T17:09:44.2755501Z  Downloaded ipnet v2.9.0
2024-04-14T17:09:44.2782302Z  Downloaded instant v0.1.12
2024-04-14T17:09:44.2803577Z  Downloaded impl-serde v0.4.0
2024-04-14T17:09:44.2825352Z  Downloaded impl-rlp v0.3.0
2024-04-14T17:09:44.2835827Z  Downloaded impl-codec v0.6.0
2024-04-14T17:09:44.2845502Z  Downloaded idna v0.5.0
2024-04-14T17:09:44.2946054Z  Downloaded hyper-rustls v0.24.2
2024-04-14T17:09:44.2988907Z  Downloaded hyper v0.14.28
2024-04-14T17:09:44.3125161Z  Downloaded httpdate v1.0.3
2024-04-14T17:09:44.3145314Z  Downloaded httparse v1.8.0
2024-04-14T17:09:44.3179178Z  Downloaded http-body v0.4.6
2024-04-14T17:09:44.3209244Z  Downloaded http v0.2.12
2024-04-14T17:09:44.3270018Z  Downloaded hmac v0.12.1
2024-04-14T17:09:44.3302465Z  Downloaded zeroize_derive v1.4.2
2024-04-14T17:09:44.3316775Z  Downloaded zeroize v1.7.0
2024-04-14T17:09:44.3338880Z  Downloaded zerocopy-derive v0.7.32
2024-04-14T17:09:44.3423598Z  Downloaded zerocopy v0.7.32
2024-04-14T17:09:44.3761248Z  Downloaded wyz v0.5.1
2024-04-14T17:09:44.3779724Z  Downloaded ws_stream_wasm v0.7.4
2024-04-14T17:09:44.3820829Z  Downloaded windows_i686_gnullvm v0.52.5
2024-04-14T17:09:44.3979624Z  Downloaded windows-targets v0.52.5
2024-04-14T17:09:44.3995720Z  Downloaded pin-project-lite v0.2.14
2024-04-14T17:09:44.4097503Z  Downloaded pin-project-internal v1.1.5
2024-04-14T17:09:44.4123109Z  Downloaded pharos v0.5.3
2024-04-14T17:09:44.4152604Z  Downloaded pest v2.7.9
2024-04-14T17:09:44.4232402Z  Downloaded percent-encoding v2.3.1
2024-04-14T17:09:44.4245206Z  Downloaded paste v1.0.14
2024-04-14T17:09:44.4304460Z  Downloaded parking_lot_core v0.9.9
2024-04-14T17:09:44.4340991Z  Downloaded parking_lot v0.12.1
2024-04-14T17:09:44.4379534Z  Downloaded parity-scale-codec-derive v3.6.9
2024-04-14T17:09:44.4396059Z  Downloaded num-conv v0.1.0
2024-04-14T17:09:44.4409812Z  Downloaded linux-raw-sys v0.4.13
2024-04-14T17:09:44.4968913Z  Downloaded indexmap v2.2.6
2024-04-14T17:09:44.5036906Z  Downloaded impl-trait-for-tuples v0.2.2
2024-04-14T17:09:44.5086178Z  Downloaded hex v0.4.3
2024-04-14T17:09:44.5111610Z  Downloaded hermit-abi v0.3.9
2024-04-14T17:09:44.5128647Z  Downloaded windows_i686_gnu v0.48.5
2024-04-14T17:09:44.5456545Z  Downloaded windows_aarch64_msvc v0.48.5
2024-04-14T17:09:44.5647249Z  Downloaded ruint v1.12.1
2024-04-14T17:09:44.5738753Z  Downloaded rlp-derive v0.1.0
2024-04-14T17:09:44.5752158Z  Downloaded quick-error v1.2.3
2024-04-14T17:09:44.5773105Z  Downloaded pyo3-macros-backend v0.19.2
2024-04-14T17:09:44.5807230Z  Downloaded pyo3-macros v0.19.2
2024-04-14T17:09:44.5818213Z  Downloaded pyo3-ffi v0.19.2
2024-04-14T17:09:44.5920940Z  Downloaded pyo3-build-config v0.19.2
2024-04-14T17:09:44.5940770Z  Downloaded primitive-types v0.12.2
2024-04-14T17:09:44.5957523Z  Downloaded ppv-lite86 v0.2.17
2024-04-14T17:09:44.5978639Z  Downloaded hashbrown v0.14.3
2024-04-14T17:09:44.6062320Z  Downloaded h2 v0.3.26
2024-04-14T17:09:44.6177040Z  Downloaded gimli v0.28.1
2024-04-14T17:09:44.6294608Z  Downloaded futures-timer v3.0.3
2024-04-14T17:09:44.6325863Z  Downloaded ethers-core v2.0.14
2024-04-14T17:09:44.6451670Z  Downloaded equivalent v1.0.1
2024-04-14T17:09:44.6464251Z  Downloaded elliptic-curve v0.13.8
2024-04-14T17:09:44.6531876Z  Downloaded derive_more v0.99.17
2024-04-14T17:09:44.6620972Z  Downloaded derivative v2.2.0
2024-04-14T17:09:44.6762695Z  Downloaded c-kzg v1.0.0
2024-04-14T17:09:44.7072518Z  Downloaded bytes v1.6.0
2024-04-14T17:09:44.7138434Z  Downloaded bumpalo v3.16.0
2024-04-14T17:09:44.7179271Z  Downloaded blst v0.3.11
2024-04-14T17:09:44.7419984Z  Downloaded bitvec v1.0.1
2024-04-14T17:09:44.7730746Z  Downloaded base64 v0.13.1
2024-04-14T17:09:44.7781051Z  Downloaded backtrace v0.3.71
2024-04-14T17:09:44.7872087Z  Downloaded pin-project v1.1.5
2024-04-14T17:09:44.8122512Z  Downloaded pem v1.1.1
2024-04-14T17:09:44.8142432Z  Downloaded num-iter v0.1.44
2024-04-14T17:09:44.8159172Z  Downloaded num-integer v0.1.46
2024-04-14T17:09:44.8184819Z  Downloaded libm v0.2.8
2024-04-14T17:09:44.8345620Z  Downloaded indoc v1.0.9
2024-04-14T17:09:44.8395651Z  Downloaded windows_aarch64_msvc v0.52.5
2024-04-14T17:09:44.8593687Z  Downloaded glob v0.3.1
2024-04-14T17:09:44.8615106Z  Downloaded getrandom v0.2.14
2024-04-14T17:09:44.8670150Z  Downloaded fxhash v0.2.1
2024-04-14T17:09:44.8681024Z  Downloaded futures-macro v0.3.30
2024-04-14T17:09:44.8697667Z  Downloaded futures-executor v0.3.30
2024-04-14T17:09:44.8721546Z  Downloaded futures-core v0.3.30
2024-04-14T17:09:44.8742722Z  Downloaded futures-channel v0.3.30
2024-04-14T17:09:44.8773667Z  Downloaded funty v2.0.0
2024-04-14T17:09:44.8786096Z  Downloaded fixed-hash v0.8.0
2024-04-14T17:09:44.8803065Z  Downloaded ff v0.13.0
2024-04-14T17:09:44.8827322Z  Downloaded fastrand v2.0.2
2024-04-14T17:09:44.8848141Z  Downloaded enr v0.10.0
2024-04-14T17:09:44.8877546Z  Downloaded dyn-clone v1.0.17
2024-04-14T17:09:44.8905520Z  Downloaded digest v0.10.7
2024-04-14T17:09:44.8937271Z  Downloaded convert_case v0.4.0
2024-04-14T17:09:44.8951344Z  Downloaded const-hex v1.11.3
2024-04-14T17:09:44.8980640Z  Downloaded windows_aarch64_gnullvm v0.52.5
2024-04-14T17:09:44.9116348Z  Downloaded quote v1.0.36
2024-04-14T17:09:44.9164305Z  Downloaded secp256k1-sys v0.9.2
2024-04-14T17:09:44.9767645Z  Downloaded errno v0.3.8
2024-04-14T17:09:44.9789301Z  Downloaded either v1.11.0
2024-04-14T17:09:44.9812965Z  Downloaded ecdsa v0.16.9
2024-04-14T17:09:44.9841369Z  Downloaded der v0.7.9
2024-04-14T17:09:44.9932809Z  Downloaded cc v1.0.94
2024-04-14T17:09:44.9979876Z  Downloaded bit-set v0.5.3
2024-04-14T17:09:44.9996285Z  Downloaded base64 v0.21.7
2024-04-14T17:09:45.0061502Z  Downloaded wasm-bindgen v0.2.92
2024-04-14T17:09:45.0403869Z  Downloaded version_check v0.9.4
2024-04-14T17:09:45.0423691Z  Downloaded unicode-normalization v0.1.23
2024-04-14T17:09:45.0480872Z  Downloaded uint v0.9.5
2024-04-14T17:09:45.0505589Z  Downloaded tungstenite v0.20.1
2024-04-14T17:09:45.0561571Z  Downloaded tracing-attributes v0.1.27
2024-04-14T17:09:45.0599618Z  Downloaded tracing v0.1.40
2024-04-14T17:09:45.0667339Z  Downloaded toml_edit v0.20.7
2024-04-14T17:09:45.1174766Z  Downloaded toml_edit v0.19.15
2024-04-14T17:09:45.1553842Z  Downloaded tokio v1.37.0
2024-04-14T17:09:45.2283044Z  Downloaded tinyvec v1.6.0
2024-04-14T17:09:45.2328882Z  Downloaded syn v1.0.109
2024-04-14T17:09:45.2494692Z  Downloaded futures v0.3.30
2024-04-14T17:09:45.2578487Z  Downloaded ethers-providers v2.0.14
2024-04-14T17:09:45.2647387Z  Downloaded enumn v0.1.13
2024-04-14T17:09:45.2666330Z  Downloaded deranged v0.3.11
2024-04-14T17:09:45.2685632Z  Downloaded core-foundation v0.9.4
2024-04-14T17:09:45.2722285Z  Downloaded chrono v0.4.37
2024-04-14T17:09:45.2852256Z  Downloaded cfg-if v1.0.0
2024-04-14T17:09:45.2870706Z  Downloaded base16ct v0.2.0
2024-04-14T17:09:45.2893053Z  Downloaded ark-std v0.4.0
2024-04-14T17:09:45.2917485Z  Downloaded wasi v0.11.0+wasi-snapshot-preview1
2024-04-14T17:09:45.2945092Z  Downloaded want v0.3.1
2024-04-14T17:09:45.2959950Z  Downloaded wait-timeout v0.2.0
2024-04-14T17:09:45.2983607Z  Downloaded valuable v0.1.0
2024-04-14T17:09:45.3016399Z  Downloaded utf-8 v0.7.6
2024-04-14T17:09:45.3035781Z  Downloaded url v2.5.0
2024-04-14T17:09:45.3077655Z  Downloaded untrusted v0.9.0
2024-04-14T17:09:45.3105587Z  Downloaded untrusted v0.7.1
2024-04-14T17:09:45.3123043Z  Downloaded unindent v0.1.11
2024-04-14T17:09:45.3136849Z  Downloaded unicode-xid v0.2.4
2024-04-14T17:09:45.3159108Z  Downloaded unicode-ident v1.0.12
2024-04-14T17:09:45.3205481Z  Downloaded unicode-bidi v0.3.15
2024-04-14T17:09:45.3246498Z  Downloaded unarray v0.1.4
2024-04-14T17:09:45.3267030Z  Downloaded ucd-trie v0.1.6
2024-04-14T17:09:45.3292606Z  Downloaded typenum v1.17.0
2024-04-14T17:09:45.3334705Z  Downloaded try-lock v0.2.5
2024-04-14T17:09:45.3349587Z  Downloaded tracing-futures v0.2.5
2024-04-14T17:09:45.3373227Z  Downloaded tracing-core v0.1.32
2024-04-14T17:09:45.3417915Z  Downloaded tower-service v0.3.2
2024-04-14T17:09:45.3430580Z  Downloaded toml_edit v0.21.1
2024-04-14T17:09:45.3952561Z  Downloaded toml_datetime v0.6.5
2024-04-14T17:09:45.3967068Z  Downloaded tokio-util v0.7.10
2024-04-14T17:09:45.4083092Z  Downloaded tokio-tungstenite v0.20.1
2024-04-14T17:09:45.4116719Z  Downloaded tokio-rustls v0.24.1
2024-04-14T17:09:45.4156450Z  Downloaded tokio-macros v2.2.0
2024-04-14T17:09:45.4171693Z  Downloaded tinyvec_macros v0.1.1
2024-04-14T17:09:45.4184917Z  Downloaded tiny-keccak v2.0.2
2024-04-14T17:09:45.4227319Z  Downloaded time-macros v0.2.18
2024-04-14T17:09:45.4263595Z  Downloaded time-core v0.1.2
2024-04-14T17:09:45.4277777Z  Downloaded time v0.3.36
2024-04-14T17:09:45.4402464Z  Downloaded threadpool v1.8.1
2024-04-14T17:09:45.4416559Z  Downloaded thiserror-impl v1.0.58
2024-04-14T17:09:45.4441757Z  Downloaded target-lexicon v0.12.14
2024-04-14T17:09:45.4477294Z  Downloaded system-configuration v0.5.1
2024-04-14T17:09:45.4497373Z  Downloaded syn v2.0.58
2024-04-14T17:09:45.4667011Z  Downloaded subtle v2.5.0
2024-04-14T17:09:45.4685971Z  Downloaded strum v0.26.2
2024-04-14T17:09:45.4699151Z  Downloaded static_assertions v1.1.0
2024-04-14T17:09:45.4723261Z  Downloaded spki v0.7.3
2024-04-14T17:09:45.4753662Z  Downloaded slab v0.4.9
2024-04-14T17:09:45.4775304Z  Downloaded simple_asn1 v0.6.2
2024-04-14T17:09:45.4793752Z  Downloaded signature v2.2.0
2024-04-14T17:09:45.4818307Z  Downloaded sha3-asm v0.1.0
2024-04-14T17:09:45.4981570Z  Downloaded sha2 v0.10.8
2024-04-14T17:09:45.5022796Z  Downloaded sha1 v0.10.6
2024-04-14T17:09:45.5050382Z  Downloaded serde_urlencoded v0.7.1
2024-04-14T17:09:45.5080098Z  Downloaded serde_derive v1.0.197
2024-04-14T17:09:45.5121421Z  Downloaded serde v1.0.197
2024-04-14T17:09:45.5172229Z  Downloaded send_wrapper v0.6.0
2024-04-14T17:09:45.5192430Z  Downloaded semver-parser v0.10.2
2024-04-14T17:09:45.5221868Z  Downloaded sec1 v0.7.3
2024-04-14T17:09:45.5249342Z  Downloaded group v0.13.0
2024-04-14T17:09:45.5274589Z  Downloaded gloo-timers v0.2.6
2024-04-14T17:09:45.5292069Z  Downloaded generic-array v0.14.7
2024-04-14T17:09:45.5315115Z  Downloaded futures-task v0.3.30
2024-04-14T17:09:45.5334402Z  Downloaded futures-sink v0.3.30
2024-04-14T17:09:45.5346884Z  Downloaded futures-io v0.3.30
2024-04-14T17:09:45.5360614Z  Downloaded fastrlp v0.3.1
2024-04-14T17:09:45.5384255Z  Downloaded ethereum-types v0.14.1
2024-04-14T17:09:45.5400352Z  Downloaded ethbloom v0.13.0
2024-04-14T17:09:45.5414393Z  Downloaded digest v0.9.0
2024-04-14T17:09:45.5435363Z  Downloaded bitflags v2.5.0
2024-04-14T17:09:45.5506825Z  Downloaded bitflags v1.3.2
2024-04-14T17:09:45.5566230Z  Downloaded bit-vec v0.6.3
2024-04-14T17:09:45.5586148Z  Downloaded aurora-engine-modexp v1.0.0
2024-04-14T17:09:45.5602158Z  Downloaded arrayvec v0.7.4
2024-04-14T17:09:45.5636929Z  Downloaded ark-ff-macros v0.4.2
2024-04-14T17:09:45.5659441Z  Downloaded tap v1.0.1
2024-04-14T17:09:45.5674498Z  Downloaded substrate-bn v0.6.0
2024-04-14T17:09:45.5717812Z  Downloaded strum_macros v0.26.2
2024-04-14T17:09:45.5758947Z  Downloaded spin v0.9.8
2024-04-14T17:09:45.5799805Z  Downloaded smallvec v1.13.2
2024-04-14T17:09:45.5833745Z  Downloaded sha3 v0.10.8
2024-04-14T17:09:45.5905769Z  Downloaded send_wrapper v0.4.0
2024-04-14T17:09:45.5920374Z  Downloaded secp256k1 v0.28.2
2024-04-14T17:09:45.5997264Z  Downloaded sct v0.7.1
2024-04-14T17:09:45.6066654Z  Downloaded scopeguard v1.2.0
2024-04-14T17:09:45.6085983Z  Downloaded ryu v1.0.17
2024-04-14T17:09:45.6140578Z  Downloaded rustls-webpki v0.101.7
2024-04-14T17:09:45.6436261Z  Downloaded fnv v1.0.7
2024-04-14T17:09:45.6450079Z  Downloaded ethabi v18.0.0
2024-04-14T17:09:45.6495338Z  Downloaded data-encoding v2.5.0
2024-04-14T17:09:45.6510154Z  Downloaded crypto-common v0.1.6
2024-04-14T17:09:45.6524102Z  Downloaded const-oid v0.9.6
2024-04-14T17:09:45.6555488Z  Downloaded byte-slice-cast v1.2.2
2024-04-14T17:09:45.6570640Z  Downloaded block-buffer v0.10.4
2024-04-14T17:09:45.6586873Z  Downloaded auto_impl v1.2.0
2024-04-14T17:09:45.6707982Z  Downloaded async-trait v0.1.80
2024-04-14T17:09:45.6770833Z  Downloaded ark-serialize v0.4.2
2024-04-14T17:09:45.6788159Z  Downloaded ark-ff-asm v0.4.2
2024-04-14T17:09:45.6805226Z  Downloaded crypto-bigint v0.5.5
2024-04-14T17:09:45.6935063Z  Downloaded ark-ff-asm v0.3.0
2024-04-14T17:09:45.6949842Z  Downloaded spin v0.5.2
2024-04-14T17:09:45.6972466Z  Downloaded socket2 v0.5.6
2024-04-14T17:09:45.7001440Z  Downloaded serde_json v1.0.115
2024-04-14T17:09:45.7131817Z  Downloaded semver v1.0.22
2024-04-14T17:09:45.7171634Z  Downloaded semver v0.11.0
2024-04-14T17:09:45.7199952Z  Downloaded scale-info v2.11.2
2024-04-14T17:09:45.7234105Z  Downloaded rustversion v1.0.15
2024-04-14T17:09:45.7281385Z  Downloaded rustix v0.38.32
2024-04-14T17:09:45.7759042Z  Downloaded form_urlencoded v1.2.1
2024-04-14T17:09:45.7770887Z  Downloaded byteorder v1.5.0
2024-04-14T17:09:45.7797421Z  Downloaded async_io_stream v0.3.3
2024-04-14T17:09:45.7826887Z  Downloaded rustls v0.21.10
2024-04-14T17:09:45.8025708Z  Downloaded crunchy v0.2.2
2024-04-14T17:09:45.8037900Z  Downloaded rustls-pemfile v1.0.4
2024-04-14T17:09:45.8076577Z  Downloaded ark-ff v0.4.2
2024-04-14T17:09:45.8145432Z  Downloaded autocfg v1.2.0
2024-04-14T17:09:45.8173233Z  Downloaded ark-std v0.3.0
2024-04-14T17:09:45.8193674Z  Downloaded ark-serialize v0.3.0
2024-04-14T17:09:45.8208981Z  Downloaded heck v0.4.1
2024-04-14T17:09:45.8230233Z  Downloaded cpufeatures v0.2.12
2024-04-14T17:09:45.8253286Z  Downloaded aho-corasick v1.1.3
2024-04-14T17:09:45.8343639Z  Downloaded alloy-rlp v0.3.4
2024-04-14T17:09:45.8362551Z  Downloaded alloy-primitives v0.7.0
2024-04-14T17:09:45.8425357Z  Downloaded allocator-api2 v0.2.18
2024-04-14T17:09:45.8477229Z  Downloaded ahash v0.8.11
2024-04-14T17:09:45.8517613Z  Downloaded adler v1.0.2
2024-04-14T17:09:45.8540641Z  Downloaded 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  Compiling proc-macro2 v1.0.79
2024-04-14T17:09:47.8202541Z  Compiling unicode-ident v1.0.12
2024-04-14T17:09:47.8203101Z  Compiling cfg-if v1.0.0
2024-04-14T17:09:47.8203575Z  Compiling libc v0.2.153
2024-04-14T17:09:47.9067532Z  Compiling serde v1.0.197
2024-04-14T17:09:47.9488170Z  Compiling autocfg v1.2.0
2024-04-14T17:09:48.1839636Z  Compiling version_check v0.9.4
2024-04-14T17:09:48.2282451Z  Compiling cc v1.0.94
2024-04-14T17:09:48.4565341Z  Compiling once_cell v1.19.0
2024-04-14T17:09:48.5521140Z  Compiling getrandom v0.2.14
2024-04-14T17:09:48.6647000Z  Compiling syn v1.0.109
2024-04-14T17:09:48.8293791Z  Compiling quote v1.0.36
2024-04-14T17:09:49.0016210Z  Compiling typenum v1.17.0
2024-04-14T17:09:49.0669008Z  Compiling generic-array v0.14.7
2024-04-14T17:09:49.2096515Z  Compiling syn v2.0.58
2024-04-14T17:09:49.3408215Z  Compiling rand_core v0.6.4
2024-04-14T17:09:49.4564012Z  Compiling subtle v2.5.0
2024-04-14T17:09:49.7052280Z  Compiling const-oid v0.9.6
2024-04-14T17:09:49.7393232Z  Compiling serde_derive v1.0.197
2024-04-14T17:09:49.8174047Z  Compiling zeroize_derive v1.4.2
2024-04-14T17:09:49.8245817Z  Compiling hashbrown v0.14.3
2024-04-14T17:09:49.8693428Z  Compiling equivalent v1.0.1
2024-04-14T17:09:49.9708290Z  Compiling winnow v0.5.40
2024-04-14T17:09:50.0098511Z  Compiling indexmap v2.2.6
2024-04-14T17:09:50.2050444Z  Compiling itoa v1.0.11
2024-04-14T17:09:50.2866113Z  Compiling toml_datetime v0.6.5
2024-04-14T17:09:50.3066173Z  Compiling ahash v0.8.11
2024-04-14T17:09:50.3897050Z  Compiling ppv-lite86 v0.2.17
2024-04-14T17:09:50.4919389Z  Compiling crunchy v0.2.2
2024-04-14T17:09:50.5679559Z  Compiling target-lexicon v0.12.14
2024-04-14T17:09:50.6969780Z  Compiling zeroize v1.7.0
2024-04-14T17:09:50.7138481Z  Compiling rand_chacha v0.3.1
2024-04-14T17:09:50.8737262Z  Compiling num_cpus v1.16.0
2024-04-14T17:09:50.9841032Z  Compiling num-traits v0.2.18
2024-04-14T17:09:50.9990460Z  Compiling block-buffer v0.10.4
2024-04-14T17:09:51.0019578Z  Compiling crypto-common v0.1.6
2024-04-14T17:09:51.1242298Z  Compiling digest v0.10.7
2024-04-14T17:09:51.1322883Z  Compiling zerocopy v0.7.32
2024-04-14T17:09:51.1599643Z  Compiling byteorder v1.5.0
2024-04-14T17:09:51.4225076Z  Compiling rand v0.8.5
2024-04-14T17:09:51.5738093Z  Compiling allocator-api2 v0.2.18
2024-04-14T17:09:51.6235434Z  Compiling pyo3-build-config v0.19.2
2024-04-14T17:09:51.7587013Z  Compiling cpufeatures v0.2.12
2024-04-14T17:09:51.8380189Z  Compiling convert_case v0.4.0
2024-04-14T17:09:51.8686546Z  Compiling pin-project-lite v0.2.14
2024-04-14T17:09:51.9508604Z  Compiling rustc-hex v2.1.0
2024-04-14T17:09:51.9724968Z  Compiling derive_more v0.99.17
2024-04-14T17:09:52.0536661Z  Compiling toml_edit v0.20.7
2024-04-14T17:09:52.2671755Z  Compiling ring v0.17.8
2024-04-14T17:09:52.4167784Z  Compiling tiny-keccak v2.0.2
2024-04-14T17:09:52.8028987Z  Compiling proc-macro-crate v2.0.0
2024-04-14T17:09:52.9176923Z  Compiling futures-core v0.3.30
2024-04-14T17:09:53.0312359Z  Compiling parity-scale-codec-derive v3.6.9
2024-04-14T17:09:53.8530527Z  Compiling bytes v1.6.0
2024-04-14T17:09:54.0355492Z  Compiling hex v0.4.3
2024-04-14T17:09:54.5261632Z  Compiling der v0.7.9
2024-04-14T17:09:54.8013360Z  Compiling toml_edit v0.19.15
2024-04-14T17:09:54.9746646Z  Compiling impl-trait-for-tuples v0.2.2
2024-04-14T17:09:55.0397948Z  Compiling rlp-derive v0.1.0
2024-04-14T17:09:55.0641104Z  Compiling byte-slice-cast v1.2.2
2024-04-14T17:09:55.1880713Z  Compiling arrayvec v0.7.4
2024-04-14T17:09:55.3360269Z  Compiling wasm-bindgen-shared v0.2.92
2024-04-14T17:09:55.4833244Z  Compiling untrusted v0.9.0
2024-04-14T17:09:55.5906894Z  Compiling spin v0.9.8
2024-04-14T17:09:55.6748519Z  Compiling rlp v0.5.2
2024-04-14T17:09:55.7830214Z  Compiling proc-macro-crate v1.3.1
2024-04-14T17:09:55.7917905Z  Compiling pyo3-ffi v0.19.2
2024-04-14T17:09:55.9090388Z  Compiling num-integer v0.1.46
2024-04-14T17:09:56.0385601Z  Compiling tokio-macros v2.2.0
2024-04-14T17:09:56.0572417Z  Compiling mio v0.8.11
2024-04-14T17:09:56.0624277Z  Compiling socket2 v0.5.6
2024-04-14T17:09:56.2760502Z  Compiling num-bigint v0.4.4
2024-04-14T17:09:56.2964296Z  Compiling slab v0.4.9
2024-04-14T17:09:56.5055726Z  Compiling lock_api v0.4.11
2024-04-14T17:09:56.5306846Z  Compiling parking_lot_core v0.9.9
2024-04-14T17:09:56.7092653Z  Compiling static_assertions v1.1.0
2024-04-14T17:09:56.7595807Z  Compiling thiserror v1.0.58
2024-04-14T17:09:56.8160025Z  Compiling fnv v1.0.7
2024-04-14T17:09:56.9278481Z  Compiling http v0.2.12
2024-04-14T17:09:56.9497951Z  Compiling tokio v1.37.0
2024-04-14T17:09:57.2511076Z  Compiling scale-info-derive v2.11.2
2024-04-14T17:09:57.4634467Z  Compiling spki v0.7.3
2024-04-14T17:09:57.5817404Z  Compiling tracing-attributes v0.1.27
2024-04-14T17:09:57.7827265Z  Compiling thiserror-impl v1.0.58
2024-04-14T17:09:58.7658044Z  Compiling tracing-core v0.1.32
2024-04-14T17:09:58.9341794Z  Compiling ff v0.13.0
2024-04-14T17:09:59.0493599Z  Compiling memoffset v0.9.1
2024-04-14T17:09:59.2392568Z  Compiling httparse v1.8.0
2024-04-14T17:09:59.2525263Z  Compiling smallvec v1.13.2
2024-04-14T17:09:59.2959138Z  Compiling parity-scale-codec v3.6.9
2024-04-14T17:09:59.3233181Z  Compiling bumpalo v3.16.0
2024-04-14T17:09:59.4076272Z  Compiling rustls v0.21.10
2024-04-14T17:09:59.4378113Z  Compiling base16ct v0.2.0
2024-04-14T17:09:59.4655744Z  Compiling scopeguard v1.2.0
2024-04-14T17:09:59.5366119Z  Compiling tinyvec_macros v0.1.1
2024-04-14T17:09:59.5472739Z  Compiling futures-sink v0.3.30
2024-04-14T17:09:59.5599330Z  Compiling log v0.4.21
2024-04-14T17:09:59.6383274Z  Compiling tinyvec v1.6.0
2024-04-14T17:09:59.6747623Z  Compiling wasm-bindgen-backend v0.2.92
2024-04-14T17:09:59.7052436Z  Compiling sec1 v0.7.3
2024-04-14T17:09:59.8056063Z  Compiling impl-codec v0.6.0
2024-04-14T17:09:59.8314511Z  Compiling scale-info v2.11.2
2024-04-14T17:09:59.9241824Z  Compiling tracing v0.1.40
2024-04-14T17:10:00.0113137Z  Compiling group v0.13.0
2024-04-14T17:10:00.0691399Z  Compiling pkcs8 v0.10.2
2024-04-14T17:10:00.1763416Z  Compiling fixed-hash v0.8.0
2024-04-14T17:10:00.2475328Z  Compiling rustls-webpki v0.101.7
2024-04-14T17:10:00.2871638Z  Compiling sct v0.7.1
2024-04-14T17:10:00.3053149Z  Compiling impl-rlp v0.3.0
2024-04-14T17:10:00.3789860Z  Compiling bitflags v2.5.0
2024-04-14T17:10:00.3993870Z  Compiling impl-serde v0.4.0
2024-04-14T17:10:00.4122380Z  Compiling pyo3 v0.19.2
2024-04-14T17:10:00.4237091Z  Compiling hmac v0.12.1
2024-04-14T17:10:00.4973429Z  Compiling crypto-bigint v0.5.5
2024-04-14T17:10:00.5149813Z  Compiling pyo3-macros-backend v0.19.2
2024-04-14T17:10:00.5392785Z  Compiling futures-macro v0.3.30
2024-04-14T17:10:00.6377138Z  Compiling blst v0.3.11
2024-04-14T17:10:00.7766823Z  Compiling ryu v1.0.17
2024-04-14T17:10:00.9060310Z  Compiling percent-encoding v2.3.1
2024-04-14T17:10:00.9805066Z  Compiling serde_json v1.0.115
2024-04-14T17:10:01.0008574Z  Compiling pin-utils v0.1.0
2024-04-14T17:10:01.0501420Z  Compiling futures-task v0.3.30
2024-04-14T17:10:01.1080247Z  Compiling form_urlencoded v1.2.1
2024-04-14T17:10:01.1616124Z  Compiling pyo3-macros v0.19.2
2024-04-14T17:10:01.2210321Z  Compiling elliptic-curve v0.13.8
2024-04-14T17:10:01.4084338Z  Compiling rfc6979 v0.4.0
2024-04-14T17:10:01.5159021Z  Compiling futures-util v0.3.30
2024-04-14T17:10:01.8624844Z  Compiling wasm-bindgen-macro-support v0.2.92
2024-04-14T17:10:01.8700974Z  Compiling parking_lot v0.12.1
2024-04-14T17:10:02.0065387Z  Compiling unicode-normalization v0.1.23
2024-04-14T17:10:02.0252241Z  Compiling uint v0.9.5
2024-04-14T17:10:02.0504239Z  Compiling const-hex v1.11.3
2024-04-14T17:10:02.1557961Z  Compiling futures-channel v0.3.30
2024-04-14T17:10:02.2056165Z  Compiling signature v2.2.0
2024-04-14T17:10:02.2114644Z  Compiling auto_impl v1.2.0
2024-04-14T17:10:02.2182543Z  Compiling memchr v2.7.2
2024-04-14T17:10:02.3169709Z  Compiling unicode-bidi v0.3.15
2024-04-14T17:10:02.3340258Z  Compiling indoc v1.0.9
2024-04-14T17:10:02.4021405Z  Compiling rustversion v1.0.15
2024-04-14T17:10:02.5048540Z  Compiling spin v0.5.2
2024-04-14T17:10:02.6401973Z  Compiling unindent v0.1.11
2024-04-14T17:10:02.7382957Z  Compiling radium v0.7.0
2024-04-14T17:10:02.7767670Z  Compiling wasm-bindgen v0.2.92
2024-04-14T17:10:02.9996040Z  Compiling idna v0.5.0
2024-04-14T17:10:03.0115414Z  Compiling aho-corasick v1.1.3
2024-04-14T17:10:03.2473026Z  Compiling ecdsa v0.16.9
2024-04-14T17:10:03.3138721Z  Compiling primitive-types v0.12.2
2024-04-14T17:10:03.4094579Z  Compiling wasm-bindgen-macro v0.2.92
2024-04-14T17:10:03.4778536Z  Compiling ethbloom v0.13.0
2024-04-14T17:10:03.5358823Z  Compiling tokio-util v0.7.10
2024-04-14T17:10:03.6327924Z  Compiling alloy-rlp v0.3.4
2024-04-14T17:10:03.7158301Z  Compiling sha2 v0.10.8
2024-04-14T17:10:03.7570811Z  Compiling threadpool v1.8.1
2024-04-14T17:10:03.7683744Z  Compiling toml_edit v0.21.1
2024-04-14T17:10:03.8732409Z  Compiling c-kzg v1.0.0
2024-04-14T17:10:03.8813853Z  Compiling num-rational v0.4.1
2024-04-14T17:10:04.0062768Z  Compiling rustix v0.38.32
2024-04-14T17:10:04.0111964Z  Compiling tap v1.0.1
2024-04-14T17:10:04.0734188Z  Compiling keccak v0.1.5
2024-04-14T17:10:04.1461749Z  Compiling try-lock v0.2.5
2024-04-14T17:10:04.1570021Z  Compiling time-core v0.1.2
2024-04-14T17:10:04.1948864Z  Compiling base64 v0.21.7
2024-04-14T17:10:04.2580538Z  Compiling ruint-macro v1.2.0
2024-04-14T17:10:04.2632018Z  Compiling num-conv v0.1.0
2024-04-14T17:10:04.3069101Z  Compiling regex-syntax v0.8.3
2024-04-14T17:10:04.3446686Z  Compiling powerfmt v0.2.0
2024-04-14T17:10:04.4033276Z  Compiling time-macros v0.2.18
2024-04-14T17:10:04.4672543Z  Compiling deranged v0.3.11
2024-04-14T17:10:04.6385466Z  Compiling ruint v1.12.1
2024-04-14T17:10:04.6733168Z  Compiling regex-automata v0.4.6
2024-04-14T17:10:04.7421062Z  Compiling want v0.3.1
2024-04-14T17:10:04.8662053Z  Compiling sha3 v0.10.8
2024-04-14T17:10:04.9949454Z  Compiling wyz v0.5.1
2024-04-14T17:10:05.0924983Z  Compiling proc-macro-crate v3.1.0
2024-04-14T17:10:05.2402548Z  Compiling k256 v0.13.3
2024-04-14T17:10:05.4141342Z  Compiling h2 v0.3.26
2024-04-14T17:10:05.4142573Z  Compiling ethereum-types v0.14.1
2024-04-14T17:10:05.6586515Z  Compiling url v2.5.0
2024-04-14T17:10:06.3757416Z  Compiling tokio-rustls v0.24.1
2024-04-14T17:10:07.1400508Z  Compiling http-body v0.4.6
2024-04-14T17:10:07.1637038Z  Compiling secp256k1-sys v0.9.2
2024-04-14T17:10:07.2274228Z  Compiling ring v0.16.20
2024-04-14T17:10:07.2716244Z  Compiling tower-service v0.3.2
2024-04-14T17:10:07.3532067Z  Compiling hex-literal v0.4.1
2024-04-14T17:10:07.3917356Z  Compiling funty v2.0.0
2024-04-14T17:10:07.4333070Z  Compiling linux-raw-sys v0.4.13
2024-04-14T17:10:07.4688065Z  Compiling httpdate v1.0.3
2024-04-14T17:10:07.5849967Z  Compiling heck v0.4.1
2024-04-14T17:10:07.7173441Z  Compiling strum_macros v0.26.2
2024-04-14T17:10:07.7462424Z  Compiling time v0.3.36
2024-04-14T17:10:07.8686822Z  Compiling open-fastrlp-derive v0.1.1
2024-04-14T17:10:08.5416154Z  Compiling bitvec v1.0.1
2024-04-14T17:10:08.5448738Z  Compiling hyper v0.14.28
2024-04-14T17:10:08.9772537Z  Compiling alloy-primitives v0.7.0
2024-04-14T17:10:09.3960959Z  Compiling js-sys v0.3.69
2024-04-14T17:10:09.9584090Z  Compiling num_enum_derive v0.7.2
2024-04-14T17:10:10.5857857Z  Compiling regex v1.10.4
2024-04-14T17:10:10.9214707Z  Compiling num-iter v0.1.44
2024-04-14T17:10:11.0434668Z  Compiling sha1 v0.10.6
2024-04-14T17:10:11.1927836Z  Compiling num-complex v0.4.5
2024-04-14T17:10:11.3734971Z  Compiling pin-project-internal v1.1.5
2024-04-14T17:10:11.3736194Z  Compiling enumn v0.1.13
2024-04-14T17:10:11.9647231Z  Compiling untrusted v0.7.1
2024-04-14T17:10:12.0508097Z  Compiling fastrand v2.0.2
2024-04-14T17:10:12.0899485Z  Compiling base64 v0.13.1
2024-04-14T17:10:12.1892713Z  Compiling dyn-clone v1.0.17
2024-04-14T17:10:12.2472261Z  Compiling data-encoding v2.5.0
2024-04-14T17:10:12.3129380Z  Compiling utf-8 v0.7.6
2024-04-14T17:10:12.3952485Z  Compiling webpki-roots v0.25.4
2024-04-14T17:10:12.4234502Z  Compiling tungstenite v0.20.1
2024-04-14T17:10:12.5155534Z  Compiling revm-primitives v3.1.1
2024-04-14T17:10:12.6411684Z  Compiling pem v1.1.1
2024-04-14T17:10:12.7383515Z  Compiling pin-project v1.1.5
2024-04-14T17:10:12.7715139Z  Compiling tempfile v3.10.1
2024-04-14T17:10:12.8533197Z  Compiling num_enum v0.7.2
2024-04-14T17:10:12.8632601Z  Compiling num v0.4.2
2024-04-14T17:10:12.8936563Z  Compiling ethabi v18.0.0
2024-04-14T17:10:12.9762955Z  Compiling gloo-timers v0.2.6
2024-04-14T17:10:12.9911342Z  Compiling strum v0.26.2
2024-04-14T17:10:13.0954347Z  Compiling hyper-rustls v0.24.2
2024-04-14T17:10:13.1008132Z  Compiling open-fastrlp v0.1.4
2024-04-14T17:10:13.1229092Z  Compiling simple_asn1 v0.6.2
2024-04-14T17:10:13.1288687Z  Compiling rustls-pemfile v1.0.4
2024-04-14T17:10:13.2468771Z  Compiling lazy_static v1.4.0
2024-04-14T17:10:13.2525783Z  Compiling serde_urlencoded v0.7.1
2024-04-14T17:10:13.2628779Z  Compiling chrono v0.4.37
2024-04-14T17:10:13.2677071Z  Compiling fxhash v0.2.1
2024-04-14T17:10:13.3619015Z  Compiling encoding_rs v0.8.34
2024-04-14T17:10:13.3889127Z  Compiling unicode-xid v0.2.4
2024-04-14T17:10:13.3935281Z  Compiling ipnet v2.9.0
2024-04-14T17:10:13.5038169Z  Compiling sync_wrapper v0.1.2
2024-04-14T17:10:13.5095990Z  Compiling mime v0.3.17
2024-04-14T17:10:13.6380879Z  Compiling send_wrapper v0.4.0
2024-04-14T17:10:13.7545552Z  Compiling ethers-core v2.0.14
2024-04-14T17:10:13.7568821Z  Compiling futures-timer v3.0.3
2024-04-14T17:10:14.0261739Z  Compiling hashers v1.0.1
2024-04-14T17:10:14.1832548Z  Compiling reqwest v0.11.27
2024-04-14T17:10:14.2105470Z  Compiling substrate-bn v0.6.0
2024-04-14T17:10:14.2551215Z  Compiling jsonwebtoken v8.3.0
2024-04-14T17:10:14.3766897Z  Compiling aurora-engine-modexp v1.0.0
2024-04-14T17:10:14.4426765Z  Compiling secp256k1 v0.28.2
2024-04-14T17:10:14.4747129Z  Compiling tracing-futures v0.2.5
2024-04-14T17:10:14.4901743Z  Compiling tokio-tungstenite v0.20.1
2024-04-14T17:10:14.5993073Z  Compiling enr v0.10.0
2024-04-14T17:10:14.6203818Z  Compiling ripemd v0.1.3
2024-04-14T17:10:14.6599311Z  Compiling async-trait v0.1.80
2024-04-14T17:10:14.7674620Z  Compiling instant v0.1.12
2024-04-14T17:10:14.7813890Z  Compiling revm-precompile v5.1.0
2024-04-14T17:10:14.8816469Z  Compiling revm-interpreter v3.4.0
2024-04-14T17:10:15.4206545Z  Compiling ethers-providers v2.0.14
2024-04-14T17:10:16.1095110Z  Compiling revm v7.2.0
2024-04-14T17:10:16.4203482Z  Compiling pyrevm v0.3.0 (/home/runner/work/pyrevm/pyrevm)
2024-04-14T17:10:26.9251405Z  Finished 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  Compiling pyo3-build-config v0.19.2
2024-04-14T17:10:28.4506897Z  Compiling pyo3-ffi v0.19.2
2024-04-14T17:10:28.4507841Z  Compiling pyo3 v0.19.2
2024-04-14T17:10:32.3721504Z  Compiling ruint v1.12.1
2024-04-14T17:10:32.9490653Z  Compiling alloy-primitives v0.7.0
2024-04-14T17:10:34.2588806Z  Compiling revm-primitives v3.1.1
2024-04-14T17:10:35.4712589Z  Compiling revm-interpreter v3.4.0
2024-04-14T17:10:35.4713855Z  Compiling revm-precompile v5.1.0
2024-04-14T17:10:36.6008361Z  Compiling revm v7.2.0
2024-04-14T17:10:41.7143199Z  Compiling pyrevm v0.3.0 (/home/runner/work/pyrevm/pyrevm)
2024-04-14T17:10:52.3719330Z  Finished 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  Compiling pyo3-build-config v0.19.2
2024-04-14T17:10:54.8962869Z  Compiling pyo3-ffi v0.19.2
2024-04-14T17:10:54.8963731Z  Compiling pyo3 v0.19.2
2024-04-14T17:10:58.8491122Z  Compiling ruint v1.12.1
2024-04-14T17:10:59.4282095Z  Compiling alloy-primitives v0.7.0
2024-04-14T17:11:00.7373344Z  Compiling revm-primitives v3.1.1
2024-04-14T17:11:01.9361692Z  Compiling revm-precompile v5.1.0
2024-04-14T17:11:01.9362787Z  Compiling revm-interpreter v3.4.0
2024-04-14T17:11:03.0739879Z  Compiling revm v7.2.0
2024-04-14T17:11:08.1863471Z  Compiling pyrevm v0.3.0 (/home/runner/work/pyrevm/pyrevm)
2024-04-14T17:11:18.7672655Z  Finished 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  Compiling pyo3-build-config v0.19.2
2024-04-14T17:11:21.5810977Z  Compiling pyo3-ffi v0.19.2
2024-04-14T17:11:21.5812047Z  Compiling pyo3 v0.19.2
2024-04-14T17:11:25.5485416Z  Compiling ruint v1.12.1
2024-04-14T17:11:26.1371310Z  Compiling alloy-primitives v0.7.0
2024-04-14T17:11:27.4427294Z  Compiling revm-primitives v3.1.1
2024-04-14T17:11:28.6486469Z  Compiling revm-precompile v5.1.0
2024-04-14T17:11:28.6487363Z  Compiling revm-interpreter v3.4.0
2024-04-14T17:11:29.7779714Z  Compiling revm v7.2.0
2024-04-14T17:11:34.9094375Z  Compiling pyrevm v0.3.0 (/home/runner/work/pyrevm/pyrevm)
2024-04-14T17:11:45.4736776Z  Finished 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  Compiling pyo3-build-config v0.19.2
2024-04-14T17:11:48.2875265Z  Compiling pyo3-ffi v0.19.2
2024-04-14T17:11:48.2876325Z  Compiling pyo3 v0.19.2
2024-04-14T17:11:52.2648394Z  Compiling ruint v1.12.1
2024-04-14T17:11:52.8470676Z  Compiling alloy-primitives v0.7.0
2024-04-14T17:11:54.1604005Z  Compiling revm-primitives v3.1.1
2024-04-14T17:11:55.3768291Z  Compiling revm-interpreter v3.4.0
2024-04-14T17:11:55.3769304Z  Compiling revm-precompile v5.1.0
2024-04-14T17:11:56.5218259Z  Compiling revm v7.2.0
2024-04-14T17:12:01.6520906Z  Compiling pyrevm v0.3.0 (/home/runner/work/pyrevm/pyrevm)
2024-04-14T17:12:12.3010305Z  Finished 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  Compiling pyo3-build-config v0.19.2
2024-04-14T17:12:15.1793771Z  Compiling pyo3-ffi v0.19.2
2024-04-14T17:12:15.1794598Z  Compiling pyo3 v0.19.2
2024-04-14T17:12:19.3161960Z  Compiling ruint v1.12.1
2024-04-14T17:12:19.8974058Z  Compiling alloy-primitives v0.7.0
2024-04-14T17:12:21.2087007Z  Compiling revm-primitives v3.1.1
2024-04-14T17:12:22.4180193Z  Compiling revm-precompile v5.1.0
2024-04-14T17:12:22.4181155Z  Compiling revm-interpreter v3.4.0
2024-04-14T17:12:23.5417482Z  Compiling revm v7.2.0
2024-04-14T17:12:28.6398869Z  Compiling pyrevm v0.3.0 (/home/runner/work/pyrevm/pyrevm)
2024-04-14T17:12:39.1899907Z  Finished 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  Compiling pyo3-build-config v0.19.2
2024-04-14T17:12:42.2497876Z  Compiling pyo3-ffi v0.19.2
2024-04-14T17:12:42.2498721Z  Compiling pyo3 v0.19.2
2024-04-14T17:12:46.1037947Z  Compiling ruint v1.12.1
2024-04-14T17:12:46.6989139Z  Compiling alloy-primitives v0.7.0
2024-04-14T17:12:48.0122068Z  Compiling revm-primitives v3.1.1
2024-04-14T17:12:49.2134586Z  Compiling revm-precompile v5.1.0
2024-04-14T17:12:49.2135626Z  Compiling revm-interpreter v3.4.0
2024-04-14T17:12:50.3467858Z  Compiling revm v7.2.0
2024-04-14T17:12:55.4218702Z  Compiling pyrevm v0.3.0 (/home/runner/work/pyrevm/pyrevm)
2024-04-14T17:13:05.9211748Z  Finished 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  Compiling pyo3-build-config v0.19.2
2024-04-14T17:13:09.4553559Z  Compiling pyo3-ffi v0.19.2
2024-04-14T17:13:09.4554411Z  Compiling pyo3 v0.19.2
2024-04-14T17:13:13.3182511Z  Compiling ruint v1.12.1
2024-04-14T17:13:13.9373237Z  Compiling alloy-primitives v0.7.0
2024-04-14T17:13:15.2486679Z  Compiling revm-primitives v3.1.1
2024-04-14T17:13:16.4554153Z  Compiling revm-precompile v5.1.0
2024-04-14T17:13:16.4555475Z  Compiling revm-interpreter v3.4.0
2024-04-14T17:13:17.6193064Z  Compiling revm v7.2.0
2024-04-14T17:13:22.6884609Z  Compiling pyrevm v0.3.0 (/home/runner/work/pyrevm/pyrevm)
2024-04-14T17:13:33.1695250Z  Finished 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  Compiling pyo3-build-config v0.19.2
2024-04-14T17:13:36.7890595Z  Compiling pyo3-ffi v0.19.2
2024-04-14T17:13:36.7891609Z  Compiling pyo3 v0.19.2
2024-04-14T17:13:40.6538392Z  Compiling ruint v1.12.1
2024-04-14T17:13:41.2482529Z  Compiling alloy-primitives v0.7.0
2024-04-14T17:13:42.5735358Z  Compiling revm-primitives v3.1.1
2024-04-14T17:13:43.7924805Z  Compiling revm-precompile v5.1.0
2024-04-14T17:13:43.7925981Z  Compiling revm-interpreter v3.4.0
2024-04-14T17:13:44.9495656Z  Compiling revm v7.2.0
2024-04-14T17:13:50.1511471Z  Compiling pyrevm v0.3.0 (/home/runner/work/pyrevm/pyrevm)
2024-04-14T17:14:00.8426929Z  Finished 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  Compiling pyo3-build-config v0.19.2
2024-04-14T17:14:04.5372758Z  Compiling pyo3-ffi v0.19.2
2024-04-14T17:14:04.5373811Z  Compiling pyo3 v0.19.2
2024-04-14T17:14:08.4211745Z  Compiling ruint v1.12.1
2024-04-14T17:14:09.0150588Z  Compiling alloy-primitives v0.7.0
2024-04-14T17:14:10.3427482Z  Compiling revm-primitives v3.1.1
2024-04-14T17:14:11.5515365Z  Compiling revm-precompile v5.1.0
2024-04-14T17:14:11.5516432Z  Compiling revm-interpreter v3.4.0
2024-04-14T17:14:12.7036169Z  Compiling revm v7.2.0
2024-04-14T17:14:17.7883406Z  Compiling pyrevm v0.3.0 (/home/runner/work/pyrevm/pyrevm)
2024-04-14T17:14:28.3452581Z  Finished 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