Build image: master:google-kukui:console
view log » | |
bpo_setup | view log » |
img_prepare | view log » |
img | view log » |
img_bootimg | view log » |
compress | view log » |
checksums | view log » |
submit | view log » |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 |
[#1053296] 2023/09/06 03:48:28 Booting image alpine/latest (default) on port 22703 [#1053296] 2023/09/06 03:48:29 Waiting for guest to settle [#1053296] 2023/09/06 03:48:40 Sending tasks [#1053296] 2023/09/06 03:48:46 Sending build environment [#1053296] 2023/09/06 03:48:47 Sending secrets [#1053296] 2023/09/06 03:48:47 Resolving secret 482975ec-22f7-49fd-9b54-486b0b1947c3 [#1053296] 2023/09/06 03:48:48 Installing packages Warning: Permanently added '[localhost]:22703' (ED25519) to the list of known hosts. fetch http://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz OK: 473 MiB in 136 packages Warning: Permanently added '[localhost]:22703' (ED25519) to the list of known hosts. (1/17) Installing skalibs (2.13.1.1-r1) (2/17) Installing utmps-libs (0.1.2.1-r1) (3/17) Installing coreutils (9.3-r1) (4/17) Installing libintl (0.21.1-r7) (5/17) Installing libproc2 (4.0.4-r0) (6/17) Installing procps-ng (4.0.4-r0) (7/17) Installing py3-certifi (2023.5.7-r0) (8/17) Installing py3-certifi-pyc (2023.5.7-r0) (9/17) Installing py3-charset-normalizer (3.1.0-r1) (10/17) Installing py3-charset-normalizer-pyc (3.1.0-r1) (11/17) Installing py3-idna (3.4-r4) (12/17) Installing py3-idna-pyc (3.4-r4) (13/17) Installing py3-urllib3 (1.26.15-r1) (14/17) Installing py3-urllib3-pyc (1.26.15-r1) (15/17) Installing py3-requests (2.31.0-r0) (16/17) Installing py3-requests-pyc (2.31.0-r0) (17/17) Installing xz (5.4.3-r0) Executing busybox-1.36.1-r2.trigger OK: 478 MiB in 153 packages [#1053296] 2023/09/06 03:48:50 Cloning repositories Cloning into 'pmaports'... + cd pmaports + git submodule update --init --recursive Cloning into 'pmbootstrap'... + cd pmbootstrap + git submodule update --init --recursive Cloning into 'build.postmarketos.org'... + cd build.postmarketos.org + git submodule update --init --recursive [#1053296] 2023/09/06 03:49:07 Running task bpo_setup [#1053296] 2023/09/06 03:49:08 Running task img_prepare [#1053296] 2023/09/06 03:49:10 Running task img [#1053296] 2023/09/06 03:53:31 Running task img_bootimg [#1053296] 2023/09/06 03:53:32 Running task compress [#1053296] 2023/09/06 03:53:51 Running task checksums [#1053296] 2023/09/06 03:53:53 Running task submit [#1053296] 2023/09/06 03:54:28 Processing post-success triggers... [#1053296] 2023/09/06 03:54:28 Skipping trigger, condition unmet |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
+ export BPO_JOB_ID=1053296 + BPO_JOB_ID=1053296 + mkdir -p /home/build/.config + echo '[pmbootstrap]' + echo 'is_default_channel = False' + git -C pmaports checkout master Already on 'master' Your branch is up to date with 'origin/master'. + sudo ln -s /home/build/pmbootstrap/pmbootstrap.py /usr/bin/pmbootstrap + yes '' + pmbootstrap --aports=/home/build/pmaports -q init [03:49:08] Work path [/home/build/.local/var/pmbootstrap]: [03:49:08] Channel [edge]: [03:49:08] Vendor [qemu]: [03:49:08] Device codename [amd64]: [03:49:08] Kernel [none]: [03:49:08] Username [user]: [03:49:08] User interface [console]: [03:49:08] Change them? (y/n) [n]: [03:49:08] Extra packages [none]: [03:49:08] Locale [en_US]: [03:49:08] Device hostname (short form, e.g. 'foo') [qemu-amd64]: [03:49:08] Build outdated packages during 'pmbootstrap install'? (y/n) [y]: + sudo modprobe binfmt_misc + sudo mount -t binfmt_misc none /proc/sys/fs/binfmt_misc ++ git -C pmaports rev-parse --abbrev-ref HEAD + branch=master + '[' master '!=' master ']' + sudo mkdir -p /mnt/tmpfs-for-apks + sudo mount -t tmpfs -o size=1500M tmpfs /mnt/tmpfs-for-apks ++ pmbootstrap config work + WORK=/home/build/.local/var/pmbootstrap + for arch in x86_64 aarch64 armv7 armhf x86 riscv64 + mkdir -p /mnt/tmpfs-for-apks/cache_apk_x86_64 + rm -rf /home/build/.local/var/pmbootstrap/cache_apk_x86_64 + ln -s /mnt/tmpfs-for-apks/cache_apk_x86_64 /home/build/.local/var/pmbootstrap + for arch in x86_64 aarch64 armv7 armhf x86 riscv64 + mkdir -p /mnt/tmpfs-for-apks/cache_apk_aarch64 + rm -rf /home/build/.local/var/pmbootstrap/cache_apk_aarch64 + ln -s /mnt/tmpfs-for-apks/cache_apk_aarch64 /home/build/.local/var/pmbootstrap + for arch in x86_64 aarch64 armv7 armhf x86 riscv64 + mkdir -p /mnt/tmpfs-for-apks/cache_apk_armv7 + rm -rf /home/build/.local/var/pmbootstrap/cache_apk_armv7 + ln -s /mnt/tmpfs-for-apks/cache_apk_armv7 /home/build/.local/var/pmbootstrap + for arch in x86_64 aarch64 armv7 armhf x86 riscv64 + mkdir -p /mnt/tmpfs-for-apks/cache_apk_armhf + rm -rf /home/build/.local/var/pmbootstrap/cache_apk_armhf + ln -s /mnt/tmpfs-for-apks/cache_apk_armhf /home/build/.local/var/pmbootstrap + for arch in x86_64 aarch64 armv7 armhf x86 riscv64 + mkdir -p /mnt/tmpfs-for-apks/cache_apk_x86 + rm -rf /home/build/.local/var/pmbootstrap/cache_apk_x86 + ln -s /mnt/tmpfs-for-apks/cache_apk_x86 /home/build/.local/var/pmbootstrap + for arch in x86_64 aarch64 armv7 armhf x86 riscv64 + mkdir -p /mnt/tmpfs-for-apks/cache_apk_riscv64 + rm -rf /home/build/.local/var/pmbootstrap/cache_apk_riscv64 + ln -s /mnt/tmpfs-for-apks/cache_apk_riscv64 /home/build/.local/var/pmbootstrap |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
+ export BPO_JOB_ID=1053296 + BPO_JOB_ID=1053296 ++ date +%Y%m%d-%H%M + IMG_DATE=20230906-0349 + echo 20230906-0349 ++ cut -d= -f2 +++ pmbootstrap config aports ++ grep '^pkgver=' /home/build/pmaports/main/postmarketos-ui-console/APKBUILD + UI_VERSION=0.1 + IMG_PREFIX=20230906-0349-postmarketOS-edge-console + IMG_PREFIX=20230906-0349-postmarketOS-edge-console-0.1-google-kukui + echo 20230906-0349-postmarketOS-edge-console-0.1-google-kukui + pmbootstrap config ui console [03:49:09] Config changed: ui='console' + pmbootstrap config device google-kukui [03:49:09] Config changed: device='google-kukui' + mkdir out |
Error fetching logs for task "img" |