timestamps 2026-08-31T16:12:10.5097174Z Current runner version: '2.337.0'
Runner Image Provisioner
2026-08-31T16:12:10.5350873Z Hosted Compute Agent
2026-08-31T16:12:10.5351469Z Version: 20260819.586
2026-08-31T16:12:10.5352132Z Commit: 3cc4a88dfa507ef76119ad1bb3eccc6378bb2b76
2026-08-31T16:12:10.5352841Z Build Date: 2026-08-18T23:20:18Z
2026-08-31T16:12:10.5353501Z Worker ID: {ce96887a-b492-42a2-97a8-412b398719b9}
2026-08-31T16:12:10.5354221Z Azure Region: northcentralus
Operating System
2026-08-31T16:12:10.5356847Z Microsoft Windows Server 2025
2026-08-31T16:12:10.5357448Z 10.0.26100
2026-08-31T16:12:10.5357979Z Datacenter
Runner Image
2026-08-31T16:12:10.5359594Z Image: windows-2025-vs2026
2026-08-31T16:12:10.5360340Z Version: 20260824.214.3
2026-08-31T16:12:10.5362193Z Included Software: https://github.com/actions/runner-images/blob/win25-vs2026/20260824.214/images/windows/Windows2025-VS2026-Readme.md
2026-08-31T16:12:10.5363831Z Image Release: https://github.com/actions/runner-images/releases/tag/win25-vs2026%2F20260824.214
GITHUB_TOKEN Permissions
2026-08-31T16:12:10.5368432Z Contents: read
2026-08-31T16:12:10.5369018Z Metadata: read
2026-08-31T16:12:10.5371816Z Secret source: Actions
2026-08-31T16:12:10.5372907Z Prepare workflow directory
2026-08-31T16:12:10.6334423Z Prepare all required actions
2026-08-31T16:12:10.6385048Z Getting action download info
2026-08-31T16:12:10.9128700Z Download action repository 'actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd' (SHA:de0fac2e4500dabe0009e67214ff5f5447ce83dd)
2026-08-31T16:12:11.0797307Z Download action repository 'actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405' (SHA:a309ff8b426b58ec0e2a45f0f869d46889d02405)
2026-08-31T16:12:11.2692464Z Download action repository 'actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a' (SHA:043fb46d1a93c77aae656e7c1c64a875d1fc6a0a)
2026-08-31T16:12:11.7544475Z Complete job name: jit-arch (win64)
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2026-08-31T16:12:12.4249819Z with:
2026-08-31T16:12:12.4250268Z repository: pypy/pypy
2026-08-31T16:12:12.4254490Z token: ***
2026-08-31T16:12:12.4254917Z ssh-strict: true
2026-08-31T16:12:12.4255358Z ssh-user: git
2026-08-31T16:12:12.4255796Z persist-credentials: true
2026-08-31T16:12:12.4256274Z clean: true
2026-08-31T16:12:12.4256715Z sparse-checkout-cone-mode: true
2026-08-31T16:12:12.4257233Z fetch-depth: 1
2026-08-31T16:12:12.4257658Z fetch-tags: false
2026-08-31T16:12:12.4258137Z show-progress: true
2026-08-31T16:12:12.4258580Z lfs: false
2026-08-31T16:12:12.4258996Z submodules: false
2026-08-31T16:12:12.4259441Z set-safe-directory: true
2026-08-31T16:12:13.1188544Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-31T16:12:13.1192259Z Working directory is 'D:\a\pypy\pypy'
2026-08-31T16:12:14.0408740Z [command]"C:\Program Files\Git\bin\git.exe" version
2026-08-31T16:12:14.4283568Z git version 2.55.0.windows.5
2026-08-31T16:12:14.4406184Z Temporarily overriding HOME='D:\a\_temp\9d2cbc50-0bae-46a0-bf8b-62723441bde8' before making global git config changes
2026-08-31T16:12:14.4407202Z Adding repository directory to the temporary git global config as a safe directory
2026-08-31T16:12:14.4407918Z [command]"C:\Program Files\Git\bin\git.exe" config --global --add safe.directory D:\a\pypy\pypy
2026-08-31T16:12:14.5032229Z Deleting the contents of 'D:\a\pypy\pypy'
Initializing the repository
2026-08-31T16:12:14.5048240Z [command]"C:\Program Files\Git\bin\git.exe" init D:\a\pypy\pypy
2026-08-31T16:12:14.6206719Z Initialized empty Git repository in D:/a/pypy/pypy/.git/
2026-08-31T16:12:14.6259631Z [command]"C:\Program Files\Git\bin\git.exe" remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-31T16:12:14.6872804Z [command]"C:\Program Files\Git\bin\git.exe" config --local gc.auto 0
Setting up auth
2026-08-31T16:12:14.7186899Z Removing SSH command configuration
2026-08-31T16:12:14.7199787Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-08-31T16:12:14.7520711Z [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-31T16:12:16.1200688Z Removing HTTP extra header
2026-08-31T16:12:16.1215407Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-31T16:12:16.1552987Z [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-31T16:12:16.6996728Z Removing includeIf entries pointing to credentials config files
2026-08-31T16:12:16.7009495Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-31T16:12:16.7317941Z [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-31T16:12:17.2749493Z [command]"C:\Program Files\Git\bin\git.exe" config --file D:\a\_temp\git-credentials-817f9cd7-de4c-4bd6-b979-82e7f08b0d50.config http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-08-31T16:12:17.3375247Z [command]"C:\Program Files\Git\bin\git.exe" config --local includeIf.gitdir:D:/a/pypy/pypy/.git.path D:\a\_temp\git-credentials-817f9cd7-de4c-4bd6-b979-82e7f08b0d50.config
2026-08-31T16:12:17.3396545Z [command]"C:\Program Files\Git\bin\git.exe" config --local includeIf.gitdir:D:/a/pypy/pypy/.git/worktrees/*.path D:\a\_temp\git-credentials-817f9cd7-de4c-4bd6-b979-82e7f08b0d50.config
2026-08-31T16:12:17.3748539Z [command]"C:\Program Files\Git\bin\git.exe" config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-817f9cd7-de4c-4bd6-b979-82e7f08b0d50.config
2026-08-31T16:12:17.4055025Z [command]"C:\Program Files\Git\bin\git.exe" config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-817f9cd7-de4c-4bd6-b979-82e7f08b0d50.config
Fetching the repository
2026-08-31T16:12:17.4377116Z [command]"C:\Program Files\Git\bin\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +72213c383274190bf987728791ab94297c0ec13d:refs/remotes/origin/py3.11
2026-08-31T16:12:22.1049188Z From https://github.com/pypy/pypy
2026-08-31T16:12:22.1050291Z * [new ref] 72213c383274190bf987728791ab94297c0ec13d -> origin/py3.11
2026-08-31T16:12:22.1119248Z [command]"C:\Program Files\Git\bin\git.exe" branch --list --remote origin/py3.11
2026-08-31T16:12:22.1494024Z origin/py3.11
2026-08-31T16:12:22.1550616Z [command]"C:\Program Files\Git\bin\git.exe" rev-parse refs/remotes/origin/py3.11
2026-08-31T16:12:22.1941743Z 72213c383274190bf987728791ab94297c0ec13d
Determining the checkout info
2026-08-31T16:12:22.1993787Z [command]"C:\Program Files\Git\bin\git.exe" sparse-checkout disable
2026-08-31T16:12:22.2440553Z [command]"C:\Program Files\Git\bin\git.exe" config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-31T16:12:22.2776917Z [command]"C:\Program Files\Git\bin\git.exe" checkout --progress --force -B py3.11 refs/remotes/origin/py3.11
2026-08-31T16:12:23.3217589Z Updating files: 34% (2459/7029)
2026-08-31T16:12:23.3421763Z Updating files: 35% (2461/7029)
2026-08-31T16:12:23.3633993Z Updating files: 36% (2531/7029)
2026-08-31T16:12:23.3957465Z Updating files: 37% (2601/7029)
2026-08-31T16:12:23.4257447Z Updating files: 38% (2672/7029)
2026-08-31T16:12:23.4509483Z Updating files: 39% (2742/7029)
2026-08-31T16:12:23.4785668Z Updating files: 40% (2812/7029)
2026-08-31T16:12:23.5580445Z Updating files: 41% (2882/7029)
2026-08-31T16:12:23.5848810Z Updating files: 42% (2953/7029)
2026-08-31T16:12:23.6083834Z Updating files: 43% (3023/7029)
2026-08-31T16:12:23.6338138Z Updating files: 44% (3093/7029)
2026-08-31T16:12:23.6460883Z Updating files: 45% (3164/7029)
2026-08-31T16:12:23.6589713Z Updating files: 46% (3234/7029)
2026-08-31T16:12:23.6806681Z Updating files: 47% (3304/7029)
2026-08-31T16:12:23.7075325Z Updating files: 48% (3374/7029)
2026-08-31T16:12:23.7348415Z Updating files: 49% (3445/7029)
2026-08-31T16:12:23.7605754Z Updating files: 50% (3515/7029)
2026-08-31T16:12:23.7924918Z Updating files: 51% (3585/7029)
2026-08-31T16:12:23.8173467Z Updating files: 52% (3656/7029)
2026-08-31T16:12:23.8405725Z Updating files: 53% (3726/7029)
2026-08-31T16:12:23.8662902Z Updating files: 54% (3796/7029)
2026-08-31T16:12:23.8904263Z Updating files: 55% (3866/7029)
2026-08-31T16:12:23.9112296Z Updating files: 56% (3937/7029)
2026-08-31T16:12:23.9369198Z Updating files: 57% (4007/7029)
2026-08-31T16:12:23.9601146Z Updating files: 58% (4077/7029)
2026-08-31T16:12:23.9846562Z Updating files: 59% (4148/7029)
2026-08-31T16:12:24.0150085Z Updating files: 60% (4218/7029)
2026-08-31T16:12:24.0369856Z Updating files: 61% (4288/7029)
2026-08-31T16:12:24.0569269Z Updating files: 62% (4358/7029)
2026-08-31T16:12:24.0825029Z Updating files: 63% (4429/7029)
2026-08-31T16:12:24.1027100Z Updating files: 64% (4499/7029)
2026-08-31T16:12:24.1338883Z Updating files: 65% (4569/7029)
2026-08-31T16:12:24.1661107Z Updating files: 66% (4640/7029)
2026-08-31T16:12:24.1919791Z Updating files: 67% (4710/7029)
2026-08-31T16:12:24.2223572Z Updating files: 68% (4780/7029)
2026-08-31T16:12:24.2515697Z Updating files: 69% (4851/7029)
2026-08-31T16:12:24.2759677Z Updating files: 70% (4921/7029)
2026-08-31T16:12:24.2985771Z Updating files: 71% (4991/7029)
2026-08-31T16:12:24.3270873Z Updating files: 72% (5061/7029)
2026-08-31T16:12:24.3342689Z Updating files: 73% (5132/7029)
2026-08-31T16:12:24.3547679Z Updating files: 73% (5150/7029)
2026-08-31T16:12:24.3903014Z Updating files: 74% (5202/7029)
2026-08-31T16:12:24.4148156Z Updating files: 75% (5272/7029)
2026-08-31T16:12:24.4458655Z Updating files: 76% (5343/7029)
2026-08-31T16:12:24.4677448Z Updating files: 77% (5413/7029)
2026-08-31T16:12:24.4888348Z Updating files: 78% (5483/7029)
2026-08-31T16:12:24.5146929Z Updating files: 79% (5553/7029)
2026-08-31T16:12:24.5349022Z Updating files: 80% (5624/7029)
2026-08-31T16:12:24.5566732Z Updating files: 81% (5694/7029)
2026-08-31T16:12:24.5767876Z Updating files: 82% (5764/7029)
2026-08-31T16:12:24.6070172Z Updating files: 83% (5835/7029)
2026-08-31T16:12:24.6413001Z Updating files: 84% (5905/7029)
2026-08-31T16:12:24.6654190Z Updating files: 85% (5975/7029)
2026-08-31T16:12:24.6962645Z Updating files: 86% (6045/7029)
2026-08-31T16:12:24.7239677Z Updating files: 87% (6116/7029)
2026-08-31T16:12:24.7541947Z Updating files: 88% (6186/7029)
2026-08-31T16:12:24.7861829Z Updating files: 89% (6256/7029)
2026-08-31T16:12:24.8117029Z Updating files: 90% (6327/7029)
2026-08-31T16:12:24.8381253Z Updating files: 91% (6397/7029)
2026-08-31T16:12:25.0335560Z Updating files: 92% (6467/7029)
2026-08-31T16:12:25.1113211Z Updating files: 93% (6537/7029)
2026-08-31T16:12:25.1376829Z Updating files: 94% (6608/7029)
2026-08-31T16:12:25.1602562Z Updating files: 95% (6678/7029)
2026-08-31T16:12:25.1842321Z Updating files: 96% (6748/7029)
2026-08-31T16:12:25.2071721Z Updating files: 97% (6819/7029)
2026-08-31T16:12:25.2282646Z Updating files: 98% (6889/7029)
2026-08-31T16:12:25.2517430Z Updating files: 99% (6959/7029)
2026-08-31T16:12:25.2517883Z Updating files: 100% (7029/7029)
2026-08-31T16:12:25.2518199Z Updating files: 100% (7029/7029), done.
2026-08-31T16:12:25.2747268Z Switched to a new branch 'py3.11'
2026-08-31T16:12:25.2807663Z branch 'py3.11' set up to track 'origin/py3.11'.
2026-08-31T16:12:25.3363262Z [command]"C:\Program Files\Git\bin\git.exe" log -1 --format=%H
2026-08-31T16:12:25.3594935Z 72213c383274190bf987728791ab94297c0ec13d
Run actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
2026-08-31T16:12:25.6791053Z with:
2026-08-31T16:12:25.6791295Z python-version: pypy2.7-7.3.22
2026-08-31T16:12:25.6791544Z check-latest: false
2026-08-31T16:12:25.6794348Z token: ***
2026-08-31T16:12:25.6794558Z update-environment: true
2026-08-31T16:12:25.6794791Z allow-prereleases: false
2026-08-31T16:12:25.6795004Z freethreaded: false
Installed versions
2026-08-31T16:12:25.9094505Z PyPy version 2.7 (7.3.22) was not found in the local cache
2026-08-31T16:12:25.9885364Z Downloading PyPy from "https://downloads.python.org/pypy/pypy2.7-v7.3.22-win64.zip" ...
2026-08-31T16:12:26.3671900Z Extracting downloaded archive...
2026-08-31T16:12:26.4815456Z [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\5ced18a5-c0eb-4060-b142-1604645f94c7', $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\5ced18a5-c0eb-4060-b142-1604645f94c7' -Force } else { throw $_ } } ;"
2026-08-31T16:12:35.8111942Z Creating symlinks...
2026-08-31T16:12:35.8115015Z Installing and updating pip
2026-08-31T16:12:35.8137446Z [command]C:\hostedtoolcache\windows\PyPy\2.7.18\x64\python.exe -m ensurepip
2026-08-31T16:12:37.7094568Z 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-31T16:12:37.7302241Z Looking in links: c:\users\runner~1\appdata\local\temp\tmp2uhdhf
2026-08-31T16:12:37.8828419Z Processing c:\users\runner~1\appdata\local\temp\tmp2uhdhf\setuptools-44.0.0-py2.py3-none-any.whl
2026-08-31T16:12:38.0766655Z Processing c:\users\runner~1\appdata\local\temp\tmp2uhdhf\pip-20.0.2-py2.py3-none-any.whl
2026-08-31T16:12:38.8482253Z Installing collected packages: setuptools, pip
2026-08-31T16:12:42.6283215Z Successfully installed pip-20.0.2 setuptools-44.0.0
2026-08-31T16:12:43.0175327Z [command]C:\hostedtoolcache\windows\PyPy\2.7.18\x64\python.exe -m pip install --ignore-installed pip
2026-08-31T16:12:43.6600827Z 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-31T16:12:44.1597396Z Collecting pip
2026-08-31T16:12:44.1987515Z Downloading pip-20.3.4-py2.py3-none-any.whl (1.5 MB)
2026-08-31T16:12:44.7405339Z Installing collected packages: pip
2026-08-31T16:12:47.6064289Z 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-31T16:12:47.6065516Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
2026-08-31T16:12:47.8284818Z Successfully installed pip-20.3.4
2026-08-31T16:12:48.4634102Z Successfully set up PyPy 7.3.22 with Python (2.7.18)
Run pypy -m pip install hypothesis==4.39.3
2026-08-31T16:12:48.4959907Z pypy -m pip install hypothesis==4.39.3
2026-08-31T16:12:48.6394173Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-08-31T16:12:48.6394548Z env:
2026-08-31T16:12:48.6394821Z pythonLocation: C:\hostedtoolcache\windows\PyPy\2.7.18\x64
2026-08-31T16:12:48.6395209Z Python_ROOT_DIR: C:\hostedtoolcache\windows\PyPy\2.7.18\x64
2026-08-31T16:12:48.6395586Z Python2_ROOT_DIR: C:\hostedtoolcache\windows\PyPy\2.7.18\x64
2026-08-31T16:12:48.6395958Z Python3_ROOT_DIR: C:\hostedtoolcache\windows\PyPy\2.7.18\x64
2026-08-31T16:12:48.6396417Z PKG_CONFIG_PATH: C:\hostedtoolcache\windows\PyPy\2.7.18\x64/lib/pkgconfig
2026-08-31T16:12:49.6682129Z 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-31T16:12:51.3671240Z Collecting hypothesis==4.39.3
2026-08-31T16:12:51.3961321Z Downloading hypothesis-4.39.3.tar.gz (213 kB)
2026-08-31T16:12:52.1026775Z Collecting attrs>=19.2.0
2026-08-31T16:12:52.1094729Z Downloading attrs-21.4.0-py2.py3-none-any.whl (60 kB)
2026-08-31T16:12:52.2726016Z Collecting enum34
2026-08-31T16:12:52.2829627Z Downloading enum34-1.1.10-py2-none-any.whl (11 kB)
2026-08-31T16:12:52.3020020Z Using legacy 'setup.py install' for hypothesis, since package 'wheel' is not installed.
2026-08-31T16:12:52.4204292Z Installing collected packages: attrs, enum34, hypothesis
2026-08-31T16:12:52.6156495Z Running setup.py install for hypothesis: started
2026-08-31T16:12:53.7045026Z Running setup.py install for hypothesis: finished with status 'done'
2026-08-31T16:12:53.7458507Z Successfully installed attrs-21.4.0 enum34-1.1.10 hypothesis-4.39.3
Run pypy get_externals.py
2026-08-31T16:12:54.0033771Z pypy get_externals.py
2026-08-31T16:12:54.0129250Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-08-31T16:12:54.0129598Z env:
2026-08-31T16:12:54.0129858Z pythonLocation: C:\hostedtoolcache\windows\PyPy\2.7.18\x64
2026-08-31T16:12:54.0130246Z Python_ROOT_DIR: C:\hostedtoolcache\windows\PyPy\2.7.18\x64
2026-08-31T16:12:54.0130617Z Python2_ROOT_DIR: C:\hostedtoolcache\windows\PyPy\2.7.18\x64
2026-08-31T16:12:54.0130986Z Python3_ROOT_DIR: C:\hostedtoolcache\windows\PyPy\2.7.18\x64
2026-08-31T16:12:54.0131421Z PKG_CONFIG_PATH: C:\hostedtoolcache\windows\PyPy\2.7.18\x64/lib/pkgconfig
2026-08-31T16:12:54.0131776Z PYTHONPATH: .
2026-08-31T16:12:55.0096999Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-31T16:12:55.2334066Z Cloning into 'D:\a\pypy\pypy\externals'...
2026-08-31T16:12:57.8711120Z Switched to a new branch 'win64_14x'
2026-08-31T16:12:57.8729522Z branch 'win64_14x' set up to track 'origin/win64_14x'.
Run echo "parallel_runs=4" > machine_cfg.py
2026-08-31T16:12:58.0475063Z echo "parallel_runs=4" > machine_cfg.py
2026-08-31T16:12:58.0988658Z shell: C:\Program Files\Git\bin\bash.EXE --noprofile --norc -e -o pipefail {0}
2026-08-31T16:12:58.0989074Z env:
2026-08-31T16:12:58.0989347Z pythonLocation: C:\hostedtoolcache\windows\PyPy\2.7.18\x64
2026-08-31T16:12:58.0989753Z Python_ROOT_DIR: C:\hostedtoolcache\windows\PyPy\2.7.18\x64
2026-08-31T16:12:58.0990139Z Python2_ROOT_DIR: C:\hostedtoolcache\windows\PyPy\2.7.18\x64
2026-08-31T16:12:58.0991539Z Python3_ROOT_DIR: C:\hostedtoolcache\windows\PyPy\2.7.18\x64
2026-08-31T16:12:58.0991957Z PKG_CONFIG_PATH: C:\hostedtoolcache\windows\PyPy\2.7.18\x64/lib/pkgconfig
Run set -o pipefail
2026-08-31T16:12:58.2759485Z set -o pipefail
2026-08-31T16:12:58.2759713Z case "$SUITE" in
2026-08-31T16:12:58.2759925Z rlib)
2026-08-31T16:12:58.2760136Z PYPYCHERRYPICK="rlib" ;;
2026-08-31T16:12:58.2760393Z translator)
2026-08-31T16:12:58.2760643Z PYPYCHERRYPICK="translator" ;;
2026-08-31T16:12:58.2760904Z misc)
2026-08-31T16:12:58.2761094Z case "$ARCH" in
2026-08-31T16:12:58.2761446Z win64) PYPYCHERRYPICK="annotator:config:flowspace:tool:memory" ;;
2026-08-31T16:12:58.2761957Z *) PYPYCHERRYPICK="annotator:config:flowspace:tool:rtyper:memory" ;;
2026-08-31T16:12:58.2762362Z esac ;;
2026-08-31T16:12:58.2762555Z jit-arch)
2026-08-31T16:12:58.2762747Z case "$ARCH" in
2026-08-31T16:12:58.2763065Z arm64) PYPYCHERRYPICK="jit/backend/aarch64" ;;
2026-08-31T16:12:58.2763407Z *) PYPYCHERRYPICK="jit/backend/x86" ;;
2026-08-31T16:12:58.2763673Z esac ;;
2026-08-31T16:12:58.2763853Z jit-other)
2026-08-31T16:12:58.2764044Z case "$ARCH" in
2026-08-31T16:12:58.2764924Z 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-31T16:12:58.2766566Z *) 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-31T16:12:58.2767823Z esac ;;
2026-08-31T16:12:58.2768016Z esac
2026-08-31T16:12:58.2768211Z export PYPYCHERRYPICK
2026-08-31T16:12:58.2768456Z if [ -n "$CONTAINER" ]; then
2026-08-31T16:12:58.2768703Z docker run --rm \
2026-08-31T16:12:58.2768983Z -v "$GITHUB_WORKSPACE:/workspace" \
2026-08-31T16:12:58.2769256Z -w /workspace \
2026-08-31T16:12:58.2769481Z -e PYPYCHERRYPICK \
2026-08-31T16:12:58.2769712Z -e PYTHONPATH \
2026-08-31T16:12:58.2769932Z "$CONTAINER" \
2026-08-31T16:12:58.2770160Z pypy testrunner/runner.py \
2026-08-31T16:12:58.2770444Z --config=pypy/testrunner_cfg.py \
2026-08-31T16:12:58.2770869Z --config=machine_cfg.py \
2026-08-31T16:12:58.2771135Z --root=rpython \
2026-08-31T16:12:58.2771362Z --timeout=1759 \
2026-08-31T16:12:58.2771587Z --logfile=testrun.log \
2026-08-31T16:12:58.2771845Z 2>&1 | tee testrun-output.log
2026-08-31T16:12:58.2772096Z else
2026-08-31T16:12:58.2772289Z pypy testrunner/runner.py \
2026-08-31T16:12:58.2772553Z --config=pypy/testrunner_cfg.py \
2026-08-31T16:12:58.2772822Z --config=machine_cfg.py \
2026-08-31T16:12:58.2773062Z --root=rpython \
2026-08-31T16:12:58.2773278Z --timeout=1759 \
2026-08-31T16:12:58.2773491Z --logfile=testrun.log \
2026-08-31T16:12:58.2773734Z 2>&1 | tee testrun-output.log
2026-08-31T16:12:58.2773970Z fi
2026-08-31T16:12:58.2788330Z shell: C:\Program Files\Git\bin\bash.EXE --noprofile --norc -e -o pipefail {0}
2026-08-31T16:12:58.2788745Z env:
2026-08-31T16:12:58.2789001Z pythonLocation: C:\hostedtoolcache\windows\PyPy\2.7.18\x64
2026-08-31T16:12:58.2789593Z Python_ROOT_DIR: C:\hostedtoolcache\windows\PyPy\2.7.18\x64
2026-08-31T16:12:58.2789967Z Python2_ROOT_DIR: C:\hostedtoolcache\windows\PyPy\2.7.18\x64
2026-08-31T16:12:58.2790347Z Python3_ROOT_DIR: C:\hostedtoolcache\windows\PyPy\2.7.18\x64
2026-08-31T16:12:58.2792363Z PKG_CONFIG_PATH: C:\hostedtoolcache\windows\PyPy\2.7.18\x64/lib/pkgconfig
2026-08-31T16:12:58.2792774Z SUITE: jit-arch
2026-08-31T16:12:58.2792966Z ARCH: win64
2026-08-31T16:12:58.2793143Z CONTAINER:
2026-08-31T16:12:58.2793315Z PYTHONPATH: .
2026-08-31T16:12:58.2793497Z PYPY_LOCALBASE:
2026-08-31T16:12:58.5097523Z using config pypy/testrunner_cfg.py
2026-08-31T16:12:58.5262312Z using config machine_cfg.py
2026-08-31T16:12:58.5267295Z running 4 parallel test workers
2026-08-31T16:12:58.5270222Z setting MAKEFLAGS to ' ' (space)
2026-08-31T16:12:58.5270901Z -- jit/backend/x86/test/test_assembler.py
2026-08-31T16:12:58.5271388Z -- jit/backend/x86/test/test_basic.py
2026-08-31T16:12:58.5272152Z -- jit/backend/x86/test/test_call.py
2026-08-31T16:12:58.5272569Z -- jit/backend/x86/test/test_callbuilder.py
2026-08-31T16:12:58.5273064Z -- jit/backend/x86/test/test_calling_convention.py
2026-08-31T16:12:58.5273552Z -- jit/backend/x86/test/test_del.py
2026-08-31T16:12:58.5273968Z -- jit/backend/x86/test/test_dict.py
2026-08-31T16:12:58.5274363Z -- jit/backend/x86/test/test_exception.py
2026-08-31T16:12:58.5274792Z -- jit/backend/x86/test/test_fficall.py
2026-08-31T16:12:58.5275161Z -- jit/backend/x86/test/test_float.py
2026-08-31T16:12:58.5275503Z -- jit/backend/x86/test/test_jitlog.py
2026-08-31T16:12:58.5275865Z -- jit/backend/x86/test/test_jump.py
2026-08-31T16:12:58.5276227Z -- jit/backend/x86/test/test_list.py
2026-08-31T16:12:58.5276580Z -- jit/backend/x86/test/test_llop.py
2026-08-31T16:12:58.5276966Z -- jit/backend/x86/test/test_longlong.py
2026-08-31T16:12:58.5277391Z -- jit/backend/x86/test/test_loop_unroll.py
2026-08-31T16:12:58.5277833Z -- jit/backend/x86/test/test_quasiimmut.py
2026-08-31T16:12:58.5278283Z -- jit/backend/x86/test/test_rawmem.py
2026-08-31T16:12:58.5278711Z -- jit/backend/x86/test/test_recursive.py
2026-08-31T16:12:58.5279140Z -- jit/backend/x86/test/test_regalloc.py
2026-08-31T16:12:58.5279552Z -- jit/backend/x86/test/test_regloc.py
2026-08-31T16:12:58.5279931Z -- jit/backend/x86/test/test_runner.py
2026-08-31T16:12:58.5280324Z -- jit/backend/x86/test/test_rvmprof.py
2026-08-31T16:12:58.5280923Z -- jit/backend/x86/test/test_rx86.py
2026-08-31T16:12:58.5289724Z -- jit/backend/x86/test/test_rx86_32_auto_encoding.py
2026-08-31T16:12:58.5290621Z -- jit/backend/x86/test/test_rx86_64_auto_encoding.py
2026-08-31T16:12:58.5291161Z -- jit/backend/x86/test/test_send.py
2026-08-31T16:12:58.5291785Z -- jit/backend/x86/test/test_slist.py
2026-08-31T16:12:58.5292465Z -- jit/backend/x86/test/test_string.py
2026-08-31T16:12:58.5293181Z -- jit/backend/x86/test/test_symbolic_x86.py
2026-08-31T16:12:58.5293676Z -- jit/backend/x86/test/test_tl.py
2026-08-31T16:12:58.5294094Z -- jit/backend/x86/test/test_tlc.py
2026-08-31T16:12:58.5294515Z -- jit/backend/x86/test/test_tracelimit.py
2026-08-31T16:12:58.5294970Z -- jit/backend/x86/test/test_virtual.py
2026-08-31T16:12:58.5295413Z -- jit/backend/x86/test/test_virtualizable.py
2026-08-31T16:12:58.5296155Z -- jit/backend/x86/test/test_virtualref.py
2026-08-31T16:12:58.5296699Z -- jit/backend/x86/test/test_x86vector.py
2026-08-31T16:12:58.5297142Z -- jit/backend/x86/test/test_zmath.py
2026-08-31T16:12:58.5297551Z -- jit/backend/x86/test/test_zrpy_gc.py
2026-08-31T16:12:58.5297979Z -- jit/backend/x86/test/test_zrpy_gc_boehm.py
2026-08-31T16:12:58.5298943Z -- jit/backend/x86/test/test_zrpy_releasegil.py
2026-08-31T16:12:58.5299433Z -- jit/backend/x86/test/test_zrpy_vecopt.py
2026-08-31T16:12:58.5299856Z -- jit/backend/x86/test/test_zrpy_vmprof.py
2026-08-31T16:12:58.5300320Z -- jit/backend/x86/test/test_ztranslation_basic.py
2026-08-31T16:12:58.5307647Z -- jit/backend/x86/test/test_ztranslation_call_assembler.py
2026-08-31T16:12:58.5314174Z -- jit/backend/x86/test/test_ztranslation_external_exception.py
2026-08-31T16:12:58.5316853Z -- jit/backend/x86/test/test_ztranslation_jit_stats.py
2026-08-31T16:12:58.5345940Z -- jit/backend/x86/tool/test/test_viewcode.py
2026-08-31T16:12:58.5347636Z -- total: 48 to run
2026-08-31T16:12:58.5348216Z ++ 16:12:58 starting jit/backend/x86/test/test_assembler.py [1 started in total]
2026-08-31T16:12:58.5348990Z ++ 16:12:58 starting jit/backend/x86/test/test_basic.py [2 started in total]
2026-08-31T16:12:58.5349749Z ++ 16:12:58 starting jit/backend/x86/test/test_call.py [3 started in total]
2026-08-31T16:13:31.1890032Z ++ 16:12:58 starting jit/backend/x86/test/test_callbuilder.py [4 started in total]
2026-08-31T16:13:31.1891594Z __ jit/backend/x86/test/test_callbuilder.py [1 done in total, somefailed=False]
2026-08-31T16:13:31.1893517Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-31T16:13:31.1895413Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-31T16:13:31.1897030Z ============================= test session starts =============================
2026-08-31T16:13:31.1906035Z 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-31T16:13:31.1926856Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-31T16:13:31.1931342Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-31T16:13:31.2048516Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-31T16:13:31.2077324Z plugins: hypothesis-4.39.3
2026-08-31T16:13:31.2085634Z collected 2 items
2026-08-31T16:13:31.2088836Z
2026-08-31T16:13:31.2090733Z jit\backend\x86\test\test_callbuilder.py ..
2026-08-31T16:13:31.2091537Z
2026-08-31T16:13:31.2104444Z ========================== 2 passed in 3.16 seconds ===========================
2026-08-31T16:13:36.6747945Z ++ 16:13:31 starting jit/backend/x86/test/test_calling_convention.py [5 started in total]
2026-08-31T16:13:36.6830468Z __ jit/backend/x86/test/test_assembler.py [2 done in total, somefailed=False] _
2026-08-31T16:13:36.6832334Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-31T16:13:36.6887893Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-31T16:13:36.7085660Z ============================= test session starts =============================
2026-08-31T16:13:36.7153837Z 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-31T16:13:36.7178830Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-31T16:13:36.7221361Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-31T16:13:36.7277686Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-31T16:13:36.7419574Z plugins: hypothesis-4.39.3
2026-08-31T16:13:36.7473179Z collected 3 items
2026-08-31T16:13:36.7475576Z
2026-08-31T16:13:36.7556455Z jit\backend\x86\test\test_assembler.py ...
2026-08-31T16:13:36.7753773Z
2026-08-31T16:13:36.7809619Z ========================== 3 passed in 7.15 seconds ===========================
2026-08-31T16:13:46.9078729Z ++ 16:13:36 starting jit/backend/x86/test/test_del.py [6 started in total]
2026-08-31T16:13:46.9093230Z __ jit/backend/x86/test/test_del.py [3 done in total, somefailed=False] _______
2026-08-31T16:13:46.9102931Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-31T16:13:46.9166789Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-31T16:13:46.9293578Z ============================= test session starts =============================
2026-08-31T16:13:46.9419748Z 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-31T16:13:46.9490002Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-31T16:13:46.9504799Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-31T16:13:46.9614476Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-31T16:13:46.9758613Z plugins: hypothesis-4.39.3
2026-08-31T16:13:46.9819999Z collected 3 items
2026-08-31T16:13:46.9843622Z
2026-08-31T16:13:46.9844965Z jit\backend\x86\test\test_del.py ...
2026-08-31T16:13:46.9942571Z
2026-08-31T16:13:47.0080260Z ========================== 3 passed in 6.08 seconds ===========================
2026-08-31T16:13:49.9372030Z ++ 16:13:46 starting jit/backend/x86/test/test_dict.py [7 started in total]
2026-08-31T16:13:49.9427426Z __ jit/backend/x86/test/test_call.py [4 done in total, somefailed=False] ______
2026-08-31T16:13:49.9444016Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-31T16:13:49.9457127Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-31T16:13:49.9497518Z ============================= test session starts =============================
2026-08-31T16:13:49.9520126Z 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-31T16:13:49.9642550Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-31T16:13:49.9779146Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.py
2026-08-31T16:13:49.9816385Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-31T16:13:49.9865976Z plugins: hypothesis-4.39.3
2026-08-31T16:13:49.9953325Z collected 16 items
2026-08-31T16:13:49.9954463Z
2026-08-31T16:13:49.9973705Z jit\backend\x86\test\test_call.py ................
2026-08-31T16:13:50.0115620Z
2026-08-31T16:13:50.0150990Z ========================= 16 passed in 21.87 seconds ==========================
2026-08-31T16:14:28.0699624Z ++ 16:13:49 starting jit/backend/x86/test/test_exception.py [8 started in total]
2026-08-31T16:14:28.0700843Z __ jit/backend/x86/test/test_exception.py [5 done in total, somefailed=False] _
2026-08-31T16:14:28.0701803Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-31T16:14:28.0702738Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-31T16:14:28.0703633Z ============================= test session starts =============================
2026-08-31T16:14:28.0704528Z 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-31T16:14:28.0705861Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-31T16:14:28.0707048Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-31T16:14:28.0707695Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-31T16:14:28.0760691Z plugins: hypothesis-4.39.3
2026-08-31T16:14:28.0762242Z collected 32 items
2026-08-31T16:14:28.0765289Z
2026-08-31T16:14:28.0837124Z jit\backend\x86\test\test_exception.py s...............................
2026-08-31T16:14:28.0877237Z
2026-08-31T16:14:28.0959321Z ==================== 31 passed, 1 skipped in 32.35 seconds ====================
2026-08-31T16:14:37.0104851Z ++ 16:14:28 starting jit/backend/x86/test/test_fficall.py [9 started in total]
2026-08-31T16:14:37.0105764Z __ jit/backend/x86/test/test_calling_convention.py [6 done in total, somefailed=False]
2026-08-31T16:14:37.0398984Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-31T16:14:37.0420717Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-31T16:14:37.0426094Z ============================= test session starts =============================
2026-08-31T16:14:37.0441083Z 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-31T16:14:37.0678890Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-31T16:14:37.0683721Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-31T16:14:37.0740117Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-31T16:14:37.0759871Z plugins: hypothesis-4.39.3
2026-08-31T16:14:37.0778363Z collected 7 items
2026-08-31T16:14:37.0978164Z
2026-08-31T16:14:37.1059495Z jit\backend\x86\test\test_calling_convention.py .......
2026-08-31T16:14:37.1078885Z
2026-08-31T16:14:37.1105506Z ========================== 7 passed in 61.10 seconds ==========================
2026-08-31T16:14:51.6926116Z ++ 16:14:36 starting jit/backend/x86/test/test_float.py [10 started in total]
2026-08-31T16:14:51.6970025Z __ jit/backend/x86/test/test_float.py [7 done in total, somefailed=False] _____
2026-08-31T16:14:51.6973590Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-31T16:14:51.6974906Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-31T16:14:51.6976635Z ============================= test session starts =============================
2026-08-31T16:14:51.6978794Z 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-31T16:14:51.6980760Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-31T16:14:51.7010786Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-31T16:14:51.7018977Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-31T16:14:51.7019619Z plugins: hypothesis-4.39.3
2026-08-31T16:14:51.7020416Z collected 10 items
2026-08-31T16:14:51.7020708Z
2026-08-31T16:14:51.7020991Z jit\backend\x86\test\test_float.py ..........
2026-08-31T16:14:51.7021417Z
2026-08-31T16:14:51.7021783Z ========================= 10 passed in 11.35 seconds ==========================
2026-08-31T16:14:58.5707812Z ++ 16:14:51 starting jit/backend/x86/test/test_jitlog.py [11 started in total]
2026-08-31T16:14:58.5846572Z __ jit/backend/x86/test/test_jitlog.py [8 done in total, somefailed=False] ____
2026-08-31T16:14:58.5988336Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-31T16:14:58.6025807Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-31T16:14:58.6030797Z ============================= test session starts =============================
2026-08-31T16:14:58.6167978Z 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-31T16:14:58.6307628Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-31T16:14:58.6345926Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-31T16:14:58.6347560Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-31T16:14:58.6348103Z plugins: hypothesis-4.39.3
2026-08-31T16:14:58.6499864Z collected 0 items / 1 skipped
2026-08-31T16:14:58.6638651Z
2026-08-31T16:14:58.6639173Z ========================== 1 skipped in 2.48 seconds ==========================
2026-08-31T16:15:19.5044951Z ++ 16:14:58 starting jit/backend/x86/test/test_jump.py [12 started in total]
2026-08-31T16:15:19.5084052Z __ jit/backend/x86/test/test_fficall.py [9 done in total, somefailed=False] ___
2026-08-31T16:15:19.5182351Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-31T16:15:19.5357779Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-31T16:15:19.5363407Z ============================= test session starts =============================
2026-08-31T16:15:19.5404172Z 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-31T16:15:19.5504744Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-31T16:15:19.5683170Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-31T16:15:19.5699150Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-31T16:15:19.5723305Z plugins: hypothesis-4.39.3
2026-08-31T16:15:19.5842481Z collected 12 items
2026-08-31T16:15:19.6001801Z
2026-08-31T16:15:19.6022005Z jit\backend\x86\test\test_fficall.py ...s........
2026-08-31T16:15:19.6041787Z
2026-08-31T16:15:19.6342995Z ==================== 11 passed, 1 skipped in 45.89 seconds ====================
2026-08-31T16:15:22.5118523Z ++ 16:15:19 starting jit/backend/x86/test/test_list.py [13 started in total]
2026-08-31T16:15:22.5261631Z __ jit/backend/x86/test/test_jump.py [10 done in total, somefailed=False] _____
2026-08-31T16:15:22.5321915Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-31T16:15:22.5433635Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-31T16:15:22.5522112Z ============================= test session starts =============================
2026-08-31T16:15:22.5595389Z 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-31T16:15:22.5630691Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-31T16:15:22.5631784Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-31T16:15:22.5632547Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-31T16:15:22.5635811Z plugins: hypothesis-4.39.3
2026-08-31T16:15:22.5658564Z collected 12 items
2026-08-31T16:15:22.5659090Z
2026-08-31T16:15:22.5754613Z jit\backend\x86\test\test_jump.py ............
2026-08-31T16:15:22.5772799Z
2026-08-31T16:15:22.5773811Z ========================= 12 passed in 19.47 seconds ==========================
2026-08-31T16:15:37.1191639Z ++ 16:15:22 starting jit/backend/x86/test/test_llop.py [14 started in total]
2026-08-31T16:15:37.1196043Z __ jit/backend/x86/test/test_llop.py [11 done in total, somefailed=False] _____
2026-08-31T16:15:37.1235591Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-31T16:15:37.1264917Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-31T16:15:37.1318047Z ============================= test session starts =============================
2026-08-31T16:15:37.1347657Z 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-31T16:15:37.1371188Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-31T16:15:37.1375840Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-31T16:15:37.1429149Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-31T16:15:37.1436070Z plugins: hypothesis-4.39.3
2026-08-31T16:15:37.1436873Z collected 5 items
2026-08-31T16:15:37.1615721Z
2026-08-31T16:15:37.1759933Z jit\backend\x86\test\test_llop.py .....
2026-08-31T16:15:37.1901976Z
2026-08-31T16:15:37.1903137Z ========================== 5 passed in 10.43 seconds ==========================
2026-08-31T16:15:42.6969705Z ++ 16:15:37 starting jit/backend/x86/test/test_longlong.py [15 started in total]
2026-08-31T16:15:42.6970780Z __ jit/backend/x86/test/test_longlong.py [12 done in total, somefailed=False] _
2026-08-31T16:15:42.6971735Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-31T16:15:42.6972664Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-31T16:15:42.6973589Z ============================= test session starts =============================
2026-08-31T16:15:42.6974503Z 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-31T16:15:42.6975821Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-31T16:15:42.6976834Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-31T16:15:42.6977303Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-31T16:15:42.6977754Z plugins: hypothesis-4.39.3
2026-08-31T16:15:42.6978418Z collected 14 items
2026-08-31T16:15:42.6978600Z
2026-08-31T16:15:42.6978794Z jit\backend\x86\test\test_longlong.py ssssssssssssss
2026-08-31T16:15:42.6979133Z
2026-08-31T16:15:42.6979562Z ========================= 14 skipped in 1.69 seconds ==========================
2026-08-31T16:15:43.2205729Z ++ 16:15:42 starting jit/backend/x86/test/test_loop_unroll.py [16 started in total]
2026-08-31T16:15:43.2254939Z __ jit/backend/x86/test/test_dict.py [13 done in total, somefailed=False] _____
2026-08-31T16:15:43.2409402Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-31T16:15:43.2424934Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-31T16:15:43.2428778Z ============================= test session starts =============================
2026-08-31T16:15:43.2429985Z 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-31T16:15:43.2431673Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-31T16:15:43.2433095Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-31T16:15:43.2445943Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-31T16:15:43.2449002Z plugins: hypothesis-4.39.3
2026-08-31T16:15:43.2503848Z collected 20 items
2026-08-31T16:15:43.2505193Z
2026-08-31T16:15:43.2532940Z jit\backend\x86\test\test_dict.py ....................
2026-08-31T16:15:43.2591990Z
2026-08-31T16:15:43.2782510Z ========================= 20 passed in 110.87 seconds =========================
2026-08-31T16:15:57.6388902Z ++ 16:15:43 starting jit/backend/x86/test/test_quasiimmut.py [17 started in total]
2026-08-31T16:15:57.6410153Z __ jit/backend/x86/test/test_list.py [14 done in total, somefailed=False] _____
2026-08-31T16:15:57.6412136Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-31T16:15:57.6415906Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-31T16:15:57.6430631Z ============================= test session starts =============================
2026-08-31T16:15:57.6508877Z 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-31T16:15:57.6611106Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-31T16:15:57.6628051Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-31T16:15:57.6629920Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-31T16:15:57.6632809Z plugins: hypothesis-4.39.3
2026-08-31T16:15:57.6633965Z collected 23 items
2026-08-31T16:15:57.6634711Z
2026-08-31T16:15:57.6688522Z jit\backend\x86\test\test_list.py ...s...................
2026-08-31T16:15:57.6689114Z
2026-08-31T16:15:57.6720383Z ==================== 22 passed, 1 skipped in 30.63 seconds ====================
2026-08-31T16:16:09.9201310Z ++ 16:15:57 starting jit/backend/x86/test/test_rawmem.py [18 started in total]
2026-08-31T16:16:09.9248038Z __ jit/backend/x86/test/test_rawmem.py [15 done in total, somefailed=False] ___
2026-08-31T16:16:09.9254169Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-31T16:16:09.9255125Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-31T16:16:09.9255921Z ============================= test session starts =============================
2026-08-31T16:16:09.9256767Z 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-31T16:16:09.9258092Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-31T16:16:09.9259208Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-31T16:16:09.9259781Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-31T16:16:09.9260337Z plugins: hypothesis-4.39.3
2026-08-31T16:16:09.9261155Z collected 7 items
2026-08-31T16:16:09.9261421Z
2026-08-31T16:16:09.9261667Z jit\backend\x86\test\test_rawmem.py .......
2026-08-31T16:16:09.9262045Z
2026-08-31T16:16:09.9262338Z ========================== 7 passed in 7.98 seconds ===========================
2026-08-31T16:16:11.1855658Z ++ 16:16:09 starting jit/backend/x86/test/test_recursive.py [19 started in total]
2026-08-31T16:16:11.1858649Z __ jit/backend/x86/test/test_quasiimmut.py [16 done in total, somefailed=False]
2026-08-31T16:16:11.1867024Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-31T16:16:11.1900393Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-31T16:16:11.2066439Z ============================= test session starts =============================
2026-08-31T16:16:11.2107963Z 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-31T16:16:11.2182908Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-31T16:16:11.2245173Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-31T16:16:11.2302416Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-31T16:16:11.2303374Z plugins: hypothesis-4.39.3
2026-08-31T16:16:11.2391193Z collected 20 items
2026-08-31T16:16:11.2483814Z
2026-08-31T16:16:11.2520577Z jit\backend\x86\test\test_quasiimmut.py ..............s.....
2026-08-31T16:16:11.2725550Z
2026-08-31T16:16:11.2780994Z ==================== 19 passed, 1 skipped in 21.49 seconds ====================
2026-08-31T16:16:19.6488013Z ++ 16:16:11 starting jit/backend/x86/test/test_regalloc.py [20 started in total]
2026-08-31T16:16:19.6544175Z __ jit/backend/x86/test/test_regalloc.py [17 done in total, somefailed=False] _
2026-08-31T16:16:19.6584237Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-31T16:16:19.6803759Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-31T16:16:19.6882848Z ============================= test session starts =============================
2026-08-31T16:16:19.6887399Z 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-31T16:16:19.6903494Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-31T16:16:19.7135171Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-31T16:16:19.7137075Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-31T16:16:19.7138491Z plugins: hypothesis-4.39.3
2026-08-31T16:16:19.7219632Z collected 19 items
2026-08-31T16:16:19.7226217Z
2026-08-31T16:16:19.7424532Z jit\backend\x86\test\test_regalloc.py ....s........s.....
2026-08-31T16:16:19.7457477Z
2026-08-31T16:16:19.7539500Z ==================== 17 passed, 2 skipped in 3.86 seconds =====================
2026-08-31T16:16:25.2513611Z ++ 16:16:19 starting jit/backend/x86/test/test_regloc.py [21 started in total]
2026-08-31T16:16:25.2534695Z __ jit/backend/x86/test/test_regloc.py [18 done in total, somefailed=False] ___
2026-08-31T16:16:25.2536080Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-31T16:16:25.2564942Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-31T16:16:25.2706081Z ============================= test session starts =============================
2026-08-31T16:16:25.2821454Z 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-31T16:16:25.2902846Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-31T16:16:25.2920191Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-31T16:16:25.3039550Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-31T16:16:25.3140268Z plugins: hypothesis-4.39.3
2026-08-31T16:16:25.3153800Z collected 25 items
2026-08-31T16:16:25.3220806Z
2026-08-31T16:16:25.3365936Z jit\backend\x86\test\test_regloc.py ....s..................s.
2026-08-31T16:16:25.3453731Z
2026-08-31T16:16:25.3457163Z ==================== 23 passed, 2 skipped in 1.94 seconds =====================
2026-08-31T16:17:03.0011802Z ++ 16:16:25 starting jit/backend/x86/test/test_runner.py [22 started in total]
2026-08-31T16:17:03.0021757Z __ jit/backend/x86/test/test_loop_unroll.py [19 done in total, somefailed=True]
2026-08-31T16:17:03.0525441Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-31T16:17:03.0526679Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-31T16:17:03.0563570Z ============================= test session starts =============================
2026-08-31T16:17:03.0582267Z 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-31T16:17:03.0584944Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-31T16:17:03.0623927Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-31T16:17:03.0689469Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-31T16:17:03.0690076Z plugins: hypothesis-4.39.3
2026-08-31T16:17:03.0852356Z collected 37 items
2026-08-31T16:17:03.0879581Z
2026-08-31T16:17:03.0880203Z jit\backend\x86\test\test_loop_unroll.py .......F......................ss.s...
2026-08-31T16:17:03.0880717Z
2026-08-31T16:17:03.0880951Z ================================== FAILURES ===================================
2026-08-31T16:17:03.0881619Z _____________________ TestLoopSpec.test_interp_many_paths _____________________
2026-08-31T16:17:03.0882069Z
2026-08-31T16:17:03.0882527Z self = <rpython.jit.backend.x86.test.test_loop_unroll.TestLoopSpec object at 0x000001315467cad8>
2026-08-31T16:17:03.0936459Z
2026-08-31T16:17:03.0968326Z def test_interp_many_paths(self):
2026-08-31T16:17:03.0974050Z myjitdriver = JitDriver(greens = ['i'], reds = ['x', 'node'])
2026-08-31T16:17:03.0976836Z NODE = self._get_NODE()
2026-08-31T16:17:03.0977259Z bytecode = "xxxxxxxb"
2026-08-31T16:17:03.0978149Z def f(node):
2026-08-31T16:17:03.1219264Z x = 0
2026-08-31T16:17:03.1219712Z i = 0
2026-08-31T16:17:03.1301521Z while i < len(bytecode):
2026-08-31T16:17:03.1512676Z myjitdriver.jit_merge_point(i=i, x=x, node=node)
2026-08-31T16:17:03.1538559Z op = bytecode[i]
2026-08-31T16:17:03.1576617Z if op == 'x':
2026-08-31T16:17:03.1643799Z if not node:
2026-08-31T16:17:03.1685073Z break
2026-08-31T16:17:03.1688050Z if node.value < 100: # a pseudo-random choice
2026-08-31T16:17:03.1702509Z x += 1
2026-08-31T16:17:03.1703419Z node = node.next
2026-08-31T16:17:03.1704368Z elif op == 'b':
2026-08-31T16:17:03.1705502Z i = 0
2026-08-31T16:17:03.1707279Z myjitdriver.can_enter_jit(i=i, x=x, node=node)
2026-08-31T16:17:03.1709163Z continue
2026-08-31T16:17:03.1710090Z i += 1
2026-08-31T16:17:03.1724987Z return x
2026-08-31T16:17:03.1726383Z
2026-08-31T16:17:03.1726979Z node1 = self.nullptr(NODE)
2026-08-31T16:17:03.1737818Z for i in range(300):
2026-08-31T16:17:03.1843635Z prevnode = self.malloc(NODE)
2026-08-31T16:17:03.1865327Z prevnode.value = pow(47, i, 199)
2026-08-31T16:17:03.1897812Z prevnode.next = node1
2026-08-31T16:17:03.1898451Z node1 = prevnode
2026-08-31T16:17:03.1899274Z
2026-08-31T16:17:03.1900071Z expected = f(node1)
2026-08-31T16:17:03.1902540Z > res = self.meta_interp(f, [node1])
2026-08-31T16:17:03.1902889Z
2026-08-31T16:17:03.1903076Z jit\metainterp\test\test_loop.py:235:
2026-08-31T16:17:03.1904484Z _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
2026-08-31T16:17:03.1905724Z jit\metainterp\test\support.py:265: in meta_interp
2026-08-31T16:17:03.1906226Z return ll_meta_interp(*args, **kwds)
2026-08-31T16:17:03.1907999Z jit\metainterp\warmspot.py:89: in ll_meta_interp
2026-08-31T16:17:03.1908709Z return jittify_and_run(interp, graph, args, backendopt=backendopt, **kwds)
2026-08-31T16:17:03.1909363Z jit\metainterp\warmspot.py:127: in jittify_and_run
2026-08-31T16:17:03.1909849Z res = interp.eval_graph(graph, args)
2026-08-31T16:17:03.1910296Z rtyper\llinterp.py:102: in eval_graph
2026-08-31T16:17:03.1910704Z retval = llframe.eval()
2026-08-31T16:17:03.1911060Z rtyper\llinterp.py:300: in eval
2026-08-31T16:17:03.1911476Z nextblock, args = self.eval_block(nextblock)
2026-08-31T16:17:03.1911936Z rtyper\llinterp.py:324: in eval_block
2026-08-31T16:17:03.1912327Z self.eval_operation(op)
2026-08-31T16:17:03.1912680Z rtyper\llinterp.py:427: in eval_operation
2026-08-31T16:17:03.1913094Z retval = ophandler(*vals)
2026-08-31T16:17:03.1913454Z rtyper\llinterp.py:702: in op_direct_call
2026-08-31T16:17:03.1913899Z return self.perform_call(f, FTYPE.ARGS, args)
2026-08-31T16:17:03.1914429Z rtyper\llinterp.py:689: in perform_call
2026-08-31T16:17:03.1914909Z return self.invoke_callable_with_pyexceptions(f, *args)
2026-08-31T16:17:03.1915515Z rtyper\llinterp.py:496: in invoke_callable_with_pyexceptions
2026-08-31T16:17:03.1916019Z return obj._callable(*args)
2026-08-31T16:17:03.1916429Z jit\metainterp\warmspot.py:954: in ll_portal_runner
2026-08-31T16:17:03.1916879Z portal_ptr)(*args)
2026-08-31T16:17:03.1917253Z jit\codewriter\support.py:163: in on_top_of_llinterp
2026-08-31T16:17:03.1917794Z return llinterp.eval_graph(funcobj.graph, list(args))
2026-08-31T16:17:03.1918290Z rtyper\llinterp.py:102: in eval_graph
2026-08-31T16:17:03.1918671Z retval = llframe.eval()
2026-08-31T16:17:03.1919014Z rtyper\llinterp.py:300: in eval
2026-08-31T16:17:03.1919411Z nextblock, args = self.eval_block(nextblock)
2026-08-31T16:17:03.1919849Z rtyper\llinterp.py:324: in eval_block
2026-08-31T16:17:03.1920216Z self.eval_operation(op)
2026-08-31T16:17:03.1920533Z rtyper\llinterp.py:427: in eval_operation
2026-08-31T16:17:03.1920910Z retval = ophandler(*vals)
2026-08-31T16:17:03.1921267Z rtyper\llinterp.py:702: in op_direct_call
2026-08-31T16:17:03.1921696Z return self.perform_call(f, FTYPE.ARGS, args)
2026-08-31T16:17:03.1922126Z rtyper\llinterp.py:689: in perform_call
2026-08-31T16:17:03.1922607Z return self.invoke_callable_with_pyexceptions(f, *args)
2026-08-31T16:17:03.1923170Z rtyper\llinterp.py:512: in invoke_callable_with_pyexceptions
2026-08-31T16:17:03.1923660Z self.make_llexception()
2026-08-31T16:17:03.1924049Z _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
2026-08-31T16:17:03.1924404Z
2026-08-31T16:17:03.1924671Z self = <rpython.rtyper.llinterp.LLFrame object at 0x0000013154361600>
2026-08-31T16:17:03.1925667Z exc = RuntimeError('maximum recursion depth exceeded',)
2026-08-31T16:17:03.1926008Z
2026-08-31T16:17:03.1926159Z def make_llexception(self, exc=None):
2026-08-31T16:17:03.1926525Z if exc is None:
2026-08-31T16:17:03.1926828Z original = sys.exc_info()
2026-08-31T16:17:03.1927186Z exc = original[1]
2026-08-31T16:17:03.1927634Z # it makes no sense to convert some exception classes that
2026-08-31T16:17:03.1928157Z # just mean something buggy crashed
2026-08-31T16:17:03.1928636Z if isinstance(exc, (AssertionError, AttributeError,
2026-08-31T16:17:03.1929102Z TypeError, NameError,
2026-08-31T16:17:03.1929517Z KeyboardInterrupt, SystemExit,
2026-08-31T16:17:03.1929975Z ImportError, SyntaxError)):
2026-08-31T16:17:03.1930488Z raise original[0], original[1], original[2] # re-raise it
2026-08-31T16:17:03.1931364Z # for testing the JIT (see ContinueRunningNormally) we need
2026-08-31T16:17:03.1931969Z # to let some exceptions introduced by the JIT go through
2026-08-31T16:17:03.1932747Z # the llinterpreter uncaught
2026-08-31T16:17:03.1933219Z if getattr(exc, '_go_through_llinterp_uncaught_', False):
2026-08-31T16:17:03.1933832Z raise original[0], original[1], original[2] # re-raise it
2026-08-31T16:17:03.1983393Z extraargs = (original,)
2026-08-31T16:17:03.2164859Z else:
2026-08-31T16:17:03.2190839Z extraargs = ()
2026-08-31T16:17:03.2194560Z typer = self.llinterpreter.typer
2026-08-31T16:17:03.2209835Z exdata = typer.exceptiondata
2026-08-31T16:17:03.2211830Z evalue = exdata.get_standard_ll_exc_instance_by_class(exc.__class__)
2026-08-31T16:17:03.2212627Z etype = self.op_direct_call(exdata.fn_type_of_exc_inst, evalue)
2026-08-31T16:17:03.2213291Z > raise LLException(etype, evalue, *extraargs)
2026-08-31T16:17:03.2307496Z E LLException: <LLException 'RuntimeError'
2026-08-31T16:17:03.2308321Z E | Traceback (most recent call last):
2026-08-31T16:17:03.2487800Z E | File "D:\a\pypy\pypy\rpython\rtyper\llinterp.py", line 496, in invoke_callable_with_pyexceptions
2026-08-31T16:17:03.2523663Z E | return obj._callable(*args)
2026-08-31T16:17:03.2643361Z E | File "D:\a\pypy\pypy\rpython\jit\metainterp\warmspot.py", line 581, in maybe_enter_jit
2026-08-31T16:17:03.2700087Z E | crash_in_jit(e)
2026-08-31T16:17:03.2735982Z E | File "D:\a\pypy\pypy\rpython\jit\metainterp\warmspot.py", line 560, in crash_in_jit
2026-08-31T16:17:03.2769321Z E | raise e
2026-08-31T16:17:03.2771992Z E | RuntimeError: maximum recursion depth exceeded
2026-08-31T16:17:03.2779389Z E `------>
2026-08-31T16:17:03.2821312Z
2026-08-31T16:17:03.2859201Z rtyper\llinterp.py:491: LLException
2026-08-31T16:17:03.2958806Z ---------------------------- Captured stderr call -----------------------------
2026-08-31T16:17:03.2960086Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-31T16:17:03.2978681Z [rtyper] -=- specialized 14 blocks -=-
2026-08-31T16:17:03.3019031Z [rtyper] -=- specialized 4 more blocks -=-
2026-08-31T16:17:03.3079156Z [rtyper] -=- specialized 2 more blocks -=-
2026-08-31T16:17:03.3081435Z [rtyper] -=- specialized 7 more blocks -=-
2026-08-31T16:17:03.3112344Z [rtyper] -=- specialized 6 more blocks -=-
2026-08-31T16:17:03.3156016Z [rtyper] -=- specialized 19 more blocks -=-
2026-08-31T16:17:03.3194571Z [rtyper] -=- specialized 12 more blocks -=-
2026-08-31T16:17:03.3251108Z [rtyper] -=- specialized 3 more blocks -=-
2026-08-31T16:17:03.3321489Z [jitcodewriter:info] making JitCodes...
2026-08-31T16:17:03.3449008Z [jitcodewriter:WARNING] found debug_assert in <FunctionGraph of (rpython.rtyper.lltypesystem.rstr:354)ll_stritem_nonneg__rpy_stringPtr_Signed at 0x131543359f0>; should have be removed
2026-08-31T16:17:03.3491591Z [jitcodewriter:WARNING] found debug_assert in <FunctionGraph of (rpython.rtyper.lltypesystem.rstr:354)ll_stritem_nonneg__rpy_stringPtr_Signed at 0x131543359f0>; should have be removed
2026-08-31T16:17:03.3528157Z [jitcodewriter:info] There are 2 JitCode instances.
2026-08-31T16:17:03.3648852Z [jitcodewriter:info] There are 8 -live- ops. Size of liveness is 10 bytes
2026-08-31T16:17:03.3653051Z [jitcodewriter] compute_bitstrings:
2026-08-31T16:17:03.3767425Z [jitcodewriter] 1 effectinfos:
2026-08-31T16:17:03.3827288Z [jitcodewriter] 0 descrs for arrays
2026-08-31T16:17:03.3847796Z [jitcodewriter] 0 descrs for fields
2026-08-31T16:17:03.3927945Z [jitcodewriter] 0 descrs for interiorfields
2026-08-31T16:17:03.3929197Z [jitcodewriter] -> 1 bitstrings, mean length 0.0, max length 0
2026-08-31T16:17:03.3964470Z =========================== short test summary info ===========================
2026-08-31T16:17:03.3968117Z FAIL jit/backend/x86/test/test_loop_unroll.py::TestLoopSpec::()::test_interp_many_paths
2026-08-31T16:17:03.3969595Z =============== 1 failed, 33 passed, 3 skipped in 72.30 seconds ===============
2026-08-31T16:17:08.6267614Z ++ 16:17:02 starting jit/backend/x86/test/test_rvmprof.py [23 started in total]
2026-08-31T16:17:08.6343699Z __ jit/backend/x86/test/test_rvmprof.py [20 done in total, somefailed=False] __
2026-08-31T16:17:08.6394155Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-31T16:17:08.6525791Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-31T16:17:08.6583757Z ============================= test session starts =============================
2026-08-31T16:17:08.6586159Z 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-31T16:17:08.6677764Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-31T16:17:08.6860032Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-31T16:17:08.6861883Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-31T16:17:08.6862831Z plugins: hypothesis-4.39.3
2026-08-31T16:17:08.6918194Z collected 0 items / 1 skipped
2026-08-31T16:17:08.6918477Z
2026-08-31T16:17:08.6918726Z ========================== 1 skipped in 2.20 seconds ==========================
2026-08-31T16:17:13.0756541Z ++ 16:17:08 starting jit/backend/x86/test/test_rx86.py [24 started in total]
2026-08-31T16:17:13.0775946Z __ jit/backend/x86/test/test_rx86.py [21 done in total, somefailed=False] _____
2026-08-31T16:17:13.0940782Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-31T16:17:13.1013736Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-31T16:17:13.1089139Z ============================= test session starts =============================
2026-08-31T16:17:13.1110138Z 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-31T16:17:13.1283198Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-31T16:17:13.1285601Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-31T16:17:13.1286587Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-31T16:17:13.1350973Z plugins: hypothesis-4.39.3
2026-08-31T16:17:13.1416277Z collected 34 items
2026-08-31T16:17:13.1429534Z
2026-08-31T16:17:13.1586626Z jit\backend\x86\test\test_rx86.py ..................................
2026-08-31T16:17:13.1677649Z
2026-08-31T16:17:13.1744292Z ========================== 34 passed in 0.16 seconds ==========================
2026-08-31T16:17:16.4682828Z ++ 16:17:13 starting jit/backend/x86/test/test_rx86_32_auto_encoding.py [25 started in total]
2026-08-31T16:17:16.4685189Z __ jit/backend/x86/test/test_rx86_32_auto_encoding.py [22 done in total, somefailed=False]
2026-08-31T16:17:16.4686746Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-31T16:17:16.4690551Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-31T16:17:16.4869609Z ============================= test session starts =============================
2026-08-31T16:17:16.4999292Z 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-31T16:17:16.5080018Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-31T16:17:16.5199134Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-31T16:17:16.5333290Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-31T16:17:16.5418217Z plugins: hypothesis-4.39.3
2026-08-31T16:17:16.5533492Z The system cannot find the path specified.
2026-08-31T16:17:16.5652671Z collected 0 items / 1 skipped
2026-08-31T16:17:16.5656425Z
2026-08-31T16:17:16.5713308Z ========================== 1 skipped in 0.14 seconds ==========================
2026-08-31T16:17:20.8994498Z ++ 16:17:16 starting jit/backend/x86/test/test_rx86_64_auto_encoding.py [26 started in total]
2026-08-31T16:17:20.8996118Z __ jit/backend/x86/test/test_rx86_64_auto_encoding.py [23 done in total, somefailed=False]
2026-08-31T16:17:20.8997117Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-31T16:17:20.8997970Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-31T16:17:20.8998793Z ============================= test session starts =============================
2026-08-31T16:17:20.8999645Z 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-31T16:17:20.9000975Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-31T16:17:20.9002080Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-31T16:17:20.9002713Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-31T16:17:20.9003290Z plugins: hypothesis-4.39.3
2026-08-31T16:17:20.9003748Z The system cannot find the path specified.
2026-08-31T16:17:20.9004240Z collected 1 items / 1 skipped
2026-08-31T16:17:20.9004561Z
2026-08-31T16:17:20.9004828Z jit\backend\x86\test\test_rx86_64_auto_encoding.py s
2026-08-31T16:17:20.9005262Z
2026-08-31T16:17:20.9005574Z ========================== 2 skipped in 0.16 seconds ==========================
2026-08-31T16:18:05.1950095Z ++ 16:17:20 starting jit/backend/x86/test/test_send.py [27 started in total]
2026-08-31T16:18:05.1951314Z __ jit/backend/x86/test/test_send.py [24 done in total, somefailed=False] _____
2026-08-31T16:18:05.1952264Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-31T16:18:05.1953204Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-31T16:18:05.1954125Z ============================= test session starts =============================
2026-08-31T16:18:05.1955170Z 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-31T16:18:05.1956694Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-31T16:18:05.1957953Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-31T16:18:05.1958710Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-31T16:18:05.1959360Z plugins: hypothesis-4.39.3
2026-08-31T16:18:05.1998489Z collected 23 items
2026-08-31T16:18:05.2203776Z
2026-08-31T16:18:05.2484646Z jit\backend\x86\test\test_send.py .......................
2026-08-31T16:18:05.2639750Z
2026-08-31T16:18:05.2756701Z ========================= 23 passed in 36.74 seconds ==========================
2026-08-31T16:18:06.1668984Z ++ 16:18:05 starting jit/backend/x86/test/test_slist.py [28 started in total]
2026-08-31T16:18:06.1720167Z __ jit/backend/x86/test/test_recursive.py [25 done in total, somefailed=False]
2026-08-31T16:18:06.1906112Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-31T16:18:06.1928341Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-31T16:18:06.1944601Z ============================= test session starts =============================
2026-08-31T16:18:06.1978911Z 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-31T16:18:06.1997710Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-31T16:18:06.2051290Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-31T16:18:06.2199389Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-31T16:18:06.2204088Z plugins: hypothesis-4.39.3
2026-08-31T16:18:06.2221214Z collected 42 items
2026-08-31T16:18:06.2244903Z
2026-08-31T16:18:06.2245814Z jit\backend\x86\test\test_recursive.py ................s........s..............ss
2026-08-31T16:18:06.2250431Z
2026-08-31T16:18:06.2271082Z =================== 38 passed, 4 skipped in 106.76 seconds ====================
2026-08-31T16:18:19.8348906Z ++ 16:18:06 starting jit/backend/x86/test/test_string.py [29 started in total]
2026-08-31T16:18:19.8366102Z __ jit/backend/x86/test/test_slist.py [26 done in total, somefailed=False] ____
2026-08-31T16:18:19.8559541Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-31T16:18:19.8702710Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-31T16:18:19.8826917Z ============================= test session starts =============================
2026-08-31T16:18:19.8829061Z 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-31T16:18:19.8830659Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-31T16:18:19.8832015Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-31T16:18:19.8832843Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-31T16:18:19.8833597Z plugins: hypothesis-4.39.3
2026-08-31T16:18:19.8834209Z collected 6 items
2026-08-31T16:18:19.8834622Z
2026-08-31T16:18:19.8834978Z jit\backend\x86\test\test_slist.py s.....
2026-08-31T16:18:19.8835496Z
2026-08-31T16:18:19.8835919Z ==================== 5 passed, 1 skipped in 10.47 seconds =====================
2026-08-31T16:18:23.2646675Z ++ 16:18:19 starting jit/backend/x86/test/test_symbolic_x86.py [30 started in total]
2026-08-31T16:18:23.2665426Z __ jit/backend/x86/test/test_symbolic_x86.py [27 done in total, somefailed=False]
2026-08-31T16:18:23.2844434Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-31T16:18:23.2983536Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-31T16:18:23.2985544Z ============================= test session starts =============================
2026-08-31T16:18:23.3003593Z 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-31T16:18:23.3179371Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-31T16:18:23.3296808Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-31T16:18:23.3316900Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-31T16:18:23.3346386Z plugins: hypothesis-4.39.3
2026-08-31T16:18:23.3346945Z collected 6 items
2026-08-31T16:18:23.3348439Z
2026-08-31T16:18:23.3502125Z jit\backend\x86\test\test_symbolic_x86.py ......
2026-08-31T16:18:23.3620934Z
2026-08-31T16:18:23.3635856Z ========================== 6 passed in 0.03 seconds ===========================
2026-08-31T16:18:51.2262184Z ++ 16:18:23 starting jit/backend/x86/test/test_tl.py [31 started in total]
2026-08-31T16:18:51.2284213Z __ jit/backend/x86/test/test_tl.py [28 done in total, somefailed=False] _______
2026-08-31T16:18:51.2357277Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-31T16:18:51.2466160Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-31T16:18:51.2503712Z ============================= test session starts =============================
2026-08-31T16:18:51.2506193Z 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-31T16:18:51.2567210Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-31T16:18:51.2606621Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-31T16:18:51.2609064Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-31T16:18:51.2612741Z plugins: hypothesis-4.39.3
2026-08-31T16:18:51.2671062Z collected 5 items
2026-08-31T16:18:51.2675130Z
2026-08-31T16:18:51.2699448Z jit\backend\x86\test\test_tl.py .....
2026-08-31T16:18:51.2701198Z
2026-08-31T16:18:51.2945123Z ========================== 5 passed in 22.01 seconds ==========================
2026-08-31T16:19:04.8240541Z ++ 16:18:51 starting jit/backend/x86/test/test_tlc.py [32 started in total]
2026-08-31T16:19:04.8243032Z __ jit/backend/x86/test/test_runner.py [29 done in total, somefailed=False] ___
2026-08-31T16:19:04.8328918Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-31T16:19:04.8352720Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-31T16:19:04.8356977Z ============================= test session starts =============================
2026-08-31T16:19:04.8456447Z 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-31T16:19:04.8465414Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-31T16:19:04.8522241Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-31T16:19:04.8804327Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-31T16:19:04.8994775Z plugins: hypothesis-4.39.3
2026-08-31T16:19:04.9284826Z collected 172 items
2026-08-31T16:19:04.9397762Z
2026-08-31T16:19:04.9468916Z jit\backend\x86\test\test_runner.py ............................................................................................s...........................ss...........................sssss....s....s....s.s.
2026-08-31T16:19:04.9472425Z
2026-08-31T16:19:04.9516800Z ================== 160 passed, 12 skipped in 152.20 seconds ===================
2026-08-31T16:19:04.9519988Z read saved errno: 24
2026-08-31T16:19:04.9759582Z read saved errno: 0
2026-08-31T16:19:04.9781561Z read saved errno: 25
2026-08-31T16:19:04.9929867Z read saved errno: 0
2026-08-31T16:19:05.0131928Z GetLastError() result: 24
2026-08-31T16:19:05.0139580Z 9 8 7 6 5 4 3
2026-08-31T16:19:05.0186112Z GetLastError() result: 25
2026-08-31T16:19:05.0298574Z 9 8 7 6 5 4 3
2026-08-31T16:19:15.1472538Z ++ 16:19:04 starting jit/backend/x86/test/test_tracelimit.py [33 started in total]
2026-08-31T16:19:15.1533446Z __ jit/backend/x86/test/test_tlc.py [30 done in total, somefailed=False] ______
2026-08-31T16:19:15.1631218Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-31T16:19:15.1672582Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-31T16:19:15.1793402Z ============================= test session starts =============================
2026-08-31T16:19:15.1852520Z 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-31T16:19:15.1867147Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-31T16:19:15.1989495Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-31T16:19:15.2127417Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-31T16:19:15.2166949Z plugins: hypothesis-4.39.3
2026-08-31T16:19:15.2188854Z collected 3 items
2026-08-31T16:19:15.2307988Z
2026-08-31T16:19:15.2448656Z jit\backend\x86\test\test_tlc.py ss.
2026-08-31T16:19:15.2485269Z
2026-08-31T16:19:15.2508413Z ==================== 1 passed, 2 skipped in 16.27 seconds =====================
2026-08-31T16:19:21.6261030Z ++ 16:19:15 starting jit/backend/x86/test/test_virtual.py [34 started in total]
2026-08-31T16:19:21.6262156Z __ jit/backend/x86/test/test_basic.py [31 done in total, somefailed=False] ____
2026-08-31T16:19:21.6358912Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-31T16:19:21.6461096Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-31T16:19:21.6577174Z ============================= test session starts =============================
2026-08-31T16:19:21.6665105Z 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-31T16:19:21.6713066Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-31T16:19:21.6778449Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-31T16:19:21.6894704Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-31T16:19:21.7005842Z plugins: hypothesis-4.39.3
2026-08-31T16:19:21.7008028Z collected 198 items
2026-08-31T16:19:21.7054683Z
2026-08-31T16:19:21.7111954Z jit\backend\x86\test\test_basic.py .s............................................................................................................................................s..................s..............s...........s.........
2026-08-31T16:19:21.7227317Z
2026-08-31T16:19:21.7303867Z =================== 193 passed, 5 skipped in 350.64 seconds ===================
2026-08-31T16:20:10.6444460Z ++ 16:19:21 starting jit/backend/x86/test/test_virtualizable.py [35 started in total]
2026-08-31T16:20:10.6445791Z __ jit/backend/x86/test/test_tracelimit.py [32 done in total, somefailed=False]
2026-08-31T16:20:10.6449904Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-31T16:20:10.6661135Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-31T16:20:10.6663837Z ============================= test session starts =============================
2026-08-31T16:20:10.6700191Z 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-31T16:20:10.6720265Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-31T16:20:10.6841881Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-31T16:20:10.7001439Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-31T16:20:10.7018736Z plugins: hypothesis-4.39.3
2026-08-31T16:20:10.7038897Z collected 5 items
2026-08-31T16:20:10.7183448Z
2026-08-31T16:20:10.7184730Z jit\backend\x86\test\test_tracelimit.py .....
2026-08-31T16:20:10.7325424Z
2026-08-31T16:20:10.7335780Z ========================== 5 passed in 59.27 seconds ==========================
2026-08-31T16:20:13.0871162Z ++ 16:20:10 starting jit/backend/x86/test/test_virtualref.py [36 started in total]
2026-08-31T16:20:13.0872439Z __ jit/backend/x86/test/test_virtualizable.py [33 done in total, somefailed=False]
2026-08-31T16:20:13.0889668Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-31T16:20:13.0909787Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-31T16:20:13.1048068Z ============================= test session starts =============================
2026-08-31T16:20:13.1230248Z 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-31T16:20:13.1249850Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-31T16:20:13.1264817Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-31T16:20:13.1389222Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-31T16:20:13.1571396Z plugins: hypothesis-4.39.3
2026-08-31T16:20:13.1579360Z collected 37 items
2026-08-31T16:20:13.1596210Z
2026-08-31T16:20:13.1597655Z jit\backend\x86\test\test_virtualizable.py s...x................................
2026-08-31T16:20:13.1708032Z
2026-08-31T16:20:13.1893762Z ============== 35 passed, 1 skipped, 1 xfailed in 47.88 seconds ===============
2026-08-31T16:20:18.6842874Z ++ 16:20:13 starting jit/backend/x86/test/test_x86vector.py [37 started in total]
2026-08-31T16:20:18.6844310Z __ jit/backend/x86/test/test_x86vector.py [34 done in total, somefailed=False]
2026-08-31T16:20:18.6847921Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-31T16:20:18.6864511Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-31T16:20:18.6920071Z ============================= test session starts =============================
2026-08-31T16:20:18.6943296Z 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-31T16:20:18.7005412Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-31T16:20:18.7051122Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-31T16:20:18.7053561Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-31T16:20:18.7061884Z plugins: hypothesis-4.39.3
2026-08-31T16:20:18.7124902Z collected 0 items / 1 skipped
2026-08-31T16:20:18.7145586Z
2026-08-31T16:20:18.7158040Z ========================== 1 skipped in 2.15 seconds ==========================
2026-08-31T16:20:28.1291986Z ++ 16:20:18 starting jit/backend/x86/test/test_zmath.py [38 started in total]
2026-08-31T16:20:28.1297106Z __ jit/backend/x86/test/test_virtual.py [35 done in total, somefailed=False] __
2026-08-31T16:20:28.1300654Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-31T16:20:28.1313196Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-31T16:20:28.1412581Z ============================= test session starts =============================
2026-08-31T16:20:28.1592930Z 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-31T16:20:28.1653636Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-31T16:20:28.1691164Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-31T16:20:28.1731617Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-31T16:20:28.1909116Z plugins: hypothesis-4.39.3
2026-08-31T16:20:28.1913765Z collected 52 items
2026-08-31T16:20:28.1974351Z
2026-08-31T16:20:28.2071430Z jit\backend\x86\test\test_virtual.py ....................................................
2026-08-31T16:20:28.2199586Z
2026-08-31T16:20:28.2244428Z ========================= 52 passed in 63.51 seconds ==========================
2026-08-31T16:20:45.6566169Z ++ 16:20:28 starting jit/backend/x86/test/test_zrpy_gc.py [39 started in total]
2026-08-31T16:20:45.6567313Z __ jit/backend/x86/test/test_string.py [36 done in total, somefailed=False] ___
2026-08-31T16:20:45.6568310Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-31T16:20:45.6569238Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-31T16:20:45.6570118Z ============================= test session starts =============================
2026-08-31T16:20:45.6571005Z 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-31T16:20:45.6572397Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-31T16:20:45.6573571Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-31T16:20:45.6574217Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-31T16:20:45.6574857Z plugins: hypothesis-4.39.3
2026-08-31T16:20:45.6575329Z collected 97 items
2026-08-31T16:20:45.6575641Z
2026-08-31T16:20:45.6576264Z jit\backend\x86\test\test_string.py .............................s............................................s......................
2026-08-31T16:20:45.6577042Z
2026-08-31T16:20:45.6577415Z =================== 95 passed, 2 skipped in 150.90 seconds ====================
2026-08-31T16:20:48.7633818Z ++ 16:20:45 starting jit/backend/x86/test/test_zrpy_gc_boehm.py [40 started in total]
2026-08-31T16:20:48.7658026Z __ jit/backend/x86/test/test_virtualref.py [37 done in total, somefailed=False]
2026-08-31T16:20:48.7846633Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-31T16:20:48.7866617Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-31T16:20:48.7870098Z ============================= test session starts =============================
2026-08-31T16:20:48.7871370Z 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-31T16:20:48.7907723Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-31T16:20:48.7910585Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-31T16:20:48.7912419Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-31T16:20:48.7976742Z plugins: hypothesis-4.39.3
2026-08-31T16:20:48.7982422Z collected 21 items
2026-08-31T16:20:48.7984528Z
2026-08-31T16:20:48.8019097Z jit\backend\x86\test\test_virtualref.py ..s..................
2026-08-31T16:20:48.8098238Z
2026-08-31T16:20:48.8126089Z ==================== 20 passed, 1 skipped in 29.92 seconds ====================
2026-08-31T16:20:56.7204699Z ++ 16:20:48 starting jit/backend/x86/test/test_zrpy_releasegil.py [41 started in total]
2026-08-31T16:20:56.7225887Z __ jit/backend/x86/test/test_zmath.py [38 done in total, somefailed=False] ____
2026-08-31T16:20:56.7226930Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-31T16:20:56.7230473Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-31T16:20:56.7369087Z ============================= test session starts =============================
2026-08-31T16:20:56.7470355Z 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-31T16:20:56.7526437Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-31T16:20:56.7628278Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-31T16:20:56.7688890Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-31T16:20:56.7789846Z plugins: hypothesis-4.39.3
2026-08-31T16:20:56.7855137Z collected 1 items
2026-08-31T16:20:56.7978338Z
2026-08-31T16:20:56.7979847Z jit\backend\x86\test\test_zmath.py .
2026-08-31T16:20:56.8007205Z
2026-08-31T16:20:56.8108901Z ========================== 1 passed in 29.31 seconds ==========================
2026-08-31T16:23:58.0298261Z ++ 16:20:56 starting jit/backend/x86/test/test_zrpy_vecopt.py [42 started in total]
2026-08-31T16:23:58.0299230Z __ jit/backend/x86/test/test_zrpy_vecopt.py [39 done in total, somefailed=False]
2026-08-31T16:23:58.0375625Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-31T16:23:58.0496610Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-31T16:23:58.0617179Z ============================= test session starts =============================
2026-08-31T16:23:58.0707666Z 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-31T16:23:58.0710268Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-31T16:23:58.0837928Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-31T16:23:58.0934011Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-31T16:23:58.0959866Z plugins: hypothesis-4.39.3
2026-08-31T16:23:58.1007799Z collected 1 items
2026-08-31T16:23:58.1166725Z
2026-08-31T16:23:58.1268587Z jit\backend\x86\test\test_zrpy_vecopt.py .
2026-08-31T16:23:58.1289120Z
2026-08-31T16:23:58.1342618Z ========================= 1 passed in 172.40 seconds ==========================
2026-08-31T16:26:04.0992758Z ++ 16:23:57 starting jit/backend/x86/test/test_zrpy_vmprof.py [43 started in total]
2026-08-31T16:26:04.1067514Z __ jit/backend/x86/test/test_zrpy_gc_boehm.py [40 done in total, somefailed=False]
2026-08-31T16:26:04.1123016Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-31T16:26:04.1308375Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-31T16:26:04.1318477Z ============================= test session starts =============================
2026-08-31T16:26:04.1396758Z 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-31T16:26:04.1460580Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-31T16:26:04.1463168Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-31T16:26:04.1637057Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-31T16:26:04.1654667Z plugins: hypothesis-4.39.3
2026-08-31T16:26:04.1730962Z collected 1 items
2026-08-31T16:26:04.1748812Z
2026-08-31T16:26:04.1971166Z jit\backend\x86\test\test_zrpy_gc_boehm.py .
2026-08-31T16:26:04.1988877Z
2026-08-31T16:26:04.2066658Z ========================= 1 passed in 313.24 seconds ==========================
2026-08-31T16:28:53.2925763Z ++ 16:26:04 starting jit/backend/x86/test/test_ztranslation_basic.py [44 started in total]
2026-08-31T16:28:53.2927441Z __ jit/backend/x86/test/test_zrpy_releasegil.py [41 done in total, somefailed=False]
2026-08-31T16:28:53.2931477Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-31T16:28:53.2977088Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-31T16:28:53.3014829Z ============================= test session starts =============================
2026-08-31T16:28:53.3195839Z 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-31T16:28:53.3307549Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-31T16:28:53.3326630Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-31T16:28:53.3347171Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-31T16:28:53.3525190Z plugins: hypothesis-4.39.3
2026-08-31T16:28:53.3626291Z collected 3 items
2026-08-31T16:28:53.3658962Z
2026-08-31T16:28:53.3660788Z jit\backend\x86\test\test_zrpy_releasegil.py ...
2026-08-31T16:28:53.3673030Z
2026-08-31T16:28:53.3861713Z ========================= 3 passed in 476.72 seconds ==========================
2026-08-31T16:28:58.9071200Z ++ 16:28:53 starting jit/backend/x86/test/test_ztranslation_call_assembler.py [45 started in total]
2026-08-31T16:28:58.9072782Z __ jit/backend/x86/test/test_ztranslation_call_assembler.py [42 done in total, somefailed=False]
2026-08-31T16:28:58.9250058Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-31T16:28:58.9332464Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-31T16:28:58.9387995Z ============================= test session starts =============================
2026-08-31T16:28:58.9409545Z 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-31T16:28:58.9545607Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-31T16:28:58.9637933Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-31T16:28:58.9666128Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-31T16:28:58.9667123Z plugins: hypothesis-4.39.3
2026-08-31T16:28:58.9740797Z collected 0 items / 1 skipped
2026-08-31T16:28:58.9844028Z
2026-08-31T16:28:58.9984132Z ========================== 1 skipped in 1.81 seconds ==========================
2026-08-31T16:29:44.8621557Z ++ 16:28:58 starting jit/backend/x86/test/test_ztranslation_external_exception.py [46 started in total]
2026-08-31T16:29:44.8897385Z __ jit/backend/x86/test/test_zrpy_gc.py [43 done in total, somefailed=False] __
2026-08-31T16:29:44.9132976Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-31T16:29:44.9532314Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-31T16:29:44.9869520Z ============================= test session starts =============================
2026-08-31T16:29:45.1165398Z 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-31T16:29:45.1490920Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-31T16:29:45.1809137Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-31T16:29:45.2128445Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-31T16:29:45.2461702Z plugins: hypothesis-4.39.3
2026-08-31T16:29:45.2799655Z collected 19 items
2026-08-31T16:29:45.3202881Z
2026-08-31T16:29:45.3693404Z jit\backend\x86\test\test_zrpy_gc.py ...................
2026-08-31T16:29:45.4104430Z
2026-08-31T16:29:45.4444730Z ========================= 19 passed in 552.98 seconds =========================
2026-08-31T16:30:43.1209108Z ++ 16:29:44 starting jit/backend/x86/test/test_ztranslation_jit_stats.py [47 started in total]
2026-08-31T16:30:43.1269576Z __ jit/backend/x86/test/test_zrpy_vmprof.py [44 done in total, somefailed=False]
2026-08-31T16:30:43.1288583Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-31T16:30:43.1348160Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-31T16:30:43.1545961Z ============================= test session starts =============================
2026-08-31T16:30:43.1567348Z 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-31T16:30:43.1569147Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-31T16:30:43.1570322Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-31T16:30:43.1570972Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-31T16:30:43.1571680Z plugins: hypothesis-4.39.3
2026-08-31T16:30:43.1572192Z collected 1 items
2026-08-31T16:30:43.1572479Z
2026-08-31T16:30:43.1572760Z jit\backend\x86\test\test_zrpy_vmprof.py .
2026-08-31T16:30:43.1573165Z
2026-08-31T16:30:43.1573528Z ========================= 1 passed in 396.92 seconds ==========================
2026-08-31T16:30:47.5009885Z ++ 16:30:43 starting jit/backend/x86/tool/test/test_viewcode.py [48 started in total]
2026-08-31T16:30:47.5015614Z __ jit/backend/x86/tool/test/test_viewcode.py [45 done in total, somefailed=False]
2026-08-31T16:31:36.9307912Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-31T16:31:36.9309125Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-31T16:31:36.9309982Z ============================= test session starts =============================
2026-08-31T16:31:36.9310824Z 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-31T16:31:36.9312459Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-31T16:31:36.9313648Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-31T16:31:36.9314279Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-31T16:31:36.9314864Z plugins: hypothesis-4.39.3
2026-08-31T16:31:36.9315293Z collected 2 items
2026-08-31T16:31:36.9315565Z
2026-08-31T16:31:36.9315806Z jit\backend\x86\tool\test\test_viewcode.py ..
2026-08-31T16:31:36.9316142Z
2026-08-31T16:31:36.9316421Z ========================== 2 passed in 0.02 seconds ===========================
2026-08-31T16:31:36.9317263Z __ jit/backend/x86/test/test_ztranslation_basic.py [46 done in total, somefailed=False]
2026-08-31T16:33:29.5340474Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-31T16:33:29.5341505Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-31T16:33:29.5342390Z ============================= test session starts =============================
2026-08-31T16:33:29.5343293Z 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-31T16:33:29.5344733Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-31T16:33:29.5346242Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-31T16:33:29.5346862Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-31T16:33:29.5347451Z plugins: hypothesis-4.39.3
2026-08-31T16:33:29.5347894Z collected 1 items
2026-08-31T16:33:29.5348155Z
2026-08-31T16:33:29.5348588Z jit\backend\x86\test\test_ztranslation_basic.py .
2026-08-31T16:33:29.5349001Z
2026-08-31T16:33:29.5349259Z ========================= 1 passed in 324.46 seconds ==========================
2026-08-31T16:33:29.5350168Z __ jit/backend/x86/test/test_ztranslation_jit_stats.py [47 done in total, somefailed=False]
2026-08-31T16:34:02.7654782Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-31T16:34:02.7656144Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-31T16:34:02.7657301Z ============================= test session starts =============================
2026-08-31T16:34:02.7658562Z 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-31T16:34:02.7659763Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-31T16:34:02.7660486Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-31T16:34:02.7660952Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-31T16:34:02.7661346Z plugins: hypothesis-4.39.3
2026-08-31T16:34:02.7661667Z collected 2 items
2026-08-31T16:34:02.7661851Z
2026-08-31T16:34:02.7662047Z jit\backend\x86\test\test_ztranslation_jit_stats.py s.
2026-08-31T16:34:02.7662293Z
2026-08-31T16:34:02.7662511Z ==================== 1 passed, 1 skipped in 212.73 seconds ====================
2026-08-31T16:34:02.7663121Z __ jit/backend/x86/test/test_ztranslation_external_exception.py [48 done in total, somefailed=False]
2026-08-31T16:34:02.7663730Z [platform:msg] Updated environment with vsver 160, using x64 True
2026-08-31T16:34:02.7664260Z [platform:msg] Set platform with 'host' cc=None, using cc='cl.exe', version='MSVC 160'
2026-08-31T16:34:02.7664805Z ============================= test session starts =============================
2026-08-31T16:34:02.7665333Z 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-31T16:34:02.7666179Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('D:\\a\\pypy\\pypy\\rpython\\.hypothesis\\examples')
2026-08-31T16:34:02.7666851Z pytest-2.9.2 from D:\a\pypy\pypy\pytest.pyc
2026-08-31T16:34:02.7667229Z rootdir: D:\a\pypy\pypy\rpython, inifile: pytest.ini
2026-08-31T16:34:02.7667592Z plugins: hypothesis-4.39.3
2026-08-31T16:34:02.7667878Z collected 1 items
2026-08-31T16:34:02.7668044Z
2026-08-31T16:34:02.7668223Z jit\backend\x86\test\test_ztranslation_external_exception.py .
2026-08-31T16:34:02.7668514Z
2026-08-31T16:34:02.7668670Z ========================= 1 passed in 297.41 seconds ==========================
2026-08-31T16:34:02.7733749Z ##[error]Process completed with exit code 1.
Run actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
2026-08-31T16:34:02.7989736Z with:
2026-08-31T16:34:02.7990022Z name: jit-arch-testrun-log-win64
2026-08-31T16:34:02.7990550Z path: testrun.log
testrun-output.log
2026-08-31T16:34:02.7990902Z if-no-files-found: warn
2026-08-31T16:34:02.7991195Z compression-level: 6
2026-08-31T16:34:02.7991688Z overwrite: false
2026-08-31T16:34:02.7991965Z include-hidden-files: false
2026-08-31T16:34:02.7992244Z archive: true
2026-08-31T16:34:02.7992518Z env:
2026-08-31T16:34:02.7992847Z pythonLocation: C:\hostedtoolcache\windows\PyPy\2.7.18\x64
2026-08-31T16:34:02.7993330Z Python_ROOT_DIR: C:\hostedtoolcache\windows\PyPy\2.7.18\x64
2026-08-31T16:34:02.7993771Z Python2_ROOT_DIR: C:\hostedtoolcache\windows\PyPy\2.7.18\x64
2026-08-31T16:34:02.7994231Z Python3_ROOT_DIR: C:\hostedtoolcache\windows\PyPy\2.7.18\x64
2026-08-31T16:34:02.7994806Z PKG_CONFIG_PATH: C:\hostedtoolcache\windows\PyPy\2.7.18\x64/lib/pkgconfig
2026-08-31T16:34:02.9908481Z Multiple search paths detected. Calculating the least common ancestor of all paths
2026-08-31T16:34:02.9911344Z The least common ancestor is D:\a\pypy\pypy. This will be the root directory of the artifact
2026-08-31T16:34:02.9912233Z With the provided path, there will be 2 files uploaded
2026-08-31T16:34:02.9918932Z Artifact name is valid!
2026-08-31T16:34:02.9920171Z Root directory input is valid!
2026-08-31T16:34:03.2638974Z Uploading artifact: jit-arch-testrun-log-win64.zip
2026-08-31T16:34:03.2688536Z Beginning upload of artifact content to blob storage
2026-08-31T16:34:03.4145010Z Uploaded bytes 17079
2026-08-31T16:34:03.4432577Z Finished uploading artifact content to blob storage!
2026-08-31T16:34:03.4433641Z SHA256 digest of uploaded artifact is 5f1a16826645051056de125eabbf1538af8b89dac799db99f73f83b87eba87d9
2026-08-31T16:34:03.4434588Z Finalizing artifact upload
2026-08-31T16:34:03.7300080Z Artifact jit-arch-testrun-log-win64 successfully finalized. Artifact ID 9766557057
2026-08-31T16:34:03.7300934Z Artifact jit-arch-testrun-log-win64 has been successfully uploaded! Final size is 17079 bytes. Artifact ID is 9766557057
2026-08-31T16:34:03.7308365Z Artifact download URL: https://github.com/pypy/pypy/actions/runs/33408625711/artifacts/9766557057
2026-08-31T16:34:03.7699047Z Post job cleanup.
2026-08-31T16:34:03.9504001Z [command]"C:\Program Files\Git\bin\git.exe" version
2026-08-31T16:34:03.9899442Z git version 2.55.0.windows.5
2026-08-31T16:34:03.9979161Z Temporarily overriding HOME='D:\a\_temp\3fae6b54-3252-4ef2-81d8-e411fa0a9678' before making global git config changes
2026-08-31T16:34:03.9980261Z Adding repository directory to the temporary git global config as a safe directory
2026-08-31T16:34:03.9991564Z [command]"C:\Program Files\Git\bin\git.exe" config --global --add safe.directory D:\a\pypy\pypy
2026-08-31T16:34:04.0349750Z Removing SSH command configuration
2026-08-31T16:34:04.0362422Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-08-31T16:34:04.0725542Z [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-31T16:34:04.7825694Z Removing HTTP extra header
2026-08-31T16:34:04.7836558Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-31T16:34:04.8157175Z [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-31T16:34:05.4348366Z Removing includeIf entries pointing to credentials config files
2026-08-31T16:34:05.4361608Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-31T16:34:05.4656845Z includeif.gitdir:D:/a/pypy/pypy/.git.path
2026-08-31T16:34:05.4657428Z includeif.gitdir:D:/a/pypy/pypy/.git/worktrees/*.path
2026-08-31T16:34:05.4657942Z includeif.gitdir:/github/workspace/.git.path
2026-08-31T16:34:05.4658483Z includeif.gitdir:/github/workspace/.git/worktrees/*.path
2026-08-31T16:34:05.4704952Z [command]"C:\Program Files\Git\bin\git.exe" config --local --get-all includeif.gitdir:D:/a/pypy/pypy/.git.path
2026-08-31T16:34:05.4995999Z D:\a\_temp\git-credentials-817f9cd7-de4c-4bd6-b979-82e7f08b0d50.config
2026-08-31T16:34:05.5045373Z [command]"C:\Program Files\Git\bin\git.exe" config --local --unset includeif.gitdir:D:/a/pypy/pypy/.git.path D:\a\_temp\git-credentials-817f9cd7-de4c-4bd6-b979-82e7f08b0d50.config
2026-08-31T16:34:05.5381557Z [command]"C:\Program Files\Git\bin\git.exe" config --local --get-all includeif.gitdir:D:/a/pypy/pypy/.git/worktrees/*.path
2026-08-31T16:34:05.5668072Z D:\a\_temp\git-credentials-817f9cd7-de4c-4bd6-b979-82e7f08b0d50.config
2026-08-31T16:34:05.5716097Z [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-817f9cd7-de4c-4bd6-b979-82e7f08b0d50.config
2026-08-31T16:34:05.6056661Z [command]"C:\Program Files\Git\bin\git.exe" config --local --get-all includeif.gitdir:/github/workspace/.git.path
2026-08-31T16:34:05.6328363Z /github/runner_temp/git-credentials-817f9cd7-de4c-4bd6-b979-82e7f08b0d50.config
2026-08-31T16:34:05.6376197Z [command]"C:\Program Files\Git\bin\git.exe" config --local --unset includeif.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-817f9cd7-de4c-4bd6-b979-82e7f08b0d50.config
2026-08-31T16:34:05.6716513Z [command]"C:\Program Files\Git\bin\git.exe" config --local --get-all includeif.gitdir:/github/workspace/.git/worktrees/*.path
2026-08-31T16:34:05.6998681Z /github/runner_temp/git-credentials-817f9cd7-de4c-4bd6-b979-82e7f08b0d50.config
2026-08-31T16:34:05.7043297Z [command]"C:\Program Files\Git\bin\git.exe" config --local --unset includeif.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-817f9cd7-de4c-4bd6-b979-82e7f08b0d50.config
2026-08-31T16:34:05.7386005Z [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-31T16:34:06.3378737Z Removing credentials config 'D:\a\_temp\git-credentials-817f9cd7-de4c-4bd6-b979-82e7f08b0d50.config'
2026-08-31T16:34:06.3598965Z Cleaning up orphan processes
2026-08-31T16:34:06.4411555Z Terminate orphan process: pid (8860) (vctip)