git --version
in dir /build_dir/own-linux-x86-64/build (timeout 2400 secs)
watching logfiles {}
argv: ['git', '--version']
using PTY: False
git version 2.45.2
program finished with exit code 0
elapsedTime=0.016714
program finished with exit code 0
git clean -f -d -x
in dir /build_dir/own-linux-x86-64/build (timeout 2400 secs)
watching logfiles {}
argv: ['git', 'clean', '-f', '-d', '-x']
using PTY: False
program finished with exit code 0
elapsedTime=0.039192
git fetch -t https://github.com/pypy/pypy/ py3.12
in dir /build_dir/own-linux-x86-64/build (timeout 2400 secs)
watching logfiles {}
argv: ['git', 'fetch', '-t', 'https://github.com/pypy/pypy/', 'py3.12']
using PTY: False
From https://github.com/pypy/pypy
* branch py3.12 -> FETCH_HEAD
program finished with exit code 0
elapsedTime=0.799021
git reset --hard FETCH_HEAD --
in dir /build_dir/own-linux-x86-64/build (timeout 2400 secs)
watching logfiles {}
argv: ['git', 'reset', '--hard', 'FETCH_HEAD', '--']
using PTY: False
HEAD is now at 6c2878221c convert bytearray to bytes for revdb's split GC address space
program finished with exit code 0
elapsedTime=0.273888
git branch -M py3.12
in dir /build_dir/own-linux-x86-64/build (timeout 2400 secs)
watching logfiles {}
argv: ['git', 'branch', '-M', 'py3.12']
using PTY: False
program finished with exit code 0
elapsedTime=0.004646
git rev-parse HEAD
in dir /build_dir/own-linux-x86-64/build (timeout 2400 secs)
watching logfiles {}
argv: ['git', 'rev-parse', 'HEAD']
using PTY: False
6c2878221ce90aaea96730a507a8a3ca3bc3fb1e
program finished with exit code 0
elapsedTime=0.004322