~mil/#1479789

success

Owner
~mil
Created
14 days ago
Updated
14 days ago
Build manifest
view manifest »

Tasks

view log »
_apply_patch view log »
test view log »
build-doc view log »
go to bottom »
go to top »
setup
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
[#1479789] 2025/04/27 22:51:08 Booting image alpine/edge (default) on port 22217
[#1479789] 2025/04/27 22:51:09 Waiting for guest to settle
[#1479789] 2025/04/27 22:51:18 Sending tasks
[#1479789] 2025/04/27 22:51:19 Sending build environment
[#1479789] 2025/04/27 22:51:20 Installing packages
Warning: Permanently added '[localhost]:22217' (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
OK: 459 MiB in 140 packages
Warning: Permanently added '[localhost]:22217' (ED25519) to the list of known hosts.
(1/12) Installing editorconfig-checker (3.0.3-r3)
(2/12) Installing icu-data-en (76.1-r0)
Executing icu-data-en-76.1-r0.post-install
*
* If you need ICU with non-English locales and legacy charset support, install
* package icu-data-full.
*
(3/12) Installing icu-libs (76.1-r0)
(4/12) Installing icu (76.1-r0)
(5/12) Installing icu-dev (76.1-r0)
(6/12) Installing oniguruma (6.9.10-r0)
(7/12) Installing jq (1.7.1-r0)
(8/12) Installing linux-headers (6.14.2-r0)
(9/12) Installing scd2html (1.0.0-r2)
(10/12) Installing scdoc (1.11.3-r0)
(11/12) Installing shellcheck (0.10.0-r1)
(12/12) Installing shellspec (0.28.1-r0)
Executing busybox-1.37.0-r16.trigger
OK: 501 MiB in 152 packages
[#1479789] 2025/04/27 22:51:21 Cloning repositories
Cloning into 'sxmo-utils'...
+ cd sxmo-utils
+ git submodule update --init --recursive
[#1479789] 2025/04/27 22:51:23 Running task _apply_patch
[#1479789] 2025/04/27 22:51:23 Running task test
[#1479789] 2025/04/27 22:51:35 Running task build-doc
[#1479789] 2025/04/27 22:51:36 Processing post-success triggers for job group...
[#1479789] 2025/04/27 22:51:36 Sent build results email to ~aren <aren@peacevolution.org>
[#1479789] 2025/04/27 22:51:36 Processing post-success triggers...
[#1479789] 2025/04/27 22:51:36 Skipping trigger, condition unmet
[#1479789] 2025/04/27 22:51:36 Sending webhook...
[#1479789] 2025/04/27 22:51:36 Webhook response: 200
[#1479789] 2025/04/27 22:51:36 Thanks!
_apply_patch
1
2
3
4
5
6
7
8
9
10
+ 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/59059/mbox
+ git am -3 /tmp/59059.patch
Applying: sxmo_jobs.sh: add ability to manage jobs by process group
Applying: sxmo_keyboard.sh: switch to using sxmo_jobs.sh to manage the keyboard.
Applying: sxmo_i3init.sh: modified $KEYBOARD to set dock switch.
test
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
+ 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.34 seconds (user 0.40 seconds, sys 0.09 seconds)
37 examples, 0 failures

ec
cc  -Wall -std=c99 -D_POSIX_C_SOURCE=200809L   programs/test_legacy_nerdfont.c   -licuio -licui18n -licuuc -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
build-doc
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
+ cd sxmo-utils
+ make docs
scdoc <docs/sxmo.7.scd >docs/sxmo.7
scdoc <docs/sxmo_wakelock.sh.1.scd >docs/sxmo_wakelock.sh.1
scdoc <docs/sxmo_migrate.sh.1.scd >docs/sxmo_migrate.sh.1
scdoc <docs/sxmo_files.sh.1.scd >docs/sxmo_files.sh.1
scdoc <docs/sxmo_contacts.sh.1.scd >docs/sxmo_contacts.sh.1
+ make html-docs
scd2html  < "docs/sxmo.7.scd" | \
	sed -E -e 's/Georgia/Sans/g' \
		-e 's/Menlo/FiraMono Nerd Font, Sxmo, Menlo/g' \
		-e 's/See ([A-Z ]+)\./See <a href="#\1">\1<\/a>./g' \
		-e 's/\(see ([A-Z ]+)\)/(see <a href="#\1">\1<\/a>)/g' \
		-e 's/<u>sxmo_([a-z_\.]+)<\/u>\(([1-9])\)/<a href="sxmo_\1.\2.html"><u>sxmo_\1<\/u><\/a>(\2)/g' | \
	sed -e ':loop' \
    		-e 's/\(href="[^" ]*\) \([^"]*"\)/\1_\2/' \
        	-e 't loop' > "docs/sxmo.7.html" #this last sed statement replace spaces in href attributes with underscores
scd2html  < "docs/sxmo_wakelock.sh.1.scd" | \
	sed -E -e 's/Georgia/Sans/g' \
		-e 's/Menlo/FiraMono Nerd Font, Sxmo, Menlo/g' \
		-e 's/See ([A-Z ]+)\./See <a href="#\1">\1<\/a>./g' \
		-e 's/\(see ([A-Z ]+)\)/(see <a href="#\1">\1<\/a>)/g' \
		-e 's/<u>sxmo_([a-z_\.]+)<\/u>\(([1-9])\)/<a href="sxmo_\1.\2.html"><u>sxmo_\1<\/u><\/a>(\2)/g' | \
	sed -e ':loop' \
    		-e 's/\(href="[^" ]*\) \([^"]*"\)/\1_\2/' \
        	-e 't loop' > "docs/sxmo_wakelock.sh.1.html" #this last sed statement replace spaces in href attributes with underscores
scd2html  < "docs/sxmo_migrate.sh.1.scd" | \
	sed -E -e 's/Georgia/Sans/g' \
		-e 's/Menlo/FiraMono Nerd Font, Sxmo, Menlo/g' \
		-e 's/See ([A-Z ]+)\./See <a href="#\1">\1<\/a>./g' \
		-e 's/\(see ([A-Z ]+)\)/(see <a href="#\1">\1<\/a>)/g' \
		-e 's/<u>sxmo_([a-z_\.]+)<\/u>\(([1-9])\)/<a href="sxmo_\1.\2.html"><u>sxmo_\1<\/u><\/a>(\2)/g' | \
	sed -e ':loop' \
    		-e 's/\(href="[^" ]*\) \([^"]*"\)/\1_\2/' \
        	-e 't loop' > "docs/sxmo_migrate.sh.1.html" #this last sed statement replace spaces in href attributes with underscores
scd2html  < "docs/sxmo_files.sh.1.scd" | \
	sed -E -e 's/Georgia/Sans/g' \
		-e 's/Menlo/FiraMono Nerd Font, Sxmo, Menlo/g' \
		-e 's/See ([A-Z ]+)\./See <a href="#\1">\1<\/a>./g' \
		-e 's/\(see ([A-Z ]+)\)/(see <a href="#\1">\1<\/a>)/g' \
		-e 's/<u>sxmo_([a-z_\.]+)<\/u>\(([1-9])\)/<a href="sxmo_\1.\2.html"><u>sxmo_\1<\/u><\/a>(\2)/g' | \
	sed -e ':loop' \
    		-e 's/\(href="[^" ]*\) \([^"]*"\)/\1_\2/' \
        	-e 't loop' > "docs/sxmo_files.sh.1.html" #this last sed statement replace spaces in href attributes with underscores
scd2html  < "docs/sxmo_contacts.sh.1.scd" | \
	sed -E -e 's/Georgia/Sans/g' \
		-e 's/Menlo/FiraMono Nerd Font, Sxmo, Menlo/g' \
		-e 's/See ([A-Z ]+)\./See <a href="#\1">\1<\/a>./g' \
		-e 's/\(see ([A-Z ]+)\)/(see <a href="#\1">\1<\/a>)/g' \
		-e 's/<u>sxmo_([a-z_\.]+)<\/u>\(([1-9])\)/<a href="sxmo_\1.\2.html"><u>sxmo_\1<\/u><\/a>(\2)/g' | \
	sed -e ':loop' \
    		-e 's/\(href="[^" ]*\) \([^"]*"\)/\1_\2/' \
        	-e 't loop' > "docs/sxmo_contacts.sh.1.html" #this last sed statement replace spaces in href attributes with underscores
Build complete: success 14 days ago (took 27 seconds)