|
|
|
1 | 2024-06-04T10:21:24.783Z | job assigned to worker 01HZHC82FKVAEM8YA60NH3RATB (queued for 36 s) |
|
2 | 2024-06-04T10:21:25.160Z | starting task 0: "setup" |
3 | 2024-06-04T10:21:25.202Z | ++ uname -s |
4 | 2024-06-04T10:21:25.202Z | + kern=SunOS |
5 | 2024-06-04T10:21:25.202Z | + case "$kern" in |
6 | 2024-06-04T10:21:25.202Z | + groupadd -g 12345 build |
7 | 2024-06-04T10:21:25.202Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-04T10:21:27.603Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-04T10:21:27.631Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-04T10:21:27.631Z | + home_fs=zfs |
11 | 2024-06-04T10:21:27.631Z | + [[ zfs == autofs ]] |
12 | 2024-06-04T10:21:27.631Z | + mkdir -p /home/build |
13 | 2024-06-04T10:21:27.632Z | + chown build:build /home/build /work |
14 | 2024-06-04T10:21:29.249Z | + chmod 0700 /home/build /work |
15 | 2024-06-04T10:21:29.276Z | process exited: duration 4087 ms, exit code 0 |
|
16 | 2024-06-04T10:21:29.342Z | starting task 1: "rust-toolchain" |
17 | 2024-06-04T10:21:29.377Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-06-04T10:21:29.378Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
19 | 2024-06-04T10:21:29.582Z | info: downloading installer |
20 | 2024-06-04T10:21:30.004Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-06-04T10:21:30.004Z | warning: /opt/ooce/bin |
22 | 2024-06-04T10:21:30.004Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-06-04T10:21:30.005Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-06-04T10:21:30.005Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-06-04T10:21:30.005Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-06-04T10:21:30.005Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-06-04T10:21:30.005Z | error: cannot install while Rust is installed |
28 | 2024-06-04T10:21:30.005Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-06-04T10:21:30.050Z | info: profile set to 'default' |
30 | 2024-06-04T10:21:30.050Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-06-04T10:21:30.050Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
32 | 2024-06-04T10:21:30.563Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
33 | 2024-06-04T10:21:30.563Z | info: downloading component 'cargo' |
34 | 2024-06-04T10:21:30.587Z | info: downloading component 'clippy' |
35 | 2024-06-04T10:21:30.587Z | info: downloading component 'rust-docs' |
36 | 2024-06-04T10:21:30.757Z | info: downloading component 'rust-std' |
37 | 2024-06-04T10:21:31.353Z | info: downloading component 'rustc' |
38 | 2024-06-04T10:21:32.683Z | info: downloading component 'rustfmt' |
39 | 2024-06-04T10:21:32.747Z | info: installing component 'cargo' |
40 | 2024-06-04T10:21:33.871Z | info: installing component 'clippy' |
41 | 2024-06-04T10:21:34.298Z | info: installing component 'rust-docs' |
42 | 2024-06-04T10:21:36.915Z | info: installing component 'rust-std' |
43 | 2024-06-04T10:21:39.022Z | info: installing component 'rustc' |
44 | 2024-06-04T10:21:43.910Z | info: installing component 'rustfmt' |
45 | 2024-06-04T10:21:44.276Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
46 | 2024-06-04T10:21:44.276Z | |
47 | 2024-06-04T10:21:44.385Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
48 | 2024-06-04T10:21:44.385Z | |
49 | 2024-06-04T10:21:44.385Z | |
50 | 2024-06-04T10:21:44.386Z | Rust is installed now. Great! |
51 | 2024-06-04T10:21:44.386Z | |
52 | 2024-06-04T10:21:44.421Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-06-04T10:21:44.421Z | environment variable. This has not been done automatically. |
54 | 2024-06-04T10:21:44.421Z | |
55 | 2024-06-04T10:21:44.421Z | To configure your current shell, you need to source |
56 | 2024-06-04T10:21:44.422Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-06-04T10:21:44.422Z | |
58 | 2024-06-04T10:21:44.422Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-06-04T10:21:44.422Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-06-04T10:21:44.422Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-06-04T10:21:44.447Z | + rustc --version |
62 | 2024-06-04T10:21:44.524Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
63 | 2024-06-04T10:21:44.548Z | process exited: duration 15190 ms, exit code 0 |
|
64 | 2024-06-04T10:21:44.604Z | starting task 2: "authentication" |
65 | 2024-06-04T10:21:44.662Z | process exited: duration 59 ms, exit code 0 |
|
66 | 2024-06-04T10:21:44.713Z | starting task 3: "clone repository" |
67 | 2024-06-04T10:21:44.742Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-06-04T10:21:44.743Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-06-04T10:21:45.213Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-06-04T10:21:52.762Z | + cd /work/oxidecomputer/omicron |
71 | 2024-06-04T10:21:52.763Z | + git fetch origin 48d427ece7c441c9b94e220270f24ea7197c6c3d |
72 | 2024-06-04T10:21:53.214Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-06-04T10:21:53.214Z | * branch 48d427ece7c441c9b94e220270f24ea7197c6c3d -> FETCH_HEAD |
74 | 2024-06-04T10:21:53.243Z | + [[ -n felixmcfelix/opte-545 ]] |
75 | 2024-06-04T10:21:53.243Z | ++ git branch --show-current |
76 | 2024-06-04T10:21:53.243Z | + current=main |
77 | 2024-06-04T10:21:53.243Z | + [[ main != felixmcfelix/opte-545 ]] |
78 | 2024-06-04T10:21:53.244Z | + git branch -f felixmcfelix/opte-545 48d427ece7c441c9b94e220270f24ea7197c6c3d |
79 | 2024-06-04T10:21:53.244Z | + git checkout -f felixmcfelix/opte-545 |
80 | 2024-06-04T10:21:53.400Z | Switched to branch 'felixmcfelix/opte-545' |
81 | 2024-06-04T10:21:53.430Z | + git reset --hard 48d427ece7c441c9b94e220270f24ea7197c6c3d |
82 | 2024-06-04T10:21:53.431Z | HEAD is now at 48d427ece Update OPTE to 0.31.262 (417f74e) |
83 | 2024-06-04T10:21:53.431Z | process exited: duration 8693 ms, exit code 0 |
|
84 | 2024-06-04T10:21:53.481Z | starting task 4: "build" |
85 | 2024-06-04T10:21:53.510Z | + cargo --version |
86 | 2024-06-04T10:21:53.563Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
87 | 2024-06-04T10:21:53.589Z | + rustc --version |
88 | 2024-06-04T10:21:53.637Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
89 | 2024-06-04T10:21:53.669Z | + cd /tmp |
90 | 2024-06-04T10:21:53.669Z | + cargo new --lib test-project |
91 | 2024-06-04T10:21:53.711Z | Creating library `test-project` package |
92 | 2024-06-04T10:21:53.804Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-06-04T10:21:53.837Z | + cd test-project |
94 | 2024-06-04T10:21:53.837Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-06-04T10:21:53.882Z | Adding omicron-common (local) to dependencies |
96 | 2024-06-04T10:21:53.882Z | Features: |
97 | 2024-06-04T10:21:53.882Z | - proptest |
98 | 2024-06-04T10:21:53.882Z | - test-strategy |
99 | 2024-06-04T10:21:53.882Z | - testing |
100 | 2024-06-04T10:21:53.912Z | Updating crates.io index |
101 | 2024-06-04T10:21:53.941Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
102 | 2024-06-04T10:21:54.843Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
103 | 2024-06-04T10:21:55.882Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2024-06-04T10:21:56.421Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
105 | 2024-06-04T10:21:58.607Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
106 | 2024-06-04T10:21:59.218Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
107 | 2024-06-04T10:21:59.723Z | Updating git repository `https://github.com/oxidecomputer/typify` |
108 | 2024-06-04T10:22:02.897Z | + cargo check |
109 | 2024-06-04T10:22:03.164Z | Downloading crates ... |
110 | 2024-06-04T10:22:03.238Z | Downloaded byteorder v1.5.0 |
111 | 2024-06-04T10:22:03.265Z | Downloaded base64 v0.21.7 |
112 | 2024-06-04T10:22:03.265Z | Downloaded futures-core v0.3.30 |
113 | 2024-06-04T10:22:03.265Z | Downloaded fnv v1.0.7 |
114 | 2024-06-04T10:22:03.265Z | Downloaded digest v0.10.7 |
115 | 2024-06-04T10:22:03.265Z | Downloaded futures-executor v0.3.30 |
116 | 2024-06-04T10:22:03.265Z | Downloaded untrusted v0.9.0 |
117 | 2024-06-04T10:22:03.292Z | Downloaded futures v0.3.30 |
118 | 2024-06-04T10:22:03.292Z | Downloaded usdt-macro v0.5.0 |
119 | 2024-06-04T10:22:03.293Z | Downloaded waitgroup v0.1.2 |
120 | 2024-06-04T10:22:03.293Z | Downloaded tower-service v0.3.2 |
121 | 2024-06-04T10:22:03.293Z | Downloaded toml_datetime v0.6.6 |
122 | 2024-06-04T10:22:03.318Z | Downloaded ucd-trie v0.1.6 |
123 | 2024-06-04T10:22:03.318Z | Downloaded tracing-core v0.1.32 |
124 | 2024-06-04T10:22:03.318Z | Downloaded toml_edit v0.22.14 |
125 | 2024-06-04T10:22:03.345Z | Downloaded time v0.3.36 |
126 | 2024-06-04T10:22:03.373Z | Downloaded scroll_derive v0.12.0 |
127 | 2024-06-04T10:22:03.373Z | Downloaded paste v1.0.15 |
128 | 2024-06-04T10:22:03.374Z | Downloaded libc v0.2.155 |
129 | 2024-06-04T10:22:03.405Z | Downloaded tokio v1.38.0 |
130 | 2024-06-04T10:22:03.434Z | Downloaded signal-hook-registry v1.4.2 |
131 | 2024-06-04T10:22:03.434Z | Downloaded subtle v2.5.0 |
132 | 2024-06-04T10:22:03.461Z | Downloaded strum_macros v0.26.3 |
133 | 2024-06-04T10:22:03.461Z | Downloaded parking_lot v0.12.3 |
134 | 2024-06-04T10:22:03.461Z | Downloaded proc-macro2 v1.0.85 |
135 | 2024-06-04T10:22:03.461Z | Downloaded ryu v1.0.18 |
136 | 2024-06-04T10:22:03.461Z | Downloaded url v2.5.0 |
137 | 2024-06-04T10:22:03.461Z | Downloaded socket2 v0.5.7 |
138 | 2024-06-04T10:22:03.461Z | Downloaded smallvec v1.13.2 |
139 | 2024-06-04T10:22:03.461Z | Downloaded serde_derive v1.0.203 |
140 | 2024-06-04T10:22:03.461Z | Downloaded schemars v0.8.21 |
141 | 2024-06-04T10:22:03.486Z | Downloaded term v0.7.0 |
142 | 2024-06-04T10:22:03.487Z | Downloaded serde v1.0.203 |
143 | 2024-06-04T10:22:03.487Z | Downloaded rand v0.8.5 |
144 | 2024-06-04T10:22:03.487Z | Downloaded unicode-normalization v0.1.23 |
145 | 2024-06-04T10:22:03.512Z | Downloaded serde_yaml v0.9.34+deprecated |
146 | 2024-06-04T10:22:03.512Z | Downloaded pest v2.7.10 |
147 | 2024-06-04T10:22:03.512Z | Downloaded openssl-sys v0.9.102 |
148 | 2024-06-04T10:22:03.512Z | Downloaded serde_with v3.8.1 |
149 | 2024-06-04T10:22:03.538Z | Downloaded reqwest v0.11.27 |
150 | 2024-06-04T10:22:03.538Z | Downloaded serde_json v1.0.117 |
151 | 2024-06-04T10:22:03.565Z | Downloaded rustls-webpki v0.102.4 |
152 | 2024-06-04T10:22:03.565Z | Downloaded syn v2.0.66 |
153 | 2024-06-04T10:22:03.591Z | Downloaded regex-automata v0.4.6 |
154 | 2024-06-04T10:22:03.616Z | Downloaded regex v1.10.4 |
155 | 2024-06-04T10:22:03.616Z | Downloaded webpki-roots v0.25.4 |
156 | 2024-06-04T10:22:03.617Z | Downloaded rustls v0.22.4 |
157 | 2024-06-04T10:22:03.642Z | Downloaded rustls v0.21.12 |
158 | 2024-06-04T10:22:03.642Z | Downloaded regress v0.9.1 |
159 | 2024-06-04T10:22:03.668Z | Downloaded regex-syntax v0.8.3 |
160 | 2024-06-04T10:22:03.668Z | Downloaded vcpkg v0.2.15 |
161 | 2024-06-04T10:22:03.708Z | Downloaded rustls-webpki v0.101.7 |
162 | 2024-06-04T10:22:03.734Z | Downloaded zerocopy v0.7.34 |
163 | 2024-06-04T10:22:03.761Z | Downloaded winnow v0.6.11 |
164 | 2024-06-04T10:22:03.761Z | Downloaded slog v2.7.0 |
165 | 2024-06-04T10:22:03.761Z | Downloaded structmeta-derive v0.3.0 |
166 | 2024-06-04T10:22:03.761Z | Downloaded structmeta v0.3.0 |
167 | 2024-06-04T10:22:03.761Z | Downloaded strsim v0.11.1 |
168 | 2024-06-04T10:22:03.761Z | Downloaded spin v0.9.8 |
169 | 2024-06-04T10:22:03.787Z | Downloaded slog-term v2.9.1 |
170 | 2024-06-04T10:22:03.788Z | Downloaded slog-json v2.6.1 |
171 | 2024-06-04T10:22:03.788Z | Downloaded slog-bunyan v2.5.0 |
172 | 2024-06-04T10:22:03.788Z | Downloaded slog-async v2.8.0 |
173 | 2024-06-04T10:22:03.788Z | Downloaded slab v0.4.9 |
174 | 2024-06-04T10:22:03.788Z | Downloaded sha2 v0.10.8 |
175 | 2024-06-04T10:22:03.788Z | Downloaded sha1 v0.10.6 |
176 | 2024-06-04T10:22:03.788Z | Downloaded ring v0.17.8 |
177 | 2024-06-04T10:22:03.856Z | Downloaded serde_tokenstream v0.2.0 |
178 | 2024-06-04T10:22:03.882Z | Downloaded serde_spanned v0.6.6 |
179 | 2024-06-04T10:22:03.882Z | Downloaded semver v1.0.23 |
180 | 2024-06-04T10:22:03.882Z | Downloaded sct v0.7.1 |
181 | 2024-06-04T10:22:03.882Z | Downloaded scroll v0.12.0 |
182 | 2024-06-04T10:22:03.882Z | Downloaded scopeguard v1.2.0 |
183 | 2024-06-04T10:22:03.882Z | Downloaded schemars_derive v0.8.21 |
184 | 2024-06-04T10:22:03.882Z | Downloaded rustversion v1.0.17 |
185 | 2024-06-04T10:22:03.882Z | Downloaded rustls-pki-types v1.7.0 |
186 | 2024-06-04T10:22:03.882Z | Downloaded rustls-pemfile v2.1.2 |
187 | 2024-06-04T10:22:03.882Z | Downloaded quote v1.0.36 |
188 | 2024-06-04T10:22:03.883Z | Downloaded pest_meta v2.7.10 |
189 | 2024-06-04T10:22:03.883Z | Downloaded pest_generator v2.7.10 |
190 | 2024-06-04T10:22:03.908Z | Downloaded pest_derive v2.7.10 |
191 | 2024-06-04T10:22:03.908Z | Downloaded zerocopy-derive v0.7.34 |
192 | 2024-06-04T10:22:03.908Z | Downloaded uuid v1.8.0 |
193 | 2024-06-04T10:22:03.908Z | Downloaded unsafe-libyaml v0.2.11 |
194 | 2024-06-04T10:22:03.908Z | Downloaded serde_with_macros v3.8.1 |
195 | 2024-06-04T10:22:03.909Z | Downloaded serde_urlencoded v0.7.1 |
196 | 2024-06-04T10:22:03.909Z | Downloaded serde_path_to_error v0.1.16 |
197 | 2024-06-04T10:22:03.909Z | Downloaded serde_derive_internals v0.29.1 |
198 | 2024-06-04T10:22:03.909Z | Downloaded rustls-pemfile v1.0.4 |
199 | 2024-06-04T10:22:03.909Z | Downloaded rand_core v0.6.4 |
200 | 2024-06-04T10:22:03.909Z | Downloaded rand_chacha v0.3.1 |
201 | 2024-06-04T10:22:03.909Z | Downloaded ppv-lite86 v0.2.17 |
202 | 2024-06-04T10:22:03.936Z | Downloaded powerfmt v0.2.0 |
203 | 2024-06-04T10:22:03.936Z | Downloaded plain v0.2.3 |
204 | 2024-06-04T10:22:03.937Z | Downloaded pkg-config v0.3.30 |
205 | 2024-06-04T10:22:03.937Z | Downloaded pin-utils v0.1.0 |
206 | 2024-06-04T10:22:03.937Z | Downloaded pin-project-lite v0.2.14 |
207 | 2024-06-04T10:22:03.937Z | Downloaded percent-encoding v2.3.1 |
208 | 2024-06-04T10:22:03.937Z | Downloaded parse-display v0.9.1 |
209 | 2024-06-04T10:22:03.937Z | Downloaded parking_lot_core v0.9.10 |
210 | 2024-06-04T10:22:03.937Z | Downloaded version_check v0.9.4 |
211 | 2024-06-04T10:22:03.937Z | Downloaded usdt-impl v0.5.0 |
212 | 2024-06-04T10:22:03.937Z | Downloaded usdt-attr-macro v0.5.0 |
213 | 2024-06-04T10:22:03.937Z | Downloaded take_mut v0.2.2 |
214 | 2024-06-04T10:22:03.937Z | Downloaded sync_wrapper v0.1.2 |
215 | 2024-06-04T10:22:03.937Z | Downloaded strum v0.26.2 |
216 | 2024-06-04T10:22:03.937Z | Downloaded parse-display-derive v0.9.1 |
217 | 2024-06-04T10:22:03.937Z | Downloaded zeroize v1.8.1 |
218 | 2024-06-04T10:22:03.937Z | Downloaded openssl v0.10.64 |
219 | 2024-06-04T10:22:03.962Z | Downloaded openapiv3 v2.0.0 |
220 | 2024-06-04T10:22:03.963Z | Downloaded idna v0.5.0 |
221 | 2024-06-04T10:22:03.963Z | Downloaded pretty-hex v0.4.1 |
222 | 2024-06-04T10:22:03.988Z | Downloaded tokio-util v0.7.11 |
223 | 2024-06-04T10:22:03.988Z | Downloaded tokio-rustls v0.25.0 |
224 | 2024-06-04T10:22:03.988Z | Downloaded tinyvec v1.6.0 |
225 | 2024-06-04T10:22:03.988Z | Downloaded want v0.3.1 |
226 | 2024-06-04T10:22:03.988Z | Downloaded hyper v0.14.29 |
227 | 2024-06-04T10:22:03.988Z | Downloaded hashbrown v0.14.5 |
228 | 2024-06-04T10:22:04.013Z | Downloaded h2 v0.3.26 |
229 | 2024-06-04T10:22:04.013Z | Downloaded goblin v0.8.2 |
230 | 2024-06-04T10:22:04.013Z | Downloaded futures-util v0.3.30 |
231 | 2024-06-04T10:22:04.044Z | Downloaded encoding_rs v0.8.34 |
232 | 2024-06-04T10:22:04.072Z | Downloaded tracing v0.1.40 |
233 | 2024-06-04T10:22:04.072Z | Downloaded toml v0.8.14 |
234 | 2024-06-04T10:22:04.072Z | Downloaded typenum v1.17.0 |
235 | 2024-06-04T10:22:04.072Z | Downloaded memchr v2.7.2 |
236 | 2024-06-04T10:22:04.072Z | Downloaded unicode-bidi v0.3.15 |
237 | 2024-06-04T10:22:04.072Z | Downloaded indexmap v2.2.6 |
238 | 2024-06-04T10:22:04.072Z | Downloaded hashbrown v0.12.3 |
239 | 2024-06-04T10:22:04.100Z | Downloaded tokio-rustls v0.24.1 |
240 | 2024-06-04T10:22:04.101Z | Downloaded time-macros v0.2.18 |
241 | 2024-06-04T10:22:04.101Z | Downloaded time-core v0.1.2 |
242 | 2024-06-04T10:22:04.101Z | Downloaded thread-id v4.2.1 |
243 | 2024-06-04T10:22:04.101Z | Downloaded tokio-macros v2.3.0 |
244 | 2024-06-04T10:22:04.101Z | Downloaded usdt v0.5.0 |
245 | 2024-06-04T10:22:04.101Z | Downloaded log v0.4.21 |
246 | 2024-06-04T10:22:04.101Z | Downloaded ipnet v2.9.0 |
247 | 2024-06-04T10:22:04.101Z | Downloaded http v1.1.0 |
248 | 2024-06-04T10:22:04.101Z | Downloaded http v0.2.12 |
249 | 2024-06-04T10:22:04.101Z | Downloaded tokio-native-tls v0.3.1 |
250 | 2024-06-04T10:22:04.101Z | Downloaded thread_local v1.1.8 |
251 | 2024-06-04T10:22:04.101Z | Downloaded try-lock v0.2.5 |
252 | 2024-06-04T10:22:04.101Z | Downloaded tinyvec_macros v0.1.1 |
253 | 2024-06-04T10:22:04.101Z | Downloaded thiserror-impl v1.0.61 |
254 | 2024-06-04T10:22:04.101Z | Downloaded thiserror v1.0.61 |
255 | 2024-06-04T10:22:04.127Z | Downloaded num-traits v0.2.19 |
256 | 2024-06-04T10:22:04.127Z | Downloaded mio v0.8.11 |
257 | 2024-06-04T10:22:04.127Z | Downloaded mime v0.3.17 |
258 | 2024-06-04T10:22:04.127Z | Downloaded lock_api v0.4.12 |
259 | 2024-06-04T10:22:04.127Z | Downloaded unicode-width v0.1.12 |
260 | 2024-06-04T10:22:04.127Z | Downloaded openssl-macros v0.1.1 |
261 | 2024-06-04T10:22:04.127Z | Downloaded native-tls v0.2.12 |
262 | 2024-06-04T10:22:04.127Z | Downloaded macaddr v1.0.1 |
263 | 2024-06-04T10:22:04.127Z | Downloaded itoa v1.0.11 |
264 | 2024-06-04T10:22:04.127Z | Downloaded ipnetwork v0.20.0 |
265 | 2024-06-04T10:22:04.127Z | Downloaded instant v0.1.13 |
266 | 2024-06-04T10:22:04.127Z | Downloaded getrandom v0.2.15 |
267 | 2024-06-04T10:22:04.159Z | Downloaded generic-array v0.14.7 |
268 | 2024-06-04T10:22:04.160Z | Downloaded futures-sink v0.3.30 |
269 | 2024-06-04T10:22:04.160Z | Downloaded futures-io v0.3.30 |
270 | 2024-06-04T10:22:04.160Z | Downloaded once_cell v1.19.0 |
271 | 2024-06-04T10:22:04.160Z | Downloaded omicron-workspace-hack v0.1.0 |
272 | 2024-06-04T10:22:04.160Z | Downloaded num_threads v0.1.7 |
273 | 2024-06-04T10:22:04.160Z | Downloaded num_cpus v1.16.0 |
274 | 2024-06-04T10:22:04.161Z | Downloaded num-conv v0.1.0 |
275 | 2024-06-04T10:22:04.161Z | Downloaded newtype-uuid v1.1.0 |
276 | 2024-06-04T10:22:04.161Z | Downloaded multer v3.1.0 |
277 | 2024-06-04T10:22:04.161Z | Downloaded memmap v0.7.0 |
278 | 2024-06-04T10:22:04.161Z | Downloaded match_cfg v0.1.0 |
279 | 2024-06-04T10:22:04.161Z | Downloaded is-terminal v0.4.12 |
280 | 2024-06-04T10:22:04.161Z | Downloaded indexmap v1.9.3 |
281 | 2024-06-04T10:22:04.161Z | Downloaded ident_case v1.0.1 |
282 | 2024-06-04T10:22:04.161Z | Downloaded iana-time-zone v0.1.60 |
283 | 2024-06-04T10:22:04.161Z | Downloaded hyper-tls v0.5.0 |
284 | 2024-06-04T10:22:04.198Z | Downloaded hyper-rustls v0.24.2 |
285 | 2024-06-04T10:22:04.199Z | Downloaded httpdate v1.0.3 |
286 | 2024-06-04T10:22:04.199Z | Downloaded httparse v1.8.0 |
287 | 2024-06-04T10:22:04.199Z | Downloaded http-body v0.4.6 |
288 | 2024-06-04T10:22:04.199Z | Downloaded hostname v0.4.0 |
289 | 2024-06-04T10:22:04.199Z | Downloaded hostname v0.3.1 |
290 | 2024-06-04T10:22:04.199Z | Downloaded hex v0.4.3 |
291 | 2024-06-04T10:22:04.199Z | Downloaded heck v0.5.0 |
292 | 2024-06-04T10:22:04.199Z | Downloaded getopts v0.2.21 |
293 | 2024-06-04T10:22:04.199Z | Downloaded futures-task v0.3.30 |
294 | 2024-06-04T10:22:04.199Z | Downloaded futures-macro v0.3.30 |
295 | 2024-06-04T10:22:04.199Z | Downloaded form_urlencoded v1.2.1 |
296 | 2024-06-04T10:22:04.199Z | Downloaded dirs-sys-next v0.1.2 |
297 | 2024-06-04T10:22:04.200Z | Downloaded dirs-next v2.0.0 |
298 | 2024-06-04T10:22:04.200Z | Downloaded foreign-types-shared v0.1.1 |
299 | 2024-06-04T10:22:04.200Z | Downloaded unicode-ident v1.0.12 |
300 | 2024-06-04T10:22:04.200Z | Downloaded openssl-probe v0.1.5 |
301 | 2024-06-04T10:22:04.200Z | Downloaded darling_core v0.20.9 |
302 | 2024-06-04T10:22:04.200Z | Downloaded crossbeam-channel v0.5.13 |
303 | 2024-06-04T10:22:04.200Z | Downloaded chrono v0.4.38 |
304 | 2024-06-04T10:22:04.234Z | Downloaded camino v1.1.7 |
305 | 2024-06-04T10:22:04.234Z | Downloaded futures-channel v0.3.30 |
306 | 2024-06-04T10:22:04.234Z | Downloaded dof v0.3.0 |
307 | 2024-06-04T10:22:04.234Z | Downloaded deranged v0.3.11 |
308 | 2024-06-04T10:22:04.234Z | Downloaded darling v0.20.9 |
309 | 2024-06-04T10:22:04.234Z | Downloaded crypto-common v0.1.6 |
310 | 2024-06-04T10:22:04.234Z | Downloaded crossbeam-utils v0.8.20 |
311 | 2024-06-04T10:22:04.234Z | Downloaded cc v1.0.98 |
312 | 2024-06-04T10:22:04.234Z | Downloaded bytes v1.6.0 |
313 | 2024-06-04T10:22:04.234Z | Downloaded foreign-types v0.3.2 |
314 | 2024-06-04T10:22:04.234Z | Downloaded equivalent v1.0.1 |
315 | 2024-06-04T10:22:04.234Z | Downloaded dyn-clone v1.0.17 |
316 | 2024-06-04T10:22:04.234Z | Downloaded dtrace-parser v0.2.0 |
317 | 2024-06-04T10:22:04.234Z | Downloaded debug-ignore v1.0.5 |
318 | 2024-06-04T10:22:04.234Z | Downloaded darling_macro v0.20.9 |
319 | 2024-06-04T10:22:04.234Z | Downloaded cpufeatures v0.2.12 |
320 | 2024-06-04T10:22:04.235Z | Downloaded cfg-if v1.0.0 |
321 | 2024-06-04T10:22:04.235Z | Downloaded block-buffer v0.10.4 |
322 | 2024-06-04T10:22:04.235Z | Downloaded bitflags v2.5.0 |
323 | 2024-06-04T10:22:04.235Z | Downloaded base64 v0.22.1 |
324 | 2024-06-04T10:22:04.279Z | Downloaded backoff v0.4.0 |
325 | 2024-06-04T10:22:04.279Z | Downloaded autocfg v1.3.0 |
326 | 2024-06-04T10:22:04.279Z | Downloaded atomic-waker v1.1.2 |
327 | 2024-06-04T10:22:04.279Z | Downloaded async-trait v0.1.80 |
328 | 2024-06-04T10:22:04.279Z | Downloaded async-stream-impl v0.3.5 |
329 | 2024-06-04T10:22:04.279Z | Downloaded async-stream v0.3.5 |
330 | 2024-06-04T10:22:04.279Z | Downloaded anyhow v1.0.86 |
331 | 2024-06-04T10:22:04.279Z | Downloaded allocator-api2 v0.2.18 |
332 | 2024-06-04T10:22:04.279Z | Downloaded ahash v0.8.11 |
333 | 2024-06-04T10:22:04.279Z | Downloaded aho-corasick v1.1.3 |
334 | 2024-06-04T10:22:04.356Z | Compiling proc-macro2 v1.0.85 |
335 | 2024-06-04T10:22:04.356Z | Compiling unicode-ident v1.0.12 |
336 | 2024-06-04T10:22:04.382Z | Compiling libc v0.2.155 |
337 | 2024-06-04T10:22:04.382Z | Checking cfg-if v1.0.0 |
338 | 2024-06-04T10:22:04.382Z | Compiling version_check v0.9.4 |
339 | 2024-06-04T10:22:04.382Z | Compiling autocfg v1.3.0 |
340 | 2024-06-04T10:22:04.382Z | Compiling serde v1.0.203 |
341 | 2024-06-04T10:22:04.382Z | Compiling serde_json v1.0.117 |
342 | 2024-06-04T10:22:04.448Z | Checking itoa v1.0.11 |
343 | 2024-06-04T10:22:04.540Z | Compiling thiserror v1.0.61 |
344 | 2024-06-04T10:22:05.037Z | Compiling memchr v2.7.2 |
345 | 2024-06-04T10:22:05.063Z | Checking once_cell v1.19.0 |
346 | 2024-06-04T10:22:05.063Z | Compiling cc v1.0.98 |
347 | 2024-06-04T10:22:05.063Z | Compiling ahash v0.8.11 |
348 | 2024-06-04T10:22:05.855Z | Checking byteorder v1.5.0 |
349 | 2024-06-04T10:22:05.855Z | Compiling num-traits v0.2.19 |
350 | 2024-06-04T10:22:05.855Z | Checking getrandom v0.2.15 |
351 | 2024-06-04T10:22:05.855Z | Compiling quote v1.0.36 |
352 | 2024-06-04T10:22:05.856Z | Checking pin-project-lite v0.2.14 |
353 | 2024-06-04T10:22:05.856Z | Checking ryu v1.0.18 |
354 | 2024-06-04T10:22:05.856Z | Checking log v0.4.21 |
355 | 2024-06-04T10:22:05.936Z | Compiling syn v2.0.66 |
356 | 2024-06-04T10:22:05.961Z | Checking bytes v1.6.0 |
357 | 2024-06-04T10:22:06.026Z | Compiling lock_api v0.4.12 |
358 | 2024-06-04T10:22:06.104Z | Compiling schemars v0.8.21 |
359 | 2024-06-04T10:22:06.186Z | Checking allocator-api2 v0.2.18 |
360 | 2024-06-04T10:22:06.286Z | Compiling parking_lot_core v0.9.10 |
361 | 2024-06-04T10:22:06.317Z | Checking smallvec v1.13.2 |
362 | 2024-06-04T10:22:06.417Z | Checking scopeguard v1.2.0 |
363 | 2024-06-04T10:22:06.447Z | Checking futures-core v0.3.30 |
364 | 2024-06-04T10:22:06.574Z | Checking mio v0.8.11 |
365 | 2024-06-04T10:22:06.605Z | Checking signal-hook-registry v1.4.2 |
366 | 2024-06-04T10:22:06.605Z | Checking socket2 v0.5.7 |
367 | 2024-06-04T10:22:06.720Z | Checking num_cpus v1.16.0 |
368 | 2024-06-04T10:22:06.784Z | Compiling slab v0.4.9 |
369 | 2024-06-04T10:22:06.814Z | Checking futures-sink v0.3.30 |
370 | 2024-06-04T10:22:06.891Z | Checking spin v0.9.8 |
371 | 2024-06-04T10:22:06.947Z | Checking parking_lot v0.12.3 |
372 | 2024-06-04T10:22:06.981Z | Checking fnv v1.0.7 |
373 | 2024-06-04T10:22:07.061Z | Checking untrusted v0.9.0 |
374 | 2024-06-04T10:22:07.087Z | Checking equivalent v1.0.1 |
375 | 2024-06-04T10:22:07.087Z | Checking futures-channel v0.3.30 |
376 | 2024-06-04T10:22:07.160Z | Checking futures-io v0.3.30 |
377 | 2024-06-04T10:22:07.188Z | Compiling pkg-config v0.3.30 |
378 | 2024-06-04T10:22:07.233Z | Checking futures-task v0.3.30 |
379 | 2024-06-04T10:22:07.316Z | Checking pin-utils v0.1.0 |
380 | 2024-06-04T10:22:07.357Z | Compiling ring v0.17.8 |
381 | 2024-06-04T10:22:07.386Z | Compiling vcpkg v0.2.15 |
382 | 2024-06-04T10:22:07.386Z | Compiling semver v1.0.23 |
383 | 2024-06-04T10:22:07.419Z | Checking iana-time-zone v0.1.60 |
384 | 2024-06-04T10:22:07.573Z | Compiling ucd-trie v0.1.6 |
385 | 2024-06-04T10:22:07.780Z | Checking http v0.2.12 |
386 | 2024-06-04T10:22:08.093Z | Compiling heck v0.5.0 |
387 | 2024-06-04T10:22:08.577Z | Checking dyn-clone v1.0.17 |
388 | 2024-06-04T10:22:08.688Z | Compiling httparse v1.8.0 |
389 | 2024-06-04T10:22:08.756Z | Checking tracing-core v0.1.32 |
390 | 2024-06-04T10:22:08.946Z | Compiling uuid v1.8.0 |
391 | 2024-06-04T10:22:09.084Z | Compiling openssl-sys v0.9.102 |
392 | 2024-06-04T10:22:09.348Z | Checking tracing v0.1.40 |
393 | 2024-06-04T10:22:09.404Z | Compiling chrono v0.4.38 |
394 | 2024-06-04T10:22:09.500Z | Compiling slog v2.7.0 |
395 | 2024-06-04T10:22:09.548Z | Compiling openssl v0.10.64 |
396 | 2024-06-04T10:22:09.597Z | Checking foreign-types-shared v0.1.1 |
397 | 2024-06-04T10:22:09.661Z | Checking try-lock v0.2.5 |
398 | 2024-06-04T10:22:09.767Z | Checking want v0.3.1 |
399 | 2024-06-04T10:22:09.893Z | Checking foreign-types v0.3.2 |
400 | 2024-06-04T10:22:09.970Z | Checking http-body v0.4.6 |
401 | 2024-06-04T10:22:09.997Z | Compiling aho-corasick v1.1.3 |
402 | 2024-06-04T10:22:09.997Z | Compiling native-tls v0.2.12 |
403 | 2024-06-04T10:22:10.291Z | Checking percent-encoding v2.3.1 |
404 | 2024-06-04T10:22:10.730Z | Compiling regex-syntax v0.8.3 |
405 | 2024-06-04T10:22:10.756Z | Checking tower-service v0.3.2 |
406 | 2024-06-04T10:22:10.756Z | Compiling rustls v0.21.12 |
407 | 2024-06-04T10:22:10.821Z | Checking tinyvec_macros v0.1.1 |
408 | 2024-06-04T10:22:10.882Z | Checking bitflags v2.5.0 |
409 | 2024-06-04T10:22:10.984Z | Compiling typenum v1.17.0 |
410 | 2024-06-04T10:22:11.086Z | Checking httpdate v1.0.3 |
411 | 2024-06-04T10:22:11.535Z | Checking tinyvec v1.6.0 |
412 | 2024-06-04T10:22:11.535Z | Checking form_urlencoded v1.2.1 |
413 | 2024-06-04T10:22:11.803Z | Compiling serde_derive_internals v0.29.1 |
414 | 2024-06-04T10:22:11.914Z | Compiling generic-array v0.14.7 |
415 | 2024-06-04T10:22:12.211Z | Checking openssl-probe v0.1.5 |
416 | 2024-06-04T10:22:12.336Z | Checking unicode-normalization v0.1.23 |
417 | 2024-06-04T10:22:12.569Z | Checking rustls-webpki v0.101.7 |
418 | 2024-06-04T10:22:13.091Z | Compiling regex-automata v0.4.6 |
419 | 2024-06-04T10:22:13.178Z | Checking sct v0.7.1 |
420 | 2024-06-04T10:22:13.863Z | Compiling usdt-impl v0.5.0 |
421 | 2024-06-04T10:22:13.969Z | Checking encoding_rs v0.8.34 |
422 | 2024-06-04T10:22:14.188Z | Compiling num-conv v0.1.0 |
423 | 2024-06-04T10:22:14.414Z | Compiling time-core v0.1.2 |
424 | 2024-06-04T10:22:14.472Z | Checking powerfmt v0.2.0 |
425 | 2024-06-04T10:22:14.701Z | Checking unicode-bidi v0.3.15 |
426 | 2024-06-04T10:22:14.828Z | Checking mime v0.3.17 |
427 | 2024-06-04T10:22:15.050Z | Checking deranged v0.3.11 |
428 | 2024-06-04T10:22:15.079Z | Compiling time-macros v0.2.18 |
429 | 2024-06-04T10:22:15.194Z | Checking idna v0.5.0 |
430 | 2024-06-04T10:22:15.661Z | Compiling thread-id v4.2.1 |
431 | 2024-06-04T10:22:15.863Z | Checking rustls-pki-types v1.7.0 |
432 | 2024-06-04T10:22:15.889Z | Compiling ident_case v1.0.1 |
433 | 2024-06-04T10:22:16.014Z | Compiling strsim v0.11.1 |
434 | 2024-06-04T10:22:16.211Z | Compiling regex v1.10.4 |
435 | 2024-06-04T10:22:16.286Z | Compiling serde_derive v1.0.203 |
436 | 2024-06-04T10:22:16.401Z | Compiling zerocopy-derive v0.7.34 |
437 | 2024-06-04T10:22:16.629Z | Compiling thiserror-impl v1.0.61 |
438 | 2024-06-04T10:22:16.655Z | Compiling schemars_derive v0.8.21 |
439 | 2024-06-04T10:22:16.888Z | Compiling tokio-macros v2.3.0 |
440 | 2024-06-04T10:22:17.042Z | Compiling futures-macro v0.3.30 |
441 | 2024-06-04T10:22:17.389Z | Compiling openssl-macros v0.1.1 |
442 | 2024-06-04T10:22:18.057Z | Checking zerocopy v0.7.34 |
443 | 2024-06-04T10:22:18.612Z | Checking tokio v1.38.0 |
444 | 2024-06-04T10:22:18.639Z | Checking futures-util v0.3.30 |
445 | 2024-06-04T10:22:18.981Z | Compiling pest v2.7.10 |
446 | 2024-06-04T10:22:19.514Z | Checking hashbrown v0.14.5 |
447 | 2024-06-04T10:22:19.554Z | Compiling scroll_derive v0.12.0 |
448 | 2024-06-04T10:22:20.431Z | Checking regress v0.9.1 |
449 | 2024-06-04T10:22:20.670Z | Checking scroll v0.12.0 |
450 | 2024-06-04T10:22:21.057Z | Compiling pest_meta v2.7.10 |
451 | 2024-06-04T10:22:22.936Z | Compiling pest_generator v2.7.10 |
452 | 2024-06-04T10:22:23.734Z | Compiling crossbeam-utils v0.8.20 |
453 | 2024-06-04T10:22:23.769Z | Checking tokio-util v0.7.11 |
454 | 2024-06-04T10:22:23.914Z | Checking tokio-native-tls v0.3.1 |
455 | 2024-06-04T10:22:24.103Z | Checking tokio-rustls v0.24.1 |
456 | 2024-06-04T10:22:24.197Z | Compiling unicode-width v0.1.12 |
457 | 2024-06-04T10:22:24.310Z | Checking base64 v0.21.7 |
458 | 2024-06-04T10:22:24.337Z | Checking num_threads v0.1.7 |
459 | 2024-06-04T10:22:24.425Z | Checking plain v0.2.3 |
460 | 2024-06-04T10:22:24.520Z | Compiling pest_derive v2.7.10 |
461 | 2024-06-04T10:22:24.648Z | Checking goblin v0.8.2 |
462 | 2024-06-04T10:22:24.712Z | Checking rustls-pemfile v1.0.4 |
463 | 2024-06-04T10:22:24.737Z | Checking time v0.3.36 |
464 | 2024-06-04T10:22:24.871Z | Compiling getopts v0.2.21 |
465 | 2024-06-04T10:22:25.224Z | Compiling dtrace-parser v0.2.0 |
466 | 2024-06-04T10:22:26.023Z | Checking indexmap v2.2.6 |
467 | 2024-06-04T10:22:26.919Z | Checking serde_urlencoded v0.7.1 |
468 | 2024-06-04T10:22:27.006Z | Compiling darling_core v0.20.9 |
469 | 2024-06-04T10:22:27.032Z | Checking h2 v0.3.26 |
470 | 2024-06-04T10:22:27.204Z | Compiling serde_tokenstream v0.2.0 |
471 | 2024-06-04T10:22:27.628Z | Checking openapiv3 v2.0.0 |
472 | 2024-06-04T10:22:27.830Z | Checking url v2.5.0 |
473 | 2024-06-04T10:22:28.450Z | Checking dirs-sys-next v0.1.2 |
474 | 2024-06-04T10:22:28.548Z | Compiling dof v0.3.0 |
475 | 2024-06-04T10:22:29.012Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
476 | 2024-06-04T10:22:29.569Z | Checking webpki-roots v0.25.4 |
477 | 2024-06-04T10:22:29.678Z | Compiling paste v1.0.15 |
478 | 2024-06-04T10:22:30.191Z | Checking hyper v0.14.29 |
479 | 2024-06-04T10:22:30.216Z | Compiling unsafe-libyaml v0.2.11 |
480 | 2024-06-04T10:22:30.317Z | Checking ipnet v2.9.0 |
481 | 2024-06-04T10:22:30.677Z | Checking sync_wrapper v0.1.2 |
482 | 2024-06-04T10:22:30.768Z | Compiling rustls v0.22.4 |
483 | 2024-06-04T10:22:30.852Z | Compiling omicron-workspace-hack v0.1.0 |
484 | 2024-06-04T10:22:31.007Z | Compiling rustversion v1.0.17 |
485 | 2024-06-04T10:22:31.153Z | Checking pretty-hex v0.4.1 |
486 | 2024-06-04T10:22:31.475Z | Compiling serde_yaml v0.9.34+deprecated |
487 | 2024-06-04T10:22:31.633Z | Checking dirs-next v2.0.0 |
488 | 2024-06-04T10:22:31.737Z | Checking toml_datetime v0.6.6 |
489 | 2024-06-04T10:22:31.788Z | Checking serde_spanned v0.6.6 |
490 | 2024-06-04T10:22:31.941Z | Checking block-buffer v0.10.4 |
491 | 2024-06-04T10:22:31.966Z | Checking crypto-common v0.1.6 |
492 | 2024-06-04T10:22:31.991Z | Compiling darling_macro v0.20.9 |
493 | 2024-06-04T10:22:32.085Z | Compiling structmeta-derive v0.3.0 |
494 | 2024-06-04T10:22:32.113Z | Checking rustls-webpki v0.102.4 |
495 | 2024-06-04T10:22:32.114Z | Checking rand_core v0.6.4 |
496 | 2024-06-04T10:22:32.408Z | Checking thread_local v1.1.8 |
497 | 2024-06-04T10:22:32.434Z | Compiling multer v3.1.0 |
498 | 2024-06-04T10:22:32.630Z | Compiling anyhow v1.0.86 |
499 | 2024-06-04T10:22:32.701Z | Compiling slog-async v2.8.0 |
500 | 2024-06-04T10:22:32.732Z | Checking ppv-lite86 v0.2.17 |
501 | 2024-06-04T10:22:32.843Z | Compiling camino v1.1.7 |
502 | 2024-06-04T10:22:33.133Z | Checking zeroize v1.8.1 |
503 | 2024-06-04T10:22:33.175Z | Checking subtle v2.5.0 |
504 | 2024-06-04T10:22:33.320Z | Checking match_cfg v0.1.0 |
505 | 2024-06-04T10:22:33.351Z | Checking winnow v0.6.11 |
506 | 2024-06-04T10:22:33.392Z | Checking hostname v0.3.1 |
507 | 2024-06-04T10:22:33.423Z | Checking rand_chacha v0.3.1 |
508 | 2024-06-04T10:22:33.690Z | Compiling darling v0.20.9 |
509 | 2024-06-04T10:22:33.749Z | Checking hyper-tls v0.5.0 |
510 | 2024-06-04T10:22:33.775Z | Checking hyper-rustls v0.24.2 |
511 | 2024-06-04T10:22:33.800Z | Checking crossbeam-channel v0.5.13 |
512 | 2024-06-04T10:22:33.987Z | Checking reqwest v0.11.27 |
513 | 2024-06-04T10:22:34.303Z | Compiling structmeta v0.3.0 |
514 | 2024-06-04T10:22:34.773Z | Checking digest v0.10.7 |
515 | 2024-06-04T10:22:34.805Z | Checking term v0.7.0 |
516 | 2024-06-04T10:22:34.805Z | Compiling usdt-macro v0.5.0 |
517 | 2024-06-04T10:22:34.806Z | Compiling usdt-attr-macro v0.5.0 |
518 | 2024-06-04T10:22:35.004Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#1ca04ded) |
519 | 2024-06-04T10:22:35.222Z | Checking slog-json v2.6.1 |
520 | 2024-06-04T10:22:35.438Z | Checking futures-executor v0.3.30 |
521 | 2024-06-04T10:22:35.479Z | Compiling async-stream-impl v0.3.5 |
522 | 2024-06-04T10:22:35.620Z | Checking http v1.1.0 |
523 | 2024-06-04T10:22:35.648Z | Checking toml_edit v0.22.14 |
524 | 2024-06-04T10:22:35.697Z | Checking is-terminal v0.4.12 |
525 | 2024-06-04T10:22:35.729Z | Checking memmap v0.7.0 |
526 | 2024-06-04T10:22:35.795Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0560bedf) |
527 | 2024-06-04T10:22:35.875Z | Checking cpufeatures v0.2.12 |
528 | 2024-06-04T10:22:35.930Z | Checking base64 v0.22.1 |
529 | 2024-06-04T10:22:35.955Z | Checking atomic-waker v1.1.2 |
530 | 2024-06-04T10:22:36.054Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
531 | 2024-06-04T10:22:36.081Z | Checking take_mut v0.2.2 |
532 | 2024-06-04T10:22:36.125Z | Checking tokio-rustls v0.25.0 |
533 | 2024-06-04T10:22:36.309Z | Checking rustls-pemfile v2.1.2 |
534 | 2024-06-04T10:22:36.366Z | Checking waitgroup v0.1.2 |
535 | 2024-06-04T10:22:36.398Z | Checking sha1 v0.10.6 |
536 | 2024-06-04T10:22:36.423Z | Checking usdt v0.5.0 |
537 | 2024-06-04T10:22:36.471Z | Checking slog-term v2.9.1 |
538 | 2024-06-04T10:22:36.496Z | Compiling strum_macros v0.26.3 |
539 | 2024-06-04T10:22:36.541Z | Checking async-stream v0.3.5 |
540 | 2024-06-04T10:22:36.608Z | Checking futures v0.3.30 |
541 | 2024-06-04T10:22:36.633Z | Checking slog-bunyan v2.5.0 |
542 | 2024-06-04T10:22:36.702Z | Compiling parse-display-derive v0.9.1 |
543 | 2024-06-04T10:22:36.737Z | Compiling serde_with_macros v3.8.1 |
544 | 2024-06-04T10:22:36.858Z | Checking rand v0.8.5 |
545 | 2024-06-04T10:22:37.144Z | Checking newtype-uuid v1.1.0 |
546 | 2024-06-04T10:22:37.320Z | Checking ipnetwork v0.20.0 |
547 | 2024-06-04T10:22:37.489Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0560bedf) |
548 | 2024-06-04T10:22:37.599Z | Checking serde_path_to_error v0.1.16 |
549 | 2024-06-04T10:22:37.686Z | Checking toml v0.8.14 |
550 | 2024-06-04T10:22:37.817Z | Checking hex v0.4.3 |
551 | 2024-06-04T10:22:38.155Z | Compiling async-trait v0.1.80 |
552 | 2024-06-04T10:22:38.271Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
553 | 2024-06-04T10:22:38.310Z | Checking hostname v0.4.0 |
554 | 2024-06-04T10:22:38.412Z | Checking instant v0.1.13 |
555 | 2024-06-04T10:22:38.515Z | Checking debug-ignore v1.0.5 |
556 | 2024-06-04T10:22:39.056Z | Checking backoff v0.4.0 |
557 | 2024-06-04T10:22:39.056Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
558 | 2024-06-04T10:22:39.056Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
559 | 2024-06-04T10:22:39.056Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#0fa310e6) |
560 | 2024-06-04T10:22:39.057Z | Checking serde_with v3.8.1 |
561 | 2024-06-04T10:22:39.057Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
562 | 2024-06-04T10:22:39.185Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
563 | 2024-06-04T10:22:39.215Z | Checking macaddr v1.0.1 |
564 | 2024-06-04T10:22:40.068Z | Checking parse-display v0.9.1 |
565 | 2024-06-04T10:22:40.217Z | Checking strum v0.26.2 |
566 | 2024-06-04T10:22:40.675Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
567 | 2024-06-04T10:22:43.017Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
568 | 2024-06-04T10:22:43.088Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#1ca04ded) |
569 | 2024-06-04T10:22:46.871Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#1ca04ded) |
570 | 2024-06-04T10:22:54.981Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#1ca04ded) |
571 | 2024-06-04T10:22:58.485Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
572 | 2024-06-04T10:23:05.808Z | Checking test-project v0.1.0 (/tmp/test-project) |
573 | 2024-06-04T10:23:05.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s |
574 | 2024-06-04T10:23:05.938Z | + cargo build --release |
575 | 2024-06-04T10:23:06.267Z | Compiling proc-macro2 v1.0.85 |
576 | 2024-06-04T10:23:06.267Z | Compiling unicode-ident v1.0.12 |
577 | 2024-06-04T10:23:06.267Z | Compiling libc v0.2.155 |
578 | 2024-06-04T10:23:06.267Z | Compiling cfg-if v1.0.0 |
579 | 2024-06-04T10:23:06.293Z | Compiling version_check v0.9.4 |
580 | 2024-06-04T10:23:06.293Z | Compiling autocfg v1.3.0 |
581 | 2024-06-04T10:23:06.293Z | Compiling serde v1.0.203 |
582 | 2024-06-04T10:23:06.293Z | Compiling serde_json v1.0.117 |
583 | 2024-06-04T10:23:06.379Z | Compiling itoa v1.0.11 |
584 | 2024-06-04T10:23:06.426Z | Compiling thiserror v1.0.61 |
585 | 2024-06-04T10:23:06.564Z | Compiling once_cell v1.19.0 |
586 | 2024-06-04T10:23:06.615Z | Compiling memchr v2.7.2 |
587 | 2024-06-04T10:23:06.782Z | Compiling cc v1.0.98 |
588 | 2024-06-04T10:23:06.855Z | Compiling ahash v0.8.11 |
589 | 2024-06-04T10:23:07.153Z | Compiling num-traits v0.2.19 |
590 | 2024-06-04T10:23:07.309Z | Compiling byteorder v1.5.0 |
591 | 2024-06-04T10:23:07.419Z | Compiling getrandom v0.2.15 |
592 | 2024-06-04T10:23:07.481Z | Compiling pin-project-lite v0.2.14 |
593 | 2024-06-04T10:23:07.581Z | Compiling quote v1.0.36 |
594 | 2024-06-04T10:23:07.714Z | Compiling ryu v1.0.18 |
595 | 2024-06-04T10:23:07.753Z | Compiling log v0.4.21 |
596 | 2024-06-04T10:23:07.810Z | Compiling bytes v1.6.0 |
597 | 2024-06-04T10:23:08.029Z | Compiling syn v2.0.66 |
598 | 2024-06-04T10:23:08.165Z | Compiling schemars v0.8.21 |
599 | 2024-06-04T10:23:08.191Z | Compiling lock_api v0.4.12 |
600 | 2024-06-04T10:23:08.222Z | Compiling parking_lot_core v0.9.10 |
601 | 2024-06-04T10:23:08.377Z | Compiling allocator-api2 v0.2.18 |
602 | 2024-06-04T10:23:08.470Z | Compiling smallvec v1.13.2 |
603 | 2024-06-04T10:23:08.588Z | Compiling scopeguard v1.2.0 |
604 | 2024-06-04T10:23:08.613Z | Compiling futures-core v0.3.30 |
605 | 2024-06-04T10:23:08.885Z | Compiling num_cpus v1.16.0 |
606 | 2024-06-04T10:23:08.990Z | Compiling mio v0.8.11 |
607 | 2024-06-04T10:23:09.093Z | Compiling socket2 v0.5.7 |
608 | 2024-06-04T10:23:09.134Z | Compiling parking_lot v0.12.3 |
609 | 2024-06-04T10:23:09.195Z | Compiling signal-hook-registry v1.4.2 |
610 | 2024-06-04T10:23:09.247Z | Compiling ring v0.17.8 |
611 | 2024-06-04T10:23:09.375Z | Compiling slab v0.4.9 |
612 | 2024-06-04T10:23:09.617Z | Compiling futures-sink v0.3.30 |
613 | 2024-06-04T10:23:09.723Z | Compiling spin v0.9.8 |
614 | 2024-06-04T10:23:09.862Z | Compiling semver v1.0.23 |
615 | 2024-06-04T10:23:09.957Z | Compiling fnv v1.0.7 |
616 | 2024-06-04T10:23:10.668Z | Compiling untrusted v0.9.0 |
617 | 2024-06-04T10:23:11.098Z | Compiling equivalent v1.0.1 |
618 | 2024-06-04T10:23:11.098Z | Compiling futures-channel v0.3.30 |
619 | 2024-06-04T10:23:11.098Z | Compiling futures-task v0.3.30 |
620 | 2024-06-04T10:23:11.098Z | Compiling futures-io v0.3.30 |
621 | 2024-06-04T10:23:11.124Z | Compiling pkg-config v0.3.30 |
622 | 2024-06-04T10:23:11.124Z | Compiling pin-utils v0.1.0 |
623 | 2024-06-04T10:23:11.124Z | Compiling vcpkg v0.2.15 |
624 | 2024-06-04T10:23:11.124Z | Compiling ucd-trie v0.1.6 |
625 | 2024-06-04T10:23:11.124Z | Compiling iana-time-zone v0.1.60 |
626 | 2024-06-04T10:23:11.384Z | Compiling http v0.2.12 |
627 | 2024-06-04T10:23:11.747Z | Compiling heck v0.5.0 |
628 | 2024-06-04T10:23:11.863Z | Compiling dyn-clone v1.0.17 |
629 | 2024-06-04T10:23:12.038Z | Compiling httparse v1.8.0 |
630 | 2024-06-04T10:23:12.203Z | Compiling openssl-sys v0.9.102 |
631 | 2024-06-04T10:23:12.394Z | Compiling chrono v0.4.38 |
632 | 2024-06-04T10:23:12.548Z | Compiling tracing-core v0.1.32 |
633 | 2024-06-04T10:23:12.791Z | Compiling uuid v1.8.0 |
634 | 2024-06-04T10:23:13.280Z | Compiling tracing v0.1.40 |
635 | 2024-06-04T10:23:13.841Z | Compiling serde_derive_internals v0.29.1 |
636 | 2024-06-04T10:23:14.623Z | Compiling foreign-types-shared v0.1.1 |
637 | 2024-06-04T10:23:14.711Z | Compiling openssl v0.10.64 |
638 | 2024-06-04T10:23:14.927Z | Compiling try-lock v0.2.5 |
639 | 2024-06-04T10:23:15.044Z | Compiling slog v2.7.0 |
640 | 2024-06-04T10:23:15.070Z | Compiling want v0.3.1 |
641 | 2024-06-04T10:23:15.144Z | Compiling foreign-types v0.3.2 |
642 | 2024-06-04T10:23:15.316Z | Compiling http-body v0.4.6 |
643 | 2024-06-04T10:23:15.508Z | Compiling aho-corasick v1.1.3 |
644 | 2024-06-04T10:23:15.736Z | Compiling bitflags v2.5.0 |
645 | 2024-06-04T10:23:15.765Z | Compiling percent-encoding v2.3.1 |
646 | 2024-06-04T10:23:16.007Z | Compiling httpdate v1.0.3 |
647 | 2024-06-04T10:23:16.123Z | Compiling regex-syntax v0.8.3 |
648 | 2024-06-04T10:23:16.360Z | Compiling tower-service v0.3.2 |
649 | 2024-06-04T10:23:16.433Z | Compiling typenum v1.17.0 |
650 | 2024-06-04T10:23:16.466Z | Compiling tinyvec_macros v0.1.1 |
651 | 2024-06-04T10:23:16.542Z | Compiling native-tls v0.2.12 |
652 | 2024-06-04T10:23:16.601Z | Compiling rustls v0.21.12 |
653 | 2024-06-04T10:23:16.851Z | Compiling tinyvec v1.6.0 |
654 | 2024-06-04T10:23:16.875Z | Compiling form_urlencoded v1.2.1 |
655 | 2024-06-04T10:23:17.312Z | Compiling generic-array v0.14.7 |
656 | 2024-06-04T10:23:17.729Z | Compiling openssl-probe v0.1.5 |
657 | 2024-06-04T10:23:18.077Z | Compiling serde_derive v1.0.203 |
658 | 2024-06-04T10:23:18.179Z | Compiling zerocopy-derive v0.7.34 |
659 | 2024-06-04T10:23:18.226Z | Compiling thiserror-impl v1.0.61 |
660 | 2024-06-04T10:23:18.271Z | Compiling schemars_derive v0.8.21 |
661 | 2024-06-04T10:23:19.063Z | Compiling tokio-macros v2.3.0 |
662 | 2024-06-04T10:23:19.860Z | Compiling zerocopy v0.7.34 |
663 | 2024-06-04T10:23:20.684Z | Compiling tokio v1.38.0 |
664 | 2024-06-04T10:23:20.709Z | Compiling futures-macro v0.3.30 |
665 | 2024-06-04T10:23:20.852Z | Compiling pest v2.7.10 |
666 | 2024-06-04T10:23:21.757Z | Compiling hashbrown v0.14.5 |
667 | 2024-06-04T10:23:22.350Z | Compiling futures-util v0.3.30 |
668 | 2024-06-04T10:23:23.186Z | Compiling pest_meta v2.7.10 |
669 | 2024-06-04T10:23:23.239Z | Compiling regress v0.9.1 |
670 | 2024-06-04T10:23:23.263Z | Compiling openssl-macros v0.1.1 |
671 | 2024-06-04T10:23:23.778Z | Compiling sct v0.7.1 |
672 | 2024-06-04T10:23:24.178Z | Compiling pest_generator v2.7.10 |
673 | 2024-06-04T10:23:26.484Z | Compiling pest_derive v2.7.10 |
674 | 2024-06-04T10:23:26.618Z | Compiling rustls-webpki v0.101.7 |
675 | 2024-06-04T10:23:27.241Z | Compiling regex-automata v0.4.6 |
676 | 2024-06-04T10:23:27.970Z | Compiling tokio-util v0.7.11 |
677 | 2024-06-04T10:23:29.823Z | Compiling indexmap v2.2.6 |
678 | 2024-06-04T10:23:30.015Z | Compiling serde_tokenstream v0.2.0 |
679 | 2024-06-04T10:23:31.927Z | Compiling h2 v0.3.26 |
680 | 2024-06-04T10:23:33.783Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
681 | 2024-06-04T10:23:35.209Z | Compiling regex v1.10.4 |
682 | 2024-06-04T10:23:35.980Z | Compiling hyper v0.14.29 |
683 | 2024-06-04T10:23:38.178Z | Compiling unicode-normalization v0.1.23 |
684 | 2024-06-04T10:23:39.095Z | Compiling scroll_derive v0.12.0 |
685 | 2024-06-04T10:23:43.205Z | Compiling usdt-impl v0.5.0 |
686 | 2024-06-04T10:23:43.381Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
687 | 2024-06-04T10:23:43.492Z | Compiling encoding_rs v0.8.34 |
688 | 2024-06-04T10:23:44.109Z | Compiling powerfmt v0.2.0 |
689 | 2024-06-04T10:23:44.278Z | Compiling time-core v0.1.2 |
690 | 2024-06-04T10:23:44.412Z | Compiling num-conv v0.1.0 |
691 | 2024-06-04T10:23:44.638Z | Compiling unicode-bidi v0.3.15 |
692 | 2024-06-04T10:23:46.490Z | Compiling mime v0.3.17 |
693 | 2024-06-04T10:23:47.073Z | Compiling idna v0.5.0 |
694 | 2024-06-04T10:23:49.698Z | Compiling time-macros v0.2.18 |
695 | 2024-06-04T10:23:49.767Z | Compiling deranged v0.3.11 |
696 | 2024-06-04T10:23:51.956Z | Compiling thread-id v4.2.1 |
697 | 2024-06-04T10:23:52.040Z | Compiling tokio-rustls v0.24.1 |
698 | 2024-06-04T10:23:52.358Z | Compiling scroll v0.12.0 |
699 | 2024-06-04T10:23:52.476Z | Compiling tokio-native-tls v0.3.1 |
700 | 2024-06-04T10:23:52.601Z | Compiling dof v0.3.0 |
701 | 2024-06-04T10:23:52.706Z | Compiling serde_urlencoded v0.7.1 |
702 | 2024-06-04T10:23:52.872Z | Compiling dtrace-parser v0.2.0 |
703 | 2024-06-04T10:23:53.188Z | Compiling ident_case v1.0.1 |
704 | 2024-06-04T10:23:53.517Z | Compiling plain v0.2.3 |
705 | 2024-06-04T10:23:53.637Z | Compiling omicron-workspace-hack v0.1.0 |
706 | 2024-06-04T10:23:54.288Z | Compiling rustls-pki-types v1.7.0 |
707 | 2024-06-04T10:23:54.334Z | Compiling strsim v0.11.1 |
708 | 2024-06-04T10:23:54.745Z | Compiling unicode-width v0.1.12 |
709 | 2024-06-04T10:23:54.933Z | Compiling crossbeam-utils v0.8.20 |
710 | 2024-06-04T10:23:55.357Z | Compiling base64 v0.21.7 |
711 | 2024-06-04T10:23:55.532Z | Compiling num_threads v0.1.7 |
712 | 2024-06-04T10:23:55.879Z | Compiling rustls-pemfile v1.0.4 |
713 | 2024-06-04T10:23:56.197Z | Compiling time v0.3.36 |
714 | 2024-06-04T10:23:56.543Z | Compiling getopts v0.2.21 |
715 | 2024-06-04T10:23:57.180Z | Compiling darling_core v0.20.9 |
716 | 2024-06-04T10:23:59.556Z | Compiling goblin v0.8.2 |
717 | 2024-06-04T10:24:01.351Z | Compiling hyper-tls v0.5.0 |
718 | 2024-06-04T10:24:01.743Z | Compiling hyper-rustls v0.24.2 |
719 | 2024-06-04T10:24:02.084Z | Compiling url v2.5.0 |
720 | 2024-06-04T10:24:02.688Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
721 | 2024-06-04T10:24:02.793Z | Compiling openapiv3 v2.0.0 |
722 | 2024-06-04T10:24:03.468Z | Compiling dirs-sys-next v0.1.2 |
723 | 2024-06-04T10:24:04.663Z | Compiling unsafe-libyaml v0.2.11 |
724 | 2024-06-04T10:24:05.100Z | Compiling sync_wrapper v0.1.2 |
725 | 2024-06-04T10:24:05.202Z | Compiling rustversion v1.0.17 |
726 | 2024-06-04T10:24:05.733Z | Compiling paste v1.0.15 |
727 | 2024-06-04T10:24:05.926Z | Compiling ipnet v2.9.0 |
728 | 2024-06-04T10:24:06.018Z | Compiling webpki-roots v0.25.4 |
729 | 2024-06-04T10:24:06.135Z | Compiling pretty-hex v0.4.1 |
730 | 2024-06-04T10:24:06.159Z | Compiling rustls v0.22.4 |
731 | 2024-06-04T10:24:06.402Z | Compiling reqwest v0.11.27 |
732 | 2024-06-04T10:24:06.640Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#1ca04ded) |
733 | 2024-06-04T10:24:08.097Z | Compiling serde_yaml v0.9.34+deprecated |
734 | 2024-06-04T10:24:10.568Z | Compiling dirs-next v2.0.0 |
735 | 2024-06-04T10:24:10.785Z | Compiling darling_macro v0.20.9 |
736 | 2024-06-04T10:24:11.493Z | Compiling rustls-webpki v0.102.4 |
737 | 2024-06-04T10:24:11.654Z | Compiling crypto-common v0.1.6 |
738 | 2024-06-04T10:24:11.838Z | Compiling block-buffer v0.10.4 |
739 | 2024-06-04T10:24:11.904Z | Compiling toml_datetime v0.6.6 |
740 | 2024-06-04T10:24:12.011Z | Compiling serde_spanned v0.6.6 |
741 | 2024-06-04T10:24:12.218Z | Compiling structmeta-derive v0.3.0 |
742 | 2024-06-04T10:24:12.452Z | Compiling rand_core v0.6.4 |
743 | 2024-06-04T10:24:12.897Z | Compiling multer v3.1.0 |
744 | 2024-06-04T10:24:12.942Z | Compiling thread_local v1.1.8 |
745 | 2024-06-04T10:24:13.149Z | Compiling subtle v2.5.0 |
746 | 2024-06-04T10:24:13.379Z | Compiling zeroize v1.8.1 |
747 | 2024-06-04T10:24:13.610Z | Compiling camino v1.1.7 |
748 | 2024-06-04T10:24:13.657Z | Compiling match_cfg v0.1.0 |
749 | 2024-06-04T10:24:13.741Z | Compiling anyhow v1.0.86 |
750 | 2024-06-04T10:24:14.074Z | Compiling winnow v0.6.11 |
751 | 2024-06-04T10:24:14.202Z | Compiling ppv-lite86 v0.2.17 |
752 | 2024-06-04T10:24:14.403Z | Compiling slog-async v2.8.0 |
753 | 2024-06-04T10:24:14.840Z | Compiling rand_chacha v0.3.1 |
754 | 2024-06-04T10:24:14.864Z | Compiling structmeta v0.3.0 |
755 | 2024-06-04T10:24:15.203Z | Compiling hostname v0.3.1 |
756 | 2024-06-04T10:24:16.068Z | Compiling crossbeam-channel v0.5.13 |
757 | 2024-06-04T10:24:16.127Z | Compiling digest v0.10.7 |
758 | 2024-06-04T10:24:16.457Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#1ca04ded) |
759 | 2024-06-04T10:24:17.415Z | Compiling toml_edit v0.22.14 |
760 | 2024-06-04T10:24:17.479Z | Compiling darling v0.20.9 |
761 | 2024-06-04T10:24:18.037Z | Compiling term v0.7.0 |
762 | 2024-06-04T10:24:21.791Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#1ca04ded) |
763 | 2024-06-04T10:24:24.729Z | Compiling usdt-attr-macro v0.5.0 |
764 | 2024-06-04T10:24:25.236Z | Compiling usdt-macro v0.5.0 |
765 | 2024-06-04T10:24:25.919Z | Compiling slog-json v2.6.1 |
766 | 2024-06-04T10:24:26.341Z | Compiling futures-executor v0.3.30 |
767 | 2024-06-04T10:24:26.365Z | Compiling async-stream-impl v0.3.5 |
768 | 2024-06-04T10:24:27.406Z | Compiling http v1.1.0 |
769 | 2024-06-04T10:24:27.463Z | Compiling memmap v0.7.0 |
770 | 2024-06-04T10:24:27.861Z | Compiling is-terminal v0.4.12 |
771 | 2024-06-04T10:24:27.964Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0560bedf) |
772 | 2024-06-04T10:24:28.247Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
773 | 2024-06-04T10:24:28.540Z | Compiling cpufeatures v0.2.12 |
774 | 2024-06-04T10:24:28.627Z | Compiling atomic-waker v1.1.2 |
775 | 2024-06-04T10:24:28.792Z | Compiling base64 v0.22.1 |
776 | 2024-06-04T10:24:29.253Z | Compiling take_mut v0.2.2 |
777 | 2024-06-04T10:24:29.712Z | Compiling rustls-pemfile v2.1.2 |
778 | 2024-06-04T10:24:30.357Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#1ca04ded) |
779 | 2024-06-04T10:24:31.546Z | Compiling waitgroup v0.1.2 |
780 | 2024-06-04T10:24:31.769Z | Compiling sha1 v0.10.6 |
781 | 2024-06-04T10:24:32.456Z | Compiling slog-term v2.9.1 |
782 | 2024-06-04T10:24:32.480Z | Compiling usdt v0.5.0 |
783 | 2024-06-04T10:24:33.041Z | Compiling async-stream v0.3.5 |
784 | 2024-06-04T10:24:33.353Z | Compiling futures v0.3.30 |
785 | 2024-06-04T10:24:33.538Z | Compiling slog-bunyan v2.5.0 |
786 | 2024-06-04T10:24:33.779Z | Compiling strum_macros v0.26.3 |
787 | 2024-06-04T10:24:33.841Z | Compiling toml v0.8.14 |
788 | 2024-06-04T10:24:34.922Z | Compiling tokio-rustls v0.25.0 |
789 | 2024-06-04T10:24:35.309Z | Compiling serde_with_macros v3.8.1 |
790 | 2024-06-04T10:24:38.534Z | Compiling parse-display-derive v0.9.1 |
791 | 2024-06-04T10:24:38.712Z | Compiling rand v0.8.5 |
792 | 2024-06-04T10:24:38.931Z | Compiling newtype-uuid v1.1.0 |
793 | 2024-06-04T10:24:39.187Z | Compiling ipnetwork v0.20.0 |
794 | 2024-06-04T10:24:40.087Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0560bedf) |
795 | 2024-06-04T10:24:40.228Z | Compiling serde_path_to_error v0.1.16 |
796 | 2024-06-04T10:24:41.035Z | Compiling hex v0.4.3 |
797 | 2024-06-04T10:24:41.559Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
798 | 2024-06-04T10:24:41.747Z | Compiling async-trait v0.1.80 |
799 | 2024-06-04T10:24:41.849Z | Compiling hostname v0.4.0 |
800 | 2024-06-04T10:24:42.049Z | Compiling instant v0.1.13 |
801 | 2024-06-04T10:24:42.176Z | Compiling debug-ignore v1.0.5 |
802 | 2024-06-04T10:24:42.217Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
803 | 2024-06-04T10:24:42.289Z | Compiling backoff v0.4.0 |
804 | 2024-06-04T10:24:42.385Z | Compiling parse-display v0.9.1 |
805 | 2024-06-04T10:24:42.567Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
806 | 2024-06-04T10:24:42.712Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#0fa310e6) |
807 | 2024-06-04T10:24:42.845Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
808 | 2024-06-04T10:24:43.252Z | Compiling serde_with v3.8.1 |
809 | 2024-06-04T10:24:44.076Z | Compiling strum v0.26.2 |
810 | 2024-06-04T10:24:44.217Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
811 | 2024-06-04T10:24:44.864Z | Compiling macaddr v1.0.1 |
812 | 2024-06-04T10:24:47.700Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
813 | 2024-06-04T10:24:55.551Z | Compiling test-project v0.1.0 (/tmp/test-project) |
814 | 2024-06-04T10:25:04.335Z | Finished `release` profile [optimized] target(s) in 1m 58s |
815 | 2024-06-04T10:25:04.385Z | process exited: duration 190903 ms, exit code 0 |
|
816 | 2024-06-04T10:25:04.437Z | found 0 output files |