|
|
|
1 | 2025-03-02T04:03:57.631Z | job assigned to worker 01JNAGBA804K7GFM2GV9VFK2DS [factory aws, i-009dd4e0fc301458f] (queued for 55 s) |
|
2 | 2025-03-02T04:04:05.805Z | starting task 0: "setup" |
3 | 2025-03-02T04:04:05.811Z | ++ uname -s |
4 | 2025-03-02T04:04:05.815Z | + kern=SunOS |
5 | 2025-03-02T04:04:05.815Z | + build_user=build |
6 | 2025-03-02T04:04:05.815Z | + build_uid=12345 |
7 | 2025-03-02T04:04:05.815Z | + work_dir=/work |
8 | 2025-03-02T04:04:05.815Z | + input_dir=/input |
9 | 2025-03-02T04:04:05.815Z | + [[ 0 == 12345 ]] |
10 | 2025-03-02T04:04:05.815Z | + case "$kern" in |
11 | 2025-03-02T04:04:05.815Z | + groupadd -g 12345 build |
12 | 2025-03-02T04:04:05.815Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-02T04:04:07.822Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-02T04:04:07.938Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-02T04:04:07.941Z | + home_fs=zfs |
16 | 2025-03-02T04:04:07.941Z | + [[ zfs == autofs ]] |
17 | 2025-03-02T04:04:07.941Z | + mkdir -p /home/build |
18 | 2025-03-02T04:04:07.944Z | + chown build:build /home/build /work |
19 | 2025-03-02T04:04:09.945Z | + chmod 0700 /home/build /work |
20 | 2025-03-02T04:04:09.949Z | process exited: duration 4145 ms, exit code 0 |
|
21 | 2025-03-02T04:04:09.955Z | starting task 1: "rust-toolchain" |
22 | 2025-03-02T04:04:09.961Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-02T04:04:09.961Z | * rust toolchain channel = "1.85.0" |
24 | 2025-03-02T04:04:09.961Z | * rust toolchain profile = "default" |
25 | 2025-03-02T04:04:09.961Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-03-02T04:04:09.961Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-02T04:04:09.961Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-02T04:04:09.964Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-02T04:04:09.964Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-02T04:04:10.084Z | info: downloading installer |
31 | 2025-03-02T04:04:11.299Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-03-02T04:04:11.299Z | warning: /opt/ooce/bin |
33 | 2025-03-02T04:04:11.299Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-02T04:04:11.299Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-03-02T04:04:11.299Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-02T04:04:11.299Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-02T04:04:11.299Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-02T04:04:11.299Z | error: cannot install while Rust is installed |
39 | 2025-03-02T04:04:11.299Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-02T04:04:11.310Z | info: profile set to 'default' |
41 | 2025-03-02T04:04:11.310Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-02T04:04:11.314Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-02T04:04:11.479Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-02T04:04:11.479Z | info: downloading component 'cargo' |
45 | 2025-03-02T04:04:12.373Z | info: downloading component 'clippy' |
46 | 2025-03-02T04:04:12.708Z | info: downloading component 'rust-docs' |
47 | 2025-03-02T04:04:14.033Z | info: downloading component 'rust-std' |
48 | 2025-03-02T04:04:15.976Z | info: downloading component 'rustc' |
49 | 2025-03-02T04:04:22.908Z | info: downloading component 'rustfmt' |
50 | 2025-03-02T04:04:23.191Z | info: installing component 'cargo' |
51 | 2025-03-02T04:04:24.050Z | info: installing component 'clippy' |
52 | 2025-03-02T04:04:24.449Z | info: installing component 'rust-docs' |
53 | 2025-03-02T04:04:26.214Z | info: installing component 'rust-std' |
54 | 2025-03-02T04:04:28.171Z | info: installing component 'rustc' |
55 | 2025-03-02T04:04:34.146Z | info: installing component 'rustfmt' |
56 | 2025-03-02T04:04:34.480Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-02T04:04:34.480Z | |
58 | 2025-03-02T04:04:34.850Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-02T04:04:34.850Z | |
60 | 2025-03-02T04:04:34.853Z | |
61 | 2025-03-02T04:04:34.853Z | Rust is installed now. Great! |
62 | 2025-03-02T04:04:34.853Z | |
63 | 2025-03-02T04:04:34.853Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-02T04:04:34.853Z | environment variable. This has not been done automatically. |
65 | 2025-03-02T04:04:34.853Z | |
66 | 2025-03-02T04:04:34.853Z | To configure your current shell, you need to source |
67 | 2025-03-02T04:04:34.854Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-02T04:04:34.854Z | |
69 | 2025-03-02T04:04:34.854Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-02T04:04:34.854Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-02T04:04:34.854Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-02T04:04:34.933Z | + rustup --version |
73 | 2025-03-02T04:04:34.941Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-03-02T04:04:34.941Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-03-02T04:04:35.022Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
76 | 2025-03-02T04:04:35.026Z | + cargo --version |
77 | 2025-03-02T04:04:35.083Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
78 | 2025-03-02T04:04:35.086Z | + rustc --version |
79 | 2025-03-02T04:04:35.149Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
80 | 2025-03-02T04:04:35.153Z | process exited: duration 25194 ms, exit code 0 |
|
81 | 2025-03-02T04:04:35.159Z | starting task 2: "authentication" |
82 | 2025-03-02T04:04:35.181Z | process exited: duration 21 ms, exit code 0 |
|
83 | 2025-03-02T04:04:35.188Z | starting task 3: "clone repository" |
84 | 2025-03-02T04:04:35.193Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-03-02T04:04:35.196Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-03-02T04:04:35.247Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-03-02T04:04:42.767Z | + cd /work/oxidecomputer/omicron |
88 | 2025-03-02T04:04:42.767Z | + git fetch origin 735fe0f29f4956b3b333a10687ccaa70e2e6a94a |
89 | 2025-03-02T04:04:43.072Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-03-02T04:04:43.072Z | * branch 735fe0f29f4956b3b333a10687ccaa70e2e6a94a -> FETCH_HEAD |
91 | 2025-03-02T04:04:43.082Z | + [[ -n '' ]] |
92 | 2025-03-02T04:04:43.082Z | + git reset --hard 735fe0f29f4956b3b333a10687ccaa70e2e6a94a |
93 | 2025-03-02T04:04:43.272Z | HEAD is now at 735fe0f29 Update Rust crate hyper-rustls to 0.27.5 |
94 | 2025-03-02T04:04:43.277Z | process exited: duration 8084 ms, exit code 0 |
|
95 | 2025-03-02T04:04:43.284Z | starting task 4: "build" |
96 | 2025-03-02T04:04:43.290Z | + source ./env.sh |
97 | 2025-03-02T04:04:43.290Z | ++ OLD_SHELL_OPTS=ehxB |
98 | 2025-03-02T04:04:43.290Z | ++ set -o xtrace |
99 | 2025-03-02T04:04:43.294Z | ++++ dirname ./env.sh |
100 | 2025-03-02T04:04:43.297Z | +++ readlink -f . |
101 | 2025-03-02T04:04:43.300Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
102 | 2025-03-02T04:04:43.300Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2025-03-02T04:04:43.300Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
104 | 2025-03-02T04:04:43.300Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
105 | 2025-03-02T04:04:43.300Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
106 | 2025-03-02T04:04:43.300Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
107 | 2025-03-02T04:04:43.300Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
108 | 2025-03-02T04:04:43.300Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
109 | 2025-03-02T04:04:43.300Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2025-03-02T04:04:43.300Z | ++ case $OLD_SHELL_OPTS in |
111 | 2025-03-02T04:04:43.300Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
112 | 2025-03-02T04:04:43.300Z | + source .github/buildomat/ci-env.sh |
113 | 2025-03-02T04:04:43.300Z | ++ export CARGO_TERM_COLOR=always |
114 | 2025-03-02T04:04:43.300Z | ++ CARGO_TERM_COLOR=always |
115 | 2025-03-02T04:04:43.300Z | + cargo --version |
116 | 2025-03-02T04:04:43.349Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
117 | 2025-03-02T04:04:43.352Z | + rustc --version |
118 | 2025-03-02T04:04:43.415Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
119 | 2025-03-02T04:04:43.418Z | + banner prerequisites |
120 | 2025-03-02T04:04:43.421Z | |
121 | 2025-03-02T04:04:43.421Z | ##### ##### ###### ##### ###### #### # # # #### # |
122 | 2025-03-02T04:04:43.421Z | # # # # # # # # # # # # # # # |
123 | 2025-03-02T04:04:43.421Z | # # # # ##### # # ##### # # # # # #### # |
124 | 2025-03-02T04:04:43.421Z | ##### ##### # ##### # # # # # # # # # |
125 | 2025-03-02T04:04:43.421Z | # # # # # # # # # # # # # # # |
126 | 2025-03-02T04:04:43.421Z | # # # ###### # # ###### ### # #### # #### # |
127 | 2025-03-02T04:04:43.421Z | |
128 | 2025-03-02T04:04:43.421Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
129 | 2025-03-02T04:04:45.042Z | pkg list: illegal option -- F |
130 | 2025-03-02T04:04:45.042Z | Usage: |
131 | 2025-03-02T04:04:45.045Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
132 | 2025-03-02T04:04:45.045Z | [pkg_fmri_pattern ...] |
133 | 2025-03-02T04:04:45.900Z | pkg list: illegal option -- F |
134 | 2025-03-02T04:04:45.900Z | Usage: |
135 | 2025-03-02T04:04:45.903Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
136 | 2025-03-02T04:04:45.904Z | [pkg_fmri_pattern ...] |
137 | 2025-03-02T04:04:56.716Z | Startup: Refreshing catalog 'helios-dev' ... Done |
138 | 2025-03-02T04:05:01.066Z | Startup: Caching catalogs ... Done |
139 | 2025-03-02T04:05:14.406Z | Planning: Solver setup ... Done (12.394s) |
140 | 2025-03-02T04:05:14.556Z | Planning: Running solver ... Done (0.156s) |
141 | 2025-03-02T04:05:14.705Z | Planning: Finding local manifests ... Done (0.006s) |
142 | 2025-03-02T04:05:14.741Z | Planning: Fetching manifests: 0/7 0% complete |
143 | 2025-03-02T04:05:15.402Z | Planning: Fetching manifests: 7/7 100% complete |
144 | 2025-03-02T04:05:15.507Z | Planning: Package planning ... Done (0.107s) |
145 | 2025-03-02T04:05:15.564Z | Planning: Merging actions ... Done (0.057s) |
146 | 2025-03-02T04:05:15.764Z | Planning: Checking for conflicting actions ... Done (0.201s) |
147 | 2025-03-02T04:05:17.846Z | Planning: Consolidating action changes ... Done (2.081s) |
148 | 2025-03-02T04:05:18.269Z | Planning: Evaluating mediators ... Done (0.423s) |
149 | 2025-03-02T04:05:18.350Z | Planning: Planning completed in 17.20 seconds |
150 | 2025-03-02T04:05:18.366Z | Packages to install: 4 |
151 | 2025-03-02T04:05:18.366Z | Packages to update: 3 |
152 | 2025-03-02T04:05:18.369Z | Mediators to change: 2 |
153 | 2025-03-02T04:05:18.369Z | Services to change: 1 |
154 | 2025-03-02T04:05:18.369Z | Estimated space available: 155.60 GB |
155 | 2025-03-02T04:05:18.369Z | Estimated space to be consumed: 1.66 GB |
156 | 2025-03-02T04:05:18.369Z | Create boot environment: No |
157 | 2025-03-02T04:05:18.369Z | Create backup boot environment: Yes |
158 | 2025-03-02T04:05:18.369Z | Rebuild boot archive: No |
159 | 2025-03-02T04:05:18.369Z | |
160 | 2025-03-02T04:05:18.369Z | Changed mediators: |
161 | 2025-03-02T04:05:18.369Z | mediator clang: |
162 | 2025-03-02T04:05:18.369Z | version: None -> 15 (system default) |
163 | 2025-03-02T04:05:18.369Z | |
164 | 2025-03-02T04:05:18.369Z | mediator llvm: |
165 | 2025-03-02T04:05:18.369Z | version: 14 (system default) -> 15 (system default) |
166 | 2025-03-02T04:05:18.370Z | |
167 | 2025-03-02T04:05:18.370Z | Changed packages: |
168 | 2025-03-02T04:05:18.370Z | helios-dev |
169 | 2025-03-02T04:05:18.370Z | developer/build-essential |
170 | 2025-03-02T04:05:18.370Z | None -> 11-2.0 |
171 | 2025-03-02T04:05:18.370Z | library/libxmlsec1 |
172 | 2025-03-02T04:05:18.370Z | None -> 1.2.35-2.0 |
173 | 2025-03-02T04:05:18.370Z | ooce/developer/clang-15 |
174 | 2025-03-02T04:05:18.370Z | None -> 15.0.7-2.0 |
175 | 2025-03-02T04:05:18.370Z | ooce/developer/llvm-15 |
176 | 2025-03-02T04:05:18.370Z | None -> 15.0.7-2.0 |
177 | 2025-03-02T04:05:18.371Z | package/pkg |
178 | 2025-03-02T04:05:18.371Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
179 | 2025-03-02T04:05:18.371Z | system/library/g++-runtime |
180 | 2025-03-02T04:05:18.371Z | 13-2.0 -> 14-2.0 |
181 | 2025-03-02T04:05:18.371Z | system/library/gcc-runtime |
182 | 2025-03-02T04:05:18.371Z | 13-2.0 -> 14-2.0 |
183 | 2025-03-02T04:05:18.371Z | |
184 | 2025-03-02T04:05:18.371Z | Services: |
185 | 2025-03-02T04:05:18.371Z | restart_fmri: |
186 | 2025-03-02T04:05:18.371Z | svc:/system/update-man-index:default |
187 | 2025-03-02T04:05:18.371Z | |
188 | 2025-03-02T04:05:18.371Z | Editable files to change: |
189 | 2025-03-02T04:05:18.371Z | Update: |
190 | 2025-03-02T04:05:18.371Z | usr/share/lib/pkg/web/config.shtml |
191 | 2025-03-02T04:05:18.450Z | |
192 | 2025-03-02T04:05:18.450Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
193 | 2025-03-02T04:05:24.604Z | Download: 210/4301 items 1.3/225.4MB 0% complete (1.2M/s) |
194 | 2025-03-02T04:05:29.618Z | Download: 595/4301 items 17.5/225.4MB 7% complete (1.6M/s) |
195 | 2025-03-02T04:05:34.757Z | Download: 921/4301 items 18.9/225.4MB 8% complete (1.9M/s) |
196 | 2025-03-02T04:05:39.655Z | Download: 1183/4301 items 74.9/225.4MB 33% complete (5.7M/s) |
197 | 2025-03-02T04:05:44.760Z | Download: 1196/4301 items 83.5/225.4MB 37% complete (6.4M/s) |
198 | 2025-03-02T04:05:49.768Z | Download: 1393/4301 items 117.1/225.4MB 51% complete (4.2M/s) |
199 | 2025-03-02T04:05:54.793Z | Download: 1643/4301 items 117.8/225.4MB 52% complete (3.7M/s) |
200 | 2025-03-02T04:05:59.868Z | Download: 1804/4301 items 118.4/225.4MB 52% complete (380k/s) |
201 | 2025-03-02T04:06:04.895Z | Download: 1999/4301 items 118.7/225.4MB 52% complete (92.7k/s) |
202 | 2025-03-02T04:06:09.944Z | Download: 2164/4301 items 119.0/225.4MB 52% complete (63.0k/s) |
203 | 2025-03-02T04:06:15.047Z | Download: 2221/4301 items 119.2/225.4MB 52% complete (60.5k/s) |
204 | 2025-03-02T04:06:22.897Z | Download: 2224/4301 items 119.2/225.4MB 52% complete (58.2k/s) |
205 | 2025-03-02T04:06:27.980Z | Download: 2357/4301 items 120.0/225.4MB 53% complete (129k/s) |
206 | 2025-03-02T04:06:32.989Z | Download: 2539/4301 items 120.4/225.4MB 53% complete (116k/s) |
207 | 2025-03-02T04:06:37.994Z | Download: 2723/4301 items 120.8/225.4MB 53% complete (81.5k/s) |
208 | 2025-03-02T04:06:43.445Z | Download: 2824/4301 items 121.0/225.4MB 53% complete (76.5k/s) |
209 | 2025-03-02T04:06:48.452Z | Download: 2871/4301 items 121.1/225.4MB 53% complete (51.3k/s) |
210 | 2025-03-02T04:06:53.610Z | Download: 2925/4301 items 121.2/225.4MB 53% complete (23.2k/s) |
211 | 2025-03-02T04:06:58.638Z | Download: 3034/4301 items 121.4/225.4MB 53% complete (19.9k/s) |
212 | 2025-03-02T04:07:03.643Z | Download: 3141/4301 items 175.3/225.4MB 77% complete (5.3M/s) |
213 | 2025-03-02T04:07:09.755Z | Download: 3244/4301 items 200.9/225.4MB 89% complete (7.9M/s) |
214 | 2025-03-02T04:07:18.176Z | Download: 3245/4301 items 201.0/225.4MB 89% complete (7.7M/s) |
215 | 2025-03-02T04:07:24.962Z | Download: 3281/4301 items 210.4/225.4MB 93% complete (1.0M/s) |
216 | 2025-03-02T04:07:29.993Z | Download: 3432/4301 items 215.3/225.4MB 95% complete (666k/s) |
217 | 2025-03-02T04:07:35.053Z | Download: 3575/4301 items 215.7/225.4MB 95% complete (588k/s) |
218 | 2025-03-02T04:07:40.157Z | Download: 3619/4301 items 215.9/225.4MB 95% complete (333k/s) |
219 | 2025-03-02T04:07:45.188Z | Download: 3707/4301 items 216.4/225.4MB 96% complete (77.9k/s) |
220 | 2025-03-02T04:07:50.196Z | Download: 3823/4301 items 217.0/225.4MB 96% complete (118k/s) |
221 | 2025-03-02T04:07:54.021Z | |
222 | 2025-03-02T04:07:54.021Z | Errors were encountered while attempting to retrieve package or file data for |
223 | 2025-03-02T04:07:54.021Z | the requested operation. |
224 | 2025-03-02T04:07:54.021Z | Details follow: |
225 | 2025-03-02T04:07:54.021Z | |
226 | 2025-03-02T04:07:54.022Z | Framework error: code: E_SSL_CONNECT_ERROR (35) reason: OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to pkg.oxide.computer:443 |
227 | 2025-03-02T04:07:54.022Z | URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/6d9f90fe08b843f54425a74c4a28b26d3e047025' |
228 | 2025-03-02T04:07:54.834Z | |
229 | 2025-03-02T04:07:54.834Z | real 3:11.389661082 |
230 | 2025-03-02T04:07:54.834Z | user 30.004427625 |
231 | 2025-03-02T04:07:54.834Z | sys 3.595962458 |
232 | 2025-03-02T04:07:54.834Z | trap 0.004699195 |
233 | 2025-03-02T04:07:54.837Z | tflt 0.032865301 |
234 | 2025-03-02T04:07:54.837Z | dflt 0.052280778 |
235 | 2025-03-02T04:07:54.837Z | kflt 0.016371326 |
236 | 2025-03-02T04:07:54.837Z | lock 0.000038395 |
237 | 2025-03-02T04:07:54.837Z | slp 5:53.590589024 |
238 | 2025-03-02T04:07:54.837Z | lat 0.552385684 |
239 | 2025-03-02T04:07:54.837Z | stop 0.000464424 |
240 | 2025-03-02T04:07:54.837Z | process exited: duration 191530 ms, exit code 1 |
|
241 | 2025-03-02T04:07:54.844Z | found 0 output files |