|
|
|
1 | 2024-12-06T01:58:27.967Z | job assigned to worker 01JECTZTBRHSN35EAM6MRPNSKF [factory aws, i-03dd46030cf5a7ca2] (queued for 45 s) |
|
2 | 2024-12-06T01:58:35.792Z | starting task 0: "setup" |
3 | 2024-12-06T01:58:35.801Z | ++ uname -s |
4 | 2024-12-06T01:58:35.804Z | + kern=SunOS |
5 | 2024-12-06T01:58:35.804Z | + case "$kern" in |
6 | 2024-12-06T01:58:35.804Z | + groupadd -g 12345 build |
7 | 2024-12-06T01:58:35.806Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-06T01:58:36.812Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-06T01:58:36.895Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-06T01:58:36.898Z | + home_fs=zfs |
11 | 2024-12-06T01:58:36.898Z | + [[ zfs == autofs ]] |
12 | 2024-12-06T01:58:36.898Z | + mkdir -p /home/build |
13 | 2024-12-06T01:58:36.901Z | + chown build:build /home/build /work |
14 | 2024-12-06T01:58:38.902Z | + chmod 0700 /home/build /work |
15 | 2024-12-06T01:58:38.905Z | process exited: duration 3113 ms, exit code 0 |
|
16 | 2024-12-06T01:58:38.910Z | starting task 1: "rust-toolchain" |
17 | 2024-12-06T01:58:38.915Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-06T01:58:38.915Z | ' 1.81.0 |
19 | 2024-12-06T01:58:38.915Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-06T01:58:38.915Z | ' default |
21 | 2024-12-06T01:58:38.915Z | * toolchain channel = "1.81.0" |
22 | 2024-12-06T01:58:38.915Z | * toolchain profile = "default" |
23 | 2024-12-06T01:58:38.918Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-06T01:58:38.918Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-06T01:58:39.048Z | info: downloading installer |
26 | 2024-12-06T01:58:40.209Z | info: profile set to 'default' |
27 | 2024-12-06T01:58:40.209Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-06T01:58:40.211Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-06T01:58:40.348Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-06T01:58:40.350Z | info: downloading component 'cargo' |
31 | 2024-12-06T01:58:41.311Z | info: downloading component 'clippy' |
32 | 2024-12-06T01:58:41.762Z | info: downloading component 'rust-docs' |
33 | 2024-12-06T01:58:42.762Z | info: downloading component 'rust-std' |
34 | 2024-12-06T01:58:44.682Z | info: downloading component 'rustc' |
35 | 2024-12-06T01:58:51.464Z | info: downloading component 'rustfmt' |
36 | 2024-12-06T01:58:51.870Z | info: installing component 'cargo' |
37 | 2024-12-06T01:58:52.687Z | info: installing component 'clippy' |
38 | 2024-12-06T01:58:53.045Z | info: installing component 'rust-docs' |
39 | 2024-12-06T01:58:54.682Z | info: installing component 'rust-std' |
40 | 2024-12-06T01:58:56.404Z | info: installing component 'rustc' |
41 | 2024-12-06T01:59:02.128Z | info: installing component 'rustfmt' |
42 | 2024-12-06T01:59:02.451Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-06T01:59:02.451Z | |
44 | 2024-12-06T01:59:02.814Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-06T01:59:02.814Z | |
46 | 2024-12-06T01:59:02.816Z | |
47 | 2024-12-06T01:59:02.817Z | Rust is installed now. Great! |
48 | 2024-12-06T01:59:02.817Z | |
49 | 2024-12-06T01:59:02.817Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-06T01:59:02.817Z | environment variable. This has not been done automatically. |
51 | 2024-12-06T01:59:02.817Z | |
52 | 2024-12-06T01:59:02.817Z | To configure your current shell, you need to source |
53 | 2024-12-06T01:59:02.817Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-06T01:59:02.817Z | |
55 | 2024-12-06T01:59:02.817Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-06T01:59:02.817Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-06T01:59:02.817Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-06T01:59:02.890Z | + rustc --version |
59 | 2024-12-06T01:59:02.957Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-06T01:59:02.961Z | process exited: duration 24047 ms, exit code 0 |
|
61 | 2024-12-06T01:59:02.966Z | starting task 2: "authentication" |
62 | 2024-12-06T01:59:02.988Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-06T01:59:02.993Z | starting task 3: "clone repository" |
64 | 2024-12-06T01:59:02.998Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-06T01:59:03.001Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-06T01:59:03.044Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-06T01:59:10.494Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-06T01:59:10.495Z | + git fetch origin 9deaac49d6aa9ff24353a5be5f33031551cea117 |
69 | 2024-12-06T01:59:10.767Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-06T01:59:10.767Z | * branch 9deaac49d6aa9ff24353a5be5f33031551cea117 -> FETCH_HEAD |
71 | 2024-12-06T01:59:10.778Z | + [[ -n retry_wrapper ]] |
72 | 2024-12-06T01:59:10.781Z | ++ git branch --show-current |
73 | 2024-12-06T01:59:10.784Z | + current=main |
74 | 2024-12-06T01:59:10.784Z | + [[ main != retry_wrapper ]] |
75 | 2024-12-06T01:59:10.784Z | + git branch -f retry_wrapper 9deaac49d6aa9ff24353a5be5f33031551cea117 |
76 | 2024-12-06T01:59:10.786Z | + git checkout -f retry_wrapper |
77 | 2024-12-06T01:59:10.961Z | Switched to branch 'retry_wrapper' |
78 | 2024-12-06T01:59:10.964Z | + git reset --hard 9deaac49d6aa9ff24353a5be5f33031551cea117 |
79 | 2024-12-06T01:59:10.987Z | HEAD is now at 9deaac49d Use retryable transactions |
80 | 2024-12-06T01:59:10.990Z | process exited: duration 7994 ms, exit code 0 |
|
81 | 2024-12-06T01:59:10.995Z | starting task 4: "build" |
82 | 2024-12-06T01:59:11.001Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-06T01:59:11.004Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-06T01:59:11.004Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-06T01:59:11.004Z | + cargo --version |
86 | 2024-12-06T01:59:11.061Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-06T01:59:11.063Z | + rustc --version |
88 | 2024-12-06T01:59:11.124Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-06T01:59:11.128Z | + cd /tmp |
90 | 2024-12-06T01:59:11.131Z | + cargo new --lib test-project |
91 | 2024-12-06T01:59:11.188Z | Creating library `test-project` package |
92 | 2024-12-06T01:59:11.268Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-12-06T01:59:11.271Z | + cd test-project |
94 | 2024-12-06T01:59:11.271Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-12-06T01:59:11.332Z | Adding omicron-common (local) to dependencies |
96 | 2024-12-06T01:59:11.335Z | Features: |
97 | 2024-12-06T01:59:11.335Z | - proptest |
98 | 2024-12-06T01:59:11.335Z | - test-strategy |
99 | 2024-12-06T01:59:11.335Z | - testing |
100 | 2024-12-06T01:59:11.335Z | Updating crates.io index |
101 | 2024-12-06T01:59:11.439Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-12-06T01:59:12.074Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-12-06T01:59:12.558Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-12-06T01:59:12.981Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-12-06T01:59:14.483Z | Locking 327 packages to latest compatible versions |
106 | 2024-12-06T01:59:14.486Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-12-06T01:59:14.488Z | Adding dropshot v0.13.0 (latest: v0.15.0) |
108 | 2024-12-06T01:59:14.488Z | Adding dropshot_endpoint v0.13.0 (latest: v0.15.0) |
109 | 2024-12-06T01:59:14.488Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
110 | 2024-12-06T01:59:14.488Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
111 | 2024-12-06T01:59:14.488Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
112 | 2024-12-06T01:59:14.488Z | Adding goblin v0.8.2 (latest: v0.9.2) |
113 | 2024-12-06T01:59:14.488Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
114 | 2024-12-06T01:59:14.488Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
115 | 2024-12-06T01:59:14.488Z | Adding hostname v0.3.1 (latest: v0.4.0) |
116 | 2024-12-06T01:59:14.490Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
117 | 2024-12-06T01:59:14.493Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
118 | 2024-12-06T01:59:14.496Z | Adding regress v0.9.1 (latest: v0.10.1) |
119 | 2024-12-06T01:59:14.501Z | Adding rustls v0.22.4 (latest: v0.23.19) |
120 | 2024-12-06T01:59:14.504Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
121 | 2024-12-06T01:59:14.507Z | Adding term v0.7.0 (latest: v1.0.0) |
122 | 2024-12-06T01:59:14.507Z | Adding thiserror v1.0.69 (latest: v2.0.4) |
123 | 2024-12-06T01:59:14.507Z | Adding thiserror-impl v1.0.69 (latest: v2.0.4) |
124 | 2024-12-06T01:59:14.507Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
125 | 2024-12-06T01:59:14.507Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
126 | 2024-12-06T01:59:14.510Z | Adding tokio-rustls v0.25.0 (latest: v0.26.1) |
127 | 2024-12-06T01:59:14.510Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
128 | 2024-12-06T01:59:14.513Z | Adding windows v0.52.0 (latest: v0.58.0) |
129 | 2024-12-06T01:59:14.513Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
130 | 2024-12-06T01:59:14.513Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
131 | 2024-12-06T01:59:14.513Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
132 | 2024-12-06T01:59:14.513Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
133 | 2024-12-06T01:59:14.513Z | Adding writeable v0.5.5 (latest: v0.6.0) |
134 | 2024-12-06T01:59:14.513Z | Adding zerocopy v0.7.35 (latest: v0.8.13) |
135 | 2024-12-06T01:59:14.513Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.13) |
136 | 2024-12-06T01:59:14.513Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
137 | 2024-12-06T01:59:14.513Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
138 | 2024-12-06T01:59:14.591Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
139 | 2024-12-06T01:59:14.594Z | + cargo check |
140 | 2024-12-06T01:59:14.768Z | Updating crates.io index |
141 | 2024-12-06T01:59:15.537Z | Locking 2 packages to latest compatible versions |
142 | 2024-12-06T01:59:21.620Z | Adding omicron-workspace-hack v0.1.0 |
143 | 2024-12-06T01:59:25.297Z | Adding test-project v0.1.0 (/tmp/test-project) |
144 | 2024-12-06T01:59:26.858Z | Downloading crates ... |
145 | 2024-12-06T01:59:27.028Z | Downloaded ahash v0.8.11 |
146 | 2024-12-06T01:59:27.048Z | Downloaded aho-corasick v1.1.3 |
147 | 2024-12-06T01:59:27.054Z | Downloaded equivalent v1.0.1 |
148 | 2024-12-06T01:59:27.056Z | Downloaded byteorder v1.5.0 |
149 | 2024-12-06T01:59:27.059Z | Downloaded darling_macro v0.20.10 |
150 | 2024-12-06T01:59:27.059Z | Downloaded async-stream-impl v0.3.6 |
151 | 2024-12-06T01:59:27.062Z | Downloaded dirs-sys-next v0.1.2 |
152 | 2024-12-06T01:59:27.062Z | Downloaded deranged v0.3.11 |
153 | 2024-12-06T01:59:27.064Z | Downloaded dof v0.3.0 |
154 | 2024-12-06T01:59:27.067Z | Downloaded digest v0.10.7 |
155 | 2024-12-06T01:59:27.067Z | Downloaded backoff v0.4.0 |
156 | 2024-12-06T01:59:27.070Z | Downloaded cfg-if v1.0.0 |
157 | 2024-12-06T01:59:27.070Z | Downloaded autocfg v1.4.0 |
158 | 2024-12-06T01:59:27.073Z | Downloaded http-body v1.0.1 |
159 | 2024-12-06T01:59:27.076Z | Downloaded displaydoc v0.2.5 |
160 | 2024-12-06T01:59:27.078Z | Downloaded bitflags v2.6.0 |
161 | 2024-12-06T01:59:27.081Z | Downloaded crypto-common v0.1.6 |
162 | 2024-12-06T01:59:27.087Z | Downloaded allocator-api2 v0.2.18 |
163 | 2024-12-06T01:59:27.090Z | Downloaded memmap v0.7.0 |
164 | 2024-12-06T01:59:27.092Z | Downloaded httparse v1.9.5 |
165 | 2024-12-06T01:59:27.095Z | Downloaded atomic-waker v1.1.2 |
166 | 2024-12-06T01:59:27.098Z | Downloaded is-terminal v0.4.13 |
167 | 2024-12-06T01:59:27.100Z | Downloaded thread_local v1.1.8 |
168 | 2024-12-06T01:59:27.100Z | Downloaded thread-id v4.2.2 |
169 | 2024-12-06T01:59:27.103Z | Downloaded litemap v0.7.3 |
170 | 2024-12-06T01:59:27.105Z | Downloaded async-trait v0.1.83 |
171 | 2024-12-06T01:59:27.108Z | Downloaded tinyvec v1.8.0 |
172 | 2024-12-06T01:59:27.111Z | Downloaded dtrace-parser v0.2.0 |
173 | 2024-12-06T01:59:27.113Z | Downloaded hostname v0.3.1 |
174 | 2024-12-06T01:59:27.117Z | Downloaded time-core v0.1.2 |
175 | 2024-12-06T01:59:27.117Z | Downloaded heck v0.5.0 |
176 | 2024-12-06T01:59:27.121Z | Downloaded tokio-macros v2.4.0 |
177 | 2024-12-06T01:59:27.121Z | Downloaded tinystr v0.7.6 |
178 | 2024-12-06T01:59:27.123Z | Downloaded icu_locid_transform v1.5.0 |
179 | 2024-12-06T01:59:27.123Z | Downloaded hostname v0.4.0 |
180 | 2024-12-06T01:59:27.126Z | Downloaded tokio-rustls v0.26.0 |
181 | 2024-12-06T01:59:27.128Z | Downloaded tinyvec_macros v0.1.1 |
182 | 2024-12-06T01:59:27.129Z | Downloaded time-macros v0.2.18 |
183 | 2024-12-06T01:59:27.131Z | Downloaded instant v0.1.13 |
184 | 2024-12-06T01:59:27.134Z | Downloaded time v0.3.36 |
185 | 2024-12-06T01:59:27.141Z | Downloaded ident_case v1.0.1 |
186 | 2024-12-06T01:59:27.145Z | Downloaded icu_provider_macros v1.5.0 |
187 | 2024-12-06T01:59:27.145Z | Downloaded futures-sink v0.3.31 |
188 | 2024-12-06T01:59:27.145Z | Downloaded foreign-types v0.3.2 |
189 | 2024-12-06T01:59:27.148Z | Downloaded toml v0.8.19 |
190 | 2024-12-06T01:59:27.151Z | Downloaded idna_adapter v1.2.0 |
191 | 2024-12-06T01:59:27.151Z | Downloaded tokio-util v0.7.12 |
192 | 2024-12-06T01:59:27.157Z | Downloaded tokio-native-tls v0.3.1 |
193 | 2024-12-06T01:59:27.160Z | Downloaded tokio-rustls v0.25.0 |
194 | 2024-12-06T01:59:27.163Z | Downloaded bytes v1.8.0 |
195 | 2024-12-06T01:59:27.166Z | Downloaded fnv v1.0.7 |
196 | 2024-12-06T01:59:27.169Z | Downloaded thiserror-impl v1.0.69 |
197 | 2024-12-06T01:59:27.169Z | Downloaded match_cfg v0.1.0 |
198 | 2024-12-06T01:59:27.172Z | Downloaded icu_locid v1.5.0 |
199 | 2024-12-06T01:59:27.174Z | Downloaded tower-service v0.3.3 |
200 | 2024-12-06T01:59:27.179Z | Downloaded ipnetwork v0.20.0 |
201 | 2024-12-06T01:59:27.179Z | Downloaded macaddr v1.0.1 |
202 | 2024-12-06T01:59:27.182Z | Downloaded anyhow v1.0.93 |
203 | 2024-12-06T01:59:27.185Z | Downloaded http-body-util v0.1.2 |
204 | 2024-12-06T01:59:27.185Z | Downloaded futures-task v0.3.31 |
205 | 2024-12-06T01:59:27.188Z | Downloaded usdt-attr-macro v0.5.0 |
206 | 2024-12-06T01:59:27.188Z | Downloaded try-lock v0.2.5 |
207 | 2024-12-06T01:59:27.191Z | Downloaded form_urlencoded v1.2.1 |
208 | 2024-12-06T01:59:27.191Z | Downloaded dyn-clone v1.0.17 |
209 | 2024-12-06T01:59:27.195Z | Downloaded write16 v1.0.0 |
210 | 2024-12-06T01:59:27.195Z | Downloaded hex v0.4.3 |
211 | 2024-12-06T01:59:27.197Z | Downloaded strum v0.26.3 |
212 | 2024-12-06T01:59:27.197Z | Downloaded tracing v0.1.40 |
213 | 2024-12-06T01:59:27.201Z | Downloaded num-conv v0.1.0 |
214 | 2024-12-06T01:59:27.203Z | Downloaded want v0.3.1 |
215 | 2024-12-06T01:59:27.203Z | Downloaded openssl-probe v0.1.5 |
216 | 2024-12-06T01:59:27.208Z | Downloaded zerofrom v0.1.4 |
217 | 2024-12-06T01:59:27.208Z | Downloaded omicron-workspace-hack v0.1.0 |
218 | 2024-12-06T01:59:27.208Z | Downloaded httpdate v1.0.3 |
219 | 2024-12-06T01:59:27.215Z | Downloaded debug-ignore v1.0.5 |
220 | 2024-12-06T01:59:27.215Z | Downloaded futures-io v0.3.31 |
221 | 2024-12-06T01:59:27.215Z | Downloaded futures-channel v0.3.31 |
222 | 2024-12-06T01:59:27.218Z | Downloaded openssl-macros v0.1.1 |
223 | 2024-12-06T01:59:27.218Z | Downloaded yoke-derive v0.7.4 |
224 | 2024-12-06T01:59:27.218Z | Downloaded usdt-macro v0.5.0 |
225 | 2024-12-06T01:59:27.218Z | Downloaded getrandom v0.2.15 |
226 | 2024-12-06T01:59:27.221Z | Downloaded toml_datetime v0.6.8 |
227 | 2024-12-06T01:59:27.221Z | Downloaded futures-macro v0.3.31 |
228 | 2024-12-06T01:59:27.221Z | Downloaded utf8_iter v1.0.4 |
229 | 2024-12-06T01:59:27.224Z | Downloaded typify-macro v0.2.0 |
230 | 2024-12-06T01:59:27.224Z | Downloaded usdt-impl v0.5.0 |
231 | 2024-12-06T01:59:27.227Z | Downloaded untrusted v0.9.0 |
232 | 2024-12-06T01:59:27.227Z | Downloaded sha1 v0.10.6 |
233 | 2024-12-06T01:59:27.229Z | Downloaded futures-executor v0.3.31 |
234 | 2024-12-06T01:59:27.232Z | Downloaded dirs-next v2.0.0 |
235 | 2024-12-06T01:59:27.232Z | Downloaded cpufeatures v0.2.14 |
236 | 2024-12-06T01:59:27.234Z | Downloaded progenitor-client v0.8.0 |
237 | 2024-12-06T01:59:27.234Z | Downloaded pretty-hex v0.4.1 |
238 | 2024-12-06T01:59:27.236Z | Downloaded num_threads v0.1.7 |
239 | 2024-12-06T01:59:27.236Z | Downloaded newtype-uuid v1.1.3 |
240 | 2024-12-06T01:59:27.240Z | Downloaded block-buffer v0.10.4 |
241 | 2024-12-06T01:59:27.241Z | Downloaded waitgroup v0.1.2 |
242 | 2024-12-06T01:59:27.241Z | Downloaded hyper-tls v0.6.0 |
243 | 2024-12-06T01:59:27.243Z | Downloaded yoke v0.7.4 |
244 | 2024-12-06T01:59:27.243Z | Downloaded writeable v0.5.5 |
245 | 2024-12-06T01:59:27.246Z | Downloaded itoa v1.0.11 |
246 | 2024-12-06T01:59:27.248Z | Downloaded ipnet v2.10.1 |
247 | 2024-12-06T01:59:27.251Z | Downloaded mime v0.3.17 |
248 | 2024-12-06T01:59:27.251Z | Downloaded paste v1.0.15 |
249 | 2024-12-06T01:59:27.255Z | Downloaded utf16_iter v1.0.5 |
250 | 2024-12-06T01:59:27.255Z | Downloaded hyper-rustls v0.27.3 |
251 | 2024-12-06T01:59:27.257Z | Downloaded sync_wrapper v1.0.1 |
252 | 2024-12-06T01:59:27.258Z | Downloaded iana-time-zone v0.1.61 |
253 | 2024-12-06T01:59:27.261Z | Downloaded rand_chacha v0.3.1 |
254 | 2024-12-06T01:59:27.264Z | Downloaded structmeta-derive v0.3.0 |
255 | 2024-12-06T01:59:27.264Z | Downloaded pest_generator v2.7.14 |
256 | 2024-12-06T01:59:27.264Z | Downloaded rustversion v1.0.17 |
257 | 2024-12-06T01:59:27.267Z | Downloaded lock_api v0.4.12 |
258 | 2024-12-06T01:59:27.270Z | Downloaded parse-display-derive v0.10.0 |
259 | 2024-12-06T01:59:27.270Z | Downloaded rand_core v0.6.4 |
260 | 2024-12-06T01:59:27.274Z | Downloaded crossbeam-utils v0.8.20 |
261 | 2024-12-06T01:59:27.276Z | Downloaded take_mut v0.2.2 |
262 | 2024-12-06T01:59:27.277Z | Downloaded usdt v0.5.0 |
263 | 2024-12-06T01:59:27.277Z | Downloaded zerofrom-derive v0.1.4 |
264 | 2024-12-06T01:59:27.279Z | Downloaded parse-display v0.10.0 |
265 | 2024-12-06T01:59:27.279Z | Downloaded camino v1.1.9 |
266 | 2024-12-06T01:59:27.283Z | Downloaded synstructure v0.13.1 |
267 | 2024-12-06T01:59:27.283Z | Downloaded structmeta v0.3.0 |
268 | 2024-12-06T01:59:27.283Z | Downloaded zeroize v1.8.1 |
269 | 2024-12-06T01:59:27.285Z | Downloaded typify v0.2.0 |
270 | 2024-12-06T01:59:27.290Z | Downloaded scroll_derive v0.12.0 |
271 | 2024-12-06T01:59:27.290Z | Downloaded serde_urlencoded v0.7.1 |
272 | 2024-12-06T01:59:27.290Z | Downloaded quinn-udp v0.5.5 |
273 | 2024-12-06T01:59:27.292Z | Downloaded sha2 v0.10.8 |
274 | 2024-12-06T01:59:27.294Z | Downloaded rustls-pemfile v2.2.0 |
275 | 2024-12-06T01:59:27.297Z | Downloaded plain v0.2.3 |
276 | 2024-12-06T01:59:27.297Z | Downloaded progenitor-macro v0.8.0 |
277 | 2024-12-06T01:59:27.300Z | Downloaded icu_normalizer_data v1.5.0 |
278 | 2024-12-06T01:59:27.303Z | Downloaded progenitor v0.8.0 |
279 | 2024-12-06T01:59:27.303Z | Downloaded darling v0.20.10 |
280 | 2024-12-06T01:59:27.306Z | Downloaded pkg-config v0.3.31 |
281 | 2024-12-06T01:59:27.308Z | Downloaded indexmap v1.9.3 |
282 | 2024-12-06T01:59:27.312Z | Downloaded log v0.4.22 |
283 | 2024-12-06T01:59:27.315Z | Downloaded serde_path_to_error v0.1.16 |
284 | 2024-12-06T01:59:27.315Z | Downloaded shlex v1.3.0 |
285 | 2024-12-06T01:59:27.318Z | Downloaded slog-json v2.6.1 |
286 | 2024-12-06T01:59:27.318Z | Downloaded serde_with_macros v3.11.0 |
287 | 2024-12-06T01:59:27.320Z | Downloaded pin-project-lite v0.2.14 |
288 | 2024-12-06T01:59:27.325Z | Downloaded subtle v2.6.1 |
289 | 2024-12-06T01:59:27.328Z | Downloaded serde_tokenstream v0.2.2 |
290 | 2024-12-06T01:59:27.328Z | Downloaded uuid v1.11.0 |
291 | 2024-12-06T01:59:27.333Z | Downloaded slab v0.4.9 |
292 | 2024-12-06T01:59:27.337Z | Downloaded thiserror v1.0.69 |
293 | 2024-12-06T01:59:27.340Z | Downloaded scopeguard v1.2.0 |
294 | 2024-12-06T01:59:27.340Z | Downloaded quote v1.0.37 |
295 | 2024-12-06T01:59:27.343Z | Downloaded signal-hook-registry v1.4.2 |
296 | 2024-12-06T01:59:27.343Z | Downloaded rustc-hash v2.0.0 |
297 | 2024-12-06T01:59:27.345Z | Downloaded pest_meta v2.7.14 |
298 | 2024-12-06T01:59:27.348Z | Downloaded pest_derive v2.7.14 |
299 | 2024-12-06T01:59:27.350Z | Downloaded serde_spanned v0.6.8 |
300 | 2024-12-06T01:59:27.350Z | Downloaded smallvec v1.13.2 |
301 | 2024-12-06T01:59:27.354Z | Downloaded num-traits v0.2.19 |
302 | 2024-12-06T01:59:27.356Z | Downloaded parking_lot v0.12.3 |
303 | 2024-12-06T01:59:27.358Z | Downloaded dropshot_endpoint v0.13.0 |
304 | 2024-12-06T01:59:27.361Z | Downloaded icu_provider v1.5.0 |
305 | 2024-12-06T01:59:27.363Z | Downloaded once_cell v1.20.2 |
306 | 2024-12-06T01:59:27.366Z | Downloaded scroll v0.12.0 |
307 | 2024-12-06T01:59:27.369Z | Downloaded serde_derive v1.0.215 |
308 | 2024-12-06T01:59:27.371Z | Downloaded icu_collections v1.5.0 |
309 | 2024-12-06T01:59:27.377Z | Downloaded term v0.7.0 |
310 | 2024-12-06T01:59:27.380Z | Downloaded slog v2.7.0 |
311 | 2024-12-06T01:59:27.383Z | Downloaded strum_macros v0.26.4 |
312 | 2024-12-06T01:59:27.386Z | Downloaded strsim v0.11.1 |
313 | 2024-12-06T01:59:27.388Z | Downloaded unsafe-libyaml v0.2.11 |
314 | 2024-12-06T01:59:27.391Z | Downloaded tracing-core v0.1.32 |
315 | 2024-12-06T01:59:27.394Z | Downloaded rustls-pki-types v1.9.0 |
316 | 2024-12-06T01:59:27.397Z | Downloaded socket2 v0.5.7 |
317 | 2024-12-06T01:59:27.399Z | Downloaded serde_yaml v0.9.34+deprecated |
318 | 2024-12-06T01:59:27.403Z | Downloaded quinn v0.11.5 |
319 | 2024-12-06T01:59:27.406Z | Downloaded indexmap v2.6.0 |
320 | 2024-12-06T01:59:27.411Z | Downloaded semver v1.0.23 |
321 | 2024-12-06T01:59:27.413Z | Downloaded ryu v1.0.18 |
322 | 2024-12-06T01:59:27.417Z | Downloaded rand v0.8.5 |
323 | 2024-12-06T01:59:27.420Z | Downloaded url v2.5.3 |
324 | 2024-12-06T01:59:27.423Z | Downloaded serde_derive_internals v0.29.1 |
325 | 2024-12-06T01:59:27.426Z | Downloaded mio v1.0.2 |
326 | 2024-12-06T01:59:27.431Z | Downloaded zerovec v0.10.4 |
327 | 2024-12-06T01:59:27.437Z | Downloaded memchr v2.7.4 |
328 | 2024-12-06T01:59:27.442Z | Downloaded crossbeam-channel v0.5.13 |
329 | 2024-12-06T01:59:27.446Z | Downloaded pest v2.7.14 |
330 | 2024-12-06T01:59:27.451Z | Downloaded schemars v0.8.21 |
331 | 2024-12-06T01:59:27.463Z | Downloaded winnow v0.6.20 |
332 | 2024-12-06T01:59:27.472Z | Downloaded zerocopy v0.7.35 |
333 | 2024-12-06T01:59:27.489Z | Downloaded quinn-proto v0.11.8 |
334 | 2024-12-06T01:59:27.495Z | Downloaded hashbrown v0.12.3 |
335 | 2024-12-06T01:59:27.499Z | Downloaded serde v1.0.215 |
336 | 2024-12-06T01:59:27.502Z | Downloaded vcpkg v0.2.15 |
337 | 2024-12-06T01:59:27.542Z | Downloaded openssl v0.10.66 |
338 | 2024-12-06T01:59:27.547Z | Downloaded webpki-roots v0.26.6 |
339 | 2024-12-06T01:59:27.551Z | Downloaded hashbrown v0.14.5 |
340 | 2024-12-06T01:59:27.555Z | Downloaded tokio v1.40.0 |
341 | 2024-12-06T01:59:27.591Z | Downloaded hyper v1.5.0 |
342 | 2024-12-06T01:59:27.596Z | Downloaded idna v1.0.3 |
343 | 2024-12-06T01:59:27.601Z | Downloaded h2 v0.4.6 |
344 | 2024-12-06T01:59:27.606Z | Downloaded futures-util v0.3.31 |
345 | 2024-12-06T01:59:27.618Z | Downloaded openapiv3 v2.0.0 |
346 | 2024-12-06T01:59:27.628Z | Downloaded serde_with v3.11.0 |
347 | 2024-12-06T01:59:27.636Z | Downloaded serde_json v1.0.132 |
348 | 2024-12-06T01:59:27.643Z | Downloaded reqwest v0.12.9 |
349 | 2024-12-06T01:59:27.651Z | Downloaded chrono v0.4.38 |
350 | 2024-12-06T01:59:27.659Z | Downloaded typify-impl v0.2.0 |
351 | 2024-12-06T01:59:27.672Z | Downloaded rustls-webpki v0.102.8 |
352 | 2024-12-06T01:59:27.691Z | Downloaded icu_properties_data v1.5.0 |
353 | 2024-12-06T01:59:27.699Z | Downloaded hashbrown v0.15.0 |
354 | 2024-12-06T01:59:27.703Z | Downloaded goblin v0.8.2 |
355 | 2024-12-06T01:59:27.709Z | Downloaded http v1.1.0 |
356 | 2024-12-06T01:59:27.713Z | Downloaded cc v1.1.30 |
357 | 2024-12-06T01:59:27.717Z | Downloaded toml_edit v0.22.22 |
358 | 2024-12-06T01:59:27.736Z | Downloaded spin v0.9.8 |
359 | 2024-12-06T01:59:27.739Z | Downloaded regex v1.11.1 |
360 | 2024-12-06T01:59:27.750Z | Downloaded openssl-sys v0.9.103 |
361 | 2024-12-06T01:59:27.754Z | Downloaded hyper-util v0.1.10 |
362 | 2024-12-06T01:59:27.758Z | Downloaded syn v2.0.87 |
363 | 2024-12-06T01:59:27.768Z | Downloaded darling_core v0.20.10 |
364 | 2024-12-06T01:59:27.772Z | Downloaded progenitor-impl v0.8.0 |
365 | 2024-12-06T01:59:27.775Z | Downloaded proc-macro2 v1.0.89 |
366 | 2024-12-06T01:59:27.778Z | Downloaded dropshot v0.13.0 |
367 | 2024-12-06T01:59:27.796Z | Downloaded regress v0.10.1 |
368 | 2024-12-06T01:59:27.804Z | Downloaded regex-syntax v0.8.5 |
369 | 2024-12-06T01:59:27.813Z | Downloaded regress v0.9.1 |
370 | 2024-12-06T01:59:27.819Z | Downloaded rustls v0.23.14 |
371 | 2024-12-06T01:59:27.830Z | Downloaded rustls v0.22.4 |
372 | 2024-12-06T01:59:27.842Z | Downloaded zerocopy-derive v0.7.35 |
373 | 2024-12-06T01:59:27.847Z | Downloaded icu_normalizer v1.5.0 |
374 | 2024-12-06T01:59:27.850Z | Downloaded stable_deref_trait v1.2.0 |
375 | 2024-12-06T01:59:27.850Z | Downloaded slog-term v2.9.1 |
376 | 2024-12-06T01:59:27.853Z | Downloaded ppv-lite86 v0.2.20 |
377 | 2024-12-06T01:59:27.853Z | Downloaded slog-bunyan v2.5.0 |
378 | 2024-12-06T01:59:27.856Z | Downloaded slog-async v2.8.0 |
379 | 2024-12-06T01:59:27.856Z | Downloaded schemars_derive v0.8.21 |
380 | 2024-12-06T01:59:27.859Z | Downloaded unicode-ident v1.0.13 |
381 | 2024-12-06T01:59:27.859Z | Downloaded ucd-trie v0.1.7 |
382 | 2024-12-06T01:59:27.861Z | Downloaded typenum v1.17.0 |
383 | 2024-12-06T01:59:27.864Z | Downloaded icu_properties v1.5.1 |
384 | 2024-12-06T01:59:27.867Z | Downloaded parking_lot_core v0.9.10 |
385 | 2024-12-06T01:59:27.869Z | Downloaded multer v3.1.0 |
386 | 2024-12-06T01:59:27.871Z | Downloaded zerovec-derive v0.10.3 |
387 | 2024-12-06T01:59:27.871Z | Downloaded icu_locid_transform_data v1.5.0 |
388 | 2024-12-06T01:59:27.874Z | Downloaded native-tls v0.2.12 |
389 | 2024-12-06T01:59:27.876Z | Downloaded futures v0.3.31 |
390 | 2024-12-06T01:59:27.879Z | Downloaded powerfmt v0.2.0 |
391 | 2024-12-06T01:59:27.883Z | Downloaded pin-utils v0.1.0 |
392 | 2024-12-06T01:59:27.883Z | Downloaded percent-encoding v2.3.1 |
393 | 2024-12-06T01:59:27.883Z | Downloaded version_check v0.9.5 |
394 | 2024-12-06T01:59:27.883Z | Downloaded generic-array v0.14.7 |
395 | 2024-12-06T01:59:27.885Z | Downloaded futures-core v0.3.31 |
396 | 2024-12-06T01:59:27.885Z | Downloaded foreign-types-shared v0.1.1 |
397 | 2024-12-06T01:59:27.888Z | Downloaded base64 v0.22.1 |
398 | 2024-12-06T01:59:27.890Z | Downloaded async-stream v0.3.6 |
399 | 2024-12-06T01:59:27.902Z | Downloaded regex-automata v0.4.8 |
400 | 2024-12-06T01:59:27.920Z | Downloaded libc v0.2.162 |
401 | 2024-12-06T01:59:28.027Z | Downloaded encoding_rs v0.8.34 |
402 | 2024-12-06T01:59:28.227Z | Downloaded ring v0.17.8 |
403 | 2024-12-06T01:59:28.550Z | Compiling proc-macro2 v1.0.89 |
404 | 2024-12-06T01:59:28.550Z | Compiling unicode-ident v1.0.13 |
405 | 2024-12-06T01:59:28.550Z | Compiling libc v0.2.162 |
406 | 2024-12-06T01:59:28.550Z | Checking cfg-if v1.0.0 |
407 | 2024-12-06T01:59:28.552Z | Compiling autocfg v1.4.0 |
408 | 2024-12-06T01:59:28.552Z | Compiling serde v1.0.215 |
409 | 2024-12-06T01:59:28.552Z | Compiling version_check v0.9.5 |
410 | 2024-12-06T01:59:28.552Z | Checking memchr v2.7.4 |
411 | 2024-12-06T01:59:28.745Z | Compiling serde_json v1.0.132 |
412 | 2024-12-06T01:59:28.769Z | Checking itoa v1.0.11 |
413 | 2024-12-06T01:59:29.207Z | Compiling thiserror v1.0.69 |
414 | 2024-12-06T01:59:29.248Z | Checking once_cell v1.20.2 |
415 | 2024-12-06T01:59:29.373Z | Compiling shlex v1.3.0 |
416 | 2024-12-06T01:59:29.617Z | Compiling cc v1.1.30 |
417 | 2024-12-06T01:59:29.684Z | Checking pin-project-lite v0.2.14 |
418 | 2024-12-06T01:59:29.844Z | Compiling num-traits v0.2.19 |
419 | 2024-12-06T01:59:30.165Z | Checking smallvec v1.13.2 |
420 | 2024-12-06T01:59:30.203Z | Checking getrandom v0.2.15 |
421 | 2024-12-06T01:59:30.222Z | Checking ryu v1.0.18 |
422 | 2024-12-06T01:59:30.240Z | Checking bytes v1.8.0 |
423 | 2024-12-06T01:59:30.408Z | Checking futures-core v0.3.31 |
424 | 2024-12-06T01:59:30.428Z | Compiling quote v1.0.37 |
425 | 2024-12-06T01:59:30.499Z | Compiling lock_api v0.4.12 |
426 | 2024-12-06T01:59:30.558Z | Compiling parking_lot_core v0.9.10 |
427 | 2024-12-06T01:59:30.584Z | Compiling byteorder v1.5.0 |
428 | 2024-12-06T01:59:30.848Z | Compiling syn v2.0.87 |
429 | 2024-12-06T01:59:31.031Z | Compiling ahash v0.8.11 |
430 | 2024-12-06T01:59:31.046Z | Checking scopeguard v1.2.0 |
431 | 2024-12-06T01:59:31.105Z | Compiling schemars v0.8.21 |
432 | 2024-12-06T01:59:31.151Z | Compiling slab v0.4.9 |
433 | 2024-12-06T01:59:31.433Z | Checking log v0.4.22 |
434 | 2024-12-06T01:59:31.474Z | Checking futures-sink v0.3.31 |
435 | 2024-12-06T01:59:31.508Z | Checking socket2 v0.5.7 |
436 | 2024-12-06T01:59:31.511Z | Checking signal-hook-registry v1.4.2 |
437 | 2024-12-06T01:59:31.596Z | Checking parking_lot v0.12.3 |
438 | 2024-12-06T01:59:31.616Z | Checking mio v1.0.2 |
439 | 2024-12-06T01:59:31.634Z | Checking stable_deref_trait v1.2.0 |
440 | 2024-12-06T01:59:31.734Z | Checking equivalent v1.0.1 |
441 | 2024-12-06T01:59:31.777Z | Checking hashbrown v0.15.0 |
442 | 2024-12-06T01:59:31.844Z | Compiling semver v1.0.23 |
443 | 2024-12-06T01:59:31.947Z | Checking fnv v1.0.7 |
444 | 2024-12-06T01:59:31.950Z | Checking futures-channel v0.3.31 |
445 | 2024-12-06T01:59:31.985Z | Checking futures-io v0.3.31 |
446 | 2024-12-06T01:59:32.076Z | Checking http v1.1.0 |
447 | 2024-12-06T01:59:32.159Z | Checking pin-utils v0.1.0 |
448 | 2024-12-06T01:59:32.183Z | Checking futures-task v0.3.31 |
449 | 2024-12-06T01:59:32.250Z | Compiling pkg-config v0.3.31 |
450 | 2024-12-06T01:59:32.324Z | Checking spin v0.9.8 |
451 | 2024-12-06T01:59:32.418Z | Checking rustls-pki-types v1.9.0 |
452 | 2024-12-06T01:59:32.439Z | Compiling heck v0.5.0 |
453 | 2024-12-06T01:59:32.537Z | Compiling vcpkg v0.2.15 |
454 | 2024-12-06T01:59:32.710Z | Compiling ring v0.17.8 |
455 | 2024-12-06T01:59:32.884Z | Checking litemap v0.7.3 |
456 | 2024-12-06T01:59:33.030Z | Compiling httparse v1.9.5 |
457 | 2024-12-06T01:59:33.264Z | Checking iana-time-zone v0.1.61 |
458 | 2024-12-06T01:59:33.416Z | Compiling ucd-trie v0.1.7 |
459 | 2024-12-06T01:59:33.527Z | Checking untrusted v0.9.0 |
460 | 2024-12-06T01:59:33.604Z | Checking writeable v0.5.5 |
461 | 2024-12-06T01:59:33.825Z | Checking tracing-core v0.1.32 |
462 | 2024-12-06T01:59:33.906Z | Checking dyn-clone v1.0.17 |
463 | 2024-12-06T01:59:34.038Z | Compiling allocator-api2 v0.2.18 |
464 | 2024-12-06T01:59:34.090Z | Checking atomic-waker v1.1.2 |
465 | 2024-12-06T01:59:34.218Z | Compiling openssl-sys v0.9.103 |
466 | 2024-12-06T01:59:34.483Z | Checking tracing v0.1.40 |
467 | 2024-12-06T01:59:34.790Z | Checking http-body v1.0.1 |
468 | 2024-12-06T01:59:34.809Z | Checking try-lock v0.2.5 |
469 | 2024-12-06T01:59:34.893Z | Compiling uuid v1.11.0 |
470 | 2024-12-06T01:59:34.971Z | Checking zeroize v1.8.1 |
471 | 2024-12-06T01:59:34.974Z | Checking icu_locid_transform_data v1.5.0 |
472 | 2024-12-06T01:59:35.080Z | Checking subtle v2.6.1 |
473 | 2024-12-06T01:59:35.241Z | Checking want v0.3.1 |
474 | 2024-12-06T01:59:35.300Z | Checking httpdate v1.0.3 |
475 | 2024-12-06T01:59:35.322Z | Checking icu_properties_data v1.5.0 |
476 | 2024-12-06T01:59:35.403Z | Compiling chrono v0.4.38 |
477 | 2024-12-06T01:59:35.451Z | Compiling slog v2.7.0 |
478 | 2024-12-06T01:59:35.526Z | Checking foreign-types-shared v0.1.1 |
479 | 2024-12-06T01:59:35.545Z | Compiling openssl v0.10.66 |
480 | 2024-12-06T01:59:35.623Z | Checking foreign-types v0.3.2 |
481 | 2024-12-06T01:59:35.860Z | Compiling aho-corasick v1.1.3 |
482 | 2024-12-06T01:59:36.008Z | Checking tower-service v0.3.3 |
483 | 2024-12-06T01:59:36.030Z | Checking write16 v1.0.0 |
484 | 2024-12-06T01:59:36.122Z | Checking utf16_iter v1.0.5 |
485 | 2024-12-06T01:59:36.151Z | Compiling regex-syntax v0.8.5 |
486 | 2024-12-06T01:59:36.288Z | Checking bitflags v2.6.0 |
487 | 2024-12-06T01:59:36.528Z | Compiling typenum v1.17.0 |
488 | 2024-12-06T01:59:37.022Z | Checking percent-encoding v2.3.1 |
489 | 2024-12-06T01:59:37.481Z | Compiling rustls v0.23.14 |
490 | 2024-12-06T01:59:37.483Z | Compiling native-tls v0.2.12 |
491 | 2024-12-06T01:59:37.794Z | Checking icu_normalizer_data v1.5.0 |
492 | 2024-12-06T01:59:37.848Z | Checking utf8_iter v1.0.4 |
493 | 2024-12-06T01:59:37.947Z | Checking form_urlencoded v1.2.1 |
494 | 2024-12-06T01:59:38.024Z | Compiling generic-array v0.14.7 |
495 | 2024-12-06T01:59:38.263Z | Checking openssl-probe v0.1.5 |
496 | 2024-12-06T01:59:38.368Z | Compiling synstructure v0.13.1 |
497 | 2024-12-06T01:59:38.415Z | Compiling serde_derive_internals v0.29.1 |
498 | 2024-12-06T01:59:38.824Z | Checking rustls-webpki v0.102.8 |
499 | 2024-12-06T01:59:39.807Z | Compiling regex-automata v0.4.8 |
500 | 2024-12-06T01:59:40.852Z | Compiling usdt-impl v0.5.0 |
501 | 2024-12-06T01:59:41.155Z | Checking encoding_rs v0.8.34 |
502 | 2024-12-06T01:59:41.217Z | Compiling num-conv v0.1.0 |
503 | 2024-12-06T01:59:41.492Z | Checking mime v0.3.17 |
504 | 2024-12-06T01:59:41.516Z | Compiling time-core v0.1.2 |
505 | 2024-12-06T01:59:41.698Z | Checking powerfmt v0.2.0 |
506 | 2024-12-06T01:59:41.969Z | Checking deranged v0.3.11 |
507 | 2024-12-06T01:59:42.165Z | Compiling time-macros v0.2.18 |
508 | 2024-12-06T01:59:42.193Z | Compiling thread-id v4.2.2 |
509 | 2024-12-06T01:59:43.564Z | Checking webpki-roots v0.26.6 |
510 | 2024-12-06T01:59:43.664Z | Checking rustls-pemfile v2.2.0 |
511 | 2024-12-06T01:59:43.774Z | Compiling regex v1.11.1 |
512 | 2024-12-06T01:59:43.871Z | Compiling ident_case v1.0.1 |
513 | 2024-12-06T01:59:44.071Z | Compiling crossbeam-utils v0.8.20 |
514 | 2024-12-06T01:59:44.089Z | Compiling serde_derive v1.0.215 |
515 | 2024-12-06T01:59:44.204Z | Compiling zerocopy-derive v0.7.35 |
516 | 2024-12-06T01:59:44.569Z | Compiling thiserror-impl v1.0.69 |
517 | 2024-12-06T01:59:44.634Z | Compiling schemars_derive v0.8.21 |
518 | 2024-12-06T01:59:44.771Z | Compiling zerofrom-derive v0.1.4 |
519 | 2024-12-06T01:59:45.236Z | Compiling yoke-derive v0.7.4 |
520 | 2024-12-06T01:59:45.263Z | Compiling tokio-macros v2.4.0 |
521 | 2024-12-06T01:59:46.292Z | Compiling zerocopy v0.7.35 |
522 | 2024-12-06T01:59:47.624Z | Checking tokio v1.40.0 |
523 | 2024-12-06T01:59:47.651Z | Compiling zerovec-derive v0.10.3 |
524 | 2024-12-06T01:59:47.679Z | Compiling futures-macro v0.3.31 |
525 | 2024-12-06T01:59:47.933Z | Compiling displaydoc v0.2.5 |
526 | 2024-12-06T01:59:48.210Z | Compiling pest v2.7.14 |
527 | 2024-12-06T01:59:48.407Z | Checking zerofrom v0.1.4 |
528 | 2024-12-06T01:59:48.630Z | Compiling icu_provider_macros v1.5.0 |
529 | 2024-12-06T01:59:48.632Z | Checking yoke v0.7.4 |
530 | 2024-12-06T01:59:49.014Z | Compiling hashbrown v0.14.5 |
531 | 2024-12-06T01:59:49.578Z | Checking futures-util v0.3.31 |
532 | 2024-12-06T01:59:49.748Z | Compiling openssl-macros v0.1.1 |
533 | 2024-12-06T01:59:50.158Z | Checking zerovec v0.10.4 |
534 | 2024-12-06T01:59:50.405Z | Compiling regress v0.10.1 |
535 | 2024-12-06T01:59:51.124Z | Compiling pest_meta v2.7.14 |
536 | 2024-12-06T01:59:51.193Z | Compiling scroll_derive v0.12.0 |
537 | 2024-12-06T01:59:52.633Z | Checking tinystr v0.7.6 |
538 | 2024-12-06T01:59:53.044Z | Checking icu_locid v1.5.0 |
539 | 2024-12-06T01:59:54.102Z | Checking icu_provider v1.5.0 |
540 | 2024-12-06T01:59:54.778Z | Checking icu_locid_transform v1.5.0 |
541 | 2024-12-06T01:59:54.999Z | Compiling pest_generator v2.7.14 |
542 | 2024-12-06T01:59:55.095Z | Checking tokio-util v0.7.12 |
543 | 2024-12-06T01:59:55.249Z | Checking icu_collections v1.5.0 |
544 | 2024-12-06T01:59:55.325Z | Checking http-body-util v0.1.2 |
545 | 2024-12-06T01:59:55.796Z | Checking tokio-rustls v0.26.0 |
546 | 2024-12-06T01:59:55.816Z | Checking scroll v0.12.0 |
547 | 2024-12-06T01:59:55.913Z | Checking icu_properties v1.5.1 |
548 | 2024-12-06T01:59:56.305Z | Checking base64 v0.22.1 |
549 | 2024-12-06T01:59:56.448Z | Checking tokio-native-tls v0.3.1 |
550 | 2024-12-06T01:59:56.683Z | Checking num_threads v0.1.7 |
551 | 2024-12-06T01:59:56.767Z | Compiling pest_derive v2.7.14 |
552 | 2024-12-06T01:59:56.786Z | Compiling strsim v0.11.1 |
553 | 2024-12-06T01:59:57.017Z | Checking indexmap v2.6.0 |
554 | 2024-12-06T01:59:58.251Z | Compiling serde_tokenstream v0.2.2 |
555 | 2024-12-06T01:59:58.500Z | Checking h2 v0.4.6 |
556 | 2024-12-06T01:59:59.210Z | Checking icu_normalizer v1.5.0 |
557 | 2024-12-06T01:59:59.438Z | Compiling dtrace-parser v0.2.0 |
558 | 2024-12-06T01:59:59.607Z | Checking serde_urlencoded v0.7.1 |
559 | 2024-12-06T01:59:59.953Z | Checking plain v0.2.3 |
560 | 2024-12-06T01:59:59.990Z | Checking idna_adapter v1.2.0 |
561 | 2024-12-06T02:00:00.096Z | Compiling dof v0.3.0 |
562 | 2024-12-06T02:00:00.176Z | Checking idna v1.0.3 |
563 | 2024-12-06T02:00:00.702Z | Checking url v2.5.3 |
564 | 2024-12-06T02:00:01.035Z | Compiling openapiv3 v2.0.0 |
565 | 2024-12-06T02:00:01.398Z | Checking typify-impl v0.2.0 |
566 | 2024-12-06T02:00:01.521Z | Checking goblin v0.8.2 |
567 | 2024-12-06T02:00:01.576Z | Checking time v0.3.36 |
568 | 2024-12-06T02:00:02.841Z | Checking hyper v1.5.0 |
569 | 2024-12-06T02:00:03.734Z | Compiling darling_core v0.20.10 |
570 | 2024-12-06T02:00:04.161Z | Checking sync_wrapper v1.0.1 |
571 | 2024-12-06T02:00:04.308Z | Checking dirs-sys-next v0.1.2 |
572 | 2024-12-06T02:00:04.854Z | Checking ipnet v2.10.1 |
573 | 2024-12-06T02:00:05.041Z | Checking hyper-util v0.1.10 |
574 | 2024-12-06T02:00:05.355Z | Compiling rustls v0.22.4 |
575 | 2024-12-06T02:00:05.444Z | Compiling rustversion v1.0.17 |
576 | 2024-12-06T02:00:05.661Z | Compiling paste v1.0.15 |
577 | 2024-12-06T02:00:06.110Z | Checking pretty-hex v0.4.1 |
578 | 2024-12-06T02:00:06.187Z | Compiling omicron-workspace-hack v0.1.0 |
579 | 2024-12-06T02:00:06.293Z | Compiling unsafe-libyaml v0.2.11 |
580 | 2024-12-06T02:00:06.810Z | Checking hyper-tls v0.6.0 |
581 | 2024-12-06T02:00:06.830Z | Checking hyper-rustls v0.27.3 |
582 | 2024-12-06T02:00:06.940Z | Checking dirs-next v2.0.0 |
583 | 2024-12-06T02:00:07.089Z | Checking toml_datetime v0.6.8 |
584 | 2024-12-06T02:00:07.110Z | Checking serde_spanned v0.6.8 |
585 | 2024-12-06T02:00:07.167Z | Checking reqwest v0.12.9 |
586 | 2024-12-06T02:00:07.299Z | Checking ppv-lite86 v0.2.20 |
587 | 2024-12-06T02:00:07.363Z | Compiling structmeta-derive v0.3.0 |
588 | 2024-12-06T02:00:07.400Z | Checking block-buffer v0.10.4 |
589 | 2024-12-06T02:00:07.610Z | Compiling serde_yaml v0.9.34+deprecated |
590 | 2024-12-06T02:00:07.795Z | Checking crypto-common v0.1.6 |
591 | 2024-12-06T02:00:07.997Z | Checking rand_core v0.6.4 |
592 | 2024-12-06T02:00:08.099Z | Checking thread_local v1.1.8 |
593 | 2024-12-06T02:00:08.168Z | Compiling multer v3.1.0 |
594 | 2024-12-06T02:00:08.279Z | Compiling slog-async v2.8.0 |
595 | 2024-12-06T02:00:08.397Z | Checking match_cfg v0.1.0 |
596 | 2024-12-06T02:00:08.485Z | Compiling camino v1.1.9 |
597 | 2024-12-06T02:00:08.509Z | Compiling anyhow v1.0.93 |
598 | 2024-12-06T02:00:08.679Z | Checking winnow v0.6.20 |
599 | 2024-12-06T02:00:08.804Z | Compiling newtype-uuid v1.1.3 |
600 | 2024-12-06T02:00:09.170Z | Checking progenitor-client v0.8.0 |
601 | 2024-12-06T02:00:09.286Z | Checking hostname v0.3.1 |
602 | 2024-12-06T02:00:09.423Z | Checking rand_chacha v0.3.1 |
603 | 2024-12-06T02:00:09.485Z | Checking digest v0.10.7 |
604 | 2024-12-06T02:00:09.769Z | Compiling darling_macro v0.20.10 |
605 | 2024-12-06T02:00:09.789Z | Checking crossbeam-channel v0.5.13 |
606 | 2024-12-06T02:00:09.792Z | Checking term v0.7.0 |
607 | 2024-12-06T02:00:10.046Z | Compiling structmeta v0.3.0 |
608 | 2024-12-06T02:00:10.522Z | Checking slog-json v2.6.1 |
609 | 2024-12-06T02:00:10.758Z | Compiling darling v0.20.10 |
610 | 2024-12-06T02:00:10.781Z | Compiling usdt-macro v0.5.0 |
611 | 2024-12-06T02:00:10.880Z | Compiling usdt-attr-macro v0.5.0 |
612 | 2024-12-06T02:00:11.372Z | Checking futures-executor v0.3.31 |
613 | 2024-12-06T02:00:11.530Z | Compiling async-stream-impl v0.3.6 |
614 | 2024-12-06T02:00:11.549Z | Checking is-terminal v0.4.13 |
615 | 2024-12-06T02:00:11.584Z | Checking memmap v0.7.0 |
616 | 2024-12-06T02:00:11.678Z | Compiling dropshot v0.13.0 |
617 | 2024-12-06T02:00:11.780Z | Checking cpufeatures v0.2.14 |
618 | 2024-12-06T02:00:11.871Z | Checking take_mut v0.2.2 |
619 | 2024-12-06T02:00:11.890Z | Checking toml_edit v0.22.22 |
620 | 2024-12-06T02:00:12.074Z | Checking sha1 v0.10.6 |
621 | 2024-12-06T02:00:12.098Z | Checking slog-term v2.9.1 |
622 | 2024-12-06T02:00:12.310Z | Checking usdt v0.5.0 |
623 | 2024-12-06T02:00:12.340Z | Checking futures v0.3.31 |
624 | 2024-12-06T02:00:12.360Z | Compiling strum_macros v0.26.4 |
625 | 2024-12-06T02:00:12.452Z | Compiling serde_with_macros v3.11.0 |
626 | 2024-12-06T02:00:12.566Z | Checking slog-bunyan v2.5.0 |
627 | 2024-12-06T02:00:12.596Z | Compiling parse-display-derive v0.10.0 |
628 | 2024-12-06T02:00:12.725Z | Checking rand v0.8.5 |
629 | 2024-12-06T02:00:12.813Z | Checking async-stream v0.3.6 |
630 | 2024-12-06T02:00:13.717Z | Checking tokio-rustls v0.25.0 |
631 | 2024-12-06T02:00:14.071Z | Checking ipnetwork v0.20.0 |
632 | 2024-12-06T02:00:14.151Z | Compiling dropshot_endpoint v0.13.0 |
633 | 2024-12-06T02:00:14.433Z | Checking serde_path_to_error v0.1.16 |
634 | 2024-12-06T02:00:14.537Z | Checking toml v0.8.19 |
635 | 2024-12-06T02:00:14.651Z | Checking hex v0.4.3 |
636 | 2024-12-06T02:00:15.065Z | Compiling async-trait v0.1.83 |
637 | 2024-12-06T02:00:15.115Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
638 | 2024-12-06T02:00:15.184Z | Checking waitgroup v0.1.2 |
639 | 2024-12-06T02:00:15.248Z | Checking hostname v0.4.0 |
640 | 2024-12-06T02:00:15.327Z | Checking instant v0.1.13 |
641 | 2024-12-06T02:00:15.388Z | Checking debug-ignore v1.0.5 |
642 | 2024-12-06T02:00:15.445Z | Checking backoff v0.4.0 |
643 | 2024-12-06T02:00:15.533Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
644 | 2024-12-06T02:00:15.680Z | Checking serde_with v3.11.0 |
645 | 2024-12-06T02:00:15.754Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
646 | 2024-12-06T02:00:15.900Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
647 | 2024-12-06T02:00:16.056Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
648 | 2024-12-06T02:00:16.087Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
649 | 2024-12-06T02:00:16.432Z | Compiling typify-macro v0.2.0 |
650 | 2024-12-06T02:00:16.459Z | Checking macaddr v1.0.1 |
651 | 2024-12-06T02:00:16.552Z | Checking parse-display v0.10.0 |
652 | 2024-12-06T02:00:16.788Z | Checking regress v0.9.1 |
653 | 2024-12-06T02:00:16.904Z | Checking strum v0.26.3 |
654 | 2024-12-06T02:00:18.619Z | Compiling typify v0.2.0 |
655 | 2024-12-06T02:00:18.700Z | Compiling progenitor-impl v0.8.0 |
656 | 2024-12-06T02:00:21.454Z | Compiling progenitor-macro v0.8.0 |
657 | 2024-12-06T02:00:25.802Z | Checking progenitor v0.8.0 |
658 | 2024-12-06T02:00:25.980Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
659 | 2024-12-06T02:00:28.992Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
660 | 2024-12-06T02:00:36.799Z | Checking test-project v0.1.0 (/tmp/test-project) |
661 | 2024-12-06T02:00:36.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s |
662 | 2024-12-06T02:00:37.191Z | + cargo build --release |
663 | 2024-12-06T02:00:37.452Z | Compiling proc-macro2 v1.0.89 |
664 | 2024-12-06T02:00:37.452Z | Compiling unicode-ident v1.0.13 |
665 | 2024-12-06T02:00:37.452Z | Compiling libc v0.2.162 |
666 | 2024-12-06T02:00:37.454Z | Compiling cfg-if v1.0.0 |
667 | 2024-12-06T02:00:37.454Z | Compiling autocfg v1.4.0 |
668 | 2024-12-06T02:00:37.454Z | Compiling serde v1.0.215 |
669 | 2024-12-06T02:00:37.455Z | Compiling version_check v0.9.5 |
670 | 2024-12-06T02:00:37.455Z | Compiling memchr v2.7.4 |
671 | 2024-12-06T02:00:37.584Z | Compiling serde_json v1.0.132 |
672 | 2024-12-06T02:00:37.636Z | Compiling itoa v1.0.11 |
673 | 2024-12-06T02:00:37.917Z | Compiling thiserror v1.0.69 |
674 | 2024-12-06T02:00:38.048Z | Compiling once_cell v1.20.2 |
675 | 2024-12-06T02:00:38.112Z | Compiling shlex v1.3.0 |
676 | 2024-12-06T02:00:38.357Z | Compiling cc v1.1.30 |
677 | 2024-12-06T02:00:38.479Z | Compiling num-traits v0.2.19 |
678 | 2024-12-06T02:00:38.810Z | Compiling pin-project-lite v0.2.14 |
679 | 2024-12-06T02:00:38.927Z | Compiling getrandom v0.2.15 |
680 | 2024-12-06T02:00:38.987Z | Compiling smallvec v1.13.2 |
681 | 2024-12-06T02:00:39.014Z | Compiling ryu v1.0.18 |
682 | 2024-12-06T02:00:39.148Z | Compiling bytes v1.8.0 |
683 | 2024-12-06T02:00:39.267Z | Compiling quote v1.0.37 |
684 | 2024-12-06T02:00:39.457Z | Compiling futures-core v0.3.31 |
685 | 2024-12-06T02:00:39.532Z | Compiling lock_api v0.4.12 |
686 | 2024-12-06T02:00:39.593Z | Compiling ahash v0.8.11 |
687 | 2024-12-06T02:00:39.699Z | Compiling syn v2.0.87 |
688 | 2024-12-06T02:00:39.880Z | Compiling parking_lot_core v0.9.10 |
689 | 2024-12-06T02:00:39.903Z | Compiling schemars v0.8.21 |
690 | 2024-12-06T02:00:39.961Z | Compiling byteorder v1.5.0 |
691 | 2024-12-06T02:00:40.269Z | Compiling scopeguard v1.2.0 |
692 | 2024-12-06T02:00:40.272Z | Compiling slab v0.4.9 |
693 | 2024-12-06T02:00:40.419Z | Compiling futures-sink v0.3.31 |
694 | 2024-12-06T02:00:40.563Z | Compiling log v0.4.22 |
695 | 2024-12-06T02:00:40.731Z | Compiling socket2 v0.5.7 |
696 | 2024-12-06T02:00:40.770Z | Compiling mio v1.0.2 |
697 | 2024-12-06T02:00:40.926Z | Compiling parking_lot v0.12.3 |
698 | 2024-12-06T02:00:41.019Z | Compiling signal-hook-registry v1.4.2 |
699 | 2024-12-06T02:00:41.027Z | Compiling stable_deref_trait v1.2.0 |
700 | 2024-12-06T02:00:41.123Z | Compiling semver v1.0.23 |
701 | 2024-12-06T02:00:41.356Z | Compiling ring v0.17.8 |
702 | 2024-12-06T02:00:41.453Z | Compiling equivalent v1.0.1 |
703 | 2024-12-06T02:00:41.554Z | Compiling hashbrown v0.15.0 |
704 | 2024-12-06T02:00:41.620Z | Compiling fnv v1.0.7 |
705 | 2024-12-06T02:00:41.748Z | Compiling http v1.1.0 |
706 | 2024-12-06T02:00:42.443Z | Compiling futures-channel v0.3.31 |
707 | 2024-12-06T02:00:42.457Z | Compiling futures-io v0.3.31 |
708 | 2024-12-06T02:00:42.576Z | Compiling futures-task v0.3.31 |
709 | 2024-12-06T02:00:42.782Z | Compiling pin-utils v0.1.0 |
710 | 2024-12-06T02:00:42.872Z | Compiling pkg-config v0.3.31 |
711 | 2024-12-06T02:00:42.917Z | Compiling spin v0.9.8 |
712 | 2024-12-06T02:00:43.016Z | Compiling heck v0.5.0 |
713 | 2024-12-06T02:00:43.042Z | Compiling rustls-pki-types v1.9.0 |
714 | 2024-12-06T02:00:43.070Z | Compiling vcpkg v0.2.15 |
715 | 2024-12-06T02:00:44.066Z | Compiling httparse v1.9.5 |
716 | 2024-12-06T02:00:44.102Z | Compiling writeable v0.5.5 |
717 | 2024-12-06T02:00:44.765Z | Compiling openssl-sys v0.9.103 |
718 | 2024-12-06T02:00:44.855Z | Compiling litemap v0.7.3 |
719 | 2024-12-06T02:00:44.883Z | Compiling iana-time-zone v0.1.61 |
720 | 2024-12-06T02:00:45.261Z | Compiling untrusted v0.9.0 |
721 | 2024-12-06T02:00:45.299Z | Compiling ucd-trie v0.1.7 |
722 | 2024-12-06T02:00:45.489Z | Compiling tracing-core v0.1.32 |
723 | 2024-12-06T02:00:45.767Z | Compiling atomic-waker v1.1.2 |
724 | 2024-12-06T02:00:45.935Z | Compiling allocator-api2 v0.2.18 |
725 | 2024-12-06T02:00:45.942Z | Compiling dyn-clone v1.0.17 |
726 | 2024-12-06T02:00:46.624Z | Compiling tracing v0.1.40 |
727 | 2024-12-06T02:00:46.715Z | Compiling http-body v1.0.1 |
728 | 2024-12-06T02:00:47.076Z | Compiling chrono v0.4.38 |
729 | 2024-12-06T02:00:47.218Z | Compiling zeroize v1.8.1 |
730 | 2024-12-06T02:00:47.255Z | Compiling icu_locid_transform_data v1.5.0 |
731 | 2024-12-06T02:00:47.345Z | Compiling try-lock v0.2.5 |
732 | 2024-12-06T02:00:47.363Z | Compiling subtle v2.6.1 |
733 | 2024-12-06T02:00:47.487Z | Compiling uuid v1.11.0 |
734 | 2024-12-06T02:00:47.542Z | Compiling synstructure v0.13.1 |
735 | 2024-12-06T02:00:47.621Z | Compiling serde_derive_internals v0.29.1 |
736 | 2024-12-06T02:00:47.911Z | Compiling want v0.3.1 |
737 | 2024-12-06T02:00:48.252Z | Compiling openssl v0.10.66 |
738 | 2024-12-06T02:00:48.679Z | Compiling icu_properties_data v1.5.0 |
739 | 2024-12-06T02:00:48.929Z | Compiling foreign-types-shared v0.1.1 |
740 | 2024-12-06T02:00:48.974Z | Compiling slog v2.7.0 |
741 | 2024-12-06T02:00:49.033Z | Compiling httpdate v1.0.3 |
742 | 2024-12-06T02:00:49.513Z | Compiling foreign-types v0.3.2 |
743 | 2024-12-06T02:00:49.785Z | Compiling aho-corasick v1.1.3 |
744 | 2024-12-06T02:00:49.868Z | Compiling utf16_iter v1.0.5 |
745 | 2024-12-06T02:00:50.178Z | Compiling bitflags v2.6.0 |
746 | 2024-12-06T02:00:50.556Z | Compiling write16 v1.0.0 |
747 | 2024-12-06T02:00:50.676Z | Compiling native-tls v0.2.12 |
748 | 2024-12-06T02:00:50.972Z | Compiling regex-syntax v0.8.5 |
749 | 2024-12-06T02:00:51.063Z | Compiling icu_normalizer_data v1.5.0 |
750 | 2024-12-06T02:00:51.086Z | Compiling rustls v0.23.14 |
751 | 2024-12-06T02:00:51.166Z | Compiling percent-encoding v2.3.1 |
752 | 2024-12-06T02:00:51.415Z | Compiling utf8_iter v1.0.4 |
753 | 2024-12-06T02:00:51.591Z | Compiling tower-service v0.3.3 |
754 | 2024-12-06T02:00:51.602Z | Compiling typenum v1.17.0 |
755 | 2024-12-06T02:00:51.678Z | Compiling form_urlencoded v1.2.1 |
756 | 2024-12-06T02:00:52.284Z | Compiling generic-array v0.14.7 |
757 | 2024-12-06T02:00:52.713Z | Compiling openssl-probe v0.1.5 |
758 | 2024-12-06T02:00:53.318Z | Compiling serde_derive v1.0.215 |
759 | 2024-12-06T02:00:53.326Z | Compiling zerocopy-derive v0.7.35 |
760 | 2024-12-06T02:00:53.934Z | Compiling thiserror-impl v1.0.69 |
761 | 2024-12-06T02:00:54.235Z | Compiling schemars_derive v0.8.21 |
762 | 2024-12-06T02:00:54.290Z | Compiling zerofrom-derive v0.1.4 |
763 | 2024-12-06T02:00:55.464Z | Compiling zerocopy v0.7.35 |
764 | 2024-12-06T02:00:57.058Z | Compiling tokio-macros v2.4.0 |
765 | 2024-12-06T02:00:57.093Z | Compiling yoke-derive v0.7.4 |
766 | 2024-12-06T02:00:57.309Z | Compiling zerovec-derive v0.10.3 |
767 | 2024-12-06T02:00:57.969Z | Compiling zerofrom v0.1.4 |
768 | 2024-12-06T02:00:58.185Z | Compiling futures-macro v0.3.31 |
769 | 2024-12-06T02:00:58.630Z | Compiling tokio v1.40.0 |
770 | 2024-12-06T02:00:58.673Z | Compiling displaydoc v0.2.5 |
771 | 2024-12-06T02:00:59.866Z | Compiling yoke v0.7.4 |
772 | 2024-12-06T02:00:59.926Z | Compiling pest v2.7.14 |
773 | 2024-12-06T02:01:00.160Z | Compiling futures-util v0.3.31 |
774 | 2024-12-06T02:01:00.215Z | Compiling zerovec v0.10.4 |
775 | 2024-12-06T02:01:00.419Z | Compiling icu_provider_macros v1.5.0 |
776 | 2024-12-06T02:01:00.607Z | Compiling hashbrown v0.14.5 |
777 | 2024-12-06T02:01:02.008Z | Compiling rustls-webpki v0.102.8 |
778 | 2024-12-06T02:01:02.848Z | Compiling tinystr v0.7.6 |
779 | 2024-12-06T02:01:03.262Z | Compiling icu_locid v1.5.0 |
780 | 2024-12-06T02:01:03.311Z | Compiling pest_meta v2.7.14 |
781 | 2024-12-06T02:01:06.803Z | Compiling icu_provider v1.5.0 |
782 | 2024-12-06T02:01:07.242Z | Compiling pest_generator v2.7.14 |
783 | 2024-12-06T02:01:07.476Z | Compiling tokio-util v0.7.12 |
784 | 2024-12-06T02:01:09.035Z | Compiling indexmap v2.6.0 |
785 | 2024-12-06T02:01:09.065Z | Compiling serde_tokenstream v0.2.2 |
786 | 2024-12-06T02:01:10.818Z | Compiling h2 v0.4.6 |
787 | 2024-12-06T02:01:10.896Z | Compiling icu_locid_transform v1.5.0 |
788 | 2024-12-06T02:01:11.623Z | Compiling icu_collections v1.5.0 |
789 | 2024-12-06T02:01:14.372Z | Compiling regress v0.10.1 |
790 | 2024-12-06T02:01:14.756Z | Compiling icu_properties v1.5.1 |
791 | 2024-12-06T02:01:17.076Z | Compiling hyper v1.5.0 |
792 | 2024-12-06T02:01:18.629Z | Compiling typify-impl v0.2.0 |
793 | 2024-12-06T02:01:19.218Z | Compiling pest_derive v2.7.14 |
794 | 2024-12-06T02:01:20.672Z | Compiling openssl-macros v0.1.1 |
795 | 2024-12-06T02:01:22.667Z | Compiling hyper-util v0.1.10 |
796 | 2024-12-06T02:01:26.883Z | Compiling icu_normalizer v1.5.0 |
797 | 2024-12-06T02:01:27.235Z | Compiling regex-automata v0.4.8 |
798 | 2024-12-06T02:01:28.844Z | Compiling idna_adapter v1.2.0 |
799 | 2024-12-06T02:01:29.658Z | Compiling http-body-util v0.1.2 |
800 | 2024-12-06T02:01:30.568Z | Compiling scroll_derive v0.12.0 |
801 | 2024-12-06T02:01:30.986Z | Compiling typify-macro v0.2.0 |
802 | 2024-12-06T02:01:31.765Z | Compiling regex v1.11.1 |
803 | 2024-12-06T02:01:32.334Z | Compiling usdt-impl v0.5.0 |
804 | 2024-12-06T02:01:32.717Z | Compiling encoding_rs v0.8.34 |
805 | 2024-12-06T02:01:34.893Z | Compiling powerfmt v0.2.0 |
806 | 2024-12-06T02:01:35.117Z | Compiling mime v0.3.17 |
807 | 2024-12-06T02:01:35.380Z | Compiling num-conv v0.1.0 |
808 | 2024-12-06T02:01:35.641Z | Compiling time-core v0.1.2 |
809 | 2024-12-06T02:01:35.812Z | Compiling time-macros v0.2.18 |
810 | 2024-12-06T02:01:36.236Z | Compiling deranged v0.3.11 |
811 | 2024-12-06T02:01:36.406Z | Compiling scroll v0.12.0 |
812 | 2024-12-06T02:01:37.042Z | Compiling tokio-rustls v0.26.0 |
813 | 2024-12-06T02:01:38.575Z | Compiling thread-id v4.2.2 |
814 | 2024-12-06T02:01:38.669Z | Compiling idna v1.0.3 |
815 | 2024-12-06T02:01:38.869Z | Compiling tokio-native-tls v0.3.1 |
816 | 2024-12-06T02:01:44.566Z | Compiling dtrace-parser v0.2.0 |
817 | 2024-12-06T02:01:44.592Z | Compiling dof v0.3.0 |
818 | 2024-12-06T02:01:45.448Z | Compiling serde_urlencoded v0.7.1 |
819 | 2024-12-06T02:01:46.042Z | Compiling rustls-pemfile v2.2.0 |
820 | 2024-12-06T02:01:46.517Z | Compiling webpki-roots v0.26.6 |
821 | 2024-12-06T02:01:46.730Z | Compiling num_threads v0.1.7 |
822 | 2024-12-06T02:01:46.942Z | Compiling base64 v0.22.1 |
823 | 2024-12-06T02:01:47.110Z | Compiling strsim v0.11.1 |
824 | 2024-12-06T02:01:47.983Z | Compiling ident_case v1.0.1 |
825 | 2024-12-06T02:01:48.070Z | Compiling crossbeam-utils v0.8.20 |
826 | 2024-12-06T02:01:48.153Z | Compiling plain v0.2.3 |
827 | 2024-12-06T02:01:48.306Z | Compiling omicron-workspace-hack v0.1.0 |
828 | 2024-12-06T02:01:48.646Z | Compiling goblin v0.8.2 |
829 | 2024-12-06T02:01:49.176Z | Compiling time v0.3.36 |
830 | 2024-12-06T02:01:50.882Z | Compiling darling_core v0.20.10 |
831 | 2024-12-06T02:01:55.949Z | Compiling hyper-rustls v0.27.3 |
832 | 2024-12-06T02:01:58.568Z | Compiling url v2.5.3 |
833 | 2024-12-06T02:01:58.688Z | Compiling hyper-tls v0.6.0 |
834 | 2024-12-06T02:01:58.777Z | Compiling typify v0.2.0 |
835 | 2024-12-06T02:01:58.902Z | Compiling openapiv3 v2.0.0 |
836 | 2024-12-06T02:02:01.531Z | Compiling sync_wrapper v1.0.1 |
837 | 2024-12-06T02:02:01.678Z | Compiling dirs-sys-next v0.1.2 |
838 | 2024-12-06T02:02:03.149Z | Compiling rustls v0.22.4 |
839 | 2024-12-06T02:02:03.351Z | Compiling rustversion v1.0.17 |
840 | 2024-12-06T02:02:03.470Z | Compiling pretty-hex v0.4.1 |
841 | 2024-12-06T02:02:03.693Z | Compiling ipnet v2.10.1 |
842 | 2024-12-06T02:02:04.005Z | Compiling unsafe-libyaml v0.2.11 |
843 | 2024-12-06T02:02:04.529Z | Compiling paste v1.0.15 |
844 | 2024-12-06T02:02:05.091Z | Compiling reqwest v0.12.9 |
845 | 2024-12-06T02:02:05.802Z | Compiling serde_yaml v0.9.34+deprecated |
846 | 2024-12-06T02:02:06.988Z | Compiling progenitor-impl v0.8.0 |
847 | 2024-12-06T02:02:08.926Z | Compiling dirs-next v2.0.0 |
848 | 2024-12-06T02:02:09.200Z | Compiling darling_macro v0.20.10 |
849 | 2024-12-06T02:02:12.191Z | Compiling crypto-common v0.1.6 |
850 | 2024-12-06T02:02:12.405Z | Compiling block-buffer v0.10.4 |
851 | 2024-12-06T02:02:12.516Z | Compiling toml_datetime v0.6.8 |
852 | 2024-12-06T02:02:12.648Z | Compiling serde_spanned v0.6.8 |
853 | 2024-12-06T02:02:12.897Z | Compiling ppv-lite86 v0.2.20 |
854 | 2024-12-06T02:02:13.225Z | Compiling structmeta-derive v0.3.0 |
855 | 2024-12-06T02:02:13.852Z | Compiling rand_core v0.6.4 |
856 | 2024-12-06T02:02:13.971Z | Compiling thread_local v1.1.8 |
857 | 2024-12-06T02:02:14.050Z | Compiling multer v3.1.0 |
858 | 2024-12-06T02:02:14.327Z | Compiling newtype-uuid v1.1.3 |
859 | 2024-12-06T02:02:14.393Z | Compiling camino v1.1.9 |
860 | 2024-12-06T02:02:14.640Z | Compiling winnow v0.6.20 |
861 | 2024-12-06T02:02:14.649Z | Compiling anyhow v1.0.93 |
862 | 2024-12-06T02:02:14.991Z | Compiling slog-async v2.8.0 |
863 | 2024-12-06T02:02:15.252Z | Compiling match_cfg v0.1.0 |
864 | 2024-12-06T02:02:15.341Z | Compiling hostname v0.3.1 |
865 | 2024-12-06T02:02:15.713Z | Compiling rand_chacha v0.3.1 |
866 | 2024-12-06T02:02:16.054Z | Compiling structmeta v0.3.0 |
867 | 2024-12-06T02:02:16.113Z | Compiling progenitor-macro v0.8.0 |
868 | 2024-12-06T02:02:16.389Z | Compiling digest v0.10.7 |
869 | 2024-12-06T02:02:16.425Z | Compiling crossbeam-channel v0.5.13 |
870 | 2024-12-06T02:02:17.506Z | Compiling darling v0.20.10 |
871 | 2024-12-06T02:02:17.609Z | Compiling term v0.7.0 |
872 | 2024-12-06T02:02:18.087Z | Compiling progenitor-client v0.8.0 |
873 | 2024-12-06T02:02:19.053Z | Compiling toml_edit v0.22.22 |
874 | 2024-12-06T02:02:24.789Z | Compiling usdt-attr-macro v0.5.0 |
875 | 2024-12-06T02:02:26.342Z | Compiling usdt-macro v0.5.0 |
876 | 2024-12-06T02:02:27.459Z | Compiling slog-json v2.6.1 |
877 | 2024-12-06T02:02:27.706Z | Compiling futures-executor v0.3.31 |
878 | 2024-12-06T02:02:27.881Z | Compiling async-stream-impl v0.3.6 |
879 | 2024-12-06T02:02:28.882Z | Compiling is-terminal v0.4.13 |
880 | 2024-12-06T02:02:29.002Z | Compiling memmap v0.7.0 |
881 | 2024-12-06T02:02:29.260Z | Compiling dropshot v0.13.0 |
882 | 2024-12-06T02:02:29.277Z | Compiling take_mut v0.2.2 |
883 | 2024-12-06T02:02:29.423Z | Compiling cpufeatures v0.2.14 |
884 | 2024-12-06T02:02:29.509Z | Compiling sha1 v0.10.6 |
885 | 2024-12-06T02:02:29.646Z | Compiling async-stream v0.3.6 |
886 | 2024-12-06T02:02:29.943Z | Compiling progenitor v0.8.0 |
887 | 2024-12-06T02:02:30.165Z | Compiling usdt v0.5.0 |
888 | 2024-12-06T02:02:30.287Z | Compiling slog-term v2.9.1 |
889 | 2024-12-06T02:02:31.746Z | Compiling futures v0.3.31 |
890 | 2024-12-06T02:02:31.855Z | Compiling slog-bunyan v2.5.0 |
891 | 2024-12-06T02:02:32.219Z | Compiling tokio-rustls v0.25.0 |
892 | 2024-12-06T02:02:32.666Z | Compiling strum_macros v0.26.4 |
893 | 2024-12-06T02:02:32.883Z | Compiling toml v0.8.19 |
894 | 2024-12-06T02:02:33.296Z | Compiling serde_with_macros v3.11.0 |
895 | 2024-12-06T02:02:36.098Z | Compiling parse-display-derive v0.10.0 |
896 | 2024-12-06T02:02:37.380Z | Compiling rand v0.8.5 |
897 | 2024-12-06T02:02:40.929Z | Compiling ipnetwork v0.20.0 |
898 | 2024-12-06T02:02:42.207Z | Compiling dropshot_endpoint v0.13.0 |
899 | 2024-12-06T02:02:42.607Z | Compiling hex v0.4.3 |
900 | 2024-12-06T02:02:42.947Z | Compiling serde_path_to_error v0.1.16 |
901 | 2024-12-06T02:02:43.300Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
902 | 2024-12-06T02:02:43.995Z | Compiling async-trait v0.1.83 |
903 | 2024-12-06T02:02:44.141Z | Compiling waitgroup v0.1.2 |
904 | 2024-12-06T02:02:44.384Z | Compiling hostname v0.4.0 |
905 | 2024-12-06T02:02:44.619Z | Compiling instant v0.1.13 |
906 | 2024-12-06T02:02:44.772Z | Compiling debug-ignore v1.0.5 |
907 | 2024-12-06T02:02:44.916Z | Compiling backoff v0.4.0 |
908 | 2024-12-06T02:02:45.278Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
909 | 2024-12-06T02:02:45.481Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
910 | 2024-12-06T02:02:45.652Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
911 | 2024-12-06T02:02:46.178Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
912 | 2024-12-06T02:02:46.468Z | Compiling parse-display v0.10.0 |
913 | 2024-12-06T02:02:46.775Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
914 | 2024-12-06T02:02:48.709Z | Compiling strum v0.26.3 |
915 | 2024-12-06T02:02:48.897Z | Compiling serde_with v3.11.0 |
916 | 2024-12-06T02:02:50.368Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
917 | 2024-12-06T02:02:50.665Z | Compiling regress v0.9.1 |
918 | 2024-12-06T02:02:51.194Z | Compiling macaddr v1.0.1 |
919 | 2024-12-06T02:02:57.164Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
920 | 2024-12-06T02:03:07.818Z | Compiling test-project v0.1.0 (/tmp/test-project) |
921 | 2024-12-06T02:03:18.133Z | Finished `release` profile [optimized] target(s) in 2m 40s |
922 | 2024-12-06T02:03:18.200Z | process exited: duration 247166 ms, exit code 0 |
|
923 | 2024-12-06T02:03:18.207Z | found 0 output files |