~emersion/#1507985

failed

Add option to specify path to tsconfig

28fa74ad0d — Jeroen Claassens

Owner
~emersion
Created
9 days ago
Updated
9 days ago
Build manifest
view manifest »

Tasks

view log »
build view log »
test 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
[#1507985] 2025/06/10 19:47:38 Running build on fra02.builds.sr.ht
[#1507985] 2025/06/10 19:47:38 Booting image alpine/latest (default) on port 22302
[#1507985] 2025/06/10 19:47:38 Waiting for guest to settle
[#1507985] 2025/06/10 19:47:46 Sending tasks
[#1507985] 2025/06/10 19:47:47 Sending build environment
[#1507985] 2025/06/10 19:47:47 Installing packages
Warning: Permanently added '[localhost]:22302' (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/4) Upgrading python3 (3.12.10-r1 -> 3.12.11-r0)
(2/4) Upgrading python3-pycache-pyc0 (3.12.10-r1 -> 3.12.11-r0)
(3/4) Upgrading pyc (3.12.10-r1 -> 3.12.11-r0)
(4/4) Upgrading python3-pyc (3.12.10-r1 -> 3.12.11-r0)
Executing busybox-1.37.0-r12.trigger
OK: 473 MiB in 137 packages
Warning: Permanently added '[localhost]:22302' (ED25519) to the list of known hosts.
(1/8) Installing ca-certificates (20241121-r1)
(2/8) Installing ada-libs (2.9.2-r1)
(3/8) 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/8) Installing icu-libs (74.2-r0)
(5/8) Installing simdjson (3.10.1-r0)
(6/8) Installing simdutf (5.6.3-r0)
(7/8) Installing nodejs (22.15.1-r0)
(8/8) Installing npm (10.9.1-r0)
Executing busybox-1.37.0-r12.trigger
Executing ca-certificates-20241121-r1.trigger
OK: 538 MiB in 145 packages
[#1507985] 2025/06/10 19:47:49 Cloning repositories
Cloning into 'i18next-typescript-parser'...
+ git -C i18next-typescript-parser checkout -q 28fa74ad0d020eb6d3a0966eab50f69e04b99d07
+ git -C i18next-typescript-parser submodule update --init --recursive
[#1507985] 2025/06/10 19:47:50 Running task build
[#1507985] 2025/06/10 19:47:52 Build failed.
[#1507985] 2025/06/10 19:47:52 The build environment will be kept alive for 10 minutes.
[#1507985] 2025/06/10 19:47:52 To log in with SSH and examine it, use the following command:
[#1507985] 2025/06/10 19:47:52 
[#1507985] 2025/06/10 19:47:52 	ssh -t builds@fra02.builds.sr.ht connect 1507985
[#1507985] 2025/06/10 19:47:52 
[#1507985] 2025/06/10 19:47:52 After logging in, the deadline is increased to your remaining build time.
[#1507985] 2025/06/10 19:57:52 Deadline elapsed. Terminating build environment.
[#1507985] 2025/06/10 19:57:52 Error: Running task on guest: exit status 2
build
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
+ cd i18next-typescript-parser
+ npm clean-install

added 5 packages, and audited 6 packages in 682ms

1 package is looking for funding
  run `npm fund` for details

found 0 vulnerabilities
+ npm run build

> i18next-typescript-parser@0.2.0 build
> tsc --project tsconfig.build.json

index.ts(1,1): error TS6133: 'PathLike' is declared but its value is never read.
Build complete: failed 9 days ago (took 14 seconds)