2026-08-31T21:20:06.6691846Z Current runner version: '2.337.0'
Runner Image Provisioner
2026-08-31T21:20:06.6730529Z Hosted Compute Agent 2026-08-31T21:20:06.6731393Z Version: 20260819.586 2026-08-31T21:20:06.6732374Z Commit: 3cc4a88dfa507ef76119ad1bb3eccc6378bb2b76 2026-08-31T21:20:06.6733653Z Build Date: 2026-08-18T23:20:18Z 2026-08-31T21:20:06.6734750Z Worker ID: {be8a8a05-d9e4-4007-95d8-f4c1a8267d14} 2026-08-31T21:20:06.6735932Z Azure Region: westus3
Operating System
2026-08-31T21:20:06.6740247Z Microsoft Windows Server 2025 2026-08-31T21:20:06.6741578Z 10.0.26100 2026-08-31T21:20:06.6742392Z Datacenter
Runner Image
2026-08-31T21:20:06.6744800Z Image: windows-2025-vs2026 2026-08-31T21:20:06.6745693Z Version: 20260824.214.3 2026-08-31T21:20:06.6748073Z Included Software: https://github.com/actions/runner-images/blob/win25-vs2026/20260824.214/images/windows/Windows2025-VS2026-Readme.md 2026-08-31T21:20:06.6750708Z Image Release: https://github.com/actions/runner-images/releases/tag/win25-vs2026%2F20260824.214
GITHUB_TOKEN Permissions
2026-08-31T21:20:06.6757000Z Contents: read 2026-08-31T21:20:06.6757873Z Metadata: read
2026-08-31T21:20:06.6762458Z Secret source: Actions 2026-08-31T21:20:06.6764087Z Prepare workflow directory 2026-08-31T21:20:06.7170824Z Prepare all required actions 2026-08-31T21:20:06.7221521Z Getting action download info 2026-08-31T21:20:07.0244226Z Download action repository 'actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd' (SHA:de0fac2e4500dabe0009e67214ff5f5447ce83dd) 2026-08-31T21:20:07.1507373Z Download action repository 'actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405' (SHA:a309ff8b426b58ec0e2a45f0f869d46889d02405) 2026-08-31T21:20:07.2862273Z Download action repository 'actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a' (SHA:043fb46d1a93c77aae656e7c1c64a875d1fc6a0a) 2026-08-31T21:20:07.5194657Z Complete job name: jit-arch (win64)
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2026-08-31T21:20:07.6843890Z with: 2026-08-31T21:20:07.6844700Z repository: pypy/pypy 2026-08-31T21:20:07.6851991Z token: *** 2026-08-31T21:20:07.6852719Z ssh-strict: true 2026-08-31T21:20:07.6953174Z ssh-user: git 2026-08-31T21:20:07.6953994Z persist-credentials: true 2026-08-31T21:20:07.6954780Z clean: true 2026-08-31T21:20:07.6955586Z sparse-checkout-cone-mode: true 2026-08-31T21:20:07.6956551Z fetch-depth: 1 2026-08-31T21:20:07.6957391Z fetch-tags: false 2026-08-31T21:20:07.6958103Z show-progress: true 2026-08-31T21:20:07.6958850Z lfs: false 2026-08-31T21:20:07.6959532Z submodules: false 2026-08-31T21:20:07.6960256Z set-safe-directory: true
2026-08-31T21:20:07.8548767Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-31T21:20:07.8552365Z Working directory is 'D:\a\pypy\pypy' 2026-08-31T21:20:07.9551013Z [command]"C:\Program Files\Git\bin\git.exe" version 2026-08-31T21:20:08.3938344Z git version 2.55.0.windows.5
2026-08-31T21:20:08.4012888Z Temporarily overriding HOME='D:\a\_temp\3c9cdcd1-a090-4bd6-88ee-3f927c2e6992' before making global git config changes 2026-08-31T21:20:08.4015022Z Adding repository directory to the temporary git global config as a safe directory 2026-08-31T21:20:08.4022521Z [command]"C:\Program Files\Git\bin\git.exe" config --global --add safe.directory D:\a\pypy\pypy 2026-08-31T21:20:08.4661375Z Deleting the contents of 'D:\a\pypy\pypy'
Initializing the repository
2026-08-31T21:20:08.4677787Z [command]"C:\Program Files\Git\bin\git.exe" init D:\a\pypy\pypy 2026-08-31T21:20:08.5564933Z Initialized empty Git repository in D:/a/pypy/pypy/.git/ 2026-08-31T21:20:08.5612376Z [command]"C:\Program Files\Git\bin\git.exe" remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-31T21:20:08.6311668Z [command]"C:\Program Files\Git\bin\git.exe" config --local gc.auto 0
Setting up auth
2026-08-31T21:20:08.6640869Z Removing SSH command configuration 2026-08-31T21:20:08.6657591Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp core\.sshCommand 2026-08-31T21:20:08.7042328Z [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-31T21:20:10.3338476Z Removing HTTP extra header 2026-08-31T21:20:10.3354327Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-31T21:20:10.3675780Z [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-31T21:20:10.9229619Z Removing includeIf entries pointing to credentials config files 2026-08-31T21:20:10.9242367Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-31T21:20:10.9557369Z [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-31T21:20:11.5208345Z [command]"C:\Program Files\Git\bin\git.exe" config --file D:\a\_temp\git-credentials-72d52d47-505c-4207-934f-8fb8570befa0.config http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2026-08-31T21:20:11.5534715Z [command]"C:\Program Files\Git\bin\git.exe" config --local includeIf.gitdir:D:/a/pypy/pypy/.git.path D:\a\_temp\git-credentials-72d52d47-505c-4207-934f-8fb8570befa0.config 2026-08-31T21:20:11.5845915Z [command]"C:\Program Files\Git\bin\git.exe" config --local includeIf.gitdir:D:/a/pypy/pypy/.git/worktrees/*.path D:\a\_temp\git-credentials-72d52d47-505c-4207-934f-8fb8570befa0.config 2026-08-31T21:20:11.6204877Z [command]"C:\Program Files\Git\bin\git.exe" config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-72d52d47-505c-4207-934f-8fb8570befa0.config 2026-08-31T21:20:11.6517389Z [command]"C:\Program Files\Git\bin\git.exe" config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-72d52d47-505c-4207-934f-8fb8570befa0.config
Fetching the repository
2026-08-31T21:20:11.6845159Z [command]"C:\Program Files\Git\bin\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +09916d286ed3703261ad5bc63c46083bdf7e253b:refs/remotes/origin/main 2026-08-31T21:20:15.8801035Z From https://github.com/pypy/pypy 2026-08-31T21:20:15.8802007Z * [new ref] 09916d286ed3703261ad5bc63c46083bdf7e253b -> origin/main 2026-08-31T21:20:15.8856349Z [command]"C:\Program Files\Git\bin\git.exe" branch --list --remote origin/main 2026-08-31T21:20:15.9268100Z origin/main 2026-08-31T21:20:15.9317605Z [command]"C:\Program Files\Git\bin\git.exe" rev-parse refs/remotes/origin/main 2026-08-31T21:20:15.9741469Z 09916d286ed3703261ad5bc63c46083bdf7e253b
Determining the checkout info
2026-08-31T21:20:15.9794049Z [command]"C:\Program Files\Git\bin\git.exe" sparse-checkout disable 2026-08-31T21:20:16.0240453Z [command]"C:\Program Files\Git\bin\git.exe" config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-31T21:20:16.0549824Z [command]"C:\Program Files\Git\bin\git.exe" checkout --progress --force -B main refs/remotes/origin/main 2026-08-31T21:20:17.1007931Z Updating files: 55% (3366/6014) 2026-08-31T21:20:17.1144454Z Updating files: 56% (3368/6014) 2026-08-31T21:20:17.1264440Z Updating files: 57% (3428/6014) 2026-08-31T21:20:17.1409351Z Updating files: 58% (3489/6014) 2026-08-31T21:20:17.1509783Z Updating files: 59% (3549/6014) 2026-08-31T21:20:17.1644887Z Updating files: 60% (3609/6014) 2026-08-31T21:20:17.1802797Z Updating files: 61% (3669/6014) 2026-08-31T21:20:17.1935966Z Updating files: 62% (3729/6014) 2026-08-31T21:20:17.2082229Z Updating files: 63% (3789/6014) 2026-08-31T21:20:17.2257411Z Updating files: 64% (3849/6014) 2026-08-31T21:20:17.2382129Z Updating files: 65% (3910/6014) 2026-08-31T21:20:17.2503721Z Updating files: 66% (3970/6014) 2026-08-31T21:20:17.2634393Z Updating files: 67% (4030/6014) 2026-08-31T21:20:17.2803050Z Updating files: 68% (4090/6014) 2026-08-31T21:20:17.2954601Z Updating files: 69% (4150/6014) 2026-08-31T21:20:17.3178899Z Updating files: 70% (4210/6014) 2026-08-31T21:20:17.3321414Z Updating files: 71% (4270/6014) 2026-08-31T21:20:17.3484744Z Updating files: 72% (4331/6014) 2026-08-31T21:20:17.3609471Z Updating files: 73% (4391/6014) 2026-08-31T21:20:17.3715847Z Updating files: 74% (4451/6014) 2026-08-31T21:20:17.3862412Z Updating files: 75% (4511/6014) 2026-08-31T21:20:17.3983082Z Updating files: 76% (4571/6014) 2026-08-31T21:20:17.4106571Z Updating files: 77% (4631/6014) 2026-08-31T21:20:17.4227855Z Updating files: 78% (4691/6014) 2026-08-31T21:20:17.4345654Z Updating files: 79% (4752/6014) 2026-08-31T21:20:17.4514964Z Updating files: 80% (4812/6014) 2026-08-31T21:20:17.4726337Z Updating files: 81% (4872/6014) 2026-08-31T21:20:17.4892201Z Updating files: 82% (4932/6014) 2026-08-31T21:20:17.5030912Z Updating files: 83% (4992/6014) 2026-08-31T21:20:17.5214542Z Updating files: 84% (5052/6014) 2026-08-31T21:20:17.5375497Z Updating files: 85% (5112/6014) 2026-08-31T21:20:17.5547371Z Updating files: 86% (5173/6014) 2026-08-31T21:20:17.5700589Z Updating files: 87% (5233/6014) 2026-08-31T21:20:17.5860964Z Updating files: 88% (5293/6014) 2026-08-31T21:20:17.6000466Z Updating files: 89% (5353/6014) 2026-08-31T21:20:17.6238287Z Updating files: 90% (5413/6014) 2026-08-31T21:20:17.7612739Z Updating files: 91% (5473/6014) 2026-08-31T21:20:17.8356125Z Updating files: 92% (5533/6014) 2026-08-31T21:20:17.8516044Z Updating files: 93% (5594/6014) 2026-08-31T21:20:17.8653317Z Updating files: 94% (5654/6014) 2026-08-31T21:20:17.8808651Z Updating files: 95% (5714/6014) 2026-08-31T21:20:17.8938872Z Updating files: 96% (5774/6014) 2026-08-31T21:20:17.9086975Z Updating files: 97% (5834/6014) 2026-08-31T21:20:17.9204191Z Updating files: 98% (5894/6014) 2026-08-31T21:20:17.9345713Z Updating files: 99% (5954/6014) 2026-08-31T21:20:17.9346189Z Updating files: 100% (6014/6014) 2026-08-31T21:20:17.9346525Z Updating files: 100% (6014/6014), done. 2026-08-31T21:20:17.9548437Z Switched to a new branch 'main' 2026-08-31T21:20:17.9563997Z branch 'main' set up to track 'origin/main'.
2026-08-31T21:20:18.0047021Z [command]"C:\Program Files\Git\bin\git.exe" log -1 --format=%H 2026-08-31T21:20:18.0374396Z 09916d286ed3703261ad5bc63c46083bdf7e253b
Run actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
2026-08-31T21:20:18.0949222Z with: 2026-08-31T21:20:18.0949431Z python-version: pypy2.7-7.3.22 2026-08-31T21:20:18.0949666Z check-latest: false 2026-08-31T21:20:18.0952901Z token: *** 2026-08-31T21:20:18.0953108Z update-environment: true 2026-08-31T21:20:18.0953332Z allow-prereleases: false 2026-08-31T21:20:18.0953554Z freethreaded: false
Installed versions
2026-08-31T21:20:18.2995420Z PyPy version 2.7 (7.3.22) was not found in the local cache 2026-08-31T21:20:18.6638589Z Downloading PyPy from "https://downloads.python.org/pypy/pypy2.7-v7.3.22-win64.zip" ... 2026-08-31T21:20:18.9828152Z Extracting downloaded archive... 2026-08-31T21:20:19.0784601Z [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\046accbe-c6c0-4e34-a10d-a1eaf8dd5059', $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\046accbe-c6c0-4e34-a10d-a1eaf8dd5059' -Force } else { throw $_ } } ;" 2026-08-31T21:20:27.7138489Z Creating symlinks... 2026-08-31T21:20:27.7141157Z Installing and updating pip 2026-08-31T21:20:27.7162382Z [command]C:\hostedtoolcache\windows\PyPy\2.7.18\x64\python.exe -m ensurepip 2026-08-31T21:20:29.6803156Z 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-31T21:20:29.7774073Z Looking in links: c:\users\runner~1\appdata\local\temp\tmp6gnhlk 2026-08-31T21:20:29.9341023Z Processing c:\users\runner~1\appdata\local\temp\tmp6gnhlk\setuptools-44.0.0-py2.py3-none-any.whl 2026-08-31T21:20:30.2524514Z Processing c:\users\runner~1\appdata\local\temp\tmp6gnhlk\pip-20.0.2-py2.py3-none-any.whl 2026-08-31T21:20:30.7115380Z Installing collected packages: setuptools, pip 2026-08-31T21:20:35.1895740Z Successfully installed pip-20.0.2 setuptools-44.0.0 2026-08-31T21:20:35.3327265Z [command]C:\hostedtoolcache\windows\PyPy\2.7.18\x64\python.exe -m pip install --ignore-installed pip 2026-08-31T21:20:36.0168858Z 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-31T21:20:36.4715993Z Collecting pip 2026-08-31T21:20:36.5180906Z Downloading pip-20.3.4-py2.py3-none-any.whl (1.5 MB) 2026-08-31T21:20:37.1029385Z Installing collected packages: pip 2026-08-31T21:20:39.9324150Z 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-31T21:20:39.9325738Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2026-08-31T21:20:40.1538876Z Successfully installed pip-20.3.4 2026-08-31T21:20:40.5590388Z Successfully set up PyPy 7.3.22 with Python (2.7.18)
Run pypy -m pip install hypothesis==4.39.3
2026-08-31T21:20:40.5895351Z pypy -m pip install hypothesis==4.39.3 2026-08-31T21:20:40.7652684Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'" 2026-08-31T21:20:40.7653049Z env: 2026-08-31T21:20:40.7653316Z pythonLocation: C:\hostedtoolcache\windows\PyPy\2.7.18\x64 2026-08-31T21:20:40.7653693Z Python_ROOT_DIR: C:\hostedtoolcache\windows\PyPy\2.7.18\x64 2026-08-31T21:20:40.7654062Z Python2_ROOT_DIR: C:\hostedtoolcache\windows\PyPy\2.7.18\x64 2026-08-31T21:20:40.7654421Z Python3_ROOT_DIR: C:\hostedtoolcache\windows\PyPy\2.7.18\x64 2026-08-31T21:20:40.7654837Z PKG_CONFIG_PATH: C:\hostedtoolcache\windows\PyPy\2.7.18\x64/lib/pkgconfig
2026-08-31T21:20:41.8047835Z 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-31T21:20:43.5767602Z Collecting hypothesis==4.39.3 2026-08-31T21:20:43.6242541Z Downloading hypothesis-4.39.3.tar.gz (213 kB) 2026-08-31T21:20:44.3656108Z Collecting attrs>=19.2.0 2026-08-31T21:20:44.3803097Z Downloading attrs-21.4.0-py2.py3-none-any.whl (60 kB) 2026-08-31T21:20:44.5448914Z Collecting enum34 2026-08-31T21:20:44.5603811Z Downloading enum34-1.1.10-py2-none-any.whl (11 kB) 2026-08-31T21:20:44.5825298Z Using legacy 'setup.py install' for hypothesis, since package 'wheel' is not installed. 2026-08-31T21:20:44.6810133Z Installing collected packages: attrs, enum34, hypothesis 2026-08-31T21:20:44.8561180Z Running setup.py install for hypothesis: started 2026-08-31T21:20:45.7638935Z Running setup.py install for hypothesis: finished with status 'done' 2026-08-31T21:20:45.7969920Z Successfully installed attrs-21.4.0 enum34-1.1.10 hypothesis-4.39.3
Run pypy get_externals.py
2026-08-31T21:20:46.0020566Z pypy get_externals.py 2026-08-31T21:20:46.0122425Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'" 2026-08-31T21:20:46.0122773Z env: 2026-08-31T21:20:46.0123050Z pythonLocation: C:\hostedtoolcache\windows\PyPy\2.7.18\x64 2026-08-31T21:20:46.0123435Z Python_ROOT_DIR: C:\hostedtoolcache\windows\PyPy\2.7.18\x64 2026-08-31T21:20:46.0123826Z Python2_ROOT_DIR: C:\hostedtoolcache\windows\PyPy\2.7.18\x64 2026-08-31T21:20:46.0124455Z Python3_ROOT_DIR: C:\hostedtoolcache\windows\PyPy\2.7.18\x64 2026-08-31T21:20:46.0124874Z PKG_CONFIG_PATH: C:\hostedtoolcache\windows\PyPy\2.7.18\x64/lib/pkgconfig 2026-08-31T21:20:46.0125236Z PYTHONPATH: .
2026-08-31T21:20:46.8064805Z [platform:msg] Updated environment with vsver 160, using x64 True 2026-08-31T21:20:47.0451822Z Cloning into 'D:\a\pypy\pypy\externals'... 2026-08-31T21:20:49.9916671Z Switched to a new branch 'win64_14x' 2026-08-31T21:20:49.9932581Z branch 'win64_14x' set up to track 'origin/win64_14x'.
Run echo "parallel_runs=4" > machine_cfg.py
2026-08-31T21:20:50.1241897Z echo "parallel_runs=4" > machine_cfg.py 2026-08-31T21:20:50.1262567Z shell: C:\Program Files\Git\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2026-08-31T21:20:50.1262961Z env: 2026-08-31T21:20:50.1263219Z pythonLocation: C:\hostedtoolcache\windows\PyPy\2.7.18\x64 2026-08-31T21:20:50.1263592Z Python_ROOT_DIR: C:\hostedtoolcache\windows\PyPy\2.7.18\x64 2026-08-31T21:20:50.1263955Z Python2_ROOT_DIR: C:\hostedtoolcache\windows\PyPy\2.7.18\x64 2026-08-31T21:20:50.1264306Z Python3_ROOT_DIR: C:\hostedtoolcache\windows\PyPy\2.7.18\x64 2026-08-31T21:20:50.1264709Z PKG_CONFIG_PATH: C:\hostedtoolcache\windows\PyPy\2.7.18\x64/lib/pkgconfig
Run set -o pipefail
2026-08-31T21:20:50.3277112Z set -o pipefail 2026-08-31T21:20:50.3277351Z case "$SUITE" in 2026-08-31T21:20:50.3277569Z rlib) 2026-08-31T21:20:50.3278114Z PYPYCHERRYPICK="rlib" ;; 2026-08-31T21:20:50.3278384Z translator) 2026-08-31T21:20:50.3278621Z PYPYCHERRYPICK="translator" ;; 2026-08-31T21:20:50.3278887Z misc) 2026-08-31T21:20:50.3279087Z case "$ARCH" in 2026-08-31T21:20:50.3279440Z win64) PYPYCHERRYPICK="annotator:config:flowspace:tool:memory" ;; 2026-08-31T21:20:50.3279957Z *) PYPYCHERRYPICK="annotator:config:flowspace:tool:rtyper:memory" ;; 2026-08-31T21:20:50.3280334Z esac ;; 2026-08-31T21:20:50.3280532Z jit-arch) 2026-08-31T21:20:50.3280736Z case "$ARCH" in 2026-08-31T21:20:50.3281085Z arm64) PYPYCHERRYPICK="jit/backend/aarch64" ;; 2026-08-31T21:20:50.3281422Z *) PYPYCHERRYPICK="jit/backend/x86" ;; 2026-08-31T21:20:50.3282434Z esac ;; 2026-08-31T21:20:50.3282639Z jit-other) 2026-08-31T21:20:50.3282850Z case "$ARCH" in 2026-08-31T21:20:50.3283697Z 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-31T21:20:50.3285224Z *) 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-31T21:20:50.3286095Z esac ;; 2026-08-31T21:20:50.3286297Z esac 2026-08-31T21:20:50.3286498Z export PYPYCHERRYPICK 2026-08-31T21:20:50.3286763Z if [ -n "$CONTAINER" ]; then 2026-08-31T21:20:50.3287025Z docker run --rm \ 2026-08-31T21:20:50.3287308Z -v "$GITHUB_WORKSPACE:/workspace" \ 2026-08-31T21:20:50.3287590Z -w /workspace \ 2026-08-31T21:20:50.3287842Z -e PYPYCHERRYPICK \ 2026-08-31T21:20:50.3288090Z -e PYTHONPATH \ 2026-08-31T21:20:50.3288311Z "$CONTAINER" \ 2026-08-31T21:20:50.3288551Z pypy testrunner/runner.py \ 2026-08-31T21:20:50.3288840Z --config=pypy/testrunner_cfg.py \ 2026-08-31T21:20:50.3289275Z --config=machine_cfg.py \ 2026-08-31T21:20:50.3289560Z --root=rpython \ 2026-08-31T21:20:50.3289798Z --timeout=1759 \ 2026-08-31T21:20:50.3290050Z --logfile=testrun.log \ 2026-08-31T21:20:50.3290323Z 2>&1 | tee testrun-output.log 2026-08-31T21:20:50.3290584Z else 2026-08-31T21:20:50.3290807Z pypy testrunner/runner.py \ 2026-08-31T21:20:50.3291081Z --config=pypy/testrunner_cfg.py \ 2026-08-31T21:20:50.3291368Z --config=machine_cfg.py \ 2026-08-31T21:20:50.3291614Z --root=rpython \ 2026-08-31T21:20:50.3291843Z --timeout=1759 \ 2026-08-31T21:20:50.3292077Z --logfile=testrun.log \ 2026-08-31T21:20:50.3292348Z 2>&1 | tee testrun-output.log 2026-08-31T21:20:50.3292589Z fi 2026-08-31T21:20:50.3311756Z shell: C:\Program Files\Git\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2026-08-31T21:20:50.3312170Z env: 2026-08-31T21:20:50.3312452Z pythonLocation: C:\hostedtoolcache\windows\PyPy\2.7.18\x64 2026-08-31T21:20:50.3312868Z Python_ROOT_DIR: C:\hostedtoolcache\windows\PyPy\2.7.18\x64 2026-08-31T21:20:50.3313247Z Python2_ROOT_DIR: C:\hostedtoolcache\windows\PyPy\2.7.18\x64 2026-08-31T21:20:50.3313618Z Python3_ROOT_DIR: C:\hostedtoolcache\windows\PyPy\2.7.18\x64 2026-08-31T21:20:50.3315792Z PKG_CONFIG_PATH: C:\hostedtoolcache\windows\PyPy\2.7.18\x64/lib/pkgconfig 2026-08-31T21:20:50.3316212Z SUITE: jit-arch 2026-08-31T21:20:50.3316411Z ARCH: win64 2026-08-31T21:20:50.3316592Z CONTAINER: 2026-08-31T21:20:50.3316779Z PYTHONPATH: . 2026-08-31T21:20:50.3316975Z PYPY_LOCALBASE:
2026-08-31T21:20:50.5783880Z using config pypy/testrunner_cfg.py 2026-08-31T21:20:50.5950703Z using config machine_cfg.py 2026-08-31T21:20:50.5968330Z running 4 parallel test workers 2026-08-31T21:20:50.5986722Z setting MAKEFLAGS to ' ' (space) 2026-08-31T21:20:50.5988121Z -- jit/backend/x86/test/test_assembler.py 2026-08-31T21:20:50.5996684Z -- jit/backend/x86/test/test_basic.py 2026-08-31T21:20:50.6006762Z -- jit/backend/x86/test/test_call.py 2026-08-31T21:20:50.6057812Z -- jit/backend/x86/test/test_callbuilder.py 2026-08-31T21:20:50.6127358Z -- jit/backend/x86/test/test_calling_convention.py 2026-08-31T21:20:50.6199083Z -- jit/backend/x86/test/test_del.py 2026-08-31T21:20:50.6201583Z -- jit/backend/x86/test/test_dict.py 2026-08-31T21:20:50.6213159Z -- jit/backend/x86/test/test_exception.py 2026-08-31T21:20:50.6229260Z -- jit/backend/x86/test/test_fficall.py 2026-08-31T21:20:50.6240392Z -- jit/backend/x86/test/test_float.py 2026-08-31T21:20:50.6254995Z -- jit/backend/x86/test/test_jitlog.py 2026-08-31T21:20:50.6263451Z -- jit/backend/x86/test/test_jump.py 2026-08-31T21:20:50.6290099Z -- jit/backend/x86/test/test_list.py 2026-08-31T21:20:50.6317020Z -- jit/backend/x86/test/test_llop.py 2026-08-31T21:20:50.6318646Z -- jit/backend/x86/test/test_longlong.py 2026-08-31T21:20:50.6323124Z -- jit/backend/x86/test/test_loop_unroll.py 2026-08-31T21:20:50.6330191Z -- jit/backend/x86/test/test_quasiimmut.py 2026-08-31T21:20:50.6355771Z -- jit/backend/x86/test/test_rawmem.py 2026-08-31T21:20:50.6359476Z -- jit/backend/x86/test/test_recursive.py 2026-08-31T21:20:50.6366649Z -- jit/backend/x86/test/test_regalloc.py 2026-08-31T21:20:50.6368022Z -- jit/backend/x86/test/test_regloc.py 2026-08-31T21:20:50.6375360Z -- jit/backend/x86/test/test_runner.py 2026-08-31T21:20:50.6375909Z -- jit/backend/x86/test/test_rvmprof.py 2026-08-31T21:20:50.6376395Z -- jit/backend/x86/test/test_rx86.py 2026-08-31T21:20:50.6377193Z -- jit/backend/x86/test/test_rx86_32_auto_encoding.py 2026-08-31T21:20:50.6378177Z -- jit/backend/x86/test/test_rx86_64_auto_encoding.py 2026-08-31T21:20:50.6382356Z -- jit/backend/x86/test/test_send.py 2026-08-31T21:20:50.6383144Z -- jit/backend/x86/test/test_slist.py 2026-08-31T21:20:50.6384322Z -- jit/backend/x86/test/test_string.py 2026-08-31T21:20:50.6386648Z -- jit/backend/x86/test/test_symbolic_x86.py 2026-08-31T21:20:50.6387228Z -- jit/backend/x86/test/test_tl.py 2026-08-31T21:20:50.6387715Z -- jit/backend/x86/test/test_tlc.py 2026-08-31T21:20:50.6389052Z -- jit/backend/x86/test/test_tracelimit.py 2026-08-31T21:20:50.6389671Z -- jit/backend/x86/test/test_virtual.py 2026-08-31T21:20:50.6390050Z -- jit/backend/x86/test/test_virtualizable.py 2026-08-31T21:20:50.6390445Z -- jit/backend/x86/test/test_virtualref.py 2026-08-31T21:20:50.6390826Z -- jit/backend/x86/test/test_x86vector.py 2026-08-31T21:20:50.6408035Z -- jit/backend/x86/test/test_zmath.py 2026-08-31T21:20:50.6408656Z -- jit/backend/x86/test/test_zrpy_gc.py 2026-08-31T21:20:50.6409430Z -- jit/backend/x86/test/test_zrpy_gc_boehm.py 2026-08-31T21:20:50.6418716Z -- jit/backend/x86/test/test_zrpy_releasegil.py 2026-08-31T21:20:50.6419310Z -- jit/backend/x86/test/test_zrpy_vecopt.py 2026-08-31T21:20:50.6419850Z -- jit/backend/x86/test/test_zrpy_vmprof.py 2026-08-31T21:20:50.6420411Z -- jit/backend/x86/test/test_ztranslation_basic.py 2026-08-31T21:20:50.6421070Z -- jit/backend/x86/test/test_ztranslation_call_assembler.py 2026-08-31T21:20:50.6421762Z -- jit/backend/x86/test/test_ztranslation_external_exception.py 2026-08-31T21:20:50.6422958Z -- jit/backend/x86/test/test_ztranslation_jit_stats.py 2026-08-31T21:20:50.6423600Z -- jit/backend/x86/tool/test/test_viewcode.py 2026-08-31T21:20:50.6429753Z -- total: 48 to run 2026-08-31T21:20:50.6430970Z ++ 21:20:50 starting jit/backend/x86/test/test_assembler.py [1 started in total] 2026-08-31T21:20:50.6431867Z ++ 21:20:50 starting jit/backend/x86/test/test_basic.py [2 started in total] 2026-08-31T21:20:50.6432657Z ++ 21:20:50 starting jit/backend/x86/test/test_call.py [3 started in total] 2026-08-31T21:21:23.2922472Z ++ 21:20:50 starting jit/backend/x86/test/test_callbuilder.py [4 started in total] 2026-08-31T21:21:23.2925551Z __ jit/backend/x86/test/test_callbuilder.py [1 done in total, somefailed=False] 2026-08-31T21:21:23.2931599Z [platform:msg] Updated environment with vsver 160, using x64 True 2026-08-31T21:21:23.2952555Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160' 2026-08-31T21:21:23.2969832Z ============================= test session starts ============================= 2026-08-31T21:21:23.2978946Z 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-31T21:21:23.3110257Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples') 2026-08-31T21:21:23.3150480Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc 2026-08-31T21:21:23.3162223Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini 2026-08-31T21:21:23.3163638Z plugins: hypothesis-4.39.3 2026-08-31T21:21:23.3205914Z collected 2 items 2026-08-31T21:21:23.3245624Z 2026-08-31T21:21:23.3288364Z jit\backend\x86\test\test_callbuilder.py .. 2026-08-31T21:21:23.3288830Z 2026-08-31T21:21:23.3446608Z ========================== 2 passed in 3.13 seconds =========================== 2026-08-31T21:21:28.6297567Z ++ 21:21:23 starting jit/backend/x86/test/test_calling_convention.py [5 started in total] 2026-08-31T21:21:28.6409309Z __ jit/backend/x86/test/test_assembler.py [2 done in total, somefailed=False] _ 2026-08-31T21:21:28.6504966Z [platform:msg] Updated environment with vsver 160, using x64 True 2026-08-31T21:21:28.6524053Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160' 2026-08-31T21:21:28.6626311Z ============================= test session starts ============================= 2026-08-31T21:21:28.6745560Z 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-31T21:21:28.6828749Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples') 2026-08-31T21:21:28.6865323Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc 2026-08-31T21:21:28.6950203Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini 2026-08-31T21:21:28.7002292Z plugins: hypothesis-4.39.3 2026-08-31T21:21:28.7025357Z collected 3 items 2026-08-31T21:21:28.7076496Z 2026-08-31T21:21:28.7083228Z jit\backend\x86\test\test_assembler.py ... 2026-08-31T21:21:28.7085427Z 2026-08-31T21:21:28.7086170Z ========================== 3 passed in 7.14 seconds =========================== 2026-08-31T21:21:38.8697855Z ++ 21:21:28 starting jit/backend/x86/test/test_del.py [6 started in total] 2026-08-31T21:21:38.8712875Z __ jit/backend/x86/test/test_del.py [3 done in total, somefailed=False] _______ 2026-08-31T21:21:38.8719112Z [platform:msg] Updated environment with vsver 160, using x64 True 2026-08-31T21:21:38.8831735Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160' 2026-08-31T21:21:38.8832570Z ============================= test session starts ============================= 2026-08-31T21:21:38.8885499Z 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-31T21:21:38.8888348Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples') 2026-08-31T21:21:38.9044046Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc 2026-08-31T21:21:38.9045189Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini 2026-08-31T21:21:38.9112967Z plugins: hypothesis-4.39.3 2026-08-31T21:21:38.9161225Z collected 3 items 2026-08-31T21:21:38.9165354Z 2026-08-31T21:21:38.9352405Z jit\backend\x86\test\test_del.py ... 2026-08-31T21:21:38.9352919Z 2026-08-31T21:21:38.9353188Z ========================== 3 passed in 6.37 seconds =========================== 2026-08-31T21:21:49.1299738Z ++ 21:21:38 starting jit/backend/x86/test/test_dict.py [7 started in total] 2026-08-31T21:21:49.1312056Z __ jit/backend/x86/test/test_call.py [4 done in total, somefailed=False] ______ 2026-08-31T21:21:49.1313436Z [platform:msg] Updated environment with vsver 160, using x64 True 2026-08-31T21:21:49.1314374Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160' 2026-08-31T21:21:49.1315247Z ============================= test session starts ============================= 2026-08-31T21:21:49.1316145Z 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-31T21:21:49.1317518Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples') 2026-08-31T21:21:49.1319151Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.py 2026-08-31T21:21:49.1319905Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini 2026-08-31T21:21:49.1320446Z plugins: hypothesis-4.39.3 2026-08-31T21:21:49.1320996Z collected 16 items 2026-08-31T21:21:49.1321312Z 2026-08-31T21:21:49.1321644Z jit\backend\x86\test\test_call.py ................ 2026-08-31T21:21:49.1322134Z 2026-08-31T21:21:49.1322479Z ========================= 16 passed in 23.33 seconds ========================== 2026-08-31T21:22:27.2284278Z ++ 21:21:49 starting jit/backend/x86/test/test_exception.py [8 started in total] 2026-08-31T21:22:27.2288991Z __ jit/backend/x86/test/test_exception.py [5 done in total, somefailed=False] _ 2026-08-31T21:22:27.2303700Z [platform:msg] Updated environment with vsver 160, using x64 True 2026-08-31T21:22:27.2309954Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160' 2026-08-31T21:22:27.2380194Z ============================= test session starts ============================= 2026-08-31T21:22:27.2577459Z 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-31T21:22:27.2622679Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples') 2026-08-31T21:22:27.2643603Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc 2026-08-31T21:22:27.2704492Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini 2026-08-31T21:22:27.2717003Z plugins: hypothesis-4.39.3 2026-08-31T21:22:27.2953024Z collected 32 items 2026-08-31T21:22:27.2974720Z 2026-08-31T21:22:27.3005078Z jit\backend\x86\test\test_exception.py s............................... 2026-08-31T21:22:27.3007071Z 2026-08-31T21:22:27.3046204Z ==================== 31 passed, 1 skipped in 34.59 seconds ==================== 2026-08-31T21:22:36.3263854Z ++ 21:22:27 starting jit/backend/x86/test/test_fficall.py [9 started in total] 2026-08-31T21:22:36.3400273Z __ jit/backend/x86/test/test_calling_convention.py [6 done in total, somefailed=False] 2026-08-31T21:22:36.3484826Z [platform:msg] Updated environment with vsver 160, using x64 True 2026-08-31T21:22:36.3490309Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160' 2026-08-31T21:22:36.3522936Z ============================= test session starts ============================= 2026-08-31T21:22:36.3526809Z 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-31T21:22:36.3605671Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples') 2026-08-31T21:22:36.3633333Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc 2026-08-31T21:22:36.3638853Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini 2026-08-31T21:22:36.3660439Z plugins: hypothesis-4.39.3 2026-08-31T21:22:36.3694195Z collected 7 items 2026-08-31T21:22:36.3861911Z 2026-08-31T21:22:36.4009831Z jit\backend\x86\test\test_calling_convention.py ....... 2026-08-31T21:22:36.4012590Z 2026-08-31T21:22:36.4035392Z ========================== 7 passed in 67.07 seconds ========================== 2026-08-31T21:22:53.6293614Z ++ 21:22:36 starting jit/backend/x86/test/test_float.py [10 started in total] 2026-08-31T21:22:53.6298503Z __ jit/backend/x86/test/test_float.py [7 done in total, somefailed=False] _____ 2026-08-31T21:22:53.6313335Z [platform:msg] Updated environment with vsver 160, using x64 True 2026-08-31T21:22:53.6314776Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160' 2026-08-31T21:22:53.6354567Z ============================= test session starts ============================= 2026-08-31T21:22:53.6379488Z 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-31T21:22:53.6384809Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples') 2026-08-31T21:22:53.6465264Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc 2026-08-31T21:22:53.6502302Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini 2026-08-31T21:22:53.6504961Z plugins: hypothesis-4.39.3 2026-08-31T21:22:53.6505542Z collected 10 items 2026-08-31T21:22:53.6505868Z 2026-08-31T21:22:53.6506191Z jit\backend\x86\test\test_float.py .......... 2026-08-31T21:22:53.6506650Z 2026-08-31T21:22:53.6507002Z ========================= 10 passed in 12.33 seconds ========================== 2026-08-31T21:23:00.6136188Z ++ 21:22:53 starting jit/backend/x86/test/test_jitlog.py [11 started in total] 2026-08-31T21:23:00.6147682Z __ jit/backend/x86/test/test_jitlog.py [8 done in total, somefailed=False] ____ 2026-08-31T21:23:00.6155262Z [platform:msg] Updated environment with vsver 160, using x64 True 2026-08-31T21:23:00.6381768Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160' 2026-08-31T21:23:00.6480093Z ============================= test session starts ============================= 2026-08-31T21:23:00.6532062Z 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-31T21:23:00.6557859Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples') 2026-08-31T21:23:00.6832748Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc 2026-08-31T21:23:00.7053437Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini 2026-08-31T21:23:00.7177101Z plugins: hypothesis-4.39.3 2026-08-31T21:23:00.7192097Z collected 0 items / 1 skipped 2026-08-31T21:23:00.7371688Z 2026-08-31T21:23:00.7397585Z ========================== 1 skipped in 2.99 seconds ========================== 2026-08-31T21:23:25.8611165Z ++ 21:23:00 starting jit/backend/x86/test/test_jump.py [12 started in total] 2026-08-31T21:23:25.8612249Z __ jit/backend/x86/test/test_fficall.py [9 done in total, somefailed=False] ___ 2026-08-31T21:23:25.8613159Z [platform:msg] Updated environment with vsver 160, using x64 True 2026-08-31T21:23:25.8614081Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160' 2026-08-31T21:23:25.8614970Z ============================= test session starts ============================= 2026-08-31T21:23:25.8615841Z 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-31T21:23:25.8617217Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples') 2026-08-31T21:23:25.8618316Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc 2026-08-31T21:23:25.8618887Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini 2026-08-31T21:23:25.8619502Z plugins: hypothesis-4.39.3 2026-08-31T21:23:25.8619969Z collected 12 items 2026-08-31T21:23:25.8620243Z 2026-08-31T21:23:25.8620527Z jit\backend\x86\test\test_fficall.py ...s........ 2026-08-31T21:23:25.8620953Z 2026-08-31T21:23:25.8622481Z ==================== 11 passed, 1 skipped in 50.53 seconds ==================== 2026-08-31T21:23:28.6095466Z ++ 21:23:25 starting jit/backend/x86/test/test_list.py [13 started in total] 2026-08-31T21:23:28.6137967Z __ jit/backend/x86/test/test_jump.py [10 done in total, somefailed=False] _____ 2026-08-31T21:23:28.6167619Z [platform:msg] Updated environment with vsver 160, using x64 True 2026-08-31T21:23:28.6238778Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160' 2026-08-31T21:23:28.6254279Z ============================= test session starts ============================= 2026-08-31T21:23:28.6262817Z 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-31T21:23:28.6267955Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples') 2026-08-31T21:23:28.6321132Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc 2026-08-31T21:23:28.6340413Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini 2026-08-31T21:23:28.6352670Z plugins: hypothesis-4.39.3 2026-08-31T21:23:28.6433776Z collected 12 items 2026-08-31T21:23:28.6512228Z 2026-08-31T21:23:28.6590804Z jit\backend\x86\test\test_jump.py ............ 2026-08-31T21:23:28.6677105Z 2026-08-31T21:23:28.6768154Z ========================= 12 passed in 21.37 seconds ========================== 2026-08-31T21:23:42.4011426Z ++ 21:23:28 starting jit/backend/x86/test/test_llop.py [14 started in total] 2026-08-31T21:23:42.4030582Z __ jit/backend/x86/test/test_dict.py [11 done in total, somefailed=False] _____ 2026-08-31T21:23:42.4031788Z [platform:msg] Updated environment with vsver 160, using x64 True 2026-08-31T21:23:42.4035734Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160' 2026-08-31T21:23:42.4112967Z ============================= test session starts ============================= 2026-08-31T21:23:42.4431493Z 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-31T21:23:42.4528875Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples') 2026-08-31T21:23:42.4767571Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc 2026-08-31T21:23:42.5098219Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini 2026-08-31T21:23:42.5198178Z plugins: hypothesis-4.39.3 2026-08-31T21:23:42.5316536Z collected 20 items 2026-08-31T21:23:42.5392713Z 2026-08-31T21:23:42.5393676Z jit\backend\x86\test\test_dict.py .................... 2026-08-31T21:23:42.5394537Z 2026-08-31T21:23:42.5395372Z ========================= 20 passed in 116.62 seconds ========================= 2026-08-31T21:23:43.2605521Z ++ 21:23:42 starting jit/backend/x86/test/test_longlong.py [15 started in total] 2026-08-31T21:23:43.2623903Z __ jit/backend/x86/test/test_llop.py [12 done in total, somefailed=False] _____ 2026-08-31T21:23:43.2763278Z [platform:msg] Updated environment with vsver 160, using x64 True 2026-08-31T21:23:43.2903833Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160' 2026-08-31T21:23:43.2923800Z ============================= test session starts ============================= 2026-08-31T21:23:43.2950854Z 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-31T21:23:43.2981257Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples') 2026-08-31T21:23:43.3104905Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc 2026-08-31T21:23:43.3232792Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini 2026-08-31T21:23:43.3257982Z plugins: hypothesis-4.39.3 2026-08-31T21:23:43.3276869Z collected 5 items 2026-08-31T21:23:43.3395892Z 2026-08-31T21:23:43.3557002Z jit\backend\x86\test\test_llop.py ..... 2026-08-31T21:23:43.3576523Z 2026-08-31T21:23:43.3596845Z ========================== 5 passed in 10.80 seconds ========================== 2026-08-31T21:23:47.9941876Z ++ 21:23:43 starting jit/backend/x86/test/test_loop_unroll.py [16 started in total] 2026-08-31T21:23:47.9945734Z __ jit/backend/x86/test/test_longlong.py [13 done in total, somefailed=False] _ 2026-08-31T21:23:48.0025002Z [platform:msg] Updated environment with vsver 160, using x64 True 2026-08-31T21:23:48.0208216Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160' 2026-08-31T21:23:48.0221926Z ============================= test session starts ============================= 2026-08-31T21:23:48.0342496Z 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-31T21:23:48.0343991Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples') 2026-08-31T21:23:48.0556384Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc 2026-08-31T21:23:48.0563461Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini 2026-08-31T21:23:48.0566252Z plugins: hypothesis-4.39.3 2026-08-31T21:23:48.0566961Z collected 14 items 2026-08-31T21:23:48.0568589Z 2026-08-31T21:23:48.0569883Z jit\backend\x86\test\test_longlong.py ssssssssssssss 2026-08-31T21:23:48.0570462Z 2026-08-31T21:23:48.0613842Z ========================= 14 skipped in 2.14 seconds ========================== 2026-08-31T21:24:03.9158046Z ++ 21:23:47 starting jit/backend/x86/test/test_quasiimmut.py [17 started in total] 2026-08-31T21:24:03.9187618Z __ jit/backend/x86/test/test_list.py [14 done in total, somefailed=False] _____ 2026-08-31T21:24:03.9191708Z [platform:msg] Updated environment with vsver 160, using x64 True 2026-08-31T21:24:03.9193032Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160' 2026-08-31T21:24:03.9365664Z ============================= test session starts ============================= 2026-08-31T21:24:03.9366474Z 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-31T21:24:03.9367608Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples') 2026-08-31T21:24:03.9368620Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc 2026-08-31T21:24:03.9369127Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini 2026-08-31T21:24:03.9369609Z plugins: hypothesis-4.39.3 2026-08-31T21:24:03.9369960Z collected 23 items 2026-08-31T21:24:03.9370141Z 2026-08-31T21:24:03.9370354Z jit\backend\x86\test\test_list.py ...s................... 2026-08-31T21:24:03.9370694Z 2026-08-31T21:24:03.9370937Z ==================== 22 passed, 1 skipped in 34.80 seconds ==================== 2026-08-31T21:24:18.5584038Z ++ 21:24:03 starting jit/backend/x86/test/test_rawmem.py [18 started in total] 2026-08-31T21:24:18.5585205Z __ jit/backend/x86/test/test_rawmem.py [15 done in total, somefailed=False] ___ 2026-08-31T21:24:18.5587381Z [platform:msg] Updated environment with vsver 160, using x64 True 2026-08-31T21:24:18.5589125Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160' 2026-08-31T21:24:18.5590233Z ============================= test session starts ============================= 2026-08-31T21:24:18.5595018Z 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-31T21:24:18.5597341Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples') 2026-08-31T21:24:18.5598947Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc 2026-08-31T21:24:18.5601635Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini 2026-08-31T21:24:18.5602363Z plugins: hypothesis-4.39.3 2026-08-31T21:24:18.5602877Z collected 7 items 2026-08-31T21:24:18.5603175Z 2026-08-31T21:24:18.5603842Z jit\backend\x86\test\test_rawmem.py ....... 2026-08-31T21:24:18.5604312Z 2026-08-31T21:24:18.5604676Z ========================== 7 passed in 9.30 seconds =========================== 2026-08-31T21:24:20.7240875Z ++ 21:24:18 starting jit/backend/x86/test/test_recursive.py [19 started in total] 2026-08-31T21:24:20.7251511Z __ jit/backend/x86/test/test_quasiimmut.py [16 done in total, somefailed=False] 2026-08-31T21:24:20.7569315Z [platform:msg] Updated environment with vsver 160, using x64 True 2026-08-31T21:24:20.7755093Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160' 2026-08-31T21:24:20.7932793Z ============================= test session starts ============================= 2026-08-31T21:24:20.8241244Z 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-31T21:24:20.8374888Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples') 2026-08-31T21:24:20.8788746Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc 2026-08-31T21:24:20.9059907Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini 2026-08-31T21:24:20.9130326Z plugins: hypothesis-4.39.3 2026-08-31T21:24:20.9407395Z collected 20 items 2026-08-31T21:24:20.9685053Z 2026-08-31T21:24:20.9842142Z jit\backend\x86\test\test_quasiimmut.py ..............s..... 2026-08-31T21:24:21.0059213Z 2026-08-31T21:24:21.0345648Z ==================== 19 passed, 1 skipped in 26.65 seconds ==================== 2026-08-31T21:24:31.0003496Z ++ 21:24:20 starting jit/backend/x86/test/test_regalloc.py [20 started in total] 2026-08-31T21:24:31.0188050Z __ jit/backend/x86/test/test_regalloc.py [17 done in total, somefailed=False] _ 2026-08-31T21:24:31.0320035Z [platform:msg] Updated environment with vsver 160, using x64 True 2026-08-31T21:24:31.0401408Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160' 2026-08-31T21:24:31.0414101Z ============================= test session starts ============================= 2026-08-31T21:24:31.0517704Z 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-31T21:24:31.0993866Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples') 2026-08-31T21:24:31.1032846Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc 2026-08-31T21:24:31.1052867Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini 2026-08-31T21:24:31.1173120Z plugins: hypothesis-4.39.3 2026-08-31T21:24:31.1351485Z collected 19 items 2026-08-31T21:24:31.1378839Z 2026-08-31T21:24:31.1509927Z jit\backend\x86\test\test_regalloc.py ....s........s..... 2026-08-31T21:24:31.1672931Z 2026-08-31T21:24:31.1687059Z ==================== 17 passed, 2 skipped in 4.56 seconds ===================== 2026-08-31T21:24:38.0170936Z ++ 21:24:30 starting jit/backend/x86/test/test_regloc.py [21 started in total] 2026-08-31T21:24:38.0485245Z __ jit/backend/x86/test/test_regloc.py [18 done in total, somefailed=False] ___ 2026-08-31T21:24:38.0541769Z [platform:msg] Updated environment with vsver 160, using x64 True 2026-08-31T21:24:38.0549135Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160' 2026-08-31T21:24:38.0579217Z ============================= test session starts ============================= 2026-08-31T21:24:38.0649116Z 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-31T21:24:38.0665566Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples') 2026-08-31T21:24:38.0670372Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc 2026-08-31T21:24:38.0671364Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini 2026-08-31T21:24:38.0672355Z plugins: hypothesis-4.39.3 2026-08-31T21:24:38.0673105Z collected 25 items 2026-08-31T21:24:38.0685765Z 2026-08-31T21:24:38.0688994Z jit\backend\x86\test\test_regloc.py ....s..................s. 2026-08-31T21:24:38.0697379Z 2026-08-31T21:24:38.0843277Z ==================== 23 passed, 2 skipped in 2.14 seconds ===================== 2026-08-31T21:25:17.9381714Z ++ 21:24:37 starting jit/backend/x86/test/test_runner.py [22 started in total] 2026-08-31T21:25:17.9404262Z __ jit/backend/x86/test/test_loop_unroll.py [19 done in total, somefailed=False] 2026-08-31T21:25:17.9441457Z [platform:msg] Updated environment with vsver 160, using x64 True 2026-08-31T21:25:17.9523103Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160' 2026-08-31T21:25:17.9715932Z ============================= test session starts ============================= 2026-08-31T21:25:17.9742781Z 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-31T21:25:17.9783741Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples') 2026-08-31T21:25:17.9856657Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc 2026-08-31T21:25:18.0015676Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini 2026-08-31T21:25:18.0045392Z plugins: hypothesis-4.39.3 2026-08-31T21:25:18.0075759Z collected 37 items 2026-08-31T21:25:18.0194554Z 2026-08-31T21:25:18.0395724Z jit\backend\x86\test\test_loop_unroll.py ..............................ss.s... 2026-08-31T21:25:18.0519177Z 2026-08-31T21:25:18.0774962Z ==================== 34 passed, 3 skipped in 88.38 seconds ==================== 2026-08-31T21:25:24.8389838Z ++ 21:25:17 starting jit/backend/x86/test/test_rvmprof.py [23 started in total] 2026-08-31T21:25:24.8391173Z __ jit/backend/x86/test/test_rvmprof.py [20 done in total, somefailed=False] __ 2026-08-31T21:25:24.8395421Z [platform:msg] Updated environment with vsver 160, using x64 True 2026-08-31T21:25:24.8471841Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160' 2026-08-31T21:25:24.8638747Z ============================= test session starts ============================= 2026-08-31T21:25:24.8666432Z 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-31T21:25:24.8788301Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples') 2026-08-31T21:25:24.8807616Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc 2026-08-31T21:25:24.8966256Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini 2026-08-31T21:25:24.8985524Z plugins: hypothesis-4.39.3 2026-08-31T21:25:24.9095354Z collected 0 items / 1 skipped 2026-08-31T21:25:24.9097332Z 2026-08-31T21:25:24.9124984Z ========================== 1 skipped in 2.18 seconds ========================== 2026-08-31T21:25:29.2752778Z ++ 21:25:24 starting jit/backend/x86/test/test_rx86.py [24 started in total] 2026-08-31T21:25:29.2772906Z __ jit/backend/x86/test/test_rx86.py [21 done in total, somefailed=False] _____ 2026-08-31T21:25:29.2776916Z [platform:msg] Updated environment with vsver 160, using x64 True 2026-08-31T21:25:29.2870540Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160' 2026-08-31T21:25:29.3011431Z ============================= test session starts ============================= 2026-08-31T21:25:29.3065583Z 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-31T21:25:29.3167151Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples') 2026-08-31T21:25:29.3204456Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc 2026-08-31T21:25:29.3347062Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini 2026-08-31T21:25:29.3389399Z plugins: hypothesis-4.39.3 2026-08-31T21:25:29.3495763Z collected 34 items 2026-08-31T21:25:29.3512777Z 2026-08-31T21:25:29.3513481Z jit\backend\x86\test\test_rx86.py .................................. 2026-08-31T21:25:29.3528147Z 2026-08-31T21:25:29.3678440Z ========================== 34 passed in 0.16 seconds ========================== 2026-08-31T21:25:33.7761313Z ++ 21:25:29 starting jit/backend/x86/test/test_rx86_32_auto_encoding.py [25 started in total] 2026-08-31T21:25:33.7779059Z __ jit/backend/x86/test/test_rx86_32_auto_encoding.py [22 done in total, somefailed=False] 2026-08-31T21:25:33.7799200Z [platform:msg] Updated environment with vsver 160, using x64 True 2026-08-31T21:25:33.8056613Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160' 2026-08-31T21:25:33.8091776Z ============================= test session starts ============================= 2026-08-31T21:25:33.8117181Z 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-31T21:25:33.8136181Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples') 2026-08-31T21:25:33.8398385Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc 2026-08-31T21:25:33.8755005Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini 2026-08-31T21:25:33.8756063Z plugins: hypothesis-4.39.3 2026-08-31T21:25:33.8796330Z The system cannot find the path specified. 2026-08-31T21:25:33.9085296Z collected 0 items / 1 skipped 2026-08-31T21:25:33.9120746Z 2026-08-31T21:25:33.9146088Z ========================== 1 skipped in 0.13 seconds ========================== 2026-08-31T21:25:38.1523879Z ++ 21:25:33 starting jit/backend/x86/test/test_rx86_64_auto_encoding.py [26 started in total] 2026-08-31T21:25:38.1639694Z __ jit/backend/x86/test/test_rx86_64_auto_encoding.py [23 done in total, somefailed=False] 2026-08-31T21:25:38.1668392Z [platform:msg] Updated environment with vsver 160, using x64 True 2026-08-31T21:25:38.1774650Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160' 2026-08-31T21:25:38.1913427Z ============================= test session starts ============================= 2026-08-31T21:25:38.1976845Z 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-31T21:25:38.1994672Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples') 2026-08-31T21:25:38.2093177Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc 2026-08-31T21:25:38.2259508Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini 2026-08-31T21:25:38.2295984Z plugins: hypothesis-4.39.3 2026-08-31T21:25:38.2313297Z The system cannot find the path specified. 2026-08-31T21:25:38.2420632Z collected 1 items / 1 skipped 2026-08-31T21:25:38.2548875Z 2026-08-31T21:25:38.2612705Z jit\backend\x86\test\test_rx86_64_auto_encoding.py s 2026-08-31T21:25:38.2647504Z 2026-08-31T21:25:38.2667308Z ========================== 2 skipped in 0.15 seconds ========================== 2026-08-31T21:26:29.2971911Z ++ 21:25:38 starting jit/backend/x86/test/test_send.py [27 started in total] 2026-08-31T21:26:29.2973041Z __ jit/backend/x86/test/test_recursive.py [24 done in total, somefailed=False] 2026-08-31T21:26:29.2973877Z [platform:msg] Updated environment with vsver 160, using x64 True 2026-08-31T21:26:29.2974854Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160' 2026-08-31T21:26:29.2975985Z ============================= test session starts ============================= 2026-08-31T21:26:29.2976950Z 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-31T21:26:29.2978304Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples') 2026-08-31T21:26:29.2979468Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc 2026-08-31T21:26:29.2980194Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini 2026-08-31T21:26:29.2980854Z plugins: hypothesis-4.39.3 2026-08-31T21:26:29.2981380Z collected 42 items 2026-08-31T21:26:29.2981705Z 2026-08-31T21:26:29.2982139Z jit\backend\x86\test\test_recursive.py ................s........s..............ss 2026-08-31T21:26:29.2982763Z 2026-08-31T21:26:29.2983089Z =================== 38 passed, 4 skipped in 121.96 seconds ==================== 2026-08-31T21:26:29.6636724Z ++ 21:26:29 starting jit/backend/x86/test/test_slist.py [28 started in total] 2026-08-31T21:26:29.6638110Z __ jit/backend/x86/test/test_send.py [25 done in total, somefailed=False] _____ 2026-08-31T21:26:29.6639079Z [platform:msg] Updated environment with vsver 160, using x64 True 2026-08-31T21:26:29.6639991Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160' 2026-08-31T21:26:29.6640890Z ============================= test session starts ============================= 2026-08-31T21:26:29.6641788Z 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-31T21:26:29.6643203Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples') 2026-08-31T21:26:29.6644417Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc 2026-08-31T21:26:29.6645064Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini 2026-08-31T21:26:29.6645682Z plugins: hypothesis-4.39.3 2026-08-31T21:26:29.6646198Z collected 23 items 2026-08-31T21:26:29.6646531Z 2026-08-31T21:26:29.6646842Z jit\backend\x86\test\test_send.py ....................... 2026-08-31T21:26:29.6647689Z 2026-08-31T21:26:29.6648075Z ========================= 23 passed in 41.02 seconds ========================== 2026-08-31T21:26:53.2762882Z ++ 21:26:29 starting jit/backend/x86/test/test_string.py [29 started in total] 2026-08-31T21:26:53.3084561Z __ jit/backend/x86/test/test_slist.py [26 done in total, somefailed=False] ____ 2026-08-31T21:26:53.3304454Z [platform:msg] Updated environment with vsver 160, using x64 True 2026-08-31T21:26:53.3583247Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160' 2026-08-31T21:26:53.3715114Z ============================= test session starts ============================= 2026-08-31T21:26:53.3791527Z 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-31T21:26:53.3910144Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples') 2026-08-31T21:26:53.4070438Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc 2026-08-31T21:26:53.4169895Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini 2026-08-31T21:26:53.4349513Z plugins: hypothesis-4.39.3 2026-08-31T21:26:53.4471936Z collected 6 items 2026-08-31T21:26:53.4566676Z 2026-08-31T21:26:53.4682605Z jit\backend\x86\test\test_slist.py s..... 2026-08-31T21:26:53.4689249Z 2026-08-31T21:26:53.4756553Z ==================== 5 passed, 1 skipped in 16.95 seconds ===================== 2026-08-31T21:27:00.2666659Z ++ 21:26:53 starting jit/backend/x86/test/test_symbolic_x86.py [30 started in total] 2026-08-31T21:27:00.2983475Z __ jit/backend/x86/test/test_symbolic_x86.py [27 done in total, somefailed=False] 2026-08-31T21:27:00.3270376Z [platform:msg] Updated environment with vsver 160, using x64 True 2026-08-31T21:27:00.3317096Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160' 2026-08-31T21:27:00.3595109Z ============================= test session starts ============================= 2026-08-31T21:27:00.3788635Z 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-31T21:27:00.3984394Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples') 2026-08-31T21:27:00.4208953Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc 2026-08-31T21:27:00.4302552Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini 2026-08-31T21:27:00.4440827Z plugins: hypothesis-4.39.3 2026-08-31T21:27:00.4628740Z collected 6 items 2026-08-31T21:27:00.4882780Z 2026-08-31T21:27:00.5058363Z jit\backend\x86\test\test_symbolic_x86.py ...... 2026-08-31T21:27:00.5291204Z 2026-08-31T21:27:00.5535493Z ========================== 6 passed in 0.06 seconds =========================== 2026-08-31T21:27:42.5393363Z ++ 21:27:00 starting jit/backend/x86/test/test_tl.py [31 started in total] 2026-08-31T21:27:42.5394925Z __ jit/backend/x86/test/test_basic.py [28 done in total, somefailed=False] ____ 2026-08-31T21:27:42.5396100Z [platform:msg] Updated environment with vsver 160, using x64 True 2026-08-31T21:27:42.5397233Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160' 2026-08-31T21:27:42.5398298Z ============================= test session starts ============================= 2026-08-31T21:27:42.5399365Z 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-31T21:27:42.5401028Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples') 2026-08-31T21:27:42.5402425Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc 2026-08-31T21:27:42.5403213Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini 2026-08-31T21:27:42.5403983Z plugins: hypothesis-4.39.3 2026-08-31T21:27:42.5404594Z collected 198 items 2026-08-31T21:27:42.5404998Z 2026-08-31T21:27:42.5406096Z jit\backend\x86\test\test_basic.py .s............................................................................................................................................s..................s..............s...........s......... 2026-08-31T21:27:42.5408028Z 2026-08-31T21:27:42.5408853Z =================== 193 passed, 5 skipped in 377.81 seconds =================== 2026-08-31T21:27:44.6391511Z ++ 21:27:42 starting jit/backend/x86/test/test_tlc.py [32 started in total] 2026-08-31T21:27:44.6392685Z __ jit/backend/x86/test/test_tl.py [29 done in total, somefailed=False] _______ 2026-08-31T21:27:44.6393747Z [platform:msg] Updated environment with vsver 160, using x64 True 2026-08-31T21:27:44.6394750Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160' 2026-08-31T21:27:44.6395655Z ============================= test session starts ============================= 2026-08-31T21:27:44.6396636Z 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-31T21:27:44.6398473Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples') 2026-08-31T21:27:44.6399776Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc 2026-08-31T21:27:44.6400567Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini 2026-08-31T21:27:44.6401309Z plugins: hypothesis-4.39.3 2026-08-31T21:27:44.6401913Z collected 5 items 2026-08-31T21:27:44.6402303Z 2026-08-31T21:27:44.6402605Z jit\backend\x86\test\test_tl.py ..... 2026-08-31T21:27:44.6403079Z 2026-08-31T21:27:44.6403500Z ========================== 5 passed in 33.21 seconds ========================== 2026-08-31T21:27:46.5214904Z ++ 21:27:44 starting jit/backend/x86/test/test_tracelimit.py [33 started in total] 2026-08-31T21:27:46.5234968Z __ jit/backend/x86/test/test_runner.py [30 done in total, somefailed=False] ___ 2026-08-31T21:27:46.5473223Z [platform:msg] Updated environment with vsver 160, using x64 True 2026-08-31T21:27:46.5512596Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160' 2026-08-31T21:27:46.5537680Z ============================= test session starts ============================= 2026-08-31T21:27:46.5553856Z 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-31T21:27:46.5796839Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples') 2026-08-31T21:27:46.5799429Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc 2026-08-31T21:27:46.5800541Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini 2026-08-31T21:27:46.5850446Z plugins: hypothesis-4.39.3 2026-08-31T21:27:46.5857234Z collected 172 items 2026-08-31T21:27:46.5890408Z 2026-08-31T21:27:46.6104357Z jit\backend\x86\test\test_runner.py ............................................................................................s...........................ss...........................sssss....s....s....s.s. 2026-08-31T21:27:46.6171291Z 2026-08-31T21:27:46.6185116Z ================== 160 passed, 12 skipped in 179.85 seconds =================== 2026-08-31T21:27:46.6223000Z read saved errno: 24 2026-08-31T21:27:46.6422566Z read saved errno: 0 2026-08-31T21:27:46.6488447Z read saved errno: 25 2026-08-31T21:27:46.6503786Z read saved errno: 0 2026-08-31T21:27:46.6541797Z GetLastError() result: 24 2026-08-31T21:27:46.6677676Z 9 8 7 6 5 4 3 2026-08-31T21:27:46.6759991Z GetLastError() result: 25 2026-08-31T21:27:46.6807820Z 9 8 7 6 5 4 3 2026-08-31T21:27:59.7869812Z ++ 21:27:46 starting jit/backend/x86/test/test_virtual.py [34 started in total] 2026-08-31T21:27:59.7874292Z __ jit/backend/x86/test/test_tlc.py [31 done in total, somefailed=False] ______ 2026-08-31T21:27:59.7961715Z [platform:msg] Updated environment with vsver 160, using x64 True 2026-08-31T21:27:59.7984653Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160' 2026-08-31T21:27:59.7990358Z ============================= test session starts ============================= 2026-08-31T21:27:59.8050308Z 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-31T21:27:59.8075562Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples') 2026-08-31T21:27:59.8087101Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc 2026-08-31T21:27:59.8090863Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini 2026-08-31T21:27:59.8110711Z plugins: hypothesis-4.39.3 2026-08-31T21:27:59.8186145Z collected 3 items 2026-08-31T21:27:59.8406094Z 2026-08-31T21:27:59.8426363Z jit\backend\x86\test\test_tlc.py ss. 2026-08-31T21:27:59.8505172Z 2026-08-31T21:27:59.8525143Z ==================== 1 passed, 2 skipped in 14.19 seconds ===================== 2026-08-31T21:28:58.4543664Z ++ 21:27:59 starting jit/backend/x86/test/test_virtualizable.py [35 started in total] 2026-08-31T21:28:58.4560224Z __ jit/backend/x86/test/test_virtualizable.py [32 done in total, somefailed=False] 2026-08-31T21:28:58.4695281Z [platform:msg] Updated environment with vsver 160, using x64 True 2026-08-31T21:28:58.4794212Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160' 2026-08-31T21:28:58.4876310Z ============================= test session starts ============================= 2026-08-31T21:28:58.4954875Z 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-31T21:28:58.5015955Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples') 2026-08-31T21:28:58.5113187Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc 2026-08-31T21:28:58.5199422Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini 2026-08-31T21:28:58.5273723Z plugins: hypothesis-4.39.3 2026-08-31T21:28:58.5330124Z collected 37 items 2026-08-31T21:28:58.5331501Z 2026-08-31T21:28:58.5333132Z jit\backend\x86\test\test_virtualizable.py s...x................................ 2026-08-31T21:28:58.5437326Z 2026-08-31T21:28:58.5527539Z ============== 35 passed, 1 skipped, 1 xfailed in 52.85 seconds =============== 2026-08-31T21:29:04.9189675Z ++ 21:28:58 starting jit/backend/x86/test/test_virtualref.py [36 started in total] 2026-08-31T21:29:04.9191016Z __ jit/backend/x86/test/test_tracelimit.py [33 done in total, somefailed=False] 2026-08-31T21:29:04.9192174Z [platform:msg] Updated environment with vsver 160, using x64 True 2026-08-31T21:29:04.9193261Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160' 2026-08-31T21:29:04.9194289Z ============================= test session starts ============================= 2026-08-31T21:29:04.9195295Z 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-31T21:29:04.9197131Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples') 2026-08-31T21:29:04.9198545Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc 2026-08-31T21:29:04.9199361Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini 2026-08-31T21:29:04.9200098Z plugins: hypothesis-4.39.3 2026-08-31T21:29:04.9200715Z collected 5 items 2026-08-31T21:29:04.9201117Z 2026-08-31T21:29:04.9201472Z jit\backend\x86\test\test_tracelimit.py ..... 2026-08-31T21:29:04.9202016Z 2026-08-31T21:29:04.9202423Z ========================== 5 passed in 71.10 seconds ========================== 2026-08-31T21:29:06.7642679Z ++ 21:29:04 starting jit/backend/x86/test/test_x86vector.py [37 started in total] 2026-08-31T21:29:06.7663084Z __ jit/backend/x86/test/test_virtual.py [34 done in total, somefailed=False] __ 2026-08-31T21:29:06.7664507Z [platform:msg] Updated environment with vsver 160, using x64 True 2026-08-31T21:29:06.7689927Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160' 2026-08-31T21:29:06.7709885Z ============================= test session starts ============================= 2026-08-31T21:29:06.7785760Z 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-31T21:29:06.7842372Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples') 2026-08-31T21:29:06.8038877Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc 2026-08-31T21:29:06.8058761Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini 2026-08-31T21:29:06.8178683Z plugins: hypothesis-4.39.3 2026-08-31T21:29:06.8358064Z collected 52 items 2026-08-31T21:29:06.8365104Z 2026-08-31T21:29:06.8373168Z jit\backend\x86\test\test_virtual.py .................................................... 2026-08-31T21:29:06.8499186Z 2026-08-31T21:29:06.8659610Z ========================= 52 passed in 69.73 seconds ========================== 2026-08-31T21:29:10.5287071Z ++ 21:29:06 starting jit/backend/x86/test/test_zmath.py [38 started in total] 2026-08-31T21:29:10.5367545Z __ jit/backend/x86/test/test_x86vector.py [35 done in total, somefailed=False] 2026-08-31T21:29:10.5491564Z [platform:msg] Updated environment with vsver 160, using x64 True 2026-08-31T21:29:10.5639464Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160' 2026-08-31T21:29:10.5641891Z ============================= test session starts ============================= 2026-08-31T21:29:10.5643265Z 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-31T21:29:10.5654131Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples') 2026-08-31T21:29:10.5688811Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc 2026-08-31T21:29:10.5825957Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini 2026-08-31T21:29:10.5942347Z plugins: hypothesis-4.39.3 2026-08-31T21:29:10.5981067Z collected 0 items / 1 skipped 2026-08-31T21:29:10.6008456Z 2026-08-31T21:29:10.6160063Z ========================== 1 skipped in 2.18 seconds ========================== 2026-08-31T21:29:31.0362818Z ++ 21:29:10 starting jit/backend/x86/test/test_zrpy_gc.py [39 started in total] 2026-08-31T21:29:31.0364156Z __ jit/backend/x86/test/test_string.py [36 done in total, somefailed=False] ___ 2026-08-31T21:29:31.0365188Z [platform:msg] Updated environment with vsver 160, using x64 True 2026-08-31T21:29:31.0366151Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160' 2026-08-31T21:29:31.0367099Z ============================= test session starts ============================= 2026-08-31T21:29:31.0368017Z 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-31T21:29:31.0369982Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples') 2026-08-31T21:29:31.0371182Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc 2026-08-31T21:29:31.0372317Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini 2026-08-31T21:29:31.0373090Z plugins: hypothesis-4.39.3 2026-08-31T21:29:31.0373676Z collected 97 items 2026-08-31T21:29:31.0374055Z 2026-08-31T21:29:31.0374702Z jit\backend\x86\test\test_string.py .............................s............................................s...................... 2026-08-31T21:29:31.0375492Z 2026-08-31T21:29:31.0375928Z =================== 95 passed, 2 skipped in 170.74 seconds ==================== 2026-08-31T21:29:36.5459353Z ++ 21:29:31 starting jit/backend/x86/test/test_zrpy_gc_boehm.py [40 started in total] 2026-08-31T21:29:36.5466503Z __ jit/backend/x86/test/test_virtualref.py [37 done in total, somefailed=False] 2026-08-31T21:29:36.5475495Z [platform:msg] Updated environment with vsver 160, using x64 True 2026-08-31T21:29:36.5484746Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160' 2026-08-31T21:29:36.5573389Z ============================= test session starts ============================= 2026-08-31T21:29:36.5583934Z 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-31T21:29:36.5619973Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples') 2026-08-31T21:29:36.5662115Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc 2026-08-31T21:29:36.5684613Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini 2026-08-31T21:29:36.5797401Z plugins: hypothesis-4.39.3 2026-08-31T21:29:36.5817574Z collected 21 items 2026-08-31T21:29:36.5868625Z 2026-08-31T21:29:36.5880751Z jit\backend\x86\test\test_virtualref.py ..s.................. 2026-08-31T21:29:36.5921942Z 2026-08-31T21:29:36.5923297Z ==================== 20 passed, 1 skipped in 31.62 seconds ==================== 2026-08-31T21:29:44.8418971Z ++ 21:29:36 starting jit/backend/x86/test/test_zrpy_releasegil.py [41 started in total] 2026-08-31T21:29:44.8825327Z __ jit/backend/x86/test/test_zmath.py [38 done in total, somefailed=False] ____ 2026-08-31T21:29:44.8921959Z [platform:msg] Updated environment with vsver 160, using x64 True 2026-08-31T21:29:44.9030720Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160' 2026-08-31T21:29:44.9122241Z ============================= test session starts ============================= 2026-08-31T21:29:44.9124798Z 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-31T21:29:44.9126742Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples') 2026-08-31T21:29:44.9356255Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc 2026-08-31T21:29:44.9415674Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini 2026-08-31T21:29:44.9580206Z plugins: hypothesis-4.39.3 2026-08-31T21:29:44.9674102Z collected 1 items 2026-08-31T21:29:44.9736630Z 2026-08-31T21:29:44.9914698Z jit\backend\x86\test\test_zmath.py . 2026-08-31T21:29:45.0071399Z 2026-08-31T21:29:45.0357679Z ========================== 1 passed in 32.35 seconds ========================== 2026-08-31T21:32:46.1088281Z ++ 21:29:44 starting jit/backend/x86/test/test_zrpy_vecopt.py [42 started in total] 2026-08-31T21:32:46.1196828Z __ jit/backend/x86/test/test_zrpy_vecopt.py [39 done in total, somefailed=False] 2026-08-31T21:32:46.1237185Z [platform:msg] Updated environment with vsver 160, using x64 True 2026-08-31T21:32:46.1354094Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160' 2026-08-31T21:32:46.1472458Z ============================= test session starts ============================= 2026-08-31T21:32:46.1531428Z 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-31T21:32:46.1572430Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples') 2026-08-31T21:32:46.1689185Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc 2026-08-31T21:32:46.1749588Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini 2026-08-31T21:32:46.1865767Z plugins: hypothesis-4.39.3 2026-08-31T21:32:46.1906667Z collected 1 items 2026-08-31T21:32:46.2019171Z 2026-08-31T21:32:46.2043566Z jit\backend\x86\test\test_zrpy_vecopt.py . 2026-08-31T21:32:46.2204635Z 2026-08-31T21:32:46.2241333Z ========================= 1 passed in 175.47 seconds ========================== 2026-08-31T21:34:56.6164799Z ++ 21:32:46 starting jit/backend/x86/test/test_zrpy_vmprof.py [43 started in total] 2026-08-31T21:34:56.6402905Z __ jit/backend/x86/test/test_zrpy_gc_boehm.py [40 done in total, somefailed=False] 2026-08-31T21:34:56.6463445Z [platform:msg] Updated environment with vsver 160, using x64 True 2026-08-31T21:34:56.6483530Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160' 2026-08-31T21:34:56.6488343Z ============================= test session starts ============================= 2026-08-31T21:34:56.6734716Z 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-31T21:34:56.6739063Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples') 2026-08-31T21:34:56.6784854Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc 2026-08-31T21:34:56.6804852Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini 2026-08-31T21:34:56.6823124Z plugins: hypothesis-4.39.3 2026-08-31T21:34:56.7033594Z collected 1 items 2026-08-31T21:34:56.7119158Z 2026-08-31T21:34:56.7127613Z jit\backend\x86\test\test_zrpy_gc_boehm.py . 2026-08-31T21:34:56.7174113Z 2026-08-31T21:34:56.7373679Z ========================= 1 passed in 321.92 seconds ========================== 2026-08-31T21:37:48.2784963Z ++ 21:34:56 starting jit/backend/x86/test/test_ztranslation_basic.py [44 started in total] 2026-08-31T21:37:48.2916294Z __ jit/backend/x86/test/test_zrpy_releasegil.py [41 done in total, somefailed=False] 2026-08-31T21:37:48.2981761Z [platform:msg] Updated environment with vsver 160, using x64 True 2026-08-31T21:37:48.2984529Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160' 2026-08-31T21:37:48.3118539Z ============================= test session starts ============================= 2026-08-31T21:37:48.3269138Z 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-31T21:37:48.3271583Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples') 2026-08-31T21:37:48.3273169Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc 2026-08-31T21:37:48.3274457Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini 2026-08-31T21:37:48.3300178Z plugins: hypothesis-4.39.3 2026-08-31T21:37:48.3315568Z collected 3 items 2026-08-31T21:37:48.3318700Z 2026-08-31T21:37:48.3635557Z jit\backend\x86\test\test_zrpy_releasegil.py ... 2026-08-31T21:37:48.3675286Z 2026-08-31T21:37:48.3967861Z ========================= 3 passed in 487.43 seconds ========================== 2026-08-31T21:37:53.8707369Z ++ 21:37:48 starting jit/backend/x86/test/test_ztranslation_call_assembler.py [45 started in total] 2026-08-31T21:37:53.8740292Z __ jit/backend/x86/test/test_ztranslation_call_assembler.py [42 done in total, somefailed=False] 2026-08-31T21:37:53.8820951Z [platform:msg] Updated environment with vsver 160, using x64 True 2026-08-31T21:37:53.8821929Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160' 2026-08-31T21:37:53.8840111Z ============================= test session starts ============================= 2026-08-31T21:37:53.9075709Z 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-31T21:37:53.9141076Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples') 2026-08-31T21:37:53.9148646Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc 2026-08-31T21:37:53.9176044Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini 2026-08-31T21:37:53.9394515Z plugins: hypothesis-4.39.3 2026-08-31T21:37:53.9412374Z collected 0 items / 1 skipped 2026-08-31T21:37:53.9448884Z 2026-08-31T21:37:53.9465753Z ========================== 1 skipped in 1.76 seconds ========================== 2026-08-31T21:38:34.2547391Z ++ 21:37:53 starting jit/backend/x86/test/test_ztranslation_external_exception.py [46 started in total] 2026-08-31T21:38:34.2566235Z __ jit/backend/x86/test/test_zrpy_gc.py [43 done in total, somefailed=False] __ 2026-08-31T21:38:34.2686366Z [platform:msg] Updated environment with vsver 160, using x64 True 2026-08-31T21:38:34.2845670Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160' 2026-08-31T21:38:34.2865576Z ============================= test session starts ============================= 2026-08-31T21:38:34.2913614Z 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-31T21:38:34.2965140Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples') 2026-08-31T21:38:34.2968393Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc 2026-08-31T21:38:34.3182492Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini 2026-08-31T21:38:34.3209896Z plugins: hypothesis-4.39.3 2026-08-31T21:38:34.3242681Z collected 19 items 2026-08-31T21:38:34.3262519Z 2026-08-31T21:38:34.3504353Z jit\backend\x86\test\test_zrpy_gc.py ................... 2026-08-31T21:38:34.3526162Z 2026-08-31T21:38:34.3564885Z ========================= 19 passed in 554.87 seconds ========================= 2026-08-31T21:39:52.9656399Z ++ 21:38:34 starting jit/backend/x86/test/test_ztranslation_jit_stats.py [47 started in total] 2026-08-31T21:39:52.9848181Z __ jit/backend/x86/test/test_zrpy_vmprof.py [44 done in total, somefailed=False] 2026-08-31T21:39:52.9883939Z [platform:msg] Updated environment with vsver 160, using x64 True 2026-08-31T21:39:52.9989155Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160' 2026-08-31T21:39:53.0081087Z ============================= test session starts ============================= 2026-08-31T21:39:53.0123657Z 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-31T21:39:53.0126794Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples') 2026-08-31T21:39:53.0128750Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc 2026-08-31T21:39:53.0214856Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini 2026-08-31T21:39:53.0324342Z plugins: hypothesis-4.39.3 2026-08-31T21:39:53.0414573Z collected 1 items 2026-08-31T21:39:53.0419877Z 2026-08-31T21:39:53.0549819Z jit\backend\x86\test\test_zrpy_vmprof.py . 2026-08-31T21:39:53.0646871Z 2026-08-31T21:39:53.0747606Z ========================= 1 passed in 421.53 seconds ========================== 2026-08-31T21:39:57.3553364Z ++ 21:39:52 starting jit/backend/x86/tool/test/test_viewcode.py [48 started in total] 2026-08-31T21:39:57.3557340Z __ jit/backend/x86/tool/test/test_viewcode.py [45 done in total, somefailed=False] 2026-08-31T21:40:44.2316762Z [platform:msg] Updated environment with vsver 160, using x64 True 2026-08-31T21:40:44.2317643Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160' 2026-08-31T21:40:44.2318407Z ============================= test session starts ============================= 2026-08-31T21:40:44.2319154Z 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-31T21:40:44.2320385Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples') 2026-08-31T21:40:44.2321348Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc 2026-08-31T21:40:44.2321926Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini 2026-08-31T21:40:44.2323896Z plugins: hypothesis-4.39.3 2026-08-31T21:40:44.2324335Z collected 2 items 2026-08-31T21:40:44.2324536Z 2026-08-31T21:40:44.2324754Z jit\backend\x86\tool\test\test_viewcode.py .. 2026-08-31T21:40:44.2325036Z 2026-08-31T21:40:44.2325315Z ========================== 2 passed in 0.03 seconds =========================== 2026-08-31T21:40:44.2326031Z __ jit/backend/x86/test/test_ztranslation_basic.py [46 done in total, somefailed=False] 2026-08-31T21:42:26.0027390Z [platform:msg] Updated environment with vsver 160, using x64 True 2026-08-31T21:42:26.0027999Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160' 2026-08-31T21:42:26.0028509Z ============================= test session starts ============================= 2026-08-31T21:42:26.0029040Z 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-31T21:42:26.0029854Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples') 2026-08-31T21:42:26.0030549Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc 2026-08-31T21:42:26.0031253Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini 2026-08-31T21:42:26.0031618Z plugins: hypothesis-4.39.3 2026-08-31T21:42:26.0031876Z collected 1 items 2026-08-31T21:42:26.0032012Z 2026-08-31T21:42:26.0032183Z jit\backend\x86\test\test_ztranslation_basic.py . 2026-08-31T21:42:26.0032428Z 2026-08-31T21:42:26.0032580Z ========================= 1 passed in 340.37 seconds ========================== 2026-08-31T21:42:26.0033105Z __ jit/backend/x86/test/test_ztranslation_jit_stats.py [47 done in total, somefailed=False] 2026-08-31T21:43:19.2728463Z [platform:msg] Updated environment with vsver 160, using x64 True 2026-08-31T21:43:19.2729499Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160' 2026-08-31T21:43:19.2731049Z ============================= test session starts ============================= 2026-08-31T21:43:19.2732458Z 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-31T21:43:19.2735115Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples') 2026-08-31T21:43:19.2736644Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc 2026-08-31T21:43:19.2737420Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini 2026-08-31T21:43:19.2738154Z plugins: hypothesis-4.39.3 2026-08-31T21:43:19.2738681Z collected 2 items 2026-08-31T21:43:19.2738996Z 2026-08-31T21:43:19.2739280Z jit\backend\x86\test\test_ztranslation_jit_stats.py s. 2026-08-31T21:43:19.2739807Z 2026-08-31T21:43:19.2740202Z ==================== 1 passed, 1 skipped in 227.14 seconds ==================== 2026-08-31T21:43:19.2741908Z __ jit/backend/x86/test/test_ztranslation_external_exception.py [48 done in total, somefailed=False] 2026-08-31T21:43:19.2742526Z [platform:msg] Updated environment with vsver 160, using x64 True 2026-08-31T21:43:19.2743442Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160' 2026-08-31T21:43:19.2744292Z ============================= test session starts ============================= 2026-08-31T21:43:19.2745147Z 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-31T21:43:19.2746684Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples') 2026-08-31T21:43:19.2748423Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc 2026-08-31T21:43:19.2748858Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini 2026-08-31T21:43:19.2749250Z plugins: hypothesis-4.39.3 2026-08-31T21:43:19.2749750Z collected 1 items 2026-08-31T21:43:19.2749936Z 2026-08-31T21:43:19.2750162Z jit\backend\x86\test\test_ztranslation_external_exception.py . 2026-08-31T21:43:19.2750625Z 2026-08-31T21:43:19.2751207Z ========================= 1 passed in 315.30 seconds ==========================
Run actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
2026-08-31T21:43:19.3036892Z with: 2026-08-31T21:43:19.3037162Z name: jit-arch-testrun-log-win64 2026-08-31T21:43:19.3037671Z path: testrun.log testrun-output.log 2026-08-31T21:43:19.3037991Z if-no-files-found: warn 2026-08-31T21:43:19.3038268Z compression-level: 6 2026-08-31T21:43:19.3038540Z overwrite: false 2026-08-31T21:43:19.3038796Z include-hidden-files: false 2026-08-31T21:43:19.3039081Z archive: true 2026-08-31T21:43:19.3039342Z env: 2026-08-31T21:43:19.3039643Z pythonLocation: C:\hostedtoolcache\windows\PyPy\2.7.18\x64 2026-08-31T21:43:19.3040076Z Python_ROOT_DIR: C:\hostedtoolcache\windows\PyPy\2.7.18\x64 2026-08-31T21:43:19.3040493Z Python2_ROOT_DIR: C:\hostedtoolcache\windows\PyPy\2.7.18\x64 2026-08-31T21:43:19.3040919Z Python3_ROOT_DIR: C:\hostedtoolcache\windows\PyPy\2.7.18\x64 2026-08-31T21:43:19.3041453Z PKG_CONFIG_PATH: C:\hostedtoolcache\windows\PyPy\2.7.18\x64/lib/pkgconfig
2026-08-31T21:43:19.4922468Z Multiple search paths detected. Calculating the least common ancestor of all paths 2026-08-31T21:43:19.4925147Z The least common ancestor is D:\a\pypy\pypy. This will be the root directory of the artifact 2026-08-31T21:43:19.4926052Z With the provided path, there will be 2 files uploaded 2026-08-31T21:43:19.4932296Z Artifact name is valid! 2026-08-31T21:43:19.4933366Z Root directory input is valid! 2026-08-31T21:43:19.8474802Z Uploading artifact: jit-arch-testrun-log-win64.zip 2026-08-31T21:43:19.8517955Z Beginning upload of artifact content to blob storage 2026-08-31T21:43:20.1131359Z Uploaded bytes 13171 2026-08-31T21:43:20.1753611Z Finished uploading artifact content to blob storage! 2026-08-31T21:43:20.1754735Z SHA256 digest of uploaded artifact is efcafc1b8495285dc2700293a78d04e753be131920d442f2a915d5fb846f0ef1 2026-08-31T21:43:20.1756302Z Finalizing artifact upload 2026-08-31T21:43:20.5608768Z Artifact jit-arch-testrun-log-win64 successfully finalized. Artifact ID 9776865791 2026-08-31T21:43:20.5609787Z Artifact jit-arch-testrun-log-win64 has been successfully uploaded! Final size is 13171 bytes. Artifact ID is 9776865791 2026-08-31T21:43:20.5616896Z Artifact download URL: https://github.com/pypy/pypy/actions/runs/33435222558/artifacts/9776865791 2026-08-31T21:43:20.5995108Z Post job cleanup. 2026-08-31T21:43:20.7902486Z Post job cleanup. 2026-08-31T21:43:21.0061057Z [command]"C:\Program Files\Git\bin\git.exe" version 2026-08-31T21:43:21.0342785Z git version 2.55.0.windows.5 2026-08-31T21:43:21.0416833Z Temporarily overriding HOME='D:\a\_temp\e8593975-320a-49d6-9724-47549bb0ac0e' before making global git config changes 2026-08-31T21:43:21.0417621Z Adding repository directory to the temporary git global config as a safe directory 2026-08-31T21:43:21.0427902Z [command]"C:\Program Files\Git\bin\git.exe" config --global --add safe.directory D:\a\pypy\pypy 2026-08-31T21:43:21.0736818Z Removing SSH command configuration 2026-08-31T21:43:21.0749021Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp core\.sshCommand 2026-08-31T21:43:21.1075623Z [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-31T21:43:21.6862221Z Removing HTTP extra header 2026-08-31T21:43:21.6873297Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-31T21:43:21.7193841Z [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-31T21:43:22.2730571Z Removing includeIf entries pointing to credentials config files 2026-08-31T21:43:22.2743940Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-31T21:43:22.3018630Z includeif.gitdir:D:/a/pypy/pypy/.git.path 2026-08-31T21:43:22.3019335Z includeif.gitdir:D:/a/pypy/pypy/.git/worktrees/*.path 2026-08-31T21:43:22.3020028Z includeif.gitdir:/github/workspace/.git.path 2026-08-31T21:43:22.3020623Z includeif.gitdir:/github/workspace/.git/worktrees/*.path 2026-08-31T21:43:22.3067585Z [command]"C:\Program Files\Git\bin\git.exe" config --local --get-all includeif.gitdir:D:/a/pypy/pypy/.git.path 2026-08-31T21:43:22.3349966Z D:\a\_temp\git-credentials-72d52d47-505c-4207-934f-8fb8570befa0.config 2026-08-31T21:43:22.3403303Z [command]"C:\Program Files\Git\bin\git.exe" config --local --unset includeif.gitdir:D:/a/pypy/pypy/.git.path D:\a\_temp\git-credentials-72d52d47-505c-4207-934f-8fb8570befa0.config 2026-08-31T21:43:22.3722428Z [command]"C:\Program Files\Git\bin\git.exe" config --local --get-all includeif.gitdir:D:/a/pypy/pypy/.git/worktrees/*.path 2026-08-31T21:43:22.3992076Z D:\a\_temp\git-credentials-72d52d47-505c-4207-934f-8fb8570befa0.config 2026-08-31T21:43:22.4038663Z [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-72d52d47-505c-4207-934f-8fb8570befa0.config 2026-08-31T21:43:22.4359504Z [command]"C:\Program Files\Git\bin\git.exe" config --local --get-all includeif.gitdir:/github/workspace/.git.path 2026-08-31T21:43:22.4635349Z /github/runner_temp/git-credentials-72d52d47-505c-4207-934f-8fb8570befa0.config 2026-08-31T21:43:22.4680698Z [command]"C:\Program Files\Git\bin\git.exe" config --local --unset includeif.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-72d52d47-505c-4207-934f-8fb8570befa0.config 2026-08-31T21:43:22.4998948Z [command]"C:\Program Files\Git\bin\git.exe" config --local --get-all includeif.gitdir:/github/workspace/.git/worktrees/*.path 2026-08-31T21:43:22.5273510Z /github/runner_temp/git-credentials-72d52d47-505c-4207-934f-8fb8570befa0.config 2026-08-31T21:43:22.5334521Z [command]"C:\Program Files\Git\bin\git.exe" config --local --unset includeif.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-72d52d47-505c-4207-934f-8fb8570befa0.config 2026-08-31T21:43:22.5709742Z [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-31T21:43:23.1041731Z Removing credentials config 'D:\a\_temp\git-credentials-72d52d47-505c-4207-934f-8fb8570befa0.config' 2026-08-31T21:43:23.1272976Z Cleaning up orphan processes 2026-08-31T21:43:23.1611318Z Terminate orphan process: pid (6200) (vctip)