git --version
in dir /buildbot/slave/rpython-linux-x86-32/build (timeout 2400 secs)
watching logfiles {}
argv: ['git', '--version']
using PTY: False
git version 2.54.0
program finished with exit code 0
elapsedTime=0.003499
program finished with exit code 1
git clone --branch main https://github.com/pypy/pypy/ .
in dir /buildbot/slave/rpython-linux-x86-32/build (timeout 2400 secs)
watching logfiles {}
argv: ['git', 'clone', '--branch', 'main', 'https://github.com/pypy/pypy/', '.']
using PTY: False
Cloning into '.'...
program finished with exit code 0
elapsedTime=21.675460
git reset --hard f61b37b9a8cc4fb9fec995cee311fc24e58c3597 --
in dir /buildbot/slave/rpython-linux-x86-32/build (timeout 2400 secs)
watching logfiles {}
argv: ['git', 'reset', '--hard', 'f61b37b9a8cc4fb9fec995cee311fc24e58c3597', '--']
using PTY: False
HEAD is now at f61b37b9a8 fix merge from py3.11/py3.12
program finished with exit code 0
elapsedTime=0.178556
git rev-parse HEAD
in dir /buildbot/slave/rpython-linux-x86-32/build (timeout 2400 secs)
watching logfiles {}
argv: ['git', 'rev-parse', 'HEAD']
using PTY: False
f61b37b9a8cc4fb9fec995cee311fc24e58c3597
program finished with exit code 0
elapsedTime=0.003562