git --version
in dir /Users/matti/build-worker-arm64/own-macos-arm64/build (timeout 2400 secs)
watching logfiles {}
argv: ['git', '--version']
using PTY: False
git version 2.39.5 (Apple Git-154)
program finished with exit code 0
elapsedTime=0.048583
program finished with exit code 0
git clean -f -d -x
in dir /Users/matti/build-worker-arm64/own-macos-arm64/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 py/_std.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/ansiramp.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/darwin.pyc
Removing rpython/translator/platform/posix.pyc
Removing virt_test/
program finished with exit code 0
elapsedTime=0.118640
git fetch -t https://github.com/pypy/pypy/ main
in dir /Users/matti/build-worker-arm64/own-macos-arm64/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.510869
git reset --hard 89d59559f278da492b27b562dc812789a3bbbf0f --
in dir /Users/matti/build-worker-arm64/own-macos-arm64/build (timeout 2400 secs)
watching logfiles {}
argv: ['git', 'reset', '--hard', '89d59559f278da492b27b562dc812789a3bbbf0f', '--']
using PTY: False
HEAD is now at 89d59559f27 Merge pull request #5487 from pypy/cherrypick
program finished with exit code 0
elapsedTime=0.069320
git branch -M main
in dir /Users/matti/build-worker-arm64/own-macos-arm64/build (timeout 2400 secs)
watching logfiles {}
argv: ['git', 'branch', '-M', 'main']
using PTY: False
program finished with exit code 0
elapsedTime=0.044222
git rev-parse HEAD
in dir /Users/matti/build-worker-arm64/own-macos-arm64/build (timeout 2400 secs)
watching logfiles {}
argv: ['git', 'rev-parse', 'HEAD']
using PTY: False
89d59559f278da492b27b562dc812789a3bbbf0f
program finished with exit code 0
elapsedTime=0.047575