|
|
|
1 | 2024-05-24T18:31:14.009Z | job assigned to worker 01HYNXWQTX3PBRE0VXMHXAG2XS (queued for 47 s) |
|
2 | 2024-05-24T18:31:14.212Z | starting task 0: "setup" |
3 | 2024-05-24T18:31:14.237Z | ++ uname -s |
4 | 2024-05-24T18:31:14.237Z | + kern=SunOS |
5 | 2024-05-24T18:31:14.238Z | + case "$kern" in |
6 | 2024-05-24T18:31:14.238Z | + groupadd -g 12345 build |
7 | 2024-05-24T18:31:14.238Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-24T18:31:16.238Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-24T18:31:16.283Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-24T18:31:16.321Z | + home_fs=zfs |
11 | 2024-05-24T18:31:16.321Z | + [[ zfs == autofs ]] |
12 | 2024-05-24T18:31:16.321Z | + mkdir -p /home/build |
13 | 2024-05-24T18:31:16.321Z | + chown build:build /home/build /work |
14 | 2024-05-24T18:31:18.289Z | + chmod 0700 /home/build /work |
15 | 2024-05-24T18:31:18.314Z | process exited: duration 4088 ms, exit code 0 |
|
16 | 2024-05-24T18:31:18.365Z | starting task 1: "rust-toolchain" |
17 | 2024-05-24T18:31:18.391Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-24T18:31:18.391Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
19 | 2024-05-24T18:31:18.533Z | info: downloading installer |
20 | 2024-05-24T18:31:19.004Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-24T18:31:19.004Z | warning: /opt/ooce/bin |
22 | 2024-05-24T18:31:19.004Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-24T18:31:19.004Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-24T18:31:19.004Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-24T18:31:19.004Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-24T18:31:19.004Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-24T18:31:19.004Z | error: cannot install while Rust is installed |
28 | 2024-05-24T18:31:19.004Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-24T18:31:19.058Z | info: profile set to 'default' |
30 | 2024-05-24T18:31:19.058Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-24T18:31:19.083Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
32 | 2024-05-24T18:31:19.170Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
33 | 2024-05-24T18:31:19.170Z | info: downloading component 'cargo' |
34 | 2024-05-24T18:31:19.306Z | info: downloading component 'clippy' |
35 | 2024-05-24T18:31:19.350Z | info: downloading component 'rust-docs' |
36 | 2024-05-24T18:31:19.522Z | info: downloading component 'rust-std' |
37 | 2024-05-24T18:31:19.790Z | info: downloading component 'rustc' |
38 | 2024-05-24T18:31:20.523Z | info: downloading component 'rustfmt' |
39 | 2024-05-24T18:31:20.566Z | info: installing component 'cargo' |
40 | 2024-05-24T18:31:21.670Z | info: installing component 'clippy' |
41 | 2024-05-24T18:31:22.092Z | info: installing component 'rust-docs' |
42 | 2024-05-24T18:31:24.677Z | info: installing component 'rust-std' |
43 | 2024-05-24T18:31:26.673Z | info: installing component 'rustc' |
44 | 2024-05-24T18:31:31.704Z | info: installing component 'rustfmt' |
45 | 2024-05-24T18:31:32.083Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
46 | 2024-05-24T18:31:32.083Z | |
47 | 2024-05-24T18:31:32.206Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
48 | 2024-05-24T18:31:32.206Z | |
49 | 2024-05-24T18:31:32.232Z | |
50 | 2024-05-24T18:31:32.232Z | Rust is installed now. Great! |
51 | 2024-05-24T18:31:32.232Z | |
52 | 2024-05-24T18:31:32.232Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-24T18:31:32.232Z | environment variable. This has not been done automatically. |
54 | 2024-05-24T18:31:32.233Z | |
55 | 2024-05-24T18:31:32.233Z | To configure your current shell, you need to source |
56 | 2024-05-24T18:31:32.233Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-24T18:31:32.233Z | |
58 | 2024-05-24T18:31:32.233Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-24T18:31:32.233Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-24T18:31:32.233Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-24T18:31:32.278Z | + rustc --version |
62 | 2024-05-24T18:31:32.387Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
63 | 2024-05-24T18:31:32.425Z | process exited: duration 14023 ms, exit code 0 |
|
64 | 2024-05-24T18:31:32.480Z | starting task 2: "authentication" |
65 | 2024-05-24T18:31:32.547Z | process exited: duration 64 ms, exit code 0 |
|
66 | 2024-05-24T18:31:32.598Z | starting task 3: "clone repository" |
67 | 2024-05-24T18:31:32.623Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-05-24T18:31:32.623Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-05-24T18:31:32.647Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-05-24T18:31:38.132Z | + cd /work/oxidecomputer/omicron |
71 | 2024-05-24T18:31:38.132Z | + git fetch origin 685f4e4bf46f95a6f8754d2edd68c4902ec697d4 |
72 | 2024-05-24T18:31:38.554Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-05-24T18:31:38.554Z | * branch 685f4e4bf46f95a6f8754d2edd68c4902ec697d4 -> FETCH_HEAD |
74 | 2024-05-24T18:31:38.590Z | + [[ -n '' ]] |
75 | 2024-05-24T18:31:38.591Z | + git reset --hard 685f4e4bf46f95a6f8754d2edd68c4902ec697d4 |
76 | 2024-05-24T18:31:38.730Z | HEAD is now at 685f4e4bf Automatic bump of permslip manifest to psc-v1.0.18 |
77 | 2024-05-24T18:31:38.759Z | process exited: duration 6131 ms, exit code 0 |
|
78 | 2024-05-24T18:31:38.810Z | starting task 4: "build" |
79 | 2024-05-24T18:31:38.835Z | + cargo --version |
80 | 2024-05-24T18:31:38.918Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
81 | 2024-05-24T18:31:38.947Z | + rustc --version |
82 | 2024-05-24T18:31:39.010Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
83 | 2024-05-24T18:31:39.035Z | + cd /tmp |
84 | 2024-05-24T18:31:39.035Z | + cargo new --lib test-project |
85 | 2024-05-24T18:31:39.124Z | Creating library `test-project` package |
86 | 2024-05-24T18:31:39.247Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
87 | 2024-05-24T18:31:39.247Z | + cd test-project |
88 | 2024-05-24T18:31:39.247Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
89 | 2024-05-24T18:31:39.345Z | Adding omicron-common (local) to dependencies |
90 | 2024-05-24T18:31:39.345Z | Features: |
91 | 2024-05-24T18:31:39.345Z | - proptest |
92 | 2024-05-24T18:31:39.345Z | - test-strategy |
93 | 2024-05-24T18:31:39.373Z | - testing |
94 | 2024-05-24T18:31:39.373Z | Updating crates.io index |
95 | 2024-05-24T18:31:39.406Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
96 | 2024-05-24T18:31:40.214Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
97 | 2024-05-24T18:31:41.281Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
98 | 2024-05-24T18:31:41.668Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
99 | 2024-05-24T18:31:43.759Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
100 | 2024-05-24T18:31:44.135Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
101 | 2024-05-24T18:31:44.684Z | Updating git repository `https://github.com/oxidecomputer/typify` |
102 | 2024-05-24T18:31:47.826Z | + cargo check |
103 | 2024-05-24T18:31:48.087Z | Downloading crates ... |
104 | 2024-05-24T18:31:48.169Z | Downloaded ahash v0.8.11 |
105 | 2024-05-24T18:31:48.195Z | Downloaded bitflags v2.5.0 |
106 | 2024-05-24T18:31:48.195Z | Downloaded foreign-types v0.3.2 |
107 | 2024-05-24T18:31:48.195Z | Downloaded autocfg v1.3.0 |
108 | 2024-05-24T18:31:48.196Z | Downloaded futures-macro v0.3.30 |
109 | 2024-05-24T18:31:48.196Z | Downloaded usdt-attr-macro v0.5.0 |
110 | 2024-05-24T18:31:48.196Z | Downloaded usdt-impl v0.5.0 |
111 | 2024-05-24T18:31:48.222Z | Downloaded unicode-bidi v0.3.15 |
112 | 2024-05-24T18:31:48.222Z | Downloaded macaddr v1.0.1 |
113 | 2024-05-24T18:31:48.222Z | Downloaded url v2.5.0 |
114 | 2024-05-24T18:31:48.222Z | Downloaded usdt-macro v0.5.0 |
115 | 2024-05-24T18:31:48.222Z | Downloaded pretty-hex v0.4.1 |
116 | 2024-05-24T18:31:48.222Z | Downloaded parking_lot v0.12.2 |
117 | 2024-05-24T18:31:48.253Z | Downloaded take_mut v0.2.2 |
118 | 2024-05-24T18:31:48.254Z | Downloaded toml_datetime v0.6.6 |
119 | 2024-05-24T18:31:48.254Z | Downloaded try-lock v0.2.5 |
120 | 2024-05-24T18:31:48.254Z | Downloaded tokio-rustls v0.25.0 |
121 | 2024-05-24T18:31:48.254Z | Downloaded thiserror-impl v1.0.61 |
122 | 2024-05-24T18:31:48.254Z | Downloaded thiserror v1.0.61 |
123 | 2024-05-24T18:31:48.283Z | Downloaded toml_edit v0.22.13 |
124 | 2024-05-24T18:31:48.310Z | Downloaded strum v0.26.2 |
125 | 2024-05-24T18:31:48.311Z | Downloaded sync_wrapper v0.1.2 |
126 | 2024-05-24T18:31:48.311Z | Downloaded structmeta-derive v0.3.0 |
127 | 2024-05-24T18:31:48.311Z | Downloaded tokio v1.37.0 |
128 | 2024-05-24T18:31:48.350Z | Downloaded strsim v0.11.1 |
129 | 2024-05-24T18:31:48.350Z | Downloaded subtle v2.5.0 |
130 | 2024-05-24T18:31:48.350Z | Downloaded ryu v1.0.18 |
131 | 2024-05-24T18:31:48.350Z | Downloaded structmeta v0.3.0 |
132 | 2024-05-24T18:31:48.350Z | Downloaded strum_macros v0.26.2 |
133 | 2024-05-24T18:31:48.351Z | Downloaded spin v0.9.8 |
134 | 2024-05-24T18:31:48.351Z | Downloaded smallvec v1.13.2 |
135 | 2024-05-24T18:31:48.386Z | Downloaded slog-term v2.9.1 |
136 | 2024-05-24T18:31:48.386Z | Downloaded serde_yaml v0.9.34+deprecated |
137 | 2024-05-24T18:31:48.386Z | Downloaded openssl-sys v0.9.102 |
138 | 2024-05-24T18:31:48.386Z | Downloaded slog-json v2.6.1 |
139 | 2024-05-24T18:31:48.386Z | Downloaded socket2 v0.5.7 |
140 | 2024-05-24T18:31:48.386Z | Downloaded serde_derive v1.0.202 |
141 | 2024-05-24T18:31:48.387Z | Downloaded rand v0.8.5 |
142 | 2024-05-24T18:31:48.387Z | Downloaded schemars v0.8.21 |
143 | 2024-05-24T18:31:48.426Z | Downloaded serde v1.0.202 |
144 | 2024-05-24T18:31:48.427Z | Downloaded slog v2.7.0 |
145 | 2024-05-24T18:31:48.427Z | Downloaded slab v0.4.9 |
146 | 2024-05-24T18:31:48.427Z | Downloaded sha2 v0.10.8 |
147 | 2024-05-24T18:31:48.427Z | Downloaded serde_with v3.8.1 |
148 | 2024-05-24T18:31:48.428Z | Downloaded serde_json v1.0.117 |
149 | 2024-05-24T18:31:48.428Z | Downloaded reqwest v0.11.27 |
150 | 2024-05-24T18:31:48.461Z | Downloaded rustls-webpki v0.101.7 |
151 | 2024-05-24T18:31:48.461Z | Downloaded syn v2.0.66 |
152 | 2024-05-24T18:31:48.500Z | Downloaded rustls v0.22.4 |
153 | 2024-05-24T18:31:48.500Z | Downloaded rustls v0.21.12 |
154 | 2024-05-24T18:31:48.500Z | Downloaded regex-syntax v0.8.3 |
155 | 2024-05-24T18:31:48.540Z | Downloaded regex-automata v0.4.6 |
156 | 2024-05-24T18:31:48.540Z | Downloaded regress v0.9.1 |
157 | 2024-05-24T18:31:48.540Z | Downloaded webpki-roots v0.25.4 |
158 | 2024-05-24T18:31:48.596Z | Downloaded vcpkg v0.2.15 |
159 | 2024-05-24T18:31:48.639Z | Downloaded rustls-webpki v0.102.4 |
160 | 2024-05-24T18:31:48.639Z | Downloaded regex v1.10.4 |
161 | 2024-05-24T18:31:48.640Z | Downloaded zerocopy v0.7.34 |
162 | 2024-05-24T18:31:48.681Z | Downloaded winnow v0.6.8 |
163 | 2024-05-24T18:31:48.681Z | Downloaded serde_with_macros v3.8.1 |
164 | 2024-05-24T18:31:48.682Z | Downloaded serde_tokenstream v0.2.0 |
165 | 2024-05-24T18:31:48.682Z | Downloaded serde_spanned v0.6.6 |
166 | 2024-05-24T18:31:48.682Z | Downloaded serde_path_to_error v0.1.16 |
167 | 2024-05-24T18:31:48.682Z | Downloaded serde_derive_internals v0.29.1 |
168 | 2024-05-24T18:31:48.716Z | Downloaded semver v1.0.23 |
169 | 2024-05-24T18:31:48.716Z | Downloaded sct v0.7.1 |
170 | 2024-05-24T18:31:48.716Z | Downloaded scroll v0.12.0 |
171 | 2024-05-24T18:31:48.717Z | Downloaded rustls-pki-types v1.7.0 |
172 | 2024-05-24T18:31:48.717Z | Downloaded rustls-pemfile v2.1.2 |
173 | 2024-05-24T18:31:48.717Z | Downloaded proc-macro2 v1.0.83 |
174 | 2024-05-24T18:31:48.717Z | Downloaded pin-project-lite v0.2.14 |
175 | 2024-05-24T18:31:48.717Z | Downloaded pest_meta v2.7.10 |
176 | 2024-05-24T18:31:48.718Z | Downloaded ring v0.17.8 |
177 | 2024-05-24T18:31:48.770Z | Downloaded pest_derive v2.7.10 |
178 | 2024-05-24T18:31:48.801Z | Downloaded parking_lot_core v0.9.10 |
179 | 2024-05-24T18:31:48.801Z | Downloaded zerocopy-derive v0.7.34 |
180 | 2024-05-24T18:31:48.801Z | Downloaded libc v0.2.155 |
181 | 2024-05-24T18:31:48.829Z | Downloaded slog-bunyan v2.5.0 |
182 | 2024-05-24T18:31:48.829Z | Downloaded signal-hook-registry v1.4.2 |
183 | 2024-05-24T18:31:48.829Z | Downloaded sha1 v0.10.6 |
184 | 2024-05-24T18:31:48.829Z | Downloaded serde_urlencoded v0.7.1 |
185 | 2024-05-24T18:31:48.830Z | Downloaded scroll_derive v0.12.0 |
186 | 2024-05-24T18:31:48.830Z | Downloaded rustversion v1.0.17 |
187 | 2024-05-24T18:31:48.830Z | Downloaded rand_core v0.6.4 |
188 | 2024-05-24T18:31:48.830Z | Downloaded quote v1.0.36 |
189 | 2024-05-24T18:31:48.830Z | Downloaded powerfmt v0.2.0 |
190 | 2024-05-24T18:31:48.830Z | Downloaded pin-utils v0.1.0 |
191 | 2024-05-24T18:31:48.830Z | Downloaded pest_generator v2.7.10 |
192 | 2024-05-24T18:31:48.830Z | Downloaded version_check v0.9.4 |
193 | 2024-05-24T18:31:48.831Z | Downloaded openapiv3 v2.0.0 |
194 | 2024-05-24T18:31:48.856Z | Downloaded encoding_rs v0.8.34 |
195 | 2024-05-24T18:31:48.881Z | Downloaded slog-async v2.8.0 |
196 | 2024-05-24T18:31:48.881Z | Downloaded rustls-pemfile v1.0.4 |
197 | 2024-05-24T18:31:48.881Z | Downloaded rand_chacha v0.3.1 |
198 | 2024-05-24T18:31:48.881Z | Downloaded pkg-config v0.3.30 |
199 | 2024-05-24T18:31:48.881Z | Downloaded percent-encoding v2.3.1 |
200 | 2024-05-24T18:31:48.881Z | Downloaded paste v1.0.15 |
201 | 2024-05-24T18:31:48.882Z | Downloaded parse-display v0.9.0 |
202 | 2024-05-24T18:31:48.882Z | Downloaded zeroize v1.7.0 |
203 | 2024-05-24T18:31:48.882Z | Downloaded tokio-util v0.7.11 |
204 | 2024-05-24T18:31:48.882Z | Downloaded time v0.3.36 |
205 | 2024-05-24T18:31:48.907Z | Downloaded openssl v0.10.64 |
206 | 2024-05-24T18:31:48.907Z | Downloaded goblin v0.8.2 |
207 | 2024-05-24T18:31:48.908Z | Downloaded term v0.7.0 |
208 | 2024-05-24T18:31:48.908Z | Downloaded typenum v1.17.0 |
209 | 2024-05-24T18:31:48.932Z | Downloaded tracing-core v0.1.32 |
210 | 2024-05-24T18:31:48.932Z | Downloaded tracing v0.1.40 |
211 | 2024-05-24T18:31:48.932Z | Downloaded tinyvec v1.6.0 |
212 | 2024-05-24T18:31:48.932Z | Downloaded scopeguard v1.2.0 |
213 | 2024-05-24T18:31:48.932Z | Downloaded plain v0.2.3 |
214 | 2024-05-24T18:31:48.932Z | Downloaded pest v2.7.10 |
215 | 2024-05-24T18:31:48.932Z | Downloaded parse-display-derive v0.9.0 |
216 | 2024-05-24T18:31:48.932Z | Downloaded want v0.3.1 |
217 | 2024-05-24T18:31:48.932Z | Downloaded ucd-trie v0.1.6 |
218 | 2024-05-24T18:31:48.932Z | Downloaded idna v0.5.0 |
219 | 2024-05-24T18:31:48.957Z | Downloaded tower-service v0.3.2 |
220 | 2024-05-24T18:31:48.957Z | Downloaded toml v0.8.13 |
221 | 2024-05-24T18:31:48.957Z | Downloaded tokio-macros v2.2.0 |
222 | 2024-05-24T18:31:48.957Z | Downloaded thread_local v1.1.8 |
223 | 2024-05-24T18:31:48.957Z | Downloaded thread-id v4.2.1 |
224 | 2024-05-24T18:31:48.957Z | Downloaded ppv-lite86 v0.2.17 |
225 | 2024-05-24T18:31:48.957Z | Downloaded tokio-rustls v0.24.1 |
226 | 2024-05-24T18:31:48.958Z | Downloaded schemars_derive v0.8.21 |
227 | 2024-05-24T18:31:48.958Z | Downloaded ipnetwork v0.20.0 |
228 | 2024-05-24T18:31:48.958Z | Downloaded ipnet v2.9.0 |
229 | 2024-05-24T18:31:48.958Z | Downloaded tokio-native-tls v0.3.1 |
230 | 2024-05-24T18:31:48.958Z | Downloaded time-core v0.1.2 |
231 | 2024-05-24T18:31:48.958Z | Downloaded openssl-probe v0.1.5 |
232 | 2024-05-24T18:31:48.958Z | Downloaded once_cell v1.19.0 |
233 | 2024-05-24T18:31:48.982Z | Downloaded num_threads v0.1.7 |
234 | 2024-05-24T18:31:48.983Z | Downloaded num-traits v0.2.19 |
235 | 2024-05-24T18:31:48.983Z | Downloaded newtype-uuid v1.1.0 |
236 | 2024-05-24T18:31:48.983Z | Downloaded native-tls v0.2.11 |
237 | 2024-05-24T18:31:48.983Z | Downloaded multer v3.1.0 |
238 | 2024-05-24T18:31:48.983Z | Downloaded lock_api v0.4.12 |
239 | 2024-05-24T18:31:48.983Z | Downloaded tinyvec_macros v0.1.1 |
240 | 2024-05-24T18:31:48.983Z | Downloaded time-macros v0.2.18 |
241 | 2024-05-24T18:31:48.983Z | Downloaded waitgroup v0.1.2 |
242 | 2024-05-24T18:31:48.983Z | Downloaded mio v0.8.11 |
243 | 2024-05-24T18:31:48.983Z | Downloaded futures-core v0.3.30 |
244 | 2024-05-24T18:31:48.983Z | Downloaded omicron-workspace-hack v0.1.0 |
245 | 2024-05-24T18:31:48.983Z | Downloaded num_cpus v1.16.0 |
246 | 2024-05-24T18:31:49.008Z | Downloaded instant v0.1.13 |
247 | 2024-05-24T18:31:49.008Z | Downloaded futures-executor v0.3.30 |
248 | 2024-05-24T18:31:49.008Z | Downloaded uuid v1.8.0 |
249 | 2024-05-24T18:31:49.008Z | Downloaded memchr v2.7.2 |
250 | 2024-05-24T18:31:49.008Z | Downloaded match_cfg v0.1.0 |
251 | 2024-05-24T18:31:49.008Z | Downloaded hyper-rustls v0.24.2 |
252 | 2024-05-24T18:31:49.008Z | Downloaded http v0.2.12 |
253 | 2024-05-24T18:31:49.008Z | Downloaded h2 v0.3.26 |
254 | 2024-05-24T18:31:49.034Z | Downloaded untrusted v0.9.0 |
255 | 2024-05-24T18:31:49.034Z | Downloaded unicode-ident v1.0.12 |
256 | 2024-05-24T18:31:49.034Z | Downloaded num-conv v0.1.0 |
257 | 2024-05-24T18:31:49.034Z | Downloaded indexmap v2.2.6 |
258 | 2024-05-24T18:31:49.034Z | Downloaded indexmap v1.9.3 |
259 | 2024-05-24T18:31:49.034Z | Downloaded ident_case v1.0.1 |
260 | 2024-05-24T18:31:49.034Z | Downloaded futures-task v0.3.30 |
261 | 2024-05-24T18:31:49.034Z | Downloaded usdt v0.5.0 |
262 | 2024-05-24T18:31:49.034Z | Downloaded mime v0.3.17 |
263 | 2024-05-24T18:31:49.034Z | Downloaded log v0.4.21 |
264 | 2024-05-24T18:31:49.034Z | Downloaded itoa v1.0.11 |
265 | 2024-05-24T18:31:49.034Z | Downloaded hashbrown v0.14.5 |
266 | 2024-05-24T18:31:49.059Z | Downloaded getopts v0.2.21 |
267 | 2024-05-24T18:31:49.059Z | Downloaded generic-array v0.14.7 |
268 | 2024-05-24T18:31:49.059Z | Downloaded futures-util v0.3.30 |
269 | 2024-05-24T18:31:49.059Z | Downloaded futures-sink v0.3.30 |
270 | 2024-05-24T18:31:49.059Z | Downloaded unsafe-libyaml v0.2.11 |
271 | 2024-05-24T18:31:49.059Z | Downloaded unicode-width v0.1.12 |
272 | 2024-05-24T18:31:49.059Z | Downloaded unicode-normalization v0.1.23 |
273 | 2024-05-24T18:31:49.085Z | Downloaded hashbrown v0.12.3 |
274 | 2024-05-24T18:31:49.085Z | Downloaded backoff v0.4.0 |
275 | 2024-05-24T18:31:49.085Z | Downloaded is-terminal v0.4.12 |
276 | 2024-05-24T18:31:49.085Z | Downloaded iana-time-zone v0.1.60 |
277 | 2024-05-24T18:31:49.085Z | Downloaded hyper v0.14.28 |
278 | 2024-05-24T18:31:49.085Z | Downloaded httpdate v1.0.3 |
279 | 2024-05-24T18:31:49.085Z | Downloaded httparse v1.8.0 |
280 | 2024-05-24T18:31:49.110Z | Downloaded hostname v0.4.0 |
281 | 2024-05-24T18:31:49.110Z | Downloaded hostname v0.3.1 |
282 | 2024-05-24T18:31:49.110Z | Downloaded hex v0.4.3 |
283 | 2024-05-24T18:31:49.110Z | Downloaded heck v0.5.0 |
284 | 2024-05-24T18:31:49.110Z | Downloaded getrandom v0.2.15 |
285 | 2024-05-24T18:31:49.110Z | Downloaded form_urlencoded v1.2.1 |
286 | 2024-05-24T18:31:49.110Z | Downloaded equivalent v1.0.1 |
287 | 2024-05-24T18:31:49.110Z | Downloaded dtrace-parser v0.2.0 |
288 | 2024-05-24T18:31:49.110Z | Downloaded dof v0.3.0 |
289 | 2024-05-24T18:31:49.110Z | Downloaded heck v0.4.1 |
290 | 2024-05-24T18:31:49.110Z | Downloaded fnv v1.0.7 |
291 | 2024-05-24T18:31:49.110Z | Downloaded memmap v0.7.0 |
292 | 2024-05-24T18:31:49.110Z | Downloaded hyper-tls v0.5.0 |
293 | 2024-05-24T18:31:49.110Z | Downloaded futures v0.3.30 |
294 | 2024-05-24T18:31:49.110Z | Downloaded darling v0.20.9 |
295 | 2024-05-24T18:31:49.140Z | Downloaded openssl-macros v0.1.1 |
296 | 2024-05-24T18:31:49.140Z | Downloaded http-body v0.4.6 |
297 | 2024-05-24T18:31:49.140Z | Downloaded http v1.1.0 |
298 | 2024-05-24T18:31:49.140Z | Downloaded crossbeam-channel v0.5.13 |
299 | 2024-05-24T18:31:49.140Z | Downloaded async-trait v0.1.80 |
300 | 2024-05-24T18:31:49.140Z | Downloaded aho-corasick v1.1.3 |
301 | 2024-05-24T18:31:49.167Z | Downloaded futures-io v0.3.30 |
302 | 2024-05-24T18:31:49.167Z | Downloaded futures-channel v0.3.30 |
303 | 2024-05-24T18:31:49.167Z | Downloaded foreign-types-shared v0.1.1 |
304 | 2024-05-24T18:31:49.167Z | Downloaded dyn-clone v1.0.17 |
305 | 2024-05-24T18:31:49.167Z | Downloaded darling_macro v0.20.9 |
306 | 2024-05-24T18:31:49.167Z | Downloaded crypto-common v0.1.6 |
307 | 2024-05-24T18:31:49.167Z | Downloaded chrono v0.4.38 |
308 | 2024-05-24T18:31:49.167Z | Downloaded bytes v1.6.0 |
309 | 2024-05-24T18:31:49.167Z | Downloaded async-stream v0.3.5 |
310 | 2024-05-24T18:31:49.167Z | Downloaded dirs-sys-next v0.1.2 |
311 | 2024-05-24T18:31:49.167Z | Downloaded dirs-next v2.0.0 |
312 | 2024-05-24T18:31:49.167Z | Downloaded digest v0.10.7 |
313 | 2024-05-24T18:31:49.167Z | Downloaded deranged v0.3.11 |
314 | 2024-05-24T18:31:49.167Z | Downloaded debug-ignore v1.0.5 |
315 | 2024-05-24T18:31:49.168Z | Downloaded darling_core v0.20.9 |
316 | 2024-05-24T18:31:49.192Z | Downloaded crossbeam-utils v0.8.20 |
317 | 2024-05-24T18:31:49.192Z | Downloaded cpufeatures v0.2.12 |
318 | 2024-05-24T18:31:49.192Z | Downloaded cfg-if v1.0.0 |
319 | 2024-05-24T18:31:49.192Z | Downloaded cc v1.0.98 |
320 | 2024-05-24T18:31:49.192Z | Downloaded camino v1.1.7 |
321 | 2024-05-24T18:31:49.192Z | Downloaded byteorder v1.5.0 |
322 | 2024-05-24T18:31:49.193Z | Downloaded block-buffer v0.10.4 |
323 | 2024-05-24T18:31:49.193Z | Downloaded allocator-api2 v0.2.18 |
324 | 2024-05-24T18:31:49.193Z | Downloaded base64 v0.22.1 |
325 | 2024-05-24T18:31:49.193Z | Downloaded base64 v0.21.7 |
326 | 2024-05-24T18:31:49.218Z | Downloaded atomic-waker v1.1.2 |
327 | 2024-05-24T18:31:49.218Z | Downloaded async-stream-impl v0.3.5 |
328 | 2024-05-24T18:31:49.218Z | Downloaded anyhow v1.0.86 |
329 | 2024-05-24T18:31:49.297Z | Compiling proc-macro2 v1.0.83 |
330 | 2024-05-24T18:31:49.297Z | Compiling unicode-ident v1.0.12 |
331 | 2024-05-24T18:31:49.324Z | Compiling libc v0.2.155 |
332 | 2024-05-24T18:31:49.324Z | Checking cfg-if v1.0.0 |
333 | 2024-05-24T18:31:49.324Z | Compiling version_check v0.9.4 |
334 | 2024-05-24T18:31:49.324Z | Compiling autocfg v1.3.0 |
335 | 2024-05-24T18:31:49.325Z | Compiling serde v1.0.202 |
336 | 2024-05-24T18:31:49.325Z | Compiling serde_json v1.0.117 |
337 | 2024-05-24T18:31:49.397Z | Checking itoa v1.0.11 |
338 | 2024-05-24T18:31:49.499Z | Compiling thiserror v1.0.61 |
339 | 2024-05-24T18:31:49.567Z | Compiling cc v1.0.98 |
340 | 2024-05-24T18:31:49.689Z | Checking once_cell v1.19.0 |
341 | 2024-05-24T18:31:49.801Z | Compiling memchr v2.7.2 |
342 | 2024-05-24T18:31:49.881Z | Compiling ahash v0.8.11 |
343 | 2024-05-24T18:31:50.213Z | Checking byteorder v1.5.0 |
344 | 2024-05-24T18:31:50.261Z | Compiling num-traits v0.2.19 |
345 | 2024-05-24T18:31:50.462Z | Checking getrandom v0.2.15 |
346 | 2024-05-24T18:31:50.495Z | Checking pin-project-lite v0.2.14 |
347 | 2024-05-24T18:31:50.537Z | Compiling quote v1.0.36 |
348 | 2024-05-24T18:31:50.632Z | Checking ryu v1.0.18 |
349 | 2024-05-24T18:31:50.680Z | Checking bytes v1.6.0 |
350 | 2024-05-24T18:31:50.821Z | Compiling syn v2.0.66 |
351 | 2024-05-24T18:31:50.917Z | Checking log v0.4.21 |
352 | 2024-05-24T18:31:51.059Z | Compiling lock_api v0.4.12 |
353 | 2024-05-24T18:31:51.084Z | Compiling schemars v0.8.21 |
354 | 2024-05-24T18:31:51.137Z | Checking allocator-api2 v0.2.18 |
355 | 2024-05-24T18:31:51.173Z | Compiling parking_lot_core v0.9.10 |
356 | 2024-05-24T18:31:51.274Z | Checking smallvec v1.13.2 |
357 | 2024-05-24T18:31:51.341Z | Checking scopeguard v1.2.0 |
358 | 2024-05-24T18:31:51.381Z | Checking futures-core v0.3.30 |
359 | 2024-05-24T18:31:51.460Z | Checking socket2 v0.5.7 |
360 | 2024-05-24T18:31:51.526Z | Checking num_cpus v1.16.0 |
361 | 2024-05-24T18:31:51.980Z | Checking mio v0.8.11 |
362 | 2024-05-24T18:31:52.014Z | Checking signal-hook-registry v1.4.2 |
363 | 2024-05-24T18:31:52.014Z | Compiling slab v0.4.9 |
364 | 2024-05-24T18:31:52.014Z | Checking spin v0.9.8 |
365 | 2024-05-24T18:31:52.014Z | Checking parking_lot v0.12.2 |
366 | 2024-05-24T18:31:52.014Z | Checking futures-sink v0.3.30 |
367 | 2024-05-24T18:31:52.014Z | Checking fnv v1.0.7 |
368 | 2024-05-24T18:31:52.014Z | Compiling ring v0.17.8 |
369 | 2024-05-24T18:31:52.014Z | Checking untrusted v0.9.0 |
370 | 2024-05-24T18:31:52.014Z | Checking equivalent v1.0.1 |
371 | 2024-05-24T18:31:52.069Z | Checking futures-channel v0.3.30 |
372 | 2024-05-24T18:31:52.094Z | Checking futures-io v0.3.30 |
373 | 2024-05-24T18:31:52.095Z | Compiling semver v1.0.23 |
374 | 2024-05-24T18:31:52.151Z | Compiling pkg-config v0.3.30 |
375 | 2024-05-24T18:31:52.228Z | Compiling vcpkg v0.2.15 |
376 | 2024-05-24T18:31:52.269Z | Checking pin-utils v0.1.0 |
377 | 2024-05-24T18:31:52.357Z | Checking futures-task v0.3.30 |
378 | 2024-05-24T18:31:52.518Z | Compiling ucd-trie v0.1.6 |
379 | 2024-05-24T18:31:52.543Z | Checking iana-time-zone v0.1.60 |
380 | 2024-05-24T18:31:52.655Z | Checking http v0.2.12 |
381 | 2024-05-24T18:31:53.069Z | Compiling httparse v1.8.0 |
382 | 2024-05-24T18:31:53.351Z | Checking dyn-clone v1.0.17 |
383 | 2024-05-24T18:31:53.794Z | Checking tracing-core v0.1.32 |
384 | 2024-05-24T18:31:53.830Z | Compiling openssl-sys v0.9.102 |
385 | 2024-05-24T18:31:53.869Z | Compiling uuid v1.8.0 |
386 | 2024-05-24T18:31:54.121Z | Checking tracing v0.1.40 |
387 | 2024-05-24T18:31:54.282Z | Compiling chrono v0.4.38 |
388 | 2024-05-24T18:31:54.404Z | Compiling slog v2.7.0 |
389 | 2024-05-24T18:31:54.429Z | Compiling openssl v0.10.64 |
390 | 2024-05-24T18:31:54.567Z | Checking try-lock v0.2.5 |
391 | 2024-05-24T18:31:54.646Z | Checking foreign-types-shared v0.1.1 |
392 | 2024-05-24T18:31:54.733Z | Compiling heck v0.5.0 |
393 | 2024-05-24T18:31:54.761Z | Checking foreign-types v0.3.2 |
394 | 2024-05-24T18:31:54.835Z | Checking want v0.3.1 |
395 | 2024-05-24T18:31:54.985Z | Checking http-body v0.4.6 |
396 | 2024-05-24T18:31:55.021Z | Compiling aho-corasick v1.1.3 |
397 | 2024-05-24T18:31:55.098Z | Checking percent-encoding v2.3.1 |
398 | 2024-05-24T18:31:55.262Z | Compiling rustls v0.21.12 |
399 | 2024-05-24T18:31:55.291Z | Checking bitflags v2.5.0 |
400 | 2024-05-24T18:31:55.509Z | Compiling regex-syntax v0.8.3 |
401 | 2024-05-24T18:31:55.544Z | Checking httpdate v1.0.3 |
402 | 2024-05-24T18:31:55.718Z | Compiling native-tls v0.2.11 |
403 | 2024-05-24T18:31:55.945Z | Compiling typenum v1.17.0 |
404 | 2024-05-24T18:31:55.984Z | Checking tower-service v0.3.2 |
405 | 2024-05-24T18:31:56.067Z | Checking tinyvec_macros v0.1.1 |
406 | 2024-05-24T18:31:56.113Z | Checking form_urlencoded v1.2.1 |
407 | 2024-05-24T18:31:56.151Z | Checking tinyvec v1.6.0 |
408 | 2024-05-24T18:31:56.693Z | Compiling serde_derive_internals v0.29.1 |
409 | 2024-05-24T18:31:56.865Z | Compiling generic-array v0.14.7 |
410 | 2024-05-24T18:31:57.267Z | Checking openssl-probe v0.1.5 |
411 | 2024-05-24T18:31:57.302Z | Checking unicode-normalization v0.1.23 |
412 | 2024-05-24T18:31:57.335Z | Checking rustls-webpki v0.101.7 |
413 | 2024-05-24T18:31:57.371Z | Checking sct v0.7.1 |
414 | 2024-05-24T18:31:58.551Z | Compiling regex-automata v0.4.6 |
415 | 2024-05-24T18:31:58.896Z | Compiling usdt-impl v0.5.0 |
416 | 2024-05-24T18:31:58.943Z | Checking encoding_rs v0.8.34 |
417 | 2024-05-24T18:31:59.275Z | Checking unicode-bidi v0.3.15 |
418 | 2024-05-24T18:31:59.318Z | Checking mime v0.3.17 |
419 | 2024-05-24T18:31:59.565Z | Checking powerfmt v0.2.0 |
420 | 2024-05-24T18:31:59.762Z | Compiling num-conv v0.1.0 |
421 | 2024-05-24T18:31:59.787Z | Compiling time-core v0.1.2 |
422 | 2024-05-24T18:31:59.927Z | Checking deranged v0.3.11 |
423 | 2024-05-24T18:32:00.003Z | Compiling time-macros v0.2.18 |
424 | 2024-05-24T18:32:00.433Z | Checking idna v0.5.0 |
425 | 2024-05-24T18:32:00.486Z | Compiling thread-id v4.2.1 |
426 | 2024-05-24T18:32:00.834Z | Compiling ident_case v1.0.1 |
427 | 2024-05-24T18:32:00.923Z | Compiling strsim v0.11.1 |
428 | 2024-05-24T18:32:01.246Z | Compiling unicode-width v0.1.12 |
429 | 2024-05-24T18:32:01.318Z | Checking plain v0.2.3 |
430 | 2024-05-24T18:32:01.842Z | Compiling serde_derive v1.0.202 |
431 | 2024-05-24T18:32:01.872Z | Compiling zerocopy-derive v0.7.34 |
432 | 2024-05-24T18:32:01.872Z | Compiling thiserror-impl v1.0.61 |
433 | 2024-05-24T18:32:01.872Z | Compiling schemars_derive v0.8.21 |
434 | 2024-05-24T18:32:01.872Z | Compiling tokio-macros v2.2.0 |
435 | 2024-05-24T18:32:02.323Z | Compiling futures-macro v0.3.30 |
436 | 2024-05-24T18:32:02.390Z | Compiling openssl-macros v0.1.1 |
437 | 2024-05-24T18:32:02.876Z | Checking tokio v1.37.0 |
438 | 2024-05-24T18:32:03.152Z | Checking zerocopy v0.7.34 |
439 | 2024-05-24T18:32:03.898Z | Checking futures-util v0.3.30 |
440 | 2024-05-24T18:32:04.019Z | Compiling pest v2.7.10 |
441 | 2024-05-24T18:32:04.618Z | Checking hashbrown v0.14.5 |
442 | 2024-05-24T18:32:05.168Z | Compiling regex v1.10.4 |
443 | 2024-05-24T18:32:05.559Z | Compiling scroll_derive v0.12.0 |
444 | 2024-05-24T18:32:05.958Z | Compiling pest_meta v2.7.10 |
445 | 2024-05-24T18:32:06.276Z | Checking regress v0.9.1 |
446 | 2024-05-24T18:32:06.715Z | Checking scroll v0.12.0 |
447 | 2024-05-24T18:32:07.089Z | Compiling pest_generator v2.7.10 |
448 | 2024-05-24T18:32:08.432Z | Checking tokio-util v0.7.11 |
449 | 2024-05-24T18:32:08.467Z | Checking tokio-rustls v0.24.1 |
450 | 2024-05-24T18:32:08.774Z | Checking tokio-native-tls v0.3.1 |
451 | 2024-05-24T18:32:08.811Z | Checking num_threads v0.1.7 |
452 | 2024-05-24T18:32:08.888Z | Checking rustls-pki-types v1.7.0 |
453 | 2024-05-24T18:32:08.989Z | Compiling crossbeam-utils v0.8.20 |
454 | 2024-05-24T18:32:09.133Z | Checking base64 v0.21.7 |
455 | 2024-05-24T18:32:09.236Z | Checking time v0.3.36 |
456 | 2024-05-24T18:32:09.453Z | Checking goblin v0.8.2 |
457 | 2024-05-24T18:32:09.491Z | Checking rustls-pemfile v1.0.4 |
458 | 2024-05-24T18:32:09.516Z | Compiling pest_derive v2.7.10 |
459 | 2024-05-24T18:32:10.196Z | Compiling dtrace-parser v0.2.0 |
460 | 2024-05-24T18:32:10.654Z | Compiling getopts v0.2.21 |
461 | 2024-05-24T18:32:11.333Z | Checking indexmap v2.2.6 |
462 | 2024-05-24T18:32:11.654Z | Checking serde_urlencoded v0.7.1 |
463 | 2024-05-24T18:32:11.924Z | Compiling serde_tokenstream v0.2.0 |
464 | 2024-05-24T18:32:12.328Z | Checking h2 v0.3.26 |
465 | 2024-05-24T18:32:12.363Z | Checking openapiv3 v2.0.0 |
466 | 2024-05-24T18:32:12.546Z | Compiling darling_core v0.20.9 |
467 | 2024-05-24T18:32:12.674Z | Checking url v2.5.0 |
468 | 2024-05-24T18:32:13.195Z | Checking dirs-sys-next v0.1.2 |
469 | 2024-05-24T18:32:13.334Z | Compiling dof v0.3.0 |
470 | 2024-05-24T18:32:14.348Z | Checking pretty-hex v0.4.1 |
471 | 2024-05-24T18:32:14.404Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#6fab88c6) |
472 | 2024-05-24T18:32:14.476Z | Compiling paste v1.0.15 |
473 | 2024-05-24T18:32:14.926Z | Compiling rustversion v1.0.17 |
474 | 2024-05-24T18:32:15.088Z | Compiling unsafe-libyaml v0.2.11 |
475 | 2024-05-24T18:32:15.445Z | Checking ipnet v2.9.0 |
476 | 2024-05-24T18:32:15.531Z | Checking hyper v0.14.28 |
477 | 2024-05-24T18:32:15.815Z | Checking sync_wrapper v0.1.2 |
478 | 2024-05-24T18:32:15.941Z | Compiling omicron-workspace-hack v0.1.0 |
479 | 2024-05-24T18:32:16.042Z | Checking webpki-roots v0.25.4 |
480 | 2024-05-24T18:32:16.158Z | Compiling rustls v0.22.4 |
481 | 2024-05-24T18:32:16.203Z | Compiling serde_yaml v0.9.34+deprecated |
482 | 2024-05-24T18:32:16.482Z | Checking dirs-next v2.0.0 |
483 | 2024-05-24T18:32:16.591Z | Checking toml_datetime v0.6.6 |
484 | 2024-05-24T18:32:16.625Z | Checking serde_spanned v0.6.6 |
485 | 2024-05-24T18:32:16.808Z | Checking rustls-webpki v0.102.4 |
486 | 2024-05-24T18:32:16.940Z | Checking crypto-common v0.1.6 |
487 | 2024-05-24T18:32:16.973Z | Checking block-buffer v0.10.4 |
488 | 2024-05-24T18:32:17.071Z | Compiling structmeta-derive v0.3.0 |
489 | 2024-05-24T18:32:17.097Z | Checking rand_core v0.6.4 |
490 | 2024-05-24T18:32:17.321Z | Checking thread_local v1.1.8 |
491 | 2024-05-24T18:32:17.384Z | Compiling multer v3.1.0 |
492 | 2024-05-24T18:32:17.416Z | Compiling anyhow v1.0.86 |
493 | 2024-05-24T18:32:17.471Z | Compiling darling_macro v0.20.9 |
494 | 2024-05-24T18:32:17.549Z | Checking subtle v2.5.0 |
495 | 2024-05-24T18:32:17.643Z | Compiling camino v1.1.7 |
496 | 2024-05-24T18:32:17.738Z | Checking ppv-lite86 v0.2.17 |
497 | 2024-05-24T18:32:17.881Z | Checking match_cfg v0.1.0 |
498 | 2024-05-24T18:32:17.947Z | Checking zeroize v1.7.0 |
499 | 2024-05-24T18:32:18.107Z | Compiling slog-async v2.8.0 |
500 | 2024-05-24T18:32:18.142Z | Checking winnow v0.6.8 |
501 | 2024-05-24T18:32:18.284Z | Checking rand_chacha v0.3.1 |
502 | 2024-05-24T18:32:18.340Z | Compiling darling v0.20.9 |
503 | 2024-05-24T18:32:18.577Z | Checking hostname v0.3.1 |
504 | 2024-05-24T18:32:18.756Z | Checking crossbeam-channel v0.5.13 |
505 | 2024-05-24T18:32:19.082Z | Checking hyper-tls v0.5.0 |
506 | 2024-05-24T18:32:19.151Z | Checking hyper-rustls v0.24.2 |
507 | 2024-05-24T18:32:19.247Z | Compiling structmeta v0.3.0 |
508 | 2024-05-24T18:32:19.278Z | Checking digest v0.10.7 |
509 | 2024-05-24T18:32:19.314Z | Checking term v0.7.0 |
510 | 2024-05-24T18:32:19.394Z | Checking reqwest v0.11.27 |
511 | 2024-05-24T18:32:19.570Z | Compiling usdt-macro v0.5.0 |
512 | 2024-05-24T18:32:19.645Z | Compiling usdt-attr-macro v0.5.0 |
513 | 2024-05-24T18:32:20.224Z | Checking slog-json v2.6.1 |
514 | 2024-05-24T18:32:20.425Z | Checking futures-executor v0.3.30 |
515 | 2024-05-24T18:32:20.456Z | Checking toml_edit v0.22.13 |
516 | 2024-05-24T18:32:20.481Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7395bd26) |
517 | 2024-05-24T18:32:20.606Z | Compiling async-stream-impl v0.3.5 |
518 | 2024-05-24T18:32:20.640Z | Checking http v1.1.0 |
519 | 2024-05-24T18:32:20.665Z | Checking is-terminal v0.4.12 |
520 | 2024-05-24T18:32:20.715Z | Checking memmap v0.7.0 |
521 | 2024-05-24T18:32:20.754Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0bb8694d) |
522 | 2024-05-24T18:32:20.831Z | Checking base64 v0.22.1 |
523 | 2024-05-24T18:32:20.876Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
524 | 2024-05-24T18:32:21.005Z | Checking take_mut v0.2.2 |
525 | 2024-05-24T18:32:21.118Z | Checking atomic-waker v1.1.2 |
526 | 2024-05-24T18:32:21.145Z | Checking cpufeatures v0.2.12 |
527 | 2024-05-24T18:32:21.212Z | Compiling heck v0.4.1 |
528 | 2024-05-24T18:32:21.238Z | Checking sha1 v0.10.6 |
529 | 2024-05-24T18:32:21.238Z | Checking waitgroup v0.1.2 |
530 | 2024-05-24T18:32:21.302Z | Checking tokio-rustls v0.25.0 |
531 | 2024-05-24T18:32:21.344Z | Checking rustls-pemfile v2.1.2 |
532 | 2024-05-24T18:32:21.553Z | Compiling strum_macros v0.26.2 |
533 | 2024-05-24T18:32:21.583Z | Checking usdt v0.5.0 |
534 | 2024-05-24T18:32:21.621Z | Checking slog-term v2.9.1 |
535 | 2024-05-24T18:32:21.696Z | Checking futures v0.3.30 |
536 | 2024-05-24T18:32:21.736Z | Checking async-stream v0.3.5 |
537 | 2024-05-24T18:32:21.769Z | Checking slog-bunyan v2.5.0 |
538 | 2024-05-24T18:32:21.797Z | Compiling parse-display-derive v0.9.0 |
539 | 2024-05-24T18:32:21.985Z | Checking rand v0.8.5 |
540 | 2024-05-24T18:32:22.039Z | Compiling serde_with_macros v3.8.1 |
541 | 2024-05-24T18:32:22.262Z | Checking ipnetwork v0.20.0 |
542 | 2024-05-24T18:32:22.341Z | Checking newtype-uuid v1.1.0 |
543 | 2024-05-24T18:32:22.515Z | Checking toml v0.8.13 |
544 | 2024-05-24T18:32:22.539Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0bb8694d) |
545 | 2024-05-24T18:32:22.564Z | Checking hex v0.4.3 |
546 | 2024-05-24T18:32:22.969Z | Checking serde_path_to_error v0.1.16 |
547 | 2024-05-24T18:32:22.994Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
548 | 2024-05-24T18:32:23.120Z | Compiling async-trait v0.1.80 |
549 | 2024-05-24T18:32:23.480Z | Checking hostname v0.4.0 |
550 | 2024-05-24T18:32:23.589Z | Checking instant v0.1.13 |
551 | 2024-05-24T18:32:23.650Z | Checking debug-ignore v1.0.5 |
552 | 2024-05-24T18:32:23.678Z | Checking backoff v0.4.0 |
553 | 2024-05-24T18:32:23.759Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
554 | 2024-05-24T18:32:23.868Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
555 | 2024-05-24T18:32:23.896Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
556 | 2024-05-24T18:32:23.987Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
557 | 2024-05-24T18:32:24.161Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
558 | 2024-05-24T18:32:24.189Z | Checking macaddr v1.0.1 |
559 | 2024-05-24T18:32:24.279Z | Checking serde_with v3.8.1 |
560 | 2024-05-24T18:32:25.097Z | Checking parse-display v0.9.0 |
561 | 2024-05-24T18:32:25.128Z | Checking strum v0.26.2 |
562 | 2024-05-24T18:32:25.454Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#6fab88c6) |
563 | 2024-05-24T18:32:27.731Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#6fab88c6) |
564 | 2024-05-24T18:32:27.804Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7395bd26) |
565 | 2024-05-24T18:32:31.634Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7395bd26) |
566 | 2024-05-24T18:32:40.032Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7395bd26) |
567 | 2024-05-24T18:32:43.500Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
568 | 2024-05-24T18:32:50.806Z | Checking test-project v0.1.0 (/tmp/test-project) |
569 | 2024-05-24T18:32:50.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
570 | 2024-05-24T18:32:50.947Z | + cargo build --release |
571 | 2024-05-24T18:32:51.288Z | Compiling proc-macro2 v1.0.83 |
572 | 2024-05-24T18:32:51.288Z | Compiling unicode-ident v1.0.12 |
573 | 2024-05-24T18:32:51.288Z | Compiling libc v0.2.155 |
574 | 2024-05-24T18:32:51.288Z | Compiling cfg-if v1.0.0 |
575 | 2024-05-24T18:32:51.329Z | Compiling version_check v0.9.4 |
576 | 2024-05-24T18:32:51.330Z | Compiling autocfg v1.3.0 |
577 | 2024-05-24T18:32:51.330Z | Compiling serde v1.0.202 |
578 | 2024-05-24T18:32:51.330Z | Compiling serde_json v1.0.117 |
579 | 2024-05-24T18:32:51.394Z | Compiling itoa v1.0.11 |
580 | 2024-05-24T18:32:51.454Z | Compiling thiserror v1.0.61 |
581 | 2024-05-24T18:32:51.912Z | Compiling memchr v2.7.2 |
582 | 2024-05-24T18:32:51.912Z | Compiling cc v1.0.98 |
583 | 2024-05-24T18:32:51.912Z | Compiling once_cell v1.19.0 |
584 | 2024-05-24T18:32:51.913Z | Compiling ahash v0.8.11 |
585 | 2024-05-24T18:32:52.167Z | Compiling num-traits v0.2.19 |
586 | 2024-05-24T18:32:52.303Z | Compiling byteorder v1.5.0 |
587 | 2024-05-24T18:32:52.433Z | Compiling getrandom v0.2.15 |
588 | 2024-05-24T18:32:52.499Z | Compiling quote v1.0.36 |
589 | 2024-05-24T18:32:52.606Z | Compiling pin-project-lite v0.2.14 |
590 | 2024-05-24T18:32:52.716Z | Compiling ryu v1.0.18 |
591 | 2024-05-24T18:32:52.742Z | Compiling log v0.4.21 |
592 | 2024-05-24T18:32:52.778Z | Compiling bytes v1.6.0 |
593 | 2024-05-24T18:32:53.011Z | Compiling syn v2.0.66 |
594 | 2024-05-24T18:32:53.168Z | Compiling schemars v0.8.21 |
595 | 2024-05-24T18:32:53.607Z | Compiling lock_api v0.4.12 |
596 | 2024-05-24T18:32:53.632Z | Compiling parking_lot_core v0.9.10 |
597 | 2024-05-24T18:32:53.632Z | Compiling allocator-api2 v0.2.18 |
598 | 2024-05-24T18:32:53.632Z | Compiling futures-core v0.3.30 |
599 | 2024-05-24T18:32:53.632Z | Compiling scopeguard v1.2.0 |
600 | 2024-05-24T18:32:53.657Z | Compiling smallvec v1.13.2 |
601 | 2024-05-24T18:32:53.704Z | Compiling socket2 v0.5.7 |
602 | 2024-05-24T18:32:53.950Z | Compiling ring v0.17.8 |
603 | 2024-05-24T18:32:54.082Z | Compiling signal-hook-registry v1.4.2 |
604 | 2024-05-24T18:32:54.118Z | Compiling mio v0.8.11 |
605 | 2024-05-24T18:32:54.174Z | Compiling num_cpus v1.16.0 |
606 | 2024-05-24T18:32:54.286Z | Compiling slab v0.4.9 |
607 | 2024-05-24T18:32:54.339Z | Compiling futures-sink v0.3.30 |
608 | 2024-05-24T18:32:54.857Z | Compiling parking_lot v0.12.2 |
609 | 2024-05-24T18:32:54.882Z | Compiling spin v0.9.8 |
610 | 2024-05-24T18:32:54.882Z | Compiling equivalent v1.0.1 |
611 | 2024-05-24T18:32:54.952Z | Compiling semver v1.0.23 |
612 | 2024-05-24T18:32:55.102Z | Compiling fnv v1.0.7 |
613 | 2024-05-24T18:32:55.204Z | Compiling untrusted v0.9.0 |
614 | 2024-05-24T18:32:55.362Z | Compiling futures-channel v0.3.30 |
615 | 2024-05-24T18:32:55.583Z | Compiling futures-io v0.3.30 |
616 | 2024-05-24T18:32:55.611Z | Compiling futures-task v0.3.30 |
617 | 2024-05-24T18:32:55.637Z | Compiling pkg-config v0.3.30 |
618 | 2024-05-24T18:32:55.740Z | Compiling vcpkg v0.2.15 |
619 | 2024-05-24T18:32:55.765Z | Compiling pin-utils v0.1.0 |
620 | 2024-05-24T18:32:55.973Z | Compiling iana-time-zone v0.1.60 |
621 | 2024-05-24T18:32:56.058Z | Compiling ucd-trie v0.1.6 |
622 | 2024-05-24T18:32:56.471Z | Compiling http v0.2.12 |
623 | 2024-05-24T18:32:56.640Z | Compiling httparse v1.8.0 |
624 | 2024-05-24T18:32:56.721Z | Compiling dyn-clone v1.0.17 |
625 | 2024-05-24T18:32:57.115Z | Compiling tracing-core v0.1.32 |
626 | 2024-05-24T18:32:57.156Z | Compiling openssl-sys v0.9.102 |
627 | 2024-05-24T18:32:57.688Z | Compiling chrono v0.4.38 |
628 | 2024-05-24T18:32:57.789Z | Compiling uuid v1.8.0 |
629 | 2024-05-24T18:32:58.006Z | Compiling tracing v0.1.40 |
630 | 2024-05-24T18:32:58.597Z | Compiling serde_derive_internals v0.29.1 |
631 | 2024-05-24T18:32:59.591Z | Compiling slog v2.7.0 |
632 | 2024-05-24T18:32:59.943Z | Compiling openssl v0.10.64 |
633 | 2024-05-24T18:32:59.983Z | Compiling heck v0.5.0 |
634 | 2024-05-24T18:33:00.037Z | Compiling foreign-types-shared v0.1.1 |
635 | 2024-05-24T18:33:00.123Z | Compiling try-lock v0.2.5 |
636 | 2024-05-24T18:33:00.246Z | Compiling want v0.3.1 |
637 | 2024-05-24T18:33:00.297Z | Compiling foreign-types v0.3.2 |
638 | 2024-05-24T18:33:00.407Z | Compiling http-body v0.4.6 |
639 | 2024-05-24T18:33:00.488Z | Compiling aho-corasick v1.1.3 |
640 | 2024-05-24T18:33:00.514Z | Compiling percent-encoding v2.3.1 |
641 | 2024-05-24T18:33:00.886Z | Compiling native-tls v0.2.11 |
642 | 2024-05-24T18:33:01.183Z | Compiling httpdate v1.0.3 |
643 | 2024-05-24T18:33:01.334Z | Compiling typenum v1.17.0 |
644 | 2024-05-24T18:33:01.468Z | Compiling regex-syntax v0.8.3 |
645 | 2024-05-24T18:33:01.521Z | Compiling tower-service v0.3.2 |
646 | 2024-05-24T18:33:01.614Z | Compiling tinyvec_macros v0.1.1 |
647 | 2024-05-24T18:33:01.706Z | Compiling rustls v0.21.12 |
648 | 2024-05-24T18:33:01.793Z | Compiling bitflags v2.5.0 |
649 | 2024-05-24T18:33:01.946Z | Compiling tinyvec v1.6.0 |
650 | 2024-05-24T18:33:02.125Z | Compiling form_urlencoded v1.2.1 |
651 | 2024-05-24T18:33:02.622Z | Compiling generic-array v0.14.7 |
652 | 2024-05-24T18:33:03.050Z | Compiling serde_derive v1.0.202 |
653 | 2024-05-24T18:33:03.091Z | Compiling zerocopy-derive v0.7.34 |
654 | 2024-05-24T18:33:03.147Z | Compiling thiserror-impl v1.0.61 |
655 | 2024-05-24T18:33:03.366Z | Compiling schemars_derive v0.8.21 |
656 | 2024-05-24T18:33:04.118Z | Compiling tokio-macros v2.2.0 |
657 | 2024-05-24T18:33:04.957Z | Compiling zerocopy v0.7.34 |
658 | 2024-05-24T18:33:05.655Z | Compiling tokio v1.37.0 |
659 | 2024-05-24T18:33:05.948Z | Compiling futures-macro v0.3.30 |
660 | 2024-05-24T18:33:06.186Z | Compiling pest v2.7.10 |
661 | 2024-05-24T18:33:06.682Z | Compiling hashbrown v0.14.5 |
662 | 2024-05-24T18:33:07.963Z | Compiling futures-util v0.3.30 |
663 | 2024-05-24T18:33:08.043Z | Compiling pest_meta v2.7.10 |
664 | 2024-05-24T18:33:08.127Z | Compiling regress v0.9.1 |
665 | 2024-05-24T18:33:08.390Z | Compiling openssl-macros v0.1.1 |
666 | 2024-05-24T18:33:08.740Z | Compiling regex-automata v0.4.6 |
667 | 2024-05-24T18:33:11.349Z | Compiling pest_generator v2.7.10 |
668 | 2024-05-24T18:33:12.627Z | Compiling tokio-util v0.7.11 |
669 | 2024-05-24T18:33:13.126Z | Compiling pest_derive v2.7.10 |
670 | 2024-05-24T18:33:14.112Z | Compiling indexmap v2.2.6 |
671 | 2024-05-24T18:33:14.476Z | Compiling serde_tokenstream v0.2.0 |
672 | 2024-05-24T18:33:16.081Z | Compiling h2 v0.3.26 |
673 | 2024-05-24T18:33:16.336Z | Compiling sct v0.7.1 |
674 | 2024-05-24T18:33:16.728Z | Compiling rustls-webpki v0.101.7 |
675 | 2024-05-24T18:33:18.812Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#6fab88c6) |
676 | 2024-05-24T18:33:20.120Z | Compiling hyper v0.14.28 |
677 | 2024-05-24T18:33:21.459Z | Compiling openssl-probe v0.1.5 |
678 | 2024-05-24T18:33:24.691Z | Compiling regex v1.10.4 |
679 | 2024-05-24T18:33:25.533Z | Compiling unicode-normalization v0.1.23 |
680 | 2024-05-24T18:33:26.551Z | Compiling scroll_derive v0.12.0 |
681 | 2024-05-24T18:33:28.395Z | Compiling usdt-impl v0.5.0 |
682 | 2024-05-24T18:33:28.549Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#6fab88c6) |
683 | 2024-05-24T18:33:28.716Z | Compiling encoding_rs v0.8.34 |
684 | 2024-05-24T18:33:28.972Z | Compiling mime v0.3.17 |
685 | 2024-05-24T18:33:29.054Z | Compiling time-core v0.1.2 |
686 | 2024-05-24T18:33:29.184Z | Compiling num-conv v0.1.0 |
687 | 2024-05-24T18:33:29.410Z | Compiling powerfmt v0.2.0 |
688 | 2024-05-24T18:33:29.873Z | Compiling unicode-bidi v0.3.15 |
689 | 2024-05-24T18:33:31.728Z | Compiling idna v0.5.0 |
690 | 2024-05-24T18:33:32.312Z | Compiling deranged v0.3.11 |
691 | 2024-05-24T18:33:34.228Z | Compiling time-macros v0.2.18 |
692 | 2024-05-24T18:33:36.532Z | Compiling thread-id v4.2.1 |
693 | 2024-05-24T18:33:36.621Z | Compiling scroll v0.12.0 |
694 | 2024-05-24T18:33:36.908Z | Compiling tokio-rustls v0.24.1 |
695 | 2024-05-24T18:33:37.024Z | Compiling tokio-native-tls v0.3.1 |
696 | 2024-05-24T18:33:37.136Z | Compiling dof v0.3.0 |
697 | 2024-05-24T18:33:37.235Z | Compiling dtrace-parser v0.2.0 |
698 | 2024-05-24T18:33:37.265Z | Compiling serde_urlencoded v0.7.1 |
699 | 2024-05-24T18:33:38.798Z | Compiling strsim v0.11.1 |
700 | 2024-05-24T18:33:39.401Z | Compiling base64 v0.21.7 |
701 | 2024-05-24T18:33:39.778Z | Compiling plain v0.2.3 |
702 | 2024-05-24T18:33:40.109Z | Compiling omicron-workspace-hack v0.1.0 |
703 | 2024-05-24T18:33:40.272Z | Compiling rustls-pki-types v1.7.0 |
704 | 2024-05-24T18:33:40.356Z | Compiling ident_case v1.0.1 |
705 | 2024-05-24T18:33:40.486Z | Compiling num_threads v0.1.7 |
706 | 2024-05-24T18:33:40.580Z | Compiling crossbeam-utils v0.8.20 |
707 | 2024-05-24T18:33:40.707Z | Compiling unicode-width v0.1.12 |
708 | 2024-05-24T18:33:40.864Z | Compiling getopts v0.2.21 |
709 | 2024-05-24T18:33:41.088Z | Compiling time v0.3.36 |
710 | 2024-05-24T18:33:41.377Z | Compiling darling_core v0.20.9 |
711 | 2024-05-24T18:33:43.284Z | Compiling goblin v0.8.2 |
712 | 2024-05-24T18:33:46.313Z | Compiling rustls-pemfile v1.0.4 |
713 | 2024-05-24T18:33:48.217Z | Compiling hyper-tls v0.5.0 |
714 | 2024-05-24T18:33:48.242Z | Compiling hyper-rustls v0.24.2 |
715 | 2024-05-24T18:33:48.591Z | Compiling url v2.5.0 |
716 | 2024-05-24T18:33:48.626Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#6fab88c6) |
717 | 2024-05-24T18:33:48.736Z | Compiling openapiv3 v2.0.0 |
718 | 2024-05-24T18:33:49.833Z | Compiling dirs-sys-next v0.1.2 |
719 | 2024-05-24T18:33:50.800Z | Compiling pretty-hex v0.4.1 |
720 | 2024-05-24T18:33:50.989Z | Compiling sync_wrapper v0.1.2 |
721 | 2024-05-24T18:33:51.100Z | Compiling paste v1.0.15 |
722 | 2024-05-24T18:33:51.268Z | Compiling webpki-roots v0.25.4 |
723 | 2024-05-24T18:33:51.394Z | Compiling unsafe-libyaml v0.2.11 |
724 | 2024-05-24T18:33:51.492Z | Compiling rustversion v1.0.17 |
725 | 2024-05-24T18:33:51.966Z | Compiling ipnet v2.9.0 |
726 | 2024-05-24T18:33:52.002Z | Compiling rustls v0.22.4 |
727 | 2024-05-24T18:33:52.306Z | Compiling serde_yaml v0.9.34+deprecated |
728 | 2024-05-24T18:33:52.644Z | Compiling reqwest v0.11.27 |
729 | 2024-05-24T18:33:53.155Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7395bd26) |
730 | 2024-05-24T18:33:55.284Z | Compiling dirs-next v2.0.0 |
731 | 2024-05-24T18:33:55.933Z | Compiling darling_macro v0.20.9 |
732 | 2024-05-24T18:33:58.333Z | Compiling rustls-webpki v0.102.4 |
733 | 2024-05-24T18:33:58.460Z | Compiling block-buffer v0.10.4 |
734 | 2024-05-24T18:33:58.538Z | Compiling crypto-common v0.1.6 |
735 | 2024-05-24T18:33:58.686Z | Compiling toml_datetime v0.6.6 |
736 | 2024-05-24T18:33:58.711Z | Compiling serde_spanned v0.6.6 |
737 | 2024-05-24T18:33:58.902Z | Compiling structmeta-derive v0.3.0 |
738 | 2024-05-24T18:33:59.245Z | Compiling rand_core v0.6.4 |
739 | 2024-05-24T18:33:59.618Z | Compiling thread_local v1.1.8 |
740 | 2024-05-24T18:33:59.650Z | Compiling multer v3.1.0 |
741 | 2024-05-24T18:33:59.928Z | Compiling anyhow v1.0.86 |
742 | 2024-05-24T18:34:00.298Z | Compiling slog-async v2.8.0 |
743 | 2024-05-24T18:34:00.410Z | Compiling ppv-lite86 v0.2.17 |
744 | 2024-05-24T18:34:00.498Z | Compiling winnow v0.6.8 |
745 | 2024-05-24T18:34:00.703Z | Compiling zeroize v1.7.0 |
746 | 2024-05-24T18:34:00.981Z | Compiling camino v1.1.7 |
747 | 2024-05-24T18:34:01.061Z | Compiling match_cfg v0.1.0 |
748 | 2024-05-24T18:34:01.141Z | Compiling subtle v2.5.0 |
749 | 2024-05-24T18:34:01.180Z | Compiling structmeta v0.3.0 |
750 | 2024-05-24T18:34:01.496Z | Compiling hostname v0.3.1 |
751 | 2024-05-24T18:34:01.521Z | Compiling rand_chacha v0.3.1 |
752 | 2024-05-24T18:34:02.102Z | Compiling digest v0.10.7 |
753 | 2024-05-24T18:34:02.324Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7395bd26) |
754 | 2024-05-24T18:34:02.434Z | Compiling crossbeam-channel v0.5.13 |
755 | 2024-05-24T18:34:03.826Z | Compiling toml_edit v0.22.13 |
756 | 2024-05-24T18:34:03.917Z | Compiling darling v0.20.9 |
757 | 2024-05-24T18:34:04.019Z | Compiling term v0.7.0 |
758 | 2024-05-24T18:34:08.783Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7395bd26) |
759 | 2024-05-24T18:34:10.927Z | Compiling usdt-attr-macro v0.5.0 |
760 | 2024-05-24T18:34:11.302Z | Compiling usdt-macro v0.5.0 |
761 | 2024-05-24T18:34:12.122Z | Compiling slog-json v2.6.1 |
762 | 2024-05-24T18:34:12.362Z | Compiling futures-executor v0.3.30 |
763 | 2024-05-24T18:34:12.551Z | Compiling async-stream-impl v0.3.5 |
764 | 2024-05-24T18:34:13.447Z | Compiling http v1.1.0 |
765 | 2024-05-24T18:34:13.775Z | Compiling memmap v0.7.0 |
766 | 2024-05-24T18:34:14.149Z | Compiling is-terminal v0.4.12 |
767 | 2024-05-24T18:34:14.261Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0bb8694d) |
768 | 2024-05-24T18:34:14.534Z | Compiling take_mut v0.2.2 |
769 | 2024-05-24T18:34:14.653Z | Compiling base64 v0.22.1 |
770 | 2024-05-24T18:34:14.970Z | Compiling atomic-waker v1.1.2 |
771 | 2024-05-24T18:34:15.124Z | Compiling heck v0.4.1 |
772 | 2024-05-24T18:34:15.468Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
773 | 2024-05-24T18:34:15.509Z | Compiling cpufeatures v0.2.12 |
774 | 2024-05-24T18:34:15.589Z | Compiling sha1 v0.10.6 |
775 | 2024-05-24T18:34:15.741Z | Compiling strum_macros v0.26.2 |
776 | 2024-05-24T18:34:16.205Z | Compiling rustls-pemfile v2.1.2 |
777 | 2024-05-24T18:34:16.811Z | Compiling waitgroup v0.1.2 |
778 | 2024-05-24T18:34:17.012Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7395bd26) |
779 | 2024-05-24T18:34:19.485Z | Compiling slog-term v2.9.1 |
780 | 2024-05-24T18:34:19.547Z | Compiling usdt v0.5.0 |
781 | 2024-05-24T18:34:20.405Z | Compiling async-stream v0.3.5 |
782 | 2024-05-24T18:34:20.693Z | Compiling futures v0.3.30 |
783 | 2024-05-24T18:34:20.860Z | Compiling slog-bunyan v2.5.0 |
784 | 2024-05-24T18:34:20.885Z | Compiling toml v0.8.13 |
785 | 2024-05-24T18:34:21.083Z | Compiling tokio-rustls v0.25.0 |
786 | 2024-05-24T18:34:21.430Z | Compiling serde_with_macros v3.8.1 |
787 | 2024-05-24T18:34:23.145Z | Compiling rand v0.8.5 |
788 | 2024-05-24T18:34:24.690Z | Compiling parse-display-derive v0.9.0 |
789 | 2024-05-24T18:34:24.915Z | Compiling newtype-uuid v1.1.0 |
790 | 2024-05-24T18:34:24.991Z | Compiling ipnetwork v0.20.0 |
791 | 2024-05-24T18:34:25.192Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0bb8694d) |
792 | 2024-05-24T18:34:26.892Z | Compiling hex v0.4.3 |
793 | 2024-05-24T18:34:27.117Z | Compiling serde_path_to_error v0.1.16 |
794 | 2024-05-24T18:34:27.444Z | Compiling async-trait v0.1.80 |
795 | 2024-05-24T18:34:27.957Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
796 | 2024-05-24T18:34:28.165Z | Compiling hostname v0.4.0 |
797 | 2024-05-24T18:34:28.377Z | Compiling instant v0.1.13 |
798 | 2024-05-24T18:34:28.508Z | Compiling debug-ignore v1.0.5 |
799 | 2024-05-24T18:34:28.635Z | Compiling backoff v0.4.0 |
800 | 2024-05-24T18:34:28.686Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
801 | 2024-05-24T18:34:28.814Z | Compiling parse-display v0.9.0 |
802 | 2024-05-24T18:34:28.858Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
803 | 2024-05-24T18:34:28.935Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
804 | 2024-05-24T18:34:29.012Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
805 | 2024-05-24T18:34:29.118Z | Compiling serde_with v3.8.1 |
806 | 2024-05-24T18:34:30.444Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
807 | 2024-05-24T18:34:31.086Z | Compiling strum v0.26.2 |
808 | 2024-05-24T18:34:31.233Z | Compiling macaddr v1.0.1 |
809 | 2024-05-24T18:34:34.303Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
810 | 2024-05-24T18:34:42.038Z | Compiling test-project v0.1.0 (/tmp/test-project) |
811 | 2024-05-24T18:34:50.904Z | Finished `release` profile [optimized] target(s) in 1m 59s |
812 | 2024-05-24T18:34:50.957Z | process exited: duration 192148 ms, exit code 0 |
|
813 | 2024-05-24T18:34:51.009Z | found 0 output files |