|
|
|
1 | 2024-05-23T03:10:24.132Z | job assigned to worker 01HYHPSGZEBKB3BBNV26RFP4CX (queued for 1 m 4 s) |
|
2 | 2024-05-23T03:10:31.191Z | starting task 0: "setup" |
3 | 2024-05-23T03:10:31.243Z | ++ uname -s |
4 | 2024-05-23T03:10:31.248Z | + kern=SunOS |
5 | 2024-05-23T03:10:31.248Z | + case "$kern" in |
6 | 2024-05-23T03:10:31.248Z | + groupadd -g 12345 build |
7 | 2024-05-23T03:10:31.248Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-23T03:10:33.265Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-23T03:10:33.361Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-23T03:10:33.368Z | + home_fs=zfs |
11 | 2024-05-23T03:10:33.368Z | + [[ zfs == autofs ]] |
12 | 2024-05-23T03:10:33.368Z | + mkdir -p /home/build |
13 | 2024-05-23T03:10:33.368Z | + chown build:build /home/build /work |
14 | 2024-05-23T03:10:35.363Z | + chmod 0700 /home/build /work |
15 | 2024-05-23T03:10:35.369Z | process exited: duration 4174 ms, exit code 0 |
|
16 | 2024-05-23T03:10:35.377Z | starting task 1: "rust-toolchain" |
17 | 2024-05-23T03:10:35.384Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-23T03:10:35.389Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
19 | 2024-05-23T03:10:35.722Z | info: downloading installer |
20 | 2024-05-23T03:10:36.841Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-23T03:10:36.841Z | warning: /opt/ooce/bin |
22 | 2024-05-23T03:10:36.842Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-23T03:10:36.842Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-23T03:10:36.842Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-23T03:10:36.842Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-23T03:10:36.842Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-23T03:10:36.842Z | error: cannot install while Rust is installed |
28 | 2024-05-23T03:10:36.842Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-23T03:10:36.933Z | info: profile set to 'default' |
30 | 2024-05-23T03:10:36.933Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-23T03:10:36.937Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
32 | 2024-05-23T03:10:37.057Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
33 | 2024-05-23T03:10:37.057Z | info: downloading component 'cargo' |
34 | 2024-05-23T03:10:37.716Z | info: downloading component 'clippy' |
35 | 2024-05-23T03:10:37.935Z | info: downloading component 'rust-docs' |
36 | 2024-05-23T03:10:38.785Z | info: downloading component 'rust-std' |
37 | 2024-05-23T03:10:40.147Z | info: downloading component 'rustc' |
38 | 2024-05-23T03:10:43.543Z | info: downloading component 'rustfmt' |
39 | 2024-05-23T03:10:43.736Z | info: installing component 'cargo' |
40 | 2024-05-23T03:10:44.576Z | info: installing component 'clippy' |
41 | 2024-05-23T03:10:44.937Z | info: installing component 'rust-docs' |
42 | 2024-05-23T03:10:46.437Z | info: installing component 'rust-std' |
43 | 2024-05-23T03:10:48.204Z | info: installing component 'rustc' |
44 | 2024-05-23T03:10:52.443Z | info: installing component 'rustfmt' |
45 | 2024-05-23T03:10:52.765Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
46 | 2024-05-23T03:10:52.766Z | |
47 | 2024-05-23T03:10:54.268Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
48 | 2024-05-23T03:10:54.269Z | |
49 | 2024-05-23T03:10:54.283Z | |
50 | 2024-05-23T03:10:54.283Z | Rust is installed now. Great! |
51 | 2024-05-23T03:10:54.283Z | |
52 | 2024-05-23T03:10:54.283Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-23T03:10:54.284Z | environment variable. This has not been done automatically. |
54 | 2024-05-23T03:10:54.284Z | |
55 | 2024-05-23T03:10:54.284Z | To configure your current shell, you need to source |
56 | 2024-05-23T03:10:54.284Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-23T03:10:54.284Z | |
58 | 2024-05-23T03:10:54.285Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-23T03:10:54.285Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-23T03:10:54.285Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-23T03:10:54.285Z | + rustc --version |
62 | 2024-05-23T03:10:54.285Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
63 | 2024-05-23T03:10:54.285Z | process exited: duration 17790 ms, exit code 0 |
|
64 | 2024-05-23T03:10:54.308Z | starting task 2: "authentication" |
65 | 2024-05-23T03:10:54.335Z | process exited: duration 26 ms, exit code 0 |
|
66 | 2024-05-23T03:10:54.354Z | starting task 3: "clone repository" |
67 | 2024-05-23T03:10:54.361Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-05-23T03:10:54.368Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-05-23T03:10:54.499Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-05-23T03:11:00.120Z | + cd /work/oxidecomputer/omicron |
71 | 2024-05-23T03:11:00.120Z | + git fetch origin 760c34d9e07ae6b61c82b08d49d4cb5949c5b27d |
72 | 2024-05-23T03:11:00.425Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-05-23T03:11:00.425Z | * branch 760c34d9e07ae6b61c82b08d49d4cb5949c5b27d -> FETCH_HEAD |
74 | 2024-05-23T03:11:00.433Z | + [[ -n iliana/rust-1.78 ]] |
75 | 2024-05-23T03:11:00.437Z | ++ git branch --show-current |
76 | 2024-05-23T03:11:00.437Z | + current=main |
77 | 2024-05-23T03:11:00.437Z | + [[ main != iliana/rust-1.78 ]] |
78 | 2024-05-23T03:11:00.437Z | + git branch -f iliana/rust-1.78 760c34d9e07ae6b61c82b08d49d4cb5949c5b27d |
79 | 2024-05-23T03:11:00.442Z | + git checkout -f iliana/rust-1.78 |
80 | 2024-05-23T03:11:00.572Z | Switched to branch 'iliana/rust-1.78' |
81 | 2024-05-23T03:11:00.576Z | + git reset --hard 760c34d9e07ae6b61c82b08d49d4cb5949c5b27d |
82 | 2024-05-23T03:11:00.588Z | HEAD is now at 760c34d9e Merge remote-tracking branch 'origin/main' into iliana/rust-1.78 |
83 | 2024-05-23T03:11:00.616Z | process exited: duration 6234 ms, exit code 0 |
|
84 | 2024-05-23T03:11:00.644Z | starting task 4: "build" |
85 | 2024-05-23T03:11:00.661Z | + cargo --version |
86 | 2024-05-23T03:11:00.700Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
87 | 2024-05-23T03:11:00.708Z | + rustc --version |
88 | 2024-05-23T03:11:00.762Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
89 | 2024-05-23T03:11:01.222Z | + cd /tmp |
90 | 2024-05-23T03:11:01.222Z | + cargo new --lib test-project |
91 | 2024-05-23T03:11:01.222Z | Creating library `test-project` package |
92 | 2024-05-23T03:11:01.222Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-05-23T03:11:01.223Z | + cd test-project |
94 | 2024-05-23T03:11:01.223Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-05-23T03:11:01.223Z | Adding omicron-common (local) to dependencies |
96 | 2024-05-23T03:11:01.223Z | Features: |
97 | 2024-05-23T03:11:01.223Z | - proptest |
98 | 2024-05-23T03:11:01.223Z | - test-strategy |
99 | 2024-05-23T03:11:01.223Z | - testing |
100 | 2024-05-23T03:11:01.223Z | Updating crates.io index |
101 | 2024-05-23T03:11:01.223Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
102 | 2024-05-23T03:11:01.874Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
103 | 2024-05-23T03:11:02.465Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
104 | 2024-05-23T03:11:04.442Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
105 | 2024-05-23T03:11:05.237Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
106 | 2024-05-23T03:11:05.241Z | Updating git repository `https://github.com/oxidecomputer/typify` |
107 | 2024-05-23T03:11:08.370Z | + cargo check |
108 | 2024-05-23T03:11:08.572Z | Downloading crates ... |
109 | 2024-05-23T03:11:08.655Z | Downloaded atomic-waker v1.1.2 |
110 | 2024-05-23T03:11:08.664Z | Downloaded async-stream-impl v0.3.5 |
111 | 2024-05-23T03:11:08.667Z | Downloaded ahash v0.8.11 |
112 | 2024-05-23T03:11:08.671Z | Downloaded async-trait v0.1.80 |
113 | 2024-05-23T03:11:08.675Z | Downloaded anyhow v1.0.86 |
114 | 2024-05-23T03:11:08.678Z | Downloaded async-stream v0.3.5 |
115 | 2024-05-23T03:11:08.683Z | Downloaded allocator-api2 v0.2.18 |
116 | 2024-05-23T03:11:08.690Z | Downloaded aho-corasick v1.1.3 |
117 | 2024-05-23T03:11:08.697Z | Downloaded want v0.3.1 |
118 | 2024-05-23T03:11:08.703Z | Downloaded backoff v0.4.0 |
119 | 2024-05-23T03:11:08.707Z | Downloaded heck v0.5.0 |
120 | 2024-05-23T03:11:08.713Z | Downloaded untrusted v0.9.0 |
121 | 2024-05-23T03:11:08.713Z | Downloaded darling v0.20.9 |
122 | 2024-05-23T03:11:08.716Z | Downloaded hyper-rustls v0.24.2 |
123 | 2024-05-23T03:11:08.720Z | Downloaded winnow v0.6.8 |
124 | 2024-05-23T03:11:08.726Z | Downloaded crossbeam-channel v0.5.13 |
125 | 2024-05-23T03:11:08.730Z | Downloaded zerocopy-derive v0.7.34 |
126 | 2024-05-23T03:11:08.736Z | Downloaded parse-display v0.9.0 |
127 | 2024-05-23T03:11:08.740Z | Downloaded version_check v0.9.4 |
128 | 2024-05-23T03:11:08.740Z | Downloaded openssl-macros v0.1.1 |
129 | 2024-05-23T03:11:08.740Z | Downloaded cc v1.0.98 |
130 | 2024-05-23T03:11:08.744Z | Downloaded usdt-attr-macro v0.5.0 |
131 | 2024-05-23T03:11:08.744Z | Downloaded paste v1.0.15 |
132 | 2024-05-23T03:11:08.748Z | Downloaded uuid v1.8.0 |
133 | 2024-05-23T03:11:08.752Z | Downloaded unsafe-libyaml v0.2.11 |
134 | 2024-05-23T03:11:08.752Z | Downloaded openssl-sys v0.9.102 |
135 | 2024-05-23T03:11:08.757Z | Downloaded futures-executor v0.3.30 |
136 | 2024-05-23T03:11:08.761Z | Downloaded crossbeam-utils v0.8.20 |
137 | 2024-05-23T03:11:08.766Z | Downloaded darling_macro v0.20.9 |
138 | 2024-05-23T03:11:08.767Z | Downloaded rustls v0.21.12 |
139 | 2024-05-23T03:11:08.776Z | Downloaded ident_case v1.0.1 |
140 | 2024-05-23T03:11:08.780Z | Downloaded reqwest v0.11.27 |
141 | 2024-05-23T03:11:08.784Z | Downloaded percent-encoding v2.3.1 |
142 | 2024-05-23T03:11:08.788Z | Downloaded sha1 v0.10.6 |
143 | 2024-05-23T03:11:08.788Z | Downloaded pin-utils v0.1.0 |
144 | 2024-05-23T03:11:08.788Z | Downloaded mime v0.3.17 |
145 | 2024-05-23T03:11:08.792Z | Downloaded usdt-macro v0.5.0 |
146 | 2024-05-23T03:11:08.792Z | Downloaded unicode-width v0.1.12 |
147 | 2024-05-23T03:11:08.796Z | Downloaded pest_generator v2.7.10 |
148 | 2024-05-23T03:11:08.796Z | Downloaded num-conv v0.1.0 |
149 | 2024-05-23T03:11:08.796Z | Downloaded match_cfg v0.1.0 |
150 | 2024-05-23T03:11:08.796Z | Downloaded equivalent v1.0.1 |
151 | 2024-05-23T03:11:08.800Z | Downloaded dtrace-parser v0.2.0 |
152 | 2024-05-23T03:11:08.800Z | Downloaded httpdate v1.0.3 |
153 | 2024-05-23T03:11:08.800Z | Downloaded http-body v0.4.6 |
154 | 2024-05-23T03:11:08.804Z | Downloaded hostname v0.3.1 |
155 | 2024-05-23T03:11:08.804Z | Downloaded ipnetwork v0.20.0 |
156 | 2024-05-23T03:11:08.804Z | Downloaded parse-display-derive v0.9.0 |
157 | 2024-05-23T03:11:08.808Z | Downloaded slog-bunyan v2.5.0 |
158 | 2024-05-23T03:11:08.808Z | Downloaded form_urlencoded v1.2.1 |
159 | 2024-05-23T03:11:08.808Z | Downloaded foreign-types-shared v0.1.1 |
160 | 2024-05-23T03:11:08.808Z | Downloaded itoa v1.0.11 |
161 | 2024-05-23T03:11:08.812Z | Downloaded take_mut v0.2.2 |
162 | 2024-05-23T03:11:08.812Z | Downloaded tower-service v0.3.2 |
163 | 2024-05-23T03:11:08.812Z | Downloaded omicron-workspace-hack v0.1.0 |
164 | 2024-05-23T03:11:08.812Z | Downloaded parking_lot_core v0.9.10 |
165 | 2024-05-23T03:11:08.816Z | Downloaded zeroize v1.7.0 |
166 | 2024-05-23T03:11:08.816Z | Downloaded usdt-impl v0.5.0 |
167 | 2024-05-23T03:11:08.820Z | Downloaded num_threads v0.1.7 |
168 | 2024-05-23T03:11:08.820Z | Downloaded time-core v0.1.2 |
169 | 2024-05-23T03:11:08.820Z | Downloaded pretty-hex v0.4.1 |
170 | 2024-05-23T03:11:08.824Z | Downloaded tinyvec_macros v0.1.1 |
171 | 2024-05-23T03:11:08.824Z | Downloaded scroll_derive v0.12.0 |
172 | 2024-05-23T03:11:08.824Z | Downloaded rustversion v1.0.17 |
173 | 2024-05-23T03:11:08.828Z | Downloaded ppv-lite86 v0.2.17 |
174 | 2024-05-23T03:11:08.828Z | Downloaded generic-array v0.14.7 |
175 | 2024-05-23T03:11:08.828Z | Downloaded digest v0.10.7 |
176 | 2024-05-23T03:11:08.833Z | Downloaded cfg-if v1.0.0 |
177 | 2024-05-23T03:11:08.833Z | Downloaded serde_tokenstream v0.2.0 |
178 | 2024-05-23T03:11:08.837Z | Downloaded pest_derive v2.7.10 |
179 | 2024-05-23T03:11:08.837Z | Downloaded plain v0.2.3 |
180 | 2024-05-23T03:11:08.844Z | Downloaded multer v3.1.0 |
181 | 2024-05-23T03:11:08.844Z | Downloaded macaddr v1.0.1 |
182 | 2024-05-23T03:11:08.848Z | Downloaded strum v0.26.2 |
183 | 2024-05-23T03:11:08.848Z | Downloaded newtype-uuid v1.1.0 |
184 | 2024-05-23T03:11:08.848Z | Downloaded getopts v0.2.21 |
185 | 2024-05-23T03:11:08.848Z | Downloaded dyn-clone v1.0.17 |
186 | 2024-05-23T03:11:08.848Z | Downloaded sync_wrapper v0.1.2 |
187 | 2024-05-23T03:11:08.848Z | Downloaded serde_spanned v0.6.6 |
188 | 2024-05-23T03:11:08.852Z | Downloaded dof v0.3.0 |
189 | 2024-05-23T03:11:08.853Z | Downloaded unicode-ident v1.0.12 |
190 | 2024-05-23T03:11:08.857Z | Downloaded httparse v1.8.0 |
191 | 2024-05-23T03:11:08.857Z | Downloaded try-lock v0.2.5 |
192 | 2024-05-23T03:11:08.857Z | Downloaded deranged v0.3.11 |
193 | 2024-05-23T03:11:08.861Z | Downloaded hyper-tls v0.5.0 |
194 | 2024-05-23T03:11:08.861Z | Downloaded futures-task v0.3.30 |
195 | 2024-05-23T03:11:08.861Z | Downloaded thread_local v1.1.8 |
196 | 2024-05-23T03:11:08.861Z | Downloaded rustls-pemfile v1.0.4 |
197 | 2024-05-23T03:11:08.865Z | Downloaded usdt v0.5.0 |
198 | 2024-05-23T03:11:08.865Z | Downloaded rand_chacha v0.3.1 |
199 | 2024-05-23T03:11:08.865Z | Downloaded num_cpus v1.16.0 |
200 | 2024-05-23T03:11:08.869Z | Downloaded toml_datetime v0.6.6 |
201 | 2024-05-23T03:11:08.870Z | Downloaded tokio-macros v2.2.0 |
202 | 2024-05-23T03:11:08.874Z | Downloaded serde_derive_internals v0.29.1 |
203 | 2024-05-23T03:11:08.874Z | Downloaded scopeguard v1.2.0 |
204 | 2024-05-23T03:11:08.874Z | Downloaded serde_path_to_error v0.1.16 |
205 | 2024-05-23T03:11:08.878Z | Downloaded pkg-config v0.3.30 |
206 | 2024-05-23T03:11:08.878Z | Downloaded native-tls v0.2.11 |
207 | 2024-05-23T03:11:08.882Z | Downloaded ipnet v2.9.0 |
208 | 2024-05-23T03:11:08.882Z | Downloaded slog-json v2.6.1 |
209 | 2024-05-23T03:11:08.886Z | Downloaded signal-hook-registry v1.4.2 |
210 | 2024-05-23T03:11:08.886Z | Downloaded rand_core v0.6.4 |
211 | 2024-05-23T03:11:08.886Z | Downloaded thread-id v4.2.1 |
212 | 2024-05-23T03:11:08.890Z | Downloaded slog-async v2.8.0 |
213 | 2024-05-23T03:11:08.890Z | Downloaded structmeta v0.3.0 |
214 | 2024-05-23T03:11:08.890Z | Downloaded powerfmt v0.2.0 |
215 | 2024-05-23T03:11:08.890Z | Downloaded serde_urlencoded v0.7.1 |
216 | 2024-05-23T03:11:08.894Z | Downloaded futures v0.3.30 |
217 | 2024-05-23T03:11:08.899Z | Downloaded tokio-rustls v0.25.0 |
218 | 2024-05-23T03:11:08.899Z | Downloaded subtle v2.5.0 |
219 | 2024-05-23T03:11:08.903Z | Downloaded once_cell v1.19.0 |
220 | 2024-05-23T03:11:08.903Z | Downloaded thiserror v1.0.61 |
221 | 2024-05-23T03:11:08.907Z | Downloaded serde_derive v1.0.202 |
222 | 2024-05-23T03:11:08.911Z | Downloaded serde_yaml v0.9.34+deprecated |
223 | 2024-05-23T03:11:08.915Z | Downloaded bytes v1.6.0 |
224 | 2024-05-23T03:11:08.922Z | Downloaded structmeta-derive v0.3.0 |
225 | 2024-05-23T03:11:08.922Z | Downloaded typenum v1.17.0 |
226 | 2024-05-23T03:11:08.927Z | Downloaded sha2 v0.10.8 |
227 | 2024-05-23T03:11:08.927Z | Downloaded strum_macros v0.26.2 |
228 | 2024-05-23T03:11:08.928Z | Downloaded strsim v0.11.1 |
229 | 2024-05-23T03:11:08.928Z | Downloaded tinyvec v1.6.0 |
230 | 2024-05-23T03:11:08.932Z | Downloaded time-macros v0.2.18 |
231 | 2024-05-23T03:11:08.932Z | Downloaded tokio-native-tls v0.3.1 |
232 | 2024-05-23T03:11:08.936Z | Downloaded slog v2.7.0 |
233 | 2024-05-23T03:11:08.936Z | Downloaded sct v0.7.1 |
234 | 2024-05-23T03:11:08.940Z | Downloaded proc-macro2 v1.0.83 |
235 | 2024-05-23T03:11:08.945Z | Downloaded base64 v0.22.1 |
236 | 2024-05-23T03:11:08.949Z | Downloaded toml v0.8.13 |
237 | 2024-05-23T03:11:08.953Z | Downloaded indexmap v2.2.6 |
238 | 2024-05-23T03:11:08.957Z | Downloaded http v1.1.0 |
239 | 2024-05-23T03:11:08.960Z | Downloaded http v0.2.12 |
240 | 2024-05-23T03:11:08.965Z | Downloaded schemars v0.8.20 |
241 | 2024-05-23T03:11:08.974Z | Downloaded socket2 v0.5.7 |
242 | 2024-05-23T03:11:08.978Z | Downloaded ryu v1.0.18 |
243 | 2024-05-23T03:11:08.979Z | Downloaded mio v0.8.11 |
244 | 2024-05-23T03:11:08.983Z | Downloaded memchr v2.7.2 |
245 | 2024-05-23T03:11:08.988Z | Downloaded time v0.3.36 |
246 | 2024-05-23T03:11:08.996Z | Downloaded tracing-core v0.1.32 |
247 | 2024-05-23T03:11:09.006Z | Downloaded tracing v0.1.40 |
248 | 2024-05-23T03:11:09.010Z | Downloaded futures-util v0.3.30 |
249 | 2024-05-23T03:11:09.014Z | Downloaded zerocopy v0.7.34 |
250 | 2024-05-23T03:11:09.029Z | Downloaded toml_edit v0.22.13 |
251 | 2024-05-23T03:11:09.048Z | Downloaded chrono v0.4.38 |
252 | 2024-05-23T03:11:09.058Z | Downloaded tokio-util v0.7.11 |
253 | 2024-05-23T03:11:09.063Z | Downloaded serde_with v3.8.1 |
254 | 2024-05-23T03:11:09.068Z | Downloaded rustls-webpki v0.101.7 |
255 | 2024-05-23T03:11:09.080Z | Downloaded serde_json v1.0.117 |
256 | 2024-05-23T03:11:09.087Z | Downloaded vcpkg v0.2.15 |
257 | 2024-05-23T03:11:09.123Z | Downloaded openapiv3 v2.0.0 |
258 | 2024-05-23T03:11:09.134Z | Downloaded webpki-roots v0.25.4 |
259 | 2024-05-23T03:11:09.138Z | Downloaded rustls-webpki v0.102.4 |
260 | 2024-05-23T03:11:09.154Z | Downloaded syn v2.0.65 |
261 | 2024-05-23T03:11:09.165Z | Downloaded regex v1.10.4 |
262 | 2024-05-23T03:11:09.177Z | Downloaded rustls v0.22.4 |
263 | 2024-05-23T03:11:09.189Z | Downloaded regress v0.9.1 |
264 | 2024-05-23T03:11:09.196Z | Downloaded regex-syntax v0.8.3 |
265 | 2024-05-23T03:11:09.204Z | Downloaded regex-automata v0.4.6 |
266 | 2024-05-23T03:11:09.220Z | Downloaded encoding_rs v0.8.34 |
267 | 2024-05-23T03:11:09.238Z | Downloaded libc v0.2.155 |
268 | 2024-05-23T03:11:09.263Z | Downloaded tokio v1.37.0 |
269 | 2024-05-23T03:11:09.296Z | Downloaded openssl v0.10.64 |
270 | 2024-05-23T03:11:09.304Z | Downloaded idna v0.5.0 |
271 | 2024-05-23T03:11:09.310Z | Downloaded pest v2.7.10 |
272 | 2024-05-23T03:11:09.314Z | Downloaded hyper v0.14.28 |
273 | 2024-05-23T03:11:09.321Z | Downloaded goblin v0.8.2 |
274 | 2024-05-23T03:11:09.326Z | Downloaded rand v0.8.5 |
275 | 2024-05-23T03:11:09.334Z | Downloaded serde v1.0.202 |
276 | 2024-05-23T03:11:09.338Z | Downloaded hashbrown v0.14.5 |
277 | 2024-05-23T03:11:09.338Z | Downloaded base64 v0.21.7 |
278 | 2024-05-23T03:11:09.342Z | Downloaded pest_meta v2.7.10 |
279 | 2024-05-23T03:11:09.343Z | Downloaded spin v0.9.8 |
280 | 2024-05-23T03:11:09.347Z | Downloaded smallvec v1.13.2 |
281 | 2024-05-23T03:11:09.347Z | Downloaded slog-term v2.9.1 |
282 | 2024-05-23T03:11:09.351Z | Downloaded serde_with_macros v3.8.1 |
283 | 2024-05-23T03:11:09.351Z | Downloaded scroll v0.12.0 |
284 | 2024-05-23T03:11:09.351Z | Downloaded num-traits v0.2.19 |
285 | 2024-05-23T03:11:09.357Z | Downloaded bitflags v2.5.0 |
286 | 2024-05-23T03:11:09.361Z | Downloaded semver v1.0.23 |
287 | 2024-05-23T03:11:09.361Z | Downloaded rustls-pki-types v1.7.0 |
288 | 2024-05-23T03:11:09.362Z | Downloaded rustls-pemfile v2.1.2 |
289 | 2024-05-23T03:11:09.362Z | Downloaded quote v1.0.36 |
290 | 2024-05-23T03:11:09.365Z | Downloaded indexmap v1.9.3 |
291 | 2024-05-23T03:11:09.369Z | Downloaded tokio-rustls v0.24.1 |
292 | 2024-05-23T03:11:09.369Z | Downloaded term v0.7.0 |
293 | 2024-05-23T03:11:09.373Z | Downloaded memmap v0.7.0 |
294 | 2024-05-23T03:11:09.373Z | Downloaded log v0.4.21 |
295 | 2024-05-23T03:11:09.377Z | Downloaded hostname v0.4.0 |
296 | 2024-05-23T03:11:09.377Z | Downloaded slab v0.4.9 |
297 | 2024-05-23T03:11:09.377Z | Downloaded schemars_derive v0.8.20 |
298 | 2024-05-23T03:11:09.377Z | Downloaded darling_core v0.20.9 |
299 | 2024-05-23T03:11:09.381Z | Downloaded camino v1.1.7 |
300 | 2024-05-23T03:11:09.385Z | Downloaded lock_api v0.4.12 |
301 | 2024-05-23T03:11:09.385Z | Downloaded iana-time-zone v0.1.60 |
302 | 2024-05-23T03:11:09.388Z | Downloaded getrandom v0.2.15 |
303 | 2024-05-23T03:11:09.388Z | Downloaded byteorder v1.5.0 |
304 | 2024-05-23T03:11:09.392Z | Downloaded thiserror-impl v1.0.61 |
305 | 2024-05-23T03:11:09.392Z | Downloaded pin-project-lite v0.2.14 |
306 | 2024-05-23T03:11:09.396Z | Downloaded parking_lot v0.12.2 |
307 | 2024-05-23T03:11:09.401Z | Downloaded futures-sink v0.3.30 |
308 | 2024-05-23T03:11:09.401Z | Downloaded hex v0.4.3 |
309 | 2024-05-23T03:11:09.401Z | Downloaded fnv v1.0.7 |
310 | 2024-05-23T03:11:09.401Z | Downloaded heck v0.4.1 |
311 | 2024-05-23T03:11:09.401Z | Downloaded futures-io v0.3.30 |
312 | 2024-05-23T03:11:09.404Z | Downloaded block-buffer v0.10.4 |
313 | 2024-05-23T03:11:09.404Z | Downloaded is-terminal v0.4.12 |
314 | 2024-05-23T03:11:09.405Z | Downloaded instant v0.1.13 |
315 | 2024-05-23T03:11:09.405Z | Downloaded debug-ignore v1.0.5 |
316 | 2024-05-23T03:11:09.405Z | Downloaded foreign-types v0.3.2 |
317 | 2024-05-23T03:11:09.409Z | Downloaded openssl-probe v0.1.5 |
318 | 2024-05-23T03:11:09.409Z | Downloaded cpufeatures v0.2.12 |
319 | 2024-05-23T03:11:09.409Z | Downloaded waitgroup v0.1.2 |
320 | 2024-05-23T03:11:09.409Z | Downloaded hashbrown v0.12.3 |
321 | 2024-05-23T03:11:09.416Z | Downloaded futures-channel v0.3.30 |
322 | 2024-05-23T03:11:09.416Z | Downloaded url v2.5.0 |
323 | 2024-05-23T03:11:09.420Z | Downloaded futures-macro v0.3.30 |
324 | 2024-05-23T03:11:09.420Z | Downloaded futures-core v0.3.30 |
325 | 2024-05-23T03:11:09.420Z | Downloaded dirs-sys-next v0.1.2 |
326 | 2024-05-23T03:11:09.420Z | Downloaded dirs-next v2.0.0 |
327 | 2024-05-23T03:11:09.420Z | Downloaded unicode-normalization v0.1.23 |
328 | 2024-05-23T03:11:09.424Z | Downloaded unicode-bidi v0.3.15 |
329 | 2024-05-23T03:11:09.428Z | Downloaded ucd-trie v0.1.6 |
330 | 2024-05-23T03:11:09.428Z | Downloaded autocfg v1.3.0 |
331 | 2024-05-23T03:11:09.428Z | Downloaded h2 v0.3.26 |
332 | 2024-05-23T03:11:09.432Z | Downloaded crypto-common v0.1.6 |
333 | 2024-05-23T03:11:09.456Z | Downloaded ring v0.17.8 |
334 | 2024-05-23T03:11:09.626Z | Compiling proc-macro2 v1.0.83 |
335 | 2024-05-23T03:11:09.626Z | Compiling unicode-ident v1.0.12 |
336 | 2024-05-23T03:11:09.626Z | Compiling libc v0.2.155 |
337 | 2024-05-23T03:11:09.626Z | Checking cfg-if v1.0.0 |
338 | 2024-05-23T03:11:09.631Z | Compiling version_check v0.9.4 |
339 | 2024-05-23T03:11:09.638Z | Compiling autocfg v1.3.0 |
340 | 2024-05-23T03:11:09.643Z | Compiling serde v1.0.202 |
341 | 2024-05-23T03:11:09.643Z | Compiling serde_json v1.0.117 |
342 | 2024-05-23T03:11:09.728Z | Checking itoa v1.0.11 |
343 | 2024-05-23T03:11:09.826Z | Compiling thiserror v1.0.61 |
344 | 2024-05-23T03:11:09.915Z | Compiling memchr v2.7.2 |
345 | 2024-05-23T03:11:10.275Z | Compiling ahash v0.8.11 |
346 | 2024-05-23T03:11:10.344Z | Checking once_cell v1.19.0 |
347 | 2024-05-23T03:11:10.533Z | Compiling cc v1.0.98 |
348 | 2024-05-23T03:11:12.872Z | Checking byteorder v1.5.0 |
349 | 2024-05-23T03:11:13.157Z | Checking pin-project-lite v0.2.14 |
350 | 2024-05-23T03:11:13.175Z | Compiling num-traits v0.2.19 |
351 | 2024-05-23T03:11:13.184Z | Checking bytes v1.6.0 |
352 | 2024-05-23T03:11:13.197Z | Checking log v0.4.21 |
353 | 2024-05-23T03:11:13.243Z | Checking ryu v1.0.18 |
354 | 2024-05-23T03:11:13.434Z | Compiling lock_api v0.4.12 |
355 | 2024-05-23T03:11:13.441Z | Checking allocator-api2 v0.2.18 |
356 | 2024-05-23T03:11:13.569Z | Compiling parking_lot_core v0.9.10 |
357 | 2024-05-23T03:11:13.626Z | Compiling ring v0.17.8 |
358 | 2024-05-23T03:11:13.713Z | Checking futures-core v0.3.30 |
359 | 2024-05-23T03:11:13.847Z | Compiling schemars v0.8.20 |
360 | 2024-05-23T03:11:13.869Z | Checking getrandom v0.2.15 |
361 | 2024-05-23T03:11:13.886Z | Checking smallvec v1.13.2 |
362 | 2024-05-23T03:11:13.907Z | Checking scopeguard v1.2.0 |
363 | 2024-05-23T03:11:13.972Z | Checking socket2 v0.5.7 |
364 | 2024-05-23T03:11:14.020Z | Compiling quote v1.0.36 |
365 | 2024-05-23T03:11:14.035Z | Checking signal-hook-registry v1.4.2 |
366 | 2024-05-23T03:11:14.181Z | Checking num_cpus v1.16.0 |
367 | 2024-05-23T03:11:14.242Z | Checking mio v0.8.11 |
368 | 2024-05-23T03:11:14.282Z | Compiling slab v0.4.9 |
369 | 2024-05-23T03:11:14.411Z | Compiling syn v2.0.65 |
370 | 2024-05-23T03:11:14.428Z | Checking futures-sink v0.3.30 |
371 | 2024-05-23T03:11:14.528Z | Checking parking_lot v0.12.2 |
372 | 2024-05-23T03:11:14.568Z | Checking spin v0.9.8 |
373 | 2024-05-23T03:11:14.608Z | Checking equivalent v1.0.1 |
374 | 2024-05-23T03:11:14.730Z | Checking untrusted v0.9.0 |
375 | 2024-05-23T03:11:14.748Z | Checking fnv v1.0.7 |
376 | 2024-05-23T03:11:14.784Z | Checking futures-channel v0.3.30 |
377 | 2024-05-23T03:11:14.825Z | Compiling pkg-config v0.3.30 |
378 | 2024-05-23T03:11:14.831Z | Compiling vcpkg v0.2.15 |
379 | 2024-05-23T03:11:14.837Z | Checking futures-task v0.3.30 |
380 | 2024-05-23T03:11:14.968Z | Compiling semver v1.0.23 |
381 | 2024-05-23T03:11:15.026Z | Checking futures-io v0.3.30 |
382 | 2024-05-23T03:11:15.037Z | Checking pin-utils v0.1.0 |
383 | 2024-05-23T03:11:15.107Z | Compiling ucd-trie v0.1.6 |
384 | 2024-05-23T03:11:15.169Z | Checking http v0.2.12 |
385 | 2024-05-23T03:11:15.625Z | Compiling httparse v1.8.0 |
386 | 2024-05-23T03:11:15.950Z | Checking iana-time-zone v0.1.60 |
387 | 2024-05-23T03:11:16.069Z | Checking tracing-core v0.1.32 |
388 | 2024-05-23T03:11:16.287Z | Compiling openssl-sys v0.9.102 |
389 | 2024-05-23T03:11:16.469Z | Checking dyn-clone v1.0.17 |
390 | 2024-05-23T03:11:16.592Z | Compiling uuid v1.8.0 |
391 | 2024-05-23T03:11:16.706Z | Checking tracing v0.1.40 |
392 | 2024-05-23T03:11:17.018Z | Compiling chrono v0.4.38 |
393 | 2024-05-23T03:11:17.518Z | Checking foreign-types-shared v0.1.1 |
394 | 2024-05-23T03:11:17.519Z | Compiling slog v2.7.0 |
395 | 2024-05-23T03:11:17.519Z | Compiling heck v0.5.0 |
396 | 2024-05-23T03:11:17.519Z | Checking try-lock v0.2.5 |
397 | 2024-05-23T03:11:17.519Z | Compiling openssl v0.10.64 |
398 | 2024-05-23T03:11:17.519Z | Checking want v0.3.1 |
399 | 2024-05-23T03:11:17.519Z | Checking foreign-types v0.3.2 |
400 | 2024-05-23T03:11:17.532Z | Checking http-body v0.4.6 |
401 | 2024-05-23T03:11:17.533Z | Compiling aho-corasick v1.1.3 |
402 | 2024-05-23T03:11:17.533Z | Compiling native-tls v0.2.11 |
403 | 2024-05-23T03:11:18.255Z | Compiling typenum v1.17.0 |
404 | 2024-05-23T03:11:18.261Z | Checking bitflags v2.5.0 |
405 | 2024-05-23T03:11:18.261Z | Checking tinyvec_macros v0.1.1 |
406 | 2024-05-23T03:11:18.261Z | Compiling rustls v0.21.12 |
407 | 2024-05-23T03:11:18.414Z | Checking tower-service v0.3.2 |
408 | 2024-05-23T03:11:18.493Z | Checking httpdate v1.0.3 |
409 | 2024-05-23T03:11:18.638Z | Compiling regex-syntax v0.8.3 |
410 | 2024-05-23T03:11:18.709Z | Checking percent-encoding v2.3.1 |
411 | 2024-05-23T03:11:18.835Z | Checking form_urlencoded v1.2.1 |
412 | 2024-05-23T03:11:18.851Z | Checking tinyvec v1.6.0 |
413 | 2024-05-23T03:11:19.415Z | Compiling generic-array v0.14.7 |
414 | 2024-05-23T03:11:19.762Z | Checking openssl-probe v0.1.5 |
415 | 2024-05-23T03:11:19.901Z | Checking unicode-normalization v0.1.23 |
416 | 2024-05-23T03:11:20.594Z | Compiling serde_derive_internals v0.29.1 |
417 | 2024-05-23T03:11:21.380Z | Compiling regex-automata v0.4.6 |
418 | 2024-05-23T03:11:21.785Z | Compiling usdt-impl v0.5.0 |
419 | 2024-05-23T03:11:22.111Z | Checking encoding_rs v0.8.34 |
420 | 2024-05-23T03:11:22.292Z | Checking mime v0.3.17 |
421 | 2024-05-23T03:11:22.547Z | Compiling num-conv v0.1.0 |
422 | 2024-05-23T03:11:22.722Z | Compiling time-core v0.1.2 |
423 | 2024-05-23T03:11:22.762Z | Checking powerfmt v0.2.0 |
424 | 2024-05-23T03:11:22.843Z | Checking unicode-bidi v0.3.15 |
425 | 2024-05-23T03:11:23.014Z | Checking deranged v0.3.11 |
426 | 2024-05-23T03:11:23.434Z | Checking idna v0.5.0 |
427 | 2024-05-23T03:11:23.805Z | Compiling time-macros v0.2.18 |
428 | 2024-05-23T03:11:24.194Z | Compiling thread-id v4.2.1 |
429 | 2024-05-23T03:11:24.281Z | Compiling crossbeam-utils v0.8.20 |
430 | 2024-05-23T03:11:24.633Z | Checking num_threads v0.1.7 |
431 | 2024-05-23T03:11:24.915Z | Checking rustls-pki-types v1.7.0 |
432 | 2024-05-23T03:11:25.056Z | Compiling regex v1.10.4 |
433 | 2024-05-23T03:11:25.321Z | Compiling unicode-width v0.1.12 |
434 | 2024-05-23T03:11:25.492Z | Checking plain v0.2.3 |
435 | 2024-05-23T03:11:25.601Z | Compiling strsim v0.11.1 |
436 | 2024-05-23T03:11:25.710Z | Compiling serde_derive v1.0.202 |
437 | 2024-05-23T03:11:25.972Z | Compiling zerocopy-derive v0.7.34 |
438 | 2024-05-23T03:11:26.023Z | Compiling thiserror-impl v1.0.61 |
439 | 2024-05-23T03:11:26.322Z | Compiling schemars_derive v0.8.20 |
440 | 2024-05-23T03:11:26.636Z | Compiling tokio-macros v2.2.0 |
441 | 2024-05-23T03:11:26.774Z | Compiling futures-macro v0.3.30 |
442 | 2024-05-23T03:11:28.011Z | Checking zerocopy v0.7.34 |
443 | 2024-05-23T03:11:28.753Z | Checking tokio v1.37.0 |
444 | 2024-05-23T03:11:28.877Z | Checking futures-util v0.3.30 |
445 | 2024-05-23T03:11:28.976Z | Compiling pest v2.7.10 |
446 | 2024-05-23T03:11:29.305Z | Compiling openssl-macros v0.1.1 |
447 | 2024-05-23T03:11:29.332Z | Checking rustls-webpki v0.101.7 |
448 | 2024-05-23T03:11:29.796Z | Checking hashbrown v0.14.5 |
449 | 2024-05-23T03:11:29.986Z | Checking sct v0.7.1 |
450 | 2024-05-23T03:11:30.915Z | Compiling scroll_derive v0.12.0 |
451 | 2024-05-23T03:11:31.470Z | Compiling pest_meta v2.7.10 |
452 | 2024-05-23T03:11:31.732Z | Compiling regress v0.9.1 |
453 | 2024-05-23T03:11:32.400Z | Checking scroll v0.12.0 |
454 | 2024-05-23T03:11:32.835Z | Compiling pest_generator v2.7.10 |
455 | 2024-05-23T03:11:35.365Z | Checking tokio-util v0.7.11 |
456 | 2024-05-23T03:11:35.528Z | Checking tokio-native-tls v0.3.1 |
457 | 2024-05-23T03:11:35.654Z | Compiling pest_derive v2.7.10 |
458 | 2024-05-23T03:11:35.747Z | Checking tokio-rustls v0.24.1 |
459 | 2024-05-23T03:11:36.075Z | Compiling ident_case v1.0.1 |
460 | 2024-05-23T03:11:36.161Z | Checking base64 v0.21.7 |
461 | 2024-05-23T03:11:36.220Z | Compiling darling_core v0.20.9 |
462 | 2024-05-23T03:11:36.416Z | Checking goblin v0.8.2 |
463 | 2024-05-23T03:11:36.483Z | Compiling dtrace-parser v0.2.0 |
464 | 2024-05-23T03:11:36.576Z | Checking rustls-pemfile v1.0.4 |
465 | 2024-05-23T03:11:36.742Z | Checking time v0.3.36 |
466 | 2024-05-23T03:11:38.527Z | Checking indexmap v2.2.6 |
467 | 2024-05-23T03:11:39.458Z | Checking serde_urlencoded v0.7.1 |
468 | 2024-05-23T03:11:39.689Z | Checking h2 v0.3.26 |
469 | 2024-05-23T03:11:39.985Z | Compiling serde_tokenstream v0.2.0 |
470 | 2024-05-23T03:11:40.714Z | Checking openapiv3 v2.0.0 |
471 | 2024-05-23T03:11:40.928Z | Compiling getopts v0.2.21 |
472 | 2024-05-23T03:11:41.355Z | Checking url v2.5.0 |
473 | 2024-05-23T03:11:41.871Z | Compiling dof v0.3.0 |
474 | 2024-05-23T03:11:42.302Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#6fab88c6) |
475 | 2024-05-23T03:11:42.443Z | Checking dirs-sys-next v0.1.2 |
476 | 2024-05-23T03:11:42.899Z | Checking ipnet v2.9.0 |
477 | 2024-05-23T03:11:42.942Z | Checking pretty-hex v0.4.1 |
478 | 2024-05-23T03:11:43.086Z | Compiling rustversion v1.0.17 |
479 | 2024-05-23T03:11:43.338Z | Checking sync_wrapper v0.1.2 |
480 | 2024-05-23T03:11:43.439Z | Checking webpki-roots v0.25.4 |
481 | 2024-05-23T03:11:43.567Z | Compiling unsafe-libyaml v0.2.11 |
482 | 2024-05-23T03:11:43.708Z | Checking hyper v0.14.28 |
483 | 2024-05-23T03:11:43.859Z | Compiling paste v1.0.15 |
484 | 2024-05-23T03:11:44.212Z | Compiling rustls v0.22.4 |
485 | 2024-05-23T03:11:44.321Z | Compiling omicron-workspace-hack v0.1.0 |
486 | 2024-05-23T03:11:44.709Z | Checking dirs-next v2.0.0 |
487 | 2024-05-23T03:11:44.819Z | Compiling serde_yaml v0.9.34+deprecated |
488 | 2024-05-23T03:11:44.886Z | Compiling darling_macro v0.20.9 |
489 | 2024-05-23T03:11:45.281Z | Checking toml_datetime v0.6.6 |
490 | 2024-05-23T03:11:45.504Z | Checking serde_spanned v0.6.6 |
491 | 2024-05-23T03:11:45.595Z | Checking rustls-webpki v0.102.4 |
492 | 2024-05-23T03:11:45.665Z | Compiling structmeta-derive v0.3.0 |
493 | 2024-05-23T03:11:45.826Z | Checking block-buffer v0.10.4 |
494 | 2024-05-23T03:11:45.909Z | Checking crypto-common v0.1.6 |
495 | 2024-05-23T03:11:45.996Z | Checking rand_core v0.6.4 |
496 | 2024-05-23T03:11:46.143Z | Checking thread_local v1.1.8 |
497 | 2024-05-23T03:11:46.238Z | Compiling multer v3.1.0 |
498 | 2024-05-23T03:11:46.251Z | Checking ppv-lite86 v0.2.17 |
499 | 2024-05-23T03:11:46.308Z | Checking zeroize v1.7.0 |
500 | 2024-05-23T03:11:46.391Z | Compiling slog-async v2.8.0 |
501 | 2024-05-23T03:11:46.512Z | Compiling anyhow v1.0.86 |
502 | 2024-05-23T03:11:46.537Z | Checking subtle v2.5.0 |
503 | 2024-05-23T03:11:46.745Z | Compiling camino v1.1.7 |
504 | 2024-05-23T03:11:46.840Z | Checking match_cfg v0.1.0 |
505 | 2024-05-23T03:11:46.906Z | Checking winnow v0.6.8 |
506 | 2024-05-23T03:11:46.914Z | Checking rand_chacha v0.3.1 |
507 | 2024-05-23T03:11:47.171Z | Checking hostname v0.3.1 |
508 | 2024-05-23T03:11:47.332Z | Checking digest v0.10.7 |
509 | 2024-05-23T03:11:47.617Z | Compiling darling v0.20.9 |
510 | 2024-05-23T03:11:47.714Z | Checking crossbeam-channel v0.5.13 |
511 | 2024-05-23T03:11:47.805Z | Checking term v0.7.0 |
512 | 2024-05-23T03:11:47.948Z | Checking hyper-rustls v0.24.2 |
513 | 2024-05-23T03:11:48.195Z | Checking hyper-tls v0.5.0 |
514 | 2024-05-23T03:11:48.363Z | Compiling structmeta v0.3.0 |
515 | 2024-05-23T03:11:48.437Z | Checking reqwest v0.11.27 |
516 | 2024-05-23T03:11:48.631Z | Compiling usdt-attr-macro v0.5.0 |
517 | 2024-05-23T03:11:48.739Z | Compiling usdt-macro v0.5.0 |
518 | 2024-05-23T03:11:49.525Z | Checking slog-json v2.6.1 |
519 | 2024-05-23T03:11:49.575Z | Checking futures-executor v0.3.30 |
520 | 2024-05-23T03:11:49.699Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7395bd26) |
521 | 2024-05-23T03:11:49.743Z | Compiling async-stream-impl v0.3.5 |
522 | 2024-05-23T03:11:49.777Z | Checking http v1.1.0 |
523 | 2024-05-23T03:11:49.884Z | Checking toml_edit v0.22.13 |
524 | 2024-05-23T03:11:49.958Z | Checking memmap v0.7.0 |
525 | 2024-05-23T03:11:49.986Z | Checking is-terminal v0.4.12 |
526 | 2024-05-23T03:11:50.020Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0bb8694d) |
527 | 2024-05-23T03:11:50.079Z | Compiling heck v0.4.1 |
528 | 2024-05-23T03:11:50.139Z | Checking cpufeatures v0.2.12 |
529 | 2024-05-23T03:11:50.205Z | Checking base64 v0.22.1 |
530 | 2024-05-23T03:11:50.310Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
531 | 2024-05-23T03:11:50.472Z | Checking atomic-waker v1.1.2 |
532 | 2024-05-23T03:11:50.571Z | Checking take_mut v0.2.2 |
533 | 2024-05-23T03:11:50.600Z | Checking waitgroup v0.1.2 |
534 | 2024-05-23T03:11:50.646Z | Checking rustls-pemfile v2.1.2 |
535 | 2024-05-23T03:11:50.704Z | Compiling strum_macros v0.26.2 |
536 | 2024-05-23T03:11:50.869Z | Checking tokio-rustls v0.25.0 |
537 | 2024-05-23T03:11:50.911Z | Checking sha1 v0.10.6 |
538 | 2024-05-23T03:11:50.942Z | Checking usdt v0.5.0 |
539 | 2024-05-23T03:11:51.013Z | Checking async-stream v0.3.5 |
540 | 2024-05-23T03:11:51.141Z | Checking slog-term v2.9.1 |
541 | 2024-05-23T03:11:51.151Z | Checking futures v0.3.30 |
542 | 2024-05-23T03:11:51.175Z | Checking slog-bunyan v2.5.0 |
543 | 2024-05-23T03:11:51.183Z | Compiling parse-display-derive v0.9.0 |
544 | 2024-05-23T03:11:51.235Z | Compiling serde_with_macros v3.8.1 |
545 | 2024-05-23T03:11:51.434Z | Checking rand v0.8.5 |
546 | 2024-05-23T03:11:51.910Z | Checking newtype-uuid v1.1.0 |
547 | 2024-05-23T03:11:51.947Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0bb8694d) |
548 | 2024-05-23T03:11:52.125Z | Checking serde_path_to_error v0.1.16 |
549 | 2024-05-23T03:11:52.284Z | Checking toml v0.8.13 |
550 | 2024-05-23T03:11:52.633Z | Checking hex v0.4.3 |
551 | 2024-05-23T03:11:52.735Z | Compiling async-trait v0.1.80 |
552 | 2024-05-23T03:11:53.017Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
553 | 2024-05-23T03:11:53.150Z | Checking hostname v0.4.0 |
554 | 2024-05-23T03:11:53.256Z | Checking instant v0.1.13 |
555 | 2024-05-23T03:11:53.344Z | Checking debug-ignore v1.0.5 |
556 | 2024-05-23T03:11:53.454Z | Checking backoff v0.4.0 |
557 | 2024-05-23T03:11:53.708Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
558 | 2024-05-23T03:11:53.755Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
559 | 2024-05-23T03:11:53.829Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
560 | 2024-05-23T03:11:53.880Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
561 | 2024-05-23T03:11:53.979Z | Checking serde_with v3.8.1 |
562 | 2024-05-23T03:11:54.026Z | Checking ipnetwork v0.20.0 |
563 | 2024-05-23T03:11:54.026Z | Checking macaddr v1.0.1 |
564 | 2024-05-23T03:11:55.530Z | Checking parse-display v0.9.0 |
565 | 2024-05-23T03:11:55.555Z | Checking strum v0.26.2 |
566 | 2024-05-23T03:11:55.951Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#6fab88c6) |
567 | 2024-05-23T03:11:57.777Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#6fab88c6) |
568 | 2024-05-23T03:11:57.835Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7395bd26) |
569 | 2024-05-23T03:12:00.711Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7395bd26) |
570 | 2024-05-23T03:12:06.771Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7395bd26) |
571 | 2024-05-23T03:12:09.507Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
572 | 2024-05-23T03:12:15.277Z | Checking test-project v0.1.0 (/tmp/test-project) |
573 | 2024-05-23T03:12:15.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
574 | 2024-05-23T03:12:15.380Z | + cargo build --release |
575 | 2024-05-23T03:12:15.621Z | Compiling proc-macro2 v1.0.83 |
576 | 2024-05-23T03:12:15.621Z | Compiling unicode-ident v1.0.12 |
577 | 2024-05-23T03:12:15.621Z | Compiling libc v0.2.155 |
578 | 2024-05-23T03:12:15.621Z | Compiling cfg-if v1.0.0 |
579 | 2024-05-23T03:12:15.628Z | Compiling version_check v0.9.4 |
580 | 2024-05-23T03:12:15.628Z | Compiling autocfg v1.3.0 |
581 | 2024-05-23T03:12:15.628Z | Compiling serde v1.0.202 |
582 | 2024-05-23T03:12:15.628Z | Compiling serde_json v1.0.117 |
583 | 2024-05-23T03:12:15.721Z | Compiling itoa v1.0.11 |
584 | 2024-05-23T03:12:15.795Z | Compiling thiserror v1.0.61 |
585 | 2024-05-23T03:12:15.920Z | Compiling cc v1.0.98 |
586 | 2024-05-23T03:12:16.081Z | Compiling once_cell v1.19.0 |
587 | 2024-05-23T03:12:16.161Z | Compiling memchr v2.7.2 |
588 | 2024-05-23T03:12:16.277Z | Compiling ahash v0.8.11 |
589 | 2024-05-23T03:12:16.633Z | Compiling byteorder v1.5.0 |
590 | 2024-05-23T03:12:16.729Z | Compiling num-traits v0.2.19 |
591 | 2024-05-23T03:12:16.900Z | Compiling pin-project-lite v0.2.14 |
592 | 2024-05-23T03:12:16.999Z | Compiling getrandom v0.2.15 |
593 | 2024-05-23T03:12:17.026Z | Compiling quote v1.0.36 |
594 | 2024-05-23T03:12:17.099Z | Compiling ryu v1.0.18 |
595 | 2024-05-23T03:12:17.329Z | Compiling bytes v1.6.0 |
596 | 2024-05-23T03:12:17.459Z | Compiling syn v2.0.65 |
597 | 2024-05-23T03:12:17.641Z | Compiling log v0.4.21 |
598 | 2024-05-23T03:12:17.798Z | Compiling lock_api v0.4.12 |
599 | 2024-05-23T03:12:17.849Z | Compiling schemars v0.8.20 |
600 | 2024-05-23T03:12:17.995Z | Compiling parking_lot_core v0.9.10 |
601 | 2024-05-23T03:12:18.064Z | Compiling allocator-api2 v0.2.18 |
602 | 2024-05-23T03:12:18.203Z | Compiling scopeguard v1.2.0 |
603 | 2024-05-23T03:12:18.249Z | Compiling futures-core v0.3.30 |
604 | 2024-05-23T03:12:18.343Z | Compiling smallvec v1.13.2 |
605 | 2024-05-23T03:12:18.486Z | Compiling socket2 v0.5.7 |
606 | 2024-05-23T03:12:18.788Z | Compiling ring v0.17.8 |
607 | 2024-05-23T03:12:18.898Z | Compiling mio v0.8.11 |
608 | 2024-05-23T03:12:18.953Z | Compiling signal-hook-registry v1.4.2 |
609 | 2024-05-23T03:12:19.132Z | Compiling num_cpus v1.16.0 |
610 | 2024-05-23T03:12:19.250Z | Compiling parking_lot v0.12.2 |
611 | 2024-05-23T03:12:19.368Z | Compiling slab v0.4.9 |
612 | 2024-05-23T03:12:19.684Z | Compiling spin v0.9.8 |
613 | 2024-05-23T03:12:19.860Z | Compiling futures-sink v0.3.30 |
614 | 2024-05-23T03:12:20.025Z | Compiling semver v1.0.23 |
615 | 2024-05-23T03:12:20.221Z | Compiling equivalent v1.0.1 |
616 | 2024-05-23T03:12:20.307Z | Compiling untrusted v0.9.0 |
617 | 2024-05-23T03:12:20.465Z | Compiling fnv v1.0.7 |
618 | 2024-05-23T03:12:20.579Z | Compiling futures-channel v0.3.30 |
619 | 2024-05-23T03:12:20.585Z | Compiling futures-io v0.3.30 |
620 | 2024-05-23T03:12:20.745Z | Compiling futures-task v0.3.30 |
621 | 2024-05-23T03:12:20.769Z | Compiling pin-utils v0.1.0 |
622 | 2024-05-23T03:12:20.841Z | Compiling pkg-config v0.3.30 |
623 | 2024-05-23T03:12:20.908Z | Compiling vcpkg v0.2.15 |
624 | 2024-05-23T03:12:21.117Z | Compiling ucd-trie v0.1.6 |
625 | 2024-05-23T03:12:21.428Z | Compiling http v0.2.12 |
626 | 2024-05-23T03:12:21.732Z | Compiling httparse v1.8.0 |
627 | 2024-05-23T03:12:22.159Z | Compiling iana-time-zone v0.1.60 |
628 | 2024-05-23T03:12:22.651Z | Compiling openssl-sys v0.9.102 |
629 | 2024-05-23T03:12:22.864Z | Compiling chrono v0.4.38 |
630 | 2024-05-23T03:12:23.038Z | Compiling tracing-core v0.1.32 |
631 | 2024-05-23T03:12:23.392Z | Compiling uuid v1.8.0 |
632 | 2024-05-23T03:12:23.741Z | Compiling dyn-clone v1.0.17 |
633 | 2024-05-23T03:12:23.935Z | Compiling tracing v0.1.40 |
634 | 2024-05-23T03:12:24.605Z | Compiling serde_derive_internals v0.29.1 |
635 | 2024-05-23T03:12:25.514Z | Compiling openssl v0.10.64 |
636 | 2024-05-23T03:12:25.842Z | Compiling try-lock v0.2.5 |
637 | 2024-05-23T03:12:25.926Z | Compiling slog v2.7.0 |
638 | 2024-05-23T03:12:25.967Z | Compiling heck v0.5.0 |
639 | 2024-05-23T03:12:26.300Z | Compiling foreign-types-shared v0.1.1 |
640 | 2024-05-23T03:12:26.385Z | Compiling foreign-types v0.3.2 |
641 | 2024-05-23T03:12:26.404Z | Compiling want v0.3.1 |
642 | 2024-05-23T03:12:26.538Z | Compiling http-body v0.4.6 |
643 | 2024-05-23T03:12:26.693Z | Compiling aho-corasick v1.1.3 |
644 | 2024-05-23T03:12:26.919Z | Compiling percent-encoding v2.3.1 |
645 | 2024-05-23T03:12:27.018Z | Compiling regex-syntax v0.8.3 |
646 | 2024-05-23T03:12:27.404Z | Compiling typenum v1.17.0 |
647 | 2024-05-23T03:12:27.940Z | Compiling bitflags v2.5.0 |
648 | 2024-05-23T03:12:27.945Z | Compiling tinyvec_macros v0.1.1 |
649 | 2024-05-23T03:12:27.945Z | Compiling native-tls v0.2.11 |
650 | 2024-05-23T03:12:27.954Z | Compiling httpdate v1.0.3 |
651 | 2024-05-23T03:12:28.253Z | Compiling tower-service v0.3.2 |
652 | 2024-05-23T03:12:28.338Z | Compiling rustls v0.21.12 |
653 | 2024-05-23T03:12:28.434Z | Compiling tinyvec v1.6.0 |
654 | 2024-05-23T03:12:28.613Z | Compiling form_urlencoded v1.2.1 |
655 | 2024-05-23T03:12:29.200Z | Compiling generic-array v0.14.7 |
656 | 2024-05-23T03:12:29.594Z | Compiling openssl-probe v0.1.5 |
657 | 2024-05-23T03:12:30.063Z | Compiling unicode-normalization v0.1.23 |
658 | 2024-05-23T03:12:30.283Z | Compiling serde_derive v1.0.202 |
659 | 2024-05-23T03:12:30.587Z | Compiling zerocopy-derive v0.7.34 |
660 | 2024-05-23T03:12:31.194Z | Compiling thiserror-impl v1.0.61 |
661 | 2024-05-23T03:12:31.323Z | Compiling schemars_derive v0.8.20 |
662 | 2024-05-23T03:12:31.489Z | Compiling tokio-macros v2.2.0 |
663 | 2024-05-23T03:12:32.721Z | Compiling zerocopy v0.7.34 |
664 | 2024-05-23T03:12:33.054Z | Compiling tokio v1.37.0 |
665 | 2024-05-23T03:12:34.190Z | Compiling futures-macro v0.3.30 |
666 | 2024-05-23T03:12:34.458Z | Compiling pest v2.7.10 |
667 | 2024-05-23T03:12:34.884Z | Compiling hashbrown v0.14.5 |
668 | 2024-05-23T03:12:36.226Z | Compiling futures-util v0.3.30 |
669 | 2024-05-23T03:12:36.388Z | Compiling regress v0.9.1 |
670 | 2024-05-23T03:12:36.428Z | Compiling openssl-macros v0.1.1 |
671 | 2024-05-23T03:12:37.241Z | Compiling pest_meta v2.7.10 |
672 | 2024-05-23T03:12:37.636Z | Compiling rustls-webpki v0.101.7 |
673 | 2024-05-23T03:12:41.505Z | Compiling tokio-util v0.7.11 |
674 | 2024-05-23T03:12:42.028Z | Compiling pest_generator v2.7.10 |
675 | 2024-05-23T03:12:43.141Z | Compiling sct v0.7.1 |
676 | 2024-05-23T03:12:43.600Z | Compiling regex-automata v0.4.6 |
677 | 2024-05-23T03:12:43.899Z | Compiling pest_derive v2.7.10 |
678 | 2024-05-23T03:12:44.961Z | Compiling indexmap v2.2.6 |
679 | 2024-05-23T03:12:47.845Z | Compiling serde_tokenstream v0.2.0 |
680 | 2024-05-23T03:12:51.659Z | Compiling h2 v0.3.26 |
681 | 2024-05-23T03:12:51.971Z | Compiling regex v1.10.4 |
682 | 2024-05-23T03:12:52.082Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#6fab88c6) |
683 | 2024-05-23T03:12:53.726Z | Compiling scroll_derive v0.12.0 |
684 | 2024-05-23T03:12:55.227Z | Compiling usdt-impl v0.5.0 |
685 | 2024-05-23T03:12:55.577Z | Compiling encoding_rs v0.8.34 |
686 | 2024-05-23T03:13:01.065Z | Compiling hyper v0.14.28 |
687 | 2024-05-23T03:13:01.921Z | Compiling powerfmt v0.2.0 |
688 | 2024-05-23T03:13:02.397Z | Compiling unicode-bidi v0.3.15 |
689 | 2024-05-23T03:13:04.807Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#6fab88c6) |
690 | 2024-05-23T03:13:05.519Z | Compiling mime v0.3.17 |
691 | 2024-05-23T03:13:06.603Z | Compiling num-conv v0.1.0 |
692 | 2024-05-23T03:13:07.337Z | Compiling time-core v0.1.2 |
693 | 2024-05-23T03:13:07.346Z | Compiling time-macros v0.2.18 |
694 | 2024-05-23T03:13:07.412Z | Compiling idna v0.5.0 |
695 | 2024-05-23T03:13:08.770Z | Compiling deranged v0.3.11 |
696 | 2024-05-23T03:13:09.163Z | Compiling tokio-rustls v0.24.1 |
697 | 2024-05-23T03:13:09.698Z | Compiling scroll v0.12.0 |
698 | 2024-05-23T03:13:11.400Z | Compiling dof v0.3.0 |
699 | 2024-05-23T03:13:11.830Z | Compiling dtrace-parser v0.2.0 |
700 | 2024-05-23T03:13:11.830Z | Compiling serde_urlencoded v0.7.1 |
701 | 2024-05-23T03:13:11.871Z | Compiling tokio-native-tls v0.3.1 |
702 | 2024-05-23T03:13:12.856Z | Compiling thread-id v4.2.1 |
703 | 2024-05-23T03:13:12.949Z | Compiling omicron-workspace-hack v0.1.0 |
704 | 2024-05-23T03:13:13.241Z | Compiling crossbeam-utils v0.8.20 |
705 | 2024-05-23T03:13:13.778Z | Compiling num_threads v0.1.7 |
706 | 2024-05-23T03:13:13.811Z | Compiling plain v0.2.3 |
707 | 2024-05-23T03:13:15.521Z | Compiling rustls-pki-types v1.7.0 |
708 | 2024-05-23T03:13:16.655Z | Compiling ident_case v1.0.1 |
709 | 2024-05-23T03:13:16.655Z | Compiling unicode-width v0.1.12 |
710 | 2024-05-23T03:13:16.764Z | Compiling strsim v0.11.1 |
711 | 2024-05-23T03:13:16.879Z | Compiling base64 v0.21.7 |
712 | 2024-05-23T03:13:17.499Z | Compiling rustls-pemfile v1.0.4 |
713 | 2024-05-23T03:13:17.998Z | Compiling darling_core v0.20.9 |
714 | 2024-05-23T03:13:18.322Z | Compiling getopts v0.2.21 |
715 | 2024-05-23T03:13:19.118Z | Compiling time v0.3.36 |
716 | 2024-05-23T03:13:23.784Z | Compiling goblin v0.8.2 |
717 | 2024-05-23T03:13:25.876Z | Compiling hyper-tls v0.5.0 |
718 | 2024-05-23T03:13:26.364Z | Compiling hyper-rustls v0.24.2 |
719 | 2024-05-23T03:13:26.801Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#6fab88c6) |
720 | 2024-05-23T03:13:26.921Z | Compiling url v2.5.0 |
721 | 2024-05-23T03:13:27.298Z | Compiling openapiv3 v2.0.0 |
722 | 2024-05-23T03:13:28.592Z | Compiling dirs-sys-next v0.1.2 |
723 | 2024-05-23T03:13:30.118Z | Compiling pretty-hex v0.4.1 |
724 | 2024-05-23T03:13:30.329Z | Compiling rustversion v1.0.17 |
725 | 2024-05-23T03:13:30.977Z | Compiling paste v1.0.15 |
726 | 2024-05-23T03:13:31.634Z | Compiling sync_wrapper v0.1.2 |
727 | 2024-05-23T03:13:31.676Z | Compiling webpki-roots v0.25.4 |
728 | 2024-05-23T03:13:31.744Z | Compiling unsafe-libyaml v0.2.11 |
729 | 2024-05-23T03:13:31.809Z | Compiling ipnet v2.9.0 |
730 | 2024-05-23T03:13:32.654Z | Compiling rustls v0.22.4 |
731 | 2024-05-23T03:13:32.951Z | Compiling reqwest v0.11.27 |
732 | 2024-05-23T03:13:33.511Z | Compiling serde_yaml v0.9.34+deprecated |
733 | 2024-05-23T03:13:34.606Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7395bd26) |
734 | 2024-05-23T03:13:36.574Z | Compiling dirs-next v2.0.0 |
735 | 2024-05-23T03:13:39.422Z | Compiling darling_macro v0.20.9 |
736 | 2024-05-23T03:13:40.588Z | Compiling rustls-webpki v0.102.4 |
737 | 2024-05-23T03:13:40.907Z | Compiling block-buffer v0.10.4 |
738 | 2024-05-23T03:13:41.131Z | Compiling crypto-common v0.1.6 |
739 | 2024-05-23T03:13:41.322Z | Compiling toml_datetime v0.6.6 |
740 | 2024-05-23T03:13:41.652Z | Compiling serde_spanned v0.6.6 |
741 | 2024-05-23T03:13:41.880Z | Compiling structmeta-derive v0.3.0 |
742 | 2024-05-23T03:13:42.024Z | Compiling rand_core v0.6.4 |
743 | 2024-05-23T03:13:42.220Z | Compiling thread_local v1.1.8 |
744 | 2024-05-23T03:13:42.494Z | Compiling multer v3.1.0 |
745 | 2024-05-23T03:13:42.806Z | Compiling slog-async v2.8.0 |
746 | 2024-05-23T03:13:42.998Z | Compiling zeroize v1.7.0 |
747 | 2024-05-23T03:13:43.108Z | Compiling ppv-lite86 v0.2.17 |
748 | 2024-05-23T03:13:43.293Z | Compiling camino v1.1.7 |
749 | 2024-05-23T03:13:43.326Z | Compiling match_cfg v0.1.0 |
750 | 2024-05-23T03:13:43.406Z | Compiling anyhow v1.0.86 |
751 | 2024-05-23T03:13:43.864Z | Compiling winnow v0.6.8 |
752 | 2024-05-23T03:13:43.916Z | Compiling subtle v2.5.0 |
753 | 2024-05-23T03:13:44.227Z | Compiling rand_chacha v0.3.1 |
754 | 2024-05-23T03:13:44.678Z | Compiling structmeta v0.3.0 |
755 | 2024-05-23T03:13:45.057Z | Compiling hostname v0.3.1 |
756 | 2024-05-23T03:13:45.290Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7395bd26) |
757 | 2024-05-23T03:13:45.962Z | Compiling digest v0.10.7 |
758 | 2024-05-23T03:13:47.967Z | Compiling toml_edit v0.22.13 |
759 | 2024-05-23T03:13:48.199Z | Compiling darling v0.20.9 |
760 | 2024-05-23T03:13:48.295Z | Compiling crossbeam-channel v0.5.13 |
761 | 2024-05-23T03:13:50.012Z | Compiling term v0.7.0 |
762 | 2024-05-23T03:13:56.898Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7395bd26) |
763 | 2024-05-23T03:13:57.388Z | Compiling usdt-macro v0.5.0 |
764 | 2024-05-23T03:13:58.688Z | Compiling usdt-attr-macro v0.5.0 |
765 | 2024-05-23T03:13:58.731Z | Compiling slog-json v2.6.1 |
766 | 2024-05-23T03:13:59.264Z | Compiling futures-executor v0.3.30 |
767 | 2024-05-23T03:14:00.195Z | Compiling async-stream-impl v0.3.5 |
768 | 2024-05-23T03:14:00.555Z | Compiling http v1.1.0 |
769 | 2024-05-23T03:14:01.412Z | Compiling memmap v0.7.0 |
770 | 2024-05-23T03:14:01.451Z | Compiling is-terminal v0.4.12 |
771 | 2024-05-23T03:14:01.560Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0bb8694d) |
772 | 2024-05-23T03:14:01.840Z | Compiling base64 v0.22.1 |
773 | 2024-05-23T03:14:01.871Z | Compiling atomic-waker v1.1.2 |
774 | 2024-05-23T03:14:02.039Z | Compiling cpufeatures v0.2.12 |
775 | 2024-05-23T03:14:02.124Z | Compiling heck v0.4.1 |
776 | 2024-05-23T03:14:02.519Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
777 | 2024-05-23T03:14:02.818Z | Compiling take_mut v0.2.2 |
778 | 2024-05-23T03:14:02.969Z | Compiling strum_macros v0.26.2 |
779 | 2024-05-23T03:14:05.268Z | Compiling rustls-pemfile v2.1.2 |
780 | 2024-05-23T03:14:06.682Z | Compiling sha1 v0.10.6 |
781 | 2024-05-23T03:14:07.457Z | Compiling waitgroup v0.1.2 |
782 | 2024-05-23T03:14:07.723Z | Compiling usdt v0.5.0 |
783 | 2024-05-23T03:14:07.750Z | Compiling slog-term v2.9.1 |
784 | 2024-05-23T03:14:09.082Z | Compiling async-stream v0.3.5 |
785 | 2024-05-23T03:14:09.340Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7395bd26) |
786 | 2024-05-23T03:14:09.428Z | Compiling futures v0.3.30 |
787 | 2024-05-23T03:14:09.527Z | Compiling slog-bunyan v2.5.0 |
788 | 2024-05-23T03:14:09.579Z | Compiling toml v0.8.13 |
789 | 2024-05-23T03:14:09.781Z | Compiling tokio-rustls v0.25.0 |
790 | 2024-05-23T03:14:10.211Z | Compiling serde_with_macros v3.8.1 |
791 | 2024-05-23T03:14:10.682Z | Compiling parse-display-derive v0.9.0 |
792 | 2024-05-23T03:14:13.029Z | Compiling rand v0.8.5 |
793 | 2024-05-23T03:14:15.022Z | Compiling newtype-uuid v1.1.0 |
794 | 2024-05-23T03:14:15.329Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0bb8694d) |
795 | 2024-05-23T03:14:15.871Z | Compiling hex v0.4.3 |
796 | 2024-05-23T03:14:16.435Z | Compiling serde_path_to_error v0.1.16 |
797 | 2024-05-23T03:14:16.848Z | Compiling async-trait v0.1.80 |
798 | 2024-05-23T03:14:17.237Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
799 | 2024-05-23T03:14:17.425Z | Compiling hostname v0.4.0 |
800 | 2024-05-23T03:14:17.458Z | Compiling instant v0.1.13 |
801 | 2024-05-23T03:14:17.611Z | Compiling debug-ignore v1.0.5 |
802 | 2024-05-23T03:14:17.665Z | Compiling backoff v0.4.0 |
803 | 2024-05-23T03:14:17.724Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
804 | 2024-05-23T03:14:17.983Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
805 | 2024-05-23T03:14:18.016Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
806 | 2024-05-23T03:14:18.708Z | Compiling parse-display v0.9.0 |
807 | 2024-05-23T03:14:18.721Z | Compiling serde_with v3.8.1 |
808 | 2024-05-23T03:14:18.721Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
809 | 2024-05-23T03:14:19.236Z | Compiling strum v0.26.2 |
810 | 2024-05-23T03:14:19.408Z | Compiling ipnetwork v0.20.0 |
811 | 2024-05-23T03:14:20.328Z | Compiling macaddr v1.0.1 |
812 | 2024-05-23T03:14:24.399Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
813 | 2024-05-23T03:14:33.615Z | Compiling test-project v0.1.0 (/tmp/test-project) |
814 | 2024-05-23T03:14:41.470Z | Finished `release` profile [optimized] target(s) in 2m 26s |
815 | 2024-05-23T03:14:41.517Z | process exited: duration 220825 ms, exit code 0 |
|
816 | 2024-05-23T03:14:41.525Z | found 0 output files |