Started by timer
Running as SYSTEM
Building on the built-in node in workspace /storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images
The recommended git tool is: NONE
No credentials specified
> git rev-parse --resolve-git-dir /storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/Sineware/plasma-mobile-nightly-img.git # timeout=10
Fetching upstream changes from https://github.com/Sineware/plasma-mobile-nightly-img.git
> git --version # timeout=10
> git --version # 'git version 2.25.1'
> git fetch --tags --force --progress -- https://github.com/Sineware/plasma-mobile-nightly-img.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/main^{commit} # timeout=10
Checking out Revision af4dee9218e57c04d32ce538fb5fa69659519144 (refs/remotes/origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f af4dee9218e57c04d32ce538fb5fa69659519144 # timeout=10
Commit message: "Update build.sh"
> git rev-list --no-walk af4dee9218e57c04d32ce538fb5fa69659519144 # timeout=10
true
[Set GitHub commit status (universal)] PENDING on repos [GHRepository@1de4dce2[nodeId=R_kgDOIDmDQA,description=Image generation script wrapping pmbootstrap to produce device images of Plasma Mobile Nightly,homepage=<null>,name=plasma-mobile-nightly-img,fork=false,archived=false,visibility=public,size=61,milestones={},language=Shell,commits={},source=<null>,parent=<null>,isTemplate=false,compareUsePaginatedCommits=false,url=https://api.github.com/repos/Sineware/plasma-mobile-nightly-img,id=540640064,nodeId=<null>,createdAt=2022-09-23T22:46:07Z,updatedAt=2022-12-28T22:09:17Z]] (sha:af4dee9) with context:plasma-mobile-nightly-images
Setting commit status on GitHub for https://github.com/Sineware/plasma-mobile-nightly-img/commit/af4dee9218e57c04d32ce538fb5fa69659519144
[plasma-mobile-nightly-images] $ /usr/bin/env bash /tmp/jenkins14569367179179107918.sh
/storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images /storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images
Already up to date.
Processing /home/swadmin/pmbootstrap
Building wheels for collected packages: pmbootstrap
Building wheel for pmbootstrap (setup.py): started
Building wheel for pmbootstrap (setup.py): finished with status 'done'
Created wheel for pmbootstrap: filename=pmbootstrap-1.51.0-py3-none-any.whl size=242945 sha256=621ec5fece032b0ff487628e065b4a9a45ce621b6db1a3564e6f1931ac04e0d8
Stored in directory: /tmp/pip-ephem-wheel-cache-ewyjf3gj/wheels/1d/da/c4/7885dd36d7592bdf6170ac765b7302a853d2e74e6bb8b82f2f
Successfully built pmbootstrap
Installing collected packages: pmbootstrap
Attempting uninstall: pmbootstrap
Found existing installation: pmbootstrap 1.51.0
Uninstalling pmbootstrap-1.51.0:
Successfully uninstalled pmbootstrap-1.51.0
WARNING: The script pmbootstrap is installed in '/home/swadmin/.local/bin' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed pmbootstrap-1.51.0
/storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images
swadmin
Building image for tablet-x64uefi
From https://gitlab.com/postmarketOS/pmaports
d59283cbf..c1c1fc4ed master -> origin/master
Updating d59283cbf..c1c1fc4ed
Fast-forward
device/testing/device-xiaomi-once/APKBUILD | 43 ++
device/testing/device-xiaomi-once/asound.state | 434 +++++++++++++++++++++
device/testing/device-xiaomi-once/deviceinfo | 26 ++
device/testing/firmware-xiaomi-once/APKBUILD | 24 ++
.../0004-add-xiaomi-once-support.patch | 186 +++++++++
device/testing/linux-postmarketos-amlogic/APKBUILD | 4 +-
device/testing/soc-amlogic-s905/APKBUILD | 7 +-
.../testing/soc-amlogic-s905/s905_autoscript.cmd | 3 +
.../0001-p201_defconfig-v2020.07.patch | 96 +++++
device/testing/u-boot-amlogic-s905x-tv/APKBUILD | 39 ++
...nly-segment-has-dynamic-relocations-error.patch | 1 +
main/postmarketos-ui-sxmo-de-dwm/APKBUILD | 7 +-
main/postmarketos-ui-sxmo-de-sway/APKBUILD | 16 +-
main/sxmo-common/APKBUILD | 23 +-
temp/gnome-shell-mobile/APKBUILD | 15 +-
temp/gnome-shell-mobile/gsh.patch | 27 ++
temp/mutter-mobile/APKBUILD | 16 +-
17 files changed, 925 insertions(+), 42 deletions(-)
create mode 100644 device/testing/device-xiaomi-once/APKBUILD
create mode 100644 device/testing/device-xiaomi-once/asound.state
create mode 100644 device/testing/device-xiaomi-once/deviceinfo
create mode 100644 device/testing/firmware-xiaomi-once/APKBUILD
create mode 100644 device/testing/linux-postmarketos-amlogic/0004-add-xiaomi-once-support.patch
create mode 100644 device/testing/u-boot-amlogic-s905x-tv/0001-p201_defconfig-v2020.07.patch
create mode 100644 device/testing/u-boot-amlogic-s905x-tv/APKBUILD
create mode 120000 device/testing/u-boot-amlogic-s905x-tv/gcc-12-u-boot-2020-fix-read-only-segment-has-dynamic-relocations-error.patch
create mode 100644 temp/gnome-shell-mobile/gsh.patch
INFO:root:ERROR: module 'argparse' has no attribute 'BooleanOptionalAction'
INFO:root:See also: <https://postmarketos.org/troubleshooting>
DEBUG:root:Traceback (most recent call last):
File "/home/swadmin/.local/lib/python3.8/site-packages/pmb/__init__.py", line 23, in main
args = parse.arguments()
File "/home/swadmin/.local/lib/python3.8/site-packages/pmb/parse/arguments.py", line 698, in arguments
arguments_qemu(sub)
File "/home/swadmin/.local/lib/python3.8/site-packages/pmb/parse/arguments.py", line 369, in arguments_qemu
ret.add_argument("--efi", action=argparse.BooleanOptionalAction,
AttributeError: module 'argparse' has no attribute 'BooleanOptionalAction'
Run 'pmbootstrap log' for details. Alternatively you can use '--details-to-stdout' to get more output, e.g. 'pmbootstrap --details-to-stdout init'.
Build step 'Execute shell' marked build as failure
[Set GitHub commit status (universal)] ERROR on repos [GHRepository@48c1d31f[nodeId=R_kgDOIDmDQA,description=Image generation script wrapping pmbootstrap to produce device images of Plasma Mobile Nightly,homepage=<null>,name=plasma-mobile-nightly-img,fork=false,archived=false,visibility=public,size=61,milestones={},language=Shell,commits={},source=<null>,parent=<null>,isTemplate=false,compareUsePaginatedCommits=false,url=https://api.github.com/repos/Sineware/plasma-mobile-nightly-img,id=540640064,nodeId=<null>,createdAt=2022-09-23T22:46:07Z,updatedAt=2022-12-28T22:09:17Z]] (sha:af4dee9) with context:plasma-mobile-nightly-images
Setting commit status on GitHub for https://github.com/Sineware/plasma-mobile-nightly-img/commit/af4dee9218e57c04d32ce538fb5fa69659519144
Sending notification to Discord.
Finished: FAILURE