|
|
|
1 | 2025-01-10T04:20:25.381Z | job assigned to worker 01JH770FZQE7QMENQP5V0CT85B [factory aws, i-0c6b5d53a01639caa] (queued for 1 m 1 s) |
|
2 | 2025-01-10T04:20:33.129Z | starting task 0: "setup" |
3 | 2025-01-10T04:20:33.138Z | ++ uname -s |
4 | 2025-01-10T04:20:33.143Z | + kern=SunOS |
5 | 2025-01-10T04:20:33.143Z | + case "$kern" in |
6 | 2025-01-10T04:20:33.143Z | + groupadd -g 12345 build |
7 | 2025-01-10T04:20:33.145Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-10T04:20:35.151Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-10T04:20:35.277Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-10T04:20:35.280Z | + home_fs=zfs |
11 | 2025-01-10T04:20:35.280Z | + [[ zfs == autofs ]] |
12 | 2025-01-10T04:20:35.280Z | + mkdir -p /home/build |
13 | 2025-01-10T04:20:35.282Z | + chown build:build /home/build /work |
14 | 2025-01-10T04:20:37.285Z | + chmod 0700 /home/build /work |
15 | 2025-01-10T04:20:37.288Z | process exited: duration 4159 ms, exit code 0 |
|
16 | 2025-01-10T04:20:37.294Z | starting task 1: "rust-toolchain" |
17 | 2025-01-10T04:20:37.299Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-10T04:20:37.299Z | ' 1.81.0 |
19 | 2025-01-10T04:20:37.299Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-10T04:20:37.300Z | ' default |
21 | 2025-01-10T04:20:37.300Z | * toolchain channel = "1.81.0" |
22 | 2025-01-10T04:20:37.300Z | * toolchain profile = "default" |
23 | 2025-01-10T04:20:37.302Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-10T04:20:37.302Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2025-01-10T04:20:37.415Z | info: downloading installer |
26 | 2025-01-10T04:20:38.791Z | info: profile set to 'default' |
27 | 2025-01-10T04:20:38.791Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-10T04:20:38.793Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2025-01-10T04:20:38.950Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2025-01-10T04:20:38.951Z | info: downloading component 'cargo' |
31 | 2025-01-10T04:20:39.788Z | info: downloading component 'clippy' |
32 | 2025-01-10T04:20:40.106Z | info: downloading component 'rust-docs' |
33 | 2025-01-10T04:20:41.265Z | info: downloading component 'rust-std' |
34 | 2025-01-10T04:20:43.088Z | info: downloading component 'rustc' |
35 | 2025-01-10T04:20:49.558Z | info: downloading component 'rustfmt' |
36 | 2025-01-10T04:20:49.805Z | info: installing component 'cargo' |
37 | 2025-01-10T04:20:50.597Z | info: installing component 'clippy' |
38 | 2025-01-10T04:20:50.958Z | info: installing component 'rust-docs' |
39 | 2025-01-10T04:20:52.564Z | info: installing component 'rust-std' |
40 | 2025-01-10T04:20:54.290Z | info: installing component 'rustc' |
41 | 2025-01-10T04:20:59.972Z | info: installing component 'rustfmt' |
42 | 2025-01-10T04:21:00.293Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2025-01-10T04:21:00.293Z | |
44 | 2025-01-10T04:21:00.662Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2025-01-10T04:21:00.662Z | |
46 | 2025-01-10T04:21:00.664Z | |
47 | 2025-01-10T04:21:00.665Z | Rust is installed now. Great! |
48 | 2025-01-10T04:21:00.665Z | |
49 | 2025-01-10T04:21:00.665Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-10T04:21:00.665Z | environment variable. This has not been done automatically. |
51 | 2025-01-10T04:21:00.665Z | |
52 | 2025-01-10T04:21:00.665Z | To configure your current shell, you need to source |
53 | 2025-01-10T04:21:00.665Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-10T04:21:00.665Z | |
55 | 2025-01-10T04:21:00.665Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-10T04:21:00.665Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-10T04:21:00.665Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-10T04:21:00.734Z | + rustc --version |
59 | 2025-01-10T04:21:00.799Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2025-01-10T04:21:00.802Z | process exited: duration 23501 ms, exit code 0 |
|
61 | 2025-01-10T04:21:00.807Z | starting task 2: "authentication" |
62 | 2025-01-10T04:21:00.827Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-10T04:21:00.833Z | starting task 3: "clone repository" |
64 | 2025-01-10T04:21:00.838Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-10T04:21:00.841Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-10T04:21:00.877Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-10T04:21:07.485Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-10T04:21:07.488Z | + git fetch origin 75226cefc40ad306443bc202ef41c7c0e7411e6a |
69 | 2025-01-10T04:21:07.850Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-10T04:21:07.850Z | * branch 75226cefc40ad306443bc202ef41c7c0e7411e6a -> FETCH_HEAD |
71 | 2025-01-10T04:21:07.864Z | + [[ -n renovate/uuid-1.x ]] |
72 | 2025-01-10T04:21:07.872Z | ++ git branch --show-current |
73 | 2025-01-10T04:21:07.872Z | + current=main |
74 | 2025-01-10T04:21:07.872Z | + [[ main != renovate/uuid-1.x ]] |
75 | 2025-01-10T04:21:07.873Z | + git branch -f renovate/uuid-1.x 75226cefc40ad306443bc202ef41c7c0e7411e6a |
76 | 2025-01-10T04:21:07.873Z | + git checkout -f renovate/uuid-1.x |
77 | 2025-01-10T04:21:08.046Z | Switched to branch 'renovate/uuid-1.x' |
78 | 2025-01-10T04:21:08.052Z | + git reset --hard 75226cefc40ad306443bc202ef41c7c0e7411e6a |
79 | 2025-01-10T04:21:08.223Z | HEAD is now at 75226cefc Update Rust crate uuid to 1.11.1 |
80 | 2025-01-10T04:21:08.228Z | process exited: duration 7390 ms, exit code 0 |
|
81 | 2025-01-10T04:21:08.237Z | starting task 4: "build" |
82 | 2025-01-10T04:21:08.242Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-10T04:21:08.247Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-10T04:21:08.247Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-10T04:21:08.247Z | + cargo --version |
86 | 2025-01-10T04:21:08.303Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2025-01-10T04:21:08.309Z | + rustc --version |
88 | 2025-01-10T04:21:08.365Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2025-01-10T04:21:08.368Z | + cd /tmp |
90 | 2025-01-10T04:21:08.368Z | + cargo new --lib test-project |
91 | 2025-01-10T04:21:08.426Z | Creating library `test-project` package |
92 | 2025-01-10T04:21:08.504Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2025-01-10T04:21:08.511Z | + cd test-project |
94 | 2025-01-10T04:21:08.511Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2025-01-10T04:21:08.566Z | Adding omicron-common (local) to dependencies |
96 | 2025-01-10T04:21:08.566Z | Features: |
97 | 2025-01-10T04:21:08.572Z | - proptest |
98 | 2025-01-10T04:21:08.572Z | - test-strategy |
99 | 2025-01-10T04:21:08.572Z | - testing |
100 | 2025-01-10T04:21:08.573Z | Updating crates.io index |
101 | 2025-01-10T04:21:08.628Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
102 | 2025-01-10T04:21:09.136Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
103 | 2025-01-10T04:21:09.620Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2025-01-10T04:21:10.075Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
105 | 2025-01-10T04:21:10.524Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
106 | 2025-01-10T04:21:12.481Z | Locking 334 packages to latest compatible versions |
107 | 2025-01-10T04:21:12.499Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
108 | 2025-01-10T04:21:12.499Z | Adding dropshot v0.13.0 (latest: v0.15.1) |
109 | 2025-01-10T04:21:12.499Z | Adding dropshot_endpoint v0.13.0 (latest: v0.15.1) |
110 | 2025-01-10T04:21:12.499Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
111 | 2025-01-10T04:21:12.499Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
112 | 2025-01-10T04:21:12.499Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
113 | 2025-01-10T04:21:12.499Z | Adding goblin v0.8.2 (latest: v0.9.3) |
114 | 2025-01-10T04:21:12.500Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
115 | 2025-01-10T04:21:12.500Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
116 | 2025-01-10T04:21:12.500Z | Adding hostname v0.3.1 (latest: v0.4.0) |
117 | 2025-01-10T04:21:12.500Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
118 | 2025-01-10T04:21:12.500Z | Adding ipnetwork v0.20.0 (latest: v0.21.1) |
119 | 2025-01-10T04:21:12.500Z | Adding itertools v0.10.5 (latest: v0.14.0) |
120 | 2025-01-10T04:21:12.500Z | Adding linux-raw-sys v0.4.15 (latest: v0.7.0) |
121 | 2025-01-10T04:21:12.500Z | Adding progenitor v0.8.0 (latest: v0.9.1) |
122 | 2025-01-10T04:21:12.500Z | Adding progenitor-client v0.8.0 (latest: v0.9.1) |
123 | 2025-01-10T04:21:12.500Z | Adding progenitor-impl v0.8.0 (latest: v0.9.1) |
124 | 2025-01-10T04:21:12.500Z | Adding progenitor-macro v0.8.0 (latest: v0.9.1) |
125 | 2025-01-10T04:21:12.500Z | Adding redox_users v0.4.6 (latest: v0.5.0) |
126 | 2025-01-10T04:21:12.500Z | Adding regress v0.9.1 (latest: v0.10.1) |
127 | 2025-01-10T04:21:12.500Z | Adding rustls v0.22.4 (latest: v0.23.20) |
128 | 2025-01-10T04:21:12.500Z | Adding security-framework v2.11.1 (latest: v3.2.0) |
129 | 2025-01-10T04:21:12.500Z | Adding syn v1.0.109 (latest: v2.0.96) |
130 | 2025-01-10T04:21:12.500Z | Adding term v0.7.0 (latest: v1.0.1) |
131 | 2025-01-10T04:21:12.500Z | Adding thiserror v1.0.69 (latest: v2.0.10) |
132 | 2025-01-10T04:21:12.500Z | Adding thiserror-impl v1.0.69 (latest: v2.0.10) |
133 | 2025-01-10T04:21:12.500Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
134 | 2025-01-10T04:21:12.500Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
135 | 2025-01-10T04:21:12.500Z | Adding tokio-rustls v0.25.0 (latest: v0.26.1) |
136 | 2025-01-10T04:21:12.500Z | Adding typify v0.2.0 (latest: v0.3.0) |
137 | 2025-01-10T04:21:12.500Z | Adding typify-impl v0.2.0 (latest: v0.3.0) |
138 | 2025-01-10T04:21:12.500Z | Adding typify-macro v0.2.0 (latest: v0.3.0) |
139 | 2025-01-10T04:21:12.500Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
140 | 2025-01-10T04:21:12.500Z | Adding windows v0.52.0 (latest: v0.59.0) |
141 | 2025-01-10T04:21:12.500Z | Adding windows-core v0.52.0 (latest: v0.59.0) |
142 | 2025-01-10T04:21:12.500Z | Adding windows-registry v0.2.0 (latest: v0.4.0) |
143 | 2025-01-10T04:21:12.500Z | Adding windows-result v0.2.0 (latest: v0.3.0) |
144 | 2025-01-10T04:21:12.500Z | Adding windows-strings v0.1.0 (latest: v0.3.0) |
145 | 2025-01-10T04:21:12.500Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
146 | 2025-01-10T04:21:12.500Z | Adding windows-targets v0.52.6 (latest: v0.53.0) |
147 | 2025-01-10T04:21:12.500Z | Adding windows_aarch64_gnullvm v0.52.6 (latest: v0.53.0) |
148 | 2025-01-10T04:21:12.500Z | Adding windows_aarch64_msvc v0.52.6 (latest: v0.53.0) |
149 | 2025-01-10T04:21:12.500Z | Adding windows_i686_gnu v0.52.6 (latest: v0.53.0) |
150 | 2025-01-10T04:21:12.500Z | Adding windows_i686_gnullvm v0.52.6 (latest: v0.53.0) |
151 | 2025-01-10T04:21:12.501Z | Adding windows_i686_msvc v0.52.6 (latest: v0.53.0) |
152 | 2025-01-10T04:21:12.501Z | Adding windows_x86_64_gnu v0.52.6 (latest: v0.53.0) |
153 | 2025-01-10T04:21:12.501Z | Adding windows_x86_64_gnullvm v0.52.6 (latest: v0.53.0) |
154 | 2025-01-10T04:21:12.501Z | Adding windows_x86_64_msvc v0.52.6 (latest: v0.53.0) |
155 | 2025-01-10T04:21:12.501Z | Adding writeable v0.5.5 (latest: v0.6.0) |
156 | 2025-01-10T04:21:12.501Z | Adding zerocopy v0.7.35 (latest: v0.8.14) |
157 | 2025-01-10T04:21:12.501Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.14) |
158 | 2025-01-10T04:21:12.501Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
159 | 2025-01-10T04:21:12.501Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
160 | 2025-01-10T04:21:12.501Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
161 | 2025-01-10T04:21:12.501Z | + cargo check |
162 | 2025-01-10T04:21:12.501Z | Updating crates.io index |
163 | 2025-01-10T04:21:12.912Z | Locking 2 packages to latest compatible versions |
164 | 2025-01-10T04:21:16.166Z | Adding omicron-workspace-hack v0.1.0 |
165 | 2025-01-10T04:21:18.223Z | Adding test-project v0.1.0 (/tmp/test-project) |
166 | 2025-01-10T04:21:19.039Z | Downloading crates ... |
167 | 2025-01-10T04:21:19.143Z | Downloaded async-stream-impl v0.3.6 |
168 | 2025-01-10T04:21:19.154Z | Downloaded atomic-waker v1.1.2 |
169 | 2025-01-10T04:21:19.165Z | Downloaded darling_macro v0.20.10 |
170 | 2025-01-10T04:21:19.169Z | Downloaded match_cfg v0.1.0 |
171 | 2025-01-10T04:21:19.174Z | Downloaded icu_provider_macros v1.5.0 |
172 | 2025-01-10T04:21:19.174Z | Downloaded ident_case v1.0.1 |
173 | 2025-01-10T04:21:19.176Z | Downloaded tower-service v0.3.3 |
174 | 2025-01-10T04:21:19.180Z | Downloaded instant v0.1.13 |
175 | 2025-01-10T04:21:19.182Z | Downloaded http-body v1.0.1 |
176 | 2025-01-10T04:21:19.183Z | Downloaded foreign-types v0.3.2 |
177 | 2025-01-10T04:21:19.185Z | Downloaded openssl-probe v0.1.5 |
178 | 2025-01-10T04:21:19.185Z | Downloaded write16 v1.0.0 |
179 | 2025-01-10T04:21:19.187Z | Downloaded try-lock v0.2.5 |
180 | 2025-01-10T04:21:19.190Z | Downloaded num-conv v0.1.0 |
181 | 2025-01-10T04:21:19.190Z | Downloaded foreign-types-shared v0.1.1 |
182 | 2025-01-10T04:21:19.192Z | Downloaded tinyvec_macros v0.1.1 |
183 | 2025-01-10T04:21:19.192Z | Downloaded dtrace-parser v0.2.0 |
184 | 2025-01-10T04:21:19.192Z | Downloaded usdt-attr-macro v0.5.0 |
185 | 2025-01-10T04:21:19.195Z | Downloaded zerofrom v0.1.4 |
186 | 2025-01-10T04:21:19.195Z | Downloaded darling v0.20.10 |
187 | 2025-01-10T04:21:19.198Z | Downloaded omicron-workspace-hack v0.1.0 |
188 | 2025-01-10T04:21:19.201Z | Downloaded want v0.3.1 |
189 | 2025-01-10T04:21:19.201Z | Downloaded take_mut v0.2.2 |
190 | 2025-01-10T04:21:19.203Z | Downloaded deranged v0.3.11 |
191 | 2025-01-10T04:21:19.203Z | Downloaded debug-ignore v1.0.5 |
192 | 2025-01-10T04:21:19.206Z | Downloaded byteorder v1.5.0 |
193 | 2025-01-10T04:21:19.209Z | Downloaded tokio-macros v2.4.0 |
194 | 2025-01-10T04:21:19.209Z | Downloaded equivalent v1.0.1 |
195 | 2025-01-10T04:21:19.211Z | Downloaded crypto-common v0.1.6 |
196 | 2025-01-10T04:21:19.211Z | Downloaded tokio-native-tls v0.3.1 |
197 | 2025-01-10T04:21:19.214Z | Downloaded openssl-macros v0.1.1 |
198 | 2025-01-10T04:21:19.214Z | Downloaded progenitor-client v0.8.0 |
199 | 2025-01-10T04:21:19.216Z | Downloaded waitgroup v0.1.2 |
200 | 2025-01-10T04:21:19.216Z | Downloaded idna_adapter v1.2.0 |
201 | 2025-01-10T04:21:19.218Z | Downloaded futures-io v0.3.31 |
202 | 2025-01-10T04:21:19.218Z | Downloaded autocfg v1.4.0 |
203 | 2025-01-10T04:21:19.221Z | Downloaded async-stream v0.3.6 |
204 | 2025-01-10T04:21:19.223Z | Downloaded pretty-hex v0.4.1 |
205 | 2025-01-10T04:21:19.226Z | Downloaded tinystr v0.7.6 |
206 | 2025-01-10T04:21:19.228Z | Downloaded ipnetwork v0.20.0 |
207 | 2025-01-10T04:21:19.231Z | Downloaded futures-sink v0.3.31 |
208 | 2025-01-10T04:21:19.231Z | Downloaded http-body-util v0.1.2 |
209 | 2025-01-10T04:21:19.233Z | Downloaded pin-utils v0.1.0 |
210 | 2025-01-10T04:21:19.235Z | Downloaded thiserror-impl v1.0.69 |
211 | 2025-01-10T04:21:19.235Z | Downloaded zerofrom-derive v0.1.4 |
212 | 2025-01-10T04:21:19.238Z | Downloaded macaddr v1.0.1 |
213 | 2025-01-10T04:21:19.241Z | Downloaded itoa v1.0.11 |
214 | 2025-01-10T04:21:19.241Z | Downloaded plain v0.2.3 |
215 | 2025-01-10T04:21:19.244Z | Downloaded powerfmt v0.2.0 |
216 | 2025-01-10T04:21:19.244Z | Downloaded progenitor v0.8.0 |
217 | 2025-01-10T04:21:19.247Z | Downloaded generic-array v0.14.7 |
218 | 2025-01-10T04:21:19.247Z | Downloaded pest_generator v2.7.14 |
219 | 2025-01-10T04:21:19.249Z | Downloaded ahash v0.8.11 |
220 | 2025-01-10T04:21:19.251Z | Downloaded zerovec-derive v0.10.3 |
221 | 2025-01-10T04:21:19.254Z | Downloaded is-terminal v0.4.13 |
222 | 2025-01-10T04:21:19.254Z | Downloaded ppv-lite86 v0.2.20 |
223 | 2025-01-10T04:21:19.257Z | Downloaded tokio-rustls v0.25.0 |
224 | 2025-01-10T04:21:19.260Z | Downloaded newtype-uuid v1.1.3 |
225 | 2025-01-10T04:21:19.260Z | Downloaded mime v0.3.17 |
226 | 2025-01-10T04:21:19.262Z | Downloaded scroll_derive v0.12.0 |
227 | 2025-01-10T04:21:19.262Z | Downloaded pkg-config v0.3.31 |
228 | 2025-01-10T04:21:19.265Z | Downloaded percent-encoding v2.3.1 |
229 | 2025-01-10T04:21:19.265Z | Downloaded memmap v0.7.0 |
230 | 2025-01-10T04:21:19.267Z | Downloaded paste v1.0.15 |
231 | 2025-01-10T04:21:19.269Z | Downloaded num_threads v0.1.7 |
232 | 2025-01-10T04:21:19.270Z | Downloaded typify-macro v0.2.0 |
233 | 2025-01-10T04:21:19.272Z | Downloaded getrandom v0.2.15 |
234 | 2025-01-10T04:21:19.275Z | Downloaded sync_wrapper v1.0.1 |
235 | 2025-01-10T04:21:19.275Z | Downloaded dirs-next v2.0.0 |
236 | 2025-01-10T04:21:19.278Z | Downloaded tokio-rustls v0.26.0 |
237 | 2025-01-10T04:21:19.281Z | Downloaded progenitor-macro v0.8.0 |
238 | 2025-01-10T04:21:19.281Z | Downloaded utf8_iter v1.0.4 |
239 | 2025-01-10T04:21:19.281Z | Downloaded iana-time-zone v0.1.61 |
240 | 2025-01-10T04:21:19.284Z | Downloaded parse-display-derive v0.10.0 |
241 | 2025-01-10T04:21:19.286Z | Downloaded term v0.7.0 |
242 | 2025-01-10T04:21:19.288Z | Downloaded litemap v0.7.3 |
243 | 2025-01-10T04:21:19.291Z | Downloaded untrusted v0.9.0 |
244 | 2025-01-10T04:21:19.294Z | Downloaded httparse v1.9.5 |
245 | 2025-01-10T04:21:19.297Z | Downloaded pin-project-lite v0.2.14 |
246 | 2025-01-10T04:21:19.300Z | Downloaded native-tls v0.2.12 |
247 | 2025-01-10T04:21:19.302Z | Downloaded toml v0.8.19 |
248 | 2025-01-10T04:21:19.305Z | Downloaded quinn-udp v0.5.5 |
249 | 2025-01-10T04:21:19.308Z | Downloaded lock_api v0.4.12 |
250 | 2025-01-10T04:21:19.310Z | Downloaded ipnet v2.10.1 |
251 | 2025-01-10T04:21:19.310Z | Downloaded anyhow v1.0.93 |
252 | 2025-01-10T04:21:19.315Z | Downloaded parse-display v0.10.0 |
253 | 2025-01-10T04:21:19.317Z | Downloaded zerocopy-derive v0.7.35 |
254 | 2025-01-10T04:21:19.320Z | Downloaded sha1 v0.10.6 |
255 | 2025-01-10T04:21:19.322Z | Downloaded strsim v0.11.1 |
256 | 2025-01-10T04:21:19.325Z | Downloaded stable_deref_trait v1.2.0 |
257 | 2025-01-10T04:21:19.325Z | Downloaded serde_path_to_error v0.1.16 |
258 | 2025-01-10T04:21:19.328Z | Downloaded slab v0.4.9 |
259 | 2025-01-10T04:21:19.328Z | Downloaded icu_normalizer_data v1.5.0 |
260 | 2025-01-10T04:21:19.330Z | Downloaded multer v3.1.0 |
261 | 2025-01-10T04:21:19.333Z | Downloaded usdt-impl v0.5.0 |
262 | 2025-01-10T04:21:19.335Z | Downloaded unicode-ident v1.0.13 |
263 | 2025-01-10T04:21:19.337Z | Downloaded icu_provider v1.5.0 |
264 | 2025-01-10T04:21:19.340Z | Downloaded typenum v1.17.0 |
265 | 2025-01-10T04:21:19.343Z | Downloaded strum v0.26.3 |
266 | 2025-01-10T04:21:19.345Z | Downloaded scopeguard v1.2.0 |
267 | 2025-01-10T04:21:19.345Z | Downloaded once_cell v1.20.2 |
268 | 2025-01-10T04:21:19.348Z | Downloaded writeable v0.5.5 |
269 | 2025-01-10T04:21:19.350Z | Downloaded structmeta v0.3.0 |
270 | 2025-01-10T04:21:19.350Z | Downloaded pest_derive v2.7.14 |
271 | 2025-01-10T04:21:19.353Z | Downloaded parking_lot v0.12.3 |
272 | 2025-01-10T04:21:19.356Z | Downloaded num-traits v0.2.19 |
273 | 2025-01-10T04:21:19.359Z | Downloaded shlex v1.3.0 |
274 | 2025-01-10T04:21:19.362Z | Downloaded signal-hook-registry v1.4.2 |
275 | 2025-01-10T04:21:19.362Z | Downloaded slog-term v2.9.1 |
276 | 2025-01-10T04:21:19.365Z | Downloaded structmeta-derive v0.3.0 |
277 | 2025-01-10T04:21:19.365Z | Downloaded scroll v0.12.0 |
278 | 2025-01-10T04:21:19.367Z | Downloaded bytes v1.8.0 |
279 | 2025-01-10T04:21:19.370Z | Downloaded openssl-sys v0.9.103 |
280 | 2025-01-10T04:21:19.374Z | Downloaded synstructure v0.13.1 |
281 | 2025-01-10T04:21:19.377Z | Downloaded serde_urlencoded v0.7.1 |
282 | 2025-01-10T04:21:19.379Z | Downloaded unsafe-libyaml v0.2.11 |
283 | 2025-01-10T04:21:19.381Z | Downloaded strum_macros v0.26.4 |
284 | 2025-01-10T04:21:19.384Z | Downloaded serde_spanned v0.6.8 |
285 | 2025-01-10T04:21:19.386Z | Downloaded indexmap v1.9.3 |
286 | 2025-01-10T04:21:19.389Z | Downloaded rustls-pemfile v2.2.0 |
287 | 2025-01-10T04:21:19.391Z | Downloaded proc-macro2 v1.0.89 |
288 | 2025-01-10T04:21:19.393Z | Downloaded sha2 v0.10.8 |
289 | 2025-01-10T04:21:19.396Z | Downloaded tracing v0.1.40 |
290 | 2025-01-10T04:21:19.400Z | Downloaded url v2.5.3 |
291 | 2025-01-10T04:21:19.403Z | Downloaded smallvec v1.13.2 |
292 | 2025-01-10T04:21:19.406Z | Downloaded futures v0.3.31 |
293 | 2025-01-10T04:21:19.410Z | Downloaded serde_derive_internals v0.29.1 |
294 | 2025-01-10T04:21:19.413Z | Downloaded quote v1.0.37 |
295 | 2025-01-10T04:21:19.415Z | Downloaded serde_with_macros v3.11.0 |
296 | 2025-01-10T04:21:19.418Z | Downloaded icu_properties v1.5.1 |
297 | 2025-01-10T04:21:19.420Z | Downloaded memchr v2.7.4 |
298 | 2025-01-10T04:21:19.425Z | Downloaded socket2 v0.5.7 |
299 | 2025-01-10T04:21:19.428Z | Downloaded toml_edit v0.22.22 |
300 | 2025-01-10T04:21:19.449Z | Downloaded rustls-pki-types v1.10.0 |
301 | 2025-01-10T04:21:19.452Z | Downloaded tokio-util v0.7.12 |
302 | 2025-01-10T04:21:19.459Z | Downloaded crossbeam-channel v0.5.13 |
303 | 2025-01-10T04:21:19.462Z | Downloaded time v0.3.36 |
304 | 2025-01-10T04:21:19.469Z | Downloaded serde_derive v1.0.215 |
305 | 2025-01-10T04:21:19.473Z | Downloaded schemars v0.8.21 |
306 | 2025-01-10T04:21:19.483Z | Downloaded pest v2.7.14 |
307 | 2025-01-10T04:21:19.489Z | Downloaded icu_collections v1.5.0 |
308 | 2025-01-10T04:21:19.495Z | Downloaded serde_yaml v0.9.34+deprecated |
309 | 2025-01-10T04:21:19.503Z | Downloaded zerocopy v0.7.35 |
310 | 2025-01-10T04:21:19.514Z | Downloaded serde v1.0.215 |
311 | 2025-01-10T04:21:19.517Z | Downloaded winnow v0.6.20 |
312 | 2025-01-10T04:21:19.526Z | Downloaded itertools v0.10.5 |
313 | 2025-01-10T04:21:19.532Z | Downloaded hashbrown v0.14.5 |
314 | 2025-01-10T04:21:19.537Z | Downloaded hashbrown v0.15.1 |
315 | 2025-01-10T04:21:19.542Z | Downloaded hashbrown v0.12.3 |
316 | 2025-01-10T04:21:19.546Z | Downloaded quinn-proto v0.11.8 |
317 | 2025-01-10T04:21:19.553Z | Downloaded vcpkg v0.2.15 |
318 | 2025-01-10T04:21:19.589Z | Downloaded serde_with v3.11.0 |
319 | 2025-01-10T04:21:19.597Z | Downloaded serde_json v1.0.133 |
320 | 2025-01-10T04:21:19.603Z | Downloaded openssl v0.10.66 |
321 | 2025-01-10T04:21:19.612Z | Downloaded webpki-roots v0.26.6 |
322 | 2025-01-10T04:21:19.616Z | Downloaded syn v1.0.109 |
323 | 2025-01-10T04:21:19.625Z | Downloaded rustls-webpki v0.102.8 |
324 | 2025-01-10T04:21:19.643Z | Downloaded icu_properties_data v1.5.0 |
325 | 2025-01-10T04:21:19.653Z | Downloaded syn v2.0.87 |
326 | 2025-01-10T04:21:19.663Z | Downloaded chrono v0.4.38 |
327 | 2025-01-10T04:21:19.669Z | Downloaded reqwest v0.12.9 |
328 | 2025-01-10T04:21:19.678Z | Downloaded regex-syntax v0.8.5 |
329 | 2025-01-10T04:21:19.686Z | Downloaded rustls v0.22.4 |
330 | 2025-01-10T04:21:19.698Z | Downloaded regex v1.11.1 |
331 | 2025-01-10T04:21:19.710Z | Downloaded dropshot v0.13.0 |
332 | 2025-01-10T04:21:19.729Z | Downloaded openapiv3 v2.0.0 |
333 | 2025-01-10T04:21:19.739Z | Downloaded goblin v0.8.2 |
334 | 2025-01-10T04:21:19.745Z | Downloaded regress v0.10.1 |
335 | 2025-01-10T04:21:19.752Z | Downloaded rustls v0.23.19 |
336 | 2025-01-10T04:21:19.763Z | Downloaded regress v0.9.1 |
337 | 2025-01-10T04:21:19.771Z | Downloaded typify-impl v0.2.0 |
338 | 2025-01-10T04:21:19.783Z | Downloaded idna v1.0.3 |
339 | 2025-01-10T04:21:19.787Z | Downloaded futures-util v0.3.31 |
340 | 2025-01-10T04:21:19.798Z | Downloaded hyper v1.5.0 |
341 | 2025-01-10T04:21:19.803Z | Downloaded h2 v0.4.6 |
342 | 2025-01-10T04:21:19.810Z | Downloaded aho-corasick v1.1.3 |
343 | 2025-01-10T04:21:19.815Z | Downloaded http v1.1.0 |
344 | 2025-01-10T04:21:19.818Z | Downloaded zerovec v0.10.4 |
345 | 2025-01-10T04:21:19.823Z | Downloaded regex-automata v0.4.8 |
346 | 2025-01-10T04:21:19.839Z | Downloaded cc v1.1.30 |
347 | 2025-01-10T04:21:19.842Z | Downloaded slog v2.7.0 |
348 | 2025-01-10T04:21:19.845Z | Downloaded ryu v1.0.18 |
349 | 2025-01-10T04:21:19.848Z | Downloaded tokio v1.40.0 |
350 | 2025-01-10T04:21:19.880Z | Downloaded rand v0.8.5 |
351 | 2025-01-10T04:21:19.883Z | Downloaded quinn v0.11.5 |
352 | 2025-01-10T04:21:19.886Z | Downloaded indexmap v2.6.0 |
353 | 2025-01-10T04:21:19.890Z | Downloaded mio v1.0.2 |
354 | 2025-01-10T04:21:19.894Z | Downloaded base64 v0.22.1 |
355 | 2025-01-10T04:21:19.898Z | Downloaded hyper-util v0.1.10 |
356 | 2025-01-10T04:21:19.901Z | Downloaded icu_locid v1.5.0 |
357 | 2025-01-10T04:21:19.906Z | Downloaded rand_chacha v0.3.1 |
358 | 2025-01-10T04:21:19.909Z | Downloaded tracing-core v0.1.32 |
359 | 2025-01-10T04:21:19.912Z | Downloaded libc v0.2.162 |
360 | 2025-01-10T04:21:19.935Z | Downloaded semver v1.0.23 |
361 | 2025-01-10T04:21:19.938Z | Downloaded slog-json v2.6.1 |
362 | 2025-01-10T04:21:19.938Z | Downloaded slog-async v2.8.0 |
363 | 2025-01-10T04:21:19.941Z | Downloaded spin v0.9.8 |
364 | 2025-01-10T04:21:19.944Z | Downloaded rand_core v0.6.4 |
365 | 2025-01-10T04:21:19.944Z | Downloaded rustversion v1.0.17 |
366 | 2025-01-10T04:21:19.947Z | Downloaded yoke v0.7.4 |
367 | 2025-01-10T04:21:19.947Z | Downloaded ucd-trie v0.1.7 |
368 | 2025-01-10T04:21:19.950Z | Downloaded allocator-api2 v0.2.18 |
369 | 2025-01-10T04:21:19.954Z | Downloaded rustc-hash v2.0.0 |
370 | 2025-01-10T04:21:19.954Z | Downloaded slog-bunyan v2.5.0 |
371 | 2025-01-10T04:21:19.954Z | Downloaded subtle v2.6.1 |
372 | 2025-01-10T04:21:19.957Z | Downloaded schemars_derive v0.8.21 |
373 | 2025-01-10T04:21:19.957Z | Downloaded progenitor-impl v0.8.0 |
374 | 2025-01-10T04:21:19.960Z | Downloaded pest_meta v2.7.14 |
375 | 2025-01-10T04:21:19.960Z | Downloaded uuid v1.11.1 |
376 | 2025-01-10T04:21:19.963Z | Downloaded futures-channel v0.3.31 |
377 | 2025-01-10T04:21:19.966Z | Downloaded icu_locid_transform_data v1.5.0 |
378 | 2025-01-10T04:21:19.966Z | Downloaded log v0.4.22 |
379 | 2025-01-10T04:21:19.969Z | Downloaded typify v0.2.0 |
380 | 2025-01-10T04:21:19.971Z | Downloaded icu_normalizer v1.5.0 |
381 | 2025-01-10T04:21:19.975Z | Downloaded hyper-rustls v0.27.3 |
382 | 2025-01-10T04:21:19.978Z | Downloaded dropshot_endpoint v0.13.0 |
383 | 2025-01-10T04:21:19.981Z | Downloaded serde_tokenstream v0.2.2 |
384 | 2025-01-10T04:21:19.981Z | Downloaded crossbeam-utils v0.8.20 |
385 | 2025-01-10T04:21:19.984Z | Downloaded bitflags v2.6.0 |
386 | 2025-01-10T04:21:19.986Z | Downloaded tinyvec v1.8.0 |
387 | 2025-01-10T04:21:19.989Z | Downloaded usdt v0.5.0 |
388 | 2025-01-10T04:21:19.989Z | Downloaded darling_core v0.20.10 |
389 | 2025-01-10T04:21:19.993Z | Downloaded time-macros v0.2.18 |
390 | 2025-01-10T04:21:19.995Z | Downloaded parking_lot_core v0.9.10 |
391 | 2025-01-10T04:21:19.998Z | Downloaded icu_locid_transform v1.5.0 |
392 | 2025-01-10T04:21:19.998Z | Downloaded futures-core v0.3.31 |
393 | 2025-01-10T04:21:20.001Z | Downloaded displaydoc v0.2.5 |
394 | 2025-01-10T04:21:20.004Z | Downloaded camino v1.1.9 |
395 | 2025-01-10T04:21:20.004Z | Downloaded utf16_iter v1.0.5 |
396 | 2025-01-10T04:21:20.007Z | Downloaded toml_datetime v0.6.8 |
397 | 2025-01-10T04:21:20.007Z | Downloaded async-trait v0.1.83 |
398 | 2025-01-10T04:21:20.010Z | Downloaded httpdate v1.0.3 |
399 | 2025-01-10T04:21:20.010Z | Downloaded yoke-derive v0.7.4 |
400 | 2025-01-10T04:21:20.010Z | Downloaded futures-executor v0.3.31 |
401 | 2025-01-10T04:21:20.013Z | Downloaded dyn-clone v1.0.17 |
402 | 2025-01-10T04:21:20.013Z | Downloaded version_check v0.9.5 |
403 | 2025-01-10T04:21:20.016Z | Downloaded futures-macro v0.3.31 |
404 | 2025-01-10T04:21:20.016Z | Downloaded encoding_rs v0.8.34 |
405 | 2025-01-10T04:21:20.034Z | Downloaded form_urlencoded v1.2.1 |
406 | 2025-01-10T04:21:20.037Z | Downloaded fnv v1.0.7 |
407 | 2025-01-10T04:21:20.037Z | Downloaded either v1.13.0 |
408 | 2025-01-10T04:21:20.037Z | Downloaded cpufeatures v0.2.14 |
409 | 2025-01-10T04:21:20.041Z | Downloaded cfg-if v1.0.0 |
410 | 2025-01-10T04:21:20.041Z | Downloaded zeroize v1.8.1 |
411 | 2025-01-10T04:21:20.041Z | Downloaded hex v0.4.3 |
412 | 2025-01-10T04:21:20.044Z | Downloaded futures-task v0.3.31 |
413 | 2025-01-10T04:21:20.044Z | Downloaded heck v0.5.0 |
414 | 2025-01-10T04:21:20.044Z | Downloaded digest v0.10.7 |
415 | 2025-01-10T04:21:20.048Z | Downloaded hostname v0.4.0 |
416 | 2025-01-10T04:21:20.048Z | Downloaded dirs-sys-next v0.1.2 |
417 | 2025-01-10T04:21:20.048Z | Downloaded hyper-tls v0.6.0 |
418 | 2025-01-10T04:21:20.048Z | Downloaded hostname v0.3.1 |
419 | 2025-01-10T04:21:20.051Z | Downloaded thiserror v1.0.69 |
420 | 2025-01-10T04:21:20.054Z | Downloaded dof v0.3.0 |
421 | 2025-01-10T04:21:20.054Z | Downloaded block-buffer v0.10.4 |
422 | 2025-01-10T04:21:20.056Z | Downloaded thread_local v1.1.8 |
423 | 2025-01-10T04:21:20.056Z | Downloaded thread-id v4.2.2 |
424 | 2025-01-10T04:21:20.060Z | Downloaded usdt-macro v0.5.0 |
425 | 2025-01-10T04:21:20.060Z | Downloaded backoff v0.4.0 |
426 | 2025-01-10T04:21:20.060Z | Downloaded time-core v0.1.2 |
427 | 2025-01-10T04:21:20.202Z | Downloaded ring v0.17.8 |
428 | 2025-01-10T04:21:20.531Z | Compiling proc-macro2 v1.0.89 |
429 | 2025-01-10T04:21:20.531Z | Compiling unicode-ident v1.0.13 |
430 | 2025-01-10T04:21:20.531Z | Compiling libc v0.2.162 |
431 | 2025-01-10T04:21:20.534Z | Checking cfg-if v1.0.0 |
432 | 2025-01-10T04:21:20.534Z | Compiling autocfg v1.4.0 |
433 | 2025-01-10T04:21:20.534Z | Compiling serde v1.0.215 |
434 | 2025-01-10T04:21:20.553Z | Compiling version_check v0.9.5 |
435 | 2025-01-10T04:21:20.556Z | Checking memchr v2.7.4 |
436 | 2025-01-10T04:21:20.744Z | Compiling serde_json v1.0.133 |
437 | 2025-01-10T04:21:21.080Z | Checking itoa v1.0.11 |
438 | 2025-01-10T04:21:21.226Z | Compiling thiserror v1.0.69 |
439 | 2025-01-10T04:21:21.282Z | Checking once_cell v1.20.2 |
440 | 2025-01-10T04:21:21.397Z | Compiling shlex v1.3.0 |
441 | 2025-01-10T04:21:21.499Z | Compiling num-traits v0.2.19 |
442 | 2025-01-10T04:21:21.749Z | Compiling cc v1.1.30 |
443 | 2025-01-10T04:21:21.876Z | Checking pin-project-lite v0.2.14 |
444 | 2025-01-10T04:21:21.910Z | Checking getrandom v0.2.15 |
445 | 2025-01-10T04:21:22.001Z | Checking ryu v1.0.18 |
446 | 2025-01-10T04:21:22.034Z | Checking smallvec v1.13.2 |
447 | 2025-01-10T04:21:22.127Z | Checking bytes v1.8.0 |
448 | 2025-01-10T04:21:22.171Z | Checking futures-core v0.3.31 |
449 | 2025-01-10T04:21:22.242Z | Compiling lock_api v0.4.12 |
450 | 2025-01-10T04:21:22.360Z | Compiling quote v1.0.37 |
451 | 2025-01-10T04:21:22.391Z | Compiling schemars v0.8.21 |
452 | 2025-01-10T04:21:22.442Z | Compiling byteorder v1.5.0 |
453 | 2025-01-10T04:21:22.580Z | Compiling parking_lot_core v0.9.10 |
454 | 2025-01-10T04:21:22.775Z | Compiling syn v2.0.87 |
455 | 2025-01-10T04:21:22.939Z | Compiling ahash v0.8.11 |
456 | 2025-01-10T04:21:23.021Z | Checking scopeguard v1.2.0 |
457 | 2025-01-10T04:21:23.057Z | Compiling slab v0.4.9 |
458 | 2025-01-10T04:21:23.112Z | Checking log v0.4.22 |
459 | 2025-01-10T04:21:23.370Z | Checking futures-sink v0.3.31 |
460 | 2025-01-10T04:21:23.392Z | Checking socket2 v0.5.7 |
461 | 2025-01-10T04:21:23.439Z | Checking signal-hook-registry v1.4.2 |
462 | 2025-01-10T04:21:23.467Z | Checking mio v1.0.2 |
463 | 2025-01-10T04:21:23.521Z | Checking stable_deref_trait v1.2.0 |
464 | 2025-01-10T04:21:23.592Z | Checking parking_lot v0.12.3 |
465 | 2025-01-10T04:21:23.631Z | Checking hashbrown v0.15.1 |
466 | 2025-01-10T04:21:23.702Z | Compiling semver v1.0.23 |
467 | 2025-01-10T04:21:23.803Z | Checking equivalent v1.0.1 |
468 | 2025-01-10T04:21:23.872Z | Checking fnv v1.0.7 |
469 | 2025-01-10T04:21:23.905Z | Checking futures-channel v0.3.31 |
470 | 2025-01-10T04:21:23.924Z | Checking futures-task v0.3.31 |
471 | 2025-01-10T04:21:23.993Z | Checking http v1.1.0 |
472 | 2025-01-10T04:21:24.032Z | Checking futures-io v0.3.31 |
473 | 2025-01-10T04:21:24.146Z | Checking pin-utils v0.1.0 |
474 | 2025-01-10T04:21:24.237Z | Compiling vcpkg v0.2.15 |
475 | 2025-01-10T04:21:24.240Z | Checking rustls-pki-types v1.10.0 |
476 | 2025-01-10T04:21:24.273Z | Checking spin v0.9.8 |
477 | 2025-01-10T04:21:24.497Z | Compiling heck v0.5.0 |
478 | 2025-01-10T04:21:24.702Z | Compiling pkg-config v0.3.31 |
479 | 2025-01-10T04:21:24.840Z | Compiling ring v0.17.8 |
480 | 2025-01-10T04:21:24.862Z | Checking iana-time-zone v0.1.61 |
481 | 2025-01-10T04:21:24.936Z | Checking dyn-clone v1.0.17 |
482 | 2025-01-10T04:21:25.019Z | Compiling httparse v1.9.5 |
483 | 2025-01-10T04:21:25.081Z | Checking untrusted v0.9.0 |
484 | 2025-01-10T04:21:25.232Z | Checking litemap v0.7.3 |
485 | 2025-01-10T04:21:25.389Z | Checking writeable v0.5.5 |
486 | 2025-01-10T04:21:25.674Z | Compiling ucd-trie v0.1.7 |
487 | 2025-01-10T04:21:25.767Z | Checking tracing-core v0.1.32 |
488 | 2025-01-10T04:21:25.825Z | Checking atomic-waker v1.1.2 |
489 | 2025-01-10T04:21:25.927Z | Compiling openssl-sys v0.9.103 |
490 | 2025-01-10T04:21:25.947Z | Compiling allocator-api2 v0.2.18 |
491 | 2025-01-10T04:21:26.426Z | Checking tracing v0.1.40 |
492 | 2025-01-10T04:21:26.566Z | Checking http-body v1.0.1 |
493 | 2025-01-10T04:21:26.727Z | Checking subtle v2.6.1 |
494 | 2025-01-10T04:21:26.766Z | Compiling uuid v1.11.1 |
495 | 2025-01-10T04:21:26.789Z | Checking zeroize v1.8.1 |
496 | 2025-01-10T04:21:26.948Z | Checking icu_locid_transform_data v1.5.0 |
497 | 2025-01-10T04:21:26.951Z | Checking try-lock v0.2.5 |
498 | 2025-01-10T04:21:27.045Z | Compiling slog v2.7.0 |
499 | 2025-01-10T04:21:27.073Z | Checking want v0.3.1 |
500 | 2025-01-10T04:21:27.140Z | Checking httpdate v1.0.3 |
501 | 2025-01-10T04:21:27.242Z | Checking icu_properties_data v1.5.0 |
502 | 2025-01-10T04:21:27.323Z | Compiling chrono v0.4.38 |
503 | 2025-01-10T04:21:27.374Z | Checking foreign-types-shared v0.1.1 |
504 | 2025-01-10T04:21:27.398Z | Compiling openssl v0.10.66 |
505 | 2025-01-10T04:21:27.489Z | Checking foreign-types v0.3.2 |
506 | 2025-01-10T04:21:27.598Z | Compiling aho-corasick v1.1.3 |
507 | 2025-01-10T04:21:27.709Z | Checking bitflags v2.6.0 |
508 | 2025-01-10T04:21:27.831Z | Compiling rustls v0.23.19 |
509 | 2025-01-10T04:21:27.955Z | Checking write16 v1.0.0 |
510 | 2025-01-10T04:21:28.095Z | Checking icu_normalizer_data v1.5.0 |
511 | 2025-01-10T04:21:28.150Z | Compiling typenum v1.17.0 |
512 | 2025-01-10T04:21:28.190Z | Compiling regex-syntax v0.8.5 |
513 | 2025-01-10T04:21:28.884Z | Checking utf16_iter v1.0.5 |
514 | 2025-01-10T04:21:29.085Z | Checking utf8_iter v1.0.4 |
515 | 2025-01-10T04:21:29.282Z | Checking percent-encoding v2.3.1 |
516 | 2025-01-10T04:21:29.317Z | Checking tower-service v0.3.3 |
517 | 2025-01-10T04:21:29.440Z | Compiling native-tls v0.2.12 |
518 | 2025-01-10T04:21:29.481Z | Checking form_urlencoded v1.2.1 |
519 | 2025-01-10T04:21:29.738Z | Compiling generic-array v0.14.7 |
520 | 2025-01-10T04:21:30.065Z | Compiling serde_derive_internals v0.29.1 |
521 | 2025-01-10T04:21:30.199Z | Compiling synstructure v0.13.1 |
522 | 2025-01-10T04:21:30.804Z | Checking rustls-webpki v0.102.8 |
523 | 2025-01-10T04:21:31.092Z | Checking openssl-probe v0.1.5 |
524 | 2025-01-10T04:21:31.632Z | Compiling regex-automata v0.4.8 |
525 | 2025-01-10T04:21:32.266Z | Compiling usdt-impl v0.5.0 |
526 | 2025-01-10T04:21:32.645Z | Checking encoding_rs v0.8.34 |
527 | 2025-01-10T04:21:32.742Z | Checking mime v0.3.17 |
528 | 2025-01-10T04:21:33.045Z | Checking powerfmt v0.2.0 |
529 | 2025-01-10T04:21:33.406Z | Compiling time-core v0.1.2 |
530 | 2025-01-10T04:21:33.594Z | Compiling num-conv v0.1.0 |
531 | 2025-01-10T04:21:33.819Z | Checking deranged v0.3.11 |
532 | 2025-01-10T04:21:33.858Z | Compiling time-macros v0.2.18 |
533 | 2025-01-10T04:21:34.009Z | Compiling thread-id v4.2.2 |
534 | 2025-01-10T04:21:35.106Z | Checking rustls-pemfile v2.2.0 |
535 | 2025-01-10T04:21:35.289Z | Checking webpki-roots v0.26.6 |
536 | 2025-01-10T04:21:35.499Z | Checking plain v0.2.3 |
537 | 2025-01-10T04:21:35.554Z | Compiling serde_derive v1.0.215 |
538 | 2025-01-10T04:21:35.572Z | Compiling zerocopy-derive v0.7.35 |
539 | 2025-01-10T04:21:35.643Z | Compiling thiserror-impl v1.0.69 |
540 | 2025-01-10T04:21:35.694Z | Compiling schemars_derive v0.8.21 |
541 | 2025-01-10T04:21:36.576Z | Compiling zerofrom-derive v0.1.4 |
542 | 2025-01-10T04:21:36.614Z | Compiling tokio-macros v2.4.0 |
543 | 2025-01-10T04:21:36.762Z | Compiling yoke-derive v0.7.4 |
544 | 2025-01-10T04:21:37.597Z | Compiling zerocopy v0.7.35 |
545 | 2025-01-10T04:21:38.678Z | Checking tokio v1.40.0 |
546 | 2025-01-10T04:21:38.680Z | Compiling zerovec-derive v0.10.3 |
547 | 2025-01-10T04:21:39.191Z | Compiling displaydoc v0.2.5 |
548 | 2025-01-10T04:21:39.290Z | Compiling futures-macro v0.3.31 |
549 | 2025-01-10T04:21:39.514Z | Compiling pest v2.7.14 |
550 | 2025-01-10T04:21:40.058Z | Compiling icu_provider_macros v1.5.0 |
551 | 2025-01-10T04:21:40.144Z | Checking zerofrom v0.1.4 |
552 | 2025-01-10T04:21:40.363Z | Checking yoke v0.7.4 |
553 | 2025-01-10T04:21:40.711Z | Compiling hashbrown v0.14.5 |
554 | 2025-01-10T04:21:41.129Z | Checking futures-util v0.3.31 |
555 | 2025-01-10T04:21:41.163Z | Compiling openssl-macros v0.1.1 |
556 | 2025-01-10T04:21:41.203Z | Checking zerovec v0.10.4 |
557 | 2025-01-10T04:21:41.960Z | Compiling pest_meta v2.7.14 |
558 | 2025-01-10T04:21:42.012Z | Compiling regress v0.10.1 |
559 | 2025-01-10T04:21:42.375Z | Compiling scroll_derive v0.12.0 |
560 | 2025-01-10T04:21:42.971Z | Checking tinystr v0.7.6 |
561 | 2025-01-10T04:21:43.849Z | Checking icu_locid v1.5.0 |
562 | 2025-01-10T04:21:44.914Z | Checking icu_provider v1.5.0 |
563 | 2025-01-10T04:21:45.546Z | Checking icu_locid_transform v1.5.0 |
564 | 2025-01-10T04:21:45.636Z | Checking tokio-util v0.7.12 |
565 | 2025-01-10T04:21:46.124Z | Compiling pest_generator v2.7.14 |
566 | 2025-01-10T04:21:46.290Z | Checking icu_collections v1.5.0 |
567 | 2025-01-10T04:21:46.488Z | Checking http-body-util v0.1.2 |
568 | 2025-01-10T04:21:46.557Z | Compiling regex v1.11.1 |
569 | 2025-01-10T04:21:46.717Z | Checking tokio-rustls v0.26.0 |
570 | 2025-01-10T04:21:46.911Z | Checking scroll v0.12.0 |
571 | 2025-01-10T04:21:46.964Z | Checking icu_properties v1.5.1 |
572 | 2025-01-10T04:21:47.579Z | Compiling ident_case v1.0.1 |
573 | 2025-01-10T04:21:47.759Z | Checking base64 v0.22.1 |
574 | 2025-01-10T04:21:47.867Z | Compiling pest_derive v2.7.14 |
575 | 2025-01-10T04:21:48.176Z | Checking tokio-native-tls v0.3.1 |
576 | 2025-01-10T04:21:48.401Z | Checking indexmap v2.6.0 |
577 | 2025-01-10T04:21:49.548Z | Compiling serde_tokenstream v0.2.2 |
578 | 2025-01-10T04:21:49.780Z | Checking h2 v0.4.6 |
579 | 2025-01-10T04:21:50.149Z | Checking icu_normalizer v1.5.0 |
580 | 2025-01-10T04:21:50.373Z | Compiling dtrace-parser v0.2.0 |
581 | 2025-01-10T04:21:50.605Z | Checking serde_urlencoded v0.7.1 |
582 | 2025-01-10T04:21:50.776Z | Compiling syn v1.0.109 |
583 | 2025-01-10T04:21:50.889Z | Checking idna_adapter v1.2.0 |
584 | 2025-01-10T04:21:51.078Z | Checking idna v1.0.3 |
585 | 2025-01-10T04:21:51.537Z | Compiling dof v0.3.0 |
586 | 2025-01-10T04:21:51.773Z | Compiling crossbeam-utils v0.8.20 |
587 | 2025-01-10T04:21:52.142Z | Checking num_threads v0.1.7 |
588 | 2025-01-10T04:21:52.160Z | Compiling strsim v0.11.1 |
589 | 2025-01-10T04:21:52.403Z | Checking typify-impl v0.2.0 |
590 | 2025-01-10T04:21:52.423Z | Checking time v0.3.36 |
591 | 2025-01-10T04:21:52.897Z | Compiling darling_core v0.20.10 |
592 | 2025-01-10T04:21:53.897Z | Checking hyper v1.5.0 |
593 | 2025-01-10T04:21:54.275Z | Checking url v2.5.3 |
594 | 2025-01-10T04:21:54.642Z | Compiling openapiv3 v2.0.0 |
595 | 2025-01-10T04:21:54.982Z | Checking goblin v0.8.2 |
596 | 2025-01-10T04:21:55.116Z | Checking sync_wrapper v1.0.1 |
597 | 2025-01-10T04:21:55.259Z | Checking dirs-sys-next v0.1.2 |
598 | 2025-01-10T04:21:55.439Z | Compiling newtype-uuid v1.1.3 |
599 | 2025-01-10T04:21:55.692Z | Compiling rustls v0.22.4 |
600 | 2025-01-10T04:21:55.768Z | Checking pretty-hex v0.4.1 |
601 | 2025-01-10T04:21:55.943Z | Compiling rustversion v1.0.17 |
602 | 2025-01-10T04:21:56.005Z | Checking hyper-util v0.1.10 |
603 | 2025-01-10T04:21:56.024Z | Compiling omicron-workspace-hack v0.1.0 |
604 | 2025-01-10T04:21:56.337Z | Compiling paste v1.0.15 |
605 | 2025-01-10T04:21:56.608Z | Compiling unsafe-libyaml v0.2.11 |
606 | 2025-01-10T04:21:56.811Z | Checking ipnet v2.10.1 |
607 | 2025-01-10T04:21:57.698Z | Checking dirs-next v2.0.0 |
608 | 2025-01-10T04:21:57.810Z | Checking hyper-tls v0.6.0 |
609 | 2025-01-10T04:21:57.838Z | Checking hyper-rustls v0.27.3 |
610 | 2025-01-10T04:21:58.029Z | Compiling serde_yaml v0.9.34+deprecated |
611 | 2025-01-10T04:21:58.126Z | Checking reqwest v0.12.9 |
612 | 2025-01-10T04:21:58.819Z | Checking ipnetwork v0.20.0 |
613 | 2025-01-10T04:21:58.960Z | Compiling darling_macro v0.20.10 |
614 | 2025-01-10T04:21:59.168Z | Checking serde_spanned v0.6.8 |
615 | 2025-01-10T04:21:59.372Z | Checking toml_datetime v0.6.8 |
616 | 2025-01-10T04:21:59.546Z | Checking ppv-lite86 v0.2.20 |
617 | 2025-01-10T04:21:59.565Z | Compiling structmeta-derive v0.3.0 |
618 | 2025-01-10T04:21:59.668Z | Checking crypto-common v0.1.6 |
619 | 2025-01-10T04:21:59.830Z | Checking block-buffer v0.10.4 |
620 | 2025-01-10T04:21:59.930Z | Checking rand_core v0.6.4 |
621 | 2025-01-10T04:22:00.137Z | Checking thread_local v1.1.8 |
622 | 2025-01-10T04:22:00.203Z | Compiling multer v3.1.0 |
623 | 2025-01-10T04:22:00.369Z | Compiling camino v1.1.9 |
624 | 2025-01-10T04:22:00.405Z | Checking match_cfg v0.1.0 |
625 | 2025-01-10T04:22:00.492Z | Compiling slog-async v2.8.0 |
626 | 2025-01-10T04:22:00.535Z | Compiling anyhow v1.0.93 |
627 | 2025-01-10T04:22:00.705Z | Checking winnow v0.6.20 |
628 | 2025-01-10T04:22:00.945Z | Checking either v1.13.0 |
629 | 2025-01-10T04:22:01.318Z | Checking itertools v0.10.5 |
630 | 2025-01-10T04:22:01.548Z | Checking hostname v0.3.1 |
631 | 2025-01-10T04:22:01.623Z | Checking rand_chacha v0.3.1 |
632 | 2025-01-10T04:22:01.641Z | Checking digest v0.10.7 |
633 | 2025-01-10T04:22:01.678Z | Compiling darling v0.20.10 |
634 | 2025-01-10T04:22:01.795Z | Checking progenitor-client v0.8.0 |
635 | 2025-01-10T04:22:01.951Z | Checking crossbeam-channel v0.5.13 |
636 | 2025-01-10T04:22:01.983Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
637 | 2025-01-10T04:22:02.131Z | Checking term v0.7.0 |
638 | 2025-01-10T04:22:02.136Z | Compiling structmeta v0.3.0 |
639 | 2025-01-10T04:22:02.683Z | Checking slog-json v2.6.1 |
640 | 2025-01-10T04:22:02.940Z | Compiling usdt-macro v0.5.0 |
641 | 2025-01-10T04:22:03.663Z | Compiling usdt-attr-macro v0.5.0 |
642 | 2025-01-10T04:22:03.723Z | Checking futures-executor v0.3.31 |
643 | 2025-01-10T04:22:03.801Z | Compiling async-stream-impl v0.3.6 |
644 | 2025-01-10T04:22:03.862Z | Checking toml_edit v0.22.22 |
645 | 2025-01-10T04:22:03.893Z | Checking memmap v0.7.0 |
646 | 2025-01-10T04:22:04.049Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
647 | 2025-01-10T04:22:04.092Z | Checking is-terminal v0.4.13 |
648 | 2025-01-10T04:22:04.200Z | Compiling dropshot v0.13.0 |
649 | 2025-01-10T04:22:04.226Z | Checking cpufeatures v0.2.14 |
650 | 2025-01-10T04:22:04.326Z | Checking take_mut v0.2.2 |
651 | 2025-01-10T04:22:04.598Z | Checking sha1 v0.10.6 |
652 | 2025-01-10T04:22:04.755Z | Checking slog-term v2.9.1 |
653 | 2025-01-10T04:22:04.855Z | Checking futures v0.3.31 |
654 | 2025-01-10T04:22:04.960Z | Compiling strum_macros v0.26.4 |
655 | 2025-01-10T04:22:05.024Z | Checking usdt v0.5.0 |
656 | 2025-01-10T04:22:05.094Z | Checking async-stream v0.3.6 |
657 | 2025-01-10T04:22:05.174Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
658 | 2025-01-10T04:22:05.235Z | Checking slog-bunyan v2.5.0 |
659 | 2025-01-10T04:22:05.255Z | Compiling parse-display-derive v0.10.0 |
660 | 2025-01-10T04:22:05.275Z | Checking rand v0.8.5 |
661 | 2025-01-10T04:22:05.391Z | Compiling serde_with_macros v3.11.0 |
662 | 2025-01-10T04:22:06.241Z | Checking tokio-rustls v0.25.0 |
663 | 2025-01-10T04:22:06.443Z | Checking toml v0.8.19 |
664 | 2025-01-10T04:22:06.592Z | Compiling dropshot_endpoint v0.13.0 |
665 | 2025-01-10T04:22:06.609Z | Checking hex v0.4.3 |
666 | 2025-01-10T04:22:07.068Z | Checking serde_path_to_error v0.1.16 |
667 | 2025-01-10T04:22:07.160Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
668 | 2025-01-10T04:22:07.206Z | Compiling async-trait v0.1.83 |
669 | 2025-01-10T04:22:07.567Z | Compiling typify-macro v0.2.0 |
670 | 2025-01-10T04:22:07.710Z | Checking waitgroup v0.1.2 |
671 | 2025-01-10T04:22:07.831Z | Checking hostname v0.4.0 |
672 | 2025-01-10T04:22:07.916Z | Checking instant v0.1.13 |
673 | 2025-01-10T04:22:07.963Z | Checking debug-ignore v1.0.5 |
674 | 2025-01-10T04:22:08.003Z | Checking serde_with v3.11.0 |
675 | 2025-01-10T04:22:08.036Z | Checking backoff v0.4.0 |
676 | 2025-01-10T04:22:08.107Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
677 | 2025-01-10T04:22:08.251Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
678 | 2025-01-10T04:22:08.313Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
679 | 2025-01-10T04:22:08.397Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
680 | 2025-01-10T04:22:08.862Z | Checking macaddr v1.0.1 |
681 | 2025-01-10T04:22:09.090Z | Checking parse-display v0.10.0 |
682 | 2025-01-10T04:22:09.212Z | Checking regress v0.9.1 |
683 | 2025-01-10T04:22:09.383Z | Checking strum v0.26.3 |
684 | 2025-01-10T04:22:10.466Z | Compiling typify v0.2.0 |
685 | 2025-01-10T04:22:10.563Z | Compiling progenitor-impl v0.8.0 |
686 | 2025-01-10T04:22:13.198Z | Compiling progenitor-macro v0.8.0 |
687 | 2025-01-10T04:22:17.283Z | Checking progenitor v0.8.0 |
688 | 2025-01-10T04:22:17.412Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
689 | 2025-01-10T04:22:20.340Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
690 | 2025-01-10T04:22:27.765Z | Checking test-project v0.1.0 (/tmp/test-project) |
691 | 2025-01-10T04:22:27.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
692 | 2025-01-10T04:22:28.159Z | + cargo build --release |
693 | 2025-01-10T04:22:28.414Z | Compiling proc-macro2 v1.0.89 |
694 | 2025-01-10T04:22:28.414Z | Compiling unicode-ident v1.0.13 |
695 | 2025-01-10T04:22:28.414Z | Compiling libc v0.2.162 |
696 | 2025-01-10T04:22:28.417Z | Compiling cfg-if v1.0.0 |
697 | 2025-01-10T04:22:28.417Z | Compiling autocfg v1.4.0 |
698 | 2025-01-10T04:22:28.417Z | Compiling serde v1.0.215 |
699 | 2025-01-10T04:22:28.417Z | Compiling version_check v0.9.5 |
700 | 2025-01-10T04:22:28.417Z | Compiling memchr v2.7.4 |
701 | 2025-01-10T04:22:28.521Z | Compiling serde_json v1.0.133 |
702 | 2025-01-10T04:22:28.604Z | Compiling itoa v1.0.11 |
703 | 2025-01-10T04:22:28.844Z | Compiling thiserror v1.0.69 |
704 | 2025-01-10T04:22:28.983Z | Compiling once_cell v1.20.2 |
705 | 2025-01-10T04:22:29.042Z | Compiling shlex v1.3.0 |
706 | 2025-01-10T04:22:29.303Z | Compiling cc v1.1.30 |
707 | 2025-01-10T04:22:29.385Z | Compiling num-traits v0.2.19 |
708 | 2025-01-10T04:22:29.714Z | Compiling pin-project-lite v0.2.14 |
709 | 2025-01-10T04:22:29.828Z | Compiling getrandom v0.2.15 |
710 | 2025-01-10T04:22:29.908Z | Compiling smallvec v1.13.2 |
711 | 2025-01-10T04:22:29.926Z | Compiling ryu v1.0.18 |
712 | 2025-01-10T04:22:30.063Z | Compiling quote v1.0.37 |
713 | 2025-01-10T04:22:30.153Z | Compiling bytes v1.8.0 |
714 | 2025-01-10T04:22:30.175Z | Compiling futures-core v0.3.31 |
715 | 2025-01-10T04:22:30.392Z | Compiling schemars v0.8.21 |
716 | 2025-01-10T04:22:30.462Z | Compiling syn v2.0.87 |
717 | 2025-01-10T04:22:30.600Z | Compiling lock_api v0.4.12 |
718 | 2025-01-10T04:22:30.691Z | Compiling ahash v0.8.11 |
719 | 2025-01-10T04:22:30.755Z | Compiling parking_lot_core v0.9.10 |
720 | 2025-01-10T04:22:30.936Z | Compiling byteorder v1.5.0 |
721 | 2025-01-10T04:22:31.073Z | Compiling scopeguard v1.2.0 |
722 | 2025-01-10T04:22:31.151Z | Compiling slab v0.4.9 |
723 | 2025-01-10T04:22:31.370Z | Compiling futures-sink v0.3.31 |
724 | 2025-01-10T04:22:31.473Z | Compiling log v0.4.22 |
725 | 2025-01-10T04:22:31.620Z | Compiling signal-hook-registry v1.4.2 |
726 | 2025-01-10T04:22:31.627Z | Compiling mio v1.0.2 |
727 | 2025-01-10T04:22:31.728Z | Compiling parking_lot v0.12.3 |
728 | 2025-01-10T04:22:31.909Z | Compiling socket2 v0.5.7 |
729 | 2025-01-10T04:22:31.977Z | Compiling stable_deref_trait v1.2.0 |
730 | 2025-01-10T04:22:31.985Z | Compiling semver v1.0.23 |
731 | 2025-01-10T04:22:32.235Z | Compiling ring v0.17.8 |
732 | 2025-01-10T04:22:32.380Z | Compiling fnv v1.0.7 |
733 | 2025-01-10T04:22:32.463Z | Compiling hashbrown v0.15.1 |
734 | 2025-01-10T04:22:32.504Z | Compiling equivalent v1.0.1 |
735 | 2025-01-10T04:22:32.606Z | Compiling http v1.1.0 |
736 | 2025-01-10T04:22:33.156Z | Compiling futures-channel v0.3.31 |
737 | 2025-01-10T04:22:33.487Z | Compiling futures-io v0.3.31 |
738 | 2025-01-10T04:22:33.512Z | Compiling pin-utils v0.1.0 |
739 | 2025-01-10T04:22:33.588Z | Compiling futures-task v0.3.31 |
740 | 2025-01-10T04:22:33.795Z | Compiling iana-time-zone v0.1.61 |
741 | 2025-01-10T04:22:33.823Z | Compiling pkg-config v0.3.31 |
742 | 2025-01-10T04:22:33.871Z | Compiling spin v0.9.8 |
743 | 2025-01-10T04:22:33.986Z | Compiling heck v0.5.0 |
744 | 2025-01-10T04:22:34.115Z | Compiling rustls-pki-types v1.10.0 |
745 | 2025-01-10T04:22:34.409Z | Compiling vcpkg v0.2.15 |
746 | 2025-01-10T04:22:35.023Z | Compiling untrusted v0.9.0 |
747 | 2025-01-10T04:22:35.126Z | Compiling litemap v0.7.3 |
748 | 2025-01-10T04:22:35.195Z | Compiling dyn-clone v1.0.17 |
749 | 2025-01-10T04:22:35.390Z | Compiling httparse v1.9.5 |
750 | 2025-01-10T04:22:35.559Z | Compiling writeable v0.5.5 |
751 | 2025-01-10T04:22:35.847Z | Compiling ucd-trie v0.1.7 |
752 | 2025-01-10T04:22:36.042Z | Compiling openssl-sys v0.9.103 |
753 | 2025-01-10T04:22:36.122Z | Compiling tracing-core v0.1.32 |
754 | 2025-01-10T04:22:36.617Z | Compiling allocator-api2 v0.2.18 |
755 | 2025-01-10T04:22:36.823Z | Compiling atomic-waker v1.1.2 |
756 | 2025-01-10T04:22:36.979Z | Compiling tracing v0.1.40 |
757 | 2025-01-10T04:22:37.337Z | Compiling http-body v1.0.1 |
758 | 2025-01-10T04:22:37.640Z | Compiling chrono v0.4.38 |
759 | 2025-01-10T04:22:37.714Z | Compiling zeroize v1.8.1 |
760 | 2025-01-10T04:22:37.767Z | Compiling uuid v1.11.1 |
761 | 2025-01-10T04:22:38.030Z | Compiling icu_locid_transform_data v1.5.0 |
762 | 2025-01-10T04:22:38.123Z | Compiling serde_derive_internals v0.29.1 |
763 | 2025-01-10T04:22:38.330Z | Compiling synstructure v0.13.1 |
764 | 2025-01-10T04:22:38.458Z | Compiling try-lock v0.2.5 |
765 | 2025-01-10T04:22:38.506Z | Compiling subtle v2.6.1 |
766 | 2025-01-10T04:22:38.600Z | Compiling want v0.3.1 |
767 | 2025-01-10T04:22:39.283Z | Compiling openssl v0.10.66 |
768 | 2025-01-10T04:22:39.679Z | Compiling httpdate v1.0.3 |
769 | 2025-01-10T04:22:39.703Z | Compiling slog v2.7.0 |
770 | 2025-01-10T04:22:39.705Z | Compiling icu_properties_data v1.5.0 |
771 | 2025-01-10T04:22:39.946Z | Compiling foreign-types-shared v0.1.1 |
772 | 2025-01-10T04:22:40.046Z | Compiling foreign-types v0.3.2 |
773 | 2025-01-10T04:22:40.344Z | Compiling aho-corasick v1.1.3 |
774 | 2025-01-10T04:22:40.412Z | Compiling percent-encoding v2.3.1 |
775 | 2025-01-10T04:22:40.833Z | Compiling utf16_iter v1.0.5 |
776 | 2025-01-10T04:22:40.845Z | Compiling bitflags v2.6.0 |
777 | 2025-01-10T04:22:41.048Z | Compiling write16 v1.0.0 |
778 | 2025-01-10T04:22:41.164Z | Compiling tower-service v0.3.3 |
779 | 2025-01-10T04:22:41.164Z | Compiling native-tls v0.2.12 |
780 | 2025-01-10T04:22:41.277Z | Compiling rustls v0.23.19 |
781 | 2025-01-10T04:22:41.499Z | Compiling utf8_iter v1.0.4 |
782 | 2025-01-10T04:22:41.562Z | Compiling regex-syntax v0.8.5 |
783 | 2025-01-10T04:22:41.665Z | Compiling typenum v1.17.0 |
784 | 2025-01-10T04:22:41.757Z | Compiling icu_normalizer_data v1.5.0 |
785 | 2025-01-10T04:22:42.445Z | Compiling form_urlencoded v1.2.1 |
786 | 2025-01-10T04:22:42.771Z | Compiling generic-array v0.14.7 |
787 | 2025-01-10T04:22:43.206Z | Compiling openssl-probe v0.1.5 |
788 | 2025-01-10T04:22:43.658Z | Compiling serde_derive v1.0.215 |
789 | 2025-01-10T04:22:43.711Z | Compiling zerocopy-derive v0.7.35 |
790 | 2025-01-10T04:22:43.721Z | Compiling thiserror-impl v1.0.69 |
791 | 2025-01-10T04:22:44.174Z | Compiling schemars_derive v0.8.21 |
792 | 2025-01-10T04:22:44.688Z | Compiling zerofrom-derive v0.1.4 |
793 | 2025-01-10T04:22:45.808Z | Compiling zerocopy v0.7.35 |
794 | 2025-01-10T04:22:47.142Z | Compiling tokio-macros v2.4.0 |
795 | 2025-01-10T04:22:47.366Z | Compiling yoke-derive v0.7.4 |
796 | 2025-01-10T04:22:47.403Z | Compiling zerovec-derive v0.10.3 |
797 | 2025-01-10T04:22:48.271Z | Compiling zerofrom v0.1.4 |
798 | 2025-01-10T04:22:48.481Z | Compiling futures-macro v0.3.31 |
799 | 2025-01-10T04:22:48.489Z | Compiling displaydoc v0.2.5 |
800 | 2025-01-10T04:22:48.678Z | Compiling tokio v1.40.0 |
801 | 2025-01-10T04:22:50.056Z | Compiling pest v2.7.14 |
802 | 2025-01-10T04:22:50.114Z | Compiling yoke v0.7.4 |
803 | 2025-01-10T04:22:50.380Z | Compiling futures-util v0.3.31 |
804 | 2025-01-10T04:22:50.486Z | Compiling zerovec v0.10.4 |
805 | 2025-01-10T04:22:50.531Z | Compiling icu_provider_macros v1.5.0 |
806 | 2025-01-10T04:22:50.717Z | Compiling hashbrown v0.14.5 |
807 | 2025-01-10T04:22:52.068Z | Compiling rustls-webpki v0.102.8 |
808 | 2025-01-10T04:22:52.942Z | Compiling tinystr v0.7.6 |
809 | 2025-01-10T04:22:53.381Z | Compiling icu_locid v1.5.0 |
810 | 2025-01-10T04:22:53.564Z | Compiling pest_meta v2.7.14 |
811 | 2025-01-10T04:22:56.802Z | Compiling icu_provider v1.5.0 |
812 | 2025-01-10T04:22:57.690Z | Compiling indexmap v2.6.0 |
813 | 2025-01-10T04:22:58.989Z | Compiling serde_tokenstream v0.2.2 |
814 | 2025-01-10T04:22:59.523Z | Compiling tokio-util v0.7.12 |
815 | 2025-01-10T04:23:00.736Z | Compiling h2 v0.4.6 |
816 | 2025-01-10T04:23:00.968Z | Compiling icu_locid_transform v1.5.0 |
817 | 2025-01-10T04:23:03.600Z | Compiling pest_generator v2.7.14 |
818 | 2025-01-10T04:23:03.602Z | Compiling icu_collections v1.5.0 |
819 | 2025-01-10T04:23:05.367Z | Compiling regress v0.10.1 |
820 | 2025-01-10T04:23:06.298Z | Compiling hyper v1.5.0 |
821 | 2025-01-10T04:23:06.849Z | Compiling pest_derive v2.7.14 |
822 | 2025-01-10T04:23:07.546Z | Compiling icu_properties v1.5.1 |
823 | 2025-01-10T04:23:08.285Z | Compiling openssl-macros v0.1.1 |
824 | 2025-01-10T04:23:09.107Z | Compiling typify-impl v0.2.0 |
825 | 2025-01-10T04:23:13.818Z | Compiling icu_normalizer v1.5.0 |
826 | 2025-01-10T04:23:14.300Z | Compiling hyper-util v0.1.10 |
827 | 2025-01-10T04:23:17.734Z | Compiling regex-automata v0.4.8 |
828 | 2025-01-10T04:23:18.396Z | Compiling idna_adapter v1.2.0 |
829 | 2025-01-10T04:23:19.449Z | Compiling http-body-util v0.1.2 |
830 | 2025-01-10T04:23:20.080Z | Compiling scroll_derive v0.12.0 |
831 | 2025-01-10T04:23:21.137Z | Compiling typify-macro v0.2.0 |
832 | 2025-01-10T04:23:21.559Z | Compiling usdt-impl v0.5.0 |
833 | 2025-01-10T04:23:21.923Z | Compiling regex v1.11.1 |
834 | 2025-01-10T04:23:22.022Z | Compiling encoding_rs v0.8.34 |
835 | 2025-01-10T04:23:22.903Z | Compiling num-conv v0.1.0 |
836 | 2025-01-10T04:23:23.167Z | Compiling time-core v0.1.2 |
837 | 2025-01-10T04:23:23.333Z | Compiling powerfmt v0.2.0 |
838 | 2025-01-10T04:23:23.816Z | Compiling mime v0.3.17 |
839 | 2025-01-10T04:23:24.876Z | Compiling deranged v0.3.11 |
840 | 2025-01-10T04:23:24.951Z | Compiling time-macros v0.2.18 |
841 | 2025-01-10T04:23:26.920Z | Compiling tokio-rustls v0.26.0 |
842 | 2025-01-10T04:23:27.259Z | Compiling scroll v0.12.0 |
843 | 2025-01-10T04:23:27.402Z | Compiling thread-id v4.2.2 |
844 | 2025-01-10T04:23:27.506Z | Compiling tokio-native-tls v0.3.1 |
845 | 2025-01-10T04:23:27.796Z | Compiling idna v1.0.3 |
846 | 2025-01-10T04:23:27.923Z | Compiling dtrace-parser v0.2.0 |
847 | 2025-01-10T04:23:32.824Z | Compiling dof v0.3.0 |
848 | 2025-01-10T04:23:33.468Z | Compiling serde_urlencoded v0.7.1 |
849 | 2025-01-10T04:23:33.727Z | Compiling webpki-roots v0.26.6 |
850 | 2025-01-10T04:23:33.933Z | Compiling rustls-pemfile v2.2.0 |
851 | 2025-01-10T04:23:34.014Z | Compiling plain v0.2.3 |
852 | 2025-01-10T04:23:35.603Z | Compiling omicron-workspace-hack v0.1.0 |
853 | 2025-01-10T04:23:35.707Z | Compiling num_threads v0.1.7 |
854 | 2025-01-10T04:23:35.909Z | Compiling strsim v0.11.1 |
855 | 2025-01-10T04:23:35.994Z | Compiling base64 v0.22.1 |
856 | 2025-01-10T04:23:36.510Z | Compiling crossbeam-utils v0.8.20 |
857 | 2025-01-10T04:23:36.610Z | Compiling syn v1.0.109 |
858 | 2025-01-10T04:23:36.871Z | Compiling ident_case v1.0.1 |
859 | 2025-01-10T04:23:37.038Z | Compiling darling_core v0.20.10 |
860 | 2025-01-10T04:23:37.083Z | Compiling time v0.3.36 |
861 | 2025-01-10T04:23:42.128Z | Compiling goblin v0.8.2 |
862 | 2025-01-10T04:23:43.429Z | Compiling hyper-rustls v0.27.3 |
863 | 2025-01-10T04:23:46.200Z | Compiling url v2.5.3 |
864 | 2025-01-10T04:23:46.476Z | Compiling hyper-tls v0.6.0 |
865 | 2025-01-10T04:23:46.506Z | Compiling typify v0.2.0 |
866 | 2025-01-10T04:23:46.627Z | Compiling openapiv3 v2.0.0 |
867 | 2025-01-10T04:23:46.965Z | Compiling sync_wrapper v1.0.1 |
868 | 2025-01-10T04:23:47.113Z | Compiling dirs-sys-next v0.1.2 |
869 | 2025-01-10T04:23:48.555Z | Compiling paste v1.0.15 |
870 | 2025-01-10T04:23:49.043Z | Compiling rustversion v1.0.17 |
871 | 2025-01-10T04:23:49.694Z | Compiling rustls v0.22.4 |
872 | 2025-01-10T04:23:50.004Z | Compiling newtype-uuid v1.1.3 |
873 | 2025-01-10T04:23:50.307Z | Compiling ipnet v2.10.1 |
874 | 2025-01-10T04:23:50.866Z | Compiling unsafe-libyaml v0.2.11 |
875 | 2025-01-10T04:23:51.909Z | Compiling pretty-hex v0.4.1 |
876 | 2025-01-10T04:23:52.598Z | Compiling serde_yaml v0.9.34+deprecated |
877 | 2025-01-10T04:23:53.367Z | Compiling reqwest v0.12.9 |
878 | 2025-01-10T04:23:53.397Z | Compiling progenitor-impl v0.8.0 |
879 | 2025-01-10T04:23:56.613Z | Compiling dirs-next v2.0.0 |
880 | 2025-01-10T04:23:56.868Z | Compiling darling_macro v0.20.10 |
881 | 2025-01-10T04:24:00.041Z | Compiling crypto-common v0.1.6 |
882 | 2025-01-10T04:24:00.239Z | Compiling block-buffer v0.10.4 |
883 | 2025-01-10T04:24:00.470Z | Compiling ipnetwork v0.20.0 |
884 | 2025-01-10T04:24:01.804Z | Compiling toml_datetime v0.6.8 |
885 | 2025-01-10T04:24:02.479Z | Compiling serde_spanned v0.6.8 |
886 | 2025-01-10T04:24:02.722Z | Compiling ppv-lite86 v0.2.20 |
887 | 2025-01-10T04:24:03.635Z | Compiling structmeta-derive v0.3.0 |
888 | 2025-01-10T04:24:04.346Z | Compiling rand_core v0.6.4 |
889 | 2025-01-10T04:24:04.598Z | Compiling thread_local v1.1.8 |
890 | 2025-01-10T04:24:04.823Z | Compiling multer v3.1.0 |
891 | 2025-01-10T04:24:05.152Z | Compiling slog-async v2.8.0 |
892 | 2025-01-10T04:24:05.311Z | Compiling winnow v0.6.20 |
893 | 2025-01-10T04:24:05.479Z | Compiling match_cfg v0.1.0 |
894 | 2025-01-10T04:24:05.565Z | Compiling camino v1.1.9 |
895 | 2025-01-10T04:24:05.649Z | Compiling either v1.13.0 |
896 | 2025-01-10T04:24:05.854Z | Compiling anyhow v1.0.93 |
897 | 2025-01-10T04:24:06.083Z | Compiling itertools v0.10.5 |
898 | 2025-01-10T04:24:06.248Z | Compiling hostname v0.3.1 |
899 | 2025-01-10T04:24:06.362Z | Compiling structmeta v0.3.0 |
900 | 2025-01-10T04:24:06.525Z | Compiling rand_chacha v0.3.1 |
901 | 2025-01-10T04:24:06.789Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
902 | 2025-01-10T04:24:06.883Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
903 | 2025-01-10T04:24:07.951Z | Compiling crossbeam-channel v0.5.13 |
904 | 2025-01-10T04:24:08.288Z | Compiling digest v0.10.7 |
905 | 2025-01-10T04:24:08.698Z | Compiling progenitor-macro v0.8.0 |
906 | 2025-01-10T04:24:09.306Z | Compiling toml_edit v0.22.22 |
907 | 2025-01-10T04:24:09.701Z | Compiling darling v0.20.10 |
908 | 2025-01-10T04:24:09.805Z | Compiling term v0.7.0 |
909 | 2025-01-10T04:24:14.719Z | Compiling progenitor-client v0.8.0 |
910 | 2025-01-10T04:24:15.628Z | Compiling usdt-attr-macro v0.5.0 |
911 | 2025-01-10T04:24:17.115Z | Compiling usdt-macro v0.5.0 |
912 | 2025-01-10T04:24:17.876Z | Compiling slog-json v2.6.1 |
913 | 2025-01-10T04:24:18.340Z | Compiling futures-executor v0.3.31 |
914 | 2025-01-10T04:24:18.448Z | Compiling async-stream-impl v0.3.6 |
915 | 2025-01-10T04:24:19.502Z | Compiling is-terminal v0.4.13 |
916 | 2025-01-10T04:24:19.618Z | Compiling memmap v0.7.0 |
917 | 2025-01-10T04:24:19.785Z | Compiling dropshot v0.13.0 |
918 | 2025-01-10T04:24:20.047Z | Compiling take_mut v0.2.2 |
919 | 2025-01-10T04:24:20.120Z | Compiling cpufeatures v0.2.14 |
920 | 2025-01-10T04:24:20.195Z | Compiling sha1 v0.10.6 |
921 | 2025-01-10T04:24:21.021Z | Compiling async-stream v0.3.6 |
922 | 2025-01-10T04:24:21.317Z | Compiling usdt v0.5.0 |
923 | 2025-01-10T04:24:21.473Z | Compiling progenitor v0.8.0 |
924 | 2025-01-10T04:24:21.679Z | Compiling slog-term v2.9.1 |
925 | 2025-01-10T04:24:22.818Z | Compiling tokio-rustls v0.25.0 |
926 | 2025-01-10T04:24:23.257Z | Compiling futures v0.3.31 |
927 | 2025-01-10T04:24:23.454Z | Compiling slog-bunyan v2.5.0 |
928 | 2025-01-10T04:24:23.596Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
929 | 2025-01-10T04:24:23.708Z | Compiling strum_macros v0.26.4 |
930 | 2025-01-10T04:24:24.630Z | Compiling toml v0.8.19 |
931 | 2025-01-10T04:24:25.311Z | Compiling serde_with_macros v3.11.0 |
932 | 2025-01-10T04:24:27.978Z | Compiling rand v0.8.5 |
933 | 2025-01-10T04:24:29.860Z | Compiling parse-display-derive v0.10.0 |
934 | 2025-01-10T04:24:32.171Z | Compiling dropshot_endpoint v0.13.0 |
935 | 2025-01-10T04:24:32.689Z | Compiling hex v0.4.3 |
936 | 2025-01-10T04:24:33.396Z | Compiling serde_path_to_error v0.1.16 |
937 | 2025-01-10T04:24:33.450Z | Compiling async-trait v0.1.83 |
938 | 2025-01-10T04:24:33.834Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
939 | 2025-01-10T04:24:34.430Z | Compiling waitgroup v0.1.2 |
940 | 2025-01-10T04:24:34.652Z | Compiling hostname v0.4.0 |
941 | 2025-01-10T04:24:34.665Z | Compiling instant v0.1.13 |
942 | 2025-01-10T04:24:34.808Z | Compiling debug-ignore v1.0.5 |
943 | 2025-01-10T04:24:34.888Z | Compiling backoff v0.4.0 |
944 | 2025-01-10T04:24:34.937Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
945 | 2025-01-10T04:24:35.132Z | Compiling parse-display v0.10.0 |
946 | 2025-01-10T04:24:35.214Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
947 | 2025-01-10T04:24:35.459Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
948 | 2025-01-10T04:24:35.847Z | Compiling strum v0.26.3 |
949 | 2025-01-10T04:24:36.029Z | Compiling serde_with v3.11.0 |
950 | 2025-01-10T04:24:37.194Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
951 | 2025-01-10T04:24:37.300Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
952 | 2025-01-10T04:24:37.842Z | Compiling regress v0.9.1 |
953 | 2025-01-10T04:24:38.088Z | Compiling macaddr v1.0.1 |
954 | 2025-01-10T04:24:45.345Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
955 | 2025-01-10T04:24:55.735Z | Compiling test-project v0.1.0 (/tmp/test-project) |
956 | 2025-01-10T04:25:05.910Z | Finished `release` profile [optimized] target(s) in 2m 37s |
957 | 2025-01-10T04:25:05.977Z | process exited: duration 237674 ms, exit code 0 |
|
958 | 2025-01-10T04:25:05.983Z | found 0 output files |