timestamps 2026-08-02T14:09:08.9256990Z Current runner version: '2.336.0'
Runner Image Provisioner
2026-08-02T14:09:08.9292356Z Hosted Compute Agent
2026-08-02T14:09:08.9293164Z Version: 20260707.563
2026-08-02T14:09:08.9294037Z Commit: 02667638d2b423fbc733a8e32a88b44996a3ba6e
2026-08-02T14:09:08.9295138Z Build Date: 2026-07-07T19:33:50Z
2026-08-02T14:09:08.9296131Z Worker ID: {e4146229-d046-4967-be6b-92e81c429ac2}
2026-08-02T14:09:08.9297167Z Azure Region: westus
Operating System
2026-08-02T14:09:08.9301085Z Microsoft Windows Server 2025
2026-08-02T14:09:08.9301990Z 10.0.26100
2026-08-02T14:09:08.9303043Z Datacenter
Runner Image
2026-08-02T14:09:08.9305534Z Image: windows-2025-vs2026
2026-08-02T14:09:08.9306387Z Version: 20260728.188.1
2026-08-02T14:09:08.9308444Z Included Software: https://github.com/actions/runner-images/blob/win25-vs2026/20260728.188/images/windows/Windows2025-VS2026-Readme.md
2026-08-02T14:09:08.9311460Z Image Release: https://github.com/actions/runner-images/releases/tag/win25-vs2026%2F20260728.188
GITHUB_TOKEN Permissions
2026-08-02T14:09:08.9317223Z Contents: read
2026-08-02T14:09:08.9318038Z Metadata: read
2026-08-02T14:09:08.9321765Z Secret source: Actions
2026-08-02T14:09:08.9323236Z Prepare workflow directory
2026-08-02T14:09:08.9773843Z Prepare all required actions
2026-08-02T14:09:08.9821658Z Getting action download info
2026-08-02T14:09:09.3364385Z Download action repository 'actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd' (SHA:de0fac2e4500dabe0009e67214ff5f5447ce83dd)
2026-08-02T14:09:09.4643957Z Download action repository 'actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405' (SHA:a309ff8b426b58ec0e2a45f0f869d46889d02405)
2026-08-02T14:09:09.6035096Z Download action repository 'actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a' (SHA:043fb46d1a93c77aae656e7c1c64a875d1fc6a0a)
2026-08-02T14:09:09.8497776Z Complete job name: jit-arch (win64)
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2026-08-02T14:09:09.9961469Z with:
2026-08-02T14:09:09.9962014Z repository: pypy/pypy
2026-08-02T14:09:09.9966867Z token: ***
2026-08-02T14:09:09.9967315Z ssh-strict: true
2026-08-02T14:09:09.9967765Z ssh-user: git
2026-08-02T14:09:09.9968216Z persist-credentials: true
2026-08-02T14:09:09.9968721Z clean: true
2026-08-02T14:09:09.9969160Z sparse-checkout-cone-mode: true
2026-08-02T14:09:09.9969715Z fetch-depth: 1
2026-08-02T14:09:09.9970144Z fetch-tags: false
2026-08-02T14:09:09.9970605Z show-progress: true
2026-08-02T14:09:09.9971059Z lfs: false
2026-08-02T14:09:09.9971520Z submodules: false
2026-08-02T14:09:09.9971992Z set-safe-directory: true
2026-08-02T14:09:10.1763854Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-02T14:09:10.1877647Z Working directory is 'D:\a\pypy\pypy'
2026-08-02T14:09:10.2606967Z [command]"C:\Program Files\Git\bin\git.exe" version
2026-08-02T14:09:10.4566418Z git version 2.55.0.windows.3
2026-08-02T14:09:10.4640592Z Temporarily overriding HOME='D:\a\_temp\7aca921a-af53-4321-b7f3-2d41bd9a0f86' before making global git config changes
2026-08-02T14:09:10.4643209Z Adding repository directory to the temporary git global config as a safe directory
2026-08-02T14:09:10.4653377Z [command]"C:\Program Files\Git\bin\git.exe" config --global --add safe.directory D:\a\pypy\pypy
2026-08-02T14:09:10.4951992Z Deleting the contents of 'D:\a\pypy\pypy'
Initializing the repository
2026-08-02T14:09:10.4968503Z [command]"C:\Program Files\Git\bin\git.exe" init D:\a\pypy\pypy
2026-08-02T14:09:10.5424955Z Initialized empty Git repository in D:/a/pypy/pypy/.git/
2026-08-02T14:09:10.5468185Z [command]"C:\Program Files\Git\bin\git.exe" remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-02T14:09:10.5787467Z [command]"C:\Program Files\Git\bin\git.exe" config --local gc.auto 0
Setting up auth
2026-08-02T14:09:10.6110374Z Removing SSH command configuration
2026-08-02T14:09:10.6112213Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-08-02T14:09:10.6534556Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-08-02T14:09:11.6325245Z Removing HTTP extra header
2026-08-02T14:09:11.6336025Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-02T14:09:11.6738835Z [command]"C:\Program Files\Git\bin\git.exe" 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-02T14:09:12.2508152Z Removing includeIf entries pointing to credentials config files
2026-08-02T14:09:12.2518850Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-02T14:09:12.2826346Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-08-02T14:09:12.8333987Z [command]"C:\Program Files\Git\bin\git.exe" config --file D:\a\_temp\git-credentials-a5ca05da-cfe6-4e92-9df3-9dac422645b9.config http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-08-02T14:09:12.8655866Z [command]"C:\Program Files\Git\bin\git.exe" config --local includeIf.gitdir:D:/a/pypy/pypy/.git.path D:\a\_temp\git-credentials-a5ca05da-cfe6-4e92-9df3-9dac422645b9.config
2026-08-02T14:09:12.8983621Z [command]"C:\Program Files\Git\bin\git.exe" config --local includeIf.gitdir:D:/a/pypy/pypy/.git/worktrees/*.path D:\a\_temp\git-credentials-a5ca05da-cfe6-4e92-9df3-9dac422645b9.config
2026-08-02T14:09:12.9319631Z [command]"C:\Program Files\Git\bin\git.exe" config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-a5ca05da-cfe6-4e92-9df3-9dac422645b9.config
2026-08-02T14:09:12.9714596Z [command]"C:\Program Files\Git\bin\git.exe" config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-a5ca05da-cfe6-4e92-9df3-9dac422645b9.config
Fetching the repository
2026-08-02T14:09:13.0058265Z [command]"C:\Program Files\Git\bin\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +a2f7356d28f19f023e46e58443ec5988fd525899:refs/remotes/origin/main
2026-08-02T14:09:16.2839272Z From https://github.com/pypy/pypy
2026-08-02T14:09:16.2840236Z * [new ref] a2f7356d28f19f023e46e58443ec5988fd525899 -> origin/main
2026-08-02T14:09:16.2898091Z [command]"C:\Program Files\Git\bin\git.exe" branch --list --remote origin/main
2026-08-02T14:09:16.3189267Z origin/main
2026-08-02T14:09:16.3231495Z [command]"C:\Program Files\Git\bin\git.exe" rev-parse refs/remotes/origin/main
2026-08-02T14:09:16.3544330Z a2f7356d28f19f023e46e58443ec5988fd525899
Determining the checkout info
2026-08-02T14:09:16.3587272Z [command]"C:\Program Files\Git\bin\git.exe" sparse-checkout disable
2026-08-02T14:09:16.3947147Z [command]"C:\Program Files\Git\bin\git.exe" config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-02T14:09:16.4263026Z [command]"C:\Program Files\Git\bin\git.exe" checkout --progress --force -B main refs/remotes/origin/main
2026-08-02T14:09:17.4975994Z Updating files: 54% (3267/6014)
2026-08-02T14:09:17.5186616Z Updating files: 55% (3308/6014)
2026-08-02T14:09:17.5359195Z Updating files: 56% (3368/6014)
2026-08-02T14:09:17.5504045Z Updating files: 57% (3428/6014)
2026-08-02T14:09:17.5666227Z Updating files: 58% (3489/6014)
2026-08-02T14:09:17.5791670Z Updating files: 59% (3549/6014)
2026-08-02T14:09:17.5942970Z Updating files: 60% (3609/6014)
2026-08-02T14:09:17.6111489Z Updating files: 61% (3669/6014)
2026-08-02T14:09:17.6259827Z Updating files: 62% (3729/6014)
2026-08-02T14:09:17.6421265Z Updating files: 63% (3789/6014)
2026-08-02T14:09:17.6595973Z Updating files: 64% (3849/6014)
2026-08-02T14:09:17.6735783Z Updating files: 65% (3910/6014)
2026-08-02T14:09:17.6872757Z Updating files: 66% (3970/6014)
2026-08-02T14:09:17.7030348Z Updating files: 67% (4030/6014)
2026-08-02T14:09:17.7205437Z Updating files: 68% (4090/6014)
2026-08-02T14:09:17.7371156Z Updating files: 69% (4150/6014)
2026-08-02T14:09:17.7604479Z Updating files: 70% (4210/6014)
2026-08-02T14:09:17.7761707Z Updating files: 71% (4270/6014)
2026-08-02T14:09:17.7938530Z Updating files: 72% (4331/6014)
2026-08-02T14:09:17.8080239Z Updating files: 73% (4391/6014)
2026-08-02T14:09:17.8210301Z Updating files: 74% (4451/6014)
2026-08-02T14:09:17.8369317Z Updating files: 75% (4511/6014)
2026-08-02T14:09:17.8506907Z Updating files: 76% (4571/6014)
2026-08-02T14:09:17.8676705Z Updating files: 77% (4631/6014)
2026-08-02T14:09:17.8866829Z Updating files: 78% (4691/6014)
2026-08-02T14:09:17.9028867Z Updating files: 79% (4752/6014)
2026-08-02T14:09:17.9203646Z Updating files: 80% (4812/6014)
2026-08-02T14:09:17.9414820Z Updating files: 81% (4872/6014)
2026-08-02T14:09:17.9590071Z Updating files: 82% (4932/6014)
2026-08-02T14:09:17.9747032Z Updating files: 83% (4992/6014)
2026-08-02T14:09:17.9934251Z Updating files: 84% (5052/6014)
2026-08-02T14:09:18.0103221Z Updating files: 85% (5112/6014)
2026-08-02T14:09:18.0278788Z Updating files: 86% (5173/6014)
2026-08-02T14:09:18.0460517Z Updating files: 87% (5233/6014)
2026-08-02T14:09:18.0648261Z Updating files: 88% (5293/6014)
2026-08-02T14:09:18.0801839Z Updating files: 89% (5353/6014)
2026-08-02T14:09:18.1045372Z Updating files: 90% (5413/6014)
2026-08-02T14:09:18.2154398Z Updating files: 91% (5473/6014)
2026-08-02T14:09:18.2838398Z Updating files: 92% (5533/6014)
2026-08-02T14:09:18.3006289Z Updating files: 93% (5594/6014)
2026-08-02T14:09:18.3145604Z Updating files: 94% (5654/6014)
2026-08-02T14:09:18.3290792Z Updating files: 95% (5714/6014)
2026-08-02T14:09:18.3433738Z Updating files: 96% (5774/6014)
2026-08-02T14:09:18.3589133Z Updating files: 97% (5834/6014)
2026-08-02T14:09:18.3725248Z Updating files: 98% (5894/6014)
2026-08-02T14:09:18.3878258Z Updating files: 99% (5954/6014)
2026-08-02T14:09:18.3881940Z Updating files: 100% (6014/6014)
2026-08-02T14:09:18.3882728Z Updating files: 100% (6014/6014), done.
2026-08-02T14:09:18.4135325Z Switched to a new branch 'main'
2026-08-02T14:09:18.4157456Z branch 'main' set up to track 'origin/main'.
2026-08-02T14:09:18.4671410Z [command]"C:\Program Files\Git\bin\git.exe" log -1 --format=%H
2026-08-02T14:09:18.4952163Z a2f7356d28f19f023e46e58443ec5988fd525899
Run actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
2026-08-02T14:09:18.5442329Z with:
2026-08-02T14:09:18.5497188Z python-version: pypy2.7-7.3.22
2026-08-02T14:09:18.5497564Z check-latest: false
2026-08-02T14:09:18.5501539Z token: ***
2026-08-02T14:09:18.5501878Z update-environment: true
2026-08-02T14:09:18.5502245Z allow-prereleases: false
2026-08-02T14:09:18.5502584Z freethreaded: false
Installed versions
2026-08-02T14:09:18.8618474Z PyPy version 2.7 (7.3.22) was not found in the local cache
2026-08-02T14:09:18.9614903Z Downloading PyPy from "https://downloads.python.org/pypy/pypy2.7-v7.3.22-win64.zip" ...
2026-08-02T14:09:20.5805995Z Extracting downloaded archive...
2026-08-02T14:09:20.7036123Z [command]"C:\Program Files\PowerShell\7\pwsh.exe" -NoLogo -NoProfile -NonInteractive -ExecutionPolicy Unrestricted -Command "$ErrorActionPreference = 'Stop' ; try { Add-Type -AssemblyName System.IO.Compression.ZipFile } catch { } ; try { [System.IO.Compression.ZipFile]::ExtractToDirectory('D:\a\_temp\pypy2.7-v7.3.22-win64.zip', 'D:\a\_temp\8e6b6084-8e01-404d-9163-ce7537f5544c', $true) } catch { if (($_.Exception.GetType().FullName -eq 'System.Management.Automation.MethodException') -or ($_.Exception.GetType().FullName -eq 'System.Management.Automation.RuntimeException') ){ Expand-Archive -LiteralPath 'D:\a\_temp\pypy2.7-v7.3.22-win64.zip' -DestinationPath 'D:\a\_temp\8e6b6084-8e01-404d-9163-ce7537f5544c' -Force } else { throw $_ } } ;"
2026-08-02T14:09:27.4254882Z Creating symlinks...
2026-08-02T14:09:27.4258920Z Installing and updating pip
2026-08-02T14:09:27.4285006Z [command]C:\hostedtoolcache\windows\PyPy\2.7.18\x64\python.exe -m ensurepip
2026-08-02T14:09:29.2959838Z DEPRECATION: A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
2026-08-02T14:09:29.3158068Z Looking in links: c:\users\runner~1\appdata\local\temp\tmp8efbgq
2026-08-02T14:09:29.5781875Z Processing c:\users\runner~1\appdata\local\temp\tmp8efbgq\setuptools-44.0.0-py2.py3-none-any.whl
2026-08-02T14:09:29.8068847Z Processing c:\users\runner~1\appdata\local\temp\tmp8efbgq\pip-20.0.2-py2.py3-none-any.whl
2026-08-02T14:09:30.2476668Z Installing collected packages: setuptools, pip
2026-08-02T14:09:34.9228659Z Successfully installed pip-20.0.2 setuptools-44.0.0
2026-08-02T14:09:35.1010644Z [command]C:\hostedtoolcache\windows\PyPy\2.7.18\x64\python.exe -m pip install --ignore-installed pip
2026-08-02T14:09:35.8117796Z DEPRECATION: A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
2026-08-02T14:09:36.2857409Z Collecting pip
2026-08-02T14:09:36.4332191Z Downloading pip-20.3.4-py2.py3-none-any.whl (1.5 MB)
2026-08-02T14:09:37.1590016Z Installing collected packages: pip
2026-08-02T14:09:40.5502313Z WARNING: The scripts pip.exe, pip2.7.exe and pip2.exe are installed in 'C:\hostedtoolcache\windows\PyPy\2.7.18\x64\Scripts' which is not on PATH.
2026-08-02T14:09:40.5503775Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
2026-08-02T14:09:41.0068440Z Successfully installed pip-20.3.4
2026-08-02T14:09:41.5653108Z Successfully set up PyPy 7.3.22 with Python (2.7.18)
Run pypy -m pip install hypothesis==4.39.3
2026-08-02T14:09:41.6017947Z pypy -m pip install hypothesis==4.39.3
2026-08-02T14:09:41.6157109Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-08-02T14:09:41.6157661Z env:
2026-08-02T14:09:41.6157917Z pythonLocation: C:\hostedtoolcache\windows\PyPy\2.7.18\x64
2026-08-02T14:09:41.6158302Z Python_ROOT_DIR: C:\hostedtoolcache\windows\PyPy\2.7.18\x64
2026-08-02T14:09:41.6158695Z Python2_ROOT_DIR: C:\hostedtoolcache\windows\PyPy\2.7.18\x64
2026-08-02T14:09:41.6159064Z Python3_ROOT_DIR: C:\hostedtoolcache\windows\PyPy\2.7.18\x64
2026-08-02T14:09:41.6159484Z PKG_CONFIG_PATH: C:\hostedtoolcache\windows\PyPy\2.7.18\x64/lib/pkgconfig
2026-08-02T14:09:42.8134104Z DEPRECATION: pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.
2026-08-02T14:09:44.6911054Z Collecting hypothesis==4.39.3
2026-08-02T14:09:44.7135258Z Downloading hypothesis-4.39.3.tar.gz (213 kB)
2026-08-02T14:09:45.5159278Z Collecting attrs>=19.2.0
2026-08-02T14:09:45.5228887Z Downloading attrs-21.4.0-py2.py3-none-any.whl (60 kB)
2026-08-02T14:09:45.6993009Z Collecting enum34
2026-08-02T14:09:45.7085938Z Downloading enum34-1.1.10-py2-none-any.whl (11 kB)
2026-08-02T14:09:45.7293568Z Using legacy 'setup.py install' for hypothesis, since package 'wheel' is not installed.
2026-08-02T14:09:45.8400283Z Installing collected packages: attrs, enum34, hypothesis
2026-08-02T14:09:45.9964509Z Running setup.py install for hypothesis: started
2026-08-02T14:09:47.7369550Z Running setup.py install for hypothesis: finished with status 'done'
2026-08-02T14:09:47.7848150Z Successfully installed attrs-21.4.0 enum34-1.1.10 hypothesis-4.39.3
Run pypy get_externals.py
2026-08-02T14:09:48.0159394Z pypy get_externals.py
2026-08-02T14:09:48.0238611Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-08-02T14:09:48.0238936Z env:
2026-08-02T14:09:48.0239174Z pythonLocation: C:\hostedtoolcache\windows\PyPy\2.7.18\x64
2026-08-02T14:09:48.0239543Z Python_ROOT_DIR: C:\hostedtoolcache\windows\PyPy\2.7.18\x64
2026-08-02T14:09:48.0239904Z Python2_ROOT_DIR: C:\hostedtoolcache\windows\PyPy\2.7.18\x64
2026-08-02T14:09:48.0240280Z Python3_ROOT_DIR: C:\hostedtoolcache\windows\PyPy\2.7.18\x64
2026-08-02T14:09:48.0240688Z PKG_CONFIG_PATH: C:\hostedtoolcache\windows\PyPy\2.7.18\x64/lib/pkgconfig
2026-08-02T14:09:48.0241033Z PYTHONPATH: .
2026-08-02T14:09:48.7537191Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-02T14:09:48.9108862Z Cloning into 'D:\a\pypy\pypy\externals'...
2026-08-02T14:09:51.4955469Z Switched to a new branch 'win64_14x'
2026-08-02T14:09:51.4976314Z branch 'win64_14x' set up to track 'origin/win64_14x'.
Run echo "parallel_runs=4" > machine_cfg.py
2026-08-02T14:09:51.6465798Z echo "parallel_runs=4" > machine_cfg.py
2026-08-02T14:09:51.6485622Z shell: C:\Program Files\Git\bin\bash.EXE --noprofile --norc -e -o pipefail {0}
2026-08-02T14:09:51.6486008Z env:
2026-08-02T14:09:51.6486252Z pythonLocation: C:\hostedtoolcache\windows\PyPy\2.7.18\x64
2026-08-02T14:09:51.6486954Z Python_ROOT_DIR: C:\hostedtoolcache\windows\PyPy\2.7.18\x64
2026-08-02T14:09:51.6487405Z Python2_ROOT_DIR: C:\hostedtoolcache\windows\PyPy\2.7.18\x64
2026-08-02T14:09:51.6487771Z Python3_ROOT_DIR: C:\hostedtoolcache\windows\PyPy\2.7.18\x64
2026-08-02T14:09:51.6488174Z PKG_CONFIG_PATH: C:\hostedtoolcache\windows\PyPy\2.7.18\x64/lib/pkgconfig
Run set -o pipefail
2026-08-02T14:09:51.7272063Z set -o pipefail
2026-08-02T14:09:51.7272285Z case "$SUITE" in
2026-08-02T14:09:51.7272482Z rlib)
2026-08-02T14:09:51.7272670Z PYPYCHERRYPICK="rlib" ;;
2026-08-02T14:09:51.7272908Z translator)
2026-08-02T14:09:51.7273132Z PYPYCHERRYPICK="translator" ;;
2026-08-02T14:09:51.7273378Z misc)
2026-08-02T14:09:51.7273546Z case "$ARCH" in
2026-08-02T14:09:51.7273873Z win64) PYPYCHERRYPICK="annotator:config:flowspace:tool:memory" ;;
2026-08-02T14:09:51.7274361Z *) PYPYCHERRYPICK="annotator:config:flowspace:tool:rtyper:memory" ;;
2026-08-02T14:09:51.7274732Z esac ;;
2026-08-02T14:09:51.7274910Z jit-arch)
2026-08-02T14:09:51.7275085Z case "$ARCH" in
2026-08-02T14:09:51.7275385Z arm64) PYPYCHERRYPICK="jit/backend/aarch64" ;;
2026-08-02T14:09:51.7276972Z *) PYPYCHERRYPICK="jit/backend/x86" ;;
2026-08-02T14:09:51.7277248Z esac ;;
2026-08-02T14:09:51.7277427Z jit-other)
2026-08-02T14:09:51.7277613Z case "$ARCH" in
2026-08-02T14:09:51.7278496Z 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-02T14:09:51.7280095Z *) 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-02T14:09:51.7281022Z esac ;;
2026-08-02T14:09:51.7281208Z esac
2026-08-02T14:09:51.7281531Z export PYPYCHERRYPICK
2026-08-02T14:09:51.7281787Z if [ -n "$CONTAINER" ]; then
2026-08-02T14:09:51.7282022Z docker run --rm \
2026-08-02T14:09:51.7282287Z -v "$GITHUB_WORKSPACE:/workspace" \
2026-08-02T14:09:51.7282554Z -w /workspace \
2026-08-02T14:09:51.7282764Z -e PYPYCHERRYPICK \
2026-08-02T14:09:51.7282989Z -e PYTHONPATH \
2026-08-02T14:09:51.7283187Z "$CONTAINER" \
2026-08-02T14:09:51.7283403Z pypy testrunner/runner.py \
2026-08-02T14:09:51.7283682Z --config=pypy/testrunner_cfg.py \
2026-08-02T14:09:51.7283949Z --config=machine_cfg.py \
2026-08-02T14:09:51.7284186Z --root=rpython \
2026-08-02T14:09:51.7284392Z --timeout=1759 \
2026-08-02T14:09:51.7284603Z --logfile=testrun.log \
2026-08-02T14:09:51.7284859Z 2>&1 | tee testrun-output.log
2026-08-02T14:09:51.7285095Z else
2026-08-02T14:09:51.7285271Z pypy testrunner/runner.py \
2026-08-02T14:09:51.7285531Z --config=pypy/testrunner_cfg.py \
2026-08-02T14:09:51.7285789Z --config=machine_cfg.py \
2026-08-02T14:09:51.7286014Z --root=rpython \
2026-08-02T14:09:51.7286217Z --timeout=1759 \
2026-08-02T14:09:51.7286420Z --logfile=testrun.log \
2026-08-02T14:09:51.7286651Z 2>&1 | tee testrun-output.log
2026-08-02T14:09:51.7286870Z fi
2026-08-02T14:09:51.7302618Z shell: C:\Program Files\Git\bin\bash.EXE --noprofile --norc -e -o pipefail {0}
2026-08-02T14:09:51.7302988Z env:
2026-08-02T14:09:51.7303233Z pythonLocation: C:\hostedtoolcache\windows\PyPy\2.7.18\x64
2026-08-02T14:09:51.7303609Z Python_ROOT_DIR: C:\hostedtoolcache\windows\PyPy\2.7.18\x64
2026-08-02T14:09:51.7303977Z Python2_ROOT_DIR: C:\hostedtoolcache\windows\PyPy\2.7.18\x64
2026-08-02T14:09:51.7304345Z Python3_ROOT_DIR: C:\hostedtoolcache\windows\PyPy\2.7.18\x64
2026-08-02T14:09:51.7306750Z PKG_CONFIG_PATH: C:\hostedtoolcache\windows\PyPy\2.7.18\x64/lib/pkgconfig
2026-08-02T14:09:51.7307198Z SUITE: jit-arch
2026-08-02T14:09:51.7307375Z ARCH: win64
2026-08-02T14:09:51.7307530Z CONTAINER:
2026-08-02T14:09:51.7307687Z PYTHONPATH: .
2026-08-02T14:09:51.7307863Z PYPY_LOCALBASE:
2026-08-02T14:09:51.9835736Z using config pypy/testrunner_cfg.py
2026-08-02T14:09:52.0430855Z using config machine_cfg.py
2026-08-02T14:09:52.0733644Z running 4 parallel test workers
2026-08-02T14:09:52.1429035Z setting MAKEFLAGS to ' ' (space)
2026-08-02T14:09:52.1430008Z -- jit/backend/x86/test/test_assembler.py
2026-08-02T14:09:52.1510250Z -- jit/backend/x86/test/test_basic.py
2026-08-02T14:09:52.1674555Z -- jit/backend/x86/test/test_call.py
2026-08-02T14:09:52.1850324Z -- jit/backend/x86/test/test_callbuilder.py
2026-08-02T14:09:52.2086524Z -- jit/backend/x86/test/test_calling_convention.py
2026-08-02T14:09:52.2172427Z -- jit/backend/x86/test/test_del.py
2026-08-02T14:09:52.2225360Z -- jit/backend/x86/test/test_dict.py
2026-08-02T14:09:52.2423853Z -- jit/backend/x86/test/test_exception.py
2026-08-02T14:09:52.2622055Z -- jit/backend/x86/test/test_fficall.py
2026-08-02T14:09:52.2707923Z -- jit/backend/x86/test/test_float.py
2026-08-02T14:09:52.2781057Z -- jit/backend/x86/test/test_jitlog.py
2026-08-02T14:09:52.3019720Z -- jit/backend/x86/test/test_jump.py
2026-08-02T14:09:52.3124306Z -- jit/backend/x86/test/test_list.py
2026-08-02T14:09:52.3412012Z -- jit/backend/x86/test/test_llop.py
2026-08-02T14:09:52.3615249Z -- jit/backend/x86/test/test_longlong.py
2026-08-02T14:09:52.3873111Z -- jit/backend/x86/test/test_loop_unroll.py
2026-08-02T14:09:52.4748581Z -- jit/backend/x86/test/test_quasiimmut.py
2026-08-02T14:09:52.5286110Z -- jit/backend/x86/test/test_rawmem.py
2026-08-02T14:09:52.5365520Z -- jit/backend/x86/test/test_recursive.py
2026-08-02T14:09:52.5579253Z -- jit/backend/x86/test/test_regalloc.py
2026-08-02T14:09:52.5662112Z -- jit/backend/x86/test/test_regloc.py
2026-08-02T14:09:52.5723763Z -- jit/backend/x86/test/test_runner.py
2026-08-02T14:09:52.5753433Z -- jit/backend/x86/test/test_rvmprof.py
2026-08-02T14:09:52.5763259Z -- jit/backend/x86/test/test_rx86.py
2026-08-02T14:09:52.5794658Z -- jit/backend/x86/test/test_rx86_32_auto_encoding.py
2026-08-02T14:09:52.5836506Z -- jit/backend/x86/test/test_rx86_64_auto_encoding.py
2026-08-02T14:09:52.6076717Z -- jit/backend/x86/test/test_send.py
2026-08-02T14:09:52.6162137Z -- jit/backend/x86/test/test_slist.py
2026-08-02T14:09:52.6165022Z -- jit/backend/x86/test/test_string.py
2026-08-02T14:09:52.6416458Z -- jit/backend/x86/test/test_symbolic_x86.py
2026-08-02T14:09:52.6508772Z -- jit/backend/x86/test/test_tl.py
2026-08-02T14:09:52.6789649Z -- jit/backend/x86/test/test_tlc.py
2026-08-02T14:09:52.6816275Z -- jit/backend/x86/test/test_tracelimit.py
2026-08-02T14:09:52.6881234Z -- jit/backend/x86/test/test_virtual.py
2026-08-02T14:09:52.7145793Z -- jit/backend/x86/test/test_virtualizable.py
2026-08-02T14:09:52.7504418Z -- jit/backend/x86/test/test_virtualref.py
2026-08-02T14:09:52.7702879Z -- jit/backend/x86/test/test_x86vector.py
2026-08-02T14:09:52.7808896Z -- jit/backend/x86/test/test_zmath.py
2026-08-02T14:09:52.8035453Z -- jit/backend/x86/test/test_zrpy_gc.py
2026-08-02T14:09:52.8398589Z -- jit/backend/x86/test/test_zrpy_gc_boehm.py
2026-08-02T14:09:52.8735874Z -- jit/backend/x86/test/test_zrpy_releasegil.py
2026-08-02T14:09:52.8899318Z -- jit/backend/x86/test/test_zrpy_vecopt.py
2026-08-02T14:09:52.9205847Z -- jit/backend/x86/test/test_zrpy_vmprof.py
2026-08-02T14:09:52.9558083Z -- jit/backend/x86/test/test_ztranslation_basic.py
2026-08-02T14:09:52.9718886Z -- jit/backend/x86/test/test_ztranslation_call_assembler.py
2026-08-02T14:09:52.9789838Z -- jit/backend/x86/test/test_ztranslation_external_exception.py
2026-08-02T14:09:53.0092955Z -- jit/backend/x86/test/test_ztranslation_jit_stats.py
2026-08-02T14:09:53.0433394Z -- jit/backend/x86/tool/test/test_viewcode.py
2026-08-02T14:09:53.0622304Z -- total: 48 to run
2026-08-02T14:09:53.0866913Z ++ 14:09:52 starting jit/backend/x86/test/test_assembler.py [1 started in total]
2026-08-02T14:09:53.1300476Z ++ 14:09:52 starting jit/backend/x86/test/test_basic.py [2 started in total]
2026-08-02T14:09:53.1648009Z ++ 14:09:52 starting jit/backend/x86/test/test_call.py [3 started in total]
2026-08-02T14:10:30.1532498Z ++ 14:09:52 starting jit/backend/x86/test/test_callbuilder.py [4 started in total]
2026-08-02T14:10:30.1721293Z __ jit/backend/x86/test/test_callbuilder.py [1 done in total, somefailed=False]
2026-08-02T14:10:30.1918825Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-02T14:10:30.2217303Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-02T14:10:30.2350777Z ============================= test session starts =============================
2026-08-02T14:10:30.2551323Z platform win32 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-08-02T14:10:30.2596904Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-02T14:10:30.2710120Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-02T14:10:30.2929816Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-02T14:10:30.2994299Z plugins: hypothesis-4.39.3
2026-08-02T14:10:30.3057461Z collected 2 items
2026-08-02T14:10:30.3250620Z
2026-08-02T14:10:30.3309248Z jit\backend\x86\test\test_callbuilder.py ..
2026-08-02T14:10:30.3333756Z
2026-08-02T14:10:30.3373618Z ========================== 2 passed in 4.34 seconds ===========================
2026-08-02T14:10:36.4335006Z ++ 14:10:30 starting jit/backend/x86/test/test_calling_convention.py [5 started in total]
2026-08-02T14:10:36.4629305Z __ jit/backend/x86/test/test_assembler.py [2 done in total, somefailed=False] _
2026-08-02T14:10:36.4630351Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-02T14:10:36.4947834Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-02T14:10:36.5247210Z ============================= test session starts =============================
2026-08-02T14:10:36.5304252Z platform win32 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-08-02T14:10:36.5751989Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-02T14:10:36.5948389Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.py
2026-08-02T14:10:36.6086106Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-02T14:10:36.6117211Z plugins: hypothesis-4.39.3
2026-08-02T14:10:36.6419818Z collected 3 items
2026-08-02T14:10:36.6597141Z
2026-08-02T14:10:36.6761728Z jit\backend\x86\test\test_assembler.py ...
2026-08-02T14:10:36.6918045Z
2026-08-02T14:10:36.6971575Z ========================== 3 passed in 9.11 seconds ===========================
2026-08-02T14:10:53.8094084Z ++ 14:10:36 starting jit/backend/x86/test/test_del.py [6 started in total]
2026-08-02T14:10:53.8129291Z __ jit/backend/x86/test/test_del.py [3 done in total, somefailed=False] _______
2026-08-02T14:10:53.8130119Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-02T14:10:53.8187382Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-02T14:10:53.8466455Z ============================= test session starts =============================
2026-08-02T14:10:53.8605904Z platform win32 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-08-02T14:10:53.8904814Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-02T14:10:53.9112047Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-02T14:10:53.9240940Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-02T14:10:53.9261031Z plugins: hypothesis-4.39.3
2026-08-02T14:10:53.9538039Z collected 3 items
2026-08-02T14:10:53.9855834Z
2026-08-02T14:10:53.9896442Z jit\backend\x86\test\test_del.py ...
2026-08-02T14:10:54.0192707Z
2026-08-02T14:10:54.0497319Z ========================== 3 passed in 9.83 seconds ===========================
2026-08-02T14:10:58.0105820Z ++ 14:10:53 starting jit/backend/x86/test/test_dict.py [7 started in total]
2026-08-02T14:10:58.0262731Z __ jit/backend/x86/test/test_call.py [4 done in total, somefailed=False] ______
2026-08-02T14:10:58.0419650Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-02T14:10:58.0643023Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-02T14:10:58.0791470Z ============================= test session starts =============================
2026-08-02T14:10:58.0827305Z platform win32 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-08-02T14:10:58.0968074Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-02T14:10:58.1126446Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-02T14:10:58.1147015Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-02T14:10:58.1388487Z plugins: hypothesis-4.39.3
2026-08-02T14:10:58.1632714Z collected 16 items
2026-08-02T14:10:58.1959225Z
2026-08-02T14:10:58.1979673Z jit\backend\x86\test\test_call.py ................
2026-08-02T14:10:58.2277526Z
2026-08-02T14:10:58.2595577Z ========================= 16 passed in 30.28 seconds ==========================
2026-08-02T14:11:56.7928934Z ++ 14:10:58 starting jit/backend/x86/test/test_exception.py [8 started in total]
2026-08-02T14:11:56.8057744Z __ jit/backend/x86/test/test_exception.py [5 done in total, somefailed=False] _
2026-08-02T14:11:56.8275671Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-02T14:11:56.8381098Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-02T14:11:56.8612249Z ============================= test session starts =============================
2026-08-02T14:11:56.8775757Z platform win32 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-08-02T14:11:56.9062345Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-02T14:11:56.9281394Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-02T14:11:56.9413416Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-02T14:11:56.9765392Z plugins: hypothesis-4.39.3
2026-08-02T14:11:56.9920704Z collected 32 items
2026-08-02T14:11:57.0090357Z
2026-08-02T14:11:57.0098054Z jit\backend\x86\test\test_exception.py s...............................
2026-08-02T14:11:57.0256835Z
2026-08-02T14:11:57.0311466Z ==================== 31 passed, 1 skipped in 51.61 seconds ====================
2026-08-02T14:12:05.0262790Z ++ 14:11:56 starting jit/backend/x86/test/test_fficall.py [9 started in total]
2026-08-02T14:12:05.0595536Z __ jit/backend/x86/test/test_calling_convention.py [6 done in total, somefailed=False]
2026-08-02T14:12:05.0596508Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-02T14:12:05.0924826Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-02T14:12:05.1244011Z ============================= test session starts =============================
2026-08-02T14:12:05.1438945Z platform win32 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-08-02T14:12:05.1657500Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-02T14:12:05.1883221Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-02T14:12:05.2042792Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-02T14:12:05.2303790Z plugins: hypothesis-4.39.3
2026-08-02T14:12:05.2537040Z collected 7 items
2026-08-02T14:12:05.2697183Z
2026-08-02T14:12:05.2962044Z jit\backend\x86\test\test_calling_convention.py .......
2026-08-02T14:12:05.3207500Z
2026-08-02T14:12:05.3342368Z ========================== 7 passed in 84.13 seconds ==========================
2026-08-02T14:12:29.0578270Z ++ 14:12:04 starting jit/backend/x86/test/test_float.py [10 started in total]
2026-08-02T14:12:29.0651569Z __ jit/backend/x86/test/test_float.py [7 done in total, somefailed=False] _____
2026-08-02T14:12:29.0989246Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-02T14:12:29.1124428Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-02T14:12:29.1399906Z ============================= test session starts =============================
2026-08-02T14:12:29.1740664Z platform win32 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-08-02T14:12:29.1920495Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-02T14:12:29.1974764Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-02T14:12:29.2251677Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-02T14:12:29.2467576Z plugins: hypothesis-4.39.3
2026-08-02T14:12:29.2587350Z collected 10 items
2026-08-02T14:12:29.2905440Z
2026-08-02T14:12:29.3240672Z jit\backend\x86\test\test_float.py ..........
2026-08-02T14:12:29.3436298Z
2026-08-02T14:12:29.3576015Z ========================= 10 passed in 18.60 seconds ==========================
2026-08-02T14:12:41.7360969Z ++ 14:12:29 starting jit/backend/x86/test/test_jitlog.py [11 started in total]
2026-08-02T14:12:41.7382629Z __ jit/backend/x86/test/test_jitlog.py [8 done in total, somefailed=False] ____
2026-08-02T14:12:41.7384100Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-02T14:12:41.7459605Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-02T14:12:41.7467287Z ============================= test session starts =============================
2026-08-02T14:12:41.7676652Z platform win32 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-08-02T14:12:41.7795641Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-02T14:12:41.8114637Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-02T14:12:41.8258184Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-02T14:12:41.8262285Z plugins: hypothesis-4.39.3
2026-08-02T14:12:41.8354729Z collected 0 items / 1 skipped
2026-08-02T14:12:41.8373488Z
2026-08-02T14:12:41.8442682Z ========================== 1 skipped in 7.22 seconds ==========================
2026-08-02T14:13:09.8466768Z ++ 14:12:41 starting jit/backend/x86/test/test_jump.py [12 started in total]
2026-08-02T14:13:09.8492838Z __ jit/backend/x86/test/test_jump.py [9 done in total, somefailed=False] ______
2026-08-02T14:13:09.8507018Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-02T14:13:09.8527466Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-02T14:13:09.8543162Z ============================= test session starts =============================
2026-08-02T14:13:09.8544268Z platform win32 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-08-02T14:13:09.8546070Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-02T14:13:09.8552737Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-02T14:13:09.8553936Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-02T14:13:09.8566589Z plugins: hypothesis-4.39.3
2026-08-02T14:13:09.8568251Z collected 12 items
2026-08-02T14:13:09.8579919Z
2026-08-02T14:13:09.8583181Z jit\backend\x86\test\test_jump.py ............
2026-08-02T14:13:09.8632932Z
2026-08-02T14:13:09.8634698Z ========================= 12 passed in 23.03 seconds ==========================
2026-08-02T14:13:09.8652093Z ++ 14:13:09 starting jit/backend/x86/test/test_list.py [13 started in total]
2026-08-02T14:13:09.8695527Z __ jit/backend/x86/test/test_fficall.py [10 done in total, somefailed=False] __
2026-08-02T14:13:09.8703882Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-02T14:13:09.8926101Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-02T14:13:09.9059793Z ============================= test session starts =============================
2026-08-02T14:13:09.9148046Z platform win32 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-08-02T14:13:09.9252160Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-02T14:13:09.9330085Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-02T14:13:09.9421836Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-02T14:13:09.9444875Z plugins: hypothesis-4.39.3
2026-08-02T14:13:09.9468762Z collected 12 items
2026-08-02T14:13:09.9496420Z
2026-08-02T14:13:09.9540886Z jit\backend\x86\test\test_fficall.py ...s........
2026-08-02T14:13:09.9555816Z
2026-08-02T14:13:09.9577878Z ==================== 11 passed, 1 skipped in 63.44 seconds ====================
2026-08-02T14:13:27.1301249Z ++ 14:13:09 starting jit/backend/x86/test/test_llop.py [14 started in total]
2026-08-02T14:13:27.1305874Z __ jit/backend/x86/test/test_llop.py [11 done in total, somefailed=False] _____
2026-08-02T14:13:27.1451618Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-02T14:13:27.1474410Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-02T14:13:27.1479365Z ============================= test session starts =============================
2026-08-02T14:13:27.1488803Z platform win32 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-08-02T14:13:27.1507096Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-02T14:13:27.1559197Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-02T14:13:27.1569923Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-02T14:13:27.1582393Z plugins: hypothesis-4.39.3
2026-08-02T14:13:27.1643720Z collected 5 items
2026-08-02T14:13:27.1661046Z
2026-08-02T14:13:27.1673895Z jit\backend\x86\test\test_llop.py .....
2026-08-02T14:13:27.1707103Z
2026-08-02T14:13:27.1807769Z ========================== 5 passed in 12.36 seconds ==========================
2026-08-02T14:13:32.7011304Z ++ 14:13:27 starting jit/backend/x86/test/test_longlong.py [15 started in total]
2026-08-02T14:13:32.7012718Z __ jit/backend/x86/test/test_longlong.py [12 done in total, somefailed=False] _
2026-08-02T14:13:32.7013860Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-02T14:13:32.7015051Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-02T14:13:32.7016108Z ============================= test session starts =============================
2026-08-02T14:13:32.7017164Z platform win32 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-08-02T14:13:32.7018745Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-02T14:13:32.7020059Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-02T14:13:32.7020903Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-02T14:13:32.7021707Z plugins: hypothesis-4.39.3
2026-08-02T14:13:32.7022371Z collected 14 items
2026-08-02T14:13:32.7022812Z
2026-08-02T14:13:32.7023244Z jit\backend\x86\test\test_longlong.py ssssssssssssss
2026-08-02T14:13:32.7023876Z
2026-08-02T14:13:32.7024678Z ========================= 14 skipped in 1.91 seconds ==========================
2026-08-02T14:13:33.5988450Z ++ 14:13:32 starting jit/backend/x86/test/test_loop_unroll.py [16 started in total]
2026-08-02T14:13:33.5992016Z __ jit/backend/x86/test/test_dict.py [13 done in total, somefailed=False] _____
2026-08-02T14:13:33.5998198Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-02T14:13:33.6116510Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-02T14:13:33.6195838Z ============================= test session starts =============================
2026-08-02T14:13:33.6337909Z platform win32 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-08-02T14:13:33.6378360Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-02T14:13:33.6436339Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-02T14:13:33.6444080Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-02T14:13:33.6453834Z plugins: hypothesis-4.39.3
2026-08-02T14:13:33.6463318Z collected 20 items
2026-08-02T14:13:33.6463600Z
2026-08-02T14:13:33.6463918Z jit\backend\x86\test\test_dict.py ....................
2026-08-02T14:13:33.6470381Z
2026-08-02T14:13:33.6470869Z ========================= 20 passed in 149.62 seconds =========================
2026-08-02T14:13:54.1198338Z ++ 14:13:33 starting jit/backend/x86/test/test_quasiimmut.py [17 started in total]
2026-08-02T14:13:54.1220211Z __ jit/backend/x86/test/test_list.py [14 done in total, somefailed=False] _____
2026-08-02T14:13:54.1222211Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-02T14:13:54.1355151Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-02T14:13:54.1362765Z ============================= test session starts =============================
2026-08-02T14:13:54.1422596Z platform win32 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-08-02T14:13:54.1442352Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-02T14:13:54.1472532Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-02T14:13:54.1633800Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-02T14:13:54.1670305Z plugins: hypothesis-4.39.3
2026-08-02T14:13:54.1671263Z collected 23 items
2026-08-02T14:13:54.1671856Z
2026-08-02T14:13:54.1672434Z jit\backend\x86\test\test_list.py ...s...................
2026-08-02T14:13:54.1673204Z
2026-08-02T14:13:54.1673862Z ==================== 22 passed, 1 skipped in 35.80 seconds ====================
2026-08-02T14:14:06.2990393Z ++ 14:13:54 starting jit/backend/x86/test/test_rawmem.py [18 started in total]
2026-08-02T14:14:06.3170317Z __ jit/backend/x86/test/test_quasiimmut.py [15 done in total, somefailed=False]
2026-08-02T14:14:06.3226057Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-02T14:14:06.3267065Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-02T14:14:06.3308790Z ============================= test session starts =============================
2026-08-02T14:14:06.3489338Z platform win32 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-08-02T14:14:06.3490933Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-02T14:14:06.3493084Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-02T14:14:06.3587792Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-02T14:14:06.3628010Z plugins: hypothesis-4.39.3
2026-08-02T14:14:06.3785959Z collected 20 items
2026-08-02T14:14:06.3813416Z
2026-08-02T14:14:06.3904451Z jit\backend\x86\test\test_quasiimmut.py ..............s.....
2026-08-02T14:14:06.3944270Z
2026-08-02T14:14:06.4120717Z ==================== 19 passed, 1 skipped in 25.94 seconds ====================
2026-08-02T14:14:08.7495347Z ++ 14:14:06 starting jit/backend/x86/test/test_recursive.py [19 started in total]
2026-08-02T14:14:08.7717350Z __ jit/backend/x86/test/test_rawmem.py [16 done in total, somefailed=False] ___
2026-08-02T14:14:08.7894974Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-02T14:14:08.8042278Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-02T14:14:08.8056382Z ============================= test session starts =============================
2026-08-02T14:14:08.8076771Z platform win32 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-08-02T14:14:08.8232209Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-02T14:14:08.8362340Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-02T14:14:08.8371390Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-02T14:14:08.8380331Z plugins: hypothesis-4.39.3
2026-08-02T14:14:08.8393914Z collected 7 items
2026-08-02T14:14:08.8650079Z
2026-08-02T14:14:08.8709960Z jit\backend\x86\test\test_rawmem.py .......
2026-08-02T14:14:08.8744099Z
2026-08-02T14:14:08.9031773Z ========================== 7 passed in 8.64 seconds ===========================
2026-08-02T14:14:17.2417123Z ++ 14:14:08 starting jit/backend/x86/test/test_regalloc.py [20 started in total]
2026-08-02T14:14:17.2477400Z __ jit/backend/x86/test/test_regalloc.py [17 done in total, somefailed=False] _
2026-08-02T14:14:17.2728791Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-02T14:14:17.2731370Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-02T14:14:17.2750521Z ============================= test session starts =============================
2026-08-02T14:14:17.2811606Z platform win32 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-08-02T14:14:17.3065874Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-02T14:14:17.3067853Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-02T14:14:17.3127995Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-02T14:14:17.3171023Z plugins: hypothesis-4.39.3
2026-08-02T14:14:17.3172470Z collected 19 items
2026-08-02T14:14:17.3173308Z
2026-08-02T14:14:17.3387041Z jit\backend\x86\test\test_regalloc.py ....s........s.....
2026-08-02T14:14:17.3388834Z
2026-08-02T14:14:17.3447440Z ==================== 17 passed, 2 skipped in 4.54 seconds =====================
2026-08-02T14:14:24.1847060Z ++ 14:14:17 starting jit/backend/x86/test/test_regloc.py [21 started in total]
2026-08-02T14:14:24.1923878Z __ jit/backend/x86/test/test_regloc.py [18 done in total, somefailed=False] ___
2026-08-02T14:14:24.1945793Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-02T14:14:24.2037007Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-02T14:14:24.2158834Z ============================= test session starts =============================
2026-08-02T14:14:24.2254460Z platform win32 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-08-02T14:14:24.2256039Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-02T14:14:24.2374524Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-02T14:14:24.2483119Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-02T14:14:24.2576427Z plugins: hypothesis-4.39.3
2026-08-02T14:14:24.2589357Z collected 25 items
2026-08-02T14:14:24.2592021Z
2026-08-02T14:14:24.2592646Z jit\backend\x86\test\test_regloc.py ....s..................s.
2026-08-02T14:14:24.2707613Z
2026-08-02T14:14:24.2775535Z ==================== 23 passed, 2 skipped in 2.12 seconds =====================
2026-08-02T14:15:07.3531168Z ++ 14:14:24 starting jit/backend/x86/test/test_runner.py [22 started in total]
2026-08-02T14:15:07.3870643Z __ jit/backend/x86/test/test_loop_unroll.py [19 done in total, somefailed=False]
2026-08-02T14:15:07.4075165Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-02T14:15:07.4082407Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-02T14:15:07.4183704Z ============================= test session starts =============================
2026-08-02T14:15:07.4188315Z platform win32 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-08-02T14:15:07.4312233Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-02T14:15:07.4410989Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-02T14:15:07.4513303Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-02T14:15:07.4608626Z plugins: hypothesis-4.39.3
2026-08-02T14:15:07.4729081Z collected 37 items
2026-08-02T14:15:07.4729869Z
2026-08-02T14:15:07.4831825Z jit\backend\x86\test\test_loop_unroll.py ..............................ss.s...
2026-08-02T14:15:07.4879919Z
2026-08-02T14:15:07.4930126Z ==================== 34 passed, 3 skipped in 88.97 seconds ====================
2026-08-02T14:15:14.3059116Z ++ 14:15:07 starting jit/backend/x86/test/test_rvmprof.py [23 started in total]
2026-08-02T14:15:14.3060416Z __ jit/backend/x86/test/test_rvmprof.py [20 done in total, somefailed=False] __
2026-08-02T14:15:14.3064394Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-02T14:15:14.3117268Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-02T14:15:14.3193814Z ============================= test session starts =============================
2026-08-02T14:15:14.3335147Z platform win32 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-08-02T14:15:14.3436785Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-02T14:15:14.3478507Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-02T14:15:14.3512751Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-02T14:15:14.3654122Z plugins: hypothesis-4.39.3
2026-08-02T14:15:14.3755313Z collected 0 items / 1 skipped
2026-08-02T14:15:14.3814058Z
2026-08-02T14:15:14.3832322Z ========================== 1 skipped in 2.28 seconds ==========================
2026-08-02T14:15:18.7301747Z ++ 14:15:14 starting jit/backend/x86/test/test_rx86.py [24 started in total]
2026-08-02T14:15:18.7303376Z __ jit/backend/x86/test/test_rx86.py [21 done in total, somefailed=False] _____
2026-08-02T14:15:18.7307348Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-02T14:15:18.7316251Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-02T14:15:18.7520854Z ============================= test session starts =============================
2026-08-02T14:15:18.7557099Z platform win32 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-08-02T14:15:18.7635813Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-02T14:15:18.7715643Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-02T14:15:18.7855844Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-02T14:15:18.7889419Z plugins: hypothesis-4.39.3
2026-08-02T14:15:18.7901002Z collected 34 items
2026-08-02T14:15:18.7924402Z
2026-08-02T14:15:18.7927881Z jit\backend\x86\test\test_rx86.py ..................................
2026-08-02T14:15:18.7969418Z
2026-08-02T14:15:18.7971813Z ========================== 34 passed in 0.17 seconds ==========================
2026-08-02T14:15:23.1684232Z ++ 14:15:18 starting jit/backend/x86/test/test_rx86_32_auto_encoding.py [25 started in total]
2026-08-02T14:15:23.1686479Z __ jit/backend/x86/test/test_rx86_32_auto_encoding.py [22 done in total, somefailed=False]
2026-08-02T14:15:23.1687657Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-02T14:15:23.1688585Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-02T14:15:23.1689420Z ============================= test session starts =============================
2026-08-02T14:15:23.1690278Z platform win32 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-08-02T14:15:23.1691619Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-02T14:15:23.1693050Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-02T14:15:23.1693710Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-02T14:15:23.1694362Z plugins: hypothesis-4.39.3
2026-08-02T14:15:23.1695301Z The system cannot find the path specified.
2026-08-02T14:15:23.1695886Z collected 0 items / 1 skipped
2026-08-02T14:15:23.1696501Z
2026-08-02T14:15:23.1696841Z ========================== 1 skipped in 0.19 seconds ==========================
2026-08-02T14:15:27.6455063Z ++ 14:15:23 starting jit/backend/x86/test/test_rx86_64_auto_encoding.py [26 started in total]
2026-08-02T14:15:27.6515680Z __ jit/backend/x86/test/test_rx86_64_auto_encoding.py [23 done in total, somefailed=False]
2026-08-02T14:15:27.6534507Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-02T14:15:27.6674562Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-02T14:15:27.6773880Z ============================= test session starts =============================
2026-08-02T14:15:27.6834656Z platform win32 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-08-02T14:15:27.6854119Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-02T14:15:27.6993895Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-02T14:15:27.6998072Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-02T14:15:27.7093078Z plugins: hypothesis-4.39.3
2026-08-02T14:15:27.7153722Z The system cannot find the path specified.
2026-08-02T14:15:27.7269116Z collected 1 items / 1 skipped
2026-08-02T14:15:27.7332670Z
2026-08-02T14:15:27.7427476Z jit\backend\x86\test\test_rx86_64_auto_encoding.py s
2026-08-02T14:15:27.7487668Z
2026-08-02T14:15:27.7606891Z ========================== 2 skipped in 0.20 seconds ==========================
2026-08-02T14:16:16.9954256Z ++ 14:15:27 starting jit/backend/x86/test/test_send.py [27 started in total]
2026-08-02T14:16:16.9955464Z __ jit/backend/x86/test/test_recursive.py [24 done in total, somefailed=False]
2026-08-02T14:16:16.9956495Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-02T14:16:16.9957501Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-02T14:16:16.9958460Z ============================= test session starts =============================
2026-08-02T14:16:16.9959397Z platform win32 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-08-02T14:16:16.9961148Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-02T14:16:16.9962773Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-02T14:16:16.9963498Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-02T14:16:16.9964198Z plugins: hypothesis-4.39.3
2026-08-02T14:16:16.9964777Z collected 42 items
2026-08-02T14:16:16.9965104Z
2026-08-02T14:16:16.9965633Z jit\backend\x86\test\test_recursive.py ................s........s..............ss
2026-08-02T14:16:16.9966259Z
2026-08-02T14:16:16.9966671Z =================== 38 passed, 4 skipped in 125.90 seconds ====================
2026-08-02T14:16:18.9959937Z ++ 14:16:16 starting jit/backend/x86/test/test_slist.py [28 started in total]
2026-08-02T14:16:18.9973911Z __ jit/backend/x86/test/test_send.py [25 done in total, somefailed=False] _____
2026-08-02T14:16:18.9977514Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-02T14:16:19.0011977Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-02T14:16:19.0047647Z ============================= test session starts =============================
2026-08-02T14:16:19.0299280Z platform win32 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-08-02T14:16:19.0310999Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-02T14:16:19.0429803Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-02T14:16:19.0547942Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-02T14:16:19.0595699Z plugins: hypothesis-4.39.3
2026-08-02T14:16:19.0596794Z collected 23 items
2026-08-02T14:16:19.0597629Z
2026-08-02T14:16:19.0598059Z jit\backend\x86\test\test_send.py .......................
2026-08-02T14:16:19.0598615Z
2026-08-02T14:16:19.0599079Z ========================= 23 passed in 42.80 seconds ==========================
2026-08-02T14:16:34.2554821Z ++ 14:16:18 starting jit/backend/x86/test/test_string.py [29 started in total]
2026-08-02T14:16:34.2556643Z __ jit/backend/x86/test/test_slist.py [26 done in total, somefailed=False] ____
2026-08-02T14:16:34.2560946Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-02T14:16:34.2574804Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-02T14:16:34.2582393Z ============================= test session starts =============================
2026-08-02T14:16:34.2603123Z platform win32 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-08-02T14:16:34.2604922Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-02T14:16:34.2606300Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-02T14:16:34.2607083Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-02T14:16:34.2607855Z plugins: hypothesis-4.39.3
2026-08-02T14:16:34.2608523Z collected 6 items
2026-08-02T14:16:34.2608945Z
2026-08-02T14:16:34.2609289Z jit\backend\x86\test\test_slist.py s.....
2026-08-02T14:16:34.2609817Z
2026-08-02T14:16:34.2610286Z ==================== 5 passed, 1 skipped in 13.04 seconds =====================
2026-08-02T14:16:38.7044188Z ++ 14:16:34 starting jit/backend/x86/test/test_symbolic_x86.py [30 started in total]
2026-08-02T14:16:38.7045565Z __ jit/backend/x86/test/test_symbolic_x86.py [27 done in total, somefailed=False]
2026-08-02T14:16:38.7180369Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-02T14:16:38.7238596Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-02T14:16:38.7319573Z ============================= test session starts =============================
2026-08-02T14:16:38.7438850Z platform win32 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-08-02T14:16:38.7552992Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-02T14:16:38.7559773Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-02T14:16:38.7560990Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-02T14:16:38.7562286Z plugins: hypothesis-4.39.3
2026-08-02T14:16:38.7563905Z collected 6 items
2026-08-02T14:16:38.7564710Z
2026-08-02T14:16:38.7565689Z jit\backend\x86\test\test_symbolic_x86.py ......
2026-08-02T14:16:38.7573676Z
2026-08-02T14:16:38.7658858Z ========================== 6 passed in 0.05 seconds ===========================
2026-08-02T14:17:06.2032949Z ++ 14:16:38 starting jit/backend/x86/test/test_tl.py [31 started in total]
2026-08-02T14:17:06.2037205Z __ jit/backend/x86/test/test_basic.py [28 done in total, somefailed=False] ____
2026-08-02T14:17:06.2041301Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-02T14:17:06.2092855Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-02T14:17:06.2093773Z ============================= test session starts =============================
2026-08-02T14:17:06.2352876Z platform win32 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-08-02T14:17:06.2412971Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-02T14:17:06.2431500Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-02T14:17:06.2433146Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-02T14:17:06.2691216Z plugins: hypothesis-4.39.3
2026-08-02T14:17:06.2751665Z collected 195 items
2026-08-02T14:17:06.2754789Z
2026-08-02T14:17:06.3028661Z jit\backend\x86\test\test_basic.py .s...........................................................................................................................................s.................s..............s...........s........
2026-08-02T14:17:06.3085584Z
2026-08-02T14:17:06.3237787Z =================== 190 passed, 5 skipped in 402.50 seconds ===================
2026-08-02T14:17:11.4642787Z ++ 14:17:06 starting jit/backend/x86/test/test_tlc.py [32 started in total]
2026-08-02T14:17:11.4876449Z __ jit/backend/x86/test/test_tl.py [29 done in total, somefailed=False] _______
2026-08-02T14:17:11.4878432Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-02T14:17:11.4879738Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-02T14:17:11.4937563Z ============================= test session starts =============================
2026-08-02T14:17:11.4955753Z platform win32 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-08-02T14:17:11.4976372Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-02T14:17:11.5257114Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-02T14:17:11.5274857Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-02T14:17:11.5279720Z plugins: hypothesis-4.39.3
2026-08-02T14:17:11.5302825Z collected 5 items
2026-08-02T14:17:11.5455591Z
2026-08-02T14:17:11.5631750Z jit\backend\x86\test\test_tl.py .....
2026-08-02T14:17:11.5736976Z
2026-08-02T14:17:11.5738813Z ========================== 5 passed in 24.78 seconds ==========================
2026-08-02T14:17:25.3872387Z ++ 14:17:11 starting jit/backend/x86/test/test_tracelimit.py [33 started in total]
2026-08-02T14:17:25.3873831Z __ jit/backend/x86/test/test_runner.py [30 done in total, somefailed=False] ___
2026-08-02T14:17:25.3875003Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-02T14:17:25.3876212Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-02T14:17:25.3877434Z ============================= test session starts =============================
2026-08-02T14:17:25.3878660Z platform win32 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-08-02T14:17:25.3880317Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-02T14:17:25.3881757Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-02T14:17:25.3882672Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-02T14:17:25.3883537Z plugins: hypothesis-4.39.3
2026-08-02T14:17:25.3884248Z collected 172 items
2026-08-02T14:17:25.3884729Z
2026-08-02T14:17:25.3886109Z jit\backend\x86\test\test_runner.py ............................................................................................s...........................ss...........................sssss....s....s....s.s.
2026-08-02T14:17:25.3888157Z
2026-08-02T14:17:25.3888903Z ================== 160 passed, 12 skipped in 173.78 seconds ===================
2026-08-02T14:17:25.3889886Z read saved errno: 24
2026-08-02T14:17:25.3890590Z read saved errno: 0
2026-08-02T14:17:25.3891288Z read saved errno: 25
2026-08-02T14:17:25.3891970Z read saved errno: 0
2026-08-02T14:17:25.3892638Z GetLastError() result: 24
2026-08-02T14:17:25.3893286Z 9 8 7 6 5 4 3
2026-08-02T14:17:25.3893967Z GetLastError() result: 25
2026-08-02T14:17:25.3894609Z 9 8 7 6 5 4 3
2026-08-02T14:17:26.5694072Z ++ 14:17:25 starting jit/backend/x86/test/test_virtual.py [34 started in total]
2026-08-02T14:17:26.5695759Z __ jit/backend/x86/test/test_tlc.py [31 done in total, somefailed=False] ______
2026-08-02T14:17:26.5698871Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-02T14:17:26.5699793Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-02T14:17:26.5701774Z ============================= test session starts =============================
2026-08-02T14:17:26.5709008Z platform win32 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-08-02T14:17:26.5733588Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-02T14:17:26.5773118Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-02T14:17:26.5810975Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-02T14:17:26.5814612Z plugins: hypothesis-4.39.3
2026-08-02T14:17:26.5890959Z collected 3 items
2026-08-02T14:17:26.5909445Z
2026-08-02T14:17:26.5922690Z jit\backend\x86\test\test_tlc.py ss.
2026-08-02T14:17:26.5972254Z
2026-08-02T14:17:26.6112265Z ==================== 1 passed, 2 skipped in 15.62 seconds =====================
2026-08-02T14:18:31.7085869Z ++ 14:17:26 starting jit/backend/x86/test/test_virtualizable.py [35 started in total]
2026-08-02T14:18:31.7087016Z __ jit/backend/x86/test/test_tracelimit.py [32 done in total, somefailed=False]
2026-08-02T14:18:31.7087959Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-02T14:18:31.7088942Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-02T14:18:31.7089846Z ============================= test session starts =============================
2026-08-02T14:18:31.7090768Z platform win32 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-08-02T14:18:31.7092163Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-02T14:18:31.7093391Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-02T14:18:31.7094121Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-02T14:18:31.7094895Z plugins: hypothesis-4.39.3
2026-08-02T14:18:31.7095670Z collected 5 items
2026-08-02T14:18:31.7096137Z
2026-08-02T14:18:31.7096487Z jit\backend\x86\test\test_tracelimit.py .....
2026-08-02T14:18:31.7097013Z
2026-08-02T14:18:31.7097351Z ========================== 5 passed in 74.88 seconds ==========================
2026-08-02T14:18:32.4290886Z ++ 14:18:31 starting jit/backend/x86/test/test_virtualref.py [36 started in total]
2026-08-02T14:18:32.4461019Z __ jit/backend/x86/test/test_virtualizable.py [33 done in total, somefailed=False]
2026-08-02T14:18:32.4464514Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-02T14:18:32.4469764Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-02T14:18:32.4609373Z ============================= test session starts =============================
2026-08-02T14:18:32.4789454Z platform win32 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-08-02T14:18:32.4907830Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-02T14:18:32.4927386Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-02T14:18:32.4928091Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-02T14:18:32.4985146Z plugins: hypothesis-4.39.3
2026-08-02T14:18:32.5108781Z collected 37 items
2026-08-02T14:18:32.5214647Z
2026-08-02T14:18:32.5246771Z jit\backend\x86\test\test_virtualizable.py s...x................................
2026-08-02T14:18:32.5286389Z
2026-08-02T14:18:32.5446494Z ============== 35 passed, 1 skipped, 1 xfailed in 56.55 seconds ===============
2026-08-02T14:18:39.3494655Z ++ 14:18:32 starting jit/backend/x86/test/test_x86vector.py [37 started in total]
2026-08-02T14:18:39.3496036Z __ jit/backend/x86/test/test_x86vector.py [34 done in total, somefailed=False]
2026-08-02T14:18:39.3499940Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-02T14:18:39.3654107Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-02T14:18:39.3752320Z ============================= test session starts =============================
2026-08-02T14:18:39.3755768Z platform win32 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-08-02T14:18:39.3892804Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-02T14:18:39.3972671Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-02T14:18:39.4008279Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-02T14:18:39.4039063Z plugins: hypothesis-4.39.3
2026-08-02T14:18:39.4050995Z collected 0 items / 1 skipped
2026-08-02T14:18:39.4088050Z
2026-08-02T14:18:39.4090335Z ========================== 1 skipped in 2.28 seconds ==========================
2026-08-02T14:18:45.6439338Z ++ 14:18:39 starting jit/backend/x86/test/test_zmath.py [38 started in total]
2026-08-02T14:18:45.6440514Z __ jit/backend/x86/test/test_virtual.py [35 done in total, somefailed=False] __
2026-08-02T14:18:45.6675260Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-02T14:18:45.6717112Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-02T14:18:45.6762892Z ============================= test session starts =============================
2026-08-02T14:18:45.6763794Z platform win32 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-08-02T14:18:45.6765171Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-02T14:18:45.6766344Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-02T14:18:45.6767002Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-02T14:18:45.6767609Z plugins: hypothesis-4.39.3
2026-08-02T14:18:45.6768084Z collected 52 items
2026-08-02T14:18:45.6768342Z
2026-08-02T14:18:45.6768706Z jit\backend\x86\test\test_virtual.py ....................................................
2026-08-02T14:18:45.6769292Z
2026-08-02T14:18:45.6769583Z ========================= 52 passed in 72.68 seconds ==========================
2026-08-02T14:19:13.0217607Z ++ 14:18:45 starting jit/backend/x86/test/test_zrpy_gc.py [39 started in total]
2026-08-02T14:19:13.0416613Z __ jit/backend/x86/test/test_string.py [36 done in total, somefailed=False] ___
2026-08-02T14:19:13.0434921Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-02T14:19:13.0455246Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-02T14:19:13.0536568Z ============================= test session starts =============================
2026-08-02T14:19:13.0738803Z platform win32 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-08-02T14:19:13.0745467Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-02T14:19:13.0747112Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-02T14:19:13.0749240Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-02T14:19:13.0751315Z plugins: hypothesis-4.39.3
2026-08-02T14:19:13.0753180Z collected 97 items
2026-08-02T14:19:13.0777745Z
2026-08-02T14:19:13.0794058Z jit\backend\x86\test\test_string.py .............................s............................................s......................
2026-08-02T14:19:13.0799237Z
2026-08-02T14:19:13.0800210Z =================== 95 passed, 2 skipped in 169.71 seconds ====================
2026-08-02T14:19:15.9169565Z ++ 14:19:12 starting jit/backend/x86/test/test_zrpy_gc_boehm.py [40 started in total]
2026-08-02T14:19:15.9172013Z __ jit/backend/x86/test/test_virtualref.py [37 done in total, somefailed=False]
2026-08-02T14:19:15.9227564Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-02T14:19:15.9320340Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-02T14:19:15.9436956Z ============================= test session starts =============================
2026-08-02T14:19:15.9535922Z platform win32 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-08-02T14:19:15.9537479Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-02T14:19:15.9568235Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-02T14:19:15.9597415Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-02T14:19:15.9629581Z plugins: hypothesis-4.39.3
2026-08-02T14:19:15.9631083Z collected 21 items
2026-08-02T14:19:15.9638834Z
2026-08-02T14:19:15.9778756Z jit\backend\x86\test\test_virtualref.py ..s..................
2026-08-02T14:19:15.9834828Z
2026-08-02T14:19:15.9890657Z ==================== 20 passed, 1 skipped in 36.60 seconds ====================
2026-08-02T14:19:23.6301314Z ++ 14:19:15 starting jit/backend/x86/test/test_zrpy_releasegil.py [41 started in total]
2026-08-02T14:19:23.6458987Z __ jit/backend/x86/test/test_zmath.py [38 done in total, somefailed=False] ____
2026-08-02T14:19:23.6542063Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-02T14:19:23.6620394Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-02T14:19:23.6777681Z ============================= test session starts =============================
2026-08-02T14:19:23.6866362Z platform win32 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-08-02T14:19:23.6932132Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-02T14:19:23.6936921Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-02T14:19:23.6938842Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-02T14:19:23.7196337Z plugins: hypothesis-4.39.3
2026-08-02T14:19:23.7215648Z collected 1 items
2026-08-02T14:19:23.7256153Z
2026-08-02T14:19:23.7276106Z jit\backend\x86\test\test_zmath.py .
2026-08-02T14:19:23.7535338Z
2026-08-02T14:19:23.7575639Z ========================== 1 passed in 35.19 seconds ==========================
2026-08-02T14:22:24.9048970Z ++ 14:19:23 starting jit/backend/x86/test/test_zrpy_vecopt.py [42 started in total]
2026-08-02T14:22:24.9389662Z __ jit/backend/x86/test/test_zrpy_vecopt.py [39 done in total, somefailed=False]
2026-08-02T14:22:24.9510832Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-02T14:22:24.9513178Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-02T14:22:24.9514614Z ============================= test session starts =============================
2026-08-02T14:22:24.9526981Z platform win32 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-08-02T14:22:24.9548085Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-02T14:22:24.9691898Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-02T14:22:24.9806530Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-02T14:22:24.9861998Z plugins: hypothesis-4.39.3
2026-08-02T14:22:24.9878987Z collected 1 items
2026-08-02T14:22:25.0028748Z
2026-08-02T14:22:25.0142311Z jit\backend\x86\test\test_zrpy_vecopt.py .
2026-08-02T14:22:25.0182862Z
2026-08-02T14:22:25.0201742Z ========================= 1 passed in 176.10 seconds ==========================
2026-08-02T14:24:52.9806355Z ++ 14:22:24 starting jit/backend/x86/test/test_zrpy_vmprof.py [43 started in total]
2026-08-02T14:24:53.0086785Z __ jit/backend/x86/test/test_zrpy_gc_boehm.py [40 done in total, somefailed=False]
2026-08-02T14:24:53.0102583Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-02T14:24:53.0142890Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-02T14:24:53.0144031Z ============================= test session starts =============================
2026-08-02T14:24:53.0405939Z platform win32 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-08-02T14:24:53.0422416Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-02T14:24:53.0463311Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-02T14:24:53.0494653Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-02T14:24:53.0724643Z plugins: hypothesis-4.39.3
2026-08-02T14:24:53.0740018Z collected 1 items
2026-08-02T14:24:53.0779991Z
2026-08-02T14:24:53.0782006Z jit\backend\x86\test\test_zrpy_gc_boehm.py .
2026-08-02T14:24:53.1042635Z
2026-08-02T14:24:53.1076859Z ========================= 1 passed in 333.90 seconds ==========================
2026-08-02T14:27:49.1866232Z ++ 14:24:52 starting jit/backend/x86/test/test_ztranslation_basic.py [44 started in total]
2026-08-02T14:27:49.2046578Z __ jit/backend/x86/test/test_zrpy_releasegil.py [41 done in total, somefailed=False]
2026-08-02T14:27:49.2067571Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-02T14:27:49.2123981Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-02T14:27:49.2268241Z ============================= test session starts =============================
2026-08-02T14:27:49.2364432Z platform win32 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-08-02T14:27:49.2387171Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-02T14:27:49.2440510Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-02T14:27:49.2443050Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-02T14:27:49.2456856Z plugins: hypothesis-4.39.3
2026-08-02T14:27:49.2479755Z collected 3 items
2026-08-02T14:27:49.2585581Z
2026-08-02T14:27:49.2591797Z jit\backend\x86\test\test_zrpy_releasegil.py ...
2026-08-02T14:27:49.2607541Z
2026-08-02T14:27:49.2688465Z ========================= 3 passed in 508.39 seconds ==========================
2026-08-02T14:27:54.7652054Z ++ 14:27:49 starting jit/backend/x86/test/test_ztranslation_call_assembler.py [45 started in total]
2026-08-02T14:27:54.7768782Z __ jit/backend/x86/test/test_ztranslation_call_assembler.py [42 done in total, somefailed=False]
2026-08-02T14:27:54.7860875Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-02T14:27:54.7944424Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-02T14:27:54.7985992Z ============================= test session starts =============================
2026-08-02T14:27:54.8025970Z platform win32 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-08-02T14:27:54.8044981Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-02T14:27:54.8086264Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-02T14:27:54.8263046Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-02T14:27:54.8351119Z plugins: hypothesis-4.39.3
2026-08-02T14:27:54.8363395Z collected 0 items / 1 skipped
2026-08-02T14:27:54.8404169Z
2026-08-02T14:27:54.8476059Z ========================== 1 skipped in 2.00 seconds ==========================
2026-08-02T14:28:31.0706242Z ++ 14:27:54 starting jit/backend/x86/test/test_ztranslation_external_exception.py [46 started in total]
2026-08-02T14:28:31.0727461Z __ jit/backend/x86/test/test_zrpy_gc.py [43 done in total, somefailed=False] __
2026-08-02T14:28:31.0828157Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-02T14:28:31.0883152Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-02T14:28:31.0921903Z ============================= test session starts =============================
2026-08-02T14:28:31.1030482Z platform win32 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-08-02T14:28:31.1123199Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-02T14:28:31.1159936Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-02T14:28:31.1201844Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-02T14:28:31.1242335Z plugins: hypothesis-4.39.3
2026-08-02T14:28:31.1441394Z collected 19 items
2026-08-02T14:28:31.1481404Z
2026-08-02T14:28:31.1507674Z jit\backend\x86\test\test_zrpy_gc.py ...................
2026-08-02T14:28:31.1521085Z
2026-08-02T14:28:31.1580109Z ========================= 19 passed in 576.22 seconds =========================
2026-08-02T14:29:38.9887788Z ++ 14:28:31 starting jit/backend/x86/test/test_ztranslation_jit_stats.py [47 started in total]
2026-08-02T14:29:38.9891970Z __ jit/backend/x86/test/test_zrpy_vmprof.py [44 done in total, somefailed=False]
2026-08-02T14:29:38.9984998Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-02T14:29:39.0048199Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-02T14:29:39.0091057Z ============================= test session starts =============================
2026-08-02T14:29:39.0283593Z platform win32 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-08-02T14:29:39.0319671Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-02T14:29:39.0377360Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-02T14:29:39.0420421Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-02T14:29:39.0610903Z plugins: hypothesis-4.39.3
2026-08-02T14:29:39.0648440Z collected 1 items
2026-08-02T14:29:39.0708525Z
2026-08-02T14:29:39.0732134Z jit\backend\x86\test\test_zrpy_vmprof.py .
2026-08-02T14:29:39.0733262Z
2026-08-02T14:29:39.0733925Z ========================= 1 passed in 426.98 seconds ==========================
2026-08-02T14:29:43.4269643Z ++ 14:29:38 starting jit/backend/x86/tool/test/test_viewcode.py [48 started in total]
2026-08-02T14:29:43.4274770Z __ jit/backend/x86/tool/test/test_viewcode.py [45 done in total, somefailed=False]
2026-08-02T14:30:47.6542997Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-02T14:30:47.6544583Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-02T14:30:47.6545586Z ============================= test session starts =============================
2026-08-02T14:30:47.6546571Z platform win32 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-08-02T14:30:47.6548026Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-02T14:30:47.6549534Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-02T14:30:47.6550336Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-02T14:30:47.6552713Z plugins: hypothesis-4.39.3
2026-08-02T14:30:47.6553479Z collected 2 items
2026-08-02T14:30:47.6553831Z
2026-08-02T14:30:47.6554190Z jit\backend\x86\tool\test\test_viewcode.py ..
2026-08-02T14:30:47.6554718Z
2026-08-02T14:30:47.6555066Z ========================== 2 passed in 0.04 seconds ===========================
2026-08-02T14:30:47.6556084Z __ jit/backend/x86/test/test_ztranslation_basic.py [46 done in total, somefailed=False]
2026-08-02T14:32:30.1637284Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-02T14:32:30.1638289Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-02T14:32:30.1638831Z ============================= test session starts =============================
2026-08-02T14:32:30.1639383Z platform win32 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-08-02T14:32:30.1640240Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-02T14:32:30.1641187Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-02T14:32:30.1641561Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-02T14:32:30.1641914Z plugins: hypothesis-4.39.3
2026-08-02T14:32:30.1642183Z collected 1 items
2026-08-02T14:32:30.1642314Z
2026-08-02T14:32:30.1642476Z jit\backend\x86\test\test_ztranslation_basic.py .
2026-08-02T14:32:30.1642701Z
2026-08-02T14:32:30.1642882Z ========================= 1 passed in 346.62 seconds ==========================
2026-08-02T14:32:30.1643416Z __ jit/backend/x86/test/test_ztranslation_jit_stats.py [47 done in total, somefailed=False]
2026-08-02T14:33:05.7873749Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-02T14:33:05.7874732Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-02T14:33:05.7875827Z ============================= test session starts =============================
2026-08-02T14:33:05.7876762Z platform win32 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-08-02T14:33:05.7878146Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-02T14:33:05.7879341Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-02T14:33:05.7879742Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-02T14:33:05.7880102Z plugins: hypothesis-4.39.3
2026-08-02T14:33:05.7880421Z collected 2 items
2026-08-02T14:33:05.7880644Z
2026-08-02T14:33:05.7880949Z jit\backend\x86\test\test_ztranslation_jit_stats.py s.
2026-08-02T14:33:05.7881259Z
2026-08-02T14:33:05.7881462Z ==================== 1 passed, 1 skipped in 229.11 seconds ====================
2026-08-02T14:33:05.7882057Z __ jit/backend/x86/test/test_ztranslation_external_exception.py [48 done in total, somefailed=False]
2026-08-02T14:33:05.7882659Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-02T14:33:05.7883359Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-02T14:33:05.7884302Z ============================= test session starts =============================
2026-08-02T14:33:05.7885126Z platform win32 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-08-02T14:33:05.7887390Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-02T14:33:05.7888549Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-02T14:33:05.7889184Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-02T14:33:05.7889789Z plugins: hypothesis-4.39.3
2026-08-02T14:33:05.7890559Z collected 1 items
2026-08-02T14:33:05.7890753Z
2026-08-02T14:33:05.7890958Z jit\backend\x86\test\test_ztranslation_external_exception.py .
2026-08-02T14:33:05.7891261Z
2026-08-02T14:33:05.7891906Z ========================= 1 passed in 307.07 seconds ==========================
Run actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
2026-08-02T14:33:05.8164743Z with:
2026-08-02T14:33:05.8164995Z name: jit-arch-testrun-log-win64
2026-08-02T14:33:05.8165455Z path: testrun.log
testrun-output.log
2026-08-02T14:33:05.8165787Z if-no-files-found: warn
2026-08-02T14:33:05.8166064Z compression-level: 6
2026-08-02T14:33:05.8166316Z overwrite: false
2026-08-02T14:33:05.8166567Z include-hidden-files: false
2026-08-02T14:33:05.8166838Z archive: true
2026-08-02T14:33:05.8167062Z env:
2026-08-02T14:33:05.8167355Z pythonLocation: C:\hostedtoolcache\windows\PyPy\2.7.18\x64
2026-08-02T14:33:05.8167781Z Python_ROOT_DIR: C:\hostedtoolcache\windows\PyPy\2.7.18\x64
2026-08-02T14:33:05.8168202Z Python2_ROOT_DIR: C:\hostedtoolcache\windows\PyPy\2.7.18\x64
2026-08-02T14:33:05.8168624Z Python3_ROOT_DIR: C:\hostedtoolcache\windows\PyPy\2.7.18\x64
2026-08-02T14:33:05.8169163Z PKG_CONFIG_PATH: C:\hostedtoolcache\windows\PyPy\2.7.18\x64/lib/pkgconfig
2026-08-02T14:33:06.0208235Z Multiple search paths detected. Calculating the least common ancestor of all paths
2026-08-02T14:33:06.0211930Z The least common ancestor is D:\a\pypy\pypy. This will be the root directory of the artifact
2026-08-02T14:33:06.0213244Z With the provided path, there will be 2 files uploaded
2026-08-02T14:33:06.0218381Z Artifact name is valid!
2026-08-02T14:33:06.0219880Z Root directory input is valid!
2026-08-02T14:33:06.3531798Z Uploading artifact: jit-arch-testrun-log-win64.zip
2026-08-02T14:33:06.3583125Z Beginning upload of artifact content to blob storage
2026-08-02T14:33:06.7076138Z Uploaded bytes 13123
2026-08-02T14:33:06.7802912Z Finished uploading artifact content to blob storage!
2026-08-02T14:33:06.7804576Z SHA256 digest of uploaded artifact is fa5443f8615c9b40e475575afa5085ece2baf511a154c417f8714e25d5c2bcf0
2026-08-02T14:33:06.7805429Z Finalizing artifact upload
2026-08-02T14:33:07.1251005Z Artifact jit-arch-testrun-log-win64 successfully finalized. Artifact ID 8834839179
2026-08-02T14:33:07.1252437Z Artifact jit-arch-testrun-log-win64 has been successfully uploaded! Final size is 13123 bytes. Artifact ID is 8834839179
2026-08-02T14:33:07.1259462Z Artifact download URL: https://github.com/pypy/pypy/actions/runs/30750998981/artifacts/8834839179
2026-08-02T14:33:07.1676915Z Post job cleanup.
2026-08-02T14:33:07.3931677Z Post job cleanup.
2026-08-02T14:33:07.6109398Z [command]"C:\Program Files\Git\bin\git.exe" version
2026-08-02T14:33:07.6374502Z git version 2.55.0.windows.3
2026-08-02T14:33:07.6455664Z Temporarily overriding HOME='D:\a\_temp\1617cdac-8182-41bf-a200-c4e7448beed6' before making global git config changes
2026-08-02T14:33:07.6456695Z Adding repository directory to the temporary git global config as a safe directory
2026-08-02T14:33:07.6467133Z [command]"C:\Program Files\Git\bin\git.exe" config --global --add safe.directory D:\a\pypy\pypy
2026-08-02T14:33:07.6753530Z Removing SSH command configuration
2026-08-02T14:33:07.6764146Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-08-02T14:33:07.7064327Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-08-02T14:33:08.2653483Z Removing HTTP extra header
2026-08-02T14:33:08.2664344Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-02T14:33:08.2980339Z [command]"C:\Program Files\Git\bin\git.exe" 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-02T14:33:08.8331822Z Removing includeIf entries pointing to credentials config files
2026-08-02T14:33:08.8344484Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-02T14:33:08.8608734Z includeif.gitdir:D:/a/pypy/pypy/.git.path
2026-08-02T14:33:08.8609361Z includeif.gitdir:D:/a/pypy/pypy/.git/worktrees/*.path
2026-08-02T14:33:08.8609912Z includeif.gitdir:/github/workspace/.git.path
2026-08-02T14:33:08.8610507Z includeif.gitdir:/github/workspace/.git/worktrees/*.path
2026-08-02T14:33:08.8648742Z [command]"C:\Program Files\Git\bin\git.exe" config --local --get-all includeif.gitdir:D:/a/pypy/pypy/.git.path
2026-08-02T14:33:08.8901880Z D:\a\_temp\git-credentials-a5ca05da-cfe6-4e92-9df3-9dac422645b9.config
2026-08-02T14:33:08.8942851Z [command]"C:\Program Files\Git\bin\git.exe" config --local --unset includeif.gitdir:D:/a/pypy/pypy/.git.path D:\a\_temp\git-credentials-a5ca05da-cfe6-4e92-9df3-9dac422645b9.config
2026-08-02T14:33:08.9262457Z [command]"C:\Program Files\Git\bin\git.exe" config --local --get-all includeif.gitdir:D:/a/pypy/pypy/.git/worktrees/*.path
2026-08-02T14:33:08.9559529Z D:\a\_temp\git-credentials-a5ca05da-cfe6-4e92-9df3-9dac422645b9.config
2026-08-02T14:33:08.9600654Z [command]"C:\Program Files\Git\bin\git.exe" config --local --unset includeif.gitdir:D:/a/pypy/pypy/.git/worktrees/*.path D:\a\_temp\git-credentials-a5ca05da-cfe6-4e92-9df3-9dac422645b9.config
2026-08-02T14:33:08.9897581Z [command]"C:\Program Files\Git\bin\git.exe" config --local --get-all includeif.gitdir:/github/workspace/.git.path
2026-08-02T14:33:09.0153353Z /github/runner_temp/git-credentials-a5ca05da-cfe6-4e92-9df3-9dac422645b9.config
2026-08-02T14:33:09.0193311Z [command]"C:\Program Files\Git\bin\git.exe" config --local --unset includeif.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-a5ca05da-cfe6-4e92-9df3-9dac422645b9.config
2026-08-02T14:33:09.0491433Z [command]"C:\Program Files\Git\bin\git.exe" config --local --get-all includeif.gitdir:/github/workspace/.git/worktrees/*.path
2026-08-02T14:33:09.0743028Z /github/runner_temp/git-credentials-a5ca05da-cfe6-4e92-9df3-9dac422645b9.config
2026-08-02T14:33:09.0782713Z [command]"C:\Program Files\Git\bin\git.exe" config --local --unset includeif.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-a5ca05da-cfe6-4e92-9df3-9dac422645b9.config
2026-08-02T14:33:09.1083589Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-08-02T14:33:09.6228317Z Removing credentials config 'D:\a\_temp\git-credentials-a5ca05da-cfe6-4e92-9df3-9dac422645b9.config'
2026-08-02T14:33:09.6431197Z Cleaning up orphan processes
2026-08-02T14:33:09.6733144Z Terminate orphan process: pid (4136) (vctip)