|
|
|
1 | 2025-01-25T04:38:05.553Z | job assigned to worker 01JJDVZRY25DMHJVRGJTDZXAS0 [factory aws, i-0c49e6d9e5c5ea61f] (queued for 16 m 8 s) |
|
2 | 2025-01-25T04:38:13.339Z | starting task 0: "setup" |
3 | 2025-01-25T04:38:13.350Z | ++ uname -s |
4 | 2025-01-25T04:38:13.353Z | + kern=SunOS |
5 | 2025-01-25T04:38:13.353Z | + case "$kern" in |
6 | 2025-01-25T04:38:13.353Z | + groupadd -g 12345 build |
7 | 2025-01-25T04:38:13.356Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-25T04:38:15.362Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-25T04:38:15.487Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-25T04:38:15.491Z | + home_fs=zfs |
11 | 2025-01-25T04:38:15.491Z | + [[ zfs == autofs ]] |
12 | 2025-01-25T04:38:15.491Z | + mkdir -p /home/build |
13 | 2025-01-25T04:38:15.491Z | + chown build:build /home/build /work |
14 | 2025-01-25T04:38:17.494Z | + chmod 0700 /home/build /work |
15 | 2025-01-25T04:38:17.496Z | process exited: duration 4156 ms, exit code 0 |
|
16 | 2025-01-25T04:38:17.502Z | starting task 1: "rust-toolchain" |
17 | 2025-01-25T04:38:17.507Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-25T04:38:17.507Z | ' 1.84.0 |
19 | 2025-01-25T04:38:17.507Z | * toolchain channel = "1.84.0" |
20 | 2025-01-25T04:38:17.507Z | + printf ' * toolchain profile = "%s" |
21 | 2025-01-25T04:38:17.507Z | * toolchain profile = "default" |
22 | 2025-01-25T04:38:17.507Z | ' default |
23 | 2025-01-25T04:38:17.510Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-25T04:38:17.510Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-25T04:38:17.623Z | info: downloading installer |
26 | 2025-01-25T04:38:18.981Z | info: profile set to 'default' |
27 | 2025-01-25T04:38:18.981Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-25T04:38:18.984Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-25T04:38:19.156Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-25T04:38:19.156Z | info: downloading component 'cargo' |
31 | 2025-01-25T04:38:20.175Z | info: downloading component 'clippy' |
32 | 2025-01-25T04:38:20.565Z | info: downloading component 'rust-docs' |
33 | 2025-01-25T04:38:21.958Z | info: downloading component 'rust-std' |
34 | 2025-01-25T04:38:24.024Z | info: downloading component 'rustc' |
35 | 2025-01-25T04:38:31.934Z | info: downloading component 'rustfmt' |
36 | 2025-01-25T04:38:32.383Z | info: installing component 'cargo' |
37 | 2025-01-25T04:38:33.072Z | info: installing component 'clippy' |
38 | 2025-01-25T04:38:33.440Z | info: installing component 'rust-docs' |
39 | 2025-01-25T04:38:35.132Z | info: installing component 'rust-std' |
40 | 2025-01-25T04:38:36.806Z | info: installing component 'rustc' |
41 | 2025-01-25T04:38:42.779Z | info: installing component 'rustfmt' |
42 | 2025-01-25T04:38:43.111Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-25T04:38:43.111Z | |
44 | 2025-01-25T04:38:43.496Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-25T04:38:43.497Z | |
46 | 2025-01-25T04:38:43.500Z | |
47 | 2025-01-25T04:38:43.500Z | Rust is installed now. Great! |
48 | 2025-01-25T04:38:43.500Z | |
49 | 2025-01-25T04:38:43.500Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-25T04:38:43.500Z | environment variable. This has not been done automatically. |
51 | 2025-01-25T04:38:43.500Z | |
52 | 2025-01-25T04:38:43.500Z | To configure your current shell, you need to source |
53 | 2025-01-25T04:38:43.500Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-25T04:38:43.500Z | |
55 | 2025-01-25T04:38:43.500Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-25T04:38:43.500Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-25T04:38:43.500Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-25T04:38:43.573Z | + rustc --version |
59 | 2025-01-25T04:38:43.639Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-25T04:38:43.642Z | process exited: duration 26136 ms, exit code 0 |
|
61 | 2025-01-25T04:38:43.648Z | starting task 2: "authentication" |
62 | 2025-01-25T04:38:43.669Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2025-01-25T04:38:43.674Z | starting task 3: "clone repository" |
64 | 2025-01-25T04:38:43.680Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-25T04:38:43.682Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-25T04:38:43.716Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-25T04:38:50.827Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-25T04:38:50.827Z | + git fetch origin 4b3cf782112e509b4dd4c1d9c7255a4585e2fca1 |
69 | 2025-01-25T04:38:51.044Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-25T04:38:51.044Z | * branch 4b3cf782112e509b4dd4c1d9c7255a4585e2fca1 -> FETCH_HEAD |
71 | 2025-01-25T04:38:51.055Z | + [[ -n renovate/secrecy-0.x ]] |
72 | 2025-01-25T04:38:51.058Z | ++ git branch --show-current |
73 | 2025-01-25T04:38:51.060Z | + current=main |
74 | 2025-01-25T04:38:51.060Z | + [[ main != renovate/secrecy-0.x ]] |
75 | 2025-01-25T04:38:51.060Z | + git branch -f renovate/secrecy-0.x 4b3cf782112e509b4dd4c1d9c7255a4585e2fca1 |
76 | 2025-01-25T04:38:51.063Z | + git checkout -f renovate/secrecy-0.x |
77 | 2025-01-25T04:38:51.242Z | Switched to branch 'renovate/secrecy-0.x' |
78 | 2025-01-25T04:38:51.245Z | + git reset --hard 4b3cf782112e509b4dd4c1d9c7255a4585e2fca1 |
79 | 2025-01-25T04:38:51.421Z | HEAD is now at 4b3cf7821 Update Rust crate secrecy to 0.10.3 |
80 | 2025-01-25T04:38:51.424Z | process exited: duration 7746 ms, exit code 0 |
|
81 | 2025-01-25T04:38:52.435Z | starting task 4: "build" |
82 | 2025-01-25T04:38:52.438Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-25T04:38:52.438Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-25T04:38:52.438Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-25T04:38:52.438Z | + cargo --version |
86 | 2025-01-25T04:38:52.438Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-25T04:38:52.438Z | + rustc --version |
88 | 2025-01-25T04:38:52.438Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-25T04:38:52.438Z | + cargo tree --locked |
90 | 2025-01-25T04:38:52.438Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
91 | 2025-01-25T04:38:52.438Z | Updating crates.io index |
92 | 2025-01-25T04:38:52.438Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
93 | 2025-01-25T04:38:52.598Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
94 | 2025-01-25T04:38:53.276Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
95 | 2025-01-25T04:38:53.378Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
96 | 2025-01-25T04:38:53.770Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
97 | 2025-01-25T04:38:54.028Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
98 | 2025-01-25T04:38:54.977Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
99 | 2025-01-25T04:38:56.628Z | Updating git repository `https://github.com/oxidecomputer/opte` |
100 | 2025-01-25T04:38:57.197Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
101 | 2025-01-25T04:38:58.106Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
102 | 2025-01-25T04:38:58.346Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
103 | 2025-01-25T04:38:58.627Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
104 | 2025-01-25T04:38:59.381Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
105 | 2025-01-25T04:38:59.641Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
106 | 2025-01-25T04:38:59.985Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
107 | 2025-01-25T04:39:00.280Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
108 | 2025-01-25T04:39:00.541Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
109 | 2025-01-25T04:39:00.869Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
110 | 2025-01-25T04:39:01.274Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
111 | 2025-01-25T04:39:01.576Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
112 | 2025-01-25T04:39:01.853Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
113 | 2025-01-25T04:39:02.330Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
114 | 2025-01-25T04:39:02.670Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
115 | 2025-01-25T04:39:03.032Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
116 | 2025-01-25T04:39:03.572Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
117 | 2025-01-25T04:39:04.009Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
118 | 2025-01-25T04:39:04.332Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
119 | 2025-01-25T04:39:04.746Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
120 | 2025-01-25T04:39:05.144Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
121 | 2025-01-25T04:39:05.437Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
122 | 2025-01-25T04:39:05.746Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
123 | 2025-01-25T04:39:07.135Z | Downloading crates ... |
124 | 2025-01-25T04:39:07.227Z | Downloaded aead v0.5.2 |
125 | 2025-01-25T04:39:07.233Z | Downloaded ahash v0.8.11 |
126 | 2025-01-25T04:39:07.237Z | Downloaded async-object-pool v0.1.5 |
127 | 2025-01-25T04:39:07.247Z | Downloaded cfg_aliases v0.1.1 |
128 | 2025-01-25T04:39:07.256Z | Downloaded atomicwrites v0.4.4 |
129 | 2025-01-25T04:39:07.262Z | Downloaded assert_matches v1.5.0 |
130 | 2025-01-25T04:39:07.265Z | Downloaded byteorder v1.5.0 |
131 | 2025-01-25T04:39:07.265Z | Downloaded adler2 v2.0.0 |
132 | 2025-01-25T04:39:07.269Z | Downloaded autocfg v1.4.0 |
133 | 2025-01-25T04:39:07.272Z | Downloaded anstyle-parse v0.2.5 |
134 | 2025-01-25T04:39:07.272Z | Downloaded atomic-waker v1.1.2 |
135 | 2025-01-25T04:39:07.277Z | Downloaded addr2line v0.24.2 |
136 | 2025-01-25T04:39:07.283Z | Downloaded blocking v1.6.1 |
137 | 2025-01-25T04:39:07.286Z | Downloaded atty v0.2.14 |
138 | 2025-01-25T04:39:07.286Z | Downloaded ascii-canvas v3.0.0 |
139 | 2025-01-25T04:39:07.289Z | Downloaded arrayref v0.3.9 |
140 | 2025-01-25T04:39:07.289Z | Downloaded bit-vec v0.6.3 |
141 | 2025-01-25T04:39:07.294Z | Downloaded anes v0.1.6 |
142 | 2025-01-25T04:39:07.294Z | Downloaded cexpr v0.6.0 |
143 | 2025-01-25T04:39:07.298Z | Downloaded bit-set v0.5.3 |
144 | 2025-01-25T04:39:07.299Z | Downloaded assert-json-diff v2.0.2 |
145 | 2025-01-25T04:39:07.299Z | Downloaded cfg_aliases v0.2.1 |
146 | 2025-01-25T04:39:07.299Z | Downloaded castaway v0.2.3 |
147 | 2025-01-25T04:39:07.302Z | Downloaded bytecount v0.6.8 |
148 | 2025-01-25T04:39:07.302Z | Downloaded cast v0.3.0 |
149 | 2025-01-25T04:39:07.305Z | Downloaded cassowary v0.3.0 |
150 | 2025-01-25T04:39:07.305Z | Downloaded chacha20 v0.9.1 |
151 | 2025-01-25T04:39:07.309Z | Downloaded bitflags v1.3.2 |
152 | 2025-01-25T04:39:07.314Z | Downloaded cbc v0.1.2 |
153 | 2025-01-25T04:39:07.314Z | Downloaded buf-list v1.0.3 |
154 | 2025-01-25T04:39:07.316Z | Downloaded bb8 v0.8.5 |
155 | 2025-01-25T04:39:07.316Z | Downloaded bcrypt-pbkdf v0.10.0 |
156 | 2025-01-25T04:39:07.316Z | Downloaded cargo-platform v0.1.8 |
157 | 2025-01-25T04:39:07.319Z | Downloaded anstream v0.6.15 |
158 | 2025-01-25T04:39:07.322Z | Downloaded async-task v4.7.1 |
159 | 2025-01-25T04:39:07.326Z | Downloaded async-recursion v1.1.1 |
160 | 2025-01-25T04:39:07.329Z | Downloaded async-stream-impl v0.3.6 |
161 | 2025-01-25T04:39:07.329Z | Downloaded async-global-executor v2.4.1 |
162 | 2025-01-25T04:39:07.329Z | Downloaded async-stream v0.3.6 |
163 | 2025-01-25T04:39:07.332Z | Downloaded chrono-tz-build v0.4.0 |
164 | 2025-01-25T04:39:07.335Z | Downloaded anstyle-query v1.1.1 |
165 | 2025-01-25T04:39:07.335Z | Downloaded bitfield-struct v0.6.2 |
166 | 2025-01-25T04:39:07.336Z | Downloaded bitfield v0.14.0 |
167 | 2025-01-25T04:39:07.344Z | Downloaded async-channel v2.3.1 |
168 | 2025-01-25T04:39:07.344Z | Downloaded num_threads v0.1.7 |
169 | 2025-01-25T04:39:07.348Z | Downloaded oso-derive v0.27.3 |
170 | 2025-01-25T04:39:07.348Z | Downloaded base16ct v0.2.0 |
171 | 2025-01-25T04:39:07.348Z | Downloaded async-lock v3.4.0 |
172 | 2025-01-25T04:39:07.348Z | Downloaded async-channel v1.9.0 |
173 | 2025-01-25T04:39:07.348Z | Downloaded argon2 v0.5.3 |
174 | 2025-01-25T04:39:07.348Z | Downloaded cargo_metadata v0.18.1 |
175 | 2025-01-25T04:39:07.351Z | Downloaded pathdiff v0.2.2 |
176 | 2025-01-25T04:39:07.351Z | Downloaded cancel-safe-futures v0.1.5 |
177 | 2025-01-25T04:39:07.355Z | Downloaded blowfish v0.9.1 |
178 | 2025-01-25T04:39:07.355Z | Downloaded blake2 v0.10.6 |
179 | 2025-01-25T04:39:07.359Z | Downloaded anyhow v1.0.95 |
180 | 2025-01-25T04:39:07.363Z | Downloaded ciborium v0.2.2 |
181 | 2025-01-25T04:39:07.366Z | Downloaded backoff v0.4.0 |
182 | 2025-01-25T04:39:07.366Z | Downloaded parse-size v1.1.0 |
183 | 2025-01-25T04:39:07.369Z | Downloaded async-executor v1.13.1 |
184 | 2025-01-25T04:39:07.369Z | Downloaded assert_cmd v2.0.16 |
185 | 2025-01-25T04:39:07.372Z | Downloaded async-io v2.3.4 |
186 | 2025-01-25T04:39:07.375Z | Downloaded block-padding v0.3.3 |
187 | 2025-01-25T04:39:07.375Z | Downloaded block-buffer v0.10.4 |
188 | 2025-01-25T04:39:07.378Z | Downloaded async-attributes v1.1.2 |
189 | 2025-01-25T04:39:07.378Z | Downloaded async-signal v0.2.10 |
190 | 2025-01-25T04:39:07.384Z | Downloaded base64ct v1.6.0 |
191 | 2025-01-25T04:39:07.384Z | Downloaded anstyle v1.0.10 |
192 | 2025-01-25T04:39:07.388Z | Downloaded async-process v2.3.0 |
193 | 2025-01-25T04:39:07.388Z | Downloaded async-trait v0.1.83 |
194 | 2025-01-25T04:39:07.388Z | Downloaded async-bb8-diesel v0.2.1 |
195 | 2025-01-25T04:39:07.391Z | Downloaded bcs v0.1.6 |
196 | 2025-01-25T04:39:07.394Z | Downloaded foreign-types-shared v0.1.1 |
197 | 2025-01-25T04:39:07.394Z | Downloaded bzip2 v0.4.4 |
198 | 2025-01-25T04:39:07.398Z | Downloaded foreign-types v0.3.2 |
199 | 2025-01-25T04:39:07.398Z | Downloaded foldhash v0.1.3 |
200 | 2025-01-25T04:39:07.398Z | Downloaded fnv v1.0.7 |
201 | 2025-01-25T04:39:07.402Z | Downloaded cfg-if v1.0.0 |
202 | 2025-01-25T04:39:07.402Z | Downloaded progenitor-client v0.9.1 |
203 | 2025-01-25T04:39:07.402Z | Downloaded plotters-svg v0.3.7 |
204 | 2025-01-25T04:39:07.402Z | Downloaded futures-core v0.3.31 |
205 | 2025-01-25T04:39:07.405Z | Downloaded form_urlencoded v1.2.1 |
206 | 2025-01-25T04:39:07.405Z | Downloaded foreign-types-shared v0.3.1 |
207 | 2025-01-25T04:39:07.411Z | Downloaded foreign-types v0.5.0 |
208 | 2025-01-25T04:39:07.411Z | Downloaded packed_struct v0.10.1 |
209 | 2025-01-25T04:39:07.413Z | Downloaded futures v0.3.31 |
210 | 2025-01-25T04:39:07.416Z | Downloaded futures-macro v0.3.31 |
211 | 2025-01-25T04:39:07.416Z | Downloaded num-rational v0.4.2 |
212 | 2025-01-25T04:39:07.419Z | Downloaded futures-lite v2.3.0 |
213 | 2025-01-25T04:39:07.421Z | Downloaded arrayvec v0.7.6 |
214 | 2025-01-25T04:39:07.424Z | Downloaded expectorate v1.1.0 |
215 | 2025-01-25T04:39:07.427Z | Downloaded futures-sink v0.3.31 |
216 | 2025-01-25T04:39:07.427Z | Downloaded fragile v2.0.0 |
217 | 2025-01-25T04:39:07.430Z | Downloaded scroll_derive v0.12.0 |
218 | 2025-01-25T04:39:07.430Z | Downloaded bytes v1.9.0 |
219 | 2025-01-25T04:39:07.434Z | Downloaded futures-timer v3.0.3 |
220 | 2025-01-25T04:39:07.437Z | Downloaded proc-macro-crate v1.3.1 |
221 | 2025-01-25T04:39:07.439Z | Downloaded base64 v0.13.1 |
222 | 2025-01-25T04:39:07.443Z | Downloaded progenitor-macro v0.8.0 |
223 | 2025-01-25T04:39:07.446Z | Downloaded relative-path v1.9.3 |
224 | 2025-01-25T04:39:07.446Z | Downloaded fallible-iterator v0.2.0 |
225 | 2025-01-25T04:39:07.446Z | Downloaded hickory-server v0.24.2 |
226 | 2025-01-25T04:39:07.452Z | Downloaded swrite v0.1.0 |
227 | 2025-01-25T04:39:07.455Z | Downloaded rustc_version v0.1.7 |
228 | 2025-01-25T04:39:07.457Z | Downloaded rustc-hash v2.0.0 |
229 | 2025-01-25T04:39:07.457Z | Downloaded http-range v0.1.5 |
230 | 2025-01-25T04:39:07.460Z | Downloaded cc v1.1.30 |
231 | 2025-01-25T04:39:07.462Z | Downloaded http-body v1.0.1 |
232 | 2025-01-25T04:39:07.465Z | Downloaded bumpalo v3.16.0 |
233 | 2025-01-25T04:39:07.468Z | Downloaded pem-rfc7468 v0.7.0 |
234 | 2025-01-25T04:39:07.470Z | Downloaded chacha20poly1305 v0.10.1 |
235 | 2025-01-25T04:39:07.473Z | Downloaded serde_path_to_error v0.1.16 |
236 | 2025-01-25T04:39:07.476Z | Downloaded hostname v0.4.0 |
237 | 2025-01-25T04:39:07.476Z | Downloaded scrypt v0.11.0 |
238 | 2025-01-25T04:39:07.479Z | Downloaded hubpack_derive v0.1.1 |
239 | 2025-01-25T04:39:07.479Z | Downloaded fxhash v0.2.1 |
240 | 2025-01-25T04:39:07.479Z | Downloaded group v0.13.0 |
241 | 2025-01-25T04:39:07.482Z | Downloaded bitflags v2.6.0 |
242 | 2025-01-25T04:39:07.484Z | Downloaded stable_deref_trait v1.2.0 |
243 | 2025-01-25T04:39:07.487Z | Downloaded slog-json v2.6.1 |
244 | 2025-01-25T04:39:07.489Z | Downloaded base64 v0.21.7 |
245 | 2025-01-25T04:39:07.493Z | Downloaded zone_cfg_derive v0.3.0 |
246 | 2025-01-25T04:39:07.495Z | Downloaded fixedbitset v0.4.2 |
247 | 2025-01-25T04:39:07.495Z | Downloaded termcolor v1.4.1 |
248 | 2025-01-25T04:39:07.498Z | Downloaded http-body-util v0.1.2 |
249 | 2025-01-25T04:39:07.501Z | Downloaded float-cmp v0.9.0 |
250 | 2025-01-25T04:39:07.501Z | Downloaded subtle v2.6.1 |
251 | 2025-01-25T04:39:07.504Z | Downloaded slog-envlogger v2.2.0 |
252 | 2025-01-25T04:39:07.507Z | Downloaded httparse v1.9.5 |
253 | 2025-01-25T04:39:07.510Z | Downloaded cstr-argument v0.1.2 |
254 | 2025-01-25T04:39:07.510Z | Downloaded thiserror-no-std v2.0.2 |
255 | 2025-01-25T04:39:07.513Z | Downloaded hashlink v0.9.1 |
256 | 2025-01-25T04:39:07.516Z | Downloaded toml_datetime v0.6.8 |
257 | 2025-01-25T04:39:07.518Z | Downloaded serde_tokenstream v0.2.2 |
258 | 2025-01-25T04:39:07.521Z | Downloaded globset v0.4.15 |
259 | 2025-01-25T04:39:07.521Z | Downloaded static_assertions v1.1.0 |
260 | 2025-01-25T04:39:07.525Z | Downloaded sha2 v0.10.8 |
261 | 2025-01-25T04:39:07.527Z | Downloaded httptest v0.16.1 |
262 | 2025-01-25T04:39:07.530Z | Downloaded hyper-tls v0.6.0 |
263 | 2025-01-25T04:39:07.530Z | Downloaded deranged v0.3.11 |
264 | 2025-01-25T04:39:07.533Z | Downloaded unicase v2.7.0 |
265 | 2025-01-25T04:39:07.535Z | Downloaded omicron-zone-package v0.12.0 |
266 | 2025-01-25T04:39:07.538Z | Downloaded progenitor-impl v0.9.1 |
267 | 2025-01-25T04:39:07.541Z | Downloaded hyper-staticfile v0.10.1 |
268 | 2025-01-25T04:39:07.543Z | Downloaded mirai-annotations v1.12.0 |
269 | 2025-01-25T04:39:07.543Z | Downloaded httpdate v1.0.3 |
270 | 2025-01-25T04:39:07.546Z | Downloaded wyz v0.5.1 |
271 | 2025-01-25T04:39:07.546Z | Downloaded progenitor-impl v0.8.0 |
272 | 2025-01-25T04:39:07.549Z | Downloaded hyper-rustls v0.26.0 |
273 | 2025-01-25T04:39:07.552Z | Downloaded darling_macro v0.20.10 |
274 | 2025-01-25T04:39:07.554Z | Downloaded strum_macros v0.26.4 |
275 | 2025-01-25T04:39:07.554Z | Downloaded highway v1.2.0 |
276 | 2025-01-25T04:39:07.557Z | Downloaded hex-literal v0.4.1 |
277 | 2025-01-25T04:39:07.559Z | Downloaded gethostname v0.5.0 |
278 | 2025-01-25T04:39:07.559Z | Downloaded hyper-rustls v0.27.3 |
279 | 2025-01-25T04:39:07.563Z | Downloaded fatfs v0.3.6 |
280 | 2025-01-25T04:39:07.566Z | Downloaded defmt-parser v0.3.4 |
281 | 2025-01-25T04:39:07.569Z | Downloaded base64 v0.22.1 |
282 | 2025-01-25T04:39:07.571Z | Downloaded precomputed-hash v0.1.1 |
283 | 2025-01-25T04:39:07.574Z | Downloaded ident_case v1.0.1 |
284 | 2025-01-25T04:39:07.574Z | Downloaded icu_provider_macros v1.5.0 |
285 | 2025-01-25T04:39:07.577Z | Downloaded equivalent v1.0.1 |
286 | 2025-01-25T04:39:07.577Z | Downloaded similar v2.6.0 |
287 | 2025-01-25T04:39:07.581Z | Downloaded progenitor-client v0.8.0 |
288 | 2025-01-25T04:39:07.584Z | Downloaded kv-log-macro v1.0.7 |
289 | 2025-01-25T04:39:07.586Z | Downloaded md5 v0.7.0 |
290 | 2025-01-25T04:39:07.586Z | Downloaded unsafe-libyaml v0.2.11 |
291 | 2025-01-25T04:39:07.589Z | Downloaded libefi-sys v0.1.0 |
292 | 2025-01-25T04:39:07.594Z | Downloaded env_logger v0.11.5 |
293 | 2025-01-25T04:39:07.597Z | Downloaded cpufeatures v0.2.14 |
294 | 2025-01-25T04:39:07.597Z | Downloaded openssl-probe v0.1.5 |
295 | 2025-01-25T04:39:07.599Z | Downloaded walkdir v2.5.0 |
296 | 2025-01-25T04:39:07.599Z | Downloaded twox-hash v1.6.3 |
297 | 2025-01-25T04:39:07.602Z | Downloaded num-iter v0.1.45 |
298 | 2025-01-25T04:39:07.604Z | Downloaded subprocess v0.2.9 |
299 | 2025-01-25T04:39:07.607Z | Downloaded crc v3.2.1 |
300 | 2025-01-25T04:39:07.610Z | Downloaded either v1.13.0 |
301 | 2025-01-25T04:39:07.612Z | Downloaded dirs-sys-next v0.1.2 |
302 | 2025-01-25T04:39:07.612Z | Downloaded zerofrom-derive v0.1.4 |
303 | 2025-01-25T04:39:07.615Z | Downloaded flume v0.11.1 |
304 | 2025-01-25T04:39:07.618Z | Downloaded psl-types v2.0.11 |
305 | 2025-01-25T04:39:07.621Z | Downloaded pest_generator v2.7.14 |
306 | 2025-01-25T04:39:07.624Z | Downloaded parking v2.2.1 |
307 | 2025-01-25T04:39:07.624Z | Downloaded packed_struct_codegen v0.10.1 |
308 | 2025-01-25T04:39:07.626Z | Downloaded toml v0.8.19 |
309 | 2025-01-25T04:39:07.629Z | Downloaded multimap v0.10.0 |
310 | 2025-01-25T04:39:07.631Z | Downloaded managed v0.8.0 |
311 | 2025-01-25T04:39:07.634Z | Downloaded path-tree v0.8.1 |
312 | 2025-01-25T04:39:07.634Z | Downloaded yoke v0.7.4 |
313 | 2025-01-25T04:39:07.637Z | Downloaded multer v3.1.0 |
314 | 2025-01-25T04:39:07.639Z | Downloaded yoke-derive v0.7.4 |
315 | 2025-01-25T04:39:07.639Z | Downloaded usdt-attr-macro v0.5.0 |
316 | 2025-01-25T04:39:07.642Z | Downloaded sigpipe v0.1.3 |
317 | 2025-01-25T04:39:07.642Z | Downloaded tinytemplate v1.2.1 |
318 | 2025-01-25T04:39:07.644Z | Downloaded mockall v0.13.0 |
319 | 2025-01-25T04:39:07.647Z | Downloaded phf_generator v0.11.2 |
320 | 2025-01-25T04:39:07.647Z | Downloaded clap_derive v4.5.18 |
321 | 2025-01-25T04:39:07.650Z | Downloaded cookie_store v0.21.1 |
322 | 2025-01-25T04:39:07.654Z | Downloaded colorchoice v1.0.2 |
323 | 2025-01-25T04:39:07.657Z | Downloaded usdt-macro v0.5.0 |
324 | 2025-01-25T04:39:07.657Z | Downloaded write16 v1.0.0 |
325 | 2025-01-25T04:39:07.657Z | Downloaded der_derive v0.7.3 |
326 | 2025-01-25T04:39:07.662Z | Downloaded headers v0.4.0 |
327 | 2025-01-25T04:39:07.664Z | Downloaded rustls-pemfile v1.0.4 |
328 | 2025-01-25T04:39:07.667Z | Downloaded ssh-encoding v0.2.0 |
329 | 2025-01-25T04:39:07.670Z | Downloaded ssh-cipher v0.2.0 |
330 | 2025-01-25T04:39:07.672Z | Downloaded signature v2.2.0 |
331 | 2025-01-25T04:39:07.672Z | Downloaded thiserror-impl v2.0.11 |
332 | 2025-01-25T04:39:07.675Z | Downloaded curve25519-dalek-derive v0.1.1 |
333 | 2025-01-25T04:39:07.677Z | Downloaded rustversion v1.0.17 |
334 | 2025-01-25T04:39:07.680Z | Downloaded cookie v0.18.1 |
335 | 2025-01-25T04:39:07.682Z | Downloaded tungstenite v0.24.0 |
336 | 2025-01-25T04:39:07.685Z | Downloaded aes-gcm v0.10.3 |
337 | 2025-01-25T04:39:07.690Z | Downloaded target-spec v3.2.2 |
338 | 2025-01-25T04:39:07.693Z | Downloaded string_cache v0.8.7 |
339 | 2025-01-25T04:39:07.695Z | Downloaded smf v0.2.3 |
340 | 2025-01-25T04:39:07.695Z | Downloaded downcast v0.11.0 |
341 | 2025-01-25T04:39:07.698Z | Downloaded stringprep v0.1.5 |
342 | 2025-01-25T04:39:07.701Z | Downloaded postgres-protocol v0.6.7 |
343 | 2025-01-25T04:39:07.704Z | Downloaded tui-tree-widget v0.22.0 |
344 | 2025-01-25T04:39:07.704Z | Downloaded libloading v0.8.5 |
345 | 2025-01-25T04:39:07.706Z | Downloaded utf16_iter v1.0.5 |
346 | 2025-01-25T04:39:07.709Z | Downloaded utf-8 v0.7.6 |
347 | 2025-01-25T04:39:07.709Z | Downloaded icu_provider v1.5.0 |
348 | 2025-01-25T04:39:07.712Z | Downloaded mockall_derive v0.13.0 |
349 | 2025-01-25T04:39:07.715Z | Downloaded flate2 v1.0.35 |
350 | 2025-01-25T04:39:07.720Z | Downloaded phf_shared v0.10.0 |
351 | 2025-01-25T04:39:07.723Z | Downloaded aho-corasick v1.1.3 |
352 | 2025-01-25T04:39:07.728Z | Downloaded display-error-chain v0.2.2 |
353 | 2025-01-25T04:39:07.731Z | Downloaded textwrap v0.16.1 |
354 | 2025-01-25T04:39:07.734Z | Downloaded opaque-debug v0.3.1 |
355 | 2025-01-25T04:39:07.734Z | Downloaded lazycell v1.3.0 |
356 | 2025-01-25T04:39:07.737Z | Downloaded elliptic-curve v0.13.8 |
357 | 2025-01-25T04:39:07.741Z | Downloaded target-lexicon v0.12.16 |
358 | 2025-01-25T04:39:07.744Z | Downloaded rustls-pki-types v1.10.0 |
359 | 2025-01-25T04:39:07.746Z | Downloaded lru-cache v0.1.2 |
360 | 2025-01-25T04:39:07.749Z | Downloaded embedded-io v0.6.1 |
361 | 2025-01-25T04:39:07.749Z | Downloaded tokio-rustls v0.25.0 |
362 | 2025-01-25T04:39:07.751Z | Downloaded usdt-impl v0.5.0 |
363 | 2025-01-25T04:39:07.754Z | Downloaded indent_write v2.2.0 |
364 | 2025-01-25T04:39:07.845Z | Downloaded signal-hook-registry v1.4.2 |
365 | 2025-01-25T04:39:07.845Z | Downloaded steno v0.4.1 |
366 | 2025-01-25T04:39:07.856Z | Downloaded take_mut v0.2.2 |
367 | 2025-01-25T04:39:07.856Z | Downloaded ena v0.14.3 |
368 | 2025-01-25T04:39:07.856Z | Downloaded russh-keys v0.45.0 |
369 | 2025-01-25T04:39:07.856Z | Downloaded phf_shared v0.11.2 |
370 | 2025-01-25T04:39:07.856Z | Downloaded target-triple v0.1.3 |
371 | 2025-01-25T04:39:07.856Z | Downloaded hashbrown v0.13.2 |
372 | 2025-01-25T04:39:07.856Z | Downloaded libsw v3.3.1 |
373 | 2025-01-25T04:39:07.856Z | Downloaded macaddr v1.0.1 |
374 | 2025-01-25T04:39:07.856Z | Downloaded darling v0.20.10 |
375 | 2025-01-25T04:39:07.856Z | Downloaded ref-cast-impl v1.0.23 |
376 | 2025-01-25T04:39:07.856Z | Downloaded quinn-udp v0.5.5 |
377 | 2025-01-25T04:39:07.856Z | Downloaded toml_edit v0.19.15 |
378 | 2025-01-25T04:39:07.856Z | Downloaded sec1 v0.7.3 |
379 | 2025-01-25T04:39:07.856Z | Downloaded rustfmt-wrapper v0.2.1 |
380 | 2025-01-25T04:39:07.857Z | Downloaded rustc_version v0.4.1 |
381 | 2025-01-25T04:39:07.857Z | Downloaded rtoolbox v0.0.2 |
382 | 2025-01-25T04:39:07.857Z | Downloaded progenitor v0.9.1 |
383 | 2025-01-25T04:39:07.857Z | Downloaded num_enum_derive v0.5.11 |
384 | 2025-01-25T04:39:07.857Z | Downloaded structmeta v0.3.0 |
385 | 2025-01-25T04:39:07.857Z | Downloaded new_debug_unreachable v1.0.6 |
386 | 2025-01-25T04:39:07.857Z | Downloaded match_cfg v0.1.0 |
387 | 2025-01-25T04:39:07.857Z | Downloaded serde_spanned v0.6.8 |
388 | 2025-01-25T04:39:07.857Z | Downloaded secrecy v0.10.3 |
389 | 2025-01-25T04:39:07.857Z | Downloaded newline-converter v0.3.0 |
390 | 2025-01-25T04:39:07.857Z | Downloaded doc-comment v0.3.3 |
391 | 2025-01-25T04:39:07.857Z | Downloaded tap v1.0.1 |
392 | 2025-01-25T04:39:07.857Z | Downloaded tabwriter v1.4.0 |
393 | 2025-01-25T04:39:07.857Z | Downloaded slog-stdlog v4.1.1 |
394 | 2025-01-25T04:39:07.857Z | Downloaded typify v0.3.0 |
395 | 2025-01-25T04:39:07.857Z | Downloaded tokio-tungstenite v0.24.0 |
396 | 2025-01-25T04:39:07.857Z | Downloaded blake3 v1.5.4 |
397 | 2025-01-25T04:39:07.857Z | Downloaded idna_adapter v1.2.0 |
398 | 2025-01-25T04:39:07.857Z | Downloaded newtype_derive v0.1.6 |
399 | 2025-01-25T04:39:07.857Z | Downloaded concurrent-queue v2.5.0 |
400 | 2025-01-25T04:39:07.857Z | Downloaded zeroize v1.8.1 |
401 | 2025-01-25T04:39:07.857Z | Downloaded publicsuffix v2.3.0 |
402 | 2025-01-25T04:39:07.860Z | Downloaded pretty-hex v0.4.1 |
403 | 2025-01-25T04:39:07.860Z | Downloaded cipher v0.4.4 |
404 | 2025-01-25T04:39:07.860Z | Downloaded zeroize_derive v1.4.2 |
405 | 2025-01-25T04:39:07.860Z | Downloaded which v4.4.2 |
406 | 2025-01-25T04:39:07.860Z | Downloaded hashbrown v0.14.5 |
407 | 2025-01-25T04:39:07.863Z | Downloaded defmt-macros v0.3.9 |
408 | 2025-01-25T04:39:07.866Z | Downloaded slog-scope v4.4.0 |
409 | 2025-01-25T04:39:07.866Z | Downloaded miniz_oxide v0.8.0 |
410 | 2025-01-25T04:39:07.869Z | Downloaded rand v0.8.5 |
411 | 2025-01-25T04:39:07.873Z | Downloaded p521 v0.13.3 |
412 | 2025-01-25T04:39:07.879Z | Downloaded sync-ptr v0.1.1 |
413 | 2025-01-25T04:39:07.883Z | Downloaded impl-trait-for-tuples v0.2.2 |
414 | 2025-01-25T04:39:07.883Z | Downloaded indoc v1.0.9 |
415 | 2025-01-25T04:39:07.888Z | Downloaded zone_cfg_derive v0.1.2 |
416 | 2025-01-25T04:39:07.888Z | Downloaded sqlparser_derive v0.2.2 |
417 | 2025-01-25T04:39:07.890Z | Downloaded tokio-rustls v0.26.0 |
418 | 2025-01-25T04:39:07.890Z | Downloaded linked-hash-map v0.5.6 |
419 | 2025-01-25T04:39:07.893Z | Downloaded proc-macro-crate v3.2.0 |
420 | 2025-01-25T04:39:07.893Z | Downloaded signal-hook-mio v0.2.4 |
421 | 2025-01-25T04:39:07.896Z | Downloaded memoffset v0.9.1 |
422 | 2025-01-25T04:39:07.896Z | Downloaded piper v0.2.4 |
423 | 2025-01-25T04:39:07.898Z | Downloaded tokio-tungstenite v0.23.1 |
424 | 2025-01-25T04:39:07.901Z | Downloaded signal-hook v0.3.17 |
425 | 2025-01-25T04:39:07.903Z | Downloaded darling_core v0.20.10 |
426 | 2025-01-25T04:39:07.910Z | Downloaded resolv-conf v0.7.0 |
427 | 2025-01-25T04:39:07.912Z | Downloaded nibble_vec v0.1.0 |
428 | 2025-01-25T04:39:07.913Z | Downloaded nested v0.1.1 |
429 | 2025-01-25T04:39:07.915Z | Downloaded dtrace-parser v0.2.0 |
430 | 2025-01-25T04:39:07.915Z | Downloaded const_format_proc_macros v0.2.33 |
431 | 2025-01-25T04:39:07.919Z | Downloaded guppy v0.17.8 |
432 | 2025-01-25T04:39:07.924Z | Downloaded serde-hex v0.1.0 |
433 | 2025-01-25T04:39:07.926Z | Downloaded scheduled-thread-pool v0.2.7 |
434 | 2025-01-25T04:39:07.929Z | Downloaded normalize-line-endings v0.3.0 |
435 | 2025-01-25T04:39:07.929Z | Downloaded memchr v2.7.4 |
436 | 2025-01-25T04:39:07.934Z | Downloaded sha1 v0.10.6 |
437 | 2025-01-25T04:39:07.937Z | Downloaded simd-adler32 v0.3.7 |
438 | 2025-01-25T04:39:07.940Z | Downloaded shell-words v1.1.0 |
439 | 2025-01-25T04:39:07.940Z | Downloaded hyper v1.5.2 |
440 | 2025-01-25T04:39:07.947Z | Downloaded zone v0.1.8 |
441 | 2025-01-25T04:39:07.950Z | Downloaded vergen v8.3.2 |
442 | 2025-01-25T04:39:07.952Z | Downloaded untrusted v0.9.0 |
443 | 2025-01-25T04:39:07.955Z | Downloaded ciborium-io v0.2.2 |
444 | 2025-01-25T04:39:07.955Z | Downloaded futures-util v0.3.31 |
445 | 2025-01-25T04:39:07.968Z | Downloaded nodrop v0.1.14 |
446 | 2025-01-25T04:39:07.970Z | Downloaded cmake v0.1.51 |
447 | 2025-01-25T04:39:07.970Z | Downloaded ciborium-ll v0.2.2 |
448 | 2025-01-25T04:39:07.973Z | Downloaded rayon-core v1.12.1 |
449 | 2025-01-25T04:39:07.976Z | Downloaded plain v0.2.3 |
450 | 2025-01-25T04:39:07.979Z | Downloaded crypto-bigint v0.5.5 |
451 | 2025-01-25T04:39:07.984Z | Downloaded dunce v1.0.5 |
452 | 2025-01-25T04:39:07.987Z | Downloaded libm v0.2.8 |
453 | 2025-01-25T04:39:07.993Z | Downloaded libtest-mimic v0.7.3 |
454 | 2025-01-25T04:39:07.996Z | Downloaded rusty-fork v0.3.0 |
455 | 2025-01-25T04:39:07.998Z | Downloaded salsa20 v0.10.2 |
456 | 2025-01-25T04:39:08.001Z | Downloaded radium v0.7.0 |
457 | 2025-01-25T04:39:08.001Z | Downloaded r2d2 v0.8.10 |
458 | 2025-01-25T04:39:08.004Z | Downloaded test-strategy v0.3.1 |
459 | 2025-01-25T04:39:08.006Z | Downloaded num-conv v0.1.0 |
460 | 2025-01-25T04:39:08.009Z | Downloaded tracing-attributes v0.1.27 |
461 | 2025-01-25T04:39:08.012Z | Downloaded derive_builder_macro v0.20.2 |
462 | 2025-01-25T04:39:08.012Z | Downloaded pkcs5 v0.7.1 |
463 | 2025-01-25T04:39:08.016Z | Downloaded goblin v0.8.2 |
464 | 2025-01-25T04:39:08.023Z | Downloaded path-slash v0.1.5 |
465 | 2025-01-25T04:39:08.026Z | Downloaded typify-macro v0.3.0 |
466 | 2025-01-25T04:39:08.026Z | Downloaded threadpool v1.8.1 |
467 | 2025-01-25T04:39:08.028Z | Downloaded termtree v0.4.1 |
468 | 2025-01-25T04:39:08.028Z | Downloaded utf8parse v0.2.2 |
469 | 2025-01-25T04:39:08.031Z | Downloaded utf8_iter v1.0.4 |
470 | 2025-01-25T04:39:08.031Z | Downloaded ron v0.7.1 |
471 | 2025-01-25T04:39:08.035Z | Downloaded tower-service v0.3.3 |
472 | 2025-01-25T04:39:08.038Z | Downloaded serde-big-array v0.5.1 |
473 | 2025-01-25T04:39:08.038Z | Downloaded thread-id v4.2.2 |
474 | 2025-01-25T04:39:08.041Z | Downloaded terminal_size v0.4.0 |
475 | 2025-01-25T04:39:08.046Z | Downloaded derive_builder_core v0.20.2 |
476 | 2025-01-25T04:39:08.046Z | Downloaded waitgroup v0.1.2 |
477 | 2025-01-25T04:39:08.048Z | Downloaded async-std v1.13.0 |
478 | 2025-01-25T04:39:08.064Z | Downloaded is-terminal v0.4.13 |
479 | 2025-01-25T04:39:08.067Z | Downloaded uzers v0.12.1 |
480 | 2025-01-25T04:39:08.069Z | Downloaded slog-term v2.9.1 |
481 | 2025-01-25T04:39:08.069Z | Downloaded slog-async v2.8.0 |
482 | 2025-01-25T04:39:08.072Z | Downloaded plotters-backend v0.3.7 |
483 | 2025-01-25T04:39:08.075Z | Downloaded is_ci v1.2.0 |
484 | 2025-01-25T04:39:08.075Z | Downloaded git2 v0.19.0 |
485 | 2025-01-25T04:39:08.083Z | Downloaded diesel_table_macro_syntax v0.2.0 |
486 | 2025-01-25T04:39:08.086Z | Downloaded zopfli v0.8.1 |
487 | 2025-01-25T04:39:08.088Z | Downloaded samael v0.0.17 |
488 | 2025-01-25T04:39:08.094Z | Downloaded termios v0.3.3 |
489 | 2025-01-25T04:39:08.096Z | Downloaded rpassword v7.3.1 |
490 | 2025-01-25T04:39:08.099Z | Downloaded derive_builder v0.20.2 |
491 | 2025-01-25T04:39:08.102Z | Downloaded structmeta v0.2.0 |
492 | 2025-01-25T04:39:08.105Z | Downloaded clap_builder v4.5.21 |
493 | 2025-01-25T04:39:08.111Z | Downloaded vsss-rs v3.3.4 |
494 | 2025-01-25T04:39:08.113Z | Downloaded slog v2.7.0 |
495 | 2025-01-25T04:39:08.117Z | Downloaded maplit v1.0.2 |
496 | 2025-01-25T04:39:08.129Z | Downloaded plotters v0.3.7 |
497 | 2025-01-25T04:39:08.129Z | Downloaded try-lock v0.2.5 |
498 | 2025-01-25T04:39:08.131Z | Downloaded peg-runtime v0.8.3 |
499 | 2025-01-25T04:39:08.132Z | Downloaded difflib v0.4.0 |
500 | 2025-01-25T04:39:08.132Z | Downloaded pkcs8 v0.10.2 |
501 | 2025-01-25T04:39:08.134Z | Downloaded idna v1.0.3 |
502 | 2025-01-25T04:39:08.138Z | Downloaded progenitor v0.8.0 |
503 | 2025-01-25T04:39:08.142Z | Downloaded itoa v1.0.11 |
504 | 2025-01-25T04:39:08.144Z | Downloaded poly1305 v0.8.0 |
505 | 2025-01-25T04:39:08.147Z | Downloaded tinyvec_macros v0.1.1 |
506 | 2025-01-25T04:39:08.147Z | Downloaded keccak v0.1.5 |
507 | 2025-01-25T04:39:08.147Z | Downloaded des v0.8.1 |
508 | 2025-01-25T04:39:08.150Z | Downloaded vte_generate_state_changes v0.1.2 |
509 | 2025-01-25T04:39:08.150Z | Downloaded uuid v1.12.0 |
510 | 2025-01-25T04:39:08.153Z | Downloaded topological-sort v0.2.2 |
511 | 2025-01-25T04:39:08.156Z | Downloaded lockfree-object-pool v0.1.6 |
512 | 2025-01-25T04:39:08.158Z | Downloaded proptest v1.5.0 |
513 | 2025-01-25T04:39:08.168Z | Downloaded quick-error v1.2.3 |
514 | 2025-01-25T04:39:08.170Z | Downloaded lru v0.12.5 |
515 | 2025-01-25T04:39:08.173Z | Downloaded whoami v1.5.2 |
516 | 2025-01-25T04:39:08.175Z | Downloaded oso v0.27.3 |
517 | 2025-01-25T04:39:08.178Z | Downloaded thiserror v1.0.69 |
518 | 2025-01-25T04:39:08.184Z | Downloaded num-integer v0.1.46 |
519 | 2025-01-25T04:39:08.187Z | Downloaded smallvec v0.6.14 |
520 | 2025-01-25T04:39:08.187Z | Downloaded crunchy v0.2.2 |
521 | 2025-01-25T04:39:08.190Z | Downloaded cobs v0.2.3 |
522 | 2025-01-25T04:39:08.190Z | Downloaded paste v1.0.15 |
523 | 2025-01-25T04:39:08.193Z | Downloaded serde_json v1.0.135 |
524 | 2025-01-25T04:39:08.201Z | Downloaded lock_api v0.4.12 |
525 | 2025-01-25T04:39:08.204Z | Downloaded pin-utils v0.1.0 |
526 | 2025-01-25T04:39:08.206Z | Downloaded memmap v0.7.0 |
527 | 2025-01-25T04:39:08.206Z | Downloaded jobserver v0.1.32 |
528 | 2025-01-25T04:39:08.209Z | Downloaded writeable v0.5.5 |
529 | 2025-01-25T04:39:08.212Z | Downloaded criterion-plot v0.5.0 |
530 | 2025-01-25T04:39:08.214Z | Downloaded peg v0.8.4 |
531 | 2025-01-25T04:39:08.217Z | Downloaded wait-timeout v0.2.0 |
532 | 2025-01-25T04:39:08.219Z | Downloaded pem v3.0.4 |
533 | 2025-01-25T04:39:08.219Z | Downloaded tracing v0.1.40 |
534 | 2025-01-25T04:39:08.224Z | Downloaded openssl-macros v0.1.1 |
535 | 2025-01-25T04:39:08.226Z | Downloaded sync_wrapper v1.0.1 |
536 | 2025-01-25T04:39:08.227Z | Downloaded parse-display-derive v0.10.0 |
537 | 2025-01-25T04:39:08.229Z | Downloaded parse-display v0.10.0 |
538 | 2025-01-25T04:39:08.229Z | Downloaded errno v0.3.9 |
539 | 2025-01-25T04:39:08.232Z | Downloaded number_prefix v0.4.0 |
540 | 2025-01-25T04:39:08.232Z | Downloaded zerocopy v0.7.35 |
541 | 2025-01-25T04:39:08.248Z | Downloaded escape8259 v0.5.3 |
542 | 2025-01-25T04:39:08.250Z | Downloaded siphasher v0.3.11 |
543 | 2025-01-25T04:39:08.250Z | Downloaded password-hash v0.5.0 |
544 | 2025-01-25T04:39:08.253Z | Downloaded num_cpus v1.16.0 |
545 | 2025-01-25T04:39:08.257Z | Downloaded displaydoc v0.2.5 |
546 | 2025-01-25T04:39:08.260Z | Downloaded polyval v0.6.2 |
547 | 2025-01-25T04:39:08.260Z | Downloaded time-macros v0.2.18 |
548 | 2025-01-25T04:39:08.263Z | Downloaded pin-project-lite v0.2.14 |
549 | 2025-01-25T04:39:08.266Z | Downloaded crc-catalog v2.4.0 |
550 | 2025-01-25T04:39:08.268Z | Downloaded log v0.4.22 |
551 | 2025-01-25T04:39:08.271Z | Downloaded synstructure v0.13.1 |
552 | 2025-01-25T04:39:08.274Z | Downloaded russh-cryptovec v0.7.3 |
553 | 2025-01-25T04:39:08.274Z | Downloaded parking_lot_core v0.9.10 |
554 | 2025-01-25T04:39:08.276Z | Downloaded trybuild v1.0.101 |
555 | 2025-01-25T04:39:08.278Z | Downloaded pretty-hex v0.2.1 |
556 | 2025-01-25T04:39:08.280Z | Downloaded ipnetwork v0.20.0 |
557 | 2025-01-25T04:39:08.283Z | Downloaded predicates-core v1.0.8 |
558 | 2025-01-25T04:39:08.283Z | Downloaded predicates v3.1.2 |
559 | 2025-01-25T04:39:08.285Z | Downloaded endian-type v0.1.2 |
560 | 2025-01-25T04:39:08.288Z | Downloaded md-5 v0.10.6 |
561 | 2025-01-25T04:39:08.288Z | Downloaded smallvec v1.13.2 |
562 | 2025-01-25T04:39:08.290Z | Downloaded partial-io v0.5.4 |
563 | 2025-01-25T04:39:08.292Z | Downloaded serde_with_macros v3.11.0 |
564 | 2025-01-25T04:39:08.295Z | Downloaded tokio-util v0.7.12 |
565 | 2025-01-25T04:39:08.301Z | Downloaded structmeta-derive v0.2.0 |
566 | 2025-01-25T04:39:08.304Z | Downloaded rustls-webpki v0.102.8 |
567 | 2025-01-25T04:39:08.320Z | Downloaded instant v0.1.13 |
568 | 2025-01-25T04:39:08.322Z | Downloaded xz2 v0.1.7 |
569 | 2025-01-25T04:39:08.325Z | Downloaded tls_codec v0.4.1 |
570 | 2025-01-25T04:39:08.326Z | Downloaded serde_plain v1.0.2 |
571 | 2025-01-25T04:39:08.328Z | Downloaded semver v0.1.20 |
572 | 2025-01-25T04:39:08.328Z | Downloaded typify v0.2.0 |
573 | 2025-01-25T04:39:08.330Z | Downloaded toolchain_find v0.4.0 |
574 | 2025-01-25T04:39:08.333Z | Downloaded vte v0.11.1 |
575 | 2025-01-25T04:39:08.336Z | Downloaded mime v0.3.17 |
576 | 2025-01-25T04:39:08.336Z | Downloaded rand_core v0.6.4 |
577 | 2025-01-25T04:39:08.338Z | Downloaded sqlformat v0.2.6 |
578 | 2025-01-25T04:39:08.338Z | Downloaded spki v0.7.3 |
579 | 2025-01-25T04:39:08.341Z | Downloaded semver v1.0.24 |
580 | 2025-01-25T04:39:08.343Z | Downloaded memmap2 v0.9.5 |
581 | 2025-01-25T04:39:08.345Z | Downloaded serde_yaml v0.9.34+deprecated |
582 | 2025-01-25T04:39:08.348Z | Downloaded icu_locid v1.5.0 |
583 | 2025-01-25T04:39:08.352Z | Downloaded ed25519 v2.2.3 |
584 | 2025-01-25T04:39:08.355Z | Downloaded rand_chacha v0.3.1 |
585 | 2025-01-25T04:39:08.358Z | Downloaded serde_repr v0.1.19 |
586 | 2025-01-25T04:39:08.358Z | Downloaded ctr v0.9.2 |
587 | 2025-01-25T04:39:08.360Z | Downloaded gimli v0.31.1 |
588 | 2025-01-25T04:39:08.369Z | Downloaded internet-checksum v0.2.1 |
589 | 2025-01-25T04:39:08.371Z | Downloaded indoc v2.0.5 |
590 | 2025-01-25T04:39:08.371Z | Downloaded ipnet v2.10.1 |
591 | 2025-01-25T04:39:08.374Z | Downloaded convert_case v0.4.0 |
592 | 2025-01-25T04:39:08.374Z | Downloaded spin v0.9.8 |
593 | 2025-01-25T04:39:08.376Z | Downloaded crc-any v2.5.0 |
594 | 2025-01-25T04:39:08.379Z | Downloaded structmeta-derive v0.3.0 |
595 | 2025-01-25T04:39:08.381Z | Downloaded qorb v0.2.1 |
596 | 2025-01-25T04:39:08.384Z | Downloaded num_enum v0.5.11 |
597 | 2025-01-25T04:39:08.389Z | Downloaded openssl-sys v0.9.103 |
598 | 2025-01-25T04:39:08.396Z | Downloaded scroll v0.12.0 |
599 | 2025-01-25T04:39:08.398Z | Downloaded rustc-demangle v0.1.24 |
600 | 2025-01-25T04:39:08.398Z | Downloaded icu_locid_transform_data v1.5.0 |
601 | 2025-01-25T04:39:08.401Z | Downloaded socket2 v0.5.7 |
602 | 2025-01-25T04:39:08.404Z | Downloaded rand_seeder v0.3.0 |
603 | 2025-01-25T04:39:08.404Z | Downloaded mime_guess v2.0.5 |
604 | 2025-01-25T04:39:08.406Z | Downloaded openssl v0.10.66 |
605 | 2025-01-25T04:39:08.414Z | Downloaded quinn-proto v0.11.8 |
606 | 2025-01-25T04:39:08.421Z | Downloaded zerocopy-derive v0.7.35 |
607 | 2025-01-25T04:39:08.425Z | Downloaded strum_macros v0.24.3 |
608 | 2025-01-25T04:39:08.428Z | Downloaded ucd-trie v0.1.7 |
609 | 2025-01-25T04:39:08.431Z | Downloaded zerocopy v0.8.10 |
610 | 2025-01-25T04:39:08.452Z | Downloaded typenum v1.17.0 |
611 | 2025-01-25T04:39:08.455Z | Downloaded compact_str v0.8.0 |
612 | 2025-01-25T04:39:08.458Z | Downloaded unicode-bidi v0.3.17 |
613 | 2025-01-25T04:39:08.461Z | Downloaded rand_distr v0.4.3 |
614 | 2025-01-25T04:39:08.463Z | Downloaded crossbeam-channel v0.5.13 |
615 | 2025-01-25T04:39:08.468Z | Downloaded tungstenite v0.23.0 |
616 | 2025-01-25T04:39:08.471Z | Downloaded tough v0.19.0 |
617 | 2025-01-25T04:39:08.479Z | Downloaded crossterm v0.28.1 |
618 | 2025-01-25T04:39:08.485Z | Downloaded sqlparser v0.45.0 |
619 | 2025-01-25T04:39:08.491Z | Downloaded constant_time_eq v0.3.1 |
620 | 2025-01-25T04:39:08.494Z | Downloaded proc-macro2 v1.0.92 |
621 | 2025-01-25T04:39:08.496Z | Downloaded smoltcp v0.9.1 |
622 | 2025-01-25T04:39:08.506Z | Downloaded minimal-lexical v0.2.1 |
623 | 2025-01-25T04:39:08.510Z | Downloaded russh v0.45.0 |
624 | 2025-01-25T04:39:08.517Z | Downloaded rusqlite v0.32.1 |
625 | 2025-01-25T04:39:08.522Z | Downloaded salty v0.3.0 |
626 | 2025-01-25T04:39:08.528Z | Downloaded libxml v0.3.3 |
627 | 2025-01-25T04:39:08.534Z | Downloaded quick-xml v0.33.0 |
628 | 2025-01-25T04:39:08.541Z | Downloaded vcpkg v0.2.15 |
629 | 2025-01-25T04:39:08.577Z | Downloaded criterion v0.5.1 |
630 | 2025-01-25T04:39:08.582Z | Downloaded hickory-proto v0.24.2 |
631 | 2025-01-25T04:39:08.598Z | Downloaded typed-path v0.9.3 |
632 | 2025-01-25T04:39:08.604Z | Downloaded p384 v0.13.0 |
633 | 2025-01-25T04:39:08.609Z | Downloaded unicode-normalization v0.1.24 |
634 | 2025-01-25T04:39:08.613Z | Downloaded unicode-width v0.2.0 |
635 | 2025-01-25T04:39:08.618Z | Downloaded dropshot v0.12.0 |
636 | 2025-01-25T04:39:08.638Z | Downloaded num-bigint-dig v0.8.4 |
637 | 2025-01-25T04:39:08.642Z | Downloaded portable-atomic v1.9.0 |
638 | 2025-01-25T04:39:08.649Z | Downloaded zerovec v0.10.4 |
639 | 2025-01-25T04:39:08.655Z | Downloaded unicode-width v0.1.14 |
640 | 2025-01-25T04:39:08.661Z | Downloaded radix_trie v0.2.1 |
641 | 2025-01-25T04:39:08.666Z | Downloaded chrono-tz v0.10.1 |
642 | 2025-01-25T04:39:08.673Z | Downloaded syn v1.0.109 |
643 | 2025-01-25T04:39:08.684Z | Downloaded tabled v0.15.0 |
644 | 2025-01-25T04:39:08.699Z | Downloaded bstr v1.10.0 |
645 | 2025-01-25T04:39:08.710Z | Downloaded syn v2.0.96 |
646 | 2025-01-25T04:39:08.720Z | Downloaded lalrpop v0.19.12 |
647 | 2025-01-25T04:39:08.731Z | Downloaded reqwest v0.12.9 |
648 | 2025-01-25T04:39:08.738Z | Downloaded nix v0.27.1 |
649 | 2025-01-25T04:39:08.748Z | Downloaded object v0.30.4 |
650 | 2025-01-25T04:39:08.758Z | Downloaded webpki-roots v0.26.6 |
651 | 2025-01-25T04:39:08.761Z | Downloaded dropshot v0.15.1 |
652 | 2025-01-25T04:39:08.782Z | Downloaded regex v1.11.1 |
653 | 2025-01-25T04:39:08.794Z | Downloaded regex-syntax v0.6.29 |
654 | 2025-01-25T04:39:08.804Z | Downloaded rustls v0.21.12 |
655 | 2025-01-25T04:39:08.812Z | Downloaded diesel v2.2.6 |
656 | 2025-01-25T04:39:08.830Z | Downloaded nix v0.29.0 |
657 | 2025-01-25T04:39:08.841Z | Downloaded typify-impl v0.3.0 |
658 | 2025-01-25T04:39:08.857Z | Downloaded zerocopy-derive v0.6.6 |
659 | 2025-01-25T04:39:08.865Z | Downloaded ratatui v0.28.1 |
660 | 2025-01-25T04:39:08.974Z | Downloaded rustls v0.22.4 |
661 | 2025-01-25T04:39:08.982Z | Downloaded nix v0.28.0 |
662 | 2025-01-25T04:39:08.983Z | Downloaded rustls v0.23.19 |
663 | 2025-01-25T04:39:08.983Z | Downloaded rustix v0.38.37 |
664 | 2025-01-25T04:39:08.983Z | Downloaded curve25519-dalek v4.1.3 |
665 | 2025-01-25T04:39:08.983Z | Downloaded object v0.36.5 |
666 | 2025-01-25T04:39:08.983Z | Downloaded regress v0.9.1 |
667 | 2025-01-25T04:39:08.983Z | Downloaded typify-impl v0.2.0 |
668 | 2025-01-25T04:39:08.987Z | Downloaded regex-syntax v0.8.5 |
669 | 2025-01-25T04:39:08.987Z | Downloaded openapiv3 v2.0.0 |
670 | 2025-01-25T04:39:08.997Z | Downloaded smoltcp v0.11.0 |
671 | 2025-01-25T04:39:09.009Z | Downloaded sled v0.34.7 |
672 | 2025-01-25T04:39:09.019Z | Downloaded lzma-sys v0.1.20 |
673 | 2025-01-25T04:39:09.047Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
674 | 2025-01-25T04:39:09.058Z | Downloaded regress v0.10.1 |
675 | 2025-01-25T04:39:09.067Z | Downloaded time v0.3.36 |
676 | 2025-01-25T04:39:09.074Z | Downloaded itertools v0.12.1 |
677 | 2025-01-25T04:39:09.081Z | Downloaded petgraph v0.6.5 |
678 | 2025-01-25T04:39:09.100Z | Downloaded winnow v0.6.20 |
679 | 2025-01-25T04:39:09.107Z | Downloaded winnow v0.5.40 |
680 | 2025-01-25T04:39:09.114Z | Downloaded polar-core v0.27.3 |
681 | 2025-01-25T04:39:09.123Z | Downloaded icu_collections v1.5.0 |
682 | 2025-01-25T04:39:09.129Z | Downloaded icu_locid_transform v1.5.0 |
683 | 2025-01-25T04:39:09.131Z | Downloaded nom v7.1.3 |
684 | 2025-01-25T04:39:09.136Z | Downloaded regex-automata v0.4.8 |
685 | 2025-01-25T04:39:09.154Z | Downloaded libc v0.2.169 |
686 | 2025-01-25T04:39:09.177Z | Downloaded xattr v1.3.1 |
687 | 2025-01-25T04:39:09.180Z | Downloaded csv v1.3.0 |
688 | 2025-01-25T04:39:09.199Z | Downloaded tls_codec_derive v0.4.1 |
689 | 2025-01-25T04:39:09.201Z | Downloaded unicode-segmentation v1.12.0 |
690 | 2025-01-25T04:39:09.204Z | Downloaded icu_properties_data v1.5.0 |
691 | 2025-01-25T04:39:09.214Z | Downloaded strip-ansi-escapes v0.2.0 |
692 | 2025-01-25T04:39:09.216Z | Downloaded serde_regex v1.1.0 |
693 | 2025-01-25T04:39:09.216Z | Downloaded zip v0.6.6 |
694 | 2025-01-25T04:39:09.220Z | Downloaded schemars v0.8.21 |
695 | 2025-01-25T04:39:09.231Z | Downloaded sha3 v0.10.8 |
696 | 2025-01-25T04:39:09.236Z | Downloaded serde v1.0.217 |
697 | 2025-01-25T04:39:09.239Z | Downloaded tokio v1.43.0 |
698 | 2025-01-25T04:39:09.275Z | Downloaded csv-core v0.1.11 |
699 | 2025-01-25T04:39:09.278Z | Downloaded thiserror v2.0.11 |
700 | 2025-01-25T04:39:09.282Z | Downloaded snafu-derive v0.8.5 |
701 | 2025-01-25T04:39:09.284Z | Downloaded serde_derive v1.0.217 |
702 | 2025-01-25T04:39:09.288Z | Downloaded password-hash v0.4.2 |
703 | 2025-01-25T04:39:09.290Z | Downloaded num-bigint v0.4.6 |
704 | 2025-01-25T04:39:09.293Z | Downloaded libz-sys v1.1.20 |
705 | 2025-01-25T04:39:09.312Z | Downloaded hyper-util v0.1.10 |
706 | 2025-01-25T04:39:09.316Z | Downloaded polling v3.7.3 |
707 | 2025-01-25T04:39:09.319Z | Downloaded httpmock v0.8.0-alpha.1 |
708 | 2025-01-25T04:39:09.336Z | Downloaded petname v2.0.2 |
709 | 2025-01-25T04:39:09.342Z | Downloaded defmt v0.3.8 |
710 | 2025-01-25T04:39:09.345Z | Downloaded diff v0.1.13 |
711 | 2025-01-25T04:39:09.348Z | Downloaded time-core v0.1.2 |
712 | 2025-01-25T04:39:09.352Z | Downloaded strum_macros v0.25.3 |
713 | 2025-01-25T04:39:09.352Z | Downloaded crossbeam-utils v0.8.20 |
714 | 2025-01-25T04:39:09.355Z | Downloaded zip v2.1.3 |
715 | 2025-01-25T04:39:09.357Z | Downloaded env_filter v0.1.2 |
716 | 2025-01-25T04:39:09.360Z | Downloaded enum-as-inner v0.6.1 |
717 | 2025-01-25T04:39:09.360Z | Downloaded quinn v0.11.5 |
718 | 2025-01-25T04:39:09.362Z | Downloaded serde_with v3.11.0 |
719 | 2025-01-25T04:39:09.371Z | Downloaded dsl_auto_type v0.1.2 |
720 | 2025-01-25T04:39:09.374Z | Downloaded rustls-native-certs v0.7.3 |
721 | 2025-01-25T04:39:09.377Z | Downloaded tungstenite v0.21.0 |
722 | 2025-01-25T04:39:09.380Z | Downloaded pest v2.7.14 |
723 | 2025-01-25T04:39:09.389Z | Downloaded rustls-webpki v0.101.7 |
724 | 2025-01-25T04:39:09.402Z | Downloaded digest v0.10.7 |
725 | 2025-01-25T04:39:09.405Z | Downloaded debug-ignore v1.0.5 |
726 | 2025-01-25T04:39:09.407Z | Downloaded zerovec-derive v0.10.3 |
727 | 2025-01-25T04:39:09.407Z | Downloaded litemap v0.7.3 |
728 | 2025-01-25T04:39:09.414Z | Downloaded ryu v1.0.18 |
729 | 2025-01-25T04:39:09.417Z | Downloaded yansi v1.0.1 |
730 | 2025-01-25T04:39:09.419Z | Downloaded rayon v1.10.0 |
731 | 2025-01-25T04:39:09.428Z | Downloaded scopeguard v1.2.0 |
732 | 2025-01-25T04:39:09.431Z | Downloaded schemars_derive v0.8.21 |
733 | 2025-01-25T04:39:09.431Z | Downloaded maybe-uninit v2.0.0 |
734 | 2025-01-25T04:39:09.436Z | Downloaded bitvec v1.0.1 |
735 | 2025-01-25T04:39:09.446Z | Downloaded litrs v0.4.1 |
736 | 2025-01-25T04:39:09.448Z | Downloaded crossbeam-deque v0.8.5 |
737 | 2025-01-25T04:39:09.451Z | Downloaded term v0.7.0 |
738 | 2025-01-25T04:39:09.453Z | Downloaded derive_more v0.99.18 |
739 | 2025-01-25T04:39:09.457Z | Downloaded url v2.5.3 |
740 | 2025-01-25T04:39:09.460Z | Downloaded x509-cert v0.2.5 |
741 | 2025-01-25T04:39:09.466Z | Downloaded chrono v0.4.39 |
742 | 2025-01-25T04:39:09.473Z | Downloaded serde_derive_internals v0.29.1 |
743 | 2025-01-25T04:39:09.476Z | Downloaded unicode-properties v0.1.3 |
744 | 2025-01-25T04:39:09.479Z | Downloaded toml_edit v0.22.22 |
745 | 2025-01-25T04:39:09.497Z | Downloaded strum v0.26.3 |
746 | 2025-01-25T04:39:09.500Z | Downloaded pretty_assertions v1.4.1 |
747 | 2025-01-25T04:39:09.500Z | Downloaded p256 v0.13.2 |
748 | 2025-01-25T04:39:09.504Z | Downloaded itertools v0.10.5 |
749 | 2025-01-25T04:39:09.509Z | Downloaded aws-lc-rs v1.10.0 |
750 | 2025-01-25T04:39:09.519Z | Downloaded encoding_rs v0.8.34 |
751 | 2025-01-25T04:39:09.548Z | Downloaded unicode-linebreak v0.1.5 |
752 | 2025-01-25T04:39:09.551Z | Downloaded parking_lot_core v0.8.6 |
753 | 2025-01-25T04:39:09.551Z | Downloaded tracing-core v0.1.32 |
754 | 2025-01-25T04:39:09.554Z | Downloaded unicode-ident v1.0.14 |
755 | 2025-01-25T04:39:09.557Z | Downloaded strsim v0.11.1 |
756 | 2025-01-25T04:39:09.559Z | Downloaded predicates-tree v1.0.11 |
757 | 2025-01-25T04:39:09.562Z | Downloaded tinyvec v1.8.0 |
758 | 2025-01-25T04:39:09.564Z | Downloaded itertools v0.13.0 |
759 | 2025-01-25T04:39:09.572Z | Downloaded thread_local v1.1.8 |
760 | 2025-01-25T04:39:09.575Z | Downloaded ron v0.8.1 |
761 | 2025-01-25T04:39:09.579Z | Downloaded indicatif v0.17.9 |
762 | 2025-01-25T04:39:09.583Z | Downloaded prettyplease v0.2.25 |
763 | 2025-01-25T04:39:09.586Z | Downloaded diesel_derives v2.2.3 |
764 | 2025-01-25T04:39:09.590Z | Downloaded num-derive v0.4.2 |
765 | 2025-01-25T04:39:09.593Z | Downloaded diesel-dtrace v0.4.2 |
766 | 2025-01-25T04:39:09.596Z | Downloaded slab v0.4.9 |
767 | 2025-01-25T04:39:09.596Z | Downloaded const_format v0.2.33 |
768 | 2025-01-25T04:39:09.601Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
769 | 2025-01-25T04:39:09.663Z | Downloaded zerocopy-derive v0.8.10 |
770 | 2025-01-25T04:39:09.669Z | Downloaded ssh-key v0.6.6 |
771 | 2025-01-25T04:39:09.675Z | Downloaded quote v1.0.38 |
772 | 2025-01-25T04:39:09.678Z | Downloaded version_check v0.9.5 |
773 | 2025-01-25T04:39:09.681Z | Downloaded bindgen v0.69.5 |
774 | 2025-01-25T04:39:09.685Z | Downloaded pkg-config v0.3.31 |
775 | 2025-01-25T04:39:09.687Z | Downloaded ecdsa v0.16.9 |
776 | 2025-01-25T04:39:09.690Z | Downloaded indexmap v2.7.0 |
777 | 2025-01-25T04:39:09.692Z | Downloaded crucible-workspace-hack v0.1.0 |
778 | 2025-01-25T04:39:09.692Z | Downloaded peg-macros v0.8.4 |
779 | 2025-01-25T04:39:09.696Z | Downloaded toml v0.7.8 |
780 | 2025-01-25T04:39:09.699Z | Downloaded rustyline v14.0.0 |
781 | 2025-01-25T04:39:09.702Z | Downloaded dyn-clone v1.0.17 |
782 | 2025-01-25T04:39:09.706Z | Downloaded proc-macro-error v1.0.4 |
783 | 2025-01-25T04:39:09.709Z | Downloaded icu_normalizer_data v1.5.0 |
784 | 2025-01-25T04:39:09.709Z | Downloaded icu_normalizer v1.5.0 |
785 | 2025-01-25T04:39:09.712Z | Downloaded derive-where v1.2.7 |
786 | 2025-01-25T04:39:09.715Z | Downloaded lazy_static v1.5.0 |
787 | 2025-01-25T04:39:09.717Z | Downloaded lalrpop-util v0.19.12 |
788 | 2025-01-25T04:39:09.717Z | Downloaded kstat-rs v0.2.4 |
789 | 2025-01-25T04:39:09.720Z | Downloaded instability v0.3.2 |
790 | 2025-01-25T04:39:09.720Z | Downloaded inout v0.1.3 |
791 | 2025-01-25T04:39:09.722Z | Downloaded clap_lex v0.7.2 |
792 | 2025-01-25T04:39:09.723Z | Downloaded zone v0.3.0 |
793 | 2025-01-25T04:39:09.725Z | Downloaded usdt v0.5.0 |
794 | 2025-01-25T04:39:09.725Z | Downloaded const-oid v0.9.6 |
795 | 2025-01-25T04:39:09.728Z | Downloaded console v0.15.8 |
796 | 2025-01-25T04:39:09.730Z | Downloaded termtree v0.5.1 |
797 | 2025-01-25T04:39:09.730Z | Downloaded tokio-postgres v0.7.12 |
798 | 2025-01-25T04:39:09.735Z | Downloaded ed25519-dalek v2.1.1 |
799 | 2025-01-25T04:39:09.738Z | Downloaded unicode-truncate v1.1.0 |
800 | 2025-01-25T04:39:09.743Z | Downloaded tiny-keccak v2.0.2 |
801 | 2025-01-25T04:39:09.744Z | Downloaded pkcs1 v0.7.5 |
802 | 2025-01-25T04:39:09.747Z | Downloaded hkdf v0.12.4 |
803 | 2025-01-25T04:39:09.747Z | Downloaded owo-colors v4.1.0 |
804 | 2025-01-25T04:39:09.750Z | Downloaded linear-map v1.2.0 |
805 | 2025-01-25T04:39:09.750Z | Downloaded proc-macro-error-attr v1.0.4 |
806 | 2025-01-25T04:39:09.753Z | Downloaded iana-time-zone v0.1.61 |
807 | 2025-01-25T04:39:09.756Z | Downloaded newtype-uuid v1.2.1 |
808 | 2025-01-25T04:39:09.756Z | Downloaded indexmap v1.9.3 |
809 | 2025-01-25T04:39:09.758Z | Downloaded olpc-cjson v0.1.4 |
810 | 2025-01-25T04:39:09.758Z | Downloaded tokio-stream v0.1.16 |
811 | 2025-01-25T04:39:09.762Z | Downloaded tempfile v3.13.0 |
812 | 2025-01-25T04:39:09.765Z | Downloaded pin-project-internal v1.1.6 |
813 | 2025-01-25T04:39:09.767Z | Downloaded parking_lot v0.12.3 |
814 | 2025-01-25T04:39:09.770Z | Downloaded reedline v0.35.0 |
815 | 2025-01-25T04:39:09.776Z | Downloaded native-tls v0.2.12 |
816 | 2025-01-25T04:39:09.778Z | Downloaded dof v0.3.0 |
817 | 2025-01-25T04:39:09.783Z | Downloaded document-features v0.2.10 |
818 | 2025-01-25T04:39:09.783Z | Downloaded slog-dtrace v0.3.0 |
819 | 2025-01-25T04:39:09.786Z | Downloaded pin-project v1.1.6 |
820 | 2025-01-25T04:39:09.792Z | Downloaded zerocopy v0.6.6 |
821 | 2025-01-25T04:39:09.795Z | Downloaded mio v1.0.2 |
822 | 2025-01-25T04:39:09.800Z | Downloaded ref-cast v1.0.23 |
823 | 2025-01-25T04:39:09.802Z | Downloaded untrusted v0.7.1 |
824 | 2025-01-25T04:39:09.805Z | Downloaded pest_derive v2.7.14 |
825 | 2025-01-25T04:39:09.807Z | Downloaded crossbeam-epoch v0.9.18 |
826 | 2025-01-25T04:39:09.810Z | Downloaded tar v0.4.42 |
827 | 2025-01-25T04:39:09.813Z | Downloaded h2 v0.4.6 |
828 | 2025-01-25T04:39:09.816Z | Downloaded shlex v1.3.0 |
829 | 2025-01-25T04:39:09.819Z | Downloaded parking_lot v0.11.2 |
830 | 2025-01-25T04:39:09.821Z | Downloaded nu-ansi-term v0.50.1 |
831 | 2025-01-25T04:39:09.824Z | Downloaded num-traits v0.2.19 |
832 | 2025-01-25T04:39:09.827Z | Downloaded tabled_derive v0.7.0 |
833 | 2025-01-25T04:39:09.827Z | Downloaded slog-bunyan v2.5.0 |
834 | 2025-01-25T04:39:09.827Z | Downloaded rstest_macros v0.23.0 |
835 | 2025-01-25T04:39:09.831Z | Downloaded unicode_categories v0.1.1 |
836 | 2025-01-25T04:39:09.834Z | Downloaded secrecy v0.8.0 |
837 | 2025-01-25T04:39:09.836Z | Downloaded nanorand v0.7.0 |
838 | 2025-01-25T04:39:09.836Z | Downloaded tokio-rustls v0.24.1 |
839 | 2025-01-25T04:39:09.840Z | Downloaded der v0.7.9 |
840 | 2025-01-25T04:39:09.842Z | Downloaded pbkdf2 v0.12.2 |
841 | 2025-01-25T04:39:09.845Z | Downloaded oorandom v11.1.4 |
842 | 2025-01-25T04:39:09.845Z | Downloaded papergrid v0.11.0 |
843 | 2025-01-25T04:39:09.849Z | Downloaded data-encoding v2.6.0 |
844 | 2025-01-25T04:39:09.851Z | Downloaded crc32fast v1.4.2 |
845 | 2025-01-25T04:39:09.851Z | Downloaded is_terminal_polyfill v1.70.1 |
846 | 2025-01-25T04:39:09.854Z | Downloaded percent-encoding v2.3.1 |
847 | 2025-01-25T04:39:09.854Z | Downloaded num v0.4.3 |
848 | 2025-01-25T04:39:09.856Z | Downloaded embedded-io v0.4.0 |
849 | 2025-01-25T04:39:09.856Z | Downloaded fancy-regex v0.13.0 |
850 | 2025-01-25T04:39:09.861Z | Downloaded postcard v1.0.10 |
851 | 2025-01-25T04:39:09.863Z | Downloaded icu_properties v1.5.1 |
852 | 2025-01-25T04:39:09.865Z | Downloaded dropshot_endpoint v0.15.1 |
853 | 2025-01-25T04:39:09.868Z | Downloaded dropshot_endpoint v0.12.0 |
854 | 2025-01-25T04:39:09.871Z | Downloaded tinystr v0.7.6 |
855 | 2025-01-25T04:39:09.873Z | Downloaded http v1.2.0 |
856 | 2025-01-25T04:39:09.876Z | Downloaded datatest-stable v0.2.9 |
857 | 2025-01-25T04:39:09.879Z | Downloaded colored v2.1.0 |
858 | 2025-01-25T04:39:09.882Z | Downloaded rustls-pemfile v2.2.0 |
859 | 2025-01-25T04:39:09.884Z | Downloaded rust-argon2 v2.1.0 |
860 | 2025-01-25T04:39:09.887Z | Downloaded rstest v0.23.0 |
861 | 2025-01-25T04:39:09.890Z | Downloaded typify-macro v0.2.0 |
862 | 2025-01-25T04:39:09.892Z | Downloaded postgres-types v0.2.8 |
863 | 2025-01-25T04:39:09.895Z | Downloaded rsa v0.9.6 |
864 | 2025-01-25T04:39:09.898Z | Downloaded parse-zoneinfo v0.3.1 |
865 | 2025-01-25T04:39:09.901Z | Downloaded tokio-native-tls v0.3.1 |
866 | 2025-01-25T04:39:09.905Z | Downloaded thiserror-impl v1.0.69 |
867 | 2025-01-25T04:39:09.905Z | Downloaded stringmetrics v2.2.2 |
868 | 2025-01-25T04:39:09.908Z | Downloaded smawk v0.3.2 |
869 | 2025-01-25T04:39:09.908Z | Downloaded hashbrown v0.12.3 |
870 | 2025-01-25T04:39:09.911Z | Downloaded snafu v0.8.5 |
871 | 2025-01-25T04:39:09.916Z | Downloaded heapless v0.8.0 |
872 | 2025-01-25T04:39:09.920Z | Downloaded once_cell v1.20.2 |
873 | 2025-01-25T04:39:09.922Z | Downloaded rfc6979 v0.4.0 |
874 | 2025-01-25T04:39:09.925Z | Downloaded signal-hook-tokio v0.3.1 |
875 | 2025-01-25T04:39:09.925Z | Downloaded serde_urlencoded v0.7.1 |
876 | 2025-01-25T04:39:09.928Z | Downloaded rcgen v0.12.1 |
877 | 2025-01-25T04:39:09.930Z | Downloaded hickory-resolver v0.24.2 |
878 | 2025-01-25T04:39:09.933Z | Downloaded rand_xorshift v0.3.0 |
879 | 2025-01-25T04:39:09.936Z | Downloaded env_logger v0.10.2 |
880 | 2025-01-25T04:39:09.938Z | Downloaded clap v4.5.21 |
881 | 2025-01-25T04:39:09.945Z | Downloaded clang-sys v1.8.1 |
882 | 2025-01-25T04:39:09.948Z | Downloaded heapless v0.7.17 |
883 | 2025-01-25T04:39:09.950Z | Downloaded phf v0.11.2 |
884 | 2025-01-25T04:39:09.953Z | Downloaded yasna v0.5.2 |
885 | 2025-01-25T04:39:09.955Z | Downloaded phf_codegen v0.11.2 |
886 | 2025-01-25T04:39:09.955Z | Downloaded pbkdf2 v0.11.0 |
887 | 2025-01-25T04:39:09.958Z | Downloaded unarray v0.1.4 |
888 | 2025-01-25T04:39:09.958Z | Downloaded supports-color v3.0.1 |
889 | 2025-01-25T04:39:09.960Z | Downloaded dirs-next v2.0.0 |
890 | 2025-01-25T04:39:09.960Z | Downloaded unicode-xid v0.2.6 |
891 | 2025-01-25T04:39:09.963Z | Downloaded progenitor-macro v0.9.1 |
892 | 2025-01-25T04:39:09.963Z | Downloaded universal-hash v0.5.1 |
893 | 2025-01-25T04:39:09.965Z | Downloaded value-bag v1.9.0 |
894 | 2025-01-25T04:39:09.968Z | Downloaded want v0.3.1 |
895 | 2025-01-25T04:39:09.971Z | Downloaded crypto-common v0.1.6 |
896 | 2025-01-25T04:39:09.971Z | Downloaded zerofrom v0.1.4 |
897 | 2025-01-25T04:39:09.973Z | Downloaded tokio-tungstenite v0.21.0 |
898 | 2025-01-25T04:39:09.973Z | Downloaded hmac v0.12.1 |
899 | 2025-01-25T04:39:09.977Z | Downloaded hashbrown v0.15.1 |
900 | 2025-01-25T04:39:09.979Z | Downloaded getrandom v0.2.15 |
901 | 2025-01-25T04:39:09.982Z | Downloaded ring v0.17.8 |
902 | 2025-01-25T04:39:10.098Z | Downloaded heck v0.3.3 |
903 | 2025-01-25T04:39:10.101Z | Downloaded humantime v2.1.0 |
904 | 2025-01-25T04:39:10.101Z | Downloaded hash32 v0.3.1 |
905 | 2025-01-25T04:39:10.101Z | Downloaded ff v0.13.0 |
906 | 2025-01-25T04:39:10.101Z | Downloaded generic-array v0.14.7 |
907 | 2025-01-25T04:39:10.101Z | Downloaded sct v0.7.1 |
908 | 2025-01-25T04:39:10.101Z | Downloaded backtrace v0.3.74 |
909 | 2025-01-25T04:39:10.101Z | Downloaded tokio-macros v2.5.0 |
910 | 2025-01-25T04:39:10.101Z | Downloaded pest_meta v2.7.14 |
911 | 2025-01-25T04:39:10.101Z | Downloaded hubpack v0.1.2 |
912 | 2025-01-25T04:39:10.101Z | Downloaded hash32 v0.2.1 |
913 | 2025-01-25T04:39:10.101Z | Downloaded ghash v0.5.1 |
914 | 2025-01-25T04:39:10.101Z | Downloaded fd-lock v4.0.2 |
915 | 2025-01-25T04:39:10.101Z | Downloaded thiserror-impl-no-std v2.0.2 |
916 | 2025-01-25T04:39:10.101Z | Downloaded same-file v1.0.6 |
917 | 2025-01-25T04:39:10.101Z | Downloaded fallible-streaming-iterator v0.1.9 |
918 | 2025-01-25T04:39:10.101Z | Downloaded aes v0.8.4 |
919 | 2025-01-25T04:39:10.101Z | Downloaded hostname v0.3.1 |
920 | 2025-01-25T04:39:10.101Z | Downloaded float-ord v0.3.2 |
921 | 2025-01-25T04:39:10.101Z | Downloaded fastrand v2.1.1 |
922 | 2025-01-25T04:39:10.101Z | Downloaded fallible-iterator v0.3.0 |
923 | 2025-01-25T04:39:10.101Z | Downloaded headers-core v0.3.0 |
924 | 2025-01-25T04:39:10.101Z | Downloaded half v2.4.1 |
925 | 2025-01-25T04:39:10.101Z | Downloaded home v0.5.9 |
926 | 2025-01-25T04:39:10.101Z | Downloaded flagset v0.4.6 |
927 | 2025-01-25T04:39:10.101Z | Downloaded similar-asserts v1.6.0 |
928 | 2025-01-25T04:39:10.102Z | Downloaded hex v0.4.3 |
929 | 2025-01-25T04:39:10.102Z | Downloaded heck v0.5.0 |
930 | 2025-01-25T04:39:10.102Z | Downloaded rustc-hash v1.1.0 |
931 | 2025-01-25T04:39:10.102Z | Downloaded hickory-client v0.24.2 |
932 | 2025-01-25T04:39:10.102Z | Downloaded glob v0.3.1 |
933 | 2025-01-25T04:39:10.102Z | Downloaded guppy-workspace-hack v0.1.0 |
934 | 2025-01-25T04:39:10.102Z | Downloaded primeorder v0.13.6 |
935 | 2025-01-25T04:39:10.105Z | Downloaded ppv-lite86 v0.2.20 |
936 | 2025-01-25T04:39:10.105Z | Downloaded powerfmt v0.2.0 |
937 | 2025-01-25T04:39:10.105Z | Downloaded futures-task v0.3.31 |
938 | 2025-01-25T04:39:10.105Z | Downloaded num-complex v0.4.6 |
939 | 2025-01-25T04:39:10.108Z | Downloaded heck v0.4.1 |
940 | 2025-01-25T04:39:10.108Z | Downloaded fs_extra v1.3.0 |
941 | 2025-01-25T04:39:10.112Z | Downloaded filetime v0.2.25 |
942 | 2025-01-25T04:39:10.112Z | Downloaded event-listener-strategy v0.5.2 |
943 | 2025-01-25T04:39:10.115Z | Downloaded futures-io v0.3.31 |
944 | 2025-01-25T04:39:10.115Z | Downloaded event-listener v5.3.1 |
945 | 2025-01-25T04:39:10.115Z | Downloaded arc-swap v1.7.1 |
946 | 2025-01-25T04:39:10.118Z | Downloaded futures-executor v0.3.31 |
947 | 2025-01-25T04:39:10.121Z | Downloaded cfg-expr v0.17.0 |
948 | 2025-01-25T04:39:10.123Z | Downloaded camino v1.1.9 |
949 | 2025-01-25T04:39:10.126Z | Downloaded blake2b_simd v1.0.2 |
950 | 2025-01-25T04:39:10.126Z | Downloaded futures-channel v0.3.31 |
951 | 2025-01-25T04:39:10.132Z | Downloaded funty v2.0.0 |
952 | 2025-01-25T04:39:10.132Z | Downloaded event-listener v2.5.3 |
953 | 2025-01-25T04:39:10.136Z | Downloaded fs-err v2.11.0 |
954 | 2025-01-25T04:39:10.136Z | Downloaded camino-tempfile v1.1.1 |
955 | 2025-01-25T04:39:10.136Z | Downloaded allocator-api2 v0.2.18 |
956 | 2025-01-25T04:39:10.139Z | Downloaded foreign-types-macros v0.2.3 |
957 | 2025-01-25T04:39:10.139Z | Downloaded array-init v0.0.4 |
958 | 2025-01-25T04:39:10.139Z | Downloaded approx v0.5.1 |
959 | 2025-01-25T04:39:10.147Z | Downloaded libsqlite3-sys v0.30.1 |
960 | 2025-01-25T04:39:10.396Z | Downloaded aws-lc-sys v0.22.0 |
961 | 2025-01-25T04:39:10.871Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
962 | 2025-01-25T04:39:12.432Z | pkg list: illegal option -- F |
963 | 2025-01-25T04:39:12.432Z | Usage: |
964 | 2025-01-25T04:39:12.435Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
965 | 2025-01-25T04:39:12.435Z | [pkg_fmri_pattern ...] |
966 | 2025-01-25T04:39:13.280Z | pkg list: illegal option -- F |
967 | 2025-01-25T04:39:13.281Z | Usage: |
968 | 2025-01-25T04:39:13.281Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
969 | 2025-01-25T04:39:13.281Z | [pkg_fmri_pattern ...] |
970 | 2025-01-25T04:39:20.021Z | Startup: Refreshing catalog 'helios-dev' ... Done |
971 | 2025-01-25T04:39:24.112Z | Startup: Caching catalogs ... Done |
972 | 2025-01-25T04:39:35.188Z | Planning: Solver setup ... Done (10.273s) |
973 | 2025-01-25T04:39:35.335Z | Planning: Running solver ... Done (0.146s) |
974 | 2025-01-25T04:39:35.447Z | Planning: Finding local manifests ... Done (0.007s) |
975 | 2025-01-25T04:39:35.473Z | Planning: Fetching manifests: 0/7 0% complete |
976 | 2025-01-25T04:39:36.950Z | Planning: Fetching manifests: 7/7 100% complete |
977 | 2025-01-25T04:39:37.013Z | Planning: Package planning ... Done (0.109s) |
978 | 2025-01-25T04:39:37.072Z | Planning: Merging actions ... Done (0.057s) |
979 | 2025-01-25T04:39:37.265Z | Planning: Checking for conflicting actions ... Done (0.195s) |
980 | 2025-01-25T04:39:39.210Z | Planning: Consolidating action changes ... Done (1.944s) |
981 | 2025-01-25T04:39:39.635Z | Planning: Evaluating mediators ... Done (0.425s) |
982 | 2025-01-25T04:39:39.718Z | Planning: Planning completed in 15.51 seconds |
983 | 2025-01-25T04:39:39.770Z | Packages to install: 4 |
984 | 2025-01-25T04:39:39.770Z | Packages to update: 3 |
985 | 2025-01-25T04:39:39.773Z | Mediators to change: 2 |
986 | 2025-01-25T04:39:39.773Z | Services to change: 1 |
987 | 2025-01-25T04:39:39.773Z | Estimated space available: 155.36 GB |
988 | 2025-01-25T04:39:39.773Z | Estimated space to be consumed: 1.64 GB |
989 | 2025-01-25T04:39:39.773Z | Create boot environment: No |
990 | 2025-01-25T04:39:39.773Z | Create backup boot environment: Yes |
991 | 2025-01-25T04:39:39.773Z | Rebuild boot archive: No |
992 | 2025-01-25T04:39:39.773Z | |
993 | 2025-01-25T04:39:39.773Z | Changed mediators: |
994 | 2025-01-25T04:39:39.773Z | mediator clang: |
995 | 2025-01-25T04:39:39.773Z | version: None -> 15 (system default) |
996 | 2025-01-25T04:39:39.773Z | |
997 | 2025-01-25T04:39:39.773Z | mediator llvm: |
998 | 2025-01-25T04:39:39.773Z | version: 14 (system default) -> 15 (system default) |
999 | 2025-01-25T04:39:39.773Z | |
1000 | 2025-01-25T04:39:39.773Z | Changed packages: |
1001 | 2025-01-25T04:39:39.773Z | helios-dev |
1002 | 2025-01-25T04:39:39.774Z | developer/build-essential |
1003 | 2025-01-25T04:39:39.774Z | None -> 11-2.0 |
1004 | 2025-01-25T04:39:39.774Z | library/libxmlsec1 |
1005 | 2025-01-25T04:39:39.774Z | None -> 1.2.35-2.0 |
1006 | 2025-01-25T04:39:39.774Z | ooce/developer/clang-15 |
1007 | 2025-01-25T04:39:39.774Z | None -> 15.0.7-2.0 |
1008 | 2025-01-25T04:39:39.774Z | ooce/developer/llvm-15 |
1009 | 2025-01-25T04:39:39.774Z | None -> 15.0.7-2.0 |
1010 | 2025-01-25T04:39:39.774Z | package/pkg |
1011 | 2025-01-25T04:39:39.774Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
1012 | 2025-01-25T04:39:39.774Z | system/library/g++-runtime |
1013 | 2025-01-25T04:39:39.774Z | 13-2.0 -> 14-2.0 |
1014 | 2025-01-25T04:39:39.774Z | system/library/gcc-runtime |
1015 | 2025-01-25T04:39:39.774Z | 13-2.0 -> 14-2.0 |
1016 | 2025-01-25T04:39:39.774Z | |
1017 | 2025-01-25T04:39:39.774Z | Services: |
1018 | 2025-01-25T04:39:39.774Z | restart_fmri: |
1019 | 2025-01-25T04:39:39.774Z | svc:/system/update-man-index:default |
1020 | 2025-01-25T04:39:39.774Z | |
1021 | 2025-01-25T04:39:39.774Z | Editable files to change: |
1022 | 2025-01-25T04:39:39.774Z | Update: |
1023 | 2025-01-25T04:39:39.774Z | usr/share/lib/pkg/web/config.shtml |
1024 | 2025-01-25T04:39:39.849Z | |
1025 | 2025-01-25T04:39:39.849Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
1026 | 2025-01-25T04:39:44.850Z | Download: 1199/4301 items 83.5/225.4MB 37% complete (16.9M/s) |
1027 | 2025-01-25T04:39:49.966Z | Download: 2219/4301 items 119.2/225.4MB 52% complete (12.5M/s) |
1028 | 2025-01-25T04:39:57.442Z | Download: 3247/4301 items 203.1/225.4MB 90% complete (13.1M/s) |
1029 | 2025-01-25T04:40:02.489Z | Download: 4298/4301 items 225.0/225.4MB 99% complete (10.4M/s) |
1030 | 2025-01-25T04:40:02.505Z | Download: Completed 225.42 MB in 22.65 seconds (9.9M/s) |
1031 | 2025-01-25T04:40:04.591Z | Actions: 1/5122 actions (Removing old actions) |
1032 | 2025-01-25T04:40:04.611Z | Actions: 194/5122 actions (Installing new actions) |
1033 | 2025-01-25T04:40:09.311Z | Actions: 4267/5122 actions (Updating modified actions) |
1034 | 2025-01-25T04:40:09.657Z | Actions: Completed 5122 actions in 5.06 seconds. |
1035 | 2025-01-25T04:40:10.052Z | Done (0.387s) |
1036 | 2025-01-25T04:40:10.054Z | Done (0.001s) |
1037 | 2025-01-25T04:40:10.634Z | Done (0.580s) |
1038 | 2025-01-25T04:40:15.022Z | Done (4.157s) |
1039 | 2025-01-25T04:40:15.104Z | Done (0.018s) |
1040 | 2025-01-25T04:40:15.107Z | Done (0.000s) |
1041 | 2025-01-25T04:40:15.267Z | Done (0.000s) |
1042 | 2025-01-25T04:40:15.959Z | Planning: Evaluating mediator changes ... Done |
1043 | 2025-01-25T04:40:16.136Z | Planning: Checking for conflicting actions ... Done |
1044 | 2025-01-25T04:40:16.142Z | Planning: Consolidating action changes ... Done |
1045 | 2025-01-25T04:40:16.393Z | Planning: Evaluating mediators ... Done |
1046 | 2025-01-25T04:40:16.395Z | Planning: Planning completed in 0.43 seconds |
1047 | 2025-01-25T04:40:16.433Z | Mediators to change: 2 |
1048 | 2025-01-25T04:40:16.433Z | Create boot environment: No |
1049 | 2025-01-25T04:40:16.433Z | Create backup boot environment: No |
1050 | 2025-01-25T04:40:16.513Z | Done |
1051 | 2025-01-25T04:40:16.513Z | Done |
1052 | 2025-01-25T04:40:16.885Z | Done |
1053 | 2025-01-25T04:40:20.483Z | Done |
1054 | 2025-01-25T04:40:20.703Z | Done |
1055 | 2025-01-25T04:40:20.703Z | Done |
1056 | 2025-01-25T04:40:20.723Z | Done |
1057 | 2025-01-25T04:40:21.302Z | Planning: Evaluating mediator changes ... Done |
1058 | 2025-01-25T04:40:21.305Z | Planning: Merging actions ... Done |
1059 | 2025-01-25T04:40:21.497Z | Planning: Checking for conflicting actions ... Done |
1060 | 2025-01-25T04:40:21.502Z | Planning: Consolidating action changes ... Done |
1061 | 2025-01-25T04:40:21.759Z | Planning: Evaluating mediators ... Done |
1062 | 2025-01-25T04:40:21.815Z | Planning: Planning completed in 0.75 seconds |
1063 | 2025-01-25T04:40:21.941Z | Packages to change: 1 |
1064 | 2025-01-25T04:40:21.941Z | Mediators to change: 1 |
1065 | 2025-01-25T04:40:21.941Z | Services to change: 1 |
1066 | 2025-01-25T04:40:21.948Z | Create boot environment: No |
1067 | 2025-01-25T04:40:21.948Z | Create backup boot environment: Yes |
1068 | 2025-01-25T04:40:24.075Z | Actions: 1/6 actions (Updating modified actions) |
1069 | 2025-01-25T04:40:24.078Z | Actions: Completed 6 actions in 0.00 seconds. |
1070 | 2025-01-25T04:40:24.078Z | Done |
1071 | 2025-01-25T04:40:24.078Z | Done |
1072 | 2025-01-25T04:40:24.222Z | Done |
1073 | 2025-01-25T04:40:27.823Z | Done |
1074 | 2025-01-25T04:40:27.913Z | Done |
1075 | 2025-01-25T04:40:27.913Z | Done |
1076 | 2025-01-25T04:40:28.045Z | Done |
1077 | 2025-01-25T04:40:28.480Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
1078 | 2025-01-25T04:40:28.480Z | clang system 15 system |
1079 | 2025-01-25T04:40:28.480Z | csh system system illumos |
1080 | 2025-01-25T04:40:28.480Z | ctags system system illumos |
1081 | 2025-01-25T04:40:28.480Z | gcc vendor 12 vendor |
1082 | 2025-01-25T04:40:28.480Z | gcc system 10 system |
1083 | 2025-01-25T04:40:28.480Z | gcc system 7 system |
1084 | 2025-01-25T04:40:28.481Z | go system 1.20 system |
1085 | 2025-01-25T04:40:28.481Z | go system 1.19 system |
1086 | 2025-01-25T04:40:28.481Z | llvm system 15 system |
1087 | 2025-01-25T04:40:28.481Z | llvm system 14 system |
1088 | 2025-01-25T04:40:28.481Z | mariadb system 10.6 system |
1089 | 2025-01-25T04:40:28.481Z | mta vendor vendor dma |
1090 | 2025-01-25T04:40:28.481Z | openjdk system 17 system |
1091 | 2025-01-25T04:40:28.481Z | openjdk system 11 system |
1092 | 2025-01-25T04:40:28.481Z | openjdk system 1.8 system |
1093 | 2025-01-25T04:40:28.481Z | openssl vendor 3 vendor |
1094 | 2025-01-25T04:40:28.481Z | perl system 5.36 system |
1095 | 2025-01-25T04:40:28.481Z | postgresql system 15 system |
1096 | 2025-01-25T04:40:28.481Z | postgresql system 13 system |
1097 | 2025-01-25T04:40:28.481Z | python vendor 3 vendor |
1098 | 2025-01-25T04:40:28.481Z | python system 2 system |
1099 | 2025-01-25T04:40:28.481Z | python3 system 3.11 system |
1100 | 2025-01-25T04:40:28.481Z | ruby system 3.0 system |
1101 | 2025-01-25T04:40:28.481Z | words vendor vendor american-english |
1102 | 2025-01-25T04:40:28.481Z | words system system australian-english |
1103 | 2025-01-25T04:40:28.481Z | words system system british-english |
1104 | 2025-01-25T04:40:28.481Z | words system system canadian-english |
1105 | 2025-01-25T04:40:28.481Z | words system system french |
1106 | 2025-01-25T04:40:28.481Z | words system system italian |
1107 | 2025-01-25T04:40:28.481Z | words system system ngerman |
1108 | 2025-01-25T04:40:28.481Z | words system system ogerman |
1109 | 2025-01-25T04:40:28.481Z | words system system spanish |
1110 | 2025-01-25T04:40:28.818Z | PUBLISHER TYPE STATUS P LOCATION |
1111 | 2025-01-25T04:40:28.818Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
1112 | 2025-01-25T04:40:31.592Z | FMRI IFO |
1113 | 2025-01-25T04:40:31.592Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
1114 | 2025-01-25T04:40:31.592Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
1115 | 2025-01-25T04:40:31.592Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
1116 | 2025-01-25T04:40:31.592Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
1117 | 2025-01-25T04:40:31.592Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
1118 | 2025-01-25T04:40:31.592Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
1119 | 2025-01-25T04:40:31.592Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
1120 | 2025-01-25T04:40:31.592Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
1121 | 2025-01-25T04:40:31.592Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
1122 | 2025-01-25T04:40:31.592Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
1123 | 2025-01-25T04:40:31.592Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
1124 | 2025-01-25T04:40:31.592Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
1125 | 2025-01-25T04:40:31.592Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
1126 | 2025-01-25T04:40:31.592Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
1127 | 2025-01-25T04:40:31.592Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
1128 | 2025-01-25T04:40:32.596Z | Downloading crates ... |
1129 | 2025-01-25T04:40:32.692Z | Downloaded cargo_toml v0.20.5 |
1130 | 2025-01-25T04:40:32.831Z | Compiling proc-macro2 v1.0.92 |
1131 | 2025-01-25T04:40:32.831Z | Compiling unicode-ident v1.0.14 |
1132 | 2025-01-25T04:40:32.836Z | Compiling serde v1.0.217 |
1133 | 2025-01-25T04:40:32.836Z | Compiling version_check v0.9.5 |
1134 | 2025-01-25T04:40:32.836Z | Compiling thiserror v1.0.69 |
1135 | 2025-01-25T04:40:32.836Z | Compiling memchr v2.7.4 |
1136 | 2025-01-25T04:40:32.836Z | Compiling libc v0.2.169 |
1137 | 2025-01-25T04:40:32.853Z | Compiling itoa v1.0.11 |
1138 | 2025-01-25T04:40:33.158Z | Compiling ryu v1.0.18 |
1139 | 2025-01-25T04:40:33.165Z | Compiling ucd-trie v0.1.7 |
1140 | 2025-01-25T04:40:33.478Z | Compiling once_cell v1.20.2 |
1141 | 2025-01-25T04:40:33.568Z | Compiling byteorder v1.5.0 |
1142 | 2025-01-25T04:40:33.807Z | Compiling rustix v0.38.37 |
1143 | 2025-01-25T04:40:33.847Z | Compiling serde_json v1.0.135 |
1144 | 2025-01-25T04:40:34.017Z | Compiling bitflags v2.6.0 |
1145 | 2025-01-25T04:40:34.150Z | Compiling proc-macro-error-attr v1.0.4 |
1146 | 2025-01-25T04:40:34.304Z | Compiling usdt-impl v0.5.0 |
1147 | 2025-01-25T04:40:34.315Z | Compiling syn v1.0.109 |
1148 | 2025-01-25T04:40:34.405Z | Compiling proc-macro-error v1.0.4 |
1149 | 2025-01-25T04:40:34.483Z | Compiling hashbrown v0.15.1 |
1150 | 2025-01-25T04:40:34.594Z | Compiling quote v1.0.38 |
1151 | 2025-01-25T04:40:34.681Z | Compiling utf8parse v0.2.2 |
1152 | 2025-01-25T04:40:34.773Z | Compiling errno v0.3.9 |
1153 | 2025-01-25T04:40:34.842Z | Compiling plain v0.2.3 |
1154 | 2025-01-25T04:40:34.925Z | Compiling thread-id v4.2.2 |
1155 | 2025-01-25T04:40:34.938Z | Compiling camino v1.1.9 |
1156 | 2025-01-25T04:40:34.949Z | Compiling syn v2.0.96 |
1157 | 2025-01-25T04:40:35.007Z | Compiling log v0.4.22 |
1158 | 2025-01-25T04:40:35.031Z | Compiling equivalent v1.0.1 |
1159 | 2025-01-25T04:40:35.235Z | Compiling anstyle-parse v0.2.5 |
1160 | 2025-01-25T04:40:35.545Z | Compiling indexmap v2.7.0 |
1161 | 2025-01-25T04:40:35.569Z | Compiling winnow v0.6.20 |
1162 | 2025-01-25T04:40:35.590Z | Compiling anstyle-query v1.1.1 |
1163 | 2025-01-25T04:40:35.748Z | Compiling semver v1.0.24 |
1164 | 2025-01-25T04:40:35.786Z | Compiling pretty-hex v0.4.1 |
1165 | 2025-01-25T04:40:35.986Z | Compiling anstyle v1.0.10 |
1166 | 2025-01-25T04:40:36.022Z | Compiling is_terminal_polyfill v1.70.1 |
1167 | 2025-01-25T04:40:36.148Z | Compiling unicode-width v0.1.14 |
1168 | 2025-01-25T04:40:36.234Z | Compiling colorchoice v1.0.2 |
1169 | 2025-01-25T04:40:36.383Z | Compiling autocfg v1.4.0 |
1170 | 2025-01-25T04:40:36.402Z | Compiling anstream v0.6.15 |
1171 | 2025-01-25T04:40:36.860Z | Compiling heck v0.4.1 |
1172 | 2025-01-25T04:40:36.874Z | Compiling cfg-if v1.0.0 |
1173 | 2025-01-25T04:40:36.970Z | Compiling terminal_size v0.4.0 |
1174 | 2025-01-25T04:40:37.048Z | Compiling fnv v1.0.7 |
1175 | 2025-01-25T04:40:37.166Z | Compiling fastrand v2.1.1 |
1176 | 2025-01-25T04:40:37.180Z | Compiling anyhow v1.0.95 |
1177 | 2025-01-25T04:40:37.290Z | Compiling clap_lex v0.7.2 |
1178 | 2025-01-25T04:40:37.380Z | Compiling fs-err v2.11.0 |
1179 | 2025-01-25T04:40:37.671Z | Compiling strsim v0.11.1 |
1180 | 2025-01-25T04:40:37.691Z | Compiling heck v0.5.0 |
1181 | 2025-01-25T04:40:37.718Z | Compiling bytecount v0.6.8 |
1182 | 2025-01-25T04:40:37.928Z | Compiling papergrid v0.11.0 |
1183 | 2025-01-25T04:40:37.930Z | Compiling tempfile v3.13.0 |
1184 | 2025-01-25T04:40:38.211Z | Compiling clap_builder v4.5.21 |
1185 | 2025-01-25T04:40:38.613Z | Compiling memmap v0.7.0 |
1186 | 2025-01-25T04:40:38.753Z | Compiling unicode-linebreak v0.1.5 |
1187 | 2025-01-25T04:40:38.793Z | Compiling smawk v0.3.2 |
1188 | 2025-01-25T04:40:39.001Z | Compiling swrite v0.1.0 |
1189 | 2025-01-25T04:40:39.134Z | Compiling textwrap v0.16.1 |
1190 | 2025-01-25T04:40:39.970Z | Compiling tabled_derive v0.7.0 |
1191 | 2025-01-25T04:40:41.259Z | Compiling tabled v0.15.0 |
1192 | 2025-01-25T04:40:41.769Z | Compiling serde_derive v1.0.217 |
1193 | 2025-01-25T04:40:41.769Z | Compiling thiserror-impl v1.0.69 |
1194 | 2025-01-25T04:40:41.772Z | Compiling zerocopy-derive v0.7.35 |
1195 | 2025-01-25T04:40:41.772Z | Compiling scroll_derive v0.12.0 |
1196 | 2025-01-25T04:40:41.772Z | Compiling clap_derive v4.5.18 |
1197 | 2025-01-25T04:40:43.131Z | Compiling scroll v0.12.0 |
1198 | 2025-01-25T04:40:43.694Z | Compiling goblin v0.8.2 |
1199 | 2025-01-25T04:40:43.725Z | Compiling zerocopy v0.7.35 |
1200 | 2025-01-25T04:40:44.821Z | Compiling pest v2.7.14 |
1201 | 2025-01-25T04:40:45.512Z | Compiling clap v4.5.21 |
1202 | 2025-01-25T04:40:46.829Z | Compiling pest_meta v2.7.14 |
1203 | 2025-01-25T04:40:47.752Z | Compiling pest_generator v2.7.14 |
1204 | 2025-01-25T04:40:49.223Z | Compiling pest_derive v2.7.14 |
1205 | 2025-01-25T04:40:49.772Z | Compiling dtrace-parser v0.2.0 |
1206 | 2025-01-25T04:40:50.346Z | Compiling serde_spanned v0.6.8 |
1207 | 2025-01-25T04:40:50.427Z | Compiling serde_tokenstream v0.2.2 |
1208 | 2025-01-25T04:40:50.510Z | Compiling toml_datetime v0.6.8 |
1209 | 2025-01-25T04:40:50.608Z | Compiling cargo-platform v0.1.8 |
1210 | 2025-01-25T04:40:50.669Z | Compiling macaddr v1.0.1 |
1211 | 2025-01-25T04:40:50.951Z | Compiling toml_edit v0.22.22 |
1212 | 2025-01-25T04:40:51.110Z | Compiling camino-tempfile v1.1.1 |
1213 | 2025-01-25T04:40:51.697Z | Compiling dof v0.3.0 |
1214 | 2025-01-25T04:40:51.697Z | Compiling cargo_metadata v0.18.1 |
1215 | 2025-01-25T04:40:53.026Z | Compiling usdt-macro v0.5.0 |
1216 | 2025-01-25T04:40:53.026Z | Compiling usdt-attr-macro v0.5.0 |
1217 | 2025-01-25T04:40:53.759Z | Compiling toml v0.8.19 |
1218 | 2025-01-25T04:40:54.020Z | Compiling usdt v0.5.0 |
1219 | 2025-01-25T04:40:54.467Z | Compiling cargo_toml v0.20.5 |
1220 | 2025-01-25T04:40:57.062Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1221 | 2025-01-25T04:41:00.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.03s |
1222 | 2025-01-25T04:41:00.207Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1223 | 2025-01-25T04:41:01.014Z | Compiling serde v1.0.217 |
1224 | 2025-01-25T04:41:01.014Z | Compiling lock_api v0.4.12 |
1225 | 2025-01-25T04:41:01.014Z | Compiling scopeguard v1.2.0 |
1226 | 2025-01-25T04:41:01.017Z | Compiling value-bag v1.9.0 |
1227 | 2025-01-25T04:41:01.017Z | Compiling typenum v1.17.0 |
1228 | 2025-01-25T04:41:01.017Z | Compiling generic-array v0.14.7 |
1229 | 2025-01-25T04:41:01.163Z | Compiling syn v2.0.96 |
1230 | 2025-01-25T04:41:01.173Z | Compiling getrandom v0.2.15 |
1231 | 2025-01-25T04:41:01.316Z | Compiling shlex v1.3.0 |
1232 | 2025-01-25T04:41:01.458Z | Compiling rand_core v0.6.4 |
1233 | 2025-01-25T04:41:01.568Z | Compiling log v0.4.22 |
1234 | 2025-01-25T04:41:01.678Z | Compiling subtle v2.6.1 |
1235 | 2025-01-25T04:41:01.710Z | Compiling jobserver v0.1.32 |
1236 | 2025-01-25T04:41:01.727Z | Compiling smallvec v1.13.2 |
1237 | 2025-01-25T04:41:01.969Z | Compiling const-oid v0.9.6 |
1238 | 2025-01-25T04:41:01.994Z | Compiling spin v0.9.8 |
1239 | 2025-01-25T04:41:02.004Z | Compiling pin-project-lite v0.2.14 |
1240 | 2025-01-25T04:41:02.085Z | Compiling cc v1.1.30 |
1241 | 2025-01-25T04:41:02.154Z | Compiling rustix v0.38.37 |
1242 | 2025-01-25T04:41:02.341Z | Compiling parking_lot_core v0.9.10 |
1243 | 2025-01-25T04:41:02.440Z | Compiling futures-core v0.3.31 |
1244 | 2025-01-25T04:41:02.523Z | Compiling signal-hook-registry v1.4.2 |
1245 | 2025-01-25T04:41:02.640Z | Compiling mio v1.0.2 |
1246 | 2025-01-25T04:41:02.983Z | Compiling aho-corasick v1.1.3 |
1247 | 2025-01-25T04:41:03.244Z | Compiling parking_lot v0.12.3 |
1248 | 2025-01-25T04:41:03.344Z | Compiling stable_deref_trait v1.2.0 |
1249 | 2025-01-25T04:41:03.450Z | Compiling regex-syntax v0.8.5 |
1250 | 2025-01-25T04:41:03.560Z | Compiling cpufeatures v0.2.14 |
1251 | 2025-01-25T04:41:03.576Z | Compiling either v1.13.0 |
1252 | 2025-01-25T04:41:03.754Z | Compiling lazy_static v1.5.0 |
1253 | 2025-01-25T04:41:03.886Z | Compiling glob v0.3.1 |
1254 | 2025-01-25T04:41:03.978Z | Compiling futures-sink v0.3.31 |
1255 | 2025-01-25T04:41:03.996Z | Compiling socket2 v0.5.7 |
1256 | 2025-01-25T04:41:04.075Z | Compiling slab v0.4.9 |
1257 | 2025-01-25T04:41:04.131Z | Compiling prettyplease v0.2.25 |
1258 | 2025-01-25T04:41:04.480Z | Compiling serde_json v1.0.135 |
1259 | 2025-01-25T04:41:04.528Z | Compiling minimal-lexical v0.2.1 |
1260 | 2025-01-25T04:41:04.686Z | Compiling clang-sys v1.8.1 |
1261 | 2025-01-25T04:41:04.907Z | Compiling libloading v0.8.5 |
1262 | 2025-01-25T04:41:05.038Z | Compiling nom v7.1.3 |
1263 | 2025-01-25T04:41:05.089Z | Compiling home v0.5.9 |
1264 | 2025-01-25T04:41:05.265Z | Compiling bindgen v0.69.5 |
1265 | 2025-01-25T04:41:05.347Z | Compiling futures-channel v0.3.31 |
1266 | 2025-01-25T04:41:05.797Z | Compiling itertools v0.12.1 |
1267 | 2025-01-25T04:41:05.835Z | Compiling pin-utils v0.1.0 |
1268 | 2025-01-25T04:41:05.943Z | Compiling foldhash v0.1.3 |
1269 | 2025-01-25T04:41:06.091Z | Compiling lazycell v1.3.0 |
1270 | 2025-01-25T04:41:06.223Z | Compiling libm v0.2.8 |
1271 | 2025-01-25T04:41:06.271Z | Compiling futures-io v0.3.31 |
1272 | 2025-01-25T04:41:06.539Z | Compiling allocator-api2 v0.2.18 |
1273 | 2025-01-25T04:41:06.555Z | Compiling rustc-hash v1.1.0 |
1274 | 2025-01-25T04:41:06.721Z | Compiling futures-task v0.3.31 |
1275 | 2025-01-25T04:41:07.006Z | Compiling regex-automata v0.4.8 |
1276 | 2025-01-25T04:41:07.272Z | Compiling hashbrown v0.15.1 |
1277 | 2025-01-25T04:41:07.746Z | Compiling cmake v0.1.51 |
1278 | 2025-01-25T04:41:08.357Z | Compiling synstructure v0.13.1 |
1279 | 2025-01-25T04:41:08.614Z | Compiling cexpr v0.6.0 |
1280 | 2025-01-25T04:41:08.636Z | Compiling num-traits v0.2.19 |
1281 | 2025-01-25T04:41:08.921Z | Compiling pkg-config v0.3.31 |
1282 | 2025-01-25T04:41:09.628Z | Compiling dunce v1.0.5 |
1283 | 2025-01-25T04:41:09.767Z | Compiling fs_extra v1.3.0 |
1284 | 2025-01-25T04:41:10.285Z | Compiling litemap v0.7.3 |
1285 | 2025-01-25T04:41:10.292Z | Compiling writeable v0.5.5 |
1286 | 2025-01-25T04:41:10.317Z | Compiling ring v0.17.8 |
1287 | 2025-01-25T04:41:10.615Z | Compiling paste v1.0.15 |
1288 | 2025-01-25T04:41:10.789Z | Compiling base64ct v1.6.0 |
1289 | 2025-01-25T04:41:11.248Z | Compiling pem-rfc7468 v0.7.0 |
1290 | 2025-01-25T04:41:11.401Z | Compiling icu_locid_transform_data v1.5.0 |
1291 | 2025-01-25T04:41:11.407Z | Compiling flagset v0.4.6 |
1292 | 2025-01-25T04:41:11.455Z | Compiling aws-lc-rs v1.10.0 |
1293 | 2025-01-25T04:41:11.587Z | Compiling httparse v1.9.5 |
1294 | 2025-01-25T04:41:11.888Z | Compiling tracing-core v0.1.32 |
1295 | 2025-01-25T04:41:12.334Z | Compiling regex v1.11.1 |
1296 | 2025-01-25T04:41:12.713Z | Compiling icu_properties_data v1.5.0 |
1297 | 2025-01-25T04:41:12.928Z | Compiling crossbeam-utils v0.8.20 |
1298 | 2025-01-25T04:41:12.978Z | Compiling percent-encoding v2.3.1 |
1299 | 2025-01-25T04:41:13.121Z | Compiling rustls-pki-types v1.10.0 |
1300 | 2025-01-25T04:41:13.333Z | Compiling untrusted v0.7.1 |
1301 | 2025-01-25T04:41:13.488Z | Compiling write16 v1.0.0 |
1302 | 2025-01-25T04:41:13.514Z | Compiling untrusted v0.9.0 |
1303 | 2025-01-25T04:41:13.637Z | Compiling icu_normalizer_data v1.5.0 |
1304 | 2025-01-25T04:41:13.701Z | Compiling utf8_iter v1.0.4 |
1305 | 2025-01-25T04:41:13.728Z | Compiling powerfmt v0.2.0 |
1306 | 2025-01-25T04:41:13.865Z | Compiling serde_derive v1.0.217 |
1307 | 2025-01-25T04:41:13.946Z | Compiling zeroize_derive v1.4.2 |
1308 | 2025-01-25T04:41:13.949Z | Compiling zerocopy-derive v0.7.35 |
1309 | 2025-01-25T04:41:14.093Z | Compiling zerofrom-derive v0.1.4 |
1310 | 2025-01-25T04:41:14.111Z | Compiling tokio-macros v2.5.0 |
1311 | 2025-01-25T04:41:15.272Z | Compiling zeroize v1.8.1 |
1312 | 2025-01-25T04:41:15.648Z | Compiling yoke-derive v0.7.4 |
1313 | 2025-01-25T04:41:15.899Z | Compiling zerocopy v0.7.35 |
1314 | 2025-01-25T04:41:16.044Z | Compiling zerovec-derive v0.10.3 |
1315 | 2025-01-25T04:41:16.831Z | Compiling crypto-common v0.1.6 |
1316 | 2025-01-25T04:41:17.067Z | Compiling block-buffer v0.10.4 |
1317 | 2025-01-25T04:41:17.090Z | Compiling thiserror-impl v1.0.69 |
1318 | 2025-01-25T04:41:17.123Z | Compiling displaydoc v0.2.5 |
1319 | 2025-01-25T04:41:17.319Z | Compiling digest v0.10.7 |
1320 | 2025-01-25T04:41:17.528Z | Compiling zerofrom v0.1.4 |
1321 | 2025-01-25T04:41:17.754Z | Compiling hmac v0.12.1 |
1322 | 2025-01-25T04:41:17.773Z | Compiling futures-macro v0.3.31 |
1323 | 2025-01-25T04:41:18.020Z | Compiling block-padding v0.3.3 |
1324 | 2025-01-25T04:41:18.038Z | Compiling sha2 v0.10.8 |
1325 | 2025-01-25T04:41:18.285Z | Compiling inout v0.1.3 |
1326 | 2025-01-25T04:41:18.364Z | Compiling yoke v0.7.4 |
1327 | 2025-01-25T04:41:18.430Z | Compiling icu_provider_macros v1.5.0 |
1328 | 2025-01-25T04:41:18.571Z | Compiling cipher v0.4.4 |
1329 | 2025-01-25T04:41:18.712Z | Compiling zerovec v0.10.4 |
1330 | 2025-01-25T04:41:18.734Z | Compiling ppv-lite86 v0.2.20 |
1331 | 2025-01-25T04:41:19.084Z | Compiling der_derive v0.7.3 |
1332 | 2025-01-25T04:41:19.471Z | Compiling rand_chacha v0.3.1 |
1333 | 2025-01-25T04:41:19.495Z | Compiling tracing-attributes v0.1.27 |
1334 | 2025-01-25T04:41:19.662Z | Compiling futures-util v0.3.31 |
1335 | 2025-01-25T04:41:20.161Z | Compiling thiserror v1.0.69 |
1336 | 2025-01-25T04:41:20.397Z | Compiling pest v2.7.14 |
1337 | 2025-01-25T04:41:20.753Z | Compiling tinystr v0.7.6 |
1338 | 2025-01-25T04:41:21.173Z | Compiling icu_locid v1.5.0 |
1339 | 2025-01-25T04:41:21.354Z | Compiling der v0.7.9 |
1340 | 2025-01-25T04:41:21.575Z | Compiling icu_collections v1.5.0 |
1341 | 2025-01-25T04:41:21.686Z | Compiling rand v0.8.5 |
1342 | 2025-01-25T04:41:22.828Z | Compiling icu_provider v1.5.0 |
1343 | 2025-01-25T04:41:22.848Z | Compiling tracing v0.1.40 |
1344 | 2025-01-25T04:41:23.260Z | Compiling salsa20 v0.10.2 |
1345 | 2025-01-25T04:41:23.348Z | Compiling spki v0.7.3 |
1346 | 2025-01-25T04:41:23.407Z | Compiling pbkdf2 v0.12.2 |
1347 | 2025-01-25T04:41:23.499Z | Compiling utf16_iter v1.0.5 |
1348 | 2025-01-25T04:41:23.589Z | Compiling icu_locid_transform v1.5.0 |
1349 | 2025-01-25T04:41:23.766Z | Compiling num-conv v0.1.0 |
1350 | 2025-01-25T04:41:23.771Z | Compiling time-core v0.1.2 |
1351 | 2025-01-25T04:41:23.804Z | Compiling vcpkg v0.2.15 |
1352 | 2025-01-25T04:41:23.860Z | Compiling mirai-annotations v1.12.0 |
1353 | 2025-01-25T04:41:23.927Z | Compiling scrypt v0.11.0 |
1354 | 2025-01-25T04:41:23.995Z | Compiling time-macros v0.2.18 |
1355 | 2025-01-25T04:41:24.059Z | Compiling pest_meta v2.7.14 |
1356 | 2025-01-25T04:41:24.430Z | Compiling cbc v0.1.2 |
1357 | 2025-01-25T04:41:24.433Z | Compiling aes v0.8.4 |
1358 | 2025-01-25T04:41:24.999Z | Compiling icu_properties v1.5.1 |
1359 | 2025-01-25T04:41:25.607Z | Compiling openssl-sys v0.9.103 |
1360 | 2025-01-25T04:41:26.006Z | Compiling deranged v0.3.11 |
1361 | 2025-01-25T04:41:26.628Z | Compiling scroll_derive v0.12.0 |
1362 | 2025-01-25T04:41:26.992Z | Compiling bitflags v2.6.0 |
1363 | 2025-01-25T04:41:27.131Z | Compiling bytes v1.9.0 |
1364 | 2025-01-25T04:41:27.426Z | Compiling indexmap v2.7.0 |
1365 | 2025-01-25T04:41:28.052Z | Compiling tokio v1.43.0 |
1366 | 2025-01-25T04:41:28.252Z | Compiling http v1.2.0 |
1367 | 2025-01-25T04:41:28.363Z | Compiling semver v1.0.24 |
1368 | 2025-01-25T04:41:28.749Z | Compiling icu_normalizer v1.5.0 |
1369 | 2025-01-25T04:41:29.049Z | Compiling rustc_version v0.4.1 |
1370 | 2025-01-25T04:41:29.599Z | Compiling tinyvec_macros v0.1.1 |
1371 | 2025-01-25T04:41:29.646Z | Compiling num_threads v0.1.7 |
1372 | 2025-01-25T04:41:29.699Z | Compiling atomic-waker v1.1.2 |
1373 | 2025-01-25T04:41:29.745Z | Compiling time v0.3.36 |
1374 | 2025-01-25T04:41:29.777Z | Compiling tinyvec v1.8.0 |
1375 | 2025-01-25T04:41:29.889Z | Compiling idna_adapter v1.2.0 |
1376 | 2025-01-25T04:41:30.077Z | Compiling http-body v1.0.1 |
1377 | 2025-01-25T04:41:30.130Z | Compiling scroll v0.12.0 |
1378 | 2025-01-25T04:41:30.349Z | Compiling pkcs5 v0.7.1 |
1379 | 2025-01-25T04:41:30.489Z | Compiling pest_generator v2.7.14 |
1380 | 2025-01-25T04:41:30.549Z | Compiling form_urlencoded v1.2.1 |
1381 | 2025-01-25T04:41:30.659Z | Compiling try-lock v0.2.5 |
1382 | 2025-01-25T04:41:30.824Z | Compiling slog v2.7.0 |
1383 | 2025-01-25T04:41:30.861Z | Compiling want v0.3.1 |
1384 | 2025-01-25T04:41:31.127Z | Compiling which v4.4.2 |
1385 | 2025-01-25T04:41:31.187Z | Compiling pkcs8 v0.10.2 |
1386 | 2025-01-25T04:41:31.411Z | Compiling goblin v0.8.2 |
1387 | 2025-01-25T04:41:31.428Z | Compiling idna v1.0.3 |
1388 | 2025-01-25T04:41:31.836Z | Compiling uuid v1.12.0 |
1389 | 2025-01-25T04:41:32.075Z | Compiling iana-time-zone v0.1.61 |
1390 | 2025-01-25T04:41:32.312Z | Compiling pest_derive v2.7.14 |
1391 | 2025-01-25T04:41:32.488Z | Compiling httpdate v1.0.3 |
1392 | 2025-01-25T04:41:32.934Z | Compiling chrono v0.4.39 |
1393 | 2025-01-25T04:41:33.083Z | Compiling dtrace-parser v0.2.0 |
1394 | 2025-01-25T04:41:33.361Z | Compiling serde_spanned v0.6.8 |
1395 | 2025-01-25T04:41:33.602Z | Compiling toml_datetime v0.6.8 |
1396 | 2025-01-25T04:41:33.878Z | Compiling serde_tokenstream v0.2.2 |
1397 | 2025-01-25T04:41:34.091Z | Compiling match_cfg v0.1.0 |
1398 | 2025-01-25T04:41:34.195Z | Compiling rustversion v1.0.17 |
1399 | 2025-01-25T04:41:34.386Z | Compiling foreign-types-shared v0.1.1 |
1400 | 2025-01-25T04:41:34.470Z | Compiling base64 v0.22.1 |
1401 | 2025-01-25T04:41:34.514Z | Compiling adler2 v2.0.0 |
1402 | 2025-01-25T04:41:34.736Z | Compiling tower-service v0.3.3 |
1403 | 2025-01-25T04:41:34.870Z | Compiling openssl v0.10.66 |
1404 | 2025-01-25T04:41:35.006Z | Compiling miniz_oxide v0.8.0 |
1405 | 2025-01-25T04:41:35.018Z | Compiling foreign-types v0.3.2 |
1406 | 2025-01-25T04:41:35.076Z | Compiling hostname v0.3.1 |
1407 | 2025-01-25T04:41:35.136Z | Compiling url v2.5.3 |
1408 | 2025-01-25T04:41:35.311Z | Compiling openssl-macros v0.1.1 |
1409 | 2025-01-25T04:41:36.118Z | Compiling async-trait v0.1.83 |
1410 | 2025-01-25T04:41:36.321Z | Compiling tokio-util v0.7.12 |
1411 | 2025-01-25T04:41:36.374Z | Compiling serde_derive_internals v0.29.1 |
1412 | 2025-01-25T04:41:36.510Z | Compiling dirs-sys-next v0.1.2 |
1413 | 2025-01-25T04:41:36.893Z | Compiling data-encoding v2.6.0 |
1414 | 2025-01-25T04:41:37.064Z | Compiling siphasher v0.3.11 |
1415 | 2025-01-25T04:41:37.459Z | Compiling h2 v0.4.6 |
1416 | 2025-01-25T04:41:37.601Z | Compiling dof v0.3.0 |
1417 | 2025-01-25T04:41:38.426Z | Compiling usdt-impl v0.5.0 |
1418 | 2025-01-25T04:41:38.751Z | Compiling rustls v0.23.19 |
1419 | 2025-01-25T04:41:39.019Z | Compiling syn v1.0.109 |
1420 | 2025-01-25T04:41:39.036Z | Compiling native-tls v0.2.12 |
1421 | 2025-01-25T04:41:39.370Z | Compiling schemars v0.8.21 |
1422 | 2025-01-25T04:41:39.483Z | Compiling rustls v0.22.4 |
1423 | 2025-01-25T04:41:39.684Z | Compiling schemars_derive v0.8.21 |
1424 | 2025-01-25T04:41:39.726Z | Compiling dirs-next v2.0.0 |
1425 | 2025-01-25T04:41:39.912Z | Compiling unicode-normalization v0.1.24 |
1426 | 2025-01-25T04:41:40.710Z | Compiling http-body-util v0.1.2 |
1427 | 2025-01-25T04:41:40.997Z | Compiling heapless v0.7.17 |
1428 | 2025-01-25T04:41:41.067Z | Compiling crossbeam-epoch v0.9.18 |
1429 | 2025-01-25T04:41:41.206Z | Compiling signature v2.2.0 |
1430 | 2025-01-25T04:41:41.823Z | Compiling sha1 v0.10.6 |
1431 | 2025-01-25T04:41:41.846Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1432 | 2025-01-25T04:41:41.846Z | Compiling thread_local v1.1.8 |
1433 | 2025-01-25T04:41:41.846Z | Compiling encoding_rs v0.8.34 |
1434 | 2025-01-25T04:41:41.967Z | Compiling multer v3.1.0 |
1435 | 2025-01-25T04:41:41.978Z | Compiling cookie v0.18.1 |
1436 | 2025-01-25T04:41:42.172Z | Compiling gimli v0.31.1 |
1437 | 2025-01-25T04:41:42.211Z | Compiling ipnet v2.10.1 |
1438 | 2025-01-25T04:41:42.246Z | Compiling openssl-probe v0.1.5 |
1439 | 2025-01-25T04:41:42.555Z | Compiling mime v0.3.17 |
1440 | 2025-01-25T04:41:42.779Z | Compiling unicode-bidi v0.3.17 |
1441 | 2025-01-25T04:41:43.120Z | Compiling dyn-clone v1.0.17 |
1442 | 2025-01-25T04:41:43.350Z | Compiling unicode-properties v0.1.3 |
1443 | 2025-01-25T04:41:43.380Z | Compiling rayon-core v1.12.1 |
1444 | 2025-01-25T04:41:43.664Z | Compiling slog-async v2.8.0 |
1445 | 2025-01-25T04:41:43.780Z | Compiling signal-hook v0.3.17 |
1446 | 2025-01-25T04:41:44.052Z | Compiling toml_edit v0.22.22 |
1447 | 2025-01-25T04:41:44.097Z | Compiling stringprep v0.1.5 |
1448 | 2025-01-25T04:41:45.191Z | Compiling hyper v1.5.2 |
1449 | 2025-01-25T04:41:46.643Z | Compiling addr2line v0.24.2 |
1450 | 2025-01-25T04:41:47.308Z | Compiling crossbeam-deque v0.8.5 |
1451 | 2025-01-25T04:41:47.577Z | Compiling hyper-util v0.1.10 |
1452 | 2025-01-25T04:41:47.589Z | Compiling usdt-attr-macro v0.5.0 |
1453 | 2025-01-25T04:41:47.607Z | Compiling usdt-macro v0.5.0 |
1454 | 2025-01-25T04:41:47.648Z | Compiling term v0.7.0 |
1455 | 2025-01-25T04:41:48.857Z | Compiling slog-json v2.6.1 |
1456 | 2025-01-25T04:41:48.976Z | Compiling serde_urlencoded v0.7.1 |
1457 | 2025-01-25T04:41:48.994Z | Compiling curve25519-dalek v4.1.3 |
1458 | 2025-01-25T04:41:49.117Z | Compiling crossbeam-channel v0.5.13 |
1459 | 2025-01-25T04:41:49.216Z | Compiling futures-executor v0.3.31 |
1460 | 2025-01-25T04:41:49.458Z | Compiling enum-as-inner v0.6.1 |
1461 | 2025-01-25T04:41:49.681Z | Compiling md-5 v0.10.6 |
1462 | 2025-01-25T04:41:49.818Z | Compiling async-stream-impl v0.3.6 |
1463 | 2025-01-25T04:41:49.964Z | Compiling rustls-pemfile v2.2.0 |
1464 | 2025-01-25T04:41:50.107Z | Compiling num-integer v0.1.46 |
1465 | 2025-01-25T04:41:50.316Z | Compiling hash32 v0.2.1 |
1466 | 2025-01-25T04:41:50.389Z | Compiling ff v0.13.0 |
1467 | 2025-01-25T04:41:50.454Z | Compiling is-terminal v0.4.13 |
1468 | 2025-01-25T04:41:50.595Z | Compiling object v0.36.5 |
1469 | 2025-01-25T04:41:50.621Z | Compiling dropshot v0.12.0 |
1470 | 2025-01-25T04:41:50.673Z | Compiling linked-hash-map v0.5.6 |
1471 | 2025-01-25T04:41:50.790Z | Compiling smoltcp v0.9.1 |
1472 | 2025-01-25T04:41:50.932Z | Compiling rustc-demangle v0.1.24 |
1473 | 2025-01-25T04:41:50.980Z | Compiling fallible-iterator v0.2.0 |
1474 | 2025-01-25T04:41:51.024Z | Compiling utf-8 v0.7.6 |
1475 | 2025-01-25T04:41:51.349Z | Compiling portable-atomic v1.9.0 |
1476 | 2025-01-25T04:41:51.420Z | Compiling base16ct v0.2.0 |
1477 | 2025-01-25T04:41:51.529Z | Compiling litrs v0.4.1 |
1478 | 2025-01-25T04:41:51.655Z | Compiling num-bigint-dig v0.8.4 |
1479 | 2025-01-25T04:41:51.754Z | Compiling anyhow v1.0.95 |
1480 | 2025-01-25T04:41:51.789Z | Compiling quick-error v1.2.3 |
1481 | 2025-01-25T04:41:51.953Z | Compiling psl-types v2.0.11 |
1482 | 2025-01-25T04:41:52.049Z | Compiling take_mut v0.2.2 |
1483 | 2025-01-25T04:41:52.137Z | Compiling publicsuffix v2.3.0 |
1484 | 2025-01-25T04:41:52.397Z | Compiling resolv-conf v0.7.0 |
1485 | 2025-01-25T04:41:52.413Z | Compiling sec1 v0.7.3 |
1486 | 2025-01-25T04:41:52.652Z | Compiling document-features v0.2.10 |
1487 | 2025-01-25T04:41:52.720Z | Compiling postgres-protocol v0.6.7 |
1488 | 2025-01-25T04:41:52.993Z | Compiling tungstenite v0.24.0 |
1489 | 2025-01-25T04:41:53.188Z | Compiling async-stream v0.3.6 |
1490 | 2025-01-25T04:41:53.265Z | Compiling lru-cache v0.1.2 |
1491 | 2025-01-25T04:41:53.481Z | Compiling group v0.13.0 |
1492 | 2025-01-25T04:41:53.802Z | Compiling num-iter v0.1.45 |
1493 | 2025-01-25T04:41:53.886Z | Compiling slog-term v2.9.1 |
1494 | 2025-01-25T04:41:53.957Z | Compiling usdt v0.5.0 |
1495 | 2025-01-25T04:41:53.986Z | Compiling hickory-proto v0.24.2 |
1496 | 2025-01-25T04:41:54.504Z | Compiling futures v0.3.31 |
1497 | 2025-01-25T04:41:54.524Z | Compiling slog-bunyan v2.5.0 |
1498 | 2025-01-25T04:41:54.773Z | Compiling toml v0.8.19 |
1499 | 2025-01-25T04:41:56.039Z | Compiling camino v1.1.9 |
1500 | 2025-01-25T04:41:56.112Z | Compiling tokio-native-tls v0.3.1 |
1501 | 2025-01-25T04:41:56.294Z | Compiling phf_shared v0.11.2 |
1502 | 2025-01-25T04:41:56.387Z | Compiling dropshot_endpoint v0.12.0 |
1503 | 2025-01-25T04:41:56.655Z | Compiling terminal_size v0.4.0 |
1504 | 2025-01-25T04:41:56.854Z | Compiling waitgroup v0.1.2 |
1505 | 2025-01-25T04:41:56.892Z | Compiling openapiv3 v2.0.0 |
1506 | 2025-01-25T04:41:57.080Z | Compiling backtrace v0.3.74 |
1507 | 2025-01-25T04:41:57.139Z | Compiling serde_path_to_error v0.1.16 |
1508 | 2025-01-25T04:41:57.686Z | Compiling hkdf v0.12.4 |
1509 | 2025-01-25T04:41:57.900Z | Compiling crypto-bigint v0.5.5 |
1510 | 2025-01-25T04:41:57.953Z | Compiling zerocopy-derive v0.6.6 |
1511 | 2025-01-25T04:41:59.947Z | Compiling curve25519-dalek-derive v0.1.1 |
1512 | 2025-01-25T04:42:00.165Z | Compiling webpki-roots v0.26.6 |
1513 | 2025-01-25T04:42:00.377Z | Compiling hostname v0.4.0 |
1514 | 2025-01-25T04:42:00.596Z | Compiling crc32fast v1.4.2 |
1515 | 2025-01-25T04:42:00.653Z | Compiling fs-err v2.11.0 |
1516 | 2025-01-25T04:42:00.933Z | Compiling ahash v0.8.11 |
1517 | 2025-01-25T04:42:01.038Z | Compiling newtype-uuid v1.2.1 |
1518 | 2025-01-25T04:42:01.047Z | Compiling bitflags v1.3.2 |
1519 | 2025-01-25T04:42:01.084Z | Compiling winnow v0.5.40 |
1520 | 2025-01-25T04:42:01.184Z | Compiling hubpack_derive v0.1.1 |
1521 | 2025-01-25T04:42:01.228Z | Compiling debug-ignore v1.0.5 |
1522 | 2025-01-25T04:42:01.253Z | Compiling managed v0.8.0 |
1523 | 2025-01-25T04:42:01.457Z | Compiling console v0.15.8 |
1524 | 2025-01-25T04:42:02.050Z | Compiling hubpack v0.1.2 |
1525 | 2025-01-25T04:42:02.482Z | Compiling clap_builder v4.5.21 |
1526 | 2025-01-25T04:42:02.839Z | Compiling strum_macros v0.25.3 |
1527 | 2025-01-25T04:42:03.437Z | Compiling flate2 v1.0.35 |
1528 | 2025-01-25T04:42:03.635Z | Compiling elliptic-curve v0.13.8 |
1529 | 2025-01-25T04:42:03.907Z | Compiling zerocopy v0.6.6 |
1530 | 2025-01-25T04:42:04.407Z | Compiling toml_edit v0.19.15 |
1531 | 2025-01-25T04:42:04.450Z | Compiling hickory-resolver v0.24.2 |
1532 | 2025-01-25T04:42:04.657Z | Compiling signal-hook-mio v0.2.4 |
1533 | 2025-01-25T04:42:04.828Z | Compiling phf v0.11.2 |
1534 | 2025-01-25T04:42:05.112Z | Compiling hyper-tls v0.6.0 |
1535 | 2025-01-25T04:42:05.371Z | Compiling cookie_store v0.21.1 |
1536 | 2025-01-25T04:42:05.520Z | Compiling rayon v1.10.0 |
1537 | 2025-01-25T04:42:06.637Z | Compiling bzip2 v0.4.4 |
1538 | 2025-01-25T04:42:06.825Z | Compiling tokio-tungstenite v0.24.0 |
1539 | 2025-01-25T04:42:07.372Z | Compiling postgres-types v0.2.8 |
1540 | 2025-01-25T04:42:09.187Z | Compiling ed25519 v2.2.3 |
1541 | 2025-01-25T04:42:09.999Z | Compiling phf_shared v0.10.0 |
1542 | 2025-01-25T04:42:10.009Z | Compiling tokio-stream v0.1.16 |
1543 | 2025-01-25T04:42:10.233Z | Compiling pkcs1 v0.7.5 |
1544 | 2025-01-25T04:42:10.311Z | Compiling serde-big-array v0.5.1 |
1545 | 2025-01-25T04:42:10.544Z | Compiling clap_derive v4.5.18 |
1546 | 2025-01-25T04:42:10.794Z | Compiling rfc6979 v0.4.0 |
1547 | 2025-01-25T04:42:10.932Z | Compiling derive-where v1.2.7 |
1548 | 2025-01-25T04:42:10.982Z | Compiling serde_repr v0.1.19 |
1549 | 2025-01-25T04:42:11.123Z | Compiling float-cmp v0.9.0 |
1550 | 2025-01-25T04:42:11.129Z | Compiling bstr v1.10.0 |
1551 | 2025-01-25T04:42:11.278Z | Compiling sync_wrapper v1.0.1 |
1552 | 2025-01-25T04:42:11.445Z | Compiling unicode-width v0.2.0 |
1553 | 2025-01-25T04:42:11.630Z | Compiling unicode-segmentation v1.12.0 |
1554 | 2025-01-25T04:42:11.962Z | Compiling predicates-core v1.0.8 |
1555 | 2025-01-25T04:42:12.068Z | Compiling difflib v0.4.0 |
1556 | 2025-01-25T04:42:12.277Z | Compiling fixedbitset v0.4.2 |
1557 | 2025-01-25T04:42:12.482Z | Compiling normalize-line-endings v0.3.0 |
1558 | 2025-01-25T04:42:12.624Z | Compiling new_debug_unreachable v1.0.6 |
1559 | 2025-01-25T04:42:12.732Z | Compiling bit-vec v0.6.3 |
1560 | 2025-01-25T04:42:12.734Z | Compiling static_assertions v1.1.0 |
1561 | 2025-01-25T04:42:12.774Z | Compiling whoami v1.5.2 |
1562 | 2025-01-25T04:42:12.857Z | Compiling precomputed-hash v0.1.1 |
1563 | 2025-01-25T04:42:13.009Z | Compiling number_prefix v0.4.0 |
1564 | 2025-01-25T04:42:13.168Z | Compiling tokio-postgres v0.7.12 |
1565 | 2025-01-25T04:42:13.243Z | Compiling indicatif v0.17.9 |
1566 | 2025-01-25T04:42:13.383Z | Compiling bit-set v0.5.3 |
1567 | 2025-01-25T04:42:13.441Z | Compiling string_cache v0.8.7 |
1568 | 2025-01-25T04:42:13.674Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1569 | 2025-01-25T04:42:13.890Z | Compiling predicates v3.1.2 |
1570 | 2025-01-25T04:42:14.136Z | Compiling petgraph v0.6.5 |
1571 | 2025-01-25T04:42:15.124Z | Compiling clap v4.5.21 |
1572 | 2025-01-25T04:42:15.250Z | Compiling similar v2.6.0 |
1573 | 2025-01-25T04:42:15.274Z | Compiling ecdsa v0.16.9 |
1574 | 2025-01-25T04:42:15.392Z | Compiling rsa v0.9.6 |
1575 | 2025-01-25T04:42:16.075Z | Compiling ed25519-dalek v2.1.1 |
1576 | 2025-01-25T04:42:17.376Z | Compiling toml v0.7.8 |
1577 | 2025-01-25T04:42:17.394Z | Compiling zip v0.6.6 |
1578 | 2025-01-25T04:42:17.690Z | Compiling crossterm v0.28.1 |
1579 | 2025-01-25T04:42:19.146Z | Compiling hex v0.4.3 |
1580 | 2025-01-25T04:42:19.466Z | Compiling x509-cert v0.2.5 |
1581 | 2025-01-25T04:42:19.566Z | Compiling itertools v0.10.5 |
1582 | 2025-01-25T04:42:19.757Z | Compiling lalrpop-util v0.19.12 |
1583 | 2025-01-25T04:42:19.979Z | Compiling peg-runtime v0.8.3 |
1584 | 2025-01-25T04:42:20.115Z | Compiling unicode-xid v0.2.6 |
1585 | 2025-01-25T04:42:20.308Z | Compiling strum_macros v0.26.4 |
1586 | 2025-01-25T04:42:20.563Z | Compiling xattr v1.3.1 |
1587 | 2025-01-25T04:42:20.838Z | Compiling filetime v0.2.25 |
1588 | 2025-01-25T04:42:21.057Z | Compiling tar v0.4.42 |
1589 | 2025-01-25T04:42:24.944Z | Compiling strum v0.26.3 |
1590 | 2025-01-25T04:42:28.312Z | Compiling aws-lc-sys v0.22.0 |
1591 | 2025-01-25T04:42:55.540Z | Compiling rustls-webpki v0.102.8 |
1592 | 2025-01-25T04:42:58.652Z | Compiling tokio-rustls v0.25.0 |
1593 | 2025-01-25T04:43:00.359Z | Compiling tokio-rustls v0.26.0 |
1594 | 2025-01-25T04:43:00.778Z | Compiling hyper-rustls v0.27.3 |
1595 | 2025-01-25T04:43:01.067Z | Compiling reqwest v0.12.9 |
1596 | 2025-01-25T04:43:02.288Z | Compiling qorb v0.2.1 |
1597 | 2025-01-25T04:43:05.391Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1598 | 2025-01-25T04:43:05.632Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1599 | 2025-01-25T04:43:10.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 09s |
1600 | 2025-01-25T04:43:10.187Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1601 | 2025-01-25T04:43:10.227Z | Jan 25 04:43:08.832 INFO Starting download, target: Clickhouse |
1602 | 2025-01-25T04:43:10.227Z | Jan 25 04:43:08.832 INFO Starting download, target: Console |
1603 | 2025-01-25T04:43:10.227Z | Jan 25 04:43:08.832 INFO Starting download, target: Cockroach |
1604 | 2025-01-25T04:43:10.227Z | Jan 25 04:43:08.832 INFO Starting download, target: DendriteOpenapi |
1605 | 2025-01-25T04:43:10.227Z | Jan 25 04:43:08.832 INFO Starting download, target: DendriteStub |
1606 | 2025-01-25T04:43:10.227Z | Jan 25 04:43:08.832 INFO Starting download, target: MaghemiteMgd |
1607 | 2025-01-25T04:43:10.230Z | Jan 25 04:43:08.832 INFO Starting download, target: TransceiverControl |
1608 | 2025-01-25T04:43:10.230Z | Jan 25 04:43:08.833 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1609 | 2025-01-25T04:43:10.230Z | Jan 25 04:43:08.833 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1610 | 2025-01-25T04:43:10.230Z | Jan 25 04:43:08.833 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1611 | 2025-01-25T04:43:10.230Z | Jan 25 04:43:08.833 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1612 | 2025-01-25T04:43:10.230Z | Jan 25 04:43:08.833 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1613 | 2025-01-25T04:43:10.230Z | Jan 25 04:43:08.833 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1614 | 2025-01-25T04:43:10.230Z | Jan 25 04:43:08.833 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1615 | 2025-01-25T04:43:10.439Z | Jan 25 04:43:09.028 INFO Download complete, target: DendriteOpenapi |
1616 | 2025-01-25T04:43:10.478Z | Jan 25 04:43:09.073 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1617 | 2025-01-25T04:43:10.763Z | Jan 25 04:43:09.361 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1618 | 2025-01-25T04:43:11.046Z | Jan 25 04:43:09.648 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1619 | 2025-01-25T04:43:11.095Z | Jan 25 04:43:09.700 INFO Download complete, target: Console |
1620 | 2025-01-25T04:43:11.124Z | Jan 25 04:43:09.726 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1621 | 2025-01-25T04:43:11.147Z | Jan 25 04:43:09.751 INFO Download complete, target: TransceiverControl |
1622 | 2025-01-25T04:43:11.882Z | Jan 25 04:43:10.487 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1623 | 2025-01-25T04:43:11.882Z | Jan 25 04:43:10.487 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1624 | 2025-01-25T04:43:12.292Z | Jan 25 04:43:10.897 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1625 | 2025-01-25T04:43:13.939Z | Jan 25 04:43:12.544 INFO Download complete, target: MaghemiteMgd |
1626 | 2025-01-25T04:43:13.988Z | Jan 25 04:43:12.593 INFO Download complete, target: DendriteStub |
1627 | 2025-01-25T04:43:19.317Z | Jan 25 04:43:17.921 INFO Checking that binary works, target: Cockroach |
1628 | 2025-01-25T04:43:19.480Z | Jan 25 04:43:18.084 INFO Download complete, target: Cockroach |
1629 | 2025-01-25T04:43:24.654Z | Jan 25 04:43:23.257 INFO Checking that binary works, target: Clickhouse |
1630 | 2025-01-25T04:43:24.764Z | Jan 25 04:43:23.368 INFO Download complete, target: Clickhouse |
1631 | 2025-01-25T04:43:24.772Z | All prerequisites installed successfully |
1632 | 2025-01-25T04:43:24.775Z | |
1633 | 2025-01-25T04:43:24.775Z | real 4:13.862116580 |
1634 | 2025-01-25T04:43:24.775Z | user 15:42.284847599 |
1635 | 2025-01-25T04:43:24.775Z | sys 1:57.595275633 |
1636 | 2025-01-25T04:43:24.775Z | trap 0.550297399 |
1637 | 2025-01-25T04:43:24.775Z | tflt 1.302375770 |
1638 | 2025-01-25T04:43:24.775Z | dflt 1.863377782 |
1639 | 2025-01-25T04:43:24.775Z | kflt 0.023502359 |
1640 | 2025-01-25T04:43:24.775Z | lock 27:17.910547733 |
1641 | 2025-01-25T04:43:24.775Z | slp 54:24.890809836 |
1642 | 2025-01-25T04:43:24.775Z | lat 56.630093644 |
1643 | 2025-01-25T04:43:24.775Z | stop 2:10.760519907 |
1644 | 2025-01-25T04:43:24.775Z | + source ./tools/include/force-git-over-https.sh |
1645 | 2025-01-25T04:43:24.775Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1646 | 2025-01-25T04:43:24.775Z | ++ (( i = 0 )) |
1647 | 2025-01-25T04:43:24.775Z | ++ (( i < 5 )) |
1648 | 2025-01-25T04:43:24.775Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1649 | 2025-01-25T04:43:24.778Z | ++ (( i++ )) |
1650 | 2025-01-25T04:43:24.778Z | ++ (( i < 5 )) |
1651 | 2025-01-25T04:43:24.778Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1652 | 2025-01-25T04:43:24.781Z | ++ (( i++ )) |
1653 | 2025-01-25T04:43:24.781Z | ++ (( i < 5 )) |
1654 | 2025-01-25T04:43:24.781Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1655 | 2025-01-25T04:43:24.783Z | ++ (( i++ )) |
1656 | 2025-01-25T04:43:24.783Z | ++ (( i < 5 )) |
1657 | 2025-01-25T04:43:24.783Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1658 | 2025-01-25T04:43:24.786Z | ++ (( i++ )) |
1659 | 2025-01-25T04:43:24.786Z | ++ (( i < 5 )) |
1660 | 2025-01-25T04:43:24.786Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1661 | 2025-01-25T04:43:24.790Z | ++ (( i++ )) |
1662 | 2025-01-25T04:43:24.790Z | ++ (( i < 5 )) |
1663 | 2025-01-25T04:43:24.790Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1664 | 2025-01-25T04:43:24.790Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1665 | 2025-01-25T04:43:24.793Z | + rc=0 |
1666 | 2025-01-25T04:43:24.793Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1667 | 2025-01-25T04:43:57.576Z | + case $rc in |
1668 | 2025-01-25T04:43:57.576Z | + pfexec zfs create -p rpool/images/build/host |
1669 | 2025-01-25T04:43:57.794Z | + pfexec zfs create -p rpool/images/build/recovery |
1670 | 2025-01-25T04:43:57.869Z | + cargo xtask releng --output-dir /work |
1671 | 2025-01-25T04:43:58.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1672 | 2025-01-25T04:43:58.393Z | Running `target/debug/xtask releng --output-dir /work` |
1673 | 2025-01-25T04:43:59.265Z | Compiling proc-macro2 v1.0.92 |
1674 | 2025-01-25T04:43:59.265Z | Compiling unicode-ident v1.0.14 |
1675 | 2025-01-25T04:43:59.265Z | Compiling libc v0.2.169 |
1676 | 2025-01-25T04:43:59.268Z | Compiling serde v1.0.217 |
1677 | 2025-01-25T04:43:59.268Z | Compiling autocfg v1.4.0 |
1678 | 2025-01-25T04:43:59.268Z | Compiling version_check v0.9.5 |
1679 | 2025-01-25T04:43:59.268Z | Compiling cfg-if v1.0.0 |
1680 | 2025-01-25T04:43:59.634Z | Compiling memchr v2.7.4 |
1681 | 2025-01-25T04:43:59.642Z | Compiling typenum v1.17.0 |
1682 | 2025-01-25T04:43:59.663Z | Compiling shlex v1.3.0 |
1683 | 2025-01-25T04:44:00.016Z | Compiling value-bag v1.9.0 |
1684 | 2025-01-25T04:44:00.125Z | Compiling generic-array v0.14.7 |
1685 | 2025-01-25T04:44:00.203Z | Compiling lock_api v0.4.12 |
1686 | 2025-01-25T04:44:00.479Z | Compiling log v0.4.22 |
1687 | 2025-01-25T04:44:00.500Z | Compiling scopeguard v1.2.0 |
1688 | 2025-01-25T04:44:00.751Z | Compiling rustix v0.38.37 |
1689 | 2025-01-25T04:44:00.865Z | Compiling parking_lot_core v0.9.10 |
1690 | 2025-01-25T04:44:01.143Z | Compiling serde_json v1.0.135 |
1691 | 2025-01-25T04:44:01.251Z | Compiling quote v1.0.38 |
1692 | 2025-01-25T04:44:01.273Z | Compiling libm v0.2.8 |
1693 | 2025-01-25T04:44:01.295Z | Compiling num-traits v0.2.19 |
1694 | 2025-01-25T04:44:01.465Z | Compiling jobserver v0.1.32 |
1695 | 2025-01-25T04:44:01.543Z | Compiling getrandom v0.2.15 |
1696 | 2025-01-25T04:44:01.607Z | Compiling spin v0.9.8 |
1697 | 2025-01-25T04:44:01.684Z | Compiling syn v2.0.96 |
1698 | 2025-01-25T04:44:01.873Z | Compiling cc v1.1.30 |
1699 | 2025-01-25T04:44:01.905Z | Compiling itoa v1.0.11 |
1700 | 2025-01-25T04:44:01.927Z | Compiling thiserror v1.0.69 |
1701 | 2025-01-25T04:44:01.969Z | Compiling once_cell v1.20.2 |
1702 | 2025-01-25T04:44:01.990Z | Compiling aho-corasick v1.1.3 |
1703 | 2025-01-25T04:44:02.134Z | Compiling regex-syntax v0.8.5 |
1704 | 2025-01-25T04:44:02.340Z | Compiling slab v0.4.9 |
1705 | 2025-01-25T04:44:02.451Z | Compiling errno v0.3.9 |
1706 | 2025-01-25T04:44:03.149Z | Compiling byteorder v1.5.0 |
1707 | 2025-01-25T04:44:03.310Z | Compiling either v1.13.0 |
1708 | 2025-01-25T04:44:03.976Z | Compiling lazy_static v1.5.0 |
1709 | 2025-01-25T04:44:03.997Z | Compiling glob v0.3.1 |
1710 | 2025-01-25T04:44:03.997Z | Compiling rand_core v0.6.4 |
1711 | 2025-01-25T04:44:03.997Z | Compiling subtle v2.6.1 |
1712 | 2025-01-25T04:44:04.305Z | Compiling prettyplease v0.2.25 |
1713 | 2025-01-25T04:44:04.339Z | Compiling minimal-lexical v0.2.1 |
1714 | 2025-01-25T04:44:04.516Z | Compiling clang-sys v1.8.1 |
1715 | 2025-01-25T04:44:04.566Z | Compiling libloading v0.8.5 |
1716 | 2025-01-25T04:44:04.712Z | Compiling bindgen v0.69.5 |
1717 | 2025-01-25T04:44:04.878Z | Compiling nom v7.1.3 |
1718 | 2025-01-25T04:44:04.914Z | Compiling home v0.5.9 |
1719 | 2025-01-25T04:44:05.254Z | Compiling itertools v0.12.1 |
1720 | 2025-01-25T04:44:05.459Z | Compiling lazycell v1.3.0 |
1721 | 2025-01-25T04:44:05.660Z | Compiling smallvec v1.13.2 |
1722 | 2025-01-25T04:44:05.970Z | Compiling rustc-hash v1.1.0 |
1723 | 2025-01-25T04:44:06.138Z | Compiling regex-automata v0.4.8 |
1724 | 2025-01-25T04:44:06.653Z | Compiling cmake v0.1.51 |
1725 | 2025-01-25T04:44:07.567Z | Compiling fs_extra v1.3.0 |
1726 | 2025-01-25T04:44:08.041Z | Compiling cexpr v0.6.0 |
1727 | 2025-01-25T04:44:08.108Z | Compiling dunce v1.0.5 |
1728 | 2025-01-25T04:44:08.129Z | Compiling pkg-config v0.3.31 |
1729 | 2025-01-25T04:44:08.250Z | Compiling semver v1.0.24 |
1730 | 2025-01-25T04:44:08.274Z | Compiling ring v0.17.8 |
1731 | 2025-01-25T04:44:08.771Z | Compiling heck v0.5.0 |
1732 | 2025-01-25T04:44:08.842Z | Compiling paste v1.0.15 |
1733 | 2025-01-25T04:44:09.222Z | Compiling synstructure v0.13.1 |
1734 | 2025-01-25T04:44:09.316Z | Compiling ryu v1.0.18 |
1735 | 2025-01-25T04:44:09.523Z | Compiling aws-lc-rs v1.10.0 |
1736 | 2025-01-25T04:44:09.654Z | Compiling httparse v1.9.5 |
1737 | 2025-01-25T04:44:10.177Z | Compiling const-oid v0.9.6 |
1738 | 2025-01-25T04:44:10.465Z | Compiling pin-project-lite v0.2.14 |
1739 | 2025-01-25T04:44:10.672Z | Compiling allocator-api2 v0.2.18 |
1740 | 2025-01-25T04:44:11.380Z | Compiling futures-core v0.3.31 |
1741 | 2025-01-25T04:44:11.823Z | Compiling regex v1.11.1 |
1742 | 2025-01-25T04:44:11.990Z | Compiling signal-hook-registry v1.4.2 |
1743 | 2025-01-25T04:44:12.358Z | Compiling num-conv v0.1.0 |
1744 | 2025-01-25T04:44:12.699Z | Compiling time-core v0.1.2 |
1745 | 2025-01-25T04:44:12.942Z | Compiling time-macros v0.2.18 |
1746 | 2025-01-25T04:44:13.128Z | Compiling parking_lot v0.12.3 |
1747 | 2025-01-25T04:44:13.159Z | Compiling mio v1.0.2 |
1748 | 2025-01-25T04:44:13.448Z | Compiling crossbeam-utils v0.8.20 |
1749 | 2025-01-25T04:44:13.746Z | Compiling schemars v0.8.21 |
1750 | 2025-01-25T04:44:13.801Z | Compiling serde_derive v1.0.217 |
1751 | 2025-01-25T04:44:14.072Z | Compiling zeroize_derive v1.4.2 |
1752 | 2025-01-25T04:44:14.255Z | Compiling zerocopy-derive v0.7.35 |
1753 | 2025-01-25T04:44:14.904Z | Compiling tokio-macros v2.5.0 |
1754 | 2025-01-25T04:44:14.935Z | Compiling thiserror-impl v1.0.69 |
1755 | 2025-01-25T04:44:15.388Z | Compiling zerofrom-derive v0.1.4 |
1756 | 2025-01-25T04:44:15.531Z | Compiling zeroize v1.8.1 |
1757 | 2025-01-25T04:44:16.042Z | Compiling yoke-derive v0.7.4 |
1758 | 2025-01-25T04:44:16.263Z | Compiling zerovec-derive v0.10.3 |
1759 | 2025-01-25T04:44:16.513Z | Compiling displaydoc v0.2.5 |
1760 | 2025-01-25T04:44:16.519Z | Compiling futures-macro v0.3.31 |
1761 | 2025-01-25T04:44:17.875Z | Compiling zerocopy v0.7.35 |
1762 | 2025-01-25T04:44:18.234Z | Compiling icu_provider_macros v1.5.0 |
1763 | 2025-01-25T04:44:18.485Z | Compiling crypto-common v0.1.6 |
1764 | 2025-01-25T04:44:18.588Z | Compiling tracing-attributes v0.1.27 |
1765 | 2025-01-25T04:44:18.759Z | Compiling block-buffer v0.10.4 |
1766 | 2025-01-25T04:44:18.868Z | Compiling der_derive v0.7.3 |
1767 | 2025-01-25T04:44:18.994Z | Compiling digest v0.10.7 |
1768 | 2025-01-25T04:44:19.394Z | Compiling vcpkg v0.2.15 |
1769 | 2025-01-25T04:44:19.487Z | Compiling serde_derive_internals v0.29.1 |
1770 | 2025-01-25T04:44:20.991Z | Compiling openssl-sys v0.9.103 |
1771 | 2025-01-25T04:44:21.280Z | Compiling socket2 v0.5.7 |
1772 | 2025-01-25T04:44:21.404Z | Compiling fnv v1.0.7 |
1773 | 2025-01-25T04:44:21.628Z | Compiling schemars_derive v0.8.21 |
1774 | 2025-01-25T04:44:22.982Z | Compiling ahash v0.8.11 |
1775 | 2025-01-25T04:44:23.033Z | Compiling stable_deref_trait v1.2.0 |
1776 | 2025-01-25T04:44:23.113Z | Compiling futures-sink v0.3.31 |
1777 | 2025-01-25T04:44:23.386Z | Compiling equivalent v1.0.1 |
1778 | 2025-01-25T04:44:23.547Z | Compiling cpufeatures v0.2.14 |
1779 | 2025-01-25T04:44:24.026Z | Compiling foldhash v0.1.3 |
1780 | 2025-01-25T04:44:24.354Z | Compiling hashbrown v0.15.1 |
1781 | 2025-01-25T04:44:24.461Z | Compiling slog v2.7.0 |
1782 | 2025-01-25T04:44:24.587Z | Compiling zerofrom v0.1.4 |
1783 | 2025-01-25T04:44:24.892Z | Compiling yoke v0.7.4 |
1784 | 2025-01-25T04:44:24.973Z | Compiling futures-channel v0.3.31 |
1785 | 2025-01-25T04:44:25.473Z | Compiling futures-io v0.3.31 |
1786 | 2025-01-25T04:44:25.486Z | Compiling pin-utils v0.1.0 |
1787 | 2025-01-25T04:44:25.488Z | Compiling futures-task v0.3.31 |
1788 | 2025-01-25T04:44:25.513Z | Compiling openssl v0.10.66 |
1789 | 2025-01-25T04:44:25.825Z | Compiling futures-util v0.3.31 |
1790 | 2025-01-25T04:44:25.901Z | Compiling zerovec v0.10.4 |
1791 | 2025-01-25T04:44:25.964Z | Compiling scroll_derive v0.12.0 |
1792 | 2025-01-25T04:44:25.966Z | Compiling ucd-trie v0.1.7 |
1793 | 2025-01-25T04:44:26.339Z | Compiling pest v2.7.14 |
1794 | 2025-01-25T04:44:26.901Z | Compiling bitflags v2.6.0 |
1795 | 2025-01-25T04:44:27.014Z | Compiling bytes v1.9.0 |
1796 | 2025-01-25T04:44:29.032Z | Compiling tokio v1.43.0 |
1797 | 2025-01-25T04:44:29.613Z | Compiling indexmap v2.7.0 |
1798 | 2025-01-25T04:44:29.842Z | Compiling serde_tokenstream v0.2.2 |
1799 | 2025-01-25T04:44:30.748Z | Compiling http v1.2.0 |
1800 | 2025-01-25T04:44:31.311Z | Compiling which v4.4.2 |
1801 | 2025-01-25T04:44:31.925Z | Compiling rustc_version v0.4.1 |
1802 | 2025-01-25T04:44:32.403Z | Compiling uuid v1.12.0 |
1803 | 2025-01-25T04:44:32.717Z | Compiling hmac v0.12.1 |
1804 | 2025-01-25T04:44:32.968Z | Compiling openssl-macros v0.1.1 |
1805 | 2025-01-25T04:44:33.378Z | Compiling rustls v0.23.19 |
1806 | 2025-01-25T04:44:33.507Z | Compiling iana-time-zone v0.1.61 |
1807 | 2025-01-25T04:44:33.736Z | Compiling native-tls v0.2.12 |
1808 | 2025-01-25T04:44:33.928Z | Compiling chrono v0.4.39 |
1809 | 2025-01-25T04:44:34.220Z | Compiling pest_meta v2.7.14 |
1810 | 2025-01-25T04:44:35.400Z | Compiling tinystr v0.7.6 |
1811 | 2025-01-25T04:44:36.127Z | Compiling block-padding v0.3.3 |
1812 | 2025-01-25T04:44:36.408Z | Compiling litemap v0.7.3 |
1813 | 2025-01-25T04:44:37.024Z | Compiling writeable v0.5.5 |
1814 | 2025-01-25T04:44:37.151Z | Compiling syn v1.0.109 |
1815 | 2025-01-25T04:44:37.371Z | Compiling inout v0.1.3 |
1816 | 2025-01-25T04:44:37.673Z | Compiling icu_locid v1.5.0 |
1817 | 2025-01-25T04:44:37.877Z | Compiling pest_generator v2.7.14 |
1818 | 2025-01-25T04:44:38.644Z | Compiling cookie v0.18.1 |
1819 | 2025-01-25T04:44:40.513Z | Compiling pest_derive v2.7.14 |
1820 | 2025-01-25T04:44:41.368Z | Compiling icu_provider v1.5.0 |
1821 | 2025-01-25T04:44:43.767Z | Compiling cipher v0.4.4 |
1822 | 2025-01-25T04:44:43.858Z | Compiling sha2 v0.10.8 |
1823 | 2025-01-25T04:44:44.694Z | Compiling async-trait v0.1.83 |
1824 | 2025-01-25T04:44:44.751Z | Compiling aws-lc-sys v0.22.0 |
1825 | 2025-01-25T04:44:44.792Z | Compiling tracing-core v0.1.32 |
1826 | 2025-01-25T04:44:45.460Z | Compiling usdt-impl v0.5.0 |
1827 | 2025-01-25T04:44:45.896Z | Compiling dyn-clone v1.0.17 |
1828 | 2025-01-25T04:44:46.108Z | Compiling icu_locid_transform_data v1.5.0 |
1829 | 2025-01-25T04:44:46.232Z | Compiling rustls-pki-types v1.10.0 |
1830 | 2025-01-25T04:44:46.909Z | Compiling base64ct v1.6.0 |
1831 | 2025-01-25T04:44:47.090Z | Compiling percent-encoding v2.3.1 |
1832 | 2025-01-25T04:44:47.643Z | Compiling pem-rfc7468 v0.7.0 |
1833 | 2025-01-25T04:44:48.411Z | Compiling icu_locid_transform v1.5.0 |
1834 | 2025-01-25T04:44:49.101Z | Compiling tracing v0.1.40 |
1835 | 2025-01-25T04:44:51.548Z | Compiling tokio-util v0.7.12 |
1836 | 2025-01-25T04:44:52.006Z | Compiling icu_collections v1.5.0 |
1837 | 2025-01-25T04:44:52.654Z | Compiling scroll v0.12.0 |
1838 | 2025-01-25T04:44:53.940Z | Compiling ppv-lite86 v0.2.20 |
1839 | 2025-01-25T04:44:54.656Z | Compiling camino v1.1.9 |
1840 | 2025-01-25T04:44:54.756Z | Compiling powerfmt v0.2.0 |
1841 | 2025-01-25T04:44:54.778Z | Compiling untrusted v0.7.1 |
1842 | 2025-01-25T04:44:54.805Z | Compiling flagset v0.4.6 |
1843 | 2025-01-25T04:44:54.978Z | Compiling plain v0.2.3 |
1844 | 2025-01-25T04:44:55.104Z | Compiling icu_properties_data v1.5.0 |
1845 | 2025-01-25T04:44:55.152Z | Compiling mirai-annotations v1.12.0 |
1846 | 2025-01-25T04:44:55.279Z | Compiling untrusted v0.9.0 |
1847 | 2025-01-25T04:44:55.353Z | Compiling icu_properties v1.5.1 |
1848 | 2025-01-25T04:44:55.372Z | Compiling goblin v0.8.2 |
1849 | 2025-01-25T04:44:57.624Z | Compiling deranged v0.3.11 |
1850 | 2025-01-25T04:44:58.984Z | Compiling der v0.7.9 |
1851 | 2025-01-25T04:44:59.465Z | Compiling rand_chacha v0.3.1 |
1852 | 2025-01-25T04:45:01.963Z | Compiling pretty-hex v0.4.1 |
1853 | 2025-01-25T04:45:02.188Z | Compiling rayon-core v1.12.1 |
1854 | 2025-01-25T04:45:02.762Z | Compiling write16 v1.0.0 |
1855 | 2025-01-25T04:45:03.092Z | Compiling utf16_iter v1.0.5 |
1856 | 2025-01-25T04:45:03.097Z | Compiling atomic-waker v1.1.2 |
1857 | 2025-01-25T04:45:03.295Z | Compiling num_threads v0.1.7 |
1858 | 2025-01-25T04:45:03.674Z | Compiling icu_normalizer_data v1.5.0 |
1859 | 2025-01-25T04:45:03.756Z | Compiling litrs v0.4.1 |
1860 | 2025-01-25T04:45:03.834Z | Compiling rustls v0.22.4 |
1861 | 2025-01-25T04:45:03.869Z | Compiling utf8_iter v1.0.4 |
1862 | 2025-01-25T04:45:04.224Z | Compiling icu_normalizer v1.5.0 |
1863 | 2025-01-25T04:45:04.244Z | Compiling time v0.3.36 |
1864 | 2025-01-25T04:45:04.496Z | Compiling dof v0.3.0 |
1865 | 2025-01-25T04:45:04.750Z | Compiling document-features v0.2.10 |
1866 | 2025-01-25T04:45:05.768Z | Compiling spki v0.7.3 |
1867 | 2025-01-25T04:45:06.165Z | Compiling rand v0.8.5 |
1868 | 2025-01-25T04:45:06.246Z | Compiling form_urlencoded v1.2.1 |
1869 | 2025-01-25T04:45:06.763Z | Compiling salsa20 v0.10.2 |
1870 | 2025-01-25T04:45:06.802Z | Compiling dtrace-parser v0.2.0 |
1871 | 2025-01-25T04:45:07.982Z | Compiling http-body v1.0.1 |
1872 | 2025-01-25T04:45:08.305Z | Compiling pbkdf2 v0.12.2 |
1873 | 2025-01-25T04:45:08.604Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1874 | 2025-01-25T04:45:08.762Z | Compiling thread-id v4.2.2 |
1875 | 2025-01-25T04:45:09.651Z | Compiling try-lock v0.2.5 |
1876 | 2025-01-25T04:45:09.879Z | Compiling want v0.3.1 |
1877 | 2025-01-25T04:45:11.652Z | Compiling scrypt v0.11.0 |
1878 | 2025-01-25T04:45:12.118Z | Compiling idna_adapter v1.2.0 |
1879 | 2025-01-25T04:45:12.342Z | Compiling h2 v0.4.6 |
1880 | 2025-01-25T04:45:12.368Z | Compiling cbc v0.1.2 |
1881 | 2025-01-25T04:45:12.676Z | Compiling aes v0.8.4 |
1882 | 2025-01-25T04:45:13.044Z | Compiling multer v3.1.0 |
1883 | 2025-01-25T04:45:13.128Z | Compiling slog-async v2.8.0 |
1884 | 2025-01-25T04:45:13.467Z | Compiling tinyvec_macros v0.1.1 |
1885 | 2025-01-25T04:45:13.812Z | Compiling base64 v0.22.1 |
1886 | 2025-01-25T04:45:13.881Z | Compiling httpdate v1.0.3 |
1887 | 2025-01-25T04:45:14.627Z | Compiling tinyvec v1.8.0 |
1888 | 2025-01-25T04:45:14.941Z | Compiling pkcs5 v0.7.1 |
1889 | 2025-01-25T04:45:17.104Z | Compiling idna v1.0.3 |
1890 | 2025-01-25T04:45:21.161Z | Compiling hyper v1.5.2 |
1891 | 2025-01-25T04:45:22.256Z | Compiling heapless v0.7.17 |
1892 | 2025-01-25T04:45:23.249Z | Compiling zerocopy-derive v0.6.6 |
1893 | 2025-01-25T04:45:24.406Z | Compiling anyhow v1.0.95 |
1894 | 2025-01-25T04:45:24.533Z | Compiling tower-service v0.3.3 |
1895 | 2025-01-25T04:45:24.673Z | Compiling num-bigint-dig v0.8.4 |
1896 | 2025-01-25T04:45:24.972Z | Compiling signal-hook v0.3.17 |
1897 | 2025-01-25T04:45:25.037Z | Compiling hyper-util v0.1.10 |
1898 | 2025-01-25T04:45:28.516Z | Compiling pkcs8 v0.10.2 |
1899 | 2025-01-25T04:45:29.393Z | Compiling usdt-macro v0.5.0 |
1900 | 2025-01-25T04:45:30.596Z | Compiling usdt-attr-macro v0.5.0 |
1901 | 2025-01-25T04:45:31.691Z | Compiling async-stream-impl v0.3.6 |
1902 | 2025-01-25T04:45:31.719Z | Compiling foreign-types-shared v0.1.1 |
1903 | 2025-01-25T04:45:31.882Z | Compiling rustversion v1.0.17 |
1904 | 2025-01-25T04:45:32.385Z | Compiling strsim v0.11.1 |
1905 | 2025-01-25T04:45:32.551Z | Compiling foreign-types v0.3.2 |
1906 | 2025-01-25T04:45:33.503Z | Compiling url v2.5.3 |
1907 | 2025-01-25T04:45:33.949Z | Compiling http-body-util v0.1.2 |
1908 | 2025-01-25T04:45:34.750Z | Compiling curve25519-dalek v4.1.3 |
1909 | 2025-01-25T04:45:34.944Z | Compiling openapiv3 v2.0.0 |
1910 | 2025-01-25T04:45:35.182Z | Compiling serde_spanned v0.6.8 |
1911 | 2025-01-25T04:45:35.415Z | Compiling toml_datetime v0.6.8 |
1912 | 2025-01-25T04:45:35.514Z | Compiling enum-as-inner v0.6.1 |
1913 | 2025-01-25T04:45:36.515Z | Compiling dropshot v0.12.0 |
1914 | 2025-01-25T04:45:36.578Z | Compiling encoding_rs v0.8.34 |
1915 | 2025-01-25T04:45:39.165Z | Compiling adler2 v2.0.0 |
1916 | 2025-01-25T04:45:39.245Z | Compiling smoltcp v0.9.1 |
1917 | 2025-01-25T04:45:39.463Z | Compiling newtype-uuid v1.2.1 |
1918 | 2025-01-25T04:45:39.771Z | Compiling match_cfg v0.1.0 |
1919 | 2025-01-25T04:45:39.916Z | Compiling portable-atomic v1.9.0 |
1920 | 2025-01-25T04:45:40.629Z | Compiling mime v0.3.17 |
1921 | 2025-01-25T04:45:40.945Z | Compiling hostname v0.3.1 |
1922 | 2025-01-25T04:45:41.196Z | Compiling miniz_oxide v0.8.0 |
1923 | 2025-01-25T04:45:52.279Z | Compiling serde_urlencoded v0.7.1 |
1924 | 2025-01-25T04:45:52.548Z | Compiling rustls-pemfile v2.2.0 |
1925 | 2025-01-25T04:45:52.977Z | Compiling clap_derive v4.5.18 |
1926 | 2025-01-25T04:45:53.231Z | Compiling dirs-sys-next v0.1.2 |
1927 | 2025-01-25T04:45:53.808Z | Compiling siphasher v0.3.11 |
1928 | 2025-01-25T04:45:54.218Z | Compiling data-encoding v2.6.0 |
1929 | 2025-01-25T04:45:55.845Z | Compiling ipnet v2.10.1 |
1930 | 2025-01-25T04:45:57.693Z | Compiling openssl-probe v0.1.5 |
1931 | 2025-01-25T04:45:59.648Z | Compiling dirs-next v2.0.0 |
1932 | 2025-01-25T04:46:01.108Z | Compiling unicode-normalization v0.1.24 |
1933 | 2025-01-25T04:46:01.894Z | Compiling rustls-webpki v0.102.8 |
1934 | 2025-01-25T04:46:02.243Z | Compiling crossbeam-epoch v0.9.18 |
1935 | 2025-01-25T04:46:02.523Z | Compiling hashbrown v0.14.5 |
1936 | 2025-01-25T04:46:02.773Z | Compiling hubpack_derive v0.1.1 |
1937 | 2025-01-25T04:46:03.300Z | Compiling dropshot_endpoint v0.12.0 |
1938 | 2025-01-25T04:46:03.848Z | Compiling sha1 v0.10.6 |
1939 | 2025-01-25T04:46:04.151Z | Compiling signature v2.2.0 |
1940 | 2025-01-25T04:46:04.350Z | Compiling curve25519-dalek-derive v0.1.1 |
1941 | 2025-01-25T04:46:04.571Z | Compiling thread_local v1.1.8 |
1942 | 2025-01-25T04:46:04.596Z | Compiling fs-err v2.11.0 |
1943 | 2025-01-25T04:46:05.090Z | Compiling winnow v0.6.20 |
1944 | 2025-01-25T04:46:05.959Z | Compiling psl-types v2.0.11 |
1945 | 2025-01-25T04:46:06.181Z | Compiling unicode-bidi v0.3.17 |
1946 | 2025-01-25T04:46:07.160Z | Compiling utf8parse v0.2.2 |
1947 | 2025-01-25T04:46:07.309Z | Compiling anstyle v1.0.10 |
1948 | 2025-01-25T04:46:07.792Z | Compiling gimli v0.31.1 |
1949 | 2025-01-25T04:46:08.062Z | Compiling unicode-properties v0.1.3 |
1950 | 2025-01-25T04:46:08.305Z | Compiling toml_edit v0.22.22 |
1951 | 2025-01-25T04:46:08.453Z | Compiling stringprep v0.1.5 |
1952 | 2025-01-25T04:46:08.730Z | Compiling anstyle-parse v0.2.5 |
1953 | 2025-01-25T04:46:09.046Z | Compiling publicsuffix v2.3.0 |
1954 | 2025-01-25T04:46:09.312Z | Compiling regress v0.10.1 |
1955 | 2025-01-25T04:46:12.050Z | Compiling addr2line v0.24.2 |
1956 | 2025-01-25T04:46:12.611Z | Compiling crossbeam-deque v0.8.5 |
1957 | 2025-01-25T04:46:12.971Z | Compiling term v0.7.0 |
1958 | 2025-01-25T04:46:13.901Z | Compiling tokio-native-tls v0.3.1 |
1959 | 2025-01-25T04:46:14.122Z | Compiling slog-json v2.6.1 |
1960 | 2025-01-25T04:46:14.629Z | Compiling crossbeam-channel v0.5.13 |
1961 | 2025-01-25T04:46:15.290Z | Compiling webpki-roots v0.26.6 |
1962 | 2025-01-25T04:46:15.453Z | Compiling futures-executor v0.3.31 |
1963 | 2025-01-25T04:46:15.606Z | Compiling num-integer v0.1.46 |
1964 | 2025-01-25T04:46:15.842Z | Compiling md-5 v0.10.6 |
1965 | 2025-01-25T04:46:16.099Z | Compiling ff v0.13.0 |
1966 | 2025-01-25T04:46:16.248Z | Compiling hash32 v0.2.1 |
1967 | 2025-01-25T04:46:16.321Z | Compiling memmap v0.7.0 |
1968 | 2025-01-25T04:46:16.566Z | Compiling is-terminal v0.4.13 |
1969 | 2025-01-25T04:46:16.600Z | Compiling object v0.36.5 |
1970 | 2025-01-25T04:46:16.634Z | Compiling utf-8 v0.7.6 |
1971 | 2025-01-25T04:46:16.850Z | Compiling fallible-iterator v0.2.0 |
1972 | 2025-01-25T04:46:16.951Z | Compiling rustc-demangle v0.1.24 |
1973 | 2025-01-25T04:46:17.487Z | Compiling linked-hash-map v0.5.6 |
1974 | 2025-01-25T04:46:17.755Z | Compiling anstyle-query v1.1.1 |
1975 | 2025-01-25T04:46:17.845Z | Compiling take_mut v0.2.2 |
1976 | 2025-01-25T04:46:17.934Z | Compiling heck v0.4.1 |
1977 | 2025-01-25T04:46:18.021Z | Compiling base16ct v0.2.0 |
1978 | 2025-01-25T04:46:18.323Z | Compiling is_terminal_polyfill v1.70.1 |
1979 | 2025-01-25T04:46:18.325Z | Compiling quick-error v1.2.3 |
1980 | 2025-01-25T04:46:18.505Z | Compiling colorchoice v1.0.2 |
1981 | 2025-01-25T04:46:18.525Z | Compiling resolv-conf v0.7.0 |
1982 | 2025-01-25T04:46:18.688Z | Compiling anstream v0.6.15 |
1983 | 2025-01-25T04:46:19.183Z | Compiling strum_macros v0.25.3 |
1984 | 2025-01-25T04:46:19.277Z | Compiling sec1 v0.7.3 |
1985 | 2025-01-25T04:46:19.931Z | Compiling lru-cache v0.1.2 |
1986 | 2025-01-25T04:46:20.137Z | Compiling postgres-protocol v0.6.7 |
1987 | 2025-01-25T04:46:20.720Z | Compiling tokio-rustls v0.26.0 |
1988 | 2025-01-25T04:46:21.176Z | Compiling tungstenite v0.24.0 |
1989 | 2025-01-25T04:46:21.508Z | Compiling slog-term v2.9.1 |
1990 | 2025-01-25T04:46:22.326Z | Compiling usdt v0.5.0 |
1991 | 2025-01-25T04:46:22.757Z | Compiling tokio-rustls v0.25.0 |
1992 | 2025-01-25T04:46:22.779Z | Compiling group v0.13.0 |
1993 | 2025-01-25T04:46:22.933Z | Compiling num-iter v0.1.45 |
1994 | 2025-01-25T04:46:23.109Z | Compiling futures v0.3.31 |
1995 | 2025-01-25T04:46:23.175Z | Compiling backtrace v0.3.74 |
1996 | 2025-01-25T04:46:23.972Z | Compiling slog-bunyan v2.5.0 |
1997 | 2025-01-25T04:46:24.175Z | Compiling hyper-tls v0.6.0 |
1998 | 2025-01-25T04:46:24.568Z | Compiling typify-impl v0.2.0 |
1999 | 2025-01-25T04:46:24.606Z | Compiling toml v0.8.19 |
2000 | 2025-01-25T04:46:24.801Z | Compiling cookie_store v0.21.1 |
2001 | 2025-01-25T04:46:25.227Z | Compiling hickory-proto v0.24.2 |
2002 | 2025-01-25T04:46:25.597Z | Compiling phf_shared v0.11.2 |
2003 | 2025-01-25T04:46:26.410Z | Compiling async-stream v0.3.6 |
2004 | 2025-01-25T04:46:26.422Z | Compiling waitgroup v0.1.2 |
2005 | 2025-01-25T04:46:26.689Z | Compiling hkdf v0.12.4 |
2006 | 2025-01-25T04:46:26.820Z | Compiling terminal_size v0.4.0 |
2007 | 2025-01-25T04:46:27.049Z | Compiling serde_path_to_error v0.1.16 |
2008 | 2025-01-25T04:46:27.495Z | Compiling crypto-bigint v0.5.5 |
2009 | 2025-01-25T04:46:27.557Z | Compiling derive-where v1.2.7 |
2010 | 2025-01-25T04:46:27.813Z | Compiling serde_repr v0.1.19 |
2011 | 2025-01-25T04:46:29.110Z | Compiling sync_wrapper v1.0.1 |
2012 | 2025-01-25T04:46:29.134Z | Compiling hostname v0.4.0 |
2013 | 2025-01-25T04:46:29.134Z | Compiling crc32fast v1.4.2 |
2014 | 2025-01-25T04:46:29.615Z | Compiling winnow v0.5.40 |
2015 | 2025-01-25T04:46:30.496Z | Compiling clap_lex v0.7.2 |
2016 | 2025-01-25T04:46:30.941Z | Compiling bitflags v1.3.2 |
2017 | 2025-01-25T04:46:31.056Z | Compiling managed v0.8.0 |
2018 | 2025-01-25T04:46:31.370Z | Compiling unicode-width v0.1.14 |
2019 | 2025-01-25T04:46:31.608Z | Compiling debug-ignore v1.0.5 |
2020 | 2025-01-25T04:46:31.924Z | Compiling console v0.15.8 |
2021 | 2025-01-25T04:46:33.049Z | Compiling toml_edit v0.19.15 |
2022 | 2025-01-25T04:46:33.118Z | Compiling clap_builder v4.5.21 |
2023 | 2025-01-25T04:46:33.593Z | Compiling hickory-resolver v0.24.2 |
2024 | 2025-01-25T04:46:35.027Z | Compiling typify-macro v0.2.0 |
2025 | 2025-01-25T04:46:38.172Z | Compiling elliptic-curve v0.13.8 |
2026 | 2025-01-25T04:46:38.563Z | Compiling flate2 v1.0.35 |
2027 | 2025-01-25T04:46:38.845Z | Compiling hyper-rustls v0.27.3 |
2028 | 2025-01-25T04:46:40.440Z | Compiling phf v0.11.2 |
2029 | 2025-01-25T04:46:40.716Z | Compiling signal-hook-mio v0.2.4 |
2030 | 2025-01-25T04:46:40.896Z | Compiling rayon v1.10.0 |
2031 | 2025-01-25T04:46:42.213Z | Compiling bzip2 v0.4.4 |
2032 | 2025-01-25T04:46:42.579Z | Compiling tokio-tungstenite v0.24.0 |
2033 | 2025-01-25T04:46:43.141Z | Compiling postgres-types v0.2.8 |
2034 | 2025-01-25T04:46:43.354Z | Compiling ed25519 v2.2.3 |
2035 | 2025-01-25T04:46:43.380Z | Compiling hubpack v0.1.2 |
2036 | 2025-01-25T04:46:43.810Z | Compiling phf_shared v0.10.0 |
2037 | 2025-01-25T04:46:44.111Z | Compiling pkcs1 v0.7.5 |
2038 | 2025-01-25T04:46:44.678Z | Compiling zerocopy v0.6.6 |
2039 | 2025-01-25T04:46:44.972Z | Compiling tokio-stream v0.1.16 |
2040 | 2025-01-25T04:46:45.193Z | Compiling rfc6979 v0.4.0 |
2041 | 2025-01-25T04:46:45.396Z | Compiling serde-big-array v0.5.1 |
2042 | 2025-01-25T04:46:45.399Z | Compiling float-cmp v0.9.0 |
2043 | 2025-01-25T04:46:45.656Z | Compiling bstr v1.10.0 |
2044 | 2025-01-25T04:46:45.942Z | Compiling static_assertions v1.1.0 |
2045 | 2025-01-25T04:46:46.064Z | Compiling bit-vec v0.6.3 |
2046 | 2025-01-25T04:46:46.067Z | Compiling fixedbitset v0.4.2 |
2047 | 2025-01-25T04:46:46.115Z | Compiling difflib v0.4.0 |
2048 | 2025-01-25T04:46:46.478Z | Compiling whoami v1.5.2 |
2049 | 2025-01-25T04:46:46.976Z | Compiling unicode-width v0.2.0 |
2050 | 2025-01-25T04:46:46.998Z | Compiling number_prefix v0.4.0 |
2051 | 2025-01-25T04:46:47.216Z | Compiling precomputed-hash v0.1.1 |
2052 | 2025-01-25T04:46:47.219Z | Compiling unicode-segmentation v1.12.0 |
2053 | 2025-01-25T04:46:47.348Z | Compiling new_debug_unreachable v1.0.6 |
2054 | 2025-01-25T04:46:47.458Z | Compiling normalize-line-endings v0.3.0 |
2055 | 2025-01-25T04:46:47.489Z | Compiling predicates-core v1.0.8 |
2056 | 2025-01-25T04:46:47.596Z | Compiling string_cache v0.8.7 |
2057 | 2025-01-25T04:46:47.775Z | Compiling predicates v3.1.2 |
2058 | 2025-01-25T04:46:48.016Z | Compiling similar v2.6.0 |
2059 | 2025-01-25T04:46:48.606Z | Compiling indicatif v0.17.9 |
2060 | 2025-01-25T04:46:49.134Z | Compiling reqwest v0.12.9 |
2061 | 2025-01-25T04:46:49.866Z | Compiling tokio-postgres v0.7.12 |
2062 | 2025-01-25T04:46:50.360Z | Compiling petgraph v0.6.5 |
2063 | 2025-01-25T04:46:50.965Z | Compiling bit-set v0.5.3 |
2064 | 2025-01-25T04:46:52.206Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2065 | 2025-01-25T04:46:53.397Z | Compiling qorb v0.2.1 |
2066 | 2025-01-25T04:46:55.229Z | Compiling ecdsa v0.16.9 |
2067 | 2025-01-25T04:46:56.064Z | Compiling rsa v0.9.6 |
2068 | 2025-01-25T04:46:56.535Z | Compiling ed25519-dalek v2.1.1 |
2069 | 2025-01-25T04:46:57.549Z | Compiling zip v0.6.6 |
2070 | 2025-01-25T04:46:57.856Z | Compiling crossterm v0.28.1 |
2071 | 2025-01-25T04:46:58.619Z | Compiling clap v4.5.21 |
2072 | 2025-01-25T04:46:58.753Z | Compiling toml v0.7.8 |
2073 | 2025-01-25T04:47:01.096Z | Compiling x509-cert v0.2.5 |
2074 | 2025-01-25T04:47:01.558Z | Compiling hex v0.4.3 |
2075 | 2025-01-25T04:47:03.119Z | Compiling itertools v0.10.5 |
2076 | 2025-01-25T04:47:04.261Z | Compiling radium v0.7.0 |
2077 | 2025-01-25T04:47:04.715Z | Compiling peg-runtime v0.8.3 |
2078 | 2025-01-25T04:47:05.551Z | Compiling unicode-xid v0.2.6 |
2079 | 2025-01-25T04:47:05.848Z | Compiling lalrpop-util v0.19.12 |
2080 | 2025-01-25T04:47:07.443Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2081 | 2025-01-25T04:47:23.695Z | Compiling ident_case v1.0.1 |
2082 | 2025-01-25T04:47:23.891Z | Compiling tap v1.0.1 |
2083 | 2025-01-25T04:47:26.624Z | Compiling maybe-uninit v2.0.0 |
2084 | 2025-01-25T04:47:28.683Z | Compiling wyz v0.5.1 |
2085 | 2025-01-25T04:47:29.154Z | Compiling darling_core v0.20.10 |
2086 | 2025-01-25T04:47:35.020Z | Compiling typify v0.2.0 |
2087 | 2025-01-25T04:47:38.693Z | Compiling unsafe-libyaml v0.2.11 |
2088 | 2025-01-25T04:47:38.722Z | Compiling funty v2.0.0 |
2089 | 2025-01-25T04:47:38.793Z | Compiling packed_struct v0.10.1 |
2090 | 2025-01-25T04:47:40.469Z | Compiling serde_yaml v0.9.34+deprecated |
2091 | 2025-01-25T04:47:40.781Z | Compiling bitvec v1.0.1 |
2092 | 2025-01-25T04:47:44.117Z | Compiling progenitor-impl v0.8.0 |
2093 | 2025-01-25T04:47:44.413Z | Compiling darling_macro v0.20.10 |
2094 | 2025-01-25T04:47:49.238Z | Compiling ipnetwork v0.20.0 |
2095 | 2025-01-25T04:47:49.369Z | Compiling packed_struct_codegen v0.10.1 |
2096 | 2025-01-25T04:47:50.603Z | Compiling structmeta-derive v0.3.0 |
2097 | 2025-01-25T04:47:50.651Z | Compiling indexmap v1.9.3 |
2098 | 2025-01-25T04:47:50.981Z | Compiling thiserror v2.0.11 |
2099 | 2025-01-25T04:47:52.202Z | Compiling fastrand v2.1.1 |
2100 | 2025-01-25T04:47:52.329Z | Compiling nodrop v0.1.14 |
2101 | 2025-01-25T04:47:52.487Z | Compiling crc-catalog v2.4.0 |
2102 | 2025-01-25T04:47:52.670Z | Compiling crc v3.2.1 |
2103 | 2025-01-25T04:47:52.868Z | Compiling tempfile v3.13.0 |
2104 | 2025-01-25T04:47:53.035Z | Compiling structmeta v0.3.0 |
2105 | 2025-01-25T04:47:53.085Z | Compiling array-init v0.0.4 |
2106 | 2025-01-25T04:47:56.504Z | Compiling progenitor-macro v0.8.0 |
2107 | 2025-01-25T04:47:56.865Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2108 | 2025-01-25T04:48:00.715Z | Compiling smallvec v0.6.14 |
2109 | 2025-01-25T04:48:01.177Z | Compiling darling v0.20.10 |
2110 | 2025-01-25T04:48:07.565Z | Compiling progenitor-client v0.8.0 |
2111 | 2025-01-25T04:48:09.119Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2112 | 2025-01-25T04:48:10.561Z | Compiling pin-project-internal v1.1.6 |
2113 | 2025-01-25T04:48:10.805Z | Compiling thiserror-impl v2.0.11 |
2114 | 2025-01-25T04:48:10.810Z | Compiling dropshot v0.15.1 |
2115 | 2025-01-25T04:48:11.146Z | Compiling same-file v1.0.6 |
2116 | 2025-01-25T04:48:12.366Z | Compiling bitfield v0.14.0 |
2117 | 2025-01-25T04:48:12.672Z | Compiling termcolor v1.4.1 |
2118 | 2025-01-25T04:48:13.712Z | Compiling hashbrown v0.12.3 |
2119 | 2025-01-25T04:48:15.669Z | Compiling base64 v0.21.7 |
2120 | 2025-01-25T04:48:16.355Z | Compiling ron v0.8.1 |
2121 | 2025-01-25T04:48:24.085Z | Compiling env_logger v0.10.2 |
2122 | 2025-01-25T04:48:27.097Z | Compiling pin-project v1.1.6 |
2123 | 2025-01-25T04:48:27.178Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2124 | 2025-01-25T04:48:27.255Z | Compiling walkdir v2.5.0 |
2125 | 2025-01-25T04:48:28.595Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2126 | 2025-01-25T04:48:30.262Z | Compiling progenitor v0.8.0 |
2127 | 2025-01-25T04:48:30.651Z | Compiling serde_with_macros v3.11.0 |
2128 | 2025-01-25T04:48:31.279Z | Compiling serde-hex v0.1.0 |
2129 | 2025-01-25T04:48:31.545Z | Compiling parse-display-derive v0.10.0 |
2130 | 2025-01-25T04:48:33.051Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2131 | 2025-01-25T04:48:33.493Z | Compiling strum_macros v0.26.4 |
2132 | 2025-01-25T04:48:35.178Z | Compiling hashbrown v0.13.2 |
2133 | 2025-01-25T04:48:36.400Z | Compiling xattr v1.3.1 |
2134 | 2025-01-25T04:48:36.470Z | Compiling dropshot_endpoint v0.15.1 |
2135 | 2025-01-25T04:48:36.721Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2136 | 2025-01-25T04:48:36.901Z | Compiling snafu-derive v0.8.5 |
2137 | 2025-01-25T04:48:37.463Z | Compiling blake3 v1.5.4 |
2138 | 2025-01-25T04:48:37.747Z | Compiling filetime v0.2.25 |
2139 | 2025-01-25T04:48:38.102Z | Compiling instant v0.1.13 |
2140 | 2025-01-25T04:48:38.126Z | Compiling lockfree-object-pool v0.1.6 |
2141 | 2025-01-25T04:48:38.295Z | Compiling zip v2.1.3 |
2142 | 2025-01-25T04:48:38.604Z | Compiling simd-adler32 v0.3.7 |
2143 | 2025-01-25T04:48:39.103Z | Compiling crc-any v2.5.0 |
2144 | 2025-01-25T04:48:39.221Z | Compiling buf-list v1.0.3 |
2145 | 2025-01-25T04:48:39.758Z | Compiling bumpalo v3.16.0 |
2146 | 2025-01-25T04:48:39.975Z | Compiling backoff v0.4.0 |
2147 | 2025-01-25T04:48:40.223Z | Compiling zopfli v0.8.1 |
2148 | 2025-01-25T04:48:40.308Z | Compiling tar v0.4.42 |
2149 | 2025-01-25T04:48:40.325Z | Compiling strum v0.26.3 |
2150 | 2025-01-25T04:48:40.537Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2151 | 2025-01-25T04:48:40.689Z | Compiling object v0.30.4 |
2152 | 2025-01-25T04:48:40.760Z | Compiling parse-display v0.10.0 |
2153 | 2025-01-25T04:48:41.149Z | Compiling snafu v0.8.5 |
2154 | 2025-01-25T04:48:42.344Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2155 | 2025-01-25T04:48:42.598Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2156 | 2025-01-25T04:48:44.270Z | Compiling serde_with v3.11.0 |
2157 | 2025-01-25T04:48:44.448Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2158 | 2025-01-25T04:48:45.156Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2159 | 2025-01-25T04:48:46.317Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2160 | 2025-01-25T04:48:47.022Z | Compiling camino-tempfile v1.1.1 |
2161 | 2025-01-25T04:48:47.797Z | Compiling globset v0.4.15 |
2162 | 2025-01-25T04:48:48.535Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2163 | 2025-01-25T04:48:48.549Z | Compiling progenitor-client v0.9.1 |
2164 | 2025-01-25T04:48:49.381Z | Compiling regress v0.9.1 |
2165 | 2025-01-25T04:48:52.722Z | Compiling olpc-cjson v0.1.4 |
2166 | 2025-01-25T04:48:53.079Z | Compiling pem v3.0.4 |
2167 | 2025-01-25T04:48:54.529Z | Compiling macaddr v1.0.1 |
2168 | 2025-01-25T04:48:55.168Z | Compiling serde_plain v1.0.2 |
2169 | 2025-01-25T04:48:55.192Z | Compiling async-recursion v1.1.1 |
2170 | 2025-01-25T04:48:55.710Z | Compiling memmap2 v0.9.5 |
2171 | 2025-01-25T04:48:56.319Z | Compiling constant_time_eq v0.3.1 |
2172 | 2025-01-25T04:48:56.508Z | Compiling arrayvec v0.7.6 |
2173 | 2025-01-25T04:48:56.529Z | Compiling path-slash v0.1.5 |
2174 | 2025-01-25T04:48:56.788Z | Compiling arrayref v0.3.9 |
2175 | 2025-01-25T04:48:56.908Z | Compiling typed-path v0.9.3 |
2176 | 2025-01-25T04:48:56.958Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2177 | 2025-01-25T04:48:57.814Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2178 | 2025-01-25T04:48:59.592Z | Compiling tough v0.19.0 |
2179 | 2025-01-25T04:49:02.805Z | Compiling itertools v0.13.0 |
2180 | 2025-01-25T04:49:03.255Z | Compiling cargo-platform v0.1.8 |
2181 | 2025-01-25T04:49:03.321Z | Compiling parse-size v1.1.0 |
2182 | 2025-01-25T04:49:03.661Z | Compiling topological-sort v0.2.2 |
2183 | 2025-01-25T04:49:03.900Z | Compiling cargo_metadata v0.18.1 |
2184 | 2025-01-25T04:49:03.959Z | Compiling omicron-zone-package v0.12.0 |
2185 | 2025-01-25T04:49:04.315Z | Compiling shell-words v1.1.0 |
2186 | 2025-01-25T04:49:10.364Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2187 | 2025-01-25T04:49:23.560Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2188 | 2025-01-25T04:49:37.832Z | Finished `release` profile [optimized] target(s) in 5m 39s |
2189 | 2025-01-25T04:49:38.004Z | Running `target/release/omicron-releng --output-dir /work` |
2190 | 2025-01-25T04:49:38.049Z | Jan 25 04:49:36.599 DEBG changing working directory to /work/oxidecomputer/omicron |
2191 | 2025-01-25T04:49:38.235Z | Jan 25 04:49:36.706 DEBG running: git rev-parse HEAD |
2192 | 2025-01-25T04:49:38.239Z | Jan 25 04:49:36.713 DEBG process exited with exit status: 0 (6.851907ms) |
2193 | 2025-01-25T04:49:38.239Z | Jan 25 04:49:36.713 INFO version: 12.0.0-0.ci+git4b3cf782112 |
2194 | 2025-01-25T04:49:38.239Z | Jan 25 04:49:36.756 INFO cloning helios to /work/oxidecomputer/helios |
2195 | 2025-01-25T04:49:38.239Z | Jan 25 04:49:36.756 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
2196 | 2025-01-25T04:49:38.239Z | Cloning into '/work/oxidecomputer/helios'... |
2197 | 2025-01-25T04:49:38.723Z | Jan 25 04:49:37.272 DEBG process exited with exit status: 0 (515.763ms) |
2198 | 2025-01-25T04:49:38.723Z | Jan 25 04:49:37.272 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
2199 | 2025-01-25T04:49:38.731Z | # branch.oid 617e96b397635c0baeaecaa2ad08bc07244d92fe |
2200 | 2025-01-25T04:49:38.731Z | # branch.head master |
2201 | 2025-01-25T04:49:38.731Z | # branch.upstream origin/master |
2202 | 2025-01-25T04:49:38.731Z | # branch.ab +0 -0 |
2203 | 2025-01-25T04:49:38.733Z | Jan 25 04:49:37.281 DEBG process exited with exit status: 0 (8.011561ms) |
2204 | 2025-01-25T04:49:38.733Z | Jan 25 04:49:37.281 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
2205 | 2025-01-25T04:49:39.610Z | Jan 25 04:49:38.158 DEBG process exited with exit status: 0 (877.421235ms) |
2206 | 2025-01-25T04:49:39.610Z | Jan 25 04:49:38.158 DEBG running: zfs list rpool/images/build/host |
2207 | 2025-01-25T04:49:39.615Z | NAME USED AVAIL REFER MOUNTPOINT |
2208 | 2025-01-25T04:49:39.615Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
2209 | 2025-01-25T04:49:39.618Z | Jan 25 04:49:38.165 DEBG process exited with exit status: 0 (7.261795ms) |
2210 | 2025-01-25T04:49:39.618Z | Jan 25 04:49:38.165 DEBG running: zfs list rpool/images/build/recovery |
2211 | 2025-01-25T04:49:39.622Z | NAME USED AVAIL REFER MOUNTPOINT |
2212 | 2025-01-25T04:49:39.622Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
2213 | 2025-01-25T04:49:39.624Z | Jan 25 04:49:38.172 DEBG process exited with exit status: 0 (6.226806ms) |
2214 | 2025-01-25T04:49:39.625Z | Jan 25 04:49:38.173 INFO [hubris-staging] running task |
2215 | 2025-01-25T04:49:39.625Z | Jan 25 04:49:38.173 INFO [hubris-production] running task |
2216 | 2025-01-25T04:49:39.625Z | Jan 25 04:49:38.173 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
2217 | 2025-01-25T04:49:39.627Z | Jan 25 04:49:38.176 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
2218 | 2025-01-25T04:49:39.697Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
2219 | 2025-01-25T04:49:40.076Z | [ omicron-package] Blocking waiting for file lock on package cache |
2220 | 2025-01-25T04:49:40.553Z | [ omicron-package] Blocking waiting for file lock on package cache |
2221 | 2025-01-25T04:49:41.705Z | Jan 25 04:49:40.254 INFO [hubris-production] task succeeded (2.080898422s) |
2222 | 2025-01-25T04:49:41.739Z | [ omicron-package] Compiling zerocopy v0.8.10 |
2223 | 2025-01-25T04:49:41.742Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
2224 | 2025-01-25T04:49:41.742Z | [ omicron-package] Compiling itertools v0.13.0 |
2225 | 2025-01-25T04:49:41.742Z | [ omicron-package] Compiling zerocopy-derive v0.8.10 |
2226 | 2025-01-25T04:49:41.742Z | [ omicron-package] Compiling heapless v0.8.0 |
2227 | 2025-01-25T04:49:41.742Z | [ omicron-package] Compiling hash32 v0.3.1 |
2228 | 2025-01-25T04:49:41.742Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2229 | 2025-01-25T04:49:41.742Z | [ omicron-package] Compiling smoltcp v0.11.0 |
2230 | 2025-01-25T04:49:42.990Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
2231 | 2025-01-25T04:49:43.125Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
2232 | 2025-01-25T04:49:43.128Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2233 | 2025-01-25T04:49:43.872Z | [ omicron-package] Compiling cobs v0.2.3 |
2234 | 2025-01-25T04:49:44.540Z | [ omicron-package] Compiling postcard v1.0.10 |
2235 | 2025-01-25T04:49:44.634Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
2236 | 2025-01-25T04:49:44.637Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2237 | 2025-01-25T04:49:45.018Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
2238 | 2025-01-25T04:49:45.647Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
2239 | 2025-01-25T04:49:45.650Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2240 | 2025-01-25T04:49:46.547Z | [ omicron-package] Compiling num_enum v0.5.11 |
2241 | 2025-01-25T04:49:47.258Z | [ omicron-package] Compiling tabwriter v1.4.0 |
2242 | 2025-01-25T04:49:47.448Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2243 | 2025-01-25T04:49:47.472Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
2244 | 2025-01-25T04:49:47.654Z | [ omicron-package] Compiling foreign-types v0.5.0 |
2245 | 2025-01-25T04:49:47.656Z | [ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2246 | 2025-01-25T04:49:48.071Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2247 | 2025-01-25T04:49:48.180Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2248 | 2025-01-25T04:49:48.383Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
2249 | 2025-01-25T04:49:48.739Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
2250 | 2025-01-25T04:49:49.014Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2251 | 2025-01-25T04:49:49.326Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2252 | 2025-01-25T04:49:49.529Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2253 | 2025-01-25T04:49:49.639Z | [ omicron-package] Compiling colored v2.1.0 |
2254 | 2025-01-25T04:49:50.041Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2255 | 2025-01-25T04:49:50.044Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
2256 | 2025-01-25T04:49:51.410Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2257 | 2025-01-25T04:49:51.473Z | [ omicron-package] Compiling sigpipe v0.1.3 |
2258 | 2025-01-25T04:49:52.187Z | [ omicron-package] Compiling num-derive v0.4.2 |
2259 | 2025-01-25T04:49:52.320Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
2260 | 2025-01-25T04:49:52.381Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2261 | 2025-01-25T04:49:52.905Z | [ omicron-package] Compiling zone v0.3.0 |
2262 | 2025-01-25T04:49:53.099Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2263 | 2025-01-25T04:49:53.661Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2264 | 2025-01-25T04:49:54.051Z | [ omicron-package] Compiling smf v0.2.3 |
2265 | 2025-01-25T04:49:54.202Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2266 | 2025-01-25T04:49:55.071Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
2267 | 2025-01-25T04:49:55.734Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2268 | 2025-01-25T04:49:57.648Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2269 | 2025-01-25T04:49:58.227Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2270 | 2025-01-25T04:49:58.306Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2271 | 2025-01-25T04:49:58.550Z | [ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2272 | 2025-01-25T04:49:58.572Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2273 | 2025-01-25T04:49:58.648Z | [ omicron-package] Compiling gethostname v0.5.0 |
2274 | 2025-01-25T04:49:58.681Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2275 | 2025-01-25T04:49:59.018Z | [ omicron-package] Compiling indent_write v2.2.0 |
2276 | 2025-01-25T04:49:59.490Z | [ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2277 | 2025-01-25T04:50:01.758Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2278 | 2025-01-25T04:50:03.058Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2279 | 2025-01-25T04:50:04.378Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2280 | 2025-01-25T04:50:07.281Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2281 | 2025-01-25T04:50:07.719Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2282 | 2025-01-25T04:50:09.866Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2283 | 2025-01-25T04:50:11.905Z | Jan 25 04:50:10.449 INFO [hubris-staging] task succeeded (32.276621269s) |
2284 | 2025-01-25T04:50:18.268Z | [ helios-setup] Jan 25 04:50:16.811 INFO helios repository root is: /work/oxidecomputer/helios |
2285 | 2025-01-25T04:50:18.270Z | [ helios-setup] Jan 25 04:50:16.813 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 |
2286 | 2025-01-25T04:50:18.271Z | [ helios-setup] Jan 25 04:50:16.813 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2287 | 2025-01-25T04:50:18.273Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2288 | 2025-01-25T04:50:18.807Z | [ helios-setup] Jan 25 04:50:17.350 INFO clone ok!, project: phbl |
2289 | 2025-01-25T04:50:18.809Z | [ helios-setup] Jan 25 04:50:17.351 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2290 | 2025-01-25T04:50:18.809Z | [ helios-setup] Jan 25 04:50:17.351 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 |
2291 | 2025-01-25T04:50:18.809Z | [ helios-setup] Jan 25 04:50:17.351 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 |
2292 | 2025-01-25T04:50:18.812Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2293 | 2025-01-25T04:50:19.687Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
2294 | 2025-01-25T04:50:19.694Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
2295 | 2025-01-25T04:50:27.162Z | [ helios-setup] Submodule path 'amd-firmware': checked out '1a6eeff3c909666c2c562bb7d934fad7744bf7de' |
2296 | 2025-01-25T04:50:27.177Z | [ helios-setup] Jan 25 04:50:25.714 INFO clone ok!, project: amd-host-image-builder |
2297 | 2025-01-25T04:50:27.180Z | [ helios-setup] Jan 25 04:50:25.714 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 |
2298 | 2025-01-25T04:50:27.180Z | [ helios-setup] Jan 25 04:50:25.714 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2299 | 2025-01-25T04:50:27.180Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2300 | 2025-01-25T04:50:27.656Z | [ helios-setup] Jan 25 04:50:26.198 INFO clone ok!, project: bootserver |
2301 | 2025-01-25T04:50:27.668Z | [ helios-setup] Jan 25 04:50:26.198 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 |
2302 | 2025-01-25T04:50:27.668Z | [ helios-setup] Jan 25 04:50:26.198 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2303 | 2025-01-25T04:50:27.668Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2304 | 2025-01-25T04:50:28.080Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 48.43s |
2305 | 2025-01-25T04:50:28.314Z | [ omicron-package] |
2306 | 2025-01-25T04:50:28.314Z | [ omicron-package] real 48.633558059 |
2307 | 2025-01-25T04:50:28.314Z | [ omicron-package] user 3:03.007871329 |
2308 | 2025-01-25T04:50:28.316Z | [ omicron-package] sys 17.922961351 |
2309 | 2025-01-25T04:50:28.316Z | [ omicron-package] trap 0.443030397 |
2310 | 2025-01-25T04:50:28.316Z | [ omicron-package] tflt 0.660617480 |
2311 | 2025-01-25T04:50:28.316Z | [ omicron-package] dflt 0.508763824 |
2312 | 2025-01-25T04:50:28.316Z | [ omicron-package] kflt 0.019845677 |
2313 | 2025-01-25T04:50:28.317Z | [ omicron-package] lock 5:18.449777026 |
2314 | 2025-01-25T04:50:28.317Z | [ omicron-package] slp 9:33.479770702 |
2315 | 2025-01-25T04:50:28.317Z | [ omicron-package] lat 1:42.430096646 |
2316 | 2025-01-25T04:50:28.317Z | [ omicron-package] stop 58.961446440 |
2317 | 2025-01-25T04:50:28.317Z | Jan 25 04:50:26.857 INFO [omicron-package] process exited with exit status: 0 (48.680475958s) |
2318 | 2025-01-25T04:50:28.317Z | Jan 25 04:50:26.857 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery |
2319 | 2025-01-25T04:50:28.412Z | Jan 25 04:50:26.954 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host |
2320 | 2025-01-25T04:50:28.424Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
2321 | 2025-01-25T04:50:28.427Z | [ recovery-target] Created new build target 'recovery' and set it as active |
2322 | 2025-01-25T04:50:28.427Z | Jan 25 04:50:26.969 INFO [recovery-target] process exited with exit status: 0 (111.494633ms) |
2323 | 2025-01-25T04:50:28.432Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
2324 | 2025-01-25T04:50:28.434Z | [ host-target] Created new build target 'host' and set it as active |
2325 | 2025-01-25T04:50:28.435Z | Jan 25 04:50:26.976 INFO [host-target] process exited with exit status: 0 (21.849528ms) |
2326 | 2025-01-25T04:50:28.435Z | Jan 25 04:50:26.976 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
2327 | 2025-01-25T04:50:28.456Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
2328 | 2025-01-25T04:50:29.680Z | [ host-package] Compiling thiserror v2.0.11 |
2329 | 2025-01-25T04:50:29.821Z | [ host-package] Compiling typify-impl v0.3.0 |
2330 | 2025-01-25T04:50:29.837Z | [ host-package] Compiling convert_case v0.4.0 |
2331 | 2025-01-25T04:50:29.840Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2332 | 2025-01-25T04:50:29.840Z | [ host-package] Compiling newline-converter v0.3.0 |
2333 | 2025-01-25T04:50:29.840Z | [ host-package] Compiling password-hash v0.5.0 |
2334 | 2025-01-25T04:50:29.851Z | [ host-package] Compiling blake2 v0.10.6 |
2335 | 2025-01-25T04:50:29.885Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2336 | 2025-01-25T04:50:30.062Z | [ host-package] Compiling expectorate v1.1.0 |
2337 | 2025-01-25T04:50:30.105Z | [ host-package] Compiling atomicwrites v0.4.4 |
2338 | 2025-01-25T04:50:30.344Z | [ host-package] Compiling owo-colors v4.1.0 |
2339 | 2025-01-25T04:50:30.505Z | [ host-package] Compiling derive_more v0.99.18 |
2340 | 2025-01-25T04:50:30.643Z | [ host-package] Compiling argon2 v0.5.3 |
2341 | 2025-01-25T04:50:30.668Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2342 | 2025-01-25T04:50:30.723Z | [ host-package] Compiling num-rational v0.4.2 |
2343 | 2025-01-25T04:50:31.091Z | [ host-package] Compiling progenitor-client v0.9.1 |
2344 | 2025-01-25T04:50:31.148Z | [ host-package] Compiling num-complex v0.4.6 |
2345 | 2025-01-25T04:50:31.656Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2346 | 2025-01-25T04:50:32.273Z | [ host-package] Compiling num v0.4.3 |
2347 | 2025-01-25T04:50:32.439Z | [ host-package] Compiling libsw v3.3.1 |
2348 | 2025-01-25T04:50:32.858Z | [ host-package] Compiling linear-map v1.2.0 |
2349 | 2025-01-25T04:50:32.941Z | [ host-package] Compiling float-ord v0.3.2 |
2350 | 2025-01-25T04:50:33.154Z | [ host-package] Compiling swrite v0.1.0 |
2351 | 2025-01-25T04:50:33.157Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2352 | 2025-01-25T04:50:33.215Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2353 | 2025-01-25T04:50:33.245Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2354 | 2025-01-25T04:50:33.340Z | [ host-package] Compiling highway v1.2.0 |
2355 | 2025-01-25T04:50:35.013Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2356 | 2025-01-25T04:50:35.067Z | [ host-package] Compiling semver v0.1.20 |
2357 | 2025-01-25T04:50:35.171Z | [ helios-setup] Jan 25 04:50:33.711 INFO clone ok!, project: amd-firmware |
2358 | 2025-01-25T04:50:35.174Z | [ helios-setup] Jan 25 04:50:33.711 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2359 | 2025-01-25T04:50:35.174Z | [ helios-setup] Jan 25 04:50:33.711 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2360 | 2025-01-25T04:50:35.174Z | [ helios-setup] Jan 25 04:50:33.711 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 |
2361 | 2025-01-25T04:50:35.174Z | [ helios-setup] Jan 25 04:50:33.711 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2362 | 2025-01-25T04:50:35.176Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2363 | 2025-01-25T04:50:35.631Z | [ host-package] Compiling rustc_version v0.1.7 |
2364 | 2025-01-25T04:50:35.957Z | [ helios-setup] Jan 25 04:50:34.423 INFO clone ok!, project: pinprick |
2365 | 2025-01-25T04:50:35.961Z | [ helios-setup] Jan 25 04:50:34.423 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 |
2366 | 2025-01-25T04:50:35.962Z | [ helios-setup] Jan 25 04:50:34.423 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2367 | 2025-01-25T04:50:35.962Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2368 | 2025-01-25T04:50:36.078Z | [ host-package] Compiling newtype_derive v0.1.6 |
2369 | 2025-01-25T04:50:36.419Z | [ host-package] Compiling tungstenite v0.21.0 |
2370 | 2025-01-25T04:50:36.820Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2371 | 2025-01-25T04:50:36.906Z | [ helios-setup] Jan 25 04:50:35.447 INFO clone ok!, project: image-builder |
2372 | 2025-01-25T04:50:36.909Z | [ helios-setup] Jan 25 04:50:35.447 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 |
2373 | 2025-01-25T04:50:36.909Z | [ helios-setup] Jan 25 04:50:35.447 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2374 | 2025-01-25T04:50:36.912Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2375 | 2025-01-25T04:50:38.286Z | [ helios-setup] Jan 25 04:50:36.826 INFO clone ok!, project: chelsio-t6-roms |
2376 | 2025-01-25T04:50:38.288Z | [ helios-setup] Jan 25 04:50:36.826 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 |
2377 | 2025-01-25T04:50:38.288Z | [ helios-setup] Jan 25 04:50:36.826 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2378 | 2025-01-25T04:50:38.291Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2379 | 2025-01-25T04:50:39.528Z | [ helios-setup] Jan 25 04:50:38.068 INFO clone ok!, project: pilot |
2380 | 2025-01-25T04:50:39.531Z | [ helios-setup] Jan 25 04:50:38.069 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2381 | 2025-01-25T04:50:40.634Z | [ helios-setup] Jan 25 04:50:39.174 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2382 | 2025-01-25T04:50:41.283Z | [ helios-setup] Jan 25 04:50:39.811 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2383 | 2025-01-25T04:50:41.298Z | [ helios-setup] Jan 25 04:50:39.811 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2384 | 2025-01-25T04:50:41.672Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2385 | 2025-01-25T04:50:41.681Z | [ host-package] Compiling typify-macro v0.3.0 |
2386 | 2025-01-25T04:50:41.749Z | [ host-package] Compiling ipnetwork v0.20.0 |
2387 | 2025-01-25T04:50:41.880Z | [ helios-setup] Jan 25 04:50:40.420 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2388 | 2025-01-25T04:50:42.518Z | [ helios-setup] Jan 25 04:50:40.958 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2389 | 2025-01-25T04:50:42.519Z | [ helios-setup] Jan 25 04:50:40.958 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2390 | 2025-01-25T04:50:42.995Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2391 | 2025-01-25T04:50:43.065Z | [ helios-setup] Jan 25 04:50:41.546 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2392 | 2025-01-25T04:50:43.392Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2393 | 2025-01-25T04:50:43.545Z | [ host-package] Compiling progenitor-client v0.8.0 |
2394 | 2025-01-25T04:50:43.566Z | [ helios-setup] Jan 25 04:50:42.094 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2395 | 2025-01-25T04:50:43.566Z | [ helios-setup] Jan 25 04:50:42.094 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2396 | 2025-01-25T04:50:43.566Z | [ helios-setup] Jan 25 04:50:42.094 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2397 | 2025-01-25T04:50:43.566Z | [ helios-setup] Jan 25 04:50:42.094 INFO ok! |
2398 | 2025-01-25T04:50:43.566Z | [ helios-setup] Jan 25 04:50:42.094 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2399 | 2025-01-25T04:50:43.566Z | [ helios-setup] Jan 25 04:50:42.094 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2400 | 2025-01-25T04:50:43.566Z | [ helios-setup] Jan 25 04:50:42.094 INFO ok! |
2401 | 2025-01-25T04:50:43.566Z | [ helios-setup] Jan 25 04:50:42.094 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2402 | 2025-01-25T04:50:43.566Z | [ helios-setup] Jan 25 04:50:42.094 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2403 | 2025-01-25T04:50:43.566Z | [ helios-setup] Jan 25 04:50:42.094 INFO ok! |
2404 | 2025-01-25T04:50:43.566Z | [ helios-setup] Jan 25 04:50:42.094 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
2405 | 2025-01-25T04:50:43.566Z | [ helios-setup] Jan 25 04:50:42.094 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
2406 | 2025-01-25T04:50:43.571Z | [ helios-setup] Jan 25 04:50:42.104 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
2407 | 2025-01-25T04:50:43.572Z | [ host-package] Compiling humantime v2.1.0 |
2408 | 2025-01-25T04:50:43.777Z | [ helios-setup] Jan 25 04:50:42.316 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
2409 | 2025-01-25T04:50:43.778Z | [ helios-setup] Jan 25 04:50:42.316 INFO E| info: downloading component 'cargo' |
2410 | 2025-01-25T04:50:44.049Z | [ host-package] Compiling progenitor v0.8.0 |
2411 | 2025-01-25T04:50:44.230Z | [ host-package] Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2412 | 2025-01-25T04:50:44.263Z | [ host-package] Compiling dropshot v0.15.1 |
2413 | 2025-01-25T04:50:44.345Z | [ host-package] Compiling instant v0.1.13 |
2414 | 2025-01-25T04:50:44.525Z | [ host-package] Compiling backoff v0.4.0 |
2415 | 2025-01-25T04:50:44.862Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2416 | 2025-01-25T04:50:45.106Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2417 | 2025-01-25T04:50:45.203Z | [ host-package] Compiling typify v0.3.0 |
2418 | 2025-01-25T04:50:45.385Z | [ host-package] Compiling progenitor-impl v0.9.1 |
2419 | 2025-01-25T04:50:45.635Z | [ helios-setup] Jan 25 04:50:44.174 INFO E| info: downloading component 'clippy' |
2420 | 2025-01-25T04:50:45.903Z | [ helios-setup] Jan 25 04:50:44.441 INFO E| info: downloading component 'rust-docs' |
2421 | 2025-01-25T04:50:47.681Z | [ helios-setup] Jan 25 04:50:46.130 INFO E| info: downloading component 'rust-src' |
2422 | 2025-01-25T04:50:47.779Z | [ helios-setup] Jan 25 04:50:46.319 INFO E| info: downloading component 'rust-std' |
2423 | 2025-01-25T04:50:50.002Z | [ helios-setup] Jan 25 04:50:48.541 INFO E| info: downloading component 'rustc' |
2424 | 2025-01-25T04:50:51.679Z | [ host-package] Compiling progenitor-macro v0.9.1 |
2425 | 2025-01-25T04:50:52.835Z | [ host-package] Compiling steno v0.4.1 |
2426 | 2025-01-25T04:50:52.858Z | [ host-package] Compiling parse-display v0.10.0 |
2427 | 2025-01-25T04:50:53.114Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2428 | 2025-01-25T04:50:53.381Z | [ host-package] Compiling strum v0.26.3 |
2429 | 2025-01-25T04:50:53.400Z | [ host-package] Compiling serde_with v3.11.0 |
2430 | 2025-01-25T04:50:53.541Z | [ host-package] Compiling regress v0.9.1 |
2431 | 2025-01-25T04:50:55.734Z | [ helios-setup] Jan 25 04:50:54.263 INFO E| info: downloading component 'rustfmt' |
2432 | 2025-01-25T04:50:55.960Z | [ helios-setup] Jan 25 04:50:54.498 INFO E| info: installing component 'cargo' |
2433 | 2025-01-25T04:50:57.130Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2434 | 2025-01-25T04:50:57.156Z | [ helios-setup] Jan 25 04:50:55.694 INFO E| info: installing component 'clippy' |
2435 | 2025-01-25T04:50:57.566Z | [ helios-setup] Jan 25 04:50:56.104 INFO E| info: installing component 'rust-docs' |
2436 | 2025-01-25T04:50:58.716Z | [ host-package] Compiling macaddr v1.0.1 |
2437 | 2025-01-25T04:50:59.025Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2438 | 2025-01-25T04:50:59.109Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2439 | 2025-01-25T04:50:59.214Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2440 | 2025-01-25T04:50:59.484Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2441 | 2025-01-25T04:50:59.727Z | [ host-package] Compiling prettyplease v0.2.25 |
2442 | 2025-01-25T04:51:02.244Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2443 | 2025-01-25T04:51:02.959Z | [ helios-setup] Jan 25 04:51:01.496 INFO E| info: installing component 'rust-src' |
2444 | 2025-01-25T04:51:03.960Z | [ helios-setup] Jan 25 04:51:02.448 INFO E| info: installing component 'rust-std' |
2445 | 2025-01-25T04:51:03.967Z | [ host-package] Compiling progenitor v0.9.1 |
2446 | 2025-01-25T04:51:04.220Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2447 | 2025-01-25T04:51:06.221Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2448 | 2025-01-25T04:51:06.625Z | [ helios-setup] Jan 25 04:51:05.161 INFO E| info: installing component 'rustc' |
2449 | 2025-01-25T04:51:13.007Z | [ helios-setup] Jan 25 04:51:11.485 INFO E| info: installing component 'rustfmt' |
2450 | 2025-01-25T04:51:13.836Z | [ helios-setup] Jan 25 04:51:12.372 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
2451 | 2025-01-25T04:51:14.649Z | [ helios-setup] Jan 25 04:51:13.182 INFO E| From https://github.com/oxidecomputer/amd-apcb |
2452 | 2025-01-25T04:51:14.649Z | [ helios-setup] Jan 25 04:51:13.182 INFO E| * [new ref] fb4e63cc3fd34b5581b0e487c2f5d4addca198a6 -> refs/commit/fb4e63cc3fd34b5581b0e487c2f5d4addca198a6 |
2453 | 2025-01-25T04:51:14.649Z | [ helios-setup] Jan 25 04:51:13.182 INFO E| * [new tag] v0.4.5 -> v0.4.5 |
2454 | 2025-01-25T04:51:14.679Z | [ helios-setup] Jan 25 04:51:13.212 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
2455 | 2025-01-25T04:51:14.679Z | [ helios-setup] Jan 25 04:51:13.212 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
2456 | 2025-01-25T04:51:14.684Z | [ helios-setup] Jan 25 04:51:13.213 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
2457 | 2025-01-25T04:51:14.685Z | [ helios-setup] Jan 25 04:51:13.213 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2458 | 2025-01-25T04:51:14.685Z | [ helios-setup] Jan 25 04:51:13.213 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2459 | 2025-01-25T04:51:14.685Z | [ helios-setup] Jan 25 04:51:13.213 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2460 | 2025-01-25T04:51:14.685Z | [ helios-setup] Jan 25 04:51:13.213 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
2461 | 2025-01-25T04:51:14.685Z | [ helios-setup] Jan 25 04:51:13.213 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
2462 | 2025-01-25T04:51:14.685Z | [ helios-setup] Jan 25 04:51:13.213 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2463 | 2025-01-25T04:51:14.685Z | [ helios-setup] Jan 25 04:51:13.214 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2464 | 2025-01-25T04:51:14.686Z | [ helios-setup] Jan 25 04:51:13.214 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
2465 | 2025-01-25T04:51:14.686Z | [ helios-setup] Jan 25 04:51:13.214 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
2466 | 2025-01-25T04:51:14.686Z | [ helios-setup] Jan 25 04:51:13.214 INFO E| * [new tag] v0.4.4 -> v0.4.4 |
2467 | 2025-01-25T04:51:14.732Z | [ helios-setup] Jan 25 04:51:13.264 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
2468 | 2025-01-25T04:51:15.711Z | [ helios-setup] Jan 25 04:51:14.245 INFO E| From https://github.com/oxidecomputer/amd-efs |
2469 | 2025-01-25T04:51:15.711Z | [ helios-setup] Jan 25 04:51:14.245 INFO E| * [new branch] empty -> origin/empty |
2470 | 2025-01-25T04:51:15.717Z | [ helios-setup] Jan 25 04:51:14.245 INFO E| * [new branch] issue-120 -> origin/issue-120 |
2471 | 2025-01-25T04:51:15.717Z | [ helios-setup] Jan 25 04:51:14.245 INFO E| * [new branch] issue-99 -> origin/issue-99 |
2472 | 2025-01-25T04:51:15.717Z | [ helios-setup] Jan 25 04:51:14.245 INFO E| * [new branch] main -> origin/main |
2473 | 2025-01-25T04:51:15.718Z | [ helios-setup] Jan 25 04:51:14.245 INFO E| * [new branch] review -> origin/review |
2474 | 2025-01-25T04:51:15.718Z | [ helios-setup] Jan 25 04:51:14.246 INFO E| * [new ref] -> origin/HEAD |
2475 | 2025-01-25T04:51:15.718Z | [ helios-setup] Jan 25 04:51:14.246 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2476 | 2025-01-25T04:51:15.718Z | [ helios-setup] Jan 25 04:51:14.246 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
2477 | 2025-01-25T04:51:15.718Z | [ helios-setup] Jan 25 04:51:14.246 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
2478 | 2025-01-25T04:51:15.718Z | [ helios-setup] Jan 25 04:51:14.246 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
2479 | 2025-01-25T04:51:15.718Z | [ helios-setup] Jan 25 04:51:14.246 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
2480 | 2025-01-25T04:51:15.718Z | [ helios-setup] Jan 25 04:51:14.247 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
2481 | 2025-01-25T04:51:15.718Z | [ helios-setup] Jan 25 04:51:14.247 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
2482 | 2025-01-25T04:51:15.718Z | [ helios-setup] Jan 25 04:51:14.247 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
2483 | 2025-01-25T04:51:15.718Z | [ helios-setup] Jan 25 04:51:14.247 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2484 | 2025-01-25T04:51:15.718Z | [ helios-setup] Jan 25 04:51:14.247 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2485 | 2025-01-25T04:51:15.718Z | [ helios-setup] Jan 25 04:51:14.247 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2486 | 2025-01-25T04:51:15.718Z | [ helios-setup] Jan 25 04:51:14.247 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2487 | 2025-01-25T04:51:15.718Z | [ helios-setup] Jan 25 04:51:14.247 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
2488 | 2025-01-25T04:51:15.718Z | [ helios-setup] Jan 25 04:51:14.248 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
2489 | 2025-01-25T04:51:15.737Z | [ helios-setup] Jan 25 04:51:14.271 INFO E| Updating crates.io index |
2490 | 2025-01-25T04:51:15.906Z | [ helios-setup] Jan 25 04:51:14.440 INFO E| Downloading crates ... |
2491 | 2025-01-25T04:51:16.067Z | [ helios-setup] Jan 25 04:51:14.601 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
2492 | 2025-01-25T04:51:16.069Z | [ helios-setup] Jan 25 04:51:14.604 INFO E| Downloaded bytesize v1.3.0 |
2493 | 2025-01-25T04:51:16.074Z | [ helios-setup] Jan 25 04:51:14.606 INFO E| Downloaded cfg-if v0.1.10 |
2494 | 2025-01-25T04:51:16.110Z | [ helios-setup] Jan 25 04:51:14.645 INFO E| Downloaded unic-char-range v0.9.0 |
2495 | 2025-01-25T04:51:16.115Z | [ helios-setup] Jan 25 04:51:14.647 INFO E| Downloaded unic-char-property v0.9.0 |
2496 | 2025-01-25T04:51:16.118Z | [ helios-setup] Jan 25 04:51:14.649 INFO E| Downloaded strum v0.23.0 |
2497 | 2025-01-25T04:51:16.118Z | [ helios-setup] Jan 25 04:51:14.651 INFO E| Downloaded parse_int v0.6.0 |
2498 | 2025-01-25T04:51:16.118Z | [ helios-setup] Jan 25 04:51:14.652 INFO E| Downloaded modular-bitfield v0.11.2 |
2499 | 2025-01-25T04:51:16.135Z | [ helios-setup] Jan 25 04:51:14.670 INFO E| Downloaded vec_map v0.8.2 |
2500 | 2025-01-25T04:51:16.137Z | [ helios-setup] Jan 25 04:51:14.672 INFO E| Downloaded unic-ucd-version v0.9.0 |
2501 | 2025-01-25T04:51:16.140Z | [ helios-setup] Jan 25 04:51:14.673 INFO E| Downloaded unic-common v0.9.0 |
2502 | 2025-01-25T04:51:16.140Z | [ helios-setup] Jan 25 04:51:14.674 INFO E| Downloaded textwrap v0.11.0 |
2503 | 2025-01-25T04:51:16.143Z | [ helios-setup] Jan 25 04:51:14.677 INFO E| Downloaded strum_macros v0.23.1 |
2504 | 2025-01-25T04:51:16.146Z | [ helios-setup] Jan 25 04:51:14.680 INFO E| Downloaded proc-macro-crate v0.1.5 |
2505 | 2025-01-25T04:51:16.148Z | [ helios-setup] Jan 25 04:51:14.682 INFO E| Downloaded unic-ucd-ident v0.9.0 |
2506 | 2025-01-25T04:51:16.150Z | [ helios-setup] Jan 25 04:51:14.684 INFO E| Downloaded rustversion v1.0.19 |
2507 | 2025-01-25T04:51:16.153Z | [ helios-setup] Jan 25 04:51:14.688 INFO E| Downloaded pest_generator v2.7.15 |
2508 | 2025-01-25T04:51:16.155Z | [ helios-setup] Jan 25 04:51:14.690 INFO E| Downloaded strsim v0.8.0 |
2509 | 2025-01-25T04:51:16.161Z | [ helios-setup] Jan 25 04:51:14.692 INFO E| Downloaded scroll v0.10.2 |
2510 | 2025-01-25T04:51:16.161Z | [ helios-setup] Jan 25 04:51:14.694 INFO E| Downloaded proc-macro2 v1.0.93 |
2511 | 2025-01-25T04:51:16.163Z | [ helios-setup] Jan 25 04:51:14.698 INFO E| Downloaded pest_meta v2.7.15 |
2512 | 2025-01-25T04:51:16.166Z | [ helios-setup] Jan 25 04:51:14.702 INFO E| Downloaded toml v0.5.11 |
2513 | 2025-01-25T04:51:16.170Z | [ helios-setup] Jan 25 04:51:14.705 INFO E| Downloaded structopt v0.3.26 |
2514 | 2025-01-25T04:51:16.183Z | [ helios-setup] Jan 25 04:51:14.718 INFO E| Downloaded goblin v0.4.3 |
2515 | 2025-01-25T04:51:16.191Z | [ helios-setup] Jan 25 04:51:14.726 INFO E| Downloaded pest v2.7.15 |
2516 | 2025-01-25T04:51:16.199Z | [ helios-setup] Jan 25 04:51:14.734 INFO E| Downloaded clap v2.34.0 |
2517 | 2025-01-25T04:51:16.209Z | [ helios-setup] Jan 25 04:51:14.745 INFO E| Downloaded pest_derive v2.7.15 |
2518 | 2025-01-25T04:51:16.213Z | [ helios-setup] Jan 25 04:51:14.748 INFO E| Downloaded pre-proc-macro v0.2.1 |
2519 | 2025-01-25T04:51:16.216Z | [ helios-setup] Jan 25 04:51:14.751 INFO E| Downloaded four-cc v0.3.0 |
2520 | 2025-01-25T04:51:16.219Z | [ helios-setup] Jan 25 04:51:14.752 INFO E| Downloaded ansi_term v0.12.1 |
2521 | 2025-01-25T04:51:16.221Z | [ helios-setup] Jan 25 04:51:14.755 INFO E| Downloaded structopt-derive v0.4.18 |
2522 | 2025-01-25T04:51:16.224Z | [ helios-setup] Jan 25 04:51:14.757 INFO E| Downloaded semver-parser v0.7.0 |
2523 | 2025-01-25T04:51:16.224Z | [ helios-setup] Jan 25 04:51:14.758 INFO E| Downloaded semver v0.9.0 |
2524 | 2025-01-25T04:51:16.226Z | [ helios-setup] Jan 25 04:51:14.760 INFO E| Downloaded scroll_derive v0.10.5 |
2525 | 2025-01-25T04:51:16.229Z | [ helios-setup] Jan 25 04:51:14.762 INFO E| Downloaded rustc_version v0.2.3 |
2526 | 2025-01-25T04:51:16.229Z | [ helios-setup] Jan 25 04:51:14.763 INFO E| Downloaded pre v0.2.1 |
2527 | 2025-01-25T04:51:16.232Z | [ helios-setup] Jan 25 04:51:14.765 INFO E| Downloaded itoa v1.0.14 |
2528 | 2025-01-25T04:51:16.235Z | [ helios-setup] Jan 25 04:51:14.767 INFO E| Downloaded fletcher v0.1.0 |
2529 | 2025-01-25T04:51:16.235Z | [ helios-setup] Jan 25 04:51:14.768 INFO E| Downloaded cpufeatures v0.2.16 |
2530 | 2025-01-25T04:51:16.239Z | [ helios-setup] Jan 25 04:51:14.771 INFO E| Downloaded memoffset v0.5.6 |
2531 | 2025-01-25T04:51:16.443Z | [ helios-setup] Jan 25 04:51:14.893 INFO E| Compiling proc-macro2 v1.0.93 |
2532 | 2025-01-25T04:51:16.443Z | [ helios-setup] Jan 25 04:51:14.894 INFO E| Compiling unicode-ident v1.0.14 |
2533 | 2025-01-25T04:51:16.446Z | [ helios-setup] Jan 25 04:51:14.894 INFO E| Compiling syn v1.0.109 |
2534 | 2025-01-25T04:51:16.446Z | [ helios-setup] Jan 25 04:51:14.894 INFO E| Compiling version_check v0.9.5 |
2535 | 2025-01-25T04:51:16.446Z | [ helios-setup] Jan 25 04:51:14.894 INFO E| Compiling memchr v2.7.4 |
2536 | 2025-01-25T04:51:16.446Z | [ helios-setup] Jan 25 04:51:14.894 INFO E| Compiling semver-parser v0.7.0 |
2537 | 2025-01-25T04:51:16.446Z | [ helios-setup] Jan 25 04:51:14.894 INFO E| Compiling autocfg v1.4.0 |
2538 | 2025-01-25T04:51:16.446Z | [ helios-setup] Jan 25 04:51:14.894 INFO E| Compiling serde v1.0.217 |
2539 | 2025-01-25T04:51:17.805Z | [ helios-setup] Jan 25 04:51:16.340 INFO E| Compiling semver v0.9.0 |
2540 | 2025-01-25T04:51:17.897Z | [ helios-setup] Jan 25 04:51:16.432 INFO E| Compiling serde_json v1.0.135 |
2541 | 2025-01-25T04:51:17.985Z | [ helios-setup] Jan 25 04:51:16.520 INFO E| Compiling thiserror v2.0.11 |
2542 | 2025-01-25T04:51:18.022Z | [ helios-setup] Jan 25 04:51:16.557 INFO E| Compiling proc-macro-error-attr v1.0.4 |
2543 | 2025-01-25T04:51:18.267Z | [ helios-setup] Jan 25 04:51:16.802 INFO E| Compiling proc-macro-error v1.0.4 |
2544 | 2025-01-25T04:51:18.515Z | [ helios-setup] Jan 25 04:51:17.050 INFO E| Compiling rustc_version v0.2.3 |
2545 | 2025-01-25T04:51:18.687Z | [ helios-setup] Jan 25 04:51:17.177 INFO E| Compiling num-traits v0.2.19 |
2546 | 2025-01-25T04:51:18.946Z | [ helios-setup] Jan 25 04:51:17.480 INFO E| Compiling itoa v1.0.14 |
2547 | 2025-01-25T04:51:19.081Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2548 | 2025-01-25T04:51:19.287Z | [ helios-setup] Jan 25 04:51:17.822 INFO E| Compiling unicode-segmentation v1.12.0 |
2549 | 2025-01-25T04:51:19.381Z | [ helios-setup] Jan 25 04:51:17.916 INFO E| Compiling ryu v1.0.18 |
2550 | 2025-01-25T04:51:19.434Z | [ helios-setup] Jan 25 04:51:17.969 INFO E| Compiling schemars v0.8.21 |
2551 | 2025-01-25T04:51:19.614Z | [ helios-setup] Jan 25 04:51:18.149 INFO E| Compiling pre-proc-macro v0.2.1 |
2552 | 2025-01-25T04:51:19.804Z | [ helios-setup] Jan 25 04:51:18.288 INFO E| Compiling memoffset v0.5.6 |
2553 | 2025-01-25T04:51:20.082Z | [ helios-setup] Jan 25 04:51:18.617 INFO E| Compiling quote v1.0.38 |
2554 | 2025-01-25T04:51:20.140Z | [ helios-setup] Jan 25 04:51:18.675 INFO E| Compiling libc v0.2.169 |
2555 | 2025-01-25T04:51:20.462Z | [ helios-setup] Jan 25 04:51:18.997 INFO E| Compiling ucd-trie v0.1.7 |
2556 | 2025-01-25T04:51:20.490Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2557 | 2025-01-25T04:51:20.593Z | [ helios-setup] Jan 25 04:51:19.128 INFO E| Compiling heck v0.3.3 |
2558 | 2025-01-25T04:51:20.622Z | [ helios-setup] Jan 25 04:51:19.157 INFO E| Compiling lazy_static v1.5.0 |
2559 | 2025-01-25T04:51:20.775Z | [ helios-setup] Jan 25 04:51:19.309 INFO E| Compiling rustversion v1.0.19 |
2560 | 2025-01-25T04:51:20.939Z | [ helios-setup] Jan 25 04:51:19.435 INFO E| Compiling syn v2.0.96 |
2561 | 2025-01-25T04:51:21.423Z | [ helios-setup] Jan 25 04:51:19.957 INFO E| Compiling dyn-clone v1.0.17 |
2562 | 2025-01-25T04:51:21.596Z | [ helios-setup] Jan 25 04:51:20.130 INFO E| Compiling paste v1.0.15 |
2563 | 2025-01-25T04:51:21.753Z | [ helios-setup] Jan 25 04:51:20.286 INFO E| Compiling thiserror v1.0.69 |
2564 | 2025-01-25T04:51:21.881Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2565 | 2025-01-25T04:51:22.439Z | [ helios-setup] Jan 25 04:51:20.973 INFO E| Compiling pre v0.2.1 |
2566 | 2025-01-25T04:51:23.104Z | [ helios-setup] Jan 25 04:51:21.636 INFO E| Compiling cfg-if v0.1.10 |
2567 | 2025-01-25T04:51:23.206Z | [ helios-setup] Jan 25 04:51:21.718 INFO E| Compiling once_cell v1.20.2 |
2568 | 2025-01-25T04:51:23.215Z | [ helios-setup] Jan 25 04:51:21.749 INFO E| Compiling byteorder v1.5.0 |
2569 | 2025-01-25T04:51:23.440Z | [ helios-setup] Jan 25 04:51:21.974 INFO E| Compiling static_assertions v1.1.0 |
2570 | 2025-01-25T04:51:24.150Z | [ helios-setup] Jan 25 04:51:22.683 INFO E| Compiling unicode-width v0.1.14 |
2571 | 2025-01-25T04:51:24.388Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2572 | 2025-01-25T04:51:25.059Z | [ host-package] Compiling half v2.4.1 |
2573 | 2025-01-25T04:51:25.466Z | [ helios-setup] Jan 25 04:51:23.917 INFO E| Compiling textwrap v0.11.0 |
2574 | 2025-01-25T04:51:25.633Z | [ helios-setup] Jan 25 04:51:24.167 INFO E| Compiling atty v0.2.14 |
2575 | 2025-01-25T04:51:25.881Z | [ helios-setup] Jan 25 04:51:24.415 INFO E| Compiling strsim v0.8.0 |
2576 | 2025-01-25T04:51:26.016Z | [ helios-setup] Jan 25 04:51:24.550 INFO E| Compiling strum v0.23.0 |
2577 | 2025-01-25T04:51:26.159Z | [ helios-setup] Jan 25 04:51:24.693 INFO E| Compiling ansi_term v0.12.1 |
2578 | 2025-01-25T04:51:26.372Z | [ helios-setup] Jan 25 04:51:24.905 INFO E| Compiling parse_int v0.6.0 |
2579 | 2025-01-25T04:51:26.613Z | [ helios-setup] Jan 25 04:51:25.145 INFO E| Compiling unic-common v0.9.0 |
2580 | 2025-01-25T04:51:26.645Z | [ helios-setup] Jan 25 04:51:25.179 INFO E| Compiling fletcher v0.1.0 |
2581 | 2025-01-25T04:51:26.804Z | [ helios-setup] Jan 25 04:51:25.338 INFO E| Compiling vec_map v0.8.2 |
2582 | 2025-01-25T04:51:26.837Z | [ host-package] Compiling ciborium-io v0.2.2 |
2583 | 2025-01-25T04:51:26.843Z | [ helios-setup] Jan 25 04:51:25.376 INFO E| Compiling unic-char-range v0.9.0 |
2584 | 2025-01-25T04:51:27.058Z | [ helios-setup] Jan 25 04:51:25.591 INFO E| Compiling bitflags v1.3.2 |
2585 | 2025-01-25T04:51:27.169Z | [ helios-setup] Jan 25 04:51:25.703 INFO E| Compiling unic-char-property v0.9.0 |
2586 | 2025-01-25T04:51:27.322Z | [ helios-setup] Jan 25 04:51:25.850 INFO E| Compiling clap v2.34.0 |
2587 | 2025-01-25T04:51:27.348Z | [ helios-setup] Jan 25 04:51:25.881 INFO E| Compiling unic-ucd-version v0.9.0 |
2588 | 2025-01-25T04:51:27.380Z | [ helios-setup] Jan 25 04:51:25.914 INFO E| Compiling plain v0.2.3 |
2589 | 2025-01-25T04:51:27.442Z | [ helios-setup] Jan 25 04:51:25.975 INFO E| Compiling log v0.4.22 |
2590 | 2025-01-25T04:51:27.451Z | [ helios-setup] Jan 25 04:51:25.985 INFO E| Compiling unic-ucd-ident v0.9.0 |
2591 | 2025-01-25T04:51:27.585Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2592 | 2025-01-25T04:51:27.595Z | [ helios-setup] Jan 25 04:51:26.128 INFO E| Compiling bytesize v1.3.0 |
2593 | 2025-01-25T04:51:29.744Z | [ helios-setup] Jan 25 04:51:28.278 INFO E| Compiling serde_derive_internals v0.29.1 |
2594 | 2025-01-25T04:51:30.536Z | [ host-package] Compiling ciborium v0.2.2 |
2595 | 2025-01-25T04:51:30.935Z | [ helios-setup] Jan 25 04:51:29.468 INFO E| Compiling toml v0.5.11 |
2596 | 2025-01-25T04:51:32.281Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2597 | 2025-01-25T04:51:33.638Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2598 | 2025-01-25T04:51:34.239Z | [ host-package] Compiling display-error-chain v0.2.2 |
2599 | 2025-01-25T04:51:34.472Z | [ helios-setup] Jan 25 04:51:32.928 INFO E| Compiling proc-macro-crate v0.1.5 |
2600 | 2025-01-25T04:51:34.680Z | [ host-package] Compiling fastrand v2.1.1 |
2601 | 2025-01-25T04:51:35.427Z | [ host-package] Compiling same-file v1.0.6 |
2602 | 2025-01-25T04:51:35.603Z | [ host-package] Compiling tempfile v3.13.0 |
2603 | 2025-01-25T04:51:36.174Z | [ host-package] Compiling walkdir v2.5.0 |
2604 | 2025-01-25T04:51:36.435Z | [ helios-setup] Jan 25 04:51:34.967 INFO E| Compiling serde_derive v1.0.217 |
2605 | 2025-01-25T04:51:36.464Z | [ helios-setup] Jan 25 04:51:34.993 INFO E| Compiling thiserror-impl v2.0.11 |
2606 | 2025-01-25T04:51:36.732Z | [ helios-setup] Jan 25 04:51:35.194 INFO E| Compiling schemars_derive v0.8.21 |
2607 | 2025-01-25T04:51:37.062Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2608 | 2025-01-25T04:51:37.240Z | [ host-package] Compiling blake3 v1.5.4 |
2609 | 2025-01-25T04:51:37.569Z | [ helios-setup] Jan 25 04:51:36.101 INFO E| Compiling thiserror-impl v1.0.69 |
2610 | 2025-01-25T04:51:37.611Z | [ helios-setup] Jan 25 04:51:36.143 INFO E| Compiling zerocopy-derive v0.6.6 |
2611 | 2025-01-25T04:51:38.423Z | [ host-package] Compiling const_format_proc_macros v0.2.33 |
2612 | 2025-01-25T04:51:38.447Z | [ helios-setup] Jan 25 04:51:36.979 INFO E| Compiling num-derive v0.4.2 |
2613 | 2025-01-25T04:51:41.585Z | [ helios-setup] Jan 25 04:51:40.116 INFO E| Compiling zerocopy v0.6.6 |
2614 | 2025-01-25T04:51:42.508Z | [ host-package] Compiling xattr v1.3.1 |
2615 | 2025-01-25T04:51:42.954Z | [ helios-setup] Jan 25 04:51:41.485 INFO E| Compiling pest v2.7.15 |
2616 | 2025-01-25T04:51:43.129Z | [ host-package] Compiling memmap2 v0.9.5 |
2617 | 2025-01-25T04:51:43.179Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2618 | 2025-01-25T04:51:43.300Z | [ host-package] Compiling filetime v0.2.25 |
2619 | 2025-01-25T04:51:43.999Z | [ host-package] Compiling arrayref v0.3.9 |
2620 | 2025-01-25T04:51:44.065Z | [ host-package] Compiling maplit v1.0.2 |
2621 | 2025-01-25T04:51:44.106Z | [ host-package] Compiling arrayvec v0.7.6 |
2622 | 2025-01-25T04:51:44.258Z | [ host-package] Compiling constant_time_eq v0.3.1 |
2623 | 2025-01-25T04:51:44.605Z | [ host-package] Compiling keccak v0.1.5 |
2624 | 2025-01-25T04:51:44.619Z | [ host-package] Compiling crunchy v0.2.2 |
2625 | 2025-01-25T04:51:44.653Z | [ helios-setup] Jan 25 04:51:43.184 INFO E| Compiling modular-bitfield-impl v0.11.2 |
2626 | 2025-01-25T04:51:44.653Z | [ helios-setup] Jan 25 04:51:43.184 INFO E| Compiling scroll_derive v0.10.5 |
2627 | 2025-01-25T04:51:44.653Z | [ helios-setup] Jan 25 04:51:43.184 INFO E| Compiling strum_macros v0.23.1 |
2628 | 2025-01-25T04:51:45.564Z | [ helios-setup] Jan 25 04:51:44.095 INFO E| Compiling structopt-derive v0.4.18 |
2629 | 2025-01-25T04:51:45.737Z | [ host-package] Compiling sha3 v0.10.8 |
2630 | 2025-01-25T04:51:46.479Z | [ host-package] Compiling tar v0.4.42 |
2631 | 2025-01-25T04:51:46.546Z | [ host-package] Compiling const_format v0.2.33 |
2632 | 2025-01-25T04:51:47.282Z | [ helios-setup] Jan 25 04:51:45.812 INFO E| Compiling pest_meta v2.7.15 |
2633 | 2025-01-25T04:51:47.396Z | [ host-package] Compiling toolchain_find v0.4.0 |
2634 | 2025-01-25T04:51:47.562Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2635 | 2025-01-25T04:51:48.500Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2636 | 2025-01-25T04:51:48.643Z | [ helios-setup] Jan 25 04:51:47.173 INFO E| Compiling scroll v0.10.2 |
2637 | 2025-01-25T04:51:48.677Z | [ host-package] Compiling topological-sort v0.2.2 |
2638 | 2025-01-25T04:51:48.863Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2639 | 2025-01-25T04:51:49.507Z | [ host-package] Compiling omicron-zone-package v0.12.0 |
2640 | 2025-01-25T04:51:49.654Z | [ helios-setup] Jan 25 04:51:48.184 INFO E| Compiling pest_generator v2.7.15 |
2641 | 2025-01-25T04:51:49.799Z | [ helios-setup] Jan 25 04:51:48.329 INFO E| Compiling goblin v0.4.3 |
2642 | 2025-01-25T04:51:50.094Z | [ helios-setup] Jan 25 04:51:48.624 INFO E| Compiling modular-bitfield v0.11.2 |
2643 | 2025-01-25T04:51:50.345Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2644 | 2025-01-25T04:51:50.474Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2645 | 2025-01-25T04:51:50.841Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2646 | 2025-01-25T04:51:51.048Z | [ helios-setup] Jan 25 04:51:49.574 INFO E| Compiling structopt v0.3.26 |
2647 | 2025-01-25T04:51:51.735Z | [ host-package] Compiling r2d2 v0.8.10 |
2648 | 2025-01-25T04:51:52.629Z | [ host-package] Compiling diesel_derives v2.2.3 |
2649 | 2025-01-25T04:51:52.863Z | [ host-package] Compiling phf_generator v0.11.2 |
2650 | 2025-01-25T04:51:53.352Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2651 | 2025-01-25T04:51:53.420Z | [ host-package] Compiling ena v0.14.3 |
2652 | 2025-01-25T04:51:53.992Z | [ helios-setup] Jan 25 04:51:52.522 INFO E| Compiling pest_derive v2.7.15 |
2653 | 2025-01-25T04:51:54.078Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2654 | 2025-01-25T04:51:54.137Z | [ host-package] Compiling diff v0.1.13 |
2655 | 2025-01-25T04:51:54.625Z | [ host-package] Compiling regex-syntax v0.6.29 |
2656 | 2025-01-25T04:51:54.850Z | [ host-package] Compiling arc-swap v1.7.1 |
2657 | 2025-01-25T04:51:55.030Z | [ host-package] Compiling phf_codegen v0.11.2 |
2658 | 2025-01-25T04:51:55.392Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2659 | 2025-01-25T04:51:55.622Z | [ host-package] Compiling slog-scope v4.4.0 |
2660 | 2025-01-25T04:51:56.710Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2661 | 2025-01-25T04:51:56.746Z | [ host-package] Compiling universal-hash v0.5.1 |
2662 | 2025-01-25T04:51:57.127Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2663 | 2025-01-25T04:51:57.166Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2664 | 2025-01-25T04:51:58.106Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2665 | 2025-01-25T04:51:58.123Z | [ host-package] Compiling secrecy v0.10.3 |
2666 | 2025-01-25T04:51:58.414Z | [ host-package] Compiling parse-zoneinfo v0.3.1 |
2667 | 2025-01-25T04:51:59.791Z | [ helios-setup] Jan 25 04:51:58.320 INFO E| Compiling json5 v0.4.1 |
2668 | 2025-01-25T04:51:59.943Z | [ host-package] Compiling lalrpop v0.19.12 |
2669 | 2025-01-25T04:52:00.065Z | [ host-package] Compiling unicase v2.7.0 |
2670 | 2025-01-25T04:52:00.905Z | [ host-package] Compiling opaque-debug v0.3.1 |
2671 | 2025-01-25T04:52:00.954Z | [ host-package] Compiling ref-cast v1.0.23 |
2672 | 2025-01-25T04:52:01.144Z | [ host-package] Compiling poly1305 v0.8.0 |
2673 | 2025-01-25T04:52:01.819Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2674 | 2025-01-25T04:52:02.050Z | [ host-package] Compiling chrono-tz-build v0.4.0 |
2675 | 2025-01-25T04:52:03.688Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2676 | 2025-01-25T04:52:04.616Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2677 | 2025-01-25T04:52:05.071Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2678 | 2025-01-25T04:52:05.231Z | [ host-package] Compiling derive_builder_core v0.20.2 |
2679 | 2025-01-25T04:52:05.234Z | [ helios-setup] Jan 25 04:52:03.759 INFO E| Compiling four-cc v0.3.0 |
2680 | 2025-01-25T04:52:05.234Z | [ helios-setup] Jan 25 04:52:03.759 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0) |
2681 | 2025-01-25T04:52:05.459Z | [ helios-setup] Jan 25 04:52:03.987 INFO E| Compiling amd-apcb v0.4.5 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.5#fb4e63cc) |
2682 | 2025-01-25T04:52:05.693Z | [ host-package] Compiling chacha20 v0.9.1 |
2683 | 2025-01-25T04:52:06.512Z | [ host-package] Compiling headers-core v0.3.0 |
2684 | 2025-01-25T04:52:06.780Z | [ host-package] Compiling aead v0.5.2 |
2685 | 2025-01-25T04:52:07.470Z | [ host-package] Compiling libxml v0.3.3 |
2686 | 2025-01-25T04:52:07.697Z | [ host-package] Compiling diesel v2.2.6 |
2687 | 2025-01-25T04:52:07.897Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2688 | 2025-01-25T04:52:08.246Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
2689 | 2025-01-25T04:52:09.261Z | [ host-package] Compiling vte v0.11.1 |
2690 | 2025-01-25T04:52:09.773Z | [ host-package] Compiling derive_builder_macro v0.20.2 |
2691 | 2025-01-25T04:52:10.968Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2692 | 2025-01-25T04:52:11.230Z | [ host-package] Compiling headers v0.4.0 |
2693 | 2025-01-25T04:52:11.747Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2694 | 2025-01-25T04:52:14.812Z | [ host-package] Compiling chrono-tz v0.10.1 |
2695 | 2025-01-25T04:52:15.374Z | [ host-package] Compiling vsss-rs v3.3.4 |
2696 | 2025-01-25T04:52:15.581Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2697 | 2025-01-25T04:52:19.046Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2698 | 2025-01-25T04:52:19.392Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2699 | 2025-01-25T04:52:19.984Z | [ host-package] Compiling strum_macros v0.24.3 |
2700 | 2025-01-25T04:52:23.373Z | [ host-package] Compiling fxhash v0.2.1 |
2701 | 2025-01-25T04:52:23.709Z | [ host-package] Compiling samael v0.0.17 |
2702 | 2025-01-25T04:52:24.675Z | [ host-package] Compiling indoc v1.0.9 |
2703 | 2025-01-25T04:52:25.398Z | [ host-package] Compiling bytecount v0.6.8 |
2704 | 2025-01-25T04:52:25.682Z | [ host-package] Compiling papergrid v0.11.0 |
2705 | 2025-01-25T04:52:28.373Z | [ host-package] Compiling polar-core v0.27.3 |
2706 | 2025-01-25T04:52:30.397Z | [ host-package] error[E0432]: unresolved import `secrecy::Secret` |
2707 | 2025-01-25T04:52:30.397Z | [ host-package] --> bootstore/src/schemes/v0/share_pkg.rs:12:29 |
2708 | 2025-01-25T04:52:30.399Z | [ host-package] | |
2709 | 2025-01-25T04:52:30.399Z | [ host-package] 12 | use secrecy::{ExposeSecret, Secret}; |
2710 | 2025-01-25T04:52:30.400Z | [ host-package] | ^^^^^^ no `Secret` in the root |
2711 | 2025-01-25T04:52:30.400Z | [ host-package] |
2712 | 2025-01-25T04:52:30.400Z | [ host-package] error[E0432]: unresolved imports `secrecy::DebugSecret`, `secrecy::Secret` |
2713 | 2025-01-25T04:52:30.400Z | [ host-package] --> bootstore/src/trust_quorum/rack_secret.rs:6:15 |
2714 | 2025-01-25T04:52:30.400Z | [ host-package] | |
2715 | 2025-01-25T04:52:30.400Z | [ host-package] 6 | use secrecy::{DebugSecret, ExposeSecret, Secret}; |
2716 | 2025-01-25T04:52:30.400Z | [ host-package] | ^^^^^^^^^^^ ^^^^^^ no `Secret` in the root |
2717 | 2025-01-25T04:52:30.400Z | [ host-package] | | |
2718 | 2025-01-25T04:52:30.400Z | [ host-package] | no `DebugSecret` in the root |
2719 | 2025-01-25T04:52:30.400Z | [ host-package] |
2720 | 2025-01-25T04:52:31.648Z | [ host-package] For more information about this error, try `rustc --explain E0432`. |
2721 | 2025-01-25T04:52:31.722Z | [ host-package] error: could not compile `bootstore` (lib) due to 2 previous errors |
2722 | 2025-01-25T04:52:31.722Z | [ host-package] warning: build failed, waiting for other jobs to finish... |
2723 | 2025-01-25T04:52:49.739Z | [ helios-setup] Jan 25 04:52:48.261 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
2724 | 2025-01-25T04:52:52.153Z | [ host-package] Error: Failed to build packages |
2725 | 2025-01-25T04:52:52.158Z | Jan 25 04:52:50.678 ERRO [host-package] process exited with exit status: 1 (143.701445883s) |
2726 | 2025-01-25T04:52:52.161Z | Error: command `/work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package` exited with exit status: 1 |
2727 | 2025-01-25T04:52:52.199Z | process exited: duration 840647 ms, exit code 1 |
|
2728 | 2025-01-25T04:52:52.211Z | found 5 output files |
2729 | 2025-01-25T04:52:52.211Z | uploading: /work/helios-setup.log (20559 bytes) |
2730 | 2025-01-25T04:52:53.224Z | uploaded: /work/helios-setup.log |
2731 | 2025-01-25T04:52:53.224Z | uploading: /work/host-package.log (11159 bytes) |
2732 | 2025-01-25T04:52:54.233Z | uploaded: /work/host-package.log |
2733 | 2025-01-25T04:52:54.237Z | uploading: /work/host-target.log (101 bytes) |
2734 | 2025-01-25T04:52:55.243Z | uploaded: /work/host-target.log |
2735 | 2025-01-25T04:52:55.246Z | uploading: /work/omicron-package.log (5556 bytes) |
2736 | 2025-01-25T04:52:56.253Z | uploaded: /work/omicron-package.log |
2737 | 2025-01-25T04:52:56.256Z | uploading: /work/recovery-target.log (98 bytes) |
2738 | 2025-01-25T04:52:57.262Z | uploaded: /work/recovery-target.log |
2739 | 2025-01-25T04:52:57.263Z | upload error: rule "/work/manifest.toml" required a match, but was not used |
2740 | 2025-01-25T04:52:57.263Z | upload error: rule "/work/repo.zip" required a match, but was not used |
2741 | 2025-01-25T04:52:57.263Z | upload error: rule "/work/repo.zip.sha256.txt" required a match, but was not used |