|
|
|
1 | 2024-12-21T04:34:49.167Z | job assigned to worker 01JFKQWRB1H3K2WT8XEY1TZ572 [factory aws, i-0129eba119a8baafc] (queued for 13 m 48 s) |
|
2 | 2024-12-21T04:34:57.435Z | starting task 0: "setup" |
3 | 2024-12-21T04:34:57.443Z | ++ uname -s |
4 | 2024-12-21T04:34:57.446Z | + kern=SunOS |
5 | 2024-12-21T04:34:57.446Z | + case "$kern" in |
6 | 2024-12-21T04:34:57.446Z | + groupadd -g 12345 build |
7 | 2024-12-21T04:34:57.448Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-21T04:34:59.458Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-21T04:34:59.558Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-21T04:34:59.562Z | + home_fs=zfs |
11 | 2024-12-21T04:34:59.562Z | + [[ zfs == autofs ]] |
12 | 2024-12-21T04:34:59.562Z | + mkdir -p /home/build |
13 | 2024-12-21T04:34:59.562Z | + chown build:build /home/build /work |
14 | 2024-12-21T04:35:01.565Z | + chmod 0700 /home/build /work |
15 | 2024-12-21T04:35:01.569Z | process exited: duration 4133 ms, exit code 0 |
|
16 | 2024-12-21T04:35:01.575Z | starting task 1: "rust-toolchain" |
17 | 2024-12-21T04:35:01.589Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-21T04:35:01.589Z | ' 1.81.0 |
19 | 2024-12-21T04:35:01.589Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-21T04:35:01.589Z | ' default |
21 | 2024-12-21T04:35:01.589Z | * toolchain channel = "1.81.0" |
22 | 2024-12-21T04:35:01.589Z | * toolchain profile = "default" |
23 | 2024-12-21T04:35:01.593Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-21T04:35:01.594Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-21T04:35:01.886Z | info: downloading installer |
26 | 2024-12-21T04:35:03.103Z | info: profile set to 'default' |
27 | 2024-12-21T04:35:03.103Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-21T04:35:03.105Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-21T04:35:03.252Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-21T04:35:03.252Z | info: downloading component 'cargo' |
31 | 2024-12-21T04:35:04.110Z | info: downloading component 'clippy' |
32 | 2024-12-21T04:35:04.415Z | info: downloading component 'rust-docs' |
33 | 2024-12-21T04:35:05.557Z | info: downloading component 'rust-std' |
34 | 2024-12-21T04:35:07.336Z | info: downloading component 'rustc' |
35 | 2024-12-21T04:35:13.716Z | info: downloading component 'rustfmt' |
36 | 2024-12-21T04:35:13.958Z | info: installing component 'cargo' |
37 | 2024-12-21T04:35:14.753Z | info: installing component 'clippy' |
38 | 2024-12-21T04:35:15.115Z | info: installing component 'rust-docs' |
39 | 2024-12-21T04:35:16.712Z | info: installing component 'rust-std' |
40 | 2024-12-21T04:35:18.408Z | info: installing component 'rustc' |
41 | 2024-12-21T04:35:24.098Z | info: installing component 'rustfmt' |
42 | 2024-12-21T04:35:24.420Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-21T04:35:24.420Z | |
44 | 2024-12-21T04:35:24.783Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-21T04:35:24.783Z | |
46 | 2024-12-21T04:35:24.785Z | |
47 | 2024-12-21T04:35:24.785Z | Rust is installed now. Great! |
48 | 2024-12-21T04:35:24.785Z | |
49 | 2024-12-21T04:35:24.785Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-21T04:35:24.785Z | environment variable. This has not been done automatically. |
51 | 2024-12-21T04:35:24.785Z | |
52 | 2024-12-21T04:35:24.785Z | To configure your current shell, you need to source |
53 | 2024-12-21T04:35:24.785Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-21T04:35:24.785Z | |
55 | 2024-12-21T04:35:24.785Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-21T04:35:24.785Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-21T04:35:24.785Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-21T04:35:24.849Z | + rustc --version |
59 | 2024-12-21T04:35:24.917Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-21T04:35:24.920Z | process exited: duration 23341 ms, exit code 0 |
|
61 | 2024-12-21T04:35:24.927Z | starting task 2: "authentication" |
62 | 2024-12-21T04:35:24.948Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-21T04:35:24.955Z | starting task 3: "clone repository" |
64 | 2024-12-21T04:35:24.961Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-21T04:35:24.964Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-21T04:35:25.256Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-21T04:35:32.681Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-21T04:35:32.683Z | + git fetch origin 71dd48bb56b29beeb6221be7a604bfa9c7bb59b5 |
69 | 2024-12-21T04:35:32.991Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-21T04:35:32.991Z | * branch 71dd48bb56b29beeb6221be7a604bfa9c7bb59b5 -> FETCH_HEAD |
71 | 2024-12-21T04:35:33.002Z | + [[ -n renovate/secrecy-0.x ]] |
72 | 2024-12-21T04:35:33.004Z | ++ git branch --show-current |
73 | 2024-12-21T04:35:33.007Z | + current=main |
74 | 2024-12-21T04:35:33.007Z | + [[ main != renovate/secrecy-0.x ]] |
75 | 2024-12-21T04:35:33.007Z | + git branch -f renovate/secrecy-0.x 71dd48bb56b29beeb6221be7a604bfa9c7bb59b5 |
76 | 2024-12-21T04:35:33.010Z | + git checkout -f renovate/secrecy-0.x |
77 | 2024-12-21T04:35:33.184Z | Switched to branch 'renovate/secrecy-0.x' |
78 | 2024-12-21T04:35:33.187Z | + git reset --hard 71dd48bb56b29beeb6221be7a604bfa9c7bb59b5 |
79 | 2024-12-21T04:35:33.201Z | HEAD is now at 71dd48bb5 Update Rust crate secrecy to 0.10.3 |
80 | 2024-12-21T04:35:33.204Z | process exited: duration 8245 ms, exit code 0 |
|
81 | 2024-12-21T04:35:33.209Z | starting task 4: "build" |
82 | 2024-12-21T04:35:33.215Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-21T04:35:33.215Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-21T04:35:33.215Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-21T04:35:33.217Z | + cargo --version |
86 | 2024-12-21T04:35:33.272Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-21T04:35:33.275Z | + rustc --version |
88 | 2024-12-21T04:35:33.335Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-21T04:35:33.338Z | + cargo tree --locked |
90 | 2024-12-21T04:35:33.594Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
91 | 2024-12-21T04:35:33.871Z | Updating crates.io index |
92 | 2024-12-21T04:35:33.920Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
93 | 2024-12-21T04:35:34.170Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
94 | 2024-12-21T04:35:34.700Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
95 | 2024-12-21T04:35:34.967Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
96 | 2024-12-21T04:35:35.199Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
97 | 2024-12-21T04:35:35.536Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
98 | 2024-12-21T04:35:36.474Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
99 | 2024-12-21T04:35:38.138Z | Updating git repository `https://github.com/oxidecomputer/opte` |
100 | 2024-12-21T04:35:38.851Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
101 | 2024-12-21T04:35:39.504Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
102 | 2024-12-21T04:35:39.767Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
103 | 2024-12-21T04:35:40.080Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
104 | 2024-12-21T04:35:40.742Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
105 | 2024-12-21T04:35:41.114Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
106 | 2024-12-21T04:35:41.402Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
107 | 2024-12-21T04:35:41.685Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
108 | 2024-12-21T04:35:41.941Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
109 | 2024-12-21T04:35:42.216Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
110 | 2024-12-21T04:35:42.526Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
111 | 2024-12-21T04:35:42.859Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
112 | 2024-12-21T04:35:43.289Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
113 | 2024-12-21T04:35:43.515Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
114 | 2024-12-21T04:35:44.083Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
115 | 2024-12-21T04:35:44.383Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
116 | 2024-12-21T04:35:44.812Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
117 | 2024-12-21T04:35:45.385Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
118 | 2024-12-21T04:35:45.661Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
119 | 2024-12-21T04:35:45.923Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
120 | 2024-12-21T04:35:46.173Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
121 | 2024-12-21T04:35:47.650Z | Downloading crates ... |
122 | 2024-12-21T04:35:47.771Z | Downloaded assert_matches v1.5.0 |
123 | 2024-12-21T04:35:47.780Z | Downloaded adler2 v2.0.0 |
124 | 2024-12-21T04:35:47.782Z | Downloaded assert_cmd v2.0.16 |
125 | 2024-12-21T04:35:47.788Z | Downloaded ciborium v0.2.2 |
126 | 2024-12-21T04:35:47.795Z | Downloaded event-listener v2.5.3 |
127 | 2024-12-21T04:35:47.797Z | Downloaded ff v0.13.0 |
128 | 2024-12-21T04:35:47.799Z | Downloaded async-object-pool v0.1.5 |
129 | 2024-12-21T04:35:47.801Z | Downloaded errno v0.3.9 |
130 | 2024-12-21T04:35:47.803Z | Downloaded foreign-types-shared v0.1.1 |
131 | 2024-12-21T04:35:47.803Z | Downloaded escape8259 v0.5.3 |
132 | 2024-12-21T04:35:47.805Z | Downloaded async-stream-impl v0.3.6 |
133 | 2024-12-21T04:35:47.805Z | Downloaded foreign-types-shared v0.3.1 |
134 | 2024-12-21T04:35:47.809Z | Downloaded cfg_aliases v0.1.1 |
135 | 2024-12-21T04:35:47.811Z | Downloaded foreign-types v0.3.2 |
136 | 2024-12-21T04:35:47.814Z | Downloaded atty v0.2.14 |
137 | 2024-12-21T04:35:47.818Z | Downloaded fxhash v0.2.1 |
138 | 2024-12-21T04:35:47.820Z | Downloaded guppy-workspace-hack v0.1.0 |
139 | 2024-12-21T04:35:47.820Z | Downloaded assert-json-diff v2.0.2 |
140 | 2024-12-21T04:35:47.823Z | Downloaded headers-core v0.3.0 |
141 | 2024-12-21T04:35:47.823Z | Downloaded aead v0.5.2 |
142 | 2024-12-21T04:35:47.825Z | Downloaded approx v0.5.1 |
143 | 2024-12-21T04:35:47.825Z | Downloaded anstream v0.6.15 |
144 | 2024-12-21T04:35:47.827Z | Downloaded anstyle v1.0.10 |
145 | 2024-12-21T04:35:47.830Z | Downloaded fnv v1.0.7 |
146 | 2024-12-21T04:35:47.832Z | Downloaded fragile v2.0.0 |
147 | 2024-12-21T04:35:47.836Z | Downloaded ascii-canvas v3.0.0 |
148 | 2024-12-21T04:35:47.839Z | Downloaded http-body v1.0.1 |
149 | 2024-12-21T04:35:47.841Z | Downloaded hubpack_derive v0.1.1 |
150 | 2024-12-21T04:35:47.841Z | Downloaded byteorder v1.5.0 |
151 | 2024-12-21T04:35:47.843Z | Downloaded atomicwrites v0.4.4 |
152 | 2024-12-21T04:35:47.843Z | Downloaded anes v0.1.6 |
153 | 2024-12-21T04:35:47.846Z | Downloaded cargo-platform v0.1.8 |
154 | 2024-12-21T04:35:47.848Z | Downloaded block-buffer v0.10.4 |
155 | 2024-12-21T04:35:47.848Z | Downloaded http-range v0.1.5 |
156 | 2024-12-21T04:35:47.850Z | Downloaded cast v0.3.0 |
157 | 2024-12-21T04:35:47.853Z | Downloaded buf-list v1.0.3 |
158 | 2024-12-21T04:35:47.853Z | Downloaded bitflags v1.3.2 |
159 | 2024-12-21T04:35:47.856Z | Downloaded futures-macro v0.3.31 |
160 | 2024-12-21T04:35:47.859Z | Downloaded futures-sink v0.3.31 |
161 | 2024-12-21T04:35:47.859Z | Downloaded filetime v0.2.25 |
162 | 2024-12-21T04:35:47.863Z | Downloaded fd-lock v4.0.2 |
163 | 2024-12-21T04:35:47.865Z | Downloaded generic-array v0.14.7 |
164 | 2024-12-21T04:35:47.865Z | Downloaded event-listener-strategy v0.5.2 |
165 | 2024-12-21T04:35:47.867Z | Downloaded hostname v0.3.1 |
166 | 2024-12-21T04:35:47.882Z | Downloaded cexpr v0.6.0 |
167 | 2024-12-21T04:35:47.882Z | Downloaded http-body-util v0.1.2 |
168 | 2024-12-21T04:35:47.886Z | Downloaded home v0.5.9 |
169 | 2024-12-21T04:35:47.886Z | Downloaded humantime v2.1.0 |
170 | 2024-12-21T04:35:47.886Z | Downloaded bitfield-struct v0.6.2 |
171 | 2024-12-21T04:35:47.886Z | Downloaded hex-literal v0.4.1 |
172 | 2024-12-21T04:35:47.886Z | Downloaded heck v0.3.3 |
173 | 2024-12-21T04:35:47.886Z | Downloaded arrayvec v0.7.6 |
174 | 2024-12-21T04:35:47.886Z | Downloaded group v0.13.0 |
175 | 2024-12-21T04:35:47.886Z | Downloaded hash32 v0.2.1 |
176 | 2024-12-21T04:35:47.886Z | Downloaded httpdate v1.0.3 |
177 | 2024-12-21T04:35:47.888Z | Downloaded allocator-api2 v0.2.18 |
178 | 2024-12-21T04:35:47.889Z | Downloaded cfg_aliases v0.2.1 |
179 | 2024-12-21T04:35:47.890Z | Downloaded cassowary v0.3.0 |
180 | 2024-12-21T04:35:47.890Z | Downloaded hostname v0.4.0 |
181 | 2024-12-21T04:35:47.892Z | Downloaded bit-set v0.5.3 |
182 | 2024-12-21T04:35:47.894Z | Downloaded glob v0.3.1 |
183 | 2024-12-21T04:35:47.897Z | Downloaded futures-core v0.3.31 |
184 | 2024-12-21T04:35:47.897Z | Downloaded foreign-types-macros v0.2.3 |
185 | 2024-12-21T04:35:47.900Z | Downloaded hash32 v0.3.1 |
186 | 2024-12-21T04:35:47.900Z | Downloaded float-cmp v0.9.0 |
187 | 2024-12-21T04:35:47.902Z | Downloaded bytecount v0.6.8 |
188 | 2024-12-21T04:35:47.904Z | Downloaded async-signal v0.2.10 |
189 | 2024-12-21T04:35:47.904Z | Downloaded bb8 v0.8.5 |
190 | 2024-12-21T04:35:47.906Z | Downloaded futures-channel v0.3.31 |
191 | 2024-12-21T04:35:47.908Z | Downloaded async-bb8-diesel v0.2.1 |
192 | 2024-12-21T04:35:47.911Z | Downloaded futures-lite v2.3.0 |
193 | 2024-12-21T04:35:47.913Z | Downloaded hubpack v0.1.2 |
194 | 2024-12-21T04:35:47.913Z | Downloaded bzip2 v0.4.4 |
195 | 2024-12-21T04:35:47.916Z | Downloaded foldhash v0.1.3 |
196 | 2024-12-21T04:35:47.918Z | Downloaded num_enum_derive v0.5.11 |
197 | 2024-12-21T04:35:47.918Z | Downloaded camino-tempfile v1.1.1 |
198 | 2024-12-21T04:35:47.920Z | Downloaded base16ct v0.2.0 |
199 | 2024-12-21T04:35:47.923Z | Downloaded async-trait v0.1.83 |
200 | 2024-12-21T04:35:47.925Z | Downloaded blake2b_simd v1.0.2 |
201 | 2024-12-21T04:35:47.928Z | Downloaded cancel-safe-futures v0.1.5 |
202 | 2024-12-21T04:35:47.930Z | Downloaded hickory-client v0.24.1 |
203 | 2024-12-21T04:35:47.933Z | Downloaded async-process v2.3.0 |
204 | 2024-12-21T04:35:47.935Z | Downloaded addr2line v0.24.2 |
205 | 2024-12-21T04:35:47.937Z | Downloaded gethostname v0.5.0 |
206 | 2024-12-21T04:35:47.940Z | Downloaded olpc-cjson v0.1.4 |
207 | 2024-12-21T04:35:47.943Z | Downloaded arc-swap v1.7.1 |
208 | 2024-12-21T04:35:47.946Z | Downloaded num-integer v0.1.46 |
209 | 2024-12-21T04:35:47.946Z | Downloaded heck v0.4.1 |
210 | 2024-12-21T04:35:47.949Z | Downloaded hyper-rustls v0.27.3 |
211 | 2024-12-21T04:35:47.951Z | Downloaded hyper-rustls v0.26.0 |
212 | 2024-12-21T04:35:47.953Z | Downloaded highway v1.2.0 |
213 | 2024-12-21T04:35:47.956Z | Downloaded serde-big-array v0.5.1 |
214 | 2024-12-21T04:35:47.958Z | Downloaded futures-timer v3.0.3 |
215 | 2024-12-21T04:35:47.958Z | Downloaded httparse v1.9.5 |
216 | 2024-12-21T04:35:47.961Z | Downloaded signal-hook-tokio v0.3.1 |
217 | 2024-12-21T04:35:47.963Z | Downloaded sqlparser_derive v0.2.2 |
218 | 2024-12-21T04:35:47.963Z | Downloaded phf_codegen v0.11.2 |
219 | 2024-12-21T04:35:47.965Z | Downloaded pem v3.0.4 |
220 | 2024-12-21T04:35:47.966Z | Downloaded parse-display v0.10.0 |
221 | 2024-12-21T04:35:47.968Z | Downloaded hashlink v0.9.1 |
222 | 2024-12-21T04:35:47.968Z | Downloaded ahash v0.8.11 |
223 | 2024-12-21T04:35:47.971Z | Downloaded toolchain_find v0.4.0 |
224 | 2024-12-21T04:35:47.973Z | Downloaded camino v1.1.9 |
225 | 2024-12-21T04:35:47.975Z | Downloaded pbkdf2 v0.11.0 |
226 | 2024-12-21T04:35:47.978Z | Downloaded async-io v2.3.4 |
227 | 2024-12-21T04:35:47.980Z | Downloaded httptest v0.16.1 |
228 | 2024-12-21T04:35:47.982Z | Downloaded hmac v0.12.1 |
229 | 2024-12-21T04:35:47.984Z | Downloaded plotters-backend v0.3.7 |
230 | 2024-12-21T04:35:47.987Z | Downloaded futures v0.3.31 |
231 | 2024-12-21T04:35:47.990Z | Downloaded zone_cfg_derive v0.1.2 |
232 | 2024-12-21T04:35:47.992Z | Downloaded vte_generate_state_changes v0.1.2 |
233 | 2024-12-21T04:35:47.992Z | Downloaded darling_macro v0.20.10 |
234 | 2024-12-21T04:35:47.994Z | Downloaded rpassword v7.3.1 |
235 | 2024-12-21T04:35:47.995Z | Downloaded radium v0.7.0 |
236 | 2024-12-21T04:35:47.997Z | Downloaded r2d2 v0.8.10 |
237 | 2024-12-21T04:35:47.997Z | Downloaded cfg-expr v0.17.0 |
238 | 2024-12-21T04:35:48.000Z | Downloaded quick-error v1.2.3 |
239 | 2024-12-21T04:35:48.002Z | Downloaded rustfmt-wrapper v0.2.1 |
240 | 2024-12-21T04:35:48.004Z | Downloaded event-listener v5.3.1 |
241 | 2024-12-21T04:35:48.006Z | Downloaded signal-hook-mio v0.2.4 |
242 | 2024-12-21T04:35:48.006Z | Downloaded blake2 v0.10.6 |
243 | 2024-12-21T04:35:48.009Z | Downloaded async-task v4.7.1 |
244 | 2024-12-21T04:35:48.012Z | Downloaded scroll v0.12.0 |
245 | 2024-12-21T04:35:48.014Z | Downloaded spin v0.5.2 |
246 | 2024-12-21T04:35:48.017Z | Downloaded globset v0.4.15 |
247 | 2024-12-21T04:35:48.017Z | Downloaded shell-words v1.1.0 |
248 | 2024-12-21T04:35:48.019Z | Downloaded serde-hex v0.1.0 |
249 | 2024-12-21T04:35:48.019Z | Downloaded spki v0.7.3 |
250 | 2024-12-21T04:35:48.021Z | Downloaded shlex v1.3.0 |
251 | 2024-12-21T04:35:48.025Z | Downloaded derive_builder_macro v0.20.2 |
252 | 2024-12-21T04:35:48.025Z | Downloaded ssh-encoding v0.2.0 |
253 | 2024-12-21T04:35:48.025Z | Downloaded signature v2.2.0 |
254 | 2024-12-21T04:35:48.027Z | Downloaded thread_local v1.1.8 |
255 | 2024-12-21T04:35:48.030Z | Downloaded thread-id v4.2.2 |
256 | 2024-12-21T04:35:48.030Z | Downloaded thiserror-no-std v2.0.2 |
257 | 2024-12-21T04:35:48.033Z | Downloaded twox-hash v1.6.3 |
258 | 2024-12-21T04:35:48.035Z | Downloaded topological-sort v0.2.2 |
259 | 2024-12-21T04:35:48.037Z | Downloaded thiserror-impl v2.0.3 |
260 | 2024-12-21T04:35:48.040Z | Downloaded pest_derive v2.7.14 |
261 | 2024-12-21T04:35:48.042Z | Downloaded unicode-truncate v1.1.0 |
262 | 2024-12-21T04:35:48.044Z | Downloaded postgres-types v0.2.8 |
263 | 2024-12-21T04:35:48.046Z | Downloaded flume v0.11.1 |
264 | 2024-12-21T04:35:48.048Z | Downloaded version_check v0.9.5 |
265 | 2024-12-21T04:35:48.051Z | Downloaded utf8parse v0.2.2 |
266 | 2024-12-21T04:35:48.053Z | Downloaded postgres-protocol v0.6.7 |
267 | 2024-12-21T04:35:48.053Z | Downloaded md5 v0.7.0 |
268 | 2024-12-21T04:35:48.056Z | Downloaded xattr v1.3.1 |
269 | 2024-12-21T04:35:48.056Z | Downloaded base64 v0.13.1 |
270 | 2024-12-21T04:35:48.059Z | Downloaded precomputed-hash v0.1.1 |
271 | 2024-12-21T04:35:48.061Z | Downloaded phf_shared v0.10.0 |
272 | 2024-12-21T04:35:48.061Z | Downloaded num-conv v0.1.0 |
273 | 2024-12-21T04:35:48.063Z | Downloaded xz2 v0.1.7 |
274 | 2024-12-21T04:35:48.065Z | Downloaded newtype_derive v0.1.6 |
275 | 2024-12-21T04:35:48.066Z | Downloaded zerovec-derive v0.10.3 |
276 | 2024-12-21T04:35:48.068Z | Downloaded pin-project-internal v1.1.6 |
277 | 2024-12-21T04:35:48.070Z | Downloaded convert_case v0.4.0 |
278 | 2024-12-21T04:35:48.070Z | Downloaded constant_time_eq v0.3.1 |
279 | 2024-12-21T04:35:48.073Z | Downloaded thiserror-impl-no-std v2.0.2 |
280 | 2024-12-21T04:35:48.073Z | Downloaded thiserror-impl v1.0.69 |
281 | 2024-12-21T04:35:48.075Z | Downloaded termcolor v1.4.1 |
282 | 2024-12-21T04:35:48.075Z | Downloaded ssh-cipher v0.2.0 |
283 | 2024-12-21T04:35:48.078Z | Downloaded signal-hook-registry v1.4.2 |
284 | 2024-12-21T04:35:48.078Z | Downloaded scopeguard v1.2.0 |
285 | 2024-12-21T04:35:48.081Z | Downloaded semver v1.0.23 |
286 | 2024-12-21T04:35:48.083Z | Downloaded rustversion v1.0.17 |
287 | 2024-12-21T04:35:48.085Z | Downloaded term v0.7.0 |
288 | 2024-12-21T04:35:48.087Z | Downloaded progenitor-client v0.8.0 |
289 | 2024-12-21T04:35:48.090Z | Downloaded sqlformat v0.2.6 |
290 | 2024-12-21T04:35:48.090Z | Downloaded spin v0.9.8 |
291 | 2024-12-21T04:35:48.092Z | Downloaded deranged v0.3.11 |
292 | 2024-12-21T04:35:48.094Z | Downloaded dtrace-parser v0.2.0 |
293 | 2024-12-21T04:35:48.096Z | Downloaded dsl_auto_type v0.1.2 |
294 | 2024-12-21T04:35:48.099Z | Downloaded russh-cryptovec v0.7.3 |
295 | 2024-12-21T04:35:48.099Z | Downloaded inout v0.1.3 |
296 | 2024-12-21T04:35:48.099Z | Downloaded indoc v2.0.5 |
297 | 2024-12-21T04:35:48.101Z | Downloaded tokio-tungstenite v0.23.1 |
298 | 2024-12-21T04:35:48.104Z | Downloaded pkcs1 v0.7.5 |
299 | 2024-12-21T04:35:48.106Z | Downloaded libsw v3.3.1 |
300 | 2024-12-21T04:35:48.108Z | Downloaded vte v0.11.1 |
301 | 2024-12-21T04:35:48.111Z | Downloaded tokio-tungstenite v0.21.0 |
302 | 2024-12-21T04:35:48.114Z | Downloaded indoc v1.0.9 |
303 | 2024-12-21T04:35:48.115Z | Downloaded lazy_static v1.5.0 |
304 | 2024-12-21T04:35:48.118Z | Downloaded lru v0.12.5 |
305 | 2024-12-21T04:35:48.120Z | Downloaded lalrpop-util v0.19.12 |
306 | 2024-12-21T04:35:48.120Z | Downloaded hyper-tls v0.6.0 |
307 | 2024-12-21T04:35:48.122Z | Downloaded enum-as-inner v0.6.1 |
308 | 2024-12-21T04:35:48.125Z | Downloaded bitflags v2.6.0 |
309 | 2024-12-21T04:35:48.128Z | Downloaded newtype-uuid v1.1.3 |
310 | 2024-12-21T04:35:48.130Z | Downloaded progenitor-macro v0.8.0 |
311 | 2024-12-21T04:35:48.130Z | Downloaded half v2.4.1 |
312 | 2024-12-21T04:35:48.132Z | Downloaded fatfs v0.3.6 |
313 | 2024-12-21T04:35:48.134Z | Downloaded parse-display-derive v0.10.0 |
314 | 2024-12-21T04:35:48.136Z | Downloaded vsss-rs v3.3.4 |
315 | 2024-12-21T04:35:48.138Z | Downloaded parking v2.2.1 |
316 | 2024-12-21T04:35:48.141Z | Downloaded anyhow v1.0.93 |
317 | 2024-12-21T04:35:48.143Z | Downloaded rstest v0.23.0 |
318 | 2024-12-21T04:35:48.149Z | Downloaded rand_chacha v0.3.1 |
319 | 2024-12-21T04:35:48.151Z | Downloaded iana-time-zone v0.1.61 |
320 | 2024-12-21T04:35:48.154Z | Downloaded predicates-core v1.0.8 |
321 | 2024-12-21T04:35:48.154Z | Downloaded const_format_proc_macros v0.2.33 |
322 | 2024-12-21T04:35:48.156Z | Downloaded ciborium-io v0.2.2 |
323 | 2024-12-21T04:35:48.159Z | Downloaded chacha20poly1305 v0.10.1 |
324 | 2024-12-21T04:35:48.161Z | Downloaded heapless v0.7.17 |
325 | 2024-12-21T04:35:48.163Z | Downloaded derive_builder_core v0.20.2 |
326 | 2024-12-21T04:35:48.166Z | Downloaded rustc_version v0.4.1 |
327 | 2024-12-21T04:35:48.168Z | Downloaded rfc6979 v0.4.0 |
328 | 2024-12-21T04:35:48.168Z | Downloaded piper v0.2.4 |
329 | 2024-12-21T04:35:48.170Z | Downloaded jobserver v0.1.32 |
330 | 2024-12-21T04:35:48.173Z | Downloaded base64 v0.21.7 |
331 | 2024-12-21T04:35:48.176Z | Downloaded bytes v1.8.0 |
332 | 2024-12-21T04:35:48.179Z | Downloaded typenum v1.17.0 |
333 | 2024-12-21T04:35:48.182Z | Downloaded prettyplease v0.2.25 |
334 | 2024-12-21T04:35:48.185Z | Downloaded libtest-mimic v0.7.3 |
335 | 2024-12-21T04:35:48.188Z | Downloaded downcast v0.11.0 |
336 | 2024-12-21T04:35:48.190Z | Downloaded termios v0.3.3 |
337 | 2024-12-21T04:35:48.193Z | Downloaded rustc_version v0.1.7 |
338 | 2024-12-21T04:35:48.193Z | Downloaded http v1.1.0 |
339 | 2024-12-21T04:35:48.196Z | Downloaded strsim v0.11.1 |
340 | 2024-12-21T04:35:48.198Z | Downloaded smf v0.2.3 |
341 | 2024-12-21T04:35:48.201Z | Downloaded yasna v0.5.2 |
342 | 2024-12-21T04:35:48.203Z | Downloaded threadpool v1.8.1 |
343 | 2024-12-21T04:35:48.203Z | Downloaded tabled_derive v0.7.0 |
344 | 2024-12-21T04:35:48.205Z | Downloaded password-hash v0.4.2 |
345 | 2024-12-21T04:35:48.205Z | Downloaded partial-io v0.5.4 |
346 | 2024-12-21T04:35:48.208Z | Downloaded supports-color v3.0.1 |
347 | 2024-12-21T04:35:48.210Z | Downloaded rcgen v0.12.1 |
348 | 2024-12-21T04:35:48.213Z | Downloaded fancy-regex v0.13.0 |
349 | 2024-12-21T04:35:48.215Z | Downloaded strip-ansi-escapes v0.2.0 |
350 | 2024-12-21T04:35:48.218Z | Downloaded stringprep v0.1.5 |
351 | 2024-12-21T04:35:48.220Z | Downloaded once_cell v1.20.2 |
352 | 2024-12-21T04:35:48.222Z | Downloaded is_ci v1.2.0 |
353 | 2024-12-21T04:35:48.224Z | Downloaded universal-hash v0.5.1 |
354 | 2024-12-21T04:35:48.224Z | Downloaded predicates v3.1.2 |
355 | 2024-12-21T04:35:48.227Z | Downloaded data-encoding v2.6.0 |
356 | 2024-12-21T04:35:48.229Z | Downloaded dropshot_endpoint v0.13.0 |
357 | 2024-12-21T04:35:48.232Z | Downloaded dropshot_endpoint v0.12.0 |
358 | 2024-12-21T04:35:48.234Z | Downloaded password-hash v0.5.0 |
359 | 2024-12-21T04:35:48.237Z | Downloaded hickory-server v0.24.1 |
360 | 2024-12-21T04:35:48.242Z | Downloaded tar v0.4.42 |
361 | 2024-12-21T04:35:48.245Z | Downloaded openssl-probe v0.1.5 |
362 | 2024-12-21T04:35:48.247Z | Downloaded wyz v0.5.1 |
363 | 2024-12-21T04:35:48.249Z | Downloaded crc v3.2.1 |
364 | 2024-12-21T04:35:48.251Z | Downloaded ident_case v1.0.1 |
365 | 2024-12-21T04:35:48.251Z | Downloaded ciborium-ll v0.2.2 |
366 | 2024-12-21T04:35:48.254Z | Downloaded pathdiff v0.2.2 |
367 | 2024-12-21T04:35:48.254Z | Downloaded ena v0.14.3 |
368 | 2024-12-21T04:35:48.256Z | Downloaded quote v1.0.37 |
369 | 2024-12-21T04:35:48.258Z | Downloaded embedded-io v0.6.1 |
370 | 2024-12-21T04:35:48.261Z | Downloaded flate2 v1.0.34 |
371 | 2024-12-21T04:35:48.265Z | Downloaded pretty-hex v0.2.1 |
372 | 2024-12-21T04:35:48.267Z | Downloaded managed v0.8.0 |
373 | 2024-12-21T04:35:48.267Z | Downloaded is_terminal_polyfill v1.70.1 |
374 | 2024-12-21T04:35:48.269Z | Downloaded is-terminal v0.4.13 |
375 | 2024-12-21T04:35:48.269Z | Downloaded semver v0.1.20 |
376 | 2024-12-21T04:35:48.271Z | Downloaded omicron-zone-package v0.11.1 |
377 | 2024-12-21T04:35:48.274Z | Downloaded tokio-native-tls v0.3.1 |
378 | 2024-12-21T04:35:48.277Z | Downloaded thiserror v2.0.3 |
379 | 2024-12-21T04:35:48.281Z | Downloaded rand_seeder v0.3.0 |
380 | 2024-12-21T04:35:48.283Z | Downloaded mockall v0.13.0 |
381 | 2024-12-21T04:35:48.285Z | Downloaded tokio-tungstenite v0.24.0 |
382 | 2024-12-21T04:35:48.287Z | Downloaded nodrop v0.1.14 |
383 | 2024-12-21T04:35:48.288Z | Downloaded macaddr v1.0.1 |
384 | 2024-12-21T04:35:48.289Z | Downloaded num_cpus v1.16.0 |
385 | 2024-12-21T04:35:48.292Z | Downloaded derive_more v0.99.18 |
386 | 2024-12-21T04:35:48.296Z | Downloaded value-bag v1.9.0 |
387 | 2024-12-21T04:35:48.300Z | Downloaded pkcs8 v0.10.2 |
388 | 2024-12-21T04:35:48.302Z | Downloaded derive-where v1.2.7 |
389 | 2024-12-21T04:35:48.306Z | Downloaded termtree v0.4.1 |
390 | 2024-12-21T04:35:48.308Z | Downloaded usdt-macro v0.5.0 |
391 | 2024-12-21T04:35:48.311Z | Downloaded target-triple v0.1.3 |
392 | 2024-12-21T04:35:48.311Z | Downloaded usdt-attr-macro v0.5.0 |
393 | 2024-12-21T04:35:48.311Z | Downloaded time-core v0.1.2 |
394 | 2024-12-21T04:35:48.313Z | Downloaded cpufeatures v0.2.14 |
395 | 2024-12-21T04:35:48.313Z | Downloaded cookie_store v0.21.0 |
396 | 2024-12-21T04:35:48.316Z | Downloaded similar v2.6.0 |
397 | 2024-12-21T04:35:48.319Z | Downloaded whoami v1.5.2 |
398 | 2024-12-21T04:35:48.322Z | Downloaded usdt v0.5.0 |
399 | 2024-12-21T04:35:48.324Z | Downloaded hyper-util v0.1.10 |
400 | 2024-12-21T04:35:48.327Z | Downloaded pest_generator v2.7.14 |
401 | 2024-12-21T04:35:48.329Z | Downloaded cstr-argument v0.1.2 |
402 | 2024-12-21T04:35:48.331Z | Downloaded crunchy v0.2.2 |
403 | 2024-12-21T04:35:48.331Z | Downloaded relative-path v1.9.3 |
404 | 2024-12-21T04:35:48.333Z | Downloaded crucible-workspace-hack v0.1.0 |
405 | 2024-12-21T04:35:48.333Z | Downloaded instant v0.1.13 |
406 | 2024-12-21T04:35:48.335Z | Downloaded unicode-ident v1.0.13 |
407 | 2024-12-21T04:35:48.338Z | Downloaded serde_repr v0.1.19 |
408 | 2024-12-21T04:35:48.342Z | Downloaded yansi v1.0.1 |
409 | 2024-12-21T04:35:48.345Z | Downloaded static_assertions v1.1.0 |
410 | 2024-12-21T04:35:48.345Z | Downloaded stable_deref_trait v1.2.0 |
411 | 2024-12-21T04:35:48.345Z | Downloaded slog-bunyan v2.5.0 |
412 | 2024-12-21T04:35:48.347Z | Downloaded memmap2 v0.9.5 |
413 | 2024-12-21T04:35:48.349Z | Downloaded slog-async v2.8.0 |
414 | 2024-12-21T04:35:48.349Z | Downloaded compact_str v0.8.0 |
415 | 2024-12-21T04:35:48.353Z | Downloaded clap v4.5.21 |
416 | 2024-12-21T04:35:48.362Z | Downloaded sha1 v0.10.6 |
417 | 2024-12-21T04:35:48.364Z | Downloaded cookie v0.18.1 |
418 | 2024-12-21T04:35:48.367Z | Downloaded aes v0.8.4 |
419 | 2024-12-21T04:35:48.370Z | Downloaded thiserror v1.0.69 |
420 | 2024-12-21T04:35:48.374Z | Downloaded utf-8 v0.7.6 |
421 | 2024-12-21T04:35:48.377Z | Downloaded terminal_size v0.4.0 |
422 | 2024-12-21T04:35:48.379Z | Downloaded nom v7.1.3 |
423 | 2024-12-21T04:35:48.383Z | Downloaded target-spec v3.2.2 |
424 | 2024-12-21T04:35:48.385Z | Downloaded icu_locid_transform_data v1.5.0 |
425 | 2024-12-21T04:35:48.387Z | Downloaded colorchoice v1.0.2 |
426 | 2024-12-21T04:35:48.390Z | Downloaded dhcproto v0.12.0 |
427 | 2024-12-21T04:35:48.392Z | Downloaded oso-derive v0.27.3 |
428 | 2024-12-21T04:35:48.392Z | Downloaded untrusted v0.7.1 |
429 | 2024-12-21T04:35:48.394Z | Downloaded des v0.8.1 |
430 | 2024-12-21T04:35:48.396Z | Downloaded sigpipe v0.1.3 |
431 | 2024-12-21T04:35:48.396Z | Downloaded dunce v1.0.5 |
432 | 2024-12-21T04:35:48.398Z | Downloaded crypto-common v0.1.6 |
433 | 2024-12-21T04:35:48.400Z | Downloaded crc-any v2.5.0 |
434 | 2024-12-21T04:35:48.400Z | Downloaded untrusted v0.9.0 |
435 | 2024-12-21T04:35:48.404Z | Downloaded dirs-sys-next v0.1.2 |
436 | 2024-12-21T04:35:48.407Z | Downloaded synstructure v0.13.1 |
437 | 2024-12-21T04:35:48.407Z | Downloaded zopfli v0.8.1 |
438 | 2024-12-21T04:35:48.408Z | Downloaded instability v0.3.2 |
439 | 2024-12-21T04:35:48.411Z | Downloaded pkcs5 v0.7.1 |
440 | 2024-12-21T04:35:48.413Z | Downloaded mockall_derive v0.13.0 |
441 | 2024-12-21T04:35:48.416Z | Downloaded sec1 v0.7.3 |
442 | 2024-12-21T04:35:48.418Z | Downloaded sct v0.7.1 |
443 | 2024-12-21T04:35:48.421Z | Downloaded hashbrown v0.15.1 |
444 | 2024-12-21T04:35:48.425Z | Downloaded salsa20 v0.10.2 |
445 | 2024-12-21T04:35:48.427Z | Downloaded ssh-key v0.6.6 |
446 | 2024-12-21T04:35:48.433Z | Downloaded mirai-annotations v1.12.0 |
447 | 2024-12-21T04:35:48.435Z | Downloaded maybe-uninit v2.0.0 |
448 | 2024-12-21T04:35:48.438Z | Downloaded packed_struct_codegen v0.10.1 |
449 | 2024-12-21T04:35:48.438Z | Downloaded want v0.3.1 |
450 | 2024-12-21T04:35:48.440Z | Downloaded usdt-impl v0.5.0 |
451 | 2024-12-21T04:35:48.440Z | Downloaded rand v0.8.5 |
452 | 2024-12-21T04:35:48.443Z | Downloaded tempfile v3.13.0 |
453 | 2024-12-21T04:35:48.447Z | Downloaded snafu-derive v0.8.5 |
454 | 2024-12-21T04:35:48.450Z | Downloaded zone_cfg_derive v0.3.0 |
455 | 2024-12-21T04:35:48.450Z | Downloaded equivalent v1.0.1 |
456 | 2024-12-21T04:35:48.450Z | Downloaded oorandom v11.1.4 |
457 | 2024-12-21T04:35:48.452Z | Downloaded time-macros v0.2.18 |
458 | 2024-12-21T04:35:48.455Z | Downloaded guppy v0.17.8 |
459 | 2024-12-21T04:35:48.459Z | Downloaded rustls-pemfile v1.0.4 |
460 | 2024-12-21T04:35:48.462Z | Downloaded num-bigint v0.4.6 |
461 | 2024-12-21T04:35:48.466Z | Downloaded progenitor v0.8.0 |
462 | 2024-12-21T04:35:48.468Z | Downloaded secrecy v0.8.0 |
463 | 2024-12-21T04:35:48.471Z | Downloaded simd-adler32 v0.3.7 |
464 | 2024-12-21T04:35:48.471Z | Downloaded slog v2.7.0 |
465 | 2024-12-21T04:35:48.473Z | Downloaded env_logger v0.10.2 |
466 | 2024-12-21T04:35:48.476Z | Downloaded subtle v2.6.1 |
467 | 2024-12-21T04:35:48.478Z | Downloaded proc-macro2 v1.0.89 |
468 | 2024-12-21T04:35:48.481Z | Downloaded tokio-macros v2.4.0 |
469 | 2024-12-21T04:35:48.483Z | Downloaded parse-zoneinfo v0.3.1 |
470 | 2024-12-21T04:35:48.484Z | Downloaded unsafe-libyaml v0.2.11 |
471 | 2024-12-21T04:35:48.488Z | Downloaded num-bigint-dig v0.8.4 |
472 | 2024-12-21T04:35:48.493Z | Downloaded hashbrown v0.14.5 |
473 | 2024-12-21T04:35:48.498Z | Downloaded peg-runtime v0.8.3 |
474 | 2024-12-21T04:35:48.500Z | Downloaded aes-gcm v0.10.3 |
475 | 2024-12-21T04:35:48.502Z | Downloaded unicode-segmentation v1.12.0 |
476 | 2024-12-21T04:35:48.506Z | Downloaded unicase v2.7.0 |
477 | 2024-12-21T04:35:48.508Z | Downloaded textwrap v0.16.1 |
478 | 2024-12-21T04:35:48.511Z | Downloaded which v4.4.2 |
479 | 2024-12-21T04:35:48.514Z | Downloaded tokio-postgres v0.7.12 |
480 | 2024-12-21T04:35:48.518Z | Downloaded sync_wrapper v1.0.1 |
481 | 2024-12-21T04:35:48.521Z | Downloaded debug-ignore v1.0.5 |
482 | 2024-12-21T04:35:48.521Z | Downloaded dirs-next v2.0.0 |
483 | 2024-12-21T04:35:48.523Z | Downloaded criterion-plot v0.5.0 |
484 | 2024-12-21T04:35:48.523Z | Downloaded multer v3.1.0 |
485 | 2024-12-21T04:35:48.525Z | Downloaded display-error-chain v0.2.2 |
486 | 2024-12-21T04:35:48.527Z | Downloaded cipher v0.4.4 |
487 | 2024-12-21T04:35:48.530Z | Downloaded postcard v1.0.10 |
488 | 2024-12-21T04:35:48.533Z | Downloaded utf8_iter v1.0.4 |
489 | 2024-12-21T04:35:48.533Z | Downloaded zerofrom v0.1.4 |
490 | 2024-12-21T04:35:48.535Z | Downloaded pest_meta v2.7.14 |
491 | 2024-12-21T04:35:48.535Z | Downloaded try-lock v0.2.5 |
492 | 2024-12-21T04:35:48.538Z | Downloaded either v1.13.0 |
493 | 2024-12-21T04:35:48.538Z | Downloaded stringmetrics v2.2.2 |
494 | 2024-12-21T04:35:48.540Z | Downloaded rustls-pemfile v2.2.0 |
495 | 2024-12-21T04:35:48.543Z | Downloaded nibble_vec v0.1.0 |
496 | 2024-12-21T04:35:48.546Z | Downloaded lockfree-object-pool v0.1.6 |
497 | 2024-12-21T04:35:48.548Z | Downloaded lru-cache v0.1.2 |
498 | 2024-12-21T04:35:48.548Z | Downloaded sha2 v0.10.8 |
499 | 2024-12-21T04:35:48.550Z | Downloaded crossbeam-utils v0.8.20 |
500 | 2024-12-21T04:35:48.553Z | Downloaded rustls-native-certs v0.7.3 |
501 | 2024-12-21T04:35:48.555Z | Downloaded rand_distr v0.4.3 |
502 | 2024-12-21T04:35:48.560Z | Downloaded tough v0.19.0 |
503 | 2024-12-21T04:35:48.566Z | Downloaded dhcproto-macros v0.1.0 |
504 | 2024-12-21T04:35:48.568Z | Downloaded futures-util v0.3.31 |
505 | 2024-12-21T04:35:48.578Z | Downloaded path-slash v0.1.5 |
506 | 2024-12-21T04:35:48.580Z | Downloaded polyval v0.6.2 |
507 | 2024-12-21T04:35:48.583Z | Downloaded typify v0.2.0 |
508 | 2024-12-21T04:35:48.585Z | Downloaded strum_macros v0.26.4 |
509 | 2024-12-21T04:35:48.588Z | Downloaded rand_xorshift v0.3.0 |
510 | 2024-12-21T04:35:48.591Z | Downloaded slog-json v2.6.1 |
511 | 2024-12-21T04:35:48.591Z | Downloaded strum_macros v0.24.3 |
512 | 2024-12-21T04:35:48.613Z | Downloaded socket2 v0.5.7 |
513 | 2024-12-21T04:35:48.613Z | Downloaded snafu v0.8.5 |
514 | 2024-12-21T04:35:48.618Z | Downloaded slog-envlogger v2.2.0 |
515 | 2024-12-21T04:35:48.618Z | Downloaded icu_locid_transform v1.5.0 |
516 | 2024-12-21T04:35:48.618Z | Downloaded defmt v0.3.8 |
517 | 2024-12-21T04:35:48.618Z | Downloaded parking_lot_core v0.9.10 |
518 | 2024-12-21T04:35:48.618Z | Downloaded plotters v0.3.7 |
519 | 2024-12-21T04:35:48.621Z | Downloaded strum v0.26.3 |
520 | 2024-12-21T04:35:48.621Z | Downloaded lock_api v0.4.12 |
521 | 2024-12-21T04:35:48.623Z | Downloaded crc-catalog v2.4.0 |
522 | 2024-12-21T04:35:48.623Z | Downloaded zip v0.6.6 |
523 | 2024-12-21T04:35:48.627Z | Downloaded crossterm v0.28.1 |
524 | 2024-12-21T04:35:48.634Z | Downloaded hkdf v0.12.4 |
525 | 2024-12-21T04:35:48.638Z | Downloaded tower-service v0.3.3 |
526 | 2024-12-21T04:35:48.641Z | Downloaded zerofrom-derive v0.1.4 |
527 | 2024-12-21T04:35:48.641Z | Downloaded wait-timeout v0.2.0 |
528 | 2024-12-21T04:35:48.641Z | Downloaded waitgroup v0.1.2 |
529 | 2024-12-21T04:35:48.641Z | Downloaded datatest-stable v0.2.9 |
530 | 2024-12-21T04:35:48.644Z | Downloaded smawk v0.3.2 |
531 | 2024-12-21T04:35:48.646Z | Downloaded linear-map v1.2.0 |
532 | 2024-12-21T04:35:48.648Z | Downloaded kv-log-macro v1.0.7 |
533 | 2024-12-21T04:35:48.651Z | Downloaded papergrid v0.11.0 |
534 | 2024-12-21T04:35:48.654Z | Downloaded schemars_derive v0.8.21 |
535 | 2024-12-21T04:35:48.656Z | Downloaded pin-project-lite v0.2.14 |
536 | 2024-12-21T04:35:48.660Z | Downloaded h2 v0.4.6 |
537 | 2024-12-21T04:35:48.670Z | Downloaded plain v0.2.3 |
538 | 2024-12-21T04:35:48.674Z | Downloaded aho-corasick v1.1.3 |
539 | 2024-12-21T04:35:48.676Z | Downloaded nanorand v0.7.0 |
540 | 2024-12-21T04:35:48.677Z | Downloaded crypto-bigint v0.5.5 |
541 | 2024-12-21T04:35:48.682Z | Downloaded uzers v0.12.1 |
542 | 2024-12-21T04:35:48.685Z | Downloaded cobs v0.2.3 |
543 | 2024-12-21T04:35:48.688Z | Downloaded parking_lot_core v0.8.6 |
544 | 2024-12-21T04:35:48.692Z | Downloaded url v2.5.3 |
545 | 2024-12-21T04:35:48.692Z | Downloaded pin-utils v0.1.0 |
546 | 2024-12-21T04:35:48.698Z | Downloaded paste v1.0.15 |
547 | 2024-12-21T04:35:48.703Z | Downloaded crc32fast v1.4.2 |
548 | 2024-12-21T04:35:48.704Z | Downloaded env_logger v0.11.5 |
549 | 2024-12-21T04:35:48.704Z | Downloaded aws-lc-rs v1.10.0 |
550 | 2024-12-21T04:35:48.709Z | Downloaded displaydoc v0.2.5 |
551 | 2024-12-21T04:35:48.713Z | Downloaded doc-comment v0.3.3 |
552 | 2024-12-21T04:35:48.715Z | Downloaded rustls-webpki v0.101.7 |
553 | 2024-12-21T04:35:48.727Z | Downloaded matches v0.1.10 |
554 | 2024-12-21T04:35:48.730Z | Downloaded diesel_table_macro_syntax v0.2.0 |
555 | 2024-12-21T04:35:48.730Z | Downloaded openssl-macros v0.1.1 |
556 | 2024-12-21T04:35:48.732Z | Downloaded pin-project v1.1.6 |
557 | 2024-12-21T04:35:48.741Z | Downloaded match_cfg v0.1.0 |
558 | 2024-12-21T04:35:48.744Z | Downloaded kstat-rs v0.2.4 |
559 | 2024-12-21T04:35:48.744Z | Downloaded ed25519 v2.2.3 |
560 | 2024-12-21T04:35:48.747Z | Downloaded libloading v0.8.5 |
561 | 2024-12-21T04:35:48.749Z | Downloaded md-5 v0.10.6 |
562 | 2024-12-21T04:35:48.749Z | Downloaded time v0.3.36 |
563 | 2024-12-21T04:35:48.756Z | Downloaded tinyvec_macros v0.1.1 |
564 | 2024-12-21T04:35:48.760Z | Downloaded structmeta-derive v0.2.0 |
565 | 2024-12-21T04:35:48.760Z | Downloaded structmeta v0.2.0 |
566 | 2024-12-21T04:35:48.763Z | Downloaded structmeta v0.3.0 |
567 | 2024-12-21T04:35:48.763Z | Downloaded predicates-tree v1.0.11 |
568 | 2024-12-21T04:35:48.763Z | Downloaded crossbeam-deque v0.8.5 |
569 | 2024-12-21T04:35:48.765Z | Downloaded num v0.4.3 |
570 | 2024-12-21T04:35:48.765Z | Downloaded proc-macro-error v1.0.4 |
571 | 2024-12-21T04:35:48.769Z | Downloaded serde_with_macros v3.11.0 |
572 | 2024-12-21T04:35:48.771Z | Downloaded trybuild v1.0.101 |
573 | 2024-12-21T04:35:48.775Z | Downloaded rtoolbox v0.0.2 |
574 | 2024-12-21T04:35:48.778Z | Downloaded ref-cast-impl v1.0.23 |
575 | 2024-12-21T04:35:48.778Z | Downloaded ref-cast v1.0.23 |
576 | 2024-12-21T04:35:48.780Z | Downloaded target-lexicon v0.12.16 |
577 | 2024-12-21T04:35:48.783Z | Downloaded zeroize_derive v1.4.2 |
578 | 2024-12-21T04:35:48.786Z | Downloaded itertools v0.10.5 |
579 | 2024-12-21T04:35:48.790Z | Downloaded digest v0.10.7 |
580 | 2024-12-21T04:35:48.792Z | Downloaded nested v0.1.1 |
581 | 2024-12-21T04:35:48.795Z | Downloaded memoffset v0.9.1 |
582 | 2024-12-21T04:35:48.795Z | Downloaded csv-core v0.1.11 |
583 | 2024-12-21T04:35:48.798Z | Downloaded mime v0.3.17 |
584 | 2024-12-21T04:35:48.798Z | Downloaded memmap v0.7.0 |
585 | 2024-12-21T04:35:48.801Z | Downloaded num_threads v0.1.7 |
586 | 2024-12-21T04:35:48.801Z | Downloaded schemars v0.8.21 |
587 | 2024-12-21T04:35:48.812Z | Downloaded proc-macro-crate v3.2.0 |
588 | 2024-12-21T04:35:48.814Z | Downloaded ppv-lite86 v0.2.20 |
589 | 2024-12-21T04:35:48.816Z | Downloaded icu_collections v1.5.0 |
590 | 2024-12-21T04:35:48.821Z | Downloaded swrite v0.1.0 |
591 | 2024-12-21T04:35:48.823Z | Downloaded chrono v0.4.38 |
592 | 2024-12-21T04:35:48.829Z | Downloaded string_cache v0.8.7 |
593 | 2024-12-21T04:35:48.831Z | Downloaded defmt-macros v0.3.9 |
594 | 2024-12-21T04:35:48.834Z | Downloaded tracing-core v0.1.32 |
595 | 2024-12-21T04:35:48.836Z | Downloaded tiny-keccak v2.0.2 |
596 | 2024-12-21T04:35:48.840Z | Downloaded tls_codec_derive v0.4.1 |
597 | 2024-12-21T04:35:48.843Z | Downloaded bindgen v0.69.5 |
598 | 2024-12-21T04:35:48.848Z | Downloaded defmt-parser v0.3.4 |
599 | 2024-12-21T04:35:48.854Z | Downloaded zeroize v1.8.1 |
600 | 2024-12-21T04:35:48.854Z | Downloaded rustls-webpki v0.102.8 |
601 | 2024-12-21T04:35:48.869Z | Downloaded take_mut v0.2.2 |
602 | 2024-12-21T04:35:48.871Z | Downloaded async-std v1.13.0 |
603 | 2024-12-21T04:35:48.888Z | Downloaded scroll_derive v0.12.0 |
604 | 2024-12-21T04:35:48.890Z | Downloaded bitvec v1.0.1 |
605 | 2024-12-21T04:35:48.903Z | Downloaded tabwriter v1.4.0 |
606 | 2024-12-21T04:35:48.906Z | Downloaded tinytemplate v1.2.1 |
607 | 2024-12-21T04:35:48.908Z | Downloaded parse-size v1.1.0 |
608 | 2024-12-21T04:35:48.908Z | Downloaded unicode-properties v0.1.3 |
609 | 2024-12-21T04:35:48.911Z | Downloaded curve25519-dalek-derive v0.1.1 |
610 | 2024-12-21T04:35:48.911Z | Downloaded strum_macros v0.25.3 |
611 | 2024-12-21T04:35:48.913Z | Downloaded serde_path_to_error v0.1.16 |
612 | 2024-12-21T04:35:48.916Z | Downloaded diesel-dtrace v0.4.2 |
613 | 2024-12-21T04:35:48.916Z | Downloaded slog-scope v4.4.0 |
614 | 2024-12-21T04:35:48.918Z | Downloaded samael v0.0.17 |
615 | 2024-12-21T04:35:48.922Z | Downloaded libxml v0.3.3 |
616 | 2024-12-21T04:35:48.928Z | Downloaded pest v2.7.14 |
617 | 2024-12-21T04:35:48.933Z | Downloaded yoke-derive v0.7.4 |
618 | 2024-12-21T04:35:48.936Z | Downloaded pretty-hex v0.4.1 |
619 | 2024-12-21T04:35:48.936Z | Downloaded enum-as-inner v0.5.1 |
620 | 2024-12-21T04:35:48.938Z | Downloaded dof v0.3.0 |
621 | 2024-12-21T04:35:48.941Z | Downloaded git2 v0.19.0 |
622 | 2024-12-21T04:35:48.948Z | Downloaded keccak v0.1.5 |
623 | 2024-12-21T04:35:48.951Z | Downloaded criterion v0.5.1 |
624 | 2024-12-21T04:35:48.956Z | Downloaded serde_urlencoded v0.7.1 |
625 | 2024-12-21T04:35:48.959Z | Downloaded serde_plain v1.0.2 |
626 | 2024-12-21T04:35:48.961Z | Downloaded scrypt v0.11.0 |
627 | 2024-12-21T04:35:48.963Z | Downloaded rusty-fork v0.3.0 |
628 | 2024-12-21T04:35:48.963Z | Downloaded primeorder v0.13.6 |
629 | 2024-12-21T04:35:48.965Z | Downloaded ipnetwork v0.20.0 |
630 | 2024-12-21T04:35:48.968Z | Downloaded plotters-svg v0.3.7 |
631 | 2024-12-21T04:35:48.968Z | Downloaded tls_codec v0.4.1 |
632 | 2024-12-21T04:35:48.971Z | Downloaded quinn-udp v0.5.5 |
633 | 2024-12-21T04:35:48.973Z | Downloaded phf_generator v0.11.2 |
634 | 2024-12-21T04:35:48.973Z | Downloaded tui-tree-widget v0.22.0 |
635 | 2024-12-21T04:35:48.976Z | Downloaded new_debug_unreachable v1.0.6 |
636 | 2024-12-21T04:35:48.976Z | Downloaded number_prefix v0.4.0 |
637 | 2024-12-21T04:35:48.978Z | Downloaded toml_edit v0.19.15 |
638 | 2024-12-21T04:35:48.994Z | Downloaded typify-macro v0.2.0 |
639 | 2024-12-21T04:35:48.996Z | Downloaded der_derive v0.7.3 |
640 | 2024-12-21T04:35:48.996Z | Downloaded zerocopy-derive v0.7.35 |
641 | 2024-12-21T04:35:49.000Z | Downloaded crossbeam-epoch v0.9.18 |
642 | 2024-12-21T04:35:49.003Z | Downloaded rayon-core v1.12.1 |
643 | 2024-12-21T04:35:49.007Z | Downloaded newline-converter v0.3.0 |
644 | 2024-12-21T04:35:49.010Z | Downloaded rustc-hash v1.1.0 |
645 | 2024-12-21T04:35:49.010Z | Downloaded ipnet v2.10.1 |
646 | 2024-12-21T04:35:49.012Z | Downloaded ecdsa v0.16.9 |
647 | 2024-12-21T04:35:49.013Z | Downloaded toml v0.8.19 |
648 | 2024-12-21T04:35:49.016Z | Downloaded clap_lex v0.7.2 |
649 | 2024-12-21T04:35:49.018Z | Downloaded path-tree v0.8.1 |
650 | 2024-12-21T04:35:49.020Z | Downloaded colored v2.1.0 |
651 | 2024-12-21T04:35:49.020Z | Downloaded peg v0.8.4 |
652 | 2024-12-21T04:35:49.025Z | Downloaded idna_adapter v1.2.0 |
653 | 2024-12-21T04:35:49.028Z | Downloaded pbkdf2 v0.12.2 |
654 | 2024-12-21T04:35:49.028Z | Downloaded peg-macros v0.8.4 |
655 | 2024-12-21T04:35:49.031Z | Downloaded rustls-pki-types v1.10.0 |
656 | 2024-12-21T04:35:49.033Z | Downloaded zone v0.3.0 |
657 | 2024-12-21T04:35:49.035Z | Downloaded elliptic-curve v0.13.8 |
658 | 2024-12-21T04:35:49.038Z | Downloaded tokio-util v0.7.12 |
659 | 2024-12-21T04:35:49.045Z | Downloaded phf v0.11.2 |
660 | 2024-12-21T04:35:49.047Z | Downloaded smallvec v0.6.14 |
661 | 2024-12-21T04:35:49.049Z | Downloaded darling v0.20.10 |
662 | 2024-12-21T04:35:49.053Z | Downloaded linked-hash-map v0.5.6 |
663 | 2024-12-21T04:35:49.055Z | Downloaded writeable v0.5.5 |
664 | 2024-12-21T04:35:49.058Z | Downloaded maplit v1.0.2 |
665 | 2024-12-21T04:35:49.058Z | Downloaded p521 v0.13.3 |
666 | 2024-12-21T04:35:49.061Z | Downloaded yoke v0.7.4 |
667 | 2024-12-21T04:35:49.064Z | Downloaded powerfmt v0.2.0 |
668 | 2024-12-21T04:35:49.068Z | Downloaded poly1305 v0.8.0 |
669 | 2024-12-21T04:35:49.070Z | Downloaded slog-stdlog v4.1.1 |
670 | 2024-12-21T04:35:49.070Z | Downloaded slog-dtrace v0.3.0 |
671 | 2024-12-21T04:35:49.072Z | Downloaded num-derive v0.4.2 |
672 | 2024-12-21T04:35:49.072Z | Downloaded unarray v0.1.4 |
673 | 2024-12-21T04:35:49.075Z | Downloaded unicode-linebreak v0.1.5 |
674 | 2024-12-21T04:35:49.075Z | Downloaded nu-ansi-term v0.50.1 |
675 | 2024-12-21T04:35:49.078Z | Downloaded litemap v0.7.3 |
676 | 2024-12-21T04:35:49.080Z | Downloaded zerocopy v0.6.6 |
677 | 2024-12-21T04:35:49.082Z | Downloaded itertools v0.13.0 |
678 | 2024-12-21T04:35:49.090Z | Downloaded smallvec v1.13.2 |
679 | 2024-12-21T04:35:49.092Z | Downloaded rust-argon2 v2.1.0 |
680 | 2024-12-21T04:35:49.095Z | Downloaded const-oid v0.9.6 |
681 | 2024-12-21T04:35:49.097Z | Downloaded memchr v2.7.4 |
682 | 2024-12-21T04:35:49.102Z | Downloaded slog-term v2.9.1 |
683 | 2024-12-21T04:35:49.105Z | Downloaded tungstenite v0.23.0 |
684 | 2024-12-21T04:35:49.108Z | Downloaded tungstenite v0.21.0 |
685 | 2024-12-21T04:35:49.112Z | Downloaded reqwest v0.12.9 |
686 | 2024-12-21T04:35:49.122Z | Downloaded oso v0.27.3 |
687 | 2024-12-21T04:35:49.125Z | Downloaded ucd-trie v0.1.7 |
688 | 2024-12-21T04:35:49.128Z | Downloaded tracing v0.1.40 |
689 | 2024-12-21T04:35:49.132Z | Downloaded quick-xml v0.33.0 |
690 | 2024-12-21T04:35:49.139Z | Downloaded openssl-sys v0.9.103 |
691 | 2024-12-21T04:35:49.144Z | Downloaded tabled v0.15.0 |
692 | 2024-12-21T04:35:49.161Z | Downloaded polling v3.7.3 |
693 | 2024-12-21T04:35:49.165Z | Downloaded portable-atomic v1.9.0 |
694 | 2024-12-21T04:35:49.171Z | Downloaded indexmap v1.9.3 |
695 | 2024-12-21T04:35:49.174Z | Downloaded zerocopy-derive v0.8.10 |
696 | 2024-12-21T04:35:49.181Z | Downloaded crossbeam-channel v0.5.13 |
697 | 2024-12-21T04:35:49.185Z | Downloaded toml_edit v0.22.22 |
698 | 2024-12-21T04:35:49.208Z | Downloaded tungstenite v0.24.0 |
699 | 2024-12-21T04:35:49.212Z | Downloaded der v0.7.9 |
700 | 2024-12-21T04:35:49.216Z | Downloaded winnow v0.5.40 |
701 | 2024-12-21T04:35:49.225Z | Downloaded zerocopy v0.8.10 |
702 | 2024-12-21T04:35:49.250Z | Downloaded rustyline v14.0.0 |
703 | 2024-12-21T04:35:49.255Z | Downloaded proptest v1.5.0 |
704 | 2024-12-21T04:35:49.265Z | Downloaded unicode-width v0.1.14 |
705 | 2024-12-21T04:35:49.271Z | Downloaded reedline v0.35.0 |
706 | 2024-12-21T04:35:49.279Z | Downloaded regex v1.11.1 |
707 | 2024-12-21T04:35:49.292Z | Downloaded idna v0.4.0 |
708 | 2024-12-21T04:35:49.299Z | Downloaded x509-cert v0.2.5 |
709 | 2024-12-21T04:35:49.305Z | Downloaded clap_builder v4.5.21 |
710 | 2024-12-21T04:35:49.313Z | Downloaded smoltcp v0.9.1 |
711 | 2024-12-21T04:35:49.324Z | Downloaded unicode-normalization v0.1.24 |
712 | 2024-12-21T04:35:49.328Z | Downloaded regex-syntax v0.6.29 |
713 | 2024-12-21T04:35:49.335Z | Downloaded serde_json v1.0.133 |
714 | 2024-12-21T04:35:49.343Z | Downloaded idna v1.0.3 |
715 | 2024-12-21T04:35:49.347Z | Downloaded winnow v0.6.20 |
716 | 2024-12-21T04:35:49.356Z | Downloaded quinn-proto v0.11.8 |
717 | 2024-12-21T04:35:49.362Z | Downloaded rayon v1.10.0 |
718 | 2024-12-21T04:35:49.821Z | Downloaded chrono-tz v0.10.0 |
719 | 2024-12-21T04:35:49.841Z | Downloaded zerovec v0.10.4 |
720 | 2024-12-21T04:35:49.841Z | Downloaded rusqlite v0.32.1 |
721 | 2024-12-21T04:35:49.841Z | Downloaded webpki-roots v0.26.6 |
722 | 2024-12-21T04:35:49.841Z | Downloaded salty v0.3.0 |
723 | 2024-12-21T04:35:49.841Z | Downloaded bstr v1.10.0 |
724 | 2024-12-21T04:35:49.841Z | Downloaded rustix v0.38.37 |
725 | 2024-12-21T04:35:49.841Z | Downloaded p384 v0.13.0 |
726 | 2024-12-21T04:35:49.841Z | Downloaded petname v2.0.2 |
727 | 2024-12-21T04:35:49.841Z | Downloaded lalrpop v0.19.12 |
728 | 2024-12-21T04:35:49.841Z | Downloaded hickory-proto v0.24.1 |
729 | 2024-12-21T04:35:49.841Z | Downloaded object v0.30.4 |
730 | 2024-12-21T04:35:49.841Z | Downloaded dropshot v0.13.0 |
731 | 2024-12-21T04:35:49.841Z | Downloaded trust-dns-proto v0.22.0 |
732 | 2024-12-21T04:35:49.841Z | Downloaded syn v1.0.109 |
733 | 2024-12-21T04:35:49.841Z | Downloaded object v0.36.5 |
734 | 2024-12-21T04:35:49.841Z | Downloaded idna v0.2.3 |
735 | 2024-12-21T04:35:49.841Z | Downloaded curve25519-dalek v4.1.3 |
736 | 2024-12-21T04:35:49.841Z | Downloaded syn v2.0.87 |
737 | 2024-12-21T04:35:49.841Z | Downloaded idna v0.3.0 |
738 | 2024-12-21T04:35:49.841Z | Downloaded smoltcp v0.11.0 |
739 | 2024-12-21T04:35:49.841Z | Downloaded nix v0.28.0 |
740 | 2024-12-21T04:35:49.841Z | Downloaded regress v0.9.1 |
741 | 2024-12-21T04:35:49.841Z | Downloaded diesel v2.2.6 |
742 | 2024-12-21T04:35:49.841Z | Downloaded rustls v0.23.19 |
743 | 2024-12-21T04:35:49.841Z | Downloaded polar-core v0.27.3 |
744 | 2024-12-21T04:35:49.841Z | Downloaded nix v0.27.1 |
745 | 2024-12-21T04:35:49.841Z | Downloaded regress v0.10.1 |
746 | 2024-12-21T04:35:49.841Z | Downloaded zerocopy-derive v0.6.6 |
747 | 2024-12-21T04:35:49.841Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
748 | 2024-12-21T04:35:49.841Z | Downloaded rustls v0.22.4 |
749 | 2024-12-21T04:35:49.841Z | Downloaded regex-automata v0.4.8 |
750 | 2024-12-21T04:35:49.842Z | Downloaded ratatui v0.28.1 |
751 | 2024-12-21T04:35:49.842Z | Downloaded nix v0.29.0 |
752 | 2024-12-21T04:35:49.842Z | Downloaded openapiv3 v2.0.0 |
753 | 2024-12-21T04:35:49.842Z | Downloaded typify-impl v0.2.0 |
754 | 2024-12-21T04:35:49.842Z | Downloaded sled v0.34.7 |
755 | 2024-12-21T04:35:49.842Z | Downloaded dropshot v0.12.0 |
756 | 2024-12-21T04:35:49.842Z | Downloaded regex-syntax v0.8.5 |
757 | 2024-12-21T04:35:49.842Z | Downloaded rustls v0.21.12 |
758 | 2024-12-21T04:35:49.857Z | Downloaded serde_with v3.11.0 |
759 | 2024-12-21T04:35:49.857Z | Downloaded icu_properties_data v1.5.0 |
760 | 2024-12-21T04:35:49.860Z | Downloaded unicode-width v0.2.0 |
761 | 2024-12-21T04:35:49.860Z | Downloaded idna v0.5.0 |
762 | 2024-12-21T04:35:49.864Z | Downloaded sha3 v0.10.8 |
763 | 2024-12-21T04:35:49.868Z | Downloaded lzma-sys v0.1.20 |
764 | 2024-12-21T04:35:49.898Z | Downloaded petgraph v0.6.5 |
765 | 2024-12-21T04:35:49.915Z | Downloaded csv v1.3.0 |
766 | 2024-12-21T04:35:49.936Z | Downloaded libm v0.2.8 |
767 | 2024-12-21T04:35:49.943Z | Downloaded libc v0.2.162 |
768 | 2024-12-21T04:35:49.971Z | Downloaded tokio v1.40.0 |
769 | 2024-12-21T04:35:50.007Z | Downloaded vcpkg v0.2.15 |
770 | 2024-12-21T04:35:50.043Z | Downloaded radix_trie v0.2.1 |
771 | 2024-12-21T04:35:50.048Z | Downloaded openssl v0.10.66 |
772 | 2024-12-21T04:35:50.058Z | Downloaded gimli v0.31.1 |
773 | 2024-12-21T04:35:50.066Z | Downloaded libz-sys v1.1.20 |
774 | 2024-12-21T04:35:50.087Z | Downloaded clap_derive v4.5.18 |
775 | 2024-12-21T04:35:50.090Z | Downloaded console v0.15.8 |
776 | 2024-12-21T04:35:50.097Z | Downloaded serde_regex v1.1.0 |
777 | 2024-12-21T04:35:50.100Z | Downloaded russh v0.45.0 |
778 | 2024-12-21T04:35:50.103Z | Downloaded steno v0.4.1 |
779 | 2024-12-21T04:35:50.107Z | Downloaded serde_derive_internals v0.29.1 |
780 | 2024-12-21T04:35:50.110Z | Downloaded itoa v1.0.11 |
781 | 2024-12-21T04:35:50.112Z | Downloaded tap v1.0.1 |
782 | 2024-12-21T04:35:50.112Z | Downloaded dyn-clone v1.0.17 |
783 | 2024-12-21T04:35:50.114Z | Downloaded diff v0.1.13 |
784 | 2024-12-21T04:35:50.117Z | Downloaded icu_normalizer_data v1.5.0 |
785 | 2024-12-21T04:35:50.121Z | Downloaded ron v0.7.1 |
786 | 2024-12-21T04:35:50.123Z | Downloaded ed25519-dalek v2.1.1 |
787 | 2024-12-21T04:35:50.126Z | Downloaded phf_shared v0.11.2 |
788 | 2024-12-21T04:35:50.130Z | Downloaded num_enum v0.5.11 |
789 | 2024-12-21T04:35:50.132Z | Downloaded rustc-demangle v0.1.24 |
790 | 2024-12-21T04:35:50.132Z | Downloaded rstest_macros v0.23.0 |
791 | 2024-12-21T04:35:50.135Z | Downloaded sync-ptr v0.1.1 |
792 | 2024-12-21T04:35:50.138Z | Downloaded icu_provider_macros v1.5.0 |
793 | 2024-12-21T04:35:50.138Z | Downloaded num-iter v0.1.45 |
794 | 2024-12-21T04:35:50.138Z | Downloaded libefi-sys v0.1.0 |
795 | 2024-12-21T04:35:50.141Z | Downloaded internet-checksum v0.2.1 |
796 | 2024-12-21T04:35:50.141Z | Downloaded native-tls v0.2.12 |
797 | 2024-12-21T04:35:50.143Z | Downloaded tracing-attributes v0.1.27 |
798 | 2024-12-21T04:35:50.145Z | Downloaded icu_provider v1.5.0 |
799 | 2024-12-21T04:35:50.147Z | Downloaded icu_normalizer v1.5.0 |
800 | 2024-12-21T04:35:50.150Z | Downloaded ron v0.8.1 |
801 | 2024-12-21T04:35:50.156Z | Downloaded itertools v0.12.1 |
802 | 2024-12-21T04:35:50.163Z | Downloaded zerocopy v0.7.35 |
803 | 2024-12-21T04:35:50.179Z | Downloaded sqlparser v0.45.0 |
804 | 2024-12-21T04:35:50.184Z | Downloaded mio v1.0.2 |
805 | 2024-12-21T04:35:50.189Z | Downloaded lazycell v1.3.0 |
806 | 2024-12-21T04:35:50.192Z | Downloaded uuid v1.11.0 |
807 | 2024-12-21T04:35:50.195Z | Downloaded cmake v0.1.51 |
808 | 2024-12-21T04:35:50.195Z | Downloaded unicode-xid v0.2.6 |
809 | 2024-12-21T04:35:50.197Z | Downloaded zip v2.1.3 |
810 | 2024-12-21T04:35:50.200Z | Downloaded serde_derive v1.0.215 |
811 | 2024-12-21T04:35:50.202Z | Downloaded diesel_derives v2.2.3 |
812 | 2024-12-21T04:35:50.206Z | Downloaded progenitor-impl v0.8.0 |
813 | 2024-12-21T04:35:50.208Z | Downloaded vergen v8.3.2 |
814 | 2024-12-21T04:35:50.212Z | Downloaded quinn v0.11.5 |
815 | 2024-12-21T04:35:50.215Z | Downloaded publicsuffix v2.2.3 |
816 | 2024-12-21T04:35:50.217Z | Downloaded const_format v0.2.33 |
817 | 2024-12-21T04:35:50.221Z | Downloaded tinyvec v1.8.0 |
818 | 2024-12-21T04:35:50.224Z | Downloaded russh-keys v0.45.0 |
819 | 2024-12-21T04:35:50.227Z | Downloaded httpmock v0.8.0-alpha.1 |
820 | 2024-12-21T04:35:50.245Z | Downloaded icu_locid v1.5.0 |
821 | 2024-12-21T04:35:50.249Z | Downloaded difflib v0.4.0 |
822 | 2024-12-21T04:35:50.252Z | Downloaded ctr v0.9.2 |
823 | 2024-12-21T04:35:50.252Z | Downloaded concurrent-queue v2.5.0 |
824 | 2024-12-21T04:35:50.254Z | Downloaded zone v0.1.8 |
825 | 2024-12-21T04:35:50.254Z | Downloaded utf16_iter v1.0.5 |
826 | 2024-12-21T04:35:50.258Z | Downloaded toml_datetime v0.6.8 |
827 | 2024-12-21T04:35:50.258Z | Downloaded structmeta-derive v0.3.0 |
828 | 2024-12-21T04:35:50.258Z | Downloaded num-rational v0.4.2 |
829 | 2024-12-21T04:35:50.261Z | Downloaded subprocess v0.2.9 |
830 | 2024-12-21T04:35:50.261Z | Downloaded indexmap v2.6.0 |
831 | 2024-12-21T04:35:50.266Z | Downloaded goblin v0.8.2 |
832 | 2024-12-21T04:35:50.271Z | Downloaded write16 v1.0.0 |
833 | 2024-12-21T04:35:50.275Z | Downloaded blake3 v1.5.4 |
834 | 2024-12-21T04:35:50.280Z | Downloaded serde_yaml v0.9.34+deprecated |
835 | 2024-12-21T04:35:50.283Z | Downloaded pkg-config v0.3.31 |
836 | 2024-12-21T04:35:50.286Z | Downloaded toml v0.7.8 |
837 | 2024-12-21T04:35:50.288Z | Downloaded indicatif v0.17.9 |
838 | 2024-12-21T04:35:50.292Z | Downloaded icu_properties v1.5.1 |
839 | 2024-12-21T04:35:50.295Z | Downloaded scheduled-thread-pool v0.2.7 |
840 | 2024-12-21T04:35:50.297Z | Downloaded same-file v1.0.6 |
841 | 2024-12-21T04:35:50.297Z | Downloaded walkdir v2.5.0 |
842 | 2024-12-21T04:35:50.300Z | Downloaded encoding_rs v0.8.34 |
843 | 2024-12-21T04:35:50.320Z | Downloaded rand_core v0.6.4 |
844 | 2024-12-21T04:35:50.322Z | Downloaded proc-macro-crate v1.3.1 |
845 | 2024-12-21T04:35:50.325Z | Downloaded opaque-debug v0.3.1 |
846 | 2024-12-21T04:35:50.325Z | Downloaded normalize-line-endings v0.3.0 |
847 | 2024-12-21T04:35:50.325Z | Downloaded endian-type v0.1.2 |
848 | 2024-12-21T04:35:50.325Z | Downloaded num-traits v0.2.19 |
849 | 2024-12-21T04:35:50.328Z | Downloaded unicode-bidi v0.3.17 |
850 | 2024-12-21T04:35:50.330Z | Downloaded test-strategy v0.3.1 |
851 | 2024-12-21T04:35:50.333Z | Downloaded unicode_categories v0.1.1 |
852 | 2024-12-21T04:35:50.335Z | Downloaded hyper v1.5.0 |
853 | 2024-12-21T04:35:50.342Z | Downloaded qorb v0.2.1 |
854 | 2024-12-21T04:35:50.346Z | Downloaded minimal-lexical v0.2.1 |
855 | 2024-12-21T04:35:50.351Z | Downloaded tinystr v0.7.6 |
856 | 2024-12-21T04:35:50.353Z | Downloaded ryu v1.0.18 |
857 | 2024-12-21T04:35:50.357Z | Downloaded proc-macro-error-attr v1.0.4 |
858 | 2024-12-21T04:35:50.359Z | Downloaded env_filter v0.1.2 |
859 | 2024-12-21T04:35:50.359Z | Downloaded psl-types v2.0.11 |
860 | 2024-12-21T04:35:50.361Z | Downloaded packed_struct v0.10.1 |
861 | 2024-12-21T04:35:50.364Z | Downloaded multimap v0.10.0 |
862 | 2024-12-21T04:35:50.364Z | Downloaded parking_lot v0.12.3 |
863 | 2024-12-21T04:35:50.367Z | Downloaded darling_core v0.20.10 |
864 | 2024-12-21T04:35:50.370Z | Downloaded typed-path v0.9.3 |
865 | 2024-12-21T04:35:50.376Z | Downloaded resolv-conf v0.7.0 |
866 | 2024-12-21T04:35:50.379Z | Downloaded tokio-rustls v0.26.0 |
867 | 2024-12-21T04:35:50.381Z | Downloaded percent-encoding v2.3.1 |
868 | 2024-12-21T04:35:50.381Z | Downloaded pem-rfc7468 v0.7.0 |
869 | 2024-12-21T04:35:50.383Z | Downloaded owo-colors v4.1.0 |
870 | 2024-12-21T04:35:50.386Z | Downloaded miniz_oxide v0.8.0 |
871 | 2024-12-21T04:35:50.389Z | Downloaded tokio-stream v0.1.16 |
872 | 2024-12-21T04:35:50.392Z | Downloaded indent_write v2.2.0 |
873 | 2024-12-21T04:35:50.395Z | Downloaded impl-trait-for-tuples v0.2.2 |
874 | 2024-12-21T04:35:50.397Z | Downloaded tokio-rustls v0.25.0 |
875 | 2024-12-21T04:35:50.399Z | Downloaded tokio-rustls v0.24.1 |
876 | 2024-12-21T04:35:50.404Z | Downloaded serde v1.0.215 |
877 | 2024-12-21T04:35:50.407Z | Downloaded rsa v0.9.6 |
878 | 2024-12-21T04:35:50.410Z | Downloaded embedded-io v0.4.0 |
879 | 2024-12-21T04:35:50.412Z | Downloaded pretty_assertions v1.4.1 |
880 | 2024-12-21T04:35:50.412Z | Downloaded log v0.4.22 |
881 | 2024-12-21T04:35:50.414Z | Downloaded heapless v0.8.0 |
882 | 2024-12-21T04:35:50.418Z | Downloaded signal-hook v0.3.17 |
883 | 2024-12-21T04:35:50.421Z | Downloaded hickory-resolver v0.24.1 |
884 | 2024-12-21T04:35:50.427Z | Downloaded parking_lot v0.11.2 |
885 | 2024-12-21T04:35:50.429Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
886 | 2024-12-21T04:35:50.487Z | Downloaded clang-sys v1.8.1 |
887 | 2024-12-21T04:35:50.489Z | Downloaded num-complex v0.4.6 |
888 | 2024-12-21T04:35:50.491Z | Downloaded mime_guess v2.0.5 |
889 | 2024-12-21T04:35:50.495Z | Downloaded slab v0.4.9 |
890 | 2024-12-21T04:35:50.497Z | Downloaded siphasher v0.3.11 |
891 | 2024-12-21T04:35:50.497Z | Downloaded similar-asserts v1.6.0 |
892 | 2024-12-21T04:35:50.497Z | Downloaded serde_tokenstream v0.2.2 |
893 | 2024-12-21T04:35:50.499Z | Downloaded serde_spanned v0.6.8 |
894 | 2024-12-21T04:35:50.499Z | Downloaded secrecy v0.10.3 |
895 | 2024-12-21T04:35:50.502Z | Downloaded rustc-hash v2.0.0 |
896 | 2024-12-21T04:35:50.502Z | Downloaded cc v1.1.30 |
897 | 2024-12-21T04:35:50.505Z | Downloaded hashbrown v0.12.3 |
898 | 2024-12-21T04:35:50.509Z | Downloaded expectorate v1.1.0 |
899 | 2024-12-21T04:35:50.512Z | Downloaded headers v0.4.0 |
900 | 2024-12-21T04:35:50.516Z | Downloaded hashbrown v0.13.2 |
901 | 2024-12-21T04:35:50.519Z | Downloaded backtrace v0.3.74 |
902 | 2024-12-21T04:35:50.524Z | Downloaded hyper-staticfile v0.10.1 |
903 | 2024-12-21T04:35:50.527Z | Downloaded derive_builder v0.20.2 |
904 | 2024-12-21T04:35:50.531Z | Downloaded p256 v0.13.2 |
905 | 2024-12-21T04:35:50.534Z | Downloaded bumpalo v3.16.0 |
906 | 2024-12-21T04:35:50.537Z | Downloaded base64 v0.22.1 |
907 | 2024-12-21T04:35:50.540Z | Downloaded getrandom v0.2.15 |
908 | 2024-12-21T04:35:50.543Z | Downloaded async-lock v3.4.0 |
909 | 2024-12-21T04:35:50.546Z | Downloaded flagset v0.4.6 |
910 | 2024-12-21T04:35:50.548Z | Downloaded fallible-iterator v0.3.0 |
911 | 2024-12-21T04:35:50.551Z | Downloaded cargo_metadata v0.18.1 |
912 | 2024-12-21T04:35:50.551Z | Downloaded bcs v0.1.6 |
913 | 2024-12-21T04:35:50.553Z | Downloaded futures-task v0.3.31 |
914 | 2024-12-21T04:35:50.553Z | Downloaded futures-executor v0.3.31 |
915 | 2024-12-21T04:35:50.556Z | Downloaded fs_extra v1.3.0 |
916 | 2024-12-21T04:35:50.559Z | Downloaded blowfish v0.9.1 |
917 | 2024-12-21T04:35:50.559Z | Downloaded base64ct v1.6.0 |
918 | 2024-12-21T04:35:50.561Z | Downloaded backoff v0.4.0 |
919 | 2024-12-21T04:35:50.563Z | Downloaded async-executor v1.13.1 |
920 | 2024-12-21T04:35:50.565Z | Downloaded async-channel v1.9.0 |
921 | 2024-12-21T04:35:50.565Z | Downloaded argon2 v0.5.3 |
922 | 2024-12-21T04:35:50.567Z | Downloaded chacha20 v0.9.1 |
923 | 2024-12-21T04:35:50.569Z | Downloaded atomic-waker v1.1.2 |
924 | 2024-12-21T04:35:50.570Z | Downloaded fallible-iterator v0.2.0 |
925 | 2024-12-21T04:35:50.572Z | Downloaded autocfg v1.4.0 |
926 | 2024-12-21T04:35:50.574Z | Downloaded fastrand v2.1.1 |
927 | 2024-12-21T04:35:50.574Z | Downloaded cbc v0.1.2 |
928 | 2024-12-21T04:35:50.576Z | Downloaded hex v0.4.3 |
929 | 2024-12-21T04:35:50.578Z | Downloaded heck v0.5.0 |
930 | 2024-12-21T04:35:50.578Z | Downloaded ghash v0.5.1 |
931 | 2024-12-21T04:35:50.582Z | Downloaded fs-err v2.11.0 |
932 | 2024-12-21T04:35:50.582Z | Downloaded float-ord v0.3.2 |
933 | 2024-12-21T04:35:50.584Z | Downloaded bitfield v0.14.0 |
934 | 2024-12-21T04:35:50.584Z | Downloaded fallible-streaming-iterator v0.1.9 |
935 | 2024-12-21T04:35:50.584Z | Downloaded chrono-tz-build v0.4.0 |
936 | 2024-12-21T04:35:50.586Z | Downloaded castaway v0.2.3 |
937 | 2024-12-21T04:35:50.586Z | Downloaded block-padding v0.3.3 |
938 | 2024-12-21T04:35:50.589Z | Downloaded bit-vec v0.6.3 |
939 | 2024-12-21T04:35:50.589Z | Downloaded async-stream v0.3.6 |
940 | 2024-12-21T04:35:50.591Z | Downloaded futures-io v0.3.31 |
941 | 2024-12-21T04:35:50.591Z | Downloaded funty v2.0.0 |
942 | 2024-12-21T04:35:50.593Z | Downloaded form_urlencoded v1.2.1 |
943 | 2024-12-21T04:35:50.593Z | Downloaded fixedbitset v0.4.2 |
944 | 2024-12-21T04:35:50.597Z | Downloaded cfg-if v1.0.0 |
945 | 2024-12-21T04:35:50.597Z | Downloaded blocking v1.6.1 |
946 | 2024-12-21T04:35:50.600Z | Downloaded async-global-executor v2.4.1 |
947 | 2024-12-21T04:35:50.602Z | Downloaded async-channel v2.3.1 |
948 | 2024-12-21T04:35:50.602Z | Downloaded foreign-types v0.5.0 |
949 | 2024-12-21T04:35:50.605Z | Downloaded bcrypt-pbkdf v0.10.0 |
950 | 2024-12-21T04:35:50.605Z | Downloaded async-attributes v1.1.2 |
951 | 2024-12-21T04:35:50.607Z | Downloaded async-recursion v1.1.1 |
952 | 2024-12-21T04:35:50.609Z | Downloaded arrayref v0.3.9 |
953 | 2024-12-21T04:35:50.611Z | Downloaded anstyle-query v1.1.1 |
954 | 2024-12-21T04:35:50.611Z | Downloaded array-init v0.0.4 |
955 | 2024-12-21T04:35:50.611Z | Downloaded anstyle-parse v0.2.5 |
956 | 2024-12-21T04:35:50.832Z | Downloaded ring v0.17.8 |
957 | 2024-12-21T04:35:50.903Z | Downloaded libsqlite3-sys v0.30.1 |
958 | 2024-12-21T04:35:51.025Z | Downloaded ring v0.16.20 |
959 | 2024-12-21T04:35:51.260Z | Downloaded aws-lc-sys v0.22.0 |
960 | 2024-12-21T04:35:51.732Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
961 | 2024-12-21T04:36:08.710Z | Startup: Refreshing catalog 'helios-dev' ... Done |
962 | 2024-12-21T04:36:12.806Z | Startup: Caching catalogs ... Done |
963 | 2024-12-21T04:36:23.472Z | Planning: Solver setup ... Done (9.667s) |
964 | 2024-12-21T04:36:23.605Z | Planning: Running solver ... Done (0.133s) |
965 | 2024-12-21T04:36:23.954Z | Planning: Finding local manifests ... Done (0.247s) |
966 | 2024-12-21T04:36:23.966Z | Planning: Fetching manifests: 0/5 0% complete |
967 | 2024-12-21T04:36:24.183Z | Planning: Fetching manifests: 5/5 100% complete |
968 | 2024-12-21T04:36:24.432Z | Planning: Package planning ... Done (0.247s) |
969 | 2024-12-21T04:36:24.486Z | Planning: Merging actions ... Done (0.056s) |
970 | 2024-12-21T04:36:25.815Z | Planning: Checking for conflicting actions ... Done (1.328s) |
971 | 2024-12-21T04:36:33.355Z | Planning: Consolidating action changes ... Done (7.538s) |
972 | 2024-12-21T04:36:33.759Z | Planning: Evaluating mediators ... Done (0.404s) |
973 | 2024-12-21T04:36:33.839Z | Planning: Planning completed in 20.93 seconds |
974 | 2024-12-21T04:36:34.387Z | Packages to install: 4 |
975 | 2024-12-21T04:36:34.387Z | Packages to update: 1 |
976 | 2024-12-21T04:36:34.387Z | Mediators to change: 2 |
977 | 2024-12-21T04:36:34.387Z | Services to change: 1 |
978 | 2024-12-21T04:36:34.390Z | Estimated space available: 155.37 GB |
979 | 2024-12-21T04:36:34.390Z | Estimated space to be consumed: 1.62 GB |
980 | 2024-12-21T04:36:34.390Z | Create boot environment: No |
981 | 2024-12-21T04:36:34.390Z | Create backup boot environment: Yes |
982 | 2024-12-21T04:36:34.390Z | Rebuild boot archive: No |
983 | 2024-12-21T04:36:34.390Z | |
984 | 2024-12-21T04:36:34.390Z | Changed mediators: |
985 | 2024-12-21T04:36:34.391Z | mediator clang: |
986 | 2024-12-21T04:36:34.391Z | version: None -> 15 (system default) |
987 | 2024-12-21T04:36:34.391Z | |
988 | 2024-12-21T04:36:34.391Z | mediator llvm: |
989 | 2024-12-21T04:36:34.391Z | version: 14 (system default) -> 15 (system default) |
990 | 2024-12-21T04:36:34.392Z | |
991 | 2024-12-21T04:36:34.392Z | Changed packages: |
992 | 2024-12-21T04:36:34.392Z | helios-dev |
993 | 2024-12-21T04:36:34.392Z | developer/build-essential |
994 | 2024-12-21T04:36:34.392Z | None -> 11-2.0 |
995 | 2024-12-21T04:36:34.392Z | library/libxmlsec1 |
996 | 2024-12-21T04:36:34.392Z | None -> 1.2.35-2.0 |
997 | 2024-12-21T04:36:34.392Z | ooce/developer/clang-15 |
998 | 2024-12-21T04:36:34.392Z | None -> 15.0.7-2.0 |
999 | 2024-12-21T04:36:34.392Z | ooce/developer/llvm-15 |
1000 | 2024-12-21T04:36:34.392Z | None -> 15.0.7-2.0 |
1001 | 2024-12-21T04:36:34.392Z | package/pkg |
1002 | 2024-12-21T04:36:34.392Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
1003 | 2024-12-21T04:36:34.392Z | |
1004 | 2024-12-21T04:36:34.392Z | Services: |
1005 | 2024-12-21T04:36:34.392Z | restart_fmri: |
1006 | 2024-12-21T04:36:34.392Z | svc:/system/update-man-index:default |
1007 | 2024-12-21T04:36:34.392Z | |
1008 | 2024-12-21T04:36:34.392Z | Editable files to change: |
1009 | 2024-12-21T04:36:34.392Z | Update: |
1010 | 2024-12-21T04:36:34.392Z | usr/share/lib/pkg/web/config.shtml |
1011 | 2024-12-21T04:36:34.794Z | |
1012 | 2024-12-21T04:36:34.794Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
1013 | 2024-12-21T04:36:39.798Z | Download: 1236/4281 items 89.9/220.6MB 40% complete (17.9M/s) |
1014 | 2024-12-21T04:36:44.798Z | Download: 3033/4281 items 121.4/220.6MB 55% complete (12.2M/s) |
1015 | 2024-12-21T04:36:49.800Z | Download: 4157/4281 items 219.8/220.6MB 99% complete (13.2M/s) |
1016 | 2024-12-21T04:36:50.724Z | Download: Completed 220.60 MB in 15.93 seconds (13.8M/s) |
1017 | 2024-12-21T04:36:52.749Z | Actions: 1/5063 actions (Removing old actions) |
1018 | 2024-12-21T04:36:52.768Z | Actions: 194/5063 actions (Installing new actions) |
1019 | 2024-12-21T04:36:57.843Z | Actions: 4080/5063 actions (Installing new actions) |
1020 | 2024-12-21T04:36:58.367Z | Actions: 4226/5063 actions (Updating modified actions) |
1021 | 2024-12-21T04:36:58.763Z | Actions: Completed 5063 actions in 6.01 seconds. |
1022 | 2024-12-21T04:36:59.184Z | Done (0.413s) |
1023 | 2024-12-21T04:36:59.188Z | Done (0.000s) |
1024 | 2024-12-21T04:36:59.762Z | Done (0.577s) |
1025 | 2024-12-21T04:37:06.345Z | Done (6.356s) |
1026 | 2024-12-21T04:37:06.803Z | Done (0.388s) |
1027 | 2024-12-21T04:37:06.806Z | Done (0.000s) |
1028 | 2024-12-21T04:37:06.974Z | Done (0.000s) |
1029 | 2024-12-21T04:37:07.666Z | Planning: Evaluating mediator changes ... Done |
1030 | 2024-12-21T04:37:07.828Z | Planning: Checking for conflicting actions ... Done |
1031 | 2024-12-21T04:37:07.831Z | Planning: Consolidating action changes ... Done |
1032 | 2024-12-21T04:37:08.099Z | Planning: Evaluating mediators ... Done |
1033 | 2024-12-21T04:37:08.101Z | Planning: Planning completed in 0.43 seconds |
1034 | 2024-12-21T04:37:08.138Z | Mediators to change: 2 |
1035 | 2024-12-21T04:37:08.141Z | Create boot environment: No |
1036 | 2024-12-21T04:37:08.141Z | Create backup boot environment: No |
1037 | 2024-12-21T04:37:08.276Z | Done |
1038 | 2024-12-21T04:37:08.276Z | Done |
1039 | 2024-12-21T04:37:08.640Z | Done |
1040 | 2024-12-21T04:37:12.238Z | Done |
1041 | 2024-12-21T04:37:12.326Z | Done |
1042 | 2024-12-21T04:37:12.330Z | Done |
1043 | 2024-12-21T04:37:12.451Z | Done |
1044 | 2024-12-21T04:37:13.059Z | Planning: Evaluating mediator changes ... Done |
1045 | 2024-12-21T04:37:13.062Z | Planning: Merging actions ... Done |
1046 | 2024-12-21T04:37:13.252Z | Planning: Checking for conflicting actions ... Done |
1047 | 2024-12-21T04:37:13.254Z | Planning: Consolidating action changes ... Done |
1048 | 2024-12-21T04:37:13.519Z | Planning: Evaluating mediators ... Done |
1049 | 2024-12-21T04:37:13.575Z | Planning: Planning completed in 0.76 seconds |
1050 | 2024-12-21T04:37:13.615Z | Packages to change: 1 |
1051 | 2024-12-21T04:37:13.615Z | Mediators to change: 1 |
1052 | 2024-12-21T04:37:13.617Z | Services to change: 1 |
1053 | 2024-12-21T04:37:13.617Z | Create boot environment: No |
1054 | 2024-12-21T04:37:13.617Z | Create backup boot environment: Yes |
1055 | 2024-12-21T04:37:15.659Z | Actions: 1/6 actions (Updating modified actions) |
1056 | 2024-12-21T04:37:15.727Z | Actions: Completed 6 actions in 0.07 seconds. |
1057 | 2024-12-21T04:37:15.729Z | Done |
1058 | 2024-12-21T04:37:15.729Z | Done |
1059 | 2024-12-21T04:37:15.843Z | Done |
1060 | 2024-12-21T04:37:19.436Z | Done |
1061 | 2024-12-21T04:37:19.527Z | Done |
1062 | 2024-12-21T04:37:19.534Z | Done |
1063 | 2024-12-21T04:37:19.672Z | Done |
1064 | 2024-12-21T04:37:20.105Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
1065 | 2024-12-21T04:37:20.105Z | clang system 15 system |
1066 | 2024-12-21T04:37:20.105Z | csh system system illumos |
1067 | 2024-12-21T04:37:20.105Z | ctags system system illumos |
1068 | 2024-12-21T04:37:20.105Z | gcc vendor 12 vendor |
1069 | 2024-12-21T04:37:20.105Z | gcc system 10 system |
1070 | 2024-12-21T04:37:20.105Z | gcc system 7 system |
1071 | 2024-12-21T04:37:20.105Z | go system 1.20 system |
1072 | 2024-12-21T04:37:20.105Z | go system 1.19 system |
1073 | 2024-12-21T04:37:20.105Z | llvm system 15 system |
1074 | 2024-12-21T04:37:20.105Z | llvm system 14 system |
1075 | 2024-12-21T04:37:20.105Z | mariadb system 10.6 system |
1076 | 2024-12-21T04:37:20.105Z | mta vendor vendor dma |
1077 | 2024-12-21T04:37:20.105Z | openjdk system 17 system |
1078 | 2024-12-21T04:37:20.105Z | openjdk system 11 system |
1079 | 2024-12-21T04:37:20.105Z | openjdk system 1.8 system |
1080 | 2024-12-21T04:37:20.106Z | openssl vendor 3 vendor |
1081 | 2024-12-21T04:37:20.106Z | perl system 5.36 system |
1082 | 2024-12-21T04:37:20.106Z | postgresql system 15 system |
1083 | 2024-12-21T04:37:20.106Z | postgresql system 13 system |
1084 | 2024-12-21T04:37:20.106Z | python vendor 3 vendor |
1085 | 2024-12-21T04:37:20.106Z | python system 2 system |
1086 | 2024-12-21T04:37:20.106Z | python3 system 3.11 system |
1087 | 2024-12-21T04:37:20.106Z | ruby system 3.0 system |
1088 | 2024-12-21T04:37:20.106Z | words vendor vendor american-english |
1089 | 2024-12-21T04:37:20.106Z | words system system australian-english |
1090 | 2024-12-21T04:37:20.106Z | words system system british-english |
1091 | 2024-12-21T04:37:20.106Z | words system system canadian-english |
1092 | 2024-12-21T04:37:20.106Z | words system system french |
1093 | 2024-12-21T04:37:20.106Z | words system system italian |
1094 | 2024-12-21T04:37:20.106Z | words system system ngerman |
1095 | 2024-12-21T04:37:20.106Z | words system system ogerman |
1096 | 2024-12-21T04:37:20.106Z | words system system spanish |
1097 | 2024-12-21T04:37:20.437Z | PUBLISHER TYPE STATUS P LOCATION |
1098 | 2024-12-21T04:37:20.437Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
1099 | 2024-12-21T04:37:23.163Z | FMRI IFO |
1100 | 2024-12-21T04:37:23.163Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
1101 | 2024-12-21T04:37:23.163Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
1102 | 2024-12-21T04:37:23.163Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
1103 | 2024-12-21T04:37:23.163Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
1104 | 2024-12-21T04:37:23.163Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
1105 | 2024-12-21T04:37:23.164Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
1106 | 2024-12-21T04:37:23.164Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
1107 | 2024-12-21T04:37:23.164Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
1108 | 2024-12-21T04:37:23.164Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
1109 | 2024-12-21T04:37:23.164Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
1110 | 2024-12-21T04:37:23.164Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
1111 | 2024-12-21T04:37:23.164Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
1112 | 2024-12-21T04:37:23.164Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
1113 | 2024-12-21T04:37:23.164Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
1114 | 2024-12-21T04:37:23.164Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
1115 | 2024-12-21T04:37:24.225Z | Downloading crates ... |
1116 | 2024-12-21T04:37:24.730Z | Downloaded cargo_toml v0.20.5 |
1117 | 2024-12-21T04:37:24.764Z | Compiling proc-macro2 v1.0.89 |
1118 | 2024-12-21T04:37:24.764Z | Compiling unicode-ident v1.0.13 |
1119 | 2024-12-21T04:37:24.764Z | Compiling version_check v0.9.5 |
1120 | 2024-12-21T04:37:24.764Z | Compiling serde v1.0.215 |
1121 | 2024-12-21T04:37:24.764Z | Compiling memchr v2.7.4 |
1122 | 2024-12-21T04:37:24.764Z | Compiling thiserror v1.0.69 |
1123 | 2024-12-21T04:37:24.764Z | Compiling libc v0.2.162 |
1124 | 2024-12-21T04:37:24.765Z | Compiling itoa v1.0.11 |
1125 | 2024-12-21T04:37:24.775Z | Compiling ucd-trie v0.1.7 |
1126 | 2024-12-21T04:37:24.781Z | Compiling ryu v1.0.18 |
1127 | 2024-12-21T04:37:25.106Z | Compiling once_cell v1.20.2 |
1128 | 2024-12-21T04:37:25.309Z | Compiling byteorder v1.5.0 |
1129 | 2024-12-21T04:37:25.673Z | Compiling serde_json v1.0.133 |
1130 | 2024-12-21T04:37:25.918Z | Compiling rustix v0.38.37 |
1131 | 2024-12-21T04:37:26.343Z | Compiling bitflags v2.6.0 |
1132 | 2024-12-21T04:37:26.390Z | Compiling usdt-impl v0.5.0 |
1133 | 2024-12-21T04:37:26.615Z | Compiling proc-macro-error-attr v1.0.4 |
1134 | 2024-12-21T04:37:26.636Z | Compiling syn v1.0.109 |
1135 | 2024-12-21T04:37:26.670Z | Compiling proc-macro-error v1.0.4 |
1136 | 2024-12-21T04:37:26.703Z | Compiling utf8parse v0.2.2 |
1137 | 2024-12-21T04:37:26.773Z | Compiling camino v1.1.9 |
1138 | 2024-12-21T04:37:26.846Z | Compiling hashbrown v0.15.1 |
1139 | 2024-12-21T04:37:26.898Z | Compiling log v0.4.22 |
1140 | 2024-12-21T04:37:26.947Z | Compiling equivalent v1.0.1 |
1141 | 2024-12-21T04:37:27.050Z | Compiling thread-id v4.2.2 |
1142 | 2024-12-21T04:37:27.077Z | Compiling plain v0.2.3 |
1143 | 2024-12-21T04:37:27.223Z | Compiling anstyle-parse v0.2.5 |
1144 | 2024-12-21T04:37:27.282Z | Compiling winnow v0.6.20 |
1145 | 2024-12-21T04:37:27.295Z | Compiling pretty-hex v0.4.1 |
1146 | 2024-12-21T04:37:27.393Z | Compiling quote v1.0.37 |
1147 | 2024-12-21T04:37:27.550Z | Compiling is_terminal_polyfill v1.70.1 |
1148 | 2024-12-21T04:37:27.564Z | Compiling errno v0.3.9 |
1149 | 2024-12-21T04:37:27.567Z | Compiling autocfg v1.4.0 |
1150 | 2024-12-21T04:37:27.666Z | Compiling anstyle-query v1.1.1 |
1151 | 2024-12-21T04:37:27.787Z | Compiling syn v2.0.87 |
1152 | 2024-12-21T04:37:28.115Z | Compiling indexmap v2.6.0 |
1153 | 2024-12-21T04:37:28.126Z | Compiling unicode-width v0.1.14 |
1154 | 2024-12-21T04:37:28.643Z | Compiling colorchoice v1.0.2 |
1155 | 2024-12-21T04:37:28.748Z | Compiling semver v1.0.23 |
1156 | 2024-12-21T04:37:28.802Z | Compiling anstyle v1.0.10 |
1157 | 2024-12-21T04:37:29.251Z | Compiling anstream v0.6.15 |
1158 | 2024-12-21T04:37:29.338Z | Compiling fs-err v2.11.0 |
1159 | 2024-12-21T04:37:29.556Z | Compiling fastrand v2.1.1 |
1160 | 2024-12-21T04:37:29.629Z | Compiling strsim v0.11.1 |
1161 | 2024-12-21T04:37:29.642Z | Compiling fnv v1.0.7 |
1162 | 2024-12-21T04:37:29.768Z | Compiling anyhow v1.0.93 |
1163 | 2024-12-21T04:37:30.035Z | Compiling terminal_size v0.4.0 |
1164 | 2024-12-21T04:37:30.113Z | Compiling cfg-if v1.0.0 |
1165 | 2024-12-21T04:37:30.235Z | Compiling heck v0.5.0 |
1166 | 2024-12-21T04:37:30.405Z | Compiling heck v0.4.1 |
1167 | 2024-12-21T04:37:30.531Z | Compiling clap_lex v0.7.2 |
1168 | 2024-12-21T04:37:30.620Z | Compiling bytecount v0.6.8 |
1169 | 2024-12-21T04:37:30.756Z | Compiling papergrid v0.11.0 |
1170 | 2024-12-21T04:37:30.824Z | Compiling clap_builder v4.5.21 |
1171 | 2024-12-21T04:37:30.890Z | Compiling tempfile v3.13.0 |
1172 | 2024-12-21T04:37:31.338Z | Compiling memmap v0.7.0 |
1173 | 2024-12-21T04:37:31.388Z | Compiling unicode-linebreak v0.1.5 |
1174 | 2024-12-21T04:37:31.413Z | Compiling smawk v0.3.2 |
1175 | 2024-12-21T04:37:31.765Z | Compiling swrite v0.1.0 |
1176 | 2024-12-21T04:37:31.876Z | Compiling textwrap v0.16.1 |
1177 | 2024-12-21T04:37:33.278Z | Compiling tabled_derive v0.7.0 |
1178 | 2024-12-21T04:37:34.770Z | Compiling tabled v0.15.0 |
1179 | 2024-12-21T04:37:36.623Z | Compiling serde_derive v1.0.215 |
1180 | 2024-12-21T04:37:36.623Z | Compiling thiserror-impl v1.0.69 |
1181 | 2024-12-21T04:37:36.623Z | Compiling zerocopy-derive v0.7.35 |
1182 | 2024-12-21T04:37:36.627Z | Compiling scroll_derive v0.12.0 |
1183 | 2024-12-21T04:37:36.627Z | Compiling clap_derive v4.5.18 |
1184 | 2024-12-21T04:37:37.912Z | Compiling scroll v0.12.0 |
1185 | 2024-12-21T04:37:38.366Z | Compiling zerocopy v0.7.35 |
1186 | 2024-12-21T04:37:38.483Z | Compiling goblin v0.8.2 |
1187 | 2024-12-21T04:37:39.798Z | Compiling pest v2.7.14 |
1188 | 2024-12-21T04:37:40.444Z | Compiling clap v4.5.21 |
1189 | 2024-12-21T04:37:41.684Z | Compiling pest_meta v2.7.14 |
1190 | 2024-12-21T04:37:42.486Z | Compiling pest_generator v2.7.14 |
1191 | 2024-12-21T04:37:44.374Z | Compiling pest_derive v2.7.14 |
1192 | 2024-12-21T04:37:45.059Z | Compiling dtrace-parser v0.2.0 |
1193 | 2024-12-21T04:37:46.576Z | Compiling serde_spanned v0.6.8 |
1194 | 2024-12-21T04:37:46.576Z | Compiling toml_datetime v0.6.8 |
1195 | 2024-12-21T04:37:46.580Z | Compiling cargo-platform v0.1.8 |
1196 | 2024-12-21T04:37:46.969Z | Compiling serde_tokenstream v0.2.2 |
1197 | 2024-12-21T04:37:47.072Z | Compiling toml_edit v0.22.22 |
1198 | 2024-12-21T04:37:47.119Z | Compiling macaddr v1.0.1 |
1199 | 2024-12-21T04:37:47.203Z | Compiling camino-tempfile v1.1.1 |
1200 | 2024-12-21T04:37:48.089Z | Compiling dof v0.3.0 |
1201 | 2024-12-21T04:37:48.089Z | Compiling cargo_metadata v0.18.1 |
1202 | 2024-12-21T04:37:49.890Z | Compiling toml v0.8.19 |
1203 | 2024-12-21T04:37:49.963Z | Compiling usdt-macro v0.5.0 |
1204 | 2024-12-21T04:37:49.963Z | Compiling usdt-attr-macro v0.5.0 |
1205 | 2024-12-21T04:37:50.739Z | Compiling cargo_toml v0.20.5 |
1206 | 2024-12-21T04:37:51.359Z | Compiling usdt v0.5.0 |
1207 | 2024-12-21T04:37:54.251Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1208 | 2024-12-21T04:37:58.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.75s |
1209 | 2024-12-21T04:37:58.508Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1210 | 2024-12-21T04:37:59.348Z | Compiling serde v1.0.215 |
1211 | 2024-12-21T04:37:59.351Z | Compiling lock_api v0.4.12 |
1212 | 2024-12-21T04:37:59.351Z | Compiling scopeguard v1.2.0 |
1213 | 2024-12-21T04:37:59.351Z | Compiling value-bag v1.9.0 |
1214 | 2024-12-21T04:37:59.351Z | Compiling typenum v1.17.0 |
1215 | 2024-12-21T04:37:59.351Z | Compiling generic-array v0.14.7 |
1216 | 2024-12-21T04:37:59.351Z | Compiling syn v2.0.87 |
1217 | 2024-12-21T04:37:59.475Z | Compiling getrandom v0.2.15 |
1218 | 2024-12-21T04:37:59.657Z | Compiling shlex v1.3.0 |
1219 | 2024-12-21T04:37:59.789Z | Compiling rand_core v0.6.4 |
1220 | 2024-12-21T04:38:00.029Z | Compiling log v0.4.22 |
1221 | 2024-12-21T04:38:00.048Z | Compiling subtle v2.6.1 |
1222 | 2024-12-21T04:38:00.080Z | Compiling jobserver v0.1.32 |
1223 | 2024-12-21T04:38:00.127Z | Compiling const-oid v0.9.6 |
1224 | 2024-12-21T04:38:00.293Z | Compiling smallvec v1.13.2 |
1225 | 2024-12-21T04:38:00.370Z | Compiling spin v0.9.8 |
1226 | 2024-12-21T04:38:00.385Z | Compiling pin-project-lite v0.2.14 |
1227 | 2024-12-21T04:38:00.504Z | Compiling cc v1.1.30 |
1228 | 2024-12-21T04:38:00.700Z | Compiling rustix v0.38.37 |
1229 | 2024-12-21T04:38:00.728Z | Compiling parking_lot_core v0.9.10 |
1230 | 2024-12-21T04:38:00.898Z | Compiling futures-core v0.3.31 |
1231 | 2024-12-21T04:38:01.020Z | Compiling signal-hook-registry v1.4.2 |
1232 | 2024-12-21T04:38:01.165Z | Compiling mio v1.0.2 |
1233 | 2024-12-21T04:38:01.596Z | Compiling parking_lot v0.12.3 |
1234 | 2024-12-21T04:38:01.832Z | Compiling aho-corasick v1.1.3 |
1235 | 2024-12-21T04:38:01.855Z | Compiling cpufeatures v0.2.14 |
1236 | 2024-12-21T04:38:01.952Z | Compiling regex-syntax v0.8.5 |
1237 | 2024-12-21T04:38:02.091Z | Compiling either v1.13.0 |
1238 | 2024-12-21T04:38:02.261Z | Compiling lazy_static v1.5.0 |
1239 | 2024-12-21T04:38:02.362Z | Compiling glob v0.3.1 |
1240 | 2024-12-21T04:38:02.393Z | Compiling futures-sink v0.3.31 |
1241 | 2024-12-21T04:38:02.481Z | Compiling stable_deref_trait v1.2.0 |
1242 | 2024-12-21T04:38:02.531Z | Compiling socket2 v0.5.7 |
1243 | 2024-12-21T04:38:02.552Z | Compiling slab v0.4.9 |
1244 | 2024-12-21T04:38:02.595Z | Compiling prettyplease v0.2.25 |
1245 | 2024-12-21T04:38:02.948Z | Compiling minimal-lexical v0.2.1 |
1246 | 2024-12-21T04:38:02.983Z | Compiling serde_json v1.0.133 |
1247 | 2024-12-21T04:38:03.325Z | Compiling nom v7.1.3 |
1248 | 2024-12-21T04:38:03.365Z | Compiling clang-sys v1.8.1 |
1249 | 2024-12-21T04:38:03.505Z | Compiling libloading v0.8.5 |
1250 | 2024-12-21T04:38:03.746Z | Compiling home v0.5.9 |
1251 | 2024-12-21T04:38:03.913Z | Compiling bindgen v0.69.5 |
1252 | 2024-12-21T04:38:03.999Z | Compiling futures-channel v0.3.31 |
1253 | 2024-12-21T04:38:04.427Z | Compiling itertools v0.12.1 |
1254 | 2024-12-21T04:38:04.741Z | Compiling pin-utils v0.1.0 |
1255 | 2024-12-21T04:38:04.767Z | Compiling rustc-hash v1.1.0 |
1256 | 2024-12-21T04:38:04.841Z | Compiling libm v0.2.8 |
1257 | 2024-12-21T04:38:04.927Z | Compiling allocator-api2 v0.2.18 |
1258 | 2024-12-21T04:38:05.193Z | Compiling foldhash v0.1.3 |
1259 | 2024-12-21T04:38:05.495Z | Compiling regex-automata v0.4.8 |
1260 | 2024-12-21T04:38:05.758Z | Compiling futures-task v0.3.31 |
1261 | 2024-12-21T04:38:06.065Z | Compiling futures-io v0.3.31 |
1262 | 2024-12-21T04:38:06.399Z | Compiling lazycell v1.3.0 |
1263 | 2024-12-21T04:38:06.571Z | Compiling cexpr v0.6.0 |
1264 | 2024-12-21T04:38:06.925Z | Compiling hashbrown v0.15.1 |
1265 | 2024-12-21T04:38:07.447Z | Compiling synstructure v0.13.1 |
1266 | 2024-12-21T04:38:08.302Z | Compiling cmake v0.1.51 |
1267 | 2024-12-21T04:38:08.397Z | Compiling num-traits v0.2.19 |
1268 | 2024-12-21T04:38:08.661Z | Compiling fs_extra v1.3.0 |
1269 | 2024-12-21T04:38:08.679Z | Compiling dunce v1.0.5 |
1270 | 2024-12-21T04:38:08.811Z | Compiling pkg-config v0.3.31 |
1271 | 2024-12-21T04:38:09.154Z | Compiling tinyvec_macros v0.1.1 |
1272 | 2024-12-21T04:38:09.249Z | Compiling tinyvec v1.8.0 |
1273 | 2024-12-21T04:38:09.480Z | Compiling ring v0.17.8 |
1274 | 2024-12-21T04:38:10.669Z | Compiling writeable v0.5.5 |
1275 | 2024-12-21T04:38:10.714Z | Compiling unicode-normalization v0.1.24 |
1276 | 2024-12-21T04:38:10.746Z | Compiling litemap v0.7.3 |
1277 | 2024-12-21T04:38:10.799Z | Compiling paste v1.0.15 |
1278 | 2024-12-21T04:38:11.142Z | Compiling regex v1.11.1 |
1279 | 2024-12-21T04:38:11.282Z | Compiling base64ct v1.6.0 |
1280 | 2024-12-21T04:38:11.331Z | Compiling unicode-bidi v0.3.17 |
1281 | 2024-12-21T04:38:12.197Z | Compiling pem-rfc7468 v0.7.0 |
1282 | 2024-12-21T04:38:12.261Z | Compiling aws-lc-rs v1.10.0 |
1283 | 2024-12-21T04:38:12.459Z | Compiling httparse v1.9.5 |
1284 | 2024-12-21T04:38:12.483Z | Compiling flagset v0.4.6 |
1285 | 2024-12-21T04:38:12.700Z | Compiling tracing-core v0.1.32 |
1286 | 2024-12-21T04:38:12.728Z | Compiling crossbeam-utils v0.8.20 |
1287 | 2024-12-21T04:38:13.222Z | Compiling percent-encoding v2.3.1 |
1288 | 2024-12-21T04:38:13.293Z | Compiling icu_locid_transform_data v1.5.0 |
1289 | 2024-12-21T04:38:13.400Z | Compiling rustls-pki-types v1.10.0 |
1290 | 2024-12-21T04:38:13.760Z | Compiling untrusted v0.7.1 |
1291 | 2024-12-21T04:38:13.940Z | Compiling time-core v0.1.2 |
1292 | 2024-12-21T04:38:13.988Z | Compiling serde_derive v1.0.215 |
1293 | 2024-12-21T04:38:14.012Z | Compiling zeroize_derive v1.4.2 |
1294 | 2024-12-21T04:38:14.106Z | Compiling zerocopy-derive v0.7.35 |
1295 | 2024-12-21T04:38:14.282Z | Compiling tokio-macros v2.4.0 |
1296 | 2024-12-21T04:38:14.480Z | Compiling zerofrom-derive v0.1.4 |
1297 | 2024-12-21T04:38:15.584Z | Compiling zeroize v1.8.1 |
1298 | 2024-12-21T04:38:15.943Z | Compiling yoke-derive v0.7.4 |
1299 | 2024-12-21T04:38:16.080Z | Compiling thiserror-impl v1.0.69 |
1300 | 2024-12-21T04:38:16.327Z | Compiling zerocopy v0.7.35 |
1301 | 2024-12-21T04:38:17.221Z | Compiling crypto-common v0.1.6 |
1302 | 2024-12-21T04:38:17.458Z | Compiling block-buffer v0.10.4 |
1303 | 2024-12-21T04:38:17.716Z | Compiling digest v0.10.7 |
1304 | 2024-12-21T04:38:17.921Z | Compiling futures-macro v0.3.31 |
1305 | 2024-12-21T04:38:18.160Z | Compiling hmac v0.12.1 |
1306 | 2024-12-21T04:38:18.392Z | Compiling zerovec-derive v0.10.3 |
1307 | 2024-12-21T04:38:18.412Z | Compiling block-padding v0.3.3 |
1308 | 2024-12-21T04:38:18.549Z | Compiling zerofrom v0.1.4 |
1309 | 2024-12-21T04:38:18.663Z | Compiling displaydoc v0.2.5 |
1310 | 2024-12-21T04:38:18.733Z | Compiling inout v0.1.3 |
1311 | 2024-12-21T04:38:18.924Z | Compiling yoke v0.7.4 |
1312 | 2024-12-21T04:38:18.972Z | Compiling cipher v0.4.4 |
1313 | 2024-12-21T04:38:19.298Z | Compiling sha2 v0.10.8 |
1314 | 2024-12-21T04:38:19.329Z | Compiling thiserror v1.0.69 |
1315 | 2024-12-21T04:38:19.467Z | Compiling ppv-lite86 v0.2.20 |
1316 | 2024-12-21T04:38:19.485Z | Compiling der_derive v0.7.3 |
1317 | 2024-12-21T04:38:19.875Z | Compiling futures-util v0.3.31 |
1318 | 2024-12-21T04:38:20.323Z | Compiling icu_provider_macros v1.5.0 |
1319 | 2024-12-21T04:38:20.342Z | Compiling rand_chacha v0.3.1 |
1320 | 2024-12-21T04:38:21.073Z | Compiling zerovec v0.10.4 |
1321 | 2024-12-21T04:38:21.437Z | Compiling tracing-attributes v0.1.27 |
1322 | 2024-12-21T04:38:21.898Z | Compiling der v0.7.9 |
1323 | 2024-12-21T04:38:22.630Z | Compiling rand v0.8.5 |
1324 | 2024-12-21T04:38:22.673Z | Compiling pest v2.7.14 |
1325 | 2024-12-21T04:38:23.187Z | Compiling tinystr v0.7.6 |
1326 | 2024-12-21T04:38:23.623Z | Compiling icu_locid v1.5.0 |
1327 | 2024-12-21T04:38:24.461Z | Compiling spki v0.7.3 |
1328 | 2024-12-21T04:38:24.818Z | Compiling icu_provider v1.5.0 |
1329 | 2024-12-21T04:38:24.884Z | Compiling icu_collections v1.5.0 |
1330 | 2024-12-21T04:38:25.033Z | Compiling salsa20 v0.10.2 |
1331 | 2024-12-21T04:38:25.278Z | Compiling pbkdf2 v0.12.2 |
1332 | 2024-12-21T04:38:25.305Z | Compiling tracing v0.1.40 |
1333 | 2024-12-21T04:38:25.448Z | Compiling icu_properties_data v1.5.0 |
1334 | 2024-12-21T04:38:25.696Z | Compiling icu_locid_transform v1.5.0 |
1335 | 2024-12-21T04:38:25.715Z | Compiling powerfmt v0.2.0 |
1336 | 2024-12-21T04:38:25.737Z | Compiling untrusted v0.9.0 |
1337 | 2024-12-21T04:38:25.838Z | Compiling vcpkg v0.2.15 |
1338 | 2024-12-21T04:38:25.919Z | Compiling mirai-annotations v1.12.0 |
1339 | 2024-12-21T04:38:25.956Z | Compiling num-conv v0.1.0 |
1340 | 2024-12-21T04:38:26.050Z | Compiling deranged v0.3.11 |
1341 | 2024-12-21T04:38:26.125Z | Compiling scrypt v0.11.0 |
1342 | 2024-12-21T04:38:26.240Z | Compiling time-macros v0.2.18 |
1343 | 2024-12-21T04:38:26.376Z | Compiling pest_meta v2.7.14 |
1344 | 2024-12-21T04:38:26.711Z | Compiling cbc v0.1.2 |
1345 | 2024-12-21T04:38:26.955Z | Compiling icu_properties v1.5.1 |
1346 | 2024-12-21T04:38:28.027Z | Compiling bitflags v2.6.0 |
1347 | 2024-12-21T04:38:28.074Z | Compiling bytes v1.8.0 |
1348 | 2024-12-21T04:38:28.460Z | Compiling indexmap v2.6.0 |
1349 | 2024-12-21T04:38:29.427Z | Compiling tokio v1.40.0 |
1350 | 2024-12-21T04:38:29.610Z | Compiling http v1.1.0 |
1351 | 2024-12-21T04:38:29.981Z | Compiling semver v1.0.23 |
1352 | 2024-12-21T04:38:30.000Z | Compiling openssl-sys v0.9.103 |
1353 | 2024-12-21T04:38:30.722Z | Compiling rustc_version v0.4.1 |
1354 | 2024-12-21T04:38:31.156Z | Compiling aes v0.8.4 |
1355 | 2024-12-21T04:38:31.446Z | Compiling scroll_derive v0.12.0 |
1356 | 2024-12-21T04:38:31.555Z | Compiling num_threads v0.1.7 |
1357 | 2024-12-21T04:38:31.678Z | Compiling utf8_iter v1.0.4 |
1358 | 2024-12-21T04:38:31.903Z | Compiling icu_normalizer_data v1.5.0 |
1359 | 2024-12-21T04:38:31.925Z | Compiling atomic-waker v1.1.2 |
1360 | 2024-12-21T04:38:32.013Z | Compiling utf16_iter v1.0.5 |
1361 | 2024-12-21T04:38:32.115Z | Compiling write16 v1.0.0 |
1362 | 2024-12-21T04:38:32.117Z | Compiling time v0.3.36 |
1363 | 2024-12-21T04:38:32.202Z | Compiling pkcs5 v0.7.1 |
1364 | 2024-12-21T04:38:32.260Z | Compiling icu_normalizer v1.5.0 |
1365 | 2024-12-21T04:38:32.811Z | Compiling which v4.4.2 |
1366 | 2024-12-21T04:38:32.900Z | Compiling scroll v0.12.0 |
1367 | 2024-12-21T04:38:33.488Z | Compiling http-body v1.0.1 |
1368 | 2024-12-21T04:38:33.696Z | Compiling pest_generator v2.7.14 |
1369 | 2024-12-21T04:38:33.714Z | Compiling form_urlencoded v1.2.1 |
1370 | 2024-12-21T04:38:33.893Z | Compiling slog v2.7.0 |
1371 | 2024-12-21T04:38:34.019Z | Compiling try-lock v0.2.5 |
1372 | 2024-12-21T04:38:34.049Z | Compiling goblin v0.8.2 |
1373 | 2024-12-21T04:38:34.160Z | Compiling want v0.3.1 |
1374 | 2024-12-21T04:38:34.283Z | Compiling idna_adapter v1.2.0 |
1375 | 2024-12-21T04:38:34.436Z | Compiling pkcs8 v0.10.2 |
1376 | 2024-12-21T04:38:34.479Z | Compiling uuid v1.11.0 |
1377 | 2024-12-21T04:38:34.500Z | Compiling iana-time-zone v0.1.61 |
1378 | 2024-12-21T04:38:34.960Z | Compiling httpdate v1.0.3 |
1379 | 2024-12-21T04:38:35.204Z | Compiling chrono v0.4.38 |
1380 | 2024-12-21T04:38:35.817Z | Compiling pest_derive v2.7.14 |
1381 | 2024-12-21T04:38:35.917Z | Compiling idna v1.0.3 |
1382 | 2024-12-21T04:38:36.279Z | Compiling serde_spanned v0.6.8 |
1383 | 2024-12-21T04:38:36.503Z | Compiling serde_tokenstream v0.2.2 |
1384 | 2024-12-21T04:38:36.601Z | Compiling dtrace-parser v0.2.0 |
1385 | 2024-12-21T04:38:37.126Z | Compiling toml_datetime v0.6.8 |
1386 | 2024-12-21T04:38:37.368Z | Compiling base64 v0.22.1 |
1387 | 2024-12-21T04:38:37.643Z | Compiling tower-service v0.3.3 |
1388 | 2024-12-21T04:38:37.777Z | Compiling rustversion v1.0.17 |
1389 | 2024-12-21T04:38:37.795Z | Compiling adler2 v2.0.0 |
1390 | 2024-12-21T04:38:38.000Z | Compiling tokio-util v0.7.12 |
1391 | 2024-12-21T04:38:38.130Z | Compiling openssl v0.10.66 |
1392 | 2024-12-21T04:38:38.498Z | Compiling foreign-types-shared v0.1.1 |
1393 | 2024-12-21T04:38:38.556Z | Compiling match_cfg v0.1.0 |
1394 | 2024-12-21T04:38:38.612Z | Compiling foreign-types v0.3.2 |
1395 | 2024-12-21T04:38:38.654Z | Compiling hostname v0.3.1 |
1396 | 2024-12-21T04:38:38.812Z | Compiling miniz_oxide v0.8.0 |
1397 | 2024-12-21T04:38:38.834Z | Compiling url v2.5.3 |
1398 | 2024-12-21T04:38:39.022Z | Compiling h2 v0.4.6 |
1399 | 2024-12-21T04:38:39.418Z | Compiling async-trait v0.1.83 |
1400 | 2024-12-21T04:38:40.366Z | Compiling dof v0.3.0 |
1401 | 2024-12-21T04:38:40.385Z | Compiling openssl-macros v0.1.1 |
1402 | 2024-12-21T04:38:40.902Z | Compiling serde_derive_internals v0.29.1 |
1403 | 2024-12-21T04:38:41.164Z | Compiling usdt-impl v0.5.0 |
1404 | 2024-12-21T04:38:42.299Z | Compiling dirs-sys-next v0.1.2 |
1405 | 2024-12-21T04:38:42.614Z | Compiling rustls v0.22.4 |
1406 | 2024-12-21T04:38:42.787Z | Compiling syn v1.0.109 |
1407 | 2024-12-21T04:38:42.879Z | Compiling schemars v0.8.21 |
1408 | 2024-12-21T04:38:42.967Z | Compiling siphasher v0.3.11 |
1409 | 2024-12-21T04:38:43.224Z | Compiling native-tls v0.2.12 |
1410 | 2024-12-21T04:38:43.351Z | Compiling data-encoding v2.6.0 |
1411 | 2024-12-21T04:38:43.424Z | Compiling rustls v0.23.19 |
1412 | 2024-12-21T04:38:43.698Z | Compiling dirs-next v2.0.0 |
1413 | 2024-12-21T04:38:43.736Z | Compiling schemars_derive v0.8.21 |
1414 | 2024-12-21T04:38:44.539Z | Compiling http-body-util v0.1.2 |
1415 | 2024-12-21T04:38:45.092Z | Compiling crossbeam-epoch v0.9.18 |
1416 | 2024-12-21T04:38:45.192Z | Compiling heapless v0.7.17 |
1417 | 2024-12-21T04:38:45.314Z | Compiling sha1 v0.10.6 |
1418 | 2024-12-21T04:38:45.607Z | Compiling signature v2.2.0 |
1419 | 2024-12-21T04:38:45.729Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1420 | 2024-12-21T04:38:45.795Z | Compiling thread_local v1.1.8 |
1421 | 2024-12-21T04:38:45.877Z | Compiling multer v3.1.0 |
1422 | 2024-12-21T04:38:45.895Z | Compiling encoding_rs v0.8.34 |
1423 | 2024-12-21T04:38:46.191Z | Compiling hyper v1.5.0 |
1424 | 2024-12-21T04:38:46.241Z | Compiling cookie v0.18.1 |
1425 | 2024-12-21T04:38:46.318Z | Compiling unicode-properties v0.1.3 |
1426 | 2024-12-21T04:38:46.532Z | Compiling rayon-core v1.12.1 |
1427 | 2024-12-21T04:38:46.699Z | Compiling slog-async v2.8.0 |
1428 | 2024-12-21T04:38:46.807Z | Compiling openssl-probe v0.1.5 |
1429 | 2024-12-21T04:38:47.192Z | Compiling signal-hook v0.3.17 |
1430 | 2024-12-21T04:38:47.221Z | Compiling ipnet v2.10.1 |
1431 | 2024-12-21T04:38:47.253Z | Compiling dyn-clone v1.0.17 |
1432 | 2024-12-21T04:38:47.461Z | Compiling gimli v0.31.1 |
1433 | 2024-12-21T04:38:47.481Z | Compiling mime v0.3.17 |
1434 | 2024-12-21T04:38:48.488Z | Compiling hyper-util v0.1.10 |
1435 | 2024-12-21T04:38:50.364Z | Compiling toml_edit v0.22.22 |
1436 | 2024-12-21T04:38:50.505Z | Compiling stringprep v0.1.5 |
1437 | 2024-12-21T04:38:51.765Z | Compiling crossbeam-deque v0.8.5 |
1438 | 2024-12-21T04:38:51.798Z | Compiling usdt-attr-macro v0.5.0 |
1439 | 2024-12-21T04:38:51.954Z | Compiling usdt-macro v0.5.0 |
1440 | 2024-12-21T04:38:52.032Z | Compiling addr2line v0.24.2 |
1441 | 2024-12-21T04:38:52.102Z | Compiling term v0.7.0 |
1442 | 2024-12-21T04:38:52.720Z | Compiling slog-json v2.6.1 |
1443 | 2024-12-21T04:38:52.795Z | Compiling serde_urlencoded v0.7.1 |
1444 | 2024-12-21T04:38:53.118Z | Compiling crossbeam-channel v0.5.13 |
1445 | 2024-12-21T04:38:53.322Z | Compiling curve25519-dalek v4.1.3 |
1446 | 2024-12-21T04:38:53.445Z | Compiling enum-as-inner v0.6.1 |
1447 | 2024-12-21T04:38:53.463Z | Compiling futures-executor v0.3.31 |
1448 | 2024-12-21T04:38:53.602Z | Compiling md-5 v0.10.6 |
1449 | 2024-12-21T04:38:53.870Z | Compiling async-stream-impl v0.3.6 |
1450 | 2024-12-21T04:38:53.954Z | Compiling rustls-pemfile v2.2.0 |
1451 | 2024-12-21T04:38:54.055Z | Compiling num-integer v0.1.46 |
1452 | 2024-12-21T04:38:54.230Z | Compiling idna v0.3.0 |
1453 | 2024-12-21T04:38:54.290Z | Compiling idna v0.4.0 |
1454 | 2024-12-21T04:38:54.519Z | Compiling hash32 v0.2.1 |
1455 | 2024-12-21T04:38:54.867Z | Compiling ff v0.13.0 |
1456 | 2024-12-21T04:38:54.941Z | Compiling is-terminal v0.4.13 |
1457 | 2024-12-21T04:38:55.064Z | Compiling object v0.36.5 |
1458 | 2024-12-21T04:38:55.099Z | Compiling dropshot v0.12.0 |
1459 | 2024-12-21T04:38:55.340Z | Compiling utf-8 v0.7.6 |
1460 | 2024-12-21T04:38:55.391Z | Compiling smoltcp v0.9.1 |
1461 | 2024-12-21T04:38:55.666Z | Compiling linked-hash-map v0.5.6 |
1462 | 2024-12-21T04:38:56.029Z | Compiling take_mut v0.2.2 |
1463 | 2024-12-21T04:38:56.046Z | Compiling portable-atomic v1.9.0 |
1464 | 2024-12-21T04:38:56.062Z | Compiling psl-types v2.0.11 |
1465 | 2024-12-21T04:38:56.098Z | Compiling fallible-iterator v0.2.0 |
1466 | 2024-12-21T04:38:56.178Z | Compiling rustc-demangle v0.1.24 |
1467 | 2024-12-21T04:38:56.254Z | Compiling anyhow v1.0.93 |
1468 | 2024-12-21T04:38:56.839Z | Compiling num-bigint-dig v0.8.4 |
1469 | 2024-12-21T04:38:56.896Z | Compiling quick-error v1.2.3 |
1470 | 2024-12-21T04:38:57.043Z | Compiling base16ct v0.2.0 |
1471 | 2024-12-21T04:38:57.158Z | Compiling resolv-conf v0.7.0 |
1472 | 2024-12-21T04:38:57.177Z | Compiling postgres-protocol v0.6.7 |
1473 | 2024-12-21T04:38:57.349Z | Compiling sec1 v0.7.3 |
1474 | 2024-12-21T04:38:57.544Z | Compiling publicsuffix v2.2.3 |
1475 | 2024-12-21T04:38:57.957Z | Compiling lru-cache v0.1.2 |
1476 | 2024-12-21T04:38:57.980Z | Compiling tungstenite v0.24.0 |
1477 | 2024-12-21T04:38:58.237Z | Compiling async-stream v0.3.6 |
1478 | 2024-12-21T04:38:58.483Z | Compiling hickory-proto v0.24.1 |
1479 | 2024-12-21T04:38:58.547Z | Compiling group v0.13.0 |
1480 | 2024-12-21T04:38:58.857Z | Compiling slog-term v2.9.1 |
1481 | 2024-12-21T04:38:58.875Z | Compiling usdt v0.5.0 |
1482 | 2024-12-21T04:38:59.638Z | Compiling num-iter v0.1.45 |
1483 | 2024-12-21T04:38:59.733Z | Compiling futures v0.3.31 |
1484 | 2024-12-21T04:38:59.857Z | Compiling toml v0.8.19 |
1485 | 2024-12-21T04:39:00.176Z | Compiling slog-bunyan v2.5.0 |
1486 | 2024-12-21T04:39:01.504Z | Compiling camino v1.1.9 |
1487 | 2024-12-21T04:39:01.643Z | Compiling tokio-native-tls v0.3.1 |
1488 | 2024-12-21T04:39:01.925Z | Compiling phf_shared v0.11.2 |
1489 | 2024-12-21T04:39:02.103Z | Compiling dropshot_endpoint v0.12.0 |
1490 | 2024-12-21T04:39:02.320Z | Compiling terminal_size v0.4.0 |
1491 | 2024-12-21T04:39:02.469Z | Compiling backtrace v0.3.74 |
1492 | 2024-12-21T04:39:02.529Z | Compiling waitgroup v0.1.2 |
1493 | 2024-12-21T04:39:02.722Z | Compiling openapiv3 v2.0.0 |
1494 | 2024-12-21T04:39:02.757Z | Compiling serde_path_to_error v0.1.16 |
1495 | 2024-12-21T04:39:03.137Z | Compiling hkdf v0.12.4 |
1496 | 2024-12-21T04:39:03.398Z | Compiling crypto-bigint v0.5.5 |
1497 | 2024-12-21T04:39:03.633Z | Compiling curve25519-dalek-derive v0.1.1 |
1498 | 2024-12-21T04:39:05.225Z | Compiling zerocopy-derive v0.6.6 |
1499 | 2024-12-21T04:39:06.295Z | Compiling webpki-roots v0.26.6 |
1500 | 2024-12-21T04:39:06.512Z | Compiling idna v0.5.0 |
1501 | 2024-12-21T04:39:06.787Z | Compiling hubpack_derive v0.1.1 |
1502 | 2024-12-21T04:39:06.840Z | Compiling hostname v0.4.0 |
1503 | 2024-12-21T04:39:07.107Z | Compiling fs-err v2.11.0 |
1504 | 2024-12-21T04:39:07.277Z | Compiling crc32fast v1.4.2 |
1505 | 2024-12-21T04:39:07.405Z | Compiling ahash v0.8.11 |
1506 | 2024-12-21T04:39:07.500Z | Compiling managed v0.8.0 |
1507 | 2024-12-21T04:39:07.621Z | Compiling bitflags v1.3.2 |
1508 | 2024-12-21T04:39:07.667Z | Compiling winnow v0.5.40 |
1509 | 2024-12-21T04:39:07.722Z | Compiling newtype-uuid v1.1.3 |
1510 | 2024-12-21T04:39:07.739Z | Compiling debug-ignore v1.0.5 |
1511 | 2024-12-21T04:39:07.884Z | Compiling strum_macros v0.25.3 |
1512 | 2024-12-21T04:39:08.012Z | Compiling clap_builder v4.5.21 |
1513 | 2024-12-21T04:39:08.213Z | Compiling console v0.15.8 |
1514 | 2024-12-21T04:39:09.019Z | Compiling hubpack v0.1.2 |
1515 | 2024-12-21T04:39:09.505Z | Compiling flate2 v1.0.34 |
1516 | 2024-12-21T04:39:09.689Z | Compiling zerocopy v0.6.6 |
1517 | 2024-12-21T04:39:09.974Z | Compiling cookie_store v0.21.0 |
1518 | 2024-12-21T04:39:10.073Z | Compiling elliptic-curve v0.13.8 |
1519 | 2024-12-21T04:39:10.608Z | Compiling hickory-resolver v0.24.1 |
1520 | 2024-12-21T04:39:11.605Z | Compiling toml_edit v0.19.15 |
1521 | 2024-12-21T04:39:11.607Z | Compiling phf v0.11.2 |
1522 | 2024-12-21T04:39:11.873Z | Compiling signal-hook-mio v0.2.4 |
1523 | 2024-12-21T04:39:11.919Z | Compiling hyper-tls v0.6.0 |
1524 | 2024-12-21T04:39:12.047Z | Compiling rayon v1.10.0 |
1525 | 2024-12-21T04:39:12.169Z | Compiling bzip2 v0.4.4 |
1526 | 2024-12-21T04:39:12.562Z | Compiling tokio-tungstenite v0.24.0 |
1527 | 2024-12-21T04:39:13.116Z | Compiling postgres-types v0.2.8 |
1528 | 2024-12-21T04:39:16.303Z | Compiling ed25519 v2.2.3 |
1529 | 2024-12-21T04:39:16.944Z | Compiling phf_shared v0.10.0 |
1530 | 2024-12-21T04:39:17.358Z | Compiling tokio-stream v0.1.16 |
1531 | 2024-12-21T04:39:17.610Z | Compiling pkcs1 v0.7.5 |
1532 | 2024-12-21T04:39:17.633Z | Compiling serde-big-array v0.5.1 |
1533 | 2024-12-21T04:39:17.864Z | Compiling clap_derive v4.5.18 |
1534 | 2024-12-21T04:39:18.107Z | Compiling rfc6979 v0.4.0 |
1535 | 2024-12-21T04:39:18.298Z | Compiling serde_repr v0.1.19 |
1536 | 2024-12-21T04:39:18.416Z | Compiling derive-where v1.2.7 |
1537 | 2024-12-21T04:39:18.619Z | Compiling float-cmp v0.9.0 |
1538 | 2024-12-21T04:39:18.768Z | Compiling bstr v1.10.0 |
1539 | 2024-12-21T04:39:18.853Z | Compiling sync_wrapper v1.0.1 |
1540 | 2024-12-21T04:39:19.016Z | Compiling predicates-core v1.0.8 |
1541 | 2024-12-21T04:39:19.405Z | Compiling unicode-width v0.2.0 |
1542 | 2024-12-21T04:39:19.536Z | Compiling fixedbitset v0.4.2 |
1543 | 2024-12-21T04:39:19.892Z | Compiling normalize-line-endings v0.3.0 |
1544 | 2024-12-21T04:39:19.979Z | Compiling whoami v1.5.2 |
1545 | 2024-12-21T04:39:20.025Z | Compiling precomputed-hash v0.1.1 |
1546 | 2024-12-21T04:39:20.028Z | Compiling static_assertions v1.1.0 |
1547 | 2024-12-21T04:39:20.132Z | Compiling difflib v0.4.0 |
1548 | 2024-12-21T04:39:20.165Z | Compiling new_debug_unreachable v1.0.6 |
1549 | 2024-12-21T04:39:20.266Z | Compiling number_prefix v0.4.0 |
1550 | 2024-12-21T04:39:20.497Z | Compiling unicode-segmentation v1.12.0 |
1551 | 2024-12-21T04:39:20.552Z | Compiling bit-vec v0.6.3 |
1552 | 2024-12-21T04:39:20.630Z | Compiling predicates v3.1.2 |
1553 | 2024-12-21T04:39:21.023Z | Compiling bit-set v0.5.3 |
1554 | 2024-12-21T04:39:21.321Z | Compiling similar v2.6.0 |
1555 | 2024-12-21T04:39:21.392Z | Compiling indicatif v0.17.9 |
1556 | 2024-12-21T04:39:21.813Z | Compiling tokio-postgres v0.7.12 |
1557 | 2024-12-21T04:39:21.984Z | Compiling string_cache v0.8.7 |
1558 | 2024-12-21T04:39:22.397Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1559 | 2024-12-21T04:39:22.470Z | Compiling petgraph v0.6.5 |
1560 | 2024-12-21T04:39:23.065Z | Compiling clap v4.5.21 |
1561 | 2024-12-21T04:39:23.197Z | Compiling ecdsa v0.16.9 |
1562 | 2024-12-21T04:39:23.684Z | Compiling rsa v0.9.6 |
1563 | 2024-12-21T04:39:23.819Z | Compiling ed25519-dalek v2.1.1 |
1564 | 2024-12-21T04:39:24.084Z | Compiling toml v0.7.8 |
1565 | 2024-12-21T04:39:25.169Z | Compiling zip v0.6.6 |
1566 | 2024-12-21T04:39:25.882Z | Compiling crossterm v0.28.1 |
1567 | 2024-12-21T04:39:27.321Z | Compiling hex v0.4.3 |
1568 | 2024-12-21T04:39:27.344Z | Compiling x509-cert v0.2.5 |
1569 | 2024-12-21T04:39:27.534Z | Compiling itertools v0.10.5 |
1570 | 2024-12-21T04:39:27.798Z | Compiling unicode-xid v0.2.6 |
1571 | 2024-12-21T04:39:27.906Z | Compiling lalrpop-util v0.19.12 |
1572 | 2024-12-21T04:39:27.986Z | Compiling peg-runtime v0.8.3 |
1573 | 2024-12-21T04:39:28.270Z | Compiling strum_macros v0.26.4 |
1574 | 2024-12-21T04:39:28.716Z | Compiling xattr v1.3.1 |
1575 | 2024-12-21T04:39:28.996Z | Compiling filetime v0.2.25 |
1576 | 2024-12-21T04:39:29.323Z | Compiling tar v0.4.42 |
1577 | 2024-12-21T04:39:33.579Z | Compiling strum v0.26.3 |
1578 | 2024-12-21T04:39:36.261Z | Compiling aws-lc-sys v0.22.0 |
1579 | 2024-12-21T04:40:10.907Z | Compiling rustls-webpki v0.102.8 |
1580 | 2024-12-21T04:40:14.373Z | Compiling tokio-rustls v0.25.0 |
1581 | 2024-12-21T04:40:16.048Z | Compiling tokio-rustls v0.26.0 |
1582 | 2024-12-21T04:40:16.521Z | Compiling hyper-rustls v0.27.3 |
1583 | 2024-12-21T04:40:16.843Z | Compiling reqwest v0.12.9 |
1584 | 2024-12-21T04:40:17.841Z | Compiling qorb v0.2.1 |
1585 | 2024-12-21T04:40:22.880Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1586 | 2024-12-21T04:40:23.110Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1587 | 2024-12-21T04:40:30.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 30s |
1588 | 2024-12-21T04:40:30.951Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1589 | 2024-12-21T04:40:30.951Z | Dec 21 04:40:28.013 INFO Starting download, target: Clickhouse |
1590 | 2024-12-21T04:40:30.951Z | Dec 21 04:40:28.014 INFO Starting download, target: Cockroach |
1591 | 2024-12-21T04:40:30.951Z | Dec 21 04:40:28.014 INFO Starting download, target: Console |
1592 | 2024-12-21T04:40:30.951Z | Dec 21 04:40:28.014 INFO Starting download, target: DendriteOpenapi |
1593 | 2024-12-21T04:40:30.951Z | Dec 21 04:40:28.014 INFO Starting download, target: DendriteStub |
1594 | 2024-12-21T04:40:30.951Z | Dec 21 04:40:28.014 INFO Starting download, target: MaghemiteMgd |
1595 | 2024-12-21T04:40:30.952Z | Dec 21 04:40:28.014 INFO Starting download, target: TransceiverControl |
1596 | 2024-12-21T04:40:30.952Z | Dec 21 04:40:28.014 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1597 | 2024-12-21T04:40:30.952Z | Dec 21 04:40:28.014 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1598 | 2024-12-21T04:40:30.952Z | Dec 21 04:40:28.014 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1599 | 2024-12-21T04:40:30.952Z | Dec 21 04:40:28.014 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1600 | 2024-12-21T04:40:30.952Z | Dec 21 04:40:28.014 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1601 | 2024-12-21T04:40:30.952Z | Dec 21 04:40:28.015 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1602 | 2024-12-21T04:40:30.952Z | Dec 21 04:40:28.015 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1603 | 2024-12-21T04:40:30.952Z | Dec 21 04:40:28.432 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1604 | 2024-12-21T04:40:30.952Z | Dec 21 04:40:28.713 INFO Download complete, target: Console |
1605 | 2024-12-21T04:40:31.031Z | Dec 21 04:40:29.891 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1606 | 2024-12-21T04:40:33.266Z | Dec 21 04:40:32.125 INFO Download complete, target: DendriteOpenapi |
1607 | 2024-12-21T04:40:33.559Z | Dec 21 04:40:32.400 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1608 | 2024-12-21T04:40:34.251Z | Dec 21 04:40:33.008 INFO Download complete, target: TransceiverControl |
1609 | 2024-12-21T04:40:34.321Z | Dec 21 04:40:33.027 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1610 | 2024-12-21T04:40:34.321Z | Dec 21 04:40:33.047 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1611 | 2024-12-21T04:40:35.186Z | Dec 21 04:40:34.046 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1612 | 2024-12-21T04:40:35.187Z | Dec 21 04:40:34.046 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1613 | 2024-12-21T04:40:37.089Z | Dec 21 04:40:35.949 INFO Download complete, target: DendriteStub |
1614 | 2024-12-21T04:40:37.245Z | Dec 21 04:40:36.104 INFO Download complete, target: MaghemiteMgd |
1615 | 2024-12-21T04:40:42.608Z | Dec 21 04:40:41.466 INFO Checking that binary works, target: Cockroach |
1616 | 2024-12-21T04:40:42.771Z | Dec 21 04:40:41.629 INFO Download complete, target: Cockroach |
1617 | 2024-12-21T04:40:43.759Z | Dec 21 04:40:42.617 INFO Checking that binary works, target: Clickhouse |
1618 | 2024-12-21T04:40:44.414Z | Dec 21 04:40:43.271 INFO Download complete, target: Clickhouse |
1619 | 2024-12-21T04:40:44.421Z | All prerequisites installed successfully |
1620 | 2024-12-21T04:40:44.425Z | |
1621 | 2024-12-21T04:40:44.425Z | real 4:52.631852796 |
1622 | 2024-12-21T04:40:44.425Z | user 16:27.977597808 |
1623 | 2024-12-21T04:40:44.425Z | sys 3:10.205321948 |
1624 | 2024-12-21T04:40:44.426Z | trap 0.513554104 |
1625 | 2024-12-21T04:40:44.426Z | tflt 7.200336113 |
1626 | 2024-12-21T04:40:44.427Z | dflt 6.684021194 |
1627 | 2024-12-21T04:40:44.427Z | kflt 0.321994871 |
1628 | 2024-12-21T04:40:44.427Z | lock 33:11.961116874 |
1629 | 2024-12-21T04:40:44.427Z | slp 1:03:05.079070840 |
1630 | 2024-12-21T04:40:44.427Z | lat 50.541721547 |
1631 | 2024-12-21T04:40:44.427Z | stop 2:05.125616994 |
1632 | 2024-12-21T04:40:44.427Z | + source ./tools/include/force-git-over-https.sh |
1633 | 2024-12-21T04:40:44.427Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1634 | 2024-12-21T04:40:44.427Z | ++ (( i = 0 )) |
1635 | 2024-12-21T04:40:44.428Z | ++ (( i < 5 )) |
1636 | 2024-12-21T04:40:44.428Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1637 | 2024-12-21T04:40:44.431Z | ++ (( i++ )) |
1638 | 2024-12-21T04:40:44.431Z | ++ (( i < 5 )) |
1639 | 2024-12-21T04:40:44.431Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1640 | 2024-12-21T04:40:44.431Z | ++ (( i++ )) |
1641 | 2024-12-21T04:40:44.431Z | ++ (( i < 5 )) |
1642 | 2024-12-21T04:40:44.431Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1643 | 2024-12-21T04:40:44.435Z | ++ (( i++ )) |
1644 | 2024-12-21T04:40:44.435Z | ++ (( i < 5 )) |
1645 | 2024-12-21T04:40:44.435Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1646 | 2024-12-21T04:40:44.438Z | ++ (( i++ )) |
1647 | 2024-12-21T04:40:44.438Z | ++ (( i < 5 )) |
1648 | 2024-12-21T04:40:44.438Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1649 | 2024-12-21T04:40:44.438Z | ++ (( i++ )) |
1650 | 2024-12-21T04:40:44.438Z | ++ (( i < 5 )) |
1651 | 2024-12-21T04:40:44.439Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1652 | 2024-12-21T04:40:44.439Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1653 | 2024-12-21T04:40:44.439Z | + rc=0 |
1654 | 2024-12-21T04:40:44.442Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1655 | 2024-12-21T04:41:17.254Z | + case $rc in |
1656 | 2024-12-21T04:41:17.254Z | + pfexec zfs create -p rpool/images/build/host |
1657 | 2024-12-21T04:41:17.496Z | + pfexec zfs create -p rpool/images/build/recovery |
1658 | 2024-12-21T04:41:17.562Z | + cargo xtask releng --output-dir /work |
1659 | 2024-12-21T04:41:18.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1660 | 2024-12-21T04:41:18.111Z | Running `target/debug/xtask releng --output-dir /work` |
1661 | 2024-12-21T04:41:19.026Z | Compiling proc-macro2 v1.0.89 |
1662 | 2024-12-21T04:41:19.026Z | Compiling unicode-ident v1.0.13 |
1663 | 2024-12-21T04:41:19.029Z | Compiling libc v0.2.162 |
1664 | 2024-12-21T04:41:19.029Z | Compiling serde v1.0.215 |
1665 | 2024-12-21T04:41:19.029Z | Compiling autocfg v1.4.0 |
1666 | 2024-12-21T04:41:19.029Z | Compiling version_check v0.9.5 |
1667 | 2024-12-21T04:41:19.029Z | Compiling cfg-if v1.0.0 |
1668 | 2024-12-21T04:41:19.251Z | Compiling memchr v2.7.4 |
1669 | 2024-12-21T04:41:19.369Z | Compiling typenum v1.17.0 |
1670 | 2024-12-21T04:41:19.391Z | Compiling shlex v1.3.0 |
1671 | 2024-12-21T04:41:19.838Z | Compiling generic-array v0.14.7 |
1672 | 2024-12-21T04:41:19.882Z | Compiling value-bag v1.9.0 |
1673 | 2024-12-21T04:41:19.905Z | Compiling scopeguard v1.2.0 |
1674 | 2024-12-21T04:41:20.116Z | Compiling lock_api v0.4.12 |
1675 | 2024-12-21T04:41:20.282Z | Compiling rustix v0.38.37 |
1676 | 2024-12-21T04:41:20.405Z | Compiling log v0.4.22 |
1677 | 2024-12-21T04:41:20.756Z | Compiling parking_lot_core v0.9.10 |
1678 | 2024-12-21T04:41:20.928Z | Compiling serde_json v1.0.133 |
1679 | 2024-12-21T04:41:21.110Z | Compiling quote v1.0.37 |
1680 | 2024-12-21T04:41:21.184Z | Compiling libm v0.2.8 |
1681 | 2024-12-21T04:41:21.237Z | Compiling num-traits v0.2.19 |
1682 | 2024-12-21T04:41:21.256Z | Compiling once_cell v1.20.2 |
1683 | 2024-12-21T04:41:21.505Z | Compiling syn v2.0.87 |
1684 | 2024-12-21T04:41:21.530Z | Compiling jobserver v0.1.32 |
1685 | 2024-12-21T04:41:21.553Z | Compiling getrandom v0.2.15 |
1686 | 2024-12-21T04:41:21.664Z | Compiling thiserror v1.0.69 |
1687 | 2024-12-21T04:41:22.151Z | Compiling itoa v1.0.11 |
1688 | 2024-12-21T04:41:22.173Z | Compiling cc v1.1.30 |
1689 | 2024-12-21T04:41:22.173Z | Compiling spin v0.9.8 |
1690 | 2024-12-21T04:41:22.173Z | Compiling aho-corasick v1.1.3 |
1691 | 2024-12-21T04:41:22.173Z | Compiling regex-syntax v0.8.5 |
1692 | 2024-12-21T04:41:22.300Z | Compiling slab v0.4.9 |
1693 | 2024-12-21T04:41:22.326Z | Compiling errno v0.3.9 |
1694 | 2024-12-21T04:41:22.813Z | Compiling byteorder v1.5.0 |
1695 | 2024-12-21T04:41:23.106Z | Compiling either v1.13.0 |
1696 | 2024-12-21T04:41:23.606Z | Compiling lazy_static v1.5.0 |
1697 | 2024-12-21T04:41:23.629Z | Compiling rand_core v0.6.4 |
1698 | 2024-12-21T04:41:23.668Z | Compiling glob v0.3.1 |
1699 | 2024-12-21T04:41:23.832Z | Compiling prettyplease v0.2.25 |
1700 | 2024-12-21T04:41:24.038Z | Compiling subtle v2.6.1 |
1701 | 2024-12-21T04:41:24.293Z | Compiling minimal-lexical v0.2.1 |
1702 | 2024-12-21T04:41:24.489Z | Compiling libloading v0.8.5 |
1703 | 2024-12-21T04:41:24.520Z | Compiling clang-sys v1.8.1 |
1704 | 2024-12-21T04:41:24.856Z | Compiling nom v7.1.3 |
1705 | 2024-12-21T04:41:25.267Z | Compiling bindgen v0.69.5 |
1706 | 2024-12-21T04:41:25.406Z | Compiling home v0.5.9 |
1707 | 2024-12-21T04:41:25.646Z | Compiling itertools v0.12.1 |
1708 | 2024-12-21T04:41:25.995Z | Compiling regex-automata v0.4.8 |
1709 | 2024-12-21T04:41:26.025Z | Compiling lazycell v1.3.0 |
1710 | 2024-12-21T04:41:26.518Z | Compiling rustc-hash v1.1.0 |
1711 | 2024-12-21T04:41:27.064Z | Compiling cmake v0.1.51 |
1712 | 2024-12-21T04:41:28.185Z | Compiling dunce v1.0.5 |
1713 | 2024-12-21T04:41:28.380Z | Compiling cexpr v0.6.0 |
1714 | 2024-12-21T04:41:28.451Z | Compiling fs_extra v1.3.0 |
1715 | 2024-12-21T04:41:28.490Z | Compiling semver v1.0.23 |
1716 | 2024-12-21T04:41:28.735Z | Compiling pkg-config v0.3.31 |
1717 | 2024-12-21T04:41:29.033Z | Compiling smallvec v1.13.2 |
1718 | 2024-12-21T04:41:29.060Z | Compiling ring v0.17.8 |
1719 | 2024-12-21T04:41:29.486Z | Compiling synstructure v0.13.1 |
1720 | 2024-12-21T04:41:30.071Z | Compiling ryu v1.0.18 |
1721 | 2024-12-21T04:41:30.180Z | Compiling heck v0.5.0 |
1722 | 2024-12-21T04:41:30.222Z | Compiling paste v1.0.15 |
1723 | 2024-12-21T04:41:30.689Z | Compiling aws-lc-rs v1.10.0 |
1724 | 2024-12-21T04:41:30.836Z | Compiling const-oid v0.9.6 |
1725 | 2024-12-21T04:41:30.941Z | Compiling httparse v1.9.5 |
1726 | 2024-12-21T04:41:31.329Z | Compiling pin-project-lite v0.2.14 |
1727 | 2024-12-21T04:41:31.667Z | Compiling allocator-api2 v0.2.18 |
1728 | 2024-12-21T04:41:32.215Z | Compiling regex v1.11.1 |
1729 | 2024-12-21T04:41:32.639Z | Compiling futures-core v0.3.31 |
1730 | 2024-12-21T04:41:32.976Z | Compiling signal-hook-registry v1.4.2 |
1731 | 2024-12-21T04:41:33.385Z | Compiling time-core v0.1.2 |
1732 | 2024-12-21T04:41:33.444Z | Compiling schemars v0.8.21 |
1733 | 2024-12-21T04:41:33.674Z | Compiling crossbeam-utils v0.8.20 |
1734 | 2024-12-21T04:41:33.854Z | Compiling num-conv v0.1.0 |
1735 | 2024-12-21T04:41:34.079Z | Compiling parking_lot v0.12.3 |
1736 | 2024-12-21T04:41:34.255Z | Compiling serde_derive_internals v0.29.1 |
1737 | 2024-12-21T04:41:34.281Z | Compiling time-macros v0.2.18 |
1738 | 2024-12-21T04:41:34.532Z | Compiling mio v1.0.2 |
1739 | 2024-12-21T04:41:34.737Z | Compiling vcpkg v0.2.15 |
1740 | 2024-12-21T04:41:35.320Z | Compiling serde_derive v1.0.215 |
1741 | 2024-12-21T04:41:36.293Z | Compiling zeroize_derive v1.4.2 |
1742 | 2024-12-21T04:41:36.338Z | Compiling zerocopy-derive v0.7.35 |
1743 | 2024-12-21T04:41:36.527Z | Compiling tokio-macros v2.4.0 |
1744 | 2024-12-21T04:41:36.572Z | Compiling thiserror-impl v1.0.69 |
1745 | 2024-12-21T04:41:36.826Z | Compiling zerofrom-derive v0.1.4 |
1746 | 2024-12-21T04:41:37.651Z | Compiling yoke-derive v0.7.4 |
1747 | 2024-12-21T04:41:37.799Z | Compiling zeroize v1.8.1 |
1748 | 2024-12-21T04:41:38.119Z | Compiling futures-macro v0.3.31 |
1749 | 2024-12-21T04:41:38.304Z | Compiling zerovec-derive v0.10.3 |
1750 | 2024-12-21T04:41:38.502Z | Compiling displaydoc v0.2.5 |
1751 | 2024-12-21T04:41:39.874Z | Compiling zerocopy v0.7.35 |
1752 | 2024-12-21T04:41:40.295Z | Compiling crypto-common v0.1.6 |
1753 | 2024-12-21T04:41:40.407Z | Compiling icu_provider_macros v1.5.0 |
1754 | 2024-12-21T04:41:40.549Z | Compiling tracing-attributes v0.1.27 |
1755 | 2024-12-21T04:41:40.624Z | Compiling block-buffer v0.10.4 |
1756 | 2024-12-21T04:41:40.950Z | Compiling digest v0.10.7 |
1757 | 2024-12-21T04:41:41.028Z | Compiling der_derive v0.7.3 |
1758 | 2024-12-21T04:41:41.690Z | Compiling schemars_derive v0.8.21 |
1759 | 2024-12-21T04:41:41.717Z | Compiling openssl-sys v0.9.103 |
1760 | 2024-12-21T04:41:42.981Z | Compiling fnv v1.0.7 |
1761 | 2024-12-21T04:41:44.164Z | Compiling socket2 v0.5.7 |
1762 | 2024-12-21T04:41:44.901Z | Compiling ahash v0.8.11 |
1763 | 2024-12-21T04:41:45.387Z | Compiling foldhash v0.1.3 |
1764 | 2024-12-21T04:41:45.432Z | Compiling cpufeatures v0.2.14 |
1765 | 2024-12-21T04:41:45.605Z | Compiling equivalent v1.0.1 |
1766 | 2024-12-21T04:41:45.700Z | Compiling futures-sink v0.3.31 |
1767 | 2024-12-21T04:41:45.766Z | Compiling hashbrown v0.15.1 |
1768 | 2024-12-21T04:41:45.915Z | Compiling stable_deref_trait v1.2.0 |
1769 | 2024-12-21T04:41:46.008Z | Compiling slog v2.7.0 |
1770 | 2024-12-21T04:41:46.949Z | Compiling futures-channel v0.3.31 |
1771 | 2024-12-21T04:41:47.191Z | Compiling zerofrom v0.1.4 |
1772 | 2024-12-21T04:41:47.231Z | Compiling scroll_derive v0.12.0 |
1773 | 2024-12-21T04:41:47.396Z | Compiling futures-task v0.3.31 |
1774 | 2024-12-21T04:41:47.482Z | Compiling futures-io v0.3.31 |
1775 | 2024-12-21T04:41:47.504Z | Compiling ucd-trie v0.1.7 |
1776 | 2024-12-21T04:41:47.525Z | Compiling openssl v0.10.66 |
1777 | 2024-12-21T04:41:47.785Z | Compiling pin-utils v0.1.0 |
1778 | 2024-12-21T04:41:47.905Z | Compiling futures-util v0.3.31 |
1779 | 2024-12-21T04:41:47.953Z | Compiling pest v2.7.14 |
1780 | 2024-12-21T04:41:48.024Z | Compiling yoke v0.7.4 |
1781 | 2024-12-21T04:41:48.452Z | Compiling hmac v0.12.1 |
1782 | 2024-12-21T04:41:48.712Z | Compiling iana-time-zone v0.1.61 |
1783 | 2024-12-21T04:41:48.715Z | Compiling tinyvec_macros v0.1.1 |
1784 | 2024-12-21T04:41:48.942Z | Compiling tinyvec v1.8.0 |
1785 | 2024-12-21T04:41:49.011Z | Compiling zerovec v0.10.4 |
1786 | 2024-12-21T04:41:49.789Z | Compiling bitflags v2.6.0 |
1787 | 2024-12-21T04:41:50.691Z | Compiling bytes v1.8.0 |
1788 | 2024-12-21T04:41:52.390Z | Compiling tokio v1.40.0 |
1789 | 2024-12-21T04:41:52.908Z | Compiling indexmap v2.6.0 |
1790 | 2024-12-21T04:41:53.584Z | Compiling serde_tokenstream v0.2.2 |
1791 | 2024-12-21T04:41:54.487Z | Compiling http v1.1.0 |
1792 | 2024-12-21T04:41:55.249Z | Compiling which v4.4.2 |
1793 | 2024-12-21T04:41:55.876Z | Compiling rustc_version v0.4.1 |
1794 | 2024-12-21T04:41:56.127Z | Compiling uuid v1.11.0 |
1795 | 2024-12-21T04:41:56.619Z | Compiling pest_meta v2.7.14 |
1796 | 2024-12-21T04:41:56.957Z | Compiling chrono v0.4.38 |
1797 | 2024-12-21T04:41:56.990Z | Compiling block-padding v0.3.3 |
1798 | 2024-12-21T04:41:57.291Z | Compiling openssl-macros v0.1.1 |
1799 | 2024-12-21T04:41:58.173Z | Compiling rustls v0.23.19 |
1800 | 2024-12-21T04:41:58.572Z | Compiling native-tls v0.2.12 |
1801 | 2024-12-21T04:41:59.003Z | Compiling syn v1.0.109 |
1802 | 2024-12-21T04:41:59.785Z | Compiling pest_generator v2.7.14 |
1803 | 2024-12-21T04:42:00.887Z | Compiling inout v0.1.3 |
1804 | 2024-12-21T04:42:01.199Z | Compiling unicode-normalization v0.1.24 |
1805 | 2024-12-21T04:42:01.534Z | Compiling cipher v0.4.4 |
1806 | 2024-12-21T04:42:01.537Z | Compiling pest_derive v2.7.14 |
1807 | 2024-12-21T04:42:02.457Z | Compiling tinystr v0.7.6 |
1808 | 2024-12-21T04:42:02.732Z | Compiling sha2 v0.10.8 |
1809 | 2024-12-21T04:42:03.247Z | Compiling async-trait v0.1.83 |
1810 | 2024-12-21T04:42:03.718Z | Compiling cookie v0.18.1 |
1811 | 2024-12-21T04:42:04.061Z | Compiling usdt-impl v0.5.0 |
1812 | 2024-12-21T04:42:04.560Z | Compiling litemap v0.7.3 |
1813 | 2024-12-21T04:42:05.007Z | Compiling dyn-clone v1.0.17 |
1814 | 2024-12-21T04:42:05.393Z | Compiling writeable v0.5.5 |
1815 | 2024-12-21T04:42:05.700Z | Compiling base64ct v1.6.0 |
1816 | 2024-12-21T04:42:06.401Z | Compiling unicode-bidi v0.3.17 |
1817 | 2024-12-21T04:42:08.388Z | Compiling icu_locid v1.5.0 |
1818 | 2024-12-21T04:42:09.215Z | Compiling pem-rfc7468 v0.7.0 |
1819 | 2024-12-21T04:42:11.108Z | Compiling aws-lc-sys v0.22.0 |
1820 | 2024-12-21T04:42:12.186Z | Compiling scroll v0.12.0 |
1821 | 2024-12-21T04:42:12.376Z | Compiling ppv-lite86 v0.2.20 |
1822 | 2024-12-21T04:42:13.350Z | Compiling tracing-core v0.1.32 |
1823 | 2024-12-21T04:42:13.696Z | Compiling flagset v0.4.6 |
1824 | 2024-12-21T04:42:15.827Z | Compiling rustls-pki-types v1.10.0 |
1825 | 2024-12-21T04:42:16.037Z | Compiling percent-encoding v2.3.1 |
1826 | 2024-12-21T04:42:16.058Z | Compiling untrusted v0.7.1 |
1827 | 2024-12-21T04:42:16.368Z | Compiling camino v1.1.9 |
1828 | 2024-12-21T04:42:16.504Z | Compiling plain v0.2.3 |
1829 | 2024-12-21T04:42:16.695Z | Compiling goblin v0.8.2 |
1830 | 2024-12-21T04:42:16.922Z | Compiling tracing v0.1.40 |
1831 | 2024-12-21T04:42:17.542Z | Compiling der v0.7.9 |
1832 | 2024-12-21T04:42:17.776Z | Compiling rand_chacha v0.3.1 |
1833 | 2024-12-21T04:42:19.185Z | Compiling icu_provider v1.5.0 |
1834 | 2024-12-21T04:42:19.690Z | Compiling tokio-util v0.7.12 |
1835 | 2024-12-21T04:42:20.913Z | Compiling icu_locid_transform_data v1.5.0 |
1836 | 2024-12-21T04:42:20.976Z | Compiling pretty-hex v0.4.1 |
1837 | 2024-12-21T04:42:21.084Z | Compiling powerfmt v0.2.0 |
1838 | 2024-12-21T04:42:21.229Z | Compiling rayon-core v1.12.1 |
1839 | 2024-12-21T04:42:21.762Z | Compiling rustls v0.22.4 |
1840 | 2024-12-21T04:42:21.834Z | Compiling untrusted v0.9.0 |
1841 | 2024-12-21T04:42:21.894Z | Compiling mirai-annotations v1.12.0 |
1842 | 2024-12-21T04:42:21.979Z | Compiling icu_locid_transform v1.5.0 |
1843 | 2024-12-21T04:42:22.086Z | Compiling deranged v0.3.11 |
1844 | 2024-12-21T04:42:22.780Z | Compiling dof v0.3.0 |
1845 | 2024-12-21T04:42:24.685Z | Compiling spki v0.7.3 |
1846 | 2024-12-21T04:42:25.331Z | Compiling rand v0.8.5 |
1847 | 2024-12-21T04:42:25.783Z | Compiling dtrace-parser v0.2.0 |
1848 | 2024-12-21T04:42:26.341Z | Compiling salsa20 v0.10.2 |
1849 | 2024-12-21T04:42:26.674Z | Compiling icu_collections v1.5.0 |
1850 | 2024-12-21T04:42:27.321Z | Compiling pbkdf2 v0.12.2 |
1851 | 2024-12-21T04:42:28.097Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1852 | 2024-12-21T04:42:28.631Z | Compiling thread-id v4.2.2 |
1853 | 2024-12-21T04:42:28.833Z | Compiling icu_properties_data v1.5.0 |
1854 | 2024-12-21T04:42:29.164Z | Compiling atomic-waker v1.1.2 |
1855 | 2024-12-21T04:42:29.704Z | Compiling num_threads v0.1.7 |
1856 | 2024-12-21T04:42:29.918Z | Compiling time v0.3.36 |
1857 | 2024-12-21T04:42:30.120Z | Compiling icu_properties v1.5.1 |
1858 | 2024-12-21T04:42:33.749Z | Compiling scrypt v0.11.0 |
1859 | 2024-12-21T04:42:33.936Z | Compiling form_urlencoded v1.2.1 |
1860 | 2024-12-21T04:42:34.280Z | Compiling aes v0.8.4 |
1861 | 2024-12-21T04:42:34.495Z | Compiling cbc v0.1.2 |
1862 | 2024-12-21T04:42:34.812Z | Compiling http-body v1.0.1 |
1863 | 2024-12-21T04:42:35.307Z | Compiling multer v3.1.0 |
1864 | 2024-12-21T04:42:35.352Z | Compiling try-lock v0.2.5 |
1865 | 2024-12-21T04:42:35.429Z | Compiling icu_normalizer_data v1.5.0 |
1866 | 2024-12-21T04:42:35.564Z | Compiling utf8_iter v1.0.4 |
1867 | 2024-12-21T04:42:35.594Z | Compiling write16 v1.0.0 |
1868 | 2024-12-21T04:42:35.810Z | Compiling slog-async v2.8.0 |
1869 | 2024-12-21T04:42:35.854Z | Compiling utf16_iter v1.0.5 |
1870 | 2024-12-21T04:42:36.271Z | Compiling icu_normalizer v1.5.0 |
1871 | 2024-12-21T04:42:37.677Z | Compiling want v0.3.1 |
1872 | 2024-12-21T04:42:38.253Z | Compiling pkcs5 v0.7.1 |
1873 | 2024-12-21T04:42:42.162Z | Compiling h2 v0.4.6 |
1874 | 2024-12-21T04:42:43.995Z | Compiling heapless v0.7.17 |
1875 | 2024-12-21T04:42:44.567Z | Compiling zerocopy-derive v0.6.6 |
1876 | 2024-12-21T04:42:44.727Z | Compiling base64 v0.22.1 |
1877 | 2024-12-21T04:42:45.081Z | Compiling httpdate v1.0.3 |
1878 | 2024-12-21T04:42:45.962Z | Compiling anyhow v1.0.93 |
1879 | 2024-12-21T04:42:46.103Z | Compiling signal-hook v0.3.17 |
1880 | 2024-12-21T04:42:46.460Z | Compiling num-bigint-dig v0.8.4 |
1881 | 2024-12-21T04:42:47.104Z | Compiling pkcs8 v0.10.2 |
1882 | 2024-12-21T04:42:47.712Z | Compiling idna_adapter v1.2.0 |
1883 | 2024-12-21T04:42:48.212Z | Compiling usdt-macro v0.5.0 |
1884 | 2024-12-21T04:42:48.790Z | Compiling usdt-attr-macro v0.5.0 |
1885 | 2024-12-21T04:42:50.248Z | Compiling async-stream-impl v0.3.6 |
1886 | 2024-12-21T04:42:50.672Z | Compiling tower-service v0.3.3 |
1887 | 2024-12-21T04:42:50.811Z | Compiling hyper v1.5.0 |
1888 | 2024-12-21T04:42:51.063Z | Compiling strsim v0.11.1 |
1889 | 2024-12-21T04:42:51.496Z | Compiling rustversion v1.0.17 |
1890 | 2024-12-21T04:42:52.508Z | Compiling idna v1.0.3 |
1891 | 2024-12-21T04:42:53.975Z | Compiling hyper-util v0.1.10 |
1892 | 2024-12-21T04:42:59.574Z | Compiling curve25519-dalek v4.1.3 |
1893 | 2024-12-21T04:42:59.994Z | Compiling openapiv3 v2.0.0 |
1894 | 2024-12-21T04:43:00.061Z | Compiling toml_datetime v0.6.8 |
1895 | 2024-12-21T04:43:00.620Z | Compiling serde_spanned v0.6.8 |
1896 | 2024-12-21T04:43:00.787Z | Compiling enum-as-inner v0.6.1 |
1897 | 2024-12-21T04:43:01.222Z | Compiling dropshot v0.12.0 |
1898 | 2024-12-21T04:43:01.733Z | Compiling foreign-types-shared v0.1.1 |
1899 | 2024-12-21T04:43:01.893Z | Compiling smoltcp v0.9.1 |
1900 | 2024-12-21T04:43:01.914Z | Compiling portable-atomic v1.9.0 |
1901 | 2024-12-21T04:43:03.104Z | Compiling match_cfg v0.1.0 |
1902 | 2024-12-21T04:43:03.145Z | Compiling adler2 v2.0.0 |
1903 | 2024-12-21T04:43:03.413Z | Compiling newtype-uuid v1.1.3 |
1904 | 2024-12-21T04:43:03.464Z | Compiling foreign-types v0.3.2 |
1905 | 2024-12-21T04:43:03.594Z | Compiling miniz_oxide v0.8.0 |
1906 | 2024-12-21T04:43:03.728Z | Compiling hostname v0.3.1 |
1907 | 2024-12-21T04:43:05.214Z | Compiling url v2.5.3 |
1908 | 2024-12-21T04:43:13.375Z | Compiling http-body-util v0.1.2 |
1909 | 2024-12-21T04:43:13.442Z | Compiling clap_derive v4.5.18 |
1910 | 2024-12-21T04:43:14.068Z | Compiling dirs-sys-next v0.1.2 |
1911 | 2024-12-21T04:43:14.595Z | Compiling encoding_rs v0.8.34 |
1912 | 2024-12-21T04:43:16.817Z | Compiling mime v0.3.17 |
1913 | 2024-12-21T04:43:18.548Z | Compiling siphasher v0.3.11 |
1914 | 2024-12-21T04:43:18.659Z | Compiling data-encoding v2.6.0 |
1915 | 2024-12-21T04:43:20.687Z | Compiling dirs-next v2.0.0 |
1916 | 2024-12-21T04:43:25.583Z | Compiling crossbeam-epoch v0.9.18 |
1917 | 2024-12-21T04:43:26.295Z | Compiling serde_urlencoded v0.7.1 |
1918 | 2024-12-21T04:43:26.464Z | Compiling hashbrown v0.14.5 |
1919 | 2024-12-21T04:43:26.867Z | Compiling rustls-pemfile v2.2.0 |
1920 | 2024-12-21T04:43:27.360Z | Compiling hubpack_derive v0.1.1 |
1921 | 2024-12-21T04:43:27.885Z | Compiling dropshot_endpoint v0.12.0 |
1922 | 2024-12-21T04:43:28.529Z | Compiling rustls-webpki v0.102.8 |
1923 | 2024-12-21T04:43:29.530Z | Compiling sha1 v0.10.6 |
1924 | 2024-12-21T04:43:29.947Z | Compiling signature v2.2.0 |
1925 | 2024-12-21T04:43:30.131Z | Compiling curve25519-dalek-derive v0.1.1 |
1926 | 2024-12-21T04:43:30.265Z | Compiling thread_local v1.1.8 |
1927 | 2024-12-21T04:43:30.483Z | Compiling fs-err v2.11.0 |
1928 | 2024-12-21T04:43:30.785Z | Compiling anstyle v1.0.10 |
1929 | 2024-12-21T04:43:31.212Z | Compiling winnow v0.6.20 |
1930 | 2024-12-21T04:43:31.497Z | Compiling utf8parse v0.2.2 |
1931 | 2024-12-21T04:43:31.661Z | Compiling gimli v0.31.1 |
1932 | 2024-12-21T04:43:32.510Z | Compiling unicode-properties v0.1.3 |
1933 | 2024-12-21T04:43:32.947Z | Compiling ipnet v2.10.1 |
1934 | 2024-12-21T04:43:34.209Z | Compiling openssl-probe v0.1.5 |
1935 | 2024-12-21T04:43:35.587Z | Compiling toml_edit v0.22.22 |
1936 | 2024-12-21T04:43:36.398Z | Compiling addr2line v0.24.2 |
1937 | 2024-12-21T04:43:36.473Z | Compiling stringprep v0.1.5 |
1938 | 2024-12-21T04:43:36.536Z | Compiling anstyle-parse v0.2.5 |
1939 | 2024-12-21T04:43:37.497Z | Compiling regress v0.10.1 |
1940 | 2024-12-21T04:43:38.208Z | Compiling crossbeam-deque v0.8.5 |
1941 | 2024-12-21T04:43:38.563Z | Compiling term v0.7.0 |
1942 | 2024-12-21T04:43:39.867Z | Compiling slog-json v2.6.1 |
1943 | 2024-12-21T04:43:41.019Z | Compiling crossbeam-channel v0.5.13 |
1944 | 2024-12-21T04:43:42.722Z | Compiling idna v0.3.0 |
1945 | 2024-12-21T04:43:43.543Z | Compiling idna v0.4.0 |
1946 | 2024-12-21T04:43:44.762Z | Compiling futures-executor v0.3.31 |
1947 | 2024-12-21T04:43:45.005Z | Compiling num-integer v0.1.46 |
1948 | 2024-12-21T04:43:45.251Z | Compiling md-5 v0.10.6 |
1949 | 2024-12-21T04:43:45.512Z | Compiling ff v0.13.0 |
1950 | 2024-12-21T04:43:45.685Z | Compiling hash32 v0.2.1 |
1951 | 2024-12-21T04:43:45.747Z | Compiling memmap v0.7.0 |
1952 | 2024-12-21T04:43:45.767Z | Compiling is-terminal v0.4.13 |
1953 | 2024-12-21T04:43:45.908Z | Compiling object v0.36.5 |
1954 | 2024-12-21T04:43:46.044Z | Compiling quick-error v1.2.3 |
1955 | 2024-12-21T04:43:46.078Z | Compiling heck v0.4.1 |
1956 | 2024-12-21T04:43:46.193Z | Compiling colorchoice v1.0.2 |
1957 | 2024-12-21T04:43:46.366Z | Compiling psl-types v2.0.11 |
1958 | 2024-12-21T04:43:46.464Z | Compiling fallible-iterator v0.2.0 |
1959 | 2024-12-21T04:43:46.494Z | Compiling base16ct v0.2.0 |
1960 | 2024-12-21T04:43:46.581Z | Compiling linked-hash-map v0.5.6 |
1961 | 2024-12-21T04:43:46.791Z | Compiling is_terminal_polyfill v1.70.1 |
1962 | 2024-12-21T04:43:46.956Z | Compiling rustc-demangle v0.1.24 |
1963 | 2024-12-21T04:43:47.139Z | Compiling anstyle-query v1.1.1 |
1964 | 2024-12-21T04:43:47.222Z | Compiling take_mut v0.2.2 |
1965 | 2024-12-21T04:43:47.297Z | Compiling utf-8 v0.7.6 |
1966 | 2024-12-21T04:43:47.607Z | Compiling tungstenite v0.24.0 |
1967 | 2024-12-21T04:43:47.840Z | Compiling anstream v0.6.15 |
1968 | 2024-12-21T04:43:48.450Z | Compiling postgres-protocol v0.6.7 |
1969 | 2024-12-21T04:43:48.518Z | Compiling publicsuffix v2.2.3 |
1970 | 2024-12-21T04:43:48.789Z | Compiling lru-cache v0.1.2 |
1971 | 2024-12-21T04:43:49.007Z | Compiling sec1 v0.7.3 |
1972 | 2024-12-21T04:43:49.639Z | Compiling strum_macros v0.25.3 |
1973 | 2024-12-21T04:43:49.684Z | Compiling resolv-conf v0.7.0 |
1974 | 2024-12-21T04:43:50.273Z | Compiling usdt v0.5.0 |
1975 | 2024-12-21T04:43:50.385Z | Compiling slog-term v2.9.1 |
1976 | 2024-12-21T04:43:50.769Z | Compiling group v0.13.0 |
1977 | 2024-12-21T04:43:51.083Z | Compiling num-iter v0.1.45 |
1978 | 2024-12-21T04:43:51.106Z | Compiling futures v0.3.31 |
1979 | 2024-12-21T04:43:51.461Z | Compiling hickory-proto v0.24.1 |
1980 | 2024-12-21T04:43:52.346Z | Compiling tokio-rustls v0.26.0 |
1981 | 2024-12-21T04:43:53.274Z | Compiling backtrace v0.3.74 |
1982 | 2024-12-21T04:43:53.731Z | Compiling tokio-rustls v0.25.0 |
1983 | 2024-12-21T04:43:53.911Z | Compiling typify-impl v0.2.0 |
1984 | 2024-12-21T04:43:54.333Z | Compiling slog-bunyan v2.5.0 |
1985 | 2024-12-21T04:43:54.548Z | Compiling toml v0.8.19 |
1986 | 2024-12-21T04:43:54.856Z | Compiling tokio-native-tls v0.3.1 |
1987 | 2024-12-21T04:43:55.140Z | Compiling phf_shared v0.11.2 |
1988 | 2024-12-21T04:43:55.540Z | Compiling async-stream v0.3.6 |
1989 | 2024-12-21T04:43:55.824Z | Compiling waitgroup v0.1.2 |
1990 | 2024-12-21T04:43:56.034Z | Compiling webpki-roots v0.26.6 |
1991 | 2024-12-21T04:43:56.145Z | Compiling idna v0.5.0 |
1992 | 2024-12-21T04:43:56.247Z | Compiling terminal_size v0.4.0 |
1993 | 2024-12-21T04:43:56.332Z | Compiling serde_path_to_error v0.1.16 |
1994 | 2024-12-21T04:43:57.057Z | Compiling hkdf v0.12.4 |
1995 | 2024-12-21T04:43:57.146Z | Compiling crypto-bigint v0.5.5 |
1996 | 2024-12-21T04:43:57.303Z | Compiling serde_repr v0.1.19 |
1997 | 2024-12-21T04:43:57.639Z | Compiling derive-where v1.2.7 |
1998 | 2024-12-21T04:43:58.528Z | Compiling hostname v0.4.0 |
1999 | 2024-12-21T04:43:58.762Z | Compiling crc32fast v1.4.2 |
2000 | 2024-12-21T04:44:00.199Z | Compiling bitflags v1.3.2 |
2001 | 2024-12-21T04:44:00.221Z | Compiling winnow v0.5.40 |
2002 | 2024-12-21T04:44:00.496Z | Compiling unicode-width v0.1.14 |
2003 | 2024-12-21T04:44:00.669Z | Compiling clap_lex v0.7.2 |
2004 | 2024-12-21T04:44:00.819Z | Compiling managed v0.8.0 |
2005 | 2024-12-21T04:44:01.011Z | Compiling debug-ignore v1.0.5 |
2006 | 2024-12-21T04:44:01.681Z | Compiling console v0.15.8 |
2007 | 2024-12-21T04:44:02.136Z | Compiling clap_builder v4.5.21 |
2008 | 2024-12-21T04:44:03.265Z | Compiling elliptic-curve v0.13.8 |
2009 | 2024-12-21T04:44:03.908Z | Compiling toml_edit v0.19.15 |
2010 | 2024-12-21T04:44:04.236Z | Compiling flate2 v1.0.34 |
2011 | 2024-12-21T04:44:05.162Z | Compiling hickory-resolver v0.24.1 |
2012 | 2024-12-21T04:44:05.395Z | Compiling cookie_store v0.21.0 |
2013 | 2024-12-21T04:44:05.782Z | Compiling typify-macro v0.2.0 |
2014 | 2024-12-21T04:44:09.578Z | Compiling hyper-rustls v0.27.3 |
2015 | 2024-12-21T04:44:10.928Z | Compiling phf v0.11.2 |
2016 | 2024-12-21T04:44:10.970Z | Compiling hyper-tls v0.6.0 |
2017 | 2024-12-21T04:44:11.392Z | Compiling signal-hook-mio v0.2.4 |
2018 | 2024-12-21T04:44:11.570Z | Compiling rayon v1.10.0 |
2019 | 2024-12-21T04:44:11.612Z | Compiling bzip2 v0.4.4 |
2020 | 2024-12-21T04:44:11.983Z | Compiling postgres-types v0.2.8 |
2021 | 2024-12-21T04:44:12.305Z | Compiling tokio-tungstenite v0.24.0 |
2022 | 2024-12-21T04:44:13.027Z | Compiling ed25519 v2.2.3 |
2023 | 2024-12-21T04:44:13.407Z | Compiling hubpack v0.1.2 |
2024 | 2024-12-21T04:44:13.478Z | Compiling phf_shared v0.10.0 |
2025 | 2024-12-21T04:44:13.842Z | Compiling pkcs1 v0.7.5 |
2026 | 2024-12-21T04:44:13.874Z | Compiling zerocopy v0.6.6 |
2027 | 2024-12-21T04:44:13.951Z | Compiling tokio-stream v0.1.16 |
2028 | 2024-12-21T04:44:14.957Z | Compiling serde-big-array v0.5.1 |
2029 | 2024-12-21T04:44:15.025Z | Compiling rfc6979 v0.4.0 |
2030 | 2024-12-21T04:44:15.187Z | Compiling float-cmp v0.9.0 |
2031 | 2024-12-21T04:44:15.233Z | Compiling sync_wrapper v1.0.1 |
2032 | 2024-12-21T04:44:15.408Z | Compiling bstr v1.10.0 |
2033 | 2024-12-21T04:44:15.600Z | Compiling whoami v1.5.2 |
2034 | 2024-12-21T04:44:15.761Z | Compiling number_prefix v0.4.0 |
2035 | 2024-12-21T04:44:15.987Z | Compiling bit-vec v0.6.3 |
2036 | 2024-12-21T04:44:16.158Z | Compiling new_debug_unreachable v1.0.6 |
2037 | 2024-12-21T04:44:16.405Z | Compiling difflib v0.4.0 |
2038 | 2024-12-21T04:44:16.432Z | Compiling normalize-line-endings v0.3.0 |
2039 | 2024-12-21T04:44:16.448Z | Compiling unicode-width v0.2.0 |
2040 | 2024-12-21T04:44:16.563Z | Compiling static_assertions v1.1.0 |
2041 | 2024-12-21T04:44:16.585Z | Compiling fixedbitset v0.4.2 |
2042 | 2024-12-21T04:44:17.179Z | Compiling predicates-core v1.0.8 |
2043 | 2024-12-21T04:44:17.228Z | Compiling unicode-segmentation v1.12.0 |
2044 | 2024-12-21T04:44:17.250Z | Compiling precomputed-hash v0.1.1 |
2045 | 2024-12-21T04:44:17.376Z | Compiling predicates v3.1.2 |
2046 | 2024-12-21T04:44:17.641Z | Compiling string_cache v0.8.7 |
2047 | 2024-12-21T04:44:18.086Z | Compiling similar v2.6.0 |
2048 | 2024-12-21T04:44:18.882Z | Compiling reqwest v0.12.9 |
2049 | 2024-12-21T04:44:20.045Z | Compiling indicatif v0.17.9 |
2050 | 2024-12-21T04:44:20.515Z | Compiling petgraph v0.6.5 |
2051 | 2024-12-21T04:44:20.880Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2052 | 2024-12-21T04:44:22.862Z | Compiling bit-set v0.5.3 |
2053 | 2024-12-21T04:44:23.162Z | Compiling tokio-postgres v0.7.12 |
2054 | 2024-12-21T04:44:24.329Z | Compiling ecdsa v0.16.9 |
2055 | 2024-12-21T04:44:24.807Z | Compiling qorb v0.2.1 |
2056 | 2024-12-21T04:44:25.202Z | Compiling rsa v0.9.6 |
2057 | 2024-12-21T04:44:27.504Z | Compiling ed25519-dalek v2.1.1 |
2058 | 2024-12-21T04:44:27.722Z | Compiling zip v0.6.6 |
2059 | 2024-12-21T04:44:28.083Z | Compiling crossterm v0.28.1 |
2060 | 2024-12-21T04:44:28.540Z | Compiling toml v0.7.8 |
2061 | 2024-12-21T04:44:28.563Z | Compiling clap v4.5.21 |
2062 | 2024-12-21T04:44:31.054Z | Compiling x509-cert v0.2.5 |
2063 | 2024-12-21T04:44:32.103Z | Compiling hex v0.4.3 |
2064 | 2024-12-21T04:44:33.625Z | Compiling itertools v0.10.5 |
2065 | 2024-12-21T04:44:36.238Z | Compiling peg-runtime v0.8.3 |
2066 | 2024-12-21T04:44:37.058Z | Compiling lalrpop-util v0.19.12 |
2067 | 2024-12-21T04:44:37.078Z | Compiling unicode-xid v0.2.6 |
2068 | 2024-12-21T04:44:37.263Z | Compiling radium v0.7.0 |
2069 | 2024-12-21T04:44:37.422Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2070 | 2024-12-21T04:44:54.454Z | Compiling maybe-uninit v2.0.0 |
2071 | 2024-12-21T04:44:55.111Z | Compiling tap v1.0.1 |
2072 | 2024-12-21T04:44:56.353Z | Compiling ident_case v1.0.1 |
2073 | 2024-12-21T04:44:56.546Z | Compiling darling_core v0.20.10 |
2074 | 2024-12-21T04:44:56.859Z | Compiling wyz v0.5.1 |
2075 | 2024-12-21T04:45:05.365Z | Compiling typify v0.2.0 |
2076 | 2024-12-21T04:45:10.478Z | Compiling unsafe-libyaml v0.2.11 |
2077 | 2024-12-21T04:45:10.621Z | Compiling packed_struct v0.10.1 |
2078 | 2024-12-21T04:45:11.021Z | Compiling funty v2.0.0 |
2079 | 2024-12-21T04:45:12.238Z | Compiling bitvec v1.0.1 |
2080 | 2024-12-21T04:45:13.320Z | Compiling serde_yaml v0.9.34+deprecated |
2081 | 2024-12-21T04:45:16.900Z | Compiling progenitor-impl v0.8.0 |
2082 | 2024-12-21T04:45:17.175Z | Compiling darling_macro v0.20.10 |
2083 | 2024-12-21T04:45:21.267Z | Compiling ipnetwork v0.20.0 |
2084 | 2024-12-21T04:45:21.524Z | Compiling packed_struct_codegen v0.10.1 |
2085 | 2024-12-21T04:45:22.774Z | Compiling structmeta-derive v0.3.0 |
2086 | 2024-12-21T04:45:23.786Z | Compiling indexmap v1.9.3 |
2087 | 2024-12-21T04:45:24.045Z | Compiling crc-catalog v2.4.0 |
2088 | 2024-12-21T04:45:24.692Z | Compiling fastrand v2.1.1 |
2089 | 2024-12-21T04:45:24.873Z | Compiling nodrop v0.1.14 |
2090 | 2024-12-21T04:45:25.021Z | Compiling array-init v0.0.4 |
2091 | 2024-12-21T04:45:25.353Z | Compiling tempfile v3.13.0 |
2092 | 2024-12-21T04:45:25.455Z | Compiling structmeta v0.3.0 |
2093 | 2024-12-21T04:45:26.277Z | Compiling crc v3.2.1 |
2094 | 2024-12-21T04:45:27.729Z | Compiling progenitor-macro v0.8.0 |
2095 | 2024-12-21T04:45:28.248Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2096 | 2024-12-21T04:45:32.063Z | Compiling darling v0.20.10 |
2097 | 2024-12-21T04:45:33.376Z | Compiling smallvec v0.6.14 |
2098 | 2024-12-21T04:45:40.005Z | Compiling progenitor-client v0.8.0 |
2099 | 2024-12-21T04:45:41.387Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2100 | 2024-12-21T04:45:42.495Z | Compiling pin-project-internal v1.1.6 |
2101 | 2024-12-21T04:45:42.533Z | Compiling dropshot v0.13.0 |
2102 | 2024-12-21T04:45:43.002Z | Compiling base64 v0.21.7 |
2103 | 2024-12-21T04:45:43.541Z | Compiling same-file v1.0.6 |
2104 | 2024-12-21T04:45:44.812Z | Compiling bitfield v0.14.0 |
2105 | 2024-12-21T04:45:45.130Z | Compiling termcolor v1.4.1 |
2106 | 2024-12-21T04:45:45.213Z | Compiling hashbrown v0.12.3 |
2107 | 2024-12-21T04:45:46.180Z | Compiling env_logger v0.10.2 |
2108 | 2024-12-21T04:45:50.365Z | Compiling pin-project v1.1.6 |
2109 | 2024-12-21T04:45:51.389Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2110 | 2024-12-21T04:45:54.717Z | Compiling walkdir v2.5.0 |
2111 | 2024-12-21T04:45:56.389Z | Compiling ron v0.8.1 |
2112 | 2024-12-21T04:45:58.509Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2113 | 2024-12-21T04:46:02.056Z | Compiling progenitor v0.8.0 |
2114 | 2024-12-21T04:46:02.486Z | Compiling serde-hex v0.1.0 |
2115 | 2024-12-21T04:46:03.136Z | Compiling serde_with_macros v3.11.0 |
2116 | 2024-12-21T04:46:03.257Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2117 | 2024-12-21T04:46:03.592Z | Compiling parse-display-derive v0.10.0 |
2118 | 2024-12-21T04:46:07.580Z | Compiling strum_macros v0.26.4 |
2119 | 2024-12-21T04:46:07.661Z | Compiling hashbrown v0.13.2 |
2120 | 2024-12-21T04:46:09.082Z | Compiling xattr v1.3.1 |
2121 | 2024-12-21T04:46:09.457Z | Compiling dropshot_endpoint v0.13.0 |
2122 | 2024-12-21T04:46:09.541Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2123 | 2024-12-21T04:46:10.304Z | Compiling snafu-derive v0.8.5 |
2124 | 2024-12-21T04:46:11.052Z | Compiling blake3 v1.5.4 |
2125 | 2024-12-21T04:46:11.236Z | Compiling ring v0.16.20 |
2126 | 2024-12-21T04:46:11.694Z | Compiling filetime v0.2.25 |
2127 | 2024-12-21T04:46:12.035Z | Compiling instant v0.1.13 |
2128 | 2024-12-21T04:46:12.174Z | Compiling simd-adler32 v0.3.7 |
2129 | 2024-12-21T04:46:12.228Z | Compiling lockfree-object-pool v0.1.6 |
2130 | 2024-12-21T04:46:12.992Z | Compiling crc-any v2.5.0 |
2131 | 2024-12-21T04:46:13.037Z | Compiling zip v2.1.3 |
2132 | 2024-12-21T04:46:13.352Z | Compiling buf-list v1.0.3 |
2133 | 2024-12-21T04:46:13.378Z | Compiling bumpalo v3.16.0 |
2134 | 2024-12-21T04:46:13.510Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2135 | 2024-12-21T04:46:13.954Z | Compiling zopfli v0.8.1 |
2136 | 2024-12-21T04:46:14.112Z | Compiling strum v0.26.3 |
2137 | 2024-12-21T04:46:14.327Z | Compiling backoff v0.4.0 |
2138 | 2024-12-21T04:46:14.704Z | Compiling tar v0.4.42 |
2139 | 2024-12-21T04:46:15.160Z | Compiling snafu v0.8.5 |
2140 | 2024-12-21T04:46:17.166Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2141 | 2024-12-21T04:46:17.392Z | Compiling object v0.30.4 |
2142 | 2024-12-21T04:46:18.226Z | Compiling parse-display v0.10.0 |
2143 | 2024-12-21T04:46:19.884Z | Compiling serde_with v3.11.0 |
2144 | 2024-12-21T04:46:20.187Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2145 | 2024-12-21T04:46:20.283Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2146 | 2024-12-21T04:46:20.999Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2147 | 2024-12-21T04:46:21.758Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2148 | 2024-12-21T04:46:22.453Z | Compiling camino-tempfile v1.1.1 |
2149 | 2024-12-21T04:46:23.270Z | Compiling globset v0.4.15 |
2150 | 2024-12-21T04:46:24.224Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2151 | 2024-12-21T04:46:24.422Z | Compiling regress v0.9.1 |
2152 | 2024-12-21T04:46:25.497Z | Compiling pem v3.0.4 |
2153 | 2024-12-21T04:46:26.953Z | Compiling olpc-cjson v0.1.4 |
2154 | 2024-12-21T04:46:27.318Z | Compiling serde_plain v1.0.2 |
2155 | 2024-12-21T04:46:27.889Z | Compiling macaddr v1.0.1 |
2156 | 2024-12-21T04:46:28.539Z | Compiling async-recursion v1.1.1 |
2157 | 2024-12-21T04:46:28.788Z | Compiling memmap2 v0.9.5 |
2158 | 2024-12-21T04:46:29.399Z | Compiling spin v0.5.2 |
2159 | 2024-12-21T04:46:29.679Z | Compiling typed-path v0.9.3 |
2160 | 2024-12-21T04:46:30.015Z | Compiling path-slash v0.1.5 |
2161 | 2024-12-21T04:46:30.327Z | Compiling constant_time_eq v0.3.1 |
2162 | 2024-12-21T04:46:30.508Z | Compiling arrayvec v0.7.6 |
2163 | 2024-12-21T04:46:30.825Z | Compiling arrayref v0.3.9 |
2164 | 2024-12-21T04:46:30.947Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2165 | 2024-12-21T04:46:32.881Z | Compiling tough v0.19.0 |
2166 | 2024-12-21T04:46:33.160Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2167 | 2024-12-21T04:46:37.637Z | Compiling itertools v0.13.0 |
2168 | 2024-12-21T04:46:38.104Z | Compiling cargo-platform v0.1.8 |
2169 | 2024-12-21T04:46:38.417Z | Compiling parse-size v1.1.0 |
2170 | 2024-12-21T04:46:38.735Z | Compiling topological-sort v0.2.2 |
2171 | 2024-12-21T04:46:39.022Z | Compiling omicron-zone-package v0.11.1 |
2172 | 2024-12-21T04:46:39.178Z | Compiling cargo_metadata v0.18.1 |
2173 | 2024-12-21T04:46:39.811Z | Compiling shell-words v1.1.0 |
2174 | 2024-12-21T04:46:47.316Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2175 | 2024-12-21T04:46:59.607Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2176 | 2024-12-21T04:47:14.150Z | Finished `release` profile [optimized] target(s) in 5m 55s |
2177 | 2024-12-21T04:47:14.326Z | Running `target/release/omicron-releng --output-dir /work` |
2178 | 2024-12-21T04:47:14.364Z | Dec 21 04:47:13.149 DEBG changing working directory to /work/oxidecomputer/omicron |
2179 | 2024-12-21T04:47:14.468Z | Dec 21 04:47:13.253 DEBG running: git rev-parse HEAD |
2180 | 2024-12-21T04:47:14.479Z | Dec 21 04:47:13.260 DEBG process exited with exit status: 0 (6.889082ms) |
2181 | 2024-12-21T04:47:14.480Z | Dec 21 04:47:13.260 INFO version: 12.0.0-0.ci+git71dd48bb56b |
2182 | 2024-12-21T04:47:14.518Z | Dec 21 04:47:13.302 INFO cloning helios to /work/oxidecomputer/helios |
2183 | 2024-12-21T04:47:14.518Z | Dec 21 04:47:13.302 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
2184 | 2024-12-21T04:47:14.522Z | Cloning into '/work/oxidecomputer/helios'... |
2185 | 2024-12-21T04:47:14.969Z | Dec 21 04:47:13.756 DEBG process exited with exit status: 0 (454.003154ms) |
2186 | 2024-12-21T04:47:14.969Z | Dec 21 04:47:13.756 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
2187 | 2024-12-21T04:47:14.977Z | # branch.oid 68aae52278cdbc7049c703b3b0eb76173cee9067 |
2188 | 2024-12-21T04:47:14.977Z | # branch.head master |
2189 | 2024-12-21T04:47:14.977Z | # branch.upstream origin/master |
2190 | 2024-12-21T04:47:14.977Z | # branch.ab +0 -0 |
2191 | 2024-12-21T04:47:14.980Z | Dec 21 04:47:13.765 DEBG process exited with exit status: 0 (8.455414ms) |
2192 | 2024-12-21T04:47:14.980Z | Dec 21 04:47:13.765 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
2193 | 2024-12-21T04:47:15.850Z | Dec 21 04:47:14.638 DEBG process exited with exit status: 0 (872.676527ms) |
2194 | 2024-12-21T04:47:15.850Z | Dec 21 04:47:14.638 DEBG running: zfs list rpool/images/build/host |
2195 | 2024-12-21T04:47:15.857Z | NAME USED AVAIL REFER MOUNTPOINT |
2196 | 2024-12-21T04:47:15.857Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
2197 | 2024-12-21T04:47:15.860Z | Dec 21 04:47:14.645 DEBG process exited with exit status: 0 (7.510004ms) |
2198 | 2024-12-21T04:47:15.860Z | Dec 21 04:47:14.645 DEBG running: zfs list rpool/images/build/recovery |
2199 | 2024-12-21T04:47:15.865Z | NAME USED AVAIL REFER MOUNTPOINT |
2200 | 2024-12-21T04:47:15.865Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
2201 | 2024-12-21T04:47:15.867Z | Dec 21 04:47:14.652 DEBG process exited with exit status: 0 (6.962721ms) |
2202 | 2024-12-21T04:47:15.867Z | Dec 21 04:47:14.653 INFO [hubris-production] running task |
2203 | 2024-12-21T04:47:15.867Z | Dec 21 04:47:14.653 INFO [hubris-staging] running task |
2204 | 2024-12-21T04:47:15.867Z | Dec 21 04:47:14.654 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
2205 | 2024-12-21T04:47:15.870Z | Dec 21 04:47:14.657 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
2206 | 2024-12-21T04:47:15.938Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
2207 | 2024-12-21T04:47:16.357Z | [ omicron-package] Blocking waiting for file lock on package cache |
2208 | 2024-12-21T04:47:17.115Z | [ omicron-package] Blocking waiting for file lock on package cache |
2209 | 2024-12-21T04:47:17.389Z | [ omicron-package] Blocking waiting for file lock on package cache |
2210 | 2024-12-21T04:47:17.400Z | Dec 21 04:47:16.187 INFO [hubris-production] task succeeded (1.533235826s) |
2211 | 2024-12-21T04:47:18.284Z | [ omicron-package] Compiling zerocopy v0.8.10 |
2212 | 2024-12-21T04:47:18.287Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
2213 | 2024-12-21T04:47:18.287Z | [ omicron-package] Compiling itertools v0.13.0 |
2214 | 2024-12-21T04:47:18.287Z | [ omicron-package] Compiling zerocopy-derive v0.8.10 |
2215 | 2024-12-21T04:47:18.287Z | [ omicron-package] Compiling heapless v0.8.0 |
2216 | 2024-12-21T04:47:18.287Z | [ omicron-package] Compiling hash32 v0.3.1 |
2217 | 2024-12-21T04:47:18.287Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2218 | 2024-12-21T04:47:18.288Z | [ omicron-package] Compiling smoltcp v0.11.0 |
2219 | 2024-12-21T04:47:19.620Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
2220 | 2024-12-21T04:47:19.778Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
2221 | 2024-12-21T04:47:19.875Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2222 | 2024-12-21T04:47:20.085Z | [ omicron-package] Compiling cobs v0.2.3 |
2223 | 2024-12-21T04:47:20.510Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2224 | 2024-12-21T04:47:21.163Z | [ omicron-package] Compiling postcard v1.0.10 |
2225 | 2024-12-21T04:47:21.274Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
2226 | 2024-12-21T04:47:21.313Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
2227 | 2024-12-21T04:47:21.317Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2228 | 2024-12-21T04:47:21.689Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
2229 | 2024-12-21T04:47:23.225Z | [ omicron-package] Compiling tabwriter v1.4.0 |
2230 | 2024-12-21T04:47:23.634Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2231 | 2024-12-21T04:47:23.804Z | [ omicron-package] Compiling num_enum v0.5.11 |
2232 | 2024-12-21T04:47:24.078Z | [ omicron-package] Compiling foreign-types v0.5.0 |
2233 | 2024-12-21T04:47:24.371Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
2234 | 2024-12-21T04:47:24.523Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2235 | 2024-12-21T04:47:24.653Z | [ omicron-package] Compiling thiserror v2.0.3 |
2236 | 2024-12-21T04:47:24.977Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
2237 | 2024-12-21T04:47:24.980Z | [ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2238 | 2024-12-21T04:47:24.980Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2239 | 2024-12-21T04:47:25.465Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
2240 | 2024-12-21T04:47:25.902Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2241 | 2024-12-21T04:47:26.245Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2242 | 2024-12-21T04:47:26.340Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2243 | 2024-12-21T04:47:26.815Z | [ omicron-package] Compiling colored v2.1.0 |
2244 | 2024-12-21T04:47:26.903Z | [ omicron-package] Compiling thiserror-impl v2.0.3 |
2245 | 2024-12-21T04:47:26.905Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2246 | 2024-12-21T04:47:28.023Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
2247 | 2024-12-21T04:47:28.802Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2248 | 2024-12-21T04:47:29.075Z | [ omicron-package] Compiling sigpipe v0.1.3 |
2249 | 2024-12-21T04:47:29.870Z | [ omicron-package] Compiling num-derive v0.4.2 |
2250 | 2024-12-21T04:47:29.906Z | Dec 21 04:47:28.690 INFO [hubris-staging] task succeeded (14.036849128s) |
2251 | 2024-12-21T04:47:29.940Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
2252 | 2024-12-21T04:47:30.910Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2253 | 2024-12-21T04:47:31.012Z | [ omicron-package] Compiling zone v0.3.0 |
2254 | 2024-12-21T04:47:31.782Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2255 | 2024-12-21T04:47:32.757Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2256 | 2024-12-21T04:47:32.902Z | [ omicron-package] Compiling smf v0.2.3 |
2257 | 2024-12-21T04:47:33.258Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2258 | 2024-12-21T04:47:33.967Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
2259 | 2024-12-21T04:47:34.021Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2260 | 2024-12-21T04:47:36.294Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2261 | 2024-12-21T04:47:36.445Z | [ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2262 | 2024-12-21T04:47:36.522Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2263 | 2024-12-21T04:47:36.762Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2264 | 2024-12-21T04:47:37.048Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2265 | 2024-12-21T04:47:37.105Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2266 | 2024-12-21T04:47:37.170Z | [ omicron-package] Compiling gethostname v0.5.0 |
2267 | 2024-12-21T04:47:37.921Z | [ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2268 | 2024-12-21T04:47:40.415Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2269 | 2024-12-21T04:47:41.785Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2270 | 2024-12-21T04:47:43.037Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2271 | 2024-12-21T04:47:45.947Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2272 | 2024-12-21T04:47:46.570Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2273 | 2024-12-21T04:47:48.326Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2274 | 2024-12-21T04:47:58.623Z | [ helios-setup] Dec 21 04:47:57.401 INFO helios repository root is: /work/oxidecomputer/helios |
2275 | 2024-12-21T04:47:58.628Z | [ helios-setup] Dec 21 04:47:57.404 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2276 | 2024-12-21T04:47:58.628Z | [ helios-setup] Dec 21 04:47:57.404 INFO project chelsio-t6-roms: Project { github: Some("oxidecomputer/chelsio-t6-roms"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: chelsio-t6-roms |
2277 | 2024-12-21T04:47:58.628Z | [ helios-setup] Dec 21 04:47:57.404 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2278 | 2024-12-21T04:47:58.630Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2279 | 2024-12-21T04:47:59.802Z | [ helios-setup] Dec 21 04:47:58.581 INFO clone ok!, project: chelsio-t6-roms |
2280 | 2024-12-21T04:47:59.804Z | [ helios-setup] Dec 21 04:47:58.581 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2281 | 2024-12-21T04:47:59.804Z | [ helios-setup] Dec 21 04:47:58.581 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2282 | 2024-12-21T04:47:59.804Z | [ helios-setup] Dec 21 04:47:58.581 INFO project phbl: Project { github: Some("oxidecomputer/phbl"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: false, use_debug: false, unless_env: None, fixup: [] }, project: phbl |
2283 | 2024-12-21T04:47:59.804Z | [ helios-setup] Dec 21 04:47:58.581 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2284 | 2024-12-21T04:47:59.808Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2285 | 2024-12-21T04:48:00.378Z | [ helios-setup] Dec 21 04:47:59.157 INFO clone ok!, project: phbl |
2286 | 2024-12-21T04:48:00.381Z | [ helios-setup] Dec 21 04:47:59.157 INFO project amd-host-image-builder: Project { github: Some("oxidecomputer/amd-host-image-builder"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: true, unless_env: Some("OXIDE_STAFF"), fixup: [Fixup { from_commit: "4eae23e8a86a6b5ae16e26283e9c0bee87cc2167", to_branch: "main" }] }, project: amd-host-image-builder |
2287 | 2024-12-21T04:48:00.381Z | [ helios-setup] Dec 21 04:47:59.158 INFO cloning git@github.com:oxidecomputer/amd-host-image-builder.git at "/work/oxidecomputer/helios/projects/amd-host-image-builder"..., project: amd-host-image-builder |
2288 | 2024-12-21T04:48:00.384Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2289 | 2024-12-21T04:48:01.405Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
2290 | 2024-12-21T04:48:01.443Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
2291 | 2024-12-21T04:48:06.386Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 50.49s |
2292 | 2024-12-21T04:48:06.660Z | [ omicron-package] |
2293 | 2024-12-21T04:48:06.660Z | [ omicron-package] real 50.730990412 |
2294 | 2024-12-21T04:48:06.663Z | [ omicron-package] user 2:57.251483334 |
2295 | 2024-12-21T04:48:06.663Z | [ omicron-package] sys 26.007496521 |
2296 | 2024-12-21T04:48:06.663Z | [ omicron-package] trap 0.252618429 |
2297 | 2024-12-21T04:48:06.663Z | [ omicron-package] tflt 0.566646478 |
2298 | 2024-12-21T04:48:06.663Z | [ omicron-package] dflt 0.877878481 |
2299 | 2024-12-21T04:48:06.663Z | [ omicron-package] kflt 0.000004019 |
2300 | 2024-12-21T04:48:06.663Z | [ omicron-package] lock 6:11.946719324 |
2301 | 2024-12-21T04:48:06.663Z | [ omicron-package] slp 10:11.436201596 |
2302 | 2024-12-21T04:48:06.663Z | [ omicron-package] lat 1:37.200639285 |
2303 | 2024-12-21T04:48:06.663Z | [ omicron-package] stop 1:04.638964734 |
2304 | 2024-12-21T04:48:06.663Z | Dec 21 04:48:05.439 INFO [omicron-package] process exited with exit status: 0 (50.782235228s) |
2305 | 2024-12-21T04:48:06.663Z | Dec 21 04:48:05.439 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --image standard --machine gimlet --switch asic --rack-topology multi-sled |
2306 | 2024-12-21T04:48:06.744Z | Dec 21 04:48:05.522 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
2307 | 2024-12-21T04:48:06.756Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
2308 | 2024-12-21T04:48:06.759Z | [ host-target] Created new build target 'host' and set it as active |
2309 | 2024-12-21T04:48:06.761Z | Dec 21 04:48:05.537 INFO [host-target] process exited with exit status: 0 (97.648517ms) |
2310 | 2024-12-21T04:48:06.761Z | Dec 21 04:48:05.537 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
2311 | 2024-12-21T04:48:06.768Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
2312 | 2024-12-21T04:48:06.771Z | [ recovery-target] Created new build target 'recovery' and set it as active |
2313 | 2024-12-21T04:48:06.773Z | Dec 21 04:48:05.550 INFO [recovery-target] process exited with exit status: 0 (28.072446ms) |
2314 | 2024-12-21T04:48:06.781Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
2315 | 2024-12-21T04:48:07.420Z | [ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe' |
2316 | 2024-12-21T04:48:07.430Z | [ helios-setup] Dec 21 04:48:06.208 INFO clone ok!, project: amd-host-image-builder |
2317 | 2024-12-21T04:48:07.437Z | [ helios-setup] Dec 21 04:48:06.208 INFO project pinprick: Project { github: Some("oxidecomputer/pinprick"), url: None, auto_update: false, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: pinprick |
2318 | 2024-12-21T04:48:07.438Z | [ helios-setup] Dec 21 04:48:06.208 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2319 | 2024-12-21T04:48:07.441Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2320 | 2024-12-21T04:48:07.906Z | [ helios-setup] Dec 21 04:48:06.684 INFO clone ok!, project: pinprick |
2321 | 2024-12-21T04:48:07.909Z | [ helios-setup] Dec 21 04:48:06.684 INFO project pilot: Project { github: Some("oxidecomputer/pilot"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: pilot |
2322 | 2024-12-21T04:48:07.909Z | [ helios-setup] Dec 21 04:48:06.684 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2323 | 2024-12-21T04:48:07.911Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2324 | 2024-12-21T04:48:08.032Z | [ host-package] Compiling convert_case v0.4.0 |
2325 | 2024-12-21T04:48:08.032Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2326 | 2024-12-21T04:48:08.032Z | [ host-package] Compiling newline-converter v0.3.0 |
2327 | 2024-12-21T04:48:08.035Z | [ host-package] Compiling password-hash v0.5.0 |
2328 | 2024-12-21T04:48:08.035Z | [ host-package] Compiling blake2 v0.10.6 |
2329 | 2024-12-21T04:48:08.196Z | [ host-package] Compiling atomicwrites v0.4.4 |
2330 | 2024-12-21T04:48:08.198Z | [ host-package] Compiling progenitor-client v0.8.0 |
2331 | 2024-12-21T04:48:08.246Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2332 | 2024-12-21T04:48:08.393Z | [ host-package] Compiling expectorate v1.1.0 |
2333 | 2024-12-21T04:48:08.416Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2334 | 2024-12-21T04:48:08.610Z | [ host-package] Compiling owo-colors v4.1.0 |
2335 | 2024-12-21T04:48:08.719Z | [ host-package] Compiling argon2 v0.5.3 |
2336 | 2024-12-21T04:48:08.755Z | [ host-package] Compiling progenitor v0.8.0 |
2337 | 2024-12-21T04:48:08.806Z | [ host-package] Compiling num-rational v0.4.2 |
2338 | 2024-12-21T04:48:08.829Z | [ helios-setup] Dec 21 04:48:07.606 INFO clone ok!, project: pilot |
2339 | 2024-12-21T04:48:08.829Z | [ helios-setup] Dec 21 04:48:07.606 INFO project bootserver: Project { github: Some("oxidecomputer/boot-image-tools"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: bootserver |
2340 | 2024-12-21T04:48:08.832Z | [ helios-setup] Dec 21 04:48:07.606 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2341 | 2024-12-21T04:48:08.834Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2342 | 2024-12-21T04:48:08.946Z | [ host-package] Compiling derive_more v0.99.18 |
2343 | 2024-12-21T04:48:08.969Z | [ host-package] Compiling num-complex v0.4.6 |
2344 | 2024-12-21T04:48:09.457Z | [ helios-setup] Dec 21 04:48:08.234 INFO clone ok!, project: bootserver |
2345 | 2024-12-21T04:48:09.459Z | [ helios-setup] Dec 21 04:48:08.235 INFO project image-builder: Project { github: Some("illumos/image-builder"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: true, unless_env: None, fixup: [] }, project: image-builder |
2346 | 2024-12-21T04:48:09.459Z | [ helios-setup] Dec 21 04:48:08.235 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2347 | 2024-12-21T04:48:09.462Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2348 | 2024-12-21T04:48:09.794Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2349 | 2024-12-21T04:48:09.996Z | [ host-package] Compiling libsw v3.3.1 |
2350 | 2024-12-21T04:48:10.157Z | [ helios-setup] Dec 21 04:48:08.934 INFO clone ok!, project: image-builder |
2351 | 2024-12-21T04:48:10.160Z | [ helios-setup] Dec 21 04:48:08.934 INFO project amd-firmware: Project { github: Some("oxidecomputer/amd-firmware"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: amd-firmware |
2352 | 2024-12-21T04:48:10.160Z | [ helios-setup] Dec 21 04:48:08.934 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2353 | 2024-12-21T04:48:10.163Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2354 | 2024-12-21T04:48:10.310Z | [ host-package] Compiling num v0.4.3 |
2355 | 2024-12-21T04:48:10.372Z | [ host-package] Compiling float-ord v0.3.2 |
2356 | 2024-12-21T04:48:10.394Z | [ host-package] Compiling linear-map v1.2.0 |
2357 | 2024-12-21T04:48:10.418Z | [ host-package] Compiling swrite v0.1.0 |
2358 | 2024-12-21T04:48:10.438Z | [ host-package] Compiling indent_write v2.2.0 |
2359 | 2024-12-21T04:48:10.553Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2360 | 2024-12-21T04:48:10.574Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2361 | 2024-12-21T04:48:10.671Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2362 | 2024-12-21T04:48:10.792Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2363 | 2024-12-21T04:48:11.126Z | [ host-package] Compiling highway v1.2.0 |
2364 | 2024-12-21T04:48:11.272Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2365 | 2024-12-21T04:48:12.027Z | [ host-package] Compiling semver v0.1.20 |
2366 | 2024-12-21T04:48:12.587Z | [ host-package] Compiling rustc_version v0.1.7 |
2367 | 2024-12-21T04:48:12.670Z | [ host-package] Compiling tungstenite v0.21.0 |
2368 | 2024-12-21T04:48:13.051Z | [ host-package] Compiling newtype_derive v0.1.6 |
2369 | 2024-12-21T04:48:13.385Z | [ host-package] Compiling ipnetwork v0.20.0 |
2370 | 2024-12-21T04:48:14.247Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2371 | 2024-12-21T04:48:14.960Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2372 | 2024-12-21T04:48:15.684Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2373 | 2024-12-21T04:48:15.993Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2374 | 2024-12-21T04:48:18.297Z | [ host-package] Compiling humantime v2.1.0 |
2375 | 2024-12-21T04:48:18.638Z | [ helios-setup] Dec 21 04:48:17.413 INFO clone ok!, project: amd-firmware |
2376 | 2024-12-21T04:48:18.641Z | [ helios-setup] Dec 21 04:48:17.414 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2377 | 2024-12-21T04:48:19.215Z | [ host-package] Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2378 | 2024-12-21T04:48:19.359Z | [ host-package] Compiling dropshot v0.13.0 |
2379 | 2024-12-21T04:48:19.445Z | [ host-package] Compiling instant v0.1.13 |
2380 | 2024-12-21T04:48:19.660Z | [ helios-setup] Dec 21 04:48:18.436 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2381 | 2024-12-21T04:48:19.738Z | [ host-package] Compiling backoff v0.4.0 |
2382 | 2024-12-21T04:48:20.193Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2383 | 2024-12-21T04:48:20.218Z | [ helios-setup] Dec 21 04:48:18.992 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2384 | 2024-12-21T04:48:20.218Z | [ helios-setup] Dec 21 04:48:18.992 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2385 | 2024-12-21T04:48:20.241Z | [ host-package] Compiling steno v0.4.1 |
2386 | 2024-12-21T04:48:20.507Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2387 | 2024-12-21T04:48:20.756Z | [ host-package] Compiling parse-display v0.10.0 |
2388 | 2024-12-21T04:48:20.806Z | [ helios-setup] Dec 21 04:48:19.573 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2389 | 2024-12-21T04:48:21.329Z | [ helios-setup] Dec 21 04:48:20.102 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2390 | 2024-12-21T04:48:21.329Z | [ helios-setup] Dec 21 04:48:20.102 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2391 | 2024-12-21T04:48:21.526Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2392 | 2024-12-21T04:48:21.776Z | [ host-package] Compiling strum v0.26.3 |
2393 | 2024-12-21T04:48:21.889Z | [ helios-setup] Dec 21 04:48:20.662 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2394 | 2024-12-21T04:48:21.989Z | [ host-package] Compiling serde_with v3.11.0 |
2395 | 2024-12-21T04:48:22.501Z | [ helios-setup] Dec 21 04:48:21.275 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2396 | 2024-12-21T04:48:22.501Z | [ helios-setup] Dec 21 04:48:21.276 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2397 | 2024-12-21T04:48:22.505Z | [ helios-setup] Dec 21 04:48:21.276 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2398 | 2024-12-21T04:48:22.505Z | [ helios-setup] Dec 21 04:48:21.276 INFO ok! |
2399 | 2024-12-21T04:48:22.505Z | [ helios-setup] Dec 21 04:48:21.276 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2400 | 2024-12-21T04:48:22.505Z | [ helios-setup] Dec 21 04:48:21.276 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2401 | 2024-12-21T04:48:22.505Z | [ helios-setup] Dec 21 04:48:21.276 INFO ok! |
2402 | 2024-12-21T04:48:22.505Z | [ helios-setup] Dec 21 04:48:21.276 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2403 | 2024-12-21T04:48:22.505Z | [ helios-setup] Dec 21 04:48:21.276 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2404 | 2024-12-21T04:48:22.505Z | [ helios-setup] Dec 21 04:48:21.276 INFO ok! |
2405 | 2024-12-21T04:48:22.505Z | [ helios-setup] Dec 21 04:48:21.276 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
2406 | 2024-12-21T04:48:22.505Z | [ helios-setup] Dec 21 04:48:21.276 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
2407 | 2024-12-21T04:48:22.511Z | [ helios-setup] Dec 21 04:48:21.286 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
2408 | 2024-12-21T04:48:22.951Z | [ helios-setup] Dec 21 04:48:21.725 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
2409 | 2024-12-21T04:48:22.954Z | [ helios-setup] Dec 21 04:48:21.725 INFO E| info: downloading component 'cargo' |
2410 | 2024-12-21T04:48:24.605Z | [ helios-setup] Dec 21 04:48:23.380 INFO E| info: downloading component 'clippy' |
2411 | 2024-12-21T04:48:25.076Z | [ helios-setup] Dec 21 04:48:23.851 INFO E| info: downloading component 'rust-docs' |
2412 | 2024-12-21T04:48:25.885Z | [ host-package] Compiling regress v0.9.1 |
2413 | 2024-12-21T04:48:26.379Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2414 | 2024-12-21T04:48:26.386Z | [ helios-setup] Dec 21 04:48:25.160 INFO E| info: downloading component 'rust-src' |
2415 | 2024-12-21T04:48:26.572Z | [ helios-setup] Dec 21 04:48:25.346 INFO E| info: downloading component 'rust-std' |
2416 | 2024-12-21T04:48:28.401Z | [ helios-setup] Dec 21 04:48:27.175 INFO E| info: downloading component 'rustc' |
2417 | 2024-12-21T04:48:29.204Z | [ host-package] Compiling macaddr v1.0.1 |
2418 | 2024-12-21T04:48:29.230Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2419 | 2024-12-21T04:48:29.411Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2420 | 2024-12-21T04:48:29.536Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2421 | 2024-12-21T04:48:29.965Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2422 | 2024-12-21T04:48:31.892Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2423 | 2024-12-21T04:48:32.372Z | [ host-package] Compiling prettyplease v0.2.25 |
2424 | 2024-12-21T04:48:32.432Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2425 | 2024-12-21T04:48:32.589Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2426 | 2024-12-21T04:48:33.244Z | [ helios-setup] Dec 21 04:48:32.016 INFO E| info: downloading component 'rustfmt' |
2427 | 2024-12-21T04:48:33.498Z | [ helios-setup] Dec 21 04:48:32.271 INFO E| info: installing component 'cargo' |
2428 | 2024-12-21T04:48:33.541Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2429 | 2024-12-21T04:48:34.796Z | [ helios-setup] Dec 21 04:48:33.568 INFO E| info: installing component 'clippy' |
2430 | 2024-12-21T04:48:35.280Z | [ helios-setup] Dec 21 04:48:34.052 INFO E| info: installing component 'rust-docs' |
2431 | 2024-12-21T04:48:36.733Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2432 | 2024-12-21T04:48:37.074Z | [ host-package] Compiling half v2.4.1 |
2433 | 2024-12-21T04:48:38.004Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2434 | 2024-12-21T04:48:41.306Z | [ helios-setup] Dec 21 04:48:40.078 INFO E| info: installing component 'rust-src' |
2435 | 2024-12-21T04:48:42.136Z | [ helios-setup] Dec 21 04:48:40.905 INFO E| info: installing component 'rust-std' |
2436 | 2024-12-21T04:48:44.670Z | [ helios-setup] Dec 21 04:48:43.441 INFO E| info: installing component 'rustc' |
2437 | 2024-12-21T04:48:50.673Z | [ helios-setup] Dec 21 04:48:49.443 INFO E| info: installing component 'rustfmt' |
2438 | 2024-12-21T04:48:51.599Z | [ helios-setup] Dec 21 04:48:50.368 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
2439 | 2024-12-21T04:48:52.072Z | [ host-package] Compiling ciborium-io v0.2.2 |
2440 | 2024-12-21T04:48:52.237Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2441 | 2024-12-21T04:48:52.579Z | [ helios-setup] Dec 21 04:48:51.348 INFO E| From https://github.com/oxidecomputer/amd-apcb |
2442 | 2024-12-21T04:48:52.579Z | [ helios-setup] Dec 21 04:48:51.348 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 |
2443 | 2024-12-21T04:48:52.579Z | [ helios-setup] Dec 21 04:48:51.348 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
2444 | 2024-12-21T04:48:52.611Z | [ helios-setup] Dec 21 04:48:51.380 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
2445 | 2024-12-21T04:48:52.611Z | [ helios-setup] Dec 21 04:48:51.380 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
2446 | 2024-12-21T04:48:52.614Z | [ helios-setup] Dec 21 04:48:51.380 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
2447 | 2024-12-21T04:48:52.614Z | [ helios-setup] Dec 21 04:48:51.380 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2448 | 2024-12-21T04:48:52.614Z | [ helios-setup] Dec 21 04:48:51.380 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2449 | 2024-12-21T04:48:52.614Z | [ helios-setup] Dec 21 04:48:51.381 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2450 | 2024-12-21T04:48:52.614Z | [ helios-setup] Dec 21 04:48:51.381 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
2451 | 2024-12-21T04:48:52.614Z | [ helios-setup] Dec 21 04:48:51.381 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
2452 | 2024-12-21T04:48:52.614Z | [ helios-setup] Dec 21 04:48:51.381 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2453 | 2024-12-21T04:48:52.614Z | [ helios-setup] Dec 21 04:48:51.381 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2454 | 2024-12-21T04:48:52.614Z | [ helios-setup] Dec 21 04:48:51.381 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
2455 | 2024-12-21T04:48:52.648Z | [ helios-setup] Dec 21 04:48:51.417 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
2456 | 2024-12-21T04:48:52.828Z | [ host-package] Compiling ciborium v0.2.2 |
2457 | 2024-12-21T04:48:53.292Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2458 | 2024-12-21T04:48:53.485Z | [ host-package] Compiling display-error-chain v0.2.2 |
2459 | 2024-12-21T04:48:53.731Z | [ host-package] Compiling fastrand v2.1.1 |
2460 | 2024-12-21T04:48:53.826Z | [ helios-setup] Dec 21 04:48:52.590 INFO E| From https://github.com/oxidecomputer/amd-efs |
2461 | 2024-12-21T04:48:53.826Z | [ helios-setup] Dec 21 04:48:52.590 INFO E| * [new branch] empty -> origin/empty |
2462 | 2024-12-21T04:48:53.826Z | [ helios-setup] Dec 21 04:48:52.590 INFO E| * [new branch] issue-99 -> origin/issue-99 |
2463 | 2024-12-21T04:48:53.835Z | [ helios-setup] Dec 21 04:48:52.590 INFO E| * [new branch] main -> origin/main |
2464 | 2024-12-21T04:48:53.836Z | [ helios-setup] Dec 21 04:48:52.590 INFO E| * [new branch] review -> origin/review |
2465 | 2024-12-21T04:48:53.836Z | [ helios-setup] Dec 21 04:48:52.591 INFO E| * [new ref] -> origin/HEAD |
2466 | 2024-12-21T04:48:53.836Z | [ helios-setup] Dec 21 04:48:52.591 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2467 | 2024-12-21T04:48:53.836Z | [ helios-setup] Dec 21 04:48:52.591 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
2468 | 2024-12-21T04:48:53.836Z | [ helios-setup] Dec 21 04:48:52.591 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
2469 | 2024-12-21T04:48:53.837Z | [ helios-setup] Dec 21 04:48:52.592 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
2470 | 2024-12-21T04:48:53.837Z | [ helios-setup] Dec 21 04:48:52.592 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
2471 | 2024-12-21T04:48:53.837Z | [ helios-setup] Dec 21 04:48:52.592 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
2472 | 2024-12-21T04:48:53.837Z | [ helios-setup] Dec 21 04:48:52.592 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
2473 | 2024-12-21T04:48:53.837Z | [ helios-setup] Dec 21 04:48:52.592 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
2474 | 2024-12-21T04:48:53.837Z | [ helios-setup] Dec 21 04:48:52.593 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2475 | 2024-12-21T04:48:53.838Z | [ helios-setup] Dec 21 04:48:52.593 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2476 | 2024-12-21T04:48:53.838Z | [ helios-setup] Dec 21 04:48:52.593 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2477 | 2024-12-21T04:48:53.838Z | [ helios-setup] Dec 21 04:48:52.593 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2478 | 2024-12-21T04:48:53.838Z | [ helios-setup] Dec 21 04:48:52.593 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
2479 | 2024-12-21T04:48:53.838Z | [ helios-setup] Dec 21 04:48:52.594 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
2480 | 2024-12-21T04:48:53.847Z | [ helios-setup] Dec 21 04:48:52.614 INFO E| Updating crates.io index |
2481 | 2024-12-21T04:48:53.885Z | [ host-package] Compiling same-file v1.0.6 |
2482 | 2024-12-21T04:48:54.143Z | [ helios-setup] Dec 21 04:48:52.912 INFO E| Downloading crates ... |
2483 | 2024-12-21T04:48:54.168Z | [ host-package] Compiling walkdir v2.5.0 |
2484 | 2024-12-21T04:48:54.272Z | [ host-package] Compiling tempfile v3.13.0 |
2485 | 2024-12-21T04:48:54.295Z | [ host-package] Compiling blake3 v1.5.4 |
2486 | 2024-12-21T04:48:54.395Z | [ helios-setup] Dec 21 04:48:53.154 INFO E| Downloaded four-cc v0.3.0 |
2487 | 2024-12-21T04:48:54.401Z | [ helios-setup] Dec 21 04:48:53.157 INFO E| Downloaded fletcher v0.1.0 |
2488 | 2024-12-21T04:48:54.401Z | [ helios-setup] Dec 21 04:48:53.158 INFO E| Downloaded cfg-if v0.1.10 |
2489 | 2024-12-21T04:48:54.402Z | [ helios-setup] Dec 21 04:48:53.160 INFO E| Downloaded bytesize v1.3.0 |
2490 | 2024-12-21T04:48:54.425Z | [ helios-setup] Dec 21 04:48:53.192 INFO E| Downloaded unic-common v0.9.0 |
2491 | 2024-12-21T04:48:54.429Z | [ helios-setup] Dec 21 04:48:53.193 INFO E| Downloaded unic-char-range v0.9.0 |
2492 | 2024-12-21T04:48:54.430Z | [ helios-setup] Dec 21 04:48:53.195 INFO E| Downloaded thiserror v1.0.64 |
2493 | 2024-12-21T04:48:54.436Z | [ helios-setup] Dec 21 04:48:53.204 INFO E| Downloaded thiserror-impl v1.0.64 |
2494 | 2024-12-21T04:48:54.466Z | [ helios-setup] Dec 21 04:48:53.235 INFO E| Downloaded toml v0.5.11 |
2495 | 2024-12-21T04:48:54.470Z | [ helios-setup] Dec 21 04:48:53.238 INFO E| Downloaded serde_json v1.0.128 |
2496 | 2024-12-21T04:48:54.480Z | [ helios-setup] Dec 21 04:48:53.249 INFO E| Downloaded pest v2.7.13 |
2497 | 2024-12-21T04:48:54.487Z | [ helios-setup] Dec 21 04:48:53.257 INFO E| Downloaded serde_derive v1.0.210 |
2498 | 2024-12-21T04:48:54.492Z | [ helios-setup] Dec 21 04:48:53.262 INFO E| Downloaded once_cell v1.20.1 |
2499 | 2024-12-21T04:48:54.498Z | [ helios-setup] Dec 21 04:48:53.267 INFO E| Downloaded pest_meta v2.7.13 |
2500 | 2024-12-21T04:48:54.501Z | [ helios-setup] Dec 21 04:48:53.270 INFO E| Downloaded pest_generator v2.7.13 |
2501 | 2024-12-21T04:48:54.503Z | [ helios-setup] Dec 21 04:48:53.272 INFO E| Downloaded pest_derive v2.7.13 |
2502 | 2024-12-21T04:48:54.507Z | [ helios-setup] Dec 21 04:48:53.276 INFO E| Downloaded syn v2.0.79 |
2503 | 2024-12-21T04:48:54.525Z | [ helios-setup] Dec 21 04:48:53.294 INFO E| Downloaded unic-ucd-version v0.9.0 |
2504 | 2024-12-21T04:48:54.528Z | [ helios-setup] Dec 21 04:48:53.297 INFO E| Downloaded unic-ucd-ident v0.9.0 |
2505 | 2024-12-21T04:48:54.531Z | [ helios-setup] Dec 21 04:48:53.299 INFO E| Downloaded textwrap v0.11.0 |
2506 | 2024-12-21T04:48:54.533Z | [ helios-setup] Dec 21 04:48:53.302 INFO E| Downloaded serde v1.0.210 |
2507 | 2024-12-21T04:48:54.538Z | [ helios-setup] Dec 21 04:48:53.307 INFO E| Downloaded strum v0.23.0 |
2508 | 2024-12-21T04:48:54.541Z | [ helios-setup] Dec 21 04:48:53.309 INFO E| Downloaded structopt-derive v0.4.18 |
2509 | 2024-12-21T04:48:54.543Z | [ helios-setup] Dec 21 04:48:53.311 INFO E| Downloaded semver-parser v0.7.0 |
2510 | 2024-12-21T04:48:54.543Z | [ helios-setup] Dec 21 04:48:53.313 INFO E| Downloaded clap v2.34.0 |
2511 | 2024-12-21T04:48:54.554Z | [ helios-setup] Dec 21 04:48:53.323 INFO E| Downloaded proc-macro2 v1.0.86 |
2512 | 2024-12-21T04:48:54.558Z | [ helios-setup] Dec 21 04:48:53.328 INFO E| Downloaded semver v0.9.0 |
2513 | 2024-12-21T04:48:54.561Z | [ helios-setup] Dec 21 04:48:53.330 INFO E| Downloaded scroll_derive v0.10.5 |
2514 | 2024-12-21T04:48:54.563Z | [ helios-setup] Dec 21 04:48:53.332 INFO E| Downloaded scroll v0.10.2 |
2515 | 2024-12-21T04:48:54.566Z | [ helios-setup] Dec 21 04:48:53.335 INFO E| Downloaded unic-char-property v0.9.0 |
2516 | 2024-12-21T04:48:54.568Z | [ helios-setup] Dec 21 04:48:53.337 INFO E| Downloaded strum_macros v0.23.1 |
2517 | 2024-12-21T04:48:54.571Z | [ helios-setup] Dec 21 04:48:53.340 INFO E| Downloaded vec_map v0.8.2 |
2518 | 2024-12-21T04:48:54.573Z | [ helios-setup] Dec 21 04:48:53.342 INFO E| Downloaded structopt v0.3.26 |
2519 | 2024-12-21T04:48:54.585Z | [ helios-setup] Dec 21 04:48:53.354 INFO E| Downloaded libc v0.2.159 |
2520 | 2024-12-21T04:48:54.625Z | [ helios-setup] Dec 21 04:48:53.394 INFO E| Downloaded strsim v0.8.0 |
2521 | 2024-12-21T04:48:54.627Z | [ helios-setup] Dec 21 04:48:53.395 INFO E| Downloaded rustc_version v0.2.3 |
2522 | 2024-12-21T04:48:54.627Z | [ helios-setup] Dec 21 04:48:53.396 INFO E| Downloaded pre-proc-macro v0.2.1 |
2523 | 2024-12-21T04:48:54.630Z | [ helios-setup] Dec 21 04:48:53.399 INFO E| Downloaded pre v0.2.1 |
2524 | 2024-12-21T04:48:54.632Z | [ helios-setup] Dec 21 04:48:53.400 INFO E| Downloaded memoffset v0.5.6 |
2525 | 2024-12-21T04:48:54.632Z | [ helios-setup] Dec 21 04:48:53.401 INFO E| Downloaded ansi_term v0.12.1 |
2526 | 2024-12-21T04:48:54.634Z | [ helios-setup] Dec 21 04:48:53.404 INFO E| Downloaded proc-macro-crate v0.1.5 |
2527 | 2024-12-21T04:48:54.637Z | [ helios-setup] Dec 21 04:48:53.405 INFO E| Downloaded parse_int v0.6.0 |
2528 | 2024-12-21T04:48:54.637Z | [ helios-setup] Dec 21 04:48:53.406 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
2529 | 2024-12-21T04:48:54.640Z | [ helios-setup] Dec 21 04:48:53.407 INFO E| Downloaded modular-bitfield v0.11.2 |
2530 | 2024-12-21T04:48:54.656Z | [ helios-setup] Dec 21 04:48:53.425 INFO E| Downloaded goblin v0.4.3 |
2531 | 2024-12-21T04:48:54.750Z | [ helios-setup] Dec 21 04:48:53.519 INFO E| Compiling proc-macro2 v1.0.86 |
2532 | 2024-12-21T04:48:54.750Z | [ helios-setup] Dec 21 04:48:53.519 INFO E| Compiling unicode-ident v1.0.13 |
2533 | 2024-12-21T04:48:54.750Z | [ helios-setup] Dec 21 04:48:53.519 INFO E| Compiling syn v1.0.109 |
2534 | 2024-12-21T04:48:54.753Z | [ helios-setup] Dec 21 04:48:53.519 INFO E| Compiling version_check v0.9.5 |
2535 | 2024-12-21T04:48:54.753Z | [ helios-setup] Dec 21 04:48:53.519 INFO E| Compiling memchr v2.7.4 |
2536 | 2024-12-21T04:48:54.753Z | [ helios-setup] Dec 21 04:48:53.519 INFO E| Compiling autocfg v1.4.0 |
2537 | 2024-12-21T04:48:54.753Z | [ helios-setup] Dec 21 04:48:53.519 INFO E| Compiling semver-parser v0.7.0 |
2538 | 2024-12-21T04:48:54.753Z | [ helios-setup] Dec 21 04:48:53.519 INFO E| Compiling thiserror v1.0.64 |
2539 | 2024-12-21T04:48:54.789Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2540 | 2024-12-21T04:48:54.903Z | [ host-package] Compiling ring v0.16.20 |
2541 | 2024-12-21T04:48:55.252Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2542 | 2024-12-21T04:48:55.304Z | [ host-package] Compiling xattr v1.3.1 |
2543 | 2024-12-21T04:48:55.341Z | [ helios-setup] Dec 21 04:48:54.109 INFO E| Compiling serde v1.0.210 |
2544 | 2024-12-21T04:48:55.392Z | [ host-package] Compiling memmap2 v0.9.5 |
2545 | 2024-12-21T04:48:55.917Z | [ host-package] Compiling filetime v0.2.25 |
2546 | 2024-12-21T04:48:56.149Z | [ helios-setup] Dec 21 04:48:54.917 INFO E| Compiling semver v0.9.0 |
2547 | 2024-12-21T04:48:56.160Z | [ helios-setup] Dec 21 04:48:54.929 INFO E| Compiling proc-macro-error-attr v1.0.4 |
2548 | 2024-12-21T04:48:56.163Z | [ host-package] Compiling keccak v0.1.5 |
2549 | 2024-12-21T04:48:56.386Z | [ helios-setup] Dec 21 04:48:55.155 INFO E| Compiling proc-macro-error v1.0.4 |
2550 | 2024-12-21T04:48:56.504Z | [ helios-setup] Dec 21 04:48:55.271 INFO E| Compiling serde_json v1.0.128 |
2551 | 2024-12-21T04:48:56.631Z | [ helios-setup] Dec 21 04:48:55.393 INFO E| Compiling num-traits v0.2.19 |
2552 | 2024-12-21T04:48:56.724Z | [ host-package] Compiling arrayvec v0.7.6 |
2553 | 2024-12-21T04:48:57.028Z | [ helios-setup] Dec 21 04:48:55.782 INFO E| Compiling rustc_version v0.2.3 |
2554 | 2024-12-21T04:48:57.204Z | [ helios-setup] Dec 21 04:48:55.973 INFO E| Compiling schemars v0.8.21 |
2555 | 2024-12-21T04:48:57.255Z | [ helios-setup] Dec 21 04:48:56.023 INFO E| Compiling unicode-segmentation v1.12.0 |
2556 | 2024-12-21T04:48:57.317Z | [ helios-setup] Dec 21 04:48:56.085 INFO E| Compiling ryu v1.0.18 |
2557 | 2024-12-21T04:48:57.366Z | [ helios-setup] Dec 21 04:48:56.133 INFO E| Compiling itoa v1.0.11 |
2558 | 2024-12-21T04:48:57.584Z | [ helios-setup] Dec 21 04:48:56.353 INFO E| Compiling quote v1.0.37 |
2559 | 2024-12-21T04:48:57.728Z | [ helios-setup] Dec 21 04:48:56.497 INFO E| Compiling pre-proc-macro v0.2.1 |
2560 | 2024-12-21T04:48:57.736Z | [ host-package] Compiling spin v0.5.2 |
2561 | 2024-12-21T04:48:58.343Z | [ host-package] Compiling constant_time_eq v0.3.1 |
2562 | 2024-12-21T04:48:58.413Z | [ helios-setup] Dec 21 04:48:57.181 INFO E| Compiling syn v2.0.79 |
2563 | 2024-12-21T04:48:58.483Z | [ helios-setup] Dec 21 04:48:57.251 INFO E| Compiling memoffset v0.5.6 |
2564 | 2024-12-21T04:48:58.553Z | [ host-package] Compiling arrayref v0.3.9 |
2565 | 2024-12-21T04:48:58.720Z | [ helios-setup] Dec 21 04:48:57.488 INFO E| Compiling lazy_static v1.5.0 |
2566 | 2024-12-21T04:48:58.885Z | [ host-package] Compiling sha3 v0.10.8 |
2567 | 2024-12-21T04:48:58.904Z | [ helios-setup] Dec 21 04:48:57.672 INFO E| Compiling heck v0.3.3 |
2568 | 2024-12-21T04:48:58.909Z | [ helios-setup] Dec 21 04:48:57.678 INFO E| Compiling dyn-clone v1.0.17 |
2569 | 2024-12-21T04:48:59.111Z | [ helios-setup] Dec 21 04:48:57.880 INFO E| Compiling ucd-trie v0.1.7 |
2570 | 2024-12-21T04:48:59.111Z | [ helios-setup] Dec 21 04:48:57.880 INFO E| Compiling rustversion v1.0.17 |
2571 | 2024-12-21T04:48:59.179Z | [ helios-setup] Dec 21 04:48:57.948 INFO E| Compiling paste v1.0.15 |
2572 | 2024-12-21T04:48:59.893Z | [ helios-setup] Dec 21 04:48:58.661 INFO E| Compiling libc v0.2.159 |
2573 | 2024-12-21T04:49:00.599Z | [ host-package] Compiling tar v0.4.42 |
2574 | 2024-12-21T04:49:00.652Z | [ helios-setup] Dec 21 04:48:59.420 INFO E| Compiling pre v0.2.1 |
2575 | 2024-12-21T04:49:00.757Z | [ helios-setup] Dec 21 04:48:59.525 INFO E| Compiling byteorder v1.5.0 |
2576 | 2024-12-21T04:49:00.763Z | [ helios-setup] Dec 21 04:48:59.531 INFO E| Compiling static_assertions v1.1.0 |
2577 | 2024-12-21T04:49:00.854Z | [ helios-setup] Dec 21 04:48:59.622 INFO E| Compiling once_cell v1.20.1 |
2578 | 2024-12-21T04:49:01.460Z | [ helios-setup] Dec 21 04:49:00.213 INFO E| Compiling cfg-if v0.1.10 |
2579 | 2024-12-21T04:49:01.523Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2580 | 2024-12-21T04:49:01.601Z | [ host-package] Compiling toolchain_find v0.4.0 |
2581 | 2024-12-21T04:49:01.943Z | [ helios-setup] Dec 21 04:49:00.711 INFO E| Compiling unicode-width v0.1.14 |
2582 | 2024-12-21T04:49:02.586Z | [ host-package] Compiling const_format_proc_macros v0.2.33 |
2583 | 2024-12-21T04:49:03.012Z | [ helios-setup] Dec 21 04:49:01.780 INFO E| Compiling textwrap v0.11.0 |
2584 | 2024-12-21T04:49:03.054Z | [ host-package] Compiling crunchy v0.2.2 |
2585 | 2024-12-21T04:49:03.161Z | [ helios-setup] Dec 21 04:49:01.929 INFO E| Compiling atty v0.2.14 |
2586 | 2024-12-21T04:49:03.378Z | [ helios-setup] Dec 21 04:49:02.146 INFO E| Compiling bitflags v1.3.2 |
2587 | 2024-12-21T04:49:03.490Z | [ helios-setup] Dec 21 04:49:02.256 INFO E| Compiling unic-char-range v0.9.0 |
2588 | 2024-12-21T04:49:03.887Z | [ host-package] Compiling topological-sort v0.2.2 |
2589 | 2024-12-21T04:49:03.987Z | [ helios-setup] Dec 21 04:49:02.754 INFO E| Compiling unic-common v0.9.0 |
2590 | 2024-12-21T04:49:04.039Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2591 | 2024-12-21T04:49:04.176Z | [ helios-setup] Dec 21 04:49:02.944 INFO E| Compiling strum v0.23.0 |
2592 | 2024-12-21T04:49:04.252Z | [ helios-setup] Dec 21 04:49:03.018 INFO E| Compiling fletcher v0.1.0 |
2593 | 2024-12-21T04:49:04.465Z | [ host-package] Compiling maplit v1.0.2 |
2594 | 2024-12-21T04:49:04.473Z | [ helios-setup] Dec 21 04:49:03.239 INFO E| Compiling strsim v0.8.0 |
2595 | 2024-12-21T04:49:04.498Z | [ helios-setup] Dec 21 04:49:03.265 INFO E| Compiling vec_map v0.8.2 |
2596 | 2024-12-21T04:49:04.544Z | [ helios-setup] Dec 21 04:49:03.310 INFO E| Compiling ansi_term v0.12.1 |
2597 | 2024-12-21T04:49:04.604Z | [ helios-setup] Dec 21 04:49:03.372 INFO E| Compiling unic-ucd-version v0.9.0 |
2598 | 2024-12-21T04:49:04.680Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2599 | 2024-12-21T04:49:04.700Z | [ helios-setup] Dec 21 04:49:03.467 INFO E| Compiling unic-char-property v0.9.0 |
2600 | 2024-12-21T04:49:04.795Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2601 | 2024-12-21T04:49:04.913Z | [ helios-setup] Dec 21 04:49:03.680 INFO E| Compiling plain v0.2.3 |
2602 | 2024-12-21T04:49:05.061Z | [ helios-setup] Dec 21 04:49:03.828 INFO E| Compiling parse_int v0.6.0 |
2603 | 2024-12-21T04:49:05.153Z | [ helios-setup] Dec 21 04:49:03.920 INFO E| Compiling clap v2.34.0 |
2604 | 2024-12-21T04:49:05.159Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2605 | 2024-12-21T04:49:05.240Z | [ host-package] Compiling phf_generator v0.11.2 |
2606 | 2024-12-21T04:49:05.316Z | [ helios-setup] Dec 21 04:49:04.084 INFO E| Compiling log v0.4.22 |
2607 | 2024-12-21T04:49:05.433Z | [ helios-setup] Dec 21 04:49:04.199 INFO E| Compiling unic-ucd-ident v0.9.0 |
2608 | 2024-12-21T04:49:05.502Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2609 | 2024-12-21T04:49:05.672Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2610 | 2024-12-21T04:49:05.899Z | [ host-package] Compiling omicron-zone-package v0.11.1 |
2611 | 2024-12-21T04:49:05.920Z | [ helios-setup] Dec 21 04:49:04.687 INFO E| Compiling bytesize v1.3.0 |
2612 | 2024-12-21T04:49:06.617Z | [ host-package] Compiling arc-swap v1.7.1 |
2613 | 2024-12-21T04:49:06.662Z | [ host-package] Compiling const_format v0.2.33 |
2614 | 2024-12-21T04:49:06.863Z | [ helios-setup] Dec 21 04:49:05.630 INFO E| Compiling serde_derive_internals v0.29.1 |
2615 | 2024-12-21T04:49:07.611Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2616 | 2024-12-21T04:49:07.709Z | [ host-package] Compiling diesel_derives v2.2.3 |
2617 | 2024-12-21T04:49:07.800Z | [ host-package] Compiling slog-scope v4.4.0 |
2618 | 2024-12-21T04:49:08.005Z | [ host-package] Compiling r2d2 v0.8.10 |
2619 | 2024-12-21T04:49:08.249Z | [ host-package] Compiling phf_codegen v0.11.2 |
2620 | 2024-12-21T04:49:08.706Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2621 | 2024-12-21T04:49:08.822Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2622 | 2024-12-21T04:49:09.262Z | [ host-package] Compiling universal-hash v0.5.1 |
2623 | 2024-12-21T04:49:09.439Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2624 | 2024-12-21T04:49:09.451Z | [ helios-setup] Dec 21 04:49:08.217 INFO E| Compiling toml v0.5.11 |
2625 | 2024-12-21T04:49:09.787Z | [ host-package] Compiling secrecy v0.10.3 |
2626 | 2024-12-21T04:49:09.866Z | [ host-package] Compiling parse-zoneinfo v0.3.1 |
2627 | 2024-12-21T04:49:10.209Z | [ host-package] Compiling ena v0.14.3 |
2628 | 2024-12-21T04:49:11.017Z | [ host-package] Compiling diff v0.1.13 |
2629 | 2024-12-21T04:49:12.104Z | [ host-package] Compiling regex-syntax v0.6.29 |
2630 | 2024-12-21T04:49:12.442Z | [ helios-setup] Dec 21 04:49:11.208 INFO E| Compiling proc-macro-crate v0.1.5 |
2631 | 2024-12-21T04:49:12.851Z | [ host-package] Compiling opaque-debug v0.3.1 |
2632 | 2024-12-21T04:49:13.277Z | [ host-package] Compiling poly1305 v0.8.0 |
2633 | 2024-12-21T04:49:13.697Z | [ helios-setup] Dec 21 04:49:12.463 INFO E| Compiling thiserror-impl v1.0.64 |
2634 | 2024-12-21T04:49:13.725Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2635 | 2024-12-21T04:49:13.842Z | [ helios-setup] Dec 21 04:49:12.608 INFO E| Compiling serde_derive v1.0.210 |
2636 | 2024-12-21T04:49:13.862Z | [ helios-setup] Dec 21 04:49:12.628 INFO E| Compiling schemars_derive v0.8.21 |
2637 | 2024-12-21T04:49:13.886Z | [ helios-setup] Dec 21 04:49:12.652 INFO E| Compiling zerocopy-derive v0.6.6 |
2638 | 2024-12-21T04:49:13.941Z | [ host-package] Compiling chrono-tz-build v0.4.0 |
2639 | 2024-12-21T04:49:14.291Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2640 | 2024-12-21T04:49:15.263Z | [ helios-setup] Dec 21 04:49:14.025 INFO E| Compiling num-derive v0.4.2 |
2641 | 2024-12-21T04:49:16.612Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2642 | 2024-12-21T04:49:17.279Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2643 | 2024-12-21T04:49:17.385Z | [ helios-setup] Dec 21 04:49:16.150 INFO E| Compiling zerocopy v0.6.6 |
2644 | 2024-12-21T04:49:17.723Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2645 | 2024-12-21T04:49:18.445Z | [ host-package] Compiling lalrpop v0.19.12 |
2646 | 2024-12-21T04:49:19.304Z | [ helios-setup] Dec 21 04:49:18.069 INFO E| Compiling pest v2.7.13 |
2647 | 2024-12-21T04:49:19.630Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2648 | 2024-12-21T04:49:19.966Z | [ helios-setup] Dec 21 04:49:18.729 INFO E| Compiling modular-bitfield-impl v0.11.2 |
2649 | 2024-12-21T04:49:19.966Z | [ helios-setup] Dec 21 04:49:18.730 INFO E| Compiling scroll_derive v0.10.5 |
2650 | 2024-12-21T04:49:19.983Z | [ helios-setup] Dec 21 04:49:18.747 INFO E| Compiling strum_macros v0.23.1 |
2651 | 2024-12-21T04:49:20.001Z | [ host-package] Compiling chacha20 v0.9.1 |
2652 | 2024-12-21T04:49:21.055Z | [ host-package] Compiling aead v0.5.2 |
2653 | 2024-12-21T04:49:21.861Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
2654 | 2024-12-21T04:49:22.151Z | [ host-package] Compiling ref-cast v1.0.23 |
2655 | 2024-12-21T04:49:22.430Z | [ helios-setup] Dec 21 04:49:21.176 INFO E| Compiling structopt-derive v0.4.18 |
2656 | 2024-12-21T04:49:23.277Z | [ host-package] Compiling vte v0.11.1 |
2657 | 2024-12-21T04:49:23.378Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2658 | 2024-12-21T04:49:23.487Z | [ helios-setup] Dec 21 04:49:22.250 INFO E| Compiling scroll v0.10.2 |
2659 | 2024-12-21T04:49:24.166Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2660 | 2024-12-21T04:49:24.956Z | [ helios-setup] Dec 21 04:49:23.719 INFO E| Compiling pest_meta v2.7.13 |
2661 | 2024-12-21T04:49:25.034Z | [ helios-setup] Dec 21 04:49:23.797 INFO E| Compiling goblin v0.4.3 |
2662 | 2024-12-21T04:49:26.229Z | [ helios-setup] Dec 21 04:49:24.992 INFO E| Compiling modular-bitfield v0.11.2 |
2663 | 2024-12-21T04:49:26.558Z | [ host-package] Compiling chrono-tz v0.10.0 |
2664 | 2024-12-21T04:49:27.539Z | [ helios-setup] Dec 21 04:49:26.302 INFO E| Compiling pest_generator v2.7.13 |
2665 | 2024-12-21T04:49:27.777Z | [ host-package] Compiling vsss-rs v3.3.4 |
2666 | 2024-12-21T04:49:28.097Z | [ helios-setup] Dec 21 04:49:26.860 INFO E| Compiling structopt v0.3.26 |
2667 | 2024-12-21T04:49:28.543Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2668 | 2024-12-21T04:49:29.067Z | [ host-package] Compiling derive_builder_core v0.20.2 |
2669 | 2024-12-21T04:49:29.272Z | [ host-package] Compiling diesel v2.2.6 |
2670 | 2024-12-21T04:49:32.164Z | [ helios-setup] Dec 21 04:49:30.926 INFO E| Compiling pest_derive v2.7.13 |
2671 | 2024-12-21T04:49:32.224Z | [ host-package] Compiling headers-core v0.3.0 |
2672 | 2024-12-21T04:49:32.571Z | [ host-package] Compiling fxhash v0.2.1 |
2673 | 2024-12-21T04:49:32.926Z | [ host-package] Compiling libxml v0.3.3 |
2674 | 2024-12-21T04:49:33.740Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2675 | 2024-12-21T04:49:34.493Z | [ host-package] Compiling bytecount v0.6.8 |
2676 | 2024-12-21T04:49:34.945Z | [ host-package] Compiling papergrid v0.11.0 |
2677 | 2024-12-21T04:49:36.234Z | [ host-package] error[E0432]: unresolved import `secrecy::Secret` |
2678 | 2024-12-21T04:49:36.234Z | [ host-package] --> bootstore/src/schemes/v0/share_pkg.rs:12:29 |
2679 | 2024-12-21T04:49:36.237Z | [ host-package] | |
2680 | 2024-12-21T04:49:36.237Z | [ host-package] 12 | use secrecy::{ExposeSecret, Secret}; |
2681 | 2024-12-21T04:49:36.237Z | [ host-package] | ^^^^^^ no `Secret` in the root |
2682 | 2024-12-21T04:49:36.237Z | [ host-package] |
2683 | 2024-12-21T04:49:36.237Z | [ host-package] error[E0432]: unresolved imports `secrecy::DebugSecret`, `secrecy::Secret` |
2684 | 2024-12-21T04:49:36.237Z | [ host-package] --> bootstore/src/trust_quorum/rack_secret.rs:6:15 |
2685 | 2024-12-21T04:49:36.237Z | [ host-package] | |
2686 | 2024-12-21T04:49:36.237Z | [ host-package] 6 | use secrecy::{DebugSecret, ExposeSecret, Secret}; |
2687 | 2024-12-21T04:49:36.237Z | [ host-package] | ^^^^^^^^^^^ ^^^^^^ no `Secret` in the root |
2688 | 2024-12-21T04:49:36.237Z | [ host-package] | | |
2689 | 2024-12-21T04:49:36.237Z | [ host-package] | no `DebugSecret` in the root |
2690 | 2024-12-21T04:49:36.237Z | [ host-package] |
2691 | 2024-12-21T04:49:36.849Z | [ helios-setup] Dec 21 04:49:35.610 INFO E| Compiling json5 v0.4.1 |
2692 | 2024-12-21T04:49:37.950Z | [ host-package] For more information about this error, try `rustc --explain E0432`. |
2693 | 2024-12-21T04:49:38.029Z | [ host-package] error: could not compile `bootstore` (lib) due to 2 previous errors |
2694 | 2024-12-21T04:49:38.029Z | [ host-package] warning: build failed, waiting for other jobs to finish... |
2695 | 2024-12-21T04:49:42.432Z | [ helios-setup] Dec 21 04:49:41.193 INFO E| Compiling four-cc v0.3.0 |
2696 | 2024-12-21T04:49:42.432Z | [ helios-setup] Dec 21 04:49:41.193 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0) |
2697 | 2024-12-21T04:49:42.662Z | [ helios-setup] Dec 21 04:49:41.422 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d) |
2698 | 2024-12-21T04:50:17.625Z | [ helios-setup] Dec 21 04:50:16.371 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
2699 | 2024-12-21T04:50:18.308Z | [ host-package] Error: Failed to build packages |
2700 | 2024-12-21T04:50:18.311Z | Dec 21 04:50:17.065 ERRO [host-package] process exited with exit status: 1 (131.527903082s) |
2701 | 2024-12-21T04:50:18.317Z | Error: command `/work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package` exited with exit status: 1 |
2702 | 2024-12-21T04:50:18.347Z | process exited: duration 884976 ms, exit code 1 |
|
2703 | 2024-12-21T04:50:18.354Z | found 5 output files |
2704 | 2024-12-21T04:50:18.359Z | uploading: /work/helios-setup.log (20552 bytes) |
2705 | 2024-12-21T04:50:19.368Z | uploaded: /work/helios-setup.log |
2706 | 2024-12-21T04:50:19.368Z | uploading: /work/host-package.log (10316 bytes) |
2707 | 2024-12-21T04:50:20.376Z | uploaded: /work/host-package.log |
2708 | 2024-12-21T04:50:20.379Z | uploading: /work/host-target.log (101 bytes) |
2709 | 2024-12-21T04:50:21.385Z | uploaded: /work/host-target.log |
2710 | 2024-12-21T04:50:21.387Z | uploading: /work/omicron-package.log (5666 bytes) |
2711 | 2024-12-21T04:50:22.393Z | uploaded: /work/omicron-package.log |
2712 | 2024-12-21T04:50:22.393Z | uploading: /work/recovery-target.log (57 bytes) |
2713 | 2024-12-21T04:50:23.400Z | uploaded: /work/recovery-target.log |
2714 | 2024-12-21T04:50:23.400Z | upload error: rule "/work/manifest.toml" required a match, but was not used |
2715 | 2024-12-21T04:50:23.400Z | upload error: rule "/work/repo.zip" required a match, but was not used |
2716 | 2024-12-21T04:50:23.400Z | upload error: rule "/work/repo.zip.sha256.txt" required a match, but was not used |