timestamps 2026-08-26T06:01:52.8064622Z Current runner version: '2.336.0'
Runner Image Provisioner
2026-08-26T06:01:52.8100327Z Hosted Compute Agent
2026-08-26T06:01:52.8101275Z Version: 20260729.566
2026-08-26T06:01:52.8102846Z Commit: cf7153fe6e25b664e8693c24944bf2b00355d109
2026-08-26T06:01:52.8104190Z Build Date: 2026-07-29T19:17:02Z
2026-08-26T06:01:52.8105462Z Worker ID: {33c121c1-a653-419d-a76f-856027554fa0}
2026-08-26T06:01:52.8106791Z Azure Region: eastus
Operating System
2026-08-26T06:01:52.8112342Z Ubuntu
2026-08-26T06:01:52.8113375Z 24.04.4
2026-08-26T06:01:52.8114319Z LTS
Runner Image
2026-08-26T06:01:52.8117349Z Image: ubuntu-24.04
2026-08-26T06:01:52.8118455Z Version: 20260816.277.1
2026-08-26T06:01:52.8120690Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20260816.277/images/ubuntu/Ubuntu2404-Readme.md
2026-08-26T06:01:52.8123796Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20260816.277
GITHUB_TOKEN Permissions
2026-08-26T06:01:52.8130264Z Contents: read
2026-08-26T06:01:52.8131325Z Metadata: read
2026-08-26T06:01:52.8135945Z Secret source: Actions
2026-08-26T06:01:52.8137630Z Prepare workflow directory
2026-08-26T06:01:52.9827510Z Prepare all required actions
2026-08-26T06:01:52.9898397Z Getting action download info
2026-08-26T06:01:53.1471516Z Download action repository 'actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd' (SHA:de0fac2e4500dabe0009e67214ff5f5447ce83dd)
2026-08-26T06:01:53.3011827Z Download action repository 'actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405' (SHA:a309ff8b426b58ec0e2a45f0f869d46889d02405)
2026-08-26T06:01:53.4127938Z Download action repository 'actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a' (SHA:043fb46d1a93c77aae656e7c1c64a875d1fc6a0a)
2026-08-26T06:01:53.7327957Z Complete job name: jit-arch (linux32)
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2026-08-26T06:01:54.0420840Z with:
2026-08-26T06:01:54.0421382Z repository: pypy/pypy
2026-08-26T06:01:54.0426001Z token: ***
2026-08-26T06:01:54.0426453Z ssh-strict: true
2026-08-26T06:01:54.0426894Z ssh-user: git
2026-08-26T06:01:54.0427341Z persist-credentials: true
2026-08-26T06:01:54.0427820Z clean: true
2026-08-26T06:01:54.0428267Z sparse-checkout-cone-mode: true
2026-08-26T06:01:54.0428783Z fetch-depth: 1
2026-08-26T06:01:54.0429203Z fetch-tags: false
2026-08-26T06:01:54.0429648Z show-progress: true
2026-08-26T06:01:54.0430086Z lfs: false
2026-08-26T06:01:54.0430492Z submodules: false
2026-08-26T06:01:54.0430938Z set-safe-directory: true
2026-08-26T06:01:54.1446577Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-26T06:01:54.1450140Z Working directory is '/home/runner/work/pypy/pypy'
2026-08-26T06:01:54.1451193Z [command]/usr/bin/git version
2026-08-26T06:01:54.1546399Z git version 2.55.0
2026-08-26T06:01:54.1599686Z Temporarily overriding HOME='/home/runner/work/_temp/607e60fa-c50f-49db-a981-00fa1020c94c' before making global git config changes
2026-08-26T06:01:54.1602384Z Adding repository directory to the temporary git global config as a safe directory
2026-08-26T06:01:54.1605844Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy
2026-08-26T06:01:54.1661547Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-26T06:01:54.1671548Z [command]/usr/bin/git init /home/runner/work/pypy/pypy
2026-08-26T06:01:54.1820696Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-26T06:01:54.1823158Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-26T06:01:54.1825196Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-26T06:01:54.1826822Z hint: call:
2026-08-26T06:01:54.1827761Z hint:
2026-08-26T06:01:54.1829219Z hint: git config --global init.defaultBranch <name>
2026-08-26T06:01:54.1830488Z hint:
2026-08-26T06:01:54.1831959Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-26T06:01:54.1834003Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-26T06:01:54.1835282Z hint:
2026-08-26T06:01:54.1836029Z hint: git branch -m <name>
2026-08-26T06:01:54.1836895Z hint:
2026-08-26T06:01:54.1837828Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-26T06:01:54.1838846Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/
2026-08-26T06:01:54.1842584Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-26T06:01:54.1934856Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-26T06:01:54.1971890Z Removing SSH command configuration
2026-08-26T06:01:54.1979584Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-26T06:01:54.2024127Z [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-26T06:01:54.2403953Z Removing HTTP extra header
2026-08-26T06:01:54.2410368Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-26T06:01:54.2449818Z [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-26T06:01:54.2668138Z Removing includeIf entries pointing to credentials config files
2026-08-26T06:01:54.2674974Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-26T06:01:54.2710362Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-26T06:01:54.2941976Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-42c5cbb6-b57f-432d-95c9-cff4ac5f6458.config http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-26T06:01:54.2985974Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-42c5cbb6-b57f-432d-95c9-cff4ac5f6458.config
2026-08-26T06:01:54.3020439Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-42c5cbb6-b57f-432d-95c9-cff4ac5f6458.config
2026-08-26T06:01:54.3057723Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-42c5cbb6-b57f-432d-95c9-cff4ac5f6458.config
2026-08-26T06:01:54.3092597Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-42c5cbb6-b57f-432d-95c9-cff4ac5f6458.config
Fetching the repository
2026-08-26T06:01:54.3134358Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +422c71813a7913bbc389a9f9a788506a4f1efac2:refs/remotes/origin/py3.12
2026-08-26T06:01:58.1842983Z From https://github.com/pypy/pypy
2026-08-26T06:01:58.1844404Z * [new ref] 422c71813a7913bbc389a9f9a788506a4f1efac2 -> origin/py3.12
2026-08-26T06:01:58.1854954Z [command]/usr/bin/git branch --list --remote origin/py3.12
2026-08-26T06:01:58.1885984Z origin/py3.12
2026-08-26T06:01:58.1894326Z [command]/usr/bin/git rev-parse refs/remotes/origin/py3.12
2026-08-26T06:01:58.1921406Z 422c71813a7913bbc389a9f9a788506a4f1efac2
Determining the checkout info
2026-08-26T06:01:58.1933371Z [command]/usr/bin/git sparse-checkout disable
2026-08-26T06:01:58.1987839Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-26T06:01:58.2025434Z [command]/usr/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12
2026-08-26T06:01:58.8362704Z Switched to a new branch 'py3.12'
2026-08-26T06:01:58.8367661Z branch 'py3.12' set up to track 'origin/py3.12'.
2026-08-26T06:01:58.8440667Z [command]/usr/bin/git log -1 --format=%H
2026-08-26T06:01:58.8469284Z 422c71813a7913bbc389a9f9a788506a4f1efac2
Run echo "parallel_runs=4" > machine_cfg.py
2026-08-26T06:01:59.0136875Z echo "parallel_runs=4" > machine_cfg.py
2026-08-26T06:01:59.0179130Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
Run set -o pipefail
2026-08-26T06:01:59.0765269Z set -o pipefail
2026-08-26T06:01:59.0765562Z case "$SUITE" in
2026-08-26T06:01:59.0765834Z rlib)
2026-08-26T06:01:59.0766105Z PYPYCHERRYPICK="rlib" ;;
2026-08-26T06:01:59.0766439Z translator)
2026-08-26T06:01:59.0766748Z PYPYCHERRYPICK="translator" ;;
2026-08-26T06:01:59.0767101Z misc)
2026-08-26T06:01:59.0767373Z case "$ARCH" in
2026-08-26T06:01:59.0767803Z win64) PYPYCHERRYPICK="annotator:config:flowspace:tool:memory" ;;
2026-08-26T06:01:59.0768377Z *) PYPYCHERRYPICK="annotator:config:flowspace:tool:rtyper:memory" ;;
2026-08-26T06:01:59.0768854Z esac ;;
2026-08-26T06:01:59.0769109Z jit-arch)
2026-08-26T06:01:59.0769366Z case "$ARCH" in
2026-08-26T06:01:59.0769723Z arm64) PYPYCHERRYPICK="jit/backend/aarch64" ;;
2026-08-26T06:01:59.0770173Z *) PYPYCHERRYPICK="jit/backend/x86" ;;
2026-08-26T06:01:59.0770527Z esac ;;
2026-08-26T06:01:59.0770784Z jit-other)
2026-08-26T06:01:59.0771049Z case "$ARCH" in
2026-08-26T06:01:59.0772344Z 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-26T06:01:59.0774027Z *) 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-26T06:01:59.0775036Z esac ;;
2026-08-26T06:01:59.0775293Z esac
2026-08-26T06:01:59.0775551Z export PYPYCHERRYPICK
2026-08-26T06:01:59.0775864Z if [ -n "$CONTAINER" ]; then
2026-08-26T06:01:59.0776179Z docker run --rm \
2026-08-26T06:01:59.0776520Z -v "$GITHUB_WORKSPACE:/workspace" \
2026-08-26T06:01:59.0776873Z -w /workspace \
2026-08-26T06:01:59.0777167Z -e PYPYCHERRYPICK \
2026-08-26T06:01:59.0777469Z -e PYTHONPATH \
2026-08-26T06:01:59.0777756Z "$CONTAINER" \
2026-08-26T06:01:59.0778056Z pypy testrunner/runner.py \
2026-08-26T06:01:59.0778408Z --config=pypy/testrunner_cfg.py \
2026-08-26T06:01:59.0778759Z --config=machine_cfg.py \
2026-08-26T06:01:59.0779074Z --root=rpython \
2026-08-26T06:01:59.0779366Z --timeout=1759 \
2026-08-26T06:01:59.0779885Z --logfile=testrun.log \
2026-08-26T06:01:59.0780215Z 2>&1 | tee testrun-output.log
2026-08-26T06:01:59.0780526Z else
2026-08-26T06:01:59.0780791Z pypy testrunner/runner.py \
2026-08-26T06:01:59.0781136Z --config=pypy/testrunner_cfg.py \
2026-08-26T06:01:59.0781482Z --config=machine_cfg.py \
2026-08-26T06:01:59.0782035Z --root=rpython \
2026-08-26T06:01:59.0782323Z --timeout=1759 \
2026-08-26T06:01:59.0782614Z --logfile=testrun.log \
2026-08-26T06:01:59.0782933Z 2>&1 | tee testrun-output.log
2026-08-26T06:01:59.0783236Z fi
2026-08-26T06:01:59.0821900Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-26T06:01:59.0822322Z env:
2026-08-26T06:01:59.0822567Z SUITE: jit-arch
2026-08-26T06:01:59.0822815Z ARCH: x86
2026-08-26T06:01:59.0823325Z CONTAINER: ghcr.io/pypy/buildworker_i686@sha256:5bec0450459eccc503ee3dc2448a5d207c085ab267477c78fbca6eba1d64b984
2026-08-26T06:01:59.0823943Z PYTHONPATH: .
2026-08-26T06:01:59.0824207Z PYPY_LOCALBASE:
2026-08-26T06:01:59.1766832Z Unable to find image 'ghcr.io/pypy/buildworker_i686@sha256:5bec0450459eccc503ee3dc2448a5d207c085ab267477c78fbca6eba1d64b984' locally
2026-08-26T06:01:59.3226334Z ghcr.io/pypy/buildworker_i686@sha256:5bec0450459eccc503ee3dc2448a5d207c085ab267477c78fbca6eba1d64b984: Pulling from pypy/buildworker_i686
2026-08-26T06:01:59.3237932Z 106754d5a1c8: Pulling fs layer
2026-08-26T06:01:59.3238507Z 1f3dbe844647: Pulling fs layer
2026-08-26T06:01:59.3238920Z 4dff31859b47: Pulling fs layer
2026-08-26T06:01:59.3239274Z 4f4fb700ef54: Pulling fs layer
2026-08-26T06:01:59.3239541Z 430f3d78dceb: Pulling fs layer
2026-08-26T06:01:59.3239879Z 89e30e38585c: Pulling fs layer
2026-08-26T06:01:59.3240219Z 2906afb99a9f: Pulling fs layer
2026-08-26T06:01:59.3240464Z 40445660bf28: Pulling fs layer
2026-08-26T06:01:59.3240752Z 92bd4f00f3c7: Pulling fs layer
2026-08-26T06:01:59.3241089Z 78cc64b5426f: Pulling fs layer
2026-08-26T06:01:59.3241391Z 5fbd53d45f99: Pulling fs layer
2026-08-26T06:01:59.3241779Z da5da9e0d2a8: Pulling fs layer
2026-08-26T06:01:59.3242031Z 6e93f700f7e3: Pulling fs layer
2026-08-26T06:01:59.3242653Z 6963cad2ec2c: Pulling fs layer
2026-08-26T06:01:59.3243109Z dee2db8d2866: Pulling fs layer
2026-08-26T06:01:59.3243436Z d79238a74a2e: Pulling fs layer
2026-08-26T06:01:59.3243790Z 1b9a0c4f0d0a: Pulling fs layer
2026-08-26T06:01:59.3244047Z 133cb1401b2d: Pulling fs layer
2026-08-26T06:01:59.3244292Z e464f07e8afb: Pulling fs layer
2026-08-26T06:01:59.3244579Z fb24ba1aaf79: Pulling fs layer
2026-08-26T06:01:59.3244971Z a635786812b3: Pulling fs layer
2026-08-26T06:01:59.3245211Z 13db909bf3e6: Pulling fs layer
2026-08-26T06:01:59.3245447Z 68a1d8dc8732: Pulling fs layer
2026-08-26T06:01:59.3245682Z 22b0f1fd4f4a: Pulling fs layer
2026-08-26T06:01:59.3246079Z 92c281b5b821: Pulling fs layer
2026-08-26T06:01:59.3246343Z 5c4e4aed138a: Pulling fs layer
2026-08-26T06:01:59.3246597Z f3211d837144: Pulling fs layer
2026-08-26T06:01:59.3246851Z e54b306eee4f: Pulling fs layer
2026-08-26T06:01:59.3247284Z 8372e20df7aa: Pulling fs layer
2026-08-26T06:01:59.3247533Z ceb0cf186156: Pulling fs layer
2026-08-26T06:01:59.3247775Z 387d2f646739: Pulling fs layer
2026-08-26T06:01:59.3248008Z 508240997352: Pulling fs layer
2026-08-26T06:01:59.3248396Z 8f09dc1ac434: Pulling fs layer
2026-08-26T06:01:59.3248641Z 2fc1a05acb03: Pulling fs layer
2026-08-26T06:01:59.3248880Z 4ef4cc356149: Pulling fs layer
2026-08-26T06:01:59.3249114Z 581f40aa00f5: Pulling fs layer
2026-08-26T06:01:59.3249472Z 37c0b17733ee: Pulling fs layer
2026-08-26T06:01:59.3249756Z d3ea65d14d8b: Pulling fs layer
2026-08-26T06:01:59.3249996Z be3c7978393b: Pulling fs layer
2026-08-26T06:01:59.3250231Z 27cabc60c1cd: Pulling fs layer
2026-08-26T06:01:59.3250522Z 232cae68a158: Pulling fs layer
2026-08-26T06:01:59.3250863Z adef888fa773: Pulling fs layer
2026-08-26T06:01:59.3251438Z 99aab6a15cc9: Pulling fs layer
2026-08-26T06:01:59.3252073Z f2baec005172: Pulling fs layer
2026-08-26T06:01:59.3252323Z 4f4fb700ef54: Waiting
2026-08-26T06:01:59.3252547Z 430f3d78dceb: Waiting
2026-08-26T06:01:59.3252755Z 89e30e38585c: Waiting
2026-08-26T06:01:59.3253060Z 2906afb99a9f: Waiting
2026-08-26T06:01:59.3253340Z 40445660bf28: Waiting
2026-08-26T06:01:59.3253552Z 92bd4f00f3c7: Waiting
2026-08-26T06:01:59.3253755Z f3211d837144: Waiting
2026-08-26T06:01:59.3253956Z 78cc64b5426f: Waiting
2026-08-26T06:01:59.3254265Z e54b306eee4f: Waiting
2026-08-26T06:01:59.3254522Z 5fbd53d45f99: Waiting
2026-08-26T06:01:59.3254727Z 8f09dc1ac434: Waiting
2026-08-26T06:01:59.3254934Z da5da9e0d2a8: Waiting
2026-08-26T06:01:59.3255138Z 8372e20df7aa: Waiting
2026-08-26T06:01:59.3255477Z 6e93f700f7e3: Waiting
2026-08-26T06:01:59.3255745Z ceb0cf186156: Waiting
2026-08-26T06:01:59.3255959Z 2fc1a05acb03: Waiting
2026-08-26T06:01:59.3256165Z 6963cad2ec2c: Waiting
2026-08-26T06:01:59.3256364Z 387d2f646739: Waiting
2026-08-26T06:01:59.3256659Z 4ef4cc356149: Waiting
2026-08-26T06:01:59.3256933Z 581f40aa00f5: Waiting
2026-08-26T06:01:59.3257149Z 508240997352: Waiting
2026-08-26T06:01:59.3257352Z dee2db8d2866: Waiting
2026-08-26T06:01:59.3257554Z 13db909bf3e6: Waiting
2026-08-26T06:01:59.3257851Z d79238a74a2e: Waiting
2026-08-26T06:01:59.3258304Z 37c0b17733ee: Waiting
2026-08-26T06:01:59.3258526Z 68a1d8dc8732: Waiting
2026-08-26T06:01:59.3258770Z 1b9a0c4f0d0a: Waiting
2026-08-26T06:01:59.3259100Z d3ea65d14d8b: Waiting
2026-08-26T06:01:59.3259454Z 22b0f1fd4f4a: Waiting
2026-08-26T06:01:59.3259678Z 133cb1401b2d: Waiting
2026-08-26T06:01:59.3259883Z be3c7978393b: Waiting
2026-08-26T06:01:59.3260083Z 92c281b5b821: Waiting
2026-08-26T06:01:59.3260441Z e464f07e8afb: Waiting
2026-08-26T06:01:59.3260654Z 5c4e4aed138a: Waiting
2026-08-26T06:01:59.3260861Z 27cabc60c1cd: Waiting
2026-08-26T06:01:59.3261068Z fb24ba1aaf79: Waiting
2026-08-26T06:01:59.3261272Z 232cae68a158: Waiting
2026-08-26T06:01:59.3875338Z 4dff31859b47: Download complete
2026-08-26T06:01:59.4001209Z 1f3dbe844647: Verifying Checksum
2026-08-26T06:01:59.4002007Z 1f3dbe844647: Download complete
2026-08-26T06:01:59.4374660Z 4f4fb700ef54: Verifying Checksum
2026-08-26T06:01:59.4375265Z 4f4fb700ef54: Download complete
2026-08-26T06:01:59.4586089Z 430f3d78dceb: Verifying Checksum
2026-08-26T06:01:59.4586939Z 430f3d78dceb: Download complete
2026-08-26T06:01:59.4953018Z 89e30e38585c: Verifying Checksum
2026-08-26T06:01:59.4953579Z 89e30e38585c: Download complete
2026-08-26T06:01:59.5552653Z 40445660bf28: Verifying Checksum
2026-08-26T06:01:59.5553134Z 40445660bf28: Download complete
2026-08-26T06:01:59.6729837Z 92bd4f00f3c7: Verifying Checksum
2026-08-26T06:01:59.6730840Z 92bd4f00f3c7: Download complete
2026-08-26T06:01:59.7379556Z 78cc64b5426f: Verifying Checksum
2026-08-26T06:01:59.7380581Z 78cc64b5426f: Download complete
2026-08-26T06:01:59.8426535Z 5fbd53d45f99: Download complete
2026-08-26T06:01:59.9028597Z da5da9e0d2a8: Verifying Checksum
2026-08-26T06:01:59.9029412Z da5da9e0d2a8: Download complete
2026-08-26T06:02:00.0523874Z 6e93f700f7e3: Verifying Checksum
2026-08-26T06:02:00.0525071Z 6e93f700f7e3: Download complete
2026-08-26T06:02:00.1086833Z 6963cad2ec2c: Verifying Checksum
2026-08-26T06:02:00.1087539Z 6963cad2ec2c: Download complete
2026-08-26T06:02:00.1689146Z dee2db8d2866: Verifying Checksum
2026-08-26T06:02:00.1689783Z dee2db8d2866: Download complete
2026-08-26T06:02:00.2179293Z 106754d5a1c8: Verifying Checksum
2026-08-26T06:02:00.2179855Z 106754d5a1c8: Download complete
2026-08-26T06:02:00.2586711Z d79238a74a2e: Verifying Checksum
2026-08-26T06:02:00.2587590Z d79238a74a2e: Download complete
2026-08-26T06:02:00.3586049Z 1b9a0c4f0d0a: Verifying Checksum
2026-08-26T06:02:00.3589654Z 1b9a0c4f0d0a: Download complete
2026-08-26T06:02:00.4302562Z e464f07e8afb: Verifying Checksum
2026-08-26T06:02:00.4323629Z e464f07e8afb: Download complete
2026-08-26T06:02:00.4717754Z 133cb1401b2d: Download complete
2026-08-26T06:02:00.5303371Z a635786812b3: Verifying Checksum
2026-08-26T06:02:00.5305185Z a635786812b3: Download complete
2026-08-26T06:02:01.3951524Z 13db909bf3e6: Verifying Checksum
2026-08-26T06:02:01.8125347Z 13db909bf3e6: Download complete
2026-08-26T06:02:01.8125927Z 68a1d8dc8732: Verifying Checksum
2026-08-26T06:02:01.8126751Z 68a1d8dc8732: Download complete
2026-08-26T06:02:01.8965321Z 22b0f1fd4f4a: Verifying Checksum
2026-08-26T06:02:01.8972296Z 22b0f1fd4f4a: Download complete
2026-08-26T06:02:01.9741697Z 92c281b5b821: Verifying Checksum
2026-08-26T06:02:01.9744489Z 92c281b5b821: Download complete
2026-08-26T06:02:02.0854348Z 5c4e4aed138a: Verifying Checksum
2026-08-26T06:02:02.0854950Z 5c4e4aed138a: Download complete
2026-08-26T06:02:02.1433896Z f3211d837144: Verifying Checksum
2026-08-26T06:02:02.1434926Z f3211d837144: Download complete
2026-08-26T06:02:02.2307358Z e54b306eee4f: Verifying Checksum
2026-08-26T06:02:02.2310660Z e54b306eee4f: Download complete
2026-08-26T06:02:02.2761521Z 2906afb99a9f: Verifying Checksum
2026-08-26T06:02:02.2762238Z 2906afb99a9f: Download complete
2026-08-26T06:02:02.2931957Z 8372e20df7aa: Verifying Checksum
2026-08-26T06:02:02.2932452Z 8372e20df7aa: Download complete
2026-08-26T06:02:02.3541202Z 387d2f646739: Verifying Checksum
2026-08-26T06:02:02.3543112Z 387d2f646739: Download complete
2026-08-26T06:02:02.3574717Z ceb0cf186156: Verifying Checksum
2026-08-26T06:02:02.3575243Z ceb0cf186156: Download complete
2026-08-26T06:02:02.5402485Z 508240997352: Verifying Checksum
2026-08-26T06:02:02.5403162Z 508240997352: Download complete
2026-08-26T06:02:02.6066773Z fb24ba1aaf79: Verifying Checksum
2026-08-26T06:02:02.6067290Z fb24ba1aaf79: Download complete
2026-08-26T06:02:02.6686378Z 4ef4cc356149: Download complete
2026-08-26T06:02:02.6798871Z 8f09dc1ac434: Verifying Checksum
2026-08-26T06:02:02.6799212Z 8f09dc1ac434: Download complete
2026-08-26T06:02:02.7234419Z 581f40aa00f5: Verifying Checksum
2026-08-26T06:02:02.7235444Z 581f40aa00f5: Download complete
2026-08-26T06:02:02.8293527Z 37c0b17733ee: Verifying Checksum
2026-08-26T06:02:02.8295511Z 37c0b17733ee: Download complete
2026-08-26T06:02:02.8624267Z d3ea65d14d8b: Verifying Checksum
2026-08-26T06:02:02.8625245Z d3ea65d14d8b: Download complete
2026-08-26T06:02:02.9218843Z 27cabc60c1cd: Verifying Checksum
2026-08-26T06:02:02.9219431Z 27cabc60c1cd: Download complete
2026-08-26T06:02:03.0070247Z 2fc1a05acb03: Verifying Checksum
2026-08-26T06:02:03.0073916Z 2fc1a05acb03: Download complete
2026-08-26T06:02:03.0085206Z be3c7978393b: Download complete
2026-08-26T06:02:03.0694346Z adef888fa773: Verifying Checksum
2026-08-26T06:02:03.0695169Z adef888fa773: Download complete
2026-08-26T06:02:03.0735591Z 99aab6a15cc9: Verifying Checksum
2026-08-26T06:02:03.0736309Z 99aab6a15cc9: Download complete
2026-08-26T06:02:03.1272966Z f2baec005172: Verifying Checksum
2026-08-26T06:02:03.3159872Z f2baec005172: Download complete
2026-08-26T06:02:03.3160373Z 106754d5a1c8: Pull complete
2026-08-26T06:02:03.4433103Z 232cae68a158: Verifying Checksum
2026-08-26T06:02:03.4433451Z 232cae68a158: Download complete
2026-08-26T06:02:06.7149350Z 1f3dbe844647: Pull complete
2026-08-26T06:02:06.7277627Z 4dff31859b47: Pull complete
2026-08-26T06:02:06.7410371Z 4f4fb700ef54: Pull complete
2026-08-26T06:02:06.7566084Z 430f3d78dceb: Pull complete
2026-08-26T06:02:06.7667427Z 89e30e38585c: Pull complete
2026-08-26T06:02:13.2599614Z 2906afb99a9f: Pull complete
2026-08-26T06:02:13.2708608Z 40445660bf28: Pull complete
2026-08-26T06:02:13.3154552Z 92bd4f00f3c7: Pull complete
2026-08-26T06:02:13.3277955Z 78cc64b5426f: Pull complete
2026-08-26T06:02:13.3814752Z 5fbd53d45f99: Pull complete
2026-08-26T06:02:13.3986709Z da5da9e0d2a8: Pull complete
2026-08-26T06:02:13.4418618Z 6e93f700f7e3: Pull complete
2026-08-26T06:02:13.4514927Z 6963cad2ec2c: Pull complete
2026-08-26T06:02:13.4829051Z dee2db8d2866: Pull complete
2026-08-26T06:02:13.4979612Z d79238a74a2e: Pull complete
2026-08-26T06:02:13.5386716Z 1b9a0c4f0d0a: Pull complete
2026-08-26T06:02:13.7699502Z 133cb1401b2d: Pull complete
2026-08-26T06:02:13.7919111Z e464f07e8afb: Pull complete
2026-08-26T06:02:26.1125795Z fb24ba1aaf79: Pull complete
2026-08-26T06:02:26.1292969Z a635786812b3: Pull complete
2026-08-26T06:02:28.4192176Z 13db909bf3e6: Pull complete
2026-08-26T06:02:29.8529419Z 68a1d8dc8732: Pull complete
2026-08-26T06:02:29.8770986Z 22b0f1fd4f4a: Pull complete
2026-08-26T06:02:29.8893455Z 92c281b5b821: Pull complete
2026-08-26T06:02:29.9296101Z 5c4e4aed138a: Pull complete
2026-08-26T06:02:29.9396250Z f3211d837144: Pull complete
2026-08-26T06:02:29.9616734Z e54b306eee4f: Pull complete
2026-08-26T06:02:29.9707850Z 8372e20df7aa: Pull complete
2026-08-26T06:02:29.9894011Z ceb0cf186156: Pull complete
2026-08-26T06:02:29.9994069Z 387d2f646739: Pull complete
2026-08-26T06:02:30.1580690Z 508240997352: Pull complete
2026-08-26T06:02:30.2750269Z 8f09dc1ac434: Pull complete
2026-08-26T06:02:31.4123282Z 2fc1a05acb03: Pull complete
2026-08-26T06:02:31.4250769Z 4ef4cc356149: Pull complete
2026-08-26T06:02:31.4358922Z 581f40aa00f5: Pull complete
2026-08-26T06:02:31.7923119Z 37c0b17733ee: Pull complete
2026-08-26T06:02:32.1102415Z d3ea65d14d8b: Pull complete
2026-08-26T06:02:32.2158585Z be3c7978393b: Pull complete
2026-08-26T06:02:32.2277349Z 27cabc60c1cd: Pull complete
2026-08-26T06:02:33.4172719Z 232cae68a158: Pull complete
2026-08-26T06:02:33.4305178Z adef888fa773: Pull complete
2026-08-26T06:02:33.4488364Z 99aab6a15cc9: Pull complete
2026-08-26T06:02:33.4590337Z f2baec005172: Pull complete
2026-08-26T06:02:33.4629592Z Digest: sha256:5bec0450459eccc503ee3dc2448a5d207c085ab267477c78fbca6eba1d64b984
2026-08-26T06:02:33.4637237Z Status: Downloaded newer image for ghcr.io/pypy/buildworker_i686@sha256:5bec0450459eccc503ee3dc2448a5d207c085ab267477c78fbca6eba1d64b984
2026-08-26T06:03:36.3964640Z using config pypy/testrunner_cfg.py
2026-08-26T06:03:36.3965207Z using config machine_cfg.py
2026-08-26T06:03:36.3965649Z running 4 parallel test workers
2026-08-26T06:03:36.3966103Z setting MAKEFLAGS to ' ' (space)
2026-08-26T06:03:36.3966575Z -- jit/backend/x86/test/test_assembler.py
2026-08-26T06:03:36.3967176Z -- jit/backend/x86/test/test_basic.py
2026-08-26T06:03:36.3967692Z -- jit/backend/x86/test/test_call.py
2026-08-26T06:03:36.3968191Z -- jit/backend/x86/test/test_callbuilder.py
2026-08-26T06:03:36.3968761Z -- jit/backend/x86/test/test_calling_convention.py
2026-08-26T06:03:36.3969321Z -- jit/backend/x86/test/test_del.py
2026-08-26T06:03:36.3969812Z -- jit/backend/x86/test/test_dict.py
2026-08-26T06:03:36.3970536Z -- jit/backend/x86/test/test_exception.py
2026-08-26T06:03:36.3971085Z -- jit/backend/x86/test/test_fficall.py
2026-08-26T06:03:36.3972538Z -- jit/backend/x86/test/test_float.py
2026-08-26T06:03:36.3973104Z -- jit/backend/x86/test/test_jitlog.py
2026-08-26T06:03:36.3973573Z -- jit/backend/x86/test/test_jump.py
2026-08-26T06:03:36.3974032Z -- jit/backend/x86/test/test_list.py
2026-08-26T06:03:36.3974449Z -- jit/backend/x86/test/test_llop.py
2026-08-26T06:03:36.3974902Z -- jit/backend/x86/test/test_longlong.py
2026-08-26T06:03:36.3975380Z -- jit/backend/x86/test/test_loop_unroll.py
2026-08-26T06:03:36.3975886Z -- jit/backend/x86/test/test_quasiimmut.py
2026-08-26T06:03:36.3976399Z -- jit/backend/x86/test/test_rawmem.py
2026-08-26T06:03:36.3976856Z -- jit/backend/x86/test/test_recursive.py
2026-08-26T06:03:36.3977331Z -- jit/backend/x86/test/test_regalloc.py
2026-08-26T06:03:36.3977788Z -- jit/backend/x86/test/test_regloc.py
2026-08-26T06:03:36.3978254Z -- jit/backend/x86/test/test_runner.py
2026-08-26T06:03:36.3978716Z -- jit/backend/x86/test/test_rvmprof.py
2026-08-26T06:03:36.3979178Z -- jit/backend/x86/test/test_rx86.py
2026-08-26T06:03:36.3979680Z -- jit/backend/x86/test/test_rx86_32_auto_encoding.py
2026-08-26T06:03:36.3980250Z -- jit/backend/x86/test/test_rx86_64_auto_encoding.py
2026-08-26T06:03:36.3980780Z -- jit/backend/x86/test/test_send.py
2026-08-26T06:03:36.3981245Z -- jit/backend/x86/test/test_slist.py
2026-08-26T06:03:36.3981986Z -- jit/backend/x86/test/test_string.py
2026-08-26T06:03:36.3982882Z -- jit/backend/x86/test/test_symbolic_x86.py
2026-08-26T06:03:36.3983760Z -- jit/backend/x86/test/test_tl.py
2026-08-26T06:03:36.3984726Z -- jit/backend/x86/test/test_tlc.py
2026-08-26T06:03:36.3985392Z -- jit/backend/x86/test/test_tracelimit.py
2026-08-26T06:03:36.3986046Z -- jit/backend/x86/test/test_virtual.py
2026-08-26T06:03:36.3986798Z -- jit/backend/x86/test/test_virtualizable.py
2026-08-26T06:03:36.3987501Z -- jit/backend/x86/test/test_virtualref.py
2026-08-26T06:03:36.3988157Z -- jit/backend/x86/test/test_x86vector.py
2026-08-26T06:03:36.3988775Z -- jit/backend/x86/test/test_zmath.py
2026-08-26T06:03:36.3989363Z -- jit/backend/x86/test/test_zrpy_gc.py
2026-08-26T06:03:36.3989979Z -- jit/backend/x86/test/test_zrpy_gc_boehm.py
2026-08-26T06:03:36.3990679Z -- jit/backend/x86/test/test_zrpy_releasegil.py
2026-08-26T06:03:36.3991350Z -- jit/backend/x86/test/test_zrpy_vecopt.py
2026-08-26T06:03:36.3992440Z -- jit/backend/x86/test/test_zrpy_vmprof.py
2026-08-26T06:03:36.3993032Z -- jit/backend/x86/test/test_ztranslation_basic.py
2026-08-26T06:03:36.4012835Z -- jit/backend/x86/test/test_ztranslation_call_assembler.py
2026-08-26T06:03:36.4013794Z -- jit/backend/x86/test/test_ztranslation_external_exception.py
2026-08-26T06:03:36.4014638Z -- jit/backend/x86/test/test_ztranslation_jit_stats.py
2026-08-26T06:03:36.4015356Z -- jit/backend/x86/tool/test/test_viewcode.py
2026-08-26T06:03:36.4015991Z -- total: 48 to run
2026-08-26T06:03:36.4016986Z ++ 06:02:33 starting jit/backend/x86/test/test_assembler.py [1 started in total]
2026-08-26T06:03:36.4018047Z ++ 06:02:33 starting jit/backend/x86/test/test_basic.py [2 started in total]
2026-08-26T06:03:36.4019127Z ++ 06:02:33 starting jit/backend/x86/test/test_call.py [3 started in total]
2026-08-26T06:03:36.4019968Z ++ 06:02:33 starting jit/backend/x86/test/test_callbuilder.py [4 started in total]
2026-08-26T06:03:36.4020908Z __ jit/backend/x86/test/test_callbuilder.py [1 done in total, somefailed=False]
2026-08-26T06:03:36.4022105Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-08-26T06:03:36.4022907Z ============================= test session starts ==============================
2026-08-26T06:03:36.4023780Z 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-26T06:03:36.4025167Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-08-26T06:03:36.4026293Z pytest-2.9.2 from /workspace/pytest.pyc
2026-08-26T06:03:36.4026838Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-08-26T06:03:36.4027390Z plugins: hypothesis-4.39.3
2026-08-26T06:03:36.4027801Z collected 2 items
2026-08-26T06:03:36.4028023Z
2026-08-26T06:03:36.4028216Z jit/backend/x86/test/test_callbuilder.py ..
2026-08-26T06:03:36.4028568Z
2026-08-26T06:03:36.4028825Z =========================== 2 passed in 0.88 seconds ===========================
2026-08-26T06:03:36.4029685Z ++ 06:02:48 starting jit/backend/x86/test/test_calling_convention.py [5 started in total]
2026-08-26T06:03:36.4030643Z __ jit/backend/x86/test/test_assembler.py [2 done in total, somefailed=False] _
2026-08-26T06:03:36.4032298Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-08-26T06:03:36.4033149Z ============================= test session starts ==============================
2026-08-26T06:03:36.4034035Z 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-26T06:03:36.4035413Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-08-26T06:03:36.4036518Z pytest-2.9.2 from /workspace/pytest.py
2026-08-26T06:03:36.4037066Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-08-26T06:03:36.4037618Z plugins: hypothesis-4.39.3
2026-08-26T06:03:36.4038065Z collected 3 items
2026-08-26T06:03:36.4038286Z
2026-08-26T06:03:36.4038472Z jit/backend/x86/test/test_assembler.py ...
2026-08-26T06:03:36.4038812Z
2026-08-26T06:03:36.4039069Z =========================== 3 passed in 2.87 seconds ===========================
2026-08-26T06:03:36.4040119Z ++ 06:02:50 starting jit/backend/x86/test/test_del.py [6 started in total]
2026-08-26T06:03:36.4040985Z __ jit/backend/x86/test/test_del.py [3 done in total, somefailed=False] _______
2026-08-26T06:03:36.4042184Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-08-26T06:03:36.4043017Z ============================= test session starts ==============================
2026-08-26T06:03:36.4043873Z 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-26T06:03:36.4045203Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-08-26T06:03:36.4046317Z pytest-2.9.2 from /workspace/pytest.pyc
2026-08-26T06:03:36.4046859Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-08-26T06:03:36.4047406Z plugins: hypothesis-4.39.3
2026-08-26T06:03:36.4047827Z collected 3 items
2026-08-26T06:03:36.4048035Z
2026-08-26T06:03:36.4048212Z jit/backend/x86/test/test_del.py ...
2026-08-26T06:03:36.4048532Z
2026-08-26T06:03:36.4048786Z =========================== 3 passed in 4.23 seconds ===========================
2026-08-26T06:03:36.4049544Z ++ 06:02:57 starting jit/backend/x86/test/test_dict.py [7 started in total]
2026-08-26T06:03:36.4050656Z __ jit/backend/x86/test/test_call.py [4 done in total, somefailed=False] ______
2026-08-26T06:03:36.4051929Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-08-26T06:03:36.4052756Z ============================= test session starts ==============================
2026-08-26T06:03:36.4053623Z 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-26T06:03:36.4054995Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-08-26T06:03:36.4056068Z pytest-2.9.2 from /workspace/pytest.pyc
2026-08-26T06:03:36.4056613Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-08-26T06:03:36.4057156Z plugins: hypothesis-4.39.3
2026-08-26T06:03:36.4057567Z collected 16 items
2026-08-26T06:03:36.4057793Z
2026-08-26T06:03:36.4057988Z jit/backend/x86/test/test_call.py ................
2026-08-26T06:03:36.4058372Z
2026-08-26T06:03:36.4058630Z ========================== 16 passed in 12.52 seconds ==========================
2026-08-26T06:03:36.4059410Z ++ 06:03:01 starting jit/backend/x86/test/test_exception.py [8 started in total]
2026-08-26T06:03:36.4060332Z __ jit/backend/x86/test/test_exception.py [5 done in total, somefailed=False] _
2026-08-26T06:03:36.4061280Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-08-26T06:03:36.4062490Z ============================= test session starts ==============================
2026-08-26T06:03:36.4063363Z 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-26T06:03:36.4064700Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-08-26T06:03:36.4065805Z pytest-2.9.2 from /workspace/pytest.pyc
2026-08-26T06:03:36.4066360Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-08-26T06:03:36.4066902Z plugins: hypothesis-4.39.3
2026-08-26T06:03:36.4067308Z collected 32 items
2026-08-26T06:03:36.4067532Z
2026-08-26T06:03:36.4067860Z jit/backend/x86/test/test_exception.py s...............................
2026-08-26T06:03:36.4068358Z
2026-08-26T06:03:36.4068639Z ==================== 31 passed, 1 skipped in 20.91 seconds =====================
2026-08-26T06:03:36.4069438Z ++ 06:03:25 starting jit/backend/x86/test/test_fficall.py [9 started in total]
2026-08-26T06:03:36.4070374Z __ jit/backend/x86/test/test_calling_convention.py [6 done in total, somefailed=False]
2026-08-26T06:03:36.4071354Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-08-26T06:03:36.4072577Z ============================= test session starts ==============================
2026-08-26T06:03:36.4073754Z 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-26T06:03:36.4075107Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-08-26T06:03:36.4076211Z pytest-2.9.2 from /workspace/pytest.pyc
2026-08-26T06:03:36.4076767Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-08-26T06:03:36.4077310Z plugins: hypothesis-4.39.3
2026-08-26T06:03:36.4077712Z collected 7 items
2026-08-26T06:03:36.4077926Z
2026-08-26T06:03:36.4078173Z jit/backend/x86/test/test_calling_convention.py ......s
2026-08-26T06:03:36.4078588Z
2026-08-26T06:03:36.4078866Z ===================== 6 passed, 1 skipped in 34.42 seconds =====================
2026-08-26T06:03:36.4079657Z ++ 06:03:26 starting jit/backend/x86/test/test_float.py [10 started in total]
2026-08-26T06:03:36.4080579Z __ jit/backend/x86/test/test_float.py [7 done in total, somefailed=False] _____
2026-08-26T06:03:36.4081875Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-08-26T06:03:36.4082742Z ============================= test session starts ==============================
2026-08-26T06:03:36.4083589Z 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-26T06:03:36.4085153Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-08-26T06:03:36.4086281Z pytest-2.9.2 from /workspace/pytest.pyc
2026-08-26T06:03:36.4086823Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-08-26T06:03:36.4087360Z plugins: hypothesis-4.39.3
2026-08-26T06:03:36.4087766Z collected 10 items
2026-08-26T06:03:36.4087986Z
2026-08-26T06:03:36.4088178Z jit/backend/x86/test/test_float.py ..........
2026-08-26T06:03:36.4088528Z
2026-08-26T06:03:36.4088776Z ========================== 10 passed in 6.56 seconds ===========================
2026-08-26T06:03:36.4089548Z ++ 06:03:36 starting jit/backend/x86/test/test_jitlog.py [11 started in total]
2026-08-26T06:05:05.5263971Z __ jit/backend/x86/test/test_jitlog.py [8 done in total, somefailed=False] ____
2026-08-26T06:05:05.5267360Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-08-26T06:05:05.5268614Z ============================= test session starts ==============================
2026-08-26T06:05:05.5269937Z 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-26T06:05:05.5271896Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-08-26T06:05:05.5273299Z pytest-2.9.2 from /workspace/pytest.pyc
2026-08-26T06:05:05.5274086Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-08-26T06:05:05.5274895Z plugins: hypothesis-4.39.3
2026-08-26T06:05:05.5275568Z collected 3 items
2026-08-26T06:05:05.5276020Z
2026-08-26T06:05:05.5276424Z jit/backend/x86/test/test_jitlog.py ...
2026-08-26T06:05:05.5276989Z
2026-08-26T06:05:05.5277497Z ========================== 3 passed in 17.03 seconds ===========================
2026-08-26T06:05:05.5278524Z ++ 06:03:56 starting jit/backend/x86/test/test_jump.py [12 started in total]
2026-08-26T06:05:05.5279664Z __ jit/backend/x86/test/test_fficall.py [9 done in total, somefailed=False] ___
2026-08-26T06:05:05.5280858Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-08-26T06:05:05.5282212Z ============================= test session starts ==============================
2026-08-26T06:05:05.5283343Z 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-26T06:05:05.5284992Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-08-26T06:05:05.5286358Z pytest-2.9.2 from /workspace/pytest.pyc
2026-08-26T06:05:05.5287159Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-08-26T06:05:05.5287943Z plugins: hypothesis-4.39.3
2026-08-26T06:05:05.5288898Z collected 12 items
2026-08-26T06:05:05.5289321Z
2026-08-26T06:05:05.5289746Z jit/backend/x86/test/test_fficall.py ............
2026-08-26T06:05:05.5290366Z
2026-08-26T06:05:05.5290832Z ========================== 12 passed in 38.79 seconds ==========================
2026-08-26T06:05:05.5292423Z ++ 06:04:09 starting jit/backend/x86/test/test_list.py [13 started in total]
2026-08-26T06:05:05.5293615Z __ jit/backend/x86/test/test_jump.py [10 done in total, somefailed=False] _____
2026-08-26T06:05:05.5294799Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-08-26T06:05:05.5295849Z ============================= test session starts ==============================
2026-08-26T06:05:05.5296940Z 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-26T06:05:05.5298555Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-08-26T06:05:05.5299942Z pytest-2.9.2 from /workspace/pytest.pyc
2026-08-26T06:05:05.5300721Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-08-26T06:05:05.5301493Z plugins: hypothesis-4.39.3
2026-08-26T06:05:05.5302388Z collected 12 items
2026-08-26T06:05:05.5302829Z
2026-08-26T06:05:05.5303470Z jit/backend/x86/test/test_jump.py ............
2026-08-26T06:05:05.5304097Z
2026-08-26T06:05:05.5304573Z ========================== 12 passed in 15.62 seconds ==========================
2026-08-26T06:05:05.5305598Z ++ 06:04:16 starting jit/backend/x86/test/test_llop.py [14 started in total]
2026-08-26T06:05:05.5306712Z __ jit/backend/x86/test/test_llop.py [11 done in total, somefailed=False] _____
2026-08-26T06:05:05.5307861Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-08-26T06:05:05.5308926Z ============================= test session starts ==============================
2026-08-26T06:05:05.5310000Z 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-26T06:05:05.5311861Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-08-26T06:05:05.5313251Z pytest-2.9.2 from /workspace/pytest.pyc
2026-08-26T06:05:05.5314048Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-08-26T06:05:05.5314834Z plugins: hypothesis-4.39.3
2026-08-26T06:05:05.5315480Z collected 5 items
2026-08-26T06:05:05.5315922Z
2026-08-26T06:05:05.5316313Z jit/backend/x86/test/test_llop.py .....
2026-08-26T06:05:05.5316873Z
2026-08-26T06:05:05.5317342Z =========================== 5 passed in 7.71 seconds ===========================
2026-08-26T06:05:05.5318384Z ++ 06:04:27 starting jit/backend/x86/test/test_longlong.py [15 started in total]
2026-08-26T06:05:05.5319530Z __ jit/backend/x86/test/test_dict.py [12 done in total, somefailed=False] _____
2026-08-26T06:05:05.5320696Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-08-26T06:05:05.5322008Z ============================= test session starts ==============================
2026-08-26T06:05:05.5323128Z 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-26T06:05:05.5324744Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-08-26T06:05:05.5326092Z pytest-2.9.2 from /workspace/pytest.pyc
2026-08-26T06:05:05.5326873Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-08-26T06:05:05.5327632Z plugins: hypothesis-4.39.3
2026-08-26T06:05:05.5328268Z collected 20 items
2026-08-26T06:05:05.5328687Z
2026-08-26T06:05:05.5329108Z jit/backend/x86/test/test_dict.py ....................
2026-08-26T06:05:05.5329914Z
2026-08-26T06:05:05.5330485Z ========================== 20 passed in 89.40 seconds ==========================
2026-08-26T06:05:05.5331808Z ++ 06:04:32 starting jit/backend/x86/test/test_loop_unroll.py [16 started in total]
2026-08-26T06:05:05.5333129Z __ jit/backend/x86/test/test_list.py [13 done in total, somefailed=False] _____
2026-08-26T06:05:05.5334614Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-08-26T06:05:05.5335706Z ============================= test session starts ==============================
2026-08-26T06:05:05.5336813Z 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-26T06:05:05.5338487Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-08-26T06:05:05.5339862Z pytest-2.9.2 from /workspace/pytest.pyc
2026-08-26T06:05:05.5340634Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-08-26T06:05:05.5341398Z plugins: hypothesis-4.39.3
2026-08-26T06:05:05.5342306Z collected 23 items
2026-08-26T06:05:05.5342743Z
2026-08-26T06:05:05.5343211Z jit/backend/x86/test/test_list.py ...s...................
2026-08-26T06:05:05.5343919Z
2026-08-26T06:05:05.5344402Z ==================== 22 passed, 1 skipped in 24.57 seconds =====================
2026-08-26T06:05:05.5345450Z ++ 06:04:37 starting jit/backend/x86/test/test_quasiimmut.py [17 started in total]
2026-08-26T06:05:05.5348426Z __ jit/backend/x86/test/test_longlong.py [14 done in total, somefailed=False] _
2026-08-26T06:05:05.5349504Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-08-26T06:05:05.5350300Z ============================= test session starts ==============================
2026-08-26T06:05:05.5351100Z 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-26T06:05:05.5352650Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-08-26T06:05:05.5353719Z pytest-2.9.2 from /workspace/pytest.pyc
2026-08-26T06:05:05.5354248Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-08-26T06:05:05.5354774Z plugins: hypothesis-4.39.3
2026-08-26T06:05:05.5355152Z collected 14 items
2026-08-26T06:05:05.5355378Z
2026-08-26T06:05:05.5355590Z jit/backend/x86/test/test_longlong.py ..............
2026-08-26T06:05:05.5355950Z
2026-08-26T06:05:05.5356184Z ========================== 14 passed in 9.26 seconds ===========================
2026-08-26T06:05:05.5356922Z ++ 06:04:39 starting jit/backend/x86/test/test_rawmem.py [18 started in total]
2026-08-26T06:05:05.5357749Z __ jit/backend/x86/test/test_rawmem.py [15 done in total, somefailed=False] ___
2026-08-26T06:05:05.5358611Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-08-26T06:05:05.5359338Z ============================= test session starts ==============================
2026-08-26T06:05:05.5360085Z 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-26T06:05:05.5361335Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-08-26T06:05:05.5362605Z pytest-2.9.2 from /workspace/pytest.pyc
2026-08-26T06:05:05.5363090Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-08-26T06:05:05.5363563Z plugins: hypothesis-4.39.3
2026-08-26T06:05:05.5363934Z collected 7 items
2026-08-26T06:05:05.5364133Z
2026-08-26T06:05:05.5364304Z jit/backend/x86/test/test_rawmem.py .......
2026-08-26T06:05:05.5364655Z
2026-08-26T06:05:05.5364922Z =========================== 7 passed in 5.31 seconds ===========================
2026-08-26T06:05:05.5365718Z ++ 06:04:47 starting jit/backend/x86/test/test_recursive.py [19 started in total]
2026-08-26T06:05:05.5366648Z __ jit/backend/x86/test/test_quasiimmut.py [16 done in total, somefailed=False]
2026-08-26T06:05:05.5367617Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-08-26T06:05:05.5368446Z ============================= test session starts ==============================
2026-08-26T06:05:05.5369293Z 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-26T06:05:05.5370896Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-08-26T06:05:05.5372378Z pytest-2.9.2 from /workspace/pytest.pyc
2026-08-26T06:05:05.5372928Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-08-26T06:05:05.5373484Z plugins: hypothesis-4.39.3
2026-08-26T06:05:05.5373890Z collected 20 items
2026-08-26T06:05:05.5374104Z
2026-08-26T06:05:05.5374369Z jit/backend/x86/test/test_quasiimmut.py ..............s.....
2026-08-26T06:05:05.5374803Z
2026-08-26T06:05:05.5375090Z ==================== 19 passed, 1 skipped in 15.70 seconds =====================
2026-08-26T06:05:05.5375883Z ++ 06:04:57 starting jit/backend/x86/test/test_regalloc.py [20 started in total]
2026-08-26T06:05:05.5376813Z __ jit/backend/x86/test/test_regalloc.py [17 done in total, somefailed=False] _
2026-08-26T06:05:05.5377739Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-08-26T06:05:05.5378548Z ============================= test session starts ==============================
2026-08-26T06:05:05.5379416Z 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-26T06:05:05.5381002Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-08-26T06:05:05.5382380Z pytest-2.9.2 from /workspace/pytest.pyc
2026-08-26T06:05:05.5382913Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-08-26T06:05:05.5383386Z plugins: hypothesis-4.39.3
2026-08-26T06:05:05.5383782Z collected 19 items
2026-08-26T06:05:05.5383989Z
2026-08-26T06:05:05.5384243Z jit/backend/x86/test/test_regalloc.py ....s........s.ssss
2026-08-26T06:05:05.5384659Z
2026-08-26T06:05:05.5384951Z ===================== 13 passed, 6 skipped in 2.14 seconds =====================
2026-08-26T06:05:05.5385727Z ++ 06:05:02 starting jit/backend/x86/test/test_regloc.py [21 started in total]
2026-08-26T06:05:05.5386601Z __ jit/backend/x86/test/test_regloc.py [18 done in total, somefailed=False] ___
2026-08-26T06:06:17.9194182Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-08-26T06:06:17.9199466Z ============================= test session starts ==============================
2026-08-26T06:06:17.9200720Z 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-26T06:06:17.9205726Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-08-26T06:06:17.9207013Z pytest-2.9.2 from /workspace/pytest.pyc
2026-08-26T06:06:17.9207724Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-08-26T06:06:17.9208430Z plugins: hypothesis-4.39.3
2026-08-26T06:06:17.9209005Z collected 25 items
2026-08-26T06:06:17.9209386Z
2026-08-26T06:06:17.9209837Z jit/backend/x86/test/test_regloc.py .....ssssssssssssssssssss
2026-08-26T06:06:17.9210448Z
2026-08-26T06:06:17.9210895Z ===================== 5 passed, 20 skipped in 0.56 seconds =====================
2026-08-26T06:06:17.9212052Z ++ 06:05:05 starting jit/backend/x86/test/test_runner.py [22 started in total]
2026-08-26T06:06:17.9213100Z __ jit/backend/x86/test/test_basic.py [19 done in total, somefailed=False] ____
2026-08-26T06:06:17.9214177Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-08-26T06:06:17.9215124Z ============================= test session starts ==============================
2026-08-26T06:06:17.9216116Z 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-26T06:06:17.9217574Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-08-26T06:06:17.9218788Z pytest-2.9.2 from /workspace/pytest.pyc
2026-08-26T06:06:17.9219478Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-08-26T06:06:17.9220167Z plugins: hypothesis-4.39.3
2026-08-26T06:06:17.9220725Z collected 195 items
2026-08-26T06:06:17.9221421Z
2026-08-26T06:06:17.9222776Z jit/backend/x86/test/test_basic.py .s...........................................................................................................................................s.................s..............s...........s........
2026-08-26T06:06:17.9224025Z
2026-08-26T06:06:17.9224472Z =================== 190 passed, 5 skipped in 151.27 seconds ====================
2026-08-26T06:06:17.9225428Z ++ 06:05:20 starting jit/backend/x86/test/test_rvmprof.py [23 started in total]
2026-08-26T06:06:17.9226470Z __ jit/backend/x86/test/test_loop_unroll.py [20 done in total, somefailed=False]
2026-08-26T06:06:17.9227549Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-08-26T06:06:17.9228510Z ============================= test session starts ==============================
2026-08-26T06:06:17.9229552Z 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-26T06:06:17.9230965Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-08-26T06:06:17.9232456Z pytest-2.9.2 from /workspace/pytest.pyc
2026-08-26T06:06:17.9233098Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-08-26T06:06:17.9233738Z plugins: hypothesis-4.39.3
2026-08-26T06:06:17.9234482Z collected 37 items
2026-08-26T06:06:17.9234860Z
2026-08-26T06:06:17.9235348Z jit/backend/x86/test/test_loop_unroll.py ..............................ss.s...
2026-08-26T06:06:17.9235982Z
2026-08-26T06:06:17.9236381Z ==================== 34 passed, 3 skipped in 56.23 seconds =====================
2026-08-26T06:06:17.9237252Z ++ 06:05:30 starting jit/backend/x86/test/test_rx86.py [24 started in total]
2026-08-26T06:06:17.9238154Z __ jit/backend/x86/test/test_rx86.py [21 done in total, somefailed=False] _____
2026-08-26T06:06:17.9239106Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-08-26T06:06:17.9239973Z ============================= test session starts ==============================
2026-08-26T06:06:17.9240878Z 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-26T06:06:17.9242391Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-08-26T06:06:17.9243525Z pytest-2.9.2 from /workspace/pytest.pyc
2026-08-26T06:06:17.9244176Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-08-26T06:06:17.9244814Z plugins: hypothesis-4.39.3
2026-08-26T06:06:17.9245341Z collected 34 items
2026-08-26T06:06:17.9245697Z
2026-08-26T06:06:17.9246123Z jit/backend/x86/test/test_rx86.py ..................................
2026-08-26T06:06:17.9246727Z
2026-08-26T06:06:17.9247111Z ========================== 34 passed in 0.13 seconds ===========================
2026-08-26T06:06:17.9248028Z ++ 06:05:33 starting jit/backend/x86/test/test_rx86_32_auto_encoding.py [25 started in total]
2026-08-26T06:06:17.9249034Z __ jit/backend/x86/test/test_rvmprof.py [22 done in total, somefailed=False] __
2026-08-26T06:06:17.9249998Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-08-26T06:06:17.9250843Z ============================= test session starts ==============================
2026-08-26T06:06:17.9251906Z 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-26T06:06:17.9253251Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-08-26T06:06:17.9254364Z pytest-2.9.2 from /workspace/pytest.pyc
2026-08-26T06:06:17.9255007Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-08-26T06:06:17.9255634Z plugins: hypothesis-4.39.3
2026-08-26T06:06:17.9256147Z collected 3 items
2026-08-26T06:06:17.9256499Z
2026-08-26T06:06:17.9256814Z jit/backend/x86/test/test_rvmprof.py ...
2026-08-26T06:06:17.9257400Z
2026-08-26T06:06:17.9257902Z ========================== 3 passed in 10.83 seconds ===========================
2026-08-26T06:06:17.9259029Z ++ 06:05:34 starting jit/backend/x86/test/test_rx86_64_auto_encoding.py [26 started in total]
2026-08-26T06:06:17.9260121Z __ jit/backend/x86/test/test_rx86_64_auto_encoding.py [23 done in total, somefailed=False]
2026-08-26T06:06:17.9261167Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-08-26T06:06:17.9262376Z ============================= test session starts ==============================
2026-08-26T06:06:17.9263280Z 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-26T06:06:17.9264692Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-08-26T06:06:17.9265905Z pytest-2.9.2 from /workspace/pytest.pyc
2026-08-26T06:06:17.9266604Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-08-26T06:06:17.9267254Z plugins: hypothesis-4.39.3
2026-08-26T06:06:17.9267815Z collected 0 items / 1 skipped
2026-08-26T06:06:17.9268254Z
2026-08-26T06:06:17.9268645Z ========================== 1 skipped in 0.05 seconds ===========================
2026-08-26T06:06:17.9269513Z ++ 06:05:37 starting jit/backend/x86/test/test_send.py [27 started in total]
2026-08-26T06:06:17.9270663Z __ jit/backend/x86/test/test_send.py [24 done in total, somefailed=False] _____
2026-08-26T06:06:17.9271962Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-08-26T06:06:17.9272950Z ============================= test session starts ==============================
2026-08-26T06:06:17.9273963Z 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-26T06:06:17.9275663Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-08-26T06:06:17.9277064Z pytest-2.9.2 from /workspace/pytest.pyc
2026-08-26T06:06:17.9277873Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-08-26T06:06:17.9278644Z plugins: hypothesis-4.39.3
2026-08-26T06:06:17.9279295Z collected 23 items
2026-08-26T06:06:17.9279721Z
2026-08-26T06:06:17.9280185Z jit/backend/x86/test/test_send.py .......................
2026-08-26T06:06:17.9280818Z
2026-08-26T06:06:17.9281286Z ========================== 23 passed in 25.17 seconds ==========================
2026-08-26T06:06:17.9282448Z ++ 06:06:05 starting jit/backend/x86/test/test_slist.py [28 started in total]
2026-08-26T06:06:17.9283586Z __ jit/backend/x86/test/test_recursive.py [25 done in total, somefailed=False]
2026-08-26T06:06:17.9284852Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-08-26T06:06:17.9285958Z ============================= test session starts ==============================
2026-08-26T06:06:17.9287039Z 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-26T06:06:17.9288546Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-08-26T06:06:17.9289860Z pytest-2.9.2 from /workspace/pytest.pyc
2026-08-26T06:06:17.9290616Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-08-26T06:06:17.9291343Z plugins: hypothesis-4.39.3
2026-08-26T06:06:17.9292296Z collected 42 items
2026-08-26T06:06:17.9292719Z
2026-08-26T06:06:17.9293297Z jit/backend/x86/test/test_recursive.py ................s........s..............ss
2026-08-26T06:06:17.9294140Z
2026-08-26T06:06:17.9294730Z ==================== 38 passed, 4 skipped in 78.71 seconds =====================
2026-08-26T06:06:17.9295797Z ++ 06:06:15 starting jit/backend/x86/test/test_string.py [29 started in total]
2026-08-26T06:06:17.9296949Z __ jit/backend/x86/test/test_slist.py [26 done in total, somefailed=False] ____
2026-08-26T06:06:17.9298155Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-08-26T06:06:17.9299295Z ============================= test session starts ==============================
2026-08-26T06:06:17.9300320Z 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-26T06:06:17.9302516Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-08-26T06:06:17.9303939Z pytest-2.9.2 from /workspace/pytest.pyc
2026-08-26T06:06:17.9304814Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-08-26T06:06:17.9305612Z plugins: hypothesis-4.39.3
2026-08-26T06:06:17.9306253Z collected 6 items
2026-08-26T06:06:17.9306690Z
2026-08-26T06:06:17.9307083Z jit/backend/x86/test/test_slist.py s.....
2026-08-26T06:06:17.9307645Z
2026-08-26T06:06:17.9308137Z ===================== 5 passed, 1 skipped in 6.75 seconds ======================
2026-08-26T06:06:17.9309262Z ++ 06:06:15 starting jit/backend/x86/test/test_symbolic_x86.py [30 started in total]
2026-08-26T06:06:17.9310517Z __ jit/backend/x86/test/test_symbolic_x86.py [27 done in total, somefailed=False]
2026-08-26T06:06:17.9311892Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-08-26T06:06:17.9313009Z ============================= test session starts ==============================
2026-08-26T06:06:17.9314172Z 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-26T06:06:17.9316085Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-08-26T06:06:17.9317457Z pytest-2.9.2 from /workspace/pytest.pyc
2026-08-26T06:06:17.9318178Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-08-26T06:06:17.9318890Z plugins: hypothesis-4.39.3
2026-08-26T06:06:17.9319665Z collected 6 items
2026-08-26T06:06:17.9320144Z
2026-08-26T06:06:17.9320563Z jit/backend/x86/test/test_symbolic_x86.py ......
2026-08-26T06:06:17.9321138Z
2026-08-26T06:06:17.9321847Z =========================== 6 passed in 0.02 seconds ===========================
2026-08-26T06:07:56.7256796Z ++ 06:06:17 starting jit/backend/x86/test/test_tl.py [31 started in total]
2026-08-26T06:07:56.7261101Z __ jit/backend/x86/test/test_rx86_32_auto_encoding.py [28 done in total, somefailed=False]
2026-08-26T06:07:56.7263072Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-08-26T06:07:56.7264246Z ============================= test session starts ==============================
2026-08-26T06:07:56.7265423Z 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-26T06:07:56.7267090Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-08-26T06:07:56.7268600Z pytest-2.9.2 from /workspace/pytest.pyc
2026-08-26T06:07:56.7269399Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-08-26T06:07:56.7270182Z plugins: hypothesis-4.39.3
2026-08-26T06:07:56.7270822Z collected 615 items
2026-08-26T06:07:56.7271261Z
2026-08-26T06:07:56.7274270Z jit/backend/x86/test/test_rx86_32_auto_encoding.py ..................................................s...................................................................................s..s....................................................................................................................s........................................................................................................................................................................................................................................................................................................................................................................
2026-08-26T06:07:56.7277311Z
2026-08-26T06:07:56.7277816Z ==================== 611 passed, 4 skipped in 55.94 seconds ====================
2026-08-26T06:07:56.7278874Z ++ 06:06:31 starting jit/backend/x86/test/test_tlc.py [32 started in total]
2026-08-26T06:07:56.7279989Z __ jit/backend/x86/test/test_tl.py [29 done in total, somefailed=False] _______
2026-08-26T06:07:56.7281177Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-08-26T06:07:56.7283032Z ============================= test session starts ==============================
2026-08-26T06:07:56.7284180Z 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-26T06:07:56.7285855Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-08-26T06:07:56.7287279Z pytest-2.9.2 from /workspace/pytest.pyc
2026-08-26T06:07:56.7288104Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-08-26T06:07:56.7288935Z plugins: hypothesis-4.39.3
2026-08-26T06:07:56.7289617Z collected 5 items
2026-08-26T06:07:56.7290073Z
2026-08-26T06:07:56.7290464Z jit/backend/x86/test/test_tl.py .....
2026-08-26T06:07:56.7291048Z
2026-08-26T06:07:56.7291538Z ========================== 5 passed in 18.67 seconds ===========================
2026-08-26T06:07:56.7293289Z ++ 06:06:41 starting jit/backend/x86/test/test_tracelimit.py [33 started in total]
2026-08-26T06:07:56.7294507Z __ jit/backend/x86/test/test_tlc.py [30 done in total, somefailed=False] ______
2026-08-26T06:07:56.7295730Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-08-26T06:07:56.7297059Z ============================= test session starts ==============================
2026-08-26T06:07:56.7298196Z 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-26T06:07:56.7299820Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-08-26T06:07:56.7301222Z pytest-2.9.2 from /workspace/pytest.pyc
2026-08-26T06:07:56.7302317Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-08-26T06:07:56.7303096Z plugins: hypothesis-4.39.3
2026-08-26T06:07:56.7303737Z collected 3 items
2026-08-26T06:07:56.7304177Z
2026-08-26T06:07:56.7304557Z jit/backend/x86/test/test_tlc.py ss.
2026-08-26T06:07:56.7305103Z
2026-08-26T06:07:56.7305594Z ===================== 1 passed, 2 skipped in 9.49 seconds ======================
2026-08-26T06:07:56.7306659Z ++ 06:06:43 starting jit/backend/x86/test/test_virtual.py [34 started in total]
2026-08-26T06:07:56.7307716Z __ jit/backend/x86/test/test_runner.py [31 done in total, somefailed=False] ___
2026-08-26T06:07:56.7308779Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-08-26T06:07:56.7309688Z ============================= test session starts ==============================
2026-08-26T06:07:56.7310631Z 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-26T06:07:56.7312267Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-08-26T06:07:56.7313757Z pytest-2.9.2 from /workspace/pytest.pyc
2026-08-26T06:07:56.7314552Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-08-26T06:07:56.7315331Z plugins: hypothesis-4.39.3
2026-08-26T06:07:56.7316011Z collected 172 items
2026-08-26T06:07:56.7316495Z
2026-08-26T06:07:56.7317562Z jit/backend/x86/test/test_runner.py ............................................................................................s....ss..................................................sssss....s....ss...s...
2026-08-26T06:07:56.7318865Z
2026-08-26T06:07:56.7319394Z =================== 160 passed, 12 skipped in 134.19 seconds ===================
2026-08-26T06:07:56.7320283Z read saved errno: 24
2026-08-26T06:07:56.7320962Z read saved errno: 0
2026-08-26T06:07:56.7321902Z read saved errno: 25
2026-08-26T06:07:56.7322563Z read saved errno: 0
2026-08-26T06:07:56.7323496Z ++ 06:07:23 starting jit/backend/x86/test/test_virtualizable.py [35 started in total]
2026-08-26T06:07:56.7324745Z __ jit/backend/x86/test/test_virtual.py [32 done in total, somefailed=False] __
2026-08-26T06:07:56.7326018Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-08-26T06:07:56.7327145Z ============================= test session starts ==============================
2026-08-26T06:07:56.7328697Z 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-26T06:07:56.7330371Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-08-26T06:07:56.7332226Z pytest-2.9.2 from /workspace/pytest.pyc
2026-08-26T06:07:56.7333141Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-08-26T06:07:56.7334010Z plugins: hypothesis-4.39.3
2026-08-26T06:07:56.7334688Z collected 52 items
2026-08-26T06:07:56.7335146Z
2026-08-26T06:07:56.7335779Z jit/backend/x86/test/test_virtual.py ....................................................
2026-08-26T06:07:56.7336635Z
2026-08-26T06:07:56.7337116Z ========================== 52 passed in 40.19 seconds ==========================
2026-08-26T06:07:56.7338208Z ++ 06:07:28 starting jit/backend/x86/test/test_virtualref.py [36 started in total]
2026-08-26T06:07:56.7339527Z __ jit/backend/x86/test/test_tracelimit.py [33 done in total, somefailed=False]
2026-08-26T06:07:56.7340784Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-08-26T06:07:56.7342172Z ============================= test session starts ==============================
2026-08-26T06:07:56.7343546Z 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-26T06:07:56.7345208Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-08-26T06:07:56.7346648Z pytest-2.9.2 from /workspace/pytest.pyc
2026-08-26T06:07:56.7347474Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-08-26T06:07:56.7348286Z plugins: hypothesis-4.39.3
2026-08-26T06:07:56.7348980Z collected 5 items
2026-08-26T06:07:56.7349440Z
2026-08-26T06:07:56.7349871Z jit/backend/x86/test/test_tracelimit.py .....
2026-08-26T06:07:56.7350511Z
2026-08-26T06:07:56.7351004Z ========================== 5 passed in 53.77 seconds ===========================
2026-08-26T06:07:56.7352373Z ++ 06:07:40 starting jit/backend/x86/test/test_x86vector.py [37 started in total]
2026-08-26T06:07:56.7354773Z __ jit/backend/x86/test/test_x86vector.py [34 done in total, somefailed=False]
2026-08-26T06:07:56.7356287Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-08-26T06:07:56.7357517Z ============================= test session starts ==============================
2026-08-26T06:07:56.7358779Z 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-26T06:07:56.7360195Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-08-26T06:07:56.7361337Z pytest-2.9.2 from /workspace/pytest.pyc
2026-08-26T06:07:56.7362209Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-08-26T06:07:56.7362782Z plugins: hypothesis-4.39.3
2026-08-26T06:07:56.7363214Z collected 0 items / 1 skipped
2026-08-26T06:07:56.7363503Z
2026-08-26T06:07:56.7363779Z ========================== 1 skipped in 0.63 seconds ===========================
2026-08-26T06:07:56.7364576Z ++ 06:07:43 starting jit/backend/x86/test/test_zmath.py [38 started in total]
2026-08-26T06:07:56.7365494Z __ jit/backend/x86/test/test_virtualref.py [35 done in total, somefailed=False]
2026-08-26T06:07:56.7366470Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-08-26T06:07:56.7367301Z ============================= test session starts ==============================
2026-08-26T06:07:56.7368189Z 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-26T06:07:56.7369561Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-08-26T06:07:56.7370686Z pytest-2.9.2 from /workspace/pytest.pyc
2026-08-26T06:07:56.7371240Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-08-26T06:07:56.7372057Z plugins: hypothesis-4.39.3
2026-08-26T06:07:56.7372754Z collected 21 items
2026-08-26T06:07:56.7372975Z
2026-08-26T06:07:56.7373250Z jit/backend/x86/test/test_virtualref.py ..s..................
2026-08-26T06:07:56.7373705Z
2026-08-26T06:07:56.7374053Z ==================== 20 passed, 1 skipped in 23.12 seconds =====================
2026-08-26T06:07:56.7375177Z ++ 06:07:56 starting jit/backend/x86/test/test_zrpy_gc.py [39 started in total]
2026-08-26T06:07:56.7376277Z __ jit/backend/x86/test/test_string.py [36 done in total, somefailed=False] ___
2026-08-26T06:07:56.7377214Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-08-26T06:07:56.7378016Z ============================= test session starts ==============================
2026-08-26T06:07:56.7378878Z 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-26T06:07:56.7380267Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-08-26T06:07:56.7381396Z pytest-2.9.2 from /workspace/pytest.pyc
2026-08-26T06:07:56.7382255Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-08-26T06:07:56.7382813Z plugins: hypothesis-4.39.3
2026-08-26T06:07:56.7383231Z collected 97 items
2026-08-26T06:07:56.7383737Z
2026-08-26T06:07:56.7384312Z jit/backend/x86/test/test_string.py .............................s............................................s......................
2026-08-26T06:07:56.7385056Z
2026-08-26T06:07:56.7385342Z ==================== 95 passed, 2 skipped in 99.68 seconds =====================
2026-08-26T06:20:56.0316186Z ++ 06:07:56 starting jit/backend/x86/test/test_zrpy_gc_boehm.py [40 started in total]
2026-08-26T06:20:56.0317538Z __ jit/backend/x86/test/test_virtualizable.py [37 done in total, somefailed=False]
2026-08-26T06:20:56.0318949Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-08-26T06:20:56.0319774Z ============================= test session starts ==============================
2026-08-26T06:20:56.0320689Z 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-26T06:20:56.0322298Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-08-26T06:20:56.0323373Z pytest-2.9.2 from /workspace/pytest.pyc
2026-08-26T06:20:56.0323896Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-08-26T06:20:56.0324419Z plugins: hypothesis-4.39.3
2026-08-26T06:20:56.0324816Z collected 37 items
2026-08-26T06:20:56.0325028Z
2026-08-26T06:20:56.0325395Z jit/backend/x86/test/test_virtualizable.py s...x................................
2026-08-26T06:20:56.0325931Z
2026-08-26T06:20:56.0326184Z =============== 35 passed, 1 skipped, 1 xfailed in 32.60 seconds ===============
2026-08-26T06:20:56.0326691Z ++ 06:08:01 starting jit/backend/x86/test/test_zrpy_releasegil.py [41 started in total]
2026-08-26T06:20:56.0327222Z __ jit/backend/x86/test/test_zmath.py [38 done in total, somefailed=False] ____
2026-08-26T06:20:56.0327733Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-08-26T06:20:56.0328174Z ============================= test session starts ==============================
2026-08-26T06:20:56.0328651Z 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-26T06:20:56.0329380Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-08-26T06:20:56.0329991Z pytest-2.9.2 from /workspace/pytest.pyc
2026-08-26T06:20:56.0330314Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-08-26T06:20:56.0330619Z plugins: hypothesis-4.39.3
2026-08-26T06:20:56.0330849Z collected 1 items
2026-08-26T06:20:56.0330966Z
2026-08-26T06:20:56.0331068Z jit/backend/x86/test/test_zmath.py .
2026-08-26T06:20:56.0331244Z
2026-08-26T06:20:56.0331387Z ========================== 1 passed in 26.82 seconds ===========================
2026-08-26T06:20:56.0332442Z ++ 06:08:16 starting jit/backend/x86/test/test_zrpy_vecopt.py [42 started in total]
2026-08-26T06:20:56.0332962Z __ jit/backend/x86/test/test_zrpy_vecopt.py [39 done in total, somefailed=False]
2026-08-26T06:20:56.0333508Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-08-26T06:20:56.0333946Z ============================= test session starts ==============================
2026-08-26T06:20:56.0334417Z 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-26T06:20:56.0335152Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-08-26T06:20:56.0335746Z pytest-2.9.2 from /workspace/pytest.pyc
2026-08-26T06:20:56.0336049Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-08-26T06:20:56.0336345Z plugins: hypothesis-4.39.3
2026-08-26T06:20:56.0336572Z collected 1 items
2026-08-26T06:20:56.0336693Z
2026-08-26T06:20:56.0336809Z jit/backend/x86/test/test_zrpy_vecopt.py .
2026-08-26T06:20:56.0336995Z
2026-08-26T06:20:56.0337137Z ========================== 1 passed in 123.33 seconds ==========================
2026-08-26T06:20:56.0337714Z ++ 06:10:26 starting jit/backend/x86/test/test_zrpy_vmprof.py [43 started in total]
2026-08-26T06:20:56.0338225Z __ jit/backend/x86/test/test_zrpy_gc_boehm.py [40 done in total, somefailed=False]
2026-08-26T06:20:56.0338737Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-08-26T06:20:56.0339169Z ============================= test session starts ==============================
2026-08-26T06:20:56.0339638Z 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-26T06:20:56.0340355Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-08-26T06:20:56.0340940Z pytest-2.9.2 from /workspace/pytest.pyc
2026-08-26T06:20:56.0341242Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-08-26T06:20:56.0341741Z plugins: hypothesis-4.39.3
2026-08-26T06:20:56.0342089Z collected 1 items
2026-08-26T06:20:56.0342212Z
2026-08-26T06:20:56.0342329Z jit/backend/x86/test/test_zrpy_gc_boehm.py .
2026-08-26T06:20:56.0342523Z
2026-08-26T06:20:56.0342662Z ========================== 1 passed in 307.46 seconds ==========================
2026-08-26T06:20:56.0343126Z ++ 06:13:07 starting jit/backend/x86/test/test_ztranslation_basic.py [44 started in total]
2026-08-26T06:20:56.0343667Z __ jit/backend/x86/test/test_zrpy_releasegil.py [41 done in total, somefailed=False]
2026-08-26T06:20:56.0344188Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-08-26T06:20:56.0344618Z ============================= test session starts ==============================
2026-08-26T06:20:56.0345076Z 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-26T06:20:56.0345784Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-08-26T06:20:56.0346379Z pytest-2.9.2 from /workspace/pytest.pyc
2026-08-26T06:20:56.0346678Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-08-26T06:20:56.0346973Z plugins: hypothesis-4.39.3
2026-08-26T06:20:56.0347199Z collected 3 items
2026-08-26T06:20:56.0347313Z
2026-08-26T06:20:56.0347430Z jit/backend/x86/test/test_zrpy_releasegil.py ...
2026-08-26T06:20:56.0347628Z
2026-08-26T06:20:56.0347767Z ========================== 3 passed in 446.10 seconds ==========================
2026-08-26T06:20:56.0348259Z ++ 06:15:36 starting jit/backend/x86/test/test_ztranslation_call_assembler.py [45 started in total]
2026-08-26T06:20:56.0348813Z __ jit/backend/x86/test/test_zrpy_gc.py [42 done in total, somefailed=False] __
2026-08-26T06:20:56.0349310Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-08-26T06:20:56.0349749Z ============================= test session starts ==============================
2026-08-26T06:20:56.0350346Z 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-26T06:20:56.0351065Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-08-26T06:20:56.0351876Z pytest-2.9.2 from /workspace/pytest.pyc
2026-08-26T06:20:56.0352169Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-08-26T06:20:56.0352459Z plugins: hypothesis-4.39.3
2026-08-26T06:20:56.0352686Z collected 19 items
2026-08-26T06:20:56.0352806Z
2026-08-26T06:20:56.0352937Z jit/backend/x86/test/test_zrpy_gc.py ...................
2026-08-26T06:20:56.0353160Z
2026-08-26T06:20:56.0353321Z ========================= 19 passed in 473.27 seconds ==========================
2026-08-26T06:20:56.0353840Z ++ 06:15:52 starting jit/backend/x86/test/test_ztranslation_external_exception.py [46 started in total]
2026-08-26T06:20:56.0354415Z __ jit/backend/x86/test/test_zrpy_vmprof.py [43 done in total, somefailed=False]
2026-08-26T06:20:56.0354933Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-08-26T06:20:56.0355372Z ============================= test session starts ==============================
2026-08-26T06:20:56.0355970Z 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-26T06:20:56.0356705Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-08-26T06:20:56.0357293Z pytest-2.9.2 from /workspace/pytest.pyc
2026-08-26T06:20:56.0357592Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-08-26T06:20:56.0357884Z plugins: hypothesis-4.39.3
2026-08-26T06:20:56.0358106Z collected 1 items
2026-08-26T06:20:56.0358221Z
2026-08-26T06:20:56.0358332Z jit/backend/x86/test/test_zrpy_vmprof.py .
2026-08-26T06:20:56.0358519Z
2026-08-26T06:20:56.0358661Z ========================== 1 passed in 411.55 seconds ==========================
2026-08-26T06:20:56.0359142Z ++ 06:17:25 starting jit/backend/x86/test/test_ztranslation_jit_stats.py [47 started in total]
2026-08-26T06:20:56.0359711Z __ jit/backend/x86/test/test_ztranslation_basic.py [44 done in total, somefailed=False]
2026-08-26T06:20:56.0360292Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-08-26T06:20:56.0360730Z ============================= test session starts ==============================
2026-08-26T06:20:56.0361187Z 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-26T06:20:56.0362227Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-08-26T06:20:56.0362815Z pytest-2.9.2 from /workspace/pytest.pyc
2026-08-26T06:20:56.0363109Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-08-26T06:20:56.0363397Z plugins: hypothesis-4.39.3
2026-08-26T06:20:56.0363618Z collected 1 items
2026-08-26T06:20:56.0363743Z
2026-08-26T06:20:56.0363858Z jit/backend/x86/test/test_ztranslation_basic.py .
2026-08-26T06:20:56.0364067Z
2026-08-26T06:20:56.0364205Z ========================== 1 passed in 313.09 seconds ==========================
2026-08-26T06:20:56.0364647Z ++ 06:18:25 starting jit/backend/x86/tool/test/test_viewcode.py [48 started in total]
2026-08-26T06:20:56.0365164Z __ jit/backend/x86/tool/test/test_viewcode.py [45 done in total, somefailed=False]
2026-08-26T06:20:56.0365678Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-08-26T06:20:56.0366110Z ============================= test session starts ==============================
2026-08-26T06:20:56.0366583Z 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-26T06:20:56.0367315Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-08-26T06:20:56.0367899Z pytest-2.9.2 from /workspace/pytest.pyc
2026-08-26T06:20:56.0368339Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-08-26T06:20:56.0368634Z plugins: hypothesis-4.39.3
2026-08-26T06:20:56.0368858Z collected 2 items
2026-08-26T06:20:56.0368971Z
2026-08-26T06:20:56.0369091Z jit/backend/x86/tool/test/test_viewcode.py ..
2026-08-26T06:20:56.0369289Z
2026-08-26T06:20:56.0369433Z =========================== 2 passed in 0.01 seconds ===========================
2026-08-26T06:20:56.0369941Z __ jit/backend/x86/test/test_ztranslation_call_assembler.py [46 done in total, somefailed=False]
2026-08-26T06:20:56.0370517Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-08-26T06:20:56.0370953Z ============================= test session starts ==============================
2026-08-26T06:20:56.0371421Z 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-26T06:20:56.0372425Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-08-26T06:20:56.0373018Z pytest-2.9.2 from /workspace/pytest.pyc
2026-08-26T06:20:56.0373317Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-08-26T06:20:56.0373611Z plugins: hypothesis-4.39.3
2026-08-26T06:20:56.0373834Z collected 1 items
2026-08-26T06:20:56.0374083Z
2026-08-26T06:20:56.0374236Z jit/backend/x86/test/test_ztranslation_call_assembler.py .
2026-08-26T06:20:56.0374475Z
2026-08-26T06:20:56.0374611Z ========================== 1 passed in 302.58 seconds ==========================
2026-08-26T06:20:56.0375136Z __ jit/backend/x86/test/test_ztranslation_external_exception.py [47 done in total, somefailed=False]
2026-08-26T06:21:31.4080527Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-08-26T06:21:31.4081446Z ============================= test session starts ==============================
2026-08-26T06:21:31.4082690Z 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-26T06:21:31.4084208Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-08-26T06:21:31.4085402Z pytest-2.9.2 from /workspace/pytest.pyc
2026-08-26T06:21:31.4085949Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-08-26T06:21:31.4086503Z plugins: hypothesis-4.39.3
2026-08-26T06:21:31.4086924Z collected 1 items
2026-08-26T06:21:31.4087136Z
2026-08-26T06:21:31.4087451Z jit/backend/x86/test/test_ztranslation_external_exception.py .
2026-08-26T06:21:31.4087926Z
2026-08-26T06:21:31.4088185Z ========================== 1 passed in 299.53 seconds ==========================
2026-08-26T06:21:31.4089122Z __ jit/backend/x86/test/test_ztranslation_jit_stats.py [48 done in total, somefailed=False]
2026-08-26T06:21:31.4090135Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-08-26T06:21:31.4090875Z ============================= test session starts ==============================
2026-08-26T06:21:31.4091845Z 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-26T06:21:31.4093095Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-08-26T06:21:31.4094140Z pytest-2.9.2 from /workspace/pytest.pyc
2026-08-26T06:21:31.4094662Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-08-26T06:21:31.4095170Z plugins: hypothesis-4.39.3
2026-08-26T06:21:31.4095549Z collected 2 items
2026-08-26T06:21:31.4095745Z
2026-08-26T06:21:31.4095973Z jit/backend/x86/test/test_ztranslation_jit_stats.py s.
2026-08-26T06:21:31.4096364Z
2026-08-26T06:21:31.4096663Z ==================== 1 passed, 1 skipped in 243.23 seconds =====================
Run actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
2026-08-26T06:21:31.7961202Z with:
2026-08-26T06:21:31.7961416Z name: jit-arch-testrun-log-linux32
2026-08-26T06:21:31.7962011Z path: testrun.log
testrun-output.log
2026-08-26T06:21:31.7962529Z if-no-files-found: warn
2026-08-26T06:21:31.7962761Z compression-level: 6
2026-08-26T06:21:31.7962977Z overwrite: false
2026-08-26T06:21:31.7963189Z include-hidden-files: false
2026-08-26T06:21:31.7963424Z archive: true
2026-08-26T06:21:31.9481263Z Multiple search paths detected. Calculating the least common ancestor of all paths
2026-08-26T06:21:31.9483432Z The least common ancestor is /home/runner/work/pypy/pypy. This will be the root directory of the artifact
2026-08-26T06:21:31.9484433Z With the provided path, there will be 2 files uploaded
2026-08-26T06:21:31.9485396Z Artifact name is valid!
2026-08-26T06:21:31.9485819Z Root directory input is valid!
2026-08-26T06:21:32.1562857Z Uploading artifact: jit-arch-testrun-log-linux32.zip
2026-08-26T06:21:32.1612623Z Beginning upload of artifact content to blob storage
2026-08-26T06:21:32.2407212Z Uploaded bytes 16692
2026-08-26T06:21:32.2527795Z Finished uploading artifact content to blob storage!
2026-08-26T06:21:32.2529183Z SHA256 digest of uploaded artifact is f4d8c2835efd263ae014f804bd411910f890739c1cc07d760c097ce127ecff3c
2026-08-26T06:21:32.2530161Z Finalizing artifact upload
2026-08-26T06:21:32.4654993Z Artifact jit-arch-testrun-log-linux32 successfully finalized. Artifact ID 9595444397
2026-08-26T06:21:32.4655813Z Artifact jit-arch-testrun-log-linux32 has been successfully uploaded! Final size is 16692 bytes. Artifact ID is 9595444397
2026-08-26T06:21:32.4656590Z Artifact download URL: https://github.com/pypy/pypy/actions/runs/32935667700/artifacts/9595444397
2026-08-26T06:21:32.5478420Z Post job cleanup.
2026-08-26T06:21:32.6450955Z [command]/usr/bin/git version
2026-08-26T06:21:32.6527314Z git version 2.55.0
2026-08-26T06:21:32.6573471Z Temporarily overriding HOME='/home/runner/work/_temp/aa4a3def-2f07-4a62-a7ac-f6ac1da41492' before making global git config changes
2026-08-26T06:21:32.6575051Z Adding repository directory to the temporary git global config as a safe directory
2026-08-26T06:21:32.6579345Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy
2026-08-26T06:21:32.6611421Z Removing SSH command configuration
2026-08-26T06:21:32.6618949Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-26T06:21:32.6657264Z [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-26T06:21:32.6926036Z Removing HTTP extra header
2026-08-26T06:21:32.6945663Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-26T06:21:32.6994328Z [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-26T06:21:32.7354525Z Removing includeIf entries pointing to credentials config files
2026-08-26T06:21:32.7372639Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-26T06:21:32.7408703Z includeif.gitdir:/home/runner/work/pypy/pypy/.git.path
2026-08-26T06:21:32.7410182Z includeif.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path
2026-08-26T06:21:32.7411816Z includeif.gitdir:/github/workspace/.git.path
2026-08-26T06:21:32.7413498Z includeif.gitdir:/github/workspace/.git/worktrees/*.path
2026-08-26T06:21:32.7418974Z [command]/usr/bin/git config --local --get-all includeif.gitdir:/home/runner/work/pypy/pypy/.git.path
2026-08-26T06:21:32.7455123Z /home/runner/work/_temp/git-credentials-42c5cbb6-b57f-432d-95c9-cff4ac5f6458.config
2026-08-26T06:21:32.7481818Z [command]/usr/bin/git config --local --unset includeif.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-42c5cbb6-b57f-432d-95c9-cff4ac5f6458.config
2026-08-26T06:21:32.7540443Z [command]/usr/bin/git config --local --get-all includeif.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path
2026-08-26T06:21:32.7565415Z /home/runner/work/_temp/git-credentials-42c5cbb6-b57f-432d-95c9-cff4ac5f6458.config
2026-08-26T06:21:32.7590302Z [command]/usr/bin/git config --local --unset includeif.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-42c5cbb6-b57f-432d-95c9-cff4ac5f6458.config
2026-08-26T06:21:32.7643792Z [command]/usr/bin/git config --local --get-all includeif.gitdir:/github/workspace/.git.path
2026-08-26T06:21:32.7668260Z /github/runner_temp/git-credentials-42c5cbb6-b57f-432d-95c9-cff4ac5f6458.config
2026-08-26T06:21:32.7679481Z [command]/usr/bin/git config --local --unset includeif.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-42c5cbb6-b57f-432d-95c9-cff4ac5f6458.config
2026-08-26T06:21:32.7718331Z [command]/usr/bin/git config --local --get-all includeif.gitdir:/github/workspace/.git/worktrees/*.path
2026-08-26T06:21:32.7745529Z /github/runner_temp/git-credentials-42c5cbb6-b57f-432d-95c9-cff4ac5f6458.config
2026-08-26T06:21:32.7755938Z [command]/usr/bin/git config --local --unset includeif.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-42c5cbb6-b57f-432d-95c9-cff4ac5f6458.config
2026-08-26T06:21:32.7797657Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-26T06:21:32.8055589Z Removing credentials config '/home/runner/work/_temp/git-credentials-42c5cbb6-b57f-432d-95c9-cff4ac5f6458.config'
2026-08-26T06:21:32.8218345Z Cleaning up orphan processes