|
|
|
1 | 2024-07-15T20:37:17.601Z | job assigned to worker 01J2W1RNE8W2N8GKEF5MXANPGV (queued for 1 m 0 s) |
|
2 | 2024-07-15T20:37:25.426Z | starting task 0: "setup" |
3 | 2024-07-15T20:37:25.516Z | ++ uname -s |
4 | 2024-07-15T20:37:25.519Z | + kern=SunOS |
5 | 2024-07-15T20:37:25.519Z | + case "$kern" in |
6 | 2024-07-15T20:37:25.519Z | + groupadd -g 12345 build |
7 | 2024-07-15T20:37:25.521Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-15T20:37:27.530Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-15T20:37:27.637Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-15T20:37:27.639Z | + home_fs=zfs |
11 | 2024-07-15T20:37:27.639Z | + [[ zfs == autofs ]] |
12 | 2024-07-15T20:37:27.639Z | + mkdir -p /home/build |
13 | 2024-07-15T20:37:27.642Z | + chown build:build /home/build /work |
14 | 2024-07-15T20:37:29.643Z | + chmod 0700 /home/build /work |
15 | 2024-07-15T20:37:29.646Z | process exited: duration 4218 ms, exit code 0 |
|
16 | 2024-07-15T20:37:29.652Z | starting task 1: "rust-toolchain" |
17 | 2024-07-15T20:37:29.657Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-15T20:37:29.657Z | * toolchain channel = "1.78.0" |
19 | 2024-07-15T20:37:29.657Z | ' 1.78.0 |
20 | 2024-07-15T20:37:29.661Z | + printf ' * toolchain profile = "%s" |
21 | 2024-07-15T20:37:29.661Z | * toolchain profile = "default" |
22 | 2024-07-15T20:37:29.661Z | ' default |
23 | 2024-07-15T20:37:29.661Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-15T20:37:29.661Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-15T20:37:29.772Z | info: downloading installer |
26 | 2024-07-15T20:37:31.243Z | info: profile set to 'default' |
27 | 2024-07-15T20:37:31.243Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-15T20:37:31.246Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-15T20:37:31.408Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-15T20:37:31.408Z | info: downloading component 'cargo' |
31 | 2024-07-15T20:37:32.381Z | info: downloading component 'clippy' |
32 | 2024-07-15T20:37:32.699Z | info: downloading component 'rust-docs' |
33 | 2024-07-15T20:37:33.966Z | info: downloading component 'rust-std' |
34 | 2024-07-15T20:37:36.013Z | info: downloading component 'rustc' |
35 | 2024-07-15T20:37:41.262Z | info: downloading component 'rustfmt' |
36 | 2024-07-15T20:37:41.552Z | info: installing component 'cargo' |
37 | 2024-07-15T20:37:42.401Z | info: installing component 'clippy' |
38 | 2024-07-15T20:37:42.765Z | info: installing component 'rust-docs' |
39 | 2024-07-15T20:37:44.302Z | info: installing component 'rust-std' |
40 | 2024-07-15T20:37:46.071Z | info: installing component 'rustc' |
41 | 2024-07-15T20:37:50.458Z | info: installing component 'rustfmt' |
42 | 2024-07-15T20:37:50.818Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-15T20:37:50.818Z | |
44 | 2024-07-15T20:37:51.115Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-15T20:37:51.115Z | |
46 | 2024-07-15T20:37:51.118Z | |
47 | 2024-07-15T20:37:51.118Z | Rust is installed now. Great! |
48 | 2024-07-15T20:37:51.118Z | |
49 | 2024-07-15T20:37:51.118Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-15T20:37:51.118Z | environment variable. This has not been done automatically. |
51 | 2024-07-15T20:37:51.119Z | |
52 | 2024-07-15T20:37:51.119Z | To configure your current shell, you need to source |
53 | 2024-07-15T20:37:51.119Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-15T20:37:51.119Z | |
55 | 2024-07-15T20:37:51.119Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-15T20:37:51.119Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-15T20:37:51.119Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-15T20:37:51.185Z | + rustc --version |
59 | 2024-07-15T20:37:51.247Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-15T20:37:51.251Z | process exited: duration 21595 ms, exit code 0 |
|
61 | 2024-07-15T20:37:51.256Z | starting task 2: "authentication" |
62 | 2024-07-15T20:37:51.277Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-07-15T20:37:51.283Z | starting task 3: "clone repository" |
64 | 2024-07-15T20:37:51.287Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-15T20:37:51.290Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-15T20:37:51.464Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-15T20:37:59.376Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-15T20:37:59.376Z | + git fetch origin 426daf1b48fe24839fc4311ccd81bd792f7f2e82 |
69 | 2024-07-15T20:37:59.686Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-15T20:37:59.686Z | * branch 426daf1b48fe24839fc4311ccd81bd792f7f2e82 -> FETCH_HEAD |
71 | 2024-07-15T20:37:59.699Z | + [[ -n physical_disks_ensure_lets_go ]] |
72 | 2024-07-15T20:37:59.702Z | ++ git branch --show-current |
73 | 2024-07-15T20:37:59.702Z | + current=main |
74 | 2024-07-15T20:37:59.702Z | + [[ main != physical_disks_ensure_lets_go ]] |
75 | 2024-07-15T20:37:59.702Z | + git branch -f physical_disks_ensure_lets_go 426daf1b48fe24839fc4311ccd81bd792f7f2e82 |
76 | 2024-07-15T20:37:59.705Z | + git checkout -f physical_disks_ensure_lets_go |
77 | 2024-07-15T20:37:59.841Z | Switched to branch 'physical_disks_ensure_lets_go' |
78 | 2024-07-15T20:37:59.844Z | + git reset --hard 426daf1b48fe24839fc4311ccd81bd792f7f2e82 |
79 | 2024-07-15T20:37:59.859Z | HEAD is now at 426daf1b4 Merge branch 'stop-self-managing-disks' into physical_disks_ensure_lets_go |
80 | 2024-07-15T20:37:59.862Z | process exited: duration 8576 ms, exit code 0 |
|
81 | 2024-07-15T20:37:59.868Z | starting task 4: "build" |
82 | 2024-07-15T20:37:59.872Z | + cargo --version |
83 | 2024-07-15T20:37:59.927Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-15T20:37:59.933Z | + rustc --version |
85 | 2024-07-15T20:37:59.986Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-15T20:37:59.989Z | + cd /tmp |
87 | 2024-07-15T20:37:59.992Z | + cargo new --lib test-project |
88 | 2024-07-15T20:38:00.044Z | Creating library `test-project` package |
89 | 2024-07-15T20:38:00.122Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-07-15T20:38:00.125Z | + cd test-project |
91 | 2024-07-15T20:38:00.125Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-07-15T20:38:00.181Z | Adding omicron-common (local) to dependencies |
93 | 2024-07-15T20:38:00.181Z | Features: |
94 | 2024-07-15T20:38:00.181Z | - proptest |
95 | 2024-07-15T20:38:00.181Z | - test-strategy |
96 | 2024-07-15T20:38:00.181Z | - testing |
97 | 2024-07-15T20:38:00.183Z | Updating crates.io index |
98 | 2024-07-15T20:38:00.237Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-07-15T20:38:01.001Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-07-15T20:38:02.504Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-07-15T20:38:02.865Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-07-15T20:38:05.212Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-07-15T20:38:05.506Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-07-15T20:38:05.794Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-07-15T20:38:08.599Z | + cargo check |
106 | 2024-07-15T20:38:08.813Z | Downloading crates ... |
107 | 2024-07-15T20:38:08.877Z | Downloaded async-stream-impl v0.3.5 |
108 | 2024-07-15T20:38:08.895Z | Downloaded foreign-types v0.3.2 |
109 | 2024-07-15T20:38:08.898Z | Downloaded equivalent v1.0.1 |
110 | 2024-07-15T20:38:08.902Z | Downloaded darling_macro v0.20.10 |
111 | 2024-07-15T20:38:08.904Z | Downloaded ident_case v1.0.1 |
112 | 2024-07-15T20:38:08.907Z | Downloaded match_cfg v0.1.0 |
113 | 2024-07-15T20:38:08.910Z | Downloaded is-terminal v0.4.12 |
114 | 2024-07-15T20:38:08.914Z | Downloaded openssl-macros v0.1.1 |
115 | 2024-07-15T20:38:08.916Z | Downloaded want v0.3.1 |
116 | 2024-07-15T20:38:08.916Z | Downloaded num-conv v0.1.0 |
117 | 2024-07-15T20:38:08.916Z | Downloaded usdt-macro v0.5.0 |
118 | 2024-07-15T20:38:08.919Z | Downloaded omicron-workspace-hack v0.1.0 |
119 | 2024-07-15T20:38:08.922Z | Downloaded usdt-attr-macro v0.5.0 |
120 | 2024-07-15T20:38:08.922Z | Downloaded block-buffer v0.10.4 |
121 | 2024-07-15T20:38:08.922Z | Downloaded usdt v0.5.0 |
122 | 2024-07-15T20:38:08.925Z | Downloaded version_check v0.9.4 |
123 | 2024-07-15T20:38:08.927Z | Downloaded atomic-waker v1.1.2 |
124 | 2024-07-15T20:38:08.930Z | Downloaded waitgroup v0.1.2 |
125 | 2024-07-15T20:38:08.933Z | Downloaded autocfg v1.3.0 |
126 | 2024-07-15T20:38:08.933Z | Downloaded instant v0.1.13 |
127 | 2024-07-15T20:38:08.937Z | Downloaded foreign-types-shared v0.1.1 |
128 | 2024-07-15T20:38:08.937Z | Downloaded dtrace-parser v0.2.0 |
129 | 2024-07-15T20:38:08.944Z | Downloaded scroll_derive v0.12.0 |
130 | 2024-07-15T20:38:08.947Z | Downloaded pretty-hex v0.4.1 |
131 | 2024-07-15T20:38:08.949Z | Downloaded openssl-probe v0.1.5 |
132 | 2024-07-15T20:38:08.949Z | Downloaded num_threads v0.1.7 |
133 | 2024-07-15T20:38:08.954Z | Downloaded http-body v0.4.6 |
134 | 2024-07-15T20:38:08.954Z | Downloaded cfg-if v1.0.0 |
135 | 2024-07-15T20:38:08.956Z | Downloaded futures-macro v0.3.30 |
136 | 2024-07-15T20:38:08.956Z | Downloaded sync_wrapper v0.1.2 |
137 | 2024-07-15T20:38:08.956Z | Downloaded strum v0.26.3 |
138 | 2024-07-15T20:38:08.956Z | Downloaded async-stream v0.3.5 |
139 | 2024-07-15T20:38:08.959Z | Downloaded hostname v0.4.0 |
140 | 2024-07-15T20:38:08.959Z | Downloaded cpufeatures v0.2.12 |
141 | 2024-07-15T20:38:08.962Z | Downloaded futures-executor v0.3.30 |
142 | 2024-07-15T20:38:08.962Z | Downloaded form_urlencoded v1.2.1 |
143 | 2024-07-15T20:38:08.965Z | Downloaded dof v0.3.0 |
144 | 2024-07-15T20:38:08.965Z | Downloaded usdt-impl v0.5.0 |
145 | 2024-07-15T20:38:08.965Z | Downloaded untrusted v0.9.0 |
146 | 2024-07-15T20:38:08.968Z | Downloaded hex v0.4.3 |
147 | 2024-07-15T20:38:08.970Z | Downloaded dyn-clone v1.0.17 |
148 | 2024-07-15T20:38:08.970Z | Downloaded memmap v0.7.0 |
149 | 2024-07-15T20:38:08.973Z | Downloaded dirs-next v2.0.0 |
150 | 2024-07-15T20:38:08.973Z | Downloaded byteorder v1.5.0 |
151 | 2024-07-15T20:38:08.977Z | Downloaded futures-task v0.3.30 |
152 | 2024-07-15T20:38:08.980Z | Downloaded deranged v0.3.11 |
153 | 2024-07-15T20:38:08.980Z | Downloaded num_cpus v1.16.0 |
154 | 2024-07-15T20:38:08.983Z | Downloaded backoff v0.4.0 |
155 | 2024-07-15T20:38:08.985Z | Downloaded take_mut v0.2.2 |
156 | 2024-07-15T20:38:08.988Z | Downloaded async-trait v0.1.81 |
157 | 2024-07-15T20:38:08.991Z | Downloaded thread-id v4.2.1 |
158 | 2024-07-15T20:38:08.993Z | Downloaded time-core v0.1.2 |
159 | 2024-07-15T20:38:08.993Z | Downloaded rustls-pemfile v1.0.4 |
160 | 2024-07-15T20:38:09.002Z | Downloaded rand_chacha v0.3.1 |
161 | 2024-07-15T20:38:09.002Z | Downloaded itoa v1.0.11 |
162 | 2024-07-15T20:38:09.005Z | Downloaded ipnetwork v0.20.0 |
163 | 2024-07-15T20:38:09.005Z | Downloaded futures-io v0.3.30 |
164 | 2024-07-15T20:38:09.005Z | Downloaded digest v0.10.7 |
165 | 2024-07-15T20:38:09.005Z | Downloaded pkg-config v0.3.30 |
166 | 2024-07-15T20:38:09.005Z | Downloaded hostname v0.3.1 |
167 | 2024-07-15T20:38:09.005Z | Downloaded slab v0.4.9 |
168 | 2024-07-15T20:38:09.009Z | Downloaded httpdate v1.0.3 |
169 | 2024-07-15T20:38:09.009Z | Downloaded generic-array v0.14.7 |
170 | 2024-07-15T20:38:09.011Z | Downloaded futures-sink v0.3.30 |
171 | 2024-07-15T20:38:09.011Z | Downloaded fnv v1.0.7 |
172 | 2024-07-15T20:38:09.011Z | Downloaded serde_tokenstream v0.2.1 |
173 | 2024-07-15T20:38:09.014Z | Downloaded powerfmt v0.2.0 |
174 | 2024-07-15T20:38:09.014Z | Downloaded slog-async v2.8.0 |
175 | 2024-07-15T20:38:09.017Z | Downloaded scopeguard v1.2.0 |
176 | 2024-07-15T20:38:09.017Z | Downloaded pin-utils v0.1.0 |
177 | 2024-07-15T20:38:09.020Z | Downloaded percent-encoding v2.3.1 |
178 | 2024-07-15T20:38:09.020Z | Downloaded futures-channel v0.3.30 |
179 | 2024-07-15T20:38:09.024Z | Downloaded parse-display-derive v0.9.1 |
180 | 2024-07-15T20:38:09.024Z | Downloaded mime v0.3.17 |
181 | 2024-07-15T20:38:09.024Z | Downloaded subtle v2.6.1 |
182 | 2024-07-15T20:38:09.027Z | Downloaded thiserror-impl v1.0.62 |
183 | 2024-07-15T20:38:09.027Z | Downloaded structmeta v0.3.0 |
184 | 2024-07-15T20:38:09.027Z | Downloaded native-tls v0.2.12 |
185 | 2024-07-15T20:38:09.029Z | Downloaded slog-json v2.6.1 |
186 | 2024-07-15T20:38:09.029Z | Downloaded strsim v0.11.1 |
187 | 2024-07-15T20:38:09.033Z | Downloaded ipnet v2.9.0 |
188 | 2024-07-15T20:38:09.033Z | Downloaded httparse v1.9.4 |
189 | 2024-07-15T20:38:09.036Z | Downloaded tower-service v0.3.2 |
190 | 2024-07-15T20:38:09.036Z | Downloaded zerocopy-derive v0.7.35 |
191 | 2024-07-15T20:38:09.039Z | Downloaded ahash v0.8.11 |
192 | 2024-07-15T20:38:09.042Z | Downloaded thread_local v1.1.8 |
193 | 2024-07-15T20:38:09.045Z | Downloaded try-lock v0.2.5 |
194 | 2024-07-15T20:38:09.045Z | Downloaded tinyvec_macros v0.1.1 |
195 | 2024-07-15T20:38:09.045Z | Downloaded signal-hook-registry v1.4.2 |
196 | 2024-07-15T20:38:09.048Z | Downloaded rand_core v0.6.4 |
197 | 2024-07-15T20:38:09.048Z | Downloaded plain v0.2.3 |
198 | 2024-07-15T20:38:09.051Z | Downloaded anyhow v1.0.86 |
199 | 2024-07-15T20:38:09.054Z | Downloaded schemars_derive v0.8.21 |
200 | 2024-07-15T20:38:09.054Z | Downloaded tokio-macros v2.3.0 |
201 | 2024-07-15T20:38:09.057Z | Downloaded structmeta-derive v0.3.0 |
202 | 2024-07-15T20:38:09.057Z | Downloaded serde_spanned v0.6.6 |
203 | 2024-07-15T20:38:09.057Z | Downloaded multer v3.1.0 |
204 | 2024-07-15T20:38:09.060Z | Downloaded iana-time-zone v0.1.60 |
205 | 2024-07-15T20:38:09.062Z | Downloaded newtype-uuid v1.1.0 |
206 | 2024-07-15T20:38:09.062Z | Downloaded slog-bunyan v2.5.0 |
207 | 2024-07-15T20:38:09.065Z | Downloaded sha1 v0.10.6 |
208 | 2024-07-15T20:38:09.065Z | Downloaded serde_urlencoded v0.7.1 |
209 | 2024-07-15T20:38:09.068Z | Downloaded once_cell v1.19.0 |
210 | 2024-07-15T20:38:09.070Z | Downloaded scroll v0.12.0 |
211 | 2024-07-15T20:38:09.070Z | Downloaded toml_datetime v0.6.6 |
212 | 2024-07-15T20:38:09.073Z | Downloaded log v0.4.22 |
213 | 2024-07-15T20:38:09.077Z | Downloaded serde_derive_internals v0.29.1 |
214 | 2024-07-15T20:38:09.077Z | Downloaded rustversion v1.0.17 |
215 | 2024-07-15T20:38:09.080Z | Downloaded parking_lot_core v0.9.10 |
216 | 2024-07-15T20:38:09.080Z | Downloaded darling v0.20.10 |
217 | 2024-07-15T20:38:09.083Z | Downloaded time-macros v0.2.18 |
218 | 2024-07-15T20:38:09.085Z | Downloaded smallvec v1.13.2 |
219 | 2024-07-15T20:38:09.088Z | Downloaded quote v1.0.36 |
220 | 2024-07-15T20:38:09.091Z | Downloaded pest_derive v2.7.11 |
221 | 2024-07-15T20:38:09.094Z | Downloaded bytes v1.6.1 |
222 | 2024-07-15T20:38:09.097Z | Downloaded term v0.7.0 |
223 | 2024-07-15T20:38:09.099Z | Downloaded pest_generator v2.7.11 |
224 | 2024-07-15T20:38:09.099Z | Downloaded bitflags v2.6.0 |
225 | 2024-07-15T20:38:09.102Z | Downloaded sha2 v0.10.8 |
226 | 2024-07-15T20:38:09.105Z | Downloaded slog-term v2.9.1 |
227 | 2024-07-15T20:38:09.108Z | Downloaded num-traits v0.2.19 |
228 | 2024-07-15T20:38:09.110Z | Downloaded uuid v1.10.0 |
229 | 2024-07-15T20:38:09.113Z | Downloaded ppv-lite86 v0.2.17 |
230 | 2024-07-15T20:38:09.116Z | Downloaded pin-project-lite v0.2.14 |
231 | 2024-07-15T20:38:09.118Z | Downloaded rustls-pki-types v1.7.0 |
232 | 2024-07-15T20:38:09.121Z | Downloaded indexmap v1.9.3 |
233 | 2024-07-15T20:38:09.124Z | Downloaded tokio-rustls v0.24.1 |
234 | 2024-07-15T20:38:09.126Z | Downloaded cc v1.1.5 |
235 | 2024-07-15T20:38:09.129Z | Downloaded serde_with_macros v3.9.0 |
236 | 2024-07-15T20:38:09.132Z | Downloaded semver v1.0.23 |
237 | 2024-07-15T20:38:09.132Z | Downloaded thiserror v1.0.62 |
238 | 2024-07-15T20:38:09.143Z | Downloaded strum_macros v0.26.4 |
239 | 2024-07-15T20:38:09.147Z | Downloaded toml v0.8.14 |
240 | 2024-07-15T20:38:09.151Z | Downloaded paste v1.0.15 |
241 | 2024-07-15T20:38:09.153Z | Downloaded ucd-trie v0.1.6 |
242 | 2024-07-15T20:38:09.156Z | Downloaded url v2.5.2 |
243 | 2024-07-15T20:38:09.159Z | Downloaded tokio-native-tls v0.3.1 |
244 | 2024-07-15T20:38:09.161Z | Downloaded unicode-bidi v0.3.15 |
245 | 2024-07-15T20:38:09.164Z | Downloaded proc-macro2 v1.0.86 |
246 | 2024-07-15T20:38:09.167Z | Downloaded crossbeam-channel v0.5.13 |
247 | 2024-07-15T20:38:09.170Z | Downloaded serde_derive v1.0.204 |
248 | 2024-07-15T20:38:09.174Z | Downloaded base64 v0.21.7 |
249 | 2024-07-15T20:38:09.178Z | Downloaded tokio-rustls v0.25.0 |
250 | 2024-07-15T20:38:09.180Z | Downloaded schemars v0.8.21 |
251 | 2024-07-15T20:38:09.193Z | Downloaded serde_yaml v0.9.34+deprecated |
252 | 2024-07-15T20:38:09.197Z | Downloaded typenum v1.17.0 |
253 | 2024-07-15T20:38:09.200Z | Downloaded tinyvec v1.8.0 |
254 | 2024-07-15T20:38:09.203Z | Downloaded socket2 v0.5.7 |
255 | 2024-07-15T20:38:09.206Z | Downloaded tracing v0.1.40 |
256 | 2024-07-15T20:38:09.209Z | Downloaded unicode-ident v1.0.12 |
257 | 2024-07-15T20:38:09.212Z | Downloaded mio v0.8.11 |
258 | 2024-07-15T20:38:09.218Z | Downloaded memchr v2.7.4 |
259 | 2024-07-15T20:38:09.224Z | Downloaded rand v0.8.5 |
260 | 2024-07-15T20:38:09.228Z | Downloaded http v1.1.0 |
261 | 2024-07-15T20:38:09.232Z | Downloaded hashbrown v0.12.3 |
262 | 2024-07-15T20:38:09.236Z | Downloaded toml_edit v0.22.15 |
263 | 2024-07-15T20:38:09.259Z | Downloaded unsafe-libyaml v0.2.11 |
264 | 2024-07-15T20:38:09.262Z | Downloaded unicode-normalization v0.1.23 |
265 | 2024-07-15T20:38:09.265Z | Downloaded hashbrown v0.14.5 |
266 | 2024-07-15T20:38:09.271Z | Downloaded slog v2.7.0 |
267 | 2024-07-15T20:38:09.274Z | Downloaded serde v1.0.204 |
268 | 2024-07-15T20:38:09.277Z | Downloaded tracing-core v0.1.32 |
269 | 2024-07-15T20:38:09.280Z | Downloaded tokio-util v0.7.11 |
270 | 2024-07-15T20:38:09.287Z | Downloaded h2 v0.3.26 |
271 | 2024-07-15T20:38:09.293Z | Downloaded futures-util v0.3.30 |
272 | 2024-07-15T20:38:09.305Z | Downloaded time v0.3.36 |
273 | 2024-07-15T20:38:09.312Z | Downloaded zerocopy v0.7.35 |
274 | 2024-07-15T20:38:09.327Z | Downloaded goblin v0.8.2 |
275 | 2024-07-15T20:38:09.333Z | Downloaded serde_with v3.9.0 |
276 | 2024-07-15T20:38:09.341Z | Downloaded reqwest v0.11.27 |
277 | 2024-07-15T20:38:09.349Z | Downloaded serde_json v1.0.120 |
278 | 2024-07-15T20:38:09.356Z | Downloaded openssl v0.10.64 |
279 | 2024-07-15T20:38:09.367Z | Downloaded idna v0.5.0 |
280 | 2024-07-15T20:38:09.372Z | Downloaded winnow v0.6.13 |
281 | 2024-07-15T20:38:09.383Z | Downloaded hyper v0.14.30 |
282 | 2024-07-15T20:38:09.390Z | Downloaded rustls-webpki v0.102.5 |
283 | 2024-07-15T20:38:09.409Z | Downloaded rustls-webpki v0.101.7 |
284 | 2024-07-15T20:38:09.423Z | Downloaded vcpkg v0.2.15 |
285 | 2024-07-15T20:38:09.463Z | Downloaded webpki-roots v0.25.4 |
286 | 2024-07-15T20:38:09.466Z | Downloaded rustls v0.21.12 |
287 | 2024-07-15T20:38:09.477Z | Downloaded regex v1.10.5 |
288 | 2024-07-15T20:38:09.491Z | Downloaded syn v2.0.71 |
289 | 2024-07-15T20:38:09.502Z | Downloaded tokio v1.38.0 |
290 | 2024-07-15T20:38:09.537Z | Downloaded rustls v0.22.4 |
291 | 2024-07-15T20:38:09.549Z | Downloaded regress v0.9.1 |
292 | 2024-07-15T20:38:09.557Z | Downloaded regex-syntax v0.8.4 |
293 | 2024-07-15T20:38:09.564Z | Downloaded regex-automata v0.4.7 |
294 | 2024-07-15T20:38:09.579Z | Downloaded regress v0.10.0 |
295 | 2024-07-15T20:38:09.587Z | Downloaded encoding_rs v0.8.34 |
296 | 2024-07-15T20:38:09.606Z | Downloaded libc v0.2.155 |
297 | 2024-07-15T20:38:09.630Z | Downloaded openapiv3 v2.0.0 |
298 | 2024-07-15T20:38:09.641Z | Downloaded chrono v0.4.38 |
299 | 2024-07-15T20:38:09.648Z | Downloaded aho-corasick v1.1.3 |
300 | 2024-07-15T20:38:09.653Z | Downloaded pest v2.7.11 |
301 | 2024-07-15T20:38:09.657Z | Downloaded http v0.2.12 |
302 | 2024-07-15T20:38:09.660Z | Downloaded indexmap v2.2.6 |
303 | 2024-07-15T20:38:09.664Z | Downloaded ryu v1.0.18 |
304 | 2024-07-15T20:38:09.666Z | Downloaded openssl-sys v0.9.102 |
305 | 2024-07-15T20:38:09.670Z | Downloaded parking_lot v0.12.3 |
306 | 2024-07-15T20:38:09.673Z | Downloaded allocator-api2 v0.2.18 |
307 | 2024-07-15T20:38:09.676Z | Downloaded spin v0.9.8 |
308 | 2024-07-15T20:38:09.678Z | Downloaded pest_meta v2.7.11 |
309 | 2024-07-15T20:38:09.681Z | Downloaded futures v0.3.30 |
310 | 2024-07-15T20:38:09.684Z | Downloaded darling_core v0.20.10 |
311 | 2024-07-15T20:38:09.690Z | Downloaded base64 v0.22.1 |
312 | 2024-07-15T20:38:09.693Z | Downloaded sct v0.7.1 |
313 | 2024-07-15T20:38:09.697Z | Downloaded rustls-pemfile v2.1.2 |
314 | 2024-07-15T20:38:09.700Z | Downloaded crossbeam-utils v0.8.20 |
315 | 2024-07-15T20:38:09.703Z | Downloaded hyper-rustls v0.24.2 |
316 | 2024-07-15T20:38:09.703Z | Downloaded lock_api v0.4.12 |
317 | 2024-07-15T20:38:09.706Z | Downloaded crypto-common v0.1.6 |
318 | 2024-07-15T20:38:09.706Z | Downloaded parse-display v0.9.1 |
319 | 2024-07-15T20:38:09.706Z | Downloaded camino v1.1.7 |
320 | 2024-07-15T20:38:09.709Z | Downloaded hyper-tls v0.5.0 |
321 | 2024-07-15T20:38:09.709Z | Downloaded futures-core v0.3.30 |
322 | 2024-07-15T20:38:09.712Z | Downloaded getrandom v0.2.15 |
323 | 2024-07-15T20:38:09.714Z | Downloaded serde_path_to_error v0.1.16 |
324 | 2024-07-15T20:38:09.714Z | Downloaded macaddr v1.0.1 |
325 | 2024-07-15T20:38:09.717Z | Downloaded dirs-sys-next v0.1.2 |
326 | 2024-07-15T20:38:09.717Z | Downloaded heck v0.5.0 |
327 | 2024-07-15T20:38:09.717Z | Downloaded debug-ignore v1.0.5 |
328 | 2024-07-15T20:38:09.720Z | Downloaded zeroize v1.8.1 |
329 | 2024-07-15T20:38:09.845Z | Downloaded ring v0.17.8 |
330 | 2024-07-15T20:38:10.025Z | Compiling proc-macro2 v1.0.86 |
331 | 2024-07-15T20:38:10.025Z | Compiling unicode-ident v1.0.12 |
332 | 2024-07-15T20:38:10.028Z | Compiling libc v0.2.155 |
333 | 2024-07-15T20:38:10.028Z | Checking cfg-if v1.0.0 |
334 | 2024-07-15T20:38:10.028Z | Compiling version_check v0.9.4 |
335 | 2024-07-15T20:38:10.038Z | Compiling autocfg v1.3.0 |
336 | 2024-07-15T20:38:10.041Z | Compiling serde v1.0.204 |
337 | 2024-07-15T20:38:10.041Z | Compiling serde_json v1.0.120 |
338 | 2024-07-15T20:38:10.119Z | Checking itoa v1.0.11 |
339 | 2024-07-15T20:38:10.206Z | Compiling thiserror v1.0.62 |
340 | 2024-07-15T20:38:10.309Z | Checking once_cell v1.19.0 |
341 | 2024-07-15T20:38:10.536Z | Compiling cc v1.1.5 |
342 | 2024-07-15T20:38:10.613Z | Compiling ahash v0.8.11 |
343 | 2024-07-15T20:38:10.668Z | Compiling memchr v2.7.4 |
344 | 2024-07-15T20:38:12.107Z | Checking byteorder v1.5.0 |
345 | 2024-07-15T20:38:12.120Z | Compiling num-traits v0.2.19 |
346 | 2024-07-15T20:38:12.409Z | Checking pin-project-lite v0.2.14 |
347 | 2024-07-15T20:38:12.507Z | Checking ryu v1.0.18 |
348 | 2024-07-15T20:38:12.604Z | Checking log v0.4.22 |
349 | 2024-07-15T20:38:12.616Z | Checking bytes v1.6.1 |
350 | 2024-07-15T20:38:12.711Z | Checking allocator-api2 v0.2.18 |
351 | 2024-07-15T20:38:12.727Z | Compiling lock_api v0.4.12 |
352 | 2024-07-15T20:38:12.780Z | Checking getrandom v0.2.15 |
353 | 2024-07-15T20:38:12.830Z | Compiling parking_lot_core v0.9.10 |
354 | 2024-07-15T20:38:12.846Z | Compiling schemars v0.8.21 |
355 | 2024-07-15T20:38:12.969Z | Compiling quote v1.0.36 |
356 | 2024-07-15T20:38:12.985Z | Compiling ring v0.17.8 |
357 | 2024-07-15T20:38:13.137Z | Checking scopeguard v1.2.0 |
358 | 2024-07-15T20:38:13.201Z | Checking futures-core v0.3.30 |
359 | 2024-07-15T20:38:13.245Z | Checking smallvec v1.13.2 |
360 | 2024-07-15T20:38:13.323Z | Compiling syn v2.0.71 |
361 | 2024-07-15T20:38:13.329Z | Checking num_cpus v1.16.0 |
362 | 2024-07-15T20:38:13.368Z | Checking socket2 v0.5.7 |
363 | 2024-07-15T20:38:13.420Z | Checking signal-hook-registry v1.4.2 |
364 | 2024-07-15T20:38:13.576Z | Checking mio v0.8.11 |
365 | 2024-07-15T20:38:13.637Z | Compiling slab v0.4.9 |
366 | 2024-07-15T20:38:13.664Z | Checking futures-sink v0.3.30 |
367 | 2024-07-15T20:38:13.784Z | Checking spin v0.9.8 |
368 | 2024-07-15T20:38:13.833Z | Checking untrusted v0.9.0 |
369 | 2024-07-15T20:38:13.904Z | Checking parking_lot v0.12.3 |
370 | 2024-07-15T20:38:13.953Z | Checking equivalent v1.0.1 |
371 | 2024-07-15T20:38:13.966Z | Checking fnv v1.0.7 |
372 | 2024-07-15T20:38:14.035Z | Checking futures-channel v0.3.30 |
373 | 2024-07-15T20:38:14.071Z | Compiling heck v0.5.0 |
374 | 2024-07-15T20:38:14.120Z | Compiling semver v1.0.23 |
375 | 2024-07-15T20:38:14.264Z | Compiling pkg-config v0.3.30 |
376 | 2024-07-15T20:38:14.277Z | Checking futures-task v0.3.30 |
377 | 2024-07-15T20:38:14.369Z | Checking futures-io v0.3.30 |
378 | 2024-07-15T20:38:14.483Z | Compiling vcpkg v0.2.15 |
379 | 2024-07-15T20:38:14.486Z | Checking pin-utils v0.1.0 |
380 | 2024-07-15T20:38:14.553Z | Compiling ucd-trie v0.1.6 |
381 | 2024-07-15T20:38:14.567Z | Checking iana-time-zone v0.1.60 |
382 | 2024-07-15T20:38:14.621Z | Checking http v0.2.12 |
383 | 2024-07-15T20:38:14.981Z | Checking dyn-clone v1.0.17 |
384 | 2024-07-15T20:38:15.093Z | Compiling httparse v1.9.4 |
385 | 2024-07-15T20:38:15.766Z | Checking tracing-core v0.1.32 |
386 | 2024-07-15T20:38:16.050Z | Compiling uuid v1.10.0 |
387 | 2024-07-15T20:38:16.212Z | Compiling openssl-sys v0.9.102 |
388 | 2024-07-15T20:38:16.400Z | Compiling chrono v0.4.38 |
389 | 2024-07-15T20:38:16.452Z | Checking tracing v0.1.40 |
390 | 2024-07-15T20:38:16.478Z | Checking try-lock v0.2.5 |
391 | 2024-07-15T20:38:16.629Z | Compiling openssl v0.10.64 |
392 | 2024-07-15T20:38:16.717Z | Compiling slog v2.7.0 |
393 | 2024-07-15T20:38:16.728Z | Checking foreign-types-shared v0.1.1 |
394 | 2024-07-15T20:38:16.808Z | Checking foreign-types v0.3.2 |
395 | 2024-07-15T20:38:16.915Z | Checking want v0.3.1 |
396 | 2024-07-15T20:38:17.006Z | Checking http-body v0.4.6 |
397 | 2024-07-15T20:38:17.060Z | Compiling aho-corasick v1.1.3 |
398 | 2024-07-15T20:38:17.220Z | Compiling native-tls v0.2.12 |
399 | 2024-07-15T20:38:17.356Z | Compiling typenum v1.17.0 |
400 | 2024-07-15T20:38:17.543Z | Checking tower-service v0.3.2 |
401 | 2024-07-15T20:38:17.620Z | Checking percent-encoding v2.3.1 |
402 | 2024-07-15T20:38:17.809Z | Checking httpdate v1.0.3 |
403 | 2024-07-15T20:38:18.001Z | Compiling regex-syntax v0.8.4 |
404 | 2024-07-15T20:38:18.265Z | Checking bitflags v2.6.0 |
405 | 2024-07-15T20:38:18.324Z | Compiling rustls v0.21.12 |
406 | 2024-07-15T20:38:18.457Z | Checking tinyvec_macros v0.1.1 |
407 | 2024-07-15T20:38:18.529Z | Checking tinyvec v1.8.0 |
408 | 2024-07-15T20:38:18.620Z | Checking form_urlencoded v1.2.1 |
409 | 2024-07-15T20:38:18.786Z | Compiling generic-array v0.14.7 |
410 | 2024-07-15T20:38:19.077Z | Checking openssl-probe v0.1.5 |
411 | 2024-07-15T20:38:19.747Z | Compiling serde_derive_internals v0.29.1 |
412 | 2024-07-15T20:38:20.388Z | Checking unicode-normalization v0.1.23 |
413 | 2024-07-15T20:38:21.228Z | Compiling regex-automata v0.4.7 |
414 | 2024-07-15T20:38:21.431Z | Compiling usdt-impl v0.5.0 |
415 | 2024-07-15T20:38:21.569Z | Checking encoding_rs v0.8.34 |
416 | 2024-07-15T20:38:21.682Z | Compiling num-conv v0.1.0 |
417 | 2024-07-15T20:38:21.806Z | Checking mime v0.3.17 |
418 | 2024-07-15T20:38:21.962Z | Checking powerfmt v0.2.0 |
419 | 2024-07-15T20:38:22.072Z | Compiling time-core v0.1.2 |
420 | 2024-07-15T20:38:22.201Z | Checking unicode-bidi v0.3.15 |
421 | 2024-07-15T20:38:22.224Z | Compiling time-macros v0.2.18 |
422 | 2024-07-15T20:38:22.781Z | Checking idna v0.5.0 |
423 | 2024-07-15T20:38:23.587Z | Checking deranged v0.3.11 |
424 | 2024-07-15T20:38:23.748Z | Compiling thread-id v4.2.1 |
425 | 2024-07-15T20:38:23.862Z | Compiling ident_case v1.0.1 |
426 | 2024-07-15T20:38:24.028Z | Checking rustls-webpki v0.101.7 |
427 | 2024-07-15T20:38:24.150Z | Checking sct v0.7.1 |
428 | 2024-07-15T20:38:24.930Z | Compiling strsim v0.11.1 |
429 | 2024-07-15T20:38:25.234Z | Compiling regex v1.10.5 |
430 | 2024-07-15T20:38:25.441Z | Checking base64 v0.21.7 |
431 | 2024-07-15T20:38:25.649Z | Checking num_threads v0.1.7 |
432 | 2024-07-15T20:38:25.692Z | Compiling serde_derive v1.0.204 |
433 | 2024-07-15T20:38:25.750Z | Compiling zerocopy-derive v0.7.35 |
434 | 2024-07-15T20:38:25.929Z | Compiling thiserror-impl v1.0.62 |
435 | 2024-07-15T20:38:26.115Z | Compiling schemars_derive v0.8.21 |
436 | 2024-07-15T20:38:26.200Z | Compiling tokio-macros v2.3.0 |
437 | 2024-07-15T20:38:27.873Z | Checking tokio v1.38.0 |
438 | 2024-07-15T20:38:27.971Z | Compiling futures-macro v0.3.30 |
439 | 2024-07-15T20:38:27.974Z | Checking zerocopy v0.7.35 |
440 | 2024-07-15T20:38:29.029Z | Compiling pest v2.7.11 |
441 | 2024-07-15T20:38:29.292Z | Compiling openssl-macros v0.1.1 |
442 | 2024-07-15T20:38:29.377Z | Compiling scroll_derive v0.12.0 |
443 | 2024-07-15T20:38:29.920Z | Checking hashbrown v0.14.5 |
444 | 2024-07-15T20:38:29.980Z | Checking futures-util v0.3.30 |
445 | 2024-07-15T20:38:30.869Z | Checking scroll v0.12.0 |
446 | 2024-07-15T20:38:31.198Z | Checking regress v0.10.0 |
447 | 2024-07-15T20:38:31.326Z | Compiling crossbeam-utils v0.8.20 |
448 | 2024-07-15T20:38:31.832Z | Compiling pest_meta v2.7.11 |
449 | 2024-07-15T20:38:31.936Z | Checking plain v0.2.3 |
450 | 2024-07-15T20:38:32.057Z | Checking rustls-pki-types v1.7.0 |
451 | 2024-07-15T20:38:32.517Z | Checking goblin v0.8.2 |
452 | 2024-07-15T20:38:34.903Z | Checking tokio-util v0.7.11 |
453 | 2024-07-15T20:38:35.129Z | Compiling pest_generator v2.7.11 |
454 | 2024-07-15T20:38:35.458Z | Checking tokio-native-tls v0.3.1 |
455 | 2024-07-15T20:38:35.680Z | Checking tokio-rustls v0.24.1 |
456 | 2024-07-15T20:38:36.274Z | Checking rustls-pemfile v1.0.4 |
457 | 2024-07-15T20:38:36.593Z | Checking time v0.3.36 |
458 | 2024-07-15T20:38:36.928Z | Compiling pest_derive v2.7.11 |
459 | 2024-07-15T20:38:37.327Z | Compiling darling_core v0.20.10 |
460 | 2024-07-15T20:38:37.610Z | Checking url v2.5.2 |
461 | 2024-07-15T20:38:37.767Z | Compiling dtrace-parser v0.2.0 |
462 | 2024-07-15T20:38:38.063Z | Checking dirs-sys-next v0.1.2 |
463 | 2024-07-15T20:38:38.345Z | Compiling paste v1.0.15 |
464 | 2024-07-15T20:38:38.361Z | Checking pretty-hex v0.4.1 |
465 | 2024-07-15T20:38:38.509Z | Compiling rustversion v1.0.17 |
466 | 2024-07-15T20:38:38.557Z | Checking ipnet v2.9.0 |
467 | 2024-07-15T20:38:38.759Z | Checking sync_wrapper v0.1.2 |
468 | 2024-07-15T20:38:38.806Z | Checking indexmap v2.2.6 |
469 | 2024-07-15T20:38:39.134Z | Checking serde_urlencoded v0.7.1 |
470 | 2024-07-15T20:38:39.577Z | Compiling rustls v0.22.4 |
471 | 2024-07-15T20:38:39.627Z | Checking webpki-roots v0.25.4 |
472 | 2024-07-15T20:38:39.869Z | Compiling omicron-workspace-hack v0.1.0 |
473 | 2024-07-15T20:38:39.877Z | Compiling unsafe-libyaml v0.2.11 |
474 | 2024-07-15T20:38:40.011Z | Checking h2 v0.3.26 |
475 | 2024-07-15T20:38:40.068Z | Checking toml_datetime v0.6.6 |
476 | 2024-07-15T20:38:40.095Z | Checking serde_spanned v0.6.6 |
477 | 2024-07-15T20:38:40.290Z | Checking openapiv3 v2.0.0 |
478 | 2024-07-15T20:38:40.320Z | Checking dof v0.3.0 |
479 | 2024-07-15T20:38:40.394Z | Checking dirs-next v2.0.0 |
480 | 2024-07-15T20:38:40.802Z | Compiling serde_tokenstream v0.2.1 |
481 | 2024-07-15T20:38:42.288Z | Checking rustls-webpki v0.102.5 |
482 | 2024-07-15T20:38:42.846Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
483 | 2024-07-15T20:38:43.552Z | Compiling serde_yaml v0.9.34+deprecated |
484 | 2024-07-15T20:38:43.632Z | Compiling darling_macro v0.20.10 |
485 | 2024-07-15T20:38:43.806Z | Compiling structmeta-derive v0.3.0 |
486 | 2024-07-15T20:38:44.153Z | Checking hyper v0.14.30 |
487 | 2024-07-15T20:38:44.696Z | Checking crypto-common v0.1.6 |
488 | 2024-07-15T20:38:44.847Z | Checking block-buffer v0.10.4 |
489 | 2024-07-15T20:38:45.030Z | Checking rand_core v0.6.4 |
490 | 2024-07-15T20:38:45.276Z | Compiling multer v3.1.0 |
491 | 2024-07-15T20:38:45.300Z | Checking thread_local v1.1.8 |
492 | 2024-07-15T20:38:45.561Z | Checking zeroize v1.8.1 |
493 | 2024-07-15T20:38:45.588Z | Checking match_cfg v0.1.0 |
494 | 2024-07-15T20:38:45.661Z | Compiling camino v1.1.7 |
495 | 2024-07-15T20:38:45.727Z | Checking ppv-lite86 v0.2.17 |
496 | 2024-07-15T20:38:45.792Z | Checking subtle v2.6.1 |
497 | 2024-07-15T20:38:46.015Z | Compiling slog-async v2.8.0 |
498 | 2024-07-15T20:38:46.221Z | Compiling anyhow v1.0.86 |
499 | 2024-07-15T20:38:46.393Z | Checking winnow v0.6.13 |
500 | 2024-07-15T20:38:46.538Z | Checking rand_chacha v0.3.1 |
501 | 2024-07-15T20:38:46.564Z | Compiling structmeta v0.3.0 |
502 | 2024-07-15T20:38:46.921Z | Checking hostname v0.3.1 |
503 | 2024-07-15T20:38:47.030Z | Checking digest v0.10.7 |
504 | 2024-07-15T20:38:47.158Z | Compiling darling v0.20.10 |
505 | 2024-07-15T20:38:47.264Z | Compiling usdt-attr-macro v0.5.0 |
506 | 2024-07-15T20:38:47.332Z | Compiling usdt-macro v0.5.0 |
507 | 2024-07-15T20:38:47.431Z | Checking crossbeam-channel v0.5.13 |
508 | 2024-07-15T20:38:47.486Z | Checking term v0.7.0 |
509 | 2024-07-15T20:38:47.906Z | Checking slog-json v2.6.1 |
510 | 2024-07-15T20:38:48.452Z | Checking hyper-tls v0.5.0 |
511 | 2024-07-15T20:38:48.645Z | Checking hyper-rustls v0.24.2 |
512 | 2024-07-15T20:38:48.717Z | Checking futures-executor v0.3.30 |
513 | 2024-07-15T20:38:48.730Z | Compiling async-stream-impl v0.3.5 |
514 | 2024-07-15T20:38:48.896Z | Checking reqwest v0.11.27 |
515 | 2024-07-15T20:38:48.933Z | Checking http v1.1.0 |
516 | 2024-07-15T20:38:49.236Z | Checking is-terminal v0.4.12 |
517 | 2024-07-15T20:38:49.344Z | Checking memmap v0.7.0 |
518 | 2024-07-15T20:38:49.366Z | Checking toml_edit v0.22.15 |
519 | 2024-07-15T20:38:49.489Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#8b791251) |
520 | 2024-07-15T20:38:49.539Z | Checking take_mut v0.2.2 |
521 | 2024-07-15T20:38:49.660Z | Checking base64 v0.22.1 |
522 | 2024-07-15T20:38:49.801Z | Checking cpufeatures v0.2.12 |
523 | 2024-07-15T20:38:49.878Z | Checking atomic-waker v1.1.2 |
524 | 2024-07-15T20:38:49.988Z | Checking waitgroup v0.1.2 |
525 | 2024-07-15T20:38:50.057Z | Checking async-stream v0.3.5 |
526 | 2024-07-15T20:38:50.104Z | Checking sha1 v0.10.6 |
527 | 2024-07-15T20:38:50.126Z | Checking rustls-pemfile v2.1.2 |
528 | 2024-07-15T20:38:50.174Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
529 | 2024-07-15T20:38:50.340Z | Checking usdt v0.5.0 |
530 | 2024-07-15T20:38:50.348Z | Compiling strum_macros v0.26.4 |
531 | 2024-07-15T20:38:50.445Z | Checking slog-term v2.9.1 |
532 | 2024-07-15T20:38:50.484Z | Checking tokio-rustls v0.25.0 |
533 | 2024-07-15T20:38:50.536Z | Checking futures v0.3.30 |
534 | 2024-07-15T20:38:50.570Z | Checking slog-bunyan v2.5.0 |
535 | 2024-07-15T20:38:50.630Z | Compiling serde_with_macros v3.9.0 |
536 | 2024-07-15T20:38:50.639Z | Compiling parse-display-derive v0.9.1 |
537 | 2024-07-15T20:38:50.910Z | Checking rand v0.8.5 |
538 | 2024-07-15T20:38:51.088Z | Checking newtype-uuid v1.1.0 |
539 | 2024-07-15T20:38:51.314Z | Checking ipnetwork v0.20.0 |
540 | 2024-07-15T20:38:51.346Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#8b791251) |
541 | 2024-07-15T20:38:51.742Z | Checking serde_path_to_error v0.1.16 |
542 | 2024-07-15T20:38:51.853Z | Checking toml v0.8.14 |
543 | 2024-07-15T20:38:52.186Z | Checking hex v0.4.3 |
544 | 2024-07-15T20:38:52.371Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
545 | 2024-07-15T20:38:52.605Z | Compiling async-trait v0.1.81 |
546 | 2024-07-15T20:38:52.696Z | Checking hostname v0.4.0 |
547 | 2024-07-15T20:38:52.818Z | Checking instant v0.1.13 |
548 | 2024-07-15T20:38:52.918Z | Checking debug-ignore v1.0.5 |
549 | 2024-07-15T20:38:53.041Z | Checking backoff v0.4.0 |
550 | 2024-07-15T20:38:53.162Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
551 | 2024-07-15T20:38:53.292Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
552 | 2024-07-15T20:38:53.308Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
553 | 2024-07-15T20:38:53.427Z | Checking serde_with v3.9.0 |
554 | 2024-07-15T20:38:53.435Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf) |
555 | 2024-07-15T20:38:53.770Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
556 | 2024-07-15T20:38:54.076Z | Checking macaddr v1.0.1 |
557 | 2024-07-15T20:38:54.193Z | Checking regress v0.9.1 |
558 | 2024-07-15T20:38:54.773Z | Checking parse-display v0.9.1 |
559 | 2024-07-15T20:38:55.207Z | Checking strum v0.26.3 |
560 | 2024-07-15T20:38:56.608Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
561 | 2024-07-15T20:38:58.423Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
562 | 2024-07-15T20:38:58.476Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
563 | 2024-07-15T20:39:01.299Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
564 | 2024-07-15T20:39:07.386Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
565 | 2024-07-15T20:39:07.489Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990) |
566 | 2024-07-15T20:39:10.115Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
567 | 2024-07-15T20:39:16.043Z | Checking test-project v0.1.0 (/tmp/test-project) |
568 | 2024-07-15T20:39:16.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
569 | 2024-07-15T20:39:16.148Z | + cargo build --release |
570 | 2024-07-15T20:39:16.394Z | Compiling proc-macro2 v1.0.86 |
571 | 2024-07-15T20:39:16.395Z | Compiling unicode-ident v1.0.12 |
572 | 2024-07-15T20:39:16.397Z | Compiling libc v0.2.155 |
573 | 2024-07-15T20:39:16.397Z | Compiling cfg-if v1.0.0 |
574 | 2024-07-15T20:39:16.397Z | Compiling version_check v0.9.4 |
575 | 2024-07-15T20:39:16.397Z | Compiling autocfg v1.3.0 |
576 | 2024-07-15T20:39:16.432Z | Compiling serde v1.0.204 |
577 | 2024-07-15T20:39:16.435Z | Compiling serde_json v1.0.120 |
578 | 2024-07-15T20:39:16.507Z | Compiling itoa v1.0.11 |
579 | 2024-07-15T20:39:16.591Z | Compiling thiserror v1.0.62 |
580 | 2024-07-15T20:39:16.719Z | Compiling once_cell v1.19.0 |
581 | 2024-07-15T20:39:16.832Z | Compiling memchr v2.7.4 |
582 | 2024-07-15T20:39:16.921Z | Compiling cc v1.1.5 |
583 | 2024-07-15T20:39:17.087Z | Compiling ahash v0.8.11 |
584 | 2024-07-15T20:39:17.432Z | Compiling byteorder v1.5.0 |
585 | 2024-07-15T20:39:17.495Z | Compiling num-traits v0.2.19 |
586 | 2024-07-15T20:39:17.777Z | Compiling quote v1.0.36 |
587 | 2024-07-15T20:39:17.806Z | Compiling getrandom v0.2.15 |
588 | 2024-07-15T20:39:17.885Z | Compiling pin-project-lite v0.2.14 |
589 | 2024-07-15T20:39:17.993Z | Compiling ryu v1.0.18 |
590 | 2024-07-15T20:39:18.143Z | Compiling syn v2.0.71 |
591 | 2024-07-15T20:39:18.300Z | Compiling bytes v1.6.1 |
592 | 2024-07-15T20:39:18.397Z | Compiling log v0.4.22 |
593 | 2024-07-15T20:39:18.529Z | Compiling allocator-api2 v0.2.18 |
594 | 2024-07-15T20:39:18.573Z | Compiling schemars v0.8.21 |
595 | 2024-07-15T20:39:18.814Z | Compiling lock_api v0.4.12 |
596 | 2024-07-15T20:39:18.862Z | Compiling parking_lot_core v0.9.10 |
597 | 2024-07-15T20:39:18.940Z | Compiling futures-core v0.3.30 |
598 | 2024-07-15T20:39:19.178Z | Compiling scopeguard v1.2.0 |
599 | 2024-07-15T20:39:19.249Z | Compiling smallvec v1.13.2 |
600 | 2024-07-15T20:39:19.315Z | Compiling signal-hook-registry v1.4.2 |
601 | 2024-07-15T20:39:19.365Z | Compiling num_cpus v1.16.0 |
602 | 2024-07-15T20:39:19.484Z | Compiling mio v0.8.11 |
603 | 2024-07-15T20:39:19.833Z | Compiling socket2 v0.5.7 |
604 | 2024-07-15T20:39:19.891Z | Compiling slab v0.4.9 |
605 | 2024-07-15T20:39:19.914Z | Compiling ring v0.17.8 |
606 | 2024-07-15T20:39:20.122Z | Compiling parking_lot v0.12.3 |
607 | 2024-07-15T20:39:20.295Z | Compiling futures-sink v0.3.30 |
608 | 2024-07-15T20:39:20.439Z | Compiling spin v0.9.8 |
609 | 2024-07-15T20:39:20.803Z | Compiling semver v1.0.23 |
610 | 2024-07-15T20:39:20.906Z | Compiling fnv v1.0.7 |
611 | 2024-07-15T20:39:21.022Z | Compiling equivalent v1.0.1 |
612 | 2024-07-15T20:39:21.120Z | Compiling untrusted v0.9.0 |
613 | 2024-07-15T20:39:21.297Z | Compiling futures-channel v0.3.30 |
614 | 2024-07-15T20:39:21.516Z | Compiling pkg-config v0.3.30 |
615 | 2024-07-15T20:39:21.533Z | Compiling futures-task v0.3.30 |
616 | 2024-07-15T20:39:21.579Z | Compiling futures-io v0.3.30 |
617 | 2024-07-15T20:39:21.665Z | Compiling pin-utils v0.1.0 |
618 | 2024-07-15T20:39:21.742Z | Compiling heck v0.5.0 |
619 | 2024-07-15T20:39:21.745Z | Compiling vcpkg v0.2.15 |
620 | 2024-07-15T20:39:22.156Z | Compiling iana-time-zone v0.1.60 |
621 | 2024-07-15T20:39:22.220Z | Compiling ucd-trie v0.1.6 |
622 | 2024-07-15T20:39:22.716Z | Compiling http v0.2.12 |
623 | 2024-07-15T20:39:22.901Z | Compiling httparse v1.9.4 |
624 | 2024-07-15T20:39:23.049Z | Compiling dyn-clone v1.0.17 |
625 | 2024-07-15T20:39:23.462Z | Compiling openssl-sys v0.9.102 |
626 | 2024-07-15T20:39:23.696Z | Compiling tracing-core v0.1.32 |
627 | 2024-07-15T20:39:23.979Z | Compiling chrono v0.4.38 |
628 | 2024-07-15T20:39:24.373Z | Compiling uuid v1.10.0 |
629 | 2024-07-15T20:39:24.477Z | Compiling tracing v0.1.40 |
630 | 2024-07-15T20:39:24.942Z | Compiling serde_derive_internals v0.29.1 |
631 | 2024-07-15T20:39:26.462Z | Compiling try-lock v0.2.5 |
632 | 2024-07-15T20:39:26.604Z | Compiling slog v2.7.0 |
633 | 2024-07-15T20:39:26.964Z | Compiling foreign-types-shared v0.1.1 |
634 | 2024-07-15T20:39:27.053Z | Compiling openssl v0.10.64 |
635 | 2024-07-15T20:39:27.114Z | Compiling foreign-types v0.3.2 |
636 | 2024-07-15T20:39:27.192Z | Compiling want v0.3.1 |
637 | 2024-07-15T20:39:27.461Z | Compiling http-body v0.4.6 |
638 | 2024-07-15T20:39:27.480Z | Compiling aho-corasick v1.1.3 |
639 | 2024-07-15T20:39:27.487Z | Compiling rustls v0.21.12 |
640 | 2024-07-15T20:39:27.780Z | Compiling bitflags v2.6.0 |
641 | 2024-07-15T20:39:27.940Z | Compiling native-tls v0.2.12 |
642 | 2024-07-15T20:39:28.101Z | Compiling typenum v1.17.0 |
643 | 2024-07-15T20:39:28.288Z | Compiling tinyvec_macros v0.1.1 |
644 | 2024-07-15T20:39:28.366Z | Compiling percent-encoding v2.3.1 |
645 | 2024-07-15T20:39:28.488Z | Compiling regex-syntax v0.8.4 |
646 | 2024-07-15T20:39:28.840Z | Compiling tower-service v0.3.2 |
647 | 2024-07-15T20:39:28.865Z | Compiling httpdate v1.0.3 |
648 | 2024-07-15T20:39:28.943Z | Compiling form_urlencoded v1.2.1 |
649 | 2024-07-15T20:39:29.150Z | Compiling tinyvec v1.8.0 |
650 | 2024-07-15T20:39:29.590Z | Compiling generic-array v0.14.7 |
651 | 2024-07-15T20:39:29.942Z | Compiling openssl-probe v0.1.5 |
652 | 2024-07-15T20:39:30.809Z | Compiling unicode-normalization v0.1.23 |
653 | 2024-07-15T20:39:31.015Z | Compiling serde_derive v1.0.204 |
654 | 2024-07-15T20:39:31.293Z | Compiling zerocopy-derive v0.7.35 |
655 | 2024-07-15T20:39:31.974Z | Compiling thiserror-impl v1.0.62 |
656 | 2024-07-15T20:39:32.039Z | Compiling schemars_derive v0.8.21 |
657 | 2024-07-15T20:39:32.145Z | Compiling tokio-macros v2.3.0 |
658 | 2024-07-15T20:39:33.423Z | Compiling zerocopy v0.7.35 |
659 | 2024-07-15T20:39:34.378Z | Compiling tokio v1.38.0 |
660 | 2024-07-15T20:39:34.965Z | Compiling futures-macro v0.3.30 |
661 | 2024-07-15T20:39:35.141Z | Compiling pest v2.7.11 |
662 | 2024-07-15T20:39:35.611Z | Compiling hashbrown v0.14.5 |
663 | 2024-07-15T20:39:36.995Z | Compiling futures-util v0.3.30 |
664 | 2024-07-15T20:39:37.242Z | Compiling regress v0.10.0 |
665 | 2024-07-15T20:39:37.344Z | Compiling openssl-macros v0.1.1 |
666 | 2024-07-15T20:39:37.970Z | Compiling pest_meta v2.7.11 |
667 | 2024-07-15T20:39:41.955Z | Compiling pest_generator v2.7.11 |
668 | 2024-07-15T20:39:42.331Z | Compiling sct v0.7.1 |
669 | 2024-07-15T20:39:42.770Z | Compiling tokio-util v0.7.11 |
670 | 2024-07-15T20:39:43.760Z | Compiling pest_derive v2.7.11 |
671 | 2024-07-15T20:39:43.933Z | Compiling rustls-webpki v0.101.7 |
672 | 2024-07-15T20:39:44.634Z | Compiling regex-automata v0.4.7 |
673 | 2024-07-15T20:39:45.676Z | Compiling indexmap v2.2.6 |
674 | 2024-07-15T20:39:47.326Z | Compiling serde_tokenstream v0.2.1 |
675 | 2024-07-15T20:39:49.777Z | Compiling h2 v0.3.26 |
676 | 2024-07-15T20:39:51.891Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
677 | 2024-07-15T20:39:52.866Z | Compiling regex v1.10.5 |
678 | 2024-07-15T20:39:55.241Z | Compiling hyper v0.14.30 |
679 | 2024-07-15T20:39:57.773Z | Compiling scroll_derive v0.12.0 |
680 | 2024-07-15T20:40:03.751Z | Compiling usdt-impl v0.5.0 |
681 | 2024-07-15T20:40:04.102Z | Compiling encoding_rs v0.8.34 |
682 | 2024-07-15T20:40:04.173Z | Compiling powerfmt v0.2.0 |
683 | 2024-07-15T20:40:04.669Z | Compiling num-conv v0.1.0 |
684 | 2024-07-15T20:40:04.808Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
685 | 2024-07-15T20:40:04.915Z | Compiling time-core v0.1.2 |
686 | 2024-07-15T20:40:05.077Z | Compiling mime v0.3.17 |
687 | 2024-07-15T20:40:05.659Z | Compiling unicode-bidi v0.3.15 |
688 | 2024-07-15T20:40:08.726Z | Compiling idna v0.5.0 |
689 | 2024-07-15T20:40:08.918Z | Compiling time-macros v0.2.18 |
690 | 2024-07-15T20:40:12.321Z | Compiling deranged v0.3.11 |
691 | 2024-07-15T20:40:14.244Z | Compiling scroll v0.12.0 |
692 | 2024-07-15T20:40:14.535Z | Compiling tokio-native-tls v0.3.1 |
693 | 2024-07-15T20:40:14.774Z | Compiling tokio-rustls v0.24.1 |
694 | 2024-07-15T20:40:14.818Z | Compiling dof v0.3.0 |
695 | 2024-07-15T20:40:14.881Z | Compiling serde_urlencoded v0.7.1 |
696 | 2024-07-15T20:40:14.912Z | Compiling dtrace-parser v0.2.0 |
697 | 2024-07-15T20:40:15.696Z | Compiling thread-id v4.2.1 |
698 | 2024-07-15T20:40:16.752Z | Compiling num_threads v0.1.7 |
699 | 2024-07-15T20:40:16.848Z | Compiling plain v0.2.3 |
700 | 2024-07-15T20:40:16.886Z | Compiling base64 v0.21.7 |
701 | 2024-07-15T20:40:16.999Z | Compiling ident_case v1.0.1 |
702 | 2024-07-15T20:40:17.072Z | Compiling strsim v0.11.1 |
703 | 2024-07-15T20:40:17.827Z | Compiling crossbeam-utils v0.8.20 |
704 | 2024-07-15T20:40:18.024Z | Compiling omicron-workspace-hack v0.1.0 |
705 | 2024-07-15T20:40:18.288Z | Compiling rustls-pki-types v1.7.0 |
706 | 2024-07-15T20:40:18.654Z | Compiling time v0.3.36 |
707 | 2024-07-15T20:40:22.119Z | Compiling rustls-pemfile v1.0.4 |
708 | 2024-07-15T20:40:22.641Z | Compiling darling_core v0.20.10 |
709 | 2024-07-15T20:40:22.967Z | Compiling goblin v0.8.2 |
710 | 2024-07-15T20:40:28.067Z | Compiling hyper-rustls v0.24.2 |
711 | 2024-07-15T20:40:28.214Z | Compiling hyper-tls v0.5.0 |
712 | 2024-07-15T20:40:28.503Z | Compiling url v2.5.2 |
713 | 2024-07-15T20:40:28.716Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
714 | 2024-07-15T20:40:28.829Z | Compiling openapiv3 v2.0.0 |
715 | 2024-07-15T20:40:29.129Z | Compiling dirs-sys-next v0.1.2 |
716 | 2024-07-15T20:40:30.630Z | Compiling unsafe-libyaml v0.2.11 |
717 | 2024-07-15T20:40:32.158Z | Compiling pretty-hex v0.4.1 |
718 | 2024-07-15T20:40:32.359Z | Compiling ipnet v2.9.0 |
719 | 2024-07-15T20:40:32.367Z | Compiling paste v1.0.15 |
720 | 2024-07-15T20:40:32.839Z | Compiling sync_wrapper v0.1.2 |
721 | 2024-07-15T20:40:32.957Z | Compiling rustls v0.22.4 |
722 | 2024-07-15T20:40:33.155Z | Compiling rustversion v1.0.17 |
723 | 2024-07-15T20:40:33.259Z | Compiling webpki-roots v0.25.4 |
724 | 2024-07-15T20:40:33.403Z | Compiling reqwest v0.11.27 |
725 | 2024-07-15T20:40:33.904Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
726 | 2024-07-15T20:40:35.054Z | Compiling serde_yaml v0.9.34+deprecated |
727 | 2024-07-15T20:40:36.099Z | Compiling dirs-next v2.0.0 |
728 | 2024-07-15T20:40:36.359Z | Compiling darling_macro v0.20.10 |
729 | 2024-07-15T20:40:40.736Z | Compiling rustls-webpki v0.102.5 |
730 | 2024-07-15T20:40:41.010Z | Compiling crypto-common v0.1.6 |
731 | 2024-07-15T20:40:41.034Z | Compiling block-buffer v0.10.4 |
732 | 2024-07-15T20:40:41.206Z | Compiling serde_spanned v0.6.6 |
733 | 2024-07-15T20:40:41.244Z | Compiling toml_datetime v0.6.6 |
734 | 2024-07-15T20:40:41.439Z | Compiling structmeta-derive v0.3.0 |
735 | 2024-07-15T20:40:41.938Z | Compiling rand_core v0.6.4 |
736 | 2024-07-15T20:40:43.523Z | Compiling multer v3.1.0 |
737 | 2024-07-15T20:40:43.526Z | Compiling thread_local v1.1.8 |
738 | 2024-07-15T20:40:43.526Z | Compiling match_cfg v0.1.0 |
739 | 2024-07-15T20:40:43.526Z | Compiling camino v1.1.7 |
740 | 2024-07-15T20:40:43.644Z | Compiling ppv-lite86 v0.2.17 |
741 | 2024-07-15T20:40:43.737Z | Compiling zeroize v1.8.1 |
742 | 2024-07-15T20:40:43.994Z | Compiling slog-async v2.8.0 |
743 | 2024-07-15T20:40:44.054Z | Compiling winnow v0.6.13 |
744 | 2024-07-15T20:40:44.302Z | Compiling anyhow v1.0.86 |
745 | 2024-07-15T20:40:44.394Z | Compiling subtle v2.6.1 |
746 | 2024-07-15T20:40:44.528Z | Compiling rand_chacha v0.3.1 |
747 | 2024-07-15T20:40:45.012Z | Compiling structmeta v0.3.0 |
748 | 2024-07-15T20:40:45.316Z | Compiling hostname v0.3.1 |
749 | 2024-07-15T20:40:45.555Z | Compiling digest v0.10.7 |
750 | 2024-07-15T20:40:45.954Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
751 | 2024-07-15T20:40:46.268Z | Compiling crossbeam-channel v0.5.13 |
752 | 2024-07-15T20:40:47.954Z | Compiling toml_edit v0.22.15 |
753 | 2024-07-15T20:40:48.489Z | Compiling darling v0.20.10 |
754 | 2024-07-15T20:40:48.588Z | Compiling term v0.7.0 |
755 | 2024-07-15T20:40:53.411Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
756 | 2024-07-15T20:40:57.057Z | Compiling usdt-attr-macro v0.5.0 |
757 | 2024-07-15T20:40:57.682Z | Compiling usdt-macro v0.5.0 |
758 | 2024-07-15T20:40:58.593Z | Compiling slog-json v2.6.1 |
759 | 2024-07-15T20:40:59.049Z | Compiling futures-executor v0.3.30 |
760 | 2024-07-15T20:40:59.122Z | Compiling async-stream-impl v0.3.5 |
761 | 2024-07-15T20:41:00.325Z | Compiling http v1.1.0 |
762 | 2024-07-15T20:41:00.509Z | Compiling is-terminal v0.4.12 |
763 | 2024-07-15T20:41:00.616Z | Compiling memmap v0.7.0 |
764 | 2024-07-15T20:41:01.062Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#8b791251) |
765 | 2024-07-15T20:41:01.388Z | Compiling base64 v0.22.1 |
766 | 2024-07-15T20:41:02.230Z | Compiling cpufeatures v0.2.12 |
767 | 2024-07-15T20:41:02.316Z | Compiling atomic-waker v1.1.2 |
768 | 2024-07-15T20:41:02.407Z | Compiling take_mut v0.2.2 |
769 | 2024-07-15T20:41:02.493Z | Compiling waitgroup v0.1.2 |
770 | 2024-07-15T20:41:02.731Z | Compiling sha1 v0.10.6 |
771 | 2024-07-15T20:41:03.518Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
772 | 2024-07-15T20:41:04.994Z | Compiling rustls-pemfile v2.1.2 |
773 | 2024-07-15T20:41:05.847Z | Compiling usdt v0.5.0 |
774 | 2024-07-15T20:41:06.234Z | Compiling slog-term v2.9.1 |
775 | 2024-07-15T20:41:06.691Z | Compiling async-stream v0.3.5 |
776 | 2024-07-15T20:41:07.030Z | Compiling futures v0.3.30 |
777 | 2024-07-15T20:41:07.219Z | Compiling slog-bunyan v2.5.0 |
778 | 2024-07-15T20:41:07.419Z | Compiling strum_macros v0.26.4 |
779 | 2024-07-15T20:41:07.472Z | Compiling toml v0.8.14 |
780 | 2024-07-15T20:41:09.231Z | Compiling tokio-rustls v0.25.0 |
781 | 2024-07-15T20:41:09.665Z | Compiling serde_with_macros v3.9.0 |
782 | 2024-07-15T20:41:12.374Z | Compiling parse-display-derive v0.9.1 |
783 | 2024-07-15T20:41:14.631Z | Compiling rand v0.8.5 |
784 | 2024-07-15T20:41:15.089Z | Compiling newtype-uuid v1.1.0 |
785 | 2024-07-15T20:41:15.403Z | Compiling ipnetwork v0.20.0 |
786 | 2024-07-15T20:41:15.496Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#8b791251) |
787 | 2024-07-15T20:41:16.553Z | Compiling hex v0.4.3 |
788 | 2024-07-15T20:41:16.570Z | Compiling serde_path_to_error v0.1.16 |
789 | 2024-07-15T20:41:17.232Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
790 | 2024-07-15T20:41:17.594Z | Compiling async-trait v0.1.81 |
791 | 2024-07-15T20:41:18.035Z | Compiling hostname v0.4.0 |
792 | 2024-07-15T20:41:18.280Z | Compiling instant v0.1.13 |
793 | 2024-07-15T20:41:18.429Z | Compiling debug-ignore v1.0.5 |
794 | 2024-07-15T20:41:18.566Z | Compiling backoff v0.4.0 |
795 | 2024-07-15T20:41:18.868Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
796 | 2024-07-15T20:41:19.066Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
797 | 2024-07-15T20:41:19.108Z | Compiling parse-display v0.9.1 |
798 | 2024-07-15T20:41:19.231Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf) |
799 | 2024-07-15T20:41:19.342Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
800 | 2024-07-15T20:41:19.919Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990) |
801 | 2024-07-15T20:41:20.292Z | Compiling serde_with v3.9.0 |
802 | 2024-07-15T20:41:21.184Z | Compiling strum v0.26.3 |
803 | 2024-07-15T20:41:21.357Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
804 | 2024-07-15T20:41:22.147Z | Compiling macaddr v1.0.1 |
805 | 2024-07-15T20:41:22.756Z | Compiling regress v0.9.1 |
806 | 2024-07-15T20:41:27.558Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
807 | 2024-07-15T20:41:36.870Z | Compiling test-project v0.1.0 (/tmp/test-project) |
808 | 2024-07-15T20:41:44.832Z | Finished `release` profile [optimized] target(s) in 2m 28s |
809 | 2024-07-15T20:41:44.883Z | process exited: duration 224983 ms, exit code 0 |
|
810 | 2024-07-15T20:41:44.893Z | found 0 output files |