|
|
|
1 | 2024-12-18T22:35:30.579Z | job assigned to worker 01JFDYH8Y666J1TAG1GGZ8HR9N [factory aws, i-014cbeaaae38cbf17] (queued for 58 s) |
|
2 | 2024-12-18T22:35:37.837Z | starting task 0: "setup" |
3 | 2024-12-18T22:35:37.847Z | ++ uname -s |
4 | 2024-12-18T22:35:37.851Z | + kern=SunOS |
5 | 2024-12-18T22:35:37.851Z | + case "$kern" in |
6 | 2024-12-18T22:35:37.851Z | + groupadd -g 12345 build |
7 | 2024-12-18T22:35:37.854Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-18T22:35:39.860Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-18T22:35:39.966Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-18T22:35:39.968Z | + home_fs=zfs |
11 | 2024-12-18T22:35:39.968Z | + [[ zfs == autofs ]] |
12 | 2024-12-18T22:35:39.968Z | + mkdir -p /home/build |
13 | 2024-12-18T22:35:39.971Z | + chown build:build /home/build /work |
14 | 2024-12-18T22:35:41.973Z | + chmod 0700 /home/build /work |
15 | 2024-12-18T22:35:41.977Z | process exited: duration 4139 ms, exit code 0 |
|
16 | 2024-12-18T22:35:41.983Z | starting task 1: "rust-toolchain" |
17 | 2024-12-18T22:35:41.989Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-18T22:35:41.989Z | ' 1.81.0 |
19 | 2024-12-18T22:35:41.989Z | * toolchain channel = "1.81.0" |
20 | 2024-12-18T22:35:41.989Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-18T22:35:41.989Z | ' default |
22 | 2024-12-18T22:35:41.989Z | * toolchain profile = "default" |
23 | 2024-12-18T22:35:41.993Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-18T22:35:41.993Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-18T22:35:42.117Z | info: downloading installer |
26 | 2024-12-18T22:35:43.292Z | info: profile set to 'default' |
27 | 2024-12-18T22:35:43.292Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-18T22:35:43.295Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-18T22:35:43.437Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-18T22:35:43.437Z | info: downloading component 'cargo' |
31 | 2024-12-18T22:35:44.172Z | info: downloading component 'clippy' |
32 | 2024-12-18T22:35:44.445Z | info: downloading component 'rust-docs' |
33 | 2024-12-18T22:35:45.459Z | info: downloading component 'rust-std' |
34 | 2024-12-18T22:35:47.043Z | info: downloading component 'rustc' |
35 | 2024-12-18T22:35:52.722Z | info: downloading component 'rustfmt' |
36 | 2024-12-18T22:35:52.937Z | info: installing component 'cargo' |
37 | 2024-12-18T22:35:53.725Z | info: installing component 'clippy' |
38 | 2024-12-18T22:35:54.083Z | info: installing component 'rust-docs' |
39 | 2024-12-18T22:35:55.676Z | info: installing component 'rust-std' |
40 | 2024-12-18T22:35:57.393Z | info: installing component 'rustc' |
41 | 2024-12-18T22:36:03.027Z | info: installing component 'rustfmt' |
42 | 2024-12-18T22:36:03.346Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-18T22:36:03.346Z | |
44 | 2024-12-18T22:36:03.712Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-18T22:36:03.712Z | |
46 | 2024-12-18T22:36:03.720Z | |
47 | 2024-12-18T22:36:03.720Z | Rust is installed now. Great! |
48 | 2024-12-18T22:36:03.720Z | |
49 | 2024-12-18T22:36:03.720Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-18T22:36:03.720Z | environment variable. This has not been done automatically. |
51 | 2024-12-18T22:36:03.720Z | |
52 | 2024-12-18T22:36:03.720Z | To configure your current shell, you need to source |
53 | 2024-12-18T22:36:03.720Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-18T22:36:03.720Z | |
55 | 2024-12-18T22:36:03.720Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-18T22:36:03.722Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-18T22:36:03.723Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-18T22:36:03.785Z | + rustc --version |
59 | 2024-12-18T22:36:03.850Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-18T22:36:03.853Z | process exited: duration 21867 ms, exit code 0 |
|
61 | 2024-12-18T22:36:03.867Z | starting task 2: "authentication" |
62 | 2024-12-18T22:36:03.886Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-18T22:36:03.894Z | starting task 3: "clone repository" |
64 | 2024-12-18T22:36:03.899Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-18T22:36:03.902Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-18T22:36:03.949Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-18T22:36:11.115Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-18T22:36:11.115Z | + git fetch origin d80c4c9ce6a851fad9e7dd502d4ff838b3985e6d |
69 | 2024-12-18T22:36:11.425Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-18T22:36:11.425Z | * branch d80c4c9ce6a851fad9e7dd502d4ff838b3985e6d -> FETCH_HEAD |
71 | 2024-12-18T22:36:11.435Z | + [[ -n eliza/webhook-models ]] |
72 | 2024-12-18T22:36:11.439Z | ++ git branch --show-current |
73 | 2024-12-18T22:36:11.439Z | + current=main |
74 | 2024-12-18T22:36:11.439Z | + [[ main != eliza/webhook-models ]] |
75 | 2024-12-18T22:36:11.439Z | + git branch -f eliza/webhook-models d80c4c9ce6a851fad9e7dd502d4ff838b3985e6d |
76 | 2024-12-18T22:36:11.443Z | + git checkout -f eliza/webhook-models |
77 | 2024-12-18T22:36:11.620Z | Switched to branch 'eliza/webhook-models' |
78 | 2024-12-18T22:36:11.624Z | + git reset --hard d80c4c9ce6a851fad9e7dd502d4ff838b3985e6d |
79 | 2024-12-18T22:36:11.658Z | HEAD is now at d80c4c9ce more diesel plumbing |
80 | 2024-12-18T22:36:11.662Z | process exited: duration 7763 ms, exit code 0 |
|
81 | 2024-12-18T22:36:11.673Z | starting task 4: "build" |
82 | 2024-12-18T22:36:11.676Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-18T22:36:11.676Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-18T22:36:11.676Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-18T22:36:11.676Z | + cargo --version |
86 | 2024-12-18T22:36:11.737Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-18T22:36:11.743Z | + rustc --version |
88 | 2024-12-18T22:36:11.793Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-18T22:36:11.799Z | + cd /tmp |
90 | 2024-12-18T22:36:11.799Z | + cargo new --lib test-project |
91 | 2024-12-18T22:36:11.863Z | Creating library `test-project` package |
92 | 2024-12-18T22:36:11.927Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-12-18T22:36:11.933Z | + cd test-project |
94 | 2024-12-18T22:36:11.933Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-12-18T22:36:11.988Z | Adding omicron-common (local) to dependencies |
96 | 2024-12-18T22:36:11.988Z | Features: |
97 | 2024-12-18T22:36:11.988Z | - proptest |
98 | 2024-12-18T22:36:11.988Z | - test-strategy |
99 | 2024-12-18T22:36:11.993Z | - testing |
100 | 2024-12-18T22:36:11.993Z | Updating crates.io index |
101 | 2024-12-18T22:36:12.106Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-12-18T22:36:12.574Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-12-18T22:36:13.131Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-12-18T22:36:13.540Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-12-18T22:36:14.869Z | Locking 327 packages to latest compatible versions |
106 | 2024-12-18T22:36:14.874Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-12-18T22:36:14.874Z | Adding dropshot v0.13.0 (latest: v0.15.1) |
108 | 2024-12-18T22:36:14.874Z | Adding dropshot_endpoint v0.13.0 (latest: v0.15.1) |
109 | 2024-12-18T22:36:14.874Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
110 | 2024-12-18T22:36:14.874Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
111 | 2024-12-18T22:36:14.874Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
112 | 2024-12-18T22:36:14.874Z | Adding goblin v0.8.2 (latest: v0.9.2) |
113 | 2024-12-18T22:36:14.877Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
114 | 2024-12-18T22:36:14.877Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
115 | 2024-12-18T22:36:14.877Z | Adding hostname v0.3.1 (latest: v0.4.0) |
116 | 2024-12-18T22:36:14.877Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
117 | 2024-12-18T22:36:14.877Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
118 | 2024-12-18T22:36:14.880Z | Adding regress v0.9.1 (latest: v0.10.1) |
119 | 2024-12-18T22:36:14.886Z | Adding rustls v0.22.4 (latest: v0.23.20) |
120 | 2024-12-18T22:36:14.889Z | Adding security-framework v2.11.1 (latest: v3.1.0) |
121 | 2024-12-18T22:36:14.891Z | Adding term v0.7.0 (latest: v1.0.1) |
122 | 2024-12-18T22:36:14.891Z | Adding thiserror v1.0.69 (latest: v2.0.8) |
123 | 2024-12-18T22:36:14.891Z | Adding thiserror-impl v1.0.69 (latest: v2.0.8) |
124 | 2024-12-18T22:36:14.891Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
125 | 2024-12-18T22:36:14.891Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
126 | 2024-12-18T22:36:14.894Z | Adding tokio-rustls v0.25.0 (latest: v0.26.1) |
127 | 2024-12-18T22:36:14.894Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
128 | 2024-12-18T22:36:14.898Z | Adding windows v0.52.0 (latest: v0.58.0) |
129 | 2024-12-18T22:36:14.898Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
130 | 2024-12-18T22:36:14.898Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
131 | 2024-12-18T22:36:14.898Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
132 | 2024-12-18T22:36:14.898Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
133 | 2024-12-18T22:36:14.898Z | Adding writeable v0.5.5 (latest: v0.6.0) |
134 | 2024-12-18T22:36:14.898Z | Adding zerocopy v0.7.35 (latest: v0.8.13) |
135 | 2024-12-18T22:36:14.898Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.13) |
136 | 2024-12-18T22:36:14.898Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
137 | 2024-12-18T22:36:14.898Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
138 | 2024-12-18T22:36:14.970Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
139 | 2024-12-18T22:36:14.974Z | + cargo check |
140 | 2024-12-18T22:36:15.136Z | Updating crates.io index |
141 | 2024-12-18T22:36:15.972Z | Locking 2 packages to latest compatible versions |
142 | 2024-12-18T22:36:19.255Z | Adding omicron-workspace-hack v0.1.0 |
143 | 2024-12-18T22:36:21.289Z | Adding test-project v0.1.0 (/tmp/test-project) |
144 | 2024-12-18T22:36:22.195Z | Downloading crates ... |
145 | 2024-12-18T22:36:22.292Z | Downloaded async-stream-impl v0.3.6 |
146 | 2024-12-18T22:36:22.310Z | warning: spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/log/0.4.22/download` (146.75.42.137), got 502 |
147 | 2024-12-18T22:36:22.310Z | body: |
148 | 2024-12-18T22:36:22.310Z | I/O error |
149 | 2024-12-18T22:36:22.310Z | warning: spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/ipnet/2.10.1/download` (146.75.42.137), got 502 |
150 | 2024-12-18T22:36:22.310Z | body: |
151 | 2024-12-18T22:36:22.310Z | I/O error |
152 | 2024-12-18T22:36:22.310Z | Downloaded darling_macro v0.20.10 |
153 | 2024-12-18T22:36:22.310Z | Downloaded foreign-types v0.3.2 |
154 | 2024-12-18T22:36:22.310Z | warning: spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/crossbeam-channel/0.5.13/download` (146.75.42.137), got 502 |
155 | 2024-12-18T22:36:22.310Z | body: |
156 | 2024-12-18T22:36:22.310Z | I/O error |
157 | 2024-12-18T22:36:22.310Z | Downloaded equivalent v1.0.1 |
158 | 2024-12-18T22:36:22.310Z | Downloaded foreign-types-shared v0.1.1 |
159 | 2024-12-18T22:36:22.310Z | Downloaded ident_case v1.0.1 |
160 | 2024-12-18T22:36:22.310Z | Downloaded dtrace-parser v0.2.0 |
161 | 2024-12-18T22:36:22.310Z | Downloaded memmap v0.7.0 |
162 | 2024-12-18T22:36:22.310Z | Downloaded thiserror-impl v1.0.69 |
163 | 2024-12-18T22:36:22.335Z | Downloaded time-macros v0.2.18 |
164 | 2024-12-18T22:36:22.335Z | Downloaded usdt-macro v0.5.0 |
165 | 2024-12-18T22:36:22.340Z | Downloaded tinystr v0.7.6 |
166 | 2024-12-18T22:36:22.341Z | Downloaded instant v0.1.13 |
167 | 2024-12-18T22:36:22.341Z | Downloaded usdt-attr-macro v0.5.0 |
168 | 2024-12-18T22:36:22.341Z | Downloaded want v0.3.1 |
169 | 2024-12-18T22:36:22.341Z | Downloaded time-core v0.1.2 |
170 | 2024-12-18T22:36:22.341Z | Downloaded try-lock v0.2.5 |
171 | 2024-12-18T22:36:22.341Z | Downloaded tower-service v0.3.3 |
172 | 2024-12-18T22:36:22.341Z | Downloaded waitgroup v0.1.2 |
173 | 2024-12-18T22:36:22.341Z | Downloaded tinyvec_macros v0.1.1 |
174 | 2024-12-18T22:36:22.341Z | Downloaded omicron-workspace-hack v0.1.0 |
175 | 2024-12-18T22:36:22.341Z | Downloaded num_threads v0.1.7 |
176 | 2024-12-18T22:36:22.353Z | Downloaded zerofrom v0.1.4 |
177 | 2024-12-18T22:36:22.353Z | Downloaded match_cfg v0.1.0 |
178 | 2024-12-18T22:36:22.354Z | Downloaded icu_provider_macros v1.5.0 |
179 | 2024-12-18T22:36:22.354Z | Downloaded http-body v1.0.1 |
180 | 2024-12-18T22:36:22.354Z | Downloaded num-conv v0.1.0 |
181 | 2024-12-18T22:36:22.354Z | Downloaded dirs-sys-next v0.1.2 |
182 | 2024-12-18T22:36:22.354Z | Downloaded cfg-if v1.0.0 |
183 | 2024-12-18T22:36:22.354Z | Downloaded autocfg v1.4.0 |
184 | 2024-12-18T22:36:22.354Z | Downloaded deranged v0.3.11 |
185 | 2024-12-18T22:36:22.354Z | Downloaded fnv v1.0.7 |
186 | 2024-12-18T22:36:22.354Z | Downloaded debug-ignore v1.0.5 |
187 | 2024-12-18T22:36:22.368Z | Downloaded write16 v1.0.0 |
188 | 2024-12-18T22:36:22.368Z | Downloaded cpufeatures v0.2.14 |
189 | 2024-12-18T22:36:22.368Z | Downloaded heck v0.5.0 |
190 | 2024-12-18T22:36:22.368Z | Downloaded atomic-waker v1.1.2 |
191 | 2024-12-18T22:36:22.368Z | Downloaded idna_adapter v1.2.0 |
192 | 2024-12-18T22:36:22.368Z | Downloaded async-stream v0.3.6 |
193 | 2024-12-18T22:36:22.368Z | Downloaded openssl-macros v0.1.1 |
194 | 2024-12-18T22:36:22.369Z | Downloaded dirs-next v2.0.0 |
195 | 2024-12-18T22:36:22.369Z | Downloaded digest v0.10.7 |
196 | 2024-12-18T22:36:22.369Z | Downloaded futures-core v0.3.31 |
197 | 2024-12-18T22:36:22.369Z | Downloaded httpdate v1.0.3 |
198 | 2024-12-18T22:36:22.370Z | Downloaded hostname v0.3.1 |
199 | 2024-12-18T22:36:22.379Z | Downloaded openssl-probe v0.1.5 |
200 | 2024-12-18T22:36:22.379Z | Downloaded hostname v0.4.0 |
201 | 2024-12-18T22:36:22.379Z | Downloaded pretty-hex v0.4.1 |
202 | 2024-12-18T22:36:22.379Z | Downloaded yoke-derive v0.7.4 |
203 | 2024-12-18T22:36:22.379Z | Downloaded futures-io v0.3.31 |
204 | 2024-12-18T22:36:22.379Z | Downloaded futures-macro v0.3.31 |
205 | 2024-12-18T22:36:22.379Z | Downloaded form_urlencoded v1.2.1 |
206 | 2024-12-18T22:36:22.379Z | Downloaded generic-array v0.14.7 |
207 | 2024-12-18T22:36:22.379Z | Downloaded take_mut v0.2.2 |
208 | 2024-12-18T22:36:22.379Z | Downloaded strum v0.26.3 |
209 | 2024-12-18T22:36:22.380Z | Downloaded utf16_iter v1.0.5 |
210 | 2024-12-18T22:36:22.380Z | Downloaded usdt v0.5.0 |
211 | 2024-12-18T22:36:22.393Z | Downloaded thread_local v1.1.8 |
212 | 2024-12-18T22:36:22.395Z | Downloaded is-terminal v0.4.13 |
213 | 2024-12-18T22:36:22.395Z | Downloaded http-body-util v0.1.2 |
214 | 2024-12-18T22:36:22.395Z | Downloaded dof v0.3.0 |
215 | 2024-12-18T22:36:22.395Z | Downloaded typify-macro v0.2.0 |
216 | 2024-12-18T22:36:22.395Z | Downloaded newtype-uuid v1.1.3 |
217 | 2024-12-18T22:36:22.395Z | Downloaded thread-id v4.2.2 |
218 | 2024-12-18T22:36:22.395Z | Downloaded zeroize v1.8.1 |
219 | 2024-12-18T22:36:22.395Z | Downloaded macaddr v1.0.1 |
220 | 2024-12-18T22:36:22.410Z | Downloaded ipnetwork v0.20.0 |
221 | 2024-12-18T22:36:22.410Z | Downloaded futures-sink v0.3.31 |
222 | 2024-12-18T22:36:22.410Z | Downloaded futures-executor v0.3.31 |
223 | 2024-12-18T22:36:22.410Z | Downloaded byteorder v1.5.0 |
224 | 2024-12-18T22:36:22.410Z | Downloaded ppv-lite86 v0.2.20 |
225 | 2024-12-18T22:36:22.410Z | Downloaded parse-display v0.10.0 |
226 | 2024-12-18T22:36:22.410Z | Downloaded utf8_iter v1.0.4 |
227 | 2024-12-18T22:36:22.411Z | Downloaded itoa v1.0.11 |
228 | 2024-12-18T22:36:22.411Z | Downloaded hyper-tls v0.6.0 |
229 | 2024-12-18T22:36:22.437Z | Downloaded hex v0.4.3 |
230 | 2024-12-18T22:36:22.437Z | Downloaded dyn-clone v1.0.17 |
231 | 2024-12-18T22:36:22.437Z | Downloaded pin-utils v0.1.0 |
232 | 2024-12-18T22:36:22.437Z | Downloaded displaydoc v0.2.5 |
233 | 2024-12-18T22:36:22.437Z | Downloaded darling v0.20.10 |
234 | 2024-12-18T22:36:22.437Z | Downloaded block-buffer v0.10.4 |
235 | 2024-12-18T22:36:22.437Z | Downloaded writeable v0.5.5 |
236 | 2024-12-18T22:36:22.437Z | Downloaded tokio-macros v2.4.0 |
237 | 2024-12-18T22:36:22.437Z | Downloaded paste v1.0.15 |
238 | 2024-12-18T22:36:22.447Z | Downloaded parse-display-derive v0.10.0 |
239 | 2024-12-18T22:36:22.447Z | Downloaded hyper-rustls v0.27.3 |
240 | 2024-12-18T22:36:22.447Z | Downloaded progenitor-client v0.8.0 |
241 | 2024-12-18T22:36:22.447Z | Downloaded rand_core v0.6.4 |
242 | 2024-12-18T22:36:22.448Z | Downloaded litemap v0.7.3 |
243 | 2024-12-18T22:36:22.448Z | Downloaded percent-encoding v2.3.1 |
244 | 2024-12-18T22:36:22.448Z | Downloaded toml_datetime v0.6.8 |
245 | 2024-12-18T22:36:22.448Z | Downloaded tokio-native-tls v0.3.1 |
246 | 2024-12-18T22:36:22.448Z | Downloaded futures-channel v0.3.31 |
247 | 2024-12-18T22:36:22.448Z | Downloaded progenitor-macro v0.8.0 |
248 | 2024-12-18T22:36:22.448Z | Downloaded ahash v0.8.11 |
249 | 2024-12-18T22:36:22.448Z | Downloaded zerovec-derive v0.10.3 |
250 | 2024-12-18T22:36:22.448Z | Downloaded untrusted v0.9.0 |
251 | 2024-12-18T22:36:22.448Z | Downloaded lock_api v0.4.12 |
252 | 2024-12-18T22:36:22.448Z | Downloaded iana-time-zone v0.1.61 |
253 | 2024-12-18T22:36:22.474Z | Downloaded scroll_derive v0.12.0 |
254 | 2024-12-18T22:36:22.474Z | Downloaded strsim v0.11.1 |
255 | 2024-12-18T22:36:22.474Z | Downloaded rustc-hash v2.0.0 |
256 | 2024-12-18T22:36:22.474Z | Downloaded sync_wrapper v1.0.1 |
257 | 2024-12-18T22:36:22.474Z | Downloaded pest_generator v2.7.14 |
258 | 2024-12-18T22:36:22.474Z | Downloaded usdt-impl v0.5.0 |
259 | 2024-12-18T22:36:22.474Z | Downloaded progenitor v0.8.0 |
260 | 2024-12-18T22:36:22.474Z | Downloaded tokio-rustls v0.26.0 |
261 | 2024-12-18T22:36:22.489Z | Downloaded pkg-config v0.3.31 |
262 | 2024-12-18T22:36:22.489Z | Downloaded getrandom v0.2.15 |
263 | 2024-12-18T22:36:22.489Z | Downloaded typify v0.2.0 |
264 | 2024-12-18T22:36:22.489Z | Downloaded futures-task v0.3.31 |
265 | 2024-12-18T22:36:22.489Z | Downloaded backoff v0.4.0 |
266 | 2024-12-18T22:36:22.489Z | Downloaded zerocopy-derive v0.7.35 |
267 | 2024-12-18T22:36:22.489Z | Downloaded slog-json v2.6.1 |
268 | 2024-12-18T22:36:22.489Z | Downloaded signal-hook-registry v1.4.2 |
269 | 2024-12-18T22:36:22.489Z | Downloaded rand_chacha v0.3.1 |
270 | 2024-12-18T22:36:22.489Z | Downloaded pin-project-lite v0.2.14 |
271 | 2024-12-18T22:36:22.489Z | Downloaded once_cell v1.20.2 |
272 | 2024-12-18T22:36:22.531Z | Downloaded futures v0.3.31 |
273 | 2024-12-18T22:36:22.531Z | Downloaded multer v3.1.0 |
274 | 2024-12-18T22:36:22.531Z | Downloaded quinn-udp v0.5.5 |
275 | 2024-12-18T22:36:22.531Z | Downloaded icu_locid_transform_data v1.5.0 |
276 | 2024-12-18T22:36:22.544Z | Downloaded bitflags v2.6.0 |
277 | 2024-12-18T22:36:22.544Z | Downloaded shlex v1.3.0 |
278 | 2024-12-18T22:36:22.544Z | Downloaded icu_provider v1.5.0 |
279 | 2024-12-18T22:36:22.544Z | Downloaded pest_derive v2.7.14 |
280 | 2024-12-18T22:36:22.544Z | Downloaded typenum v1.17.0 |
281 | 2024-12-18T22:36:22.544Z | Downloaded dropshot_endpoint v0.13.0 |
282 | 2024-12-18T22:36:22.544Z | Downloaded native-tls v0.2.12 |
283 | 2024-12-18T22:36:22.544Z | Downloaded slog-async v2.8.0 |
284 | 2024-12-18T22:36:22.544Z | Downloaded serde_urlencoded v0.7.1 |
285 | 2024-12-18T22:36:22.544Z | Downloaded rustversion v1.0.17 |
286 | 2024-12-18T22:36:22.544Z | Downloaded serde_path_to_error v0.1.16 |
287 | 2024-12-18T22:36:22.544Z | Downloaded yoke v0.7.4 |
288 | 2024-12-18T22:36:22.544Z | Downloaded slog-bunyan v2.5.0 |
289 | 2024-12-18T22:36:22.545Z | Downloaded quote v1.0.37 |
290 | 2024-12-18T22:36:22.545Z | Downloaded serde_spanned v0.6.8 |
291 | 2024-12-18T22:36:22.545Z | Downloaded thiserror v1.0.69 |
292 | 2024-12-18T22:36:22.545Z | Downloaded pest_meta v2.7.14 |
293 | 2024-12-18T22:36:22.545Z | Downloaded slog-term v2.9.1 |
294 | 2024-12-18T22:36:22.545Z | Downloaded icu_normalizer_data v1.5.0 |
295 | 2024-12-18T22:36:22.545Z | Downloaded anyhow v1.0.93 |
296 | 2024-12-18T22:36:22.545Z | Downloaded ucd-trie v0.1.7 |
297 | 2024-12-18T22:36:22.561Z | Downloaded num-traits v0.2.19 |
298 | 2024-12-18T22:36:22.561Z | Downloaded version_check v0.9.5 |
299 | 2024-12-18T22:36:22.561Z | Downloaded toml v0.8.19 |
300 | 2024-12-18T22:36:22.562Z | Downloaded subtle v2.6.1 |
301 | 2024-12-18T22:36:22.571Z | Downloaded icu_normalizer v1.5.0 |
302 | 2024-12-18T22:36:22.571Z | Downloaded slab v0.4.9 |
303 | 2024-12-18T22:36:22.571Z | Downloaded bytes v1.8.0 |
304 | 2024-12-18T22:36:22.571Z | Downloaded scroll v0.12.0 |
305 | 2024-12-18T22:36:22.571Z | Downloaded structmeta v0.3.0 |
306 | 2024-12-18T22:36:22.571Z | Downloaded rustls-pemfile v2.2.0 |
307 | 2024-12-18T22:36:22.571Z | Downloaded synstructure v0.13.1 |
308 | 2024-12-18T22:36:22.582Z | Downloaded semver v1.0.23 |
309 | 2024-12-18T22:36:22.582Z | Downloaded serde_derive_internals v0.29.1 |
310 | 2024-12-18T22:36:22.583Z | Downloaded proc-macro2 v1.0.89 |
311 | 2024-12-18T22:36:22.583Z | Downloaded smallvec v1.13.2 |
312 | 2024-12-18T22:36:22.583Z | Downloaded unsafe-libyaml v0.2.11 |
313 | 2024-12-18T22:36:22.583Z | Downloaded strum_macros v0.26.4 |
314 | 2024-12-18T22:36:22.583Z | Downloaded sha2 v0.10.8 |
315 | 2024-12-18T22:36:22.591Z | Downloaded icu_locid v1.5.0 |
316 | 2024-12-18T22:36:22.592Z | Downloaded rustls-pki-types v1.9.0 |
317 | 2024-12-18T22:36:22.613Z | Downloaded tracing-core v0.1.32 |
318 | 2024-12-18T22:36:22.613Z | Downloaded spin v0.9.8 |
319 | 2024-12-18T22:36:22.613Z | Downloaded openssl-sys v0.9.103 |
320 | 2024-12-18T22:36:22.626Z | Downloaded url v2.5.3 |
321 | 2024-12-18T22:36:22.626Z | Downloaded term v0.7.0 |
322 | 2024-12-18T22:36:22.626Z | Downloaded socket2 v0.5.7 |
323 | 2024-12-18T22:36:22.626Z | Downloaded indexmap v2.6.0 |
324 | 2024-12-18T22:36:22.626Z | Downloaded slog v2.7.0 |
325 | 2024-12-18T22:36:22.626Z | Downloaded cc v1.1.30 |
326 | 2024-12-18T22:36:22.635Z | Downloaded base64 v0.22.1 |
327 | 2024-12-18T22:36:22.635Z | Downloaded progenitor-impl v0.8.0 |
328 | 2024-12-18T22:36:22.635Z | Downloaded hashbrown v0.12.3 |
329 | 2024-12-18T22:36:22.635Z | Downloaded quinn v0.11.5 |
330 | 2024-12-18T22:36:22.635Z | Downloaded memchr v2.7.4 |
331 | 2024-12-18T22:36:22.649Z | Downloaded schemars v0.8.21 |
332 | 2024-12-18T22:36:22.654Z | Downloaded serde v1.0.215 |
333 | 2024-12-18T22:36:22.654Z | Downloaded http v1.1.0 |
334 | 2024-12-18T22:36:22.664Z | Downloaded serde_derive v1.0.215 |
335 | 2024-12-18T22:36:22.664Z | Downloaded rand v0.8.5 |
336 | 2024-12-18T22:36:22.664Z | Downloaded serde_yaml v0.9.34+deprecated |
337 | 2024-12-18T22:36:22.680Z | Downloaded mio v1.0.2 |
338 | 2024-12-18T22:36:22.680Z | Downloaded icu_collections v1.5.0 |
339 | 2024-12-18T22:36:22.684Z | Downloaded toml_edit v0.22.22 |
340 | 2024-12-18T22:36:22.705Z | Downloaded tokio-util v0.7.12 |
341 | 2024-12-18T22:36:22.713Z | Downloaded time v0.3.36 |
342 | 2024-12-18T22:36:22.713Z | Downloaded zerovec v0.10.4 |
343 | 2024-12-18T22:36:22.720Z | Downloaded idna v1.0.3 |
344 | 2024-12-18T22:36:22.727Z | Downloaded zerocopy v0.7.35 |
345 | 2024-12-18T22:36:22.736Z | Downloaded pest v2.7.14 |
346 | 2024-12-18T22:36:22.744Z | Downloaded hyper v1.5.0 |
347 | 2024-12-18T22:36:22.756Z | Downloaded h2 v0.4.6 |
348 | 2024-12-18T22:36:22.771Z | Downloaded winnow v0.6.20 |
349 | 2024-12-18T22:36:22.771Z | Downloaded serde_with v3.11.0 |
350 | 2024-12-18T22:36:22.786Z | Downloaded goblin v0.8.2 |
351 | 2024-12-18T22:36:22.786Z | Downloaded futures-util v0.3.31 |
352 | 2024-12-18T22:36:22.797Z | Downloaded serde_json v1.0.132 |
353 | 2024-12-18T22:36:22.805Z | Downloaded rustls-webpki v0.102.8 |
354 | 2024-12-18T22:36:22.813Z | Downloaded reqwest v0.12.9 |
355 | 2024-12-18T22:36:22.833Z | Downloaded icu_properties_data v1.5.0 |
356 | 2024-12-18T22:36:22.850Z | Downloaded vcpkg v0.2.15 |
357 | 2024-12-18T22:36:22.865Z | Downloaded regex v1.11.1 |
358 | 2024-12-18T22:36:22.877Z | Downloaded openssl v0.10.66 |
359 | 2024-12-18T22:36:22.885Z | Downloaded webpki-roots v0.26.6 |
360 | 2024-12-18T22:36:22.893Z | Downloaded syn v2.0.87 |
361 | 2024-12-18T22:36:22.900Z | Downloaded chrono v0.4.38 |
362 | 2024-12-18T22:36:22.916Z | Downloaded regress v0.10.1 |
363 | 2024-12-18T22:36:22.926Z | Downloaded dropshot v0.13.0 |
364 | 2024-12-18T22:36:22.938Z | Downloaded rustls v0.22.4 |
365 | 2024-12-18T22:36:22.958Z | Downloaded rustls v0.23.14 |
366 | 2024-12-18T22:36:22.984Z | Downloaded regex-syntax v0.8.5 |
367 | 2024-12-18T22:36:22.984Z | Downloaded regress v0.9.1 |
368 | 2024-12-18T22:36:22.984Z | Downloaded quinn-proto v0.11.8 |
369 | 2024-12-18T22:36:22.984Z | Downloaded hashbrown v0.15.1 |
370 | 2024-12-18T22:36:22.984Z | Downloaded openapiv3 v2.0.0 |
371 | 2024-12-18T22:36:23.008Z | Downloaded typify-impl v0.2.0 |
372 | 2024-12-18T22:36:23.008Z | Downloaded hashbrown v0.14.5 |
373 | 2024-12-18T22:36:26.580Z | Downloaded ryu v1.0.18 |
374 | 2024-12-18T22:36:26.580Z | Downloaded tracing v0.1.40 |
375 | 2024-12-18T22:36:26.580Z | Downloaded aho-corasick v1.1.3 |
376 | 2024-12-18T22:36:26.580Z | Downloaded icu_properties v1.5.1 |
377 | 2024-12-18T22:36:26.580Z | Downloaded hyper-util v0.1.10 |
378 | 2024-12-18T22:36:26.580Z | Downloaded parking_lot v0.12.3 |
379 | 2024-12-18T22:36:26.580Z | Downloaded darling_core v0.20.10 |
380 | 2024-12-18T22:36:26.580Z | Downloaded serde_with_macros v3.11.0 |
381 | 2024-12-18T22:36:26.580Z | Downloaded serde_tokenstream v0.2.2 |
382 | 2024-12-18T22:36:26.580Z | Downloaded scopeguard v1.2.0 |
383 | 2024-12-18T22:36:26.580Z | Downloaded allocator-api2 v0.2.18 |
384 | 2024-12-18T22:36:26.580Z | Downloaded parking_lot_core v0.9.10 |
385 | 2024-12-18T22:36:26.581Z | Downloaded uuid v1.11.0 |
386 | 2024-12-18T22:36:26.581Z | Downloaded unicode-ident v1.0.13 |
387 | 2024-12-18T22:36:26.581Z | Downloaded sha1 v0.10.6 |
388 | 2024-12-18T22:36:26.581Z | Downloaded structmeta-derive v0.3.0 |
389 | 2024-12-18T22:36:26.581Z | Downloaded stable_deref_trait v1.2.0 |
390 | 2024-12-18T22:36:26.581Z | Downloaded regex-automata v0.4.8 |
391 | 2024-12-18T22:36:26.581Z | Downloaded schemars_derive v0.8.21 |
392 | 2024-12-18T22:36:26.581Z | Downloaded tinyvec v1.8.0 |
393 | 2024-12-18T22:36:26.581Z | Downloaded indexmap v1.9.3 |
394 | 2024-12-18T22:36:26.581Z | Downloaded httparse v1.9.5 |
395 | 2024-12-18T22:36:26.581Z | Downloaded crossbeam-utils v0.8.20 |
396 | 2024-12-18T22:36:26.581Z | Downloaded async-trait v0.1.83 |
397 | 2024-12-18T22:36:26.581Z | Downloaded ipnet v2.10.1 |
398 | 2024-12-18T22:36:26.581Z | Downloaded libc v0.2.162 |
399 | 2024-12-18T22:36:26.581Z | Downloaded mime v0.3.17 |
400 | 2024-12-18T22:36:26.581Z | Downloaded tokio v1.40.0 |
401 | 2024-12-18T22:36:26.581Z | Downloaded tokio-rustls v0.25.0 |
402 | 2024-12-18T22:36:26.581Z | Downloaded icu_locid_transform v1.5.0 |
403 | 2024-12-18T22:36:26.581Z | Downloaded camino v1.1.9 |
404 | 2024-12-18T22:36:26.581Z | Downloaded powerfmt v0.2.0 |
405 | 2024-12-18T22:36:26.581Z | Downloaded plain v0.2.3 |
406 | 2024-12-18T22:36:26.581Z | Downloaded zerofrom-derive v0.1.4 |
407 | 2024-12-18T22:36:26.581Z | Downloaded crypto-common v0.1.6 |
408 | 2024-12-18T22:36:26.581Z | Downloaded encoding_rs v0.8.34 |
409 | 2024-12-18T22:36:26.581Z | Downloaded ring v0.17.8 |
410 | 2024-12-18T22:36:26.581Z | Downloaded log v0.4.22 |
411 | 2024-12-18T22:36:26.581Z | Downloaded crossbeam-channel v0.5.13 |
412 | 2024-12-18T22:36:26.581Z | Compiling proc-macro2 v1.0.89 |
413 | 2024-12-18T22:36:26.582Z | Compiling unicode-ident v1.0.13 |
414 | 2024-12-18T22:36:26.582Z | Compiling libc v0.2.162 |
415 | 2024-12-18T22:36:26.582Z | Checking cfg-if v1.0.0 |
416 | 2024-12-18T22:36:26.582Z | Compiling autocfg v1.4.0 |
417 | 2024-12-18T22:36:26.582Z | Compiling serde v1.0.215 |
418 | 2024-12-18T22:36:26.582Z | Compiling version_check v0.9.5 |
419 | 2024-12-18T22:36:26.582Z | Checking memchr v2.7.4 |
420 | 2024-12-18T22:36:26.582Z | Checking itoa v1.0.11 |
421 | 2024-12-18T22:36:26.582Z | Compiling serde_json v1.0.132 |
422 | 2024-12-18T22:36:26.582Z | Compiling thiserror v1.0.69 |
423 | 2024-12-18T22:36:26.582Z | Checking once_cell v1.20.2 |
424 | 2024-12-18T22:36:26.582Z | Compiling shlex v1.3.0 |
425 | 2024-12-18T22:36:26.582Z | Checking pin-project-lite v0.2.14 |
426 | 2024-12-18T22:36:26.582Z | Compiling cc v1.1.30 |
427 | 2024-12-18T22:36:26.582Z | Compiling num-traits v0.2.19 |
428 | 2024-12-18T22:36:26.582Z | Checking smallvec v1.13.2 |
429 | 2024-12-18T22:36:26.582Z | Checking getrandom v0.2.15 |
430 | 2024-12-18T22:36:26.582Z | Checking bytes v1.8.0 |
431 | 2024-12-18T22:36:26.582Z | Checking ryu v1.0.18 |
432 | 2024-12-18T22:36:26.582Z | Checking futures-core v0.3.31 |
433 | 2024-12-18T22:36:26.582Z | Compiling quote v1.0.37 |
434 | 2024-12-18T22:36:26.582Z | Compiling lock_api v0.4.12 |
435 | 2024-12-18T22:36:26.582Z | Compiling byteorder v1.5.0 |
436 | 2024-12-18T22:36:26.582Z | Compiling parking_lot_core v0.9.10 |
437 | 2024-12-18T22:36:26.603Z | Compiling syn v2.0.87 |
438 | 2024-12-18T22:36:26.603Z | Compiling ahash v0.8.11 |
439 | 2024-12-18T22:36:26.604Z | Compiling schemars v0.8.21 |
440 | 2024-12-18T22:36:26.621Z | Checking scopeguard v1.2.0 |
441 | 2024-12-18T22:36:26.661Z | Compiling slab v0.4.9 |
442 | 2024-12-18T22:36:26.885Z | Checking futures-sink v0.3.31 |
443 | 2024-12-18T22:36:26.904Z | Checking log v0.4.22 |
444 | 2024-12-18T22:36:26.952Z | Checking signal-hook-registry v1.4.2 |
445 | 2024-12-18T22:36:26.981Z | Checking mio v1.0.2 |
446 | 2024-12-18T22:36:27.018Z | Checking socket2 v0.5.7 |
447 | 2024-12-18T22:36:27.133Z | Checking stable_deref_trait v1.2.0 |
448 | 2024-12-18T22:36:27.173Z | Checking parking_lot v0.12.3 |
449 | 2024-12-18T22:36:27.191Z | Compiling semver v1.0.23 |
450 | 2024-12-18T22:36:27.229Z | Checking equivalent v1.0.1 |
451 | 2024-12-18T22:36:27.333Z | Checking fnv v1.0.7 |
452 | 2024-12-18T22:36:27.393Z | Checking hashbrown v0.15.1 |
453 | 2024-12-18T22:36:27.455Z | Checking http v1.1.0 |
454 | 2024-12-18T22:36:27.473Z | Checking futures-channel v0.3.31 |
455 | 2024-12-18T22:36:27.520Z | Checking pin-utils v0.1.0 |
456 | 2024-12-18T22:36:27.553Z | Checking futures-io v0.3.31 |
457 | 2024-12-18T22:36:27.603Z | Checking futures-task v0.3.31 |
458 | 2024-12-18T22:36:27.736Z | Checking spin v0.9.8 |
459 | 2024-12-18T22:36:27.755Z | Compiling pkg-config v0.3.31 |
460 | 2024-12-18T22:36:27.815Z | Compiling vcpkg v0.2.15 |
461 | 2024-12-18T22:36:27.834Z | Checking rustls-pki-types v1.9.0 |
462 | 2024-12-18T22:36:27.947Z | Compiling heck v0.5.0 |
463 | 2024-12-18T22:36:28.133Z | Compiling ring v0.17.8 |
464 | 2024-12-18T22:36:28.417Z | Compiling httparse v1.9.5 |
465 | 2024-12-18T22:36:28.443Z | Checking litemap v0.7.3 |
466 | 2024-12-18T22:36:28.787Z | Checking writeable v0.5.5 |
467 | 2024-12-18T22:36:28.827Z | Compiling ucd-trie v0.1.7 |
468 | 2024-12-18T22:36:29.090Z | Checking iana-time-zone v0.1.61 |
469 | 2024-12-18T22:36:29.119Z | Checking untrusted v0.9.0 |
470 | 2024-12-18T22:36:29.223Z | Checking tracing-core v0.1.32 |
471 | 2024-12-18T22:36:29.286Z | Checking atomic-waker v1.1.2 |
472 | 2024-12-18T22:36:29.404Z | Checking dyn-clone v1.0.17 |
473 | 2024-12-18T22:36:29.424Z | Compiling allocator-api2 v0.2.18 |
474 | 2024-12-18T22:36:29.446Z | Compiling openssl-sys v0.9.103 |
475 | 2024-12-18T22:36:29.856Z | Checking tracing v0.1.40 |
476 | 2024-12-18T22:36:30.172Z | Checking http-body v1.0.1 |
477 | 2024-12-18T22:36:30.176Z | Checking icu_locid_transform_data v1.5.0 |
478 | 2024-12-18T22:36:30.289Z | Checking zeroize v1.8.1 |
479 | 2024-12-18T22:36:30.364Z | Checking subtle v2.6.1 |
480 | 2024-12-18T22:36:30.368Z | Checking try-lock v0.2.5 |
481 | 2024-12-18T22:36:30.514Z | Compiling uuid v1.11.0 |
482 | 2024-12-18T22:36:30.517Z | Checking want v0.3.1 |
483 | 2024-12-18T22:36:30.572Z | Compiling openssl v0.10.66 |
484 | 2024-12-18T22:36:30.591Z | Compiling slog v2.7.0 |
485 | 2024-12-18T22:36:30.703Z | Checking httpdate v1.0.3 |
486 | 2024-12-18T22:36:30.882Z | Compiling chrono v0.4.38 |
487 | 2024-12-18T22:36:30.918Z | Checking icu_properties_data v1.5.0 |
488 | 2024-12-18T22:36:30.955Z | Checking foreign-types-shared v0.1.1 |
489 | 2024-12-18T22:36:31.051Z | Checking foreign-types v0.3.2 |
490 | 2024-12-18T22:36:31.149Z | Compiling aho-corasick v1.1.3 |
491 | 2024-12-18T22:36:31.169Z | Checking write16 v1.0.0 |
492 | 2024-12-18T22:36:31.288Z | Compiling native-tls v0.2.12 |
493 | 2024-12-18T22:36:31.314Z | Compiling rustls v0.23.14 |
494 | 2024-12-18T22:36:31.609Z | Checking utf8_iter v1.0.4 |
495 | 2024-12-18T22:36:31.645Z | Checking bitflags v2.6.0 |
496 | 2024-12-18T22:36:31.886Z | Checking percent-encoding v2.3.1 |
497 | 2024-12-18T22:36:32.084Z | Checking utf16_iter v1.0.5 |
498 | 2024-12-18T22:36:32.247Z | Compiling regex-syntax v0.8.5 |
499 | 2024-12-18T22:36:32.378Z | Checking icu_normalizer_data v1.5.0 |
500 | 2024-12-18T22:36:32.428Z | Compiling typenum v1.17.0 |
501 | 2024-12-18T22:36:32.469Z | Checking tower-service v0.3.3 |
502 | 2024-12-18T22:36:32.610Z | Checking form_urlencoded v1.2.1 |
503 | 2024-12-18T22:36:32.884Z | Compiling generic-array v0.14.7 |
504 | 2024-12-18T22:36:33.193Z | Checking openssl-probe v0.1.5 |
505 | 2024-12-18T22:36:34.148Z | Compiling synstructure v0.13.1 |
506 | 2024-12-18T22:36:34.647Z | Compiling serde_derive_internals v0.29.1 |
507 | 2024-12-18T22:36:34.741Z | Checking rustls-webpki v0.102.8 |
508 | 2024-12-18T22:36:35.577Z | Compiling usdt-impl v0.5.0 |
509 | 2024-12-18T22:36:35.637Z | Checking encoding_rs v0.8.34 |
510 | 2024-12-18T22:36:35.879Z | Compiling regex-automata v0.4.8 |
511 | 2024-12-18T22:36:36.311Z | Checking powerfmt v0.2.0 |
512 | 2024-12-18T22:36:36.589Z | Compiling num-conv v0.1.0 |
513 | 2024-12-18T22:36:36.820Z | Checking mime v0.3.17 |
514 | 2024-12-18T22:36:36.870Z | Compiling time-core v0.1.2 |
515 | 2024-12-18T22:36:37.044Z | Compiling time-macros v0.2.18 |
516 | 2024-12-18T22:36:37.132Z | Checking deranged v0.3.11 |
517 | 2024-12-18T22:36:38.062Z | Compiling thread-id v4.2.2 |
518 | 2024-12-18T22:36:38.173Z | Checking rustls-pemfile v2.2.0 |
519 | 2024-12-18T22:36:38.446Z | Checking webpki-roots v0.26.6 |
520 | 2024-12-18T22:36:38.755Z | Compiling strsim v0.11.1 |
521 | 2024-12-18T22:36:39.457Z | Compiling ident_case v1.0.1 |
522 | 2024-12-18T22:36:39.512Z | Checking num_threads v0.1.7 |
523 | 2024-12-18T22:36:39.517Z | Compiling serde_derive v1.0.215 |
524 | 2024-12-18T22:36:39.594Z | Compiling zerocopy-derive v0.7.35 |
525 | 2024-12-18T22:36:39.690Z | Compiling thiserror-impl v1.0.69 |
526 | 2024-12-18T22:36:39.998Z | Compiling zerofrom-derive v0.1.4 |
527 | 2024-12-18T22:36:40.251Z | Compiling schemars_derive v0.8.21 |
528 | 2024-12-18T22:36:40.438Z | Compiling tokio-macros v2.4.0 |
529 | 2024-12-18T22:36:41.631Z | Compiling zerocopy v0.7.35 |
530 | 2024-12-18T22:36:42.545Z | Compiling yoke-derive v0.7.4 |
531 | 2024-12-18T22:36:42.639Z | Checking tokio v1.40.0 |
532 | 2024-12-18T22:36:43.176Z | Compiling zerovec-derive v0.10.3 |
533 | 2024-12-18T22:36:43.239Z | Compiling futures-macro v0.3.31 |
534 | 2024-12-18T22:36:47.229Z | Compiling displaydoc v0.2.5 |
535 | 2024-12-18T22:36:47.250Z | Checking zerofrom v0.1.4 |
536 | 2024-12-18T22:36:47.251Z | Compiling pest v2.7.14 |
537 | 2024-12-18T22:36:47.251Z | Compiling icu_provider_macros v1.5.0 |
538 | 2024-12-18T22:36:47.251Z | Compiling hashbrown v0.14.5 |
539 | 2024-12-18T22:36:47.251Z | Checking futures-util v0.3.31 |
540 | 2024-12-18T22:36:47.251Z | Checking yoke v0.7.4 |
541 | 2024-12-18T22:36:47.251Z | Compiling openssl-macros v0.1.1 |
542 | 2024-12-18T22:36:47.251Z | Checking zerovec v0.10.4 |
543 | 2024-12-18T22:36:47.251Z | Compiling pest_meta v2.7.14 |
544 | 2024-12-18T22:36:47.251Z | Compiling regress v0.10.1 |
545 | 2024-12-18T22:36:47.265Z | Checking tinystr v0.7.6 |
546 | 2024-12-18T22:36:47.645Z | Checking icu_locid v1.5.0 |
547 | 2024-12-18T22:36:48.622Z | Checking icu_provider v1.5.0 |
548 | 2024-12-18T22:36:49.302Z | Checking icu_locid_transform v1.5.0 |
549 | 2024-12-18T22:36:49.890Z | Checking tokio-util v0.7.12 |
550 | 2024-12-18T22:36:50.284Z | Compiling pest_generator v2.7.14 |
551 | 2024-12-18T22:36:50.312Z | Checking icu_collections v1.5.0 |
552 | 2024-12-18T22:36:50.402Z | Checking http-body-util v0.1.2 |
553 | 2024-12-18T22:36:50.715Z | Compiling regex v1.11.1 |
554 | 2024-12-18T22:36:50.847Z | Compiling scroll_derive v0.12.0 |
555 | 2024-12-18T22:36:50.969Z | Checking icu_properties v1.5.1 |
556 | 2024-12-18T22:36:51.071Z | Checking tokio-rustls v0.26.0 |
557 | 2024-12-18T22:36:51.698Z | Compiling crossbeam-utils v0.8.20 |
558 | 2024-12-18T22:36:52.029Z | Compiling pest_derive v2.7.14 |
559 | 2024-12-18T22:36:52.144Z | Checking indexmap v2.6.0 |
560 | 2024-12-18T22:36:53.058Z | Compiling serde_tokenstream v0.2.2 |
561 | 2024-12-18T22:36:53.415Z | Checking h2 v0.4.6 |
562 | 2024-12-18T22:36:53.799Z | Checking tokio-native-tls v0.3.1 |
563 | 2024-12-18T22:36:54.049Z | Compiling dtrace-parser v0.2.0 |
564 | 2024-12-18T22:36:54.054Z | Checking scroll v0.12.0 |
565 | 2024-12-18T22:36:54.114Z | Checking icu_normalizer v1.5.0 |
566 | 2024-12-18T22:36:54.525Z | Checking serde_urlencoded v0.7.1 |
567 | 2024-12-18T22:36:54.947Z | Checking idna_adapter v1.2.0 |
568 | 2024-12-18T22:36:55.001Z | Compiling dof v0.3.0 |
569 | 2024-12-18T22:36:55.084Z | Checking base64 v0.22.1 |
570 | 2024-12-18T22:36:55.135Z | Checking idna v1.0.3 |
571 | 2024-12-18T22:36:55.577Z | Checking plain v0.2.3 |
572 | 2024-12-18T22:36:55.635Z | Checking url v2.5.3 |
573 | 2024-12-18T22:36:55.693Z | Checking time v0.3.36 |
574 | 2024-12-18T22:36:55.728Z | Checking goblin v0.8.2 |
575 | 2024-12-18T22:36:55.846Z | Compiling openapiv3 v2.0.0 |
576 | 2024-12-18T22:36:55.975Z | Checking typify-impl v0.2.0 |
577 | 2024-12-18T22:36:57.525Z | Checking hyper v1.5.0 |
578 | 2024-12-18T22:36:58.748Z | Compiling darling_core v0.20.10 |
579 | 2024-12-18T22:36:59.617Z | Checking hyper-util v0.1.10 |
580 | 2024-12-18T22:36:59.872Z | Checking sync_wrapper v1.0.1 |
581 | 2024-12-18T22:36:59.982Z | Checking dirs-sys-next v0.1.2 |
582 | 2024-12-18T22:37:00.123Z | Compiling unsafe-libyaml v0.2.11 |
583 | 2024-12-18T22:37:00.162Z | Compiling paste v1.0.15 |
584 | 2024-12-18T22:37:00.368Z | Checking ipnet v2.10.1 |
585 | 2024-12-18T22:37:00.673Z | Compiling omicron-workspace-hack v0.1.0 |
586 | 2024-12-18T22:37:00.714Z | Compiling rustls v0.22.4 |
587 | 2024-12-18T22:37:00.766Z | Compiling rustversion v1.0.17 |
588 | 2024-12-18T22:37:00.814Z | Checking pretty-hex v0.4.1 |
589 | 2024-12-18T22:37:01.096Z | Checking dirs-next v2.0.0 |
590 | 2024-12-18T22:37:01.274Z | Checking hyper-rustls v0.27.3 |
591 | 2024-12-18T22:37:01.421Z | Checking hyper-tls v0.6.0 |
592 | 2024-12-18T22:37:01.599Z | Compiling serde_yaml v0.9.34+deprecated |
593 | 2024-12-18T22:37:01.638Z | Checking serde_spanned v0.6.8 |
594 | 2024-12-18T22:37:01.659Z | Checking toml_datetime v0.6.8 |
595 | 2024-12-18T22:37:01.687Z | Checking reqwest v0.12.9 |
596 | 2024-12-18T22:37:01.827Z | Checking ppv-lite86 v0.2.20 |
597 | 2024-12-18T22:37:01.856Z | Compiling structmeta-derive v0.3.0 |
598 | 2024-12-18T22:37:01.913Z | Checking block-buffer v0.10.4 |
599 | 2024-12-18T22:37:01.930Z | Checking crypto-common v0.1.6 |
600 | 2024-12-18T22:37:02.094Z | Checking rand_core v0.6.4 |
601 | 2024-12-18T22:37:02.222Z | Checking thread_local v1.1.8 |
602 | 2024-12-18T22:37:02.389Z | Compiling multer v3.1.0 |
603 | 2024-12-18T22:37:02.523Z | Compiling slog-async v2.8.0 |
604 | 2024-12-18T22:37:02.590Z | Checking winnow v0.6.20 |
605 | 2024-12-18T22:37:02.708Z | Compiling newtype-uuid v1.1.3 |
606 | 2024-12-18T22:37:03.005Z | Checking match_cfg v0.1.0 |
607 | 2024-12-18T22:37:03.024Z | Compiling anyhow v1.0.93 |
608 | 2024-12-18T22:37:03.096Z | Compiling camino v1.1.9 |
609 | 2024-12-18T22:37:03.171Z | Checking progenitor-client v0.8.0 |
610 | 2024-12-18T22:37:03.501Z | Checking hostname v0.3.1 |
611 | 2024-12-18T22:37:03.755Z | Checking rand_chacha v0.3.1 |
612 | 2024-12-18T22:37:03.978Z | Checking digest v0.10.7 |
613 | 2024-12-18T22:37:04.092Z | Checking crossbeam-channel v0.5.13 |
614 | 2024-12-18T22:37:04.333Z | Checking term v0.7.0 |
615 | 2024-12-18T22:37:04.442Z | Compiling structmeta v0.3.0 |
616 | 2024-12-18T22:37:04.723Z | Compiling darling_macro v0.20.10 |
617 | 2024-12-18T22:37:04.836Z | Checking slog-json v2.6.1 |
618 | 2024-12-18T22:37:05.090Z | Compiling usdt-attr-macro v0.5.0 |
619 | 2024-12-18T22:37:05.216Z | Compiling usdt-macro v0.5.0 |
620 | 2024-12-18T22:37:05.520Z | Checking futures-executor v0.3.31 |
621 | 2024-12-18T22:37:05.647Z | Checking toml_edit v0.22.22 |
622 | 2024-12-18T22:37:05.675Z | Compiling darling v0.20.10 |
623 | 2024-12-18T22:37:05.742Z | Compiling async-stream-impl v0.3.6 |
624 | 2024-12-18T22:37:05.789Z | Checking memmap v0.7.0 |
625 | 2024-12-18T22:37:05.830Z | Checking is-terminal v0.4.13 |
626 | 2024-12-18T22:37:05.959Z | Compiling dropshot v0.13.0 |
627 | 2024-12-18T22:37:06.000Z | Checking cpufeatures v0.2.14 |
628 | 2024-12-18T22:37:06.094Z | Checking take_mut v0.2.2 |
629 | 2024-12-18T22:37:06.363Z | Checking sha1 v0.10.6 |
630 | 2024-12-18T22:37:06.436Z | Checking slog-term v2.9.1 |
631 | 2024-12-18T22:37:06.489Z | Checking usdt v0.5.0 |
632 | 2024-12-18T22:37:06.546Z | Compiling serde_with_macros v3.11.0 |
633 | 2024-12-18T22:37:06.635Z | Checking futures v0.3.31 |
634 | 2024-12-18T22:37:06.716Z | Compiling strum_macros v0.26.4 |
635 | 2024-12-18T22:37:06.741Z | Checking slog-bunyan v2.5.0 |
636 | 2024-12-18T22:37:06.895Z | Compiling parse-display-derive v0.10.0 |
637 | 2024-12-18T22:37:06.926Z | Checking rand v0.8.5 |
638 | 2024-12-18T22:37:06.984Z | Checking async-stream v0.3.6 |
639 | 2024-12-18T22:37:08.153Z | Checking toml v0.8.19 |
640 | 2024-12-18T22:37:08.372Z | Checking tokio-rustls v0.25.0 |
641 | 2024-12-18T22:37:08.547Z | Checking ipnetwork v0.20.0 |
642 | 2024-12-18T22:37:08.574Z | Compiling dropshot_endpoint v0.13.0 |
643 | 2024-12-18T22:37:08.730Z | Checking serde_path_to_error v0.1.16 |
644 | 2024-12-18T22:37:08.889Z | Checking hex v0.4.3 |
645 | 2024-12-18T22:37:08.911Z | Compiling async-trait v0.1.83 |
646 | 2024-12-18T22:37:09.142Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
647 | 2024-12-18T22:37:09.370Z | Checking waitgroup v0.1.2 |
648 | 2024-12-18T22:37:09.442Z | Checking hostname v0.4.0 |
649 | 2024-12-18T22:37:09.504Z | Checking instant v0.1.13 |
650 | 2024-12-18T22:37:09.579Z | Checking debug-ignore v1.0.5 |
651 | 2024-12-18T22:37:09.620Z | Checking backoff v0.4.0 |
652 | 2024-12-18T22:37:09.707Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
653 | 2024-12-18T22:37:09.866Z | Checking serde_with v3.11.0 |
654 | 2024-12-18T22:37:09.907Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
655 | 2024-12-18T22:37:09.927Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
656 | 2024-12-18T22:37:10.072Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
657 | 2024-12-18T22:37:10.245Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
658 | 2024-12-18T22:37:10.614Z | Checking macaddr v1.0.1 |
659 | 2024-12-18T22:37:10.769Z | Checking parse-display v0.10.0 |
660 | 2024-12-18T22:37:10.815Z | Compiling typify-macro v0.2.0 |
661 | 2024-12-18T22:37:10.942Z | Checking regress v0.9.1 |
662 | 2024-12-18T22:37:11.055Z | Checking strum v0.26.3 |
663 | 2024-12-18T22:37:12.834Z | Compiling typify v0.2.0 |
664 | 2024-12-18T22:37:12.906Z | Compiling progenitor-impl v0.8.0 |
665 | 2024-12-18T22:37:15.406Z | Compiling progenitor-macro v0.8.0 |
666 | 2024-12-18T22:37:19.549Z | Checking progenitor v0.8.0 |
667 | 2024-12-18T22:37:19.668Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
668 | 2024-12-18T22:37:22.481Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
669 | 2024-12-18T22:37:29.961Z | Checking test-project v0.1.0 (/tmp/test-project) |
670 | 2024-12-18T22:37:30.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
671 | 2024-12-18T22:37:30.347Z | + cargo build --release |
672 | 2024-12-18T22:37:30.598Z | Compiling proc-macro2 v1.0.89 |
673 | 2024-12-18T22:37:30.599Z | Compiling unicode-ident v1.0.13 |
674 | 2024-12-18T22:37:30.599Z | Compiling libc v0.2.162 |
675 | 2024-12-18T22:37:30.599Z | Compiling cfg-if v1.0.0 |
676 | 2024-12-18T22:37:30.599Z | Compiling autocfg v1.4.0 |
677 | 2024-12-18T22:37:30.599Z | Compiling version_check v0.9.5 |
678 | 2024-12-18T22:37:30.599Z | Compiling serde v1.0.215 |
679 | 2024-12-18T22:37:30.599Z | Compiling memchr v2.7.4 |
680 | 2024-12-18T22:37:30.703Z | Compiling serde_json v1.0.132 |
681 | 2024-12-18T22:37:30.811Z | Compiling itoa v1.0.11 |
682 | 2024-12-18T22:37:31.019Z | Compiling thiserror v1.0.69 |
683 | 2024-12-18T22:37:31.173Z | Compiling once_cell v1.20.2 |
684 | 2024-12-18T22:37:31.291Z | Compiling shlex v1.3.0 |
685 | 2024-12-18T22:37:31.539Z | Compiling cc v1.1.30 |
686 | 2024-12-18T22:37:31.632Z | Compiling num-traits v0.2.19 |
687 | 2024-12-18T22:37:31.915Z | Compiling pin-project-lite v0.2.14 |
688 | 2024-12-18T22:37:31.954Z | Compiling smallvec v1.13.2 |
689 | 2024-12-18T22:37:32.014Z | Compiling getrandom v0.2.15 |
690 | 2024-12-18T22:37:32.093Z | Compiling ryu v1.0.18 |
691 | 2024-12-18T22:37:32.286Z | Compiling quote v1.0.37 |
692 | 2024-12-18T22:37:32.340Z | Compiling bytes v1.8.0 |
693 | 2024-12-18T22:37:32.442Z | Compiling futures-core v0.3.31 |
694 | 2024-12-18T22:37:32.635Z | Compiling lock_api v0.4.12 |
695 | 2024-12-18T22:37:32.647Z | Compiling syn v2.0.87 |
696 | 2024-12-18T22:37:32.647Z | Compiling ahash v0.8.11 |
697 | 2024-12-18T22:37:32.898Z | Compiling schemars v0.8.21 |
698 | 2024-12-18T22:37:32.946Z | Compiling byteorder v1.5.0 |
699 | 2024-12-18T22:37:33.019Z | Compiling parking_lot_core v0.9.10 |
700 | 2024-12-18T22:37:33.265Z | Compiling scopeguard v1.2.0 |
701 | 2024-12-18T22:37:33.361Z | Compiling slab v0.4.9 |
702 | 2024-12-18T22:37:33.399Z | Compiling futures-sink v0.3.31 |
703 | 2024-12-18T22:37:33.534Z | Compiling log v0.4.22 |
704 | 2024-12-18T22:37:33.801Z | Compiling parking_lot v0.12.3 |
705 | 2024-12-18T22:37:33.809Z | Compiling socket2 v0.5.7 |
706 | 2024-12-18T22:37:33.839Z | Compiling signal-hook-registry v1.4.2 |
707 | 2024-12-18T22:37:33.998Z | Compiling mio v1.0.2 |
708 | 2024-12-18T22:37:34.135Z | Compiling semver v1.0.23 |
709 | 2024-12-18T22:37:34.233Z | Compiling stable_deref_trait v1.2.0 |
710 | 2024-12-18T22:37:34.471Z | Compiling ring v0.17.8 |
711 | 2024-12-18T22:37:34.606Z | Compiling hashbrown v0.15.1 |
712 | 2024-12-18T22:37:34.634Z | Compiling fnv v1.0.7 |
713 | 2024-12-18T22:37:34.770Z | Compiling equivalent v1.0.1 |
714 | 2024-12-18T22:37:34.866Z | Compiling http v1.1.0 |
715 | 2024-12-18T22:37:35.387Z | Compiling futures-channel v0.3.31 |
716 | 2024-12-18T22:37:35.424Z | Compiling futures-task v0.3.31 |
717 | 2024-12-18T22:37:35.584Z | Compiling futures-io v0.3.31 |
718 | 2024-12-18T22:37:35.702Z | Compiling pin-utils v0.1.0 |
719 | 2024-12-18T22:37:35.842Z | Compiling spin v0.9.8 |
720 | 2024-12-18T22:37:35.890Z | Compiling vcpkg v0.2.15 |
721 | 2024-12-18T22:37:35.893Z | Compiling pkg-config v0.3.31 |
722 | 2024-12-18T22:37:35.976Z | Compiling heck v0.5.0 |
723 | 2024-12-18T22:37:36.039Z | Compiling rustls-pki-types v1.9.0 |
724 | 2024-12-18T22:37:37.042Z | Compiling litemap v0.7.3 |
725 | 2024-12-18T22:37:37.077Z | Compiling ucd-trie v0.1.7 |
726 | 2024-12-18T22:37:37.479Z | Compiling httparse v1.9.5 |
727 | 2024-12-18T22:37:37.514Z | Compiling openssl-sys v0.9.103 |
728 | 2024-12-18T22:37:37.520Z | Compiling iana-time-zone v0.1.61 |
729 | 2024-12-18T22:37:37.868Z | Compiling untrusted v0.9.0 |
730 | 2024-12-18T22:37:38.044Z | Compiling writeable v0.5.5 |
731 | 2024-12-18T22:37:38.240Z | Compiling tracing-core v0.1.32 |
732 | 2024-12-18T22:37:38.584Z | Compiling dyn-clone v1.0.17 |
733 | 2024-12-18T22:37:38.613Z | Compiling allocator-api2 v0.2.18 |
734 | 2024-12-18T22:37:38.962Z | Compiling atomic-waker v1.1.2 |
735 | 2024-12-18T22:37:39.135Z | Compiling tracing v0.1.40 |
736 | 2024-12-18T22:37:39.530Z | Compiling http-body v1.0.1 |
737 | 2024-12-18T22:37:39.823Z | Compiling icu_locid_transform_data v1.5.0 |
738 | 2024-12-18T22:37:39.880Z | Compiling chrono v0.4.38 |
739 | 2024-12-18T22:37:39.902Z | Compiling uuid v1.11.0 |
740 | 2024-12-18T22:37:39.960Z | Compiling try-lock v0.2.5 |
741 | 2024-12-18T22:37:40.105Z | Compiling zeroize v1.8.1 |
742 | 2024-12-18T22:37:40.390Z | Compiling synstructure v0.13.1 |
743 | 2024-12-18T22:37:40.440Z | Compiling serde_derive_internals v0.29.1 |
744 | 2024-12-18T22:37:40.503Z | Compiling subtle v2.6.1 |
745 | 2024-12-18T22:37:40.635Z | Compiling want v0.3.1 |
746 | 2024-12-18T22:37:40.972Z | Compiling icu_properties_data v1.5.0 |
747 | 2024-12-18T22:37:41.217Z | Compiling httpdate v1.0.3 |
748 | 2024-12-18T22:37:41.770Z | Compiling slog v2.7.0 |
749 | 2024-12-18T22:37:41.942Z | Compiling foreign-types-shared v0.1.1 |
750 | 2024-12-18T22:37:42.036Z | Compiling openssl v0.10.66 |
751 | 2024-12-18T22:37:42.216Z | Compiling foreign-types v0.3.2 |
752 | 2024-12-18T22:37:42.479Z | Compiling aho-corasick v1.1.3 |
753 | 2024-12-18T22:37:42.601Z | Compiling rustls v0.23.14 |
754 | 2024-12-18T22:37:42.821Z | Compiling native-tls v0.2.12 |
755 | 2024-12-18T22:37:42.901Z | Compiling utf8_iter v1.0.4 |
756 | 2024-12-18T22:37:43.151Z | Compiling bitflags v2.6.0 |
757 | 2024-12-18T22:37:43.173Z | Compiling regex-syntax v0.8.5 |
758 | 2024-12-18T22:37:43.498Z | Compiling icu_normalizer_data v1.5.0 |
759 | 2024-12-18T22:37:43.588Z | Compiling tower-service v0.3.3 |
760 | 2024-12-18T22:37:43.693Z | Compiling percent-encoding v2.3.1 |
761 | 2024-12-18T22:37:44.151Z | Compiling write16 v1.0.0 |
762 | 2024-12-18T22:37:44.272Z | Compiling utf16_iter v1.0.5 |
763 | 2024-12-18T22:37:44.468Z | Compiling typenum v1.17.0 |
764 | 2024-12-18T22:37:44.495Z | Compiling form_urlencoded v1.2.1 |
765 | 2024-12-18T22:37:45.044Z | Compiling generic-array v0.14.7 |
766 | 2024-12-18T22:37:45.420Z | Compiling openssl-probe v0.1.5 |
767 | 2024-12-18T22:37:45.813Z | Compiling serde_derive v1.0.215 |
768 | 2024-12-18T22:37:45.947Z | Compiling zerocopy-derive v0.7.35 |
769 | 2024-12-18T22:37:46.736Z | Compiling thiserror-impl v1.0.69 |
770 | 2024-12-18T22:37:46.768Z | Compiling zerofrom-derive v0.1.4 |
771 | 2024-12-18T22:37:47.019Z | Compiling schemars_derive v0.8.21 |
772 | 2024-12-18T22:37:48.014Z | Compiling zerocopy v0.7.35 |
773 | 2024-12-18T22:37:49.725Z | Compiling yoke-derive v0.7.4 |
774 | 2024-12-18T22:37:49.766Z | Compiling tokio-macros v2.4.0 |
775 | 2024-12-18T22:37:50.072Z | Compiling zerovec-derive v0.10.3 |
776 | 2024-12-18T22:37:50.345Z | Compiling zerofrom v0.1.4 |
777 | 2024-12-18T22:37:50.574Z | Compiling displaydoc v0.2.5 |
778 | 2024-12-18T22:37:50.683Z | Compiling futures-macro v0.3.31 |
779 | 2024-12-18T22:37:51.306Z | Compiling tokio v1.40.0 |
780 | 2024-12-18T22:37:52.161Z | Compiling pest v2.7.14 |
781 | 2024-12-18T22:37:52.347Z | Compiling yoke v0.7.4 |
782 | 2024-12-18T22:37:52.596Z | Compiling futures-util v0.3.31 |
783 | 2024-12-18T22:37:52.699Z | Compiling zerovec v0.10.4 |
784 | 2024-12-18T22:37:52.788Z | Compiling icu_provider_macros v1.5.0 |
785 | 2024-12-18T22:37:53.855Z | Compiling hashbrown v0.14.5 |
786 | 2024-12-18T22:37:57.631Z | Compiling tinystr v0.7.6 |
787 | 2024-12-18T22:37:57.684Z | Compiling pest_meta v2.7.14 |
788 | 2024-12-18T22:37:57.684Z | Compiling icu_locid v1.5.0 |
789 | 2024-12-18T22:37:57.684Z | Compiling rustls-webpki v0.102.8 |
790 | 2024-12-18T22:37:59.329Z | Compiling serde_tokenstream v0.2.2 |
791 | 2024-12-18T22:37:59.926Z | Compiling indexmap v2.6.0 |
792 | 2024-12-18T22:38:01.662Z | Compiling tokio-util v0.7.12 |
793 | 2024-12-18T22:38:01.818Z | Compiling icu_provider v1.5.0 |
794 | 2024-12-18T22:38:03.979Z | Compiling h2 v0.4.6 |
795 | 2024-12-18T22:38:04.088Z | Compiling icu_locid_transform v1.5.0 |
796 | 2024-12-18T22:38:05.309Z | Compiling pest_generator v2.7.14 |
797 | 2024-12-18T22:38:06.294Z | Compiling regress v0.10.1 |
798 | 2024-12-18T22:38:07.155Z | Compiling icu_collections v1.5.0 |
799 | 2024-12-18T22:38:09.056Z | Compiling icu_properties v1.5.1 |
800 | 2024-12-18T22:38:09.943Z | Compiling hyper v1.5.0 |
801 | 2024-12-18T22:38:10.162Z | Compiling pest_derive v2.7.14 |
802 | 2024-12-18T22:38:11.102Z | Compiling typify-impl v0.2.0 |
803 | 2024-12-18T22:38:11.844Z | Compiling openssl-macros v0.1.1 |
804 | 2024-12-18T22:38:15.332Z | Compiling hyper-util v0.1.10 |
805 | 2024-12-18T22:38:15.575Z | Compiling icu_normalizer v1.5.0 |
806 | 2024-12-18T22:38:20.532Z | Compiling regex-automata v0.4.8 |
807 | 2024-12-18T22:38:21.209Z | Compiling idna_adapter v1.2.0 |
808 | 2024-12-18T22:38:21.847Z | Compiling http-body-util v0.1.2 |
809 | 2024-12-18T22:38:22.392Z | Compiling scroll_derive v0.12.0 |
810 | 2024-12-18T22:38:23.219Z | Compiling typify-macro v0.2.0 |
811 | 2024-12-18T22:38:23.638Z | Compiling usdt-impl v0.5.0 |
812 | 2024-12-18T22:38:23.870Z | Compiling encoding_rs v0.8.34 |
813 | 2024-12-18T22:38:26.911Z | Compiling regex v1.11.1 |
814 | 2024-12-18T22:38:26.963Z | Compiling num-conv v0.1.0 |
815 | 2024-12-18T22:38:27.231Z | Compiling powerfmt v0.2.0 |
816 | 2024-12-18T22:38:27.707Z | Compiling time-core v0.1.2 |
817 | 2024-12-18T22:38:27.860Z | Compiling mime v0.3.17 |
818 | 2024-12-18T22:38:27.888Z | Compiling time-macros v0.2.18 |
819 | 2024-12-18T22:38:28.308Z | Compiling tokio-rustls v0.26.0 |
820 | 2024-12-18T22:38:28.921Z | Compiling deranged v0.3.11 |
821 | 2024-12-18T22:38:31.004Z | Compiling scroll v0.12.0 |
822 | 2024-12-18T22:38:31.615Z | Compiling thread-id v4.2.2 |
823 | 2024-12-18T22:38:32.803Z | Compiling idna v1.0.3 |
824 | 2024-12-18T22:38:34.628Z | Compiling tokio-native-tls v0.3.1 |
825 | 2024-12-18T22:38:34.903Z | Compiling dtrace-parser v0.2.0 |
826 | 2024-12-18T22:38:36.649Z | Compiling dof v0.3.0 |
827 | 2024-12-18T22:38:37.498Z | Compiling serde_urlencoded v0.7.1 |
828 | 2024-12-18T22:38:37.867Z | Compiling rustls-pemfile v2.2.0 |
829 | 2024-12-18T22:38:38.078Z | Compiling webpki-roots v0.26.6 |
830 | 2024-12-18T22:38:38.278Z | Compiling strsim v0.11.1 |
831 | 2024-12-18T22:38:38.318Z | Compiling base64 v0.22.1 |
832 | 2024-12-18T22:38:38.975Z | Compiling ident_case v1.0.1 |
833 | 2024-12-18T22:38:39.317Z | Compiling num_threads v0.1.7 |
834 | 2024-12-18T22:38:39.657Z | Compiling omicron-workspace-hack v0.1.0 |
835 | 2024-12-18T22:38:39.951Z | Compiling plain v0.2.3 |
836 | 2024-12-18T22:38:40.105Z | Compiling crossbeam-utils v0.8.20 |
837 | 2024-12-18T22:38:40.219Z | Compiling goblin v0.8.2 |
838 | 2024-12-18T22:38:40.683Z | Compiling time v0.3.36 |
839 | 2024-12-18T22:38:43.834Z | Compiling darling_core v0.20.10 |
840 | 2024-12-18T22:38:44.987Z | Compiling hyper-rustls v0.27.3 |
841 | 2024-12-18T22:38:47.790Z | Compiling hyper-tls v0.6.0 |
842 | 2024-12-18T22:38:48.283Z | Compiling url v2.5.3 |
843 | 2024-12-18T22:38:49.914Z | Compiling typify v0.2.0 |
844 | 2024-12-18T22:38:50.032Z | Compiling openapiv3 v2.0.0 |
845 | 2024-12-18T22:38:52.385Z | Compiling sync_wrapper v1.0.1 |
846 | 2024-12-18T22:38:52.522Z | Compiling dirs-sys-next v0.1.2 |
847 | 2024-12-18T22:38:53.969Z | Compiling paste v1.0.15 |
848 | 2024-12-18T22:38:54.114Z | Compiling rustversion v1.0.17 |
849 | 2024-12-18T22:38:54.354Z | Compiling rustls v0.22.4 |
850 | 2024-12-18T22:38:54.458Z | Compiling ipnet v2.10.1 |
851 | 2024-12-18T22:38:54.646Z | Compiling pretty-hex v0.4.1 |
852 | 2024-12-18T22:38:54.766Z | Compiling unsafe-libyaml v0.2.11 |
853 | 2024-12-18T22:38:56.513Z | Compiling serde_yaml v0.9.34+deprecated |
854 | 2024-12-18T22:38:56.569Z | Compiling reqwest v0.12.9 |
855 | 2024-12-18T22:38:57.777Z | Compiling progenitor-impl v0.8.0 |
856 | 2024-12-18T22:38:59.364Z | Compiling dirs-next v2.0.0 |
857 | 2024-12-18T22:38:59.618Z | Compiling darling_macro v0.20.10 |
858 | 2024-12-18T22:39:01.357Z | Compiling crypto-common v0.1.6 |
859 | 2024-12-18T22:39:01.557Z | Compiling block-buffer v0.10.4 |
860 | 2024-12-18T22:39:01.783Z | Compiling toml_datetime v0.6.8 |
861 | 2024-12-18T22:39:02.431Z | Compiling serde_spanned v0.6.8 |
862 | 2024-12-18T22:39:02.461Z | Compiling ppv-lite86 v0.2.20 |
863 | 2024-12-18T22:39:02.658Z | Compiling structmeta-derive v0.3.0 |
864 | 2024-12-18T22:39:03.375Z | Compiling rand_core v0.6.4 |
865 | 2024-12-18T22:39:03.946Z | Compiling thread_local v1.1.8 |
866 | 2024-12-18T22:39:04.384Z | Compiling multer v3.1.0 |
867 | 2024-12-18T22:39:04.655Z | Compiling newtype-uuid v1.1.3 |
868 | 2024-12-18T22:39:04.682Z | Compiling anyhow v1.0.93 |
869 | 2024-12-18T22:39:04.713Z | Compiling camino v1.1.9 |
870 | 2024-12-18T22:39:04.963Z | Compiling winnow v0.6.20 |
871 | 2024-12-18T22:39:05.245Z | Compiling slog-async v2.8.0 |
872 | 2024-12-18T22:39:05.252Z | Compiling match_cfg v0.1.0 |
873 | 2024-12-18T22:39:05.334Z | Compiling hostname v0.3.1 |
874 | 2024-12-18T22:39:05.355Z | Compiling structmeta v0.3.0 |
875 | 2024-12-18T22:39:05.780Z | Compiling progenitor-macro v0.8.0 |
876 | 2024-12-18T22:39:05.903Z | Compiling rand_chacha v0.3.1 |
877 | 2024-12-18T22:39:06.157Z | Compiling digest v0.10.7 |
878 | 2024-12-18T22:39:06.569Z | Compiling crossbeam-channel v0.5.13 |
879 | 2024-12-18T22:39:06.757Z | Compiling darling v0.20.10 |
880 | 2024-12-18T22:39:07.621Z | Compiling term v0.7.0 |
881 | 2024-12-18T22:39:08.129Z | Compiling progenitor-client v0.8.0 |
882 | 2024-12-18T22:39:09.046Z | Compiling toml_edit v0.22.22 |
883 | 2024-12-18T22:39:13.436Z | Compiling usdt-macro v0.5.0 |
884 | 2024-12-18T22:39:14.752Z | Compiling usdt-attr-macro v0.5.0 |
885 | 2024-12-18T22:39:16.237Z | Compiling slog-json v2.6.1 |
886 | 2024-12-18T22:39:16.668Z | Compiling futures-executor v0.3.31 |
887 | 2024-12-18T22:39:16.853Z | Compiling async-stream-impl v0.3.6 |
888 | 2024-12-18T22:39:17.767Z | Compiling is-terminal v0.4.13 |
889 | 2024-12-18T22:39:17.879Z | Compiling memmap v0.7.0 |
890 | 2024-12-18T22:39:18.239Z | Compiling dropshot v0.13.0 |
891 | 2024-12-18T22:39:18.327Z | Compiling cpufeatures v0.2.14 |
892 | 2024-12-18T22:39:18.413Z | Compiling take_mut v0.2.2 |
893 | 2024-12-18T22:39:18.622Z | Compiling sha1 v0.10.6 |
894 | 2024-12-18T22:39:18.652Z | Compiling progenitor v0.8.0 |
895 | 2024-12-18T22:39:18.863Z | Compiling async-stream v0.3.6 |
896 | 2024-12-18T22:39:19.166Z | Compiling usdt v0.5.0 |
897 | 2024-12-18T22:39:19.394Z | Compiling slog-term v2.9.1 |
898 | 2024-12-18T22:39:20.738Z | Compiling futures v0.3.31 |
899 | 2024-12-18T22:39:20.931Z | Compiling slog-bunyan v2.5.0 |
900 | 2024-12-18T22:39:21.192Z | Compiling tokio-rustls v0.25.0 |
901 | 2024-12-18T22:39:21.622Z | Compiling strum_macros v0.26.4 |
902 | 2024-12-18T22:39:21.938Z | Compiling toml v0.8.19 |
903 | 2024-12-18T22:39:22.321Z | Compiling serde_with_macros v3.11.0 |
904 | 2024-12-18T22:39:24.960Z | Compiling rand v0.8.5 |
905 | 2024-12-18T22:39:29.220Z | Compiling parse-display-derive v0.10.0 |
906 | 2024-12-18T22:39:29.434Z | Compiling ipnetwork v0.20.0 |
907 | 2024-12-18T22:39:29.537Z | Compiling dropshot_endpoint v0.13.0 |
908 | 2024-12-18T22:39:31.961Z | Compiling serde_path_to_error v0.1.16 |
909 | 2024-12-18T22:39:32.999Z | Compiling hex v0.4.3 |
910 | 2024-12-18T22:39:33.209Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
911 | 2024-12-18T22:39:33.693Z | Compiling async-trait v0.1.83 |
912 | 2024-12-18T22:39:33.939Z | Compiling waitgroup v0.1.2 |
913 | 2024-12-18T22:39:34.002Z | Compiling hostname v0.4.0 |
914 | 2024-12-18T22:39:34.160Z | Compiling instant v0.1.13 |
915 | 2024-12-18T22:39:34.236Z | Compiling debug-ignore v1.0.5 |
916 | 2024-12-18T22:39:34.307Z | Compiling backoff v0.4.0 |
917 | 2024-12-18T22:39:34.369Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
918 | 2024-12-18T22:39:34.448Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
919 | 2024-12-18T22:39:34.573Z | Compiling parse-display v0.10.0 |
920 | 2024-12-18T22:39:34.606Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
921 | 2024-12-18T22:39:34.727Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
922 | 2024-12-18T22:39:35.316Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
923 | 2024-12-18T22:39:36.740Z | Compiling strum v0.26.3 |
924 | 2024-12-18T22:39:36.911Z | Compiling serde_with v3.11.0 |
925 | 2024-12-18T22:39:39.621Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
926 | 2024-12-18T22:39:40.309Z | Compiling regress v0.9.1 |
927 | 2024-12-18T22:39:40.428Z | Compiling macaddr v1.0.1 |
928 | 2024-12-18T22:39:45.931Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
929 | 2024-12-18T22:39:56.090Z | Compiling test-project v0.1.0 (/tmp/test-project) |
930 | 2024-12-18T22:40:06.007Z | Finished `release` profile [optimized] target(s) in 2m 35s |
931 | 2024-12-18T22:40:06.071Z | process exited: duration 234381 ms, exit code 0 |
|
932 | 2024-12-18T22:40:06.078Z | found 0 output files |