|
|
|
1 | 2024-10-01T01:48:09.582Z | job assigned to worker 01J92W5C9J27HQHG7NADGP6CHF (queued for 50 s) |
|
2 | 2024-10-01T01:48:17.491Z | starting task 0: "setup" |
3 | 2024-10-01T01:48:17.499Z | ++ uname -s |
4 | 2024-10-01T01:48:17.502Z | + kern=SunOS |
5 | 2024-10-01T01:48:17.502Z | + case "$kern" in |
6 | 2024-10-01T01:48:17.502Z | + groupadd -g 12345 build |
7 | 2024-10-01T01:48:17.504Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-10-01T01:48:19.515Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-10-01T01:48:19.623Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-10-01T01:48:19.625Z | + home_fs=zfs |
11 | 2024-10-01T01:48:19.625Z | + [[ zfs == autofs ]] |
12 | 2024-10-01T01:48:19.625Z | + mkdir -p /home/build |
13 | 2024-10-01T01:48:19.628Z | + chown build:build /home/build /work |
14 | 2024-10-01T01:48:21.630Z | + chmod 0700 /home/build /work |
15 | 2024-10-01T01:48:21.633Z | process exited: duration 4143 ms, exit code 0 |
|
16 | 2024-10-01T01:48:21.638Z | starting task 1: "rust-toolchain" |
17 | 2024-10-01T01:48:21.643Z | + printf ' * toolchain channel = "%s" |
18 | 2024-10-01T01:48:21.643Z | * toolchain channel = "1.80.1" |
19 | 2024-10-01T01:48:21.643Z | * toolchain profile = "default" |
20 | 2024-10-01T01:48:21.643Z | ' 1.80.1 |
21 | 2024-10-01T01:48:21.643Z | + printf ' * toolchain profile = "%s" |
22 | 2024-10-01T01:48:21.644Z | ' default |
23 | 2024-10-01T01:48:21.646Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-10-01T01:48:21.646Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-10-01T01:48:21.765Z | info: downloading installer |
26 | 2024-10-01T01:48:23.272Z | info: profile set to 'default' |
27 | 2024-10-01T01:48:23.275Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-10-01T01:48:23.275Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-10-01T01:48:23.426Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-10-01T01:48:23.427Z | info: downloading component 'cargo' |
31 | 2024-10-01T01:48:24.215Z | info: downloading component 'clippy' |
32 | 2024-10-01T01:48:24.501Z | info: downloading component 'rust-docs' |
33 | 2024-10-01T01:48:25.590Z | info: downloading component 'rust-std' |
34 | 2024-10-01T01:48:27.116Z | info: downloading component 'rustc' |
35 | 2024-10-01T01:48:31.197Z | info: downloading component 'rustfmt' |
36 | 2024-10-01T01:48:31.469Z | info: installing component 'cargo' |
37 | 2024-10-01T01:48:32.343Z | info: installing component 'clippy' |
38 | 2024-10-01T01:48:32.732Z | info: installing component 'rust-docs' |
39 | 2024-10-01T01:48:34.377Z | info: installing component 'rust-std' |
40 | 2024-10-01T01:48:36.118Z | info: installing component 'rustc' |
41 | 2024-10-01T01:48:40.434Z | info: installing component 'rustfmt' |
42 | 2024-10-01T01:48:40.798Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-10-01T01:48:40.798Z | |
44 | 2024-10-01T01:48:41.084Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-10-01T01:48:41.084Z | |
46 | 2024-10-01T01:48:41.086Z | |
47 | 2024-10-01T01:48:41.086Z | Rust is installed now. Great! |
48 | 2024-10-01T01:48:41.086Z | |
49 | 2024-10-01T01:48:41.086Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-10-01T01:48:41.086Z | environment variable. This has not been done automatically. |
51 | 2024-10-01T01:48:41.086Z | |
52 | 2024-10-01T01:48:41.086Z | To configure your current shell, you need to source |
53 | 2024-10-01T01:48:41.086Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-10-01T01:48:41.086Z | |
55 | 2024-10-01T01:48:41.087Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-10-01T01:48:41.087Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-10-01T01:48:41.087Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-10-01T01:48:41.142Z | + rustc --version |
59 | 2024-10-01T01:48:41.210Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-10-01T01:48:41.214Z | process exited: duration 19575 ms, exit code 0 |
|
61 | 2024-10-01T01:48:41.219Z | starting task 2: "authentication" |
62 | 2024-10-01T01:48:41.240Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-10-01T01:48:41.245Z | starting task 3: "clone repository" |
64 | 2024-10-01T01:48:41.251Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-10-01T01:48:41.254Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-10-01T01:48:41.585Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-10-01T01:48:48.481Z | + cd /work/oxidecomputer/omicron |
68 | 2024-10-01T01:48:48.481Z | + git fetch origin 383d87c09bc60bbe6e73c825cdff776b6f9dbd34 |
69 | 2024-10-01T01:48:48.937Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-10-01T01:48:48.937Z | * branch 383d87c09bc60bbe6e73c825cdff776b6f9dbd34 -> FETCH_HEAD |
71 | 2024-10-01T01:48:48.945Z | + [[ -n '' ]] |
72 | 2024-10-01T01:48:48.945Z | + git reset --hard 383d87c09bc60bbe6e73c825cdff776b6f9dbd34 |
73 | 2024-10-01T01:48:49.108Z | HEAD is now at 383d87c09 wait for associated sagas to transition the requests |
74 | 2024-10-01T01:48:49.112Z | process exited: duration 7866 ms, exit code 0 |
|
75 | 2024-10-01T01:48:49.116Z | starting task 4: "build" |
76 | 2024-10-01T01:48:49.122Z | + cargo --version |
77 | 2024-10-01T01:48:49.180Z | cargo 1.80.1 (376290515 2024-07-16) |
78 | 2024-10-01T01:48:49.182Z | + rustc --version |
79 | 2024-10-01T01:48:49.243Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
80 | 2024-10-01T01:48:49.245Z | + cd /tmp |
81 | 2024-10-01T01:48:49.247Z | + cargo new --lib test-project |
82 | 2024-10-01T01:48:49.302Z | Creating library `test-project` package |
83 | 2024-10-01T01:48:49.381Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
84 | 2024-10-01T01:48:49.384Z | + cd test-project |
85 | 2024-10-01T01:48:49.384Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
86 | 2024-10-01T01:48:49.441Z | Adding omicron-common (local) to dependencies |
87 | 2024-10-01T01:48:49.441Z | Features: |
88 | 2024-10-01T01:48:49.441Z | - proptest |
89 | 2024-10-01T01:48:49.441Z | - test-strategy |
90 | 2024-10-01T01:48:49.441Z | - testing |
91 | 2024-10-01T01:48:49.444Z | Updating crates.io index |
92 | 2024-10-01T01:48:49.502Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
93 | 2024-10-01T01:48:50.439Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
94 | 2024-10-01T01:48:50.905Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
95 | 2024-10-01T01:48:51.281Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
96 | 2024-10-01T01:48:52.593Z | Locking 300 packages to latest compatible versions |
97 | 2024-10-01T01:48:52.596Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
98 | 2024-10-01T01:48:52.596Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
99 | 2024-10-01T01:48:52.596Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
100 | 2024-10-01T01:48:52.598Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
101 | 2024-10-01T01:48:52.598Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
102 | 2024-10-01T01:48:52.598Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
103 | 2024-10-01T01:48:52.598Z | Adding hostname v0.3.1 (latest: v0.4.0) |
104 | 2024-10-01T01:48:52.603Z | Adding idna v0.5.0 (latest: v1.0.2) |
105 | 2024-10-01T01:48:52.603Z | Adding indexmap v1.9.3 (latest: v2.5.0) |
106 | 2024-10-01T01:48:52.603Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
107 | 2024-10-01T01:48:52.606Z | Adding regress v0.9.1 (latest: v0.10.1) |
108 | 2024-10-01T01:48:52.610Z | Adding rustls v0.22.4 (latest: v0.23.13) |
109 | 2024-10-01T01:48:52.613Z | Adding security-framework v2.11.1 (latest: v3.0.0) |
110 | 2024-10-01T01:48:52.615Z | Adding term v0.7.0 (latest: v1.0.0) |
111 | 2024-10-01T01:48:52.618Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
112 | 2024-10-01T01:48:52.620Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) |
113 | 2024-10-01T01:48:52.620Z | Adding windows v0.52.0 (latest: v0.58.0) |
114 | 2024-10-01T01:48:52.620Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
115 | 2024-10-01T01:48:52.620Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
116 | 2024-10-01T01:48:52.620Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
117 | 2024-10-01T01:48:52.620Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
118 | 2024-10-01T01:48:52.695Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
119 | 2024-10-01T01:48:52.698Z | + cargo check |
120 | 2024-10-01T01:48:52.878Z | Updating crates.io index |
121 | 2024-10-01T01:48:53.651Z | Locking 2 packages to latest compatible versions |
122 | 2024-10-01T01:48:56.756Z | Adding omicron-workspace-hack v0.1.0 |
123 | 2024-10-01T01:48:58.828Z | Adding test-project v0.1.0 (/tmp/test-project) |
124 | 2024-10-01T01:48:59.716Z | Downloading crates ... |
125 | 2024-10-01T01:48:59.792Z | Downloaded crypto-common v0.1.6 |
126 | 2024-10-01T01:48:59.795Z | Downloaded anyhow v1.0.89 |
127 | 2024-10-01T01:48:59.802Z | Downloaded dtrace-parser v0.2.0 |
128 | 2024-10-01T01:48:59.804Z | Downloaded equivalent v1.0.1 |
129 | 2024-10-01T01:48:59.806Z | Downloaded foreign-types v0.3.2 |
130 | 2024-10-01T01:48:59.808Z | Downloaded openssl-probe v0.1.5 |
131 | 2024-10-01T01:48:59.808Z | Downloaded async-stream-impl v0.3.5 |
132 | 2024-10-01T01:48:59.811Z | Downloaded hex v0.4.3 |
133 | 2024-10-01T01:48:59.813Z | Downloaded form_urlencoded v1.2.1 |
134 | 2024-10-01T01:48:59.816Z | Downloaded want v0.3.1 |
135 | 2024-10-01T01:48:59.816Z | Downloaded match_cfg v0.1.0 |
136 | 2024-10-01T01:48:59.818Z | Downloaded is-terminal v0.4.12 |
137 | 2024-10-01T01:48:59.820Z | Downloaded unicode-bidi v0.3.15 |
138 | 2024-10-01T01:48:59.823Z | Downloaded dof v0.3.0 |
139 | 2024-10-01T01:48:59.825Z | Downloaded try-lock v0.2.5 |
140 | 2024-10-01T01:48:59.828Z | Downloaded hostname v0.4.0 |
141 | 2024-10-01T01:48:59.828Z | Downloaded futures-sink v0.3.30 |
142 | 2024-10-01T01:48:59.830Z | Downloaded untrusted v0.9.0 |
143 | 2024-10-01T01:48:59.832Z | Downloaded num_threads v0.1.7 |
144 | 2024-10-01T01:48:59.832Z | Downloaded num-conv v0.1.0 |
145 | 2024-10-01T01:48:59.835Z | Downloaded progenitor-client v0.8.0 |
146 | 2024-10-01T01:48:59.835Z | Downloaded ident_case v1.0.1 |
147 | 2024-10-01T01:48:59.837Z | Downloaded scroll_derive v0.12.0 |
148 | 2024-10-01T01:48:59.837Z | Downloaded futures-io v0.3.30 |
149 | 2024-10-01T01:48:59.839Z | Downloaded dirs-next v2.0.0 |
150 | 2024-10-01T01:48:59.839Z | Downloaded scopeguard v1.2.0 |
151 | 2024-10-01T01:48:59.842Z | Downloaded progenitor-macro v0.8.0 |
152 | 2024-10-01T01:48:59.844Z | Downloaded serde_path_to_error v0.1.16 |
153 | 2024-10-01T01:48:59.844Z | Downloaded pin-utils v0.1.0 |
154 | 2024-10-01T01:48:59.847Z | Downloaded http-body-util v0.1.2 |
155 | 2024-10-01T01:48:59.849Z | Downloaded zerocopy-derive v0.7.34 |
156 | 2024-10-01T01:48:59.853Z | Downloaded backoff v0.4.0 |
157 | 2024-10-01T01:48:59.855Z | Downloaded slab v0.4.9 |
158 | 2024-10-01T01:48:59.858Z | Downloaded rand_chacha v0.3.1 |
159 | 2024-10-01T01:48:59.860Z | Downloaded camino v1.1.9 |
160 | 2024-10-01T01:48:59.862Z | Downloaded percent-encoding v2.3.1 |
161 | 2024-10-01T01:48:59.862Z | Downloaded once_cell v1.19.0 |
162 | 2024-10-01T01:48:59.865Z | Downloaded pest_derive v2.7.10 |
163 | 2024-10-01T01:48:59.867Z | Downloaded memmap v0.7.0 |
164 | 2024-10-01T01:48:59.871Z | Downloaded plain v0.2.3 |
165 | 2024-10-01T01:48:59.873Z | Downloaded usdt-macro v0.5.0 |
166 | 2024-10-01T01:48:59.873Z | Downloaded ipnet v2.10.0 |
167 | 2024-10-01T01:48:59.876Z | Downloaded usdt-attr-macro v0.5.0 |
168 | 2024-10-01T01:48:59.876Z | Downloaded typify v0.2.0 |
169 | 2024-10-01T01:48:59.879Z | Downloaded ppv-lite86 v0.2.17 |
170 | 2024-10-01T01:48:59.881Z | Downloaded ryu v1.0.18 |
171 | 2024-10-01T01:48:59.884Z | Downloaded serde_tokenstream v0.2.2 |
172 | 2024-10-01T01:48:59.887Z | Downloaded strum v0.26.3 |
173 | 2024-10-01T01:48:59.889Z | Downloaded structmeta-derive v0.3.0 |
174 | 2024-10-01T01:48:59.889Z | Downloaded log v0.4.22 |
175 | 2024-10-01T01:48:59.892Z | Downloaded ahash v0.8.11 |
176 | 2024-10-01T01:48:59.895Z | Downloaded structmeta v0.3.0 |
177 | 2024-10-01T01:48:59.897Z | Downloaded pest_meta v2.7.10 |
178 | 2024-10-01T01:48:59.899Z | Downloaded native-tls v0.2.11 |
179 | 2024-10-01T01:48:59.902Z | Downloaded tinyvec_macros v0.1.1 |
180 | 2024-10-01T01:48:59.904Z | Downloaded openssl-sys v0.9.103 |
181 | 2024-10-01T01:48:59.908Z | Downloaded slog-term v2.9.1 |
182 | 2024-10-01T01:48:59.911Z | Downloaded thread-id v4.2.1 |
183 | 2024-10-01T01:48:59.914Z | Downloaded hyper-util v0.1.9 |
184 | 2024-10-01T01:48:59.918Z | Downloaded hashbrown v0.12.3 |
185 | 2024-10-01T01:48:59.922Z | Downloaded waitgroup v0.1.2 |
186 | 2024-10-01T01:48:59.925Z | Downloaded thread_local v1.1.8 |
187 | 2024-10-01T01:48:59.927Z | Downloaded slog-bunyan v2.5.0 |
188 | 2024-10-01T01:48:59.927Z | Downloaded aho-corasick v1.1.3 |
189 | 2024-10-01T01:48:59.934Z | Downloaded strum_macros v0.26.4 |
190 | 2024-10-01T01:48:59.936Z | Downloaded usdt v0.5.0 |
191 | 2024-10-01T01:48:59.938Z | Downloaded openssl-macros v0.1.1 |
192 | 2024-10-01T01:48:59.939Z | Downloaded http-body v1.0.0 |
193 | 2024-10-01T01:48:59.941Z | Downloaded parse-display v0.10.0 |
194 | 2024-10-01T01:48:59.941Z | Downloaded tower-service v0.3.2 |
195 | 2024-10-01T01:48:59.943Z | Downloaded smallvec v1.13.2 |
196 | 2024-10-01T01:48:59.946Z | Downloaded usdt-impl v0.5.0 |
197 | 2024-10-01T01:48:59.948Z | Downloaded http v1.1.0 |
198 | 2024-10-01T01:48:59.951Z | Downloaded tokio-rustls v0.25.0 |
199 | 2024-10-01T01:48:59.953Z | Downloaded version_check v0.9.5 |
200 | 2024-10-01T01:48:59.955Z | Downloaded subtle v2.5.0 |
201 | 2024-10-01T01:48:59.958Z | Downloaded instant v0.1.12 |
202 | 2024-10-01T01:48:59.960Z | Downloaded hyper-tls v0.6.0 |
203 | 2024-10-01T01:48:59.960Z | Downloaded term v0.7.0 |
204 | 2024-10-01T01:48:59.963Z | Downloaded tokio-rustls v0.26.0 |
205 | 2024-10-01T01:48:59.966Z | Downloaded time-core v0.1.2 |
206 | 2024-10-01T01:48:59.968Z | Downloaded sync_wrapper v1.0.1 |
207 | 2024-10-01T01:48:59.968Z | Downloaded async-trait v0.1.83 |
208 | 2024-10-01T01:48:59.972Z | Downloaded mime v0.3.17 |
209 | 2024-10-01T01:48:59.974Z | Downloaded zeroize v1.8.1 |
210 | 2024-10-01T01:48:59.976Z | Downloaded toml v0.8.19 |
211 | 2024-10-01T01:48:59.979Z | Downloaded httparse v1.8.0 |
212 | 2024-10-01T01:48:59.981Z | Downloaded mio v1.0.2 |
213 | 2024-10-01T01:48:59.988Z | Downloaded tinyvec v1.6.0 |
214 | 2024-10-01T01:48:59.991Z | Downloaded pretty-hex v0.4.1 |
215 | 2024-10-01T01:48:59.994Z | Downloaded unicode-ident v1.0.13 |
216 | 2024-10-01T01:48:59.996Z | Downloaded ipnetwork v0.20.0 |
217 | 2024-10-01T01:48:59.999Z | Downloaded thiserror-impl v1.0.64 |
218 | 2024-10-01T01:49:00.002Z | Downloaded strsim v0.11.1 |
219 | 2024-10-01T01:49:00.002Z | Downloaded thiserror v1.0.64 |
220 | 2024-10-01T01:49:00.007Z | Downloaded pkg-config v0.3.30 |
221 | 2024-10-01T01:49:00.010Z | Downloaded rand_core v0.6.4 |
222 | 2024-10-01T01:49:00.012Z | Downloaded serde_spanned v0.6.7 |
223 | 2024-10-01T01:49:00.015Z | Downloaded time-macros v0.2.18 |
224 | 2024-10-01T01:49:00.015Z | Downloaded schemars_derive v0.8.21 |
225 | 2024-10-01T01:49:00.017Z | Downloaded signal-hook-registry v1.4.2 |
226 | 2024-10-01T01:49:00.020Z | Downloaded spin v0.9.8 |
227 | 2024-10-01T01:49:00.023Z | Downloaded unsafe-libyaml v0.2.11 |
228 | 2024-10-01T01:49:00.025Z | Downloaded unicode-normalization v0.1.23 |
229 | 2024-10-01T01:49:00.029Z | Downloaded toml_datetime v0.6.8 |
230 | 2024-10-01T01:49:00.031Z | Downloaded futures v0.3.30 |
231 | 2024-10-01T01:49:00.036Z | Downloaded slog-json v2.6.1 |
232 | 2024-10-01T01:49:00.038Z | Downloaded pin-project-lite v0.2.14 |
233 | 2024-10-01T01:49:00.044Z | Downloaded rustls-pemfile v2.1.3 |
234 | 2024-10-01T01:49:00.047Z | Downloaded parking_lot v0.12.2 |
235 | 2024-10-01T01:49:00.049Z | Downloaded socket2 v0.5.7 |
236 | 2024-10-01T01:49:00.052Z | Downloaded tokio-native-tls v0.3.1 |
237 | 2024-10-01T01:49:00.055Z | Downloaded tracing-core v0.1.32 |
238 | 2024-10-01T01:49:00.057Z | Downloaded futures-util v0.3.30 |
239 | 2024-10-01T01:49:00.071Z | Downloaded typenum v1.17.0 |
240 | 2024-10-01T01:49:00.073Z | Downloaded serde_json v1.0.128 |
241 | 2024-10-01T01:49:00.081Z | Downloaded goblin v0.8.2 |
242 | 2024-10-01T01:49:00.088Z | Downloaded toml_edit v0.22.22 |
243 | 2024-10-01T01:49:00.111Z | Downloaded serde_derive_internals v0.29.1 |
244 | 2024-10-01T01:49:00.113Z | Downloaded slog v2.7.0 |
245 | 2024-10-01T01:49:00.115Z | Downloaded serde_with v3.9.0 |
246 | 2024-10-01T01:49:00.124Z | Downloaded rand v0.8.5 |
247 | 2024-10-01T01:49:00.129Z | Downloaded rustls-webpki v0.102.4 |
248 | 2024-10-01T01:49:00.148Z | Downloaded h2 v0.4.6 |
249 | 2024-10-01T01:49:00.155Z | Downloaded openssl v0.10.66 |
250 | 2024-10-01T01:49:00.165Z | Downloaded dropshot v0.12.0 |
251 | 2024-10-01T01:49:00.186Z | Downloaded syn v2.0.79 |
252 | 2024-10-01T01:49:00.198Z | Downloaded time v0.3.36 |
253 | 2024-10-01T01:49:00.205Z | Downloaded regex v1.10.6 |
254 | 2024-10-01T01:49:00.219Z | Downloaded tokio-util v0.7.12 |
255 | 2024-10-01T01:49:00.225Z | Downloaded reqwest v0.12.7 |
256 | 2024-10-01T01:49:00.234Z | Downloaded openapiv3 v2.0.0 |
257 | 2024-10-01T01:49:00.245Z | Downloaded webpki-roots v0.26.3 |
258 | 2024-10-01T01:49:00.249Z | Downloaded regex-syntax v0.8.4 |
259 | 2024-10-01T01:49:00.258Z | Downloaded idna v0.5.0 |
260 | 2024-10-01T01:49:00.265Z | Downloaded quinn-proto v0.11.8 |
261 | 2024-10-01T01:49:00.272Z | Downloaded libc v0.2.159 |
262 | 2024-10-01T01:49:00.299Z | Downloaded regress v0.10.1 |
263 | 2024-10-01T01:49:00.308Z | Downloaded tokio v1.39.3 |
264 | 2024-10-01T01:49:00.345Z | Downloaded typify-impl v0.2.0 |
265 | 2024-10-01T01:49:00.359Z | Downloaded rustls v0.23.10 |
266 | 2024-10-01T01:49:00.375Z | Downloaded regex-automata v0.4.6 |
267 | 2024-10-01T01:49:00.392Z | Downloaded encoding_rs v0.8.34 |
268 | 2024-10-01T01:49:00.411Z | Downloaded rustls v0.22.4 |
269 | 2024-10-01T01:49:00.424Z | Downloaded regress v0.9.1 |
270 | 2024-10-01T01:49:00.432Z | Downloaded pest v2.7.10 |
271 | 2024-10-01T01:49:00.437Z | Downloaded zerocopy v0.7.34 |
272 | 2024-10-01T01:49:00.452Z | Downloaded quinn v0.11.5 |
273 | 2024-10-01T01:49:00.455Z | Downloaded winnow v0.6.18 |
274 | 2024-10-01T01:49:00.464Z | Downloaded hyper v1.4.1 |
275 | 2024-10-01T01:49:00.470Z | Downloaded chrono v0.4.38 |
276 | 2024-10-01T01:49:00.477Z | Downloaded semver v1.0.23 |
277 | 2024-10-01T01:49:00.480Z | Downloaded progenitor-impl v0.8.0 |
278 | 2024-10-01T01:49:00.482Z | Downloaded vcpkg v0.2.15 |
279 | 2024-10-01T01:49:00.520Z | Downloaded memchr v2.7.2 |
280 | 2024-10-01T01:49:00.524Z | Downloaded serde_with_macros v3.9.0 |
281 | 2024-10-01T01:49:00.526Z | Downloaded cc v1.0.97 |
282 | 2024-10-01T01:49:00.529Z | Downloaded pest_generator v2.7.10 |
283 | 2024-10-01T01:49:00.531Z | Downloaded base64 v0.22.1 |
284 | 2024-10-01T01:49:00.534Z | Downloaded hashbrown v0.14.5 |
285 | 2024-10-01T01:49:00.539Z | Downloaded allocator-api2 v0.2.18 |
286 | 2024-10-01T01:49:00.542Z | Downloaded slog-async v2.8.0 |
287 | 2024-10-01T01:49:00.545Z | Downloaded sha1 v0.10.6 |
288 | 2024-10-01T01:49:00.547Z | Downloaded scroll v0.12.0 |
289 | 2024-10-01T01:49:00.547Z | Downloaded num-traits v0.2.19 |
290 | 2024-10-01T01:49:00.549Z | Downloaded indexmap v2.5.0 |
291 | 2024-10-01T01:49:00.553Z | Downloaded bytes v1.7.2 |
292 | 2024-10-01T01:49:00.557Z | Downloaded tokio-macros v2.4.0 |
293 | 2024-10-01T01:49:00.559Z | Downloaded serde_urlencoded v0.7.1 |
294 | 2024-10-01T01:49:00.559Z | Downloaded rustversion v1.0.17 |
295 | 2024-10-01T01:49:00.562Z | Downloaded progenitor v0.8.0 |
296 | 2024-10-01T01:49:00.564Z | Downloaded dropshot_endpoint v0.12.0 |
297 | 2024-10-01T01:49:00.567Z | Downloaded quinn-udp v0.5.5 |
298 | 2024-10-01T01:49:00.569Z | Downloaded rustc-hash v2.0.0 |
299 | 2024-10-01T01:49:00.569Z | Downloaded powerfmt v0.2.0 |
300 | 2024-10-01T01:49:00.572Z | Downloaded paste v1.0.15 |
301 | 2024-10-01T01:49:00.574Z | Downloaded multer v3.1.0 |
302 | 2024-10-01T01:49:00.576Z | Downloaded lock_api v0.4.12 |
303 | 2024-10-01T01:49:00.576Z | Downloaded iana-time-zone v0.1.60 |
304 | 2024-10-01T01:49:00.578Z | Downloaded darling v0.20.9 |
305 | 2024-10-01T01:49:00.582Z | Downloaded crossbeam-utils v0.8.19 |
306 | 2024-10-01T01:49:00.585Z | Downloaded serde_yaml v0.9.34+deprecated |
307 | 2024-10-01T01:49:00.588Z | Downloaded ucd-trie v0.1.6 |
308 | 2024-10-01T01:49:00.590Z | Downloaded newtype-uuid v1.1.0 |
309 | 2024-10-01T01:49:00.593Z | Downloaded macaddr v1.0.1 |
310 | 2024-10-01T01:49:00.593Z | Downloaded itoa v1.0.11 |
311 | 2024-10-01T01:49:00.595Z | Downloaded take_mut v0.2.2 |
312 | 2024-10-01T01:49:00.595Z | Downloaded uuid v1.10.0 |
313 | 2024-10-01T01:49:00.598Z | Downloaded futures-task v0.3.30 |
314 | 2024-10-01T01:49:00.600Z | Downloaded futures-macro v0.3.30 |
315 | 2024-10-01T01:49:00.600Z | Downloaded dirs-sys-next v0.1.2 |
316 | 2024-10-01T01:49:00.600Z | Downloaded block-buffer v0.10.4 |
317 | 2024-10-01T01:49:00.602Z | Downloaded generic-array v0.14.7 |
318 | 2024-10-01T01:49:00.602Z | Downloaded futures-core v0.3.30 |
319 | 2024-10-01T01:49:00.604Z | Downloaded fnv v1.0.7 |
320 | 2024-10-01T01:49:00.605Z | Downloaded ring v0.17.8 |
321 | 2024-10-01T01:49:00.669Z | Downloaded url v2.5.2 |
322 | 2024-10-01T01:49:00.672Z | Downloaded omicron-workspace-hack v0.1.0 |
323 | 2024-10-01T01:49:00.674Z | Downloaded sha2 v0.10.8 |
324 | 2024-10-01T01:49:00.677Z | Downloaded heck v0.5.0 |
325 | 2024-10-01T01:49:00.677Z | Downloaded dyn-clone v1.0.17 |
326 | 2024-10-01T01:49:00.679Z | Downloaded cpufeatures v0.2.12 |
327 | 2024-10-01T01:49:00.679Z | Downloaded cfg-if v1.0.0 |
328 | 2024-10-01T01:49:00.679Z | Downloaded hostname v0.3.1 |
329 | 2024-10-01T01:49:00.682Z | Downloaded digest v0.10.7 |
330 | 2024-10-01T01:49:00.682Z | Downloaded async-stream v0.3.5 |
331 | 2024-10-01T01:49:00.684Z | Downloaded serde v1.0.210 |
332 | 2024-10-01T01:49:00.686Z | Downloaded crossbeam-channel v0.5.12 |
333 | 2024-10-01T01:49:00.690Z | Downloaded foreign-types-shared v0.1.1 |
334 | 2024-10-01T01:49:00.692Z | Downloaded schemars v0.8.21 |
335 | 2024-10-01T01:49:00.701Z | Downloaded darling_macro v0.20.9 |
336 | 2024-10-01T01:49:00.703Z | Downloaded serde_derive v1.0.210 |
337 | 2024-10-01T01:49:00.706Z | Downloaded tracing v0.1.40 |
338 | 2024-10-01T01:49:00.708Z | Downloaded darling_core v0.20.9 |
339 | 2024-10-01T01:49:00.712Z | Downloaded rustls-pki-types v1.7.0 |
340 | 2024-10-01T01:49:00.714Z | Downloaded indexmap v1.9.3 |
341 | 2024-10-01T01:49:00.717Z | Downloaded quote v1.0.37 |
342 | 2024-10-01T01:49:00.719Z | Downloaded proc-macro2 v1.0.86 |
343 | 2024-10-01T01:49:00.721Z | Downloaded hyper-rustls v0.27.3 |
344 | 2024-10-01T01:49:00.724Z | Downloaded getrandom v0.2.14 |
345 | 2024-10-01T01:49:00.726Z | Downloaded bitflags v2.6.0 |
346 | 2024-10-01T01:49:00.729Z | Downloaded futures-channel v0.3.30 |
347 | 2024-10-01T01:49:00.732Z | Downloaded parking_lot_core v0.9.10 |
348 | 2024-10-01T01:49:00.734Z | Downloaded byteorder v1.5.0 |
349 | 2024-10-01T01:49:00.737Z | Downloaded parse-display-derive v0.10.0 |
350 | 2024-10-01T01:49:00.737Z | Downloaded httpdate v1.0.3 |
351 | 2024-10-01T01:49:00.737Z | Downloaded autocfg v1.3.0 |
352 | 2024-10-01T01:49:00.740Z | Downloaded typify-macro v0.2.0 |
353 | 2024-10-01T01:49:00.740Z | Downloaded deranged v0.3.11 |
354 | 2024-10-01T01:49:00.740Z | Downloaded futures-executor v0.3.30 |
355 | 2024-10-01T01:49:00.743Z | Downloaded debug-ignore v1.0.5 |
356 | 2024-10-01T01:49:00.743Z | Downloaded atomic-waker v1.1.2 |
357 | 2024-10-01T01:49:01.081Z | Compiling proc-macro2 v1.0.86 |
358 | 2024-10-01T01:49:01.081Z | Compiling unicode-ident v1.0.13 |
359 | 2024-10-01T01:49:01.084Z | Compiling libc v0.2.159 |
360 | 2024-10-01T01:49:01.084Z | Checking cfg-if v1.0.0 |
361 | 2024-10-01T01:49:01.084Z | Compiling version_check v0.9.5 |
362 | 2024-10-01T01:49:01.084Z | Compiling autocfg v1.3.0 |
363 | 2024-10-01T01:49:01.106Z | Compiling serde v1.0.210 |
364 | 2024-10-01T01:49:01.108Z | Checking memchr v2.7.2 |
365 | 2024-10-01T01:49:01.212Z | Compiling serde_json v1.0.128 |
366 | 2024-10-01T01:49:01.287Z | Checking itoa v1.0.11 |
367 | 2024-10-01T01:49:01.730Z | Compiling ahash v0.8.11 |
368 | 2024-10-01T01:49:01.822Z | Checking once_cell v1.19.0 |
369 | 2024-10-01T01:49:01.884Z | Compiling thiserror v1.0.64 |
370 | 2024-10-01T01:49:02.326Z | Compiling cc v1.0.97 |
371 | 2024-10-01T01:49:02.534Z | Checking byteorder v1.5.0 |
372 | 2024-10-01T01:49:03.320Z | Checking pin-project-lite v0.2.14 |
373 | 2024-10-01T01:49:03.323Z | Compiling num-traits v0.2.19 |
374 | 2024-10-01T01:49:03.409Z | Checking bytes v1.7.2 |
375 | 2024-10-01T01:49:03.426Z | Checking ryu v1.0.18 |
376 | 2024-10-01T01:49:03.428Z | Checking futures-core v0.3.30 |
377 | 2024-10-01T01:49:03.622Z | Checking allocator-api2 v0.2.18 |
378 | 2024-10-01T01:49:03.829Z | Compiling lock_api v0.4.12 |
379 | 2024-10-01T01:49:03.897Z | Compiling parking_lot_core v0.9.10 |
380 | 2024-10-01T01:49:04.060Z | Checking getrandom v0.2.14 |
381 | 2024-10-01T01:49:04.159Z | Compiling schemars v0.8.21 |
382 | 2024-10-01T01:49:04.179Z | Checking smallvec v1.13.2 |
383 | 2024-10-01T01:49:04.256Z | Compiling quote v1.0.37 |
384 | 2024-10-01T01:49:04.290Z | Checking scopeguard v1.2.0 |
385 | 2024-10-01T01:49:04.308Z | Compiling slab v0.4.9 |
386 | 2024-10-01T01:49:04.391Z | Checking log v0.4.22 |
387 | 2024-10-01T01:49:04.576Z | Checking futures-sink v0.3.30 |
388 | 2024-10-01T01:49:04.654Z | Compiling syn v2.0.79 |
389 | 2024-10-01T01:49:04.727Z | Checking signal-hook-registry v1.4.2 |
390 | 2024-10-01T01:49:04.751Z | Checking mio v1.0.2 |
391 | 2024-10-01T01:49:04.807Z | Checking socket2 v0.5.7 |
392 | 2024-10-01T01:49:04.856Z | Checking parking_lot v0.12.2 |
393 | 2024-10-01T01:49:04.903Z | Compiling ring v0.17.8 |
394 | 2024-10-01T01:49:04.979Z | Checking fnv v1.0.7 |
395 | 2024-10-01T01:49:05.045Z | Checking equivalent v1.0.1 |
396 | 2024-10-01T01:49:05.101Z | Checking http v1.1.0 |
397 | 2024-10-01T01:49:05.120Z | Checking futures-channel v0.3.30 |
398 | 2024-10-01T01:49:05.142Z | Checking futures-task v0.3.30 |
399 | 2024-10-01T01:49:05.195Z | Checking pin-utils v0.1.0 |
400 | 2024-10-01T01:49:05.298Z | Checking futures-io v0.3.30 |
401 | 2024-10-01T01:49:05.343Z | Compiling pkg-config v0.3.30 |
402 | 2024-10-01T01:49:05.391Z | Checking rustls-pki-types v1.7.0 |
403 | 2024-10-01T01:49:05.469Z | Compiling heck v0.5.0 |
404 | 2024-10-01T01:49:05.485Z | Compiling vcpkg v0.2.15 |
405 | 2024-10-01T01:49:05.834Z | Compiling semver v1.0.23 |
406 | 2024-10-01T01:49:05.924Z | Checking spin v0.9.8 |
407 | 2024-10-01T01:49:06.147Z | Checking iana-time-zone v0.1.60 |
408 | 2024-10-01T01:49:06.286Z | Compiling httparse v1.8.0 |
409 | 2024-10-01T01:49:06.378Z | Checking untrusted v0.9.0 |
410 | 2024-10-01T01:49:06.491Z | Compiling ucd-trie v0.1.6 |
411 | 2024-10-01T01:49:06.527Z | Checking tracing-core v0.1.32 |
412 | 2024-10-01T01:49:06.722Z | Checking atomic-waker v1.1.2 |
413 | 2024-10-01T01:49:06.826Z | Checking dyn-clone v1.0.17 |
414 | 2024-10-01T01:49:07.095Z | Compiling openssl-sys v0.9.103 |
415 | 2024-10-01T01:49:07.181Z | Checking tracing v0.1.40 |
416 | 2024-10-01T01:49:07.400Z | Checking http-body v1.0.0 |
417 | 2024-10-01T01:49:07.436Z | Checking zeroize v1.8.1 |
418 | 2024-10-01T01:49:07.489Z | Compiling uuid v1.10.0 |
419 | 2024-10-01T01:49:07.738Z | Checking subtle v2.5.0 |
420 | 2024-10-01T01:49:07.782Z | Checking try-lock v0.2.5 |
421 | 2024-10-01T01:49:07.906Z | Checking want v0.3.1 |
422 | 2024-10-01T01:49:07.959Z | Checking httpdate v1.0.3 |
423 | 2024-10-01T01:49:08.071Z | Compiling chrono v0.4.38 |
424 | 2024-10-01T01:49:08.112Z | Compiling slog v2.7.0 |
425 | 2024-10-01T01:49:08.128Z | Compiling openssl v0.10.66 |
426 | 2024-10-01T01:49:08.161Z | Checking foreign-types-shared v0.1.1 |
427 | 2024-10-01T01:49:08.252Z | Checking foreign-types v0.3.2 |
428 | 2024-10-01T01:49:08.333Z | Compiling aho-corasick v1.1.3 |
429 | 2024-10-01T01:49:08.548Z | Checking tower-service v0.3.2 |
430 | 2024-10-01T01:49:08.630Z | Compiling typenum v1.17.0 |
431 | 2024-10-01T01:49:08.661Z | Compiling regex-syntax v0.8.4 |
432 | 2024-10-01T01:49:09.588Z | Checking tinyvec_macros v0.1.1 |
433 | 2024-10-01T01:49:09.657Z | Checking bitflags v2.6.0 |
434 | 2024-10-01T01:49:09.796Z | Compiling rustls v0.23.10 |
435 | 2024-10-01T01:49:09.903Z | Checking percent-encoding v2.3.1 |
436 | 2024-10-01T01:49:10.092Z | Compiling native-tls v0.2.11 |
437 | 2024-10-01T01:49:10.111Z | Checking form_urlencoded v1.2.1 |
438 | 2024-10-01T01:49:10.272Z | Checking tinyvec v1.6.0 |
439 | 2024-10-01T01:49:10.925Z | Compiling serde_derive_internals v0.29.1 |
440 | 2024-10-01T01:49:11.394Z | Compiling generic-array v0.14.7 |
441 | 2024-10-01T01:49:11.699Z | Compiling regex-automata v0.4.6 |
442 | 2024-10-01T01:49:12.383Z | Checking openssl-probe v0.1.5 |
443 | 2024-10-01T01:49:12.699Z | Checking unicode-normalization v0.1.23 |
444 | 2024-10-01T01:49:13.554Z | Compiling usdt-impl v0.5.0 |
445 | 2024-10-01T01:49:13.644Z | Checking encoding_rs v0.8.34 |
446 | 2024-10-01T01:49:13.698Z | Checking unicode-bidi v0.3.15 |
447 | 2024-10-01T01:49:13.890Z | Compiling num-conv v0.1.0 |
448 | 2024-10-01T01:49:13.950Z | Checking powerfmt v0.2.0 |
449 | 2024-10-01T01:49:14.195Z | Checking base64 v0.22.1 |
450 | 2024-10-01T01:49:14.322Z | Checking mime v0.3.17 |
451 | 2024-10-01T01:49:14.450Z | Compiling time-core v0.1.2 |
452 | 2024-10-01T01:49:14.614Z | Compiling time-macros v0.2.18 |
453 | 2024-10-01T01:49:14.638Z | Checking rustls-pemfile v2.1.3 |
454 | 2024-10-01T01:49:14.655Z | Checking idna v0.5.0 |
455 | 2024-10-01T01:49:14.862Z | Checking deranged v0.3.11 |
456 | 2024-10-01T01:49:15.479Z | Compiling regex v1.10.6 |
457 | 2024-10-01T01:49:15.991Z | Compiling serde_derive v1.0.210 |
458 | 2024-10-01T01:49:16.013Z | Compiling zerocopy-derive v0.7.34 |
459 | 2024-10-01T01:49:16.471Z | Compiling thiserror-impl v1.0.64 |
460 | 2024-10-01T01:49:16.567Z | Compiling schemars_derive v0.8.21 |
461 | 2024-10-01T01:49:17.336Z | Compiling tokio-macros v2.4.0 |
462 | 2024-10-01T01:49:17.864Z | Compiling futures-macro v0.3.30 |
463 | 2024-10-01T01:49:17.971Z | Checking zerocopy v0.7.34 |
464 | 2024-10-01T01:49:18.779Z | Checking tokio v1.39.3 |
465 | 2024-10-01T01:49:19.208Z | Compiling pest v2.7.10 |
466 | 2024-10-01T01:49:19.610Z | Compiling openssl-macros v0.1.1 |
467 | 2024-10-01T01:49:19.682Z | Checking hashbrown v0.14.5 |
468 | 2024-10-01T01:49:19.716Z | Checking futures-util v0.3.30 |
469 | 2024-10-01T01:49:20.832Z | Compiling scroll_derive v0.12.0 |
470 | 2024-10-01T01:49:21.966Z | Compiling pest_meta v2.7.10 |
471 | 2024-10-01T01:49:22.096Z | Compiling regress v0.10.1 |
472 | 2024-10-01T01:49:22.411Z | Checking scroll v0.12.0 |
473 | 2024-10-01T01:49:22.859Z | Checking rustls-webpki v0.102.4 |
474 | 2024-10-01T01:49:24.937Z | Compiling pest_generator v2.7.10 |
475 | 2024-10-01T01:49:26.008Z | Checking tokio-util v0.7.12 |
476 | 2024-10-01T01:49:26.274Z | Checking http-body-util v0.1.2 |
477 | 2024-10-01T01:49:26.478Z | Checking tokio-native-tls v0.3.1 |
478 | 2024-10-01T01:49:26.626Z | Compiling pest_derive v2.7.10 |
479 | 2024-10-01T01:49:26.767Z | Compiling thread-id v4.2.1 |
480 | 2024-10-01T01:49:26.829Z | Checking webpki-roots v0.26.3 |
481 | 2024-10-01T01:49:26.875Z | Checking num_threads v0.1.7 |
482 | 2024-10-01T01:49:27.019Z | Compiling crossbeam-utils v0.8.19 |
483 | 2024-10-01T01:49:27.501Z | Compiling strsim v0.11.1 |
484 | 2024-10-01T01:49:27.504Z | Compiling dtrace-parser v0.2.0 |
485 | 2024-10-01T01:49:27.827Z | Checking plain v0.2.3 |
486 | 2024-10-01T01:49:27.865Z | Compiling ident_case v1.0.1 |
487 | 2024-10-01T01:49:28.048Z | Compiling darling_core v0.20.9 |
488 | 2024-10-01T01:49:28.260Z | Checking goblin v0.8.2 |
489 | 2024-10-01T01:49:29.118Z | Checking indexmap v2.5.0 |
490 | 2024-10-01T01:49:30.024Z | Compiling serde_tokenstream v0.2.2 |
491 | 2024-10-01T01:49:30.410Z | Checking h2 v0.4.6 |
492 | 2024-10-01T01:49:31.172Z | Checking tokio-rustls v0.26.0 |
493 | 2024-10-01T01:49:31.698Z | Compiling dof v0.3.0 |
494 | 2024-10-01T01:49:32.136Z | Checking serde_urlencoded v0.7.1 |
495 | 2024-10-01T01:49:32.575Z | Compiling openapiv3 v2.0.0 |
496 | 2024-10-01T01:49:33.083Z | Checking typify-impl v0.2.0 |
497 | 2024-10-01T01:49:34.142Z | Checking time v0.3.36 |
498 | 2024-10-01T01:49:34.605Z | Checking hyper v1.4.1 |
499 | 2024-10-01T01:49:35.540Z | Checking url v2.5.2 |
500 | 2024-10-01T01:49:35.982Z | Checking dirs-sys-next v0.1.2 |
501 | 2024-10-01T01:49:36.059Z | Checking sync_wrapper v1.0.1 |
502 | 2024-10-01T01:49:36.194Z | Compiling unsafe-libyaml v0.2.11 |
503 | 2024-10-01T01:49:36.315Z | Checking pretty-hex v0.4.1 |
504 | 2024-10-01T01:49:36.363Z | Compiling rustls v0.22.4 |
505 | 2024-10-01T01:49:36.486Z | Compiling paste v1.0.15 |
506 | 2024-10-01T01:49:36.544Z | Compiling omicron-workspace-hack v0.1.0 |
507 | 2024-10-01T01:49:36.669Z | Checking hyper-util v0.1.9 |
508 | 2024-10-01T01:49:36.688Z | Compiling rustversion v1.0.17 |
509 | 2024-10-01T01:49:36.779Z | Checking ipnet v2.10.0 |
510 | 2024-10-01T01:49:37.085Z | Checking dirs-next v2.0.0 |
511 | 2024-10-01T01:49:37.226Z | Compiling darling_macro v0.20.9 |
512 | 2024-10-01T01:49:37.437Z | Checking toml_datetime v0.6.8 |
513 | 2024-10-01T01:49:37.625Z | Compiling serde_yaml v0.9.34+deprecated |
514 | 2024-10-01T01:49:37.719Z | Checking serde_spanned v0.6.7 |
515 | 2024-10-01T01:49:37.873Z | Checking block-buffer v0.10.4 |
516 | 2024-10-01T01:49:37.906Z | Checking crypto-common v0.1.6 |
517 | 2024-10-01T01:49:37.909Z | Compiling structmeta-derive v0.3.0 |
518 | 2024-10-01T01:49:37.941Z | Checking rand_core v0.6.4 |
519 | 2024-10-01T01:49:38.068Z | Checking thread_local v1.1.8 |
520 | 2024-10-01T01:49:38.170Z | Compiling multer v3.1.0 |
521 | 2024-10-01T01:49:38.218Z | Compiling slog-async v2.8.0 |
522 | 2024-10-01T01:49:38.237Z | Compiling anyhow v1.0.89 |
523 | 2024-10-01T01:49:38.363Z | Checking hyper-tls v0.6.0 |
524 | 2024-10-01T01:49:38.381Z | Checking hyper-rustls v0.27.3 |
525 | 2024-10-01T01:49:38.503Z | Checking match_cfg v0.1.0 |
526 | 2024-10-01T01:49:38.590Z | Checking ppv-lite86 v0.2.17 |
527 | 2024-10-01T01:49:38.640Z | Compiling camino v1.1.9 |
528 | 2024-10-01T01:49:38.693Z | Checking reqwest v0.12.7 |
529 | 2024-10-01T01:49:38.727Z | Checking winnow v0.6.18 |
530 | 2024-10-01T01:49:39.067Z | Checking hostname v0.3.1 |
531 | 2024-10-01T01:49:39.266Z | Compiling darling v0.20.9 |
532 | 2024-10-01T01:49:39.297Z | Checking rand_chacha v0.3.1 |
533 | 2024-10-01T01:49:39.379Z | Checking digest v0.10.7 |
534 | 2024-10-01T01:49:39.649Z | Checking crossbeam-channel v0.5.12 |
535 | 2024-10-01T01:49:39.858Z | Checking term v0.7.0 |
536 | 2024-10-01T01:49:40.110Z | Checking progenitor-client v0.8.0 |
537 | 2024-10-01T01:49:40.429Z | Checking slog-json v2.6.1 |
538 | 2024-10-01T01:49:40.633Z | Compiling structmeta v0.3.0 |
539 | 2024-10-01T01:49:40.693Z | Compiling usdt-attr-macro v0.5.0 |
540 | 2024-10-01T01:49:40.965Z | Compiling usdt-macro v0.5.0 |
541 | 2024-10-01T01:49:41.029Z | Checking futures-executor v0.3.30 |
542 | 2024-10-01T01:49:41.251Z | Compiling async-stream-impl v0.3.5 |
543 | 2024-10-01T01:49:41.302Z | Checking memmap v0.7.0 |
544 | 2024-10-01T01:49:41.391Z | Checking is-terminal v0.4.12 |
545 | 2024-10-01T01:49:41.511Z | Compiling dropshot v0.12.0 |
546 | 2024-10-01T01:49:41.529Z | Checking take_mut v0.2.2 |
547 | 2024-10-01T01:49:41.669Z | Checking cpufeatures v0.2.12 |
548 | 2024-10-01T01:49:41.703Z | Checking toml_edit v0.22.22 |
549 | 2024-10-01T01:49:41.766Z | Checking sha1 v0.10.6 |
550 | 2024-10-01T01:49:42.020Z | Checking slog-term v2.9.1 |
551 | 2024-10-01T01:49:42.153Z | Checking futures v0.3.30 |
552 | 2024-10-01T01:49:42.233Z | Checking usdt v0.5.0 |
553 | 2024-10-01T01:49:42.252Z | Compiling parse-display-derive v0.10.0 |
554 | 2024-10-01T01:49:42.271Z | Compiling strum_macros v0.26.4 |
555 | 2024-10-01T01:49:42.480Z | Checking async-stream v0.3.5 |
556 | 2024-10-01T01:49:42.499Z | Checking slog-bunyan v2.5.0 |
557 | 2024-10-01T01:49:42.516Z | Checking rand v0.8.5 |
558 | 2024-10-01T01:49:42.667Z | Compiling serde_with_macros v3.9.0 |
559 | 2024-10-01T01:49:43.834Z | Checking newtype-uuid v1.1.0 |
560 | 2024-10-01T01:49:44.023Z | Checking tokio-rustls v0.25.0 |
561 | 2024-10-01T01:49:44.074Z | Checking ipnetwork v0.20.0 |
562 | 2024-10-01T01:49:44.092Z | Compiling dropshot_endpoint v0.12.0 |
563 | 2024-10-01T01:49:44.341Z | Checking toml v0.8.19 |
564 | 2024-10-01T01:49:44.378Z | Checking serde_path_to_error v0.1.16 |
565 | 2024-10-01T01:49:44.448Z | Checking hex v0.4.3 |
566 | 2024-10-01T01:49:44.994Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
567 | 2024-10-01T01:49:45.017Z | Compiling async-trait v0.1.83 |
568 | 2024-10-01T01:49:45.112Z | Checking waitgroup v0.1.2 |
569 | 2024-10-01T01:49:45.249Z | Checking hostname v0.4.0 |
570 | 2024-10-01T01:49:45.380Z | Checking instant v0.1.12 |
571 | 2024-10-01T01:49:45.401Z | Checking debug-ignore v1.0.5 |
572 | 2024-10-01T01:49:45.486Z | Checking backoff v0.4.0 |
573 | 2024-10-01T01:49:45.527Z | Checking serde_with v3.9.0 |
574 | 2024-10-01T01:49:45.748Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
575 | 2024-10-01T01:49:45.812Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
576 | 2024-10-01T01:49:45.896Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
577 | 2024-10-01T01:49:45.951Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
578 | 2024-10-01T01:49:46.173Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
579 | 2024-10-01T01:49:46.233Z | Checking parse-display v0.10.0 |
580 | 2024-10-01T01:49:46.328Z | Checking macaddr v1.0.1 |
581 | 2024-10-01T01:49:46.478Z | Checking regress v0.9.1 |
582 | 2024-10-01T01:49:46.789Z | Checking strum v0.26.3 |
583 | 2024-10-01T01:49:47.426Z | Compiling typify-macro v0.2.0 |
584 | 2024-10-01T01:49:49.481Z | Compiling typify v0.2.0 |
585 | 2024-10-01T01:49:49.551Z | Compiling progenitor-impl v0.8.0 |
586 | 2024-10-01T01:49:52.141Z | Compiling progenitor-macro v0.8.0 |
587 | 2024-10-01T01:49:57.332Z | Checking progenitor v0.8.0 |
588 | 2024-10-01T01:49:57.448Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
589 | 2024-10-01T01:50:00.336Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
590 | 2024-10-01T01:50:07.854Z | Checking test-project v0.1.0 (/tmp/test-project) |
591 | 2024-10-01T01:50:07.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
592 | 2024-10-01T01:50:08.222Z | + cargo build --release |
593 | 2024-10-01T01:50:08.472Z | Compiling proc-macro2 v1.0.86 |
594 | 2024-10-01T01:50:08.472Z | Compiling unicode-ident v1.0.13 |
595 | 2024-10-01T01:50:08.472Z | Compiling libc v0.2.159 |
596 | 2024-10-01T01:50:08.475Z | Compiling version_check v0.9.5 |
597 | 2024-10-01T01:50:08.475Z | Compiling cfg-if v1.0.0 |
598 | 2024-10-01T01:50:08.475Z | Compiling autocfg v1.3.0 |
599 | 2024-10-01T01:50:08.475Z | Compiling serde v1.0.210 |
600 | 2024-10-01T01:50:08.475Z | Compiling memchr v2.7.2 |
601 | 2024-10-01T01:50:08.583Z | Compiling serde_json v1.0.128 |
602 | 2024-10-01T01:50:08.662Z | Compiling itoa v1.0.11 |
603 | 2024-10-01T01:50:08.947Z | Compiling once_cell v1.19.0 |
604 | 2024-10-01T01:50:09.082Z | Compiling thiserror v1.0.64 |
605 | 2024-10-01T01:50:09.091Z | Compiling ahash v0.8.11 |
606 | 2024-10-01T01:50:09.398Z | Compiling cc v1.0.97 |
607 | 2024-10-01T01:50:09.470Z | Compiling byteorder v1.5.0 |
608 | 2024-10-01T01:50:09.728Z | Compiling num-traits v0.2.19 |
609 | 2024-10-01T01:50:09.950Z | Compiling quote v1.0.37 |
610 | 2024-10-01T01:50:09.968Z | Compiling getrandom v0.2.14 |
611 | 2024-10-01T01:50:10.076Z | Compiling pin-project-lite v0.2.14 |
612 | 2024-10-01T01:50:10.235Z | Compiling ryu v1.0.18 |
613 | 2024-10-01T01:50:10.283Z | Compiling bytes v1.7.2 |
614 | 2024-10-01T01:50:10.358Z | Compiling syn v2.0.79 |
615 | 2024-10-01T01:50:10.577Z | Compiling futures-core v0.3.30 |
616 | 2024-10-01T01:50:10.643Z | Compiling allocator-api2 v0.2.18 |
617 | 2024-10-01T01:50:10.777Z | Compiling lock_api v0.4.12 |
618 | 2024-10-01T01:50:10.787Z | Compiling parking_lot_core v0.9.10 |
619 | 2024-10-01T01:50:10.814Z | Compiling schemars v0.8.21 |
620 | 2024-10-01T01:50:11.272Z | Compiling smallvec v1.13.2 |
621 | 2024-10-01T01:50:11.279Z | Compiling scopeguard v1.2.0 |
622 | 2024-10-01T01:50:11.310Z | Compiling slab v0.4.9 |
623 | 2024-10-01T01:50:11.386Z | Compiling log v0.4.22 |
624 | 2024-10-01T01:50:11.491Z | Compiling futures-sink v0.3.30 |
625 | 2024-10-01T01:50:11.647Z | Compiling signal-hook-registry v1.4.2 |
626 | 2024-10-01T01:50:11.839Z | Compiling socket2 v0.5.7 |
627 | 2024-10-01T01:50:11.861Z | Compiling mio v1.0.2 |
628 | 2024-10-01T01:50:12.132Z | Compiling parking_lot v0.12.2 |
629 | 2024-10-01T01:50:12.196Z | Compiling ring v0.17.8 |
630 | 2024-10-01T01:50:12.265Z | Compiling equivalent v1.0.1 |
631 | 2024-10-01T01:50:12.442Z | Compiling fnv v1.0.7 |
632 | 2024-10-01T01:50:12.523Z | Compiling futures-channel v0.3.30 |
633 | 2024-10-01T01:50:12.561Z | Compiling http v1.1.0 |
634 | 2024-10-01T01:50:12.996Z | Compiling futures-io v0.3.30 |
635 | 2024-10-01T01:50:13.216Z | Compiling futures-task v0.3.30 |
636 | 2024-10-01T01:50:13.442Z | Compiling pin-utils v0.1.0 |
637 | 2024-10-01T01:50:13.512Z | Compiling semver v1.0.23 |
638 | 2024-10-01T01:50:13.544Z | Compiling spin v0.9.8 |
639 | 2024-10-01T01:50:13.734Z | Compiling heck v0.5.0 |
640 | 2024-10-01T01:50:13.791Z | Compiling vcpkg v0.2.15 |
641 | 2024-10-01T01:50:14.027Z | Compiling rustls-pki-types v1.7.0 |
642 | 2024-10-01T01:50:14.091Z | Compiling pkg-config v0.3.30 |
643 | 2024-10-01T01:50:14.581Z | Compiling ucd-trie v0.1.6 |
644 | 2024-10-01T01:50:15.076Z | Compiling httparse v1.8.0 |
645 | 2024-10-01T01:50:15.299Z | Compiling untrusted v0.9.0 |
646 | 2024-10-01T01:50:15.378Z | Compiling iana-time-zone v0.1.60 |
647 | 2024-10-01T01:50:15.461Z | Compiling openssl-sys v0.9.103 |
648 | 2024-10-01T01:50:15.549Z | Compiling tracing-core v0.1.32 |
649 | 2024-10-01T01:50:16.365Z | Compiling dyn-clone v1.0.17 |
650 | 2024-10-01T01:50:16.416Z | Compiling atomic-waker v1.1.2 |
651 | 2024-10-01T01:50:16.569Z | Compiling tracing v0.1.40 |
652 | 2024-10-01T01:50:17.216Z | Compiling chrono v0.4.38 |
653 | 2024-10-01T01:50:17.258Z | Compiling http-body v1.0.0 |
654 | 2024-10-01T01:50:17.353Z | Compiling serde_derive_internals v0.29.1 |
655 | 2024-10-01T01:50:17.540Z | Compiling uuid v1.10.0 |
656 | 2024-10-01T01:50:17.568Z | Compiling subtle v2.5.0 |
657 | 2024-10-01T01:50:17.936Z | Compiling try-lock v0.2.5 |
658 | 2024-10-01T01:50:17.939Z | Compiling zeroize v1.8.1 |
659 | 2024-10-01T01:50:18.101Z | Compiling want v0.3.1 |
660 | 2024-10-01T01:50:18.266Z | Compiling foreign-types-shared v0.1.1 |
661 | 2024-10-01T01:50:18.362Z | Compiling openssl v0.10.66 |
662 | 2024-10-01T01:50:18.389Z | Compiling httpdate v1.0.3 |
663 | 2024-10-01T01:50:18.835Z | Compiling slog v2.7.0 |
664 | 2024-10-01T01:50:19.408Z | Compiling foreign-types v0.3.2 |
665 | 2024-10-01T01:50:19.487Z | Compiling aho-corasick v1.1.3 |
666 | 2024-10-01T01:50:19.582Z | Compiling native-tls v0.2.11 |
667 | 2024-10-01T01:50:19.948Z | Compiling tower-service v0.3.2 |
668 | 2024-10-01T01:50:20.068Z | Compiling percent-encoding v2.3.1 |
669 | 2024-10-01T01:50:20.390Z | Compiling regex-syntax v0.8.4 |
670 | 2024-10-01T01:50:20.527Z | Compiling bitflags v2.6.0 |
671 | 2024-10-01T01:50:20.891Z | Compiling rustls v0.23.10 |
672 | 2024-10-01T01:50:20.934Z | Compiling tinyvec_macros v0.1.1 |
673 | 2024-10-01T01:50:21.015Z | Compiling typenum v1.17.0 |
674 | 2024-10-01T01:50:21.227Z | Compiling tinyvec v1.6.0 |
675 | 2024-10-01T01:50:21.914Z | Compiling form_urlencoded v1.2.1 |
676 | 2024-10-01T01:50:22.459Z | Compiling generic-array v0.14.7 |
677 | 2024-10-01T01:50:22.800Z | Compiling openssl-probe v0.1.5 |
678 | 2024-10-01T01:50:22.819Z | Compiling serde_derive v1.0.210 |
679 | 2024-10-01T01:50:22.891Z | Compiling zerocopy-derive v0.7.34 |
680 | 2024-10-01T01:50:23.107Z | Compiling thiserror-impl v1.0.64 |
681 | 2024-10-01T01:50:23.188Z | Compiling schemars_derive v0.8.21 |
682 | 2024-10-01T01:50:23.301Z | Compiling tokio-macros v2.4.0 |
683 | 2024-10-01T01:50:23.825Z | Compiling futures-macro v0.3.30 |
684 | 2024-10-01T01:50:24.874Z | Compiling tokio v1.39.3 |
685 | 2024-10-01T01:50:24.957Z | Compiling zerocopy v0.7.34 |
686 | 2024-10-01T01:50:26.041Z | Compiling futures-util v0.3.30 |
687 | 2024-10-01T01:50:26.190Z | Compiling pest v2.7.10 |
688 | 2024-10-01T01:50:27.152Z | Compiling hashbrown v0.14.5 |
689 | 2024-10-01T01:50:28.743Z | Compiling pest_meta v2.7.10 |
690 | 2024-10-01T01:50:29.146Z | Compiling rustls-webpki v0.102.4 |
691 | 2024-10-01T01:50:29.210Z | Compiling regress v0.10.1 |
692 | 2024-10-01T01:50:33.064Z | Compiling pest_generator v2.7.10 |
693 | 2024-10-01T01:50:33.581Z | Compiling tokio-util v0.7.12 |
694 | 2024-10-01T01:50:34.060Z | Compiling openssl-macros v0.1.1 |
695 | 2024-10-01T01:50:34.286Z | Compiling regex-automata v0.4.6 |
696 | 2024-10-01T01:50:34.857Z | Compiling pest_derive v2.7.10 |
697 | 2024-10-01T01:50:35.923Z | Compiling http-body-util v0.1.2 |
698 | 2024-10-01T01:50:36.511Z | Compiling scroll_derive v0.12.0 |
699 | 2024-10-01T01:50:38.081Z | Compiling indexmap v2.5.0 |
700 | 2024-10-01T01:50:39.927Z | Compiling serde_tokenstream v0.2.2 |
701 | 2024-10-01T01:50:42.925Z | Compiling h2 v0.4.6 |
702 | 2024-10-01T01:50:46.335Z | Compiling typify-impl v0.2.0 |
703 | 2024-10-01T01:50:49.357Z | Compiling hyper v1.4.1 |
704 | 2024-10-01T01:50:52.249Z | Compiling hyper-util v0.1.9 |
705 | 2024-10-01T01:50:54.788Z | Compiling regex v1.10.6 |
706 | 2024-10-01T01:50:55.787Z | Compiling unicode-normalization v0.1.23 |
707 | 2024-10-01T01:50:58.399Z | Compiling usdt-impl v0.5.0 |
708 | 2024-10-01T01:50:58.545Z | Compiling encoding_rs v0.8.34 |
709 | 2024-10-01T01:50:58.670Z | Compiling typify-macro v0.2.0 |
710 | 2024-10-01T01:50:58.796Z | Compiling time-core v0.1.2 |
711 | 2024-10-01T01:50:58.861Z | Compiling mime v0.3.17 |
712 | 2024-10-01T01:50:58.939Z | Compiling unicode-bidi v0.3.15 |
713 | 2024-10-01T01:51:01.236Z | Compiling base64 v0.22.1 |
714 | 2024-10-01T01:51:02.009Z | Compiling powerfmt v0.2.0 |
715 | 2024-10-01T01:51:02.328Z | Compiling num-conv v0.1.0 |
716 | 2024-10-01T01:51:02.493Z | Compiling deranged v0.3.11 |
717 | 2024-10-01T01:51:02.574Z | Compiling time-macros v0.2.18 |
718 | 2024-10-01T01:51:02.619Z | Compiling rustls-pemfile v2.1.3 |
719 | 2024-10-01T01:51:03.411Z | Compiling idna v0.5.0 |
720 | 2024-10-01T01:51:07.166Z | Compiling thread-id v4.2.1 |
721 | 2024-10-01T01:51:07.268Z | Compiling tokio-native-tls v0.3.1 |
722 | 2024-10-01T01:51:07.549Z | Compiling tokio-rustls v0.26.0 |
723 | 2024-10-01T01:51:08.029Z | Compiling dof v0.3.0 |
724 | 2024-10-01T01:51:08.473Z | Compiling scroll v0.12.0 |
725 | 2024-10-01T01:51:08.907Z | Compiling serde_urlencoded v0.7.1 |
726 | 2024-10-01T01:51:09.116Z | Compiling dtrace-parser v0.2.0 |
727 | 2024-10-01T01:51:09.521Z | Compiling webpki-roots v0.26.3 |
728 | 2024-10-01T01:51:11.035Z | Compiling ident_case v1.0.1 |
729 | 2024-10-01T01:51:11.101Z | Compiling num_threads v0.1.7 |
730 | 2024-10-01T01:51:11.204Z | Compiling crossbeam-utils v0.8.19 |
731 | 2024-10-01T01:51:11.394Z | Compiling plain v0.2.3 |
732 | 2024-10-01T01:51:11.548Z | Compiling omicron-workspace-hack v0.1.0 |
733 | 2024-10-01T01:51:11.955Z | Compiling strsim v0.11.1 |
734 | 2024-10-01T01:51:12.691Z | Compiling darling_core v0.20.9 |
735 | 2024-10-01T01:51:16.958Z | Compiling goblin v0.8.2 |
736 | 2024-10-01T01:51:18.326Z | Compiling time v0.3.36 |
737 | 2024-10-01T01:51:18.328Z | Compiling hyper-rustls v0.27.3 |
738 | 2024-10-01T01:51:20.314Z | Compiling hyper-tls v0.6.0 |
739 | 2024-10-01T01:51:20.813Z | Compiling url v2.5.2 |
740 | 2024-10-01T01:51:21.587Z | Compiling typify v0.2.0 |
741 | 2024-10-01T01:51:21.602Z | Compiling openapiv3 v2.0.0 |
742 | 2024-10-01T01:51:23.544Z | Compiling sync_wrapper v1.0.1 |
743 | 2024-10-01T01:51:23.679Z | Compiling dirs-sys-next v0.1.2 |
744 | 2024-10-01T01:51:25.211Z | Compiling rustversion v1.0.17 |
745 | 2024-10-01T01:51:25.876Z | Compiling rustls v0.22.4 |
746 | 2024-10-01T01:51:25.948Z | Compiling ipnet v2.10.0 |
747 | 2024-10-01T01:51:26.208Z | Compiling pretty-hex v0.4.1 |
748 | 2024-10-01T01:51:26.362Z | Compiling paste v1.0.15 |
749 | 2024-10-01T01:51:26.401Z | Compiling unsafe-libyaml v0.2.11 |
750 | 2024-10-01T01:51:26.938Z | Compiling reqwest v0.12.7 |
751 | 2024-10-01T01:51:28.231Z | Compiling serde_yaml v0.9.34+deprecated |
752 | 2024-10-01T01:51:28.456Z | Compiling progenitor-impl v0.8.0 |
753 | 2024-10-01T01:51:28.776Z | Compiling dirs-next v2.0.0 |
754 | 2024-10-01T01:51:29.030Z | Compiling darling_macro v0.20.9 |
755 | 2024-10-01T01:51:32.110Z | Compiling block-buffer v0.10.4 |
756 | 2024-10-01T01:51:32.344Z | Compiling crypto-common v0.1.6 |
757 | 2024-10-01T01:51:32.549Z | Compiling serde_spanned v0.6.7 |
758 | 2024-10-01T01:51:32.689Z | Compiling toml_datetime v0.6.8 |
759 | 2024-10-01T01:51:32.781Z | Compiling structmeta-derive v0.3.0 |
760 | 2024-10-01T01:51:33.371Z | Compiling rand_core v0.6.4 |
761 | 2024-10-01T01:51:33.958Z | Compiling thread_local v1.1.8 |
762 | 2024-10-01T01:51:34.711Z | Compiling multer v3.1.0 |
763 | 2024-10-01T01:51:35.068Z | Compiling match_cfg v0.1.0 |
764 | 2024-10-01T01:51:35.150Z | Compiling slog-async v2.8.0 |
765 | 2024-10-01T01:51:35.235Z | Compiling ppv-lite86 v0.2.17 |
766 | 2024-10-01T01:51:35.396Z | Compiling anyhow v1.0.89 |
767 | 2024-10-01T01:51:35.582Z | Compiling camino v1.1.9 |
768 | 2024-10-01T01:51:35.653Z | Compiling winnow v0.6.18 |
769 | 2024-10-01T01:51:36.036Z | Compiling rand_chacha v0.3.1 |
770 | 2024-10-01T01:51:36.209Z | Compiling structmeta v0.3.0 |
771 | 2024-10-01T01:51:36.241Z | Compiling progenitor-macro v0.8.0 |
772 | 2024-10-01T01:51:36.575Z | Compiling hostname v0.3.1 |
773 | 2024-10-01T01:51:37.773Z | Compiling digest v0.10.7 |
774 | 2024-10-01T01:51:38.212Z | Compiling crossbeam-channel v0.5.12 |
775 | 2024-10-01T01:51:39.896Z | Compiling toml_edit v0.22.22 |
776 | 2024-10-01T01:51:40.163Z | Compiling darling v0.20.9 |
777 | 2024-10-01T01:51:40.270Z | Compiling term v0.7.0 |
778 | 2024-10-01T01:51:41.512Z | Compiling progenitor-client v0.8.0 |
779 | 2024-10-01T01:51:46.077Z | Compiling usdt-macro v0.5.0 |
780 | 2024-10-01T01:51:47.481Z | Compiling usdt-attr-macro v0.5.0 |
781 | 2024-10-01T01:51:48.428Z | Compiling slog-json v2.6.1 |
782 | 2024-10-01T01:51:48.910Z | Compiling futures-executor v0.3.30 |
783 | 2024-10-01T01:51:49.021Z | Compiling async-stream-impl v0.3.5 |
784 | 2024-10-01T01:51:50.098Z | Compiling memmap v0.7.0 |
785 | 2024-10-01T01:51:50.413Z | Compiling is-terminal v0.4.12 |
786 | 2024-10-01T01:51:50.508Z | Compiling dropshot v0.12.0 |
787 | 2024-10-01T01:51:50.532Z | Compiling cpufeatures v0.2.12 |
788 | 2024-10-01T01:51:50.622Z | Compiling take_mut v0.2.2 |
789 | 2024-10-01T01:51:50.935Z | Compiling sha1 v0.10.6 |
790 | 2024-10-01T01:51:51.645Z | Compiling progenitor v0.8.0 |
791 | 2024-10-01T01:51:51.680Z | Compiling slog-term v2.9.1 |
792 | 2024-10-01T01:51:51.842Z | Compiling async-stream v0.3.5 |
793 | 2024-10-01T01:51:52.187Z | Compiling usdt v0.5.0 |
794 | 2024-10-01T01:51:53.766Z | Compiling futures v0.3.30 |
795 | 2024-10-01T01:51:53.966Z | Compiling slog-bunyan v2.5.0 |
796 | 2024-10-01T01:51:54.239Z | Compiling tokio-rustls v0.25.0 |
797 | 2024-10-01T01:51:54.334Z | Compiling strum_macros v0.26.4 |
798 | 2024-10-01T01:51:54.598Z | Compiling toml v0.8.19 |
799 | 2024-10-01T01:51:54.669Z | Compiling serde_with_macros v3.9.0 |
800 | 2024-10-01T01:51:59.011Z | Compiling parse-display-derive v0.10.0 |
801 | 2024-10-01T01:52:00.317Z | Compiling rand v0.8.5 |
802 | 2024-10-01T01:52:03.140Z | Compiling newtype-uuid v1.1.0 |
803 | 2024-10-01T01:52:03.390Z | Compiling ipnetwork v0.20.0 |
804 | 2024-10-01T01:52:03.478Z | Compiling dropshot_endpoint v0.12.0 |
805 | 2024-10-01T01:52:03.526Z | Compiling serde_path_to_error v0.1.16 |
806 | 2024-10-01T01:52:03.807Z | Compiling hex v0.4.3 |
807 | 2024-10-01T01:52:04.510Z | Compiling async-trait v0.1.83 |
808 | 2024-10-01T01:52:04.526Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
809 | 2024-10-01T01:52:05.364Z | Compiling waitgroup v0.1.2 |
810 | 2024-10-01T01:52:05.607Z | Compiling hostname v0.4.0 |
811 | 2024-10-01T01:52:05.866Z | Compiling instant v0.1.12 |
812 | 2024-10-01T01:52:06.014Z | Compiling debug-ignore v1.0.5 |
813 | 2024-10-01T01:52:06.143Z | Compiling backoff v0.4.0 |
814 | 2024-10-01T01:52:06.483Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
815 | 2024-10-01T01:52:06.671Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
816 | 2024-10-01T01:52:06.841Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
817 | 2024-10-01T01:52:07.036Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
818 | 2024-10-01T01:52:07.667Z | Compiling parse-display v0.10.0 |
819 | 2024-10-01T01:52:08.236Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
820 | 2024-10-01T01:52:09.782Z | Compiling strum v0.26.3 |
821 | 2024-10-01T01:52:09.973Z | Compiling serde_with v3.9.0 |
822 | 2024-10-01T01:52:11.746Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
823 | 2024-10-01T01:52:12.014Z | Compiling macaddr v1.0.1 |
824 | 2024-10-01T01:52:12.585Z | Compiling regress v0.9.1 |
825 | 2024-10-01T01:52:18.935Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
826 | 2024-10-01T01:52:29.143Z | Compiling test-project v0.1.0 (/tmp/test-project) |
827 | 2024-10-01T01:52:38.683Z | Finished `release` profile [optimized] target(s) in 2m 30s |
828 | 2024-10-01T01:52:38.744Z | process exited: duration 229620 ms, exit code 0 |
|
829 | 2024-10-01T01:52:38.749Z | found 0 output files |