git --version
in dir /buildbot/slave/own-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.003073
program finished with exit code 0
git clean -f -d -x
in dir /buildbot/slave/own-linux-x86-32/build (timeout 2400 secs)
watching logfiles {}
argv: ['git', 'clean', '-f', '-d', '-x']
using PTY: False
Removing py/__init__.pyc
Removing py/_apipkg.pyc
Removing py/_builtin.pyc
Removing py/_code/__init__.pyc
Removing py/_code/_py2traceback.pyc
Removing py/_code/code.pyc
Removing py/_error.pyc
Removing py/_io/__init__.pyc
Removing py/_io/terminalwriter.pyc
Removing py/_path/__init__.pyc
Removing py/_path/common.pyc
Removing py/_path/local.pyc
Removing pypy/__init__.pyc
Removing pypy/module/__init__.pyc
Removing pypy/module/sys/__init__.pyc
Removing pypy/module/sys/version.pyc
Removing rpython/__init__.pyc
Removing rpython/config/__init__.pyc
Removing rpython/config/support.pyc
Removing rpython/tool/__init__.pyc
Removing rpython/tool/ansi_mandelbrot.pyc
Removing rpython/tool/ansi_print.pyc
Removing rpython/tool/runsubprocess.pyc
Removing rpython/tool/udir.pyc
Removing rpython/tool/version.pyc
Removing rpython/translator/__init__.pyc
Removing rpython/translator/platform/__init__.pyc
Removing rpython/translator/platform/linux.pyc
Removing rpython/translator/platform/posix.pyc
program finished with exit code 0
elapsedTime=0.012279
git fetch -t https://github.com/pypy/pypy/ main
in dir /buildbot/slave/own-linux-x86-32/build (timeout 2400 secs)
watching logfiles {}
argv: ['git', 'fetch', '-t', 'https://github.com/pypy/pypy/', 'main']
using PTY: False
From https://github.com/pypy/pypy
* branch main -> FETCH_HEAD
program finished with exit code 0
elapsedTime=0.704965
git reset --hard f61b37b9a8cc4fb9fec995cee311fc24e58c3597 --
in dir /buildbot/slave/own-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.517378
git branch -M main
in dir /buildbot/slave/own-linux-x86-32/build (timeout 2400 secs)
watching logfiles {}
argv: ['git', 'branch', '-M', 'main']
using PTY: False
program finished with exit code 0
elapsedTime=0.005763
git rev-parse HEAD
in dir /buildbot/slave/own-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.004201