#141

~bigbes/ci-cacher/commits/publish.yml

failed

176b6cbEugene Blikh

Bump VERSION to 0.1.0 for tag

Owner
~bigbes
Created
2 months ago
Updated
2 months ago
Build manifest
view manifest »

Tasks

view log »
install_go view log »
install_hut view log »
install_goreleaser view log »
build view log »
package_pages view log »
publish_pages view log »
stage_artifacts 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
[#141] 2026/05/25 21:15:13 Running build on srht-build-1.lab.local
[#141] 2026/05/25 21:15:13 Booting image ubuntu/noble (default) on port 22239
[#141] 2026/05/25 21:15:13 Waiting for guest to settle
[#141] 2026/05/25 21:15:20 Sending tasks
[#141] 2026/05/25 21:15:22 Sending build environment
[#141] 2026/05/25 21:15:22 Installing packages
Warning: Permanently added '[localhost]:22239' (ED25519) to the list of known hosts.
Hit:1 http://archive.ubuntu.com/ubuntu noble InRelease
Get:2 http://archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]
Get:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
Get:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
Get:5 http://archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1698 kB]
Get:6 http://archive.ubuntu.com/ubuntu noble-security/main Translation-en [267 kB]
Get:7 http://archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [2997 kB]
Get:8 http://archive.ubuntu.com/ubuntu noble-security/restricted Translation-en [697 kB]
Get:9 http://archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1191 kB]
Get:10 http://archive.ubuntu.com/ubuntu noble-security/universe Translation-en [230 kB]
Get:11 http://archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Packages [39.3 kB]
Get:12 http://archive.ubuntu.com/ubuntu noble-security/multiverse Translation-en [8784 B]
Get:13 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [2007 kB]
Get:14 http://archive.ubuntu.com/ubuntu noble-updates/main Translation-en [355 kB]
Get:15 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [3202 kB]
Get:16 http://archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [740 kB]
Get:17 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1692 kB]
Get:18 http://archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [329 kB]
Get:19 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [44.7 kB]
Get:20 http://archive.ubuntu.com/ubuntu noble-updates/multiverse Translation-en [10.9 kB]
Fetched 15.9 MB in 2s (7741 kB/s)
Reading package lists...
Warning: Permanently added '[localhost]:22239' (ED25519) to the list of known hosts.
Reading package lists...
Building dependency tree...
Reading state information...
curl is already the newest version (8.5.0-2ubuntu10.9).
ca-certificates is already the newest version (20240203).
The following NEW packages will be installed:
  cmark
0 upgraded, 1 newly installed, 0 to remove and 8 not upgraded.
Need to get 103 kB of archives.
After this operation, 339 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu noble/universe amd64 cmark amd64 0.30.2-6build1 [103 kB]
Fetched 103 kB in 1s (144 kB/s)
Selecting previously unselected package cmark.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 43879 files and directories currently installed.)
Preparing to unpack .../cmark_0.30.2-6build1_amd64.deb ...
Unpacking cmark (0.30.2-6build1) ...
Setting up cmark (0.30.2-6build1) ...
[#141] 2026/05/25 21:15:27 Cloning repositories
Cloning into 'ci-cacher'...
+ git -C ci-cacher checkout -q 176b6cb94fda9f283356d899011c2be49e23d9c9
+ git -C ci-cacher submodule update --init --recursive
[#141] 2026/05/25 21:15:28 Running task install_go
[#141] 2026/05/25 21:15:33 Running task install_hut
[#141] 2026/05/25 21:15:57 Build failed.
[#141] 2026/05/25 21:15:57 The build environment will be kept alive for 10 minutes.
[#141] 2026/05/25 21:15:57 To log in with SSH and examine it, use the following command:
[#141] 2026/05/25 21:15:57 
[#141] 2026/05/25 21:15:57 	ssh -t builds@srht-build-1.lab.local connect 141
[#141] 2026/05/25 21:15:57 
[#141] 2026/05/25 21:15:57 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)
install_go
1
2
3
4
5
6
7
+ GO_TARBALL=go1.26.3.linux-amd64.tar.gz
+ mkdir -p /home/build/.local
+ curl -sSL https://go.dev/dl/go1.26.3.linux-amd64.tar.gz -o /tmp/go1.26.3.linux-amd64.tar.gz
+ tar -xz -C /home/build/.local -f /tmp/go1.26.3.linux-amd64.tar.gz
+ rm /tmp/go1.26.3.linux-amd64.tar.gz
+ go version
go version go1.26.3 linux/amd64
install_hut
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
+ go install git.sr.ht/~xenrox/hut@latest
go: downloading git.sr.ht/~xenrox/hut v0.8.0
go: downloading codeberg.org/emersion/go-scfg v0.1.0
go: downloading git.sr.ht/~emersion/gqlclient v0.0.0-20250318184027-d4a003529bba
go: downloading github.com/dustin/go-humanize v1.0.1
go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
go: downloading github.com/juju/ansiterm v1.0.0
go: downloading github.com/spf13/cobra v1.10.2
go: downloading golang.org/x/term v0.37.0
go: downloading github.com/spf13/pflag v1.0.10
go: downloading golang.org/x/sys v0.38.0
go: downloading github.com/lunixbochs/vtclean v1.0.0
+ hut --version
Error: unknown flag: --version
Usage:
  hut [command]

Available Commands:
  builds      Use the builds API
  export      Exports your account data
  git         Use the git API
  graphql     Execute a GraphQL query
  help        Help about any command
  hg          Use the hg API
  hub         Use the hub API
  import      Imports your account data
  init        Initialize hut
  lists       Use the lists API
  meta        Use the meta API
  pages       Use the pages API
  paste       Use the paste API
  todo        Use the todo API
  version     Display hut version

Flags:
      --config string     config file to use
      --debug             display GraphQL request
  -h, --help              help for hut
      --instance string   sr.ht instance to use

Use "hut [command] --help" for more information about a command.

Build complete: failed 2 months ago (took 44 seconds)