|
|
|
1 | 2024-12-13T19:56:01.206Z | job assigned to worker 01JF0SDQSQDYZK24HJVEZKCYJ4 [factory aws, i-0c91af23e4ff58a97] (queued for 54 s) |
|
2 | 2024-12-13T19:56:10.064Z | starting task 0: "setup" |
3 | 2024-12-13T19:56:10.073Z | ++ uname -s |
4 | 2024-12-13T19:56:10.076Z | + kern=SunOS |
5 | 2024-12-13T19:56:10.076Z | + case "$kern" in |
6 | 2024-12-13T19:56:10.076Z | + groupadd -g 12345 build |
7 | 2024-12-13T19:56:10.078Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-13T19:56:12.085Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-13T19:56:12.215Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-13T19:56:12.218Z | + home_fs=zfs |
11 | 2024-12-13T19:56:12.218Z | + [[ zfs == autofs ]] |
12 | 2024-12-13T19:56:12.218Z | + mkdir -p /home/build |
13 | 2024-12-13T19:56:12.220Z | + chown build:build /home/build /work |
14 | 2024-12-13T19:56:14.222Z | + chmod 0700 /home/build /work |
15 | 2024-12-13T19:56:14.226Z | process exited: duration 4162 ms, exit code 0 |
|
16 | 2024-12-13T19:56:14.232Z | starting task 1: "rust-toolchain" |
17 | 2024-12-13T19:56:14.238Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-13T19:56:14.238Z | ' 1.81.0 |
19 | 2024-12-13T19:56:14.238Z | * toolchain channel = "1.81.0" |
20 | 2024-12-13T19:56:14.238Z | * toolchain profile = "default" |
21 | 2024-12-13T19:56:14.238Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-13T19:56:14.238Z | ' default |
23 | 2024-12-13T19:56:14.240Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-13T19:56:14.240Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-13T19:56:14.356Z | info: downloading installer |
26 | 2024-12-13T19:56:15.778Z | info: profile set to 'default' |
27 | 2024-12-13T19:56:15.778Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-13T19:56:15.780Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-13T19:56:15.942Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-13T19:56:15.942Z | info: downloading component 'cargo' |
31 | 2024-12-13T19:56:16.805Z | info: downloading component 'clippy' |
32 | 2024-12-13T19:56:17.124Z | info: downloading component 'rust-docs' |
33 | 2024-12-13T19:56:18.315Z | info: downloading component 'rust-std' |
34 | 2024-12-13T19:56:20.178Z | info: downloading component 'rustc' |
35 | 2024-12-13T19:56:26.845Z | info: downloading component 'rustfmt' |
36 | 2024-12-13T19:56:27.095Z | info: installing component 'cargo' |
37 | 2024-12-13T19:56:27.891Z | info: installing component 'clippy' |
38 | 2024-12-13T19:56:28.252Z | info: installing component 'rust-docs' |
39 | 2024-12-13T19:56:29.870Z | info: installing component 'rust-std' |
40 | 2024-12-13T19:56:31.592Z | info: installing component 'rustc' |
41 | 2024-12-13T19:56:37.232Z | info: installing component 'rustfmt' |
42 | 2024-12-13T19:56:37.550Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-13T19:56:37.550Z | |
44 | 2024-12-13T19:56:37.916Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-13T19:56:37.916Z | |
46 | 2024-12-13T19:56:37.919Z | |
47 | 2024-12-13T19:56:37.919Z | Rust is installed now. Great! |
48 | 2024-12-13T19:56:37.919Z | |
49 | 2024-12-13T19:56:37.919Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-13T19:56:37.919Z | environment variable. This has not been done automatically. |
51 | 2024-12-13T19:56:37.919Z | |
52 | 2024-12-13T19:56:37.919Z | To configure your current shell, you need to source |
53 | 2024-12-13T19:56:37.919Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-13T19:56:37.919Z | |
55 | 2024-12-13T19:56:37.919Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-13T19:56:37.919Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-13T19:56:37.919Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-13T19:56:37.990Z | + rustc --version |
59 | 2024-12-13T19:56:38.054Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-13T19:56:38.056Z | process exited: duration 23819 ms, exit code 0 |
|
61 | 2024-12-13T19:56:38.062Z | starting task 2: "authentication" |
62 | 2024-12-13T19:56:38.083Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-13T19:56:38.088Z | starting task 3: "clone repository" |
64 | 2024-12-13T19:56:38.094Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-13T19:56:38.096Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-13T19:56:38.353Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-13T19:56:44.939Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-13T19:56:44.939Z | + git fetch origin 51ce5fbaec0a2e7e92edab29d9d908fd141d1739 |
69 | 2024-12-13T19:56:45.274Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-13T19:56:45.274Z | * branch 51ce5fbaec0a2e7e92edab29d9d908fd141d1739 -> FETCH_HEAD |
71 | 2024-12-13T19:56:45.283Z | + [[ -n john/sled-editor-decommissioned ]] |
72 | 2024-12-13T19:56:45.286Z | ++ git branch --show-current |
73 | 2024-12-13T19:56:45.288Z | + current=main |
74 | 2024-12-13T19:56:45.288Z | + [[ main != john/sled-editor-decommissioned ]] |
75 | 2024-12-13T19:56:45.288Z | + git branch -f john/sled-editor-decommissioned 51ce5fbaec0a2e7e92edab29d9d908fd141d1739 |
76 | 2024-12-13T19:56:45.291Z | + git checkout -f john/sled-editor-decommissioned |
77 | 2024-12-13T19:56:45.466Z | Switched to branch 'john/sled-editor-decommissioned' |
78 | 2024-12-13T19:56:45.468Z | + git reset --hard 51ce5fbaec0a2e7e92edab29d9d908fd141d1739 |
79 | 2024-12-13T19:56:45.483Z | HEAD is now at 51ce5fbae Merge remote-tracking branch 'origin/main' into john/sled-editor-decommissioned |
80 | 2024-12-13T19:56:45.485Z | process exited: duration 7394 ms, exit code 0 |
|
81 | 2024-12-13T19:56:45.491Z | starting task 4: "build" |
82 | 2024-12-13T19:56:45.497Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-13T19:56:45.497Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-13T19:56:45.499Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-13T19:56:45.499Z | + cargo --version |
86 | 2024-12-13T19:56:45.555Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-13T19:56:45.558Z | + rustc --version |
88 | 2024-12-13T19:56:45.617Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-13T19:56:45.620Z | + cd /tmp |
90 | 2024-12-13T19:56:45.620Z | + cargo new --lib test-project |
91 | 2024-12-13T19:56:45.679Z | Creating library `test-project` package |
92 | 2024-12-13T19:56:45.753Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-12-13T19:56:45.756Z | + cd test-project |
94 | 2024-12-13T19:56:45.756Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-12-13T19:56:45.816Z | Adding omicron-common (local) to dependencies |
96 | 2024-12-13T19:56:45.816Z | Features: |
97 | 2024-12-13T19:56:45.818Z | - proptest |
98 | 2024-12-13T19:56:45.818Z | - test-strategy |
99 | 2024-12-13T19:56:45.818Z | - testing |
100 | 2024-12-13T19:56:45.818Z | Updating crates.io index |
101 | 2024-12-13T19:56:45.889Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-12-13T19:56:46.392Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-12-13T19:56:46.906Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-12-13T19:56:47.337Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-12-13T19:56:48.759Z | Locking 327 packages to latest compatible versions |
106 | 2024-12-13T19:56:48.762Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-12-13T19:56:48.762Z | Adding dropshot v0.13.0 (latest: v0.15.1) |
108 | 2024-12-13T19:56:48.762Z | Adding dropshot_endpoint v0.13.0 (latest: v0.15.1) |
109 | 2024-12-13T19:56:48.762Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
110 | 2024-12-13T19:56:48.762Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
111 | 2024-12-13T19:56:48.765Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
112 | 2024-12-13T19:56:48.765Z | Adding goblin v0.8.2 (latest: v0.9.2) |
113 | 2024-12-13T19:56:48.765Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
114 | 2024-12-13T19:56:48.765Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
115 | 2024-12-13T19:56:48.765Z | Adding hostname v0.3.1 (latest: v0.4.0) |
116 | 2024-12-13T19:56:48.768Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
117 | 2024-12-13T19:56:48.768Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
118 | 2024-12-13T19:56:48.770Z | Adding regress v0.9.1 (latest: v0.10.1) |
119 | 2024-12-13T19:56:48.776Z | Adding rustls v0.22.4 (latest: v0.23.20) |
120 | 2024-12-13T19:56:48.779Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
121 | 2024-12-13T19:56:48.782Z | Adding term v0.7.0 (latest: v1.0.0) |
122 | 2024-12-13T19:56:48.782Z | Adding thiserror v1.0.69 (latest: v2.0.6) |
123 | 2024-12-13T19:56:48.782Z | Adding thiserror-impl v1.0.69 (latest: v2.0.6) |
124 | 2024-12-13T19:56:48.782Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
125 | 2024-12-13T19:56:48.782Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
126 | 2024-12-13T19:56:48.784Z | Adding tokio-rustls v0.25.0 (latest: v0.26.1) |
127 | 2024-12-13T19:56:48.784Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
128 | 2024-12-13T19:56:48.787Z | Adding windows v0.52.0 (latest: v0.58.0) |
129 | 2024-12-13T19:56:48.787Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
130 | 2024-12-13T19:56:48.787Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
131 | 2024-12-13T19:56:48.787Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
132 | 2024-12-13T19:56:48.787Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
133 | 2024-12-13T19:56:48.787Z | Adding writeable v0.5.5 (latest: v0.6.0) |
134 | 2024-12-13T19:56:48.787Z | Adding zerocopy v0.7.35 (latest: v0.8.13) |
135 | 2024-12-13T19:56:48.787Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.13) |
136 | 2024-12-13T19:56:48.787Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
137 | 2024-12-13T19:56:48.787Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
138 | 2024-12-13T19:56:48.864Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
139 | 2024-12-13T19:56:48.867Z | + cargo check |
140 | 2024-12-13T19:56:49.040Z | Updating crates.io index |
141 | 2024-12-13T19:56:49.755Z | Locking 2 packages to latest compatible versions |
142 | 2024-12-13T19:56:52.957Z | Adding omicron-workspace-hack v0.1.0 |
143 | 2024-12-13T19:56:54.861Z | Adding test-project v0.1.0 (/tmp/test-project) |
144 | 2024-12-13T19:56:55.627Z | Downloading crates ... |
145 | 2024-12-13T19:56:55.734Z | Downloaded async-stream-impl v0.3.6 |
146 | 2024-12-13T19:56:55.739Z | Downloaded async-stream v0.3.6 |
147 | 2024-12-13T19:56:55.749Z | Downloaded async-trait v0.1.83 |
148 | 2024-12-13T19:56:55.754Z | Downloaded ident_case v1.0.1 |
149 | 2024-12-13T19:56:55.759Z | Downloaded darling_macro v0.20.10 |
150 | 2024-12-13T19:56:55.763Z | Downloaded foreign-types v0.3.2 |
151 | 2024-12-13T19:56:55.766Z | Downloaded equivalent v1.0.1 |
152 | 2024-12-13T19:56:55.769Z | Downloaded http-body v1.0.1 |
153 | 2024-12-13T19:56:55.773Z | Downloaded icu_provider_macros v1.5.0 |
154 | 2024-12-13T19:56:55.782Z | Downloaded dtrace-parser v0.2.0 |
155 | 2024-12-13T19:56:55.791Z | Downloaded foreign-types-shared v0.1.1 |
156 | 2024-12-13T19:56:55.795Z | Downloaded instant v0.1.13 |
157 | 2024-12-13T19:56:55.798Z | Downloaded thread-id v4.2.2 |
158 | 2024-12-13T19:56:55.800Z | Downloaded tinystr v0.7.6 |
159 | 2024-12-13T19:56:55.802Z | Downloaded match_cfg v0.1.0 |
160 | 2024-12-13T19:56:55.802Z | Downloaded fnv v1.0.7 |
161 | 2024-12-13T19:56:55.802Z | Downloaded autocfg v1.4.0 |
162 | 2024-12-13T19:56:55.805Z | Downloaded time-core v0.1.2 |
163 | 2024-12-13T19:56:55.807Z | Downloaded heck v0.5.0 |
164 | 2024-12-13T19:56:55.807Z | Downloaded ahash v0.8.11 |
165 | 2024-12-13T19:56:55.810Z | Downloaded hex v0.4.3 |
166 | 2024-12-13T19:56:55.813Z | Downloaded thiserror-impl v1.0.69 |
167 | 2024-12-13T19:56:55.813Z | Downloaded tinyvec_macros v0.1.1 |
168 | 2024-12-13T19:56:55.815Z | Downloaded tinyvec v1.8.0 |
169 | 2024-12-13T19:56:55.817Z | Downloaded tower-service v0.3.3 |
170 | 2024-12-13T19:56:55.819Z | Downloaded thread_local v1.1.8 |
171 | 2024-12-13T19:56:55.819Z | Downloaded tokio-macros v2.4.0 |
172 | 2024-12-13T19:56:55.821Z | Downloaded idna_adapter v1.2.0 |
173 | 2024-12-13T19:56:55.821Z | Downloaded tokio-native-tls v0.3.1 |
174 | 2024-12-13T19:56:55.823Z | Downloaded try-lock v0.2.5 |
175 | 2024-12-13T19:56:55.826Z | Downloaded block-buffer v0.10.4 |
176 | 2024-12-13T19:56:55.826Z | Downloaded httpdate v1.0.3 |
177 | 2024-12-13T19:56:55.829Z | Downloaded cfg-if v1.0.0 |
178 | 2024-12-13T19:56:55.829Z | Downloaded tokio-rustls v0.26.0 |
179 | 2024-12-13T19:56:55.832Z | Downloaded toml_datetime v0.6.8 |
180 | 2024-12-13T19:56:55.832Z | Downloaded memmap v0.7.0 |
181 | 2024-12-13T19:56:55.835Z | Downloaded hostname v0.4.0 |
182 | 2024-12-13T19:56:55.835Z | Downloaded digest v0.10.7 |
183 | 2024-12-13T19:56:55.837Z | Downloaded tokio-rustls v0.25.0 |
184 | 2024-12-13T19:56:55.840Z | Downloaded typify-macro v0.2.0 |
185 | 2024-12-13T19:56:55.844Z | Downloaded hostname v0.3.1 |
186 | 2024-12-13T19:56:55.844Z | Downloaded futures-macro v0.3.31 |
187 | 2024-12-13T19:56:55.844Z | Downloaded usdt-attr-macro v0.5.0 |
188 | 2024-12-13T19:56:55.844Z | Downloaded dirs-sys-next v0.1.2 |
189 | 2024-12-13T19:56:55.847Z | Downloaded write16 v1.0.0 |
190 | 2024-12-13T19:56:55.847Z | Downloaded itoa v1.0.11 |
191 | 2024-12-13T19:56:55.849Z | Downloaded dof v0.3.0 |
192 | 2024-12-13T19:56:55.849Z | Downloaded usdt-macro v0.5.0 |
193 | 2024-12-13T19:56:55.852Z | Downloaded omicron-workspace-hack v0.1.0 |
194 | 2024-12-13T19:56:55.852Z | Downloaded ipnetwork v0.20.0 |
195 | 2024-12-13T19:56:55.854Z | Downloaded zerofrom v0.1.4 |
196 | 2024-12-13T19:56:55.855Z | Downloaded waitgroup v0.1.2 |
197 | 2024-12-13T19:56:55.857Z | Downloaded is-terminal v0.4.13 |
198 | 2024-12-13T19:56:55.857Z | Downloaded http-body-util v0.1.2 |
199 | 2024-12-13T19:56:55.860Z | Downloaded cpufeatures v0.2.14 |
200 | 2024-12-13T19:56:55.860Z | Downloaded form_urlencoded v1.2.1 |
201 | 2024-12-13T19:56:55.862Z | Downloaded typify v0.2.0 |
202 | 2024-12-13T19:56:55.864Z | Downloaded futures-sink v0.3.31 |
203 | 2024-12-13T19:56:55.864Z | Downloaded allocator-api2 v0.2.18 |
204 | 2024-12-13T19:56:55.867Z | Downloaded num-conv v0.1.0 |
205 | 2024-12-13T19:56:55.869Z | Downloaded openssl-macros v0.1.1 |
206 | 2024-12-13T19:56:55.869Z | Downloaded macaddr v1.0.1 |
207 | 2024-12-13T19:56:55.872Z | Downloaded dyn-clone v1.0.17 |
208 | 2024-12-13T19:56:55.872Z | Downloaded yoke-derive v0.7.4 |
209 | 2024-12-13T19:56:55.875Z | Downloaded dirs-next v2.0.0 |
210 | 2024-12-13T19:56:55.875Z | Downloaded scroll_derive v0.12.0 |
211 | 2024-12-13T19:56:55.879Z | Downloaded take_mut v0.2.2 |
212 | 2024-12-13T19:56:55.879Z | Downloaded crypto-common v0.1.6 |
213 | 2024-12-13T19:56:55.879Z | Downloaded time-macros v0.2.18 |
214 | 2024-12-13T19:56:55.879Z | Downloaded progenitor-client v0.8.0 |
215 | 2024-12-13T19:56:55.882Z | Downloaded generic-array v0.14.7 |
216 | 2024-12-13T19:56:55.882Z | Downloaded pretty-hex v0.4.1 |
217 | 2024-12-13T19:56:55.885Z | Downloaded want v0.3.1 |
218 | 2024-12-13T19:56:55.885Z | Downloaded utf16_iter v1.0.5 |
219 | 2024-12-13T19:56:55.885Z | Downloaded icu_locid_transform v1.5.0 |
220 | 2024-12-13T19:56:55.887Z | Downloaded iana-time-zone v0.1.61 |
221 | 2024-12-13T19:56:55.890Z | Downloaded num_threads v0.1.7 |
222 | 2024-12-13T19:56:55.893Z | Downloaded version_check v0.9.5 |
223 | 2024-12-13T19:56:55.893Z | Downloaded getrandom v0.2.15 |
224 | 2024-12-13T19:56:55.895Z | Downloaded utf8_iter v1.0.4 |
225 | 2024-12-13T19:56:55.897Z | Downloaded newtype-uuid v1.1.3 |
226 | 2024-12-13T19:56:55.898Z | Downloaded sync_wrapper v1.0.1 |
227 | 2024-12-13T19:56:55.900Z | Downloaded futures-task v0.3.31 |
228 | 2024-12-13T19:56:55.900Z | Downloaded usdt v0.5.0 |
229 | 2024-12-13T19:56:55.900Z | Downloaded futures-core v0.3.31 |
230 | 2024-12-13T19:56:55.903Z | Downloaded backoff v0.4.0 |
231 | 2024-12-13T19:56:55.905Z | Downloaded zerofrom-derive v0.1.4 |
232 | 2024-12-13T19:56:55.905Z | Downloaded ucd-trie v0.1.7 |
233 | 2024-12-13T19:56:55.908Z | Downloaded futures-io v0.3.31 |
234 | 2024-12-13T19:56:55.908Z | Downloaded toml v0.8.19 |
235 | 2024-12-13T19:56:55.910Z | Downloaded openssl-probe v0.1.5 |
236 | 2024-12-13T19:56:55.913Z | Downloaded typenum v1.17.0 |
237 | 2024-12-13T19:56:55.915Z | Downloaded parse-display-derive v0.10.0 |
238 | 2024-12-13T19:56:55.916Z | Downloaded paste v1.0.15 |
239 | 2024-12-13T19:56:55.918Z | Downloaded parse-display v0.10.0 |
240 | 2024-12-13T19:56:55.920Z | Downloaded mime v0.3.17 |
241 | 2024-12-13T19:56:55.920Z | Downloaded plain v0.2.3 |
242 | 2024-12-13T19:56:55.923Z | Downloaded httparse v1.9.5 |
243 | 2024-12-13T19:56:55.926Z | Downloaded pest_generator v2.7.14 |
244 | 2024-12-13T19:56:55.926Z | Downloaded quinn-udp v0.5.5 |
245 | 2024-12-13T19:56:55.929Z | Downloaded powerfmt v0.2.0 |
246 | 2024-12-13T19:56:55.929Z | Downloaded strum v0.26.3 |
247 | 2024-12-13T19:56:55.931Z | Downloaded pkg-config v0.3.31 |
248 | 2024-12-13T19:56:55.931Z | Downloaded percent-encoding v2.3.1 |
249 | 2024-12-13T19:56:55.931Z | Downloaded darling v0.20.10 |
250 | 2024-12-13T19:56:55.935Z | Downloaded rand_core v0.6.4 |
251 | 2024-12-13T19:56:55.937Z | Downloaded progenitor-macro v0.8.0 |
252 | 2024-12-13T19:56:55.937Z | Downloaded lock_api v0.4.12 |
253 | 2024-12-13T19:56:55.940Z | Downloaded ipnet v2.10.1 |
254 | 2024-12-13T19:56:55.942Z | Downloaded rand_chacha v0.3.1 |
255 | 2024-12-13T19:56:55.942Z | Downloaded progenitor v0.8.0 |
256 | 2024-12-13T19:56:55.945Z | Downloaded pin-utils v0.1.0 |
257 | 2024-12-13T19:56:55.945Z | Downloaded zerovec-derive v0.10.3 |
258 | 2024-12-13T19:56:55.947Z | Downloaded writeable v0.5.5 |
259 | 2024-12-13T19:56:55.947Z | Downloaded zeroize v1.8.1 |
260 | 2024-12-13T19:56:55.950Z | Downloaded serde_spanned v0.6.8 |
261 | 2024-12-13T19:56:55.950Z | Downloaded sha1 v0.10.6 |
262 | 2024-12-13T19:56:55.953Z | Downloaded scopeguard v1.2.0 |
263 | 2024-12-13T19:56:55.953Z | Downloaded schemars_derive v0.8.21 |
264 | 2024-12-13T19:56:55.956Z | Downloaded synstructure v0.13.1 |
265 | 2024-12-13T19:56:55.956Z | Downloaded native-tls v0.2.12 |
266 | 2024-12-13T19:56:55.962Z | Downloaded slog-bunyan v2.5.0 |
267 | 2024-12-13T19:56:55.962Z | Downloaded tracing v0.1.40 |
268 | 2024-12-13T19:56:55.965Z | Downloaded structmeta v0.3.0 |
269 | 2024-12-13T19:56:55.965Z | Downloaded strsim v0.11.1 |
270 | 2024-12-13T19:56:55.965Z | Downloaded dropshot_endpoint v0.13.0 |
271 | 2024-12-13T19:56:55.967Z | Downloaded icu_normalizer v1.5.0 |
272 | 2024-12-13T19:56:55.971Z | Downloaded ppv-lite86 v0.2.20 |
273 | 2024-12-13T19:56:55.973Z | Downloaded once_cell v1.20.2 |
274 | 2024-12-13T19:56:55.976Z | Downloaded indexmap v1.9.3 |
275 | 2024-12-13T19:56:55.979Z | Downloaded subtle v2.6.1 |
276 | 2024-12-13T19:56:55.979Z | Downloaded log v0.4.22 |
277 | 2024-12-13T19:56:55.981Z | Downloaded pest_derive v2.7.14 |
278 | 2024-12-13T19:56:55.984Z | Downloaded multer v3.1.0 |
279 | 2024-12-13T19:56:55.987Z | Downloaded num-traits v0.2.19 |
280 | 2024-12-13T19:56:55.989Z | Downloaded bitflags v2.6.0 |
281 | 2024-12-13T19:56:55.993Z | Downloaded rustls-pemfile v2.2.0 |
282 | 2024-12-13T19:56:55.995Z | Downloaded slog-async v2.8.0 |
283 | 2024-12-13T19:56:55.999Z | Downloaded icu_normalizer_data v1.5.0 |
284 | 2024-12-13T19:56:55.999Z | Downloaded rustversion v1.0.17 |
285 | 2024-12-13T19:56:56.002Z | Downloaded smallvec v1.13.2 |
286 | 2024-12-13T19:56:56.002Z | Downloaded futures-channel v0.3.31 |
287 | 2024-12-13T19:56:56.007Z | Downloaded litemap v0.7.3 |
288 | 2024-12-13T19:56:56.011Z | Downloaded serde_urlencoded v0.7.1 |
289 | 2024-12-13T19:56:56.011Z | Downloaded proc-macro2 v1.0.89 |
290 | 2024-12-13T19:56:56.013Z | Downloaded thiserror v1.0.69 |
291 | 2024-12-13T19:56:56.015Z | Downloaded term v0.7.0 |
292 | 2024-12-13T19:56:56.018Z | Downloaded spin v0.9.8 |
293 | 2024-12-13T19:56:56.020Z | Downloaded icu_locid v1.5.0 |
294 | 2024-12-13T19:56:56.024Z | Downloaded time v0.3.36 |
295 | 2024-12-13T19:56:56.031Z | Downloaded openssl-sys v0.9.103 |
296 | 2024-12-13T19:56:56.036Z | Downloaded pest_meta v2.7.14 |
297 | 2024-12-13T19:56:56.039Z | Downloaded parking_lot v0.12.3 |
298 | 2024-12-13T19:56:56.042Z | Downloaded url v2.5.3 |
299 | 2024-12-13T19:56:56.045Z | Downloaded unsafe-libyaml v0.2.11 |
300 | 2024-12-13T19:56:56.048Z | Downloaded serde_derive v1.0.215 |
301 | 2024-12-13T19:56:56.051Z | Downloaded socket2 v0.5.7 |
302 | 2024-12-13T19:56:56.053Z | Downloaded slog-term v2.9.1 |
303 | 2024-12-13T19:56:56.053Z | Downloaded rand v0.8.5 |
304 | 2024-12-13T19:56:56.057Z | Downloaded sha2 v0.10.8 |
305 | 2024-12-13T19:56:56.059Z | Downloaded serde_derive_internals v0.29.1 |
306 | 2024-12-13T19:56:56.061Z | Downloaded mio v1.0.2 |
307 | 2024-12-13T19:56:56.066Z | Downloaded icu_collections v1.5.0 |
308 | 2024-12-13T19:56:56.071Z | Downloaded cc v1.1.30 |
309 | 2024-12-13T19:56:56.074Z | Downloaded tokio-util v0.7.12 |
310 | 2024-12-13T19:56:56.081Z | Downloaded hyper-util v0.1.10 |
311 | 2024-12-13T19:56:56.085Z | Downloaded rustls-pki-types v1.9.0 |
312 | 2024-12-13T19:56:56.088Z | Downloaded slog v2.7.0 |
313 | 2024-12-13T19:56:56.091Z | Downloaded ryu v1.0.18 |
314 | 2024-12-13T19:56:56.093Z | Downloaded schemars v0.8.21 |
315 | 2024-12-13T19:56:56.104Z | Downloaded zerovec v0.10.4 |
316 | 2024-12-13T19:56:56.111Z | Downloaded pest v2.7.14 |
317 | 2024-12-13T19:56:56.115Z | Downloaded zerocopy v0.7.35 |
318 | 2024-12-13T19:56:56.131Z | Downloaded serde_yaml v0.9.34+deprecated |
319 | 2024-12-13T19:56:56.134Z | Downloaded winnow v0.6.20 |
320 | 2024-12-13T19:56:56.142Z | Downloaded serde v1.0.215 |
321 | 2024-12-13T19:56:56.145Z | Downloaded serde_with v3.11.0 |
322 | 2024-12-13T19:56:56.153Z | Downloaded memchr v2.7.4 |
323 | 2024-12-13T19:56:56.157Z | Downloaded quinn-proto v0.11.8 |
324 | 2024-12-13T19:56:56.163Z | Downloaded http v1.1.0 |
325 | 2024-12-13T19:56:56.167Z | Downloaded hashbrown v0.15.1 |
326 | 2024-12-13T19:56:56.172Z | Downloaded vcpkg v0.2.15 |
327 | 2024-12-13T19:56:56.208Z | Downloaded idna v1.0.3 |
328 | 2024-12-13T19:56:56.215Z | Downloaded webpki-roots v0.26.6 |
329 | 2024-12-13T19:56:56.219Z | Downloaded hyper v1.5.0 |
330 | 2024-12-13T19:56:56.221Z | Downloaded aho-corasick v1.1.3 |
331 | 2024-12-13T19:56:56.226Z | Downloaded openssl v0.10.66 |
332 | 2024-12-13T19:56:56.235Z | Downloaded hashbrown v0.14.5 |
333 | 2024-12-13T19:56:56.241Z | Downloaded h2 v0.4.6 |
334 | 2024-12-13T19:56:56.246Z | Downloaded hashbrown v0.12.3 |
335 | 2024-12-13T19:56:56.249Z | Downloaded futures-util v0.3.31 |
336 | 2024-12-13T19:56:56.260Z | Downloaded serde_json v1.0.132 |
337 | 2024-12-13T19:56:56.268Z | Downloaded rustls v0.22.4 |
338 | 2024-12-13T19:56:56.279Z | Downloaded openapiv3 v2.0.0 |
339 | 2024-12-13T19:56:56.289Z | Downloaded rustls-webpki v0.102.8 |
340 | 2024-12-13T19:56:56.306Z | Downloaded goblin v0.8.2 |
341 | 2024-12-13T19:56:56.311Z | Downloaded typify-impl v0.2.0 |
342 | 2024-12-13T19:56:56.324Z | Downloaded regex v1.11.1 |
343 | 2024-12-13T19:56:56.335Z | Downloaded icu_properties_data v1.5.0 |
344 | 2024-12-13T19:56:56.345Z | Downloaded syn v2.0.87 |
345 | 2024-12-13T19:56:56.355Z | Downloaded chrono v0.4.38 |
346 | 2024-12-13T19:56:56.361Z | Downloaded regress v0.10.1 |
347 | 2024-12-13T19:56:56.369Z | Downloaded dropshot v0.13.0 |
348 | 2024-12-13T19:56:56.388Z | Downloaded rustls v0.23.14 |
349 | 2024-12-13T19:56:56.398Z | Downloaded regress v0.9.1 |
350 | 2024-12-13T19:56:56.406Z | Downloaded regex-syntax v0.8.5 |
351 | 2024-12-13T19:56:56.413Z | Downloaded reqwest v0.12.9 |
352 | 2024-12-13T19:56:56.420Z | Downloaded crossbeam-channel v0.5.13 |
353 | 2024-12-13T19:56:56.424Z | Downloaded indexmap v2.6.0 |
354 | 2024-12-13T19:56:56.428Z | Downloaded quinn v0.11.5 |
355 | 2024-12-13T19:56:56.432Z | Downloaded shlex v1.3.0 |
356 | 2024-12-13T19:56:56.435Z | Downloaded base64 v0.22.1 |
357 | 2024-12-13T19:56:56.438Z | Downloaded signal-hook-registry v1.4.2 |
358 | 2024-12-13T19:56:56.438Z | Downloaded toml_edit v0.22.22 |
359 | 2024-12-13T19:56:56.456Z | Downloaded tokio v1.40.0 |
360 | 2024-12-13T19:56:56.490Z | Downloaded bytes v1.8.0 |
361 | 2024-12-13T19:56:56.493Z | Downloaded icu_properties v1.5.1 |
362 | 2024-12-13T19:56:56.495Z | Downloaded darling_core v0.20.10 |
363 | 2024-12-13T19:56:56.499Z | Downloaded uuid v1.11.0 |
364 | 2024-12-13T19:56:56.502Z | Downloaded scroll v0.12.0 |
365 | 2024-12-13T19:56:56.504Z | Downloaded strum_macros v0.26.4 |
366 | 2024-12-13T19:56:56.506Z | Downloaded semver v1.0.23 |
367 | 2024-12-13T19:56:56.509Z | Downloaded serde_with_macros v3.11.0 |
368 | 2024-12-13T19:56:56.512Z | Downloaded progenitor-impl v0.8.0 |
369 | 2024-12-13T19:56:56.512Z | Downloaded unicode-ident v1.0.13 |
370 | 2024-12-13T19:56:56.515Z | Downloaded parking_lot_core v0.9.10 |
371 | 2024-12-13T19:56:56.515Z | Downloaded rustc-hash v2.0.0 |
372 | 2024-12-13T19:56:56.517Z | Downloaded slab v0.4.9 |
373 | 2024-12-13T19:56:56.517Z | Downloaded pin-project-lite v0.2.14 |
374 | 2024-12-13T19:56:56.521Z | Downloaded quote v1.0.37 |
375 | 2024-12-13T19:56:56.524Z | Downloaded icu_provider v1.5.0 |
376 | 2024-12-13T19:56:56.526Z | Downloaded futures v0.3.31 |
377 | 2024-12-13T19:56:56.530Z | Downloaded structmeta-derive v0.3.0 |
378 | 2024-12-13T19:56:56.533Z | Downloaded serde_tokenstream v0.2.2 |
379 | 2024-12-13T19:56:56.533Z | Downloaded regex-automata v0.4.8 |
380 | 2024-12-13T19:56:56.548Z | Downloaded crossbeam-utils v0.8.20 |
381 | 2024-12-13T19:56:56.551Z | Downloaded camino v1.1.9 |
382 | 2024-12-13T19:56:56.551Z | Downloaded icu_locid_transform_data v1.5.0 |
383 | 2024-12-13T19:56:56.554Z | Downloaded zerocopy-derive v0.7.35 |
384 | 2024-12-13T19:56:56.557Z | Downloaded tracing-core v0.1.32 |
385 | 2024-12-13T19:56:56.560Z | Downloaded stable_deref_trait v1.2.0 |
386 | 2024-12-13T19:56:56.562Z | Downloaded slog-json v2.6.1 |
387 | 2024-12-13T19:56:56.562Z | Downloaded serde_path_to_error v0.1.16 |
388 | 2024-12-13T19:56:56.565Z | Downloaded yoke v0.7.4 |
389 | 2024-12-13T19:56:56.565Z | Downloaded usdt-impl v0.5.0 |
390 | 2024-12-13T19:56:56.568Z | Downloaded displaydoc v0.2.5 |
391 | 2024-12-13T19:56:56.568Z | Downloaded untrusted v0.9.0 |
392 | 2024-12-13T19:56:56.570Z | Downloaded hyper-rustls v0.27.3 |
393 | 2024-12-13T19:56:56.572Z | Downloaded libc v0.2.162 |
394 | 2024-12-13T19:56:56.603Z | Downloaded futures-executor v0.3.31 |
395 | 2024-12-13T19:56:56.606Z | Downloaded debug-ignore v1.0.5 |
396 | 2024-12-13T19:56:56.607Z | Downloaded byteorder v1.5.0 |
397 | 2024-12-13T19:56:56.607Z | Downloaded deranged v0.3.11 |
398 | 2024-12-13T19:56:56.607Z | Downloaded hyper-tls v0.6.0 |
399 | 2024-12-13T19:56:56.607Z | Downloaded atomic-waker v1.1.2 |
400 | 2024-12-13T19:56:56.607Z | Downloaded anyhow v1.0.93 |
401 | 2024-12-13T19:56:56.680Z | Downloaded encoding_rs v0.8.34 |
402 | 2024-12-13T19:56:56.890Z | Downloaded ring v0.17.8 |
403 | 2024-12-13T19:56:57.216Z | Compiling proc-macro2 v1.0.89 |
404 | 2024-12-13T19:56:57.216Z | Compiling unicode-ident v1.0.13 |
405 | 2024-12-13T19:56:57.216Z | Compiling libc v0.2.162 |
406 | 2024-12-13T19:56:57.219Z | Checking cfg-if v1.0.0 |
407 | 2024-12-13T19:56:57.219Z | Compiling autocfg v1.4.0 |
408 | 2024-12-13T19:56:57.219Z | Compiling serde v1.0.215 |
409 | 2024-12-13T19:56:57.241Z | Compiling version_check v0.9.5 |
410 | 2024-12-13T19:56:57.263Z | Checking memchr v2.7.4 |
411 | 2024-12-13T19:56:57.347Z | Checking itoa v1.0.11 |
412 | 2024-12-13T19:56:57.399Z | Compiling serde_json v1.0.132 |
413 | 2024-12-13T19:56:57.863Z | Compiling thiserror v1.0.69 |
414 | 2024-12-13T19:56:58.045Z | Checking once_cell v1.20.2 |
415 | 2024-12-13T19:56:58.060Z | Compiling shlex v1.3.0 |
416 | 2024-12-13T19:56:58.258Z | Compiling cc v1.1.30 |
417 | 2024-12-13T19:56:58.589Z | Checking pin-project-lite v0.2.14 |
418 | 2024-12-13T19:56:58.982Z | Compiling num-traits v0.2.19 |
419 | 2024-12-13T19:56:59.604Z | Checking smallvec v1.13.2 |
420 | 2024-12-13T19:56:59.695Z | Checking ryu v1.0.18 |
421 | 2024-12-13T19:56:59.749Z | Checking bytes v1.8.0 |
422 | 2024-12-13T19:56:59.933Z | Checking futures-core v0.3.31 |
423 | 2024-12-13T19:56:59.951Z | Compiling lock_api v0.4.12 |
424 | 2024-12-13T19:57:00.116Z | Compiling parking_lot_core v0.9.10 |
425 | 2024-12-13T19:57:00.134Z | Compiling byteorder v1.5.0 |
426 | 2024-12-13T19:57:00.308Z | Compiling ahash v0.8.11 |
427 | 2024-12-13T19:57:00.467Z | Checking getrandom v0.2.15 |
428 | 2024-12-13T19:57:00.487Z | Compiling schemars v0.8.21 |
429 | 2024-12-13T19:57:00.569Z | Checking scopeguard v1.2.0 |
430 | 2024-12-13T19:57:00.677Z | Compiling slab v0.4.9 |
431 | 2024-12-13T19:57:00.746Z | Checking futures-sink v0.3.31 |
432 | 2024-12-13T19:57:00.765Z | Checking log v0.4.22 |
433 | 2024-12-13T19:57:00.832Z | Compiling quote v1.0.37 |
434 | 2024-12-13T19:57:00.876Z | Checking socket2 v0.5.7 |
435 | 2024-12-13T19:57:00.895Z | Checking mio v1.0.2 |
436 | 2024-12-13T19:57:00.913Z | Checking signal-hook-registry v1.4.2 |
437 | 2024-12-13T19:57:01.033Z | Checking stable_deref_trait v1.2.0 |
438 | 2024-12-13T19:57:01.132Z | Compiling ring v0.17.8 |
439 | 2024-12-13T19:57:01.148Z | Checking parking_lot v0.12.3 |
440 | 2024-12-13T19:57:01.188Z | Compiling semver v1.0.23 |
441 | 2024-12-13T19:57:01.350Z | Compiling syn v2.0.87 |
442 | 2024-12-13T19:57:01.438Z | Checking fnv v1.0.7 |
443 | 2024-12-13T19:57:01.457Z | Checking hashbrown v0.15.1 |
444 | 2024-12-13T19:57:01.480Z | Checking equivalent v1.0.1 |
445 | 2024-12-13T19:57:01.496Z | Checking futures-channel v0.3.31 |
446 | 2024-12-13T19:57:01.498Z | Checking futures-io v0.3.31 |
447 | 2024-12-13T19:57:01.562Z | Checking http v1.1.0 |
448 | 2024-12-13T19:57:01.581Z | Checking pin-utils v0.1.0 |
449 | 2024-12-13T19:57:01.660Z | Checking futures-task v0.3.31 |
450 | 2024-12-13T19:57:01.680Z | Compiling vcpkg v0.2.15 |
451 | 2024-12-13T19:57:01.746Z | Checking rustls-pki-types v1.9.0 |
452 | 2024-12-13T19:57:01.857Z | Compiling pkg-config v0.3.31 |
453 | 2024-12-13T19:57:01.894Z | Checking spin v0.9.8 |
454 | 2024-12-13T19:57:02.117Z | Compiling heck v0.5.0 |
455 | 2024-12-13T19:57:02.483Z | Checking writeable v0.5.5 |
456 | 2024-12-13T19:57:02.540Z | Checking iana-time-zone v0.1.61 |
457 | 2024-12-13T19:57:02.749Z | Checking litemap v0.7.3 |
458 | 2024-12-13T19:57:02.783Z | Compiling ucd-trie v0.1.7 |
459 | 2024-12-13T19:57:02.916Z | Compiling httparse v1.9.5 |
460 | 2024-12-13T19:57:03.004Z | Checking untrusted v0.9.0 |
461 | 2024-12-13T19:57:03.157Z | Checking tracing-core v0.1.32 |
462 | 2024-12-13T19:57:03.202Z | Checking dyn-clone v1.0.17 |
463 | 2024-12-13T19:57:03.229Z | Compiling openssl-sys v0.9.103 |
464 | 2024-12-13T19:57:03.479Z | Compiling allocator-api2 v0.2.18 |
465 | 2024-12-13T19:57:03.651Z | Checking atomic-waker v1.1.2 |
466 | 2024-12-13T19:57:03.781Z | Checking tracing v0.1.40 |
467 | 2024-12-13T19:57:04.094Z | Checking http-body v1.0.1 |
468 | 2024-12-13T19:57:04.228Z | Checking try-lock v0.2.5 |
469 | 2024-12-13T19:57:04.333Z | Checking subtle v2.6.1 |
470 | 2024-12-13T19:57:04.352Z | Checking zeroize v1.8.1 |
471 | 2024-12-13T19:57:04.386Z | Checking icu_locid_transform_data v1.5.0 |
472 | 2024-12-13T19:57:04.448Z | Compiling uuid v1.11.0 |
473 | 2024-12-13T19:57:04.541Z | Compiling chrono v0.4.38 |
474 | 2024-12-13T19:57:04.560Z | Checking want v0.3.1 |
475 | 2024-12-13T19:57:04.611Z | Checking icu_properties_data v1.5.0 |
476 | 2024-12-13T19:57:04.765Z | Checking foreign-types-shared v0.1.1 |
477 | 2024-12-13T19:57:04.787Z | Compiling slog v2.7.0 |
478 | 2024-12-13T19:57:04.832Z | Compiling openssl v0.10.66 |
479 | 2024-12-13T19:57:04.964Z | Checking httpdate v1.0.3 |
480 | 2024-12-13T19:57:05.194Z | Checking foreign-types v0.3.2 |
481 | 2024-12-13T19:57:05.216Z | Compiling aho-corasick v1.1.3 |
482 | 2024-12-13T19:57:05.268Z | Compiling rustls v0.23.14 |
483 | 2024-12-13T19:57:05.298Z | Checking utf8_iter v1.0.4 |
484 | 2024-12-13T19:57:05.468Z | Compiling regex-syntax v0.8.5 |
485 | 2024-12-13T19:57:05.539Z | Compiling typenum v1.17.0 |
486 | 2024-12-13T19:57:06.381Z | Checking tower-service v0.3.3 |
487 | 2024-12-13T19:57:06.489Z | Checking percent-encoding v2.3.1 |
488 | 2024-12-13T19:57:06.710Z | Checking utf16_iter v1.0.5 |
489 | 2024-12-13T19:57:06.787Z | Checking bitflags v2.6.0 |
490 | 2024-12-13T19:57:06.841Z | Compiling native-tls v0.2.12 |
491 | 2024-12-13T19:57:06.977Z | Checking write16 v1.0.0 |
492 | 2024-12-13T19:57:07.098Z | Checking icu_normalizer_data v1.5.0 |
493 | 2024-12-13T19:57:07.145Z | Checking form_urlencoded v1.2.1 |
494 | 2024-12-13T19:57:07.293Z | Compiling generic-array v0.14.7 |
495 | 2024-12-13T19:57:07.799Z | Compiling synstructure v0.13.1 |
496 | 2024-12-13T19:57:08.713Z | Compiling serde_derive_internals v0.29.1 |
497 | 2024-12-13T19:57:09.054Z | Compiling regex-automata v0.4.8 |
498 | 2024-12-13T19:57:09.107Z | Checking openssl-probe v0.1.5 |
499 | 2024-12-13T19:57:10.112Z | Compiling usdt-impl v0.5.0 |
500 | 2024-12-13T19:57:10.432Z | Checking encoding_rs v0.8.34 |
501 | 2024-12-13T19:57:10.497Z | Checking mime v0.3.17 |
502 | 2024-12-13T19:57:10.710Z | Compiling time-core v0.1.2 |
503 | 2024-12-13T19:57:10.827Z | Compiling num-conv v0.1.0 |
504 | 2024-12-13T19:57:10.868Z | Checking powerfmt v0.2.0 |
505 | 2024-12-13T19:57:11.079Z | Compiling time-macros v0.2.18 |
506 | 2024-12-13T19:57:11.144Z | Checking deranged v0.3.11 |
507 | 2024-12-13T19:57:12.662Z | Compiling thread-id v4.2.2 |
508 | 2024-12-13T19:57:12.768Z | Checking rustls-pemfile v2.2.0 |
509 | 2024-12-13T19:57:12.866Z | Checking webpki-roots v0.26.6 |
510 | 2024-12-13T19:57:12.958Z | Checking plain v0.2.3 |
511 | 2024-12-13T19:57:12.996Z | Compiling ident_case v1.0.1 |
512 | 2024-12-13T19:57:13.051Z | Compiling serde_derive v1.0.215 |
513 | 2024-12-13T19:57:13.069Z | Compiling zerocopy-derive v0.7.35 |
514 | 2024-12-13T19:57:13.091Z | Compiling thiserror-impl v1.0.69 |
515 | 2024-12-13T19:57:13.162Z | Compiling zerofrom-derive v0.1.4 |
516 | 2024-12-13T19:57:13.675Z | Compiling schemars_derive v0.8.21 |
517 | 2024-12-13T19:57:14.188Z | Compiling yoke-derive v0.7.4 |
518 | 2024-12-13T19:57:15.003Z | Compiling zerocopy v0.7.35 |
519 | 2024-12-13T19:57:16.488Z | Checking zerofrom v0.1.4 |
520 | 2024-12-13T19:57:16.531Z | Compiling tokio-macros v2.4.0 |
521 | 2024-12-13T19:57:16.550Z | Compiling zerovec-derive v0.10.3 |
522 | 2024-12-13T19:57:16.684Z | Compiling displaydoc v0.2.5 |
523 | 2024-12-13T19:57:16.727Z | Compiling futures-macro v0.3.31 |
524 | 2024-12-13T19:57:16.804Z | Checking yoke v0.7.4 |
525 | 2024-12-13T19:57:17.393Z | Compiling pest v2.7.14 |
526 | 2024-12-13T19:57:17.751Z | Compiling icu_provider_macros v1.5.0 |
527 | 2024-12-13T19:57:18.028Z | Checking tokio v1.40.0 |
528 | 2024-12-13T19:57:18.253Z | Compiling hashbrown v0.14.5 |
529 | 2024-12-13T19:57:18.532Z | Checking futures-util v0.3.31 |
530 | 2024-12-13T19:57:18.940Z | Checking zerovec v0.10.4 |
531 | 2024-12-13T19:57:19.312Z | Checking rustls-webpki v0.102.8 |
532 | 2024-12-13T19:57:19.348Z | Compiling openssl-macros v0.1.1 |
533 | 2024-12-13T19:57:19.577Z | Compiling regress v0.10.1 |
534 | 2024-12-13T19:57:20.051Z | Compiling pest_meta v2.7.14 |
535 | 2024-12-13T19:57:20.591Z | Checking tinystr v0.7.6 |
536 | 2024-12-13T19:57:20.987Z | Checking icu_locid v1.5.0 |
537 | 2024-12-13T19:57:22.077Z | Checking icu_provider v1.5.0 |
538 | 2024-12-13T19:57:22.752Z | Checking icu_locid_transform v1.5.0 |
539 | 2024-12-13T19:57:23.694Z | Compiling pest_generator v2.7.14 |
540 | 2024-12-13T19:57:23.743Z | Checking icu_collections v1.5.0 |
541 | 2024-12-13T19:57:24.427Z | Checking icu_properties v1.5.1 |
542 | 2024-12-13T19:57:25.068Z | Checking tokio-util v0.7.12 |
543 | 2024-12-13T19:57:25.466Z | Compiling pest_derive v2.7.14 |
544 | 2024-12-13T19:57:25.484Z | Checking http-body-util v0.1.2 |
545 | 2024-12-13T19:57:25.836Z | Checking indexmap v2.6.0 |
546 | 2024-12-13T19:57:26.462Z | Compiling serde_tokenstream v0.2.2 |
547 | 2024-12-13T19:57:27.137Z | Checking h2 v0.4.6 |
548 | 2024-12-13T19:57:27.401Z | Compiling scroll_derive v0.12.0 |
549 | 2024-12-13T19:57:27.575Z | Checking icu_normalizer v1.5.0 |
550 | 2024-12-13T19:57:27.677Z | Compiling regex v1.11.1 |
551 | 2024-12-13T19:57:28.432Z | Checking idna_adapter v1.2.0 |
552 | 2024-12-13T19:57:28.619Z | Checking idna v1.0.3 |
553 | 2024-12-13T19:57:28.666Z | Compiling dof v0.3.0 |
554 | 2024-12-13T19:57:28.854Z | Checking scroll v0.12.0 |
555 | 2024-12-13T19:57:28.889Z | Checking tokio-native-tls v0.3.1 |
556 | 2024-12-13T19:57:29.118Z | Compiling dtrace-parser v0.2.0 |
557 | 2024-12-13T19:57:29.142Z | Checking serde_urlencoded v0.7.1 |
558 | 2024-12-13T19:57:29.597Z | Checking tokio-rustls v0.26.0 |
559 | 2024-12-13T19:57:29.600Z | Checking base64 v0.22.1 |
560 | 2024-12-13T19:57:29.814Z | Checking num_threads v0.1.7 |
561 | 2024-12-13T19:57:30.096Z | Compiling strsim v0.11.1 |
562 | 2024-12-13T19:57:30.099Z | Compiling crossbeam-utils v0.8.20 |
563 | 2024-12-13T19:57:30.184Z | Compiling typify-impl v0.2.0 |
564 | 2024-12-13T19:57:30.918Z | Compiling darling_core v0.20.10 |
565 | 2024-12-13T19:57:31.276Z | Checking hyper v1.5.0 |
566 | 2024-12-13T19:57:31.819Z | Checking time v0.3.36 |
567 | 2024-12-13T19:57:33.386Z | Checking hyper-util v0.1.10 |
568 | 2024-12-13T19:57:33.643Z | Checking goblin v0.8.2 |
569 | 2024-12-13T19:57:33.728Z | Checking url v2.5.3 |
570 | 2024-12-13T19:57:33.889Z | Compiling openapiv3 v2.0.0 |
571 | 2024-12-13T19:57:34.923Z | Checking dirs-sys-next v0.1.2 |
572 | 2024-12-13T19:57:35.056Z | Checking hyper-rustls v0.27.3 |
573 | 2024-12-13T19:57:35.109Z | Checking hyper-tls v0.6.0 |
574 | 2024-12-13T19:57:35.390Z | Checking sync_wrapper v1.0.1 |
575 | 2024-12-13T19:57:35.515Z | Compiling rustversion v1.0.17 |
576 | 2024-12-13T19:57:35.534Z | Checking ipnet v2.10.1 |
577 | 2024-12-13T19:57:35.740Z | Compiling rustls v0.22.4 |
578 | 2024-12-13T19:57:35.979Z | Compiling unsafe-libyaml v0.2.11 |
579 | 2024-12-13T19:57:36.056Z | Compiling paste v1.0.15 |
580 | 2024-12-13T19:57:36.196Z | Checking pretty-hex v0.4.1 |
581 | 2024-12-13T19:57:36.378Z | Compiling omicron-workspace-hack v0.1.0 |
582 | 2024-12-13T19:57:36.746Z | Checking reqwest v0.12.9 |
583 | 2024-12-13T19:57:36.898Z | Checking dirs-next v2.0.0 |
584 | 2024-12-13T19:57:36.980Z | Compiling darling_macro v0.20.10 |
585 | 2024-12-13T19:57:37.523Z | Compiling serde_yaml v0.9.34+deprecated |
586 | 2024-12-13T19:57:37.949Z | Checking serde_spanned v0.6.8 |
587 | 2024-12-13T19:57:38.085Z | Checking toml_datetime v0.6.8 |
588 | 2024-12-13T19:57:38.111Z | Checking ppv-lite86 v0.2.20 |
589 | 2024-12-13T19:57:38.149Z | Compiling structmeta-derive v0.3.0 |
590 | 2024-12-13T19:57:38.196Z | Checking crypto-common v0.1.6 |
591 | 2024-12-13T19:57:38.344Z | Checking block-buffer v0.10.4 |
592 | 2024-12-13T19:57:38.360Z | Checking rand_core v0.6.4 |
593 | 2024-12-13T19:57:38.558Z | Checking thread_local v1.1.8 |
594 | 2024-12-13T19:57:38.599Z | Compiling multer v3.1.0 |
595 | 2024-12-13T19:57:38.658Z | Checking match_cfg v0.1.0 |
596 | 2024-12-13T19:57:38.743Z | Compiling newtype-uuid v1.1.3 |
597 | 2024-12-13T19:57:38.835Z | Checking winnow v0.6.20 |
598 | 2024-12-13T19:57:38.893Z | Compiling anyhow v1.0.93 |
599 | 2024-12-13T19:57:38.912Z | Compiling slog-async v2.8.0 |
600 | 2024-12-13T19:57:39.049Z | Compiling camino v1.1.9 |
601 | 2024-12-13T19:57:39.551Z | Checking rand_chacha v0.3.1 |
602 | 2024-12-13T19:57:39.711Z | Checking hostname v0.3.1 |
603 | 2024-12-13T19:57:39.826Z | Checking digest v0.10.7 |
604 | 2024-12-13T19:57:39.846Z | Checking crossbeam-channel v0.5.13 |
605 | 2024-12-13T19:57:39.864Z | Checking progenitor-client v0.8.0 |
606 | 2024-12-13T19:57:39.929Z | Compiling darling v0.20.10 |
607 | 2024-12-13T19:57:40.043Z | Checking term v0.7.0 |
608 | 2024-12-13T19:57:40.587Z | Compiling usdt-attr-macro v0.5.0 |
609 | 2024-12-13T19:57:40.736Z | Compiling structmeta v0.3.0 |
610 | 2024-12-13T19:57:41.127Z | Compiling usdt-macro v0.5.0 |
611 | 2024-12-13T19:57:41.144Z | Checking slog-json v2.6.1 |
612 | 2024-12-13T19:57:41.402Z | Checking futures-executor v0.3.31 |
613 | 2024-12-13T19:57:41.466Z | Compiling async-stream-impl v0.3.6 |
614 | 2024-12-13T19:57:41.508Z | Checking memmap v0.7.0 |
615 | 2024-12-13T19:57:41.930Z | Checking is-terminal v0.4.13 |
616 | 2024-12-13T19:57:41.964Z | Compiling dropshot v0.13.0 |
617 | 2024-12-13T19:57:41.964Z | Checking take_mut v0.2.2 |
618 | 2024-12-13T19:57:41.964Z | Checking toml_edit v0.22.22 |
619 | 2024-12-13T19:57:41.964Z | Checking cpufeatures v0.2.14 |
620 | 2024-12-13T19:57:41.997Z | Checking sha1 v0.10.6 |
621 | 2024-12-13T19:57:42.100Z | Checking slog-term v2.9.1 |
622 | 2024-12-13T19:57:42.245Z | Checking futures v0.3.31 |
623 | 2024-12-13T19:57:42.286Z | Compiling strum_macros v0.26.4 |
624 | 2024-12-13T19:57:42.364Z | Checking slog-bunyan v2.5.0 |
625 | 2024-12-13T19:57:42.379Z | Checking usdt v0.5.0 |
626 | 2024-12-13T19:57:42.519Z | Compiling parse-display-derive v0.10.0 |
627 | 2024-12-13T19:57:42.587Z | Compiling serde_with_macros v3.11.0 |
628 | 2024-12-13T19:57:42.619Z | Checking rand v0.8.5 |
629 | 2024-12-13T19:57:42.736Z | Checking async-stream v0.3.6 |
630 | 2024-12-13T19:57:43.921Z | Checking tokio-rustls v0.25.0 |
631 | 2024-12-13T19:57:44.043Z | Compiling typify-macro v0.2.0 |
632 | 2024-12-13T19:57:44.271Z | Checking ipnetwork v0.20.0 |
633 | 2024-12-13T19:57:44.288Z | Compiling dropshot_endpoint v0.13.0 |
634 | 2024-12-13T19:57:44.312Z | Checking hex v0.4.3 |
635 | 2024-12-13T19:57:44.480Z | Checking toml v0.8.19 |
636 | 2024-12-13T19:57:44.636Z | Checking serde_path_to_error v0.1.16 |
637 | 2024-12-13T19:57:44.847Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
638 | 2024-12-13T19:57:45.174Z | Compiling async-trait v0.1.83 |
639 | 2024-12-13T19:57:45.219Z | Checking waitgroup v0.1.2 |
640 | 2024-12-13T19:57:45.219Z | Checking hostname v0.4.0 |
641 | 2024-12-13T19:57:45.361Z | Checking instant v0.1.13 |
642 | 2024-12-13T19:57:45.380Z | Checking debug-ignore v1.0.5 |
643 | 2024-12-13T19:57:45.478Z | Checking backoff v0.4.0 |
644 | 2024-12-13T19:57:45.506Z | Checking serde_with v3.11.0 |
645 | 2024-12-13T19:57:45.629Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
646 | 2024-12-13T19:57:45.771Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
647 | 2024-12-13T19:57:45.774Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
648 | 2024-12-13T19:57:45.926Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
649 | 2024-12-13T19:57:46.127Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
650 | 2024-12-13T19:57:46.341Z | Checking parse-display v0.10.0 |
651 | 2024-12-13T19:57:46.476Z | Checking macaddr v1.0.1 |
652 | 2024-12-13T19:57:46.561Z | Checking regress v0.9.1 |
653 | 2024-12-13T19:57:46.700Z | Checking strum v0.26.3 |
654 | 2024-12-13T19:57:47.638Z | Compiling typify v0.2.0 |
655 | 2024-12-13T19:57:47.727Z | Compiling progenitor-impl v0.8.0 |
656 | 2024-12-13T19:57:50.391Z | Compiling progenitor-macro v0.8.0 |
657 | 2024-12-13T19:57:54.651Z | Checking progenitor v0.8.0 |
658 | 2024-12-13T19:57:54.782Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
659 | 2024-12-13T19:57:57.628Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
660 | 2024-12-13T19:58:05.052Z | Checking test-project v0.1.0 (/tmp/test-project) |
661 | 2024-12-13T19:58:05.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s |
662 | 2024-12-13T19:58:05.437Z | + cargo build --release |
663 | 2024-12-13T19:58:05.689Z | Compiling proc-macro2 v1.0.89 |
664 | 2024-12-13T19:58:05.689Z | Compiling unicode-ident v1.0.13 |
665 | 2024-12-13T19:58:05.689Z | Compiling libc v0.2.162 |
666 | 2024-12-13T19:58:05.689Z | Compiling cfg-if v1.0.0 |
667 | 2024-12-13T19:58:05.689Z | Compiling autocfg v1.4.0 |
668 | 2024-12-13T19:58:09.012Z | Compiling serde v1.0.215 |
669 | 2024-12-13T19:58:09.012Z | Compiling version_check v0.9.5 |
670 | 2024-12-13T19:58:09.012Z | Compiling memchr v2.7.4 |
671 | 2024-12-13T19:58:09.012Z | Compiling serde_json v1.0.132 |
672 | 2024-12-13T19:58:09.012Z | Compiling itoa v1.0.11 |
673 | 2024-12-13T19:58:09.012Z | Compiling thiserror v1.0.69 |
674 | 2024-12-13T19:58:09.012Z | Compiling once_cell v1.20.2 |
675 | 2024-12-13T19:58:09.012Z | Compiling shlex v1.3.0 |
676 | 2024-12-13T19:58:09.012Z | Compiling cc v1.1.30 |
677 | 2024-12-13T19:58:09.013Z | Compiling num-traits v0.2.19 |
678 | 2024-12-13T19:58:09.013Z | Compiling pin-project-lite v0.2.14 |
679 | 2024-12-13T19:58:09.013Z | Compiling smallvec v1.13.2 |
680 | 2024-12-13T19:58:09.013Z | Compiling getrandom v0.2.15 |
681 | 2024-12-13T19:58:09.014Z | Compiling bytes v1.8.0 |
682 | 2024-12-13T19:58:09.014Z | Compiling quote v1.0.37 |
683 | 2024-12-13T19:58:09.014Z | Compiling ryu v1.0.18 |
684 | 2024-12-13T19:58:09.014Z | Compiling futures-core v0.3.31 |
685 | 2024-12-13T19:58:09.014Z | Compiling lock_api v0.4.12 |
686 | 2024-12-13T19:58:09.014Z | Compiling syn v2.0.87 |
687 | 2024-12-13T19:58:09.014Z | Compiling ahash v0.8.11 |
688 | 2024-12-13T19:58:09.015Z | Compiling byteorder v1.5.0 |
689 | 2024-12-13T19:58:09.015Z | Compiling schemars v0.8.21 |
690 | 2024-12-13T19:58:09.015Z | Compiling parking_lot_core v0.9.10 |
691 | 2024-12-13T19:58:09.015Z | Compiling scopeguard v1.2.0 |
692 | 2024-12-13T19:58:09.015Z | Compiling slab v0.4.9 |
693 | 2024-12-13T19:58:09.015Z | Compiling log v0.4.22 |
694 | 2024-12-13T19:58:09.016Z | Compiling futures-sink v0.3.31 |
695 | 2024-12-13T19:58:09.049Z | Compiling socket2 v0.5.7 |
696 | 2024-12-13T19:58:09.049Z | Compiling mio v1.0.2 |
697 | 2024-12-13T19:58:09.060Z | Compiling signal-hook-registry v1.4.2 |
698 | 2024-12-13T19:58:09.060Z | Compiling semver v1.0.23 |
699 | 2024-12-13T19:58:09.075Z | Compiling parking_lot v0.12.3 |
700 | 2024-12-13T19:58:09.452Z | Compiling stable_deref_trait v1.2.0 |
701 | 2024-12-13T19:58:09.513Z | Compiling ring v0.17.8 |
702 | 2024-12-13T19:58:09.543Z | Compiling equivalent v1.0.1 |
703 | 2024-12-13T19:58:09.638Z | Compiling fnv v1.0.7 |
704 | 2024-12-13T19:58:09.762Z | Compiling hashbrown v0.15.1 |
705 | 2024-12-13T19:58:09.846Z | Compiling http v1.1.0 |
706 | 2024-12-13T19:58:10.560Z | Compiling futures-channel v0.3.31 |
707 | 2024-12-13T19:58:10.577Z | Compiling futures-io v0.3.31 |
708 | 2024-12-13T19:58:10.608Z | Compiling futures-task v0.3.31 |
709 | 2024-12-13T19:58:10.885Z | Compiling pin-utils v0.1.0 |
710 | 2024-12-13T19:58:10.961Z | Compiling spin v0.9.8 |
711 | 2024-12-13T19:58:10.993Z | Compiling pkg-config v0.3.31 |
712 | 2024-12-13T19:58:11.104Z | Compiling vcpkg v0.2.15 |
713 | 2024-12-13T19:58:11.187Z | Compiling heck v0.5.0 |
714 | 2024-12-13T19:58:11.196Z | Compiling rustls-pki-types v1.9.0 |
715 | 2024-12-13T19:58:12.186Z | Compiling ucd-trie v0.1.7 |
716 | 2024-12-13T19:58:12.203Z | Compiling untrusted v0.9.0 |
717 | 2024-12-13T19:58:12.382Z | Compiling litemap v0.7.3 |
718 | 2024-12-13T19:58:12.717Z | Compiling openssl-sys v0.9.103 |
719 | 2024-12-13T19:58:12.731Z | Compiling httparse v1.9.5 |
720 | 2024-12-13T19:58:12.808Z | Compiling iana-time-zone v0.1.61 |
721 | 2024-12-13T19:58:13.019Z | Compiling writeable v0.5.5 |
722 | 2024-12-13T19:58:13.492Z | Compiling tracing-core v0.1.32 |
723 | 2024-12-13T19:58:13.759Z | Compiling atomic-waker v1.1.2 |
724 | 2024-12-13T19:58:13.816Z | Compiling allocator-api2 v0.2.18 |
725 | 2024-12-13T19:58:14.121Z | Compiling dyn-clone v1.0.17 |
726 | 2024-12-13T19:58:14.312Z | Compiling tracing v0.1.40 |
727 | 2024-12-13T19:58:14.585Z | Compiling http-body v1.0.1 |
728 | 2024-12-13T19:58:14.815Z | Compiling uuid v1.11.0 |
729 | 2024-12-13T19:58:14.991Z | Compiling subtle v2.6.1 |
730 | 2024-12-13T19:58:15.252Z | Compiling chrono v0.4.38 |
731 | 2024-12-13T19:58:15.261Z | Compiling icu_locid_transform_data v1.5.0 |
732 | 2024-12-13T19:58:15.348Z | Compiling zeroize v1.8.1 |
733 | 2024-12-13T19:58:15.357Z | Compiling try-lock v0.2.5 |
734 | 2024-12-13T19:58:15.425Z | Compiling synstructure v0.13.1 |
735 | 2024-12-13T19:58:15.496Z | Compiling serde_derive_internals v0.29.1 |
736 | 2024-12-13T19:58:15.865Z | Compiling want v0.3.1 |
737 | 2024-12-13T19:58:16.559Z | Compiling openssl v0.10.66 |
738 | 2024-12-13T19:58:16.818Z | Compiling icu_properties_data v1.5.0 |
739 | 2024-12-13T19:58:16.987Z | Compiling slog v2.7.0 |
740 | 2024-12-13T19:58:17.060Z | Compiling httpdate v1.0.3 |
741 | 2024-12-13T19:58:17.287Z | Compiling foreign-types-shared v0.1.1 |
742 | 2024-12-13T19:58:17.375Z | Compiling foreign-types v0.3.2 |
743 | 2024-12-13T19:58:17.696Z | Compiling aho-corasick v1.1.3 |
744 | 2024-12-13T19:58:17.798Z | Compiling rustls v0.23.14 |
745 | 2024-12-13T19:58:18.062Z | Compiling typenum v1.17.0 |
746 | 2024-12-13T19:58:18.937Z | Compiling regex-syntax v0.8.5 |
747 | 2024-12-13T19:58:18.969Z | Compiling utf16_iter v1.0.5 |
748 | 2024-12-13T19:58:19.014Z | Compiling write16 v1.0.0 |
749 | 2024-12-13T19:58:19.127Z | Compiling tower-service v0.3.3 |
750 | 2024-12-13T19:58:19.174Z | Compiling percent-encoding v2.3.1 |
751 | 2024-12-13T19:58:19.242Z | Compiling native-tls v0.2.12 |
752 | 2024-12-13T19:58:19.497Z | Compiling utf8_iter v1.0.4 |
753 | 2024-12-13T19:58:19.596Z | Compiling bitflags v2.6.0 |
754 | 2024-12-13T19:58:19.614Z | Compiling icu_normalizer_data v1.5.0 |
755 | 2024-12-13T19:58:19.712Z | Compiling form_urlencoded v1.2.1 |
756 | 2024-12-13T19:58:20.060Z | Compiling generic-array v0.14.7 |
757 | 2024-12-13T19:58:20.473Z | Compiling openssl-probe v0.1.5 |
758 | 2024-12-13T19:58:20.942Z | Compiling serde_derive v1.0.215 |
759 | 2024-12-13T19:58:20.987Z | Compiling zerocopy-derive v0.7.35 |
760 | 2024-12-13T19:58:21.447Z | Compiling thiserror-impl v1.0.69 |
761 | 2024-12-13T19:58:21.716Z | Compiling zerofrom-derive v0.1.4 |
762 | 2024-12-13T19:58:22.068Z | Compiling schemars_derive v0.8.21 |
763 | 2024-12-13T19:58:23.106Z | Compiling zerocopy v0.7.35 |
764 | 2024-12-13T19:58:24.700Z | Compiling tokio-macros v2.4.0 |
765 | 2024-12-13T19:58:24.789Z | Compiling yoke-derive v0.7.4 |
766 | 2024-12-13T19:58:24.999Z | Compiling zerovec-derive v0.10.3 |
767 | 2024-12-13T19:58:25.316Z | Compiling zerofrom v0.1.4 |
768 | 2024-12-13T19:58:25.560Z | Compiling futures-macro v0.3.31 |
769 | 2024-12-13T19:58:26.238Z | Compiling tokio v1.40.0 |
770 | 2024-12-13T19:58:26.291Z | Compiling displaydoc v0.2.5 |
771 | 2024-12-13T19:58:27.437Z | Compiling futures-util v0.3.31 |
772 | 2024-12-13T19:58:27.496Z | Compiling yoke v0.7.4 |
773 | 2024-12-13T19:58:27.867Z | Compiling zerovec v0.10.4 |
774 | 2024-12-13T19:58:27.905Z | Compiling pest v2.7.14 |
775 | 2024-12-13T19:58:28.109Z | Compiling icu_provider_macros v1.5.0 |
776 | 2024-12-13T19:58:28.395Z | Compiling hashbrown v0.14.5 |
777 | 2024-12-13T19:58:29.706Z | Compiling rustls-webpki v0.102.8 |
778 | 2024-12-13T19:58:30.794Z | Compiling tinystr v0.7.6 |
779 | 2024-12-13T19:58:30.817Z | Compiling pest_meta v2.7.14 |
780 | 2024-12-13T19:58:31.275Z | Compiling icu_locid v1.5.0 |
781 | 2024-12-13T19:58:34.401Z | Compiling icu_provider v1.5.0 |
782 | 2024-12-13T19:58:34.502Z | Compiling pest_generator v2.7.14 |
783 | 2024-12-13T19:58:34.937Z | Compiling tokio-util v0.7.12 |
784 | 2024-12-13T19:58:39.403Z | Compiling indexmap v2.6.0 |
785 | 2024-12-13T19:58:39.472Z | Compiling serde_tokenstream v0.2.2 |
786 | 2024-12-13T19:58:39.472Z | Compiling h2 v0.4.6 |
787 | 2024-12-13T19:58:39.472Z | Compiling icu_locid_transform v1.5.0 |
788 | 2024-12-13T19:58:39.472Z | Compiling icu_collections v1.5.0 |
789 | 2024-12-13T19:58:41.632Z | Compiling regress v0.10.1 |
790 | 2024-12-13T19:58:42.080Z | Compiling icu_properties v1.5.1 |
791 | 2024-12-13T19:58:44.451Z | Compiling hyper v1.5.0 |
792 | 2024-12-13T19:58:46.425Z | Compiling typify-impl v0.2.0 |
793 | 2024-12-13T19:58:46.427Z | Compiling pest_derive v2.7.14 |
794 | 2024-12-13T19:58:47.841Z | Compiling openssl-macros v0.1.1 |
795 | 2024-12-13T19:58:50.044Z | Compiling hyper-util v0.1.10 |
796 | 2024-12-13T19:58:53.951Z | Compiling icu_normalizer v1.5.0 |
797 | 2024-12-13T19:58:54.003Z | Compiling regex-automata v0.4.8 |
798 | 2024-12-13T19:58:56.005Z | Compiling idna_adapter v1.2.0 |
799 | 2024-12-13T19:58:56.572Z | Compiling http-body-util v0.1.2 |
800 | 2024-12-13T19:58:57.692Z | Compiling scroll_derive v0.12.0 |
801 | 2024-12-13T19:58:58.575Z | Compiling typify-macro v0.2.0 |
802 | 2024-12-13T19:58:59.177Z | Compiling regex v1.11.1 |
803 | 2024-12-13T19:58:59.570Z | Compiling usdt-impl v0.5.0 |
804 | 2024-12-13T19:58:59.952Z | Compiling encoding_rs v0.8.34 |
805 | 2024-12-13T19:59:00.216Z | Compiling powerfmt v0.2.0 |
806 | 2024-12-13T19:59:02.045Z | Compiling num-conv v0.1.0 |
807 | 2024-12-13T19:59:02.305Z | Compiling time-core v0.1.2 |
808 | 2024-12-13T19:59:02.346Z | Compiling mime v0.3.17 |
809 | 2024-12-13T19:59:02.472Z | Compiling time-macros v0.2.18 |
810 | 2024-12-13T19:59:03.202Z | Compiling deranged v0.3.11 |
811 | 2024-12-13T19:59:05.519Z | Compiling tokio-rustls v0.26.0 |
812 | 2024-12-13T19:59:05.524Z | Compiling scroll v0.12.0 |
813 | 2024-12-13T19:59:06.002Z | Compiling idna v1.0.3 |
814 | 2024-12-13T19:59:06.146Z | Compiling tokio-native-tls v0.3.1 |
815 | 2024-12-13T19:59:10.611Z | Compiling dtrace-parser v0.2.0 |
816 | 2024-12-13T19:59:11.757Z | Compiling dof v0.3.0 |
817 | 2024-12-13T19:59:12.404Z | Compiling serde_urlencoded v0.7.1 |
818 | 2024-12-13T19:59:12.636Z | Compiling thread-id v4.2.2 |
819 | 2024-12-13T19:59:12.737Z | Compiling webpki-roots v0.26.6 |
820 | 2024-12-13T19:59:12.934Z | Compiling rustls-pemfile v2.2.0 |
821 | 2024-12-13T19:59:13.228Z | Compiling omicron-workspace-hack v0.1.0 |
822 | 2024-12-13T19:59:13.382Z | Compiling strsim v0.11.1 |
823 | 2024-12-13T19:59:13.977Z | Compiling base64 v0.22.1 |
824 | 2024-12-13T19:59:14.105Z | Compiling plain v0.2.3 |
825 | 2024-12-13T19:59:14.258Z | Compiling crossbeam-utils v0.8.20 |
826 | 2024-12-13T19:59:15.104Z | Compiling num_threads v0.1.7 |
827 | 2024-12-13T19:59:15.115Z | Compiling ident_case v1.0.1 |
828 | 2024-12-13T19:59:15.210Z | Compiling time v0.3.36 |
829 | 2024-12-13T19:59:15.278Z | Compiling darling_core v0.20.10 |
830 | 2024-12-13T19:59:19.890Z | Compiling goblin v0.8.2 |
831 | 2024-12-13T19:59:20.904Z | Compiling hyper-rustls v0.27.3 |
832 | 2024-12-13T19:59:22.822Z | Compiling url v2.5.3 |
833 | 2024-12-13T19:59:24.532Z | Compiling hyper-tls v0.6.0 |
834 | 2024-12-13T19:59:24.633Z | Compiling typify v0.2.0 |
835 | 2024-12-13T19:59:24.759Z | Compiling openapiv3 v2.0.0 |
836 | 2024-12-13T19:59:26.386Z | Compiling sync_wrapper v1.0.1 |
837 | 2024-12-13T19:59:26.530Z | Compiling dirs-sys-next v0.1.2 |
838 | 2024-12-13T19:59:27.969Z | Compiling paste v1.0.15 |
839 | 2024-12-13T19:59:28.448Z | Compiling pretty-hex v0.4.1 |
840 | 2024-12-13T19:59:28.643Z | Compiling rustversion v1.0.17 |
841 | 2024-12-13T19:59:28.672Z | Compiling unsafe-libyaml v0.2.11 |
842 | 2024-12-13T19:59:28.988Z | Compiling rustls v0.22.4 |
843 | 2024-12-13T19:59:29.281Z | Compiling ipnet v2.10.1 |
844 | 2024-12-13T19:59:29.353Z | Compiling progenitor-impl v0.8.0 |
845 | 2024-12-13T19:59:30.374Z | Compiling serde_yaml v0.9.34+deprecated |
846 | 2024-12-13T19:59:31.678Z | Compiling reqwest v0.12.9 |
847 | 2024-12-13T19:59:34.337Z | Compiling dirs-next v2.0.0 |
848 | 2024-12-13T19:59:34.594Z | Compiling darling_macro v0.20.10 |
849 | 2024-12-13T19:59:36.159Z | Compiling block-buffer v0.10.4 |
850 | 2024-12-13T19:59:36.395Z | Compiling crypto-common v0.1.6 |
851 | 2024-12-13T19:59:36.599Z | Compiling serde_spanned v0.6.8 |
852 | 2024-12-13T19:59:36.836Z | Compiling toml_datetime v0.6.8 |
853 | 2024-12-13T19:59:37.538Z | Compiling ppv-lite86 v0.2.20 |
854 | 2024-12-13T19:59:37.541Z | Compiling structmeta-derive v0.3.0 |
855 | 2024-12-13T19:59:38.458Z | Compiling rand_core v0.6.4 |
856 | 2024-12-13T19:59:38.933Z | Compiling thread_local v1.1.8 |
857 | 2024-12-13T19:59:39.003Z | Compiling multer v3.1.0 |
858 | 2024-12-13T19:59:39.334Z | Compiling match_cfg v0.1.0 |
859 | 2024-12-13T19:59:39.419Z | Compiling newtype-uuid v1.1.3 |
860 | 2024-12-13T19:59:39.664Z | Compiling anyhow v1.0.93 |
861 | 2024-12-13T19:59:39.729Z | Compiling camino v1.1.9 |
862 | 2024-12-13T19:59:40.219Z | Compiling winnow v0.6.20 |
863 | 2024-12-13T19:59:40.275Z | Compiling slog-async v2.8.0 |
864 | 2024-12-13T19:59:40.352Z | Compiling structmeta v0.3.0 |
865 | 2024-12-13T19:59:40.835Z | Compiling hostname v0.3.1 |
866 | 2024-12-13T19:59:41.111Z | Compiling rand_chacha v0.3.1 |
867 | 2024-12-13T19:59:41.998Z | Compiling crossbeam-channel v0.5.13 |
868 | 2024-12-13T19:59:42.408Z | Compiling digest v0.10.7 |
869 | 2024-12-13T19:59:42.817Z | Compiling progenitor-macro v0.8.0 |
870 | 2024-12-13T19:59:43.612Z | Compiling darling v0.20.10 |
871 | 2024-12-13T19:59:43.717Z | Compiling term v0.7.0 |
872 | 2024-12-13T19:59:44.627Z | Compiling toml_edit v0.22.22 |
873 | 2024-12-13T19:59:45.869Z | Compiling progenitor-client v0.8.0 |
874 | 2024-12-13T19:59:48.334Z | Compiling usdt-macro v0.5.0 |
875 | 2024-12-13T19:59:49.613Z | Compiling usdt-attr-macro v0.5.0 |
876 | 2024-12-13T19:59:51.109Z | Compiling slog-json v2.6.1 |
877 | 2024-12-13T19:59:51.568Z | Compiling futures-executor v0.3.31 |
878 | 2024-12-13T19:59:52.340Z | Compiling async-stream-impl v0.3.6 |
879 | 2024-12-13T19:59:52.765Z | Compiling memmap v0.7.0 |
880 | 2024-12-13T19:59:53.203Z | Compiling is-terminal v0.4.13 |
881 | 2024-12-13T19:59:53.337Z | Compiling dropshot v0.13.0 |
882 | 2024-12-13T19:59:53.673Z | Compiling take_mut v0.2.2 |
883 | 2024-12-13T19:59:53.710Z | Compiling cpufeatures v0.2.14 |
884 | 2024-12-13T19:59:53.830Z | Compiling sha1 v0.10.6 |
885 | 2024-12-13T19:59:54.592Z | Compiling async-stream v0.3.6 |
886 | 2024-12-13T19:59:54.928Z | Compiling slog-term v2.9.1 |
887 | 2024-12-13T19:59:55.884Z | Compiling progenitor v0.8.0 |
888 | 2024-12-13T19:59:56.092Z | Compiling usdt v0.5.0 |
889 | 2024-12-13T19:59:57.245Z | Compiling tokio-rustls v0.25.0 |
890 | 2024-12-13T19:59:57.669Z | Compiling futures v0.3.31 |
891 | 2024-12-13T19:59:57.784Z | Compiling slog-bunyan v2.5.0 |
892 | 2024-12-13T19:59:57.787Z | Compiling toml v0.8.19 |
893 | 2024-12-13T19:59:57.888Z | Compiling strum_macros v0.26.4 |
894 | 2024-12-13T19:59:58.043Z | Compiling serde_with_macros v3.11.0 |
895 | 2024-12-13T20:00:00.764Z | Compiling rand v0.8.5 |
896 | 2024-12-13T20:00:04.560Z | Compiling parse-display-derive v0.10.0 |
897 | 2024-12-13T20:00:05.468Z | Compiling ipnetwork v0.20.0 |
898 | 2024-12-13T20:00:06.521Z | Compiling dropshot_endpoint v0.13.0 |
899 | 2024-12-13T20:00:07.797Z | Compiling serde_path_to_error v0.1.16 |
900 | 2024-12-13T20:00:08.636Z | Compiling hex v0.4.3 |
901 | 2024-12-13T20:00:08.765Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
902 | 2024-12-13T20:00:09.317Z | Compiling async-trait v0.1.83 |
903 | 2024-12-13T20:00:09.569Z | Compiling waitgroup v0.1.2 |
904 | 2024-12-13T20:00:09.803Z | Compiling hostname v0.4.0 |
905 | 2024-12-13T20:00:10.050Z | Compiling instant v0.1.13 |
906 | 2024-12-13T20:00:10.201Z | Compiling debug-ignore v1.0.5 |
907 | 2024-12-13T20:00:10.338Z | Compiling backoff v0.4.0 |
908 | 2024-12-13T20:00:10.583Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
909 | 2024-12-13T20:00:10.679Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
910 | 2024-12-13T20:00:10.781Z | Compiling parse-display v0.10.0 |
911 | 2024-12-13T20:00:10.845Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
912 | 2024-12-13T20:00:11.057Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
913 | 2024-12-13T20:00:11.626Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
914 | 2024-12-13T20:00:12.976Z | Compiling strum v0.26.3 |
915 | 2024-12-13T20:00:13.159Z | Compiling serde_with v3.11.0 |
916 | 2024-12-13T20:00:15.713Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
917 | 2024-12-13T20:00:15.786Z | Compiling regress v0.9.1 |
918 | 2024-12-13T20:00:16.539Z | Compiling macaddr v1.0.1 |
919 | 2024-12-13T20:00:19.780Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
920 | 2024-12-13T20:00:31.184Z | Compiling test-project v0.1.0 (/tmp/test-project) |
921 | 2024-12-13T20:00:41.120Z | Finished `release` profile [optimized] target(s) in 2m 35s |
922 | 2024-12-13T20:00:41.185Z | process exited: duration 235650 ms, exit code 0 |
|
923 | 2024-12-13T20:00:41.190Z | found 0 output files |