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.036775
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.247226
git fetch -t https://github.com/pypy/pypy/ py3.11
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/', 'py3.11']
using PTY: False
From https://github.com/pypy/pypy
* branch py3.11 -> FETCH_HEAD
program finished with exit code 0
elapsedTime=14.559134
git reset --hard 416aa503dce90f547cb8f9ad2b3972260e36dc0b --
in dir /Users/matti/build-worker-arm64/own-macos-arm64/build (timeout 2400 secs)
watching logfiles {}
argv: ['git', 'reset', '--hard', '416aa503dce90f547cb8f9ad2b3972260e36dc0b', '--']
using PTY: False
HEAD is now at 416aa503dce9 Merge branch 'main' into py3.11
program finished with exit code 0
elapsedTime=1.053727
git branch -M py3.11
in dir /Users/matti/build-worker-arm64/own-macos-arm64/build (timeout 2400 secs)
watching logfiles {}
argv: ['git', 'branch', '-M', 'py3.11']
using PTY: False
program finished with exit code 0
elapsedTime=0.025332
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
416aa503dce90f547cb8f9ad2b3972260e36dc0b
program finished with exit code 0
elapsedTime=0.037038