|
|
|
1 | 2024-11-23T04:03:11.885Z | job assigned to worker 01JDBJYNM94Q6GSPJVXNJYZRG9 [factory aws, i-05cb1086649ba8706] (queued for 54 s) |
|
2 | 2024-11-23T04:03:21.340Z | starting task 0: "setup" |
3 | 2024-11-23T04:03:21.347Z | ++ uname -s |
4 | 2024-11-23T04:03:21.349Z | + kern=SunOS |
5 | 2024-11-23T04:03:21.349Z | + case "$kern" in |
6 | 2024-11-23T04:03:21.349Z | + groupadd -g 12345 build |
7 | 2024-11-23T04:03:21.351Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-23T04:03:23.359Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-23T04:03:23.454Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-23T04:03:23.456Z | + home_fs=zfs |
11 | 2024-11-23T04:03:23.456Z | + [[ zfs == autofs ]] |
12 | 2024-11-23T04:03:23.456Z | + mkdir -p /home/build |
13 | 2024-11-23T04:03:23.459Z | + chown build:build /home/build /work |
14 | 2024-11-23T04:03:25.461Z | + chmod 0700 /home/build /work |
15 | 2024-11-23T04:03:25.464Z | process exited: duration 4124 ms, exit code 0 |
|
16 | 2024-11-23T04:03:25.468Z | starting task 1: "rust-toolchain" |
17 | 2024-11-23T04:03:25.473Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-23T04:03:25.473Z | ' 1.81.0 |
19 | 2024-11-23T04:03:25.473Z | + printf ' * toolchain profile = "%s" |
20 | 2024-11-23T04:03:25.473Z | ' default |
21 | 2024-11-23T04:03:25.473Z | * toolchain channel = "1.81.0" |
22 | 2024-11-23T04:03:25.473Z | * toolchain profile = "default" |
23 | 2024-11-23T04:03:25.476Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-23T04:03:25.476Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-23T04:03:25.578Z | info: downloading installer |
26 | 2024-11-23T04:03:26.940Z | info: profile set to 'default' |
27 | 2024-11-23T04:03:26.940Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-23T04:03:26.943Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-23T04:03:27.094Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-23T04:03:27.094Z | info: downloading component 'cargo' |
31 | 2024-11-23T04:03:27.925Z | info: downloading component 'clippy' |
32 | 2024-11-23T04:03:28.237Z | info: downloading component 'rust-docs' |
33 | 2024-11-23T04:03:29.396Z | info: downloading component 'rust-std' |
34 | 2024-11-23T04:03:31.195Z | info: downloading component 'rustc' |
35 | 2024-11-23T04:03:37.662Z | info: downloading component 'rustfmt' |
36 | 2024-11-23T04:03:37.905Z | info: installing component 'cargo' |
37 | 2024-11-23T04:03:38.696Z | info: installing component 'clippy' |
38 | 2024-11-23T04:03:39.058Z | info: installing component 'rust-docs' |
39 | 2024-11-23T04:03:40.665Z | info: installing component 'rust-std' |
40 | 2024-11-23T04:03:42.340Z | info: installing component 'rustc' |
41 | 2024-11-23T04:03:47.902Z | info: installing component 'rustfmt' |
42 | 2024-11-23T04:03:48.226Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-23T04:03:48.226Z | |
44 | 2024-11-23T04:03:48.582Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-23T04:03:48.582Z | |
46 | 2024-11-23T04:03:48.582Z | |
47 | 2024-11-23T04:03:48.582Z | Rust is installed now. Great! |
48 | 2024-11-23T04:03:48.583Z | |
49 | 2024-11-23T04:03:48.585Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-23T04:03:48.585Z | environment variable. This has not been done automatically. |
51 | 2024-11-23T04:03:48.585Z | |
52 | 2024-11-23T04:03:48.585Z | To configure your current shell, you need to source |
53 | 2024-11-23T04:03:48.585Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-23T04:03:48.585Z | |
55 | 2024-11-23T04:03:48.585Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-23T04:03:48.585Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-23T04:03:48.585Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-23T04:03:48.653Z | + rustc --version |
59 | 2024-11-23T04:03:48.718Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-23T04:03:48.721Z | process exited: duration 23246 ms, exit code 0 |
|
61 | 2024-11-23T04:03:48.726Z | starting task 2: "authentication" |
62 | 2024-11-23T04:03:48.747Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-23T04:03:48.752Z | starting task 3: "clone repository" |
64 | 2024-11-23T04:03:48.757Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-23T04:03:48.759Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-23T04:03:49.273Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-23T04:03:55.136Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-23T04:03:55.139Z | + git fetch origin 533f54c23e2bc8062578113c18947e8f69ef1713 |
69 | 2024-11-23T04:03:55.424Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-23T04:03:55.424Z | * branch 533f54c23e2bc8062578113c18947e8f69ef1713 -> FETCH_HEAD |
71 | 2024-11-23T04:03:55.434Z | + [[ -n renovate/rustls-0.x ]] |
72 | 2024-11-23T04:03:55.436Z | ++ git branch --show-current |
73 | 2024-11-23T04:03:55.439Z | + current=main |
74 | 2024-11-23T04:03:55.439Z | + [[ main != renovate/rustls-0.x ]] |
75 | 2024-11-23T04:03:55.439Z | + git branch -f renovate/rustls-0.x 533f54c23e2bc8062578113c18947e8f69ef1713 |
76 | 2024-11-23T04:03:55.441Z | + git checkout -f renovate/rustls-0.x |
77 | 2024-11-23T04:03:55.618Z | Switched to branch 'renovate/rustls-0.x' |
78 | 2024-11-23T04:03:55.621Z | + git reset --hard 533f54c23e2bc8062578113c18947e8f69ef1713 |
79 | 2024-11-23T04:03:55.633Z | HEAD is now at 533f54c23 Update Rust crate rustls to 0.23.18 |
80 | 2024-11-23T04:03:55.635Z | process exited: duration 6880 ms, exit code 0 |
|
81 | 2024-11-23T04:03:55.640Z | starting task 4: "build" |
82 | 2024-11-23T04:03:55.645Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-23T04:03:55.646Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-23T04:03:55.646Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-23T04:03:55.648Z | + cargo --version |
86 | 2024-11-23T04:03:55.702Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-23T04:03:55.704Z | + rustc --version |
88 | 2024-11-23T04:03:55.764Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-23T04:03:55.767Z | + cd /tmp |
90 | 2024-11-23T04:03:55.769Z | + cargo new --lib test-project |
91 | 2024-11-23T04:03:55.825Z | Creating library `test-project` package |
92 | 2024-11-23T04:03:55.901Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-11-23T04:03:55.903Z | + cd test-project |
94 | 2024-11-23T04:03:55.903Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-11-23T04:03:55.964Z | Adding omicron-common (local) to dependencies |
96 | 2024-11-23T04:03:55.964Z | Features: |
97 | 2024-11-23T04:03:55.964Z | - proptest |
98 | 2024-11-23T04:03:55.966Z | - test-strategy |
99 | 2024-11-23T04:03:55.966Z | - testing |
100 | 2024-11-23T04:03:55.966Z | Updating crates.io index |
101 | 2024-11-23T04:03:56.039Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-11-23T04:03:56.931Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-11-23T04:03:57.360Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-11-23T04:03:57.770Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-11-23T04:03:59.139Z | Locking 328 packages to latest compatible versions |
106 | 2024-11-23T04:03:59.148Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-11-23T04:03:59.148Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
108 | 2024-11-23T04:03:59.148Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
109 | 2024-11-23T04:03:59.148Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
110 | 2024-11-23T04:03:59.148Z | Adding goblin v0.8.2 (latest: v0.9.2) |
111 | 2024-11-23T04:03:59.148Z | Adding hashbrown v0.12.3 (latest: v0.15.1) |
112 | 2024-11-23T04:03:59.148Z | Adding hashbrown v0.14.5 (latest: v0.15.1) |
113 | 2024-11-23T04:03:59.148Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
114 | 2024-11-23T04:03:59.149Z | Adding hostname v0.3.1 (latest: v0.4.0) |
115 | 2024-11-23T04:03:59.149Z | Adding indexmap v1.9.3 (latest: v2.6.0) |
116 | 2024-11-23T04:03:59.149Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
117 | 2024-11-23T04:03:59.159Z | Adding regress v0.9.1 (latest: v0.10.1) |
118 | 2024-11-23T04:03:59.167Z | Adding rustls v0.22.4 (latest: v0.23.18) |
119 | 2024-11-23T04:03:59.167Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
120 | 2024-11-23T04:03:59.167Z | Adding term v0.7.0 (latest: v1.0.0) |
121 | 2024-11-23T04:03:59.167Z | Adding thiserror v1.0.69 (latest: v2.0.3) |
122 | 2024-11-23T04:03:59.167Z | Adding thiserror-impl v1.0.69 (latest: v2.0.3) |
123 | 2024-11-23T04:03:59.167Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
124 | 2024-11-23T04:03:59.167Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
125 | 2024-11-23T04:03:59.167Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
126 | 2024-11-23T04:03:59.167Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
127 | 2024-11-23T04:03:59.171Z | Adding windows v0.52.0 (latest: v0.58.0) |
128 | 2024-11-23T04:03:59.171Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
129 | 2024-11-23T04:03:59.172Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
130 | 2024-11-23T04:03:59.172Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
131 | 2024-11-23T04:03:59.172Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
132 | 2024-11-23T04:03:59.172Z | Adding writeable v0.5.5 (latest: v0.6.0) |
133 | 2024-11-23T04:03:59.172Z | Adding zerocopy v0.7.35 (latest: v0.8.10) |
134 | 2024-11-23T04:03:59.172Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.10) |
135 | 2024-11-23T04:03:59.172Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
136 | 2024-11-23T04:03:59.172Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
137 | 2024-11-23T04:03:59.236Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
138 | 2024-11-23T04:03:59.243Z | + cargo check |
139 | 2024-11-23T04:03:59.403Z | Updating crates.io index |
140 | 2024-11-23T04:04:00.139Z | Locking 2 packages to latest compatible versions |
141 | 2024-11-23T04:04:03.191Z | Adding omicron-workspace-hack v0.1.0 |
142 | 2024-11-23T04:04:04.956Z | Adding test-project v0.1.0 (/tmp/test-project) |
143 | 2024-11-23T04:04:05.711Z | Downloading crates ... |
144 | 2024-11-23T04:04:05.810Z | Downloaded openssl-macros v0.1.1 |
145 | 2024-11-23T04:04:05.814Z | Downloaded try-lock v0.2.5 |
146 | 2024-11-23T04:04:05.829Z | Downloaded num-conv v0.1.0 |
147 | 2024-11-23T04:04:05.833Z | Downloaded parse-display v0.10.0 |
148 | 2024-11-23T04:04:05.839Z | Downloaded pretty-hex v0.4.1 |
149 | 2024-11-23T04:04:05.842Z | Downloaded usdt v0.5.0 |
150 | 2024-11-23T04:04:05.847Z | Downloaded ppv-lite86 v0.2.20 |
151 | 2024-11-23T04:04:05.851Z | Downloaded mime v0.3.17 |
152 | 2024-11-23T04:04:05.851Z | Downloaded yoke v0.7.4 |
153 | 2024-11-23T04:04:05.855Z | Downloaded want v0.3.1 |
154 | 2024-11-23T04:04:05.855Z | Downloaded memmap v0.7.0 |
155 | 2024-11-23T04:04:05.860Z | Downloaded winnow v0.6.20 |
156 | 2024-11-23T04:04:05.864Z | Downloaded unsafe-libyaml v0.2.11 |
157 | 2024-11-23T04:04:05.867Z | Downloaded tracing v0.1.40 |
158 | 2024-11-23T04:04:05.879Z | Downloaded atomic-waker v1.1.2 |
159 | 2024-11-23T04:04:05.883Z | Downloaded typify-impl v0.2.0 |
160 | 2024-11-23T04:04:05.895Z | Downloaded thiserror v1.0.69 |
161 | 2024-11-23T04:04:05.900Z | Downloaded structmeta v0.3.0 |
162 | 2024-11-23T04:04:05.904Z | Downloaded shlex v1.3.0 |
163 | 2024-11-23T04:04:05.904Z | Downloaded allocator-api2 v0.2.18 |
164 | 2024-11-23T04:04:05.907Z | Downloaded toml v0.8.19 |
165 | 2024-11-23T04:04:05.908Z | Downloaded backoff v0.4.0 |
166 | 2024-11-23T04:04:05.912Z | Downloaded autocfg v1.4.0 |
167 | 2024-11-23T04:04:05.912Z | Downloaded async-stream-impl v0.3.6 |
168 | 2024-11-23T04:04:05.918Z | Downloaded async-trait v0.1.83 |
169 | 2024-11-23T04:04:05.923Z | Downloaded utf8_iter v1.0.4 |
170 | 2024-11-23T04:04:05.923Z | Downloaded thread_local v1.1.8 |
171 | 2024-11-23T04:04:05.927Z | Downloaded byteorder v1.5.0 |
172 | 2024-11-23T04:04:05.927Z | Downloaded block-buffer v0.10.4 |
173 | 2024-11-23T04:04:05.927Z | Downloaded anyhow v1.0.93 |
174 | 2024-11-23T04:04:05.931Z | Downloaded zerocopy v0.7.35 |
175 | 2024-11-23T04:04:05.944Z | Downloaded rustc-hash v2.0.0 |
176 | 2024-11-23T04:04:05.948Z | Downloaded tinyvec v1.8.0 |
177 | 2024-11-23T04:04:05.951Z | Downloaded base64 v0.22.1 |
178 | 2024-11-23T04:04:05.955Z | Downloaded time-macros v0.2.18 |
179 | 2024-11-23T04:04:05.955Z | Downloaded slog-json v2.6.1 |
180 | 2024-11-23T04:04:05.960Z | Downloaded darling_macro v0.20.10 |
181 | 2024-11-23T04:04:05.960Z | Downloaded aho-corasick v1.1.3 |
182 | 2024-11-23T04:04:05.964Z | Downloaded usdt-attr-macro v0.5.0 |
183 | 2024-11-23T04:04:05.964Z | Downloaded untrusted v0.9.0 |
184 | 2024-11-23T04:04:05.967Z | Downloaded foreign-types v0.3.2 |
185 | 2024-11-23T04:04:05.972Z | Downloaded equivalent v1.0.1 |
186 | 2024-11-23T04:04:05.972Z | Downloaded tower-service v0.3.3 |
187 | 2024-11-23T04:04:05.972Z | Downloaded thread-id v4.2.2 |
188 | 2024-11-23T04:04:05.972Z | Downloaded cc v1.1.30 |
189 | 2024-11-23T04:04:05.977Z | Downloaded thiserror-impl v1.0.69 |
190 | 2024-11-23T04:04:05.977Z | Downloaded bitflags v2.6.0 |
191 | 2024-11-23T04:04:05.982Z | Downloaded foreign-types-shared v0.1.1 |
192 | 2024-11-23T04:04:05.983Z | Downloaded crypto-common v0.1.6 |
193 | 2024-11-23T04:04:05.983Z | Downloaded ahash v0.8.11 |
194 | 2024-11-23T04:04:05.987Z | Downloaded ucd-trie v0.1.7 |
195 | 2024-11-23T04:04:05.987Z | Downloaded tinyvec_macros v0.1.1 |
196 | 2024-11-23T04:04:05.987Z | Downloaded ident_case v1.0.1 |
197 | 2024-11-23T04:04:05.987Z | Downloaded time-core v0.1.2 |
198 | 2024-11-23T04:04:05.991Z | Downloaded cfg-if v1.0.0 |
199 | 2024-11-23T04:04:05.991Z | Downloaded http-body v1.0.1 |
200 | 2024-11-23T04:04:05.991Z | Downloaded zerocopy-derive v0.7.35 |
201 | 2024-11-23T04:04:05.994Z | Downloaded toml_edit v0.22.22 |
202 | 2024-11-23T04:04:06.014Z | Downloaded sha1 v0.10.6 |
203 | 2024-11-23T04:04:06.018Z | Downloaded dirs-next v2.0.0 |
204 | 2024-11-23T04:04:06.018Z | Downloaded digest v0.10.7 |
205 | 2024-11-23T04:04:06.021Z | Downloaded deranged v0.3.11 |
206 | 2024-11-23T04:04:06.021Z | Downloaded debug-ignore v1.0.5 |
207 | 2024-11-23T04:04:06.021Z | Downloaded cpufeatures v0.2.14 |
208 | 2024-11-23T04:04:06.026Z | Downloaded toml_datetime v0.6.8 |
209 | 2024-11-23T04:04:06.026Z | Downloaded percent-encoding v2.3.1 |
210 | 2024-11-23T04:04:06.026Z | Downloaded utf16_iter v1.0.5 |
211 | 2024-11-23T04:04:06.031Z | Downloaded idna_adapter v1.2.0 |
212 | 2024-11-23T04:04:06.031Z | Downloaded icu_provider_macros v1.5.0 |
213 | 2024-11-23T04:04:06.031Z | Downloaded typify-macro v0.2.0 |
214 | 2024-11-23T04:04:06.031Z | Downloaded tokio-macros v2.4.0 |
215 | 2024-11-23T04:04:06.031Z | Downloaded tinystr v0.7.6 |
216 | 2024-11-23T04:04:06.035Z | Downloaded futures-macro v0.3.31 |
217 | 2024-11-23T04:04:06.035Z | Downloaded num_threads v0.1.7 |
218 | 2024-11-23T04:04:06.035Z | Downloaded dyn-clone v1.0.17 |
219 | 2024-11-23T04:04:06.038Z | Downloaded dirs-sys-next v0.1.2 |
220 | 2024-11-23T04:04:06.038Z | Downloaded generic-array v0.14.7 |
221 | 2024-11-23T04:04:06.038Z | Downloaded futures-io v0.3.31 |
222 | 2024-11-23T04:04:06.038Z | Downloaded futures-task v0.3.31 |
223 | 2024-11-23T04:04:06.042Z | Downloaded form_urlencoded v1.2.1 |
224 | 2024-11-23T04:04:06.043Z | Downloaded sync_wrapper v1.0.1 |
225 | 2024-11-23T04:04:06.043Z | Downloaded dtrace-parser v0.2.0 |
226 | 2024-11-23T04:04:06.048Z | Downloaded dof v0.3.0 |
227 | 2024-11-23T04:04:06.048Z | Downloaded tokio-native-tls v0.3.1 |
228 | 2024-11-23T04:04:06.048Z | Downloaded futures-core v0.3.31 |
229 | 2024-11-23T04:04:06.048Z | Downloaded openssl-probe v0.1.5 |
230 | 2024-11-23T04:04:06.054Z | Downloaded zerofrom v0.1.4 |
231 | 2024-11-23T04:04:06.054Z | Downloaded write16 v1.0.0 |
232 | 2024-11-23T04:04:06.054Z | Downloaded yoke-derive v0.7.4 |
233 | 2024-11-23T04:04:06.054Z | Downloaded progenitor-client v0.8.0 |
234 | 2024-11-23T04:04:06.054Z | Downloaded waitgroup v0.1.2 |
235 | 2024-11-23T04:04:06.054Z | Downloaded usdt-macro v0.5.0 |
236 | 2024-11-23T04:04:06.054Z | Downloaded match_cfg v0.1.0 |
237 | 2024-11-23T04:04:06.059Z | Downloaded instant v0.1.13 |
238 | 2024-11-23T04:04:06.059Z | Downloaded fnv v1.0.7 |
239 | 2024-11-23T04:04:06.059Z | Downloaded httpdate v1.0.3 |
240 | 2024-11-23T04:04:06.059Z | Downloaded hyper-tls v0.6.0 |
241 | 2024-11-23T04:04:06.060Z | Downloaded stable_deref_trait v1.2.0 |
242 | 2024-11-23T04:04:06.064Z | Downloaded rand_chacha v0.3.1 |
243 | 2024-11-23T04:04:06.064Z | Downloaded pin-utils v0.1.0 |
244 | 2024-11-23T04:04:06.064Z | Downloaded omicron-workspace-hack v0.1.0 |
245 | 2024-11-23T04:04:06.064Z | Downloaded version_check v0.9.5 |
246 | 2024-11-23T04:04:06.064Z | Downloaded http-body-util v0.1.2 |
247 | 2024-11-23T04:04:06.074Z | Downloaded hostname v0.4.0 |
248 | 2024-11-23T04:04:06.074Z | Downloaded hostname v0.3.1 |
249 | 2024-11-23T04:04:06.074Z | Downloaded is-terminal v0.4.13 |
250 | 2024-11-23T04:04:06.081Z | Downloaded hex v0.4.3 |
251 | 2024-11-23T04:04:06.081Z | Downloaded heck v0.5.0 |
252 | 2024-11-23T04:04:06.082Z | Downloaded camino v1.1.9 |
253 | 2024-11-23T04:04:06.082Z | Downloaded bytes v1.8.0 |
254 | 2024-11-23T04:04:06.082Z | Downloaded strum v0.26.3 |
255 | 2024-11-23T04:04:06.082Z | Downloaded take_mut v0.2.2 |
256 | 2024-11-23T04:04:06.082Z | Downloaded async-stream v0.3.6 |
257 | 2024-11-23T04:04:06.090Z | Downloaded scroll_derive v0.12.0 |
258 | 2024-11-23T04:04:06.090Z | Downloaded writeable v0.5.5 |
259 | 2024-11-23T04:04:06.096Z | Downloaded pkg-config v0.3.31 |
260 | 2024-11-23T04:04:06.096Z | Downloaded itoa v1.0.11 |
261 | 2024-11-23T04:04:06.097Z | Downloaded ipnetwork v0.20.0 |
262 | 2024-11-23T04:04:06.097Z | Downloaded futures-sink v0.3.31 |
263 | 2024-11-23T04:04:06.097Z | Downloaded usdt-impl v0.5.0 |
264 | 2024-11-23T04:04:06.097Z | Downloaded zeroize v1.8.1 |
265 | 2024-11-23T04:04:06.097Z | Downloaded macaddr v1.0.1 |
266 | 2024-11-23T04:04:06.103Z | Downloaded darling v0.20.10 |
267 | 2024-11-23T04:04:06.103Z | Downloaded futures-executor v0.3.31 |
268 | 2024-11-23T04:04:06.103Z | Downloaded progenitor v0.8.0 |
269 | 2024-11-23T04:04:06.107Z | Downloaded pest_generator v2.7.14 |
270 | 2024-11-23T04:04:06.107Z | Downloaded plain v0.2.3 |
271 | 2024-11-23T04:04:06.108Z | Downloaded zerofrom-derive v0.1.4 |
272 | 2024-11-23T04:04:06.108Z | Downloaded iana-time-zone v0.1.61 |
273 | 2024-11-23T04:04:06.120Z | Downloaded rand_core v0.6.4 |
274 | 2024-11-23T04:04:06.120Z | Downloaded progenitor-macro v0.8.0 |
275 | 2024-11-23T04:04:06.120Z | Downloaded paste v1.0.15 |
276 | 2024-11-23T04:04:06.127Z | Downloaded native-tls v0.2.12 |
277 | 2024-11-23T04:04:06.127Z | Downloaded tokio-rustls v0.26.0 |
278 | 2024-11-23T04:04:06.127Z | Downloaded subtle v2.6.1 |
279 | 2024-11-23T04:04:06.127Z | Downloaded smallvec v1.13.2 |
280 | 2024-11-23T04:04:06.127Z | Downloaded typenum v1.17.0 |
281 | 2024-11-23T04:04:06.127Z | Downloaded pest_derive v2.7.14 |
282 | 2024-11-23T04:04:06.127Z | Downloaded crossbeam-utils v0.8.20 |
283 | 2024-11-23T04:04:06.131Z | Downloaded lock_api v0.4.12 |
284 | 2024-11-23T04:04:06.132Z | Downloaded num-traits v0.2.19 |
285 | 2024-11-23T04:04:06.135Z | Downloaded unicode-ident v1.0.13 |
286 | 2024-11-23T04:04:06.135Z | Downloaded serde_spanned v0.6.8 |
287 | 2024-11-23T04:04:06.135Z | Downloaded serde_urlencoded v0.7.1 |
288 | 2024-11-23T04:04:06.139Z | Downloaded displaydoc v0.2.5 |
289 | 2024-11-23T04:04:06.139Z | Downloaded strsim v0.11.1 |
290 | 2024-11-23T04:04:06.143Z | Downloaded slog-bunyan v2.5.0 |
291 | 2024-11-23T04:04:06.143Z | Downloaded slab v0.4.9 |
292 | 2024-11-23T04:04:06.143Z | Downloaded signal-hook-registry v1.4.2 |
293 | 2024-11-23T04:04:06.144Z | Downloaded icu_locid_transform v1.5.0 |
294 | 2024-11-23T04:04:06.148Z | Downloaded serde_tokenstream v0.2.2 |
295 | 2024-11-23T04:04:06.148Z | Downloaded serde_path_to_error v0.1.16 |
296 | 2024-11-23T04:04:06.151Z | Downloaded litemap v0.7.3 |
297 | 2024-11-23T04:04:06.151Z | Downloaded ipnet v2.10.1 |
298 | 2024-11-23T04:04:06.156Z | Downloaded getrandom v0.2.15 |
299 | 2024-11-23T04:04:06.156Z | Downloaded quinn-udp v0.5.5 |
300 | 2024-11-23T04:04:06.159Z | Downloaded newtype-uuid v1.1.3 |
301 | 2024-11-23T04:04:06.159Z | Downloaded icu_locid_transform_data v1.5.0 |
302 | 2024-11-23T04:04:06.159Z | Downloaded scopeguard v1.2.0 |
303 | 2024-11-23T04:04:06.160Z | Downloaded dropshot_endpoint v0.13.0 |
304 | 2024-11-23T04:04:06.164Z | Downloaded pin-project-lite v0.2.14 |
305 | 2024-11-23T04:04:06.167Z | Downloaded powerfmt v0.2.0 |
306 | 2024-11-23T04:04:06.171Z | Downloaded scroll v0.12.0 |
307 | 2024-11-23T04:04:06.171Z | Downloaded rustversion v1.0.17 |
308 | 2024-11-23T04:04:06.174Z | Downloaded synstructure v0.13.1 |
309 | 2024-11-23T04:04:06.174Z | Downloaded url v2.5.3 |
310 | 2024-11-23T04:04:06.177Z | Downloaded tracing-core v0.1.32 |
311 | 2024-11-23T04:04:06.177Z | Downloaded term v0.7.0 |
312 | 2024-11-23T04:04:06.181Z | Downloaded semver v1.0.23 |
313 | 2024-11-23T04:04:06.185Z | Downloaded icu_normalizer v1.5.0 |
314 | 2024-11-23T04:04:06.189Z | Downloaded futures v0.3.31 |
315 | 2024-11-23T04:04:06.193Z | Downloaded spin v0.9.8 |
316 | 2024-11-23T04:04:06.194Z | Downloaded tokio-rustls v0.25.0 |
317 | 2024-11-23T04:04:06.197Z | Downloaded slog-term v2.9.1 |
318 | 2024-11-23T04:04:06.197Z | Downloaded icu_locid v1.5.0 |
319 | 2024-11-23T04:04:06.201Z | Downloaded sha2 v0.10.8 |
320 | 2024-11-23T04:04:06.205Z | Downloaded progenitor-impl v0.8.0 |
321 | 2024-11-23T04:04:06.205Z | Downloaded pest_meta v2.7.14 |
322 | 2024-11-23T04:04:06.208Z | Downloaded ryu v1.0.18 |
323 | 2024-11-23T04:04:06.213Z | Downloaded serde_with_macros v3.11.0 |
324 | 2024-11-23T04:04:06.213Z | Downloaded rustls-pemfile v2.2.0 |
325 | 2024-11-23T04:04:06.218Z | Downloaded icu_provider v1.5.0 |
326 | 2024-11-23T04:04:06.218Z | Downloaded hyper-rustls v0.27.3 |
327 | 2024-11-23T04:04:06.222Z | Downloaded strum_macros v0.26.4 |
328 | 2024-11-23T04:04:06.222Z | Downloaded indexmap v1.9.3 |
329 | 2024-11-23T04:04:06.226Z | Downloaded icu_properties v1.5.1 |
330 | 2024-11-23T04:04:06.226Z | Downloaded openssl-sys v0.9.103 |
331 | 2024-11-23T04:04:06.231Z | Downloaded slog v2.7.0 |
332 | 2024-11-23T04:04:06.237Z | Downloaded hyper-util v0.1.10 |
333 | 2024-11-23T04:04:06.241Z | Downloaded proc-macro2 v1.0.89 |
334 | 2024-11-23T04:04:06.241Z | Downloaded parking_lot v0.12.3 |
335 | 2024-11-23T04:04:06.244Z | Downloaded serde_derive v1.0.215 |
336 | 2024-11-23T04:04:06.244Z | Downloaded quinn v0.11.5 |
337 | 2024-11-23T04:04:06.248Z | Downloaded socket2 v0.5.7 |
338 | 2024-11-23T04:04:06.252Z | Downloaded rustls-pki-types v1.10.0 |
339 | 2024-11-23T04:04:06.255Z | Downloaded rand v0.8.5 |
340 | 2024-11-23T04:04:06.262Z | Downloaded crossbeam-channel v0.5.13 |
341 | 2024-11-23T04:04:06.262Z | Downloaded serde v1.0.215 |
342 | 2024-11-23T04:04:06.278Z | Downloaded indexmap v2.6.0 |
343 | 2024-11-23T04:04:06.279Z | Downloaded schemars v0.8.21 |
344 | 2024-11-23T04:04:06.288Z | Downloaded zerovec v0.10.4 |
345 | 2024-11-23T04:04:06.288Z | Downloaded icu_collections v1.5.0 |
346 | 2024-11-23T04:04:06.292Z | Downloaded mio v1.0.2 |
347 | 2024-11-23T04:04:06.300Z | Downloaded tokio-util v0.7.12 |
348 | 2024-11-23T04:04:06.304Z | Downloaded time v0.3.36 |
349 | 2024-11-23T04:04:06.309Z | Downloaded pest v2.7.14 |
350 | 2024-11-23T04:04:06.312Z | Downloaded hashbrown v0.12.3 |
351 | 2024-11-23T04:04:06.315Z | Downloaded http v1.1.0 |
352 | 2024-11-23T04:04:06.319Z | Downloaded serde_yaml v0.9.34+deprecated |
353 | 2024-11-23T04:04:06.323Z | Downloaded memchr v2.7.4 |
354 | 2024-11-23T04:04:06.327Z | Downloaded serde_derive_internals v0.29.1 |
355 | 2024-11-23T04:04:06.327Z | Downloaded log v0.4.22 |
356 | 2024-11-23T04:04:06.335Z | Downloaded icu_normalizer_data v1.5.0 |
357 | 2024-11-23T04:04:06.335Z | Downloaded serde_with v3.11.0 |
358 | 2024-11-23T04:04:06.338Z | Downloaded darling_core v0.20.10 |
359 | 2024-11-23T04:04:06.342Z | Downloaded parking_lot_core v0.9.10 |
360 | 2024-11-23T04:04:06.347Z | Downloaded zerovec-derive v0.10.3 |
361 | 2024-11-23T04:04:06.347Z | Downloaded once_cell v1.20.2 |
362 | 2024-11-23T04:04:06.351Z | Downloaded typify v0.2.0 |
363 | 2024-11-23T04:04:06.351Z | Downloaded structmeta-derive v0.3.0 |
364 | 2024-11-23T04:04:06.366Z | Downloaded slog-async v2.8.0 |
365 | 2024-11-23T04:04:06.370Z | Downloaded quote v1.0.37 |
366 | 2024-11-23T04:04:06.371Z | Downloaded multer v3.1.0 |
367 | 2024-11-23T04:04:06.371Z | Downloaded uuid v1.11.0 |
368 | 2024-11-23T04:04:06.371Z | Downloaded reqwest v0.12.9 |
369 | 2024-11-23T04:04:06.371Z | Downloaded quinn-proto v0.11.8 |
370 | 2024-11-23T04:04:06.374Z | Downloaded hashbrown v0.15.0 |
371 | 2024-11-23T04:04:06.378Z | Downloaded rustls-webpki v0.102.8 |
372 | 2024-11-23T04:04:06.396Z | Downloaded serde_json v1.0.132 |
373 | 2024-11-23T04:04:06.401Z | Downloaded webpki-roots v0.26.6 |
374 | 2024-11-23T04:04:06.404Z | Downloaded h2 v0.4.6 |
375 | 2024-11-23T04:04:06.409Z | Downloaded futures-util v0.3.31 |
376 | 2024-11-23T04:04:06.419Z | Downloaded syn v2.0.87 |
377 | 2024-11-23T04:04:06.431Z | Downloaded goblin v0.8.2 |
378 | 2024-11-23T04:04:06.437Z | Downloaded tokio v1.40.0 |
379 | 2024-11-23T04:04:06.468Z | Downloaded regress v0.10.1 |
380 | 2024-11-23T04:04:06.475Z | Downloaded chrono v0.4.38 |
381 | 2024-11-23T04:04:06.483Z | Downloaded regress v0.9.1 |
382 | 2024-11-23T04:04:06.489Z | Downloaded openapiv3 v2.0.0 |
383 | 2024-11-23T04:04:06.499Z | Downloaded regex v1.11.1 |
384 | 2024-11-23T04:04:06.510Z | Downloaded icu_properties_data v1.5.0 |
385 | 2024-11-23T04:04:06.518Z | Downloaded openssl v0.10.66 |
386 | 2024-11-23T04:04:06.528Z | Downloaded vcpkg v0.2.15 |
387 | 2024-11-23T04:04:06.560Z | Downloaded hyper v1.5.0 |
388 | 2024-11-23T04:04:06.566Z | Downloaded idna v1.0.3 |
389 | 2024-11-23T04:04:06.570Z | Downloaded dropshot v0.13.0 |
390 | 2024-11-23T04:04:06.587Z | Downloaded hashbrown v0.14.5 |
391 | 2024-11-23T04:04:06.593Z | Downloaded rustls v0.23.18 |
392 | 2024-11-23T04:04:06.602Z | Downloaded regex-syntax v0.8.5 |
393 | 2024-11-23T04:04:06.609Z | Downloaded schemars_derive v0.8.21 |
394 | 2024-11-23T04:04:06.613Z | Downloaded httparse v1.9.5 |
395 | 2024-11-23T04:04:06.613Z | Downloaded rustls v0.22.4 |
396 | 2024-11-23T04:04:06.624Z | Downloaded parse-display-derive v0.10.0 |
397 | 2024-11-23T04:04:06.629Z | Downloaded futures-channel v0.3.31 |
398 | 2024-11-23T04:04:06.687Z | Downloaded regex-automata v0.4.8 |
399 | 2024-11-23T04:04:06.739Z | Downloaded libc v0.2.162 |
400 | 2024-11-23T04:04:06.844Z | Downloaded encoding_rs v0.8.34 |
401 | 2024-11-23T04:04:07.212Z | Downloaded ring v0.17.8 |
402 | 2024-11-23T04:04:07.552Z | Compiling proc-macro2 v1.0.89 |
403 | 2024-11-23T04:04:07.552Z | Compiling unicode-ident v1.0.13 |
404 | 2024-11-23T04:04:07.558Z | Compiling libc v0.2.162 |
405 | 2024-11-23T04:04:07.558Z | Checking cfg-if v1.0.0 |
406 | 2024-11-23T04:04:07.559Z | Compiling autocfg v1.4.0 |
407 | 2024-11-23T04:04:07.559Z | Compiling serde v1.0.215 |
408 | 2024-11-23T04:04:07.559Z | Compiling version_check v0.9.5 |
409 | 2024-11-23T04:04:07.559Z | Checking memchr v2.7.4 |
410 | 2024-11-23T04:04:07.689Z | Compiling serde_json v1.0.132 |
411 | 2024-11-23T04:04:07.749Z | Checking itoa v1.0.11 |
412 | 2024-11-23T04:04:08.314Z | Compiling thiserror v1.0.69 |
413 | 2024-11-23T04:04:08.489Z | Checking once_cell v1.20.2 |
414 | 2024-11-23T04:04:08.530Z | Compiling shlex v1.3.0 |
415 | 2024-11-23T04:04:08.722Z | Compiling cc v1.1.30 |
416 | 2024-11-23T04:04:09.386Z | Checking pin-project-lite v0.2.14 |
417 | 2024-11-23T04:04:09.468Z | Compiling num-traits v0.2.19 |
418 | 2024-11-23T04:04:09.733Z | Checking smallvec v1.13.2 |
419 | 2024-11-23T04:04:09.733Z | Checking ryu v1.0.18 |
420 | 2024-11-23T04:04:09.738Z | Checking bytes v1.8.0 |
421 | 2024-11-23T04:04:09.950Z | Checking futures-core v0.3.31 |
422 | 2024-11-23T04:04:10.017Z | Compiling lock_api v0.4.12 |
423 | 2024-11-23T04:04:10.142Z | Compiling byteorder v1.5.0 |
424 | 2024-11-23T04:04:10.202Z | Compiling parking_lot_core v0.9.10 |
425 | 2024-11-23T04:04:10.399Z | Compiling ahash v0.8.11 |
426 | 2024-11-23T04:04:10.479Z | Checking getrandom v0.2.15 |
427 | 2024-11-23T04:04:10.519Z | Compiling schemars v0.8.21 |
428 | 2024-11-23T04:04:10.564Z | Checking scopeguard v1.2.0 |
429 | 2024-11-23T04:04:10.700Z | Compiling slab v0.4.9 |
430 | 2024-11-23T04:04:10.760Z | Compiling quote v1.0.37 |
431 | 2024-11-23T04:04:10.913Z | Checking log v0.4.22 |
432 | 2024-11-23T04:04:10.959Z | Checking futures-sink v0.3.31 |
433 | 2024-11-23T04:04:10.994Z | Checking signal-hook-registry v1.4.2 |
434 | 2024-11-23T04:04:11.112Z | Checking mio v1.0.2 |
435 | 2024-11-23T04:04:11.133Z | Compiling syn v2.0.87 |
436 | 2024-11-23T04:04:11.176Z | Checking parking_lot v0.12.3 |
437 | 2024-11-23T04:04:11.195Z | Checking socket2 v0.5.7 |
438 | 2024-11-23T04:04:11.214Z | Checking stable_deref_trait v1.2.0 |
439 | 2024-11-23T04:04:11.243Z | Compiling ring v0.17.8 |
440 | 2024-11-23T04:04:11.390Z | Checking hashbrown v0.15.0 |
441 | 2024-11-23T04:04:11.487Z | Checking fnv v1.0.7 |
442 | 2024-11-23T04:04:11.523Z | Checking equivalent v1.0.1 |
443 | 2024-11-23T04:04:11.577Z | Compiling semver v1.0.23 |
444 | 2024-11-23T04:04:11.613Z | Checking http v1.1.0 |
445 | 2024-11-23T04:04:11.633Z | Checking futures-channel v0.3.31 |
446 | 2024-11-23T04:04:11.667Z | Checking pin-utils v0.1.0 |
447 | 2024-11-23T04:04:11.671Z | Checking futures-task v0.3.31 |
448 | 2024-11-23T04:04:11.753Z | Checking futures-io v0.3.31 |
449 | 2024-11-23T04:04:11.921Z | Compiling pkg-config v0.3.31 |
450 | 2024-11-23T04:04:11.939Z | Checking rustls-pki-types v1.10.0 |
451 | 2024-11-23T04:04:11.988Z | Compiling vcpkg v0.2.15 |
452 | 2024-11-23T04:04:12.158Z | Checking spin v0.9.8 |
453 | 2024-11-23T04:04:12.353Z | Compiling heck v0.5.0 |
454 | 2024-11-23T04:04:12.504Z | Checking litemap v0.7.3 |
455 | 2024-11-23T04:04:12.785Z | Checking iana-time-zone v0.1.61 |
456 | 2024-11-23T04:04:12.820Z | Compiling ucd-trie v0.1.7 |
457 | 2024-11-23T04:04:12.952Z | Checking untrusted v0.9.0 |
458 | 2024-11-23T04:04:13.018Z | Compiling httparse v1.9.5 |
459 | 2024-11-23T04:04:13.034Z | Checking writeable v0.5.5 |
460 | 2024-11-23T04:04:13.291Z | Checking tracing-core v0.1.32 |
461 | 2024-11-23T04:04:13.354Z | Checking atomic-waker v1.1.2 |
462 | 2024-11-23T04:04:13.476Z | Checking dyn-clone v1.0.17 |
463 | 2024-11-23T04:04:13.582Z | Compiling openssl-sys v0.9.103 |
464 | 2024-11-23T04:04:13.726Z | Compiling allocator-api2 v0.2.18 |
465 | 2024-11-23T04:04:13.875Z | Checking tracing v0.1.40 |
466 | 2024-11-23T04:04:14.175Z | Checking http-body v1.0.1 |
467 | 2024-11-23T04:04:14.303Z | Compiling uuid v1.11.0 |
468 | 2024-11-23T04:04:14.411Z | Checking subtle v2.6.1 |
469 | 2024-11-23T04:04:14.486Z | Checking try-lock v0.2.5 |
470 | 2024-11-23T04:04:14.592Z | Compiling chrono v0.4.38 |
471 | 2024-11-23T04:04:14.611Z | Checking zeroize v1.8.1 |
472 | 2024-11-23T04:04:14.662Z | Checking icu_locid_transform_data v1.5.0 |
473 | 2024-11-23T04:04:14.681Z | Checking want v0.3.1 |
474 | 2024-11-23T04:04:14.805Z | Compiling slog v2.7.0 |
475 | 2024-11-23T04:04:14.830Z | Checking httpdate v1.0.3 |
476 | 2024-11-23T04:04:14.833Z | Compiling openssl v0.10.66 |
477 | 2024-11-23T04:04:15.024Z | Checking icu_properties_data v1.5.0 |
478 | 2024-11-23T04:04:15.052Z | Checking foreign-types-shared v0.1.1 |
479 | 2024-11-23T04:04:15.200Z | Checking foreign-types v0.3.2 |
480 | 2024-11-23T04:04:15.270Z | Compiling aho-corasick v1.1.3 |
481 | 2024-11-23T04:04:15.289Z | Checking utf16_iter v1.0.5 |
482 | 2024-11-23T04:04:15.439Z | Compiling typenum v1.17.0 |
483 | 2024-11-23T04:04:15.457Z | Checking write16 v1.0.0 |
484 | 2024-11-23T04:04:15.589Z | Checking bitflags v2.6.0 |
485 | 2024-11-23T04:04:15.805Z | Compiling native-tls v0.2.12 |
486 | 2024-11-23T04:04:16.117Z | Compiling regex-syntax v0.8.5 |
487 | 2024-11-23T04:04:16.221Z | Checking percent-encoding v2.3.1 |
488 | 2024-11-23T04:04:16.413Z | Compiling rustls v0.23.18 |
489 | 2024-11-23T04:04:16.416Z | Checking utf8_iter v1.0.4 |
490 | 2024-11-23T04:04:16.695Z | Checking icu_normalizer_data v1.5.0 |
491 | 2024-11-23T04:04:16.786Z | Checking tower-service v0.3.3 |
492 | 2024-11-23T04:04:16.908Z | Checking form_urlencoded v1.2.1 |
493 | 2024-11-23T04:04:17.184Z | Compiling generic-array v0.14.7 |
494 | 2024-11-23T04:04:17.512Z | Checking openssl-probe v0.1.5 |
495 | 2024-11-23T04:04:17.879Z | Compiling synstructure v0.13.1 |
496 | 2024-11-23T04:04:18.663Z | Compiling serde_derive_internals v0.29.1 |
497 | 2024-11-23T04:04:19.343Z | Compiling regex-automata v0.4.8 |
498 | 2024-11-23T04:04:19.897Z | Compiling usdt-impl v0.5.0 |
499 | 2024-11-23T04:04:19.953Z | Checking encoding_rs v0.8.34 |
500 | 2024-11-23T04:04:20.227Z | Compiling num-conv v0.1.0 |
501 | 2024-11-23T04:04:20.739Z | Compiling time-core v0.1.2 |
502 | 2024-11-23T04:04:20.906Z | Checking mime v0.3.17 |
503 | 2024-11-23T04:04:21.237Z | Checking powerfmt v0.2.0 |
504 | 2024-11-23T04:04:21.481Z | Compiling time-macros v0.2.18 |
505 | 2024-11-23T04:04:21.514Z | Checking deranged v0.3.11 |
506 | 2024-11-23T04:04:21.977Z | Compiling thread-id v4.2.2 |
507 | 2024-11-23T04:04:22.085Z | Checking webpki-roots v0.26.6 |
508 | 2024-11-23T04:04:22.279Z | Checking rustls-pemfile v2.2.0 |
509 | 2024-11-23T04:04:22.653Z | Compiling crossbeam-utils v0.8.20 |
510 | 2024-11-23T04:04:23.181Z | Compiling regex v1.11.1 |
511 | 2024-11-23T04:04:23.221Z | Compiling serde_derive v1.0.215 |
512 | 2024-11-23T04:04:23.280Z | Compiling zerocopy-derive v0.7.35 |
513 | 2024-11-23T04:04:23.678Z | Compiling thiserror-impl v1.0.69 |
514 | 2024-11-23T04:04:23.926Z | Compiling schemars_derive v0.8.21 |
515 | 2024-11-23T04:04:24.108Z | Compiling zerofrom-derive v0.1.4 |
516 | 2024-11-23T04:04:24.793Z | Compiling tokio-macros v2.4.0 |
517 | 2024-11-23T04:04:25.195Z | Compiling zerocopy v0.7.35 |
518 | 2024-11-23T04:04:26.653Z | Compiling yoke-derive v0.7.4 |
519 | 2024-11-23T04:04:26.673Z | Checking tokio v1.40.0 |
520 | 2024-11-23T04:04:26.720Z | Compiling zerovec-derive v0.10.3 |
521 | 2024-11-23T04:04:26.759Z | Compiling futures-macro v0.3.31 |
522 | 2024-11-23T04:04:26.984Z | Compiling displaydoc v0.2.5 |
523 | 2024-11-23T04:04:27.479Z | Checking zerofrom v0.1.4 |
524 | 2024-11-23T04:04:27.731Z | Compiling pest v2.7.14 |
525 | 2024-11-23T04:04:28.623Z | Checking futures-util v0.3.31 |
526 | 2024-11-23T04:04:29.248Z | Compiling icu_provider_macros v1.5.0 |
527 | 2024-11-23T04:04:29.298Z | Compiling hashbrown v0.14.5 |
528 | 2024-11-23T04:04:29.350Z | Checking yoke v0.7.4 |
529 | 2024-11-23T04:04:29.530Z | Checking rustls-webpki v0.102.8 |
530 | 2024-11-23T04:04:29.672Z | Checking zerovec v0.10.4 |
531 | 2024-11-23T04:04:30.259Z | Compiling pest_meta v2.7.14 |
532 | 2024-11-23T04:04:30.630Z | Compiling regress v0.10.1 |
533 | 2024-11-23T04:04:31.129Z | Compiling openssl-macros v0.1.1 |
534 | 2024-11-23T04:04:31.278Z | Checking tinystr v0.7.6 |
535 | 2024-11-23T04:04:31.679Z | Checking icu_locid v1.5.0 |
536 | 2024-11-23T04:04:31.921Z | Compiling pest_generator v2.7.14 |
537 | 2024-11-23T04:04:32.722Z | Checking icu_provider v1.5.0 |
538 | 2024-11-23T04:04:33.403Z | Checking icu_locid_transform v1.5.0 |
539 | 2024-11-23T04:04:33.726Z | Checking icu_collections v1.5.0 |
540 | 2024-11-23T04:04:33.863Z | Checking tokio-util v0.7.12 |
541 | 2024-11-23T04:04:34.404Z | Checking icu_properties v1.5.1 |
542 | 2024-11-23T04:04:34.536Z | Compiling pest_derive v2.7.14 |
543 | 2024-11-23T04:04:35.379Z | Checking http-body-util v0.1.2 |
544 | 2024-11-23T04:04:35.381Z | Compiling scroll_derive v0.12.0 |
545 | 2024-11-23T04:04:35.810Z | Checking indexmap v2.6.0 |
546 | 2024-11-23T04:04:36.889Z | Compiling serde_tokenstream v0.2.2 |
547 | 2024-11-23T04:04:37.563Z | Checking h2 v0.4.6 |
548 | 2024-11-23T04:04:37.723Z | Checking icu_normalizer v1.5.0 |
549 | 2024-11-23T04:04:39.110Z | Checking idna_adapter v1.2.0 |
550 | 2024-11-23T04:04:39.278Z | Compiling dof v0.3.0 |
551 | 2024-11-23T04:04:39.294Z | Checking idna v1.0.3 |
552 | 2024-11-23T04:04:39.532Z | Checking tokio-native-tls v0.3.1 |
553 | 2024-11-23T04:04:39.604Z | Checking scroll v0.12.0 |
554 | 2024-11-23T04:04:39.624Z | Checking tokio-rustls v0.26.0 |
555 | 2024-11-23T04:04:39.737Z | Checking serde_urlencoded v0.7.1 |
556 | 2024-11-23T04:04:39.778Z | Compiling dtrace-parser v0.2.0 |
557 | 2024-11-23T04:04:40.068Z | Compiling ident_case v1.0.1 |
558 | 2024-11-23T04:04:40.172Z | Checking plain v0.2.3 |
559 | 2024-11-23T04:04:40.191Z | Checking num_threads v0.1.7 |
560 | 2024-11-23T04:04:40.303Z | Checking base64 v0.22.1 |
561 | 2024-11-23T04:04:40.437Z | Compiling typify-impl v0.2.0 |
562 | 2024-11-23T04:04:40.581Z | Compiling strsim v0.11.1 |
563 | 2024-11-23T04:04:40.811Z | Checking time v0.3.36 |
564 | 2024-11-23T04:04:41.302Z | Compiling darling_core v0.20.10 |
565 | 2024-11-23T04:04:41.803Z | Checking goblin v0.8.2 |
566 | 2024-11-23T04:04:41.851Z | Checking hyper v1.5.0 |
567 | 2024-11-23T04:04:42.675Z | Checking url v2.5.3 |
568 | 2024-11-23T04:04:42.932Z | Compiling openapiv3 v2.0.0 |
569 | 2024-11-23T04:04:43.999Z | Checking hyper-util v0.1.10 |
570 | 2024-11-23T04:04:45.719Z | Checking hyper-tls v0.6.0 |
571 | 2024-11-23T04:04:46.003Z | Checking hyper-rustls v0.27.3 |
572 | 2024-11-23T04:04:46.264Z | Checking dirs-sys-next v0.1.2 |
573 | 2024-11-23T04:04:46.333Z | Checking sync_wrapper v1.0.1 |
574 | 2024-11-23T04:04:46.450Z | Compiling rustls v0.22.4 |
575 | 2024-11-23T04:04:46.480Z | Compiling rustversion v1.0.17 |
576 | 2024-11-23T04:04:46.749Z | Compiling paste v1.0.15 |
577 | 2024-11-23T04:04:46.785Z | Compiling omicron-workspace-hack v0.1.0 |
578 | 2024-11-23T04:04:46.887Z | Checking ipnet v2.10.1 |
579 | 2024-11-23T04:04:47.020Z | Checking pretty-hex v0.4.1 |
580 | 2024-11-23T04:04:47.044Z | Compiling unsafe-libyaml v0.2.11 |
581 | 2024-11-23T04:04:47.225Z | Checking dirs-next v2.0.0 |
582 | 2024-11-23T04:04:47.349Z | Checking reqwest v0.12.9 |
583 | 2024-11-23T04:04:47.369Z | Checking toml_datetime v0.6.8 |
584 | 2024-11-23T04:04:47.489Z | Compiling darling_macro v0.20.10 |
585 | 2024-11-23T04:04:47.672Z | Checking serde_spanned v0.6.8 |
586 | 2024-11-23T04:04:47.776Z | Checking ppv-lite86 v0.2.20 |
587 | 2024-11-23T04:04:47.808Z | Compiling structmeta-derive v0.3.0 |
588 | 2024-11-23T04:04:47.853Z | Checking crypto-common v0.1.6 |
589 | 2024-11-23T04:04:47.938Z | Checking block-buffer v0.10.4 |
590 | 2024-11-23T04:04:48.026Z | Checking rand_core v0.6.4 |
591 | 2024-11-23T04:04:48.251Z | Checking thread_local v1.1.8 |
592 | 2024-11-23T04:04:48.317Z | Compiling multer v3.1.0 |
593 | 2024-11-23T04:04:48.460Z | Compiling serde_yaml v0.9.34+deprecated |
594 | 2024-11-23T04:04:48.486Z | Compiling anyhow v1.0.93 |
595 | 2024-11-23T04:04:48.535Z | Checking winnow v0.6.20 |
596 | 2024-11-23T04:04:48.647Z | Compiling slog-async v2.8.0 |
597 | 2024-11-23T04:04:48.795Z | Compiling newtype-uuid v1.1.3 |
598 | 2024-11-23T04:04:48.814Z | Checking match_cfg v0.1.0 |
599 | 2024-11-23T04:04:48.903Z | Compiling camino v1.1.9 |
600 | 2024-11-23T04:04:49.161Z | Checking hostname v0.3.1 |
601 | 2024-11-23T04:04:49.183Z | Checking progenitor-client v0.8.0 |
602 | 2024-11-23T04:04:49.365Z | Checking rand_chacha v0.3.1 |
603 | 2024-11-23T04:04:49.429Z | Compiling darling v0.20.10 |
604 | 2024-11-23T04:04:49.545Z | Checking digest v0.10.7 |
605 | 2024-11-23T04:04:49.584Z | Checking crossbeam-channel v0.5.13 |
606 | 2024-11-23T04:04:49.720Z | Checking term v0.7.0 |
607 | 2024-11-23T04:04:50.318Z | Compiling usdt-attr-macro v0.5.0 |
608 | 2024-11-23T04:04:50.411Z | Compiling structmeta v0.3.0 |
609 | 2024-11-23T04:04:50.802Z | Compiling usdt-macro v0.5.0 |
610 | 2024-11-23T04:04:50.957Z | Checking slog-json v2.6.1 |
611 | 2024-11-23T04:04:51.198Z | Checking futures-executor v0.3.31 |
612 | 2024-11-23T04:04:51.368Z | Compiling async-stream-impl v0.3.6 |
613 | 2024-11-23T04:04:51.427Z | Checking memmap v0.7.0 |
614 | 2024-11-23T04:04:51.594Z | Checking toml_edit v0.22.22 |
615 | 2024-11-23T04:04:51.632Z | Checking is-terminal v0.4.13 |
616 | 2024-11-23T04:04:51.681Z | Compiling dropshot v0.13.0 |
617 | 2024-11-23T04:04:51.745Z | Checking cpufeatures v0.2.14 |
618 | 2024-11-23T04:04:51.844Z | Checking take_mut v0.2.2 |
619 | 2024-11-23T04:04:52.039Z | Checking sha1 v0.10.6 |
620 | 2024-11-23T04:04:52.081Z | Checking slog-term v2.9.1 |
621 | 2024-11-23T04:04:52.102Z | Checking usdt v0.5.0 |
622 | 2024-11-23T04:04:52.285Z | Checking futures v0.3.31 |
623 | 2024-11-23T04:04:52.305Z | Compiling strum_macros v0.26.4 |
624 | 2024-11-23T04:04:52.336Z | Checking slog-bunyan v2.5.0 |
625 | 2024-11-23T04:04:52.401Z | Compiling parse-display-derive v0.10.0 |
626 | 2024-11-23T04:04:52.505Z | Checking rand v0.8.5 |
627 | 2024-11-23T04:04:52.618Z | Checking async-stream v0.3.6 |
628 | 2024-11-23T04:04:52.812Z | Compiling serde_with_macros v3.11.0 |
629 | 2024-11-23T04:04:53.746Z | Checking tokio-rustls v0.25.0 |
630 | 2024-11-23T04:04:53.987Z | Checking ipnetwork v0.20.0 |
631 | 2024-11-23T04:04:54.007Z | Compiling dropshot_endpoint v0.13.0 |
632 | 2024-11-23T04:04:54.082Z | Checking serde_path_to_error v0.1.16 |
633 | 2024-11-23T04:04:54.191Z | Checking toml v0.8.19 |
634 | 2024-11-23T04:04:54.351Z | Checking hex v0.4.3 |
635 | 2024-11-23T04:04:54.436Z | Compiling typify-macro v0.2.0 |
636 | 2024-11-23T04:04:54.736Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
637 | 2024-11-23T04:04:54.909Z | Compiling async-trait v0.1.83 |
638 | 2024-11-23T04:04:54.943Z | Checking waitgroup v0.1.2 |
639 | 2024-11-23T04:04:55.081Z | Checking hostname v0.4.0 |
640 | 2024-11-23T04:04:55.226Z | Checking instant v0.1.13 |
641 | 2024-11-23T04:04:55.369Z | Checking debug-ignore v1.0.5 |
642 | 2024-11-23T04:04:55.436Z | Checking serde_with v3.11.0 |
643 | 2024-11-23T04:04:55.480Z | Checking backoff v0.4.0 |
644 | 2024-11-23T04:04:55.523Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
645 | 2024-11-23T04:04:55.673Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
646 | 2024-11-23T04:04:55.759Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
647 | 2024-11-23T04:04:55.812Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
648 | 2024-11-23T04:04:56.081Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
649 | 2024-11-23T04:04:56.252Z | Checking parse-display v0.10.0 |
650 | 2024-11-23T04:04:56.441Z | Checking macaddr v1.0.1 |
651 | 2024-11-23T04:04:56.473Z | Checking regress v0.9.1 |
652 | 2024-11-23T04:04:56.814Z | Checking strum v0.26.3 |
653 | 2024-11-23T04:04:57.684Z | Compiling typify v0.2.0 |
654 | 2024-11-23T04:04:57.780Z | Compiling progenitor-impl v0.8.0 |
655 | 2024-11-23T04:05:00.652Z | Compiling progenitor-macro v0.8.0 |
656 | 2024-11-23T04:05:04.799Z | Checking progenitor v0.8.0 |
657 | 2024-11-23T04:05:04.932Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
658 | 2024-11-23T04:05:07.854Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
659 | 2024-11-23T04:05:15.258Z | Checking test-project v0.1.0 (/tmp/test-project) |
660 | 2024-11-23T04:05:15.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s |
661 | 2024-11-23T04:05:15.638Z | + cargo build --release |
662 | 2024-11-23T04:05:15.887Z | Compiling proc-macro2 v1.0.89 |
663 | 2024-11-23T04:05:15.887Z | Compiling unicode-ident v1.0.13 |
664 | 2024-11-23T04:05:15.891Z | Compiling libc v0.2.162 |
665 | 2024-11-23T04:05:15.891Z | Compiling cfg-if v1.0.0 |
666 | 2024-11-23T04:05:15.891Z | Compiling autocfg v1.4.0 |
667 | 2024-11-23T04:05:15.891Z | Compiling version_check v0.9.5 |
668 | 2024-11-23T04:05:15.891Z | Compiling serde v1.0.215 |
669 | 2024-11-23T04:05:15.930Z | Compiling memchr v2.7.4 |
670 | 2024-11-23T04:05:16.011Z | Compiling serde_json v1.0.132 |
671 | 2024-11-23T04:05:16.072Z | Compiling itoa v1.0.11 |
672 | 2024-11-23T04:05:16.461Z | Compiling thiserror v1.0.69 |
673 | 2024-11-23T04:05:16.476Z | Compiling once_cell v1.20.2 |
674 | 2024-11-23T04:05:16.554Z | Compiling shlex v1.3.0 |
675 | 2024-11-23T04:05:16.757Z | Compiling cc v1.1.30 |
676 | 2024-11-23T04:05:16.906Z | Compiling num-traits v0.2.19 |
677 | 2024-11-23T04:05:17.201Z | Compiling pin-project-lite v0.2.14 |
678 | 2024-11-23T04:05:17.310Z | Compiling getrandom v0.2.15 |
679 | 2024-11-23T04:05:17.393Z | Compiling smallvec v1.13.2 |
680 | 2024-11-23T04:05:17.409Z | Compiling ryu v1.0.18 |
681 | 2024-11-23T04:05:17.573Z | Compiling quote v1.0.37 |
682 | 2024-11-23T04:05:17.634Z | Compiling bytes v1.8.0 |
683 | 2024-11-23T04:05:17.861Z | Compiling futures-core v0.3.31 |
684 | 2024-11-23T04:05:17.902Z | Compiling lock_api v0.4.12 |
685 | 2024-11-23T04:05:17.949Z | Compiling syn v2.0.87 |
686 | 2024-11-23T04:05:18.100Z | Compiling ahash v0.8.11 |
687 | 2024-11-23T04:05:18.181Z | Compiling schemars v0.8.21 |
688 | 2024-11-23T04:05:18.223Z | Compiling byteorder v1.5.0 |
689 | 2024-11-23T04:05:18.257Z | Compiling parking_lot_core v0.9.10 |
690 | 2024-11-23T04:05:18.663Z | Compiling scopeguard v1.2.0 |
691 | 2024-11-23T04:05:18.680Z | Compiling slab v0.4.9 |
692 | 2024-11-23T04:05:18.727Z | Compiling futures-sink v0.3.31 |
693 | 2024-11-23T04:05:18.867Z | Compiling log v0.4.22 |
694 | 2024-11-23T04:05:19.125Z | Compiling mio v1.0.2 |
695 | 2024-11-23T04:05:19.139Z | Compiling signal-hook-registry v1.4.2 |
696 | 2024-11-23T04:05:19.312Z | Compiling parking_lot v0.12.3 |
697 | 2024-11-23T04:05:19.320Z | Compiling socket2 v0.5.7 |
698 | 2024-11-23T04:05:19.469Z | Compiling stable_deref_trait v1.2.0 |
699 | 2024-11-23T04:05:19.478Z | Compiling semver v1.0.23 |
700 | 2024-11-23T04:05:19.754Z | Compiling ring v0.17.8 |
701 | 2024-11-23T04:05:19.880Z | Compiling hashbrown v0.15.0 |
702 | 2024-11-23T04:05:19.962Z | Compiling fnv v1.0.7 |
703 | 2024-11-23T04:05:20.087Z | Compiling equivalent v1.0.1 |
704 | 2024-11-23T04:05:20.186Z | Compiling http v1.1.0 |
705 | 2024-11-23T04:05:20.685Z | Compiling futures-channel v0.3.31 |
706 | 2024-11-23T04:05:20.768Z | Compiling futures-io v0.3.31 |
707 | 2024-11-23T04:05:20.925Z | Compiling pin-utils v0.1.0 |
708 | 2024-11-23T04:05:21.009Z | Compiling futures-task v0.3.31 |
709 | 2024-11-23T04:05:21.127Z | Compiling pkg-config v0.3.31 |
710 | 2024-11-23T04:05:21.260Z | Compiling vcpkg v0.2.15 |
711 | 2024-11-23T04:05:21.302Z | Compiling rustls-pki-types v1.10.0 |
712 | 2024-11-23T04:05:21.353Z | Compiling spin v0.9.8 |
713 | 2024-11-23T04:05:21.356Z | Compiling heck v0.5.0 |
714 | 2024-11-23T04:05:22.323Z | Compiling writeable v0.5.5 |
715 | 2024-11-23T04:05:22.489Z | Compiling iana-time-zone v0.1.61 |
716 | 2024-11-23T04:05:22.913Z | Compiling openssl-sys v0.9.103 |
717 | 2024-11-23T04:05:23.086Z | Compiling ucd-trie v0.1.7 |
718 | 2024-11-23T04:05:23.183Z | Compiling untrusted v0.9.0 |
719 | 2024-11-23T04:05:23.354Z | Compiling litemap v0.7.3 |
720 | 2024-11-23T04:05:23.422Z | Compiling httparse v1.9.5 |
721 | 2024-11-23T04:05:23.805Z | Compiling tracing-core v0.1.32 |
722 | 2024-11-23T04:05:23.981Z | Compiling allocator-api2 v0.2.18 |
723 | 2024-11-23T04:05:24.151Z | Compiling dyn-clone v1.0.17 |
724 | 2024-11-23T04:05:24.308Z | Compiling atomic-waker v1.1.2 |
725 | 2024-11-23T04:05:24.728Z | Compiling tracing v0.1.40 |
726 | 2024-11-23T04:05:24.824Z | Compiling http-body v1.0.1 |
727 | 2024-11-23T04:05:25.054Z | Compiling zeroize v1.8.1 |
728 | 2024-11-23T04:05:25.322Z | Compiling chrono v0.4.38 |
729 | 2024-11-23T04:05:25.383Z | Compiling icu_locid_transform_data v1.5.0 |
730 | 2024-11-23T04:05:25.394Z | Compiling subtle v2.6.1 |
731 | 2024-11-23T04:05:25.473Z | Compiling try-lock v0.2.5 |
732 | 2024-11-23T04:05:25.615Z | Compiling synstructure v0.13.1 |
733 | 2024-11-23T04:05:25.655Z | Compiling serde_derive_internals v0.29.1 |
734 | 2024-11-23T04:05:25.788Z | Compiling uuid v1.11.0 |
735 | 2024-11-23T04:05:26.126Z | Compiling want v0.3.1 |
736 | 2024-11-23T04:05:26.451Z | Compiling icu_properties_data v1.5.0 |
737 | 2024-11-23T04:05:26.700Z | Compiling foreign-types-shared v0.1.1 |
738 | 2024-11-23T04:05:26.798Z | Compiling httpdate v1.0.3 |
739 | 2024-11-23T04:05:27.334Z | Compiling openssl v0.10.66 |
740 | 2024-11-23T04:05:27.361Z | Compiling slog v2.7.0 |
741 | 2024-11-23T04:05:27.547Z | Compiling foreign-types v0.3.2 |
742 | 2024-11-23T04:05:27.901Z | Compiling aho-corasick v1.1.3 |
743 | 2024-11-23T04:05:27.908Z | Compiling utf16_iter v1.0.5 |
744 | 2024-11-23T04:05:28.117Z | Compiling percent-encoding v2.3.1 |
745 | 2024-11-23T04:05:28.408Z | Compiling bitflags v2.6.0 |
746 | 2024-11-23T04:05:28.577Z | Compiling regex-syntax v0.8.5 |
747 | 2024-11-23T04:05:28.736Z | Compiling icu_normalizer_data v1.5.0 |
748 | 2024-11-23T04:05:28.832Z | Compiling utf8_iter v1.0.4 |
749 | 2024-11-23T04:05:29.244Z | Compiling native-tls v0.2.12 |
750 | 2024-11-23T04:05:29.601Z | Compiling write16 v1.0.0 |
751 | 2024-11-23T04:05:29.727Z | Compiling tower-service v0.3.3 |
752 | 2024-11-23T04:05:29.739Z | Compiling rustls v0.23.18 |
753 | 2024-11-23T04:05:29.839Z | Compiling typenum v1.17.0 |
754 | 2024-11-23T04:05:29.945Z | Compiling form_urlencoded v1.2.1 |
755 | 2024-11-23T04:05:30.539Z | Compiling generic-array v0.14.7 |
756 | 2024-11-23T04:05:30.815Z | Compiling openssl-probe v0.1.5 |
757 | 2024-11-23T04:05:31.217Z | Compiling serde_derive v1.0.215 |
758 | 2024-11-23T04:05:31.257Z | Compiling zerocopy-derive v0.7.35 |
759 | 2024-11-23T04:05:31.325Z | Compiling thiserror-impl v1.0.69 |
760 | 2024-11-23T04:05:32.070Z | Compiling schemars_derive v0.8.21 |
761 | 2024-11-23T04:05:32.193Z | Compiling zerofrom-derive v0.1.4 |
762 | 2024-11-23T04:05:33.405Z | Compiling zerocopy v0.7.35 |
763 | 2024-11-23T04:05:34.473Z | Compiling tokio-macros v2.4.0 |
764 | 2024-11-23T04:05:35.054Z | Compiling yoke-derive v0.7.4 |
765 | 2024-11-23T04:05:35.062Z | Compiling zerovec-derive v0.10.3 |
766 | 2024-11-23T04:05:35.830Z | Compiling zerofrom v0.1.4 |
767 | 2024-11-23T04:05:36.034Z | Compiling displaydoc v0.2.5 |
768 | 2024-11-23T04:05:36.047Z | Compiling tokio v1.40.0 |
769 | 2024-11-23T04:05:36.202Z | Compiling futures-macro v0.3.31 |
770 | 2024-11-23T04:05:37.635Z | Compiling pest v2.7.14 |
771 | 2024-11-23T04:05:37.772Z | Compiling yoke v0.7.4 |
772 | 2024-11-23T04:05:38.092Z | Compiling zerovec v0.10.4 |
773 | 2024-11-23T04:05:38.129Z | Compiling futures-util v0.3.31 |
774 | 2024-11-23T04:05:38.253Z | Compiling icu_provider_macros v1.5.0 |
775 | 2024-11-23T04:05:38.470Z | Compiling hashbrown v0.14.5 |
776 | 2024-11-23T04:05:39.846Z | Compiling rustls-webpki v0.102.8 |
777 | 2024-11-23T04:05:40.570Z | Compiling tinystr v0.7.6 |
778 | 2024-11-23T04:05:41.038Z | Compiling icu_locid v1.5.0 |
779 | 2024-11-23T04:05:41.116Z | Compiling pest_meta v2.7.14 |
780 | 2024-11-23T04:05:44.561Z | Compiling icu_provider v1.5.0 |
781 | 2024-11-23T04:05:45.110Z | Compiling tokio-util v0.7.12 |
782 | 2024-11-23T04:05:45.698Z | Compiling indexmap v2.6.0 |
783 | 2024-11-23T04:05:46.822Z | Compiling serde_tokenstream v0.2.2 |
784 | 2024-11-23T04:05:48.300Z | Compiling h2 v0.4.6 |
785 | 2024-11-23T04:05:48.525Z | Compiling icu_locid_transform v1.5.0 |
786 | 2024-11-23T04:05:48.756Z | Compiling pest_generator v2.7.14 |
787 | 2024-11-23T04:05:51.413Z | Compiling icu_collections v1.5.0 |
788 | 2024-11-23T04:05:51.768Z | Compiling regress v0.10.1 |
789 | 2024-11-23T04:05:54.092Z | Compiling hyper v1.5.0 |
790 | 2024-11-23T04:05:54.494Z | Compiling icu_properties v1.5.1 |
791 | 2024-11-23T04:05:55.816Z | Compiling typify-impl v0.2.0 |
792 | 2024-11-23T04:05:56.587Z | Compiling pest_derive v2.7.14 |
793 | 2024-11-23T04:05:57.989Z | Compiling openssl-macros v0.1.1 |
794 | 2024-11-23T04:06:00.844Z | Compiling icu_normalizer v1.5.0 |
795 | 2024-11-23T04:06:04.178Z | Compiling hyper-util v0.1.10 |
796 | 2024-11-23T04:06:04.697Z | Compiling regex-automata v0.4.8 |
797 | 2024-11-23T04:06:05.205Z | Compiling idna_adapter v1.2.0 |
798 | 2024-11-23T04:06:06.856Z | Compiling http-body-util v0.1.2 |
799 | 2024-11-23T04:06:07.433Z | Compiling scroll_derive v0.12.0 |
800 | 2024-11-23T04:06:07.897Z | Compiling typify-macro v0.2.0 |
801 | 2024-11-23T04:06:08.939Z | Compiling regex v1.11.1 |
802 | 2024-11-23T04:06:09.927Z | Compiling usdt-impl v0.5.0 |
803 | 2024-11-23T04:06:10.144Z | Compiling encoding_rs v0.8.34 |
804 | 2024-11-23T04:06:10.298Z | Compiling powerfmt v0.2.0 |
805 | 2024-11-23T04:06:10.797Z | Compiling mime v0.3.17 |
806 | 2024-11-23T04:06:11.724Z | Compiling time-core v0.1.2 |
807 | 2024-11-23T04:06:11.882Z | Compiling num-conv v0.1.0 |
808 | 2024-11-23T04:06:12.162Z | Compiling time-macros v0.2.18 |
809 | 2024-11-23T04:06:12.422Z | Compiling deranged v0.3.11 |
810 | 2024-11-23T04:06:13.358Z | Compiling thread-id v4.2.2 |
811 | 2024-11-23T04:06:13.458Z | Compiling tokio-rustls v0.26.0 |
812 | 2024-11-23T04:06:14.731Z | Compiling scroll v0.12.0 |
813 | 2024-11-23T04:06:15.168Z | Compiling tokio-native-tls v0.3.1 |
814 | 2024-11-23T04:06:15.348Z | Compiling idna v1.0.3 |
815 | 2024-11-23T04:06:15.441Z | Compiling dtrace-parser v0.2.0 |
816 | 2024-11-23T04:06:20.805Z | Compiling dof v0.3.0 |
817 | 2024-11-23T04:06:21.099Z | Compiling serde_urlencoded v0.7.1 |
818 | 2024-11-23T04:06:21.674Z | Compiling webpki-roots v0.26.6 |
819 | 2024-11-23T04:06:21.709Z | Compiling rustls-pemfile v2.2.0 |
820 | 2024-11-23T04:06:21.873Z | Compiling ident_case v1.0.1 |
821 | 2024-11-23T04:06:22.034Z | Compiling base64 v0.22.1 |
822 | 2024-11-23T04:06:23.155Z | Compiling strsim v0.11.1 |
823 | 2024-11-23T04:06:23.887Z | Compiling crossbeam-utils v0.8.20 |
824 | 2024-11-23T04:06:24.021Z | Compiling plain v0.2.3 |
825 | 2024-11-23T04:06:24.160Z | Compiling omicron-workspace-hack v0.1.0 |
826 | 2024-11-23T04:06:24.409Z | Compiling num_threads v0.1.7 |
827 | 2024-11-23T04:06:24.532Z | Compiling goblin v0.8.2 |
828 | 2024-11-23T04:06:24.690Z | Compiling time v0.3.36 |
829 | 2024-11-23T04:06:29.596Z | Compiling darling_core v0.20.10 |
830 | 2024-11-23T04:06:32.089Z | Compiling hyper-rustls v0.27.3 |
831 | 2024-11-23T04:06:34.345Z | Compiling url v2.5.3 |
832 | 2024-11-23T04:06:35.309Z | Compiling hyper-tls v0.6.0 |
833 | 2024-11-23T04:06:35.822Z | Compiling typify v0.2.0 |
834 | 2024-11-23T04:06:35.833Z | Compiling openapiv3 v2.0.0 |
835 | 2024-11-23T04:06:37.457Z | Compiling sync_wrapper v1.0.1 |
836 | 2024-11-23T04:06:37.603Z | Compiling dirs-sys-next v0.1.2 |
837 | 2024-11-23T04:06:39.078Z | Compiling rustversion v1.0.17 |
838 | 2024-11-23T04:06:39.730Z | Compiling rustls v0.22.4 |
839 | 2024-11-23T04:06:40.040Z | Compiling paste v1.0.15 |
840 | 2024-11-23T04:06:40.128Z | Compiling ipnet v2.10.1 |
841 | 2024-11-23T04:06:40.148Z | Compiling unsafe-libyaml v0.2.11 |
842 | 2024-11-23T04:06:40.531Z | Compiling pretty-hex v0.4.1 |
843 | 2024-11-23T04:06:41.929Z | Compiling serde_yaml v0.9.34+deprecated |
844 | 2024-11-23T04:06:42.451Z | Compiling reqwest v0.12.9 |
845 | 2024-11-23T04:06:43.293Z | Compiling progenitor-impl v0.8.0 |
846 | 2024-11-23T04:06:45.827Z | Compiling dirs-next v2.0.0 |
847 | 2024-11-23T04:06:46.079Z | Compiling darling_macro v0.20.10 |
848 | 2024-11-23T04:06:47.416Z | Compiling crypto-common v0.1.6 |
849 | 2024-11-23T04:06:47.639Z | Compiling block-buffer v0.10.4 |
850 | 2024-11-23T04:06:47.903Z | Compiling serde_spanned v0.6.8 |
851 | 2024-11-23T04:06:48.109Z | Compiling toml_datetime v0.6.8 |
852 | 2024-11-23T04:06:48.795Z | Compiling ppv-lite86 v0.2.20 |
853 | 2024-11-23T04:06:49.108Z | Compiling structmeta-derive v0.3.0 |
854 | 2024-11-23T04:06:49.233Z | Compiling rand_core v0.6.4 |
855 | 2024-11-23T04:06:49.710Z | Compiling thread_local v1.1.8 |
856 | 2024-11-23T04:06:49.806Z | Compiling multer v3.1.0 |
857 | 2024-11-23T04:06:49.958Z | Compiling winnow v0.6.20 |
858 | 2024-11-23T04:06:50.134Z | Compiling camino v1.1.9 |
859 | 2024-11-23T04:06:50.403Z | Compiling anyhow v1.0.93 |
860 | 2024-11-23T04:06:51.012Z | Compiling slog-async v2.8.0 |
861 | 2024-11-23T04:06:51.024Z | Compiling newtype-uuid v1.1.3 |
862 | 2024-11-23T04:06:51.212Z | Compiling match_cfg v0.1.0 |
863 | 2024-11-23T04:06:51.290Z | Compiling hostname v0.3.1 |
864 | 2024-11-23T04:06:51.620Z | Compiling progenitor-macro v0.8.0 |
865 | 2024-11-23T04:06:51.793Z | Compiling structmeta v0.3.0 |
866 | 2024-11-23T04:06:52.159Z | Compiling rand_chacha v0.3.1 |
867 | 2024-11-23T04:06:53.139Z | Compiling crossbeam-channel v0.5.13 |
868 | 2024-11-23T04:06:53.428Z | Compiling digest v0.10.7 |
869 | 2024-11-23T04:06:53.844Z | Compiling toml_edit v0.22.22 |
870 | 2024-11-23T04:06:54.398Z | Compiling darling v0.20.10 |
871 | 2024-11-23T04:06:54.507Z | Compiling term v0.7.0 |
872 | 2024-11-23T04:06:55.993Z | Compiling progenitor-client v0.8.0 |
873 | 2024-11-23T04:07:00.235Z | Compiling usdt-macro v0.5.0 |
874 | 2024-11-23T04:07:01.571Z | Compiling usdt-attr-macro v0.5.0 |
875 | 2024-11-23T04:07:03.008Z | Compiling slog-json v2.6.1 |
876 | 2024-11-23T04:07:03.045Z | Compiling futures-executor v0.3.31 |
877 | 2024-11-23T04:07:03.444Z | Compiling async-stream-impl v0.3.6 |
878 | 2024-11-23T04:07:04.185Z | Compiling is-terminal v0.4.13 |
879 | 2024-11-23T04:07:04.295Z | Compiling memmap v0.7.0 |
880 | 2024-11-23T04:07:04.489Z | Compiling dropshot v0.13.0 |
881 | 2024-11-23T04:07:04.674Z | Compiling cpufeatures v0.2.14 |
882 | 2024-11-23T04:07:04.712Z | Compiling take_mut v0.2.2 |
883 | 2024-11-23T04:07:04.766Z | Compiling sha1 v0.10.6 |
884 | 2024-11-23T04:07:04.878Z | Compiling async-stream v0.3.6 |
885 | 2024-11-23T04:07:05.178Z | Compiling progenitor v0.8.0 |
886 | 2024-11-23T04:07:05.390Z | Compiling usdt v0.5.0 |
887 | 2024-11-23T04:07:05.534Z | Compiling slog-term v2.9.1 |
888 | 2024-11-23T04:07:06.964Z | Compiling slog-bunyan v2.5.0 |
889 | 2024-11-23T04:07:07.229Z | Compiling futures v0.3.31 |
890 | 2024-11-23T04:07:07.424Z | Compiling tokio-rustls v0.25.0 |
891 | 2024-11-23T04:07:07.845Z | Compiling toml v0.8.19 |
892 | 2024-11-23T04:07:08.263Z | Compiling strum_macros v0.26.4 |
893 | 2024-11-23T04:07:08.461Z | Compiling serde_with_macros v3.11.0 |
894 | 2024-11-23T04:07:11.122Z | Compiling rand v0.8.5 |
895 | 2024-11-23T04:07:12.865Z | Compiling parse-display-derive v0.10.0 |
896 | 2024-11-23T04:07:16.796Z | Compiling ipnetwork v0.20.0 |
897 | 2024-11-23T04:07:16.858Z | Compiling dropshot_endpoint v0.13.0 |
898 | 2024-11-23T04:07:16.983Z | Compiling serde_path_to_error v0.1.16 |
899 | 2024-11-23T04:07:17.309Z | Compiling hex v0.4.3 |
900 | 2024-11-23T04:07:18.015Z | Compiling async-trait v0.1.83 |
901 | 2024-11-23T04:07:18.023Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
902 | 2024-11-23T04:07:18.853Z | Compiling waitgroup v0.1.2 |
903 | 2024-11-23T04:07:19.094Z | Compiling hostname v0.4.0 |
904 | 2024-11-23T04:07:19.339Z | Compiling instant v0.1.13 |
905 | 2024-11-23T04:07:19.487Z | Compiling debug-ignore v1.0.5 |
906 | 2024-11-23T04:07:19.631Z | Compiling backoff v0.4.0 |
907 | 2024-11-23T04:07:19.985Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
908 | 2024-11-23T04:07:20.188Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
909 | 2024-11-23T04:07:20.342Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
910 | 2024-11-23T04:07:20.410Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
911 | 2024-11-23T04:07:20.995Z | Compiling parse-display v0.10.0 |
912 | 2024-11-23T04:07:21.878Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
913 | 2024-11-23T04:07:23.181Z | Compiling strum v0.26.3 |
914 | 2024-11-23T04:07:23.360Z | Compiling serde_with v3.11.0 |
915 | 2024-11-23T04:07:25.252Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
916 | 2024-11-23T04:07:26.064Z | Compiling regress v0.9.1 |
917 | 2024-11-23T04:07:26.067Z | Compiling macaddr v1.0.1 |
918 | 2024-11-23T04:07:30.405Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
919 | 2024-11-23T04:07:41.494Z | Compiling test-project v0.1.0 (/tmp/test-project) |
920 | 2024-11-23T04:07:51.308Z | Finished `release` profile [optimized] target(s) in 2m 35s |
921 | 2024-11-23T04:07:51.374Z | process exited: duration 235672 ms, exit code 0 |
|
922 | 2024-11-23T04:07:51.380Z | found 0 output files |