|
|
|
1 | 2024-07-10T23:38:20.222Z | job assigned to worker 01J2FG4AKZ79J6A1A1VTV6NSXF (queued for 1 m 7 s) |
|
2 | 2024-07-10T23:38:28.546Z | starting task 0: "setup" |
3 | 2024-07-10T23:38:28.602Z | ++ uname -s |
4 | 2024-07-10T23:38:28.606Z | + kern=SunOS |
5 | 2024-07-10T23:38:28.606Z | + case "$kern" in |
6 | 2024-07-10T23:38:28.606Z | + groupadd -g 12345 build |
7 | 2024-07-10T23:38:28.610Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-10T23:38:30.627Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-10T23:38:30.760Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-10T23:38:30.763Z | + home_fs=zfs |
11 | 2024-07-10T23:38:30.763Z | + [[ zfs == autofs ]] |
12 | 2024-07-10T23:38:30.763Z | + mkdir -p /home/build |
13 | 2024-07-10T23:38:30.766Z | + chown build:build /home/build /work |
14 | 2024-07-10T23:38:32.766Z | + chmod 0700 /home/build /work |
15 | 2024-07-10T23:38:32.769Z | process exited: duration 4222 ms, exit code 0 |
|
16 | 2024-07-10T23:38:32.775Z | starting task 1: "rust-toolchain" |
17 | 2024-07-10T23:38:32.780Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-10T23:38:32.780Z | ' 1.78.0 |
19 | 2024-07-10T23:38:32.780Z | * toolchain channel = "1.78.0" |
20 | 2024-07-10T23:38:32.780Z | + printf ' * toolchain profile = "%s" |
21 | 2024-07-10T23:38:32.780Z | ' default |
22 | 2024-07-10T23:38:32.783Z | * toolchain profile = "default" |
23 | 2024-07-10T23:38:32.783Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-10T23:38:32.783Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-10T23:38:32.894Z | info: downloading installer |
26 | 2024-07-10T23:38:34.398Z | info: profile set to 'default' |
27 | 2024-07-10T23:38:34.398Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-10T23:38:34.401Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-10T23:38:34.532Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-10T23:38:34.532Z | info: downloading component 'cargo' |
31 | 2024-07-10T23:38:35.233Z | info: downloading component 'clippy' |
32 | 2024-07-10T23:38:35.469Z | info: downloading component 'rust-docs' |
33 | 2024-07-10T23:38:36.400Z | info: downloading component 'rust-std' |
34 | 2024-07-10T23:38:37.884Z | info: downloading component 'rustc' |
35 | 2024-07-10T23:38:41.597Z | info: downloading component 'rustfmt' |
36 | 2024-07-10T23:38:41.798Z | info: installing component 'cargo' |
37 | 2024-07-10T23:38:42.659Z | info: installing component 'clippy' |
38 | 2024-07-10T23:38:43.025Z | info: installing component 'rust-docs' |
39 | 2024-07-10T23:38:44.534Z | info: installing component 'rust-std' |
40 | 2024-07-10T23:38:46.340Z | info: installing component 'rustc' |
41 | 2024-07-10T23:38:50.875Z | info: installing component 'rustfmt' |
42 | 2024-07-10T23:38:51.228Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-10T23:38:51.229Z | |
44 | 2024-07-10T23:38:51.491Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-10T23:38:51.491Z | |
46 | 2024-07-10T23:38:51.494Z | |
47 | 2024-07-10T23:38:51.494Z | Rust is installed now. Great! |
48 | 2024-07-10T23:38:51.494Z | |
49 | 2024-07-10T23:38:51.494Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-10T23:38:51.494Z | environment variable. This has not been done automatically. |
51 | 2024-07-10T23:38:51.494Z | |
52 | 2024-07-10T23:38:51.495Z | To configure your current shell, you need to source |
53 | 2024-07-10T23:38:51.495Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-10T23:38:51.495Z | |
55 | 2024-07-10T23:38:51.495Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-10T23:38:51.495Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-10T23:38:51.495Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-10T23:38:51.638Z | + rustc --version |
59 | 2024-07-10T23:38:51.700Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-10T23:38:51.703Z | process exited: duration 18926 ms, exit code 0 |
|
61 | 2024-07-10T23:38:51.709Z | starting task 2: "authentication" |
62 | 2024-07-10T23:38:51.731Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-07-10T23:38:51.739Z | starting task 3: "clone repository" |
64 | 2024-07-10T23:38:51.742Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-10T23:38:51.745Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-10T23:38:52.520Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-10T23:38:59.616Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-10T23:38:59.616Z | + git fetch origin c606ebb3bc1745538584a42290b22947f00e96bb |
69 | 2024-07-10T23:38:59.924Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-10T23:38:59.924Z | * branch c606ebb3bc1745538584a42290b22947f00e96bb -> FETCH_HEAD |
71 | 2024-07-10T23:38:59.938Z | + [[ -n move-ddm-timeseries-to-toml ]] |
72 | 2024-07-10T23:38:59.950Z | ++ git branch --show-current |
73 | 2024-07-10T23:38:59.950Z | + current=main |
74 | 2024-07-10T23:38:59.950Z | + [[ main != move-ddm-timeseries-to-toml ]] |
75 | 2024-07-10T23:38:59.950Z | + git branch -f move-ddm-timeseries-to-toml c606ebb3bc1745538584a42290b22947f00e96bb |
76 | 2024-07-10T23:38:59.950Z | + git checkout -f move-ddm-timeseries-to-toml |
77 | 2024-07-10T23:39:00.075Z | Switched to branch 'move-ddm-timeseries-to-toml' |
78 | 2024-07-10T23:39:00.085Z | + git reset --hard c606ebb3bc1745538584a42290b22947f00e96bb |
79 | 2024-07-10T23:39:00.209Z | HEAD is now at c606ebb3b Move DDM router and session timeseries to TOML |
80 | 2024-07-10T23:39:00.212Z | process exited: duration 8472 ms, exit code 0 |
|
81 | 2024-07-10T23:39:00.219Z | starting task 4: "build" |
82 | 2024-07-10T23:39:00.224Z | + cargo --version |
83 | 2024-07-10T23:39:00.277Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-10T23:39:00.280Z | + rustc --version |
85 | 2024-07-10T23:39:00.334Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-10T23:39:00.337Z | + cd /tmp |
87 | 2024-07-10T23:39:00.337Z | + cargo new --lib test-project |
88 | 2024-07-10T23:39:00.390Z | Creating library `test-project` package |
89 | 2024-07-10T23:39:00.461Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-07-10T23:39:00.464Z | + cd test-project |
91 | 2024-07-10T23:39:00.464Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-07-10T23:39:00.517Z | Adding omicron-common (local) to dependencies |
93 | 2024-07-10T23:39:00.520Z | Features: |
94 | 2024-07-10T23:39:00.520Z | - proptest |
95 | 2024-07-10T23:39:00.520Z | - test-strategy |
96 | 2024-07-10T23:39:00.520Z | - testing |
97 | 2024-07-10T23:39:00.520Z | Updating crates.io index |
98 | 2024-07-10T23:39:00.564Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-07-10T23:39:01.211Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-07-10T23:39:02.057Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-07-10T23:39:02.304Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-07-10T23:39:04.244Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-07-10T23:39:04.474Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-07-10T23:39:04.867Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-07-10T23:39:07.739Z | + cargo check |
106 | 2024-07-10T23:39:07.947Z | Downloading crates ... |
107 | 2024-07-10T23:39:08.046Z | Downloaded async-stream-impl v0.3.5 |
108 | 2024-07-10T23:39:08.055Z | Downloaded equivalent v1.0.1 |
109 | 2024-07-10T23:39:08.059Z | Downloaded cpufeatures v0.2.12 |
110 | 2024-07-10T23:39:08.065Z | Downloaded cfg-if v1.0.0 |
111 | 2024-07-10T23:39:08.069Z | Downloaded backoff v0.4.0 |
112 | 2024-07-10T23:39:08.076Z | Downloaded foreign-types v0.3.2 |
113 | 2024-07-10T23:39:08.080Z | Downloaded want v0.3.1 |
114 | 2024-07-10T23:39:08.085Z | Downloaded num-conv v0.1.0 |
115 | 2024-07-10T23:39:08.085Z | Downloaded match_cfg v0.1.0 |
116 | 2024-07-10T23:39:08.085Z | Downloaded darling_macro v0.20.10 |
117 | 2024-07-10T23:39:08.088Z | Downloaded parse-display-derive v0.9.1 |
118 | 2024-07-10T23:39:08.091Z | Downloaded percent-encoding v2.3.1 |
119 | 2024-07-10T23:39:08.094Z | Downloaded openssl-macros v0.1.1 |
120 | 2024-07-10T23:39:08.094Z | Downloaded instant v0.1.13 |
121 | 2024-07-10T23:39:08.096Z | Downloaded version_check v0.9.4 |
122 | 2024-07-10T23:39:08.096Z | Downloaded untrusted v0.9.0 |
123 | 2024-07-10T23:39:08.099Z | Downloaded omicron-workspace-hack v0.1.0 |
124 | 2024-07-10T23:39:08.099Z | Downloaded crossbeam-utils v0.8.20 |
125 | 2024-07-10T23:39:08.102Z | Downloaded itoa v1.0.11 |
126 | 2024-07-10T23:39:08.108Z | Downloaded waitgroup v0.1.2 |
127 | 2024-07-10T23:39:08.108Z | Downloaded futures-executor v0.3.30 |
128 | 2024-07-10T23:39:08.112Z | Downloaded usdt-attr-macro v0.5.0 |
129 | 2024-07-10T23:39:08.112Z | Downloaded byteorder v1.5.0 |
130 | 2024-07-10T23:39:08.112Z | Downloaded dyn-clone v1.0.17 |
131 | 2024-07-10T23:39:08.112Z | Downloaded async-stream v0.3.5 |
132 | 2024-07-10T23:39:08.112Z | Downloaded usdt-macro v0.5.0 |
133 | 2024-07-10T23:39:08.115Z | Downloaded camino v1.1.7 |
134 | 2024-07-10T23:39:08.115Z | Downloaded strum v0.26.3 |
135 | 2024-07-10T23:39:08.118Z | Downloaded hyper-tls v0.5.0 |
136 | 2024-07-10T23:39:08.118Z | Downloaded dirs-next v2.0.0 |
137 | 2024-07-10T23:39:08.121Z | Downloaded deranged v0.3.11 |
138 | 2024-07-10T23:39:08.121Z | Downloaded pkg-config v0.3.30 |
139 | 2024-07-10T23:39:08.123Z | Downloaded pest_generator v2.7.11 |
140 | 2024-07-10T23:39:08.123Z | Downloaded hex v0.4.3 |
141 | 2024-07-10T23:39:08.126Z | Downloaded memmap v0.7.0 |
142 | 2024-07-10T23:39:08.129Z | Downloaded futures-io v0.3.30 |
143 | 2024-07-10T23:39:08.129Z | Downloaded usdt-impl v0.5.0 |
144 | 2024-07-10T23:39:08.132Z | Downloaded form_urlencoded v1.2.1 |
145 | 2024-07-10T23:39:08.132Z | Downloaded dof v0.3.0 |
146 | 2024-07-10T23:39:08.132Z | Downloaded zerocopy-derive v0.7.35 |
147 | 2024-07-10T23:39:08.136Z | Downloaded foreign-types-shared v0.1.1 |
148 | 2024-07-10T23:39:08.140Z | Downloaded powerfmt v0.2.0 |
149 | 2024-07-10T23:39:08.140Z | Downloaded slog-async v2.8.0 |
150 | 2024-07-10T23:39:08.142Z | Downloaded num_cpus v1.16.0 |
151 | 2024-07-10T23:39:08.145Z | Downloaded thiserror-impl v1.0.61 |
152 | 2024-07-10T23:39:08.145Z | Downloaded slog-json v2.6.1 |
153 | 2024-07-10T23:39:08.148Z | Downloaded ident_case v1.0.1 |
154 | 2024-07-10T23:39:08.148Z | Downloaded rustversion v1.0.17 |
155 | 2024-07-10T23:39:08.151Z | Downloaded serde_tokenstream v0.2.1 |
156 | 2024-07-10T23:39:08.155Z | Downloaded serde_path_to_error v0.1.16 |
157 | 2024-07-10T23:39:08.158Z | Downloaded slab v0.4.9 |
158 | 2024-07-10T23:39:08.158Z | Downloaded parse-display v0.9.1 |
159 | 2024-07-10T23:39:08.161Z | Downloaded try-lock v0.2.5 |
160 | 2024-07-10T23:39:08.161Z | Downloaded lock_api v0.4.12 |
161 | 2024-07-10T23:39:08.161Z | Downloaded openssl-probe v0.1.5 |
162 | 2024-07-10T23:39:08.164Z | Downloaded num_threads v0.1.7 |
163 | 2024-07-10T23:39:08.164Z | Downloaded structmeta v0.3.0 |
164 | 2024-07-10T23:39:08.167Z | Downloaded paste v1.0.15 |
165 | 2024-07-10T23:39:08.170Z | Downloaded futures-channel v0.3.30 |
166 | 2024-07-10T23:39:08.170Z | Downloaded pin-project-lite v0.2.14 |
167 | 2024-07-10T23:39:08.177Z | Downloaded autocfg v1.3.0 |
168 | 2024-07-10T23:39:08.180Z | Downloaded parking_lot_core v0.9.10 |
169 | 2024-07-10T23:39:08.180Z | Downloaded httparse v1.9.4 |
170 | 2024-07-10T23:39:08.182Z | Downloaded crypto-common v0.1.6 |
171 | 2024-07-10T23:39:08.186Z | Downloaded base64 v0.22.1 |
172 | 2024-07-10T23:39:08.189Z | Downloaded mime v0.3.17 |
173 | 2024-07-10T23:39:08.189Z | Downloaded tower-service v0.3.2 |
174 | 2024-07-10T23:39:08.189Z | Downloaded sync_wrapper v0.1.2 |
175 | 2024-07-10T23:39:08.192Z | Downloaded time-core v0.1.2 |
176 | 2024-07-10T23:39:08.192Z | Downloaded pretty-hex v0.4.1 |
177 | 2024-07-10T23:39:08.195Z | Downloaded tinyvec_macros v0.1.1 |
178 | 2024-07-10T23:39:08.195Z | Downloaded take_mut v0.2.2 |
179 | 2024-07-10T23:39:08.195Z | Downloaded scroll_derive v0.12.0 |
180 | 2024-07-10T23:39:08.195Z | Downloaded sha2 v0.10.8 |
181 | 2024-07-10T23:39:08.203Z | Downloaded macaddr v1.0.1 |
182 | 2024-07-10T23:39:08.203Z | Downloaded serde_derive_internals v0.29.1 |
183 | 2024-07-10T23:39:08.203Z | Downloaded heck v0.5.0 |
184 | 2024-07-10T23:39:08.204Z | Downloaded smallvec v1.13.2 |
185 | 2024-07-10T23:39:08.207Z | Downloaded sct v0.7.1 |
186 | 2024-07-10T23:39:08.210Z | Downloaded term v0.7.0 |
187 | 2024-07-10T23:39:08.213Z | Downloaded rustls-pemfile v2.1.2 |
188 | 2024-07-10T23:39:08.216Z | Downloaded newtype-uuid v1.1.0 |
189 | 2024-07-10T23:39:08.216Z | Downloaded toml_datetime v0.6.6 |
190 | 2024-07-10T23:39:08.218Z | Downloaded log v0.4.22 |
191 | 2024-07-10T23:39:08.219Z | Downloaded tokio-native-tls v0.3.1 |
192 | 2024-07-10T23:39:08.221Z | Downloaded spin v0.9.8 |
193 | 2024-07-10T23:39:08.224Z | Downloaded unsafe-libyaml v0.2.11 |
194 | 2024-07-10T23:39:08.227Z | Downloaded openssl-sys v0.9.102 |
195 | 2024-07-10T23:39:08.232Z | Downloaded sha1 v0.10.6 |
196 | 2024-07-10T23:39:08.235Z | Downloaded tokio-macros v2.3.0 |
197 | 2024-07-10T23:39:08.235Z | Downloaded schemars_derive v0.8.21 |
198 | 2024-07-10T23:39:08.238Z | Downloaded httpdate v1.0.3 |
199 | 2024-07-10T23:39:08.238Z | Downloaded ppv-lite86 v0.2.17 |
200 | 2024-07-10T23:39:08.241Z | Downloaded slog-bunyan v2.5.0 |
201 | 2024-07-10T23:39:08.241Z | Downloaded rustls-pemfile v1.0.4 |
202 | 2024-07-10T23:39:08.245Z | Downloaded rand_core v0.6.4 |
203 | 2024-07-10T23:39:08.245Z | Downloaded thread-id v4.2.1 |
204 | 2024-07-10T23:39:08.245Z | Downloaded time-macros v0.2.18 |
205 | 2024-07-10T23:39:08.248Z | Downloaded thread_local v1.1.8 |
206 | 2024-07-10T23:39:08.251Z | Downloaded parking_lot v0.12.3 |
207 | 2024-07-10T23:39:08.253Z | Downloaded ipnet v2.9.0 |
208 | 2024-07-10T23:39:08.253Z | Downloaded proc-macro2 v1.0.86 |
209 | 2024-07-10T23:39:08.258Z | Downloaded subtle v2.6.1 |
210 | 2024-07-10T23:39:08.261Z | Downloaded pest_meta v2.7.11 |
211 | 2024-07-10T23:39:08.261Z | Downloaded serde_spanned v0.6.6 |
212 | 2024-07-10T23:39:08.261Z | Downloaded scroll v0.12.0 |
213 | 2024-07-10T23:39:08.264Z | Downloaded allocator-api2 v0.2.18 |
214 | 2024-07-10T23:39:08.267Z | Downloaded thiserror v1.0.61 |
215 | 2024-07-10T23:39:08.270Z | Downloaded indexmap v1.9.3 |
216 | 2024-07-10T23:39:08.274Z | Downloaded serde_with_macros v3.8.3 |
217 | 2024-07-10T23:39:08.276Z | Downloaded rustls-pki-types v1.7.0 |
218 | 2024-07-10T23:39:08.279Z | Downloaded slog-term v2.9.1 |
219 | 2024-07-10T23:39:08.282Z | Downloaded semver v1.0.23 |
220 | 2024-07-10T23:39:08.285Z | Downloaded multer v3.1.0 |
221 | 2024-07-10T23:39:08.288Z | Downloaded once_cell v1.19.0 |
222 | 2024-07-10T23:39:08.291Z | Downloaded futures v0.3.30 |
223 | 2024-07-10T23:39:08.294Z | Downloaded serde_yaml v0.9.34+deprecated |
224 | 2024-07-10T23:39:08.297Z | Downloaded base64 v0.21.7 |
225 | 2024-07-10T23:39:08.301Z | Downloaded cc v1.1.0 |
226 | 2024-07-10T23:39:08.304Z | Downloaded toml v0.8.14 |
227 | 2024-07-10T23:39:08.308Z | Downloaded serde_derive v1.0.204 |
228 | 2024-07-10T23:39:08.310Z | Downloaded tokio-rustls v0.25.0 |
229 | 2024-07-10T23:39:08.313Z | Downloaded tinyvec v1.8.0 |
230 | 2024-07-10T23:39:08.316Z | Downloaded typenum v1.17.0 |
231 | 2024-07-10T23:39:08.319Z | Downloaded ryu v1.0.18 |
232 | 2024-07-10T23:39:08.322Z | Downloaded mio v0.8.11 |
233 | 2024-07-10T23:39:08.328Z | Downloaded serde v1.0.204 |
234 | 2024-07-10T23:39:08.332Z | Downloaded ucd-trie v0.1.6 |
235 | 2024-07-10T23:39:08.335Z | Downloaded indexmap v2.2.6 |
236 | 2024-07-10T23:39:08.340Z | Downloaded tracing-core v0.1.32 |
237 | 2024-07-10T23:39:08.343Z | Downloaded socket2 v0.5.7 |
238 | 2024-07-10T23:39:08.343Z | Downloaded hashbrown v0.12.3 |
239 | 2024-07-10T23:39:08.346Z | Downloaded slog v2.7.0 |
240 | 2024-07-10T23:39:08.349Z | Downloaded memchr v2.7.4 |
241 | 2024-07-10T23:39:08.354Z | Downloaded http v1.1.0 |
242 | 2024-07-10T23:39:08.359Z | Downloaded rand v0.8.5 |
243 | 2024-07-10T23:39:08.362Z | Downloaded tracing v0.1.40 |
244 | 2024-07-10T23:39:08.368Z | Downloaded hashbrown v0.14.5 |
245 | 2024-07-10T23:39:08.372Z | Downloaded aho-corasick v1.1.3 |
246 | 2024-07-10T23:39:08.378Z | Downloaded unicode-normalization v0.1.23 |
247 | 2024-07-10T23:39:08.382Z | Downloaded toml_edit v0.22.15 |
248 | 2024-07-10T23:39:08.405Z | Downloaded h2 v0.3.26 |
249 | 2024-07-10T23:39:08.412Z | Downloaded time v0.3.36 |
250 | 2024-07-10T23:39:08.417Z | Downloaded goblin v0.8.2 |
251 | 2024-07-10T23:39:08.424Z | Downloaded hyper v0.14.30 |
252 | 2024-07-10T23:39:08.433Z | Downloaded serde_with v3.8.3 |
253 | 2024-07-10T23:39:08.440Z | Downloaded rustls-webpki v0.101.7 |
254 | 2024-07-10T23:39:08.454Z | Downloaded tokio-util v0.7.11 |
255 | 2024-07-10T23:39:08.461Z | Downloaded idna v0.5.0 |
256 | 2024-07-10T23:39:08.467Z | Downloaded openssl v0.10.64 |
257 | 2024-07-10T23:39:08.478Z | Downloaded serde_json v1.0.120 |
258 | 2024-07-10T23:39:08.486Z | Downloaded reqwest v0.11.27 |
259 | 2024-07-10T23:39:08.492Z | Downloaded openapiv3 v2.0.0 |
260 | 2024-07-10T23:39:08.506Z | Downloaded zerocopy v0.7.35 |
261 | 2024-07-10T23:39:08.520Z | Downloaded vcpkg v0.2.15 |
262 | 2024-07-10T23:39:08.557Z | Downloaded rustls-webpki v0.102.5 |
263 | 2024-07-10T23:39:08.575Z | Downloaded syn v2.0.70 |
264 | 2024-07-10T23:39:08.586Z | Downloaded regex v1.10.5 |
265 | 2024-07-10T23:39:08.598Z | Downloaded rustls v0.21.12 |
266 | 2024-07-10T23:39:08.609Z | Downloaded regex-syntax v0.8.4 |
267 | 2024-07-10T23:39:08.616Z | Downloaded rustls v0.22.4 |
268 | 2024-07-10T23:39:08.629Z | Downloaded regress v0.10.0 |
269 | 2024-07-10T23:39:08.636Z | Downloaded regress v0.9.1 |
270 | 2024-07-10T23:39:08.644Z | Downloaded encoding_rs v0.8.34 |
271 | 2024-07-10T23:39:08.666Z | Downloaded webpki-roots v0.25.4 |
272 | 2024-07-10T23:39:08.670Z | Downloaded libc v0.2.155 |
273 | 2024-07-10T23:39:08.694Z | Downloaded winnow v0.6.13 |
274 | 2024-07-10T23:39:08.701Z | Downloaded regex-automata v0.4.7 |
275 | 2024-07-10T23:39:08.718Z | Downloaded chrono v0.4.38 |
276 | 2024-07-10T23:39:08.724Z | Downloaded tokio v1.38.0 |
277 | 2024-07-10T23:39:08.759Z | Downloaded futures-util v0.3.30 |
278 | 2024-07-10T23:39:08.769Z | Downloaded pest v2.7.11 |
279 | 2024-07-10T23:39:08.773Z | Downloaded darling_core v0.20.10 |
280 | 2024-07-10T23:39:08.778Z | Downloaded http v0.2.12 |
281 | 2024-07-10T23:39:08.781Z | Downloaded crossbeam-channel v0.5.13 |
282 | 2024-07-10T23:39:08.785Z | Downloaded num-traits v0.2.19 |
283 | 2024-07-10T23:39:08.788Z | Downloaded tokio-rustls v0.24.1 |
284 | 2024-07-10T23:39:08.791Z | Downloaded url v2.5.2 |
285 | 2024-07-10T23:39:08.794Z | Downloaded unicode-bidi v0.3.15 |
286 | 2024-07-10T23:39:08.797Z | Downloaded schemars v0.8.21 |
287 | 2024-07-10T23:39:08.805Z | Downloaded quote v1.0.36 |
288 | 2024-07-10T23:39:08.808Z | Downloaded bytes v1.6.0 |
289 | 2024-07-10T23:39:08.813Z | Downloaded structmeta-derive v0.3.0 |
290 | 2024-07-10T23:39:08.816Z | Downloaded strsim v0.11.1 |
291 | 2024-07-10T23:39:08.816Z | Downloaded serde_urlencoded v0.7.1 |
292 | 2024-07-10T23:39:08.816Z | Downloaded scopeguard v1.2.0 |
293 | 2024-07-10T23:39:08.816Z | Downloaded getrandom v0.2.15 |
294 | 2024-07-10T23:39:08.819Z | Downloaded bitflags v2.6.0 |
295 | 2024-07-10T23:39:08.821Z | Downloaded ahash v0.8.11 |
296 | 2024-07-10T23:39:08.824Z | Downloaded signal-hook-registry v1.4.2 |
297 | 2024-07-10T23:39:08.828Z | Downloaded plain v0.2.3 |
298 | 2024-07-10T23:39:08.828Z | Downloaded uuid v1.10.0 |
299 | 2024-07-10T23:39:08.831Z | Downloaded pest_derive v2.7.11 |
300 | 2024-07-10T23:39:08.831Z | Downloaded darling v0.20.10 |
301 | 2024-07-10T23:39:08.834Z | Downloaded hostname v0.4.0 |
302 | 2024-07-10T23:39:08.837Z | Downloaded strum_macros v0.26.4 |
303 | 2024-07-10T23:39:08.840Z | Downloaded zeroize v1.8.1 |
304 | 2024-07-10T23:39:08.840Z | Downloaded debug-ignore v1.0.5 |
305 | 2024-07-10T23:39:08.840Z | Downloaded rand_chacha v0.3.1 |
306 | 2024-07-10T23:39:08.844Z | Downloaded generic-array v0.14.7 |
307 | 2024-07-10T23:39:08.844Z | Downloaded dtrace-parser v0.2.0 |
308 | 2024-07-10T23:39:08.844Z | Downloaded digest v0.10.7 |
309 | 2024-07-10T23:39:08.847Z | Downloaded is-terminal v0.4.12 |
310 | 2024-07-10T23:39:08.847Z | Downloaded hyper-rustls v0.24.2 |
311 | 2024-07-10T23:39:08.847Z | Downloaded http-body v0.4.6 |
312 | 2024-07-10T23:39:08.850Z | Downloaded futures-task v0.3.30 |
313 | 2024-07-10T23:39:08.850Z | Downloaded fnv v1.0.7 |
314 | 2024-07-10T23:39:08.853Z | Downloaded dirs-sys-next v0.1.2 |
315 | 2024-07-10T23:39:08.853Z | Downloaded async-trait v0.1.81 |
316 | 2024-07-10T23:39:08.856Z | Downloaded hostname v0.3.1 |
317 | 2024-07-10T23:39:08.857Z | Downloaded unicode-ident v1.0.12 |
318 | 2024-07-10T23:39:08.859Z | Downloaded native-tls v0.2.12 |
319 | 2024-07-10T23:39:08.862Z | Downloaded iana-time-zone v0.1.60 |
320 | 2024-07-10T23:39:08.862Z | Downloaded pin-utils v0.1.0 |
321 | 2024-07-10T23:39:08.865Z | Downloaded futures-macro v0.3.30 |
322 | 2024-07-10T23:39:08.865Z | Downloaded futures-core v0.3.30 |
323 | 2024-07-10T23:39:08.865Z | Downloaded ipnetwork v0.20.0 |
324 | 2024-07-10T23:39:08.868Z | Downloaded usdt v0.5.0 |
325 | 2024-07-10T23:39:08.868Z | Downloaded futures-sink v0.3.30 |
326 | 2024-07-10T23:39:08.868Z | Downloaded block-buffer v0.10.4 |
327 | 2024-07-10T23:39:08.871Z | Downloaded atomic-waker v1.1.2 |
328 | 2024-07-10T23:39:08.871Z | Downloaded anyhow v1.0.86 |
329 | 2024-07-10T23:39:08.958Z | Downloaded ring v0.17.8 |
330 | 2024-07-10T23:39:09.137Z | Compiling proc-macro2 v1.0.86 |
331 | 2024-07-10T23:39:09.137Z | Compiling unicode-ident v1.0.12 |
332 | 2024-07-10T23:39:09.140Z | Compiling libc v0.2.155 |
333 | 2024-07-10T23:39:09.140Z | Checking cfg-if v1.0.0 |
334 | 2024-07-10T23:39:09.140Z | Compiling version_check v0.9.4 |
335 | 2024-07-10T23:39:09.140Z | Compiling autocfg v1.3.0 |
336 | 2024-07-10T23:39:09.153Z | Compiling serde v1.0.204 |
337 | 2024-07-10T23:39:09.157Z | Compiling serde_json v1.0.120 |
338 | 2024-07-10T23:39:09.213Z | Checking itoa v1.0.11 |
339 | 2024-07-10T23:39:09.315Z | Compiling thiserror v1.0.61 |
340 | 2024-07-10T23:39:09.424Z | Checking once_cell v1.19.0 |
341 | 2024-07-10T23:39:09.659Z | Compiling cc v1.1.0 |
342 | 2024-07-10T23:39:09.765Z | Compiling ahash v0.8.11 |
343 | 2024-07-10T23:39:09.888Z | Compiling memchr v2.7.4 |
344 | 2024-07-10T23:39:11.739Z | Checking byteorder v1.5.0 |
345 | 2024-07-10T23:39:12.024Z | Compiling num-traits v0.2.19 |
346 | 2024-07-10T23:39:12.030Z | Checking pin-project-lite v0.2.14 |
347 | 2024-07-10T23:39:12.045Z | Checking ryu v1.0.18 |
348 | 2024-07-10T23:39:12.107Z | Checking bytes v1.6.0 |
349 | 2024-07-10T23:39:12.175Z | Checking log v0.4.22 |
350 | 2024-07-10T23:39:12.237Z | Checking allocator-api2 v0.2.18 |
351 | 2024-07-10T23:39:12.401Z | Compiling lock_api v0.4.12 |
352 | 2024-07-10T23:39:12.449Z | Compiling schemars v0.8.21 |
353 | 2024-07-10T23:39:12.507Z | Compiling parking_lot_core v0.9.10 |
354 | 2024-07-10T23:39:12.622Z | Compiling ring v0.17.8 |
355 | 2024-07-10T23:39:12.699Z | Checking getrandom v0.2.15 |
356 | 2024-07-10T23:39:12.782Z | Checking scopeguard v1.2.0 |
357 | 2024-07-10T23:39:12.798Z | Checking smallvec v1.13.2 |
358 | 2024-07-10T23:39:12.808Z | Checking futures-core v0.3.30 |
359 | 2024-07-10T23:39:12.832Z | Compiling quote v1.0.36 |
360 | 2024-07-10T23:39:13.027Z | Checking socket2 v0.5.7 |
361 | 2024-07-10T23:39:13.031Z | Checking signal-hook-registry v1.4.2 |
362 | 2024-07-10T23:39:13.031Z | Checking num_cpus v1.16.0 |
363 | 2024-07-10T23:39:13.062Z | Checking mio v0.8.11 |
364 | 2024-07-10T23:39:13.158Z | Compiling syn v2.0.70 |
365 | 2024-07-10T23:39:13.303Z | Compiling slab v0.4.9 |
366 | 2024-07-10T23:39:13.326Z | Checking spin v0.9.8 |
367 | 2024-07-10T23:39:13.430Z | Checking futures-sink v0.3.30 |
368 | 2024-07-10T23:39:13.461Z | Checking parking_lot v0.12.3 |
369 | 2024-07-10T23:39:13.555Z | Checking fnv v1.0.7 |
370 | 2024-07-10T23:39:13.584Z | Checking untrusted v0.9.0 |
371 | 2024-07-10T23:39:13.610Z | Checking equivalent v1.0.1 |
372 | 2024-07-10T23:39:13.652Z | Checking futures-channel v0.3.30 |
373 | 2024-07-10T23:39:13.678Z | Compiling semver v1.0.23 |
374 | 2024-07-10T23:39:13.704Z | Compiling heck v0.5.0 |
375 | 2024-07-10T23:39:13.766Z | Checking futures-task v0.3.30 |
376 | 2024-07-10T23:39:13.941Z | Compiling vcpkg v0.2.15 |
377 | 2024-07-10T23:39:13.975Z | Checking futures-io v0.3.30 |
378 | 2024-07-10T23:39:13.978Z | Checking pin-utils v0.1.0 |
379 | 2024-07-10T23:39:14.045Z | Compiling pkg-config v0.3.30 |
380 | 2024-07-10T23:39:14.123Z | Checking iana-time-zone v0.1.60 |
381 | 2024-07-10T23:39:14.171Z | Compiling ucd-trie v0.1.6 |
382 | 2024-07-10T23:39:14.233Z | Checking http v0.2.12 |
383 | 2024-07-10T23:39:14.650Z | Checking dyn-clone v1.0.17 |
384 | 2024-07-10T23:39:14.852Z | Compiling httparse v1.9.4 |
385 | 2024-07-10T23:39:15.389Z | Checking tracing-core v0.1.32 |
386 | 2024-07-10T23:39:15.487Z | Compiling openssl-sys v0.9.102 |
387 | 2024-07-10T23:39:15.540Z | Compiling uuid v1.10.0 |
388 | 2024-07-10T23:39:15.987Z | Compiling chrono v0.4.38 |
389 | 2024-07-10T23:39:16.080Z | Checking tracing v0.1.40 |
390 | 2024-07-10T23:39:16.146Z | Compiling openssl v0.10.64 |
391 | 2024-07-10T23:39:16.282Z | Checking foreign-types-shared v0.1.1 |
392 | 2024-07-10T23:39:16.282Z | Compiling slog v2.7.0 |
393 | 2024-07-10T23:39:16.359Z | Checking try-lock v0.2.5 |
394 | 2024-07-10T23:39:16.473Z | Checking want v0.3.1 |
395 | 2024-07-10T23:39:16.534Z | Checking foreign-types v0.3.2 |
396 | 2024-07-10T23:39:16.534Z | Checking http-body v0.4.6 |
397 | 2024-07-10T23:39:16.591Z | Compiling aho-corasick v1.1.3 |
398 | 2024-07-10T23:39:16.668Z | Checking bitflags v2.6.0 |
399 | 2024-07-10T23:39:16.814Z | Compiling native-tls v0.2.12 |
400 | 2024-07-10T23:39:16.819Z | Compiling regex-syntax v0.8.4 |
401 | 2024-07-10T23:39:17.122Z | Checking tinyvec_macros v0.1.1 |
402 | 2024-07-10T23:39:17.187Z | Checking tower-service v0.3.2 |
403 | 2024-07-10T23:39:17.272Z | Checking percent-encoding v2.3.1 |
404 | 2024-07-10T23:39:17.453Z | Compiling typenum v1.17.0 |
405 | 2024-07-10T23:39:17.865Z | Compiling rustls v0.21.12 |
406 | 2024-07-10T23:39:18.115Z | Checking httpdate v1.0.3 |
407 | 2024-07-10T23:39:18.303Z | Checking form_urlencoded v1.2.1 |
408 | 2024-07-10T23:39:18.310Z | Checking tinyvec v1.8.0 |
409 | 2024-07-10T23:39:18.907Z | Compiling generic-array v0.14.7 |
410 | 2024-07-10T23:39:19.069Z | Compiling serde_derive_internals v0.29.1 |
411 | 2024-07-10T23:39:19.496Z | Checking openssl-probe v0.1.5 |
412 | 2024-07-10T23:39:19.613Z | Checking unicode-normalization v0.1.23 |
413 | 2024-07-10T23:39:20.364Z | Compiling regex-automata v0.4.7 |
414 | 2024-07-10T23:39:21.070Z | Compiling usdt-impl v0.5.0 |
415 | 2024-07-10T23:39:21.186Z | Checking encoding_rs v0.8.34 |
416 | 2024-07-10T23:39:21.356Z | Checking mime v0.3.17 |
417 | 2024-07-10T23:39:21.640Z | Checking powerfmt v0.2.0 |
418 | 2024-07-10T23:39:21.871Z | Compiling num-conv v0.1.0 |
419 | 2024-07-10T23:39:22.093Z | Checking unicode-bidi v0.3.15 |
420 | 2024-07-10T23:39:22.126Z | Compiling time-core v0.1.2 |
421 | 2024-07-10T23:39:22.261Z | Compiling time-macros v0.2.18 |
422 | 2024-07-10T23:39:22.646Z | Checking deranged v0.3.11 |
423 | 2024-07-10T23:39:22.663Z | Checking idna v0.5.0 |
424 | 2024-07-10T23:39:23.494Z | Compiling thread-id v4.2.1 |
425 | 2024-07-10T23:39:23.987Z | Checking rustls-pki-types v1.7.0 |
426 | 2024-07-10T23:39:24.388Z | Compiling regex v1.10.5 |
427 | 2024-07-10T23:39:24.395Z | Checking num_threads v0.1.7 |
428 | 2024-07-10T23:39:24.545Z | Compiling strsim v0.11.1 |
429 | 2024-07-10T23:39:24.714Z | Compiling serde_derive v1.0.204 |
430 | 2024-07-10T23:39:25.014Z | Compiling zerocopy-derive v0.7.35 |
431 | 2024-07-10T23:39:25.098Z | Compiling thiserror-impl v1.0.61 |
432 | 2024-07-10T23:39:25.240Z | Compiling schemars_derive v0.8.21 |
433 | 2024-07-10T23:39:25.285Z | Compiling tokio-macros v2.3.0 |
434 | 2024-07-10T23:39:26.939Z | Checking tokio v1.38.0 |
435 | 2024-07-10T23:39:27.123Z | Checking zerocopy v0.7.35 |
436 | 2024-07-10T23:39:27.972Z | Compiling futures-macro v0.3.30 |
437 | 2024-07-10T23:39:28.147Z | Compiling pest v2.7.11 |
438 | 2024-07-10T23:39:28.335Z | Compiling openssl-macros v0.1.1 |
439 | 2024-07-10T23:39:28.409Z | Checking sct v0.7.1 |
440 | 2024-07-10T23:39:28.576Z | Checking rustls-webpki v0.101.7 |
441 | 2024-07-10T23:39:28.972Z | Checking hashbrown v0.14.5 |
442 | 2024-07-10T23:39:29.994Z | Checking futures-util v0.3.30 |
443 | 2024-07-10T23:39:30.137Z | Compiling scroll_derive v0.12.0 |
444 | 2024-07-10T23:39:30.881Z | Compiling pest_meta v2.7.11 |
445 | 2024-07-10T23:39:31.059Z | Compiling regress v0.10.0 |
446 | 2024-07-10T23:39:31.562Z | Checking scroll v0.12.0 |
447 | 2024-07-10T23:39:33.742Z | Checking tokio-util v0.7.11 |
448 | 2024-07-10T23:39:34.384Z | Compiling pest_generator v2.7.11 |
449 | 2024-07-10T23:39:34.803Z | Checking tokio-native-tls v0.3.1 |
450 | 2024-07-10T23:39:35.029Z | Checking tokio-rustls v0.24.1 |
451 | 2024-07-10T23:39:35.214Z | Compiling ident_case v1.0.1 |
452 | 2024-07-10T23:39:35.304Z | Checking plain v0.2.3 |
453 | 2024-07-10T23:39:35.344Z | Compiling crossbeam-utils v0.8.20 |
454 | 2024-07-10T23:39:35.377Z | Checking base64 v0.21.7 |
455 | 2024-07-10T23:39:35.413Z | Compiling darling_core v0.20.10 |
456 | 2024-07-10T23:39:35.421Z | Checking goblin v0.8.2 |
457 | 2024-07-10T23:39:35.827Z | Checking rustls-pemfile v1.0.4 |
458 | 2024-07-10T23:39:36.147Z | Compiling pest_derive v2.7.11 |
459 | 2024-07-10T23:39:36.442Z | Checking time v0.3.36 |
460 | 2024-07-10T23:39:36.976Z | Compiling dtrace-parser v0.2.0 |
461 | 2024-07-10T23:39:38.107Z | Checking indexmap v2.2.6 |
462 | 2024-07-10T23:39:38.631Z | Compiling serde_tokenstream v0.2.1 |
463 | 2024-07-10T23:39:39.342Z | Checking h2 v0.3.26 |
464 | 2024-07-10T23:39:39.382Z | Checking serde_urlencoded v0.7.1 |
465 | 2024-07-10T23:39:39.803Z | Checking openapiv3 v2.0.0 |
466 | 2024-07-10T23:39:39.930Z | Checking url v2.5.2 |
467 | 2024-07-10T23:39:40.467Z | Compiling dof v0.3.0 |
468 | 2024-07-10T23:39:40.939Z | Checking dirs-sys-next v0.1.2 |
469 | 2024-07-10T23:39:41.705Z | Checking webpki-roots v0.25.4 |
470 | 2024-07-10T23:39:41.735Z | Compiling paste v1.0.15 |
471 | 2024-07-10T23:39:41.835Z | Compiling unsafe-libyaml v0.2.11 |
472 | 2024-07-10T23:39:41.967Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#1517f318) |
473 | 2024-07-10T23:39:42.191Z | Checking sync_wrapper v0.1.2 |
474 | 2024-07-10T23:39:42.563Z | Compiling rustversion v1.0.17 |
475 | 2024-07-10T23:39:43.193Z | Checking pretty-hex v0.4.1 |
476 | 2024-07-10T23:39:43.288Z | Checking ipnet v2.9.0 |
477 | 2024-07-10T23:39:43.333Z | Compiling rustls v0.22.4 |
478 | 2024-07-10T23:39:43.382Z | Checking hyper v0.14.30 |
479 | 2024-07-10T23:39:43.603Z | Compiling omicron-workspace-hack v0.1.0 |
480 | 2024-07-10T23:39:43.735Z | Compiling serde_yaml v0.9.34+deprecated |
481 | 2024-07-10T23:39:43.836Z | Compiling darling_macro v0.20.10 |
482 | 2024-07-10T23:39:44.021Z | Checking dirs-next v2.0.0 |
483 | 2024-07-10T23:39:44.192Z | Checking serde_spanned v0.6.6 |
484 | 2024-07-10T23:39:44.300Z | Checking toml_datetime v0.6.6 |
485 | 2024-07-10T23:39:44.552Z | Checking rustls-webpki v0.102.5 |
486 | 2024-07-10T23:39:44.578Z | Compiling structmeta-derive v0.3.0 |
487 | 2024-07-10T23:39:44.869Z | Checking crypto-common v0.1.6 |
488 | 2024-07-10T23:39:45.015Z | Checking block-buffer v0.10.4 |
489 | 2024-07-10T23:39:45.037Z | Checking rand_core v0.6.4 |
490 | 2024-07-10T23:39:45.181Z | Compiling multer v3.1.0 |
491 | 2024-07-10T23:39:45.189Z | Checking thread_local v1.1.8 |
492 | 2024-07-10T23:39:45.284Z | Checking ppv-lite86 v0.2.17 |
493 | 2024-07-10T23:39:45.299Z | Compiling camino v1.1.7 |
494 | 2024-07-10T23:39:45.451Z | Checking winnow v0.6.13 |
495 | 2024-07-10T23:39:45.472Z | Checking zeroize v1.8.1 |
496 | 2024-07-10T23:39:45.702Z | Compiling anyhow v1.0.86 |
497 | 2024-07-10T23:39:45.841Z | Checking match_cfg v0.1.0 |
498 | 2024-07-10T23:39:45.916Z | Compiling slog-async v2.8.0 |
499 | 2024-07-10T23:39:45.949Z | Checking subtle v2.6.1 |
500 | 2024-07-10T23:39:46.396Z | Checking rand_chacha v0.3.1 |
501 | 2024-07-10T23:39:46.428Z | Checking hostname v0.3.1 |
502 | 2024-07-10T23:39:46.648Z | Checking digest v0.10.7 |
503 | 2024-07-10T23:39:46.932Z | Checking crossbeam-channel v0.5.13 |
504 | 2024-07-10T23:39:47.241Z | Compiling darling v0.20.10 |
505 | 2024-07-10T23:39:47.317Z | Compiling structmeta v0.3.0 |
506 | 2024-07-10T23:39:47.341Z | Checking term v0.7.0 |
507 | 2024-07-10T23:39:47.663Z | Checking hyper-tls v0.5.0 |
508 | 2024-07-10T23:39:47.678Z | Checking hyper-rustls v0.24.2 |
509 | 2024-07-10T23:39:47.751Z | Compiling usdt-macro v0.5.0 |
510 | 2024-07-10T23:39:47.913Z | Compiling usdt-attr-macro v0.5.0 |
511 | 2024-07-10T23:39:47.934Z | Checking reqwest v0.11.27 |
512 | 2024-07-10T23:39:48.514Z | Checking toml_edit v0.22.15 |
513 | 2024-07-10T23:39:48.610Z | Checking slog-json v2.6.1 |
514 | 2024-07-10T23:39:48.830Z | Checking futures-executor v0.3.30 |
515 | 2024-07-10T23:39:49.025Z | Compiling async-stream-impl v0.3.5 |
516 | 2024-07-10T23:39:49.033Z | Checking http v1.1.0 |
517 | 2024-07-10T23:39:49.041Z | Checking memmap v0.7.0 |
518 | 2024-07-10T23:39:49.165Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
519 | 2024-07-10T23:39:49.218Z | Checking is-terminal v0.4.12 |
520 | 2024-07-10T23:39:49.314Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#c9e89ccd) |
521 | 2024-07-10T23:39:49.355Z | Checking take_mut v0.2.2 |
522 | 2024-07-10T23:39:49.433Z | Checking atomic-waker v1.1.2 |
523 | 2024-07-10T23:39:49.484Z | Checking base64 v0.22.1 |
524 | 2024-07-10T23:39:49.546Z | Checking cpufeatures v0.2.12 |
525 | 2024-07-10T23:39:49.619Z | Checking sha1 v0.10.6 |
526 | 2024-07-10T23:39:49.661Z | Checking waitgroup v0.1.2 |
527 | 2024-07-10T23:39:49.754Z | Checking tokio-rustls v0.25.0 |
528 | 2024-07-10T23:39:49.858Z | Checking usdt v0.5.0 |
529 | 2024-07-10T23:39:49.945Z | Checking rustls-pemfile v2.1.2 |
530 | 2024-07-10T23:39:50.022Z | Checking slog-term v2.9.1 |
531 | 2024-07-10T23:39:50.080Z | Compiling strum_macros v0.26.4 |
532 | 2024-07-10T23:39:50.083Z | Checking futures v0.3.30 |
533 | 2024-07-10T23:39:50.153Z | Checking slog-bunyan v2.5.0 |
534 | 2024-07-10T23:39:50.168Z | Compiling parse-display-derive v0.9.1 |
535 | 2024-07-10T23:39:50.288Z | Compiling serde_with_macros v3.8.3 |
536 | 2024-07-10T23:39:50.331Z | Checking async-stream v0.3.5 |
537 | 2024-07-10T23:39:50.462Z | Checking rand v0.8.5 |
538 | 2024-07-10T23:39:50.943Z | Checking toml v0.8.14 |
539 | 2024-07-10T23:39:51.037Z | Checking ipnetwork v0.20.0 |
540 | 2024-07-10T23:39:51.117Z | Checking newtype-uuid v1.1.0 |
541 | 2024-07-10T23:39:51.343Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#c9e89ccd) |
542 | 2024-07-10T23:39:51.368Z | Checking serde_path_to_error v0.1.16 |
543 | 2024-07-10T23:39:51.646Z | Checking hex v0.4.3 |
544 | 2024-07-10T23:39:51.687Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
545 | 2024-07-10T23:39:51.975Z | Compiling async-trait v0.1.81 |
546 | 2024-07-10T23:39:52.139Z | Checking hostname v0.4.0 |
547 | 2024-07-10T23:39:52.258Z | Checking instant v0.1.13 |
548 | 2024-07-10T23:39:52.355Z | Checking debug-ignore v1.0.5 |
549 | 2024-07-10T23:39:52.451Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
550 | 2024-07-10T23:39:52.472Z | Checking backoff v0.4.0 |
551 | 2024-07-10T23:39:52.570Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
552 | 2024-07-10T23:39:52.700Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf) |
553 | 2024-07-10T23:39:52.739Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
554 | 2024-07-10T23:39:52.949Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
555 | 2024-07-10T23:39:53.076Z | Checking serde_with v3.8.3 |
556 | 2024-07-10T23:39:53.104Z | Checking macaddr v1.0.1 |
557 | 2024-07-10T23:39:53.407Z | Checking regress v0.9.1 |
558 | 2024-07-10T23:39:54.304Z | Checking parse-display v0.9.1 |
559 | 2024-07-10T23:39:54.647Z | Checking strum v0.26.3 |
560 | 2024-07-10T23:39:55.641Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#1517f318) |
561 | 2024-07-10T23:39:57.487Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#1517f318) |
562 | 2024-07-10T23:39:57.540Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
563 | 2024-07-10T23:40:00.387Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
564 | 2024-07-10T23:40:06.695Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
565 | 2024-07-10T23:40:06.799Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86) |
566 | 2024-07-10T23:40:09.443Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
567 | 2024-07-10T23:40:15.476Z | Checking test-project v0.1.0 (/tmp/test-project) |
568 | 2024-07-10T23:40:15.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
569 | 2024-07-10T23:40:15.586Z | + cargo build --release |
570 | 2024-07-10T23:40:15.835Z | Compiling proc-macro2 v1.0.86 |
571 | 2024-07-10T23:40:15.835Z | Compiling unicode-ident v1.0.12 |
572 | 2024-07-10T23:40:15.838Z | Compiling libc v0.2.155 |
573 | 2024-07-10T23:40:15.838Z | Compiling cfg-if v1.0.0 |
574 | 2024-07-10T23:40:15.838Z | Compiling version_check v0.9.4 |
575 | 2024-07-10T23:40:15.873Z | Compiling autocfg v1.3.0 |
576 | 2024-07-10T23:40:15.876Z | Compiling serde v1.0.204 |
577 | 2024-07-10T23:40:15.876Z | Compiling serde_json v1.0.120 |
578 | 2024-07-10T23:40:15.942Z | Compiling itoa v1.0.11 |
579 | 2024-07-10T23:40:16.009Z | Compiling thiserror v1.0.61 |
580 | 2024-07-10T23:40:16.145Z | Compiling once_cell v1.19.0 |
581 | 2024-07-10T23:40:16.289Z | Compiling cc v1.1.0 |
582 | 2024-07-10T23:40:16.382Z | Compiling memchr v2.7.4 |
583 | 2024-07-10T23:40:16.494Z | Compiling ahash v0.8.11 |
584 | 2024-07-10T23:40:16.835Z | Compiling byteorder v1.5.0 |
585 | 2024-07-10T23:40:16.888Z | Compiling num-traits v0.2.19 |
586 | 2024-07-10T23:40:17.295Z | Compiling quote v1.0.36 |
587 | 2024-07-10T23:40:17.361Z | Compiling getrandom v0.2.15 |
588 | 2024-07-10T23:40:17.414Z | Compiling pin-project-lite v0.2.14 |
589 | 2024-07-10T23:40:17.473Z | Compiling ryu v1.0.18 |
590 | 2024-07-10T23:40:17.626Z | Compiling syn v2.0.70 |
591 | 2024-07-10T23:40:17.714Z | Compiling bytes v1.6.0 |
592 | 2024-07-10T23:40:17.883Z | Compiling log v0.4.22 |
593 | 2024-07-10T23:40:18.003Z | Compiling schemars v0.8.21 |
594 | 2024-07-10T23:40:18.017Z | Compiling allocator-api2 v0.2.18 |
595 | 2024-07-10T23:40:18.297Z | Compiling lock_api v0.4.12 |
596 | 2024-07-10T23:40:18.341Z | Compiling parking_lot_core v0.9.10 |
597 | 2024-07-10T23:40:18.351Z | Compiling futures-core v0.3.30 |
598 | 2024-07-10T23:40:18.583Z | Compiling smallvec v1.13.2 |
599 | 2024-07-10T23:40:18.724Z | Compiling scopeguard v1.2.0 |
600 | 2024-07-10T23:40:18.780Z | Compiling socket2 v0.5.7 |
601 | 2024-07-10T23:40:18.862Z | Compiling signal-hook-registry v1.4.2 |
602 | 2024-07-10T23:40:19.304Z | Compiling ring v0.17.8 |
603 | 2024-07-10T23:40:19.304Z | Compiling mio v0.8.11 |
604 | 2024-07-10T23:40:19.398Z | Compiling num_cpus v1.16.0 |
605 | 2024-07-10T23:40:19.513Z | Compiling parking_lot v0.12.3 |
606 | 2024-07-10T23:40:19.570Z | Compiling slab v0.4.9 |
607 | 2024-07-10T23:40:19.893Z | Compiling spin v0.9.8 |
608 | 2024-07-10T23:40:20.047Z | Compiling futures-sink v0.3.30 |
609 | 2024-07-10T23:40:20.216Z | Compiling fnv v1.0.7 |
610 | 2024-07-10T23:40:20.294Z | Compiling untrusted v0.9.0 |
611 | 2024-07-10T23:40:20.331Z | Compiling semver v1.0.23 |
612 | 2024-07-10T23:40:20.456Z | Compiling equivalent v1.0.1 |
613 | 2024-07-10T23:40:20.545Z | Compiling futures-channel v0.3.30 |
614 | 2024-07-10T23:40:20.816Z | Compiling pin-utils v0.1.0 |
615 | 2024-07-10T23:40:20.888Z | Compiling futures-io v0.3.30 |
616 | 2024-07-10T23:40:20.971Z | Compiling heck v0.5.0 |
617 | 2024-07-10T23:40:20.994Z | Compiling vcpkg v0.2.15 |
618 | 2024-07-10T23:40:21.178Z | Compiling futures-task v0.3.30 |
619 | 2024-07-10T23:40:21.221Z | Compiling pkg-config v0.3.30 |
620 | 2024-07-10T23:40:21.572Z | Compiling iana-time-zone v0.1.60 |
621 | 2024-07-10T23:40:21.585Z | Compiling ucd-trie v0.1.6 |
622 | 2024-07-10T23:40:22.090Z | Compiling http v0.2.12 |
623 | 2024-07-10T23:40:22.459Z | Compiling httparse v1.9.4 |
624 | 2024-07-10T23:40:22.611Z | Compiling dyn-clone v1.0.17 |
625 | 2024-07-10T23:40:22.695Z | Compiling openssl-sys v0.9.102 |
626 | 2024-07-10T23:40:23.246Z | Compiling tracing-core v0.1.32 |
627 | 2024-07-10T23:40:23.462Z | Compiling chrono v0.4.38 |
628 | 2024-07-10T23:40:23.496Z | Compiling uuid v1.10.0 |
629 | 2024-07-10T23:40:23.978Z | Compiling tracing v0.1.40 |
630 | 2024-07-10T23:40:24.705Z | Compiling serde_derive_internals v0.29.1 |
631 | 2024-07-10T23:40:25.669Z | Compiling try-lock v0.2.5 |
632 | 2024-07-10T23:40:26.159Z | Compiling slog v2.7.0 |
633 | 2024-07-10T23:40:26.248Z | Compiling foreign-types-shared v0.1.1 |
634 | 2024-07-10T23:40:26.340Z | Compiling openssl v0.10.64 |
635 | 2024-07-10T23:40:26.519Z | Compiling foreign-types v0.3.2 |
636 | 2024-07-10T23:40:26.600Z | Compiling want v0.3.1 |
637 | 2024-07-10T23:40:26.815Z | Compiling http-body v0.4.6 |
638 | 2024-07-10T23:40:26.887Z | Compiling aho-corasick v1.1.3 |
639 | 2024-07-10T23:40:27.064Z | Compiling httpdate v1.0.3 |
640 | 2024-07-10T23:40:27.303Z | Compiling tinyvec_macros v0.1.1 |
641 | 2024-07-10T23:40:27.380Z | Compiling regex-syntax v0.8.4 |
642 | 2024-07-10T23:40:27.783Z | Compiling bitflags v2.6.0 |
643 | 2024-07-10T23:40:28.140Z | Compiling percent-encoding v2.3.1 |
644 | 2024-07-10T23:40:28.159Z | Compiling tower-service v0.3.2 |
645 | 2024-07-10T23:40:28.247Z | Compiling typenum v1.17.0 |
646 | 2024-07-10T23:40:28.265Z | Compiling native-tls v0.2.12 |
647 | 2024-07-10T23:40:28.591Z | Compiling rustls v0.21.12 |
648 | 2024-07-10T23:40:28.647Z | Compiling form_urlencoded v1.2.1 |
649 | 2024-07-10T23:40:28.895Z | Compiling tinyvec v1.8.0 |
650 | 2024-07-10T23:40:29.319Z | Compiling generic-array v0.14.7 |
651 | 2024-07-10T23:40:29.741Z | Compiling openssl-probe v0.1.5 |
652 | 2024-07-10T23:40:30.349Z | Compiling serde_derive v1.0.204 |
653 | 2024-07-10T23:40:30.495Z | Compiling zerocopy-derive v0.7.35 |
654 | 2024-07-10T23:40:30.516Z | Compiling thiserror-impl v1.0.61 |
655 | 2024-07-10T23:40:31.035Z | Compiling schemars_derive v0.8.21 |
656 | 2024-07-10T23:40:31.380Z | Compiling tokio-macros v2.3.0 |
657 | 2024-07-10T23:40:32.629Z | Compiling zerocopy v0.7.35 |
658 | 2024-07-10T23:40:33.306Z | Compiling tokio v1.38.0 |
659 | 2024-07-10T23:40:33.609Z | Compiling futures-macro v0.3.30 |
660 | 2024-07-10T23:40:34.158Z | Compiling pest v2.7.11 |
661 | 2024-07-10T23:40:34.905Z | Compiling hashbrown v0.14.5 |
662 | 2024-07-10T23:40:35.692Z | Compiling futures-util v0.3.30 |
663 | 2024-07-10T23:40:36.493Z | Compiling pest_meta v2.7.11 |
664 | 2024-07-10T23:40:36.588Z | Compiling regress v0.10.0 |
665 | 2024-07-10T23:40:36.929Z | Compiling openssl-macros v0.1.1 |
666 | 2024-07-10T23:40:37.762Z | Compiling pest_generator v2.7.11 |
667 | 2024-07-10T23:40:40.801Z | Compiling pest_derive v2.7.11 |
668 | 2024-07-10T23:40:41.467Z | Compiling sct v0.7.1 |
669 | 2024-07-10T23:40:41.707Z | Compiling tokio-util v0.7.11 |
670 | 2024-07-10T23:40:41.948Z | Compiling rustls-webpki v0.101.7 |
671 | 2024-07-10T23:40:42.656Z | Compiling regex-automata v0.4.7 |
672 | 2024-07-10T23:40:46.247Z | Compiling serde_tokenstream v0.2.1 |
673 | 2024-07-10T23:40:46.734Z | Compiling indexmap v2.2.6 |
674 | 2024-07-10T23:40:51.711Z | Compiling h2 v0.3.26 |
675 | 2024-07-10T23:40:53.405Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#1517f318) |
676 | 2024-07-10T23:40:54.510Z | Compiling regex v1.10.5 |
677 | 2024-07-10T23:40:57.130Z | Compiling hyper v0.14.30 |
678 | 2024-07-10T23:40:58.036Z | Compiling unicode-normalization v0.1.23 |
679 | 2024-07-10T23:40:59.304Z | Compiling scroll_derive v0.12.0 |
680 | 2024-07-10T23:41:02.923Z | Compiling usdt-impl v0.5.0 |
681 | 2024-07-10T23:41:03.278Z | Compiling encoding_rs v0.8.34 |
682 | 2024-07-10T23:41:04.072Z | Compiling mime v0.3.17 |
683 | 2024-07-10T23:41:05.189Z | Compiling num-conv v0.1.0 |
684 | 2024-07-10T23:41:05.467Z | Compiling unicode-bidi v0.3.15 |
685 | 2024-07-10T23:41:06.346Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#1517f318) |
686 | 2024-07-10T23:41:08.592Z | Compiling time-core v0.1.2 |
687 | 2024-07-10T23:41:08.747Z | Compiling powerfmt v0.2.0 |
688 | 2024-07-10T23:41:09.233Z | Compiling deranged v0.3.11 |
689 | 2024-07-10T23:41:10.443Z | Compiling time-macros v0.2.18 |
690 | 2024-07-10T23:41:13.539Z | Compiling idna v0.5.0 |
691 | 2024-07-10T23:41:14.058Z | Compiling scroll v0.12.0 |
692 | 2024-07-10T23:41:14.689Z | Compiling tokio-native-tls v0.3.1 |
693 | 2024-07-10T23:41:14.970Z | Compiling tokio-rustls v0.24.1 |
694 | 2024-07-10T23:41:15.072Z | Compiling dof v0.3.0 |
695 | 2024-07-10T23:41:15.375Z | Compiling serde_urlencoded v0.7.1 |
696 | 2024-07-10T23:41:15.533Z | Compiling dtrace-parser v0.2.0 |
697 | 2024-07-10T23:41:15.966Z | Compiling thread-id v4.2.1 |
698 | 2024-07-10T23:41:16.064Z | Compiling num_threads v0.1.7 |
699 | 2024-07-10T23:41:17.052Z | Compiling base64 v0.21.7 |
700 | 2024-07-10T23:41:17.425Z | Compiling plain v0.2.3 |
701 | 2024-07-10T23:41:17.574Z | Compiling crossbeam-utils v0.8.20 |
702 | 2024-07-10T23:41:18.189Z | Compiling rustls-pki-types v1.7.0 |
703 | 2024-07-10T23:41:18.467Z | Compiling strsim v0.11.1 |
704 | 2024-07-10T23:41:18.566Z | Compiling ident_case v1.0.1 |
705 | 2024-07-10T23:41:18.658Z | Compiling omicron-workspace-hack v0.1.0 |
706 | 2024-07-10T23:41:18.717Z | Compiling time v0.3.36 |
707 | 2024-07-10T23:41:18.946Z | Compiling darling_core v0.20.10 |
708 | 2024-07-10T23:41:24.627Z | Compiling goblin v0.8.2 |
709 | 2024-07-10T23:41:25.016Z | Compiling rustls-pemfile v1.0.4 |
710 | 2024-07-10T23:41:25.876Z | Compiling hyper-rustls v0.24.2 |
711 | 2024-07-10T23:41:26.297Z | Compiling hyper-tls v0.5.0 |
712 | 2024-07-10T23:41:26.762Z | Compiling url v2.5.2 |
713 | 2024-07-10T23:41:26.785Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#1517f318) |
714 | 2024-07-10T23:41:26.902Z | Compiling openapiv3 v2.0.0 |
715 | 2024-07-10T23:41:29.226Z | Compiling dirs-sys-next v0.1.2 |
716 | 2024-07-10T23:41:30.769Z | Compiling pretty-hex v0.4.1 |
717 | 2024-07-10T23:41:30.981Z | Compiling sync_wrapper v0.1.2 |
718 | 2024-07-10T23:41:31.097Z | Compiling rustls v0.22.4 |
719 | 2024-07-10T23:41:31.394Z | Compiling rustversion v1.0.17 |
720 | 2024-07-10T23:41:31.416Z | Compiling webpki-roots v0.25.4 |
721 | 2024-07-10T23:41:31.555Z | Compiling unsafe-libyaml v0.2.11 |
722 | 2024-07-10T23:41:32.033Z | Compiling paste v1.0.15 |
723 | 2024-07-10T23:41:32.452Z | Compiling ipnet v2.9.0 |
724 | 2024-07-10T23:41:32.617Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
725 | 2024-07-10T23:41:33.309Z | Compiling reqwest v0.11.27 |
726 | 2024-07-10T23:41:35.163Z | Compiling serde_yaml v0.9.34+deprecated |
727 | 2024-07-10T23:41:35.893Z | Compiling dirs-next v2.0.0 |
728 | 2024-07-10T23:41:36.163Z | Compiling darling_macro v0.20.10 |
729 | 2024-07-10T23:41:39.707Z | Compiling rustls-webpki v0.102.5 |
730 | 2024-07-10T23:41:41.108Z | Compiling crypto-common v0.1.6 |
731 | 2024-07-10T23:41:41.313Z | Compiling block-buffer v0.10.4 |
732 | 2024-07-10T23:41:41.526Z | Compiling serde_spanned v0.6.6 |
733 | 2024-07-10T23:41:41.659Z | Compiling toml_datetime v0.6.6 |
734 | 2024-07-10T23:41:41.782Z | Compiling structmeta-derive v0.3.0 |
735 | 2024-07-10T23:41:42.356Z | Compiling rand_core v0.6.4 |
736 | 2024-07-10T23:41:42.678Z | Compiling multer v3.1.0 |
737 | 2024-07-10T23:41:42.833Z | Compiling thread_local v1.1.8 |
738 | 2024-07-10T23:41:42.993Z | Compiling camino v1.1.7 |
739 | 2024-07-10T23:41:43.580Z | Compiling subtle v2.6.1 |
740 | 2024-07-10T23:41:43.602Z | Compiling anyhow v1.0.86 |
741 | 2024-07-10T23:41:43.644Z | Compiling ppv-lite86 v0.2.17 |
742 | 2024-07-10T23:41:43.838Z | Compiling winnow v0.6.13 |
743 | 2024-07-10T23:41:44.146Z | Compiling slog-async v2.8.0 |
744 | 2024-07-10T23:41:44.281Z | Compiling zeroize v1.8.1 |
745 | 2024-07-10T23:41:44.448Z | Compiling match_cfg v0.1.0 |
746 | 2024-07-10T23:41:44.528Z | Compiling hostname v0.3.1 |
747 | 2024-07-10T23:41:44.633Z | Compiling structmeta v0.3.0 |
748 | 2024-07-10T23:41:44.661Z | Compiling rand_chacha v0.3.1 |
749 | 2024-07-10T23:41:45.022Z | Compiling digest v0.10.7 |
750 | 2024-07-10T23:41:45.408Z | Compiling crossbeam-channel v0.5.13 |
751 | 2024-07-10T23:41:46.379Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
752 | 2024-07-10T23:41:48.183Z | Compiling toml_edit v0.22.15 |
753 | 2024-07-10T23:41:49.265Z | Compiling darling v0.20.10 |
754 | 2024-07-10T23:41:49.365Z | Compiling term v0.7.0 |
755 | 2024-07-10T23:41:54.159Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
756 | 2024-07-10T23:41:57.336Z | Compiling usdt-macro v0.5.0 |
757 | 2024-07-10T23:41:57.658Z | Compiling usdt-attr-macro v0.5.0 |
758 | 2024-07-10T23:41:58.637Z | Compiling slog-json v2.6.1 |
759 | 2024-07-10T23:41:59.145Z | Compiling futures-executor v0.3.30 |
760 | 2024-07-10T23:41:59.153Z | Compiling async-stream-impl v0.3.5 |
761 | 2024-07-10T23:42:00.442Z | Compiling http v1.1.0 |
762 | 2024-07-10T23:42:00.550Z | Compiling memmap v0.7.0 |
763 | 2024-07-10T23:42:01.004Z | Compiling is-terminal v0.4.12 |
764 | 2024-07-10T23:42:01.108Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#c9e89ccd) |
765 | 2024-07-10T23:42:01.415Z | Compiling base64 v0.22.1 |
766 | 2024-07-10T23:42:02.528Z | Compiling atomic-waker v1.1.2 |
767 | 2024-07-10T23:42:02.699Z | Compiling cpufeatures v0.2.12 |
768 | 2024-07-10T23:42:02.752Z | Compiling take_mut v0.2.2 |
769 | 2024-07-10T23:42:02.780Z | Compiling sha1 v0.10.6 |
770 | 2024-07-10T23:42:03.541Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
771 | 2024-07-10T23:42:03.728Z | Compiling waitgroup v0.1.2 |
772 | 2024-07-10T23:42:05.102Z | Compiling rustls-pemfile v2.1.2 |
773 | 2024-07-10T23:42:05.950Z | Compiling slog-term v2.9.1 |
774 | 2024-07-10T23:42:06.621Z | Compiling usdt v0.5.0 |
775 | 2024-07-10T23:42:06.950Z | Compiling async-stream v0.3.5 |
776 | 2024-07-10T23:42:07.286Z | Compiling futures v0.3.30 |
777 | 2024-07-10T23:42:07.474Z | Compiling slog-bunyan v2.5.0 |
778 | 2024-07-10T23:42:07.729Z | Compiling strum_macros v0.26.4 |
779 | 2024-07-10T23:42:08.213Z | Compiling toml v0.8.14 |
780 | 2024-07-10T23:42:08.911Z | Compiling serde_with_macros v3.8.3 |
781 | 2024-07-10T23:42:11.806Z | Compiling tokio-rustls v0.25.0 |
782 | 2024-07-10T23:42:12.239Z | Compiling rand v0.8.5 |
783 | 2024-07-10T23:42:12.685Z | Compiling parse-display-derive v0.9.1 |
784 | 2024-07-10T23:42:18.170Z | Compiling ipnetwork v0.20.0 |
785 | 2024-07-10T23:42:18.323Z | Compiling newtype-uuid v1.1.0 |
786 | 2024-07-10T23:42:18.323Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#c9e89ccd) |
787 | 2024-07-10T23:42:18.323Z | Compiling hex v0.4.3 |
788 | 2024-07-10T23:42:18.323Z | Compiling serde_path_to_error v0.1.16 |
789 | 2024-07-10T23:42:18.323Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
790 | 2024-07-10T23:42:18.323Z | Compiling async-trait v0.1.81 |
791 | 2024-07-10T23:42:18.323Z | Compiling hostname v0.4.0 |
792 | 2024-07-10T23:42:18.342Z | Compiling instant v0.1.13 |
793 | 2024-07-10T23:42:18.424Z | Compiling debug-ignore v1.0.5 |
794 | 2024-07-10T23:42:18.553Z | Compiling backoff v0.4.0 |
795 | 2024-07-10T23:42:18.864Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
796 | 2024-07-10T23:42:19.062Z | Compiling parse-display v0.9.1 |
797 | 2024-07-10T23:42:19.119Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
798 | 2024-07-10T23:42:19.283Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
799 | 2024-07-10T23:42:19.778Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf) |
800 | 2024-07-10T23:42:20.113Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86) |
801 | 2024-07-10T23:42:20.507Z | Compiling strum v0.26.3 |
802 | 2024-07-10T23:42:20.688Z | Compiling serde_with v3.8.3 |
803 | 2024-07-10T23:42:21.075Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
804 | 2024-07-10T23:42:21.923Z | Compiling macaddr v1.0.1 |
805 | 2024-07-10T23:42:22.529Z | Compiling regress v0.9.1 |
806 | 2024-07-10T23:42:27.278Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
807 | 2024-07-10T23:42:36.994Z | Compiling test-project v0.1.0 (/tmp/test-project) |
808 | 2024-07-10T23:42:45.251Z | Finished `release` profile [optimized] target(s) in 2m 29s |
809 | 2024-07-10T23:42:45.300Z | process exited: duration 225061 ms, exit code 0 |
|
810 | 2024-07-10T23:42:45.307Z | found 0 output files |