|
|
|
1 | 2024-12-19T00:11:29.612Z | job assigned to worker 01JFE417143005WVB0WPYM8J4X [factory aws, i-08463f8722e919092] (queued for 53 s) |
|
2 | 2024-12-19T00:11:37.806Z | starting task 0: "setup" |
3 | 2024-12-19T00:11:37.816Z | ++ uname -s |
4 | 2024-12-19T00:11:37.819Z | + kern=SunOS |
5 | 2024-12-19T00:11:37.819Z | + case "$kern" in |
6 | 2024-12-19T00:11:37.819Z | + groupadd -g 12345 build |
7 | 2024-12-19T00:11:37.822Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-19T00:11:39.830Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-19T00:11:39.931Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-19T00:11:39.934Z | + home_fs=zfs |
11 | 2024-12-19T00:11:39.934Z | + [[ zfs == autofs ]] |
12 | 2024-12-19T00:11:39.934Z | + mkdir -p /home/build |
13 | 2024-12-19T00:11:39.937Z | + chown build:build /home/build /work |
14 | 2024-12-19T00:11:41.938Z | + chmod 0700 /home/build /work |
15 | 2024-12-19T00:11:41.941Z | process exited: duration 4136 ms, exit code 0 |
|
16 | 2024-12-19T00:11:41.947Z | starting task 1: "rust-toolchain" |
17 | 2024-12-19T00:11:41.952Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-19T00:11:41.952Z | ' 1.81.0 |
19 | 2024-12-19T00:11:41.952Z | * toolchain channel = "1.81.0" |
20 | 2024-12-19T00:11:41.952Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-19T00:11:41.952Z | ' default |
22 | 2024-12-19T00:11:41.955Z | * toolchain profile = "default" |
23 | 2024-12-19T00:11:41.955Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-19T00:11:41.955Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-19T00:11:42.073Z | info: downloading installer |
26 | 2024-12-19T00:11:43.242Z | info: profile set to 'default' |
27 | 2024-12-19T00:11:43.242Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-19T00:11:43.245Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-19T00:11:43.378Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-19T00:11:43.378Z | info: downloading component 'cargo' |
31 | 2024-12-19T00:11:44.079Z | info: downloading component 'clippy' |
32 | 2024-12-19T00:11:44.339Z | info: downloading component 'rust-docs' |
33 | 2024-12-19T00:11:45.318Z | info: downloading component 'rust-std' |
34 | 2024-12-19T00:11:46.836Z | info: downloading component 'rustc' |
35 | 2024-12-19T00:11:52.270Z | info: downloading component 'rustfmt' |
36 | 2024-12-19T00:11:52.475Z | info: installing component 'cargo' |
37 | 2024-12-19T00:11:53.307Z | info: installing component 'clippy' |
38 | 2024-12-19T00:11:53.679Z | info: installing component 'rust-docs' |
39 | 2024-12-19T00:11:55.308Z | info: installing component 'rust-std' |
40 | 2024-12-19T00:11:57.110Z | info: installing component 'rustc' |
41 | 2024-12-19T00:12:03.013Z | info: installing component 'rustfmt' |
42 | 2024-12-19T00:12:03.333Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-19T00:12:03.333Z | |
44 | 2024-12-19T00:12:03.698Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-19T00:12:03.698Z | |
46 | 2024-12-19T00:12:03.700Z | |
47 | 2024-12-19T00:12:03.700Z | Rust is installed now. Great! |
48 | 2024-12-19T00:12:03.700Z | |
49 | 2024-12-19T00:12:03.700Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-19T00:12:03.700Z | environment variable. This has not been done automatically. |
51 | 2024-12-19T00:12:03.700Z | |
52 | 2024-12-19T00:12:03.700Z | To configure your current shell, you need to source |
53 | 2024-12-19T00:12:03.701Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-19T00:12:03.701Z | |
55 | 2024-12-19T00:12:03.701Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-19T00:12:03.701Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-19T00:12:03.701Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-19T00:12:03.782Z | + rustc --version |
59 | 2024-12-19T00:12:03.842Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-19T00:12:03.845Z | process exited: duration 21897 ms, exit code 0 |
|
61 | 2024-12-19T00:12:03.852Z | starting task 2: "authentication" |
62 | 2024-12-19T00:12:03.872Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-19T00:12:03.877Z | starting task 3: "clone repository" |
64 | 2024-12-19T00:12:03.883Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-19T00:12:03.886Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-19T00:12:04.008Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-19T00:12:11.743Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-19T00:12:11.743Z | + git fetch origin b1dfbe7616cd2440f02cf2aceaae842961d388e5 |
69 | 2024-12-19T00:12:12.339Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-19T00:12:12.340Z | * branch b1dfbe7616cd2440f02cf2aceaae842961d388e5 -> FETCH_HEAD |
71 | 2024-12-19T00:12:12.348Z | + [[ -n '' ]] |
72 | 2024-12-19T00:12:12.348Z | + git reset --hard b1dfbe7616cd2440f02cf2aceaae842961d388e5 |
73 | 2024-12-19T00:12:12.518Z | HEAD is now at b1dfbe761 how the hell did this happen? |
74 | 2024-12-19T00:12:12.522Z | process exited: duration 8644 ms, exit code 0 |
|
75 | 2024-12-19T00:12:12.528Z | starting task 4: "build" |
76 | 2024-12-19T00:12:12.533Z | + source .github/buildomat/ci-env.sh |
77 | 2024-12-19T00:12:12.533Z | ++ export CARGO_TERM_COLOR=always |
78 | 2024-12-19T00:12:12.533Z | ++ CARGO_TERM_COLOR=always |
79 | 2024-12-19T00:12:12.536Z | + cargo --version |
80 | 2024-12-19T00:12:12.593Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
81 | 2024-12-19T00:12:12.596Z | + rustc --version |
82 | 2024-12-19T00:12:12.656Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
83 | 2024-12-19T00:12:12.659Z | + cd /tmp |
84 | 2024-12-19T00:12:12.659Z | + cargo new --lib test-project |
85 | 2024-12-19T00:12:12.720Z | Creating library `test-project` package |
86 | 2024-12-19T00:12:12.798Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
87 | 2024-12-19T00:12:12.801Z | + cd test-project |
88 | 2024-12-19T00:12:12.801Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
89 | 2024-12-19T00:12:12.860Z | Adding omicron-common (local) to dependencies |
90 | 2024-12-19T00:12:12.863Z | Features: |
91 | 2024-12-19T00:12:12.863Z | - proptest |
92 | 2024-12-19T00:12:12.863Z | - test-strategy |
93 | 2024-12-19T00:12:12.863Z | - testing |
94 | 2024-12-19T00:12:12.863Z | Updating crates.io index |
95 | 2024-12-19T00:12:12.920Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
96 | 2024-12-19T00:12:13.439Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
97 | 2024-12-19T00:12:13.976Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
98 | 2024-12-19T00:12:14.395Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
99 | 2024-12-19T00:12:15.655Z | Locking 327 packages to latest compatible versions |
100 | 2024-12-19T00:12:15.659Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
101 | 2024-12-19T00:12:15.659Z | Adding dropshot v0.13.0 (latest: v0.15.1) |
102 | 2024-12-19T00:12:15.659Z | Adding dropshot_endpoint v0.13.0 (latest: v0.15.1) |
103 | 2024-12-19T00:12:15.659Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
104 | 2024-12-19T00:12:15.659Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
105 | 2024-12-19T00:12:15.659Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
106 | 2024-12-19T00:12:15.659Z | Adding goblin v0.8.2 (latest: v0.9.2) |
107 | 2024-12-19T00:12:15.662Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
108 | 2024-12-19T00:12:15.662Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
109 | 2024-12-19T00:12:15.662Z | Adding hostname v0.3.1 (latest: v0.4.0) |
110 | 2024-12-19T00:12:15.662Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
111 | 2024-12-19T00:12:15.664Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
112 | 2024-12-19T00:12:15.667Z | Adding regress v0.9.1 (latest: v0.10.1) |
113 | 2024-12-19T00:12:15.672Z | Adding rustls v0.22.4 (latest: v0.23.20) |
114 | 2024-12-19T00:12:15.675Z | Adding security-framework v2.11.1 (latest: v3.1.0) |
115 | 2024-12-19T00:12:15.677Z | Adding term v0.7.0 (latest: v1.0.1) |
116 | 2024-12-19T00:12:15.678Z | Adding thiserror v1.0.69 (latest: v2.0.8) |
117 | 2024-12-19T00:12:15.678Z | Adding thiserror-impl v1.0.69 (latest: v2.0.8) |
118 | 2024-12-19T00:12:15.678Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
119 | 2024-12-19T00:12:15.678Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
120 | 2024-12-19T00:12:15.680Z | Adding tokio-rustls v0.25.0 (latest: v0.26.1) |
121 | 2024-12-19T00:12:15.683Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
122 | 2024-12-19T00:12:15.683Z | Adding windows v0.52.0 (latest: v0.58.0) |
123 | 2024-12-19T00:12:15.683Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
124 | 2024-12-19T00:12:15.683Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
125 | 2024-12-19T00:12:15.683Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
126 | 2024-12-19T00:12:15.683Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
127 | 2024-12-19T00:12:15.683Z | Adding writeable v0.5.5 (latest: v0.6.0) |
128 | 2024-12-19T00:12:15.683Z | Adding zerocopy v0.7.35 (latest: v0.8.13) |
129 | 2024-12-19T00:12:15.686Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.13) |
130 | 2024-12-19T00:12:15.686Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
131 | 2024-12-19T00:12:15.686Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
132 | 2024-12-19T00:12:15.762Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
133 | 2024-12-19T00:12:15.765Z | + cargo check |
134 | 2024-12-19T00:12:15.937Z | Updating crates.io index |
135 | 2024-12-19T00:12:16.724Z | Locking 2 packages to latest compatible versions |
136 | 2024-12-19T00:12:20.164Z | Adding omicron-workspace-hack v0.1.0 |
137 | 2024-12-19T00:12:22.145Z | Adding test-project v0.1.0 (/tmp/test-project) |
138 | 2024-12-19T00:12:22.933Z | Downloading crates ... |
139 | 2024-12-19T00:12:23.013Z | Downloaded darling_macro v0.20.10 |
140 | 2024-12-19T00:12:23.016Z | Downloaded async-stream-impl v0.3.6 |
141 | 2024-12-19T00:12:23.023Z | Downloaded ident_case v1.0.1 |
142 | 2024-12-19T00:12:23.027Z | Downloaded equivalent v1.0.1 |
143 | 2024-12-19T00:12:23.029Z | Downloaded thiserror-impl v1.0.69 |
144 | 2024-12-19T00:12:23.032Z | Downloaded memmap v0.7.0 |
145 | 2024-12-19T00:12:23.034Z | Downloaded tinyvec_macros v0.1.1 |
146 | 2024-12-19T00:12:23.034Z | Downloaded icu_provider_macros v1.5.0 |
147 | 2024-12-19T00:12:23.036Z | Downloaded foreign-types v0.3.2 |
148 | 2024-12-19T00:12:23.036Z | Downloaded http-body v1.0.1 |
149 | 2024-12-19T00:12:23.039Z | Downloaded dtrace-parser v0.2.0 |
150 | 2024-12-19T00:12:23.039Z | Downloaded try-lock v0.2.5 |
151 | 2024-12-19T00:12:23.042Z | Downloaded tinystr v0.7.6 |
152 | 2024-12-19T00:12:23.044Z | Downloaded time-core v0.1.2 |
153 | 2024-12-19T00:12:23.046Z | Downloaded instant v0.1.13 |
154 | 2024-12-19T00:12:23.049Z | Downloaded byteorder v1.5.0 |
155 | 2024-12-19T00:12:23.051Z | Downloaded thread_local v1.1.8 |
156 | 2024-12-19T00:12:23.051Z | Downloaded usdt-macro v0.5.0 |
157 | 2024-12-19T00:12:23.052Z | Downloaded foreign-types-shared v0.1.1 |
158 | 2024-12-19T00:12:23.055Z | Downloaded cpufeatures v0.2.14 |
159 | 2024-12-19T00:12:23.055Z | Downloaded dirs-next v2.0.0 |
160 | 2024-12-19T00:12:23.058Z | Downloaded openssl-macros v0.1.1 |
161 | 2024-12-19T00:12:23.058Z | Downloaded num_threads v0.1.7 |
162 | 2024-12-19T00:12:23.060Z | Downloaded write16 v1.0.0 |
163 | 2024-12-19T00:12:23.060Z | Downloaded yoke-derive v0.7.4 |
164 | 2024-12-19T00:12:23.063Z | Downloaded generic-array v0.14.7 |
165 | 2024-12-19T00:12:23.063Z | Downloaded futures-macro v0.3.31 |
166 | 2024-12-19T00:12:23.066Z | Downloaded heck v0.5.0 |
167 | 2024-12-19T00:12:23.066Z | Downloaded tower-service v0.3.3 |
168 | 2024-12-19T00:12:23.066Z | Downloaded zerofrom v0.1.4 |
169 | 2024-12-19T00:12:23.069Z | Downloaded waitgroup v0.1.2 |
170 | 2024-12-19T00:12:23.071Z | Downloaded hostname v0.4.0 |
171 | 2024-12-19T00:12:23.071Z | Downloaded futures-sink v0.3.31 |
172 | 2024-12-19T00:12:23.073Z | Downloaded fnv v1.0.7 |
173 | 2024-12-19T00:12:23.073Z | Downloaded crypto-common v0.1.6 |
174 | 2024-12-19T00:12:23.076Z | Downloaded openssl-probe v0.1.5 |
175 | 2024-12-19T00:12:23.078Z | Downloaded idna_adapter v1.2.0 |
176 | 2024-12-19T00:12:23.078Z | Downloaded dirs-sys-next v0.1.2 |
177 | 2024-12-19T00:12:23.081Z | Downloaded darling v0.20.10 |
178 | 2024-12-19T00:12:23.084Z | Downloaded progenitor-client v0.8.0 |
179 | 2024-12-19T00:12:23.087Z | Downloaded pretty-hex v0.4.1 |
180 | 2024-12-19T00:12:23.087Z | Downloaded untrusted v0.9.0 |
181 | 2024-12-19T00:12:23.089Z | Downloaded httpdate v1.0.3 |
182 | 2024-12-19T00:12:23.091Z | Downloaded tokio-native-tls v0.3.1 |
183 | 2024-12-19T00:12:23.093Z | Downloaded is-terminal v0.4.13 |
184 | 2024-12-19T00:12:23.093Z | Downloaded hex v0.4.3 |
185 | 2024-12-19T00:12:23.096Z | Downloaded futures-task v0.3.31 |
186 | 2024-12-19T00:12:23.099Z | Downloaded thread-id v4.2.2 |
187 | 2024-12-19T00:12:23.099Z | Downloaded macaddr v1.0.1 |
188 | 2024-12-19T00:12:23.102Z | Downloaded itoa v1.0.11 |
189 | 2024-12-19T00:12:23.102Z | Downloaded utf8_iter v1.0.4 |
190 | 2024-12-19T00:12:23.105Z | Downloaded tokio-macros v2.4.0 |
191 | 2024-12-19T00:12:23.105Z | Downloaded usdt v0.5.0 |
192 | 2024-12-19T00:12:23.107Z | Downloaded futures-core v0.3.31 |
193 | 2024-12-19T00:12:23.107Z | Downloaded debug-ignore v1.0.5 |
194 | 2024-12-19T00:12:23.110Z | Downloaded dof v0.3.0 |
195 | 2024-12-19T00:12:23.112Z | Downloaded paste v1.0.15 |
196 | 2024-12-19T00:12:23.115Z | Downloaded ipnet v2.10.1 |
197 | 2024-12-19T00:12:23.117Z | Downloaded getrandom v0.2.15 |
198 | 2024-12-19T00:12:23.119Z | Downloaded rand_core v0.6.4 |
199 | 2024-12-19T00:12:23.122Z | Downloaded pkg-config v0.3.31 |
200 | 2024-12-19T00:12:23.124Z | Downloaded zerofrom-derive v0.1.4 |
201 | 2024-12-19T00:12:23.125Z | Downloaded ipnetwork v0.20.0 |
202 | 2024-12-19T00:12:23.128Z | Downloaded ppv-lite86 v0.2.20 |
203 | 2024-12-19T00:12:23.130Z | Downloaded pin-utils v0.1.0 |
204 | 2024-12-19T00:12:23.130Z | Downloaded version_check v0.9.5 |
205 | 2024-12-19T00:12:23.133Z | Downloaded parse-display-derive v0.10.0 |
206 | 2024-12-19T00:12:23.133Z | Downloaded newtype-uuid v1.1.3 |
207 | 2024-12-19T00:12:23.136Z | Downloaded rand_chacha v0.3.1 |
208 | 2024-12-19T00:12:23.136Z | Downloaded iana-time-zone v0.1.61 |
209 | 2024-12-19T00:12:23.138Z | Downloaded progenitor-macro v0.8.0 |
210 | 2024-12-19T00:12:23.141Z | Downloaded plain v0.2.3 |
211 | 2024-12-19T00:12:23.141Z | Downloaded parse-display v0.10.0 |
212 | 2024-12-19T00:12:23.144Z | Downloaded icu_locid_transform v1.5.0 |
213 | 2024-12-19T00:12:23.146Z | Downloaded sync_wrapper v1.0.1 |
214 | 2024-12-19T00:12:23.146Z | Downloaded powerfmt v0.2.0 |
215 | 2024-12-19T00:12:23.149Z | Downloaded mime v0.3.17 |
216 | 2024-12-19T00:12:23.150Z | Downloaded quinn-udp v0.5.5 |
217 | 2024-12-19T00:12:23.152Z | Downloaded progenitor v0.8.0 |
218 | 2024-12-19T00:12:23.152Z | Downloaded scroll_derive v0.12.0 |
219 | 2024-12-19T00:12:23.154Z | Downloaded tokio-rustls v0.25.0 |
220 | 2024-12-19T00:12:23.154Z | Downloaded lock_api v0.4.12 |
221 | 2024-12-19T00:12:23.156Z | Downloaded futures-channel v0.3.31 |
222 | 2024-12-19T00:12:23.159Z | Downloaded strum v0.26.3 |
223 | 2024-12-19T00:12:23.159Z | Downloaded displaydoc v0.2.5 |
224 | 2024-12-19T00:12:23.161Z | Downloaded zerovec-derive v0.10.3 |
225 | 2024-12-19T00:12:23.164Z | Downloaded take_mut v0.2.2 |
226 | 2024-12-19T00:12:23.166Z | Downloaded match_cfg v0.1.0 |
227 | 2024-12-19T00:12:23.167Z | Downloaded percent-encoding v2.3.1 |
228 | 2024-12-19T00:12:23.167Z | Downloaded pest_generator v2.7.14 |
229 | 2024-12-19T00:12:23.169Z | Downloaded zeroize v1.8.1 |
230 | 2024-12-19T00:12:23.169Z | Downloaded typify-macro v0.2.0 |
231 | 2024-12-19T00:12:23.172Z | Downloaded backoff v0.4.0 |
232 | 2024-12-19T00:12:23.174Z | Downloaded serde_spanned v0.6.8 |
233 | 2024-12-19T00:12:23.175Z | Downloaded serde_urlencoded v0.7.1 |
234 | 2024-12-19T00:12:23.177Z | Downloaded usdt-impl v0.5.0 |
235 | 2024-12-19T00:12:23.177Z | Downloaded time-macros v0.2.18 |
236 | 2024-12-19T00:12:23.179Z | Downloaded crossbeam-utils v0.8.20 |
237 | 2024-12-19T00:12:23.182Z | Downloaded icu_provider v1.5.0 |
238 | 2024-12-19T00:12:23.186Z | Downloaded quote v1.0.37 |
239 | 2024-12-19T00:12:23.188Z | Downloaded icu_locid_transform_data v1.5.0 |
240 | 2024-12-19T00:12:23.193Z | Downloaded pest_derive v2.7.14 |
241 | 2024-12-19T00:12:23.195Z | Downloaded once_cell v1.20.2 |
242 | 2024-12-19T00:12:23.198Z | Downloaded form_urlencoded v1.2.1 |
243 | 2024-12-19T00:12:23.198Z | Downloaded block-buffer v0.10.4 |
244 | 2024-12-19T00:12:23.198Z | Downloaded async-stream v0.3.6 |
245 | 2024-12-19T00:12:23.200Z | Downloaded dyn-clone v1.0.17 |
246 | 2024-12-19T00:12:23.203Z | Downloaded multer v3.1.0 |
247 | 2024-12-19T00:12:23.205Z | Downloaded serde_tokenstream v0.2.2 |
248 | 2024-12-19T00:12:23.208Z | Downloaded parking_lot_core v0.9.10 |
249 | 2024-12-19T00:12:23.211Z | Downloaded slog-async v2.8.0 |
250 | 2024-12-19T00:12:23.211Z | Downloaded stable_deref_trait v1.2.0 |
251 | 2024-12-19T00:12:23.215Z | Downloaded icu_normalizer_data v1.5.0 |
252 | 2024-12-19T00:12:23.215Z | Downloaded synstructure v0.13.1 |
253 | 2024-12-19T00:12:23.217Z | Downloaded rustversion v1.0.17 |
254 | 2024-12-19T00:12:23.217Z | Downloaded structmeta v0.3.0 |
255 | 2024-12-19T00:12:23.220Z | Downloaded scopeguard v1.2.0 |
256 | 2024-12-19T00:12:23.220Z | Downloaded rustc-hash v2.0.0 |
257 | 2024-12-19T00:12:23.222Z | Downloaded strsim v0.11.1 |
258 | 2024-12-19T00:12:23.224Z | Downloaded thiserror v1.0.69 |
259 | 2024-12-19T00:12:23.228Z | Downloaded subtle v2.6.1 |
260 | 2024-12-19T00:12:23.230Z | Downloaded shlex v1.3.0 |
261 | 2024-12-19T00:12:23.232Z | Downloaded tinyvec v1.8.0 |
262 | 2024-12-19T00:12:23.235Z | Downloaded unicode-ident v1.0.13 |
263 | 2024-12-19T00:12:23.237Z | Downloaded proc-macro2 v1.0.89 |
264 | 2024-12-19T00:12:23.240Z | Downloaded indexmap v1.9.3 |
265 | 2024-12-19T00:12:23.243Z | Downloaded slab v0.4.9 |
266 | 2024-12-19T00:12:23.246Z | Downloaded native-tls v0.2.12 |
267 | 2024-12-19T00:12:23.248Z | Downloaded slog-json v2.6.1 |
268 | 2024-12-19T00:12:23.251Z | Downloaded writeable v0.5.5 |
269 | 2024-12-19T00:12:23.253Z | Downloaded typenum v1.17.0 |
270 | 2024-12-19T00:12:23.256Z | Downloaded pest_meta v2.7.14 |
271 | 2024-12-19T00:12:23.258Z | Downloaded structmeta-derive v0.3.0 |
272 | 2024-12-19T00:12:23.258Z | Downloaded progenitor-impl v0.8.0 |
273 | 2024-12-19T00:12:23.261Z | Downloaded signal-hook-registry v1.4.2 |
274 | 2024-12-19T00:12:23.263Z | Downloaded scroll v0.12.0 |
275 | 2024-12-19T00:12:23.263Z | Downloaded serde_derive_internals v0.29.1 |
276 | 2024-12-19T00:12:23.266Z | Downloaded parking_lot v0.12.3 |
277 | 2024-12-19T00:12:23.269Z | Downloaded cc v1.1.30 |
278 | 2024-12-19T00:12:23.271Z | Downloaded term v0.7.0 |
279 | 2024-12-19T00:12:23.274Z | Downloaded strum_macros v0.26.4 |
280 | 2024-12-19T00:12:23.277Z | Downloaded icu_normalizer v1.5.0 |
281 | 2024-12-19T00:12:23.280Z | Downloaded aho-corasick v1.1.3 |
282 | 2024-12-19T00:12:23.286Z | Downloaded sha2 v0.10.8 |
283 | 2024-12-19T00:12:23.290Z | Downloaded uuid v1.11.0 |
284 | 2024-12-19T00:12:23.292Z | Downloaded icu_collections v1.5.0 |
285 | 2024-12-19T00:12:23.298Z | Downloaded ryu v1.0.18 |
286 | 2024-12-19T00:12:23.302Z | Downloaded serde_with_macros v3.11.0 |
287 | 2024-12-19T00:12:23.304Z | Downloaded rustls-pki-types v1.9.0 |
288 | 2024-12-19T00:12:23.307Z | Downloaded socket2 v0.5.7 |
289 | 2024-12-19T00:12:23.310Z | Downloaded memchr v2.7.4 |
290 | 2024-12-19T00:12:23.322Z | Downloaded serde_derive v1.0.215 |
291 | 2024-12-19T00:12:23.322Z | Downloaded rand v0.8.5 |
292 | 2024-12-19T00:12:23.324Z | Downloaded smallvec v1.13.2 |
293 | 2024-12-19T00:12:23.327Z | Downloaded slog v2.7.0 |
294 | 2024-12-19T00:12:23.329Z | Downloaded indexmap v2.6.0 |
295 | 2024-12-19T00:12:23.331Z | Downloaded openssl-sys v0.9.103 |
296 | 2024-12-19T00:12:23.337Z | Downloaded serde v1.0.215 |
297 | 2024-12-19T00:12:23.340Z | Downloaded quinn v0.11.5 |
298 | 2024-12-19T00:12:23.344Z | Downloaded serde_yaml v0.9.34+deprecated |
299 | 2024-12-19T00:12:23.348Z | Downloaded mio v1.0.2 |
300 | 2024-12-19T00:12:23.354Z | Downloaded tokio-util v0.7.12 |
301 | 2024-12-19T00:12:23.361Z | Downloaded toml_edit v0.22.22 |
302 | 2024-12-19T00:12:23.384Z | Downloaded zerovec v0.10.4 |
303 | 2024-12-19T00:12:23.389Z | Downloaded hyper v1.5.0 |
304 | 2024-12-19T00:12:23.396Z | Downloaded idna v1.0.3 |
305 | 2024-12-19T00:12:23.400Z | Downloaded time v0.3.36 |
306 | 2024-12-19T00:12:23.407Z | Downloaded pest v2.7.14 |
307 | 2024-12-19T00:12:23.413Z | Downloaded hashbrown v0.14.5 |
308 | 2024-12-19T00:12:23.419Z | Downloaded serde_json v1.0.132 |
309 | 2024-12-19T00:12:23.426Z | Downloaded winnow v0.6.20 |
310 | 2024-12-19T00:12:23.435Z | Downloaded serde_with v3.11.0 |
311 | 2024-12-19T00:12:23.444Z | Downloaded h2 v0.4.6 |
312 | 2024-12-19T00:12:23.452Z | Downloaded goblin v0.8.2 |
313 | 2024-12-19T00:12:23.458Z | Downloaded quinn-proto v0.11.8 |
314 | 2024-12-19T00:12:23.465Z | Downloaded reqwest v0.12.9 |
315 | 2024-12-19T00:12:23.474Z | Downloaded chrono v0.4.38 |
316 | 2024-12-19T00:12:23.481Z | Downloaded rustls-webpki v0.102.8 |
317 | 2024-12-19T00:12:23.500Z | Downloaded icu_properties_data v1.5.0 |
318 | 2024-12-19T00:12:23.510Z | Downloaded regex v1.11.1 |
319 | 2024-12-19T00:12:23.523Z | Downloaded syn v2.0.87 |
320 | 2024-12-19T00:12:23.538Z | Downloaded webpki-roots v0.26.6 |
321 | 2024-12-19T00:12:23.550Z | Downloaded dropshot v0.13.0 |
322 | 2024-12-19T00:12:23.559Z | Downloaded regress v0.10.1 |
323 | 2024-12-19T00:12:23.566Z | Downloaded rustls v0.23.14 |
324 | 2024-12-19T00:12:23.577Z | Downloaded rustls v0.22.4 |
325 | 2024-12-19T00:12:23.590Z | Downloaded regex-syntax v0.8.5 |
326 | 2024-12-19T00:12:23.597Z | Downloaded openapiv3 v2.0.0 |
327 | 2024-12-19T00:12:23.608Z | Downloaded regress v0.9.1 |
328 | 2024-12-19T00:12:23.615Z | Downloaded openssl v0.10.66 |
329 | 2024-12-19T00:12:23.624Z | Downloaded vcpkg v0.2.15 |
330 | 2024-12-19T00:12:23.659Z | Downloaded typify-impl v0.2.0 |
331 | 2024-12-19T00:12:23.673Z | Downloaded futures-util v0.3.31 |
332 | 2024-12-19T00:12:23.684Z | Downloaded zerocopy v0.7.35 |
333 | 2024-12-19T00:12:23.698Z | Downloaded hashbrown v0.15.0 |
334 | 2024-12-19T00:12:23.703Z | Downloaded url v2.5.3 |
335 | 2024-12-19T00:12:23.705Z | Downloaded unsafe-libyaml v0.2.11 |
336 | 2024-12-19T00:12:23.708Z | Downloaded spin v0.9.8 |
337 | 2024-12-19T00:12:23.711Z | Downloaded http v1.1.0 |
338 | 2024-12-19T00:12:23.714Z | Downloaded hashbrown v0.12.3 |
339 | 2024-12-19T00:12:23.718Z | Downloaded crossbeam-channel v0.5.13 |
340 | 2024-12-19T00:12:23.723Z | Downloaded regex-automata v0.4.8 |
341 | 2024-12-19T00:12:23.739Z | Downloaded schemars v0.8.21 |
342 | 2024-12-19T00:12:23.749Z | Downloaded tracing v0.1.40 |
343 | 2024-12-19T00:12:23.753Z | Downloaded tracing-core v0.1.32 |
344 | 2024-12-19T00:12:23.755Z | Downloaded slog-term v2.9.1 |
345 | 2024-12-19T00:12:23.758Z | Downloaded base64 v0.22.1 |
346 | 2024-12-19T00:12:23.761Z | Downloaded num-traits v0.2.19 |
347 | 2024-12-19T00:12:23.763Z | Downloaded icu_properties v1.5.1 |
348 | 2024-12-19T00:12:23.766Z | Downloaded dropshot_endpoint v0.13.0 |
349 | 2024-12-19T00:12:23.769Z | Downloaded tokio v1.40.0 |
350 | 2024-12-19T00:12:23.804Z | Downloaded hyper-util v0.1.10 |
351 | 2024-12-19T00:12:23.807Z | Downloaded allocator-api2 v0.2.18 |
352 | 2024-12-19T00:12:23.810Z | Downloaded ucd-trie v0.1.7 |
353 | 2024-12-19T00:12:23.812Z | Downloaded toml v0.8.19 |
354 | 2024-12-19T00:12:23.815Z | Downloaded libc v0.2.162 |
355 | 2024-12-19T00:12:23.840Z | Downloaded sha1 v0.10.6 |
356 | 2024-12-19T00:12:23.843Z | Downloaded semver v1.0.23 |
357 | 2024-12-19T00:12:23.846Z | Downloaded rustls-pemfile v2.2.0 |
358 | 2024-12-19T00:12:23.846Z | Downloaded zerocopy-derive v0.7.35 |
359 | 2024-12-19T00:12:23.849Z | Downloaded tokio-rustls v0.26.0 |
360 | 2024-12-19T00:12:23.851Z | Downloaded litemap v0.7.3 |
361 | 2024-12-19T00:12:23.853Z | Downloaded darling_core v0.20.10 |
362 | 2024-12-19T00:12:23.857Z | Downloaded slog-bunyan v2.5.0 |
363 | 2024-12-19T00:12:23.859Z | Downloaded schemars_derive v0.8.21 |
364 | 2024-12-19T00:12:23.859Z | Downloaded bytes v1.8.0 |
365 | 2024-12-19T00:12:23.862Z | Downloaded log v0.4.22 |
366 | 2024-12-19T00:12:23.865Z | Downloaded autocfg v1.4.0 |
367 | 2024-12-19T00:12:23.867Z | Downloaded yoke v0.7.4 |
368 | 2024-12-19T00:12:23.870Z | Downloaded icu_locid v1.5.0 |
369 | 2024-12-19T00:12:23.872Z | Downloaded futures v0.3.31 |
370 | 2024-12-19T00:12:23.878Z | Downloaded pin-project-lite v0.2.14 |
371 | 2024-12-19T00:12:23.881Z | Downloaded typify v0.2.0 |
372 | 2024-12-19T00:12:23.884Z | Downloaded httparse v1.9.5 |
373 | 2024-12-19T00:12:23.886Z | Downloaded bitflags v2.6.0 |
374 | 2024-12-19T00:12:23.890Z | Downloaded anyhow v1.0.93 |
375 | 2024-12-19T00:12:23.894Z | Downloaded hyper-rustls v0.27.3 |
376 | 2024-12-19T00:12:23.896Z | Downloaded camino v1.1.9 |
377 | 2024-12-19T00:12:23.899Z | Downloaded ahash v0.8.11 |
378 | 2024-12-19T00:12:23.901Z | Downloaded serde_path_to_error v0.1.16 |
379 | 2024-12-19T00:12:23.904Z | Downloaded utf16_iter v1.0.5 |
380 | 2024-12-19T00:12:23.904Z | Downloaded toml_datetime v0.6.8 |
381 | 2024-12-19T00:12:23.907Z | Downloaded hyper-tls v0.6.0 |
382 | 2024-12-19T00:12:23.907Z | Downloaded http-body-util v0.1.2 |
383 | 2024-12-19T00:12:23.907Z | Downloaded futures-io v0.3.31 |
384 | 2024-12-19T00:12:23.907Z | Downloaded async-trait v0.1.83 |
385 | 2024-12-19T00:12:23.910Z | Downloaded omicron-workspace-hack v0.1.0 |
386 | 2024-12-19T00:12:23.912Z | Downloaded usdt-attr-macro v0.5.0 |
387 | 2024-12-19T00:12:23.912Z | Downloaded hostname v0.3.1 |
388 | 2024-12-19T00:12:23.916Z | Downloaded digest v0.10.7 |
389 | 2024-12-19T00:12:23.916Z | Downloaded futures-executor v0.3.31 |
390 | 2024-12-19T00:12:23.918Z | Downloaded deranged v0.3.11 |
391 | 2024-12-19T00:12:23.918Z | Downloaded cfg-if v1.0.0 |
392 | 2024-12-19T00:12:23.918Z | Downloaded encoding_rs v0.8.34 |
393 | 2024-12-19T00:12:23.938Z | Downloaded num-conv v0.1.0 |
394 | 2024-12-19T00:12:23.940Z | Downloaded want v0.3.1 |
395 | 2024-12-19T00:12:23.940Z | Downloaded atomic-waker v1.1.2 |
396 | 2024-12-19T00:12:24.101Z | Downloaded ring v0.17.8 |
397 | 2024-12-19T00:12:24.439Z | Compiling proc-macro2 v1.0.89 |
398 | 2024-12-19T00:12:24.439Z | Compiling unicode-ident v1.0.13 |
399 | 2024-12-19T00:12:24.442Z | Compiling libc v0.2.162 |
400 | 2024-12-19T00:12:24.442Z | Checking cfg-if v1.0.0 |
401 | 2024-12-19T00:12:24.442Z | Compiling autocfg v1.4.0 |
402 | 2024-12-19T00:12:24.442Z | Compiling serde v1.0.215 |
403 | 2024-12-19T00:12:24.442Z | Compiling version_check v0.9.5 |
404 | 2024-12-19T00:12:24.463Z | Checking memchr v2.7.4 |
405 | 2024-12-19T00:12:24.577Z | Checking itoa v1.0.11 |
406 | 2024-12-19T00:12:24.777Z | Compiling serde_json v1.0.132 |
407 | 2024-12-19T00:12:25.139Z | Compiling thiserror v1.0.69 |
408 | 2024-12-19T00:12:25.157Z | Checking once_cell v1.20.2 |
409 | 2024-12-19T00:12:25.275Z | Compiling shlex v1.3.0 |
410 | 2024-12-19T00:12:25.618Z | Checking pin-project-lite v0.2.14 |
411 | 2024-12-19T00:12:25.766Z | Compiling cc v1.1.30 |
412 | 2024-12-19T00:12:25.822Z | Compiling num-traits v0.2.19 |
413 | 2024-12-19T00:12:25.983Z | Checking smallvec v1.13.2 |
414 | 2024-12-19T00:12:26.036Z | Checking getrandom v0.2.15 |
415 | 2024-12-19T00:12:26.110Z | Checking bytes v1.8.0 |
416 | 2024-12-19T00:12:26.130Z | Checking ryu v1.0.18 |
417 | 2024-12-19T00:12:26.301Z | Checking futures-core v0.3.31 |
418 | 2024-12-19T00:12:26.350Z | Compiling quote v1.0.37 |
419 | 2024-12-19T00:12:26.375Z | Compiling lock_api v0.4.12 |
420 | 2024-12-19T00:12:26.474Z | Compiling byteorder v1.5.0 |
421 | 2024-12-19T00:12:26.476Z | Compiling parking_lot_core v0.9.10 |
422 | 2024-12-19T00:12:26.831Z | Compiling syn v2.0.87 |
423 | 2024-12-19T00:12:26.879Z | Compiling ahash v0.8.11 |
424 | 2024-12-19T00:12:26.950Z | Compiling schemars v0.8.21 |
425 | 2024-12-19T00:12:26.970Z | Checking scopeguard v1.2.0 |
426 | 2024-12-19T00:12:27.044Z | Compiling slab v0.4.9 |
427 | 2024-12-19T00:12:27.323Z | Checking log v0.4.22 |
428 | 2024-12-19T00:12:27.343Z | Checking futures-sink v0.3.31 |
429 | 2024-12-19T00:12:27.346Z | Checking signal-hook-registry v1.4.2 |
430 | 2024-12-19T00:12:27.383Z | Checking socket2 v0.5.7 |
431 | 2024-12-19T00:12:27.481Z | Checking mio v1.0.2 |
432 | 2024-12-19T00:12:27.517Z | Checking stable_deref_trait v1.2.0 |
433 | 2024-12-19T00:12:27.537Z | Checking parking_lot v0.12.3 |
434 | 2024-12-19T00:12:27.599Z | Compiling semver v1.0.23 |
435 | 2024-12-19T00:12:27.617Z | Checking equivalent v1.0.1 |
436 | 2024-12-19T00:12:27.719Z | Checking fnv v1.0.7 |
437 | 2024-12-19T00:12:27.819Z | Checking hashbrown v0.15.0 |
438 | 2024-12-19T00:12:27.841Z | Checking http v1.1.0 |
439 | 2024-12-19T00:12:27.874Z | Checking futures-channel v0.3.31 |
440 | 2024-12-19T00:12:27.877Z | Checking futures-task v0.3.31 |
441 | 2024-12-19T00:12:28.052Z | Checking pin-utils v0.1.0 |
442 | 2024-12-19T00:12:28.134Z | Checking futures-io v0.3.31 |
443 | 2024-12-19T00:12:28.154Z | Compiling heck v0.5.0 |
444 | 2024-12-19T00:12:28.194Z | Compiling vcpkg v0.2.15 |
445 | 2024-12-19T00:12:29.215Z | Checking rustls-pki-types v1.9.0 |
446 | 2024-12-19T00:12:29.218Z | Checking spin v0.9.8 |
447 | 2024-12-19T00:12:29.218Z | Compiling pkg-config v0.3.31 |
448 | 2024-12-19T00:12:29.218Z | Compiling ring v0.17.8 |
449 | 2024-12-19T00:12:29.218Z | Checking iana-time-zone v0.1.61 |
450 | 2024-12-19T00:12:29.218Z | Compiling httparse v1.9.5 |
451 | 2024-12-19T00:12:29.218Z | Checking untrusted v0.9.0 |
452 | 2024-12-19T00:12:29.218Z | Compiling ucd-trie v0.1.7 |
453 | 2024-12-19T00:12:29.218Z | Checking litemap v0.7.3 |
454 | 2024-12-19T00:12:29.567Z | Checking writeable v0.5.5 |
455 | 2024-12-19T00:12:29.717Z | Checking tracing-core v0.1.32 |
456 | 2024-12-19T00:12:29.762Z | Checking dyn-clone v1.0.17 |
457 | 2024-12-19T00:12:29.814Z | Compiling openssl-sys v0.9.103 |
458 | 2024-12-19T00:12:29.880Z | Compiling allocator-api2 v0.2.18 |
459 | 2024-12-19T00:12:29.902Z | Checking atomic-waker v1.1.2 |
460 | 2024-12-19T00:12:30.374Z | Checking tracing v0.1.40 |
461 | 2024-12-19T00:12:30.535Z | Checking http-body v1.0.1 |
462 | 2024-12-19T00:12:30.640Z | Checking zeroize v1.8.1 |
463 | 2024-12-19T00:12:30.712Z | Checking subtle v2.6.1 |
464 | 2024-12-19T00:12:30.828Z | Checking try-lock v0.2.5 |
465 | 2024-12-19T00:12:30.874Z | Checking icu_locid_transform_data v1.5.0 |
466 | 2024-12-19T00:12:30.914Z | Compiling uuid v1.11.0 |
467 | 2024-12-19T00:12:30.954Z | Checking want v0.3.1 |
468 | 2024-12-19T00:12:30.973Z | Checking foreign-types-shared v0.1.1 |
469 | 2024-12-19T00:12:31.012Z | Compiling openssl v0.10.66 |
470 | 2024-12-19T00:12:31.062Z | Checking icu_properties_data v1.5.0 |
471 | 2024-12-19T00:12:31.128Z | Compiling slog v2.7.0 |
472 | 2024-12-19T00:12:31.256Z | Compiling chrono v0.4.38 |
473 | 2024-12-19T00:12:31.354Z | Checking httpdate v1.0.3 |
474 | 2024-12-19T00:12:31.458Z | Checking foreign-types v0.3.2 |
475 | 2024-12-19T00:12:31.585Z | Compiling aho-corasick v1.1.3 |
476 | 2024-12-19T00:12:31.677Z | Checking icu_normalizer_data v1.5.0 |
477 | 2024-12-19T00:12:31.776Z | Checking bitflags v2.6.0 |
478 | 2024-12-19T00:12:32.017Z | Checking tower-service v0.3.3 |
479 | 2024-12-19T00:12:32.126Z | Compiling typenum v1.17.0 |
480 | 2024-12-19T00:12:32.275Z | Checking utf8_iter v1.0.4 |
481 | 2024-12-19T00:12:32.472Z | Checking utf16_iter v1.0.5 |
482 | 2024-12-19T00:12:32.637Z | Compiling regex-syntax v0.8.5 |
483 | 2024-12-19T00:12:32.844Z | Compiling rustls v0.23.14 |
484 | 2024-12-19T00:12:33.049Z | Compiling native-tls v0.2.12 |
485 | 2024-12-19T00:12:33.144Z | Checking percent-encoding v2.3.1 |
486 | 2024-12-19T00:12:33.284Z | Checking write16 v1.0.0 |
487 | 2024-12-19T00:12:33.338Z | Checking form_urlencoded v1.2.1 |
488 | 2024-12-19T00:12:33.497Z | Compiling generic-array v0.14.7 |
489 | 2024-12-19T00:12:33.523Z | Checking openssl-probe v0.1.5 |
490 | 2024-12-19T00:12:34.986Z | Compiling synstructure v0.13.1 |
491 | 2024-12-19T00:12:35.003Z | Compiling serde_derive_internals v0.29.1 |
492 | 2024-12-19T00:12:35.234Z | Checking rustls-webpki v0.102.8 |
493 | 2024-12-19T00:12:35.597Z | Compiling usdt-impl v0.5.0 |
494 | 2024-12-19T00:12:36.167Z | Compiling regex-automata v0.4.8 |
495 | 2024-12-19T00:12:36.383Z | Checking encoding_rs v0.8.34 |
496 | 2024-12-19T00:12:36.718Z | Compiling time-core v0.1.2 |
497 | 2024-12-19T00:12:36.758Z | Checking mime v0.3.17 |
498 | 2024-12-19T00:12:36.897Z | Checking powerfmt v0.2.0 |
499 | 2024-12-19T00:12:37.162Z | Compiling num-conv v0.1.0 |
500 | 2024-12-19T00:12:37.215Z | Checking deranged v0.3.11 |
501 | 2024-12-19T00:12:37.461Z | Compiling time-macros v0.2.18 |
502 | 2024-12-19T00:12:38.516Z | Compiling thread-id v4.2.2 |
503 | 2024-12-19T00:12:38.775Z | Checking rustls-pemfile v2.2.0 |
504 | 2024-12-19T00:12:38.988Z | Checking webpki-roots v0.26.6 |
505 | 2024-12-19T00:12:39.254Z | Compiling ident_case v1.0.1 |
506 | 2024-12-19T00:12:39.704Z | Checking base64 v0.22.1 |
507 | 2024-12-19T00:12:39.913Z | Checking plain v0.2.3 |
508 | 2024-12-19T00:12:39.980Z | Compiling serde_derive v1.0.215 |
509 | 2024-12-19T00:12:40.063Z | Compiling zerocopy-derive v0.7.35 |
510 | 2024-12-19T00:12:40.176Z | Compiling thiserror-impl v1.0.69 |
511 | 2024-12-19T00:12:40.357Z | Compiling schemars_derive v0.8.21 |
512 | 2024-12-19T00:12:40.408Z | Compiling zerofrom-derive v0.1.4 |
513 | 2024-12-19T00:12:40.485Z | Compiling tokio-macros v2.4.0 |
514 | 2024-12-19T00:12:40.934Z | Compiling yoke-derive v0.7.4 |
515 | 2024-12-19T00:12:41.997Z | Checking tokio v1.40.0 |
516 | 2024-12-19T00:12:42.136Z | Compiling zerocopy v0.7.35 |
517 | 2024-12-19T00:12:43.336Z | Compiling zerovec-derive v0.10.3 |
518 | 2024-12-19T00:12:43.633Z | Compiling displaydoc v0.2.5 |
519 | 2024-12-19T00:12:43.697Z | Compiling futures-macro v0.3.31 |
520 | 2024-12-19T00:12:43.975Z | Checking zerofrom v0.1.4 |
521 | 2024-12-19T00:12:44.194Z | Checking yoke v0.7.4 |
522 | 2024-12-19T00:12:44.232Z | Compiling pest v2.7.14 |
523 | 2024-12-19T00:12:44.682Z | Compiling icu_provider_macros v1.5.0 |
524 | 2024-12-19T00:12:44.710Z | Compiling hashbrown v0.14.5 |
525 | 2024-12-19T00:12:45.625Z | Compiling openssl-macros v0.1.1 |
526 | 2024-12-19T00:12:45.651Z | Checking futures-util v0.3.31 |
527 | 2024-12-19T00:12:45.843Z | Checking zerovec v0.10.4 |
528 | 2024-12-19T00:12:46.027Z | Compiling regress v0.10.1 |
529 | 2024-12-19T00:12:46.984Z | Compiling pest_meta v2.7.14 |
530 | 2024-12-19T00:12:47.175Z | Compiling scroll_derive v0.12.0 |
531 | 2024-12-19T00:12:47.405Z | Checking tinystr v0.7.6 |
532 | 2024-12-19T00:12:48.672Z | Checking icu_locid v1.5.0 |
533 | 2024-12-19T00:12:49.178Z | Checking tokio-util v0.7.12 |
534 | 2024-12-19T00:12:49.719Z | Checking icu_provider v1.5.0 |
535 | 2024-12-19T00:12:50.042Z | Compiling pest_generator v2.7.14 |
536 | 2024-12-19T00:12:50.377Z | Checking icu_locid_transform v1.5.0 |
537 | 2024-12-19T00:12:50.774Z | Checking icu_collections v1.5.0 |
538 | 2024-12-19T00:12:50.874Z | Checking http-body-util v0.1.2 |
539 | 2024-12-19T00:12:51.101Z | Compiling regex v1.11.1 |
540 | 2024-12-19T00:12:51.305Z | Checking tokio-rustls v0.26.0 |
541 | 2024-12-19T00:12:51.365Z | Checking scroll v0.12.0 |
542 | 2024-12-19T00:12:51.441Z | Checking icu_properties v1.5.1 |
543 | 2024-12-19T00:12:51.792Z | Compiling pest_derive v2.7.14 |
544 | 2024-12-19T00:12:52.059Z | Compiling crossbeam-utils v0.8.20 |
545 | 2024-12-19T00:12:52.206Z | Checking tokio-native-tls v0.3.1 |
546 | 2024-12-19T00:12:52.598Z | Compiling strsim v0.11.1 |
547 | 2024-12-19T00:12:52.617Z | Compiling dtrace-parser v0.2.0 |
548 | 2024-12-19T00:12:52.669Z | Checking num_threads v0.1.7 |
549 | 2024-12-19T00:12:52.799Z | Checking indexmap v2.6.0 |
550 | 2024-12-19T00:12:54.086Z | Compiling serde_tokenstream v0.2.2 |
551 | 2024-12-19T00:12:54.643Z | Checking h2 v0.4.6 |
552 | 2024-12-19T00:12:54.683Z | Checking icu_normalizer v1.5.0 |
553 | 2024-12-19T00:12:55.325Z | Checking serde_urlencoded v0.7.1 |
554 | 2024-12-19T00:12:55.439Z | Checking idna_adapter v1.2.0 |
555 | 2024-12-19T00:12:55.631Z | Checking idna v1.0.3 |
556 | 2024-12-19T00:12:55.693Z | Checking openapiv3 v2.0.0 |
557 | 2024-12-19T00:12:55.714Z | Compiling darling_core v0.20.10 |
558 | 2024-12-19T00:12:56.123Z | Compiling dof v0.3.0 |
559 | 2024-12-19T00:12:57.005Z | Checking url v2.5.3 |
560 | 2024-12-19T00:12:57.043Z | Checking typify-impl v0.2.0 |
561 | 2024-12-19T00:12:57.874Z | Checking time v0.3.36 |
562 | 2024-12-19T00:12:58.792Z | Checking hyper v1.5.0 |
563 | 2024-12-19T00:12:59.456Z | Checking goblin v0.8.2 |
564 | 2024-12-19T00:12:59.715Z | Checking sync_wrapper v1.0.1 |
565 | 2024-12-19T00:12:59.855Z | Checking dirs-sys-next v0.1.2 |
566 | 2024-12-19T00:13:00.426Z | Compiling rustls v0.22.4 |
567 | 2024-12-19T00:13:00.700Z | Compiling omicron-workspace-hack v0.1.0 |
568 | 2024-12-19T00:13:00.730Z | Compiling unsafe-libyaml v0.2.11 |
569 | 2024-12-19T00:13:00.907Z | Checking hyper-util v0.1.10 |
570 | 2024-12-19T00:13:01.009Z | Checking pretty-hex v0.4.1 |
571 | 2024-12-19T00:13:01.175Z | Checking ipnet v2.10.1 |
572 | 2024-12-19T00:13:01.653Z | Compiling paste v1.0.15 |
573 | 2024-12-19T00:13:01.744Z | Compiling rustversion v1.0.17 |
574 | 2024-12-19T00:13:01.804Z | Compiling darling_macro v0.20.10 |
575 | 2024-12-19T00:13:02.205Z | Compiling serde_yaml v0.9.34+deprecated |
576 | 2024-12-19T00:13:02.463Z | Checking dirs-next v2.0.0 |
577 | 2024-12-19T00:13:02.559Z | Checking serde_spanned v0.6.8 |
578 | 2024-12-19T00:13:02.595Z | Checking toml_datetime v0.6.8 |
579 | 2024-12-19T00:13:02.650Z | Checking hyper-tls v0.6.0 |
580 | 2024-12-19T00:13:02.746Z | Checking hyper-rustls v0.27.3 |
581 | 2024-12-19T00:13:02.767Z | Checking ppv-lite86 v0.2.20 |
582 | 2024-12-19T00:13:02.894Z | Compiling structmeta-derive v0.3.0 |
583 | 2024-12-19T00:13:02.936Z | Checking crypto-common v0.1.6 |
584 | 2024-12-19T00:13:03.089Z | Checking reqwest v0.12.9 |
585 | 2024-12-19T00:13:03.106Z | Checking block-buffer v0.10.4 |
586 | 2024-12-19T00:13:03.198Z | Checking rand_core v0.6.4 |
587 | 2024-12-19T00:13:03.416Z | Checking thread_local v1.1.8 |
588 | 2024-12-19T00:13:03.494Z | Compiling multer v3.1.0 |
589 | 2024-12-19T00:13:03.518Z | Compiling anyhow v1.0.93 |
590 | 2024-12-19T00:13:03.721Z | Checking winnow v0.6.20 |
591 | 2024-12-19T00:13:03.819Z | Compiling slog-async v2.8.0 |
592 | 2024-12-19T00:13:04.145Z | Compiling camino v1.1.9 |
593 | 2024-12-19T00:13:04.328Z | Checking match_cfg v0.1.0 |
594 | 2024-12-19T00:13:04.420Z | Compiling newtype-uuid v1.1.3 |
595 | 2024-12-19T00:13:04.505Z | Checking progenitor-client v0.8.0 |
596 | 2024-12-19T00:13:04.763Z | Checking hostname v0.3.1 |
597 | 2024-12-19T00:13:04.893Z | Checking rand_chacha v0.3.1 |
598 | 2024-12-19T00:13:04.924Z | Checking digest v0.10.7 |
599 | 2024-12-19T00:13:05.173Z | Checking crossbeam-channel v0.5.13 |
600 | 2024-12-19T00:13:05.260Z | Compiling darling v0.20.10 |
601 | 2024-12-19T00:13:05.280Z | Checking term v0.7.0 |
602 | 2024-12-19T00:13:05.484Z | Compiling structmeta v0.3.0 |
603 | 2024-12-19T00:13:05.840Z | Checking slog-json v2.6.1 |
604 | 2024-12-19T00:13:05.871Z | Compiling usdt-attr-macro v0.5.0 |
605 | 2024-12-19T00:13:05.926Z | Compiling usdt-macro v0.5.0 |
606 | 2024-12-19T00:13:06.098Z | Checking futures-executor v0.3.31 |
607 | 2024-12-19T00:13:06.328Z | Compiling async-stream-impl v0.3.6 |
608 | 2024-12-19T00:13:06.641Z | Checking memmap v0.7.0 |
609 | 2024-12-19T00:13:06.772Z | Checking toml_edit v0.22.22 |
610 | 2024-12-19T00:13:06.815Z | Checking is-terminal v0.4.13 |
611 | 2024-12-19T00:13:06.843Z | Compiling dropshot v0.13.0 |
612 | 2024-12-19T00:13:06.946Z | Checking take_mut v0.2.2 |
613 | 2024-12-19T00:13:07.087Z | Checking cpufeatures v0.2.14 |
614 | 2024-12-19T00:13:07.177Z | Checking sha1 v0.10.6 |
615 | 2024-12-19T00:13:07.251Z | Checking usdt v0.5.0 |
616 | 2024-12-19T00:13:07.280Z | Checking slog-term v2.9.1 |
617 | 2024-12-19T00:13:07.468Z | Compiling strum_macros v0.26.4 |
618 | 2024-12-19T00:13:07.487Z | Checking futures v0.3.31 |
619 | 2024-12-19T00:13:07.511Z | Checking slog-bunyan v2.5.0 |
620 | 2024-12-19T00:13:07.594Z | Compiling parse-display-derive v0.10.0 |
621 | 2024-12-19T00:13:07.618Z | Checking async-stream v0.3.6 |
622 | 2024-12-19T00:13:07.672Z | Compiling serde_with_macros v3.11.0 |
623 | 2024-12-19T00:13:07.763Z | Checking rand v0.8.5 |
624 | 2024-12-19T00:13:09.284Z | Checking ipnetwork v0.20.0 |
625 | 2024-12-19T00:13:09.303Z | Compiling dropshot_endpoint v0.13.0 |
626 | 2024-12-19T00:13:09.306Z | Checking tokio-rustls v0.25.0 |
627 | 2024-12-19T00:13:09.340Z | Checking toml v0.8.19 |
628 | 2024-12-19T00:13:09.643Z | Checking hex v0.4.3 |
629 | 2024-12-19T00:13:09.692Z | Checking serde_path_to_error v0.1.16 |
630 | 2024-12-19T00:13:10.070Z | Compiling async-trait v0.1.83 |
631 | 2024-12-19T00:13:10.191Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
632 | 2024-12-19T00:13:10.284Z | Checking waitgroup v0.1.2 |
633 | 2024-12-19T00:13:10.325Z | Checking hostname v0.4.0 |
634 | 2024-12-19T00:13:10.421Z | Checking instant v0.1.13 |
635 | 2024-12-19T00:13:10.459Z | Checking debug-ignore v1.0.5 |
636 | 2024-12-19T00:13:10.534Z | Checking backoff v0.4.0 |
637 | 2024-12-19T00:13:10.597Z | Checking serde_with v3.11.0 |
638 | 2024-12-19T00:13:10.818Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
639 | 2024-12-19T00:13:10.960Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
640 | 2024-12-19T00:13:10.963Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
641 | 2024-12-19T00:13:11.105Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
642 | 2024-12-19T00:13:11.318Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
643 | 2024-12-19T00:13:11.517Z | Checking parse-display v0.10.0 |
644 | 2024-12-19T00:13:11.671Z | Checking macaddr v1.0.1 |
645 | 2024-12-19T00:13:11.750Z | Checking regress v0.9.1 |
646 | 2024-12-19T00:13:11.911Z | Checking strum v0.26.3 |
647 | 2024-12-19T00:13:11.948Z | Compiling typify-macro v0.2.0 |
648 | 2024-12-19T00:13:13.928Z | Compiling typify v0.2.0 |
649 | 2024-12-19T00:13:14.007Z | Compiling progenitor-impl v0.8.0 |
650 | 2024-12-19T00:13:16.613Z | Compiling progenitor-macro v0.8.0 |
651 | 2024-12-19T00:13:20.740Z | Checking progenitor v0.8.0 |
652 | 2024-12-19T00:13:20.869Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
653 | 2024-12-19T00:13:23.779Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
654 | 2024-12-19T00:13:31.270Z | Checking test-project v0.1.0 (/tmp/test-project) |
655 | 2024-12-19T00:13:31.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
656 | 2024-12-19T00:13:31.658Z | + cargo build --release |
657 | 2024-12-19T00:13:31.909Z | Compiling proc-macro2 v1.0.89 |
658 | 2024-12-19T00:13:31.909Z | Compiling unicode-ident v1.0.13 |
659 | 2024-12-19T00:13:31.911Z | Compiling libc v0.2.162 |
660 | 2024-12-19T00:13:31.912Z | Compiling cfg-if v1.0.0 |
661 | 2024-12-19T00:13:31.912Z | Compiling autocfg v1.4.0 |
662 | 2024-12-19T00:13:31.912Z | Compiling version_check v0.9.5 |
663 | 2024-12-19T00:13:31.912Z | Compiling serde v1.0.215 |
664 | 2024-12-19T00:13:31.912Z | Compiling memchr v2.7.4 |
665 | 2024-12-19T00:13:32.017Z | Compiling serde_json v1.0.132 |
666 | 2024-12-19T00:13:32.101Z | Compiling itoa v1.0.11 |
667 | 2024-12-19T00:13:32.353Z | Compiling thiserror v1.0.69 |
668 | 2024-12-19T00:13:32.486Z | Compiling once_cell v1.20.2 |
669 | 2024-12-19T00:13:32.557Z | Compiling shlex v1.3.0 |
670 | 2024-12-19T00:13:32.787Z | Compiling cc v1.1.30 |
671 | 2024-12-19T00:13:32.919Z | Compiling num-traits v0.2.19 |
672 | 2024-12-19T00:13:33.172Z | Compiling pin-project-lite v0.2.14 |
673 | 2024-12-19T00:13:33.290Z | Compiling smallvec v1.13.2 |
674 | 2024-12-19T00:13:33.349Z | Compiling getrandom v0.2.15 |
675 | 2024-12-19T00:13:33.480Z | Compiling ryu v1.0.18 |
676 | 2024-12-19T00:13:33.628Z | Compiling quote v1.0.37 |
677 | 2024-12-19T00:13:33.682Z | Compiling bytes v1.8.0 |
678 | 2024-12-19T00:13:33.757Z | Compiling futures-core v0.3.31 |
679 | 2024-12-19T00:13:33.900Z | Compiling lock_api v0.4.12 |
680 | 2024-12-19T00:13:33.995Z | Compiling syn v2.0.87 |
681 | 2024-12-19T00:13:34.029Z | Compiling ahash v0.8.11 |
682 | 2024-12-19T00:13:34.232Z | Compiling byteorder v1.5.0 |
683 | 2024-12-19T00:13:34.336Z | Compiling parking_lot_core v0.9.10 |
684 | 2024-12-19T00:13:34.397Z | Compiling schemars v0.8.21 |
685 | 2024-12-19T00:13:34.633Z | Compiling scopeguard v1.2.0 |
686 | 2024-12-19T00:13:34.679Z | Compiling slab v0.4.9 |
687 | 2024-12-19T00:13:34.769Z | Compiling log v0.4.22 |
688 | 2024-12-19T00:13:35.013Z | Compiling futures-sink v0.3.31 |
689 | 2024-12-19T00:13:35.158Z | Compiling parking_lot v0.12.3 |
690 | 2024-12-19T00:13:35.208Z | Compiling mio v1.0.2 |
691 | 2024-12-19T00:13:35.215Z | Compiling socket2 v0.5.7 |
692 | 2024-12-19T00:13:35.296Z | Compiling signal-hook-registry v1.4.2 |
693 | 2024-12-19T00:13:35.519Z | Compiling semver v1.0.23 |
694 | 2024-12-19T00:13:35.565Z | Compiling stable_deref_trait v1.2.0 |
695 | 2024-12-19T00:13:35.673Z | Compiling ring v0.17.8 |
696 | 2024-12-19T00:13:35.972Z | Compiling hashbrown v0.15.0 |
697 | 2024-12-19T00:13:35.998Z | Compiling equivalent v1.0.1 |
698 | 2024-12-19T00:13:36.098Z | Compiling fnv v1.0.7 |
699 | 2024-12-19T00:13:36.218Z | Compiling http v1.1.0 |
700 | 2024-12-19T00:13:36.808Z | Compiling futures-channel v0.3.31 |
701 | 2024-12-19T00:13:36.841Z | Compiling futures-task v0.3.31 |
702 | 2024-12-19T00:13:36.863Z | Compiling pin-utils v0.1.0 |
703 | 2024-12-19T00:13:36.946Z | Compiling futures-io v0.3.31 |
704 | 2024-12-19T00:13:37.221Z | Compiling rustls-pki-types v1.9.0 |
705 | 2024-12-19T00:13:37.257Z | Compiling pkg-config v0.3.31 |
706 | 2024-12-19T00:13:37.283Z | Compiling spin v0.9.8 |
707 | 2024-12-19T00:13:37.309Z | Compiling vcpkg v0.2.15 |
708 | 2024-12-19T00:13:37.456Z | Compiling heck v0.5.0 |
709 | 2024-12-19T00:13:38.491Z | Compiling ucd-trie v0.1.7 |
710 | 2024-12-19T00:13:38.574Z | Compiling litemap v0.7.3 |
711 | 2024-12-19T00:13:38.914Z | Compiling openssl-sys v0.9.103 |
712 | 2024-12-19T00:13:38.955Z | Compiling writeable v0.5.5 |
713 | 2024-12-19T00:13:38.967Z | Compiling iana-time-zone v0.1.61 |
714 | 2024-12-19T00:13:39.000Z | Compiling httparse v1.9.5 |
715 | 2024-12-19T00:13:39.681Z | Compiling untrusted v0.9.0 |
716 | 2024-12-19T00:13:39.757Z | Compiling tracing-core v0.1.32 |
717 | 2024-12-19T00:13:39.990Z | Compiling atomic-waker v1.1.2 |
718 | 2024-12-19T00:13:40.005Z | Compiling dyn-clone v1.0.17 |
719 | 2024-12-19T00:13:40.156Z | Compiling allocator-api2 v0.2.18 |
720 | 2024-12-19T00:13:40.894Z | Compiling tracing v0.1.40 |
721 | 2024-12-19T00:13:40.916Z | Compiling http-body v1.0.1 |
722 | 2024-12-19T00:13:41.155Z | Compiling subtle v2.6.1 |
723 | 2024-12-19T00:13:41.416Z | Compiling chrono v0.4.38 |
724 | 2024-12-19T00:13:41.531Z | Compiling zeroize v1.8.1 |
725 | 2024-12-19T00:13:41.548Z | Compiling icu_locid_transform_data v1.5.0 |
726 | 2024-12-19T00:13:41.576Z | Compiling synstructure v0.13.1 |
727 | 2024-12-19T00:13:41.640Z | Compiling serde_derive_internals v0.29.1 |
728 | 2024-12-19T00:13:41.853Z | Compiling uuid v1.11.0 |
729 | 2024-12-19T00:13:42.073Z | Compiling try-lock v0.2.5 |
730 | 2024-12-19T00:13:42.214Z | Compiling want v0.3.1 |
731 | 2024-12-19T00:13:42.540Z | Compiling slog v2.7.0 |
732 | 2024-12-19T00:13:42.953Z | Compiling openssl v0.10.66 |
733 | 2024-12-19T00:13:43.005Z | Compiling httpdate v1.0.3 |
734 | 2024-12-19T00:13:43.367Z | Compiling foreign-types-shared v0.1.1 |
735 | 2024-12-19T00:13:43.465Z | Compiling icu_properties_data v1.5.0 |
736 | 2024-12-19T00:13:43.710Z | Compiling foreign-types v0.3.2 |
737 | 2024-12-19T00:13:43.806Z | Compiling aho-corasick v1.1.3 |
738 | 2024-12-19T00:13:43.859Z | Compiling utf8_iter v1.0.4 |
739 | 2024-12-19T00:13:44.119Z | Compiling regex-syntax v0.8.5 |
740 | 2024-12-19T00:13:44.478Z | Compiling typenum v1.17.0 |
741 | 2024-12-19T00:13:45.254Z | Compiling rustls v0.23.14 |
742 | 2024-12-19T00:13:45.451Z | Compiling bitflags v2.6.0 |
743 | 2024-12-19T00:13:45.575Z | Compiling percent-encoding v2.3.1 |
744 | 2024-12-19T00:13:45.751Z | Compiling utf16_iter v1.0.5 |
745 | 2024-12-19T00:13:45.790Z | Compiling tower-service v0.3.3 |
746 | 2024-12-19T00:13:45.965Z | Compiling native-tls v0.2.12 |
747 | 2024-12-19T00:13:46.012Z | Compiling icu_normalizer_data v1.5.0 |
748 | 2024-12-19T00:13:46.103Z | Compiling write16 v1.0.0 |
749 | 2024-12-19T00:13:46.219Z | Compiling form_urlencoded v1.2.1 |
750 | 2024-12-19T00:13:46.772Z | Compiling generic-array v0.14.7 |
751 | 2024-12-19T00:13:47.061Z | Compiling serde_derive v1.0.215 |
752 | 2024-12-19T00:13:47.095Z | Compiling zerocopy-derive v0.7.35 |
753 | 2024-12-19T00:13:47.483Z | Compiling thiserror-impl v1.0.69 |
754 | 2024-12-19T00:13:48.172Z | Compiling zerofrom-derive v0.1.4 |
755 | 2024-12-19T00:13:48.208Z | Compiling schemars_derive v0.8.21 |
756 | 2024-12-19T00:13:49.239Z | Compiling zerocopy v0.7.35 |
757 | 2024-12-19T00:13:50.535Z | Compiling tokio-macros v2.4.0 |
758 | 2024-12-19T00:13:50.820Z | Compiling yoke-derive v0.7.4 |
759 | 2024-12-19T00:13:51.259Z | Compiling zerovec-derive v0.10.3 |
760 | 2024-12-19T00:13:51.686Z | Compiling zerofrom v0.1.4 |
761 | 2024-12-19T00:13:51.746Z | Compiling futures-macro v0.3.31 |
762 | 2024-12-19T00:13:51.919Z | Compiling displaydoc v0.2.5 |
763 | 2024-12-19T00:13:52.091Z | Compiling tokio v1.40.0 |
764 | 2024-12-19T00:13:53.583Z | Compiling yoke v0.7.4 |
765 | 2024-12-19T00:13:53.603Z | Compiling futures-util v0.3.31 |
766 | 2024-12-19T00:13:53.777Z | Compiling pest v2.7.14 |
767 | 2024-12-19T00:13:53.939Z | Compiling zerovec v0.10.4 |
768 | 2024-12-19T00:13:54.131Z | Compiling icu_provider_macros v1.5.0 |
769 | 2024-12-19T00:13:54.286Z | Compiling hashbrown v0.14.5 |
770 | 2024-12-19T00:13:55.648Z | Compiling rustls-webpki v0.102.8 |
771 | 2024-12-19T00:13:56.675Z | Compiling tinystr v0.7.6 |
772 | 2024-12-19T00:13:56.949Z | Compiling pest_meta v2.7.14 |
773 | 2024-12-19T00:13:57.122Z | Compiling icu_locid v1.5.0 |
774 | 2024-12-19T00:14:00.379Z | Compiling icu_provider v1.5.0 |
775 | 2024-12-19T00:14:00.513Z | Compiling pest_generator v2.7.14 |
776 | 2024-12-19T00:14:01.729Z | Compiling indexmap v2.6.0 |
777 | 2024-12-19T00:14:02.321Z | Compiling serde_tokenstream v0.2.2 |
778 | 2024-12-19T00:14:03.527Z | Compiling tokio-util v0.7.12 |
779 | 2024-12-19T00:14:04.528Z | Compiling h2 v0.4.6 |
780 | 2024-12-19T00:14:04.604Z | Compiling icu_locid_transform v1.5.0 |
781 | 2024-12-19T00:14:07.493Z | Compiling icu_collections v1.5.0 |
782 | 2024-12-19T00:14:07.587Z | Compiling regress v0.10.1 |
783 | 2024-12-19T00:14:10.162Z | Compiling hyper v1.5.0 |
784 | 2024-12-19T00:14:10.537Z | Compiling icu_properties v1.5.1 |
785 | 2024-12-19T00:14:11.375Z | Compiling typify-impl v0.2.0 |
786 | 2024-12-19T00:14:12.356Z | Compiling pest_derive v2.7.14 |
787 | 2024-12-19T00:14:13.799Z | Compiling openssl-macros v0.1.1 |
788 | 2024-12-19T00:14:16.783Z | Compiling icu_normalizer v1.5.0 |
789 | 2024-12-19T00:14:19.945Z | Compiling hyper-util v0.1.10 |
790 | 2024-12-19T00:14:20.573Z | Compiling regex-automata v0.4.8 |
791 | 2024-12-19T00:14:21.144Z | Compiling openssl-probe v0.1.5 |
792 | 2024-12-19T00:14:22.121Z | Compiling idna_adapter v1.2.0 |
793 | 2024-12-19T00:14:22.770Z | Compiling http-body-util v0.1.2 |
794 | 2024-12-19T00:14:23.555Z | Compiling typify-macro v0.2.0 |
795 | 2024-12-19T00:14:23.690Z | Compiling scroll_derive v0.12.0 |
796 | 2024-12-19T00:14:25.208Z | Compiling regex v1.11.1 |
797 | 2024-12-19T00:14:26.074Z | Compiling usdt-impl v0.5.0 |
798 | 2024-12-19T00:14:26.200Z | Compiling encoding_rs v0.8.34 |
799 | 2024-12-19T00:14:26.429Z | Compiling mime v0.3.17 |
800 | 2024-12-19T00:14:27.357Z | Compiling powerfmt v0.2.0 |
801 | 2024-12-19T00:14:27.545Z | Compiling num-conv v0.1.0 |
802 | 2024-12-19T00:14:27.844Z | Compiling time-core v0.1.2 |
803 | 2024-12-19T00:14:27.997Z | Compiling time-macros v0.2.18 |
804 | 2024-12-19T00:14:28.399Z | Compiling deranged v0.3.11 |
805 | 2024-12-19T00:14:30.511Z | Compiling tokio-rustls v0.26.0 |
806 | 2024-12-19T00:14:30.664Z | Compiling scroll v0.12.0 |
807 | 2024-12-19T00:14:30.952Z | Compiling thread-id v4.2.2 |
808 | 2024-12-19T00:14:30.984Z | Compiling idna v1.0.3 |
809 | 2024-12-19T00:14:31.051Z | Compiling tokio-native-tls v0.3.1 |
810 | 2024-12-19T00:14:31.329Z | Compiling dtrace-parser v0.2.0 |
811 | 2024-12-19T00:14:36.700Z | Compiling dof v0.3.0 |
812 | 2024-12-19T00:14:37.025Z | Compiling serde_urlencoded v0.7.1 |
813 | 2024-12-19T00:14:37.549Z | Compiling rustls-pemfile v2.2.0 |
814 | 2024-12-19T00:14:37.624Z | Compiling webpki-roots v0.26.6 |
815 | 2024-12-19T00:14:38.002Z | Compiling ident_case v1.0.1 |
816 | 2024-12-19T00:14:38.170Z | Compiling crossbeam-utils v0.8.20 |
817 | 2024-12-19T00:14:39.014Z | Compiling strsim v0.11.1 |
818 | 2024-12-19T00:14:39.730Z | Compiling num_threads v0.1.7 |
819 | 2024-12-19T00:14:40.030Z | Compiling plain v0.2.3 |
820 | 2024-12-19T00:14:40.035Z | Compiling base64 v0.22.1 |
821 | 2024-12-19T00:14:40.280Z | Compiling omicron-workspace-hack v0.1.0 |
822 | 2024-12-19T00:14:40.344Z | Compiling time v0.3.36 |
823 | 2024-12-19T00:14:41.111Z | Compiling goblin v0.8.2 |
824 | 2024-12-19T00:14:41.360Z | Compiling darling_core v0.20.10 |
825 | 2024-12-19T00:14:49.516Z | Compiling hyper-rustls v0.27.3 |
826 | 2024-12-19T00:14:50.264Z | Compiling url v2.5.3 |
827 | 2024-12-19T00:14:51.209Z | Compiling hyper-tls v0.6.0 |
828 | 2024-12-19T00:14:51.250Z | Compiling typify v0.2.0 |
829 | 2024-12-19T00:14:51.372Z | Compiling openapiv3 v2.0.0 |
830 | 2024-12-19T00:14:53.252Z | Compiling sync_wrapper v1.0.1 |
831 | 2024-12-19T00:14:53.391Z | Compiling dirs-sys-next v0.1.2 |
832 | 2024-12-19T00:14:54.894Z | Compiling unsafe-libyaml v0.2.11 |
833 | 2024-12-19T00:14:55.627Z | Compiling rustversion v1.0.17 |
834 | 2024-12-19T00:14:56.074Z | Compiling ipnet v2.10.1 |
835 | 2024-12-19T00:14:56.251Z | Compiling rustls v0.22.4 |
836 | 2024-12-19T00:14:56.560Z | Compiling paste v1.0.15 |
837 | 2024-12-19T00:14:56.633Z | Compiling pretty-hex v0.4.1 |
838 | 2024-12-19T00:14:57.100Z | Compiling reqwest v0.12.9 |
839 | 2024-12-19T00:14:58.291Z | Compiling serde_yaml v0.9.34+deprecated |
840 | 2024-12-19T00:14:59.188Z | Compiling progenitor-impl v0.8.0 |
841 | 2024-12-19T00:15:02.213Z | Compiling dirs-next v2.0.0 |
842 | 2024-12-19T00:15:03.499Z | Compiling darling_macro v0.20.10 |
843 | 2024-12-19T00:15:04.629Z | Compiling block-buffer v0.10.4 |
844 | 2024-12-19T00:15:04.875Z | Compiling crypto-common v0.1.6 |
845 | 2024-12-19T00:15:05.078Z | Compiling serde_spanned v0.6.8 |
846 | 2024-12-19T00:15:05.156Z | Compiling toml_datetime v0.6.8 |
847 | 2024-12-19T00:15:05.313Z | Compiling ppv-lite86 v0.2.20 |
848 | 2024-12-19T00:15:05.685Z | Compiling structmeta-derive v0.3.0 |
849 | 2024-12-19T00:15:05.844Z | Compiling rand_core v0.6.4 |
850 | 2024-12-19T00:15:06.100Z | Compiling thread_local v1.1.8 |
851 | 2024-12-19T00:15:06.240Z | Compiling multer v3.1.0 |
852 | 2024-12-19T00:15:06.302Z | Compiling slog-async v2.8.0 |
853 | 2024-12-19T00:15:06.565Z | Compiling match_cfg v0.1.0 |
854 | 2024-12-19T00:15:06.648Z | Compiling newtype-uuid v1.1.3 |
855 | 2024-12-19T00:15:06.790Z | Compiling winnow v0.6.20 |
856 | 2024-12-19T00:15:06.805Z | Compiling anyhow v1.0.93 |
857 | 2024-12-19T00:15:06.963Z | Compiling camino v1.1.9 |
858 | 2024-12-19T00:15:07.677Z | Compiling hostname v0.3.1 |
859 | 2024-12-19T00:15:07.781Z | Compiling rand_chacha v0.3.1 |
860 | 2024-12-19T00:15:08.404Z | Compiling structmeta v0.3.0 |
861 | 2024-12-19T00:15:08.494Z | Compiling progenitor-macro v0.8.0 |
862 | 2024-12-19T00:15:08.781Z | Compiling digest v0.10.7 |
863 | 2024-12-19T00:15:09.175Z | Compiling darling v0.20.10 |
864 | 2024-12-19T00:15:09.280Z | Compiling crossbeam-channel v0.5.13 |
865 | 2024-12-19T00:15:09.521Z | Compiling term v0.7.0 |
866 | 2024-12-19T00:15:10.853Z | Compiling toml_edit v0.22.22 |
867 | 2024-12-19T00:15:11.191Z | Compiling progenitor-client v0.8.0 |
868 | 2024-12-19T00:15:15.239Z | Compiling usdt-macro v0.5.0 |
869 | 2024-12-19T00:15:16.585Z | Compiling usdt-attr-macro v0.5.0 |
870 | 2024-12-19T00:15:18.071Z | Compiling slog-json v2.6.1 |
871 | 2024-12-19T00:15:18.523Z | Compiling futures-executor v0.3.31 |
872 | 2024-12-19T00:15:18.994Z | Compiling async-stream-impl v0.3.6 |
873 | 2024-12-19T00:15:19.724Z | Compiling memmap v0.7.0 |
874 | 2024-12-19T00:15:20.156Z | Compiling is-terminal v0.4.13 |
875 | 2024-12-19T00:15:20.278Z | Compiling dropshot v0.13.0 |
876 | 2024-12-19T00:15:20.325Z | Compiling take_mut v0.2.2 |
877 | 2024-12-19T00:15:20.481Z | Compiling cpufeatures v0.2.14 |
878 | 2024-12-19T00:15:20.573Z | Compiling sha1 v0.10.6 |
879 | 2024-12-19T00:15:21.324Z | Compiling async-stream v0.3.6 |
880 | 2024-12-19T00:15:21.578Z | Compiling progenitor v0.8.0 |
881 | 2024-12-19T00:15:21.627Z | Compiling slog-term v2.9.1 |
882 | 2024-12-19T00:15:21.794Z | Compiling usdt v0.5.0 |
883 | 2024-12-19T00:15:23.374Z | Compiling futures v0.3.31 |
884 | 2024-12-19T00:15:23.561Z | Compiling slog-bunyan v2.5.0 |
885 | 2024-12-19T00:15:23.827Z | Compiling tokio-rustls v0.25.0 |
886 | 2024-12-19T00:15:24.058Z | Compiling toml v0.8.19 |
887 | 2024-12-19T00:15:24.272Z | Compiling strum_macros v0.26.4 |
888 | 2024-12-19T00:15:24.620Z | Compiling serde_with_macros v3.11.0 |
889 | 2024-12-19T00:15:27.316Z | Compiling parse-display-derive v0.10.0 |
890 | 2024-12-19T00:15:28.943Z | Compiling rand v0.8.5 |
891 | 2024-12-19T00:15:32.869Z | Compiling ipnetwork v0.20.0 |
892 | 2024-12-19T00:15:33.241Z | Compiling dropshot_endpoint v0.13.0 |
893 | 2024-12-19T00:15:33.640Z | Compiling hex v0.4.3 |
894 | 2024-12-19T00:15:33.710Z | Compiling serde_path_to_error v0.1.16 |
895 | 2024-12-19T00:15:34.335Z | Compiling async-trait v0.1.83 |
896 | 2024-12-19T00:15:34.797Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
897 | 2024-12-19T00:15:35.602Z | Compiling waitgroup v0.1.2 |
898 | 2024-12-19T00:15:35.832Z | Compiling hostname v0.4.0 |
899 | 2024-12-19T00:15:36.076Z | Compiling instant v0.1.13 |
900 | 2024-12-19T00:15:36.217Z | Compiling debug-ignore v1.0.5 |
901 | 2024-12-19T00:15:36.359Z | Compiling backoff v0.4.0 |
902 | 2024-12-19T00:15:36.681Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
903 | 2024-12-19T00:15:36.763Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
904 | 2024-12-19T00:15:36.866Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
905 | 2024-12-19T00:15:37.019Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
906 | 2024-12-19T00:15:37.618Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
907 | 2024-12-19T00:15:37.952Z | Compiling parse-display v0.10.0 |
908 | 2024-12-19T00:15:40.192Z | Compiling strum v0.26.3 |
909 | 2024-12-19T00:15:40.379Z | Compiling serde_with v3.11.0 |
910 | 2024-12-19T00:15:41.399Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
911 | 2024-12-19T00:15:41.830Z | Compiling regress v0.9.1 |
912 | 2024-12-19T00:15:42.248Z | Compiling macaddr v1.0.1 |
913 | 2024-12-19T00:15:45.938Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
914 | 2024-12-19T00:15:57.042Z | Compiling test-project v0.1.0 (/tmp/test-project) |
915 | 2024-12-19T00:16:06.840Z | Finished `release` profile [optimized] target(s) in 2m 35s |
916 | 2024-12-19T00:16:06.905Z | process exited: duration 234366 ms, exit code 0 |
|
917 | 2024-12-19T00:16:06.911Z | found 0 output files |