~andyc/#1312489

success

0e0028dAndy C

[soil] Use curl --fail-with-body to detect errors

Owner
~andyc
Created
3 months ago
Updated
3 months ago
Build manifest
view manifest »

Tasks

view log »
dev-setup-alpine view log »
publish-dev-setup-alpine view log »
did-all-succeed 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
[#1312489] 2024/08/26 23:26:04 Booting image alpine/3.19 (default) on port 22028
[#1312489] 2024/08/26 23:26:05 Waiting for guest to settle
[#1312489] 2024/08/26 23:26:15 Sending tasks
[#1312489] 2024/08/26 23:26:16 Sending build environment
[#1312489] 2024/08/26 23:26:16 Sending secrets
[#1312489] 2024/08/26 23:26:16 Resolving secret 839206d4-55e5-4840-8b1f-867dc3ac622e
[#1312489] 2024/08/26 23:26:17 Installing packages
Warning: Permanently added '[localhost]:22028' (ED25519) to the list of known hosts.
fetch http://dl-cdn.alpinelinux.org/alpine/v3.19/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.19/community/x86_64/APKINDEX.tar.gz
OK: 468 MiB in 140 packages
Warning: Permanently added '[localhost]:22028' (ED25519) to the list of known hosts.
(1/7) Installing findutils (4.9.0-r5)
(2/7) Installing vim-common (9.0.2127-r0)
(3/7) Installing xxd (9.0.2127-r0)
(4/7) Installing vim (9.0.2127-r0)
(5/7) Installing mercurial-vim (6.6-r0)
(6/7) Installing unzip (6.0-r14)
(7/7) Installing zip (3.0-r12)
Executing busybox-1.36.1-r19.trigger
OK: 500 MiB in 147 packages
[#1312489] 2024/08/26 23:26:19 Cloning repositories
Cloning into 'oils'...
+ cd oils
+ git checkout -q 0e0028d9dfad1f03fceedd1702194c6641f4f0bf
+ cd oils
+ git submodule update --init --recursive
[#1312489] 2024/08/26 23:26:23 Running task dev-setup-alpine
[#1312489] 2024/08/26 23:36:15 Running task publish-dev-setup-alpine
[#1312489] 2024/08/26 23:36:17 Running task did-all-succeed
dev-setup-alpine
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
+ cd oils
+ soil/worker.sh JOB-dev-setup-alpine

job-main: running as user 'build' on host 'build' in dir /home/build/oils

created directory: '_tmp/'
created directory: '_tmp/soil'
drwxr-sr-x    2 build    build         4096 Aug 26 23:26 _tmp/soil
captured = not a tty

  CC benchmarks/time-helper.c
--- task: os-info ---

status	elapsed	task	script	action	result_html
0	0.052492	os-info	soil/diagnose.sh	os-info	-

status=0 max_status=0
--- task: dump-env ---

status	elapsed	task	script	action	result_html
0	0.003094	dump-env	soil/diagnose.sh	dump-env	-

status=0 max_status=0
--- task: wedge-deps ---

status	elapsed	task	script	action	result_html
0	0.874809	wedge-deps	build/deps.sh	wedge-deps-alpine	-

status=0 max_status=0
--- task: fetch ---

status	elapsed	task	script	action	result_html
0	15.928447	fetch	build/deps.sh	fetch	-

status=0 max_status=0
--- task: install-wedges ---

status	elapsed	task	script	action	result_html
0	518.805391	install-wedges	build/deps.sh	install-wedges-soil	_build/wedge/logs/index.html

status=0 max_status=0
--- task: py-all-and-ninja ---

status	elapsed	task	script	action	result_html
0	6.047123	py-all-and-ninja	soil/worker.sh	py-all-and-ninja	-

status=0 max_status=0
--- task: smoke-test ---

status	elapsed	task	script	action	result_html
0	50.014626	smoke-test	build/dev-setup-test.sh	smoke-test	-

status=0 max_status=0
--- task: wedge-report ---

status	elapsed	task	script	action	result_html
0	0.204998	wedge-report	build/deps.sh	wedge-report	-

status=0 max_status=0
--- done ---
total 28
-rw-r--r--    1 build    build          456 Aug 26 23:36 INDEX.tsv
-rw-r--r--    1 build    build           25 Aug 26 23:26 commit-date.txt
-rw-r--r--    1 build    build           40 Aug 26 23:26 commit-hash.txt
-rw-r--r--    1 build    build           49 Aug 26 23:26 commit-line.txt
-rw-r--r--    1 build    build           17 Aug 26 23:26 job-name.txt
drwxr-sr-x    2 build    build         4096 Aug 26 23:36 logs
-rw-r--r--    1 build    build           11 Aug 26 23:26 task-run-start-time.txt
       18 _tmp/soil/logs/dump-env.txt
     1625 _tmp/soil/logs/fetch.txt
       39 _tmp/soil/logs/install-wedges.txt
      105 _tmp/soil/logs/os-info.txt
      226 _tmp/soil/logs/py-all-and-ninja.txt
      122 _tmp/soil/logs/smoke-test.txt
       31 _tmp/soil/logs/wedge-deps.txt
      123 _tmp/soil/logs/wedge-report.txt
     2289 total
publish-dev-setup-alpine
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
+ cd oils
+ soil/sourcehut.sh publish-html-assuming-ssh-key dev-setup-alpine
drwxr-sr-x    3 build    build         4096 Aug 26 23:26 _tmp/soil
total 28
-rw-r--r--    1 build    build          456 Aug 26 23:36 INDEX.tsv
-rw-r--r--    1 build    build           25 Aug 26 23:26 commit-date.txt
-rw-r--r--    1 build    build           40 Aug 26 23:26 commit-hash.txt
-rw-r--r--    1 build    build           49 Aug 26 23:26 commit-line.txt
-rw-r--r--    1 build    build           17 Aug 26 23:26 job-name.txt
drwxr-sr-x    2 build    build         4096 Aug 26 23:36 logs
-rw-r--r--    1 build    build           11 Aug 26 23:26 task-run-start-time.txt
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
 17  371k    0     0   17 65331      0   129k  0:00:02 --:--:--  0:00:02  129kHTTP/2 200 

cache-control: max-age=172800

expires: Wed, 28 Aug 2024 23:36:16 GMT

vary: Accept-Encoding,User-Agent

content-length: 856

content-type: text/plain; charset=utf-8

date: Mon, 26 Aug 2024 23:36:16 GMT

server: Apache



Hi from wwup.cgi

payload type = sourcehut-jobs
subdir = '1312489'
num bytes = 380858

summary = {'url': 'https://ci.oilshell.org/uuu/sourcehut-jobs/1312489/dev-setup-alpine.wwz/', 'num_wwz_entries': 96, 'out_path': '/home/travis_admin/ci.oilshell.org/uuu/sourcehut-jobs/1312489/dev-setup-alpine.wwz', 'filename': 'dev-setup-alpine.wwz'}
summary = {'url': 'https://ci.oilshell.org/uuu/sourcehut-jobs/1312489/dev-setup-alpine.tsv', 'num_wwz_entries': -1, 'out_path': '/home/travis_admin/ci.oilshell.org/uuu/sourcehut-jobs/1312489/dev-setup-alpine.tsv', 'filename': 'dev-setup-alpine.tsv'}
summary = {'url': 'https://ci.oilshell.org/uuu/sourcehut-jobs/1312489/dev-setup-alpine.json', 'num_wwz_entries': -1, 'out_path': '/home/travis_admin/ci.oilshell.org/uuu/sourcehut-jobs/1312489/dev-setup-alpine.json', 'filename': 'dev-setup-alpine.json'}

Done wwup.cgi

100  372k  100   856  100  371k    607   263k  0:00:01  0:00:01 --:--:--  264k

View CI results here:

https://ci.oilshell.org/uuu/sourcehut-jobs/1312489/
https://ci.oilshell.org/uuu/sourcehut-jobs/1312489/dev-setup-alpine.wwz/

remote-event-job-done sourcehut- git-0e0028d9dfad1f03fceedd1702194c6641f4f0bf
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0HTTP/2 200 

cache-control: max-age=172800

expires: Wed, 28 Aug 2024 23:36:17 GMT

vary: Accept-Encoding,User-Agent

content-length: 823

content-type: text/plain; charset=utf-8

date: Mon, 26 Aug 2024 23:36:17 GMT

server: Apache



Running hook {'argv0': 'soil-web/soil/web.sh', 'argv_prefix': ['event-job-done']}
argv ['/home/travis_admin/soil-web/soil/web.sh', 'event-job-done', 'sourcehut-', 'git-0e0028d9dfad1f03fceedd1702194c6641f4f0bf']


--- STATUS: 0

--- STDOUT:

rewrite index status = 0 0 0
renamed '/home/travis_admin/ci.oilshell.org/uuu/sourcehut-jobs/918686.index.html' -> '/home/travis_admin/ci.oilshell.org/uuu/sourcehut-jobs/index.html'
renamed '/home/travis_admin/ci.oilshell.org/uuu/sourcehut-jobs/918686.runs.html' -> '/home/travis_admin/ci.oilshell.org/uuu/sourcehut-jobs/git-0e0028d9dfad1f03fceedd1702194c6641f4f0bf/index.html'



--- STDERR:

soil-web: Rewriting sourcehut-jobs/index.html
/home/travis_admin/soil-web/soil/web.py cleanup: keep 4000
/home/travis_admin/soil-web/soil/web.py cleanup: got 20 JSON paths



Done wwup.cgi

100  1249  100   823  100   426   1625    841 --:--:-- --:--:-- --:--:--  2463

real	0m0.516s
user	0m0.020s
sys	0m0.009s
did-all-succeed
1
2
3
4
5
+ cd oils
+ soil/host-shim.sh did-all-succeed dev-setup-alpine
dev-setup-alpine status: 0

Exiting with max job status 0
Build complete: success 3 months ago (took 10 minutes)