|
|
|
1 | 2025-02-13T04:29:41.383Z | job assigned to worker 01JKYS278DF33W8HN3CDY9XQ84 [factory aws, i-0eeb0c59fe6cda5d0] (queued for 5 m 14 s) |
|
2 | 2025-02-13T04:29:49.393Z | starting task 0: "setup" |
3 | 2025-02-13T04:29:49.400Z | ++ uname -s |
4 | 2025-02-13T04:29:49.403Z | + kern=SunOS |
5 | 2025-02-13T04:29:49.403Z | + build_user=build |
6 | 2025-02-13T04:29:49.403Z | + build_uid=12345 |
7 | 2025-02-13T04:29:49.403Z | + work_dir=/work |
8 | 2025-02-13T04:29:49.403Z | + input_dir=/input |
9 | 2025-02-13T04:29:49.404Z | + [[ 0 == 12345 ]] |
10 | 2025-02-13T04:29:49.404Z | + case "$kern" in |
11 | 2025-02-13T04:29:49.404Z | + groupadd -g 12345 build |
12 | 2025-02-13T04:29:49.407Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-13T04:29:51.414Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-13T04:29:51.608Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-13T04:29:51.611Z | + home_fs=zfs |
16 | 2025-02-13T04:29:51.611Z | + [[ zfs == autofs ]] |
17 | 2025-02-13T04:29:51.611Z | + mkdir -p /home/build |
18 | 2025-02-13T04:29:51.614Z | + chown build:build /home/build /work |
19 | 2025-02-13T04:29:53.616Z | + chmod 0700 /home/build /work |
20 | 2025-02-13T04:29:53.619Z | process exited: duration 4225 ms, exit code 0 |
|
21 | 2025-02-13T04:29:53.625Z | starting task 1: "rust-toolchain" |
22 | 2025-02-13T04:29:53.630Z | + printf ' * rust toolchain channel = "%s"\n' 1.84.1 |
23 | 2025-02-13T04:29:53.630Z | * rust toolchain channel = "1.84.1" |
24 | 2025-02-13T04:29:53.630Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-02-13T04:29:53.630Z | * rust toolchain profile = "default" |
26 | 2025-02-13T04:29:53.630Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-13T04:29:53.630Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-13T04:29:53.633Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-13T04:29:53.633Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.1 --profile default |
30 | 2025-02-13T04:29:53.749Z | info: downloading installer |
31 | 2025-02-13T04:29:55.279Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-13T04:29:55.279Z | warning: /opt/ooce/bin |
33 | 2025-02-13T04:29:55.279Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-13T04:29:55.279Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-13T04:29:55.279Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-13T04:29:55.279Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-13T04:29:55.279Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-13T04:29:55.279Z | error: cannot install while Rust is installed |
39 | 2025-02-13T04:29:55.279Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-13T04:29:55.295Z | info: profile set to 'default' |
41 | 2025-02-13T04:29:55.295Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-13T04:29:55.297Z | info: syncing channel updates for '1.84.1-x86_64-unknown-illumos' |
43 | 2025-02-13T04:29:55.450Z | info: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27) |
44 | 2025-02-13T04:29:55.450Z | info: downloading component 'cargo' |
45 | 2025-02-13T04:29:56.319Z | info: downloading component 'clippy' |
46 | 2025-02-13T04:29:56.651Z | info: downloading component 'rust-docs' |
47 | 2025-02-13T04:29:57.838Z | info: downloading component 'rust-std' |
48 | 2025-02-13T04:29:59.771Z | info: downloading component 'rustc' |
49 | 2025-02-13T04:30:06.531Z | info: downloading component 'rustfmt' |
50 | 2025-02-13T04:30:06.782Z | info: installing component 'cargo' |
51 | 2025-02-13T04:30:07.658Z | info: installing component 'clippy' |
52 | 2025-02-13T04:30:08.055Z | info: installing component 'rust-docs' |
53 | 2025-02-13T04:30:09.728Z | info: installing component 'rust-std' |
54 | 2025-02-13T04:30:11.682Z | info: installing component 'rustc' |
55 | 2025-02-13T04:30:17.846Z | info: installing component 'rustfmt' |
56 | 2025-02-13T04:30:18.178Z | info: default toolchain set to '1.84.1-x86_64-unknown-illumos' |
57 | 2025-02-13T04:30:18.178Z | |
58 | 2025-02-13T04:30:18.569Z | 1.84.1-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27) |
59 | 2025-02-13T04:30:18.569Z | |
60 | 2025-02-13T04:30:18.572Z | |
61 | 2025-02-13T04:30:18.572Z | Rust is installed now. Great! |
62 | 2025-02-13T04:30:18.572Z | |
63 | 2025-02-13T04:30:18.572Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-13T04:30:18.572Z | environment variable. This has not been done automatically. |
65 | 2025-02-13T04:30:18.572Z | |
66 | 2025-02-13T04:30:18.572Z | To configure your current shell, you need to source |
67 | 2025-02-13T04:30:18.572Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-13T04:30:18.572Z | |
69 | 2025-02-13T04:30:18.572Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-13T04:30:18.572Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-13T04:30:18.572Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-13T04:30:18.652Z | + rustup --version |
73 | 2025-02-13T04:30:18.659Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-13T04:30:18.659Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-13T04:30:18.738Z | info: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)` |
76 | 2025-02-13T04:30:18.743Z | + cargo --version |
77 | 2025-02-13T04:30:18.800Z | cargo 1.84.1 (66221abde 2024-11-19) |
78 | 2025-02-13T04:30:18.802Z | + rustc --version |
79 | 2025-02-13T04:30:18.865Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
80 | 2025-02-13T04:30:18.868Z | process exited: duration 25239 ms, exit code 0 |
|
81 | 2025-02-13T04:30:18.874Z | starting task 2: "authentication" |
82 | 2025-02-13T04:30:18.896Z | process exited: duration 21 ms, exit code 0 |
|
83 | 2025-02-13T04:30:18.901Z | starting task 3: "clone repository" |
84 | 2025-02-13T04:30:18.906Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-13T04:30:18.909Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-13T04:30:18.956Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-13T04:30:26.515Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-13T04:30:26.515Z | + git fetch origin c3b0e63cb25d63fe9fdf35c672b8567a3ac88687 |
89 | 2025-02-13T04:30:26.926Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-13T04:30:26.926Z | * branch c3b0e63cb25d63fe9fdf35c672b8567a3ac88687 -> FETCH_HEAD |
91 | 2025-02-13T04:30:26.937Z | + [[ -n '' ]] |
92 | 2025-02-13T04:30:26.937Z | + git reset --hard c3b0e63cb25d63fe9fdf35c672b8567a3ac88687 |
93 | 2025-02-13T04:30:27.121Z | HEAD is now at c3b0e63cb Update Rust crate tokio-tungstenite to 0.26.1 |
94 | 2025-02-13T04:30:27.125Z | process exited: duration 8220 ms, exit code 0 |
|
95 | 2025-02-13T04:30:27.132Z | starting task 4: "build" |
96 | 2025-02-13T04:30:27.139Z | + source .github/buildomat/ci-env.sh |
97 | 2025-02-13T04:30:27.140Z | ++ export CARGO_TERM_COLOR=always |
98 | 2025-02-13T04:30:27.140Z | ++ CARGO_TERM_COLOR=always |
99 | 2025-02-13T04:30:27.143Z | + cargo --version |
100 | 2025-02-13T04:30:27.188Z | cargo 1.84.1 (66221abde 2024-11-19) |
101 | 2025-02-13T04:30:27.192Z | + rustc --version |
102 | 2025-02-13T04:30:27.251Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
103 | 2025-02-13T04:30:27.256Z | + cargo tree --locked |
104 | 2025-02-13T04:30:27.488Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
105 | 2025-02-13T04:30:27.777Z | Updating crates.io index |
106 | 2025-02-13T04:30:27.781Z | Updating git repository `https://github.com/oxidecomputer/daft` |
107 | 2025-02-13T04:30:28.104Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
108 | 2025-02-13T04:30:28.760Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
109 | 2025-02-13T04:30:29.078Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
110 | 2025-02-13T04:30:29.321Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
111 | 2025-02-13T04:30:29.637Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
112 | 2025-02-13T04:30:30.696Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
113 | 2025-02-13T04:30:32.423Z | Updating git repository `https://github.com/oxidecomputer/opte` |
114 | 2025-02-13T04:30:33.055Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
115 | 2025-02-13T04:30:33.719Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
116 | 2025-02-13T04:30:34.011Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
117 | 2025-02-13T04:30:34.295Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
118 | 2025-02-13T04:30:35.028Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
119 | 2025-02-13T04:30:35.393Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
120 | 2025-02-13T04:30:35.730Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
121 | 2025-02-13T04:30:36.016Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
122 | 2025-02-13T04:30:36.243Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
123 | 2025-02-13T04:30:36.524Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
124 | 2025-02-13T04:30:36.841Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
125 | 2025-02-13T04:30:37.158Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
126 | 2025-02-13T04:30:37.665Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
127 | 2025-02-13T04:30:38.022Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
128 | 2025-02-13T04:30:38.347Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
129 | 2025-02-13T04:30:38.727Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
130 | 2025-02-13T04:30:39.237Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
131 | 2025-02-13T04:30:39.528Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
132 | 2025-02-13T04:30:39.906Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
133 | 2025-02-13T04:30:40.367Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
134 | 2025-02-13T04:30:40.700Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
135 | 2025-02-13T04:30:40.958Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
136 | 2025-02-13T04:30:41.226Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
137 | 2025-02-13T04:30:42.710Z | Downloading crates ... |
138 | 2025-02-13T04:30:42.795Z | Downloaded arrayref v0.3.9 |
139 | 2025-02-13T04:30:42.798Z | Downloaded anes v0.1.6 |
140 | 2025-02-13T04:30:42.801Z | Downloaded array-init v0.0.4 |
141 | 2025-02-13T04:30:42.801Z | Downloaded adler2 v2.0.0 |
142 | 2025-02-13T04:30:42.820Z | Downloaded async-stream-impl v0.3.6 |
143 | 2025-02-13T04:30:42.829Z | Downloaded async-object-pool v0.1.5 |
144 | 2025-02-13T04:30:42.831Z | Downloaded foldhash v0.1.3 |
145 | 2025-02-13T04:30:42.831Z | Downloaded foreign-types v0.3.2 |
146 | 2025-02-13T04:30:42.836Z | Downloaded atomicwrites v0.4.4 |
147 | 2025-02-13T04:30:42.836Z | Downloaded fragile v2.0.0 |
148 | 2025-02-13T04:30:42.844Z | Downloaded anyhow v1.0.95 |
149 | 2025-02-13T04:30:42.849Z | Downloaded async-channel v1.9.0 |
150 | 2025-02-13T04:30:42.849Z | Downloaded anstyle v1.0.10 |
151 | 2025-02-13T04:30:42.853Z | Downloaded anstyle-parse v0.2.5 |
152 | 2025-02-13T04:30:42.853Z | Downloaded ascii-canvas v3.0.0 |
153 | 2025-02-13T04:30:42.858Z | Downloaded bitflags v1.3.2 |
154 | 2025-02-13T04:30:42.858Z | Downloaded foreign-types-shared v0.1.1 |
155 | 2025-02-13T04:30:42.862Z | Downloaded fxhash v0.2.1 |
156 | 2025-02-13T04:30:42.866Z | Downloaded ident_case v1.0.1 |
157 | 2025-02-13T04:30:42.866Z | Downloaded cfg_aliases v0.1.1 |
158 | 2025-02-13T04:30:42.870Z | Downloaded atty v0.2.14 |
159 | 2025-02-13T04:30:42.870Z | Downloaded cfg_aliases v0.2.1 |
160 | 2025-02-13T04:30:42.870Z | Downloaded hubpack_derive v0.1.1 |
161 | 2025-02-13T04:30:42.870Z | Downloaded assert_cmd v2.0.16 |
162 | 2025-02-13T04:30:42.873Z | Downloaded icu_provider_macros v1.5.0 |
163 | 2025-02-13T04:30:42.873Z | Downloaded bitfield v0.14.0 |
164 | 2025-02-13T04:30:42.873Z | Downloaded async-attributes v1.1.2 |
165 | 2025-02-13T04:30:42.876Z | Downloaded guppy-workspace-hack v0.1.0 |
166 | 2025-02-13T04:30:42.876Z | Downloaded headers-core v0.3.0 |
167 | 2025-02-13T04:30:42.876Z | Downloaded castaway v0.2.3 |
168 | 2025-02-13T04:30:42.880Z | Downloaded foreign-types-shared v0.3.1 |
169 | 2025-02-13T04:30:42.881Z | Downloaded heck v0.5.0 |
170 | 2025-02-13T04:30:42.885Z | Downloaded cassowary v0.3.0 |
171 | 2025-02-13T04:30:42.885Z | Downloaded bytecount v0.6.8 |
172 | 2025-02-13T04:30:42.885Z | Downloaded chacha20 v0.9.1 |
173 | 2025-02-13T04:30:42.892Z | Downloaded base16ct v0.2.0 |
174 | 2025-02-13T04:30:42.892Z | Downloaded bit-set v0.5.3 |
175 | 2025-02-13T04:30:42.893Z | Downloaded aead v0.5.2 |
176 | 2025-02-13T04:30:42.897Z | Downloaded async-channel v2.3.1 |
177 | 2025-02-13T04:30:42.898Z | Downloaded http-body v1.0.1 |
178 | 2025-02-13T04:30:42.898Z | Downloaded approx v0.5.1 |
179 | 2025-02-13T04:30:42.898Z | Downloaded arrayvec v0.7.6 |
180 | 2025-02-13T04:30:42.898Z | Downloaded anstream v0.6.15 |
181 | 2025-02-13T04:30:42.902Z | Downloaded cfg-if v1.0.0 |
182 | 2025-02-13T04:30:42.902Z | Downloaded cargo_metadata v0.18.1 |
183 | 2025-02-13T04:30:42.906Z | Downloaded futures-sink v0.3.31 |
184 | 2025-02-13T04:30:42.906Z | Downloaded escape8259 v0.5.3 |
185 | 2025-02-13T04:30:42.906Z | Downloaded async-bb8-diesel v0.2.1 |
186 | 2025-02-13T04:30:42.906Z | Downloaded buf-list v1.0.3 |
187 | 2025-02-13T04:30:42.912Z | Downloaded group v0.13.0 |
188 | 2025-02-13T04:30:42.912Z | Downloaded cbc v0.1.2 |
189 | 2025-02-13T04:30:42.916Z | Downloaded humantime v2.1.0 |
190 | 2025-02-13T04:30:42.916Z | Downloaded blocking v1.6.1 |
191 | 2025-02-13T04:30:42.916Z | Downloaded bitfield-struct v0.6.2 |
192 | 2025-02-13T04:30:42.916Z | Downloaded async-recursion v1.1.1 |
193 | 2025-02-13T04:30:42.946Z | Downloaded hyper-tls v0.6.0 |
194 | 2025-02-13T04:30:43.044Z | Downloaded generic-array v0.14.7 |
195 | 2025-02-13T04:30:43.044Z | Downloaded heck v0.4.1 |
196 | 2025-02-13T04:30:43.044Z | Downloaded cexpr v0.6.0 |
197 | 2025-02-13T04:30:43.044Z | Downloaded indent_write v2.2.0 |
198 | 2025-02-13T04:30:43.044Z | Downloaded cargo-platform v0.1.8 |
199 | 2025-02-13T04:30:43.044Z | Downloaded hex-literal v0.4.1 |
200 | 2025-02-13T04:30:43.044Z | Downloaded foreign-types v0.5.0 |
201 | 2025-02-13T04:30:43.044Z | Downloaded blake2b_simd v1.0.2 |
202 | 2025-02-13T04:30:43.044Z | Downloaded async-executor v1.13.1 |
203 | 2025-02-13T04:30:43.044Z | Downloaded block-padding v0.3.3 |
204 | 2025-02-13T04:30:43.044Z | Downloaded bcrypt-pbkdf v0.10.0 |
205 | 2025-02-13T04:30:43.044Z | Downloaded cast v0.3.0 |
206 | 2025-02-13T04:30:43.044Z | Downloaded bcs v0.1.6 |
207 | 2025-02-13T04:30:43.044Z | Downloaded chrono-tz-build v0.4.0 |
208 | 2025-02-13T04:30:43.044Z | Downloaded blowfish v0.9.1 |
209 | 2025-02-13T04:30:43.044Z | Downloaded addr2line v0.24.2 |
210 | 2025-02-13T04:30:43.044Z | Downloaded bzip2 v0.4.4 |
211 | 2025-02-13T04:30:43.044Z | Downloaded argon2 v0.5.3 |
212 | 2025-02-13T04:30:43.044Z | Downloaded http-range v0.1.5 |
213 | 2025-02-13T04:30:43.044Z | Downloaded hash32 v0.2.1 |
214 | 2025-02-13T04:30:43.125Z | Downloaded camino-tempfile v1.1.1 |
215 | 2025-02-13T04:30:43.125Z | Downloaded http-body-util v0.1.2 |
216 | 2025-02-13T04:30:43.126Z | Downloaded httpdate v1.0.3 |
217 | 2025-02-13T04:30:43.126Z | Downloaded fastrand v2.1.1 |
218 | 2025-02-13T04:30:43.126Z | Downloaded glob v0.3.2 |
219 | 2025-02-13T04:30:43.126Z | Downloaded foreign-types-macros v0.2.3 |
220 | 2025-02-13T04:30:43.126Z | Downloaded cancel-safe-futures v0.1.5 |
221 | 2025-02-13T04:30:43.126Z | Downloaded hex v0.4.3 |
222 | 2025-02-13T04:30:43.126Z | Downloaded futures-core v0.3.31 |
223 | 2025-02-13T04:30:43.126Z | Downloaded base64ct v1.6.0 |
224 | 2025-02-13T04:30:43.126Z | Downloaded autocfg v1.4.0 |
225 | 2025-02-13T04:30:43.126Z | Downloaded camino v1.1.9 |
226 | 2025-02-13T04:30:43.126Z | Downloaded pbkdf2 v0.12.2 |
227 | 2025-02-13T04:30:43.126Z | Downloaded packed_struct v0.10.1 |
228 | 2025-02-13T04:30:43.126Z | Downloaded async-task v4.7.1 |
229 | 2025-02-13T04:30:43.126Z | Downloaded progenitor-client v0.9.1 |
230 | 2025-02-13T04:30:43.126Z | Downloaded bb8 v0.8.5 |
231 | 2025-02-13T04:30:43.127Z | Downloaded async-trait v0.1.86 |
232 | 2025-02-13T04:30:43.127Z | Downloaded globset v0.4.15 |
233 | 2025-02-13T04:30:43.127Z | Downloaded async-process v2.3.0 |
234 | 2025-02-13T04:30:43.127Z | Downloaded sigpipe v0.1.3 |
235 | 2025-02-13T04:30:43.127Z | Downloaded pbkdf2 v0.11.0 |
236 | 2025-02-13T04:30:43.127Z | Downloaded hashlink v0.9.1 |
237 | 2025-02-13T04:30:43.127Z | Downloaded icu_locid_transform_data v1.5.0 |
238 | 2025-02-13T04:30:43.127Z | Downloaded httparse v1.9.5 |
239 | 2025-02-13T04:30:43.127Z | Downloaded hostname v0.4.0 |
240 | 2025-02-13T04:30:43.127Z | Downloaded swrite v0.1.0 |
241 | 2025-02-13T04:30:43.127Z | Downloaded backoff v0.4.0 |
242 | 2025-02-13T04:30:43.127Z | Downloaded predicates-tree v1.0.11 |
243 | 2025-02-13T04:30:43.127Z | Downloaded predicates-core v1.0.8 |
244 | 2025-02-13T04:30:43.127Z | Downloaded impl-trait-for-tuples v0.2.2 |
245 | 2025-02-13T04:30:43.127Z | Downloaded quinn-udp v0.5.5 |
246 | 2025-02-13T04:30:43.127Z | Downloaded futures-task v0.3.31 |
247 | 2025-02-13T04:30:43.127Z | Downloaded idna_adapter v1.2.0 |
248 | 2025-02-13T04:30:43.127Z | Downloaded hyper-rustls v0.27.3 |
249 | 2025-02-13T04:30:43.127Z | Downloaded hyper-rustls v0.26.0 |
250 | 2025-02-13T04:30:43.127Z | Downloaded iana-time-zone v0.1.61 |
251 | 2025-02-13T04:30:43.127Z | Downloaded getrandom v0.2.15 |
252 | 2025-02-13T04:30:43.127Z | Downloaded rusty-fork v0.3.0 |
253 | 2025-02-13T04:30:43.127Z | Downloaded async-io v2.3.4 |
254 | 2025-02-13T04:30:43.127Z | Downloaded secrecy v0.8.0 |
255 | 2025-02-13T04:30:43.127Z | Downloaded sec1 v0.7.3 |
256 | 2025-02-13T04:30:43.127Z | Downloaded rustversion v1.0.17 |
257 | 2025-02-13T04:30:43.127Z | Downloaded hyper-staticfile v0.10.1 |
258 | 2025-02-13T04:30:43.127Z | Downloaded futures-lite v2.3.0 |
259 | 2025-02-13T04:30:43.127Z | Downloaded bitflags v2.6.0 |
260 | 2025-02-13T04:30:43.127Z | Downloaded hickory-client v0.24.2 |
261 | 2025-02-13T04:30:43.127Z | Downloaded take_mut v0.2.2 |
262 | 2025-02-13T04:30:43.127Z | Downloaded fs_extra v1.3.0 |
263 | 2025-02-13T04:30:43.127Z | Downloaded cfg-expr v0.17.2 |
264 | 2025-02-13T04:30:43.134Z | Downloaded signature v2.2.0 |
265 | 2025-02-13T04:30:43.134Z | Downloaded signal-hook-tokio v0.3.1 |
266 | 2025-02-13T04:30:43.134Z | Downloaded zerofrom v0.1.4 |
267 | 2025-02-13T04:30:43.134Z | Downloaded powerfmt v0.2.0 |
268 | 2025-02-13T04:30:43.134Z | Downloaded tiny-keccak v2.0.2 |
269 | 2025-02-13T04:30:43.134Z | Downloaded polyval v0.6.2 |
270 | 2025-02-13T04:30:43.134Z | Downloaded thiserror v1.0.69 |
271 | 2025-02-13T04:30:43.134Z | Downloaded blake2 v0.10.6 |
272 | 2025-02-13T04:30:43.134Z | Downloaded futures-channel v0.3.31 |
273 | 2025-02-13T04:30:43.134Z | Downloaded rand_chacha v0.3.1 |
274 | 2025-02-13T04:30:43.134Z | Downloaded smallvec v0.6.14 |
275 | 2025-02-13T04:30:43.134Z | Downloaded password-hash v0.4.2 |
276 | 2025-02-13T04:30:43.135Z | Downloaded parking_lot_core v0.9.10 |
277 | 2025-02-13T04:30:43.135Z | Downloaded rtoolbox v0.0.2 |
278 | 2025-02-13T04:30:43.135Z | Downloaded icu_locid_transform v1.5.0 |
279 | 2025-02-13T04:30:43.135Z | Downloaded endian-type v0.1.2 |
280 | 2025-02-13T04:30:43.135Z | Downloaded doc-comment v0.3.3 |
281 | 2025-02-13T04:30:43.135Z | Downloaded diesel_table_macro_syntax v0.2.0 |
282 | 2025-02-13T04:30:43.135Z | Downloaded is_ci v1.2.0 |
283 | 2025-02-13T04:30:43.135Z | Downloaded httptest v0.16.1 |
284 | 2025-02-13T04:30:43.135Z | Downloaded ssh-cipher v0.2.0 |
285 | 2025-02-13T04:30:43.135Z | Downloaded signal-hook-registry v1.4.2 |
286 | 2025-02-13T04:30:43.135Z | Downloaded arc-swap v1.7.1 |
287 | 2025-02-13T04:30:43.135Z | Downloaded stringprep v0.1.5 |
288 | 2025-02-13T04:30:43.135Z | Downloaded tls_codec_derive v0.4.1 |
289 | 2025-02-13T04:30:43.135Z | Downloaded backtrace v0.3.74 |
290 | 2025-02-13T04:30:43.135Z | Downloaded bumpalo v3.16.0 |
291 | 2025-02-13T04:30:43.135Z | Downloaded tap v1.0.1 |
292 | 2025-02-13T04:30:43.135Z | Downloaded match_cfg v0.1.0 |
293 | 2025-02-13T04:30:43.135Z | Downloaded oso v0.27.3 |
294 | 2025-02-13T04:30:43.135Z | Downloaded string_cache v0.8.7 |
295 | 2025-02-13T04:30:43.135Z | Downloaded icu_normalizer_data v1.5.0 |
296 | 2025-02-13T04:30:43.135Z | Downloaded zone v0.1.8 |
297 | 2025-02-13T04:30:43.135Z | Downloaded pkcs5 v0.7.1 |
298 | 2025-02-13T04:30:43.135Z | Downloaded openssl-macros v0.1.1 |
299 | 2025-02-13T04:30:43.135Z | Downloaded md5 v0.7.0 |
300 | 2025-02-13T04:30:43.135Z | Downloaded nodrop v0.1.14 |
301 | 2025-02-13T04:30:43.135Z | Downloaded ena v0.14.3 |
302 | 2025-02-13T04:30:43.135Z | Downloaded display-error-chain v0.2.2 |
303 | 2025-02-13T04:30:43.135Z | Downloaded stringmetrics v2.2.2 |
304 | 2025-02-13T04:30:43.135Z | Downloaded unicode-xid v0.2.6 |
305 | 2025-02-13T04:30:43.135Z | Downloaded float-cmp v0.9.0 |
306 | 2025-02-13T04:30:43.135Z | Downloaded fallible-streaming-iterator v0.1.9 |
307 | 2025-02-13T04:30:43.136Z | Downloaded proc-macro2 v1.0.92 |
308 | 2025-02-13T04:30:43.136Z | Downloaded cc v1.1.30 |
309 | 2025-02-13T04:30:43.144Z | Downloaded normalize-line-endings v0.3.0 |
310 | 2025-02-13T04:30:43.144Z | Downloaded icu_properties v1.5.1 |
311 | 2025-02-13T04:30:43.144Z | Downloaded base64 v0.21.7 |
312 | 2025-02-13T04:30:43.149Z | Downloaded progenitor-client v0.8.0 |
313 | 2025-02-13T04:30:43.150Z | Downloaded path-slash v0.1.5 |
314 | 2025-02-13T04:30:43.150Z | Downloaded russh-cryptovec v0.7.3 |
315 | 2025-02-13T04:30:43.150Z | Downloaded half v2.4.1 |
316 | 2025-02-13T04:30:43.150Z | Downloaded rstest v0.23.0 |
317 | 2025-02-13T04:30:43.154Z | Downloaded concurrent-queue v2.5.0 |
318 | 2025-02-13T04:30:43.154Z | Downloaded float-ord v0.3.2 |
319 | 2025-02-13T04:30:43.159Z | Downloaded serde_plain v1.0.2 |
320 | 2025-02-13T04:30:43.159Z | Downloaded icu_normalizer v1.5.0 |
321 | 2025-02-13T04:30:43.161Z | Downloaded criterion-plot v0.5.0 |
322 | 2025-02-13T04:30:43.161Z | Downloaded peg-runtime v0.8.3 |
323 | 2025-02-13T04:30:43.161Z | Downloaded whoami v1.5.2 |
324 | 2025-02-13T04:30:43.167Z | Downloaded serde_urlencoded v0.7.1 |
325 | 2025-02-13T04:30:43.170Z | Downloaded rstest_macros v0.23.0 |
326 | 2025-02-13T04:30:43.170Z | Downloaded newtype-uuid v1.2.1 |
327 | 2025-02-13T04:30:43.170Z | Downloaded futures v0.3.31 |
328 | 2025-02-13T04:30:43.176Z | Downloaded itoa v1.0.11 |
329 | 2025-02-13T04:30:43.178Z | Downloaded smallvec v1.13.2 |
330 | 2025-02-13T04:30:43.178Z | Downloaded pin-utils v0.1.0 |
331 | 2025-02-13T04:30:43.181Z | Downloaded csv-core v0.1.11 |
332 | 2025-02-13T04:30:43.181Z | Downloaded cookie_store v0.21.1 |
333 | 2025-02-13T04:30:43.184Z | Downloaded displaydoc v0.2.5 |
334 | 2025-02-13T04:30:43.187Z | Downloaded rcgen v0.12.1 |
335 | 2025-02-13T04:30:43.191Z | Downloaded try-lock v0.2.5 |
336 | 2025-02-13T04:30:43.194Z | Downloaded typenum v1.17.0 |
337 | 2025-02-13T04:30:43.194Z | Downloaded strum v0.26.3 |
338 | 2025-02-13T04:30:43.194Z | Downloaded toml v0.8.19 |
339 | 2025-02-13T04:30:43.198Z | Downloaded ref-cast v1.0.23 |
340 | 2025-02-13T04:30:43.200Z | Downloaded sha1 v0.10.6 |
341 | 2025-02-13T04:30:43.203Z | Downloaded md-5 v0.10.6 |
342 | 2025-02-13T04:30:43.203Z | Downloaded progenitor v0.9.1 |
343 | 2025-02-13T04:30:43.206Z | Downloaded vergen v8.3.2 |
344 | 2025-02-13T04:30:43.209Z | Downloaded sync-ptr v0.1.1 |
345 | 2025-02-13T04:30:43.209Z | Downloaded progenitor-impl v0.9.1 |
346 | 2025-02-13T04:30:43.211Z | Downloaded hickory-resolver v0.24.2 |
347 | 2025-02-13T04:30:43.215Z | Downloaded ciborium-io v0.2.2 |
348 | 2025-02-13T04:30:43.217Z | Downloaded rustls-pemfile v1.0.4 |
349 | 2025-02-13T04:30:43.220Z | Downloaded slog-envlogger v2.2.0 |
350 | 2025-02-13T04:30:43.220Z | Downloaded num v0.4.3 |
351 | 2025-02-13T04:30:43.223Z | Downloaded progenitor-impl v0.8.0 |
352 | 2025-02-13T04:30:43.226Z | Downloaded crunchy v0.2.2 |
353 | 2025-02-13T04:30:43.226Z | Downloaded crucible-workspace-hack v0.1.0 |
354 | 2025-02-13T04:30:43.226Z | Downloaded phf_codegen v0.11.2 |
355 | 2025-02-13T04:30:43.226Z | Downloaded tokio-macros v2.5.0 |
356 | 2025-02-13T04:30:43.229Z | Downloaded termios v0.3.3 |
357 | 2025-02-13T04:30:43.229Z | Downloaded darling v0.20.10 |
358 | 2025-02-13T04:30:43.233Z | Downloaded dtrace-parser v0.2.0 |
359 | 2025-02-13T04:30:43.235Z | Downloaded pin-project-lite v0.2.14 |
360 | 2025-02-13T04:30:43.238Z | Downloaded vte_generate_state_changes v0.1.2 |
361 | 2025-02-13T04:30:43.241Z | Downloaded progenitor-macro v0.8.0 |
362 | 2025-02-13T04:30:43.241Z | Downloaded unicode-bidi v0.3.17 |
363 | 2025-02-13T04:30:43.244Z | Downloaded ref-cast-impl v1.0.23 |
364 | 2025-02-13T04:30:43.246Z | Downloaded untrusted v0.7.1 |
365 | 2025-02-13T04:30:43.247Z | Downloaded rand_xorshift v0.3.0 |
366 | 2025-02-13T04:30:43.247Z | Downloaded progenitor-macro v0.9.1 |
367 | 2025-02-13T04:30:43.250Z | Downloaded universal-hash v0.5.1 |
368 | 2025-02-13T04:30:43.250Z | Downloaded semver v0.1.20 |
369 | 2025-02-13T04:30:43.253Z | Downloaded poly1305 v0.8.0 |
370 | 2025-02-13T04:30:43.253Z | Downloaded rustls-pemfile v2.2.0 |
371 | 2025-02-13T04:30:43.256Z | Downloaded crc32fast v1.4.2 |
372 | 2025-02-13T04:30:43.259Z | Downloaded zerocopy v0.6.6 |
373 | 2025-02-13T04:30:43.259Z | Downloaded indexmap v2.7.1 |
374 | 2025-02-13T04:30:43.264Z | Downloaded rand v0.8.5 |
375 | 2025-02-13T04:30:43.268Z | Downloaded indexmap v1.9.3 |
376 | 2025-02-13T04:30:43.272Z | Downloaded smf v0.2.3 |
377 | 2025-02-13T04:30:43.274Z | Downloaded slab v0.4.9 |
378 | 2025-02-13T04:30:43.274Z | Downloaded lazy_static v1.5.0 |
379 | 2025-02-13T04:30:43.275Z | Downloaded ciborium-ll v0.2.2 |
380 | 2025-02-13T04:30:43.278Z | Downloaded hyper-util v0.1.10 |
381 | 2025-02-13T04:30:43.281Z | Downloaded libtest-mimic v0.7.3 |
382 | 2025-02-13T04:30:43.284Z | Downloaded hickory-server v0.24.2 |
383 | 2025-02-13T04:30:43.287Z | Downloaded fd-lock v4.0.2 |
384 | 2025-02-13T04:30:43.291Z | Downloaded tokio-native-tls v0.3.1 |
385 | 2025-02-13T04:30:43.293Z | Downloaded threadpool v1.8.1 |
386 | 2025-02-13T04:30:43.293Z | Downloaded num-conv v0.1.0 |
387 | 2025-02-13T04:30:43.293Z | Downloaded thread_local v1.1.8 |
388 | 2025-02-13T04:30:43.296Z | Downloaded supports-color v3.0.1 |
389 | 2025-02-13T04:30:43.296Z | Downloaded rsa v0.9.6 |
390 | 2025-02-13T04:30:43.300Z | Downloaded parking_lot_core v0.8.6 |
391 | 2025-02-13T04:30:43.303Z | Downloaded nu-ansi-term v0.50.1 |
392 | 2025-02-13T04:30:43.306Z | Downloaded kstat-rs v0.2.4 |
393 | 2025-02-13T04:30:43.309Z | Downloaded vte v0.11.1 |
394 | 2025-02-13T04:30:43.309Z | Downloaded postcard v1.0.10 |
395 | 2025-02-13T04:30:43.313Z | Downloaded opaque-debug v0.3.1 |
396 | 2025-02-13T04:30:43.313Z | Downloaded vsss-rs v3.3.4 |
397 | 2025-02-13T04:30:43.315Z | Downloaded heapless v0.7.17 |
398 | 2025-02-13T04:30:43.318Z | Downloaded pem v3.0.4 |
399 | 2025-02-13T04:30:43.321Z | Downloaded cpufeatures v0.2.14 |
400 | 2025-02-13T04:30:43.321Z | Downloaded unarray v0.1.4 |
401 | 2025-02-13T04:30:43.323Z | Downloaded crc v3.2.1 |
402 | 2025-02-13T04:30:43.326Z | Downloaded semver v1.0.24 |
403 | 2025-02-13T04:30:43.329Z | Downloaded multimap v0.10.0 |
404 | 2025-02-13T04:30:43.329Z | Downloaded tar v0.4.42 |
405 | 2025-02-13T04:30:43.332Z | Downloaded twox-hash v2.1.0 |
406 | 2025-02-13T04:30:43.336Z | Downloaded value-bag v1.9.0 |
407 | 2025-02-13T04:30:43.338Z | Downloaded ciborium v0.2.2 |
408 | 2025-02-13T04:30:43.341Z | Downloaded rustls-pki-types v1.10.0 |
409 | 2025-02-13T04:30:43.344Z | Downloaded deranged v0.3.11 |
410 | 2025-02-13T04:30:43.344Z | Downloaded serde-big-array v0.5.1 |
411 | 2025-02-13T04:30:43.346Z | Downloaded ff v0.13.0 |
412 | 2025-02-13T04:30:43.347Z | Downloaded zerocopy-derive v0.8.10 |
413 | 2025-02-13T04:30:43.352Z | Downloaded primeorder v0.13.6 |
414 | 2025-02-13T04:30:43.355Z | Downloaded filetime v0.2.25 |
415 | 2025-02-13T04:30:43.357Z | Downloaded proc-macro-crate v1.3.1 |
416 | 2025-02-13T04:30:43.357Z | Downloaded polling v3.7.3 |
417 | 2025-02-13T04:30:43.362Z | Downloaded linear-map v1.2.0 |
418 | 2025-02-13T04:30:43.364Z | Downloaded kv-log-macro v1.0.7 |
419 | 2025-02-13T04:30:43.364Z | Downloaded yoke-derive v0.7.4 |
420 | 2025-02-13T04:30:43.367Z | Downloaded num-complex v0.4.6 |
421 | 2025-02-13T04:30:43.367Z | Downloaded multer v3.1.0 |
422 | 2025-02-13T04:30:43.369Z | Downloaded structmeta v0.2.0 |
423 | 2025-02-13T04:30:43.370Z | Downloaded shlex v1.3.0 |
424 | 2025-02-13T04:30:43.372Z | Downloaded usdt-attr-macro v0.5.0 |
425 | 2025-02-13T04:30:43.372Z | Downloaded serde_yaml v0.9.34+deprecated |
426 | 2025-02-13T04:30:43.375Z | Downloaded packed_struct_codegen v0.10.1 |
427 | 2025-02-13T04:30:43.378Z | Downloaded memmap v0.7.0 |
428 | 2025-02-13T04:30:43.381Z | Downloaded parking_lot v0.12.3 |
429 | 2025-02-13T04:30:43.386Z | Downloaded compact_str v0.8.0 |
430 | 2025-02-13T04:30:43.389Z | Downloaded usdt-macro v0.5.0 |
431 | 2025-02-13T04:30:43.389Z | Downloaded clap v4.5.27 |
432 | 2025-02-13T04:30:43.393Z | Downloaded radium v0.7.0 |
433 | 2025-02-13T04:30:43.396Z | Downloaded termcolor v1.4.1 |
434 | 2025-02-13T04:30:43.396Z | Downloaded ssh-encoding v0.2.0 |
435 | 2025-02-13T04:30:43.399Z | Downloaded http v1.2.0 |
436 | 2025-02-13T04:30:43.402Z | Downloaded mirai-annotations v1.12.0 |
437 | 2025-02-13T04:30:43.407Z | Downloaded terminal_size v0.4.0 |
438 | 2025-02-13T04:30:43.407Z | Downloaded static_assertions v1.1.0 |
439 | 2025-02-13T04:30:43.410Z | Downloaded peg v0.8.4 |
440 | 2025-02-13T04:30:43.410Z | Downloaded pkcs1 v0.7.5 |
441 | 2025-02-13T04:30:43.412Z | Downloaded unicode-truncate v1.1.0 |
442 | 2025-02-13T04:30:43.415Z | Downloaded smawk v0.3.2 |
443 | 2025-02-13T04:30:43.416Z | Downloaded signal-hook-mio v0.2.4 |
444 | 2025-02-13T04:30:43.420Z | Downloaded scrypt v0.11.0 |
445 | 2025-02-13T04:30:43.420Z | Downloaded pkcs8 v0.10.2 |
446 | 2025-02-13T04:30:43.423Z | Downloaded fixedbitset v0.4.2 |
447 | 2025-02-13T04:30:43.423Z | Downloaded cobs v0.2.3 |
448 | 2025-02-13T04:30:43.423Z | Downloaded unicode_categories v0.1.1 |
449 | 2025-02-13T04:30:43.426Z | Downloaded socket2 v0.5.7 |
450 | 2025-02-13T04:30:43.429Z | Downloaded ed25519-dalek v2.1.1 |
451 | 2025-02-13T04:30:43.432Z | Downloaded unsafe-libyaml v0.2.11 |
452 | 2025-02-13T04:30:43.435Z | Downloaded phf_shared v0.10.0 |
453 | 2025-02-13T04:30:43.435Z | Downloaded oso-derive v0.27.3 |
454 | 2025-02-13T04:30:43.435Z | Downloaded peg-macros v0.8.4 |
455 | 2025-02-13T04:30:43.438Z | Downloaded dropshot_endpoint v0.15.1 |
456 | 2025-02-13T04:30:43.440Z | Downloaded derive-where v1.2.7 |
457 | 2025-02-13T04:30:43.443Z | Downloaded utf-8 v0.7.6 |
458 | 2025-02-13T04:30:43.446Z | Downloaded p521 v0.13.3 |
459 | 2025-02-13T04:30:43.449Z | Downloaded usdt-impl v0.5.0 |
460 | 2025-02-13T04:30:43.451Z | Downloaded rustfmt-wrapper v0.2.1 |
461 | 2025-02-13T04:30:43.451Z | Downloaded env_filter v0.1.2 |
462 | 2025-02-13T04:30:43.454Z | Downloaded dirs-next v2.0.0 |
463 | 2025-02-13T04:30:43.454Z | Downloaded strsim v0.11.1 |
464 | 2025-02-13T04:30:43.457Z | Downloaded strip-ansi-escapes v0.2.0 |
465 | 2025-02-13T04:30:43.457Z | Downloaded pkg-config v0.3.31 |
466 | 2025-02-13T04:30:43.460Z | Downloaded target-triple v0.1.3 |
467 | 2025-02-13T04:30:43.460Z | Downloaded pathdiff v0.2.3 |
468 | 2025-02-13T04:30:43.463Z | Downloaded russh-keys v0.45.0 |
469 | 2025-02-13T04:30:43.463Z | Downloaded num-iter v0.1.45 |
470 | 2025-02-13T04:30:43.466Z | Downloaded crossbeam-deque v0.8.5 |
471 | 2025-02-13T04:30:43.466Z | Downloaded tokio-stream v0.1.16 |
472 | 2025-02-13T04:30:43.470Z | Downloaded writeable v0.5.5 |
473 | 2025-02-13T04:30:43.472Z | Downloaded tokio-tungstenite v0.21.0 |
474 | 2025-02-13T04:30:43.475Z | Downloaded hashbrown v0.13.2 |
475 | 2025-02-13T04:30:43.478Z | Downloaded tokio-util v0.7.12 |
476 | 2025-02-13T04:30:43.484Z | Downloaded downcast v0.11.0 |
477 | 2025-02-13T04:30:43.489Z | Downloaded darling_macro v0.20.10 |
478 | 2025-02-13T04:30:43.489Z | Downloaded toml_edit v0.19.15 |
479 | 2025-02-13T04:30:43.502Z | Downloaded tower-service v0.3.3 |
480 | 2025-02-13T04:30:43.504Z | Downloaded scopeguard v1.2.0 |
481 | 2025-02-13T04:30:43.504Z | Downloaded rustc_version v0.4.1 |
482 | 2025-02-13T04:30:43.507Z | Downloaded rand_core v0.6.4 |
483 | 2025-02-13T04:30:43.507Z | Downloaded r2d2 v0.8.10 |
484 | 2025-02-13T04:30:43.510Z | Downloaded flagset v0.4.6 |
485 | 2025-02-13T04:30:43.510Z | Downloaded blake3 v1.5.4 |
486 | 2025-02-13T04:30:43.519Z | Downloaded instant v0.1.13 |
487 | 2025-02-13T04:30:43.522Z | Downloaded env_logger v0.10.2 |
488 | 2025-02-13T04:30:43.523Z | Downloaded mockall v0.13.0 |
489 | 2025-02-13T04:30:43.525Z | Downloaded tokio-tungstenite v0.24.0 |
490 | 2025-02-13T04:30:43.525Z | Downloaded tinystr v0.7.6 |
491 | 2025-02-13T04:30:43.528Z | Downloaded phf_generator v0.11.2 |
492 | 2025-02-13T04:30:43.528Z | Downloaded path-tree v0.8.1 |
493 | 2025-02-13T04:30:43.531Z | Downloaded num-rational v0.4.2 |
494 | 2025-02-13T04:30:43.531Z | Downloaded prettyplease v0.2.25 |
495 | 2025-02-13T04:30:43.535Z | Downloaded typify-macro v0.2.0 |
496 | 2025-02-13T04:30:43.538Z | Downloaded tui-tree-widget v0.22.0 |
497 | 2025-02-13T04:30:43.538Z | Downloaded phf v0.11.2 |
498 | 2025-02-13T04:30:43.538Z | Downloaded zerocopy-derive v0.7.35 |
499 | 2025-02-13T04:30:43.542Z | Downloaded parse-size v1.1.0 |
500 | 2025-02-13T04:30:43.545Z | Downloaded nested v0.1.1 |
501 | 2025-02-13T04:30:43.545Z | Downloaded ryu v1.0.18 |
502 | 2025-02-13T04:30:43.548Z | Downloaded rpassword v7.3.1 |
503 | 2025-02-13T04:30:43.551Z | Downloaded pretty_assertions v1.4.1 |
504 | 2025-02-13T04:30:43.551Z | Downloaded fancy-regex v0.13.0 |
505 | 2025-02-13T04:30:43.555Z | Downloaded data-encoding v2.6.0 |
506 | 2025-02-13T04:30:43.558Z | Downloaded schemars v0.8.21 |
507 | 2025-02-13T04:30:43.567Z | Downloaded diesel_derives v2.2.3 |
508 | 2025-02-13T04:30:43.571Z | Downloaded libm v0.2.8 |
509 | 2025-02-13T04:30:43.578Z | Downloaded linked-hash-map v0.5.6 |
510 | 2025-02-13T04:30:43.581Z | Downloaded internet-checksum v0.2.1 |
511 | 2025-02-13T04:30:43.581Z | Downloaded instability v0.3.2 |
512 | 2025-02-13T04:30:43.584Z | Downloaded tinytemplate v1.2.1 |
513 | 2025-02-13T04:30:43.584Z | Downloaded target-spec v3.3.1 |
514 | 2025-02-13T04:30:43.587Z | Downloaded memchr v2.7.4 |
515 | 2025-02-13T04:30:43.591Z | Downloaded keccak v0.1.5 |
516 | 2025-02-13T04:30:43.593Z | Downloaded zopfli v0.8.1 |
517 | 2025-02-13T04:30:43.596Z | Downloaded pest_generator v2.7.14 |
518 | 2025-02-13T04:30:43.596Z | Downloaded tokio-postgres v0.7.12 |
519 | 2025-02-13T04:30:43.600Z | Downloaded want v0.3.1 |
520 | 2025-02-13T04:30:43.605Z | Downloaded waitgroup v0.1.2 |
521 | 2025-02-13T04:30:43.605Z | Downloaded progenitor v0.8.0 |
522 | 2025-02-13T04:30:43.608Z | Downloaded derive_more v0.99.18 |
523 | 2025-02-13T04:30:43.610Z | Downloaded env_logger v0.11.5 |
524 | 2025-02-13T04:30:43.613Z | Downloaded clap_lex v0.7.4 |
525 | 2025-02-13T04:30:43.613Z | Downloaded typify v0.3.0 |
526 | 2025-02-13T04:30:43.616Z | Downloaded num-bigint v0.4.6 |
527 | 2025-02-13T04:30:43.620Z | Downloaded spin v0.9.8 |
528 | 2025-02-13T04:30:43.624Z | Downloaded newtype_derive v0.1.6 |
529 | 2025-02-13T04:30:43.627Z | Downloaded write16 v1.0.0 |
530 | 2025-02-13T04:30:43.627Z | Downloaded aws-lc-rs v1.10.0 |
531 | 2025-02-13T04:30:43.634Z | Downloaded psl-types v2.0.11 |
532 | 2025-02-13T04:30:43.637Z | Downloaded newline-converter v0.3.0 |
533 | 2025-02-13T04:30:43.637Z | Downloaded structmeta-derive v0.3.0 |
534 | 2025-02-13T04:30:43.639Z | Downloaded structmeta-derive v0.2.0 |
535 | 2025-02-13T04:30:43.640Z | Downloaded similar-asserts v1.6.0 |
536 | 2025-02-13T04:30:43.642Z | Downloaded nanorand v0.7.0 |
537 | 2025-02-13T04:30:43.645Z | Downloaded serde v1.0.217 |
538 | 2025-02-13T04:30:43.648Z | Downloaded scroll v0.12.0 |
539 | 2025-02-13T04:30:43.648Z | Downloaded rustls-webpki v0.101.7 |
540 | 2025-02-13T04:30:43.660Z | Downloaded zone_cfg_derive v0.1.2 |
541 | 2025-02-13T04:30:43.663Z | Downloaded lalrpop-util v0.19.12 |
542 | 2025-02-13T04:30:43.663Z | Downloaded hyper v1.5.2 |
543 | 2025-02-13T04:30:43.668Z | Downloaded futures-util v0.3.31 |
544 | 2025-02-13T04:30:43.679Z | Downloaded tempfile v3.13.0 |
545 | 2025-02-13T04:30:43.682Z | Downloaded event-listener-strategy v0.5.2 |
546 | 2025-02-13T04:30:43.685Z | Downloaded nibble_vec v0.1.0 |
547 | 2025-02-13T04:30:43.685Z | Downloaded new_debug_unreachable v1.0.6 |
548 | 2025-02-13T04:30:43.689Z | Downloaded ecdsa v0.16.9 |
549 | 2025-02-13T04:30:43.689Z | Downloaded mockall_derive v0.13.0 |
550 | 2025-02-13T04:30:43.691Z | Downloaded sqlparser_derive v0.2.2 |
551 | 2025-02-13T04:30:43.691Z | Downloaded proc-macro-error-attr v1.0.4 |
552 | 2025-02-13T04:30:43.691Z | Downloaded target-lexicon v0.12.16 |
553 | 2025-02-13T04:30:43.694Z | Downloaded siphasher v0.3.11 |
554 | 2025-02-13T04:30:43.697Z | Downloaded clap_derive v4.5.24 |
555 | 2025-02-13T04:30:43.699Z | Downloaded slog-async v2.8.0 |
556 | 2025-02-13T04:30:43.699Z | Downloaded tabwriter v1.4.0 |
557 | 2025-02-13T04:30:43.702Z | Downloaded tough v0.19.0 |
558 | 2025-02-13T04:30:43.708Z | Downloaded toolchain_find v0.4.0 |
559 | 2025-02-13T04:30:43.711Z | Downloaded tokio-rustls v0.25.0 |
560 | 2025-02-13T04:30:43.713Z | Downloaded wait-timeout v0.2.0 |
561 | 2025-02-13T04:30:43.714Z | Downloaded ron v0.7.1 |
562 | 2025-02-13T04:30:43.717Z | Downloaded xattr v1.3.1 |
563 | 2025-02-13T04:30:43.721Z | Downloaded publicsuffix v2.3.0 |
564 | 2025-02-13T04:30:43.724Z | Downloaded convert_case v0.4.0 |
565 | 2025-02-13T04:30:43.724Z | Downloaded const_format v0.2.34 |
566 | 2025-02-13T04:30:43.728Z | Downloaded similar v2.6.0 |
567 | 2025-02-13T04:30:43.732Z | Downloaded bitvec v1.0.1 |
568 | 2025-02-13T04:30:43.746Z | Downloaded indoc v2.0.5 |
569 | 2025-02-13T04:30:43.750Z | Downloaded tinyvec_macros v0.1.1 |
570 | 2025-02-13T04:30:43.750Z | Downloaded indoc v1.0.9 |
571 | 2025-02-13T04:30:43.753Z | Downloaded lockfree-object-pool v0.1.6 |
572 | 2025-02-13T04:30:43.755Z | Downloaded errno v0.3.9 |
573 | 2025-02-13T04:30:43.758Z | Downloaded sqlformat v0.2.6 |
574 | 2025-02-13T04:30:43.758Z | Downloaded quick-error v1.2.3 |
575 | 2025-02-13T04:30:43.761Z | Downloaded async-std v1.13.0 |
576 | 2025-02-13T04:30:43.780Z | Downloaded equivalent v1.0.1 |
577 | 2025-02-13T04:30:43.782Z | Downloaded ppv-lite86 v0.2.20 |
578 | 2025-02-13T04:30:43.782Z | Downloaded plotters-svg v0.3.7 |
579 | 2025-02-13T04:30:43.782Z | Downloaded percent-encoding v2.3.1 |
580 | 2025-02-13T04:30:43.782Z | Downloaded olpc-cjson v0.1.4 |
581 | 2025-02-13T04:30:43.786Z | Downloaded unicode-linebreak v0.1.5 |
582 | 2025-02-13T04:30:43.786Z | Downloaded strum_macros v0.24.3 |
583 | 2025-02-13T04:30:43.788Z | Downloaded rustc-hash v1.1.0 |
584 | 2025-02-13T04:30:43.789Z | Downloaded slog-json v2.6.1 |
585 | 2025-02-13T04:30:43.791Z | Downloaded darling_core v0.20.10 |
586 | 2025-02-13T04:30:43.794Z | Downloaded num-bigint-dig v0.8.4 |
587 | 2025-02-13T04:30:43.798Z | Downloaded sync_wrapper v1.0.1 |
588 | 2025-02-13T04:30:43.802Z | Downloaded slog-scope v4.4.0 |
589 | 2025-02-13T04:30:43.802Z | Downloaded thiserror-no-std v2.0.2 |
590 | 2025-02-13T04:30:43.805Z | Downloaded thiserror-impl-no-std v2.0.2 |
591 | 2025-02-13T04:30:43.808Z | Downloaded thiserror-impl v2.0.11 |
592 | 2025-02-13T04:30:43.808Z | Downloaded zone_cfg_derive v0.3.0 |
593 | 2025-02-13T04:30:43.810Z | Downloaded console v0.15.10 |
594 | 2025-02-13T04:30:43.813Z | Downloaded papergrid v0.11.0 |
595 | 2025-02-13T04:30:43.816Z | Downloaded scroll_derive v0.12.0 |
596 | 2025-02-13T04:30:43.818Z | Downloaded fallible-iterator v0.2.0 |
597 | 2025-02-13T04:30:43.818Z | Downloaded ssh-key v0.6.6 |
598 | 2025-02-13T04:30:43.825Z | Downloaded postgres-types v0.2.8 |
599 | 2025-02-13T04:30:43.829Z | Downloaded is-terminal v0.4.13 |
600 | 2025-02-13T04:30:43.832Z | Downloaded ipnetwork v0.20.0 |
601 | 2025-02-13T04:30:43.832Z | Downloaded reedline v0.35.0 |
602 | 2025-02-13T04:30:43.838Z | Downloaded same-file v1.0.6 |
603 | 2025-02-13T04:30:43.841Z | Downloaded const-oid v0.9.6 |
604 | 2025-02-13T04:30:43.843Z | Downloaded portable-atomic v1.9.0 |
605 | 2025-02-13T04:30:43.848Z | Downloaded thiserror-impl v1.0.69 |
606 | 2025-02-13T04:30:43.850Z | Downloaded subtle v2.6.1 |
607 | 2025-02-13T04:30:43.851Z | Downloaded time-macros v0.2.18 |
608 | 2025-02-13T04:30:43.853Z | Downloaded cookie v0.18.1 |
609 | 2025-02-13T04:30:43.858Z | Downloaded defmt-parser v0.3.4 |
610 | 2025-02-13T04:30:43.863Z | Downloaded rustls-native-certs v0.7.3 |
611 | 2025-02-13T04:30:43.863Z | Downloaded dof v0.3.0 |
612 | 2025-02-13T04:30:43.864Z | Downloaded parse-display-derive v0.10.0 |
613 | 2025-02-13T04:30:43.866Z | Downloaded snafu v0.8.5 |
614 | 2025-02-13T04:30:43.869Z | Downloaded cstr-argument v0.1.2 |
615 | 2025-02-13T04:30:43.869Z | Downloaded lazycell v1.3.0 |
616 | 2025-02-13T04:30:43.869Z | Downloaded difflib v0.4.0 |
617 | 2025-02-13T04:30:43.872Z | Downloaded crc-catalog v2.4.0 |
618 | 2025-02-13T04:30:43.872Z | Downloaded precomputed-hash v0.1.1 |
619 | 2025-02-13T04:30:43.872Z | Downloaded schemars_derive v0.8.21 |
620 | 2025-02-13T04:30:43.875Z | Downloaded colored v2.1.0 |
621 | 2025-02-13T04:30:43.879Z | Downloaded ipnet v2.10.1 |
622 | 2025-02-13T04:30:43.879Z | Downloaded pem-rfc7468 v0.7.0 |
623 | 2025-02-13T04:30:43.881Z | Downloaded cmake v0.1.51 |
624 | 2025-02-13T04:30:43.881Z | Downloaded topological-sort v0.2.2 |
625 | 2025-02-13T04:30:43.881Z | Downloaded event-listener v5.3.1 |
626 | 2025-02-13T04:30:43.884Z | Downloaded mime_guess v2.0.5 |
627 | 2025-02-13T04:30:43.887Z | Downloaded openssl-sys v0.9.105 |
628 | 2025-02-13T04:30:43.890Z | Downloaded number_prefix v0.4.0 |
629 | 2025-02-13T04:30:43.893Z | Downloaded num_threads v0.1.7 |
630 | 2025-02-13T04:30:43.893Z | Downloaded diesel-dtrace v0.4.2 |
631 | 2025-02-13T04:30:43.896Z | Downloaded slog-dtrace v0.3.0 |
632 | 2025-02-13T04:30:43.896Z | Downloaded pretty-hex v0.4.1 |
633 | 2025-02-13T04:30:43.896Z | Downloaded maplit v1.0.2 |
634 | 2025-02-13T04:30:43.899Z | Downloaded is_terminal_polyfill v1.70.1 |
635 | 2025-02-13T04:30:43.899Z | Downloaded crypto-common v0.1.6 |
636 | 2025-02-13T04:30:43.902Z | Downloaded synstructure v0.13.1 |
637 | 2025-02-13T04:30:43.902Z | Downloaded once_cell v1.20.2 |
638 | 2025-02-13T04:30:43.904Z | Downloaded tinyvec v1.8.0 |
639 | 2025-02-13T04:30:43.907Z | Downloaded indicatif v0.17.11 |
640 | 2025-02-13T04:30:43.909Z | Downloaded utf8parse v0.2.2 |
641 | 2025-02-13T04:30:43.912Z | Downloaded serde_regex v1.1.0 |
642 | 2025-02-13T04:30:43.912Z | Downloaded managed v0.8.0 |
643 | 2025-02-13T04:30:43.915Z | Downloaded utf8_iter v1.0.4 |
644 | 2025-02-13T04:30:43.915Z | Downloaded crc-any v2.5.0 |
645 | 2025-02-13T04:30:43.918Z | Downloaded h2 v0.4.6 |
646 | 2025-02-13T04:30:43.921Z | Downloaded derive_builder_macro v0.20.2 |
647 | 2025-02-13T04:30:43.926Z | Downloaded embedded-io v0.6.1 |
648 | 2025-02-13T04:30:43.926Z | Downloaded defmt v0.3.8 |
649 | 2025-02-13T04:30:43.929Z | Downloaded zeroize_derive v1.4.2 |
650 | 2025-02-13T04:30:43.929Z | Downloaded colorchoice v1.0.2 |
651 | 2025-02-13T04:30:43.929Z | Downloaded tokio-tungstenite v0.26.1 |
652 | 2025-02-13T04:30:43.932Z | Downloaded tokio-rustls v0.24.1 |
653 | 2025-02-13T04:30:43.934Z | Downloaded tracing v0.1.40 |
654 | 2025-02-13T04:30:43.937Z | Downloaded unicode-ident v1.0.14 |
655 | 2025-02-13T04:30:43.941Z | Downloaded zerovec-derive v0.10.3 |
656 | 2025-02-13T04:30:43.946Z | Downloaded debug-ignore v1.0.5 |
657 | 2025-02-13T04:30:43.946Z | Downloaded syn v1.0.109 |
658 | 2025-02-13T04:30:43.952Z | Downloaded petname v2.0.2 |
659 | 2025-02-13T04:30:43.958Z | Downloaded num_enum_derive v0.5.11 |
660 | 2025-02-13T04:30:43.960Z | Downloaded piper v0.2.4 |
661 | 2025-02-13T04:30:43.960Z | Downloaded termtree v0.4.1 |
662 | 2025-02-13T04:30:43.963Z | Downloaded oorandom v11.1.4 |
663 | 2025-02-13T04:30:43.963Z | Downloaded num_enum v0.5.11 |
664 | 2025-02-13T04:30:43.967Z | Downloaded relative-path v1.9.3 |
665 | 2025-02-13T04:30:43.969Z | Downloaded lru-cache v0.1.2 |
666 | 2025-02-13T04:30:43.969Z | Downloaded datatest-stable v0.2.9 |
667 | 2025-02-13T04:30:43.972Z | Downloaded rustc-demangle v0.1.24 |
668 | 2025-02-13T04:30:43.975Z | Downloaded rust-argon2 v2.1.0 |
669 | 2025-02-13T04:30:43.975Z | Downloaded simd-adler32 v0.3.7 |
670 | 2025-02-13T04:30:43.977Z | Downloaded usdt v0.5.0 |
671 | 2025-02-13T04:30:43.977Z | Downloaded untrusted v0.9.0 |
672 | 2025-02-13T04:30:43.980Z | Downloaded tabled_derive v0.7.0 |
673 | 2025-02-13T04:30:43.980Z | Downloaded pretty-hex v0.2.1 |
674 | 2025-02-13T04:30:43.980Z | Downloaded quote v1.0.38 |
675 | 2025-02-13T04:30:43.983Z | Downloaded subprocess v0.2.9 |
676 | 2025-02-13T04:30:43.986Z | Downloaded jobserver v0.1.32 |
677 | 2025-02-13T04:30:43.988Z | Downloaded log v0.4.22 |
678 | 2025-02-13T04:30:43.991Z | Downloaded libxml v0.3.3 |
679 | 2025-02-13T04:30:43.994Z | Downloaded termtree v0.5.1 |
680 | 2025-02-13T04:30:43.997Z | Downloaded lru v0.12.5 |
681 | 2025-02-13T04:30:43.997Z | Downloaded pest_derive v2.7.14 |
682 | 2025-02-13T04:30:43.999Z | Downloaded yoke v0.7.4 |
683 | 2025-02-13T04:30:44.002Z | Downloaded proc-macro-error v1.0.4 |
684 | 2025-02-13T04:30:44.005Z | Downloaded parking_lot v0.11.2 |
685 | 2025-02-13T04:30:44.007Z | Downloaded parse-display v0.10.0 |
686 | 2025-02-13T04:30:44.008Z | Downloaded samael v0.0.17 |
687 | 2025-02-13T04:30:44.013Z | Downloaded num_cpus v1.16.0 |
688 | 2025-02-13T04:30:44.016Z | Downloaded owo-colors v4.1.0 |
689 | 2025-02-13T04:30:44.018Z | Downloaded paste v1.0.15 |
690 | 2025-02-13T04:30:44.021Z | Downloaded tracing-core v0.1.32 |
691 | 2025-02-13T04:30:44.024Z | Downloaded toml_edit v0.22.22 |
692 | 2025-02-13T04:30:44.041Z | Downloaded term v0.7.0 |
693 | 2025-02-13T04:30:44.044Z | Downloaded thiserror v2.0.11 |
694 | 2025-02-13T04:30:44.049Z | Downloaded zeroize v1.8.1 |
695 | 2025-02-13T04:30:44.052Z | Downloaded salsa20 v0.10.2 |
696 | 2025-02-13T04:30:44.052Z | Downloaded git2 v0.19.0 |
697 | 2025-02-13T04:30:44.060Z | Downloaded pin-project-internal v1.1.6 |
698 | 2025-02-13T04:30:44.063Z | Downloaded scheduled-thread-pool v0.2.7 |
699 | 2025-02-13T04:30:44.063Z | Downloaded libloading v0.8.5 |
700 | 2025-02-13T04:30:44.066Z | Downloaded derive_builder v0.20.2 |
701 | 2025-02-13T04:30:44.068Z | Downloaded rusqlite v0.32.1 |
702 | 2025-02-13T04:30:44.076Z | Downloaded num-traits v0.2.19 |
703 | 2025-02-13T04:30:44.080Z | Downloaded trybuild v1.0.101 |
704 | 2025-02-13T04:30:44.083Z | Downloaded zerocopy v0.8.10 |
705 | 2025-02-13T04:30:44.103Z | Downloaded password-hash v0.5.0 |
706 | 2025-02-13T04:30:44.106Z | Downloaded der v0.7.9 |
707 | 2025-02-13T04:30:44.109Z | Downloaded serde_derive v1.0.217 |
708 | 2025-02-13T04:30:44.111Z | Downloaded slog v2.7.0 |
709 | 2025-02-13T04:30:44.114Z | Downloaded tungstenite v0.24.0 |
710 | 2025-02-13T04:30:44.117Z | Downloaded crossterm v0.28.1 |
711 | 2025-02-13T04:30:44.122Z | Downloaded zip v2.1.3 |
712 | 2025-02-13T04:30:44.126Z | Downloaded curve25519-dalek v4.1.3 |
713 | 2025-02-13T04:30:44.135Z | Downloaded derive_builder_core v0.20.2 |
714 | 2025-02-13T04:30:44.138Z | Downloaded crossbeam-channel v0.5.13 |
715 | 2025-02-13T04:30:44.141Z | Downloaded qorb v0.2.1 |
716 | 2025-02-13T04:30:44.144Z | Downloaded typed-path v0.9.3 |
717 | 2025-02-13T04:30:44.149Z | Downloaded parse-zoneinfo v0.3.1 |
718 | 2025-02-13T04:30:44.152Z | Downloaded unicode-segmentation v1.12.0 |
719 | 2025-02-13T04:30:44.155Z | Downloaded vcpkg v0.2.15 |
720 | 2025-02-13T04:30:44.217Z | Downloaded uuid v1.12.0 |
721 | 2025-02-13T04:30:44.221Z | Downloaded elliptic-curve v0.13.8 |
722 | 2025-02-13T04:30:44.226Z | Downloaded openapiv3 v2.0.0 |
723 | 2025-02-13T04:30:44.237Z | Downloaded pest_meta v2.7.14 |
724 | 2025-02-13T04:30:44.242Z | Downloaded rustls v0.22.4 |
725 | 2025-02-13T04:30:44.253Z | Downloaded quinn v0.11.5 |
726 | 2025-02-13T04:30:44.256Z | Downloaded radix_trie v0.2.1 |
727 | 2025-02-13T04:30:44.263Z | Downloaded nix v0.28.0 |
728 | 2025-02-13T04:30:44.273Z | Downloaded chrono-tz v0.10.1 |
729 | 2025-02-13T04:30:44.286Z | Downloaded tungstenite v0.26.1 |
730 | 2025-02-13T04:30:44.289Z | Downloaded openssl v0.10.70 |
731 | 2025-02-13T04:30:44.299Z | Downloaded reqwest v0.12.9 |
732 | 2025-02-13T04:30:44.309Z | Downloaded unicode-normalization v0.1.24 |
733 | 2025-02-13T04:30:44.312Z | Downloaded tabled v0.15.0 |
734 | 2025-02-13T04:30:44.330Z | Downloaded tungstenite v0.21.0 |
735 | 2025-02-13T04:30:44.333Z | Downloaded rustls v0.21.12 |
736 | 2025-02-13T04:30:44.343Z | Downloaded polar-core v0.27.3 |
737 | 2025-02-13T04:30:44.351Z | Downloaded nix v0.27.1 |
738 | 2025-02-13T04:30:44.362Z | Downloaded object v0.30.4 |
739 | 2025-02-13T04:30:44.373Z | Downloaded rustls v0.23.19 |
740 | 2025-02-13T04:30:44.384Z | Downloaded gimli v0.31.1 |
741 | 2025-02-13T04:30:44.392Z | Downloaded smoltcp v0.11.0 |
742 | 2025-02-13T04:30:44.404Z | Downloaded dropshot v0.15.1 |
743 | 2025-02-13T04:30:44.426Z | Downloaded regex v1.11.1 |
744 | 2025-02-13T04:30:44.438Z | Downloaded unicode-width v0.2.0 |
745 | 2025-02-13T04:30:44.443Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
746 | 2025-02-13T04:30:44.456Z | Downloaded itertools v0.13.0 |
747 | 2025-02-13T04:30:44.464Z | Downloaded itertools v0.12.1 |
748 | 2025-02-13T04:30:44.470Z | Downloaded p384 v0.13.0 |
749 | 2025-02-13T04:30:44.476Z | Downloaded clap_builder v4.5.27 |
750 | 2025-02-13T04:30:44.482Z | Downloaded winnow v0.6.20 |
751 | 2025-02-13T04:30:44.492Z | Downloaded winnow v0.5.40 |
752 | 2025-02-13T04:30:44.501Z | Downloaded lalrpop v0.19.12 |
753 | 2025-02-13T04:30:44.512Z | Downloaded proptest v1.5.0 |
754 | 2025-02-13T04:30:44.523Z | Downloaded dropshot v0.12.0 |
755 | 2025-02-13T04:30:44.542Z | Downloaded ratatui v0.28.1 |
756 | 2025-02-13T04:30:44.562Z | Downloaded syn v2.0.96 |
757 | 2025-02-13T04:30:44.574Z | Downloaded zerovec v0.10.4 |
758 | 2025-02-13T04:30:44.581Z | Downloaded nix v0.29.0 |
759 | 2025-02-13T04:30:44.592Z | Downloaded serde_json v1.0.135 |
760 | 2025-02-13T04:30:44.599Z | Downloaded quinn-proto v0.11.8 |
761 | 2025-02-13T04:30:44.606Z | Downloaded hickory-proto v0.24.3 |
762 | 2025-02-13T04:30:44.621Z | Downloaded regex-syntax v0.6.29 |
763 | 2025-02-13T04:30:44.628Z | Downloaded webpki-roots v0.26.6 |
764 | 2025-02-13T04:30:44.631Z | Downloaded regress v0.9.1 |
765 | 2025-02-13T04:30:44.640Z | Downloaded unicode-width v0.1.14 |
766 | 2025-02-13T04:30:44.646Z | Downloaded csv v1.3.1 |
767 | 2025-02-13T04:30:44.666Z | Downloaded quick-xml v0.33.0 |
768 | 2025-02-13T04:30:44.672Z | Downloaded bstr v1.10.0 |
769 | 2025-02-13T04:30:44.682Z | Downloaded smoltcp v0.9.1 |
770 | 2025-02-13T04:30:44.692Z | Downloaded regex-syntax v0.8.5 |
771 | 2025-02-13T04:30:44.701Z | Downloaded object v0.36.5 |
772 | 2025-02-13T04:30:44.714Z | Downloaded yasna v0.5.2 |
773 | 2025-02-13T04:30:44.716Z | Downloaded sqlparser v0.45.0 |
774 | 2025-02-13T04:30:44.721Z | Downloaded expectorate v1.1.0 |
775 | 2025-02-13T04:30:44.724Z | Downloaded des v0.8.1 |
776 | 2025-02-13T04:30:44.728Z | Downloaded rustc_version v0.1.7 |
777 | 2025-02-13T04:30:44.728Z | Downloaded zip v0.6.6 |
778 | 2025-02-13T04:30:44.731Z | Downloaded rfc6979 v0.4.0 |
779 | 2025-02-13T04:30:44.734Z | Downloaded mime v0.3.17 |
780 | 2025-02-13T04:30:44.734Z | Downloaded libefi-sys v0.1.0 |
781 | 2025-02-13T04:30:44.737Z | Downloaded yansi v1.0.1 |
782 | 2025-02-13T04:30:44.740Z | Downloaded url v2.5.3 |
783 | 2025-02-13T04:30:44.743Z | Downloaded mio v1.0.2 |
784 | 2025-02-13T04:30:44.746Z | Downloaded salty v0.3.0 |
785 | 2025-02-13T04:30:44.753Z | Downloaded regress v0.10.1 |
786 | 2025-02-13T04:30:44.762Z | Downloaded diesel v2.2.6 |
787 | 2025-02-13T04:30:44.783Z | Downloaded time v0.3.36 |
788 | 2025-02-13T04:30:44.788Z | Downloaded slog-bunyan v2.5.0 |
789 | 2025-02-13T04:30:44.791Z | Downloaded serde_path_to_error v0.1.16 |
790 | 2025-02-13T04:30:44.791Z | Downloaded digest v0.10.7 |
791 | 2025-02-13T04:30:44.794Z | Downloaded rayon v1.10.0 |
792 | 2025-02-13T04:30:44.801Z | Downloaded icu_properties_data v1.5.0 |
793 | 2025-02-13T04:30:44.813Z | Downloaded phf_shared v0.11.2 |
794 | 2025-02-13T04:30:44.822Z | Downloaded predicates v3.1.2 |
795 | 2025-02-13T04:30:44.825Z | Downloaded parking v2.2.1 |
796 | 2025-02-13T04:30:44.825Z | Downloaded der_derive v0.7.3 |
797 | 2025-02-13T04:30:44.825Z | Downloaded partial-io v0.5.4 |
798 | 2025-02-13T04:30:44.825Z | Downloaded omicron-zone-package v0.12.0 |
799 | 2025-02-13T04:30:44.831Z | Downloaded zerofrom-derive v0.1.4 |
800 | 2025-02-13T04:30:44.831Z | Downloaded ed25519 v2.2.3 |
801 | 2025-02-13T04:30:44.831Z | Downloaded serde_spanned v0.6.8 |
802 | 2025-02-13T04:30:44.837Z | Downloaded serde-hex v0.1.0 |
803 | 2025-02-13T04:30:44.837Z | Downloaded rustc-hash v2.0.0 |
804 | 2025-02-13T04:30:44.837Z | Downloaded plotters v0.3.7 |
805 | 2025-02-13T04:30:44.841Z | Downloaded embedded-io v0.4.0 |
806 | 2025-02-13T04:30:44.845Z | Downloaded defmt-macros v0.3.9 |
807 | 2025-02-13T04:30:44.852Z | Downloaded memmap2 v0.9.5 |
808 | 2025-02-13T04:30:44.852Z | Downloaded hkdf v0.12.4 |
809 | 2025-02-13T04:30:44.859Z | Downloaded goblin v0.8.2 |
810 | 2025-02-13T04:30:44.862Z | Downloaded memoffset v0.9.1 |
811 | 2025-02-13T04:30:44.862Z | Downloaded xz2 v0.1.7 |
812 | 2025-02-13T04:30:44.862Z | Downloaded litrs v0.4.1 |
813 | 2025-02-13T04:30:44.862Z | Downloaded zerocopy v0.7.35 |
814 | 2025-02-13T04:30:44.879Z | Downloaded rustix v0.38.37 |
815 | 2025-02-13T04:30:44.902Z | Downloaded typify-impl v0.2.0 |
816 | 2025-02-13T04:30:44.917Z | Downloaded resolv-conf v0.7.0 |
817 | 2025-02-13T04:30:44.920Z | Downloaded zerocopy-derive v0.6.6 |
818 | 2025-02-13T04:30:44.928Z | Downloaded dropshot_endpoint v0.12.0 |
819 | 2025-02-13T04:30:44.930Z | Downloaded structmeta v0.3.0 |
820 | 2025-02-13T04:30:44.934Z | Downloaded serde_repr v0.1.19 |
821 | 2025-02-13T04:30:44.934Z | Downloaded walkdir v2.5.0 |
822 | 2025-02-13T04:30:44.936Z | Downloaded ron v0.8.1 |
823 | 2025-02-13T04:30:44.948Z | Downloaded unicode-properties v0.1.3 |
824 | 2025-02-13T04:30:44.948Z | Downloaded minimal-lexical v0.2.1 |
825 | 2025-02-13T04:30:44.953Z | Downloaded criterion v0.5.1 |
826 | 2025-02-13T04:30:44.958Z | Downloaded num-integer v0.1.46 |
827 | 2025-02-13T04:30:44.958Z | Downloaded num-derive v0.4.2 |
828 | 2025-02-13T04:30:44.963Z | Downloaded postgres-protocol v0.6.7 |
829 | 2025-02-13T04:30:44.963Z | Downloaded plotters-backend v0.3.7 |
830 | 2025-02-13T04:30:44.963Z | Downloaded miniz_oxide v0.8.0 |
831 | 2025-02-13T04:30:44.966Z | Downloaded flume v0.11.1 |
832 | 2025-02-13T04:30:44.966Z | Downloaded rustyline v14.0.0 |
833 | 2025-02-13T04:30:44.971Z | Downloaded rustls-webpki v0.102.8 |
834 | 2025-02-13T04:30:44.990Z | Downloaded typify-impl v0.3.0 |
835 | 2025-02-13T04:30:45.004Z | Downloaded constant_time_eq v0.3.1 |
836 | 2025-02-13T04:30:45.007Z | Downloaded typify-macro v0.3.0 |
837 | 2025-02-13T04:30:45.007Z | Downloaded rand_distr v0.4.3 |
838 | 2025-02-13T04:30:45.009Z | Downloaded russh v0.45.0 |
839 | 2025-02-13T04:30:45.016Z | Downloaded chrono v0.4.39 |
840 | 2025-02-13T04:30:45.023Z | Downloaded sled v0.34.7 |
841 | 2025-02-13T04:30:45.039Z | Downloaded wyz v0.5.1 |
842 | 2025-02-13T04:30:45.041Z | Downloaded regex-automata v0.4.8 |
843 | 2025-02-13T04:30:45.057Z | Downloaded native-tls v0.2.12 |
844 | 2025-02-13T04:30:45.060Z | Downloaded tracing-attributes v0.1.27 |
845 | 2025-02-13T04:30:45.063Z | Downloaded thread-id v4.2.2 |
846 | 2025-02-13T04:30:45.063Z | Downloaded spki v0.7.3 |
847 | 2025-02-13T04:30:45.065Z | Downloaded crossbeam-epoch v0.9.18 |
848 | 2025-02-13T04:30:45.069Z | Downloaded itertools v0.10.5 |
849 | 2025-02-13T04:30:45.074Z | Downloaded hashbrown v0.14.5 |
850 | 2025-02-13T04:30:45.079Z | Downloaded bindgen v0.69.5 |
851 | 2025-02-13T04:30:45.086Z | Downloaded uzers v0.12.1 |
852 | 2025-02-13T04:30:45.091Z | Downloaded serde_derive_internals v0.29.1 |
853 | 2025-02-13T04:30:45.097Z | Downloaded plain v0.2.3 |
854 | 2025-02-13T04:30:45.097Z | Downloaded strum_macros v0.26.4 |
855 | 2025-02-13T04:30:45.097Z | Downloaded strum_macros v0.25.3 |
856 | 2025-02-13T04:30:45.100Z | Downloaded shell-words v1.1.0 |
857 | 2025-02-13T04:30:45.100Z | Downloaded sha2 v0.10.8 |
858 | 2025-02-13T04:30:45.100Z | Downloaded litemap v0.7.3 |
859 | 2025-02-13T04:30:45.102Z | Downloaded crossbeam-utils v0.8.20 |
860 | 2025-02-13T04:30:45.106Z | Downloaded snafu-derive v0.8.5 |
861 | 2025-02-13T04:30:45.106Z | Downloaded serde_tokenstream v0.2.2 |
862 | 2025-02-13T04:30:45.110Z | Downloaded nom v7.1.3 |
863 | 2025-02-13T04:30:45.113Z | Downloaded inout v0.1.3 |
864 | 2025-02-13T04:30:45.116Z | Downloaded enum-as-inner v0.6.1 |
865 | 2025-02-13T04:30:45.116Z | Downloaded p256 v0.13.2 |
866 | 2025-02-13T04:30:45.118Z | Downloaded steno v0.4.1 |
867 | 2025-02-13T04:30:45.123Z | Downloaded serde_with v3.11.0 |
868 | 2025-02-13T04:30:45.131Z | Downloaded tokio v1.43.0 |
869 | 2025-02-13T04:30:45.168Z | Downloaded idna v1.0.3 |
870 | 2025-02-13T04:30:45.172Z | Downloaded petgraph v0.6.5 |
871 | 2025-02-13T04:30:45.190Z | Downloaded lzma-sys v0.1.20 |
872 | 2025-02-13T04:30:45.222Z | Downloaded hashbrown v0.15.1 |
873 | 2025-02-13T04:30:45.227Z | Downloaded guppy v0.17.12 |
874 | 2025-02-13T04:30:45.235Z | Downloaded libz-sys v1.1.20 |
875 | 2025-02-13T04:30:45.253Z | Downloaded cipher v0.4.4 |
876 | 2025-02-13T04:30:45.256Z | Downloaded which v4.4.2 |
877 | 2025-02-13T04:30:45.259Z | Downloaded libc v0.2.169 |
878 | 2025-02-13T04:30:45.283Z | Downloaded rand_seeder v0.3.0 |
879 | 2025-02-13T04:30:45.287Z | Downloaded proc-macro-crate v3.2.0 |
880 | 2025-02-13T04:30:45.293Z | Downloaded sha3 v0.10.8 |
881 | 2025-02-13T04:30:45.298Z | Downloaded rayon-core v1.12.1 |
882 | 2025-02-13T04:30:45.298Z | Downloaded lock_api v0.4.12 |
883 | 2025-02-13T04:30:45.298Z | Downloaded signal-hook v0.3.17 |
884 | 2025-02-13T04:30:45.300Z | Downloaded crypto-bigint v0.5.5 |
885 | 2025-02-13T04:30:45.305Z | Downloaded pest v2.7.14 |
886 | 2025-02-13T04:30:45.312Z | Downloaded ucd-trie v0.1.7 |
887 | 2025-02-13T04:30:45.315Z | Downloaded macaddr v1.0.1 |
888 | 2025-02-13T04:30:45.318Z | Downloaded aho-corasick v1.1.3 |
889 | 2025-02-13T04:30:45.321Z | Downloaded fallible-iterator v0.3.0 |
890 | 2025-02-13T04:30:45.325Z | Downloaded either v1.13.0 |
891 | 2025-02-13T04:30:45.329Z | Downloaded document-features v0.2.10 |
892 | 2025-02-13T04:30:45.329Z | Downloaded sct v0.7.1 |
893 | 2025-02-13T04:30:45.334Z | Downloaded flate2 v1.0.35 |
894 | 2025-02-13T04:30:45.338Z | Downloaded diff v0.1.13 |
895 | 2025-02-13T04:30:45.345Z | Downloaded tokio-rustls v0.26.0 |
896 | 2025-02-13T04:30:45.345Z | Downloaded const_format_proc_macros v0.2.34 |
897 | 2025-02-13T04:30:45.348Z | Downloaded slog-stdlog v4.1.1 |
898 | 2025-02-13T04:30:45.348Z | Downloaded x509-cert v0.2.5 |
899 | 2025-02-13T04:30:45.352Z | Downloaded time-core v0.1.2 |
900 | 2025-02-13T04:30:45.356Z | Downloaded dyn-clone v1.0.17 |
901 | 2025-02-13T04:30:45.356Z | Downloaded dunce v1.0.5 |
902 | 2025-02-13T04:30:45.356Z | Downloaded icu_collections v1.5.0 |
903 | 2025-02-13T04:30:45.362Z | Downloaded aes-gcm v0.10.3 |
904 | 2025-02-13T04:30:45.365Z | Downloaded clang-sys v1.8.1 |
905 | 2025-02-13T04:30:45.368Z | Downloaded heapless v0.8.0 |
906 | 2025-02-13T04:30:45.371Z | Downloaded stable_deref_trait v1.2.0 |
907 | 2025-02-13T04:30:45.374Z | Downloaded dsl_auto_type v0.1.2 |
908 | 2025-02-13T04:30:45.374Z | Downloaded aes v0.8.4 |
909 | 2025-02-13T04:30:45.380Z | Downloaded textwrap v0.16.1 |
910 | 2025-02-13T04:30:45.383Z | Downloaded test-strategy v0.3.1 |
911 | 2025-02-13T04:30:45.386Z | Downloaded libsw v3.3.1 |
912 | 2025-02-13T04:30:45.388Z | Downloaded version_check v0.9.5 |
913 | 2025-02-13T04:30:45.391Z | Downloaded typify v0.2.0 |
914 | 2025-02-13T04:30:45.394Z | Downloaded toml v0.7.8 |
915 | 2025-02-13T04:30:45.397Z | Downloaded icu_provider v1.5.0 |
916 | 2025-02-13T04:30:45.400Z | Downloaded httpmock v0.8.0-alpha.1 |
917 | 2025-02-13T04:30:45.421Z | Downloaded bytes v1.9.0 |
918 | 2025-02-13T04:30:45.424Z | Downloaded maybe-uninit v2.0.0 |
919 | 2025-02-13T04:30:45.426Z | Downloaded encoding_rs v0.8.34 |
920 | 2025-02-13T04:30:45.447Z | Downloaded serde_with_macros v3.11.0 |
921 | 2025-02-13T04:30:45.450Z | Downloaded headers v0.4.0 |
922 | 2025-02-13T04:30:45.454Z | Downloaded base64 v0.22.1 |
923 | 2025-02-13T04:30:45.458Z | Downloaded fatfs v0.3.6 |
924 | 2025-02-13T04:30:45.462Z | Downloaded chacha20poly1305 v0.10.1 |
925 | 2025-02-13T04:30:45.466Z | Downloaded openssl-probe v0.1.5 |
926 | 2025-02-13T04:30:45.467Z | Downloaded utf16_iter v1.0.5 |
927 | 2025-02-13T04:30:45.467Z | Downloaded unicase v2.7.0 |
928 | 2025-02-13T04:30:45.469Z | Downloaded toml_datetime v0.6.8 |
929 | 2025-02-13T04:30:45.469Z | Downloaded dirs-sys-next v0.1.2 |
930 | 2025-02-13T04:30:45.469Z | Downloaded zone v0.3.0 |
931 | 2025-02-13T04:30:45.472Z | Downloaded tls_codec v0.4.1 |
932 | 2025-02-13T04:30:45.472Z | Downloaded curve25519-dalek-derive v0.1.1 |
933 | 2025-02-13T04:30:45.475Z | Downloaded ctr v0.9.2 |
934 | 2025-02-13T04:30:45.475Z | Downloaded slog-term v2.9.1 |
935 | 2025-02-13T04:30:45.480Z | Downloaded pin-project v1.1.6 |
936 | 2025-02-13T04:30:45.489Z | Downloaded icu_locid v1.5.0 |
937 | 2025-02-13T04:30:45.494Z | Downloaded hmac v0.12.1 |
938 | 2025-02-13T04:30:45.497Z | Downloaded base64 v0.13.1 |
939 | 2025-02-13T04:30:45.500Z | Downloaded fs-err v2.11.0 |
940 | 2025-02-13T04:30:45.502Z | Downloaded hashbrown v0.12.3 |
941 | 2025-02-13T04:30:45.507Z | Downloaded highway v1.2.0 |
942 | 2025-02-13T04:30:45.510Z | Downloaded heck v0.3.3 |
943 | 2025-02-13T04:30:45.510Z | Downloaded gethostname v0.5.0 |
944 | 2025-02-13T04:30:45.510Z | Downloaded allocator-api2 v0.2.18 |
945 | 2025-02-13T04:30:45.514Z | Downloaded form_urlencoded v1.2.1 |
946 | 2025-02-13T04:30:45.517Z | Downloaded event-listener v2.5.3 |
947 | 2025-02-13T04:30:45.517Z | Downloaded cargo_metadata v0.19.1 |
948 | 2025-02-13T04:30:45.521Z | Downloaded atomic-waker v1.1.2 |
949 | 2025-02-13T04:30:45.521Z | Downloaded async-lock v3.4.0 |
950 | 2025-02-13T04:30:45.521Z | Downloaded hash32 v0.3.1 |
951 | 2025-02-13T04:30:45.524Z | Downloaded funty v2.0.0 |
952 | 2025-02-13T04:30:45.524Z | Downloaded fnv v1.0.7 |
953 | 2025-02-13T04:30:45.524Z | Downloaded hostname v0.3.1 |
954 | 2025-02-13T04:30:45.527Z | Downloaded ahash v0.8.11 |
955 | 2025-02-13T04:30:45.530Z | Downloaded block-buffer v0.10.4 |
956 | 2025-02-13T04:30:45.530Z | Downloaded async-global-executor v2.4.1 |
957 | 2025-02-13T04:30:45.532Z | Downloaded anstyle-query v1.1.1 |
958 | 2025-02-13T04:30:45.532Z | Downloaded home v0.5.9 |
959 | 2025-02-13T04:30:45.535Z | Downloaded futures-executor v0.3.31 |
960 | 2025-02-13T04:30:45.535Z | Downloaded assert_matches v1.5.0 |
961 | 2025-02-13T04:30:45.540Z | Downloaded hubpack v0.1.2 |
962 | 2025-02-13T04:30:45.540Z | Downloaded futures-macro v0.3.31 |
963 | 2025-02-13T04:30:45.540Z | Downloaded assert-json-diff v2.0.2 |
964 | 2025-02-13T04:30:45.543Z | Downloaded ghash v0.5.1 |
965 | 2025-02-13T04:30:45.543Z | Downloaded futures-timer v3.0.3 |
966 | 2025-02-13T04:30:45.543Z | Downloaded futures-io v0.3.31 |
967 | 2025-02-13T04:30:45.546Z | Downloaded byteorder v1.5.0 |
968 | 2025-02-13T04:30:45.546Z | Downloaded async-signal v0.2.10 |
969 | 2025-02-13T04:30:45.546Z | Downloaded bit-vec v0.6.3 |
970 | 2025-02-13T04:30:45.549Z | Downloaded async-stream v0.3.6 |
971 | 2025-02-13T04:30:45.559Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
972 | 2025-02-13T04:30:45.750Z | Downloaded libsqlite3-sys v0.30.1 |
973 | 2025-02-13T04:30:45.869Z | Downloaded ring v0.17.8 |
974 | 2025-02-13T04:30:46.058Z | Downloaded aws-lc-sys v0.22.0 |
975 | 2025-02-13T04:30:46.529Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
976 | 2025-02-13T04:30:48.293Z | pkg list: illegal option -- F |
977 | 2025-02-13T04:30:48.294Z | Usage: |
978 | 2025-02-13T04:30:48.296Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
979 | 2025-02-13T04:30:48.296Z | [pkg_fmri_pattern ...] |
980 | 2025-02-13T04:30:49.133Z | pkg list: illegal option -- F |
981 | 2025-02-13T04:30:49.133Z | Usage: |
982 | 2025-02-13T04:30:49.133Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
983 | 2025-02-13T04:30:49.133Z | [pkg_fmri_pattern ...] |
984 | 2025-02-13T04:30:58.207Z | Startup: Refreshing catalog 'helios-dev' ... Done |
985 | 2025-02-13T04:31:02.562Z | Startup: Caching catalogs ... Done |
986 | 2025-02-13T04:31:15.284Z | Planning: Solver setup ... Done (11.751s) |
987 | 2025-02-13T04:31:15.438Z | Planning: Running solver ... Done (0.157s) |
988 | 2025-02-13T04:31:15.561Z | Planning: Finding local manifests ... Done (0.008s) |
989 | 2025-02-13T04:31:15.576Z | Planning: Fetching manifests: 0/7 0% complete |
990 | 2025-02-13T04:31:15.818Z | Planning: Fetching manifests: 7/7 100% complete |
991 | 2025-02-13T04:31:15.931Z | Planning: Package planning ... Done (0.112s) |
992 | 2025-02-13T04:31:15.987Z | Planning: Merging actions ... Done (0.057s) |
993 | 2025-02-13T04:31:16.189Z | Planning: Checking for conflicting actions ... Done (0.202s) |
994 | 2025-02-13T04:31:18.412Z | Planning: Consolidating action changes ... Done (2.221s) |
995 | 2025-02-13T04:31:18.865Z | Planning: Evaluating mediators ... Done (0.453s) |
996 | 2025-02-13T04:31:18.950Z | Planning: Planning completed in 16.28 seconds |
997 | 2025-02-13T04:31:18.964Z | Packages to install: 4 |
998 | 2025-02-13T04:31:18.964Z | Packages to update: 3 |
999 | 2025-02-13T04:31:18.971Z | Mediators to change: 2 |
1000 | 2025-02-13T04:31:18.971Z | Services to change: 1 |
1001 | 2025-02-13T04:31:18.971Z | Estimated space available: 155.36 GB |
1002 | 2025-02-13T04:31:18.971Z | Estimated space to be consumed: 1.65 GB |
1003 | 2025-02-13T04:31:18.971Z | Create boot environment: No |
1004 | 2025-02-13T04:31:18.971Z | Create backup boot environment: Yes |
1005 | 2025-02-13T04:31:18.971Z | Rebuild boot archive: No |
1006 | 2025-02-13T04:31:18.971Z | |
1007 | 2025-02-13T04:31:18.971Z | Changed mediators: |
1008 | 2025-02-13T04:31:18.971Z | mediator clang: |
1009 | 2025-02-13T04:31:18.971Z | version: None -> 15 (system default) |
1010 | 2025-02-13T04:31:18.971Z | |
1011 | 2025-02-13T04:31:18.971Z | mediator llvm: |
1012 | 2025-02-13T04:31:18.971Z | version: 14 (system default) -> 15 (system default) |
1013 | 2025-02-13T04:31:18.971Z | |
1014 | 2025-02-13T04:31:18.971Z | Changed packages: |
1015 | 2025-02-13T04:31:18.971Z | helios-dev |
1016 | 2025-02-13T04:31:18.971Z | developer/build-essential |
1017 | 2025-02-13T04:31:18.971Z | None -> 11-2.0 |
1018 | 2025-02-13T04:31:18.971Z | library/libxmlsec1 |
1019 | 2025-02-13T04:31:18.971Z | None -> 1.2.35-2.0 |
1020 | 2025-02-13T04:31:18.971Z | ooce/developer/clang-15 |
1021 | 2025-02-13T04:31:18.971Z | None -> 15.0.7-2.0 |
1022 | 2025-02-13T04:31:18.971Z | ooce/developer/llvm-15 |
1023 | 2025-02-13T04:31:18.971Z | None -> 15.0.7-2.0 |
1024 | 2025-02-13T04:31:18.971Z | package/pkg |
1025 | 2025-02-13T04:31:18.971Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
1026 | 2025-02-13T04:31:18.971Z | system/library/g++-runtime |
1027 | 2025-02-13T04:31:18.972Z | 13-2.0 -> 14-2.0 |
1028 | 2025-02-13T04:31:18.972Z | system/library/gcc-runtime |
1029 | 2025-02-13T04:31:18.972Z | 13-2.0 -> 14-2.0 |
1030 | 2025-02-13T04:31:18.972Z | |
1031 | 2025-02-13T04:31:18.972Z | Services: |
1032 | 2025-02-13T04:31:18.972Z | restart_fmri: |
1033 | 2025-02-13T04:31:18.972Z | svc:/system/update-man-index:default |
1034 | 2025-02-13T04:31:18.972Z | |
1035 | 2025-02-13T04:31:18.972Z | Editable files to change: |
1036 | 2025-02-13T04:31:18.972Z | Update: |
1037 | 2025-02-13T04:31:18.972Z | usr/share/lib/pkg/web/config.shtml |
1038 | 2025-02-13T04:31:19.046Z | |
1039 | 2025-02-13T04:31:19.046Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
1040 | 2025-02-13T04:31:24.047Z | Download: 1251/4301 items 95.4/225.4MB 42% complete (19.1M/s) |
1041 | 2025-02-13T04:31:29.049Z | Download: 2936/4301 items 121.2/225.4MB 53% complete (12.2M/s) |
1042 | 2025-02-13T04:31:35.261Z | Download: 3246/4301 items 203.1/225.4MB 90% complete (18.1M/s) |
1043 | 2025-02-13T04:31:40.283Z | Download: 4282/4301 items 223.3/225.4MB 99% complete (7.9M/s) |
1044 | 2025-02-13T04:31:43.679Z | Download: Completed 225.42 MB in 24.63 seconds (9.2M/s) |
1045 | 2025-02-13T04:31:45.895Z | Actions: 1/5122 actions (Removing old actions) |
1046 | 2025-02-13T04:31:45.917Z | Actions: 194/5122 actions (Installing new actions) |
1047 | 2025-02-13T04:31:50.623Z | Actions: 4267/5122 actions (Updating modified actions) |
1048 | 2025-02-13T04:31:50.984Z | Actions: Completed 5122 actions in 5.08 seconds. |
1049 | 2025-02-13T04:31:51.218Z | Done (0.230s) |
1050 | 2025-02-13T04:31:51.221Z | Done (0.002s) |
1051 | 2025-02-13T04:31:51.834Z | Done (0.613s) |
1052 | 2025-02-13T04:31:56.496Z | Done (4.432s) |
1053 | 2025-02-13T04:31:56.592Z | Done (0.019s) |
1054 | 2025-02-13T04:31:56.595Z | Done (0.000s) |
1055 | 2025-02-13T04:31:56.782Z | Done (0.000s) |
1056 | 2025-02-13T04:31:57.497Z | Planning: Evaluating mediator changes ... Done |
1057 | 2025-02-13T04:31:57.659Z | Planning: Checking for conflicting actions ... Done |
1058 | 2025-02-13T04:31:57.662Z | Planning: Consolidating action changes ... Done |
1059 | 2025-02-13T04:31:57.932Z | Planning: Evaluating mediators ... Done |
1060 | 2025-02-13T04:31:57.936Z | Planning: Planning completed in 0.44 seconds |
1061 | 2025-02-13T04:31:57.973Z | Mediators to change: 2 |
1062 | 2025-02-13T04:31:57.977Z | Create boot environment: No |
1063 | 2025-02-13T04:31:57.977Z | Create backup boot environment: No |
1064 | 2025-02-13T04:31:58.058Z | Done |
1065 | 2025-02-13T04:31:58.058Z | Done |
1066 | 2025-02-13T04:31:58.437Z | Done |
1067 | 2025-02-13T04:32:02.058Z | Done |
1068 | 2025-02-13T04:32:02.155Z | Done |
1069 | 2025-02-13T04:32:02.158Z | Done |
1070 | 2025-02-13T04:32:02.290Z | Done |
1071 | 2025-02-13T04:32:02.913Z | Planning: Evaluating mediator changes ... Done |
1072 | 2025-02-13T04:32:02.916Z | Planning: Merging actions ... Done |
1073 | 2025-02-13T04:32:03.102Z | Planning: Checking for conflicting actions ... Done |
1074 | 2025-02-13T04:32:03.105Z | Planning: Consolidating action changes ... Done |
1075 | 2025-02-13T04:32:03.368Z | Planning: Evaluating mediators ... Done |
1076 | 2025-02-13T04:32:03.423Z | Planning: Planning completed in 0.75 seconds |
1077 | 2025-02-13T04:32:03.467Z | Packages to change: 1 |
1078 | 2025-02-13T04:32:03.467Z | Mediators to change: 1 |
1079 | 2025-02-13T04:32:03.470Z | Services to change: 1 |
1080 | 2025-02-13T04:32:03.470Z | Create boot environment: No |
1081 | 2025-02-13T04:32:03.470Z | Create backup boot environment: Yes |
1082 | 2025-02-13T04:32:05.737Z | Actions: 1/6 actions (Updating modified actions) |
1083 | 2025-02-13T04:32:05.740Z | Actions: Completed 6 actions in 0.00 seconds. |
1084 | 2025-02-13T04:32:05.740Z | Done |
1085 | 2025-02-13T04:32:05.740Z | Done |
1086 | 2025-02-13T04:32:05.864Z | Done |
1087 | 2025-02-13T04:32:09.546Z | Done |
1088 | 2025-02-13T04:32:09.640Z | Done |
1089 | 2025-02-13T04:32:09.646Z | Done |
1090 | 2025-02-13T04:32:09.779Z | Done |
1091 | 2025-02-13T04:32:10.222Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
1092 | 2025-02-13T04:32:10.222Z | clang system 15 system |
1093 | 2025-02-13T04:32:10.222Z | csh system system illumos |
1094 | 2025-02-13T04:32:10.222Z | ctags system system illumos |
1095 | 2025-02-13T04:32:10.222Z | gcc vendor 12 vendor |
1096 | 2025-02-13T04:32:10.222Z | gcc system 10 system |
1097 | 2025-02-13T04:32:10.222Z | gcc system 7 system |
1098 | 2025-02-13T04:32:10.222Z | go system 1.20 system |
1099 | 2025-02-13T04:32:10.223Z | go system 1.19 system |
1100 | 2025-02-13T04:32:10.223Z | llvm system 15 system |
1101 | 2025-02-13T04:32:10.223Z | llvm system 14 system |
1102 | 2025-02-13T04:32:10.223Z | mariadb system 10.6 system |
1103 | 2025-02-13T04:32:10.223Z | mta vendor vendor dma |
1104 | 2025-02-13T04:32:10.223Z | openjdk system 17 system |
1105 | 2025-02-13T04:32:10.223Z | openjdk system 11 system |
1106 | 2025-02-13T04:32:10.223Z | openjdk system 1.8 system |
1107 | 2025-02-13T04:32:10.223Z | openssl vendor 3 vendor |
1108 | 2025-02-13T04:32:10.223Z | perl system 5.36 system |
1109 | 2025-02-13T04:32:10.223Z | postgresql system 15 system |
1110 | 2025-02-13T04:32:10.223Z | postgresql system 13 system |
1111 | 2025-02-13T04:32:10.223Z | python vendor 3 vendor |
1112 | 2025-02-13T04:32:10.223Z | python system 2 system |
1113 | 2025-02-13T04:32:10.223Z | python3 system 3.11 system |
1114 | 2025-02-13T04:32:10.223Z | ruby system 3.0 system |
1115 | 2025-02-13T04:32:10.223Z | words vendor vendor american-english |
1116 | 2025-02-13T04:32:10.223Z | words system system australian-english |
1117 | 2025-02-13T04:32:10.223Z | words system system british-english |
1118 | 2025-02-13T04:32:10.223Z | words system system canadian-english |
1119 | 2025-02-13T04:32:10.223Z | words system system french |
1120 | 2025-02-13T04:32:10.223Z | words system system italian |
1121 | 2025-02-13T04:32:10.223Z | words system system ngerman |
1122 | 2025-02-13T04:32:10.223Z | words system system ogerman |
1123 | 2025-02-13T04:32:10.224Z | words system system spanish |
1124 | 2025-02-13T04:32:10.561Z | PUBLISHER TYPE STATUS P LOCATION |
1125 | 2025-02-13T04:32:10.561Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
1126 | 2025-02-13T04:32:13.502Z | FMRI IFO |
1127 | 2025-02-13T04:32:13.502Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
1128 | 2025-02-13T04:32:13.502Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
1129 | 2025-02-13T04:32:13.502Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
1130 | 2025-02-13T04:32:13.502Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
1131 | 2025-02-13T04:32:13.502Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
1132 | 2025-02-13T04:32:13.502Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
1133 | 2025-02-13T04:32:13.502Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
1134 | 2025-02-13T04:32:13.502Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
1135 | 2025-02-13T04:32:13.502Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
1136 | 2025-02-13T04:32:13.502Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
1137 | 2025-02-13T04:32:13.502Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
1138 | 2025-02-13T04:32:13.502Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
1139 | 2025-02-13T04:32:13.502Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
1140 | 2025-02-13T04:32:13.502Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
1141 | 2025-02-13T04:32:13.502Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
1142 | 2025-02-13T04:32:14.548Z | Downloading crates ... |
1143 | 2025-02-13T04:32:14.676Z | Downloaded cargo_toml v0.20.5 |
1144 | 2025-02-13T04:32:14.819Z | Compiling proc-macro2 v1.0.92 |
1145 | 2025-02-13T04:32:14.821Z | Compiling unicode-ident v1.0.14 |
1146 | 2025-02-13T04:32:14.821Z | Compiling version_check v0.9.5 |
1147 | 2025-02-13T04:32:14.822Z | Compiling serde v1.0.217 |
1148 | 2025-02-13T04:32:14.822Z | Compiling thiserror v1.0.69 |
1149 | 2025-02-13T04:32:14.822Z | Compiling memchr v2.7.4 |
1150 | 2025-02-13T04:32:14.843Z | Compiling libc v0.2.169 |
1151 | 2025-02-13T04:32:14.849Z | Compiling ucd-trie v0.1.7 |
1152 | 2025-02-13T04:32:15.092Z | Compiling itoa v1.0.11 |
1153 | 2025-02-13T04:32:15.314Z | Compiling ryu v1.0.18 |
1154 | 2025-02-13T04:32:15.500Z | Compiling once_cell v1.20.2 |
1155 | 2025-02-13T04:32:15.553Z | Compiling byteorder v1.5.0 |
1156 | 2025-02-13T04:32:15.636Z | Compiling rustix v0.38.37 |
1157 | 2025-02-13T04:32:15.782Z | Compiling serde_json v1.0.135 |
1158 | 2025-02-13T04:32:15.975Z | Compiling bitflags v2.6.0 |
1159 | 2025-02-13T04:32:16.122Z | Compiling proc-macro-error-attr v1.0.4 |
1160 | 2025-02-13T04:32:16.254Z | Compiling usdt-impl v0.5.0 |
1161 | 2025-02-13T04:32:16.337Z | Compiling syn v1.0.109 |
1162 | 2025-02-13T04:32:16.386Z | Compiling proc-macro-error v1.0.4 |
1163 | 2025-02-13T04:32:16.415Z | Compiling equivalent v1.0.1 |
1164 | 2025-02-13T04:32:16.457Z | Compiling camino v1.1.9 |
1165 | 2025-02-13T04:32:16.527Z | Compiling quote v1.0.38 |
1166 | 2025-02-13T04:32:16.657Z | Compiling errno v0.3.9 |
1167 | 2025-02-13T04:32:16.715Z | Compiling utf8parse v0.2.2 |
1168 | 2025-02-13T04:32:16.886Z | Compiling syn v2.0.96 |
1169 | 2025-02-13T04:32:16.915Z | Compiling hashbrown v0.15.1 |
1170 | 2025-02-13T04:32:16.981Z | Compiling log v0.4.22 |
1171 | 2025-02-13T04:32:17.030Z | Compiling plain v0.2.3 |
1172 | 2025-02-13T04:32:17.140Z | Compiling thread-id v4.2.2 |
1173 | 2025-02-13T04:32:17.246Z | Compiling anstyle-parse v0.2.5 |
1174 | 2025-02-13T04:32:17.454Z | Compiling colorchoice v1.0.2 |
1175 | 2025-02-13T04:32:17.901Z | Compiling semver v1.0.24 |
1176 | 2025-02-13T04:32:17.963Z | Compiling is_terminal_polyfill v1.70.1 |
1177 | 2025-02-13T04:32:17.964Z | Compiling anstyle-query v1.1.1 |
1178 | 2025-02-13T04:32:17.964Z | Compiling pretty-hex v0.4.1 |
1179 | 2025-02-13T04:32:17.964Z | Compiling winnow v0.6.20 |
1180 | 2025-02-13T04:32:17.964Z | Compiling indexmap v2.7.1 |
1181 | 2025-02-13T04:32:17.989Z | Compiling unicode-width v0.1.14 |
1182 | 2025-02-13T04:32:17.989Z | Compiling autocfg v1.4.0 |
1183 | 2025-02-13T04:32:18.035Z | Compiling anstyle v1.0.10 |
1184 | 2025-02-13T04:32:18.471Z | Compiling anstream v0.6.15 |
1185 | 2025-02-13T04:32:18.813Z | Compiling terminal_size v0.4.0 |
1186 | 2025-02-13T04:32:18.959Z | Compiling fs-err v2.11.0 |
1187 | 2025-02-13T04:32:19.029Z | Compiling clap_lex v0.7.4 |
1188 | 2025-02-13T04:32:19.059Z | Compiling cfg-if v1.0.0 |
1189 | 2025-02-13T04:32:19.148Z | Compiling heck v0.5.0 |
1190 | 2025-02-13T04:32:19.245Z | Compiling fnv v1.0.7 |
1191 | 2025-02-13T04:32:19.390Z | Compiling fastrand v2.1.1 |
1192 | 2025-02-13T04:32:19.406Z | Compiling anyhow v1.0.95 |
1193 | 2025-02-13T04:32:19.467Z | Compiling heck v0.4.1 |
1194 | 2025-02-13T04:32:19.470Z | Compiling strsim v0.11.1 |
1195 | 2025-02-13T04:32:19.601Z | Compiling bytecount v0.6.8 |
1196 | 2025-02-13T04:32:19.850Z | Compiling clap_builder v4.5.27 |
1197 | 2025-02-13T04:32:19.933Z | Compiling papergrid v0.11.0 |
1198 | 2025-02-13T04:32:20.259Z | Compiling tempfile v3.13.0 |
1199 | 2025-02-13T04:32:20.555Z | Compiling memmap v0.7.0 |
1200 | 2025-02-13T04:32:20.569Z | Compiling unicode-linebreak v0.1.5 |
1201 | 2025-02-13T04:32:20.862Z | Compiling smawk v0.3.2 |
1202 | 2025-02-13T04:32:21.050Z | Compiling textwrap v0.16.1 |
1203 | 2025-02-13T04:32:21.109Z | Compiling swrite v0.1.0 |
1204 | 2025-02-13T04:32:22.046Z | Compiling tabled_derive v0.7.0 |
1205 | 2025-02-13T04:32:23.469Z | Compiling tabled v0.15.0 |
1206 | 2025-02-13T04:32:23.681Z | Compiling serde_derive v1.0.217 |
1207 | 2025-02-13T04:32:23.681Z | Compiling thiserror-impl v1.0.69 |
1208 | 2025-02-13T04:32:23.768Z | Compiling zerocopy-derive v0.7.35 |
1209 | 2025-02-13T04:32:23.831Z | Compiling scroll_derive v0.12.0 |
1210 | 2025-02-13T04:32:24.015Z | Compiling clap_derive v4.5.24 |
1211 | 2025-02-13T04:32:25.272Z | Compiling scroll v0.12.0 |
1212 | 2025-02-13T04:32:25.655Z | Compiling zerocopy v0.7.35 |
1213 | 2025-02-13T04:32:25.686Z | Compiling goblin v0.8.2 |
1214 | 2025-02-13T04:32:26.217Z | Compiling pest v2.7.14 |
1215 | 2025-02-13T04:32:27.204Z | Compiling clap v4.5.27 |
1216 | 2025-02-13T04:32:28.469Z | Compiling pest_meta v2.7.14 |
1217 | 2025-02-13T04:32:29.301Z | Compiling pest_generator v2.7.14 |
1218 | 2025-02-13T04:32:30.573Z | Compiling pest_derive v2.7.14 |
1219 | 2025-02-13T04:32:31.325Z | Compiling dtrace-parser v0.2.0 |
1220 | 2025-02-13T04:32:32.375Z | Compiling serde_tokenstream v0.2.2 |
1221 | 2025-02-13T04:32:32.411Z | Compiling serde_spanned v0.6.8 |
1222 | 2025-02-13T04:32:32.413Z | Compiling toml_datetime v0.6.8 |
1223 | 2025-02-13T04:32:32.648Z | Compiling cargo-platform v0.1.8 |
1224 | 2025-02-13T04:32:32.681Z | Compiling macaddr v1.0.1 |
1225 | 2025-02-13T04:32:32.881Z | Compiling toml_edit v0.22.22 |
1226 | 2025-02-13T04:32:33.036Z | Compiling camino-tempfile v1.1.1 |
1227 | 2025-02-13T04:32:33.737Z | Compiling dof v0.3.0 |
1228 | 2025-02-13T04:32:33.737Z | Compiling cargo_metadata v0.18.1 |
1229 | 2025-02-13T04:32:35.087Z | Compiling usdt-macro v0.5.0 |
1230 | 2025-02-13T04:32:35.087Z | Compiling usdt-attr-macro v0.5.0 |
1231 | 2025-02-13T04:32:35.743Z | Compiling toml v0.8.19 |
1232 | 2025-02-13T04:32:36.131Z | Compiling usdt v0.5.0 |
1233 | 2025-02-13T04:32:36.510Z | Compiling cargo_toml v0.20.5 |
1234 | 2025-02-13T04:32:39.038Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1235 | 2025-02-13T04:32:42.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.16s |
1236 | 2025-02-13T04:32:42.277Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1237 | 2025-02-13T04:32:43.113Z | Compiling serde v1.0.217 |
1238 | 2025-02-13T04:32:43.122Z | Compiling lock_api v0.4.12 |
1239 | 2025-02-13T04:32:43.122Z | Compiling value-bag v1.9.0 |
1240 | 2025-02-13T04:32:43.122Z | Compiling scopeguard v1.2.0 |
1241 | 2025-02-13T04:32:43.122Z | Compiling typenum v1.17.0 |
1242 | 2025-02-13T04:32:43.122Z | Compiling generic-array v0.14.7 |
1243 | 2025-02-13T04:32:43.323Z | Compiling syn v2.0.96 |
1244 | 2025-02-13T04:32:43.358Z | Compiling getrandom v0.2.15 |
1245 | 2025-02-13T04:32:43.421Z | Compiling shlex v1.3.0 |
1246 | 2025-02-13T04:32:43.627Z | Compiling log v0.4.22 |
1247 | 2025-02-13T04:32:43.828Z | Compiling rand_core v0.6.4 |
1248 | 2025-02-13T04:32:44.044Z | Compiling subtle v2.6.1 |
1249 | 2025-02-13T04:32:44.044Z | Compiling jobserver v0.1.32 |
1250 | 2025-02-13T04:32:44.044Z | Compiling smallvec v1.13.2 |
1251 | 2025-02-13T04:32:44.287Z | Compiling const-oid v0.9.6 |
1252 | 2025-02-13T04:32:44.287Z | Compiling pin-project-lite v0.2.14 |
1253 | 2025-02-13T04:32:44.485Z | Compiling cc v1.1.30 |
1254 | 2025-02-13T04:32:44.486Z | Compiling rustix v0.38.37 |
1255 | 2025-02-13T04:32:44.486Z | Compiling spin v0.9.8 |
1256 | 2025-02-13T04:32:44.487Z | Compiling parking_lot_core v0.9.10 |
1257 | 2025-02-13T04:32:44.726Z | Compiling futures-core v0.3.31 |
1258 | 2025-02-13T04:32:44.726Z | Compiling signal-hook-registry v1.4.2 |
1259 | 2025-02-13T04:32:45.003Z | Compiling mio v1.0.2 |
1260 | 2025-02-13T04:32:45.134Z | Compiling aho-corasick v1.1.3 |
1261 | 2025-02-13T04:32:45.426Z | Compiling parking_lot v0.12.3 |
1262 | 2025-02-13T04:32:45.490Z | Compiling cpufeatures v0.2.14 |
1263 | 2025-02-13T04:32:45.539Z | Compiling either v1.13.0 |
1264 | 2025-02-13T04:32:45.608Z | Compiling stable_deref_trait v1.2.0 |
1265 | 2025-02-13T04:32:45.684Z | Compiling regex-syntax v0.8.5 |
1266 | 2025-02-13T04:32:45.952Z | Compiling glob v0.3.2 |
1267 | 2025-02-13T04:32:45.984Z | Compiling futures-sink v0.3.31 |
1268 | 2025-02-13T04:32:46.112Z | Compiling socket2 v0.5.7 |
1269 | 2025-02-13T04:32:46.171Z | Compiling slab v0.4.9 |
1270 | 2025-02-13T04:32:46.179Z | Compiling prettyplease v0.2.25 |
1271 | 2025-02-13T04:32:46.493Z | Compiling lazy_static v1.5.0 |
1272 | 2025-02-13T04:32:46.555Z | Compiling minimal-lexical v0.2.1 |
1273 | 2025-02-13T04:32:46.628Z | Compiling serde_json v1.0.135 |
1274 | 2025-02-13T04:32:46.748Z | Compiling clang-sys v1.8.1 |
1275 | 2025-02-13T04:32:46.957Z | Compiling nom v7.1.3 |
1276 | 2025-02-13T04:32:47.018Z | Compiling libloading v0.8.5 |
1277 | 2025-02-13T04:32:47.269Z | Compiling home v0.5.9 |
1278 | 2025-02-13T04:32:47.374Z | Compiling bindgen v0.69.5 |
1279 | 2025-02-13T04:32:47.524Z | Compiling futures-channel v0.3.31 |
1280 | 2025-02-13T04:32:47.833Z | Compiling itertools v0.12.1 |
1281 | 2025-02-13T04:32:47.930Z | Compiling foldhash v0.1.3 |
1282 | 2025-02-13T04:32:48.182Z | Compiling libm v0.2.8 |
1283 | 2025-02-13T04:32:48.220Z | Compiling allocator-api2 v0.2.18 |
1284 | 2025-02-13T04:32:48.513Z | Compiling lazycell v1.3.0 |
1285 | 2025-02-13T04:32:48.688Z | Compiling futures-task v0.3.31 |
1286 | 2025-02-13T04:32:48.939Z | Compiling futures-io v0.3.31 |
1287 | 2025-02-13T04:32:48.980Z | Compiling pin-utils v0.1.0 |
1288 | 2025-02-13T04:32:49.089Z | Compiling rustc-hash v1.1.0 |
1289 | 2025-02-13T04:32:49.214Z | Compiling regex-automata v0.4.8 |
1290 | 2025-02-13T04:32:49.254Z | Compiling hashbrown v0.15.1 |
1291 | 2025-02-13T04:32:49.728Z | Compiling cmake v0.1.51 |
1292 | 2025-02-13T04:32:50.213Z | Compiling cexpr v0.6.0 |
1293 | 2025-02-13T04:32:50.432Z | Compiling synstructure v0.13.1 |
1294 | 2025-02-13T04:32:50.640Z | Compiling num-traits v0.2.19 |
1295 | 2025-02-13T04:32:50.933Z | Compiling dunce v1.0.5 |
1296 | 2025-02-13T04:32:51.098Z | Compiling pkg-config v0.3.31 |
1297 | 2025-02-13T04:32:51.703Z | Compiling fs_extra v1.3.0 |
1298 | 2025-02-13T04:32:52.055Z | Compiling litemap v0.7.3 |
1299 | 2025-02-13T04:32:52.223Z | Compiling writeable v0.5.5 |
1300 | 2025-02-13T04:32:52.401Z | Compiling ring v0.17.8 |
1301 | 2025-02-13T04:32:52.425Z | Compiling paste v1.0.15 |
1302 | 2025-02-13T04:32:52.764Z | Compiling base64ct v1.6.0 |
1303 | 2025-02-13T04:32:53.225Z | Compiling pem-rfc7468 v0.7.0 |
1304 | 2025-02-13T04:32:53.381Z | Compiling flagset v0.4.6 |
1305 | 2025-02-13T04:32:53.399Z | Compiling httparse v1.9.5 |
1306 | 2025-02-13T04:32:53.585Z | Compiling icu_locid_transform_data v1.5.0 |
1307 | 2025-02-13T04:32:53.692Z | Compiling aws-lc-rs v1.10.0 |
1308 | 2025-02-13T04:32:54.100Z | Compiling tracing-core v0.1.32 |
1309 | 2025-02-13T04:32:54.118Z | Compiling rustls-pki-types v1.10.0 |
1310 | 2025-02-13T04:32:54.542Z | Compiling icu_properties_data v1.5.0 |
1311 | 2025-02-13T04:32:54.795Z | Compiling regex v1.11.1 |
1312 | 2025-02-13T04:32:54.937Z | Compiling percent-encoding v2.3.1 |
1313 | 2025-02-13T04:32:55.102Z | Compiling crossbeam-utils v0.8.20 |
1314 | 2025-02-13T04:32:55.292Z | Compiling untrusted v0.7.1 |
1315 | 2025-02-13T04:32:55.475Z | Compiling icu_normalizer_data v1.5.0 |
1316 | 2025-02-13T04:32:55.593Z | Compiling num-conv v0.1.0 |
1317 | 2025-02-13T04:32:55.692Z | Compiling vcpkg v0.2.15 |
1318 | 2025-02-13T04:32:55.744Z | Compiling utf16_iter v1.0.5 |
1319 | 2025-02-13T04:32:55.881Z | Compiling utf8_iter v1.0.4 |
1320 | 2025-02-13T04:32:55.885Z | Compiling mirai-annotations v1.12.0 |
1321 | 2025-02-13T04:32:55.925Z | Compiling write16 v1.0.0 |
1322 | 2025-02-13T04:32:55.956Z | Compiling serde_derive v1.0.217 |
1323 | 2025-02-13T04:32:56.049Z | Compiling zeroize_derive v1.4.2 |
1324 | 2025-02-13T04:32:56.073Z | Compiling zerocopy-derive v0.7.35 |
1325 | 2025-02-13T04:32:56.106Z | Compiling tokio-macros v2.5.0 |
1326 | 2025-02-13T04:32:57.354Z | Compiling zerofrom-derive v0.1.4 |
1327 | 2025-02-13T04:32:57.434Z | Compiling zeroize v1.8.1 |
1328 | 2025-02-13T04:32:57.581Z | Compiling yoke-derive v0.7.4 |
1329 | 2025-02-13T04:32:57.934Z | Compiling thiserror-impl v1.0.69 |
1330 | 2025-02-13T04:32:58.030Z | Compiling zerocopy v0.7.35 |
1331 | 2025-02-13T04:32:58.936Z | Compiling crypto-common v0.1.6 |
1332 | 2025-02-13T04:32:59.157Z | Compiling block-buffer v0.10.4 |
1333 | 2025-02-13T04:32:59.351Z | Compiling zerovec-derive v0.10.3 |
1334 | 2025-02-13T04:32:59.431Z | Compiling digest v0.10.7 |
1335 | 2025-02-13T04:32:59.450Z | Compiling futures-macro v0.3.31 |
1336 | 2025-02-13T04:32:59.921Z | Compiling hmac v0.12.1 |
1337 | 2025-02-13T04:33:00.187Z | Compiling displaydoc v0.2.5 |
1338 | 2025-02-13T04:33:00.241Z | Compiling block-padding v0.3.3 |
1339 | 2025-02-13T04:33:00.336Z | Compiling sha2 v0.10.8 |
1340 | 2025-02-13T04:33:00.497Z | Compiling inout v0.1.3 |
1341 | 2025-02-13T04:33:00.762Z | Compiling cipher v0.4.4 |
1342 | 2025-02-13T04:33:00.902Z | Compiling thiserror v1.0.69 |
1343 | 2025-02-13T04:33:00.921Z | Compiling zerofrom v0.1.4 |
1344 | 2025-02-13T04:33:01.047Z | Compiling icu_provider_macros v1.5.0 |
1345 | 2025-02-13T04:33:01.152Z | Compiling yoke v0.7.4 |
1346 | 2025-02-13T04:33:01.274Z | Compiling ppv-lite86 v0.2.20 |
1347 | 2025-02-13T04:33:01.352Z | Compiling futures-util v0.3.31 |
1348 | 2025-02-13T04:33:01.510Z | Compiling der_derive v0.7.3 |
1349 | 2025-02-13T04:33:01.743Z | Compiling tracing-attributes v0.1.27 |
1350 | 2025-02-13T04:33:01.893Z | Compiling zerovec v0.10.4 |
1351 | 2025-02-13T04:33:02.044Z | Compiling rand_chacha v0.3.1 |
1352 | 2025-02-13T04:33:02.098Z | Compiling salsa20 v0.10.2 |
1353 | 2025-02-13T04:33:02.329Z | Compiling pest v2.7.14 |
1354 | 2025-02-13T04:33:03.745Z | Compiling tinystr v0.7.6 |
1355 | 2025-02-13T04:33:03.829Z | Compiling der v0.7.9 |
1356 | 2025-02-13T04:33:03.888Z | Compiling icu_collections v1.5.0 |
1357 | 2025-02-13T04:33:04.120Z | Compiling icu_locid v1.5.0 |
1358 | 2025-02-13T04:33:04.390Z | Compiling rand v0.8.5 |
1359 | 2025-02-13T04:33:05.174Z | Compiling tracing v0.1.40 |
1360 | 2025-02-13T04:33:05.206Z | Compiling pbkdf2 v0.12.2 |
1361 | 2025-02-13T04:33:05.389Z | Compiling icu_provider v1.5.0 |
1362 | 2025-02-13T04:33:05.427Z | Compiling time-core v0.1.2 |
1363 | 2025-02-13T04:33:05.579Z | Compiling untrusted v0.9.0 |
1364 | 2025-02-13T04:33:05.610Z | Compiling powerfmt v0.2.0 |
1365 | 2025-02-13T04:33:06.008Z | Compiling spki v0.7.3 |
1366 | 2025-02-13T04:33:06.258Z | Compiling icu_locid_transform v1.5.0 |
1367 | 2025-02-13T04:33:06.343Z | Compiling deranged v0.3.11 |
1368 | 2025-02-13T04:33:06.375Z | Compiling time-macros v0.2.18 |
1369 | 2025-02-13T04:33:06.453Z | Compiling scrypt v0.11.0 |
1370 | 2025-02-13T04:33:06.537Z | Compiling pest_meta v2.7.14 |
1371 | 2025-02-13T04:33:06.885Z | Compiling aes v0.8.4 |
1372 | 2025-02-13T04:33:06.961Z | Compiling cbc v0.1.2 |
1373 | 2025-02-13T04:33:07.217Z | Compiling openssl-sys v0.9.105 |
1374 | 2025-02-13T04:33:07.754Z | Compiling icu_properties v1.5.1 |
1375 | 2025-02-13T04:33:08.226Z | Compiling scroll_derive v0.12.0 |
1376 | 2025-02-13T04:33:08.841Z | Compiling bitflags v2.6.0 |
1377 | 2025-02-13T04:33:09.116Z | Compiling bytes v1.9.0 |
1378 | 2025-02-13T04:33:09.636Z | Compiling indexmap v2.7.1 |
1379 | 2025-02-13T04:33:09.656Z | Compiling semver v1.0.24 |
1380 | 2025-02-13T04:33:09.671Z | Compiling atomic-waker v1.1.2 |
1381 | 2025-02-13T04:33:09.878Z | Compiling num_threads v0.1.7 |
1382 | 2025-02-13T04:33:10.022Z | Compiling tokio v1.43.0 |
1383 | 2025-02-13T04:33:10.309Z | Compiling http v1.2.0 |
1384 | 2025-02-13T04:33:10.370Z | Compiling rustc_version v0.4.1 |
1385 | 2025-02-13T04:33:10.956Z | Compiling tinyvec_macros v0.1.1 |
1386 | 2025-02-13T04:33:11.015Z | Compiling time v0.3.36 |
1387 | 2025-02-13T04:33:11.052Z | Compiling tinyvec v1.8.0 |
1388 | 2025-02-13T04:33:11.096Z | Compiling scroll v0.12.0 |
1389 | 2025-02-13T04:33:11.630Z | Compiling icu_normalizer v1.5.0 |
1390 | 2025-02-13T04:33:12.215Z | Compiling http-body v1.0.1 |
1391 | 2025-02-13T04:33:12.416Z | Compiling pest_generator v2.7.14 |
1392 | 2025-02-13T04:33:12.465Z | Compiling idna_adapter v1.2.0 |
1393 | 2025-02-13T04:33:12.503Z | Compiling pkcs5 v0.7.1 |
1394 | 2025-02-13T04:33:12.576Z | Compiling form_urlencoded v1.2.1 |
1395 | 2025-02-13T04:33:12.704Z | Compiling which v4.4.2 |
1396 | 2025-02-13T04:33:12.905Z | Compiling slog v2.7.0 |
1397 | 2025-02-13T04:33:13.388Z | Compiling try-lock v0.2.5 |
1398 | 2025-02-13T04:33:13.501Z | Compiling want v0.3.1 |
1399 | 2025-02-13T04:33:13.561Z | Compiling pkcs8 v0.10.2 |
1400 | 2025-02-13T04:33:13.641Z | Compiling goblin v0.8.2 |
1401 | 2025-02-13T04:33:13.785Z | Compiling idna v1.0.3 |
1402 | 2025-02-13T04:33:13.900Z | Compiling uuid v1.12.0 |
1403 | 2025-02-13T04:33:14.160Z | Compiling httpdate v1.0.3 |
1404 | 2025-02-13T04:33:14.267Z | Compiling pest_derive v2.7.14 |
1405 | 2025-02-13T04:33:14.598Z | Compiling iana-time-zone v0.1.61 |
1406 | 2025-02-13T04:33:15.038Z | Compiling chrono v0.4.39 |
1407 | 2025-02-13T04:33:15.056Z | Compiling dtrace-parser v0.2.0 |
1408 | 2025-02-13T04:33:15.426Z | Compiling toml_datetime v0.6.8 |
1409 | 2025-02-13T04:33:15.594Z | Compiling serde_tokenstream v0.2.2 |
1410 | 2025-02-13T04:33:15.909Z | Compiling serde_spanned v0.6.8 |
1411 | 2025-02-13T04:33:16.125Z | Compiling match_cfg v0.1.0 |
1412 | 2025-02-13T04:33:16.173Z | Compiling tower-service v0.3.3 |
1413 | 2025-02-13T04:33:16.194Z | Compiling foreign-types-shared v0.1.1 |
1414 | 2025-02-13T04:33:16.207Z | Compiling openssl v0.10.70 |
1415 | 2025-02-13T04:33:16.282Z | Compiling adler2 v2.0.0 |
1416 | 2025-02-13T04:33:16.317Z | Compiling rustversion v1.0.17 |
1417 | 2025-02-13T04:33:16.514Z | Compiling base64 v0.22.1 |
1418 | 2025-02-13T04:33:16.661Z | Compiling miniz_oxide v0.8.0 |
1419 | 2025-02-13T04:33:16.893Z | Compiling foreign-types v0.3.2 |
1420 | 2025-02-13T04:33:16.992Z | Compiling hostname v0.3.1 |
1421 | 2025-02-13T04:33:17.085Z | Compiling url v2.5.3 |
1422 | 2025-02-13T04:33:17.199Z | Compiling openssl-macros v0.1.1 |
1423 | 2025-02-13T04:33:17.951Z | Compiling tokio-util v0.7.12 |
1424 | 2025-02-13T04:33:18.090Z | Compiling async-trait v0.1.86 |
1425 | 2025-02-13T04:33:18.358Z | Compiling serde_derive_internals v0.29.1 |
1426 | 2025-02-13T04:33:18.389Z | Compiling dirs-sys-next v0.1.2 |
1427 | 2025-02-13T04:33:18.867Z | Compiling h2 v0.4.6 |
1428 | 2025-02-13T04:33:18.929Z | Compiling syn v1.0.109 |
1429 | 2025-02-13T04:33:19.174Z | Compiling data-encoding v2.6.0 |
1430 | 2025-02-13T04:33:19.511Z | Compiling dof v0.3.0 |
1431 | 2025-02-13T04:33:20.710Z | Compiling usdt-impl v0.5.0 |
1432 | 2025-02-13T04:33:20.782Z | Compiling schemars v0.8.21 |
1433 | 2025-02-13T04:33:21.111Z | Compiling rustls v0.22.4 |
1434 | 2025-02-13T04:33:21.202Z | Compiling native-tls v0.2.12 |
1435 | 2025-02-13T04:33:21.355Z | Compiling siphasher v0.3.11 |
1436 | 2025-02-13T04:33:21.381Z | Compiling rustls v0.23.19 |
1437 | 2025-02-13T04:33:21.605Z | Compiling schemars_derive v0.8.21 |
1438 | 2025-02-13T04:33:21.713Z | Compiling dirs-next v2.0.0 |
1439 | 2025-02-13T04:33:22.077Z | Compiling unicode-normalization v0.1.24 |
1440 | 2025-02-13T04:33:22.847Z | Compiling http-body-util v0.1.2 |
1441 | 2025-02-13T04:33:23.158Z | Compiling heapless v0.7.17 |
1442 | 2025-02-13T04:33:23.182Z | Compiling crossbeam-epoch v0.9.18 |
1443 | 2025-02-13T04:33:23.331Z | Compiling signature v2.2.0 |
1444 | 2025-02-13T04:33:24.360Z | Compiling sha1 v0.10.6 |
1445 | 2025-02-13T04:33:24.362Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1446 | 2025-02-13T04:33:24.362Z | Compiling thread_local v1.1.8 |
1447 | 2025-02-13T04:33:24.362Z | Compiling multer v3.1.0 |
1448 | 2025-02-13T04:33:24.362Z | Compiling cookie v0.18.1 |
1449 | 2025-02-13T04:33:24.362Z | Compiling encoding_rs v0.8.34 |
1450 | 2025-02-13T04:33:24.362Z | Compiling slog-async v2.8.0 |
1451 | 2025-02-13T04:33:24.362Z | Compiling unicode-bidi v0.3.17 |
1452 | 2025-02-13T04:33:24.362Z | Compiling signal-hook v0.3.17 |
1453 | 2025-02-13T04:33:24.375Z | Compiling rayon-core v1.12.1 |
1454 | 2025-02-13T04:33:24.515Z | Compiling openssl-probe v0.1.5 |
1455 | 2025-02-13T04:33:24.575Z | Compiling dyn-clone v1.0.17 |
1456 | 2025-02-13T04:33:24.647Z | Compiling mime v0.3.17 |
1457 | 2025-02-13T04:33:24.886Z | Compiling unicode-properties v0.1.3 |
1458 | 2025-02-13T04:33:24.935Z | Compiling gimli v0.31.1 |
1459 | 2025-02-13T04:33:25.225Z | Compiling ipnet v2.10.1 |
1460 | 2025-02-13T04:33:25.296Z | Compiling stringprep v0.1.5 |
1461 | 2025-02-13T04:33:26.274Z | Compiling hyper v1.5.2 |
1462 | 2025-02-13T04:33:26.553Z | Compiling toml_edit v0.22.22 |
1463 | 2025-02-13T04:33:28.893Z | Compiling hyper-util v0.1.10 |
1464 | 2025-02-13T04:33:29.077Z | Compiling addr2line v0.24.2 |
1465 | 2025-02-13T04:33:29.785Z | Compiling crossbeam-deque v0.8.5 |
1466 | 2025-02-13T04:33:29.785Z | Compiling usdt-macro v0.5.0 |
1467 | 2025-02-13T04:33:29.785Z | Compiling usdt-attr-macro v0.5.0 |
1468 | 2025-02-13T04:33:29.979Z | Compiling term v0.7.0 |
1469 | 2025-02-13T04:33:30.506Z | Compiling slog-json v2.6.1 |
1470 | 2025-02-13T04:33:30.827Z | Compiling serde_urlencoded v0.7.1 |
1471 | 2025-02-13T04:33:31.025Z | Compiling curve25519-dalek v4.1.3 |
1472 | 2025-02-13T04:33:31.113Z | Compiling crossbeam-channel v0.5.13 |
1473 | 2025-02-13T04:33:31.171Z | Compiling futures-executor v0.3.31 |
1474 | 2025-02-13T04:33:31.316Z | Compiling enum-as-inner v0.6.1 |
1475 | 2025-02-13T04:33:31.507Z | Compiling md-5 v0.10.6 |
1476 | 2025-02-13T04:33:31.626Z | Compiling async-stream-impl v0.3.6 |
1477 | 2025-02-13T04:33:31.714Z | Compiling rustls-pemfile v2.2.0 |
1478 | 2025-02-13T04:33:31.781Z | Compiling num-integer v0.1.46 |
1479 | 2025-02-13T04:33:32.065Z | Compiling hash32 v0.2.1 |
1480 | 2025-02-13T04:33:32.137Z | Compiling ff v0.13.0 |
1481 | 2025-02-13T04:33:32.365Z | Compiling is-terminal v0.4.13 |
1482 | 2025-02-13T04:33:32.410Z | Compiling object v0.36.5 |
1483 | 2025-02-13T04:33:32.410Z | Compiling dropshot v0.12.0 |
1484 | 2025-02-13T04:33:32.501Z | Compiling smoltcp v0.9.1 |
1485 | 2025-02-13T04:33:32.576Z | Compiling fallible-iterator v0.2.0 |
1486 | 2025-02-13T04:33:32.665Z | Compiling quick-error v1.2.3 |
1487 | 2025-02-13T04:33:32.823Z | Compiling litrs v0.4.1 |
1488 | 2025-02-13T04:33:32.938Z | Compiling base16ct v0.2.0 |
1489 | 2025-02-13T04:33:33.141Z | Compiling num-bigint-dig v0.8.4 |
1490 | 2025-02-13T04:33:33.170Z | Compiling portable-atomic v1.9.0 |
1491 | 2025-02-13T04:33:33.262Z | Compiling psl-types v2.0.11 |
1492 | 2025-02-13T04:33:33.440Z | Compiling linked-hash-map v0.5.6 |
1493 | 2025-02-13T04:33:33.479Z | Compiling anyhow v1.0.95 |
1494 | 2025-02-13T04:33:33.758Z | Compiling rustc-demangle v0.1.24 |
1495 | 2025-02-13T04:33:33.852Z | Compiling utf-8 v0.7.6 |
1496 | 2025-02-13T04:33:33.972Z | Compiling take_mut v0.2.2 |
1497 | 2025-02-13T04:33:34.155Z | Compiling tungstenite v0.24.0 |
1498 | 2025-02-13T04:33:34.176Z | Compiling document-features v0.2.10 |
1499 | 2025-02-13T04:33:34.435Z | Compiling lru-cache v0.1.2 |
1500 | 2025-02-13T04:33:34.658Z | Compiling publicsuffix v2.3.0 |
1501 | 2025-02-13T04:33:34.691Z | Compiling sec1 v0.7.3 |
1502 | 2025-02-13T04:33:35.028Z | Compiling postgres-protocol v0.6.7 |
1503 | 2025-02-13T04:33:35.240Z | Compiling async-stream v0.3.6 |
1504 | 2025-02-13T04:33:35.317Z | Compiling resolv-conf v0.7.0 |
1505 | 2025-02-13T04:33:35.416Z | Compiling slog-term v2.9.1 |
1506 | 2025-02-13T04:33:35.530Z | Compiling usdt v0.5.0 |
1507 | 2025-02-13T04:33:36.099Z | Compiling hickory-proto v0.24.3 |
1508 | 2025-02-13T04:33:36.237Z | Compiling group v0.13.0 |
1509 | 2025-02-13T04:33:36.333Z | Compiling num-iter v0.1.45 |
1510 | 2025-02-13T04:33:36.438Z | Compiling futures v0.3.31 |
1511 | 2025-02-13T04:33:36.494Z | Compiling slog-bunyan v2.5.0 |
1512 | 2025-02-13T04:33:36.701Z | Compiling toml v0.8.19 |
1513 | 2025-02-13T04:33:37.185Z | Compiling tokio-native-tls v0.3.1 |
1514 | 2025-02-13T04:33:38.108Z | Compiling camino v1.1.9 |
1515 | 2025-02-13T04:33:38.159Z | Compiling phf_shared v0.11.2 |
1516 | 2025-02-13T04:33:38.464Z | Compiling dropshot_endpoint v0.12.0 |
1517 | 2025-02-13T04:33:38.518Z | Compiling terminal_size v0.4.0 |
1518 | 2025-02-13T04:33:38.538Z | Compiling openapiv3 v2.0.0 |
1519 | 2025-02-13T04:33:38.747Z | Compiling waitgroup v0.1.2 |
1520 | 2025-02-13T04:33:38.946Z | Compiling backtrace v0.3.74 |
1521 | 2025-02-13T04:33:38.968Z | Compiling serde_path_to_error v0.1.16 |
1522 | 2025-02-13T04:33:39.412Z | Compiling hkdf v0.12.4 |
1523 | 2025-02-13T04:33:39.672Z | Compiling crypto-bigint v0.5.5 |
1524 | 2025-02-13T04:33:39.716Z | Compiling zerocopy-derive v0.6.6 |
1525 | 2025-02-13T04:33:41.712Z | Compiling curve25519-dalek-derive v0.1.1 |
1526 | 2025-02-13T04:33:42.030Z | Compiling webpki-roots v0.26.6 |
1527 | 2025-02-13T04:33:42.254Z | Compiling hostname v0.4.0 |
1528 | 2025-02-13T04:33:42.334Z | Compiling hubpack_derive v0.1.1 |
1529 | 2025-02-13T04:33:42.473Z | Compiling crc32fast v1.4.2 |
1530 | 2025-02-13T04:33:42.498Z | Compiling ahash v0.8.11 |
1531 | 2025-02-13T04:33:42.648Z | Compiling fs-err v2.11.0 |
1532 | 2025-02-13T04:33:42.813Z | Compiling newtype-uuid v1.2.1 |
1533 | 2025-02-13T04:33:42.816Z | Compiling debug-ignore v1.0.5 |
1534 | 2025-02-13T04:33:42.950Z | Compiling managed v0.8.0 |
1535 | 2025-02-13T04:33:42.982Z | Compiling unicode-width v0.2.0 |
1536 | 2025-02-13T04:33:43.062Z | Compiling bitflags v1.3.2 |
1537 | 2025-02-13T04:33:43.091Z | Compiling winnow v0.5.40 |
1538 | 2025-02-13T04:33:43.166Z | Compiling hubpack v0.1.2 |
1539 | 2025-02-13T04:33:43.185Z | Compiling strum_macros v0.25.3 |
1540 | 2025-02-13T04:33:43.509Z | Compiling console v0.15.10 |
1541 | 2025-02-13T04:33:43.598Z | Compiling clap_builder v4.5.27 |
1542 | 2025-02-13T04:33:45.292Z | Compiling flate2 v1.0.35 |
1543 | 2025-02-13T04:33:45.341Z | Compiling elliptic-curve v0.13.8 |
1544 | 2025-02-13T04:33:45.537Z | Compiling zerocopy v0.6.6 |
1545 | 2025-02-13T04:33:46.131Z | Compiling hickory-resolver v0.24.2 |
1546 | 2025-02-13T04:33:46.251Z | Compiling phf v0.11.2 |
1547 | 2025-02-13T04:33:46.523Z | Compiling toml_edit v0.19.15 |
1548 | 2025-02-13T04:33:46.593Z | Compiling signal-hook-mio v0.2.4 |
1549 | 2025-02-13T04:33:46.762Z | Compiling cookie_store v0.21.1 |
1550 | 2025-02-13T04:33:46.949Z | Compiling hyper-tls v0.6.0 |
1551 | 2025-02-13T04:33:46.968Z | Compiling rayon v1.10.0 |
1552 | 2025-02-13T04:33:47.343Z | Compiling bzip2 v0.4.4 |
1553 | 2025-02-13T04:33:48.228Z | Compiling postgres-types v0.2.8 |
1554 | 2025-02-13T04:33:49.492Z | Compiling tokio-tungstenite v0.24.0 |
1555 | 2025-02-13T04:33:51.220Z | Compiling ed25519 v2.2.3 |
1556 | 2025-02-13T04:33:51.319Z | Compiling phf_shared v0.10.0 |
1557 | 2025-02-13T04:33:51.684Z | Compiling tokio-stream v0.1.16 |
1558 | 2025-02-13T04:33:51.718Z | Compiling pkcs1 v0.7.5 |
1559 | 2025-02-13T04:33:52.008Z | Compiling serde-big-array v0.5.1 |
1560 | 2025-02-13T04:33:52.477Z | Compiling clap_derive v4.5.24 |
1561 | 2025-02-13T04:33:52.629Z | Compiling rfc6979 v0.4.0 |
1562 | 2025-02-13T04:33:52.644Z | Compiling serde_repr v0.1.19 |
1563 | 2025-02-13T04:33:52.830Z | Compiling derive-where v1.2.7 |
1564 | 2025-02-13T04:33:52.851Z | Compiling bstr v1.10.0 |
1565 | 2025-02-13T04:33:53.053Z | Compiling float-cmp v0.9.0 |
1566 | 2025-02-13T04:33:53.297Z | Compiling sync_wrapper v1.0.1 |
1567 | 2025-02-13T04:33:53.473Z | Compiling fixedbitset v0.4.2 |
1568 | 2025-02-13T04:33:53.660Z | Compiling normalize-line-endings v0.3.0 |
1569 | 2025-02-13T04:33:53.742Z | Compiling static_assertions v1.1.0 |
1570 | 2025-02-13T04:33:53.800Z | Compiling bit-vec v0.6.3 |
1571 | 2025-02-13T04:33:53.848Z | Compiling predicates-core v1.0.8 |
1572 | 2025-02-13T04:33:53.915Z | Compiling number_prefix v0.4.0 |
1573 | 2025-02-13T04:33:54.155Z | Compiling unicode-segmentation v1.12.0 |
1574 | 2025-02-13T04:33:54.160Z | Compiling precomputed-hash v0.1.1 |
1575 | 2025-02-13T04:33:54.191Z | Compiling difflib v0.4.0 |
1576 | 2025-02-13T04:33:54.294Z | Compiling whoami v1.5.2 |
1577 | 2025-02-13T04:33:54.398Z | Compiling new_debug_unreachable v1.0.6 |
1578 | 2025-02-13T04:33:54.504Z | Compiling string_cache v0.8.7 |
1579 | 2025-02-13T04:33:54.919Z | Compiling similar v2.6.0 |
1580 | 2025-02-13T04:33:54.953Z | Compiling predicates v3.1.2 |
1581 | 2025-02-13T04:33:55.092Z | Compiling tokio-postgres v0.7.12 |
1582 | 2025-02-13T04:33:55.555Z | Compiling bit-set v0.5.3 |
1583 | 2025-02-13T04:33:55.820Z | Compiling indicatif v0.17.11 |
1584 | 2025-02-13T04:33:56.045Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1585 | 2025-02-13T04:33:56.450Z | Compiling petgraph v0.6.5 |
1586 | 2025-02-13T04:33:56.805Z | Compiling clap v4.5.27 |
1587 | 2025-02-13T04:33:56.936Z | Compiling ecdsa v0.16.9 |
1588 | 2025-02-13T04:33:57.058Z | Compiling rsa v0.9.6 |
1589 | 2025-02-13T04:33:57.727Z | Compiling ed25519-dalek v2.1.1 |
1590 | 2025-02-13T04:33:57.829Z | Compiling toml v0.7.8 |
1591 | 2025-02-13T04:33:59.011Z | Compiling zip v0.6.6 |
1592 | 2025-02-13T04:33:59.350Z | Compiling crossterm v0.28.1 |
1593 | 2025-02-13T04:34:00.668Z | Compiling hex v0.4.3 |
1594 | 2025-02-13T04:34:00.874Z | Compiling x509-cert v0.2.5 |
1595 | 2025-02-13T04:34:01.119Z | Compiling itertools v0.10.5 |
1596 | 2025-02-13T04:34:01.245Z | Compiling unicode-xid v0.2.6 |
1597 | 2025-02-13T04:34:01.353Z | Compiling lalrpop-util v0.19.12 |
1598 | 2025-02-13T04:34:01.450Z | Compiling peg-runtime v0.8.3 |
1599 | 2025-02-13T04:34:01.708Z | Compiling strum_macros v0.26.4 |
1600 | 2025-02-13T04:34:02.041Z | Compiling xattr v1.3.1 |
1601 | 2025-02-13T04:34:02.276Z | Compiling filetime v0.2.25 |
1602 | 2025-02-13T04:34:02.585Z | Compiling tar v0.4.42 |
1603 | 2025-02-13T04:34:06.074Z | Compiling strum v0.26.3 |
1604 | 2025-02-13T04:34:09.635Z | Compiling aws-lc-sys v0.22.0 |
1605 | 2025-02-13T04:34:37.015Z | Compiling rustls-webpki v0.102.8 |
1606 | 2025-02-13T04:34:40.176Z | Compiling tokio-rustls v0.25.0 |
1607 | 2025-02-13T04:34:41.818Z | Compiling tokio-rustls v0.26.0 |
1608 | 2025-02-13T04:34:42.072Z | Compiling hyper-rustls v0.27.3 |
1609 | 2025-02-13T04:34:42.435Z | Compiling reqwest v0.12.9 |
1610 | 2025-02-13T04:34:43.828Z | Compiling qorb v0.2.1 |
1611 | 2025-02-13T04:34:46.821Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1612 | 2025-02-13T04:34:47.061Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1613 | 2025-02-13T04:34:51.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 09s |
1614 | 2025-02-13T04:34:51.630Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1615 | 2025-02-13T04:34:51.677Z | Feb 13 04:34:50.802 INFO Starting download, target: Cockroach |
1616 | 2025-02-13T04:34:51.677Z | Feb 13 04:34:50.802 INFO Starting download, target: Clickhouse |
1617 | 2025-02-13T04:34:51.677Z | Feb 13 04:34:50.802 INFO Starting download, target: Console |
1618 | 2025-02-13T04:34:51.677Z | Feb 13 04:34:50.802 INFO Starting download, target: DendriteOpenapi |
1619 | 2025-02-13T04:34:51.677Z | Feb 13 04:34:50.802 INFO Starting download, target: DendriteStub |
1620 | 2025-02-13T04:34:51.681Z | Feb 13 04:34:50.802 INFO Starting download, target: MaghemiteMgd |
1621 | 2025-02-13T04:34:51.681Z | Feb 13 04:34:50.802 INFO Starting download, target: TransceiverControl |
1622 | 2025-02-13T04:34:51.681Z | Feb 13 04:34:50.803 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1623 | 2025-02-13T04:34:51.681Z | Feb 13 04:34:50.803 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
1624 | 2025-02-13T04:34:51.681Z | Feb 13 04:34:50.803 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1625 | 2025-02-13T04:34:51.681Z | Feb 13 04:34:50.803 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1626 | 2025-02-13T04:34:51.681Z | Feb 13 04:34:50.803 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1627 | 2025-02-13T04:34:51.681Z | Feb 13 04:34:50.803 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1628 | 2025-02-13T04:34:51.681Z | Feb 13 04:34:50.803 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1629 | 2025-02-13T04:34:51.886Z | Feb 13 04:34:51.002 INFO Download complete, target: DendriteOpenapi |
1630 | 2025-02-13T04:34:51.978Z | Feb 13 04:34:51.085 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1631 | 2025-02-13T04:34:52.276Z | Feb 13 04:34:51.397 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1632 | 2025-02-13T04:34:52.497Z | Feb 13 04:34:51.607 INFO Download complete, target: TransceiverControl |
1633 | 2025-02-13T04:34:52.521Z | Feb 13 04:34:51.637 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1634 | 2025-02-13T04:34:52.641Z | Feb 13 04:34:51.765 INFO Download complete, target: Console |
1635 | 2025-02-13T04:34:52.675Z | Feb 13 04:34:51.800 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1636 | 2025-02-13T04:34:53.238Z | Feb 13 04:34:52.364 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1637 | 2025-02-13T04:34:53.238Z | Feb 13 04:34:52.364 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1638 | 2025-02-13T04:34:53.782Z | Feb 13 04:34:52.908 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1639 | 2025-02-13T04:34:55.507Z | Feb 13 04:34:54.631 INFO Download complete, target: DendriteStub |
1640 | 2025-02-13T04:34:55.799Z | Feb 13 04:34:54.924 INFO Download complete, target: MaghemiteMgd |
1641 | 2025-02-13T04:35:01.067Z | Feb 13 04:35:00.192 INFO Checking that binary works, target: Cockroach |
1642 | 2025-02-13T04:35:01.230Z | Feb 13 04:35:00.351 INFO Download complete, target: Cockroach |
1643 | 2025-02-13T04:35:06.855Z | Feb 13 04:35:05.980 INFO Checking that binary works, target: Clickhouse |
1644 | 2025-02-13T04:35:06.998Z | Feb 13 04:35:06.112 INFO Download complete, target: Clickhouse |
1645 | 2025-02-13T04:35:07.006Z | All prerequisites installed successfully |
1646 | 2025-02-13T04:35:07.006Z | |
1647 | 2025-02-13T04:35:07.006Z | real 4:20.429771374 |
1648 | 2025-02-13T04:35:07.006Z | user 15:38.937357826 |
1649 | 2025-02-13T04:35:07.006Z | sys 1:58.831363675 |
1650 | 2025-02-13T04:35:07.006Z | trap 0.518082493 |
1651 | 2025-02-13T04:35:07.006Z | tflt 1.709244199 |
1652 | 2025-02-13T04:35:07.006Z | dflt 1.860678366 |
1653 | 2025-02-13T04:35:07.006Z | kflt 0.032109108 |
1654 | 2025-02-13T04:35:07.007Z | lock 27:30.083458651 |
1655 | 2025-02-13T04:35:07.007Z | slp 54:05.733066880 |
1656 | 2025-02-13T04:35:07.007Z | lat 57.345533753 |
1657 | 2025-02-13T04:35:07.007Z | stop 2:14.066738526 |
1658 | 2025-02-13T04:35:07.007Z | + source ./tools/include/force-git-over-https.sh |
1659 | 2025-02-13T04:35:07.007Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1660 | 2025-02-13T04:35:07.007Z | ++ (( i = 0 )) |
1661 | 2025-02-13T04:35:07.007Z | ++ (( i < 5 )) |
1662 | 2025-02-13T04:35:07.007Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1663 | 2025-02-13T04:35:07.007Z | ++ (( i++ )) |
1664 | 2025-02-13T04:35:07.007Z | ++ (( i < 5 )) |
1665 | 2025-02-13T04:35:07.007Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1666 | 2025-02-13T04:35:07.010Z | ++ (( i++ )) |
1667 | 2025-02-13T04:35:07.010Z | ++ (( i < 5 )) |
1668 | 2025-02-13T04:35:07.010Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1669 | 2025-02-13T04:35:07.010Z | ++ (( i++ )) |
1670 | 2025-02-13T04:35:07.010Z | ++ (( i < 5 )) |
1671 | 2025-02-13T04:35:07.010Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1672 | 2025-02-13T04:35:07.013Z | ++ (( i++ )) |
1673 | 2025-02-13T04:35:07.013Z | ++ (( i < 5 )) |
1674 | 2025-02-13T04:35:07.013Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1675 | 2025-02-13T04:35:07.017Z | ++ (( i++ )) |
1676 | 2025-02-13T04:35:07.017Z | ++ (( i < 5 )) |
1677 | 2025-02-13T04:35:07.017Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1678 | 2025-02-13T04:35:07.017Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1679 | 2025-02-13T04:35:07.017Z | + rc=0 |
1680 | 2025-02-13T04:35:07.017Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1681 | 2025-02-13T04:35:39.929Z | + case $rc in |
1682 | 2025-02-13T04:35:39.930Z | + pfexec zfs create -p rpool/images/build/host |
1683 | 2025-02-13T04:35:40.153Z | + pfexec zfs create -p rpool/images/build/recovery |
1684 | 2025-02-13T04:35:40.228Z | + cargo xtask releng --output-dir /work |
1685 | 2025-02-13T04:35:40.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1686 | 2025-02-13T04:35:40.764Z | Running `target/debug/xtask releng --output-dir /work` |
1687 | 2025-02-13T04:35:41.660Z | Compiling proc-macro2 v1.0.92 |
1688 | 2025-02-13T04:35:41.660Z | Compiling unicode-ident v1.0.14 |
1689 | 2025-02-13T04:35:41.663Z | Compiling libc v0.2.169 |
1690 | 2025-02-13T04:35:41.663Z | Compiling serde v1.0.217 |
1691 | 2025-02-13T04:35:41.663Z | Compiling autocfg v1.4.0 |
1692 | 2025-02-13T04:35:41.663Z | Compiling version_check v0.9.5 |
1693 | 2025-02-13T04:35:41.663Z | Compiling cfg-if v1.0.0 |
1694 | 2025-02-13T04:35:41.956Z | Compiling memchr v2.7.4 |
1695 | 2025-02-13T04:35:42.004Z | Compiling typenum v1.17.0 |
1696 | 2025-02-13T04:35:42.076Z | Compiling shlex v1.3.0 |
1697 | 2025-02-13T04:35:42.352Z | Compiling generic-array v0.14.7 |
1698 | 2025-02-13T04:35:42.653Z | Compiling lock_api v0.4.12 |
1699 | 2025-02-13T04:35:42.698Z | Compiling value-bag v1.9.0 |
1700 | 2025-02-13T04:35:42.725Z | Compiling scopeguard v1.2.0 |
1701 | 2025-02-13T04:35:42.921Z | Compiling parking_lot_core v0.9.10 |
1702 | 2025-02-13T04:35:43.135Z | Compiling log v0.4.22 |
1703 | 2025-02-13T04:35:43.284Z | Compiling rustix v0.38.37 |
1704 | 2025-02-13T04:35:43.323Z | Compiling serde_json v1.0.135 |
1705 | 2025-02-13T04:35:43.666Z | Compiling quote v1.0.38 |
1706 | 2025-02-13T04:35:43.690Z | Compiling jobserver v0.1.32 |
1707 | 2025-02-13T04:35:43.778Z | Compiling getrandom v0.2.15 |
1708 | 2025-02-13T04:35:43.907Z | Compiling libm v0.2.8 |
1709 | 2025-02-13T04:35:44.096Z | Compiling syn v2.0.96 |
1710 | 2025-02-13T04:35:44.150Z | Compiling cc v1.1.30 |
1711 | 2025-02-13T04:35:44.204Z | Compiling num-traits v0.2.19 |
1712 | 2025-02-13T04:35:44.226Z | Compiling once_cell v1.20.2 |
1713 | 2025-02-13T04:35:44.246Z | Compiling thiserror v1.0.69 |
1714 | 2025-02-13T04:35:44.268Z | Compiling itoa v1.0.11 |
1715 | 2025-02-13T04:35:44.418Z | Compiling aho-corasick v1.1.3 |
1716 | 2025-02-13T04:35:44.521Z | Compiling regex-syntax v0.8.5 |
1717 | 2025-02-13T04:35:44.616Z | Compiling spin v0.9.8 |
1718 | 2025-02-13T04:35:44.764Z | Compiling slab v0.4.9 |
1719 | 2025-02-13T04:35:45.328Z | Compiling errno v0.3.9 |
1720 | 2025-02-13T04:35:45.420Z | Compiling either v1.13.0 |
1721 | 2025-02-13T04:35:45.631Z | Compiling byteorder v1.5.0 |
1722 | 2025-02-13T04:35:45.886Z | Compiling glob v0.3.2 |
1723 | 2025-02-13T04:35:46.045Z | Compiling rand_core v0.6.4 |
1724 | 2025-02-13T04:35:46.543Z | Compiling prettyplease v0.2.25 |
1725 | 2025-02-13T04:35:46.617Z | Compiling clang-sys v1.8.1 |
1726 | 2025-02-13T04:35:46.669Z | Compiling subtle v2.6.1 |
1727 | 2025-02-13T04:35:46.842Z | Compiling lazy_static v1.5.0 |
1728 | 2025-02-13T04:35:46.990Z | Compiling minimal-lexical v0.2.1 |
1729 | 2025-02-13T04:35:47.327Z | Compiling libloading v0.8.5 |
1730 | 2025-02-13T04:35:47.330Z | Compiling home v0.5.9 |
1731 | 2025-02-13T04:35:47.372Z | Compiling bindgen v0.69.5 |
1732 | 2025-02-13T04:35:47.489Z | Compiling nom v7.1.3 |
1733 | 2025-02-13T04:35:47.701Z | Compiling itertools v0.12.1 |
1734 | 2025-02-13T04:35:48.190Z | Compiling lazycell v1.3.0 |
1735 | 2025-02-13T04:35:48.389Z | Compiling regex-automata v0.4.8 |
1736 | 2025-02-13T04:35:48.486Z | Compiling smallvec v1.13.2 |
1737 | 2025-02-13T04:35:48.708Z | Compiling rustc-hash v1.1.0 |
1738 | 2025-02-13T04:35:49.003Z | Compiling cmake v0.1.51 |
1739 | 2025-02-13T04:35:50.200Z | Compiling fs_extra v1.3.0 |
1740 | 2025-02-13T04:35:50.339Z | Compiling pkg-config v0.3.31 |
1741 | 2025-02-13T04:35:50.693Z | Compiling cexpr v0.6.0 |
1742 | 2025-02-13T04:35:50.783Z | Compiling dunce v1.0.5 |
1743 | 2025-02-13T04:35:50.858Z | Compiling semver v1.0.24 |
1744 | 2025-02-13T04:35:50.861Z | Compiling ring v0.17.8 |
1745 | 2025-02-13T04:35:50.987Z | Compiling paste v1.0.15 |
1746 | 2025-02-13T04:35:51.442Z | Compiling synstructure v0.13.1 |
1747 | 2025-02-13T04:35:52.062Z | Compiling heck v0.5.0 |
1748 | 2025-02-13T04:35:52.119Z | Compiling ryu v1.0.18 |
1749 | 2025-02-13T04:35:52.497Z | Compiling httparse v1.9.5 |
1750 | 2025-02-13T04:35:52.588Z | Compiling aws-lc-rs v1.10.0 |
1751 | 2025-02-13T04:35:53.143Z | Compiling pin-project-lite v0.2.14 |
1752 | 2025-02-13T04:35:53.201Z | Compiling const-oid v0.9.6 |
1753 | 2025-02-13T04:35:53.333Z | Compiling allocator-api2 v0.2.18 |
1754 | 2025-02-13T04:35:53.449Z | Compiling futures-core v0.3.31 |
1755 | 2025-02-13T04:35:54.117Z | Compiling regex v1.11.1 |
1756 | 2025-02-13T04:35:54.463Z | Compiling signal-hook-registry v1.4.2 |
1757 | 2025-02-13T04:35:55.100Z | Compiling num-conv v0.1.0 |
1758 | 2025-02-13T04:35:55.552Z | Compiling time-core v0.1.2 |
1759 | 2025-02-13T04:35:55.596Z | Compiling parking_lot v0.12.3 |
1760 | 2025-02-13T04:35:55.784Z | Compiling time-macros v0.2.18 |
1761 | 2025-02-13T04:35:55.870Z | Compiling mio v1.0.2 |
1762 | 2025-02-13T04:35:56.035Z | Compiling crossbeam-utils v0.8.20 |
1763 | 2025-02-13T04:35:56.071Z | Compiling serde_derive v1.0.217 |
1764 | 2025-02-13T04:35:56.116Z | Compiling zeroize_derive v1.4.2 |
1765 | 2025-02-13T04:35:56.643Z | Compiling zerocopy-derive v0.7.35 |
1766 | 2025-02-13T04:35:57.094Z | Compiling tokio-macros v2.5.0 |
1767 | 2025-02-13T04:35:57.543Z | Compiling thiserror-impl v1.0.69 |
1768 | 2025-02-13T04:35:57.610Z | Compiling zeroize v1.8.1 |
1769 | 2025-02-13T04:35:58.163Z | Compiling zerofrom-derive v0.1.4 |
1770 | 2025-02-13T04:35:58.231Z | Compiling yoke-derive v0.7.4 |
1771 | 2025-02-13T04:35:58.667Z | Compiling zerovec-derive v0.10.3 |
1772 | 2025-02-13T04:35:58.730Z | Compiling displaydoc v0.2.5 |
1773 | 2025-02-13T04:35:58.774Z | Compiling futures-macro v0.3.31 |
1774 | 2025-02-13T04:36:00.195Z | Compiling zerocopy v0.7.35 |
1775 | 2025-02-13T04:36:00.395Z | Compiling icu_provider_macros v1.5.0 |
1776 | 2025-02-13T04:36:00.892Z | Compiling crypto-common v0.1.6 |
1777 | 2025-02-13T04:36:00.977Z | Compiling tracing-attributes v0.1.27 |
1778 | 2025-02-13T04:36:01.086Z | Compiling block-buffer v0.10.4 |
1779 | 2025-02-13T04:36:01.412Z | Compiling digest v0.10.7 |
1780 | 2025-02-13T04:36:01.458Z | Compiling der_derive v0.7.3 |
1781 | 2025-02-13T04:36:01.677Z | Compiling schemars v0.8.21 |
1782 | 2025-02-13T04:36:01.865Z | Compiling vcpkg v0.2.15 |
1783 | 2025-02-13T04:36:01.937Z | Compiling serde_derive_internals v0.29.1 |
1784 | 2025-02-13T04:36:03.319Z | Compiling socket2 v0.5.7 |
1785 | 2025-02-13T04:36:03.483Z | Compiling openssl-sys v0.9.105 |
1786 | 2025-02-13T04:36:04.076Z | Compiling fnv v1.0.7 |
1787 | 2025-02-13T04:36:04.141Z | Compiling schemars_derive v0.8.21 |
1788 | 2025-02-13T04:36:04.867Z | Compiling ahash v0.8.11 |
1789 | 2025-02-13T04:36:05.177Z | Compiling stable_deref_trait v1.2.0 |
1790 | 2025-02-13T04:36:05.339Z | Compiling futures-sink v0.3.31 |
1791 | 2025-02-13T04:36:05.966Z | Compiling cpufeatures v0.2.14 |
1792 | 2025-02-13T04:36:06.106Z | Compiling foldhash v0.1.3 |
1793 | 2025-02-13T04:36:06.226Z | Compiling equivalent v1.0.1 |
1794 | 2025-02-13T04:36:06.591Z | Compiling hashbrown v0.15.1 |
1795 | 2025-02-13T04:36:06.735Z | Compiling slog v2.7.0 |
1796 | 2025-02-13T04:36:07.131Z | Compiling zerofrom v0.1.4 |
1797 | 2025-02-13T04:36:07.400Z | Compiling yoke v0.7.4 |
1798 | 2025-02-13T04:36:07.441Z | Compiling futures-channel v0.3.31 |
1799 | 2025-02-13T04:36:07.935Z | Compiling openssl v0.10.70 |
1800 | 2025-02-13T04:36:07.968Z | Compiling futures-io v0.3.31 |
1801 | 2025-02-13T04:36:08.035Z | Compiling futures-task v0.3.31 |
1802 | 2025-02-13T04:36:08.057Z | Compiling pin-utils v0.1.0 |
1803 | 2025-02-13T04:36:08.215Z | Compiling zerovec v0.10.4 |
1804 | 2025-02-13T04:36:08.352Z | Compiling futures-util v0.3.31 |
1805 | 2025-02-13T04:36:08.378Z | Compiling scroll_derive v0.12.0 |
1806 | 2025-02-13T04:36:08.411Z | Compiling ucd-trie v0.1.7 |
1807 | 2025-02-13T04:36:08.796Z | Compiling pest v2.7.14 |
1808 | 2025-02-13T04:36:09.106Z | Compiling bitflags v2.6.0 |
1809 | 2025-02-13T04:36:09.110Z | Compiling bytes v1.9.0 |
1810 | 2025-02-13T04:36:11.168Z | Compiling tokio v1.43.0 |
1811 | 2025-02-13T04:36:11.829Z | Compiling indexmap v2.7.1 |
1812 | 2025-02-13T04:36:12.376Z | Compiling serde_tokenstream v0.2.2 |
1813 | 2025-02-13T04:36:12.921Z | Compiling http v1.2.0 |
1814 | 2025-02-13T04:36:13.722Z | Compiling which v4.4.2 |
1815 | 2025-02-13T04:36:13.891Z | Compiling rustc_version v0.4.1 |
1816 | 2025-02-13T04:36:14.586Z | Compiling uuid v1.12.0 |
1817 | 2025-02-13T04:36:15.206Z | Compiling hmac v0.12.1 |
1818 | 2025-02-13T04:36:15.470Z | Compiling openssl-macros v0.1.1 |
1819 | 2025-02-13T04:36:15.764Z | Compiling iana-time-zone v0.1.61 |
1820 | 2025-02-13T04:36:15.914Z | Compiling rustls v0.23.19 |
1821 | 2025-02-13T04:36:16.190Z | Compiling native-tls v0.2.12 |
1822 | 2025-02-13T04:36:16.301Z | Compiling chrono v0.4.39 |
1823 | 2025-02-13T04:36:16.611Z | Compiling pest_meta v2.7.14 |
1824 | 2025-02-13T04:36:18.199Z | Compiling tinystr v0.7.6 |
1825 | 2025-02-13T04:36:18.751Z | Compiling block-padding v0.3.3 |
1826 | 2025-02-13T04:36:19.028Z | Compiling litemap v0.7.3 |
1827 | 2025-02-13T04:36:19.511Z | Compiling writeable v0.5.5 |
1828 | 2025-02-13T04:36:19.552Z | Compiling inout v0.1.3 |
1829 | 2025-02-13T04:36:19.606Z | Compiling pest_generator v2.7.14 |
1830 | 2025-02-13T04:36:20.296Z | Compiling icu_locid v1.5.0 |
1831 | 2025-02-13T04:36:20.844Z | Compiling cookie v0.18.1 |
1832 | 2025-02-13T04:36:22.315Z | Compiling icu_provider v1.5.0 |
1833 | 2025-02-13T04:36:24.341Z | Compiling pest_derive v2.7.14 |
1834 | 2025-02-13T04:36:24.861Z | Compiling cipher v0.4.4 |
1835 | 2025-02-13T04:36:25.309Z | Compiling sha2 v0.10.8 |
1836 | 2025-02-13T04:36:25.840Z | Compiling async-trait v0.1.86 |
1837 | 2025-02-13T04:36:26.038Z | Compiling tracing-core v0.1.32 |
1838 | 2025-02-13T04:36:26.186Z | Compiling usdt-impl v0.5.0 |
1839 | 2025-02-13T04:36:26.646Z | Compiling percent-encoding v2.3.1 |
1840 | 2025-02-13T04:36:27.152Z | Compiling rustls-pki-types v1.10.0 |
1841 | 2025-02-13T04:36:27.611Z | Compiling aws-lc-sys v0.22.0 |
1842 | 2025-02-13T04:36:28.047Z | Compiling base64ct v1.6.0 |
1843 | 2025-02-13T04:36:28.148Z | Compiling dyn-clone v1.0.17 |
1844 | 2025-02-13T04:36:28.221Z | Compiling icu_locid_transform_data v1.5.0 |
1845 | 2025-02-13T04:36:28.388Z | Compiling icu_locid_transform v1.5.0 |
1846 | 2025-02-13T04:36:28.645Z | Compiling pem-rfc7468 v0.7.0 |
1847 | 2025-02-13T04:36:29.026Z | Compiling tracing v0.1.40 |
1848 | 2025-02-13T04:36:30.355Z | Compiling tokio-util v0.7.12 |
1849 | 2025-02-13T04:36:31.116Z | Compiling icu_collections v1.5.0 |
1850 | 2025-02-13T04:36:31.616Z | Compiling scroll v0.12.0 |
1851 | 2025-02-13T04:36:33.117Z | Compiling ppv-lite86 v0.2.20 |
1852 | 2025-02-13T04:36:33.890Z | Compiling syn v1.0.109 |
1853 | 2025-02-13T04:36:33.962Z | Compiling plain v0.2.3 |
1854 | 2025-02-13T04:36:33.983Z | Compiling powerfmt v0.2.0 |
1855 | 2025-02-13T04:36:34.125Z | Compiling untrusted v0.9.0 |
1856 | 2025-02-13T04:36:34.335Z | Compiling mirai-annotations v1.12.0 |
1857 | 2025-02-13T04:36:34.407Z | Compiling icu_properties_data v1.5.0 |
1858 | 2025-02-13T04:36:34.515Z | Compiling camino v1.1.9 |
1859 | 2025-02-13T04:36:34.562Z | Compiling flagset v0.4.6 |
1860 | 2025-02-13T04:36:34.681Z | Compiling untrusted v0.7.1 |
1861 | 2025-02-13T04:36:34.802Z | Compiling der v0.7.9 |
1862 | 2025-02-13T04:36:34.895Z | Compiling icu_properties v1.5.1 |
1863 | 2025-02-13T04:36:37.494Z | Compiling deranged v0.3.11 |
1864 | 2025-02-13T04:36:37.852Z | Compiling goblin v0.8.2 |
1865 | 2025-02-13T04:36:39.247Z | Compiling rand_chacha v0.3.1 |
1866 | 2025-02-13T04:36:41.389Z | Compiling num_threads v0.1.7 |
1867 | 2025-02-13T04:36:41.515Z | Compiling icu_normalizer_data v1.5.0 |
1868 | 2025-02-13T04:36:41.671Z | Compiling rustls v0.22.4 |
1869 | 2025-02-13T04:36:41.713Z | Compiling utf16_iter v1.0.5 |
1870 | 2025-02-13T04:36:41.909Z | Compiling litrs v0.4.1 |
1871 | 2025-02-13T04:36:42.019Z | Compiling rayon-core v1.12.1 |
1872 | 2025-02-13T04:36:42.416Z | Compiling utf8_iter v1.0.4 |
1873 | 2025-02-13T04:36:42.901Z | Compiling write16 v1.0.0 |
1874 | 2025-02-13T04:36:42.993Z | Compiling pretty-hex v0.4.1 |
1875 | 2025-02-13T04:36:43.087Z | Compiling atomic-waker v1.1.2 |
1876 | 2025-02-13T04:36:43.335Z | Compiling time v0.3.36 |
1877 | 2025-02-13T04:36:43.374Z | Compiling document-features v0.2.10 |
1878 | 2025-02-13T04:36:43.410Z | Compiling icu_normalizer v1.5.0 |
1879 | 2025-02-13T04:36:44.292Z | Compiling dof v0.3.0 |
1880 | 2025-02-13T04:36:45.340Z | Compiling rand v0.8.5 |
1881 | 2025-02-13T04:36:47.075Z | Compiling spki v0.7.3 |
1882 | 2025-02-13T04:36:47.195Z | Compiling form_urlencoded v1.2.1 |
1883 | 2025-02-13T04:36:47.720Z | Compiling salsa20 v0.10.2 |
1884 | 2025-02-13T04:36:47.817Z | Compiling dtrace-parser v0.2.0 |
1885 | 2025-02-13T04:36:48.410Z | Compiling http-body v1.0.1 |
1886 | 2025-02-13T04:36:48.829Z | Compiling pbkdf2 v0.12.2 |
1887 | 2025-02-13T04:36:49.269Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1888 | 2025-02-13T04:36:49.373Z | Compiling thread-id v4.2.2 |
1889 | 2025-02-13T04:36:50.037Z | Compiling try-lock v0.2.5 |
1890 | 2025-02-13T04:36:50.941Z | Compiling want v0.3.1 |
1891 | 2025-02-13T04:36:53.906Z | Compiling scrypt v0.11.0 |
1892 | 2025-02-13T04:36:54.041Z | Compiling idna_adapter v1.2.0 |
1893 | 2025-02-13T04:36:54.061Z | Compiling h2 v0.4.6 |
1894 | 2025-02-13T04:36:54.085Z | Compiling aes v0.8.4 |
1895 | 2025-02-13T04:36:54.350Z | Compiling cbc v0.1.2 |
1896 | 2025-02-13T04:36:54.873Z | Compiling multer v3.1.0 |
1897 | 2025-02-13T04:36:55.267Z | Compiling httpdate v1.0.3 |
1898 | 2025-02-13T04:36:55.438Z | Compiling tinyvec_macros v0.1.1 |
1899 | 2025-02-13T04:36:55.566Z | Compiling slog-async v2.8.0 |
1900 | 2025-02-13T04:36:55.626Z | Compiling base64 v0.22.1 |
1901 | 2025-02-13T04:36:56.205Z | Compiling tinyvec v1.8.0 |
1902 | 2025-02-13T04:36:57.894Z | Compiling pkcs5 v0.7.1 |
1903 | 2025-02-13T04:36:59.316Z | Compiling idna v1.0.3 |
1904 | 2025-02-13T04:37:02.950Z | Compiling hyper v1.5.2 |
1905 | 2025-02-13T04:37:05.212Z | Compiling heapless v0.7.17 |
1906 | 2025-02-13T04:37:05.510Z | Compiling zerocopy-derive v0.6.6 |
1907 | 2025-02-13T04:37:05.689Z | Compiling signal-hook v0.3.17 |
1908 | 2025-02-13T04:37:06.030Z | Compiling anyhow v1.0.95 |
1909 | 2025-02-13T04:37:06.650Z | Compiling num-bigint-dig v0.8.4 |
1910 | 2025-02-13T04:37:06.684Z | Compiling tower-service v0.3.3 |
1911 | 2025-02-13T04:37:06.899Z | Compiling hyper-util v0.1.10 |
1912 | 2025-02-13T04:37:11.050Z | Compiling pkcs8 v0.10.2 |
1913 | 2025-02-13T04:37:11.772Z | Compiling usdt-attr-macro v0.5.0 |
1914 | 2025-02-13T04:37:12.210Z | Compiling usdt-macro v0.5.0 |
1915 | 2025-02-13T04:37:13.662Z | Compiling async-stream-impl v0.3.6 |
1916 | 2025-02-13T04:37:13.741Z | Compiling rustversion v1.0.17 |
1917 | 2025-02-13T04:37:13.826Z | Compiling foreign-types-shared v0.1.1 |
1918 | 2025-02-13T04:37:13.986Z | Compiling strsim v0.11.1 |
1919 | 2025-02-13T04:37:14.146Z | Compiling foreign-types v0.3.2 |
1920 | 2025-02-13T04:37:15.189Z | Compiling url v2.5.3 |
1921 | 2025-02-13T04:37:15.556Z | Compiling http-body-util v0.1.2 |
1922 | 2025-02-13T04:37:16.155Z | Compiling curve25519-dalek v4.1.3 |
1923 | 2025-02-13T04:37:16.652Z | Compiling openapiv3 v2.0.0 |
1924 | 2025-02-13T04:37:17.087Z | Compiling serde_spanned v0.6.8 |
1925 | 2025-02-13T04:37:17.294Z | Compiling toml_datetime v0.6.8 |
1926 | 2025-02-13T04:37:17.494Z | Compiling enum-as-inner v0.6.1 |
1927 | 2025-02-13T04:37:18.677Z | Compiling dropshot v0.12.0 |
1928 | 2025-02-13T04:37:19.054Z | Compiling encoding_rs v0.8.34 |
1929 | 2025-02-13T04:37:20.754Z | Compiling match_cfg v0.1.0 |
1930 | 2025-02-13T04:37:21.017Z | Compiling mime v0.3.17 |
1931 | 2025-02-13T04:37:21.196Z | Compiling newtype-uuid v1.2.1 |
1932 | 2025-02-13T04:37:21.281Z | Compiling smoltcp v0.9.1 |
1933 | 2025-02-13T04:37:21.492Z | Compiling adler2 v2.0.0 |
1934 | 2025-02-13T04:37:21.720Z | Compiling portable-atomic v1.9.0 |
1935 | 2025-02-13T04:37:22.620Z | Compiling miniz_oxide v0.8.0 |
1936 | 2025-02-13T04:37:23.982Z | Compiling hostname v0.3.1 |
1937 | 2025-02-13T04:37:33.835Z | Compiling serde_urlencoded v0.7.1 |
1938 | 2025-02-13T04:37:34.077Z | Compiling rustls-pemfile v2.2.0 |
1939 | 2025-02-13T04:37:34.584Z | Compiling clap_derive v4.5.24 |
1940 | 2025-02-13T04:37:34.640Z | Compiling dirs-sys-next v0.1.2 |
1941 | 2025-02-13T04:37:35.158Z | Compiling data-encoding v2.6.0 |
1942 | 2025-02-13T04:37:36.818Z | Compiling ipnet v2.10.1 |
1943 | 2025-02-13T04:37:39.410Z | Compiling openssl-probe v0.1.5 |
1944 | 2025-02-13T04:37:39.962Z | Compiling siphasher v0.3.11 |
1945 | 2025-02-13T04:37:40.844Z | Compiling dirs-next v2.0.0 |
1946 | 2025-02-13T04:37:42.243Z | Compiling hubpack_derive v0.1.1 |
1947 | 2025-02-13T04:37:43.258Z | Compiling unicode-normalization v0.1.24 |
1948 | 2025-02-13T04:37:44.144Z | Compiling crossbeam-epoch v0.9.18 |
1949 | 2025-02-13T04:37:44.406Z | Compiling dropshot_endpoint v0.12.0 |
1950 | 2025-02-13T04:37:45.334Z | Compiling rustls-webpki v0.102.8 |
1951 | 2025-02-13T04:37:45.355Z | Compiling sha1 v0.10.6 |
1952 | 2025-02-13T04:37:45.776Z | Compiling signature v2.2.0 |
1953 | 2025-02-13T04:37:46.049Z | Compiling curve25519-dalek-derive v0.1.1 |
1954 | 2025-02-13T04:37:46.507Z | Compiling thread_local v1.1.8 |
1955 | 2025-02-13T04:37:47.015Z | Compiling fs-err v2.11.0 |
1956 | 2025-02-13T04:37:47.460Z | Compiling utf8parse v0.2.2 |
1957 | 2025-02-13T04:37:47.529Z | Compiling unicode-bidi v0.3.17 |
1958 | 2025-02-13T04:37:48.028Z | Compiling unicode-properties v0.1.3 |
1959 | 2025-02-13T04:37:48.513Z | Compiling winnow v0.6.20 |
1960 | 2025-02-13T04:37:48.732Z | Compiling anstyle v1.0.10 |
1961 | 2025-02-13T04:37:49.224Z | Compiling psl-types v2.0.11 |
1962 | 2025-02-13T04:37:49.414Z | Compiling gimli v0.31.1 |
1963 | 2025-02-13T04:37:49.649Z | Compiling publicsuffix v2.3.0 |
1964 | 2025-02-13T04:37:50.053Z | Compiling stringprep v0.1.5 |
1965 | 2025-02-13T04:37:50.636Z | Compiling anstyle-parse v0.2.5 |
1966 | 2025-02-13T04:37:52.165Z | Compiling toml_edit v0.22.22 |
1967 | 2025-02-13T04:37:52.584Z | Compiling crossbeam-deque v0.8.5 |
1968 | 2025-02-13T04:37:54.457Z | Compiling addr2line v0.24.2 |
1969 | 2025-02-13T04:37:55.111Z | Compiling term v0.7.0 |
1970 | 2025-02-13T04:37:55.606Z | Compiling tokio-native-tls v0.3.1 |
1971 | 2025-02-13T04:37:55.921Z | Compiling slog-json v2.6.1 |
1972 | 2025-02-13T04:37:56.537Z | Compiling crossbeam-channel v0.5.13 |
1973 | 2025-02-13T04:37:57.933Z | Compiling webpki-roots v0.26.6 |
1974 | 2025-02-13T04:37:58.038Z | Compiling futures-executor v0.3.31 |
1975 | 2025-02-13T04:37:58.223Z | Compiling num-integer v0.1.46 |
1976 | 2025-02-13T04:37:58.474Z | Compiling md-5 v0.10.6 |
1977 | 2025-02-13T04:37:58.525Z | Compiling ff v0.13.0 |
1978 | 2025-02-13T04:37:58.759Z | Compiling hash32 v0.2.1 |
1979 | 2025-02-13T04:37:58.781Z | Compiling is-terminal v0.4.13 |
1980 | 2025-02-13T04:37:58.891Z | Compiling memmap v0.7.0 |
1981 | 2025-02-13T04:37:58.930Z | Compiling object v0.36.5 |
1982 | 2025-02-13T04:37:59.110Z | Compiling rustc-demangle v0.1.24 |
1983 | 2025-02-13T04:37:59.188Z | Compiling base16ct v0.2.0 |
1984 | 2025-02-13T04:37:59.209Z | Compiling utf-8 v0.7.6 |
1985 | 2025-02-13T04:37:59.507Z | Compiling anstyle-query v1.1.1 |
1986 | 2025-02-13T04:37:59.513Z | Compiling is_terminal_polyfill v1.70.1 |
1987 | 2025-02-13T04:37:59.661Z | Compiling fallible-iterator v0.2.0 |
1988 | 2025-02-13T04:37:59.663Z | Compiling heck v0.4.1 |
1989 | 2025-02-13T04:37:59.910Z | Compiling quick-error v1.2.3 |
1990 | 2025-02-13T04:38:00.079Z | Compiling colorchoice v1.0.2 |
1991 | 2025-02-13T04:38:00.083Z | Compiling take_mut v0.2.2 |
1992 | 2025-02-13T04:38:00.271Z | Compiling linked-hash-map v0.5.6 |
1993 | 2025-02-13T04:38:00.301Z | Compiling postgres-protocol v0.6.7 |
1994 | 2025-02-13T04:38:00.620Z | Compiling lru-cache v0.1.2 |
1995 | 2025-02-13T04:38:00.820Z | Compiling anstream v0.6.15 |
1996 | 2025-02-13T04:38:01.227Z | Compiling strum_macros v0.25.3 |
1997 | 2025-02-13T04:38:01.421Z | Compiling resolv-conf v0.7.0 |
1998 | 2025-02-13T04:38:01.442Z | Compiling tungstenite v0.24.0 |
1999 | 2025-02-13T04:38:02.057Z | Compiling sec1 v0.7.3 |
2000 | 2025-02-13T04:38:02.916Z | Compiling usdt v0.5.0 |
2001 | 2025-02-13T04:38:03.210Z | Compiling slog-term v2.9.1 |
2002 | 2025-02-13T04:38:03.380Z | Compiling num-iter v0.1.45 |
2003 | 2025-02-13T04:38:03.587Z | Compiling group v0.13.0 |
2004 | 2025-02-13T04:38:03.913Z | Compiling futures v0.3.31 |
2005 | 2025-02-13T04:38:04.594Z | Compiling tokio-rustls v0.26.0 |
2006 | 2025-02-13T04:38:05.043Z | Compiling slog-bunyan v2.5.0 |
2007 | 2025-02-13T04:38:05.274Z | Compiling hyper-tls v0.6.0 |
2008 | 2025-02-13T04:38:05.705Z | Compiling backtrace v0.3.74 |
2009 | 2025-02-13T04:38:05.721Z | Compiling toml v0.8.19 |
2010 | 2025-02-13T04:38:05.721Z | Compiling tokio-rustls v0.25.0 |
2011 | 2025-02-13T04:38:05.758Z | Compiling cookie_store v0.21.1 |
2012 | 2025-02-13T04:38:06.104Z | Compiling hickory-proto v0.24.3 |
2013 | 2025-02-13T04:38:06.124Z | Compiling phf_shared v0.11.2 |
2014 | 2025-02-13T04:38:06.792Z | Compiling async-stream v0.3.6 |
2015 | 2025-02-13T04:38:07.069Z | Compiling waitgroup v0.1.2 |
2016 | 2025-02-13T04:38:07.408Z | Compiling hashbrown v0.14.5 |
2017 | 2025-02-13T04:38:07.604Z | Compiling hkdf v0.12.4 |
2018 | 2025-02-13T04:38:07.865Z | Compiling terminal_size v0.4.0 |
2019 | 2025-02-13T04:38:08.107Z | Compiling serde_path_to_error v0.1.16 |
2020 | 2025-02-13T04:38:08.596Z | Compiling crypto-bigint v0.5.5 |
2021 | 2025-02-13T04:38:08.687Z | Compiling serde_repr v0.1.19 |
2022 | 2025-02-13T04:38:08.851Z | Compiling derive-where v1.2.7 |
2023 | 2025-02-13T04:38:09.714Z | Compiling sync_wrapper v1.0.1 |
2024 | 2025-02-13T04:38:09.894Z | Compiling hostname v0.4.0 |
2025 | 2025-02-13T04:38:09.916Z | Compiling crc32fast v1.4.2 |
2026 | 2025-02-13T04:38:10.468Z | Compiling unicode-width v0.2.0 |
2027 | 2025-02-13T04:38:11.038Z | Compiling debug-ignore v1.0.5 |
2028 | 2025-02-13T04:38:11.209Z | Compiling bitflags v1.3.2 |
2029 | 2025-02-13T04:38:11.324Z | Compiling winnow v0.5.40 |
2030 | 2025-02-13T04:38:11.655Z | Compiling clap_lex v0.7.4 |
2031 | 2025-02-13T04:38:11.887Z | Compiling managed v0.8.0 |
2032 | 2025-02-13T04:38:12.081Z | Compiling clap_builder v4.5.27 |
2033 | 2025-02-13T04:38:12.841Z | Compiling hickory-resolver v0.24.2 |
2034 | 2025-02-13T04:38:14.134Z | Compiling elliptic-curve v0.13.8 |
2035 | 2025-02-13T04:38:14.378Z | Compiling toml_edit v0.19.15 |
2036 | 2025-02-13T04:38:14.799Z | Compiling console v0.15.10 |
2037 | 2025-02-13T04:38:17.802Z | Compiling flate2 v1.0.35 |
2038 | 2025-02-13T04:38:18.451Z | Compiling regress v0.10.1 |
2039 | 2025-02-13T04:38:19.895Z | Compiling hyper-rustls v0.27.3 |
2040 | 2025-02-13T04:38:21.892Z | Compiling phf v0.11.2 |
2041 | 2025-02-13T04:38:22.234Z | Compiling signal-hook-mio v0.2.4 |
2042 | 2025-02-13T04:38:22.418Z | Compiling rayon v1.10.0 |
2043 | 2025-02-13T04:38:23.032Z | Compiling bzip2 v0.4.4 |
2044 | 2025-02-13T04:38:23.216Z | Compiling tokio-tungstenite v0.24.0 |
2045 | 2025-02-13T04:38:23.363Z | Compiling postgres-types v0.2.8 |
2046 | 2025-02-13T04:38:23.928Z | Compiling ed25519 v2.2.3 |
2047 | 2025-02-13T04:38:24.320Z | Compiling hubpack v0.1.2 |
2048 | 2025-02-13T04:38:24.367Z | Compiling phf_shared v0.10.0 |
2049 | 2025-02-13T04:38:24.745Z | Compiling pkcs1 v0.7.5 |
2050 | 2025-02-13T04:38:25.658Z | Compiling zerocopy v0.6.6 |
2051 | 2025-02-13T04:38:25.724Z | Compiling tokio-stream v0.1.16 |
2052 | 2025-02-13T04:38:25.952Z | Compiling rfc6979 v0.4.0 |
2053 | 2025-02-13T04:38:26.405Z | Compiling serde-big-array v0.5.1 |
2054 | 2025-02-13T04:38:26.481Z | Compiling float-cmp v0.9.0 |
2055 | 2025-02-13T04:38:26.723Z | Compiling bstr v1.10.0 |
2056 | 2025-02-13T04:38:26.919Z | Compiling fixedbitset v0.4.2 |
2057 | 2025-02-13T04:38:27.038Z | Compiling number_prefix v0.4.0 |
2058 | 2025-02-13T04:38:27.115Z | Compiling difflib v0.4.0 |
2059 | 2025-02-13T04:38:27.287Z | Compiling whoami v1.5.2 |
2060 | 2025-02-13T04:38:27.517Z | Compiling unicode-segmentation v1.12.0 |
2061 | 2025-02-13T04:38:27.810Z | Compiling static_assertions v1.1.0 |
2062 | 2025-02-13T04:38:27.836Z | Compiling normalize-line-endings v0.3.0 |
2063 | 2025-02-13T04:38:27.929Z | Compiling precomputed-hash v0.1.1 |
2064 | 2025-02-13T04:38:28.065Z | Compiling predicates-core v1.0.8 |
2065 | 2025-02-13T04:38:28.216Z | Compiling bit-vec v0.6.3 |
2066 | 2025-02-13T04:38:28.244Z | Compiling new_debug_unreachable v1.0.6 |
2067 | 2025-02-13T04:38:28.332Z | Compiling string_cache v0.8.7 |
2068 | 2025-02-13T04:38:28.334Z | Compiling predicates v3.1.2 |
2069 | 2025-02-13T04:38:28.595Z | Compiling bit-set v0.5.3 |
2070 | 2025-02-13T04:38:28.717Z | Compiling similar v2.6.0 |
2071 | 2025-02-13T04:38:29.373Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2072 | 2025-02-13T04:38:29.648Z | Compiling tokio-postgres v0.7.12 |
2073 | 2025-02-13T04:38:31.673Z | Compiling reqwest v0.12.9 |
2074 | 2025-02-13T04:38:32.357Z | Compiling indicatif v0.17.11 |
2075 | 2025-02-13T04:38:34.755Z | Compiling petgraph v0.6.5 |
2076 | 2025-02-13T04:38:35.037Z | Compiling qorb v0.2.1 |
2077 | 2025-02-13T04:38:35.252Z | Compiling ecdsa v0.16.9 |
2078 | 2025-02-13T04:38:35.753Z | Compiling rsa v0.9.6 |
2079 | 2025-02-13T04:38:36.097Z | Compiling ed25519-dalek v2.1.1 |
2080 | 2025-02-13T04:38:36.607Z | Compiling zip v0.6.6 |
2081 | 2025-02-13T04:38:36.846Z | Compiling crossterm v0.28.1 |
2082 | 2025-02-13T04:38:37.175Z | Compiling typify-impl v0.2.0 |
2083 | 2025-02-13T04:38:38.268Z | Compiling toml v0.7.8 |
2084 | 2025-02-13T04:38:39.604Z | Compiling clap v4.5.27 |
2085 | 2025-02-13T04:38:40.685Z | Compiling x509-cert v0.2.5 |
2086 | 2025-02-13T04:38:42.567Z | Compiling hex v0.4.3 |
2087 | 2025-02-13T04:38:44.473Z | Compiling itertools v0.10.5 |
2088 | 2025-02-13T04:38:46.932Z | Compiling lalrpop-util v0.19.12 |
2089 | 2025-02-13T04:38:47.107Z | Compiling peg-runtime v0.8.3 |
2090 | 2025-02-13T04:38:47.988Z | Compiling unicode-xid v0.2.6 |
2091 | 2025-02-13T04:38:48.195Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2092 | 2025-02-13T04:38:48.495Z | Compiling typify-macro v0.2.0 |
2093 | 2025-02-13T04:39:16.429Z | Compiling radium v0.7.0 |
2094 | 2025-02-13T04:39:23.334Z | Compiling tap v1.0.1 |
2095 | 2025-02-13T04:39:24.529Z | Compiling maybe-uninit v2.0.0 |
2096 | 2025-02-13T04:39:24.867Z | Compiling ident_case v1.0.1 |
2097 | 2025-02-13T04:39:25.062Z | Compiling darling_core v0.20.10 |
2098 | 2025-02-13T04:39:27.660Z | Compiling wyz v0.5.1 |
2099 | 2025-02-13T04:39:35.023Z | Compiling typify v0.2.0 |
2100 | 2025-02-13T04:39:38.041Z | Compiling unsafe-libyaml v0.2.11 |
2101 | 2025-02-13T04:39:38.194Z | Compiling funty v2.0.0 |
2102 | 2025-02-13T04:39:39.557Z | Compiling packed_struct v0.10.1 |
2103 | 2025-02-13T04:39:46.861Z | Compiling serde_yaml v0.9.34+deprecated |
2104 | 2025-02-13T04:39:47.162Z | Compiling bitvec v1.0.1 |
2105 | 2025-02-13T04:39:53.164Z | Compiling progenitor-impl v0.8.0 |
2106 | 2025-02-13T04:39:54.046Z | Compiling darling_macro v0.20.10 |
2107 | 2025-02-13T04:39:55.135Z | Compiling ipnetwork v0.20.0 |
2108 | 2025-02-13T04:39:57.944Z | Compiling packed_struct_codegen v0.10.1 |
2109 | 2025-02-13T04:39:58.082Z | Compiling structmeta-derive v0.3.0 |
2110 | 2025-02-13T04:39:58.336Z | Compiling indexmap v1.9.3 |
2111 | 2025-02-13T04:39:58.952Z | Compiling fastrand v2.1.1 |
2112 | 2025-02-13T04:39:59.148Z | Compiling thiserror v2.0.11 |
2113 | 2025-02-13T04:39:59.260Z | Compiling nodrop v0.1.14 |
2114 | 2025-02-13T04:39:59.624Z | Compiling crc-catalog v2.4.0 |
2115 | 2025-02-13T04:39:59.808Z | Compiling crc v3.2.1 |
2116 | 2025-02-13T04:40:00.257Z | Compiling array-init v0.0.4 |
2117 | 2025-02-13T04:40:00.476Z | Compiling structmeta v0.3.0 |
2118 | 2025-02-13T04:40:00.702Z | Compiling tempfile v3.13.0 |
2119 | 2025-02-13T04:40:00.867Z | Compiling progenitor-macro v0.8.0 |
2120 | 2025-02-13T04:40:01.341Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2121 | 2025-02-13T04:40:01.828Z | Compiling darling v0.20.10 |
2122 | 2025-02-13T04:40:01.968Z | Compiling smallvec v0.6.14 |
2123 | 2025-02-13T04:40:02.368Z | Compiling progenitor-client v0.8.0 |
2124 | 2025-02-13T04:40:02.446Z | Compiling xattr v1.3.1 |
2125 | 2025-02-13T04:40:02.779Z | Compiling thiserror-impl v2.0.11 |
2126 | 2025-02-13T04:40:03.243Z | Compiling pin-project-internal v1.1.6 |
2127 | 2025-02-13T04:40:04.334Z | Compiling daft-derive v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
2128 | 2025-02-13T04:40:05.219Z | Compiling filetime v0.2.25 |
2129 | 2025-02-13T04:40:05.465Z | Compiling dropshot v0.15.1 |
2130 | 2025-02-13T04:40:05.608Z | Compiling base64 v0.21.7 |
2131 | 2025-02-13T04:40:05.697Z | Compiling termcolor v1.4.1 |
2132 | 2025-02-13T04:40:05.776Z | Compiling same-file v1.0.6 |
2133 | 2025-02-13T04:40:05.796Z | Compiling hashbrown v0.12.3 |
2134 | 2025-02-13T04:40:06.069Z | Compiling bitfield v0.14.0 |
2135 | 2025-02-13T04:40:06.397Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2136 | 2025-02-13T04:40:06.727Z | Compiling env_logger v0.10.2 |
2137 | 2025-02-13T04:40:06.750Z | Compiling ron v0.8.1 |
2138 | 2025-02-13T04:40:08.097Z | Compiling walkdir v2.5.0 |
2139 | 2025-02-13T04:40:09.741Z | Compiling pin-project v1.1.6 |
2140 | 2025-02-13T04:40:09.930Z | Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
2141 | 2025-02-13T04:40:10.009Z | Compiling tar v0.4.42 |
2142 | 2025-02-13T04:40:10.262Z | Compiling serde-hex v0.1.0 |
2143 | 2025-02-13T04:40:11.833Z | Compiling progenitor v0.8.0 |
2144 | 2025-02-13T04:40:12.212Z | Compiling serde_with_macros v3.11.0 |
2145 | 2025-02-13T04:40:12.620Z | Compiling parse-display-derive v0.10.0 |
2146 | 2025-02-13T04:40:14.680Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2147 | 2025-02-13T04:40:15.036Z | Compiling strum_macros v0.26.4 |
2148 | 2025-02-13T04:40:15.264Z | Compiling hashbrown v0.13.2 |
2149 | 2025-02-13T04:40:15.881Z | Compiling dropshot_endpoint v0.15.1 |
2150 | 2025-02-13T04:40:16.173Z | Compiling snafu-derive v0.8.5 |
2151 | 2025-02-13T04:40:16.490Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2152 | 2025-02-13T04:40:17.182Z | Compiling blake3 v1.5.4 |
2153 | 2025-02-13T04:40:17.805Z | Compiling instant v0.1.13 |
2154 | 2025-02-13T04:40:18.003Z | Compiling crc-any v2.5.0 |
2155 | 2025-02-13T04:40:19.037Z | Compiling buf-list v1.0.3 |
2156 | 2025-02-13T04:40:19.160Z | Compiling bumpalo v3.16.0 |
2157 | 2025-02-13T04:40:19.602Z | Compiling zip v2.1.3 |
2158 | 2025-02-13T04:40:19.745Z | Compiling simd-adler32 v0.3.7 |
2159 | 2025-02-13T04:40:19.876Z | Compiling lockfree-object-pool v0.1.6 |
2160 | 2025-02-13T04:40:20.158Z | Compiling zopfli v0.8.1 |
2161 | 2025-02-13T04:40:20.580Z | Compiling snafu v0.8.5 |
2162 | 2025-02-13T04:40:21.049Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2163 | 2025-02-13T04:40:21.843Z | Compiling strum v0.26.3 |
2164 | 2025-02-13T04:40:22.087Z | Compiling backoff v0.4.0 |
2165 | 2025-02-13T04:40:23.126Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2166 | 2025-02-13T04:40:23.371Z | Compiling object v0.30.4 |
2167 | 2025-02-13T04:40:23.419Z | Compiling parse-display v0.10.0 |
2168 | 2025-02-13T04:40:24.329Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2169 | 2025-02-13T04:40:25.288Z | Compiling serde_with v3.11.0 |
2170 | 2025-02-13T04:40:25.947Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2171 | 2025-02-13T04:40:26.681Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2172 | 2025-02-13T04:40:29.263Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2173 | 2025-02-13T04:40:29.979Z | Compiling camino-tempfile v1.1.1 |
2174 | 2025-02-13T04:40:30.714Z | Compiling globset v0.4.15 |
2175 | 2025-02-13T04:40:30.822Z | Compiling regress v0.9.1 |
2176 | 2025-02-13T04:40:35.232Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2177 | 2025-02-13T04:40:35.451Z | Compiling progenitor-client v0.9.1 |
2178 | 2025-02-13T04:40:35.712Z | Compiling olpc-cjson v0.1.4 |
2179 | 2025-02-13T04:40:36.052Z | Compiling pem v3.0.4 |
2180 | 2025-02-13T04:40:36.441Z | Compiling serde_plain v1.0.2 |
2181 | 2025-02-13T04:40:36.999Z | Compiling cargo-platform v0.1.8 |
2182 | 2025-02-13T04:40:37.439Z | Compiling macaddr v1.0.1 |
2183 | 2025-02-13T04:40:37.498Z | Compiling async-recursion v1.1.1 |
2184 | 2025-02-13T04:40:38.022Z | Compiling memmap2 v0.9.5 |
2185 | 2025-02-13T04:40:38.065Z | Compiling constant_time_eq v0.3.1 |
2186 | 2025-02-13T04:40:38.122Z | Compiling arrayref v0.3.9 |
2187 | 2025-02-13T04:40:38.250Z | Compiling typed-path v0.9.3 |
2188 | 2025-02-13T04:40:38.271Z | Compiling path-slash v0.1.5 |
2189 | 2025-02-13T04:40:38.535Z | Compiling arrayvec v0.7.6 |
2190 | 2025-02-13T04:40:38.592Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2191 | 2025-02-13T04:40:38.827Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2192 | 2025-02-13T04:40:39.235Z | Compiling cargo_metadata v0.18.1 |
2193 | 2025-02-13T04:40:41.535Z | Compiling tough v0.19.0 |
2194 | 2025-02-13T04:40:44.377Z | Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2195 | 2025-02-13T04:40:44.568Z | Compiling itertools v0.13.0 |
2196 | 2025-02-13T04:40:44.849Z | Compiling topological-sort v0.2.2 |
2197 | 2025-02-13T04:40:45.153Z | Compiling parse-size v1.1.0 |
2198 | 2025-02-13T04:40:45.156Z | Compiling omicron-zone-package v0.12.0 |
2199 | 2025-02-13T04:40:45.491Z | Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2200 | 2025-02-13T04:40:48.114Z | Compiling shell-words v1.1.0 |
2201 | 2025-02-13T04:40:51.140Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2202 | 2025-02-13T04:41:04.123Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2203 | 2025-02-13T04:41:19.177Z | Finished `release` profile [optimized] target(s) in 5m 38s |
2204 | 2025-02-13T04:41:19.345Z | Running `target/release/omicron-releng --output-dir /work` |
2205 | 2025-02-13T04:41:19.391Z | Feb 13 04:41:18.469 DEBG changing working directory to /work/oxidecomputer/omicron |
2206 | 2025-02-13T04:41:19.499Z | Feb 13 04:41:18.577 DEBG running: git rev-parse HEAD |
2207 | 2025-02-13T04:41:19.506Z | Feb 13 04:41:18.584 DEBG process exited with exit status: 0 (6.969019ms) |
2208 | 2025-02-13T04:41:19.506Z | Feb 13 04:41:18.584 INFO version: 13.0.0-0.ci+gitc3b0e63cb25 |
2209 | 2025-02-13T04:41:19.547Z | Feb 13 04:41:18.624 INFO cloning helios to /work/oxidecomputer/helios |
2210 | 2025-02-13T04:41:19.547Z | Feb 13 04:41:18.624 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
2211 | 2025-02-13T04:41:19.552Z | Cloning into '/work/oxidecomputer/helios'... |
2212 | 2025-02-13T04:41:20.289Z | Feb 13 04:41:19.366 DEBG process exited with exit status: 0 (741.274474ms) |
2213 | 2025-02-13T04:41:20.289Z | Feb 13 04:41:19.366 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
2214 | 2025-02-13T04:41:21.191Z | Feb 13 04:41:20.269 DEBG process exited with exit status: 0 (902.605198ms) |
2215 | 2025-02-13T04:41:21.191Z | Feb 13 04:41:20.269 DEBG running: zfs list rpool/images/build/host |
2216 | 2025-02-13T04:41:21.198Z | NAME USED AVAIL REFER MOUNTPOINT |
2217 | 2025-02-13T04:41:21.198Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
2218 | 2025-02-13T04:41:21.201Z | Feb 13 04:41:20.276 DEBG process exited with exit status: 0 (7.554377ms) |
2219 | 2025-02-13T04:41:21.201Z | Feb 13 04:41:20.276 DEBG running: zfs list rpool/images/build/recovery |
2220 | 2025-02-13T04:41:21.205Z | NAME USED AVAIL REFER MOUNTPOINT |
2221 | 2025-02-13T04:41:21.205Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
2222 | 2025-02-13T04:41:21.207Z | Feb 13 04:41:20.283 DEBG process exited with exit status: 0 (6.374812ms) |
2223 | 2025-02-13T04:41:21.207Z | Feb 13 04:41:20.283 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
2224 | 2025-02-13T04:41:21.213Z | # branch.oid 6f70a2d0ac0dd1cd4770e572051ba364029292ff |
2225 | 2025-02-13T04:41:21.213Z | # branch.head master |
2226 | 2025-02-13T04:41:21.213Z | # branch.upstream origin/master |
2227 | 2025-02-13T04:41:21.213Z | # branch.ab +0 -0 |
2228 | 2025-02-13T04:41:21.216Z | Feb 13 04:41:20.291 DEBG process exited with exit status: 0 (8.245723ms) |
2229 | 2025-02-13T04:41:21.216Z | Feb 13 04:41:20.292 INFO [hubris-staging] running task |
2230 | 2025-02-13T04:41:21.216Z | Feb 13 04:41:20.292 INFO [hubris-production] running task |
2231 | 2025-02-13T04:41:21.216Z | Feb 13 04:41:20.293 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
2232 | 2025-02-13T04:41:21.219Z | Feb 13 04:41:20.296 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
2233 | 2025-02-13T04:41:21.290Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
2234 | 2025-02-13T04:41:21.693Z | [ omicron-package] Blocking waiting for file lock on package cache |
2235 | 2025-02-13T04:41:22.156Z | [ omicron-package] Blocking waiting for file lock on package cache |
2236 | 2025-02-13T04:41:22.436Z | [ omicron-package] Blocking waiting for file lock on package cache |
2237 | 2025-02-13T04:41:23.170Z | Feb 13 04:41:22.247 INFO [hubris-production] task succeeded (1.954911758s) |
2238 | 2025-02-13T04:41:23.332Z | [ omicron-package] Compiling zerocopy v0.8.10 |
2239 | 2025-02-13T04:41:23.335Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
2240 | 2025-02-13T04:41:23.335Z | [ omicron-package] Compiling itertools v0.13.0 |
2241 | 2025-02-13T04:41:23.335Z | [ omicron-package] Compiling zerocopy-derive v0.8.10 |
2242 | 2025-02-13T04:41:23.336Z | [ omicron-package] Compiling heapless v0.8.0 |
2243 | 2025-02-13T04:41:23.336Z | [ omicron-package] Compiling hash32 v0.3.1 |
2244 | 2025-02-13T04:41:23.336Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2245 | 2025-02-13T04:41:23.336Z | [ omicron-package] Compiling smoltcp v0.11.0 |
2246 | 2025-02-13T04:41:24.332Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
2247 | 2025-02-13T04:41:24.588Z | [ omicron-package] Compiling cobs v0.2.3 |
2248 | 2025-02-13T04:41:25.077Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2249 | 2025-02-13T04:41:25.633Z | [ omicron-package] Compiling postcard v1.0.10 |
2250 | 2025-02-13T04:41:25.656Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
2251 | 2025-02-13T04:41:26.071Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
2252 | 2025-02-13T04:41:26.132Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2253 | 2025-02-13T04:41:26.307Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
2254 | 2025-02-13T04:41:27.131Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
2255 | 2025-02-13T04:41:27.624Z | [ omicron-package] Compiling unicode-width v0.1.14 |
2256 | 2025-02-13T04:41:27.683Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2257 | 2025-02-13T04:41:29.093Z | [ omicron-package] Compiling tabwriter v1.4.0 |
2258 | 2025-02-13T04:41:29.198Z | [ omicron-package] Compiling foreign-types v0.5.0 |
2259 | 2025-02-13T04:41:29.201Z | [ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2260 | 2025-02-13T04:41:29.627Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2261 | 2025-02-13T04:41:29.776Z | [ omicron-package] Compiling num_enum v0.5.11 |
2262 | 2025-02-13T04:41:30.021Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
2263 | 2025-02-13T04:41:30.124Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2264 | 2025-02-13T04:41:30.581Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2265 | 2025-02-13T04:41:30.643Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
2266 | 2025-02-13T04:41:31.186Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
2267 | 2025-02-13T04:41:31.416Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2268 | 2025-02-13T04:41:31.538Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2269 | 2025-02-13T04:41:31.786Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2270 | 2025-02-13T04:41:32.106Z | [ omicron-package] Compiling colored v2.1.0 |
2271 | 2025-02-13T04:41:32.109Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2272 | 2025-02-13T04:41:32.863Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2273 | 2025-02-13T04:41:33.065Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
2274 | 2025-02-13T04:41:33.182Z | [ omicron-package] Compiling sigpipe v0.1.3 |
2275 | 2025-02-13T04:41:33.671Z | [ omicron-package] Compiling num-derive v0.4.2 |
2276 | 2025-02-13T04:41:33.769Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
2277 | 2025-02-13T04:41:34.373Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2278 | 2025-02-13T04:41:34.530Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2279 | 2025-02-13T04:41:34.585Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2280 | 2025-02-13T04:41:35.302Z | [ omicron-package] Compiling smf v0.2.3 |
2281 | 2025-02-13T04:41:35.353Z | [ omicron-package] Compiling zone v0.3.0 |
2282 | 2025-02-13T04:41:35.626Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2283 | 2025-02-13T04:41:36.545Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
2284 | 2025-02-13T04:41:38.096Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2285 | 2025-02-13T04:41:38.801Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2286 | 2025-02-13T04:41:39.672Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2287 | 2025-02-13T04:41:39.830Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2288 | 2025-02-13T04:41:39.925Z | [ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2289 | 2025-02-13T04:41:40.017Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2290 | 2025-02-13T04:41:40.070Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2291 | 2025-02-13T04:41:40.151Z | [ omicron-package] Compiling gethostname v0.5.0 |
2292 | 2025-02-13T04:41:40.487Z | [ omicron-package] Compiling indent_write v2.2.0 |
2293 | 2025-02-13T04:41:40.937Z | [ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2294 | 2025-02-13T04:41:43.242Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2295 | 2025-02-13T04:41:44.499Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2296 | 2025-02-13T04:41:46.044Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2297 | 2025-02-13T04:41:48.769Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2298 | 2025-02-13T04:41:49.264Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2299 | 2025-02-13T04:41:51.422Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2300 | 2025-02-13T04:41:54.488Z | Feb 13 04:41:53.559 INFO [hubris-staging] task succeeded (33.266748055s) |
2301 | 2025-02-13T04:41:59.697Z | [ helios-setup] Feb 13 04:41:58.769 INFO helios repository root is: /work/oxidecomputer/helios |
2302 | 2025-02-13T04:41:59.700Z | [ helios-setup] Feb 13 04:41:58.771 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 |
2303 | 2025-02-13T04:41:59.700Z | [ helios-setup] Feb 13 04:41:58.771 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 |
2304 | 2025-02-13T04:41:59.703Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2305 | 2025-02-13T04:42:00.739Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
2306 | 2025-02-13T04:42:00.745Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
2307 | 2025-02-13T04:42:08.478Z | [ helios-setup] Submodule path 'amd-firmware': checked out '1a6eeff3c909666c2c562bb7d934fad7744bf7de' |
2308 | 2025-02-13T04:42:08.488Z | [ helios-setup] Feb 13 04:42:07.560 INFO clone ok!, project: amd-host-image-builder |
2309 | 2025-02-13T04:42:08.491Z | [ helios-setup] Feb 13 04:42:07.560 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 |
2310 | 2025-02-13T04:42:08.491Z | [ helios-setup] Feb 13 04:42:07.560 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2311 | 2025-02-13T04:42:08.494Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2312 | 2025-02-13T04:42:08.972Z | [ helios-setup] Feb 13 04:42:08.043 INFO clone ok!, project: pinprick |
2313 | 2025-02-13T04:42:08.975Z | [ helios-setup] Feb 13 04:42:08.043 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 |
2314 | 2025-02-13T04:42:08.975Z | [ helios-setup] Feb 13 04:42:08.043 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2315 | 2025-02-13T04:42:08.978Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2316 | 2025-02-13T04:42:09.100Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 47.87s |
2317 | 2025-02-13T04:42:09.350Z | [ omicron-package] |
2318 | 2025-02-13T04:42:09.350Z | [ omicron-package] real 48.083395541 |
2319 | 2025-02-13T04:42:09.350Z | [ omicron-package] user 3:01.215507461 |
2320 | 2025-02-13T04:42:09.353Z | [ omicron-package] sys 18.243783239 |
2321 | 2025-02-13T04:42:09.353Z | [ omicron-package] trap 0.402749652 |
2322 | 2025-02-13T04:42:09.353Z | [ omicron-package] tflt 1.138411929 |
2323 | 2025-02-13T04:42:09.353Z | [ omicron-package] dflt 0.740613151 |
2324 | 2025-02-13T04:42:09.353Z | [ omicron-package] kflt 0.019316392 |
2325 | 2025-02-13T04:42:09.353Z | [ omicron-package] lock 5:35.464210159 |
2326 | 2025-02-13T04:42:09.354Z | [ omicron-package] slp 9:29.520141035 |
2327 | 2025-02-13T04:42:09.354Z | [ omicron-package] lat 1:37.732773837 |
2328 | 2025-02-13T04:42:09.354Z | [ omicron-package] stop 53.760715298 |
2329 | 2025-02-13T04:42:09.354Z | Feb 13 04:42:08.422 INFO [omicron-package] process exited with exit status: 0 (48.128830989s) |
2330 | 2025-02-13T04:42:09.354Z | Feb 13 04:42:08.422 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host |
2331 | 2025-02-13T04:42:09.438Z | Feb 13 04:42:08.510 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery |
2332 | 2025-02-13T04:42:09.449Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
2333 | 2025-02-13T04:42:09.452Z | [ host-target] Created new build target 'host' and set it as active |
2334 | 2025-02-13T04:42:09.452Z | Feb 13 04:42:08.523 INFO [host-target] process exited with exit status: 0 (101.231315ms) |
2335 | 2025-02-13T04:42:09.452Z | Feb 13 04:42:08.523 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
2336 | 2025-02-13T04:42:09.460Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
2337 | 2025-02-13T04:42:09.463Z | [ recovery-target] Created new build target 'recovery' and set it as active |
2338 | 2025-02-13T04:42:09.463Z | Feb 13 04:42:08.534 INFO [recovery-target] process exited with exit status: 0 (24.005077ms) |
2339 | 2025-02-13T04:42:09.470Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
2340 | 2025-02-13T04:42:09.829Z | [ helios-setup] Feb 13 04:42:08.900 INFO clone ok!, project: pilot |
2341 | 2025-02-13T04:42:09.832Z | [ helios-setup] Feb 13 04:42:08.900 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 |
2342 | 2025-02-13T04:42:09.832Z | [ helios-setup] Feb 13 04:42:08.900 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2343 | 2025-02-13T04:42:09.835Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2344 | 2025-02-13T04:42:10.337Z | [ helios-setup] Feb 13 04:42:09.408 INFO clone ok!, project: bootserver |
2345 | 2025-02-13T04:42:10.340Z | [ helios-setup] Feb 13 04:42:09.409 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 | 2025-02-13T04:42:10.340Z | [ helios-setup] Feb 13 04:42:09.409 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2347 | 2025-02-13T04:42:10.343Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2348 | 2025-02-13T04:42:10.696Z | [ host-package] Compiling thiserror v2.0.11 |
2349 | 2025-02-13T04:42:10.840Z | [ host-package] Compiling typify-impl v0.3.0 |
2350 | 2025-02-13T04:42:10.858Z | [ host-package] Compiling convert_case v0.4.0 |
2351 | 2025-02-13T04:42:10.858Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2352 | 2025-02-13T04:42:10.861Z | [ host-package] Compiling newline-converter v0.3.0 |
2353 | 2025-02-13T04:42:10.861Z | [ host-package] Compiling password-hash v0.5.0 |
2354 | 2025-02-13T04:42:10.861Z | [ host-package] Compiling blake2 v0.10.6 |
2355 | 2025-02-13T04:42:10.888Z | [ helios-setup] Feb 13 04:42:09.959 INFO clone ok!, project: image-builder |
2356 | 2025-02-13T04:42:10.891Z | [ helios-setup] Feb 13 04:42:09.959 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 |
2357 | 2025-02-13T04:42:10.891Z | [ helios-setup] Feb 13 04:42:09.959 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2358 | 2025-02-13T04:42:10.894Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2359 | 2025-02-13T04:42:10.897Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2360 | 2025-02-13T04:42:11.036Z | [ host-package] Compiling expectorate v1.1.0 |
2361 | 2025-02-13T04:42:11.127Z | [ host-package] Compiling atomicwrites v0.4.4 |
2362 | 2025-02-13T04:42:11.347Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2363 | 2025-02-13T04:42:11.614Z | [ host-package] Compiling argon2 v0.5.3 |
2364 | 2025-02-13T04:42:11.662Z | [ host-package] Compiling derive_more v0.99.18 |
2365 | 2025-02-13T04:42:11.683Z | [ host-package] Compiling owo-colors v4.1.0 |
2366 | 2025-02-13T04:42:11.739Z | [ host-package] Compiling num-rational v0.4.2 |
2367 | 2025-02-13T04:42:12.073Z | [ host-package] Compiling progenitor-client v0.9.1 |
2368 | 2025-02-13T04:42:12.113Z | [ host-package] Compiling num-complex v0.4.6 |
2369 | 2025-02-13T04:42:12.695Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2370 | 2025-02-13T04:42:13.221Z | [ host-package] Compiling num v0.4.3 |
2371 | 2025-02-13T04:42:13.372Z | [ host-package] Compiling libsw v3.3.1 |
2372 | 2025-02-13T04:42:13.711Z | [ host-package] Compiling swrite v0.1.0 |
2373 | 2025-02-13T04:42:13.885Z | [ host-package] Compiling linear-map v1.2.0 |
2374 | 2025-02-13T04:42:14.074Z | [ host-package] Compiling float-ord v0.3.2 |
2375 | 2025-02-13T04:42:14.102Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2376 | 2025-02-13T04:42:14.158Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2377 | 2025-02-13T04:42:14.293Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2378 | 2025-02-13T04:42:14.317Z | [ host-package] Compiling highway v1.2.0 |
2379 | 2025-02-13T04:42:15.757Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2380 | 2025-02-13T04:42:15.869Z | [ host-package] Compiling semver v0.1.20 |
2381 | 2025-02-13T04:42:16.457Z | [ host-package] Compiling rustc_version v0.1.7 |
2382 | 2025-02-13T04:42:16.865Z | [ host-package] Compiling newtype_derive v0.1.6 |
2383 | 2025-02-13T04:42:17.195Z | [ host-package] Compiling tungstenite v0.21.0 |
2384 | 2025-02-13T04:42:17.932Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2385 | 2025-02-13T04:42:19.465Z | [ helios-setup] Feb 13 04:42:18.535 INFO clone ok!, project: amd-firmware |
2386 | 2025-02-13T04:42:19.468Z | [ helios-setup] Feb 13 04:42:18.535 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 |
2387 | 2025-02-13T04:42:19.468Z | [ helios-setup] Feb 13 04:42:18.535 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2388 | 2025-02-13T04:42:19.471Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2389 | 2025-02-13T04:42:20.705Z | [ helios-setup] Feb 13 04:42:19.775 INFO clone ok!, project: chelsio-t6-roms |
2390 | 2025-02-13T04:42:20.708Z | [ helios-setup] Feb 13 04:42:19.775 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2391 | 2025-02-13T04:42:20.708Z | [ helios-setup] Feb 13 04:42:19.775 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2392 | 2025-02-13T04:42:20.708Z | [ helios-setup] Feb 13 04:42:19.775 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 |
2393 | 2025-02-13T04:42:20.708Z | [ helios-setup] Feb 13 04:42:19.775 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2394 | 2025-02-13T04:42:20.711Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2395 | 2025-02-13T04:42:21.492Z | [ helios-setup] Feb 13 04:42:20.561 INFO clone ok!, project: phbl |
2396 | 2025-02-13T04:42:21.495Z | [ helios-setup] Feb 13 04:42:20.562 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2397 | 2025-02-13T04:42:21.495Z | [ helios-setup] Feb 13 04:42:20.562 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2398 | 2025-02-13T04:42:22.198Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2399 | 2025-02-13T04:42:22.334Z | [ helios-setup] Feb 13 04:42:21.403 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2400 | 2025-02-13T04:42:22.451Z | [ host-package] Compiling typify-macro v0.3.0 |
2401 | 2025-02-13T04:42:22.663Z | [ host-package] Compiling ipnetwork v0.20.0 |
2402 | 2025-02-13T04:42:22.990Z | [ helios-setup] Feb 13 04:42:22.059 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2403 | 2025-02-13T04:42:22.990Z | [ helios-setup] Feb 13 04:42:22.059 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2404 | 2025-02-13T04:42:23.473Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2405 | 2025-02-13T04:42:23.562Z | [ helios-setup] Feb 13 04:42:22.632 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2406 | 2025-02-13T04:42:24.066Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2407 | 2025-02-13T04:42:24.131Z | [ helios-setup] Feb 13 04:42:23.199 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2408 | 2025-02-13T04:42:24.131Z | [ helios-setup] Feb 13 04:42:23.199 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2409 | 2025-02-13T04:42:24.156Z | [ host-package] Compiling progenitor-client v0.8.0 |
2410 | 2025-02-13T04:42:24.235Z | [ host-package] Compiling humantime v2.1.0 |
2411 | 2025-02-13T04:42:24.735Z | [ helios-setup] Feb 13 04:42:23.803 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2412 | 2025-02-13T04:42:24.757Z | [ host-package] Compiling progenitor v0.8.0 |
2413 | 2025-02-13T04:42:25.055Z | [ host-package] Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
2414 | 2025-02-13T04:42:25.116Z | [ host-package] Compiling dropshot v0.15.1 |
2415 | 2025-02-13T04:42:25.189Z | [ host-package] Compiling instant v0.1.13 |
2416 | 2025-02-13T04:42:25.273Z | [ helios-setup] Feb 13 04:42:24.342 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2417 | 2025-02-13T04:42:25.276Z | [ helios-setup] Feb 13 04:42:24.342 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2418 | 2025-02-13T04:42:25.276Z | [ helios-setup] Feb 13 04:42:24.342 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2419 | 2025-02-13T04:42:25.276Z | [ helios-setup] Feb 13 04:42:24.342 INFO ok! |
2420 | 2025-02-13T04:42:25.276Z | [ helios-setup] Feb 13 04:42:24.342 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2421 | 2025-02-13T04:42:25.276Z | [ helios-setup] Feb 13 04:42:24.342 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2422 | 2025-02-13T04:42:25.276Z | [ helios-setup] Feb 13 04:42:24.342 INFO ok! |
2423 | 2025-02-13T04:42:25.276Z | [ helios-setup] Feb 13 04:42:24.342 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2424 | 2025-02-13T04:42:25.276Z | [ helios-setup] Feb 13 04:42:24.342 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2425 | 2025-02-13T04:42:25.276Z | [ helios-setup] Feb 13 04:42:24.342 INFO ok! |
2426 | 2025-02-13T04:42:25.276Z | [ helios-setup] Feb 13 04:42:24.342 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
2427 | 2025-02-13T04:42:25.276Z | [ helios-setup] Feb 13 04:42:24.342 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
2428 | 2025-02-13T04:42:25.283Z | [ helios-setup] Feb 13 04:42:24.353 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
2429 | 2025-02-13T04:42:25.418Z | [ host-package] Compiling backoff v0.4.0 |
2430 | 2025-02-13T04:42:25.440Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2431 | 2025-02-13T04:42:25.591Z | [ helios-setup] Feb 13 04:42:24.660 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
2432 | 2025-02-13T04:42:25.591Z | [ helios-setup] Feb 13 04:42:24.660 INFO E| info: downloading component 'cargo' |
2433 | 2025-02-13T04:42:25.792Z | [ host-package] Compiling steno v0.4.1 |
2434 | 2025-02-13T04:42:25.896Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2435 | 2025-02-13T04:42:26.158Z | [ host-package] Compiling typify v0.3.0 |
2436 | 2025-02-13T04:42:26.332Z | [ host-package] Compiling progenitor-impl v0.9.1 |
2437 | 2025-02-13T04:42:26.893Z | [ helios-setup] Feb 13 04:42:25.961 INFO E| info: downloading component 'clippy' |
2438 | 2025-02-13T04:42:27.290Z | [ helios-setup] Feb 13 04:42:26.359 INFO E| info: downloading component 'rust-docs' |
2439 | 2025-02-13T04:42:29.127Z | [ helios-setup] Feb 13 04:42:28.194 INFO E| info: downloading component 'rust-src' |
2440 | 2025-02-13T04:42:29.322Z | [ helios-setup] Feb 13 04:42:28.387 INFO E| info: downloading component 'rust-std' |
2441 | 2025-02-13T04:42:31.530Z | [ helios-setup] Feb 13 04:42:30.598 INFO E| info: downloading component 'rustc' |
2442 | 2025-02-13T04:42:32.740Z | [ host-package] Compiling progenitor-macro v0.9.1 |
2443 | 2025-02-13T04:42:34.018Z | [ host-package] Compiling parse-display v0.10.0 |
2444 | 2025-02-13T04:42:34.463Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2445 | 2025-02-13T04:42:34.578Z | [ host-package] Compiling strum v0.26.3 |
2446 | 2025-02-13T04:42:34.667Z | [ host-package] Compiling serde_with v3.11.0 |
2447 | 2025-02-13T04:42:34.789Z | [ host-package] Compiling regress v0.9.1 |
2448 | 2025-02-13T04:42:37.201Z | [ helios-setup] Feb 13 04:42:36.269 INFO E| info: downloading component 'rustfmt' |
2449 | 2025-02-13T04:42:37.441Z | [ helios-setup] Feb 13 04:42:36.509 INFO E| info: installing component 'cargo' |
2450 | 2025-02-13T04:42:37.458Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2451 | 2025-02-13T04:42:38.716Z | [ helios-setup] Feb 13 04:42:37.782 INFO E| info: installing component 'clippy' |
2452 | 2025-02-13T04:42:39.117Z | [ helios-setup] Feb 13 04:42:38.184 INFO E| info: installing component 'rust-docs' |
2453 | 2025-02-13T04:42:39.202Z | [ host-package] Compiling macaddr v1.0.1 |
2454 | 2025-02-13T04:42:39.648Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2455 | 2025-02-13T04:42:40.004Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2456 | 2025-02-13T04:42:40.351Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2457 | 2025-02-13T04:42:40.872Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2458 | 2025-02-13T04:42:40.945Z | [ host-package] Compiling prettyplease v0.2.25 |
2459 | 2025-02-13T04:42:43.359Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2460 | 2025-02-13T04:42:45.092Z | [ helios-setup] Feb 13 04:42:44.159 INFO E| info: installing component 'rust-src' |
2461 | 2025-02-13T04:42:45.106Z | [ host-package] Compiling progenitor v0.9.1 |
2462 | 2025-02-13T04:42:45.474Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2463 | 2025-02-13T04:42:45.719Z | [ helios-setup] Feb 13 04:42:44.786 INFO E| info: installing component 'rust-std' |
2464 | 2025-02-13T04:42:47.714Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2465 | 2025-02-13T04:42:48.101Z | [ helios-setup] Feb 13 04:42:47.167 INFO E| info: installing component 'rustc' |
2466 | 2025-02-13T04:42:49.596Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2467 | 2025-02-13T04:42:54.176Z | [ helios-setup] Feb 13 04:42:53.241 INFO E| info: installing component 'rustfmt' |
2468 | 2025-02-13T04:42:55.073Z | [ helios-setup] Feb 13 04:42:54.138 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
2469 | 2025-02-13T04:42:55.940Z | [ helios-setup] Feb 13 04:42:55.005 INFO E| From https://github.com/oxidecomputer/amd-apcb |
2470 | 2025-02-13T04:42:55.940Z | [ helios-setup] Feb 13 04:42:55.005 INFO E| * [new ref] fb4e63cc3fd34b5581b0e487c2f5d4addca198a6 -> refs/commit/fb4e63cc3fd34b5581b0e487c2f5d4addca198a6 |
2471 | 2025-02-13T04:42:55.943Z | [ helios-setup] Feb 13 04:42:55.005 INFO E| * [new tag] v0.4.5 -> v0.4.5 |
2472 | 2025-02-13T04:42:55.971Z | [ helios-setup] Feb 13 04:42:55.037 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
2473 | 2025-02-13T04:42:55.974Z | [ helios-setup] Feb 13 04:42:55.037 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
2474 | 2025-02-13T04:42:55.974Z | [ helios-setup] Feb 13 04:42:55.037 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
2475 | 2025-02-13T04:42:55.974Z | [ helios-setup] Feb 13 04:42:55.038 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2476 | 2025-02-13T04:42:55.974Z | [ helios-setup] Feb 13 04:42:55.038 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2477 | 2025-02-13T04:42:55.974Z | [ helios-setup] Feb 13 04:42:55.038 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2478 | 2025-02-13T04:42:55.974Z | [ helios-setup] Feb 13 04:42:55.039 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
2479 | 2025-02-13T04:42:55.974Z | [ helios-setup] Feb 13 04:42:55.039 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
2480 | 2025-02-13T04:42:55.974Z | [ helios-setup] Feb 13 04:42:55.039 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2481 | 2025-02-13T04:42:55.974Z | [ helios-setup] Feb 13 04:42:55.039 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2482 | 2025-02-13T04:42:55.977Z | [ helios-setup] Feb 13 04:42:55.040 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
2483 | 2025-02-13T04:42:55.977Z | [ helios-setup] Feb 13 04:42:55.040 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
2484 | 2025-02-13T04:42:55.977Z | [ helios-setup] Feb 13 04:42:55.040 INFO E| * [new tag] v0.4.4 -> v0.4.4 |
2485 | 2025-02-13T04:42:56.014Z | [ helios-setup] Feb 13 04:42:55.078 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
2486 | 2025-02-13T04:42:57.068Z | [ helios-setup] Feb 13 04:42:56.133 INFO E| From https://github.com/oxidecomputer/amd-efs |
2487 | 2025-02-13T04:42:57.068Z | [ helios-setup] Feb 13 04:42:56.133 INFO E| * [new branch] empty -> origin/empty |
2488 | 2025-02-13T04:42:57.071Z | [ helios-setup] Feb 13 04:42:56.134 INFO E| * [new branch] issue-99 -> origin/issue-99 |
2489 | 2025-02-13T04:42:57.071Z | [ helios-setup] Feb 13 04:42:56.134 INFO E| * [new branch] main -> origin/main |
2490 | 2025-02-13T04:42:57.071Z | [ helios-setup] Feb 13 04:42:56.134 INFO E| * [new branch] review -> origin/review |
2491 | 2025-02-13T04:42:57.071Z | [ helios-setup] Feb 13 04:42:56.134 INFO E| * [new ref] -> origin/HEAD |
2492 | 2025-02-13T04:42:57.071Z | [ helios-setup] Feb 13 04:42:56.134 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2493 | 2025-02-13T04:42:57.071Z | [ helios-setup] Feb 13 04:42:56.135 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
2494 | 2025-02-13T04:42:57.071Z | [ helios-setup] Feb 13 04:42:56.135 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
2495 | 2025-02-13T04:42:57.071Z | [ helios-setup] Feb 13 04:42:56.135 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
2496 | 2025-02-13T04:42:57.071Z | [ helios-setup] Feb 13 04:42:56.135 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
2497 | 2025-02-13T04:42:57.071Z | [ helios-setup] Feb 13 04:42:56.135 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
2498 | 2025-02-13T04:42:57.071Z | [ helios-setup] Feb 13 04:42:56.135 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
2499 | 2025-02-13T04:42:57.071Z | [ helios-setup] Feb 13 04:42:56.135 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
2500 | 2025-02-13T04:42:57.071Z | [ helios-setup] Feb 13 04:42:56.136 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2501 | 2025-02-13T04:42:57.071Z | [ helios-setup] Feb 13 04:42:56.136 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2502 | 2025-02-13T04:42:57.071Z | [ helios-setup] Feb 13 04:42:56.136 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2503 | 2025-02-13T04:42:57.071Z | [ helios-setup] Feb 13 04:42:56.136 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2504 | 2025-02-13T04:42:57.071Z | [ helios-setup] Feb 13 04:42:56.136 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
2505 | 2025-02-13T04:42:57.072Z | [ helios-setup] Feb 13 04:42:56.136 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
2506 | 2025-02-13T04:42:57.074Z | [ helios-setup] Feb 13 04:42:56.136 INFO E| * [new tag] v0.4.4 -> v0.4.4 |
2507 | 2025-02-13T04:42:57.099Z | [ helios-setup] Feb 13 04:42:56.164 INFO E| Updating crates.io index |
2508 | 2025-02-13T04:42:57.235Z | [ helios-setup] Feb 13 04:42:56.300 INFO E| Downloading crates ... |
2509 | 2025-02-13T04:42:57.433Z | [ helios-setup] Feb 13 04:42:56.498 INFO E| Downloaded bytesize v1.3.0 |
2510 | 2025-02-13T04:42:57.436Z | [ helios-setup] Feb 13 04:42:56.501 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
2511 | 2025-02-13T04:42:57.438Z | [ helios-setup] Feb 13 04:42:56.503 INFO E| Downloaded unic-common v0.9.0 |
2512 | 2025-02-13T04:42:57.462Z | [ helios-setup] Feb 13 04:42:56.527 INFO E| Downloaded unic-ucd-version v0.9.0 |
2513 | 2025-02-13T04:42:57.464Z | [ helios-setup] Feb 13 04:42:56.528 INFO E| Downloaded unic-char-property v0.9.0 |
2514 | 2025-02-13T04:42:57.464Z | [ helios-setup] Feb 13 04:42:56.529 INFO E| Downloaded strum v0.23.0 |
2515 | 2025-02-13T04:42:57.467Z | [ helios-setup] Feb 13 04:42:56.530 INFO E| Downloaded scroll_derive v0.10.5 |
2516 | 2025-02-13T04:42:57.467Z | [ helios-setup] Feb 13 04:42:56.532 INFO E| Downloaded rustc_version v0.2.3 |
2517 | 2025-02-13T04:42:57.469Z | [ helios-setup] Feb 13 04:42:56.533 INFO E| Downloaded parse_int v0.6.0 |
2518 | 2025-02-13T04:42:57.472Z | [ helios-setup] Feb 13 04:42:56.536 INFO E| Downloaded unic-char-range v0.9.0 |
2519 | 2025-02-13T04:42:57.475Z | [ helios-setup] Feb 13 04:42:56.538 INFO E| Downloaded textwrap v0.11.0 |
2520 | 2025-02-13T04:42:57.477Z | [ helios-setup] Feb 13 04:42:56.540 INFO E| Downloaded semver-parser v0.7.0 |
2521 | 2025-02-13T04:42:57.478Z | [ helios-setup] Feb 13 04:42:56.541 INFO E| Downloaded memoffset v0.5.6 |
2522 | 2025-02-13T04:42:57.480Z | [ helios-setup] Feb 13 04:42:56.543 INFO E| Downloaded rustversion v1.0.19 |
2523 | 2025-02-13T04:42:57.483Z | [ helios-setup] Feb 13 04:42:56.547 INFO E| Downloaded unic-ucd-ident v0.9.0 |
2524 | 2025-02-13T04:42:57.485Z | [ helios-setup] Feb 13 04:42:56.550 INFO E| Downloaded strum_macros v0.23.1 |
2525 | 2025-02-13T04:42:57.492Z | [ helios-setup] Feb 13 04:42:56.553 INFO E| Downloaded vec_map v0.8.2 |
2526 | 2025-02-13T04:42:57.495Z | [ helios-setup] Feb 13 04:42:56.555 INFO E| Downloaded strsim v0.8.0 |
2527 | 2025-02-13T04:42:57.495Z | [ helios-setup] Feb 13 04:42:56.557 INFO E| Downloaded structopt-derive v0.4.18 |
2528 | 2025-02-13T04:42:57.495Z | [ helios-setup] Feb 13 04:42:56.559 INFO E| Downloaded semver v0.9.0 |
2529 | 2025-02-13T04:42:57.498Z | [ helios-setup] Feb 13 04:42:56.561 INFO E| Downloaded scroll v0.10.2 |
2530 | 2025-02-13T04:42:57.500Z | [ helios-setup] Feb 13 04:42:56.564 INFO E| Downloaded pre-proc-macro v0.2.1 |
2531 | 2025-02-13T04:42:57.503Z | [ helios-setup] Feb 13 04:42:56.566 INFO E| Downloaded cpufeatures v0.2.16 |
2532 | 2025-02-13T04:42:57.503Z | [ helios-setup] Feb 13 04:42:56.568 INFO E| Downloaded pre v0.2.1 |
2533 | 2025-02-13T04:42:57.506Z | [ helios-setup] Feb 13 04:42:56.570 INFO E| Downloaded toml v0.5.11 |
2534 | 2025-02-13T04:42:57.508Z | [ helios-setup] Feb 13 04:42:56.573 INFO E| Downloaded structopt v0.3.26 |
2535 | 2025-02-13T04:42:57.518Z | [ helios-setup] Feb 13 04:42:56.583 INFO E| Downloaded proc-macro2 v1.0.93 |
2536 | 2025-02-13T04:42:57.522Z | [ helios-setup] Feb 13 04:42:56.588 INFO E| Downloaded pest v2.7.15 |
2537 | 2025-02-13T04:42:57.531Z | [ helios-setup] Feb 13 04:42:56.596 INFO E| Downloaded clap v2.34.0 |
2538 | 2025-02-13T04:42:57.541Z | [ helios-setup] Feb 13 04:42:56.606 INFO E| Downloaded ansi_term v0.12.1 |
2539 | 2025-02-13T04:42:57.543Z | [ helios-setup] Feb 13 04:42:56.609 INFO E| Downloaded proc-macro-crate v0.1.5 |
2540 | 2025-02-13T04:42:57.546Z | [ helios-setup] Feb 13 04:42:56.610 INFO E| Downloaded four-cc v0.3.0 |
2541 | 2025-02-13T04:42:57.548Z | [ helios-setup] Feb 13 04:42:56.611 INFO E| Downloaded pest_meta v2.7.15 |
2542 | 2025-02-13T04:42:57.551Z | [ helios-setup] Feb 13 04:42:56.614 INFO E| Downloaded pest_derive v2.7.15 |
2543 | 2025-02-13T04:42:57.553Z | [ helios-setup] Feb 13 04:42:56.618 INFO E| Downloaded modular-bitfield v0.11.2 |
2544 | 2025-02-13T04:42:57.569Z | [ helios-setup] Feb 13 04:42:56.634 INFO E| Downloaded goblin v0.4.3 |
2545 | 2025-02-13T04:42:57.577Z | [ helios-setup] Feb 13 04:42:56.642 INFO E| Downloaded cfg-if v0.1.10 |
2546 | 2025-02-13T04:42:57.580Z | [ helios-setup] Feb 13 04:42:56.644 INFO E| Downloaded pest_generator v2.7.15 |
2547 | 2025-02-13T04:42:57.583Z | [ helios-setup] Feb 13 04:42:56.645 INFO E| Downloaded itoa v1.0.14 |
2548 | 2025-02-13T04:42:57.583Z | [ helios-setup] Feb 13 04:42:56.647 INFO E| Downloaded fletcher v0.1.0 |
2549 | 2025-02-13T04:42:57.671Z | [ helios-setup] Feb 13 04:42:56.736 INFO E| Compiling proc-macro2 v1.0.93 |
2550 | 2025-02-13T04:42:57.671Z | [ helios-setup] Feb 13 04:42:56.736 INFO E| Compiling unicode-ident v1.0.14 |
2551 | 2025-02-13T04:42:57.674Z | [ helios-setup] Feb 13 04:42:56.736 INFO E| Compiling syn v1.0.109 |
2552 | 2025-02-13T04:42:57.674Z | [ helios-setup] Feb 13 04:42:56.736 INFO E| Compiling version_check v0.9.5 |
2553 | 2025-02-13T04:42:57.674Z | [ helios-setup] Feb 13 04:42:56.736 INFO E| Compiling memchr v2.7.4 |
2554 | 2025-02-13T04:42:57.690Z | [ helios-setup] Feb 13 04:42:56.755 INFO E| Compiling autocfg v1.4.0 |
2555 | 2025-02-13T04:42:57.690Z | [ helios-setup] Feb 13 04:42:56.755 INFO E| Compiling semver-parser v0.7.0 |
2556 | 2025-02-13T04:42:57.693Z | [ helios-setup] Feb 13 04:42:56.755 INFO E| Compiling serde v1.0.217 |
2557 | 2025-02-13T04:42:59.245Z | [ helios-setup] Feb 13 04:42:58.310 INFO E| Compiling semver v0.9.0 |
2558 | 2025-02-13T04:42:59.341Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2559 | 2025-02-13T04:42:59.384Z | [ helios-setup] Feb 13 04:42:58.449 INFO E| Compiling proc-macro-error-attr v1.0.4 |
2560 | 2025-02-13T04:42:59.395Z | [ helios-setup] Feb 13 04:42:58.459 INFO E| Compiling proc-macro-error v1.0.4 |
2561 | 2025-02-13T04:42:59.453Z | [ helios-setup] Feb 13 04:42:58.518 INFO E| Compiling thiserror v2.0.11 |
2562 | 2025-02-13T04:42:59.715Z | [ helios-setup] Feb 13 04:42:58.780 INFO E| Compiling serde_json v1.0.135 |
2563 | 2025-02-13T04:42:59.791Z | [ helios-setup] Feb 13 04:42:58.856 INFO E| Compiling num-traits v0.2.19 |
2564 | 2025-02-13T04:43:00.175Z | [ helios-setup] Feb 13 04:42:59.240 INFO E| Compiling rustc_version v0.2.3 |
2565 | 2025-02-13T04:43:00.360Z | [ helios-setup] Feb 13 04:42:59.425 INFO E| Compiling unicode-segmentation v1.12.0 |
2566 | 2025-02-13T04:43:00.371Z | [ helios-setup] Feb 13 04:42:59.435 INFO E| Compiling ryu v1.0.18 |
2567 | 2025-02-13T04:43:00.433Z | [ helios-setup] Feb 13 04:42:59.498 INFO E| Compiling itoa v1.0.14 |
2568 | 2025-02-13T04:43:00.746Z | [ helios-setup] Feb 13 04:42:59.810 INFO E| Compiling schemars v0.8.21 |
2569 | 2025-02-13T04:43:01.109Z | [ helios-setup] Feb 13 04:43:00.173 INFO E| Compiling memoffset v0.5.6 |
2570 | 2025-02-13T04:43:01.215Z | [ helios-setup] Feb 13 04:43:00.280 INFO E| Compiling pre-proc-macro v0.2.1 |
2571 | 2025-02-13T04:43:01.333Z | [ helios-setup] Feb 13 04:43:00.398 INFO E| Compiling lazy_static v1.5.0 |
2572 | 2025-02-13T04:43:01.517Z | [ helios-setup] Feb 13 04:43:00.577 INFO E| Compiling quote v1.0.38 |
2573 | 2025-02-13T04:43:01.681Z | [ helios-setup] Feb 13 04:43:00.745 INFO E| Compiling heck v0.3.3 |
2574 | 2025-02-13T04:43:01.796Z | [ helios-setup] Feb 13 04:43:00.861 INFO E| Compiling ucd-trie v0.1.7 |
2575 | 2025-02-13T04:43:01.898Z | [ helios-setup] Feb 13 04:43:00.962 INFO E| Compiling rustversion v1.0.19 |
2576 | 2025-02-13T04:43:01.947Z | [ helios-setup] Feb 13 04:43:01.012 INFO E| Compiling paste v1.0.15 |
2577 | 2025-02-13T04:43:02.200Z | [ helios-setup] Feb 13 04:43:01.264 INFO E| Compiling thiserror v1.0.69 |
2578 | 2025-02-13T04:43:02.277Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2579 | 2025-02-13T04:43:02.297Z | [ helios-setup] Feb 13 04:43:01.362 INFO E| Compiling libc v0.2.169 |
2580 | 2025-02-13T04:43:02.960Z | [ helios-setup] Feb 13 04:43:02.024 INFO E| Compiling syn v2.0.96 |
2581 | 2025-02-13T04:43:03.081Z | [ helios-setup] Feb 13 04:43:02.145 INFO E| Compiling dyn-clone v1.0.17 |
2582 | 2025-02-13T04:43:03.775Z | [ helios-setup] Feb 13 04:43:02.840 INFO E| Compiling pre v0.2.1 |
2583 | 2025-02-13T04:43:03.978Z | [ helios-setup] Feb 13 04:43:03.042 INFO E| Compiling cfg-if v0.1.10 |
2584 | 2025-02-13T04:43:03.983Z | [ helios-setup] Feb 13 04:43:03.047 INFO E| Compiling byteorder v1.5.0 |
2585 | 2025-02-13T04:43:04.069Z | [ helios-setup] Feb 13 04:43:03.133 INFO E| Compiling once_cell v1.20.2 |
2586 | 2025-02-13T04:43:04.488Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2587 | 2025-02-13T04:43:04.678Z | [ helios-setup] Feb 13 04:43:03.742 INFO E| Compiling static_assertions v1.1.0 |
2588 | 2025-02-13T04:43:05.097Z | [ helios-setup] Feb 13 04:43:04.161 INFO E| Compiling unicode-width v0.1.14 |
2589 | 2025-02-13T04:43:06.151Z | [ helios-setup] Feb 13 04:43:05.215 INFO E| Compiling textwrap v0.11.0 |
2590 | 2025-02-13T04:43:06.627Z | [ helios-setup] Feb 13 04:43:05.689 INFO E| Compiling atty v0.2.14 |
2591 | 2025-02-13T04:43:06.758Z | [ host-package] Compiling half v2.4.1 |
2592 | 2025-02-13T04:43:06.997Z | [ helios-setup] Feb 13 04:43:06.061 INFO E| Compiling strum v0.23.0 |
2593 | 2025-02-13T04:43:07.158Z | [ helios-setup] Feb 13 04:43:06.221 INFO E| Compiling vec_map v0.8.2 |
2594 | 2025-02-13T04:43:07.203Z | [ helios-setup] Feb 13 04:43:06.267 INFO E| Compiling fletcher v0.1.0 |
2595 | 2025-02-13T04:43:07.455Z | [ helios-setup] Feb 13 04:43:06.519 INFO E| Compiling unic-common v0.9.0 |
2596 | 2025-02-13T04:43:07.583Z | [ helios-setup] Feb 13 04:43:06.647 INFO E| Compiling parse_int v0.6.0 |
2597 | 2025-02-13T04:43:07.615Z | [ helios-setup] Feb 13 04:43:06.679 INFO E| Compiling unic-char-range v0.9.0 |
2598 | 2025-02-13T04:43:07.633Z | [ helios-setup] Feb 13 04:43:06.697 INFO E| Compiling ansi_term v0.12.1 |
2599 | 2025-02-13T04:43:07.746Z | [ helios-setup] Feb 13 04:43:06.809 INFO E| Compiling bitflags v1.3.2 |
2600 | 2025-02-13T04:43:07.806Z | [ helios-setup] Feb 13 04:43:06.870 INFO E| Compiling strsim v0.8.0 |
2601 | 2025-02-13T04:43:07.838Z | [ helios-setup] Feb 13 04:43:06.901 INFO E| Compiling unic-ucd-version v0.9.0 |
2602 | 2025-02-13T04:43:07.907Z | [ helios-setup] Feb 13 04:43:06.971 INFO E| Compiling plain v0.2.3 |
2603 | 2025-02-13T04:43:07.969Z | [ helios-setup] Feb 13 04:43:07.033 INFO E| Compiling unic-char-property v0.9.0 |
2604 | 2025-02-13T04:43:08.127Z | [ helios-setup] Feb 13 04:43:07.191 INFO E| Compiling clap v2.34.0 |
2605 | 2025-02-13T04:43:08.189Z | [ helios-setup] Feb 13 04:43:07.253 INFO E| Compiling log v0.4.22 |
2606 | 2025-02-13T04:43:08.189Z | [ helios-setup] Feb 13 04:43:07.253 INFO E| Compiling unic-ucd-ident v0.9.0 |
2607 | 2025-02-13T04:43:08.487Z | [ host-package] Compiling ciborium-io v0.2.2 |
2608 | 2025-02-13T04:43:08.797Z | [ helios-setup] Feb 13 04:43:07.861 INFO E| Compiling bytesize v1.3.0 |
2609 | 2025-02-13T04:43:10.593Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2610 | 2025-02-13T04:43:11.199Z | [ helios-setup] Feb 13 04:43:10.263 INFO E| Compiling serde_derive_internals v0.29.1 |
2611 | 2025-02-13T04:43:11.232Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2612 | 2025-02-13T04:43:11.916Z | [ host-package] Compiling ciborium v0.2.2 |
2613 | 2025-02-13T04:43:12.873Z | [ host-package] Compiling display-error-chain v0.2.2 |
2614 | 2025-02-13T04:43:13.083Z | [ helios-setup] Feb 13 04:43:12.146 INFO E| Compiling toml v0.5.11 |
2615 | 2025-02-13T04:43:13.355Z | [ host-package] Compiling same-file v1.0.6 |
2616 | 2025-02-13T04:43:13.841Z | [ host-package] Compiling fastrand v2.1.1 |
2617 | 2025-02-13T04:43:14.442Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2618 | 2025-02-13T04:43:14.829Z | [ host-package] Compiling tempfile v3.13.0 |
2619 | 2025-02-13T04:43:15.110Z | [ host-package] Compiling walkdir v2.5.0 |
2620 | 2025-02-13T04:43:16.034Z | [ helios-setup] Feb 13 04:43:15.095 INFO E| Compiling proc-macro-crate v0.1.5 |
2621 | 2025-02-13T04:43:16.133Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2622 | 2025-02-13T04:43:16.385Z | [ host-package] Compiling blake3 v1.5.4 |
2623 | 2025-02-13T04:43:16.554Z | [ helios-setup] Feb 13 04:43:15.617 INFO E| Compiling serde_derive v1.0.217 |
2624 | 2025-02-13T04:43:16.856Z | [ helios-setup] Feb 13 04:43:15.917 INFO E| Compiling thiserror-impl v2.0.11 |
2625 | 2025-02-13T04:43:17.185Z | [ helios-setup] Feb 13 04:43:16.247 INFO E| Compiling schemars_derive v0.8.21 |
2626 | 2025-02-13T04:43:17.355Z | [ host-package] Compiling const_format_proc_macros v0.2.34 |
2627 | 2025-02-13T04:43:18.013Z | [ helios-setup] Feb 13 04:43:17.073 INFO E| Compiling zerocopy-derive v0.6.6 |
2628 | 2025-02-13T04:43:19.094Z | [ helios-setup] Feb 13 04:43:18.157 INFO E| Compiling thiserror-impl v1.0.69 |
2629 | 2025-02-13T04:43:19.538Z | [ helios-setup] Feb 13 04:43:18.600 INFO E| Compiling num-derive v0.4.2 |
2630 | 2025-02-13T04:43:21.083Z | [ host-package] Compiling xattr v1.3.1 |
2631 | 2025-02-13T04:43:21.601Z | [ helios-setup] Feb 13 04:43:20.663 INFO E| Compiling zerocopy v0.6.6 |
2632 | 2025-02-13T04:43:21.775Z | [ host-package] Compiling memmap2 v0.9.5 |
2633 | 2025-02-13T04:43:22.235Z | [ host-package] Compiling filetime v0.2.25 |
2634 | 2025-02-13T04:43:22.909Z | [ host-package] Compiling arrayvec v0.7.6 |
2635 | 2025-02-13T04:43:23.140Z | [ host-package] Compiling maplit v1.0.2 |
2636 | 2025-02-13T04:43:23.422Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2637 | 2025-02-13T04:43:23.666Z | [ host-package] Compiling crunchy v0.2.2 |
2638 | 2025-02-13T04:43:23.674Z | [ helios-setup] Feb 13 04:43:22.736 INFO E| Compiling pest v2.7.15 |
2639 | 2025-02-13T04:43:23.853Z | [ host-package] Compiling keccak v0.1.5 |
2640 | 2025-02-13T04:43:24.133Z | [ host-package] Compiling constant_time_eq v0.3.1 |
2641 | 2025-02-13T04:43:24.398Z | [ host-package] Compiling arrayref v0.3.9 |
2642 | 2025-02-13T04:43:24.591Z | [ host-package] Compiling sha3 v0.10.8 |
2643 | 2025-02-13T04:43:26.078Z | [ host-package] Compiling tar v0.4.42 |
2644 | 2025-02-13T04:43:26.154Z | [ helios-setup] Feb 13 04:43:25.216 INFO E| Compiling modular-bitfield-impl v0.11.2 |
2645 | 2025-02-13T04:43:26.197Z | [ helios-setup] Feb 13 04:43:25.259 INFO E| Compiling scroll_derive v0.10.5 |
2646 | 2025-02-13T04:43:26.241Z | [ host-package] Compiling const_format v0.2.34 |
2647 | 2025-02-13T04:43:26.426Z | [ host-package] Compiling toolchain_find v0.4.0 |
2648 | 2025-02-13T04:43:26.632Z | [ helios-setup] Feb 13 04:43:25.693 INFO E| Compiling strum_macros v0.23.1 |
2649 | 2025-02-13T04:43:27.150Z | [ helios-setup] Feb 13 04:43:26.211 INFO E| Compiling structopt-derive v0.4.18 |
2650 | 2025-02-13T04:43:27.536Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2651 | 2025-02-13T04:43:28.676Z | [ host-package] Compiling topological-sort v0.2.2 |
2652 | 2025-02-13T04:43:28.780Z | [ helios-setup] Feb 13 04:43:27.841 INFO E| Compiling pest_meta v2.7.15 |
2653 | 2025-02-13T04:43:28.974Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2654 | 2025-02-13T04:43:29.011Z | [ helios-setup] Feb 13 04:43:28.072 INFO E| Compiling scroll v0.10.2 |
2655 | 2025-02-13T04:43:29.115Z | [ host-package] Compiling omicron-zone-package v0.12.0 |
2656 | 2025-02-13T04:43:29.662Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2657 | 2025-02-13T04:43:30.084Z | [ helios-setup] Feb 13 04:43:29.145 INFO E| Compiling goblin v0.4.3 |
2658 | 2025-02-13T04:43:30.330Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2659 | 2025-02-13T04:43:30.646Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2660 | 2025-02-13T04:43:31.100Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2661 | 2025-02-13T04:43:31.396Z | [ helios-setup] Feb 13 04:43:30.456 INFO E| Compiling modular-bitfield v0.11.2 |
2662 | 2025-02-13T04:43:31.578Z | [ helios-setup] Feb 13 04:43:30.639 INFO E| Compiling pest_generator v2.7.15 |
2663 | 2025-02-13T04:43:32.060Z | [ host-package] Compiling r2d2 v0.8.10 |
2664 | 2025-02-13T04:43:32.552Z | [ helios-setup] Feb 13 04:43:31.612 INFO E| Compiling structopt v0.3.26 |
2665 | 2025-02-13T04:43:32.969Z | [ host-package] Compiling diesel_derives v2.2.3 |
2666 | 2025-02-13T04:43:33.477Z | [ host-package] Compiling phf_generator v0.11.2 |
2667 | 2025-02-13T04:43:33.766Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2668 | 2025-02-13T04:43:34.115Z | [ host-package] Compiling secrecy v0.8.0 |
2669 | 2025-02-13T04:43:34.589Z | [ host-package] Compiling ena v0.14.3 |
2670 | 2025-02-13T04:43:34.650Z | [ host-package] Compiling diff v0.1.13 |
2671 | 2025-02-13T04:43:35.307Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2672 | 2025-02-13T04:43:35.432Z | [ host-package] Compiling regex-syntax v0.6.29 |
2673 | 2025-02-13T04:43:35.878Z | [ helios-setup] Feb 13 04:43:34.938 INFO E| Compiling pest_derive v2.7.15 |
2674 | 2025-02-13T04:43:36.022Z | [ host-package] Compiling arc-swap v1.7.1 |
2675 | 2025-02-13T04:43:36.364Z | [ host-package] Compiling phf_codegen v0.11.2 |
2676 | 2025-02-13T04:43:36.782Z | [ host-package] Compiling slog-scope v4.4.0 |
2677 | 2025-02-13T04:43:36.869Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2678 | 2025-02-13T04:43:37.414Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2679 | 2025-02-13T04:43:37.808Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2680 | 2025-02-13T04:43:38.137Z | [ host-package] Compiling universal-hash v0.5.1 |
2681 | 2025-02-13T04:43:38.238Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2682 | 2025-02-13T04:43:39.112Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2683 | 2025-02-13T04:43:39.457Z | [ host-package] Compiling parse-zoneinfo v0.3.1 |
2684 | 2025-02-13T04:43:40.194Z | [ helios-setup] Feb 13 04:43:39.254 INFO E| Compiling json5 v0.4.1 |
2685 | 2025-02-13T04:43:41.325Z | [ host-package] Compiling lalrpop v0.19.12 |
2686 | 2025-02-13T04:43:41.693Z | [ host-package] Compiling unicase v2.7.0 |
2687 | 2025-02-13T04:43:41.854Z | [ host-package] Compiling ref-cast v1.0.23 |
2688 | 2025-02-13T04:43:42.495Z | [ host-package] Compiling opaque-debug v0.3.1 |
2689 | 2025-02-13T04:43:42.686Z | [ host-package] Compiling poly1305 v0.8.0 |
2690 | 2025-02-13T04:43:42.816Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2691 | 2025-02-13T04:43:43.111Z | [ host-package] Compiling chrono-tz-build v0.4.0 |
2692 | 2025-02-13T04:43:44.670Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2693 | 2025-02-13T04:43:45.814Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2694 | 2025-02-13T04:43:46.068Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2695 | 2025-02-13T04:43:46.221Z | [ helios-setup] Feb 13 04:43:45.280 INFO E| Compiling four-cc v0.3.0 |
2696 | 2025-02-13T04:43:46.221Z | [ helios-setup] Feb 13 04:43:45.280 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0) |
2697 | 2025-02-13T04:43:46.366Z | [ host-package] Compiling derive_builder_core v0.20.2 |
2698 | 2025-02-13T04:43:46.421Z | [ helios-setup] Feb 13 04:43:45.480 INFO E| Compiling amd-apcb v0.4.5 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.5#fb4e63cc) |
2699 | 2025-02-13T04:43:46.825Z | [ host-package] Compiling chacha20 v0.9.1 |
2700 | 2025-02-13T04:43:47.742Z | [ host-package] Compiling diesel v2.2.6 |
2701 | 2025-02-13T04:43:48.162Z | [ host-package] Compiling headers-core v0.3.0 |
2702 | 2025-02-13T04:43:48.417Z | [ host-package] Compiling aead v0.5.2 |
2703 | 2025-02-13T04:43:49.106Z | [ host-package] Compiling libxml v0.3.3 |
2704 | 2025-02-13T04:43:49.163Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2705 | 2025-02-13T04:43:49.884Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
2706 | 2025-02-13T04:43:50.714Z | [ host-package] Compiling vte v0.11.1 |
2707 | 2025-02-13T04:43:51.179Z | [ host-package] Compiling derive_builder_macro v0.20.2 |
2708 | 2025-02-13T04:43:52.333Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2709 | 2025-02-13T04:43:52.407Z | [ host-package] Compiling headers v0.4.0 |
2710 | 2025-02-13T04:43:52.744Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2711 | 2025-02-13T04:43:56.198Z | [ host-package] Compiling chrono-tz v0.10.1 |
2712 | 2025-02-13T04:43:56.551Z | [ host-package] Compiling vsss-rs v3.3.4 |
2713 | 2025-02-13T04:43:56.994Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2714 | 2025-02-13T04:44:00.543Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2715 | 2025-02-13T04:44:00.991Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2716 | 2025-02-13T04:44:01.138Z | [ host-package] Compiling strum_macros v0.24.3 |
2717 | 2025-02-13T04:44:04.715Z | [ host-package] Compiling fxhash v0.2.1 |
2718 | 2025-02-13T04:44:05.027Z | [ host-package] Compiling samael v0.0.17 |
2719 | 2025-02-13T04:44:06.021Z | [ host-package] Compiling bytecount v0.6.8 |
2720 | 2025-02-13T04:44:06.395Z | [ host-package] Compiling indoc v1.0.9 |
2721 | 2025-02-13T04:44:07.315Z | [ host-package] Compiling papergrid v0.11.0 |
2722 | 2025-02-13T04:44:09.486Z | [ host-package] Compiling polar-core v0.27.3 |
2723 | 2025-02-13T04:44:13.608Z | [ host-package] Compiling derive_builder v0.20.2 |
2724 | 2025-02-13T04:44:13.914Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2725 | 2025-02-13T04:44:20.085Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2726 | 2025-02-13T04:44:20.598Z | [ host-package] Compiling tabled_derive v0.7.0 |
2727 | 2025-02-13T04:44:22.142Z | [ host-package] Compiling fd-lock v4.0.2 |
2728 | 2025-02-13T04:44:22.405Z | [ host-package] Compiling peg-macros v0.8.4 |
2729 | 2025-02-13T04:44:23.235Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2730 | 2025-02-13T04:44:24.335Z | [ host-package] Compiling kstat-rs v0.2.4 |
2731 | 2025-02-13T04:44:25.447Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2732 | 2025-02-13T04:44:25.812Z | [ host-package] Compiling oso-derive v0.27.3 |
2733 | 2025-02-13T04:44:27.048Z | [ host-package] Compiling quick-xml v0.33.0 |
2734 | 2025-02-13T04:44:28.305Z | [ host-package] Compiling diesel-dtrace v0.4.2 |
2735 | 2025-02-13T04:44:28.886Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
2736 | 2025-02-13T04:44:29.526Z | [ helios-setup] Feb 13 04:44:28.579 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
2737 | 2025-02-13T04:44:30.519Z | [ host-package] Compiling reedline v0.35.0 |
2738 | 2025-02-13T04:44:32.520Z | [ host-package] Compiling peg v0.8.4 |
2739 | 2025-02-13T04:44:32.765Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2740 | 2025-02-13T04:44:40.734Z | [ host-package] Compiling oso v0.27.3 |
2741 | 2025-02-13T04:44:45.205Z | [ host-package] Compiling tabled v0.15.0 |
2742 | 2025-02-13T04:44:48.108Z | [ helios-setup] Feb 13 04:44:47.158 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
2743 | 2025-02-13T04:44:55.782Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2744 | 2025-02-13T04:45:00.893Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2745 | 2025-02-13T04:45:04.976Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2746 | 2025-02-13T04:45:06.826Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2747 | 2025-02-13T04:45:07.542Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2748 | 2025-02-13T04:45:08.003Z | [ host-package] Compiling bb8 v0.8.5 |
2749 | 2025-02-13T04:45:08.637Z | [ host-package] Compiling bcs v0.1.6 |
2750 | 2025-02-13T04:45:09.614Z | [ host-package] Compiling libz-sys v1.1.20 |
2751 | 2025-02-13T04:45:10.357Z | [ host-package] Compiling nanorand v0.7.0 |
2752 | 2025-02-13T04:45:11.095Z | [ host-package] Compiling termtree v0.5.1 |
2753 | 2025-02-13T04:45:11.482Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2754 | 2025-02-13T04:45:12.367Z | [ host-package] Compiling flume v0.11.1 |
2755 | 2025-02-13T04:45:13.419Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
2756 | 2025-02-13T04:45:14.369Z | [ host-package] Compiling mime_guess v2.0.5 |
2757 | 2025-02-13T04:45:16.555Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2758 | 2025-02-13T04:45:19.661Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2759 | 2025-02-13T04:45:22.643Z | [ host-package] Compiling nibble_vec v0.1.0 |
2760 | 2025-02-13T04:45:22.959Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
2761 | 2025-02-13T04:45:24.036Z | [ host-package] Compiling atty v0.2.14 |
2762 | 2025-02-13T04:45:24.252Z | [ host-package] Compiling http-range v0.1.5 |
2763 | 2025-02-13T04:45:25.386Z | [ host-package] Compiling endian-type v0.1.2 |
2764 | 2025-02-13T04:45:25.837Z | [ host-package] Compiling salty v0.3.0 |
2765 | 2025-02-13T04:45:26.323Z | [ host-package] Compiling radix_trie v0.2.1 |
2766 | 2025-02-13T04:45:27.878Z | [ host-package] Compiling parking_lot v0.11.2 |
2767 | 2025-02-13T04:45:31.620Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2768 | 2025-02-13T04:45:32.236Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2769 | 2025-02-13T04:45:34.223Z | [ helios-setup] Feb 13 04:45:33.268 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 39s |
2770 | 2025-02-13T04:45:34.260Z | [ helios-setup] Feb 13 04:45:33.305 INFO building project "amd-host-image-builder" ok (188 seconds) |
2771 | 2025-02-13T04:45:34.263Z | [ helios-setup] Feb 13 04:45:33.305 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
2772 | 2025-02-13T04:45:34.263Z | [ helios-setup] Feb 13 04:45:33.305 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
2773 | 2025-02-13T04:45:34.495Z | [ helios-setup] Feb 13 04:45:33.540 INFO E| Downloading crates ... |
2774 | 2025-02-13T04:45:34.659Z | [ helios-setup] Feb 13 04:45:33.704 INFO E| Downloaded miniz_oxide v0.7.2 |
2775 | 2025-02-13T04:45:34.717Z | [ helios-setup] Feb 13 04:45:33.762 INFO E| Compiling adler v1.0.2 |
2776 | 2025-02-13T04:45:34.907Z | [ helios-setup] Feb 13 04:45:33.952 INFO E| Compiling miniz_oxide v0.7.2 |
2777 | 2025-02-13T04:45:36.702Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
2778 | 2025-02-13T04:45:37.396Z | [ helios-setup] Feb 13 04:45:36.441 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
2779 | 2025-02-13T04:45:38.147Z | [ helios-setup] Feb 13 04:45:37.191 INFO E| Finished `release` profile [optimized] target(s) in 3.79s |
2780 | 2025-02-13T04:45:38.158Z | [ helios-setup] Feb 13 04:45:37.203 INFO building project "pinprick" ok (3 seconds) |
2781 | 2025-02-13T04:45:38.158Z | [ helios-setup] Feb 13 04:45:37.203 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2782 | 2025-02-13T04:45:38.158Z | [ helios-setup] Feb 13 04:45:37.203 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2783 | 2025-02-13T04:45:38.416Z | [ helios-setup] Feb 13 04:45:37.456 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor` |
2784 | 2025-02-13T04:45:39.391Z | [ helios-setup] Feb 13 04:45:38.435 INFO E| From https://github.com/oxidecomputer/progenitor |
2785 | 2025-02-13T04:45:39.391Z | [ helios-setup] Feb 13 04:45:38.435 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149 |
2786 | 2025-02-13T04:45:39.497Z | [ helios-setup] Feb 13 04:45:38.541 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2787 | 2025-02-13T04:45:39.942Z | [ helios-setup] Feb 13 04:45:38.986 INFO E| From https://github.com/jclulow/hiercmd |
2788 | 2025-02-13T04:45:39.942Z | [ helios-setup] Feb 13 04:45:38.986 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2789 | 2025-02-13T04:45:39.963Z | [ helios-setup] Feb 13 04:45:39.007 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2790 | 2025-02-13T04:45:40.101Z | [ host-package] Compiling sled v0.34.7 |
2791 | 2025-02-13T04:45:40.320Z | [ helios-setup] Feb 13 04:45:39.365 INFO E| From https://github.com/jclulow/network-interface |
2792 | 2025-02-13T04:45:40.321Z | [ helios-setup] Feb 13 04:45:39.365 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2793 | 2025-02-13T04:45:40.337Z | [ helios-setup] Feb 13 04:45:39.382 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2794 | 2025-02-13T04:45:40.495Z | [ host-package] Compiling hickory-client v0.24.2 |
2795 | 2025-02-13T04:45:40.713Z | [ helios-setup] Feb 13 04:45:39.758 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2796 | 2025-02-13T04:45:40.713Z | [ helios-setup] Feb 13 04:45:39.758 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2797 | 2025-02-13T04:45:40.766Z | [ helios-setup] Feb 13 04:45:39.810 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2798 | 2025-02-13T04:45:41.405Z | [ helios-setup] Feb 13 04:45:40.450 INFO E| From https://github.com/oxidecomputer/facade |
2799 | 2025-02-13T04:45:41.406Z | [ helios-setup] Feb 13 04:45:40.450 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2800 | 2025-02-13T04:45:41.452Z | [ helios-setup] Feb 13 04:45:40.497 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git` |
2801 | 2025-02-13T04:45:42.258Z | [ helios-setup] Feb 13 04:45:41.302 INFO E| From https://github.com/oxidecomputer/dropshot |
2802 | 2025-02-13T04:45:42.258Z | [ helios-setup] Feb 13 04:45:41.302 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230 |
2803 | 2025-02-13T04:45:42.301Z | [ helios-setup] Feb 13 04:45:41.345 INFO E| Updating crates.io index |
2804 | 2025-02-13T04:45:42.341Z | [ helios-setup] Feb 13 04:45:41.385 INFO E| Updating git repository `https://github.com/oxidecomputer/typify` |
2805 | 2025-02-13T04:45:43.272Z | [ helios-setup] Feb 13 04:45:42.316 INFO E| From https://github.com/oxidecomputer/typify |
2806 | 2025-02-13T04:45:43.272Z | [ helios-setup] Feb 13 04:45:42.316 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4 |
2807 | 2025-02-13T04:45:43.715Z | [ helios-setup] Feb 13 04:45:42.759 INFO E| Downloading crates ... |
2808 | 2025-02-13T04:45:43.854Z | [ helios-setup] Feb 13 04:45:42.898 INFO E| Downloaded const-random-macro v0.1.15 |
2809 | 2025-02-13T04:45:43.898Z | [ helios-setup] Feb 13 04:45:42.942 INFO E| Downloaded project-root v0.2.2 |
2810 | 2025-02-13T04:45:43.901Z | [ helios-setup] Feb 13 04:45:42.944 INFO E| Downloaded concolor-override v1.0.0 |
2811 | 2025-02-13T04:45:43.941Z | [ helios-setup] Feb 13 04:45:42.985 INFO E| Downloaded futures-sink v0.3.28 |
2812 | 2025-02-13T04:45:43.983Z | [ helios-setup] Feb 13 04:45:43.027 INFO E| Downloaded want v0.3.0 |
2813 | 2025-02-13T04:45:43.986Z | [ helios-setup] Feb 13 04:45:43.029 INFO E| Downloaded toolchain_find v0.2.0 |
2814 | 2025-02-13T04:45:43.989Z | [ helios-setup] Feb 13 04:45:43.031 INFO E| Downloaded serde_spanned v0.6.1 |
2815 | 2025-02-13T04:45:43.991Z | [ helios-setup] Feb 13 04:45:43.033 INFO E| Downloaded const-random v0.1.15 |
2816 | 2025-02-13T04:45:43.994Z | [ helios-setup] Feb 13 04:45:43.036 INFO E| Downloaded num_enum_derive v0.5.7 |
2817 | 2025-02-13T04:45:43.994Z | [ helios-setup] Feb 13 04:45:43.038 INFO E| Downloaded tower-service v0.3.2 |
2818 | 2025-02-13T04:45:43.997Z | [ helios-setup] Feb 13 04:45:43.039 INFO E| Downloaded num-integer v0.1.45 |
2819 | 2025-02-13T04:45:43.999Z | [ helios-setup] Feb 13 04:45:43.042 INFO E| Downloaded semver v1.0.17 |
2820 | 2025-02-13T04:45:44.009Z | [ helios-setup] Feb 13 04:45:43.052 INFO E| Downloaded try-lock v0.2.4 |
2821 | 2025-02-13T04:45:44.012Z | [ helios-setup] Feb 13 04:45:43.054 INFO E| Downloaded semver v0.11.0 |
2822 | 2025-02-13T04:45:44.023Z | [ helios-setup] Feb 13 04:45:43.067 INFO E| Downloaded num_enum v0.5.7 |
2823 | 2025-02-13T04:45:44.023Z | [ helios-setup] Feb 13 04:45:43.067 INFO E| Downloaded serde_tokenstream v0.2.0 |
2824 | 2025-02-13T04:45:44.027Z | [ helios-setup] Feb 13 04:45:43.071 INFO E| Downloaded http-body v0.4.5 |
2825 | 2025-02-13T04:45:44.030Z | [ helios-setup] Feb 13 04:45:43.074 INFO E| Downloaded sha1 v0.10.5 |
2826 | 2025-02-13T04:45:44.032Z | [ helios-setup] Feb 13 04:45:43.076 INFO E| Downloaded home v0.5.4 |
2827 | 2025-02-13T04:45:44.035Z | [ helios-setup] Feb 13 04:45:43.079 INFO E| Downloaded spin v0.5.2 |
2828 | 2025-02-13T04:45:44.038Z | [ helios-setup] Feb 13 04:45:43.081 INFO E| Downloaded unicode-width v0.1.10 |
2829 | 2025-02-13T04:45:44.041Z | [ helios-setup] Feb 13 04:45:43.084 INFO E| Downloaded sha2 v0.10.6 |
2830 | 2025-02-13T04:45:44.043Z | [ helios-setup] Feb 13 04:45:43.087 INFO E| Downloaded smawk v0.3.1 |
2831 | 2025-02-13T04:45:44.046Z | [ helios-setup] Feb 13 04:45:43.090 INFO E| Downloaded tokio-macros v2.0.0 |
2832 | 2025-02-13T04:45:44.051Z | [ helios-setup] Feb 13 04:45:43.092 INFO E| Downloaded strsim v0.10.0 |
2833 | 2025-02-13T04:45:44.054Z | [ helios-setup] Feb 13 04:45:43.095 INFO E| Downloaded signal-hook-registry v1.4.0 |
2834 | 2025-02-13T04:45:44.054Z | [ helios-setup] Feb 13 04:45:43.097 INFO E| Downloaded pkg-config v0.3.26 |
2835 | 2025-02-13T04:45:44.057Z | [ helios-setup] Feb 13 04:45:43.099 INFO E| Downloaded walkdir v2.3.3 |
2836 | 2025-02-13T04:45:44.060Z | [ helios-setup] Feb 13 04:45:43.103 INFO E| Downloaded terminal_size v0.2.6 |
2837 | 2025-02-13T04:45:44.063Z | [ helios-setup] Feb 13 04:45:43.105 INFO E| Downloaded sct v0.7.0 |
2838 | 2025-02-13T04:45:44.067Z | [ helios-setup] Feb 13 04:45:43.111 INFO E| Downloaded thiserror-impl v1.0.38 |
2839 | 2025-02-13T04:45:44.070Z | [ helios-setup] Feb 13 04:45:43.113 INFO E| Downloaded slab v0.4.7 |
2840 | 2025-02-13T04:45:44.072Z | [ helios-setup] Feb 13 04:45:43.116 INFO E| Downloaded serde_derive_internals v0.26.0 |
2841 | 2025-02-13T04:45:44.075Z | [ helios-setup] Feb 13 04:45:43.119 INFO E| Downloaded toml_datetime v0.6.1 |
2842 | 2025-02-13T04:45:44.078Z | [ helios-setup] Feb 13 04:45:43.120 INFO E| Downloaded time v0.1.45 |
2843 | 2025-02-13T04:45:44.081Z | [ helios-setup] Feb 13 04:45:43.123 INFO E| Downloaded schemars_derive v0.8.12 |
2844 | 2025-02-13T04:45:44.084Z | [ helios-setup] Feb 13 04:45:43.126 INFO E| Downloaded pin-project-lite v0.2.9 |
2845 | 2025-02-13T04:45:44.090Z | [ helios-setup] Feb 13 04:45:43.134 INFO E| Downloaded rhai_codegen v1.5.0 |
2846 | 2025-02-13T04:45:44.105Z | [ helios-setup] Feb 13 04:45:43.148 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2847 | 2025-02-13T04:45:44.108Z | [ helios-setup] Feb 13 04:45:43.152 INFO E| Downloaded tinyvec v1.6.0 |
2848 | 2025-02-13T04:45:44.113Z | [ helios-setup] Feb 13 04:45:43.157 INFO E| Downloaded unicode-ident v1.0.8 |
2849 | 2025-02-13T04:45:44.119Z | [ helios-setup] Feb 13 04:45:43.163 INFO E| Downloaded unicode-bidi v0.3.13 |
2850 | 2025-02-13T04:45:44.122Z | [ helios-setup] Feb 13 04:45:43.166 INFO E| Downloaded uuid v1.3.0 |
2851 | 2025-02-13T04:45:44.130Z | [ helios-setup] Feb 13 04:45:43.174 INFO E| Downloaded parking_lot v0.12.1 |
2852 | 2025-02-13T04:45:44.134Z | [ helios-setup] Feb 13 04:45:43.178 INFO E| Downloaded tungstenite v0.18.0 |
2853 | 2025-02-13T04:45:44.139Z | [ helios-setup] Feb 13 04:45:43.183 INFO E| Downloaded url v2.3.1 |
2854 | 2025-02-13T04:45:44.150Z | [ helios-setup] Feb 13 04:45:43.194 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2855 | 2025-02-13T04:45:44.155Z | [ helios-setup] Feb 13 04:45:43.199 INFO E| Downloaded serde v1.0.204 |
2856 | 2025-02-13T04:45:44.161Z | [ helios-setup] Feb 13 04:45:43.205 INFO E| Downloaded unicode-linebreak v0.1.4 |
2857 | 2025-02-13T04:45:44.164Z | [ helios-setup] Feb 13 04:45:43.208 INFO E| Downloaded rustls-webpki v0.100.1 |
2858 | 2025-02-13T04:45:44.175Z | [ helios-setup] Feb 13 04:45:43.219 INFO E| Downloaded flate2 v1.0.25 |
2859 | 2025-02-13T04:45:44.182Z | [ helios-setup] Feb 13 04:45:43.226 INFO E| Downloaded toml_edit v0.19.8 |
2860 | 2025-02-13T04:45:44.206Z | [ helios-setup] Feb 13 04:45:43.250 INFO E| Downloaded mio v0.8.5 |
2861 | 2025-02-13T04:45:44.213Z | [ helios-setup] Feb 13 04:45:43.257 INFO E| Downloaded unicode-normalization v0.1.22 |
2862 | 2025-02-13T04:45:44.219Z | [ helios-setup] Feb 13 04:45:43.263 INFO E| Downloaded memchr v2.5.0 |
2863 | 2025-02-13T04:45:44.225Z | [ helios-setup] Feb 13 04:45:43.269 INFO E| Downloaded reqwest v0.11.16 |
2864 | 2025-02-13T04:45:44.235Z | [ helios-setup] Feb 13 04:45:43.279 INFO E| Downloaded winnow v0.4.1 |
2865 | 2025-02-13T04:45:44.246Z | [ helios-setup] Feb 13 04:45:43.290 INFO E| Downloaded serde_json v1.0.95 |
2866 | 2025-02-13T04:45:44.257Z | [ helios-setup] Feb 13 04:45:43.301 INFO E| Downloaded aho-corasick v0.7.20 |
2867 | 2025-02-13T04:45:44.263Z | [ helios-setup] Feb 13 04:45:43.307 INFO E| Downloaded rustls v0.21.0 |
2868 | 2025-02-13T04:45:44.294Z | [ helios-setup] Feb 13 04:45:43.338 INFO E| Downloaded clap_builder v4.2.1 |
2869 | 2025-02-13T04:45:44.303Z | [ helios-setup] Feb 13 04:45:43.347 INFO E| Downloaded regex v1.7.3 |
2870 | 2025-02-13T04:45:44.313Z | [ helios-setup] Feb 13 04:45:43.357 INFO E| Downloaded syn v1.0.107 |
2871 | 2025-02-13T04:45:44.329Z | [ helios-setup] Feb 13 04:45:43.373 INFO E| Downloaded syn v2.0.72 |
2872 | 2025-02-13T04:45:44.348Z | [ helios-setup] Feb 13 04:45:43.390 INFO E| Downloaded chrono v0.4.24 |
2873 | 2025-02-13T04:45:44.357Z | [ helios-setup] Feb 13 04:45:43.401 INFO E| Downloaded hyper v0.14.25 |
2874 | 2025-02-13T04:45:44.369Z | [ helios-setup] Feb 13 04:45:43.413 INFO E| Downloaded rhai v1.14.0 |
2875 | 2025-02-13T04:45:44.390Z | [ helios-setup] Feb 13 04:45:43.432 INFO E| Downloaded regress v0.5.0 |
2876 | 2025-02-13T04:45:44.399Z | [ helios-setup] Feb 13 04:45:43.443 INFO E| Downloaded git2 v0.16.1 |
2877 | 2025-02-13T04:45:44.412Z | [ helios-setup] Feb 13 04:45:43.456 INFO E| Downloaded idna v0.3.0 |
2878 | 2025-02-13T04:45:44.422Z | [ helios-setup] Feb 13 04:45:43.466 INFO E| Downloaded rustix v0.37.3 |
2879 | 2025-02-13T04:45:44.451Z | [ helios-setup] Feb 13 04:45:43.495 INFO E| Downloaded rayon v1.6.1 |
2880 | 2025-02-13T04:45:44.469Z | [ helios-setup] Feb 13 04:45:43.512 INFO E| Downloaded futures-util v0.3.28 |
2881 | 2025-02-13T04:45:44.487Z | [ helios-setup] Feb 13 04:45:43.530 INFO E| Downloaded h2 v0.3.16 |
2882 | 2025-02-13T04:45:44.497Z | [ helios-setup] Feb 13 04:45:43.540 INFO E| Downloaded pest v2.5.7 |
2883 | 2025-02-13T04:45:44.504Z | [ helios-setup] Feb 13 04:45:43.548 INFO E| Downloaded http v0.2.9 |
2884 | 2025-02-13T04:45:44.510Z | [ helios-setup] Feb 13 04:45:43.554 INFO E| Downloaded crossbeam-channel v0.5.6 |
2885 | 2025-02-13T04:45:44.517Z | [ helios-setup] Feb 13 04:45:43.561 INFO E| Downloaded tokio-util v0.7.7 |
2886 | 2025-02-13T04:45:44.526Z | [ helios-setup] Feb 13 04:45:43.570 INFO E| Downloaded openapiv3 v1.0.2 |
2887 | 2025-02-13T04:45:44.544Z | [ helios-setup] Feb 13 04:45:43.588 INFO E| Downloaded rayon-core v1.10.2 |
2888 | 2025-02-13T04:45:44.550Z | [ helios-setup] Feb 13 04:45:43.594 INFO E| Downloaded cc v1.0.78 |
2889 | 2025-02-13T04:45:44.554Z | [ helios-setup] Feb 13 04:45:43.598 INFO E| Downloaded base64 v0.21.0 |
2890 | 2025-02-13T04:45:44.590Z | [ helios-setup] Feb 13 04:45:43.634 INFO E| Downloaded tracing-core v0.1.30 |
2891 | 2025-02-13T04:45:44.595Z | [ helios-setup] Feb 13 04:45:43.639 INFO E| Downloaded tracing v0.1.37 |
2892 | 2025-02-13T04:45:44.602Z | [ helios-setup] Feb 13 04:45:43.646 INFO E| Downloaded thiserror v1.0.38 |
2893 | 2025-02-13T04:45:44.609Z | [ helios-setup] Feb 13 04:45:43.653 INFO E| Downloaded tokio v1.27.0 |
2894 | 2025-02-13T04:45:44.666Z | [ helios-setup] Feb 13 04:45:43.709 INFO E| Downloaded serde_yaml v0.9.21 |
2895 | 2025-02-13T04:45:44.671Z | [ helios-setup] Feb 13 04:45:43.715 INFO E| Downloaded schemars v0.8.12 |
2896 | 2025-02-13T04:45:44.690Z | [ helios-setup] Feb 13 04:45:43.734 INFO E| Downloaded ryu v1.0.13 |
2897 | 2025-02-13T04:45:44.695Z | [ helios-setup] Feb 13 04:45:43.739 INFO E| Downloaded proc-macro2 v1.0.86 |
2898 | 2025-02-13T04:45:44.699Z | [ helios-setup] Feb 13 04:45:43.743 INFO E| Downloaded io-lifetimes v1.0.10 |
2899 | 2025-02-13T04:45:44.703Z | [ helios-setup] Feb 13 04:45:43.747 INFO E| Downloaded futures v0.3.28 |
2900 | 2025-02-13T04:45:44.731Z | [ helios-setup] Feb 13 04:45:43.775 INFO E| Downloaded anyhow v1.0.68 |
2901 | 2025-02-13T04:45:44.737Z | [ helios-setup] Feb 13 04:45:43.781 INFO E| Downloaded libc v0.2.139 |
2902 | 2025-02-13T04:45:44.776Z | [ helios-setup] Feb 13 04:45:43.819 INFO E| Downloaded anstyle-parse v0.1.1 |
2903 | 2025-02-13T04:45:44.779Z | [ helios-setup] Feb 13 04:45:43.823 INFO E| Downloaded clap v4.2.1 |
2904 | 2025-02-13T04:45:44.793Z | [ helios-setup] Feb 13 04:45:43.836 INFO E| Downloaded bincode v1.3.3 |
2905 | 2025-02-13T04:45:44.802Z | [ helios-setup] Feb 13 04:45:43.846 INFO E| Downloaded crossbeam-epoch v0.9.13 |
2906 | 2025-02-13T04:45:44.806Z | [ helios-setup] Feb 13 04:45:43.850 INFO E| Downloaded ahash v0.8.3 |
2907 | 2025-02-13T04:45:44.810Z | [ helios-setup] Feb 13 04:45:43.854 INFO E| Downloaded typenum v1.16.0 |
2908 | 2025-02-13T04:45:44.814Z | [ helios-setup] Feb 13 04:45:43.858 INFO E| Downloaded toml v0.7.3 |
2909 | 2025-02-13T04:45:44.820Z | [ helios-setup] Feb 13 04:45:43.864 INFO E| Downloaded textwrap v0.16.0 |
2910 | 2025-02-13T04:45:44.824Z | [ helios-setup] Feb 13 04:45:43.868 INFO E| Downloaded socket2 v0.4.9 |
2911 | 2025-02-13T04:45:44.827Z | [ helios-setup] Feb 13 04:45:43.871 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2912 | 2025-02-13T04:45:44.830Z | [ helios-setup] Feb 13 04:45:43.873 INFO E| Downloaded ucd-trie v0.1.5 |
2913 | 2025-02-13T04:45:44.832Z | [ helios-setup] Feb 13 04:45:43.876 INFO E| Downloaded quote v1.0.36 |
2914 | 2025-02-13T04:45:44.836Z | [ helios-setup] Feb 13 04:45:43.880 INFO E| Downloaded crossbeam-utils v0.8.14 |
2915 | 2025-02-13T04:45:44.840Z | [ helios-setup] Feb 13 04:45:43.884 INFO E| Downloaded bytes v1.4.0 |
2916 | 2025-02-13T04:45:44.847Z | [ helios-setup] Feb 13 04:45:43.890 INFO E| Downloaded tempfile v3.5.0 |
2917 | 2025-02-13T04:45:44.850Z | [ helios-setup] Feb 13 04:45:43.893 INFO E| Downloaded smartstring v1.0.1 |
2918 | 2025-02-13T04:45:44.854Z | [ helios-setup] Feb 13 04:45:43.897 INFO E| Downloaded serde_derive v1.0.204 |
2919 | 2025-02-13T04:45:44.858Z | [ helios-setup] Feb 13 04:45:43.901 INFO E| Downloaded num_cpus v1.15.0 |
2920 | 2025-02-13T04:45:44.862Z | [ helios-setup] Feb 13 04:45:43.906 INFO E| Downloaded num-traits v0.2.15 |
2921 | 2025-02-13T04:45:44.867Z | [ helios-setup] Feb 13 04:45:43.911 INFO E| Downloaded miniz_oxide v0.6.2 |
2922 | 2025-02-13T04:45:44.871Z | [ helios-setup] Feb 13 04:45:43.914 INFO E| Downloaded iana-time-zone v0.1.56 |
2923 | 2025-02-13T04:45:44.874Z | [ helios-setup] Feb 13 04:45:43.918 INFO E| Downloaded clap_lex v0.4.1 |
2924 | 2025-02-13T04:45:44.877Z | [ helios-setup] Feb 13 04:45:43.920 INFO E| Downloaded cargo-lock v8.0.3 |
2925 | 2025-02-13T04:45:44.880Z | [ helios-setup] Feb 13 04:45:43.924 INFO E| Downloaded ahash v0.7.6 |
2926 | 2025-02-13T04:45:44.884Z | [ helios-setup] Feb 13 04:45:43.928 INFO E| Downloaded tokio-rustls v0.24.0 |
2927 | 2025-02-13T04:45:44.887Z | [ helios-setup] Feb 13 04:45:43.931 INFO E| Downloaded smallvec v1.10.0 |
2928 | 2025-02-13T04:45:44.890Z | [ helios-setup] Feb 13 04:45:43.934 INFO E| Downloaded once_cell v1.17.0 |
2929 | 2025-02-13T04:45:44.894Z | [ helios-setup] Feb 13 04:45:43.938 INFO E| Downloaded log v0.4.17 |
2930 | 2025-02-13T04:45:44.898Z | [ helios-setup] Feb 13 04:45:43.941 INFO E| Downloaded lock_api v0.4.9 |
2931 | 2025-02-13T04:45:44.901Z | [ helios-setup] Feb 13 04:45:43.944 INFO E| Downloaded clap_derive v4.2.0 |
2932 | 2025-02-13T04:45:44.903Z | [ helios-setup] Feb 13 04:45:43.947 INFO E| Downloaded camino v1.1.4 |
2933 | 2025-02-13T04:45:44.906Z | [ helios-setup] Feb 13 04:45:43.950 INFO E| Downloaded parking_lot_core v0.9.6 |
2934 | 2025-02-13T04:45:44.909Z | [ helios-setup] Feb 13 04:45:43.953 INFO E| Downloaded ipnet v2.7.2 |
2935 | 2025-02-13T04:45:44.913Z | [ helios-setup] Feb 13 04:45:43.957 INFO E| Downloaded async-trait v0.1.68 |
2936 | 2025-02-13T04:45:44.918Z | [ helios-setup] Feb 13 04:45:43.962 INFO E| Downloaded anstyle v0.3.5 |
2937 | 2025-02-13T04:45:44.921Z | [ helios-setup] Feb 13 04:45:43.965 INFO E| Downloaded httparse v1.8.0 |
2938 | 2025-02-13T04:45:44.924Z | [ helios-setup] Feb 13 04:45:43.968 INFO E| Downloaded proc-macro-crate v1.2.1 |
2939 | 2025-02-13T04:45:44.927Z | [ helios-setup] Feb 13 04:45:43.970 INFO E| Downloaded ppv-lite86 v0.2.17 |
2940 | 2025-02-13T04:45:44.931Z | [ helios-setup] Feb 13 04:45:43.972 INFO E| Downloaded getrandom v0.2.8 |
2941 | 2025-02-13T04:45:44.934Z | [ helios-setup] Feb 13 04:45:43.977 INFO E| Downloaded futures-channel v0.3.28 |
2942 | 2025-02-13T04:45:44.942Z | [ helios-setup] Feb 13 04:45:43.986 INFO E| Downloaded slog-bunyan v2.4.0 |
2943 | 2025-02-13T04:45:44.945Z | [ helios-setup] Feb 13 04:45:43.988 INFO E| Downloaded utf8parse v0.2.1 |
2944 | 2025-02-13T04:45:44.948Z | [ helios-setup] Feb 13 04:45:43.990 INFO E| Downloaded fastrand v1.9.0 |
2945 | 2025-02-13T04:45:44.948Z | [ helios-setup] Feb 13 04:45:43.992 INFO E| Downloaded encoding_rs v0.8.32 |
2946 | 2025-02-13T04:45:44.980Z | [ helios-setup] Feb 13 04:45:44.024 INFO E| Downloaded cpufeatures v0.2.5 |
2947 | 2025-02-13T04:45:44.983Z | [ helios-setup] Feb 13 04:45:44.026 INFO E| Downloaded percent-encoding v2.2.0 |
2948 | 2025-02-13T04:45:44.986Z | [ helios-setup] Feb 13 04:45:44.027 INFO E| Downloaded paste v1.0.12 |
2949 | 2025-02-13T04:45:44.989Z | [ helios-setup] Feb 13 04:45:44.032 INFO E| Downloaded lazy_static v1.4.0 |
2950 | 2025-02-13T04:45:44.992Z | [ helios-setup] Feb 13 04:45:44.035 INFO E| Downloaded futures-task v0.3.28 |
2951 | 2025-02-13T04:45:44.995Z | [ helios-setup] Feb 13 04:45:44.037 INFO E| Downloaded futures-core v0.3.28 |
2952 | 2025-02-13T04:45:44.997Z | [ helios-setup] Feb 13 04:45:44.039 INFO E| Downloaded built v0.6.0 |
2953 | 2025-02-13T04:45:44.997Z | [ helios-setup] Feb 13 04:45:44.041 INFO E| Downloaded block-buffer v0.10.3 |
2954 | 2025-02-13T04:45:45.001Z | [ helios-setup] Feb 13 04:45:44.043 INFO E| Downloaded async-stream-impl v0.3.5 |
2955 | 2025-02-13T04:45:45.001Z | [ helios-setup] Feb 13 04:45:44.044 INFO E| Downloaded slog-async v2.7.0 |
2956 | 2025-02-13T04:45:45.005Z | [ helios-setup] Feb 13 04:45:44.047 INFO E| Downloaded serde_path_to_error v0.1.11 |
2957 | 2025-02-13T04:45:45.007Z | [ helios-setup] Feb 13 04:45:44.049 INFO E| Downloaded futures-macro v0.3.28 |
2958 | 2025-02-13T04:45:45.007Z | [ helios-setup] Feb 13 04:45:44.051 INFO E| Downloaded futures-executor v0.3.28 |
2959 | 2025-02-13T04:45:45.010Z | [ helios-setup] Feb 13 04:45:44.053 INFO E| Downloaded errno v0.3.1 |
2960 | 2025-02-13T04:45:45.013Z | [ helios-setup] Feb 13 04:45:44.057 INFO E| Downloaded either v1.8.0 |
2961 | 2025-02-13T04:45:45.016Z | [ helios-setup] Feb 13 04:45:44.060 INFO E| Downloaded crossbeam-deque v0.8.2 |
2962 | 2025-02-13T04:45:45.019Z | [ helios-setup] Feb 13 04:45:44.062 INFO E| Downloaded async-stream v0.3.5 |
2963 | 2025-02-13T04:45:45.022Z | [ helios-setup] Feb 13 04:45:44.065 INFO E| Downloaded anstream v0.2.6 |
2964 | 2025-02-13T04:45:45.025Z | [ helios-setup] Feb 13 04:45:44.068 INFO E| Downloaded semver-parser v0.10.2 |
2965 | 2025-02-13T04:45:45.028Z | [ helios-setup] Feb 13 04:45:44.071 INFO E| Downloaded scopeguard v1.1.0 |
2966 | 2025-02-13T04:45:45.030Z | [ helios-setup] Feb 13 04:45:44.073 INFO E| Downloaded rustls-pemfile v1.0.2 |
2967 | 2025-02-13T04:45:45.033Z | [ helios-setup] Feb 13 04:45:44.076 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2968 | 2025-02-13T04:45:45.036Z | [ helios-setup] Feb 13 04:45:44.079 INFO E| Downloaded memoffset v0.7.1 |
2969 | 2025-02-13T04:45:45.039Z | [ helios-setup] Feb 13 04:45:44.080 INFO E| Downloaded is-terminal v0.4.7 |
2970 | 2025-02-13T04:45:45.039Z | [ helios-setup] Feb 13 04:45:44.082 INFO E| Downloaded form_urlencoded v1.1.0 |
2971 | 2025-02-13T04:45:45.041Z | [ helios-setup] Feb 13 04:45:44.083 INFO E| Downloaded dyn-clone v1.0.11 |
2972 | 2025-02-13T04:45:45.044Z | [ helios-setup] Feb 13 04:45:44.086 INFO E| Downloaded concolor-query v0.3.3 |
2973 | 2025-02-13T04:45:45.044Z | [ helios-setup] Feb 13 04:45:44.087 INFO E| Downloaded digest v0.10.6 |
2974 | 2025-02-13T04:45:45.047Z | [ helios-setup] Feb 13 04:45:44.090 INFO E| Downloaded jobserver v0.1.26 |
2975 | 2025-02-13T04:45:45.050Z | [ helios-setup] Feb 13 04:45:44.093 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
2976 | 2025-02-13T04:45:45.139Z | [ helios-setup] Feb 13 04:45:44.183 INFO E| Downloaded itoa v1.0.6 |
2977 | 2025-02-13T04:45:45.142Z | [ helios-setup] Feb 13 04:45:44.185 INFO E| Downloaded httpdate v1.0.2 |
2978 | 2025-02-13T04:45:45.145Z | [ helios-setup] Feb 13 04:45:44.187 INFO E| Downloaded generic-array v0.14.6 |
2979 | 2025-02-13T04:45:45.148Z | [ helios-setup] Feb 13 04:45:44.189 INFO E| Downloaded futures-io v0.3.28 |
2980 | 2025-02-13T04:45:45.148Z | [ helios-setup] Feb 13 04:45:44.190 INFO E| Downloaded byteorder v1.4.3 |
2981 | 2025-02-13T04:45:45.151Z | [ helios-setup] Feb 13 04:45:44.193 INFO E| Downloaded autocfg v1.1.0 |
2982 | 2025-02-13T04:45:45.185Z | [ helios-setup] Feb 13 04:45:44.229 INFO E| Downloaded libz-sys v1.1.8 |
2983 | 2025-02-13T04:45:45.472Z | [ helios-setup] Feb 13 04:45:44.516 INFO E| Downloaded ring v0.16.20 |
2984 | 2025-02-13T04:45:45.836Z | [ helios-setup] Feb 13 04:45:44.879 INFO E| Compiling proc-macro2 v1.0.86 |
2985 | 2025-02-13T04:45:45.836Z | [ helios-setup] Feb 13 04:45:44.879 INFO E| Compiling libc v0.2.139 |
2986 | 2025-02-13T04:45:45.839Z | [ helios-setup] Feb 13 04:45:44.880 INFO E| Compiling unicode-ident v1.0.8 |
2987 | 2025-02-13T04:45:45.839Z | [ helios-setup] Feb 13 04:45:44.880 INFO E| Compiling autocfg v1.1.0 |
2988 | 2025-02-13T04:45:45.839Z | [ helios-setup] Feb 13 04:45:44.880 INFO E| Compiling cfg-if v1.0.0 |
2989 | 2025-02-13T04:45:45.839Z | [ helios-setup] Feb 13 04:45:44.880 INFO E| Compiling version_check v0.9.4 |
2990 | 2025-02-13T04:45:45.839Z | [ helios-setup] Feb 13 04:45:44.880 INFO E| Compiling serde v1.0.204 |
2991 | 2025-02-13T04:45:45.839Z | [ helios-setup] Feb 13 04:45:44.880 INFO E| Compiling syn v1.0.107 |
2992 | 2025-02-13T04:45:46.138Z | [ helios-setup] Feb 13 04:45:45.181 INFO E| Compiling memchr v2.5.0 |
2993 | 2025-02-13T04:45:46.160Z | [ helios-setup] Feb 13 04:45:45.204 INFO E| Compiling once_cell v1.17.0 |
2994 | 2025-02-13T04:45:47.349Z | [ helios-setup] Feb 13 04:45:46.392 INFO E| Compiling log v0.4.17 |
2995 | 2025-02-13T04:45:47.349Z | [ helios-setup] Feb 13 04:45:46.393 INFO E| Compiling thiserror v1.0.38 |
2996 | 2025-02-13T04:45:48.227Z | [ helios-setup] Feb 13 04:45:47.271 INFO E| Compiling itoa v1.0.6 |
2997 | 2025-02-13T04:45:48.230Z | [ helios-setup] Feb 13 04:45:47.271 INFO E| Compiling serde_json v1.0.95 |
2998 | 2025-02-13T04:45:49.274Z | [ helios-setup] Feb 13 04:45:48.317 INFO E| Compiling scopeguard v1.1.0 |
2999 | 2025-02-13T04:45:49.456Z | [ helios-setup] Feb 13 04:45:48.500 INFO E| Compiling pin-project-lite v0.2.9 |
3000 | 2025-02-13T04:45:49.566Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3001 | 2025-02-13T04:45:49.850Z | [ helios-setup] Feb 13 04:45:48.893 INFO E| Compiling quote v1.0.36 |
3002 | 2025-02-13T04:45:49.943Z | [ helios-setup] Feb 13 04:45:48.986 INFO E| Compiling getrandom v0.2.8 |
3003 | 2025-02-13T04:45:50.126Z | [ helios-setup] Feb 13 04:45:49.169 INFO E| Compiling jobserver v0.1.26 |
3004 | 2025-02-13T04:45:50.470Z | [ helios-setup] Feb 13 04:45:49.512 INFO E| Compiling indexmap v1.9.3 |
3005 | 2025-02-13T04:45:50.700Z | [ helios-setup] Feb 13 04:45:49.743 INFO E| Compiling syn v2.0.72 |
3006 | 2025-02-13T04:45:51.128Z | [ helios-setup] Feb 13 04:45:50.171 INFO E| Compiling cc v1.0.78 |
3007 | 2025-02-13T04:45:51.244Z | [ helios-setup] Feb 13 04:45:50.287 INFO E| Compiling bytes v1.4.0 |
3008 | 2025-02-13T04:45:51.319Z | [ helios-setup] Feb 13 04:45:50.361 INFO E| Compiling futures-core v0.3.28 |
3009 | 2025-02-13T04:45:51.417Z | [ helios-setup] Feb 13 04:45:50.460 INFO E| Compiling num-integer v0.1.45 |
3010 | 2025-02-13T04:45:51.611Z | [ helios-setup] Feb 13 04:45:50.654 INFO E| Compiling ryu v1.0.13 |
3011 | 2025-02-13T04:45:52.095Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3012 | 2025-02-13T04:45:53.188Z | [ helios-setup] Feb 13 04:45:52.231 INFO E| Compiling lock_api v0.4.9 |
3013 | 2025-02-13T04:45:53.267Z | [ helios-setup] Feb 13 04:45:52.310 INFO E| Compiling typenum v1.16.0 |
3014 | 2025-02-13T04:45:53.854Z | [ helios-setup] Feb 13 04:45:52.897 INFO E| Compiling bitflags v1.3.2 |
3015 | 2025-02-13T04:45:54.140Z | [ helios-setup] Feb 13 04:45:53.182 INFO E| Compiling parking_lot_core v0.9.6 |
3016 | 2025-02-13T04:45:54.466Z | [ helios-setup] Feb 13 04:45:53.509 INFO E| Compiling num_cpus v1.15.0 |
3017 | 2025-02-13T04:45:54.757Z | [ helios-setup] Feb 13 04:45:53.800 INFO E| Compiling generic-array v0.14.6 |
3018 | 2025-02-13T04:45:55.045Z | [ helios-setup] Feb 13 04:45:54.087 INFO E| Compiling slab v0.4.7 |
3019 | 2025-02-13T04:45:55.132Z | [ helios-setup] Feb 13 04:45:54.175 INFO E| Compiling futures-sink v0.3.28 |
3020 | 2025-02-13T04:45:55.274Z | [ helios-setup] Feb 13 04:45:54.317 INFO E| Compiling futures-channel v0.3.28 |
3021 | 2025-02-13T04:45:55.277Z | [ helios-setup] Feb 13 04:45:54.319 INFO E| Compiling futures-task v0.3.28 |
3022 | 2025-02-13T04:45:55.761Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3023 | 2025-02-13T04:45:55.856Z | [ helios-setup] Feb 13 04:45:54.899 INFO E| Compiling tokio v1.27.0 |
3024 | 2025-02-13T04:45:56.070Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3025 | 2025-02-13T04:45:56.352Z | [ helios-setup] Feb 13 04:45:55.394 INFO E| Compiling futures-util v0.3.28 |
3026 | 2025-02-13T04:45:57.262Z | [ helios-setup] Feb 13 04:45:56.304 INFO E| Compiling mio v0.8.5 |
3027 | 2025-02-13T04:45:57.262Z | [ helios-setup] Feb 13 04:45:56.304 INFO E| Compiling socket2 v0.4.9 |
3028 | 2025-02-13T04:45:57.310Z | [ helios-setup] Feb 13 04:45:56.350 INFO E| Compiling signal-hook-registry v1.4.0 |
3029 | 2025-02-13T04:45:57.535Z | [ helios-setup] Feb 13 04:45:56.578 INFO E| Compiling schemars v0.8.12 |
3030 | 2025-02-13T04:45:57.622Z | [ helios-setup] Feb 13 04:45:56.664 INFO E| Compiling pin-utils v0.1.0 |
3031 | 2025-02-13T04:45:58.031Z | [ helios-setup] Feb 13 04:45:57.073 INFO E| Compiling futures-io v0.3.28 |
3032 | 2025-02-13T04:45:58.687Z | [ helios-setup] Feb 13 04:45:57.730 INFO E| Compiling ahash v0.7.6 |
3033 | 2025-02-13T04:45:59.062Z | [ helios-setup] Feb 13 04:45:58.103 INFO E| Compiling num-traits v0.2.15 |
3034 | 2025-02-13T04:45:59.871Z | [ helios-setup] Feb 13 04:45:58.913 INFO E| Compiling io-lifetimes v1.0.10 |
3035 | 2025-02-13T04:46:00.013Z | [ helios-setup] Feb 13 04:45:59.055 INFO E| Compiling crunchy v0.2.2 |
3036 | 2025-02-13T04:46:00.604Z | [ helios-setup] Feb 13 04:45:59.646 INFO E| Compiling crypto-common v0.1.6 |
3037 | 2025-02-13T04:46:00.649Z | [ helios-setup] Feb 13 04:45:59.691 INFO E| Compiling block-buffer v0.10.3 |
3038 | 2025-02-13T04:46:01.135Z | [ helios-setup] Feb 13 04:46:00.177 INFO E| Compiling ahash v0.8.3 |
3039 | 2025-02-13T04:46:01.328Z | [ helios-setup] Feb 13 04:46:00.370 INFO E| Compiling tiny-keccak v2.0.2 |
3040 | 2025-02-13T04:46:01.340Z | [ helios-setup] Feb 13 04:46:00.382 INFO E| Compiling rustix v0.37.3 |
3041 | 2025-02-13T04:46:01.740Z | [ helios-setup] Feb 13 04:46:00.782 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
3042 | 2025-02-13T04:46:02.022Z | [ helios-setup] Feb 13 04:46:01.063 INFO E| Compiling serde_derive_internals v0.26.0 |
3043 | 2025-02-13T04:46:02.134Z | [ helios-setup] Feb 13 04:46:01.176 INFO E| Compiling slog v2.7.0 |
3044 | 2025-02-13T04:46:02.753Z | [ helios-setup] Feb 13 04:46:01.795 INFO E| Compiling hashbrown v0.12.3 |
3045 | 2025-02-13T04:46:02.848Z | [ helios-setup] Feb 13 04:46:01.890 INFO E| Compiling crossbeam-utils v0.8.14 |
3046 | 2025-02-13T04:46:04.106Z | [ helios-setup] Feb 13 04:46:03.147 INFO E| Compiling digest v0.10.6 |
3047 | 2025-02-13T04:46:05.146Z | [ helios-setup] Feb 13 04:46:04.187 INFO E| Compiling errno v0.3.1 |
3048 | 2025-02-13T04:46:05.519Z | [ helios-setup] Feb 13 04:46:04.560 INFO E| Compiling cpufeatures v0.2.5 |
3049 | 2025-02-13T04:46:05.661Z | [ helios-setup] Feb 13 04:46:04.701 INFO E| Compiling unicode-width v0.1.10 |
3050 | 2025-02-13T04:46:05.801Z | [ helios-setup] Feb 13 04:46:04.843 INFO E| Compiling pkg-config v0.3.26 |
3051 | 2025-02-13T04:46:05.905Z | [ helios-setup] Feb 13 04:46:04.947 INFO E| Compiling fnv v1.0.7 |
3052 | 2025-02-13T04:46:06.098Z | [ helios-setup] Feb 13 04:46:05.140 INFO E| Compiling anyhow v1.0.68 |
3053 | 2025-02-13T04:46:06.220Z | [ helios-setup] Feb 13 04:46:05.261 INFO E| Compiling http v0.2.9 |
3054 | 2025-02-13T04:46:09.026Z | [ helios-setup] Feb 13 04:46:08.067 INFO E| Compiling thiserror-impl v1.0.38 |
3055 | 2025-02-13T04:46:09.752Z | [ helios-setup] Feb 13 04:46:08.793 INFO E| Compiling schemars_derive v0.8.12 |
3056 | 2025-02-13T04:46:10.617Z | [ helios-setup] Feb 13 04:46:09.658 INFO E| Compiling aho-corasick v0.7.20 |
3057 | 2025-02-13T04:46:11.096Z | [ helios-setup] Feb 13 04:46:10.134 INFO E| Compiling serde_derive v1.0.204 |
3058 | 2025-02-13T04:46:11.317Z | [ helios-setup] Feb 13 04:46:10.358 INFO E| Compiling futures-macro v0.3.28 |
3059 | 2025-02-13T04:46:11.406Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3060 | 2025-02-13T04:46:11.692Z | [ helios-setup] Feb 13 04:46:10.733 INFO E| Compiling tokio-macros v2.0.0 |
3061 | 2025-02-13T04:46:12.905Z | [ helios-setup] Feb 13 04:46:11.945 INFO E| Compiling heck v0.4.1 |
3062 | 2025-02-13T04:46:13.768Z | [ helios-setup] Feb 13 04:46:12.809 INFO E| Compiling tinyvec_macros v0.1.1 |
3063 | 2025-02-13T04:46:14.350Z | [ helios-setup] Feb 13 04:46:13.390 INFO E| Compiling httparse v1.8.0 |
3064 | 2025-02-13T04:46:14.554Z | [ helios-setup] Feb 13 04:46:13.594 INFO E| Compiling regex-syntax v0.6.29 |
3065 | 2025-02-13T04:46:14.788Z | [ helios-setup] Feb 13 04:46:13.828 INFO E| Compiling percent-encoding v2.2.0 |
3066 | 2025-02-13T04:46:14.953Z | [ helios-setup] Feb 13 04:46:13.993 INFO E| Compiling tinyvec v1.6.0 |
3067 | 2025-02-13T04:46:15.273Z | [ helios-setup] Feb 13 04:46:14.313 INFO E| Compiling form_urlencoded v1.1.0 |
3068 | 2025-02-13T04:46:15.939Z | [ helios-setup] Feb 13 04:46:14.978 INFO E| Compiling const-random-macro v0.1.15 |
3069 | 2025-02-13T04:46:16.199Z | [ helios-setup] Feb 13 04:46:15.239 INFO E| Compiling hashbrown v0.13.2 |
3070 | 2025-02-13T04:46:17.954Z | [ helios-setup] Feb 13 04:46:16.993 INFO E| Compiling libz-sys v1.1.8 |
3071 | 2025-02-13T04:46:18.198Z | [ helios-setup] Feb 13 04:46:17.238 INFO E| Compiling chrono v0.4.24 |
3072 | 2025-02-13T04:46:18.570Z | [ helios-setup] Feb 13 04:46:17.610 INFO E| Compiling getopts v0.2.21 |
3073 | 2025-02-13T04:46:19.294Z | [ helios-setup] Feb 13 04:46:18.333 INFO E| Compiling memoffset v0.7.1 |
3074 | 2025-02-13T04:46:19.902Z | [ helios-setup] Feb 13 04:46:18.941 INFO E| Compiling dyn-clone v1.0.11 |
3075 | 2025-02-13T04:46:20.200Z | [ helios-setup] Feb 13 04:46:19.239 INFO E| Compiling time-core v0.1.2 |
3076 | 2025-02-13T04:46:20.516Z | [ helios-setup] Feb 13 04:46:19.555 INFO E| Compiling num-conv v0.1.0 |
3077 | 2025-02-13T04:46:20.554Z | [ helios-setup] Feb 13 04:46:19.593 INFO E| Compiling uuid v1.3.0 |
3078 | 2025-02-13T04:46:21.167Z | [ helios-setup] Feb 13 04:46:20.205 INFO E| Compiling powerfmt v0.2.0 |
3079 | 2025-02-13T04:46:21.571Z | [ helios-setup] Feb 13 04:46:20.598 INFO E| Compiling regex v1.7.3 |
3080 | 2025-02-13T04:46:21.665Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
3081 | 2025-02-13T04:46:21.696Z | [ helios-setup] Feb 13 04:46:20.735 INFO E| Compiling time-macros v0.2.18 |
3082 | 2025-02-13T04:46:22.149Z | [ helios-setup] Feb 13 04:46:21.187 INFO E| Compiling deranged v0.3.11 |
3083 | 2025-02-13T04:46:22.737Z | [ helios-setup] Feb 13 04:46:21.776 INFO E| Compiling unicode-normalization v0.1.22 |
3084 | 2025-02-13T04:46:22.936Z | [ helios-setup] Feb 13 04:46:21.975 INFO E| Compiling regress v0.5.0 |
3085 | 2025-02-13T04:46:24.476Z | [ helios-setup] Feb 13 04:46:23.515 INFO E| Compiling const-random v0.1.15 |
3086 | 2025-02-13T04:46:25.176Z | [ host-package] Compiling hickory-server v0.24.2 |
3087 | 2025-02-13T04:46:27.127Z | [ helios-setup] Feb 13 04:46:26.166 INFO E| Compiling tracing-core v0.1.30 |
3088 | 2025-02-13T04:46:27.526Z | [ helios-setup] Feb 13 04:46:26.565 INFO E| Compiling crossbeam-epoch v0.9.13 |
3089 | 2025-02-13T04:46:28.618Z | [ helios-setup] Feb 13 04:46:27.656 INFO E| Compiling unicode-bidi v0.3.13 |
3090 | 2025-02-13T04:46:29.912Z | [ helios-setup] Feb 13 04:46:28.654 INFO E| Compiling ucd-trie v0.1.5 |
3091 | 2025-02-13T04:46:30.427Z | [ helios-setup] Feb 13 04:46:29.464 INFO E| Compiling num_threads v0.1.6 |
3092 | 2025-02-13T04:46:30.644Z | [ helios-setup] Feb 13 04:46:29.682 INFO E| Compiling pest v2.5.7 |
3093 | 2025-02-13T04:46:30.711Z | [ helios-setup] Feb 13 04:46:29.749 INFO E| Compiling idna v0.3.0 |
3094 | 2025-02-13T04:46:30.922Z | [ helios-setup] Feb 13 04:46:29.960 INFO E| Compiling time v0.3.36 |
3095 | 2025-02-13T04:46:32.101Z | [ host-package] Compiling primeorder v0.13.6 |
3096 | 2025-02-13T04:46:33.435Z | [ helios-setup] Feb 13 04:46:32.473 INFO E| Compiling tracing v0.1.37 |
3097 | 2025-02-13T04:46:34.016Z | [ host-package] Compiling vergen v8.3.2 |
3098 | 2025-02-13T04:46:34.845Z | [ host-package] Compiling castaway v0.2.3 |
3099 | 2025-02-13T04:46:35.581Z | [ host-package] Compiling env_filter v0.1.2 |
3100 | 2025-02-13T04:46:36.007Z | [ helios-setup] Feb 13 04:46:35.044 INFO E| Compiling crossbeam-channel v0.5.6 |
3101 | 2025-02-13T04:46:36.747Z | [ helios-setup] Feb 13 04:46:35.784 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
3102 | 2025-02-13T04:46:37.150Z | [ helios-setup] Feb 13 04:46:36.187 INFO E| Compiling smallvec v1.10.0 |
3103 | 2025-02-13T04:46:37.578Z | [ helios-setup] Feb 13 04:46:36.615 INFO E| Compiling toml v0.5.11 |
3104 | 2025-02-13T04:46:38.401Z | [ host-package] Compiling cargo-platform v0.1.8 |
3105 | 2025-02-13T04:46:39.478Z | [ host-package] Compiling memoffset v0.9.1 |
3106 | 2025-02-13T04:46:39.871Z | [ host-package] Compiling cargo_metadata v0.18.1 |
3107 | 2025-02-13T04:46:40.715Z | [ helios-setup] Feb 13 04:46:39.752 INFO E| Compiling parking_lot v0.12.1 |
3108 | 2025-02-13T04:46:40.778Z | [ helios-setup] Feb 13 04:46:39.814 INFO E| Compiling serde_tokenstream v0.2.0 |
3109 | 2025-02-13T04:46:41.153Z | [ host-package] Compiling env_logger v0.11.5 |
3110 | 2025-02-13T04:46:43.746Z | [ host-package] Compiling compact_str v0.8.0 |
3111 | 2025-02-13T04:46:43.794Z | [ helios-setup] Feb 13 04:46:42.830 INFO E| Compiling time v0.1.45 |
3112 | 2025-02-13T04:46:44.554Z | [ helios-setup] Feb 13 04:46:43.590 INFO E| Compiling dirs-sys-next v0.1.2 |
3113 | 2025-02-13T04:46:45.237Z | [ host-package] Compiling p384 v0.13.0 |
3114 | 2025-02-13T04:46:45.729Z | [ host-package] Compiling git2 v0.19.0 |
3115 | 2025-02-13T04:46:46.366Z | [ helios-setup] Feb 13 04:46:45.402 INFO E| Compiling semver v1.0.17 |
3116 | 2025-02-13T04:46:47.246Z | [ helios-setup] Feb 13 04:46:46.282 INFO E| Compiling iana-time-zone v0.1.56 |
3117 | 2025-02-13T04:46:47.518Z | [ helios-setup] Feb 13 04:46:46.554 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3118 | 2025-02-13T04:46:47.728Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3119 | 2025-02-13T04:46:47.932Z | [ helios-setup] Feb 13 04:46:46.968 INFO E| Compiling crc32fast v1.3.2 |
3120 | 2025-02-13T04:46:48.783Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3121 | 2025-02-13T04:46:49.451Z | [ helios-setup] Feb 13 04:46:48.487 INFO E| Compiling dirs-next v2.0.0 |
3122 | 2025-02-13T04:46:49.823Z | [ helios-setup] Feb 13 04:46:48.859 INFO E| Compiling proc-macro-crate v1.2.1 |
3123 | 2025-02-13T04:46:50.983Z | [ helios-setup] Feb 13 04:46:50.001 INFO E| Compiling semver-parser v0.10.2 |
3124 | 2025-02-13T04:46:51.520Z | [ helios-setup] Feb 13 04:46:50.554 INFO E| Compiling url v2.3.1 |
3125 | 2025-02-13T04:46:54.007Z | [ helios-setup] Feb 13 04:46:53.042 INFO E| Compiling futures-executor v0.3.28 |
3126 | 2025-02-13T04:46:55.905Z | [ helios-setup] Feb 13 04:46:54.939 INFO E| Compiling thread_local v1.1.7 |
3127 | 2025-02-13T04:46:56.520Z | [ helios-setup] Feb 13 04:46:55.554 INFO E| Compiling rayon-core v1.10.2 |
3128 | 2025-02-13T04:46:56.930Z | [ helios-setup] Feb 13 04:46:55.964 INFO E| Compiling adler v1.0.2 |
3129 | 2025-02-13T04:46:57.298Z | [ helios-setup] Feb 13 04:46:56.333 INFO E| Compiling try-lock v0.2.4 |
3130 | 2025-02-13T04:46:57.554Z | [ helios-setup] Feb 13 04:46:56.588 INFO E| Compiling same-file v1.0.6 |
3131 | 2025-02-13T04:46:57.866Z | [ helios-setup] Feb 13 04:46:56.900 INFO E| Compiling want v0.3.0 |
3132 | 2025-02-13T04:46:57.946Z | [ helios-setup] Feb 13 04:46:56.980 INFO E| Compiling miniz_oxide v0.6.2 |
3133 | 2025-02-13T04:46:58.277Z | [ helios-setup] Feb 13 04:46:57.311 INFO E| Compiling tokio-util v0.7.7 |
3134 | 2025-02-13T04:46:58.746Z | [ helios-setup] Feb 13 04:46:57.780 INFO E| Compiling walkdir v2.3.3 |
3135 | 2025-02-13T04:46:59.156Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3136 | 2025-02-13T04:47:01.823Z | [ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3137 | 2025-02-13T04:47:01.881Z | [ helios-setup] Feb 13 04:47:00.914 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3138 | 2025-02-13T04:47:02.380Z | [ helios-setup] Feb 13 04:47:01.414 INFO E| Compiling h2 v0.3.16 |
3139 | 2025-02-13T04:47:03.546Z | [ helios-setup] Feb 13 04:47:02.580 INFO E| Compiling futures v0.3.28 |
3140 | 2025-02-13T04:47:03.993Z | [ helios-setup] Feb 13 04:47:03.026 INFO E| Compiling semver v0.11.0 |
3141 | 2025-02-13T04:47:04.153Z | [ helios-setup] Feb 13 04:47:03.187 INFO E| Compiling num_enum_derive v0.5.7 |
3142 | 2025-02-13T04:47:04.659Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3143 | 2025-02-13T04:47:04.733Z | [ helios-setup] Feb 13 04:47:03.767 INFO E| Compiling crossbeam-deque v0.8.2 |
3144 | 2025-02-13T04:47:05.353Z | [ helios-setup] Feb 13 04:47:04.387 INFO E| Compiling term v0.7.0 |
3145 | 2025-02-13T04:47:09.762Z | [ host-package] Compiling unicode-truncate v1.1.0 |
3146 | 2025-02-13T04:47:09.849Z | [ helios-setup] Feb 13 04:47:08.882 INFO E| Compiling http-body v0.4.5 |
3147 | 2025-02-13T04:47:10.548Z | [ host-package] Compiling lru v0.12.5 |
3148 | 2025-02-13T04:47:10.856Z | [ helios-setup] Feb 13 04:47:09.888 INFO E| Compiling sha2 v0.10.6 |
3149 | 2025-02-13T04:47:11.193Z | [ helios-setup] Feb 13 04:47:10.225 INFO E| Compiling ring v0.16.20 |
3150 | 2025-02-13T04:47:11.644Z | [ host-package] Compiling rand_seeder v0.3.0 |
3151 | 2025-02-13T04:47:12.981Z | [ host-package] Compiling libsqlite3-sys v0.30.1 |
3152 | 2025-02-13T04:47:13.261Z | [ helios-setup] Feb 13 04:47:12.294 INFO E| Compiling rand_core v0.6.4 |
3153 | 2025-02-13T04:47:13.819Z | [ helios-setup] Feb 13 04:47:12.851 INFO E| Compiling atty v0.2.14 |
3154 | 2025-02-13T04:47:14.332Z | [ helios-setup] Feb 13 04:47:13.364 INFO E| Compiling base64 v0.21.0 |
3155 | 2025-02-13T04:47:14.457Z | [ host-package] Compiling lzma-sys v0.1.20 |
3156 | 2025-02-13T04:47:14.981Z | [ helios-setup] Feb 13 04:47:14.014 INFO E| Compiling utf8parse v0.2.1 |
3157 | 2025-02-13T04:47:15.282Z | [ helios-setup] Feb 13 04:47:14.314 INFO E| Compiling home v0.5.4 |
3158 | 2025-02-13T04:47:15.381Z | [ helios-setup] Feb 13 04:47:14.413 INFO E| Compiling tower-service v0.3.2 |
3159 | 2025-02-13T04:47:15.621Z | [ helios-setup] Feb 13 04:47:14.654 INFO E| Compiling fastrand v1.9.0 |
3160 | 2025-02-13T04:47:15.826Z | [ helios-setup] Feb 13 04:47:14.859 INFO E| Compiling httpdate v1.0.2 |
3161 | 2025-02-13T04:47:16.049Z | [ host-package] Compiling instability v0.3.2 |
3162 | 2025-02-13T04:47:17.199Z | [ helios-setup] Feb 13 04:47:16.042 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
3163 | 2025-02-13T04:47:17.637Z | [ helios-setup] Feb 13 04:47:16.669 INFO E| Compiling ppv-lite86 v0.2.17 |
3164 | 2025-02-13T04:47:18.043Z | [ helios-setup] Feb 13 04:47:17.075 INFO E| Compiling lazy_static v1.4.0 |
3165 | 2025-02-13T04:47:18.270Z | [ helios-setup] Feb 13 04:47:17.302 INFO E| Compiling tempfile v3.5.0 |
3166 | 2025-02-13T04:47:18.292Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3167 | 2025-02-13T04:47:18.705Z | [ helios-setup] Feb 13 04:47:17.737 INFO E| Compiling toolchain_find v0.2.0 |
3168 | 2025-02-13T04:47:18.938Z | [ host-package] Compiling rustls v0.21.12 |
3169 | 2025-02-13T04:47:19.153Z | [ host-package] Compiling cfg_aliases v0.2.1 |
3170 | 2025-02-13T04:47:19.413Z | [ helios-setup] Feb 13 04:47:18.445 INFO E| Compiling rand_chacha v0.3.1 |
3171 | 2025-02-13T04:47:19.565Z | [ host-package] Compiling cassowary v0.3.0 |
3172 | 2025-02-13T04:47:19.643Z | [ helios-setup] Feb 13 04:47:18.675 INFO E| Compiling hyper v0.14.25 |
3173 | 2025-02-13T04:47:19.771Z | [ helios-setup] Feb 13 04:47:18.802 INFO E| Compiling anstyle-parse v0.1.1 |
3174 | 2025-02-13T04:47:20.058Z | [ host-package] Compiling nix v0.29.0 |
3175 | 2025-02-13T04:47:21.088Z | [ host-package] Compiling ratatui v0.28.1 |
3176 | 2025-02-13T04:47:21.644Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3177 | 2025-02-13T04:47:21.980Z | [ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3178 | 2025-02-13T04:47:22.810Z | [ helios-setup] Feb 13 04:47:21.841 INFO E| Compiling slog-term v2.9.0 |
3179 | 2025-02-13T04:47:26.145Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3180 | 2025-02-13T04:47:26.322Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3181 | 2025-02-13T04:47:28.187Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3182 | 2025-02-13T04:47:29.352Z | [ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3183 | 2025-02-13T04:47:31.435Z | [ helios-setup] Feb 13 04:47:30.465 INFO E| Compiling num_enum v0.5.7 |
3184 | 2025-02-13T04:47:32.027Z | [ helios-setup] Feb 13 04:47:31.057 INFO E| Compiling cargo-lock v8.0.3 |
3185 | 2025-02-13T04:47:33.711Z | [ host-package] Compiling sct v0.7.1 |
3186 | 2025-02-13T04:47:33.970Z | [ host-package] Compiling rustls-webpki v0.101.7 |
3187 | 2025-02-13T04:47:34.127Z | [ helios-setup] Feb 13 04:47:33.157 INFO E| Compiling flate2 v1.0.25 |
3188 | 2025-02-13T04:47:34.151Z | [ host-package] Compiling heck v0.3.3 |
3189 | 2025-02-13T04:47:34.963Z | [ host-package] Compiling csv-core v0.1.11 |
3190 | 2025-02-13T04:47:35.122Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
3191 | 2025-02-13T04:47:35.888Z | [ host-package] Compiling glob v0.3.2 |
3192 | 2025-02-13T04:47:36.212Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
3193 | 2025-02-13T04:47:36.988Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3194 | 2025-02-13T04:47:39.864Z | [ host-package] Compiling csv v1.3.1 |
3195 | 2025-02-13T04:47:41.162Z | [ helios-setup] Feb 13 04:47:40.191 INFO E| Compiling serde_urlencoded v0.7.1 |
3196 | 2025-02-13T04:47:41.520Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
3197 | 2025-02-13T04:47:41.807Z | [ helios-setup] Feb 13 04:47:40.837 INFO E| Compiling is-terminal v0.4.7 |
3198 | 2025-02-13T04:47:42.160Z | [ helios-setup] Feb 13 04:47:41.189 INFO E| Compiling sha1 v0.10.5 |
3199 | 2025-02-13T04:47:42.520Z | [ helios-setup] Feb 13 04:47:41.549 INFO E| Compiling concolor-override v1.0.0 |
3200 | 2025-02-13T04:47:43.888Z | [ helios-setup] Feb 13 04:47:42.916 INFO E| Compiling anstyle v0.3.5 |
3201 | 2025-02-13T04:47:44.362Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3202 | 2025-02-13T04:47:45.063Z | [ helios-setup] Feb 13 04:47:44.092 INFO E| Compiling either v1.8.0 |
3203 | 2025-02-13T04:47:45.084Z | [ host-package] Compiling nix v0.27.1 |
3204 | 2025-02-13T04:47:45.825Z | [ helios-setup] Feb 13 04:47:44.853 INFO E| Compiling concolor-query v0.3.3 |
3205 | 2025-02-13T04:47:46.436Z | [ helios-setup] Feb 13 04:47:45.464 INFO E| Compiling anstream v0.2.6 |
3206 | 2025-02-13T04:47:46.851Z | [ helios-setup] Feb 13 04:47:45.879 INFO E| Compiling rayon v1.6.1 |
3207 | 2025-02-13T04:47:49.109Z | [ helios-setup] Feb 13 04:47:48.137 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
3208 | 2025-02-13T04:47:50.010Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3209 | 2025-02-13T04:47:51.560Z | [ helios-setup] Feb 13 04:47:50.588 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
3210 | 2025-02-13T04:47:52.280Z | [ helios-setup] Feb 13 04:47:51.308 INFO E| Compiling rand v0.8.5 |
3211 | 2025-02-13T04:47:52.931Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3212 | 2025-02-13T04:47:54.130Z | [ helios-setup] Feb 13 04:47:53.157 INFO E| Compiling rustfmt-wrapper v0.2.0 |
3213 | 2025-02-13T04:47:54.937Z | [ helios-setup] Feb 13 04:47:53.964 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
3214 | 2025-02-13T04:47:55.566Z | [ helios-setup] Feb 13 04:47:54.593 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3215 | 2025-02-13T04:47:56.008Z | [ helios-setup] Feb 13 04:47:55.035 INFO E| Compiling openapiv3 v1.0.2 |
3216 | 2025-02-13T04:47:56.402Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3217 | 2025-02-13T04:47:56.576Z | [ helios-setup] Feb 13 04:47:55.603 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
3218 | 2025-02-13T04:47:56.743Z | [ helios-setup] Feb 13 04:47:55.770 INFO E| Compiling encoding_rs v0.8.32 |
3219 | 2025-02-13T04:47:57.015Z | [ helios-setup] Feb 13 04:47:56.042 INFO E| Compiling untrusted v0.7.1 |
3220 | 2025-02-13T04:47:57.507Z | [ helios-setup] Feb 13 04:47:56.534 INFO E| Compiling strsim v0.10.0 |
3221 | 2025-02-13T04:47:57.907Z | [ helios-setup] Feb 13 04:47:56.934 INFO E| Compiling ipnet v2.7.2 |
3222 | 2025-02-13T04:47:58.765Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3223 | 2025-02-13T04:48:00.677Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3224 | 2025-02-13T04:48:01.425Z | [ helios-setup] Feb 13 04:48:00.452 INFO E| Compiling base64 v0.13.1 |
3225 | 2025-02-13T04:48:01.705Z | [ helios-setup] Feb 13 04:48:00.731 INFO E| Compiling clap_lex v0.4.1 |
3226 | 2025-02-13T04:48:03.203Z | [ helios-setup] Feb 13 04:48:02.229 INFO E| Compiling mime v0.3.17 |
3227 | 2025-02-13T04:48:03.385Z | [ helios-setup] Feb 13 04:48:02.411 INFO E| Compiling unsafe-libyaml v0.2.8 |
3228 | 2025-02-13T04:48:03.596Z | [ helios-setup] Feb 13 04:48:02.622 INFO E| Compiling byteorder v1.4.3 |
3229 | 2025-02-13T04:48:04.460Z | [ helios-setup] Feb 13 04:48:03.375 INFO E| Compiling utf-8 v0.7.6 |
3230 | 2025-02-13T04:48:04.591Z | [ helios-setup] Feb 13 04:48:03.617 INFO E| Compiling spin v0.5.2 |
3231 | 2025-02-13T04:48:05.284Z | [ helios-setup] Feb 13 04:48:04.309 INFO E| Compiling project-root v0.2.2 |
3232 | 2025-02-13T04:48:05.462Z | [ helios-setup] Feb 13 04:48:04.486 INFO E| Compiling tungstenite v0.18.0 |
3233 | 2025-02-13T04:48:06.065Z | [ helios-setup] Feb 13 04:48:05.091 INFO E| Compiling reqwest v0.11.16 |
3234 | 2025-02-13T04:48:07.043Z | [ helios-setup] Feb 13 04:48:06.068 INFO E| Compiling serde_yaml v0.9.21 |
3235 | 2025-02-13T04:48:08.583Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3236 | 2025-02-13T04:48:08.739Z | [ helios-setup] Feb 13 04:48:07.765 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3237 | 2025-02-13T04:48:09.266Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3238 | 2025-02-13T04:48:11.619Z | [ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3239 | 2025-02-13T04:48:12.346Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3240 | 2025-02-13T04:48:13.389Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3241 | 2025-02-13T04:48:13.703Z | [ helios-setup] Feb 13 04:48:12.728 INFO E| Compiling clap_builder v4.2.1 |
3242 | 2025-02-13T04:48:13.863Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3243 | 2025-02-13T04:48:14.333Z | [ host-package] Compiling tungstenite v0.26.1 |
3244 | 2025-02-13T04:48:14.974Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3245 | 2025-02-13T04:48:15.584Z | [ helios-setup] Feb 13 04:48:14.608 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
3246 | 2025-02-13T04:48:16.610Z | [ host-package] Compiling hashlink v0.9.1 |
3247 | 2025-02-13T04:48:18.305Z | [ host-package] Compiling base64 v0.13.1 |
3248 | 2025-02-13T04:48:19.443Z | [ helios-setup] Feb 13 04:48:18.467 INFO E| Compiling clap_derive v4.2.0 |
3249 | 2025-02-13T04:48:20.170Z | [ host-package] Compiling fallible-iterator v0.3.0 |
3250 | 2025-02-13T04:48:22.109Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
3251 | 2025-02-13T04:48:22.894Z | [ host-package] Compiling rusqlite v0.32.1 |
3252 | 2025-02-13T04:48:24.119Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3253 | 2025-02-13T04:48:26.079Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3254 | 2025-02-13T04:48:28.222Z | [ host-package] Compiling ron v0.7.1 |
3255 | 2025-02-13T04:48:28.387Z | [ helios-setup] Feb 13 04:48:27.410 INFO E| Compiling clap v4.2.1 |
3256 | 2025-02-13T04:48:28.432Z | [ host-package] Compiling tokio-tungstenite v0.26.1 |
3257 | 2025-02-13T04:48:29.534Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3258 | 2025-02-13T04:48:30.409Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3259 | 2025-02-13T04:48:30.730Z | [ helios-setup] Feb 13 04:48:29.753 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3260 | 2025-02-13T04:48:31.271Z | [ host-package] Compiling xz2 v0.1.7 |
3261 | 2025-02-13T04:48:34.582Z | [ host-package] Compiling tokio-rustls v0.24.1 |
3262 | 2025-02-13T04:48:35.458Z | [ host-package] Compiling zone v0.1.8 |
3263 | 2025-02-13T04:48:38.795Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3264 | 2025-02-13T04:48:41.452Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3265 | 2025-02-13T04:48:45.729Z | [ helios-setup] Feb 13 04:48:44.749 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3266 | 2025-02-13T04:48:49.192Z | [ helios-setup] Feb 13 04:48:48.212 INFO E| Compiling tokio-tungstenite v0.18.0 |
3267 | 2025-02-13T04:48:51.030Z | [ helios-setup] Feb 13 04:48:50.050 INFO E| Compiling smartstring v1.0.1 |
3268 | 2025-02-13T04:48:51.904Z | [ helios-setup] Feb 13 04:48:50.924 INFO E| Compiling rustls v0.21.0 |
3269 | 2025-02-13T04:48:53.940Z | [ helios-setup] Feb 13 04:48:52.960 INFO E| Compiling sct v0.7.0 |
3270 | 2025-02-13T04:48:54.377Z | [ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3271 | 2025-02-13T04:48:55.185Z | [ helios-setup] Feb 13 04:48:54.204 INFO E| Compiling rustls-webpki v0.100.1 |
3272 | 2025-02-13T04:48:59.114Z | [ helios-setup] Feb 13 04:48:58.133 INFO E| Compiling toml_datetime v0.6.1 |
3273 | 2025-02-13T04:48:59.392Z | [ helios-setup] Feb 13 04:48:58.411 INFO E| Compiling serde_spanned v0.6.1 |
3274 | 2025-02-13T04:49:00.185Z | [ helios-setup] Feb 13 04:48:59.204 INFO E| Compiling async-trait v0.1.68 |
3275 | 2025-02-13T04:49:00.853Z | [ helios-setup] Feb 13 04:48:59.871 INFO E| Compiling winnow v0.4.1 |
3276 | 2025-02-13T04:49:01.749Z | [ helios-setup] Feb 13 04:49:00.768 INFO E| Compiling camino v1.1.4 |
3277 | 2025-02-13T04:49:01.889Z | [ helios-setup] Feb 13 04:49:00.908 INFO E| Compiling paste v1.0.12 |
3278 | 2025-02-13T04:49:02.344Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3279 | 2025-02-13T04:49:03.383Z | [ helios-setup] Feb 13 04:49:02.401 INFO E| Compiling static_assertions v1.1.0 |
3280 | 2025-02-13T04:49:03.733Z | [ helios-setup] Feb 13 04:49:02.751 INFO E| Compiling match_cfg v0.1.0 |
3281 | 2025-02-13T04:49:03.814Z | [ helios-setup] Feb 13 04:49:02.832 INFO E| Compiling slog-async v2.7.0 |
3282 | 2025-02-13T04:49:03.925Z | [ helios-setup] Feb 13 04:49:02.944 INFO E| Compiling hostname v0.3.1 |
3283 | 2025-02-13T04:49:06.279Z | [ helios-setup] Feb 13 04:49:05.298 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
3284 | 2025-02-13T04:49:07.065Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3285 | 2025-02-13T04:49:07.068Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3286 | 2025-02-13T04:49:08.373Z | [ helios-setup] Feb 13 04:49:07.391 INFO E| Compiling toml_edit v0.19.8 |
3287 | 2025-02-13T04:49:08.929Z | [ helios-setup] Feb 13 04:49:07.947 INFO E| Compiling slog-json v2.6.1 |
3288 | 2025-02-13T04:49:10.328Z | [ helios-setup] Feb 13 04:49:09.346 INFO E| Compiling bincode v1.3.3 |
3289 | 2025-02-13T04:49:11.169Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3290 | 2025-02-13T04:49:13.239Z | [ helios-setup] Feb 13 04:49:12.256 INFO E| Compiling unicode-linebreak v0.1.4 |
3291 | 2025-02-13T04:49:13.421Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
3292 | 2025-02-13T04:49:15.049Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3293 | 2025-02-13T04:49:16.047Z | [ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3294 | 2025-02-13T04:49:16.584Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
3295 | 2025-02-13T04:49:17.233Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3296 | 2025-02-13T04:49:18.163Z | [ helios-setup] Feb 13 04:49:17.180 INFO E| Compiling async-stream-impl v0.3.5 |
3297 | 2025-02-13T04:49:18.806Z | [ helios-setup] Feb 13 04:49:17.823 INFO E| Compiling rhai_codegen v1.5.0 |
3298 | 2025-02-13T04:49:20.853Z | [ helios-setup] Feb 13 04:49:19.869 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3299 | 2025-02-13T04:49:21.329Z | [ host-package] Compiling yasna v0.5.2 |
3300 | 2025-02-13T04:49:21.767Z | [ helios-setup] Feb 13 04:49:20.784 INFO E| Compiling take_mut v0.2.2 |
3301 | 2025-02-13T04:49:22.529Z | [ helios-setup] Feb 13 04:49:21.544 INFO E| Compiling async-stream v0.3.5 |
3302 | 2025-02-13T04:49:23.143Z | [ helios-setup] Feb 13 04:49:22.159 INFO E| Compiling toml v0.7.3 |
3303 | 2025-02-13T04:49:23.383Z | [ helios-setup] Feb 13 04:49:22.399 INFO E| Compiling tokio-rustls v0.24.0 |
3304 | 2025-02-13T04:49:23.992Z | [ helios-setup] Feb 13 04:49:23.008 INFO E| Compiling rhai v1.14.0 |
3305 | 2025-02-13T04:49:24.684Z | [ helios-setup] Feb 13 04:49:23.700 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
3306 | 2025-02-13T04:49:27.376Z | [ helios-setup] Feb 13 04:49:26.391 INFO E| Compiling slog-bunyan v2.4.0 |
3307 | 2025-02-13T04:49:27.541Z | [ host-package] Compiling twox-hash v2.1.0 |
3308 | 2025-02-13T04:49:27.873Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
3309 | 2025-02-13T04:49:29.326Z | [ host-package] Compiling is_ci v1.2.0 |
3310 | 2025-02-13T04:49:29.701Z | [ host-package] Compiling smawk v0.3.2 |
3311 | 2025-02-13T04:49:30.175Z | [ host-package] Compiling supports-color v3.0.1 |
3312 | 2025-02-13T04:49:30.503Z | [ host-package] Compiling textwrap v0.16.1 |
3313 | 2025-02-13T04:49:34.403Z | [ host-package] Compiling rcgen v0.12.1 |
3314 | 2025-02-13T04:49:35.045Z | [ helios-setup] Feb 13 04:49:34.060 INFO E| Compiling rustls-pemfile v1.0.2 |
3315 | 2025-02-13T04:49:35.384Z | [ helios-setup] Feb 13 04:49:34.399 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3316 | 2025-02-13T04:49:35.430Z | [ helios-setup] Feb 13 04:49:34.444 INFO E| Compiling serde_path_to_error v0.1.11 |
3317 | 2025-02-13T04:49:36.458Z | [ helios-setup] Feb 13 04:49:35.472 INFO E| Compiling terminal_size v0.2.6 |
3318 | 2025-02-13T04:49:36.833Z | [ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3319 | 2025-02-13T04:49:37.203Z | [ helios-setup] Feb 13 04:49:36.218 INFO E| Compiling smawk v0.3.1 |
3320 | 2025-02-13T04:49:37.377Z | [ helios-setup] Feb 13 04:49:36.391 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client) |
3321 | 2025-02-13T04:49:37.738Z | [ helios-setup] Feb 13 04:49:36.752 INFO E| Compiling textwrap v0.16.0 |
3322 | 2025-02-13T04:49:42.345Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
3323 | 2025-02-13T04:49:48.212Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3324 | 2025-02-13T04:49:52.247Z | [ host-package] error[E0639]: cannot create non-exhaustive struct using struct expression |
3325 | 2025-02-13T04:49:52.247Z | [ host-package] --> gateway/src/serial_console.rs:54:18 |
3326 | 2025-02-13T04:49:52.250Z | [ host-package] | |
3327 | 2025-02-13T04:49:52.250Z | [ host-package] 54 | let config = WebSocketConfig { |
3328 | 2025-02-13T04:49:52.250Z | [ host-package] | __________________^ |
3329 | 2025-02-13T04:49:52.251Z | [ host-package] 55 | | // Maintain a max write buffer size of 2 MB (this is only relevant if |
3330 | 2025-02-13T04:49:52.251Z | [ host-package] 56 | | // writes are failing). |
3331 | 2025-02-13T04:49:52.251Z | [ host-package] 57 | | max_write_buffer_size: 2 * 1024 * 1024, |
3332 | 2025-02-13T04:49:52.251Z | [ host-package] 58 | | ..Default::default() |
3333 | 2025-02-13T04:49:52.251Z | [ host-package] 59 | | }; |
3334 | 2025-02-13T04:49:52.251Z | [ host-package] | |_____^ |
3335 | 2025-02-13T04:49:52.251Z | [ host-package] |
3336 | 2025-02-13T04:49:53.369Z | [ host-package] error[E0308]: mismatched types |
3337 | 2025-02-13T04:49:53.370Z | [ host-package] --> gateway/src/serial_console.rs:182:36 |
3338 | 2025-02-13T04:49:53.372Z | [ host-package] | |
3339 | 2025-02-13T04:49:53.372Z | [ host-package] 182 | ... .write(data) |
3340 | 2025-02-13T04:49:53.372Z | [ host-package] | ----- ^^^^- help: try using a conversion method: `.to_vec()` |
3341 | 2025-02-13T04:49:53.372Z | [ host-package] | | | |
3342 | 2025-02-13T04:49:53.372Z | [ host-package] | | expected `Vec<u8>`, found `Bytes` |
3343 | 2025-02-13T04:49:53.372Z | [ host-package] | arguments to this method are incorrect |
3344 | 2025-02-13T04:49:53.372Z | [ host-package] | |
3345 | 2025-02-13T04:49:53.373Z | [ host-package] = note: expected struct `Vec<u8>` |
3346 | 2025-02-13T04:49:53.373Z | [ host-package] found struct `tokio_tungstenite::tungstenite::Bytes` |
3347 | 2025-02-13T04:49:53.373Z | [ host-package] note: method defined here |
3348 | 2025-02-13T04:49:53.373Z | [ host-package] --> /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/9bbac47/gateway-sp-comms/src/single_sp.rs:1413:18 |
3349 | 2025-02-13T04:49:53.373Z | [ host-package] | |
3350 | 2025-02-13T04:49:53.373Z | [ host-package] 1413 | pub async fn write(&mut self, data: Vec<u8>) -> Result<()> { |
3351 | 2025-02-13T04:49:53.373Z | [ host-package] | ^^^^^ |
3352 | 2025-02-13T04:49:53.373Z | [ host-package] |
3353 | 2025-02-13T04:49:53.406Z | [ host-package] error[E0308]: mismatched types |
3354 | 2025-02-13T04:49:53.406Z | [ host-package] --> gateway/src/serial_console.rs:114:67 |
3355 | 2025-02-13T04:49:53.409Z | [ host-package] | |
3356 | 2025-02-13T04:49:53.409Z | [ host-package] 114 | match ws_sink_tx.try_send(Message::Binary(data)) { |
3357 | 2025-02-13T04:49:53.409Z | [ host-package] | --------------- ^^^^ expected `Bytes`, found `Vec<u8>` |
3358 | 2025-02-13T04:49:53.409Z | [ host-package] | | |
3359 | 2025-02-13T04:49:53.409Z | [ host-package] | arguments to this enum variant are incorrect |
3360 | 2025-02-13T04:49:53.409Z | [ host-package] | |
3361 | 2025-02-13T04:49:53.409Z | [ host-package] = note: expected struct `tokio_tungstenite::tungstenite::Bytes` |
3362 | 2025-02-13T04:49:53.409Z | [ host-package] found struct `Vec<u8>` |
3363 | 2025-02-13T04:49:53.409Z | [ host-package] note: tuple variant defined here |
3364 | 2025-02-13T04:49:53.409Z | [ host-package] --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.26.1/src/protocol/message.rs:162:5 |
3365 | 2025-02-13T04:49:53.409Z | [ host-package] | |
3366 | 2025-02-13T04:49:53.409Z | [ host-package] 162 | Binary(Bytes), |
3367 | 2025-02-13T04:49:53.409Z | [ host-package] | ^^^^^^ |
3368 | 2025-02-13T04:49:53.409Z | [ host-package] help: call `Into::into` on this expression to convert `Vec<u8>` into `tokio_tungstenite::tungstenite::Bytes` |
3369 | 2025-02-13T04:49:53.409Z | [ host-package] | |
3370 | 2025-02-13T04:49:53.409Z | [ host-package] 114 | match ws_sink_tx.try_send(Message::Binary(data.into())) { |
3371 | 2025-02-13T04:49:53.410Z | [ host-package] | +++++++ |
3372 | 2025-02-13T04:49:53.410Z | [ host-package] |
3373 | 2025-02-13T04:49:53.414Z | [ host-package] error[E0308]: mismatched types |
3374 | 2025-02-13T04:49:53.414Z | [ host-package] --> gateway/src/serial_console.rs:137:37 |
3375 | 2025-02-13T04:49:53.416Z | [ host-package] | |
3376 | 2025-02-13T04:49:53.416Z | [ host-package] 137 | ... reason: Cow::Borrowed("serial console was detached"), |
3377 | 2025-02-13T04:49:53.416Z | [ host-package] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Utf8Bytes`, found `Cow<'_, str>` |
3378 | 2025-02-13T04:49:53.416Z | [ host-package] | |
3379 | 2025-02-13T04:49:53.416Z | [ host-package] = note: expected struct `Utf8Bytes` |
3380 | 2025-02-13T04:49:53.416Z | [ host-package] found enum `Cow<'_, str>` |
3381 | 2025-02-13T04:49:53.416Z | [ host-package] |
3382 | 2025-02-13T04:49:53.990Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3383 | 2025-02-13T04:49:54.450Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3384 | 2025-02-13T04:49:57.103Z | [ host-package] Some errors have detailed explanations: E0308, E0639. |
3385 | 2025-02-13T04:49:57.103Z | [ host-package] For more information about an error, try `rustc --explain E0308`. |
3386 | 2025-02-13T04:49:57.676Z | [ host-package] error: could not compile `omicron-gateway` (lib) due to 4 previous errors |
3387 | 2025-02-13T04:49:57.676Z | [ host-package] warning: build failed, waiting for other jobs to finish... |
3388 | 2025-02-13T04:49:58.803Z | [ helios-setup] Feb 13 04:49:57.815 INFO E| Compiling git2 v0.16.1 |
3389 | 2025-02-13T04:50:05.343Z | [ helios-setup] Feb 13 04:50:04.354 INFO E| Compiling built v0.6.0 |
3390 | 2025-02-13T04:50:07.140Z | [ helios-setup] Feb 13 04:50:06.151 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3391 | 2025-02-13T04:50:08.735Z | [ helios-setup] Feb 13 04:50:07.745 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
3392 | 2025-02-13T04:50:09.537Z | [ helios-setup] Feb 13 04:50:08.545 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
3393 | 2025-02-13T04:50:38.717Z | [ helios-setup] Feb 13 04:50:37.724 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
3394 | 2025-02-13T04:50:41.019Z | [ helios-setup] Feb 13 04:50:40.025 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
3395 | 2025-02-13T04:51:14.092Z | [ helios-setup] Feb 13 04:51:13.092 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
3396 | 2025-02-13T04:52:06.937Z | [ helios-setup] Feb 13 04:52:05.931 INFO E| Finished `release` profile [optimized] target(s) in 6m 28s |
3397 | 2025-02-13T04:52:07.027Z | [ helios-setup] Feb 13 04:52:06.022 INFO building project "pilot" ok (388 seconds) |
3398 | 2025-02-13T04:52:07.031Z | [ helios-setup] Feb 13 04:52:06.022 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
3399 | 2025-02-13T04:52:07.031Z | [ helios-setup] Feb 13 04:52:06.022 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
3400 | 2025-02-13T04:52:07.182Z | [ helios-setup] Feb 13 04:52:06.176 INFO E| Downloading crates ... |
3401 | 2025-02-13T04:52:07.319Z | [ helios-setup] Feb 13 04:52:06.313 INFO E| Downloaded sha2 v0.10.5 |
3402 | 2025-02-13T04:52:07.323Z | [ helios-setup] Feb 13 04:52:06.317 INFO E| Downloaded digest v0.10.3 |
3403 | 2025-02-13T04:52:07.327Z | [ helios-setup] Feb 13 04:52:06.319 INFO E| Downloaded typenum v1.15.0 |
3404 | 2025-02-13T04:52:07.327Z | [ helios-setup] Feb 13 04:52:06.321 INFO E| Downloaded bytes v1.2.1 |
3405 | 2025-02-13T04:52:07.331Z | [ helios-setup] Feb 13 04:52:06.324 INFO E| Downloaded anyhow v1.0.62 |
3406 | 2025-02-13T04:52:07.382Z | [ helios-setup] Feb 13 04:52:06.375 INFO E| Compiling version_check v0.9.4 |
3407 | 2025-02-13T04:52:07.382Z | [ helios-setup] Feb 13 04:52:06.375 INFO E| Compiling typenum v1.15.0 |
3408 | 2025-02-13T04:52:07.383Z | [ helios-setup] Feb 13 04:52:06.375 INFO E| Compiling crc32fast v1.3.2 |
3409 | 2025-02-13T04:52:07.388Z | [ helios-setup] Feb 13 04:52:06.375 INFO E| Compiling cfg-if v1.0.0 |
3410 | 2025-02-13T04:52:07.389Z | [ helios-setup] Feb 13 04:52:06.375 INFO E| Compiling anyhow v1.0.62 |
3411 | 2025-02-13T04:52:07.389Z | [ helios-setup] Feb 13 04:52:06.379 INFO E| Compiling adler v1.0.2 |
3412 | 2025-02-13T04:52:07.389Z | [ helios-setup] Feb 13 04:52:06.380 INFO E| Compiling cpufeatures v0.2.5 |
3413 | 2025-02-13T04:52:07.389Z | [ helios-setup] Feb 13 04:52:06.380 INFO E| Compiling unicode-width v0.1.10 |
3414 | 2025-02-13T04:52:07.475Z | [ helios-setup] Feb 13 04:52:06.470 INFO E| Compiling bytes v1.2.1 |
3415 | 2025-02-13T04:52:07.504Z | [ helios-setup] Feb 13 04:52:06.499 INFO E| Compiling bitflags v1.3.2 |
3416 | 2025-02-13T04:52:07.606Z | [ helios-setup] Feb 13 04:52:06.602 INFO E| Compiling miniz_oxide v0.6.2 |
3417 | 2025-02-13T04:52:07.636Z | [ helios-setup] Feb 13 04:52:06.632 INFO E| Compiling getopts v0.2.21 |
3418 | 2025-02-13T04:52:08.004Z | [ helios-setup] Feb 13 04:52:06.999 INFO E| Compiling generic-array v0.14.6 |
3419 | 2025-02-13T04:52:08.425Z | [ helios-setup] Feb 13 04:52:07.421 INFO E| Compiling flate2 v1.0.25 |
3420 | 2025-02-13T04:52:09.349Z | [ host-package] Error: Failed to build packages |
3421 | 2025-02-13T04:52:09.353Z | Feb 13 04:52:08.348 ERRO [host-package] process exited with exit status: 1 (599.825082478s) |
3422 | 2025-02-13T04:52:09.360Z | Error: command `/work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package` exited with exit status: 1 |
3423 | 2025-02-13T04:52:09.398Z | process exited: duration 1302100 ms, exit code 1 |
|
3424 | 2025-02-13T04:52:09.410Z | found 5 output files |
3425 | 2025-02-13T04:52:09.418Z | uploading: /work/helios-setup.log (58098 bytes) |
3426 | 2025-02-13T04:52:10.431Z | uploaded: /work/helios-setup.log |
3427 | 2025-02-13T04:52:10.436Z | uploading: /work/host-package.log (26763 bytes) |
3428 | 2025-02-13T04:52:11.443Z | uploaded: /work/host-package.log |
3429 | 2025-02-13T04:52:11.444Z | uploading: /work/host-target.log (101 bytes) |
3430 | 2025-02-13T04:52:12.452Z | uploaded: /work/host-target.log |
3431 | 2025-02-13T04:52:12.455Z | uploading: /work/omicron-package.log (5669 bytes) |
3432 | 2025-02-13T04:52:13.463Z | uploaded: /work/omicron-package.log |
3433 | 2025-02-13T04:52:13.464Z | uploading: /work/recovery-target.log (57 bytes) |
3434 | 2025-02-13T04:52:14.474Z | uploaded: /work/recovery-target.log |
3435 | 2025-02-13T04:52:14.474Z | upload error: rule "/work/manifest.toml" required a match, but was not used |
3436 | 2025-02-13T04:52:14.475Z | upload error: rule "/work/repo.zip" required a match, but was not used |
3437 | 2025-02-13T04:52:14.475Z | upload error: rule "/work/repo.zip.sha256.txt" required a match, but was not used |