|
|
|
1 | 2024-12-02T16:00:08.193Z | job assigned to worker 01JE41HTHYRC2VY0VNWEDWPQ0H [factory aws, i-0801447703840d9c7] (queued for 57 s) |
|
2 | 2024-12-02T16:00:15.960Z | starting task 0: "setup" |
3 | 2024-12-02T16:00:15.970Z | ++ uname -s |
4 | 2024-12-02T16:00:15.973Z | + kern=SunOS |
5 | 2024-12-02T16:00:15.973Z | + case "$kern" in |
6 | 2024-12-02T16:00:15.973Z | + groupadd -g 12345 build |
7 | 2024-12-02T16:00:15.975Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-02T16:00:17.981Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-02T16:00:18.107Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-02T16:00:18.110Z | + home_fs=zfs |
11 | 2024-12-02T16:00:18.110Z | + [[ zfs == autofs ]] |
12 | 2024-12-02T16:00:18.110Z | + mkdir -p /home/build |
13 | 2024-12-02T16:00:18.112Z | + chown build:build /home/build /work |
14 | 2024-12-02T16:00:20.113Z | + chmod 0700 /home/build /work |
15 | 2024-12-02T16:00:20.116Z | process exited: duration 4156 ms, exit code 0 |
|
16 | 2024-12-02T16:00:20.123Z | starting task 1: "rust-toolchain" |
17 | 2024-12-02T16:00:20.128Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-02T16:00:20.128Z | ' 1.81.0 |
19 | 2024-12-02T16:00:20.128Z | * toolchain channel = "1.81.0" |
20 | 2024-12-02T16:00:20.128Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-02T16:00:20.131Z | ' default |
22 | 2024-12-02T16:00:20.131Z | * toolchain profile = "default" |
23 | 2024-12-02T16:00:20.132Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-02T16:00:20.132Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-02T16:00:20.243Z | info: downloading installer |
26 | 2024-12-02T16:00:21.434Z | info: profile set to 'default' |
27 | 2024-12-02T16:00:21.434Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-02T16:00:21.437Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-02T16:00:21.580Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-02T16:00:21.580Z | info: downloading component 'cargo' |
31 | 2024-12-02T16:00:22.320Z | info: downloading component 'clippy' |
32 | 2024-12-02T16:00:22.594Z | info: downloading component 'rust-docs' |
33 | 2024-12-02T16:00:23.616Z | info: downloading component 'rust-std' |
34 | 2024-12-02T16:00:25.210Z | info: downloading component 'rustc' |
35 | 2024-12-02T16:00:30.945Z | info: downloading component 'rustfmt' |
36 | 2024-12-02T16:00:31.163Z | info: installing component 'cargo' |
37 | 2024-12-02T16:00:31.941Z | info: installing component 'clippy' |
38 | 2024-12-02T16:00:32.301Z | info: installing component 'rust-docs' |
39 | 2024-12-02T16:00:33.892Z | info: installing component 'rust-std' |
40 | 2024-12-02T16:00:35.573Z | info: installing component 'rustc' |
41 | 2024-12-02T16:00:41.171Z | info: installing component 'rustfmt' |
42 | 2024-12-02T16:00:41.489Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-02T16:00:41.489Z | |
44 | 2024-12-02T16:00:41.906Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-02T16:00:41.906Z | |
46 | 2024-12-02T16:00:41.909Z | |
47 | 2024-12-02T16:00:41.909Z | Rust is installed now. Great! |
48 | 2024-12-02T16:00:41.909Z | |
49 | 2024-12-02T16:00:41.909Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-02T16:00:41.909Z | environment variable. This has not been done automatically. |
51 | 2024-12-02T16:00:41.909Z | |
52 | 2024-12-02T16:00:41.909Z | To configure your current shell, you need to source |
53 | 2024-12-02T16:00:41.909Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-02T16:00:41.909Z | |
55 | 2024-12-02T16:00:41.909Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-02T16:00:41.909Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-02T16:00:41.909Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-02T16:00:41.981Z | + rustc --version |
59 | 2024-12-02T16:00:42.049Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-02T16:00:42.052Z | process exited: duration 21926 ms, exit code 0 |
|
61 | 2024-12-02T16:00:42.059Z | starting task 2: "authentication" |
62 | 2024-12-02T16:00:42.080Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-02T16:00:42.086Z | starting task 3: "clone repository" |
64 | 2024-12-02T16:00:42.091Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-02T16:00:42.093Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-02T16:00:42.129Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-02T16:00:48.200Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-02T16:00:48.200Z | + git fetch origin 86522dc9102036feccd3de257415fc594cbc98e1 |
69 | 2024-12-02T16:00:48.504Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-02T16:00:48.504Z | * branch 86522dc9102036feccd3de257415fc594cbc98e1 -> FETCH_HEAD |
71 | 2024-12-02T16:00:48.513Z | + [[ -n john/fix-oximeter-refresh-stops-on-failure ]] |
72 | 2024-12-02T16:00:48.516Z | ++ git branch --show-current |
73 | 2024-12-02T16:00:48.519Z | + current=main |
74 | 2024-12-02T16:00:48.519Z | + [[ main != john/fix-oximeter-refresh-stops-on-failure ]] |
75 | 2024-12-02T16:00:48.519Z | + git branch -f john/fix-oximeter-refresh-stops-on-failure 86522dc9102036feccd3de257415fc594cbc98e1 |
76 | 2024-12-02T16:00:48.521Z | + git checkout -f john/fix-oximeter-refresh-stops-on-failure |
77 | 2024-12-02T16:00:48.693Z | Switched to branch 'john/fix-oximeter-refresh-stops-on-failure' |
78 | 2024-12-02T16:00:48.696Z | + git reset --hard 86522dc9102036feccd3de257415fc594cbc98e1 |
79 | 2024-12-02T16:00:48.709Z | HEAD is now at 86522dc91 use slog-error-chain to get more details on errors |
80 | 2024-12-02T16:00:48.711Z | process exited: duration 6623 ms, exit code 0 |
|
81 | 2024-12-02T16:00:48.719Z | starting task 4: "build" |
82 | 2024-12-02T16:00:48.723Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-02T16:00:48.725Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-02T16:00:48.725Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-02T16:00:48.725Z | + cargo --version |
86 | 2024-12-02T16:00:48.779Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-02T16:00:48.781Z | + rustc --version |
88 | 2024-12-02T16:00:48.841Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-02T16:00:48.844Z | + cd /tmp |
90 | 2024-12-02T16:00:48.844Z | + cargo new --lib test-project |
91 | 2024-12-02T16:00:48.901Z | Creating library `test-project` package |
92 | 2024-12-02T16:00:48.978Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-12-02T16:00:48.981Z | + cd test-project |
94 | 2024-12-02T16:00:48.981Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-12-02T16:00:49.039Z | Adding omicron-common (local) to dependencies |
96 | 2024-12-02T16:00:49.042Z | Features: |
97 | 2024-12-02T16:00:49.042Z | - proptest |
98 | 2024-12-02T16:00:49.042Z | - test-strategy |
99 | 2024-12-02T16:00:49.042Z | - testing |
100 | 2024-12-02T16:00:49.042Z | Updating crates.io index |
101 | 2024-12-02T16:00:49.122Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-12-02T16:00:49.616Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-12-02T16:00:50.116Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-12-02T16:00:50.577Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-12-02T16:00:51.887Z | Locking 327 packages to latest compatible versions |
106 | 2024-12-02T16:00:51.890Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-12-02T16:00:51.890Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
108 | 2024-12-02T16:00:51.890Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
109 | 2024-12-02T16:00:51.890Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
110 | 2024-12-02T16:00:51.890Z | Adding goblin v0.8.2 (latest: v0.9.2) |
111 | 2024-12-02T16:00:51.894Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
112 | 2024-12-02T16:00:51.894Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
113 | 2024-12-02T16:00:51.894Z | Adding hostname v0.3.1 (latest: v0.4.0) |
114 | 2024-12-02T16:00:51.894Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
115 | 2024-12-02T16:00:51.894Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
116 | 2024-12-02T16:00:51.897Z | Adding regress v0.9.1 (latest: v0.10.1) |
117 | 2024-12-02T16:00:51.903Z | Adding rustls v0.22.4 (latest: v0.23.19) |
118 | 2024-12-02T16:00:51.906Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
119 | 2024-12-02T16:00:51.909Z | Adding term v0.7.0 (latest: v1.0.0) |
120 | 2024-12-02T16:00:51.909Z | Adding thiserror v1.0.69 (latest: v2.0.3) |
121 | 2024-12-02T16:00:51.909Z | Adding thiserror-impl v1.0.69 (latest: v2.0.3) |
122 | 2024-12-02T16:00:51.909Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
123 | 2024-12-02T16:00:51.909Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
124 | 2024-12-02T16:00:51.911Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
125 | 2024-12-02T16:00:51.911Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
126 | 2024-12-02T16:00:51.914Z | Adding windows v0.52.0 (latest: v0.58.0) |
127 | 2024-12-02T16:00:51.914Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
128 | 2024-12-02T16:00:51.914Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
129 | 2024-12-02T16:00:51.914Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
130 | 2024-12-02T16:00:51.914Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
131 | 2024-12-02T16:00:51.914Z | Adding writeable v0.5.5 (latest: v0.6.0) |
132 | 2024-12-02T16:00:51.914Z | Adding zerocopy v0.7.35 (latest: v0.8.11) |
133 | 2024-12-02T16:00:51.914Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.11) |
134 | 2024-12-02T16:00:51.914Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
135 | 2024-12-02T16:00:51.914Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
136 | 2024-12-02T16:00:51.992Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
137 | 2024-12-02T16:00:51.995Z | + cargo check |
138 | 2024-12-02T16:00:52.169Z | Updating crates.io index |
139 | 2024-12-02T16:00:52.925Z | Locking 2 packages to latest compatible versions |
140 | 2024-12-02T16:00:56.503Z | Adding omicron-workspace-hack v0.1.0 |
141 | 2024-12-02T16:00:58.347Z | Adding test-project v0.1.0 (/tmp/test-project) |
142 | 2024-12-02T16:00:59.484Z | Downloading crates ... |
143 | 2024-12-02T16:00:59.579Z | Downloaded async-stream v0.3.6 |
144 | 2024-12-02T16:00:59.584Z | Downloaded backoff v0.4.0 |
145 | 2024-12-02T16:00:59.587Z | Downloaded bytes v1.8.0 |
146 | 2024-12-02T16:00:59.592Z | Downloaded dyn-clone v1.0.17 |
147 | 2024-12-02T16:00:59.594Z | Downloaded dtrace-parser v0.2.0 |
148 | 2024-12-02T16:00:59.596Z | Downloaded dof v0.3.0 |
149 | 2024-12-02T16:00:59.596Z | Downloaded darling_macro v0.20.10 |
150 | 2024-12-02T16:00:59.598Z | Downloaded darling v0.20.10 |
151 | 2024-12-02T16:00:59.601Z | Downloaded unsafe-libyaml v0.2.11 |
152 | 2024-12-02T16:00:59.604Z | Downloaded tinystr v0.7.6 |
153 | 2024-12-02T16:00:59.607Z | Downloaded tokio-rustls v0.26.0 |
154 | 2024-12-02T16:00:59.609Z | Downloaded goblin v0.8.2 |
155 | 2024-12-02T16:00:59.615Z | Downloaded h2 v0.4.6 |
156 | 2024-12-02T16:00:59.621Z | Downloaded url v2.5.3 |
157 | 2024-12-02T16:00:59.625Z | Downloaded httparse v1.9.5 |
158 | 2024-12-02T16:00:59.627Z | Downloaded http-body-util v0.1.2 |
159 | 2024-12-02T16:00:59.630Z | Downloaded http-body v1.0.1 |
160 | 2024-12-02T16:00:59.630Z | Downloaded http v1.1.0 |
161 | 2024-12-02T16:00:59.634Z | Downloaded hyper-rustls v0.27.3 |
162 | 2024-12-02T16:00:59.636Z | Downloaded hyper-tls v0.6.0 |
163 | 2024-12-02T16:00:59.640Z | Downloaded typify-impl v0.2.0 |
164 | 2024-12-02T16:00:59.652Z | Downloaded native-tls v0.2.12 |
165 | 2024-12-02T16:00:59.655Z | Downloaded multer v3.1.0 |
166 | 2024-12-02T16:00:59.657Z | Downloaded zerofrom-derive v0.1.4 |
167 | 2024-12-02T16:00:59.659Z | Downloaded yoke-derive v0.7.4 |
168 | 2024-12-02T16:00:59.659Z | Downloaded yoke v0.7.4 |
169 | 2024-12-02T16:00:59.661Z | Downloaded waitgroup v0.1.2 |
170 | 2024-12-02T16:00:59.664Z | Downloaded usdt-macro v0.5.0 |
171 | 2024-12-02T16:00:59.664Z | Downloaded usdt-impl v0.5.0 |
172 | 2024-12-02T16:00:59.679Z | Downloaded usdt-attr-macro v0.5.0 |
173 | 2024-12-02T16:00:59.679Z | Downloaded typify-macro v0.2.0 |
174 | 2024-12-02T16:00:59.679Z | Downloaded typify v0.2.0 |
175 | 2024-12-02T16:00:59.679Z | Downloaded iana-time-zone v0.1.61 |
176 | 2024-12-02T16:00:59.679Z | Downloaded hyper-util v0.1.10 |
177 | 2024-12-02T16:00:59.679Z | Downloaded hyper v1.5.0 |
178 | 2024-12-02T16:00:59.682Z | Downloaded want v0.3.1 |
179 | 2024-12-02T16:00:59.685Z | Downloaded thread_local v1.1.8 |
180 | 2024-12-02T16:00:59.685Z | Downloaded version_check v0.9.5 |
181 | 2024-12-02T16:00:59.687Z | Downloaded num-conv v0.1.0 |
182 | 2024-12-02T16:00:59.687Z | Downloaded untrusted v0.9.0 |
183 | 2024-12-02T16:00:59.690Z | Downloaded percent-encoding v2.3.1 |
184 | 2024-12-02T16:00:59.690Z | Downloaded equivalent v1.0.1 |
185 | 2024-12-02T16:00:59.690Z | Downloaded toml v0.8.19 |
186 | 2024-12-02T16:00:59.693Z | Downloaded dirs-next v2.0.0 |
187 | 2024-12-02T16:00:59.696Z | Downloaded dirs-sys-next v0.1.2 |
188 | 2024-12-02T16:00:59.696Z | Downloaded bitflags v2.6.0 |
189 | 2024-12-02T16:00:59.699Z | Downloaded ppv-lite86 v0.2.20 |
190 | 2024-12-02T16:00:59.703Z | Downloaded time v0.3.36 |
191 | 2024-12-02T16:00:59.707Z | Downloaded pkg-config v0.3.31 |
192 | 2024-12-02T16:00:59.710Z | Downloaded pin-project-lite v0.2.14 |
193 | 2024-12-02T16:00:59.714Z | Downloaded tracing v0.1.40 |
194 | 2024-12-02T16:00:59.718Z | Downloaded parking_lot_core v0.9.10 |
195 | 2024-12-02T16:00:59.720Z | Downloaded getrandom v0.2.15 |
196 | 2024-12-02T16:00:59.723Z | Downloaded zerocopy-derive v0.7.35 |
197 | 2024-12-02T16:00:59.727Z | Downloaded mio v1.0.2 |
198 | 2024-12-02T16:00:59.732Z | Downloaded hashbrown v0.12.3 |
199 | 2024-12-02T16:00:59.737Z | Downloaded openssl-sys v0.9.103 |
200 | 2024-12-02T16:00:59.741Z | Downloaded icu_collections v1.5.0 |
201 | 2024-12-02T16:00:59.747Z | Downloaded winnow v0.6.20 |
202 | 2024-12-02T16:00:59.755Z | Downloaded zerocopy v0.7.35 |
203 | 2024-12-02T16:00:59.770Z | Downloaded chrono v0.4.38 |
204 | 2024-12-02T16:00:59.777Z | Downloaded toml_edit v0.22.22 |
205 | 2024-12-02T16:00:59.797Z | Downloaded hashbrown v0.15.0 |
206 | 2024-12-02T16:00:59.801Z | Downloaded vcpkg v0.2.15 |
207 | 2024-12-02T16:00:59.837Z | Downloaded instant v0.1.13 |
208 | 2024-12-02T16:00:59.840Z | Downloaded aho-corasick v1.1.3 |
209 | 2024-12-02T16:00:59.844Z | Downloaded quote v1.0.37 |
210 | 2024-12-02T16:00:59.846Z | Downloaded icu_provider v1.5.0 |
211 | 2024-12-02T16:00:59.849Z | Downloaded indexmap v2.6.0 |
212 | 2024-12-02T16:00:59.853Z | Downloaded powerfmt v0.2.0 |
213 | 2024-12-02T16:00:59.855Z | Downloaded time-core v0.1.2 |
214 | 2024-12-02T16:00:59.855Z | Downloaded openssl-macros v0.1.1 |
215 | 2024-12-02T16:00:59.858Z | Downloaded writeable v0.5.5 |
216 | 2024-12-02T16:00:59.858Z | Downloaded write16 v1.0.0 |
217 | 2024-12-02T16:00:59.861Z | Downloaded utf8_iter v1.0.4 |
218 | 2024-12-02T16:00:59.861Z | Downloaded zerovec v0.10.4 |
219 | 2024-12-02T16:00:59.865Z | Downloaded openssl v0.10.66 |
220 | 2024-12-02T16:00:59.874Z | Downloaded quinn v0.11.5 |
221 | 2024-12-02T16:00:59.877Z | Downloaded futures-util v0.3.31 |
222 | 2024-12-02T16:00:59.888Z | Downloaded rand_chacha v0.3.1 |
223 | 2024-12-02T16:00:59.890Z | Downloaded quinn-proto v0.11.8 |
224 | 2024-12-02T16:00:59.895Z | Downloaded foreign-types v0.3.2 |
225 | 2024-12-02T16:00:59.897Z | Downloaded pretty-hex v0.4.1 |
226 | 2024-12-02T16:00:59.897Z | Downloaded plain v0.2.3 |
227 | 2024-12-02T16:00:59.900Z | Downloaded pest_meta v2.7.14 |
228 | 2024-12-02T16:00:59.902Z | Downloaded pest_generator v2.7.14 |
229 | 2024-12-02T16:00:59.902Z | Downloaded pest_derive v2.7.14 |
230 | 2024-12-02T16:00:59.905Z | Downloaded is-terminal v0.4.13 |
231 | 2024-12-02T16:00:59.905Z | Downloaded ipnet v2.10.1 |
232 | 2024-12-02T16:00:59.907Z | Downloaded idna_adapter v1.2.0 |
233 | 2024-12-02T16:00:59.909Z | Downloaded idna v1.0.3 |
234 | 2024-12-02T16:00:59.912Z | Downloaded icu_locid_transform_data v1.5.0 |
235 | 2024-12-02T16:00:59.914Z | Downloaded icu_locid_transform v1.5.0 |
236 | 2024-12-02T16:00:59.917Z | Downloaded icu_locid v1.5.0 |
237 | 2024-12-02T16:00:59.920Z | Downloaded rand v0.8.5 |
238 | 2024-12-02T16:00:59.923Z | Downloaded semver v1.0.23 |
239 | 2024-12-02T16:00:59.925Z | Downloaded scopeguard v1.2.0 |
240 | 2024-12-02T16:00:59.928Z | Downloaded pest v2.7.14 |
241 | 2024-12-02T16:00:59.931Z | Downloaded paste v1.0.15 |
242 | 2024-12-02T16:00:59.934Z | Downloaded rand_core v0.6.4 |
243 | 2024-12-02T16:00:59.936Z | Downloaded debug-ignore v1.0.5 |
244 | 2024-12-02T16:00:59.938Z | Downloaded darling_core v0.20.10 |
245 | 2024-12-02T16:00:59.941Z | Downloaded async-stream-impl v0.3.6 |
246 | 2024-12-02T16:00:59.941Z | Downloaded match_cfg v0.1.0 |
247 | 2024-12-02T16:00:59.944Z | Downloaded macaddr v1.0.1 |
248 | 2024-12-02T16:00:59.944Z | Downloaded displaydoc v0.2.5 |
249 | 2024-12-02T16:00:59.946Z | Downloaded parse-display-derive v0.10.0 |
250 | 2024-12-02T16:00:59.949Z | Downloaded strum_macros v0.26.4 |
251 | 2024-12-02T16:00:59.949Z | Downloaded parse-display v0.10.0 |
252 | 2024-12-02T16:00:59.951Z | Downloaded zerovec-derive v0.10.3 |
253 | 2024-12-02T16:00:59.953Z | Downloaded memchr v2.7.4 |
254 | 2024-12-02T16:00:59.957Z | Downloaded ident_case v1.0.1 |
255 | 2024-12-02T16:00:59.959Z | Downloaded futures-task v0.3.31 |
256 | 2024-12-02T16:00:59.959Z | Downloaded webpki-roots v0.26.6 |
257 | 2024-12-02T16:00:59.962Z | Downloaded subtle v2.6.1 |
258 | 2024-12-02T16:00:59.965Z | Downloaded smallvec v1.13.2 |
259 | 2024-12-02T16:00:59.965Z | Downloaded icu_properties_data v1.5.0 |
260 | 2024-12-02T16:00:59.974Z | Downloaded slab v0.4.9 |
261 | 2024-12-02T16:00:59.977Z | Downloaded regex v1.11.1 |
262 | 2024-12-02T16:00:59.987Z | Downloaded strsim v0.11.1 |
263 | 2024-12-02T16:00:59.990Z | Downloaded socket2 v0.5.7 |
264 | 2024-12-02T16:00:59.993Z | Downloaded serde_yaml v0.9.34+deprecated |
265 | 2024-12-02T16:00:59.995Z | Downloaded ipnetwork v0.20.0 |
266 | 2024-12-02T16:00:59.995Z | Downloaded sync_wrapper v1.0.1 |
267 | 2024-12-02T16:00:59.998Z | Downloaded stable_deref_trait v1.2.0 |
268 | 2024-12-02T16:00:59.998Z | Downloaded hostname v0.4.0 |
269 | 2024-12-02T16:00:59.998Z | Downloaded utf16_iter v1.0.5 |
270 | 2024-12-02T16:01:00.001Z | Downloaded ucd-trie v0.1.7 |
271 | 2024-12-02T16:01:00.001Z | Downloaded icu_properties v1.5.1 |
272 | 2024-12-02T16:01:00.004Z | Downloaded thiserror-impl v1.0.69 |
273 | 2024-12-02T16:01:00.004Z | Downloaded synstructure v0.13.1 |
274 | 2024-12-02T16:01:00.006Z | Downloaded spin v0.9.8 |
275 | 2024-12-02T16:01:00.008Z | Downloaded icu_provider_macros v1.5.0 |
276 | 2024-12-02T16:01:00.008Z | Downloaded icu_normalizer_data v1.5.0 |
277 | 2024-12-02T16:01:00.011Z | Downloaded icu_normalizer v1.5.0 |
278 | 2024-12-02T16:01:00.013Z | Downloaded futures-io v0.3.31 |
279 | 2024-12-02T16:01:00.017Z | Downloaded hashbrown v0.14.5 |
280 | 2024-12-02T16:01:00.019Z | Downloaded cc v1.1.30 |
281 | 2024-12-02T16:01:00.022Z | Downloaded sha1 v0.10.6 |
282 | 2024-12-02T16:01:00.025Z | Downloaded signal-hook-registry v1.4.2 |
283 | 2024-12-02T16:01:00.025Z | Downloaded shlex v1.3.0 |
284 | 2024-12-02T16:01:00.028Z | Downloaded sha2 v0.10.8 |
285 | 2024-12-02T16:01:00.030Z | Downloaded tokio-util v0.7.12 |
286 | 2024-12-02T16:01:00.034Z | Downloaded ryu v1.0.18 |
287 | 2024-12-02T16:01:00.036Z | Downloaded rustls-webpki v0.102.8 |
288 | 2024-12-02T16:01:00.054Z | Downloaded serde_derive v1.0.215 |
289 | 2024-12-02T16:01:00.056Z | Downloaded regex-automata v0.4.8 |
290 | 2024-12-02T16:01:00.071Z | Downloaded serde_path_to_error v0.1.16 |
291 | 2024-12-02T16:01:00.074Z | Downloaded rustls-pki-types v1.9.0 |
292 | 2024-12-02T16:01:00.076Z | Downloaded rustls-pemfile v2.2.0 |
293 | 2024-12-02T16:01:00.079Z | Downloaded serde_with_macros v3.11.0 |
294 | 2024-12-02T16:01:00.081Z | Downloaded serde_tokenstream v0.2.2 |
295 | 2024-12-02T16:01:00.081Z | Downloaded term v0.7.0 |
296 | 2024-12-02T16:01:00.084Z | Downloaded take_mut v0.2.2 |
297 | 2024-12-02T16:01:00.084Z | Downloaded syn v2.0.87 |
298 | 2024-12-02T16:01:00.094Z | Downloaded strum v0.26.3 |
299 | 2024-12-02T16:01:00.096Z | Downloaded serde_json v1.0.132 |
300 | 2024-12-02T16:01:00.101Z | Downloaded slog-bunyan v2.5.0 |
301 | 2024-12-02T16:01:00.103Z | Downloaded slog v2.7.0 |
302 | 2024-12-02T16:01:00.105Z | Downloaded structmeta-derive v0.3.0 |
303 | 2024-12-02T16:01:00.108Z | Downloaded structmeta v0.3.0 |
304 | 2024-12-02T16:01:00.108Z | Downloaded slog-json v2.6.1 |
305 | 2024-12-02T16:01:00.108Z | Downloaded slog-async v2.8.0 |
306 | 2024-12-02T16:01:00.111Z | Downloaded serde_with v3.11.0 |
307 | 2024-12-02T16:01:00.116Z | Downloaded serde_urlencoded v0.7.1 |
308 | 2024-12-02T16:01:00.119Z | Downloaded serde_derive_internals v0.29.1 |
309 | 2024-12-02T16:01:00.121Z | Downloaded rustversion v1.0.17 |
310 | 2024-12-02T16:01:00.121Z | Downloaded regress v0.9.1 |
311 | 2024-12-02T16:01:00.129Z | Downloaded reqwest v0.12.9 |
312 | 2024-12-02T16:01:00.136Z | Downloaded serde_spanned v0.6.8 |
313 | 2024-12-02T16:01:00.138Z | Downloaded schemars v0.8.21 |
314 | 2024-12-02T16:01:00.147Z | Downloaded thiserror v1.0.69 |
315 | 2024-12-02T16:01:00.151Z | Downloaded rustls v0.22.4 |
316 | 2024-12-02T16:01:00.164Z | Downloaded rustls v0.23.14 |
317 | 2024-12-02T16:01:00.174Z | Downloaded encoding_rs v0.8.34 |
318 | 2024-12-02T16:01:00.193Z | Downloaded dropshot v0.13.0 |
319 | 2024-12-02T16:01:00.212Z | Downloaded regress v0.10.1 |
320 | 2024-12-02T16:01:00.219Z | Downloaded libc v0.2.162 |
321 | 2024-12-02T16:01:00.243Z | Downloaded dropshot_endpoint v0.13.0 |
322 | 2024-12-02T16:01:00.246Z | Downloaded progenitor-client v0.8.0 |
323 | 2024-12-02T16:01:00.249Z | Downloaded omicron-workspace-hack v0.1.0 |
324 | 2024-12-02T16:01:00.249Z | Downloaded tokio v1.40.0 |
325 | 2024-12-02T16:01:00.280Z | Downloaded slog-term v2.9.1 |
326 | 2024-12-02T16:01:00.283Z | Downloaded progenitor-macro v0.8.0 |
327 | 2024-12-02T16:01:00.285Z | Downloaded progenitor v0.8.0 |
328 | 2024-12-02T16:01:00.285Z | Downloaded newtype-uuid v1.1.3 |
329 | 2024-12-02T16:01:00.285Z | Downloaded zerofrom v0.1.4 |
330 | 2024-12-02T16:01:00.288Z | Downloaded usdt v0.5.0 |
331 | 2024-12-02T16:01:00.288Z | Downloaded serde v1.0.215 |
332 | 2024-12-02T16:01:00.291Z | Downloaded scroll_derive v0.12.0 |
333 | 2024-12-02T16:01:00.291Z | Downloaded scroll v0.12.0 |
334 | 2024-12-02T16:01:00.295Z | Downloaded schemars_derive v0.8.21 |
335 | 2024-12-02T16:01:00.295Z | Downloaded regex-syntax v0.8.5 |
336 | 2024-12-02T16:01:00.300Z | Downloaded quinn-udp v0.5.5 |
337 | 2024-12-02T16:01:00.302Z | Downloaded progenitor-impl v0.8.0 |
338 | 2024-12-02T16:01:00.306Z | Downloaded proc-macro2 v1.0.89 |
339 | 2024-12-02T16:01:00.306Z | Downloaded openapiv3 v2.0.0 |
340 | 2024-12-02T16:01:00.316Z | Downloaded rustc-hash v2.0.0 |
341 | 2024-12-02T16:01:00.319Z | Downloaded indexmap v1.9.3 |
342 | 2024-12-02T16:01:00.319Z | Downloaded log v0.4.22 |
343 | 2024-12-02T16:01:00.322Z | Downloaded futures-sink v0.3.31 |
344 | 2024-12-02T16:01:00.322Z | Downloaded futures-core v0.3.31 |
345 | 2024-12-02T16:01:00.325Z | Downloaded futures v0.3.31 |
346 | 2024-12-02T16:01:00.328Z | Downloaded typenum v1.17.0 |
347 | 2024-12-02T16:01:00.331Z | Downloaded lock_api v0.4.12 |
348 | 2024-12-02T16:01:00.331Z | Downloaded parking_lot v0.12.3 |
349 | 2024-12-02T16:01:00.334Z | Downloaded num-traits v0.2.19 |
350 | 2024-12-02T16:01:00.336Z | Downloaded litemap v0.7.3 |
351 | 2024-12-02T16:01:00.336Z | Downloaded itoa v1.0.11 |
352 | 2024-12-02T16:01:00.339Z | Downloaded crossbeam-channel v0.5.13 |
353 | 2024-12-02T16:01:00.344Z | Downloaded heck v0.5.0 |
354 | 2024-12-02T16:01:00.344Z | Downloaded base64 v0.22.1 |
355 | 2024-12-02T16:01:00.347Z | Downloaded tracing-core v0.1.32 |
356 | 2024-12-02T16:01:00.349Z | Downloaded once_cell v1.20.2 |
357 | 2024-12-02T16:01:00.352Z | Downloaded mime v0.3.17 |
358 | 2024-12-02T16:01:00.352Z | Downloaded uuid v1.11.0 |
359 | 2024-12-02T16:01:00.357Z | Downloaded httpdate v1.0.3 |
360 | 2024-12-02T16:01:00.357Z | Downloaded hex v0.4.3 |
361 | 2024-12-02T16:01:00.360Z | Downloaded futures-executor v0.3.31 |
362 | 2024-12-02T16:01:00.360Z | Downloaded futures-channel v0.3.31 |
363 | 2024-12-02T16:01:00.360Z | Downloaded foreign-types-shared v0.1.1 |
364 | 2024-12-02T16:01:00.360Z | Downloaded deranged v0.3.11 |
365 | 2024-12-02T16:01:00.363Z | Downloaded cpufeatures v0.2.14 |
366 | 2024-12-02T16:01:00.363Z | Downloaded anyhow v1.0.93 |
367 | 2024-12-02T16:01:00.365Z | Downloaded generic-array v0.14.7 |
368 | 2024-12-02T16:01:00.368Z | Downloaded pin-utils v0.1.0 |
369 | 2024-12-02T16:01:00.368Z | Downloaded tokio-rustls v0.25.0 |
370 | 2024-12-02T16:01:00.371Z | Downloaded time-macros v0.2.18 |
371 | 2024-12-02T16:01:00.371Z | Downloaded futures-macro v0.3.31 |
372 | 2024-12-02T16:01:00.371Z | Downloaded form_urlencoded v1.2.1 |
373 | 2024-12-02T16:01:00.374Z | Downloaded fnv v1.0.7 |
374 | 2024-12-02T16:01:00.374Z | Downloaded crossbeam-utils v0.8.20 |
375 | 2024-12-02T16:01:00.377Z | Downloaded camino v1.1.9 |
376 | 2024-12-02T16:01:00.377Z | Downloaded digest v0.10.7 |
377 | 2024-12-02T16:01:00.380Z | Downloaded byteorder v1.5.0 |
378 | 2024-12-02T16:01:00.380Z | Downloaded ahash v0.8.11 |
379 | 2024-12-02T16:01:00.383Z | Downloaded openssl-probe v0.1.5 |
380 | 2024-12-02T16:01:00.383Z | Downloaded num_threads v0.1.7 |
381 | 2024-12-02T16:01:00.386Z | Downloaded zeroize v1.8.1 |
382 | 2024-12-02T16:01:00.386Z | Downloaded async-trait v0.1.83 |
383 | 2024-12-02T16:01:00.389Z | Downloaded tinyvec v1.8.0 |
384 | 2024-12-02T16:01:00.393Z | Downloaded allocator-api2 v0.2.18 |
385 | 2024-12-02T16:01:00.393Z | Downloaded tokio-native-tls v0.3.1 |
386 | 2024-12-02T16:01:00.397Z | Downloaded crypto-common v0.1.6 |
387 | 2024-12-02T16:01:00.397Z | Downloaded cfg-if v1.0.0 |
388 | 2024-12-02T16:01:00.397Z | Downloaded block-buffer v0.10.4 |
389 | 2024-12-02T16:01:00.397Z | Downloaded autocfg v1.4.0 |
390 | 2024-12-02T16:01:00.400Z | Downloaded atomic-waker v1.1.2 |
391 | 2024-12-02T16:01:00.400Z | Downloaded try-lock v0.2.5 |
392 | 2024-12-02T16:01:00.400Z | Downloaded tower-service v0.3.3 |
393 | 2024-12-02T16:01:00.404Z | Downloaded toml_datetime v0.6.8 |
394 | 2024-12-02T16:01:00.404Z | Downloaded tokio-macros v2.4.0 |
395 | 2024-12-02T16:01:00.404Z | Downloaded tinyvec_macros v0.1.1 |
396 | 2024-12-02T16:01:00.404Z | Downloaded hostname v0.3.1 |
397 | 2024-12-02T16:01:00.407Z | Downloaded memmap v0.7.0 |
398 | 2024-12-02T16:01:00.407Z | Downloaded thread-id v4.2.2 |
399 | 2024-12-02T16:01:00.407Z | Downloaded unicode-ident v1.0.13 |
400 | 2024-12-02T16:01:00.518Z | Downloaded ring v0.17.8 |
401 | 2024-12-02T16:01:00.833Z | Compiling proc-macro2 v1.0.89 |
402 | 2024-12-02T16:01:00.833Z | Compiling unicode-ident v1.0.13 |
403 | 2024-12-02T16:01:00.833Z | Compiling libc v0.2.162 |
404 | 2024-12-02T16:01:00.833Z | Checking cfg-if v1.0.0 |
405 | 2024-12-02T16:01:00.836Z | Compiling autocfg v1.4.0 |
406 | 2024-12-02T16:01:00.857Z | Compiling serde v1.0.215 |
407 | 2024-12-02T16:01:00.879Z | Compiling version_check v0.9.5 |
408 | 2024-12-02T16:01:00.881Z | Checking memchr v2.7.4 |
409 | 2024-12-02T16:01:00.971Z | Compiling serde_json v1.0.132 |
410 | 2024-12-02T16:01:01.025Z | Checking itoa v1.0.11 |
411 | 2024-12-02T16:01:01.376Z | Compiling thiserror v1.0.69 |
412 | 2024-12-02T16:01:01.545Z | Checking once_cell v1.20.2 |
413 | 2024-12-02T16:01:01.618Z | Compiling shlex v1.3.0 |
414 | 2024-12-02T16:01:01.876Z | Compiling cc v1.1.30 |
415 | 2024-12-02T16:01:02.012Z | Checking pin-project-lite v0.2.14 |
416 | 2024-12-02T16:01:02.132Z | Compiling num-traits v0.2.19 |
417 | 2024-12-02T16:01:02.288Z | Checking smallvec v1.13.2 |
418 | 2024-12-02T16:01:02.312Z | Checking ryu v1.0.18 |
419 | 2024-12-02T16:01:02.365Z | Checking getrandom v0.2.15 |
420 | 2024-12-02T16:01:02.389Z | Checking bytes v1.8.0 |
421 | 2024-12-02T16:01:02.577Z | Checking futures-core v0.3.31 |
422 | 2024-12-02T16:01:02.645Z | Compiling quote v1.0.37 |
423 | 2024-12-02T16:01:02.690Z | Compiling lock_api v0.4.12 |
424 | 2024-12-02T16:01:02.766Z | Compiling byteorder v1.5.0 |
425 | 2024-12-02T16:01:02.802Z | Compiling parking_lot_core v0.9.10 |
426 | 2024-12-02T16:01:03.069Z | Compiling syn v2.0.87 |
427 | 2024-12-02T16:01:03.135Z | Compiling ahash v0.8.11 |
428 | 2024-12-02T16:01:03.154Z | Checking scopeguard v1.2.0 |
429 | 2024-12-02T16:01:03.272Z | Compiling schemars v0.8.21 |
430 | 2024-12-02T16:01:03.293Z | Compiling slab v0.4.9 |
431 | 2024-12-02T16:01:03.612Z | Checking log v0.4.22 |
432 | 2024-12-02T16:01:03.675Z | Checking futures-sink v0.3.31 |
433 | 2024-12-02T16:01:03.702Z | Checking mio v1.0.2 |
434 | 2024-12-02T16:01:03.745Z | Checking socket2 v0.5.7 |
435 | 2024-12-02T16:01:03.780Z | Checking parking_lot v0.12.3 |
436 | 2024-12-02T16:01:03.809Z | Checking signal-hook-registry v1.4.2 |
437 | 2024-12-02T16:01:03.875Z | Checking stable_deref_trait v1.2.0 |
438 | 2024-12-02T16:01:03.983Z | Compiling semver v1.0.23 |
439 | 2024-12-02T16:01:04.035Z | Checking fnv v1.0.7 |
440 | 2024-12-02T16:01:04.129Z | Checking hashbrown v0.15.0 |
441 | 2024-12-02T16:01:04.156Z | Checking equivalent v1.0.1 |
442 | 2024-12-02T16:01:04.191Z | Checking http v1.1.0 |
443 | 2024-12-02T16:01:04.222Z | Checking futures-channel v0.3.31 |
444 | 2024-12-02T16:01:04.249Z | Checking pin-utils v0.1.0 |
445 | 2024-12-02T16:01:04.284Z | Checking futures-task v0.3.31 |
446 | 2024-12-02T16:01:04.328Z | Checking futures-io v0.3.31 |
447 | 2024-12-02T16:01:04.509Z | Compiling pkg-config v0.3.31 |
448 | 2024-12-02T16:01:04.512Z | Checking rustls-pki-types v1.9.0 |
449 | 2024-12-02T16:01:04.544Z | Checking spin v0.9.8 |
450 | 2024-12-02T16:01:04.546Z | Compiling heck v0.5.0 |
451 | 2024-12-02T16:01:04.756Z | Compiling vcpkg v0.2.15 |
452 | 2024-12-02T16:01:04.957Z | Compiling ring v0.17.8 |
453 | 2024-12-02T16:01:05.113Z | Checking iana-time-zone v0.1.61 |
454 | 2024-12-02T16:01:05.153Z | Checking litemap v0.7.3 |
455 | 2024-12-02T16:01:05.269Z | Compiling httparse v1.9.5 |
456 | 2024-12-02T16:01:05.497Z | Compiling ucd-trie v0.1.7 |
457 | 2024-12-02T16:01:05.662Z | Checking untrusted v0.9.0 |
458 | 2024-12-02T16:01:05.731Z | Checking writeable v0.5.5 |
459 | 2024-12-02T16:01:06.007Z | Checking tracing-core v0.1.32 |
460 | 2024-12-02T16:01:06.023Z | Checking dyn-clone v1.0.17 |
461 | 2024-12-02T16:01:06.041Z | Compiling allocator-api2 v0.2.18 |
462 | 2024-12-02T16:01:06.318Z | Checking atomic-waker v1.1.2 |
463 | 2024-12-02T16:01:06.362Z | Compiling openssl-sys v0.9.103 |
464 | 2024-12-02T16:01:06.661Z | Checking tracing v0.1.40 |
465 | 2024-12-02T16:01:06.783Z | Checking http-body v1.0.1 |
466 | 2024-12-02T16:01:06.961Z | Checking try-lock v0.2.5 |
467 | 2024-12-02T16:01:06.980Z | Checking icu_locid_transform_data v1.5.0 |
468 | 2024-12-02T16:01:06.982Z | Compiling uuid v1.11.0 |
469 | 2024-12-02T16:01:07.082Z | Checking zeroize v1.8.1 |
470 | 2024-12-02T16:01:07.120Z | Checking subtle v2.6.1 |
471 | 2024-12-02T16:01:07.342Z | Checking want v0.3.1 |
472 | 2024-12-02T16:01:07.419Z | Compiling chrono v0.4.38 |
473 | 2024-12-02T16:01:07.503Z | Checking httpdate v1.0.3 |
474 | 2024-12-02T16:01:07.523Z | Compiling slog v2.7.0 |
475 | 2024-12-02T16:01:07.523Z | Checking icu_properties_data v1.5.0 |
476 | 2024-12-02T16:01:07.646Z | Compiling openssl v0.10.66 |
477 | 2024-12-02T16:01:07.728Z | Checking foreign-types-shared v0.1.1 |
478 | 2024-12-02T16:01:07.826Z | Checking foreign-types v0.3.2 |
479 | 2024-12-02T16:01:07.908Z | Compiling aho-corasick v1.1.3 |
480 | 2024-12-02T16:01:08.081Z | Checking percent-encoding v2.3.1 |
481 | 2024-12-02T16:01:08.290Z | Compiling native-tls v0.2.12 |
482 | 2024-12-02T16:01:08.639Z | Checking tower-service v0.3.3 |
483 | 2024-12-02T16:01:08.752Z | Compiling rustls v0.23.14 |
484 | 2024-12-02T16:01:08.770Z | Checking utf16_iter v1.0.5 |
485 | 2024-12-02T16:01:08.927Z | Compiling regex-syntax v0.8.5 |
486 | 2024-12-02T16:01:09.042Z | Checking bitflags v2.6.0 |
487 | 2024-12-02T16:01:09.063Z | Checking write16 v1.0.0 |
488 | 2024-12-02T16:01:09.176Z | Checking utf8_iter v1.0.4 |
489 | 2024-12-02T16:01:09.303Z | Compiling typenum v1.17.0 |
490 | 2024-12-02T16:01:09.340Z | Checking icu_normalizer_data v1.5.0 |
491 | 2024-12-02T16:01:09.415Z | Checking form_urlencoded v1.2.1 |
492 | 2024-12-02T16:01:09.617Z | Compiling generic-array v0.14.7 |
493 | 2024-12-02T16:01:09.918Z | Checking openssl-probe v0.1.5 |
494 | 2024-12-02T16:01:10.893Z | Compiling synstructure v0.13.1 |
495 | 2024-12-02T16:01:11.280Z | Compiling serde_derive_internals v0.29.1 |
496 | 2024-12-02T16:01:11.639Z | Checking rustls-webpki v0.102.8 |
497 | 2024-12-02T16:01:12.304Z | Compiling usdt-impl v0.5.0 |
498 | 2024-12-02T16:01:12.357Z | Checking encoding_rs v0.8.34 |
499 | 2024-12-02T16:01:12.462Z | Compiling regex-automata v0.4.8 |
500 | 2024-12-02T16:01:12.643Z | Compiling num-conv v0.1.0 |
501 | 2024-12-02T16:01:12.858Z | Checking powerfmt v0.2.0 |
502 | 2024-12-02T16:01:12.903Z | Compiling time-core v0.1.2 |
503 | 2024-12-02T16:01:13.127Z | Checking mime v0.3.17 |
504 | 2024-12-02T16:01:13.445Z | Checking deranged v0.3.11 |
505 | 2024-12-02T16:01:13.489Z | Compiling time-macros v0.2.18 |
506 | 2024-12-02T16:01:14.771Z | Compiling thread-id v4.2.2 |
507 | 2024-12-02T16:01:14.874Z | Checking rustls-pemfile v2.2.0 |
508 | 2024-12-02T16:01:15.088Z | Checking webpki-roots v0.26.6 |
509 | 2024-12-02T16:01:15.296Z | Checking num_threads v0.1.7 |
510 | 2024-12-02T16:01:15.414Z | Checking plain v0.2.3 |
511 | 2024-12-02T16:01:15.558Z | Compiling ident_case v1.0.1 |
512 | 2024-12-02T16:01:15.947Z | Compiling strsim v0.11.1 |
513 | 2024-12-02T16:01:16.125Z | Checking base64 v0.22.1 |
514 | 2024-12-02T16:01:16.236Z | Compiling serde_derive v1.0.215 |
515 | 2024-12-02T16:01:16.376Z | Compiling zerocopy-derive v0.7.35 |
516 | 2024-12-02T16:01:16.478Z | Compiling thiserror-impl v1.0.69 |
517 | 2024-12-02T16:01:16.581Z | Compiling zerofrom-derive v0.1.4 |
518 | 2024-12-02T16:01:16.655Z | Compiling schemars_derive v0.8.21 |
519 | 2024-12-02T16:01:16.676Z | Compiling tokio-macros v2.4.0 |
520 | 2024-12-02T16:01:17.265Z | Compiling yoke-derive v0.7.4 |
521 | 2024-12-02T16:01:18.210Z | Checking tokio v1.40.0 |
522 | 2024-12-02T16:01:18.439Z | Compiling zerocopy v0.7.35 |
523 | 2024-12-02T16:01:19.620Z | Compiling zerovec-derive v0.10.3 |
524 | 2024-12-02T16:01:19.978Z | Compiling futures-macro v0.3.31 |
525 | 2024-12-02T16:01:20.007Z | Compiling displaydoc v0.2.5 |
526 | 2024-12-02T16:01:20.095Z | Checking zerofrom v0.1.4 |
527 | 2024-12-02T16:01:20.307Z | Checking yoke v0.7.4 |
528 | 2024-12-02T16:01:20.662Z | Compiling pest v2.7.14 |
529 | 2024-12-02T16:01:20.861Z | Compiling icu_provider_macros v1.5.0 |
530 | 2024-12-02T16:01:20.896Z | Compiling hashbrown v0.14.5 |
531 | 2024-12-02T16:01:21.886Z | Checking futures-util v0.3.31 |
532 | 2024-12-02T16:01:21.970Z | Compiling openssl-macros v0.1.1 |
533 | 2024-12-02T16:01:22.148Z | Checking zerovec v0.10.4 |
534 | 2024-12-02T16:01:22.210Z | Compiling regress v0.10.1 |
535 | 2024-12-02T16:01:23.125Z | Compiling regex v1.11.1 |
536 | 2024-12-02T16:01:23.833Z | Checking tinystr v0.7.6 |
537 | 2024-12-02T16:01:24.091Z | Compiling pest_meta v2.7.14 |
538 | 2024-12-02T16:01:24.207Z | Checking icu_locid v1.5.0 |
539 | 2024-12-02T16:01:25.254Z | Checking icu_provider v1.5.0 |
540 | 2024-12-02T16:01:25.319Z | Checking tokio-util v0.7.12 |
541 | 2024-12-02T16:01:25.935Z | Checking icu_locid_transform v1.5.0 |
542 | 2024-12-02T16:01:26.183Z | Compiling pest_generator v2.7.14 |
543 | 2024-12-02T16:01:26.946Z | Checking icu_collections v1.5.0 |
544 | 2024-12-02T16:01:26.986Z | Compiling scroll_derive v0.12.0 |
545 | 2024-12-02T16:01:27.037Z | Checking http-body-util v0.1.2 |
546 | 2024-12-02T16:01:27.497Z | Checking tokio-rustls v0.26.0 |
547 | 2024-12-02T16:01:27.618Z | Checking icu_properties v1.5.1 |
548 | 2024-12-02T16:01:28.220Z | Compiling pest_derive v2.7.14 |
549 | 2024-12-02T16:01:28.405Z | Checking scroll v0.12.0 |
550 | 2024-12-02T16:01:28.518Z | Checking tokio-native-tls v0.3.1 |
551 | 2024-12-02T16:01:28.862Z | Checking indexmap v2.6.0 |
552 | 2024-12-02T16:01:29.920Z | Compiling serde_tokenstream v0.2.2 |
553 | 2024-12-02T16:01:30.324Z | Checking h2 v0.4.6 |
554 | 2024-12-02T16:01:30.805Z | Compiling dtrace-parser v0.2.0 |
555 | 2024-12-02T16:01:30.903Z | Checking icu_normalizer v1.5.0 |
556 | 2024-12-02T16:01:31.278Z | Checking serde_urlencoded v0.7.1 |
557 | 2024-12-02T16:01:31.413Z | Compiling crossbeam-utils v0.8.20 |
558 | 2024-12-02T16:01:31.727Z | Checking idna_adapter v1.2.0 |
559 | 2024-12-02T16:01:31.915Z | Checking idna v1.0.3 |
560 | 2024-12-02T16:01:31.933Z | Compiling dof v0.3.0 |
561 | 2024-12-02T16:01:31.991Z | Compiling openapiv3 v2.0.0 |
562 | 2024-12-02T16:01:32.425Z | Checking url v2.5.3 |
563 | 2024-12-02T16:01:32.700Z | Checking typify-impl v0.2.0 |
564 | 2024-12-02T16:01:33.298Z | Checking goblin v0.8.2 |
565 | 2024-12-02T16:01:34.497Z | Checking hyper v1.5.0 |
566 | 2024-12-02T16:01:35.055Z | Checking time v0.3.36 |
567 | 2024-12-02T16:01:35.488Z | Compiling darling_core v0.20.10 |
568 | 2024-12-02T16:01:36.217Z | Checking sync_wrapper v1.0.1 |
569 | 2024-12-02T16:01:36.220Z | Checking dirs-sys-next v0.1.2 |
570 | 2024-12-02T16:01:36.409Z | Compiling rustls v0.22.4 |
571 | 2024-12-02T16:01:36.593Z | Checking hyper-util v0.1.10 |
572 | 2024-12-02T16:01:36.702Z | Compiling paste v1.0.15 |
573 | 2024-12-02T16:01:36.722Z | Compiling rustversion v1.0.17 |
574 | 2024-12-02T16:01:36.868Z | Compiling omicron-workspace-hack v0.1.0 |
575 | 2024-12-02T16:01:37.174Z | Checking pretty-hex v0.4.1 |
576 | 2024-12-02T16:01:37.218Z | Checking ipnet v2.10.1 |
577 | 2024-12-02T16:01:37.351Z | Compiling unsafe-libyaml v0.2.11 |
578 | 2024-12-02T16:01:37.491Z | Checking dirs-next v2.0.0 |
579 | 2024-12-02T16:01:37.662Z | Checking serde_spanned v0.6.8 |
580 | 2024-12-02T16:01:37.845Z | Checking toml_datetime v0.6.8 |
581 | 2024-12-02T16:01:38.104Z | Checking ppv-lite86 v0.2.20 |
582 | 2024-12-02T16:01:38.142Z | Compiling structmeta-derive v0.3.0 |
583 | 2024-12-02T16:01:38.299Z | Checking crypto-common v0.1.6 |
584 | 2024-12-02T16:01:38.318Z | Checking hyper-rustls v0.27.3 |
585 | 2024-12-02T16:01:38.392Z | Checking hyper-tls v0.6.0 |
586 | 2024-12-02T16:01:38.620Z | Compiling serde_yaml v0.9.34+deprecated |
587 | 2024-12-02T16:01:38.658Z | Checking reqwest v0.12.9 |
588 | 2024-12-02T16:01:38.842Z | Checking block-buffer v0.10.4 |
589 | 2024-12-02T16:01:39.032Z | Checking rand_core v0.6.4 |
590 | 2024-12-02T16:01:39.095Z | Checking thread_local v1.1.8 |
591 | 2024-12-02T16:01:39.187Z | Compiling multer v3.1.0 |
592 | 2024-12-02T16:01:39.328Z | Compiling slog-async v2.8.0 |
593 | 2024-12-02T16:01:39.382Z | Compiling camino v1.1.9 |
594 | 2024-12-02T16:01:39.517Z | Checking winnow v0.6.20 |
595 | 2024-12-02T16:01:39.838Z | Checking match_cfg v0.1.0 |
596 | 2024-12-02T16:01:39.930Z | Compiling anyhow v1.0.93 |
597 | 2024-12-02T16:01:39.987Z | Compiling newtype-uuid v1.1.3 |
598 | 2024-12-02T16:01:40.062Z | Checking progenitor-client v0.8.0 |
599 | 2024-12-02T16:01:40.379Z | Checking hostname v0.3.1 |
600 | 2024-12-02T16:01:40.504Z | Checking rand_chacha v0.3.1 |
601 | 2024-12-02T16:01:40.758Z | Compiling structmeta v0.3.0 |
602 | 2024-12-02T16:01:40.852Z | Checking digest v0.10.7 |
603 | 2024-12-02T16:01:40.869Z | Checking crossbeam-channel v0.5.13 |
604 | 2024-12-02T16:01:41.087Z | Checking term v0.7.0 |
605 | 2024-12-02T16:01:41.485Z | Compiling darling_macro v0.20.10 |
606 | 2024-12-02T16:01:41.613Z | Checking slog-json v2.6.1 |
607 | 2024-12-02T16:01:41.865Z | Compiling usdt-macro v0.5.0 |
608 | 2024-12-02T16:01:42.234Z | Compiling usdt-attr-macro v0.5.0 |
609 | 2024-12-02T16:01:42.295Z | Checking futures-executor v0.3.31 |
610 | 2024-12-02T16:01:42.426Z | Compiling darling v0.20.10 |
611 | 2024-12-02T16:01:42.513Z | Compiling async-stream-impl v0.3.6 |
612 | 2024-12-02T16:01:42.538Z | Checking memmap v0.7.0 |
613 | 2024-12-02T16:01:42.590Z | Checking toml_edit v0.22.22 |
614 | 2024-12-02T16:01:42.732Z | Checking is-terminal v0.4.13 |
615 | 2024-12-02T16:01:42.752Z | Compiling dropshot v0.13.0 |
616 | 2024-12-02T16:01:42.855Z | Checking cpufeatures v0.2.14 |
617 | 2024-12-02T16:01:42.948Z | Checking take_mut v0.2.2 |
618 | 2024-12-02T16:01:43.139Z | Checking sha1 v0.10.6 |
619 | 2024-12-02T16:01:43.158Z | Checking slog-term v2.9.1 |
620 | 2024-12-02T16:01:43.389Z | Compiling strum_macros v0.26.4 |
621 | 2024-12-02T16:01:43.407Z | Compiling serde_with_macros v3.11.0 |
622 | 2024-12-02T16:01:43.604Z | Checking usdt v0.5.0 |
623 | 2024-12-02T16:01:43.651Z | Checking futures v0.3.31 |
624 | 2024-12-02T16:01:43.758Z | Checking slog-bunyan v2.5.0 |
625 | 2024-12-02T16:01:43.775Z | Checking async-stream v0.3.6 |
626 | 2024-12-02T16:01:43.841Z | Compiling parse-display-derive v0.10.0 |
627 | 2024-12-02T16:01:43.960Z | Checking rand v0.8.5 |
628 | 2024-12-02T16:01:44.771Z | Checking tokio-rustls v0.25.0 |
629 | 2024-12-02T16:01:45.107Z | Checking toml v0.8.19 |
630 | 2024-12-02T16:01:45.277Z | Checking ipnetwork v0.20.0 |
631 | 2024-12-02T16:01:45.295Z | Compiling dropshot_endpoint v0.13.0 |
632 | 2024-12-02T16:01:45.368Z | Checking hex v0.4.3 |
633 | 2024-12-02T16:01:45.630Z | Checking serde_path_to_error v0.1.16 |
634 | 2024-12-02T16:01:45.839Z | Compiling async-trait v0.1.83 |
635 | 2024-12-02T16:01:45.908Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
636 | 2024-12-02T16:01:46.001Z | Checking waitgroup v0.1.2 |
637 | 2024-12-02T16:01:46.141Z | Checking hostname v0.4.0 |
638 | 2024-12-02T16:01:46.263Z | Checking instant v0.1.13 |
639 | 2024-12-02T16:01:46.282Z | Checking debug-ignore v1.0.5 |
640 | 2024-12-02T16:01:46.375Z | Checking backoff v0.4.0 |
641 | 2024-12-02T16:01:46.420Z | Checking serde_with v3.11.0 |
642 | 2024-12-02T16:01:46.674Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
643 | 2024-12-02T16:01:46.702Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
644 | 2024-12-02T16:01:46.823Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
645 | 2024-12-02T16:01:46.852Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
646 | 2024-12-02T16:01:47.121Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
647 | 2024-12-02T16:01:47.272Z | Checking macaddr v1.0.1 |
648 | 2024-12-02T16:01:47.607Z | Checking regress v0.9.1 |
649 | 2024-12-02T16:01:47.625Z | Checking parse-display v0.10.0 |
650 | 2024-12-02T16:01:47.796Z | Checking strum v0.26.3 |
651 | 2024-12-02T16:01:47.862Z | Compiling typify-macro v0.2.0 |
652 | 2024-12-02T16:01:49.837Z | Compiling typify v0.2.0 |
653 | 2024-12-02T16:01:49.913Z | Compiling progenitor-impl v0.8.0 |
654 | 2024-12-02T16:01:52.478Z | Compiling progenitor-macro v0.8.0 |
655 | 2024-12-02T16:01:56.645Z | Checking progenitor v0.8.0 |
656 | 2024-12-02T16:01:56.770Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
657 | 2024-12-02T16:01:59.658Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
658 | 2024-12-02T16:02:07.011Z | Checking test-project v0.1.0 (/tmp/test-project) |
659 | 2024-12-02T16:02:07.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
660 | 2024-12-02T16:02:07.386Z | + cargo build --release |
661 | 2024-12-02T16:02:07.631Z | Compiling proc-macro2 v1.0.89 |
662 | 2024-12-02T16:02:07.631Z | Compiling unicode-ident v1.0.13 |
663 | 2024-12-02T16:02:07.633Z | Compiling libc v0.2.162 |
664 | 2024-12-02T16:02:07.633Z | Compiling cfg-if v1.0.0 |
665 | 2024-12-02T16:02:07.633Z | Compiling autocfg v1.4.0 |
666 | 2024-12-02T16:02:07.633Z | Compiling version_check v0.9.5 |
667 | 2024-12-02T16:02:07.633Z | Compiling serde v1.0.215 |
668 | 2024-12-02T16:02:07.633Z | Compiling memchr v2.7.4 |
669 | 2024-12-02T16:02:07.744Z | Compiling serde_json v1.0.132 |
670 | 2024-12-02T16:02:07.816Z | Compiling itoa v1.0.11 |
671 | 2024-12-02T16:02:08.072Z | Compiling thiserror v1.0.69 |
672 | 2024-12-02T16:02:08.194Z | Compiling once_cell v1.20.2 |
673 | 2024-12-02T16:02:08.270Z | Compiling shlex v1.3.0 |
674 | 2024-12-02T16:02:08.496Z | Compiling cc v1.1.30 |
675 | 2024-12-02T16:02:08.619Z | Compiling num-traits v0.2.19 |
676 | 2024-12-02T16:02:08.910Z | Compiling pin-project-lite v0.2.14 |
677 | 2024-12-02T16:02:09.018Z | Compiling smallvec v1.13.2 |
678 | 2024-12-02T16:02:09.076Z | Compiling getrandom v0.2.15 |
679 | 2024-12-02T16:02:09.167Z | Compiling bytes v1.8.0 |
680 | 2024-12-02T16:02:09.304Z | Compiling quote v1.0.37 |
681 | 2024-12-02T16:02:09.402Z | Compiling ryu v1.0.18 |
682 | 2024-12-02T16:02:09.439Z | Compiling futures-core v0.3.31 |
683 | 2024-12-02T16:02:09.666Z | Compiling syn v2.0.87 |
684 | 2024-12-02T16:02:09.683Z | Compiling lock_api v0.4.12 |
685 | 2024-12-02T16:02:09.912Z | Compiling ahash v0.8.11 |
686 | 2024-12-02T16:02:09.930Z | Compiling schemars v0.8.21 |
687 | 2024-12-02T16:02:10.012Z | Compiling byteorder v1.5.0 |
688 | 2024-12-02T16:02:10.248Z | Compiling parking_lot_core v0.9.10 |
689 | 2024-12-02T16:02:10.280Z | Compiling scopeguard v1.2.0 |
690 | 2024-12-02T16:02:10.372Z | Compiling slab v0.4.9 |
691 | 2024-12-02T16:02:10.464Z | Compiling futures-sink v0.3.31 |
692 | 2024-12-02T16:02:10.607Z | Compiling log v0.4.22 |
693 | 2024-12-02T16:02:10.817Z | Compiling signal-hook-registry v1.4.2 |
694 | 2024-12-02T16:02:10.824Z | Compiling socket2 v0.5.7 |
695 | 2024-12-02T16:02:10.890Z | Compiling mio v1.0.2 |
696 | 2024-12-02T16:02:10.932Z | Compiling semver v1.0.23 |
697 | 2024-12-02T16:02:11.062Z | Compiling parking_lot v0.12.3 |
698 | 2024-12-02T16:02:11.404Z | Compiling stable_deref_trait v1.2.0 |
699 | 2024-12-02T16:02:11.431Z | Compiling ring v0.17.8 |
700 | 2024-12-02T16:02:11.497Z | Compiling equivalent v1.0.1 |
701 | 2024-12-02T16:02:11.599Z | Compiling fnv v1.0.7 |
702 | 2024-12-02T16:02:11.716Z | Compiling hashbrown v0.15.0 |
703 | 2024-12-02T16:02:11.755Z | Compiling http v1.1.0 |
704 | 2024-12-02T16:02:12.346Z | Compiling futures-channel v0.3.31 |
705 | 2024-12-02T16:02:12.445Z | Compiling futures-task v0.3.31 |
706 | 2024-12-02T16:02:12.542Z | Compiling futures-io v0.3.31 |
707 | 2024-12-02T16:02:12.720Z | Compiling pin-utils v0.1.0 |
708 | 2024-12-02T16:02:12.798Z | Compiling rustls-pki-types v1.9.0 |
709 | 2024-12-02T16:02:12.861Z | Compiling spin v0.9.8 |
710 | 2024-12-02T16:02:13.004Z | Compiling vcpkg v0.2.15 |
711 | 2024-12-02T16:02:13.106Z | Compiling heck v0.5.0 |
712 | 2024-12-02T16:02:13.126Z | Compiling pkg-config v0.3.31 |
713 | 2024-12-02T16:02:14.123Z | Compiling httparse v1.9.5 |
714 | 2024-12-02T16:02:14.313Z | Compiling iana-time-zone v0.1.61 |
715 | 2024-12-02T16:02:14.631Z | Compiling openssl-sys v0.9.103 |
716 | 2024-12-02T16:02:14.654Z | Compiling writeable v0.5.5 |
717 | 2024-12-02T16:02:14.786Z | Compiling ucd-trie v0.1.7 |
718 | 2024-12-02T16:02:14.988Z | Compiling litemap v0.7.3 |
719 | 2024-12-02T16:02:15.242Z | Compiling untrusted v0.9.0 |
720 | 2024-12-02T16:02:15.424Z | Compiling tracing-core v0.1.32 |
721 | 2024-12-02T16:02:15.668Z | Compiling allocator-api2 v0.2.18 |
722 | 2024-12-02T16:02:15.744Z | Compiling atomic-waker v1.1.2 |
723 | 2024-12-02T16:02:15.903Z | Compiling dyn-clone v1.0.17 |
724 | 2024-12-02T16:02:16.461Z | Compiling tracing v0.1.40 |
725 | 2024-12-02T16:02:16.499Z | Compiling http-body v1.0.1 |
726 | 2024-12-02T16:02:16.729Z | Compiling subtle v2.6.1 |
727 | 2024-12-02T16:02:17.003Z | Compiling icu_locid_transform_data v1.5.0 |
728 | 2024-12-02T16:02:17.093Z | Compiling chrono v0.4.38 |
729 | 2024-12-02T16:02:17.128Z | Compiling uuid v1.11.0 |
730 | 2024-12-02T16:02:17.148Z | Compiling zeroize v1.8.1 |
731 | 2024-12-02T16:02:17.161Z | Compiling synstructure v0.13.1 |
732 | 2024-12-02T16:02:17.484Z | Compiling serde_derive_internals v0.29.1 |
733 | 2024-12-02T16:02:17.795Z | Compiling try-lock v0.2.5 |
734 | 2024-12-02T16:02:17.931Z | Compiling want v0.3.1 |
735 | 2024-12-02T16:02:18.264Z | Compiling slog v2.7.0 |
736 | 2024-12-02T16:02:18.535Z | Compiling openssl v0.10.66 |
737 | 2024-12-02T16:02:18.738Z | Compiling foreign-types-shared v0.1.1 |
738 | 2024-12-02T16:02:18.835Z | Compiling icu_properties_data v1.5.0 |
739 | 2024-12-02T16:02:19.097Z | Compiling httpdate v1.0.3 |
740 | 2024-12-02T16:02:19.125Z | Compiling foreign-types v0.3.2 |
741 | 2024-12-02T16:02:19.659Z | Compiling aho-corasick v1.1.3 |
742 | 2024-12-02T16:02:19.785Z | Compiling regex-syntax v0.8.5 |
743 | 2024-12-02T16:02:20.050Z | Compiling tower-service v0.3.3 |
744 | 2024-12-02T16:02:20.164Z | Compiling utf8_iter v1.0.4 |
745 | 2024-12-02T16:02:20.410Z | Compiling percent-encoding v2.3.1 |
746 | 2024-12-02T16:02:20.674Z | Compiling icu_normalizer_data v1.5.0 |
747 | 2024-12-02T16:02:20.764Z | Compiling utf16_iter v1.0.5 |
748 | 2024-12-02T16:02:20.866Z | Compiling write16 v1.0.0 |
749 | 2024-12-02T16:02:20.970Z | Compiling typenum v1.17.0 |
750 | 2024-12-02T16:02:20.980Z | Compiling native-tls v0.2.12 |
751 | 2024-12-02T16:02:21.213Z | Compiling rustls v0.23.14 |
752 | 2024-12-02T16:02:21.326Z | Compiling bitflags v2.6.0 |
753 | 2024-12-02T16:02:21.679Z | Compiling form_urlencoded v1.2.1 |
754 | 2024-12-02T16:02:22.285Z | Compiling generic-array v0.14.7 |
755 | 2024-12-02T16:02:22.483Z | Compiling openssl-probe v0.1.5 |
756 | 2024-12-02T16:02:22.788Z | Compiling serde_derive v1.0.215 |
757 | 2024-12-02T16:02:23.000Z | Compiling zerocopy-derive v0.7.35 |
758 | 2024-12-02T16:02:23.027Z | Compiling thiserror-impl v1.0.69 |
759 | 2024-12-02T16:02:23.899Z | Compiling schemars_derive v0.8.21 |
760 | 2024-12-02T16:02:23.991Z | Compiling zerofrom-derive v0.1.4 |
761 | 2024-12-02T16:02:25.086Z | Compiling zerocopy v0.7.35 |
762 | 2024-12-02T16:02:26.021Z | Compiling yoke-derive v0.7.4 |
763 | 2024-12-02T16:02:26.611Z | Compiling tokio-macros v2.4.0 |
764 | 2024-12-02T16:02:26.866Z | Compiling zerovec-derive v0.10.3 |
765 | 2024-12-02T16:02:27.403Z | Compiling futures-macro v0.3.31 |
766 | 2024-12-02T16:02:27.582Z | Compiling zerofrom v0.1.4 |
767 | 2024-12-02T16:02:27.820Z | Compiling displaydoc v0.2.5 |
768 | 2024-12-02T16:02:28.165Z | Compiling tokio v1.40.0 |
769 | 2024-12-02T16:02:28.777Z | Compiling yoke v0.7.4 |
770 | 2024-12-02T16:02:29.260Z | Compiling futures-util v0.3.31 |
771 | 2024-12-02T16:02:29.278Z | Compiling zerovec v0.10.4 |
772 | 2024-12-02T16:02:29.386Z | Compiling pest v2.7.14 |
773 | 2024-12-02T16:02:29.734Z | Compiling icu_provider_macros v1.5.0 |
774 | 2024-12-02T16:02:29.882Z | Compiling hashbrown v0.14.5 |
775 | 2024-12-02T16:02:31.143Z | Compiling rustls-webpki v0.102.8 |
776 | 2024-12-02T16:02:32.263Z | Compiling tinystr v0.7.6 |
777 | 2024-12-02T16:02:32.368Z | Compiling pest_meta v2.7.14 |
778 | 2024-12-02T16:02:32.722Z | Compiling icu_locid v1.5.0 |
779 | 2024-12-02T16:02:35.878Z | Compiling icu_provider v1.5.0 |
780 | 2024-12-02T16:02:36.098Z | Compiling pest_generator v2.7.14 |
781 | 2024-12-02T16:02:36.508Z | Compiling icu_collections v1.5.0 |
782 | 2024-12-02T16:02:37.819Z | Compiling indexmap v2.6.0 |
783 | 2024-12-02T16:02:38.139Z | Compiling serde_tokenstream v0.2.2 |
784 | 2024-12-02T16:02:39.577Z | Compiling tokio-util v0.7.12 |
785 | 2024-12-02T16:02:40.170Z | Compiling icu_locid_transform v1.5.0 |
786 | 2024-12-02T16:02:40.606Z | Compiling h2 v0.4.6 |
787 | 2024-12-02T16:02:43.232Z | Compiling regress v0.10.1 |
788 | 2024-12-02T16:02:43.557Z | Compiling icu_properties v1.5.1 |
789 | 2024-12-02T16:02:46.063Z | Compiling hyper v1.5.0 |
790 | 2024-12-02T16:02:47.689Z | Compiling typify-impl v0.2.0 |
791 | 2024-12-02T16:02:47.926Z | Compiling pest_derive v2.7.14 |
792 | 2024-12-02T16:02:49.360Z | Compiling openssl-macros v0.1.1 |
793 | 2024-12-02T16:02:51.314Z | Compiling hyper-util v0.1.10 |
794 | 2024-12-02T16:02:54.277Z | Compiling icu_normalizer v1.5.0 |
795 | 2024-12-02T16:02:56.559Z | Compiling regex-automata v0.4.8 |
796 | 2024-12-02T16:02:57.303Z | Compiling idna_adapter v1.2.0 |
797 | 2024-12-02T16:02:58.228Z | Compiling http-body-util v0.1.2 |
798 | 2024-12-02T16:02:58.979Z | Compiling scroll_derive v0.12.0 |
799 | 2024-12-02T16:02:59.772Z | Compiling typify-macro v0.2.0 |
800 | 2024-12-02T16:03:00.481Z | Compiling usdt-impl v0.5.0 |
801 | 2024-12-02T16:03:00.839Z | Compiling regex v1.11.1 |
802 | 2024-12-02T16:03:01.069Z | Compiling encoding_rs v0.8.34 |
803 | 2024-12-02T16:03:03.510Z | Compiling powerfmt v0.2.0 |
804 | 2024-12-02T16:03:03.984Z | Compiling mime v0.3.17 |
805 | 2024-12-02T16:03:04.332Z | Compiling time-core v0.1.2 |
806 | 2024-12-02T16:03:04.478Z | Compiling num-conv v0.1.0 |
807 | 2024-12-02T16:03:04.485Z | Compiling deranged v0.3.11 |
808 | 2024-12-02T16:03:04.743Z | Compiling time-macros v0.2.18 |
809 | 2024-12-02T16:03:05.079Z | Compiling tokio-rustls v0.26.0 |
810 | 2024-12-02T16:03:07.091Z | Compiling scroll v0.12.0 |
811 | 2024-12-02T16:03:07.700Z | Compiling thread-id v4.2.2 |
812 | 2024-12-02T16:03:07.769Z | Compiling tokio-native-tls v0.3.1 |
813 | 2024-12-02T16:03:07.797Z | Compiling idna v1.0.3 |
814 | 2024-12-02T16:03:11.841Z | Compiling dtrace-parser v0.2.0 |
815 | 2024-12-02T16:03:13.509Z | Compiling dof v0.3.0 |
816 | 2024-12-02T16:03:13.601Z | Compiling serde_urlencoded v0.7.1 |
817 | 2024-12-02T16:03:14.169Z | Compiling webpki-roots v0.26.6 |
818 | 2024-12-02T16:03:14.356Z | Compiling rustls-pemfile v2.2.0 |
819 | 2024-12-02T16:03:14.373Z | Compiling ident_case v1.0.1 |
820 | 2024-12-02T16:03:14.539Z | Compiling strsim v0.11.1 |
821 | 2024-12-02T16:03:14.748Z | Compiling plain v0.2.3 |
822 | 2024-12-02T16:03:14.806Z | Compiling base64 v0.22.1 |
823 | 2024-12-02T16:03:15.262Z | Compiling crossbeam-utils v0.8.20 |
824 | 2024-12-02T16:03:15.888Z | Compiling num_threads v0.1.7 |
825 | 2024-12-02T16:03:15.995Z | Compiling omicron-workspace-hack v0.1.0 |
826 | 2024-12-02T16:03:16.545Z | Compiling time v0.3.36 |
827 | 2024-12-02T16:03:19.425Z | Compiling darling_core v0.20.10 |
828 | 2024-12-02T16:03:19.452Z | Compiling goblin v0.8.2 |
829 | 2024-12-02T16:03:20.458Z | Compiling hyper-rustls v0.27.3 |
830 | 2024-12-02T16:03:25.186Z | Compiling url v2.5.3 |
831 | 2024-12-02T16:03:25.690Z | Compiling hyper-tls v0.6.0 |
832 | 2024-12-02T16:03:25.857Z | Compiling typify v0.2.0 |
833 | 2024-12-02T16:03:25.974Z | Compiling openapiv3 v2.0.0 |
834 | 2024-12-02T16:03:27.215Z | Compiling sync_wrapper v1.0.1 |
835 | 2024-12-02T16:03:27.359Z | Compiling dirs-sys-next v0.1.2 |
836 | 2024-12-02T16:03:28.827Z | Compiling pretty-hex v0.4.1 |
837 | 2024-12-02T16:03:29.046Z | Compiling rustls v0.22.4 |
838 | 2024-12-02T16:03:29.342Z | Compiling ipnet v2.10.1 |
839 | 2024-12-02T16:03:30.112Z | Compiling unsafe-libyaml v0.2.11 |
840 | 2024-12-02T16:03:30.986Z | Compiling rustversion v1.0.17 |
841 | 2024-12-02T16:03:31.654Z | Compiling paste v1.0.15 |
842 | 2024-12-02T16:03:31.867Z | Compiling serde_yaml v0.9.34+deprecated |
843 | 2024-12-02T16:03:32.193Z | Compiling reqwest v0.12.9 |
844 | 2024-12-02T16:03:32.389Z | Compiling progenitor-impl v0.8.0 |
845 | 2024-12-02T16:03:35.670Z | Compiling dirs-next v2.0.0 |
846 | 2024-12-02T16:03:35.920Z | Compiling darling_macro v0.20.10 |
847 | 2024-12-02T16:03:38.850Z | Compiling crypto-common v0.1.6 |
848 | 2024-12-02T16:03:39.019Z | Compiling block-buffer v0.10.4 |
849 | 2024-12-02T16:03:39.048Z | Compiling toml_datetime v0.6.8 |
850 | 2024-12-02T16:03:39.090Z | Compiling serde_spanned v0.6.8 |
851 | 2024-12-02T16:03:39.234Z | Compiling ppv-lite86 v0.2.20 |
852 | 2024-12-02T16:03:39.321Z | Compiling structmeta-derive v0.3.0 |
853 | 2024-12-02T16:03:39.727Z | Compiling rand_core v0.6.4 |
854 | 2024-12-02T16:03:40.212Z | Compiling thread_local v1.1.8 |
855 | 2024-12-02T16:03:40.241Z | Compiling multer v3.1.0 |
856 | 2024-12-02T16:03:40.558Z | Compiling winnow v0.6.20 |
857 | 2024-12-02T16:03:40.872Z | Compiling match_cfg v0.1.0 |
858 | 2024-12-02T16:03:40.957Z | Compiling camino v1.1.9 |
859 | 2024-12-02T16:03:41.517Z | Compiling anyhow v1.0.93 |
860 | 2024-12-02T16:03:42.019Z | Compiling newtype-uuid v1.1.3 |
861 | 2024-12-02T16:03:42.073Z | Compiling slog-async v2.8.0 |
862 | 2024-12-02T16:03:42.610Z | Compiling structmeta v0.3.0 |
863 | 2024-12-02T16:03:42.729Z | Compiling hostname v0.3.1 |
864 | 2024-12-02T16:03:42.966Z | Compiling rand_chacha v0.3.1 |
865 | 2024-12-02T16:03:42.974Z | Compiling digest v0.10.7 |
866 | 2024-12-02T16:03:43.367Z | Compiling progenitor-macro v0.8.0 |
867 | 2024-12-02T16:03:43.383Z | Compiling crossbeam-channel v0.5.13 |
868 | 2024-12-02T16:03:44.673Z | Compiling toml_edit v0.22.22 |
869 | 2024-12-02T16:03:44.949Z | Compiling darling v0.20.10 |
870 | 2024-12-02T16:03:44.957Z | Compiling term v0.7.0 |
871 | 2024-12-02T16:03:45.051Z | Compiling progenitor-client v0.8.0 |
872 | 2024-12-02T16:03:51.947Z | Compiling usdt-attr-macro v0.5.0 |
873 | 2024-12-02T16:03:53.442Z | Compiling usdt-macro v0.5.0 |
874 | 2024-12-02T16:03:54.059Z | Compiling slog-json v2.6.1 |
875 | 2024-12-02T16:03:54.494Z | Compiling futures-executor v0.3.31 |
876 | 2024-12-02T16:03:54.767Z | Compiling async-stream-impl v0.3.6 |
877 | 2024-12-02T16:03:55.649Z | Compiling is-terminal v0.4.13 |
878 | 2024-12-02T16:03:55.758Z | Compiling memmap v0.7.0 |
879 | 2024-12-02T16:03:56.094Z | Compiling dropshot v0.13.0 |
880 | 2024-12-02T16:03:56.117Z | Compiling cpufeatures v0.2.14 |
881 | 2024-12-02T16:03:56.186Z | Compiling take_mut v0.2.2 |
882 | 2024-12-02T16:03:56.201Z | Compiling sha1 v0.10.6 |
883 | 2024-12-02T16:03:56.477Z | Compiling progenitor v0.8.0 |
884 | 2024-12-02T16:03:56.686Z | Compiling async-stream v0.3.6 |
885 | 2024-12-02T16:03:56.961Z | Compiling usdt v0.5.0 |
886 | 2024-12-02T16:03:56.990Z | Compiling slog-term v2.9.1 |
887 | 2024-12-02T16:03:58.512Z | Compiling futures v0.3.31 |
888 | 2024-12-02T16:03:58.704Z | Compiling slog-bunyan v2.5.0 |
889 | 2024-12-02T16:03:58.973Z | Compiling strum_macros v0.26.4 |
890 | 2024-12-02T16:03:59.775Z | Compiling tokio-rustls v0.25.0 |
891 | 2024-12-02T16:03:59.954Z | Compiling toml v0.8.19 |
892 | 2024-12-02T16:04:00.219Z | Compiling serde_with_macros v3.11.0 |
893 | 2024-12-02T16:04:02.872Z | Compiling rand v0.8.5 |
894 | 2024-12-02T16:04:03.515Z | Compiling parse-display-derive v0.10.0 |
895 | 2024-12-02T16:04:07.652Z | Compiling ipnetwork v0.20.0 |
896 | 2024-12-02T16:04:07.908Z | Compiling dropshot_endpoint v0.13.0 |
897 | 2024-12-02T16:04:08.703Z | Compiling hex v0.4.3 |
898 | 2024-12-02T16:04:08.941Z | Compiling serde_path_to_error v0.1.16 |
899 | 2024-12-02T16:04:09.398Z | Compiling async-trait v0.1.83 |
900 | 2024-12-02T16:04:10.049Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
901 | 2024-12-02T16:04:10.786Z | Compiling waitgroup v0.1.2 |
902 | 2024-12-02T16:04:11.025Z | Compiling hostname v0.4.0 |
903 | 2024-12-02T16:04:11.270Z | Compiling instant v0.1.13 |
904 | 2024-12-02T16:04:11.415Z | Compiling debug-ignore v1.0.5 |
905 | 2024-12-02T16:04:11.540Z | Compiling backoff v0.4.0 |
906 | 2024-12-02T16:04:11.809Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
907 | 2024-12-02T16:04:11.876Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
908 | 2024-12-02T16:04:11.990Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
909 | 2024-12-02T16:04:12.027Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
910 | 2024-12-02T16:04:12.588Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
911 | 2024-12-02T16:04:13.270Z | Compiling parse-display v0.10.0 |
912 | 2024-12-02T16:04:15.501Z | Compiling strum v0.26.3 |
913 | 2024-12-02T16:04:15.681Z | Compiling serde_with v3.11.0 |
914 | 2024-12-02T16:04:16.092Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
915 | 2024-12-02T16:04:16.867Z | Compiling regress v0.9.1 |
916 | 2024-12-02T16:04:16.899Z | Compiling macaddr v1.0.1 |
917 | 2024-12-02T16:04:22.083Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
918 | 2024-12-02T16:04:32.376Z | Compiling test-project v0.1.0 (/tmp/test-project) |
919 | 2024-12-02T16:04:42.138Z | Finished `release` profile [optimized] target(s) in 2m 34s |
920 | 2024-12-02T16:04:42.203Z | process exited: duration 233466 ms, exit code 0 |
|
921 | 2024-12-02T16:04:42.209Z | found 0 output files |