2026-08-22T20:58:02.8610112Z Current runner version: '2.336.0'
Runner Image Provisioner
2026-08-22T20:58:02.8640830Z Hosted Compute Agent 2026-08-22T20:58:02.8641538Z Version: 20260729.566 2026-08-22T20:58:02.8642293Z Commit: cf7153fe6e25b664e8693c24944bf2b00355d109 2026-08-22T20:58:02.8643157Z Build Date: 2026-07-29T19:17:02Z 2026-08-22T20:58:02.8643939Z Worker ID: {bace4516-154a-45d3-8393-117f3eb60ec0} 2026-08-22T20:58:02.8645010Z Azure Region: westus
Operating System
2026-08-22T20:58:02.8648111Z Ubuntu 2026-08-22T20:58:02.8648702Z 24.04.4 2026-08-22T20:58:02.8649294Z LTS
Runner Image
2026-08-22T20:58:02.8651431Z Image: ubuntu-24.04 2026-08-22T20:58:02.8652126Z Version: 20260816.277.1 2026-08-22T20:58:02.8653479Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20260816.277/images/ubuntu/Ubuntu2404-Readme.md 2026-08-22T20:58:02.8655580Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20260816.277
GITHUB_TOKEN Permissions
2026-08-22T20:58:02.8660458Z Contents: read 2026-08-22T20:58:02.8661186Z Metadata: read
2026-08-22T20:58:02.8664356Z Secret source: Actions 2026-08-22T20:58:02.8665569Z Prepare workflow directory 2026-08-22T20:58:02.9014748Z Prepare all required actions 2026-08-22T20:58:02.9067047Z Getting action download info 2026-08-22T20:58:03.2458070Z Download action repository 'actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd' (SHA:de0fac2e4500dabe0009e67214ff5f5447ce83dd) 2026-08-22T20:58:03.3975088Z Download action repository 'actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405' (SHA:a309ff8b426b58ec0e2a45f0f869d46889d02405) 2026-08-22T20:58:03.6607662Z Download action repository 'actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a' (SHA:043fb46d1a93c77aae656e7c1c64a875d1fc6a0a) 2026-08-22T20:58:03.8441299Z Complete job name: jit-arch (linux64)
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2026-08-22T20:58:03.9272841Z with: 2026-08-22T20:58:03.9273297Z repository: pypy/pypy 2026-08-22T20:58:03.9277291Z token: *** 2026-08-22T20:58:03.9277732Z ssh-strict: true 2026-08-22T20:58:03.9278182Z ssh-user: git 2026-08-22T20:58:03.9278639Z persist-credentials: true 2026-08-22T20:58:03.9279135Z clean: true 2026-08-22T20:58:03.9279588Z sparse-checkout-cone-mode: true 2026-08-22T20:58:03.9280112Z fetch-depth: 1 2026-08-22T20:58:03.9280546Z fetch-tags: false 2026-08-22T20:58:03.9280989Z show-progress: true 2026-08-22T20:58:03.9281428Z lfs: false 2026-08-22T20:58:03.9281838Z submodules: false 2026-08-22T20:58:03.9282287Z set-safe-directory: true
2026-08-22T20:58:04.0428417Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-22T20:58:04.0432509Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-22T20:58:04.0458424Z [command]/usr/bin/git version 2026-08-22T20:58:04.0609290Z git version 2.55.0
2026-08-22T20:58:04.0657581Z Temporarily overriding HOME='/home/runner/work/_temp/45b31626-18b9-4ac5-ba70-b7fce989cb1f' before making global git config changes 2026-08-22T20:58:04.0659924Z Adding repository directory to the temporary git global config as a safe directory 2026-08-22T20:58:04.0666190Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-22T20:58:04.0723528Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-22T20:58:04.0739597Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-22T20:58:04.0887505Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-22T20:58:04.0889764Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-22T20:58:04.0891376Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-22T20:58:04.0892629Z hint: call: 2026-08-22T20:58:04.0893310Z hint: 2026-08-22T20:58:04.0894354Z hint: git config --global init.defaultBranch <name> 2026-08-22T20:58:04.0895381Z hint: 2026-08-22T20:58:04.0896331Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-22T20:58:04.0897870Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-22T20:58:04.0899117Z hint: 2026-08-22T20:58:04.0899790Z hint: git branch -m <name> 2026-08-22T20:58:04.0900561Z hint: 2026-08-22T20:58:04.0901616Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-22T20:58:04.0903546Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-22T20:58:04.0915951Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-22T20:58:04.0987481Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-22T20:58:04.1030757Z Removing SSH command configuration 2026-08-22T20:58:04.1038135Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-22T20:58:04.1089423Z [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-22T20:58:04.1499091Z Removing HTTP extra header 2026-08-22T20:58:04.1507669Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-22T20:58:04.1559463Z [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-22T20:58:04.1798563Z Removing includeIf entries pointing to credentials config files 2026-08-22T20:58:04.1804761Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-22T20:58:04.1845686Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-22T20:58:04.2088257Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-dd2a335e-f98d-40ca-974e-23c10bda985d.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-22T20:58:04.2133609Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-dd2a335e-f98d-40ca-974e-23c10bda985d.config 2026-08-22T20:58:04.2171001Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-dd2a335e-f98d-40ca-974e-23c10bda985d.config 2026-08-22T20:58:04.2209974Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-dd2a335e-f98d-40ca-974e-23c10bda985d.config 2026-08-22T20:58:04.2283740Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-dd2a335e-f98d-40ca-974e-23c10bda985d.config
Fetching the repository
2026-08-22T20:58:04.2326017Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +823a9aec74f5c9d3a4134c68dfc7da27625e8e71:refs/remotes/pull/5570/merge 2026-08-22T20:58:07.3009672Z From https://github.com/pypy/pypy 2026-08-22T20:58:07.3015647Z * [new ref] 823a9aec74f5c9d3a4134c68dfc7da27625e8e71 -> pull/5570/merge
Determining the checkout info
2026-08-22T20:58:07.3033289Z [command]/usr/bin/git sparse-checkout disable 2026-08-22T20:58:07.3088829Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-22T20:58:07.3125551Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5570/merge 2026-08-22T20:58:07.9669908Z Note: switching to 'refs/remotes/pull/5570/merge'. 2026-08-22T20:58:07.9670635Z 2026-08-22T20:58:07.9671023Z You are in 'detached HEAD' state. You can look around, make experimental 2026-08-22T20:58:07.9671904Z changes and commit them, and you can discard any commits you make in this 2026-08-22T20:58:07.9672716Z state without impacting any branches by switching back to a branch. 2026-08-22T20:58:07.9673208Z 2026-08-22T20:58:07.9673543Z If you want to create a new branch to retain commits you create, you may 2026-08-22T20:58:07.9674702Z do so (now or later) by using -c with the switch command. Example: 2026-08-22T20:58:07.9675322Z 2026-08-22T20:58:07.9675543Z git switch -c <new-branch-name> 2026-08-22T20:58:07.9675871Z 2026-08-22T20:58:07.9676092Z Or undo this operation with: 2026-08-22T20:58:07.9676386Z 2026-08-22T20:58:07.9676573Z git switch - 2026-08-22T20:58:07.9676816Z 2026-08-22T20:58:07.9693489Z Turn off this advice by setting config variable advice.detachedHead to false 2026-08-22T20:58:07.9694571Z 2026-08-22T20:58:07.9695221Z HEAD is now at 823a9ae Merge 772cc173d8ad1478f2d050090fc5ac8e28b9ec08 into bfa0605ccff4e7c6be7d43df41c2fe1de10eaf48
2026-08-22T20:58:07.9770482Z [command]/usr/bin/git log -1 --format=%H 2026-08-22T20:58:07.9798236Z 823a9aec74f5c9d3a4134c68dfc7da27625e8e71
Run echo "parallel_runs=4" > machine_cfg.py
2026-08-22T20:58:08.0081135Z echo "parallel_runs=4" > machine_cfg.py 2026-08-22T20:58:08.0123488Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
Run set -o pipefail
2026-08-22T20:58:08.0252878Z set -o pipefail 2026-08-22T20:58:08.0253161Z case "$SUITE" in 2026-08-22T20:58:08.0253451Z rlib) 2026-08-22T20:58:08.0253725Z PYPYCHERRYPICK="rlib" ;; 2026-08-22T20:58:08.0254052Z translator) 2026-08-22T20:58:08.0254718Z PYPYCHERRYPICK="translator" ;; 2026-08-22T20:58:08.0255063Z misc) 2026-08-22T20:58:08.0255323Z case "$ARCH" in 2026-08-22T20:58:08.0255767Z win64) PYPYCHERRYPICK="annotator:config:flowspace:tool:memory" ;; 2026-08-22T20:58:08.0256342Z *) PYPYCHERRYPICK="annotator:config:flowspace:tool:rtyper:memory" ;; 2026-08-22T20:58:08.0256800Z esac ;; 2026-08-22T20:58:08.0257061Z jit-arch) 2026-08-22T20:58:08.0257327Z case "$ARCH" in 2026-08-22T20:58:08.0257680Z arm64) PYPYCHERRYPICK="jit/backend/aarch64" ;; 2026-08-22T20:58:08.0258134Z *) PYPYCHERRYPICK="jit/backend/x86" ;; 2026-08-22T20:58:08.0258492Z esac ;; 2026-08-22T20:58:08.0258748Z jit-other) 2026-08-22T20:58:08.0259015Z case "$ARCH" in 2026-08-22T20:58:08.0259972Z 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-22T20:58:08.0261646Z *) 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-22T20:58:08.0262632Z esac ;; 2026-08-22T20:58:08.0262886Z esac 2026-08-22T20:58:08.0263150Z export PYPYCHERRYPICK 2026-08-22T20:58:08.0263655Z if [ -n "$CONTAINER" ]; then 2026-08-22T20:58:08.0263974Z docker run --rm \ 2026-08-22T20:58:08.0264594Z -v "$GITHUB_WORKSPACE:/workspace" \ 2026-08-22T20:58:08.0264977Z -w /workspace \ 2026-08-22T20:58:08.0265277Z -e PYPYCHERRYPICK \ 2026-08-22T20:58:08.0265576Z -e PYTHONPATH \ 2026-08-22T20:58:08.0265858Z "$CONTAINER" \ 2026-08-22T20:58:08.0266168Z pypy testrunner/runner.py \ 2026-08-22T20:58:08.0266521Z --config=pypy/testrunner_cfg.py \ 2026-08-22T20:58:08.0266870Z --config=machine_cfg.py \ 2026-08-22T20:58:08.0267186Z --root=rpython \ 2026-08-22T20:58:08.0267477Z --timeout=1759 \ 2026-08-22T20:58:08.0267779Z --logfile=testrun.log \ 2026-08-22T20:58:08.0268111Z 2>&1 | tee testrun-output.log 2026-08-22T20:58:08.0268421Z else 2026-08-22T20:58:08.0268674Z pypy testrunner/runner.py \ 2026-08-22T20:58:08.0269038Z --config=pypy/testrunner_cfg.py \ 2026-08-22T20:58:08.0269382Z --config=machine_cfg.py \ 2026-08-22T20:58:08.0269692Z --root=rpython \ 2026-08-22T20:58:08.0269979Z --timeout=1759 \ 2026-08-22T20:58:08.0270268Z --logfile=testrun.log \ 2026-08-22T20:58:08.0270583Z 2>&1 | tee testrun-output.log 2026-08-22T20:58:08.0270884Z fi 2026-08-22T20:58:08.0306427Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2026-08-22T20:58:08.0306834Z env: 2026-08-22T20:58:08.0307073Z SUITE: jit-arch 2026-08-22T20:58:08.0307330Z ARCH: x86 2026-08-22T20:58:08.0307841Z CONTAINER: ghcr.io/pypy/buildworker_x86_64@sha256:61ba2d5fcd68bfe76d99a40ae52c30e88cde919ca40fe65ea24bd34b820e3165 2026-08-22T20:58:08.0308422Z PYTHONPATH: . 2026-08-22T20:58:08.0308672Z PYPY_LOCALBASE:
2026-08-22T20:58:08.1226496Z Unable to find image 'ghcr.io/pypy/buildworker_x86_64@sha256:61ba2d5fcd68bfe76d99a40ae52c30e88cde919ca40fe65ea24bd34b820e3165' locally 2026-08-22T20:58:08.6267981Z ghcr.io/pypy/buildworker_x86_64@sha256:61ba2d5fcd68bfe76d99a40ae52c30e88cde919ca40fe65ea24bd34b820e3165: Pulling from pypy/buildworker_x86_64 2026-08-22T20:58:08.6271582Z a1a18ffda116: Pulling fs layer 2026-08-22T20:58:08.6279910Z 3c05096aa728: Pulling fs layer 2026-08-22T20:58:08.6280729Z 01bcb9e4dc1f: Pulling fs layer 2026-08-22T20:58:08.6281210Z 4f4fb700ef54: Pulling fs layer 2026-08-22T20:58:08.6281661Z fb2873d761f0: Pulling fs layer 2026-08-22T20:58:08.6282101Z 627d9f527436: Pulling fs layer 2026-08-22T20:58:08.6282557Z 1c752555c551: Pulling fs layer 2026-08-22T20:58:08.6283025Z d3c9f87abb15: Pulling fs layer 2026-08-22T20:58:08.6283518Z bb4fd3ed2fc4: Pulling fs layer 2026-08-22T20:58:08.6283993Z d9454c0db893: Pulling fs layer 2026-08-22T20:58:08.6284707Z a90f8409c748: Pulling fs layer 2026-08-22T20:58:08.6285204Z f668f356ba3e: Pulling fs layer 2026-08-22T20:58:08.6285708Z efa4ef78f491: Pulling fs layer 2026-08-22T20:58:08.6286186Z ad74bb4a54dc: Pulling fs layer 2026-08-22T20:58:08.6286681Z eebaf15195be: Pulling fs layer 2026-08-22T20:58:08.6286961Z 71274e4ad4e7: Pulling fs layer 2026-08-22T20:58:08.6287212Z 8b305f88ae4d: Pulling fs layer 2026-08-22T20:58:08.6287462Z 7bcfa39e9b00: Pulling fs layer 2026-08-22T20:58:08.6287702Z c9488ac6c405: Pulling fs layer 2026-08-22T20:58:08.6287942Z 88db2288b245: Pulling fs layer 2026-08-22T20:58:08.6288175Z 3959fe89f233: Pulling fs layer 2026-08-22T20:58:08.6288859Z a632f83ee6a0: Pulling fs layer 2026-08-22T20:58:08.6289267Z cb6b921f1bf7: Pulling fs layer 2026-08-22T20:58:08.6289677Z 80341a7f71d4: Pulling fs layer 2026-08-22T20:58:08.6290082Z 5acd92edc633: Pulling fs layer 2026-08-22T20:58:08.6290499Z ac1534f980d9: Pulling fs layer 2026-08-22T20:58:08.6290887Z a06cc64c340f: Pulling fs layer 2026-08-22T20:58:08.6291280Z 187450b03722: Pulling fs layer 2026-08-22T20:58:08.6291814Z 8ed74f1e8024: Pulling fs layer 2026-08-22T20:58:08.6292642Z 2a318cb28de0: Pulling fs layer 2026-08-22T20:58:08.6293043Z 60a3ab4b2d4d: Pulling fs layer 2026-08-22T20:58:08.6293427Z 0bc8508ca923: Pulling fs layer 2026-08-22T20:58:08.6293889Z d7ee4af1a169: Pulling fs layer 2026-08-22T20:58:08.6294717Z a2e50ff165a2: Pulling fs layer 2026-08-22T20:58:08.6295218Z aecf3e479cc0: Pulling fs layer 2026-08-22T20:58:08.6295627Z 79c26c932d8b: Pulling fs layer 2026-08-22T20:58:08.6296033Z 726f5ef0ffe5: Pulling fs layer 2026-08-22T20:58:08.6296287Z 692413a13ada: Pulling fs layer 2026-08-22T20:58:08.6296529Z f69c128f6656: Pulling fs layer 2026-08-22T20:58:08.6296766Z 7ab4f955f270: Pulling fs layer 2026-08-22T20:58:08.6297005Z 3de070b5a7af: Pulling fs layer 2026-08-22T20:58:08.6297240Z 9378fd2894ac: Pulling fs layer 2026-08-22T20:58:08.6297472Z 4a4f571de68a: Pulling fs layer 2026-08-22T20:58:08.6297703Z 8b3d087a8690: Pulling fs layer 2026-08-22T20:58:08.6297931Z eebaf15195be: Waiting 2026-08-22T20:58:08.6298144Z 71274e4ad4e7: Waiting 2026-08-22T20:58:08.6298345Z 8b305f88ae4d: Waiting 2026-08-22T20:58:08.6298575Z 7bcfa39e9b00: Waiting 2026-08-22T20:58:08.6298778Z c9488ac6c405: Waiting 2026-08-22T20:58:08.6298996Z 88db2288b245: Waiting 2026-08-22T20:58:08.6299198Z 3959fe89f233: Waiting 2026-08-22T20:58:08.6299401Z a632f83ee6a0: Waiting 2026-08-22T20:58:08.6299606Z cb6b921f1bf7: Waiting 2026-08-22T20:58:08.6299807Z 80341a7f71d4: Waiting 2026-08-22T20:58:08.6300007Z 5acd92edc633: Waiting 2026-08-22T20:58:08.6300208Z ac1534f980d9: Waiting 2026-08-22T20:58:08.6300408Z fb2873d761f0: Waiting 2026-08-22T20:58:08.6300610Z a06cc64c340f: Waiting 2026-08-22T20:58:08.6300820Z 627d9f527436: Waiting 2026-08-22T20:58:08.6301015Z 187450b03722: Waiting 2026-08-22T20:58:08.6301213Z 1c752555c551: Waiting 2026-08-22T20:58:08.6301410Z 8ed74f1e8024: Waiting 2026-08-22T20:58:08.6301612Z d3c9f87abb15: Waiting 2026-08-22T20:58:08.6301815Z 2a318cb28de0: Waiting 2026-08-22T20:58:08.6302014Z bb4fd3ed2fc4: Waiting 2026-08-22T20:58:08.6302214Z 60a3ab4b2d4d: Waiting 2026-08-22T20:58:08.6302412Z 0bc8508ca923: Waiting 2026-08-22T20:58:08.6302634Z d7ee4af1a169: Waiting 2026-08-22T20:58:08.6303031Z a2e50ff165a2: Waiting 2026-08-22T20:58:08.6303242Z 3de070b5a7af: Waiting 2026-08-22T20:58:08.6303452Z 4a4f571de68a: Waiting 2026-08-22T20:58:08.6303653Z 9378fd2894ac: Waiting 2026-08-22T20:58:08.6303852Z 8b3d087a8690: Waiting 2026-08-22T20:58:08.6304052Z aecf3e479cc0: Waiting 2026-08-22T20:58:08.6304551Z 692413a13ada: Waiting 2026-08-22T20:58:08.6304754Z 79c26c932d8b: Waiting 2026-08-22T20:58:08.6304958Z 726f5ef0ffe5: Waiting 2026-08-22T20:58:08.6305158Z f69c128f6656: Waiting 2026-08-22T20:58:08.6305358Z d9454c0db893: Waiting 2026-08-22T20:58:08.6305557Z f668f356ba3e: Waiting 2026-08-22T20:58:08.6305757Z a90f8409c748: Waiting 2026-08-22T20:58:08.6305967Z ad74bb4a54dc: Waiting 2026-08-22T20:58:08.6306173Z 4f4fb700ef54: Waiting 2026-08-22T20:58:08.7887038Z 01bcb9e4dc1f: Verifying Checksum 2026-08-22T20:58:08.7887961Z 01bcb9e4dc1f: Download complete 2026-08-22T20:58:08.7910578Z 3c05096aa728: Verifying Checksum 2026-08-22T20:58:08.7912197Z 3c05096aa728: Download complete 2026-08-22T20:58:08.9632005Z 4f4fb700ef54: Verifying Checksum 2026-08-22T20:58:08.9633059Z 4f4fb700ef54: Download complete 2026-08-22T20:58:09.0106531Z fb2873d761f0: Verifying Checksum 2026-08-22T20:58:09.0107244Z fb2873d761f0: Download complete 2026-08-22T20:58:09.1312578Z 627d9f527436: Verifying Checksum 2026-08-22T20:58:09.1313265Z 627d9f527436: Download complete 2026-08-22T20:58:09.3729717Z d3c9f87abb15: Verifying Checksum 2026-08-22T20:58:09.3742519Z d3c9f87abb15: Download complete 2026-08-22T20:58:09.6113665Z bb4fd3ed2fc4: Verifying Checksum 2026-08-22T20:58:09.6114417Z bb4fd3ed2fc4: Download complete 2026-08-22T20:58:09.8483252Z d9454c0db893: Download complete 2026-08-22T20:58:10.0764064Z a90f8409c748: Verifying Checksum 2026-08-22T20:58:10.0765783Z a90f8409c748: Download complete 2026-08-22T20:58:10.2465138Z f668f356ba3e: Verifying Checksum 2026-08-22T20:58:10.2467387Z f668f356ba3e: Download complete 2026-08-22T20:58:10.4240538Z efa4ef78f491: Verifying Checksum 2026-08-22T20:58:10.4245752Z efa4ef78f491: Download complete 2026-08-22T20:58:10.4732557Z a1a18ffda116: Verifying Checksum 2026-08-22T20:58:10.4745453Z a1a18ffda116: Download complete 2026-08-22T20:58:10.6438755Z ad74bb4a54dc: Download complete 2026-08-22T20:58:10.6443898Z eebaf15195be: Verifying Checksum 2026-08-22T20:58:10.6445414Z eebaf15195be: Download complete 2026-08-22T20:58:10.8644905Z 71274e4ad4e7: Verifying Checksum 2026-08-22T20:58:10.8645453Z 71274e4ad4e7: Download complete 2026-08-22T20:58:10.8944365Z 8b305f88ae4d: Download complete 2026-08-22T20:58:11.1186253Z 7bcfa39e9b00: Verifying Checksum 2026-08-22T20:58:11.1186958Z 7bcfa39e9b00: Download complete 2026-08-22T20:58:11.1225259Z c9488ac6c405: Verifying Checksum 2026-08-22T20:58:11.1225899Z c9488ac6c405: Download complete 2026-08-22T20:58:11.3443660Z 3959fe89f233: Verifying Checksum 2026-08-22T20:58:11.3448964Z 3959fe89f233: Download complete 2026-08-22T20:58:13.5428549Z a1a18ffda116: Pull complete 2026-08-22T20:58:14.4386996Z 1c752555c551: Download complete 2026-08-22T20:58:16.0392455Z 88db2288b245: Verifying Checksum 2026-08-22T20:58:16.0393247Z 88db2288b245: Download complete 2026-08-22T20:58:16.1949737Z 80341a7f71d4: Verifying Checksum 2026-08-22T20:58:16.1951090Z 80341a7f71d4: Download complete 2026-08-22T20:58:16.3683955Z 5acd92edc633: Verifying Checksum 2026-08-22T20:58:16.3684956Z 5acd92edc633: Download complete 2026-08-22T20:58:16.5227178Z ac1534f980d9: Verifying Checksum 2026-08-22T20:58:16.5228382Z ac1534f980d9: Download complete 2026-08-22T20:58:16.7517063Z a06cc64c340f: Verifying Checksum 2026-08-22T20:58:16.7520838Z a06cc64c340f: Download complete 2026-08-22T20:58:16.9093700Z 187450b03722: Verifying Checksum 2026-08-22T20:58:16.9094354Z 187450b03722: Download complete 2026-08-22T20:58:17.1155781Z 8ed74f1e8024: Verifying Checksum 2026-08-22T20:58:17.1156860Z 8ed74f1e8024: Download complete 2026-08-22T20:58:17.3417283Z 2a318cb28de0: Download complete 2026-08-22T20:58:17.3986399Z 3c05096aa728: Pull complete 2026-08-22T20:58:17.5244751Z 60a3ab4b2d4d: Verifying Checksum 2026-08-22T20:58:17.5246091Z 60a3ab4b2d4d: Download complete 2026-08-22T20:58:17.9356438Z 0bc8508ca923: Verifying Checksum 2026-08-22T20:58:17.9356981Z 0bc8508ca923: Download complete 2026-08-22T20:58:17.9664685Z a632f83ee6a0: Verifying Checksum 2026-08-22T20:58:17.9665289Z a632f83ee6a0: Download complete 2026-08-22T20:58:17.9851211Z 01bcb9e4dc1f: Pull complete 2026-08-22T20:58:18.0740516Z 4f4fb700ef54: Pull complete 2026-08-22T20:58:18.0926264Z fb2873d761f0: Pull complete 2026-08-22T20:58:18.1048901Z 627d9f527436: Pull complete 2026-08-22T20:58:18.6107690Z d7ee4af1a169: Verifying Checksum 2026-08-22T20:58:18.6108862Z d7ee4af1a169: Download complete 2026-08-22T20:58:18.6186451Z cb6b921f1bf7: Verifying Checksum 2026-08-22T20:58:18.6187257Z cb6b921f1bf7: Download complete 2026-08-22T20:58:18.8228491Z aecf3e479cc0: Verifying Checksum 2026-08-22T20:58:18.8229379Z aecf3e479cc0: Download complete 2026-08-22T20:58:18.8475605Z 79c26c932d8b: Download complete 2026-08-22T20:58:19.0755820Z a2e50ff165a2: Verifying Checksum 2026-08-22T20:58:19.0756814Z a2e50ff165a2: Download complete 2026-08-22T20:58:19.1348072Z 726f5ef0ffe5: Verifying Checksum 2026-08-22T20:58:19.1354490Z 726f5ef0ffe5: Download complete 2026-08-22T20:58:19.1506274Z 692413a13ada: Verifying Checksum 2026-08-22T20:58:19.1506765Z 692413a13ada: Download complete 2026-08-22T20:58:19.3362569Z f69c128f6656: Verifying Checksum 2026-08-22T20:58:19.3363114Z f69c128f6656: Download complete 2026-08-22T20:58:19.3905591Z 7ab4f955f270: Verifying Checksum 2026-08-22T20:58:19.3909510Z 7ab4f955f270: Download complete 2026-08-22T20:58:19.5610433Z 9378fd2894ac: Verifying Checksum 2026-08-22T20:58:19.5611706Z 9378fd2894ac: Download complete 2026-08-22T20:58:19.6017400Z 4a4f571de68a: Download complete 2026-08-22T20:58:19.7839387Z 8b3d087a8690: Verifying Checksum 2026-08-22T20:58:19.7839944Z 8b3d087a8690: Download complete 2026-08-22T20:58:20.6047975Z 3de070b5a7af: Verifying Checksum 2026-08-22T20:58:20.6048709Z 3de070b5a7af: Download complete 2026-08-22T20:58:26.0238572Z 1c752555c551: Pull complete 2026-08-22T20:58:26.0344335Z d3c9f87abb15: Pull complete 2026-08-22T20:58:26.0795967Z bb4fd3ed2fc4: Pull complete 2026-08-22T20:58:26.0892876Z d9454c0db893: Pull complete 2026-08-22T20:58:26.1440367Z a90f8409c748: Pull complete 2026-08-22T20:58:26.1533611Z f668f356ba3e: Pull complete 2026-08-22T20:58:26.1971606Z efa4ef78f491: Pull complete 2026-08-22T20:58:26.2070349Z ad74bb4a54dc: Pull complete 2026-08-22T20:58:26.2357670Z eebaf15195be: Pull complete 2026-08-22T20:58:26.2497209Z 71274e4ad4e7: Pull complete 2026-08-22T20:58:26.2938679Z 8b305f88ae4d: Pull complete 2026-08-22T20:58:26.5063847Z 7bcfa39e9b00: Pull complete 2026-08-22T20:58:26.5329420Z c9488ac6c405: Pull complete 2026-08-22T20:58:39.2858639Z 88db2288b245: Pull complete 2026-08-22T20:58:39.2994518Z 3959fe89f233: Pull complete 2026-08-22T20:58:45.3869154Z a632f83ee6a0: Pull complete 2026-08-22T20:58:49.7838051Z cb6b921f1bf7: Pull complete 2026-08-22T20:58:49.8099208Z 80341a7f71d4: Pull complete 2026-08-22T20:58:49.8195180Z 5acd92edc633: Pull complete 2026-08-22T20:58:49.8638627Z ac1534f980d9: Pull complete 2026-08-22T20:58:49.8730269Z a06cc64c340f: Pull complete 2026-08-22T20:58:49.8974004Z 187450b03722: Pull complete 2026-08-22T20:58:49.9061213Z 8ed74f1e8024: Pull complete 2026-08-22T20:58:49.9266242Z 2a318cb28de0: Pull complete 2026-08-22T20:58:49.9389743Z 60a3ab4b2d4d: Pull complete 2026-08-22T20:58:50.1100029Z 0bc8508ca923: Pull complete 2026-08-22T20:58:50.2485106Z d7ee4af1a169: Pull complete 2026-08-22T20:58:51.5194707Z a2e50ff165a2: Pull complete 2026-08-22T20:58:51.5335198Z aecf3e479cc0: Pull complete 2026-08-22T20:58:51.5450064Z 79c26c932d8b: Pull complete 2026-08-22T20:58:51.8943751Z 726f5ef0ffe5: Pull complete 2026-08-22T20:58:52.2209165Z 692413a13ada: Pull complete 2026-08-22T20:58:52.3367669Z f69c128f6656: Pull complete 2026-08-22T20:58:52.3461046Z 7ab4f955f270: Pull complete 2026-08-22T20:58:53.5874489Z 3de070b5a7af: Pull complete 2026-08-22T20:58:53.6044043Z 9378fd2894ac: Pull complete 2026-08-22T20:58:53.6243508Z 4a4f571de68a: Pull complete 2026-08-22T20:58:53.6341632Z 8b3d087a8690: Pull complete 2026-08-22T20:58:53.6376717Z Digest: sha256:61ba2d5fcd68bfe76d99a40ae52c30e88cde919ca40fe65ea24bd34b820e3165 2026-08-22T20:58:53.6385876Z Status: Downloaded newer image for ghcr.io/pypy/buildworker_x86_64@sha256:61ba2d5fcd68bfe76d99a40ae52c30e88cde919ca40fe65ea24bd34b820e3165 2026-08-22T21:00:00.4625981Z using config pypy/testrunner_cfg.py 2026-08-22T21:00:00.4626635Z using config machine_cfg.py 2026-08-22T21:00:00.4628724Z running 4 parallel test workers 2026-08-22T21:00:00.4629342Z setting MAKEFLAGS to ' ' (space) 2026-08-22T21:00:00.4629955Z -- jit/backend/x86/test/test_assembler.py 2026-08-22T21:00:00.4630686Z -- jit/backend/x86/test/test_basic.py 2026-08-22T21:00:00.4631331Z -- jit/backend/x86/test/test_call.py 2026-08-22T21:00:00.4631976Z -- jit/backend/x86/test/test_callbuilder.py 2026-08-22T21:00:00.4632667Z -- jit/backend/x86/test/test_calling_convention.py 2026-08-22T21:00:00.4633364Z -- jit/backend/x86/test/test_del.py 2026-08-22T21:00:00.4634041Z -- jit/backend/x86/test/test_dict.py 2026-08-22T21:00:00.4634918Z -- jit/backend/x86/test/test_exception.py 2026-08-22T21:00:00.4635557Z -- jit/backend/x86/test/test_fficall.py 2026-08-22T21:00:00.4636204Z -- jit/backend/x86/test/test_float.py 2026-08-22T21:00:00.4636831Z -- jit/backend/x86/test/test_jitlog.py 2026-08-22T21:00:00.4637442Z -- jit/backend/x86/test/test_jump.py 2026-08-22T21:00:00.4638022Z -- jit/backend/x86/test/test_list.py 2026-08-22T21:00:00.4638607Z -- jit/backend/x86/test/test_llop.py 2026-08-22T21:00:00.4639220Z -- jit/backend/x86/test/test_longlong.py 2026-08-22T21:00:00.4639871Z -- jit/backend/x86/test/test_loop_unroll.py 2026-08-22T21:00:00.4640531Z -- jit/backend/x86/test/test_quasiimmut.py 2026-08-22T21:00:00.4641170Z -- jit/backend/x86/test/test_rawmem.py 2026-08-22T21:00:00.4641806Z -- jit/backend/x86/test/test_recursive.py 2026-08-22T21:00:00.4642444Z -- jit/backend/x86/test/test_regalloc.py 2026-08-22T21:00:00.4643060Z -- jit/backend/x86/test/test_regloc.py 2026-08-22T21:00:00.4654495Z -- jit/backend/x86/test/test_runner.py 2026-08-22T21:00:00.4655311Z -- jit/backend/x86/test/test_rvmprof.py 2026-08-22T21:00:00.4655955Z -- jit/backend/x86/test/test_rx86.py 2026-08-22T21:00:00.4656616Z -- jit/backend/x86/test/test_rx86_32_auto_encoding.py 2026-08-22T21:00:00.4657351Z -- jit/backend/x86/test/test_rx86_64_auto_encoding.py 2026-08-22T21:00:00.4658042Z -- jit/backend/x86/test/test_send.py 2026-08-22T21:00:00.4658637Z -- jit/backend/x86/test/test_slist.py 2026-08-22T21:00:00.4659247Z -- jit/backend/x86/test/test_string.py 2026-08-22T21:00:00.4660069Z -- jit/backend/x86/test/test_symbolic_x86.py 2026-08-22T21:00:00.4660748Z -- jit/backend/x86/test/test_tl.py 2026-08-22T21:00:00.4661330Z -- jit/backend/x86/test/test_tlc.py 2026-08-22T21:00:00.4661928Z -- jit/backend/x86/test/test_tracelimit.py 2026-08-22T21:00:00.4662575Z -- jit/backend/x86/test/test_virtual.py 2026-08-22T21:00:00.4663236Z -- jit/backend/x86/test/test_virtualizable.py 2026-08-22T21:00:00.4663926Z -- jit/backend/x86/test/test_virtualref.py 2026-08-22T21:00:00.4685361Z -- jit/backend/x86/test/test_x86vector.py 2026-08-22T21:00:00.4686035Z -- jit/backend/x86/test/test_zmath.py 2026-08-22T21:00:00.4686695Z -- jit/backend/x86/test/test_zrpy_gc.py 2026-08-22T21:00:00.4687353Z -- jit/backend/x86/test/test_zrpy_gc_boehm.py 2026-08-22T21:00:00.4688054Z -- jit/backend/x86/test/test_zrpy_releasegil.py 2026-08-22T21:00:00.4688765Z -- jit/backend/x86/test/test_zrpy_vecopt.py 2026-08-22T21:00:00.4689442Z -- jit/backend/x86/test/test_zrpy_vmprof.py 2026-08-22T21:00:00.4690130Z -- jit/backend/x86/test/test_ztranslation_basic.py 2026-08-22T21:00:00.4690910Z -- jit/backend/x86/test/test_ztranslation_call_assembler.py 2026-08-22T21:00:00.4691786Z -- jit/backend/x86/test/test_ztranslation_external_exception.py 2026-08-22T21:00:00.4692637Z -- jit/backend/x86/test/test_ztranslation_jit_stats.py 2026-08-22T21:00:00.4693373Z -- jit/backend/x86/tool/test/test_viewcode.py 2026-08-22T21:00:00.4694025Z -- total: 48 to run 2026-08-22T21:00:00.4717526Z ++ 20:58:53 starting jit/backend/x86/test/test_assembler.py [1 started in total] 2026-08-22T21:00:00.4719465Z ++ 20:58:53 starting jit/backend/x86/test/test_basic.py [2 started in total] 2026-08-22T21:00:00.4720531Z ++ 20:58:53 starting jit/backend/x86/test/test_call.py [3 started in total] 2026-08-22T21:00:00.4721601Z ++ 20:58:53 starting jit/backend/x86/test/test_callbuilder.py [4 started in total] 2026-08-22T21:00:00.4722730Z __ jit/backend/x86/test/test_callbuilder.py [1 done in total, somefailed=False] 2026-08-22T21:00:00.4723887Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-22T21:00:00.4725568Z ============================= test session starts ============================== 2026-08-22T21:00:00.4726653Z 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-22T21:00:00.4728027Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-22T21:00:00.4729160Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-22T21:00:00.4729727Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-22T21:00:00.4730300Z plugins: hypothesis-4.39.3 2026-08-22T21:00:00.4730726Z collected 2 items 2026-08-22T21:00:00.4730955Z 2026-08-22T21:00:00.4731151Z jit/backend/x86/test/test_callbuilder.py .. 2026-08-22T21:00:00.4731523Z 2026-08-22T21:00:00.4731792Z =========================== 2 passed in 0.77 seconds =========================== 2026-08-22T21:00:00.4732689Z ++ 20:59:06 starting jit/backend/x86/test/test_calling_convention.py [5 started in total] 2026-08-22T21:00:00.4733688Z __ jit/backend/x86/test/test_assembler.py [2 done in total, somefailed=False] _ 2026-08-22T21:00:00.4734940Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-22T21:00:00.4735773Z ============================= test session starts ============================== 2026-08-22T21:00:00.4736680Z 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-22T21:00:00.4738354Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-22T21:00:00.4739482Z pytest-2.9.2 from /workspace/pytest.py 2026-08-22T21:00:00.4740049Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-22T21:00:00.4740618Z plugins: hypothesis-4.39.3 2026-08-22T21:00:00.4741040Z collected 3 items 2026-08-22T21:00:00.4741257Z 2026-08-22T21:00:00.4741458Z jit/backend/x86/test/test_assembler.py ... 2026-08-22T21:00:00.4741809Z 2026-08-22T21:00:00.4742082Z =========================== 3 passed in 3.24 seconds =========================== 2026-08-22T21:00:00.4742851Z ++ 20:59:08 starting jit/backend/x86/test/test_del.py [6 started in total] 2026-08-22T21:00:00.4743735Z __ jit/backend/x86/test/test_del.py [3 done in total, somefailed=False] _______ 2026-08-22T21:00:00.4765246Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-22T21:00:00.4766150Z ============================= test session starts ============================== 2026-08-22T21:00:00.4767070Z 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-22T21:00:00.4768452Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-22T21:00:00.4769598Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-22T21:00:00.4770169Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-22T21:00:00.4770755Z plugins: hypothesis-4.39.3 2026-08-22T21:00:00.4829471Z collected 3 items 2026-08-22T21:00:00.4829732Z 2026-08-22T21:00:00.4829907Z jit/backend/x86/test/test_del.py ... 2026-08-22T21:00:00.4830236Z 2026-08-22T21:00:00.4830507Z =========================== 3 passed in 4.58 seconds =========================== 2026-08-22T21:00:00.4831298Z ++ 20:59:15 starting jit/backend/x86/test/test_dict.py [7 started in total] 2026-08-22T21:00:00.4832592Z __ jit/backend/x86/test/test_call.py [4 done in total, somefailed=False] ______ 2026-08-22T21:00:00.4833592Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-22T21:00:00.4834685Z ============================= test session starts ============================== 2026-08-22T21:00:00.4835581Z 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-22T21:00:00.4836924Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-22T21:00:00.4838042Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-22T21:00:00.4838619Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-22T21:00:00.4839184Z plugins: hypothesis-4.39.3 2026-08-22T21:00:00.4839603Z collected 16 items 2026-08-22T21:00:00.4839832Z 2026-08-22T21:00:00.4840117Z jit/backend/x86/test/test_call.py ................ 2026-08-22T21:00:00.4840511Z 2026-08-22T21:00:00.4840802Z ========================== 16 passed in 13.52 seconds ========================== 2026-08-22T21:00:00.4841619Z ++ 20:59:21 starting jit/backend/x86/test/test_exception.py [8 started in total] 2026-08-22T21:00:00.4842542Z __ jit/backend/x86/test/test_exception.py [5 done in total, somefailed=False] _ 2026-08-22T21:00:00.4843493Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-22T21:00:00.4844637Z ============================= test session starts ============================== 2026-08-22T21:00:00.4845514Z 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-22T21:00:00.4846890Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-22T21:00:00.4848009Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-22T21:00:00.4848565Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-22T21:00:00.4849113Z plugins: hypothesis-4.39.3 2026-08-22T21:00:00.4849518Z collected 32 items 2026-08-22T21:00:00.4850003Z 2026-08-22T21:00:00.4850348Z jit/backend/x86/test/test_exception.py s............................... 2026-08-22T21:00:00.4850873Z 2026-08-22T21:00:00.4851169Z ==================== 31 passed, 1 skipped in 20.68 seconds ===================== 2026-08-22T21:00:00.4852083Z ++ 20:59:45 starting jit/backend/x86/test/test_fficall.py [9 started in total] 2026-08-22T21:00:00.4853067Z __ jit/backend/x86/test/test_calling_convention.py [6 done in total, somefailed=False] 2026-08-22T21:00:00.4854378Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-22T21:00:00.4855233Z ============================= test session starts ============================== 2026-08-22T21:00:00.4856119Z 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-22T21:00:00.4857483Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-22T21:00:00.4858634Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-22T21:00:00.4859202Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-22T21:00:00.4859764Z plugins: hypothesis-4.39.3 2026-08-22T21:00:00.4860192Z collected 7 items 2026-08-22T21:00:00.4860421Z 2026-08-22T21:00:00.4860681Z jit/backend/x86/test/test_calling_convention.py ....... 2026-08-22T21:00:00.4861097Z 2026-08-22T21:00:00.4861369Z ========================== 7 passed in 41.03 seconds =========================== 2026-08-22T21:00:00.4862153Z ++ 20:59:50 starting jit/backend/x86/test/test_float.py [10 started in total] 2026-08-22T21:00:00.4863099Z __ jit/backend/x86/test/test_float.py [7 done in total, somefailed=False] _____ 2026-08-22T21:00:00.4864572Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-22T21:00:00.4865456Z ============================= test session starts ============================== 2026-08-22T21:00:00.4866337Z 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-22T21:00:00.4867985Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-22T21:00:00.4869119Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-22T21:00:00.4869689Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-22T21:00:00.4870256Z plugins: hypothesis-4.39.3 2026-08-22T21:00:00.4870682Z collected 10 items 2026-08-22T21:00:00.4870918Z 2026-08-22T21:00:00.4871133Z jit/backend/x86/test/test_float.py .......... 2026-08-22T21:00:00.4871502Z 2026-08-22T21:00:00.4871775Z ========================== 10 passed in 7.07 seconds =========================== 2026-08-22T21:00:00.4872576Z ++ 21:00:00 starting jit/backend/x86/test/test_jitlog.py [11 started in total] 2026-08-22T21:01:18.1597525Z __ jit/backend/x86/test/test_jitlog.py [8 done in total, somefailed=False] ____ 2026-08-22T21:01:18.1598788Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-22T21:01:18.1602181Z ============================= test session starts ============================== 2026-08-22T21:01:18.1603479Z 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-22T21:01:18.1605472Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-22T21:01:18.1606816Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-22T21:01:18.1607619Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-22T21:01:18.1608404Z plugins: hypothesis-4.39.3 2026-08-22T21:01:18.1609047Z collected 3 items 2026-08-22T21:01:18.1609493Z 2026-08-22T21:01:18.1609889Z jit/backend/x86/test/test_jitlog.py ... 2026-08-22T21:01:18.1610541Z 2026-08-22T21:01:18.1611034Z ========================== 3 passed in 15.70 seconds =========================== 2026-08-22T21:01:18.1612048Z ++ 21:00:20 starting jit/backend/x86/test/test_jump.py [12 started in total] 2026-08-22T21:01:18.1613193Z __ jit/backend/x86/test/test_fficall.py [9 done in total, somefailed=False] ___ 2026-08-22T21:01:18.1615036Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-22T21:01:18.1616102Z ============================= test session starts ============================== 2026-08-22T21:01:18.1617209Z 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-22T21:01:18.1618792Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-22T21:01:18.1620149Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-22T21:01:18.1620938Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-22T21:01:18.1621712Z plugins: hypothesis-4.39.3 2026-08-22T21:01:18.1622366Z collected 12 items 2026-08-22T21:01:18.1622819Z 2026-08-22T21:01:18.1623248Z jit/backend/x86/test/test_fficall.py ...s........ 2026-08-22T21:01:18.1623878Z 2026-08-22T21:01:18.1624636Z ==================== 11 passed, 1 skipped in 35.70 seconds ===================== 2026-08-22T21:01:18.1625735Z ++ 21:00:23 starting jit/backend/x86/test/test_list.py [13 started in total] 2026-08-22T21:01:18.1626875Z __ jit/backend/x86/test/test_jump.py [10 done in total, somefailed=False] _____ 2026-08-22T21:01:18.1628055Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-22T21:01:18.1630666Z ============================= test session starts ============================== 2026-08-22T21:01:18.1631547Z 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-22T21:01:18.1632895Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-22T21:01:18.1633998Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-22T21:01:18.1634810Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-22T21:01:18.1635361Z plugins: hypothesis-4.39.3 2026-08-22T21:01:18.1635771Z collected 12 items 2026-08-22T21:01:18.1636006Z 2026-08-22T21:01:18.1636469Z jit/backend/x86/test/test_jump.py ............ 2026-08-22T21:01:18.1636848Z 2026-08-22T21:01:18.1637116Z ========================== 12 passed in 15.84 seconds ========================== 2026-08-22T21:01:18.1637884Z ++ 21:00:41 starting jit/backend/x86/test/test_llop.py [14 started in total] 2026-08-22T21:01:18.1638766Z __ jit/backend/x86/test/test_llop.py [11 done in total, somefailed=False] _____ 2026-08-22T21:01:18.1639689Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-22T21:01:18.1640495Z ============================= test session starts ============================== 2026-08-22T21:01:18.1641349Z 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-22T21:01:18.1642688Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-22T21:01:18.1643781Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-22T21:01:18.1644599Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-22T21:01:18.1645143Z plugins: hypothesis-4.39.3 2026-08-22T21:01:18.1645549Z collected 5 items 2026-08-22T21:01:18.1645766Z 2026-08-22T21:01:18.1645942Z jit/backend/x86/test/test_llop.py ..... 2026-08-22T21:01:18.1646272Z 2026-08-22T21:01:18.1646521Z =========================== 5 passed in 7.80 seconds =========================== 2026-08-22T21:01:18.1647297Z ++ 21:00:51 starting jit/backend/x86/test/test_longlong.py [15 started in total] 2026-08-22T21:01:18.1648177Z __ jit/backend/x86/test/test_list.py [12 done in total, somefailed=False] _____ 2026-08-22T21:01:18.1649099Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-22T21:01:18.1649893Z ============================= test session starts ============================== 2026-08-22T21:01:18.1650735Z 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-22T21:01:18.1652064Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-22T21:01:18.1653378Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-22T21:01:18.1653929Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-22T21:01:18.1656344Z plugins: hypothesis-4.39.3 2026-08-22T21:01:18.1656763Z collected 23 items 2026-08-22T21:01:18.1656985Z 2026-08-22T21:01:18.1657245Z jit/backend/x86/test/test_list.py ...s................... 2026-08-22T21:01:18.1657658Z 2026-08-22T21:01:18.1657943Z ==================== 22 passed, 1 skipped in 23.71 seconds ===================== 2026-08-22T21:01:18.1658765Z ++ 21:00:51 starting jit/backend/x86/test/test_loop_unroll.py [16 started in total] 2026-08-22T21:01:18.1659681Z __ jit/backend/x86/test/test_longlong.py [13 done in total, somefailed=False] _ 2026-08-22T21:01:18.1660606Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-22T21:01:18.1661412Z ============================= test session starts ============================== 2026-08-22T21:01:18.1662279Z 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-22T21:01:18.1663605Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-22T21:01:18.1665045Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-22T21:01:18.1665592Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-22T21:01:18.1666132Z plugins: hypothesis-4.39.3 2026-08-22T21:01:18.1666539Z collected 14 items 2026-08-22T21:01:18.1666761Z 2026-08-22T21:01:18.1666995Z jit/backend/x86/test/test_longlong.py ssssssssssssss 2026-08-22T21:01:18.1667366Z 2026-08-22T21:01:18.1667597Z ========================== 14 skipped in 0.30 seconds ========================== 2026-08-22T21:01:18.1668321Z ++ 21:00:52 starting jit/backend/x86/test/test_quasiimmut.py [17 started in total] 2026-08-22T21:01:18.1669171Z __ jit/backend/x86/test/test_dict.py [14 done in total, somefailed=False] _____ 2026-08-22T21:01:18.1670350Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-22T21:01:18.1671133Z ============================= test session starts ============================== 2026-08-22T21:01:18.1671948Z 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-22T21:01:18.1673230Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-22T21:01:18.1684970Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-22T21:01:18.1685564Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-22T21:01:18.1686126Z plugins: hypothesis-4.39.3 2026-08-22T21:01:18.1686544Z collected 20 items 2026-08-22T21:01:18.1686769Z 2026-08-22T21:01:18.1687004Z jit/backend/x86/test/test_dict.py .................... 2026-08-22T21:01:18.1687395Z 2026-08-22T21:01:18.1687667Z ========================== 20 passed in 93.69 seconds ========================== 2026-08-22T21:01:18.1688489Z ++ 21:00:57 starting jit/backend/x86/test/test_rawmem.py [18 started in total] 2026-08-22T21:01:18.1689400Z __ jit/backend/x86/test/test_rawmem.py [15 done in total, somefailed=False] ___ 2026-08-22T21:01:18.1690357Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-22T21:01:18.1691175Z ============================= test session starts ============================== 2026-08-22T21:01:18.1692047Z 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-22T21:01:18.1693406Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-22T21:01:18.1704850Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-22T21:01:18.1705400Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-22T21:01:18.1705911Z plugins: hypothesis-4.39.3 2026-08-22T21:01:18.1706294Z collected 7 items 2026-08-22T21:01:18.1706499Z 2026-08-22T21:01:18.1706665Z jit/backend/x86/test/test_rawmem.py ....... 2026-08-22T21:01:18.1707248Z 2026-08-22T21:01:18.1707490Z =========================== 7 passed in 5.75 seconds =========================== 2026-08-22T21:01:18.1708268Z ++ 21:01:05 starting jit/backend/x86/test/test_recursive.py [19 started in total] 2026-08-22T21:01:18.1709152Z __ jit/backend/x86/test/test_quasiimmut.py [16 done in total, somefailed=False] 2026-08-22T21:01:18.1710122Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-22T21:01:18.1710907Z ============================= test session starts ============================== 2026-08-22T21:01:18.1711758Z 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-22T21:01:18.1713040Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-22T21:01:18.1714395Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-22T21:01:18.1714933Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-22T21:01:18.1715493Z plugins: hypothesis-4.39.3 2026-08-22T21:01:18.1715891Z collected 20 items 2026-08-22T21:01:18.1716100Z 2026-08-22T21:01:18.1716360Z jit/backend/x86/test/test_quasiimmut.py ..............s..... 2026-08-22T21:01:18.1716780Z 2026-08-22T21:01:18.1717077Z ==================== 19 passed, 1 skipped in 13.70 seconds ===================== 2026-08-22T21:01:18.1717900Z ++ 21:01:10 starting jit/backend/x86/test/test_regalloc.py [20 started in total] 2026-08-22T21:01:18.1718822Z __ jit/backend/x86/test/test_regalloc.py [17 done in total, somefailed=False] _ 2026-08-22T21:01:18.1719773Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-22T21:01:18.1720587Z ============================= test session starts ============================== 2026-08-22T21:01:18.1721466Z 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-22T21:01:18.1723085Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-22T21:01:18.1734872Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-22T21:01:18.1735470Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-22T21:01:18.1736033Z plugins: hypothesis-4.39.3 2026-08-22T21:01:18.1736447Z collected 19 items 2026-08-22T21:01:18.1736673Z 2026-08-22T21:01:18.1736926Z jit/backend/x86/test/test_regalloc.py ....s........s..... 2026-08-22T21:01:18.1737373Z 2026-08-22T21:01:18.1737657Z ===================== 17 passed, 2 skipped in 2.86 seconds ===================== 2026-08-22T21:01:18.1738452Z ++ 21:01:15 starting jit/backend/x86/test/test_regloc.py [21 started in total] 2026-08-22T21:01:18.1739351Z __ jit/backend/x86/test/test_regloc.py [18 done in total, somefailed=False] ___ 2026-08-22T21:03:05.6673028Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-22T21:03:05.6728588Z ============================= test session starts ============================== 2026-08-22T21:03:05.6746295Z 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-22T21:03:05.6748278Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-22T21:03:05.6749741Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-22T21:03:05.6750562Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-22T21:03:05.6751333Z plugins: hypothesis-4.39.3 2026-08-22T21:03:05.6751971Z collected 25 items 2026-08-22T21:03:05.6752413Z 2026-08-22T21:03:05.6752874Z jit/backend/x86/test/test_regloc.py .......................s. 2026-08-22T21:03:05.6753546Z 2026-08-22T21:03:05.6754276Z ===================== 24 passed, 1 skipped in 0.60 seconds ===================== 2026-08-22T21:03:05.6755339Z ++ 21:01:18 starting jit/backend/x86/test/test_runner.py [22 started in total] 2026-08-22T21:03:05.6756447Z __ jit/backend/x86/test/test_basic.py [19 done in total, somefailed=False] ____ 2026-08-22T21:03:05.6758346Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-22T21:03:05.6759363Z ============================= test session starts ============================== 2026-08-22T21:03:05.6760419Z 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-22T21:03:05.6761975Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-22T21:03:05.6763286Z pytest-2.9.2 from /workspace/pytest.py 2026-08-22T21:03:05.6764263Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-22T21:03:05.6765082Z plugins: hypothesis-4.39.3 2026-08-22T21:03:05.6765710Z collected 195 items 2026-08-22T21:03:05.6766136Z 2026-08-22T21:03:05.6767229Z jit/backend/x86/test/test_basic.py .s...........................................................................................................................................s.................s..............s...........s........ 2026-08-22T21:03:05.6768716Z 2026-08-22T21:03:05.6769188Z =================== 190 passed, 5 skipped in 152.04 seconds ==================== 2026-08-22T21:03:05.6770171Z ++ 21:01:40 starting jit/backend/x86/test/test_rvmprof.py [23 started in total] 2026-08-22T21:03:05.6771303Z __ jit/backend/x86/test/test_loop_unroll.py [20 done in total, somefailed=False] 2026-08-22T21:03:05.6772459Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-22T21:03:05.6773483Z ============================= test session starts ============================== 2026-08-22T21:03:05.6774750Z 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-22T21:03:05.6776327Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-22T21:03:05.6777623Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-22T21:03:05.6778364Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-22T21:03:05.6779133Z plugins: hypothesis-4.39.3 2026-08-22T21:03:05.6780130Z collected 37 items 2026-08-22T21:03:05.6780577Z 2026-08-22T21:03:05.6781130Z jit/backend/x86/test/test_loop_unroll.py ..............................ss.s... 2026-08-22T21:03:05.6781884Z 2026-08-22T21:03:05.6782367Z ==================== 34 passed, 3 skipped in 54.02 seconds ===================== 2026-08-22T21:03:05.6783367Z ++ 21:01:49 starting jit/backend/x86/test/test_rx86.py [24 started in total] 2026-08-22T21:03:05.6784681Z __ jit/backend/x86/test/test_rx86.py [21 done in total, somefailed=False] _____ 2026-08-22T21:03:05.6786006Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-22T21:03:05.6788903Z ============================= test session starts ============================== 2026-08-22T21:03:05.6790384Z 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-22T21:03:05.6792504Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-22T21:03:05.6793614Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-22T21:03:05.6794440Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-22T21:03:05.6794982Z plugins: hypothesis-4.39.3 2026-08-22T21:03:05.6795382Z collected 34 items 2026-08-22T21:03:05.6795589Z 2026-08-22T21:03:05.6795911Z jit/backend/x86/test/test_rx86.py .................................. 2026-08-22T21:03:05.6796394Z 2026-08-22T21:03:05.6796653Z ========================== 34 passed in 0.12 seconds =========================== 2026-08-22T21:03:05.6797587Z ++ 21:01:52 starting jit/backend/x86/test/test_rx86_32_auto_encoding.py [25 started in total] 2026-08-22T21:03:05.6798651Z __ jit/backend/x86/test/test_rvmprof.py [22 done in total, somefailed=False] __ 2026-08-22T21:03:05.6799649Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-22T21:03:05.6800533Z ============================= test session starts ============================== 2026-08-22T21:03:05.6801916Z 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-22T21:03:05.6803299Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-22T21:03:05.6804567Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-22T21:03:05.6805093Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-22T21:03:05.6805608Z plugins: hypothesis-4.39.3 2026-08-22T21:03:05.6806002Z collected 3 items 2026-08-22T21:03:05.6806205Z 2026-08-22T21:03:05.6806392Z jit/backend/x86/test/test_rvmprof.py ... 2026-08-22T21:03:05.6806711Z 2026-08-22T21:03:05.6806974Z ========================== 3 passed in 10.22 seconds =========================== 2026-08-22T21:03:05.6807838Z ++ 21:01:52 starting jit/backend/x86/test/test_rx86_64_auto_encoding.py [26 started in total] 2026-08-22T21:03:05.6808802Z __ jit/backend/x86/test/test_recursive.py [23 done in total, somefailed=False] 2026-08-22T21:03:05.6809744Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-22T21:03:05.6810524Z ============================= test session starts ============================== 2026-08-22T21:03:05.6811380Z 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-22T21:03:05.6812711Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-22T21:03:05.6813798Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-22T21:03:05.6834877Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-22T21:03:05.6835486Z plugins: hypothesis-4.39.3 2026-08-22T21:03:05.6835912Z collected 42 items 2026-08-22T21:03:05.6836145Z 2026-08-22T21:03:05.6836527Z jit/backend/x86/test/test_recursive.py ................s........s...............s 2026-08-22T21:03:05.6837095Z 2026-08-22T21:03:05.6837370Z ==================== 39 passed, 3 skipped in 75.45 seconds ===================== 2026-08-22T21:03:05.6838848Z ++ 21:02:25 starting jit/backend/x86/test/test_send.py [27 started in total] 2026-08-22T21:03:05.6839767Z __ jit/backend/x86/test/test_rx86_32_auto_encoding.py [24 done in total, somefailed=False] 2026-08-22T21:03:05.6840775Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-22T21:03:05.6841603Z ============================= test session starts ============================== 2026-08-22T21:03:05.6842444Z 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-22T21:03:05.6843772Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-22T21:03:05.6845264Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-22T21:03:05.6845812Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-22T21:03:05.6846337Z plugins: hypothesis-4.39.3 2026-08-22T21:03:05.6846739Z collected 615 items 2026-08-22T21:03:05.6846966Z 2026-08-22T21:03:05.6849402Z jit/backend/x86/test/test_rx86_32_auto_encoding.py ..................................................s...................................................................................s..s....................................................................................................................s........................................................................................................................................................................................................................................................................................................................................................................ 2026-08-22T21:03:05.6852177Z 2026-08-22T21:03:05.6852482Z ==================== 611 passed, 4 skipped in 52.42 seconds ==================== 2026-08-22T21:03:05.6853320Z ++ 21:02:50 starting jit/backend/x86/test/test_slist.py [28 started in total] 2026-08-22T21:03:05.6854401Z __ jit/backend/x86/test/test_send.py [25 done in total, somefailed=False] _____ 2026-08-22T21:03:05.6855736Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-22T21:03:05.6856587Z ============================= test session starts ============================== 2026-08-22T21:03:05.6857431Z 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-22T21:03:05.6858768Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-22T21:03:05.6859856Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-22T21:03:05.6860392Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-22T21:03:05.6860924Z plugins: hypothesis-4.39.3 2026-08-22T21:03:05.6861326Z collected 23 items 2026-08-22T21:03:05.6861554Z 2026-08-22T21:03:05.6861805Z jit/backend/x86/test/test_send.py ....................... 2026-08-22T21:03:05.6862186Z 2026-08-22T21:03:05.6862456Z ========================== 23 passed in 22.82 seconds ========================== 2026-08-22T21:03:05.6863298Z ++ 21:02:53 starting jit/backend/x86/test/test_string.py [29 started in total] 2026-08-22T21:03:05.6884647Z __ jit/backend/x86/test/test_slist.py [26 done in total, somefailed=False] ____ 2026-08-22T21:03:05.6885711Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-22T21:03:05.6886539Z ============================= test session starts ============================== 2026-08-22T21:03:05.6887416Z 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-22T21:03:05.6888747Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-22T21:03:05.6889844Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-22T21:03:05.6890379Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-22T21:03:05.6890862Z plugins: hypothesis-4.39.3 2026-08-22T21:03:05.6891210Z collected 6 items 2026-08-22T21:03:05.6891397Z 2026-08-22T21:03:05.6891555Z jit/backend/x86/test/test_slist.py s..... 2026-08-22T21:03:05.6892328Z 2026-08-22T21:03:05.6892590Z ===================== 5 passed, 1 skipped in 8.51 seconds ====================== 2026-08-22T21:03:05.6893354Z ++ 21:03:03 starting jit/backend/x86/test/test_symbolic_x86.py [30 started in total] 2026-08-22T21:03:05.6894462Z __ jit/backend/x86/test/test_symbolic_x86.py [27 done in total, somefailed=False] 2026-08-22T21:05:00.5487354Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-22T21:05:00.5491661Z ============================= test session starts ============================== 2026-08-22T21:05:00.5493203Z 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-22T21:05:00.5495037Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-22T21:05:00.5496461Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-22T21:05:00.5497259Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-22T21:05:00.5498072Z plugins: hypothesis-4.39.3 2026-08-22T21:05:00.5498672Z collected 6 items 2026-08-22T21:05:00.5499080Z 2026-08-22T21:05:00.5499476Z jit/backend/x86/test/test_symbolic_x86.py ...... 2026-08-22T21:05:00.5500043Z 2026-08-22T21:05:00.5500481Z =========================== 6 passed in 0.03 seconds =========================== 2026-08-22T21:05:00.5501450Z ++ 21:03:05 starting jit/backend/x86/test/test_tl.py [31 started in total] 2026-08-22T21:05:00.5502585Z __ jit/backend/x86/test/test_rx86_64_auto_encoding.py [28 done in total, somefailed=False] 2026-08-22T21:05:00.5503861Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-22T21:05:00.5505090Z ============================= test session starts ============================== 2026-08-22T21:05:00.5506154Z 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-22T21:05:00.5507685Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-22T21:05:00.5509500Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-22T21:05:00.5510279Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-22T21:05:00.5511055Z plugins: hypothesis-4.39.3 2026-08-22T21:05:00.5511670Z collected 616 items 2026-08-22T21:05:00.5512101Z 2026-08-22T21:05:00.5515063Z jit/backend/x86/test/test_rx86_64_auto_encoding.py ..................................................s...................................................................................s..s....................................................................................................................s......................................................................................................................................................................................................................................................................................................................................................................... 2026-08-22T21:05:00.5518213Z 2026-08-22T21:05:00.5518851Z ==================== 612 passed, 4 skipped in 89.08 seconds ==================== 2026-08-22T21:05:00.5520176Z ++ 21:03:27 starting jit/backend/x86/test/test_tlc.py [32 started in total] 2026-08-22T21:05:00.5521477Z __ jit/backend/x86/test/test_tlc.py [29 done in total, somefailed=False] ______ 2026-08-22T21:05:00.5522811Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-22T21:05:00.5523959Z ============================= test session starts ============================== 2026-08-22T21:05:00.5525842Z 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-22T21:05:00.5527427Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-22T21:05:00.5528757Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-22T21:05:00.5529524Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-22T21:05:00.5530612Z plugins: hypothesis-4.39.3 2026-08-22T21:05:00.5531255Z collected 3 items 2026-08-22T21:05:00.5531676Z 2026-08-22T21:05:00.5532113Z jit/backend/x86/test/test_tlc.py ss. 2026-08-22T21:05:00.5532707Z 2026-08-22T21:05:00.5533196Z ===================== 1 passed, 2 skipped in 9.25 seconds ====================== 2026-08-22T21:05:00.5534400Z ++ 21:03:39 starting jit/backend/x86/test/test_tracelimit.py [33 started in total] 2026-08-22T21:05:00.5535507Z __ jit/backend/x86/test/test_runner.py [30 done in total, somefailed=False] ___ 2026-08-22T21:05:00.5536611Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-22T21:05:00.5537589Z ============================= test session starts ============================== 2026-08-22T21:05:00.5538493Z 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-22T21:05:00.5539867Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-22T21:05:00.5541106Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-22T21:05:00.5541832Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-22T21:05:00.5542556Z plugins: hypothesis-4.39.3 2026-08-22T21:05:00.5543156Z collected 172 items 2026-08-22T21:05:00.5543577Z 2026-08-22T21:05:00.5544819Z jit/backend/x86/test/test_runner.py ............................................................................................s....ss.....................ss...........................sssss....s.........s.s. 2026-08-22T21:05:00.5546012Z 2026-08-22T21:05:00.5546505Z =================== 159 passed, 13 skipped in 175.47 seconds =================== 2026-08-22T21:05:00.5547317Z read saved errno: 24 2026-08-22T21:05:00.5547930Z read saved errno: 0 2026-08-22T21:05:00.5548525Z read saved errno: 25 2026-08-22T21:05:00.5549154Z read saved errno: 0 2026-08-22T21:05:00.5549940Z ++ 21:04:19 starting jit/backend/x86/test/test_virtual.py [34 started in total] 2026-08-22T21:05:00.5551625Z __ jit/backend/x86/test/test_string.py [31 done in total, somefailed=False] ___ 2026-08-22T21:05:00.5552775Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-22T21:05:00.5553852Z ============================= test session starts ============================== 2026-08-22T21:05:00.5555790Z 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-22T21:05:00.5557405Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-22T21:05:00.5558782Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-22T21:05:00.5559789Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-22T21:05:00.5560881Z plugins: hypothesis-4.39.3 2026-08-22T21:05:00.5561575Z collected 97 items 2026-08-22T21:05:00.5562043Z 2026-08-22T21:05:00.5562767Z jit/backend/x86/test/test_string.py .............................s............................................s...................... 2026-08-22T21:05:00.5563734Z 2026-08-22T21:05:00.5564797Z ==================== 95 passed, 2 skipped in 85.63 seconds ===================== 2026-08-22T21:05:00.5566087Z ++ 21:04:27 starting jit/backend/x86/test/test_virtualizable.py [35 started in total] 2026-08-22T21:05:00.5567304Z __ jit/backend/x86/test/test_tracelimit.py [32 done in total, somefailed=False] 2026-08-22T21:05:00.5568464Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-22T21:05:00.5569491Z ============================= test session starts ============================== 2026-08-22T21:05:00.5570566Z 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-22T21:05:00.5572148Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-22T21:05:00.5573464Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-22T21:05:00.5574486Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-22T21:05:00.5575305Z plugins: hypothesis-4.39.3 2026-08-22T21:05:00.5576266Z collected 5 items 2026-08-22T21:05:00.5576772Z 2026-08-22T21:05:00.5577209Z jit/backend/x86/test/test_tracelimit.py ..... 2026-08-22T21:05:00.5577813Z 2026-08-22T21:05:00.5578302Z ========================== 5 passed in 46.62 seconds =========================== 2026-08-22T21:05:00.5579358Z ++ 21:04:30 starting jit/backend/x86/test/test_virtualref.py [36 started in total] 2026-08-22T21:05:00.5580526Z __ jit/backend/x86/test/test_virtualref.py [33 done in total, somefailed=False] 2026-08-22T21:05:00.5581719Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-22T21:05:00.5582799Z ============================= test session starts ============================== 2026-08-22T21:05:00.5583899Z 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-22T21:05:00.5585877Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-22T21:05:00.5587278Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-22T21:05:00.5588109Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-22T21:05:00.5588926Z plugins: hypothesis-4.39.3 2026-08-22T21:05:00.5589618Z collected 21 items 2026-08-22T21:05:00.5590084Z 2026-08-22T21:05:00.5590572Z jit/backend/x86/test/test_virtualref.py ..s.................. 2026-08-22T21:05:00.5591247Z 2026-08-22T21:05:00.5591765Z ==================== 20 passed, 1 skipped in 17.47 seconds ===================== 2026-08-22T21:05:00.5592816Z ++ 21:04:50 starting jit/backend/x86/test/test_x86vector.py [37 started in total] 2026-08-22T21:05:00.5593920Z __ jit/backend/x86/test/test_virtual.py [34 done in total, somefailed=False] __ 2026-08-22T21:05:00.5595330Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-22T21:05:00.5596352Z ============================= test session starts ============================== 2026-08-22T21:05:00.5597481Z 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-22T21:05:00.5599449Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-22T21:05:00.5600945Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-22T21:05:00.5601802Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-22T21:05:00.5602570Z plugins: hypothesis-4.39.3 2026-08-22T21:05:00.5603288Z collected 52 items 2026-08-22T21:05:00.5603769Z 2026-08-22T21:05:00.5604803Z jit/backend/x86/test/test_virtual.py .................................................... 2026-08-22T21:05:00.5605654Z 2026-08-22T21:05:00.5606137Z ========================== 52 passed in 33.47 seconds ========================== 2026-08-22T21:05:00.5607168Z ++ 21:04:57 starting jit/backend/x86/test/test_zmath.py [38 started in total] 2026-08-22T21:05:00.5608337Z __ jit/backend/x86/test/test_virtualizable.py [35 done in total, somefailed=False] 2026-08-22T21:05:00.5609533Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-22T21:05:00.5610618Z ============================= test session starts ============================== 2026-08-22T21:05:00.5611738Z 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-22T21:05:00.5613309Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-22T21:05:00.5614975Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-22T21:05:00.5615787Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-22T21:05:00.5616588Z plugins: hypothesis-4.39.3 2026-08-22T21:05:00.5617259Z collected 37 items 2026-08-22T21:05:00.5618178Z 2026-08-22T21:05:00.5618817Z jit/backend/x86/test/test_virtualizable.py s...x................................ 2026-08-22T21:05:00.5619635Z 2026-08-22T21:05:00.5620151Z =============== 35 passed, 1 skipped, 1 xfailed in 31.11 seconds =============== 2026-08-22T21:05:00.5621598Z ++ 21:05:00 starting jit/backend/x86/test/test_zrpy_gc.py [39 started in total] 2026-08-22T21:20:37.6553033Z __ jit/backend/x86/test/test_zmath.py [36 done in total, somefailed=False] ____ 2026-08-22T21:20:37.6559088Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-22T21:20:37.6560124Z ============================= test session starts ============================== 2026-08-22T21:20:37.6561120Z 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-22T21:20:37.6562599Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-22T21:20:37.6563851Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-22T21:20:37.6564784Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-22T21:20:37.6565419Z plugins: hypothesis-4.39.3 2026-08-22T21:20:37.6565917Z collected 1 items 2026-08-22T21:20:37.6566181Z 2026-08-22T21:20:37.6566392Z jit/backend/x86/test/test_zmath.py . 2026-08-22T21:20:37.6566784Z 2026-08-22T21:20:37.6567083Z ========================== 1 passed in 16.79 seconds =========================== 2026-08-22T21:20:37.6567972Z ++ 21:05:17 starting jit/backend/x86/test/test_zrpy_gc_boehm.py [40 started in total] 2026-08-22T21:20:37.6569019Z __ jit/backend/x86/test/test_zrpy_gc_boehm.py [37 done in total, somefailed=False] 2026-08-22T21:20:37.6570107Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-22T21:20:37.6571011Z ============================= test session starts ============================== 2026-08-22T21:20:37.6571960Z 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-22T21:20:37.6573444Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-22T21:20:37.6577713Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-22T21:20:37.6578394Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-22T21:20:37.6579410Z plugins: hypothesis-4.39.3 2026-08-22T21:20:37.6579913Z collected 1 items 2026-08-22T21:20:37.6580173Z 2026-08-22T21:20:37.6580415Z jit/backend/x86/test/test_zrpy_gc_boehm.py . 2026-08-22T21:20:37.6580812Z 2026-08-22T21:20:37.6581123Z ========================== 1 passed in 214.51 seconds ========================== 2026-08-22T21:20:37.6582043Z ++ 21:08:54 starting jit/backend/x86/test/test_zrpy_releasegil.py [41 started in total] 2026-08-22T21:20:37.6583104Z __ jit/backend/x86/test/test_x86vector.py [38 done in total, somefailed=False] 2026-08-22T21:20:37.6584543Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-22T21:20:37.6585465Z ============================= test session starts ============================== 2026-08-22T21:20:37.6586395Z 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-22T21:20:37.6587808Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-22T21:20:37.6589019Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-22T21:20:37.6589659Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-22T21:20:37.6590286Z plugins: hypothesis-4.39.3 2026-08-22T21:20:37.6590794Z collected 94 items 2026-08-22T21:20:37.6591062Z 2026-08-22T21:20:37.6591665Z jit/backend/x86/test/test_x86vector.py .............................................................................................. 2026-08-22T21:20:37.6592461Z 2026-08-22T21:20:37.6592767Z ========================= 94 passed in 342.49 seconds ========================== 2026-08-22T21:20:37.6593671Z ++ 21:10:37 starting jit/backend/x86/test/test_zrpy_vecopt.py [42 started in total] 2026-08-22T21:20:37.6595135Z __ jit/backend/x86/test/test_zrpy_gc.py [39 done in total, somefailed=False] __ 2026-08-22T21:20:37.6596170Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-22T21:20:37.6597344Z ============================= test session starts ============================== 2026-08-22T21:20:37.6598322Z 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-22T21:20:37.6599779Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-22T21:20:37.6601031Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-22T21:20:37.6601692Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-22T21:20:37.6602369Z plugins: hypothesis-4.39.3 2026-08-22T21:20:37.6602887Z collected 19 items 2026-08-22T21:20:37.6603150Z 2026-08-22T21:20:37.6603445Z jit/backend/x86/test/test_zrpy_gc.py ................... 2026-08-22T21:20:37.6603902Z 2026-08-22T21:20:37.6604458Z ========================= 19 passed in 405.55 seconds ========================== 2026-08-22T21:20:37.6605338Z ++ 21:11:52 starting jit/backend/x86/test/test_zrpy_vmprof.py [43 started in total] 2026-08-22T21:20:37.6606406Z __ jit/backend/x86/test/test_zrpy_vecopt.py [40 done in total, somefailed=False] 2026-08-22T21:20:37.6607454Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-22T21:20:37.6608357Z ============================= test session starts ============================== 2026-08-22T21:20:37.6609298Z 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-22T21:20:37.6610752Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-22T21:20:37.6611931Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-22T21:20:37.6612561Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-22T21:20:37.6613185Z plugins: hypothesis-4.39.3 2026-08-22T21:20:37.6613669Z collected 1 items 2026-08-22T21:20:37.6613931Z 2026-08-22T21:20:37.6614509Z jit/backend/x86/test/test_zrpy_vecopt.py . 2026-08-22T21:20:37.6614933Z 2026-08-22T21:20:37.6615241Z ========================== 1 passed in 115.90 seconds ========================== 2026-08-22T21:20:37.6616538Z ++ 21:12:41 starting jit/backend/x86/test/test_ztranslation_basic.py [44 started in total] 2026-08-22T21:20:37.6617639Z __ jit/backend/x86/test/test_zrpy_releasegil.py [41 done in total, somefailed=False] 2026-08-22T21:20:37.6618695Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-22T21:20:37.6619598Z ============================= test session starts ============================== 2026-08-22T21:20:37.6620560Z 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-22T21:20:37.6622006Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-22T21:20:37.6623221Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-22T21:20:37.6623871Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-22T21:20:37.6624781Z plugins: hypothesis-4.39.3 2026-08-22T21:20:37.6625281Z collected 3 items 2026-08-22T21:20:37.6625552Z 2026-08-22T21:20:37.6625820Z jit/backend/x86/test/test_zrpy_releasegil.py ... 2026-08-22T21:20:37.6626243Z 2026-08-22T21:20:37.6626534Z ========================== 3 passed in 401.60 seconds ========================== 2026-08-22T21:20:37.6627546Z ++ 21:15:38 starting jit/backend/x86/test/test_ztranslation_call_assembler.py [45 started in total] 2026-08-22T21:20:37.6628723Z __ jit/backend/x86/test/test_ztranslation_basic.py [42 done in total, somefailed=False] 2026-08-22T21:20:37.6629826Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-22T21:20:37.6630723Z ============================= test session starts ============================== 2026-08-22T21:20:37.6631671Z 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-22T21:20:37.6633121Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-22T21:20:37.6634591Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-22T21:20:37.6635518Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-22T21:20:37.6636169Z plugins: hypothesis-4.39.3 2026-08-22T21:20:37.6636667Z collected 1 items 2026-08-22T21:20:37.6636924Z 2026-08-22T21:20:37.6637179Z jit/backend/x86/test/test_ztranslation_basic.py . 2026-08-22T21:20:37.6637638Z 2026-08-22T21:20:37.6637941Z ========================== 1 passed in 240.24 seconds ========================== 2026-08-22T21:20:37.6638984Z ++ 21:16:46 starting jit/backend/x86/test/test_ztranslation_external_exception.py [46 started in total] 2026-08-22T21:20:37.6640259Z __ jit/backend/x86/test/test_zrpy_vmprof.py [43 done in total, somefailed=False] 2026-08-22T21:20:37.6641317Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-22T21:20:37.6642215Z ============================= test session starts ============================== 2026-08-22T21:20:37.6643157Z 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-22T21:20:37.6644989Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-22T21:20:37.6646187Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-22T21:20:37.6646822Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-22T21:20:37.6647452Z plugins: hypothesis-4.39.3 2026-08-22T21:20:37.6647945Z collected 1 items 2026-08-22T21:20:37.6648197Z 2026-08-22T21:20:37.6648433Z jit/backend/x86/test/test_zrpy_vmprof.py . 2026-08-22T21:20:37.6648825Z 2026-08-22T21:20:37.6649122Z ========================== 1 passed in 335.90 seconds ========================== 2026-08-22T21:20:37.6650106Z ++ 21:17:31 starting jit/backend/x86/test/test_ztranslation_jit_stats.py [47 started in total] 2026-08-22T21:20:37.6651328Z __ jit/backend/x86/test/test_ztranslation_call_assembler.py [44 done in total, somefailed=False] 2026-08-22T21:20:37.6652484Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-22T21:20:37.6653674Z ============================= test session starts ============================== 2026-08-22T21:20:37.6654937Z 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-22T21:20:37.6656389Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-22T21:20:37.6657586Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-22T21:20:37.6658229Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-22T21:20:37.6658855Z plugins: hypothesis-4.39.3 2026-08-22T21:20:37.6659358Z collected 1 items 2026-08-22T21:20:37.6659618Z 2026-08-22T21:20:37.6659942Z jit/backend/x86/test/test_ztranslation_call_assembler.py . 2026-08-22T21:20:37.6660413Z 2026-08-22T21:20:37.6660725Z ========================== 1 passed in 288.30 seconds ========================== 2026-08-22T21:20:37.6661625Z ++ 21:20:35 starting jit/backend/x86/tool/test/test_viewcode.py [48 started in total] 2026-08-22T21:20:37.6662711Z __ jit/backend/x86/tool/test/test_viewcode.py [45 done in total, somefailed=False] 2026-08-22T21:20:37.6663740Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-22T21:20:37.6664876Z ============================= test session starts ============================== 2026-08-22T21:20:37.6665813Z 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-22T21:20:37.6667257Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-22T21:20:37.6668504Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-22T21:20:37.6669150Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-22T21:20:37.6669796Z plugins: hypothesis-4.39.3 2026-08-22T21:20:37.6670296Z collected 2 items 2026-08-22T21:20:37.6670551Z 2026-08-22T21:20:37.6670802Z jit/backend/x86/tool/test/test_viewcode.py .. 2026-08-22T21:20:37.6671211Z 2026-08-22T21:20:37.6671763Z =========================== 2 passed in 0.02 seconds =========================== 2026-08-22T21:32:25.4689530Z __ jit/backend/x86/test/test_ztranslation_external_exception.py [46 done in total, somefailed=False] 2026-08-22T21:32:25.4690393Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-22T21:32:25.4691000Z ============================= test session starts ============================== 2026-08-22T21:32:25.4691658Z 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-22T21:32:25.4692682Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-22T21:32:25.4693509Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-22T21:32:25.4693910Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-22T21:32:25.4694601Z plugins: hypothesis-4.39.3 2026-08-22T21:32:25.4694966Z collected 1 items 2026-08-22T21:32:25.4695124Z 2026-08-22T21:32:25.4695373Z jit/backend/x86/test/test_ztranslation_external_exception.py . 2026-08-22T21:32:25.4695727Z 2026-08-22T21:32:25.4695912Z ========================== 1 passed in 276.76 seconds ========================== 2026-08-22T21:32:25.4696568Z __ jit/backend/x86/test/test_ztranslation_jit_stats.py [47 done in total, somefailed=False] 2026-08-22T21:32:25.4697323Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-22T21:32:25.4697910Z ============================= test session starts ============================== 2026-08-22T21:32:25.4698546Z 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-22T21:32:25.4699534Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-22T21:32:25.4700341Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-22T21:32:25.4700740Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-22T21:32:25.4701133Z plugins: hypothesis-4.39.3 2026-08-22T21:32:25.4701687Z collected 2 items 2026-08-22T21:32:25.4701847Z 2026-08-22T21:32:25.4702020Z jit/backend/x86/test/test_ztranslation_jit_stats.py s. 2026-08-22T21:32:25.4702359Z 2026-08-22T21:32:25.4702560Z ==================== 1 passed, 1 skipped in 243.57 seconds ===================== 2026-08-22T21:32:25.4703169Z __ jit/backend/x86/test/test_tl.py [48 done in total, somefailed=True] ________ 2026-08-22T21:32:25.4703840Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' 2026-08-22T21:32:25.4704654Z ============================= test session starts ============================== 2026-08-22T21:32:25.4705274Z 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-22T21:32:25.4706252Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples') 2026-08-22T21:32:25.4707052Z pytest-2.9.2 from /workspace/pytest.pyc 2026-08-22T21:32:25.4707408Z rootdir: /workspace/rpython, inifile: pytest.ini 2026-08-22T21:32:25.4707706Z plugins: hypothesis-4.39.3 2026-08-22T21:32:25.4707940Z collected 5 items 2026-08-22T21:32:25.4708057Z 2026-08-22T21:32:25.4708914Z jit/backend/x86/test/test_tl.py ...Timed out running ['/usr/local/bin/pypy', '/workspace/pytest.py', '-p', 'resultlog', '--resultlog=/tmp/usession-testrunner-0/38-test_tl-pytest-log', 'jit/backend/x86/test/test_tl.py'] with cwd='/workspace/rpython' timeout=1759: 2026-08-22T21:32:25.4709925Z but no error, killing process 2026-08-22T21:32:25.6910694Z ##[error]Process completed with exit code 1.
Run actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
2026-08-22T21:32:25.7021476Z with: 2026-08-22T21:32:25.7021692Z name: jit-arch-testrun-log-linux64 2026-08-22T21:32:25.7021989Z path: testrun.log testrun-output.log 2026-08-22T21:32:25.7022266Z if-no-files-found: warn 2026-08-22T21:32:25.7022497Z compression-level: 6 2026-08-22T21:32:25.7022713Z overwrite: false 2026-08-22T21:32:25.7022943Z include-hidden-files: false 2026-08-22T21:32:25.7023174Z archive: true
2026-08-22T21:32:25.8510494Z Multiple search paths detected. Calculating the least common ancestor of all paths 2026-08-22T21:32:25.8512350Z The least common ancestor is /home/runner/work/pypy/pypy. This will be the root directory of the artifact 2026-08-22T21:32:25.8513187Z With the provided path, there will be 2 files uploaded 2026-08-22T21:32:25.8514652Z Artifact name is valid! 2026-08-22T21:32:25.8515407Z Root directory input is valid! 2026-08-22T21:32:26.2255974Z Uploading artifact: jit-arch-testrun-log-linux64.zip 2026-08-22T21:32:26.2304412Z Beginning upload of artifact content to blob storage 2026-08-22T21:32:26.5935376Z Uploaded bytes 19961 2026-08-22T21:32:26.6641714Z Finished uploading artifact content to blob storage! 2026-08-22T21:32:26.6642840Z SHA256 digest of uploaded artifact is 15b61ceb0ee9ca12784ab3be3da1fd699ca86a472ee3d28453b27365e28d7ff1 2026-08-22T21:32:26.6643851Z Finalizing artifact upload 2026-08-22T21:32:27.0232416Z Artifact jit-arch-testrun-log-linux64 successfully finalized. Artifact ID 9482574382 2026-08-22T21:32:27.0233970Z Artifact jit-arch-testrun-log-linux64 has been successfully uploaded! Final size is 19961 bytes. Artifact ID is 9482574382 2026-08-22T21:32:27.0237916Z Artifact download URL: https://github.com/pypy/pypy/actions/runs/32598202299/artifacts/9482574382 2026-08-22T21:32:27.0436285Z Post job cleanup. 2026-08-22T21:32:27.1326512Z [command]/usr/bin/git version 2026-08-22T21:32:27.1372898Z git version 2.55.0 2026-08-22T21:32:27.1413752Z Temporarily overriding HOME='/home/runner/work/_temp/8fe957b4-6baa-4c79-aa77-e8dae48666b8' before making global git config changes 2026-08-22T21:32:27.1415373Z Adding repository directory to the temporary git global config as a safe directory 2026-08-22T21:32:27.1422967Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-22T21:32:27.1459642Z Removing SSH command configuration 2026-08-22T21:32:27.1467194Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-22T21:32:27.1508450Z [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-22T21:32:27.1819936Z Removing HTTP extra header 2026-08-22T21:32:27.1826836Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-22T21:32:27.1881677Z [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-22T21:32:27.2139378Z Removing includeIf entries pointing to credentials config files 2026-08-22T21:32:27.2147604Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-22T21:32:27.2181459Z includeif.gitdir:/home/runner/work/pypy/pypy/.git.path 2026-08-22T21:32:27.2182458Z includeif.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path 2026-08-22T21:32:27.2183164Z includeif.gitdir:/github/workspace/.git.path 2026-08-22T21:32:27.2183849Z includeif.gitdir:/github/workspace/.git/worktrees/*.path 2026-08-22T21:32:27.2192400Z [command]/usr/bin/git config --local --get-all includeif.gitdir:/home/runner/work/pypy/pypy/.git.path 2026-08-22T21:32:27.2229120Z /home/runner/work/_temp/git-credentials-dd2a335e-f98d-40ca-974e-23c10bda985d.config 2026-08-22T21:32:27.2247326Z [command]/usr/bin/git config --local --unset includeif.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-dd2a335e-f98d-40ca-974e-23c10bda985d.config 2026-08-22T21:32:27.2302945Z [command]/usr/bin/git config --local --get-all includeif.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path 2026-08-22T21:32:27.2331708Z /home/runner/work/_temp/git-credentials-dd2a335e-f98d-40ca-974e-23c10bda985d.config 2026-08-22T21:32:27.2345428Z [command]/usr/bin/git config --local --unset includeif.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-dd2a335e-f98d-40ca-974e-23c10bda985d.config 2026-08-22T21:32:27.2393231Z [command]/usr/bin/git config --local --get-all includeif.gitdir:/github/workspace/.git.path 2026-08-22T21:32:27.2423548Z /github/runner_temp/git-credentials-dd2a335e-f98d-40ca-974e-23c10bda985d.config 2026-08-22T21:32:27.2435865Z [command]/usr/bin/git config --local --unset includeif.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-dd2a335e-f98d-40ca-974e-23c10bda985d.config 2026-08-22T21:32:27.2481196Z [command]/usr/bin/git config --local --get-all includeif.gitdir:/github/workspace/.git/worktrees/*.path 2026-08-22T21:32:27.2512320Z /github/runner_temp/git-credentials-dd2a335e-f98d-40ca-974e-23c10bda985d.config 2026-08-22T21:32:27.2526454Z [command]/usr/bin/git config --local --unset includeif.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-dd2a335e-f98d-40ca-974e-23c10bda985d.config 2026-08-22T21:32:27.2571981Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-22T21:32:27.2844391Z Removing credentials config '/home/runner/work/_temp/git-credentials-dd2a335e-f98d-40ca-974e-23c10bda985d.config' 2026-08-22T21:32:27.3038039Z Cleaning up orphan processes