|
|
|
1 | 2024-11-14T16:07:14.820Z | job assigned to worker 01JCNPT6J5X45EQWEQE6YR530Q (queued for 52 s) |
|
2 | 2024-11-14T16:07:22.058Z | starting task 0: "setup" |
3 | 2024-11-14T16:07:22.067Z | ++ uname -s |
4 | 2024-11-14T16:07:22.070Z | + kern=SunOS |
5 | 2024-11-14T16:07:22.070Z | + case "$kern" in |
6 | 2024-11-14T16:07:22.070Z | + groupadd -g 12345 build |
7 | 2024-11-14T16:07:22.072Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-14T16:07:24.084Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-14T16:07:24.187Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-14T16:07:24.190Z | + home_fs=zfs |
11 | 2024-11-14T16:07:24.190Z | + [[ zfs == autofs ]] |
12 | 2024-11-14T16:07:24.190Z | + mkdir -p /home/build |
13 | 2024-11-14T16:07:24.195Z | + chown build:build /home/build /work |
14 | 2024-11-14T16:07:26.193Z | + chmod 0700 /home/build /work |
15 | 2024-11-14T16:07:26.196Z | process exited: duration 4139 ms, exit code 0 |
|
16 | 2024-11-14T16:07:26.201Z | starting task 1: "rust-toolchain" |
17 | 2024-11-14T16:07:26.207Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-14T16:07:26.207Z | * toolchain channel = "1.81.0" |
19 | 2024-11-14T16:07:26.207Z | ' 1.81.0 |
20 | 2024-11-14T16:07:26.207Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-14T16:07:26.207Z | ' default |
22 | 2024-11-14T16:07:26.207Z | * toolchain profile = "default" |
23 | 2024-11-14T16:07:26.210Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-14T16:07:26.210Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-14T16:07:26.326Z | info: downloading installer |
26 | 2024-11-14T16:07:27.709Z | info: profile set to 'default' |
27 | 2024-11-14T16:07:27.709Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-14T16:07:27.713Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-14T16:07:27.869Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-14T16:07:27.869Z | info: downloading component 'cargo' |
31 | 2024-11-14T16:07:28.742Z | info: downloading component 'clippy' |
32 | 2024-11-14T16:07:29.056Z | info: downloading component 'rust-docs' |
33 | 2024-11-14T16:07:30.230Z | info: downloading component 'rust-std' |
34 | 2024-11-14T16:07:32.064Z | info: downloading component 'rustc' |
35 | 2024-11-14T16:07:38.506Z | info: downloading component 'rustfmt' |
36 | 2024-11-14T16:07:38.741Z | info: installing component 'cargo' |
37 | 2024-11-14T16:07:39.563Z | info: installing component 'clippy' |
38 | 2024-11-14T16:07:39.947Z | info: installing component 'rust-docs' |
39 | 2024-11-14T16:07:41.551Z | info: installing component 'rust-std' |
40 | 2024-11-14T16:07:43.354Z | info: installing component 'rustc' |
41 | 2024-11-14T16:07:49.077Z | info: installing component 'rustfmt' |
42 | 2024-11-14T16:07:49.416Z | |
43 | 2024-11-14T16:07:49.419Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
44 | 2024-11-14T16:07:49.782Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-14T16:07:49.782Z | |
46 | 2024-11-14T16:07:49.785Z | |
47 | 2024-11-14T16:07:49.786Z | Rust is installed now. Great! |
48 | 2024-11-14T16:07:49.786Z | |
49 | 2024-11-14T16:07:49.786Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-14T16:07:49.786Z | environment variable. This has not been done automatically. |
51 | 2024-11-14T16:07:49.787Z | |
52 | 2024-11-14T16:07:49.787Z | To configure your current shell, you need to source |
53 | 2024-11-14T16:07:49.788Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-14T16:07:49.788Z | |
55 | 2024-11-14T16:07:49.788Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-14T16:07:49.788Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-14T16:07:49.788Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-14T16:07:49.857Z | + rustc --version |
59 | 2024-11-14T16:07:49.920Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-14T16:07:49.923Z | process exited: duration 23716 ms, exit code 0 |
|
61 | 2024-11-14T16:07:49.930Z | starting task 2: "authentication" |
62 | 2024-11-14T16:07:49.951Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-11-14T16:07:49.957Z | starting task 3: "clone repository" |
64 | 2024-11-14T16:07:49.962Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-14T16:07:49.964Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-14T16:07:50.009Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-14T16:08:30.709Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-14T16:08:30.712Z | + git fetch origin 1d407761d74a84e718894784d1060462cbda1cab |
69 | 2024-11-14T16:08:31.443Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-14T16:08:31.443Z | * branch 1d407761d74a84e718894784d1060462cbda1cab -> FETCH_HEAD |
71 | 2024-11-14T16:08:31.453Z | + [[ -n dap/dropshot-builder ]] |
72 | 2024-11-14T16:08:31.455Z | ++ git branch --show-current |
73 | 2024-11-14T16:08:31.458Z | + current=main |
74 | 2024-11-14T16:08:31.458Z | + [[ main != dap/dropshot-builder ]] |
75 | 2024-11-14T16:08:31.458Z | + git branch -f dap/dropshot-builder 1d407761d74a84e718894784d1060462cbda1cab |
76 | 2024-11-14T16:08:31.460Z | + git checkout -f dap/dropshot-builder |
77 | 2024-11-14T16:08:31.632Z | Switched to branch 'dap/dropshot-builder' |
78 | 2024-11-14T16:08:31.636Z | + git reset --hard 1d407761d74a84e718894784d1060462cbda1cab |
79 | 2024-11-14T16:08:31.648Z | HEAD is now at 1d407761d Merge branch 'main' into dap/dropshot-builder |
80 | 2024-11-14T16:08:31.650Z | process exited: duration 41683 ms, exit code 0 |
|
81 | 2024-11-14T16:08:31.656Z | starting task 4: "build" |
82 | 2024-11-14T16:08:31.661Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-14T16:08:31.664Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-14T16:08:31.664Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-14T16:08:31.664Z | + cargo --version |
86 | 2024-11-14T16:08:31.718Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-14T16:08:31.720Z | + rustc --version |
88 | 2024-11-14T16:08:31.780Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-14T16:08:31.782Z | + cd /tmp |
90 | 2024-11-14T16:08:31.785Z | + cargo new --lib test-project |
91 | 2024-11-14T16:08:31.841Z | Creating library `test-project` package |
92 | 2024-11-14T16:08:31.915Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-11-14T16:08:31.918Z | + cd test-project |
94 | 2024-11-14T16:08:31.918Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-11-14T16:08:31.977Z | Adding omicron-common (local) to dependencies |
96 | 2024-11-14T16:08:31.977Z | Features: |
97 | 2024-11-14T16:08:31.977Z | - proptest |
98 | 2024-11-14T16:08:31.979Z | - test-strategy |
99 | 2024-11-14T16:08:31.979Z | - testing |
100 | 2024-11-14T16:08:31.979Z | Updating crates.io index |
101 | 2024-11-14T16:08:32.063Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-11-14T16:08:34.318Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-11-14T16:08:35.364Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-11-14T16:08:36.151Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-11-14T16:08:37.883Z | Locking 328 packages to latest compatible versions |
106 | 2024-11-14T16:08:37.885Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-11-14T16:08:37.885Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
108 | 2024-11-14T16:08:37.885Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
109 | 2024-11-14T16:08:37.887Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
110 | 2024-11-14T16:08:37.887Z | Adding goblin v0.8.2 (latest: v0.9.2) |
111 | 2024-11-14T16:08:37.887Z | Adding hashbrown v0.12.3 (latest: v0.15.1) |
112 | 2024-11-14T16:08:37.887Z | Adding hashbrown v0.14.5 (latest: v0.15.1) |
113 | 2024-11-14T16:08:37.887Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
114 | 2024-11-14T16:08:37.887Z | Adding hostname v0.3.1 (latest: v0.4.0) |
115 | 2024-11-14T16:08:37.891Z | Adding indexmap v1.9.3 (latest: v2.6.0) |
116 | 2024-11-14T16:08:37.891Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
117 | 2024-11-14T16:08:37.894Z | Adding regress v0.9.1 (latest: v0.10.1) |
118 | 2024-11-14T16:08:37.898Z | Adding rustls v0.22.4 (latest: v0.23.16) |
119 | 2024-11-14T16:08:37.901Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
120 | 2024-11-14T16:08:37.903Z | Adding term v0.7.0 (latest: v1.0.0) |
121 | 2024-11-14T16:08:37.903Z | Adding thiserror v1.0.69 (latest: v2.0.3) |
122 | 2024-11-14T16:08:37.903Z | Adding thiserror-impl v1.0.69 (latest: v2.0.3) |
123 | 2024-11-14T16:08:37.903Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
124 | 2024-11-14T16:08:37.906Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
125 | 2024-11-14T16:08:37.906Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
126 | 2024-11-14T16:08:37.908Z | Adding windows v0.52.0 (latest: v0.58.0) |
127 | 2024-11-14T16:08:37.908Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
128 | 2024-11-14T16:08:37.908Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
129 | 2024-11-14T16:08:37.909Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
130 | 2024-11-14T16:08:37.909Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
131 | 2024-11-14T16:08:37.909Z | Adding zerocopy v0.7.35 (latest: v0.8.10) |
132 | 2024-11-14T16:08:37.909Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.10) |
133 | 2024-11-14T16:08:37.980Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
134 | 2024-11-14T16:08:37.982Z | + cargo check |
135 | 2024-11-14T16:08:38.145Z | Updating crates.io index |
136 | 2024-11-14T16:08:38.849Z | Locking 2 packages to latest compatible versions |
137 | 2024-11-14T16:08:41.937Z | Adding omicron-workspace-hack v0.1.0 |
138 | 2024-11-14T16:08:43.632Z | Adding test-project v0.1.0 (/tmp/test-project) |
139 | 2024-11-14T16:08:44.277Z | Downloading crates ... |
140 | 2024-11-14T16:08:44.372Z | Downloaded darling v0.20.10 |
141 | 2024-11-14T16:08:44.378Z | Downloaded equivalent v1.0.1 |
142 | 2024-11-14T16:08:44.380Z | Downloaded backoff v0.4.0 |
143 | 2024-11-14T16:08:44.383Z | Downloaded foreign-types-shared v0.1.1 |
144 | 2024-11-14T16:08:44.386Z | Downloaded time-core v0.1.2 |
145 | 2024-11-14T16:08:44.386Z | Downloaded ident_case v1.0.1 |
146 | 2024-11-14T16:08:44.388Z | Downloaded try-lock v0.2.5 |
147 | 2024-11-14T16:08:44.391Z | Downloaded hex v0.4.3 |
148 | 2024-11-14T16:08:44.394Z | Downloaded tinyvec_macros v0.1.1 |
149 | 2024-11-14T16:08:44.397Z | Downloaded memmap v0.7.0 |
150 | 2024-11-14T16:08:44.397Z | Downloaded tokio-rustls v0.25.0 |
151 | 2024-11-14T16:08:44.400Z | Downloaded tinystr v0.7.6 |
152 | 2024-11-14T16:08:44.402Z | Downloaded thiserror-impl v1.0.69 |
153 | 2024-11-14T16:08:44.405Z | Downloaded yoke-derive v0.7.4 |
154 | 2024-11-14T16:08:44.405Z | Downloaded cfg-if v1.0.0 |
155 | 2024-11-14T16:08:44.407Z | Downloaded omicron-workspace-hack v0.1.0 |
156 | 2024-11-14T16:08:44.407Z | Downloaded digest v0.10.7 |
157 | 2024-11-14T16:08:44.409Z | Downloaded zerofrom v0.1.4 |
158 | 2024-11-14T16:08:44.412Z | Downloaded write16 v1.0.0 |
159 | 2024-11-14T16:08:44.412Z | Downloaded atomic-waker v1.1.2 |
160 | 2024-11-14T16:08:44.414Z | Downloaded tower-service v0.3.3 |
161 | 2024-11-14T16:08:44.414Z | Downloaded displaydoc v0.2.5 |
162 | 2024-11-14T16:08:44.417Z | Downloaded itoa v1.0.11 |
163 | 2024-11-14T16:08:44.420Z | Downloaded ppv-lite86 v0.2.20 |
164 | 2024-11-14T16:08:44.425Z | Downloaded utf8_iter v1.0.4 |
165 | 2024-11-14T16:08:44.425Z | Downloaded usdt-impl v0.5.0 |
166 | 2024-11-14T16:08:44.425Z | Downloaded camino v1.1.9 |
167 | 2024-11-14T16:08:44.429Z | Downloaded async-trait v0.1.83 |
168 | 2024-11-14T16:08:44.432Z | Downloaded pkg-config v0.3.31 |
169 | 2024-11-14T16:08:44.435Z | Downloaded newtype-uuid v1.1.3 |
170 | 2024-11-14T16:08:44.435Z | Downloaded dof v0.3.0 |
171 | 2024-11-14T16:08:44.438Z | Downloaded zeroize v1.8.1 |
172 | 2024-11-14T16:08:44.438Z | Downloaded typify v0.2.0 |
173 | 2024-11-14T16:08:44.441Z | Downloaded thread_local v1.1.8 |
174 | 2024-11-14T16:08:44.443Z | Downloaded parse-display v0.10.0 |
175 | 2024-11-14T16:08:44.445Z | Downloaded pest_meta v2.7.14 |
176 | 2024-11-14T16:08:44.448Z | Downloaded icu_locid v1.5.0 |
177 | 2024-11-14T16:08:44.452Z | Downloaded progenitor v0.8.0 |
178 | 2024-11-14T16:08:44.455Z | Downloaded unsafe-libyaml v0.2.11 |
179 | 2024-11-14T16:08:44.458Z | Downloaded openssl-sys v0.9.104 |
180 | 2024-11-14T16:08:44.463Z | Downloaded crossbeam-channel v0.5.13 |
181 | 2024-11-14T16:08:44.468Z | Downloaded structmeta-derive v0.3.0 |
182 | 2024-11-14T16:08:44.470Z | Downloaded ipnet v2.10.1 |
183 | 2024-11-14T16:08:44.473Z | Downloaded url v2.5.3 |
184 | 2024-11-14T16:08:44.475Z | Downloaded serde_derive_internals v0.29.1 |
185 | 2024-11-14T16:08:44.478Z | Downloaded icu_normalizer v1.5.0 |
186 | 2024-11-14T16:08:44.481Z | Downloaded stable_deref_trait v1.2.0 |
187 | 2024-11-14T16:08:44.483Z | Downloaded mio v1.0.2 |
188 | 2024-11-14T16:08:44.489Z | Downloaded sha2 v0.10.8 |
189 | 2024-11-14T16:08:44.492Z | Downloaded time v0.3.36 |
190 | 2024-11-14T16:08:44.500Z | Downloaded darling_macro v0.20.10 |
191 | 2024-11-14T16:08:44.503Z | Downloaded foreign-types v0.3.2 |
192 | 2024-11-14T16:08:44.503Z | Downloaded byteorder v1.5.0 |
193 | 2024-11-14T16:08:44.505Z | Downloaded autocfg v1.4.0 |
194 | 2024-11-14T16:08:44.507Z | Downloaded cpufeatures v0.2.14 |
195 | 2024-11-14T16:08:44.510Z | Downloaded want v0.3.1 |
196 | 2024-11-14T16:08:44.510Z | Downloaded hyper-util v0.1.10 |
197 | 2024-11-14T16:08:44.514Z | Downloaded waitgroup v0.1.2 |
198 | 2024-11-14T16:08:44.517Z | Downloaded num_threads v0.1.7 |
199 | 2024-11-14T16:08:44.519Z | Downloaded num-conv v0.1.0 |
200 | 2024-11-14T16:08:44.519Z | Downloaded http-body v1.0.1 |
201 | 2024-11-14T16:08:44.521Z | Downloaded term v0.7.0 |
202 | 2024-11-14T16:08:44.524Z | Downloaded writeable v0.5.5 |
203 | 2024-11-14T16:08:44.527Z | Downloaded utf16_iter v1.0.5 |
204 | 2024-11-14T16:08:44.527Z | Downloaded toml_datetime v0.6.8 |
205 | 2024-11-14T16:08:44.529Z | Downloaded block-buffer v0.10.4 |
206 | 2024-11-14T16:08:44.529Z | Downloaded rustversion v1.0.17 |
207 | 2024-11-14T16:08:44.532Z | Downloaded rustls-pemfile v2.2.0 |
208 | 2024-11-14T16:08:44.534Z | Downloaded usdt-attr-macro v0.5.0 |
209 | 2024-11-14T16:08:44.537Z | Downloaded async-stream v0.3.6 |
210 | 2024-11-14T16:08:44.540Z | Downloaded scroll_derive v0.12.0 |
211 | 2024-11-14T16:08:44.540Z | Downloaded ahash v0.8.11 |
212 | 2024-11-14T16:08:44.543Z | Downloaded instant v0.1.13 |
213 | 2024-11-14T16:08:44.545Z | Downloaded icu_provider_macros v1.5.0 |
214 | 2024-11-14T16:08:44.545Z | Downloaded zerovec-derive v0.10.3 |
215 | 2024-11-14T16:08:44.548Z | Downloaded usdt-macro v0.5.0 |
216 | 2024-11-14T16:08:44.548Z | Downloaded untrusted v0.9.0 |
217 | 2024-11-14T16:08:44.553Z | Downloaded sync_wrapper v1.0.1 |
218 | 2024-11-14T16:08:44.553Z | Downloaded futures-core v0.3.31 |
219 | 2024-11-14T16:08:44.553Z | Downloaded take_mut v0.2.2 |
220 | 2024-11-14T16:08:44.553Z | Downloaded plain v0.2.3 |
221 | 2024-11-14T16:08:44.555Z | Downloaded pin-utils v0.1.0 |
222 | 2024-11-14T16:08:44.555Z | Downloaded tokio-native-tls v0.3.1 |
223 | 2024-11-14T16:08:44.558Z | Downloaded progenitor-client v0.8.0 |
224 | 2024-11-14T16:08:44.558Z | Downloaded strum v0.26.3 |
225 | 2024-11-14T16:08:44.561Z | Downloaded tokio-rustls v0.26.0 |
226 | 2024-11-14T16:08:44.561Z | Downloaded deranged v0.3.11 |
227 | 2024-11-14T16:08:44.563Z | Downloaded generic-array v0.14.7 |
228 | 2024-11-14T16:08:44.565Z | Downloaded crossbeam-utils v0.8.20 |
229 | 2024-11-14T16:08:44.568Z | Downloaded quinn-udp v0.5.5 |
230 | 2024-11-14T16:08:44.570Z | Downloaded idna_adapter v1.2.0 |
231 | 2024-11-14T16:08:44.570Z | Downloaded http-body-util v0.1.2 |
232 | 2024-11-14T16:08:44.573Z | Downloaded httpdate v1.0.3 |
233 | 2024-11-14T16:08:44.573Z | Downloaded futures-macro v0.3.31 |
234 | 2024-11-14T16:08:44.576Z | Downloaded hostname v0.3.1 |
235 | 2024-11-14T16:08:44.576Z | Downloaded futures-task v0.3.31 |
236 | 2024-11-14T16:08:44.579Z | Downloaded futures-io v0.3.31 |
237 | 2024-11-14T16:08:44.579Z | Downloaded heck v0.5.0 |
238 | 2024-11-14T16:08:44.581Z | Downloaded form_urlencoded v1.2.1 |
239 | 2024-11-14T16:08:44.581Z | Downloaded paste v1.0.15 |
240 | 2024-11-14T16:08:44.584Z | Downloaded crypto-common v0.1.6 |
241 | 2024-11-14T16:08:44.586Z | Downloaded fnv v1.0.7 |
242 | 2024-11-14T16:08:44.586Z | Downloaded powerfmt v0.2.0 |
243 | 2024-11-14T16:08:44.589Z | Downloaded rand_core v0.6.4 |
244 | 2024-11-14T16:08:44.590Z | Downloaded progenitor-macro v0.8.0 |
245 | 2024-11-14T16:08:44.592Z | Downloaded hyper-tls v0.6.0 |
246 | 2024-11-14T16:08:44.592Z | Downloaded percent-encoding v2.3.1 |
247 | 2024-11-14T16:08:44.592Z | Downloaded mime v0.3.17 |
248 | 2024-11-14T16:08:44.595Z | Downloaded thiserror v1.0.69 |
249 | 2024-11-14T16:08:44.599Z | Downloaded parking_lot_core v0.9.10 |
250 | 2024-11-14T16:08:44.601Z | Downloaded rustc-hash v2.0.0 |
251 | 2024-11-14T16:08:44.603Z | Downloaded shlex v1.3.0 |
252 | 2024-11-14T16:08:44.605Z | Downloaded subtle v2.6.1 |
253 | 2024-11-14T16:08:44.607Z | Downloaded parking_lot v0.12.3 |
254 | 2024-11-14T16:08:44.609Z | Downloaded native-tls v0.2.12 |
255 | 2024-11-14T16:08:44.611Z | Downloaded unicode-ident v1.0.13 |
256 | 2024-11-14T16:08:44.614Z | Downloaded serde_urlencoded v0.7.1 |
257 | 2024-11-14T16:08:44.616Z | Downloaded slog-async v2.8.0 |
258 | 2024-11-14T16:08:44.618Z | Downloaded strsim v0.11.1 |
259 | 2024-11-14T16:08:44.618Z | Downloaded multer v3.1.0 |
260 | 2024-11-14T16:08:44.621Z | Downloaded serde_tokenstream v0.2.2 |
261 | 2024-11-14T16:08:44.623Z | Downloaded slog-json v2.6.1 |
262 | 2024-11-14T16:08:44.626Z | Downloaded rand_chacha v0.3.1 |
263 | 2024-11-14T16:08:44.626Z | Downloaded typenum v1.17.0 |
264 | 2024-11-14T16:08:44.629Z | Downloaded schemars_derive v0.8.21 |
265 | 2024-11-14T16:08:44.631Z | Downloaded semver v1.0.23 |
266 | 2024-11-14T16:08:44.633Z | Downloaded serde_with_macros v3.11.0 |
267 | 2024-11-14T16:08:44.636Z | Downloaded bytes v1.8.0 |
268 | 2024-11-14T16:08:44.640Z | Downloaded spin v0.9.8 |
269 | 2024-11-14T16:08:44.643Z | Downloaded slog-bunyan v2.5.0 |
270 | 2024-11-14T16:08:44.645Z | Downloaded hyper-rustls v0.27.3 |
271 | 2024-11-14T16:08:44.647Z | Downloaded serde_path_to_error v0.1.16 |
272 | 2024-11-14T16:08:44.650Z | Downloaded scopeguard v1.2.0 |
273 | 2024-11-14T16:08:44.650Z | Downloaded allocator-api2 v0.2.18 |
274 | 2024-11-14T16:08:44.653Z | Downloaded slog-term v2.9.1 |
275 | 2024-11-14T16:08:44.656Z | Downloaded zerocopy-derive v0.7.35 |
276 | 2024-11-14T16:08:44.661Z | Downloaded serde_yaml v0.9.34+deprecated |
277 | 2024-11-14T16:08:44.665Z | Downloaded tracing-core v0.1.32 |
278 | 2024-11-14T16:08:44.668Z | Downloaded quinn-proto v0.11.8 |
279 | 2024-11-14T16:08:44.675Z | Downloaded ryu v1.0.18 |
280 | 2024-11-14T16:08:44.678Z | Downloaded tracing v0.1.40 |
281 | 2024-11-14T16:08:44.683Z | Downloaded rustls-pki-types v1.9.0 |
282 | 2024-11-14T16:08:44.687Z | Downloaded smallvec v1.13.2 |
283 | 2024-11-14T16:08:44.689Z | Downloaded slog v2.7.0 |
284 | 2024-11-14T16:08:44.692Z | Downloaded icu_provider v1.5.0 |
285 | 2024-11-14T16:08:44.696Z | Downloaded toml_edit v0.22.22 |
286 | 2024-11-14T16:08:44.720Z | Downloaded icu_locid_transform_data v1.5.0 |
287 | 2024-11-14T16:08:44.723Z | Downloaded log v0.4.22 |
288 | 2024-11-14T16:08:44.725Z | Downloaded icu_normalizer_data v1.5.0 |
289 | 2024-11-14T16:08:44.727Z | Downloaded quinn v0.11.5 |
290 | 2024-11-14T16:08:44.730Z | Downloaded strum_macros v0.26.4 |
291 | 2024-11-14T16:08:44.732Z | Downloaded scroll v0.12.0 |
292 | 2024-11-14T16:08:44.734Z | Downloaded socket2 v0.5.7 |
293 | 2024-11-14T16:08:44.737Z | Downloaded dropshot_endpoint v0.13.0 |
294 | 2024-11-14T16:08:44.740Z | Downloaded tokio-util v0.7.12 |
295 | 2024-11-14T16:08:44.745Z | Downloaded pest v2.7.14 |
296 | 2024-11-14T16:08:44.751Z | Downloaded serde_derive v1.0.215 |
297 | 2024-11-14T16:08:44.753Z | Downloaded schemars v0.8.21 |
298 | 2024-11-14T16:08:44.766Z | Downloaded winnow v0.6.20 |
299 | 2024-11-14T16:08:44.775Z | Downloaded indexmap v2.6.0 |
300 | 2024-11-14T16:08:44.779Z | Downloaded cc v1.1.30 |
301 | 2024-11-14T16:08:44.784Z | Downloaded serde v1.0.215 |
302 | 2024-11-14T16:08:44.787Z | Downloaded zerocopy v0.7.35 |
303 | 2024-11-14T16:08:44.804Z | Downloaded icu_collections v1.5.0 |
304 | 2024-11-14T16:08:44.810Z | Downloaded hashbrown v0.12.3 |
305 | 2024-11-14T16:08:44.814Z | Downloaded vcpkg v0.2.15 |
306 | 2024-11-14T16:08:44.853Z | Downloaded syn v2.0.87 |
307 | 2024-11-14T16:08:44.864Z | Downloaded memchr v2.7.4 |
308 | 2024-11-14T16:08:44.868Z | Downloaded hyper v1.5.0 |
309 | 2024-11-14T16:08:44.876Z | Downloaded aho-corasick v1.1.3 |
310 | 2024-11-14T16:08:44.882Z | Downloaded openssl v0.10.68 |
311 | 2024-11-14T16:08:44.891Z | Downloaded serde_json v1.0.132 |
312 | 2024-11-14T16:08:44.899Z | Downloaded regress v0.9.1 |
313 | 2024-11-14T16:08:44.908Z | Downloaded serde_with v3.11.0 |
314 | 2024-11-14T16:08:44.917Z | Downloaded rustls v0.23.14 |
315 | 2024-11-14T16:08:44.927Z | Downloaded openapiv3 v2.0.0 |
316 | 2024-11-14T16:08:44.939Z | Downloaded goblin v0.8.2 |
317 | 2024-11-14T16:08:44.945Z | Downloaded futures-util v0.3.31 |
318 | 2024-11-14T16:08:44.957Z | Downloaded rustls-webpki v0.102.8 |
319 | 2024-11-14T16:08:44.975Z | Downloaded chrono v0.4.38 |
320 | 2024-11-14T16:08:44.982Z | Downloaded regex-syntax v0.8.5 |
321 | 2024-11-14T16:08:44.990Z | Downloaded regex v1.11.1 |
322 | 2024-11-14T16:08:45.003Z | Downloaded typify-impl v0.2.0 |
323 | 2024-11-14T16:08:45.016Z | Downloaded rustls v0.22.4 |
324 | 2024-11-14T16:08:45.029Z | Downloaded idna v1.0.3 |
325 | 2024-11-14T16:08:45.033Z | Downloaded regress v0.10.1 |
326 | 2024-11-14T16:08:45.041Z | Downloaded dropshot v0.13.0 |
327 | 2024-11-14T16:08:45.060Z | Downloaded reqwest v0.12.9 |
328 | 2024-11-14T16:08:45.068Z | Downloaded h2 v0.4.6 |
329 | 2024-11-14T16:08:45.074Z | Downloaded hashbrown v0.15.0 |
330 | 2024-11-14T16:08:45.079Z | Downloaded regex-automata v0.4.8 |
331 | 2024-11-14T16:08:45.095Z | Downloaded tokio v1.40.0 |
332 | 2024-11-14T16:08:45.130Z | Downloaded icu_properties_data v1.5.0 |
333 | 2024-11-14T16:08:45.139Z | Downloaded hashbrown v0.14.5 |
334 | 2024-11-14T16:08:45.144Z | Downloaded zerovec v0.10.4 |
335 | 2024-11-14T16:08:45.149Z | Downloaded icu_properties v1.5.1 |
336 | 2024-11-14T16:08:45.151Z | Downloaded base64 v0.22.1 |
337 | 2024-11-14T16:08:45.155Z | Downloaded webpki-roots v0.26.6 |
338 | 2024-11-14T16:08:45.158Z | Downloaded icu_locid_transform v1.5.0 |
339 | 2024-11-14T16:08:45.161Z | Downloaded litemap v0.7.3 |
340 | 2024-11-14T16:08:45.163Z | Downloaded progenitor-impl v0.8.0 |
341 | 2024-11-14T16:08:45.165Z | Downloaded proc-macro2 v1.0.89 |
342 | 2024-11-14T16:08:45.168Z | Downloaded iana-time-zone v0.1.61 |
343 | 2024-11-14T16:08:45.170Z | Downloaded quote v1.0.37 |
344 | 2024-11-14T16:08:45.173Z | Downloaded ucd-trie v0.1.7 |
345 | 2024-11-14T16:08:45.176Z | Downloaded futures-channel v0.3.31 |
346 | 2024-11-14T16:08:45.176Z | Downloaded pest_generator v2.7.14 |
347 | 2024-11-14T16:08:45.176Z | Downloaded serde_spanned v0.6.8 |
348 | 2024-11-14T16:08:45.178Z | Downloaded synstructure v0.13.1 |
349 | 2024-11-14T16:08:45.178Z | Downloaded structmeta v0.3.0 |
350 | 2024-11-14T16:08:45.181Z | Downloaded slab v0.4.9 |
351 | 2024-11-14T16:08:45.181Z | Downloaded signal-hook-registry v1.4.2 |
352 | 2024-11-14T16:08:45.183Z | Downloaded uuid v1.11.0 |
353 | 2024-11-14T16:08:45.186Z | Downloaded is-terminal v0.4.13 |
354 | 2024-11-14T16:08:45.186Z | Downloaded http v1.1.0 |
355 | 2024-11-14T16:08:45.188Z | Downloaded sha1 v0.10.6 |
356 | 2024-11-14T16:08:45.190Z | Downloaded ipnetwork v0.20.0 |
357 | 2024-11-14T16:08:45.192Z | Downloaded hostname v0.4.0 |
358 | 2024-11-14T16:08:45.195Z | Downloaded pin-project-lite v0.2.14 |
359 | 2024-11-14T16:08:45.197Z | Downloaded once_cell v1.20.2 |
360 | 2024-11-14T16:08:45.199Z | Downloaded yoke v0.7.4 |
361 | 2024-11-14T16:08:45.202Z | Downloaded zerofrom-derive v0.1.4 |
362 | 2024-11-14T16:08:45.202Z | Downloaded tokio-macros v2.4.0 |
363 | 2024-11-14T16:08:45.204Z | Downloaded dyn-clone v1.0.17 |
364 | 2024-11-14T16:08:45.204Z | Downloaded dirs-sys-next v0.1.2 |
365 | 2024-11-14T16:08:45.207Z | Downloaded dirs-next v2.0.0 |
366 | 2024-11-14T16:08:45.207Z | Downloaded parse-display-derive v0.10.0 |
367 | 2024-11-14T16:08:45.209Z | Downloaded usdt v0.5.0 |
368 | 2024-11-14T16:08:45.209Z | Downloaded pretty-hex v0.4.1 |
369 | 2024-11-14T16:08:45.209Z | Downloaded openssl-probe v0.1.5 |
370 | 2024-11-14T16:08:45.212Z | Downloaded openssl-macros v0.1.1 |
371 | 2024-11-14T16:08:45.212Z | Downloaded match_cfg v0.1.0 |
372 | 2024-11-14T16:08:45.214Z | Downloaded rand v0.8.5 |
373 | 2024-11-14T16:08:45.217Z | Downloaded indexmap v1.9.3 |
374 | 2024-11-14T16:08:45.219Z | Downloaded futures v0.3.31 |
375 | 2024-11-14T16:08:45.223Z | Downloaded darling_core v0.20.10 |
376 | 2024-11-14T16:08:45.227Z | Downloaded libc v0.2.162 |
377 | 2024-11-14T16:08:45.253Z | Downloaded async-stream-impl v0.3.6 |
378 | 2024-11-14T16:08:45.257Z | Downloaded macaddr v1.0.1 |
379 | 2024-11-14T16:08:45.257Z | Downloaded bitflags v2.6.0 |
380 | 2024-11-14T16:08:45.259Z | Downloaded pest_derive v2.7.14 |
381 | 2024-11-14T16:08:45.263Z | Downloaded num-traits v0.2.19 |
382 | 2024-11-14T16:08:45.263Z | Downloaded toml v0.8.19 |
383 | 2024-11-14T16:08:45.265Z | Downloaded tinyvec v1.8.0 |
384 | 2024-11-14T16:08:45.268Z | Downloaded lock_api v0.4.12 |
385 | 2024-11-14T16:08:45.271Z | Downloaded httparse v1.9.5 |
386 | 2024-11-14T16:08:45.273Z | Downloaded anyhow v1.0.93 |
387 | 2024-11-14T16:08:45.276Z | Downloaded version_check v0.9.5 |
388 | 2024-11-14T16:08:45.279Z | Downloaded time-macros v0.2.18 |
389 | 2024-11-14T16:08:45.279Z | Downloaded getrandom v0.2.15 |
390 | 2024-11-14T16:08:45.282Z | Downloaded typify-macro v0.2.0 |
391 | 2024-11-14T16:08:45.282Z | Downloaded thread-id v4.2.2 |
392 | 2024-11-14T16:08:45.285Z | Downloaded futures-sink v0.3.31 |
393 | 2024-11-14T16:08:45.285Z | Downloaded futures-executor v0.3.31 |
394 | 2024-11-14T16:08:45.285Z | Downloaded debug-ignore v1.0.5 |
395 | 2024-11-14T16:08:45.287Z | Downloaded dtrace-parser v0.2.0 |
396 | 2024-11-14T16:08:45.347Z | Downloaded encoding_rs v0.8.34 |
397 | 2024-11-14T16:08:45.578Z | Downloaded ring v0.17.8 |
398 | 2024-11-14T16:08:45.915Z | Compiling proc-macro2 v1.0.89 |
399 | 2024-11-14T16:08:45.915Z | Compiling unicode-ident v1.0.13 |
400 | 2024-11-14T16:08:45.918Z | Compiling libc v0.2.162 |
401 | 2024-11-14T16:08:45.918Z | Checking cfg-if v1.0.0 |
402 | 2024-11-14T16:08:45.918Z | Compiling autocfg v1.4.0 |
403 | 2024-11-14T16:08:45.918Z | Compiling serde v1.0.215 |
404 | 2024-11-14T16:08:45.940Z | Compiling version_check v0.9.5 |
405 | 2024-11-14T16:08:45.942Z | Checking memchr v2.7.4 |
406 | 2024-11-14T16:08:46.053Z | Compiling serde_json v1.0.132 |
407 | 2024-11-14T16:08:46.219Z | Checking itoa v1.0.11 |
408 | 2024-11-14T16:08:46.572Z | Compiling thiserror v1.0.69 |
409 | 2024-11-14T16:08:46.623Z | Checking once_cell v1.20.2 |
410 | 2024-11-14T16:08:46.678Z | Compiling shlex v1.3.0 |
411 | 2024-11-14T16:08:46.913Z | Compiling cc v1.1.30 |
412 | 2024-11-14T16:08:47.040Z | Checking pin-project-lite v0.2.14 |
413 | 2024-11-14T16:08:47.154Z | Compiling num-traits v0.2.19 |
414 | 2024-11-14T16:08:47.323Z | Checking smallvec v1.13.2 |
415 | 2024-11-14T16:08:47.441Z | Checking bytes v1.8.0 |
416 | 2024-11-14T16:08:47.479Z | Checking ryu v1.0.18 |
417 | 2024-11-14T16:08:47.512Z | Checking getrandom v0.2.15 |
418 | 2024-11-14T16:08:47.680Z | Checking futures-core v0.3.31 |
419 | 2024-11-14T16:08:47.698Z | Compiling quote v1.0.37 |
420 | 2024-11-14T16:08:47.721Z | Compiling lock_api v0.4.12 |
421 | 2024-11-14T16:08:47.870Z | Compiling parking_lot_core v0.9.10 |
422 | 2024-11-14T16:08:47.872Z | Compiling byteorder v1.5.0 |
423 | 2024-11-14T16:08:48.170Z | Compiling syn v2.0.87 |
424 | 2024-11-14T16:08:48.212Z | Compiling ahash v0.8.11 |
425 | 2024-11-14T16:08:48.320Z | Compiling schemars v0.8.21 |
426 | 2024-11-14T16:08:48.336Z | Checking scopeguard v1.2.0 |
427 | 2024-11-14T16:08:48.419Z | Compiling slab v0.4.9 |
428 | 2024-11-14T16:08:48.617Z | Checking futures-sink v0.3.31 |
429 | 2024-11-14T16:08:48.636Z | Checking log v0.4.22 |
430 | 2024-11-14T16:08:48.662Z | Checking socket2 v0.5.7 |
431 | 2024-11-14T16:08:48.706Z | Checking signal-hook-registry v1.4.2 |
432 | 2024-11-14T16:08:48.745Z | Checking mio v1.0.2 |
433 | 2024-11-14T16:08:48.872Z | Checking stable_deref_trait v1.2.0 |
434 | 2024-11-14T16:08:48.894Z | Checking parking_lot v0.12.3 |
435 | 2024-11-14T16:08:48.939Z | Checking equivalent v1.0.1 |
436 | 2024-11-14T16:08:48.970Z | Compiling semver v1.0.23 |
437 | 2024-11-14T16:08:49.039Z | Checking fnv v1.0.7 |
438 | 2024-11-14T16:08:49.128Z | Checking hashbrown v0.15.0 |
439 | 2024-11-14T16:08:49.158Z | Checking http v1.1.0 |
440 | 2024-11-14T16:08:49.176Z | Checking futures-channel v0.3.31 |
441 | 2024-11-14T16:08:49.221Z | Checking futures-io v0.3.31 |
442 | 2024-11-14T16:08:49.314Z | Checking pin-utils v0.1.0 |
443 | 2024-11-14T16:08:49.397Z | Checking futures-task v0.3.31 |
444 | 2024-11-14T16:08:49.416Z | Checking rustls-pki-types v1.9.0 |
445 | 2024-11-14T16:08:49.514Z | Compiling heck v0.5.0 |
446 | 2024-11-14T16:08:49.548Z | Checking spin v0.9.8 |
447 | 2024-11-14T16:08:49.643Z | Compiling pkg-config v0.3.31 |
448 | 2024-11-14T16:08:49.766Z | Compiling vcpkg v0.2.15 |
449 | 2024-11-14T16:08:49.887Z | Compiling ring v0.17.8 |
450 | 2024-11-14T16:08:50.037Z | Checking litemap v0.7.3 |
451 | 2024-11-14T16:08:50.202Z | Compiling ucd-trie v0.1.7 |
452 | 2024-11-14T16:08:50.396Z | Checking iana-time-zone v0.1.61 |
453 | 2024-11-14T16:08:50.543Z | Checking writeable v0.5.5 |
454 | 2024-11-14T16:08:50.562Z | Compiling httparse v1.9.5 |
455 | 2024-11-14T16:08:50.779Z | Checking untrusted v0.9.0 |
456 | 2024-11-14T16:08:50.897Z | Checking tracing-core v0.1.32 |
457 | 2024-11-14T16:08:50.936Z | Checking atomic-waker v1.1.2 |
458 | 2024-11-14T16:08:51.064Z | Checking dyn-clone v1.0.17 |
459 | 2024-11-14T16:08:51.203Z | Compiling allocator-api2 v0.2.18 |
460 | 2024-11-14T16:08:51.426Z | Compiling openssl-sys v0.9.104 |
461 | 2024-11-14T16:08:51.550Z | Checking tracing v0.1.40 |
462 | 2024-11-14T16:08:51.876Z | Checking http-body v1.0.1 |
463 | 2024-11-14T16:08:52.008Z | Checking try-lock v0.2.5 |
464 | 2024-11-14T16:08:52.089Z | Checking subtle v2.6.1 |
465 | 2024-11-14T16:08:52.111Z | Checking icu_locid_transform_data v1.5.0 |
466 | 2024-11-14T16:08:52.130Z | Compiling uuid v1.11.0 |
467 | 2024-11-14T16:08:52.204Z | Checking zeroize v1.8.1 |
468 | 2024-11-14T16:08:52.223Z | Checking want v0.3.1 |
469 | 2024-11-14T16:08:52.388Z | Compiling openssl v0.10.68 |
470 | 2024-11-14T16:08:52.436Z | Checking httpdate v1.0.3 |
471 | 2024-11-14T16:08:52.645Z | Compiling chrono v0.4.38 |
472 | 2024-11-14T16:08:52.674Z | Checking foreign-types-shared v0.1.1 |
473 | 2024-11-14T16:08:52.692Z | Checking icu_properties_data v1.5.0 |
474 | 2024-11-14T16:08:52.697Z | Compiling slog v2.7.0 |
475 | 2024-11-14T16:08:52.767Z | Checking foreign-types v0.3.2 |
476 | 2024-11-14T16:08:52.878Z | Compiling aho-corasick v1.1.3 |
477 | 2024-11-14T16:08:52.912Z | Checking utf8_iter v1.0.4 |
478 | 2024-11-14T16:08:53.104Z | Compiling native-tls v0.2.12 |
479 | 2024-11-14T16:08:53.259Z | Compiling regex-syntax v0.8.5 |
480 | 2024-11-14T16:08:53.463Z | Checking percent-encoding v2.3.1 |
481 | 2024-11-14T16:08:53.671Z | Checking icu_normalizer_data v1.5.0 |
482 | 2024-11-14T16:08:53.757Z | Checking utf16_iter v1.0.5 |
483 | 2024-11-14T16:08:53.912Z | Compiling rustls v0.23.14 |
484 | 2024-11-14T16:08:54.136Z | Compiling typenum v1.17.0 |
485 | 2024-11-14T16:08:54.200Z | Checking bitflags v2.6.0 |
486 | 2024-11-14T16:08:54.458Z | Checking write16 v1.0.0 |
487 | 2024-11-14T16:08:54.662Z | Checking tower-service v0.3.3 |
488 | 2024-11-14T16:08:54.813Z | Checking form_urlencoded v1.2.1 |
489 | 2024-11-14T16:08:55.136Z | Compiling generic-array v0.14.7 |
490 | 2024-11-14T16:08:55.237Z | Checking openssl-probe v0.1.5 |
491 | 2024-11-14T16:08:55.584Z | Compiling synstructure v0.13.1 |
492 | 2024-11-14T16:08:55.602Z | Compiling serde_derive_internals v0.29.1 |
493 | 2024-11-14T16:08:55.784Z | Checking rustls-webpki v0.102.8 |
494 | 2024-11-14T16:08:57.003Z | Compiling regex-automata v0.4.8 |
495 | 2024-11-14T16:08:57.991Z | Compiling usdt-impl v0.5.0 |
496 | 2024-11-14T16:08:58.130Z | Checking encoding_rs v0.8.34 |
497 | 2024-11-14T16:08:58.366Z | Compiling num-conv v0.1.0 |
498 | 2024-11-14T16:08:58.578Z | Checking powerfmt v0.2.0 |
499 | 2024-11-14T16:08:58.841Z | Compiling time-core v0.1.2 |
500 | 2024-11-14T16:08:58.981Z | Checking mime v0.3.17 |
501 | 2024-11-14T16:08:59.016Z | Compiling time-macros v0.2.18 |
502 | 2024-11-14T16:08:59.184Z | Checking deranged v0.3.11 |
503 | 2024-11-14T16:08:59.300Z | Compiling thread-id v4.2.2 |
504 | 2024-11-14T16:09:00.462Z | Checking rustls-pemfile v2.2.0 |
505 | 2024-11-14T16:09:00.675Z | Checking webpki-roots v0.26.6 |
506 | 2024-11-14T16:09:00.713Z | Compiling crossbeam-utils v0.8.20 |
507 | 2024-11-14T16:09:00.948Z | Compiling regex v1.11.1 |
508 | 2024-11-14T16:09:01.176Z | Compiling serde_derive v1.0.215 |
509 | 2024-11-14T16:09:01.268Z | Compiling zerocopy-derive v0.7.35 |
510 | 2024-11-14T16:09:01.418Z | Compiling thiserror-impl v1.0.69 |
511 | 2024-11-14T16:09:01.912Z | Compiling zerofrom-derive v0.1.4 |
512 | 2024-11-14T16:09:01.970Z | Compiling schemars_derive v0.8.21 |
513 | 2024-11-14T16:09:01.988Z | Compiling tokio-macros v2.4.0 |
514 | 2024-11-14T16:09:01.991Z | Compiling yoke-derive v0.7.4 |
515 | 2024-11-14T16:09:03.309Z | Compiling zerocopy v0.7.35 |
516 | 2024-11-14T16:09:04.488Z | Checking tokio v1.40.0 |
517 | 2024-11-14T16:09:04.719Z | Compiling zerovec-derive v0.10.3 |
518 | 2024-11-14T16:09:04.766Z | Compiling futures-macro v0.3.31 |
519 | 2024-11-14T16:09:04.806Z | Compiling displaydoc v0.2.5 |
520 | 2024-11-14T16:09:04.963Z | Compiling pest v2.7.14 |
521 | 2024-11-14T16:09:05.510Z | Checking zerofrom v0.1.4 |
522 | 2024-11-14T16:09:05.554Z | Compiling icu_provider_macros v1.5.0 |
523 | 2024-11-14T16:09:05.726Z | Checking yoke v0.7.4 |
524 | 2024-11-14T16:09:06.069Z | Compiling hashbrown v0.14.5 |
525 | 2024-11-14T16:09:06.609Z | Checking futures-util v0.3.31 |
526 | 2024-11-14T16:09:06.703Z | Compiling openssl-macros v0.1.1 |
527 | 2024-11-14T16:09:07.192Z | Checking zerovec v0.10.4 |
528 | 2024-11-14T16:09:07.391Z | Compiling regress v0.10.1 |
529 | 2024-11-14T16:09:07.528Z | Compiling pest_meta v2.7.14 |
530 | 2024-11-14T16:09:08.009Z | Compiling scroll_derive v0.12.0 |
531 | 2024-11-14T16:09:09.480Z | Checking tinystr v0.7.6 |
532 | 2024-11-14T16:09:09.886Z | Checking icu_locid v1.5.0 |
533 | 2024-11-14T16:09:10.883Z | Checking icu_provider v1.5.0 |
534 | 2024-11-14T16:09:11.534Z | Checking icu_locid_transform v1.5.0 |
535 | 2024-11-14T16:09:11.537Z | Checking icu_collections v1.5.0 |
536 | 2024-11-14T16:09:11.573Z | Checking tokio-util v0.7.12 |
537 | 2024-11-14T16:09:11.854Z | Compiling pest_generator v2.7.14 |
538 | 2024-11-14T16:09:12.197Z | Checking http-body-util v0.1.2 |
539 | 2024-11-14T16:09:12.216Z | Checking tokio-rustls v0.26.0 |
540 | 2024-11-14T16:09:12.374Z | Checking scroll v0.12.0 |
541 | 2024-11-14T16:09:12.522Z | Checking icu_properties v1.5.1 |
542 | 2024-11-14T16:09:12.878Z | Checking plain v0.2.3 |
543 | 2024-11-14T16:09:13.023Z | Checking num_threads v0.1.7 |
544 | 2024-11-14T16:09:13.131Z | Compiling ident_case v1.0.1 |
545 | 2024-11-14T16:09:13.584Z | Compiling pest_derive v2.7.14 |
546 | 2024-11-14T16:09:13.755Z | Checking indexmap v2.6.0 |
547 | 2024-11-14T16:09:15.037Z | Compiling serde_tokenstream v0.2.2 |
548 | 2024-11-14T16:09:15.387Z | Checking h2 v0.4.6 |
549 | 2024-11-14T16:09:15.826Z | Checking icu_normalizer v1.5.0 |
550 | 2024-11-14T16:09:15.937Z | Compiling dtrace-parser v0.2.0 |
551 | 2024-11-14T16:09:16.090Z | Checking tokio-native-tls v0.3.1 |
552 | 2024-11-14T16:09:16.170Z | Checking serde_urlencoded v0.7.1 |
553 | 2024-11-14T16:09:16.595Z | Compiling strsim v0.11.1 |
554 | 2024-11-14T16:09:16.613Z | Checking idna_adapter v1.2.0 |
555 | 2024-11-14T16:09:16.703Z | Checking base64 v0.22.1 |
556 | 2024-11-14T16:09:17.000Z | Checking idna v1.0.3 |
557 | 2024-11-14T16:09:17.202Z | Compiling dof v0.3.0 |
558 | 2024-11-14T16:09:17.333Z | Compiling openapiv3 v2.0.0 |
559 | 2024-11-14T16:09:17.439Z | Checking typify-impl v0.2.0 |
560 | 2024-11-14T16:09:17.495Z | Checking url v2.5.3 |
561 | 2024-11-14T16:09:17.546Z | Compiling darling_core v0.20.10 |
562 | 2024-11-14T16:09:18.374Z | Checking time v0.3.36 |
563 | 2024-11-14T16:09:19.566Z | Checking hyper v1.5.0 |
564 | 2024-11-14T16:09:20.211Z | Checking goblin v0.8.2 |
565 | 2024-11-14T16:09:20.640Z | Checking sync_wrapper v1.0.1 |
566 | 2024-11-14T16:09:20.785Z | Checking dirs-sys-next v0.1.2 |
567 | 2024-11-14T16:09:21.344Z | Compiling unsafe-libyaml v0.2.11 |
568 | 2024-11-14T16:09:21.521Z | Compiling rustversion v1.0.17 |
569 | 2024-11-14T16:09:21.770Z | Checking hyper-util v0.1.10 |
570 | 2024-11-14T16:09:22.180Z | Checking pretty-hex v0.4.1 |
571 | 2024-11-14T16:09:22.357Z | Compiling rustls v0.22.4 |
572 | 2024-11-14T16:09:22.664Z | Compiling paste v1.0.15 |
573 | 2024-11-14T16:09:22.888Z | Compiling omicron-workspace-hack v0.1.0 |
574 | 2024-11-14T16:09:23.108Z | Checking ipnet v2.10.1 |
575 | 2024-11-14T16:09:23.233Z | Compiling serde_yaml v0.9.34+deprecated |
576 | 2024-11-14T16:09:23.437Z | Checking hyper-tls v0.6.0 |
577 | 2024-11-14T16:09:23.459Z | Checking hyper-rustls v0.27.3 |
578 | 2024-11-14T16:09:23.576Z | Checking dirs-next v2.0.0 |
579 | 2024-11-14T16:09:23.625Z | Compiling darling_macro v0.20.10 |
580 | 2024-11-14T16:09:23.718Z | Checking serde_spanned v0.6.8 |
581 | 2024-11-14T16:09:23.767Z | Checking reqwest v0.12.9 |
582 | 2024-11-14T16:09:23.897Z | Checking toml_datetime v0.6.8 |
583 | 2024-11-14T16:09:24.175Z | Checking ppv-lite86 v0.2.20 |
584 | 2024-11-14T16:09:24.195Z | Compiling structmeta-derive v0.3.0 |
585 | 2024-11-14T16:09:24.290Z | Checking crypto-common v0.1.6 |
586 | 2024-11-14T16:09:24.457Z | Checking block-buffer v0.10.4 |
587 | 2024-11-14T16:09:24.561Z | Checking rand_core v0.6.4 |
588 | 2024-11-14T16:09:24.764Z | Checking thread_local v1.1.8 |
589 | 2024-11-14T16:09:24.832Z | Compiling multer v3.1.0 |
590 | 2024-11-14T16:09:24.935Z | Compiling camino v1.1.9 |
591 | 2024-11-14T16:09:25.057Z | Compiling newtype-uuid v1.1.3 |
592 | 2024-11-14T16:09:25.148Z | Compiling slog-async v2.8.0 |
593 | 2024-11-14T16:09:25.166Z | Checking winnow v0.6.20 |
594 | 2024-11-14T16:09:25.355Z | Compiling anyhow v1.0.93 |
595 | 2024-11-14T16:09:25.540Z | Checking match_cfg v0.1.0 |
596 | 2024-11-14T16:09:25.629Z | Checking hostname v0.3.1 |
597 | 2024-11-14T16:09:25.785Z | Checking progenitor-client v0.8.0 |
598 | 2024-11-14T16:09:25.875Z | Checking rand_chacha v0.3.1 |
599 | 2024-11-14T16:09:26.111Z | Checking digest v0.10.7 |
600 | 2024-11-14T16:09:26.227Z | Compiling darling v0.20.10 |
601 | 2024-11-14T16:09:26.306Z | Checking crossbeam-channel v0.5.13 |
602 | 2024-11-14T16:09:26.350Z | Checking term v0.7.0 |
603 | 2024-11-14T16:09:26.634Z | Compiling structmeta v0.3.0 |
604 | 2024-11-14T16:09:26.911Z | Checking slog-json v2.6.1 |
605 | 2024-11-14T16:09:27.011Z | Compiling usdt-attr-macro v0.5.0 |
606 | 2024-11-14T16:09:27.046Z | Compiling usdt-macro v0.5.0 |
607 | 2024-11-14T16:09:27.141Z | Checking futures-executor v0.3.31 |
608 | 2024-11-14T16:09:27.366Z | Compiling async-stream-impl v0.3.6 |
609 | 2024-11-14T16:09:27.665Z | Checking memmap v0.7.0 |
610 | 2024-11-14T16:09:27.850Z | Checking is-terminal v0.4.13 |
611 | 2024-11-14T16:09:27.869Z | Compiling dropshot v0.13.0 |
612 | 2024-11-14T16:09:27.978Z | Checking take_mut v0.2.2 |
613 | 2024-11-14T16:09:28.109Z | Checking cpufeatures v0.2.14 |
614 | 2024-11-14T16:09:28.216Z | Checking sha1 v0.10.6 |
615 | 2024-11-14T16:09:28.227Z | Checking toml_edit v0.22.22 |
616 | 2024-11-14T16:09:28.296Z | Checking slog-term v2.9.1 |
617 | 2024-11-14T16:09:28.380Z | Checking usdt v0.5.0 |
618 | 2024-11-14T16:09:28.471Z | Compiling strum_macros v0.26.4 |
619 | 2024-11-14T16:09:28.562Z | Checking futures v0.3.31 |
620 | 2024-11-14T16:09:28.619Z | Checking slog-bunyan v2.5.0 |
621 | 2024-11-14T16:09:28.622Z | Checking async-stream v0.3.6 |
622 | 2024-11-14T16:09:28.670Z | Compiling parse-display-derive v0.10.0 |
623 | 2024-11-14T16:09:28.750Z | Compiling serde_with_macros v3.11.0 |
624 | 2024-11-14T16:09:28.824Z | Checking rand v0.8.5 |
625 | 2024-11-14T16:09:30.157Z | Checking ipnetwork v0.20.0 |
626 | 2024-11-14T16:09:30.177Z | Checking tokio-rustls v0.25.0 |
627 | 2024-11-14T16:09:30.376Z | Compiling dropshot_endpoint v0.13.0 |
628 | 2024-11-14T16:09:30.533Z | Checking serde_path_to_error v0.1.16 |
629 | 2024-11-14T16:09:30.533Z | Checking hex v0.4.3 |
630 | 2024-11-14T16:09:30.844Z | Checking toml v0.8.19 |
631 | 2024-11-14T16:09:31.038Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
632 | 2024-11-14T16:09:31.183Z | Compiling async-trait v0.1.83 |
633 | 2024-11-14T16:09:31.339Z | Checking waitgroup v0.1.2 |
634 | 2024-11-14T16:09:31.472Z | Checking hostname v0.4.0 |
635 | 2024-11-14T16:09:31.567Z | Checking instant v0.1.13 |
636 | 2024-11-14T16:09:31.601Z | Checking debug-ignore v1.0.5 |
637 | 2024-11-14T16:09:31.681Z | Checking backoff v0.4.0 |
638 | 2024-11-14T16:09:31.729Z | Checking serde_with v3.11.0 |
639 | 2024-11-14T16:09:31.815Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
640 | 2024-11-14T16:09:31.965Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
641 | 2024-11-14T16:09:31.968Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
642 | 2024-11-14T16:09:32.130Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
643 | 2024-11-14T16:09:32.329Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
644 | 2024-11-14T16:09:32.450Z | Checking parse-display v0.10.0 |
645 | 2024-11-14T16:09:32.664Z | Checking macaddr v1.0.1 |
646 | 2024-11-14T16:09:32.686Z | Checking regress v0.9.1 |
647 | 2024-11-14T16:09:32.952Z | Checking strum v0.26.3 |
648 | 2024-11-14T16:09:32.987Z | Compiling typify-macro v0.2.0 |
649 | 2024-11-14T16:09:34.993Z | Compiling typify v0.2.0 |
650 | 2024-11-14T16:09:35.068Z | Compiling progenitor-impl v0.8.0 |
651 | 2024-11-14T16:09:37.621Z | Compiling progenitor-macro v0.8.0 |
652 | 2024-11-14T16:09:41.753Z | Checking progenitor v0.8.0 |
653 | 2024-11-14T16:09:41.879Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
654 | 2024-11-14T16:09:44.643Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
655 | 2024-11-14T16:09:52.165Z | Checking test-project v0.1.0 (/tmp/test-project) |
656 | 2024-11-14T16:09:52.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
657 | 2024-11-14T16:09:52.547Z | + cargo build --release |
658 | 2024-11-14T16:09:52.800Z | Compiling proc-macro2 v1.0.89 |
659 | 2024-11-14T16:09:52.800Z | Compiling unicode-ident v1.0.13 |
660 | 2024-11-14T16:09:52.800Z | Compiling libc v0.2.162 |
661 | 2024-11-14T16:09:52.803Z | Compiling cfg-if v1.0.0 |
662 | 2024-11-14T16:09:52.803Z | Compiling autocfg v1.4.0 |
663 | 2024-11-14T16:09:52.803Z | Compiling version_check v0.9.5 |
664 | 2024-11-14T16:09:52.803Z | Compiling serde v1.0.215 |
665 | 2024-11-14T16:09:52.803Z | Compiling memchr v2.7.4 |
666 | 2024-11-14T16:09:52.905Z | Compiling serde_json v1.0.132 |
667 | 2024-11-14T16:09:52.992Z | Compiling itoa v1.0.11 |
668 | 2024-11-14T16:09:53.233Z | Compiling thiserror v1.0.69 |
669 | 2024-11-14T16:09:53.355Z | Compiling once_cell v1.20.2 |
670 | 2024-11-14T16:09:53.444Z | Compiling shlex v1.3.0 |
671 | 2024-11-14T16:09:53.651Z | Compiling cc v1.1.30 |
672 | 2024-11-14T16:09:53.807Z | Compiling num-traits v0.2.19 |
673 | 2024-11-14T16:09:54.061Z | Compiling pin-project-lite v0.2.14 |
674 | 2024-11-14T16:09:54.170Z | Compiling smallvec v1.13.2 |
675 | 2024-11-14T16:09:54.207Z | Compiling getrandom v0.2.15 |
676 | 2024-11-14T16:09:54.338Z | Compiling bytes v1.8.0 |
677 | 2024-11-14T16:09:54.512Z | Compiling quote v1.0.37 |
678 | 2024-11-14T16:09:54.539Z | Compiling ryu v1.0.18 |
679 | 2024-11-14T16:09:54.645Z | Compiling futures-core v0.3.31 |
680 | 2024-11-14T16:09:54.843Z | Compiling lock_api v0.4.12 |
681 | 2024-11-14T16:09:54.868Z | Compiling syn v2.0.87 |
682 | 2024-11-14T16:09:55.104Z | Compiling ahash v0.8.11 |
683 | 2024-11-14T16:09:55.132Z | Compiling byteorder v1.5.0 |
684 | 2024-11-14T16:09:55.174Z | Compiling parking_lot_core v0.9.10 |
685 | 2024-11-14T16:09:55.433Z | Compiling schemars v0.8.21 |
686 | 2024-11-14T16:09:55.553Z | Compiling scopeguard v1.2.0 |
687 | 2024-11-14T16:09:55.599Z | Compiling slab v0.4.9 |
688 | 2024-11-14T16:09:55.788Z | Compiling log v0.4.22 |
689 | 2024-11-14T16:09:55.930Z | Compiling futures-sink v0.3.31 |
690 | 2024-11-14T16:09:56.072Z | Compiling socket2 v0.5.7 |
691 | 2024-11-14T16:09:56.143Z | Compiling parking_lot v0.12.3 |
692 | 2024-11-14T16:09:56.195Z | Compiling mio v1.0.2 |
693 | 2024-11-14T16:09:56.198Z | Compiling signal-hook-registry v1.4.2 |
694 | 2024-11-14T16:09:56.229Z | Compiling stable_deref_trait v1.2.0 |
695 | 2024-11-14T16:09:56.322Z | Compiling semver v1.0.23 |
696 | 2024-11-14T16:09:56.624Z | Compiling ring v0.17.8 |
697 | 2024-11-14T16:09:56.695Z | Compiling fnv v1.0.7 |
698 | 2024-11-14T16:09:56.807Z | Compiling equivalent v1.0.1 |
699 | 2024-11-14T16:09:56.814Z | Compiling hashbrown v0.15.0 |
700 | 2024-11-14T16:09:56.903Z | Compiling http v1.1.0 |
701 | 2024-11-14T16:09:57.719Z | Compiling futures-channel v0.3.31 |
702 | 2024-11-14T16:09:57.748Z | Compiling futures-io v0.3.31 |
703 | 2024-11-14T16:09:57.783Z | Compiling pin-utils v0.1.0 |
704 | 2024-11-14T16:09:57.864Z | Compiling futures-task v0.3.31 |
705 | 2024-11-14T16:09:58.140Z | Compiling heck v0.5.0 |
706 | 2024-11-14T16:09:58.181Z | Compiling pkg-config v0.3.31 |
707 | 2024-11-14T16:09:58.234Z | Compiling vcpkg v0.2.15 |
708 | 2024-11-14T16:09:58.264Z | Compiling rustls-pki-types v1.9.0 |
709 | 2024-11-14T16:09:58.278Z | Compiling spin v0.9.8 |
710 | 2024-11-14T16:09:59.169Z | Compiling untrusted v0.9.0 |
711 | 2024-11-14T16:09:59.330Z | Compiling litemap v0.7.3 |
712 | 2024-11-14T16:09:59.411Z | Compiling writeable v0.5.5 |
713 | 2024-11-14T16:09:59.764Z | Compiling httparse v1.9.5 |
714 | 2024-11-14T16:09:59.811Z | Compiling openssl-sys v0.9.104 |
715 | 2024-11-14T16:10:00.038Z | Compiling ucd-trie v0.1.7 |
716 | 2024-11-14T16:10:00.405Z | Compiling iana-time-zone v0.1.61 |
717 | 2024-11-14T16:10:00.570Z | Compiling tracing-core v0.1.32 |
718 | 2024-11-14T16:10:00.849Z | Compiling allocator-api2 v0.2.18 |
719 | 2024-11-14T16:10:01.059Z | Compiling atomic-waker v1.1.2 |
720 | 2024-11-14T16:10:01.105Z | Compiling dyn-clone v1.0.17 |
721 | 2024-11-14T16:10:01.304Z | Compiling tracing v0.1.40 |
722 | 2024-11-14T16:10:01.631Z | Compiling http-body v1.0.1 |
723 | 2024-11-14T16:10:01.865Z | Compiling try-lock v0.2.5 |
724 | 2024-11-14T16:10:01.985Z | Compiling subtle v2.6.1 |
725 | 2024-11-14T16:10:02.005Z | Compiling uuid v1.11.0 |
726 | 2024-11-14T16:10:02.264Z | Compiling chrono v0.4.38 |
727 | 2024-11-14T16:10:02.312Z | Compiling zeroize v1.8.1 |
728 | 2024-11-14T16:10:02.575Z | Compiling synstructure v0.13.1 |
729 | 2024-11-14T16:10:02.647Z | Compiling serde_derive_internals v0.29.1 |
730 | 2024-11-14T16:10:02.869Z | Compiling icu_locid_transform_data v1.5.0 |
731 | 2024-11-14T16:10:02.963Z | Compiling want v0.3.1 |
732 | 2024-11-14T16:10:03.297Z | Compiling foreign-types-shared v0.1.1 |
733 | 2024-11-14T16:10:03.393Z | Compiling icu_properties_data v1.5.0 |
734 | 2024-11-14T16:10:03.641Z | Compiling slog v2.7.0 |
735 | 2024-11-14T16:10:04.134Z | Compiling openssl v0.10.68 |
736 | 2024-11-14T16:10:04.230Z | Compiling httpdate v1.0.3 |
737 | 2024-11-14T16:10:04.370Z | Compiling foreign-types v0.3.2 |
738 | 2024-11-14T16:10:04.844Z | Compiling aho-corasick v1.1.3 |
739 | 2024-11-14T16:10:04.955Z | Compiling regex-syntax v0.8.5 |
740 | 2024-11-14T16:10:05.039Z | Compiling tower-service v0.3.3 |
741 | 2024-11-14T16:10:05.156Z | Compiling native-tls v0.2.12 |
742 | 2024-11-14T16:10:05.514Z | Compiling typenum v1.17.0 |
743 | 2024-11-14T16:10:05.996Z | Compiling percent-encoding v2.3.1 |
744 | 2024-11-14T16:10:06.432Z | Compiling write16 v1.0.0 |
745 | 2024-11-14T16:10:06.447Z | Compiling utf8_iter v1.0.4 |
746 | 2024-11-14T16:10:06.550Z | Compiling bitflags v2.6.0 |
747 | 2024-11-14T16:10:06.716Z | Compiling icu_normalizer_data v1.5.0 |
748 | 2024-11-14T16:10:06.801Z | Compiling utf16_iter v1.0.5 |
749 | 2024-11-14T16:10:06.888Z | Compiling rustls v0.23.14 |
750 | 2024-11-14T16:10:07.057Z | Compiling form_urlencoded v1.2.1 |
751 | 2024-11-14T16:10:07.607Z | Compiling generic-array v0.14.7 |
752 | 2024-11-14T16:10:07.615Z | Compiling openssl-probe v0.1.5 |
753 | 2024-11-14T16:10:08.094Z | Compiling serde_derive v1.0.215 |
754 | 2024-11-14T16:10:08.181Z | Compiling zerocopy-derive v0.7.35 |
755 | 2024-11-14T16:10:08.298Z | Compiling thiserror-impl v1.0.69 |
756 | 2024-11-14T16:10:09.158Z | Compiling zerofrom-derive v0.1.4 |
757 | 2024-11-14T16:10:09.334Z | Compiling schemars_derive v0.8.21 |
758 | 2024-11-14T16:10:10.286Z | Compiling zerocopy v0.7.35 |
759 | 2024-11-14T16:10:11.335Z | Compiling yoke-derive v0.7.4 |
760 | 2024-11-14T16:10:11.954Z | Compiling tokio-macros v2.4.0 |
761 | 2024-11-14T16:10:12.387Z | Compiling zerovec-derive v0.10.3 |
762 | 2024-11-14T16:10:12.520Z | Compiling displaydoc v0.2.5 |
763 | 2024-11-14T16:10:12.752Z | Compiling zerofrom v0.1.4 |
764 | 2024-11-14T16:10:12.981Z | Compiling futures-macro v0.3.31 |
765 | 2024-11-14T16:10:13.518Z | Compiling tokio v1.40.0 |
766 | 2024-11-14T16:10:14.058Z | Compiling yoke v0.7.4 |
767 | 2024-11-14T16:10:14.448Z | Compiling pest v2.7.14 |
768 | 2024-11-14T16:10:14.784Z | Compiling icu_provider_macros v1.5.0 |
769 | 2024-11-14T16:10:14.856Z | Compiling futures-util v0.3.31 |
770 | 2024-11-14T16:10:14.864Z | Compiling zerovec v0.10.4 |
771 | 2024-11-14T16:10:14.981Z | Compiling hashbrown v0.14.5 |
772 | 2024-11-14T16:10:16.279Z | Compiling rustls-webpki v0.102.8 |
773 | 2024-11-14T16:10:17.362Z | Compiling tinystr v0.7.6 |
774 | 2024-11-14T16:10:17.823Z | Compiling icu_locid v1.5.0 |
775 | 2024-11-14T16:10:17.849Z | Compiling pest_meta v2.7.14 |
776 | 2024-11-14T16:10:20.979Z | Compiling icu_provider v1.5.0 |
777 | 2024-11-14T16:10:21.908Z | Compiling indexmap v2.6.0 |
778 | 2024-11-14T16:10:22.313Z | Compiling serde_tokenstream v0.2.2 |
779 | 2024-11-14T16:10:23.645Z | Compiling tokio-util v0.7.12 |
780 | 2024-11-14T16:10:24.791Z | Compiling h2 v0.4.6 |
781 | 2024-11-14T16:10:25.379Z | Compiling icu_locid_transform v1.5.0 |
782 | 2024-11-14T16:10:28.305Z | Compiling pest_generator v2.7.14 |
783 | 2024-11-14T16:10:28.385Z | Compiling icu_collections v1.5.0 |
784 | 2024-11-14T16:10:30.074Z | Compiling regress v0.10.1 |
785 | 2024-11-14T16:10:31.058Z | Compiling hyper v1.5.0 |
786 | 2024-11-14T16:10:31.360Z | Compiling pest_derive v2.7.14 |
787 | 2024-11-14T16:10:31.635Z | Compiling icu_properties v1.5.1 |
788 | 2024-11-14T16:10:32.812Z | Compiling openssl-macros v0.1.1 |
789 | 2024-11-14T16:10:34.849Z | Compiling typify-impl v0.2.0 |
790 | 2024-11-14T16:10:38.020Z | Compiling icu_normalizer v1.5.0 |
791 | 2024-11-14T16:10:38.221Z | Compiling hyper-util v0.1.10 |
792 | 2024-11-14T16:10:42.229Z | Compiling regex-automata v0.4.8 |
793 | 2024-11-14T16:10:42.983Z | Compiling idna_adapter v1.2.0 |
794 | 2024-11-14T16:10:43.519Z | Compiling http-body-util v0.1.2 |
795 | 2024-11-14T16:10:44.205Z | Compiling scroll_derive v0.12.0 |
796 | 2024-11-14T16:10:45.694Z | Compiling usdt-impl v0.5.0 |
797 | 2024-11-14T16:10:46.044Z | Compiling encoding_rs v0.8.34 |
798 | 2024-11-14T16:10:46.172Z | Compiling regex v1.11.1 |
799 | 2024-11-14T16:10:46.788Z | Compiling typify-macro v0.2.0 |
800 | 2024-11-14T16:10:48.086Z | Compiling num-conv v0.1.0 |
801 | 2024-11-14T16:10:48.350Z | Compiling time-core v0.1.2 |
802 | 2024-11-14T16:10:48.503Z | Compiling powerfmt v0.2.0 |
803 | 2024-11-14T16:10:48.985Z | Compiling mime v0.3.17 |
804 | 2024-11-14T16:10:49.948Z | Compiling deranged v0.3.11 |
805 | 2024-11-14T16:10:50.065Z | Compiling time-macros v0.2.18 |
806 | 2024-11-14T16:10:50.582Z | Compiling tokio-rustls v0.26.0 |
807 | 2024-11-14T16:10:53.232Z | Compiling scroll v0.12.0 |
808 | 2024-11-14T16:10:53.715Z | Compiling thread-id v4.2.2 |
809 | 2024-11-14T16:10:53.812Z | Compiling idna v1.0.3 |
810 | 2024-11-14T16:10:53.846Z | Compiling tokio-native-tls v0.3.1 |
811 | 2024-11-14T16:10:56.783Z | Compiling dtrace-parser v0.2.0 |
812 | 2024-11-14T16:10:58.548Z | Compiling dof v0.3.0 |
813 | 2024-11-14T16:10:59.464Z | Compiling serde_urlencoded v0.7.1 |
814 | 2024-11-14T16:10:59.509Z | Compiling rustls-pemfile v2.2.0 |
815 | 2024-11-14T16:10:59.769Z | Compiling webpki-roots v0.26.6 |
816 | 2024-11-14T16:10:59.976Z | Compiling strsim v0.11.1 |
817 | 2024-11-14T16:11:00.049Z | Compiling plain v0.2.3 |
818 | 2024-11-14T16:11:00.694Z | Compiling crossbeam-utils v0.8.20 |
819 | 2024-11-14T16:11:01.100Z | Compiling num_threads v0.1.7 |
820 | 2024-11-14T16:11:01.240Z | Compiling base64 v0.22.1 |
821 | 2024-11-14T16:11:01.368Z | Compiling omicron-workspace-hack v0.1.0 |
822 | 2024-11-14T16:11:01.932Z | Compiling ident_case v1.0.1 |
823 | 2024-11-14T16:11:02.094Z | Compiling darling_core v0.20.10 |
824 | 2024-11-14T16:11:02.319Z | Compiling time v0.3.36 |
825 | 2024-11-14T16:11:05.125Z | Compiling goblin v0.8.2 |
826 | 2024-11-14T16:11:08.291Z | Compiling hyper-rustls v0.27.3 |
827 | 2024-11-14T16:11:10.181Z | Compiling url v2.5.3 |
828 | 2024-11-14T16:11:10.726Z | Compiling hyper-tls v0.6.0 |
829 | 2024-11-14T16:11:11.209Z | Compiling typify v0.2.0 |
830 | 2024-11-14T16:11:11.329Z | Compiling openapiv3 v2.0.0 |
831 | 2024-11-14T16:11:13.581Z | Compiling sync_wrapper v1.0.1 |
832 | 2024-11-14T16:11:13.723Z | Compiling dirs-sys-next v0.1.2 |
833 | 2024-11-14T16:11:15.159Z | Compiling rustls v0.22.4 |
834 | 2024-11-14T16:11:15.465Z | Compiling rustversion v1.0.17 |
835 | 2024-11-14T16:11:15.635Z | Compiling pretty-hex v0.4.1 |
836 | 2024-11-14T16:11:15.857Z | Compiling ipnet v2.10.1 |
837 | 2024-11-14T16:11:15.973Z | Compiling paste v1.0.15 |
838 | 2024-11-14T16:11:16.121Z | Compiling unsafe-libyaml v0.2.11 |
839 | 2024-11-14T16:11:16.508Z | Compiling reqwest v0.12.9 |
840 | 2024-11-14T16:11:17.851Z | Compiling serde_yaml v0.9.34+deprecated |
841 | 2024-11-14T16:11:18.957Z | Compiling progenitor-impl v0.8.0 |
842 | 2024-11-14T16:11:21.531Z | Compiling dirs-next v2.0.0 |
843 | 2024-11-14T16:11:21.538Z | Compiling darling_macro v0.20.10 |
844 | 2024-11-14T16:11:24.438Z | Compiling block-buffer v0.10.4 |
845 | 2024-11-14T16:11:24.525Z | Compiling crypto-common v0.1.6 |
846 | 2024-11-14T16:11:24.673Z | Compiling toml_datetime v0.6.8 |
847 | 2024-11-14T16:11:24.730Z | Compiling serde_spanned v0.6.8 |
848 | 2024-11-14T16:11:24.970Z | Compiling ppv-lite86 v0.2.20 |
849 | 2024-11-14T16:11:25.369Z | Compiling structmeta-derive v0.3.0 |
850 | 2024-11-14T16:11:25.704Z | Compiling rand_core v0.6.4 |
851 | 2024-11-14T16:11:25.991Z | Compiling thread_local v1.1.8 |
852 | 2024-11-14T16:11:26.173Z | Compiling multer v3.1.0 |
853 | 2024-11-14T16:11:26.500Z | Compiling winnow v0.6.20 |
854 | 2024-11-14T16:11:26.714Z | Compiling camino v1.1.9 |
855 | 2024-11-14T16:11:27.291Z | Compiling newtype-uuid v1.1.3 |
856 | 2024-11-14T16:11:27.600Z | Compiling slog-async v2.8.0 |
857 | 2024-11-14T16:11:28.086Z | Compiling anyhow v1.0.93 |
858 | 2024-11-14T16:11:28.095Z | Compiling match_cfg v0.1.0 |
859 | 2024-11-14T16:11:28.161Z | Compiling hostname v0.3.1 |
860 | 2024-11-14T16:11:28.176Z | Compiling structmeta v0.3.0 |
861 | 2024-11-14T16:11:28.455Z | Compiling rand_chacha v0.3.1 |
862 | 2024-11-14T16:11:28.534Z | Compiling progenitor-macro v0.8.0 |
863 | 2024-11-14T16:11:29.038Z | Compiling digest v0.10.7 |
864 | 2024-11-14T16:11:29.459Z | Compiling crossbeam-channel v0.5.13 |
865 | 2024-11-14T16:11:30.138Z | Compiling darling v0.20.10 |
866 | 2024-11-14T16:11:30.235Z | Compiling term v0.7.0 |
867 | 2024-11-14T16:11:30.910Z | Compiling toml_edit v0.22.22 |
868 | 2024-11-14T16:11:34.852Z | Compiling progenitor-client v0.8.0 |
869 | 2024-11-14T16:11:38.192Z | Compiling usdt-attr-macro v0.5.0 |
870 | 2024-11-14T16:11:39.623Z | Compiling usdt-macro v0.5.0 |
871 | 2024-11-14T16:11:39.659Z | Compiling slog-json v2.6.1 |
872 | 2024-11-14T16:11:40.109Z | Compiling futures-executor v0.3.31 |
873 | 2024-11-14T16:11:40.968Z | Compiling async-stream-impl v0.3.6 |
874 | 2024-11-14T16:11:41.202Z | Compiling is-terminal v0.4.13 |
875 | 2024-11-14T16:11:41.320Z | Compiling memmap v0.7.0 |
876 | 2024-11-14T16:11:41.594Z | Compiling dropshot v0.13.0 |
877 | 2024-11-14T16:11:41.758Z | Compiling take_mut v0.2.2 |
878 | 2024-11-14T16:11:41.895Z | Compiling cpufeatures v0.2.14 |
879 | 2024-11-14T16:11:41.979Z | Compiling sha1 v0.10.6 |
880 | 2024-11-14T16:11:42.283Z | Compiling async-stream v0.3.6 |
881 | 2024-11-14T16:11:42.593Z | Compiling progenitor v0.8.0 |
882 | 2024-11-14T16:11:42.727Z | Compiling usdt v0.5.0 |
883 | 2024-11-14T16:11:42.804Z | Compiling slog-term v2.9.1 |
884 | 2024-11-14T16:11:44.265Z | Compiling futures v0.3.31 |
885 | 2024-11-14T16:11:44.463Z | Compiling slog-bunyan v2.5.0 |
886 | 2024-11-14T16:11:44.733Z | Compiling strum_macros v0.26.4 |
887 | 2024-11-14T16:11:45.336Z | Compiling tokio-rustls v0.25.0 |
888 | 2024-11-14T16:11:45.757Z | Compiling toml v0.8.19 |
889 | 2024-11-14T16:11:45.780Z | Compiling serde_with_macros v3.11.0 |
890 | 2024-11-14T16:11:49.345Z | Compiling rand v0.8.5 |
891 | 2024-11-14T16:11:49.948Z | Compiling parse-display-derive v0.10.0 |
892 | 2024-11-14T16:11:53.945Z | Compiling ipnetwork v0.20.0 |
893 | 2024-11-14T16:11:53.981Z | Compiling dropshot_endpoint v0.13.0 |
894 | 2024-11-14T16:11:54.211Z | Compiling hex v0.4.3 |
895 | 2024-11-14T16:11:54.477Z | Compiling serde_path_to_error v0.1.16 |
896 | 2024-11-14T16:11:54.926Z | Compiling async-trait v0.1.83 |
897 | 2024-11-14T16:11:55.493Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
898 | 2024-11-14T16:11:56.305Z | Compiling waitgroup v0.1.2 |
899 | 2024-11-14T16:11:56.533Z | Compiling hostname v0.4.0 |
900 | 2024-11-14T16:11:56.773Z | Compiling instant v0.1.13 |
901 | 2024-11-14T16:11:56.911Z | Compiling debug-ignore v1.0.5 |
902 | 2024-11-14T16:11:57.043Z | Compiling backoff v0.4.0 |
903 | 2024-11-14T16:11:57.309Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
904 | 2024-11-14T16:11:57.390Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
905 | 2024-11-14T16:11:57.496Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
906 | 2024-11-14T16:11:57.554Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
907 | 2024-11-14T16:11:58.221Z | Compiling parse-display v0.10.0 |
908 | 2024-11-14T16:11:58.984Z | Compiling strum v0.26.3 |
909 | 2024-11-14T16:11:59.161Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
910 | 2024-11-14T16:12:00.429Z | Compiling serde_with v3.11.0 |
911 | 2024-11-14T16:12:00.545Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
912 | 2024-11-14T16:12:01.370Z | Compiling regress v0.9.1 |
913 | 2024-11-14T16:12:02.422Z | Compiling macaddr v1.0.1 |
914 | 2024-11-14T16:12:07.127Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
915 | 2024-11-14T16:12:17.993Z | Compiling test-project v0.1.0 (/tmp/test-project) |
916 | 2024-11-14T16:12:27.809Z | Finished `release` profile [optimized] target(s) in 2m 35s |
917 | 2024-11-14T16:12:27.875Z | process exited: duration 236169 ms, exit code 0 |
|
918 | 2024-11-14T16:12:27.887Z | found 0 output files |