#258

~bigbes/sr-ht-dolt/commits/master/.build.yml

failed

1760debEugene Blikh

ci(apk): build CSS against core 0.84.5

Owner
~bigbes
Created
13 days ago
Updated
13 days ago
Build manifest
view manifest »

Tasks

view log »
scss view log »
keygen view log »
version view log »
cacher view log »
cache_restore view log »
build view log »
cache_save view log »
publish 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
45
46
47
48
[#258] 2026/08/05 09:25:49 Running build on srht-build-1.lab.local
[#258] 2026/08/05 09:25:49 Booting image alpine/edge (default) on port 22357
Waiting for VM to come up...
ssh: connect to host localhost port 22357: Connection refused
Attempt 1...
kex_exchange_identification: read: Connection reset by peer
Connection reset by 127.0.0.1 port 22357
Attempt 2...
Warning: Permanently added '[localhost]:22357' (ED25519) to the list of known hosts.
Warning: Permanently added '[localhost]:22357' (ED25519) to the list of known hosts.
[#258] 2026/08/05 09:26:05 preconfigure: ok
[#258] 2026/08/05 09:26:05 Waiting for guest to settle
[#258] 2026/08/05 09:26:05 Sending tasks
[#258] 2026/08/05 09:26:07 Sending build environment
[#258] 2026/08/05 09:26:07 Sending secrets
[#258] 2026/08/05 09:26:07 Resolving secret apk-ci-s3
[#258] 2026/08/05 09:26:07 Resolving secret 7dde4219-0783-4581-a67d-c94749de3600
[#258] 2026/08/05 09:26:07 Resolving secret 0e5b3530-6f19-4f30-9b73-9339dd382e46
[#258] 2026/08/05 09:26:08 Installing packages
Warning: Permanently added '[localhost]:22357' (ED25519) to the list of known hosts.
(1/2) Upgrading haveged (1.9.21-r0 -> 1.9.26-r0)
(2/2) Upgrading haveged-openrc (1.9.21-r0 -> 1.9.26-r0)
Executing busybox-1.38.0-r4.trigger
OK: 526.9 MiB in 142 packages
Warning: Permanently added '[localhost]:22357' (ED25519) to the list of known hosts.
(1/5) Installing go (1.26.5-r0)
(2/5) Installing minify (2.24.13-r1)
(3/5) Installing rclone (1.74.4-r1)
(4/5) Installing libsass (3.6.6-r0)
(5/5) Installing sassc (3.6.2-r5)
Executing busybox-1.38.0-r4.trigger
OK: 818.4 MiB in 147 packages
[#258] 2026/08/05 09:26:20 Cloning repositories
Cloning into 'sr-ht-dolt'...
+ git -C sr-ht-dolt checkout -q 1760debbbb94c4056eb7326d3dbff472f0940566
+ git -C sr-ht-dolt submodule update --init --recursive
[#258] 2026/08/05 09:26:21 Running task scss
[#258] 2026/08/05 09:26:23 Running task keygen
[#258] 2026/08/05 09:26:24 Running task version
[#258] 2026/08/05 09:26:24 Running task cacher
[#258] 2026/08/05 09:26:27 Build failed.
[#258] 2026/08/05 09:26:27 The build environment will be kept alive for 10 minutes.
[#258] 2026/08/05 09:26:27 To log in with SSH and examine it, use the following command:
[#258] 2026/08/05 09:26:27 
[#258] 2026/08/05 09:26:27 	ssh -t builds@srht-build-1.lab.local connect 258
[#258] 2026/08/05 09:26:27 
[#258] 2026/08/05 09:26:27 After logging in, the deadline is increased to your remaining build time.
qemu-system-x86_64: terminating on signal 15 from pid 1 (/usr/lib/systemd/systemd)
scss
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
+ git clone --depth 1 --branch 0.84.5 https://git.sr.ht/~sircmpwn/core.sr.ht /tmp/core
Cloning into '/tmp/core'...
warning: refs/tags/0.84.5 a87e77a387a71793ca6f09782ac1810071ee2276 is not a commit!
Note: switching to 'b4a1797ea3e6bae06b866612c3659e61a4e893e9'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

+ sudo mkdir -p /usr/share/sourcehut/scss/bootstrap
+ sudo cp /tmp/core/scss/base.scss /tmp/core/scss/contrast.scss /tmp/core/scss/dark.scss /tmp/core/scss/events.scss /tmp/core/scss/highlight-dark.scss /tmp/core/scss/highlight.scss /tmp/core/scss/icons.scss /tmp/core/scss/nav.scss /tmp/core/scss/variables.scss /tmp/core/scss/font-awesome.min.css /usr/share/sourcehut/scss/
+ git init -q /tmp/bootstrap
+ git -C /tmp/bootstrap remote add origin https://github.com/twbs/bootstrap
+ git -C /tmp/bootstrap fetch -q --depth 1 origin 779ad9f174ea5ab7e755f6df0ec9e5912d67dd16
+ git -C /tmp/bootstrap checkout -q FETCH_HEAD
+ sudo cp -r /tmp/bootstrap/scss /usr/share/sourcehut/scss/bootstrap/scss
keygen
1
2
3
+ SUDO=sudo
+ abuild-keygen -a -n -i -q
writing RSA key
version
1
2
3
4
5
6
7
+ cd sr-ht-dolt
++ git rev-list --count HEAD
+ ver=0.0.34
+ sed -i 's/^pkgver=.*/pkgver=0.0.34/' APKBUILD
+ echo 'export PKGVER=0.0.34'
building 0.0.34
+ echo 'building 0.0.34'
cacher
1
2
3
4
5
6
7
8
+ mkdir -p /home/build/.local/bin
+ curl -sSL https://bigbes.pages.srht.bigb.es/ci-cacher/cacher-linux-amd64 -o /home/build/.local/bin/cacher
+ chmod +x /home/build/.local/bin/cacher
+ echo 'export PATH="$HOME/.local/bin:$PATH"'
+ export PATH=/home/build/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ PATH=/home/build/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ cacher init --endpoint https://s3.bigb.es --region garage --bucket docker-cache --prefix sr-ht-dolt/deps --key-file /home/build/.s3-cache-key-id --secret-file /home/build/.s3-cache-key-secret
/home/build/.local/bin/cacher: line 1: Bad: command not found
Build complete: failed 13 days ago (took 38 seconds)