|
|
|
1 | 2024-11-27T17:43:05.097Z | job assigned to worker 01JDQBEVQN8EY2HPNP492M7CMS [factory aws, i-08adf020d2260a0ab] (queued for 57 s) |
|
2 | 2024-11-27T17:43:12.489Z | starting task 0: "setup" |
3 | 2024-11-27T17:43:12.498Z | ++ uname -s |
4 | 2024-11-27T17:43:12.501Z | + kern=SunOS |
5 | 2024-11-27T17:43:12.501Z | + case "$kern" in |
6 | 2024-11-27T17:43:12.501Z | + groupadd -g 12345 build |
7 | 2024-11-27T17:43:12.503Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-27T17:43:14.509Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-27T17:43:14.616Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-27T17:43:14.619Z | + home_fs=zfs |
11 | 2024-11-27T17:43:14.620Z | + [[ zfs == autofs ]] |
12 | 2024-11-27T17:43:14.620Z | + mkdir -p /home/build |
13 | 2024-11-27T17:43:14.620Z | + chown build:build /home/build /work |
14 | 2024-11-27T17:43:16.618Z | + chmod 0700 /home/build /work |
15 | 2024-11-27T17:43:16.621Z | process exited: duration 4131 ms, exit code 0 |
|
16 | 2024-11-27T17:43:16.628Z | starting task 1: "rust-toolchain" |
17 | 2024-11-27T17:43:16.633Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-27T17:43:16.633Z | ' 1.81.0 |
19 | 2024-11-27T17:43:16.633Z | * toolchain channel = "1.81.0" |
20 | 2024-11-27T17:43:16.633Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-27T17:43:16.633Z | ' default |
22 | 2024-11-27T17:43:16.633Z | * toolchain profile = "default" |
23 | 2024-11-27T17:43:16.636Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-27T17:43:16.636Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-27T17:43:16.928Z | info: downloading installer |
26 | 2024-11-27T17:43:18.223Z | info: profile set to 'default' |
27 | 2024-11-27T17:43:18.223Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-27T17:43:18.227Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-27T17:43:18.360Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-27T17:43:18.360Z | info: downloading component 'cargo' |
31 | 2024-11-27T17:43:19.066Z | info: downloading component 'clippy' |
32 | 2024-11-27T17:43:19.330Z | info: downloading component 'rust-docs' |
33 | 2024-11-27T17:43:20.318Z | info: downloading component 'rust-std' |
34 | 2024-11-27T17:43:21.832Z | info: downloading component 'rustc' |
35 | 2024-11-27T17:43:27.306Z | info: downloading component 'rustfmt' |
36 | 2024-11-27T17:43:27.513Z | info: installing component 'cargo' |
37 | 2024-11-27T17:43:28.312Z | info: installing component 'clippy' |
38 | 2024-11-27T17:43:28.674Z | info: installing component 'rust-docs' |
39 | 2024-11-27T17:43:30.290Z | info: installing component 'rust-std' |
40 | 2024-11-27T17:43:31.973Z | info: installing component 'rustc' |
41 | 2024-11-27T17:43:38.908Z | info: installing component 'rustfmt' |
42 | 2024-11-27T17:43:38.909Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-27T17:43:38.909Z | |
44 | 2024-11-27T17:43:38.909Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-27T17:43:38.909Z | |
46 | 2024-11-27T17:43:38.909Z | |
47 | 2024-11-27T17:43:38.909Z | Rust is installed now. Great! |
48 | 2024-11-27T17:43:38.909Z | |
49 | 2024-11-27T17:43:38.909Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-27T17:43:38.909Z | environment variable. This has not been done automatically. |
51 | 2024-11-27T17:43:38.909Z | |
52 | 2024-11-27T17:43:38.909Z | To configure your current shell, you need to source |
53 | 2024-11-27T17:43:38.909Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-27T17:43:38.909Z | |
55 | 2024-11-27T17:43:38.909Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-27T17:43:38.909Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-27T17:43:38.909Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-27T17:43:38.909Z | + rustc --version |
59 | 2024-11-27T17:43:38.909Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-27T17:43:38.909Z | process exited: duration 21897 ms, exit code 0 |
|
61 | 2024-11-27T17:43:38.970Z | starting task 2: "authentication" |
62 | 2024-11-27T17:43:38.997Z | process exited: duration 36 ms, exit code 0 |
|
63 | 2024-11-27T17:43:39.006Z | starting task 3: "clone repository" |
64 | 2024-11-27T17:43:39.016Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-27T17:43:39.024Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-27T17:43:39.297Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-27T17:43:45.345Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-27T17:43:45.346Z | + git fetch origin efa5390f99bda256f70843e105473e1cbecbf39d |
69 | 2024-11-27T17:43:45.689Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-27T17:43:45.689Z | * branch efa5390f99bda256f70843e105473e1cbecbf39d -> FETCH_HEAD |
71 | 2024-11-27T17:43:45.700Z | + [[ -n alan/update-time-for-c-and-p ]] |
72 | 2024-11-27T17:43:45.703Z | ++ git branch --show-current |
73 | 2024-11-27T17:43:45.705Z | + current=main |
74 | 2024-11-27T17:43:45.705Z | + [[ main != alan/update-time-for-c-and-p ]] |
75 | 2024-11-27T17:43:45.705Z | + git branch -f alan/update-time-for-c-and-p efa5390f99bda256f70843e105473e1cbecbf39d |
76 | 2024-11-27T17:43:45.709Z | + git checkout -f alan/update-time-for-c-and-p |
77 | 2024-11-27T17:43:45.889Z | Switched to branch 'alan/update-time-for-c-and-p' |
78 | 2024-11-27T17:43:45.891Z | + git reset --hard efa5390f99bda256f70843e105473e1cbecbf39d |
79 | 2024-11-27T17:43:46.066Z | HEAD is now at efa5390f9 Update Crucible and Propolis |
80 | 2024-11-27T17:43:46.069Z | process exited: duration 7061 ms, exit code 0 |
|
81 | 2024-11-27T17:43:46.074Z | starting task 4: "build" |
82 | 2024-11-27T17:43:46.079Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-27T17:43:46.079Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-27T17:43:46.079Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-27T17:43:46.081Z | + cargo --version |
86 | 2024-11-27T17:43:46.138Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-27T17:43:46.141Z | + rustc --version |
88 | 2024-11-27T17:43:46.202Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-27T17:43:46.204Z | + cd /tmp |
90 | 2024-11-27T17:43:46.204Z | + cargo new --lib test-project |
91 | 2024-11-27T17:43:46.267Z | Creating library `test-project` package |
92 | 2024-11-27T17:43:46.350Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-11-27T17:43:46.352Z | + cd test-project |
94 | 2024-11-27T17:43:46.352Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-11-27T17:43:46.416Z | Adding omicron-common (local) to dependencies |
96 | 2024-11-27T17:43:46.416Z | Features: |
97 | 2024-11-27T17:43:46.416Z | - proptest |
98 | 2024-11-27T17:43:46.416Z | - test-strategy |
99 | 2024-11-27T17:43:46.418Z | - testing |
100 | 2024-11-27T17:43:46.418Z | Updating crates.io index |
101 | 2024-11-27T17:43:46.487Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-11-27T17:43:47.139Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-11-27T17:43:47.364Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-11-27T17:43:47.656Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-11-27T17:43:48.976Z | Locking 328 packages to latest compatible versions |
106 | 2024-11-27T17:43:48.978Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-11-27T17:43:48.978Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
108 | 2024-11-27T17:43:48.978Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
109 | 2024-11-27T17:43:48.981Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
110 | 2024-11-27T17:43:48.981Z | Adding goblin v0.8.2 (latest: v0.9.2) |
111 | 2024-11-27T17:43:48.981Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
112 | 2024-11-27T17:43:48.981Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
113 | 2024-11-27T17:43:48.981Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
114 | 2024-11-27T17:43:48.981Z | Adding hostname v0.3.1 (latest: v0.4.0) |
115 | 2024-11-27T17:43:48.983Z | Adding indexmap v1.9.3 (latest: v2.6.0) |
116 | 2024-11-27T17:43:48.983Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
117 | 2024-11-27T17:43:48.986Z | Adding regress v0.9.1 (latest: v0.10.1) |
118 | 2024-11-27T17:43:48.992Z | Adding rustls v0.22.4 (latest: v0.23.19) |
119 | 2024-11-27T17:43:48.995Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
120 | 2024-11-27T17:43:48.998Z | Adding term v0.7.0 (latest: v1.0.0) |
121 | 2024-11-27T17:43:48.998Z | Adding thiserror v1.0.69 (latest: v2.0.3) |
122 | 2024-11-27T17:43:49.001Z | Adding thiserror-impl v1.0.69 (latest: v2.0.3) |
123 | 2024-11-27T17:43:49.001Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
124 | 2024-11-27T17:43:49.001Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
125 | 2024-11-27T17:43:49.001Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
126 | 2024-11-27T17:43:49.001Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
127 | 2024-11-27T17:43:49.003Z | Adding windows v0.52.0 (latest: v0.58.0) |
128 | 2024-11-27T17:43:49.003Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
129 | 2024-11-27T17:43:49.003Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
130 | 2024-11-27T17:43:49.003Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
131 | 2024-11-27T17:43:49.003Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
132 | 2024-11-27T17:43:49.003Z | Adding writeable v0.5.5 (latest: v0.6.0) |
133 | 2024-11-27T17:43:49.003Z | Adding zerocopy v0.7.35 (latest: v0.8.11) |
134 | 2024-11-27T17:43:49.003Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.11) |
135 | 2024-11-27T17:43:49.003Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
136 | 2024-11-27T17:43:49.003Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
137 | 2024-11-27T17:43:49.080Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
138 | 2024-11-27T17:43:49.082Z | + cargo check |
139 | 2024-11-27T17:43:49.257Z | Updating crates.io index |
140 | 2024-11-27T17:43:50.215Z | Locking 2 packages to latest compatible versions |
141 | 2024-11-27T17:43:53.785Z | Adding omicron-workspace-hack v0.1.0 |
142 | 2024-11-27T17:43:55.837Z | Adding test-project v0.1.0 (/tmp/test-project) |
143 | 2024-11-27T17:43:56.719Z | Downloading crates ... |
144 | 2024-11-27T17:43:56.783Z | Downloaded async-stream-impl v0.3.6 |
145 | 2024-11-27T17:43:56.791Z | Downloaded allocator-api2 v0.2.18 |
146 | 2024-11-27T17:43:56.796Z | Downloaded dtrace-parser v0.2.0 |
147 | 2024-11-27T17:43:56.799Z | Downloaded deranged v0.3.11 |
148 | 2024-11-27T17:43:56.803Z | Downloaded hyper-tls v0.6.0 |
149 | 2024-11-27T17:43:56.806Z | Downloaded futures-macro v0.3.31 |
150 | 2024-11-27T17:43:56.808Z | Downloaded dof v0.3.0 |
151 | 2024-11-27T17:43:56.808Z | Downloaded crypto-common v0.1.6 |
152 | 2024-11-27T17:43:56.811Z | Downloaded time-macros v0.2.18 |
153 | 2024-11-27T17:43:56.813Z | Downloaded lock_api v0.4.12 |
154 | 2024-11-27T17:43:56.816Z | Downloaded tokio-rustls v0.26.0 |
155 | 2024-11-27T17:43:56.818Z | Downloaded yoke v0.7.4 |
156 | 2024-11-27T17:43:56.821Z | Downloaded version_check v0.9.5 |
157 | 2024-11-27T17:43:56.821Z | Downloaded futures v0.3.31 |
158 | 2024-11-27T17:43:56.825Z | Downloaded num_threads v0.1.7 |
159 | 2024-11-27T17:43:56.827Z | Downloaded zerocopy-derive v0.7.35 |
160 | 2024-11-27T17:43:56.830Z | Downloaded slog-json v2.6.1 |
161 | 2024-11-27T17:43:56.833Z | Downloaded cc v1.1.30 |
162 | 2024-11-27T17:43:56.836Z | Downloaded base64 v0.22.1 |
163 | 2024-11-27T17:43:56.839Z | Downloaded icu_collections v1.5.0 |
164 | 2024-11-27T17:43:56.845Z | Downloaded toml_datetime v0.6.8 |
165 | 2024-11-27T17:43:56.847Z | Downloaded ident_case v1.0.1 |
166 | 2024-11-27T17:43:56.847Z | Downloaded macaddr v1.0.1 |
167 | 2024-11-27T17:43:56.849Z | Downloaded indexmap v1.9.3 |
168 | 2024-11-27T17:43:56.852Z | Downloaded rustls v0.22.4 |
169 | 2024-11-27T17:43:56.864Z | Downloaded tinystr v0.7.6 |
170 | 2024-11-27T17:43:56.866Z | Downloaded autocfg v1.4.0 |
171 | 2024-11-27T17:43:56.869Z | Downloaded async-trait v0.1.83 |
172 | 2024-11-27T17:43:56.872Z | Downloaded serde_path_to_error v0.1.16 |
173 | 2024-11-27T17:43:56.874Z | Downloaded reqwest v0.12.9 |
174 | 2024-11-27T17:43:56.882Z | Downloaded thread_local v1.1.8 |
175 | 2024-11-27T17:43:56.885Z | Downloaded bitflags v2.6.0 |
176 | 2024-11-27T17:43:56.887Z | Downloaded darling_macro v0.20.10 |
177 | 2024-11-27T17:43:56.889Z | Downloaded tokio-native-tls v0.3.1 |
178 | 2024-11-27T17:43:56.893Z | Downloaded cpufeatures v0.2.14 |
179 | 2024-11-27T17:43:56.893Z | Downloaded byteorder v1.5.0 |
180 | 2024-11-27T17:43:56.895Z | Downloaded tokio-macros v2.4.0 |
181 | 2024-11-27T17:43:56.897Z | Downloaded tinyvec_macros v0.1.1 |
182 | 2024-11-27T17:43:56.898Z | Downloaded tinyvec v1.8.0 |
183 | 2024-11-27T17:43:56.899Z | Downloaded foreign-types v0.3.2 |
184 | 2024-11-27T17:43:56.902Z | Downloaded form_urlencoded v1.2.1 |
185 | 2024-11-27T17:43:56.904Z | Downloaded equivalent v1.0.1 |
186 | 2024-11-27T17:43:56.904Z | Downloaded digest v0.10.7 |
187 | 2024-11-27T17:43:56.906Z | Downloaded crossbeam-channel v0.5.13 |
188 | 2024-11-27T17:43:56.910Z | Downloaded tokio-rustls v0.25.0 |
189 | 2024-11-27T17:43:56.912Z | Downloaded http-body v1.0.1 |
190 | 2024-11-27T17:43:56.915Z | Downloaded foreign-types-shared v0.1.1 |
191 | 2024-11-27T17:43:56.915Z | Downloaded dirs-sys-next v0.1.2 |
192 | 2024-11-27T17:43:56.915Z | Downloaded block-buffer v0.10.4 |
193 | 2024-11-27T17:43:56.917Z | Downloaded bytes v1.8.0 |
194 | 2024-11-27T17:43:56.920Z | Downloaded tokio v1.40.0 |
195 | 2024-11-27T17:43:56.956Z | Downloaded memmap v0.7.0 |
196 | 2024-11-27T17:43:56.959Z | Downloaded tracing-core v0.1.32 |
197 | 2024-11-27T17:43:56.961Z | Downloaded tower-service v0.3.3 |
198 | 2024-11-27T17:43:56.961Z | Downloaded toml v0.8.19 |
199 | 2024-11-27T17:43:56.965Z | Downloaded hex v0.4.3 |
200 | 2024-11-27T17:43:56.968Z | Downloaded toml_edit v0.22.22 |
201 | 2024-11-27T17:43:56.989Z | Downloaded openssl-macros v0.1.1 |
202 | 2024-11-27T17:43:56.991Z | Downloaded displaydoc v0.2.5 |
203 | 2024-11-27T17:43:56.994Z | Downloaded yoke-derive v0.7.4 |
204 | 2024-11-27T17:43:56.994Z | Downloaded write16 v1.0.0 |
205 | 2024-11-27T17:43:56.994Z | Downloaded want v0.3.1 |
206 | 2024-11-27T17:43:56.997Z | Downloaded scroll_derive v0.12.0 |
207 | 2024-11-27T17:43:56.997Z | Downloaded openssl-probe v0.1.5 |
208 | 2024-11-27T17:43:56.999Z | Downloaded omicron-workspace-hack v0.1.0 |
209 | 2024-11-27T17:43:56.999Z | Downloaded num-conv v0.1.0 |
210 | 2024-11-27T17:43:56.999Z | Downloaded zerofrom v0.1.4 |
211 | 2024-11-27T17:43:57.002Z | Downloaded is-terminal v0.4.13 |
212 | 2024-11-27T17:43:57.002Z | Downloaded idna_adapter v1.2.0 |
213 | 2024-11-27T17:43:57.005Z | Downloaded httpdate v1.0.3 |
214 | 2024-11-27T17:43:57.005Z | Downloaded untrusted v0.9.0 |
215 | 2024-11-27T17:43:57.007Z | Downloaded writeable v0.5.5 |
216 | 2024-11-27T17:43:57.007Z | Downloaded typify-macro v0.2.0 |
217 | 2024-11-27T17:43:57.009Z | Downloaded ipnetwork v0.20.0 |
218 | 2024-11-27T17:43:57.010Z | Downloaded thiserror-impl v1.0.69 |
219 | 2024-11-27T17:43:57.012Z | Downloaded usdt v0.5.0 |
220 | 2024-11-27T17:43:57.012Z | Downloaded backoff v0.4.0 |
221 | 2024-11-27T17:43:57.014Z | Downloaded waitgroup v0.1.2 |
222 | 2024-11-27T17:43:57.017Z | Downloaded usdt-macro v0.5.0 |
223 | 2024-11-27T17:43:57.017Z | Downloaded time-core v0.1.2 |
224 | 2024-11-27T17:43:57.017Z | Downloaded futures-channel v0.3.31 |
225 | 2024-11-27T17:43:57.020Z | Downloaded progenitor-client v0.8.0 |
226 | 2024-11-27T17:43:57.020Z | Downloaded pretty-hex v0.4.1 |
227 | 2024-11-27T17:43:57.023Z | Downloaded camino v1.1.9 |
228 | 2024-11-27T17:43:57.023Z | Downloaded schemars_derive v0.8.21 |
229 | 2024-11-27T17:43:57.025Z | Downloaded iana-time-zone v0.1.61 |
230 | 2024-11-27T17:43:57.028Z | Downloaded strum v0.26.3 |
231 | 2024-11-27T17:43:57.030Z | Downloaded sync_wrapper v1.0.1 |
232 | 2024-11-27T17:43:57.030Z | Downloaded getrandom v0.2.15 |
233 | 2024-11-27T17:43:57.033Z | Downloaded take_mut v0.2.2 |
234 | 2024-11-27T17:43:57.033Z | Downloaded hyper-rustls v0.27.3 |
235 | 2024-11-27T17:43:57.036Z | Downloaded mime v0.3.17 |
236 | 2024-11-27T17:43:57.036Z | Downloaded zeroize v1.8.1 |
237 | 2024-11-27T17:43:57.038Z | Downloaded serde_tokenstream v0.2.2 |
238 | 2024-11-27T17:43:57.040Z | Downloaded thiserror v1.0.69 |
239 | 2024-11-27T17:43:57.043Z | Downloaded parse-display v0.10.0 |
240 | 2024-11-27T17:43:57.046Z | Downloaded slog-async v2.8.0 |
241 | 2024-11-27T17:43:57.046Z | Downloaded newtype-uuid v1.1.3 |
242 | 2024-11-27T17:43:57.048Z | Downloaded scroll v0.12.0 |
243 | 2024-11-27T17:43:57.050Z | Downloaded icu_locid_transform v1.5.0 |
244 | 2024-11-27T17:43:57.052Z | Downloaded slog-bunyan v2.5.0 |
245 | 2024-11-27T17:43:57.052Z | Downloaded rustversion v1.0.17 |
246 | 2024-11-27T17:43:57.055Z | Downloaded signal-hook-registry v1.4.2 |
247 | 2024-11-27T17:43:57.058Z | Downloaded sha2 v0.10.8 |
248 | 2024-11-27T17:43:57.058Z | Downloaded ppv-lite86 v0.2.20 |
249 | 2024-11-27T17:43:57.060Z | Downloaded scopeguard v1.2.0 |
250 | 2024-11-27T17:43:57.062Z | Downloaded subtle v2.6.1 |
251 | 2024-11-27T17:43:57.063Z | Downloaded paste v1.0.15 |
252 | 2024-11-27T17:43:57.065Z | Downloaded rand_core v0.6.4 |
253 | 2024-11-27T17:43:57.067Z | Downloaded rand_chacha v0.3.1 |
254 | 2024-11-27T17:43:57.067Z | Downloaded icu_normalizer v1.5.0 |
255 | 2024-11-27T17:43:57.070Z | Downloaded progenitor-macro v0.8.0 |
256 | 2024-11-27T17:43:57.072Z | Downloaded quinn-udp v0.5.5 |
257 | 2024-11-27T17:43:57.074Z | Downloaded strum_macros v0.26.4 |
258 | 2024-11-27T17:43:57.077Z | Downloaded sha1 v0.10.6 |
259 | 2024-11-27T17:43:57.079Z | Downloaded pest_generator v2.7.14 |
260 | 2024-11-27T17:43:57.079Z | Downloaded serde_urlencoded v0.7.1 |
261 | 2024-11-27T17:43:57.081Z | Downloaded structmeta-derive v0.3.0 |
262 | 2024-11-27T17:43:57.083Z | Downloaded shlex v1.3.0 |
263 | 2024-11-27T17:43:57.083Z | Downloaded log v0.4.22 |
264 | 2024-11-27T17:43:57.086Z | Downloaded litemap v0.7.3 |
265 | 2024-11-27T17:43:57.088Z | Downloaded slab v0.4.9 |
266 | 2024-11-27T17:43:57.090Z | Downloaded serde_derive_internals v0.29.1 |
267 | 2024-11-27T17:43:57.090Z | Downloaded semver v1.0.23 |
268 | 2024-11-27T17:43:57.092Z | Downloaded synstructure v0.13.1 |
269 | 2024-11-27T17:43:57.094Z | Downloaded unsafe-libyaml v0.2.11 |
270 | 2024-11-27T17:43:57.097Z | Downloaded slog-term v2.9.1 |
271 | 2024-11-27T17:43:57.099Z | Downloaded term v0.7.0 |
272 | 2024-11-27T17:43:57.103Z | Downloaded smallvec v1.13.2 |
273 | 2024-11-27T17:43:57.105Z | Downloaded pest_derive v2.7.14 |
274 | 2024-11-27T17:43:57.108Z | Downloaded schemars v0.8.21 |
275 | 2024-11-27T17:43:57.118Z | Downloaded spin v0.9.8 |
276 | 2024-11-27T17:43:57.120Z | Downloaded uuid v1.11.0 |
277 | 2024-11-27T17:43:57.123Z | Downloaded slog v2.7.0 |
278 | 2024-11-27T17:43:57.126Z | Downloaded structmeta v0.3.0 |
279 | 2024-11-27T17:43:57.128Z | Downloaded indexmap v2.6.0 |
280 | 2024-11-27T17:43:57.130Z | Downloaded pin-project-lite v0.2.14 |
281 | 2024-11-27T17:43:57.135Z | Downloaded serde_derive v1.0.215 |
282 | 2024-11-27T17:43:57.138Z | Downloaded serde_yaml v0.9.34+deprecated |
283 | 2024-11-27T17:43:57.141Z | Downloaded rustls-pki-types v1.9.0 |
284 | 2024-11-27T17:43:57.144Z | Downloaded openssl-sys v0.9.103 |
285 | 2024-11-27T17:43:57.149Z | Downloaded socket2 v0.5.7 |
286 | 2024-11-27T17:43:57.151Z | Downloaded icu_properties v1.5.1 |
287 | 2024-11-27T17:43:57.153Z | Downloaded http v1.1.0 |
288 | 2024-11-27T17:43:57.157Z | Downloaded hashbrown v0.12.3 |
289 | 2024-11-27T17:43:57.172Z | Downloaded memchr v2.7.4 |
290 | 2024-11-27T17:43:57.178Z | Downloaded serde v1.0.215 |
291 | 2024-11-27T17:43:57.178Z | Downloaded progenitor-impl v0.8.0 |
292 | 2024-11-27T17:43:57.178Z | Downloaded quinn v0.11.5 |
293 | 2024-11-27T17:43:57.178Z | Downloaded url v2.5.3 |
294 | 2024-11-27T17:43:57.178Z | Downloaded hyper v1.5.0 |
295 | 2024-11-27T17:43:57.183Z | Downloaded idna v1.0.3 |
296 | 2024-11-27T17:43:57.188Z | Downloaded mio v1.0.2 |
297 | 2024-11-27T17:43:57.194Z | Downloaded rand v0.8.5 |
298 | 2024-11-27T17:43:57.197Z | Downloaded serde_json v1.0.132 |
299 | 2024-11-27T17:43:57.205Z | Downloaded h2 v0.4.6 |
300 | 2024-11-27T17:43:57.211Z | Downloaded goblin v0.8.2 |
301 | 2024-11-27T17:43:57.217Z | Downloaded rustls-webpki v0.102.8 |
302 | 2024-11-27T17:43:57.234Z | Downloaded time v0.3.36 |
303 | 2024-11-27T17:43:57.240Z | Downloaded zerovec v0.10.4 |
304 | 2024-11-27T17:43:57.247Z | Downloaded pest v2.7.14 |
305 | 2024-11-27T17:43:57.253Z | Downloaded chrono v0.4.38 |
306 | 2024-11-27T17:43:57.257Z | Downloaded serde_with v3.11.0 |
307 | 2024-11-27T17:43:57.264Z | Downloaded winnow v0.6.20 |
308 | 2024-11-27T17:43:57.272Z | Downloaded zerocopy v0.7.35 |
309 | 2024-11-27T17:43:57.287Z | Downloaded futures-util v0.3.31 |
310 | 2024-11-27T17:43:57.297Z | Downloaded dropshot v0.13.0 |
311 | 2024-11-27T17:43:57.315Z | Downloaded quinn-proto v0.11.8 |
312 | 2024-11-27T17:43:57.321Z | Downloaded hashbrown v0.15.0 |
313 | 2024-11-27T17:43:57.326Z | Downloaded hashbrown v0.14.5 |
314 | 2024-11-27T17:43:57.330Z | Downloaded proc-macro2 v1.0.89 |
315 | 2024-11-27T17:43:57.333Z | Downloaded pest_meta v2.7.14 |
316 | 2024-11-27T17:43:57.335Z | Downloaded ryu v1.0.18 |
317 | 2024-11-27T17:43:57.338Z | Downloaded parking_lot v0.12.3 |
318 | 2024-11-27T17:43:57.340Z | Downloaded num-traits v0.2.19 |
319 | 2024-11-27T17:43:57.343Z | Downloaded multer v3.1.0 |
320 | 2024-11-27T17:43:57.346Z | Downloaded webpki-roots v0.26.6 |
321 | 2024-11-27T17:43:57.349Z | Downloaded vcpkg v0.2.15 |
322 | 2024-11-27T17:43:57.382Z | Downloaded syn v2.0.87 |
323 | 2024-11-27T17:43:57.392Z | Downloaded regex v1.11.1 |
324 | 2024-11-27T17:43:57.404Z | Downloaded openssl v0.10.66 |
325 | 2024-11-27T17:43:57.412Z | Downloaded icu_provider v1.5.0 |
326 | 2024-11-27T17:43:57.415Z | Downloaded hyper-util v0.1.10 |
327 | 2024-11-27T17:43:57.418Z | Downloaded ucd-trie v0.1.7 |
328 | 2024-11-27T17:43:57.420Z | Downloaded unicode-ident v1.0.13 |
329 | 2024-11-27T17:43:57.423Z | Downloaded regress v0.10.1 |
330 | 2024-11-27T17:43:57.429Z | Downloaded rustls v0.23.14 |
331 | 2024-11-27T17:43:57.440Z | Downloaded regex-syntax v0.8.5 |
332 | 2024-11-27T17:43:57.447Z | Downloaded openapiv3 v2.0.0 |
333 | 2024-11-27T17:43:57.458Z | Downloaded regress v0.9.1 |
334 | 2024-11-27T17:43:57.465Z | Downloaded typify-impl v0.2.0 |
335 | 2024-11-27T17:43:57.478Z | Downloaded typenum v1.17.0 |
336 | 2024-11-27T17:43:57.480Z | Downloaded quote v1.0.37 |
337 | 2024-11-27T17:43:57.482Z | Downloaded parse-display-derive v0.10.0 |
338 | 2024-11-27T17:43:57.485Z | Downloaded parking_lot_core v0.9.10 |
339 | 2024-11-27T17:43:57.487Z | Downloaded zerovec-derive v0.10.3 |
340 | 2024-11-27T17:43:57.487Z | Downloaded once_cell v1.20.2 |
341 | 2024-11-27T17:43:57.489Z | Downloaded native-tls v0.2.12 |
342 | 2024-11-27T17:43:57.491Z | Downloaded thread-id v4.2.2 |
343 | 2024-11-27T17:43:57.491Z | Downloaded icu_locid v1.5.0 |
344 | 2024-11-27T17:43:57.495Z | Downloaded libc v0.2.162 |
345 | 2024-11-27T17:43:57.520Z | Downloaded progenitor v0.8.0 |
346 | 2024-11-27T17:43:57.522Z | Downloaded plain v0.2.3 |
347 | 2024-11-27T17:43:57.522Z | Downloaded regex-automata v0.4.8 |
348 | 2024-11-27T17:43:57.537Z | Downloaded percent-encoding v2.3.1 |
349 | 2024-11-27T17:43:57.540Z | Downloaded dropshot_endpoint v0.13.0 |
350 | 2024-11-27T17:43:57.542Z | Downloaded powerfmt v0.2.0 |
351 | 2024-11-27T17:43:57.542Z | Downloaded pkg-config v0.3.31 |
352 | 2024-11-27T17:43:57.542Z | Downloaded pin-utils v0.1.0 |
353 | 2024-11-27T17:43:57.545Z | Downloaded usdt-impl v0.5.0 |
354 | 2024-11-27T17:43:57.545Z | Downloaded rustls-pemfile v2.2.0 |
355 | 2024-11-27T17:43:57.549Z | Downloaded ipnet v2.10.1 |
356 | 2024-11-27T17:43:57.549Z | Downloaded typify v0.2.0 |
357 | 2024-11-27T17:43:57.553Z | Downloaded tracing v0.1.40 |
358 | 2024-11-27T17:43:57.556Z | Downloaded crossbeam-utils v0.8.20 |
359 | 2024-11-27T17:43:57.558Z | Downloaded serde_spanned v0.6.8 |
360 | 2024-11-27T17:43:57.558Z | Downloaded rustc-hash v2.0.0 |
361 | 2024-11-27T17:43:57.560Z | Downloaded zerofrom-derive v0.1.4 |
362 | 2024-11-27T17:43:57.560Z | Downloaded utf8_iter v1.0.4 |
363 | 2024-11-27T17:43:57.560Z | Downloaded utf16_iter v1.0.5 |
364 | 2024-11-27T17:43:57.563Z | Downloaded httparse v1.9.5 |
365 | 2024-11-27T17:43:57.563Z | Downloaded strsim v0.11.1 |
366 | 2024-11-27T17:43:57.566Z | Downloaded usdt-attr-macro v0.5.0 |
367 | 2024-11-27T17:43:57.566Z | Downloaded try-lock v0.2.5 |
368 | 2024-11-27T17:43:57.566Z | Downloaded http-body-util v0.1.2 |
369 | 2024-11-27T17:43:57.570Z | Downloaded hostname v0.4.0 |
370 | 2024-11-27T17:43:57.571Z | Downloaded hostname v0.3.1 |
371 | 2024-11-27T17:43:57.571Z | Downloaded generic-array v0.14.7 |
372 | 2024-11-27T17:43:57.573Z | Downloaded futures-sink v0.3.31 |
373 | 2024-11-27T17:43:57.573Z | Downloaded futures-io v0.3.31 |
374 | 2024-11-27T17:43:57.573Z | Downloaded heck v0.5.0 |
375 | 2024-11-27T17:43:57.573Z | Downloaded futures-task v0.3.31 |
376 | 2024-11-27T17:43:57.575Z | Downloaded futures-core v0.3.31 |
377 | 2024-11-27T17:43:57.575Z | Downloaded dyn-clone v1.0.17 |
378 | 2024-11-27T17:43:57.578Z | Downloaded dirs-next v2.0.0 |
379 | 2024-11-27T17:43:57.578Z | Downloaded debug-ignore v1.0.5 |
380 | 2024-11-27T17:43:57.578Z | Downloaded tokio-util v0.7.12 |
381 | 2024-11-27T17:43:57.583Z | Downloaded match_cfg v0.1.0 |
382 | 2024-11-27T17:43:57.587Z | Downloaded instant v0.1.13 |
383 | 2024-11-27T17:43:57.587Z | Downloaded futures-executor v0.3.31 |
384 | 2024-11-27T17:43:57.587Z | Downloaded fnv v1.0.7 |
385 | 2024-11-27T17:43:57.589Z | Downloaded icu_provider_macros v1.5.0 |
386 | 2024-11-27T17:43:57.589Z | Downloaded darling_core v0.20.10 |
387 | 2024-11-27T17:43:57.592Z | Downloaded darling v0.20.10 |
388 | 2024-11-27T17:43:57.595Z | Downloaded cfg-if v1.0.0 |
389 | 2024-11-27T17:43:57.598Z | Downloaded aho-corasick v1.1.3 |
390 | 2024-11-27T17:43:57.601Z | Downloaded stable_deref_trait v1.2.0 |
391 | 2024-11-27T17:43:57.604Z | Downloaded serde_with_macros v3.11.0 |
392 | 2024-11-27T17:43:57.604Z | Downloaded encoding_rs v0.8.34 |
393 | 2024-11-27T17:43:57.622Z | Downloaded async-stream v0.3.6 |
394 | 2024-11-27T17:43:57.625Z | Downloaded anyhow v1.0.93 |
395 | 2024-11-27T17:43:57.628Z | Downloaded ahash v0.8.11 |
396 | 2024-11-27T17:43:57.630Z | Downloaded atomic-waker v1.1.2 |
397 | 2024-11-27T17:43:57.633Z | Downloaded icu_properties_data v1.5.0 |
398 | 2024-11-27T17:43:57.640Z | Downloaded icu_normalizer_data v1.5.0 |
399 | 2024-11-27T17:43:57.642Z | Downloaded icu_locid_transform_data v1.5.0 |
400 | 2024-11-27T17:43:57.644Z | Downloaded itoa v1.0.11 |
401 | 2024-11-27T17:43:57.792Z | Downloaded ring v0.17.8 |
402 | 2024-11-27T17:43:58.116Z | Compiling proc-macro2 v1.0.89 |
403 | 2024-11-27T17:43:58.116Z | Compiling unicode-ident v1.0.13 |
404 | 2024-11-27T17:43:58.119Z | Compiling libc v0.2.162 |
405 | 2024-11-27T17:43:58.119Z | Checking cfg-if v1.0.0 |
406 | 2024-11-27T17:43:58.119Z | Compiling autocfg v1.4.0 |
407 | 2024-11-27T17:43:58.119Z | Compiling serde v1.0.215 |
408 | 2024-11-27T17:43:58.119Z | Compiling version_check v0.9.5 |
409 | 2024-11-27T17:43:58.141Z | Checking memchr v2.7.4 |
410 | 2024-11-27T17:43:58.252Z | Compiling serde_json v1.0.132 |
411 | 2024-11-27T17:43:58.338Z | Checking itoa v1.0.11 |
412 | 2024-11-27T17:43:58.831Z | Compiling thiserror v1.0.69 |
413 | 2024-11-27T17:43:58.925Z | Checking once_cell v1.20.2 |
414 | 2024-11-27T17:43:58.979Z | Compiling shlex v1.3.0 |
415 | 2024-11-27T17:43:59.176Z | Compiling cc v1.1.30 |
416 | 2024-11-27T17:43:59.581Z | Checking pin-project-lite v0.2.14 |
417 | 2024-11-27T17:43:59.987Z | Compiling num-traits v0.2.19 |
418 | 2024-11-27T17:44:00.126Z | Checking smallvec v1.13.2 |
419 | 2024-11-27T17:44:00.178Z | Checking ryu v1.0.18 |
420 | 2024-11-27T17:44:00.197Z | Checking bytes v1.8.0 |
421 | 2024-11-27T17:44:00.402Z | Checking futures-core v0.3.31 |
422 | 2024-11-27T17:44:00.495Z | Compiling lock_api v0.4.12 |
423 | 2024-11-27T17:44:00.604Z | Compiling parking_lot_core v0.9.10 |
424 | 2024-11-27T17:44:00.620Z | Compiling byteorder v1.5.0 |
425 | 2024-11-27T17:44:00.836Z | Compiling ahash v0.8.11 |
426 | 2024-11-27T17:44:00.915Z | Checking getrandom v0.2.15 |
427 | 2024-11-27T17:44:00.982Z | Checking scopeguard v1.2.0 |
428 | 2024-11-27T17:44:01.077Z | Compiling schemars v0.8.21 |
429 | 2024-11-27T17:44:01.129Z | Compiling slab v0.4.9 |
430 | 2024-11-27T17:44:01.237Z | Compiling quote v1.0.37 |
431 | 2024-11-27T17:44:01.445Z | Checking log v0.4.22 |
432 | 2024-11-27T17:44:01.468Z | Checking futures-sink v0.3.31 |
433 | 2024-11-27T17:44:01.487Z | Checking socket2 v0.5.7 |
434 | 2024-11-27T17:44:01.591Z | Checking parking_lot v0.12.3 |
435 | 2024-11-27T17:44:01.616Z | Compiling syn v2.0.87 |
436 | 2024-11-27T17:44:01.634Z | Checking signal-hook-registry v1.4.2 |
437 | 2024-11-27T17:44:01.726Z | Checking mio v1.0.2 |
438 | 2024-11-27T17:44:01.748Z | Checking stable_deref_trait v1.2.0 |
439 | 2024-11-27T17:44:01.846Z | Compiling ring v0.17.8 |
440 | 2024-11-27T17:44:01.891Z | Compiling semver v1.0.23 |
441 | 2024-11-27T17:44:01.928Z | Checking hashbrown v0.15.0 |
442 | 2024-11-27T17:44:01.949Z | Checking fnv v1.0.7 |
443 | 2024-11-27T17:44:01.980Z | Checking equivalent v1.0.1 |
444 | 2024-11-27T17:44:02.066Z | Checking http v1.1.0 |
445 | 2024-11-27T17:44:02.087Z | Checking futures-channel v0.3.31 |
446 | 2024-11-27T17:44:02.125Z | Checking futures-io v0.3.31 |
447 | 2024-11-27T17:44:02.308Z | Checking pin-utils v0.1.0 |
448 | 2024-11-27T17:44:02.328Z | Checking futures-task v0.3.31 |
449 | 2024-11-27T17:44:02.403Z | Compiling heck v0.5.0 |
450 | 2024-11-27T17:44:02.441Z | Checking spin v0.9.8 |
451 | 2024-11-27T17:44:02.460Z | Compiling pkg-config v0.3.31 |
452 | 2024-11-27T17:44:02.567Z | Compiling vcpkg v0.2.15 |
453 | 2024-11-27T17:44:02.667Z | Checking rustls-pki-types v1.9.0 |
454 | 2024-11-27T17:44:02.989Z | Checking litemap v0.7.3 |
455 | 2024-11-27T17:44:03.205Z | Compiling ucd-trie v0.1.7 |
456 | 2024-11-27T17:44:03.330Z | Checking iana-time-zone v0.1.61 |
457 | 2024-11-27T17:44:03.391Z | Checking writeable v0.5.5 |
458 | 2024-11-27T17:44:03.571Z | Checking untrusted v0.9.0 |
459 | 2024-11-27T17:44:03.665Z | Compiling httparse v1.9.5 |
460 | 2024-11-27T17:44:03.721Z | Checking tracing-core v0.1.32 |
461 | 2024-11-27T17:44:03.724Z | Compiling allocator-api2 v0.2.18 |
462 | 2024-11-27T17:44:04.100Z | Compiling openssl-sys v0.9.103 |
463 | 2024-11-27T17:44:04.322Z | Checking atomic-waker v1.1.2 |
464 | 2024-11-27T17:44:04.408Z | Checking dyn-clone v1.0.17 |
465 | 2024-11-27T17:44:04.437Z | Checking tracing v0.1.40 |
466 | 2024-11-27T17:44:04.541Z | Checking http-body v1.0.1 |
467 | 2024-11-27T17:44:04.747Z | Checking icu_locid_transform_data v1.5.0 |
468 | 2024-11-27T17:44:04.837Z | Checking try-lock v0.2.5 |
469 | 2024-11-27T17:44:04.856Z | Compiling uuid v1.11.0 |
470 | 2024-11-27T17:44:04.973Z | Checking subtle v2.6.1 |
471 | 2024-11-27T17:44:05.079Z | Checking zeroize v1.8.1 |
472 | 2024-11-27T17:44:05.184Z | Compiling chrono v0.4.38 |
473 | 2024-11-27T17:44:05.288Z | Checking want v0.3.1 |
474 | 2024-11-27T17:44:05.306Z | Compiling openssl v0.10.66 |
475 | 2024-11-27T17:44:05.342Z | Checking httpdate v1.0.3 |
476 | 2024-11-27T17:44:05.401Z | Checking foreign-types-shared v0.1.1 |
477 | 2024-11-27T17:44:05.428Z | Checking icu_properties_data v1.5.0 |
478 | 2024-11-27T17:44:05.552Z | Compiling slog v2.7.0 |
479 | 2024-11-27T17:44:05.649Z | Checking foreign-types v0.3.2 |
480 | 2024-11-27T17:44:05.736Z | Compiling aho-corasick v1.1.3 |
481 | 2024-11-27T17:44:06.105Z | Compiling regex-syntax v0.8.5 |
482 | 2024-11-27T17:44:06.255Z | Checking bitflags v2.6.0 |
483 | 2024-11-27T17:44:06.510Z | Compiling native-tls v0.2.12 |
484 | 2024-11-27T17:44:06.833Z | Checking utf8_iter v1.0.4 |
485 | 2024-11-27T17:44:06.996Z | Compiling typenum v1.17.0 |
486 | 2024-11-27T17:44:07.015Z | Checking tower-service v0.3.3 |
487 | 2024-11-27T17:44:07.130Z | Checking utf16_iter v1.0.5 |
488 | 2024-11-27T17:44:07.283Z | Checking percent-encoding v2.3.1 |
489 | 2024-11-27T17:44:07.495Z | Checking write16 v1.0.0 |
490 | 2024-11-27T17:44:07.600Z | Checking icu_normalizer_data v1.5.0 |
491 | 2024-11-27T17:44:07.688Z | Compiling rustls v0.23.14 |
492 | 2024-11-27T17:44:07.953Z | Checking form_urlencoded v1.2.1 |
493 | 2024-11-27T17:44:08.130Z | Compiling generic-array v0.14.7 |
494 | 2024-11-27T17:44:08.286Z | Compiling synstructure v0.13.1 |
495 | 2024-11-27T17:44:08.428Z | Compiling serde_derive_internals v0.29.1 |
496 | 2024-11-27T17:44:09.545Z | Compiling regex-automata v0.4.8 |
497 | 2024-11-27T17:44:09.667Z | Checking openssl-probe v0.1.5 |
498 | 2024-11-27T17:44:10.976Z | Compiling usdt-impl v0.5.0 |
499 | 2024-11-27T17:44:11.004Z | Checking encoding_rs v0.8.34 |
500 | 2024-11-27T17:44:11.075Z | Checking mime v0.3.17 |
501 | 2024-11-27T17:44:11.132Z | Compiling num-conv v0.1.0 |
502 | 2024-11-27T17:44:11.321Z | Checking powerfmt v0.2.0 |
503 | 2024-11-27T17:44:11.398Z | Compiling time-core v0.1.2 |
504 | 2024-11-27T17:44:11.567Z | Checking deranged v0.3.11 |
505 | 2024-11-27T17:44:11.587Z | Compiling time-macros v0.2.18 |
506 | 2024-11-27T17:44:13.081Z | Compiling thread-id v4.2.2 |
507 | 2024-11-27T17:44:13.195Z | Checking webpki-roots v0.26.6 |
508 | 2024-11-27T17:44:13.240Z | Checking rustls-pemfile v2.2.0 |
509 | 2024-11-27T17:44:13.386Z | Compiling regex v1.11.1 |
510 | 2024-11-27T17:44:13.442Z | Compiling strsim v0.11.1 |
511 | 2024-11-27T17:44:13.652Z | Compiling serde_derive v1.0.215 |
512 | 2024-11-27T17:44:14.142Z | Compiling zerocopy-derive v0.7.35 |
513 | 2024-11-27T17:44:14.300Z | Compiling thiserror-impl v1.0.69 |
514 | 2024-11-27T17:44:14.467Z | Compiling zerofrom-derive v0.1.4 |
515 | 2024-11-27T17:44:15.531Z | Compiling schemars_derive v0.8.21 |
516 | 2024-11-27T17:44:15.534Z | Compiling yoke-derive v0.7.4 |
517 | 2024-11-27T17:44:16.073Z | Compiling zerocopy v0.7.35 |
518 | 2024-11-27T17:44:17.231Z | Compiling tokio-macros v2.4.0 |
519 | 2024-11-27T17:44:17.392Z | Compiling zerovec-derive v0.10.3 |
520 | 2024-11-27T17:44:17.414Z | Compiling displaydoc v0.2.5 |
521 | 2024-11-27T17:44:17.600Z | Compiling futures-macro v0.3.31 |
522 | 2024-11-27T17:44:17.854Z | Checking zerofrom v0.1.4 |
523 | 2024-11-27T17:44:18.081Z | Checking yoke v0.7.4 |
524 | 2024-11-27T17:44:18.403Z | Compiling pest v2.7.14 |
525 | 2024-11-27T17:44:18.732Z | Checking tokio v1.40.0 |
526 | 2024-11-27T17:44:19.006Z | Compiling icu_provider_macros v1.5.0 |
527 | 2024-11-27T17:44:19.024Z | Compiling hashbrown v0.14.5 |
528 | 2024-11-27T17:44:19.399Z | Checking futures-util v0.3.31 |
529 | 2024-11-27T17:44:19.590Z | Checking rustls-webpki v0.102.8 |
530 | 2024-11-27T17:44:19.870Z | Checking zerovec v0.10.4 |
531 | 2024-11-27T17:44:20.340Z | Compiling regress v0.10.1 |
532 | 2024-11-27T17:44:20.376Z | Compiling openssl-macros v0.1.1 |
533 | 2024-11-27T17:44:21.409Z | Compiling pest_meta v2.7.14 |
534 | 2024-11-27T17:44:21.536Z | Checking tinystr v0.7.6 |
535 | 2024-11-27T17:44:21.736Z | Checking icu_collections v1.5.0 |
536 | 2024-11-27T17:44:21.927Z | Checking icu_locid v1.5.0 |
537 | 2024-11-27T17:44:23.122Z | Checking icu_provider v1.5.0 |
538 | 2024-11-27T17:44:23.787Z | Checking icu_locid_transform v1.5.0 |
539 | 2024-11-27T17:44:24.684Z | Compiling pest_generator v2.7.14 |
540 | 2024-11-27T17:44:24.829Z | Checking icu_properties v1.5.1 |
541 | 2024-11-27T17:44:25.817Z | Checking tokio-util v0.7.12 |
542 | 2024-11-27T17:44:25.840Z | Checking http-body-util v0.1.2 |
543 | 2024-11-27T17:44:26.273Z | Checking indexmap v2.6.0 |
544 | 2024-11-27T17:44:27.024Z | Compiling pest_derive v2.7.14 |
545 | 2024-11-27T17:44:27.560Z | Compiling serde_tokenstream v0.2.2 |
546 | 2024-11-27T17:44:27.886Z | Checking h2 v0.4.6 |
547 | 2024-11-27T17:44:28.163Z | Checking icu_normalizer v1.5.0 |
548 | 2024-11-27T17:44:28.475Z | Compiling scroll_derive v0.12.0 |
549 | 2024-11-27T17:44:28.877Z | Checking tokio-native-tls v0.3.1 |
550 | 2024-11-27T17:44:28.914Z | Checking idna_adapter v1.2.0 |
551 | 2024-11-27T17:44:29.096Z | Checking idna v1.0.3 |
552 | 2024-11-27T17:44:29.120Z | Compiling dtrace-parser v0.2.0 |
553 | 2024-11-27T17:44:29.599Z | Compiling dof v0.3.0 |
554 | 2024-11-27T17:44:29.972Z | Checking scroll v0.12.0 |
555 | 2024-11-27T17:44:30.036Z | Checking serde_urlencoded v0.7.1 |
556 | 2024-11-27T17:44:30.281Z | Checking tokio-rustls v0.26.0 |
557 | 2024-11-27T17:44:30.472Z | Checking base64 v0.22.1 |
558 | 2024-11-27T17:44:30.657Z | Checking plain v0.2.3 |
559 | 2024-11-27T17:44:30.803Z | Compiling ident_case v1.0.1 |
560 | 2024-11-27T17:44:30.853Z | Compiling crossbeam-utils v0.8.20 |
561 | 2024-11-27T17:44:30.942Z | Checking num_threads v0.1.7 |
562 | 2024-11-27T17:44:31.055Z | Compiling darling_core v0.20.10 |
563 | 2024-11-27T17:44:31.141Z | Checking goblin v0.8.2 |
564 | 2024-11-27T17:44:31.217Z | Checking time v0.3.36 |
565 | 2024-11-27T17:44:31.417Z | Compiling typify-impl v0.2.0 |
566 | 2024-11-27T17:44:32.169Z | Checking hyper v1.5.0 |
567 | 2024-11-27T17:44:34.320Z | Checking hyper-util v0.1.10 |
568 | 2024-11-27T17:44:34.486Z | Checking url v2.5.3 |
569 | 2024-11-27T17:44:34.542Z | Compiling openapiv3 v2.0.0 |
570 | 2024-11-27T17:44:36.009Z | Checking hyper-tls v0.6.0 |
571 | 2024-11-27T17:44:36.289Z | Checking hyper-rustls v0.27.3 |
572 | 2024-11-27T17:44:36.320Z | Checking dirs-sys-next v0.1.2 |
573 | 2024-11-27T17:44:36.507Z | Checking sync_wrapper v1.0.1 |
574 | 2024-11-27T17:44:36.613Z | Compiling rustversion v1.0.17 |
575 | 2024-11-27T17:44:36.654Z | Checking pretty-hex v0.4.1 |
576 | 2024-11-27T17:44:36.828Z | Checking ipnet v2.10.1 |
577 | 2024-11-27T17:44:36.938Z | Compiling paste v1.0.15 |
578 | 2024-11-27T17:44:37.193Z | Compiling unsafe-libyaml v0.2.11 |
579 | 2024-11-27T17:44:37.284Z | Compiling omicron-workspace-hack v0.1.0 |
580 | 2024-11-27T17:44:37.303Z | Compiling rustls v0.22.4 |
581 | 2024-11-27T17:44:37.491Z | Checking reqwest v0.12.9 |
582 | 2024-11-27T17:44:37.662Z | Compiling darling_macro v0.20.10 |
583 | 2024-11-27T17:44:37.856Z | Checking dirs-next v2.0.0 |
584 | 2024-11-27T17:44:38.423Z | Checking toml_datetime v0.6.8 |
585 | 2024-11-27T17:44:38.610Z | Compiling serde_yaml v0.9.34+deprecated |
586 | 2024-11-27T17:44:38.686Z | Checking serde_spanned v0.6.8 |
587 | 2024-11-27T17:44:38.690Z | Checking ppv-lite86 v0.2.20 |
588 | 2024-11-27T17:44:38.857Z | Compiling structmeta-derive v0.3.0 |
589 | 2024-11-27T17:44:38.877Z | Checking block-buffer v0.10.4 |
590 | 2024-11-27T17:44:38.932Z | Checking crypto-common v0.1.6 |
591 | 2024-11-27T17:44:38.958Z | Checking rand_core v0.6.4 |
592 | 2024-11-27T17:44:39.060Z | Checking thread_local v1.1.8 |
593 | 2024-11-27T17:44:39.095Z | Compiling multer v3.1.0 |
594 | 2024-11-27T17:44:39.145Z | Compiling camino v1.1.9 |
595 | 2024-11-27T17:44:39.228Z | Compiling anyhow v1.0.93 |
596 | 2024-11-27T17:44:39.347Z | Checking winnow v0.6.20 |
597 | 2024-11-27T17:44:39.434Z | Checking match_cfg v0.1.0 |
598 | 2024-11-27T17:44:39.476Z | Compiling newtype-uuid v1.1.3 |
599 | 2024-11-27T17:44:39.523Z | Compiling slog-async v2.8.0 |
600 | 2024-11-27T17:44:39.831Z | Checking hostname v0.3.1 |
601 | 2024-11-27T17:44:39.834Z | Checking rand_chacha v0.3.1 |
602 | 2024-11-27T17:44:40.079Z | Checking digest v0.10.7 |
603 | 2024-11-27T17:44:40.172Z | Checking crossbeam-channel v0.5.13 |
604 | 2024-11-27T17:44:40.207Z | Checking progenitor-client v0.8.0 |
605 | 2024-11-27T17:44:40.407Z | Compiling darling v0.20.10 |
606 | 2024-11-27T17:44:40.521Z | Checking term v0.7.0 |
607 | 2024-11-27T17:44:40.954Z | Compiling usdt-attr-macro v0.5.0 |
608 | 2024-11-27T17:44:41.452Z | Compiling structmeta v0.3.0 |
609 | 2024-11-27T17:44:41.777Z | Compiling usdt-macro v0.5.0 |
610 | 2024-11-27T17:44:41.846Z | Checking slog-json v2.6.1 |
611 | 2024-11-27T17:44:41.965Z | Checking futures-executor v0.3.31 |
612 | 2024-11-27T17:44:42.102Z | Compiling async-stream-impl v0.3.6 |
613 | 2024-11-27T17:44:42.197Z | Checking memmap v0.7.0 |
614 | 2024-11-27T17:44:42.236Z | Checking is-terminal v0.4.13 |
615 | 2024-11-27T17:44:42.353Z | Compiling dropshot v0.13.0 |
616 | 2024-11-27T17:44:42.375Z | Checking take_mut v0.2.2 |
617 | 2024-11-27T17:44:42.405Z | Checking cpufeatures v0.2.14 |
618 | 2024-11-27T17:44:42.424Z | Checking toml_edit v0.22.22 |
619 | 2024-11-27T17:44:42.497Z | Checking sha1 v0.10.6 |
620 | 2024-11-27T17:44:42.739Z | Checking slog-term v2.9.1 |
621 | 2024-11-27T17:44:42.768Z | Checking futures v0.3.31 |
622 | 2024-11-27T17:44:42.812Z | Checking slog-bunyan v2.5.0 |
623 | 2024-11-27T17:44:42.873Z | Compiling parse-display-derive v0.10.0 |
624 | 2024-11-27T17:44:42.966Z | Compiling strum_macros v0.26.4 |
625 | 2024-11-27T17:44:43.050Z | Checking usdt v0.5.0 |
626 | 2024-11-27T17:44:43.252Z | Compiling serde_with_macros v3.11.0 |
627 | 2024-11-27T17:44:43.288Z | Checking rand v0.8.5 |
628 | 2024-11-27T17:44:43.343Z | Checking async-stream v0.3.6 |
629 | 2024-11-27T17:44:44.325Z | Checking tokio-rustls v0.25.0 |
630 | 2024-11-27T17:44:44.735Z | Checking ipnetwork v0.20.0 |
631 | 2024-11-27T17:44:44.797Z | Compiling dropshot_endpoint v0.13.0 |
632 | 2024-11-27T17:44:44.914Z | Checking hex v0.4.3 |
633 | 2024-11-27T17:44:45.079Z | Checking toml v0.8.19 |
634 | 2024-11-27T17:44:45.098Z | Checking serde_path_to_error v0.1.16 |
635 | 2024-11-27T17:44:45.455Z | Compiling typify-macro v0.2.0 |
636 | 2024-11-27T17:44:45.476Z | Compiling async-trait v0.1.83 |
637 | 2024-11-27T17:44:45.752Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
638 | 2024-11-27T17:44:45.803Z | Checking waitgroup v0.1.2 |
639 | 2024-11-27T17:44:45.882Z | Checking hostname v0.4.0 |
640 | 2024-11-27T17:44:45.940Z | Checking instant v0.1.13 |
641 | 2024-11-27T17:44:46.020Z | Checking debug-ignore v1.0.5 |
642 | 2024-11-27T17:44:46.053Z | Checking backoff v0.4.0 |
643 | 2024-11-27T17:44:46.158Z | Checking serde_with v3.11.0 |
644 | 2024-11-27T17:44:46.345Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
645 | 2024-11-27T17:44:46.484Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
646 | 2024-11-27T17:44:46.524Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
647 | 2024-11-27T17:44:46.667Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
648 | 2024-11-27T17:44:46.788Z | Checking parse-display v0.10.0 |
649 | 2024-11-27T17:44:46.820Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
650 | 2024-11-27T17:44:47.117Z | Checking macaddr v1.0.1 |
651 | 2024-11-27T17:44:47.163Z | Checking regress v0.9.1 |
652 | 2024-11-27T17:44:47.422Z | Checking strum v0.26.3 |
653 | 2024-11-27T17:44:48.557Z | Compiling typify v0.2.0 |
654 | 2024-11-27T17:44:48.662Z | Compiling progenitor-impl v0.8.0 |
655 | 2024-11-27T17:44:51.410Z | Compiling progenitor-macro v0.8.0 |
656 | 2024-11-27T17:44:55.646Z | Checking progenitor v0.8.0 |
657 | 2024-11-27T17:44:55.775Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
658 | 2024-11-27T17:44:58.753Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
659 | 2024-11-27T17:45:06.355Z | Checking test-project v0.1.0 (/tmp/test-project) |
660 | 2024-11-27T17:45:06.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s |
661 | 2024-11-27T17:45:06.737Z | + cargo build --release |
662 | 2024-11-27T17:45:06.992Z | Compiling proc-macro2 v1.0.89 |
663 | 2024-11-27T17:45:06.992Z | Compiling unicode-ident v1.0.13 |
664 | 2024-11-27T17:45:06.995Z | Compiling libc v0.2.162 |
665 | 2024-11-27T17:45:06.996Z | Compiling cfg-if v1.0.0 |
666 | 2024-11-27T17:45:06.996Z | Compiling autocfg v1.4.0 |
667 | 2024-11-27T17:45:06.996Z | Compiling version_check v0.9.5 |
668 | 2024-11-27T17:45:07.037Z | Compiling serde v1.0.215 |
669 | 2024-11-27T17:45:07.041Z | Compiling memchr v2.7.4 |
670 | 2024-11-27T17:45:07.097Z | Compiling serde_json v1.0.132 |
671 | 2024-11-27T17:45:07.207Z | Compiling itoa v1.0.11 |
672 | 2024-11-27T17:45:07.419Z | Compiling thiserror v1.0.69 |
673 | 2024-11-27T17:45:07.554Z | Compiling once_cell v1.20.2 |
674 | 2024-11-27T17:45:07.681Z | Compiling shlex v1.3.0 |
675 | 2024-11-27T17:45:07.901Z | Compiling cc v1.1.30 |
676 | 2024-11-27T17:45:08.042Z | Compiling num-traits v0.2.19 |
677 | 2024-11-27T17:45:08.316Z | Compiling pin-project-lite v0.2.14 |
678 | 2024-11-27T17:45:08.387Z | Compiling getrandom v0.2.15 |
679 | 2024-11-27T17:45:08.467Z | Compiling smallvec v1.13.2 |
680 | 2024-11-27T17:45:08.543Z | Compiling ryu v1.0.18 |
681 | 2024-11-27T17:45:08.733Z | Compiling quote v1.0.37 |
682 | 2024-11-27T17:45:08.830Z | Compiling bytes v1.8.0 |
683 | 2024-11-27T17:45:08.855Z | Compiling futures-core v0.3.31 |
684 | 2024-11-27T17:45:09.112Z | Compiling syn v2.0.87 |
685 | 2024-11-27T17:45:09.128Z | Compiling lock_api v0.4.12 |
686 | 2024-11-27T17:45:09.200Z | Compiling ahash v0.8.11 |
687 | 2024-11-27T17:45:09.400Z | Compiling byteorder v1.5.0 |
688 | 2024-11-27T17:45:09.496Z | Compiling schemars v0.8.21 |
689 | 2024-11-27T17:45:09.595Z | Compiling parking_lot_core v0.9.10 |
690 | 2024-11-27T17:45:09.877Z | Compiling scopeguard v1.2.0 |
691 | 2024-11-27T17:45:09.886Z | Compiling slab v0.4.9 |
692 | 2024-11-27T17:45:09.917Z | Compiling futures-sink v0.3.31 |
693 | 2024-11-27T17:45:10.063Z | Compiling log v0.4.22 |
694 | 2024-11-27T17:45:10.402Z | Compiling mio v1.0.2 |
695 | 2024-11-27T17:45:10.432Z | Compiling signal-hook-registry v1.4.2 |
696 | 2024-11-27T17:45:10.558Z | Compiling parking_lot v0.12.3 |
697 | 2024-11-27T17:45:10.560Z | Compiling socket2 v0.5.7 |
698 | 2024-11-27T17:45:10.904Z | Compiling stable_deref_trait v1.2.0 |
699 | 2024-11-27T17:45:10.982Z | Compiling semver v1.0.23 |
700 | 2024-11-27T17:45:11.124Z | Compiling ring v0.17.8 |
701 | 2024-11-27T17:45:11.367Z | Compiling fnv v1.0.7 |
702 | 2024-11-27T17:45:11.496Z | Compiling equivalent v1.0.1 |
703 | 2024-11-27T17:45:11.517Z | Compiling hashbrown v0.15.0 |
704 | 2024-11-27T17:45:11.602Z | Compiling http v1.1.0 |
705 | 2024-11-27T17:45:12.088Z | Compiling futures-channel v0.3.31 |
706 | 2024-11-27T17:45:12.132Z | Compiling pin-utils v0.1.0 |
707 | 2024-11-27T17:45:12.218Z | Compiling futures-task v0.3.31 |
708 | 2024-11-27T17:45:12.318Z | Compiling futures-io v0.3.31 |
709 | 2024-11-27T17:45:12.570Z | Compiling spin v0.9.8 |
710 | 2024-11-27T17:45:12.656Z | Compiling rustls-pki-types v1.9.0 |
711 | 2024-11-27T17:45:12.724Z | Compiling vcpkg v0.2.15 |
712 | 2024-11-27T17:45:12.808Z | Compiling pkg-config v0.3.31 |
713 | 2024-11-27T17:45:12.816Z | Compiling heck v0.5.0 |
714 | 2024-11-27T17:45:13.887Z | Compiling untrusted v0.9.0 |
715 | 2024-11-27T17:45:14.089Z | Compiling litemap v0.7.3 |
716 | 2024-11-27T17:45:14.147Z | Compiling iana-time-zone v0.1.61 |
717 | 2024-11-27T17:45:14.401Z | Compiling openssl-sys v0.9.103 |
718 | 2024-11-27T17:45:14.511Z | Compiling ucd-trie v0.1.7 |
719 | 2024-11-27T17:45:14.549Z | Compiling httparse v1.9.5 |
720 | 2024-11-27T17:45:14.879Z | Compiling writeable v0.5.5 |
721 | 2024-11-27T17:45:15.290Z | Compiling tracing-core v0.1.32 |
722 | 2024-11-27T17:45:15.484Z | Compiling allocator-api2 v0.2.18 |
723 | 2024-11-27T17:45:15.827Z | Compiling dyn-clone v1.0.17 |
724 | 2024-11-27T17:45:15.919Z | Compiling atomic-waker v1.1.2 |
725 | 2024-11-27T17:45:16.091Z | Compiling tracing v0.1.40 |
726 | 2024-11-27T17:45:16.462Z | Compiling http-body v1.0.1 |
727 | 2024-11-27T17:45:16.685Z | Compiling chrono v0.4.38 |
728 | 2024-11-27T17:45:16.755Z | Compiling icu_locid_transform_data v1.5.0 |
729 | 2024-11-27T17:45:16.848Z | Compiling try-lock v0.2.5 |
730 | 2024-11-27T17:45:16.860Z | Compiling uuid v1.11.0 |
731 | 2024-11-27T17:45:16.986Z | Compiling zeroize v1.8.1 |
732 | 2024-11-27T17:45:17.306Z | Compiling synstructure v0.13.1 |
733 | 2024-11-27T17:45:17.331Z | Compiling serde_derive_internals v0.29.1 |
734 | 2024-11-27T17:45:17.591Z | Compiling subtle v2.6.1 |
735 | 2024-11-27T17:45:17.594Z | Compiling want v0.3.1 |
736 | 2024-11-27T17:45:17.913Z | Compiling slog v2.7.0 |
737 | 2024-11-27T17:45:18.684Z | Compiling httpdate v1.0.3 |
738 | 2024-11-27T17:45:18.742Z | Compiling foreign-types-shared v0.1.1 |
739 | 2024-11-27T17:45:18.767Z | Compiling openssl v0.10.66 |
740 | 2024-11-27T17:45:18.836Z | Compiling icu_properties_data v1.5.0 |
741 | 2024-11-27T17:45:19.080Z | Compiling foreign-types v0.3.2 |
742 | 2024-11-27T17:45:19.415Z | Compiling aho-corasick v1.1.3 |
743 | 2024-11-27T17:45:19.494Z | Compiling percent-encoding v2.3.1 |
744 | 2024-11-27T17:45:19.921Z | Compiling tower-service v0.3.3 |
745 | 2024-11-27T17:45:19.945Z | Compiling typenum v1.17.0 |
746 | 2024-11-27T17:45:20.037Z | Compiling utf8_iter v1.0.4 |
747 | 2024-11-27T17:45:20.307Z | Compiling regex-syntax v0.8.5 |
748 | 2024-11-27T17:45:20.687Z | Compiling utf16_iter v1.0.5 |
749 | 2024-11-27T17:45:20.903Z | Compiling icu_normalizer_data v1.5.0 |
750 | 2024-11-27T17:45:20.993Z | Compiling write16 v1.0.0 |
751 | 2024-11-27T17:45:21.118Z | Compiling native-tls v0.2.12 |
752 | 2024-11-27T17:45:21.514Z | Compiling rustls v0.23.14 |
753 | 2024-11-27T17:45:21.523Z | Compiling bitflags v2.6.0 |
754 | 2024-11-27T17:45:21.755Z | Compiling form_urlencoded v1.2.1 |
755 | 2024-11-27T17:45:21.920Z | Compiling generic-array v0.14.7 |
756 | 2024-11-27T17:45:22.253Z | Compiling openssl-probe v0.1.5 |
757 | 2024-11-27T17:45:22.812Z | Compiling serde_derive v1.0.215 |
758 | 2024-11-27T17:45:22.870Z | Compiling zerocopy-derive v0.7.35 |
759 | 2024-11-27T17:45:22.877Z | Compiling thiserror-impl v1.0.69 |
760 | 2024-11-27T17:45:23.481Z | Compiling schemars_derive v0.8.21 |
761 | 2024-11-27T17:45:23.879Z | Compiling zerofrom-derive v0.1.4 |
762 | 2024-11-27T17:45:24.983Z | Compiling zerocopy v0.7.35 |
763 | 2024-11-27T17:45:26.266Z | Compiling yoke-derive v0.7.4 |
764 | 2024-11-27T17:45:26.503Z | Compiling tokio-macros v2.4.0 |
765 | 2024-11-27T17:45:26.599Z | Compiling zerovec-derive v0.10.3 |
766 | 2024-11-27T17:45:27.518Z | Compiling zerofrom v0.1.4 |
767 | 2024-11-27T17:45:27.648Z | Compiling displaydoc v0.2.5 |
768 | 2024-11-27T17:45:27.741Z | Compiling futures-macro v0.3.31 |
769 | 2024-11-27T17:45:28.094Z | Compiling tokio v1.40.0 |
770 | 2024-11-27T17:45:29.039Z | Compiling yoke v0.7.4 |
771 | 2024-11-27T17:45:29.318Z | Compiling pest v2.7.14 |
772 | 2024-11-27T17:45:29.445Z | Compiling zerovec v0.10.4 |
773 | 2024-11-27T17:45:29.631Z | Compiling futures-util v0.3.31 |
774 | 2024-11-27T17:45:29.813Z | Compiling icu_provider_macros v1.5.0 |
775 | 2024-11-27T17:45:30.251Z | Compiling hashbrown v0.14.5 |
776 | 2024-11-27T17:45:31.603Z | Compiling tinystr v0.7.6 |
777 | 2024-11-27T17:45:32.102Z | Compiling icu_locid v1.5.0 |
778 | 2024-11-27T17:45:32.324Z | Compiling pest_meta v2.7.14 |
779 | 2024-11-27T17:45:32.517Z | Compiling rustls-webpki v0.102.8 |
780 | 2024-11-27T17:45:36.523Z | Compiling icu_provider v1.5.0 |
781 | 2024-11-27T17:45:36.854Z | Compiling pest_generator v2.7.14 |
782 | 2024-11-27T17:45:37.589Z | Compiling indexmap v2.6.0 |
783 | 2024-11-27T17:45:38.696Z | Compiling serde_tokenstream v0.2.2 |
784 | 2024-11-27T17:45:39.582Z | Compiling tokio-util v0.7.12 |
785 | 2024-11-27T17:45:40.287Z | Compiling icu_locid_transform v1.5.0 |
786 | 2024-11-27T17:45:40.567Z | Compiling regress v0.10.1 |
787 | 2024-11-27T17:45:41.894Z | Compiling h2 v0.4.6 |
788 | 2024-11-27T17:45:44.077Z | Compiling icu_collections v1.5.0 |
789 | 2024-11-27T17:45:45.434Z | Compiling icu_properties v1.5.1 |
790 | 2024-11-27T17:45:46.371Z | Compiling typify-impl v0.2.0 |
791 | 2024-11-27T17:45:46.830Z | Compiling pest_derive v2.7.14 |
792 | 2024-11-27T17:45:47.747Z | Compiling hyper v1.5.0 |
793 | 2024-11-27T17:45:48.627Z | Compiling openssl-macros v0.1.1 |
794 | 2024-11-27T17:45:51.875Z | Compiling hyper-util v0.1.10 |
795 | 2024-11-27T17:45:55.796Z | Compiling icu_normalizer v1.5.0 |
796 | 2024-11-27T17:45:58.070Z | Compiling regex-automata v0.4.8 |
797 | 2024-11-27T17:45:58.119Z | Compiling idna_adapter v1.2.0 |
798 | 2024-11-27T17:45:58.617Z | Compiling typify-macro v0.2.0 |
799 | 2024-11-27T17:46:00.033Z | Compiling http-body-util v0.1.2 |
800 | 2024-11-27T17:46:00.885Z | Compiling scroll_derive v0.12.0 |
801 | 2024-11-27T17:46:02.401Z | Compiling regex v1.11.1 |
802 | 2024-11-27T17:46:02.535Z | Compiling usdt-impl v0.5.0 |
803 | 2024-11-27T17:46:02.676Z | Compiling encoding_rs v0.8.34 |
804 | 2024-11-27T17:46:02.910Z | Compiling num-conv v0.1.0 |
805 | 2024-11-27T17:46:03.184Z | Compiling mime v0.3.17 |
806 | 2024-11-27T17:46:03.938Z | Compiling powerfmt v0.2.0 |
807 | 2024-11-27T17:46:04.296Z | Compiling time-core v0.1.2 |
808 | 2024-11-27T17:46:04.428Z | Compiling deranged v0.3.11 |
809 | 2024-11-27T17:46:04.459Z | Compiling time-macros v0.2.18 |
810 | 2024-11-27T17:46:06.731Z | Compiling scroll v0.12.0 |
811 | 2024-11-27T17:46:07.428Z | Compiling tokio-rustls v0.26.0 |
812 | 2024-11-27T17:46:07.474Z | Compiling thread-id v4.2.2 |
813 | 2024-11-27T17:46:07.927Z | Compiling tokio-native-tls v0.3.1 |
814 | 2024-11-27T17:46:08.235Z | Compiling idna v1.0.3 |
815 | 2024-11-27T17:46:13.479Z | Compiling dtrace-parser v0.2.0 |
816 | 2024-11-27T17:46:14.129Z | Compiling dof v0.3.0 |
817 | 2024-11-27T17:46:15.017Z | Compiling serde_urlencoded v0.7.1 |
818 | 2024-11-27T17:46:15.215Z | Compiling webpki-roots v0.26.6 |
819 | 2024-11-27T17:46:15.420Z | Compiling rustls-pemfile v2.2.0 |
820 | 2024-11-27T17:46:15.803Z | Compiling base64 v0.22.1 |
821 | 2024-11-27T17:46:15.894Z | Compiling ident_case v1.0.1 |
822 | 2024-11-27T17:46:16.061Z | Compiling omicron-workspace-hack v0.1.0 |
823 | 2024-11-27T17:46:16.300Z | Compiling crossbeam-utils v0.8.20 |
824 | 2024-11-27T17:46:16.814Z | Compiling strsim v0.11.1 |
825 | 2024-11-27T17:46:16.901Z | Compiling num_threads v0.1.7 |
826 | 2024-11-27T17:46:17.572Z | Compiling plain v0.2.3 |
827 | 2024-11-27T17:46:17.783Z | Compiling time v0.3.36 |
828 | 2024-11-27T17:46:18.031Z | Compiling goblin v0.8.2 |
829 | 2024-11-27T17:46:20.067Z | Compiling darling_core v0.20.10 |
830 | 2024-11-27T17:46:25.329Z | Compiling hyper-rustls v0.27.3 |
831 | 2024-11-27T17:46:27.139Z | Compiling url v2.5.3 |
832 | 2024-11-27T17:46:27.728Z | Compiling hyper-tls v0.6.0 |
833 | 2024-11-27T17:46:27.768Z | Compiling typify v0.2.0 |
834 | 2024-11-27T17:46:27.893Z | Compiling openapiv3 v2.0.0 |
835 | 2024-11-27T17:46:30.788Z | Compiling sync_wrapper v1.0.1 |
836 | 2024-11-27T17:46:30.935Z | Compiling dirs-sys-next v0.1.2 |
837 | 2024-11-27T17:46:32.242Z | Compiling pretty-hex v0.4.1 |
838 | 2024-11-27T17:46:32.426Z | Compiling unsafe-libyaml v0.2.11 |
839 | 2024-11-27T17:46:32.477Z | Compiling ipnet v2.10.1 |
840 | 2024-11-27T17:46:32.884Z | Compiling paste v1.0.15 |
841 | 2024-11-27T17:46:33.385Z | Compiling rustls v0.22.4 |
842 | 2024-11-27T17:46:33.700Z | Compiling rustversion v1.0.17 |
843 | 2024-11-27T17:46:34.175Z | Compiling serde_yaml v0.9.34+deprecated |
844 | 2024-11-27T17:46:34.489Z | Compiling reqwest v0.12.9 |
845 | 2024-11-27T17:46:35.620Z | Compiling progenitor-impl v0.8.0 |
846 | 2024-11-27T17:46:37.930Z | Compiling dirs-next v2.0.0 |
847 | 2024-11-27T17:46:38.113Z | Compiling darling_macro v0.20.10 |
848 | 2024-11-27T17:46:41.076Z | Compiling crypto-common v0.1.6 |
849 | 2024-11-27T17:46:41.287Z | Compiling block-buffer v0.10.4 |
850 | 2024-11-27T17:46:41.506Z | Compiling toml_datetime v0.6.8 |
851 | 2024-11-27T17:46:41.526Z | Compiling serde_spanned v0.6.8 |
852 | 2024-11-27T17:46:41.766Z | Compiling ppv-lite86 v0.2.20 |
853 | 2024-11-27T17:46:42.209Z | Compiling structmeta-derive v0.3.0 |
854 | 2024-11-27T17:46:42.408Z | Compiling rand_core v0.6.4 |
855 | 2024-11-27T17:46:42.822Z | Compiling thread_local v1.1.8 |
856 | 2024-11-27T17:46:42.877Z | Compiling multer v3.1.0 |
857 | 2024-11-27T17:46:43.018Z | Compiling match_cfg v0.1.0 |
858 | 2024-11-27T17:46:43.103Z | Compiling anyhow v1.0.93 |
859 | 2024-11-27T17:46:43.200Z | Compiling newtype-uuid v1.1.3 |
860 | 2024-11-27T17:46:43.514Z | Compiling winnow v0.6.20 |
861 | 2024-11-27T17:46:43.528Z | Compiling slog-async v2.8.0 |
862 | 2024-11-27T17:46:43.693Z | Compiling camino v1.1.9 |
863 | 2024-11-27T17:46:44.412Z | Compiling hostname v0.3.1 |
864 | 2024-11-27T17:46:44.597Z | Compiling rand_chacha v0.3.1 |
865 | 2024-11-27T17:46:44.651Z | Compiling progenitor-macro v0.8.0 |
866 | 2024-11-27T17:46:44.987Z | Compiling structmeta v0.3.0 |
867 | 2024-11-27T17:46:45.359Z | Compiling digest v0.10.7 |
868 | 2024-11-27T17:46:45.764Z | Compiling crossbeam-channel v0.5.13 |
869 | 2024-11-27T17:46:46.337Z | Compiling darling v0.20.10 |
870 | 2024-11-27T17:46:46.441Z | Compiling term v0.7.0 |
871 | 2024-11-27T17:46:47.424Z | Compiling progenitor-client v0.8.0 |
872 | 2024-11-27T17:46:48.076Z | Compiling toml_edit v0.22.22 |
873 | 2024-11-27T17:46:52.452Z | Compiling usdt-attr-macro v0.5.0 |
874 | 2024-11-27T17:46:53.955Z | Compiling usdt-macro v0.5.0 |
875 | 2024-11-27T17:46:55.302Z | Compiling slog-json v2.6.1 |
876 | 2024-11-27T17:46:55.926Z | Compiling futures-executor v0.3.31 |
877 | 2024-11-27T17:46:55.932Z | Compiling async-stream-impl v0.3.6 |
878 | 2024-11-27T17:46:56.909Z | Compiling is-terminal v0.4.13 |
879 | 2024-11-27T17:46:57.027Z | Compiling memmap v0.7.0 |
880 | 2024-11-27T17:46:57.247Z | Compiling dropshot v0.13.0 |
881 | 2024-11-27T17:46:57.448Z | Compiling take_mut v0.2.2 |
882 | 2024-11-27T17:46:57.582Z | Compiling cpufeatures v0.2.14 |
883 | 2024-11-27T17:46:57.668Z | Compiling sha1 v0.10.6 |
884 | 2024-11-27T17:46:57.733Z | Compiling progenitor v0.8.0 |
885 | 2024-11-27T17:46:57.953Z | Compiling async-stream v0.3.6 |
886 | 2024-11-27T17:46:58.260Z | Compiling usdt v0.5.0 |
887 | 2024-11-27T17:46:58.436Z | Compiling slog-term v2.9.1 |
888 | 2024-11-27T17:46:59.815Z | Compiling futures v0.3.31 |
889 | 2024-11-27T17:47:00.011Z | Compiling slog-bunyan v2.5.0 |
890 | 2024-11-27T17:47:00.263Z | Compiling tokio-rustls v0.25.0 |
891 | 2024-11-27T17:47:00.692Z | Compiling strum_macros v0.26.4 |
892 | 2024-11-27T17:47:01.023Z | Compiling toml v0.8.19 |
893 | 2024-11-27T17:47:01.393Z | Compiling serde_with_macros v3.11.0 |
894 | 2024-11-27T17:47:04.090Z | Compiling parse-display-derive v0.10.0 |
895 | 2024-11-27T17:47:05.358Z | Compiling rand v0.8.5 |
896 | 2024-11-27T17:47:08.772Z | Compiling ipnetwork v0.20.0 |
897 | 2024-11-27T17:47:10.073Z | Compiling dropshot_endpoint v0.13.0 |
898 | 2024-11-27T17:47:10.773Z | Compiling hex v0.4.3 |
899 | 2024-11-27T17:47:11.066Z | Compiling serde_path_to_error v0.1.16 |
900 | 2024-11-27T17:47:11.474Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
901 | 2024-11-27T17:47:12.090Z | Compiling async-trait v0.1.83 |
902 | 2024-11-27T17:47:12.309Z | Compiling waitgroup v0.1.2 |
903 | 2024-11-27T17:47:12.541Z | Compiling hostname v0.4.0 |
904 | 2024-11-27T17:47:12.781Z | Compiling instant v0.1.13 |
905 | 2024-11-27T17:47:12.930Z | Compiling debug-ignore v1.0.5 |
906 | 2024-11-27T17:47:13.062Z | Compiling backoff v0.4.0 |
907 | 2024-11-27T17:47:13.396Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
908 | 2024-11-27T17:47:13.589Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
909 | 2024-11-27T17:47:13.756Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
910 | 2024-11-27T17:47:13.906Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
911 | 2024-11-27T17:47:14.405Z | Compiling parse-display v0.10.0 |
912 | 2024-11-27T17:47:14.419Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
913 | 2024-11-27T17:47:16.586Z | Compiling strum v0.26.3 |
914 | 2024-11-27T17:47:16.761Z | Compiling serde_with v3.11.0 |
915 | 2024-11-27T17:47:18.540Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
916 | 2024-11-27T17:47:18.683Z | Compiling regress v0.9.1 |
917 | 2024-11-27T17:47:19.350Z | Compiling macaddr v1.0.1 |
918 | 2024-11-27T17:47:23.150Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
919 | 2024-11-27T17:47:34.262Z | Compiling test-project v0.1.0 (/tmp/test-project) |
920 | 2024-11-27T17:47:44.424Z | Finished `release` profile [optimized] target(s) in 2m 37s |
921 | 2024-11-27T17:47:44.490Z | process exited: duration 238380 ms, exit code 0 |
|
922 | 2024-11-27T17:47:44.496Z | found 0 output files |