|
|
|
1 | 2024-12-12T03:18:41.948Z | job assigned to worker 01JEWDYT3QWV60AVJQZQNVEKQX [factory aws, i-0417f2d68ee460252] (queued for 56 s) |
|
2 | 2024-12-12T03:18:50.266Z | starting task 0: "setup" |
3 | 2024-12-12T03:18:50.275Z | ++ uname -s |
4 | 2024-12-12T03:18:50.277Z | + kern=SunOS |
5 | 2024-12-12T03:18:50.277Z | + case "$kern" in |
6 | 2024-12-12T03:18:50.277Z | + groupadd -g 12345 build |
7 | 2024-12-12T03:18:50.280Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-12T03:18:52.286Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-12T03:18:52.381Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-12T03:18:52.383Z | + home_fs=zfs |
11 | 2024-12-12T03:18:52.383Z | + [[ zfs == autofs ]] |
12 | 2024-12-12T03:18:52.383Z | + mkdir -p /home/build |
13 | 2024-12-12T03:18:52.385Z | + chown build:build /home/build /work |
14 | 2024-12-12T03:18:54.387Z | + chmod 0700 /home/build /work |
15 | 2024-12-12T03:18:54.390Z | process exited: duration 4123 ms, exit code 0 |
|
16 | 2024-12-12T03:18:54.394Z | starting task 1: "rust-toolchain" |
17 | 2024-12-12T03:18:54.399Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-12T03:18:54.400Z | ' 1.81.0 |
19 | 2024-12-12T03:18:54.402Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-12T03:18:54.402Z | * toolchain channel = "1.81.0" |
21 | 2024-12-12T03:18:54.402Z | * toolchain profile = "default" |
22 | 2024-12-12T03:18:54.402Z | ' default |
23 | 2024-12-12T03:18:54.402Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-12T03:18:54.402Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-12T03:18:54.517Z | info: downloading installer |
26 | 2024-12-12T03:18:56.242Z | info: profile set to 'default' |
27 | 2024-12-12T03:18:56.242Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-12T03:18:56.245Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-12T03:18:56.403Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-12T03:18:56.404Z | info: downloading component 'cargo' |
31 | 2024-12-12T03:18:57.255Z | info: downloading component 'clippy' |
32 | 2024-12-12T03:18:57.570Z | info: downloading component 'rust-docs' |
33 | 2024-12-12T03:18:58.751Z | info: downloading component 'rust-std' |
34 | 2024-12-12T03:19:00.588Z | info: downloading component 'rustc' |
35 | 2024-12-12T03:19:07.207Z | info: downloading component 'rustfmt' |
36 | 2024-12-12T03:19:07.456Z | info: installing component 'cargo' |
37 | 2024-12-12T03:19:08.303Z | info: installing component 'clippy' |
38 | 2024-12-12T03:19:08.677Z | info: installing component 'rust-docs' |
39 | 2024-12-12T03:19:10.304Z | info: installing component 'rust-std' |
40 | 2024-12-12T03:19:12.084Z | info: installing component 'rustc' |
41 | 2024-12-12T03:19:17.897Z | info: installing component 'rustfmt' |
42 | 2024-12-12T03:19:18.216Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-12T03:19:18.216Z | |
44 | 2024-12-12T03:19:18.577Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-12T03:19:18.577Z | |
46 | 2024-12-12T03:19:18.579Z | |
47 | 2024-12-12T03:19:18.579Z | Rust is installed now. Great! |
48 | 2024-12-12T03:19:18.579Z | |
49 | 2024-12-12T03:19:18.580Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-12T03:19:18.580Z | environment variable. This has not been done automatically. |
51 | 2024-12-12T03:19:18.580Z | |
52 | 2024-12-12T03:19:18.580Z | To configure your current shell, you need to source |
53 | 2024-12-12T03:19:18.580Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-12T03:19:18.580Z | |
55 | 2024-12-12T03:19:18.580Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-12T03:19:18.580Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-12T03:19:18.580Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-12T03:19:18.647Z | + rustc --version |
59 | 2024-12-12T03:19:18.712Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-12T03:19:18.715Z | process exited: duration 24319 ms, exit code 0 |
|
61 | 2024-12-12T03:19:18.720Z | starting task 2: "authentication" |
62 | 2024-12-12T03:19:18.742Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-12T03:19:18.747Z | starting task 3: "clone repository" |
64 | 2024-12-12T03:19:18.752Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-12T03:19:18.755Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-12T03:19:19.092Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-12T03:19:25.589Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-12T03:19:25.591Z | + git fetch origin 21b793c2690ee4f6e69dd9b53467368b3d4de81a |
69 | 2024-12-12T03:19:26.153Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-12T03:19:26.153Z | * branch 21b793c2690ee4f6e69dd9b53467368b3d4de81a -> FETCH_HEAD |
71 | 2024-12-12T03:19:26.162Z | + [[ -n '' ]] |
72 | 2024-12-12T03:19:26.162Z | + git reset --hard 21b793c2690ee4f6e69dd9b53467368b3d4de81a |
73 | 2024-12-12T03:19:26.334Z | HEAD is now at 21b793c26 fmt |
74 | 2024-12-12T03:19:26.337Z | process exited: duration 7589 ms, exit code 0 |
|
75 | 2024-12-12T03:19:26.342Z | starting task 4: "build" |
76 | 2024-12-12T03:19:26.347Z | + source .github/buildomat/ci-env.sh |
77 | 2024-12-12T03:19:26.347Z | ++ export CARGO_TERM_COLOR=always |
78 | 2024-12-12T03:19:26.349Z | ++ CARGO_TERM_COLOR=always |
79 | 2024-12-12T03:19:26.349Z | + cargo --version |
80 | 2024-12-12T03:19:26.409Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
81 | 2024-12-12T03:19:26.411Z | + rustc --version |
82 | 2024-12-12T03:19:26.476Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
83 | 2024-12-12T03:19:26.479Z | + cd /tmp |
84 | 2024-12-12T03:19:26.479Z | + cargo new --lib test-project |
85 | 2024-12-12T03:19:26.538Z | Creating library `test-project` package |
86 | 2024-12-12T03:19:26.613Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
87 | 2024-12-12T03:19:26.615Z | + cd test-project |
88 | 2024-12-12T03:19:26.615Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
89 | 2024-12-12T03:19:26.678Z | Adding omicron-common (local) to dependencies |
90 | 2024-12-12T03:19:26.678Z | Features: |
91 | 2024-12-12T03:19:26.678Z | - proptest |
92 | 2024-12-12T03:19:26.678Z | - test-strategy |
93 | 2024-12-12T03:19:26.678Z | - testing |
94 | 2024-12-12T03:19:26.680Z | Updating crates.io index |
95 | 2024-12-12T03:19:26.797Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
96 | 2024-12-12T03:19:27.306Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
97 | 2024-12-12T03:19:27.783Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
98 | 2024-12-12T03:19:28.157Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
99 | 2024-12-12T03:19:29.549Z | Locking 327 packages to latest compatible versions |
100 | 2024-12-12T03:19:29.552Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
101 | 2024-12-12T03:19:29.552Z | Adding dropshot v0.13.0 (latest: v0.15.1) |
102 | 2024-12-12T03:19:29.552Z | Adding dropshot_endpoint v0.13.0 (latest: v0.15.1) |
103 | 2024-12-12T03:19:29.552Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
104 | 2024-12-12T03:19:29.552Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
105 | 2024-12-12T03:19:29.554Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
106 | 2024-12-12T03:19:29.554Z | Adding goblin v0.8.2 (latest: v0.9.2) |
107 | 2024-12-12T03:19:29.554Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
108 | 2024-12-12T03:19:29.554Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
109 | 2024-12-12T03:19:29.554Z | Adding hostname v0.3.1 (latest: v0.4.0) |
110 | 2024-12-12T03:19:29.558Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
111 | 2024-12-12T03:19:29.558Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
112 | 2024-12-12T03:19:29.560Z | Adding regress v0.9.1 (latest: v0.10.1) |
113 | 2024-12-12T03:19:29.567Z | Adding rustls v0.22.4 (latest: v0.23.20) |
114 | 2024-12-12T03:19:29.569Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
115 | 2024-12-12T03:19:29.572Z | Adding term v0.7.0 (latest: v1.0.0) |
116 | 2024-12-12T03:19:29.574Z | Adding thiserror v1.0.69 (latest: v2.0.6) |
117 | 2024-12-12T03:19:29.574Z | Adding thiserror-impl v1.0.69 (latest: v2.0.6) |
118 | 2024-12-12T03:19:29.574Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
119 | 2024-12-12T03:19:29.574Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
120 | 2024-12-12T03:19:29.574Z | Adding tokio-rustls v0.25.0 (latest: v0.26.1) |
121 | 2024-12-12T03:19:29.577Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
122 | 2024-12-12T03:19:29.579Z | Adding windows v0.52.0 (latest: v0.58.0) |
123 | 2024-12-12T03:19:29.579Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
124 | 2024-12-12T03:19:29.579Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
125 | 2024-12-12T03:19:29.579Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
126 | 2024-12-12T03:19:29.579Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
127 | 2024-12-12T03:19:29.579Z | Adding writeable v0.5.5 (latest: v0.6.0) |
128 | 2024-12-12T03:19:29.579Z | Adding zerocopy v0.7.35 (latest: v0.8.13) |
129 | 2024-12-12T03:19:29.579Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.13) |
130 | 2024-12-12T03:19:29.579Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
131 | 2024-12-12T03:19:29.579Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
132 | 2024-12-12T03:19:29.657Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
133 | 2024-12-12T03:19:29.661Z | + cargo check |
134 | 2024-12-12T03:19:29.833Z | Updating crates.io index |
135 | 2024-12-12T03:19:30.700Z | Locking 2 packages to latest compatible versions |
136 | 2024-12-12T03:19:33.640Z | Adding omicron-workspace-hack v0.1.0 |
137 | 2024-12-12T03:19:35.602Z | Adding test-project v0.1.0 (/tmp/test-project) |
138 | 2024-12-12T03:19:36.309Z | Downloading crates ... |
139 | 2024-12-12T03:19:36.384Z | Downloaded aho-corasick v1.1.3 |
140 | 2024-12-12T03:19:36.427Z | Downloaded time-macros v0.2.18 |
141 | 2024-12-12T03:19:36.431Z | Downloaded thread_local v1.1.8 |
142 | 2024-12-12T03:19:36.434Z | Downloaded tinystr v0.7.6 |
143 | 2024-12-12T03:19:36.436Z | Downloaded thread-id v4.2.2 |
144 | 2024-12-12T03:19:36.438Z | Downloaded tokio-rustls v0.25.0 |
145 | 2024-12-12T03:19:36.441Z | Downloaded darling_macro v0.20.10 |
146 | 2024-12-12T03:19:36.443Z | Downloaded tinyvec_macros v0.1.1 |
147 | 2024-12-12T03:19:36.443Z | Downloaded byteorder v1.5.0 |
148 | 2024-12-12T03:19:36.445Z | Downloaded tokio-rustls v0.26.0 |
149 | 2024-12-12T03:19:36.447Z | Downloaded cfg-if v1.0.0 |
150 | 2024-12-12T03:19:36.449Z | Downloaded backoff v0.4.0 |
151 | 2024-12-12T03:19:36.451Z | Downloaded time v0.3.36 |
152 | 2024-12-12T03:19:36.458Z | Downloaded async-stream-impl v0.3.6 |
153 | 2024-12-12T03:19:36.461Z | Downloaded time-core v0.1.2 |
154 | 2024-12-12T03:19:36.464Z | Downloaded tokio-macros v2.4.0 |
155 | 2024-12-12T03:19:36.466Z | Downloaded toml_datetime v0.6.8 |
156 | 2024-12-12T03:19:36.468Z | Downloaded tokio-native-tls v0.3.1 |
157 | 2024-12-12T03:19:36.468Z | Downloaded tower-service v0.3.3 |
158 | 2024-12-12T03:19:36.470Z | Downloaded dirs-next v2.0.0 |
159 | 2024-12-12T03:19:36.470Z | Downloaded memmap v0.7.0 |
160 | 2024-12-12T03:19:36.473Z | Downloaded thiserror-impl v1.0.69 |
161 | 2024-12-12T03:19:36.475Z | Downloaded toml v0.8.19 |
162 | 2024-12-12T03:19:36.478Z | Downloaded crypto-common v0.1.6 |
163 | 2024-12-12T03:19:36.480Z | Downloaded cpufeatures v0.2.14 |
164 | 2024-12-12T03:19:36.482Z | Downloaded dof v0.3.0 |
165 | 2024-12-12T03:19:36.482Z | Downloaded tinyvec v1.8.0 |
166 | 2024-12-12T03:19:36.485Z | Downloaded debug-ignore v1.0.5 |
167 | 2024-12-12T03:19:36.488Z | Downloaded tracing v0.1.40 |
168 | 2024-12-12T03:19:36.491Z | Downloaded displaydoc v0.2.5 |
169 | 2024-12-12T03:19:36.494Z | Downloaded tokio-util v0.7.12 |
170 | 2024-12-12T03:19:36.502Z | Downloaded usdt-macro v0.5.0 |
171 | 2024-12-12T03:19:36.504Z | Downloaded usdt-attr-macro v0.5.0 |
172 | 2024-12-12T03:19:36.504Z | Downloaded try-lock v0.2.5 |
173 | 2024-12-12T03:19:36.508Z | Downloaded num_threads v0.1.7 |
174 | 2024-12-12T03:19:36.508Z | Downloaded want v0.3.1 |
175 | 2024-12-12T03:19:36.510Z | Downloaded dyn-clone v1.0.17 |
176 | 2024-12-12T03:19:36.511Z | Downloaded omicron-workspace-hack v0.1.0 |
177 | 2024-12-12T03:19:36.511Z | Downloaded darling v0.20.10 |
178 | 2024-12-12T03:19:36.514Z | Downloaded zerofrom-derive v0.1.4 |
179 | 2024-12-12T03:19:36.516Z | Downloaded async-trait v0.1.83 |
180 | 2024-12-12T03:19:36.519Z | Downloaded zerofrom v0.1.4 |
181 | 2024-12-12T03:19:36.521Z | Downloaded openssl-probe v0.1.5 |
182 | 2024-12-12T03:19:36.523Z | Downloaded http-body v1.0.1 |
183 | 2024-12-12T03:19:36.523Z | Downloaded openssl-macros v0.1.1 |
184 | 2024-12-12T03:19:36.525Z | Downloaded usdt v0.5.0 |
185 | 2024-12-12T03:19:36.525Z | Downloaded instant v0.1.13 |
186 | 2024-12-12T03:19:36.528Z | Downloaded icu_provider_macros v1.5.0 |
187 | 2024-12-12T03:19:36.528Z | Downloaded futures-sink v0.3.31 |
188 | 2024-12-12T03:19:36.528Z | Downloaded untrusted v0.9.0 |
189 | 2024-12-12T03:19:36.531Z | Downloaded waitgroup v0.1.2 |
190 | 2024-12-12T03:19:36.531Z | Downloaded ident_case v1.0.1 |
191 | 2024-12-12T03:19:36.533Z | Downloaded version_check v0.9.5 |
192 | 2024-12-12T03:19:36.533Z | Downloaded write16 v1.0.0 |
193 | 2024-12-12T03:19:36.535Z | Downloaded match_cfg v0.1.0 |
194 | 2024-12-12T03:19:36.535Z | Downloaded yoke-derive v0.7.4 |
195 | 2024-12-12T03:19:36.537Z | Downloaded toml_edit v0.22.22 |
196 | 2024-12-12T03:19:36.556Z | Downloaded progenitor-client v0.8.0 |
197 | 2024-12-12T03:19:36.559Z | Downloaded typify-macro v0.2.0 |
198 | 2024-12-12T03:19:36.559Z | Downloaded typify v0.2.0 |
199 | 2024-12-12T03:19:36.560Z | Downloaded ahash v0.8.11 |
200 | 2024-12-12T03:19:36.563Z | Downloaded pretty-hex v0.4.1 |
201 | 2024-12-12T03:19:36.565Z | Downloaded zeroize v1.8.1 |
202 | 2024-12-12T03:19:36.567Z | Downloaded fnv v1.0.7 |
203 | 2024-12-12T03:19:36.567Z | Downloaded dtrace-parser v0.2.0 |
204 | 2024-12-12T03:19:36.570Z | Downloaded utf8_iter v1.0.4 |
205 | 2024-12-12T03:19:36.570Z | Downloaded num-conv v0.1.0 |
206 | 2024-12-12T03:19:36.570Z | Downloaded writeable v0.5.5 |
207 | 2024-12-12T03:19:36.573Z | Downloaded utf16_iter v1.0.5 |
208 | 2024-12-12T03:19:36.573Z | Downloaded newtype-uuid v1.1.3 |
209 | 2024-12-12T03:19:36.575Z | Downloaded http-body-util v0.1.2 |
210 | 2024-12-12T03:19:36.577Z | Downloaded hyper-tls v0.6.0 |
211 | 2024-12-12T03:19:36.577Z | Downloaded generic-array v0.14.7 |
212 | 2024-12-12T03:19:36.579Z | Downloaded hostname v0.3.1 |
213 | 2024-12-12T03:19:36.581Z | Downloaded heck v0.5.0 |
214 | 2024-12-12T03:19:36.581Z | Downloaded futures-task v0.3.31 |
215 | 2024-12-12T03:19:36.583Z | Downloaded httpdate v1.0.3 |
216 | 2024-12-12T03:19:36.585Z | Downloaded futures-macro v0.3.31 |
217 | 2024-12-12T03:19:36.585Z | Downloaded futures-core v0.3.31 |
218 | 2024-12-12T03:19:36.588Z | Downloaded usdt-impl v0.5.0 |
219 | 2024-12-12T03:19:36.588Z | Downloaded sync_wrapper v1.0.1 |
220 | 2024-12-12T03:19:36.590Z | Downloaded futures-executor v0.3.31 |
221 | 2024-12-12T03:19:36.590Z | Downloaded form_urlencoded v1.2.1 |
222 | 2024-12-12T03:19:36.590Z | Downloaded hex v0.4.3 |
223 | 2024-12-12T03:19:36.593Z | Downloaded strum v0.26.3 |
224 | 2024-12-12T03:19:36.593Z | Downloaded hostname v0.4.0 |
225 | 2024-12-12T03:19:36.595Z | Downloaded ppv-lite86 v0.2.20 |
226 | 2024-12-12T03:19:36.597Z | Downloaded powerfmt v0.2.0 |
227 | 2024-12-12T03:19:36.597Z | Downloaded plain v0.2.3 |
228 | 2024-12-12T03:19:36.600Z | Downloaded pin-utils v0.1.0 |
229 | 2024-12-12T03:19:36.600Z | Downloaded percent-encoding v2.3.1 |
230 | 2024-12-12T03:19:36.600Z | Downloaded idna_adapter v1.2.0 |
231 | 2024-12-12T03:19:36.602Z | Downloaded pest_generator v2.7.14 |
232 | 2024-12-12T03:19:36.604Z | Downloaded rand_chacha v0.3.1 |
233 | 2024-12-12T03:19:36.604Z | Downloaded quinn-udp v0.5.5 |
234 | 2024-12-12T03:19:36.607Z | Downloaded itoa v1.0.11 |
235 | 2024-12-12T03:19:36.607Z | Downloaded is-terminal v0.4.13 |
236 | 2024-12-12T03:19:36.610Z | Downloaded ipnetwork v0.20.0 |
237 | 2024-12-12T03:19:36.610Z | Downloaded progenitor-macro v0.8.0 |
238 | 2024-12-12T03:19:36.612Z | Downloaded scroll_derive v0.12.0 |
239 | 2024-12-12T03:19:36.612Z | Downloaded futures-channel v0.3.31 |
240 | 2024-12-12T03:19:36.614Z | Downloaded crossbeam-utils v0.8.20 |
241 | 2024-12-12T03:19:36.617Z | Downloaded camino v1.1.9 |
242 | 2024-12-12T03:19:36.619Z | Downloaded serde_path_to_error v0.1.16 |
243 | 2024-12-12T03:19:36.619Z | Downloaded take_mut v0.2.2 |
244 | 2024-12-12T03:19:36.621Z | Downloaded allocator-api2 v0.2.18 |
245 | 2024-12-12T03:19:36.623Z | Downloaded darling_core v0.20.10 |
246 | 2024-12-12T03:19:36.626Z | Downloaded parking_lot_core v0.9.10 |
247 | 2024-12-12T03:19:36.628Z | Downloaded shlex v1.3.0 |
248 | 2024-12-12T03:19:36.630Z | Downloaded typenum v1.17.0 |
249 | 2024-12-12T03:19:36.632Z | Downloaded slog-json v2.6.1 |
250 | 2024-12-12T03:19:36.635Z | Downloaded structmeta-derive v0.3.0 |
251 | 2024-12-12T03:19:36.635Z | Downloaded stable_deref_trait v1.2.0 |
252 | 2024-12-12T03:19:36.638Z | Downloaded uuid v1.11.0 |
253 | 2024-12-12T03:19:36.640Z | Downloaded scopeguard v1.2.0 |
254 | 2024-12-12T03:19:36.640Z | Downloaded serde_tokenstream v0.2.2 |
255 | 2024-12-12T03:19:36.642Z | Downloaded strsim v0.11.1 |
256 | 2024-12-12T03:19:36.642Z | Downloaded signal-hook-registry v1.4.2 |
257 | 2024-12-12T03:19:36.644Z | Downloaded unsafe-libyaml v0.2.11 |
258 | 2024-12-12T03:19:36.646Z | Downloaded pkg-config v0.3.31 |
259 | 2024-12-12T03:19:36.648Z | Downloaded parse-display-derive v0.10.0 |
260 | 2024-12-12T03:19:36.651Z | Downloaded multer v3.1.0 |
261 | 2024-12-12T03:19:36.651Z | Downloaded iana-time-zone v0.1.61 |
262 | 2024-12-12T03:19:36.653Z | Downloaded rand_core v0.6.4 |
263 | 2024-12-12T03:19:36.655Z | Downloaded slab v0.4.9 |
264 | 2024-12-12T03:19:36.658Z | Downloaded hyper-rustls v0.27.3 |
265 | 2024-12-12T03:19:36.660Z | Downloaded sha1 v0.10.6 |
266 | 2024-12-12T03:19:36.660Z | Downloaded num-traits v0.2.19 |
267 | 2024-12-12T03:19:36.662Z | Downloaded strum_macros v0.26.4 |
268 | 2024-12-12T03:19:36.665Z | Downloaded subtle v2.6.1 |
269 | 2024-12-12T03:19:36.667Z | Downloaded schemars_derive v0.8.21 |
270 | 2024-12-12T03:19:36.667Z | Downloaded rustversion v1.0.17 |
271 | 2024-12-12T03:19:36.669Z | Downloaded synstructure v0.13.1 |
272 | 2024-12-12T03:19:36.671Z | Downloaded slog-bunyan v2.5.0 |
273 | 2024-12-12T03:19:36.673Z | Downloaded rustc-hash v2.0.0 |
274 | 2024-12-12T03:19:36.673Z | Downloaded futures v0.3.31 |
275 | 2024-12-12T03:19:36.677Z | Downloaded anyhow v1.0.93 |
276 | 2024-12-12T03:19:36.680Z | Downloaded serde_urlencoded v0.7.1 |
277 | 2024-12-12T03:19:36.683Z | Downloaded sha2 v0.10.8 |
278 | 2024-12-12T03:19:36.685Z | Downloaded proc-macro2 v1.0.89 |
279 | 2024-12-12T03:19:36.687Z | Downloaded pest_meta v2.7.14 |
280 | 2024-12-12T03:19:36.690Z | Downloaded pest_derive v2.7.14 |
281 | 2024-12-12T03:19:36.692Z | Downloaded thiserror v1.0.69 |
282 | 2024-12-12T03:19:36.695Z | Downloaded semver v1.0.23 |
283 | 2024-12-12T03:19:36.697Z | Downloaded parking_lot v0.12.3 |
284 | 2024-12-12T03:19:36.700Z | Downloaded slog-term v2.9.1 |
285 | 2024-12-12T03:19:36.702Z | Downloaded icu_provider v1.5.0 |
286 | 2024-12-12T03:19:36.705Z | Downloaded ryu v1.0.18 |
287 | 2024-12-12T03:19:36.708Z | Downloaded serde_derive_internals v0.29.1 |
288 | 2024-12-12T03:19:36.710Z | Downloaded base64 v0.22.1 |
289 | 2024-12-12T03:19:36.713Z | Downloaded progenitor-impl v0.8.0 |
290 | 2024-12-12T03:19:36.715Z | Downloaded openssl-sys v0.9.103 |
291 | 2024-12-12T03:19:36.719Z | Downloaded slog v2.7.0 |
292 | 2024-12-12T03:19:36.722Z | Downloaded smallvec v1.13.2 |
293 | 2024-12-12T03:19:36.724Z | Downloaded term v0.7.0 |
294 | 2024-12-12T03:19:36.727Z | Downloaded url v2.5.3 |
295 | 2024-12-12T03:19:36.730Z | Downloaded serde_derive v1.0.215 |
296 | 2024-12-12T03:19:36.733Z | Downloaded schemars v0.8.21 |
297 | 2024-12-12T03:19:36.744Z | Downloaded rand v0.8.5 |
298 | 2024-12-12T03:19:36.747Z | Downloaded crossbeam-channel v0.5.13 |
299 | 2024-12-12T03:19:36.751Z | Downloaded serde_yaml v0.9.34+deprecated |
300 | 2024-12-12T03:19:36.754Z | Downloaded cc v1.1.30 |
301 | 2024-12-12T03:19:36.757Z | Downloaded rustls-pki-types v1.9.0 |
302 | 2024-12-12T03:19:36.760Z | Downloaded quinn v0.11.5 |
303 | 2024-12-12T03:19:36.764Z | Downloaded mio v1.0.2 |
304 | 2024-12-12T03:19:36.769Z | Downloaded icu_collections v1.5.0 |
305 | 2024-12-12T03:19:36.774Z | Downloaded log v0.4.22 |
306 | 2024-12-12T03:19:36.777Z | Downloaded icu_properties v1.5.1 |
307 | 2024-12-12T03:19:36.779Z | Downloaded icu_normalizer v1.5.0 |
308 | 2024-12-12T03:19:36.783Z | Downloaded socket2 v0.5.7 |
309 | 2024-12-12T03:19:36.785Z | Downloaded serde v1.0.215 |
310 | 2024-12-12T03:19:36.787Z | Downloaded hyper-util v0.1.10 |
311 | 2024-12-12T03:19:36.792Z | Downloaded indexmap v2.6.0 |
312 | 2024-12-12T03:19:36.795Z | Downloaded indexmap v1.9.3 |
313 | 2024-12-12T03:19:36.799Z | Downloaded icu_normalizer_data v1.5.0 |
314 | 2024-12-12T03:19:36.801Z | Downloaded pest v2.7.14 |
315 | 2024-12-12T03:19:36.805Z | Downloaded zerovec v0.10.4 |
316 | 2024-12-12T03:19:36.811Z | Downloaded memchr v2.7.4 |
317 | 2024-12-12T03:19:36.815Z | Downloaded zerocopy v0.7.35 |
318 | 2024-12-12T03:19:36.830Z | Downloaded serde_json v1.0.132 |
319 | 2024-12-12T03:19:36.836Z | Downloaded winnow v0.6.20 |
320 | 2024-12-12T03:19:36.845Z | Downloaded http v1.1.0 |
321 | 2024-12-12T03:19:36.848Z | Downloaded dropshot v0.13.0 |
322 | 2024-12-12T03:19:36.868Z | Downloaded serde_with v3.11.0 |
323 | 2024-12-12T03:19:36.875Z | Downloaded idna v1.0.3 |
324 | 2024-12-12T03:19:36.879Z | Downloaded reqwest v0.12.9 |
325 | 2024-12-12T03:19:36.887Z | Downloaded quinn-proto v0.11.8 |
326 | 2024-12-12T03:19:36.893Z | Downloaded vcpkg v0.2.15 |
327 | 2024-12-12T03:19:36.928Z | Downloaded rustls-webpki v0.102.8 |
328 | 2024-12-12T03:19:36.944Z | Downloaded chrono v0.4.38 |
329 | 2024-12-12T03:19:36.951Z | Downloaded icu_properties_data v1.5.0 |
330 | 2024-12-12T03:19:36.961Z | Downloaded futures-util v0.3.31 |
331 | 2024-12-12T03:19:36.971Z | Downloaded webpki-roots v0.26.6 |
332 | 2024-12-12T03:19:36.975Z | Downloaded h2 v0.4.6 |
333 | 2024-12-12T03:19:36.981Z | Downloaded syn v2.0.87 |
334 | 2024-12-12T03:19:36.991Z | Downloaded regex v1.11.1 |
335 | 2024-12-12T03:19:37.003Z | Downloaded rustls v0.22.4 |
336 | 2024-12-12T03:19:37.015Z | Downloaded openssl v0.10.66 |
337 | 2024-12-12T03:19:37.023Z | Downloaded goblin v0.8.2 |
338 | 2024-12-12T03:19:37.029Z | Downloaded regress v0.10.1 |
339 | 2024-12-12T03:19:37.037Z | Downloaded openapiv3 v2.0.0 |
340 | 2024-12-12T03:19:37.047Z | Downloaded rustls v0.23.14 |
341 | 2024-12-12T03:19:37.058Z | Downloaded regress v0.9.1 |
342 | 2024-12-12T03:19:37.066Z | Downloaded regex-syntax v0.8.5 |
343 | 2024-12-12T03:19:37.073Z | Downloaded typify-impl v0.2.0 |
344 | 2024-12-12T03:19:37.086Z | Downloaded tokio v1.40.0 |
345 | 2024-12-12T03:19:37.120Z | Downloaded hyper v1.5.0 |
346 | 2024-12-12T03:19:37.126Z | Downloaded hashbrown v0.15.0 |
347 | 2024-12-12T03:19:37.130Z | Downloaded hashbrown v0.14.5 |
348 | 2024-12-12T03:19:37.135Z | Downloaded hashbrown v0.12.3 |
349 | 2024-12-12T03:19:37.138Z | Downloaded icu_locid v1.5.0 |
350 | 2024-12-12T03:19:37.143Z | Downloaded icu_locid_transform_data v1.5.0 |
351 | 2024-12-12T03:19:37.145Z | Downloaded scroll v0.12.0 |
352 | 2024-12-12T03:19:37.147Z | Downloaded spin v0.9.8 |
353 | 2024-12-12T03:19:37.147Z | Downloaded regex-automata v0.4.8 |
354 | 2024-12-12T03:19:37.162Z | Downloaded serde_with_macros v3.11.0 |
355 | 2024-12-12T03:19:37.165Z | Downloaded getrandom v0.2.15 |
356 | 2024-12-12T03:19:37.167Z | Downloaded serde_spanned v0.6.8 |
357 | 2024-12-12T03:19:37.169Z | Downloaded dropshot_endpoint v0.13.0 |
358 | 2024-12-12T03:19:37.171Z | Downloaded structmeta v0.3.0 |
359 | 2024-12-12T03:19:37.171Z | Downloaded lock_api v0.4.12 |
360 | 2024-12-12T03:19:37.173Z | Downloaded litemap v0.7.3 |
361 | 2024-12-12T03:19:37.175Z | Downloaded ipnet v2.10.1 |
362 | 2024-12-12T03:19:37.178Z | Downloaded slog-async v2.8.0 |
363 | 2024-12-12T03:19:37.178Z | Downloaded rustls-pemfile v2.2.0 |
364 | 2024-12-12T03:19:37.180Z | Downloaded yoke v0.7.4 |
365 | 2024-12-12T03:19:37.182Z | Downloaded quote v1.0.37 |
366 | 2024-12-12T03:19:37.182Z | Downloaded pin-project-lite v0.2.14 |
367 | 2024-12-12T03:19:37.186Z | Downloaded icu_locid_transform v1.5.0 |
368 | 2024-12-12T03:19:37.190Z | Downloaded libc v0.2.162 |
369 | 2024-12-12T03:19:37.213Z | Downloaded httparse v1.9.5 |
370 | 2024-12-12T03:19:37.216Z | Downloaded ucd-trie v0.1.7 |
371 | 2024-12-12T03:19:37.218Z | Downloaded once_cell v1.20.2 |
372 | 2024-12-12T03:19:37.221Z | Downloaded native-tls v0.2.12 |
373 | 2024-12-12T03:19:37.221Z | Downloaded zerocopy-derive v0.7.35 |
374 | 2024-12-12T03:19:37.224Z | Downloaded unicode-ident v1.0.13 |
375 | 2024-12-12T03:19:37.227Z | Downloaded tracing-core v0.1.32 |
376 | 2024-12-12T03:19:37.229Z | Downloaded bytes v1.8.0 |
377 | 2024-12-12T03:19:37.232Z | Downloaded bitflags v2.6.0 |
378 | 2024-12-12T03:19:37.235Z | Downloaded progenitor v0.8.0 |
379 | 2024-12-12T03:19:37.237Z | Downloaded macaddr v1.0.1 |
380 | 2024-12-12T03:19:37.238Z | Downloaded paste v1.0.15 |
381 | 2024-12-12T03:19:37.240Z | Downloaded parse-display v0.10.0 |
382 | 2024-12-12T03:19:37.243Z | Downloaded mime v0.3.17 |
383 | 2024-12-12T03:19:37.243Z | Downloaded zerovec-derive v0.10.3 |
384 | 2024-12-12T03:19:37.245Z | Downloaded digest v0.10.7 |
385 | 2024-12-12T03:19:37.245Z | Downloaded futures-io v0.3.31 |
386 | 2024-12-12T03:19:37.248Z | Downloaded dirs-sys-next v0.1.2 |
387 | 2024-12-12T03:19:37.248Z | Downloaded deranged v0.3.11 |
388 | 2024-12-12T03:19:37.248Z | Downloaded autocfg v1.4.0 |
389 | 2024-12-12T03:19:37.250Z | Downloaded async-stream v0.3.6 |
390 | 2024-12-12T03:19:37.252Z | Downloaded foreign-types-shared v0.1.1 |
391 | 2024-12-12T03:19:37.252Z | Downloaded foreign-types v0.3.2 |
392 | 2024-12-12T03:19:37.252Z | Downloaded equivalent v1.0.1 |
393 | 2024-12-12T03:19:37.252Z | Downloaded block-buffer v0.10.4 |
394 | 2024-12-12T03:19:37.254Z | Downloaded atomic-waker v1.1.2 |
395 | 2024-12-12T03:19:37.270Z | Downloaded encoding_rs v0.8.34 |
396 | 2024-12-12T03:19:37.441Z | Downloaded ring v0.17.8 |
397 | 2024-12-12T03:19:37.770Z | Compiling proc-macro2 v1.0.89 |
398 | 2024-12-12T03:19:37.770Z | Compiling unicode-ident v1.0.13 |
399 | 2024-12-12T03:19:37.772Z | Compiling libc v0.2.162 |
400 | 2024-12-12T03:19:37.772Z | Checking cfg-if v1.0.0 |
401 | 2024-12-12T03:19:37.772Z | Compiling autocfg v1.4.0 |
402 | 2024-12-12T03:19:37.772Z | Compiling serde v1.0.215 |
403 | 2024-12-12T03:19:37.772Z | Compiling version_check v0.9.5 |
404 | 2024-12-12T03:19:37.772Z | Checking memchr v2.7.4 |
405 | 2024-12-12T03:19:37.896Z | Compiling serde_json v1.0.132 |
406 | 2024-12-12T03:19:38.007Z | Checking itoa v1.0.11 |
407 | 2024-12-12T03:19:38.468Z | Compiling thiserror v1.0.69 |
408 | 2024-12-12T03:19:38.564Z | Checking once_cell v1.20.2 |
409 | 2024-12-12T03:19:38.578Z | Compiling shlex v1.3.0 |
410 | 2024-12-12T03:19:38.794Z | Compiling cc v1.1.30 |
411 | 2024-12-12T03:19:39.275Z | Checking pin-project-lite v0.2.14 |
412 | 2024-12-12T03:19:39.671Z | Compiling num-traits v0.2.19 |
413 | 2024-12-12T03:19:40.069Z | Checking smallvec v1.13.2 |
414 | 2024-12-12T03:19:40.203Z | Checking bytes v1.8.0 |
415 | 2024-12-12T03:19:40.239Z | Checking ryu v1.0.18 |
416 | 2024-12-12T03:19:40.391Z | Checking futures-core v0.3.31 |
417 | 2024-12-12T03:19:40.482Z | Compiling lock_api v0.4.12 |
418 | 2024-12-12T03:19:40.519Z | Compiling parking_lot_core v0.9.10 |
419 | 2024-12-12T03:19:40.584Z | Compiling byteorder v1.5.0 |
420 | 2024-12-12T03:19:40.918Z | Checking getrandom v0.2.15 |
421 | 2024-12-12T03:19:40.937Z | Compiling ahash v0.8.11 |
422 | 2024-12-12T03:19:40.958Z | Checking scopeguard v1.2.0 |
423 | 2024-12-12T03:19:41.014Z | Compiling schemars v0.8.21 |
424 | 2024-12-12T03:19:41.127Z | Compiling slab v0.4.9 |
425 | 2024-12-12T03:19:41.242Z | Compiling quote v1.0.37 |
426 | 2024-12-12T03:19:41.358Z | Checking log v0.4.22 |
427 | 2024-12-12T03:19:41.397Z | Checking futures-sink v0.3.31 |
428 | 2024-12-12T03:19:41.415Z | Checking mio v1.0.2 |
429 | 2024-12-12T03:19:41.436Z | Checking signal-hook-registry v1.4.2 |
430 | 2024-12-12T03:19:41.521Z | Checking parking_lot v0.12.3 |
431 | 2024-12-12T03:19:41.542Z | Checking socket2 v0.5.7 |
432 | 2024-12-12T03:19:41.593Z | Checking stable_deref_trait v1.2.0 |
433 | 2024-12-12T03:19:41.613Z | Compiling syn v2.0.87 |
434 | 2024-12-12T03:19:41.700Z | Compiling ring v0.17.8 |
435 | 2024-12-12T03:19:41.855Z | Compiling semver v1.0.23 |
436 | 2024-12-12T03:19:41.881Z | Checking hashbrown v0.15.0 |
437 | 2024-12-12T03:19:41.902Z | Checking fnv v1.0.7 |
438 | 2024-12-12T03:19:41.943Z | Checking equivalent v1.0.1 |
439 | 2024-12-12T03:19:41.998Z | Checking futures-channel v0.3.31 |
440 | 2024-12-12T03:19:42.021Z | Checking http v1.1.0 |
441 | 2024-12-12T03:19:42.066Z | Checking pin-utils v0.1.0 |
442 | 2024-12-12T03:19:42.066Z | Checking futures-task v0.3.31 |
443 | 2024-12-12T03:19:42.144Z | Checking futures-io v0.3.31 |
444 | 2024-12-12T03:19:42.302Z | Compiling pkg-config v0.3.31 |
445 | 2024-12-12T03:19:42.325Z | Checking spin v0.9.8 |
446 | 2024-12-12T03:19:42.356Z | Compiling heck v0.5.0 |
447 | 2024-12-12T03:19:42.436Z | Compiling vcpkg v0.2.15 |
448 | 2024-12-12T03:19:42.542Z | Checking rustls-pki-types v1.9.0 |
449 | 2024-12-12T03:19:42.901Z | Checking untrusted v0.9.0 |
450 | 2024-12-12T03:19:43.034Z | Checking writeable v0.5.5 |
451 | 2024-12-12T03:19:43.213Z | Checking litemap v0.7.3 |
452 | 2024-12-12T03:19:43.357Z | Checking iana-time-zone v0.1.61 |
453 | 2024-12-12T03:19:43.412Z | Compiling httparse v1.9.5 |
454 | 2024-12-12T03:19:43.487Z | Compiling ucd-trie v0.1.7 |
455 | 2024-12-12T03:19:43.567Z | Checking tracing-core v0.1.32 |
456 | 2024-12-12T03:19:43.934Z | Compiling allocator-api2 v0.2.18 |
457 | 2024-12-12T03:19:43.988Z | Compiling openssl-sys v0.9.103 |
458 | 2024-12-12T03:19:44.151Z | Checking dyn-clone v1.0.17 |
459 | 2024-12-12T03:19:44.208Z | Checking atomic-waker v1.1.2 |
460 | 2024-12-12T03:19:44.273Z | Checking tracing v0.1.40 |
461 | 2024-12-12T03:19:44.604Z | Checking http-body v1.0.1 |
462 | 2024-12-12T03:19:44.658Z | Compiling uuid v1.11.0 |
463 | 2024-12-12T03:19:44.756Z | Checking subtle v2.6.1 |
464 | 2024-12-12T03:19:44.910Z | Checking try-lock v0.2.5 |
465 | 2024-12-12T03:19:44.955Z | Checking zeroize v1.8.1 |
466 | 2024-12-12T03:19:45.026Z | Checking icu_locid_transform_data v1.5.0 |
467 | 2024-12-12T03:19:45.117Z | Checking want v0.3.1 |
468 | 2024-12-12T03:19:45.136Z | Compiling chrono v0.4.38 |
469 | 2024-12-12T03:19:45.234Z | Compiling slog v2.7.0 |
470 | 2024-12-12T03:19:45.262Z | Checking foreign-types-shared v0.1.1 |
471 | 2024-12-12T03:19:45.353Z | Checking httpdate v1.0.3 |
472 | 2024-12-12T03:19:45.444Z | Compiling openssl v0.10.66 |
473 | 2024-12-12T03:19:45.523Z | Checking icu_properties_data v1.5.0 |
474 | 2024-12-12T03:19:45.699Z | Checking foreign-types v0.3.2 |
475 | 2024-12-12T03:19:45.772Z | Compiling aho-corasick v1.1.3 |
476 | 2024-12-12T03:19:45.810Z | Compiling typenum v1.17.0 |
477 | 2024-12-12T03:19:46.415Z | Checking percent-encoding v2.3.1 |
478 | 2024-12-12T03:19:46.608Z | Checking utf8_iter v1.0.4 |
479 | 2024-12-12T03:19:46.671Z | Checking icu_normalizer_data v1.5.0 |
480 | 2024-12-12T03:19:46.768Z | Compiling rustls v0.23.14 |
481 | 2024-12-12T03:19:46.788Z | Checking write16 v1.0.0 |
482 | 2024-12-12T03:19:46.900Z | Compiling native-tls v0.2.12 |
483 | 2024-12-12T03:19:46.952Z | Checking utf16_iter v1.0.5 |
484 | 2024-12-12T03:19:47.053Z | Compiling regex-syntax v0.8.5 |
485 | 2024-12-12T03:19:47.098Z | Checking tower-service v0.3.3 |
486 | 2024-12-12T03:19:47.198Z | Checking bitflags v2.6.0 |
487 | 2024-12-12T03:19:47.287Z | Checking form_urlencoded v1.2.1 |
488 | 2024-12-12T03:19:47.460Z | Compiling generic-array v0.14.7 |
489 | 2024-12-12T03:19:48.022Z | Checking openssl-probe v0.1.5 |
490 | 2024-12-12T03:19:48.187Z | Compiling synstructure v0.13.1 |
491 | 2024-12-12T03:19:48.260Z | Compiling serde_derive_internals v0.29.1 |
492 | 2024-12-12T03:19:50.178Z | Compiling regex-automata v0.4.8 |
493 | 2024-12-12T03:19:50.321Z | Compiling usdt-impl v0.5.0 |
494 | 2024-12-12T03:19:50.429Z | Checking encoding_rs v0.8.34 |
495 | 2024-12-12T03:19:50.618Z | Checking mime v0.3.17 |
496 | 2024-12-12T03:19:50.856Z | Compiling num-conv v0.1.0 |
497 | 2024-12-12T03:19:50.932Z | Checking powerfmt v0.2.0 |
498 | 2024-12-12T03:19:51.087Z | Compiling time-core v0.1.2 |
499 | 2024-12-12T03:19:51.248Z | Compiling time-macros v0.2.18 |
500 | 2024-12-12T03:19:51.723Z | Checking deranged v0.3.11 |
501 | 2024-12-12T03:19:52.903Z | Compiling thread-id v4.2.2 |
502 | 2024-12-12T03:19:53.014Z | Checking webpki-roots v0.26.6 |
503 | 2024-12-12T03:19:53.170Z | Checking rustls-pemfile v2.2.0 |
504 | 2024-12-12T03:19:53.436Z | Compiling strsim v0.11.1 |
505 | 2024-12-12T03:19:53.592Z | Compiling crossbeam-utils v0.8.20 |
506 | 2024-12-12T03:19:53.612Z | Compiling serde_derive v1.0.215 |
507 | 2024-12-12T03:19:54.048Z | Compiling zerocopy-derive v0.7.35 |
508 | 2024-12-12T03:19:54.146Z | Compiling thiserror-impl v1.0.69 |
509 | 2024-12-12T03:19:54.321Z | Compiling zerofrom-derive v0.1.4 |
510 | 2024-12-12T03:19:54.509Z | Compiling schemars_derive v0.8.21 |
511 | 2024-12-12T03:19:54.618Z | Compiling tokio-macros v2.4.0 |
512 | 2024-12-12T03:19:55.967Z | Compiling zerocopy v0.7.35 |
513 | 2024-12-12T03:19:57.134Z | Compiling yoke-derive v0.7.4 |
514 | 2024-12-12T03:19:57.458Z | Checking tokio v1.40.0 |
515 | 2024-12-12T03:19:57.519Z | Compiling zerovec-derive v0.10.3 |
516 | 2024-12-12T03:19:57.558Z | Compiling futures-macro v0.3.31 |
517 | 2024-12-12T03:19:57.594Z | Compiling displaydoc v0.2.5 |
518 | 2024-12-12T03:19:57.762Z | Checking zerofrom v0.1.4 |
519 | 2024-12-12T03:19:58.491Z | Compiling pest v2.7.14 |
520 | 2024-12-12T03:19:59.279Z | Compiling icu_provider_macros v1.5.0 |
521 | 2024-12-12T03:19:59.465Z | Checking futures-util v0.3.31 |
522 | 2024-12-12T03:19:59.767Z | Checking rustls-webpki v0.102.8 |
523 | 2024-12-12T03:19:59.818Z | Checking yoke v0.7.4 |
524 | 2024-12-12T03:20:00.055Z | Compiling hashbrown v0.14.5 |
525 | 2024-12-12T03:20:00.135Z | Checking zerovec v0.10.4 |
526 | 2024-12-12T03:20:00.501Z | Compiling openssl-macros v0.1.1 |
527 | 2024-12-12T03:20:01.318Z | Compiling pest_meta v2.7.14 |
528 | 2024-12-12T03:20:01.392Z | Compiling regress v0.10.1 |
529 | 2024-12-12T03:20:01.755Z | Checking tinystr v0.7.6 |
530 | 2024-12-12T03:20:02.150Z | Checking icu_locid v1.5.0 |
531 | 2024-12-12T03:20:03.233Z | Checking icu_provider v1.5.0 |
532 | 2024-12-12T03:20:03.944Z | Checking icu_locid_transform v1.5.0 |
533 | 2024-12-12T03:20:04.650Z | Checking tokio-util v0.7.12 |
534 | 2024-12-12T03:20:04.671Z | Compiling pest_generator v2.7.14 |
535 | 2024-12-12T03:20:04.954Z | Checking icu_collections v1.5.0 |
536 | 2024-12-12T03:20:05.669Z | Checking icu_properties v1.5.1 |
537 | 2024-12-12T03:20:06.230Z | Checking indexmap v2.6.0 |
538 | 2024-12-12T03:20:07.042Z | Compiling serde_tokenstream v0.2.2 |
539 | 2024-12-12T03:20:07.489Z | Compiling pest_derive v2.7.14 |
540 | 2024-12-12T03:20:07.532Z | Checking h2 v0.4.6 |
541 | 2024-12-12T03:20:08.336Z | Checking http-body-util v0.1.2 |
542 | 2024-12-12T03:20:08.356Z | Compiling regex v1.11.1 |
543 | 2024-12-12T03:20:09.019Z | Checking icu_normalizer v1.5.0 |
544 | 2024-12-12T03:20:09.230Z | Compiling scroll_derive v0.12.0 |
545 | 2024-12-12T03:20:09.335Z | Compiling dof v0.3.0 |
546 | 2024-12-12T03:20:09.355Z | Compiling dtrace-parser v0.2.0 |
547 | 2024-12-12T03:20:09.835Z | Checking idna_adapter v1.2.0 |
548 | 2024-12-12T03:20:10.029Z | Checking idna v1.0.3 |
549 | 2024-12-12T03:20:10.226Z | Checking tokio-native-tls v0.3.1 |
550 | 2024-12-12T03:20:10.531Z | Checking serde_urlencoded v0.7.1 |
551 | 2024-12-12T03:20:10.614Z | Checking tokio-rustls v0.26.0 |
552 | 2024-12-12T03:20:10.656Z | Checking scroll v0.12.0 |
553 | 2024-12-12T03:20:10.741Z | Compiling typify-impl v0.2.0 |
554 | 2024-12-12T03:20:11.183Z | Checking plain v0.2.3 |
555 | 2024-12-12T03:20:11.186Z | Checking num_threads v0.1.7 |
556 | 2024-12-12T03:20:11.312Z | Compiling ident_case v1.0.1 |
557 | 2024-12-12T03:20:11.331Z | Checking base64 v0.22.1 |
558 | 2024-12-12T03:20:11.485Z | Compiling darling_core v0.20.10 |
559 | 2024-12-12T03:20:11.813Z | Checking goblin v0.8.2 |
560 | 2024-12-12T03:20:11.815Z | Checking hyper v1.5.0 |
561 | 2024-12-12T03:20:12.066Z | Checking time v0.3.36 |
562 | 2024-12-12T03:20:13.940Z | Checking url v2.5.3 |
563 | 2024-12-12T03:20:13.981Z | Checking hyper-util v0.1.10 |
564 | 2024-12-12T03:20:14.767Z | Compiling openapiv3 v2.0.0 |
565 | 2024-12-12T03:20:15.688Z | Checking hyper-rustls v0.27.3 |
566 | 2024-12-12T03:20:16.018Z | Checking hyper-tls v0.6.0 |
567 | 2024-12-12T03:20:16.328Z | Checking dirs-sys-next v0.1.2 |
568 | 2024-12-12T03:20:16.517Z | Checking sync_wrapper v1.0.1 |
569 | 2024-12-12T03:20:16.741Z | Compiling rustls v0.22.4 |
570 | 2024-12-12T03:20:17.012Z | Compiling paste v1.0.15 |
571 | 2024-12-12T03:20:17.045Z | Checking ipnet v2.10.1 |
572 | 2024-12-12T03:20:17.065Z | Compiling omicron-workspace-hack v0.1.0 |
573 | 2024-12-12T03:20:17.374Z | Compiling unsafe-libyaml v0.2.11 |
574 | 2024-12-12T03:20:17.528Z | Compiling rustversion v1.0.17 |
575 | 2024-12-12T03:20:17.531Z | Checking pretty-hex v0.4.1 |
576 | 2024-12-12T03:20:17.658Z | Compiling darling_macro v0.20.10 |
577 | 2024-12-12T03:20:17.783Z | Checking reqwest v0.12.9 |
578 | 2024-12-12T03:20:18.360Z | Checking dirs-next v2.0.0 |
579 | 2024-12-12T03:20:18.508Z | Checking serde_spanned v0.6.8 |
580 | 2024-12-12T03:20:18.621Z | Checking toml_datetime v0.6.8 |
581 | 2024-12-12T03:20:18.700Z | Compiling serde_yaml v0.9.34+deprecated |
582 | 2024-12-12T03:20:18.917Z | Checking ppv-lite86 v0.2.20 |
583 | 2024-12-12T03:20:18.944Z | Compiling structmeta-derive v0.3.0 |
584 | 2024-12-12T03:20:18.981Z | Checking block-buffer v0.10.4 |
585 | 2024-12-12T03:20:19.123Z | Checking crypto-common v0.1.6 |
586 | 2024-12-12T03:20:19.142Z | Checking rand_core v0.6.4 |
587 | 2024-12-12T03:20:19.244Z | Checking thread_local v1.1.8 |
588 | 2024-12-12T03:20:19.286Z | Compiling multer v3.1.0 |
589 | 2024-12-12T03:20:19.289Z | Checking winnow v0.6.20 |
590 | 2024-12-12T03:20:19.434Z | Compiling camino v1.1.9 |
591 | 2024-12-12T03:20:19.528Z | Compiling anyhow v1.0.93 |
592 | 2024-12-12T03:20:19.610Z | Compiling slog-async v2.8.0 |
593 | 2024-12-12T03:20:19.674Z | Checking match_cfg v0.1.0 |
594 | 2024-12-12T03:20:19.768Z | Compiling newtype-uuid v1.1.3 |
595 | 2024-12-12T03:20:20.093Z | Checking hostname v0.3.1 |
596 | 2024-12-12T03:20:20.149Z | Checking rand_chacha v0.3.1 |
597 | 2024-12-12T03:20:20.240Z | Checking digest v0.10.7 |
598 | 2024-12-12T03:20:20.471Z | Checking progenitor-client v0.8.0 |
599 | 2024-12-12T03:20:20.491Z | Checking crossbeam-channel v0.5.13 |
600 | 2024-12-12T03:20:20.581Z | Compiling darling v0.20.10 |
601 | 2024-12-12T03:20:20.696Z | Checking term v0.7.0 |
602 | 2024-12-12T03:20:21.208Z | Compiling usdt-attr-macro v0.5.0 |
603 | 2024-12-12T03:20:21.630Z | Compiling structmeta v0.3.0 |
604 | 2024-12-12T03:20:21.911Z | Compiling usdt-macro v0.5.0 |
605 | 2024-12-12T03:20:22.025Z | Checking slog-json v2.6.1 |
606 | 2024-12-12T03:20:22.289Z | Checking futures-executor v0.3.31 |
607 | 2024-12-12T03:20:22.365Z | Compiling async-stream-impl v0.3.6 |
608 | 2024-12-12T03:20:22.387Z | Checking toml_edit v0.22.22 |
609 | 2024-12-12T03:20:22.408Z | Checking memmap v0.7.0 |
610 | 2024-12-12T03:20:22.506Z | Checking is-terminal v0.4.13 |
611 | 2024-12-12T03:20:22.619Z | Compiling dropshot v0.13.0 |
612 | 2024-12-12T03:20:22.639Z | Checking cpufeatures v0.2.14 |
613 | 2024-12-12T03:20:22.642Z | Checking take_mut v0.2.2 |
614 | 2024-12-12T03:20:22.726Z | Checking sha1 v0.10.6 |
615 | 2024-12-12T03:20:23.002Z | Checking slog-term v2.9.1 |
616 | 2024-12-12T03:20:23.036Z | Checking futures v0.3.31 |
617 | 2024-12-12T03:20:23.084Z | Compiling strum_macros v0.26.4 |
618 | 2024-12-12T03:20:23.138Z | Checking slog-bunyan v2.5.0 |
619 | 2024-12-12T03:20:23.174Z | Checking usdt v0.5.0 |
620 | 2024-12-12T03:20:23.306Z | Compiling parse-display-derive v0.10.0 |
621 | 2024-12-12T03:20:23.421Z | Compiling serde_with_macros v3.11.0 |
622 | 2024-12-12T03:20:23.666Z | Checking async-stream v0.3.6 |
623 | 2024-12-12T03:20:23.864Z | Checking rand v0.8.5 |
624 | 2024-12-12T03:20:24.489Z | Checking tokio-rustls v0.25.0 |
625 | 2024-12-12T03:20:24.725Z | Compiling typify-macro v0.2.0 |
626 | 2024-12-12T03:20:24.947Z | Checking ipnetwork v0.20.0 |
627 | 2024-12-12T03:20:24.968Z | Checking toml v0.8.19 |
628 | 2024-12-12T03:20:25.143Z | Compiling dropshot_endpoint v0.13.0 |
629 | 2024-12-12T03:20:25.164Z | Checking hex v0.4.3 |
630 | 2024-12-12T03:20:25.306Z | Checking serde_path_to_error v0.1.16 |
631 | 2024-12-12T03:20:25.711Z | Compiling async-trait v0.1.83 |
632 | 2024-12-12T03:20:25.732Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
633 | 2024-12-12T03:20:25.935Z | Checking waitgroup v0.1.2 |
634 | 2024-12-12T03:20:26.006Z | Checking hostname v0.4.0 |
635 | 2024-12-12T03:20:26.076Z | Checking instant v0.1.13 |
636 | 2024-12-12T03:20:26.137Z | Checking debug-ignore v1.0.5 |
637 | 2024-12-12T03:20:26.196Z | Checking backoff v0.4.0 |
638 | 2024-12-12T03:20:26.280Z | Checking serde_with v3.11.0 |
639 | 2024-12-12T03:20:26.506Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
640 | 2024-12-12T03:20:26.525Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
641 | 2024-12-12T03:20:26.658Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
642 | 2024-12-12T03:20:26.674Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
643 | 2024-12-12T03:20:26.993Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
644 | 2024-12-12T03:20:27.135Z | Checking parse-display v0.10.0 |
645 | 2024-12-12T03:20:27.349Z | Checking regress v0.9.1 |
646 | 2024-12-12T03:20:27.376Z | Checking macaddr v1.0.1 |
647 | 2024-12-12T03:20:27.562Z | Checking strum v0.26.3 |
648 | 2024-12-12T03:20:28.266Z | Compiling typify v0.2.0 |
649 | 2024-12-12T03:20:28.345Z | Compiling progenitor-impl v0.8.0 |
650 | 2024-12-12T03:20:31.118Z | Compiling progenitor-macro v0.8.0 |
651 | 2024-12-12T03:20:35.367Z | Checking progenitor v0.8.0 |
652 | 2024-12-12T03:20:35.495Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
653 | 2024-12-12T03:20:38.437Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
654 | 2024-12-12T03:20:45.913Z | Checking test-project v0.1.0 (/tmp/test-project) |
655 | 2024-12-12T03:20:45.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s |
656 | 2024-12-12T03:20:46.303Z | + cargo build --release |
657 | 2024-12-12T03:20:46.562Z | Compiling proc-macro2 v1.0.89 |
658 | 2024-12-12T03:20:46.562Z | Compiling unicode-ident v1.0.13 |
659 | 2024-12-12T03:20:46.564Z | Compiling libc v0.2.162 |
660 | 2024-12-12T03:20:46.565Z | Compiling cfg-if v1.0.0 |
661 | 2024-12-12T03:20:46.565Z | Compiling autocfg v1.4.0 |
662 | 2024-12-12T03:20:46.565Z | Compiling version_check v0.9.5 |
663 | 2024-12-12T03:20:46.565Z | Compiling serde v1.0.215 |
664 | 2024-12-12T03:20:46.565Z | Compiling memchr v2.7.4 |
665 | 2024-12-12T03:20:46.674Z | Compiling serde_json v1.0.132 |
666 | 2024-12-12T03:20:46.756Z | Compiling itoa v1.0.11 |
667 | 2024-12-12T03:20:46.998Z | Compiling thiserror v1.0.69 |
668 | 2024-12-12T03:20:47.152Z | Compiling once_cell v1.20.2 |
669 | 2024-12-12T03:20:47.249Z | Compiling shlex v1.3.0 |
670 | 2024-12-12T03:20:47.459Z | Compiling cc v1.1.30 |
671 | 2024-12-12T03:20:47.602Z | Compiling num-traits v0.2.19 |
672 | 2024-12-12T03:20:47.849Z | Compiling pin-project-lite v0.2.14 |
673 | 2024-12-12T03:20:47.967Z | Compiling getrandom v0.2.15 |
674 | 2024-12-12T03:20:48.060Z | Compiling smallvec v1.13.2 |
675 | 2024-12-12T03:20:48.102Z | Compiling bytes v1.8.0 |
676 | 2024-12-12T03:20:48.295Z | Compiling quote v1.0.37 |
677 | 2024-12-12T03:20:48.311Z | Compiling ryu v1.0.18 |
678 | 2024-12-12T03:20:48.417Z | Compiling futures-core v0.3.31 |
679 | 2024-12-12T03:20:48.654Z | Compiling syn v2.0.87 |
680 | 2024-12-12T03:20:48.753Z | Compiling lock_api v0.4.12 |
681 | 2024-12-12T03:20:48.850Z | Compiling ahash v0.8.11 |
682 | 2024-12-12T03:20:48.932Z | Compiling byteorder v1.5.0 |
683 | 2024-12-12T03:20:49.086Z | Compiling parking_lot_core v0.9.10 |
684 | 2024-12-12T03:20:49.186Z | Compiling schemars v0.8.21 |
685 | 2024-12-12T03:20:49.337Z | Compiling scopeguard v1.2.0 |
686 | 2024-12-12T03:20:49.409Z | Compiling slab v0.4.9 |
687 | 2024-12-12T03:20:49.542Z | Compiling log v0.4.22 |
688 | 2024-12-12T03:20:49.745Z | Compiling futures-sink v0.3.31 |
689 | 2024-12-12T03:20:49.892Z | Compiling socket2 v0.5.7 |
690 | 2024-12-12T03:20:49.975Z | Compiling parking_lot v0.12.3 |
691 | 2024-12-12T03:20:49.975Z | Compiling mio v1.0.2 |
692 | 2024-12-12T03:20:49.989Z | Compiling signal-hook-registry v1.4.2 |
693 | 2024-12-12T03:20:50.015Z | Compiling stable_deref_trait v1.2.0 |
694 | 2024-12-12T03:20:50.109Z | Compiling semver v1.0.23 |
695 | 2024-12-12T03:20:50.413Z | Compiling ring v0.17.8 |
696 | 2024-12-12T03:20:50.594Z | Compiling fnv v1.0.7 |
697 | 2024-12-12T03:20:50.632Z | Compiling equivalent v1.0.1 |
698 | 2024-12-12T03:20:50.716Z | Compiling hashbrown v0.15.0 |
699 | 2024-12-12T03:20:50.728Z | Compiling http v1.1.0 |
700 | 2024-12-12T03:20:51.557Z | Compiling futures-channel v0.3.31 |
701 | 2024-12-12T03:20:51.564Z | Compiling futures-task v0.3.31 |
702 | 2024-12-12T03:20:51.587Z | Compiling futures-io v0.3.31 |
703 | 2024-12-12T03:20:51.848Z | Compiling pin-utils v0.1.0 |
704 | 2024-12-12T03:20:51.928Z | Compiling spin v0.9.8 |
705 | 2024-12-12T03:20:51.990Z | Compiling vcpkg v0.2.15 |
706 | 2024-12-12T03:20:52.071Z | Compiling rustls-pki-types v1.9.0 |
707 | 2024-12-12T03:20:52.106Z | Compiling heck v0.5.0 |
708 | 2024-12-12T03:20:52.167Z | Compiling pkg-config v0.3.31 |
709 | 2024-12-12T03:20:53.124Z | Compiling httparse v1.9.5 |
710 | 2024-12-12T03:20:53.381Z | Compiling iana-time-zone v0.1.61 |
711 | 2024-12-12T03:20:53.607Z | Compiling openssl-sys v0.9.103 |
712 | 2024-12-12T03:20:53.821Z | Compiling litemap v0.7.3 |
713 | 2024-12-12T03:20:53.897Z | Compiling ucd-trie v0.1.7 |
714 | 2024-12-12T03:20:54.085Z | Compiling writeable v0.5.5 |
715 | 2024-12-12T03:20:54.346Z | Compiling untrusted v0.9.0 |
716 | 2024-12-12T03:20:54.433Z | Compiling tracing-core v0.1.32 |
717 | 2024-12-12T03:20:54.825Z | Compiling allocator-api2 v0.2.18 |
718 | 2024-12-12T03:20:54.858Z | Compiling dyn-clone v1.0.17 |
719 | 2024-12-12T03:20:55.062Z | Compiling atomic-waker v1.1.2 |
720 | 2024-12-12T03:20:55.237Z | Compiling tracing v0.1.40 |
721 | 2024-12-12T03:20:55.620Z | Compiling http-body v1.0.1 |
722 | 2024-12-12T03:20:55.865Z | Compiling uuid v1.11.0 |
723 | 2024-12-12T03:20:55.918Z | Compiling try-lock v0.2.5 |
724 | 2024-12-12T03:20:56.061Z | Compiling chrono v0.4.38 |
725 | 2024-12-12T03:20:56.442Z | Compiling synstructure v0.13.1 |
726 | 2024-12-12T03:20:56.448Z | Compiling serde_derive_internals v0.29.1 |
727 | 2024-12-12T03:20:56.599Z | Compiling zeroize v1.8.1 |
728 | 2024-12-12T03:20:56.832Z | Compiling icu_locid_transform_data v1.5.0 |
729 | 2024-12-12T03:20:56.919Z | Compiling subtle v2.6.1 |
730 | 2024-12-12T03:20:56.926Z | Compiling want v0.3.1 |
731 | 2024-12-12T03:20:57.266Z | Compiling slog v2.7.0 |
732 | 2024-12-12T03:20:57.867Z | Compiling httpdate v1.0.3 |
733 | 2024-12-12T03:20:58.059Z | Compiling icu_properties_data v1.5.0 |
734 | 2024-12-12T03:20:58.104Z | Compiling openssl v0.10.66 |
735 | 2024-12-12T03:20:58.296Z | Compiling foreign-types-shared v0.1.1 |
736 | 2024-12-12T03:20:58.392Z | Compiling foreign-types v0.3.2 |
737 | 2024-12-12T03:20:58.612Z | Compiling aho-corasick v1.1.3 |
738 | 2024-12-12T03:20:58.680Z | Compiling native-tls v0.2.12 |
739 | 2024-12-12T03:20:59.028Z | Compiling write16 v1.0.0 |
740 | 2024-12-12T03:20:59.160Z | Compiling utf8_iter v1.0.4 |
741 | 2024-12-12T03:20:59.235Z | Compiling tower-service v0.3.3 |
742 | 2024-12-12T03:20:59.353Z | Compiling utf16_iter v1.0.5 |
743 | 2024-12-12T03:20:59.423Z | Compiling percent-encoding v2.3.1 |
744 | 2024-12-12T03:20:59.559Z | Compiling rustls v0.23.14 |
745 | 2024-12-12T03:20:59.874Z | Compiling regex-syntax v0.8.5 |
746 | 2024-12-12T03:20:59.882Z | Compiling typenum v1.17.0 |
747 | 2024-12-12T03:20:59.990Z | Compiling bitflags v2.6.0 |
748 | 2024-12-12T03:21:00.614Z | Compiling icu_normalizer_data v1.5.0 |
749 | 2024-12-12T03:21:00.704Z | Compiling form_urlencoded v1.2.1 |
750 | 2024-12-12T03:21:01.196Z | Compiling generic-array v0.14.7 |
751 | 2024-12-12T03:21:01.294Z | Compiling openssl-probe v0.1.5 |
752 | 2024-12-12T03:21:02.192Z | Compiling serde_derive v1.0.215 |
753 | 2024-12-12T03:21:02.703Z | Compiling zerocopy-derive v0.7.35 |
754 | 2024-12-12T03:21:02.915Z | Compiling thiserror-impl v1.0.69 |
755 | 2024-12-12T03:21:03.089Z | Compiling zerofrom-derive v0.1.4 |
756 | 2024-12-12T03:21:03.361Z | Compiling schemars_derive v0.8.21 |
757 | 2024-12-12T03:21:04.807Z | Compiling zerocopy v0.7.35 |
758 | 2024-12-12T03:21:06.027Z | Compiling yoke-derive v0.7.4 |
759 | 2024-12-12T03:21:06.434Z | Compiling tokio-macros v2.4.0 |
760 | 2024-12-12T03:21:06.460Z | Compiling zerovec-derive v0.10.3 |
761 | 2024-12-12T03:21:06.728Z | Compiling zerofrom v0.1.4 |
762 | 2024-12-12T03:21:06.969Z | Compiling displaydoc v0.2.5 |
763 | 2024-12-12T03:21:07.631Z | Compiling futures-macro v0.3.31 |
764 | 2024-12-12T03:21:08.005Z | Compiling tokio v1.40.0 |
765 | 2024-12-12T03:21:08.821Z | Compiling yoke v0.7.4 |
766 | 2024-12-12T03:21:09.079Z | Compiling pest v2.7.14 |
767 | 2024-12-12T03:21:09.174Z | Compiling zerovec v0.10.4 |
768 | 2024-12-12T03:21:09.208Z | Compiling icu_provider_macros v1.5.0 |
769 | 2024-12-12T03:21:09.228Z | Compiling hashbrown v0.14.5 |
770 | 2024-12-12T03:21:09.547Z | Compiling futures-util v0.3.31 |
771 | 2024-12-12T03:21:10.484Z | Compiling rustls-webpki v0.102.8 |
772 | 2024-12-12T03:21:11.940Z | Compiling tinystr v0.7.6 |
773 | 2024-12-12T03:21:12.181Z | Compiling pest_meta v2.7.14 |
774 | 2024-12-12T03:21:12.403Z | Compiling icu_locid v1.5.0 |
775 | 2024-12-12T03:21:15.179Z | Compiling icu_provider v1.5.0 |
776 | 2024-12-12T03:21:16.361Z | Compiling icu_locid_transform v1.5.0 |
777 | 2024-12-12T03:21:16.860Z | Compiling indexmap v2.6.0 |
778 | 2024-12-12T03:21:17.460Z | Compiling serde_tokenstream v0.2.2 |
779 | 2024-12-12T03:21:19.484Z | Compiling tokio-util v0.7.12 |
780 | 2024-12-12T03:21:20.008Z | Compiling pest_generator v2.7.14 |
781 | 2024-12-12T03:21:21.810Z | Compiling h2 v0.4.6 |
782 | 2024-12-12T03:21:22.400Z | Compiling icu_collections v1.5.0 |
783 | 2024-12-12T03:21:23.201Z | Compiling regress v0.10.1 |
784 | 2024-12-12T03:21:23.344Z | Compiling icu_properties v1.5.1 |
785 | 2024-12-12T03:21:25.108Z | Compiling pest_derive v2.7.14 |
786 | 2024-12-12T03:21:26.601Z | Compiling openssl-macros v0.1.1 |
787 | 2024-12-12T03:21:27.282Z | Compiling hyper v1.5.0 |
788 | 2024-12-12T03:21:27.421Z | Compiling typify-impl v0.2.0 |
789 | 2024-12-12T03:21:29.560Z | Compiling icu_normalizer v1.5.0 |
790 | 2024-12-12T03:21:34.487Z | Compiling hyper-util v0.1.10 |
791 | 2024-12-12T03:21:36.568Z | Compiling regex-automata v0.4.8 |
792 | 2024-12-12T03:21:37.762Z | Compiling idna_adapter v1.2.0 |
793 | 2024-12-12T03:21:39.464Z | Compiling http-body-util v0.1.2 |
794 | 2024-12-12T03:21:39.683Z | Compiling typify-macro v0.2.0 |
795 | 2024-12-12T03:21:40.014Z | Compiling scroll_derive v0.12.0 |
796 | 2024-12-12T03:21:40.525Z | Compiling usdt-impl v0.5.0 |
797 | 2024-12-12T03:21:40.889Z | Compiling regex v1.11.1 |
798 | 2024-12-12T03:21:41.512Z | Compiling encoding_rs v0.8.34 |
799 | 2024-12-12T03:21:41.892Z | Compiling powerfmt v0.2.0 |
800 | 2024-12-12T03:21:42.384Z | Compiling mime v0.3.17 |
801 | 2024-12-12T03:21:42.771Z | Compiling num-conv v0.1.0 |
802 | 2024-12-12T03:21:43.471Z | Compiling time-core v0.1.2 |
803 | 2024-12-12T03:21:43.549Z | Compiling deranged v0.3.11 |
804 | 2024-12-12T03:21:43.632Z | Compiling time-macros v0.2.18 |
805 | 2024-12-12T03:21:44.488Z | Compiling scroll v0.12.0 |
806 | 2024-12-12T03:21:45.264Z | Compiling idna v1.0.3 |
807 | 2024-12-12T03:21:45.873Z | Compiling tokio-native-tls v0.3.1 |
808 | 2024-12-12T03:21:46.159Z | Compiling tokio-rustls v0.26.0 |
809 | 2024-12-12T03:21:46.707Z | Compiling dtrace-parser v0.2.0 |
810 | 2024-12-12T03:21:51.080Z | Compiling dof v0.3.0 |
811 | 2024-12-12T03:21:51.985Z | Compiling serde_urlencoded v0.7.1 |
812 | 2024-12-12T03:21:52.558Z | Compiling thread-id v4.2.2 |
813 | 2024-12-12T03:21:52.657Z | Compiling webpki-roots v0.26.6 |
814 | 2024-12-12T03:21:52.869Z | Compiling rustls-pemfile v2.2.0 |
815 | 2024-12-12T03:21:53.816Z | Compiling strsim v0.11.1 |
816 | 2024-12-12T03:21:54.521Z | Compiling base64 v0.22.1 |
817 | 2024-12-12T03:21:55.261Z | Compiling crossbeam-utils v0.8.20 |
818 | 2024-12-12T03:21:55.596Z | Compiling num_threads v0.1.7 |
819 | 2024-12-12T03:21:55.828Z | Compiling ident_case v1.0.1 |
820 | 2024-12-12T03:21:55.953Z | Compiling omicron-workspace-hack v0.1.0 |
821 | 2024-12-12T03:21:55.988Z | Compiling plain v0.2.3 |
822 | 2024-12-12T03:21:55.991Z | Compiling time v0.3.36 |
823 | 2024-12-12T03:21:56.019Z | Compiling darling_core v0.20.10 |
824 | 2024-12-12T03:21:56.133Z | Compiling goblin v0.8.2 |
825 | 2024-12-12T03:22:05.068Z | Compiling hyper-rustls v0.27.3 |
826 | 2024-12-12T03:22:05.921Z | Compiling hyper-tls v0.6.0 |
827 | 2024-12-12T03:22:06.437Z | Compiling url v2.5.3 |
828 | 2024-12-12T03:22:06.819Z | Compiling typify v0.2.0 |
829 | 2024-12-12T03:22:06.840Z | Compiling openapiv3 v2.0.0 |
830 | 2024-12-12T03:22:07.261Z | Compiling sync_wrapper v1.0.1 |
831 | 2024-12-12T03:22:07.398Z | Compiling dirs-sys-next v0.1.2 |
832 | 2024-12-12T03:22:08.865Z | Compiling pretty-hex v0.4.1 |
833 | 2024-12-12T03:22:09.083Z | Compiling unsafe-libyaml v0.2.11 |
834 | 2024-12-12T03:22:10.842Z | Compiling rustls v0.22.4 |
835 | 2024-12-12T03:22:11.072Z | Compiling ipnet v2.10.1 |
836 | 2024-12-12T03:22:11.154Z | Compiling paste v1.0.15 |
837 | 2024-12-12T03:22:11.646Z | Compiling rustversion v1.0.17 |
838 | 2024-12-12T03:22:12.347Z | Compiling reqwest v0.12.9 |
839 | 2024-12-12T03:22:12.370Z | Compiling progenitor-impl v0.8.0 |
840 | 2024-12-12T03:22:13.557Z | Compiling serde_yaml v0.9.34+deprecated |
841 | 2024-12-12T03:22:17.438Z | Compiling dirs-next v2.0.0 |
842 | 2024-12-12T03:22:19.214Z | Compiling darling_macro v0.20.10 |
843 | 2024-12-12T03:22:20.200Z | Compiling crypto-common v0.1.6 |
844 | 2024-12-12T03:22:20.407Z | Compiling block-buffer v0.10.4 |
845 | 2024-12-12T03:22:20.628Z | Compiling serde_spanned v0.6.8 |
846 | 2024-12-12T03:22:20.643Z | Compiling toml_datetime v0.6.8 |
847 | 2024-12-12T03:22:20.857Z | Compiling ppv-lite86 v0.2.20 |
848 | 2024-12-12T03:22:21.257Z | Compiling structmeta-derive v0.3.0 |
849 | 2024-12-12T03:22:21.285Z | Compiling rand_core v0.6.4 |
850 | 2024-12-12T03:22:21.427Z | Compiling thread_local v1.1.8 |
851 | 2024-12-12T03:22:21.770Z | Compiling multer v3.1.0 |
852 | 2024-12-12T03:22:21.835Z | Compiling slog-async v2.8.0 |
853 | 2024-12-12T03:22:22.103Z | Compiling newtype-uuid v1.1.3 |
854 | 2024-12-12T03:22:22.147Z | Compiling anyhow v1.0.93 |
855 | 2024-12-12T03:22:22.319Z | Compiling winnow v0.6.20 |
856 | 2024-12-12T03:22:22.417Z | Compiling camino v1.1.9 |
857 | 2024-12-12T03:22:22.737Z | Compiling match_cfg v0.1.0 |
858 | 2024-12-12T03:22:22.824Z | Compiling hostname v0.3.1 |
859 | 2024-12-12T03:22:23.186Z | Compiling rand_chacha v0.3.1 |
860 | 2024-12-12T03:22:23.994Z | Compiling structmeta v0.3.0 |
861 | 2024-12-12T03:22:24.178Z | Compiling digest v0.10.7 |
862 | 2024-12-12T03:22:24.376Z | Compiling crossbeam-channel v0.5.13 |
863 | 2024-12-12T03:22:24.601Z | Compiling darling v0.20.10 |
864 | 2024-12-12T03:22:24.888Z | Compiling progenitor-macro v0.8.0 |
865 | 2024-12-12T03:22:24.998Z | Compiling term v0.7.0 |
866 | 2024-12-12T03:22:25.996Z | Compiling progenitor-client v0.8.0 |
867 | 2024-12-12T03:22:26.801Z | Compiling toml_edit v0.22.22 |
868 | 2024-12-12T03:22:32.086Z | Compiling usdt-macro v0.5.0 |
869 | 2024-12-12T03:22:34.468Z | Compiling usdt-attr-macro v0.5.0 |
870 | 2024-12-12T03:22:34.745Z | Compiling slog-json v2.6.1 |
871 | 2024-12-12T03:22:35.022Z | Compiling futures-executor v0.3.31 |
872 | 2024-12-12T03:22:35.169Z | Compiling async-stream-impl v0.3.6 |
873 | 2024-12-12T03:22:36.202Z | Compiling is-terminal v0.4.13 |
874 | 2024-12-12T03:22:36.320Z | Compiling memmap v0.7.0 |
875 | 2024-12-12T03:22:36.529Z | Compiling dropshot v0.13.0 |
876 | 2024-12-12T03:22:36.740Z | Compiling cpufeatures v0.2.14 |
877 | 2024-12-12T03:22:36.831Z | Compiling take_mut v0.2.2 |
878 | 2024-12-12T03:22:36.908Z | Compiling sha1 v0.10.6 |
879 | 2024-12-12T03:22:37.663Z | Compiling async-stream v0.3.6 |
880 | 2024-12-12T03:22:37.964Z | Compiling progenitor v0.8.0 |
881 | 2024-12-12T03:22:37.966Z | Compiling usdt v0.5.0 |
882 | 2024-12-12T03:22:38.180Z | Compiling slog-term v2.9.1 |
883 | 2024-12-12T03:22:39.532Z | Compiling futures v0.3.31 |
884 | 2024-12-12T03:22:39.729Z | Compiling slog-bunyan v2.5.0 |
885 | 2024-12-12T03:22:40.013Z | Compiling strum_macros v0.26.4 |
886 | 2024-12-12T03:22:40.418Z | Compiling tokio-rustls v0.25.0 |
887 | 2024-12-12T03:22:40.851Z | Compiling toml v0.8.19 |
888 | 2024-12-12T03:22:41.136Z | Compiling serde_with_macros v3.11.0 |
889 | 2024-12-12T03:22:43.842Z | Compiling parse-display-derive v0.10.0 |
890 | 2024-12-12T03:22:44.652Z | Compiling rand v0.8.5 |
891 | 2024-12-12T03:22:48.479Z | Compiling ipnetwork v0.20.0 |
892 | 2024-12-12T03:22:49.701Z | Compiling dropshot_endpoint v0.13.0 |
893 | 2024-12-12T03:22:49.762Z | Compiling hex v0.4.3 |
894 | 2024-12-12T03:22:50.472Z | Compiling serde_path_to_error v0.1.16 |
895 | 2024-12-12T03:22:50.634Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
896 | 2024-12-12T03:22:51.430Z | Compiling async-trait v0.1.83 |
897 | 2024-12-12T03:22:51.461Z | Compiling waitgroup v0.1.2 |
898 | 2024-12-12T03:22:51.693Z | Compiling hostname v0.4.0 |
899 | 2024-12-12T03:22:51.938Z | Compiling instant v0.1.13 |
900 | 2024-12-12T03:22:52.089Z | Compiling debug-ignore v1.0.5 |
901 | 2024-12-12T03:22:52.233Z | Compiling backoff v0.4.0 |
902 | 2024-12-12T03:22:52.592Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
903 | 2024-12-12T03:22:52.783Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
904 | 2024-12-12T03:22:52.947Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
905 | 2024-12-12T03:22:53.674Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
906 | 2024-12-12T03:22:53.898Z | Compiling parse-display v0.10.0 |
907 | 2024-12-12T03:22:54.239Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
908 | 2024-12-12T03:22:56.132Z | Compiling strum v0.26.3 |
909 | 2024-12-12T03:22:56.313Z | Compiling serde_with v3.11.0 |
910 | 2024-12-12T03:22:57.041Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
911 | 2024-12-12T03:22:57.868Z | Compiling regress v0.9.1 |
912 | 2024-12-12T03:22:57.894Z | Compiling macaddr v1.0.1 |
913 | 2024-12-12T03:23:03.464Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
914 | 2024-12-12T03:23:14.282Z | Compiling test-project v0.1.0 (/tmp/test-project) |
915 | 2024-12-12T03:23:24.347Z | Finished `release` profile [optimized] target(s) in 2m 37s |
916 | 2024-12-12T03:23:24.415Z | process exited: duration 238054 ms, exit code 0 |
|
917 | 2024-12-12T03:23:24.420Z | found 0 output files |