~emersion/#1372871

success

dockerfile: add all soju executables to PATH

3103a1b6fc — Simon Ser

Owner
~emersion
Created
a month ago
Updated
a month ago
Build manifest
view manifest »

Tasks

view log »
build view log »
deploy 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
[#1372871] 2024/11/21 22:13:19 Booting image archlinux (default) on port 22052
[#1372871] 2024/11/21 22:13:20 Waiting for guest to settle
[#1372871] 2024/11/21 22:13:29 Sending tasks
[#1372871] 2024/11/21 22:13:30 Sending build environment
[#1372871] 2024/11/21 22:13:30 Sending secrets
[#1372871] 2024/11/21 22:13:30 Resolving secret 106c7011-4e0e-4b33-a3f2-ffea55ce3f4b
[#1372871] 2024/11/21 22:13:31 Installing packages
Warning: Permanently added '[localhost]:22052' (ED25519) to the list of known hosts.
:: Synchronizing package databases...
 core downloading...
 extra downloading...
 multilib downloading...
warning: archlinux-keyring-20241015-1 is up to date -- skipping
 there is nothing to do
Warning: Permanently added '[localhost]:22052' (ED25519) to the list of known hosts.
nothing to do
Warning: Permanently added '[localhost]:22052' (ED25519) to the list of known hosts.
Sync Explicit (1): podman-5.3.1-1
resolving dependencies...
:: There are 2 providers available for oci-runtime:
:: Repository extra
   1) crun  2) runc

Enter a number (default=1): 
looking for conflicting packages...

Packages (21) aardvark-dns-1.13.1-1  abseil-cpp-20240722.0-1  catatonit-0.2.0-3  conmon-1:2.1.12-1  containers-common-1:0.60.4-2  criu-4.0-1  crun-1.18.2-1  gtest-1.15.2-1  libbsd-0.12.2-2  libdrm-2.4.123-1  libmd-1.1.0-2  libnet-2:1.3-1  libpciaccess-0.18.1-2  netavark-1.13.0-1  nftables-1:1.1.1-1  passt-2024_10_30.ee7d0b6-1  protobuf-28.3-1  protobuf-c-1.5.0-8  python-protobuf-28.3-1  yajl-2.1.0-6  podman-5.3.1-1

Total Download Size:    36.49 MiB
Total Installed Size:  134.15 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 podman-5.3.1-1-x86_64 downloading...
 netavark-1.13.0-1-x86_64 downloading...
 protobuf-28.3-1-x86_64 downloading...
 abseil-cpp-20240722.0-1-x86_64 downloading...
 aardvark-dns-1.13.1-1-x86_64 downloading...
 criu-4.0-1-x86_64 downloading...
 gtest-1.15.2-1-x86_64 downloading...
 python-protobuf-28.3-1-x86_64 downloading...
 nftables-1:1.1.1-1-x86_64 downloading...
 libdrm-2.4.123-1-x86_64 downloading...
 libnet-2:1.3-1-x86_64 downloading...
 catatonit-0.2.0-3-x86_64 downloading...
 crun-1.18.2-1-x86_64 downloading...
 passt-2024_10_30.ee7d0b6-1-x86_64 downloading...
 libbsd-0.12.2-2-x86_64 downloading...
 protobuf-c-1.5.0-8-x86_64 downloading...
 containers-common-1:0.60.4-2-any downloading...
 yajl-2.1.0-6-x86_64 downloading...
 libmd-1.1.0-2-x86_64 downloading...
 conmon-1:2.1.12-1-x86_64 downloading...
 libpciaccess-0.18.1-2-x86_64 downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing catatonit...
installing conmon...
installing aardvark-dns...
installing netavark...
installing containers-common...
installing yajl...
installing libmd...
installing libbsd...
installing libpciaccess...
installing libdrm...
Optional dependencies for libdrm
    cairo: needed for modetest tool
installing libnet...
installing nftables...
Optional dependencies for nftables
    python: Python bindings [installed]
installing gtest...
Optional dependencies for gtest
    python: gmock generator [installed]
installing abseil-cpp...
installing protobuf...
installing protobuf-c...
installing python-protobuf...
installing criu...
installing crun...
installing passt...
Optional dependencies for passt
    sh: for demo script [installed]
installing podman...
Optional dependencies for podman
    apparmor: for AppArmor support
    btrfs-progs: support btrfs backend devices
    cni-plugins: for an alternative container-network-stack implementation
    fuse-overlayfs: for storage driver in rootless environment
    slirp4netns: for alternative rootless network support
    podman-compose: for docker-compose compatibility
    podman-docker: for Docker-compatible CLI
:: Running post-transaction hooks...
(1/4) Reloading system manager configuration...
(2/4) Reloading user manager configuration...
(3/4) Creating temporary files...
(4/4) Arming ConditionNeedsUpdate...
[#1372871] 2024/11/21 22:13:34 Cloning repositories
Cloning into 'soju-containers'...
+ cd soju-containers
+ git checkout -q 3103a1b6fcc7f21e63fef6534b7c9ebf4b309b76
+ cd soju-containers
+ git submodule update --init --recursive
[#1372871] 2024/11/21 22:13:34 Running task build
[#1372871] 2024/11/21 22:15:31 Running task deploy
build
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
+ cd soju-containers
+ platforms=linux/amd64,linux/arm64
+ podman build --platform linux/amd64,linux/arm64 --target soju --manifest soju .
[linux/amd64] [1/4] STEP 1/6: FROM --platform=linux/amd64 docker.io/library/golang:alpine AS soju-build
Trying to pull docker.io/library/golang:alpine...
Getting image source signatures
Copying blob sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1
Copying blob sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f
Copying blob sha256:c79bddf330f7de2b96b69740174bc7152350ef81439db2dfa776fc3a9365dc80
Copying blob sha256:5418e60db87de98b06e455a400579c7f27106374f3450aef2951989cf6c7f536
Copying blob sha256:f115f9222c8e1a0a23300412608c2f4a3d45a6a471af693ed24f073d76d9f288
Copying config sha256:98069ee7ef5d97727559513880f76a2de6a1656a51f3685e074309a1b14f7718
Writing manifest to image destination
[linux/amd64] [1/4] STEP 2/6: RUN --mount=type=cache,target=/var/cache/apk 	apk -U add build-base ca-certificates tzdata
fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz
(1/22) Installing libgcc (13.2.1_git20240309-r0)
(2/22) Installing jansson (2.14-r4)
(3/22) Installing libstdc++ (13.2.1_git20240309-r0)
(4/22) Installing zstd-libs (1.5.6-r0)
(5/22) Installing binutils (2.42-r0)
(6/22) Installing libmagic (5.45-r1)
(7/22) Installing file (5.45-r1)
(8/22) Installing libgomp (13.2.1_git20240309-r0)
(9/22) Installing libatomic (13.2.1_git20240309-r0)
(10/22) Installing gmp (6.3.0-r1)
(11/22) Installing isl26 (0.26-r1)
(12/22) Installing mpfr4 (4.2.1-r0)
(13/22) Installing mpc1 (1.3.1-r1)
(14/22) Installing gcc (13.2.1_git20240309-r0)
(15/22) Installing libstdc++-dev (13.2.1_git20240309-r0)
(16/22) Installing musl-dev (1.2.5-r0)
(17/22) Installing g++ (13.2.1_git20240309-r0)
(18/22) Installing make (4.4.1-r2)
(19/22) Installing fortify-headers (1.1-r3)
(20/22) Installing patch (2.7.6-r10)
(21/22) Installing build-base (0.5-r3)
(22/22) Installing tzdata (2024b-r0)
Executing busybox-1.36.1-r29.trigger
OK: 226 MiB in 37 packages
--> b38699c0391f
[linux/amd64] [1/4] STEP 3/6: ADD https://codeberg.org/emersion/soju.git /src/
--> 3efe17ccbdb6
[linux/amd64] [1/4] STEP 4/6: WORKDIR /src
--> e4385025c93b
[linux/amd64] [1/4] STEP 5/6: ARG TARGETOS TARGETARCH TARGETPLATFORM BUILDPLATFORM
--> 9e571420a26d
[linux/amd64] [1/4] STEP 6/6: RUN --mount=type=cache,target=/root/.cache/go-build 	--mount=type=cache,target=/root/go/pkg/mod 	<<EOF (if [ "$TARGETPLATFORM" = "$BUILDPLATFORM" ]; then...)
go: downloading github.com/pires/go-proxyproto v0.7.0
go: downloading github.com/prometheus/client_golang v1.20.4
go: downloading golang.org/x/crypto v0.27.0
go: downloading github.com/SherClockHolmes/webpush-go v1.3.0
go: downloading github.com/coder/websocket v1.8.12
go: downloading github.com/emersion/go-sasl v0.0.0-20231106173351-e73c9f7bad43
go: downloading golang.org/x/time v0.6.0
go: downloading gopkg.in/irc.v4 v4.0.0
go: downloading git.sr.ht/~emersion/go-scfg v0.0.0-20240128091534-2ae16e782082
go: downloading git.sr.ht/~emersion/go-sqlite3-fts5 v0.0.0-20240124102820-f3a72e8b79b1
go: downloading github.com/lib/pq v1.10.9
go: downloading github.com/mattn/go-sqlite3 v1.14.23
go: downloading github.com/klauspost/compress v1.17.9
go: downloading github.com/prometheus/client_model v0.6.1
go: downloading github.com/prometheus/common v0.59.1
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/prometheus/procfs v0.15.1
go: downloading google.golang.org/protobuf v1.34.2
go: downloading git.sr.ht/~sircmpwn/go-bare v0.0.0-20210406120253-ab86bc2846d9
go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible
go: downloading golang.org/x/term v0.24.0
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading golang.org/x/sys v0.25.0
--> 0b002b194c50
[linux/arm64] [1/4] STEP 1/6: FROM --platform=linux/amd64 docker.io/library/golang:alpine AS soju-build
[linux/arm64] [1/4] STEP 2/6: RUN --mount=type=cache,target=/var/cache/apk 	apk -U add build-base ca-certificates tzdata
--> Using cache b38699c0391f2e6562a9f7b7c90881c5ed10f543df9bce04f53bd21f694dcd77
--> b38699c0391f
[linux/arm64] [1/4] STEP 3/6: ADD https://codeberg.org/emersion/soju.git /src/
--> bcf90bc04e3f
[linux/arm64] [1/4] STEP 4/6: WORKDIR /src
--> b36d92b4662e
[linux/arm64] [1/4] STEP 5/6: ARG TARGETOS TARGETARCH TARGETPLATFORM BUILDPLATFORM
--> 98accc8ea6e1
[linux/arm64] [1/4] STEP 6/6: RUN --mount=type=cache,target=/root/.cache/go-build 	--mount=type=cache,target=/root/go/pkg/mod 	<<EOF (if [ "$TARGETPLATFORM" = "$BUILDPLATFORM" ]; then...)
go: downloading github.com/pires/go-proxyproto v0.7.0
go: downloading github.com/prometheus/client_golang v1.20.4
go: downloading gopkg.in/irc.v4 v4.0.0
go: downloading golang.org/x/crypto v0.27.0
go: downloading git.sr.ht/~emersion/go-scfg v0.0.0-20240128091534-2ae16e782082
go: downloading github.com/SherClockHolmes/webpush-go v1.3.0
go: downloading github.com/coder/websocket v1.8.12
go: downloading github.com/emersion/go-sasl v0.0.0-20231106173351-e73c9f7bad43
go: downloading golang.org/x/time v0.6.0
go: downloading github.com/lib/pq v1.10.9
go: downloading modernc.org/sqlite v1.29.10
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/prometheus/client_model v0.6.1
go: downloading github.com/prometheus/common v0.59.1
go: downloading github.com/prometheus/procfs v0.15.1
go: downloading google.golang.org/protobuf v1.34.2
go: downloading github.com/klauspost/compress v1.17.9
go: downloading git.sr.ht/~sircmpwn/go-bare v0.0.0-20210406120253-ab86bc2846d9
go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible
go: downloading golang.org/x/term v0.24.0
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading golang.org/x/sys v0.25.0
go: downloading modernc.org/libc v1.50.8
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/dustin/go-humanize v1.0.1
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading github.com/ncruces/go-strftime v0.1.9
go: downloading modernc.org/mathutil v1.6.0
go: downloading modernc.org/memory v1.8.0
go: downloading github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec
--> 496cf0a7f1e2
[linux/amd64] [4/4] STEP 1/7: FROM scratch AS soju
[linux/amd64] [4/4] STEP 2/7: COPY --from=soju-build /src/soju /src/sojudb /src/sojuctl /
--> d135901162cb
[linux/amd64] [4/4] STEP 3/7: COPY --from=soju-build /usr/share/zoneinfo /usr/share/zoneinfo
--> c478f7335dd2
[linux/amd64] [4/4] STEP 4/7: COPY --from=soju-build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
--> 06db6cbfa8ae
[linux/amd64] [4/4] STEP 5/7: ENV PATH=/
--> b27818192194
[linux/amd64] [4/4] STEP 6/7: ENTRYPOINT ["soju"]
--> c369dc54a19e
[linux/amd64] [4/4] STEP 7/7: HEALTHCHECK CMD ["sojuctl", "help"]
[linux/amd64] [4/4] COMMIT
time="2024-11-21T22:15:01Z" level=warning msg="HEALTHCHECK is not supported for OCI image format and will be ignored. Must use `docker` format"
--> 0042d72e0d0b
[linux/arm64] [4/4] STEP 1/7: FROM scratch AS soju
[linux/arm64] [4/4] STEP 2/7: COPY --from=soju-build /src/soju /src/sojudb /src/sojuctl /
0042d72e0d0bcf77377418c7caa9e4456bfc3492119434c1b0e3f570d6d93733
--> de764b85d59f
[linux/arm64] [4/4] STEP 3/7: COPY --from=soju-build /usr/share/zoneinfo /usr/share/zoneinfo
--> 1ae8213cdbd9
[linux/arm64] [4/4] STEP 4/7: COPY --from=soju-build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
--> 0d06283102c0
[linux/arm64] [4/4] STEP 5/7: ENV PATH=/
--> a98279db6f5e
[linux/arm64] [4/4] STEP 6/7: ENTRYPOINT ["soju"]
--> 846e4cb8ff74
[linux/arm64] [4/4] STEP 7/7: HEALTHCHECK CMD ["sojuctl", "help"]
[linux/arm64] [4/4] COMMIT
time="2024-11-21T22:15:02Z" level=warning msg="HEALTHCHECK is not supported for OCI image format and will be ignored. Must use `docker` format"
--> 53cf5a5285ba
53cf5a5285baa5104a72ef8f03928565172c8b01ef6dd154afbbeda58708bf95
+ podman build --platform linux/amd64,linux/arm64 --target gamja --manifest gamja .
[linux/amd64] [2/5] STEP 1/5: FROM --platform=linux/amd64 docker.io/library/golang:alpine AS kimchi-build
[linux/amd64] [2/5] STEP 2/5: ADD https://codeberg.org/emersion/kimchi.git /src/
--> c3e794db8383
[linux/amd64] [2/5] STEP 3/5: WORKDIR /src
--> ccd293c216b3
[linux/amd64] [2/5] STEP 4/5: ARG TARGETOS TARGETARCH
--> 514c44de492b
[linux/amd64] [2/5] STEP 5/5: RUN --mount=type=cache,target=/root/.cache/go-build 	--mount=type=cache,target=/root/go/pkg/mod 	GOOS=$TARGETOS GOARCH=$TARGETARCH go build
go: downloading git.sr.ht/~emersion/go-scfg v0.0.0-20240128091534-2ae16e782082
go: downloading github.com/pires/go-proxyproto v0.7.0
go: downloading golang.org/x/net v0.22.0
go: downloading golang.org/x/text v0.14.0
--> c956000a7ae5
[linux/amd64] [3/5] STEP 1/4: FROM --platform=linux/amd64 docker.io/library/node:alpine AS gamja-build
Trying to pull docker.io/library/node:alpine...
Getting image source signatures
Copying blob sha256:d2e4e776a692ca1e8caf2f64174bfa196c058c1c2b7b256c3d4cd55f0d71dc69
Copying blob sha256:1a1585882d0c70bfb6a19ce622a84e6ab0d514601bbbbc36bffa44ecf889e087
Copying blob sha256:6f0d65816d6415a9b9a439c57513d4bb8c88148b721bd8caf8cc33af35b95f9a
Copying blob sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f
Copying config sha256:52c65e4d2861d8df129b70ee079815e3fbb30dc7bb4aadb8bf1f0020dbfc9bab
Writing manifest to image destination
[linux/amd64] [3/5] STEP 2/4: ADD https://codeberg.org/emersion/gamja.git /src/
--> 0153eb23a813
[linux/amd64] [3/5] STEP 3/4: WORKDIR /src
--> 45533c37da13
[linux/amd64] [3/5] STEP 4/4: RUN --mount=type=cache,target=/src/node_modules 	--mount=type=cache,target=/src/.parcel-cache 	npm install --include=dev && npm run build
(node:2) ExperimentalWarning: CommonJS module /usr/local/lib/node_modules/npm/node_modules/debug/src/node.js is loading ES Module /usr/local/lib/node_modules/npm/node_modules/supports-color/index.js using require().
Support for loading ES Module in require() is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
npm warn deprecated stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility

added 279 packages, and audited 280 packages in 6s

109 packages are looking for funding
  run `npm fund` for details

5 vulnerabilities (1 low, 2 high, 2 critical)

To address issues that do not require attention, run:
  npm audit fix

Some issues need review, and may require choosing
a different dependency.

Run `npm audit` for details.
npm notice
npm notice New patch version of npm available! 10.9.0 -> 10.9.1
npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.9.1
npm notice To update run: npm install -g npm@10.9.1
npm notice

> build
> parcel build

78(node:58) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Building...
Bundling...
Packaging & Optimizing...
✨ Built in 1.11s

dist/index.html                  574 B    329ms
dist/manifest.webmanifest         99 B    198ms
dist/index.83982b15.css       10.16 KB    223ms
dist/index.c8e052b6.js       145.97 KB    411ms
--> 6ddfc1e41dbf
[linux/arm64] [2/5] STEP 1/5: FROM --platform=linux/amd64 docker.io/library/golang:alpine AS kimchi-build
[linux/arm64] [2/5] STEP 2/5: ADD https://codeberg.org/emersion/kimchi.git /src/
--> e5ae4c81d6f2
[linux/arm64] [2/5] STEP 3/5: WORKDIR /src
--> 2582136b7522
[linux/arm64] [2/5] STEP 4/5: ARG TARGETOS TARGETARCH
--> 3ece0b974517
[linux/arm64] [2/5] STEP 5/5: RUN --mount=type=cache,target=/root/.cache/go-build 	--mount=type=cache,target=/root/go/pkg/mod 	GOOS=$TARGETOS GOARCH=$TARGETARCH go build
go: downloading git.sr.ht/~emersion/go-scfg v0.0.0-20240128091534-2ae16e782082
go: downloading github.com/pires/go-proxyproto v0.7.0
go: downloading golang.org/x/net v0.22.0
go: downloading golang.org/x/text v0.14.0
--> f955628f53db
[linux/amd64] [5/5] STEP 1/5: FROM scratch AS gamja
[linux/amd64] [5/5] STEP 2/5: COPY --from=kimchi-build /src/kimchi /kimchi
--> 4730a8118256
[linux/amd64] [5/5] STEP 3/5: COPY --from=gamja-build /src/dist /gamja
--> 6d99efc9989c
[linux/amd64] [5/5] STEP 4/5: ADD kimchi-config /kimchi-config
--> 9dce6636d2e8
[linux/amd64] [5/5] STEP 5/5: CMD ["/kimchi", "-config", "/kimchi-config"]
[linux/amd64] [5/5] COMMIT
--> 37ea3d2937c7
[linux/arm64] [3/5] STEP 1/4: FROM --platform=linux/amd64 docker.io/library/node:alpine AS gamja-build
37ea3d2937c7fd61fc3e952b9993a237c9edb60f7d5e2c1f334b5a423987280c
[linux/arm64] [3/5] STEP 2/4: ADD https://codeberg.org/emersion/gamja.git /src/
--> ed42fcb60cda
[linux/arm64] [3/5] STEP 3/4: WORKDIR /src
--> 73e0d6f55679
[linux/arm64] [3/5] STEP 4/4: RUN --mount=type=cache,target=/src/node_modules 	--mount=type=cache,target=/src/.parcel-cache 	npm install --include=dev && npm run build
(node:2) ExperimentalWarning: CommonJS module /usr/local/lib/node_modules/npm/node_modules/debug/src/node.js is loading ES Module /usr/local/lib/node_modules/npm/node_modules/supports-color/index.js using require().
Support for loading ES Module in require() is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)

up to date, audited 280 packages in 2s

109 packages are looking for funding
  run `npm fund` for details

5 vulnerabilities (1 low, 2 high, 2 critical)

To address issues that do not require attention, run:
  npm audit fix

Some issues need review, and may require choosing
a different dependency.

Run `npm audit` for details.
npm notice
npm notice New patch version of npm available! 10.9.0 -> 10.9.1
npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.9.1
npm notice To update run: npm install -g npm@10.9.1
npm notice

> build
> parcel build

78(node:23) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Building...
Bundling...
✨ Built in 676ms

dist/index.html                  574 B     21ms
dist/manifest.webmanifest         99 B    198ms
dist/index.83982b15.css       10.16 KB     11ms
dist/index.c8e052b6.js       145.97 KB     21ms
--> ca821ecd123d
[linux/arm64] [5/5] STEP 1/5: FROM scratch AS gamja
[linux/arm64] [5/5] STEP 2/5: COPY --from=kimchi-build /src/kimchi /kimchi
--> 732b54504f0c
[linux/arm64] [5/5] STEP 3/5: COPY --from=gamja-build /src/dist /gamja
--> 27a7ed1aed21
[linux/arm64] [5/5] STEP 4/5: ADD kimchi-config /kimchi-config
--> 09c831ccd3cb
[linux/arm64] [5/5] STEP 5/5: CMD ["/kimchi", "-config", "/kimchi-config"]
[linux/arm64] [5/5] COMMIT
--> c7683d9fa673
c7683d9fa673a3377dfd65739f0de459a61db4e684cba4460aba3e425b030862
deploy
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
+ cd soju-containers
++ git rev-parse HEAD
++ git rev-parse origin/master
+ '[' 3103a1b6fcc7f21e63fef6534b7c9ebf4b309b76 = 3103a1b6fcc7f21e63fef6534b7c9ebf4b309b76 ']'
+ podman login codeberg.org --username emersion --password-stdin
Login Succeeded!
+ podman manifest push soju codeberg.org/emersion/soju
Getting image list signatures
Copying 2 images generated from 2 images in list
Copying image sha256:5819398cd42a80c84c5aca8779d5b292774e9e2d4f06aa63603e47c396f5ff33 (1/2)
Getting image source signatures
Copying blob sha256:2b349694b8ca2a1449c13be901f6bc001499bf5ab5ce34a1bf81be2f4623dca1
Copying blob sha256:1796ed2dde05a8055129bc90a9470ae70a4c3e902d2019d48c5c53e41c4cfd4c
Copying blob sha256:6e2d3fd0727002b924942f12af5aaea3987cdf85355c726dc4756810100de7c5
Copying config sha256:0042d72e0d0bcf77377418c7caa9e4456bfc3492119434c1b0e3f570d6d93733
Writing manifest to image destination
Copying image sha256:596debe70651ed32ca8d2b9b41fd1d3a573dfab5cd27a3e5c720ff4da9992b85 (2/2)
Getting image source signatures
Copying blob sha256:65c0aa9c96ad95e1b12c5fb5d9b77f544feb49eee1ba11faa995c56d803381cd
Copying blob sha256:f5e0337e14f84647ac283897fee41e5c90e73151d0d4fbc9f2dcb6afda630a17
Copying blob sha256:f34d9c27aaef9042ec450d2e744822494065a64c28731e5c32076e82f93ad2c4
Copying config sha256:53cf5a5285baa5104a72ef8f03928565172c8b01ef6dd154afbbeda58708bf95
Writing manifest to image destination
Writing manifest list to image destination
Storing list signatures
+ podman manifest push gamja codeberg.org/emersion/gamja
Getting image list signatures
Copying 2 images generated from 2 images in list
Copying image sha256:d1530777ed801bff3dc64595b8b5b9359a7004e24d3da1734af2e74ef84b8167 (1/2)
Getting image source signatures
Copying blob sha256:9bea900c603e77262ebc3b49786d446ca23152f6a2ee10a264876b810d03d144
Copying blob sha256:7a360b3a2242e7af17bf20981d2d12b3cc5dd81da3b72c27f96de75dfe44f7ec
Copying blob sha256:67348d5ff02ebe6043db4c9bf9e0a9aeb9de61125b36c18a50762f6308641ad8
Copying config sha256:37ea3d2937c7fd61fc3e952b9993a237c9edb60f7d5e2c1f334b5a423987280c
Writing manifest to image destination
Copying image sha256:ab6806f9843d51e82888c6d0c4c30adcc891fd131b8830e2415b045a064e2a54 (2/2)
Getting image source signatures
Copying blob sha256:9bea900c603e77262ebc3b49786d446ca23152f6a2ee10a264876b810d03d144
Copying blob sha256:812b1261fa69392a1ec7c87187a9290fe16d3b109f2bad15316f4602599dc4f5
Copying blob sha256:90ef19126b051a222f6016bef5033005d7c06156aff2efc0c6c29890fb6506f8
Copying config sha256:c7683d9fa673a3377dfd65739f0de459a61db4e684cba4460aba3e425b030862
Writing manifest to image destination
Writing manifest list to image destination
Storing list signatures
Build complete: success a month ago (took 2 minutes)