|
|
|
1 | 2024-06-17T21:37:45.088Z | job assigned to worker 01J0M235B729ZZZCRGTHBZRS8V (queued for 58 s) |
|
2 | 2024-06-17T21:37:51.959Z | starting task 0: "setup" |
3 | 2024-06-17T21:37:52.008Z | ++ uname -s |
4 | 2024-06-17T21:37:52.011Z | + kern=SunOS |
5 | 2024-06-17T21:37:52.011Z | + case "$kern" in |
6 | 2024-06-17T21:37:52.011Z | + groupadd -g 12345 build |
7 | 2024-06-17T21:37:52.013Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-17T21:37:54.031Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-17T21:37:54.114Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-17T21:37:54.117Z | + home_fs=zfs |
11 | 2024-06-17T21:37:54.117Z | + [[ zfs == autofs ]] |
12 | 2024-06-17T21:37:54.117Z | + mkdir -p /home/build |
13 | 2024-06-17T21:37:54.120Z | + chown build:build /home/build /work |
14 | 2024-06-17T21:37:56.121Z | + chmod 0700 /home/build /work |
15 | 2024-06-17T21:37:56.127Z | process exited: duration 4163 ms, exit code 0 |
|
16 | 2024-06-17T21:37:56.133Z | starting task 1: "rust-toolchain" |
17 | 2024-06-17T21:37:56.143Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-17T21:37:56.143Z | ' 1.78.0 |
19 | 2024-06-17T21:37:56.143Z | + printf ' * toolchain profile = "%s" |
20 | 2024-06-17T21:37:56.143Z | ' default |
21 | 2024-06-17T21:37:56.143Z | * toolchain channel = "1.78.0" |
22 | 2024-06-17T21:37:56.143Z | * toolchain profile = "default" |
23 | 2024-06-17T21:37:56.148Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-17T21:37:56.148Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-06-17T21:37:56.253Z | info: downloading installer |
26 | 2024-06-17T21:37:57.717Z | info: profile set to 'default' |
27 | 2024-06-17T21:37:57.717Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-17T21:37:57.720Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-06-17T21:37:57.852Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-06-17T21:37:57.852Z | info: downloading component 'cargo' |
31 | 2024-06-17T21:37:58.586Z | info: downloading component 'clippy' |
32 | 2024-06-17T21:37:58.831Z | info: downloading component 'rust-docs' |
33 | 2024-06-17T21:37:59.826Z | info: downloading component 'rust-std' |
34 | 2024-06-17T21:38:01.380Z | info: downloading component 'rustc' |
35 | 2024-06-17T21:38:05.318Z | info: downloading component 'rustfmt' |
36 | 2024-06-17T21:38:05.532Z | info: installing component 'cargo' |
37 | 2024-06-17T21:38:06.345Z | info: installing component 'clippy' |
38 | 2024-06-17T21:38:06.695Z | info: installing component 'rust-docs' |
39 | 2024-06-17T21:38:08.195Z | info: installing component 'rust-std' |
40 | 2024-06-17T21:38:09.887Z | info: installing component 'rustc' |
41 | 2024-06-17T21:38:13.939Z | info: installing component 'rustfmt' |
42 | 2024-06-17T21:38:14.274Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-06-17T21:38:14.274Z | |
44 | 2024-06-17T21:38:14.532Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-06-17T21:38:14.532Z | |
46 | 2024-06-17T21:38:14.535Z | |
47 | 2024-06-17T21:38:14.535Z | Rust is installed now. Great! |
48 | 2024-06-17T21:38:14.535Z | |
49 | 2024-06-17T21:38:14.535Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-17T21:38:14.535Z | environment variable. This has not been done automatically. |
51 | 2024-06-17T21:38:14.535Z | |
52 | 2024-06-17T21:38:14.535Z | To configure your current shell, you need to source |
53 | 2024-06-17T21:38:14.535Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-17T21:38:14.535Z | |
55 | 2024-06-17T21:38:14.535Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-17T21:38:14.535Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-17T21:38:14.535Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-17T21:38:14.597Z | + rustc --version |
59 | 2024-06-17T21:38:14.656Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-06-17T21:38:14.659Z | process exited: duration 18521 ms, exit code 0 |
|
61 | 2024-06-17T21:38:14.664Z | starting task 2: "authentication" |
62 | 2024-06-17T21:38:14.684Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-06-17T21:38:14.690Z | starting task 3: "clone repository" |
64 | 2024-06-17T21:38:14.694Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-06-17T21:38:14.697Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-06-17T21:38:14.826Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-06-17T21:38:21.343Z | + cd /work/oxidecomputer/omicron |
68 | 2024-06-17T21:38:21.343Z | + git fetch origin a98fcb5ac70201d497e3ef75571d5351d9a74b7f |
69 | 2024-06-17T21:38:21.668Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-06-17T21:38:21.668Z | * branch a98fcb5ac70201d497e3ef75571d5351d9a74b7f -> FETCH_HEAD |
71 | 2024-06-17T21:38:21.678Z | + [[ -n dap/steno-error-update ]] |
72 | 2024-06-17T21:38:21.680Z | ++ git branch --show-current |
73 | 2024-06-17T21:38:21.683Z | + current=main |
74 | 2024-06-17T21:38:21.683Z | + [[ main != dap/steno-error-update ]] |
75 | 2024-06-17T21:38:21.683Z | + git branch -f dap/steno-error-update a98fcb5ac70201d497e3ef75571d5351d9a74b7f |
76 | 2024-06-17T21:38:21.685Z | + git checkout -f dap/steno-error-update |
77 | 2024-06-17T21:38:21.748Z | Switched to branch 'dap/steno-error-update' |
78 | 2024-06-17T21:38:21.751Z | + git reset --hard a98fcb5ac70201d497e3ef75571d5351d9a74b7f |
79 | 2024-06-17T21:38:21.811Z | HEAD is now at a98fcb5ac in-progress update to steno with UndoActionPermanentError |
80 | 2024-06-17T21:38:21.814Z | process exited: duration 7121 ms, exit code 0 |
|
81 | 2024-06-17T21:38:21.822Z | starting task 4: "build" |
82 | 2024-06-17T21:38:21.825Z | + cargo --version |
83 | 2024-06-17T21:38:21.876Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-06-17T21:38:21.879Z | + rustc --version |
85 | 2024-06-17T21:38:21.932Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-06-17T21:38:21.935Z | + WORK=/work |
87 | 2024-06-17T21:38:21.935Z | + pfexec mkdir -p /work |
88 | 2024-06-17T21:38:21.938Z | + pfexec chown build /work |
89 | 2024-06-17T21:38:21.940Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-06-17T21:38:34.447Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-06-17T21:38:36.286Z | Startup: Caching catalogs ... Done |
92 | 2024-06-17T21:38:38.456Z | Planning: Solver setup ... Done (1.729s) |
93 | 2024-06-17T21:38:38.491Z | Planning: Running solver ... Done (0.035s) |
94 | 2024-06-17T21:38:38.527Z | Planning: Finding local manifests ... Done (0.003s) |
95 | 2024-06-17T21:38:38.555Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-06-17T21:38:38.924Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-06-17T21:38:38.972Z | Planning: Package planning ... Done (0.047s) |
98 | 2024-06-17T21:38:39.024Z | Planning: Merging actions ... Done (0.050s) |
99 | 2024-06-17T21:38:39.742Z | Planning: Checking for conflicting actions ... Done (0.718s) |
100 | 2024-06-17T21:38:39.752Z | Planning: Consolidating action changes ... Done (0.011s) |
101 | 2024-06-17T21:38:43.467Z | Planning: Evaluating mediators ... Done (3.714s) |
102 | 2024-06-17T21:38:43.476Z | Planning: Planning completed in 7.13 seconds |
103 | 2024-06-17T21:38:43.771Z | Packages to install: 4 |
104 | 2024-06-17T21:38:43.771Z | Mediators to change: 2 |
105 | 2024-06-17T21:38:43.771Z | Services to change: 1 |
106 | 2024-06-17T21:38:43.774Z | Estimated space available: 155.77 GB |
107 | 2024-06-17T21:38:43.774Z | Estimated space to be consumed: 1.45 GB |
108 | 2024-06-17T21:38:43.774Z | Create boot environment: No |
109 | 2024-06-17T21:38:43.774Z | Create backup boot environment: No |
110 | 2024-06-17T21:38:43.774Z | Rebuild boot archive: No |
111 | 2024-06-17T21:38:43.774Z | |
112 | 2024-06-17T21:38:43.774Z | Changed mediators: |
113 | 2024-06-17T21:38:43.774Z | mediator clang: |
114 | 2024-06-17T21:38:43.775Z | version: None -> 15 (system default) |
115 | 2024-06-17T21:38:43.775Z | |
116 | 2024-06-17T21:38:43.775Z | mediator llvm: |
117 | 2024-06-17T21:38:43.775Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-06-17T21:38:43.775Z | |
119 | 2024-06-17T21:38:43.775Z | Changed packages: |
120 | 2024-06-17T21:38:43.775Z | helios-dev |
121 | 2024-06-17T21:38:43.775Z | developer/build-essential |
122 | 2024-06-17T21:38:43.775Z | None -> 11-2.0 |
123 | 2024-06-17T21:38:43.775Z | library/libxmlsec1 |
124 | 2024-06-17T21:38:43.775Z | None -> 1.2.35-2.0 |
125 | 2024-06-17T21:38:43.775Z | ooce/developer/clang-15 |
126 | 2024-06-17T21:38:43.775Z | None -> 15.0.7-2.0 |
127 | 2024-06-17T21:38:43.775Z | ooce/developer/llvm-15 |
128 | 2024-06-17T21:38:43.775Z | None -> 15.0.7-2.0 |
129 | 2024-06-17T21:38:43.775Z | |
130 | 2024-06-17T21:38:43.775Z | Services: |
131 | 2024-06-17T21:38:43.775Z | restart_fmri: |
132 | 2024-06-17T21:38:43.775Z | svc:/system/update-man-index:default |
133 | 2024-06-17T21:38:43.889Z | |
134 | 2024-06-17T21:38:43.889Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-06-17T21:38:48.898Z | Download: 1199/3290 items 83.5/212.6MB 39% complete (17.0M/s) |
136 | 2024-06-17T21:38:53.901Z | Download: 2373/3290 items 120.0/212.6MB 56% complete (12.1M/s) |
137 | 2024-06-17T21:38:57.795Z | Download: Completed 212.60 MB in 13.90 seconds (15.3M/s) |
138 | 2024-06-17T21:38:58.067Z | Actions: 1/3689 actions (Installing new actions) |
139 | 2024-06-17T21:39:03.071Z | Actions: 3588/3689 actions (Installing new actions) |
140 | 2024-06-17T21:39:03.122Z | Actions: Completed 3689 actions in 5.05 seconds. |
141 | 2024-06-17T21:39:03.249Z | Done (0.123s) |
142 | 2024-06-17T21:39:03.249Z | Done (0.000s) |
143 | 2024-06-17T21:39:03.553Z | Done (0.304s) |
144 | 2024-06-17T21:39:08.416Z | Done (4.710s) |
145 | 2024-06-17T21:39:08.598Z | Done (0.113s) |
146 | 2024-06-17T21:39:08.601Z | Done (0.000s) |
147 | 2024-06-17T21:39:08.748Z | Done (0.000s) |
148 | 2024-06-17T21:39:09.286Z | Planning: Evaluating mediator changes ... Done |
149 | 2024-06-17T21:39:09.443Z | Planning: Checking for conflicting actions ... Done |
150 | 2024-06-17T21:39:09.446Z | Planning: Consolidating action changes ... Done |
151 | 2024-06-17T21:39:09.704Z | Planning: Evaluating mediators ... Done |
152 | 2024-06-17T21:39:09.706Z | Planning: Planning completed in 0.42 seconds |
153 | 2024-06-17T21:39:09.736Z | Mediators to change: 2 |
154 | 2024-06-17T21:39:09.737Z | Create boot environment: No |
155 | 2024-06-17T21:39:09.739Z | Create backup boot environment: No |
156 | 2024-06-17T21:39:09.794Z | Done |
157 | 2024-06-17T21:39:09.794Z | Done |
158 | 2024-06-17T21:39:09.985Z | Done |
159 | 2024-06-17T21:39:13.449Z | Done |
160 | 2024-06-17T21:39:13.534Z | Done |
161 | 2024-06-17T21:39:13.534Z | Done |
162 | 2024-06-17T21:39:13.635Z | Done |
163 | 2024-06-17T21:39:14.227Z | Planning: Evaluating mediator changes ... Done |
164 | 2024-06-17T21:39:14.230Z | Planning: Merging actions ... Done |
165 | 2024-06-17T21:39:14.416Z | Planning: Checking for conflicting actions ... Done |
166 | 2024-06-17T21:39:14.418Z | Planning: Consolidating action changes ... Done |
167 | 2024-06-17T21:39:14.677Z | Planning: Evaluating mediators ... Done |
168 | 2024-06-17T21:39:14.731Z | Planning: Planning completed in 0.74 seconds |
169 | 2024-06-17T21:39:14.765Z | Packages to change: 1 |
170 | 2024-06-17T21:39:14.765Z | Mediators to change: 1 |
171 | 2024-06-17T21:39:14.768Z | Services to change: 1 |
172 | 2024-06-17T21:39:14.768Z | Create boot environment: No |
173 | 2024-06-17T21:39:14.768Z | Create backup boot environment: Yes |
174 | 2024-06-17T21:39:16.514Z | Actions: 1/6 actions (Updating modified actions) |
175 | 2024-06-17T21:39:16.549Z | Actions: Completed 6 actions in 0.03 seconds. |
176 | 2024-06-17T21:39:16.549Z | Done |
177 | 2024-06-17T21:39:16.549Z | Done |
178 | 2024-06-17T21:39:16.615Z | Done |
179 | 2024-06-17T21:39:20.047Z | Done |
180 | 2024-06-17T21:39:20.130Z | Done |
181 | 2024-06-17T21:39:20.134Z | Done |
182 | 2024-06-17T21:39:20.227Z | Done |
183 | 2024-06-17T21:39:20.649Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
184 | 2024-06-17T21:39:20.649Z | clang system 15 system |
185 | 2024-06-17T21:39:20.649Z | csh system system illumos |
186 | 2024-06-17T21:39:20.649Z | ctags system system illumos |
187 | 2024-06-17T21:39:20.649Z | gcc vendor 12 vendor |
188 | 2024-06-17T21:39:20.649Z | gcc system 10 system |
189 | 2024-06-17T21:39:20.649Z | gcc system 7 system |
190 | 2024-06-17T21:39:20.649Z | go system 1.20 system |
191 | 2024-06-17T21:39:20.649Z | go system 1.19 system |
192 | 2024-06-17T21:39:20.649Z | llvm system 15 system |
193 | 2024-06-17T21:39:20.649Z | llvm system 14 system |
194 | 2024-06-17T21:39:20.649Z | mariadb system 10.6 system |
195 | 2024-06-17T21:39:20.649Z | mta vendor vendor dma |
196 | 2024-06-17T21:39:20.649Z | openjdk system 17 system |
197 | 2024-06-17T21:39:20.649Z | openjdk system 11 system |
198 | 2024-06-17T21:39:20.649Z | openjdk system 1.8 system |
199 | 2024-06-17T21:39:20.649Z | openssl vendor 3 vendor |
200 | 2024-06-17T21:39:20.649Z | perl system 5.36 system |
201 | 2024-06-17T21:39:20.649Z | postgresql system 15 system |
202 | 2024-06-17T21:39:20.649Z | postgresql system 13 system |
203 | 2024-06-17T21:39:20.649Z | python vendor 3 vendor |
204 | 2024-06-17T21:39:20.649Z | python system 2 system |
205 | 2024-06-17T21:39:20.649Z | python3 system 3.11 system |
206 | 2024-06-17T21:39:20.649Z | ruby system 3.0 system |
207 | 2024-06-17T21:39:20.649Z | words vendor vendor american-english |
208 | 2024-06-17T21:39:20.649Z | words system system australian-english |
209 | 2024-06-17T21:39:20.649Z | words system system british-english |
210 | 2024-06-17T21:39:20.649Z | words system system canadian-english |
211 | 2024-06-17T21:39:20.649Z | words system system french |
212 | 2024-06-17T21:39:20.649Z | words system system italian |
213 | 2024-06-17T21:39:20.649Z | words system system ngerman |
214 | 2024-06-17T21:39:20.649Z | words system system ogerman |
215 | 2024-06-17T21:39:20.649Z | words system system spanish |
216 | 2024-06-17T21:39:20.965Z | PUBLISHER TYPE STATUS P LOCATION |
217 | 2024-06-17T21:39:20.965Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
218 | 2024-06-17T21:39:22.433Z | FMRI IFO |
219 | 2024-06-17T21:39:22.433Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
220 | 2024-06-17T21:39:22.433Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
221 | 2024-06-17T21:39:22.433Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
222 | 2024-06-17T21:39:22.433Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
223 | 2024-06-17T21:39:22.433Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
224 | 2024-06-17T21:39:22.433Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
225 | 2024-06-17T21:39:22.433Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
226 | 2024-06-17T21:39:22.433Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
227 | 2024-06-17T21:39:22.433Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
228 | 2024-06-17T21:39:22.433Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
229 | 2024-06-17T21:39:22.433Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
230 | 2024-06-17T21:39:22.433Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
231 | 2024-06-17T21:39:23.046Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
232 | 2024-06-17T21:39:23.259Z | error: failed to load source for dependency `steno` |
233 | 2024-06-17T21:39:23.259Z | |
234 | 2024-06-17T21:39:23.259Z | Caused by: |
235 | 2024-06-17T21:39:23.259Z | Unable to update /work/oxidecomputer/steno-errors |
236 | 2024-06-17T21:39:23.259Z | |
237 | 2024-06-17T21:39:23.259Z | Caused by: |
238 | 2024-06-17T21:39:23.259Z | failed to read `/work/oxidecomputer/steno-errors/Cargo.toml` |
239 | 2024-06-17T21:39:23.259Z | |
240 | 2024-06-17T21:39:23.259Z | Caused by: |
241 | 2024-06-17T21:39:23.259Z | No such file or directory (os error 2) |
242 | 2024-06-17T21:39:23.265Z | Failed to run command -- will try 2 more times |
243 | 2024-06-17T21:39:23.451Z | error: failed to load source for dependency `steno` |
244 | 2024-06-17T21:39:23.451Z | |
245 | 2024-06-17T21:39:23.451Z | Caused by: |
246 | 2024-06-17T21:39:23.451Z | Unable to update /work/oxidecomputer/steno-errors |
247 | 2024-06-17T21:39:23.451Z | |
248 | 2024-06-17T21:39:23.451Z | Caused by: |
249 | 2024-06-17T21:39:23.451Z | failed to read `/work/oxidecomputer/steno-errors/Cargo.toml` |
250 | 2024-06-17T21:39:23.451Z | |
251 | 2024-06-17T21:39:23.451Z | Caused by: |
252 | 2024-06-17T21:39:23.451Z | No such file or directory (os error 2) |
253 | 2024-06-17T21:39:23.455Z | Failed to run command -- will try 1 more times |
254 | 2024-06-17T21:39:23.640Z | error: failed to load source for dependency `steno` |
255 | 2024-06-17T21:39:23.640Z | |
256 | 2024-06-17T21:39:23.640Z | Caused by: |
257 | 2024-06-17T21:39:23.640Z | Unable to update /work/oxidecomputer/steno-errors |
258 | 2024-06-17T21:39:23.640Z | |
259 | 2024-06-17T21:39:23.640Z | Caused by: |
260 | 2024-06-17T21:39:23.640Z | failed to read `/work/oxidecomputer/steno-errors/Cargo.toml` |
261 | 2024-06-17T21:39:23.640Z | |
262 | 2024-06-17T21:39:23.640Z | Caused by: |
263 | 2024-06-17T21:39:23.640Z | No such file or directory (os error 2) |
264 | 2024-06-17T21:39:23.645Z | |
265 | 2024-06-17T21:39:23.645Z | real 1:01.547218781 |
266 | 2024-06-17T21:39:23.645Z | user 30.302673232 |
267 | 2024-06-17T21:39:23.645Z | sys 3.724844331 |
268 | 2024-06-17T21:39:23.645Z | trap 0.005623214 |
269 | 2024-06-17T21:39:23.645Z | tflt 0.233614072 |
270 | 2024-06-17T21:39:23.645Z | dflt 0.187805370 |
271 | 2024-06-17T21:39:23.648Z | kflt 0.135714089 |
272 | 2024-06-17T21:39:23.648Z | lock 0.000000000 |
273 | 2024-06-17T21:39:23.648Z | slp 1:28.663812698 |
274 | 2024-06-17T21:39:23.648Z | lat 0.215097092 |
275 | 2024-06-17T21:39:23.648Z | stop 0.000425909 |
276 | 2024-06-17T21:39:23.648Z | process exited: duration 61813 ms, exit code 101 |
|
277 | 2024-06-17T21:39:23.654Z | found 0 output files |
278 | 2024-06-17T21:39:23.654Z | upload error: rule "/work/package.tar.gz" required a match, but was not used |