| 08-Apr-2026 13:44:27 |
<pip> Installing collected packages: setuptools |
| 08-Apr-2026 13:44:27 |
<pip> Successfully installed setuptools-82.0.1 |
| 08-Apr-2026 13:44:27 |
<pip> |
| 08-Apr-2026 13:44:27 |
<pip> [notice] A new release of pip is available: 24.0 -> 26.0.1 |
| 08-Apr-2026 13:44:27 |
<pip> [notice] To update, run: python3.12 -m pip install --upgrade pip |
| 08-Apr-2026 13:44:27 |
Fix pip shebang |
| 08-Apr-2026 13:44:27 |
New pip contents |
| 08-Apr-2026 13:44:27 |
#!/bin/sh |
| 08-Apr-2026 13:44:27 |
'''exec' "$(dirname "$0")/python3.12" "$0" "$@" |
| 08-Apr-2026 13:44:27 |
' ''' |
| 08-Apr-2026 13:44:27 |
# the above calls the python3.12 interpreter relative to the directory of this script |
| 08-Apr-2026 13:44:27 |
# -*- coding: utf-8 -*- |
| 08-Apr-2026 13:44:27 |
import re |
| 08-Apr-2026 13:44:27 |
import sys |
| 08-Apr-2026 13:44:27 |
from pip._internal.cli.main import main |
| 08-Apr-2026 13:44:27 |
if __name__ == '__main__': |
| 08-Apr-2026 13:44:27 |
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) |
| 08-Apr-2026 13:44:27 |
sys.exit(main()) |
| 08-Apr-2026 13:44:27 |
|
| 08-Apr-2026 13:44:27 |
Pip update complete |
| 08-Apr-2026 13:44:31 |
Force Stop build feature is enabled for current plan. Either Bamboo has detected the build has hung or it has been manually stopped. |
| 08-Apr-2026 13:44:34 |
Failing as no matching files has been found and empty artifacts are not allowed. |
| 08-Apr-2026 13:44:34 |
Unable to publish artifact [macOS 26 DMG py3.12]: |
| 08-Apr-2026 13:44:34 |
Unable to publish artifact [Notarized macOS 26 DMG py3.12]: the source directory /Users/casaci/bamboohome/xml-data/build-dir/CASASPECS-BUILDMACOS26-BPO26ARMPY312/notarize_work does not exist. |
| 08-Apr-2026 13:44:34 |
The artifact is required, build will now fail. |