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@2dfa5a37[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/jenkins9493783248444516319.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
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing wheel metadata: started
Preparing wheel metadata: finished with status 'done'
Building wheels for collected packages: pmbootstrap
Building wheel for pmbootstrap (PEP 517): started
Building wheel for pmbootstrap (PEP 517): finished with status 'done'
Created wheel for pmbootstrap: filename=pmbootstrap-1.53.0-py3-none-any.whl size=242730 sha256=d78b82b331c99f9a78498b5e78ae8dd8702a0ca12c84cd9f857ce29ebcb8683f
Stored in directory: /tmp/pip-ephem-wheel-cache-cdtjc8o6/wheels/1d/da/c4/7885dd36d7592bdf6170ac765b7302a853d2e74e6bb8b82f2f
Successfully built pmbootstrap
Installing collected packages: pmbootstrap
Attempting uninstall: pmbootstrap
Found existing installation: pmbootstrap 1.53.0
Uninstalling pmbootstrap-1.53.0:
Successfully uninstalled pmbootstrap-1.53.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.53.0
/storagepool/ci/jenkins/workspace/plasma-mobile-nightly-images
swadmin
Building image for tablet-x64uefi
From https://gitlab.com/postmarketOS/pmaports
0acc5220a..2d5a9d7d0 master -> origin/master
* [new branch] initramfs-log-to-kmsg -> origin/initramfs-log-to-kmsg
+ c114dae6b...ca9039abb initramfs-modules-all -> origin/initramfs-modules-all (forced update)
+ 53b01a856...eae80f21d modules-no-deviceinfo -> origin/modules-no-deviceinfo (forced update)
* [new branch] msm8974-6.4 -> origin/msm8974-6.4
Updating 0acc5220a..2d5a9d7d0
Fast-forward
.../community/device-pine64-pinebookpro/APKBUILD | 16 +-
.../device-pine64-pinebookpro-elogind.post-install | 5 +
.../device-pine64-pinebookpro-elogind.post-upgrade | 1 +
.../device-pine64-pinebookpro.post-install | 3 +-
.../community/soc-qcom-sdm845/51-qcom-sdm845.lua | 4 +
device/community/soc-qcom-sdm845/APKBUILD | 6 +-
device/testing/device-samsung-logands/APKBUILD | 29 +
device/testing/device-samsung-logands/deviceinfo | 33 +
device/testing/linux-samsung-logands/APKBUILD | 72 +
.../config-samsung-logands.armv7 | 3475 ++++++++++++++++++++
.../gcc10-extern_YYLOC_global_declaration.patch | 1 +
...gcc7-give-up-on-ilog2-const-optimizations.patch | 1 +
.../linux-samsung-logands/gcc8-fix-put-user.patch | 1 +
.../kernel-use-the-gnu89-standard-explicitly.patch | 1 +
14 files changed, 3640 insertions(+), 8 deletions(-)
create mode 100644 device/community/device-pine64-pinebookpro/device-pine64-pinebookpro-elogind.post-install
create mode 120000 device/community/device-pine64-pinebookpro/device-pine64-pinebookpro-elogind.post-upgrade
create mode 100644 device/testing/device-samsung-logands/APKBUILD
create mode 100644 device/testing/device-samsung-logands/deviceinfo
create mode 100644 device/testing/linux-samsung-logands/APKBUILD
create mode 100644 device/testing/linux-samsung-logands/config-samsung-logands.armv7
create mode 120000 device/testing/linux-samsung-logands/gcc10-extern_YYLOC_global_declaration.patch
create mode 120000 device/testing/linux-samsung-logands/gcc7-give-up-on-ilog2-const-optimizations.patch
create mode 120000 device/testing/linux-samsung-logands/gcc8-fix-put-user.patch
create mode 120000 device/testing/linux-samsung-logands/kernel-use-the-gnu89-standard-explicitly.patch
Traceback (most recent call last):
File "/home/swadmin/.local/bin/pmbootstrap", line 5, in <module>
from pmb import main
File "/home/swadmin/.local/lib/python3.8/site-packages/pmb/__init__.py", line 9, in <module>
from . import config
File "/home/swadmin/.local/lib/python3.8/site-packages/pmb/config/__init__.py", line 63, in <module>
def sudo(cmd: list[str]) -> list[str]:
TypeError: 'type' object is not subscriptable
Build step 'Execute shell' marked build as failure
[Set GitHub commit status (universal)] ERROR on repos [GHRepository@c706fa2[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