|
|
|
1 | 2024-06-26T16:51:56.218Z | job assigned to worker 01J1AQA8G6KM1V92HFHQVMWJK1 (queued for 1 m 1 s) |
|
2 | 2024-06-26T16:52:03.670Z | starting task 0: "setup" |
3 | 2024-06-26T16:52:03.775Z | ++ uname -s |
4 | 2024-06-26T16:52:03.778Z | + kern=SunOS |
5 | 2024-06-26T16:52:03.778Z | + case "$kern" in |
6 | 2024-06-26T16:52:03.778Z | + groupadd -g 12345 build |
7 | 2024-06-26T16:52:03.781Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-26T16:52:05.801Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-26T16:52:05.943Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-26T16:52:05.950Z | + home_fs=zfs |
11 | 2024-06-26T16:52:05.950Z | + [[ zfs == autofs ]] |
12 | 2024-06-26T16:52:05.950Z | + mkdir -p /home/build |
13 | 2024-06-26T16:52:05.950Z | + chown build:build /home/build /work |
14 | 2024-06-26T16:52:07.947Z | + chmod 0700 /home/build /work |
15 | 2024-06-26T16:52:07.950Z | process exited: duration 4278 ms, exit code 0 |
|
16 | 2024-06-26T16:52:07.956Z | starting task 1: "rust-toolchain" |
17 | 2024-06-26T16:52:07.962Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-26T16:52:07.962Z | ' 1.78.0 |
19 | 2024-06-26T16:52:07.962Z | * toolchain channel = "1.78.0" |
20 | 2024-06-26T16:52:07.962Z | + printf ' * toolchain profile = "%s" |
21 | 2024-06-26T16:52:07.962Z | * toolchain profile = "default" |
22 | 2024-06-26T16:52:07.962Z | ' default |
23 | 2024-06-26T16:52:07.964Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-26T16:52:07.964Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-06-26T16:52:08.080Z | info: downloading installer |
26 | 2024-06-26T16:52:09.463Z | info: profile set to 'default' |
27 | 2024-06-26T16:52:09.463Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-26T16:52:09.466Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-06-26T16:52:09.629Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-06-26T16:52:09.629Z | info: downloading component 'cargo' |
31 | 2024-06-26T16:52:10.660Z | info: downloading component 'clippy' |
32 | 2024-06-26T16:52:11.070Z | info: downloading component 'rust-docs' |
33 | 2024-06-26T16:52:12.378Z | info: downloading component 'rust-std' |
34 | 2024-06-26T16:52:14.475Z | info: downloading component 'rustc' |
35 | 2024-06-26T16:52:19.809Z | info: downloading component 'rustfmt' |
36 | 2024-06-26T16:52:20.097Z | info: installing component 'cargo' |
37 | 2024-06-26T16:52:20.938Z | info: installing component 'clippy' |
38 | 2024-06-26T16:52:21.296Z | info: installing component 'rust-docs' |
39 | 2024-06-26T16:52:22.837Z | info: installing component 'rust-std' |
40 | 2024-06-26T16:52:24.559Z | info: installing component 'rustc' |
41 | 2024-06-26T16:52:28.807Z | info: installing component 'rustfmt' |
42 | 2024-06-26T16:52:29.148Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-06-26T16:52:29.148Z | |
44 | 2024-06-26T16:52:29.437Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-06-26T16:52:29.437Z | |
46 | 2024-06-26T16:52:29.437Z | |
47 | 2024-06-26T16:52:29.437Z | Rust is installed now. Great! |
48 | 2024-06-26T16:52:29.437Z | |
49 | 2024-06-26T16:52:29.437Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-26T16:52:29.438Z | environment variable. This has not been done automatically. |
51 | 2024-06-26T16:52:29.438Z | |
52 | 2024-06-26T16:52:29.438Z | To configure your current shell, you need to source |
53 | 2024-06-26T16:52:29.438Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-26T16:52:29.438Z | |
55 | 2024-06-26T16:52:29.438Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-26T16:52:29.438Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-26T16:52:29.438Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-26T16:52:29.506Z | + rustc --version |
59 | 2024-06-26T16:52:29.568Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-06-26T16:52:29.571Z | process exited: duration 21605 ms, exit code 0 |
|
61 | 2024-06-26T16:52:29.579Z | starting task 2: "authentication" |
62 | 2024-06-26T16:52:29.598Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-06-26T16:52:29.604Z | starting task 3: "clone repository" |
64 | 2024-06-26T16:52:29.609Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-06-26T16:52:29.612Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-06-26T16:52:29.752Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-06-26T16:52:34.795Z | + cd /work/oxidecomputer/omicron |
68 | 2024-06-26T16:52:34.795Z | + git fetch origin fdae9ba884b8210d393d90d93b7cff2ca7dad119 |
69 | 2024-06-26T16:52:35.113Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-06-26T16:52:35.113Z | * branch fdae9ba884b8210d393d90d93b7cff2ca7dad119 -> FETCH_HEAD |
71 | 2024-06-26T16:52:35.118Z | + [[ -n silo-ip-pools-rename ]] |
72 | 2024-06-26T16:52:35.121Z | ++ git branch --show-current |
73 | 2024-06-26T16:52:35.123Z | + current=main |
74 | 2024-06-26T16:52:35.123Z | + [[ main != silo-ip-pools-rename ]] |
75 | 2024-06-26T16:52:35.123Z | + git branch -f silo-ip-pools-rename fdae9ba884b8210d393d90d93b7cff2ca7dad119 |
76 | 2024-06-26T16:52:35.126Z | + git checkout -f silo-ip-pools-rename |
77 | 2024-06-26T16:52:35.237Z | Switched to branch 'silo-ip-pools-rename' |
78 | 2024-06-26T16:52:35.240Z | + git reset --hard fdae9ba884b8210d393d90d93b7cff2ca7dad119 |
79 | 2024-06-26T16:52:35.353Z | HEAD is now at fdae9ba88 bump nexus api version because adam said so |
80 | 2024-06-26T16:52:35.356Z | process exited: duration 5748 ms, exit code 0 |
|
81 | 2024-06-26T16:52:35.362Z | starting task 4: "build" |
82 | 2024-06-26T16:52:35.367Z | + cargo --version |
83 | 2024-06-26T16:52:35.421Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-06-26T16:52:35.424Z | + rustc --version |
85 | 2024-06-26T16:52:35.482Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-06-26T16:52:35.485Z | + cd /tmp |
87 | 2024-06-26T16:52:35.486Z | + cargo new --lib test-project |
88 | 2024-06-26T16:52:35.543Z | Creating library `test-project` package |
89 | 2024-06-26T16:52:35.616Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-06-26T16:52:35.618Z | + cd test-project |
91 | 2024-06-26T16:52:35.618Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-06-26T16:52:35.676Z | Adding omicron-common (local) to dependencies |
93 | 2024-06-26T16:52:35.676Z | Features: |
94 | 2024-06-26T16:52:35.676Z | - proptest |
95 | 2024-06-26T16:52:35.676Z | - test-strategy |
96 | 2024-06-26T16:52:35.676Z | - testing |
97 | 2024-06-26T16:52:35.679Z | Updating crates.io index |
98 | 2024-06-26T16:52:35.711Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-06-26T16:52:36.437Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-06-26T16:52:37.190Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-06-26T16:52:37.547Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-06-26T16:52:39.286Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-06-26T16:52:39.532Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-06-26T16:52:39.820Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-06-26T16:52:42.597Z | + cargo check |
106 | 2024-06-26T16:52:42.823Z | Downloading crates ... |
107 | 2024-06-26T16:52:42.887Z | Downloaded async-stream-impl v0.3.5 |
108 | 2024-06-26T16:52:42.895Z | Downloaded autocfg v1.3.0 |
109 | 2024-06-26T16:52:42.899Z | Downloaded camino v1.1.7 |
110 | 2024-06-26T16:52:42.906Z | Downloaded instant v0.1.13 |
111 | 2024-06-26T16:52:42.911Z | Downloaded foreign-types-shared v0.1.1 |
112 | 2024-06-26T16:52:42.916Z | Downloaded openssl-macros v0.1.1 |
113 | 2024-06-26T16:52:42.916Z | Downloaded num-conv v0.1.0 |
114 | 2024-06-26T16:52:42.919Z | Downloaded byteorder v1.5.0 |
115 | 2024-06-26T16:52:42.921Z | Downloaded cfg-if v1.0.0 |
116 | 2024-06-26T16:52:42.924Z | Downloaded cpufeatures v0.2.12 |
117 | 2024-06-26T16:52:42.924Z | Downloaded omicron-workspace-hack v0.1.0 |
118 | 2024-06-26T16:52:42.927Z | Downloaded atomic-waker v1.1.2 |
119 | 2024-06-26T16:52:42.927Z | Downloaded futures-io v0.3.30 |
120 | 2024-06-26T16:52:42.929Z | Downloaded usdt-macro v0.5.0 |
121 | 2024-06-26T16:52:42.930Z | Downloaded mime v0.3.17 |
122 | 2024-06-26T16:52:42.932Z | Downloaded heck v0.5.0 |
123 | 2024-06-26T16:52:42.932Z | Downloaded futures-sink v0.3.30 |
124 | 2024-06-26T16:52:42.936Z | Downloaded dirs-next v2.0.0 |
125 | 2024-06-26T16:52:42.939Z | Downloaded strum v0.26.3 |
126 | 2024-06-26T16:52:42.939Z | Downloaded hostname v0.4.0 |
127 | 2024-06-26T16:52:42.942Z | Downloaded dyn-clone v1.0.17 |
128 | 2024-06-26T16:52:42.942Z | Downloaded dof v0.3.0 |
129 | 2024-06-26T16:52:42.945Z | Downloaded futures-core v0.3.30 |
130 | 2024-06-26T16:52:42.948Z | Downloaded usdt-attr-macro v0.5.0 |
131 | 2024-06-26T16:52:42.948Z | Downloaded waitgroup v0.1.2 |
132 | 2024-06-26T16:52:42.948Z | Downloaded num_cpus v1.16.0 |
133 | 2024-06-26T16:52:42.950Z | Downloaded lock_api v0.4.12 |
134 | 2024-06-26T16:52:42.953Z | Downloaded async-stream v0.3.5 |
135 | 2024-06-26T16:52:42.956Z | Downloaded pretty-hex v0.4.1 |
136 | 2024-06-26T16:52:42.956Z | Downloaded time-core v0.1.2 |
137 | 2024-06-26T16:52:42.960Z | Downloaded sync_wrapper v0.1.2 |
138 | 2024-06-26T16:52:42.960Z | Downloaded want v0.3.1 |
139 | 2024-06-26T16:52:42.963Z | Downloaded itoa v1.0.11 |
140 | 2024-06-26T16:52:42.963Z | Downloaded block-buffer v0.10.4 |
141 | 2024-06-26T16:52:42.963Z | Downloaded ppv-lite86 v0.2.17 |
142 | 2024-06-26T16:52:42.966Z | Downloaded macaddr v1.0.1 |
143 | 2024-06-26T16:52:42.969Z | Downloaded multer v3.1.0 |
144 | 2024-06-26T16:52:42.972Z | Downloaded bitflags v2.6.0 |
145 | 2024-06-26T16:52:42.974Z | Downloaded try-lock v0.2.5 |
146 | 2024-06-26T16:52:42.977Z | Downloaded openssl-probe v0.1.5 |
147 | 2024-06-26T16:52:42.980Z | Downloaded log v0.4.21 |
148 | 2024-06-26T16:52:42.983Z | Downloaded async-trait v0.1.80 |
149 | 2024-06-26T16:52:42.985Z | Downloaded slog-bunyan v2.5.0 |
150 | 2024-06-26T16:52:42.985Z | Downloaded futures v0.3.30 |
151 | 2024-06-26T16:52:42.991Z | Downloaded foreign-types v0.3.2 |
152 | 2024-06-26T16:52:42.994Z | Downloaded scopeguard v1.2.0 |
153 | 2024-06-26T16:52:42.994Z | Downloaded darling_macro v0.20.9 |
154 | 2024-06-26T16:52:42.998Z | Downloaded equivalent v1.0.1 |
155 | 2024-06-26T16:52:42.998Z | Downloaded rand_chacha v0.3.1 |
156 | 2024-06-26T16:52:42.998Z | Downloaded percent-encoding v2.3.1 |
157 | 2024-06-26T16:52:43.002Z | Downloaded tinyvec_macros v0.1.1 |
158 | 2024-06-26T16:52:43.002Z | Downloaded num_threads v0.1.7 |
159 | 2024-06-26T16:52:43.002Z | Downloaded zeroize v1.8.1 |
160 | 2024-06-26T16:52:43.002Z | Downloaded version_check v0.9.4 |
161 | 2024-06-26T16:52:43.005Z | Downloaded serde_spanned v0.6.6 |
162 | 2024-06-26T16:52:43.005Z | Downloaded toml_datetime v0.6.6 |
163 | 2024-06-26T16:52:43.007Z | Downloaded subtle v2.6.1 |
164 | 2024-06-26T16:52:43.008Z | Downloaded crypto-common v0.1.6 |
165 | 2024-06-26T16:52:43.011Z | Downloaded dirs-sys-next v0.1.2 |
166 | 2024-06-26T16:52:43.011Z | Downloaded pin-utils v0.1.0 |
167 | 2024-06-26T16:52:43.014Z | Downloaded tower-service v0.3.2 |
168 | 2024-06-26T16:52:43.014Z | Downloaded pest_generator v2.7.10 |
169 | 2024-06-26T16:52:43.015Z | Downloaded ahash v0.8.11 |
170 | 2024-06-26T16:52:43.017Z | Downloaded powerfmt v0.2.0 |
171 | 2024-06-26T16:52:43.018Z | Downloaded futures-executor v0.3.30 |
172 | 2024-06-26T16:52:43.020Z | Downloaded pin-project-lite v0.2.14 |
173 | 2024-06-26T16:52:43.026Z | Downloaded plain v0.2.3 |
174 | 2024-06-26T16:52:43.031Z | Downloaded thread-id v4.2.1 |
175 | 2024-06-26T16:52:43.031Z | Downloaded hyper-tls v0.5.0 |
176 | 2024-06-26T16:52:43.031Z | Downloaded hostname v0.3.1 |
177 | 2024-06-26T16:52:43.031Z | Downloaded take_mut v0.2.2 |
178 | 2024-06-26T16:52:43.031Z | Downloaded hex v0.4.3 |
179 | 2024-06-26T16:52:43.034Z | Downloaded tokio-native-tls v0.3.1 |
180 | 2024-06-26T16:52:43.035Z | Downloaded newtype-uuid v1.1.0 |
181 | 2024-06-26T16:52:43.038Z | Downloaded slab v0.4.9 |
182 | 2024-06-26T16:52:43.038Z | Downloaded rustls-pemfile v1.0.4 |
183 | 2024-06-26T16:52:43.042Z | Downloaded serde_tokenstream v0.2.1 |
184 | 2024-06-26T16:52:43.045Z | Downloaded untrusted v0.9.0 |
185 | 2024-06-26T16:52:43.047Z | Downloaded tokio-macros v2.3.0 |
186 | 2024-06-26T16:52:43.048Z | Downloaded serde_with_macros v3.8.1 |
187 | 2024-06-26T16:52:43.050Z | Downloaded serde_urlencoded v0.7.1 |
188 | 2024-06-26T16:52:43.050Z | Downloaded spin v0.9.8 |
189 | 2024-06-26T16:52:43.053Z | Downloaded bytes v1.6.0 |
190 | 2024-06-26T16:52:43.057Z | Downloaded rustls-pki-types v1.7.0 |
191 | 2024-06-26T16:52:43.059Z | Downloaded parse-display-derive v0.9.1 |
192 | 2024-06-26T16:52:43.062Z | Downloaded semver v1.0.23 |
193 | 2024-06-26T16:52:43.065Z | Downloaded getrandom v0.2.15 |
194 | 2024-06-26T16:52:43.071Z | Downloaded pest_derive v2.7.10 |
195 | 2024-06-26T16:52:43.071Z | Downloaded native-tls v0.2.12 |
196 | 2024-06-26T16:52:43.073Z | Downloaded term v0.7.0 |
197 | 2024-06-26T16:52:43.076Z | Downloaded proc-macro2 v1.0.86 |
198 | 2024-06-26T16:52:43.079Z | Downloaded time-macros v0.2.18 |
199 | 2024-06-26T16:52:43.082Z | Downloaded strsim v0.11.1 |
200 | 2024-06-26T16:52:43.082Z | Downloaded structmeta-derive v0.3.0 |
201 | 2024-06-26T16:52:43.085Z | Downloaded base64 v0.22.1 |
202 | 2024-06-26T16:52:43.088Z | Downloaded smallvec v1.13.2 |
203 | 2024-06-26T16:52:43.091Z | Downloaded tokio-rustls v0.25.0 |
204 | 2024-06-26T16:52:43.095Z | Downloaded thread_local v1.1.8 |
205 | 2024-06-26T16:52:43.095Z | Downloaded thiserror-impl v1.0.61 |
206 | 2024-06-26T16:52:43.096Z | Downloaded serde_derive_internals v0.29.1 |
207 | 2024-06-26T16:52:43.099Z | Downloaded slog v2.7.0 |
208 | 2024-06-26T16:52:43.102Z | Downloaded indexmap v2.2.6 |
209 | 2024-06-26T16:52:43.105Z | Downloaded scroll v0.12.0 |
210 | 2024-06-26T16:52:43.108Z | Downloaded serde_derive v1.0.203 |
211 | 2024-06-26T16:52:43.111Z | Downloaded ryu v1.0.18 |
212 | 2024-06-26T16:52:43.116Z | Downloaded tinyvec v1.6.1 |
213 | 2024-06-26T16:52:43.119Z | Downloaded pest_meta v2.7.10 |
214 | 2024-06-26T16:52:43.119Z | Downloaded ucd-trie v0.1.6 |
215 | 2024-06-26T16:52:43.122Z | Downloaded toml v0.8.14 |
216 | 2024-06-26T16:52:43.125Z | Downloaded slog-term v2.9.1 |
217 | 2024-06-26T16:52:43.128Z | Downloaded thiserror v1.0.61 |
218 | 2024-06-26T16:52:43.131Z | Downloaded darling_core v0.20.9 |
219 | 2024-06-26T16:52:43.136Z | Downloaded tokio-rustls v0.24.1 |
220 | 2024-06-26T16:52:43.139Z | Downloaded schemars v0.8.21 |
221 | 2024-06-26T16:52:43.151Z | Downloaded tracing v0.1.40 |
222 | 2024-06-26T16:52:43.155Z | Downloaded toml_edit v0.22.14 |
223 | 2024-06-26T16:52:43.178Z | Downloaded strum_macros v0.26.4 |
224 | 2024-06-26T16:52:43.182Z | Downloaded unicode-ident v1.0.12 |
225 | 2024-06-26T16:52:43.185Z | Downloaded rand v0.8.5 |
226 | 2024-06-26T16:52:43.188Z | Downloaded openssl-sys v0.9.102 |
227 | 2024-06-26T16:52:43.191Z | Downloaded socket2 v0.5.7 |
228 | 2024-06-26T16:52:43.194Z | Downloaded goblin v0.8.2 |
229 | 2024-06-26T16:52:43.200Z | Downloaded url v2.5.2 |
230 | 2024-06-26T16:52:43.203Z | Downloaded unicode-normalization v0.1.23 |
231 | 2024-06-26T16:52:43.207Z | Downloaded serde v1.0.203 |
232 | 2024-06-26T16:52:43.211Z | Downloaded tokio-util v0.7.11 |
233 | 2024-06-26T16:52:43.217Z | Downloaded mio v0.8.11 |
234 | 2024-06-26T16:52:43.223Z | Downloaded hashbrown v0.14.5 |
235 | 2024-06-26T16:52:43.229Z | Downloaded h2 v0.3.26 |
236 | 2024-06-26T16:52:43.236Z | Downloaded hyper v0.14.29 |
237 | 2024-06-26T16:52:43.244Z | Downloaded pest v2.7.10 |
238 | 2024-06-26T16:52:43.249Z | Downloaded idna v0.5.0 |
239 | 2024-06-26T16:52:43.256Z | Downloaded openssl v0.10.64 |
240 | 2024-06-26T16:52:43.266Z | Downloaded time v0.3.36 |
241 | 2024-06-26T16:52:43.273Z | Downloaded openapiv3 v2.0.0 |
242 | 2024-06-26T16:52:43.286Z | Downloaded serde_with v3.8.1 |
243 | 2024-06-26T16:52:43.293Z | Downloaded serde_json v1.0.118 |
244 | 2024-06-26T16:52:43.300Z | Downloaded reqwest v0.11.27 |
245 | 2024-06-26T16:52:43.308Z | Downloaded winnow v0.6.13 |
246 | 2024-06-26T16:52:43.317Z | Downloaded rustls-webpki v0.101.7 |
247 | 2024-06-26T16:52:43.332Z | Downloaded zerocopy v0.7.34 |
248 | 2024-06-26T16:52:43.348Z | Downloaded rustls-webpki v0.102.4 |
249 | 2024-06-26T16:52:43.366Z | Downloaded tokio v1.38.0 |
250 | 2024-06-26T16:52:43.401Z | Downloaded webpki-roots v0.25.4 |
251 | 2024-06-26T16:52:43.405Z | Downloaded syn v2.0.68 |
252 | 2024-06-26T16:52:43.416Z | Downloaded rustls v0.21.12 |
253 | 2024-06-26T16:52:43.426Z | Downloaded rustls v0.22.4 |
254 | 2024-06-26T16:52:43.438Z | Downloaded regress v0.10.0 |
255 | 2024-06-26T16:52:43.446Z | Downloaded regress v0.9.1 |
256 | 2024-06-26T16:52:43.454Z | Downloaded regex-syntax v0.8.4 |
257 | 2024-06-26T16:52:43.461Z | Downloaded encoding_rs v0.8.34 |
258 | 2024-06-26T16:52:43.482Z | Downloaded regex-automata v0.4.7 |
259 | 2024-06-26T16:52:43.497Z | Downloaded regex v1.10.5 |
260 | 2024-06-26T16:52:43.509Z | Downloaded libc v0.2.155 |
261 | 2024-06-26T16:52:43.534Z | Downloaded vcpkg v0.2.15 |
262 | 2024-06-26T16:52:43.570Z | Downloaded chrono v0.4.38 |
263 | 2024-06-26T16:52:43.576Z | Downloaded futures-util v0.3.30 |
264 | 2024-06-26T16:52:43.587Z | Downloaded serde_yaml v0.9.34+deprecated |
265 | 2024-06-26T16:52:43.590Z | Downloaded http v0.2.12 |
266 | 2024-06-26T16:52:43.593Z | Downloaded aho-corasick v1.1.3 |
267 | 2024-06-26T16:52:43.599Z | Downloaded tracing-core v0.1.32 |
268 | 2024-06-26T16:52:43.603Z | Downloaded unicode-bidi v0.3.15 |
269 | 2024-06-26T16:52:43.606Z | Downloaded sha2 v0.10.8 |
270 | 2024-06-26T16:52:43.606Z | Downloaded crossbeam-channel v0.5.13 |
271 | 2024-06-26T16:52:43.610Z | Downloaded num-traits v0.2.19 |
272 | 2024-06-26T16:52:43.612Z | Downloaded parking_lot v0.12.3 |
273 | 2024-06-26T16:52:43.615Z | Downloaded typenum v1.17.0 |
274 | 2024-06-26T16:52:43.618Z | Downloaded unsafe-libyaml v0.2.11 |
275 | 2024-06-26T16:52:43.622Z | Downloaded zerocopy-derive v0.7.34 |
276 | 2024-06-26T16:52:43.624Z | Downloaded uuid v1.9.1 |
277 | 2024-06-26T16:52:43.627Z | Downloaded indexmap v1.9.3 |
278 | 2024-06-26T16:52:43.630Z | Downloaded crossbeam-utils v0.8.20 |
279 | 2024-06-26T16:52:43.632Z | Downloaded base64 v0.21.7 |
280 | 2024-06-26T16:52:43.635Z | Downloaded http v1.1.0 |
281 | 2024-06-26T16:52:43.638Z | Downloaded hashbrown v0.12.3 |
282 | 2024-06-26T16:52:43.642Z | Downloaded schemars_derive v0.8.21 |
283 | 2024-06-26T16:52:43.645Z | Downloaded sct v0.7.1 |
284 | 2024-06-26T16:52:43.648Z | Downloaded rustls-pemfile v2.1.2 |
285 | 2024-06-26T16:52:43.651Z | Downloaded memchr v2.7.4 |
286 | 2024-06-26T16:52:43.654Z | Downloaded slog-json v2.6.1 |
287 | 2024-06-26T16:52:43.656Z | Downloaded slog-async v2.8.0 |
288 | 2024-06-26T16:52:43.656Z | Downloaded rustversion v1.0.17 |
289 | 2024-06-26T16:52:43.659Z | Downloaded quote v1.0.36 |
290 | 2024-06-26T16:52:43.662Z | Downloaded sha1 v0.10.6 |
291 | 2024-06-26T16:52:43.665Z | Downloaded once_cell v1.19.0 |
292 | 2024-06-26T16:52:43.665Z | Downloaded cc v1.0.101 |
293 | 2024-06-26T16:52:43.673Z | Downloaded pkg-config v0.3.30 |
294 | 2024-06-26T16:52:43.675Z | Downloaded paste v1.0.15 |
295 | 2024-06-26T16:52:43.678Z | Downloaded ipnet v2.9.0 |
296 | 2024-06-26T16:52:43.678Z | Downloaded httparse v1.9.4 |
297 | 2024-06-26T16:52:43.681Z | Downloaded futures-channel v0.3.30 |
298 | 2024-06-26T16:52:43.684Z | Downloaded parking_lot_core v0.9.10 |
299 | 2024-06-26T16:52:43.686Z | Downloaded serde_path_to_error v0.1.16 |
300 | 2024-06-26T16:52:43.687Z | Downloaded memmap v0.7.0 |
301 | 2024-06-26T16:52:43.694Z | Downloaded http-body v0.4.6 |
302 | 2024-06-26T16:52:43.697Z | Downloaded digest v0.10.7 |
303 | 2024-06-26T16:52:43.697Z | Downloaded futures-macro v0.3.30 |
304 | 2024-06-26T16:52:43.697Z | Downloaded futures-task v0.3.30 |
305 | 2024-06-26T16:52:43.697Z | Downloaded form_urlencoded v1.2.1 |
306 | 2024-06-26T16:52:43.697Z | Downloaded structmeta v0.3.0 |
307 | 2024-06-26T16:52:43.697Z | Downloaded signal-hook-registry v1.4.2 |
308 | 2024-06-26T16:52:43.697Z | Downloaded allocator-api2 v0.2.18 |
309 | 2024-06-26T16:52:43.700Z | Downloaded backoff v0.4.0 |
310 | 2024-06-26T16:52:43.700Z | Downloaded rand_core v0.6.4 |
311 | 2024-06-26T16:52:43.703Z | Downloaded parse-display v0.9.1 |
312 | 2024-06-26T16:52:43.703Z | Downloaded usdt-impl v0.5.0 |
313 | 2024-06-26T16:52:43.705Z | Downloaded usdt v0.5.0 |
314 | 2024-06-26T16:52:43.705Z | Downloaded match_cfg v0.1.0 |
315 | 2024-06-26T16:52:43.705Z | Downloaded is-terminal v0.4.12 |
316 | 2024-06-26T16:52:43.705Z | Downloaded ident_case v1.0.1 |
317 | 2024-06-26T16:52:43.708Z | Downloaded dtrace-parser v0.2.0 |
318 | 2024-06-26T16:52:43.708Z | Downloaded anyhow v1.0.86 |
319 | 2024-06-26T16:52:43.711Z | Downloaded hyper-rustls v0.24.2 |
320 | 2024-06-26T16:52:43.713Z | Downloaded debug-ignore v1.0.5 |
321 | 2024-06-26T16:52:43.716Z | Downloaded darling v0.20.9 |
322 | 2024-06-26T16:52:43.719Z | Downloaded iana-time-zone v0.1.60 |
323 | 2024-06-26T16:52:43.722Z | Downloaded fnv v1.0.7 |
324 | 2024-06-26T16:52:43.722Z | Downloaded deranged v0.3.11 |
325 | 2024-06-26T16:52:43.724Z | Downloaded scroll_derive v0.12.0 |
326 | 2024-06-26T16:52:43.725Z | Downloaded ipnetwork v0.20.0 |
327 | 2024-06-26T16:52:43.725Z | Downloaded httpdate v1.0.3 |
328 | 2024-06-26T16:52:43.727Z | Downloaded generic-array v0.14.7 |
329 | 2024-06-26T16:52:43.735Z | Downloaded ring v0.17.8 |
330 | 2024-06-26T16:52:43.914Z | Compiling proc-macro2 v1.0.86 |
331 | 2024-06-26T16:52:43.914Z | Compiling unicode-ident v1.0.12 |
332 | 2024-06-26T16:52:43.917Z | Compiling libc v0.2.155 |
333 | 2024-06-26T16:52:43.917Z | Checking cfg-if v1.0.0 |
334 | 2024-06-26T16:52:43.917Z | Compiling version_check v0.9.4 |
335 | 2024-06-26T16:52:43.927Z | Compiling autocfg v1.3.0 |
336 | 2024-06-26T16:52:43.930Z | Compiling serde v1.0.203 |
337 | 2024-06-26T16:52:43.930Z | Compiling serde_json v1.0.118 |
338 | 2024-06-26T16:52:44.008Z | Checking itoa v1.0.11 |
339 | 2024-06-26T16:52:44.099Z | Compiling thiserror v1.0.61 |
340 | 2024-06-26T16:52:44.196Z | Checking once_cell v1.19.0 |
341 | 2024-06-26T16:52:44.428Z | Compiling memchr v2.7.4 |
342 | 2024-06-26T16:52:44.521Z | Compiling ahash v0.8.11 |
343 | 2024-06-26T16:52:44.571Z | Compiling cc v1.0.101 |
344 | 2024-06-26T16:52:46.587Z | Checking byteorder v1.5.0 |
345 | 2024-06-26T16:52:46.781Z | Compiling num-traits v0.2.19 |
346 | 2024-06-26T16:52:46.813Z | Checking pin-project-lite v0.2.14 |
347 | 2024-06-26T16:52:46.816Z | Checking ryu v1.0.18 |
348 | 2024-06-26T16:52:46.894Z | Checking bytes v1.6.0 |
349 | 2024-06-26T16:52:46.902Z | Checking log v0.4.21 |
350 | 2024-06-26T16:52:47.124Z | Checking allocator-api2 v0.2.18 |
351 | 2024-06-26T16:52:47.143Z | Compiling lock_api v0.4.12 |
352 | 2024-06-26T16:52:47.222Z | Compiling parking_lot_core v0.9.10 |
353 | 2024-06-26T16:52:47.279Z | Compiling schemars v0.8.21 |
354 | 2024-06-26T16:52:47.349Z | Compiling ring v0.17.8 |
355 | 2024-06-26T16:52:47.483Z | Checking getrandom v0.2.15 |
356 | 2024-06-26T16:52:47.550Z | Checking smallvec v1.13.2 |
357 | 2024-06-26T16:52:47.604Z | Checking futures-core v0.3.30 |
358 | 2024-06-26T16:52:47.628Z | Checking scopeguard v1.2.0 |
359 | 2024-06-26T16:52:47.635Z | Compiling quote v1.0.36 |
360 | 2024-06-26T16:52:47.656Z | Checking num_cpus v1.16.0 |
361 | 2024-06-26T16:52:47.726Z | Checking mio v0.8.11 |
362 | 2024-06-26T16:52:47.744Z | Checking socket2 v0.5.7 |
363 | 2024-06-26T16:52:47.763Z | Checking signal-hook-registry v1.4.2 |
364 | 2024-06-26T16:52:47.982Z | Compiling syn v2.0.68 |
365 | 2024-06-26T16:52:48.156Z | Compiling slab v0.4.9 |
366 | 2024-06-26T16:52:48.202Z | Checking futures-sink v0.3.30 |
367 | 2024-06-26T16:52:48.213Z | Checking parking_lot v0.12.3 |
368 | 2024-06-26T16:52:48.249Z | Checking spin v0.9.8 |
369 | 2024-06-26T16:52:48.386Z | Checking fnv v1.0.7 |
370 | 2024-06-26T16:52:48.419Z | Checking equivalent v1.0.1 |
371 | 2024-06-26T16:52:48.430Z | Checking untrusted v0.9.0 |
372 | 2024-06-26T16:52:48.496Z | Checking futures-channel v0.3.30 |
373 | 2024-06-26T16:52:48.517Z | Compiling semver v1.0.23 |
374 | 2024-06-26T16:52:48.524Z | Compiling vcpkg v0.2.15 |
375 | 2024-06-26T16:52:48.565Z | Compiling pkg-config v0.3.30 |
376 | 2024-06-26T16:52:48.784Z | Checking futures-task v0.3.30 |
377 | 2024-06-26T16:52:48.815Z | Checking futures-io v0.3.30 |
378 | 2024-06-26T16:52:48.935Z | Checking pin-utils v0.1.0 |
379 | 2024-06-26T16:52:49.003Z | Checking iana-time-zone v0.1.60 |
380 | 2024-06-26T16:52:49.016Z | Compiling ucd-trie v0.1.6 |
381 | 2024-06-26T16:52:49.036Z | Checking http v0.2.12 |
382 | 2024-06-26T16:52:49.453Z | Compiling httparse v1.9.4 |
383 | 2024-06-26T16:52:49.746Z | Compiling heck v0.5.0 |
384 | 2024-06-26T16:52:50.077Z | Compiling openssl-sys v0.9.102 |
385 | 2024-06-26T16:52:50.123Z | Checking dyn-clone v1.0.17 |
386 | 2024-06-26T16:52:50.272Z | Checking tracing-core v0.1.32 |
387 | 2024-06-26T16:52:50.374Z | Compiling uuid v1.9.1 |
388 | 2024-06-26T16:52:50.841Z | Compiling chrono v0.4.38 |
389 | 2024-06-26T16:52:50.849Z | Checking tracing v0.1.40 |
390 | 2024-06-26T16:52:50.873Z | Compiling openssl v0.10.64 |
391 | 2024-06-26T16:52:50.940Z | Checking foreign-types-shared v0.1.1 |
392 | 2024-06-26T16:52:51.013Z | Compiling slog v2.7.0 |
393 | 2024-06-26T16:52:51.173Z | Checking try-lock v0.2.5 |
394 | 2024-06-26T16:52:51.280Z | Checking want v0.3.1 |
395 | 2024-06-26T16:52:51.396Z | Checking foreign-types v0.3.2 |
396 | 2024-06-26T16:52:51.399Z | Checking http-body v0.4.6 |
397 | 2024-06-26T16:52:51.458Z | Compiling aho-corasick v1.1.3 |
398 | 2024-06-26T16:52:51.506Z | Compiling native-tls v0.2.12 |
399 | 2024-06-26T16:52:51.749Z | Checking httpdate v1.0.3 |
400 | 2024-06-26T16:52:51.772Z | Compiling typenum v1.17.0 |
401 | 2024-06-26T16:52:51.930Z | Compiling rustls v0.21.12 |
402 | 2024-06-26T16:52:52.169Z | Checking bitflags v2.6.0 |
403 | 2024-06-26T16:52:52.381Z | Checking tower-service v0.3.2 |
404 | 2024-06-26T16:52:52.455Z | Compiling regex-syntax v0.8.4 |
405 | 2024-06-26T16:52:52.554Z | Checking tinyvec_macros v0.1.1 |
406 | 2024-06-26T16:52:52.619Z | Checking percent-encoding v2.3.1 |
407 | 2024-06-26T16:52:52.635Z | Checking tinyvec v1.6.1 |
408 | 2024-06-26T16:52:52.786Z | Checking form_urlencoded v1.2.1 |
409 | 2024-06-26T16:52:53.508Z | Compiling generic-array v0.14.7 |
410 | 2024-06-26T16:52:53.722Z | Checking openssl-probe v0.1.5 |
411 | 2024-06-26T16:52:53.816Z | Checking unicode-normalization v0.1.23 |
412 | 2024-06-26T16:52:54.551Z | Compiling serde_derive_internals v0.29.1 |
413 | 2024-06-26T16:52:55.300Z | Compiling usdt-impl v0.5.0 |
414 | 2024-06-26T16:52:55.632Z | Compiling regex-automata v0.4.7 |
415 | 2024-06-26T16:52:55.755Z | Checking encoding_rs v0.8.34 |
416 | 2024-06-26T16:52:56.624Z | Checking powerfmt v0.2.0 |
417 | 2024-06-26T16:52:56.882Z | Checking mime v0.3.17 |
418 | 2024-06-26T16:52:56.890Z | Checking unicode-bidi v0.3.15 |
419 | 2024-06-26T16:52:57.184Z | Compiling time-core v0.1.2 |
420 | 2024-06-26T16:52:57.339Z | Compiling num-conv v0.1.0 |
421 | 2024-06-26T16:52:57.506Z | Checking idna v0.5.0 |
422 | 2024-06-26T16:52:57.612Z | Compiling time-macros v0.2.18 |
423 | 2024-06-26T16:52:57.868Z | Checking deranged v0.3.11 |
424 | 2024-06-26T16:52:58.170Z | Compiling thread-id v4.2.1 |
425 | 2024-06-26T16:52:58.555Z | Checking base64 v0.21.7 |
426 | 2024-06-26T16:52:59.397Z | Checking rustls-pki-types v1.7.0 |
427 | 2024-06-26T16:52:59.661Z | Compiling regex v1.10.5 |
428 | 2024-06-26T16:52:59.819Z | Checking plain v0.2.3 |
429 | 2024-06-26T16:52:59.959Z | Compiling serde_derive v1.0.203 |
430 | 2024-06-26T16:52:59.974Z | Compiling zerocopy-derive v0.7.34 |
431 | 2024-06-26T16:53:00.111Z | Compiling thiserror-impl v1.0.61 |
432 | 2024-06-26T16:53:00.119Z | Compiling schemars_derive v0.8.21 |
433 | 2024-06-26T16:53:00.655Z | Compiling tokio-macros v2.3.0 |
434 | 2024-06-26T16:53:00.792Z | Compiling futures-macro v0.3.30 |
435 | 2024-06-26T16:53:02.114Z | Checking zerocopy v0.7.34 |
436 | 2024-06-26T16:53:02.411Z | Checking tokio v1.38.0 |
437 | 2024-06-26T16:53:02.771Z | Checking futures-util v0.3.30 |
438 | 2024-06-26T16:53:03.117Z | Compiling pest v2.7.10 |
439 | 2024-06-26T16:53:03.253Z | Compiling openssl-macros v0.1.1 |
440 | 2024-06-26T16:53:03.868Z | Checking sct v0.7.1 |
441 | 2024-06-26T16:53:03.959Z | Checking hashbrown v0.14.5 |
442 | 2024-06-26T16:53:04.035Z | Checking rustls-webpki v0.101.7 |
443 | 2024-06-26T16:53:05.171Z | Compiling scroll_derive v0.12.0 |
444 | 2024-06-26T16:53:05.699Z | Compiling pest_meta v2.7.10 |
445 | 2024-06-26T16:53:05.888Z | Compiling regress v0.10.0 |
446 | 2024-06-26T16:53:06.626Z | Checking scroll v0.12.0 |
447 | 2024-06-26T16:53:07.106Z | Compiling pest_generator v2.7.10 |
448 | 2024-06-26T16:53:08.955Z | Compiling strsim v0.11.1 |
449 | 2024-06-26T16:53:09.294Z | Checking tokio-util v0.7.11 |
450 | 2024-06-26T16:53:09.616Z | Checking tokio-native-tls v0.3.1 |
451 | 2024-06-26T16:53:09.758Z | Checking tokio-rustls v0.24.1 |
452 | 2024-06-26T16:53:09.834Z | Compiling crossbeam-utils v0.8.20 |
453 | 2024-06-26T16:53:10.111Z | Compiling ident_case v1.0.1 |
454 | 2024-06-26T16:53:10.157Z | Compiling pest_derive v2.7.10 |
455 | 2024-06-26T16:53:10.196Z | Checking num_threads v0.1.7 |
456 | 2024-06-26T16:53:10.289Z | Checking time v0.3.36 |
457 | 2024-06-26T16:53:10.421Z | Compiling darling_core v0.20.9 |
458 | 2024-06-26T16:53:10.430Z | Checking goblin v0.8.2 |
459 | 2024-06-26T16:53:10.979Z | Compiling dtrace-parser v0.2.0 |
460 | 2024-06-26T16:53:12.142Z | Checking rustls-pemfile v1.0.4 |
461 | 2024-06-26T16:53:12.313Z | Checking url v2.5.2 |
462 | 2024-06-26T16:53:12.834Z | Checking dirs-sys-next v0.1.2 |
463 | 2024-06-26T16:53:12.990Z | Checking indexmap v2.2.6 |
464 | 2024-06-26T16:53:13.625Z | Checking serde_urlencoded v0.7.1 |
465 | 2024-06-26T16:53:14.165Z | Compiling serde_tokenstream v0.2.1 |
466 | 2024-06-26T16:53:14.219Z | Checking h2 v0.3.26 |
467 | 2024-06-26T16:53:14.826Z | Checking openapiv3 v2.0.0 |
468 | 2024-06-26T16:53:15.379Z | Compiling rustversion v1.0.17 |
469 | 2024-06-26T16:53:15.394Z | Compiling unsafe-libyaml v0.2.11 |
470 | 2024-06-26T16:53:16.035Z | Compiling dof v0.3.0 |
471 | 2024-06-26T16:53:16.663Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#b462bde4) |
472 | 2024-06-26T16:53:16.944Z | Checking webpki-roots v0.25.4 |
473 | 2024-06-26T16:53:17.076Z | Compiling rustls v0.22.4 |
474 | 2024-06-26T16:53:17.224Z | Checking pretty-hex v0.4.1 |
475 | 2024-06-26T16:53:17.369Z | Checking ipnet v2.9.0 |
476 | 2024-06-26T16:53:17.377Z | Checking sync_wrapper v0.1.2 |
477 | 2024-06-26T16:53:17.477Z | Compiling omicron-workspace-hack v0.1.0 |
478 | 2024-06-26T16:53:17.822Z | Compiling paste v1.0.15 |
479 | 2024-06-26T16:53:18.231Z | Checking hyper v0.14.29 |
480 | 2024-06-26T16:53:18.360Z | Compiling darling_macro v0.20.9 |
481 | 2024-06-26T16:53:18.375Z | Compiling serde_yaml v0.9.34+deprecated |
482 | 2024-06-26T16:53:18.996Z | Checking dirs-next v2.0.0 |
483 | 2024-06-26T16:53:19.103Z | Checking toml_datetime v0.6.6 |
484 | 2024-06-26T16:53:19.220Z | Checking serde_spanned v0.6.6 |
485 | 2024-06-26T16:53:19.356Z | Checking rustls-webpki v0.102.4 |
486 | 2024-06-26T16:53:19.389Z | Compiling structmeta-derive v0.3.0 |
487 | 2024-06-26T16:53:19.423Z | Checking block-buffer v0.10.4 |
488 | 2024-06-26T16:53:19.588Z | Checking crypto-common v0.1.6 |
489 | 2024-06-26T16:53:19.728Z | Checking rand_core v0.6.4 |
490 | 2024-06-26T16:53:20.006Z | Compiling multer v3.1.0 |
491 | 2024-06-26T16:53:20.080Z | Checking thread_local v1.1.8 |
492 | 2024-06-26T16:53:20.087Z | Checking zeroize v1.8.1 |
493 | 2024-06-26T16:53:20.299Z | Checking match_cfg v0.1.0 |
494 | 2024-06-26T16:53:20.312Z | Checking winnow v0.6.13 |
495 | 2024-06-26T16:53:20.340Z | Compiling camino v1.1.7 |
496 | 2024-06-26T16:53:20.372Z | Compiling anyhow v1.0.86 |
497 | 2024-06-26T16:53:20.888Z | Checking ppv-lite86 v0.2.17 |
498 | 2024-06-26T16:53:20.903Z | Compiling slog-async v2.8.0 |
499 | 2024-06-26T16:53:21.137Z | Checking subtle v2.6.1 |
500 | 2024-06-26T16:53:21.595Z | Checking rand_chacha v0.3.1 |
501 | 2024-06-26T16:53:21.625Z | Checking hostname v0.3.1 |
502 | 2024-06-26T16:53:21.934Z | Checking crossbeam-channel v0.5.13 |
503 | 2024-06-26T16:53:22.197Z | Compiling structmeta v0.3.0 |
504 | 2024-06-26T16:53:22.231Z | Checking digest v0.10.7 |
505 | 2024-06-26T16:53:22.294Z | Compiling darling v0.20.9 |
506 | 2024-06-26T16:53:22.391Z | Checking term v0.7.0 |
507 | 2024-06-26T16:53:22.643Z | Checking hyper-tls v0.5.0 |
508 | 2024-06-26T16:53:22.657Z | Checking hyper-rustls v0.24.2 |
509 | 2024-06-26T16:53:22.791Z | Compiling usdt-attr-macro v0.5.0 |
510 | 2024-06-26T16:53:22.896Z | Compiling usdt-macro v0.5.0 |
511 | 2024-06-26T16:53:22.928Z | Checking reqwest v0.11.27 |
512 | 2024-06-26T16:53:23.389Z | Checking toml_edit v0.22.14 |
513 | 2024-06-26T16:53:23.621Z | Checking slog-json v2.6.1 |
514 | 2024-06-26T16:53:23.847Z | Checking futures-executor v0.3.30 |
515 | 2024-06-26T16:53:23.912Z | Compiling async-stream-impl v0.3.5 |
516 | 2024-06-26T16:53:24.057Z | Checking http v1.1.0 |
517 | 2024-06-26T16:53:24.203Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#4d364419) |
518 | 2024-06-26T16:53:24.215Z | Checking memmap v0.7.0 |
519 | 2024-06-26T16:53:24.258Z | Checking is-terminal v0.4.12 |
520 | 2024-06-26T16:53:24.357Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#84aaeb7d) |
521 | 2024-06-26T16:53:24.391Z | Checking base64 v0.22.1 |
522 | 2024-06-26T16:53:24.479Z | Checking cpufeatures v0.2.12 |
523 | 2024-06-26T16:53:24.556Z | Checking take_mut v0.2.2 |
524 | 2024-06-26T16:53:24.656Z | Checking atomic-waker v1.1.2 |
525 | 2024-06-26T16:53:24.683Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
526 | 2024-06-26T16:53:24.766Z | Checking waitgroup v0.1.2 |
527 | 2024-06-26T16:53:24.858Z | Checking rustls-pemfile v2.1.2 |
528 | 2024-06-26T16:53:25.012Z | Checking tokio-rustls v0.25.0 |
529 | 2024-06-26T16:53:25.053Z | Checking sha1 v0.10.6 |
530 | 2024-06-26T16:53:25.065Z | Checking usdt v0.5.0 |
531 | 2024-06-26T16:53:25.129Z | Checking slog-term v2.9.1 |
532 | 2024-06-26T16:53:25.213Z | Checking async-stream v0.3.5 |
533 | 2024-06-26T16:53:25.280Z | Checking futures v0.3.30 |
534 | 2024-06-26T16:53:25.289Z | Compiling strum_macros v0.26.4 |
535 | 2024-06-26T16:53:25.333Z | Checking slog-bunyan v2.5.0 |
536 | 2024-06-26T16:53:25.366Z | Compiling parse-display-derive v0.9.1 |
537 | 2024-06-26T16:53:25.375Z | Compiling serde_with_macros v3.8.1 |
538 | 2024-06-26T16:53:25.468Z | Checking rand v0.8.5 |
539 | 2024-06-26T16:53:25.770Z | Checking toml v0.8.14 |
540 | 2024-06-26T16:53:26.154Z | Checking newtype-uuid v1.1.0 |
541 | 2024-06-26T16:53:26.206Z | Checking ipnetwork v0.20.0 |
542 | 2024-06-26T16:53:26.371Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#84aaeb7d) |
543 | 2024-06-26T16:53:26.513Z | Checking hex v0.4.3 |
544 | 2024-06-26T16:53:26.541Z | Checking serde_path_to_error v0.1.16 |
545 | 2024-06-26T16:53:26.705Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
546 | 2024-06-26T16:53:27.015Z | Compiling async-trait v0.1.80 |
547 | 2024-06-26T16:53:27.155Z | Checking hostname v0.4.0 |
548 | 2024-06-26T16:53:27.270Z | Checking instant v0.1.13 |
549 | 2024-06-26T16:53:27.368Z | Checking debug-ignore v1.0.5 |
550 | 2024-06-26T16:53:27.490Z | Checking backoff v0.4.0 |
551 | 2024-06-26T16:53:27.501Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
552 | 2024-06-26T16:53:27.622Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
553 | 2024-06-26T16:53:27.750Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#2612d220) |
554 | 2024-06-26T16:53:27.754Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
555 | 2024-06-26T16:53:27.962Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
556 | 2024-06-26T16:53:28.127Z | Checking macaddr v1.0.1 |
557 | 2024-06-26T16:53:28.191Z | Checking serde_with v3.8.1 |
558 | 2024-06-26T16:53:28.449Z | Checking regress v0.9.1 |
559 | 2024-06-26T16:53:29.438Z | Checking parse-display v0.9.1 |
560 | 2024-06-26T16:53:29.764Z | Checking strum v0.26.3 |
561 | 2024-06-26T16:53:31.013Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#b462bde4) |
562 | 2024-06-26T16:53:32.797Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#b462bde4) |
563 | 2024-06-26T16:53:32.852Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#4d364419) |
564 | 2024-06-26T16:53:35.805Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#4d364419) |
565 | 2024-06-26T16:53:41.979Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#4d364419) |
566 | 2024-06-26T16:53:44.813Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
567 | 2024-06-26T16:53:50.785Z | Checking test-project v0.1.0 (/tmp/test-project) |
568 | 2024-06-26T16:53:50.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
569 | 2024-06-26T16:53:50.893Z | + cargo build --release |
570 | 2024-06-26T16:53:51.146Z | Compiling proc-macro2 v1.0.86 |
571 | 2024-06-26T16:53:51.146Z | Compiling unicode-ident v1.0.12 |
572 | 2024-06-26T16:53:51.146Z | Compiling libc v0.2.155 |
573 | 2024-06-26T16:53:51.146Z | Compiling cfg-if v1.0.0 |
574 | 2024-06-26T16:53:51.149Z | Compiling version_check v0.9.4 |
575 | 2024-06-26T16:53:51.149Z | Compiling autocfg v1.3.0 |
576 | 2024-06-26T16:53:51.182Z | Compiling serde v1.0.203 |
577 | 2024-06-26T16:53:51.185Z | Compiling serde_json v1.0.118 |
578 | 2024-06-26T16:53:51.335Z | Compiling itoa v1.0.11 |
579 | 2024-06-26T16:53:51.507Z | Compiling thiserror v1.0.61 |
580 | 2024-06-26T16:53:51.623Z | Compiling once_cell v1.19.0 |
581 | 2024-06-26T16:53:51.691Z | Compiling memchr v2.7.4 |
582 | 2024-06-26T16:53:51.747Z | Compiling cc v1.0.101 |
583 | 2024-06-26T16:53:51.786Z | Compiling ahash v0.8.11 |
584 | 2024-06-26T16:53:52.121Z | Compiling byteorder v1.5.0 |
585 | 2024-06-26T16:53:52.352Z | Compiling num-traits v0.2.19 |
586 | 2024-06-26T16:53:52.557Z | Compiling quote v1.0.36 |
587 | 2024-06-26T16:53:52.557Z | Compiling getrandom v0.2.15 |
588 | 2024-06-26T16:53:52.637Z | Compiling pin-project-lite v0.2.14 |
589 | 2024-06-26T16:53:52.742Z | Compiling ryu v1.0.18 |
590 | 2024-06-26T16:53:52.940Z | Compiling syn v2.0.68 |
591 | 2024-06-26T16:53:53.110Z | Compiling log v0.4.21 |
592 | 2024-06-26T16:53:53.149Z | Compiling bytes v1.6.0 |
593 | 2024-06-26T16:53:53.262Z | Compiling allocator-api2 v0.2.18 |
594 | 2024-06-26T16:53:53.299Z | Compiling schemars v0.8.21 |
595 | 2024-06-26T16:53:53.563Z | Compiling lock_api v0.4.12 |
596 | 2024-06-26T16:53:53.633Z | Compiling parking_lot_core v0.9.10 |
597 | 2024-06-26T16:53:53.656Z | Compiling scopeguard v1.2.0 |
598 | 2024-06-26T16:53:53.803Z | Compiling smallvec v1.13.2 |
599 | 2024-06-26T16:53:54.002Z | Compiling futures-core v0.3.30 |
600 | 2024-06-26T16:53:54.086Z | Compiling signal-hook-registry v1.4.2 |
601 | 2024-06-26T16:53:54.303Z | Compiling num_cpus v1.16.0 |
602 | 2024-06-26T16:53:54.420Z | Compiling socket2 v0.5.7 |
603 | 2024-06-26T16:53:54.604Z | Compiling parking_lot v0.12.3 |
604 | 2024-06-26T16:53:54.780Z | Compiling mio v0.8.11 |
605 | 2024-06-26T16:53:54.845Z | Compiling ring v0.17.8 |
606 | 2024-06-26T16:53:55.055Z | Compiling slab v0.4.9 |
607 | 2024-06-26T16:53:55.182Z | Compiling spin v0.9.8 |
608 | 2024-06-26T16:53:55.432Z | Compiling futures-sink v0.3.30 |
609 | 2024-06-26T16:53:55.576Z | Compiling untrusted v0.9.0 |
610 | 2024-06-26T16:53:55.579Z | Compiling equivalent v1.0.1 |
611 | 2024-06-26T16:53:55.717Z | Compiling semver v1.0.23 |
612 | 2024-06-26T16:53:55.746Z | Compiling fnv v1.0.7 |
613 | 2024-06-26T16:53:56.171Z | Compiling futures-channel v0.3.30 |
614 | 2024-06-26T16:53:56.212Z | Compiling pin-utils v0.1.0 |
615 | 2024-06-26T16:53:56.279Z | Compiling futures-io v0.3.30 |
616 | 2024-06-26T16:53:56.359Z | Compiling futures-task v0.3.30 |
617 | 2024-06-26T16:53:56.417Z | Compiling pkg-config v0.3.30 |
618 | 2024-06-26T16:53:56.613Z | Compiling vcpkg v0.2.15 |
619 | 2024-06-26T16:53:56.801Z | Compiling iana-time-zone v0.1.60 |
620 | 2024-06-26T16:53:56.864Z | Compiling ucd-trie v0.1.6 |
621 | 2024-06-26T16:53:57.364Z | Compiling http v0.2.12 |
622 | 2024-06-26T16:53:57.691Z | Compiling dyn-clone v1.0.17 |
623 | 2024-06-26T16:53:57.703Z | Compiling heck v0.5.0 |
624 | 2024-06-26T16:53:57.908Z | Compiling httparse v1.9.4 |
625 | 2024-06-26T16:53:58.337Z | Compiling openssl-sys v0.9.102 |
626 | 2024-06-26T16:53:58.623Z | Compiling chrono v0.4.38 |
627 | 2024-06-26T16:53:58.691Z | Compiling tracing-core v0.1.32 |
628 | 2024-06-26T16:53:59.123Z | Compiling uuid v1.9.1 |
629 | 2024-06-26T16:53:59.678Z | Compiling tracing v0.1.40 |
630 | 2024-06-26T16:54:00.385Z | Compiling serde_derive_internals v0.29.1 |
631 | 2024-06-26T16:54:01.148Z | Compiling foreign-types-shared v0.1.1 |
632 | 2024-06-26T16:54:01.236Z | Compiling slog v2.7.0 |
633 | 2024-06-26T16:54:01.615Z | Compiling try-lock v0.2.5 |
634 | 2024-06-26T16:54:01.662Z | Compiling openssl v0.10.64 |
635 | 2024-06-26T16:54:01.795Z | Compiling want v0.3.1 |
636 | 2024-06-26T16:54:02.073Z | Compiling foreign-types v0.3.2 |
637 | 2024-06-26T16:54:02.146Z | Compiling http-body v0.4.6 |
638 | 2024-06-26T16:54:02.235Z | Compiling aho-corasick v1.1.3 |
639 | 2024-06-26T16:54:02.629Z | Compiling tinyvec_macros v0.1.1 |
640 | 2024-06-26T16:54:02.701Z | Compiling native-tls v0.2.12 |
641 | 2024-06-26T16:54:02.709Z | Compiling httpdate v1.0.3 |
642 | 2024-06-26T16:54:03.073Z | Compiling percent-encoding v2.3.1 |
643 | 2024-06-26T16:54:03.467Z | Compiling bitflags v2.6.0 |
644 | 2024-06-26T16:54:03.540Z | Compiling tower-service v0.3.2 |
645 | 2024-06-26T16:54:03.548Z | Compiling regex-syntax v0.8.4 |
646 | 2024-06-26T16:54:03.655Z | Compiling typenum v1.17.0 |
647 | 2024-06-26T16:54:03.726Z | Compiling rustls v0.21.12 |
648 | 2024-06-26T16:54:03.805Z | Compiling form_urlencoded v1.2.1 |
649 | 2024-06-26T16:54:04.043Z | Compiling tinyvec v1.6.1 |
650 | 2024-06-26T16:54:04.711Z | Compiling generic-array v0.14.7 |
651 | 2024-06-26T16:54:05.069Z | Compiling openssl-probe v0.1.5 |
652 | 2024-06-26T16:54:05.656Z | Compiling unicode-normalization v0.1.23 |
653 | 2024-06-26T16:54:05.903Z | Compiling serde_derive v1.0.203 |
654 | 2024-06-26T16:54:06.097Z | Compiling zerocopy-derive v0.7.34 |
655 | 2024-06-26T16:54:06.324Z | Compiling thiserror-impl v1.0.61 |
656 | 2024-06-26T16:54:06.784Z | Compiling schemars_derive v0.8.21 |
657 | 2024-06-26T16:54:06.894Z | Compiling tokio-macros v2.3.0 |
658 | 2024-06-26T16:54:08.227Z | Compiling zerocopy v0.7.34 |
659 | 2024-06-26T16:54:09.326Z | Compiling tokio v1.38.0 |
660 | 2024-06-26T16:54:09.617Z | Compiling futures-macro v0.3.30 |
661 | 2024-06-26T16:54:10.001Z | Compiling pest v2.7.10 |
662 | 2024-06-26T16:54:10.513Z | Compiling hashbrown v0.14.5 |
663 | 2024-06-26T16:54:11.633Z | Compiling futures-util v0.3.30 |
664 | 2024-06-26T16:54:12.121Z | Compiling regress v0.10.0 |
665 | 2024-06-26T16:54:12.141Z | Compiling openssl-macros v0.1.1 |
666 | 2024-06-26T16:54:12.747Z | Compiling pest_meta v2.7.10 |
667 | 2024-06-26T16:54:17.015Z | Compiling pest_generator v2.7.10 |
668 | 2024-06-26T16:54:17.143Z | Compiling sct v0.7.1 |
669 | 2024-06-26T16:54:17.620Z | Compiling rustls-webpki v0.101.7 |
670 | 2024-06-26T16:54:18.577Z | Compiling tokio-util v0.7.11 |
671 | 2024-06-26T16:54:18.878Z | Compiling pest_derive v2.7.10 |
672 | 2024-06-26T16:54:19.766Z | Compiling regex-automata v0.4.7 |
673 | 2024-06-26T16:54:21.011Z | Compiling indexmap v2.2.6 |
674 | 2024-06-26T16:54:22.017Z | Compiling serde_tokenstream v0.2.1 |
675 | 2024-06-26T16:54:27.294Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#b462bde4) |
676 | 2024-06-26T16:54:27.425Z | Compiling h2 v0.3.26 |
677 | 2024-06-26T16:54:28.190Z | Compiling regex v1.10.5 |
678 | 2024-06-26T16:54:31.638Z | Compiling scroll_derive v0.12.0 |
679 | 2024-06-26T16:54:33.245Z | Compiling hyper v0.14.29 |
680 | 2024-06-26T16:54:38.265Z | Compiling usdt-impl v0.5.0 |
681 | 2024-06-26T16:54:38.622Z | Compiling encoding_rs v0.8.34 |
682 | 2024-06-26T16:54:39.875Z | Compiling unicode-bidi v0.3.15 |
683 | 2024-06-26T16:54:40.484Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#b462bde4) |
684 | 2024-06-26T16:54:43.051Z | Compiling powerfmt v0.2.0 |
685 | 2024-06-26T16:54:43.548Z | Compiling num-conv v0.1.0 |
686 | 2024-06-26T16:54:43.760Z | Compiling mime v0.3.17 |
687 | 2024-06-26T16:54:43.811Z | Compiling time-core v0.1.2 |
688 | 2024-06-26T16:54:44.619Z | Compiling time-macros v0.2.18 |
689 | 2024-06-26T16:54:44.829Z | Compiling deranged v0.3.11 |
690 | 2024-06-26T16:54:46.895Z | Compiling idna v0.5.0 |
691 | 2024-06-26T16:54:47.223Z | Compiling scroll v0.12.0 |
692 | 2024-06-26T16:54:47.835Z | Compiling tokio-rustls v0.24.1 |
693 | 2024-06-26T16:54:49.370Z | Compiling tokio-native-tls v0.3.1 |
694 | 2024-06-26T16:54:49.650Z | Compiling dof v0.3.0 |
695 | 2024-06-26T16:54:49.826Z | Compiling serde_urlencoded v0.7.1 |
696 | 2024-06-26T16:54:50.428Z | Compiling dtrace-parser v0.2.0 |
697 | 2024-06-26T16:54:51.462Z | Compiling thread-id v4.2.1 |
698 | 2024-06-26T16:54:51.560Z | Compiling strsim v0.11.1 |
699 | 2024-06-26T16:54:52.257Z | Compiling base64 v0.21.7 |
700 | 2024-06-26T16:54:52.290Z | Compiling rustls-pki-types v1.7.0 |
701 | 2024-06-26T16:54:52.426Z | Compiling crossbeam-utils v0.8.20 |
702 | 2024-06-26T16:54:53.352Z | Compiling plain v0.2.3 |
703 | 2024-06-26T16:54:53.500Z | Compiling ident_case v1.0.1 |
704 | 2024-06-26T16:54:53.666Z | Compiling num_threads v0.1.7 |
705 | 2024-06-26T16:54:53.769Z | Compiling omicron-workspace-hack v0.1.0 |
706 | 2024-06-26T16:54:56.429Z | Compiling time v0.3.36 |
707 | 2024-06-26T16:54:58.514Z | Compiling darling_core v0.20.9 |
708 | 2024-06-26T16:54:59.137Z | Compiling goblin v0.8.2 |
709 | 2024-06-26T16:54:59.799Z | Compiling rustls-pemfile v1.0.4 |
710 | 2024-06-26T16:55:03.522Z | Compiling hyper-tls v0.5.0 |
711 | 2024-06-26T16:55:03.999Z | Compiling hyper-rustls v0.24.2 |
712 | 2024-06-26T16:55:04.435Z | Compiling url v2.5.2 |
713 | 2024-06-26T16:55:04.490Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#b462bde4) |
714 | 2024-06-26T16:55:04.606Z | Compiling openapiv3 v2.0.0 |
715 | 2024-06-26T16:55:06.194Z | Compiling dirs-sys-next v0.1.2 |
716 | 2024-06-26T16:55:07.747Z | Compiling webpki-roots v0.25.4 |
717 | 2024-06-26T16:55:07.892Z | Compiling rustls v0.22.4 |
718 | 2024-06-26T16:55:08.183Z | Compiling rustversion v1.0.17 |
719 | 2024-06-26T16:55:08.851Z | Compiling ipnet v2.9.0 |
720 | 2024-06-26T16:55:09.097Z | Compiling paste v1.0.15 |
721 | 2024-06-26T16:55:09.596Z | Compiling pretty-hex v0.4.1 |
722 | 2024-06-26T16:55:09.814Z | Compiling sync_wrapper v0.1.2 |
723 | 2024-06-26T16:55:09.934Z | Compiling unsafe-libyaml v0.2.11 |
724 | 2024-06-26T16:55:10.245Z | Compiling reqwest v0.11.27 |
725 | 2024-06-26T16:55:11.596Z | Compiling serde_yaml v0.9.34+deprecated |
726 | 2024-06-26T16:55:12.219Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#4d364419) |
727 | 2024-06-26T16:55:13.242Z | Compiling dirs-next v2.0.0 |
728 | 2024-06-26T16:55:13.492Z | Compiling darling_macro v0.20.9 |
729 | 2024-06-26T16:55:16.531Z | Compiling rustls-webpki v0.102.4 |
730 | 2024-06-26T16:55:18.254Z | Compiling block-buffer v0.10.4 |
731 | 2024-06-26T16:55:18.484Z | Compiling crypto-common v0.1.6 |
732 | 2024-06-26T16:55:18.694Z | Compiling toml_datetime v0.6.6 |
733 | 2024-06-26T16:55:19.412Z | Compiling serde_spanned v0.6.6 |
734 | 2024-06-26T16:55:19.504Z | Compiling structmeta-derive v0.3.0 |
735 | 2024-06-26T16:55:19.635Z | Compiling rand_core v0.6.4 |
736 | 2024-06-26T16:55:19.768Z | Compiling thread_local v1.1.8 |
737 | 2024-06-26T16:55:20.107Z | Compiling multer v3.1.0 |
738 | 2024-06-26T16:55:20.424Z | Compiling ppv-lite86 v0.2.17 |
739 | 2024-06-26T16:55:20.554Z | Compiling anyhow v1.0.86 |
740 | 2024-06-26T16:55:21.118Z | Compiling camino v1.1.7 |
741 | 2024-06-26T16:55:21.148Z | Compiling winnow v0.6.13 |
742 | 2024-06-26T16:55:21.270Z | Compiling slog-async v2.8.0 |
743 | 2024-06-26T16:55:21.702Z | Compiling subtle v2.6.1 |
744 | 2024-06-26T16:55:21.764Z | Compiling match_cfg v0.1.0 |
745 | 2024-06-26T16:55:21.846Z | Compiling zeroize v1.8.1 |
746 | 2024-06-26T16:55:21.960Z | Compiling hostname v0.3.1 |
747 | 2024-06-26T16:55:22.189Z | Compiling rand_chacha v0.3.1 |
748 | 2024-06-26T16:55:22.342Z | Compiling structmeta v0.3.0 |
749 | 2024-06-26T16:55:22.708Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#4d364419) |
750 | 2024-06-26T16:55:23.953Z | Compiling digest v0.10.7 |
751 | 2024-06-26T16:55:24.354Z | Compiling crossbeam-channel v0.5.13 |
752 | 2024-06-26T16:55:25.551Z | Compiling toml_edit v0.22.14 |
753 | 2024-06-26T16:55:26.085Z | Compiling darling v0.20.9 |
754 | 2024-06-26T16:55:26.183Z | Compiling term v0.7.0 |
755 | 2024-06-26T16:55:33.619Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#4d364419) |
756 | 2024-06-26T16:55:34.222Z | Compiling usdt-macro v0.5.0 |
757 | 2024-06-26T16:55:35.386Z | Compiling usdt-attr-macro v0.5.0 |
758 | 2024-06-26T16:55:35.590Z | Compiling slog-json v2.6.1 |
759 | 2024-06-26T16:55:36.137Z | Compiling futures-executor v0.3.30 |
760 | 2024-06-26T16:55:36.920Z | Compiling async-stream-impl v0.3.5 |
761 | 2024-06-26T16:55:37.416Z | Compiling http v1.1.0 |
762 | 2024-06-26T16:55:38.363Z | Compiling memmap v0.7.0 |
763 | 2024-06-26T16:55:38.805Z | Compiling is-terminal v0.4.12 |
764 | 2024-06-26T16:55:38.917Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#84aaeb7d) |
765 | 2024-06-26T16:55:39.125Z | Compiling atomic-waker v1.1.2 |
766 | 2024-06-26T16:55:39.237Z | Compiling base64 v0.22.1 |
767 | 2024-06-26T16:55:39.283Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
768 | 2024-06-26T16:55:39.589Z | Compiling take_mut v0.2.2 |
769 | 2024-06-26T16:55:39.735Z | Compiling cpufeatures v0.2.12 |
770 | 2024-06-26T16:55:39.823Z | Compiling sha1 v0.10.6 |
771 | 2024-06-26T16:55:40.313Z | Compiling rustls-pemfile v2.1.2 |
772 | 2024-06-26T16:55:41.147Z | Compiling waitgroup v0.1.2 |
773 | 2024-06-26T16:55:41.384Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#4d364419) |
774 | 2024-06-26T16:55:42.059Z | Compiling slog-term v2.9.1 |
775 | 2024-06-26T16:55:44.330Z | Compiling usdt v0.5.0 |
776 | 2024-06-26T16:55:44.531Z | Compiling async-stream v0.3.5 |
777 | 2024-06-26T16:55:44.887Z | Compiling futures v0.3.30 |
778 | 2024-06-26T16:55:45.082Z | Compiling slog-bunyan v2.5.0 |
779 | 2024-06-26T16:55:45.128Z | Compiling strum_macros v0.26.4 |
780 | 2024-06-26T16:55:45.331Z | Compiling toml v0.8.14 |
781 | 2024-06-26T16:55:45.984Z | Compiling tokio-rustls v0.25.0 |
782 | 2024-06-26T16:55:46.413Z | Compiling serde_with_macros v3.8.1 |
783 | 2024-06-26T16:55:49.375Z | Compiling parse-display-derive v0.9.1 |
784 | 2024-06-26T16:55:50.134Z | Compiling rand v0.8.5 |
785 | 2024-06-26T16:55:53.097Z | Compiling ipnetwork v0.20.0 |
786 | 2024-06-26T16:55:53.701Z | Compiling newtype-uuid v1.1.0 |
787 | 2024-06-26T16:55:53.742Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#84aaeb7d) |
788 | 2024-06-26T16:55:54.005Z | Compiling serde_path_to_error v0.1.16 |
789 | 2024-06-26T16:55:54.159Z | Compiling hex v0.4.3 |
790 | 2024-06-26T16:55:54.845Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
791 | 2024-06-26T16:55:55.026Z | Compiling async-trait v0.1.80 |
792 | 2024-06-26T16:55:55.651Z | Compiling hostname v0.4.0 |
793 | 2024-06-26T16:55:55.887Z | Compiling instant v0.1.13 |
794 | 2024-06-26T16:55:56.036Z | Compiling debug-ignore v1.0.5 |
795 | 2024-06-26T16:55:56.156Z | Compiling backoff v0.4.0 |
796 | 2024-06-26T16:55:56.327Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
797 | 2024-06-26T16:55:56.462Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
798 | 2024-06-26T16:55:56.526Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
799 | 2024-06-26T16:55:56.622Z | Compiling parse-display v0.9.1 |
800 | 2024-06-26T16:55:57.014Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#2612d220) |
801 | 2024-06-26T16:55:58.205Z | Compiling strum v0.26.3 |
802 | 2024-06-26T16:55:58.373Z | Compiling serde_with v3.8.1 |
803 | 2024-06-26T16:55:58.682Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
804 | 2024-06-26T16:55:59.503Z | Compiling macaddr v1.0.1 |
805 | 2024-06-26T16:56:00.117Z | Compiling regress v0.9.1 |
806 | 2024-06-26T16:56:05.388Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
807 | 2024-06-26T16:56:14.868Z | Compiling test-project v0.1.0 (/tmp/test-project) |
808 | 2024-06-26T16:56:23.327Z | Finished `release` profile [optimized] target(s) in 2m 32s |
809 | 2024-06-26T16:56:23.334Z | process exited: duration 227848 ms, exit code 0 |
|
810 | 2024-06-26T16:56:23.340Z | found 0 output files |