|
|
|
1 | 2025-01-08T00:18:00.236Z | job assigned to worker 01JH1MB3DR9861P51RBZTKVTQH [factory aws, i-0bd8b1c1d2bb8440a] (queued for 1 m 2 s) |
|
2 | 2025-01-08T00:18:08.142Z | starting task 0: "setup" |
3 | 2025-01-08T00:18:08.153Z | ++ uname -s |
4 | 2025-01-08T00:18:08.156Z | + kern=SunOS |
5 | 2025-01-08T00:18:08.156Z | + case "$kern" in |
6 | 2025-01-08T00:18:08.156Z | + groupadd -g 12345 build |
7 | 2025-01-08T00:18:08.159Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-08T00:18:10.166Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-08T00:18:10.334Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-08T00:18:10.337Z | + home_fs=zfs |
11 | 2025-01-08T00:18:10.337Z | + [[ zfs == autofs ]] |
12 | 2025-01-08T00:18:10.337Z | + mkdir -p /home/build |
13 | 2025-01-08T00:18:10.339Z | + chown build:build /home/build /work |
14 | 2025-01-08T00:18:11.341Z | + chmod 0700 /home/build /work |
15 | 2025-01-08T00:18:11.344Z | process exited: duration 3201 ms, exit code 0 |
|
16 | 2025-01-08T00:18:11.350Z | starting task 1: "rust-toolchain" |
17 | 2025-01-08T00:18:11.355Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-08T00:18:11.355Z | ' 1.81.0 |
19 | 2025-01-08T00:18:11.355Z | * toolchain channel = "1.81.0" |
20 | 2025-01-08T00:18:11.355Z | + printf ' * toolchain profile = "%s" |
21 | 2025-01-08T00:18:11.355Z | ' default |
22 | 2025-01-08T00:18:11.356Z | * toolchain profile = "default" |
23 | 2025-01-08T00:18:11.359Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-08T00:18:11.359Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2025-01-08T00:18:11.483Z | info: downloading installer |
26 | 2025-01-08T00:18:12.859Z | info: profile set to 'default' |
27 | 2025-01-08T00:18:12.859Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-08T00:18:12.862Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2025-01-08T00:18:13.013Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2025-01-08T00:18:13.013Z | info: downloading component 'cargo' |
31 | 2025-01-08T00:18:13.854Z | info: downloading component 'clippy' |
32 | 2025-01-08T00:18:14.165Z | info: downloading component 'rust-docs' |
33 | 2025-01-08T00:18:15.330Z | info: downloading component 'rust-std' |
34 | 2025-01-08T00:18:17.143Z | info: downloading component 'rustc' |
35 | 2025-01-08T00:18:23.659Z | info: downloading component 'rustfmt' |
36 | 2025-01-08T00:18:23.904Z | info: installing component 'cargo' |
37 | 2025-01-08T00:18:24.705Z | info: installing component 'clippy' |
38 | 2025-01-08T00:18:25.062Z | info: installing component 'rust-docs' |
39 | 2025-01-08T00:18:26.640Z | info: installing component 'rust-std' |
40 | 2025-01-08T00:18:28.455Z | info: installing component 'rustc' |
41 | 2025-01-08T00:18:34.208Z | info: installing component 'rustfmt' |
42 | 2025-01-08T00:18:34.540Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2025-01-08T00:18:34.540Z | |
44 | 2025-01-08T00:18:34.911Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2025-01-08T00:18:34.911Z | |
46 | 2025-01-08T00:18:34.914Z | |
47 | 2025-01-08T00:18:34.914Z | Rust is installed now. Great! |
48 | 2025-01-08T00:18:34.914Z | |
49 | 2025-01-08T00:18:34.914Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-08T00:18:34.914Z | environment variable. This has not been done automatically. |
51 | 2025-01-08T00:18:34.914Z | |
52 | 2025-01-08T00:18:34.914Z | To configure your current shell, you need to source |
53 | 2025-01-08T00:18:34.914Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-08T00:18:34.914Z | |
55 | 2025-01-08T00:18:34.914Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-08T00:18:34.914Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-08T00:18:34.914Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-08T00:18:34.990Z | + rustc --version |
59 | 2025-01-08T00:18:35.059Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2025-01-08T00:18:35.062Z | process exited: duration 23708 ms, exit code 0 |
|
61 | 2025-01-08T00:18:35.067Z | starting task 2: "authentication" |
62 | 2025-01-08T00:18:35.089Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2025-01-08T00:18:35.094Z | starting task 3: "clone repository" |
64 | 2025-01-08T00:18:35.100Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-08T00:18:35.103Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-08T00:18:35.463Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-08T00:18:43.448Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-08T00:18:43.450Z | + git fetch origin 125e5170aac0e37130918c3e2b3f1ac324401517 |
69 | 2025-01-08T00:18:43.798Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-08T00:18:43.798Z | * branch 125e5170aac0e37130918c3e2b3f1ac324401517 -> FETCH_HEAD |
71 | 2025-01-08T00:18:43.809Z | + [[ -n spr/papertigers/sled-diagnostics-output-for-support-bundles-should-be-structured ]] |
72 | 2025-01-08T00:18:43.812Z | ++ git branch --show-current |
73 | 2025-01-08T00:18:43.814Z | + current=main |
74 | 2025-01-08T00:18:43.814Z | + [[ main != spr/papertigers/sled-diagnostics-output-for-support-bundles-should-be-structured ]] |
75 | 2025-01-08T00:18:43.814Z | + git branch -f spr/papertigers/sled-diagnostics-output-for-support-bundles-should-be-structured 125e5170aac0e37130918c3e2b3f1ac324401517 |
76 | 2025-01-08T00:18:43.817Z | + git checkout -f spr/papertigers/sled-diagnostics-output-for-support-bundles-should-be-structured |
77 | 2025-01-08T00:18:43.933Z | Switched to branch 'spr/papertigers/sled-diagnostics-output-for-support-bundles-should-be-structured' |
78 | 2025-01-08T00:18:43.935Z | + git reset --hard 125e5170aac0e37130918c3e2b3f1ac324401517 |
79 | 2025-01-08T00:18:44.049Z | HEAD is now at 125e5170a rebase |
80 | 2025-01-08T00:18:44.052Z | process exited: duration 8955 ms, exit code 0 |
|
81 | 2025-01-08T00:18:44.057Z | starting task 4: "build" |
82 | 2025-01-08T00:18:44.063Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-08T00:18:44.066Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-08T00:18:44.066Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-08T00:18:44.066Z | + cargo --version |
86 | 2025-01-08T00:18:44.125Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2025-01-08T00:18:44.127Z | + rustc --version |
88 | 2025-01-08T00:18:44.188Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2025-01-08T00:18:44.192Z | + cd /tmp |
90 | 2025-01-08T00:18:44.194Z | + cargo new --lib test-project |
91 | 2025-01-08T00:18:44.252Z | Creating library `test-project` package |
92 | 2025-01-08T00:18:44.333Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2025-01-08T00:18:44.336Z | + cd test-project |
94 | 2025-01-08T00:18:44.336Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2025-01-08T00:18:44.397Z | Adding omicron-common (local) to dependencies |
96 | 2025-01-08T00:18:44.397Z | Features: |
97 | 2025-01-08T00:18:44.397Z | - proptest |
98 | 2025-01-08T00:18:44.397Z | - test-strategy |
99 | 2025-01-08T00:18:44.397Z | - testing |
100 | 2025-01-08T00:18:44.400Z | Updating crates.io index |
101 | 2025-01-08T00:18:44.491Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
102 | 2025-01-08T00:18:44.832Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
103 | 2025-01-08T00:18:45.355Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2025-01-08T00:18:45.617Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
105 | 2025-01-08T00:18:45.881Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
106 | 2025-01-08T00:18:47.084Z | Locking 334 packages to latest compatible versions |
107 | 2025-01-08T00:18:47.087Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
108 | 2025-01-08T00:18:47.087Z | Adding dropshot v0.13.0 (latest: v0.15.1) |
109 | 2025-01-08T00:18:47.087Z | Adding dropshot_endpoint v0.13.0 (latest: v0.15.1) |
110 | 2025-01-08T00:18:47.089Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
111 | 2025-01-08T00:18:47.089Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
112 | 2025-01-08T00:18:47.089Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
113 | 2025-01-08T00:18:47.089Z | Adding goblin v0.8.2 (latest: v0.9.3) |
114 | 2025-01-08T00:18:47.089Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
115 | 2025-01-08T00:18:47.089Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
116 | 2025-01-08T00:18:47.089Z | Adding hostname v0.3.1 (latest: v0.4.0) |
117 | 2025-01-08T00:18:47.092Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
118 | 2025-01-08T00:18:47.092Z | Adding ipnetwork v0.20.0 (latest: v0.21.1) |
119 | 2025-01-08T00:18:47.092Z | Adding itertools v0.10.5 (latest: v0.14.0) |
120 | 2025-01-08T00:18:47.092Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
121 | 2025-01-08T00:18:47.095Z | Adding progenitor v0.8.0 (latest: v0.9.1) |
122 | 2025-01-08T00:18:47.095Z | Adding progenitor-client v0.8.0 (latest: v0.9.1) |
123 | 2025-01-08T00:18:47.095Z | Adding progenitor-impl v0.8.0 (latest: v0.9.1) |
124 | 2025-01-08T00:18:47.095Z | Adding progenitor-macro v0.8.0 (latest: v0.9.1) |
125 | 2025-01-08T00:18:47.095Z | Adding redox_users v0.4.6 (latest: v0.5.0) |
126 | 2025-01-08T00:18:47.098Z | Adding regress v0.9.1 (latest: v0.10.1) |
127 | 2025-01-08T00:18:47.102Z | Adding rustls v0.22.4 (latest: v0.23.20) |
128 | 2025-01-08T00:18:47.106Z | Adding security-framework v2.11.1 (latest: v3.2.0) |
129 | 2025-01-08T00:18:47.108Z | Adding syn v1.0.109 (latest: v2.0.95) |
130 | 2025-01-08T00:18:47.108Z | Adding term v0.7.0 (latest: v1.0.1) |
131 | 2025-01-08T00:18:47.108Z | Adding thiserror v1.0.69 (latest: v2.0.9) |
132 | 2025-01-08T00:18:47.108Z | Adding thiserror-impl v1.0.69 (latest: v2.0.9) |
133 | 2025-01-08T00:18:47.108Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
134 | 2025-01-08T00:18:47.108Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
135 | 2025-01-08T00:18:47.111Z | Adding tokio-rustls v0.25.0 (latest: v0.26.1) |
136 | 2025-01-08T00:18:47.111Z | Adding typify v0.2.0 (latest: v0.3.0) |
137 | 2025-01-08T00:18:47.111Z | Adding typify-impl v0.2.0 (latest: v0.3.0) |
138 | 2025-01-08T00:18:47.111Z | Adding typify-macro v0.2.0 (latest: v0.3.0) |
139 | 2025-01-08T00:18:47.111Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
140 | 2025-01-08T00:18:47.115Z | Adding windows v0.52.0 (latest: v0.59.0) |
141 | 2025-01-08T00:18:47.115Z | Adding windows-core v0.52.0 (latest: v0.59.0) |
142 | 2025-01-08T00:18:47.115Z | Adding windows-registry v0.2.0 (latest: v0.4.0) |
143 | 2025-01-08T00:18:47.115Z | Adding windows-result v0.2.0 (latest: v0.3.0) |
144 | 2025-01-08T00:18:47.115Z | Adding windows-strings v0.1.0 (latest: v0.3.0) |
145 | 2025-01-08T00:18:47.115Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
146 | 2025-01-08T00:18:47.115Z | Adding windows-targets v0.52.6 (latest: v0.53.0) |
147 | 2025-01-08T00:18:47.115Z | Adding windows_aarch64_gnullvm v0.52.6 (latest: v0.53.0) |
148 | 2025-01-08T00:18:47.115Z | Adding windows_aarch64_msvc v0.52.6 (latest: v0.53.0) |
149 | 2025-01-08T00:18:47.115Z | Adding windows_i686_gnu v0.52.6 (latest: v0.53.0) |
150 | 2025-01-08T00:18:47.115Z | Adding windows_i686_gnullvm v0.52.6 (latest: v0.53.0) |
151 | 2025-01-08T00:18:47.115Z | Adding windows_i686_msvc v0.52.6 (latest: v0.53.0) |
152 | 2025-01-08T00:18:47.115Z | Adding windows_x86_64_gnu v0.52.6 (latest: v0.53.0) |
153 | 2025-01-08T00:18:47.115Z | Adding windows_x86_64_gnullvm v0.52.6 (latest: v0.53.0) |
154 | 2025-01-08T00:18:47.115Z | Adding windows_x86_64_msvc v0.52.6 (latest: v0.53.0) |
155 | 2025-01-08T00:18:47.115Z | Adding writeable v0.5.5 (latest: v0.6.0) |
156 | 2025-01-08T00:18:47.115Z | Adding zerocopy v0.7.35 (latest: v0.8.14) |
157 | 2025-01-08T00:18:47.115Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.14) |
158 | 2025-01-08T00:18:47.115Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
159 | 2025-01-08T00:18:47.115Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
160 | 2025-01-08T00:18:47.196Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
161 | 2025-01-08T00:18:47.199Z | + cargo check |
162 | 2025-01-08T00:18:47.376Z | Updating crates.io index |
163 | 2025-01-08T00:18:48.093Z | Locking 2 packages to latest compatible versions |
164 | 2025-01-08T00:18:50.949Z | Adding omicron-workspace-hack v0.1.0 |
165 | 2025-01-08T00:18:52.507Z | Adding test-project v0.1.0 (/tmp/test-project) |
166 | 2025-01-08T00:18:53.175Z | Downloading crates ... |
167 | 2025-01-08T00:18:53.323Z | Downloaded ahash v0.8.11 |
168 | 2025-01-08T00:18:53.333Z | Downloaded anyhow v1.0.93 |
169 | 2025-01-08T00:18:53.337Z | Downloaded allocator-api2 v0.2.18 |
170 | 2025-01-08T00:18:53.349Z | Downloaded aho-corasick v1.1.3 |
171 | 2025-01-08T00:18:53.374Z | Downloaded crossbeam-utils v0.8.20 |
172 | 2025-01-08T00:18:53.377Z | Downloaded camino v1.1.9 |
173 | 2025-01-08T00:18:53.385Z | Downloaded async-stream-impl v0.3.6 |
174 | 2025-01-08T00:18:53.399Z | Downloaded base64 v0.22.1 |
175 | 2025-01-08T00:18:53.408Z | Downloaded chrono v0.4.38 |
176 | 2025-01-08T00:18:53.415Z | Downloaded backoff v0.4.0 |
177 | 2025-01-08T00:18:53.418Z | Downloaded async-trait v0.1.83 |
178 | 2025-01-08T00:18:53.421Z | Downloaded dirs-sys-next v0.1.2 |
179 | 2025-01-08T00:18:53.423Z | Downloaded bytes v1.8.0 |
180 | 2025-01-08T00:18:53.426Z | Downloaded cc v1.1.30 |
181 | 2025-01-08T00:18:53.429Z | Downloaded dirs-next v2.0.0 |
182 | 2025-01-08T00:18:53.432Z | Downloaded atomic-waker v1.1.2 |
183 | 2025-01-08T00:18:53.432Z | Downloaded deranged v0.3.11 |
184 | 2025-01-08T00:18:53.434Z | Downloaded darling_core v0.20.10 |
185 | 2025-01-08T00:18:53.437Z | Downloaded darling_macro v0.20.10 |
186 | 2025-01-08T00:18:53.439Z | Downloaded autocfg v1.4.0 |
187 | 2025-01-08T00:18:53.442Z | Downloaded async-stream v0.3.6 |
188 | 2025-01-08T00:18:53.442Z | Downloaded debug-ignore v1.0.5 |
189 | 2025-01-08T00:18:53.446Z | Downloaded bitflags v2.6.0 |
190 | 2025-01-08T00:18:53.449Z | Downloaded digest v0.10.7 |
191 | 2025-01-08T00:18:53.451Z | Downloaded darling v0.20.10 |
192 | 2025-01-08T00:18:53.454Z | Downloaded byteorder v1.5.0 |
193 | 2025-01-08T00:18:53.456Z | Downloaded crypto-common v0.1.6 |
194 | 2025-01-08T00:18:53.456Z | Downloaded cpufeatures v0.2.14 |
195 | 2025-01-08T00:18:53.459Z | Downloaded icu_provider v1.5.0 |
196 | 2025-01-08T00:18:53.462Z | Downloaded equivalent v1.0.1 |
197 | 2025-01-08T00:18:53.462Z | Downloaded dropshot_endpoint v0.13.0 |
198 | 2025-01-08T00:18:53.464Z | Downloaded crossbeam-channel v0.5.13 |
199 | 2025-01-08T00:18:53.468Z | Downloaded icu_locid_transform v1.5.0 |
200 | 2025-01-08T00:18:53.471Z | Downloaded hyper-tls v0.6.0 |
201 | 2025-01-08T00:18:53.474Z | Downloaded futures-io v0.3.31 |
202 | 2025-01-08T00:18:53.474Z | Downloaded futures v0.3.31 |
203 | 2025-01-08T00:18:53.478Z | Downloaded litemap v0.7.3 |
204 | 2025-01-08T00:18:53.480Z | Downloaded dof v0.3.0 |
205 | 2025-01-08T00:18:53.483Z | Downloaded httparse v1.9.5 |
206 | 2025-01-08T00:18:53.485Z | Downloaded displaydoc v0.2.5 |
207 | 2025-01-08T00:18:53.489Z | Downloaded cfg-if v1.0.0 |
208 | 2025-01-08T00:18:53.492Z | Downloaded foreign-types-shared v0.1.1 |
209 | 2025-01-08T00:18:53.494Z | Downloaded match_cfg v0.1.0 |
210 | 2025-01-08T00:18:53.497Z | Downloaded heck v0.5.0 |
211 | 2025-01-08T00:18:53.505Z | Downloaded itertools v0.10.5 |
212 | 2025-01-08T00:18:53.513Z | Downloaded dtrace-parser v0.2.0 |
213 | 2025-01-08T00:18:53.516Z | Downloaded tinyvec_macros v0.1.1 |
214 | 2025-01-08T00:18:53.519Z | Downloaded is-terminal v0.4.13 |
215 | 2025-01-08T00:18:53.526Z | Downloaded icu_provider_macros v1.5.0 |
216 | 2025-01-08T00:18:53.529Z | Downloaded futures-sink v0.3.31 |
217 | 2025-01-08T00:18:53.531Z | Downloaded generic-array v0.14.7 |
218 | 2025-01-08T00:18:53.534Z | Downloaded tower-service v0.3.3 |
219 | 2025-01-08T00:18:53.536Z | Downloaded httpdate v1.0.3 |
220 | 2025-01-08T00:18:53.536Z | Downloaded futures-task v0.3.31 |
221 | 2025-01-08T00:18:53.539Z | Downloaded time-core v0.1.2 |
222 | 2025-01-08T00:18:53.539Z | Downloaded take_mut v0.2.2 |
223 | 2025-01-08T00:18:53.541Z | Downloaded typify v0.2.0 |
224 | 2025-01-08T00:18:53.544Z | Downloaded futures-executor v0.3.31 |
225 | 2025-01-08T00:18:53.546Z | Downloaded instant v0.1.13 |
226 | 2025-01-08T00:18:53.549Z | Downloaded ident_case v1.0.1 |
227 | 2025-01-08T00:18:53.549Z | Downloaded thread_local v1.1.8 |
228 | 2025-01-08T00:18:53.552Z | Downloaded tokio-native-tls v0.3.1 |
229 | 2025-01-08T00:18:53.552Z | Downloaded http-body v1.0.1 |
230 | 2025-01-08T00:18:53.554Z | Downloaded thiserror-impl v1.0.69 |
231 | 2025-01-08T00:18:53.554Z | Downloaded thiserror v1.0.69 |
232 | 2025-01-08T00:18:53.559Z | Downloaded num-conv v0.1.0 |
233 | 2025-01-08T00:18:53.561Z | Downloaded term v0.7.0 |
234 | 2025-01-08T00:18:53.564Z | Downloaded paste v1.0.15 |
235 | 2025-01-08T00:18:53.566Z | Downloaded tokio-rustls v0.26.0 |
236 | 2025-01-08T00:18:53.569Z | Downloaded getrandom v0.2.15 |
237 | 2025-01-08T00:18:53.571Z | Downloaded either v1.13.0 |
238 | 2025-01-08T00:18:53.574Z | Downloaded try-lock v0.2.5 |
239 | 2025-01-08T00:18:53.574Z | Downloaded tinystr v0.7.6 |
240 | 2025-01-08T00:18:53.576Z | Downloaded tokio-macros v2.4.0 |
241 | 2025-01-08T00:18:53.579Z | Downloaded indexmap v1.9.3 |
242 | 2025-01-08T00:18:53.581Z | Downloaded lock_api v0.4.12 |
243 | 2025-01-08T00:18:53.581Z | Downloaded pin-project-lite v0.2.14 |
244 | 2025-01-08T00:18:53.586Z | Downloaded multer v3.1.0 |
245 | 2025-01-08T00:18:53.590Z | Downloaded http-body-util v0.1.2 |
246 | 2025-01-08T00:18:53.592Z | Downloaded form_urlencoded v1.2.1 |
247 | 2025-01-08T00:18:53.592Z | Downloaded dyn-clone v1.0.17 |
248 | 2025-01-08T00:18:53.595Z | Downloaded futures-core v0.3.31 |
249 | 2025-01-08T00:18:53.595Z | Downloaded fnv v1.0.7 |
250 | 2025-01-08T00:18:53.598Z | Downloaded tinyvec v1.8.0 |
251 | 2025-01-08T00:18:53.601Z | Downloaded pretty-hex v0.4.1 |
252 | 2025-01-08T00:18:53.601Z | Downloaded macaddr v1.0.1 |
253 | 2025-01-08T00:18:53.603Z | Downloaded progenitor v0.8.0 |
254 | 2025-01-08T00:18:53.603Z | Downloaded newtype-uuid v1.1.3 |
255 | 2025-01-08T00:18:53.605Z | Downloaded icu_locid v1.5.0 |
256 | 2025-01-08T00:18:53.608Z | Downloaded memmap v0.7.0 |
257 | 2025-01-08T00:18:53.610Z | Downloaded tracing-core v0.1.32 |
258 | 2025-01-08T00:18:53.613Z | Downloaded hyper-util v0.1.10 |
259 | 2025-01-08T00:18:53.616Z | Downloaded progenitor-client v0.8.0 |
260 | 2025-01-08T00:18:53.619Z | Downloaded num_threads v0.1.7 |
261 | 2025-01-08T00:18:53.619Z | Downloaded openssl-macros v0.1.1 |
262 | 2025-01-08T00:18:53.619Z | Downloaded omicron-workspace-hack v0.1.0 |
263 | 2025-01-08T00:18:53.623Z | Downloaded ipnet v2.10.1 |
264 | 2025-01-08T00:18:53.623Z | Downloaded write16 v1.0.0 |
265 | 2025-01-08T00:18:53.625Z | Downloaded iana-time-zone v0.1.61 |
266 | 2025-01-08T00:18:53.625Z | Downloaded openssl-probe v0.1.5 |
267 | 2025-01-08T00:18:53.628Z | Downloaded zerofrom v0.1.4 |
268 | 2025-01-08T00:18:53.628Z | Downloaded yoke-derive v0.7.4 |
269 | 2025-01-08T00:18:53.628Z | Downloaded want v0.3.1 |
270 | 2025-01-08T00:18:53.630Z | Downloaded waitgroup v0.1.2 |
271 | 2025-01-08T00:18:53.631Z | Downloaded usdt-attr-macro v0.5.0 |
272 | 2025-01-08T00:18:53.631Z | Downloaded untrusted v0.9.0 |
273 | 2025-01-08T00:18:53.633Z | Downloaded hyper-rustls v0.27.3 |
274 | 2025-01-08T00:18:53.635Z | Downloaded pin-utils v0.1.0 |
275 | 2025-01-08T00:18:53.638Z | Downloaded pest_generator v2.7.14 |
276 | 2025-01-08T00:18:53.638Z | Downloaded mime v0.3.17 |
277 | 2025-01-08T00:18:53.640Z | Downloaded usdt v0.5.0 |
278 | 2025-01-08T00:18:53.640Z | Downloaded typify-macro v0.2.0 |
279 | 2025-01-08T00:18:53.640Z | Downloaded futures-channel v0.3.31 |
280 | 2025-01-08T00:18:53.643Z | Downloaded icu_normalizer v1.5.0 |
281 | 2025-01-08T00:18:53.646Z | Downloaded usdt-macro v0.5.0 |
282 | 2025-01-08T00:18:53.648Z | Downloaded time-macros v0.2.18 |
283 | 2025-01-08T00:18:53.651Z | Downloaded typenum v1.17.0 |
284 | 2025-01-08T00:18:53.655Z | Downloaded scroll_derive v0.12.0 |
285 | 2025-01-08T00:18:53.655Z | Downloaded tokio-rustls v0.25.0 |
286 | 2025-01-08T00:18:53.655Z | Downloaded pest_derive v2.7.14 |
287 | 2025-01-08T00:18:53.657Z | Downloaded native-tls v0.2.12 |
288 | 2025-01-08T00:18:53.660Z | Downloaded unicode-ident v1.0.13 |
289 | 2025-01-08T00:18:53.662Z | Downloaded toml v0.8.19 |
290 | 2025-01-08T00:18:53.666Z | Downloaded zerofrom-derive v0.1.4 |
291 | 2025-01-08T00:18:53.666Z | Downloaded icu_properties v1.5.1 |
292 | 2025-01-08T00:18:53.669Z | Downloaded sync_wrapper v1.0.1 |
293 | 2025-01-08T00:18:53.671Z | Downloaded plain v0.2.3 |
294 | 2025-01-08T00:18:53.671Z | Downloaded ppv-lite86 v0.2.20 |
295 | 2025-01-08T00:18:53.674Z | Downloaded strum v0.26.3 |
296 | 2025-01-08T00:18:53.674Z | Downloaded progenitor-macro v0.8.0 |
297 | 2025-01-08T00:18:53.674Z | Downloaded powerfmt v0.2.0 |
298 | 2025-01-08T00:18:53.676Z | Downloaded parse-display v0.10.0 |
299 | 2025-01-08T00:18:53.676Z | Downloaded zeroize v1.8.1 |
300 | 2025-01-08T00:18:53.683Z | Downloaded percent-encoding v2.3.1 |
301 | 2025-01-08T00:18:53.683Z | Downloaded rustc-hash v2.0.0 |
302 | 2025-01-08T00:18:53.683Z | Downloaded parse-display-derive v0.10.0 |
303 | 2025-01-08T00:18:53.683Z | Downloaded once_cell v1.20.2 |
304 | 2025-01-08T00:18:53.683Z | Downloaded zerovec-derive v0.10.3 |
305 | 2025-01-08T00:18:53.691Z | Downloaded ipnetwork v0.20.0 |
306 | 2025-01-08T00:18:53.691Z | Downloaded idna_adapter v1.2.0 |
307 | 2025-01-08T00:18:53.691Z | Downloaded hostname v0.3.1 |
308 | 2025-01-08T00:18:53.691Z | Downloaded quinn-udp v0.5.5 |
309 | 2025-01-08T00:18:53.692Z | Downloaded zerocopy-derive v0.7.35 |
310 | 2025-01-08T00:18:53.698Z | Downloaded pest_meta v2.7.14 |
311 | 2025-01-08T00:18:53.698Z | Downloaded utf8_iter v1.0.4 |
312 | 2025-01-08T00:18:53.698Z | Downloaded utf16_iter v1.0.5 |
313 | 2025-01-08T00:18:53.701Z | Downloaded ucd-trie v0.1.7 |
314 | 2025-01-08T00:18:53.701Z | Downloaded icu_locid_transform_data v1.5.0 |
315 | 2025-01-08T00:18:53.703Z | Downloaded icu_normalizer_data v1.5.0 |
316 | 2025-01-08T00:18:53.703Z | Downloaded itoa v1.0.11 |
317 | 2025-01-08T00:18:53.706Z | Downloaded parking_lot_core v0.9.10 |
318 | 2025-01-08T00:18:53.708Z | Downloaded writeable v0.5.5 |
319 | 2025-01-08T00:18:53.708Z | Downloaded icu_collections v1.5.0 |
320 | 2025-01-08T00:18:53.714Z | Downloaded pkg-config v0.3.31 |
321 | 2025-01-08T00:18:53.716Z | Downloaded progenitor-impl v0.8.0 |
322 | 2025-01-08T00:18:53.719Z | Downloaded yoke v0.7.4 |
323 | 2025-01-08T00:18:53.721Z | Downloaded slab v0.4.9 |
324 | 2025-01-08T00:18:53.721Z | Downloaded signal-hook-registry v1.4.2 |
325 | 2025-01-08T00:18:53.724Z | Downloaded version_check v0.9.5 |
326 | 2025-01-08T00:18:53.724Z | Downloaded proc-macro2 v1.0.89 |
327 | 2025-01-08T00:18:53.726Z | Downloaded stable_deref_trait v1.2.0 |
328 | 2025-01-08T00:18:53.729Z | Downloaded serde_tokenstream v0.2.2 |
329 | 2025-01-08T00:18:53.729Z | Downloaded serde_spanned v0.6.8 |
330 | 2025-01-08T00:18:53.731Z | Downloaded structmeta v0.3.0 |
331 | 2025-01-08T00:18:53.731Z | Downloaded slog-async v2.8.0 |
332 | 2025-01-08T00:18:53.734Z | Downloaded serde_urlencoded v0.7.1 |
333 | 2025-01-08T00:18:53.734Z | Downloaded slog-bunyan v2.5.0 |
334 | 2025-01-08T00:18:53.736Z | Downloaded structmeta-derive v0.3.0 |
335 | 2025-01-08T00:18:53.736Z | Downloaded parking_lot v0.12.3 |
336 | 2025-01-08T00:18:53.739Z | Downloaded synstructure v0.13.1 |
337 | 2025-01-08T00:18:53.739Z | Downloaded usdt-impl v0.5.0 |
338 | 2025-01-08T00:18:53.742Z | Downloaded sha1 v0.10.6 |
339 | 2025-01-08T00:18:53.742Z | Downloaded unsafe-libyaml v0.2.11 |
340 | 2025-01-08T00:18:53.746Z | Downloaded shlex v1.3.0 |
341 | 2025-01-08T00:18:53.748Z | Downloaded num-traits v0.2.19 |
342 | 2025-01-08T00:18:53.748Z | Downloaded log v0.4.22 |
343 | 2025-01-08T00:18:53.751Z | Downloaded rustls-pemfile v2.2.0 |
344 | 2025-01-08T00:18:53.753Z | Downloaded scopeguard v1.2.0 |
345 | 2025-01-08T00:18:53.756Z | Downloaded quinn v0.11.5 |
346 | 2025-01-08T00:18:53.758Z | Downloaded uuid v1.11.0 |
347 | 2025-01-08T00:18:53.761Z | Downloaded serde_path_to_error v0.1.16 |
348 | 2025-01-08T00:18:53.763Z | Downloaded goblin v0.8.2 |
349 | 2025-01-08T00:18:53.767Z | Downloaded rustversion v1.0.17 |
350 | 2025-01-08T00:18:53.770Z | Downloaded url v2.5.3 |
351 | 2025-01-08T00:18:53.773Z | Downloaded indexmap v2.6.0 |
352 | 2025-01-08T00:18:53.777Z | Downloaded slog-json v2.6.1 |
353 | 2025-01-08T00:18:53.779Z | Downloaded tracing v0.1.40 |
354 | 2025-01-08T00:18:53.782Z | Downloaded spin v0.9.8 |
355 | 2025-01-08T00:18:53.784Z | Downloaded openssl-sys v0.9.103 |
356 | 2025-01-08T00:18:53.789Z | Downloaded tokio-util v0.7.12 |
357 | 2025-01-08T00:18:53.796Z | Downloaded serde_derive v1.0.215 |
358 | 2025-01-08T00:18:53.798Z | Downloaded strsim v0.11.1 |
359 | 2025-01-08T00:18:53.800Z | Downloaded scroll v0.12.0 |
360 | 2025-01-08T00:18:53.803Z | Downloaded semver v1.0.23 |
361 | 2025-01-08T00:18:53.803Z | Downloaded mio v1.0.2 |
362 | 2025-01-08T00:18:53.808Z | Downloaded hashbrown v0.12.3 |
363 | 2025-01-08T00:18:53.812Z | Downloaded memchr v2.7.4 |
364 | 2025-01-08T00:18:53.817Z | Downloaded rand_core v0.6.4 |
365 | 2025-01-08T00:18:53.819Z | Downloaded sha2 v0.10.8 |
366 | 2025-01-08T00:18:53.822Z | Downloaded strum_macros v0.26.4 |
367 | 2025-01-08T00:18:53.824Z | Downloaded quote v1.0.37 |
368 | 2025-01-08T00:18:53.827Z | Downloaded serde_derive_internals v0.29.1 |
369 | 2025-01-08T00:18:53.827Z | Downloaded toml_edit v0.22.22 |
370 | 2025-01-08T00:18:53.847Z | Downloaded smallvec v1.13.2 |
371 | 2025-01-08T00:18:53.849Z | Downloaded pest v2.7.14 |
372 | 2025-01-08T00:18:53.854Z | Downloaded winnow v0.6.20 |
373 | 2025-01-08T00:18:53.862Z | Downloaded slog-term v2.9.1 |
374 | 2025-01-08T00:18:53.865Z | Downloaded serde_with v3.11.0 |
375 | 2025-01-08T00:18:53.872Z | Downloaded serde_yaml v0.9.34+deprecated |
376 | 2025-01-08T00:18:53.875Z | Downloaded socket2 v0.5.7 |
377 | 2025-01-08T00:18:53.878Z | Downloaded zerocopy v0.7.35 |
378 | 2025-01-08T00:18:53.893Z | Downloaded quinn-proto v0.11.8 |
379 | 2025-01-08T00:18:53.899Z | Downloaded webpki-roots v0.26.6 |
380 | 2025-01-08T00:18:53.902Z | Downloaded vcpkg v0.2.15 |
381 | 2025-01-08T00:18:53.939Z | Downloaded serde v1.0.215 |
382 | 2025-01-08T00:18:53.942Z | Downloaded hashbrown v0.14.5 |
383 | 2025-01-08T00:18:53.947Z | Downloaded h2 v0.4.6 |
384 | 2025-01-08T00:18:53.953Z | Downloaded openssl v0.10.66 |
385 | 2025-01-08T00:18:53.961Z | Downloaded rand v0.8.5 |
386 | 2025-01-08T00:18:53.964Z | Downloaded hashbrown v0.15.1 |
387 | 2025-01-08T00:18:53.969Z | Downloaded hyper v1.5.0 |
388 | 2025-01-08T00:18:53.975Z | Downloaded idna v1.0.3 |
389 | 2025-01-08T00:18:53.978Z | Downloaded ryu v1.0.18 |
390 | 2025-01-08T00:18:53.981Z | Downloaded slog v2.7.0 |
391 | 2025-01-08T00:18:53.984Z | Downloaded openapiv3 v2.0.0 |
392 | 2025-01-08T00:18:53.995Z | Downloaded futures-util v0.3.31 |
393 | 2025-01-08T00:18:54.006Z | Downloaded rustls-pki-types v1.10.0 |
394 | 2025-01-08T00:18:54.009Z | Downloaded schemars v0.8.21 |
395 | 2025-01-08T00:18:54.020Z | Downloaded typify-impl v0.2.0 |
396 | 2025-01-08T00:18:54.033Z | Downloaded serde_json v1.0.133 |
397 | 2025-01-08T00:18:54.039Z | Downloaded zerovec v0.10.4 |
398 | 2025-01-08T00:18:54.045Z | Downloaded serde_with_macros v3.11.0 |
399 | 2025-01-08T00:18:54.047Z | Downloaded subtle v2.6.1 |
400 | 2025-01-08T00:18:54.050Z | Downloaded schemars_derive v0.8.21 |
401 | 2025-01-08T00:18:54.050Z | Downloaded rand_chacha v0.3.1 |
402 | 2025-01-08T00:18:54.052Z | Downloaded tokio v1.40.0 |
403 | 2025-01-08T00:18:54.085Z | Downloaded time v0.3.36 |
404 | 2025-01-08T00:18:54.091Z | Downloaded icu_properties_data v1.5.0 |
405 | 2025-01-08T00:18:54.101Z | Downloaded http v1.1.0 |
406 | 2025-01-08T00:18:54.104Z | Downloaded hex v0.4.3 |
407 | 2025-01-08T00:18:54.107Z | Downloaded thread-id v4.2.2 |
408 | 2025-01-08T00:18:54.109Z | Downloaded foreign-types v0.3.2 |
409 | 2025-01-08T00:18:54.109Z | Downloaded block-buffer v0.10.4 |
410 | 2025-01-08T00:18:54.109Z | Downloaded toml_datetime v0.6.8 |
411 | 2025-01-08T00:18:54.113Z | Downloaded hostname v0.4.0 |
412 | 2025-01-08T00:18:54.113Z | Downloaded futures-macro v0.3.31 |
413 | 2025-01-08T00:18:54.125Z | Downloaded reqwest v0.12.9 |
414 | 2025-01-08T00:18:54.133Z | Downloaded rustls-webpki v0.102.8 |
415 | 2025-01-08T00:18:54.150Z | Downloaded regex v1.11.1 |
416 | 2025-01-08T00:18:54.166Z | Downloaded dropshot v0.13.0 |
417 | 2025-01-08T00:18:54.186Z | Downloaded syn v1.0.109 |
418 | 2025-01-08T00:18:54.196Z | Downloaded syn v2.0.87 |
419 | 2025-01-08T00:18:54.217Z | Downloaded regress v0.10.1 |
420 | 2025-01-08T00:18:54.228Z | Downloaded rustls v0.22.4 |
421 | 2025-01-08T00:18:54.242Z | Downloaded regress v0.9.1 |
422 | 2025-01-08T00:18:54.247Z | Downloaded rustls v0.23.19 |
423 | 2025-01-08T00:18:54.265Z | Downloaded regex-syntax v0.8.5 |
424 | 2025-01-08T00:18:54.339Z | Downloaded regex-automata v0.4.8 |
425 | 2025-01-08T00:18:54.367Z | Downloaded libc v0.2.162 |
426 | 2025-01-08T00:18:54.467Z | Downloaded encoding_rs v0.8.34 |
427 | 2025-01-08T00:18:54.704Z | Downloaded ring v0.17.8 |
428 | 2025-01-08T00:18:55.032Z | Compiling proc-macro2 v1.0.89 |
429 | 2025-01-08T00:18:55.032Z | Compiling unicode-ident v1.0.13 |
430 | 2025-01-08T00:18:55.032Z | Compiling libc v0.2.162 |
431 | 2025-01-08T00:18:55.035Z | Checking cfg-if v1.0.0 |
432 | 2025-01-08T00:18:55.035Z | Compiling autocfg v1.4.0 |
433 | 2025-01-08T00:18:55.035Z | Compiling serde v1.0.215 |
434 | 2025-01-08T00:18:55.057Z | Compiling version_check v0.9.5 |
435 | 2025-01-08T00:18:55.060Z | Checking memchr v2.7.4 |
436 | 2025-01-08T00:18:55.190Z | Checking itoa v1.0.11 |
437 | 2025-01-08T00:18:55.239Z | Compiling serde_json v1.0.133 |
438 | 2025-01-08T00:18:55.711Z | Compiling thiserror v1.0.69 |
439 | 2025-01-08T00:18:55.841Z | Checking once_cell v1.20.2 |
440 | 2025-01-08T00:18:55.905Z | Compiling shlex v1.3.0 |
441 | 2025-01-08T00:18:56.093Z | Compiling cc v1.1.30 |
442 | 2025-01-08T00:18:56.270Z | Compiling num-traits v0.2.19 |
443 | 2025-01-08T00:18:56.323Z | Checking pin-project-lite v0.2.14 |
444 | 2025-01-08T00:18:56.596Z | Checking ryu v1.0.18 |
445 | 2025-01-08T00:18:56.686Z | Checking smallvec v1.13.2 |
446 | 2025-01-08T00:18:56.821Z | Checking bytes v1.8.0 |
447 | 2025-01-08T00:18:56.821Z | Checking futures-core v0.3.31 |
448 | 2025-01-08T00:18:56.928Z | Compiling lock_api v0.4.12 |
449 | 2025-01-08T00:18:57.104Z | Checking getrandom v0.2.15 |
450 | 2025-01-08T00:18:57.130Z | Compiling parking_lot_core v0.9.10 |
451 | 2025-01-08T00:18:57.257Z | Compiling byteorder v1.5.0 |
452 | 2025-01-08T00:18:57.316Z | Compiling schemars v0.8.21 |
453 | 2025-01-08T00:18:57.402Z | Compiling quote v1.0.37 |
454 | 2025-01-08T00:18:57.615Z | Compiling ahash v0.8.11 |
455 | 2025-01-08T00:18:57.636Z | Checking scopeguard v1.2.0 |
456 | 2025-01-08T00:18:57.732Z | Compiling slab v0.4.9 |
457 | 2025-01-08T00:18:57.788Z | Compiling syn v2.0.87 |
458 | 2025-01-08T00:18:58.065Z | Checking futures-sink v0.3.31 |
459 | 2025-01-08T00:18:58.086Z | Checking log v0.4.22 |
460 | 2025-01-08T00:18:58.089Z | Checking signal-hook-registry v1.4.2 |
461 | 2025-01-08T00:18:58.122Z | Checking mio v1.0.2 |
462 | 2025-01-08T00:18:58.209Z | Checking socket2 v0.5.7 |
463 | 2025-01-08T00:18:58.274Z | Checking stable_deref_trait v1.2.0 |
464 | 2025-01-08T00:18:58.389Z | Checking hashbrown v0.15.1 |
465 | 2025-01-08T00:18:58.431Z | Checking fnv v1.0.7 |
466 | 2025-01-08T00:18:58.477Z | Checking parking_lot v0.12.3 |
467 | 2025-01-08T00:18:58.640Z | Compiling semver v1.0.23 |
468 | 2025-01-08T00:18:58.670Z | Checking equivalent v1.0.1 |
469 | 2025-01-08T00:18:58.737Z | Checking http v1.1.0 |
470 | 2025-01-08T00:18:58.783Z | Checking futures-channel v0.3.31 |
471 | 2025-01-08T00:18:58.823Z | Checking pin-utils v0.1.0 |
472 | 2025-01-08T00:18:58.917Z | Checking futures-io v0.3.31 |
473 | 2025-01-08T00:18:58.958Z | Checking futures-task v0.3.31 |
474 | 2025-01-08T00:18:59.200Z | Compiling ring v0.17.8 |
475 | 2025-01-08T00:18:59.218Z | Checking iana-time-zone v0.1.61 |
476 | 2025-01-08T00:18:59.218Z | Compiling pkg-config v0.3.31 |
477 | 2025-01-08T00:18:59.255Z | Checking spin v0.9.8 |
478 | 2025-01-08T00:18:59.397Z | Compiling heck v0.5.0 |
479 | 2025-01-08T00:18:59.473Z | Checking rustls-pki-types v1.10.0 |
480 | 2025-01-08T00:18:59.636Z | Compiling vcpkg v0.2.15 |
481 | 2025-01-08T00:18:59.835Z | Checking untrusted v0.9.0 |
482 | 2025-01-08T00:18:59.986Z | Compiling ucd-trie v0.1.7 |
483 | 2025-01-08T00:19:00.085Z | Checking litemap v0.7.3 |
484 | 2025-01-08T00:19:00.211Z | Compiling httparse v1.9.5 |
485 | 2025-01-08T00:19:00.428Z | Checking writeable v0.5.5 |
486 | 2025-01-08T00:19:00.447Z | Checking dyn-clone v1.0.17 |
487 | 2025-01-08T00:19:00.563Z | Checking tracing-core v0.1.32 |
488 | 2025-01-08T00:19:00.731Z | Checking atomic-waker v1.1.2 |
489 | 2025-01-08T00:19:00.752Z | Compiling allocator-api2 v0.2.18 |
490 | 2025-01-08T00:19:01.252Z | Compiling openssl-sys v0.9.103 |
491 | 2025-01-08T00:19:01.270Z | Checking tracing v0.1.40 |
492 | 2025-01-08T00:19:01.386Z | Checking http-body v1.0.1 |
493 | 2025-01-08T00:19:01.446Z | Compiling uuid v1.11.0 |
494 | 2025-01-08T00:19:01.550Z | Checking try-lock v0.2.5 |
495 | 2025-01-08T00:19:01.588Z | Checking zeroize v1.8.1 |
496 | 2025-01-08T00:19:01.678Z | Checking icu_locid_transform_data v1.5.0 |
497 | 2025-01-08T00:19:01.765Z | Checking subtle v2.6.1 |
498 | 2025-01-08T00:19:01.784Z | Checking want v0.3.1 |
499 | 2025-01-08T00:19:01.956Z | Checking foreign-types-shared v0.1.1 |
500 | 2025-01-08T00:19:02.978Z | Checking httpdate v1.0.3 |
501 | 2025-01-08T00:19:02.981Z | Checking icu_properties_data v1.5.0 |
502 | 2025-01-08T00:19:02.981Z | Compiling chrono v0.4.38 |
503 | 2025-01-08T00:19:02.981Z | Compiling openssl v0.10.66 |
504 | 2025-01-08T00:19:02.981Z | Compiling slog v2.7.0 |
505 | 2025-01-08T00:19:02.981Z | Checking foreign-types v0.3.2 |
506 | 2025-01-08T00:19:02.981Z | Compiling aho-corasick v1.1.3 |
507 | 2025-01-08T00:19:02.981Z | Compiling rustls v0.23.19 |
508 | 2025-01-08T00:19:02.981Z | Compiling regex-syntax v0.8.5 |
509 | 2025-01-08T00:19:02.981Z | Checking write16 v1.0.0 |
510 | 2025-01-08T00:19:02.981Z | Checking tower-service v0.3.3 |
511 | 2025-01-08T00:19:03.225Z | Checking utf8_iter v1.0.4 |
512 | 2025-01-08T00:19:03.279Z | Checking bitflags v2.6.0 |
513 | 2025-01-08T00:19:03.524Z | Checking utf16_iter v1.0.5 |
514 | 2025-01-08T00:19:03.683Z | Checking percent-encoding v2.3.1 |
515 | 2025-01-08T00:19:03.834Z | Compiling typenum v1.17.0 |
516 | 2025-01-08T00:19:04.515Z | Checking icu_normalizer_data v1.5.0 |
517 | 2025-01-08T00:19:04.609Z | Compiling native-tls v0.2.12 |
518 | 2025-01-08T00:19:04.657Z | Checking form_urlencoded v1.2.1 |
519 | 2025-01-08T00:19:04.865Z | Compiling generic-array v0.14.7 |
520 | 2025-01-08T00:19:05.078Z | Compiling synstructure v0.13.1 |
521 | 2025-01-08T00:19:05.165Z | Compiling serde_derive_internals v0.29.1 |
522 | 2025-01-08T00:19:05.311Z | Checking openssl-probe v0.1.5 |
523 | 2025-01-08T00:19:06.461Z | Compiling regex-automata v0.4.8 |
524 | 2025-01-08T00:19:07.301Z | Compiling usdt-impl v0.5.0 |
525 | 2025-01-08T00:19:07.506Z | Checking encoding_rs v0.8.34 |
526 | 2025-01-08T00:19:07.650Z | Compiling num-conv v0.1.0 |
527 | 2025-01-08T00:19:08.042Z | Compiling time-core v0.1.2 |
528 | 2025-01-08T00:19:08.234Z | Checking mime v0.3.17 |
529 | 2025-01-08T00:19:08.529Z | Checking powerfmt v0.2.0 |
530 | 2025-01-08T00:19:08.671Z | Compiling time-macros v0.2.18 |
531 | 2025-01-08T00:19:08.817Z | Checking deranged v0.3.11 |
532 | 2025-01-08T00:19:09.962Z | Compiling thread-id v4.2.2 |
533 | 2025-01-08T00:19:10.091Z | Checking webpki-roots v0.26.6 |
534 | 2025-01-08T00:19:10.120Z | Checking rustls-pemfile v2.2.0 |
535 | 2025-01-08T00:19:10.230Z | Checking plain v0.2.3 |
536 | 2025-01-08T00:19:10.270Z | Checking base64 v0.22.1 |
537 | 2025-01-08T00:19:10.401Z | Compiling regex v1.11.1 |
538 | 2025-01-08T00:19:10.741Z | Compiling serde_derive v1.0.215 |
539 | 2025-01-08T00:19:10.809Z | Compiling zerocopy-derive v0.7.35 |
540 | 2025-01-08T00:19:11.207Z | Compiling thiserror-impl v1.0.69 |
541 | 2025-01-08T00:19:11.264Z | Compiling schemars_derive v0.8.21 |
542 | 2025-01-08T00:19:11.340Z | Compiling zerofrom-derive v0.1.4 |
543 | 2025-01-08T00:19:11.527Z | Compiling yoke-derive v0.7.4 |
544 | 2025-01-08T00:19:11.530Z | Compiling tokio-macros v2.4.0 |
545 | 2025-01-08T00:19:12.840Z | Compiling zerocopy v0.7.35 |
546 | 2025-01-08T00:19:14.172Z | Checking tokio v1.40.0 |
547 | 2025-01-08T00:19:14.234Z | Compiling zerovec-derive v0.10.3 |
548 | 2025-01-08T00:19:14.268Z | Compiling futures-macro v0.3.31 |
549 | 2025-01-08T00:19:14.357Z | Compiling displaydoc v0.2.5 |
550 | 2025-01-08T00:19:14.651Z | Compiling pest v2.7.14 |
551 | 2025-01-08T00:19:14.913Z | Checking zerofrom v0.1.4 |
552 | 2025-01-08T00:19:15.070Z | Compiling icu_provider_macros v1.5.0 |
553 | 2025-01-08T00:19:15.120Z | Checking yoke v0.7.4 |
554 | 2025-01-08T00:19:15.455Z | Compiling hashbrown v0.14.5 |
555 | 2025-01-08T00:19:15.914Z | Checking rustls-webpki v0.102.8 |
556 | 2025-01-08T00:19:16.190Z | Checking futures-util v0.3.31 |
557 | 2025-01-08T00:19:16.675Z | Compiling regress v0.10.1 |
558 | 2025-01-08T00:19:16.729Z | Compiling openssl-macros v0.1.1 |
559 | 2025-01-08T00:19:16.768Z | Checking zerovec v0.10.4 |
560 | 2025-01-08T00:19:17.528Z | Compiling pest_meta v2.7.14 |
561 | 2025-01-08T00:19:21.530Z | Checking tinystr v0.7.6 |
562 | 2025-01-08T00:19:21.565Z | Checking tokio-util v0.7.12 |
563 | 2025-01-08T00:19:21.591Z | Compiling pest_generator v2.7.14 |
564 | 2025-01-08T00:19:21.728Z | Checking icu_collections v1.5.0 |
565 | 2025-01-08T00:19:21.887Z | Checking icu_locid v1.5.0 |
566 | 2025-01-08T00:19:22.376Z | Checking http-body-util v0.1.2 |
567 | 2025-01-08T00:19:22.422Z | Compiling scroll_derive v0.12.0 |
568 | 2025-01-08T00:19:22.924Z | Checking tokio-rustls v0.26.0 |
569 | 2025-01-08T00:19:22.949Z | Checking icu_provider v1.5.0 |
570 | 2025-01-08T00:19:23.286Z | Compiling pest_derive v2.7.14 |
571 | 2025-01-08T00:19:23.541Z | Checking indexmap v2.6.0 |
572 | 2025-01-08T00:19:24.124Z | Checking icu_locid_transform v1.5.0 |
573 | 2025-01-08T00:19:24.775Z | Compiling serde_tokenstream v0.2.2 |
574 | 2025-01-08T00:19:25.047Z | Checking h2 v0.4.6 |
575 | 2025-01-08T00:19:25.093Z | Checking icu_properties v1.5.1 |
576 | 2025-01-08T00:19:25.557Z | Compiling dtrace-parser v0.2.0 |
577 | 2025-01-08T00:19:26.735Z | Compiling dof v0.3.0 |
578 | 2025-01-08T00:19:26.779Z | Checking scroll v0.12.0 |
579 | 2025-01-08T00:19:27.179Z | Checking tokio-native-tls v0.3.1 |
580 | 2025-01-08T00:19:27.269Z | Checking serde_urlencoded v0.7.1 |
581 | 2025-01-08T00:19:27.462Z | Compiling crossbeam-utils v0.8.20 |
582 | 2025-01-08T00:19:27.640Z | Checking num_threads v0.1.7 |
583 | 2025-01-08T00:19:27.719Z | Compiling syn v1.0.109 |
584 | 2025-01-08T00:19:27.767Z | Compiling ident_case v1.0.1 |
585 | 2025-01-08T00:19:27.848Z | Compiling strsim v0.11.1 |
586 | 2025-01-08T00:19:28.034Z | Checking time v0.3.36 |
587 | 2025-01-08T00:19:28.057Z | Checking typify-impl v0.2.0 |
588 | 2025-01-08T00:19:28.482Z | Checking icu_normalizer v1.5.0 |
589 | 2025-01-08T00:19:28.574Z | Compiling darling_core v0.20.10 |
590 | 2025-01-08T00:19:29.290Z | Checking idna_adapter v1.2.0 |
591 | 2025-01-08T00:19:29.349Z | Checking hyper v1.5.0 |
592 | 2025-01-08T00:19:29.468Z | Checking idna v1.0.3 |
593 | 2025-01-08T00:19:29.813Z | Checking goblin v0.8.2 |
594 | 2025-01-08T00:19:29.971Z | Checking url v2.5.3 |
595 | 2025-01-08T00:19:30.570Z | Compiling openapiv3 v2.0.0 |
596 | 2025-01-08T00:19:31.242Z | Checking sync_wrapper v1.0.1 |
597 | 2025-01-08T00:19:31.394Z | Checking dirs-sys-next v0.1.2 |
598 | 2025-01-08T00:19:31.597Z | Checking hyper-util v0.1.10 |
599 | 2025-01-08T00:19:31.963Z | Compiling paste v1.0.15 |
600 | 2025-01-08T00:19:32.506Z | Compiling unsafe-libyaml v0.2.11 |
601 | 2025-01-08T00:19:33.377Z | Checking hyper-rustls v0.27.3 |
602 | 2025-01-08T00:19:33.517Z | Checking hyper-tls v0.6.0 |
603 | 2025-01-08T00:19:33.708Z | Compiling rustls v0.22.4 |
604 | 2025-01-08T00:19:33.792Z | Checking ipnet v2.10.1 |
605 | 2025-01-08T00:19:34.020Z | Checking pretty-hex v0.4.1 |
606 | 2025-01-08T00:19:34.213Z | Compiling omicron-workspace-hack v0.1.0 |
607 | 2025-01-08T00:19:34.280Z | Compiling rustversion v1.0.17 |
608 | 2025-01-08T00:19:34.344Z | Compiling newtype-uuid v1.1.3 |
609 | 2025-01-08T00:19:34.368Z | Checking reqwest v0.12.9 |
610 | 2025-01-08T00:19:34.567Z | Compiling serde_yaml v0.9.34+deprecated |
611 | 2025-01-08T00:19:34.725Z | Compiling darling_macro v0.20.10 |
612 | 2025-01-08T00:19:34.856Z | Checking dirs-next v2.0.0 |
613 | 2025-01-08T00:19:35.440Z | Checking ipnetwork v0.20.0 |
614 | 2025-01-08T00:19:35.593Z | Checking serde_spanned v0.6.8 |
615 | 2025-01-08T00:19:35.677Z | Checking toml_datetime v0.6.8 |
616 | 2025-01-08T00:19:35.724Z | Checking ppv-lite86 v0.2.20 |
617 | 2025-01-08T00:19:35.795Z | Compiling structmeta-derive v0.3.0 |
618 | 2025-01-08T00:19:35.816Z | Checking block-buffer v0.10.4 |
619 | 2025-01-08T00:19:35.860Z | Checking crypto-common v0.1.6 |
620 | 2025-01-08T00:19:35.973Z | Checking rand_core v0.6.4 |
621 | 2025-01-08T00:19:36.042Z | Checking thread_local v1.1.8 |
622 | 2025-01-08T00:19:36.128Z | Compiling multer v3.1.0 |
623 | 2025-01-08T00:19:36.269Z | Checking either v1.13.0 |
624 | 2025-01-08T00:19:36.339Z | Compiling slog-async v2.8.0 |
625 | 2025-01-08T00:19:36.463Z | Compiling anyhow v1.0.93 |
626 | 2025-01-08T00:19:36.540Z | Checking winnow v0.6.20 |
627 | 2025-01-08T00:19:36.643Z | Checking match_cfg v0.1.0 |
628 | 2025-01-08T00:19:36.736Z | Compiling camino v1.1.9 |
629 | 2025-01-08T00:19:36.922Z | Checking hostname v0.3.1 |
630 | 2025-01-08T00:19:37.058Z | Checking itertools v0.10.5 |
631 | 2025-01-08T00:19:37.414Z | Checking rand_chacha v0.3.1 |
632 | 2025-01-08T00:19:37.788Z | Checking digest v0.10.7 |
633 | 2025-01-08T00:19:38.076Z | Checking progenitor-client v0.8.0 |
634 | 2025-01-08T00:19:38.128Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
635 | 2025-01-08T00:19:38.190Z | Checking crossbeam-channel v0.5.13 |
636 | 2025-01-08T00:19:38.399Z | Compiling darling v0.20.10 |
637 | 2025-01-08T00:19:38.434Z | Compiling structmeta v0.3.0 |
638 | 2025-01-08T00:19:38.520Z | Checking term v0.7.0 |
639 | 2025-01-08T00:19:39.163Z | Compiling usdt-macro v0.5.0 |
640 | 2025-01-08T00:19:39.504Z | Compiling usdt-attr-macro v0.5.0 |
641 | 2025-01-08T00:19:39.657Z | Checking toml_edit v0.22.22 |
642 | 2025-01-08T00:19:39.764Z | Checking slog-json v2.6.1 |
643 | 2025-01-08T00:19:39.919Z | Checking futures-executor v0.3.31 |
644 | 2025-01-08T00:19:40.032Z | Compiling async-stream-impl v0.3.6 |
645 | 2025-01-08T00:19:40.138Z | Checking memmap v0.7.0 |
646 | 2025-01-08T00:19:40.363Z | Checking is-terminal v0.4.13 |
647 | 2025-01-08T00:19:40.480Z | Compiling dropshot v0.13.0 |
648 | 2025-01-08T00:19:40.506Z | Checking cpufeatures v0.2.14 |
649 | 2025-01-08T00:19:40.587Z | Checking take_mut v0.2.2 |
650 | 2025-01-08T00:19:40.712Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
651 | 2025-01-08T00:19:40.915Z | Checking sha1 v0.10.6 |
652 | 2025-01-08T00:19:40.972Z | Checking usdt v0.5.0 |
653 | 2025-01-08T00:19:41.021Z | Checking slog-term v2.9.1 |
654 | 2025-01-08T00:19:41.144Z | Checking futures v0.3.31 |
655 | 2025-01-08T00:19:41.244Z | Checking slog-bunyan v2.5.0 |
656 | 2025-01-08T00:19:41.263Z | Compiling strum_macros v0.26.4 |
657 | 2025-01-08T00:19:41.315Z | Checking async-stream v0.3.6 |
658 | 2025-01-08T00:19:41.404Z | Compiling parse-display-derive v0.10.0 |
659 | 2025-01-08T00:19:41.513Z | Compiling serde_with_macros v3.11.0 |
660 | 2025-01-08T00:19:41.533Z | Checking rand v0.8.5 |
661 | 2025-01-08T00:19:41.839Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
662 | 2025-01-08T00:19:42.265Z | Checking toml v0.8.19 |
663 | 2025-01-08T00:19:42.501Z | Checking tokio-rustls v0.25.0 |
664 | 2025-01-08T00:19:42.557Z | Compiling typify-macro v0.2.0 |
665 | 2025-01-08T00:19:42.968Z | Compiling dropshot_endpoint v0.13.0 |
666 | 2025-01-08T00:19:43.010Z | Checking serde_path_to_error v0.1.16 |
667 | 2025-01-08T00:19:43.206Z | Checking hex v0.4.3 |
668 | 2025-01-08T00:19:43.492Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
669 | 2025-01-08T00:19:43.619Z | Compiling async-trait v0.1.83 |
670 | 2025-01-08T00:19:43.739Z | Checking waitgroup v0.1.2 |
671 | 2025-01-08T00:19:43.878Z | Checking hostname v0.4.0 |
672 | 2025-01-08T00:19:44.018Z | Checking instant v0.1.13 |
673 | 2025-01-08T00:19:44.139Z | Checking debug-ignore v1.0.5 |
674 | 2025-01-08T00:19:44.158Z | Checking serde_with v3.11.0 |
675 | 2025-01-08T00:19:44.277Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
676 | 2025-01-08T00:19:44.298Z | Checking backoff v0.4.0 |
677 | 2025-01-08T00:19:44.461Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
678 | 2025-01-08T00:19:44.586Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
679 | 2025-01-08T00:19:44.602Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
680 | 2025-01-08T00:19:45.061Z | Checking macaddr v1.0.1 |
681 | 2025-01-08T00:19:45.298Z | Checking parse-display v0.10.0 |
682 | 2025-01-08T00:19:45.408Z | Checking regress v0.9.1 |
683 | 2025-01-08T00:19:45.733Z | Checking strum v0.26.3 |
684 | 2025-01-08T00:19:46.204Z | Compiling typify v0.2.0 |
685 | 2025-01-08T00:19:46.305Z | Compiling progenitor-impl v0.8.0 |
686 | 2025-01-08T00:19:49.080Z | Compiling progenitor-macro v0.8.0 |
687 | 2025-01-08T00:19:53.330Z | Checking progenitor v0.8.0 |
688 | 2025-01-08T00:19:53.464Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
689 | 2025-01-08T00:19:56.483Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
690 | 2025-01-08T00:20:04.490Z | Checking test-project v0.1.0 (/tmp/test-project) |
691 | 2025-01-08T00:20:04.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s |
692 | 2025-01-08T00:20:04.892Z | + cargo build --release |
693 | 2025-01-08T00:20:05.152Z | Compiling proc-macro2 v1.0.89 |
694 | 2025-01-08T00:20:05.152Z | Compiling unicode-ident v1.0.13 |
695 | 2025-01-08T00:20:05.152Z | Compiling libc v0.2.162 |
696 | 2025-01-08T00:20:05.155Z | Compiling cfg-if v1.0.0 |
697 | 2025-01-08T00:20:05.155Z | Compiling autocfg v1.4.0 |
698 | 2025-01-08T00:20:05.155Z | Compiling serde v1.0.215 |
699 | 2025-01-08T00:20:05.155Z | Compiling version_check v0.9.5 |
700 | 2025-01-08T00:20:05.155Z | Compiling memchr v2.7.4 |
701 | 2025-01-08T00:20:05.262Z | Compiling serde_json v1.0.133 |
702 | 2025-01-08T00:20:05.348Z | Compiling itoa v1.0.11 |
703 | 2025-01-08T00:20:05.592Z | Compiling thiserror v1.0.69 |
704 | 2025-01-08T00:20:05.737Z | Compiling once_cell v1.20.2 |
705 | 2025-01-08T00:20:05.837Z | Compiling shlex v1.3.0 |
706 | 2025-01-08T00:20:06.068Z | Compiling cc v1.1.30 |
707 | 2025-01-08T00:20:06.174Z | Compiling num-traits v0.2.19 |
708 | 2025-01-08T00:20:06.501Z | Compiling pin-project-lite v0.2.14 |
709 | 2025-01-08T00:20:06.613Z | Compiling getrandom v0.2.15 |
710 | 2025-01-08T00:20:06.673Z | Compiling smallvec v1.13.2 |
711 | 2025-01-08T00:20:06.693Z | Compiling ryu v1.0.18 |
712 | 2025-01-08T00:20:06.885Z | Compiling quote v1.0.37 |
713 | 2025-01-08T00:20:06.954Z | Compiling bytes v1.8.0 |
714 | 2025-01-08T00:20:07.156Z | Compiling futures-core v0.3.31 |
715 | 2025-01-08T00:20:07.164Z | Compiling schemars v0.8.21 |
716 | 2025-01-08T00:20:07.253Z | Compiling syn v2.0.87 |
717 | 2025-01-08T00:20:07.392Z | Compiling lock_api v0.4.12 |
718 | 2025-01-08T00:20:07.486Z | Compiling ahash v0.8.11 |
719 | 2025-01-08T00:20:07.500Z | Compiling parking_lot_core v0.9.10 |
720 | 2025-01-08T00:20:07.722Z | Compiling byteorder v1.5.0 |
721 | 2025-01-08T00:20:07.858Z | Compiling scopeguard v1.2.0 |
722 | 2025-01-08T00:20:08.004Z | Compiling slab v0.4.9 |
723 | 2025-01-08T00:20:08.172Z | Compiling futures-sink v0.3.31 |
724 | 2025-01-08T00:20:08.311Z | Compiling log v0.4.22 |
725 | 2025-01-08T00:20:08.385Z | Compiling signal-hook-registry v1.4.2 |
726 | 2025-01-08T00:20:08.460Z | Compiling parking_lot v0.12.3 |
727 | 2025-01-08T00:20:08.467Z | Compiling mio v1.0.2 |
728 | 2025-01-08T00:20:08.756Z | Compiling socket2 v0.5.7 |
729 | 2025-01-08T00:20:08.785Z | Compiling semver v1.0.23 |
730 | 2025-01-08T00:20:08.848Z | Compiling stable_deref_trait v1.2.0 |
731 | 2025-01-08T00:20:09.079Z | Compiling ring v0.17.8 |
732 | 2025-01-08T00:20:09.266Z | Compiling fnv v1.0.7 |
733 | 2025-01-08T00:20:09.283Z | Compiling equivalent v1.0.1 |
734 | 2025-01-08T00:20:09.385Z | Compiling hashbrown v0.15.1 |
735 | 2025-01-08T00:20:09.394Z | Compiling http v1.1.0 |
736 | 2025-01-08T00:20:09.940Z | Compiling futures-channel v0.3.31 |
737 | 2025-01-08T00:20:10.373Z | Compiling futures-io v0.3.31 |
738 | 2025-01-08T00:20:10.419Z | Compiling pin-utils v0.1.0 |
739 | 2025-01-08T00:20:10.429Z | Compiling futures-task v0.3.31 |
740 | 2025-01-08T00:20:10.623Z | Compiling heck v0.5.0 |
741 | 2025-01-08T00:20:10.706Z | Compiling rustls-pki-types v1.10.0 |
742 | 2025-01-08T00:20:10.741Z | Compiling iana-time-zone v0.1.61 |
743 | 2025-01-08T00:20:10.834Z | Compiling spin v0.9.8 |
744 | 2025-01-08T00:20:11.032Z | Compiling vcpkg v0.2.15 |
745 | 2025-01-08T00:20:11.070Z | Compiling pkg-config v0.3.31 |
746 | 2025-01-08T00:20:12.064Z | Compiling dyn-clone v1.0.17 |
747 | 2025-01-08T00:20:12.267Z | Compiling untrusted v0.9.0 |
748 | 2025-01-08T00:20:12.282Z | Compiling httparse v1.9.5 |
749 | 2025-01-08T00:20:12.445Z | Compiling litemap v0.7.3 |
750 | 2025-01-08T00:20:12.479Z | Compiling writeable v0.5.5 |
751 | 2025-01-08T00:20:12.701Z | Compiling openssl-sys v0.9.103 |
752 | 2025-01-08T00:20:12.856Z | Compiling ucd-trie v0.1.7 |
753 | 2025-01-08T00:20:13.008Z | Compiling tracing-core v0.1.32 |
754 | 2025-01-08T00:20:13.572Z | Compiling allocator-api2 v0.2.18 |
755 | 2025-01-08T00:20:13.773Z | Compiling atomic-waker v1.1.2 |
756 | 2025-01-08T00:20:13.955Z | Compiling tracing v0.1.40 |
757 | 2025-01-08T00:20:14.323Z | Compiling http-body v1.0.1 |
758 | 2025-01-08T00:20:14.552Z | Compiling chrono v0.4.38 |
759 | 2025-01-08T00:20:14.671Z | Compiling icu_locid_transform_data v1.5.0 |
760 | 2025-01-08T00:20:14.753Z | Compiling subtle v2.6.1 |
761 | 2025-01-08T00:20:14.933Z | Compiling try-lock v0.2.5 |
762 | 2025-01-08T00:20:15.034Z | Compiling zeroize v1.8.1 |
763 | 2025-01-08T00:20:15.080Z | Compiling serde_derive_internals v0.29.1 |
764 | 2025-01-08T00:20:15.231Z | Compiling synstructure v0.13.1 |
765 | 2025-01-08T00:20:15.320Z | Compiling uuid v1.11.0 |
766 | 2025-01-08T00:20:15.369Z | Compiling want v0.3.1 |
767 | 2025-01-08T00:20:15.939Z | Compiling foreign-types-shared v0.1.1 |
768 | 2025-01-08T00:20:16.036Z | Compiling icu_properties_data v1.5.0 |
769 | 2025-01-08T00:20:16.291Z | Compiling slog v2.7.0 |
770 | 2025-01-08T00:20:16.626Z | Compiling openssl v0.10.66 |
771 | 2025-01-08T00:20:16.798Z | Compiling httpdate v1.0.3 |
772 | 2025-01-08T00:20:17.084Z | Compiling foreign-types v0.3.2 |
773 | 2025-01-08T00:20:17.350Z | Compiling aho-corasick v1.1.3 |
774 | 2025-01-08T00:20:17.546Z | Compiling utf8_iter v1.0.4 |
775 | 2025-01-08T00:20:17.739Z | Compiling tower-service v0.3.3 |
776 | 2025-01-08T00:20:17.805Z | Compiling bitflags v2.6.0 |
777 | 2025-01-08T00:20:17.851Z | Compiling icu_normalizer_data v1.5.0 |
778 | 2025-01-08T00:20:17.944Z | Compiling rustls v0.23.19 |
779 | 2025-01-08T00:20:18.268Z | Compiling write16 v1.0.0 |
780 | 2025-01-08T00:20:18.400Z | Compiling typenum v1.17.0 |
781 | 2025-01-08T00:20:18.652Z | Compiling percent-encoding v2.3.1 |
782 | 2025-01-08T00:20:19.032Z | Compiling native-tls v0.2.12 |
783 | 2025-01-08T00:20:19.115Z | Compiling utf16_iter v1.0.5 |
784 | 2025-01-08T00:20:19.317Z | Compiling regex-syntax v0.8.5 |
785 | 2025-01-08T00:20:19.334Z | Compiling form_urlencoded v1.2.1 |
786 | 2025-01-08T00:20:19.554Z | Compiling generic-array v0.14.7 |
787 | 2025-01-08T00:20:19.917Z | Compiling openssl-probe v0.1.5 |
788 | 2025-01-08T00:20:20.750Z | Compiling serde_derive v1.0.215 |
789 | 2025-01-08T00:20:21.091Z | Compiling zerocopy-derive v0.7.35 |
790 | 2025-01-08T00:20:21.288Z | Compiling thiserror-impl v1.0.69 |
791 | 2025-01-08T00:20:21.728Z | Compiling schemars_derive v0.8.21 |
792 | 2025-01-08T00:20:21.920Z | Compiling zerofrom-derive v0.1.4 |
793 | 2025-01-08T00:20:23.211Z | Compiling zerocopy v0.7.35 |
794 | 2025-01-08T00:20:24.846Z | Compiling tokio-macros v2.4.0 |
795 | 2025-01-08T00:20:24.854Z | Compiling yoke-derive v0.7.4 |
796 | 2025-01-08T00:20:25.337Z | Compiling zerovec-derive v0.10.3 |
797 | 2025-01-08T00:20:25.528Z | Compiling zerofrom v0.1.4 |
798 | 2025-01-08T00:20:25.766Z | Compiling futures-macro v0.3.31 |
799 | 2025-01-08T00:20:26.106Z | Compiling displaydoc v0.2.5 |
800 | 2025-01-08T00:20:26.465Z | Compiling tokio v1.40.0 |
801 | 2025-01-08T00:20:27.594Z | Compiling yoke v0.7.4 |
802 | 2025-01-08T00:20:27.723Z | Compiling futures-util v0.3.31 |
803 | 2025-01-08T00:20:27.878Z | Compiling pest v2.7.14 |
804 | 2025-01-08T00:20:27.988Z | Compiling zerovec v0.10.4 |
805 | 2025-01-08T00:20:28.238Z | Compiling icu_provider_macros v1.5.0 |
806 | 2025-01-08T00:20:29.403Z | Compiling hashbrown v0.14.5 |
807 | 2025-01-08T00:20:30.836Z | Compiling tinystr v0.7.6 |
808 | 2025-01-08T00:20:30.853Z | Compiling pest_meta v2.7.14 |
809 | 2025-01-08T00:20:30.939Z | Compiling rustls-webpki v0.102.8 |
810 | 2025-01-08T00:20:31.277Z | Compiling icu_locid v1.5.0 |
811 | 2025-01-08T00:20:35.089Z | Compiling indexmap v2.6.0 |
812 | 2025-01-08T00:20:35.313Z | Compiling serde_tokenstream v0.2.2 |
813 | 2025-01-08T00:20:36.976Z | Compiling tokio-util v0.7.12 |
814 | 2025-01-08T00:20:37.256Z | Compiling icu_provider v1.5.0 |
815 | 2025-01-08T00:20:39.300Z | Compiling icu_locid_transform v1.5.0 |
816 | 2025-01-08T00:20:39.548Z | Compiling h2 v0.4.6 |
817 | 2025-01-08T00:20:40.982Z | Compiling pest_generator v2.7.14 |
818 | 2025-01-08T00:20:41.305Z | Compiling regress v0.10.1 |
819 | 2025-01-08T00:20:42.775Z | Compiling icu_collections v1.5.0 |
820 | 2025-01-08T00:20:44.509Z | Compiling icu_properties v1.5.1 |
821 | 2025-01-08T00:20:45.351Z | Compiling typify-impl v0.2.0 |
822 | 2025-01-08T00:20:45.534Z | Compiling hyper v1.5.0 |
823 | 2025-01-08T00:20:46.156Z | Compiling pest_derive v2.7.14 |
824 | 2025-01-08T00:20:47.618Z | Compiling openssl-macros v0.1.1 |
825 | 2025-01-08T00:20:50.879Z | Compiling hyper-util v0.1.10 |
826 | 2025-01-08T00:20:51.354Z | Compiling icu_normalizer v1.5.0 |
827 | 2025-01-08T00:20:56.181Z | Compiling regex-automata v0.4.8 |
828 | 2025-01-08T00:20:56.856Z | Compiling idna_adapter v1.2.0 |
829 | 2025-01-08T00:20:57.641Z | Compiling typify-macro v0.2.0 |
830 | 2025-01-08T00:20:57.889Z | Compiling http-body-util v0.1.2 |
831 | 2025-01-08T00:20:58.475Z | Compiling scroll_derive v0.12.0 |
832 | 2025-01-08T00:20:58.892Z | Compiling usdt-impl v0.5.0 |
833 | 2025-01-08T00:20:59.270Z | Compiling encoding_rs v0.8.34 |
834 | 2025-01-08T00:21:00.046Z | Compiling mime v0.3.17 |
835 | 2025-01-08T00:21:01.123Z | Compiling regex v1.11.1 |
836 | 2025-01-08T00:21:02.143Z | Compiling num-conv v0.1.0 |
837 | 2025-01-08T00:21:02.417Z | Compiling powerfmt v0.2.0 |
838 | 2025-01-08T00:21:02.760Z | Compiling time-core v0.1.2 |
839 | 2025-01-08T00:21:02.900Z | Compiling deranged v0.3.11 |
840 | 2025-01-08T00:21:02.929Z | Compiling time-macros v0.2.18 |
841 | 2025-01-08T00:21:04.323Z | Compiling scroll v0.12.0 |
842 | 2025-01-08T00:21:04.965Z | Compiling tokio-rustls v0.26.0 |
843 | 2025-01-08T00:21:05.959Z | Compiling tokio-native-tls v0.3.1 |
844 | 2025-01-08T00:21:06.245Z | Compiling idna v1.0.3 |
845 | 2025-01-08T00:21:10.139Z | Compiling dtrace-parser v0.2.0 |
846 | 2025-01-08T00:21:11.958Z | Compiling dof v0.3.0 |
847 | 2025-01-08T00:21:12.107Z | Compiling serde_urlencoded v0.7.1 |
848 | 2025-01-08T00:21:12.828Z | Compiling thread-id v4.2.2 |
849 | 2025-01-08T00:21:12.926Z | Compiling webpki-roots v0.26.6 |
850 | 2025-01-08T00:21:13.140Z | Compiling rustls-pemfile v2.2.0 |
851 | 2025-01-08T00:21:13.346Z | Compiling strsim v0.11.1 |
852 | 2025-01-08T00:21:13.612Z | Compiling crossbeam-utils v0.8.20 |
853 | 2025-01-08T00:21:14.188Z | Compiling num_threads v0.1.7 |
854 | 2025-01-08T00:21:14.370Z | Compiling ident_case v1.0.1 |
855 | 2025-01-08T00:21:14.535Z | Compiling syn v1.0.109 |
856 | 2025-01-08T00:21:15.099Z | Compiling omicron-workspace-hack v0.1.0 |
857 | 2025-01-08T00:21:15.350Z | Compiling plain v0.2.3 |
858 | 2025-01-08T00:21:15.390Z | Compiling base64 v0.22.1 |
859 | 2025-01-08T00:21:15.503Z | Compiling goblin v0.8.2 |
860 | 2025-01-08T00:21:16.500Z | Compiling darling_core v0.20.10 |
861 | 2025-01-08T00:21:17.830Z | Compiling time v0.3.36 |
862 | 2025-01-08T00:21:19.615Z | Compiling hyper-rustls v0.27.3 |
863 | 2025-01-08T00:21:22.785Z | Compiling url v2.5.3 |
864 | 2025-01-08T00:21:25.148Z | Compiling hyper-tls v0.6.0 |
865 | 2025-01-08T00:21:25.667Z | Compiling typify v0.2.0 |
866 | 2025-01-08T00:21:25.792Z | Compiling openapiv3 v2.0.0 |
867 | 2025-01-08T00:21:27.215Z | Compiling sync_wrapper v1.0.1 |
868 | 2025-01-08T00:21:27.364Z | Compiling dirs-sys-next v0.1.2 |
869 | 2025-01-08T00:21:28.621Z | Compiling rustversion v1.0.17 |
870 | 2025-01-08T00:21:28.864Z | Compiling unsafe-libyaml v0.2.11 |
871 | 2025-01-08T00:21:29.284Z | Compiling paste v1.0.15 |
872 | 2025-01-08T00:21:29.786Z | Compiling newtype-uuid v1.1.3 |
873 | 2025-01-08T00:21:30.105Z | Compiling pretty-hex v0.4.1 |
874 | 2025-01-08T00:21:30.173Z | Compiling ipnet v2.10.1 |
875 | 2025-01-08T00:21:30.331Z | Compiling rustls v0.22.4 |
876 | 2025-01-08T00:21:30.659Z | Compiling serde_yaml v0.9.34+deprecated |
877 | 2025-01-08T00:21:33.136Z | Compiling reqwest v0.12.9 |
878 | 2025-01-08T00:21:33.427Z | Compiling progenitor-impl v0.8.0 |
879 | 2025-01-08T00:21:34.774Z | Compiling dirs-next v2.0.0 |
880 | 2025-01-08T00:21:35.159Z | Compiling darling_macro v0.20.10 |
881 | 2025-01-08T00:21:38.017Z | Compiling block-buffer v0.10.4 |
882 | 2025-01-08T00:21:38.249Z | Compiling crypto-common v0.1.6 |
883 | 2025-01-08T00:21:38.463Z | Compiling ipnetwork v0.20.0 |
884 | 2025-01-08T00:21:40.432Z | Compiling serde_spanned v0.6.8 |
885 | 2025-01-08T00:21:40.602Z | Compiling toml_datetime v0.6.8 |
886 | 2025-01-08T00:21:40.659Z | Compiling ppv-lite86 v0.2.20 |
887 | 2025-01-08T00:21:41.269Z | Compiling structmeta-derive v0.3.0 |
888 | 2025-01-08T00:21:41.635Z | Compiling rand_core v0.6.4 |
889 | 2025-01-08T00:21:42.226Z | Compiling thread_local v1.1.8 |
890 | 2025-01-08T00:21:42.942Z | Compiling multer v3.1.0 |
891 | 2025-01-08T00:21:42.950Z | Compiling match_cfg v0.1.0 |
892 | 2025-01-08T00:21:43.031Z | Compiling winnow v0.6.20 |
893 | 2025-01-08T00:21:43.176Z | Compiling slog-async v2.8.0 |
894 | 2025-01-08T00:21:43.266Z | Compiling anyhow v1.0.93 |
895 | 2025-01-08T00:21:43.567Z | Compiling camino v1.1.9 |
896 | 2025-01-08T00:21:43.659Z | Compiling either v1.13.0 |
897 | 2025-01-08T00:21:44.038Z | Compiling structmeta v0.3.0 |
898 | 2025-01-08T00:21:44.101Z | Compiling itertools v0.10.5 |
899 | 2025-01-08T00:21:44.230Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
900 | 2025-01-08T00:21:44.264Z | Compiling hostname v0.3.1 |
901 | 2025-01-08T00:21:44.512Z | Compiling rand_chacha v0.3.1 |
902 | 2025-01-08T00:21:44.860Z | Compiling progenitor-macro v0.8.0 |
903 | 2025-01-08T00:21:45.423Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
904 | 2025-01-08T00:21:46.242Z | Compiling digest v0.10.7 |
905 | 2025-01-08T00:21:46.676Z | Compiling crossbeam-channel v0.5.13 |
906 | 2025-01-08T00:21:47.526Z | Compiling toml_edit v0.22.22 |
907 | 2025-01-08T00:21:47.545Z | Compiling darling v0.20.10 |
908 | 2025-01-08T00:21:48.378Z | Compiling progenitor-client v0.8.0 |
909 | 2025-01-08T00:21:49.319Z | Compiling term v0.7.0 |
910 | 2025-01-08T00:21:54.025Z | Compiling usdt-attr-macro v0.5.0 |
911 | 2025-01-08T00:21:55.524Z | Compiling usdt-macro v0.5.0 |
912 | 2025-01-08T00:21:55.854Z | Compiling slog-json v2.6.1 |
913 | 2025-01-08T00:21:56.305Z | Compiling futures-executor v0.3.31 |
914 | 2025-01-08T00:21:56.887Z | Compiling async-stream-impl v0.3.6 |
915 | 2025-01-08T00:21:57.516Z | Compiling memmap v0.7.0 |
916 | 2025-01-08T00:21:57.937Z | Compiling is-terminal v0.4.13 |
917 | 2025-01-08T00:21:57.946Z | Compiling dropshot v0.13.0 |
918 | 2025-01-08T00:21:58.055Z | Compiling take_mut v0.2.2 |
919 | 2025-01-08T00:21:58.215Z | Compiling cpufeatures v0.2.14 |
920 | 2025-01-08T00:21:58.223Z | Compiling async-stream v0.3.6 |
921 | 2025-01-08T00:21:58.303Z | Compiling sha1 v0.10.6 |
922 | 2025-01-08T00:21:58.518Z | Compiling slog-term v2.9.1 |
923 | 2025-01-08T00:21:59.076Z | Compiling tokio-rustls v0.25.0 |
924 | 2025-01-08T00:21:59.521Z | Compiling progenitor v0.8.0 |
925 | 2025-01-08T00:21:59.741Z | Compiling usdt v0.5.0 |
926 | 2025-01-08T00:22:01.294Z | Compiling futures v0.3.31 |
927 | 2025-01-08T00:22:01.497Z | Compiling slog-bunyan v2.5.0 |
928 | 2025-01-08T00:22:01.550Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
929 | 2025-01-08T00:22:01.687Z | Compiling strum_macros v0.26.4 |
930 | 2025-01-08T00:22:01.765Z | Compiling toml v0.8.19 |
931 | 2025-01-08T00:22:03.309Z | Compiling serde_with_macros v3.11.0 |
932 | 2025-01-08T00:22:06.080Z | Compiling rand v0.8.5 |
933 | 2025-01-08T00:22:06.460Z | Compiling parse-display-derive v0.10.0 |
934 | 2025-01-08T00:22:10.641Z | Compiling dropshot_endpoint v0.13.0 |
935 | 2025-01-08T00:22:10.688Z | Compiling serde_path_to_error v0.1.16 |
936 | 2025-01-08T00:22:10.976Z | Compiling hex v0.4.3 |
937 | 2025-01-08T00:22:11.689Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
938 | 2025-01-08T00:22:11.707Z | Compiling async-trait v0.1.83 |
939 | 2025-01-08T00:22:11.996Z | Compiling waitgroup v0.1.2 |
940 | 2025-01-08T00:22:12.131Z | Compiling hostname v0.4.0 |
941 | 2025-01-08T00:22:12.362Z | Compiling instant v0.1.13 |
942 | 2025-01-08T00:22:12.520Z | Compiling debug-ignore v1.0.5 |
943 | 2025-01-08T00:22:12.528Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
944 | 2025-01-08T00:22:12.653Z | Compiling backoff v0.4.0 |
945 | 2025-01-08T00:22:12.709Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
946 | 2025-01-08T00:22:12.971Z | Compiling parse-display v0.10.0 |
947 | 2025-01-08T00:22:12.997Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
948 | 2025-01-08T00:22:14.121Z | Compiling strum v0.26.3 |
949 | 2025-01-08T00:22:14.302Z | Compiling serde_with v3.11.0 |
950 | 2025-01-08T00:22:15.123Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
951 | 2025-01-08T00:22:15.825Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
952 | 2025-01-08T00:22:16.652Z | Compiling regress v0.9.1 |
953 | 2025-01-08T00:22:18.040Z | Compiling macaddr v1.0.1 |
954 | 2025-01-08T00:22:25.597Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
955 | 2025-01-08T00:22:35.903Z | Compiling test-project v0.1.0 (/tmp/test-project) |
956 | 2025-01-08T00:22:46.025Z | Finished `release` profile [optimized] target(s) in 2m 41s |
957 | 2025-01-08T00:22:46.093Z | process exited: duration 242004 ms, exit code 0 |
|
958 | 2025-01-08T00:22:46.100Z | found 0 output files |