|
|
|
1 | 2025-01-07T04:20:55.556Z | job assigned to worker 01JGZFVCQ2BQZDZ15XYZH4Q0S7 [factory aws, i-003ccb73488ba81ca] (queued for 56 s) |
|
2 | 2025-01-07T04:21:03.447Z | starting task 0: "setup" |
3 | 2025-01-07T04:21:03.457Z | ++ uname -s |
4 | 2025-01-07T04:21:03.466Z | + kern=SunOS |
5 | 2025-01-07T04:21:03.466Z | + case "$kern" in |
6 | 2025-01-07T04:21:03.466Z | + groupadd -g 12345 build |
7 | 2025-01-07T04:21:03.466Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-07T04:21:05.470Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-07T04:21:05.574Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-07T04:21:05.576Z | + home_fs=zfs |
11 | 2025-01-07T04:21:05.577Z | + [[ zfs == autofs ]] |
12 | 2025-01-07T04:21:05.577Z | + mkdir -p /home/build |
13 | 2025-01-07T04:21:05.579Z | + chown build:build /home/build /work |
14 | 2025-01-07T04:21:07.580Z | + chmod 0700 /home/build /work |
15 | 2025-01-07T04:21:07.583Z | process exited: duration 4137 ms, exit code 0 |
|
16 | 2025-01-07T04:21:07.588Z | starting task 1: "rust-toolchain" |
17 | 2025-01-07T04:21:07.593Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-07T04:21:07.594Z | ' 1.81.0 |
19 | 2025-01-07T04:21:07.594Z | * toolchain channel = "1.81.0" |
20 | 2025-01-07T04:21:07.594Z | * toolchain profile = "default" |
21 | 2025-01-07T04:21:07.594Z | + printf ' * toolchain profile = "%s" |
22 | 2025-01-07T04:21:07.594Z | ' default |
23 | 2025-01-07T04:21:07.596Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-07T04:21:07.596Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2025-01-07T04:21:07.713Z | info: downloading installer |
26 | 2025-01-07T04:21:09.117Z | info: profile set to 'default' |
27 | 2025-01-07T04:21:09.117Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-07T04:21:09.120Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2025-01-07T04:21:09.275Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2025-01-07T04:21:09.275Z | info: downloading component 'cargo' |
31 | 2025-01-07T04:21:10.147Z | info: downloading component 'clippy' |
32 | 2025-01-07T04:21:10.468Z | info: downloading component 'rust-docs' |
33 | 2025-01-07T04:21:11.674Z | info: downloading component 'rust-std' |
34 | 2025-01-07T04:21:13.551Z | info: downloading component 'rustc' |
35 | 2025-01-07T04:21:20.253Z | info: downloading component 'rustfmt' |
36 | 2025-01-07T04:21:20.509Z | info: installing component 'cargo' |
37 | 2025-01-07T04:21:21.312Z | info: installing component 'clippy' |
38 | 2025-01-07T04:21:21.670Z | info: installing component 'rust-docs' |
39 | 2025-01-07T04:21:23.275Z | info: installing component 'rust-std' |
40 | 2025-01-07T04:21:25.004Z | info: installing component 'rustc' |
41 | 2025-01-07T04:21:30.658Z | info: installing component 'rustfmt' |
42 | 2025-01-07T04:21:30.978Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2025-01-07T04:21:30.978Z | |
44 | 2025-01-07T04:21:31.343Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2025-01-07T04:21:31.343Z | |
46 | 2025-01-07T04:21:31.346Z | |
47 | 2025-01-07T04:21:31.346Z | Rust is installed now. Great! |
48 | 2025-01-07T04:21:31.346Z | |
49 | 2025-01-07T04:21:31.346Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-07T04:21:31.346Z | environment variable. This has not been done automatically. |
51 | 2025-01-07T04:21:31.346Z | |
52 | 2025-01-07T04:21:31.346Z | To configure your current shell, you need to source |
53 | 2025-01-07T04:21:31.346Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-07T04:21:31.347Z | |
55 | 2025-01-07T04:21:31.347Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-07T04:21:31.347Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-07T04:21:31.347Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-07T04:21:31.414Z | + rustc --version |
59 | 2025-01-07T04:21:31.479Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2025-01-07T04:21:31.483Z | process exited: duration 23890 ms, exit code 0 |
|
61 | 2025-01-07T04:21:31.489Z | starting task 2: "authentication" |
62 | 2025-01-07T04:21:31.509Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-07T04:21:31.517Z | starting task 3: "clone repository" |
64 | 2025-01-07T04:21:31.522Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-07T04:21:31.525Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-07T04:21:31.568Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-07T04:21:38.268Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-07T04:21:38.268Z | + git fetch origin c0bd4a8ef0ca1ce88c91d8ab65cd8e6d53058037 |
69 | 2025-01-07T04:21:38.579Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-07T04:21:38.580Z | * branch c0bd4a8ef0ca1ce88c91d8ab65cd8e6d53058037 -> FETCH_HEAD |
71 | 2025-01-07T04:21:38.590Z | + [[ -n renovate/anyhow-1.x-lockfile ]] |
72 | 2025-01-07T04:21:38.593Z | ++ git branch --show-current |
73 | 2025-01-07T04:21:38.596Z | + current=main |
74 | 2025-01-07T04:21:38.596Z | + [[ main != renovate/anyhow-1.x-lockfile ]] |
75 | 2025-01-07T04:21:38.596Z | + git branch -f renovate/anyhow-1.x-lockfile c0bd4a8ef0ca1ce88c91d8ab65cd8e6d53058037 |
76 | 2025-01-07T04:21:38.598Z | + git checkout -f renovate/anyhow-1.x-lockfile |
77 | 2025-01-07T04:21:38.773Z | Switched to branch 'renovate/anyhow-1.x-lockfile' |
78 | 2025-01-07T04:21:38.775Z | + git reset --hard c0bd4a8ef0ca1ce88c91d8ab65cd8e6d53058037 |
79 | 2025-01-07T04:21:38.788Z | HEAD is now at c0bd4a8ef Update Rust crate anyhow to v1.0.95 |
80 | 2025-01-07T04:21:38.791Z | process exited: duration 7272 ms, exit code 0 |
|
81 | 2025-01-07T04:21:38.797Z | starting task 4: "build" |
82 | 2025-01-07T04:21:38.802Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-07T04:21:38.802Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-07T04:21:38.802Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-07T04:21:38.802Z | + cargo --version |
86 | 2025-01-07T04:21:38.861Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2025-01-07T04:21:38.863Z | + rustc --version |
88 | 2025-01-07T04:21:38.924Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2025-01-07T04:21:38.931Z | + cd /tmp |
90 | 2025-01-07T04:21:38.931Z | + cargo new --lib test-project |
91 | 2025-01-07T04:21:38.981Z | Creating library `test-project` package |
92 | 2025-01-07T04:21:39.056Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2025-01-07T04:21:39.059Z | + cd test-project |
94 | 2025-01-07T04:21:39.059Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2025-01-07T04:21:39.116Z | Adding omicron-common (local) to dependencies |
96 | 2025-01-07T04:21:39.117Z | Features: |
97 | 2025-01-07T04:21:39.117Z | - proptest |
98 | 2025-01-07T04:21:39.117Z | - test-strategy |
99 | 2025-01-07T04:21:39.119Z | - testing |
100 | 2025-01-07T04:21:39.119Z | Updating crates.io index |
101 | 2025-01-07T04:21:39.200Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
102 | 2025-01-07T04:21:39.643Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
103 | 2025-01-07T04:21:40.190Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2025-01-07T04:21:40.628Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
105 | 2025-01-07T04:21:41.007Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
106 | 2025-01-07T04:21:42.243Z | Locking 334 packages to latest compatible versions |
107 | 2025-01-07T04:21:42.245Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
108 | 2025-01-07T04:21:42.245Z | Adding dropshot v0.13.0 (latest: v0.15.1) |
109 | 2025-01-07T04:21:42.245Z | Adding dropshot_endpoint v0.13.0 (latest: v0.15.1) |
110 | 2025-01-07T04:21:42.246Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
111 | 2025-01-07T04:21:42.246Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
112 | 2025-01-07T04:21:42.249Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
113 | 2025-01-07T04:21:42.249Z | Adding goblin v0.8.2 (latest: v0.9.3) |
114 | 2025-01-07T04:21:42.249Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
115 | 2025-01-07T04:21:42.249Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
116 | 2025-01-07T04:21:42.249Z | Adding hostname v0.3.1 (latest: v0.4.0) |
117 | 2025-01-07T04:21:42.249Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
118 | 2025-01-07T04:21:42.249Z | Adding ipnetwork v0.20.0 (latest: v0.21.0) |
119 | 2025-01-07T04:21:42.252Z | Adding itertools v0.10.5 (latest: v0.14.0) |
120 | 2025-01-07T04:21:42.252Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
121 | 2025-01-07T04:21:42.252Z | Adding progenitor v0.8.0 (latest: v0.9.1) |
122 | 2025-01-07T04:21:42.252Z | Adding progenitor-client v0.8.0 (latest: v0.9.1) |
123 | 2025-01-07T04:21:42.252Z | Adding progenitor-impl v0.8.0 (latest: v0.9.1) |
124 | 2025-01-07T04:21:42.254Z | Adding progenitor-macro v0.8.0 (latest: v0.9.1) |
125 | 2025-01-07T04:21:42.254Z | Adding redox_users v0.4.6 (latest: v0.5.0) |
126 | 2025-01-07T04:21:42.254Z | Adding regress v0.9.1 (latest: v0.10.1) |
127 | 2025-01-07T04:21:42.259Z | Adding rustls v0.22.4 (latest: v0.23.20) |
128 | 2025-01-07T04:21:42.262Z | Adding security-framework v2.11.1 (latest: v3.1.0) |
129 | 2025-01-07T04:21:42.265Z | Adding syn v1.0.109 (latest: v2.0.95) |
130 | 2025-01-07T04:21:42.265Z | Adding term v0.7.0 (latest: v1.0.1) |
131 | 2025-01-07T04:21:42.265Z | Adding thiserror v1.0.69 (latest: v2.0.9) |
132 | 2025-01-07T04:21:42.265Z | Adding thiserror-impl v1.0.69 (latest: v2.0.9) |
133 | 2025-01-07T04:21:42.265Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
134 | 2025-01-07T04:21:42.265Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
135 | 2025-01-07T04:21:42.268Z | Adding tokio-rustls v0.25.0 (latest: v0.26.1) |
136 | 2025-01-07T04:21:42.268Z | Adding typify v0.2.0 (latest: v0.3.0) |
137 | 2025-01-07T04:21:42.268Z | Adding typify-impl v0.2.0 (latest: v0.3.0) |
138 | 2025-01-07T04:21:42.268Z | Adding typify-macro v0.2.0 (latest: v0.3.0) |
139 | 2025-01-07T04:21:42.268Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
140 | 2025-01-07T04:21:42.271Z | Adding windows v0.52.0 (latest: v0.58.0) |
141 | 2025-01-07T04:21:42.271Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
142 | 2025-01-07T04:21:42.271Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
143 | 2025-01-07T04:21:42.271Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
144 | 2025-01-07T04:21:42.271Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
145 | 2025-01-07T04:21:42.271Z | Adding writeable v0.5.5 (latest: v0.6.0) |
146 | 2025-01-07T04:21:42.271Z | Adding zerocopy v0.7.35 (latest: v0.8.14) |
147 | 2025-01-07T04:21:42.271Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.14) |
148 | 2025-01-07T04:21:42.271Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
149 | 2025-01-07T04:21:42.271Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
150 | 2025-01-07T04:21:42.354Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
151 | 2025-01-07T04:21:42.357Z | + cargo check |
152 | 2025-01-07T04:21:42.535Z | Updating crates.io index |
153 | 2025-01-07T04:21:43.267Z | Locking 2 packages to latest compatible versions |
154 | 2025-01-07T04:21:46.939Z | Adding omicron-workspace-hack v0.1.0 |
155 | 2025-01-07T04:21:48.981Z | Adding test-project v0.1.0 (/tmp/test-project) |
156 | 2025-01-07T04:21:50.072Z | Downloading crates ... |
157 | 2025-01-07T04:21:50.143Z | Downloaded ahash v0.8.11 |
158 | 2025-01-07T04:21:50.149Z | Downloaded async-stream-impl v0.3.6 |
159 | 2025-01-07T04:21:50.152Z | Downloaded darling_macro v0.20.10 |
160 | 2025-01-07T04:21:50.159Z | Downloaded dtrace-parser v0.2.0 |
161 | 2025-01-07T04:21:50.162Z | Downloaded byteorder v1.5.0 |
162 | 2025-01-07T04:21:50.169Z | Downloaded icu_provider_macros v1.5.0 |
163 | 2025-01-07T04:21:50.176Z | Downloaded equivalent v1.0.1 |
164 | 2025-01-07T04:21:50.178Z | Downloaded foreign-types-shared v0.1.1 |
165 | 2025-01-07T04:21:50.184Z | Downloaded instant v0.1.13 |
166 | 2025-01-07T04:21:50.192Z | Downloaded http-body v1.0.1 |
167 | 2025-01-07T04:21:50.194Z | Downloaded ident_case v1.0.1 |
168 | 2025-01-07T04:21:50.197Z | Downloaded cpufeatures v0.2.14 |
169 | 2025-01-07T04:21:50.204Z | Downloaded crypto-common v0.1.6 |
170 | 2025-01-07T04:21:50.206Z | Downloaded cfg-if v1.0.0 |
171 | 2025-01-07T04:21:50.206Z | Downloaded atomic-waker v1.1.2 |
172 | 2025-01-07T04:21:50.206Z | Downloaded futures-executor v0.3.31 |
173 | 2025-01-07T04:21:50.209Z | Downloaded foreign-types v0.3.2 |
174 | 2025-01-07T04:21:50.209Z | Downloaded block-buffer v0.10.4 |
175 | 2025-01-07T04:21:50.212Z | Downloaded autocfg v1.4.0 |
176 | 2025-01-07T04:21:50.212Z | Downloaded async-stream v0.3.6 |
177 | 2025-01-07T04:21:50.215Z | Downloaded httpdate v1.0.3 |
178 | 2025-01-07T04:21:50.217Z | Downloaded futures-core v0.3.31 |
179 | 2025-01-07T04:21:50.217Z | Downloaded dirs-next v2.0.0 |
180 | 2025-01-07T04:21:50.219Z | Downloaded digest v0.10.7 |
181 | 2025-01-07T04:21:50.219Z | Downloaded debug-ignore v1.0.5 |
182 | 2025-01-07T04:21:50.228Z | Downloaded hex v0.4.3 |
183 | 2025-01-07T04:21:50.231Z | Downloaded dirs-sys-next v0.1.2 |
184 | 2025-01-07T04:21:50.234Z | Downloaded either v1.13.0 |
185 | 2025-01-07T04:21:50.239Z | Downloaded tokio-rustls v0.25.0 |
186 | 2025-01-07T04:21:50.241Z | Downloaded http-body-util v0.1.2 |
187 | 2025-01-07T04:21:50.244Z | Downloaded futures-macro v0.3.31 |
188 | 2025-01-07T04:21:50.244Z | Downloaded fnv v1.0.7 |
189 | 2025-01-07T04:21:50.248Z | Downloaded displaydoc v0.2.5 |
190 | 2025-01-07T04:21:50.251Z | Downloaded tokio-macros v2.4.0 |
191 | 2025-01-07T04:21:50.251Z | Downloaded itoa v1.0.11 |
192 | 2025-01-07T04:21:50.251Z | Downloaded dyn-clone v1.0.17 |
193 | 2025-01-07T04:21:50.253Z | Downloaded is-terminal v0.4.13 |
194 | 2025-01-07T04:21:50.253Z | Downloaded futures-io v0.3.31 |
195 | 2025-01-07T04:21:50.256Z | Downloaded deranged v0.3.11 |
196 | 2025-01-07T04:21:50.256Z | Downloaded hyper-tls v0.6.0 |
197 | 2025-01-07T04:21:50.258Z | Downloaded hostname v0.4.0 |
198 | 2025-01-07T04:21:50.262Z | Downloaded usdt-macro v0.5.0 |
199 | 2025-01-07T04:21:50.262Z | Downloaded tower-service v0.3.3 |
200 | 2025-01-07T04:21:50.262Z | Downloaded idna_adapter v1.2.0 |
201 | 2025-01-07T04:21:50.262Z | Downloaded futures-sink v0.3.31 |
202 | 2025-01-07T04:21:50.265Z | Downloaded form_urlencoded v1.2.1 |
203 | 2025-01-07T04:21:50.265Z | Downloaded hostname v0.3.1 |
204 | 2025-01-07T04:21:50.267Z | Downloaded futures-task v0.3.31 |
205 | 2025-01-07T04:21:50.267Z | Downloaded try-lock v0.2.5 |
206 | 2025-01-07T04:21:50.270Z | Downloaded usdt-attr-macro v0.5.0 |
207 | 2025-01-07T04:21:50.270Z | Downloaded macaddr v1.0.1 |
208 | 2025-01-07T04:21:50.272Z | Downloaded yoke-derive v0.7.4 |
209 | 2025-01-07T04:21:50.272Z | Downloaded waitgroup v0.1.2 |
210 | 2025-01-07T04:21:50.272Z | Downloaded heck v0.5.0 |
211 | 2025-01-07T04:21:50.275Z | Downloaded generic-array v0.14.7 |
212 | 2025-01-07T04:21:50.277Z | Downloaded bitflags v2.6.0 |
213 | 2025-01-07T04:21:50.280Z | Downloaded want v0.3.1 |
214 | 2025-01-07T04:21:50.283Z | Downloaded write16 v1.0.0 |
215 | 2025-01-07T04:21:50.283Z | Downloaded match_cfg v0.1.0 |
216 | 2025-01-07T04:21:50.283Z | Downloaded crossbeam-utils v0.8.20 |
217 | 2025-01-07T04:21:50.285Z | Downloaded ipnetwork v0.20.0 |
218 | 2025-01-07T04:21:50.287Z | Downloaded take_mut v0.2.2 |
219 | 2025-01-07T04:21:50.287Z | Downloaded toml_datetime v0.6.8 |
220 | 2025-01-07T04:21:50.290Z | Downloaded dof v0.3.0 |
221 | 2025-01-07T04:21:50.290Z | Downloaded iana-time-zone v0.1.61 |
222 | 2025-01-07T04:21:50.292Z | Downloaded time-core v0.1.2 |
223 | 2025-01-07T04:21:50.294Z | Downloaded tinyvec_macros v0.1.1 |
224 | 2025-01-07T04:21:50.294Z | Downloaded camino v1.1.9 |
225 | 2025-01-07T04:21:50.297Z | Downloaded backoff v0.4.0 |
226 | 2025-01-07T04:21:50.299Z | Downloaded version_check v0.9.5 |
227 | 2025-01-07T04:21:50.301Z | Downloaded httparse v1.9.5 |
228 | 2025-01-07T04:21:50.304Z | Downloaded zerofrom v0.1.4 |
229 | 2025-01-07T04:21:50.304Z | Downloaded hyper-rustls v0.27.3 |
230 | 2025-01-07T04:21:50.307Z | Downloaded tokio-native-tls v0.3.1 |
231 | 2025-01-07T04:21:50.309Z | Downloaded omicron-workspace-hack v0.1.0 |
232 | 2025-01-07T04:21:50.309Z | Downloaded num_threads v0.1.7 |
233 | 2025-01-07T04:21:50.309Z | Downloaded litemap v0.7.3 |
234 | 2025-01-07T04:21:50.312Z | Downloaded openssl-probe v0.1.5 |
235 | 2025-01-07T04:21:50.312Z | Downloaded darling v0.20.10 |
236 | 2025-01-07T04:21:50.315Z | Downloaded async-trait v0.1.83 |
237 | 2025-01-07T04:21:50.319Z | Downloaded utf8_iter v1.0.4 |
238 | 2025-01-07T04:21:50.321Z | Downloaded utf16_iter v1.0.5 |
239 | 2025-01-07T04:21:50.321Z | Downloaded usdt v0.5.0 |
240 | 2025-01-07T04:21:50.324Z | Downloaded untrusted v0.9.0 |
241 | 2025-01-07T04:21:50.324Z | Downloaded typify-macro v0.2.0 |
242 | 2025-01-07T04:21:50.327Z | Downloaded writeable v0.5.5 |
243 | 2025-01-07T04:21:50.330Z | Downloaded ipnet v2.10.1 |
244 | 2025-01-07T04:21:50.333Z | Downloaded openssl-macros v0.1.1 |
245 | 2025-01-07T04:21:50.338Z | Downloaded progenitor-client v0.8.0 |
246 | 2025-01-07T04:21:50.341Z | Downloaded pretty-hex v0.4.1 |
247 | 2025-01-07T04:21:50.343Z | Downloaded allocator-api2 v0.2.18 |
248 | 2025-01-07T04:21:50.345Z | Downloaded signal-hook-registry v1.4.2 |
249 | 2025-01-07T04:21:50.348Z | Downloaded serde_path_to_error v0.1.16 |
250 | 2025-01-07T04:21:50.350Z | Downloaded quinn-udp v0.5.5 |
251 | 2025-01-07T04:21:50.350Z | Downloaded tinystr v0.7.6 |
252 | 2025-01-07T04:21:50.353Z | Downloaded thread-id v4.2.2 |
253 | 2025-01-07T04:21:50.353Z | Downloaded indexmap v1.9.3 |
254 | 2025-01-07T04:21:50.356Z | Downloaded getrandom v0.2.15 |
255 | 2025-01-07T04:21:50.359Z | Downloaded tokio-rustls v0.26.0 |
256 | 2025-01-07T04:21:50.362Z | Downloaded icu_normalizer v1.5.0 |
257 | 2025-01-07T04:21:50.365Z | Downloaded sync_wrapper v1.0.1 |
258 | 2025-01-07T04:21:50.367Z | Downloaded lock_api v0.4.12 |
259 | 2025-01-07T04:21:50.367Z | Downloaded dropshot_endpoint v0.13.0 |
260 | 2025-01-07T04:21:50.371Z | Downloaded num-conv v0.1.0 |
261 | 2025-01-07T04:21:50.373Z | Downloaded zerofrom-derive v0.1.4 |
262 | 2025-01-07T04:21:50.373Z | Downloaded slog-json v2.6.1 |
263 | 2025-01-07T04:21:50.376Z | Downloaded rustls-pemfile v2.2.0 |
264 | 2025-01-07T04:21:50.378Z | Downloaded zeroize v1.8.1 |
265 | 2025-01-07T04:21:50.380Z | Downloaded usdt-impl v0.5.0 |
266 | 2025-01-07T04:21:50.380Z | Downloaded typify v0.2.0 |
267 | 2025-01-07T04:21:50.383Z | Downloaded semver v1.0.23 |
268 | 2025-01-07T04:21:50.386Z | Downloaded paste v1.0.15 |
269 | 2025-01-07T04:21:50.388Z | Downloaded cc v1.1.30 |
270 | 2025-01-07T04:21:50.391Z | Downloaded synstructure v0.13.1 |
271 | 2025-01-07T04:21:50.394Z | Downloaded time-macros v0.2.18 |
272 | 2025-01-07T04:21:50.396Z | Downloaded memmap v0.7.0 |
273 | 2025-01-07T04:21:50.396Z | Downloaded scopeguard v1.2.0 |
274 | 2025-01-07T04:21:50.399Z | Downloaded schemars_derive v0.8.21 |
275 | 2025-01-07T04:21:50.401Z | Downloaded scroll_derive v0.12.0 |
276 | 2025-01-07T04:21:50.401Z | Downloaded rustversion v1.0.17 |
277 | 2025-01-07T04:21:50.403Z | Downloaded ppv-lite86 v0.2.20 |
278 | 2025-01-07T04:21:50.406Z | Downloaded mime v0.3.17 |
279 | 2025-01-07T04:21:50.406Z | Downloaded structmeta-derive v0.3.0 |
280 | 2025-01-07T04:21:50.409Z | Downloaded structmeta v0.3.0 |
281 | 2025-01-07T04:21:50.409Z | Downloaded strsim v0.11.1 |
282 | 2025-01-07T04:21:50.411Z | Downloaded plain v0.2.3 |
283 | 2025-01-07T04:21:50.411Z | Downloaded pkg-config v0.3.31 |
284 | 2025-01-07T04:21:50.413Z | Downloaded pin-utils v0.1.0 |
285 | 2025-01-07T04:21:50.413Z | Downloaded parse-display v0.10.0 |
286 | 2025-01-07T04:21:50.413Z | Downloaded icu_properties v1.5.1 |
287 | 2025-01-07T04:21:50.416Z | Downloaded thiserror v1.0.69 |
288 | 2025-01-07T04:21:50.422Z | Downloaded progenitor-macro v0.8.0 |
289 | 2025-01-07T04:21:50.424Z | Downloaded term v0.7.0 |
290 | 2025-01-07T04:21:50.426Z | Downloaded typenum v1.17.0 |
291 | 2025-01-07T04:21:50.429Z | Downloaded anyhow v1.0.95 |
292 | 2025-01-07T04:21:50.432Z | Downloaded slab v0.4.9 |
293 | 2025-01-07T04:21:50.434Z | Downloaded percent-encoding v2.3.1 |
294 | 2025-01-07T04:21:50.435Z | Downloaded once_cell v1.20.2 |
295 | 2025-01-07T04:21:50.437Z | Downloaded slog-bunyan v2.5.0 |
296 | 2025-01-07T04:21:50.439Z | Downloaded slog-async v2.8.0 |
297 | 2025-01-07T04:21:50.440Z | Downloaded scroll v0.12.0 |
298 | 2025-01-07T04:21:50.442Z | Downloaded shlex v1.3.0 |
299 | 2025-01-07T04:21:50.442Z | Downloaded strum_macros v0.26.4 |
300 | 2025-01-07T04:21:50.444Z | Downloaded subtle v2.6.1 |
301 | 2025-01-07T04:21:50.447Z | Downloaded rand_chacha v0.3.1 |
302 | 2025-01-07T04:21:50.447Z | Downloaded pest_derive v2.7.14 |
303 | 2025-01-07T04:21:50.450Z | Downloaded serde_spanned v0.6.8 |
304 | 2025-01-07T04:21:50.453Z | Downloaded parking_lot_core v0.9.10 |
305 | 2025-01-07T04:21:50.453Z | Downloaded yoke v0.7.4 |
306 | 2025-01-07T04:21:50.455Z | Downloaded quote v1.0.37 |
307 | 2025-01-07T04:21:50.457Z | Downloaded multer v3.1.0 |
308 | 2025-01-07T04:21:50.460Z | Downloaded strum v0.26.3 |
309 | 2025-01-07T04:21:50.462Z | Downloaded pest_generator v2.7.14 |
310 | 2025-01-07T04:21:50.462Z | Downloaded sha1 v0.10.6 |
311 | 2025-01-07T04:21:50.465Z | Downloaded serde_urlencoded v0.7.1 |
312 | 2025-01-07T04:21:50.465Z | Downloaded pin-project-lite v0.2.14 |
313 | 2025-01-07T04:21:50.469Z | Downloaded icu_collections v1.5.0 |
314 | 2025-01-07T04:21:50.475Z | Downloaded rand_core v0.6.4 |
315 | 2025-01-07T04:21:50.478Z | Downloaded serde_tokenstream v0.2.2 |
316 | 2025-01-07T04:21:50.480Z | Downloaded native-tls v0.2.12 |
317 | 2025-01-07T04:21:50.483Z | Downloaded tracing-core v0.1.32 |
318 | 2025-01-07T04:21:50.486Z | Downloaded spin v0.9.8 |
319 | 2025-01-07T04:21:50.486Z | Downloaded num-traits v0.2.19 |
320 | 2025-01-07T04:21:50.488Z | Downloaded crossbeam-channel v0.5.13 |
321 | 2025-01-07T04:21:50.492Z | Downloaded slog-term v2.9.1 |
322 | 2025-01-07T04:21:50.495Z | Downloaded ryu v1.0.18 |
323 | 2025-01-07T04:21:50.498Z | Downloaded rustc-hash v2.0.0 |
324 | 2025-01-07T04:21:50.500Z | Downloaded tinyvec v1.8.0 |
325 | 2025-01-07T04:21:50.503Z | Downloaded sha2 v0.10.8 |
326 | 2025-01-07T04:21:50.505Z | Downloaded serde_derive_internals v0.29.1 |
327 | 2025-01-07T04:21:50.508Z | Downloaded proc-macro2 v1.0.89 |
328 | 2025-01-07T04:21:50.510Z | Downloaded pest_meta v2.7.14 |
329 | 2025-01-07T04:21:50.513Z | Downloaded progenitor-impl v0.8.0 |
330 | 2025-01-07T04:21:50.516Z | Downloaded parking_lot v0.12.3 |
331 | 2025-01-07T04:21:50.518Z | Downloaded tracing v0.1.40 |
332 | 2025-01-07T04:21:50.521Z | Downloaded rustls-pki-types v1.10.0 |
333 | 2025-01-07T04:21:50.524Z | Downloaded socket2 v0.5.7 |
334 | 2025-01-07T04:21:50.526Z | Downloaded slog v2.7.0 |
335 | 2025-01-07T04:21:50.529Z | Downloaded serde_yaml v0.9.34+deprecated |
336 | 2025-01-07T04:21:50.531Z | Downloaded openssl-sys v0.9.103 |
337 | 2025-01-07T04:21:50.536Z | Downloaded http v1.1.0 |
338 | 2025-01-07T04:21:50.540Z | Downloaded hashbrown v0.12.3 |
339 | 2025-01-07T04:21:50.544Z | Downloaded unsafe-libyaml v0.2.11 |
340 | 2025-01-07T04:21:50.547Z | Downloaded url v2.5.3 |
341 | 2025-01-07T04:21:50.551Z | Downloaded serde_derive v1.0.215 |
342 | 2025-01-07T04:21:50.554Z | Downloaded indexmap v2.6.0 |
343 | 2025-01-07T04:21:50.558Z | Downloaded smallvec v1.13.2 |
344 | 2025-01-07T04:21:50.564Z | Downloaded schemars v0.8.21 |
345 | 2025-01-07T04:21:50.572Z | Downloaded rand v0.8.5 |
346 | 2025-01-07T04:21:50.576Z | Downloaded toml_edit v0.22.22 |
347 | 2025-01-07T04:21:50.598Z | Downloaded quinn v0.11.5 |
348 | 2025-01-07T04:21:50.601Z | Downloaded time v0.3.36 |
349 | 2025-01-07T04:21:50.607Z | Downloaded hyper v1.5.0 |
350 | 2025-01-07T04:21:50.614Z | Downloaded hashbrown v0.15.1 |
351 | 2025-01-07T04:21:50.619Z | Downloaded serde v1.0.215 |
352 | 2025-01-07T04:21:50.625Z | Downloaded mio v1.0.2 |
353 | 2025-01-07T04:21:50.631Z | Downloaded zerovec v0.10.4 |
354 | 2025-01-07T04:21:50.634Z | Downloaded futures-util v0.3.31 |
355 | 2025-01-07T04:21:50.646Z | Downloaded h2 v0.4.6 |
356 | 2025-01-07T04:21:50.652Z | Downloaded serde_json v1.0.133 |
357 | 2025-01-07T04:21:50.658Z | Downloaded goblin v0.8.2 |
358 | 2025-01-07T04:21:50.664Z | Downloaded serde_with v3.11.0 |
359 | 2025-01-07T04:21:50.672Z | Downloaded winnow v0.6.20 |
360 | 2025-01-07T04:21:50.682Z | Downloaded aho-corasick v1.1.3 |
361 | 2025-01-07T04:21:50.687Z | Downloaded rustls-webpki v0.102.8 |
362 | 2025-01-07T04:21:50.705Z | Downloaded reqwest v0.12.9 |
363 | 2025-01-07T04:21:50.712Z | Downloaded quinn-proto v0.11.8 |
364 | 2025-01-07T04:21:50.719Z | Downloaded icu_properties_data v1.5.0 |
365 | 2025-01-07T04:21:50.730Z | Downloaded chrono v0.4.38 |
366 | 2025-01-07T04:21:50.736Z | Downloaded pest v2.7.14 |
367 | 2025-01-07T04:21:50.741Z | Downloaded zerocopy v0.7.35 |
368 | 2025-01-07T04:21:50.757Z | Downloaded syn v1.0.109 |
369 | 2025-01-07T04:21:50.766Z | Downloaded regex v1.11.1 |
370 | 2025-01-07T04:21:50.778Z | Downloaded syn v2.0.87 |
371 | 2025-01-07T04:21:50.789Z | Downloaded dropshot v0.13.0 |
372 | 2025-01-07T04:21:50.809Z | Downloaded regress v0.10.1 |
373 | 2025-01-07T04:21:50.816Z | Downloaded regress v0.9.1 |
374 | 2025-01-07T04:21:50.824Z | Downloaded regex-syntax v0.8.5 |
375 | 2025-01-07T04:21:50.831Z | Downloaded rustls v0.23.19 |
376 | 2025-01-07T04:21:50.842Z | Downloaded openapiv3 v2.0.0 |
377 | 2025-01-07T04:21:50.853Z | Downloaded rustls v0.22.4 |
378 | 2025-01-07T04:21:50.865Z | Downloaded openssl v0.10.66 |
379 | 2025-01-07T04:21:50.873Z | Downloaded webpki-roots v0.26.6 |
380 | 2025-01-07T04:21:50.877Z | Downloaded typify-impl v0.2.0 |
381 | 2025-01-07T04:21:50.890Z | Downloaded vcpkg v0.2.15 |
382 | 2025-01-07T04:21:50.926Z | Downloaded memchr v2.7.4 |
383 | 2025-01-07T04:21:50.931Z | Downloaded idna v1.0.3 |
384 | 2025-01-07T04:21:50.934Z | Downloaded hashbrown v0.14.5 |
385 | 2025-01-07T04:21:50.939Z | Downloaded itertools v0.10.5 |
386 | 2025-01-07T04:21:50.945Z | Downloaded zerovec-derive v0.10.3 |
387 | 2025-01-07T04:21:50.947Z | Downloaded zerocopy-derive v0.7.35 |
388 | 2025-01-07T04:21:50.950Z | Downloaded uuid v1.11.0 |
389 | 2025-01-07T04:21:50.953Z | Downloaded unicode-ident v1.0.13 |
390 | 2025-01-07T04:21:50.957Z | Downloaded ucd-trie v0.1.7 |
391 | 2025-01-07T04:21:50.960Z | Downloaded toml v0.8.19 |
392 | 2025-01-07T04:21:50.963Z | Downloaded tokio-util v0.7.12 |
393 | 2025-01-07T04:21:50.967Z | Downloaded darling_core v0.20.10 |
394 | 2025-01-07T04:21:50.972Z | Downloaded base64 v0.22.1 |
395 | 2025-01-07T04:21:50.975Z | Downloaded progenitor v0.8.0 |
396 | 2025-01-07T04:21:50.977Z | Downloaded icu_normalizer_data v1.5.0 |
397 | 2025-01-07T04:21:50.979Z | Downloaded hyper-util v0.1.10 |
398 | 2025-01-07T04:21:50.982Z | Downloaded futures v0.3.31 |
399 | 2025-01-07T04:21:50.986Z | Downloaded regex-automata v0.4.8 |
400 | 2025-01-07T04:21:51.002Z | Downloaded icu_locid v1.5.0 |
401 | 2025-01-07T04:21:51.006Z | Downloaded log v0.4.22 |
402 | 2025-01-07T04:21:51.009Z | Downloaded libc v0.2.162 |
403 | 2025-01-07T04:21:51.034Z | Downloaded tokio v1.40.0 |
404 | 2025-01-07T04:21:51.068Z | Downloaded stable_deref_trait v1.2.0 |
405 | 2025-01-07T04:21:51.071Z | Downloaded powerfmt v0.2.0 |
406 | 2025-01-07T04:21:51.071Z | Downloaded serde_with_macros v3.11.0 |
407 | 2025-01-07T04:21:51.074Z | Downloaded parse-display-derive v0.10.0 |
408 | 2025-01-07T04:21:51.074Z | Downloaded newtype-uuid v1.1.3 |
409 | 2025-01-07T04:21:51.074Z | Downloaded icu_locid_transform_data v1.5.0 |
410 | 2025-01-07T04:21:51.077Z | Downloaded icu_locid_transform v1.5.0 |
411 | 2025-01-07T04:21:51.080Z | Downloaded icu_provider v1.5.0 |
412 | 2025-01-07T04:21:51.080Z | Downloaded bytes v1.8.0 |
413 | 2025-01-07T04:21:51.083Z | Downloaded thread_local v1.1.8 |
414 | 2025-01-07T04:21:51.085Z | Downloaded thiserror-impl v1.0.69 |
415 | 2025-01-07T04:21:51.085Z | Downloaded futures-channel v0.3.31 |
416 | 2025-01-07T04:21:51.150Z | Downloaded encoding_rs v0.8.34 |
417 | 2025-01-07T04:21:51.358Z | Downloaded ring v0.17.8 |
418 | 2025-01-07T04:21:51.690Z | Compiling proc-macro2 v1.0.89 |
419 | 2025-01-07T04:21:51.690Z | Compiling unicode-ident v1.0.13 |
420 | 2025-01-07T04:21:51.690Z | Compiling libc v0.2.162 |
421 | 2025-01-07T04:21:51.693Z | Checking cfg-if v1.0.0 |
422 | 2025-01-07T04:21:51.693Z | Compiling autocfg v1.4.0 |
423 | 2025-01-07T04:21:51.693Z | Compiling serde v1.0.215 |
424 | 2025-01-07T04:21:51.693Z | Compiling version_check v0.9.5 |
425 | 2025-01-07T04:21:51.715Z | Checking memchr v2.7.4 |
426 | 2025-01-07T04:21:51.828Z | Compiling serde_json v1.0.133 |
427 | 2025-01-07T04:21:51.883Z | Checking itoa v1.0.11 |
428 | 2025-01-07T04:21:52.439Z | Compiling thiserror v1.0.69 |
429 | 2025-01-07T04:21:52.601Z | Checking once_cell v1.20.2 |
430 | 2025-01-07T04:21:52.616Z | Compiling shlex v1.3.0 |
431 | 2025-01-07T04:21:52.881Z | Compiling cc v1.1.30 |
432 | 2025-01-07T04:21:52.916Z | Compiling num-traits v0.2.19 |
433 | 2025-01-07T04:21:52.967Z | Checking pin-project-lite v0.2.14 |
434 | 2025-01-07T04:21:53.297Z | Checking ryu v1.0.18 |
435 | 2025-01-07T04:21:53.450Z | Checking smallvec v1.13.2 |
436 | 2025-01-07T04:21:53.459Z | Checking bytes v1.8.0 |
437 | 2025-01-07T04:21:53.488Z | Checking futures-core v0.3.31 |
438 | 2025-01-07T04:21:53.525Z | Compiling lock_api v0.4.12 |
439 | 2025-01-07T04:21:53.633Z | Checking getrandom v0.2.15 |
440 | 2025-01-07T04:21:53.707Z | Compiling parking_lot_core v0.9.10 |
441 | 2025-01-07T04:21:53.810Z | Compiling byteorder v1.5.0 |
442 | 2025-01-07T04:21:53.850Z | Compiling schemars v0.8.21 |
443 | 2025-01-07T04:21:53.994Z | Compiling quote v1.0.37 |
444 | 2025-01-07T04:21:54.013Z | Compiling ahash v0.8.11 |
445 | 2025-01-07T04:21:54.212Z | Checking scopeguard v1.2.0 |
446 | 2025-01-07T04:21:54.287Z | Compiling slab v0.4.9 |
447 | 2025-01-07T04:21:54.360Z | Compiling syn v2.0.87 |
448 | 2025-01-07T04:21:54.577Z | Checking futures-sink v0.3.31 |
449 | 2025-01-07T04:21:54.617Z | Checking log v0.4.22 |
450 | 2025-01-07T04:21:54.638Z | Checking mio v1.0.2 |
451 | 2025-01-07T04:21:54.672Z | Checking signal-hook-registry v1.4.2 |
452 | 2025-01-07T04:21:54.702Z | Checking socket2 v0.5.7 |
453 | 2025-01-07T04:21:54.761Z | Checking stable_deref_trait v1.2.0 |
454 | 2025-01-07T04:21:54.780Z | Checking parking_lot v0.12.3 |
455 | 2025-01-07T04:21:54.875Z | Checking fnv v1.0.7 |
456 | 2025-01-07T04:21:54.913Z | Compiling semver v1.0.23 |
457 | 2025-01-07T04:21:54.999Z | Checking hashbrown v0.15.1 |
458 | 2025-01-07T04:21:55.096Z | Checking equivalent v1.0.1 |
459 | 2025-01-07T04:21:55.118Z | Checking http v1.1.0 |
460 | 2025-01-07T04:21:55.180Z | Checking futures-channel v0.3.31 |
461 | 2025-01-07T04:21:55.197Z | Checking futures-io v0.3.31 |
462 | 2025-01-07T04:21:55.223Z | Checking futures-task v0.3.31 |
463 | 2025-01-07T04:21:55.375Z | Checking pin-utils v0.1.0 |
464 | 2025-01-07T04:21:55.452Z | Checking spin v0.9.8 |
465 | 2025-01-07T04:21:55.492Z | Checking iana-time-zone v0.1.61 |
466 | 2025-01-07T04:21:55.510Z | Compiling pkg-config v0.3.31 |
467 | 2025-01-07T04:21:55.652Z | Checking rustls-pki-types v1.10.0 |
468 | 2025-01-07T04:21:55.697Z | Compiling vcpkg v0.2.15 |
469 | 2025-01-07T04:21:55.795Z | Compiling ring v0.17.8 |
470 | 2025-01-07T04:21:56.064Z | Compiling heck v0.5.0 |
471 | 2025-01-07T04:21:56.244Z | Checking untrusted v0.9.0 |
472 | 2025-01-07T04:21:56.397Z | Checking writeable v0.5.5 |
473 | 2025-01-07T04:21:56.492Z | Checking dyn-clone v1.0.17 |
474 | 2025-01-07T04:21:56.608Z | Compiling ucd-trie v0.1.7 |
475 | 2025-01-07T04:21:56.633Z | Compiling httparse v1.9.5 |
476 | 2025-01-07T04:21:56.714Z | Checking litemap v0.7.3 |
477 | 2025-01-07T04:21:56.977Z | Checking tracing-core v0.1.32 |
478 | 2025-01-07T04:21:57.075Z | Checking atomic-waker v1.1.2 |
479 | 2025-01-07T04:21:57.196Z | Compiling allocator-api2 v0.2.18 |
480 | 2025-01-07T04:21:57.307Z | Compiling openssl-sys v0.9.103 |
481 | 2025-01-07T04:21:57.604Z | Checking tracing v0.1.40 |
482 | 2025-01-07T04:21:57.775Z | Checking http-body v1.0.1 |
483 | 2025-01-07T04:21:57.893Z | Checking subtle v2.6.1 |
484 | 2025-01-07T04:21:57.958Z | Compiling uuid v1.11.0 |
485 | 2025-01-07T04:21:57.978Z | Checking try-lock v0.2.5 |
486 | 2025-01-07T04:21:58.087Z | Checking zeroize v1.8.1 |
487 | 2025-01-07T04:21:58.107Z | Checking icu_locid_transform_data v1.5.0 |
488 | 2025-01-07T04:21:58.127Z | Checking want v0.3.1 |
489 | 2025-01-07T04:21:58.277Z | Checking icu_properties_data v1.5.0 |
490 | 2025-01-07T04:21:58.317Z | Compiling chrono v0.4.38 |
491 | 2025-01-07T04:21:58.424Z | Compiling slog v2.7.0 |
492 | 2025-01-07T04:21:58.467Z | Checking foreign-types-shared v0.1.1 |
493 | 2025-01-07T04:21:58.487Z | Compiling openssl v0.10.66 |
494 | 2025-01-07T04:21:58.504Z | Checking httpdate v1.0.3 |
495 | 2025-01-07T04:21:58.724Z | Checking foreign-types v0.3.2 |
496 | 2025-01-07T04:21:58.885Z | Compiling aho-corasick v1.1.3 |
497 | 2025-01-07T04:21:58.905Z | Compiling regex-syntax v0.8.5 |
498 | 2025-01-07T04:21:59.539Z | Compiling typenum v1.17.0 |
499 | 2025-01-07T04:22:00.128Z | Compiling native-tls v0.2.12 |
500 | 2025-01-07T04:22:00.149Z | Checking utf8_iter v1.0.4 |
501 | 2025-01-07T04:22:00.334Z | Checking bitflags v2.6.0 |
502 | 2025-01-07T04:22:00.468Z | Checking utf16_iter v1.0.5 |
503 | 2025-01-07T04:22:00.486Z | Checking write16 v1.0.0 |
504 | 2025-01-07T04:22:00.588Z | Compiling rustls v0.23.19 |
505 | 2025-01-07T04:22:00.605Z | Checking icu_normalizer_data v1.5.0 |
506 | 2025-01-07T04:22:00.607Z | Checking percent-encoding v2.3.1 |
507 | 2025-01-07T04:22:00.710Z | Checking tower-service v0.3.3 |
508 | 2025-01-07T04:22:00.789Z | Checking form_urlencoded v1.2.1 |
509 | 2025-01-07T04:22:00.924Z | Compiling generic-array v0.14.7 |
510 | 2025-01-07T04:22:00.978Z | Checking openssl-probe v0.1.5 |
511 | 2025-01-07T04:22:02.193Z | Compiling serde_derive_internals v0.29.1 |
512 | 2025-01-07T04:22:02.393Z | Compiling synstructure v0.13.1 |
513 | 2025-01-07T04:22:02.723Z | Compiling regex-automata v0.4.8 |
514 | 2025-01-07T04:22:03.749Z | Compiling usdt-impl v0.5.0 |
515 | 2025-01-07T04:22:03.886Z | Checking encoding_rs v0.8.34 |
516 | 2025-01-07T04:22:04.122Z | Checking powerfmt v0.2.0 |
517 | 2025-01-07T04:22:04.434Z | Checking mime v0.3.17 |
518 | 2025-01-07T04:22:04.557Z | Compiling num-conv v0.1.0 |
519 | 2025-01-07T04:22:04.763Z | Compiling time-core v0.1.2 |
520 | 2025-01-07T04:22:04.846Z | Checking deranged v0.3.11 |
521 | 2025-01-07T04:22:04.862Z | Checking rustls-webpki v0.102.8 |
522 | 2025-01-07T04:22:04.923Z | Compiling time-macros v0.2.18 |
523 | 2025-01-07T04:22:06.179Z | Compiling thread-id v4.2.2 |
524 | 2025-01-07T04:22:06.230Z | Checking webpki-roots v0.26.6 |
525 | 2025-01-07T04:22:06.292Z | Checking rustls-pemfile v2.2.0 |
526 | 2025-01-07T04:22:06.597Z | Compiling strsim v0.11.1 |
527 | 2025-01-07T04:22:06.618Z | Compiling regex v1.11.1 |
528 | 2025-01-07T04:22:06.660Z | Compiling ident_case v1.0.1 |
529 | 2025-01-07T04:22:06.844Z | Compiling syn v1.0.109 |
530 | 2025-01-07T04:22:06.961Z | Compiling serde_derive v1.0.215 |
531 | 2025-01-07T04:22:07.342Z | Compiling zerocopy-derive v0.7.35 |
532 | 2025-01-07T04:22:07.432Z | Compiling thiserror-impl v1.0.69 |
533 | 2025-01-07T04:22:07.561Z | Compiling schemars_derive v0.8.21 |
534 | 2025-01-07T04:22:07.640Z | Compiling zerofrom-derive v0.1.4 |
535 | 2025-01-07T04:22:07.976Z | Compiling tokio-macros v2.4.0 |
536 | 2025-01-07T04:22:09.397Z | Compiling zerocopy v0.7.35 |
537 | 2025-01-07T04:22:10.407Z | Compiling yoke-derive v0.7.4 |
538 | 2025-01-07T04:22:10.453Z | Checking tokio v1.40.0 |
539 | 2025-01-07T04:22:10.523Z | Compiling zerovec-derive v0.10.3 |
540 | 2025-01-07T04:22:10.595Z | Compiling displaydoc v0.2.5 |
541 | 2025-01-07T04:22:10.864Z | Compiling futures-macro v0.3.31 |
542 | 2025-01-07T04:22:11.159Z | Checking zerofrom v0.1.4 |
543 | 2025-01-07T04:22:11.373Z | Compiling pest v2.7.14 |
544 | 2025-01-07T04:22:11.600Z | Compiling icu_provider_macros v1.5.0 |
545 | 2025-01-07T04:22:12.128Z | Compiling hashbrown v0.14.5 |
546 | 2025-01-07T04:22:12.656Z | Checking futures-util v0.3.31 |
547 | 2025-01-07T04:22:13.001Z | Compiling openssl-macros v0.1.1 |
548 | 2025-01-07T04:22:13.055Z | Checking yoke v0.7.4 |
549 | 2025-01-07T04:22:13.386Z | Checking zerovec v0.10.4 |
550 | 2025-01-07T04:22:13.444Z | Compiling regress v0.10.1 |
551 | 2025-01-07T04:22:14.334Z | Compiling pest_meta v2.7.14 |
552 | 2025-01-07T04:22:15.121Z | Checking tinystr v0.7.6 |
553 | 2025-01-07T04:22:15.519Z | Checking icu_locid v1.5.0 |
554 | 2025-01-07T04:22:16.599Z | Checking icu_provider v1.5.0 |
555 | 2025-01-07T04:22:17.245Z | Checking icu_locid_transform v1.5.0 |
556 | 2025-01-07T04:22:17.499Z | Checking tokio-util v0.7.12 |
557 | 2025-01-07T04:22:17.857Z | Compiling pest_generator v2.7.14 |
558 | 2025-01-07T04:22:18.242Z | Checking icu_collections v1.5.0 |
559 | 2025-01-07T04:22:18.261Z | Checking http-body-util v0.1.2 |
560 | 2025-01-07T04:22:18.335Z | Compiling scroll_derive v0.12.0 |
561 | 2025-01-07T04:22:18.545Z | Checking tokio-rustls v0.26.0 |
562 | 2025-01-07T04:22:18.888Z | Checking icu_properties v1.5.1 |
563 | 2025-01-07T04:22:19.519Z | Checking indexmap v2.6.0 |
564 | 2025-01-07T04:22:20.180Z | Compiling pest_derive v2.7.14 |
565 | 2025-01-07T04:22:20.764Z | Compiling serde_tokenstream v0.2.2 |
566 | 2025-01-07T04:22:21.021Z | Checking h2 v0.4.6 |
567 | 2025-01-07T04:22:22.086Z | Compiling dtrace-parser v0.2.0 |
568 | 2025-01-07T04:22:22.155Z | Checking icu_normalizer v1.5.0 |
569 | 2025-01-07T04:22:22.205Z | Checking scroll v0.12.0 |
570 | 2025-01-07T04:22:22.292Z | Checking tokio-native-tls v0.3.1 |
571 | 2025-01-07T04:22:22.696Z | Compiling dof v0.3.0 |
572 | 2025-01-07T04:22:22.777Z | Checking serde_urlencoded v0.7.1 |
573 | 2025-01-07T04:22:22.949Z | Checking idna_adapter v1.2.0 |
574 | 2025-01-07T04:22:23.135Z | Checking idna v1.0.3 |
575 | 2025-01-07T04:22:23.272Z | Checking num_threads v0.1.7 |
576 | 2025-01-07T04:22:23.350Z | Compiling crossbeam-utils v0.8.20 |
577 | 2025-01-07T04:22:23.574Z | Checking plain v0.2.3 |
578 | 2025-01-07T04:22:23.622Z | Checking base64 v0.22.1 |
579 | 2025-01-07T04:22:23.625Z | Checking url v2.5.3 |
580 | 2025-01-07T04:22:23.719Z | Checking goblin v0.8.2 |
581 | 2025-01-07T04:22:23.901Z | Checking time v0.3.36 |
582 | 2025-01-07T04:22:24.366Z | Checking typify-impl v0.2.0 |
583 | 2025-01-07T04:22:25.186Z | Checking hyper v1.5.0 |
584 | 2025-01-07T04:22:25.802Z | Compiling openapiv3 v2.0.0 |
585 | 2025-01-07T04:22:26.953Z | Compiling darling_core v0.20.10 |
586 | 2025-01-07T04:22:27.019Z | Checking sync_wrapper v1.0.1 |
587 | 2025-01-07T04:22:27.038Z | Checking dirs-sys-next v0.1.2 |
588 | 2025-01-07T04:22:27.241Z | Compiling unsafe-libyaml v0.2.11 |
589 | 2025-01-07T04:22:27.246Z | Checking hyper-util v0.1.10 |
590 | 2025-01-07T04:22:27.539Z | Compiling paste v1.0.15 |
591 | 2025-01-07T04:22:28.026Z | Compiling rustls v0.22.4 |
592 | 2025-01-07T04:22:28.333Z | Compiling omicron-workspace-hack v0.1.0 |
593 | 2025-01-07T04:22:28.641Z | Checking ipnet v2.10.1 |
594 | 2025-01-07T04:22:28.782Z | Compiling newtype-uuid v1.1.3 |
595 | 2025-01-07T04:22:28.980Z | Compiling rustversion v1.0.17 |
596 | 2025-01-07T04:22:29.006Z | Checking hyper-rustls v0.27.3 |
597 | 2025-01-07T04:22:29.083Z | Checking hyper-tls v0.6.0 |
598 | 2025-01-07T04:22:29.102Z | Checking pretty-hex v0.4.1 |
599 | 2025-01-07T04:22:29.368Z | Checking reqwest v0.12.9 |
600 | 2025-01-07T04:22:29.390Z | Compiling serde_yaml v0.9.34+deprecated |
601 | 2025-01-07T04:22:29.847Z | Checking dirs-next v2.0.0 |
602 | 2025-01-07T04:22:29.970Z | Checking ipnetwork v0.20.0 |
603 | 2025-01-07T04:22:30.323Z | Checking toml_datetime v0.6.8 |
604 | 2025-01-07T04:22:30.409Z | Checking serde_spanned v0.6.8 |
605 | 2025-01-07T04:22:30.598Z | Checking ppv-lite86 v0.2.20 |
606 | 2025-01-07T04:22:30.618Z | Compiling structmeta-derive v0.3.0 |
607 | 2025-01-07T04:22:30.639Z | Checking block-buffer v0.10.4 |
608 | 2025-01-07T04:22:30.827Z | Checking crypto-common v0.1.6 |
609 | 2025-01-07T04:22:30.851Z | Checking rand_core v0.6.4 |
610 | 2025-01-07T04:22:31.092Z | Checking thread_local v1.1.8 |
611 | 2025-01-07T04:22:31.135Z | Compiling multer v3.1.0 |
612 | 2025-01-07T04:22:31.356Z | Checking match_cfg v0.1.0 |
613 | 2025-01-07T04:22:31.389Z | Checking either v1.13.0 |
614 | 2025-01-07T04:22:31.447Z | Checking winnow v0.6.20 |
615 | 2025-01-07T04:22:31.467Z | Compiling camino v1.1.9 |
616 | 2025-01-07T04:22:31.788Z | Compiling anyhow v1.0.95 |
617 | 2025-01-07T04:22:32.081Z | Compiling slog-async v2.8.0 |
618 | 2025-01-07T04:22:32.705Z | Checking itertools v0.10.5 |
619 | 2025-01-07T04:22:32.795Z | Checking hostname v0.3.1 |
620 | 2025-01-07T04:22:32.853Z | Compiling darling_macro v0.20.10 |
621 | 2025-01-07T04:22:32.929Z | Checking rand_chacha v0.3.1 |
622 | 2025-01-07T04:22:33.217Z | Compiling structmeta v0.3.0 |
623 | 2025-01-07T04:22:33.303Z | Checking digest v0.10.7 |
624 | 2025-01-07T04:22:33.561Z | Checking progenitor-client v0.8.0 |
625 | 2025-01-07T04:22:33.628Z | Checking crossbeam-channel v0.5.13 |
626 | 2025-01-07T04:22:33.630Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
627 | 2025-01-07T04:22:33.795Z | Compiling darling v0.20.10 |
628 | 2025-01-07T04:22:33.885Z | Checking term v0.7.0 |
629 | 2025-01-07T04:22:34.532Z | Checking toml_edit v0.22.22 |
630 | 2025-01-07T04:22:34.621Z | Compiling usdt-attr-macro v0.5.0 |
631 | 2025-01-07T04:22:34.945Z | Compiling usdt-macro v0.5.0 |
632 | 2025-01-07T04:22:35.083Z | Checking slog-json v2.6.1 |
633 | 2025-01-07T04:22:35.337Z | Checking futures-executor v0.3.31 |
634 | 2025-01-07T04:22:35.483Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
635 | 2025-01-07T04:22:35.554Z | Compiling async-stream-impl v0.3.6 |
636 | 2025-01-07T04:22:35.579Z | Checking memmap v0.7.0 |
637 | 2025-01-07T04:22:35.789Z | Checking is-terminal v0.4.13 |
638 | 2025-01-07T04:22:35.906Z | Compiling dropshot v0.13.0 |
639 | 2025-01-07T04:22:36.017Z | Checking cpufeatures v0.2.14 |
640 | 2025-01-07T04:22:36.104Z | Checking take_mut v0.2.2 |
641 | 2025-01-07T04:22:36.189Z | Checking usdt v0.5.0 |
642 | 2025-01-07T04:22:36.300Z | Checking sha1 v0.10.6 |
643 | 2025-01-07T04:22:36.432Z | Checking slog-term v2.9.1 |
644 | 2025-01-07T04:22:36.545Z | Compiling strum_macros v0.26.4 |
645 | 2025-01-07T04:22:36.562Z | Checking futures v0.3.31 |
646 | 2025-01-07T04:22:36.605Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
647 | 2025-01-07T04:22:36.674Z | Checking slog-bunyan v2.5.0 |
648 | 2025-01-07T04:22:36.831Z | Checking async-stream v0.3.6 |
649 | 2025-01-07T04:22:36.850Z | Compiling serde_with_macros v3.11.0 |
650 | 2025-01-07T04:22:36.904Z | Compiling parse-display-derive v0.10.0 |
651 | 2025-01-07T04:22:37.019Z | Checking rand v0.8.5 |
652 | 2025-01-07T04:22:37.079Z | Checking toml v0.8.19 |
653 | 2025-01-07T04:22:37.629Z | Checking tokio-rustls v0.25.0 |
654 | 2025-01-07T04:22:37.992Z | Compiling dropshot_endpoint v0.13.0 |
655 | 2025-01-07T04:22:38.021Z | Checking hex v0.4.3 |
656 | 2025-01-07T04:22:38.154Z | Compiling typify-macro v0.2.0 |
657 | 2025-01-07T04:22:38.267Z | Checking serde_path_to_error v0.1.16 |
658 | 2025-01-07T04:22:38.378Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
659 | 2025-01-07T04:22:38.546Z | Compiling async-trait v0.1.83 |
660 | 2025-01-07T04:22:38.881Z | Checking waitgroup v0.1.2 |
661 | 2025-01-07T04:22:39.024Z | Checking hostname v0.4.0 |
662 | 2025-01-07T04:22:39.160Z | Checking instant v0.1.13 |
663 | 2025-01-07T04:22:39.184Z | Checking debug-ignore v1.0.5 |
664 | 2025-01-07T04:22:39.274Z | Checking backoff v0.4.0 |
665 | 2025-01-07T04:22:39.323Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
666 | 2025-01-07T04:22:39.362Z | Checking serde_with v3.11.0 |
667 | 2025-01-07T04:22:39.459Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
668 | 2025-01-07T04:22:39.551Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
669 | 2025-01-07T04:22:39.603Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
670 | 2025-01-07T04:22:40.061Z | Checking macaddr v1.0.1 |
671 | 2025-01-07T04:22:40.385Z | Checking regress v0.9.1 |
672 | 2025-01-07T04:22:40.719Z | Checking parse-display v0.10.0 |
673 | 2025-01-07T04:22:40.942Z | Checking strum v0.26.3 |
674 | 2025-01-07T04:22:41.478Z | Compiling typify v0.2.0 |
675 | 2025-01-07T04:22:41.557Z | Compiling progenitor-impl v0.8.0 |
676 | 2025-01-07T04:22:44.168Z | Compiling progenitor-macro v0.8.0 |
677 | 2025-01-07T04:22:48.304Z | Checking progenitor v0.8.0 |
678 | 2025-01-07T04:22:48.435Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
679 | 2025-01-07T04:22:51.318Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
680 | 2025-01-07T04:22:58.927Z | Checking test-project v0.1.0 (/tmp/test-project) |
681 | 2025-01-07T04:22:59.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s |
682 | 2025-01-07T04:22:59.261Z | + cargo build --release |
683 | 2025-01-07T04:22:59.498Z | Compiling proc-macro2 v1.0.89 |
684 | 2025-01-07T04:22:59.498Z | Compiling unicode-ident v1.0.13 |
685 | 2025-01-07T04:22:59.507Z | Compiling libc v0.2.162 |
686 | 2025-01-07T04:22:59.507Z | Compiling cfg-if v1.0.0 |
687 | 2025-01-07T04:22:59.508Z | Compiling autocfg v1.4.0 |
688 | 2025-01-07T04:22:59.508Z | Compiling serde v1.0.215 |
689 | 2025-01-07T04:22:59.548Z | Compiling version_check v0.9.5 |
690 | 2025-01-07T04:22:59.553Z | Compiling memchr v2.7.4 |
691 | 2025-01-07T04:22:59.611Z | Compiling serde_json v1.0.133 |
692 | 2025-01-07T04:22:59.677Z | Compiling itoa v1.0.11 |
693 | 2025-01-07T04:22:59.935Z | Compiling thiserror v1.0.69 |
694 | 2025-01-07T04:23:00.073Z | Compiling once_cell v1.20.2 |
695 | 2025-01-07T04:23:00.156Z | Compiling shlex v1.3.0 |
696 | 2025-01-07T04:23:00.395Z | Compiling cc v1.1.30 |
697 | 2025-01-07T04:23:00.468Z | Compiling num-traits v0.2.19 |
698 | 2025-01-07T04:23:00.771Z | Compiling pin-project-lite v0.2.14 |
699 | 2025-01-07T04:23:00.883Z | Compiling getrandom v0.2.15 |
700 | 2025-01-07T04:23:00.897Z | Compiling ryu v1.0.18 |
701 | 2025-01-07T04:23:00.990Z | Compiling smallvec v1.13.2 |
702 | 2025-01-07T04:23:01.156Z | Compiling quote v1.0.37 |
703 | 2025-01-07T04:23:01.214Z | Compiling bytes v1.8.0 |
704 | 2025-01-07T04:23:01.301Z | Compiling schemars v0.8.21 |
705 | 2025-01-07T04:23:01.447Z | Compiling futures-core v0.3.31 |
706 | 2025-01-07T04:23:01.607Z | Compiling syn v2.0.87 |
707 | 2025-01-07T04:23:01.643Z | Compiling lock_api v0.4.12 |
708 | 2025-01-07T04:23:01.686Z | Compiling ahash v0.8.11 |
709 | 2025-01-07T04:23:01.784Z | Compiling byteorder v1.5.0 |
710 | 2025-01-07T04:23:01.873Z | Compiling parking_lot_core v0.9.10 |
711 | 2025-01-07T04:23:02.188Z | Compiling scopeguard v1.2.0 |
712 | 2025-01-07T04:23:02.218Z | Compiling slab v0.4.9 |
713 | 2025-01-07T04:23:02.218Z | Compiling log v0.4.22 |
714 | 2025-01-07T04:23:02.552Z | Compiling futures-sink v0.3.31 |
715 | 2025-01-07T04:23:02.689Z | Compiling mio v1.0.2 |
716 | 2025-01-07T04:23:02.704Z | Compiling socket2 v0.5.7 |
717 | 2025-01-07T04:23:02.759Z | Compiling signal-hook-registry v1.4.2 |
718 | 2025-01-07T04:23:02.825Z | Compiling parking_lot v0.12.3 |
719 | 2025-01-07T04:23:03.031Z | Compiling stable_deref_trait v1.2.0 |
720 | 2025-01-07T04:23:03.091Z | Compiling semver v1.0.23 |
721 | 2025-01-07T04:23:03.342Z | Compiling ring v0.17.8 |
722 | 2025-01-07T04:23:03.485Z | Compiling equivalent v1.0.1 |
723 | 2025-01-07T04:23:03.582Z | Compiling hashbrown v0.15.1 |
724 | 2025-01-07T04:23:03.587Z | Compiling fnv v1.0.7 |
725 | 2025-01-07T04:23:03.707Z | Compiling http v1.1.0 |
726 | 2025-01-07T04:23:04.274Z | Compiling futures-channel v0.3.31 |
727 | 2025-01-07T04:23:04.373Z | Compiling pin-utils v0.1.0 |
728 | 2025-01-07T04:23:04.455Z | Compiling futures-io v0.3.31 |
729 | 2025-01-07T04:23:04.501Z | Compiling futures-task v0.3.31 |
730 | 2025-01-07T04:23:04.766Z | Compiling vcpkg v0.2.15 |
731 | 2025-01-07T04:23:04.773Z | Compiling iana-time-zone v0.1.61 |
732 | 2025-01-07T04:23:04.981Z | Compiling spin v0.9.8 |
733 | 2025-01-07T04:23:04.983Z | Compiling heck v0.5.0 |
734 | 2025-01-07T04:23:05.243Z | Compiling rustls-pki-types v1.10.0 |
735 | 2025-01-07T04:23:05.380Z | Compiling pkg-config v0.3.31 |
736 | 2025-01-07T04:23:06.082Z | Compiling httparse v1.9.5 |
737 | 2025-01-07T04:23:06.397Z | Compiling litemap v0.7.3 |
738 | 2025-01-07T04:23:06.593Z | Compiling openssl-sys v0.9.103 |
739 | 2025-01-07T04:23:06.821Z | Compiling untrusted v0.9.0 |
740 | 2025-01-07T04:23:06.827Z | Compiling dyn-clone v1.0.17 |
741 | 2025-01-07T04:23:06.853Z | Compiling ucd-trie v0.1.7 |
742 | 2025-01-07T04:23:06.991Z | Compiling writeable v0.5.5 |
743 | 2025-01-07T04:23:07.106Z | Compiling tracing-core v0.1.32 |
744 | 2025-01-07T04:23:07.658Z | Compiling allocator-api2 v0.2.18 |
745 | 2025-01-07T04:23:07.824Z | Compiling atomic-waker v1.1.2 |
746 | 2025-01-07T04:23:07.993Z | Compiling tracing v0.1.40 |
747 | 2025-01-07T04:23:08.406Z | Compiling http-body v1.0.1 |
748 | 2025-01-07T04:23:08.635Z | Compiling uuid v1.11.0 |
749 | 2025-01-07T04:23:08.643Z | Compiling try-lock v0.2.5 |
750 | 2025-01-07T04:23:08.773Z | Compiling chrono v0.4.38 |
751 | 2025-01-07T04:23:08.838Z | Compiling subtle v2.6.1 |
752 | 2025-01-07T04:23:09.101Z | Compiling icu_locid_transform_data v1.5.0 |
753 | 2025-01-07T04:23:09.286Z | Compiling synstructure v0.13.1 |
754 | 2025-01-07T04:23:09.303Z | Compiling serde_derive_internals v0.29.1 |
755 | 2025-01-07T04:23:09.349Z | Compiling zeroize v1.8.1 |
756 | 2025-01-07T04:23:09.682Z | Compiling want v0.3.1 |
757 | 2025-01-07T04:23:10.003Z | Compiling icu_properties_data v1.5.0 |
758 | 2025-01-07T04:23:10.237Z | Compiling foreign-types-shared v0.1.1 |
759 | 2025-01-07T04:23:10.332Z | Compiling httpdate v1.0.3 |
760 | 2025-01-07T04:23:10.656Z | Compiling slog v2.7.0 |
761 | 2025-01-07T04:23:10.787Z | Compiling openssl v0.10.66 |
762 | 2025-01-07T04:23:11.189Z | Compiling foreign-types v0.3.2 |
763 | 2025-01-07T04:23:11.409Z | Compiling aho-corasick v1.1.3 |
764 | 2025-01-07T04:23:11.506Z | Compiling percent-encoding v2.3.1 |
765 | 2025-01-07T04:23:11.982Z | Compiling write16 v1.0.0 |
766 | 2025-01-07T04:23:12.114Z | Compiling utf16_iter v1.0.5 |
767 | 2025-01-07T04:23:12.300Z | Compiling typenum v1.17.0 |
768 | 2025-01-07T04:23:12.317Z | Compiling icu_normalizer_data v1.5.0 |
769 | 2025-01-07T04:23:12.410Z | Compiling rustls v0.23.19 |
770 | 2025-01-07T04:23:12.714Z | Compiling native-tls v0.2.12 |
771 | 2025-01-07T04:23:12.729Z | Compiling regex-syntax v0.8.5 |
772 | 2025-01-07T04:23:13.068Z | Compiling tower-service v0.3.3 |
773 | 2025-01-07T04:23:13.191Z | Compiling bitflags v2.6.0 |
774 | 2025-01-07T04:23:13.244Z | Compiling utf8_iter v1.0.4 |
775 | 2025-01-07T04:23:13.513Z | Compiling form_urlencoded v1.2.1 |
776 | 2025-01-07T04:23:13.586Z | Compiling generic-array v0.14.7 |
777 | 2025-01-07T04:23:14.010Z | Compiling openssl-probe v0.1.5 |
778 | 2025-01-07T04:23:14.775Z | Compiling serde_derive v1.0.215 |
779 | 2025-01-07T04:23:15.280Z | Compiling zerocopy-derive v0.7.35 |
780 | 2025-01-07T04:23:15.283Z | Compiling thiserror-impl v1.0.69 |
781 | 2025-01-07T04:23:15.712Z | Compiling schemars_derive v0.8.21 |
782 | 2025-01-07T04:23:16.034Z | Compiling zerofrom-derive v0.1.4 |
783 | 2025-01-07T04:23:17.447Z | Compiling zerocopy v0.7.35 |
784 | 2025-01-07T04:23:18.598Z | Compiling tokio-macros v2.4.0 |
785 | 2025-01-07T04:23:18.697Z | Compiling yoke-derive v0.7.4 |
786 | 2025-01-07T04:23:18.897Z | Compiling zerovec-derive v0.10.3 |
787 | 2025-01-07T04:23:19.582Z | Compiling zerofrom v0.1.4 |
788 | 2025-01-07T04:23:19.816Z | Compiling futures-macro v0.3.31 |
789 | 2025-01-07T04:23:20.045Z | Compiling displaydoc v0.2.5 |
790 | 2025-01-07T04:23:20.079Z | Compiling tokio v1.40.0 |
791 | 2025-01-07T04:23:21.414Z | Compiling yoke v0.7.4 |
792 | 2025-01-07T04:23:21.637Z | Compiling pest v2.7.14 |
793 | 2025-01-07T04:23:21.703Z | Compiling futures-util v0.3.31 |
794 | 2025-01-07T04:23:21.763Z | Compiling zerovec v0.10.4 |
795 | 2025-01-07T04:23:21.864Z | Compiling icu_provider_macros v1.5.0 |
796 | 2025-01-07T04:23:21.927Z | Compiling hashbrown v0.14.5 |
797 | 2025-01-07T04:23:23.218Z | Compiling rustls-webpki v0.102.8 |
798 | 2025-01-07T04:23:24.703Z | Compiling tinystr v0.7.6 |
799 | 2025-01-07T04:23:24.809Z | Compiling pest_meta v2.7.14 |
800 | 2025-01-07T04:23:25.090Z | Compiling icu_locid v1.5.0 |
801 | 2025-01-07T04:23:27.939Z | Compiling icu_provider v1.5.0 |
802 | 2025-01-07T04:23:28.632Z | Compiling tokio-util v0.7.12 |
803 | 2025-01-07T04:23:29.356Z | Compiling indexmap v2.6.0 |
804 | 2025-01-07T04:23:30.187Z | Compiling serde_tokenstream v0.2.2 |
805 | 2025-01-07T04:23:31.739Z | Compiling h2 v0.4.6 |
806 | 2025-01-07T04:23:32.107Z | Compiling icu_locid_transform v1.5.0 |
807 | 2025-01-07T04:23:32.459Z | Compiling pest_generator v2.7.14 |
808 | 2025-01-07T04:23:35.055Z | Compiling icu_collections v1.5.0 |
809 | 2025-01-07T04:23:35.127Z | Compiling regress v0.10.1 |
810 | 2025-01-07T04:23:37.757Z | Compiling hyper v1.5.0 |
811 | 2025-01-07T04:23:37.979Z | Compiling icu_properties v1.5.1 |
812 | 2025-01-07T04:23:39.211Z | Compiling typify-impl v0.2.0 |
813 | 2025-01-07T04:23:39.775Z | Compiling pest_derive v2.7.14 |
814 | 2025-01-07T04:23:41.172Z | Compiling openssl-macros v0.1.1 |
815 | 2025-01-07T04:23:44.198Z | Compiling icu_normalizer v1.5.0 |
816 | 2025-01-07T04:23:47.479Z | Compiling hyper-util v0.1.10 |
817 | 2025-01-07T04:23:48.167Z | Compiling regex-automata v0.4.8 |
818 | 2025-01-07T04:23:49.413Z | Compiling idna_adapter v1.2.0 |
819 | 2025-01-07T04:23:50.044Z | Compiling http-body-util v0.1.2 |
820 | 2025-01-07T04:23:51.072Z | Compiling scroll_derive v0.12.0 |
821 | 2025-01-07T04:23:51.403Z | Compiling typify-macro v0.2.0 |
822 | 2025-01-07T04:23:52.536Z | Compiling regex v1.11.1 |
823 | 2025-01-07T04:23:53.400Z | Compiling usdt-impl v0.5.0 |
824 | 2025-01-07T04:23:53.512Z | Compiling encoding_rs v0.8.34 |
825 | 2025-01-07T04:23:53.748Z | Compiling num-conv v0.1.0 |
826 | 2025-01-07T04:23:54.021Z | Compiling powerfmt v0.2.0 |
827 | 2025-01-07T04:23:54.454Z | Compiling time-core v0.1.2 |
828 | 2025-01-07T04:23:54.618Z | Compiling mime v0.3.17 |
829 | 2025-01-07T04:23:55.709Z | Compiling time-macros v0.2.18 |
830 | 2025-01-07T04:23:56.006Z | Compiling deranged v0.3.11 |
831 | 2025-01-07T04:23:56.384Z | Compiling scroll v0.12.0 |
832 | 2025-01-07T04:23:57.032Z | Compiling idna v1.0.3 |
833 | 2025-01-07T04:23:58.348Z | Compiling tokio-rustls v0.26.0 |
834 | 2025-01-07T04:23:58.723Z | Compiling tokio-native-tls v0.3.1 |
835 | 2025-01-07T04:24:02.811Z | Compiling dtrace-parser v0.2.0 |
836 | 2025-01-07T04:24:04.104Z | Compiling dof v0.3.0 |
837 | 2025-01-07T04:24:04.547Z | Compiling serde_urlencoded v0.7.1 |
838 | 2025-01-07T04:24:05.138Z | Compiling thread-id v4.2.2 |
839 | 2025-01-07T04:24:05.232Z | Compiling webpki-roots v0.26.6 |
840 | 2025-01-07T04:24:05.437Z | Compiling rustls-pemfile v2.2.0 |
841 | 2025-01-07T04:24:05.739Z | Compiling num_threads v0.1.7 |
842 | 2025-01-07T04:24:05.846Z | Compiling omicron-workspace-hack v0.1.0 |
843 | 2025-01-07T04:24:06.446Z | Compiling ident_case v1.0.1 |
844 | 2025-01-07T04:24:06.613Z | Compiling plain v0.2.3 |
845 | 2025-01-07T04:24:06.768Z | Compiling crossbeam-utils v0.8.20 |
846 | 2025-01-07T04:24:07.047Z | Compiling syn v1.0.109 |
847 | 2025-01-07T04:24:07.332Z | Compiling base64 v0.22.1 |
848 | 2025-01-07T04:24:07.669Z | Compiling strsim v0.11.1 |
849 | 2025-01-07T04:24:07.776Z | Compiling time v0.3.36 |
850 | 2025-01-07T04:24:08.427Z | Compiling darling_core v0.20.10 |
851 | 2025-01-07T04:24:11.034Z | Compiling goblin v0.8.2 |
852 | 2025-01-07T04:24:12.826Z | Compiling hyper-rustls v0.27.3 |
853 | 2025-01-07T04:24:15.835Z | Compiling hyper-tls v0.6.0 |
854 | 2025-01-07T04:24:16.317Z | Compiling url v2.5.3 |
855 | 2025-01-07T04:24:17.038Z | Compiling typify v0.2.0 |
856 | 2025-01-07T04:24:17.048Z | Compiling openapiv3 v2.0.0 |
857 | 2025-01-07T04:24:18.118Z | Compiling sync_wrapper v1.0.1 |
858 | 2025-01-07T04:24:18.260Z | Compiling dirs-sys-next v0.1.2 |
859 | 2025-01-07T04:24:19.717Z | Compiling ipnet v2.10.1 |
860 | 2025-01-07T04:24:21.353Z | Compiling rustversion v1.0.17 |
861 | 2025-01-07T04:24:21.989Z | Compiling paste v1.0.15 |
862 | 2025-01-07T04:24:22.048Z | Compiling pretty-hex v0.4.1 |
863 | 2025-01-07T04:24:22.272Z | Compiling rustls v0.22.4 |
864 | 2025-01-07T04:24:22.486Z | Compiling unsafe-libyaml v0.2.11 |
865 | 2025-01-07T04:24:22.585Z | Compiling newtype-uuid v1.1.3 |
866 | 2025-01-07T04:24:22.953Z | Compiling progenitor-impl v0.8.0 |
867 | 2025-01-07T04:24:23.668Z | Compiling reqwest v0.12.9 |
868 | 2025-01-07T04:24:24.208Z | Compiling serde_yaml v0.9.34+deprecated |
869 | 2025-01-07T04:24:28.087Z | Compiling dirs-next v2.0.0 |
870 | 2025-01-07T04:24:28.475Z | Compiling darling_macro v0.20.10 |
871 | 2025-01-07T04:24:29.599Z | Compiling block-buffer v0.10.4 |
872 | 2025-01-07T04:24:29.830Z | Compiling crypto-common v0.1.6 |
873 | 2025-01-07T04:24:30.028Z | Compiling ipnetwork v0.20.0 |
874 | 2025-01-07T04:24:30.999Z | Compiling toml_datetime v0.6.8 |
875 | 2025-01-07T04:24:31.670Z | Compiling serde_spanned v0.6.8 |
876 | 2025-01-07T04:24:31.901Z | Compiling ppv-lite86 v0.2.20 |
877 | 2025-01-07T04:24:32.820Z | Compiling structmeta-derive v0.3.0 |
878 | 2025-01-07T04:24:35.023Z | Compiling rand_core v0.6.4 |
879 | 2025-01-07T04:24:35.259Z | Compiling thread_local v1.1.8 |
880 | 2025-01-07T04:24:35.273Z | Compiling multer v3.1.0 |
881 | 2025-01-07T04:24:35.481Z | Compiling camino v1.1.9 |
882 | 2025-01-07T04:24:35.527Z | Compiling slog-async v2.8.0 |
883 | 2025-01-07T04:24:35.575Z | Compiling anyhow v1.0.95 |
884 | 2025-01-07T04:24:35.578Z | Compiling winnow v0.6.20 |
885 | 2025-01-07T04:24:35.940Z | Compiling either v1.13.0 |
886 | 2025-01-07T04:24:36.003Z | Compiling match_cfg v0.1.0 |
887 | 2025-01-07T04:24:36.083Z | Compiling hostname v0.3.1 |
888 | 2025-01-07T04:24:36.203Z | Compiling structmeta v0.3.0 |
889 | 2025-01-07T04:24:36.273Z | Compiling rand_chacha v0.3.1 |
890 | 2025-01-07T04:24:36.305Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
891 | 2025-01-07T04:24:36.377Z | Compiling itertools v0.10.5 |
892 | 2025-01-07T04:24:36.561Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
893 | 2025-01-07T04:24:37.455Z | Compiling crossbeam-channel v0.5.13 |
894 | 2025-01-07T04:24:37.920Z | Compiling digest v0.10.7 |
895 | 2025-01-07T04:24:38.327Z | Compiling progenitor-macro v0.8.0 |
896 | 2025-01-07T04:24:39.072Z | Compiling darling v0.20.10 |
897 | 2025-01-07T04:24:39.610Z | Compiling toml_edit v0.22.22 |
898 | 2025-01-07T04:24:39.885Z | Compiling term v0.7.0 |
899 | 2025-01-07T04:24:41.547Z | Compiling progenitor-client v0.8.0 |
900 | 2025-01-07T04:24:45.143Z | Compiling usdt-macro v0.5.0 |
901 | 2025-01-07T04:24:46.441Z | Compiling usdt-attr-macro v0.5.0 |
902 | 2025-01-07T04:24:47.687Z | Compiling slog-json v2.6.1 |
903 | 2025-01-07T04:24:47.939Z | Compiling futures-executor v0.3.31 |
904 | 2025-01-07T04:24:48.122Z | Compiling async-stream-impl v0.3.6 |
905 | 2025-01-07T04:24:49.120Z | Compiling is-terminal v0.4.13 |
906 | 2025-01-07T04:24:49.237Z | Compiling memmap v0.7.0 |
907 | 2025-01-07T04:24:49.444Z | Compiling dropshot v0.13.0 |
908 | 2025-01-07T04:24:49.662Z | Compiling take_mut v0.2.2 |
909 | 2025-01-07T04:24:49.764Z | Compiling cpufeatures v0.2.14 |
910 | 2025-01-07T04:24:49.852Z | Compiling sha1 v0.10.6 |
911 | 2025-01-07T04:24:50.671Z | Compiling async-stream v0.3.6 |
912 | 2025-01-07T04:24:50.971Z | Compiling usdt v0.5.0 |
913 | 2025-01-07T04:24:51.120Z | Compiling progenitor v0.8.0 |
914 | 2025-01-07T04:24:51.324Z | Compiling slog-term v2.9.1 |
915 | 2025-01-07T04:24:52.512Z | Compiling tokio-rustls v0.25.0 |
916 | 2025-01-07T04:24:52.956Z | Compiling futures v0.3.31 |
917 | 2025-01-07T04:24:53.062Z | Compiling slog-bunyan v2.5.0 |
918 | 2025-01-07T04:24:53.248Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
919 | 2025-01-07T04:24:53.314Z | Compiling strum_macros v0.26.4 |
920 | 2025-01-07T04:24:54.274Z | Compiling toml v0.8.19 |
921 | 2025-01-07T04:24:54.928Z | Compiling serde_with_macros v3.11.0 |
922 | 2025-01-07T04:24:57.583Z | Compiling rand v0.8.5 |
923 | 2025-01-07T04:24:57.939Z | Compiling parse-display-derive v0.10.0 |
924 | 2025-01-07T04:25:01.939Z | Compiling dropshot_endpoint v0.13.0 |
925 | 2025-01-07T04:25:02.391Z | Compiling serde_path_to_error v0.1.16 |
926 | 2025-01-07T04:25:03.005Z | Compiling hex v0.4.3 |
927 | 2025-01-07T04:25:03.456Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
928 | 2025-01-07T04:25:03.694Z | Compiling async-trait v0.1.83 |
929 | 2025-01-07T04:25:03.739Z | Compiling waitgroup v0.1.2 |
930 | 2025-01-07T04:25:03.974Z | Compiling hostname v0.4.0 |
931 | 2025-01-07T04:25:04.205Z | Compiling instant v0.1.13 |
932 | 2025-01-07T04:25:04.253Z | Compiling debug-ignore v1.0.5 |
933 | 2025-01-07T04:25:04.349Z | Compiling backoff v0.4.0 |
934 | 2025-01-07T04:25:04.381Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
935 | 2025-01-07T04:25:04.571Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
936 | 2025-01-07T04:25:04.737Z | Compiling parse-display v0.10.0 |
937 | 2025-01-07T04:25:04.766Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
938 | 2025-01-07T04:25:06.131Z | Compiling strum v0.26.3 |
939 | 2025-01-07T04:25:06.294Z | Compiling serde_with v3.11.0 |
940 | 2025-01-07T04:25:06.962Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
941 | 2025-01-07T04:25:07.086Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
942 | 2025-01-07T04:25:07.626Z | Compiling regress v0.9.1 |
943 | 2025-01-07T04:25:07.889Z | Compiling macaddr v1.0.1 |
944 | 2025-01-07T04:25:15.142Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
945 | 2025-01-07T04:25:25.698Z | Compiling test-project v0.1.0 (/tmp/test-project) |
946 | 2025-01-07T04:25:35.831Z | Finished `release` profile [optimized] target(s) in 2m 36s |
947 | 2025-01-07T04:25:35.888Z | process exited: duration 237070 ms, exit code 0 |
|
948 | 2025-01-07T04:25:35.894Z | found 0 output files |