timestamps 2026-09-09T14:14:09.9292978Z Current runner version: '2.337.0'
Runner Image Provisioner
2026-09-09T14:14:09.9321209Z Hosted Compute Agent
2026-09-09T14:14:09.9321925Z Version: 20260828.587
2026-09-09T14:14:09.9322578Z Commit: abac92662cab4cc7352de4f9f9d2e2419aad9c29
2026-09-09T14:14:09.9323317Z Build Date: 2026-08-28T16:44:25Z
2026-09-09T14:14:09.9324075Z Worker ID: {1ec1bbe0-8b4e-4c6a-83fa-bc1f92b47a10}
2026-09-09T14:14:09.9324803Z Azure Region: westus
Operating System
2026-09-09T14:14:09.9328054Z Ubuntu
2026-09-09T14:14:09.9328764Z 24.04.5
2026-09-09T14:14:09.9329340Z LTS
Runner Image
2026-09-09T14:14:09.9331263Z Image: ubuntu-24.04
2026-09-09T14:14:09.9331937Z Version: 20260907.300.1
2026-09-09T14:14:09.9333258Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20260907.300/images/ubuntu/Ubuntu2404-Readme.md
2026-09-09T14:14:09.9334979Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20260907.300
GITHUB_TOKEN Permissions
2026-09-09T14:14:09.9339485Z Contents: read
2026-09-09T14:14:09.9340280Z Metadata: read
2026-09-09T14:14:09.9343250Z Secret source: Actions
2026-09-09T14:14:09.9344439Z Prepare workflow directory
2026-09-09T14:14:09.9741072Z Prepare all required actions
2026-09-09T14:14:09.9806580Z Getting action download info
2026-09-09T14:14:10.4329342Z Download action repository 'actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd' (SHA:de0fac2e4500dabe0009e67214ff5f5447ce83dd)
2026-09-09T14:14:10.6073776Z Download action repository 'actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405' (SHA:a309ff8b426b58ec0e2a45f0f869d46889d02405)
2026-09-09T14:14:10.6852480Z Download action repository 'actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a' (SHA:043fb46d1a93c77aae656e7c1c64a875d1fc6a0a)
2026-09-09T14:14:10.8859878Z Complete job name: jit-arch (linux32)
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2026-09-09T14:14:10.9818406Z with:
2026-09-09T14:14:10.9818898Z repository: pypy/pypy
2026-09-09T14:14:10.9822970Z token: ***
2026-09-09T14:14:10.9823447Z ssh-strict: true
2026-09-09T14:14:10.9823922Z ssh-user: git
2026-09-09T14:14:10.9824431Z persist-credentials: true
2026-09-09T14:14:10.9824963Z clean: true
2026-09-09T14:14:10.9825808Z sparse-checkout-cone-mode: true
2026-09-09T14:14:10.9826431Z fetch-depth: 1
2026-09-09T14:14:10.9826919Z fetch-tags: false
2026-09-09T14:14:10.9827434Z show-progress: true
2026-09-09T14:14:10.9827927Z lfs: false
2026-09-09T14:14:10.9828392Z submodules: false
2026-09-09T14:14:10.9828885Z set-safe-directory: true
2026-09-09T14:14:11.0916861Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-09T14:14:11.0921003Z Working directory is '/home/runner/work/pypy/pypy'
2026-09-09T14:14:11.0922824Z [command]/usr/bin/git version
2026-09-09T14:14:11.0949358Z git version 2.55.0
2026-09-09T14:14:11.0992663Z Temporarily overriding HOME='/home/runner/work/_temp/9fde22a2-2061-4770-a15f-59bcb6ba30d5' before making global git config changes
2026-09-09T14:14:11.0995599Z Adding repository directory to the temporary git global config as a safe directory
2026-09-09T14:14:11.0998478Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy
2026-09-09T14:14:11.1053585Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-09-09T14:14:11.1063969Z [command]/usr/bin/git init /home/runner/work/pypy/pypy
2026-09-09T14:14:11.1176541Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-09-09T14:14:11.1178803Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-09-09T14:14:11.1180662Z hint: to use in all of your new repositories, which will suppress this warning,
2026-09-09T14:14:11.1181999Z hint: call:
2026-09-09T14:14:11.1182691Z hint:
2026-09-09T14:14:11.1183627Z hint: git config --global init.defaultBranch <name>
2026-09-09T14:14:11.1184816Z hint:
2026-09-09T14:14:11.1186186Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-09-09T14:14:11.1187912Z hint: 'development'. The just-created branch can be renamed via this command:
2026-09-09T14:14:11.1189267Z hint:
2026-09-09T14:14:11.1190099Z hint: git branch -m <name>
2026-09-09T14:14:11.1191006Z hint:
2026-09-09T14:14:11.1192153Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-09-09T14:14:11.1193957Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/
2026-09-09T14:14:11.1197303Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-09T14:14:11.1258149Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-09-09T14:14:11.1296494Z Removing SSH command configuration
2026-09-09T14:14:11.1301431Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-09-09T14:14:11.1344429Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-09-09T14:14:11.1735720Z Removing HTTP extra header
2026-09-09T14:14:11.1744429Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-09-09T14:14:11.1790066Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-09-09T14:14:11.2044198Z Removing includeIf entries pointing to credentials config files
2026-09-09T14:14:11.2051480Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-09-09T14:14:11.2091333Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-09-09T14:14:11.2328152Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-73ef264c-037a-4c51-bdf3-35461f79d7d8.config http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-09-09T14:14:11.2371815Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-73ef264c-037a-4c51-bdf3-35461f79d7d8.config
2026-09-09T14:14:11.2410814Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-73ef264c-037a-4c51-bdf3-35461f79d7d8.config
2026-09-09T14:14:11.2449018Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-73ef264c-037a-4c51-bdf3-35461f79d7d8.config
2026-09-09T14:14:11.2486486Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-73ef264c-037a-4c51-bdf3-35461f79d7d8.config
Fetching the repository
2026-09-09T14:14:11.2527912Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +3cd24c4f57b2de4d1a984a4ec7415de994728e73:refs/remotes/origin/py3.11
2026-09-09T14:14:16.3025288Z From https://github.com/pypy/pypy
2026-09-09T14:14:16.3031444Z * [new ref] 3cd24c4f57b2de4d1a984a4ec7415de994728e73 -> origin/py3.11
2026-09-09T14:14:16.3039240Z [command]/usr/bin/git branch --list --remote origin/py3.11
2026-09-09T14:14:16.3069197Z origin/py3.11
2026-09-09T14:14:16.3078744Z [command]/usr/bin/git rev-parse refs/remotes/origin/py3.11
2026-09-09T14:14:16.3104913Z 3cd24c4f57b2de4d1a984a4ec7415de994728e73
Determining the checkout info
2026-09-09T14:14:16.3125978Z [command]/usr/bin/git sparse-checkout disable
2026-09-09T14:14:16.3169656Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-09T14:14:16.3204634Z [command]/usr/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11
2026-09-09T14:14:16.9528706Z Switched to a new branch 'py3.11'
2026-09-09T14:14:16.9549373Z branch 'py3.11' set up to track 'origin/py3.11'.
2026-09-09T14:14:16.9612834Z [command]/usr/bin/git log -1 --format=%H
2026-09-09T14:14:16.9644980Z 3cd24c4f57b2de4d1a984a4ec7415de994728e73
Run echo "parallel_runs=4" > machine_cfg.py
2026-09-09T14:14:17.0006921Z echo "parallel_runs=4" > machine_cfg.py
2026-09-09T14:14:17.0050256Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
Run set -o pipefail
2026-09-09T14:14:17.0179964Z set -o pipefail
2026-09-09T14:14:17.0180217Z case "$SUITE" in
2026-09-09T14:14:17.0180456Z rlib)
2026-09-09T14:14:17.0180688Z PYPYCHERRYPICK="rlib" ;;
2026-09-09T14:14:17.0180970Z translator)
2026-09-09T14:14:17.0181243Z PYPYCHERRYPICK="translator" ;;
2026-09-09T14:14:17.0181564Z misc)
2026-09-09T14:14:17.0181811Z case "$ARCH" in
2026-09-09T14:14:17.0182188Z win64) PYPYCHERRYPICK="annotator:config:flowspace:tool:memory" ;;
2026-09-09T14:14:17.0182737Z *) PYPYCHERRYPICK="annotator:config:flowspace:tool:rtyper:memory" ;;
2026-09-09T14:14:17.0183189Z esac ;;
2026-09-09T14:14:17.0183413Z jit-arch)
2026-09-09T14:14:17.0183633Z case "$ARCH" in
2026-09-09T14:14:17.0183939Z arm64) PYPYCHERRYPICK="jit/backend/aarch64" ;;
2026-09-09T14:14:17.0184360Z *) PYPYCHERRYPICK="jit/backend/x86" ;;
2026-09-09T14:14:17.0184677Z esac ;;
2026-09-09T14:14:17.0184901Z jit-other)
2026-09-09T14:14:17.0185126Z case "$ARCH" in
2026-09-09T14:14:17.0186335Z 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-09-09T14:14:17.0188002Z *) 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-09-09T14:14:17.0188976Z esac ;;
2026-09-09T14:14:17.0189195Z esac
2026-09-09T14:14:17.0189419Z export PYPYCHERRYPICK
2026-09-09T14:14:17.0189694Z if [ -n "$CONTAINER" ]; then
2026-09-09T14:14:17.0189973Z docker run --rm \
2026-09-09T14:14:17.0190261Z -v "$GITHUB_WORKSPACE:/workspace" \
2026-09-09T14:14:17.0190577Z -w /workspace \
2026-09-09T14:14:17.0190831Z -e PYPYCHERRYPICK \
2026-09-09T14:14:17.0191098Z -e PYTHONPATH \
2026-09-09T14:14:17.0191345Z "$CONTAINER" \
2026-09-09T14:14:17.0191603Z pypy testrunner/runner.py \
2026-09-09T14:14:17.0191915Z --config=pypy/testrunner_cfg.py \
2026-09-09T14:14:17.0192224Z --config=machine_cfg.py \
2026-09-09T14:14:17.0192507Z --root=rpython \
2026-09-09T14:14:17.0192761Z --timeout=1759 \
2026-09-09T14:14:17.0193219Z --logfile=testrun.log \
2026-09-09T14:14:17.0193512Z 2>&1 | tee testrun-output.log
2026-09-09T14:14:17.0193798Z else
2026-09-09T14:14:17.0194020Z pypy testrunner/runner.py \
2026-09-09T14:14:17.0194325Z --config=pypy/testrunner_cfg.py \
2026-09-09T14:14:17.0194629Z --config=machine_cfg.py \
2026-09-09T14:14:17.0194901Z --root=rpython \
2026-09-09T14:14:17.0195147Z --timeout=1759 \
2026-09-09T14:14:17.0195627Z --logfile=testrun.log \
2026-09-09T14:14:17.0195933Z 2>&1 | tee testrun-output.log
2026-09-09T14:14:17.0196201Z fi
2026-09-09T14:14:17.0233898Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-09-09T14:14:17.0234276Z env:
2026-09-09T14:14:17.0234484Z SUITE: jit-arch
2026-09-09T14:14:17.0234706Z ARCH: x86
2026-09-09T14:14:17.0235182Z CONTAINER: ghcr.io/pypy/buildworker_i686@sha256:b38c4b362539b5a1a4825c9d4415a4939dd9aece01e164cf44c7792535738451
2026-09-09T14:14:17.0235982Z PYTHONPATH: .
2026-09-09T14:14:17.0236205Z PYPY_LOCALBASE:
2026-09-09T14:14:17.1380421Z Unable to find image 'ghcr.io/pypy/buildworker_i686@sha256:b38c4b362539b5a1a4825c9d4415a4939dd9aece01e164cf44c7792535738451' locally
2026-09-09T14:14:17.5644088Z ghcr.io/pypy/buildworker_i686@sha256:b38c4b362539b5a1a4825c9d4415a4939dd9aece01e164cf44c7792535738451: Pulling from pypy/buildworker_i686
2026-09-09T14:14:17.7069454Z 106754d5a1c8: Pulling fs layer
2026-09-09T14:14:17.7069992Z 1f3dbe844647: Pulling fs layer
2026-09-09T14:14:17.7070282Z 4dff31859b47: Pulling fs layer
2026-09-09T14:14:17.7070556Z 4f4fb700ef54: Pulling fs layer
2026-09-09T14:14:17.7071079Z 430f3d78dceb: Pulling fs layer
2026-09-09T14:14:17.7071523Z 89e30e38585c: Pulling fs layer
2026-09-09T14:14:17.7071976Z 2906afb99a9f: Pulling fs layer
2026-09-09T14:14:17.7072418Z 40445660bf28: Pulling fs layer
2026-09-09T14:14:17.7072891Z 92bd4f00f3c7: Pulling fs layer
2026-09-09T14:14:17.7073327Z 78cc64b5426f: Pulling fs layer
2026-09-09T14:14:17.7073755Z 5fbd53d45f99: Pulling fs layer
2026-09-09T14:14:17.7074189Z da5da9e0d2a8: Pulling fs layer
2026-09-09T14:14:17.7074643Z 6e93f700f7e3: Pulling fs layer
2026-09-09T14:14:17.7075603Z 6963cad2ec2c: Pulling fs layer
2026-09-09T14:14:17.7076086Z dee2db8d2866: Pulling fs layer
2026-09-09T14:14:17.7076520Z d79238a74a2e: Pulling fs layer
2026-09-09T14:14:17.7076947Z 1b9a0c4f0d0a: Pulling fs layer
2026-09-09T14:14:17.7077373Z 133cb1401b2d: Pulling fs layer
2026-09-09T14:14:17.7077806Z e464f07e8afb: Pulling fs layer
2026-09-09T14:14:17.7078238Z fb24ba1aaf79: Pulling fs layer
2026-09-09T14:14:17.7078664Z a635786812b3: Pulling fs layer
2026-09-09T14:14:17.7079125Z d69ed08ed4d0: Pulling fs layer
2026-09-09T14:14:17.7079518Z 100925bc1b19: Pulling fs layer
2026-09-09T14:14:17.7079773Z 524322bdf227: Pulling fs layer
2026-09-09T14:14:17.7080022Z fb063f49ccba: Pulling fs layer
2026-09-09T14:14:17.7080289Z e33d8cbc605d: Pulling fs layer
2026-09-09T14:14:17.7080536Z 1d312cae7d74: Pulling fs layer
2026-09-09T14:14:17.7080778Z 07e6b890742e: Pulling fs layer
2026-09-09T14:14:17.7081050Z 671807477255: Pulling fs layer
2026-09-09T14:14:17.7081345Z 0ec2abb383c0: Pulling fs layer
2026-09-09T14:14:17.7081623Z 4f4fb700ef54: Waiting
2026-09-09T14:14:17.7081879Z 910df44d6639: Pulling fs layer
2026-09-09T14:14:17.7082140Z 34fdf0a62f98: Pulling fs layer
2026-09-09T14:14:17.7082401Z 25b8361c6188: Pulling fs layer
2026-09-09T14:14:17.7082641Z c36997a5210a: Pulling fs layer
2026-09-09T14:14:17.7082886Z 430f3d78dceb: Waiting
2026-09-09T14:14:17.7083116Z dddb4c229d86: Pulling fs layer
2026-09-09T14:14:17.7083365Z bcd7bad903e4: Pulling fs layer
2026-09-09T14:14:17.7083607Z 89e30e38585c: Waiting
2026-09-09T14:14:17.7083825Z f84000914552: Pulling fs layer
2026-09-09T14:14:17.7084075Z 1dd0465498fb: Pulling fs layer
2026-09-09T14:14:17.7084314Z 2906afb99a9f: Waiting
2026-09-09T14:14:17.7084545Z cbffcaf2af6d: Pulling fs layer
2026-09-09T14:14:17.7085087Z 5457b8b37f5c: Pulling fs layer
2026-09-09T14:14:17.7085331Z 40445660bf28: Waiting
2026-09-09T14:14:17.7086005Z 70aabfcf530f: Pulling fs layer
2026-09-09T14:14:17.7086424Z a276abb07200: Pulling fs layer
2026-09-09T14:14:17.7086677Z 9c0060ec665f: Pulling fs layer
2026-09-09T14:14:17.7086925Z 92bd4f00f3c7: Waiting
2026-09-09T14:14:17.7087152Z 35b9c2950db5: Pulling fs layer
2026-09-09T14:14:17.7087388Z 78cc64b5426f: Waiting
2026-09-09T14:14:17.7087599Z 1b9a0c4f0d0a: Waiting
2026-09-09T14:14:17.7087812Z dee2db8d2866: Waiting
2026-09-09T14:14:17.7088023Z 5fbd53d45f99: Waiting
2026-09-09T14:14:17.7088232Z 133cb1401b2d: Waiting
2026-09-09T14:14:17.7088443Z d79238a74a2e: Waiting
2026-09-09T14:14:17.7088653Z e464f07e8afb: Waiting
2026-09-09T14:14:17.7088864Z da5da9e0d2a8: Waiting
2026-09-09T14:14:17.7089078Z 25b8361c6188: Waiting
2026-09-09T14:14:17.7089287Z fb24ba1aaf79: Waiting
2026-09-09T14:14:17.7089508Z 6e93f700f7e3: Waiting
2026-09-09T14:14:17.7089717Z a635786812b3: Waiting
2026-09-09T14:14:17.7089937Z 6963cad2ec2c: Waiting
2026-09-09T14:14:17.7090151Z c36997a5210a: Waiting
2026-09-09T14:14:17.7090447Z dddb4c229d86: Waiting
2026-09-09T14:14:17.7090701Z d69ed08ed4d0: Waiting
2026-09-09T14:14:17.7090915Z bcd7bad903e4: Waiting
2026-09-09T14:14:17.7091129Z 70aabfcf530f: Waiting
2026-09-09T14:14:17.7091511Z 100925bc1b19: Waiting
2026-09-09T14:14:17.7091734Z a276abb07200: Waiting
2026-09-09T14:14:17.7091943Z f84000914552: Waiting
2026-09-09T14:14:17.7092153Z 524322bdf227: Waiting
2026-09-09T14:14:17.7092363Z 9c0060ec665f: Waiting
2026-09-09T14:14:17.7092573Z 1dd0465498fb: Waiting
2026-09-09T14:14:17.7092788Z fb063f49ccba: Waiting
2026-09-09T14:14:17.7093003Z 35b9c2950db5: Waiting
2026-09-09T14:14:17.7093214Z e33d8cbc605d: Waiting
2026-09-09T14:14:17.7093426Z cbffcaf2af6d: Waiting
2026-09-09T14:14:17.7093638Z 1d312cae7d74: Waiting
2026-09-09T14:14:17.7093866Z 5457b8b37f5c: Waiting
2026-09-09T14:14:17.7094075Z 910df44d6639: Waiting
2026-09-09T14:14:17.7094287Z 34fdf0a62f98: Waiting
2026-09-09T14:14:17.7094505Z 0ec2abb383c0: Waiting
2026-09-09T14:14:17.7094712Z 07e6b890742e: Waiting
2026-09-09T14:14:17.7094915Z 671807477255: Waiting
2026-09-09T14:14:17.8472076Z 1f3dbe844647: Verifying Checksum
2026-09-09T14:14:17.8472949Z 1f3dbe844647: Download complete
2026-09-09T14:14:17.9120007Z 4dff31859b47: Verifying Checksum
2026-09-09T14:14:17.9120923Z 4dff31859b47: Download complete
2026-09-09T14:14:17.9937170Z 4f4fb700ef54: Verifying Checksum
2026-09-09T14:14:17.9937751Z 4f4fb700ef54: Download complete
2026-09-09T14:14:18.0676213Z 430f3d78dceb: Verifying Checksum
2026-09-09T14:14:18.0677349Z 430f3d78dceb: Download complete
2026-09-09T14:14:18.0823149Z 106754d5a1c8: Verifying Checksum
2026-09-09T14:14:18.0823790Z 106754d5a1c8: Download complete
2026-09-09T14:14:18.1314221Z 89e30e38585c: Verifying Checksum
2026-09-09T14:14:18.1314735Z 89e30e38585c: Download complete
2026-09-09T14:14:18.2479505Z 40445660bf28: Download complete
2026-09-09T14:14:18.2806484Z 92bd4f00f3c7: Verifying Checksum
2026-09-09T14:14:18.2807158Z 92bd4f00f3c7: Download complete
2026-09-09T14:14:18.4032088Z 78cc64b5426f: Verifying Checksum
2026-09-09T14:14:18.4036090Z 78cc64b5426f: Download complete
2026-09-09T14:14:18.4297540Z 5fbd53d45f99: Verifying Checksum
2026-09-09T14:14:18.4298559Z 5fbd53d45f99: Download complete
2026-09-09T14:14:18.5386958Z da5da9e0d2a8: Verifying Checksum
2026-09-09T14:14:18.5387511Z da5da9e0d2a8: Download complete
2026-09-09T14:14:18.5752660Z 6e93f700f7e3: Verifying Checksum
2026-09-09T14:14:18.5753220Z 6e93f700f7e3: Download complete
2026-09-09T14:14:18.7092275Z 6963cad2ec2c: Verifying Checksum
2026-09-09T14:14:18.7093500Z 6963cad2ec2c: Download complete
2026-09-09T14:14:18.7820336Z dee2db8d2866: Download complete
2026-09-09T14:14:18.8537806Z d79238a74a2e: Verifying Checksum
2026-09-09T14:14:18.8539667Z d79238a74a2e: Download complete
2026-09-09T14:14:18.9442047Z 1b9a0c4f0d0a: Verifying Checksum
2026-09-09T14:14:18.9442646Z 1b9a0c4f0d0a: Download complete
2026-09-09T14:14:19.0363686Z 133cb1401b2d: Verifying Checksum
2026-09-09T14:14:19.0364682Z 133cb1401b2d: Download complete
2026-09-09T14:14:19.0949993Z e464f07e8afb: Download complete
2026-09-09T14:14:19.2431135Z a635786812b3: Download complete
2026-09-09T14:14:20.8552813Z 106754d5a1c8: Pull complete
2026-09-09T14:14:22.5355753Z 1f3dbe844647: Pull complete
2026-09-09T14:14:22.5543246Z d69ed08ed4d0: Verifying Checksum
2026-09-09T14:14:22.5543601Z d69ed08ed4d0: Download complete
2026-09-09T14:14:22.7346980Z 4dff31859b47: Pull complete
2026-09-09T14:14:22.7844445Z 4f4fb700ef54: Pull complete
2026-09-09T14:14:22.8054678Z 430f3d78dceb: Pull complete
2026-09-09T14:14:22.8189730Z 89e30e38585c: Pull complete
2026-09-09T14:14:23.0947251Z 2906afb99a9f: Verifying Checksum
2026-09-09T14:14:23.0948237Z 2906afb99a9f: Download complete
2026-09-09T14:14:23.2666547Z 524322bdf227: Verifying Checksum
2026-09-09T14:14:23.2667406Z 524322bdf227: Download complete
2026-09-09T14:14:23.4434076Z 100925bc1b19: Verifying Checksum
2026-09-09T14:14:23.4435155Z 100925bc1b19: Download complete
2026-09-09T14:14:23.4789744Z fb063f49ccba: Verifying Checksum
2026-09-09T14:14:23.4790765Z fb063f49ccba: Download complete
2026-09-09T14:14:23.6119739Z 1d312cae7d74: Verifying Checksum
2026-09-09T14:14:23.6120313Z 1d312cae7d74: Download complete
2026-09-09T14:14:23.6184529Z e33d8cbc605d: Verifying Checksum
2026-09-09T14:14:23.6185561Z e33d8cbc605d: Download complete
2026-09-09T14:14:23.7679513Z 671807477255: Download complete
2026-09-09T14:14:23.7806066Z 07e6b890742e: Verifying Checksum
2026-09-09T14:14:23.7806818Z 07e6b890742e: Download complete
2026-09-09T14:14:23.9028967Z 0ec2abb383c0: Download complete
2026-09-09T14:14:23.9116501Z 910df44d6639: Verifying Checksum
2026-09-09T14:14:23.9117336Z 910df44d6639: Download complete
2026-09-09T14:14:24.1282575Z 34fdf0a62f98: Download complete
2026-09-09T14:14:24.3936945Z c36997a5210a: Verifying Checksum
2026-09-09T14:14:24.3940615Z c36997a5210a: Download complete
2026-09-09T14:14:24.5414698Z dddb4c229d86: Verifying Checksum
2026-09-09T14:14:24.5415370Z dddb4c229d86: Download complete
2026-09-09T14:14:24.6799360Z bcd7bad903e4: Verifying Checksum
2026-09-09T14:14:24.6801149Z bcd7bad903e4: Download complete
2026-09-09T14:14:24.8445180Z f84000914552: Verifying Checksum
2026-09-09T14:14:24.8446391Z f84000914552: Download complete
2026-09-09T14:14:24.9337058Z 25b8361c6188: Verifying Checksum
2026-09-09T14:14:24.9337663Z 25b8361c6188: Download complete
2026-09-09T14:14:24.9958952Z 1dd0465498fb: Verifying Checksum
2026-09-09T14:14:24.9959574Z 1dd0465498fb: Download complete
2026-09-09T14:14:25.0639344Z fb24ba1aaf79: Verifying Checksum
2026-09-09T14:14:25.0639873Z fb24ba1aaf79: Download complete
2026-09-09T14:14:25.0853891Z cbffcaf2af6d: Verifying Checksum
2026-09-09T14:14:25.0854666Z cbffcaf2af6d: Download complete
2026-09-09T14:14:25.1309718Z 5457b8b37f5c: Verifying Checksum
2026-09-09T14:14:25.1310317Z 5457b8b37f5c: Download complete
2026-09-09T14:14:25.2398323Z a276abb07200: Verifying Checksum
2026-09-09T14:14:25.2399065Z a276abb07200: Download complete
2026-09-09T14:14:25.3076858Z 9c0060ec665f: Verifying Checksum
2026-09-09T14:14:25.3097444Z 9c0060ec665f: Download complete
2026-09-09T14:14:25.3879244Z 35b9c2950db5: Verifying Checksum
2026-09-09T14:14:25.3880550Z 35b9c2950db5: Download complete
2026-09-09T14:14:25.3907120Z 70aabfcf530f: Verifying Checksum
2026-09-09T14:14:25.3908100Z 70aabfcf530f: Download complete
2026-09-09T14:14:31.0401226Z 2906afb99a9f: Pull complete
2026-09-09T14:14:31.0518417Z 40445660bf28: Pull complete
2026-09-09T14:14:31.0990283Z 92bd4f00f3c7: Pull complete
2026-09-09T14:14:31.1121148Z 78cc64b5426f: Pull complete
2026-09-09T14:14:31.1661147Z 5fbd53d45f99: Pull complete
2026-09-09T14:14:31.1756855Z da5da9e0d2a8: Pull complete
2026-09-09T14:14:31.2153931Z 6e93f700f7e3: Pull complete
2026-09-09T14:14:31.2289219Z 6963cad2ec2c: Pull complete
2026-09-09T14:14:31.2567711Z dee2db8d2866: Pull complete
2026-09-09T14:14:31.2703236Z d79238a74a2e: Pull complete
2026-09-09T14:14:31.3117646Z 1b9a0c4f0d0a: Pull complete
2026-09-09T14:14:31.5376044Z 133cb1401b2d: Pull complete
2026-09-09T14:14:31.5604902Z e464f07e8afb: Pull complete
2026-09-09T14:14:43.9263360Z fb24ba1aaf79: Pull complete
2026-09-09T14:14:43.9412075Z a635786812b3: Pull complete
2026-09-09T14:14:48.9793689Z d69ed08ed4d0: Pull complete
2026-09-09T14:14:50.4274800Z 100925bc1b19: Pull complete
2026-09-09T14:14:50.4519768Z 524322bdf227: Pull complete
2026-09-09T14:14:50.4630797Z fb063f49ccba: Pull complete
2026-09-09T14:14:50.5034139Z e33d8cbc605d: Pull complete
2026-09-09T14:14:50.5124283Z 1d312cae7d74: Pull complete
2026-09-09T14:14:50.5356848Z 07e6b890742e: Pull complete
2026-09-09T14:14:50.5443014Z 671807477255: Pull complete
2026-09-09T14:14:50.5639640Z 0ec2abb383c0: Pull complete
2026-09-09T14:14:50.5734587Z 910df44d6639: Pull complete
2026-09-09T14:14:50.7289340Z 34fdf0a62f98: Pull complete
2026-09-09T14:14:50.8452504Z 25b8361c6188: Pull complete
2026-09-09T14:14:51.9951347Z c36997a5210a: Pull complete
2026-09-09T14:14:52.0079766Z dddb4c229d86: Pull complete
2026-09-09T14:14:52.0187257Z bcd7bad903e4: Pull complete
2026-09-09T14:14:52.3787903Z f84000914552: Pull complete
2026-09-09T14:14:52.6823394Z 1dd0465498fb: Pull complete
2026-09-09T14:14:52.7909559Z cbffcaf2af6d: Pull complete
2026-09-09T14:14:52.8008336Z 5457b8b37f5c: Pull complete
2026-09-09T14:14:54.0228642Z 70aabfcf530f: Pull complete
2026-09-09T14:14:54.0379462Z a276abb07200: Pull complete
2026-09-09T14:14:54.0595115Z 9c0060ec665f: Pull complete
2026-09-09T14:14:54.0717012Z 35b9c2950db5: Pull complete
2026-09-09T14:14:54.0762862Z Digest: sha256:b38c4b362539b5a1a4825c9d4415a4939dd9aece01e164cf44c7792535738451
2026-09-09T14:14:54.0771439Z Status: Downloaded newer image for ghcr.io/pypy/buildworker_i686@sha256:b38c4b362539b5a1a4825c9d4415a4939dd9aece01e164cf44c7792535738451
2026-09-09T14:15:57.0036642Z using config pypy/testrunner_cfg.py
2026-09-09T14:15:57.0037524Z using config machine_cfg.py
2026-09-09T14:15:57.0048419Z running 4 parallel test workers
2026-09-09T14:15:57.0049346Z setting MAKEFLAGS to ' ' (space)
2026-09-09T14:15:57.0050308Z -- jit/backend/x86/test/test_assembler.py
2026-09-09T14:15:57.0051155Z -- jit/backend/x86/test/test_basic.py
2026-09-09T14:15:57.0051938Z -- jit/backend/x86/test/test_call.py
2026-09-09T14:15:57.0052726Z -- jit/backend/x86/test/test_callbuilder.py
2026-09-09T14:15:57.0054295Z -- jit/backend/x86/test/test_calling_convention.py
2026-09-09T14:15:57.0055521Z -- jit/backend/x86/test/test_del.py
2026-09-09T14:15:57.0056590Z -- jit/backend/x86/test/test_dict.py
2026-09-09T14:15:57.0057377Z -- jit/backend/x86/test/test_exception.py
2026-09-09T14:15:57.0058176Z -- jit/backend/x86/test/test_fficall.py
2026-09-09T14:15:57.0058976Z -- jit/backend/x86/test/test_float.py
2026-09-09T14:15:57.0059727Z -- jit/backend/x86/test/test_jitlog.py
2026-09-09T14:15:57.0060482Z -- jit/backend/x86/test/test_jump.py
2026-09-09T14:15:57.0061225Z -- jit/backend/x86/test/test_list.py
2026-09-09T14:15:57.0061953Z -- jit/backend/x86/test/test_llop.py
2026-09-09T14:15:57.0062724Z -- jit/backend/x86/test/test_longlong.py
2026-09-09T14:15:57.0063502Z -- jit/backend/x86/test/test_loop_unroll.py
2026-09-09T14:15:57.0064300Z -- jit/backend/x86/test/test_quasiimmut.py
2026-09-09T14:15:57.0065101Z -- jit/backend/x86/test/test_rawmem.py
2026-09-09T14:15:57.0066151Z -- jit/backend/x86/test/test_recursive.py
2026-09-09T14:15:57.0066982Z -- jit/backend/x86/test/test_regalloc.py
2026-09-09T14:15:57.0086205Z -- jit/backend/x86/test/test_regloc.py
2026-09-09T14:15:57.0087035Z -- jit/backend/x86/test/test_runner.py
2026-09-09T14:15:57.0087844Z -- jit/backend/x86/test/test_rvmprof.py
2026-09-09T14:15:57.0088622Z -- jit/backend/x86/test/test_rx86.py
2026-09-09T14:15:57.0089440Z -- jit/backend/x86/test/test_rx86_32_auto_encoding.py
2026-09-09T14:15:57.0090317Z -- jit/backend/x86/test/test_rx86_64_auto_encoding.py
2026-09-09T14:15:57.0091166Z -- jit/backend/x86/test/test_send.py
2026-09-09T14:15:57.0091933Z -- jit/backend/x86/test/test_slist.py
2026-09-09T14:15:57.0092699Z -- jit/backend/x86/test/test_string.py
2026-09-09T14:15:57.0093505Z -- jit/backend/x86/test/test_symbolic_x86.py
2026-09-09T14:15:57.0094690Z -- jit/backend/x86/test/test_tl.py
2026-09-09T14:15:57.0095676Z -- jit/backend/x86/test/test_tlc.py
2026-09-09T14:15:57.0096477Z -- jit/backend/x86/test/test_tracelimit.py
2026-09-09T14:15:57.0097288Z -- jit/backend/x86/test/test_virtual.py
2026-09-09T14:15:57.0098129Z -- jit/backend/x86/test/test_virtualizable.py
2026-09-09T14:15:57.0098964Z -- jit/backend/x86/test/test_virtualref.py
2026-09-09T14:15:57.0099777Z -- jit/backend/x86/test/test_x86vector.py
2026-09-09T14:15:57.0100565Z -- jit/backend/x86/test/test_zmath.py
2026-09-09T14:15:57.0101335Z -- jit/backend/x86/test/test_zrpy_gc.py
2026-09-09T14:15:57.0102140Z -- jit/backend/x86/test/test_zrpy_gc_boehm.py
2026-09-09T14:15:57.0102990Z -- jit/backend/x86/test/test_zrpy_releasegil.py
2026-09-09T14:15:57.0103837Z -- jit/backend/x86/test/test_zrpy_vecopt.py
2026-09-09T14:15:57.0104666Z -- jit/backend/x86/test/test_zrpy_vmprof.py
2026-09-09T14:15:57.0105766Z -- jit/backend/x86/test/test_ztranslation_basic.py
2026-09-09T14:15:57.0106756Z -- jit/backend/x86/test/test_ztranslation_call_assembler.py
2026-09-09T14:15:57.0107790Z -- jit/backend/x86/test/test_ztranslation_external_exception.py
2026-09-09T14:15:57.0108795Z -- jit/backend/x86/test/test_ztranslation_jit_stats.py
2026-09-09T14:15:57.0110024Z -- jit/backend/x86/tool/test/test_viewcode.py
2026-09-09T14:15:57.0110827Z -- total: 48 to run
2026-09-09T14:15:57.0111697Z ++ 14:14:54 starting jit/backend/x86/test/test_assembler.py [1 started in total]
2026-09-09T14:15:57.0112889Z ++ 14:14:54 starting jit/backend/x86/test/test_basic.py [2 started in total]
2026-09-09T14:15:57.0114015Z ++ 14:14:54 starting jit/backend/x86/test/test_call.py [3 started in total]
2026-09-09T14:15:57.0115209Z ++ 14:14:54 starting jit/backend/x86/test/test_callbuilder.py [4 started in total]
2026-09-09T14:15:57.0116750Z __ jit/backend/x86/test/test_callbuilder.py [1 done in total, somefailed=False]
2026-09-09T14:15:57.0118023Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-09-09T14:15:57.0119167Z ============================= test session starts ==============================
2026-09-09T14:15:57.0120355Z platform linux2 -- Python 2.7.18[pypy-7.3.23-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-09-09T14:15:57.0122056Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-09-09T14:15:57.0123463Z pytest-2.9.2 from /workspace/pytest.py
2026-09-09T14:15:57.0124305Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-09-09T14:15:57.0125139Z plugins: hypothesis-4.39.3
2026-09-09T14:15:57.0126111Z collected 2 items
2026-09-09T14:15:57.0126599Z
2026-09-09T14:15:57.0127200Z jit/backend/x86/test/test_callbuilder.py ..
2026-09-09T14:15:57.0127853Z
2026-09-09T14:15:57.0128351Z =========================== 2 passed in 0.91 seconds ===========================
2026-09-09T14:15:57.0129509Z ++ 14:15:08 starting jit/backend/x86/test/test_calling_convention.py [5 started in total]
2026-09-09T14:15:57.0130834Z __ jit/backend/x86/test/test_assembler.py [2 done in total, somefailed=False] _
2026-09-09T14:15:57.0132090Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-09-09T14:15:57.0133214Z ============================= test session starts ==============================
2026-09-09T14:15:57.0134388Z platform linux2 -- Python 2.7.18[pypy-7.3.23-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-09-09T14:15:57.0137354Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-09-09T14:15:57.0140972Z pytest-2.9.2 from /workspace/pytest.py
2026-09-09T14:15:57.0143080Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-09-09T14:15:57.0143943Z plugins: hypothesis-4.39.3
2026-09-09T14:15:57.0144631Z collected 3 items
2026-09-09T14:15:57.0145092Z
2026-09-09T14:15:57.0145805Z jit/backend/x86/test/test_assembler.py ...
2026-09-09T14:15:57.0155862Z
2026-09-09T14:15:57.0156381Z =========================== 3 passed in 2.76 seconds ===========================
2026-09-09T14:15:57.0157785Z ++ 14:15:11 starting jit/backend/x86/test/test_del.py [6 started in total]
2026-09-09T14:15:57.0158882Z __ jit/backend/x86/test/test_del.py [3 done in total, somefailed=False] _______
2026-09-09T14:15:57.0160079Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-09-09T14:15:57.0161122Z ============================= test session starts ==============================
2026-09-09T14:15:57.0162221Z platform linux2 -- Python 2.7.18[pypy-7.3.23-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-09-09T14:15:57.0163830Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-09-09T14:15:57.0165211Z pytest-2.9.2 from /workspace/pytest.pyc
2026-09-09T14:15:57.0166526Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-09-09T14:15:57.0167284Z plugins: hypothesis-4.39.3
2026-09-09T14:15:57.0167892Z collected 3 items
2026-09-09T14:15:57.0168309Z
2026-09-09T14:15:57.0168653Z jit/backend/x86/test/test_del.py ...
2026-09-09T14:15:57.0169157Z
2026-09-09T14:15:57.0169604Z =========================== 3 passed in 4.13 seconds ===========================
2026-09-09T14:15:57.0170857Z ++ 14:15:18 starting jit/backend/x86/test/test_dict.py [7 started in total]
2026-09-09T14:15:57.0172005Z __ jit/backend/x86/test/test_call.py [4 done in total, somefailed=False] ______
2026-09-09T14:15:57.0173179Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-09-09T14:15:57.0174238Z ============================= test session starts ==============================
2026-09-09T14:15:57.0175751Z platform linux2 -- Python 2.7.18[pypy-7.3.23-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-09-09T14:15:57.0177460Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-09-09T14:15:57.0178870Z pytest-2.9.2 from /workspace/pytest.py
2026-09-09T14:15:57.0179684Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-09-09T14:15:57.0180508Z plugins: hypothesis-4.39.3
2026-09-09T14:15:57.0181176Z collected 16 items
2026-09-09T14:15:57.0181611Z
2026-09-09T14:15:57.0182032Z jit/backend/x86/test/test_call.py ................
2026-09-09T14:15:57.0182665Z
2026-09-09T14:15:57.0183144Z ========================== 16 passed in 12.73 seconds ==========================
2026-09-09T14:15:57.0196208Z ++ 14:15:22 starting jit/backend/x86/test/test_exception.py [8 started in total]
2026-09-09T14:15:57.0197436Z __ jit/backend/x86/test/test_exception.py [5 done in total, somefailed=False] _
2026-09-09T14:15:57.0198684Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-09-09T14:15:57.0199762Z ============================= test session starts ==============================
2026-09-09T14:15:57.0200895Z platform linux2 -- Python 2.7.18[pypy-7.3.23-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-09-09T14:15:57.0202552Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-09-09T14:15:57.0203967Z pytest-2.9.2 from /workspace/pytest.pyc
2026-09-09T14:15:57.0204775Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-09-09T14:15:57.0205867Z plugins: hypothesis-4.39.3
2026-09-09T14:15:57.0206513Z collected 32 items
2026-09-09T14:15:57.0206941Z
2026-09-09T14:15:57.0207477Z jit/backend/x86/test/test_exception.py s...............................
2026-09-09T14:15:57.0208184Z
2026-09-09T14:15:57.0208677Z ==================== 31 passed, 1 skipped in 21.00 seconds =====================
2026-09-09T14:15:57.0209740Z ++ 14:15:46 starting jit/backend/x86/test/test_fficall.py [9 started in total]
2026-09-09T14:15:57.0210953Z __ jit/backend/x86/test/test_calling_convention.py [6 done in total, somefailed=False]
2026-09-09T14:15:57.0212124Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-09-09T14:15:57.0213051Z ============================= test session starts ==============================
2026-09-09T14:15:57.0214387Z platform linux2 -- Python 2.7.18[pypy-7.3.23-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-09-09T14:15:57.0216394Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-09-09T14:15:57.0217838Z pytest-2.9.2 from /workspace/pytest.pyc
2026-09-09T14:15:57.0218652Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-09-09T14:15:57.0219465Z plugins: hypothesis-4.39.3
2026-09-09T14:15:57.0220122Z collected 7 items
2026-09-09T14:15:57.0220553Z
2026-09-09T14:15:57.0221013Z jit/backend/x86/test/test_calling_convention.py ......s
2026-09-09T14:15:57.0221659Z
2026-09-09T14:15:57.0222145Z ===================== 6 passed, 1 skipped in 34.86 seconds =====================
2026-09-09T14:15:57.0223171Z ++ 14:15:46 starting jit/backend/x86/test/test_float.py [10 started in total]
2026-09-09T14:15:57.0224349Z __ jit/backend/x86/test/test_float.py [7 done in total, somefailed=False] _____
2026-09-09T14:15:57.0225830Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-09-09T14:15:57.0226910Z ============================= test session starts ==============================
2026-09-09T14:15:57.0228251Z platform linux2 -- Python 2.7.18[pypy-7.3.23-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-09-09T14:15:57.0229916Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-09-09T14:15:57.0231264Z pytest-2.9.2 from /workspace/pytest.pyc
2026-09-09T14:15:57.0232025Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-09-09T14:15:57.0232792Z plugins: hypothesis-4.39.3
2026-09-09T14:15:57.0233415Z collected 10 items
2026-09-09T14:15:57.0233829Z
2026-09-09T14:15:57.0234198Z jit/backend/x86/test/test_float.py ..........
2026-09-09T14:15:57.0246021Z
2026-09-09T14:15:57.0246505Z ========================== 10 passed in 6.50 seconds ===========================
2026-09-09T14:15:57.0247706Z ++ 14:15:57 starting jit/backend/x86/test/test_jitlog.py [11 started in total]
2026-09-09T14:17:27.9497864Z __ jit/backend/x86/test/test_jitlog.py [8 done in total, somefailed=False] ____
2026-09-09T14:17:27.9499852Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-09-09T14:17:27.9501077Z ============================= test session starts ==============================
2026-09-09T14:17:27.9502228Z platform linux2 -- Python 2.7.18[pypy-7.3.23-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-09-09T14:17:27.9503842Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-09-09T14:17:27.9530698Z pytest-2.9.2 from /workspace/pytest.pyc
2026-09-09T14:17:27.9531441Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-09-09T14:17:27.9532054Z plugins: hypothesis-4.39.3
2026-09-09T14:17:27.9540889Z collected 3 items
2026-09-09T14:17:27.9541517Z
2026-09-09T14:17:27.9542117Z jit/backend/x86/test/test_jitlog.py ...
2026-09-09T14:17:27.9542832Z
2026-09-09T14:17:27.9543150Z ========================== 3 passed in 16.42 seconds ===========================
2026-09-09T14:17:27.9545112Z ++ 14:16:17 starting jit/backend/x86/test/test_jump.py [12 started in total]
2026-09-09T14:17:27.9546296Z __ jit/backend/x86/test/test_fficall.py [9 done in total, somefailed=False] ___
2026-09-09T14:17:27.9547214Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-09-09T14:17:27.9548006Z ============================= test session starts ==============================
2026-09-09T14:17:27.9548897Z platform linux2 -- Python 2.7.18[pypy-7.3.23-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-09-09T14:17:27.9550215Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-09-09T14:17:27.9551342Z pytest-2.9.2 from /workspace/pytest.pyc
2026-09-09T14:17:27.9551918Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-09-09T14:17:27.9552937Z plugins: hypothesis-4.39.3
2026-09-09T14:17:27.9553378Z collected 12 items
2026-09-09T14:17:27.9553619Z
2026-09-09T14:17:27.9553850Z jit/backend/x86/test/test_fficall.py ............
2026-09-09T14:17:27.9554251Z
2026-09-09T14:17:27.9554546Z ========================== 12 passed in 35.70 seconds ==========================
2026-09-09T14:17:27.9555323Z ++ 14:16:24 starting jit/backend/x86/test/test_list.py [13 started in total]
2026-09-09T14:17:27.9556749Z __ jit/backend/x86/test/test_jump.py [10 done in total, somefailed=False] _____
2026-09-09T14:17:27.9557710Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-09-09T14:17:27.9558566Z ============================= test session starts ==============================
2026-09-09T14:17:27.9559453Z platform linux2 -- Python 2.7.18[pypy-7.3.23-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-09-09T14:17:27.9560811Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-09-09T14:17:27.9561921Z pytest-2.9.2 from /workspace/pytest.pyc
2026-09-09T14:17:27.9562457Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-09-09T14:17:27.9563005Z plugins: hypothesis-4.39.3
2026-09-09T14:17:27.9563701Z collected 12 items
2026-09-09T14:17:27.9563939Z
2026-09-09T14:17:27.9564158Z jit/backend/x86/test/test_jump.py ............
2026-09-09T14:17:27.9564535Z
2026-09-09T14:17:27.9564777Z ========================== 12 passed in 16.11 seconds ==========================
2026-09-09T14:17:27.9565929Z ++ 14:16:37 starting jit/backend/x86/test/test_llop.py [14 started in total]
2026-09-09T14:17:27.9566855Z __ jit/backend/x86/test/test_llop.py [11 done in total, somefailed=False] _____
2026-09-09T14:17:27.9567830Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-09-09T14:17:27.9568674Z ============================= test session starts ==============================
2026-09-09T14:17:27.9569499Z platform linux2 -- Python 2.7.18[pypy-7.3.23-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-09-09T14:17:27.9570823Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-09-09T14:17:27.9571938Z pytest-2.9.2 from /workspace/pytest.pyc
2026-09-09T14:17:27.9572504Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-09-09T14:17:27.9573072Z plugins: hypothesis-4.39.3
2026-09-09T14:17:27.9573506Z collected 5 items
2026-09-09T14:17:27.9573746Z
2026-09-09T14:17:27.9573933Z jit/backend/x86/test/test_llop.py .....
2026-09-09T14:17:27.9574281Z
2026-09-09T14:17:27.9574550Z =========================== 5 passed in 7.79 seconds ===========================
2026-09-09T14:17:27.9575661Z ++ 14:16:47 starting jit/backend/x86/test/test_longlong.py [15 started in total]
2026-09-09T14:17:27.9576630Z __ jit/backend/x86/test/test_list.py [12 done in total, somefailed=False] _____
2026-09-09T14:17:27.9577629Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-09-09T14:17:27.9578518Z ============================= test session starts ==============================
2026-09-09T14:17:27.9579433Z platform linux2 -- Python 2.7.18[pypy-7.3.23-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-09-09T14:17:27.9580929Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-09-09T14:17:27.9582103Z pytest-2.9.2 from /workspace/pytest.pyc
2026-09-09T14:17:27.9582648Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-09-09T14:17:27.9583203Z plugins: hypothesis-4.39.3
2026-09-09T14:17:27.9583639Z collected 24 items
2026-09-09T14:17:27.9583876Z
2026-09-09T14:17:27.9584188Z jit/backend/x86/test/test_list.py ...s....................
2026-09-09T14:17:27.9584618Z
2026-09-09T14:17:27.9584910Z ==================== 23 passed, 1 skipped in 24.79 seconds =====================
2026-09-09T14:17:27.9586171Z ++ 14:16:51 starting jit/backend/x86/test/test_loop_unroll.py [16 started in total]
2026-09-09T14:17:27.9587436Z __ jit/backend/x86/test/test_longlong.py [13 done in total, somefailed=False] _
2026-09-09T14:17:27.9588415Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-09-09T14:17:27.9589287Z ============================= test session starts ==============================
2026-09-09T14:17:27.9590193Z platform linux2 -- Python 2.7.18[pypy-7.3.23-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-09-09T14:17:27.9591607Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-09-09T14:17:27.9592774Z pytest-2.9.2 from /workspace/pytest.pyc
2026-09-09T14:17:27.9593370Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-09-09T14:17:27.9593956Z plugins: hypothesis-4.39.3
2026-09-09T14:17:27.9594394Z collected 14 items
2026-09-09T14:17:27.9594628Z
2026-09-09T14:17:27.9594873Z jit/backend/x86/test/test_longlong.py ..............
2026-09-09T14:17:27.9595301Z
2026-09-09T14:17:27.9595896Z ========================== 14 passed in 8.99 seconds ===========================
2026-09-09T14:17:27.9596720Z ++ 14:16:59 starting jit/backend/x86/test/test_quasiimmut.py [17 started in total]
2026-09-09T14:17:27.9597898Z __ jit/backend/x86/test/test_dict.py [14 done in total, somefailed=False] _____
2026-09-09T14:17:27.9598866Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-09-09T14:17:27.9599687Z ============================= test session starts ==============================
2026-09-09T14:17:27.9600577Z platform linux2 -- Python 2.7.18[pypy-7.3.23-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-09-09T14:17:27.9601925Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-09-09T14:17:27.9603080Z pytest-2.9.2 from /workspace/pytest.pyc
2026-09-09T14:17:27.9603661Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-09-09T14:17:27.9604216Z plugins: hypothesis-4.39.3
2026-09-09T14:17:27.9604647Z collected 20 items
2026-09-09T14:17:27.9604873Z
2026-09-09T14:17:27.9605112Z jit/backend/x86/test/test_dict.py ....................
2026-09-09T14:17:27.9605917Z
2026-09-09T14:17:27.9606216Z ========================== 20 passed in 93.35 seconds ==========================
2026-09-09T14:17:27.9607052Z ++ 14:17:00 starting jit/backend/x86/test/test_rawmem.py [18 started in total]
2026-09-09T14:17:27.9607997Z __ jit/backend/x86/test/test_rawmem.py [15 done in total, somefailed=False] ___
2026-09-09T14:17:27.9608981Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-09-09T14:17:27.9609849Z ============================= test session starts ==============================
2026-09-09T14:17:27.9610738Z platform linux2 -- Python 2.7.18[pypy-7.3.23-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-09-09T14:17:27.9612068Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-09-09T14:17:27.9613164Z pytest-2.9.2 from /workspace/pytest.pyc
2026-09-09T14:17:27.9613702Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-09-09T14:17:27.9614241Z plugins: hypothesis-4.39.3
2026-09-09T14:17:27.9614659Z collected 7 items
2026-09-09T14:17:27.9614875Z
2026-09-09T14:17:27.9615086Z jit/backend/x86/test/test_rawmem.py .......
2026-09-09T14:17:27.9615716Z
2026-09-09T14:17:27.9616009Z =========================== 7 passed in 5.32 seconds ===========================
2026-09-09T14:17:27.9616856Z ++ 14:17:08 starting jit/backend/x86/test/test_recursive.py [19 started in total]
2026-09-09T14:17:27.9617817Z __ jit/backend/x86/test/test_quasiimmut.py [16 done in total, somefailed=False]
2026-09-09T14:17:27.9618800Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-09-09T14:17:27.9619644Z ============================= test session starts ==============================
2026-09-09T14:17:27.9620450Z platform linux2 -- Python 2.7.18[pypy-7.3.23-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-09-09T14:17:27.9622034Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-09-09T14:17:27.9623101Z pytest-2.9.2 from /workspace/pytest.pyc
2026-09-09T14:17:27.9623633Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-09-09T14:17:27.9624154Z plugins: hypothesis-4.39.3
2026-09-09T14:17:27.9624551Z collected 20 items
2026-09-09T14:17:27.9624776Z
2026-09-09T14:17:27.9625057Z jit/backend/x86/test/test_quasiimmut.py ..............s.....
2026-09-09T14:17:27.9625975Z
2026-09-09T14:17:27.9626272Z ==================== 19 passed, 1 skipped in 15.91 seconds =====================
2026-09-09T14:17:27.9627076Z ++ 14:17:20 starting jit/backend/x86/test/test_regalloc.py [20 started in total]
2026-09-09T14:17:27.9627988Z __ jit/backend/x86/test/test_regalloc.py [17 done in total, somefailed=False] _
2026-09-09T14:17:27.9628979Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-09-09T14:17:27.9629834Z ============================= test session starts ==============================
2026-09-09T14:17:27.9630709Z platform linux2 -- Python 2.7.18[pypy-7.3.23-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-09-09T14:17:27.9632265Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-09-09T14:17:27.9633328Z pytest-2.9.2 from /workspace/pytest.pyc
2026-09-09T14:17:27.9633842Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-09-09T14:17:27.9634363Z plugins: hypothesis-4.39.3
2026-09-09T14:17:27.9634752Z collected 19 items
2026-09-09T14:17:27.9634945Z
2026-09-09T14:17:27.9635192Z jit/backend/x86/test/test_regalloc.py ....s........s.ssss
2026-09-09T14:17:27.9635881Z
2026-09-09T14:17:27.9636161Z ===================== 13 passed, 6 skipped in 2.20 seconds =====================
2026-09-09T14:17:27.9636918Z ++ 14:17:24 starting jit/backend/x86/test/test_regloc.py [21 started in total]
2026-09-09T14:17:27.9637732Z __ jit/backend/x86/test/test_regloc.py [18 done in total, somefailed=False] ___
2026-09-09T14:18:38.5286170Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-09-09T14:18:38.5287633Z ============================= test session starts ==============================
2026-09-09T14:18:38.5288746Z platform linux2 -- Python 2.7.18[pypy-7.3.23-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-09-09T14:18:38.5290097Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-09-09T14:18:38.5291197Z pytest-2.9.2 from /workspace/pytest.pyc
2026-09-09T14:18:38.5291724Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-09-09T14:18:38.5292262Z plugins: hypothesis-4.39.3
2026-09-09T14:18:38.5292668Z collected 25 items
2026-09-09T14:18:38.5292877Z
2026-09-09T14:18:38.5293142Z jit/backend/x86/test/test_regloc.py .....ssssssssssssssssssss
2026-09-09T14:18:38.5293559Z
2026-09-09T14:18:38.5293853Z ===================== 5 passed, 20 skipped in 0.49 seconds =====================
2026-09-09T14:18:38.5294621Z ++ 14:17:27 starting jit/backend/x86/test/test_runner.py [22 started in total]
2026-09-09T14:18:38.5295665Z __ jit/backend/x86/test/test_basic.py [19 done in total, somefailed=False] ____
2026-09-09T14:18:38.5296657Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-09-09T14:18:38.5297811Z ============================= test session starts ==============================
2026-09-09T14:18:38.5298843Z platform linux2 -- Python 2.7.18[pypy-7.3.23-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-09-09T14:18:38.5300196Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-09-09T14:18:38.5301276Z pytest-2.9.2 from /workspace/pytest.py
2026-09-09T14:18:38.5301822Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-09-09T14:18:38.5302381Z plugins: hypothesis-4.39.3
2026-09-09T14:18:38.5304846Z collected 199 items
2026-09-09T14:18:38.5305090Z
2026-09-09T14:18:38.5306665Z jit/backend/x86/test/test_basic.py .s.....................................................................................sssss..................................................s...................s..............s...........s.........
2026-09-09T14:18:38.5307838Z
2026-09-09T14:18:38.5308147Z =================== 189 passed, 10 skipped in 147.93 seconds ===================
2026-09-09T14:18:38.5308983Z ++ 14:17:40 starting jit/backend/x86/test/test_rvmprof.py [23 started in total]
2026-09-09T14:18:38.5309905Z __ jit/backend/x86/test/test_loop_unroll.py [20 done in total, somefailed=False]
2026-09-09T14:18:38.5310855Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-09-09T14:18:38.5311674Z ============================= test session starts ==============================
2026-09-09T14:18:38.5312537Z platform linux2 -- Python 2.7.18[pypy-7.3.23-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-09-09T14:18:38.5313943Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-09-09T14:18:38.5315054Z pytest-2.9.2 from /workspace/pytest.pyc
2026-09-09T14:18:38.5316128Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-09-09T14:18:38.5316714Z plugins: hypothesis-4.39.3
2026-09-09T14:18:38.5317165Z collected 37 items
2026-09-09T14:18:38.5317396Z
2026-09-09T14:18:38.5317820Z jit/backend/x86/test/test_loop_unroll.py ..............................ss.s...
2026-09-09T14:18:38.5318372Z
2026-09-09T14:18:38.5318689Z ==================== 34 passed, 3 skipped in 56.01 seconds =====================
2026-09-09T14:18:38.5319528Z ++ 14:17:50 starting jit/backend/x86/test/test_rx86.py [24 started in total]
2026-09-09T14:18:38.5320461Z __ jit/backend/x86/test/test_rx86.py [21 done in total, somefailed=False] _____
2026-09-09T14:18:38.5321464Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-09-09T14:18:38.5322340Z ============================= test session starts ==============================
2026-09-09T14:18:38.5323252Z platform linux2 -- Python 2.7.18[pypy-7.3.23-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-09-09T14:18:38.5324692Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-09-09T14:18:38.5326060Z pytest-2.9.2 from /workspace/pytest.pyc
2026-09-09T14:18:38.5326649Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-09-09T14:18:38.5327235Z plugins: hypothesis-4.39.3
2026-09-09T14:18:38.5327686Z collected 34 items
2026-09-09T14:18:38.5327929Z
2026-09-09T14:18:38.5328241Z jit/backend/x86/test/test_rx86.py ..................................
2026-09-09T14:18:38.5328752Z
2026-09-09T14:18:38.5329026Z ========================== 34 passed in 0.13 seconds ===========================
2026-09-09T14:18:38.5329941Z ++ 14:17:52 starting jit/backend/x86/test/test_rx86_32_auto_encoding.py [25 started in total]
2026-09-09T14:18:38.5330992Z __ jit/backend/x86/test/test_rvmprof.py [22 done in total, somefailed=False] __
2026-09-09T14:18:38.5331986Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-09-09T14:18:38.5332881Z ============================= test session starts ==============================
2026-09-09T14:18:38.5333782Z platform linux2 -- Python 2.7.18[pypy-7.3.23-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-09-09T14:18:38.5335197Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-09-09T14:18:38.5336577Z pytest-2.9.2 from /workspace/pytest.pyc
2026-09-09T14:18:38.5337174Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-09-09T14:18:38.5337780Z plugins: hypothesis-4.39.3
2026-09-09T14:18:38.5338237Z collected 3 items
2026-09-09T14:18:38.5338465Z
2026-09-09T14:18:38.5338673Z jit/backend/x86/test/test_rvmprof.py ...
2026-09-09T14:18:38.5339027Z
2026-09-09T14:18:38.5339546Z ========================== 3 passed in 11.37 seconds ===========================
2026-09-09T14:18:38.5340452Z ++ 14:17:55 starting jit/backend/x86/test/test_rx86_64_auto_encoding.py [26 started in total]
2026-09-09T14:18:38.5341527Z __ jit/backend/x86/test/test_rx86_64_auto_encoding.py [23 done in total, somefailed=False]
2026-09-09T14:18:38.5342564Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-09-09T14:18:38.5343392Z ============================= test session starts ==============================
2026-09-09T14:18:38.5344252Z platform linux2 -- Python 2.7.18[pypy-7.3.23-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-09-09T14:18:38.5345878Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-09-09T14:18:38.5346975Z pytest-2.9.2 from /workspace/pytest.pyc
2026-09-09T14:18:38.5347535Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-09-09T14:18:38.5348087Z plugins: hypothesis-4.39.3
2026-09-09T14:18:38.5348544Z collected 0 items / 1 skipped
2026-09-09T14:18:38.5348834Z
2026-09-09T14:18:38.5349091Z ========================== 1 skipped in 0.05 seconds ===========================
2026-09-09T14:18:38.5350057Z ++ 14:17:57 starting jit/backend/x86/test/test_send.py [27 started in total]
2026-09-09T14:18:38.5350937Z __ jit/backend/x86/test/test_send.py [24 done in total, somefailed=False] _____
2026-09-09T14:18:38.5351878Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-09-09T14:18:38.5352685Z ============================= test session starts ==============================
2026-09-09T14:18:38.5353536Z platform linux2 -- Python 2.7.18[pypy-7.3.23-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-09-09T14:18:38.5354867Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-09-09T14:18:38.5356159Z pytest-2.9.2 from /workspace/pytest.pyc
2026-09-09T14:18:38.5356723Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-09-09T14:18:38.5357268Z plugins: hypothesis-4.39.3
2026-09-09T14:18:38.5357683Z collected 23 items
2026-09-09T14:18:38.5357909Z
2026-09-09T14:18:38.5358161Z jit/backend/x86/test/test_send.py .......................
2026-09-09T14:18:38.5358572Z
2026-09-09T14:18:38.5358846Z ========================== 23 passed in 25.49 seconds ==========================
2026-09-09T14:18:38.5359621Z ++ 14:18:25 starting jit/backend/x86/test/test_slist.py [28 started in total]
2026-09-09T14:18:38.5360510Z __ jit/backend/x86/test/test_recursive.py [25 done in total, somefailed=False]
2026-09-09T14:18:38.5361448Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-09-09T14:18:38.5362262Z ============================= test session starts ==============================
2026-09-09T14:18:38.5363121Z platform linux2 -- Python 2.7.18[pypy-7.3.23-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-09-09T14:18:38.5364468Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-09-09T14:18:38.5365766Z pytest-2.9.2 from /workspace/pytest.pyc
2026-09-09T14:18:38.5366331Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-09-09T14:18:38.5366892Z plugins: hypothesis-4.39.3
2026-09-09T14:18:38.5367314Z collected 42 items
2026-09-09T14:18:38.5367528Z
2026-09-09T14:18:38.5367917Z jit/backend/x86/test/test_recursive.py ................s........s..............ss
2026-09-09T14:18:38.5368477Z
2026-09-09T14:18:38.5368755Z ==================== 38 passed, 4 skipped in 77.60 seconds =====================
2026-09-09T14:18:38.5369551Z ++ 14:18:28 starting jit/backend/x86/test/test_string.py [29 started in total]
2026-09-09T14:18:38.5370442Z __ jit/backend/x86/test/test_slist.py [26 done in total, somefailed=False] ____
2026-09-09T14:18:38.5371379Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-09-09T14:18:38.5372190Z ============================= test session starts ==============================
2026-09-09T14:18:38.5373232Z platform linux2 -- Python 2.7.18[pypy-7.3.23-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-09-09T14:18:38.5374583Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-09-09T14:18:38.5375879Z pytest-2.9.2 from /workspace/pytest.pyc
2026-09-09T14:18:38.5376442Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-09-09T14:18:38.5376992Z plugins: hypothesis-4.39.3
2026-09-09T14:18:38.5377408Z collected 6 items
2026-09-09T14:18:38.5377632Z
2026-09-09T14:18:38.5377824Z jit/backend/x86/test/test_slist.py s.....
2026-09-09T14:18:38.5378161Z
2026-09-09T14:18:38.5378444Z ===================== 5 passed, 1 skipped in 7.86 seconds ======================
2026-09-09T14:18:38.5379273Z ++ 14:18:36 starting jit/backend/x86/test/test_symbolic_x86.py [30 started in total]
2026-09-09T14:18:38.5380220Z __ jit/backend/x86/test/test_symbolic_x86.py [27 done in total, somefailed=False]
2026-09-09T14:18:38.5381176Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-09-09T14:18:38.5381978Z ============================= test session starts ==============================
2026-09-09T14:18:38.5383061Z platform linux2 -- Python 2.7.18[pypy-7.3.23-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-09-09T14:18:38.5384411Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-09-09T14:18:38.5385699Z pytest-2.9.2 from /workspace/pytest.pyc
2026-09-09T14:18:38.5386253Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-09-09T14:18:38.5386799Z plugins: hypothesis-4.39.3
2026-09-09T14:18:38.5387218Z collected 6 items
2026-09-09T14:18:38.5387443Z
2026-09-09T14:18:38.5387653Z jit/backend/x86/test/test_symbolic_x86.py ......
2026-09-09T14:18:38.5388101Z
2026-09-09T14:18:38.5388348Z =========================== 6 passed in 0.02 seconds ===========================
2026-09-09T14:20:25.1678659Z ++ 14:18:38 starting jit/backend/x86/test/test_tl.py [31 started in total]
2026-09-09T14:20:25.1684874Z __ jit/backend/x86/test/test_rx86_32_auto_encoding.py [28 done in total, somefailed=False]
2026-09-09T14:20:25.1687663Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-09-09T14:20:25.1688507Z ============================= test session starts ==============================
2026-09-09T14:20:25.1689389Z platform linux2 -- Python 2.7.18[pypy-7.3.23-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-09-09T14:20:25.1690785Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-09-09T14:20:25.1691933Z pytest-2.9.2 from /workspace/pytest.pyc
2026-09-09T14:20:25.1692521Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-09-09T14:20:25.1693099Z plugins: hypothesis-4.39.3
2026-09-09T14:20:25.1693540Z collected 615 items
2026-09-09T14:20:25.1693777Z
2026-09-09T14:20:25.1696729Z jit/backend/x86/test/test_rx86_32_auto_encoding.py ..................................................s...................................................................................s..s....................................................................................................................s........................................................................................................................................................................................................................................................................................................................................................................
2026-09-09T14:20:25.1699476Z
2026-09-09T14:20:25.1699794Z ==================== 611 passed, 4 skipped in 57.96 seconds ====================
2026-09-09T14:20:25.1700637Z ++ 14:18:58 starting jit/backend/x86/test/test_tlc.py [32 started in total]
2026-09-09T14:20:25.1701557Z __ jit/backend/x86/test/test_tl.py [29 done in total, somefailed=False] _______
2026-09-09T14:20:25.1702900Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-09-09T14:20:25.1703749Z ============================= test session starts ==============================
2026-09-09T14:20:25.1704666Z platform linux2 -- Python 2.7.18[pypy-7.3.23-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-09-09T14:20:25.1706560Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-09-09T14:20:25.1707719Z pytest-2.9.2 from /workspace/pytest.pyc
2026-09-09T14:20:25.1708307Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-09-09T14:20:25.1708888Z plugins: hypothesis-4.39.3
2026-09-09T14:20:25.1709335Z collected 5 items
2026-09-09T14:20:25.1709563Z
2026-09-09T14:20:25.1709755Z jit/backend/x86/test/test_tl.py .....
2026-09-09T14:20:25.1710091Z
2026-09-09T14:20:25.1710377Z ========================== 5 passed in 17.09 seconds ===========================
2026-09-09T14:20:25.1711227Z ++ 14:18:58 starting jit/backend/x86/test/test_tracelimit.py [33 started in total]
2026-09-09T14:20:25.1712210Z __ jit/backend/x86/test/test_tlc.py [30 done in total, somefailed=False] ______
2026-09-09T14:20:25.1713163Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-09-09T14:20:25.1714366Z ============================= test session starts ==============================
2026-09-09T14:20:25.1715319Z platform linux2 -- Python 2.7.18[pypy-7.3.23-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-09-09T14:20:25.1716966Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-09-09T14:20:25.1718111Z pytest-2.9.2 from /workspace/pytest.pyc
2026-09-09T14:20:25.1718693Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-09-09T14:20:25.1719283Z plugins: hypothesis-4.39.3
2026-09-09T14:20:25.1719722Z collected 3 items
2026-09-09T14:20:25.1719949Z
2026-09-09T14:20:25.1720136Z jit/backend/x86/test/test_tlc.py ss.
2026-09-09T14:20:25.1720469Z
2026-09-09T14:20:25.1720750Z ===================== 1 passed, 2 skipped in 10.82 seconds =====================
2026-09-09T14:20:25.1721589Z ++ 14:19:13 starting jit/backend/x86/test/test_virtual.py [34 started in total]
2026-09-09T14:20:25.1722538Z __ jit/backend/x86/test/test_virtual.py [31 done in total, somefailed=False] __
2026-09-09T14:20:25.1723517Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-09-09T14:20:25.1724362Z ============================= test session starts ==============================
2026-09-09T14:20:25.1725258Z platform linux2 -- Python 2.7.18[pypy-7.3.23-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-09-09T14:20:25.1727031Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-09-09T14:20:25.1728175Z pytest-2.9.2 from /workspace/pytest.pyc
2026-09-09T14:20:25.1728763Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-09-09T14:20:25.1729343Z plugins: hypothesis-4.39.3
2026-09-09T14:20:25.1729781Z collected 52 items
2026-09-09T14:20:25.1730016Z
2026-09-09T14:20:25.1730432Z jit/backend/x86/test/test_virtual.py ....................................................
2026-09-09T14:20:25.1731044Z
2026-09-09T14:20:25.1731320Z ========================== 52 passed in 40.67 seconds ==========================
2026-09-09T14:20:25.1732201Z ++ 14:19:57 starting jit/backend/x86/test/test_virtualizable.py [35 started in total]
2026-09-09T14:20:25.1733171Z __ jit/backend/x86/test/test_tracelimit.py [32 done in total, somefailed=False]
2026-09-09T14:20:25.1734139Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-09-09T14:20:25.1734944Z ============================= test session starts ==============================
2026-09-09T14:20:25.1736107Z platform linux2 -- Python 2.7.18[pypy-7.3.23-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-09-09T14:20:25.1737394Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-09-09T14:20:25.1738805Z pytest-2.9.2 from /workspace/pytest.pyc
2026-09-09T14:20:25.1739385Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-09-09T14:20:25.1739963Z plugins: hypothesis-4.39.3
2026-09-09T14:20:25.1740406Z collected 5 items
2026-09-09T14:20:25.1740625Z
2026-09-09T14:20:25.1740845Z jit/backend/x86/test/test_tracelimit.py .....
2026-09-09T14:20:25.1741214Z
2026-09-09T14:20:25.1741496Z ========================== 5 passed in 55.72 seconds ===========================
2026-09-09T14:20:25.1742321Z ++ 14:19:57 starting jit/backend/x86/test/test_virtualref.py [36 started in total]
2026-09-09T14:20:25.1743204Z __ jit/backend/x86/test/test_runner.py [33 done in total, somefailed=False] ___
2026-09-09T14:20:25.1744160Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-09-09T14:20:25.1744997Z ============================= test session starts ==============================
2026-09-09T14:20:25.1746337Z platform linux2 -- Python 2.7.18[pypy-7.3.23-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-09-09T14:20:25.1747664Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-09-09T14:20:25.1748932Z pytest-2.9.2 from /workspace/pytest.pyc
2026-09-09T14:20:25.1749460Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-09-09T14:20:25.1749976Z plugins: hypothesis-4.39.3
2026-09-09T14:20:25.1750370Z collected 172 items
2026-09-09T14:20:25.1750581Z
2026-09-09T14:20:25.1751353Z jit/backend/x86/test/test_runner.py ............................................................................................s....ss..................................................sssss....s....ss...s...
2026-09-09T14:20:25.1752280Z
2026-09-09T14:20:25.1752556Z =================== 160 passed, 12 skipped in 145.77 seconds ===================
2026-09-09T14:20:25.1753164Z read saved errno: 24
2026-09-09T14:20:25.1753548Z read saved errno: 0
2026-09-09T14:20:25.1753929Z read saved errno: 25
2026-09-09T14:20:25.1754303Z read saved errno: 0
2026-09-09T14:20:25.1754896Z ++ 14:20:00 starting jit/backend/x86/test/test_x86vector.py [37 started in total]
2026-09-09T14:20:25.1756106Z __ jit/backend/x86/test/test_x86vector.py [34 done in total, somefailed=False]
2026-09-09T14:20:25.1757098Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-09-09T14:20:25.1757925Z ============================= test session starts ==============================
2026-09-09T14:20:25.1758814Z platform linux2 -- Python 2.7.18[pypy-7.3.23-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-09-09T14:20:25.1760214Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-09-09T14:20:25.1761355Z pytest-2.9.2 from /workspace/pytest.pyc
2026-09-09T14:20:25.1761938Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-09-09T14:20:25.1762504Z plugins: hypothesis-4.39.3
2026-09-09T14:20:25.1762928Z collected 0 items / 1 skipped
2026-09-09T14:20:25.1763225Z
2026-09-09T14:20:25.1763483Z ========================== 1 skipped in 0.72 seconds ===========================
2026-09-09T14:20:25.1764287Z ++ 14:20:03 starting jit/backend/x86/test/test_zmath.py [38 started in total]
2026-09-09T14:20:25.1765164Z __ jit/backend/x86/test/test_string.py [35 done in total, somefailed=False] ___
2026-09-09T14:20:25.1766574Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-09-09T14:20:25.1767401Z ============================= test session starts ==============================
2026-09-09T14:20:25.1768285Z platform linux2 -- Python 2.7.18[pypy-7.3.23-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-09-09T14:20:25.1769649Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-09-09T14:20:25.1770645Z pytest-2.9.2 from /workspace/pytest.pyc
2026-09-09T14:20:25.1771450Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-09-09T14:20:25.1771980Z plugins: hypothesis-4.39.3
2026-09-09T14:20:25.1772383Z collected 97 items
2026-09-09T14:20:25.1772609Z
2026-09-09T14:20:25.1773148Z jit/backend/x86/test/test_string.py .............................s............................................s......................
2026-09-09T14:20:25.1773871Z
2026-09-09T14:20:25.1774158Z ==================== 95 passed, 2 skipped in 103.63 seconds ====================
2026-09-09T14:20:25.1774936Z ++ 14:20:17 starting jit/backend/x86/test/test_zrpy_gc.py [39 started in total]
2026-09-09T14:20:25.1776089Z __ jit/backend/x86/test/test_virtualref.py [36 done in total, somefailed=False]
2026-09-09T14:20:25.1777015Z [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
2026-09-09T14:20:25.1777794Z ============================= test session starts ==============================
2026-09-09T14:20:25.1778631Z platform linux2 -- Python 2.7.18[pypy-7.3.23-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
2026-09-09T14:20:25.1779905Z hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/workspace/rpython/.hypothesis/examples')
2026-09-09T14:20:25.1781001Z pytest-2.9.2 from /workspace/pytest.pyc
2026-09-09T14:20:25.1781880Z rootdir: /workspace/rpython, inifile: pytest.ini
2026-09-09T14:20:25.1782506Z plugins: hypothesis-4.39.3
2026-09-09T14:20:25.1782957Z collected 21 items
2026-09-09T14:20:25.1783182Z
2026-09-09T14:20:25.1783459Z jit/backend/x86/test/test_virtualref.py ..s..................
2026-09-09T14:20:25.1783917Z
2026-09-09T14:20:25.1784206Z ==================== 20 passed, 1 skipped in 22.63 seconds =====================
2026-09-09T14:29:24.2448958Z ##[error]The operation was canceled.
Run actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
2026-09-09T14:29:24.2589578Z with:
2026-09-09T14:29:24.2589949Z name: jit-arch-testrun-log-linux32
2026-09-09T14:29:24.2590477Z path: testrun.log
testrun-output.log
2026-09-09T14:29:24.2591004Z if-no-files-found: warn
2026-09-09T14:29:24.2591421Z compression-level: 6
2026-09-09T14:29:24.2591813Z overwrite: false
2026-09-09T14:29:24.2592196Z include-hidden-files: false
2026-09-09T14:29:24.2592622Z archive: true
2026-09-09T14:29:24.5877102Z Multiple search paths detected. Calculating the least common ancestor of all paths
2026-09-09T14:29:24.5878861Z The least common ancestor is /home/runner/work/pypy/pypy. This will be the root directory of the artifact
2026-09-09T14:29:24.5879892Z With the provided path, there will be 2 files uploaded
2026-09-09T14:29:24.5880763Z Artifact name is valid!
2026-09-09T14:29:24.5881183Z Root directory input is valid!
2026-09-09T14:29:25.0050682Z Uploading artifact: jit-arch-testrun-log-linux32.zip
2026-09-09T14:29:25.0076221Z Beginning upload of artifact content to blob storage
2026-09-09T14:29:25.4379531Z Uploaded bytes 16151
2026-09-09T14:29:25.5193332Z Finished uploading artifact content to blob storage!
2026-09-09T14:29:25.5194549Z SHA256 digest of uploaded artifact is f71f5df3afb30066b35ef4b44ca64dcf4aa34afad6c149b197eaa828cf072c64
2026-09-09T14:29:25.5195801Z Finalizing artifact upload
2026-09-09T14:29:25.9699222Z Artifact jit-arch-testrun-log-linux32 successfully finalized. Artifact ID 10109003850
2026-09-09T14:29:25.9700764Z Artifact jit-arch-testrun-log-linux32 has been successfully uploaded! Final size is 16151 bytes. Artifact ID is 10109003850
2026-09-09T14:29:25.9702337Z Artifact download URL: https://github.com/pypy/pypy/actions/runs/34362255084/artifacts/10109003850
2026-09-09T14:29:25.9929385Z Post job cleanup.
2026-09-09T14:29:26.1494357Z [command]/usr/bin/git version
2026-09-09T14:29:26.1495126Z git version 2.55.0
2026-09-09T14:29:26.1501513Z Temporarily overriding HOME='/home/runner/work/_temp/0f52244d-8210-419b-83dd-e0cc747b199d' before making global git config changes
2026-09-09T14:29:26.1503182Z Adding repository directory to the temporary git global config as a safe directory
2026-09-09T14:29:26.1505078Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy
2026-09-09T14:29:26.1523089Z Removing SSH command configuration
2026-09-09T14:29:26.1540272Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-09-09T14:29:26.1610563Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-09-09T14:29:26.2479850Z Removing HTTP extra header
2026-09-09T14:29:26.2495991Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-09-09T14:29:26.2504290Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-09-09T14:29:26.2902154Z Removing includeIf entries pointing to credentials config files
2026-09-09T14:29:26.2903415Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-09-09T14:29:26.2938055Z includeif.gitdir:/home/runner/work/pypy/pypy/.git.path
2026-09-09T14:29:26.2939624Z includeif.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path
2026-09-09T14:29:26.2941714Z includeif.gitdir:/github/workspace/.git.path
2026-09-09T14:29:26.2943061Z includeif.gitdir:/github/workspace/.git/worktrees/*.path
2026-09-09T14:29:26.2969894Z [command]/usr/bin/git config --local --get-all includeif.gitdir:/home/runner/work/pypy/pypy/.git.path
2026-09-09T14:29:26.3019644Z /home/runner/work/_temp/git-credentials-73ef264c-037a-4c51-bdf3-35461f79d7d8.config
2026-09-09T14:29:26.3048544Z [command]/usr/bin/git config --local --unset includeif.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-73ef264c-037a-4c51-bdf3-35461f79d7d8.config
2026-09-09T14:29:26.3277686Z [command]/usr/bin/git config --local --get-all includeif.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path
2026-09-09T14:29:26.3279172Z /home/runner/work/_temp/git-credentials-73ef264c-037a-4c51-bdf3-35461f79d7d8.config
2026-09-09T14:29:26.3282020Z [command]/usr/bin/git config --local --unset includeif.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-73ef264c-037a-4c51-bdf3-35461f79d7d8.config
2026-09-09T14:29:26.3284761Z [command]/usr/bin/git config --local --get-all includeif.gitdir:/github/workspace/.git.path
2026-09-09T14:29:26.3286372Z /github/runner_temp/git-credentials-73ef264c-037a-4c51-bdf3-35461f79d7d8.config
2026-09-09T14:29:26.3309361Z [command]/usr/bin/git config --local --unset includeif.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-73ef264c-037a-4c51-bdf3-35461f79d7d8.config
2026-09-09T14:29:26.3400050Z [command]/usr/bin/git config --local --get-all includeif.gitdir:/github/workspace/.git/worktrees/*.path
2026-09-09T14:29:26.3468778Z /github/runner_temp/git-credentials-73ef264c-037a-4c51-bdf3-35461f79d7d8.config
2026-09-09T14:29:26.3536958Z [command]/usr/bin/git config --local --unset includeif.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-73ef264c-037a-4c51-bdf3-35461f79d7d8.config
2026-09-09T14:29:26.3670320Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-09-09T14:29:26.4176676Z Removing credentials config '/home/runner/work/_temp/git-credentials-73ef264c-037a-4c51-bdf3-35461f79d7d8.config'
2026-09-09T14:29:26.4379540Z Cleaning up orphan processes
2026-09-09T14:29:26.4799512Z Terminate orphan process: pid (2190) (docker)
2026-09-09T14:29:26.4865139Z Terminate orphan process: pid (2191) (tee)