~emersion/#1426578

success

ci: switch to alpine/latest

0cc1c53fa4 — Simon Ser

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

Artifacts

gamja.tar.gz 292.2 KiB download »
Build artifacts are pruned after 90 days.

Tasks

view log »
setup view log »
build view log »
lint 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
[#1426578] 2025/02/10 13:10:08 Booting image alpine/latest (default) on port 22804
[#1426578] 2025/02/10 13:10:08 Waiting for guest to settle
[#1426578] 2025/02/10 13:10:17 Sending tasks
[#1426578] 2025/02/10 13:10:18 Sending build environment
[#1426578] 2025/02/10 13:10:19 Sending secrets
[#1426578] 2025/02/10 13:10:19 Resolving secret 7a146c8e-aeb4-46e7-99bf-05af7486bbe9
[#1426578] 2025/02/10 13:10:19 Installing packages
Warning: Permanently added '[localhost]:22804' (ED25519) to the list of known hosts.
fetch http://dl-cdn.alpinelinux.org/alpine/v3.21/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.21/community/x86_64/APKINDEX.tar.gz
(1/10) Upgrading libcrypto3 (3.3.2-r4 -> 3.3.2-r6)
(2/10) Upgrading libssl3 (3.3.2-r4 -> 3.3.2-r6)
(3/10) Upgrading openssl (3.3.2-r4 -> 3.3.2-r6)
(4/10) Upgrading libcurl (8.11.1-r0 -> 8.12.0-r0)
(5/10) Upgrading curl (8.11.1-r0 -> 8.12.0-r0)
(6/10) Upgrading libtasn1 (4.19.0-r2 -> 4.20.0-r0)
(7/10) Upgrading python3 (3.12.8-r1 -> 3.12.9-r0)
(8/10) Upgrading python3-pycache-pyc0 (3.12.8-r1 -> 3.12.9-r0)
(9/10) Upgrading pyc (3.12.8-r1 -> 3.12.9-r0)
(10/10) Upgrading python3-pyc (3.12.8-r1 -> 3.12.9-r0)
Executing busybox-1.37.0-r12.trigger
OK: 451 MiB in 137 packages
Warning: Permanently added '[localhost]:22804' (ED25519) to the list of known hosts.
(1/13) Installing ca-certificates (20241121-r1)
(2/13) Installing ada-libs (2.9.2-r1)
(3/13) Installing icu-data-en (74.2-r0)
Executing icu-data-en-74.2-r0.post-install
*
* If you need ICU with non-English locales and legacy charset support, install
* package icu-data-full.
*
(4/13) Installing icu-libs (74.2-r0)
(5/13) Installing simdjson (3.10.1-r0)
(6/13) Installing simdutf (5.6.3-r0)
(7/13) Installing nodejs (22.13.1-r0)
(8/13) Installing npm (10.9.1-r0)
(9/13) Installing lz4-libs (1.10.0-r0)
(10/13) Installing popt (1.19-r4)
(11/13) Installing libxxhash (0.8.2-r2)
(12/13) Installing rsync (3.4.0-r0)
(13/13) Installing rsync-openrc (3.4.0-r0)
Executing busybox-1.37.0-r12.trigger
Executing ca-certificates-20241121-r1.trigger
OK: 515 MiB in 150 packages
[#1426578] 2025/02/10 13:10:21 Cloning repositories
Cloning into 'gamja'...
+ cd gamja
+ git checkout -q 0cc1c53fa4990e6a61dd511923119e8276d6f4aa
+ cd gamja
+ git submodule update --init --recursive
[#1426578] 2025/02/10 13:10:22 Running task setup
[#1426578] 2025/02/10 13:10:27 Running task build
[#1426578] 2025/02/10 13:10:29 Running task lint
[#1426578] 2025/02/10 13:10:30 Running task deploy
[#1426578] 2025/02/10 13:10:31 Uploading gamja/gamja.tar.gz
[#1426578] 2025/02/10 13:10:32 https://s3.sr.ht/builds.sr.ht/artifacts/~emersion/1426578/f14d5e7fe495f6b6/gamja.tar.gz
setup
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
+ cd gamja
+ npm install --include=dev

added 249 packages, and audited 250 packages in 5s

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

3 vulnerabilities (1 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.
build
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
+ cd gamja
+ npm run build

> build
> parcel build

78Building...
Bundling...
Packaging & Optimizing...
✨ Built in 922ms

dist/index.html                  574 B     94ms
dist/manifest.webmanifest         99 B     67ms
dist/index.953868ce.css        10.4 kB     84ms
dist/index.c561dcc6.js       150.98 kB    210ms
+ tar -czf gamja.tar.gz -C dist .
lint
1
2
3
4
5
6
+ cd gamja
+ npm run -- lint --max-warnings 0

> lint
> eslint --max-warnings 0

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
+ cd gamja/dist
++ git rev-parse HEAD
++ git rev-parse origin/master
+ '[' 0cc1c53fa4990e6a61dd511923119e8276d6f4aa = 0cc1c53fa4990e6a61dd511923119e8276d6f4aa ']'
+ rsync '--rsh=ssh -o StrictHostKeyChecking=no' -rP --delete --exclude=config.json . deploy-gamja@sheeta.emersion.fr:/srv/http/gamja
Warning: Permanently added 'sheeta.emersion.fr' (ED25519) to the list of known hosts.

sending incremental file list
index.953868ce.css

            700   6%    0.00kB/s    0:00:00  
         10,384 100%    9.24MB/s    0:00:00 (xfr#1, to-chk=5/7)
index.953868ce.css.map

            700   2%  683.59kB/s    0:00:00  
         28,746 100%   27.41MB/s    0:00:00 (xfr#2, to-chk=4/7)
index.c561dcc6.js

            700   0%  683.59kB/s    0:00:00  
        150,964 100%  143.97MB/s    0:00:00 (xfr#3, to-chk=3/7)
index.c561dcc6.js.map

          1,016   0%  992.19kB/s    0:00:01  
      1,034,441 100%  493.26MB/s    0:00:00 (xfr#4, to-chk=2/7)
index.html

            540 100%  263.67kB/s    0:00:00  
            540 100%  263.67kB/s    0:00:00 (xfr#5, to-chk=1/7)
manifest.webmanifest

             99 100%   48.34kB/s    0:00:00  
             99 100%   48.34kB/s    0:00:00 (xfr#6, to-chk=0/7)
Build complete: success a month ago (took 24 seconds)