2026-08-02T12:55:08.1721875Z Current runner version: '2.336.0'
Runner Image Provisioner
2026-08-02T12:55:08.1761823Z Hosted Compute Agent 2026-08-02T12:55:08.1762569Z Version: 20260707.563 2026-08-02T12:55:08.1763195Z Commit: 02667638d2b423fbc733a8e32a88b44996a3ba6e 2026-08-02T12:55:08.1763891Z Build Date: 2026-07-07T19:33:50Z 2026-08-02T12:55:08.1764639Z Worker ID: {824c9914-6acc-498f-bba7-abae8453e7a5} 2026-08-02T12:55:08.1765380Z Azure Region: centralus
Operating System
2026-08-02T12:55:08.1768142Z Ubuntu 2026-08-02T12:55:08.1768746Z 24.04.4 2026-08-02T12:55:08.1769282Z LTS
Runner Image
2026-08-02T12:55:08.1771438Z Image: ubuntu-24.04 2026-08-02T12:55:08.1772037Z Version: 20260720.247.2 2026-08-02T12:55:08.1773350Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20260720.247/images/ubuntu/Ubuntu2404-Readme.md 2026-08-02T12:55:08.1774953Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20260720.247
GITHUB_TOKEN Permissions
2026-08-02T12:55:08.1779289Z Contents: read 2026-08-02T12:55:08.1780326Z Metadata: read
2026-08-02T12:55:08.1783067Z Secret source: None 2026-08-02T12:55:08.1784498Z Prepare workflow directory 2026-08-02T12:55:08.2206456Z Prepare all required actions 2026-08-02T12:55:08.2277964Z Getting action download info 2026-08-02T12:55:08.4805055Z Download action repository 'actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd' (SHA:de0fac2e4500dabe0009e67214ff5f5447ce83dd) 2026-08-02T12:55:08.6145790Z Download action repository 'actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405' (SHA:a309ff8b426b58ec0e2a45f0f869d46889d02405) 2026-08-02T12:55:08.7034805Z Download action repository 'actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a' (SHA:043fb46d1a93c77aae656e7c1c64a875d1fc6a0a) 2026-08-02T12:55:08.8791185Z Complete job name: jit-arch (linux64)
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2026-08-02T12:55:08.9590748Z with: 2026-08-02T12:55:08.9591194Z repository: pypy/pypy 2026-08-02T12:55:08.9594821Z token: *** 2026-08-02T12:55:08.9595247Z ssh-strict: true 2026-08-02T12:55:08.9595678Z ssh-user: git 2026-08-02T12:55:08.9596123Z persist-credentials: true 2026-08-02T12:55:08.9596605Z clean: true 2026-08-02T12:55:08.9597045Z sparse-checkout-cone-mode: true 2026-08-02T12:55:08.9597561Z fetch-depth: 1 2026-08-02T12:55:08.9597983Z fetch-tags: false 2026-08-02T12:55:08.9598418Z show-progress: true 2026-08-02T12:55:08.9598851Z lfs: false 2026-08-02T12:55:08.9599252Z submodules: false 2026-08-02T12:55:08.9599692Z set-safe-directory: true
2026-08-02T12:55:09.0608776Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-02T12:55:09.0611644Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-02T12:55:09.0612720Z [command]/usr/bin/git version 2026-08-02T12:55:09.0728176Z git version 2.54.0
2026-08-02T12:55:09.0803973Z Temporarily overriding HOME='/home/runner/work/_temp/5d150e76-c757-43eb-82fe-1ccf78b43801' before making global git config changes 2026-08-02T12:55:09.0806328Z Adding repository directory to the temporary git global config as a safe directory 2026-08-02T12:55:09.0810197Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-02T12:55:09.0867032Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-02T12:55:09.0876878Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-02T12:55:09.0999851Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-02T12:55:09.1002216Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-02T12:55:09.1003876Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-02T12:55:09.1005086Z hint: call: 2026-08-02T12:55:09.1005700Z hint: 2026-08-02T12:55:09.1006792Z hint: git config --global init.defaultBranch <name> 2026-08-02T12:55:09.1007807Z hint: 2026-08-02T12:55:09.1008859Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-02T12:55:09.1010620Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-02T12:55:09.1011812Z hint: 2026-08-02T12:55:09.1012442Z hint: git branch -m <name> 2026-08-02T12:55:09.1013229Z hint: 2026-08-02T12:55:09.1014349Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-02T12:55:09.1015934Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-02T12:55:09.1030885Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-02T12:55:09.1081148Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-02T12:55:09.1117161Z Removing SSH command configuration 2026-08-02T12:55:09.1124996Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-02T12:55:09.1173145Z [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' || :" 2026-08-02T12:55:09.1615999Z Removing HTTP extra header 2026-08-02T12:55:09.1623553Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-02T12:55:09.1663061Z [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' || :" 2026-08-02T12:55:09.1895745Z Removing includeIf entries pointing to credentials config files 2026-08-02T12:55:09.1902629Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-02T12:55:09.1944750Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-02T12:55:09.2204598Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-a0b60607-c7b9-4a53-bb13-745f4b6d3854.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-02T12:55:09.2255471Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-a0b60607-c7b9-4a53-bb13-745f4b6d3854.config 2026-08-02T12:55:09.2297151Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-a0b60607-c7b9-4a53-bb13-745f4b6d3854.config 2026-08-02T12:55:09.2346077Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-a0b60607-c7b9-4a53-bb13-745f4b6d3854.config 2026-08-02T12:55:09.2393124Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-a0b60607-c7b9-4a53-bb13-745f4b6d3854.config
Fetching the repository
2026-08-02T12:55:09.2443178Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +8dc423ad25aa0b272236bdf4184e5178569cb637:refs/remotes/pull/5551/merge 2026-08-02T12:55:11.4035829Z From https://github.com/pypy/pypy 2026-08-02T12:55:11.4039013Z * [new ref] 8dc423ad25aa0b272236bdf4184e5178569cb637 -> pull/5551/merge
Determining the checkout info
2026-08-02T12:55:11.4085960Z [command]/usr/bin/git sparse-checkout disable 2026-08-02T12:55:11.4137853Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-02T12:55:11.4178592Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5551/merge 2026-08-02T12:55:11.9601294Z Note: switching to 'refs/remotes/pull/5551/merge'. 2026-08-02T12:55:11.9601952Z 2026-08-02T12:55:11.9602399Z You are in 'detached HEAD' state. You can look around, make experimental 2026-08-02T12:55:11.9603398Z changes and commit them, and you can discard any commits you make in this 2026-08-02T12:55:11.9604414Z state without impacting any branches by switching back to a branch. 2026-08-02T12:55:11.9604938Z 2026-08-02T12:55:11.9605331Z If you want to create a new branch to retain commits you create, you may 2026-08-02T12:55:11.9606224Z do so (now or later) by using -c with the switch command. Example: 2026-08-02T12:55:11.9606859Z 2026-08-02T12:55:11.9607119Z git switch -c <new-branch-name> 2026-08-02T12:55:11.9607589Z 2026-08-02T12:55:11.9607836Z Or undo this operation with: 2026-08-02T12:55:11.9608216Z 2026-08-02T12:55:11.9608434Z git switch - 2026-08-02T12:55:11.9608759Z 2026-08-02T12:55:11.9609247Z Turn off this advice by setting config variable advice.detachedHead to false 2026-08-02T12:55:11.9609861Z 2026-08-02T12:55:11.9610882Z HEAD is now at 8dc423a Merge f5e25d434be1bb9f4436990b3151daba9b945956 into fe58333c4102f75f7d2e8bf620b0a1c9ef68404b
2026-08-02T12:55:11.9676330Z [command]/usr/bin/git log -1 --format=%H 2026-08-02T12:55:11.9705222Z 8dc423ad25aa0b272236bdf4184e5178569cb637
Run echo "parallel_runs=4" > machine_cfg.py
2026-08-02T12:55:12.0118280Z echo "parallel_runs=4" > machine_cfg.py 2026-08-02T12:55:12.0167159Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
Run set -o pipefail
2026-08-02T12:55:12.0308339Z set -o pipefail 2026-08-02T12:55:12.0308658Z case "$SUITE" in 2026-08-02T12:55:12.0308968Z rlib) 2026-08-02T12:55:12.0309254Z PYPYCHERRYPICK="rlib" ;; 2026-08-02T12:55:12.0309599Z translator) 2026-08-02T12:55:12.0310187Z PYPYCHERRYPICK="translator" ;; 2026-08-02T12:55:12.0310617Z misc) 2026-08-02T12:55:12.0310892Z case "$ARCH" in 2026-08-02T12:55:12.0311361Z win64) PYPYCHERRYPICK="annotator:config:flowspace:tool:memory" ;; 2026-08-02T12:55:12.0311988Z *) PYPYCHERRYPICK="annotator:config:flowspace:tool:rtyper:memory" ;; 2026-08-02T12:55:12.0312467Z esac ;; 2026-08-02T12:55:12.0312747Z jit-arch) 2026-08-02T12:55:12.0313020Z case "$ARCH" in 2026-08-02T12:55:12.0313377Z arm64) PYPYCHERRYPICK="jit/backend/aarch64" ;; 2026-08-02T12:55:12.0313852Z *) PYPYCHERRYPICK="jit/backend/x86" ;; 2026-08-02T12:55:12.0314210Z esac ;; 2026-08-02T12:55:12.0314482Z jit-other) 2026-08-02T12:55:12.0314760Z case "$ARCH" in 2026-08-02T12:55:12.0315739Z arm64) PYPYCHERRYPICK="jit/metainterp:jit/codewriter:jit/tl:jit/tool:jit/backend/x86:jit/backend/arm:jit/backend/llgraph:jit/backend/llsupport:jit/backend/ppc:jit/backend/riscv:jit/backend/test:jit/backend/tool:jit/backend/zarch" ;; 2026-08-02T12:55:12.0317443Z *) PYPYCHERRYPICK="jit/metainterp:jit/codewriter:jit/tl:jit/tool:jit/backend/aarch64:jit/backend/arm:jit/backend/llgraph:jit/backend/llsupport:jit/backend/ppc:jit/backend/riscv:jit/backend/test:jit/backend/tool:jit/backend/zarch" ;; 2026-08-02T12:55:12.0318471Z esac ;; 2026-08-02T12:55:12.0318746Z esac 2026-08-02T12:55:12.0319024Z export PYPYCHERRYPICK 2026-08-02T12:55:12.0319550Z if [ -n "$CONTAINER" ]; then 2026-08-02T12:55:12.0319892Z docker run --rm \ 2026-08-02T12:55:12.0320629Z -v "$GITHUB_WORKSPACE:/workspace" \ 2026-08-02T12:55:12.0321006Z -w /workspace \ 2026-08-02T12:55:12.0321329Z -e PYPYCHERRYPICK \ 2026-08-02T12:55:12.0321657Z -e PYTHONPATH \ 2026-08-02T12:55:12.0321966Z "$CONTAINER" \ 2026-08-02T12:55:12.0322278Z pypy testrunner/runner.py \ 2026-08-02T12:55:12.0322648Z --config=pypy/testrunner_cfg.py \ 2026-08-02T12:55:12.0323021Z --config=machine_cfg.py \ 2026-08-02T12:55:12.0323361Z --root=rpython \ 2026-08-02T12:55:12.0323671Z --timeout=1759 \ 2026-08-02T12:55:12.0323991Z --logfile=testrun.log \ 2026-08-02T12:55:12.0324334Z 2>&1 | tee testrun-output.log 2026-08-02T12:55:12.0324662Z else 2026-08-02T12:55:12.0324940Z pypy testrunner/runner.py \ 2026-08-02T12:55:12.0325330Z --config=pypy/testrunner_cfg.py \ 2026-08-02T12:55:12.0325697Z --config=machine_cfg.py \ 2026-08-02T12:55:12.0326022Z --root=rpython \ 2026-08-02T12:55:12.0326330Z --timeout=1759 \ 2026-08-02T12:55:12.0326639Z --logfile=testrun.log \ 2026-08-02T12:55:12.0326981Z 2>&1 | tee testrun-output.log 2026-08-02T12:55:12.0327302Z fi 2026-08-02T12:55:12.0372384Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2026-08-02T12:55:12.0372809Z env: 2026-08-02T12:55:12.0373065Z SUITE: jit-arch 2026-08-02T12:55:12.0373333Z ARCH: x86 2026-08-02T12:55:12.0373870Z CONTAINER: ghcr.io/pypy/buildworker_x86_64@sha256:61ba2d5fcd68bfe76d99a40ae52c30e88cde919ca40fe65ea24bd34b820e3165 2026-08-02T12:55:12.0374494Z PYTHONPATH: . 2026-08-02T12:55:12.0374778Z PYPY_LOCALBASE:
2026-08-02T12:55:12.1525651Z Unable to find image 'ghcr.io/pypy/buildworker_x86_64@sha256:61ba2d5fcd68bfe76d99a40ae52c30e88cde919ca40fe65ea24bd34b820e3165' locally 2026-08-02T12:55:12.4675975Z ghcr.io/pypy/buildworker_x86_64@sha256:61ba2d5fcd68bfe76d99a40ae52c30e88cde919ca40fe65ea24bd34b820e3165: Pulling from pypy/buildworker_x86_64 2026-08-02T12:55:12.4704177Z a1a18ffda116: Pulling fs layer 2026-08-02T12:55:12.4704863Z 3c05096aa728: Pulling fs layer 2026-08-02T12:55:12.4705577Z 01bcb9e4dc1f: Pulling fs layer 2026-08-02T12:55:12.4706061Z 4f4fb700ef54: Pulling fs layer 2026-08-02T12:55:12.4706708Z fb2873d761f0: Pulling fs layer 2026-08-02T12:55:12.4706968Z 627d9f527436: Pulling fs layer 2026-08-02T12:55:12.4707201Z 1c752555c551: Pulling fs layer 2026-08-02T12:55:12.4707447Z d3c9f87abb15: Pulling fs layer 2026-08-02T12:55:12.4707938Z bb4fd3ed2fc4: Pulling fs layer 2026-08-02T12:55:12.4708193Z d9454c0db893: Pulling fs layer 2026-08-02T12:55:12.4708440Z a90f8409c748: Pulling fs layer 2026-08-02T12:55:12.4708675Z f668f356ba3e: Pulling fs layer 2026-08-02T12:55:12.4709195Z efa4ef78f491: Pulling fs layer 2026-08-02T12:55:12.4709686Z ad74bb4a54dc: Pulling fs layer 2026-08-02T12:55:12.4710355Z eebaf15195be: Pulling fs layer 2026-08-02T12:55:12.4710601Z 71274e4ad4e7: Pulling fs layer 2026-08-02T12:55:12.4710836Z 8b305f88ae4d: Pulling fs layer 2026-08-02T12:55:12.4711067Z 7bcfa39e9b00: Pulling fs layer 2026-08-02T12:55:12.4711294Z c9488ac6c405: Pulling fs layer 2026-08-02T12:55:12.4711607Z 88db2288b245: Pulling fs layer 2026-08-02T12:55:12.4711841Z 3959fe89f233: Pulling fs layer 2026-08-02T12:55:12.4712075Z a632f83ee6a0: Pulling fs layer 2026-08-02T12:55:12.4712307Z cb6b921f1bf7: Pulling fs layer 2026-08-02T12:55:12.4712535Z 80341a7f71d4: Pulling fs layer 2026-08-02T12:55:12.4713161Z 5acd92edc633: Pulling fs layer 2026-08-02T12:55:12.4713628Z ac1534f980d9: Pulling fs layer 2026-08-02T12:55:12.4714091Z a06cc64c340f: Pulling fs layer 2026-08-02T12:55:12.4714550Z 187450b03722: Pulling fs layer 2026-08-02T12:55:12.4715001Z 8ed74f1e8024: Pulling fs layer 2026-08-02T12:55:12.4715746Z 2a318cb28de0: Pulling fs layer 2026-08-02T12:55:12.4716011Z 60a3ab4b2d4d: Pulling fs layer 2026-08-02T12:55:12.4716265Z 0bc8508ca923: Pulling fs layer 2026-08-02T12:55:12.4716511Z d7ee4af1a169: Pulling fs layer 2026-08-02T12:55:12.4716744Z a2e50ff165a2: Pulling fs layer 2026-08-02T12:55:12.4717014Z 4f4fb700ef54: Waiting 2026-08-02T12:55:12.4717238Z aecf3e479cc0: Pulling fs layer 2026-08-02T12:55:12.4717475Z 79c26c932d8b: Pulling fs layer 2026-08-02T12:55:12.4717707Z 726f5ef0ffe5: Pulling fs layer 2026-08-02T12:55:12.4717932Z fb2873d761f0: Waiting 2026-08-02T12:55:12.4718140Z 692413a13ada: Pulling fs layer 2026-08-02T12:55:12.4718376Z f69c128f6656: Pulling fs layer 2026-08-02T12:55:12.4718601Z 627d9f527436: Waiting 2026-08-02T12:55:12.4718807Z 7ab4f955f270: Pulling fs layer 2026-08-02T12:55:12.4719035Z ad74bb4a54dc: Waiting 2026-08-02T12:55:12.4719246Z 3de070b5a7af: Pulling fs layer 2026-08-02T12:55:12.4719466Z 1c752555c551: Waiting 2026-08-02T12:55:12.4719671Z 9378fd2894ac: Pulling fs layer 2026-08-02T12:55:12.4720139Z 4a4f571de68a: Pulling fs layer 2026-08-02T12:55:12.4720422Z d3c9f87abb15: Waiting 2026-08-02T12:55:12.4720650Z 8b3d087a8690: Pulling fs layer 2026-08-02T12:55:12.4720882Z eebaf15195be: Waiting 2026-08-02T12:55:12.4721138Z bb4fd3ed2fc4: Waiting 2026-08-02T12:55:12.4721400Z 7bcfa39e9b00: Waiting 2026-08-02T12:55:12.4721599Z 71274e4ad4e7: Waiting 2026-08-02T12:55:12.4721792Z d9454c0db893: Waiting 2026-08-02T12:55:12.4721987Z c9488ac6c405: Waiting 2026-08-02T12:55:12.4722184Z 8b305f88ae4d: Waiting 2026-08-02T12:55:12.4722382Z a90f8409c748: Waiting 2026-08-02T12:55:12.4722576Z 88db2288b245: Waiting 2026-08-02T12:55:12.4722773Z f668f356ba3e: Waiting 2026-08-02T12:55:12.4722969Z efa4ef78f491: Waiting 2026-08-02T12:55:12.4723168Z 3959fe89f233: Waiting 2026-08-02T12:55:12.4723363Z a2e50ff165a2: Waiting 2026-08-02T12:55:12.4723557Z a632f83ee6a0: Waiting 2026-08-02T12:55:12.4723754Z aecf3e479cc0: Waiting 2026-08-02T12:55:12.4723950Z cb6b921f1bf7: Waiting 2026-08-02T12:55:12.4724142Z 79c26c932d8b: Waiting 2026-08-02T12:55:12.4724341Z 80341a7f71d4: Waiting 2026-08-02T12:55:12.4724703Z 726f5ef0ffe5: Waiting 2026-08-02T12:55:12.4724919Z 5acd92edc633: Waiting 2026-08-02T12:55:12.4725116Z 692413a13ada: Waiting 2026-08-02T12:55:12.4725309Z ac1534f980d9: Waiting 2026-08-02T12:55:12.4725501Z a06cc64c340f: Waiting 2026-08-02T12:55:12.4725694Z f69c128f6656: Waiting 2026-08-02T12:55:12.4725884Z 187450b03722: Waiting 2026-08-02T12:55:12.4726076Z 7ab4f955f270: Waiting 2026-08-02T12:55:12.4726270Z 8ed74f1e8024: Waiting 2026-08-02T12:55:12.4726464Z 3de070b5a7af: Waiting 2026-08-02T12:55:12.4726659Z 2a318cb28de0: Waiting 2026-08-02T12:55:12.4726853Z 9378fd2894ac: Waiting 2026-08-02T12:55:12.4727048Z 60a3ab4b2d4d: Waiting 2026-08-02T12:55:12.4727244Z 8b3d087a8690: Waiting 2026-08-02T12:55:12.4727438Z d7ee4af1a169: Waiting 2026-08-02T12:55:12.6195433Z 3c05096aa728: Download complete 2026-08-02T12:55:12.6304185Z 01bcb9e4dc1f: Verifying Checksum 2026-08-02T12:55:12.6308742Z 01bcb9e4dc1f: Download complete 2026-08-02T12:55:12.7618772Z 4f4fb700ef54: Verifying Checksum 2026-08-02T12:55:12.7619741Z 4f4fb700ef54: Download complete 2026-08-02T12:55:12.7916974Z fb2873d761f0: Verifying Checksum 2026-08-02T12:55:12.7917670Z fb2873d761f0: Download complete 2026-08-02T12:55:12.9570781Z 627d9f527436: Verifying Checksum 2026-08-02T12:55:12.9571846Z 627d9f527436: Download complete 2026-08-02T12:55:13.0802270Z a1a18ffda116: Verifying Checksum 2026-08-02T12:55:13.0805510Z a1a18ffda116: Download complete 2026-08-02T12:55:13.1392091Z d3c9f87abb15: Verifying Checksum 2026-08-02T12:55:13.1392811Z d3c9f87abb15: Download complete 2026-08-02T12:55:13.3013253Z bb4fd3ed2fc4: Verifying Checksum 2026-08-02T12:55:13.3014241Z bb4fd3ed2fc4: Download complete 2026-08-02T12:55:13.3014688Z d9454c0db893: Download complete 2026-08-02T12:55:13.4749246Z f668f356ba3e: Verifying Checksum 2026-08-02T12:55:13.4749851Z f668f356ba3e: Download complete 2026-08-02T12:55:13.5544563Z a90f8409c748: Verifying Checksum 2026-08-02T12:55:13.5546429Z a90f8409c748: Download complete 2026-08-02T12:55:13.6761509Z efa4ef78f491: Verifying Checksum 2026-08-02T12:55:13.6766724Z efa4ef78f491: Download complete 2026-08-02T12:55:13.7416028Z ad74bb4a54dc: Download complete 2026-08-02T12:55:13.8684437Z eebaf15195be: Verifying Checksum 2026-08-02T12:55:13.8688605Z eebaf15195be: Download complete 2026-08-02T12:55:13.9791449Z 71274e4ad4e7: Verifying Checksum 2026-08-02T12:55:13.9792229Z 71274e4ad4e7: Download complete 2026-08-02T12:55:14.1363307Z 8b305f88ae4d: Verifying Checksum 2026-08-02T12:55:14.1363798Z 8b305f88ae4d: Download complete 2026-08-02T12:55:14.3162685Z c9488ac6c405: Verifying Checksum 2026-08-02T12:55:14.3164507Z c9488ac6c405: Download complete 2026-08-02T12:55:14.3466818Z 7bcfa39e9b00: Verifying Checksum 2026-08-02T12:55:14.3467370Z 7bcfa39e9b00: Download complete 2026-08-02T12:55:14.5038762Z 3959fe89f233: Download complete 2026-08-02T12:55:15.5430367Z 1c752555c551: Verifying Checksum 2026-08-02T12:55:15.5431242Z 1c752555c551: Download complete 2026-08-02T12:55:16.0828810Z a1a18ffda116: Pull complete 2026-08-02T12:55:16.8767793Z 88db2288b245: Download complete 2026-08-02T12:55:17.0992945Z 80341a7f71d4: Verifying Checksum 2026-08-02T12:55:17.0994214Z 80341a7f71d4: Download complete 2026-08-02T12:55:17.1219671Z cb6b921f1bf7: Verifying Checksum 2026-08-02T12:55:17.1220914Z cb6b921f1bf7: Download complete 2026-08-02T12:55:17.2762169Z 5acd92edc633: Verifying Checksum 2026-08-02T12:55:17.2762812Z 5acd92edc633: Download complete 2026-08-02T12:55:17.4239809Z ac1534f980d9: Verifying Checksum 2026-08-02T12:55:17.4240997Z ac1534f980d9: Download complete 2026-08-02T12:55:17.4454775Z a06cc64c340f: Verifying Checksum 2026-08-02T12:55:17.4455352Z a06cc64c340f: Download complete 2026-08-02T12:55:17.6182597Z 8ed74f1e8024: Verifying Checksum 2026-08-02T12:55:17.6183161Z 8ed74f1e8024: Download complete 2026-08-02T12:55:17.6374388Z 187450b03722: Verifying Checksum 2026-08-02T12:55:17.6375159Z 187450b03722: Download complete 2026-08-02T12:55:17.7847401Z 60a3ab4b2d4d: Download complete 2026-08-02T12:55:17.8115427Z 2a318cb28de0: Verifying Checksum 2026-08-02T12:55:17.8116235Z 2a318cb28de0: Download complete 2026-08-02T12:55:17.9219105Z a632f83ee6a0: Verifying Checksum 2026-08-02T12:55:17.9219505Z a632f83ee6a0: Download complete 2026-08-02T12:55:18.1283815Z 0bc8508ca923: Verifying Checksum 2026-08-02T12:55:18.1284364Z 0bc8508ca923: Download complete 2026-08-02T12:55:18.2119380Z d7ee4af1a169: Verifying Checksum 2026-08-02T12:55:18.2119947Z d7ee4af1a169: Download complete 2026-08-02T12:55:18.2821471Z aecf3e479cc0: Verifying Checksum 2026-08-02T12:55:18.2822367Z aecf3e479cc0: Download complete 2026-08-02T12:55:18.3648870Z 79c26c932d8b: Verifying Checksum 2026-08-02T12:55:18.3649687Z 79c26c932d8b: Download complete 2026-08-02T12:55:18.5446042Z a2e50ff165a2: Verifying Checksum 2026-08-02T12:55:18.5446962Z a2e50ff165a2: Download complete 2026-08-02T12:55:18.5879802Z 726f5ef0ffe5: Verifying Checksum 2026-08-02T12:55:18.5880601Z 726f5ef0ffe5: Download complete 2026-08-02T12:55:18.6748739Z 692413a13ada: Verifying Checksum 2026-08-02T12:55:18.6750190Z 692413a13ada: Download complete 2026-08-02T12:55:18.7332158Z 7ab4f955f270: Verifying Checksum 2026-08-02T12:55:18.7332810Z 7ab4f955f270: Download complete 2026-08-02T12:55:18.8337135Z f69c128f6656: Verifying Checksum 2026-08-02T12:55:18.8338099Z f69c128f6656: Download complete 2026-08-02T12:55:18.9133418Z 9378fd2894ac: Verifying Checksum 2026-08-02T12:55:18.9135626Z 9378fd2894ac: Download complete 2026-08-02T12:55:19.0242091Z 4a4f571de68a: Verifying Checksum 2026-08-02T12:55:19.0242993Z 4a4f571de68a: Download complete 2026-08-02T12:55:19.0763532Z 8b3d087a8690: Verifying Checksum 2026-08-02T12:55:19.0763865Z 8b3d087a8690: Download complete 2026-08-02T12:55:19.2074945Z 3de070b5a7af: Verifying Checksum 2026-08-02T12:55:19.2075463Z 3de070b5a7af: Download complete 2026-08-02T12:55:19.7736121Z 3c05096aa728: Pull complete 2026-08-02T12:55:20.0858296Z 01bcb9e4dc1f: Pull complete 2026-08-02T12:55:20.0963883Z 4f4fb700ef54: Pull complete 2026-08-02T12:55:20.1083548Z fb2873d761f0: Pull complete 2026-08-02T12:55:20.1207727Z 627d9f527436: Pull complete 2026-08-02T12:55:27.2757743Z 1c752555c551: Pull complete 2026-08-02T12:55:27.2876484Z d3c9f87abb15: Pull complete 2026-08-02T12:55:27.3317682Z bb4fd3ed2fc4: Pull complete 2026-08-02T12:55:27.3418883Z d9454c0db893: Pull complete 2026-08-02T12:55:27.3985776Z a90f8409c748: Pull complete 2026-08-02T12:55:27.4079085Z f668f356ba3e: Pull complete 2026-08-02T12:55:27.4518706Z efa4ef78f491: Pull complete 2026-08-02T12:55:27.4625473Z ad74bb4a54dc: Pull complete 2026-08-02T12:55:27.4896902Z eebaf15195be: Pull complete 2026-08-02T12:55:27.5027596Z 71274e4ad4e7: Pull complete 2026-08-02T12:55:27.5440852Z 8b305f88ae4d: Pull complete 2026-08-02T12:55:27.7494314Z 7bcfa39e9b00: Pull complete 2026-08-02T12:55:27.7741391Z c9488ac6c405: Pull complete 2026-08-02T12:55:40.0750015Z 88db2288b245: Pull complete 2026-08-02T12:55:40.0904832Z 3959fe89f233: Pull complete 2026-08-02T12:55:46.0212888Z a632f83ee6a0: Pull complete 2026-08-02T12:55:50.3775852Z cb6b921f1bf7: Pull complete 2026-08-02T12:55:50.4051360Z 80341a7f71d4: Pull complete 2026-08-02T12:55:50.4170696Z 5acd92edc633: Pull complete 2026-08-02T12:55:50.4607785Z ac1534f980d9: Pull complete 2026-08-02T12:55:50.4702505Z a06cc64c340f: Pull complete 2026-08-02T12:55:50.4922198Z 187450b03722: Pull complete 2026-08-02T12:55:50.5072088Z 8ed74f1e8024: Pull complete 2026-08-02T12:55:50.5276039Z 2a318cb28de0: Pull complete 2026-08-02T12:55:50.5373094Z 60a3ab4b2d4d: Pull complete 2026-08-02T12:55:50.6979551Z 0bc8508ca923: Pull complete 2026-08-02T12:55:50.8300550Z d7ee4af1a169: Pull complete 2026-08-02T12:55:52.0427422Z a2e50ff165a2: Pull complete 2026-08-02T12:55:52.0574641Z aecf3e479cc0: Pull complete 2026-08-02T12:55:52.0717686Z 79c26c932d8b: Pull complete 2026-08-02T12:55:52.4156994Z 726f5ef0ffe5: Pull complete 2026-08-02T12:55:52.7111344Z 692413a13ada: Pull complete 2026-08-02T12:55:52.8198565Z f69c128f6656: Pull complete 2026-08-02T12:55:52.8307503Z 7ab4f955f270: Pull complete 2026-08-02T12:55:54.0072462Z 3de070b5a7af: Pull complete 2026-08-02T12:55:54.0204319Z 9378fd2894ac: Pull complete 2026-08-02T12:55:54.0403677Z 4a4f571de68a: Pull complete 2026-08-02T12:55:54.0511871Z 8b3d087a8690: Pull complete 2026-08-02T12:55:54.0547793Z Digest: sha256:61ba2d5fcd68bfe76d99a40ae52c30e88cde919ca40fe65ea24bd34b820e3165 2026-08-02T12:55:54.0553678Z Status: Downloaded newer image for ghcr.io/pypy/buildworker_x86_64@sha256:61ba2d5fcd68bfe76d99a40ae52c30e88cde919ca40fe65ea24bd34b820e3165 2026-08-02T12:57:00.8665586Z using config pypy/testrunner_cfg.py 2026-08-02T12:57:00.8666357Z using config machine_cfg.py 2026-08-02T12:57:00.8666953Z running 4 parallel test workers 2026-08-02T12:57:00.8668472Z setting MAKEFLAGS to ' ' (space) 2026-08-02T12:57:00.8668963Z -- jit/backend/x86/test/test_assembler.py 2026-08-02T12:57:00.8669553Z -- jit/backend/x86/test/test_basic.py 2026-08-02T12:57:00.8670285Z -- jit/backend/x86/test/test_call.py 2026-08-02T12:57:00.8670795Z -- jit/backend/x86/test/test_callbuilder.py 2026-08-02T12:57:00.8671366Z -- jit/backend/x86/test/test_calling_convention.py 2026-08-02T12:57:00.8671967Z -- jit/backend/x86/test/test_del.py 2026-08-02T12:57:00.8672433Z -- jit/backend/x86/test/test_dict.py 2026-08-02T12:57:00.8672914Z -- jit/backend/x86/test/test_exception.py 2026-08-02T12:57:00.8673419Z -- jit/backend/x86/test/test_fficall.py 2026-08-02T12:57:00.8673895Z -- jit/backend/x86/test/test_float.py 2026-08-02T12:57:00.8674370Z -- jit/backend/x86/test/test_jitlog.py 2026-08-02T12:57:00.8674850Z -- jit/backend/x86/test/test_jump.py 2026-08-02T12:57:00.8675321Z -- jit/backend/x86/test/test_list.py 2026-08-02T12:57:00.8675778Z -- jit/backend/x86/test/test_llop.py 2026-08-02T12:57:00.8676296Z -- jit/backend/x86/test/test_longlong.py 2026-08-02T12:57:00.8676810Z -- jit/backend/x86/test/test_loop_unroll.py 2026-08-02T12:57:00.8677333Z -- jit/backend/x86/test/test_quasiimmut.py 2026-08-02T12:57:00.8677830Z -- jit/backend/x86/test/test_rawmem.py 2026-08-02T12:57:00.8678328Z -- jit/backend/x86/test/test_recursive.py 2026-08-02T12:57:00.8678839Z -- jit/backend/x86/test/test_regalloc.py 2026-08-02T12:57:00.8679718Z -- jit/backend/x86/test/test_regloc.py 2026-08-02T12:57:00.8680636Z -- jit/backend/x86/test/test_runner.py 2026-08-02T12:57:00.8681136Z -- jit/backend/x86/test/test_rvmprof.py 2026-08-02T12:57:00.8681723Z -- jit/backend/x86/test/test_rx86.py 2026-08-02T12:57:00.8682471Z -- jit/backend/x86/test/test_rx86_32_auto_encoding.py 2026-08-02T12:57:00.8683294Z -- jit/backend/x86/test/test_rx86_64_auto_encoding.py 2026-08-02T12:57:00.8683987Z -- jit/backend/x86/test/test_send.py 2026-08-02T12:57:00.8684464Z -- jit/backend/x86/test/test_slist.py 2026-08-02T12:57:00.8684948Z -- jit/backend/x86/test/test_string.py 2026-08-02T12:57:00.8685454Z -- jit/backend/x86/test/test_symbolic_x86.py 2026-08-02T12:57:00.8685966Z -- jit/backend/x86/test/test_tl.py 2026-08-02T12:57:00.8686430Z -- jit/backend/x86/test/test_tlc.py 2026-08-02T12:57:00.8686913Z -- jit/backend/x86/test/test_tracelimit.py 2026-08-02T12:57:00.8687418Z -- jit/backend/x86/test/test_virtual.py 2026-08-02T12:57:00.8687968Z -- jit/backend/x86/test/test_virtualizable.py 2026-08-02T12:57:00.8688495Z -- jit/backend/x86/test/test_virtualref.py 2026-08-02T12:57:00.8689013Z -- jit/backend/x86/test/test_x86vector.py 2026-08-02T12:57:00.8689504Z -- jit/backend/x86/test/test_zmath.py 2026-08-02T12:57:00.8690424Z -- jit/backend/x86/test/test_zrpy_gc.py 2026-08-02T12:57:00.8690988Z -- jit/backend/x86/test/test_zrpy_gc_boehm.py 2026-08-02T12:57:00.8691558Z -- jit/backend/x86/test/test_zrpy_releasegil.py 2026-08-02T12:57:00.8692114Z -- jit/backend/x86/test/test_zrpy_vecopt.py 2026-08-02T12:57:00.8692634Z -- jit/backend/x86/test/test_zrpy_vmprof.py 2026-08-02T12:57:00.8693186Z -- jit/backend/x86/test/test_ztranslation_basic.py 2026-08-02T12:57:00.8693835Z -- jit/backend/x86/test/test_ztranslation_call_assembler.py 2026-08-02T12:57:00.8694566Z -- jit/backend/x86/test/test_ztranslation_external_exception.py 2026-08-02T12:57:00.8695267Z -- jit/backend/x86/test/test_ztranslation_jit_stats.py 2026-08-02T12:57:00.8695840Z -- jit/backend/x86/tool/test/test_viewcode.py 2026-08-02T12:57:00.8696635Z -- total: 48 to run 2026-08-02T12:57:00.8697235Z ++ 12:55:54 starting jit/backend/x86/test/test_assembler.py [1 started in total] 2026-08-02T12:57:00.8698087Z ++ 12:55:54 starting jit/backend/x86/test/test_basic.py [2 started in total] 2026-08-02T12:57:00.8698871Z ++ 12:55:54 starting jit/backend/x86/test/test_call.py [3 started in total] 2026-08-02T12:57:00.8699649Z ++ 12:55:54 starting jit/backend/x86/test/test_callbuilder.py [4 started in total] 2026-08-02T12:57:00.8700793Z __ jit/backend/x86/test/test_callbuilder.py [1 done in total, somefailed=False] 2026-08-02T12:57:00.8701700Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-02T12:57:00.8702503Z ============================= test session starts ============================== 2026-08-02T12:57:00.8703338Z platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 2026-08-02T12:57:00.8704689Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-02T12:57:00.8705786Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-02T12:57:00.8706331Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-02T12:57:00.8706861Z plugins: hypothesis-4.39.3 2026-08-02T12:57:00.8707271Z collected 2 items 2026-08-02T12:57:00.8707487Z 2026-08-02T12:57:00.8707683Z jit/backend/x86/test/test_callbuilder.py .. 2026-08-02T12:57:00.8708030Z 2026-08-02T12:57:00.8708301Z =========================== 2 passed in 0.75 seconds =========================== 2026-08-02T12:57:00.8709149Z ++ 12:56:06 starting jit/backend/x86/test/test_calling_convention.py [5 started in total] 2026-08-02T12:57:00.8710388Z __ jit/backend/x86/test/test_assembler.py [2 done in total, somefailed=False] _ 2026-08-02T12:57:00.8711325Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-02T12:57:00.8712125Z ============================= test session starts ============================== 2026-08-02T12:57:00.8713337Z platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 2026-08-02T12:57:00.8714692Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-02T12:57:00.8715794Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-02T12:57:00.8716327Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-02T12:57:00.8716844Z plugins: hypothesis-4.39.3 2026-08-02T12:57:00.8717252Z collected 3 items 2026-08-02T12:57:00.8717473Z 2026-08-02T12:57:00.8717661Z jit/backend/x86/test/test_assembler.py ... 2026-08-02T12:57:00.8718024Z 2026-08-02T12:57:00.8718283Z =========================== 3 passed in 3.01 seconds =========================== 2026-08-02T12:57:00.8719029Z ++ 12:56:08 starting jit/backend/x86/test/test_del.py [6 started in total] 2026-08-02T12:57:00.8719893Z __ jit/backend/x86/test/test_del.py [3 done in total, somefailed=False] _______ 2026-08-02T12:57:00.8721082Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-02T12:57:00.8721884Z ============================= test session starts ============================== 2026-08-02T12:57:00.8722755Z platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 2026-08-02T12:57:00.8724103Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-02T12:57:00.8725228Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-02T12:57:00.8725779Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-02T12:57:00.8726321Z plugins: hypothesis-4.39.3 2026-08-02T12:57:00.8726715Z collected 3 items 2026-08-02T12:57:00.8726921Z 2026-08-02T12:57:00.8727096Z jit/backend/x86/test/test_del.py ... 2026-08-02T12:57:00.8727401Z 2026-08-02T12:57:00.8727656Z =========================== 3 passed in 4.55 seconds =========================== 2026-08-02T12:57:00.8728416Z ++ 12:56:15 starting jit/backend/x86/test/test_dict.py [7 started in total] 2026-08-02T12:57:00.8729535Z __ jit/backend/x86/test/test_call.py [4 done in total, somefailed=False] ______ 2026-08-02T12:57:00.8730773Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-02T12:57:00.8731604Z ============================= test session starts ============================== 2026-08-02T12:57:00.8732462Z platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 2026-08-02T12:57:00.8733867Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-02T12:57:00.8734959Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-02T12:57:00.8735509Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-02T12:57:00.8736044Z plugins: hypothesis-4.39.3 2026-08-02T12:57:00.8736451Z collected 16 items 2026-08-02T12:57:00.8736670Z 2026-08-02T12:57:00.8736872Z jit/backend/x86/test/test_call.py ................ 2026-08-02T12:57:00.8737258Z 2026-08-02T12:57:00.8737518Z ========================== 16 passed in 12.90 seconds ========================== 2026-08-02T12:57:00.8738272Z ++ 12:56:18 starting jit/backend/x86/test/test_exception.py [8 started in total] 2026-08-02T12:57:00.8739184Z __ jit/backend/x86/test/test_exception.py [5 done in total, somefailed=False] _ 2026-08-02T12:57:00.8740324Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-02T12:57:00.8741127Z ============================= test session starts ============================== 2026-08-02T12:57:00.8741977Z platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 2026-08-02T12:57:00.8743323Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-02T12:57:00.8744455Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-02T12:57:00.8744991Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-02T12:57:00.8745800Z plugins: hypothesis-4.39.3 2026-08-02T12:57:00.8746215Z collected 32 items 2026-08-02T12:57:00.8746436Z 2026-08-02T12:57:00.8746752Z jit/backend/x86/test/test_exception.py s............................... 2026-08-02T12:57:00.8747257Z 2026-08-02T12:57:00.8747534Z ==================== 31 passed, 1 skipped in 20.52 seconds ===================== 2026-08-02T12:57:00.8748330Z ++ 12:56:41 starting jit/backend/x86/test/test_fficall.py [9 started in total] 2026-08-02T12:57:00.8749281Z __ jit/backend/x86/test/test_calling_convention.py [6 done in total, somefailed=False] 2026-08-02T12:57:00.8770694Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-02T12:57:00.8771557Z ============================= test session starts ============================== 2026-08-02T12:57:00.8772430Z platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 2026-08-02T12:57:00.8773810Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-02T12:57:00.8774916Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-02T12:57:00.8775458Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-02T12:57:00.8775991Z plugins: hypothesis-4.39.3 2026-08-02T12:57:00.8776394Z collected 7 items 2026-08-02T12:57:00.8776602Z 2026-08-02T12:57:00.8776850Z jit/backend/x86/test/test_calling_convention.py ....... 2026-08-02T12:57:00.8777251Z 2026-08-02T12:57:00.8777513Z ========================== 7 passed in 39.48 seconds =========================== 2026-08-02T12:57:00.8778280Z ++ 12:56:50 starting jit/backend/x86/test/test_float.py [10 started in total] 2026-08-02T12:57:00.8779185Z __ jit/backend/x86/test/test_float.py [7 done in total, somefailed=False] _____ 2026-08-02T12:57:00.8780489Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-02T12:57:00.8781303Z ============================= test session starts ============================== 2026-08-02T12:57:00.8782385Z platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 2026-08-02T12:57:00.8783747Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-02T12:57:00.8784815Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-02T12:57:00.8785360Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-02T12:57:00.8832006Z plugins: hypothesis-4.39.3 2026-08-02T12:57:00.8832398Z collected 10 items 2026-08-02T12:57:00.8832595Z 2026-08-02T12:57:00.8832773Z jit/backend/x86/test/test_float.py .......... 2026-08-02T12:57:00.8833093Z 2026-08-02T12:57:00.8833383Z ========================== 10 passed in 6.88 seconds =========================== 2026-08-02T12:57:00.8834141Z ++ 12:57:00 starting jit/backend/x86/test/test_jitlog.py [11 started in total] 2026-08-02T12:58:15.5101768Z __ jit/backend/x86/test/test_fficall.py [8 done in total, somefailed=False] ___ 2026-08-02T12:58:15.5102880Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-02T12:58:15.5103729Z ============================= test session starts ============================== 2026-08-02T12:58:15.5104603Z platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 2026-08-02T12:58:15.5105984Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-02T12:58:15.5107082Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-02T12:58:15.5107630Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-02T12:58:15.5108167Z plugins: hypothesis-4.39.3 2026-08-02T12:58:15.5108573Z collected 12 items 2026-08-02T12:58:15.5108788Z 2026-08-02T12:58:15.5109004Z jit/backend/x86/test/test_fficall.py ...s........ 2026-08-02T12:58:15.5109374Z 2026-08-02T12:58:15.5109660Z ==================== 11 passed, 1 skipped in 35.35 seconds ===================== 2026-08-02T12:58:15.5110749Z ++ 12:57:19 starting jit/backend/x86/test/test_jump.py [12 started in total] 2026-08-02T12:58:15.5111962Z __ jit/backend/x86/test/test_jitlog.py [9 done in total, somefailed=False] ____ 2026-08-02T12:58:15.5112904Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-02T12:58:15.5113713Z ============================= test session starts ============================== 2026-08-02T12:58:15.5114572Z platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 2026-08-02T12:58:15.5115924Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-02T12:58:15.5117027Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-02T12:58:15.5117582Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-02T12:58:15.5118123Z plugins: hypothesis-4.39.3 2026-08-02T12:58:15.5118541Z collected 3 items 2026-08-02T12:58:15.5118760Z 2026-08-02T12:58:15.5118932Z jit/backend/x86/test/test_jitlog.py ... 2026-08-02T12:58:15.5122623Z 2026-08-02T12:58:15.5123023Z ========================== 3 passed in 15.98 seconds =========================== 2026-08-02T12:58:15.5123917Z ++ 12:57:21 starting jit/backend/x86/test/test_list.py [13 started in total] 2026-08-02T12:58:15.5124866Z __ jit/backend/x86/test/test_jump.py [10 done in total, somefailed=False] _____ 2026-08-02T12:58:15.5125814Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-02T12:58:15.5126652Z ============================= test session starts ============================== 2026-08-02T12:58:15.5127528Z platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 2026-08-02T12:58:15.5128886Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-02T12:58:15.5130242Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-02T12:58:15.5130824Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-02T12:58:15.5131380Z plugins: hypothesis-4.39.3 2026-08-02T12:58:15.5131787Z collected 12 items 2026-08-02T12:58:15.5132303Z 2026-08-02T12:58:15.5132516Z jit/backend/x86/test/test_jump.py ............ 2026-08-02T12:58:15.5132854Z 2026-08-02T12:58:15.5133092Z ========================== 12 passed in 16.08 seconds ========================== 2026-08-02T12:58:15.5133785Z ++ 12:57:40 starting jit/backend/x86/test/test_llop.py [14 started in total] 2026-08-02T12:58:15.5134580Z __ jit/backend/x86/test/test_llop.py [11 done in total, somefailed=False] _____ 2026-08-02T12:58:15.5135469Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-02T12:58:15.5136285Z ============================= test session starts ============================== 2026-08-02T12:58:15.5137145Z platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 2026-08-02T12:58:15.5138491Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-02T12:58:15.5139596Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-02T12:58:15.5140708Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-02T12:58:15.5141273Z plugins: hypothesis-4.39.3 2026-08-02T12:58:15.5141705Z collected 5 items 2026-08-02T12:58:15.5141987Z 2026-08-02T12:58:15.5142160Z jit/backend/x86/test/test_llop.py ..... 2026-08-02T12:58:15.5142512Z 2026-08-02T12:58:15.5142777Z =========================== 5 passed in 5.86 seconds =========================== 2026-08-02T12:58:15.5143692Z ++ 12:57:48 starting jit/backend/x86/test/test_longlong.py [15 started in total] 2026-08-02T12:58:15.5144655Z __ jit/backend/x86/test/test_list.py [12 done in total, somefailed=False] _____ 2026-08-02T12:58:15.5145582Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-02T12:58:15.5146393Z ============================= test session starts ============================== 2026-08-02T12:58:15.5147247Z platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 2026-08-02T12:58:15.5148892Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-02T12:58:15.5150253Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-02T12:58:15.5150757Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-02T12:58:15.5151239Z plugins: hypothesis-4.39.3 2026-08-02T12:58:15.5151624Z collected 23 items 2026-08-02T12:58:15.5151827Z 2026-08-02T12:58:15.5152079Z jit/backend/x86/test/test_list.py ...s................... 2026-08-02T12:58:15.5152484Z 2026-08-02T12:58:15.5152767Z ==================== 22 passed, 1 skipped in 22.30 seconds ===================== 2026-08-02T12:58:15.5153580Z ++ 12:57:49 starting jit/backend/x86/test/test_loop_unroll.py [16 started in total] 2026-08-02T12:58:15.5154481Z __ jit/backend/x86/test/test_dict.py [13 done in total, somefailed=False] _____ 2026-08-02T12:58:15.5155431Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-02T12:58:15.5156257Z ============================= test session starts ============================== 2026-08-02T12:58:15.5157098Z platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 2026-08-02T12:58:15.5158417Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-02T12:58:15.5159480Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-02T12:58:15.5160381Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-02T12:58:15.5160932Z plugins: hypothesis-4.39.3 2026-08-02T12:58:15.5161325Z collected 20 items 2026-08-02T12:58:15.5161529Z 2026-08-02T12:58:15.5161751Z jit/backend/x86/test/test_dict.py .................... 2026-08-02T12:58:15.5162130Z 2026-08-02T12:58:15.5162374Z ========================== 20 passed in 92.60 seconds ========================== 2026-08-02T12:58:15.5163149Z ++ 12:57:50 starting jit/backend/x86/test/test_quasiimmut.py [17 started in total] 2026-08-02T12:58:15.5164269Z __ jit/backend/x86/test/test_longlong.py [14 done in total, somefailed=False] _ 2026-08-02T12:58:15.5165205Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-02T12:58:15.5165982Z ============================= test session starts ============================== 2026-08-02T12:58:15.5166808Z platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 2026-08-02T12:58:15.5168096Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-02T12:58:15.5169169Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-02T12:58:15.5169702Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-02T12:58:15.5170482Z plugins: hypothesis-4.39.3 2026-08-02T12:58:15.5170888Z collected 14 items 2026-08-02T12:58:15.5171106Z 2026-08-02T12:58:15.5171332Z jit/backend/x86/test/test_longlong.py ssssssssssssss 2026-08-02T12:58:15.5171728Z 2026-08-02T12:58:15.5171980Z ========================== 14 skipped in 0.40 seconds ========================== 2026-08-02T12:58:15.5172753Z ++ 12:57:51 starting jit/backend/x86/test/test_rawmem.py [18 started in total] 2026-08-02T12:58:15.5173637Z __ jit/backend/x86/test/test_rawmem.py [15 done in total, somefailed=False] ___ 2026-08-02T12:58:15.5174549Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-02T12:58:15.5175329Z ============================= test session starts ============================== 2026-08-02T12:58:15.5176164Z platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 2026-08-02T12:58:15.5177466Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-02T12:58:15.5178471Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-02T12:58:15.5178961Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-02T12:58:15.5179469Z plugins: hypothesis-4.39.3 2026-08-02T12:58:15.5179847Z collected 7 items 2026-08-02T12:58:15.5180673Z 2026-08-02T12:58:15.5180866Z jit/backend/x86/test/test_rawmem.py ....... 2026-08-02T12:58:15.5181199Z 2026-08-02T12:58:15.5181444Z =========================== 7 passed in 5.53 seconds =========================== 2026-08-02T12:58:15.5182187Z ++ 12:57:59 starting jit/backend/x86/test/test_recursive.py [19 started in total] 2026-08-02T12:58:15.5183066Z __ jit/backend/x86/test/test_quasiimmut.py [16 done in total, somefailed=False] 2026-08-02T12:58:15.5183974Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-02T12:58:15.5184753Z ============================= test session starts ============================== 2026-08-02T12:58:15.5185560Z platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 2026-08-02T12:58:15.5186870Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-02T12:58:15.5187999Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-02T12:58:15.5188531Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-02T12:58:15.5189043Z plugins: hypothesis-4.39.3 2026-08-02T12:58:15.5189402Z collected 20 items 2026-08-02T12:58:15.5189572Z 2026-08-02T12:58:15.5189799Z jit/backend/x86/test/test_quasiimmut.py ..............s..... 2026-08-02T12:58:15.5190478Z 2026-08-02T12:58:15.5190733Z ==================== 19 passed, 1 skipped in 15.59 seconds ===================== 2026-08-02T12:58:15.5191436Z ++ 12:58:07 starting jit/backend/x86/test/test_regalloc.py [20 started in total] 2026-08-02T12:58:15.5192233Z __ jit/backend/x86/test/test_regalloc.py [17 done in total, somefailed=False] _ 2026-08-02T12:58:15.5193085Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-02T12:58:15.5193823Z ============================= test session starts ============================== 2026-08-02T12:58:15.5194639Z platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 2026-08-02T12:58:15.5196175Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-02T12:58:15.5197219Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-02T12:58:15.5197720Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-02T12:58:15.5198211Z plugins: hypothesis-4.39.3 2026-08-02T12:58:15.5198587Z collected 19 items 2026-08-02T12:58:15.5198787Z 2026-08-02T12:58:15.5199019Z jit/backend/x86/test/test_regalloc.py ....s........s..... 2026-08-02T12:58:15.5199409Z 2026-08-02T12:58:15.5199678Z ===================== 17 passed, 2 skipped in 2.73 seconds ===================== 2026-08-02T12:58:15.5200671Z ++ 12:58:13 starting jit/backend/x86/test/test_regloc.py [21 started in total] 2026-08-02T12:58:15.5201510Z __ jit/backend/x86/test/test_regloc.py [18 done in total, somefailed=False] ___ 2026-08-02T13:00:18.1224146Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-02T13:00:18.1230243Z ============================= test session starts ============================== 2026-08-02T13:00:18.1231394Z platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 2026-08-02T13:00:18.1232936Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-02T13:00:18.1234174Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-02T13:00:18.1234846Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-02T13:00:18.1235497Z plugins: hypothesis-4.39.3 2026-08-02T13:00:18.1236035Z collected 25 items 2026-08-02T13:00:18.1236386Z 2026-08-02T13:00:18.1236775Z jit/backend/x86/test/test_regloc.py .......................s. 2026-08-02T13:00:18.1237329Z 2026-08-02T13:00:18.1237740Z ===================== 24 passed, 1 skipped in 0.52 seconds ===================== 2026-08-02T13:00:18.1238625Z ++ 12:58:15 starting jit/backend/x86/test/test_runner.py [22 started in total] 2026-08-02T13:00:18.1239615Z __ jit/backend/x86/test/test_basic.py [19 done in total, somefailed=False] ____ 2026-08-02T13:00:18.1241363Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-02T13:00:18.1242289Z ============================= test session starts ============================== 2026-08-02T13:00:18.1243210Z platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 2026-08-02T13:00:18.1244612Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-02T13:00:18.1245811Z pytest-2.9.2 from /workspace/pytest.py 2026-08-02T13:00:18.1246642Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-02T13:00:18.1247344Z plugins: hypothesis-4.39.3 2026-08-02T13:00:18.1247898Z collected 196 items 2026-08-02T13:00:18.1248283Z 2026-08-02T13:00:18.1249339Z jit/backend/x86/test/test_basic.py .s...........................................................................................................................................s..................s..............s...........s........ 2026-08-02T13:00:18.1250844Z 2026-08-02T13:00:18.1251276Z =================== 191 passed, 5 skipped in 143.39 seconds ==================== 2026-08-02T13:00:18.1252216Z ++ 12:58:28 starting jit/backend/x86/test/test_rvmprof.py [23 started in total] 2026-08-02T13:00:18.1253259Z __ jit/backend/x86/test/test_rvmprof.py [20 done in total, somefailed=False] __ 2026-08-02T13:00:18.1254377Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-02T13:00:18.1255334Z ============================= test session starts ============================== 2026-08-02T13:00:18.1256358Z platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 2026-08-02T13:00:18.1257885Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-02T13:00:18.1259149Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-02T13:00:18.1259872Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-02T13:00:18.1261092Z plugins: hypothesis-4.39.3 2026-08-02T13:00:18.1261747Z collected 3 items 2026-08-02T13:00:18.1262132Z 2026-08-02T13:00:18.1262488Z jit/backend/x86/test/test_rvmprof.py ... 2026-08-02T13:00:18.1262987Z 2026-08-02T13:00:18.1263371Z =========================== 3 passed in 8.70 seconds =========================== 2026-08-02T13:00:18.1264258Z ++ 12:58:40 starting jit/backend/x86/test/test_rx86.py [24 started in total] 2026-08-02T13:00:18.1265223Z __ jit/backend/x86/test/test_rx86.py [21 done in total, somefailed=False] _____ 2026-08-02T13:00:18.1266273Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-02T13:00:18.1267267Z ============================= test session starts ============================== 2026-08-02T13:00:18.1268285Z platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 2026-08-02T13:00:18.1269790Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-02T13:00:18.1271271Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-02T13:00:18.1271978Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-02T13:00:18.1272674Z plugins: hypothesis-4.39.3 2026-08-02T13:00:18.1273248Z collected 34 items 2026-08-02T13:00:18.1273621Z 2026-08-02T13:00:18.1274077Z jit/backend/x86/test/test_rx86.py .................................. 2026-08-02T13:00:18.1274705Z 2026-08-02T13:00:18.1275122Z ========================== 34 passed in 0.07 seconds =========================== 2026-08-02T13:00:18.1276142Z ++ 12:58:41 starting jit/backend/x86/test/test_rx86_32_auto_encoding.py [25 started in total] 2026-08-02T13:00:18.1277261Z __ jit/backend/x86/test/test_recursive.py [22 done in total, somefailed=False] 2026-08-02T13:00:18.1278347Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-02T13:00:18.1279295Z ============================= test session starts ============================== 2026-08-02T13:00:18.1281026Z platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 2026-08-02T13:00:18.1282517Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-02T13:00:18.1283759Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-02T13:00:18.1284455Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-02T13:00:18.1285134Z plugins: hypothesis-4.39.3 2026-08-02T13:00:18.1285712Z collected 42 items 2026-08-02T13:00:18.1286073Z 2026-08-02T13:00:18.1286598Z jit/backend/x86/test/test_recursive.py ................s........s...............s 2026-08-02T13:00:18.1287315Z 2026-08-02T13:00:18.1287846Z ==================== 39 passed, 3 skipped in 62.90 seconds ===================== 2026-08-02T13:00:18.1288883Z ++ 12:59:05 starting jit/backend/x86/test/test_rx86_64_auto_encoding.py [26 started in total] 2026-08-02T13:00:18.1290264Z __ jit/backend/x86/test/test_rx86_32_auto_encoding.py [23 done in total, somefailed=False] 2026-08-02T13:00:18.1291520Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-02T13:00:18.1292487Z ============================= test session starts ============================== 2026-08-02T13:00:18.1293475Z platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 2026-08-02T13:00:18.1294937Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-02T13:00:18.1296168Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-02T13:00:18.1296868Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-02T13:00:18.1297561Z plugins: hypothesis-4.39.3 2026-08-02T13:00:18.1298135Z collected 615 items 2026-08-02T13:00:18.1298512Z 2026-08-02T13:00:18.1301482Z jit/backend/x86/test/test_rx86_32_auto_encoding.py ..................................................s...................................................................................s..s....................................................................................................................s........................................................................................................................................................................................................................................................................................................................................................................ 2026-08-02T13:00:18.1304290Z 2026-08-02T13:00:18.1304741Z ==================== 611 passed, 4 skipped in 45.65 seconds ==================== 2026-08-02T13:00:18.1305738Z ++ 12:59:33 starting jit/backend/x86/test/test_send.py [27 started in total] 2026-08-02T13:00:18.1306808Z __ jit/backend/x86/test/test_send.py [24 done in total, somefailed=False] _____ 2026-08-02T13:00:18.1308085Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-02T13:00:18.1309047Z ============================= test session starts ============================== 2026-08-02T13:00:18.1310227Z platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 2026-08-02T13:00:18.1311706Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-02T13:00:18.1312939Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-02T13:00:18.1313633Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-02T13:00:18.1314317Z plugins: hypothesis-4.39.3 2026-08-02T13:00:18.1314884Z collected 23 items 2026-08-02T13:00:18.1315262Z 2026-08-02T13:00:18.1315647Z jit/backend/x86/test/test_send.py ....................... 2026-08-02T13:00:18.1316216Z 2026-08-02T13:00:18.1316624Z ========================== 23 passed in 19.33 seconds ========================== 2026-08-02T13:00:18.1317533Z ++ 12:59:57 starting jit/backend/x86/test/test_slist.py [28 started in total] 2026-08-02T13:00:18.1318562Z __ jit/backend/x86/test/test_slist.py [25 done in total, somefailed=False] ____ 2026-08-02T13:00:18.1319875Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-02T13:00:18.1321045Z ============================= test session starts ============================== 2026-08-02T13:00:18.1322032Z platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 2026-08-02T13:00:18.1323471Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-02T13:00:18.1324702Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-02T13:00:18.1336552Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-02T13:00:18.1337347Z plugins: hypothesis-4.39.3 2026-08-02T13:00:18.1337937Z collected 6 items 2026-08-02T13:00:18.1338321Z 2026-08-02T13:00:18.1338665Z jit/backend/x86/test/test_slist.py s..... 2026-08-02T13:00:18.1339181Z 2026-08-02T13:00:18.1339617Z ===================== 5 passed, 1 skipped in 7.14 seconds ====================== 2026-08-02T13:00:18.1340899Z ++ 13:00:07 starting jit/backend/x86/test/test_string.py [29 started in total] 2026-08-02T13:00:18.1342013Z __ jit/backend/x86/test/test_rx86_64_auto_encoding.py [26 done in total, somefailed=False] 2026-08-02T13:00:18.1343171Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-02T13:00:18.1344135Z ============================= test session starts ============================== 2026-08-02T13:00:18.1345149Z platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 2026-08-02T13:00:18.1346631Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-02T13:00:18.1347865Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-02T13:00:18.1348493Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-02T13:00:18.1349142Z plugins: hypothesis-4.39.3 2026-08-02T13:00:18.1349706Z collected 616 items 2026-08-02T13:00:18.1350288Z 2026-08-02T13:00:18.1353254Z jit/backend/x86/test/test_rx86_64_auto_encoding.py ..................................................s...................................................................................s..s....................................................................................................................s......................................................................................................................................................................................................................................................................................................................................................................... 2026-08-02T13:00:18.1356000Z 2026-08-02T13:00:18.1356446Z ==================== 612 passed, 4 skipped in 71.57 seconds ==================== 2026-08-02T13:02:14.2264501Z ++ 13:00:18 starting jit/backend/x86/test/test_symbolic_x86.py [30 started in total] 2026-08-02T13:02:14.2266143Z __ jit/backend/x86/test/test_symbolic_x86.py [27 done in total, somefailed=False] 2026-08-02T13:02:14.2267405Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-02T13:02:14.2270583Z ============================= test session starts ============================== 2026-08-02T13:02:14.2271767Z platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 2026-08-02T13:02:14.2274167Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-02T13:02:14.2276016Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-02T13:02:14.2276858Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-02T13:02:14.2277659Z plugins: hypothesis-4.39.3 2026-08-02T13:02:14.2278281Z collected 6 items 2026-08-02T13:02:14.2278687Z 2026-08-02T13:02:14.2279088Z jit/backend/x86/test/test_symbolic_x86.py ...... 2026-08-02T13:02:14.2279648Z 2026-08-02T13:02:14.2280373Z =========================== 6 passed in 0.02 seconds =========================== 2026-08-02T13:02:14.2281746Z ++ 13:00:19 starting jit/backend/x86/test/test_tl.py [31 started in total] 2026-08-02T13:02:14.2282736Z __ jit/backend/x86/test/test_tl.py [28 done in total, somefailed=False] _______ 2026-08-02T13:02:14.2283807Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-02T13:02:14.2284826Z ============================= test session starts ============================== 2026-08-02T13:02:14.2285884Z platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 2026-08-02T13:02:14.2287375Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-02T13:02:14.2288603Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-02T13:02:14.2289320Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-02T13:02:14.2290401Z plugins: hypothesis-4.39.3 2026-08-02T13:02:14.2291009Z collected 5 items 2026-08-02T13:02:14.2291397Z 2026-08-02T13:02:14.2291755Z jit/backend/x86/test/test_tl.py ..... 2026-08-02T13:02:14.2292256Z 2026-08-02T13:02:14.2292655Z ========================== 5 passed in 10.86 seconds =========================== 2026-08-02T13:02:14.2293542Z ++ 13:00:34 starting jit/backend/x86/test/test_tlc.py [32 started in total] 2026-08-02T13:02:14.2294549Z __ jit/backend/x86/test/test_runner.py [29 done in total, somefailed=False] ___ 2026-08-02T13:02:14.2295672Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-02T13:02:14.2297181Z ============================= test session starts ============================== 2026-08-02T13:02:14.2298244Z platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 2026-08-02T13:02:14.2299730Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-02T13:02:14.2301423Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-02T13:02:14.2302438Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-02T13:02:14.2303508Z plugins: hypothesis-4.39.3 2026-08-02T13:02:14.2304150Z collected 172 items 2026-08-02T13:02:14.2304542Z 2026-08-02T13:02:14.2305557Z jit/backend/x86/test/test_runner.py ............................................................................................s....ss.....................ss...........................sssss....s.........s.s. 2026-08-02T13:02:14.2306718Z 2026-08-02T13:02:14.2307160Z =================== 159 passed, 13 skipped in 138.89 seconds =================== 2026-08-02T13:02:14.2307943Z read saved errno: 24 2026-08-02T13:02:14.2308490Z read saved errno: 0 2026-08-02T13:02:14.2309010Z read saved errno: 25 2026-08-02T13:02:14.2309548Z read saved errno: 0 2026-08-02T13:02:14.2310555Z ++ 13:00:40 starting jit/backend/x86/test/test_tracelimit.py [33 started in total] 2026-08-02T13:02:14.2311601Z __ jit/backend/x86/test/test_tlc.py [30 done in total, somefailed=False] ______ 2026-08-02T13:02:14.2312638Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-02T13:02:14.2313603Z ============================= test session starts ============================== 2026-08-02T13:02:14.2314626Z platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 2026-08-02T13:02:14.2316071Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-02T13:02:14.2317292Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-02T13:02:14.2317995Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-02T13:02:14.2318703Z plugins: hypothesis-4.39.3 2026-08-02T13:02:14.2319253Z collected 3 items 2026-08-02T13:02:14.2319614Z 2026-08-02T13:02:14.2320169Z jit/backend/x86/test/test_tlc.py ss. 2026-08-02T13:02:14.2320665Z 2026-08-02T13:02:14.2321108Z ===================== 1 passed, 2 skipped in 6.62 seconds ====================== 2026-08-02T13:02:14.2322070Z ++ 13:00:42 starting jit/backend/x86/test/test_virtual.py [34 started in total] 2026-08-02T13:02:14.2323416Z __ jit/backend/x86/test/test_tracelimit.py [31 done in total, somefailed=False] 2026-08-02T13:02:14.2324513Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-02T13:02:14.2325501Z ============================= test session starts ============================== 2026-08-02T13:02:14.2326484Z platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 2026-08-02T13:02:14.2327940Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-02T13:02:14.2329179Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-02T13:02:14.2330253Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-02T13:02:14.2330990Z plugins: hypothesis-4.39.3 2026-08-02T13:02:14.2331571Z collected 5 items 2026-08-02T13:02:14.2331964Z 2026-08-02T13:02:14.2332337Z jit/backend/x86/test/test_tracelimit.py ..... 2026-08-02T13:02:14.2333166Z 2026-08-02T13:02:14.2333759Z ========================== 5 passed in 31.76 seconds =========================== 2026-08-02T13:02:14.2334783Z ++ 13:01:18 starting jit/backend/x86/test/test_virtualizable.py [35 started in total] 2026-08-02T13:02:14.2335907Z __ jit/backend/x86/test/test_virtual.py [32 done in total, somefailed=False] __ 2026-08-02T13:02:14.2337022Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-02T13:02:14.2337977Z ============================= test session starts ============================== 2026-08-02T13:02:14.2338999Z platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 2026-08-02T13:02:14.2340913Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-02T13:02:14.2342207Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-02T13:02:14.2342925Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-02T13:02:14.2343636Z plugins: hypothesis-4.39.3 2026-08-02T13:02:14.2344206Z collected 52 items 2026-08-02T13:02:14.2344850Z 2026-08-02T13:02:14.2345446Z jit/backend/x86/test/test_virtual.py .................................................... 2026-08-02T13:02:14.2346223Z 2026-08-02T13:02:14.2346651Z ========================== 52 passed in 36.99 seconds ========================== 2026-08-02T13:02:14.2347657Z ++ 13:01:26 starting jit/backend/x86/test/test_virtualref.py [36 started in total] 2026-08-02T13:02:14.2348760Z __ jit/backend/x86/test/test_string.py [33 done in total, somefailed=False] ___ 2026-08-02T13:02:14.2350634Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-02T13:02:14.2351671Z ============================= test session starts ============================== 2026-08-02T13:02:14.2352710Z platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 2026-08-02T13:02:14.2354248Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-02T13:02:14.2355527Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-02T13:02:14.2356223Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-02T13:02:14.2356938Z plugins: hypothesis-4.39.3 2026-08-02T13:02:14.2357518Z collected 97 items 2026-08-02T13:02:14.2357917Z 2026-08-02T13:02:14.2358631Z jit/backend/x86/test/test_string.py .............................s............................................s...................... 2026-08-02T13:02:14.2359554Z 2026-08-02T13:02:14.2360230Z ==================== 95 passed, 2 skipped in 84.88 seconds ===================== 2026-08-02T13:02:14.2361311Z ++ 13:01:34 starting jit/backend/x86/test/test_x86vector.py [37 started in total] 2026-08-02T13:02:14.2362436Z __ jit/backend/x86/test/test_virtualizable.py [34 done in total, somefailed=False] 2026-08-02T13:02:14.2363569Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-02T13:02:14.2364509Z ============================= test session starts ============================== 2026-08-02T13:02:14.2365959Z platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 2026-08-02T13:02:14.2367467Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-02T13:02:14.2368713Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-02T13:02:14.2369424Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-02T13:02:14.2370441Z plugins: hypothesis-4.39.3 2026-08-02T13:02:14.2371058Z collected 37 items 2026-08-02T13:02:14.2371547Z 2026-08-02T13:02:14.2372110Z jit/backend/x86/test/test_virtualizable.py s...x................................ 2026-08-02T13:02:14.2372850Z 2026-08-02T13:02:14.2373316Z =============== 35 passed, 1 skipped, 1 xfailed in 25.49 seconds =============== 2026-08-02T13:02:14.2374303Z ++ 13:01:46 starting jit/backend/x86/test/test_zmath.py [38 started in total] 2026-08-02T13:02:14.2375340Z __ jit/backend/x86/test/test_virtualref.py [35 done in total, somefailed=False] 2026-08-02T13:02:14.2376421Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-02T13:02:14.2377323Z ============================= test session starts ============================== 2026-08-02T13:02:14.2378257Z platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 2026-08-02T13:02:14.2379627Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-02T13:02:14.2381108Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-02T13:02:14.2381799Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-02T13:02:14.2382515Z plugins: hypothesis-4.39.3 2026-08-02T13:02:14.2383092Z collected 21 items 2026-08-02T13:02:14.2383489Z 2026-08-02T13:02:14.2383919Z jit/backend/x86/test/test_virtualref.py ..s.................. 2026-08-02T13:02:14.2384556Z 2026-08-02T13:02:14.2384993Z ==================== 20 passed, 1 skipped in 17.27 seconds ===================== 2026-08-02T13:02:14.2386285Z ++ 13:01:47 starting jit/backend/x86/test/test_zrpy_gc.py [39 started in total] 2026-08-02T13:02:14.2387444Z __ jit/backend/x86/test/test_zmath.py [36 done in total, somefailed=False] ____ 2026-08-02T13:02:14.2388545Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-02T13:02:14.2389541Z ============================= test session starts ============================== 2026-08-02T13:02:14.2390995Z platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 2026-08-02T13:02:14.2392628Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-02T13:02:14.2393950Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-02T13:02:14.2394698Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-02T13:02:14.2395427Z plugins: hypothesis-4.39.3 2026-08-02T13:02:14.2396037Z collected 1 items 2026-08-02T13:02:14.2396443Z 2026-08-02T13:02:14.2396789Z jit/backend/x86/test/test_zmath.py . 2026-08-02T13:02:14.2397292Z 2026-08-02T13:02:14.2398174Z ========================== 1 passed in 26.10 seconds =========================== 2026-08-02T13:17:33.8098637Z ++ 13:02:14 starting jit/backend/x86/test/test_zrpy_gc_boehm.py [40 started in total] 2026-08-02T13:17:33.8099889Z __ jit/backend/x86/test/test_zrpy_gc_boehm.py [37 done in total, somefailed=False] 2026-08-02T13:17:33.8101090Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-02T13:17:33.8101921Z ============================= test session starts ============================== 2026-08-02T13:17:33.8102786Z platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 2026-08-02T13:17:33.8104161Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-02T13:17:33.8105245Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-02T13:17:33.8105769Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-02T13:17:33.8106674Z plugins: hypothesis-4.39.3 2026-08-02T13:17:33.8107078Z collected 1 items 2026-08-02T13:17:33.8107295Z 2026-08-02T13:17:33.8107493Z jit/backend/x86/test/test_zrpy_gc_boehm.py . 2026-08-02T13:17:33.8107844Z 2026-08-02T13:17:33.8108110Z ========================== 1 passed in 208.59 seconds ========================== 2026-08-02T13:17:33.8108949Z ++ 13:05:51 starting jit/backend/x86/test/test_zrpy_releasegil.py [41 started in total] 2026-08-02T13:17:33.8110150Z __ jit/backend/x86/test/test_x86vector.py [38 done in total, somefailed=False] 2026-08-02T13:17:33.8111097Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-02T13:17:33.8111902Z ============================= test session starts ============================== 2026-08-02T13:17:33.8112754Z platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 2026-08-02T13:17:33.8114089Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-02T13:17:33.8115193Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-02T13:17:33.8115733Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-02T13:17:33.8116261Z plugins: hypothesis-4.39.3 2026-08-02T13:17:33.8116658Z collected 94 items 2026-08-02T13:17:33.8116866Z 2026-08-02T13:17:33.8117412Z jit/backend/x86/test/test_x86vector.py .............................................................................................. 2026-08-02T13:17:33.8118134Z 2026-08-02T13:17:33.8118379Z ========================= 94 passed in 367.01 seconds ========================== 2026-08-02T13:17:33.8119167Z ++ 13:07:50 starting jit/backend/x86/test/test_zrpy_vecopt.py [42 started in total] 2026-08-02T13:17:33.8120604Z __ jit/backend/x86/test/test_zrpy_gc.py [39 done in total, somefailed=False] __ 2026-08-02T13:17:33.8121547Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-02T13:17:33.8122699Z ============================= test session starts ============================== 2026-08-02T13:17:33.8123587Z platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 2026-08-02T13:17:33.8124927Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-02T13:17:33.8126025Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-02T13:17:33.8126564Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-02T13:17:33.8127098Z plugins: hypothesis-4.39.3 2026-08-02T13:17:33.8127493Z collected 19 items 2026-08-02T13:17:33.8127704Z 2026-08-02T13:17:33.8127945Z jit/backend/x86/test/test_zrpy_gc.py ................... 2026-08-02T13:17:33.8128343Z 2026-08-02T13:17:33.8128596Z ========================= 19 passed in 367.36 seconds ========================== 2026-08-02T13:17:33.8129393Z ++ 13:08:02 starting jit/backend/x86/test/test_zrpy_vmprof.py [43 started in total] 2026-08-02T13:17:33.8130681Z __ jit/backend/x86/test/test_zrpy_vecopt.py [40 done in total, somefailed=False] 2026-08-02T13:17:33.8131645Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-02T13:17:33.8132426Z ============================= test session starts ============================== 2026-08-02T13:17:33.8133263Z platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 2026-08-02T13:17:33.8134593Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-02T13:17:33.8135678Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-02T13:17:33.8136203Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-02T13:17:33.8136712Z plugins: hypothesis-4.39.3 2026-08-02T13:17:33.8137097Z collected 1 items 2026-08-02T13:17:33.8137303Z 2026-08-02T13:17:33.8137484Z jit/backend/x86/test/test_zrpy_vecopt.py . 2026-08-02T13:17:33.8137819Z 2026-08-02T13:17:33.8138063Z ========================== 1 passed in 116.60 seconds ========================== 2026-08-02T13:17:33.8139139Z ++ 13:09:53 starting jit/backend/x86/test/test_ztranslation_basic.py [44 started in total] 2026-08-02T13:17:33.8140339Z __ jit/backend/x86/test/test_zrpy_releasegil.py [41 done in total, somefailed=False] 2026-08-02T13:17:33.8141272Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-02T13:17:33.8142048Z ============================= test session starts ============================== 2026-08-02T13:17:33.8142877Z platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 2026-08-02T13:17:33.8144168Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-02T13:17:33.8145225Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-02T13:17:33.8145739Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-02T13:17:33.8146236Z plugins: hypothesis-4.39.3 2026-08-02T13:17:33.8146614Z collected 3 items 2026-08-02T13:17:33.8146830Z 2026-08-02T13:17:33.8147038Z jit/backend/x86/test/test_zrpy_releasegil.py ... 2026-08-02T13:17:33.8147400Z 2026-08-02T13:17:33.8147636Z ========================== 3 passed in 357.92 seconds ========================== 2026-08-02T13:17:33.8148525Z ++ 13:11:52 starting jit/backend/x86/test/test_ztranslation_call_assembler.py [45 started in total] 2026-08-02T13:17:33.8149587Z __ jit/backend/x86/test/test_ztranslation_basic.py [42 done in total, somefailed=False] 2026-08-02T13:17:33.8150763Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-02T13:17:33.8151533Z ============================= test session starts ============================== 2026-08-02T13:17:33.8152358Z platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 2026-08-02T13:17:33.8153666Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-02T13:17:33.8154762Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-02T13:17:33.8155537Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-02T13:17:33.8156096Z plugins: hypothesis-4.39.3 2026-08-02T13:17:33.8156490Z collected 1 items 2026-08-02T13:17:33.8156698Z 2026-08-02T13:17:33.8156907Z jit/backend/x86/test/test_ztranslation_basic.py . 2026-08-02T13:17:33.8157282Z 2026-08-02T13:17:33.8157539Z ========================== 1 passed in 215.02 seconds ========================== 2026-08-02T13:17:33.8158467Z ++ 13:13:30 starting jit/backend/x86/test/test_ztranslation_external_exception.py [46 started in total] 2026-08-02T13:17:33.8159520Z __ jit/backend/x86/test/test_zrpy_vmprof.py [43 done in total, somefailed=False] 2026-08-02T13:17:33.8160691Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-02T13:17:33.8161482Z ============================= test session starts ============================== 2026-08-02T13:17:33.8162309Z platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 2026-08-02T13:17:33.8163638Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-02T13:17:33.8164710Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-02T13:17:33.8165255Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-02T13:17:33.8165786Z plugins: hypothesis-4.39.3 2026-08-02T13:17:33.8166170Z collected 1 items 2026-08-02T13:17:33.8166378Z 2026-08-02T13:17:33.8166554Z jit/backend/x86/test/test_zrpy_vmprof.py . 2026-08-02T13:17:33.8166884Z 2026-08-02T13:17:33.8167123Z ========================== 1 passed in 364.48 seconds ========================== 2026-08-02T13:17:33.8167972Z ++ 13:14:11 starting jit/backend/x86/test/test_ztranslation_jit_stats.py [47 started in total] 2026-08-02T13:17:33.8169050Z __ jit/backend/x86/test/test_ztranslation_call_assembler.py [44 done in total, somefailed=False] 2026-08-02T13:17:33.8170306Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-02T13:17:33.8171358Z ============================= test session starts ============================== 2026-08-02T13:17:33.8172191Z platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 2026-08-02T13:17:33.8173525Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-02T13:17:33.8174595Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-02T13:17:33.8175123Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-02T13:17:33.8175645Z plugins: hypothesis-4.39.3 2026-08-02T13:17:33.8176041Z collected 1 items 2026-08-02T13:17:33.8176248Z 2026-08-02T13:17:33.8176516Z jit/backend/x86/test/test_ztranslation_call_assembler.py . 2026-08-02T13:17:33.8176945Z 2026-08-02T13:17:33.8177202Z ========================== 1 passed in 217.18 seconds ========================== 2026-08-02T13:17:33.8178011Z ++ 13:15:36 starting jit/backend/x86/tool/test/test_viewcode.py [48 started in total] 2026-08-02T13:17:33.8178985Z __ jit/backend/x86/tool/test/test_viewcode.py [45 done in total, somefailed=False] 2026-08-02T13:17:33.8180188Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-02T13:17:33.8181003Z ============================= test session starts ============================== 2026-08-02T13:17:33.8181851Z platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 2026-08-02T13:17:33.8183203Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-02T13:17:33.8184291Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-02T13:17:33.8184824Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-02T13:17:33.8185343Z plugins: hypothesis-4.39.3 2026-08-02T13:17:33.8185728Z collected 2 items 2026-08-02T13:17:33.8185932Z 2026-08-02T13:17:33.8186130Z jit/backend/x86/tool/test/test_viewcode.py .. 2026-08-02T13:17:33.8186494Z 2026-08-02T13:17:33.8186940Z =========================== 2 passed in 0.01 seconds =========================== 2026-08-02T13:17:33.8187826Z __ jit/backend/x86/test/test_ztranslation_jit_stats.py [46 done in total, somefailed=False] 2026-08-02T13:17:33.8188787Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-02T13:17:33.8189509Z ============================= test session starts ============================== 2026-08-02T13:17:33.8190984Z platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 2026-08-02T13:17:33.8192280Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-02T13:17:33.8193373Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-02T13:17:33.8193918Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-02T13:17:33.8194452Z plugins: hypothesis-4.39.3 2026-08-02T13:17:33.8194849Z collected 2 items 2026-08-02T13:17:33.8195064Z 2026-08-02T13:17:33.8195320Z jit/backend/x86/test/test_ztranslation_jit_stats.py s. 2026-08-02T13:17:33.8195734Z 2026-08-02T13:17:33.8196001Z ==================== 1 passed, 1 skipped in 194.85 seconds ===================== 2026-08-02T13:27:08.8092310Z __ jit/backend/x86/test/test_ztranslation_external_exception.py [47 done in total, somefailed=False] 2026-08-02T13:27:08.8093018Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-02T13:27:08.8093495Z ============================= test session starts ============================== 2026-08-02T13:27:08.8094005Z platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 2026-08-02T13:27:08.8094793Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-02T13:27:08.8095470Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-02T13:27:08.8095791Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-02T13:27:08.8096102Z plugins: hypothesis-4.39.3 2026-08-02T13:27:08.8096611Z collected 1 items 2026-08-02T13:27:08.8096735Z 2026-08-02T13:27:08.8096910Z jit/backend/x86/test/test_ztranslation_external_exception.py . 2026-08-02T13:27:08.8097175Z 2026-08-02T13:27:08.8097331Z ========================== 1 passed in 266.86 seconds ========================== 2026-08-02T13:27:08.8097797Z __ jit/backend/x86/test/test_loop_unroll.py [48 done in total, somefailed=True] 2026-08-02T13:27:08.8098334Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-02T13:27:08.8098798Z ============================= test session starts ============================== 2026-08-02T13:27:08.8099298Z platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 2026-08-02T13:27:08.8100271Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-02T13:27:08.8100903Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-02T13:27:08.8101222Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-02T13:27:08.8101526Z plugins: hypothesis-4.39.3 2026-08-02T13:27:08.8101756Z collected 37 items 2026-08-02T13:27:08.8101875Z 2026-08-02T13:27:09.0312083Z jit/backend/x86/test/test_loop_unroll.py ............ 2026-08-02T13:27:09.0326637Z ##[error]Process completed with exit code 1.
Run actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
2026-08-02T13:27:09.0435497Z with: 2026-08-02T13:27:09.0435709Z name: jit-arch-testrun-log-linux64 2026-08-02T13:27:09.0436000Z path: testrun.log testrun-output.log 2026-08-02T13:27:09.0436284Z if-no-files-found: warn 2026-08-02T13:27:09.0436512Z compression-level: 6 2026-08-02T13:27:09.0436730Z overwrite: false 2026-08-02T13:27:09.0436940Z include-hidden-files: false 2026-08-02T13:27:09.0437169Z archive: true
2026-08-02T13:27:09.1891228Z Multiple search paths detected. Calculating the least common ancestor of all paths 2026-08-02T13:27:09.1981104Z The least common ancestor is /home/runner/work/pypy/pypy. This will be the root directory of the artifact 2026-08-02T13:27:09.1990894Z With the provided path, there will be 2 files uploaded 2026-08-02T13:27:09.1991805Z Artifact name is valid! 2026-08-02T13:27:09.1992089Z Root directory input is valid! 2026-08-02T13:27:09.3751904Z Uploading artifact: jit-arch-testrun-log-linux64.zip 2026-08-02T13:27:09.3820702Z Beginning upload of artifact content to blob storage 2026-08-02T13:27:09.6021379Z Uploaded bytes 19613 2026-08-02T13:27:09.6426025Z Finished uploading artifact content to blob storage! 2026-08-02T13:27:09.6427085Z SHA256 digest of uploaded artifact is 0b4ca40fc4645c0b0ad4638dd5df659c9e5246495e710b83db3fb606d6f7c62e 2026-08-02T13:27:09.6428018Z Finalizing artifact upload 2026-08-02T13:27:09.8701231Z Artifact jit-arch-testrun-log-linux64 successfully finalized. Artifact ID 8834102348 2026-08-02T13:27:09.8702727Z Artifact jit-arch-testrun-log-linux64 has been successfully uploaded! Final size is 19613 bytes. Artifact ID is 8834102348 2026-08-02T13:27:09.8703776Z Artifact download URL: https://github.com/pypy/pypy/actions/runs/30748825773/artifacts/8834102348 2026-08-02T13:27:09.8943808Z Post job cleanup. 2026-08-02T13:27:09.9799463Z [command]/usr/bin/git version 2026-08-02T13:27:09.9845997Z git version 2.54.0 2026-08-02T13:27:09.9893311Z Temporarily overriding HOME='/home/runner/work/_temp/393fbfe5-83ec-4521-9090-1a15fccf10c9' before making global git config changes 2026-08-02T13:27:09.9894578Z Adding repository directory to the temporary git global config as a safe directory 2026-08-02T13:27:09.9899152Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-02T13:27:09.9933764Z Removing SSH command configuration 2026-08-02T13:27:09.9941324Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-02T13:27:09.9979874Z [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' || :" 2026-08-02T13:27:10.0248433Z Removing HTTP extra header 2026-08-02T13:27:10.0253870Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-02T13:27:10.0294442Z [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' || :" 2026-08-02T13:27:10.0574264Z Removing includeIf entries pointing to credentials config files 2026-08-02T13:27:10.0583957Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-02T13:27:10.0618276Z includeif.gitdir:/home/runner/work/pypy/pypy/.git.path 2026-08-02T13:27:10.0619166Z includeif.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path 2026-08-02T13:27:10.0620140Z includeif.gitdir:/github/workspace/.git.path 2026-08-02T13:27:10.0620889Z includeif.gitdir:/github/workspace/.git/worktrees/*.path 2026-08-02T13:27:10.0635065Z [command]/usr/bin/git config --local --get-all includeif.gitdir:/home/runner/work/pypy/pypy/.git.path 2026-08-02T13:27:10.0665349Z /home/runner/work/_temp/git-credentials-a0b60607-c7b9-4a53-bb13-745f4b6d3854.config 2026-08-02T13:27:10.0683956Z [command]/usr/bin/git config --local --unset includeif.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-a0b60607-c7b9-4a53-bb13-745f4b6d3854.config 2026-08-02T13:27:10.0733261Z [command]/usr/bin/git config --local --get-all includeif.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path 2026-08-02T13:27:10.0765002Z /home/runner/work/_temp/git-credentials-a0b60607-c7b9-4a53-bb13-745f4b6d3854.config 2026-08-02T13:27:10.0779111Z [command]/usr/bin/git config --local --unset includeif.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-a0b60607-c7b9-4a53-bb13-745f4b6d3854.config 2026-08-02T13:27:10.0855436Z [command]/usr/bin/git config --local --get-all includeif.gitdir:/github/workspace/.git.path 2026-08-02T13:27:10.0885579Z /github/runner_temp/git-credentials-a0b60607-c7b9-4a53-bb13-745f4b6d3854.config 2026-08-02T13:27:10.0896733Z [command]/usr/bin/git config --local --unset includeif.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-a0b60607-c7b9-4a53-bb13-745f4b6d3854.config 2026-08-02T13:27:10.0939794Z [command]/usr/bin/git config --local --get-all includeif.gitdir:/github/workspace/.git/worktrees/*.path 2026-08-02T13:27:10.0969281Z /github/runner_temp/git-credentials-a0b60607-c7b9-4a53-bb13-745f4b6d3854.config 2026-08-02T13:27:10.0983084Z [command]/usr/bin/git config --local --unset includeif.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-a0b60607-c7b9-4a53-bb13-745f4b6d3854.config 2026-08-02T13:27:10.1028890Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-02T13:27:10.1291373Z Removing credentials config '/home/runner/work/_temp/git-credentials-a0b60607-c7b9-4a53-bb13-745f4b6d3854.config' 2026-08-02T13:27:10.1482271Z Cleaning up orphan processes