|
|
|
1 | 2024-12-21T02:24:52.526Z | job assigned to worker 01JFKGEQ4V4Y9ZMFPHJTPE1EAC [factory aws, i-0ec136e928621d115] (queued for 58 s) |
|
2 | 2024-12-21T02:25:00.178Z | starting task 0: "setup" |
3 | 2024-12-21T02:25:00.188Z | ++ uname -s |
4 | 2024-12-21T02:25:00.192Z | + kern=SunOS |
5 | 2024-12-21T02:25:00.192Z | + case "$kern" in |
6 | 2024-12-21T02:25:00.192Z | + groupadd -g 12345 build |
7 | 2024-12-21T02:25:00.194Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-21T02:25:02.201Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-21T02:25:02.374Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-21T02:25:02.377Z | + home_fs=zfs |
11 | 2024-12-21T02:25:02.377Z | + [[ zfs == autofs ]] |
12 | 2024-12-21T02:25:02.378Z | + mkdir -p /home/build |
13 | 2024-12-21T02:25:02.378Z | + chown build:build /home/build /work |
14 | 2024-12-21T02:25:04.379Z | + chmod 0700 /home/build /work |
15 | 2024-12-21T02:25:04.382Z | process exited: duration 4203 ms, exit code 0 |
|
16 | 2024-12-21T02:25:04.389Z | starting task 1: "rust-toolchain" |
17 | 2024-12-21T02:25:04.394Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-21T02:25:04.394Z | ' 1.81.0 |
19 | 2024-12-21T02:25:04.394Z | * toolchain channel = "1.81.0" |
20 | 2024-12-21T02:25:04.394Z | * toolchain profile = "default" |
21 | 2024-12-21T02:25:04.394Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-21T02:25:04.394Z | ' default |
23 | 2024-12-21T02:25:04.405Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-21T02:25:04.405Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-21T02:25:04.515Z | info: downloading installer |
26 | 2024-12-21T02:25:05.886Z | info: profile set to 'default' |
27 | 2024-12-21T02:25:05.886Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-21T02:25:05.889Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-21T02:25:06.041Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-21T02:25:06.041Z | info: downloading component 'cargo' |
31 | 2024-12-21T02:25:06.771Z | info: downloading component 'clippy' |
32 | 2024-12-21T02:25:07.042Z | info: downloading component 'rust-docs' |
33 | 2024-12-21T02:25:08.052Z | info: downloading component 'rust-std' |
34 | 2024-12-21T02:25:09.625Z | info: downloading component 'rustc' |
35 | 2024-12-21T02:25:15.270Z | info: downloading component 'rustfmt' |
36 | 2024-12-21T02:25:15.481Z | info: installing component 'cargo' |
37 | 2024-12-21T02:25:16.271Z | info: installing component 'clippy' |
38 | 2024-12-21T02:25:16.627Z | info: installing component 'rust-docs' |
39 | 2024-12-21T02:25:18.242Z | info: installing component 'rust-std' |
40 | 2024-12-21T02:25:19.925Z | info: installing component 'rustc' |
41 | 2024-12-21T02:25:25.539Z | info: installing component 'rustfmt' |
42 | 2024-12-21T02:25:25.888Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-21T02:25:25.888Z | |
44 | 2024-12-21T02:25:26.272Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-21T02:25:26.272Z | |
46 | 2024-12-21T02:25:26.276Z | |
47 | 2024-12-21T02:25:26.276Z | Rust is installed now. Great! |
48 | 2024-12-21T02:25:26.276Z | |
49 | 2024-12-21T02:25:26.276Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-21T02:25:26.276Z | environment variable. This has not been done automatically. |
51 | 2024-12-21T02:25:26.276Z | |
52 | 2024-12-21T02:25:26.276Z | To configure your current shell, you need to source |
53 | 2024-12-21T02:25:26.276Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-21T02:25:26.277Z | |
55 | 2024-12-21T02:25:26.277Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-21T02:25:26.277Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-21T02:25:26.277Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-21T02:25:26.349Z | + rustc --version |
59 | 2024-12-21T02:25:26.419Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-21T02:25:26.423Z | process exited: duration 22030 ms, exit code 0 |
|
61 | 2024-12-21T02:25:26.431Z | starting task 2: "authentication" |
62 | 2024-12-21T02:25:26.452Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-21T02:25:26.458Z | starting task 3: "clone repository" |
64 | 2024-12-21T02:25:26.463Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-21T02:25:26.466Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-21T02:25:26.506Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-21T02:25:33.699Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-21T02:25:33.699Z | + git fetch origin ec6f3678b6ba5612bd6cdbd10057ce73a688baa0 |
69 | 2024-12-21T02:25:33.998Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-21T02:25:33.998Z | * branch ec6f3678b6ba5612bd6cdbd10057ce73a688baa0 -> FETCH_HEAD |
71 | 2024-12-21T02:25:34.008Z | + [[ -n sunshowers/spr/3n-draft-omicron-package-add-and-use-target-presets ]] |
72 | 2024-12-21T02:25:34.011Z | ++ git branch --show-current |
73 | 2024-12-21T02:25:34.015Z | + current=main |
74 | 2024-12-21T02:25:34.015Z | + [[ main != sunshowers/spr/3n-draft-omicron-package-add-and-use-target-presets ]] |
75 | 2024-12-21T02:25:34.015Z | + git branch -f sunshowers/spr/3n-draft-omicron-package-add-and-use-target-presets ec6f3678b6ba5612bd6cdbd10057ce73a688baa0 |
76 | 2024-12-21T02:25:34.018Z | + git checkout -f sunshowers/spr/3n-draft-omicron-package-add-and-use-target-presets |
77 | 2024-12-21T02:25:34.193Z | Switched to branch 'sunshowers/spr/3n-draft-omicron-package-add-and-use-target-presets' |
78 | 2024-12-21T02:25:34.196Z | + git reset --hard ec6f3678b6ba5612bd6cdbd10057ce73a688baa0 |
79 | 2024-12-21T02:25:34.365Z | HEAD is now at ec6f3678b rebase |
80 | 2024-12-21T02:25:34.368Z | process exited: duration 7907 ms, exit code 0 |
|
81 | 2024-12-21T02:25:34.374Z | starting task 4: "build" |
82 | 2024-12-21T02:25:34.379Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-21T02:25:34.379Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-21T02:25:34.382Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-21T02:25:34.382Z | + cargo --version |
86 | 2024-12-21T02:25:34.437Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-21T02:25:34.440Z | + rustc --version |
88 | 2024-12-21T02:25:34.501Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-21T02:25:34.504Z | + cd /tmp |
90 | 2024-12-21T02:25:34.504Z | + cargo new --lib test-project |
91 | 2024-12-21T02:25:34.561Z | Creating library `test-project` package |
92 | 2024-12-21T02:25:34.640Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-12-21T02:25:34.642Z | + cd test-project |
94 | 2024-12-21T02:25:34.642Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-12-21T02:25:34.701Z | Adding omicron-common (local) to dependencies |
96 | 2024-12-21T02:25:34.701Z | Features: |
97 | 2024-12-21T02:25:34.701Z | - proptest |
98 | 2024-12-21T02:25:34.701Z | - test-strategy |
99 | 2024-12-21T02:25:34.704Z | - testing |
100 | 2024-12-21T02:25:34.704Z | Updating crates.io index |
101 | 2024-12-21T02:25:34.752Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-12-21T02:25:35.235Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-12-21T02:25:35.682Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-12-21T02:25:36.074Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-12-21T02:25:37.284Z | Locking 327 packages to latest compatible versions |
106 | 2024-12-21T02:25:37.287Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-12-21T02:25:37.287Z | Adding dropshot v0.13.0 (latest: v0.15.1) |
108 | 2024-12-21T02:25:37.287Z | Adding dropshot_endpoint v0.13.0 (latest: v0.15.1) |
109 | 2024-12-21T02:25:37.287Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
110 | 2024-12-21T02:25:37.287Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
111 | 2024-12-21T02:25:37.289Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
112 | 2024-12-21T02:25:37.289Z | Adding goblin v0.8.2 (latest: v0.9.2) |
113 | 2024-12-21T02:25:37.289Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
114 | 2024-12-21T02:25:37.289Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
115 | 2024-12-21T02:25:37.289Z | Adding hostname v0.3.1 (latest: v0.4.0) |
116 | 2024-12-21T02:25:37.293Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
117 | 2024-12-21T02:25:37.293Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
118 | 2024-12-21T02:25:37.295Z | Adding regress v0.9.1 (latest: v0.10.1) |
119 | 2024-12-21T02:25:37.301Z | Adding rustls v0.22.4 (latest: v0.23.20) |
120 | 2024-12-21T02:25:37.303Z | Adding security-framework v2.11.1 (latest: v3.1.0) |
121 | 2024-12-21T02:25:37.306Z | Adding term v0.7.0 (latest: v1.0.1) |
122 | 2024-12-21T02:25:37.308Z | Adding thiserror v1.0.69 (latest: v2.0.8) |
123 | 2024-12-21T02:25:37.308Z | Adding thiserror-impl v1.0.69 (latest: v2.0.8) |
124 | 2024-12-21T02:25:37.308Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
125 | 2024-12-21T02:25:37.308Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
126 | 2024-12-21T02:25:37.310Z | Adding tokio-rustls v0.25.0 (latest: v0.26.1) |
127 | 2024-12-21T02:25:37.310Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
128 | 2024-12-21T02:25:37.313Z | Adding windows v0.52.0 (latest: v0.58.0) |
129 | 2024-12-21T02:25:37.313Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
130 | 2024-12-21T02:25:37.313Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
131 | 2024-12-21T02:25:37.313Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
132 | 2024-12-21T02:25:37.313Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
133 | 2024-12-21T02:25:37.313Z | Adding writeable v0.5.5 (latest: v0.6.0) |
134 | 2024-12-21T02:25:37.313Z | Adding zerocopy v0.7.35 (latest: v0.8.13) |
135 | 2024-12-21T02:25:37.313Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.13) |
136 | 2024-12-21T02:25:37.313Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
137 | 2024-12-21T02:25:37.313Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
138 | 2024-12-21T02:25:37.390Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
139 | 2024-12-21T02:25:37.393Z | + cargo check |
140 | 2024-12-21T02:25:37.565Z | Updating crates.io index |
141 | 2024-12-21T02:25:38.351Z | Locking 2 packages to latest compatible versions |
142 | 2024-12-21T02:25:41.556Z | Adding omicron-workspace-hack v0.1.0 |
143 | 2024-12-21T02:25:43.381Z | Adding test-project v0.1.0 (/tmp/test-project) |
144 | 2024-12-21T02:25:44.110Z | Downloading crates ... |
145 | 2024-12-21T02:25:44.180Z | Downloaded async-stream-impl v0.3.6 |
146 | 2024-12-21T02:25:44.199Z | Downloaded http-body v1.0.1 |
147 | 2024-12-21T02:25:44.212Z | Downloaded equivalent v1.0.1 |
148 | 2024-12-21T02:25:44.217Z | Downloaded thread-id v4.2.2 |
149 | 2024-12-21T02:25:44.220Z | Downloaded thread_local v1.1.8 |
150 | 2024-12-21T02:25:44.220Z | Downloaded dtrace-parser v0.2.0 |
151 | 2024-12-21T02:25:44.222Z | Downloaded match_cfg v0.1.0 |
152 | 2024-12-21T02:25:44.225Z | Downloaded thiserror-impl v1.0.69 |
153 | 2024-12-21T02:25:44.227Z | Downloaded memmap v0.7.0 |
154 | 2024-12-21T02:25:44.230Z | Downloaded cpufeatures v0.2.14 |
155 | 2024-12-21T02:25:44.233Z | Downloaded cfg-if v1.0.0 |
156 | 2024-12-21T02:25:44.233Z | Downloaded block-buffer v0.10.4 |
157 | 2024-12-21T02:25:44.235Z | Downloaded async-stream v0.3.6 |
158 | 2024-12-21T02:25:44.238Z | Downloaded foreign-types v0.3.2 |
159 | 2024-12-21T02:25:44.238Z | Downloaded time v0.3.36 |
160 | 2024-12-21T02:25:44.244Z | Downloaded time-macros v0.2.18 |
161 | 2024-12-21T02:25:44.246Z | Downloaded ident_case v1.0.1 |
162 | 2024-12-21T02:25:44.249Z | Downloaded instant v0.1.13 |
163 | 2024-12-21T02:25:44.249Z | Downloaded autocfg v1.4.0 |
164 | 2024-12-21T02:25:44.253Z | Downloaded time-core v0.1.2 |
165 | 2024-12-21T02:25:44.253Z | Downloaded foreign-types-shared v0.1.1 |
166 | 2024-12-21T02:25:44.255Z | Downloaded darling_macro v0.20.10 |
167 | 2024-12-21T02:25:44.255Z | Downloaded byteorder v1.5.0 |
168 | 2024-12-21T02:25:44.255Z | Downloaded hostname v0.3.1 |
169 | 2024-12-21T02:25:44.258Z | Downloaded atomic-waker v1.1.2 |
170 | 2024-12-21T02:25:44.262Z | Downloaded httpdate v1.0.3 |
171 | 2024-12-21T02:25:44.265Z | Downloaded hex v0.4.3 |
172 | 2024-12-21T02:25:44.268Z | Downloaded futures-io v0.3.31 |
173 | 2024-12-21T02:25:44.271Z | Downloaded dirs-next v2.0.0 |
174 | 2024-12-21T02:25:44.274Z | Downloaded icu_provider_macros v1.5.0 |
175 | 2024-12-21T02:25:44.277Z | Downloaded ipnetwork v0.20.0 |
176 | 2024-12-21T02:25:44.277Z | Downloaded digest v0.10.7 |
177 | 2024-12-21T02:25:44.280Z | Downloaded hyper-tls v0.6.0 |
178 | 2024-12-21T02:25:44.283Z | Downloaded futures-sink v0.3.31 |
179 | 2024-12-21T02:25:44.283Z | Downloaded idna_adapter v1.2.0 |
180 | 2024-12-21T02:25:44.283Z | Downloaded http-body-util v0.1.2 |
181 | 2024-12-21T02:25:44.286Z | Downloaded toml v0.8.19 |
182 | 2024-12-21T02:25:44.288Z | Downloaded tinyvec v1.8.0 |
183 | 2024-12-21T02:25:44.291Z | Downloaded crypto-common v0.1.6 |
184 | 2024-12-21T02:25:44.293Z | Downloaded form_urlencoded v1.2.1 |
185 | 2024-12-21T02:25:44.296Z | Downloaded tokio-util v0.7.12 |
186 | 2024-12-21T02:25:44.301Z | Downloaded tower-service v0.3.3 |
187 | 2024-12-21T02:25:44.304Z | Downloaded tracing-core v0.1.32 |
188 | 2024-12-21T02:25:44.307Z | Downloaded toml_datetime v0.6.8 |
189 | 2024-12-21T02:25:44.310Z | Downloaded tinystr v0.7.6 |
190 | 2024-12-21T02:25:44.310Z | Downloaded tinyvec_macros v0.1.1 |
191 | 2024-12-21T02:25:44.313Z | Downloaded unicode-ident v1.0.13 |
192 | 2024-12-21T02:25:44.315Z | Downloaded usdt-attr-macro v0.5.0 |
193 | 2024-12-21T02:25:44.315Z | Downloaded dyn-clone v1.0.17 |
194 | 2024-12-21T02:25:44.318Z | Downloaded itoa v1.0.11 |
195 | 2024-12-21T02:25:44.318Z | Downloaded async-trait v0.1.83 |
196 | 2024-12-21T02:25:44.321Z | Downloaded ucd-trie v0.1.7 |
197 | 2024-12-21T02:25:44.325Z | Downloaded try-lock v0.2.5 |
198 | 2024-12-21T02:25:44.325Z | Downloaded iana-time-zone v0.1.61 |
199 | 2024-12-21T02:25:44.329Z | Downloaded hyper-rustls v0.27.3 |
200 | 2024-12-21T02:25:44.332Z | Downloaded tokio-rustls v0.25.0 |
201 | 2024-12-21T02:25:44.332Z | Downloaded heck v0.5.0 |
202 | 2024-12-21T02:25:44.335Z | Downloaded camino v1.1.9 |
203 | 2024-12-21T02:25:44.338Z | Downloaded futures-task v0.3.31 |
204 | 2024-12-21T02:25:44.338Z | Downloaded futures-core v0.3.31 |
205 | 2024-12-21T02:25:44.341Z | Downloaded want v0.3.1 |
206 | 2024-12-21T02:25:44.341Z | Downloaded write16 v1.0.0 |
207 | 2024-12-21T02:25:44.341Z | Downloaded waitgroup v0.1.2 |
208 | 2024-12-21T02:25:44.343Z | Downloaded lock_api v0.4.12 |
209 | 2024-12-21T02:25:44.343Z | Downloaded displaydoc v0.2.5 |
210 | 2024-12-21T02:25:44.346Z | Downloaded debug-ignore v1.0.5 |
211 | 2024-12-21T02:25:44.350Z | Downloaded backoff v0.4.0 |
212 | 2024-12-21T02:25:44.353Z | Downloaded ahash v0.8.11 |
213 | 2024-12-21T02:25:44.355Z | Downloaded icu_locid_transform v1.5.0 |
214 | 2024-12-21T02:25:44.358Z | Downloaded num-conv v0.1.0 |
215 | 2024-12-21T02:25:44.360Z | Downloaded untrusted v0.9.0 |
216 | 2024-12-21T02:25:44.360Z | Downloaded zerofrom v0.1.4 |
217 | 2024-12-21T02:25:44.362Z | Downloaded crossbeam-utils v0.8.20 |
218 | 2024-12-21T02:25:44.365Z | Downloaded version_check v0.9.5 |
219 | 2024-12-21T02:25:44.365Z | Downloaded typify-macro v0.2.0 |
220 | 2024-12-21T02:25:44.368Z | Downloaded usdt v0.5.0 |
221 | 2024-12-21T02:25:44.368Z | Downloaded openssl-probe v0.1.5 |
222 | 2024-12-21T02:25:44.368Z | Downloaded openssl-macros v0.1.1 |
223 | 2024-12-21T02:25:44.371Z | Downloaded ipnet v2.10.1 |
224 | 2024-12-21T02:25:44.371Z | Downloaded httparse v1.9.5 |
225 | 2024-12-21T02:25:44.374Z | Downloaded sync_wrapper v1.0.1 |
226 | 2024-12-21T02:25:44.377Z | Downloaded num_threads v0.1.7 |
227 | 2024-12-21T02:25:44.377Z | Downloaded strum v0.26.3 |
228 | 2024-12-21T02:25:44.377Z | Downloaded pretty-hex v0.4.1 |
229 | 2024-12-21T02:25:44.379Z | Downloaded omicron-workspace-hack v0.1.0 |
230 | 2024-12-21T02:25:44.379Z | Downloaded macaddr v1.0.1 |
231 | 2024-12-21T02:25:44.383Z | Downloaded getrandom v0.2.15 |
232 | 2024-12-21T02:25:44.385Z | Downloaded anyhow v1.0.93 |
233 | 2024-12-21T02:25:44.388Z | Downloaded serde_path_to_error v0.1.16 |
234 | 2024-12-21T02:25:44.390Z | Downloaded usdt-macro v0.5.0 |
235 | 2024-12-21T02:25:44.391Z | Downloaded indexmap v1.9.3 |
236 | 2024-12-21T02:25:44.393Z | Downloaded usdt-impl v0.5.0 |
237 | 2024-12-21T02:25:44.396Z | Downloaded scroll_derive v0.12.0 |
238 | 2024-12-21T02:25:44.396Z | Downloaded progenitor-client v0.8.0 |
239 | 2024-12-21T02:25:44.400Z | Downloaded icu_normalizer v1.5.0 |
240 | 2024-12-21T02:25:44.402Z | Downloaded icu_locid_transform_data v1.5.0 |
241 | 2024-12-21T02:25:44.402Z | Downloaded zeroize v1.8.1 |
242 | 2024-12-21T02:25:44.405Z | Downloaded newtype-uuid v1.1.3 |
243 | 2024-12-21T02:25:44.405Z | Downloaded writeable v0.5.5 |
244 | 2024-12-21T02:25:44.408Z | Downloaded log v0.4.22 |
245 | 2024-12-21T02:25:44.410Z | Downloaded structmeta-derive v0.3.0 |
246 | 2024-12-21T02:25:44.410Z | Downloaded structmeta v0.3.0 |
247 | 2024-12-21T02:25:44.413Z | Downloaded synstructure v0.13.1 |
248 | 2024-12-21T02:25:44.413Z | Downloaded sha1 v0.10.6 |
249 | 2024-12-21T02:25:44.417Z | Downloaded stable_deref_trait v1.2.0 |
250 | 2024-12-21T02:25:44.417Z | Downloaded zerofrom-derive v0.1.4 |
251 | 2024-12-21T02:25:44.417Z | Downloaded utf8_iter v1.0.4 |
252 | 2024-12-21T02:25:44.420Z | Downloaded dropshot_endpoint v0.13.0 |
253 | 2024-12-21T02:25:44.423Z | Downloaded take_mut v0.2.2 |
254 | 2024-12-21T02:25:44.423Z | Downloaded mime v0.3.17 |
255 | 2024-12-21T02:25:44.423Z | Downloaded bytes v1.8.0 |
256 | 2024-12-21T02:25:44.426Z | Downloaded icu_provider v1.5.0 |
257 | 2024-12-21T02:25:44.429Z | Downloaded slog-json v2.6.1 |
258 | 2024-12-21T02:25:44.432Z | Downloaded powerfmt v0.2.0 |
259 | 2024-12-21T02:25:44.434Z | Downloaded plain v0.2.3 |
260 | 2024-12-21T02:25:44.434Z | Downloaded pin-utils v0.1.0 |
261 | 2024-12-21T02:25:44.437Z | Downloaded serde_spanned v0.6.8 |
262 | 2024-12-21T02:25:44.437Z | Downloaded futures v0.3.31 |
263 | 2024-12-21T02:25:44.442Z | Downloaded thiserror v1.0.69 |
264 | 2024-12-21T02:25:44.446Z | Downloaded rustls-pemfile v2.2.0 |
265 | 2024-12-21T02:25:44.450Z | Downloaded scopeguard v1.2.0 |
266 | 2024-12-21T02:25:44.452Z | Downloaded serde_urlencoded v0.7.1 |
267 | 2024-12-21T02:25:44.452Z | Downloaded quinn-udp v0.5.5 |
268 | 2024-12-21T02:25:44.455Z | Downloaded typenum v1.17.0 |
269 | 2024-12-21T02:25:44.457Z | Downloaded slog-bunyan v2.5.0 |
270 | 2024-12-21T02:25:44.459Z | Downloaded icu_properties v1.5.1 |
271 | 2024-12-21T02:25:44.462Z | Downloaded zerocopy-derive v0.7.35 |
272 | 2024-12-21T02:25:44.465Z | Downloaded icu_locid v1.5.0 |
273 | 2024-12-21T02:25:44.469Z | Downloaded schemars_derive v0.8.21 |
274 | 2024-12-21T02:25:44.472Z | Downloaded slab v0.4.9 |
275 | 2024-12-21T02:25:44.472Z | Downloaded toml_edit v0.22.22 |
276 | 2024-12-21T02:25:44.494Z | Downloaded subtle v2.6.1 |
277 | 2024-12-21T02:25:44.497Z | Downloaded cc v1.1.30 |
278 | 2024-12-21T02:25:44.500Z | Downloaded base64 v0.22.1 |
279 | 2024-12-21T02:25:44.503Z | Downloaded serde_tokenstream v0.2.2 |
280 | 2024-12-21T02:25:44.506Z | Downloaded serde_with_macros v3.11.0 |
281 | 2024-12-21T02:25:44.508Z | Downloaded quote v1.0.37 |
282 | 2024-12-21T02:25:44.511Z | Downloaded uuid v1.11.0 |
283 | 2024-12-21T02:25:44.514Z | Downloaded hyper-util v0.1.10 |
284 | 2024-12-21T02:25:44.516Z | Downloaded shlex v1.3.0 |
285 | 2024-12-21T02:25:44.519Z | Downloaded rustls-pki-types v1.10.0 |
286 | 2024-12-21T02:25:44.524Z | Downloaded signal-hook-registry v1.4.2 |
287 | 2024-12-21T02:25:44.524Z | Downloaded unsafe-libyaml v0.2.11 |
288 | 2024-12-21T02:25:44.526Z | Downloaded smallvec v1.13.2 |
289 | 2024-12-21T02:25:44.526Z | Downloaded slog-term v2.9.1 |
290 | 2024-12-21T02:25:44.529Z | Downloaded semver v1.0.23 |
291 | 2024-12-21T02:25:44.532Z | Downloaded parking_lot v0.12.3 |
292 | 2024-12-21T02:25:44.534Z | Downloaded strum_macros v0.26.4 |
293 | 2024-12-21T02:25:44.537Z | Downloaded spin v0.9.8 |
294 | 2024-12-21T02:25:44.540Z | Downloaded pest_meta v2.7.14 |
295 | 2024-12-21T02:25:44.540Z | Downloaded once_cell v1.20.2 |
296 | 2024-12-21T02:25:44.543Z | Downloaded socket2 v0.5.7 |
297 | 2024-12-21T02:25:44.545Z | Downloaded progenitor-impl v0.8.0 |
298 | 2024-12-21T02:25:44.548Z | Downloaded proc-macro2 v1.0.89 |
299 | 2024-12-21T02:25:44.551Z | Downloaded slog v2.7.0 |
300 | 2024-12-21T02:25:44.554Z | Downloaded ryu v1.0.18 |
301 | 2024-12-21T02:25:44.557Z | Downloaded memchr v2.7.4 |
302 | 2024-12-21T02:25:44.561Z | Downloaded serde_yaml v0.9.34+deprecated |
303 | 2024-12-21T02:25:44.565Z | Downloaded url v2.5.3 |
304 | 2024-12-21T02:25:44.569Z | Downloaded crossbeam-channel v0.5.13 |
305 | 2024-12-21T02:25:44.572Z | Downloaded serde_derive v1.0.215 |
306 | 2024-12-21T02:25:44.574Z | Downloaded openssl-sys v0.9.103 |
307 | 2024-12-21T02:25:44.580Z | Downloaded icu_collections v1.5.0 |
308 | 2024-12-21T02:25:44.585Z | Downloaded hashbrown v0.12.3 |
309 | 2024-12-21T02:25:44.590Z | Downloaded serde v1.0.215 |
310 | 2024-12-21T02:25:44.593Z | Downloaded schemars v0.8.21 |
311 | 2024-12-21T02:25:44.605Z | Downloaded rand v0.8.5 |
312 | 2024-12-21T02:25:44.608Z | Downloaded quinn v0.11.5 |
313 | 2024-12-21T02:25:44.611Z | Downloaded mio v1.0.2 |
314 | 2024-12-21T02:25:44.617Z | Downloaded zerovec v0.10.4 |
315 | 2024-12-21T02:25:44.622Z | Downloaded parking_lot_core v0.9.10 |
316 | 2024-12-21T02:25:44.625Z | Downloaded hashbrown v0.15.1 |
317 | 2024-12-21T02:25:44.631Z | Downloaded num-traits v0.2.19 |
318 | 2024-12-21T02:25:44.636Z | Downloaded pest v2.7.14 |
319 | 2024-12-21T02:25:44.639Z | Downloaded winnow v0.6.20 |
320 | 2024-12-21T02:25:44.647Z | Downloaded idna v1.0.3 |
321 | 2024-12-21T02:25:44.651Z | Downloaded serde_json v1.0.132 |
322 | 2024-12-21T02:25:44.658Z | Downloaded zerocopy v0.7.35 |
323 | 2024-12-21T02:25:44.675Z | Downloaded hyper v1.5.0 |
324 | 2024-12-21T02:25:44.680Z | Downloaded futures-util v0.3.31 |
325 | 2024-12-21T02:25:44.691Z | Downloaded quinn-proto v0.11.8 |
326 | 2024-12-21T02:25:44.699Z | Downloaded vcpkg v0.2.15 |
327 | 2024-12-21T02:25:44.734Z | Downloaded serde_with v3.11.0 |
328 | 2024-12-21T02:25:44.741Z | Downloaded reqwest v0.12.9 |
329 | 2024-12-21T02:25:44.751Z | Downloaded chrono v0.4.38 |
330 | 2024-12-21T02:25:44.755Z | Downloaded aho-corasick v1.1.3 |
331 | 2024-12-21T02:25:44.761Z | Downloaded syn v2.0.87 |
332 | 2024-12-21T02:25:44.772Z | Downloaded rustls-webpki v0.102.8 |
333 | 2024-12-21T02:25:44.790Z | Downloaded openssl v0.10.66 |
334 | 2024-12-21T02:25:44.799Z | Downloaded icu_properties_data v1.5.0 |
335 | 2024-12-21T02:25:44.808Z | Downloaded webpki-roots v0.26.6 |
336 | 2024-12-21T02:25:44.811Z | Downloaded h2 v0.4.6 |
337 | 2024-12-21T02:25:44.818Z | Downloaded goblin v0.8.2 |
338 | 2024-12-21T02:25:44.824Z | Downloaded openapiv3 v2.0.0 |
339 | 2024-12-21T02:25:44.841Z | Downloaded regex v1.11.1 |
340 | 2024-12-21T02:25:44.847Z | Downloaded hashbrown v0.14.5 |
341 | 2024-12-21T02:25:44.852Z | Downloaded http v1.1.0 |
342 | 2024-12-21T02:25:44.855Z | Downloaded typify-impl v0.2.0 |
343 | 2024-12-21T02:25:44.869Z | Downloaded regress v0.10.1 |
344 | 2024-12-21T02:25:44.876Z | Downloaded rustls v0.23.19 |
345 | 2024-12-21T02:25:44.887Z | Downloaded regex-syntax v0.8.5 |
346 | 2024-12-21T02:25:44.895Z | Downloaded rustls v0.22.4 |
347 | 2024-12-21T02:25:44.907Z | Downloaded regress v0.9.1 |
348 | 2024-12-21T02:25:44.914Z | Downloaded dropshot v0.13.0 |
349 | 2024-12-21T02:25:44.932Z | Downloaded scroll v0.12.0 |
350 | 2024-12-21T02:25:44.935Z | Downloaded sha2 v0.10.8 |
351 | 2024-12-21T02:25:44.939Z | Downloaded pin-project-lite v0.2.14 |
352 | 2024-12-21T02:25:44.942Z | Downloaded tracing v0.1.40 |
353 | 2024-12-21T02:25:44.944Z | Downloaded indexmap v2.6.0 |
354 | 2024-12-21T02:25:44.947Z | Downloaded rustc-hash v2.0.0 |
355 | 2024-12-21T02:25:44.950Z | Downloaded term v0.7.0 |
356 | 2024-12-21T02:25:44.952Z | Downloaded rustversion v1.0.17 |
357 | 2024-12-21T02:25:44.956Z | Downloaded serde_derive_internals v0.29.1 |
358 | 2024-12-21T02:25:44.956Z | Downloaded strsim v0.11.1 |
359 | 2024-12-21T02:25:44.956Z | Downloaded tokio v1.40.0 |
360 | 2024-12-21T02:25:44.991Z | Downloaded pest_derive v2.7.14 |
361 | 2024-12-21T02:25:44.994Z | Downloaded native-tls v0.2.12 |
362 | 2024-12-21T02:25:44.997Z | Downloaded multer v3.1.0 |
363 | 2024-12-21T02:25:44.999Z | Downloaded icu_normalizer_data v1.5.0 |
364 | 2024-12-21T02:25:44.999Z | Downloaded darling_core v0.20.10 |
365 | 2024-12-21T02:25:45.003Z | Downloaded progenitor v0.8.0 |
366 | 2024-12-21T02:25:45.005Z | Downloaded yoke v0.7.4 |
367 | 2024-12-21T02:25:45.006Z | Downloaded rand_chacha v0.3.1 |
368 | 2024-12-21T02:25:45.009Z | Downloaded rand_core v0.6.4 |
369 | 2024-12-21T02:25:45.009Z | Downloaded progenitor-macro v0.8.0 |
370 | 2024-12-21T02:25:45.009Z | Downloaded regex-automata v0.4.8 |
371 | 2024-12-21T02:25:45.026Z | Downloaded ppv-lite86 v0.2.20 |
372 | 2024-12-21T02:25:45.028Z | Downloaded pkg-config v0.3.31 |
373 | 2024-12-21T02:25:45.029Z | Downloaded pest_generator v2.7.14 |
374 | 2024-12-21T02:25:45.031Z | Downloaded paste v1.0.15 |
375 | 2024-12-21T02:25:45.034Z | Downloaded parse-display-derive v0.10.0 |
376 | 2024-12-21T02:25:45.034Z | Downloaded slog-async v2.8.0 |
377 | 2024-12-21T02:25:45.034Z | Downloaded percent-encoding v2.3.1 |
378 | 2024-12-21T02:25:45.034Z | Downloaded parse-display v0.10.0 |
379 | 2024-12-21T02:25:45.037Z | Downloaded zerovec-derive v0.10.3 |
380 | 2024-12-21T02:25:45.037Z | Downloaded allocator-api2 v0.2.18 |
381 | 2024-12-21T02:25:45.040Z | Downloaded utf16_iter v1.0.5 |
382 | 2024-12-21T02:25:45.040Z | Downloaded deranged v0.3.11 |
383 | 2024-12-21T02:25:45.043Z | Downloaded typify v0.2.0 |
384 | 2024-12-21T02:25:45.045Z | Downloaded libc v0.2.162 |
385 | 2024-12-21T02:25:45.069Z | Downloaded yoke-derive v0.7.4 |
386 | 2024-12-21T02:25:45.072Z | Downloaded litemap v0.7.3 |
387 | 2024-12-21T02:25:45.072Z | Downloaded futures-executor v0.3.31 |
388 | 2024-12-21T02:25:45.075Z | Downloaded futures-channel v0.3.31 |
389 | 2024-12-21T02:25:45.075Z | Downloaded darling v0.20.10 |
390 | 2024-12-21T02:25:45.078Z | Downloaded bitflags v2.6.0 |
391 | 2024-12-21T02:25:45.081Z | Downloaded tokio-native-tls v0.3.1 |
392 | 2024-12-21T02:25:45.084Z | Downloaded tokio-macros v2.4.0 |
393 | 2024-12-21T02:25:45.084Z | Downloaded tokio-rustls v0.26.0 |
394 | 2024-12-21T02:25:45.087Z | Downloaded is-terminal v0.4.13 |
395 | 2024-12-21T02:25:45.087Z | Downloaded fnv v1.0.7 |
396 | 2024-12-21T02:25:45.087Z | Downloaded dirs-sys-next v0.1.2 |
397 | 2024-12-21T02:25:45.090Z | Downloaded futures-macro v0.3.31 |
398 | 2024-12-21T02:25:45.090Z | Downloaded dof v0.3.0 |
399 | 2024-12-21T02:25:45.091Z | Downloaded hostname v0.4.0 |
400 | 2024-12-21T02:25:45.094Z | Downloaded generic-array v0.14.7 |
401 | 2024-12-21T02:25:45.119Z | Downloaded encoding_rs v0.8.34 |
402 | 2024-12-21T02:25:45.317Z | Downloaded ring v0.17.8 |
403 | 2024-12-21T02:25:45.639Z | Compiling proc-macro2 v1.0.89 |
404 | 2024-12-21T02:25:45.639Z | Compiling unicode-ident v1.0.13 |
405 | 2024-12-21T02:25:45.642Z | Compiling libc v0.2.162 |
406 | 2024-12-21T02:25:45.642Z | Checking cfg-if v1.0.0 |
407 | 2024-12-21T02:25:45.642Z | Compiling autocfg v1.4.0 |
408 | 2024-12-21T02:25:45.642Z | Compiling serde v1.0.215 |
409 | 2024-12-21T02:25:45.642Z | Compiling version_check v0.9.5 |
410 | 2024-12-21T02:25:45.664Z | Checking memchr v2.7.4 |
411 | 2024-12-21T02:25:45.822Z | Checking itoa v1.0.11 |
412 | 2024-12-21T02:25:46.045Z | Compiling serde_json v1.0.132 |
413 | 2024-12-21T02:25:46.716Z | Compiling thiserror v1.0.69 |
414 | 2024-12-21T02:25:46.734Z | Checking once_cell v1.20.2 |
415 | 2024-12-21T02:25:46.734Z | Compiling shlex v1.3.0 |
416 | 2024-12-21T02:25:46.734Z | Compiling cc v1.1.30 |
417 | 2024-12-21T02:25:46.830Z | Checking pin-project-lite v0.2.14 |
418 | 2024-12-21T02:25:46.952Z | Compiling num-traits v0.2.19 |
419 | 2024-12-21T02:25:47.178Z | Checking getrandom v0.2.15 |
420 | 2024-12-21T02:25:47.196Z | Checking smallvec v1.13.2 |
421 | 2024-12-21T02:25:47.220Z | Checking ryu v1.0.18 |
422 | 2024-12-21T02:25:47.282Z | Checking bytes v1.8.0 |
423 | 2024-12-21T02:25:47.375Z | Checking futures-core v0.3.31 |
424 | 2024-12-21T02:25:47.483Z | Compiling lock_api v0.4.12 |
425 | 2024-12-21T02:25:47.541Z | Compiling quote v1.0.37 |
426 | 2024-12-21T02:25:47.561Z | Compiling byteorder v1.5.0 |
427 | 2024-12-21T02:25:47.680Z | Compiling parking_lot_core v0.9.10 |
428 | 2024-12-21T02:25:47.932Z | Compiling syn v2.0.87 |
429 | 2024-12-21T02:25:48.077Z | Compiling ahash v0.8.11 |
430 | 2024-12-21T02:25:48.135Z | Checking scopeguard v1.2.0 |
431 | 2024-12-21T02:25:48.170Z | Compiling schemars v0.8.21 |
432 | 2024-12-21T02:25:48.207Z | Compiling slab v0.4.9 |
433 | 2024-12-21T02:25:48.492Z | Checking futures-sink v0.3.31 |
434 | 2024-12-21T02:25:48.512Z | Checking log v0.4.22 |
435 | 2024-12-21T02:25:48.547Z | Checking socket2 v0.5.7 |
436 | 2024-12-21T02:25:48.585Z | Checking mio v1.0.2 |
437 | 2024-12-21T02:25:48.630Z | Checking signal-hook-registry v1.4.2 |
438 | 2024-12-21T02:25:48.662Z | Checking parking_lot v0.12.3 |
439 | 2024-12-21T02:25:48.699Z | Checking stable_deref_trait v1.2.0 |
440 | 2024-12-21T02:25:48.799Z | Checking hashbrown v0.15.1 |
441 | 2024-12-21T02:25:48.882Z | Checking equivalent v1.0.1 |
442 | 2024-12-21T02:25:48.979Z | Checking fnv v1.0.7 |
443 | 2024-12-21T02:25:48.982Z | Compiling semver v1.0.23 |
444 | 2024-12-21T02:25:49.015Z | Checking futures-channel v0.3.31 |
445 | 2024-12-21T02:25:49.055Z | Checking futures-io v0.3.31 |
446 | 2024-12-21T02:25:49.112Z | Checking http v1.1.0 |
447 | 2024-12-21T02:25:49.143Z | Checking pin-utils v0.1.0 |
448 | 2024-12-21T02:25:49.230Z | Checking futures-task v0.3.31 |
449 | 2024-12-21T02:25:49.248Z | Checking rustls-pki-types v1.10.0 |
450 | 2024-12-21T02:25:49.360Z | Compiling vcpkg v0.2.15 |
451 | 2024-12-21T02:25:49.468Z | Checking spin v0.9.8 |
452 | 2024-12-21T02:25:49.561Z | Compiling heck v0.5.0 |
453 | 2024-12-21T02:25:49.678Z | Compiling pkg-config v0.3.31 |
454 | 2024-12-21T02:25:49.719Z | Compiling ring v0.17.8 |
455 | 2024-12-21T02:25:49.909Z | Checking litemap v0.7.3 |
456 | 2024-12-21T02:25:50.112Z | Compiling httparse v1.9.5 |
457 | 2024-12-21T02:25:50.264Z | Compiling ucd-trie v0.1.7 |
458 | 2024-12-21T02:25:50.470Z | Checking iana-time-zone v0.1.61 |
459 | 2024-12-21T02:25:50.627Z | Checking writeable v0.5.5 |
460 | 2024-12-21T02:25:50.762Z | Checking untrusted v0.9.0 |
461 | 2024-12-21T02:25:50.916Z | Checking tracing-core v0.1.32 |
462 | 2024-12-21T02:25:50.934Z | Checking dyn-clone v1.0.17 |
463 | 2024-12-21T02:25:50.937Z | Checking atomic-waker v1.1.2 |
464 | 2024-12-21T02:25:51.031Z | Compiling openssl-sys v0.9.103 |
465 | 2024-12-21T02:25:51.070Z | Compiling allocator-api2 v0.2.18 |
466 | 2024-12-21T02:25:51.568Z | Checking tracing v0.1.40 |
467 | 2024-12-21T02:25:51.785Z | Checking http-body v1.0.1 |
468 | 2024-12-21T02:25:51.882Z | Checking icu_locid_transform_data v1.5.0 |
469 | 2024-12-21T02:25:51.916Z | Compiling uuid v1.11.0 |
470 | 2024-12-21T02:25:51.968Z | Checking zeroize v1.8.1 |
471 | 2024-12-21T02:25:51.987Z | Checking subtle v2.6.1 |
472 | 2024-12-21T02:25:52.130Z | Checking try-lock v0.2.5 |
473 | 2024-12-21T02:25:52.227Z | Compiling slog v2.7.0 |
474 | 2024-12-21T02:25:52.230Z | Checking icu_properties_data v1.5.0 |
475 | 2024-12-21T02:25:52.265Z | Checking want v0.3.1 |
476 | 2024-12-21T02:25:52.464Z | Checking httpdate v1.0.3 |
477 | 2024-12-21T02:25:52.522Z | Compiling chrono v0.4.38 |
478 | 2024-12-21T02:25:52.542Z | Compiling openssl v0.10.66 |
479 | 2024-12-21T02:25:52.637Z | Checking foreign-types-shared v0.1.1 |
480 | 2024-12-21T02:25:52.738Z | Checking foreign-types v0.3.2 |
481 | 2024-12-21T02:25:52.808Z | Compiling aho-corasick v1.1.3 |
482 | 2024-12-21T02:25:52.827Z | Checking percent-encoding v2.3.1 |
483 | 2024-12-21T02:25:52.977Z | Checking bitflags v2.6.0 |
484 | 2024-12-21T02:25:53.044Z | Checking utf16_iter v1.0.5 |
485 | 2024-12-21T02:25:53.204Z | Checking icu_normalizer_data v1.5.0 |
486 | 2024-12-21T02:25:53.296Z | Compiling rustls v0.23.19 |
487 | 2024-12-21T02:25:53.586Z | Compiling typenum v1.17.0 |
488 | 2024-12-21T02:25:53.857Z | Compiling native-tls v0.2.12 |
489 | 2024-12-21T02:25:54.090Z | Checking tower-service v0.3.3 |
490 | 2024-12-21T02:25:54.207Z | Compiling regex-syntax v0.8.5 |
491 | 2024-12-21T02:25:54.236Z | Checking utf8_iter v1.0.4 |
492 | 2024-12-21T02:25:54.424Z | Checking write16 v1.0.0 |
493 | 2024-12-21T02:25:54.598Z | Checking form_urlencoded v1.2.1 |
494 | 2024-12-21T02:25:54.640Z | Compiling generic-array v0.14.7 |
495 | 2024-12-21T02:25:54.922Z | Checking openssl-probe v0.1.5 |
496 | 2024-12-21T02:25:55.691Z | Compiling synstructure v0.13.1 |
497 | 2024-12-21T02:25:56.267Z | Compiling serde_derive_internals v0.29.1 |
498 | 2024-12-21T02:25:56.413Z | Checking rustls-webpki v0.102.8 |
499 | 2024-12-21T02:25:57.097Z | Compiling usdt-impl v0.5.0 |
500 | 2024-12-21T02:25:57.316Z | Checking encoding_rs v0.8.34 |
501 | 2024-12-21T02:25:57.445Z | Checking powerfmt v0.2.0 |
502 | 2024-12-21T02:25:57.639Z | Compiling num-conv v0.1.0 |
503 | 2024-12-21T02:25:57.712Z | Compiling regex-automata v0.4.8 |
504 | 2024-12-21T02:25:57.913Z | Compiling time-core v0.1.2 |
505 | 2024-12-21T02:25:58.089Z | Checking mime v0.3.17 |
506 | 2024-12-21T02:25:58.413Z | Compiling time-macros v0.2.18 |
507 | 2024-12-21T02:25:58.497Z | Checking deranged v0.3.11 |
508 | 2024-12-21T02:25:59.585Z | Compiling thread-id v4.2.2 |
509 | 2024-12-21T02:26:00.153Z | Checking rustls-pemfile v2.2.0 |
510 | 2024-12-21T02:26:00.378Z | Checking webpki-roots v0.26.6 |
511 | 2024-12-21T02:26:00.385Z | Checking plain v0.2.3 |
512 | 2024-12-21T02:26:00.527Z | Checking num_threads v0.1.7 |
513 | 2024-12-21T02:26:00.837Z | Compiling ident_case v1.0.1 |
514 | 2024-12-21T02:26:01.143Z | Compiling serde_derive v1.0.215 |
515 | 2024-12-21T02:26:01.167Z | Compiling zerocopy-derive v0.7.35 |
516 | 2024-12-21T02:26:01.230Z | Compiling thiserror-impl v1.0.69 |
517 | 2024-12-21T02:26:01.297Z | Compiling zerofrom-derive v0.1.4 |
518 | 2024-12-21T02:26:01.464Z | Compiling schemars_derive v0.8.21 |
519 | 2024-12-21T02:26:01.910Z | Compiling yoke-derive v0.7.4 |
520 | 2024-12-21T02:26:02.292Z | Compiling tokio-macros v2.4.0 |
521 | 2024-12-21T02:26:03.230Z | Compiling zerocopy v0.7.35 |
522 | 2024-12-21T02:26:04.280Z | Checking tokio v1.40.0 |
523 | 2024-12-21T02:26:04.431Z | Compiling zerovec-derive v0.10.3 |
524 | 2024-12-21T02:26:04.662Z | Compiling futures-macro v0.3.31 |
525 | 2024-12-21T02:26:04.828Z | Checking zerofrom v0.1.4 |
526 | 2024-12-21T02:26:04.911Z | Compiling displaydoc v0.2.5 |
527 | 2024-12-21T02:26:05.037Z | Checking yoke v0.7.4 |
528 | 2024-12-21T02:26:05.370Z | Compiling pest v2.7.14 |
529 | 2024-12-21T02:26:05.766Z | Compiling icu_provider_macros v1.5.0 |
530 | 2024-12-21T02:26:05.869Z | Compiling hashbrown v0.14.5 |
531 | 2024-12-21T02:26:06.551Z | Checking futures-util v0.3.31 |
532 | 2024-12-21T02:26:06.878Z | Compiling openssl-macros v0.1.1 |
533 | 2024-12-21T02:26:06.993Z | Checking zerovec v0.10.4 |
534 | 2024-12-21T02:26:07.266Z | Compiling regress v0.10.1 |
535 | 2024-12-21T02:26:08.070Z | Compiling pest_meta v2.7.14 |
536 | 2024-12-21T02:26:08.272Z | Compiling regex v1.11.1 |
537 | 2024-12-21T02:26:09.305Z | Checking tinystr v0.7.6 |
538 | 2024-12-21T02:26:09.686Z | Checking icu_locid v1.5.0 |
539 | 2024-12-21T02:26:10.790Z | Checking icu_provider v1.5.0 |
540 | 2024-12-21T02:26:11.443Z | Checking icu_locid_transform v1.5.0 |
541 | 2024-12-21T02:26:11.464Z | Checking tokio-util v0.7.12 |
542 | 2024-12-21T02:26:11.877Z | Compiling pest_generator v2.7.14 |
543 | 2024-12-21T02:26:12.071Z | Checking icu_collections v1.5.0 |
544 | 2024-12-21T02:26:12.270Z | Checking http-body-util v0.1.2 |
545 | 2024-12-21T02:26:12.299Z | Compiling scroll_derive v0.12.0 |
546 | 2024-12-21T02:26:12.444Z | Checking tokio-rustls v0.26.0 |
547 | 2024-12-21T02:26:12.758Z | Checking icu_properties v1.5.1 |
548 | 2024-12-21T02:26:13.512Z | Checking tokio-native-tls v0.3.1 |
549 | 2024-12-21T02:26:13.593Z | Compiling pest_derive v2.7.14 |
550 | 2024-12-21T02:26:13.694Z | Checking scroll v0.12.0 |
551 | 2024-12-21T02:26:13.745Z | Compiling strsim v0.11.1 |
552 | 2024-12-21T02:26:14.234Z | Checking indexmap v2.6.0 |
553 | 2024-12-21T02:26:15.062Z | Compiling serde_tokenstream v0.2.2 |
554 | 2024-12-21T02:26:15.544Z | Checking h2 v0.4.6 |
555 | 2024-12-21T02:26:16.080Z | Checking icu_normalizer v1.5.0 |
556 | 2024-12-21T02:26:16.192Z | Compiling dtrace-parser v0.2.0 |
557 | 2024-12-21T02:26:16.280Z | Checking serde_urlencoded v0.7.1 |
558 | 2024-12-21T02:26:16.561Z | Checking base64 v0.22.1 |
559 | 2024-12-21T02:26:16.759Z | Compiling crossbeam-utils v0.8.20 |
560 | 2024-12-21T02:26:17.055Z | Checking idna_adapter v1.2.0 |
561 | 2024-12-21T02:26:17.136Z | Compiling dof v0.3.0 |
562 | 2024-12-21T02:26:17.239Z | Checking idna v1.0.3 |
563 | 2024-12-21T02:26:17.319Z | Compiling openapiv3 v2.0.0 |
564 | 2024-12-21T02:26:17.759Z | Checking url v2.5.3 |
565 | 2024-12-21T02:26:18.224Z | Checking goblin v0.8.2 |
566 | 2024-12-21T02:26:18.307Z | Checking typify-impl v0.2.0 |
567 | 2024-12-21T02:26:18.617Z | Compiling darling_core v0.20.10 |
568 | 2024-12-21T02:26:19.731Z | Checking hyper v1.5.0 |
569 | 2024-12-21T02:26:21.390Z | Checking time v0.3.36 |
570 | 2024-12-21T02:26:21.601Z | Checking sync_wrapper v1.0.1 |
571 | 2024-12-21T02:26:21.745Z | Checking dirs-sys-next v0.1.2 |
572 | 2024-12-21T02:26:21.907Z | Checking hyper-util v0.1.10 |
573 | 2024-12-21T02:26:22.311Z | Compiling omicron-workspace-hack v0.1.0 |
574 | 2024-12-21T02:26:22.628Z | Checking pretty-hex v0.4.1 |
575 | 2024-12-21T02:26:22.706Z | Compiling rustls v0.22.4 |
576 | 2024-12-21T02:26:22.807Z | Compiling unsafe-libyaml v0.2.11 |
577 | 2024-12-21T02:26:22.999Z | Compiling rustversion v1.0.17 |
578 | 2024-12-21T02:26:23.133Z | Checking ipnet v2.10.1 |
579 | 2024-12-21T02:26:23.247Z | Compiling paste v1.0.15 |
580 | 2024-12-21T02:26:23.640Z | Checking hyper-tls v0.6.0 |
581 | 2024-12-21T02:26:23.661Z | Checking hyper-rustls v0.27.3 |
582 | 2024-12-21T02:26:23.930Z | Checking dirs-next v2.0.0 |
583 | 2024-12-21T02:26:23.963Z | Checking reqwest v0.12.9 |
584 | 2024-12-21T02:26:24.041Z | Checking toml_datetime v0.6.8 |
585 | 2024-12-21T02:26:24.060Z | Checking serde_spanned v0.6.8 |
586 | 2024-12-21T02:26:24.078Z | Checking ppv-lite86 v0.2.20 |
587 | 2024-12-21T02:26:24.260Z | Compiling serde_yaml v0.9.34+deprecated |
588 | 2024-12-21T02:26:24.311Z | Compiling structmeta-derive v0.3.0 |
589 | 2024-12-21T02:26:24.633Z | Checking crypto-common v0.1.6 |
590 | 2024-12-21T02:26:24.652Z | Checking block-buffer v0.10.4 |
591 | 2024-12-21T02:26:24.685Z | Compiling darling_macro v0.20.10 |
592 | 2024-12-21T02:26:24.806Z | Checking rand_core v0.6.4 |
593 | 2024-12-21T02:26:24.856Z | Checking thread_local v1.1.8 |
594 | 2024-12-21T02:26:24.965Z | Compiling multer v3.1.0 |
595 | 2024-12-21T02:26:25.098Z | Compiling anyhow v1.0.93 |
596 | 2024-12-21T02:26:25.160Z | Compiling newtype-uuid v1.1.3 |
597 | 2024-12-21T02:26:25.295Z | Compiling camino v1.1.9 |
598 | 2024-12-21T02:26:25.445Z | Checking winnow v0.6.20 |
599 | 2024-12-21T02:26:25.475Z | Compiling slog-async v2.8.0 |
600 | 2024-12-21T02:26:25.645Z | Checking match_cfg v0.1.0 |
601 | 2024-12-21T02:26:25.730Z | Checking hostname v0.3.1 |
602 | 2024-12-21T02:26:25.870Z | Compiling darling v0.20.10 |
603 | 2024-12-21T02:26:25.991Z | Checking progenitor-client v0.8.0 |
604 | 2024-12-21T02:26:26.027Z | Checking rand_chacha v0.3.1 |
605 | 2024-12-21T02:26:26.094Z | Checking digest v0.10.7 |
606 | 2024-12-21T02:26:26.319Z | Checking crossbeam-channel v0.5.13 |
607 | 2024-12-21T02:26:26.405Z | Checking term v0.7.0 |
608 | 2024-12-21T02:26:26.937Z | Compiling structmeta v0.3.0 |
609 | 2024-12-21T02:26:27.048Z | Checking slog-json v2.6.1 |
610 | 2024-12-21T02:26:27.312Z | Compiling usdt-macro v0.5.0 |
611 | 2024-12-21T02:26:27.337Z | Compiling usdt-attr-macro v0.5.0 |
612 | 2024-12-21T02:26:27.678Z | Checking futures-executor v0.3.31 |
613 | 2024-12-21T02:26:27.698Z | Compiling async-stream-impl v0.3.6 |
614 | 2024-12-21T02:26:27.898Z | Checking is-terminal v0.4.13 |
615 | 2024-12-21T02:26:27.901Z | Checking memmap v0.7.0 |
616 | 2024-12-21T02:26:28.041Z | Compiling dropshot v0.13.0 |
617 | 2024-12-21T02:26:28.125Z | Checking take_mut v0.2.2 |
618 | 2024-12-21T02:26:28.287Z | Checking cpufeatures v0.2.14 |
619 | 2024-12-21T02:26:28.393Z | Checking sha1 v0.10.6 |
620 | 2024-12-21T02:26:28.547Z | Checking toml_edit v0.22.22 |
621 | 2024-12-21T02:26:28.599Z | Checking slog-term v2.9.1 |
622 | 2024-12-21T02:26:28.656Z | Checking futures v0.3.31 |
623 | 2024-12-21T02:26:28.711Z | Compiling strum_macros v0.26.4 |
624 | 2024-12-21T02:26:28.767Z | Compiling parse-display-derive v0.10.0 |
625 | 2024-12-21T02:26:28.793Z | Checking usdt v0.5.0 |
626 | 2024-12-21T02:26:28.949Z | Checking async-stream v0.3.6 |
627 | 2024-12-21T02:26:29.046Z | Checking slog-bunyan v2.5.0 |
628 | 2024-12-21T02:26:29.083Z | Checking rand v0.8.5 |
629 | 2024-12-21T02:26:29.612Z | Compiling serde_with_macros v3.11.0 |
630 | 2024-12-21T02:26:30.389Z | Checking ipnetwork v0.20.0 |
631 | 2024-12-21T02:26:30.469Z | Compiling dropshot_endpoint v0.13.0 |
632 | 2024-12-21T02:26:30.550Z | Checking tokio-rustls v0.25.0 |
633 | 2024-12-21T02:26:30.753Z | Checking serde_path_to_error v0.1.16 |
634 | 2024-12-21T02:26:30.912Z | Checking hex v0.4.3 |
635 | 2024-12-21T02:26:31.236Z | Checking toml v0.8.19 |
636 | 2024-12-21T02:26:31.417Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
637 | 2024-12-21T02:26:31.435Z | Compiling async-trait v0.1.83 |
638 | 2024-12-21T02:26:31.982Z | Checking waitgroup v0.1.2 |
639 | 2024-12-21T02:26:32.121Z | Checking hostname v0.4.0 |
640 | 2024-12-21T02:26:32.192Z | Checking instant v0.1.13 |
641 | 2024-12-21T02:26:32.213Z | Checking debug-ignore v1.0.5 |
642 | 2024-12-21T02:26:32.247Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
643 | 2024-12-21T02:26:32.313Z | Checking backoff v0.4.0 |
644 | 2024-12-21T02:26:32.354Z | Checking serde_with v3.11.0 |
645 | 2024-12-21T02:26:32.387Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
646 | 2024-12-21T02:26:32.533Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
647 | 2024-12-21T02:26:32.601Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
648 | 2024-12-21T02:26:32.703Z | Checking parse-display v0.10.0 |
649 | 2024-12-21T02:26:32.898Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
650 | 2024-12-21T02:26:33.032Z | Checking macaddr v1.0.1 |
651 | 2024-12-21T02:26:33.124Z | Compiling typify-macro v0.2.0 |
652 | 2024-12-21T02:26:33.165Z | Checking strum v0.26.3 |
653 | 2024-12-21T02:26:33.168Z | Checking regress v0.9.1 |
654 | 2024-12-21T02:26:35.206Z | Compiling typify v0.2.0 |
655 | 2024-12-21T02:26:35.280Z | Compiling progenitor-impl v0.8.0 |
656 | 2024-12-21T02:26:37.872Z | Compiling progenitor-macro v0.8.0 |
657 | 2024-12-21T02:26:42.081Z | Checking progenitor v0.8.0 |
658 | 2024-12-21T02:26:42.214Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
659 | 2024-12-21T02:26:45.178Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
660 | 2024-12-21T02:26:52.612Z | Checking test-project v0.1.0 (/tmp/test-project) |
661 | 2024-12-21T02:26:52.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
662 | 2024-12-21T02:26:53.004Z | + cargo build --release |
663 | 2024-12-21T02:26:53.253Z | Compiling proc-macro2 v1.0.89 |
664 | 2024-12-21T02:26:53.253Z | Compiling unicode-ident v1.0.13 |
665 | 2024-12-21T02:26:53.253Z | Compiling libc v0.2.162 |
666 | 2024-12-21T02:26:53.253Z | Compiling cfg-if v1.0.0 |
667 | 2024-12-21T02:26:53.256Z | Compiling autocfg v1.4.0 |
668 | 2024-12-21T02:26:53.256Z | Compiling serde v1.0.215 |
669 | 2024-12-21T02:26:53.256Z | Compiling version_check v0.9.5 |
670 | 2024-12-21T02:26:53.256Z | Compiling memchr v2.7.4 |
671 | 2024-12-21T02:26:53.359Z | Compiling serde_json v1.0.132 |
672 | 2024-12-21T02:26:53.470Z | Compiling itoa v1.0.11 |
673 | 2024-12-21T02:26:53.687Z | Compiling thiserror v1.0.69 |
674 | 2024-12-21T02:26:53.815Z | Compiling once_cell v1.20.2 |
675 | 2024-12-21T02:26:53.911Z | Compiling shlex v1.3.0 |
676 | 2024-12-21T02:26:54.142Z | Compiling cc v1.1.30 |
677 | 2024-12-21T02:26:54.274Z | Compiling num-traits v0.2.19 |
678 | 2024-12-21T02:26:54.532Z | Compiling pin-project-lite v0.2.14 |
679 | 2024-12-21T02:26:54.643Z | Compiling smallvec v1.13.2 |
680 | 2024-12-21T02:26:54.691Z | Compiling getrandom v0.2.15 |
681 | 2024-12-21T02:26:54.842Z | Compiling bytes v1.8.0 |
682 | 2024-12-21T02:26:55.001Z | Compiling quote v1.0.37 |
683 | 2024-12-21T02:26:55.017Z | Compiling ryu v1.0.18 |
684 | 2024-12-21T02:26:55.112Z | Compiling futures-core v0.3.31 |
685 | 2024-12-21T02:26:55.300Z | Compiling lock_api v0.4.12 |
686 | 2024-12-21T02:26:55.336Z | Compiling ahash v0.8.11 |
687 | 2024-12-21T02:26:55.573Z | Compiling syn v2.0.87 |
688 | 2024-12-21T02:26:55.583Z | Compiling schemars v0.8.21 |
689 | 2024-12-21T02:26:55.604Z | Compiling parking_lot_core v0.9.10 |
690 | 2024-12-21T02:26:55.701Z | Compiling byteorder v1.5.0 |
691 | 2024-12-21T02:26:55.954Z | Compiling scopeguard v1.2.0 |
692 | 2024-12-21T02:26:56.012Z | Compiling slab v0.4.9 |
693 | 2024-12-21T02:26:56.131Z | Compiling futures-sink v0.3.31 |
694 | 2024-12-21T02:26:56.273Z | Compiling log v0.4.22 |
695 | 2024-12-21T02:26:56.477Z | Compiling mio v1.0.2 |
696 | 2024-12-21T02:26:56.515Z | Compiling socket2 v0.5.7 |
697 | 2024-12-21T02:26:56.604Z | Compiling parking_lot v0.12.3 |
698 | 2024-12-21T02:26:56.708Z | Compiling signal-hook-registry v1.4.2 |
699 | 2024-12-21T02:26:56.726Z | Compiling stable_deref_trait v1.2.0 |
700 | 2024-12-21T02:26:56.824Z | Compiling semver v1.0.23 |
701 | 2024-12-21T02:26:57.107Z | Compiling ring v0.17.8 |
702 | 2024-12-21T02:26:57.147Z | Compiling hashbrown v0.15.1 |
703 | 2024-12-21T02:26:57.297Z | Compiling equivalent v1.0.1 |
704 | 2024-12-21T02:26:57.398Z | Compiling fnv v1.0.7 |
705 | 2024-12-21T02:26:57.520Z | Compiling http v1.1.0 |
706 | 2024-12-21T02:26:58.115Z | Compiling futures-channel v0.3.31 |
707 | 2024-12-21T02:26:58.122Z | Compiling futures-task v0.3.31 |
708 | 2024-12-21T02:26:58.229Z | Compiling futures-io v0.3.31 |
709 | 2024-12-21T02:26:58.397Z | Compiling pin-utils v0.1.0 |
710 | 2024-12-21T02:26:58.556Z | Compiling spin v0.9.8 |
711 | 2024-12-21T02:26:58.575Z | Compiling rustls-pki-types v1.10.0 |
712 | 2024-12-21T02:26:58.686Z | Compiling heck v0.5.0 |
713 | 2024-12-21T02:26:58.694Z | Compiling vcpkg v0.2.15 |
714 | 2024-12-21T02:26:58.719Z | Compiling pkg-config v0.3.31 |
715 | 2024-12-21T02:26:59.726Z | Compiling writeable v0.5.5 |
716 | 2024-12-21T02:26:59.916Z | Compiling httparse v1.9.5 |
717 | 2024-12-21T02:27:00.308Z | Compiling openssl-sys v0.9.103 |
718 | 2024-12-21T02:27:00.426Z | Compiling untrusted v0.9.0 |
719 | 2024-12-21T02:27:00.593Z | Compiling iana-time-zone v0.1.61 |
720 | 2024-12-21T02:27:00.687Z | Compiling ucd-trie v0.1.7 |
721 | 2024-12-21T02:27:00.822Z | Compiling litemap v0.7.3 |
722 | 2024-12-21T02:27:01.160Z | Compiling tracing-core v0.1.32 |
723 | 2024-12-21T02:27:01.283Z | Compiling atomic-waker v1.1.2 |
724 | 2024-12-21T02:27:01.451Z | Compiling dyn-clone v1.0.17 |
725 | 2024-12-21T02:27:01.569Z | Compiling allocator-api2 v0.2.18 |
726 | 2024-12-21T02:27:02.268Z | Compiling tracing v0.1.40 |
727 | 2024-12-21T02:27:02.358Z | Compiling http-body v1.0.1 |
728 | 2024-12-21T02:27:02.607Z | Compiling uuid v1.11.0 |
729 | 2024-12-21T02:27:02.684Z | Compiling icu_locid_transform_data v1.5.0 |
730 | 2024-12-21T02:27:02.777Z | Compiling chrono v0.4.38 |
731 | 2024-12-21T02:27:02.888Z | Compiling subtle v2.6.1 |
732 | 2024-12-21T02:27:03.066Z | Compiling zeroize v1.8.1 |
733 | 2024-12-21T02:27:03.161Z | Compiling try-lock v0.2.5 |
734 | 2024-12-21T02:27:03.306Z | Compiling synstructure v0.13.1 |
735 | 2024-12-21T02:27:03.313Z | Compiling serde_derive_internals v0.29.1 |
736 | 2024-12-21T02:27:03.394Z | Compiling want v0.3.1 |
737 | 2024-12-21T02:27:03.741Z | Compiling slog v2.7.0 |
738 | 2024-12-21T02:27:04.209Z | Compiling foreign-types-shared v0.1.1 |
739 | 2024-12-21T02:27:04.308Z | Compiling openssl v0.10.66 |
740 | 2024-12-21T02:27:04.683Z | Compiling icu_properties_data v1.5.0 |
741 | 2024-12-21T02:27:04.736Z | Compiling httpdate v1.0.3 |
742 | 2024-12-21T02:27:04.938Z | Compiling foreign-types v0.3.2 |
743 | 2024-12-21T02:27:05.481Z | Compiling aho-corasick v1.1.3 |
744 | 2024-12-21T02:27:05.536Z | Compiling tower-service v0.3.3 |
745 | 2024-12-21T02:27:05.630Z | Compiling rustls v0.23.19 |
746 | 2024-12-21T02:27:05.648Z | Compiling regex-syntax v0.8.5 |
747 | 2024-12-21T02:27:05.933Z | Compiling icu_normalizer_data v1.5.0 |
748 | 2024-12-21T02:27:06.029Z | Compiling percent-encoding v2.3.1 |
749 | 2024-12-21T02:27:06.507Z | Compiling utf8_iter v1.0.4 |
750 | 2024-12-21T02:27:06.568Z | Compiling typenum v1.17.0 |
751 | 2024-12-21T02:27:06.959Z | Compiling utf16_iter v1.0.5 |
752 | 2024-12-21T02:27:07.162Z | Compiling bitflags v2.6.0 |
753 | 2024-12-21T02:27:07.506Z | Compiling native-tls v0.2.12 |
754 | 2024-12-21T02:27:07.567Z | Compiling write16 v1.0.0 |
755 | 2024-12-21T02:27:07.670Z | Compiling form_urlencoded v1.2.1 |
756 | 2024-12-21T02:27:07.989Z | Compiling generic-array v0.14.7 |
757 | 2024-12-21T02:27:08.316Z | Compiling openssl-probe v0.1.5 |
758 | 2024-12-21T02:27:08.849Z | Compiling serde_derive v1.0.215 |
759 | 2024-12-21T02:27:08.866Z | Compiling zerocopy-derive v0.7.35 |
760 | 2024-12-21T02:27:08.895Z | Compiling thiserror-impl v1.0.69 |
761 | 2024-12-21T02:27:09.417Z | Compiling schemars_derive v0.8.21 |
762 | 2024-12-21T02:27:09.809Z | Compiling zerofrom-derive v0.1.4 |
763 | 2024-12-21T02:27:10.938Z | Compiling zerocopy v0.7.35 |
764 | 2024-12-21T02:27:12.050Z | Compiling tokio-macros v2.4.0 |
765 | 2024-12-21T02:27:12.449Z | Compiling yoke-derive v0.7.4 |
766 | 2024-12-21T02:27:12.591Z | Compiling zerovec-derive v0.10.3 |
767 | 2024-12-21T02:27:13.388Z | Compiling futures-macro v0.3.31 |
768 | 2024-12-21T02:27:13.466Z | Compiling zerofrom v0.1.4 |
769 | 2024-12-21T02:27:13.583Z | Compiling tokio v1.40.0 |
770 | 2024-12-21T02:27:13.693Z | Compiling displaydoc v0.2.5 |
771 | 2024-12-21T02:27:15.183Z | Compiling yoke v0.7.4 |
772 | 2024-12-21T02:27:15.268Z | Compiling futures-util v0.3.31 |
773 | 2024-12-21T02:27:15.276Z | Compiling pest v2.7.14 |
774 | 2024-12-21T02:27:15.606Z | Compiling zerovec v0.10.4 |
775 | 2024-12-21T02:27:15.713Z | Compiling icu_provider_macros v1.5.0 |
776 | 2024-12-21T02:27:15.794Z | Compiling hashbrown v0.14.5 |
777 | 2024-12-21T02:27:17.236Z | Compiling rustls-webpki v0.102.8 |
778 | 2024-12-21T02:27:18.163Z | Compiling tinystr v0.7.6 |
779 | 2024-12-21T02:27:18.626Z | Compiling icu_locid v1.5.0 |
780 | 2024-12-21T02:27:18.766Z | Compiling pest_meta v2.7.14 |
781 | 2024-12-21T02:27:22.053Z | Compiling icu_provider v1.5.0 |
782 | 2024-12-21T02:27:22.230Z | Compiling pest_generator v2.7.14 |
783 | 2024-12-21T02:27:23.292Z | Compiling indexmap v2.6.0 |
784 | 2024-12-21T02:27:23.971Z | Compiling serde_tokenstream v0.2.2 |
785 | 2024-12-21T02:27:25.029Z | Compiling tokio-util v0.7.12 |
786 | 2024-12-21T02:27:26.233Z | Compiling h2 v0.4.6 |
787 | 2024-12-21T02:27:26.280Z | Compiling icu_locid_transform v1.5.0 |
788 | 2024-12-21T02:27:29.200Z | Compiling icu_collections v1.5.0 |
789 | 2024-12-21T02:27:29.511Z | Compiling regress v0.10.1 |
790 | 2024-12-21T02:27:31.910Z | Compiling hyper v1.5.0 |
791 | 2024-12-21T02:27:32.339Z | Compiling icu_properties v1.5.1 |
792 | 2024-12-21T02:27:33.075Z | Compiling pest_derive v2.7.14 |
793 | 2024-12-21T02:27:33.960Z | Compiling typify-impl v0.2.0 |
794 | 2024-12-21T02:27:34.833Z | Compiling openssl-macros v0.1.1 |
795 | 2024-12-21T02:27:38.796Z | Compiling icu_normalizer v1.5.0 |
796 | 2024-12-21T02:27:41.376Z | Compiling hyper-util v0.1.10 |
797 | 2024-12-21T02:27:42.262Z | Compiling regex-automata v0.4.8 |
798 | 2024-12-21T02:27:44.099Z | Compiling idna_adapter v1.2.0 |
799 | 2024-12-21T02:27:44.294Z | Compiling http-body-util v0.1.2 |
800 | 2024-12-21T02:27:45.666Z | Compiling scroll_derive v0.12.0 |
801 | 2024-12-21T02:27:46.093Z | Compiling typify-macro v0.2.0 |
802 | 2024-12-21T02:27:46.497Z | Compiling regex v1.11.1 |
803 | 2024-12-21T02:27:47.500Z | Compiling usdt-impl v0.5.0 |
804 | 2024-12-21T02:27:47.869Z | Compiling encoding_rs v0.8.34 |
805 | 2024-12-21T02:27:49.903Z | Compiling time-core v0.1.2 |
806 | 2024-12-21T02:27:50.069Z | Compiling num-conv v0.1.0 |
807 | 2024-12-21T02:27:50.257Z | Compiling powerfmt v0.2.0 |
808 | 2024-12-21T02:27:50.268Z | Compiling mime v0.3.17 |
809 | 2024-12-21T02:27:50.323Z | Compiling time-macros v0.2.18 |
810 | 2024-12-21T02:27:50.732Z | Compiling deranged v0.3.11 |
811 | 2024-12-21T02:27:53.070Z | Compiling tokio-rustls v0.26.0 |
812 | 2024-12-21T02:27:53.495Z | Compiling scroll v0.12.0 |
813 | 2024-12-21T02:27:53.559Z | Compiling thread-id v4.2.2 |
814 | 2024-12-21T02:27:53.661Z | Compiling idna v1.0.3 |
815 | 2024-12-21T02:27:54.138Z | Compiling tokio-native-tls v0.3.1 |
816 | 2024-12-21T02:27:58.703Z | Compiling dtrace-parser v0.2.0 |
817 | 2024-12-21T02:27:59.423Z | Compiling dof v0.3.0 |
818 | 2024-12-21T02:28:00.321Z | Compiling serde_urlencoded v0.7.1 |
819 | 2024-12-21T02:28:00.529Z | Compiling webpki-roots v0.26.6 |
820 | 2024-12-21T02:28:00.735Z | Compiling rustls-pemfile v2.2.0 |
821 | 2024-12-21T02:28:00.895Z | Compiling ident_case v1.0.1 |
822 | 2024-12-21T02:28:01.064Z | Compiling omicron-workspace-hack v0.1.0 |
823 | 2024-12-21T02:28:01.206Z | Compiling plain v0.2.3 |
824 | 2024-12-21T02:28:01.385Z | Compiling crossbeam-utils v0.8.20 |
825 | 2024-12-21T02:28:02.140Z | Compiling num_threads v0.1.7 |
826 | 2024-12-21T02:28:02.273Z | Compiling strsim v0.11.1 |
827 | 2024-12-21T02:28:02.998Z | Compiling base64 v0.22.1 |
828 | 2024-12-21T02:28:03.105Z | Compiling darling_core v0.20.10 |
829 | 2024-12-21T02:28:04.063Z | Compiling time v0.3.36 |
830 | 2024-12-21T02:28:06.618Z | Compiling goblin v0.8.2 |
831 | 2024-12-21T02:28:07.337Z | Compiling hyper-rustls v0.27.3 |
832 | 2024-12-21T02:28:10.413Z | Compiling hyper-tls v0.6.0 |
833 | 2024-12-21T02:28:10.921Z | Compiling url v2.5.3 |
834 | 2024-12-21T02:28:12.234Z | Compiling typify v0.2.0 |
835 | 2024-12-21T02:28:12.360Z | Compiling openapiv3 v2.0.0 |
836 | 2024-12-21T02:28:13.348Z | Compiling sync_wrapper v1.0.1 |
837 | 2024-12-21T02:28:13.495Z | Compiling dirs-sys-next v0.1.2 |
838 | 2024-12-21T02:28:15.000Z | Compiling rustversion v1.0.17 |
839 | 2024-12-21T02:28:15.662Z | Compiling pretty-hex v0.4.1 |
840 | 2024-12-21T02:28:15.894Z | Compiling rustls v0.22.4 |
841 | 2024-12-21T02:28:16.212Z | Compiling paste v1.0.15 |
842 | 2024-12-21T02:28:16.689Z | Compiling ipnet v2.10.1 |
843 | 2024-12-21T02:28:16.699Z | Compiling unsafe-libyaml v0.2.11 |
844 | 2024-12-21T02:28:16.772Z | Compiling progenitor-impl v0.8.0 |
845 | 2024-12-21T02:28:18.472Z | Compiling serde_yaml v0.9.34+deprecated |
846 | 2024-12-21T02:28:19.607Z | Compiling reqwest v0.12.9 |
847 | 2024-12-21T02:28:22.473Z | Compiling dirs-next v2.0.0 |
848 | 2024-12-21T02:28:22.862Z | Compiling darling_macro v0.20.10 |
849 | 2024-12-21T02:28:23.880Z | Compiling block-buffer v0.10.4 |
850 | 2024-12-21T02:28:24.118Z | Compiling crypto-common v0.1.6 |
851 | 2024-12-21T02:28:24.323Z | Compiling serde_spanned v0.6.8 |
852 | 2024-12-21T02:28:24.569Z | Compiling toml_datetime v0.6.8 |
853 | 2024-12-21T02:28:25.270Z | Compiling ppv-lite86 v0.2.20 |
854 | 2024-12-21T02:28:25.398Z | Compiling structmeta-derive v0.3.0 |
855 | 2024-12-21T02:28:26.239Z | Compiling rand_core v0.6.4 |
856 | 2024-12-21T02:28:26.419Z | Compiling thread_local v1.1.8 |
857 | 2024-12-21T02:28:26.720Z | Compiling multer v3.1.0 |
858 | 2024-12-21T02:28:27.053Z | Compiling camino v1.1.9 |
859 | 2024-12-21T02:28:27.146Z | Compiling anyhow v1.0.93 |
860 | 2024-12-21T02:28:27.634Z | Compiling match_cfg v0.1.0 |
861 | 2024-12-21T02:28:27.716Z | Compiling slog-async v2.8.0 |
862 | 2024-12-21T02:28:27.738Z | Compiling newtype-uuid v1.1.3 |
863 | 2024-12-21T02:28:28.044Z | Compiling winnow v0.6.20 |
864 | 2024-12-21T02:28:28.129Z | Compiling structmeta v0.3.0 |
865 | 2024-12-21T02:28:28.472Z | Compiling hostname v0.3.1 |
866 | 2024-12-21T02:28:28.702Z | Compiling rand_chacha v0.3.1 |
867 | 2024-12-21T02:28:30.088Z | Compiling crossbeam-channel v0.5.13 |
868 | 2024-12-21T02:28:30.423Z | Compiling digest v0.10.7 |
869 | 2024-12-21T02:28:30.847Z | Compiling darling v0.20.10 |
870 | 2024-12-21T02:28:30.953Z | Compiling progenitor-macro v0.8.0 |
871 | 2024-12-21T02:28:31.719Z | Compiling term v0.7.0 |
872 | 2024-12-21T02:28:32.609Z | Compiling toml_edit v0.22.22 |
873 | 2024-12-21T02:28:33.064Z | Compiling progenitor-client v0.8.0 |
874 | 2024-12-21T02:28:37.456Z | Compiling usdt-attr-macro v0.5.0 |
875 | 2024-12-21T02:28:38.920Z | Compiling usdt-macro v0.5.0 |
876 | 2024-12-21T02:28:40.065Z | Compiling slog-json v2.6.1 |
877 | 2024-12-21T02:28:40.304Z | Compiling futures-executor v0.3.31 |
878 | 2024-12-21T02:28:40.493Z | Compiling async-stream-impl v0.3.6 |
879 | 2024-12-21T02:28:41.494Z | Compiling is-terminal v0.4.13 |
880 | 2024-12-21T02:28:41.615Z | Compiling memmap v0.7.0 |
881 | 2024-12-21T02:28:41.870Z | Compiling dropshot v0.13.0 |
882 | 2024-12-21T02:28:42.034Z | Compiling cpufeatures v0.2.14 |
883 | 2024-12-21T02:28:42.122Z | Compiling take_mut v0.2.2 |
884 | 2024-12-21T02:28:42.279Z | Compiling sha1 v0.10.6 |
885 | 2024-12-21T02:28:43.000Z | Compiling async-stream v0.3.6 |
886 | 2024-12-21T02:28:43.282Z | Compiling usdt v0.5.0 |
887 | 2024-12-21T02:28:44.070Z | Compiling progenitor v0.8.0 |
888 | 2024-12-21T02:28:44.286Z | Compiling slog-term v2.9.1 |
889 | 2024-12-21T02:28:44.859Z | Compiling futures v0.3.31 |
890 | 2024-12-21T02:28:44.966Z | Compiling slog-bunyan v2.5.0 |
891 | 2024-12-21T02:28:45.315Z | Compiling tokio-rustls v0.25.0 |
892 | 2024-12-21T02:28:45.688Z | Compiling toml v0.8.19 |
893 | 2024-12-21T02:28:45.764Z | Compiling strum_macros v0.26.4 |
894 | 2024-12-21T02:28:47.260Z | Compiling serde_with_macros v3.11.0 |
895 | 2024-12-21T02:28:50.022Z | Compiling rand v0.8.5 |
896 | 2024-12-21T02:28:53.238Z | Compiling parse-display-derive v0.10.0 |
897 | 2024-12-21T02:28:53.744Z | Compiling ipnetwork v0.20.0 |
898 | 2024-12-21T02:28:54.737Z | Compiling dropshot_endpoint v0.13.0 |
899 | 2024-12-21T02:28:55.645Z | Compiling hex v0.4.3 |
900 | 2024-12-21T02:28:56.356Z | Compiling serde_path_to_error v0.1.16 |
901 | 2024-12-21T02:28:57.315Z | Compiling async-trait v0.1.83 |
902 | 2024-12-21T02:28:57.318Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
903 | 2024-12-21T02:28:58.139Z | Compiling waitgroup v0.1.2 |
904 | 2024-12-21T02:28:58.380Z | Compiling hostname v0.4.0 |
905 | 2024-12-21T02:28:58.600Z | Compiling instant v0.1.13 |
906 | 2024-12-21T02:28:58.742Z | Compiling debug-ignore v1.0.5 |
907 | 2024-12-21T02:28:58.833Z | Compiling backoff v0.4.0 |
908 | 2024-12-21T02:28:58.873Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
909 | 2024-12-21T02:28:59.073Z | Compiling parse-display v0.10.0 |
910 | 2024-12-21T02:28:59.131Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
911 | 2024-12-21T02:28:59.158Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
912 | 2024-12-21T02:28:59.380Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
913 | 2024-12-21T02:29:01.207Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
914 | 2024-12-21T02:29:01.797Z | Compiling strum v0.26.3 |
915 | 2024-12-21T02:29:01.982Z | Compiling serde_with v3.11.0 |
916 | 2024-12-21T02:29:04.115Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
917 | 2024-12-21T02:29:04.166Z | Compiling regress v0.9.1 |
918 | 2024-12-21T02:29:04.917Z | Compiling macaddr v1.0.1 |
919 | 2024-12-21T02:29:08.348Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
920 | 2024-12-21T02:29:19.937Z | Compiling test-project v0.1.0 (/tmp/test-project) |
921 | 2024-12-21T02:29:29.883Z | Finished `release` profile [optimized] target(s) in 2m 36s |
922 | 2024-12-21T02:29:29.950Z | process exited: duration 235535 ms, exit code 0 |
|
923 | 2024-12-21T02:29:29.959Z | found 0 output files |