view log » | |
_apply_patch | view log » |
test | 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 51 52 53 54 55 56 57 58 59 60 61 |
[#1425269] 2025/02/08 12:14:15 Booting image alpine/edge (default) on port 22179 [#1425269] 2025/02/08 12:14:15 Waiting for guest to settle [#1425269] 2025/02/08 12:14:24 Sending tasks [#1425269] 2025/02/08 12:14:25 Sending build environment [#1425269] 2025/02/08 12:14:26 Installing packages Warning: Permanently added '[localhost]:22179' (ED25519) to the list of known hosts. fetch http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz (1/19) Upgrading busybox (1.37.0-r13 -> 1.37.0-r14) Executing busybox-1.37.0-r14.post-upgrade (2/19) Upgrading busybox-binsh (1.37.0-r13 -> 1.37.0-r14) (3/19) Upgrading busybox-mdev-openrc (1.37.0-r13 -> 1.37.0-r14) (4/19) Upgrading alpine-release (3.22.0_alpha20250108-r0 -> 3.22.0_alpha20250108-r1) (5/19) Upgrading libcrypto3 (3.3.2-r4 -> 3.3.2-r5) (6/19) Upgrading libssl3 (3.3.2-r4 -> 3.3.2-r5) (7/19) Upgrading ssl_client (1.37.0-r13 -> 1.37.0-r14) (8/19) Upgrading busybox-openrc (1.37.0-r13 -> 1.37.0-r14) (9/19) Upgrading busybox-suid (1.37.0-r13 -> 1.37.0-r14) (10/19) Upgrading alpine-base (3.22.0_alpha20250108-r0 -> 3.22.0_alpha20250108-r1) (11/19) Upgrading openssl (3.3.2-r4 -> 3.3.2-r5) (12/19) Upgrading libcurl (8.11.1-r1 -> 8.12.0-r0) (13/19) Upgrading curl (8.11.1-r1 -> 8.12.0-r0) (14/19) Upgrading libtasn1 (4.19.0-r2 -> 4.20.0-r0) (15/19) Upgrading sqlite-libs (3.48.0-r0 -> 3.49.0-r1) (16/19) Upgrading python3 (3.12.8-r1 -> 3.12.9-r0) (17/19) Upgrading python3-pycache-pyc0 (3.12.8-r1 -> 3.12.9-r0) (18/19) Upgrading pyc (3.12.8-r1 -> 3.12.9-r0) (19/19) Upgrading python3-pyc (3.12.8-r1 -> 3.12.9-r0) Executing busybox-1.37.0-r14.trigger OK: 453 MiB in 138 packages Warning: Permanently added '[localhost]:22179' (ED25519) to the list of known hosts. (1/10) Installing editorconfig-checker (3.0.3-r0) (2/10) Installing icu-data-en (74.2-r0) Executing icu-data-en-74.2-r0.post-install (3/10) Installing icu-libs (74.2-r0) * * If you need ICU with non-English locales and legacy charset support, install * package icu-data-full. * (4/10) Installing icu (74.2-r0) (5/10) Installing icu-dev (74.2-r0) (6/10) Installing oniguruma (6.9.9-r0) (7/10) Installing jq (1.7.1-r0) (8/10) Installing linux-headers (6.12.6-r0) (9/10) Installing shellcheck (0.10.0-r1) (10/10) Installing shellspec (0.28.1-r0) Executing busybox-1.37.0-r14.trigger OK: 495 MiB in 148 packages [#1425269] 2025/02/08 12:14:27 Cloning repositories Cloning into 'sxmo-utils'... + cd sxmo-utils + git submodule update --init --recursive [#1425269] 2025/02/08 12:14:28 Running task _apply_patch [#1425269] 2025/02/08 12:14:29 Running task test [#1425269] 2025/02/08 12:14:40 Processing post-success triggers for job group... [#1425269] 2025/02/08 12:14:41 Sent build results email to ~stacyharper <contact@willowbarraco.fr> [#1425269] 2025/02/08 12:14:41 Processing post-success triggers... [#1425269] 2025/02/08 12:14:41 Sending webhook... [#1425269] 2025/02/08 12:14:41 Webhook response: 200 [#1425269] 2025/02/08 12:14:41 Thanks! |
1 2 3 4 5 6 7 8 |
+ echo Applying patch from lists.sr.ht Applying patch from lists.sr.ht + git config --global user.name builds.sr.ht + git config --global user.email builds@sr.ht + cd sxmo-utils + curl -sS https://lists.sr.ht/~mil/sxmo-devel/patches/57364/mbox + git am -3 /tmp/57364.patch Applying: sxmo_timer.sh: improve stopwatch mode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
+ cd sxmo-utils + make test find . -type f -name '*.sh' -print0 | xargs -0 shellcheck -x --shell=sh cc -Wall -std=c99 -D_POSIX_C_SOURCE=200809L programs/sxmo_aligned_sleep.c -o programs/sxmo_aligned_sleep cc -Wall -std=c99 -D_POSIX_C_SOURCE=200809L programs/sxmo_sleep.c -o programs/sxmo_sleep cc -Wall -std=c99 -D_POSIX_C_SOURCE=200809L programs/sxmo_vibrate.c -o programs/sxmo_vibrate programs/sxmo_vibrate.c: In function 'main': programs/sxmo_vibrate.c:77:13: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 77 | if (tmp = getenv("SXMO_VIBRATE_DEV")) | ^~~ cc -Wall -std=c99 -D_POSIX_C_SOURCE=200809L programs/sxmo_status_led.c -lm -o programs/sxmo_status_led shellspec Running: /bin/sh [sh] ......................... ............ Finished in 1.36 seconds (user 0.39 seconds, sys 0.14 seconds) 37 examples, 0 failures cc -Wall -std=c99 -D_POSIX_C_SOURCE=200809L programs/test_legacy_nerdfont.c -licuio -licui18n -licuuc -licudata -o programs/test_legacy_nerdfont programs/test_legacy_nerdfont < configs/default_hooks/sxmo_hook_icons.sh cc -Wall -std=c99 -D_POSIX_C_SOURCE=200809L -DTEST programs/sxmo_status_led.c -lm -o programs/sxmo_status_led.test ./programs/sxmo_status_led.test |