|
|
|
1 | 2024-05-30T03:11:40.135Z | job assigned to worker 01HZ3QMNFCV1XQD3Z8PPX2D4E8 (queued for 1 m 7 s) |
|
2 | 2024-05-30T03:11:49.259Z | starting task 0: "setup" |
3 | 2024-05-30T03:11:49.274Z | ++ uname -s |
4 | 2024-05-30T03:11:49.274Z | + kern=SunOS |
5 | 2024-05-30T03:11:49.274Z | + case "$kern" in |
6 | 2024-05-30T03:11:49.274Z | + groupadd -g 12345 build |
7 | 2024-05-30T03:11:49.275Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-30T03:11:51.319Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-30T03:11:51.338Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-30T03:11:51.338Z | + home_fs=zfs |
11 | 2024-05-30T03:11:51.339Z | + [[ zfs == autofs ]] |
12 | 2024-05-30T03:11:51.339Z | + mkdir -p /home/build |
13 | 2024-05-30T03:11:51.339Z | + chown build:build /home/build /work |
14 | 2024-05-30T03:11:53.052Z | + chmod 0700 /home/build /work |
15 | 2024-05-30T03:11:53.066Z | process exited: duration 4223 ms, exit code 0 |
|
16 | 2024-05-30T03:11:53.551Z | starting task 1: "rust-toolchain" |
17 | 2024-05-30T03:11:53.567Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-30T03:11:53.568Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
19 | 2024-05-30T03:11:53.658Z | info: downloading installer |
20 | 2024-05-30T03:11:56.836Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-30T03:11:56.837Z | warning: /opt/ooce/bin |
22 | 2024-05-30T03:11:56.837Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-30T03:11:56.838Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-30T03:11:56.838Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-30T03:11:56.838Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-30T03:11:56.838Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-30T03:11:56.839Z | error: cannot install while Rust is installed |
28 | 2024-05-30T03:11:56.839Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-30T03:11:56.860Z | info: profile set to 'default' |
30 | 2024-05-30T03:11:56.860Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-30T03:11:56.861Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
32 | 2024-05-30T03:11:56.861Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
33 | 2024-05-30T03:11:56.861Z | info: downloading component 'cargo' |
34 | 2024-05-30T03:11:56.862Z | info: downloading component 'clippy' |
35 | 2024-05-30T03:11:56.862Z | info: downloading component 'rust-docs' |
36 | 2024-05-30T03:11:57.673Z | info: downloading component 'rust-std' |
37 | 2024-05-30T03:11:59.436Z | info: downloading component 'rustc' |
38 | 2024-05-30T03:12:04.251Z | info: downloading component 'rustfmt' |
39 | 2024-05-30T03:12:04.677Z | info: installing component 'cargo' |
40 | 2024-05-30T03:12:05.061Z | info: installing component 'clippy' |
41 | 2024-05-30T03:12:05.474Z | info: installing component 'rust-docs' |
42 | 2024-05-30T03:12:07.035Z | info: installing component 'rust-std' |
43 | 2024-05-30T03:12:08.920Z | info: installing component 'rustc' |
44 | 2024-05-30T03:12:13.724Z | info: installing component 'rustfmt' |
45 | 2024-05-30T03:12:14.516Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
46 | 2024-05-30T03:12:14.516Z | |
47 | 2024-05-30T03:12:14.534Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
48 | 2024-05-30T03:12:14.535Z | |
49 | 2024-05-30T03:12:14.535Z | |
50 | 2024-05-30T03:12:14.535Z | Rust is installed now. Great! |
51 | 2024-05-30T03:12:14.536Z | |
52 | 2024-05-30T03:12:14.536Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-30T03:12:14.536Z | environment variable. This has not been done automatically. |
54 | 2024-05-30T03:12:14.536Z | |
55 | 2024-05-30T03:12:14.537Z | To configure your current shell, you need to source |
56 | 2024-05-30T03:12:14.537Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-30T03:12:14.537Z | |
58 | 2024-05-30T03:12:14.537Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-30T03:12:14.538Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-30T03:12:14.538Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-30T03:12:14.538Z | + rustc --version |
62 | 2024-05-30T03:12:14.561Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
63 | 2024-05-30T03:12:14.561Z | process exited: duration 20999 ms, exit code 0 |
|
64 | 2024-05-30T03:12:14.600Z | starting task 2: "authentication" |
65 | 2024-05-30T03:12:14.630Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
66 | 2024-05-30T03:12:23.156Z | process exited: duration 8539 ms, exit code 0 |
|
67 | 2024-05-30T03:12:23.233Z | starting task 3: "clone repository" |
68 | 2024-05-30T03:12:23.290Z | + mkdir -p /work/oxidecomputer/omicron |
69 | 2024-05-30T03:12:23.292Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
70 | 2024-05-30T03:12:23.589Z | Cloning into '/work/oxidecomputer/omicron'... |
71 | 2024-05-30T03:12:32.804Z | + cd /work/oxidecomputer/omicron |
72 | 2024-05-30T03:12:32.805Z | + git fetch origin 786c3eabdef0079284d5005c097130784388cc2b |
73 | 2024-05-30T03:12:33.160Z | From https://github.com/oxidecomputer/omicron |
74 | 2024-05-30T03:12:33.160Z | * branch 786c3eabdef0079284d5005c097130784388cc2b -> FETCH_HEAD |
75 | 2024-05-30T03:12:33.186Z | + [[ -n renovate/libc-0.x ]] |
76 | 2024-05-30T03:12:33.186Z | ++ git branch --show-current |
77 | 2024-05-30T03:12:33.186Z | + current=main |
78 | 2024-05-30T03:12:33.186Z | + [[ main != renovate/libc-0.x ]] |
79 | 2024-05-30T03:12:33.186Z | + git branch -f renovate/libc-0.x 786c3eabdef0079284d5005c097130784388cc2b |
80 | 2024-05-30T03:12:33.187Z | + git checkout -f renovate/libc-0.x |
81 | 2024-05-30T03:12:33.249Z | Switched to branch 'renovate/libc-0.x' |
82 | 2024-05-30T03:12:33.274Z | + git reset --hard 786c3eabdef0079284d5005c097130784388cc2b |
83 | 2024-05-30T03:12:33.312Z | HEAD is now at 786c3eabd Update Rust crate libc to 0.2.155 |
84 | 2024-05-30T03:12:33.333Z | process exited: duration 10084 ms, exit code 0 |
|
85 | 2024-05-30T03:12:33.376Z | starting task 4: "build" |
86 | 2024-05-30T03:12:33.401Z | + cargo --version |
87 | 2024-05-30T03:12:33.433Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
88 | 2024-05-30T03:12:33.455Z | + rustc --version |
89 | 2024-05-30T03:12:33.493Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
90 | 2024-05-30T03:12:33.512Z | + cd /tmp |
91 | 2024-05-30T03:12:33.513Z | + cargo new --lib test-project |
92 | 2024-05-30T03:12:33.561Z | Creating library `test-project` package |
93 | 2024-05-30T03:12:33.635Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
94 | 2024-05-30T03:12:33.654Z | + cd test-project |
95 | 2024-05-30T03:12:33.655Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
96 | 2024-05-30T03:12:33.706Z | Adding omicron-common (local) to dependencies |
97 | 2024-05-30T03:12:33.706Z | Features: |
98 | 2024-05-30T03:12:33.707Z | - proptest |
99 | 2024-05-30T03:12:33.707Z | - test-strategy |
100 | 2024-05-30T03:12:33.707Z | - testing |
101 | 2024-05-30T03:12:34.159Z | Updating crates.io index |
102 | 2024-05-30T03:12:34.160Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
103 | 2024-05-30T03:12:34.907Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
104 | 2024-05-30T03:12:35.435Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
105 | 2024-05-30T03:12:36.173Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
106 | 2024-05-30T03:12:37.553Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
107 | 2024-05-30T03:12:37.918Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
108 | 2024-05-30T03:12:38.338Z | Updating git repository `https://github.com/oxidecomputer/typify` |
109 | 2024-05-30T03:12:41.270Z | + cargo check |
110 | 2024-05-30T03:12:41.486Z | Downloading crates ... |
111 | 2024-05-30T03:12:41.563Z | Downloaded ahash v0.8.11 |
112 | 2024-05-30T03:12:41.581Z | Downloaded async-stream v0.3.5 |
113 | 2024-05-30T03:12:41.601Z | Downloaded aho-corasick v1.1.3 |
114 | 2024-05-30T03:12:41.601Z | Downloaded camino v1.1.7 |
115 | 2024-05-30T03:12:41.601Z | Downloaded byteorder v1.5.0 |
116 | 2024-05-30T03:12:41.621Z | Downloaded anyhow v1.0.86 |
117 | 2024-05-30T03:12:41.622Z | Downloaded untrusted v0.9.0 |
118 | 2024-05-30T03:12:41.622Z | Downloaded cpufeatures v0.2.12 |
119 | 2024-05-30T03:12:41.622Z | Downloaded parse-display v0.9.0 |
120 | 2024-05-30T03:12:41.622Z | Downloaded openssl-probe v0.1.5 |
121 | 2024-05-30T03:12:41.623Z | Downloaded version_check v0.9.4 |
122 | 2024-05-30T03:12:41.623Z | Downloaded deranged v0.3.11 |
123 | 2024-05-30T03:12:41.654Z | Downloaded openssl-macros v0.1.1 |
124 | 2024-05-30T03:12:41.654Z | Downloaded bitflags v2.5.0 |
125 | 2024-05-30T03:12:41.654Z | Downloaded chrono v0.4.38 |
126 | 2024-05-30T03:12:41.655Z | Downloaded parse-display-derive v0.9.0 |
127 | 2024-05-30T03:12:41.655Z | Downloaded uuid v1.8.0 |
128 | 2024-05-30T03:12:41.655Z | Downloaded darling_macro v0.20.9 |
129 | 2024-05-30T03:12:41.655Z | Downloaded usdt-attr-macro v0.5.0 |
130 | 2024-05-30T03:12:41.655Z | Downloaded waitgroup v0.1.2 |
131 | 2024-05-30T03:12:41.656Z | Downloaded debug-ignore v1.0.5 |
132 | 2024-05-30T03:12:41.656Z | Downloaded backoff v0.4.0 |
133 | 2024-05-30T03:12:41.680Z | Downloaded want v0.3.1 |
134 | 2024-05-30T03:12:41.680Z | Downloaded vcpkg v0.2.15 |
135 | 2024-05-30T03:12:41.712Z | Downloaded async-trait v0.1.80 |
136 | 2024-05-30T03:12:41.712Z | Downloaded subtle v2.5.0 |
137 | 2024-05-30T03:12:41.712Z | Downloaded smallvec v1.13.2 |
138 | 2024-05-30T03:12:41.712Z | Downloaded parking_lot_core v0.9.10 |
139 | 2024-05-30T03:12:41.713Z | Downloaded zerocopy-derive v0.7.34 |
140 | 2024-05-30T03:12:41.728Z | Downloaded slog-json v2.6.1 |
141 | 2024-05-30T03:12:41.728Z | Downloaded structmeta v0.3.0 |
142 | 2024-05-30T03:12:41.729Z | Downloaded slog v2.7.0 |
143 | 2024-05-30T03:12:41.729Z | Downloaded futures-executor v0.3.30 |
144 | 2024-05-30T03:12:41.729Z | Downloaded strum v0.26.2 |
145 | 2024-05-30T03:12:41.729Z | Downloaded strsim v0.11.1 |
146 | 2024-05-30T03:12:41.729Z | Downloaded usdt-macro v0.5.0 |
147 | 2024-05-30T03:12:41.730Z | Downloaded autocfg v1.3.0 |
148 | 2024-05-30T03:12:41.730Z | Downloaded is-terminal v0.4.12 |
149 | 2024-05-30T03:12:41.730Z | Downloaded equivalent v1.0.1 |
150 | 2024-05-30T03:12:41.730Z | Downloaded foreign-types v0.3.2 |
151 | 2024-05-30T03:12:41.730Z | Downloaded cfg-if v1.0.0 |
152 | 2024-05-30T03:12:41.731Z | Downloaded bytes v1.6.0 |
153 | 2024-05-30T03:12:41.731Z | Downloaded block-buffer v0.10.4 |
154 | 2024-05-30T03:12:41.731Z | Downloaded structmeta-derive v0.3.0 |
155 | 2024-05-30T03:12:41.731Z | Downloaded rustls-pemfile v2.1.2 |
156 | 2024-05-30T03:12:41.731Z | Downloaded num-conv v0.1.0 |
157 | 2024-05-30T03:12:41.732Z | Downloaded match_cfg v0.1.0 |
158 | 2024-05-30T03:12:41.755Z | Downloaded instant v0.1.13 |
159 | 2024-05-30T03:12:41.755Z | Downloaded dirs-sys-next v0.1.2 |
160 | 2024-05-30T03:12:41.755Z | Downloaded pretty-hex v0.4.1 |
161 | 2024-05-30T03:12:41.755Z | Downloaded ipnetwork v0.20.0 |
162 | 2024-05-30T03:12:41.756Z | Downloaded hex v0.4.3 |
163 | 2024-05-30T03:12:41.756Z | Downloaded heck v0.4.1 |
164 | 2024-05-30T03:12:41.756Z | Downloaded futures-core v0.3.30 |
165 | 2024-05-30T03:12:41.756Z | Downloaded digest v0.10.7 |
166 | 2024-05-30T03:12:41.756Z | Downloaded tinyvec_macros v0.1.1 |
167 | 2024-05-30T03:12:41.756Z | Downloaded take_mut v0.2.2 |
168 | 2024-05-30T03:12:41.756Z | Downloaded omicron-workspace-hack v0.1.0 |
169 | 2024-05-30T03:12:41.756Z | Downloaded num_threads v0.1.7 |
170 | 2024-05-30T03:12:41.757Z | Downloaded scroll_derive v0.12.0 |
171 | 2024-05-30T03:12:41.757Z | Downloaded ident_case v1.0.1 |
172 | 2024-05-30T03:12:41.757Z | Downloaded darling_core v0.20.9 |
173 | 2024-05-30T03:12:41.774Z | Downloaded base64 v0.21.7 |
174 | 2024-05-30T03:12:41.774Z | Downloaded tower-service v0.3.2 |
175 | 2024-05-30T03:12:41.775Z | Downloaded try-lock v0.2.5 |
176 | 2024-05-30T03:12:41.775Z | Downloaded schemars_derive v0.8.21 |
177 | 2024-05-30T03:12:41.775Z | Downloaded paste v1.0.15 |
178 | 2024-05-30T03:12:41.775Z | Downloaded percent-encoding v2.3.1 |
179 | 2024-05-30T03:12:41.776Z | Downloaded macaddr v1.0.1 |
180 | 2024-05-30T03:12:41.776Z | Downloaded generic-array v0.14.7 |
181 | 2024-05-30T03:12:41.776Z | Downloaded sha2 v0.10.8 |
182 | 2024-05-30T03:12:41.776Z | Downloaded futures-task v0.3.30 |
183 | 2024-05-30T03:12:41.776Z | Downloaded sync_wrapper v0.1.2 |
184 | 2024-05-30T03:12:41.776Z | Downloaded usdt v0.5.0 |
185 | 2024-05-30T03:12:41.777Z | Downloaded mime v0.3.17 |
186 | 2024-05-30T03:12:41.807Z | Downloaded http-body v0.4.6 |
187 | 2024-05-30T03:12:41.807Z | Downloaded rustls-pemfile v1.0.4 |
188 | 2024-05-30T03:12:41.808Z | Downloaded pkg-config v0.3.30 |
189 | 2024-05-30T03:12:41.808Z | Downloaded num_cpus v1.16.0 |
190 | 2024-05-30T03:12:41.808Z | Downloaded powerfmt v0.2.0 |
191 | 2024-05-30T03:12:41.808Z | Downloaded sha1 v0.10.6 |
192 | 2024-05-30T03:12:41.809Z | Downloaded serde_path_to_error v0.1.16 |
193 | 2024-05-30T03:12:41.809Z | Downloaded itoa v1.0.11 |
194 | 2024-05-30T03:12:41.809Z | Downloaded time-core v0.1.2 |
195 | 2024-05-30T03:12:41.809Z | Downloaded serde_urlencoded v0.7.1 |
196 | 2024-05-30T03:12:41.809Z | Downloaded scopeguard v1.2.0 |
197 | 2024-05-30T03:12:41.809Z | Downloaded serde_spanned v0.6.6 |
198 | 2024-05-30T03:12:41.820Z | Downloaded rand_chacha v0.3.1 |
199 | 2024-05-30T03:12:41.821Z | Downloaded pin-utils v0.1.0 |
200 | 2024-05-30T03:12:41.821Z | Downloaded thread_local v1.1.8 |
201 | 2024-05-30T03:12:41.821Z | Downloaded slab v0.4.9 |
202 | 2024-05-30T03:12:41.822Z | Downloaded slog-async v2.8.0 |
203 | 2024-05-30T03:12:41.822Z | Downloaded plain v0.2.3 |
204 | 2024-05-30T03:12:41.822Z | Downloaded signal-hook-registry v1.4.2 |
205 | 2024-05-30T03:12:41.823Z | Downloaded serde_tokenstream v0.2.0 |
206 | 2024-05-30T03:12:41.823Z | Downloaded pest_generator v2.7.10 |
207 | 2024-05-30T03:12:41.823Z | Downloaded tokio-native-tls v0.3.1 |
208 | 2024-05-30T03:12:41.824Z | Downloaded thiserror v1.0.61 |
209 | 2024-05-30T03:12:41.824Z | Downloaded toml_datetime v0.6.6 |
210 | 2024-05-30T03:12:41.824Z | Downloaded thiserror-impl v1.0.61 |
211 | 2024-05-30T03:12:41.825Z | Downloaded thread-id v4.2.1 |
212 | 2024-05-30T03:12:41.825Z | Downloaded ryu v1.0.18 |
213 | 2024-05-30T03:12:41.825Z | Downloaded openssl-sys v0.9.102 |
214 | 2024-05-30T03:12:41.840Z | Downloaded parking_lot v0.12.3 |
215 | 2024-05-30T03:12:41.840Z | Downloaded serde_derive_internals v0.29.1 |
216 | 2024-05-30T03:12:41.841Z | Downloaded tokio-rustls v0.25.0 |
217 | 2024-05-30T03:12:41.841Z | Downloaded rand_core v0.6.4 |
218 | 2024-05-30T03:12:41.841Z | Downloaded term v0.7.0 |
219 | 2024-05-30T03:12:41.841Z | Downloaded usdt-impl v0.5.0 |
220 | 2024-05-30T03:12:41.842Z | Downloaded semver v1.0.23 |
221 | 2024-05-30T03:12:41.853Z | Downloaded serde_with_macros v3.8.1 |
222 | 2024-05-30T03:12:41.853Z | Downloaded tokio-macros v2.2.0 |
223 | 2024-05-30T03:12:41.854Z | Downloaded num-traits v0.2.19 |
224 | 2024-05-30T03:12:41.854Z | Downloaded time-macros v0.2.18 |
225 | 2024-05-30T03:12:41.854Z | Downloaded pest_meta v2.7.10 |
226 | 2024-05-30T03:12:41.854Z | Downloaded log v0.4.21 |
227 | 2024-05-30T03:12:41.854Z | Downloaded sct v0.7.1 |
228 | 2024-05-30T03:12:41.868Z | Downloaded socket2 v0.5.7 |
229 | 2024-05-30T03:12:41.868Z | Downloaded unicode-ident v1.0.12 |
230 | 2024-05-30T03:12:41.869Z | Downloaded indexmap v1.9.3 |
231 | 2024-05-30T03:12:41.869Z | Downloaded serde_derive v1.0.203 |
232 | 2024-05-30T03:12:41.884Z | Downloaded tokio-rustls v0.24.1 |
233 | 2024-05-30T03:12:41.884Z | Downloaded tinyvec v1.6.0 |
234 | 2024-05-30T03:12:41.884Z | Downloaded toml v0.8.13 |
235 | 2024-05-30T03:12:41.884Z | Downloaded futures v0.3.30 |
236 | 2024-05-30T03:12:41.895Z | Downloaded quote v1.0.36 |
237 | 2024-05-30T03:12:41.896Z | Downloaded schemars v0.8.21 |
238 | 2024-05-30T03:12:42.315Z | Downloaded unicode-bidi v0.3.15 |
239 | 2024-05-30T03:12:42.316Z | Downloaded tracing-core v0.1.32 |
240 | 2024-05-30T03:12:42.316Z | Downloaded memchr v2.7.2 |
241 | 2024-05-30T03:12:42.334Z | Downloaded typenum v1.17.0 |
242 | 2024-05-30T03:12:42.334Z | Downloaded serde v1.0.203 |
243 | 2024-05-30T03:12:42.334Z | Downloaded mio v0.8.11 |
244 | 2024-05-30T03:12:42.335Z | Downloaded tracing v0.1.40 |
245 | 2024-05-30T03:12:42.335Z | Downloaded serde_yaml v0.9.34+deprecated |
246 | 2024-05-30T03:12:42.335Z | Downloaded zerocopy v0.7.34 |
247 | 2024-05-30T03:12:42.335Z | Downloaded hashbrown v0.12.3 |
248 | 2024-05-30T03:12:42.335Z | Downloaded toml_edit v0.22.13 |
249 | 2024-05-30T03:12:42.336Z | Downloaded time v0.3.36 |
250 | 2024-05-30T03:12:42.336Z | Downloaded serde_with v3.8.1 |
251 | 2024-05-30T03:12:42.336Z | Downloaded pest v2.7.10 |
252 | 2024-05-30T03:12:42.336Z | Downloaded rustls-webpki v0.101.7 |
253 | 2024-05-30T03:12:42.336Z | Downloaded reqwest v0.11.27 |
254 | 2024-05-30T03:12:42.336Z | Downloaded serde_json v1.0.117 |
255 | 2024-05-30T03:12:42.337Z | Downloaded hyper v0.14.28 |
256 | 2024-05-30T03:12:42.337Z | Downloaded rustls-webpki v0.102.4 |
257 | 2024-05-30T03:12:42.337Z | Downloaded webpki-roots v0.25.4 |
258 | 2024-05-30T03:12:42.337Z | Downloaded openssl v0.10.64 |
259 | 2024-05-30T03:12:42.337Z | Downloaded idna v0.5.0 |
260 | 2024-05-30T03:12:42.338Z | Downloaded syn v2.0.66 |
261 | 2024-05-30T03:12:42.338Z | Downloaded rustls v0.21.12 |
262 | 2024-05-30T03:12:42.338Z | Downloaded rustls v0.22.4 |
263 | 2024-05-30T03:12:42.338Z | Downloaded regress v0.9.1 |
264 | 2024-05-30T03:12:42.339Z | Downloaded regex-syntax v0.8.3 |
265 | 2024-05-30T03:12:42.339Z | Downloaded regex-automata v0.4.6 |
266 | 2024-05-30T03:12:42.339Z | Downloaded regex v1.10.4 |
267 | 2024-05-30T03:12:42.339Z | Downloaded openapiv3 v2.0.0 |
268 | 2024-05-30T03:12:42.340Z | Downloaded libc v0.2.155 |
269 | 2024-05-30T03:12:42.340Z | Downloaded tokio v1.37.0 |
270 | 2024-05-30T03:12:42.340Z | Downloaded goblin v0.8.2 |
271 | 2024-05-30T03:12:42.340Z | Downloaded unicode-normalization v0.1.23 |
272 | 2024-05-30T03:12:42.341Z | Downloaded encoding_rs v0.8.34 |
273 | 2024-05-30T03:12:42.341Z | Downloaded h2 v0.3.26 |
274 | 2024-05-30T03:12:42.341Z | Downloaded futures-util v0.3.30 |
275 | 2024-05-30T03:12:42.341Z | Downloaded tokio-util v0.7.11 |
276 | 2024-05-30T03:12:42.341Z | Downloaded hashbrown v0.14.5 |
277 | 2024-05-30T03:12:42.341Z | Downloaded winnow v0.6.9 |
278 | 2024-05-30T03:12:42.341Z | Downloaded rand v0.8.5 |
279 | 2024-05-30T03:12:42.341Z | Downloaded proc-macro2 v1.0.84 |
280 | 2024-05-30T03:12:42.341Z | Downloaded indexmap v2.2.6 |
281 | 2024-05-30T03:12:42.342Z | Downloaded url v2.5.0 |
282 | 2024-05-30T03:12:42.342Z | Downloaded http v1.1.0 |
283 | 2024-05-30T03:12:42.354Z | Downloaded http v0.2.12 |
284 | 2024-05-30T03:12:42.354Z | Downloaded pin-project-lite v0.2.14 |
285 | 2024-05-30T03:12:42.354Z | Downloaded unicode-width v0.1.12 |
286 | 2024-05-30T03:12:42.354Z | Downloaded once_cell v1.19.0 |
287 | 2024-05-30T03:12:42.354Z | Downloaded native-tls v0.2.12 |
288 | 2024-05-30T03:12:42.354Z | Downloaded strum_macros v0.26.2 |
289 | 2024-05-30T03:12:42.355Z | Downloaded spin v0.9.8 |
290 | 2024-05-30T03:12:42.355Z | Downloaded slog-term v2.9.1 |
291 | 2024-05-30T03:12:42.773Z | Downloaded rustls-pki-types v1.7.0 |
292 | 2024-05-30T03:12:42.774Z | Downloaded pest_derive v2.7.10 |
293 | 2024-05-30T03:12:42.774Z | Downloaded scroll v0.12.0 |
294 | 2024-05-30T03:12:42.774Z | Downloaded zeroize v1.8.1 |
295 | 2024-05-30T03:12:42.774Z | Downloaded multer v3.1.0 |
296 | 2024-05-30T03:12:42.774Z | Downloaded ipnet v2.9.0 |
297 | 2024-05-30T03:12:42.774Z | Downloaded iana-time-zone v0.1.60 |
298 | 2024-05-30T03:12:43.202Z | Downloaded hyper-tls v0.5.0 |
299 | 2024-05-30T03:12:43.203Z | Downloaded hyper-rustls v0.24.2 |
300 | 2024-05-30T03:12:43.203Z | Downloaded getrandom v0.2.15 |
301 | 2024-05-30T03:12:43.203Z | Downloaded lock_api v0.4.12 |
302 | 2024-05-30T03:12:43.203Z | Downloaded newtype-uuid v1.1.0 |
303 | 2024-05-30T03:12:43.203Z | Downloaded memmap v0.7.0 |
304 | 2024-05-30T03:12:43.203Z | Downloaded httpdate v1.0.3 |
305 | 2024-05-30T03:12:43.204Z | Downloaded hostname v0.3.1 |
306 | 2024-05-30T03:12:43.204Z | Downloaded dirs-next v2.0.0 |
307 | 2024-05-30T03:12:43.204Z | Downloaded httparse v1.8.0 |
308 | 2024-05-30T03:12:43.204Z | Downloaded hostname v0.4.0 |
309 | 2024-05-30T03:12:43.204Z | Downloaded heck v0.5.0 |
310 | 2024-05-30T03:12:43.204Z | Downloaded futures-channel v0.3.30 |
311 | 2024-05-30T03:12:43.204Z | Downloaded dyn-clone v1.0.17 |
312 | 2024-05-30T03:12:43.205Z | Downloaded getopts v0.2.21 |
313 | 2024-05-30T03:12:43.205Z | Downloaded futures-macro v0.3.30 |
314 | 2024-05-30T03:12:43.205Z | Downloaded form_urlencoded v1.2.1 |
315 | 2024-05-30T03:12:43.205Z | Downloaded fnv v1.0.7 |
316 | 2024-05-30T03:12:43.205Z | Downloaded dtrace-parser v0.2.0 |
317 | 2024-05-30T03:12:43.205Z | Downloaded dof v0.3.0 |
318 | 2024-05-30T03:12:43.205Z | Downloaded futures-sink v0.3.30 |
319 | 2024-05-30T03:12:43.205Z | Downloaded slog-bunyan v2.5.0 |
320 | 2024-05-30T03:12:43.206Z | Downloaded rustversion v1.0.17 |
321 | 2024-05-30T03:12:43.206Z | Downloaded ppv-lite86 v0.2.17 |
322 | 2024-05-30T03:12:43.206Z | Downloaded ring v0.17.8 |
323 | 2024-05-30T03:12:43.206Z | Downloaded unsafe-libyaml v0.2.11 |
324 | 2024-05-30T03:12:43.206Z | Downloaded ucd-trie v0.1.6 |
325 | 2024-05-30T03:12:43.206Z | Downloaded allocator-api2 v0.2.18 |
326 | 2024-05-30T03:12:43.206Z | Downloaded futures-io v0.3.30 |
327 | 2024-05-30T03:12:43.206Z | Downloaded foreign-types-shared v0.1.1 |
328 | 2024-05-30T03:12:43.207Z | Downloaded darling v0.20.9 |
329 | 2024-05-30T03:12:43.207Z | Downloaded crypto-common v0.1.6 |
330 | 2024-05-30T03:12:43.207Z | Downloaded atomic-waker v1.1.2 |
331 | 2024-05-30T03:12:43.207Z | Downloaded crossbeam-channel v0.5.13 |
332 | 2024-05-30T03:12:43.207Z | Downloaded async-stream-impl v0.3.5 |
333 | 2024-05-30T03:12:43.207Z | Downloaded crossbeam-utils v0.8.20 |
334 | 2024-05-30T03:12:43.208Z | Downloaded cc v1.0.98 |
335 | 2024-05-30T03:12:43.208Z | Downloaded base64 v0.22.1 |
336 | 2024-05-30T03:12:43.208Z | Compiling proc-macro2 v1.0.84 |
337 | 2024-05-30T03:12:43.208Z | Compiling unicode-ident v1.0.12 |
338 | 2024-05-30T03:12:43.208Z | Compiling libc v0.2.155 |
339 | 2024-05-30T03:12:43.208Z | Checking cfg-if v1.0.0 |
340 | 2024-05-30T03:12:43.208Z | Compiling version_check v0.9.4 |
341 | 2024-05-30T03:12:43.208Z | Compiling autocfg v1.3.0 |
342 | 2024-05-30T03:12:43.209Z | Compiling serde v1.0.203 |
343 | 2024-05-30T03:12:43.209Z | Compiling serde_json v1.0.117 |
344 | 2024-05-30T03:12:43.209Z | Checking itoa v1.0.11 |
345 | 2024-05-30T03:12:43.233Z | Compiling thiserror v1.0.61 |
346 | 2024-05-30T03:12:43.233Z | Checking once_cell v1.19.0 |
347 | 2024-05-30T03:12:43.234Z | Compiling memchr v2.7.2 |
348 | 2024-05-30T03:12:43.659Z | Compiling ahash v0.8.11 |
349 | 2024-05-30T03:12:43.659Z | Compiling cc v1.0.98 |
350 | 2024-05-30T03:12:45.296Z | Checking byteorder v1.5.0 |
351 | 2024-05-30T03:12:45.550Z | Compiling num-traits v0.2.19 |
352 | 2024-05-30T03:12:45.821Z | Checking pin-project-lite v0.2.14 |
353 | 2024-05-30T03:12:45.905Z | Checking ryu v1.0.18 |
354 | 2024-05-30T03:12:46.333Z | Checking bytes v1.6.0 |
355 | 2024-05-30T03:12:46.349Z | Checking log v0.4.21 |
356 | 2024-05-30T03:12:46.349Z | Compiling lock_api v0.4.12 |
357 | 2024-05-30T03:12:46.349Z | Compiling parking_lot_core v0.9.10 |
358 | 2024-05-30T03:12:46.349Z | Checking allocator-api2 v0.2.18 |
359 | 2024-05-30T03:12:46.350Z | Compiling schemars v0.8.21 |
360 | 2024-05-30T03:12:46.383Z | Compiling ring v0.17.8 |
361 | 2024-05-30T03:12:46.515Z | Checking getrandom v0.2.15 |
362 | 2024-05-30T03:12:46.526Z | Checking futures-core v0.3.30 |
363 | 2024-05-30T03:12:46.531Z | Checking smallvec v1.13.2 |
364 | 2024-05-30T03:12:46.655Z | Checking scopeguard v1.2.0 |
365 | 2024-05-30T03:12:46.667Z | Checking num_cpus v1.16.0 |
366 | 2024-05-30T03:12:46.691Z | Checking mio v0.8.11 |
367 | 2024-05-30T03:12:46.719Z | Compiling quote v1.0.36 |
368 | 2024-05-30T03:12:46.753Z | Checking signal-hook-registry v1.4.2 |
369 | 2024-05-30T03:12:46.774Z | Checking socket2 v0.5.7 |
370 | 2024-05-30T03:12:47.386Z | Compiling slab v0.4.9 |
371 | 2024-05-30T03:12:48.262Z | Compiling syn v2.0.66 |
372 | 2024-05-30T03:12:48.262Z | Checking parking_lot v0.12.3 |
373 | 2024-05-30T03:12:48.262Z | Checking spin v0.9.8 |
374 | 2024-05-30T03:12:48.263Z | Checking futures-sink v0.3.30 |
375 | 2024-05-30T03:12:48.263Z | Checking fnv v1.0.7 |
376 | 2024-05-30T03:12:48.263Z | Checking equivalent v1.0.1 |
377 | 2024-05-30T03:12:48.263Z | Checking untrusted v0.9.0 |
378 | 2024-05-30T03:12:48.263Z | Checking futures-channel v0.3.30 |
379 | 2024-05-30T03:12:48.263Z | Compiling pkg-config v0.3.30 |
380 | 2024-05-30T03:12:48.263Z | Checking futures-io v0.3.30 |
381 | 2024-05-30T03:12:48.263Z | Compiling vcpkg v0.2.15 |
382 | 2024-05-30T03:12:48.263Z | Checking pin-utils v0.1.0 |
383 | 2024-05-30T03:12:48.263Z | Checking futures-task v0.3.30 |
384 | 2024-05-30T03:12:48.264Z | Compiling semver v1.0.23 |
385 | 2024-05-30T03:12:48.685Z | Compiling ucd-trie v0.1.6 |
386 | 2024-05-30T03:12:48.685Z | Checking iana-time-zone v0.1.60 |
387 | 2024-05-30T03:12:48.699Z | Checking http v0.2.12 |
388 | 2024-05-30T03:12:48.700Z | Checking dyn-clone v1.0.17 |
389 | 2024-05-30T03:12:48.700Z | Compiling httparse v1.8.0 |
390 | 2024-05-30T03:12:48.875Z | Checking tracing-core v0.1.32 |
391 | 2024-05-30T03:12:49.225Z | Compiling openssl-sys v0.9.102 |
392 | 2024-05-30T03:12:49.464Z | Compiling uuid v1.8.0 |
393 | 2024-05-30T03:12:49.542Z | Checking tracing v0.1.40 |
394 | 2024-05-30T03:12:49.828Z | Compiling chrono v0.4.38 |
395 | 2024-05-30T03:12:49.847Z | Checking foreign-types-shared v0.1.1 |
396 | 2024-05-30T03:12:49.880Z | Compiling openssl v0.10.64 |
397 | 2024-05-30T03:12:49.924Z | Checking try-lock v0.2.5 |
398 | 2024-05-30T03:12:49.940Z | Compiling heck v0.5.0 |
399 | 2024-05-30T03:12:50.403Z | Compiling slog v2.7.0 |
400 | 2024-05-30T03:12:50.404Z | Checking want v0.3.1 |
401 | 2024-05-30T03:12:50.404Z | Checking foreign-types v0.3.2 |
402 | 2024-05-30T03:12:50.404Z | Checking http-body v0.4.6 |
403 | 2024-05-30T03:12:50.404Z | Compiling aho-corasick v1.1.3 |
404 | 2024-05-30T03:12:50.533Z | Compiling rustls v0.21.12 |
405 | 2024-05-30T03:12:50.691Z | Checking bitflags v2.5.0 |
406 | 2024-05-30T03:12:50.811Z | Checking tinyvec_macros v0.1.1 |
407 | 2024-05-30T03:12:50.859Z | Checking tower-service v0.3.2 |
408 | 2024-05-30T03:12:50.874Z | Checking httpdate v1.0.3 |
409 | 2024-05-30T03:12:50.956Z | Checking percent-encoding v2.3.1 |
410 | 2024-05-30T03:12:51.069Z | Compiling regex-syntax v0.8.3 |
411 | 2024-05-30T03:12:51.133Z | Compiling native-tls v0.2.12 |
412 | 2024-05-30T03:12:51.486Z | Compiling typenum v1.17.0 |
413 | 2024-05-30T03:12:51.647Z | Checking form_urlencoded v1.2.1 |
414 | 2024-05-30T03:12:51.813Z | Checking tinyvec v1.6.0 |
415 | 2024-05-30T03:12:52.735Z | Compiling generic-array v0.14.7 |
416 | 2024-05-30T03:12:52.931Z | Checking openssl-probe v0.1.5 |
417 | 2024-05-30T03:12:53.089Z | Checking unicode-normalization v0.1.23 |
418 | 2024-05-30T03:12:53.924Z | Compiling serde_derive_internals v0.29.1 |
419 | 2024-05-30T03:12:54.447Z | Compiling regex-automata v0.4.6 |
420 | 2024-05-30T03:12:54.954Z | Compiling usdt-impl v0.5.0 |
421 | 2024-05-30T03:12:55.059Z | Checking encoding_rs v0.8.34 |
422 | 2024-05-30T03:12:55.112Z | Checking mime v0.3.17 |
423 | 2024-05-30T03:12:55.445Z | Compiling num-conv v0.1.0 |
424 | 2024-05-30T03:12:56.167Z | Checking unicode-bidi v0.3.15 |
425 | 2024-05-30T03:12:56.595Z | Checking powerfmt v0.2.0 |
426 | 2024-05-30T03:12:56.595Z | Compiling time-core v0.1.2 |
427 | 2024-05-30T03:12:56.595Z | Checking deranged v0.3.11 |
428 | 2024-05-30T03:12:56.596Z | Compiling time-macros v0.2.18 |
429 | 2024-05-30T03:12:56.719Z | Checking idna v0.5.0 |
430 | 2024-05-30T03:12:57.370Z | Compiling thread-id v4.2.1 |
431 | 2024-05-30T03:12:57.784Z | Checking rustls-pki-types v1.7.0 |
432 | 2024-05-30T03:12:58.200Z | Compiling crossbeam-utils v0.8.20 |
433 | 2024-05-30T03:12:58.221Z | Compiling ident_case v1.0.1 |
434 | 2024-05-30T03:12:58.386Z | Checking num_threads v0.1.7 |
435 | 2024-05-30T03:12:58.473Z | Compiling regex v1.10.4 |
436 | 2024-05-30T03:12:58.722Z | Compiling unicode-width v0.1.12 |
437 | 2024-05-30T03:12:58.755Z | Compiling strsim v0.11.1 |
438 | 2024-05-30T03:12:59.485Z | Checking base64 v0.21.7 |
439 | 2024-05-30T03:12:59.521Z | Compiling serde_derive v1.0.203 |
440 | 2024-05-30T03:12:59.692Z | Compiling zerocopy-derive v0.7.34 |
441 | 2024-05-30T03:12:59.764Z | Compiling thiserror-impl v1.0.61 |
442 | 2024-05-30T03:12:59.940Z | Compiling schemars_derive v0.8.21 |
443 | 2024-05-30T03:13:00.125Z | Compiling tokio-macros v2.2.0 |
444 | 2024-05-30T03:13:01.240Z | Compiling futures-macro v0.3.30 |
445 | 2024-05-30T03:13:01.736Z | Checking tokio v1.37.0 |
446 | 2024-05-30T03:13:01.922Z | Checking zerocopy v0.7.34 |
447 | 2024-05-30T03:13:02.754Z | Compiling openssl-macros v0.1.1 |
448 | 2024-05-30T03:13:02.895Z | Compiling pest v2.7.10 |
449 | 2024-05-30T03:13:03.203Z | Checking futures-util v0.3.30 |
450 | 2024-05-30T03:13:03.655Z | Checking sct v0.7.1 |
451 | 2024-05-30T03:13:03.679Z | Checking rustls-webpki v0.101.7 |
452 | 2024-05-30T03:13:04.271Z | Checking hashbrown v0.14.5 |
453 | 2024-05-30T03:13:05.058Z | Compiling scroll_derive v0.12.0 |
454 | 2024-05-30T03:13:05.770Z | Compiling pest_meta v2.7.10 |
455 | 2024-05-30T03:13:05.802Z | Compiling regress v0.9.1 |
456 | 2024-05-30T03:13:06.594Z | Checking scroll v0.12.0 |
457 | 2024-05-30T03:13:07.488Z | Compiling pest_generator v2.7.10 |
458 | 2024-05-30T03:13:08.751Z | Checking tokio-util v0.7.11 |
459 | 2024-05-30T03:13:09.285Z | Checking tokio-rustls v0.24.1 |
460 | 2024-05-30T03:13:09.286Z | Checking plain v0.2.3 |
461 | 2024-05-30T03:13:09.321Z | Checking tokio-native-tls v0.3.1 |
462 | 2024-05-30T03:13:09.758Z | Checking goblin v0.8.2 |
463 | 2024-05-30T03:13:10.118Z | Checking rustls-pemfile v1.0.4 |
464 | 2024-05-30T03:13:10.297Z | Checking time v0.3.36 |
465 | 2024-05-30T03:13:10.308Z | Compiling pest_derive v2.7.10 |
466 | 2024-05-30T03:13:11.053Z | Compiling darling_core v0.20.9 |
467 | 2024-05-30T03:13:11.199Z | Compiling dtrace-parser v0.2.0 |
468 | 2024-05-30T03:13:12.029Z | Compiling getopts v0.2.21 |
469 | 2024-05-30T03:13:12.176Z | Checking url v2.5.0 |
470 | 2024-05-30T03:13:12.857Z | Checking dirs-sys-next v0.1.2 |
471 | 2024-05-30T03:13:12.963Z | Checking indexmap v2.2.6 |
472 | 2024-05-30T03:13:13.527Z | Checking serde_urlencoded v0.7.1 |
473 | 2024-05-30T03:13:14.276Z | Compiling rustversion v1.0.17 |
474 | 2024-05-30T03:13:14.277Z | Compiling paste v1.0.15 |
475 | 2024-05-30T03:13:14.277Z | Checking h2 v0.3.26 |
476 | 2024-05-30T03:13:14.549Z | Compiling serde_tokenstream v0.2.0 |
477 | 2024-05-30T03:13:14.799Z | Checking openapiv3 v2.0.0 |
478 | 2024-05-30T03:13:15.416Z | Checking pretty-hex v0.4.1 |
479 | 2024-05-30T03:13:16.675Z | Compiling omicron-workspace-hack v0.1.0 |
480 | 2024-05-30T03:13:16.676Z | Compiling unsafe-libyaml v0.2.11 |
481 | 2024-05-30T03:13:17.224Z | Compiling rustls v0.22.4 |
482 | 2024-05-30T03:13:17.224Z | Checking sync_wrapper v0.1.2 |
483 | 2024-05-30T03:13:17.224Z | Checking ipnet v2.9.0 |
484 | 2024-05-30T03:13:17.225Z | Checking webpki-roots v0.25.4 |
485 | 2024-05-30T03:13:17.225Z | Checking dof v0.3.0 |
486 | 2024-05-30T03:13:17.226Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
487 | 2024-05-30T03:13:17.226Z | Compiling serde_yaml v0.9.34+deprecated |
488 | 2024-05-30T03:13:17.691Z | Compiling darling_macro v0.20.9 |
489 | 2024-05-30T03:13:18.429Z | Checking hyper v0.14.28 |
490 | 2024-05-30T03:13:19.145Z | Checking dirs-next v2.0.0 |
491 | 2024-05-30T03:13:19.256Z | Checking toml_datetime v0.6.6 |
492 | 2024-05-30T03:13:19.280Z | Checking serde_spanned v0.6.6 |
493 | 2024-05-30T03:13:19.508Z | Checking rustls-webpki v0.102.4 |
494 | 2024-05-30T03:13:19.807Z | Compiling structmeta-derive v0.3.0 |
495 | 2024-05-30T03:13:19.916Z | Checking crypto-common v0.1.6 |
496 | 2024-05-30T03:13:19.991Z | Checking block-buffer v0.10.4 |
497 | 2024-05-30T03:13:20.046Z | Checking rand_core v0.6.4 |
498 | 2024-05-30T03:13:20.255Z | Compiling multer v3.1.0 |
499 | 2024-05-30T03:13:20.281Z | Checking thread_local v1.1.8 |
500 | 2024-05-30T03:13:20.319Z | Checking winnow v0.6.9 |
501 | 2024-05-30T03:13:20.537Z | Checking subtle v2.5.0 |
502 | 2024-05-30T03:13:20.557Z | Compiling camino v1.1.7 |
503 | 2024-05-30T03:13:20.737Z | Compiling anyhow v1.0.86 |
504 | 2024-05-30T03:13:21.124Z | Checking zeroize v1.8.1 |
505 | 2024-05-30T03:13:21.213Z | Compiling slog-async v2.8.0 |
506 | 2024-05-30T03:13:21.317Z | Checking ppv-lite86 v0.2.17 |
507 | 2024-05-30T03:13:21.362Z | Checking match_cfg v0.1.0 |
508 | 2024-05-30T03:13:21.841Z | Checking hostname v0.3.1 |
509 | 2024-05-30T03:13:21.858Z | Checking digest v0.10.7 |
510 | 2024-05-30T03:13:22.020Z | Checking rand_chacha v0.3.1 |
511 | 2024-05-30T03:13:22.542Z | Checking crossbeam-channel v0.5.13 |
512 | 2024-05-30T03:13:22.554Z | Checking term v0.7.0 |
513 | 2024-05-30T03:13:22.554Z | Compiling usdt-attr-macro v0.5.0 |
514 | 2024-05-30T03:13:22.631Z | Compiling structmeta v0.3.0 |
515 | 2024-05-30T03:13:22.782Z | Compiling usdt-macro v0.5.0 |
516 | 2024-05-30T03:13:23.044Z | Checking hyper-tls v0.5.0 |
517 | 2024-05-30T03:13:23.292Z | Checking hyper-rustls v0.24.2 |
518 | 2024-05-30T03:13:23.437Z | Checking toml_edit v0.22.13 |
519 | 2024-05-30T03:13:23.577Z | Checking reqwest v0.11.27 |
520 | 2024-05-30T03:13:23.837Z | Compiling darling v0.20.9 |
521 | 2024-05-30T03:13:24.561Z | Checking slog-json v2.6.1 |
522 | 2024-05-30T03:13:24.561Z | Checking futures-executor v0.3.30 |
523 | 2024-05-30T03:13:24.561Z | Compiling async-stream-impl v0.3.5 |
524 | 2024-05-30T03:13:24.561Z | Checking http v1.1.0 |
525 | 2024-05-30T03:13:24.562Z | Checking is-terminal v0.4.12 |
526 | 2024-05-30T03:13:24.562Z | Checking memmap v0.7.0 |
527 | 2024-05-30T03:13:24.562Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#d91ef514) |
528 | 2024-05-30T03:13:24.562Z | Checking take_mut v0.2.2 |
529 | 2024-05-30T03:13:24.636Z | Checking cpufeatures v0.2.12 |
530 | 2024-05-30T03:13:24.705Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
531 | 2024-05-30T03:13:24.727Z | Compiling heck v0.4.1 |
532 | 2024-05-30T03:13:24.889Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#55d8b98e) |
533 | 2024-05-30T03:13:24.983Z | Checking atomic-waker v1.1.2 |
534 | 2024-05-30T03:13:25.413Z | Checking base64 v0.22.1 |
535 | 2024-05-30T03:13:25.413Z | Compiling strum_macros v0.26.2 |
536 | 2024-05-30T03:13:25.413Z | Checking waitgroup v0.1.2 |
537 | 2024-05-30T03:13:25.413Z | Checking tokio-rustls v0.25.0 |
538 | 2024-05-30T03:13:25.413Z | Checking sha1 v0.10.6 |
539 | 2024-05-30T03:13:25.462Z | Checking async-stream v0.3.5 |
540 | 2024-05-30T03:13:25.556Z | Checking rustls-pemfile v2.1.2 |
541 | 2024-05-30T03:13:25.601Z | Checking usdt v0.5.0 |
542 | 2024-05-30T03:13:25.634Z | Checking slog-term v2.9.1 |
543 | 2024-05-30T03:13:26.205Z | Checking futures v0.3.30 |
544 | 2024-05-30T03:13:26.205Z | Checking slog-bunyan v2.5.0 |
545 | 2024-05-30T03:13:26.206Z | Compiling serde_with_macros v3.8.1 |
546 | 2024-05-30T03:13:26.206Z | Compiling parse-display-derive v0.9.0 |
547 | 2024-05-30T03:13:26.206Z | Checking rand v0.8.5 |
548 | 2024-05-30T03:13:26.206Z | Checking toml v0.8.13 |
549 | 2024-05-30T03:13:26.320Z | Checking ipnetwork v0.20.0 |
550 | 2024-05-30T03:13:26.663Z | Checking newtype-uuid v1.1.0 |
551 | 2024-05-30T03:13:26.712Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#d91ef514) |
552 | 2024-05-30T03:13:26.761Z | Checking serde_path_to_error v0.1.16 |
553 | 2024-05-30T03:13:26.879Z | Checking hex v0.4.3 |
554 | 2024-05-30T03:13:27.611Z | Compiling async-trait v0.1.80 |
555 | 2024-05-30T03:13:27.624Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
556 | 2024-05-30T03:13:27.625Z | Checking hostname v0.4.0 |
557 | 2024-05-30T03:13:27.625Z | Checking instant v0.1.13 |
558 | 2024-05-30T03:13:27.640Z | Checking debug-ignore v1.0.5 |
559 | 2024-05-30T03:13:27.739Z | Checking backoff v0.4.0 |
560 | 2024-05-30T03:13:28.021Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
561 | 2024-05-30T03:13:28.150Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
562 | 2024-05-30T03:13:28.174Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
563 | 2024-05-30T03:13:28.297Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
564 | 2024-05-30T03:13:28.335Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#5d09ba3c) |
565 | 2024-05-30T03:13:29.164Z | Checking macaddr v1.0.1 |
566 | 2024-05-30T03:13:29.188Z | Checking serde_with v3.8.1 |
567 | 2024-05-30T03:13:29.772Z | Checking strum v0.26.2 |
568 | 2024-05-30T03:13:30.266Z | Checking parse-display v0.9.0 |
569 | 2024-05-30T03:13:30.775Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
570 | 2024-05-30T03:13:32.716Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
571 | 2024-05-30T03:13:32.782Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#55d8b98e) |
572 | 2024-05-30T03:13:36.262Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#55d8b98e) |
573 | 2024-05-30T03:13:42.405Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#55d8b98e) |
574 | 2024-05-30T03:13:45.468Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
575 | 2024-05-30T03:13:51.760Z | Checking test-project v0.1.0 (/tmp/test-project) |
576 | 2024-05-30T03:13:52.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
577 | 2024-05-30T03:13:52.196Z | + cargo build --release |
578 | 2024-05-30T03:13:52.196Z | Compiling proc-macro2 v1.0.84 |
579 | 2024-05-30T03:13:52.196Z | Compiling unicode-ident v1.0.12 |
580 | 2024-05-30T03:13:52.196Z | Compiling libc v0.2.155 |
581 | 2024-05-30T03:13:52.196Z | Compiling cfg-if v1.0.0 |
582 | 2024-05-30T03:13:52.197Z | Compiling version_check v0.9.4 |
583 | 2024-05-30T03:13:52.197Z | Compiling autocfg v1.3.0 |
584 | 2024-05-30T03:13:52.197Z | Compiling serde v1.0.203 |
585 | 2024-05-30T03:13:52.197Z | Compiling serde_json v1.0.117 |
586 | 2024-05-30T03:13:52.222Z | Compiling itoa v1.0.11 |
587 | 2024-05-30T03:13:52.341Z | Compiling thiserror v1.0.61 |
588 | 2024-05-30T03:13:52.432Z | Compiling once_cell v1.19.0 |
589 | 2024-05-30T03:13:52.609Z | Compiling cc v1.0.98 |
590 | 2024-05-30T03:13:52.686Z | Compiling memchr v2.7.2 |
591 | 2024-05-30T03:13:52.780Z | Compiling ahash v0.8.11 |
592 | 2024-05-30T03:13:53.135Z | Compiling num-traits v0.2.19 |
593 | 2024-05-30T03:13:53.344Z | Compiling byteorder v1.5.0 |
594 | 2024-05-30T03:13:53.429Z | Compiling pin-project-lite v0.2.14 |
595 | 2024-05-30T03:13:53.538Z | Compiling getrandom v0.2.15 |
596 | 2024-05-30T03:13:53.574Z | Compiling ryu v1.0.18 |
597 | 2024-05-30T03:13:53.820Z | Compiling quote v1.0.36 |
598 | 2024-05-30T03:13:53.878Z | Compiling log v0.4.21 |
599 | 2024-05-30T03:13:53.885Z | Compiling bytes v1.6.0 |
600 | 2024-05-30T03:13:54.164Z | Compiling syn v2.0.66 |
601 | 2024-05-30T03:13:54.362Z | Compiling schemars v0.8.21 |
602 | 2024-05-30T03:13:54.395Z | Compiling lock_api v0.4.12 |
603 | 2024-05-30T03:13:54.459Z | Compiling parking_lot_core v0.9.10 |
604 | 2024-05-30T03:13:54.652Z | Compiling allocator-api2 v0.2.18 |
605 | 2024-05-30T03:13:54.711Z | Compiling scopeguard v1.2.0 |
606 | 2024-05-30T03:13:54.854Z | Compiling smallvec v1.13.2 |
607 | 2024-05-30T03:13:55.311Z | Compiling futures-core v0.3.30 |
608 | 2024-05-30T03:13:55.323Z | Compiling socket2 v0.5.7 |
609 | 2024-05-30T03:13:55.794Z | Compiling mio v0.8.11 |
610 | 2024-05-30T03:13:55.794Z | Compiling ring v0.17.8 |
611 | 2024-05-30T03:13:55.794Z | Compiling num_cpus v1.16.0 |
612 | 2024-05-30T03:13:55.794Z | Compiling signal-hook-registry v1.4.2 |
613 | 2024-05-30T03:13:55.794Z | Compiling parking_lot v0.12.3 |
614 | 2024-05-30T03:13:55.843Z | Compiling slab v0.4.9 |
615 | 2024-05-30T03:13:56.200Z | Compiling spin v0.9.8 |
616 | 2024-05-30T03:13:56.335Z | Compiling futures-sink v0.3.30 |
617 | 2024-05-30T03:13:56.765Z | Compiling fnv v1.0.7 |
618 | 2024-05-30T03:13:56.765Z | Compiling semver v1.0.23 |
619 | 2024-05-30T03:13:56.765Z | Compiling equivalent v1.0.1 |
620 | 2024-05-30T03:13:56.945Z | Compiling untrusted v0.9.0 |
621 | 2024-05-30T03:13:57.111Z | Compiling futures-channel v0.3.30 |
622 | 2024-05-30T03:13:57.431Z | Compiling pkg-config v0.3.30 |
623 | 2024-05-30T03:13:57.535Z | Compiling pin-utils v0.1.0 |
624 | 2024-05-30T03:13:57.567Z | Compiling futures-io v0.3.30 |
625 | 2024-05-30T03:13:57.574Z | Compiling futures-task v0.3.30 |
626 | 2024-05-30T03:13:57.581Z | Compiling vcpkg v0.2.15 |
627 | 2024-05-30T03:13:58.020Z | Compiling ucd-trie v0.1.6 |
628 | 2024-05-30T03:13:58.093Z | Compiling iana-time-zone v0.1.60 |
629 | 2024-05-30T03:13:58.550Z | Compiling http v0.2.12 |
630 | 2024-05-30T03:13:58.870Z | Compiling dyn-clone v1.0.17 |
631 | 2024-05-30T03:13:59.055Z | Compiling httparse v1.8.0 |
632 | 2024-05-30T03:13:59.347Z | Compiling openssl-sys v0.9.102 |
633 | 2024-05-30T03:13:59.575Z | Compiling tracing-core v0.1.32 |
634 | 2024-05-30T03:13:59.861Z | Compiling chrono v0.4.38 |
635 | 2024-05-30T03:14:00.652Z | Compiling uuid v1.8.0 |
636 | 2024-05-30T03:14:01.488Z | Compiling tracing v0.1.40 |
637 | 2024-05-30T03:14:01.877Z | Compiling serde_derive_internals v0.29.1 |
638 | 2024-05-30T03:14:02.028Z | Compiling try-lock v0.2.5 |
639 | 2024-05-30T03:14:02.173Z | Compiling foreign-types-shared v0.1.1 |
640 | 2024-05-30T03:14:02.683Z | Compiling slog v2.7.0 |
641 | 2024-05-30T03:14:02.713Z | Compiling openssl v0.10.64 |
642 | 2024-05-30T03:14:02.772Z | Compiling heck v0.5.0 |
643 | 2024-05-30T03:14:03.393Z | Compiling foreign-types v0.3.2 |
644 | 2024-05-30T03:14:03.407Z | Compiling want v0.3.1 |
645 | 2024-05-30T03:14:03.408Z | Compiling http-body v0.4.6 |
646 | 2024-05-30T03:14:03.531Z | Compiling aho-corasick v1.1.3 |
647 | 2024-05-30T03:14:03.831Z | Compiling bitflags v2.5.0 |
648 | 2024-05-30T03:14:04.294Z | Compiling rustls v0.21.12 |
649 | 2024-05-30T03:14:04.294Z | Compiling httpdate v1.0.3 |
650 | 2024-05-30T03:14:04.481Z | Compiling tower-service v0.3.2 |
651 | 2024-05-30T03:14:04.595Z | Compiling regex-syntax v0.8.3 |
652 | 2024-05-30T03:14:04.625Z | Compiling percent-encoding v2.3.1 |
653 | 2024-05-30T03:14:04.735Z | Compiling native-tls v0.2.12 |
654 | 2024-05-30T03:14:05.067Z | Compiling typenum v1.17.0 |
655 | 2024-05-30T03:14:05.084Z | Compiling tinyvec_macros v0.1.1 |
656 | 2024-05-30T03:14:05.118Z | Compiling form_urlencoded v1.2.1 |
657 | 2024-05-30T03:14:05.162Z | Compiling tinyvec v1.6.0 |
658 | 2024-05-30T03:14:06.188Z | Compiling generic-array v0.14.7 |
659 | 2024-05-30T03:14:06.506Z | Compiling openssl-probe v0.1.5 |
660 | 2024-05-30T03:14:06.869Z | Compiling unicode-normalization v0.1.23 |
661 | 2024-05-30T03:14:07.598Z | Compiling serde_derive v1.0.203 |
662 | 2024-05-30T03:14:07.686Z | Compiling zerocopy-derive v0.7.34 |
663 | 2024-05-30T03:14:08.032Z | Compiling thiserror-impl v1.0.61 |
664 | 2024-05-30T03:14:08.211Z | Compiling schemars_derive v0.8.21 |
665 | 2024-05-30T03:14:08.491Z | Compiling tokio-macros v2.2.0 |
666 | 2024-05-30T03:14:09.915Z | Compiling zerocopy v0.7.34 |
667 | 2024-05-30T03:14:10.650Z | Compiling tokio v1.37.0 |
668 | 2024-05-30T03:14:11.165Z | Compiling futures-macro v0.3.30 |
669 | 2024-05-30T03:14:11.429Z | Compiling pest v2.7.10 |
670 | 2024-05-30T03:14:12.261Z | Compiling hashbrown v0.14.5 |
671 | 2024-05-30T03:14:13.391Z | Compiling futures-util v0.3.30 |
672 | 2024-05-30T03:14:14.296Z | Compiling regress v0.9.1 |
673 | 2024-05-30T03:14:14.296Z | Compiling pest_meta v2.7.10 |
674 | 2024-05-30T03:14:14.296Z | Compiling openssl-macros v0.1.1 |
675 | 2024-05-30T03:14:15.532Z | Compiling sct v0.7.1 |
676 | 2024-05-30T03:14:15.553Z | Compiling pest_generator v2.7.10 |
677 | 2024-05-30T03:14:18.294Z | Compiling pest_derive v2.7.10 |
678 | 2024-05-30T03:14:18.775Z | Compiling rustls-webpki v0.101.7 |
679 | 2024-05-30T03:14:19.259Z | Compiling tokio-util v0.7.11 |
680 | 2024-05-30T03:14:20.412Z | Compiling regex-automata v0.4.6 |
681 | 2024-05-30T03:14:23.295Z | Compiling indexmap v2.2.6 |
682 | 2024-05-30T03:14:24.881Z | Compiling serde_tokenstream v0.2.0 |
683 | 2024-05-30T03:14:30.277Z | Compiling h2 v0.3.26 |
684 | 2024-05-30T03:14:30.324Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
685 | 2024-05-30T03:14:33.570Z | Compiling regex v1.10.4 |
686 | 2024-05-30T03:14:34.647Z | Compiling scroll_derive v0.12.0 |
687 | 2024-05-30T03:14:35.935Z | Compiling hyper v0.14.28 |
688 | 2024-05-30T03:14:41.545Z | Compiling usdt-impl v0.5.0 |
689 | 2024-05-30T03:14:41.935Z | Compiling encoding_rs v0.8.34 |
690 | 2024-05-30T03:14:42.678Z | Compiling powerfmt v0.2.0 |
691 | 2024-05-30T03:14:43.605Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
692 | 2024-05-30T03:14:46.482Z | Compiling num-conv v0.1.0 |
693 | 2024-05-30T03:14:46.760Z | Compiling mime v0.3.17 |
694 | 2024-05-30T03:14:47.828Z | Compiling time-core v0.1.2 |
695 | 2024-05-30T03:14:47.898Z | Compiling unicode-bidi v0.3.15 |
696 | 2024-05-30T03:14:48.029Z | Compiling time-macros v0.2.18 |
697 | 2024-05-30T03:14:51.114Z | Compiling idna v0.5.0 |
698 | 2024-05-30T03:14:51.490Z | Compiling deranged v0.3.11 |
699 | 2024-05-30T03:14:52.950Z | Compiling scroll v0.12.0 |
700 | 2024-05-30T03:14:53.595Z | Compiling tokio-native-tls v0.3.1 |
701 | 2024-05-30T03:14:54.144Z | Compiling tokio-rustls v0.24.1 |
702 | 2024-05-30T03:14:54.163Z | Compiling dof v0.3.0 |
703 | 2024-05-30T03:14:54.163Z | Compiling serde_urlencoded v0.7.1 |
704 | 2024-05-30T03:14:54.614Z | Compiling dtrace-parser v0.2.0 |
705 | 2024-05-30T03:14:54.865Z | Compiling thread-id v4.2.1 |
706 | 2024-05-30T03:14:54.883Z | Compiling base64 v0.21.7 |
707 | 2024-05-30T03:14:55.310Z | Compiling crossbeam-utils v0.8.20 |
708 | 2024-05-30T03:14:56.164Z | Compiling strsim v0.11.1 |
709 | 2024-05-30T03:14:56.187Z | Compiling ident_case v1.0.1 |
710 | 2024-05-30T03:14:56.187Z | Compiling plain v0.2.3 |
711 | 2024-05-30T03:14:56.188Z | Compiling unicode-width v0.1.12 |
712 | 2024-05-30T03:14:56.217Z | Compiling num_threads v0.1.7 |
713 | 2024-05-30T03:14:56.726Z | Compiling rustls-pki-types v1.7.0 |
714 | 2024-05-30T03:14:56.751Z | Compiling omicron-workspace-hack v0.1.0 |
715 | 2024-05-30T03:14:57.708Z | Compiling time v0.3.36 |
716 | 2024-05-30T03:14:57.967Z | Compiling getopts v0.2.21 |
717 | 2024-05-30T03:15:00.082Z | Compiling goblin v0.8.2 |
718 | 2024-05-30T03:15:00.974Z | Compiling darling_core v0.20.9 |
719 | 2024-05-30T03:15:04.034Z | Compiling rustls-pemfile v1.0.4 |
720 | 2024-05-30T03:15:05.541Z | Compiling hyper-rustls v0.24.2 |
721 | 2024-05-30T03:15:05.988Z | Compiling hyper-tls v0.5.0 |
722 | 2024-05-30T03:15:06.451Z | Compiling url v2.5.0 |
723 | 2024-05-30T03:15:06.479Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
724 | 2024-05-30T03:15:06.596Z | Compiling openapiv3 v2.0.0 |
725 | 2024-05-30T03:15:07.707Z | Compiling dirs-sys-next v0.1.2 |
726 | 2024-05-30T03:15:09.314Z | Compiling rustversion v1.0.17 |
727 | 2024-05-30T03:15:09.930Z | Compiling rustls v0.22.4 |
728 | 2024-05-30T03:15:10.257Z | Compiling pretty-hex v0.4.1 |
729 | 2024-05-30T03:15:10.464Z | Compiling webpki-roots v0.25.4 |
730 | 2024-05-30T03:15:10.618Z | Compiling unsafe-libyaml v0.2.11 |
731 | 2024-05-30T03:15:10.853Z | Compiling ipnet v2.9.0 |
732 | 2024-05-30T03:15:11.271Z | Compiling sync_wrapper v0.1.2 |
733 | 2024-05-30T03:15:11.790Z | Compiling paste v1.0.15 |
734 | 2024-05-30T03:15:12.368Z | Compiling serde_yaml v0.9.34+deprecated |
735 | 2024-05-30T03:15:12.511Z | Compiling reqwest v0.11.27 |
736 | 2024-05-30T03:15:13.660Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#55d8b98e) |
737 | 2024-05-30T03:15:15.289Z | Compiling dirs-next v2.0.0 |
738 | 2024-05-30T03:15:15.562Z | Compiling darling_macro v0.20.9 |
739 | 2024-05-30T03:15:18.812Z | Compiling rustls-webpki v0.102.4 |
740 | 2024-05-30T03:15:21.106Z | Compiling crypto-common v0.1.6 |
741 | 2024-05-30T03:15:21.130Z | Compiling block-buffer v0.10.4 |
742 | 2024-05-30T03:15:21.291Z | Compiling toml_datetime v0.6.6 |
743 | 2024-05-30T03:15:21.354Z | Compiling serde_spanned v0.6.6 |
744 | 2024-05-30T03:15:21.790Z | Compiling structmeta-derive v0.3.0 |
745 | 2024-05-30T03:15:22.422Z | Compiling rand_core v0.6.4 |
746 | 2024-05-30T03:15:22.634Z | Compiling multer v3.1.0 |
747 | 2024-05-30T03:15:22.919Z | Compiling thread_local v1.1.8 |
748 | 2024-05-30T03:15:23.038Z | Compiling subtle v2.5.0 |
749 | 2024-05-30T03:15:23.322Z | Compiling match_cfg v0.1.0 |
750 | 2024-05-30T03:15:23.362Z | Compiling anyhow v1.0.86 |
751 | 2024-05-30T03:15:23.418Z | Compiling ppv-lite86 v0.2.17 |
752 | 2024-05-30T03:15:23.728Z | Compiling camino v1.1.7 |
753 | 2024-05-30T03:15:23.769Z | Compiling zeroize v1.8.1 |
754 | 2024-05-30T03:15:23.939Z | Compiling slog-async v2.8.0 |
755 | 2024-05-30T03:15:24.093Z | Compiling winnow v0.6.9 |
756 | 2024-05-30T03:15:24.622Z | Compiling rand_chacha v0.3.1 |
757 | 2024-05-30T03:15:24.635Z | Compiling structmeta v0.3.0 |
758 | 2024-05-30T03:15:24.654Z | Compiling hostname v0.3.1 |
759 | 2024-05-30T03:15:24.962Z | Compiling digest v0.10.7 |
760 | 2024-05-30T03:15:25.360Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#55d8b98e) |
761 | 2024-05-30T03:15:25.503Z | Compiling crossbeam-channel v0.5.13 |
762 | 2024-05-30T03:15:27.294Z | Compiling darling v0.20.9 |
763 | 2024-05-30T03:15:27.388Z | Compiling term v0.7.0 |
764 | 2024-05-30T03:15:29.033Z | Compiling toml_edit v0.22.13 |
765 | 2024-05-30T03:15:33.885Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#55d8b98e) |
766 | 2024-05-30T03:15:36.898Z | Compiling usdt-attr-macro v0.5.0 |
767 | 2024-05-30T03:15:37.000Z | Compiling usdt-macro v0.5.0 |
768 | 2024-05-30T03:15:38.412Z | Compiling slog-json v2.6.1 |
769 | 2024-05-30T03:15:38.482Z | Compiling futures-executor v0.3.30 |
770 | 2024-05-30T03:15:39.358Z | Compiling async-stream-impl v0.3.5 |
771 | 2024-05-30T03:15:40.207Z | Compiling http v1.1.0 |
772 | 2024-05-30T03:15:40.358Z | Compiling is-terminal v0.4.12 |
773 | 2024-05-30T03:15:40.500Z | Compiling memmap v0.7.0 |
774 | 2024-05-30T03:15:40.933Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#d91ef514) |
775 | 2024-05-30T03:15:41.666Z | Compiling atomic-waker v1.1.2 |
776 | 2024-05-30T03:15:41.696Z | Compiling cpufeatures v0.2.12 |
777 | 2024-05-30T03:15:41.696Z | Compiling take_mut v0.2.2 |
778 | 2024-05-30T03:15:41.697Z | Compiling heck v0.4.1 |
779 | 2024-05-30T03:15:42.115Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
780 | 2024-05-30T03:15:42.271Z | Compiling base64 v0.22.1 |
781 | 2024-05-30T03:15:42.423Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#55d8b98e) |
782 | 2024-05-30T03:15:42.616Z | Compiling strum_macros v0.26.2 |
783 | 2024-05-30T03:15:43.404Z | Compiling rustls-pemfile v2.1.2 |
784 | 2024-05-30T03:15:47.585Z | Compiling sha1 v0.10.6 |
785 | 2024-05-30T03:15:48.197Z | Compiling waitgroup v0.1.2 |
786 | 2024-05-30T03:15:48.283Z | Compiling usdt v0.5.0 |
787 | 2024-05-30T03:15:48.283Z | Compiling slog-term v2.9.1 |
788 | 2024-05-30T03:15:48.458Z | Compiling async-stream v0.3.5 |
789 | 2024-05-30T03:15:48.710Z | Compiling futures v0.3.30 |
790 | 2024-05-30T03:15:48.816Z | Compiling slog-bunyan v2.5.0 |
791 | 2024-05-30T03:15:49.171Z | Compiling toml v0.8.13 |
792 | 2024-05-30T03:15:49.622Z | Compiling tokio-rustls v0.25.0 |
793 | 2024-05-30T03:15:50.037Z | Compiling serde_with_macros v3.8.1 |
794 | 2024-05-30T03:15:51.121Z | Compiling parse-display-derive v0.9.0 |
795 | 2024-05-30T03:15:54.681Z | Compiling rand v0.8.5 |
796 | 2024-05-30T03:15:56.041Z | Compiling ipnetwork v0.20.0 |
797 | 2024-05-30T03:15:56.728Z | Compiling newtype-uuid v1.1.0 |
798 | 2024-05-30T03:15:56.925Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#d91ef514) |
799 | 2024-05-30T03:15:57.444Z | Compiling serde_path_to_error v0.1.16 |
800 | 2024-05-30T03:15:57.444Z | Compiling hex v0.4.3 |
801 | 2024-05-30T03:15:57.804Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
802 | 2024-05-30T03:15:58.131Z | Compiling async-trait v0.1.80 |
803 | 2024-05-30T03:15:58.655Z | Compiling hostname v0.4.0 |
804 | 2024-05-30T03:15:59.317Z | Compiling instant v0.1.13 |
805 | 2024-05-30T03:15:59.325Z | Compiling debug-ignore v1.0.5 |
806 | 2024-05-30T03:15:59.325Z | Compiling backoff v0.4.0 |
807 | 2024-05-30T03:15:59.326Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
808 | 2024-05-30T03:15:59.386Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
809 | 2024-05-30T03:15:59.825Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
810 | 2024-05-30T03:15:59.825Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#5d09ba3c) |
811 | 2024-05-30T03:15:59.967Z | Compiling parse-display v0.9.0 |
812 | 2024-05-30T03:16:01.198Z | Compiling serde_with v3.8.1 |
813 | 2024-05-30T03:16:02.028Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
814 | 2024-05-30T03:16:02.902Z | Compiling strum v0.26.2 |
815 | 2024-05-30T03:16:03.495Z | Compiling macaddr v1.0.1 |
816 | 2024-05-30T03:16:05.944Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
817 | 2024-05-30T03:16:16.018Z | Compiling test-project v0.1.0 (/tmp/test-project) |
818 | 2024-05-30T03:16:23.960Z | Finished `release` profile [optimized] target(s) in 2m 32s |
819 | 2024-05-30T03:16:24.014Z | process exited: duration 230628 ms, exit code 0 |
|
820 | 2024-05-30T03:16:24.024Z | found 0 output files |