|
|
|
1 | 2024-11-19T05:05:28.724Z | job assigned to worker 01JD1CYCXAV9W50KNHZR85W42N [factory gimlet-EVT22200007-propolis, EVT22200007/19151] (queued for 38 s) |
|
2 | 2024-11-19T05:05:36.988Z | starting task 0: "setup" |
3 | 2024-11-19T05:05:37.012Z | ++ uname -s |
4 | 2024-11-19T05:05:37.013Z | + kern=SunOS |
5 | 2024-11-19T05:05:37.013Z | + case "$kern" in |
6 | 2024-11-19T05:05:37.013Z | + groupadd -g 12345 build |
7 | 2024-11-19T05:05:37.013Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-19T05:05:39.012Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-19T05:05:39.053Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-19T05:05:39.079Z | + home_fs=zfs |
11 | 2024-11-19T05:05:39.079Z | + [[ zfs == autofs ]] |
12 | 2024-11-19T05:05:39.079Z | + mkdir -p /home/build |
13 | 2024-11-19T05:05:39.079Z | + chown build:build /home/build /work |
14 | 2024-11-19T05:05:41.065Z | + chmod 0700 /home/build /work |
15 | 2024-11-19T05:05:41.090Z | process exited: duration 4085 ms, exit code 0 |
|
16 | 2024-11-19T05:05:41.139Z | starting task 1: "rust-toolchain" |
17 | 2024-11-19T05:05:41.164Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-19T05:05:41.164Z | ' 1.81.0 |
19 | 2024-11-19T05:05:41.164Z | + printf ' * toolchain profile = "%s" |
20 | 2024-11-19T05:05:41.164Z | ' default |
21 | 2024-11-19T05:05:41.164Z | * toolchain channel = "1.81.0" |
22 | 2024-11-19T05:05:41.164Z | * toolchain profile = "default" |
23 | 2024-11-19T05:05:41.164Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-19T05:05:41.164Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-19T05:05:41.298Z | info: downloading installer |
26 | 2024-11-19T05:05:41.793Z | info: profile set to 'default' |
27 | 2024-11-19T05:05:41.793Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-19T05:05:41.793Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-19T05:05:41.888Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-19T05:05:41.888Z | info: downloading component 'cargo' |
31 | 2024-11-19T05:05:42.076Z | info: downloading component 'clippy' |
32 | 2024-11-19T05:05:42.134Z | info: downloading component 'rust-docs' |
33 | 2024-11-19T05:05:42.319Z | info: downloading component 'rust-std' |
34 | 2024-11-19T05:05:42.597Z | info: downloading component 'rustc' |
35 | 2024-11-19T05:05:43.572Z | info: downloading component 'rustfmt' |
36 | 2024-11-19T05:05:43.620Z | info: installing component 'cargo' |
37 | 2024-11-19T05:05:44.740Z | info: installing component 'clippy' |
38 | 2024-11-19T05:05:45.206Z | info: installing component 'rust-docs' |
39 | 2024-11-19T05:05:47.900Z | info: installing component 'rust-std' |
40 | 2024-11-19T05:05:50.021Z | info: installing component 'rustc' |
41 | 2024-11-19T05:05:56.945Z | info: installing component 'rustfmt' |
42 | 2024-11-19T05:05:57.323Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-19T05:05:57.323Z | |
44 | 2024-11-19T05:05:57.465Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-19T05:05:57.465Z | |
46 | 2024-11-19T05:05:57.465Z | |
47 | 2024-11-19T05:05:57.465Z | Rust is installed now. Great! |
48 | 2024-11-19T05:05:57.465Z | |
49 | 2024-11-19T05:05:57.465Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-19T05:05:57.465Z | environment variable. This has not been done automatically. |
51 | 2024-11-19T05:05:57.465Z | |
52 | 2024-11-19T05:05:57.465Z | To configure your current shell, you need to source |
53 | 2024-11-19T05:05:57.465Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-19T05:05:57.465Z | |
55 | 2024-11-19T05:05:57.465Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-19T05:05:57.465Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-19T05:05:57.465Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-19T05:05:57.552Z | + rustc --version |
59 | 2024-11-19T05:05:57.635Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-19T05:05:57.660Z | process exited: duration 16500 ms, exit code 0 |
|
61 | 2024-11-19T05:05:57.710Z | starting task 2: "authentication" |
62 | 2024-11-19T05:05:57.766Z | process exited: duration 55 ms, exit code 0 |
|
63 | 2024-11-19T05:05:57.818Z | starting task 3: "clone repository" |
64 | 2024-11-19T05:05:57.844Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-19T05:05:57.844Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-19T05:05:57.868Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-19T05:06:05.380Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-19T05:06:05.380Z | + git fetch origin 11c6e1d293de65f5b0bcf861ac6dd0bab13c04a6 |
69 | 2024-11-19T05:06:05.876Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-19T05:06:05.876Z | * branch 11c6e1d293de65f5b0bcf861ac6dd0bab13c04a6 -> FETCH_HEAD |
71 | 2024-11-19T05:06:05.900Z | + [[ -n '' ]] |
72 | 2024-11-19T05:06:05.900Z | + git reset --hard 11c6e1d293de65f5b0bcf861ac6dd0bab13c04a6 |
73 | 2024-11-19T05:06:05.978Z | HEAD is now at 11c6e1d29 clean up |
74 | 2024-11-19T05:06:06.002Z | process exited: duration 8166 ms, exit code 0 |
|
75 | 2024-11-19T05:06:06.050Z | starting task 4: "build" |
76 | 2024-11-19T05:06:06.075Z | + source .github/buildomat/ci-env.sh |
77 | 2024-11-19T05:06:06.075Z | ++ export CARGO_TERM_COLOR=always |
78 | 2024-11-19T05:06:06.075Z | ++ CARGO_TERM_COLOR=always |
79 | 2024-11-19T05:06:06.075Z | + cargo --version |
80 | 2024-11-19T05:06:06.132Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
81 | 2024-11-19T05:06:06.158Z | + rustc --version |
82 | 2024-11-19T05:06:06.212Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
83 | 2024-11-19T05:06:06.236Z | + cd /tmp |
84 | 2024-11-19T05:06:06.236Z | + cargo new --lib test-project |
85 | 2024-11-19T05:06:06.290Z | Creating library `test-project` package |
86 | 2024-11-19T05:06:06.384Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
87 | 2024-11-19T05:06:06.408Z | + cd test-project |
88 | 2024-11-19T05:06:06.408Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
89 | 2024-11-19T05:06:06.464Z | Adding omicron-common (local) to dependencies |
90 | 2024-11-19T05:06:06.464Z | Features: |
91 | 2024-11-19T05:06:06.464Z | - proptest |
92 | 2024-11-19T05:06:06.464Z | - test-strategy |
93 | 2024-11-19T05:06:06.464Z | - testing |
94 | 2024-11-19T05:06:06.488Z | Updating crates.io index |
95 | 2024-11-19T05:06:06.533Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
96 | 2024-11-19T05:06:07.537Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
97 | 2024-11-19T05:06:08.235Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
98 | 2024-11-19T05:06:08.750Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
99 | 2024-11-19T05:06:10.556Z | Locking 328 packages to latest compatible versions |
100 | 2024-11-19T05:06:10.582Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
101 | 2024-11-19T05:06:10.582Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
102 | 2024-11-19T05:06:10.582Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
103 | 2024-11-19T05:06:10.582Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
104 | 2024-11-19T05:06:10.582Z | Adding goblin v0.8.2 (latest: v0.9.2) |
105 | 2024-11-19T05:06:10.583Z | Adding hashbrown v0.12.3 (latest: v0.15.1) |
106 | 2024-11-19T05:06:10.583Z | Adding hashbrown v0.14.5 (latest: v0.15.1) |
107 | 2024-11-19T05:06:10.583Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
108 | 2024-11-19T05:06:10.583Z | Adding hostname v0.3.1 (latest: v0.4.0) |
109 | 2024-11-19T05:06:10.583Z | Adding indexmap v1.9.3 (latest: v2.6.0) |
110 | 2024-11-19T05:06:10.583Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
111 | 2024-11-19T05:06:10.583Z | Adding regress v0.9.1 (latest: v0.10.1) |
112 | 2024-11-19T05:06:10.583Z | Adding rustls v0.22.4 (latest: v0.23.17) |
113 | 2024-11-19T05:06:10.583Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
114 | 2024-11-19T05:06:10.608Z | Adding term v0.7.0 (latest: v1.0.0) |
115 | 2024-11-19T05:06:10.608Z | Adding thiserror v1.0.69 (latest: v2.0.3) |
116 | 2024-11-19T05:06:10.608Z | Adding thiserror-impl v1.0.69 (latest: v2.0.3) |
117 | 2024-11-19T05:06:10.608Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
118 | 2024-11-19T05:06:10.608Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
119 | 2024-11-19T05:06:10.608Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
120 | 2024-11-19T05:06:10.608Z | Adding windows v0.52.0 (latest: v0.58.0) |
121 | 2024-11-19T05:06:10.608Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
122 | 2024-11-19T05:06:10.608Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
123 | 2024-11-19T05:06:10.608Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
124 | 2024-11-19T05:06:10.608Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
125 | 2024-11-19T05:06:10.608Z | Adding zerocopy v0.7.35 (latest: v0.8.10) |
126 | 2024-11-19T05:06:10.608Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.10) |
127 | 2024-11-19T05:06:10.687Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
128 | 2024-11-19T05:06:10.711Z | + cargo check |
129 | 2024-11-19T05:06:10.913Z | Updating crates.io index |
130 | 2024-11-19T05:06:11.596Z | Locking 2 packages to latest compatible versions |
131 | 2024-11-19T05:06:14.935Z | Adding omicron-workspace-hack v0.1.0 |
132 | 2024-11-19T05:06:17.564Z | Adding test-project v0.1.0 (/tmp/test-project) |
133 | 2024-11-19T05:06:18.291Z | Downloading crates ... |
134 | 2024-11-19T05:06:18.367Z | Downloaded iana-time-zone v0.1.61 |
135 | 2024-11-19T05:06:18.392Z | Downloaded toml_datetime v0.6.8 |
136 | 2024-11-19T05:06:18.392Z | Downloaded pest_generator v2.7.14 |
137 | 2024-11-19T05:06:18.392Z | Downloaded pretty-hex v0.4.1 |
138 | 2024-11-19T05:06:18.392Z | Downloaded async-stream-impl v0.3.6 |
139 | 2024-11-19T05:06:18.392Z | Downloaded async-stream v0.3.6 |
140 | 2024-11-19T05:06:18.418Z | Downloaded crossbeam-utils v0.8.20 |
141 | 2024-11-19T05:06:18.418Z | Downloaded dof v0.3.0 |
142 | 2024-11-19T05:06:18.418Z | Downloaded dirs-next v2.0.0 |
143 | 2024-11-19T05:06:18.418Z | Downloaded darling_macro v0.20.10 |
144 | 2024-11-19T05:06:18.418Z | Downloaded darling v0.20.10 |
145 | 2024-11-19T05:06:18.418Z | Downloaded fnv v1.0.7 |
146 | 2024-11-19T05:06:18.418Z | Downloaded dirs-sys-next v0.1.2 |
147 | 2024-11-19T05:06:18.418Z | Downloaded debug-ignore v1.0.5 |
148 | 2024-11-19T05:06:18.418Z | Downloaded macaddr v1.0.1 |
149 | 2024-11-19T05:06:18.444Z | Downloaded log v0.4.22 |
150 | 2024-11-19T05:06:18.444Z | Downloaded litemap v0.7.3 |
151 | 2024-11-19T05:06:18.444Z | Downloaded lock_api v0.4.12 |
152 | 2024-11-19T05:06:18.445Z | Downloaded itoa v1.0.11 |
153 | 2024-11-19T05:06:18.445Z | Downloaded hashbrown v0.15.0 |
154 | 2024-11-19T05:06:18.445Z | Downloaded match_cfg v0.1.0 |
155 | 2024-11-19T05:06:18.445Z | Downloaded indexmap v1.9.3 |
156 | 2024-11-19T05:06:18.472Z | Downloaded icu_locid_transform v1.5.0 |
157 | 2024-11-19T05:06:18.472Z | Downloaded ipnet v2.10.1 |
158 | 2024-11-19T05:06:18.472Z | Downloaded indexmap v2.6.0 |
159 | 2024-11-19T05:06:18.472Z | Downloaded memchr v2.7.4 |
160 | 2024-11-19T05:06:18.496Z | Downloaded regex v1.11.1 |
161 | 2024-11-19T05:06:18.496Z | Downloaded libc v0.2.162 |
162 | 2024-11-19T05:06:18.529Z | Downloaded sha1 v0.10.6 |
163 | 2024-11-19T05:06:18.564Z | Downloaded powerfmt v0.2.0 |
164 | 2024-11-19T05:06:18.564Z | Downloaded socket2 v0.5.7 |
165 | 2024-11-19T05:06:18.564Z | Downloaded signal-hook-registry v1.4.2 |
166 | 2024-11-19T05:06:18.564Z | Downloaded waitgroup v0.1.2 |
167 | 2024-11-19T05:06:18.564Z | Downloaded progenitor-client v0.8.0 |
168 | 2024-11-19T05:06:18.564Z | Downloaded schemars_derive v0.8.21 |
169 | 2024-11-19T05:06:18.564Z | Downloaded serde_with_macros v3.11.0 |
170 | 2024-11-19T05:06:18.564Z | Downloaded quote v1.0.37 |
171 | 2024-11-19T05:06:18.564Z | Downloaded parking_lot_core v0.9.10 |
172 | 2024-11-19T05:06:18.564Z | Downloaded rand_core v0.6.4 |
173 | 2024-11-19T05:06:18.564Z | Downloaded progenitor-impl v0.8.0 |
174 | 2024-11-19T05:06:18.565Z | Downloaded progenitor-macro v0.8.0 |
175 | 2024-11-19T05:06:18.565Z | Downloaded native-tls v0.2.12 |
176 | 2024-11-19T05:06:18.590Z | Downloaded rustls-pemfile v2.2.0 |
177 | 2024-11-19T05:06:18.590Z | Downloaded pin-project-lite v0.2.14 |
178 | 2024-11-19T05:06:18.590Z | Downloaded rustversion v1.0.17 |
179 | 2024-11-19T05:06:18.590Z | Downloaded rustc-hash v2.0.0 |
180 | 2024-11-19T05:06:18.590Z | Downloaded serde_tokenstream v0.2.2 |
181 | 2024-11-19T05:06:18.590Z | Downloaded rustls-pki-types v1.9.0 |
182 | 2024-11-19T05:06:18.614Z | Downloaded serde_yaml v0.9.34+deprecated |
183 | 2024-11-19T05:06:18.614Z | Downloaded webpki-roots v0.26.6 |
184 | 2024-11-19T05:06:18.614Z | Downloaded pest v2.7.14 |
185 | 2024-11-19T05:06:18.614Z | Downloaded regress v0.9.1 |
186 | 2024-11-19T05:06:18.639Z | Downloaded openssl v0.10.68 |
187 | 2024-11-19T05:06:18.639Z | Downloaded reqwest v0.12.9 |
188 | 2024-11-19T05:06:18.639Z | Downloaded structmeta v0.3.0 |
189 | 2024-11-19T05:06:18.663Z | Downloaded rustls-webpki v0.102.8 |
190 | 2024-11-19T05:06:18.663Z | Downloaded quinn-proto v0.11.8 |
191 | 2024-11-19T05:06:18.690Z | Downloaded winnow v0.6.20 |
192 | 2024-11-19T05:06:18.690Z | Downloaded mio v1.0.2 |
193 | 2024-11-19T05:06:18.690Z | Downloaded zerovec v0.10.4 |
194 | 2024-11-19T05:06:18.719Z | Downloaded tokio-util v0.7.12 |
195 | 2024-11-19T05:06:18.719Z | Downloaded time v0.3.36 |
196 | 2024-11-19T05:06:18.719Z | Downloaded regress v0.10.1 |
197 | 2024-11-19T05:06:18.719Z | Downloaded rustls v0.22.4 |
198 | 2024-11-19T05:06:18.744Z | Downloaded rustls v0.23.14 |
199 | 2024-11-19T05:06:18.768Z | Downloaded openapiv3 v2.0.0 |
200 | 2024-11-19T05:06:18.768Z | Downloaded typify-impl v0.2.0 |
201 | 2024-11-19T05:06:18.793Z | Downloaded serde_derive v1.0.215 |
202 | 2024-11-19T05:06:18.793Z | Downloaded regex-syntax v0.8.5 |
203 | 2024-11-19T05:06:18.793Z | Downloaded schemars v0.8.21 |
204 | 2024-11-19T05:06:18.817Z | Downloaded ryu v1.0.18 |
205 | 2024-11-19T05:06:18.818Z | Downloaded toml v0.8.19 |
206 | 2024-11-19T05:06:18.818Z | Downloaded structmeta-derive v0.3.0 |
207 | 2024-11-19T05:06:18.818Z | Downloaded strsim v0.11.1 |
208 | 2024-11-19T05:06:18.818Z | Downloaded quinn v0.11.5 |
209 | 2024-11-19T05:06:18.818Z | Downloaded tracing v0.1.40 |
210 | 2024-11-19T05:06:18.843Z | Downloaded tokio-rustls v0.25.0 |
211 | 2024-11-19T05:06:18.843Z | Downloaded tinyvec v1.8.0 |
212 | 2024-11-19T05:06:18.843Z | Downloaded scroll_derive v0.12.0 |
213 | 2024-11-19T05:06:18.843Z | Downloaded scroll v0.12.0 |
214 | 2024-11-19T05:06:18.843Z | Downloaded regex-automata v0.4.8 |
215 | 2024-11-19T05:06:18.869Z | Downloaded scopeguard v1.2.0 |
216 | 2024-11-19T05:06:18.869Z | Downloaded serde_with v3.11.0 |
217 | 2024-11-19T05:06:18.869Z | Downloaded serde_urlencoded v0.7.1 |
218 | 2024-11-19T05:06:18.869Z | Downloaded stable_deref_trait v1.2.0 |
219 | 2024-11-19T05:06:18.869Z | Downloaded sync_wrapper v1.0.1 |
220 | 2024-11-19T05:06:18.869Z | Downloaded unicode-ident v1.0.13 |
221 | 2024-11-19T05:06:18.869Z | Downloaded thiserror-impl v1.0.69 |
222 | 2024-11-19T05:06:18.869Z | Downloaded tokio v1.40.0 |
223 | 2024-11-19T05:06:18.907Z | Downloaded num-traits v0.2.19 |
224 | 2024-11-19T05:06:18.931Z | Downloaded unsafe-libyaml v0.2.11 |
225 | 2024-11-19T05:06:18.931Z | Downloaded typenum v1.17.0 |
226 | 2024-11-19T05:06:18.931Z | Downloaded tokio-native-tls v0.3.1 |
227 | 2024-11-19T05:06:18.931Z | Downloaded tokio-macros v2.4.0 |
228 | 2024-11-19T05:06:18.931Z | Downloaded multer v3.1.0 |
229 | 2024-11-19T05:06:18.931Z | Downloaded writeable v0.5.5 |
230 | 2024-11-19T05:06:18.931Z | Downloaded url v2.5.3 |
231 | 2024-11-19T05:06:18.931Z | Downloaded tracing-core v0.1.32 |
232 | 2024-11-19T05:06:18.931Z | Downloaded tokio-rustls v0.26.0 |
233 | 2024-11-19T05:06:18.955Z | Downloaded tinyvec_macros v0.1.1 |
234 | 2024-11-19T05:06:18.955Z | Downloaded memmap v0.7.0 |
235 | 2024-11-19T05:06:18.955Z | Downloaded pest_meta v2.7.14 |
236 | 2024-11-19T05:06:18.955Z | Downloaded zeroize v1.8.1 |
237 | 2024-11-19T05:06:18.955Z | Downloaded zerofrom-derive v0.1.4 |
238 | 2024-11-19T05:06:18.955Z | Downloaded usdt v0.5.0 |
239 | 2024-11-19T05:06:18.956Z | Downloaded ucd-trie v0.1.7 |
240 | 2024-11-19T05:06:18.956Z | Downloaded proc-macro2 v1.0.89 |
241 | 2024-11-19T05:06:18.956Z | Downloaded pest_derive v2.7.14 |
242 | 2024-11-19T05:06:18.956Z | Downloaded parse-display-derive v0.10.0 |
243 | 2024-11-19T05:06:18.956Z | Downloaded uuid v1.11.0 |
244 | 2024-11-19T05:06:18.956Z | Downloaded typify v0.2.0 |
245 | 2024-11-19T05:06:18.980Z | Downloaded tinystr v0.7.6 |
246 | 2024-11-19T05:06:18.980Z | Downloaded thread_local v1.1.8 |
247 | 2024-11-19T05:06:18.980Z | Downloaded thread-id v4.2.2 |
248 | 2024-11-19T05:06:18.980Z | Downloaded plain v0.2.3 |
249 | 2024-11-19T05:06:18.980Z | Downloaded pin-utils v0.1.0 |
250 | 2024-11-19T05:06:18.980Z | Downloaded parse-display v0.10.0 |
251 | 2024-11-19T05:06:18.980Z | Downloaded openssl-macros v0.1.1 |
252 | 2024-11-19T05:06:18.980Z | Downloaded version_check v0.9.5 |
253 | 2024-11-19T05:06:18.980Z | Downloaded utf8_iter v1.0.4 |
254 | 2024-11-19T05:06:18.980Z | Downloaded usdt-impl v0.5.0 |
255 | 2024-11-19T05:06:18.980Z | Downloaded usdt-attr-macro v0.5.0 |
256 | 2024-11-19T05:06:18.980Z | Downloaded typify-macro v0.2.0 |
257 | 2024-11-19T05:06:18.980Z | Downloaded strum v0.26.3 |
258 | 2024-11-19T05:06:18.980Z | Downloaded sha2 v0.10.8 |
259 | 2024-11-19T05:06:18.980Z | Downloaded spin v0.9.8 |
260 | 2024-11-19T05:06:18.980Z | Downloaded slog-async v2.8.0 |
261 | 2024-11-19T05:06:18.980Z | Downloaded slog v2.7.0 |
262 | 2024-11-19T05:06:19.005Z | Downloaded slab v0.4.9 |
263 | 2024-11-19T05:06:19.005Z | Downloaded shlex v1.3.0 |
264 | 2024-11-19T05:06:19.005Z | Downloaded thiserror v1.0.69 |
265 | 2024-11-19T05:06:19.005Z | Downloaded syn v2.0.87 |
266 | 2024-11-19T05:06:19.005Z | Downloaded strum_macros v0.26.4 |
267 | 2024-11-19T05:06:19.030Z | Downloaded rand_chacha v0.3.1 |
268 | 2024-11-19T05:06:19.030Z | Downloaded yoke v0.7.4 |
269 | 2024-11-19T05:06:19.030Z | Downloaded serde v1.0.215 |
270 | 2024-11-19T05:06:19.030Z | Downloaded semver v1.0.23 |
271 | 2024-11-19T05:06:19.030Z | Downloaded slog-json v2.6.1 |
272 | 2024-11-19T05:06:19.030Z | Downloaded paste v1.0.15 |
273 | 2024-11-19T05:06:19.030Z | Downloaded mime v0.3.17 |
274 | 2024-11-19T05:06:19.030Z | Downloaded zerovec-derive v0.10.3 |
275 | 2024-11-19T05:06:19.030Z | Downloaded zerofrom v0.1.4 |
276 | 2024-11-19T05:06:19.030Z | Downloaded yoke-derive v0.7.4 |
277 | 2024-11-19T05:06:19.030Z | Downloaded percent-encoding v2.3.1 |
278 | 2024-11-19T05:06:19.030Z | Downloaded openssl-probe v0.1.5 |
279 | 2024-11-19T05:06:19.030Z | Downloaded num_threads v0.1.7 |
280 | 2024-11-19T05:06:19.030Z | Downloaded vcpkg v0.2.15 |
281 | 2024-11-19T05:06:19.072Z | Downloaded utf16_iter v1.0.5 |
282 | 2024-11-19T05:06:19.096Z | Downloaded time-core v0.1.2 |
283 | 2024-11-19T05:06:19.096Z | Downloaded usdt-macro v0.5.0 |
284 | 2024-11-19T05:06:19.096Z | Downloaded untrusted v0.9.0 |
285 | 2024-11-19T05:06:19.096Z | Downloaded try-lock v0.2.5 |
286 | 2024-11-19T05:06:19.096Z | Downloaded tower-service v0.3.3 |
287 | 2024-11-19T05:06:19.096Z | Downloaded toml_edit v0.22.22 |
288 | 2024-11-19T05:06:19.121Z | Downloaded slog-bunyan v2.5.0 |
289 | 2024-11-19T05:06:19.121Z | Downloaded term v0.7.0 |
290 | 2024-11-19T05:06:19.121Z | Downloaded take_mut v0.2.2 |
291 | 2024-11-19T05:06:19.122Z | Downloaded synstructure v0.13.1 |
292 | 2024-11-19T05:06:19.122Z | Downloaded subtle v2.6.1 |
293 | 2024-11-19T05:06:19.122Z | Downloaded smallvec v1.13.2 |
294 | 2024-11-19T05:06:19.122Z | Downloaded slog-term v2.9.1 |
295 | 2024-11-19T05:06:19.122Z | Downloaded serde_spanned v0.6.8 |
296 | 2024-11-19T05:06:19.122Z | Downloaded serde_path_to_error v0.1.16 |
297 | 2024-11-19T05:06:19.122Z | Downloaded serde_json v1.0.132 |
298 | 2024-11-19T05:06:19.147Z | Downloaded serde_derive_internals v0.29.1 |
299 | 2024-11-19T05:06:19.147Z | Downloaded rand v0.8.5 |
300 | 2024-11-19T05:06:19.147Z | Downloaded quinn-udp v0.5.5 |
301 | 2024-11-19T05:06:19.147Z | Downloaded progenitor v0.8.0 |
302 | 2024-11-19T05:06:19.147Z | Downloaded ppv-lite86 v0.2.20 |
303 | 2024-11-19T05:06:19.147Z | Downloaded pkg-config v0.3.31 |
304 | 2024-11-19T05:06:19.147Z | Downloaded parking_lot v0.12.3 |
305 | 2024-11-19T05:06:19.147Z | Downloaded openssl-sys v0.9.104 |
306 | 2024-11-19T05:06:19.147Z | Downloaded once_cell v1.20.2 |
307 | 2024-11-19T05:06:19.171Z | Downloaded omicron-workspace-hack v0.1.0 |
308 | 2024-11-19T05:06:19.171Z | Downloaded num-conv v0.1.0 |
309 | 2024-11-19T05:06:19.171Z | Downloaded newtype-uuid v1.1.3 |
310 | 2024-11-19T05:06:19.171Z | Downloaded zerocopy v0.7.35 |
311 | 2024-11-19T05:06:19.172Z | Downloaded write16 v1.0.0 |
312 | 2024-11-19T05:06:19.172Z | Downloaded want v0.3.1 |
313 | 2024-11-19T05:06:19.172Z | Downloaded time-macros v0.2.18 |
314 | 2024-11-19T05:06:19.196Z | Downloaded encoding_rs v0.8.34 |
315 | 2024-11-19T05:06:19.196Z | Downloaded idna v1.0.3 |
316 | 2024-11-19T05:06:19.220Z | Downloaded icu_properties_data v1.5.0 |
317 | 2024-11-19T05:06:19.220Z | Downloaded hyper v1.5.0 |
318 | 2024-11-19T05:06:19.244Z | Downloaded goblin v0.8.2 |
319 | 2024-11-19T05:06:19.244Z | Downloaded dropshot v0.13.0 |
320 | 2024-11-19T05:06:19.269Z | Downloaded hashbrown v0.14.5 |
321 | 2024-11-19T05:06:19.269Z | Downloaded icu_provider v1.5.0 |
322 | 2024-11-19T05:06:19.269Z | Downloaded icu_properties v1.5.1 |
323 | 2024-11-19T05:06:19.269Z | Downloaded icu_normalizer_data v1.5.0 |
324 | 2024-11-19T05:06:19.269Z | Downloaded icu_collections v1.5.0 |
325 | 2024-11-19T05:06:19.293Z | Downloaded h2 v0.4.6 |
326 | 2024-11-19T05:06:19.293Z | Downloaded icu_normalizer v1.5.0 |
327 | 2024-11-19T05:06:19.293Z | Downloaded icu_locid v1.5.0 |
328 | 2024-11-19T05:06:19.293Z | Downloaded hyper-rustls v0.27.3 |
329 | 2024-11-19T05:06:19.293Z | Downloaded futures-executor v0.3.31 |
330 | 2024-11-19T05:06:19.293Z | Downloaded hyper-util v0.1.10 |
331 | 2024-11-19T05:06:19.318Z | Downloaded httpdate v1.0.3 |
332 | 2024-11-19T05:06:19.318Z | Downloaded httparse v1.9.5 |
333 | 2024-11-19T05:06:19.318Z | Downloaded http v1.1.0 |
334 | 2024-11-19T05:06:19.318Z | Downloaded hashbrown v0.12.3 |
335 | 2024-11-19T05:06:19.318Z | Downloaded idna_adapter v1.2.0 |
336 | 2024-11-19T05:06:19.318Z | Downloaded icu_provider_macros v1.5.0 |
337 | 2024-11-19T05:06:19.318Z | Downloaded hostname v0.3.1 |
338 | 2024-11-19T05:06:19.318Z | Downloaded hex v0.4.3 |
339 | 2024-11-19T05:06:19.318Z | Downloaded futures-macro v0.3.31 |
340 | 2024-11-19T05:06:19.318Z | Downloaded instant v0.1.13 |
341 | 2024-11-19T05:06:19.320Z | Downloaded ident_case v1.0.1 |
342 | 2024-11-19T05:06:19.320Z | Downloaded hyper-tls v0.6.0 |
343 | 2024-11-19T05:06:19.320Z | Downloaded http-body-util v0.1.2 |
344 | 2024-11-19T05:06:19.345Z | Downloaded http-body v1.0.1 |
345 | 2024-11-19T05:06:19.345Z | Downloaded hostname v0.4.0 |
346 | 2024-11-19T05:06:19.345Z | Downloaded heck v0.5.0 |
347 | 2024-11-19T05:06:19.345Z | Downloaded futures-util v0.3.31 |
348 | 2024-11-19T05:06:19.345Z | Downloaded futures v0.3.31 |
349 | 2024-11-19T05:06:19.345Z | Downloaded dropshot_endpoint v0.13.0 |
350 | 2024-11-19T05:06:19.345Z | Downloaded icu_locid_transform_data v1.5.0 |
351 | 2024-11-19T05:06:19.370Z | Downloaded futures-task v0.3.31 |
352 | 2024-11-19T05:06:19.371Z | Downloaded futures-sink v0.3.31 |
353 | 2024-11-19T05:06:19.371Z | Downloaded futures-io v0.3.31 |
354 | 2024-11-19T05:06:19.371Z | Downloaded futures-channel v0.3.31 |
355 | 2024-11-19T05:06:19.371Z | Downloaded form_urlencoded v1.2.1 |
356 | 2024-11-19T05:06:19.371Z | Downloaded dtrace-parser v0.2.0 |
357 | 2024-11-19T05:06:19.371Z | Downloaded getrandom v0.2.15 |
358 | 2024-11-19T05:06:19.371Z | Downloaded foreign-types v0.3.2 |
359 | 2024-11-19T05:06:19.371Z | Downloaded equivalent v1.0.1 |
360 | 2024-11-19T05:06:19.371Z | Downloaded ipnetwork v0.20.0 |
361 | 2024-11-19T05:06:19.371Z | Downloaded generic-array v0.14.7 |
362 | 2024-11-19T05:06:19.371Z | Downloaded futures-core v0.3.31 |
363 | 2024-11-19T05:06:19.371Z | Downloaded dyn-clone v1.0.17 |
364 | 2024-11-19T05:06:19.371Z | Downloaded is-terminal v0.4.13 |
365 | 2024-11-19T05:06:19.371Z | Downloaded foreign-types-shared v0.1.1 |
366 | 2024-11-19T05:06:19.371Z | Downloaded cc v1.1.30 |
367 | 2024-11-19T05:06:19.396Z | Downloaded bitflags v2.6.0 |
368 | 2024-11-19T05:06:19.396Z | Downloaded darling_core v0.20.10 |
369 | 2024-11-19T05:06:19.396Z | Downloaded crypto-common v0.1.6 |
370 | 2024-11-19T05:06:19.396Z | Downloaded byteorder v1.5.0 |
371 | 2024-11-19T05:06:19.396Z | Downloaded atomic-waker v1.1.2 |
372 | 2024-11-19T05:06:19.396Z | Downloaded digest v0.10.7 |
373 | 2024-11-19T05:06:19.396Z | Downloaded deranged v0.3.11 |
374 | 2024-11-19T05:06:19.396Z | Downloaded crossbeam-channel v0.5.13 |
375 | 2024-11-19T05:06:19.396Z | Downloaded cpufeatures v0.2.14 |
376 | 2024-11-19T05:06:19.397Z | Downloaded chrono v0.4.38 |
377 | 2024-11-19T05:06:19.421Z | Downloaded cfg-if v1.0.0 |
378 | 2024-11-19T05:06:19.421Z | Downloaded bytes v1.8.0 |
379 | 2024-11-19T05:06:19.421Z | Downloaded backoff v0.4.0 |
380 | 2024-11-19T05:06:19.421Z | Downloaded displaydoc v0.2.5 |
381 | 2024-11-19T05:06:19.421Z | Downloaded camino v1.1.9 |
382 | 2024-11-19T05:06:19.421Z | Downloaded block-buffer v0.10.4 |
383 | 2024-11-19T05:06:19.422Z | Downloaded base64 v0.22.1 |
384 | 2024-11-19T05:06:19.422Z | Downloaded async-trait v0.1.83 |
385 | 2024-11-19T05:06:19.446Z | Downloaded aho-corasick v1.1.3 |
386 | 2024-11-19T05:06:19.446Z | Downloaded ahash v0.8.11 |
387 | 2024-11-19T05:06:19.446Z | Downloaded autocfg v1.4.0 |
388 | 2024-11-19T05:06:19.446Z | Downloaded anyhow v1.0.93 |
389 | 2024-11-19T05:06:19.446Z | Downloaded allocator-api2 v0.2.18 |
390 | 2024-11-19T05:06:19.446Z | Downloaded zerocopy-derive v0.7.35 |
391 | 2024-11-19T05:06:19.470Z | Downloaded ring v0.17.8 |
392 | 2024-11-19T05:06:19.651Z | Compiling proc-macro2 v1.0.89 |
393 | 2024-11-19T05:06:19.651Z | Compiling unicode-ident v1.0.13 |
394 | 2024-11-19T05:06:19.651Z | Compiling libc v0.2.162 |
395 | 2024-11-19T05:06:19.651Z | Checking cfg-if v1.0.0 |
396 | 2024-11-19T05:06:19.675Z | Compiling autocfg v1.4.0 |
397 | 2024-11-19T05:06:19.675Z | Compiling serde v1.0.215 |
398 | 2024-11-19T05:06:19.675Z | Compiling version_check v0.9.5 |
399 | 2024-11-19T05:06:19.675Z | Checking memchr v2.7.4 |
400 | 2024-11-19T05:06:19.798Z | Compiling serde_json v1.0.132 |
401 | 2024-11-19T05:06:19.891Z | Checking itoa v1.0.11 |
402 | 2024-11-19T05:06:20.224Z | Compiling thiserror v1.0.69 |
403 | 2024-11-19T05:06:20.311Z | Checking once_cell v1.20.2 |
404 | 2024-11-19T05:06:20.397Z | Compiling shlex v1.3.0 |
405 | 2024-11-19T05:06:20.594Z | Compiling cc v1.1.30 |
406 | 2024-11-19T05:06:20.731Z | Checking pin-project-lite v0.2.14 |
407 | 2024-11-19T05:06:20.832Z | Compiling num-traits v0.2.19 |
408 | 2024-11-19T05:06:20.917Z | Checking smallvec v1.13.2 |
409 | 2024-11-19T05:06:20.976Z | Checking bytes v1.8.0 |
410 | 2024-11-19T05:06:21.003Z | Checking getrandom v0.2.15 |
411 | 2024-11-19T05:06:21.028Z | Checking ryu v1.0.18 |
412 | 2024-11-19T05:06:21.188Z | Compiling quote v1.0.37 |
413 | 2024-11-19T05:06:21.223Z | Checking futures-core v0.3.31 |
414 | 2024-11-19T05:06:21.341Z | Compiling lock_api v0.4.12 |
415 | 2024-11-19T05:06:21.414Z | Compiling byteorder v1.5.0 |
416 | 2024-11-19T05:06:21.438Z | Compiling parking_lot_core v0.9.10 |
417 | 2024-11-19T05:06:21.637Z | Compiling syn v2.0.87 |
418 | 2024-11-19T05:06:21.678Z | Compiling ahash v0.8.11 |
419 | 2024-11-19T05:06:21.777Z | Compiling schemars v0.8.21 |
420 | 2024-11-19T05:06:21.802Z | Checking scopeguard v1.2.0 |
421 | 2024-11-19T05:06:21.826Z | Compiling slab v0.4.9 |
422 | 2024-11-19T05:06:22.193Z | Checking log v0.4.22 |
423 | 2024-11-19T05:06:22.217Z | Checking futures-sink v0.3.31 |
424 | 2024-11-19T05:06:22.263Z | Checking mio v1.0.2 |
425 | 2024-11-19T05:06:22.287Z | Checking signal-hook-registry v1.4.2 |
426 | 2024-11-19T05:06:22.338Z | Checking socket2 v0.5.7 |
427 | 2024-11-19T05:06:22.404Z | Checking stable_deref_trait v1.2.0 |
428 | 2024-11-19T05:06:22.429Z | Checking parking_lot v0.12.3 |
429 | 2024-11-19T05:06:22.495Z | Checking equivalent v1.0.1 |
430 | 2024-11-19T05:06:22.519Z | Checking fnv v1.0.7 |
431 | 2024-11-19T05:06:22.595Z | Checking hashbrown v0.15.0 |
432 | 2024-11-19T05:06:22.629Z | Compiling semver v1.0.23 |
433 | 2024-11-19T05:06:22.668Z | Checking http v1.1.0 |
434 | 2024-11-19T05:06:22.709Z | Checking futures-channel v0.3.31 |
435 | 2024-11-19T05:06:22.742Z | Checking futures-io v0.3.31 |
436 | 2024-11-19T05:06:22.773Z | Checking futures-task v0.3.31 |
437 | 2024-11-19T05:06:22.962Z | Checking pin-utils v0.1.0 |
438 | 2024-11-19T05:06:23.032Z | Compiling heck v0.5.0 |
439 | 2024-11-19T05:06:23.058Z | Compiling vcpkg v0.2.15 |
440 | 2024-11-19T05:06:23.102Z | Compiling pkg-config v0.3.31 |
441 | 2024-11-19T05:06:23.228Z | Checking spin v0.9.8 |
442 | 2024-11-19T05:06:23.307Z | Compiling ring v0.17.8 |
443 | 2024-11-19T05:06:23.459Z | Checking rustls-pki-types v1.9.0 |
444 | 2024-11-19T05:06:23.625Z | Checking untrusted v0.9.0 |
445 | 2024-11-19T05:06:23.783Z | Checking iana-time-zone v0.1.61 |
446 | 2024-11-19T05:06:23.923Z | Compiling ucd-trie v0.1.7 |
447 | 2024-11-19T05:06:23.947Z | Checking writeable v0.5.5 |
448 | 2024-11-19T05:06:23.992Z | Compiling httparse v1.9.5 |
449 | 2024-11-19T05:06:24.262Z | Checking litemap v0.7.3 |
450 | 2024-11-19T05:06:24.398Z | Checking tracing-core v0.1.32 |
451 | 2024-11-19T05:06:24.585Z | Compiling openssl-sys v0.9.104 |
452 | 2024-11-19T05:06:24.609Z | Compiling allocator-api2 v0.2.18 |
453 | 2024-11-19T05:06:24.721Z | Checking atomic-waker v1.1.2 |
454 | 2024-11-19T05:06:24.828Z | Checking dyn-clone v1.0.17 |
455 | 2024-11-19T05:06:24.997Z | Checking tracing v0.1.40 |
456 | 2024-11-19T05:06:25.263Z | Checking http-body v1.0.1 |
457 | 2024-11-19T05:06:25.288Z | Checking zeroize v1.8.1 |
458 | 2024-11-19T05:06:25.446Z | Checking try-lock v0.2.5 |
459 | 2024-11-19T05:06:25.470Z | Checking subtle v2.6.1 |
460 | 2024-11-19T05:06:25.506Z | Compiling uuid v1.11.0 |
461 | 2024-11-19T05:06:25.572Z | Checking icu_locid_transform_data v1.5.0 |
462 | 2024-11-19T05:06:25.666Z | Checking want v0.3.1 |
463 | 2024-11-19T05:06:25.692Z | Compiling slog v2.7.0 |
464 | 2024-11-19T05:06:25.716Z | Compiling chrono v0.4.38 |
465 | 2024-11-19T05:06:25.822Z | Checking icu_properties_data v1.5.0 |
466 | 2024-11-19T05:06:25.917Z | Checking httpdate v1.0.3 |
467 | 2024-11-19T05:06:26.433Z | Checking foreign-types-shared v0.1.1 |
468 | 2024-11-19T05:06:26.433Z | Compiling openssl v0.10.68 |
469 | 2024-11-19T05:06:26.433Z | Checking foreign-types v0.3.2 |
470 | 2024-11-19T05:06:26.433Z | Compiling aho-corasick v1.1.3 |
471 | 2024-11-19T05:06:26.433Z | Checking utf16_iter v1.0.5 |
472 | 2024-11-19T05:06:26.458Z | Checking utf8_iter v1.0.4 |
473 | 2024-11-19T05:06:26.610Z | Compiling typenum v1.17.0 |
474 | 2024-11-19T05:06:26.918Z | Compiling native-tls v0.2.12 |
475 | 2024-11-19T05:06:27.229Z | Compiling rustls v0.23.14 |
476 | 2024-11-19T05:06:27.253Z | Compiling regex-syntax v0.8.5 |
477 | 2024-11-19T05:06:27.374Z | Checking icu_normalizer_data v1.5.0 |
478 | 2024-11-19T05:06:27.397Z | Checking write16 v1.0.0 |
479 | 2024-11-19T05:06:27.458Z | Checking bitflags v2.6.0 |
480 | 2024-11-19T05:06:27.493Z | Checking percent-encoding v2.3.1 |
481 | 2024-11-19T05:06:27.517Z | Checking tower-service v0.3.3 |
482 | 2024-11-19T05:06:27.678Z | Checking form_urlencoded v1.2.1 |
483 | 2024-11-19T05:06:27.729Z | Compiling generic-array v0.14.7 |
484 | 2024-11-19T05:06:27.939Z | Compiling synstructure v0.13.1 |
485 | 2024-11-19T05:06:28.443Z | Compiling serde_derive_internals v0.29.1 |
486 | 2024-11-19T05:06:28.443Z | Checking rustls-webpki v0.102.8 |
487 | 2024-11-19T05:06:28.900Z | Checking openssl-probe v0.1.5 |
488 | 2024-11-19T05:06:29.836Z | Compiling usdt-impl v0.5.0 |
489 | 2024-11-19T05:06:30.080Z | Compiling regex-automata v0.4.8 |
490 | 2024-11-19T05:06:30.162Z | Checking encoding_rs v0.8.34 |
491 | 2024-11-19T05:06:30.262Z | Compiling num-conv v0.1.0 |
492 | 2024-11-19T05:06:30.452Z | Checking powerfmt v0.2.0 |
493 | 2024-11-19T05:06:30.521Z | Compiling time-core v0.1.2 |
494 | 2024-11-19T05:06:30.684Z | Checking mime v0.3.17 |
495 | 2024-11-19T05:06:30.717Z | Checking deranged v0.3.11 |
496 | 2024-11-19T05:06:30.962Z | Compiling time-macros v0.2.18 |
497 | 2024-11-19T05:06:32.033Z | Compiling thread-id v4.2.2 |
498 | 2024-11-19T05:06:32.235Z | Checking rustls-pemfile v2.2.0 |
499 | 2024-11-19T05:06:32.290Z | Checking webpki-roots v0.26.6 |
500 | 2024-11-19T05:06:32.393Z | Compiling serde_derive v1.0.215 |
501 | 2024-11-19T05:06:32.443Z | Compiling zerocopy-derive v0.7.35 |
502 | 2024-11-19T05:06:32.495Z | Compiling thiserror-impl v1.0.69 |
503 | 2024-11-19T05:06:33.138Z | Compiling zerofrom-derive v0.1.4 |
504 | 2024-11-19T05:06:33.162Z | Compiling schemars_derive v0.8.21 |
505 | 2024-11-19T05:06:33.325Z | Compiling yoke-derive v0.7.4 |
506 | 2024-11-19T05:06:33.409Z | Compiling tokio-macros v2.4.0 |
507 | 2024-11-19T05:06:34.220Z | Compiling zerocopy v0.7.35 |
508 | 2024-11-19T05:06:35.015Z | Checking tokio v1.40.0 |
509 | 2024-11-19T05:06:35.492Z | Compiling zerovec-derive v0.10.3 |
510 | 2024-11-19T05:06:35.538Z | Compiling futures-macro v0.3.31 |
511 | 2024-11-19T05:06:35.628Z | Compiling displaydoc v0.2.5 |
512 | 2024-11-19T05:06:36.107Z | Checking zerofrom v0.1.4 |
513 | 2024-11-19T05:06:36.200Z | Compiling pest v2.7.14 |
514 | 2024-11-19T05:06:36.290Z | Checking yoke v0.7.4 |
515 | 2024-11-19T05:06:36.665Z | Compiling icu_provider_macros v1.5.0 |
516 | 2024-11-19T05:06:36.703Z | Compiling hashbrown v0.14.5 |
517 | 2024-11-19T05:06:37.010Z | Checking futures-util v0.3.31 |
518 | 2024-11-19T05:06:37.241Z | Compiling openssl-macros v0.1.1 |
519 | 2024-11-19T05:06:37.485Z | Checking zerovec v0.10.4 |
520 | 2024-11-19T05:06:37.782Z | Compiling regress v0.10.1 |
521 | 2024-11-19T05:06:38.565Z | Compiling pest_meta v2.7.14 |
522 | 2024-11-19T05:06:38.866Z | Checking tinystr v0.7.6 |
523 | 2024-11-19T05:06:39.161Z | Checking icu_locid v1.5.0 |
524 | 2024-11-19T05:06:39.966Z | Checking icu_provider v1.5.0 |
525 | 2024-11-19T05:06:40.503Z | Checking icu_locid_transform v1.5.0 |
526 | 2024-11-19T05:06:41.129Z | Checking tokio-util v0.7.12 |
527 | 2024-11-19T05:06:41.190Z | Compiling pest_generator v2.7.14 |
528 | 2024-11-19T05:06:41.310Z | Checking icu_collections v1.5.0 |
529 | 2024-11-19T05:06:41.335Z | Checking http-body-util v0.1.2 |
530 | 2024-11-19T05:06:41.699Z | Compiling regex v1.11.1 |
531 | 2024-11-19T05:06:41.865Z | Checking icu_properties v1.5.1 |
532 | 2024-11-19T05:06:41.890Z | Compiling scroll_derive v0.12.0 |
533 | 2024-11-19T05:06:41.890Z | Checking tokio-rustls v0.26.0 |
534 | 2024-11-19T05:06:42.214Z | Checking indexmap v2.6.0 |
535 | 2024-11-19T05:06:42.532Z | Compiling pest_derive v2.7.14 |
536 | 2024-11-19T05:06:43.318Z | Compiling serde_tokenstream v0.2.2 |
537 | 2024-11-19T05:06:43.410Z | Checking h2 v0.4.6 |
538 | 2024-11-19T05:06:43.499Z | Checking tokio-native-tls v0.3.1 |
539 | 2024-11-19T05:06:43.710Z | Compiling dtrace-parser v0.2.0 |
540 | 2024-11-19T05:06:43.798Z | Checking scroll v0.12.0 |
541 | 2024-11-19T05:06:43.922Z | Checking serde_urlencoded v0.7.1 |
542 | 2024-11-19T05:06:44.602Z | Checking icu_normalizer v1.5.0 |
543 | 2024-11-19T05:06:44.697Z | Compiling strsim v0.11.1 |
544 | 2024-11-19T05:06:45.250Z | Checking idna_adapter v1.2.0 |
545 | 2024-11-19T05:06:45.297Z | Compiling dof v0.3.0 |
546 | 2024-11-19T05:06:45.336Z | Checking num_threads v0.1.7 |
547 | 2024-11-19T05:06:45.405Z | Compiling crossbeam-utils v0.8.20 |
548 | 2024-11-19T05:06:45.429Z | Checking idna v1.0.3 |
549 | 2024-11-19T05:06:45.584Z | Checking base64 v0.22.1 |
550 | 2024-11-19T05:06:45.831Z | Checking plain v0.2.3 |
551 | 2024-11-19T05:06:46.030Z | Compiling ident_case v1.0.1 |
552 | 2024-11-19T05:06:46.178Z | Compiling darling_core v0.20.10 |
553 | 2024-11-19T05:06:46.202Z | Checking time v0.3.36 |
554 | 2024-11-19T05:06:46.801Z | Checking hyper v1.5.0 |
555 | 2024-11-19T05:06:46.888Z | Compiling typify-impl v0.2.0 |
556 | 2024-11-19T05:06:47.750Z | Checking goblin v0.8.2 |
557 | 2024-11-19T05:06:47.832Z | Checking url v2.5.3 |
558 | 2024-11-19T05:06:48.563Z | Compiling openapiv3 v2.0.0 |
559 | 2024-11-19T05:06:48.587Z | Checking hyper-util v0.1.10 |
560 | 2024-11-19T05:06:49.362Z | Checking sync_wrapper v1.0.1 |
561 | 2024-11-19T05:06:49.487Z | Checking dirs-sys-next v0.1.2 |
562 | 2024-11-19T05:06:49.647Z | Compiling omicron-workspace-hack v0.1.0 |
563 | 2024-11-19T05:06:49.834Z | Checking ipnet v2.10.1 |
564 | 2024-11-19T05:06:49.910Z | Compiling rustversion v1.0.17 |
565 | 2024-11-19T05:06:49.965Z | Checking hyper-tls v0.6.0 |
566 | 2024-11-19T05:06:50.192Z | Checking hyper-rustls v0.27.3 |
567 | 2024-11-19T05:06:50.246Z | Compiling paste v1.0.15 |
568 | 2024-11-19T05:06:50.458Z | Checking pretty-hex v0.4.1 |
569 | 2024-11-19T05:06:50.482Z | Compiling rustls v0.22.4 |
570 | 2024-11-19T05:06:50.616Z | Compiling unsafe-libyaml v0.2.11 |
571 | 2024-11-19T05:06:50.767Z | Checking reqwest v0.12.9 |
572 | 2024-11-19T05:06:50.934Z | Checking dirs-next v2.0.0 |
573 | 2024-11-19T05:06:51.006Z | Compiling darling_macro v0.20.10 |
574 | 2024-11-19T05:06:51.740Z | Compiling serde_yaml v0.9.34+deprecated |
575 | 2024-11-19T05:06:51.807Z | Checking toml_datetime v0.6.8 |
576 | 2024-11-19T05:06:51.842Z | Checking serde_spanned v0.6.8 |
577 | 2024-11-19T05:06:52.018Z | Checking ppv-lite86 v0.2.20 |
578 | 2024-11-19T05:06:52.043Z | Checking crypto-common v0.1.6 |
579 | 2024-11-19T05:06:52.043Z | Checking block-buffer v0.10.4 |
580 | 2024-11-19T05:06:52.069Z | Compiling structmeta-derive v0.3.0 |
581 | 2024-11-19T05:06:52.094Z | Checking rand_core v0.6.4 |
582 | 2024-11-19T05:06:52.233Z | Checking thread_local v1.1.8 |
583 | 2024-11-19T05:06:52.273Z | Compiling multer v3.1.0 |
584 | 2024-11-19T05:06:52.349Z | Compiling newtype-uuid v1.1.3 |
585 | 2024-11-19T05:06:52.416Z | Checking winnow v0.6.20 |
586 | 2024-11-19T05:06:52.486Z | Compiling camino v1.1.9 |
587 | 2024-11-19T05:06:52.562Z | Compiling slog-async v2.8.0 |
588 | 2024-11-19T05:06:52.613Z | Checking match_cfg v0.1.0 |
589 | 2024-11-19T05:06:52.661Z | Compiling anyhow v1.0.93 |
590 | 2024-11-19T05:06:52.698Z | Checking hostname v0.3.1 |
591 | 2024-11-19T05:06:52.812Z | Checking rand_chacha v0.3.1 |
592 | 2024-11-19T05:06:53.122Z | Checking digest v0.10.7 |
593 | 2024-11-19T05:06:53.146Z | Checking crossbeam-channel v0.5.13 |
594 | 2024-11-19T05:06:53.443Z | Checking progenitor-client v0.8.0 |
595 | 2024-11-19T05:06:53.484Z | Compiling darling v0.20.10 |
596 | 2024-11-19T05:06:53.550Z | Checking term v0.7.0 |
597 | 2024-11-19T05:06:53.920Z | Compiling usdt-macro v0.5.0 |
598 | 2024-11-19T05:06:54.228Z | Compiling structmeta v0.3.0 |
599 | 2024-11-19T05:06:54.568Z | Compiling usdt-attr-macro v0.5.0 |
600 | 2024-11-19T05:06:54.628Z | Checking slog-json v2.6.1 |
601 | 2024-11-19T05:06:54.688Z | Checking futures-executor v0.3.31 |
602 | 2024-11-19T05:06:54.841Z | Checking toml_edit v0.22.22 |
603 | 2024-11-19T05:06:54.866Z | Compiling async-stream-impl v0.3.6 |
604 | 2024-11-19T05:06:54.890Z | Checking memmap v0.7.0 |
605 | 2024-11-19T05:06:54.914Z | Checking is-terminal v0.4.13 |
606 | 2024-11-19T05:06:55.018Z | Compiling dropshot v0.13.0 |
607 | 2024-11-19T05:06:55.042Z | Checking cpufeatures v0.2.14 |
608 | 2024-11-19T05:06:55.082Z | Checking take_mut v0.2.2 |
609 | 2024-11-19T05:06:55.131Z | Checking sha1 v0.10.6 |
610 | 2024-11-19T05:06:55.380Z | Checking slog-term v2.9.1 |
611 | 2024-11-19T05:06:55.404Z | Checking futures v0.3.31 |
612 | 2024-11-19T05:06:55.490Z | Checking slog-bunyan v2.5.0 |
613 | 2024-11-19T05:06:55.515Z | Compiling strum_macros v0.26.4 |
614 | 2024-11-19T05:06:55.640Z | Compiling parse-display-derive v0.10.0 |
615 | 2024-11-19T05:06:55.809Z | Compiling serde_with_macros v3.11.0 |
616 | 2024-11-19T05:06:55.833Z | Checking usdt v0.5.0 |
617 | 2024-11-19T05:06:55.970Z | Checking async-stream v0.3.6 |
618 | 2024-11-19T05:06:56.379Z | Checking rand v0.8.5 |
619 | 2024-11-19T05:06:56.738Z | Checking tokio-rustls v0.25.0 |
620 | 2024-11-19T05:06:57.096Z | Checking toml v0.8.19 |
621 | 2024-11-19T05:06:57.137Z | Checking ipnetwork v0.20.0 |
622 | 2024-11-19T05:06:57.176Z | Compiling dropshot_endpoint v0.13.0 |
623 | 2024-11-19T05:06:57.396Z | Checking hex v0.4.3 |
624 | 2024-11-19T05:06:57.438Z | Checking serde_path_to_error v0.1.16 |
625 | 2024-11-19T05:06:57.705Z | Compiling typify-macro v0.2.0 |
626 | 2024-11-19T05:06:57.729Z | Compiling async-trait v0.1.83 |
627 | 2024-11-19T05:06:57.837Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
628 | 2024-11-19T05:06:57.921Z | Checking waitgroup v0.1.2 |
629 | 2024-11-19T05:06:57.978Z | Checking hostname v0.4.0 |
630 | 2024-11-19T05:06:58.045Z | Checking instant v0.1.13 |
631 | 2024-11-19T05:06:58.105Z | Checking debug-ignore v1.0.5 |
632 | 2024-11-19T05:06:58.157Z | Checking backoff v0.4.0 |
633 | 2024-11-19T05:06:58.236Z | Checking serde_with v3.11.0 |
634 | 2024-11-19T05:06:58.406Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
635 | 2024-11-19T05:06:58.522Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
636 | 2024-11-19T05:06:58.547Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
637 | 2024-11-19T05:06:58.649Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
638 | 2024-11-19T05:06:58.839Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
639 | 2024-11-19T05:06:58.863Z | Checking parse-display v0.10.0 |
640 | 2024-11-19T05:06:59.004Z | Checking strum v0.26.3 |
641 | 2024-11-19T05:06:59.084Z | Checking macaddr v1.0.1 |
642 | 2024-11-19T05:06:59.147Z | Checking regress v0.9.1 |
643 | 2024-11-19T05:07:00.434Z | Compiling typify v0.2.0 |
644 | 2024-11-19T05:07:00.549Z | Compiling progenitor-impl v0.8.0 |
645 | 2024-11-19T05:07:03.922Z | Compiling progenitor-macro v0.8.0 |
646 | 2024-11-19T05:07:09.286Z | Checking progenitor v0.8.0 |
647 | 2024-11-19T05:07:09.446Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
648 | 2024-11-19T05:07:12.973Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
649 | 2024-11-19T05:07:22.455Z | Checking test-project v0.1.0 (/tmp/test-project) |
650 | 2024-11-19T05:07:22.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
651 | 2024-11-19T05:07:22.830Z | + cargo build --release |
652 | 2024-11-19T05:07:23.166Z | Compiling proc-macro2 v1.0.89 |
653 | 2024-11-19T05:07:23.166Z | Compiling unicode-ident v1.0.13 |
654 | 2024-11-19T05:07:23.166Z | Compiling libc v0.2.162 |
655 | 2024-11-19T05:07:23.166Z | Compiling cfg-if v1.0.0 |
656 | 2024-11-19T05:07:23.167Z | Compiling autocfg v1.4.0 |
657 | 2024-11-19T05:07:23.191Z | Compiling version_check v0.9.5 |
658 | 2024-11-19T05:07:23.191Z | Compiling serde v1.0.215 |
659 | 2024-11-19T05:07:23.191Z | Compiling memchr v2.7.4 |
660 | 2024-11-19T05:07:23.285Z | Compiling serde_json v1.0.132 |
661 | 2024-11-19T05:07:23.337Z | Compiling itoa v1.0.11 |
662 | 2024-11-19T05:07:23.573Z | Compiling thiserror v1.0.69 |
663 | 2024-11-19T05:07:23.679Z | Compiling once_cell v1.20.2 |
664 | 2024-11-19T05:07:23.743Z | Compiling shlex v1.3.0 |
665 | 2024-11-19T05:07:23.925Z | Compiling cc v1.1.30 |
666 | 2024-11-19T05:07:24.063Z | Compiling num-traits v0.2.19 |
667 | 2024-11-19T05:07:24.289Z | Compiling pin-project-lite v0.2.14 |
668 | 2024-11-19T05:07:24.351Z | Compiling getrandom v0.2.15 |
669 | 2024-11-19T05:07:24.429Z | Compiling smallvec v1.13.2 |
670 | 2024-11-19T05:07:25.518Z | Compiling bytes v1.8.0 |
671 | 2024-11-19T05:07:25.543Z | Compiling quote v1.0.37 |
672 | 2024-11-19T05:07:25.543Z | Compiling ryu v1.0.18 |
673 | 2024-11-19T05:07:25.543Z | Compiling futures-core v0.3.31 |
674 | 2024-11-19T05:07:25.543Z | Compiling lock_api v0.4.12 |
675 | 2024-11-19T05:07:25.543Z | Compiling syn v2.0.87 |
676 | 2024-11-19T05:07:25.543Z | Compiling ahash v0.8.11 |
677 | 2024-11-19T05:07:25.543Z | Compiling byteorder v1.5.0 |
678 | 2024-11-19T05:07:25.543Z | Compiling schemars v0.8.21 |
679 | 2024-11-19T05:07:25.543Z | Compiling parking_lot_core v0.9.10 |
680 | 2024-11-19T05:07:25.567Z | Compiling scopeguard v1.2.0 |
681 | 2024-11-19T05:07:25.592Z | Compiling slab v0.4.9 |
682 | 2024-11-19T05:07:25.674Z | Compiling futures-sink v0.3.31 |
683 | 2024-11-19T05:07:25.800Z | Compiling log v0.4.22 |
684 | 2024-11-19T05:07:25.938Z | Compiling signal-hook-registry v1.4.2 |
685 | 2024-11-19T05:07:25.971Z | Compiling mio v1.0.2 |
686 | 2024-11-19T05:07:26.084Z | Compiling parking_lot v0.12.3 |
687 | 2024-11-19T05:07:26.109Z | Compiling socket2 v0.5.7 |
688 | 2024-11-19T05:07:26.198Z | Compiling semver v1.0.23 |
689 | 2024-11-19T05:07:26.279Z | Compiling stable_deref_trait v1.2.0 |
690 | 2024-11-19T05:07:26.365Z | Compiling ring v0.17.8 |
691 | 2024-11-19T05:07:26.592Z | Compiling fnv v1.0.7 |
692 | 2024-11-19T05:07:26.651Z | Compiling hashbrown v0.15.0 |
693 | 2024-11-19T05:07:26.700Z | Compiling equivalent v1.0.1 |
694 | 2024-11-19T05:07:26.790Z | Compiling http v1.1.0 |
695 | 2024-11-19T05:07:27.203Z | Compiling futures-channel v0.3.31 |
696 | 2024-11-19T05:07:27.346Z | Compiling pin-utils v0.1.0 |
697 | 2024-11-19T05:07:27.424Z | Compiling futures-io v0.3.31 |
698 | 2024-11-19T05:07:27.459Z | Compiling futures-task v0.3.31 |
699 | 2024-11-19T05:07:27.714Z | Compiling pkg-config v0.3.31 |
700 | 2024-11-19T05:07:27.738Z | Compiling vcpkg v0.2.15 |
701 | 2024-11-19T05:07:27.774Z | Compiling rustls-pki-types v1.9.0 |
702 | 2024-11-19T05:07:27.798Z | Compiling spin v0.9.8 |
703 | 2024-11-19T05:07:27.852Z | Compiling heck v0.5.0 |
704 | 2024-11-19T05:07:28.710Z | Compiling ucd-trie v0.1.7 |
705 | 2024-11-19T05:07:28.734Z | Compiling httparse v1.9.5 |
706 | 2024-11-19T05:07:29.027Z | Compiling openssl-sys v0.9.104 |
707 | 2024-11-19T05:07:29.176Z | Compiling iana-time-zone v0.1.61 |
708 | 2024-11-19T05:07:29.229Z | Compiling writeable v0.5.5 |
709 | 2024-11-19T05:07:29.275Z | Compiling litemap v0.7.3 |
710 | 2024-11-19T05:07:29.645Z | Compiling untrusted v0.9.0 |
711 | 2024-11-19T05:07:29.784Z | Compiling tracing-core v0.1.32 |
712 | 2024-11-19T05:07:29.929Z | Compiling allocator-api2 v0.2.18 |
713 | 2024-11-19T05:07:30.116Z | Compiling dyn-clone v1.0.17 |
714 | 2024-11-19T05:07:30.251Z | Compiling atomic-waker v1.1.2 |
715 | 2024-11-19T05:07:30.572Z | Compiling tracing v0.1.40 |
716 | 2024-11-19T05:07:30.649Z | Compiling http-body v1.0.1 |
717 | 2024-11-19T05:07:30.857Z | Compiling subtle v2.6.1 |
718 | 2024-11-19T05:07:31.081Z | Compiling chrono v0.4.38 |
719 | 2024-11-19T05:07:31.191Z | Compiling synstructure v0.13.1 |
720 | 2024-11-19T05:07:31.239Z | Compiling serde_derive_internals v0.29.1 |
721 | 2024-11-19T05:07:31.269Z | Compiling uuid v1.11.0 |
722 | 2024-11-19T05:07:31.730Z | Compiling try-lock v0.2.5 |
723 | 2024-11-19T05:07:31.754Z | Compiling icu_locid_transform_data v1.5.0 |
724 | 2024-11-19T05:07:31.856Z | Compiling zeroize v1.8.1 |
725 | 2024-11-19T05:07:32.009Z | Compiling want v0.3.1 |
726 | 2024-11-19T05:07:32.295Z | Compiling httpdate v1.0.3 |
727 | 2024-11-19T05:07:32.338Z | Compiling openssl v0.10.68 |
728 | 2024-11-19T05:07:32.707Z | Compiling foreign-types-shared v0.1.1 |
729 | 2024-11-19T05:07:32.731Z | Compiling icu_properties_data v1.5.0 |
730 | 2024-11-19T05:07:32.798Z | Compiling slog v2.7.0 |
731 | 2024-11-19T05:07:32.952Z | Compiling foreign-types v0.3.2 |
732 | 2024-11-19T05:07:33.202Z | Compiling aho-corasick v1.1.3 |
733 | 2024-11-19T05:07:33.911Z | Compiling typenum v1.17.0 |
734 | 2024-11-19T05:07:33.987Z | Compiling native-tls v0.2.12 |
735 | 2024-11-19T05:07:34.246Z | Compiling percent-encoding v2.3.1 |
736 | 2024-11-19T05:07:34.296Z | Compiling icu_normalizer_data v1.5.0 |
737 | 2024-11-19T05:07:34.385Z | Compiling bitflags v2.6.0 |
738 | 2024-11-19T05:07:34.645Z | Compiling tower-service v0.3.3 |
739 | 2024-11-19T05:07:34.670Z | Compiling utf8_iter v1.0.4 |
740 | 2024-11-19T05:07:34.727Z | Compiling utf16_iter v1.0.5 |
741 | 2024-11-19T05:07:34.771Z | Compiling regex-syntax v0.8.5 |
742 | 2024-11-19T05:07:34.771Z | Compiling write16 v1.0.0 |
743 | 2024-11-19T05:07:34.863Z | Compiling rustls v0.23.14 |
744 | 2024-11-19T05:07:34.909Z | Compiling form_urlencoded v1.2.1 |
745 | 2024-11-19T05:07:35.256Z | Compiling generic-array v0.14.7 |
746 | 2024-11-19T05:07:35.332Z | Compiling openssl-probe v0.1.5 |
747 | 2024-11-19T05:07:35.850Z | Compiling serde_derive v1.0.215 |
748 | 2024-11-19T05:07:36.033Z | Compiling zerocopy-derive v0.7.35 |
749 | 2024-11-19T05:07:36.033Z | Compiling thiserror-impl v1.0.69 |
750 | 2024-11-19T05:07:36.515Z | Compiling schemars_derive v0.8.21 |
751 | 2024-11-19T05:07:36.738Z | Compiling zerofrom-derive v0.1.4 |
752 | 2024-11-19T05:07:37.483Z | Compiling zerocopy v0.7.35 |
753 | 2024-11-19T05:07:38.751Z | Compiling yoke-derive v0.7.4 |
754 | 2024-11-19T05:07:38.899Z | Compiling tokio-macros v2.4.0 |
755 | 2024-11-19T05:07:39.388Z | Compiling zerovec-derive v0.10.3 |
756 | 2024-11-19T05:07:39.616Z | Compiling zerofrom v0.1.4 |
757 | 2024-11-19T05:07:39.774Z | Compiling displaydoc v0.2.5 |
758 | 2024-11-19T05:07:39.828Z | Compiling futures-macro v0.3.31 |
759 | 2024-11-19T05:07:40.186Z | Compiling tokio v1.40.0 |
760 | 2024-11-19T05:07:40.974Z | Compiling yoke v0.7.4 |
761 | 2024-11-19T05:07:41.026Z | Compiling pest v2.7.14 |
762 | 2024-11-19T05:07:41.279Z | Compiling icu_provider_macros v1.5.0 |
763 | 2024-11-19T05:07:41.318Z | Compiling hashbrown v0.14.5 |
764 | 2024-11-19T05:07:41.345Z | Compiling futures-util v0.3.31 |
765 | 2024-11-19T05:07:41.374Z | Compiling zerovec v0.10.4 |
766 | 2024-11-19T05:07:42.374Z | Compiling rustls-webpki v0.102.8 |
767 | 2024-11-19T05:07:43.374Z | Compiling tinystr v0.7.6 |
768 | 2024-11-19T05:07:43.709Z | Compiling icu_locid v1.5.0 |
769 | 2024-11-19T05:07:43.807Z | Compiling pest_meta v2.7.14 |
770 | 2024-11-19T05:07:46.027Z | Compiling icu_provider v1.5.0 |
771 | 2024-11-19T05:07:47.092Z | Compiling indexmap v2.6.0 |
772 | 2024-11-19T05:07:47.158Z | Compiling serde_tokenstream v0.2.2 |
773 | 2024-11-19T05:07:48.620Z | Compiling tokio-util v0.7.12 |
774 | 2024-11-19T05:07:49.252Z | Compiling icu_locid_transform v1.5.0 |
775 | 2024-11-19T05:07:49.678Z | Compiling h2 v0.4.6 |
776 | 2024-11-19T05:07:51.780Z | Compiling pest_generator v2.7.14 |
777 | 2024-11-19T05:07:52.256Z | Compiling icu_collections v1.5.0 |
778 | 2024-11-19T05:07:53.118Z | Compiling regress v0.10.1 |
779 | 2024-11-19T05:07:54.050Z | Compiling hyper v1.5.0 |
780 | 2024-11-19T05:07:54.521Z | Compiling pest_derive v2.7.14 |
781 | 2024-11-19T05:07:54.786Z | Compiling icu_properties v1.5.1 |
782 | 2024-11-19T05:07:55.674Z | Compiling openssl-macros v0.1.1 |
783 | 2024-11-19T05:07:56.343Z | Compiling typify-impl v0.2.0 |
784 | 2024-11-19T05:07:59.938Z | Compiling icu_normalizer v1.5.0 |
785 | 2024-11-19T05:08:00.459Z | Compiling hyper-util v0.1.10 |
786 | 2024-11-19T05:08:03.860Z | Compiling regex-automata v0.4.8 |
787 | 2024-11-19T05:08:04.073Z | Compiling idna_adapter v1.2.0 |
788 | 2024-11-19T05:08:04.890Z | Compiling http-body-util v0.1.2 |
789 | 2024-11-19T05:08:05.446Z | Compiling scroll_derive v0.12.0 |
790 | 2024-11-19T05:08:05.814Z | Compiling typify-macro v0.2.0 |
791 | 2024-11-19T05:08:06.593Z | Compiling usdt-impl v0.5.0 |
792 | 2024-11-19T05:08:06.901Z | Compiling encoding_rs v0.8.34 |
793 | 2024-11-19T05:08:07.008Z | Compiling num-conv v0.1.0 |
794 | 2024-11-19T05:08:07.217Z | Compiling mime v0.3.17 |
795 | 2024-11-19T05:08:08.115Z | Compiling regex v1.11.1 |
796 | 2024-11-19T05:08:08.354Z | Compiling powerfmt v0.2.0 |
797 | 2024-11-19T05:08:08.747Z | Compiling time-core v0.1.2 |
798 | 2024-11-19T05:08:08.938Z | Compiling time-macros v0.2.18 |
799 | 2024-11-19T05:08:08.963Z | Compiling deranged v0.3.11 |
800 | 2024-11-19T05:08:10.755Z | Compiling tokio-rustls v0.26.0 |
801 | 2024-11-19T05:08:11.204Z | Compiling scroll v0.12.0 |
802 | 2024-11-19T05:08:11.265Z | Compiling thread-id v4.2.2 |
803 | 2024-11-19T05:08:11.354Z | Compiling tokio-native-tls v0.3.1 |
804 | 2024-11-19T05:08:11.443Z | Compiling idna v1.0.3 |
805 | 2024-11-19T05:08:11.714Z | Compiling dtrace-parser v0.2.0 |
806 | 2024-11-19T05:08:15.043Z | Compiling dof v0.3.0 |
807 | 2024-11-19T05:08:15.756Z | Compiling serde_urlencoded v0.7.1 |
808 | 2024-11-19T05:08:16.106Z | Compiling webpki-roots v0.26.6 |
809 | 2024-11-19T05:08:16.269Z | Compiling rustls-pemfile v2.2.0 |
810 | 2024-11-19T05:08:16.300Z | Compiling ident_case v1.0.1 |
811 | 2024-11-19T05:08:16.671Z | Compiling strsim v0.11.1 |
812 | 2024-11-19T05:08:17.281Z | Compiling crossbeam-utils v0.8.20 |
813 | 2024-11-19T05:08:17.714Z | Compiling base64 v0.22.1 |
814 | 2024-11-19T05:08:17.786Z | Compiling omicron-workspace-hack v0.1.0 |
815 | 2024-11-19T05:08:18.037Z | Compiling num_threads v0.1.7 |
816 | 2024-11-19T05:08:18.135Z | Compiling plain v0.2.3 |
817 | 2024-11-19T05:08:18.504Z | Compiling time v0.3.36 |
818 | 2024-11-19T05:08:18.610Z | Compiling goblin v0.8.2 |
819 | 2024-11-19T05:08:23.120Z | Compiling darling_core v0.20.10 |
820 | 2024-11-19T05:08:26.032Z | Compiling hyper-rustls v0.27.3 |
821 | 2024-11-19T05:08:27.289Z | Compiling url v2.5.3 |
822 | 2024-11-19T05:08:27.396Z | Compiling hyper-tls v0.6.0 |
823 | 2024-11-19T05:08:27.474Z | Compiling typify v0.2.0 |
824 | 2024-11-19T05:08:27.575Z | Compiling openapiv3 v2.0.0 |
825 | 2024-11-19T05:08:28.056Z | Compiling sync_wrapper v1.0.1 |
826 | 2024-11-19T05:08:28.174Z | Compiling dirs-sys-next v0.1.2 |
827 | 2024-11-19T05:08:29.386Z | Compiling rustversion v1.0.17 |
828 | 2024-11-19T05:08:29.956Z | Compiling unsafe-libyaml v0.2.11 |
829 | 2024-11-19T05:08:30.900Z | Compiling pretty-hex v0.4.1 |
830 | 2024-11-19T05:08:31.104Z | Compiling ipnet v2.10.1 |
831 | 2024-11-19T05:08:31.303Z | Compiling paste v1.0.15 |
832 | 2024-11-19T05:08:31.711Z | Compiling rustls v0.22.4 |
833 | 2024-11-19T05:08:32.009Z | Compiling reqwest v0.12.9 |
834 | 2024-11-19T05:08:33.053Z | Compiling serde_yaml v0.9.34+deprecated |
835 | 2024-11-19T05:08:33.683Z | Compiling progenitor-impl v0.8.0 |
836 | 2024-11-19T05:08:36.355Z | Compiling dirs-next v2.0.0 |
837 | 2024-11-19T05:08:36.573Z | Compiling darling_macro v0.20.10 |
838 | 2024-11-19T05:08:37.990Z | Compiling block-buffer v0.10.4 |
839 | 2024-11-19T05:08:38.208Z | Compiling crypto-common v0.1.6 |
840 | 2024-11-19T05:08:38.392Z | Compiling toml_datetime v0.6.8 |
841 | 2024-11-19T05:08:38.478Z | Compiling serde_spanned v0.6.8 |
842 | 2024-11-19T05:08:38.701Z | Compiling ppv-lite86 v0.2.20 |
843 | 2024-11-19T05:08:38.983Z | Compiling structmeta-derive v0.3.0 |
844 | 2024-11-19T05:08:39.134Z | Compiling rand_core v0.6.4 |
845 | 2024-11-19T05:08:39.429Z | Compiling thread_local v1.1.8 |
846 | 2024-11-19T05:08:39.525Z | Compiling multer v3.1.0 |
847 | 2024-11-19T05:08:39.599Z | Compiling slog-async v2.8.0 |
848 | 2024-11-19T05:08:39.831Z | Compiling camino v1.1.9 |
849 | 2024-11-19T05:08:40.028Z | Compiling match_cfg v0.1.0 |
850 | 2024-11-19T05:08:40.066Z | Compiling winnow v0.6.20 |
851 | 2024-11-19T05:08:40.118Z | Compiling anyhow v1.0.93 |
852 | 2024-11-19T05:08:40.338Z | Compiling newtype-uuid v1.1.3 |
853 | 2024-11-19T05:08:40.685Z | Compiling hostname v0.3.1 |
854 | 2024-11-19T05:08:40.952Z | Compiling rand_chacha v0.3.1 |
855 | 2024-11-19T05:08:41.306Z | Compiling structmeta v0.3.0 |
856 | 2024-11-19T05:08:41.641Z | Compiling progenitor-macro v0.8.0 |
857 | 2024-11-19T05:08:42.243Z | Compiling digest v0.10.7 |
858 | 2024-11-19T05:08:42.322Z | Compiling crossbeam-channel v0.5.13 |
859 | 2024-11-19T05:08:42.850Z | Compiling darling v0.20.10 |
860 | 2024-11-19T05:08:42.935Z | Compiling term v0.7.0 |
861 | 2024-11-19T05:08:43.654Z | Compiling toml_edit v0.22.22 |
862 | 2024-11-19T05:08:44.776Z | Compiling progenitor-client v0.8.0 |
863 | 2024-11-19T05:08:46.700Z | Compiling usdt-macro v0.5.0 |
864 | 2024-11-19T05:08:47.802Z | Compiling usdt-attr-macro v0.5.0 |
865 | 2024-11-19T05:08:49.132Z | Compiling slog-json v2.6.1 |
866 | 2024-11-19T05:08:49.512Z | Compiling futures-executor v0.3.31 |
867 | 2024-11-19T05:08:50.119Z | Compiling async-stream-impl v0.3.6 |
868 | 2024-11-19T05:08:50.543Z | Compiling is-terminal v0.4.13 |
869 | 2024-11-19T05:08:50.650Z | Compiling memmap v0.7.0 |
870 | 2024-11-19T05:08:51.028Z | Compiling dropshot v0.13.0 |
871 | 2024-11-19T05:08:51.219Z | Compiling cpufeatures v0.2.14 |
872 | 2024-11-19T05:08:51.303Z | Compiling take_mut v0.2.2 |
873 | 2024-11-19T05:08:51.367Z | Compiling sha1 v0.10.6 |
874 | 2024-11-19T05:08:51.952Z | Compiling async-stream v0.3.6 |
875 | 2024-11-19T05:08:52.117Z | Compiling progenitor v0.8.0 |
876 | 2024-11-19T05:08:52.224Z | Compiling usdt v0.5.0 |
877 | 2024-11-19T05:08:52.299Z | Compiling slog-term v2.9.1 |
878 | 2024-11-19T05:08:53.544Z | Compiling tokio-rustls v0.25.0 |
879 | 2024-11-19T05:08:53.925Z | Compiling futures v0.3.31 |
880 | 2024-11-19T05:08:54.108Z | Compiling slog-bunyan v2.5.0 |
881 | 2024-11-19T05:08:54.331Z | Compiling toml v0.8.19 |
882 | 2024-11-19T05:08:54.363Z | Compiling strum_macros v0.26.4 |
883 | 2024-11-19T05:08:54.673Z | Compiling serde_with_macros v3.11.0 |
884 | 2024-11-19T05:08:56.869Z | Compiling parse-display-derive v0.10.0 |
885 | 2024-11-19T05:08:58.060Z | Compiling rand v0.8.5 |
886 | 2024-11-19T05:09:01.797Z | Compiling ipnetwork v0.20.0 |
887 | 2024-11-19T05:09:01.873Z | Compiling dropshot_endpoint v0.13.0 |
888 | 2024-11-19T05:09:02.018Z | Compiling serde_path_to_error v0.1.16 |
889 | 2024-11-19T05:09:02.621Z | Compiling hex v0.4.3 |
890 | 2024-11-19T05:09:02.872Z | Compiling async-trait v0.1.83 |
891 | 2024-11-19T05:09:03.226Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
892 | 2024-11-19T05:09:03.940Z | Compiling waitgroup v0.1.2 |
893 | 2024-11-19T05:09:04.150Z | Compiling hostname v0.4.0 |
894 | 2024-11-19T05:09:04.373Z | Compiling instant v0.1.13 |
895 | 2024-11-19T05:09:04.516Z | Compiling debug-ignore v1.0.5 |
896 | 2024-11-19T05:09:04.647Z | Compiling backoff v0.4.0 |
897 | 2024-11-19T05:09:04.949Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
898 | 2024-11-19T05:09:04.974Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
899 | 2024-11-19T05:09:05.116Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
900 | 2024-11-19T05:09:05.224Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
901 | 2024-11-19T05:09:05.683Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
902 | 2024-11-19T05:09:06.006Z | Compiling parse-display v0.10.0 |
903 | 2024-11-19T05:09:07.867Z | Compiling strum v0.26.3 |
904 | 2024-11-19T05:09:08.028Z | Compiling serde_with v3.11.0 |
905 | 2024-11-19T05:09:09.238Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
906 | 2024-11-19T05:09:09.919Z | Compiling regress v0.9.1 |
907 | 2024-11-19T05:09:10.001Z | Compiling macaddr v1.0.1 |
908 | 2024-11-19T05:09:13.018Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
909 | 2024-11-19T05:09:23.998Z | Compiling test-project v0.1.0 (/tmp/test-project) |
910 | 2024-11-19T05:09:36.087Z | Finished `release` profile [optimized] target(s) in 2m 13s |
911 | 2024-11-19T05:09:36.151Z | process exited: duration 210102 ms, exit code 0 |
|
912 | 2024-11-19T05:09:36.201Z | found 0 output files |