|
|
|
1 | 2024-10-18T17:12:18.608Z | job assigned to worker 01JAG9SX2FCJCDCQ65C04M5YZ5 (queued for 45 s) |
|
2 | 2024-10-18T17:12:25.627Z | starting task 0: "setup" |
3 | 2024-10-18T17:12:25.636Z | ++ uname -s |
4 | 2024-10-18T17:12:25.639Z | + kern=SunOS |
5 | 2024-10-18T17:12:25.639Z | + case "$kern" in |
6 | 2024-10-18T17:12:25.639Z | + groupadd -g 12345 build |
7 | 2024-10-18T17:12:25.642Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-10-18T17:12:27.651Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-10-18T17:12:27.812Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-10-18T17:12:27.814Z | + home_fs=zfs |
11 | 2024-10-18T17:12:27.815Z | + [[ zfs == autofs ]] |
12 | 2024-10-18T17:12:27.815Z | + mkdir -p /home/build |
13 | 2024-10-18T17:12:27.817Z | + chown build:build /home/build /work |
14 | 2024-10-18T17:12:29.819Z | + chmod 0700 /home/build /work |
15 | 2024-10-18T17:12:29.822Z | process exited: duration 4197 ms, exit code 0 |
|
16 | 2024-10-18T17:12:29.829Z | starting task 1: "rust-toolchain" |
17 | 2024-10-18T17:12:29.835Z | + printf ' * toolchain channel = "%s" |
18 | 2024-10-18T17:12:29.835Z | ' 1.80.1 |
19 | 2024-10-18T17:12:29.837Z | * toolchain channel = "1.80.1" |
20 | 2024-10-18T17:12:29.837Z | + printf ' * toolchain profile = "%s" |
21 | 2024-10-18T17:12:29.837Z | ' default |
22 | 2024-10-18T17:12:29.837Z | * toolchain profile = "default" |
23 | 2024-10-18T17:12:29.837Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-10-18T17:12:29.837Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-10-18T17:12:29.956Z | info: downloading installer |
26 | 2024-10-18T17:12:31.377Z | info: profile set to 'default' |
27 | 2024-10-18T17:12:31.377Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-10-18T17:12:31.380Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-10-18T17:12:31.513Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-10-18T17:12:31.513Z | info: downloading component 'cargo' |
31 | 2024-10-18T17:12:32.225Z | info: downloading component 'clippy' |
32 | 2024-10-18T17:12:32.477Z | info: downloading component 'rust-docs' |
33 | 2024-10-18T17:12:33.464Z | info: downloading component 'rust-std' |
34 | 2024-10-18T17:12:34.850Z | info: downloading component 'rustc' |
35 | 2024-10-18T17:12:38.710Z | info: downloading component 'rustfmt' |
36 | 2024-10-18T17:12:38.918Z | info: installing component 'cargo' |
37 | 2024-10-18T17:12:39.747Z | info: installing component 'clippy' |
38 | 2024-10-18T17:12:40.115Z | info: installing component 'rust-docs' |
39 | 2024-10-18T17:12:41.753Z | info: installing component 'rust-std' |
40 | 2024-10-18T17:12:43.384Z | info: installing component 'rustc' |
41 | 2024-10-18T17:12:47.486Z | info: installing component 'rustfmt' |
42 | 2024-10-18T17:12:47.820Z | |
43 | 2024-10-18T17:12:47.820Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
44 | 2024-10-18T17:12:48.071Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-10-18T17:12:48.072Z | |
46 | 2024-10-18T17:12:48.074Z | |
47 | 2024-10-18T17:12:48.074Z | Rust is installed now. Great! |
48 | 2024-10-18T17:12:48.074Z | |
49 | 2024-10-18T17:12:48.074Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-10-18T17:12:48.074Z | environment variable. This has not been done automatically. |
51 | 2024-10-18T17:12:48.074Z | |
52 | 2024-10-18T17:12:48.075Z | To configure your current shell, you need to source |
53 | 2024-10-18T17:12:48.075Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-10-18T17:12:48.075Z | |
55 | 2024-10-18T17:12:48.075Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-10-18T17:12:48.075Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-10-18T17:12:48.075Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-10-18T17:12:48.124Z | + rustc --version |
59 | 2024-10-18T17:12:48.187Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-10-18T17:12:48.189Z | process exited: duration 18358 ms, exit code 0 |
|
61 | 2024-10-18T17:12:48.195Z | starting task 2: "authentication" |
62 | 2024-10-18T17:12:48.215Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-10-18T17:12:48.221Z | starting task 3: "clone repository" |
64 | 2024-10-18T17:12:48.226Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-10-18T17:12:48.229Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-10-18T17:12:48.266Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-10-18T17:12:55.310Z | + cd /work/oxidecomputer/omicron |
68 | 2024-10-18T17:12:55.310Z | + git fetch origin d69155eb692c56e24756eaa1b18239813771d04d |
69 | 2024-10-18T17:12:55.596Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-10-18T17:12:55.596Z | * branch d69155eb692c56e24756eaa1b18239813771d04d -> FETCH_HEAD |
71 | 2024-10-18T17:12:55.605Z | + [[ -n clickhouse-native-qorb-pool ]] |
72 | 2024-10-18T17:12:55.608Z | ++ git branch --show-current |
73 | 2024-10-18T17:12:55.611Z | + current=main |
74 | 2024-10-18T17:12:55.611Z | + [[ main != clickhouse-native-qorb-pool ]] |
75 | 2024-10-18T17:12:55.611Z | + git branch -f clickhouse-native-qorb-pool d69155eb692c56e24756eaa1b18239813771d04d |
76 | 2024-10-18T17:12:55.614Z | + git checkout -f clickhouse-native-qorb-pool |
77 | 2024-10-18T17:12:55.781Z | Switched to branch 'clickhouse-native-qorb-pool' |
78 | 2024-10-18T17:12:55.784Z | + git reset --hard d69155eb692c56e24756eaa1b18239813771d04d |
79 | 2024-10-18T17:12:55.948Z | HEAD is now at d69155eb6 Bump disk import timeout in helios / deploy CI job |
80 | 2024-10-18T17:12:55.951Z | process exited: duration 7727 ms, exit code 0 |
|
81 | 2024-10-18T17:12:55.959Z | starting task 4: "build" |
82 | 2024-10-18T17:12:55.963Z | + source .github/buildomat/ci-env.sh |
83 | 2024-10-18T17:12:55.963Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-10-18T17:12:55.963Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-10-18T17:12:55.965Z | + cargo --version |
86 | 2024-10-18T17:12:56.019Z | cargo 1.80.1 (376290515 2024-07-16) |
87 | 2024-10-18T17:12:56.021Z | + rustc --version |
88 | 2024-10-18T17:12:56.079Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
89 | 2024-10-18T17:12:56.081Z | + cd /tmp |
90 | 2024-10-18T17:12:56.081Z | + cargo new --lib test-project |
91 | 2024-10-18T17:12:56.135Z | Creating library `test-project` package |
92 | 2024-10-18T17:12:56.208Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-10-18T17:12:56.210Z | + cd test-project |
94 | 2024-10-18T17:12:56.210Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-10-18T17:12:56.267Z | Adding omicron-common (local) to dependencies |
96 | 2024-10-18T17:12:56.267Z | Features: |
97 | 2024-10-18T17:12:56.267Z | - proptest |
98 | 2024-10-18T17:12:56.270Z | - test-strategy |
99 | 2024-10-18T17:12:56.270Z | - testing |
100 | 2024-10-18T17:12:56.270Z | Updating crates.io index |
101 | 2024-10-18T17:12:56.393Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-10-18T17:12:57.144Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-10-18T17:12:57.683Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-10-18T17:12:58.144Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-10-18T17:12:59.537Z | Locking 300 packages to latest compatible versions |
106 | 2024-10-18T17:12:59.540Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-10-18T17:12:59.540Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
108 | 2024-10-18T17:12:59.540Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
109 | 2024-10-18T17:12:59.540Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
110 | 2024-10-18T17:12:59.542Z | Adding hashbrown v0.12.3 (latest: v0.15.0) |
111 | 2024-10-18T17:12:59.542Z | Adding hashbrown v0.14.5 (latest: v0.15.0) |
112 | 2024-10-18T17:12:59.542Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
113 | 2024-10-18T17:12:59.542Z | Adding hostname v0.3.1 (latest: v0.4.0) |
114 | 2024-10-18T17:12:59.542Z | Adding idna v0.5.0 (latest: v1.0.2) |
115 | 2024-10-18T17:12:59.542Z | Adding indexmap v1.9.3 (latest: v2.6.0) |
116 | 2024-10-18T17:12:59.545Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
117 | 2024-10-18T17:12:59.548Z | Adding regress v0.9.1 (latest: v0.10.1) |
118 | 2024-10-18T17:12:59.552Z | Adding rustls v0.22.4 (latest: v0.23.15) |
119 | 2024-10-18T17:12:59.554Z | Adding security-framework v2.11.1 (latest: v3.0.0) |
120 | 2024-10-18T17:12:59.557Z | Adding term v0.7.0 (latest: v1.0.0) |
121 | 2024-10-18T17:12:59.560Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
122 | 2024-10-18T17:12:59.560Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
123 | 2024-10-18T17:12:59.563Z | Adding windows v0.52.0 (latest: v0.58.0) |
124 | 2024-10-18T17:12:59.563Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
125 | 2024-10-18T17:12:59.563Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
126 | 2024-10-18T17:12:59.563Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
127 | 2024-10-18T17:12:59.563Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
128 | 2024-10-18T17:12:59.563Z | Adding zerocopy v0.7.35 (latest: v0.8.6) |
129 | 2024-10-18T17:12:59.563Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.6) |
130 | 2024-10-18T17:12:59.635Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
131 | 2024-10-18T17:12:59.637Z | + cargo check |
132 | 2024-10-18T17:12:59.800Z | Updating crates.io index |
133 | 2024-10-18T17:13:00.475Z | Locking 2 packages to latest compatible versions |
134 | 2024-10-18T17:13:04.405Z | Adding omicron-workspace-hack v0.1.0 |
135 | 2024-10-18T17:13:06.885Z | Adding test-project v0.1.0 (/tmp/test-project) |
136 | 2024-10-18T17:13:07.838Z | Downloading crates ... |
137 | 2024-10-18T17:13:07.912Z | Downloaded dtrace-parser v0.2.0 |
138 | 2024-10-18T17:13:07.915Z | Downloaded fnv v1.0.7 |
139 | 2024-10-18T17:13:07.918Z | Downloaded digest v0.10.7 |
140 | 2024-10-18T17:13:07.922Z | Downloaded ident_case v1.0.1 |
141 | 2024-10-18T17:13:07.925Z | Downloaded foreign-types-shared v0.1.1 |
142 | 2024-10-18T17:13:07.935Z | Downloaded num_threads v0.1.7 |
143 | 2024-10-18T17:13:07.937Z | Downloaded num-conv v0.1.0 |
144 | 2024-10-18T17:13:07.940Z | Downloaded crypto-common v0.1.6 |
145 | 2024-10-18T17:13:07.940Z | Downloaded openssl-macros v0.1.1 |
146 | 2024-10-18T17:13:07.940Z | Downloaded cpufeatures v0.2.14 |
147 | 2024-10-18T17:13:07.943Z | Downloaded cfg-if v1.0.0 |
148 | 2024-10-18T17:13:07.945Z | Downloaded tower-service v0.3.3 |
149 | 2024-10-18T17:13:07.945Z | Downloaded uuid v1.10.0 |
150 | 2024-10-18T17:13:07.949Z | Downloaded dirs-sys-next v0.1.2 |
151 | 2024-10-18T17:13:07.951Z | Downloaded scroll_derive v0.12.0 |
152 | 2024-10-18T17:13:07.954Z | Downloaded openssl-probe v0.1.5 |
153 | 2024-10-18T17:13:07.954Z | Downloaded hyper-tls v0.6.0 |
154 | 2024-10-18T17:13:07.956Z | Downloaded http-body-util v0.1.2 |
155 | 2024-10-18T17:13:07.958Z | Downloaded futures-core v0.3.31 |
156 | 2024-10-18T17:13:07.961Z | Downloaded pretty-hex v0.4.1 |
157 | 2024-10-18T17:13:07.961Z | Downloaded usdt-impl v0.5.0 |
158 | 2024-10-18T17:13:07.963Z | Downloaded toml_datetime v0.6.8 |
159 | 2024-10-18T17:13:07.963Z | Downloaded ipnetwork v0.20.0 |
160 | 2024-10-18T17:13:07.966Z | Downloaded hostname v0.3.1 |
161 | 2024-10-18T17:13:07.968Z | Downloaded darling_macro v0.20.10 |
162 | 2024-10-18T17:13:07.968Z | Downloaded rustc-hash v2.0.0 |
163 | 2024-10-18T17:13:07.971Z | Downloaded powerfmt v0.2.0 |
164 | 2024-10-18T17:13:07.973Z | Downloaded paste v1.0.15 |
165 | 2024-10-18T17:13:07.975Z | Downloaded itoa v1.0.11 |
166 | 2024-10-18T17:13:07.978Z | Downloaded scopeguard v1.2.0 |
167 | 2024-10-18T17:13:07.980Z | Downloaded rand_core v0.6.4 |
168 | 2024-10-18T17:13:07.980Z | Downloaded pkg-config v0.3.31 |
169 | 2024-10-18T17:13:07.983Z | Downloaded getrandom v0.2.15 |
170 | 2024-10-18T17:13:07.986Z | Downloaded pest_generator v2.7.14 |
171 | 2024-10-18T17:13:07.988Z | Downloaded rustversion v1.0.17 |
172 | 2024-10-18T17:13:07.991Z | Downloaded progenitor v0.8.0 |
173 | 2024-10-18T17:13:07.991Z | Downloaded slab v0.4.9 |
174 | 2024-10-18T17:13:07.994Z | Downloaded serde_tokenstream v0.2.2 |
175 | 2024-10-18T17:13:07.997Z | Downloaded foreign-types v0.3.2 |
176 | 2024-10-18T17:13:07.997Z | Downloaded native-tls v0.2.12 |
177 | 2024-10-18T17:13:07.999Z | Downloaded serde_path_to_error v0.1.16 |
178 | 2024-10-18T17:13:08.002Z | Downloaded http-body v1.0.1 |
179 | 2024-10-18T17:13:08.002Z | Downloaded serde_urlencoded v0.7.1 |
180 | 2024-10-18T17:13:08.004Z | Downloaded mime v0.3.17 |
181 | 2024-10-18T17:13:08.004Z | Downloaded atomic-waker v1.1.2 |
182 | 2024-10-18T17:13:08.007Z | Downloaded quinn-udp v0.5.5 |
183 | 2024-10-18T17:13:08.009Z | Downloaded zerocopy-derive v0.7.35 |
184 | 2024-10-18T17:13:08.013Z | Downloaded sync_wrapper v1.0.1 |
185 | 2024-10-18T17:13:08.016Z | Downloaded sha1 v0.10.6 |
186 | 2024-10-18T17:13:08.018Z | Downloaded tinyvec_macros v0.1.1 |
187 | 2024-10-18T17:13:08.018Z | Downloaded bitflags v2.6.0 |
188 | 2024-10-18T17:13:08.022Z | Downloaded usdt-macro v0.5.0 |
189 | 2024-10-18T17:13:08.025Z | Downloaded time-core v0.1.2 |
190 | 2024-10-18T17:13:08.025Z | Downloaded strum v0.26.3 |
191 | 2024-10-18T17:13:08.027Z | Downloaded pin-project-lite v0.2.14 |
192 | 2024-10-18T17:13:08.030Z | Downloaded typify-macro v0.2.0 |
193 | 2024-10-18T17:13:08.033Z | Downloaded serde_with_macros v3.11.0 |
194 | 2024-10-18T17:13:08.035Z | Downloaded usdt v0.5.0 |
195 | 2024-10-18T17:13:08.035Z | Downloaded take_mut v0.2.2 |
196 | 2024-10-18T17:13:08.038Z | Downloaded darling_core v0.20.10 |
197 | 2024-10-18T17:13:08.041Z | Downloaded structmeta-derive v0.3.0 |
198 | 2024-10-18T17:13:08.044Z | Downloaded progenitor-client v0.8.0 |
199 | 2024-10-18T17:13:08.044Z | Downloaded generic-array v0.14.7 |
200 | 2024-10-18T17:13:08.046Z | Downloaded futures-task v0.3.31 |
201 | 2024-10-18T17:13:08.046Z | Downloaded futures-executor v0.3.31 |
202 | 2024-10-18T17:13:08.049Z | Downloaded form_urlencoded v1.2.1 |
203 | 2024-10-18T17:13:08.049Z | Downloaded block-buffer v0.10.4 |
204 | 2024-10-18T17:13:08.052Z | Downloaded is-terminal v0.4.13 |
205 | 2024-10-18T17:13:08.052Z | Downloaded futures-macro v0.3.31 |
206 | 2024-10-18T17:13:08.054Z | Downloaded hex v0.4.3 |
207 | 2024-10-18T17:13:08.054Z | Downloaded untrusted v0.9.0 |
208 | 2024-10-18T17:13:08.057Z | Downloaded deranged v0.3.11 |
209 | 2024-10-18T17:13:08.059Z | Downloaded unicode-bidi v0.3.17 |
210 | 2024-10-18T17:13:08.062Z | Downloaded want v0.3.1 |
211 | 2024-10-18T17:13:08.062Z | Downloaded progenitor-impl v0.8.0 |
212 | 2024-10-18T17:13:08.064Z | Downloaded parse-display v0.10.0 |
213 | 2024-10-18T17:13:08.067Z | Downloaded memmap v0.7.0 |
214 | 2024-10-18T17:13:08.070Z | Downloaded tracing-core v0.1.32 |
215 | 2024-10-18T17:13:08.073Z | Downloaded futures v0.3.31 |
216 | 2024-10-18T17:13:08.076Z | Downloaded structmeta v0.3.0 |
217 | 2024-10-18T17:13:08.078Z | Downloaded parking_lot v0.12.3 |
218 | 2024-10-18T17:13:08.081Z | Downloaded rustls-pki-types v1.9.0 |
219 | 2024-10-18T17:13:08.084Z | Downloaded ppv-lite86 v0.2.20 |
220 | 2024-10-18T17:13:08.086Z | Downloaded tokio-macros v2.4.0 |
221 | 2024-10-18T17:13:08.086Z | Downloaded smallvec v1.13.2 |
222 | 2024-10-18T17:13:08.089Z | Downloaded rand_chacha v0.3.1 |
223 | 2024-10-18T17:13:08.092Z | Downloaded hyper-rustls v0.27.3 |
224 | 2024-10-18T17:13:08.094Z | Downloaded hostname v0.4.0 |
225 | 2024-10-18T17:13:08.094Z | Downloaded thiserror v1.0.64 |
226 | 2024-10-18T17:13:08.100Z | Downloaded progenitor-macro v0.8.0 |
227 | 2024-10-18T17:13:08.103Z | Downloaded thread_local v1.1.8 |
228 | 2024-10-18T17:13:08.105Z | Downloaded slog-bunyan v2.5.0 |
229 | 2024-10-18T17:13:08.105Z | Downloaded shlex v1.3.0 |
230 | 2024-10-18T17:13:08.107Z | Downloaded serde_spanned v0.6.8 |
231 | 2024-10-18T17:13:08.107Z | Downloaded slog-async v2.8.0 |
232 | 2024-10-18T17:13:08.110Z | Downloaded ucd-trie v0.1.7 |
233 | 2024-10-18T17:13:08.112Z | Downloaded tokio-native-tls v0.3.1 |
234 | 2024-10-18T17:13:08.115Z | Downloaded schemars v0.8.21 |
235 | 2024-10-18T17:13:08.126Z | Downloaded tokio-rustls v0.26.0 |
236 | 2024-10-18T17:13:08.128Z | Downloaded slog-term v2.9.1 |
237 | 2024-10-18T17:13:08.131Z | Downloaded serde v1.0.210 |
238 | 2024-10-18T17:13:08.134Z | Downloaded thread-id v4.2.2 |
239 | 2024-10-18T17:13:08.137Z | Downloaded time-macros v0.2.18 |
240 | 2024-10-18T17:13:08.139Z | Downloaded tokio-rustls v0.25.0 |
241 | 2024-10-18T17:13:08.139Z | Downloaded signal-hook-registry v1.4.2 |
242 | 2024-10-18T17:13:08.142Z | Downloaded serde_derive_internals v0.29.1 |
243 | 2024-10-18T17:13:08.144Z | Downloaded sha2 v0.10.8 |
244 | 2024-10-18T17:13:08.147Z | Downloaded strum_macros v0.26.4 |
245 | 2024-10-18T17:13:08.147Z | Downloaded socket2 v0.5.7 |
246 | 2024-10-18T17:13:08.150Z | Downloaded tinyvec v1.8.0 |
247 | 2024-10-18T17:13:08.152Z | Downloaded toml v0.8.19 |
248 | 2024-10-18T17:13:08.156Z | Downloaded indexmap v2.6.0 |
249 | 2024-10-18T17:13:08.160Z | Downloaded semver v1.0.23 |
250 | 2024-10-18T17:13:08.163Z | Downloaded ryu v1.0.18 |
251 | 2024-10-18T17:13:08.166Z | Downloaded rand v0.8.5 |
252 | 2024-10-18T17:13:08.171Z | Downloaded proc-macro2 v1.0.87 |
253 | 2024-10-18T17:13:08.173Z | Downloaded term v0.7.0 |
254 | 2024-10-18T17:13:08.177Z | Downloaded tracing v0.1.40 |
255 | 2024-10-18T17:13:08.181Z | Downloaded hyper-util v0.1.9 |
256 | 2024-10-18T17:13:08.187Z | Downloaded memchr v2.7.4 |
257 | 2024-10-18T17:13:08.193Z | Downloaded serde_derive v1.0.210 |
258 | 2024-10-18T17:13:08.195Z | Downloaded serde_yaml v0.9.34+deprecated |
259 | 2024-10-18T17:13:08.199Z | Downloaded hashbrown v0.12.3 |
260 | 2024-10-18T17:13:08.203Z | Downloaded openssl-sys v0.9.103 |
261 | 2024-10-18T17:13:08.209Z | Downloaded cc v1.1.30 |
262 | 2024-10-18T17:13:08.212Z | Downloaded mio v1.0.2 |
263 | 2024-10-18T17:13:08.219Z | Downloaded hashbrown v0.14.5 |
264 | 2024-10-18T17:13:08.224Z | Downloaded base64 v0.22.1 |
265 | 2024-10-18T17:13:08.229Z | Downloaded unicode-normalization v0.1.24 |
266 | 2024-10-18T17:13:08.232Z | Downloaded pest v2.7.14 |
267 | 2024-10-18T17:13:08.238Z | Downloaded hashbrown v0.15.0 |
268 | 2024-10-18T17:13:08.244Z | Downloaded h2 v0.4.6 |
269 | 2024-10-18T17:13:08.252Z | Downloaded time v0.3.36 |
270 | 2024-10-18T17:13:08.259Z | Downloaded goblin v0.8.2 |
271 | 2024-10-18T17:13:08.266Z | Downloaded serde_json v1.0.128 |
272 | 2024-10-18T17:13:08.275Z | Downloaded aho-corasick v1.1.3 |
273 | 2024-10-18T17:13:08.281Z | Downloaded chrono v0.4.38 |
274 | 2024-10-18T17:13:08.289Z | Downloaded zerocopy v0.7.35 |
275 | 2024-10-18T17:13:08.306Z | Downloaded serde_with v3.11.0 |
276 | 2024-10-18T17:13:08.314Z | Downloaded syn v2.0.79 |
277 | 2024-10-18T17:13:08.325Z | Downloaded reqwest v0.12.8 |
278 | 2024-10-18T17:13:08.333Z | Downloaded quinn-proto v0.11.8 |
279 | 2024-10-18T17:13:08.340Z | Downloaded rustls-webpki v0.102.8 |
280 | 2024-10-18T17:13:08.360Z | Downloaded webpki-roots v0.26.6 |
281 | 2024-10-18T17:13:08.362Z | Downloaded vcpkg v0.2.15 |
282 | 2024-10-18T17:13:08.399Z | Downloaded openapiv3 v2.0.0 |
283 | 2024-10-18T17:13:08.410Z | Downloaded regex v1.11.0 |
284 | 2024-10-18T17:13:08.423Z | Downloaded rustls v0.23.14 |
285 | 2024-10-18T17:13:08.434Z | Downloaded rustls v0.22.4 |
286 | 2024-10-18T17:13:08.447Z | Downloaded regress v0.9.1 |
287 | 2024-10-18T17:13:08.456Z | Downloaded tokio v1.40.0 |
288 | 2024-10-18T17:13:08.492Z | Downloaded typify-impl v0.2.0 |
289 | 2024-10-18T17:13:08.506Z | Downloaded regex-automata v0.4.8 |
290 | 2024-10-18T17:13:08.522Z | Downloaded encoding_rs v0.8.34 |
291 | 2024-10-18T17:13:08.542Z | Downloaded libc v0.2.159 |
292 | 2024-10-18T17:13:08.567Z | Downloaded regex-syntax v0.8.5 |
293 | 2024-10-18T17:13:08.575Z | Downloaded regress v0.10.1 |
294 | 2024-10-18T17:13:08.583Z | Downloaded openssl v0.10.66 |
295 | 2024-10-18T17:13:08.592Z | Downloaded idna v0.5.0 |
296 | 2024-10-18T17:13:08.598Z | Downloaded dropshot v0.12.0 |
297 | 2024-10-18T17:13:08.618Z | Downloaded winnow v0.6.20 |
298 | 2024-10-18T17:13:08.626Z | Downloaded tokio-util v0.7.12 |
299 | 2024-10-18T17:13:08.632Z | Downloaded futures-util v0.3.31 |
300 | 2024-10-18T17:13:08.644Z | Downloaded toml_edit v0.22.22 |
301 | 2024-10-18T17:13:08.664Z | Downloaded hyper v1.4.1 |
302 | 2024-10-18T17:13:08.670Z | Downloaded pest_meta v2.7.14 |
303 | 2024-10-18T17:13:08.672Z | Downloaded http v1.1.0 |
304 | 2024-10-18T17:13:08.675Z | Downloaded bytes v1.7.2 |
305 | 2024-10-18T17:13:08.679Z | Downloaded quinn v0.11.5 |
306 | 2024-10-18T17:13:08.682Z | Downloaded unicode-ident v1.0.13 |
307 | 2024-10-18T17:13:08.684Z | Downloaded rustls-pemfile v2.2.0 |
308 | 2024-10-18T17:13:08.688Z | Downloaded num-traits v0.2.19 |
309 | 2024-10-18T17:13:08.691Z | Downloaded slog v2.7.0 |
310 | 2024-10-18T17:13:08.694Z | Downloaded quote v1.0.37 |
311 | 2024-10-18T17:13:08.694Z | Downloaded pest_derive v2.7.14 |
312 | 2024-10-18T17:13:08.697Z | Downloaded parking_lot_core v0.9.10 |
313 | 2024-10-18T17:13:08.700Z | Downloaded log v0.4.22 |
314 | 2024-10-18T17:13:08.704Z | Downloaded dropshot_endpoint v0.12.0 |
315 | 2024-10-18T17:13:08.704Z | Downloaded crossbeam-utils v0.8.20 |
316 | 2024-10-18T17:13:08.706Z | Downloaded crossbeam-channel v0.5.13 |
317 | 2024-10-18T17:13:08.710Z | Downloaded anyhow v1.0.89 |
318 | 2024-10-18T17:13:08.713Z | Downloaded spin v0.9.8 |
319 | 2024-10-18T17:13:08.715Z | Downloaded url v2.5.2 |
320 | 2024-10-18T17:13:08.719Z | Downloaded schemars_derive v0.8.21 |
321 | 2024-10-18T17:13:08.722Z | Downloaded thiserror-impl v1.0.64 |
322 | 2024-10-18T17:13:08.722Z | Downloaded scroll v0.12.0 |
323 | 2024-10-18T17:13:08.722Z | Downloaded once_cell v1.20.2 |
324 | 2024-10-18T17:13:08.724Z | Downloaded multer v3.1.0 |
325 | 2024-10-18T17:13:08.727Z | Downloaded ipnet v2.10.1 |
326 | 2024-10-18T17:13:08.730Z | Downloaded subtle v2.6.1 |
327 | 2024-10-18T17:13:08.730Z | Downloaded iana-time-zone v0.1.61 |
328 | 2024-10-18T17:13:08.735Z | Downloaded pin-utils v0.1.0 |
329 | 2024-10-18T17:13:08.735Z | Downloaded parse-display-derive v0.10.0 |
330 | 2024-10-18T17:13:08.735Z | Downloaded httparse v1.9.5 |
331 | 2024-10-18T17:13:08.739Z | Downloaded futures-channel v0.3.31 |
332 | 2024-10-18T17:13:08.739Z | Downloaded slog-json v2.6.1 |
333 | 2024-10-18T17:13:08.742Z | Downloaded plain v0.2.3 |
334 | 2024-10-18T17:13:08.742Z | Downloaded percent-encoding v2.3.1 |
335 | 2024-10-18T17:13:08.742Z | Downloaded unsafe-libyaml v0.2.11 |
336 | 2024-10-18T17:13:08.744Z | Downloaded zeroize v1.8.1 |
337 | 2024-10-18T17:13:08.744Z | Downloaded ring v0.17.8 |
338 | 2024-10-18T17:13:08.807Z | Downloaded darling v0.20.10 |
339 | 2024-10-18T17:13:08.811Z | Downloaded strsim v0.11.1 |
340 | 2024-10-18T17:13:08.814Z | Downloaded newtype-uuid v1.1.2 |
341 | 2024-10-18T17:13:08.814Z | Downloaded indexmap v1.9.3 |
342 | 2024-10-18T17:13:08.817Z | Downloaded waitgroup v0.1.2 |
343 | 2024-10-18T17:13:08.817Z | Downloaded typify v0.2.0 |
344 | 2024-10-18T17:13:08.819Z | Downloaded typenum v1.17.0 |
345 | 2024-10-18T17:13:08.823Z | Downloaded dyn-clone v1.0.17 |
346 | 2024-10-18T17:13:08.823Z | Downloaded dof v0.3.0 |
347 | 2024-10-18T17:13:08.826Z | Downloaded dirs-next v2.0.0 |
348 | 2024-10-18T17:13:08.826Z | Downloaded usdt-attr-macro v0.5.0 |
349 | 2024-10-18T17:13:08.826Z | Downloaded try-lock v0.2.5 |
350 | 2024-10-18T17:13:08.828Z | Downloaded omicron-workspace-hack v0.1.0 |
351 | 2024-10-18T17:13:08.828Z | Downloaded match_cfg v0.1.0 |
352 | 2024-10-18T17:13:08.829Z | Downloaded equivalent v1.0.1 |
353 | 2024-10-18T17:13:08.829Z | Downloaded async-stream-impl v0.3.6 |
354 | 2024-10-18T17:13:08.829Z | Downloaded lock_api v0.4.12 |
355 | 2024-10-18T17:13:08.831Z | Downloaded backoff v0.4.0 |
356 | 2024-10-18T17:13:08.831Z | Downloaded async-trait v0.1.83 |
357 | 2024-10-18T17:13:08.835Z | Downloaded camino v1.1.9 |
358 | 2024-10-18T17:13:08.838Z | Downloaded version_check v0.9.5 |
359 | 2024-10-18T17:13:08.838Z | Downloaded debug-ignore v1.0.5 |
360 | 2024-10-18T17:13:08.838Z | Downloaded futures-sink v0.3.31 |
361 | 2024-10-18T17:13:08.840Z | Downloaded allocator-api2 v0.2.18 |
362 | 2024-10-18T17:13:08.843Z | Downloaded heck v0.5.0 |
363 | 2024-10-18T17:13:08.843Z | Downloaded futures-io v0.3.31 |
364 | 2024-10-18T17:13:08.843Z | Downloaded byteorder v1.5.0 |
365 | 2024-10-18T17:13:08.846Z | Downloaded async-stream v0.3.6 |
366 | 2024-10-18T17:13:08.846Z | Downloaded macaddr v1.0.1 |
367 | 2024-10-18T17:13:08.849Z | Downloaded httpdate v1.0.3 |
368 | 2024-10-18T17:13:08.849Z | Downloaded autocfg v1.4.0 |
369 | 2024-10-18T17:13:08.852Z | Downloaded ahash v0.8.11 |
370 | 2024-10-18T17:13:08.852Z | Downloaded instant v0.1.13 |
371 | 2024-10-18T17:13:09.108Z | Compiling proc-macro2 v1.0.87 |
372 | 2024-10-18T17:13:09.108Z | Compiling unicode-ident v1.0.13 |
373 | 2024-10-18T17:13:09.111Z | Compiling libc v0.2.159 |
374 | 2024-10-18T17:13:09.111Z | Checking cfg-if v1.0.0 |
375 | 2024-10-18T17:13:09.111Z | Compiling autocfg v1.4.0 |
376 | 2024-10-18T17:13:09.111Z | Compiling serde v1.0.210 |
377 | 2024-10-18T17:13:09.111Z | Compiling version_check v0.9.5 |
378 | 2024-10-18T17:13:09.111Z | Checking memchr v2.7.4 |
379 | 2024-10-18T17:13:09.309Z | Compiling serde_json v1.0.128 |
380 | 2024-10-18T17:13:09.350Z | Checking itoa v1.0.11 |
381 | 2024-10-18T17:13:09.775Z | Compiling thiserror v1.0.64 |
382 | 2024-10-18T17:13:09.809Z | Checking once_cell v1.20.2 |
383 | 2024-10-18T17:13:09.828Z | Compiling shlex v1.3.0 |
384 | 2024-10-18T17:13:10.143Z | Compiling cc v1.1.30 |
385 | 2024-10-18T17:13:10.263Z | Checking pin-project-lite v0.2.14 |
386 | 2024-10-18T17:13:10.383Z | Compiling num-traits v0.2.19 |
387 | 2024-10-18T17:13:10.499Z | Checking ryu v1.0.18 |
388 | 2024-10-18T17:13:10.517Z | Checking bytes v1.7.2 |
389 | 2024-10-18T17:13:10.634Z | Checking getrandom v0.2.15 |
390 | 2024-10-18T17:13:10.736Z | Compiling quote v1.0.37 |
391 | 2024-10-18T17:13:10.882Z | Checking futures-core v0.3.31 |
392 | 2024-10-18T17:13:10.885Z | Compiling lock_api v0.4.12 |
393 | 2024-10-18T17:13:11.067Z | Compiling byteorder v1.5.0 |
394 | 2024-10-18T17:13:11.146Z | Compiling syn v2.0.79 |
395 | 2024-10-18T17:13:11.271Z | Compiling parking_lot_core v0.9.10 |
396 | 2024-10-18T17:13:11.406Z | Compiling ahash v0.8.11 |
397 | 2024-10-18T17:13:11.409Z | Checking scopeguard v1.2.0 |
398 | 2024-10-18T17:13:11.446Z | Checking smallvec v1.13.2 |
399 | 2024-10-18T17:13:11.514Z | Compiling schemars v0.8.21 |
400 | 2024-10-18T17:13:11.752Z | Compiling slab v0.4.9 |
401 | 2024-10-18T17:13:11.852Z | Checking futures-sink v0.3.31 |
402 | 2024-10-18T17:13:11.878Z | Checking log v0.4.22 |
403 | 2024-10-18T17:13:11.920Z | Checking signal-hook-registry v1.4.2 |
404 | 2024-10-18T17:13:11.969Z | Checking mio v1.0.2 |
405 | 2024-10-18T17:13:11.995Z | Checking socket2 v0.5.7 |
406 | 2024-10-18T17:13:12.078Z | Checking parking_lot v0.12.3 |
407 | 2024-10-18T17:13:12.135Z | Checking fnv v1.0.7 |
408 | 2024-10-18T17:13:12.154Z | Checking equivalent v1.0.1 |
409 | 2024-10-18T17:13:12.259Z | Checking hashbrown v0.15.0 |
410 | 2024-10-18T17:13:12.261Z | Checking http v1.1.0 |
411 | 2024-10-18T17:13:12.412Z | Checking futures-channel v0.3.31 |
412 | 2024-10-18T17:13:12.481Z | Checking futures-task v0.3.31 |
413 | 2024-10-18T17:13:12.498Z | Checking pin-utils v0.1.0 |
414 | 2024-10-18T17:13:12.527Z | Checking futures-io v0.3.31 |
415 | 2024-10-18T17:13:12.584Z | Compiling heck v0.5.0 |
416 | 2024-10-18T17:13:12.707Z | Checking rustls-pki-types v1.9.0 |
417 | 2024-10-18T17:13:12.707Z | Compiling vcpkg v0.2.15 |
418 | 2024-10-18T17:13:12.775Z | Compiling semver v1.0.23 |
419 | 2024-10-18T17:13:13.033Z | Checking spin v0.9.8 |
420 | 2024-10-18T17:13:13.114Z | Compiling ring v0.17.8 |
421 | 2024-10-18T17:13:13.252Z | Compiling pkg-config v0.3.31 |
422 | 2024-10-18T17:13:13.361Z | Compiling httparse v1.9.5 |
423 | 2024-10-18T17:13:13.402Z | Checking iana-time-zone v0.1.61 |
424 | 2024-10-18T17:13:13.552Z | Checking untrusted v0.9.0 |
425 | 2024-10-18T17:13:13.670Z | Compiling ucd-trie v0.1.7 |
426 | 2024-10-18T17:13:14.124Z | Checking tracing-core v0.1.32 |
427 | 2024-10-18T17:13:14.181Z | Checking atomic-waker v1.1.2 |
428 | 2024-10-18T17:13:14.305Z | Compiling allocator-api2 v0.2.18 |
429 | 2024-10-18T17:13:14.500Z | Compiling openssl-sys v0.9.103 |
430 | 2024-10-18T17:13:14.556Z | Checking dyn-clone v1.0.17 |
431 | 2024-10-18T17:13:14.754Z | Checking tracing v0.1.40 |
432 | 2024-10-18T17:13:15.066Z | Checking http-body v1.0.1 |
433 | 2024-10-18T17:13:15.085Z | Checking subtle v2.6.1 |
434 | 2024-10-18T17:13:15.248Z | Checking zeroize v1.8.1 |
435 | 2024-10-18T17:13:15.296Z | Compiling chrono v0.4.38 |
436 | 2024-10-18T17:13:15.381Z | Checking try-lock v0.2.5 |
437 | 2024-10-18T17:13:15.442Z | Compiling uuid v1.10.0 |
438 | 2024-10-18T17:13:15.517Z | Checking want v0.3.1 |
439 | 2024-10-18T17:13:15.593Z | Compiling openssl v0.10.66 |
440 | 2024-10-18T17:13:15.609Z | Compiling slog v2.7.0 |
441 | 2024-10-18T17:13:15.692Z | Checking httpdate v1.0.3 |
442 | 2024-10-18T17:13:15.811Z | Checking foreign-types-shared v0.1.1 |
443 | 2024-10-18T17:13:15.929Z | Checking foreign-types v0.3.2 |
444 | 2024-10-18T17:13:16.079Z | Compiling aho-corasick v1.1.3 |
445 | 2024-10-18T17:13:16.156Z | Checking bitflags v2.6.0 |
446 | 2024-10-18T17:13:16.261Z | Compiling rustls v0.23.14 |
447 | 2024-10-18T17:13:16.576Z | Checking tower-service v0.3.3 |
448 | 2024-10-18T17:13:16.690Z | Checking percent-encoding v2.3.1 |
449 | 2024-10-18T17:13:16.917Z | Compiling typenum v1.17.0 |
450 | 2024-10-18T17:13:17.011Z | Compiling regex-syntax v0.8.5 |
451 | 2024-10-18T17:13:17.247Z | Compiling native-tls v0.2.12 |
452 | 2024-10-18T17:13:17.298Z | Checking tinyvec_macros v0.1.1 |
453 | 2024-10-18T17:13:17.382Z | Checking tinyvec v1.8.0 |
454 | 2024-10-18T17:13:17.701Z | Checking form_urlencoded v1.2.1 |
455 | 2024-10-18T17:13:17.879Z | Compiling serde_derive_internals v0.29.1 |
456 | 2024-10-18T17:13:18.383Z | Compiling generic-array v0.14.7 |
457 | 2024-10-18T17:13:18.735Z | Checking openssl-probe v0.1.5 |
458 | 2024-10-18T17:13:18.946Z | Checking unicode-normalization v0.1.24 |
459 | 2024-10-18T17:13:19.069Z | Checking rustls-webpki v0.102.8 |
460 | 2024-10-18T17:13:20.548Z | Compiling regex-automata v0.4.8 |
461 | 2024-10-18T17:13:20.892Z | Compiling usdt-impl v0.5.0 |
462 | 2024-10-18T17:13:21.077Z | Checking encoding_rs v0.8.34 |
463 | 2024-10-18T17:13:21.186Z | Compiling num-conv v0.1.0 |
464 | 2024-10-18T17:13:21.285Z | Checking powerfmt v0.2.0 |
465 | 2024-10-18T17:13:21.533Z | Compiling time-core v0.1.2 |
466 | 2024-10-18T17:13:21.624Z | Checking mime v0.3.17 |
467 | 2024-10-18T17:13:21.692Z | Checking unicode-bidi v0.3.17 |
468 | 2024-10-18T17:13:21.943Z | Compiling time-macros v0.2.18 |
469 | 2024-10-18T17:13:22.339Z | Checking idna v0.5.0 |
470 | 2024-10-18T17:13:22.757Z | Checking deranged v0.3.11 |
471 | 2024-10-18T17:13:23.396Z | Compiling serde_derive v1.0.210 |
472 | 2024-10-18T17:13:23.426Z | Compiling zerocopy-derive v0.7.35 |
473 | 2024-10-18T17:13:24.472Z | Compiling thiserror-impl v1.0.64 |
474 | 2024-10-18T17:13:24.581Z | Compiling schemars_derive v0.8.21 |
475 | 2024-10-18T17:13:24.646Z | Compiling tokio-macros v2.4.0 |
476 | 2024-10-18T17:13:24.690Z | Compiling futures-macro v0.3.31 |
477 | 2024-10-18T17:13:24.909Z | Compiling openssl-macros v0.1.1 |
478 | 2024-10-18T17:13:25.444Z | Compiling zerocopy v0.7.35 |
479 | 2024-10-18T17:13:26.183Z | Checking tokio v1.40.0 |
480 | 2024-10-18T17:13:26.533Z | Checking futures-util v0.3.31 |
481 | 2024-10-18T17:13:27.454Z | Compiling pest v2.7.14 |
482 | 2024-10-18T17:13:27.583Z | Compiling hashbrown v0.14.5 |
483 | 2024-10-18T17:13:28.045Z | Compiling regex v1.11.0 |
484 | 2024-10-18T17:13:28.696Z | Compiling scroll_derive v0.12.0 |
485 | 2024-10-18T17:13:28.921Z | Compiling regress v0.10.1 |
486 | 2024-10-18T17:13:30.165Z | Compiling pest_meta v2.7.14 |
487 | 2024-10-18T17:13:30.336Z | Checking scroll v0.12.0 |
488 | 2024-10-18T17:13:32.623Z | Compiling pest_generator v2.7.14 |
489 | 2024-10-18T17:13:33.486Z | Checking tokio-util v0.7.12 |
490 | 2024-10-18T17:13:33.537Z | Checking http-body-util v0.1.2 |
491 | 2024-10-18T17:13:33.651Z | Checking tokio-native-tls v0.3.1 |
492 | 2024-10-18T17:13:33.904Z | Checking tokio-rustls v0.26.0 |
493 | 2024-10-18T17:13:33.980Z | Compiling thread-id v4.2.2 |
494 | 2024-10-18T17:13:34.098Z | Checking webpki-roots v0.26.6 |
495 | 2024-10-18T17:13:34.278Z | Checking rustls-pemfile v2.2.0 |
496 | 2024-10-18T17:13:34.297Z | Checking base64 v0.22.1 |
497 | 2024-10-18T17:13:34.349Z | Compiling pest_derive v2.7.14 |
498 | 2024-10-18T17:13:34.349Z | Compiling ident_case v1.0.1 |
499 | 2024-10-18T17:13:34.479Z | Checking plain v0.2.3 |
500 | 2024-10-18T17:13:34.527Z | Checking num_threads v0.1.7 |
501 | 2024-10-18T17:13:34.619Z | Compiling strsim v0.11.1 |
502 | 2024-10-18T17:13:34.644Z | Compiling crossbeam-utils v0.8.20 |
503 | 2024-10-18T17:13:34.755Z | Checking time v0.3.36 |
504 | 2024-10-18T17:13:34.861Z | Checking goblin v0.8.2 |
505 | 2024-10-18T17:13:35.222Z | Compiling dtrace-parser v0.2.0 |
506 | 2024-10-18T17:13:35.268Z | Compiling darling_core v0.20.10 |
507 | 2024-10-18T17:13:36.597Z | Checking indexmap v2.6.0 |
508 | 2024-10-18T17:13:37.864Z | Compiling serde_tokenstream v0.2.2 |
509 | 2024-10-18T17:13:37.913Z | Checking h2 v0.4.6 |
510 | 2024-10-18T17:13:38.746Z | Checking serde_urlencoded v0.7.1 |
511 | 2024-10-18T17:13:38.855Z | Checking openapiv3 v2.0.0 |
512 | 2024-10-18T17:13:39.487Z | Checking url v2.5.2 |
513 | 2024-10-18T17:13:40.047Z | Compiling dof v0.3.0 |
514 | 2024-10-18T17:13:40.348Z | Checking sync_wrapper v1.0.1 |
515 | 2024-10-18T17:13:40.497Z | Checking dirs-sys-next v0.1.2 |
516 | 2024-10-18T17:13:40.692Z | Checking typify-impl v0.2.0 |
517 | 2024-10-18T17:13:41.263Z | Compiling rustls v0.22.4 |
518 | 2024-10-18T17:13:41.330Z | Compiling omicron-workspace-hack v0.1.0 |
519 | 2024-10-18T17:13:41.595Z | Compiling unsafe-libyaml v0.2.11 |
520 | 2024-10-18T17:13:42.015Z | Compiling paste v1.0.15 |
521 | 2024-10-18T17:13:42.180Z | Checking hyper v1.4.1 |
522 | 2024-10-18T17:13:42.334Z | Checking ipnet v2.10.1 |
523 | 2024-10-18T17:13:42.540Z | Compiling rustversion v1.0.17 |
524 | 2024-10-18T17:13:42.799Z | Checking pretty-hex v0.4.1 |
525 | 2024-10-18T17:13:43.031Z | Compiling serde_yaml v0.9.34+deprecated |
526 | 2024-10-18T17:13:43.323Z | Compiling darling_macro v0.20.10 |
527 | 2024-10-18T17:13:43.413Z | Checking dirs-next v2.0.0 |
528 | 2024-10-18T17:13:43.542Z | Checking serde_spanned v0.6.8 |
529 | 2024-10-18T17:13:43.563Z | Checking toml_datetime v0.6.8 |
530 | 2024-10-18T17:13:43.833Z | Checking ppv-lite86 v0.2.20 |
531 | 2024-10-18T17:13:43.869Z | Checking crypto-common v0.1.6 |
532 | 2024-10-18T17:13:44.035Z | Checking block-buffer v0.10.4 |
533 | 2024-10-18T17:13:44.245Z | Compiling structmeta-derive v0.3.0 |
534 | 2024-10-18T17:13:44.276Z | Checking hyper-util v0.1.9 |
535 | 2024-10-18T17:13:44.293Z | Checking rand_core v0.6.4 |
536 | 2024-10-18T17:13:44.423Z | Checking thread_local v1.1.8 |
537 | 2024-10-18T17:13:44.459Z | Compiling multer v3.1.0 |
538 | 2024-10-18T17:13:44.573Z | Compiling newtype-uuid v1.1.2 |
539 | 2024-10-18T17:13:44.592Z | Checking winnow v0.6.20 |
540 | 2024-10-18T17:13:44.691Z | Checking match_cfg v0.1.0 |
541 | 2024-10-18T17:13:44.780Z | Compiling camino v1.1.9 |
542 | 2024-10-18T17:13:44.805Z | Compiling slog-async v2.8.0 |
543 | 2024-10-18T17:13:44.892Z | Compiling anyhow v1.0.89 |
544 | 2024-10-18T17:13:45.472Z | Checking hostname v0.3.1 |
545 | 2024-10-18T17:13:45.507Z | Checking rand_chacha v0.3.1 |
546 | 2024-10-18T17:13:45.662Z | Checking crossbeam-channel v0.5.13 |
547 | 2024-10-18T17:13:45.849Z | Checking hyper-rustls v0.27.3 |
548 | 2024-10-18T17:13:45.873Z | Checking hyper-tls v0.6.0 |
549 | 2024-10-18T17:13:46.143Z | Compiling darling v0.20.10 |
550 | 2024-10-18T17:13:46.159Z | Checking digest v0.10.7 |
551 | 2024-10-18T17:13:46.179Z | Checking reqwest v0.12.8 |
552 | 2024-10-18T17:13:46.252Z | Checking term v0.7.0 |
553 | 2024-10-18T17:13:46.747Z | Compiling usdt-macro v0.5.0 |
554 | 2024-10-18T17:13:46.895Z | Compiling structmeta v0.3.0 |
555 | 2024-10-18T17:13:47.280Z | Compiling usdt-attr-macro v0.5.0 |
556 | 2024-10-18T17:13:47.533Z | Checking progenitor-client v0.8.0 |
557 | 2024-10-18T17:13:47.596Z | Checking slog-json v2.6.1 |
558 | 2024-10-18T17:13:47.683Z | Checking toml_edit v0.22.22 |
559 | 2024-10-18T17:13:47.754Z | Checking futures-executor v0.3.31 |
560 | 2024-10-18T17:13:47.825Z | Compiling async-stream-impl v0.3.6 |
561 | 2024-10-18T17:13:47.846Z | Checking memmap v0.7.0 |
562 | 2024-10-18T17:13:47.985Z | Checking is-terminal v0.4.13 |
563 | 2024-10-18T17:13:48.015Z | Compiling dropshot v0.12.0 |
564 | 2024-10-18T17:13:48.052Z | Checking cpufeatures v0.2.14 |
565 | 2024-10-18T17:13:48.110Z | Checking take_mut v0.2.2 |
566 | 2024-10-18T17:13:48.139Z | Checking sha1 v0.10.6 |
567 | 2024-10-18T17:13:48.408Z | Checking slog-term v2.9.1 |
568 | 2024-10-18T17:13:48.438Z | Checking futures v0.3.31 |
569 | 2024-10-18T17:13:48.519Z | Checking slog-bunyan v2.5.0 |
570 | 2024-10-18T17:13:48.548Z | Compiling strum_macros v0.26.4 |
571 | 2024-10-18T17:13:48.664Z | Checking usdt v0.5.0 |
572 | 2024-10-18T17:13:48.683Z | Compiling parse-display-derive v0.10.0 |
573 | 2024-10-18T17:13:48.873Z | Compiling serde_with_macros v3.11.0 |
574 | 2024-10-18T17:13:48.914Z | Checking rand v0.8.5 |
575 | 2024-10-18T17:13:49.126Z | Checking async-stream v0.3.6 |
576 | 2024-10-18T17:13:50.070Z | Checking tokio-rustls v0.25.0 |
577 | 2024-10-18T17:13:50.297Z | Checking toml v0.8.19 |
578 | 2024-10-18T17:13:50.419Z | Checking ipnetwork v0.20.0 |
579 | 2024-10-18T17:13:50.526Z | Compiling dropshot_endpoint v0.12.0 |
580 | 2024-10-18T17:13:50.638Z | Checking serde_path_to_error v0.1.16 |
581 | 2024-10-18T17:13:50.810Z | Checking hex v0.4.3 |
582 | 2024-10-18T17:13:51.013Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
583 | 2024-10-18T17:13:51.283Z | Compiling async-trait v0.1.83 |
584 | 2024-10-18T17:13:51.319Z | Checking waitgroup v0.1.2 |
585 | 2024-10-18T17:13:51.459Z | Checking hostname v0.4.0 |
586 | 2024-10-18T17:13:51.499Z | Checking instant v0.1.13 |
587 | 2024-10-18T17:13:51.593Z | Checking debug-ignore v1.0.5 |
588 | 2024-10-18T17:13:51.614Z | Checking backoff v0.4.0 |
589 | 2024-10-18T17:13:51.719Z | Checking serde_with v3.11.0 |
590 | 2024-10-18T17:13:51.825Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
591 | 2024-10-18T17:13:51.888Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
592 | 2024-10-18T17:13:51.977Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
593 | 2024-10-18T17:13:52.044Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
594 | 2024-10-18T17:13:52.301Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
595 | 2024-10-18T17:13:52.550Z | Checking parse-display v0.10.0 |
596 | 2024-10-18T17:13:52.620Z | Checking macaddr v1.0.1 |
597 | 2024-10-18T17:13:52.765Z | Checking regress v0.9.1 |
598 | 2024-10-18T17:13:52.950Z | Checking strum v0.26.3 |
599 | 2024-10-18T17:13:54.282Z | Compiling typify-macro v0.2.0 |
600 | 2024-10-18T17:13:56.234Z | Compiling typify v0.2.0 |
601 | 2024-10-18T17:13:56.302Z | Compiling progenitor-impl v0.8.0 |
602 | 2024-10-18T17:13:58.832Z | Compiling progenitor-macro v0.8.0 |
603 | 2024-10-18T17:14:03.878Z | Checking progenitor v0.8.0 |
604 | 2024-10-18T17:14:03.987Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
605 | 2024-10-18T17:14:06.746Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
606 | 2024-10-18T17:14:13.890Z | Checking test-project v0.1.0 (/tmp/test-project) |
607 | 2024-10-18T17:14:13.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
608 | 2024-10-18T17:14:14.265Z | + cargo build --release |
609 | 2024-10-18T17:14:14.516Z | Compiling proc-macro2 v1.0.87 |
610 | 2024-10-18T17:14:14.516Z | Compiling unicode-ident v1.0.13 |
611 | 2024-10-18T17:14:14.519Z | Compiling libc v0.2.159 |
612 | 2024-10-18T17:14:14.519Z | Compiling cfg-if v1.0.0 |
613 | 2024-10-18T17:14:14.519Z | Compiling autocfg v1.4.0 |
614 | 2024-10-18T17:14:14.519Z | Compiling serde v1.0.210 |
615 | 2024-10-18T17:14:14.560Z | Compiling version_check v0.9.5 |
616 | 2024-10-18T17:14:14.563Z | Compiling memchr v2.7.4 |
617 | 2024-10-18T17:14:14.617Z | Compiling serde_json v1.0.128 |
618 | 2024-10-18T17:14:14.702Z | Compiling itoa v1.0.11 |
619 | 2024-10-18T17:14:14.975Z | Compiling thiserror v1.0.64 |
620 | 2024-10-18T17:14:15.100Z | Compiling once_cell v1.20.2 |
621 | 2024-10-18T17:14:15.167Z | Compiling shlex v1.3.0 |
622 | 2024-10-18T17:14:15.444Z | Compiling cc v1.1.30 |
623 | 2024-10-18T17:14:15.554Z | Compiling num-traits v0.2.19 |
624 | 2024-10-18T17:14:15.880Z | Compiling pin-project-lite v0.2.14 |
625 | 2024-10-18T17:14:15.990Z | Compiling quote v1.0.37 |
626 | 2024-10-18T17:14:16.000Z | Compiling getrandom v0.2.15 |
627 | 2024-10-18T17:14:16.040Z | Compiling bytes v1.7.2 |
628 | 2024-10-18T17:14:16.065Z | Compiling ryu v1.0.18 |
629 | 2024-10-18T17:14:16.335Z | Compiling syn v2.0.79 |
630 | 2024-10-18T17:14:16.373Z | Compiling futures-core v0.3.31 |
631 | 2024-10-18T17:14:16.613Z | Compiling lock_api v0.4.12 |
632 | 2024-10-18T17:14:16.625Z | Compiling ahash v0.8.11 |
633 | 2024-10-18T17:14:16.680Z | Compiling schemars v0.8.21 |
634 | 2024-10-18T17:14:16.960Z | Compiling parking_lot_core v0.9.10 |
635 | 2024-10-18T17:14:16.995Z | Compiling byteorder v1.5.0 |
636 | 2024-10-18T17:14:17.167Z | Compiling smallvec v1.13.2 |
637 | 2024-10-18T17:14:17.186Z | Compiling scopeguard v1.2.0 |
638 | 2024-10-18T17:14:17.424Z | Compiling slab v0.4.9 |
639 | 2024-10-18T17:14:17.445Z | Compiling futures-sink v0.3.31 |
640 | 2024-10-18T17:14:17.582Z | Compiling log v0.4.22 |
641 | 2024-10-18T17:14:17.628Z | Compiling mio v1.0.2 |
642 | 2024-10-18T17:14:17.833Z | Compiling socket2 v0.5.7 |
643 | 2024-10-18T17:14:17.852Z | Compiling signal-hook-registry v1.4.2 |
644 | 2024-10-18T17:14:17.905Z | Compiling parking_lot v0.12.3 |
645 | 2024-10-18T17:14:18.355Z | Compiling hashbrown v0.15.0 |
646 | 2024-10-18T17:14:18.398Z | Compiling equivalent v1.0.1 |
647 | 2024-10-18T17:14:18.424Z | Compiling ring v0.17.8 |
648 | 2024-10-18T17:14:18.490Z | Compiling fnv v1.0.7 |
649 | 2024-10-18T17:14:18.614Z | Compiling http v1.1.0 |
650 | 2024-10-18T17:14:19.303Z | Compiling futures-channel v0.3.31 |
651 | 2024-10-18T17:14:19.378Z | Compiling pin-utils v0.1.0 |
652 | 2024-10-18T17:14:19.466Z | Compiling semver v1.0.23 |
653 | 2024-10-18T17:14:19.526Z | Compiling futures-io v0.3.31 |
654 | 2024-10-18T17:14:19.766Z | Compiling futures-task v0.3.31 |
655 | 2024-10-18T17:14:19.847Z | Compiling rustls-pki-types v1.9.0 |
656 | 2024-10-18T17:14:19.945Z | Compiling heck v0.5.0 |
657 | 2024-10-18T17:14:19.986Z | Compiling pkg-config v0.3.31 |
658 | 2024-10-18T17:14:20.025Z | Compiling spin v0.9.8 |
659 | 2024-10-18T17:14:20.036Z | Compiling vcpkg v0.2.15 |
660 | 2024-10-18T17:14:20.722Z | Compiling untrusted v0.9.0 |
661 | 2024-10-18T17:14:20.882Z | Compiling ucd-trie v0.1.7 |
662 | 2024-10-18T17:14:21.268Z | Compiling iana-time-zone v0.1.61 |
663 | 2024-10-18T17:14:21.351Z | Compiling httparse v1.9.5 |
664 | 2024-10-18T17:14:21.686Z | Compiling openssl-sys v0.9.103 |
665 | 2024-10-18T17:14:21.935Z | Compiling tracing-core v0.1.32 |
666 | 2024-10-18T17:14:22.245Z | Compiling allocator-api2 v0.2.18 |
667 | 2024-10-18T17:14:22.546Z | Compiling atomic-waker v1.1.2 |
668 | 2024-10-18T17:14:22.759Z | Compiling dyn-clone v1.0.17 |
669 | 2024-10-18T17:14:22.952Z | Compiling tracing v0.1.40 |
670 | 2024-10-18T17:14:23.373Z | Compiling serde_derive_internals v0.29.1 |
671 | 2024-10-18T17:14:23.510Z | Compiling chrono v0.4.38 |
672 | 2024-10-18T17:14:23.643Z | Compiling http-body v1.0.1 |
673 | 2024-10-18T17:14:23.943Z | Compiling try-lock v0.2.5 |
674 | 2024-10-18T17:14:24.092Z | Compiling uuid v1.10.0 |
675 | 2024-10-18T17:14:24.318Z | Compiling subtle v2.6.1 |
676 | 2024-10-18T17:14:24.368Z | Compiling zeroize v1.8.1 |
677 | 2024-10-18T17:14:24.587Z | Compiling want v0.3.1 |
678 | 2024-10-18T17:14:24.746Z | Compiling foreign-types-shared v0.1.1 |
679 | 2024-10-18T17:14:24.841Z | Compiling httpdate v1.0.3 |
680 | 2024-10-18T17:14:25.223Z | Compiling slog v2.7.0 |
681 | 2024-10-18T17:14:25.493Z | Compiling openssl v0.10.66 |
682 | 2024-10-18T17:14:25.592Z | Compiling foreign-types v0.3.2 |
683 | 2024-10-18T17:14:25.789Z | Compiling aho-corasick v1.1.3 |
684 | 2024-10-18T17:14:25.956Z | Compiling percent-encoding v2.3.1 |
685 | 2024-10-18T17:14:26.433Z | Compiling tinyvec_macros v0.1.1 |
686 | 2024-10-18T17:14:26.514Z | Compiling typenum v1.17.0 |
687 | 2024-10-18T17:14:26.711Z | Compiling regex-syntax v0.8.5 |
688 | 2024-10-18T17:14:27.040Z | Compiling native-tls v0.2.12 |
689 | 2024-10-18T17:14:27.424Z | Compiling tower-service v0.3.3 |
690 | 2024-10-18T17:14:27.496Z | Compiling rustls v0.23.14 |
691 | 2024-10-18T17:14:27.530Z | Compiling bitflags v2.6.0 |
692 | 2024-10-18T17:14:27.947Z | Compiling tinyvec v1.8.0 |
693 | 2024-10-18T17:14:28.183Z | Compiling form_urlencoded v1.2.1 |
694 | 2024-10-18T17:14:28.687Z | Compiling serde_derive v1.0.210 |
695 | 2024-10-18T17:14:28.694Z | Compiling zerocopy-derive v0.7.35 |
696 | 2024-10-18T17:14:29.310Z | Compiling thiserror-impl v1.0.64 |
697 | 2024-10-18T17:14:29.627Z | Compiling schemars_derive v0.8.21 |
698 | 2024-10-18T17:14:29.738Z | Compiling tokio-macros v2.4.0 |
699 | 2024-10-18T17:14:30.107Z | Compiling futures-macro v0.3.31 |
700 | 2024-10-18T17:14:30.754Z | Compiling zerocopy v0.7.35 |
701 | 2024-10-18T17:14:31.961Z | Compiling tokio v1.40.0 |
702 | 2024-10-18T17:14:32.213Z | Compiling futures-util v0.3.31 |
703 | 2024-10-18T17:14:32.446Z | Compiling pest v2.7.14 |
704 | 2024-10-18T17:14:32.755Z | Compiling hashbrown v0.14.5 |
705 | 2024-10-18T17:14:33.492Z | Compiling openssl-macros v0.1.1 |
706 | 2024-10-18T17:14:34.038Z | Compiling regress v0.10.1 |
707 | 2024-10-18T17:14:35.327Z | Compiling rustls-webpki v0.102.8 |
708 | 2024-10-18T17:14:39.252Z | Compiling pest_meta v2.7.14 |
709 | 2024-10-18T17:14:40.555Z | Compiling tokio-util v0.7.12 |
710 | 2024-10-18T17:14:41.329Z | Compiling pest_generator v2.7.14 |
711 | 2024-10-18T17:14:43.052Z | Compiling indexmap v2.6.0 |
712 | 2024-10-18T17:14:44.395Z | Compiling pest_derive v2.7.14 |
713 | 2024-10-18T17:14:44.788Z | Compiling h2 v0.4.6 |
714 | 2024-10-18T17:14:45.273Z | Compiling serde_tokenstream v0.2.2 |
715 | 2024-10-18T17:14:49.336Z | Compiling regex-automata v0.4.8 |
716 | 2024-10-18T17:14:49.527Z | Compiling generic-array v0.14.7 |
717 | 2024-10-18T17:14:49.864Z | Compiling typify-impl v0.2.0 |
718 | 2024-10-18T17:14:51.108Z | Compiling hyper v1.4.1 |
719 | 2024-10-18T17:14:52.066Z | Compiling openssl-probe v0.1.5 |
720 | 2024-10-18T17:14:55.249Z | Compiling hyper-util v0.1.9 |
721 | 2024-10-18T17:14:57.122Z | Compiling regex v1.11.0 |
722 | 2024-10-18T17:14:59.064Z | Compiling http-body-util v0.1.2 |
723 | 2024-10-18T17:14:59.617Z | Compiling unicode-normalization v0.1.24 |
724 | 2024-10-18T17:15:00.575Z | Compiling scroll_derive v0.12.0 |
725 | 2024-10-18T17:15:01.880Z | Compiling typify-macro v0.2.0 |
726 | 2024-10-18T17:15:02.070Z | Compiling usdt-impl v0.5.0 |
727 | 2024-10-18T17:15:02.182Z | Compiling encoding_rs v0.8.34 |
728 | 2024-10-18T17:15:02.338Z | Compiling num-conv v0.1.0 |
729 | 2024-10-18T17:15:02.593Z | Compiling unicode-bidi v0.3.17 |
730 | 2024-10-18T17:15:03.232Z | Compiling powerfmt v0.2.0 |
731 | 2024-10-18T17:15:03.709Z | Compiling mime v0.3.17 |
732 | 2024-10-18T17:15:04.795Z | Compiling time-core v0.1.2 |
733 | 2024-10-18T17:15:04.949Z | Compiling time-macros v0.2.18 |
734 | 2024-10-18T17:15:05.525Z | Compiling tokio-rustls v0.26.0 |
735 | 2024-10-18T17:15:05.764Z | Compiling deranged v0.3.11 |
736 | 2024-10-18T17:15:05.989Z | Compiling idna v0.5.0 |
737 | 2024-10-18T17:15:09.565Z | Compiling scroll v0.12.0 |
738 | 2024-10-18T17:15:10.204Z | Compiling thread-id v4.2.2 |
739 | 2024-10-18T17:15:10.304Z | Compiling tokio-native-tls v0.3.1 |
740 | 2024-10-18T17:15:10.584Z | Compiling dof v0.3.0 |
741 | 2024-10-18T17:15:11.104Z | Compiling dtrace-parser v0.2.0 |
742 | 2024-10-18T17:15:11.480Z | Compiling serde_urlencoded v0.7.1 |
743 | 2024-10-18T17:15:12.760Z | Compiling webpki-roots v0.26.6 |
744 | 2024-10-18T17:15:12.818Z | Compiling rustls-pemfile v2.2.0 |
745 | 2024-10-18T17:15:12.953Z | Compiling crossbeam-utils v0.8.20 |
746 | 2024-10-18T17:15:14.547Z | Compiling base64 v0.22.1 |
747 | 2024-10-18T17:15:14.749Z | Compiling omicron-workspace-hack v0.1.0 |
748 | 2024-10-18T17:15:15.099Z | Compiling strsim v0.11.1 |
749 | 2024-10-18T17:15:15.845Z | Compiling ident_case v1.0.1 |
750 | 2024-10-18T17:15:16.002Z | Compiling plain v0.2.3 |
751 | 2024-10-18T17:15:16.052Z | Compiling num_threads v0.1.7 |
752 | 2024-10-18T17:15:16.146Z | Compiling time v0.3.36 |
753 | 2024-10-18T17:15:16.159Z | Compiling goblin v0.8.2 |
754 | 2024-10-18T17:15:19.184Z | Compiling darling_core v0.20.10 |
755 | 2024-10-18T17:15:24.741Z | Compiling hyper-rustls v0.27.3 |
756 | 2024-10-18T17:15:26.531Z | Compiling hyper-tls v0.6.0 |
757 | 2024-10-18T17:15:26.671Z | Compiling url v2.5.2 |
758 | 2024-10-18T17:15:27.022Z | Compiling typify v0.2.0 |
759 | 2024-10-18T17:15:27.138Z | Compiling openapiv3 v2.0.0 |
760 | 2024-10-18T17:15:31.403Z | Compiling sync_wrapper v1.0.1 |
761 | 2024-10-18T17:15:31.549Z | Compiling dirs-sys-next v0.1.2 |
762 | 2024-10-18T17:15:32.034Z | Compiling paste v1.0.15 |
763 | 2024-10-18T17:15:32.279Z | Compiling ipnet v2.10.1 |
764 | 2024-10-18T17:15:32.543Z | Compiling unsafe-libyaml v0.2.11 |
765 | 2024-10-18T17:15:32.649Z | Compiling rustversion v1.0.17 |
766 | 2024-10-18T17:15:33.287Z | Compiling pretty-hex v0.4.1 |
767 | 2024-10-18T17:15:33.514Z | Compiling rustls v0.22.4 |
768 | 2024-10-18T17:15:34.305Z | Compiling serde_yaml v0.9.34+deprecated |
769 | 2024-10-18T17:15:34.974Z | Compiling reqwest v0.12.8 |
770 | 2024-10-18T17:15:35.328Z | Compiling dirs-next v2.0.0 |
771 | 2024-10-18T17:15:35.573Z | Compiling progenitor-impl v0.8.0 |
772 | 2024-10-18T17:15:38.116Z | Compiling darling_macro v0.20.10 |
773 | 2024-10-18T17:15:40.081Z | Compiling block-buffer v0.10.4 |
774 | 2024-10-18T17:15:40.176Z | Compiling crypto-common v0.1.6 |
775 | 2024-10-18T17:15:40.183Z | Compiling serde_spanned v0.6.8 |
776 | 2024-10-18T17:15:40.302Z | Compiling toml_datetime v0.6.8 |
777 | 2024-10-18T17:15:40.367Z | Compiling ppv-lite86 v0.2.20 |
778 | 2024-10-18T17:15:40.402Z | Compiling structmeta-derive v0.3.0 |
779 | 2024-10-18T17:15:40.986Z | Compiling rand_core v0.6.4 |
780 | 2024-10-18T17:15:41.387Z | Compiling thread_local v1.1.8 |
781 | 2024-10-18T17:15:41.445Z | Compiling multer v3.1.0 |
782 | 2024-10-18T17:15:41.803Z | Compiling slog-async v2.8.0 |
783 | 2024-10-18T17:15:42.129Z | Compiling match_cfg v0.1.0 |
784 | 2024-10-18T17:15:42.234Z | Compiling newtype-uuid v1.1.2 |
785 | 2024-10-18T17:15:42.247Z | Compiling winnow v0.6.20 |
786 | 2024-10-18T17:15:42.339Z | Compiling camino v1.1.9 |
787 | 2024-10-18T17:15:42.532Z | Compiling anyhow v1.0.89 |
788 | 2024-10-18T17:15:43.020Z | Compiling progenitor-macro v0.8.0 |
789 | 2024-10-18T17:15:43.097Z | Compiling structmeta v0.3.0 |
790 | 2024-10-18T17:15:43.269Z | Compiling hostname v0.3.1 |
791 | 2024-10-18T17:15:43.508Z | Compiling rand_chacha v0.3.1 |
792 | 2024-10-18T17:15:44.681Z | Compiling digest v0.10.7 |
793 | 2024-10-18T17:15:45.217Z | Compiling darling v0.20.10 |
794 | 2024-10-18T17:15:45.319Z | Compiling crossbeam-channel v0.5.13 |
795 | 2024-10-18T17:15:45.501Z | Compiling progenitor-client v0.8.0 |
796 | 2024-10-18T17:15:46.412Z | Compiling toml_edit v0.22.22 |
797 | 2024-10-18T17:15:46.668Z | Compiling term v0.7.0 |
798 | 2024-10-18T17:15:51.386Z | Compiling usdt-attr-macro v0.5.0 |
799 | 2024-10-18T17:15:52.894Z | Compiling usdt-macro v0.5.0 |
800 | 2024-10-18T17:15:54.239Z | Compiling slog-json v2.6.1 |
801 | 2024-10-18T17:15:54.746Z | Compiling futures-executor v0.3.31 |
802 | 2024-10-18T17:15:54.757Z | Compiling async-stream-impl v0.3.6 |
803 | 2024-10-18T17:15:55.951Z | Compiling is-terminal v0.4.13 |
804 | 2024-10-18T17:15:56.070Z | Compiling memmap v0.7.0 |
805 | 2024-10-18T17:15:56.111Z | Compiling dropshot v0.12.0 |
806 | 2024-10-18T17:15:56.449Z | Compiling cpufeatures v0.2.14 |
807 | 2024-10-18T17:15:56.512Z | Compiling take_mut v0.2.2 |
808 | 2024-10-18T17:15:56.538Z | Compiling sha1 v0.10.6 |
809 | 2024-10-18T17:15:57.365Z | Compiling usdt v0.5.0 |
810 | 2024-10-18T17:15:58.390Z | Compiling progenitor v0.8.0 |
811 | 2024-10-18T17:15:58.578Z | Compiling async-stream v0.3.6 |
812 | 2024-10-18T17:15:58.922Z | Compiling slog-term v2.9.1 |
813 | 2024-10-18T17:15:58.925Z | Compiling futures v0.3.31 |
814 | 2024-10-18T17:15:59.124Z | Compiling slog-bunyan v2.5.0 |
815 | 2024-10-18T17:15:59.391Z | Compiling tokio-rustls v0.25.0 |
816 | 2024-10-18T17:15:59.837Z | Compiling toml v0.8.19 |
817 | 2024-10-18T17:16:00.190Z | Compiling strum_macros v0.26.4 |
818 | 2024-10-18T17:16:01.783Z | Compiling serde_with_macros v3.11.0 |
819 | 2024-10-18T17:16:04.414Z | Compiling rand v0.8.5 |
820 | 2024-10-18T17:16:06.331Z | Compiling parse-display-derive v0.10.0 |
821 | 2024-10-18T17:16:08.990Z | Compiling ipnetwork v0.20.0 |
822 | 2024-10-18T17:16:09.423Z | Compiling dropshot_endpoint v0.12.0 |
823 | 2024-10-18T17:16:09.790Z | Compiling serde_path_to_error v0.1.16 |
824 | 2024-10-18T17:16:10.422Z | Compiling hex v0.4.3 |
825 | 2024-10-18T17:16:10.805Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
826 | 2024-10-18T17:16:11.124Z | Compiling async-trait v0.1.83 |
827 | 2024-10-18T17:16:11.648Z | Compiling waitgroup v0.1.2 |
828 | 2024-10-18T17:16:11.877Z | Compiling hostname v0.4.0 |
829 | 2024-10-18T17:16:12.115Z | Compiling instant v0.1.13 |
830 | 2024-10-18T17:16:12.264Z | Compiling debug-ignore v1.0.5 |
831 | 2024-10-18T17:16:12.400Z | Compiling backoff v0.4.0 |
832 | 2024-10-18T17:16:12.739Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
833 | 2024-10-18T17:16:12.937Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
834 | 2024-10-18T17:16:13.084Z | Compiling parse-display v0.10.0 |
835 | 2024-10-18T17:16:13.494Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
836 | 2024-10-18T17:16:13.899Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
837 | 2024-10-18T17:16:14.443Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
838 | 2024-10-18T17:16:15.111Z | Compiling strum v0.26.3 |
839 | 2024-10-18T17:16:15.284Z | Compiling serde_with v3.11.0 |
840 | 2024-10-18T17:16:18.376Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
841 | 2024-10-18T17:16:19.143Z | Compiling macaddr v1.0.1 |
842 | 2024-10-18T17:16:19.203Z | Compiling regress v0.9.1 |
843 | 2024-10-18T17:16:24.897Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
844 | 2024-10-18T17:16:34.639Z | Compiling test-project v0.1.0 (/tmp/test-project) |
845 | 2024-10-18T17:16:43.849Z | Finished `release` profile [optimized] target(s) in 2m 29s |
846 | 2024-10-18T17:16:43.909Z | process exited: duration 227927 ms, exit code 0 |
|
847 | 2024-10-18T17:16:43.916Z | found 0 output files |