|
|
|
1 | 2025-01-13T08:48:01.434Z | job assigned to worker 01JHFDGYEG3N349PRCF8VBG30E [factory aws, i-0b2b7c0940d393d76] (queued for 53 s) |
|
2 | 2025-01-13T08:48:09.270Z | starting task 0: "setup" |
3 | 2025-01-13T08:48:09.279Z | ++ uname -s |
4 | 2025-01-13T08:48:09.282Z | + kern=SunOS |
5 | 2025-01-13T08:48:09.282Z | + case "$kern" in |
6 | 2025-01-13T08:48:09.282Z | + groupadd -g 12345 build |
7 | 2025-01-13T08:48:09.286Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-13T08:48:11.293Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-13T08:48:11.403Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-13T08:48:11.406Z | + home_fs=zfs |
11 | 2025-01-13T08:48:11.406Z | + [[ zfs == autofs ]] |
12 | 2025-01-13T08:48:11.406Z | + mkdir -p /home/build |
13 | 2025-01-13T08:48:11.409Z | + chown build:build /home/build /work |
14 | 2025-01-13T08:48:12.409Z | + chmod 0700 /home/build /work |
15 | 2025-01-13T08:48:12.412Z | process exited: duration 3143 ms, exit code 0 |
|
16 | 2025-01-13T08:48:12.417Z | starting task 1: "rust-toolchain" |
17 | 2025-01-13T08:48:12.422Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-13T08:48:12.422Z | ' 1.81.0 |
19 | 2025-01-13T08:48:12.422Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-13T08:48:12.422Z | ' default |
21 | 2025-01-13T08:48:12.422Z | * toolchain channel = "1.81.0" |
22 | 2025-01-13T08:48:12.422Z | * toolchain profile = "default" |
23 | 2025-01-13T08:48:12.425Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-13T08:48:12.425Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2025-01-13T08:48:12.517Z | info: downloading installer |
26 | 2025-01-13T08:48:13.706Z | info: profile set to 'default' |
27 | 2025-01-13T08:48:13.707Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-13T08:48:13.709Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2025-01-13T08:48:13.852Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2025-01-13T08:48:13.852Z | info: downloading component 'cargo' |
31 | 2025-01-13T08:48:14.603Z | info: downloading component 'clippy' |
32 | 2025-01-13T08:48:14.883Z | info: downloading component 'rust-docs' |
33 | 2025-01-13T08:48:15.926Z | info: downloading component 'rust-std' |
34 | 2025-01-13T08:48:17.547Z | info: downloading component 'rustc' |
35 | 2025-01-13T08:48:23.362Z | info: downloading component 'rustfmt' |
36 | 2025-01-13T08:48:23.580Z | info: installing component 'cargo' |
37 | 2025-01-13T08:48:24.369Z | info: installing component 'clippy' |
38 | 2025-01-13T08:48:24.724Z | info: installing component 'rust-docs' |
39 | 2025-01-13T08:48:26.300Z | info: installing component 'rust-std' |
40 | 2025-01-13T08:48:28.012Z | info: installing component 'rustc' |
41 | 2025-01-13T08:48:33.679Z | info: installing component 'rustfmt' |
42 | 2025-01-13T08:48:33.997Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2025-01-13T08:48:33.997Z | |
44 | 2025-01-13T08:48:34.362Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2025-01-13T08:48:34.362Z | |
46 | 2025-01-13T08:48:34.366Z | |
47 | 2025-01-13T08:48:34.366Z | Rust is installed now. Great! |
48 | 2025-01-13T08:48:34.366Z | |
49 | 2025-01-13T08:48:34.366Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-13T08:48:34.366Z | environment variable. This has not been done automatically. |
51 | 2025-01-13T08:48:34.366Z | |
52 | 2025-01-13T08:48:34.366Z | To configure your current shell, you need to source |
53 | 2025-01-13T08:48:34.366Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-13T08:48:34.366Z | |
55 | 2025-01-13T08:48:34.366Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-13T08:48:34.366Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-13T08:48:34.366Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-13T08:48:34.435Z | + rustc --version |
59 | 2025-01-13T08:48:34.500Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2025-01-13T08:48:34.503Z | process exited: duration 22082 ms, exit code 0 |
|
61 | 2025-01-13T08:48:34.508Z | starting task 2: "authentication" |
62 | 2025-01-13T08:48:34.529Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-13T08:48:34.535Z | starting task 3: "clone repository" |
64 | 2025-01-13T08:48:34.540Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-13T08:48:34.542Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-13T08:48:34.582Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-13T08:48:42.804Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-13T08:48:42.804Z | + git fetch origin 27409a1abdb84f3c458ceca77ec5c422faf0265d |
69 | 2025-01-13T08:48:43.110Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-13T08:48:43.110Z | * branch 27409a1abdb84f3c458ceca77ec5c422faf0265d -> FETCH_HEAD |
71 | 2025-01-13T08:48:43.121Z | + [[ -n renovate/lock-file-maintenance ]] |
72 | 2025-01-13T08:48:43.123Z | ++ git branch --show-current |
73 | 2025-01-13T08:48:43.126Z | + current=main |
74 | 2025-01-13T08:48:43.126Z | + [[ main != renovate/lock-file-maintenance ]] |
75 | 2025-01-13T08:48:43.126Z | + git branch -f renovate/lock-file-maintenance 27409a1abdb84f3c458ceca77ec5c422faf0265d |
76 | 2025-01-13T08:48:43.128Z | + git checkout -f renovate/lock-file-maintenance |
77 | 2025-01-13T08:48:43.306Z | Switched to branch 'renovate/lock-file-maintenance' |
78 | 2025-01-13T08:48:43.308Z | + git reset --hard 27409a1abdb84f3c458ceca77ec5c422faf0265d |
79 | 2025-01-13T08:48:43.481Z | HEAD is now at 27409a1ab Lock file maintenance |
80 | 2025-01-13T08:48:43.484Z | process exited: duration 8947 ms, exit code 0 |
|
81 | 2025-01-13T08:48:43.492Z | starting task 4: "build" |
82 | 2025-01-13T08:48:43.496Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-13T08:48:43.496Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-13T08:48:43.496Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-13T08:48:43.498Z | + cargo --version |
86 | 2025-01-13T08:48:43.555Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2025-01-13T08:48:43.557Z | + rustc --version |
88 | 2025-01-13T08:48:43.617Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2025-01-13T08:48:43.619Z | + cd /tmp |
90 | 2025-01-13T08:48:43.619Z | + cargo new --lib test-project |
91 | 2025-01-13T08:48:43.676Z | Creating library `test-project` package |
92 | 2025-01-13T08:48:43.750Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2025-01-13T08:48:43.753Z | + cd test-project |
94 | 2025-01-13T08:48:43.753Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2025-01-13T08:48:43.811Z | Adding omicron-common (local) to dependencies |
96 | 2025-01-13T08:48:43.811Z | Features: |
97 | 2025-01-13T08:48:43.811Z | - proptest |
98 | 2025-01-13T08:48:43.811Z | - test-strategy |
99 | 2025-01-13T08:48:43.811Z | - testing |
100 | 2025-01-13T08:48:43.814Z | Updating crates.io index |
101 | 2025-01-13T08:48:43.884Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
102 | 2025-01-13T08:48:44.324Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
103 | 2025-01-13T08:48:44.830Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2025-01-13T08:48:45.315Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
105 | 2025-01-13T08:48:45.794Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
106 | 2025-01-13T08:48:47.047Z | Locking 335 packages to latest compatible versions |
107 | 2025-01-13T08:48:47.050Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
108 | 2025-01-13T08:48:47.050Z | Adding dropshot v0.13.0 (latest: v0.15.1) |
109 | 2025-01-13T08:48:47.050Z | Adding dropshot_endpoint v0.13.0 (latest: v0.15.1) |
110 | 2025-01-13T08:48:47.050Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
111 | 2025-01-13T08:48:47.050Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
112 | 2025-01-13T08:48:47.053Z | Adding generic-array v0.14.7 (latest: v1.2.0) |
113 | 2025-01-13T08:48:47.053Z | Adding goblin v0.8.2 (latest: v0.9.3) |
114 | 2025-01-13T08:48:47.053Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
115 | 2025-01-13T08:48:47.053Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
116 | 2025-01-13T08:48:47.053Z | Adding hostname v0.3.1 (latest: v0.4.0) |
117 | 2025-01-13T08:48:47.057Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
118 | 2025-01-13T08:48:47.057Z | Adding ipnetwork v0.20.0 (latest: v0.21.1) |
119 | 2025-01-13T08:48:47.057Z | Adding itertools v0.10.5 (latest: v0.14.0) |
120 | 2025-01-13T08:48:47.057Z | Adding linux-raw-sys v0.4.15 (latest: v0.7.0) |
121 | 2025-01-13T08:48:47.059Z | Adding progenitor v0.8.0 (latest: v0.9.1) |
122 | 2025-01-13T08:48:47.059Z | Adding progenitor-client v0.8.0 (latest: v0.9.1) |
123 | 2025-01-13T08:48:47.059Z | Adding progenitor-impl v0.8.0 (latest: v0.9.1) |
124 | 2025-01-13T08:48:47.059Z | Adding progenitor-macro v0.8.0 (latest: v0.9.1) |
125 | 2025-01-13T08:48:47.059Z | Adding redox_users v0.4.6 (latest: v0.5.0) |
126 | 2025-01-13T08:48:47.059Z | Adding regress v0.9.1 (latest: v0.10.2) |
127 | 2025-01-13T08:48:47.064Z | Adding rustls v0.22.4 (latest: v0.23.21) |
128 | 2025-01-13T08:48:47.067Z | Adding security-framework v2.11.1 (latest: v3.2.0) |
129 | 2025-01-13T08:48:47.069Z | Adding syn v1.0.109 (latest: v2.0.96) |
130 | 2025-01-13T08:48:47.070Z | Adding term v0.7.0 (latest: v1.0.1) |
131 | 2025-01-13T08:48:47.070Z | Adding thiserror v1.0.69 (latest: v2.0.11) |
132 | 2025-01-13T08:48:47.070Z | Adding thiserror-impl v1.0.69 (latest: v2.0.11) |
133 | 2025-01-13T08:48:47.070Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
134 | 2025-01-13T08:48:47.070Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
135 | 2025-01-13T08:48:47.072Z | Adding tokio-rustls v0.25.0 (latest: v0.26.1) |
136 | 2025-01-13T08:48:47.072Z | Adding typify v0.2.0 (latest: v0.3.0) |
137 | 2025-01-13T08:48:47.072Z | Adding typify-impl v0.2.0 (latest: v0.3.0) |
138 | 2025-01-13T08:48:47.072Z | Adding typify-macro v0.2.0 (latest: v0.3.0) |
139 | 2025-01-13T08:48:47.075Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.14.0+wasi-0.2.3) |
140 | 2025-01-13T08:48:47.075Z | Adding windows v0.52.0 (latest: v0.59.0) |
141 | 2025-01-13T08:48:47.075Z | Adding windows-core v0.52.0 (latest: v0.59.0) |
142 | 2025-01-13T08:48:47.075Z | Adding windows-registry v0.2.0 (latest: v0.4.0) |
143 | 2025-01-13T08:48:47.075Z | Adding windows-result v0.2.0 (latest: v0.3.0) |
144 | 2025-01-13T08:48:47.075Z | Adding windows-strings v0.1.0 (latest: v0.3.0) |
145 | 2025-01-13T08:48:47.075Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
146 | 2025-01-13T08:48:47.075Z | Adding windows-targets v0.52.6 (latest: v0.53.0) |
147 | 2025-01-13T08:48:47.075Z | Adding windows_aarch64_gnullvm v0.52.6 (latest: v0.53.0) |
148 | 2025-01-13T08:48:47.075Z | Adding windows_aarch64_msvc v0.52.6 (latest: v0.53.0) |
149 | 2025-01-13T08:48:47.075Z | Adding windows_i686_gnu v0.52.6 (latest: v0.53.0) |
150 | 2025-01-13T08:48:47.075Z | Adding windows_i686_gnullvm v0.52.6 (latest: v0.53.0) |
151 | 2025-01-13T08:48:47.075Z | Adding windows_i686_msvc v0.52.6 (latest: v0.53.0) |
152 | 2025-01-13T08:48:47.075Z | Adding windows_x86_64_gnu v0.52.6 (latest: v0.53.0) |
153 | 2025-01-13T08:48:47.075Z | Adding windows_x86_64_gnullvm v0.52.6 (latest: v0.53.0) |
154 | 2025-01-13T08:48:47.075Z | Adding windows_x86_64_msvc v0.52.6 (latest: v0.53.0) |
155 | 2025-01-13T08:48:47.075Z | Adding writeable v0.5.5 (latest: v0.6.0) |
156 | 2025-01-13T08:48:47.075Z | Adding zerocopy v0.7.35 (latest: v0.8.14) |
157 | 2025-01-13T08:48:47.075Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.14) |
158 | 2025-01-13T08:48:47.079Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
159 | 2025-01-13T08:48:47.079Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
160 | 2025-01-13T08:48:47.149Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
161 | 2025-01-13T08:48:47.152Z | + cargo check |
162 | 2025-01-13T08:48:47.315Z | Updating crates.io index |
163 | 2025-01-13T08:48:48.047Z | Locking 2 packages to latest compatible versions |
164 | 2025-01-13T08:48:51.018Z | Adding omicron-workspace-hack v0.1.0 |
165 | 2025-01-13T08:48:52.764Z | Adding test-project v0.1.0 (/tmp/test-project) |
166 | 2025-01-13T08:48:53.469Z | Downloading crates ... |
167 | 2025-01-13T08:48:53.521Z | Downloaded async-stream v0.3.6 |
168 | 2025-01-13T08:48:53.529Z | Downloaded async-stream-impl v0.3.6 |
169 | 2025-01-13T08:48:53.533Z | Downloaded autocfg v1.4.0 |
170 | 2025-01-13T08:48:53.535Z | Downloaded block-buffer v0.10.4 |
171 | 2025-01-13T08:48:53.542Z | Downloaded foreign-types v0.3.2 |
172 | 2025-01-13T08:48:53.545Z | Downloaded async-trait v0.1.85 |
173 | 2025-01-13T08:48:53.547Z | Downloaded ident_case v1.0.1 |
174 | 2025-01-13T08:48:53.549Z | Downloaded http-body v1.0.1 |
175 | 2025-01-13T08:48:53.555Z | Downloaded time-core v0.1.2 |
176 | 2025-01-13T08:48:53.559Z | Downloaded icu_provider_macros v1.5.0 |
177 | 2025-01-13T08:48:53.559Z | Downloaded foreign-types-shared v0.1.1 |
178 | 2025-01-13T08:48:53.561Z | Downloaded time-macros v0.2.19 |
179 | 2025-01-13T08:48:53.564Z | Downloaded tinyvec_macros v0.1.1 |
180 | 2025-01-13T08:48:53.564Z | Downloaded dtrace-parser v0.2.0 |
181 | 2025-01-13T08:48:53.567Z | Downloaded equivalent v1.0.1 |
182 | 2025-01-13T08:48:53.570Z | Downloaded darling_macro v0.20.10 |
183 | 2025-01-13T08:48:53.578Z | Downloaded instant v0.1.13 |
184 | 2025-01-13T08:48:53.581Z | Downloaded bitflags v2.7.0 |
185 | 2025-01-13T08:48:53.584Z | Downloaded sync_wrapper v1.0.2 |
186 | 2025-01-13T08:48:53.586Z | Downloaded log v0.4.22 |
187 | 2025-01-13T08:48:53.589Z | Downloaded hyper-tls v0.6.0 |
188 | 2025-01-13T08:48:53.589Z | Downloaded atomic-waker v1.1.2 |
189 | 2025-01-13T08:48:53.592Z | Downloaded tinyvec v1.8.1 |
190 | 2025-01-13T08:48:53.594Z | Downloaded futures-executor v0.3.31 |
191 | 2025-01-13T08:48:53.596Z | Downloaded futures-macro v0.3.31 |
192 | 2025-01-13T08:48:53.597Z | Downloaded hex v0.4.3 |
193 | 2025-01-13T08:48:53.599Z | Downloaded debug-ignore v1.0.5 |
194 | 2025-01-13T08:48:53.599Z | Downloaded tower v0.5.2 |
195 | 2025-01-13T08:48:53.608Z | Downloaded tokio-rustls v0.26.1 |
196 | 2025-01-13T08:48:53.610Z | Downloaded tokio-native-tls v0.3.1 |
197 | 2025-01-13T08:48:53.613Z | Downloaded tokio-macros v2.5.0 |
198 | 2025-01-13T08:48:53.613Z | Downloaded form_urlencoded v1.2.1 |
199 | 2025-01-13T08:48:53.616Z | Downloaded fnv v1.0.7 |
200 | 2025-01-13T08:48:53.616Z | Downloaded cfg_aliases v0.2.1 |
201 | 2025-01-13T08:48:53.619Z | Downloaded generic-array v0.14.7 |
202 | 2025-01-13T08:48:53.619Z | Downloaded futures-core v0.3.31 |
203 | 2025-01-13T08:48:53.619Z | Downloaded either v1.13.0 |
204 | 2025-01-13T08:48:53.622Z | Downloaded toml_edit v0.22.22 |
205 | 2025-01-13T08:48:53.641Z | Downloaded toml v0.8.19 |
206 | 2025-01-13T08:48:53.644Z | Downloaded toml_datetime v0.6.8 |
207 | 2025-01-13T08:48:53.646Z | Downloaded tokio-util v0.7.13 |
208 | 2025-01-13T08:48:53.652Z | Downloaded rand_chacha v0.3.1 |
209 | 2025-01-13T08:48:53.654Z | Downloaded time v0.3.37 |
210 | 2025-01-13T08:48:53.660Z | Downloaded try-lock v0.2.5 |
211 | 2025-01-13T08:48:53.663Z | Downloaded tower-layer v0.3.3 |
212 | 2025-01-13T08:48:53.663Z | Downloaded tower-service v0.3.3 |
213 | 2025-01-13T08:48:53.663Z | Downloaded icu_locid_transform v1.5.0 |
214 | 2025-01-13T08:48:53.666Z | Downloaded hyper-rustls v0.27.5 |
215 | 2025-01-13T08:48:53.668Z | Downloaded usdt-macro v0.5.0 |
216 | 2025-01-13T08:48:53.671Z | Downloaded usdt-attr-macro v0.5.0 |
217 | 2025-01-13T08:48:53.671Z | Downloaded lock_api v0.4.12 |
218 | 2025-01-13T08:48:53.673Z | Downloaded litemap v0.7.4 |
219 | 2025-01-13T08:48:53.673Z | Downloaded ipnet v2.10.1 |
220 | 2025-01-13T08:48:53.676Z | Downloaded num_threads v0.1.7 |
221 | 2025-01-13T08:48:53.678Z | Downloaded futures-channel v0.3.31 |
222 | 2025-01-13T08:48:53.678Z | Downloaded match_cfg v0.1.0 |
223 | 2025-01-13T08:48:53.681Z | Downloaded zerofrom v0.1.5 |
224 | 2025-01-13T08:48:53.681Z | Downloaded write16 v1.0.0 |
225 | 2025-01-13T08:48:53.681Z | Downloaded want v0.3.1 |
226 | 2025-01-13T08:48:53.684Z | Downloaded httparse v1.9.5 |
227 | 2025-01-13T08:48:53.687Z | Downloaded omicron-workspace-hack v0.1.0 |
228 | 2025-01-13T08:48:53.687Z | Downloaded waitgroup v0.1.2 |
229 | 2025-01-13T08:48:53.687Z | Downloaded displaydoc v0.2.5 |
230 | 2025-01-13T08:48:53.689Z | Downloaded http-body-util v0.1.2 |
231 | 2025-01-13T08:48:53.692Z | Downloaded getrandom v0.2.15 |
232 | 2025-01-13T08:48:53.694Z | Downloaded openssl-probe v0.1.5 |
233 | 2025-01-13T08:48:53.697Z | Downloaded anyhow v1.0.95 |
234 | 2025-01-13T08:48:53.700Z | Downloaded ahash v0.8.11 |
235 | 2025-01-13T08:48:53.703Z | Downloaded strum v0.26.3 |
236 | 2025-01-13T08:48:53.703Z | Downloaded thiserror v1.0.69 |
237 | 2025-01-13T08:48:53.706Z | Downloaded take_mut v0.2.2 |
238 | 2025-01-13T08:48:53.709Z | Downloaded strsim v0.11.1 |
239 | 2025-01-13T08:48:53.709Z | Downloaded macaddr v1.0.1 |
240 | 2025-01-13T08:48:53.711Z | Downloaded yoke-derive v0.7.5 |
241 | 2025-01-13T08:48:53.711Z | Downloaded usdt-impl v0.5.0 |
242 | 2025-01-13T08:48:53.714Z | Downloaded untrusted v0.9.0 |
243 | 2025-01-13T08:48:53.714Z | Downloaded serde_urlencoded v0.7.1 |
244 | 2025-01-13T08:48:53.716Z | Downloaded icu_provider v1.5.0 |
245 | 2025-01-13T08:48:53.719Z | Downloaded progenitor-client v0.8.0 |
246 | 2025-01-13T08:48:53.719Z | Downloaded dropshot_endpoint v0.13.0 |
247 | 2025-01-13T08:48:53.722Z | Downloaded icu_normalizer_data v1.5.0 |
248 | 2025-01-13T08:48:53.724Z | Downloaded version_check v0.9.5 |
249 | 2025-01-13T08:48:53.727Z | Downloaded writeable v0.5.5 |
250 | 2025-01-13T08:48:53.727Z | Downloaded newtype-uuid v1.1.3 |
251 | 2025-01-13T08:48:53.729Z | Downloaded futures v0.3.31 |
252 | 2025-01-13T08:48:53.732Z | Downloaded icu_locid_transform_data v1.5.0 |
253 | 2025-01-13T08:48:53.735Z | Downloaded progenitor-macro v0.8.0 |
254 | 2025-01-13T08:48:53.737Z | Downloaded pretty-hex v0.4.1 |
255 | 2025-01-13T08:48:53.737Z | Downloaded indexmap v1.9.3 |
256 | 2025-01-13T08:48:53.740Z | Downloaded icu_locid v1.5.0 |
257 | 2025-01-13T08:48:53.743Z | Downloaded scroll_derive v0.12.0 |
258 | 2025-01-13T08:48:53.746Z | Downloaded slab v0.4.9 |
259 | 2025-01-13T08:48:53.746Z | Downloaded rustc-hash v2.1.0 |
260 | 2025-01-13T08:48:53.747Z | Downloaded multer v3.1.0 |
261 | 2025-01-13T08:48:53.749Z | Downloaded mime v0.3.17 |
262 | 2025-01-13T08:48:53.752Z | Downloaded rustversion v1.0.19 |
263 | 2025-01-13T08:48:53.754Z | Downloaded pkg-config v0.3.31 |
264 | 2025-01-13T08:48:53.755Z | Downloaded percent-encoding v2.3.1 |
265 | 2025-01-13T08:48:53.755Z | Downloaded rand_core v0.6.4 |
266 | 2025-01-13T08:48:53.757Z | Downloaded powerfmt v0.2.0 |
267 | 2025-01-13T08:48:53.757Z | Downloaded structmeta-derive v0.3.0 |
268 | 2025-01-13T08:48:53.759Z | Downloaded slog-bunyan v2.5.0 |
269 | 2025-01-13T08:48:53.760Z | Downloaded pin-utils v0.1.0 |
270 | 2025-01-13T08:48:53.762Z | Downloaded parse-display-derive v0.10.0 |
271 | 2025-01-13T08:48:53.762Z | Downloaded slog-async v2.8.0 |
272 | 2025-01-13T08:48:53.765Z | Downloaded bytes v1.9.0 |
273 | 2025-01-13T08:48:53.767Z | Downloaded synstructure v0.13.1 |
274 | 2025-01-13T08:48:53.769Z | Downloaded ppv-lite86 v0.2.20 |
275 | 2025-01-13T08:48:53.769Z | Downloaded scopeguard v1.2.0 |
276 | 2025-01-13T08:48:53.772Z | Downloaded pest_generator v2.7.15 |
277 | 2025-01-13T08:48:53.772Z | Downloaded rustls-pemfile v2.2.0 |
278 | 2025-01-13T08:48:53.774Z | Downloaded icu_normalizer v1.5.0 |
279 | 2025-01-13T08:48:53.776Z | Downloaded progenitor v0.8.0 |
280 | 2025-01-13T08:48:53.779Z | Downloaded zeroize v1.8.1 |
281 | 2025-01-13T08:48:53.779Z | Downloaded hyper-util v0.1.10 |
282 | 2025-01-13T08:48:53.783Z | Downloaded paste v1.0.15 |
283 | 2025-01-13T08:48:53.785Z | Downloaded serde_tokenstream v0.2.2 |
284 | 2025-01-13T08:48:53.788Z | Downloaded base64 v0.22.1 |
285 | 2025-01-13T08:48:53.790Z | Downloaded parse-display v0.10.0 |
286 | 2025-01-13T08:48:53.793Z | Downloaded signal-hook-registry v1.4.2 |
287 | 2025-01-13T08:48:53.793Z | Downloaded serde_spanned v0.6.8 |
288 | 2025-01-13T08:48:53.795Z | Downloaded shlex v1.3.0 |
289 | 2025-01-13T08:48:53.795Z | Downloaded thread_local v1.1.8 |
290 | 2025-01-13T08:48:53.797Z | Downloaded thread-id v4.2.2 |
291 | 2025-01-13T08:48:53.797Z | Downloaded thiserror-impl v1.0.69 |
292 | 2025-01-13T08:48:53.800Z | Downloaded scroll v0.12.0 |
293 | 2025-01-13T08:48:53.800Z | Downloaded plain v0.2.3 |
294 | 2025-01-13T08:48:53.802Z | Downloaded pin-project-lite v0.2.16 |
295 | 2025-01-13T08:48:53.805Z | Downloaded unicode-ident v1.0.14 |
296 | 2025-01-13T08:48:53.808Z | Downloaded thiserror-impl v2.0.11 |
297 | 2025-01-13T08:48:53.810Z | Downloaded term v0.7.0 |
298 | 2025-01-13T08:48:53.813Z | Downloaded pest_derive v2.7.15 |
299 | 2025-01-13T08:48:53.816Z | Downloaded uuid v1.11.1 |
300 | 2025-01-13T08:48:53.818Z | Downloaded structmeta v0.3.0 |
301 | 2025-01-13T08:48:53.821Z | Downloaded slog-term v2.9.1 |
302 | 2025-01-13T08:48:53.821Z | Downloaded quote v1.0.38 |
303 | 2025-01-13T08:48:53.823Z | Downloaded quinn-udp v0.5.9 |
304 | 2025-01-13T08:48:53.825Z | Downloaded serde_path_to_error v0.1.16 |
305 | 2025-01-13T08:48:53.828Z | Downloaded zerocopy-derive v0.7.35 |
306 | 2025-01-13T08:48:53.830Z | Downloaded sha2 v0.10.8 |
307 | 2025-01-13T08:48:53.833Z | Downloaded semver v1.0.24 |
308 | 2025-01-13T08:48:53.835Z | Downloaded spin v0.9.8 |
309 | 2025-01-13T08:48:53.837Z | Downloaded unsafe-libyaml v0.2.11 |
310 | 2025-01-13T08:48:53.840Z | Downloaded serde_derive_internals v0.29.1 |
311 | 2025-01-13T08:48:53.842Z | Downloaded pest_meta v2.7.15 |
312 | 2025-01-13T08:48:53.845Z | Downloaded progenitor-impl v0.8.0 |
313 | 2025-01-13T08:48:53.845Z | Downloaded socket2 v0.5.8 |
314 | 2025-01-13T08:48:53.848Z | Downloaded crossbeam-channel v0.5.14 |
315 | 2025-01-13T08:48:53.851Z | Downloaded parking_lot v0.12.3 |
316 | 2025-01-13T08:48:53.853Z | Downloaded tracing v0.1.41 |
317 | 2025-01-13T08:48:53.857Z | Downloaded smallvec v1.13.2 |
318 | 2025-01-13T08:48:53.859Z | Downloaded openssl-sys v0.9.104 |
319 | 2025-01-13T08:48:53.864Z | Downloaded ryu v1.0.18 |
320 | 2025-01-13T08:48:53.866Z | Downloaded serde_with_macros v3.12.0 |
321 | 2025-01-13T08:48:53.869Z | Downloaded slog v2.7.0 |
322 | 2025-01-13T08:48:53.871Z | Downloaded url v2.5.4 |
323 | 2025-01-13T08:48:53.874Z | Downloaded tracing-core v0.1.33 |
324 | 2025-01-13T08:48:53.877Z | Downloaded serde_derive v1.0.217 |
325 | 2025-01-13T08:48:53.879Z | Downloaded http v1.2.0 |
326 | 2025-01-13T08:48:53.883Z | Downloaded rustls-pki-types v1.10.1 |
327 | 2025-01-13T08:48:53.886Z | Downloaded proc-macro2 v1.0.93 |
328 | 2025-01-13T08:48:53.889Z | Downloaded rand v0.8.5 |
329 | 2025-01-13T08:48:53.892Z | Downloaded serde_yaml v0.9.34+deprecated |
330 | 2025-01-13T08:48:53.895Z | Downloaded mio v1.0.3 |
331 | 2025-01-13T08:48:53.901Z | Downloaded quinn v0.11.6 |
332 | 2025-01-13T08:48:53.904Z | Downloaded memchr v2.7.4 |
333 | 2025-01-13T08:48:53.909Z | Downloaded pest v2.7.15 |
334 | 2025-01-13T08:48:53.913Z | Downloaded serde v1.0.217 |
335 | 2025-01-13T08:48:53.916Z | Downloaded hashbrown v0.12.3 |
336 | 2025-01-13T08:48:53.920Z | Downloaded hashbrown v0.15.2 |
337 | 2025-01-13T08:48:53.926Z | Downloaded zerovec v0.10.4 |
338 | 2025-01-13T08:48:53.931Z | Downloaded idna v1.0.3 |
339 | 2025-01-13T08:48:53.935Z | Downloaded zerocopy v0.7.35 |
340 | 2025-01-13T08:48:53.950Z | Downloaded serde_json v1.0.135 |
341 | 2025-01-13T08:48:53.956Z | Downloaded h2 v0.4.7 |
342 | 2025-01-13T08:48:53.963Z | Downloaded winnow v0.6.24 |
343 | 2025-01-13T08:48:53.972Z | Downloaded quinn-proto v0.11.9 |
344 | 2025-01-13T08:48:53.978Z | Downloaded goblin v0.8.2 |
345 | 2025-01-13T08:48:53.984Z | Downloaded syn v1.0.109 |
346 | 2025-01-13T08:48:53.993Z | Downloaded openssl v0.10.68 |
347 | 2025-01-13T08:48:54.002Z | Downloaded serde_with v3.12.0 |
348 | 2025-01-13T08:48:54.009Z | Downloaded webpki-roots v0.26.7 |
349 | 2025-01-13T08:48:54.013Z | Downloaded vcpkg v0.2.15 |
350 | 2025-01-13T08:48:54.047Z | Downloaded reqwest v0.12.12 |
351 | 2025-01-13T08:48:54.054Z | Downloaded icu_properties_data v1.5.0 |
352 | 2025-01-13T08:48:54.064Z | Downloaded openapiv3 v2.0.0 |
353 | 2025-01-13T08:48:54.074Z | Downloaded rustls-webpki v0.102.8 |
354 | 2025-01-13T08:48:54.090Z | Downloaded chrono v0.4.39 |
355 | 2025-01-13T08:48:54.097Z | Downloaded regex v1.11.1 |
356 | 2025-01-13T08:48:54.108Z | Downloaded tokio v1.43.0 |
357 | 2025-01-13T08:48:54.143Z | Downloaded futures-util v0.3.31 |
358 | 2025-01-13T08:48:54.153Z | Downloaded typify-impl v0.2.0 |
359 | 2025-01-13T08:48:54.166Z | Downloaded aho-corasick v1.1.3 |
360 | 2025-01-13T08:48:54.171Z | Downloaded hyper v1.5.2 |
361 | 2025-01-13T08:48:54.177Z | Downloaded rustls v0.22.4 |
362 | 2025-01-13T08:48:54.188Z | Downloaded regress v0.9.1 |
363 | 2025-01-13T08:48:54.196Z | Downloaded rustls v0.23.21 |
364 | 2025-01-13T08:48:54.206Z | Downloaded regex-syntax v0.8.5 |
365 | 2025-01-13T08:48:54.213Z | Downloaded syn v2.0.96 |
366 | 2025-01-13T08:48:54.223Z | Downloaded regress v0.10.2 |
367 | 2025-01-13T08:48:54.230Z | Downloaded dropshot v0.13.0 |
368 | 2025-01-13T08:48:54.249Z | Downloaded itertools v0.10.5 |
369 | 2025-01-13T08:48:54.254Z | Downloaded hashbrown v0.14.5 |
370 | 2025-01-13T08:48:54.259Z | Downloaded cc v1.2.9 |
371 | 2025-01-13T08:48:54.262Z | Downloaded indexmap v2.7.0 |
372 | 2025-01-13T08:48:54.265Z | Downloaded icu_properties v1.5.1 |
373 | 2025-01-13T08:48:54.268Z | Downloaded num-traits v0.2.19 |
374 | 2025-01-13T08:48:54.271Z | Downloaded ucd-trie v0.1.7 |
375 | 2025-01-13T08:48:54.278Z | Downloaded icu_collections v1.5.0 |
376 | 2025-01-13T08:48:54.280Z | Downloaded darling_core v0.20.10 |
377 | 2025-01-13T08:48:54.283Z | Downloaded yoke v0.7.5 |
378 | 2025-01-13T08:48:54.283Z | Downloaded typenum v1.17.0 |
379 | 2025-01-13T08:48:54.285Z | Downloaded parking_lot_core v0.9.10 |
380 | 2025-01-13T08:48:54.288Z | Downloaded once_cell v1.20.2 |
381 | 2025-01-13T08:48:54.290Z | Downloaded native-tls v0.2.12 |
382 | 2025-01-13T08:48:54.290Z | Downloaded zerovec-derive v0.10.3 |
383 | 2025-01-13T08:48:54.292Z | Downloaded strum_macros v0.26.4 |
384 | 2025-01-13T08:48:54.295Z | Downloaded schemars v0.8.21 |
385 | 2025-01-13T08:48:54.303Z | Downloaded subtle v2.6.1 |
386 | 2025-01-13T08:48:54.306Z | Downloaded regex-automata v0.4.9 |
387 | 2025-01-13T08:48:54.319Z | Downloaded stable_deref_trait v1.2.0 |
388 | 2025-01-13T08:48:54.322Z | Downloaded slog-json v2.6.1 |
389 | 2025-01-13T08:48:54.322Z | Downloaded memmap v0.7.0 |
390 | 2025-01-13T08:48:54.325Z | Downloaded typify v0.2.0 |
391 | 2025-01-13T08:48:54.327Z | Downloaded darling v0.20.10 |
392 | 2025-01-13T08:48:54.330Z | Downloaded crossbeam-utils v0.8.21 |
393 | 2025-01-13T08:48:54.333Z | Downloaded thiserror v2.0.11 |
394 | 2025-01-13T08:48:54.336Z | Downloaded digest v0.10.7 |
395 | 2025-01-13T08:48:54.338Z | Downloaded typify-macro v0.2.0 |
396 | 2025-01-13T08:48:54.338Z | Downloaded sha1 v0.10.6 |
397 | 2025-01-13T08:48:54.341Z | Downloaded schemars_derive v0.8.21 |
398 | 2025-01-13T08:48:54.341Z | Downloaded libc v0.2.169 |
399 | 2025-01-13T08:48:54.362Z | Downloaded utf8_iter v1.0.4 |
400 | 2025-01-13T08:48:54.365Z | Downloaded utf16_iter v1.0.5 |
401 | 2025-01-13T08:48:54.365Z | Downloaded usdt v0.5.0 |
402 | 2025-01-13T08:48:54.367Z | Downloaded openssl-macros v0.1.1 |
403 | 2025-01-13T08:48:54.367Z | Downloaded num-conv v0.1.0 |
404 | 2025-01-13T08:48:54.367Z | Downloaded zerofrom-derive v0.1.5 |
405 | 2025-01-13T08:48:54.368Z | Downloaded cfg-if v1.0.0 |
406 | 2025-01-13T08:48:54.370Z | Downloaded iana-time-zone v0.1.61 |
407 | 2025-01-13T08:48:54.370Z | Downloaded camino v1.1.9 |
408 | 2025-01-13T08:48:54.372Z | Downloaded allocator-api2 v0.2.21 |
409 | 2025-01-13T08:48:54.375Z | Downloaded hostname v0.4.0 |
410 | 2025-01-13T08:48:54.375Z | Downloaded backoff v0.4.0 |
411 | 2025-01-13T08:48:54.378Z | Downloaded itoa v1.0.14 |
412 | 2025-01-13T08:48:54.380Z | Downloaded is-terminal v0.4.13 |
413 | 2025-01-13T08:48:54.380Z | Downloaded ipnetwork v0.20.0 |
414 | 2025-01-13T08:48:54.380Z | Downloaded idna_adapter v1.2.0 |
415 | 2025-01-13T08:48:54.382Z | Downloaded foldhash v0.1.4 |
416 | 2025-01-13T08:48:54.382Z | Downloaded dof v0.3.0 |
417 | 2025-01-13T08:48:54.385Z | Downloaded dirs-sys-next v0.1.2 |
418 | 2025-01-13T08:48:54.385Z | Downloaded deranged v0.3.11 |
419 | 2025-01-13T08:48:54.385Z | Downloaded futures-sink v0.3.31 |
420 | 2025-01-13T08:48:54.387Z | Downloaded crypto-common v0.1.6 |
421 | 2025-01-13T08:48:54.387Z | Downloaded futures-io v0.3.31 |
422 | 2025-01-13T08:48:54.387Z | Downloaded tokio-rustls v0.25.0 |
423 | 2025-01-13T08:48:54.390Z | Downloaded tinystr v0.7.6 |
424 | 2025-01-13T08:48:54.392Z | Downloaded httpdate v1.0.3 |
425 | 2025-01-13T08:48:54.392Z | Downloaded hostname v0.3.1 |
426 | 2025-01-13T08:48:54.394Z | Downloaded futures-task v0.3.31 |
427 | 2025-01-13T08:48:54.394Z | Downloaded dirs-next v2.0.0 |
428 | 2025-01-13T08:48:54.397Z | Downloaded byteorder v1.5.0 |
429 | 2025-01-13T08:48:54.397Z | Downloaded heck v0.5.0 |
430 | 2025-01-13T08:48:54.399Z | Downloaded dyn-clone v1.0.17 |
431 | 2025-01-13T08:48:54.401Z | Downloaded cpufeatures v0.2.16 |
432 | 2025-01-13T08:48:54.426Z | Downloaded encoding_rs v0.8.35 |
433 | 2025-01-13T08:48:54.594Z | Downloaded ring v0.17.8 |
434 | 2025-01-13T08:48:54.925Z | Compiling proc-macro2 v1.0.93 |
435 | 2025-01-13T08:48:54.925Z | Compiling unicode-ident v1.0.14 |
436 | 2025-01-13T08:48:54.925Z | Compiling libc v0.2.169 |
437 | 2025-01-13T08:48:54.927Z | Checking cfg-if v1.0.0 |
438 | 2025-01-13T08:48:54.927Z | Compiling autocfg v1.4.0 |
439 | 2025-01-13T08:48:54.927Z | Compiling serde v1.0.217 |
440 | 2025-01-13T08:48:54.951Z | Checking memchr v2.7.4 |
441 | 2025-01-13T08:48:54.953Z | Compiling serde_json v1.0.135 |
442 | 2025-01-13T08:48:55.071Z | Checking itoa v1.0.14 |
443 | 2025-01-13T08:48:55.467Z | Compiling version_check v0.9.5 |
444 | 2025-01-13T08:48:55.539Z | Compiling shlex v1.3.0 |
445 | 2025-01-13T08:48:55.931Z | Compiling cc v1.2.9 |
446 | 2025-01-13T08:48:55.951Z | Checking pin-project-lite v0.2.16 |
447 | 2025-01-13T08:48:55.969Z | Compiling num-traits v0.2.19 |
448 | 2025-01-13T08:48:56.063Z | Checking once_cell v1.20.2 |
449 | 2025-01-13T08:48:56.152Z | Checking smallvec v1.13.2 |
450 | 2025-01-13T08:48:56.272Z | Compiling thiserror v1.0.69 |
451 | 2025-01-13T08:48:56.364Z | Checking ryu v1.0.18 |
452 | 2025-01-13T08:48:56.501Z | Checking bytes v1.9.0 |
453 | 2025-01-13T08:48:56.519Z | Checking getrandom v0.2.15 |
454 | 2025-01-13T08:48:56.539Z | Checking allocator-api2 v0.2.21 |
455 | 2025-01-13T08:48:56.593Z | Checking futures-core v0.3.31 |
456 | 2025-01-13T08:48:56.750Z | Compiling lock_api v0.4.12 |
457 | 2025-01-13T08:48:56.777Z | Compiling quote v1.0.38 |
458 | 2025-01-13T08:48:56.885Z | Compiling parking_lot_core v0.9.10 |
459 | 2025-01-13T08:48:57.144Z | Compiling syn v2.0.96 |
460 | 2025-01-13T08:48:57.272Z | Compiling schemars v0.8.21 |
461 | 2025-01-13T08:48:57.325Z | Checking foldhash v0.1.4 |
462 | 2025-01-13T08:48:57.367Z | Checking scopeguard v1.2.0 |
463 | 2025-01-13T08:48:57.384Z | Checking equivalent v1.0.1 |
464 | 2025-01-13T08:48:57.478Z | Compiling slab v0.4.9 |
465 | 2025-01-13T08:48:57.528Z | Checking hashbrown v0.15.2 |
466 | 2025-01-13T08:48:57.603Z | Checking futures-sink v0.3.31 |
467 | 2025-01-13T08:48:57.647Z | Checking mio v1.0.3 |
468 | 2025-01-13T08:48:57.733Z | Checking signal-hook-registry v1.4.2 |
469 | 2025-01-13T08:48:57.749Z | Checking socket2 v0.5.8 |
470 | 2025-01-13T08:48:57.936Z | Checking parking_lot v0.12.3 |
471 | 2025-01-13T08:48:57.953Z | Checking log v0.4.22 |
472 | 2025-01-13T08:48:58.210Z | Checking stable_deref_trait v1.2.0 |
473 | 2025-01-13T08:48:58.231Z | Compiling thiserror v2.0.11 |
474 | 2025-01-13T08:48:58.231Z | Checking futures-channel v0.3.31 |
475 | 2025-01-13T08:48:58.264Z | Checking fnv v1.0.7 |
476 | 2025-01-13T08:48:58.284Z | Checking futures-io v0.3.31 |
477 | 2025-01-13T08:48:58.308Z | Checking pin-utils v0.1.0 |
478 | 2025-01-13T08:48:58.383Z | Checking futures-task v0.3.31 |
479 | 2025-01-13T08:48:58.403Z | Compiling semver v1.0.24 |
480 | 2025-01-13T08:48:58.451Z | Checking http v1.2.0 |
481 | 2025-01-13T08:48:58.857Z | Compiling pkg-config v0.3.31 |
482 | 2025-01-13T08:48:58.970Z | Checking iana-time-zone v0.1.61 |
483 | 2025-01-13T08:48:59.118Z | Compiling heck v0.5.0 |
484 | 2025-01-13T08:48:59.138Z | Checking spin v0.9.8 |
485 | 2025-01-13T08:48:59.208Z | Compiling ring v0.17.8 |
486 | 2025-01-13T08:48:59.380Z | Checking rustls-pki-types v1.10.1 |
487 | 2025-01-13T08:48:59.556Z | Compiling vcpkg v0.2.15 |
488 | 2025-01-13T08:48:59.864Z | Compiling httparse v1.9.5 |
489 | 2025-01-13T08:48:59.962Z | Checking litemap v0.7.4 |
490 | 2025-01-13T08:49:00.131Z | Checking byteorder v1.5.0 |
491 | 2025-01-13T08:49:00.214Z | Checking writeable v0.5.5 |
492 | 2025-01-13T08:49:00.288Z | Checking untrusted v0.9.0 |
493 | 2025-01-13T08:49:00.433Z | Checking dyn-clone v1.0.17 |
494 | 2025-01-13T08:49:00.501Z | Compiling ucd-trie v0.1.7 |
495 | 2025-01-13T08:49:00.577Z | Checking tracing-core v0.1.33 |
496 | 2025-01-13T08:49:00.760Z | Checking atomic-waker v1.1.2 |
497 | 2025-01-13T08:49:01.088Z | Checking http-body v1.0.1 |
498 | 2025-01-13T08:49:01.172Z | Compiling openssl-sys v0.9.104 |
499 | 2025-01-13T08:49:01.256Z | Checking tracing v0.1.41 |
500 | 2025-01-13T08:49:01.406Z | Checking try-lock v0.2.5 |
501 | 2025-01-13T08:49:01.424Z | Checking icu_locid_transform_data v1.5.0 |
502 | 2025-01-13T08:49:01.543Z | Checking zeroize v1.8.1 |
503 | 2025-01-13T08:49:01.563Z | Compiling uuid v1.11.1 |
504 | 2025-01-13T08:49:01.583Z | Checking subtle v2.6.1 |
505 | 2025-01-13T08:49:01.784Z | Checking want v0.3.1 |
506 | 2025-01-13T08:49:01.803Z | Compiling regress v0.10.2 |
507 | 2025-01-13T08:49:01.973Z | Checking icu_properties_data v1.5.0 |
508 | 2025-01-13T08:49:02.128Z | Checking foreign-types-shared v0.1.1 |
509 | 2025-01-13T08:49:02.190Z | Compiling openssl v0.10.68 |
510 | 2025-01-13T08:49:02.229Z | Compiling chrono v0.4.39 |
511 | 2025-01-13T08:49:02.250Z | Checking tower-service v0.3.3 |
512 | 2025-01-13T08:49:02.359Z | Compiling slog v2.7.0 |
513 | 2025-01-13T08:49:02.378Z | Checking httpdate v1.0.3 |
514 | 2025-01-13T08:49:02.398Z | Checking foreign-types v0.3.2 |
515 | 2025-01-13T08:49:02.637Z | Compiling aho-corasick v1.1.3 |
516 | 2025-01-13T08:49:02.923Z | Compiling typenum v1.17.0 |
517 | 2025-01-13T08:49:03.798Z | Checking icu_normalizer_data v1.5.0 |
518 | 2025-01-13T08:49:03.890Z | Compiling regex-syntax v0.8.5 |
519 | 2025-01-13T08:49:03.893Z | Checking bitflags v2.7.0 |
520 | 2025-01-13T08:49:04.169Z | Checking write16 v1.0.0 |
521 | 2025-01-13T08:49:04.288Z | Compiling native-tls v0.2.12 |
522 | 2025-01-13T08:49:04.317Z | Checking percent-encoding v2.3.1 |
523 | 2025-01-13T08:49:04.513Z | Checking utf8_iter v1.0.4 |
524 | 2025-01-13T08:49:04.637Z | Compiling synstructure v0.13.1 |
525 | 2025-01-13T08:49:04.710Z | Compiling serde_derive_internals v0.29.1 |
526 | 2025-01-13T08:49:05.090Z | Checking rustls-webpki v0.102.8 |
527 | 2025-01-13T08:49:05.885Z | Compiling rustls v0.23.21 |
528 | 2025-01-13T08:49:06.070Z | Checking utf16_iter v1.0.5 |
529 | 2025-01-13T08:49:06.237Z | Checking form_urlencoded v1.2.1 |
530 | 2025-01-13T08:49:06.401Z | Compiling generic-array v0.14.7 |
531 | 2025-01-13T08:49:06.428Z | Checking openssl-probe v0.1.5 |
532 | 2025-01-13T08:49:06.940Z | Compiling usdt-impl v0.5.0 |
533 | 2025-01-13T08:49:07.290Z | Checking encoding_rs v0.8.35 |
534 | 2025-01-13T08:49:07.800Z | Compiling regex-automata v0.4.9 |
535 | 2025-01-13T08:49:07.994Z | Checking powerfmt v0.2.0 |
536 | 2025-01-13T08:49:08.077Z | Compiling num-conv v0.1.0 |
537 | 2025-01-13T08:49:08.346Z | Checking mime v0.3.17 |
538 | 2025-01-13T08:49:08.660Z | Compiling time-core v0.1.2 |
539 | 2025-01-13T08:49:08.679Z | Checking deranged v0.3.11 |
540 | 2025-01-13T08:49:08.823Z | Compiling time-macros v0.2.19 |
541 | 2025-01-13T08:49:09.756Z | Compiling thread-id v4.2.2 |
542 | 2025-01-13T08:49:10.023Z | Checking webpki-roots v0.26.7 |
543 | 2025-01-13T08:49:10.181Z | Compiling serde_derive v1.0.217 |
544 | 2025-01-13T08:49:10.237Z | Compiling thiserror-impl v1.0.69 |
545 | 2025-01-13T08:49:10.602Z | Compiling schemars_derive v0.8.21 |
546 | 2025-01-13T08:49:10.732Z | Compiling zerofrom-derive v0.1.5 |
547 | 2025-01-13T08:49:11.598Z | Compiling zerocopy-derive v0.7.35 |
548 | 2025-01-13T08:49:11.724Z | Compiling tokio-macros v2.5.0 |
549 | 2025-01-13T08:49:11.871Z | Compiling yoke-derive v0.7.5 |
550 | 2025-01-13T08:49:13.213Z | Checking tokio v1.43.0 |
551 | 2025-01-13T08:49:13.299Z | Compiling thiserror-impl v2.0.11 |
552 | 2025-01-13T08:49:13.505Z | Compiling futures-macro v0.3.31 |
553 | 2025-01-13T08:49:13.633Z | Compiling zerovec-derive v0.10.3 |
554 | 2025-01-13T08:49:14.253Z | Checking zerofrom v0.1.5 |
555 | 2025-01-13T08:49:14.467Z | Compiling displaydoc v0.2.5 |
556 | 2025-01-13T08:49:14.570Z | Checking yoke v0.7.5 |
557 | 2025-01-13T08:49:14.908Z | Checking zerocopy v0.7.35 |
558 | 2025-01-13T08:49:15.348Z | Checking futures-util v0.3.31 |
559 | 2025-01-13T08:49:15.394Z | Compiling icu_provider_macros v1.5.0 |
560 | 2025-01-13T08:49:16.077Z | Checking zerovec v0.10.4 |
561 | 2025-01-13T08:49:16.197Z | Compiling openssl-macros v0.1.1 |
562 | 2025-01-13T08:49:16.501Z | Compiling pest v2.7.15 |
563 | 2025-01-13T08:49:16.572Z | Compiling regex v1.11.1 |
564 | 2025-01-13T08:49:17.566Z | Compiling scroll_derive v0.12.0 |
565 | 2025-01-13T08:49:17.845Z | Checking tinystr v0.7.6 |
566 | 2025-01-13T08:49:18.246Z | Checking icu_locid v1.5.0 |
567 | 2025-01-13T08:49:18.994Z | Compiling pest_meta v2.7.15 |
568 | 2025-01-13T08:49:19.316Z | Checking icu_provider v1.5.0 |
569 | 2025-01-13T08:49:19.397Z | Checking icu_collections v1.5.0 |
570 | 2025-01-13T08:49:19.939Z | Checking icu_locid_transform v1.5.0 |
571 | 2025-01-13T08:49:20.091Z | Checking scroll v0.12.0 |
572 | 2025-01-13T08:49:20.424Z | Checking tokio-util v0.7.13 |
573 | 2025-01-13T08:49:20.514Z | Compiling pest_generator v2.7.15 |
574 | 2025-01-13T08:49:20.535Z | Checking http-body-util v0.1.2 |
575 | 2025-01-13T08:49:20.942Z | Checking icu_properties v1.5.1 |
576 | 2025-01-13T08:49:20.977Z | Checking tokio-rustls v0.26.1 |
577 | 2025-01-13T08:49:21.429Z | Checking rustls-pemfile v2.2.0 |
578 | 2025-01-13T08:49:22.228Z | Checking sync_wrapper v1.0.2 |
579 | 2025-01-13T08:49:22.381Z | Checking base64 v0.22.1 |
580 | 2025-01-13T08:49:22.775Z | Checking indexmap v2.7.0 |
581 | 2025-01-13T08:49:23.441Z | Compiling pest_derive v2.7.15 |
582 | 2025-01-13T08:49:24.049Z | Compiling serde_tokenstream v0.2.2 |
583 | 2025-01-13T08:49:24.251Z | Checking h2 v0.4.7 |
584 | 2025-01-13T08:49:24.407Z | Checking icu_normalizer v1.5.0 |
585 | 2025-01-13T08:49:24.863Z | Compiling dtrace-parser v0.2.0 |
586 | 2025-01-13T08:49:25.124Z | Checking tokio-native-tls v0.3.1 |
587 | 2025-01-13T08:49:25.157Z | Checking idna_adapter v1.2.0 |
588 | 2025-01-13T08:49:25.196Z | Checking serde_urlencoded v0.7.1 |
589 | 2025-01-13T08:49:25.348Z | Checking idna v1.0.3 |
590 | 2025-01-13T08:49:25.365Z | Checking plain v0.2.3 |
591 | 2025-01-13T08:49:25.503Z | Checking num_threads v0.1.7 |
592 | 2025-01-13T08:49:25.623Z | Checking tower-layer v0.3.3 |
593 | 2025-01-13T08:49:25.847Z | Compiling dof v0.3.0 |
594 | 2025-01-13T08:49:26.069Z | Compiling strsim v0.11.1 |
595 | 2025-01-13T08:49:26.100Z | Compiling syn v1.0.109 |
596 | 2025-01-13T08:49:26.615Z | Compiling crossbeam-utils v0.8.21 |
597 | 2025-01-13T08:49:26.734Z | Compiling ident_case v1.0.1 |
598 | 2025-01-13T08:49:26.799Z | Checking typify-impl v0.2.0 |
599 | 2025-01-13T08:49:26.906Z | Compiling darling_core v0.20.10 |
600 | 2025-01-13T08:49:26.937Z | Checking time v0.3.37 |
601 | 2025-01-13T08:49:28.505Z | Checking hyper v1.5.2 |
602 | 2025-01-13T08:49:28.845Z | Compiling openapiv3 v2.0.0 |
603 | 2025-01-13T08:49:29.060Z | Checking tower v0.5.2 |
604 | 2025-01-13T08:49:29.155Z | Checking url v2.5.4 |
605 | 2025-01-13T08:49:29.366Z | Checking goblin v0.8.2 |
606 | 2025-01-13T08:49:30.435Z | Checking dirs-sys-next v0.1.2 |
607 | 2025-01-13T08:49:30.642Z | Checking hyper-util v0.1.10 |
608 | 2025-01-13T08:49:30.883Z | Compiling ahash v0.8.11 |
609 | 2025-01-13T08:49:31.008Z | Compiling rustversion v1.0.19 |
610 | 2025-01-13T08:49:31.257Z | Compiling omicron-workspace-hack v0.1.0 |
611 | 2025-01-13T08:49:31.552Z | Compiling newtype-uuid v1.1.3 |
612 | 2025-01-13T08:49:31.631Z | Checking ipnet v2.10.1 |
613 | 2025-01-13T08:49:31.864Z | Compiling unsafe-libyaml v0.2.11 |
614 | 2025-01-13T08:49:32.109Z | Checking pretty-hex v0.4.1 |
615 | 2025-01-13T08:49:32.286Z | Compiling paste v1.0.15 |
616 | 2025-01-13T08:49:32.334Z | Checking hyper-rustls v0.27.5 |
617 | 2025-01-13T08:49:32.650Z | Checking hyper-tls v0.6.0 |
618 | 2025-01-13T08:49:32.775Z | Compiling rustls v0.22.4 |
619 | 2025-01-13T08:49:32.905Z | Checking reqwest v0.12.12 |
620 | 2025-01-13T08:49:32.949Z | Compiling darling_macro v0.20.10 |
621 | 2025-01-13T08:49:33.119Z | Compiling serde_yaml v0.9.34+deprecated |
622 | 2025-01-13T08:49:33.443Z | Checking dirs-next v2.0.0 |
623 | 2025-01-13T08:49:33.884Z | Checking ipnetwork v0.20.0 |
624 | 2025-01-13T08:49:33.961Z | Checking toml_datetime v0.6.8 |
625 | 2025-01-13T08:49:34.245Z | Checking serde_spanned v0.6.8 |
626 | 2025-01-13T08:49:34.248Z | Checking ppv-lite86 v0.2.20 |
627 | 2025-01-13T08:49:34.284Z | Checking crypto-common v0.1.6 |
628 | 2025-01-13T08:49:34.346Z | Checking block-buffer v0.10.4 |
629 | 2025-01-13T08:49:34.427Z | Compiling structmeta-derive v0.3.0 |
630 | 2025-01-13T08:49:34.446Z | Checking rand_core v0.6.4 |
631 | 2025-01-13T08:49:34.663Z | Checking thread_local v1.1.8 |
632 | 2025-01-13T08:49:34.729Z | Compiling multer v3.1.0 |
633 | 2025-01-13T08:49:34.950Z | Checking either v1.13.0 |
634 | 2025-01-13T08:49:35.067Z | Compiling anyhow v1.0.95 |
635 | 2025-01-13T08:49:35.086Z | Checking winnow v0.6.24 |
636 | 2025-01-13T08:49:35.127Z | Checking match_cfg v0.1.0 |
637 | 2025-01-13T08:49:35.216Z | Compiling camino v1.1.9 |
638 | 2025-01-13T08:49:35.342Z | Compiling slog-async v2.8.0 |
639 | 2025-01-13T08:49:35.856Z | Checking itertools v0.10.5 |
640 | 2025-01-13T08:49:35.890Z | Checking hostname v0.3.1 |
641 | 2025-01-13T08:49:36.084Z | Checking rand_chacha v0.3.1 |
642 | 2025-01-13T08:49:36.461Z | Checking digest v0.10.7 |
643 | 2025-01-13T08:49:36.552Z | Checking progenitor-client v0.8.0 |
644 | 2025-01-13T08:49:36.791Z | Checking crossbeam-channel v0.5.14 |
645 | 2025-01-13T08:49:36.794Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
646 | 2025-01-13T08:49:36.871Z | Compiling darling v0.20.10 |
647 | 2025-01-13T08:49:36.993Z | Checking term v0.7.0 |
648 | 2025-01-13T08:49:37.031Z | Compiling structmeta v0.3.0 |
649 | 2025-01-13T08:49:37.678Z | Checking slog-json v2.6.1 |
650 | 2025-01-13T08:49:37.932Z | Compiling usdt-macro v0.5.0 |
651 | 2025-01-13T08:49:38.115Z | Checking toml_edit v0.22.22 |
652 | 2025-01-13T08:49:38.195Z | Compiling usdt-attr-macro v0.5.0 |
653 | 2025-01-13T08:49:38.597Z | Checking futures-executor v0.3.31 |
654 | 2025-01-13T08:49:38.643Z | Compiling async-stream-impl v0.3.6 |
655 | 2025-01-13T08:49:38.811Z | Checking memmap v0.7.0 |
656 | 2025-01-13T08:49:39.022Z | Checking is-terminal v0.4.13 |
657 | 2025-01-13T08:49:39.134Z | Compiling dropshot v0.13.0 |
658 | 2025-01-13T08:49:39.154Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#b3dbf18c) |
659 | 2025-01-13T08:49:39.179Z | Checking take_mut v0.2.2 |
660 | 2025-01-13T08:49:39.325Z | Checking cpufeatures v0.2.16 |
661 | 2025-01-13T08:49:39.434Z | Checking sha1 v0.10.6 |
662 | 2025-01-13T08:49:39.619Z | Checking usdt v0.5.0 |
663 | 2025-01-13T08:49:39.718Z | Checking slog-term v2.9.1 |
664 | 2025-01-13T08:49:39.863Z | Checking futures v0.3.31 |
665 | 2025-01-13T08:49:39.882Z | Compiling strum_macros v0.26.4 |
666 | 2025-01-13T08:49:39.933Z | Checking async-stream v0.3.6 |
667 | 2025-01-13T08:49:39.968Z | Checking slog-bunyan v2.5.0 |
668 | 2025-01-13T08:49:40.129Z | Checking hashbrown v0.14.5 |
669 | 2025-01-13T08:49:40.129Z | Compiling parse-display-derive v0.10.0 |
670 | 2025-01-13T08:49:40.211Z | Compiling serde_with_macros v3.12.0 |
671 | 2025-01-13T08:49:40.303Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#b3dbf18c) |
672 | 2025-01-13T08:49:40.719Z | Checking toml v0.8.19 |
673 | 2025-01-13T08:49:40.864Z | Checking rand v0.8.5 |
674 | 2025-01-13T08:49:41.163Z | Checking tokio-rustls v0.25.0 |
675 | 2025-01-13T08:49:41.834Z | Compiling dropshot_endpoint v0.13.0 |
676 | 2025-01-13T08:49:41.853Z | Checking hex v0.4.3 |
677 | 2025-01-13T08:49:41.965Z | Compiling typify-macro v0.2.0 |
678 | 2025-01-13T08:49:42.107Z | Checking serde_path_to_error v0.1.16 |
679 | 2025-01-13T08:49:42.127Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
680 | 2025-01-13T08:49:42.370Z | Compiling async-trait v0.1.85 |
681 | 2025-01-13T08:49:42.736Z | Checking waitgroup v0.1.2 |
682 | 2025-01-13T08:49:42.786Z | Checking hostname v0.4.0 |
683 | 2025-01-13T08:49:42.870Z | Checking instant v0.1.13 |
684 | 2025-01-13T08:49:42.916Z | Checking debug-ignore v1.0.5 |
685 | 2025-01-13T08:49:42.919Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
686 | 2025-01-13T08:49:42.981Z | Checking backoff v0.4.0 |
687 | 2025-01-13T08:49:43.045Z | Checking serde_with v3.12.0 |
688 | 2025-01-13T08:49:43.079Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
689 | 2025-01-13T08:49:43.229Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
690 | 2025-01-13T08:49:43.269Z | Checking regress v0.9.1 |
691 | 2025-01-13T08:49:43.985Z | Checking parse-display v0.10.0 |
692 | 2025-01-13T08:49:44.109Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
693 | 2025-01-13T08:49:44.326Z | Checking macaddr v1.0.1 |
694 | 2025-01-13T08:49:44.348Z | Checking strum v0.26.3 |
695 | 2025-01-13T08:49:45.363Z | Compiling typify v0.2.0 |
696 | 2025-01-13T08:49:45.443Z | Compiling progenitor-impl v0.8.0 |
697 | 2025-01-13T08:49:48.317Z | Compiling progenitor-macro v0.8.0 |
698 | 2025-01-13T08:49:52.507Z | Checking progenitor v0.8.0 |
699 | 2025-01-13T08:49:52.620Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
700 | 2025-01-13T08:49:55.600Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
701 | 2025-01-13T08:50:03.192Z | Checking test-project v0.1.0 (/tmp/test-project) |
702 | 2025-01-13T08:50:03.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s |
703 | 2025-01-13T08:50:03.582Z | + cargo build --release |
704 | 2025-01-13T08:50:03.838Z | Compiling proc-macro2 v1.0.93 |
705 | 2025-01-13T08:50:03.838Z | Compiling unicode-ident v1.0.14 |
706 | 2025-01-13T08:50:03.840Z | Compiling libc v0.2.169 |
707 | 2025-01-13T08:50:03.840Z | Compiling cfg-if v1.0.0 |
708 | 2025-01-13T08:50:03.840Z | Compiling autocfg v1.4.0 |
709 | 2025-01-13T08:50:03.840Z | Compiling serde v1.0.217 |
710 | 2025-01-13T08:50:03.840Z | Compiling memchr v2.7.4 |
711 | 2025-01-13T08:50:03.884Z | Compiling serde_json v1.0.135 |
712 | 2025-01-13T08:50:03.965Z | Compiling itoa v1.0.14 |
713 | 2025-01-13T08:50:04.170Z | Compiling version_check v0.9.5 |
714 | 2025-01-13T08:50:04.199Z | Compiling shlex v1.3.0 |
715 | 2025-01-13T08:50:04.543Z | Compiling cc v1.2.9 |
716 | 2025-01-13T08:50:04.765Z | Compiling pin-project-lite v0.2.16 |
717 | 2025-01-13T08:50:04.778Z | Compiling num-traits v0.2.19 |
718 | 2025-01-13T08:50:04.872Z | Compiling thiserror v1.0.69 |
719 | 2025-01-13T08:50:04.909Z | Compiling once_cell v1.20.2 |
720 | 2025-01-13T08:50:05.088Z | Compiling smallvec v1.13.2 |
721 | 2025-01-13T08:50:05.399Z | Compiling getrandom v0.2.15 |
722 | 2025-01-13T08:50:05.443Z | Compiling bytes v1.9.0 |
723 | 2025-01-13T08:50:05.443Z | Compiling ryu v1.0.18 |
724 | 2025-01-13T08:50:05.521Z | Compiling allocator-api2 v0.2.21 |
725 | 2025-01-13T08:50:05.589Z | Compiling quote v1.0.38 |
726 | 2025-01-13T08:50:05.734Z | Compiling futures-core v0.3.31 |
727 | 2025-01-13T08:50:05.938Z | Compiling syn v2.0.96 |
728 | 2025-01-13T08:50:05.957Z | Compiling lock_api v0.4.12 |
729 | 2025-01-13T08:50:06.246Z | Compiling schemars v0.8.21 |
730 | 2025-01-13T08:50:06.298Z | Compiling parking_lot_core v0.9.10 |
731 | 2025-01-13T08:50:06.361Z | Compiling equivalent v1.0.1 |
732 | 2025-01-13T08:50:06.482Z | Compiling foldhash v0.1.4 |
733 | 2025-01-13T08:50:06.529Z | Compiling scopeguard v1.2.0 |
734 | 2025-01-13T08:50:06.654Z | Compiling slab v0.4.9 |
735 | 2025-01-13T08:50:06.800Z | Compiling hashbrown v0.15.2 |
736 | 2025-01-13T08:50:06.846Z | Compiling futures-sink v0.3.31 |
737 | 2025-01-13T08:50:07.036Z | Compiling socket2 v0.5.8 |
738 | 2025-01-13T08:50:07.067Z | Compiling parking_lot v0.12.3 |
739 | 2025-01-13T08:50:07.233Z | Compiling signal-hook-registry v1.4.2 |
740 | 2025-01-13T08:50:07.268Z | Compiling mio v1.0.3 |
741 | 2025-01-13T08:50:07.509Z | Compiling log v0.4.22 |
742 | 2025-01-13T08:50:07.794Z | Compiling thiserror v2.0.11 |
743 | 2025-01-13T08:50:08.303Z | Compiling stable_deref_trait v1.2.0 |
744 | 2025-01-13T08:50:08.353Z | Compiling semver v1.0.24 |
745 | 2025-01-13T08:50:08.377Z | Compiling ring v0.17.8 |
746 | 2025-01-13T08:50:08.394Z | Compiling futures-channel v0.3.31 |
747 | 2025-01-13T08:50:08.707Z | Compiling futures-task v0.3.31 |
748 | 2025-01-13T08:50:08.738Z | Compiling futures-io v0.3.31 |
749 | 2025-01-13T08:50:08.839Z | Compiling fnv v1.0.7 |
750 | 2025-01-13T08:50:08.850Z | Compiling pin-utils v0.1.0 |
751 | 2025-01-13T08:50:08.921Z | Compiling http v1.2.0 |
752 | 2025-01-13T08:50:09.157Z | Compiling heck v0.5.0 |
753 | 2025-01-13T08:50:09.210Z | Compiling vcpkg v0.2.15 |
754 | 2025-01-13T08:50:09.367Z | Compiling pkg-config v0.3.31 |
755 | 2025-01-13T08:50:09.567Z | Compiling iana-time-zone v0.1.61 |
756 | 2025-01-13T08:50:10.294Z | Compiling rustls-pki-types v1.10.1 |
757 | 2025-01-13T08:50:10.572Z | Compiling spin v0.9.8 |
758 | 2025-01-13T08:50:10.841Z | Compiling openssl-sys v0.9.104 |
759 | 2025-01-13T08:50:11.082Z | Compiling litemap v0.7.4 |
760 | 2025-01-13T08:50:11.124Z | Compiling httparse v1.9.5 |
761 | 2025-01-13T08:50:11.355Z | Compiling byteorder v1.5.0 |
762 | 2025-01-13T08:50:11.510Z | Compiling untrusted v0.9.0 |
763 | 2025-01-13T08:50:11.682Z | Compiling writeable v0.5.5 |
764 | 2025-01-13T08:50:11.818Z | Compiling dyn-clone v1.0.17 |
765 | 2025-01-13T08:50:11.850Z | Compiling ucd-trie v0.1.7 |
766 | 2025-01-13T08:50:12.145Z | Compiling tracing-core v0.1.33 |
767 | 2025-01-13T08:50:12.312Z | Compiling atomic-waker v1.1.2 |
768 | 2025-01-13T08:50:13.007Z | Compiling tracing v0.1.41 |
769 | 2025-01-13T08:50:13.520Z | Compiling serde_derive_internals v0.29.1 |
770 | 2025-01-13T08:50:13.685Z | Compiling synstructure v0.13.1 |
771 | 2025-01-13T08:50:13.753Z | Compiling chrono v0.4.39 |
772 | 2025-01-13T08:50:13.789Z | Compiling http-body v1.0.1 |
773 | 2025-01-13T08:50:14.029Z | Compiling try-lock v0.2.5 |
774 | 2025-01-13T08:50:14.289Z | Compiling zeroize v1.8.1 |
775 | 2025-01-13T08:50:14.625Z | Compiling subtle v2.6.1 |
776 | 2025-01-13T08:50:14.689Z | Compiling uuid v1.11.1 |
777 | 2025-01-13T08:50:14.891Z | Compiling icu_locid_transform_data v1.5.0 |
778 | 2025-01-13T08:50:14.979Z | Compiling want v0.3.1 |
779 | 2025-01-13T08:50:15.243Z | Compiling regress v0.10.2 |
780 | 2025-01-13T08:50:15.271Z | Compiling slog v2.7.0 |
781 | 2025-01-13T08:50:15.704Z | Compiling httpdate v1.0.3 |
782 | 2025-01-13T08:50:15.780Z | Compiling tower-service v0.3.3 |
783 | 2025-01-13T08:50:15.891Z | Compiling foreign-types-shared v0.1.1 |
784 | 2025-01-13T08:50:15.992Z | Compiling openssl v0.10.68 |
785 | 2025-01-13T08:50:16.106Z | Compiling icu_properties_data v1.5.0 |
786 | 2025-01-13T08:50:16.345Z | Compiling foreign-types v0.3.2 |
787 | 2025-01-13T08:50:16.475Z | Compiling aho-corasick v1.1.3 |
788 | 2025-01-13T08:50:17.117Z | Compiling typenum v1.17.0 |
789 | 2025-01-13T08:50:17.876Z | Compiling icu_normalizer_data v1.5.0 |
790 | 2025-01-13T08:50:17.967Z | Compiling bitflags v2.7.0 |
791 | 2025-01-13T08:50:17.987Z | Compiling utf16_iter v1.0.5 |
792 | 2025-01-13T08:50:18.074Z | Compiling native-tls v0.2.12 |
793 | 2025-01-13T08:50:18.191Z | Compiling percent-encoding v2.3.1 |
794 | 2025-01-13T08:50:18.297Z | Compiling utf8_iter v1.0.4 |
795 | 2025-01-13T08:50:18.429Z | Compiling regex-syntax v0.8.5 |
796 | 2025-01-13T08:50:18.541Z | Compiling write16 v1.0.0 |
797 | 2025-01-13T08:50:18.646Z | Compiling rustls v0.23.21 |
798 | 2025-01-13T08:50:18.671Z | Compiling form_urlencoded v1.2.1 |
799 | 2025-01-13T08:50:19.068Z | Compiling serde_derive v1.0.217 |
800 | 2025-01-13T08:50:19.076Z | Compiling thiserror-impl v1.0.69 |
801 | 2025-01-13T08:50:19.112Z | Compiling schemars_derive v0.8.21 |
802 | 2025-01-13T08:50:19.911Z | Compiling zerocopy-derive v0.7.35 |
803 | 2025-01-13T08:50:20.085Z | Compiling zerofrom-derive v0.1.5 |
804 | 2025-01-13T08:50:20.801Z | Compiling tokio-macros v2.5.0 |
805 | 2025-01-13T08:50:21.971Z | Compiling yoke-derive v0.7.5 |
806 | 2025-01-13T08:50:22.111Z | Compiling zerovec-derive v0.10.3 |
807 | 2025-01-13T08:50:22.132Z | Compiling futures-macro v0.3.31 |
808 | 2025-01-13T08:50:22.322Z | Compiling tokio v1.43.0 |
809 | 2025-01-13T08:50:23.651Z | Compiling zerofrom v0.1.5 |
810 | 2025-01-13T08:50:23.864Z | Compiling thiserror-impl v2.0.11 |
811 | 2025-01-13T08:50:23.997Z | Compiling futures-util v0.3.31 |
812 | 2025-01-13T08:50:24.266Z | Compiling displaydoc v0.2.5 |
813 | 2025-01-13T08:50:24.528Z | Compiling zerocopy v0.7.35 |
814 | 2025-01-13T08:50:24.689Z | Compiling yoke v0.7.5 |
815 | 2025-01-13T08:50:25.077Z | Compiling zerovec v0.10.4 |
816 | 2025-01-13T08:50:26.240Z | Compiling icu_provider_macros v1.5.0 |
817 | 2025-01-13T08:50:27.567Z | Compiling tinystr v0.7.6 |
818 | 2025-01-13T08:50:27.952Z | Compiling icu_locid v1.5.0 |
819 | 2025-01-13T08:50:27.991Z | Compiling pest v2.7.15 |
820 | 2025-01-13T08:50:30.915Z | Compiling pest_meta v2.7.15 |
821 | 2025-01-13T08:50:30.955Z | Compiling tokio-util v0.7.13 |
822 | 2025-01-13T08:50:33.495Z | Compiling indexmap v2.7.0 |
823 | 2025-01-13T08:50:33.522Z | Compiling serde_tokenstream v0.2.2 |
824 | 2025-01-13T08:50:35.324Z | Compiling icu_provider v1.5.0 |
825 | 2025-01-13T08:50:35.390Z | Compiling rustls-webpki v0.102.8 |
826 | 2025-01-13T08:50:35.900Z | Compiling h2 v0.4.7 |
827 | 2025-01-13T08:50:39.326Z | Compiling icu_locid_transform v1.5.0 |
828 | 2025-01-13T08:50:39.382Z | Compiling pest_generator v2.7.15 |
829 | 2025-01-13T08:50:40.087Z | Compiling icu_collections v1.5.0 |
830 | 2025-01-13T08:50:41.119Z | Compiling pest_derive v2.7.15 |
831 | 2025-01-13T08:50:41.993Z | Compiling hyper v1.5.2 |
832 | 2025-01-13T08:50:42.739Z | Compiling icu_properties v1.5.1 |
833 | 2025-01-13T08:50:43.412Z | Compiling typify-impl v0.2.0 |
834 | 2025-01-13T08:50:45.231Z | Compiling openssl-macros v0.1.1 |
835 | 2025-01-13T08:50:49.058Z | Compiling icu_normalizer v1.5.0 |
836 | 2025-01-13T08:50:49.820Z | Compiling hyper-util v0.1.10 |
837 | 2025-01-13T08:50:51.822Z | Compiling regex-automata v0.4.9 |
838 | 2025-01-13T08:50:52.946Z | Compiling generic-array v0.14.7 |
839 | 2025-01-13T08:50:53.802Z | Compiling openssl-probe v0.1.5 |
840 | 2025-01-13T08:50:55.443Z | Compiling typify-macro v0.2.0 |
841 | 2025-01-13T08:50:55.830Z | Compiling idna_adapter v1.2.0 |
842 | 2025-01-13T08:50:55.887Z | Compiling regex v1.11.1 |
843 | 2025-01-13T08:50:56.688Z | Compiling http-body-util v0.1.2 |
844 | 2025-01-13T08:50:56.857Z | Compiling scroll_derive v0.12.0 |
845 | 2025-01-13T08:50:58.328Z | Compiling usdt-impl v0.5.0 |
846 | 2025-01-13T08:50:58.641Z | Compiling encoding_rs v0.8.35 |
847 | 2025-01-13T08:50:58.678Z | Compiling num-conv v0.1.0 |
848 | 2025-01-13T08:50:58.930Z | Compiling powerfmt v0.2.0 |
849 | 2025-01-13T08:50:59.269Z | Compiling time-core v0.1.2 |
850 | 2025-01-13T08:50:59.426Z | Compiling mime v0.3.17 |
851 | 2025-01-13T08:50:59.620Z | Compiling time-macros v0.2.19 |
852 | 2025-01-13T08:51:00.305Z | Compiling deranged v0.3.11 |
853 | 2025-01-13T08:51:02.035Z | Compiling tokio-rustls v0.26.1 |
854 | 2025-01-13T08:51:02.496Z | Compiling scroll v0.12.0 |
855 | 2025-01-13T08:51:02.606Z | Compiling idna v1.0.3 |
856 | 2025-01-13T08:51:02.703Z | Compiling dof v0.3.0 |
857 | 2025-01-13T08:51:03.592Z | Compiling thread-id v4.2.2 |
858 | 2025-01-13T08:51:03.690Z | Compiling tokio-native-tls v0.3.1 |
859 | 2025-01-13T08:51:03.964Z | Compiling dtrace-parser v0.2.0 |
860 | 2025-01-13T08:51:05.768Z | Compiling serde_urlencoded v0.7.1 |
861 | 2025-01-13T08:51:06.358Z | Compiling webpki-roots v0.26.7 |
862 | 2025-01-13T08:51:06.559Z | Compiling rustls-pemfile v2.2.0 |
863 | 2025-01-13T08:51:08.383Z | Compiling sync_wrapper v1.0.2 |
864 | 2025-01-13T08:51:08.519Z | Compiling ident_case v1.0.1 |
865 | 2025-01-13T08:51:09.783Z | Compiling crossbeam-utils v0.8.21 |
866 | 2025-01-13T08:51:09.885Z | Compiling strsim v0.11.1 |
867 | 2025-01-13T08:51:10.341Z | Compiling plain v0.2.3 |
868 | 2025-01-13T08:51:10.494Z | Compiling base64 v0.22.1 |
869 | 2025-01-13T08:51:10.603Z | Compiling tower-layer v0.3.3 |
870 | 2025-01-13T08:51:11.605Z | Compiling syn v1.0.109 |
871 | 2025-01-13T08:51:12.109Z | Compiling omicron-workspace-hack v0.1.0 |
872 | 2025-01-13T08:51:12.413Z | Compiling num_threads v0.1.7 |
873 | 2025-01-13T08:51:12.529Z | Compiling time v0.3.37 |
874 | 2025-01-13T08:51:15.701Z | Compiling tower v0.5.2 |
875 | 2025-01-13T08:51:15.798Z | Compiling goblin v0.8.2 |
876 | 2025-01-13T08:51:16.720Z | Compiling darling_core v0.20.10 |
877 | 2025-01-13T08:51:20.849Z | Compiling hyper-rustls v0.27.5 |
878 | 2025-01-13T08:51:22.444Z | Compiling hyper-tls v0.6.0 |
879 | 2025-01-13T08:51:22.584Z | Compiling url v2.5.4 |
880 | 2025-01-13T08:51:22.870Z | Compiling typify v0.2.0 |
881 | 2025-01-13T08:51:22.929Z | Compiling openapiv3 v2.0.0 |
882 | 2025-01-13T08:51:23.441Z | Compiling dirs-sys-next v0.1.2 |
883 | 2025-01-13T08:51:24.541Z | Compiling ahash v0.8.11 |
884 | 2025-01-13T08:51:25.287Z | Compiling rustls v0.22.4 |
885 | 2025-01-13T08:51:25.595Z | Compiling pretty-hex v0.4.1 |
886 | 2025-01-13T08:51:25.822Z | Compiling ipnet v2.10.1 |
887 | 2025-01-13T08:51:27.237Z | Compiling newtype-uuid v1.1.3 |
888 | 2025-01-13T08:51:27.552Z | Compiling rustversion v1.0.19 |
889 | 2025-01-13T08:51:28.144Z | Compiling paste v1.0.15 |
890 | 2025-01-13T08:51:28.197Z | Compiling unsafe-libyaml v0.2.11 |
891 | 2025-01-13T08:51:28.760Z | Compiling progenitor-impl v0.8.0 |
892 | 2025-01-13T08:51:28.880Z | Compiling reqwest v0.12.12 |
893 | 2025-01-13T08:51:29.674Z | Compiling serde_yaml v0.9.34+deprecated |
894 | 2025-01-13T08:51:33.393Z | Compiling dirs-next v2.0.0 |
895 | 2025-01-13T08:51:33.450Z | Compiling darling_macro v0.20.10 |
896 | 2025-01-13T08:51:36.233Z | Compiling block-buffer v0.10.4 |
897 | 2025-01-13T08:51:36.399Z | Compiling crypto-common v0.1.6 |
898 | 2025-01-13T08:51:36.467Z | Compiling ipnetwork v0.20.0 |
899 | 2025-01-13T08:51:36.611Z | Compiling toml_datetime v0.6.8 |
900 | 2025-01-13T08:51:37.288Z | Compiling serde_spanned v0.6.8 |
901 | 2025-01-13T08:51:37.521Z | Compiling ppv-lite86 v0.2.20 |
902 | 2025-01-13T08:51:38.448Z | Compiling structmeta-derive v0.3.0 |
903 | 2025-01-13T08:51:40.014Z | Compiling rand_core v0.6.4 |
904 | 2025-01-13T08:51:40.489Z | Compiling thread_local v1.1.8 |
905 | 2025-01-13T08:51:40.496Z | Compiling multer v3.1.0 |
906 | 2025-01-13T08:51:40.815Z | Compiling winnow v0.6.24 |
907 | 2025-01-13T08:51:41.140Z | Compiling anyhow v1.0.95 |
908 | 2025-01-13T08:51:41.170Z | Compiling camino v1.1.9 |
909 | 2025-01-13T08:51:41.269Z | Compiling slog-async v2.8.0 |
910 | 2025-01-13T08:51:41.432Z | Compiling match_cfg v0.1.0 |
911 | 2025-01-13T08:51:41.499Z | Compiling either v1.13.0 |
912 | 2025-01-13T08:51:41.516Z | Compiling hostname v0.3.1 |
913 | 2025-01-13T08:51:41.734Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#b3dbf18c) |
914 | 2025-01-13T08:51:41.794Z | Compiling structmeta v0.3.0 |
915 | 2025-01-13T08:51:41.926Z | Compiling itertools v0.10.5 |
916 | 2025-01-13T08:51:42.049Z | Compiling rand_chacha v0.3.1 |
917 | 2025-01-13T08:51:42.154Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
918 | 2025-01-13T08:51:42.886Z | Compiling digest v0.10.7 |
919 | 2025-01-13T08:51:43.746Z | Compiling progenitor-macro v0.8.0 |
920 | 2025-01-13T08:51:45.214Z | Compiling toml_edit v0.22.22 |
921 | 2025-01-13T08:51:45.269Z | Compiling crossbeam-channel v0.5.14 |
922 | 2025-01-13T08:51:46.893Z | Compiling darling v0.20.10 |
923 | 2025-01-13T08:51:46.995Z | Compiling term v0.7.0 |
924 | 2025-01-13T08:51:51.583Z | Compiling progenitor-client v0.8.0 |
925 | 2025-01-13T08:51:54.099Z | Compiling usdt-attr-macro v0.5.0 |
926 | 2025-01-13T08:51:54.101Z | Compiling usdt-macro v0.5.0 |
927 | 2025-01-13T08:51:55.423Z | Compiling slog-json v2.6.1 |
928 | 2025-01-13T08:51:55.579Z | Compiling futures-executor v0.3.31 |
929 | 2025-01-13T08:51:55.872Z | Compiling async-stream-impl v0.3.6 |
930 | 2025-01-13T08:51:56.770Z | Compiling memmap v0.7.0 |
931 | 2025-01-13T08:51:56.778Z | Compiling is-terminal v0.4.13 |
932 | 2025-01-13T08:51:56.896Z | Compiling dropshot v0.13.0 |
933 | 2025-01-13T08:51:57.185Z | Compiling take_mut v0.2.2 |
934 | 2025-01-13T08:51:57.217Z | Compiling cpufeatures v0.2.16 |
935 | 2025-01-13T08:51:57.280Z | Compiling sha1 v0.10.6 |
936 | 2025-01-13T08:51:57.370Z | Compiling async-stream v0.3.6 |
937 | 2025-01-13T08:51:57.632Z | Compiling usdt v0.5.0 |
938 | 2025-01-13T08:51:58.025Z | Compiling slog-term v2.9.1 |
939 | 2025-01-13T08:51:59.179Z | Compiling progenitor v0.8.0 |
940 | 2025-01-13T08:51:59.397Z | Compiling futures v0.3.31 |
941 | 2025-01-13T08:51:59.504Z | Compiling slog-bunyan v2.5.0 |
942 | 2025-01-13T08:51:59.852Z | Compiling strum_macros v0.26.4 |
943 | 2025-01-13T08:52:00.678Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#b3dbf18c) |
944 | 2025-01-13T08:52:00.961Z | Compiling tokio-rustls v0.25.0 |
945 | 2025-01-13T08:52:01.404Z | Compiling toml v0.8.19 |
946 | 2025-01-13T08:52:02.417Z | Compiling hashbrown v0.14.5 |
947 | 2025-01-13T08:52:03.998Z | Compiling serde_with_macros v3.12.0 |
948 | 2025-01-13T08:52:04.541Z | Compiling rand v0.8.5 |
949 | 2025-01-13T08:52:06.448Z | Compiling parse-display-derive v0.10.0 |
950 | 2025-01-13T08:52:08.921Z | Compiling dropshot_endpoint v0.13.0 |
951 | 2025-01-13T08:52:09.511Z | Compiling hex v0.4.3 |
952 | 2025-01-13T08:52:10.186Z | Compiling serde_path_to_error v0.1.16 |
953 | 2025-01-13T08:52:10.434Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
954 | 2025-01-13T08:52:10.619Z | Compiling async-trait v0.1.85 |
955 | 2025-01-13T08:52:11.217Z | Compiling waitgroup v0.1.2 |
956 | 2025-01-13T08:52:11.254Z | Compiling hostname v0.4.0 |
957 | 2025-01-13T08:52:11.445Z | Compiling instant v0.1.13 |
958 | 2025-01-13T08:52:11.506Z | Compiling debug-ignore v1.0.5 |
959 | 2025-01-13T08:52:11.589Z | Compiling backoff v0.4.0 |
960 | 2025-01-13T08:52:11.638Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
961 | 2025-01-13T08:52:11.830Z | Compiling parse-display v0.10.0 |
962 | 2025-01-13T08:52:11.931Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
963 | 2025-01-13T08:52:12.187Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
964 | 2025-01-13T08:52:12.851Z | Compiling serde_with v3.12.0 |
965 | 2025-01-13T08:52:13.082Z | Compiling strum v0.26.3 |
966 | 2025-01-13T08:52:13.255Z | Compiling regress v0.9.1 |
967 | 2025-01-13T08:52:14.005Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
968 | 2025-01-13T08:52:14.681Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
969 | 2025-01-13T08:52:15.459Z | Compiling macaddr v1.0.1 |
970 | 2025-01-13T08:52:20.473Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
971 | 2025-01-13T08:52:30.781Z | Compiling test-project v0.1.0 (/tmp/test-project) |
972 | 2025-01-13T08:52:40.658Z | Finished `release` profile [optimized] target(s) in 2m 37s |
973 | 2025-01-13T08:52:40.726Z | process exited: duration 237203 ms, exit code 0 |
|
974 | 2025-01-13T08:52:40.732Z | found 0 output files |