|
|
|
1 | 2024-11-28T04:04:18.168Z | job assigned to worker 01JDRF0GRG4ZSEC1S32SASDW5H [factory aws, i-000661ad0464722b7] (queued for 1 m 5 s) |
|
2 | 2024-11-28T04:04:26.001Z | starting task 0: "setup" |
3 | 2024-11-28T04:04:26.011Z | ++ uname -s |
4 | 2024-11-28T04:04:26.013Z | + kern=SunOS |
5 | 2024-11-28T04:04:26.013Z | + case "$kern" in |
6 | 2024-11-28T04:04:26.014Z | + groupadd -g 12345 build |
7 | 2024-11-28T04:04:26.017Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-28T04:04:28.021Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-28T04:04:28.073Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-28T04:04:28.076Z | + home_fs=zfs |
11 | 2024-11-28T04:04:28.076Z | + [[ zfs == autofs ]] |
12 | 2024-11-28T04:04:28.076Z | + mkdir -p /home/build |
13 | 2024-11-28T04:04:28.079Z | + chown build:build /home/build /work |
14 | 2024-11-28T04:04:30.080Z | + chmod 0700 /home/build /work |
15 | 2024-11-28T04:04:30.083Z | process exited: duration 4081 ms, exit code 0 |
|
16 | 2024-11-28T04:04:30.087Z | starting task 1: "rust-toolchain" |
17 | 2024-11-28T04:04:30.094Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-28T04:04:30.094Z | ' 1.81.0 |
19 | 2024-11-28T04:04:30.094Z | * toolchain channel = "1.81.0" |
20 | 2024-11-28T04:04:30.094Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-28T04:04:30.094Z | ' default |
22 | 2024-11-28T04:04:30.096Z | * toolchain profile = "default" |
23 | 2024-11-28T04:04:30.096Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-28T04:04:30.096Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-28T04:04:30.222Z | info: downloading installer |
26 | 2024-11-28T04:04:31.807Z | info: profile set to 'default' |
27 | 2024-11-28T04:04:31.807Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-28T04:04:31.809Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-28T04:04:31.949Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-28T04:04:31.949Z | info: downloading component 'cargo' |
31 | 2024-11-28T04:04:32.686Z | info: downloading component 'clippy' |
32 | 2024-11-28T04:04:32.958Z | info: downloading component 'rust-docs' |
33 | 2024-11-28T04:04:33.981Z | info: downloading component 'rust-std' |
34 | 2024-11-28T04:04:35.568Z | info: downloading component 'rustc' |
35 | 2024-11-28T04:04:41.274Z | info: downloading component 'rustfmt' |
36 | 2024-11-28T04:04:41.491Z | info: installing component 'cargo' |
37 | 2024-11-28T04:04:42.279Z | info: installing component 'clippy' |
38 | 2024-11-28T04:04:42.633Z | info: installing component 'rust-docs' |
39 | 2024-11-28T04:04:44.226Z | info: installing component 'rust-std' |
40 | 2024-11-28T04:04:45.972Z | info: installing component 'rustc' |
41 | 2024-11-28T04:04:51.542Z | info: installing component 'rustfmt' |
42 | 2024-11-28T04:04:51.863Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-28T04:04:51.863Z | |
44 | 2024-11-28T04:04:52.237Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-28T04:04:52.237Z | |
46 | 2024-11-28T04:04:52.239Z | |
47 | 2024-11-28T04:04:52.239Z | Rust is installed now. Great! |
48 | 2024-11-28T04:04:52.239Z | |
49 | 2024-11-28T04:04:52.239Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-28T04:04:52.239Z | environment variable. This has not been done automatically. |
51 | 2024-11-28T04:04:52.239Z | |
52 | 2024-11-28T04:04:52.239Z | To configure your current shell, you need to source |
53 | 2024-11-28T04:04:52.239Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-28T04:04:52.239Z | |
55 | 2024-11-28T04:04:52.240Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-28T04:04:52.240Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-28T04:04:52.240Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-28T04:04:52.310Z | + rustc --version |
59 | 2024-11-28T04:04:52.375Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-28T04:04:52.378Z | process exited: duration 22286 ms, exit code 0 |
|
61 | 2024-11-28T04:04:52.383Z | starting task 2: "authentication" |
62 | 2024-11-28T04:04:52.403Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-11-28T04:04:52.408Z | starting task 3: "clone repository" |
64 | 2024-11-28T04:04:52.413Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-28T04:04:52.415Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-28T04:04:52.455Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-28T04:04:59.665Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-28T04:04:59.665Z | + git fetch origin 2d40eaa949744312cb2a01a3b38863f238c38ac8 |
69 | 2024-11-28T04:04:59.984Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-28T04:04:59.984Z | * branch 2d40eaa949744312cb2a01a3b38863f238c38ac8 -> FETCH_HEAD |
71 | 2024-11-28T04:04:59.992Z | + [[ -n renovate/flate2-1.x ]] |
72 | 2024-11-28T04:04:59.995Z | ++ git branch --show-current |
73 | 2024-11-28T04:04:59.997Z | + current=main |
74 | 2024-11-28T04:04:59.997Z | + [[ main != renovate/flate2-1.x ]] |
75 | 2024-11-28T04:04:59.997Z | + git branch -f renovate/flate2-1.x 2d40eaa949744312cb2a01a3b38863f238c38ac8 |
76 | 2024-11-28T04:04:59.999Z | + git checkout -f renovate/flate2-1.x |
77 | 2024-11-28T04:05:00.091Z | Switched to branch 'renovate/flate2-1.x' |
78 | 2024-11-28T04:05:00.093Z | + git reset --hard 2d40eaa949744312cb2a01a3b38863f238c38ac8 |
79 | 2024-11-28T04:05:00.192Z | HEAD is now at 2d40eaa94 Update Rust crate flate2 to 1.0.35 |
80 | 2024-11-28T04:05:00.194Z | process exited: duration 7784 ms, exit code 0 |
|
81 | 2024-11-28T04:05:00.199Z | starting task 4: "build" |
82 | 2024-11-28T04:05:00.204Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-28T04:05:00.206Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-28T04:05:00.206Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-28T04:05:00.206Z | + cargo --version |
86 | 2024-11-28T04:05:00.263Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-28T04:05:00.266Z | + rustc --version |
88 | 2024-11-28T04:05:00.326Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-28T04:05:00.328Z | + cd /tmp |
90 | 2024-11-28T04:05:00.331Z | + cargo new --lib test-project |
91 | 2024-11-28T04:05:00.388Z | Creating library `test-project` package |
92 | 2024-11-28T04:05:00.465Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-11-28T04:05:00.467Z | + cd test-project |
94 | 2024-11-28T04:05:00.467Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-11-28T04:05:00.527Z | Adding omicron-common (local) to dependencies |
96 | 2024-11-28T04:05:00.529Z | Features: |
97 | 2024-11-28T04:05:00.529Z | - proptest |
98 | 2024-11-28T04:05:00.529Z | - test-strategy |
99 | 2024-11-28T04:05:00.529Z | - testing |
100 | 2024-11-28T04:05:00.529Z | Updating crates.io index |
101 | 2024-11-28T04:05:00.602Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-11-28T04:05:01.147Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-11-28T04:05:01.582Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-11-28T04:05:01.965Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-11-28T04:05:03.305Z | Locking 328 packages to latest compatible versions |
106 | 2024-11-28T04:05:03.307Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-11-28T04:05:03.310Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
108 | 2024-11-28T04:05:03.310Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
109 | 2024-11-28T04:05:03.310Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
110 | 2024-11-28T04:05:03.311Z | Adding goblin v0.8.2 (latest: v0.9.2) |
111 | 2024-11-28T04:05:03.311Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
112 | 2024-11-28T04:05:03.311Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
113 | 2024-11-28T04:05:03.311Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
114 | 2024-11-28T04:05:03.311Z | Adding hostname v0.3.1 (latest: v0.4.0) |
115 | 2024-11-28T04:05:03.313Z | Adding indexmap v1.9.3 (latest: v2.6.0) |
116 | 2024-11-28T04:05:03.313Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
117 | 2024-11-28T04:05:03.316Z | Adding regress v0.9.1 (latest: v0.10.1) |
118 | 2024-11-28T04:05:03.321Z | Adding rustls v0.22.4 (latest: v0.23.19) |
119 | 2024-11-28T04:05:03.324Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
120 | 2024-11-28T04:05:03.326Z | Adding term v0.7.0 (latest: v1.0.0) |
121 | 2024-11-28T04:05:03.326Z | Adding thiserror v1.0.69 (latest: v2.0.3) |
122 | 2024-11-28T04:05:03.326Z | Adding thiserror-impl v1.0.69 (latest: v2.0.3) |
123 | 2024-11-28T04:05:03.326Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
124 | 2024-11-28T04:05:03.329Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
125 | 2024-11-28T04:05:03.329Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
126 | 2024-11-28T04:05:03.331Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
127 | 2024-11-28T04:05:03.331Z | Adding windows v0.52.0 (latest: v0.58.0) |
128 | 2024-11-28T04:05:03.331Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
129 | 2024-11-28T04:05:03.331Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
130 | 2024-11-28T04:05:03.331Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
131 | 2024-11-28T04:05:03.331Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
132 | 2024-11-28T04:05:03.331Z | Adding writeable v0.5.5 (latest: v0.6.0) |
133 | 2024-11-28T04:05:03.335Z | Adding zerocopy v0.7.35 (latest: v0.8.11) |
134 | 2024-11-28T04:05:03.335Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.11) |
135 | 2024-11-28T04:05:03.335Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
136 | 2024-11-28T04:05:03.335Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
137 | 2024-11-28T04:05:03.406Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
138 | 2024-11-28T04:05:03.408Z | + cargo check |
139 | 2024-11-28T04:05:03.570Z | Updating crates.io index |
140 | 2024-11-28T04:05:04.366Z | Locking 2 packages to latest compatible versions |
141 | 2024-11-28T04:05:08.238Z | Adding omicron-workspace-hack v0.1.0 |
142 | 2024-11-28T04:05:10.586Z | Adding test-project v0.1.0 (/tmp/test-project) |
143 | 2024-11-28T04:05:11.467Z | Downloading crates ... |
144 | 2024-11-28T04:05:11.526Z | Downloaded autocfg v1.4.0 |
145 | 2024-11-28T04:05:11.534Z | Downloaded ahash v0.8.11 |
146 | 2024-11-28T04:05:11.537Z | Downloaded ident_case v1.0.1 |
147 | 2024-11-28T04:05:11.540Z | Downloaded allocator-api2 v0.2.18 |
148 | 2024-11-28T04:05:11.543Z | Downloaded foreign-types v0.3.2 |
149 | 2024-11-28T04:05:11.545Z | Downloaded equivalent v1.0.1 |
150 | 2024-11-28T04:05:11.554Z | Downloaded http-body-util v0.1.2 |
151 | 2024-11-28T04:05:11.557Z | Downloaded hostname v0.4.0 |
152 | 2024-11-28T04:05:11.559Z | Downloaded getrandom v0.2.15 |
153 | 2024-11-28T04:05:11.562Z | Downloaded is-terminal v0.4.13 |
154 | 2024-11-28T04:05:11.565Z | Downloaded darling_macro v0.20.10 |
155 | 2024-11-28T04:05:11.565Z | Downloaded icu_normalizer_data v1.5.0 |
156 | 2024-11-28T04:05:11.568Z | Downloaded cpufeatures v0.2.14 |
157 | 2024-11-28T04:05:11.570Z | Downloaded cfg-if v1.0.0 |
158 | 2024-11-28T04:05:11.570Z | Downloaded block-buffer v0.10.4 |
159 | 2024-11-28T04:05:11.573Z | Downloaded toml_edit v0.22.22 |
160 | 2024-11-28T04:05:11.592Z | Downloaded progenitor v0.8.0 |
161 | 2024-11-28T04:05:11.595Z | Downloaded memmap v0.7.0 |
162 | 2024-11-28T04:05:11.597Z | Downloaded litemap v0.7.3 |
163 | 2024-11-28T04:05:11.597Z | Downloaded indexmap v1.9.3 |
164 | 2024-11-28T04:05:11.601Z | Downloaded thiserror-impl v1.0.69 |
165 | 2024-11-28T04:05:11.604Z | Downloaded icu_properties_data v1.5.0 |
166 | 2024-11-28T04:05:11.611Z | Downloaded backoff v0.4.0 |
167 | 2024-11-28T04:05:11.614Z | Downloaded async-stream v0.3.6 |
168 | 2024-11-28T04:05:11.617Z | Downloaded macaddr v1.0.1 |
169 | 2024-11-28T04:05:11.620Z | Downloaded bitflags v2.6.0 |
170 | 2024-11-28T04:05:11.623Z | Downloaded thread_local v1.1.8 |
171 | 2024-11-28T04:05:11.625Z | Downloaded dof v0.3.0 |
172 | 2024-11-28T04:05:11.625Z | Downloaded async-trait v0.1.83 |
173 | 2024-11-28T04:05:11.628Z | Downloaded atomic-waker v1.1.2 |
174 | 2024-11-28T04:05:11.630Z | Downloaded time v0.3.36 |
175 | 2024-11-28T04:05:11.637Z | Downloaded synstructure v0.13.1 |
176 | 2024-11-28T04:05:11.640Z | Downloaded time-core v0.1.2 |
177 | 2024-11-28T04:05:11.640Z | Downloaded aho-corasick v1.1.3 |
178 | 2024-11-28T04:05:11.646Z | Downloaded match_cfg v0.1.0 |
179 | 2024-11-28T04:05:11.648Z | Downloaded futures-io v0.3.31 |
180 | 2024-11-28T04:05:11.648Z | Downloaded dirs-next v2.0.0 |
181 | 2024-11-28T04:05:11.651Z | Downloaded strsim v0.11.1 |
182 | 2024-11-28T04:05:11.651Z | Downloaded scroll_derive v0.12.0 |
183 | 2024-11-28T04:05:11.653Z | Downloaded thread-id v4.2.2 |
184 | 2024-11-28T04:05:11.653Z | Downloaded icu_provider_macros v1.5.0 |
185 | 2024-11-28T04:05:11.656Z | Downloaded foreign-types-shared v0.1.1 |
186 | 2024-11-28T04:05:11.656Z | Downloaded displaydoc v0.2.5 |
187 | 2024-11-28T04:05:11.661Z | Downloaded dtrace-parser v0.2.0 |
188 | 2024-11-28T04:05:11.661Z | Downloaded hyper v1.5.0 |
189 | 2024-11-28T04:05:11.665Z | Downloaded serde_with_macros v3.11.0 |
190 | 2024-11-28T04:05:11.667Z | Downloaded futures-sink v0.3.31 |
191 | 2024-11-28T04:05:11.670Z | Downloaded futures-macro v0.3.31 |
192 | 2024-11-28T04:05:11.670Z | Downloaded camino v1.1.9 |
193 | 2024-11-28T04:05:11.672Z | Downloaded fnv v1.0.7 |
194 | 2024-11-28T04:05:11.672Z | Downloaded dyn-clone v1.0.17 |
195 | 2024-11-28T04:05:11.676Z | Downloaded anyhow v1.0.93 |
196 | 2024-11-28T04:05:11.679Z | Downloaded rustls-pki-types v1.9.0 |
197 | 2024-11-28T04:05:11.681Z | Downloaded futures-executor v0.3.31 |
198 | 2024-11-28T04:05:11.683Z | Downloaded futures-task v0.3.31 |
199 | 2024-11-28T04:05:11.685Z | Downloaded futures-core v0.3.31 |
200 | 2024-11-28T04:05:11.688Z | Downloaded tower-service v0.3.3 |
201 | 2024-11-28T04:05:11.688Z | Downloaded crypto-common v0.1.6 |
202 | 2024-11-28T04:05:11.688Z | Downloaded async-stream-impl v0.3.6 |
203 | 2024-11-28T04:05:11.690Z | Downloaded icu_collections v1.5.0 |
204 | 2024-11-28T04:05:11.700Z | Downloaded instant v0.1.13 |
205 | 2024-11-28T04:05:11.708Z | Downloaded typify-macro v0.2.0 |
206 | 2024-11-28T04:05:11.708Z | Downloaded byteorder v1.5.0 |
207 | 2024-11-28T04:05:11.708Z | Downloaded utf8_iter v1.0.4 |
208 | 2024-11-28T04:05:11.708Z | Downloaded icu_locid_transform v1.5.0 |
209 | 2024-11-28T04:05:11.708Z | Downloaded tracing-core v0.1.32 |
210 | 2024-11-28T04:05:11.711Z | Downloaded tinyvec_macros v0.1.1 |
211 | 2024-11-28T04:05:11.711Z | Downloaded httpdate v1.0.3 |
212 | 2024-11-28T04:05:11.711Z | Downloaded hex v0.4.3 |
213 | 2024-11-28T04:05:11.714Z | Downloaded futures-channel v0.3.31 |
214 | 2024-11-28T04:05:11.714Z | Downloaded form_urlencoded v1.2.1 |
215 | 2024-11-28T04:05:11.716Z | Downloaded ipnetwork v0.20.0 |
216 | 2024-11-28T04:05:11.716Z | Downloaded hostname v0.3.1 |
217 | 2024-11-28T04:05:11.718Z | Downloaded crossbeam-utils v0.8.20 |
218 | 2024-11-28T04:05:11.721Z | Downloaded http-body v1.0.1 |
219 | 2024-11-28T04:05:11.724Z | Downloaded itoa v1.0.11 |
220 | 2024-11-28T04:05:11.724Z | Downloaded idna_adapter v1.2.0 |
221 | 2024-11-28T04:05:11.724Z | Downloaded hyper-tls v0.6.0 |
222 | 2024-11-28T04:05:11.726Z | Downloaded tokio-rustls v0.25.0 |
223 | 2024-11-28T04:05:11.728Z | Downloaded deranged v0.3.11 |
224 | 2024-11-28T04:05:11.731Z | Downloaded take_mut v0.2.2 |
225 | 2024-11-28T04:05:11.731Z | Downloaded sync_wrapper v1.0.1 |
226 | 2024-11-28T04:05:11.734Z | Downloaded dirs-sys-next v0.1.2 |
227 | 2024-11-28T04:05:11.734Z | Downloaded darling v0.20.10 |
228 | 2024-11-28T04:05:11.737Z | Downloaded slog-term v2.9.1 |
229 | 2024-11-28T04:05:11.739Z | Downloaded typify-impl v0.2.0 |
230 | 2024-11-28T04:05:11.754Z | Downloaded version_check v0.9.5 |
231 | 2024-11-28T04:05:11.757Z | Downloaded uuid v1.11.0 |
232 | 2024-11-28T04:05:11.760Z | Downloaded usdt-macro v0.5.0 |
233 | 2024-11-28T04:05:11.760Z | Downloaded typenum v1.17.0 |
234 | 2024-11-28T04:05:11.762Z | Downloaded try-lock v0.2.5 |
235 | 2024-11-28T04:05:11.765Z | Downloaded tracing v0.1.40 |
236 | 2024-11-28T04:05:11.768Z | Downloaded generic-array v0.14.7 |
237 | 2024-11-28T04:05:11.770Z | Downloaded debug-ignore v1.0.5 |
238 | 2024-11-28T04:05:11.772Z | Downloaded num-conv v0.1.0 |
239 | 2024-11-28T04:05:11.774Z | Downloaded write16 v1.0.0 |
240 | 2024-11-28T04:05:11.774Z | Downloaded want v0.3.1 |
241 | 2024-11-28T04:05:11.774Z | Downloaded waitgroup v0.1.2 |
242 | 2024-11-28T04:05:11.776Z | Downloaded bytes v1.8.0 |
243 | 2024-11-28T04:05:11.779Z | Downloaded slog-async v2.8.0 |
244 | 2024-11-28T04:05:11.782Z | Downloaded stable_deref_trait v1.2.0 |
245 | 2024-11-28T04:05:11.782Z | Downloaded num_threads v0.1.7 |
246 | 2024-11-28T04:05:11.784Z | Downloaded zeroize v1.8.1 |
247 | 2024-11-28T04:05:11.786Z | Downloaded slog-json v2.6.1 |
248 | 2024-11-28T04:05:11.789Z | Downloaded usdt-impl v0.5.0 |
249 | 2024-11-28T04:05:11.789Z | Downloaded tokio-macros v2.4.0 |
250 | 2024-11-28T04:05:11.791Z | Downloaded slog-bunyan v2.5.0 |
251 | 2024-11-28T04:05:11.791Z | Downloaded zerofrom-derive v0.1.4 |
252 | 2024-11-28T04:05:11.793Z | Downloaded iana-time-zone v0.1.61 |
253 | 2024-11-28T04:05:11.795Z | Downloaded pretty-hex v0.4.1 |
254 | 2024-11-28T04:05:11.795Z | Downloaded zerofrom v0.1.4 |
255 | 2024-11-28T04:05:11.798Z | Downloaded darling_core v0.20.10 |
256 | 2024-11-28T04:05:11.801Z | Downloaded openssl-probe v0.1.5 |
257 | 2024-11-28T04:05:11.804Z | Downloaded crossbeam-channel v0.5.13 |
258 | 2024-11-28T04:05:11.807Z | Downloaded rustc-hash v2.0.0 |
259 | 2024-11-28T04:05:11.809Z | Downloaded ppv-lite86 v0.2.20 |
260 | 2024-11-28T04:05:11.812Z | Downloaded openssl-macros v0.1.1 |
261 | 2024-11-28T04:05:11.812Z | Downloaded plain v0.2.3 |
262 | 2024-11-28T04:05:11.812Z | Downloaded pin-utils v0.1.0 |
263 | 2024-11-28T04:05:11.815Z | Downloaded percent-encoding v2.3.1 |
264 | 2024-11-28T04:05:11.815Z | Downloaded omicron-workspace-hack v0.1.0 |
265 | 2024-11-28T04:05:11.818Z | Downloaded strum v0.26.3 |
266 | 2024-11-28T04:05:11.818Z | Downloaded rustls-pemfile v2.2.0 |
267 | 2024-11-28T04:05:11.818Z | Downloaded mime v0.3.17 |
268 | 2024-11-28T04:05:11.821Z | Downloaded writeable v0.5.5 |
269 | 2024-11-28T04:05:11.821Z | Downloaded newtype-uuid v1.1.3 |
270 | 2024-11-28T04:05:11.823Z | Downloaded structmeta-derive v0.3.0 |
271 | 2024-11-28T04:05:11.825Z | Downloaded progenitor-client v0.8.0 |
272 | 2024-11-28T04:05:11.825Z | Downloaded pest_generator v2.7.14 |
273 | 2024-11-28T04:05:11.828Z | Downloaded once_cell v1.20.2 |
274 | 2024-11-28T04:05:11.830Z | Downloaded slab v0.4.9 |
275 | 2024-11-28T04:05:11.830Z | Downloaded thiserror v1.0.69 |
276 | 2024-11-28T04:05:11.835Z | Downloaded parse-display v0.10.0 |
277 | 2024-11-28T04:05:11.838Z | Downloaded tinystr v0.7.6 |
278 | 2024-11-28T04:05:11.843Z | Downloaded schemars_derive v0.8.21 |
279 | 2024-11-28T04:05:11.843Z | Downloaded sha2 v0.10.8 |
280 | 2024-11-28T04:05:11.847Z | Downloaded rand_chacha v0.3.1 |
281 | 2024-11-28T04:05:11.847Z | Downloaded quinn-udp v0.5.5 |
282 | 2024-11-28T04:05:11.847Z | Downloaded powerfmt v0.2.0 |
283 | 2024-11-28T04:05:11.847Z | Downloaded paste v1.0.15 |
284 | 2024-11-28T04:05:11.849Z | Downloaded usdt v0.5.0 |
285 | 2024-11-28T04:05:11.852Z | Downloaded ucd-trie v0.1.7 |
286 | 2024-11-28T04:05:11.854Z | Downloaded serde_derive_internals v0.29.1 |
287 | 2024-11-28T04:05:11.854Z | Downloaded serde_tokenstream v0.2.2 |
288 | 2024-11-28T04:05:11.858Z | Downloaded serde_spanned v0.6.8 |
289 | 2024-11-28T04:05:11.858Z | Downloaded num-traits v0.2.19 |
290 | 2024-11-28T04:05:11.860Z | Downloaded scroll v0.12.0 |
291 | 2024-11-28T04:05:11.862Z | Downloaded progenitor-macro v0.8.0 |
292 | 2024-11-28T04:05:11.862Z | Downloaded shlex v1.3.0 |
293 | 2024-11-28T04:05:11.864Z | Downloaded structmeta v0.3.0 |
294 | 2024-11-28T04:05:11.864Z | Downloaded parse-display-derive v0.10.0 |
295 | 2024-11-28T04:05:11.867Z | Downloaded unicode-ident v1.0.13 |
296 | 2024-11-28T04:05:11.870Z | Downloaded strum_macros v0.26.4 |
297 | 2024-11-28T04:05:11.872Z | Downloaded serde_derive v1.0.215 |
298 | 2024-11-28T04:05:11.877Z | Downloaded time-macros v0.2.18 |
299 | 2024-11-28T04:05:11.880Z | Downloaded hyper-util v0.1.10 |
300 | 2024-11-28T04:05:11.882Z | Downloaded serde_path_to_error v0.1.16 |
301 | 2024-11-28T04:05:11.882Z | Downloaded scopeguard v1.2.0 |
302 | 2024-11-28T04:05:11.884Z | Downloaded proc-macro2 v1.0.89 |
303 | 2024-11-28T04:05:11.886Z | Downloaded rand_core v0.6.4 |
304 | 2024-11-28T04:05:11.889Z | Downloaded unsafe-libyaml v0.2.11 |
305 | 2024-11-28T04:05:11.891Z | Downloaded spin v0.9.8 |
306 | 2024-11-28T04:05:11.893Z | Downloaded progenitor-impl v0.8.0 |
307 | 2024-11-28T04:05:11.895Z | Downloaded pest_meta v2.7.14 |
308 | 2024-11-28T04:05:11.898Z | Downloaded parking_lot v0.12.3 |
309 | 2024-11-28T04:05:11.900Z | Downloaded term v0.7.0 |
310 | 2024-11-28T04:05:11.903Z | Downloaded tinyvec v1.8.0 |
311 | 2024-11-28T04:05:11.907Z | Downloaded url v2.5.3 |
312 | 2024-11-28T04:05:11.910Z | Downloaded zerocopy-derive v0.7.35 |
313 | 2024-11-28T04:05:11.915Z | Downloaded openssl-sys v0.9.103 |
314 | 2024-11-28T04:05:11.920Z | Downloaded schemars v0.8.21 |
315 | 2024-11-28T04:05:11.932Z | Downloaded quinn v0.11.5 |
316 | 2024-11-28T04:05:11.935Z | Downloaded serde v1.0.215 |
317 | 2024-11-28T04:05:11.938Z | Downloaded hashbrown v0.15.0 |
318 | 2024-11-28T04:05:11.944Z | Downloaded mio v1.0.2 |
319 | 2024-11-28T04:05:11.950Z | Downloaded tokio-util v0.7.12 |
320 | 2024-11-28T04:05:11.957Z | Downloaded rand v0.8.5 |
321 | 2024-11-28T04:05:11.960Z | Downloaded h2 v0.4.6 |
322 | 2024-11-28T04:05:11.967Z | Downloaded pest v2.7.14 |
323 | 2024-11-28T04:05:11.972Z | Downloaded zerocopy v0.7.35 |
324 | 2024-11-28T04:05:11.988Z | Downloaded zerovec v0.10.4 |
325 | 2024-11-28T04:05:11.993Z | Downloaded quinn-proto v0.11.8 |
326 | 2024-11-28T04:05:11.999Z | Downloaded winnow v0.6.20 |
327 | 2024-11-28T04:05:12.008Z | Downloaded idna v1.0.3 |
328 | 2024-11-28T04:05:12.012Z | Downloaded serde_json v1.0.132 |
329 | 2024-11-28T04:05:12.019Z | Downloaded futures-util v0.3.31 |
330 | 2024-11-28T04:05:12.030Z | Downloaded webpki-roots v0.26.6 |
331 | 2024-11-28T04:05:12.034Z | Downloaded reqwest v0.12.9 |
332 | 2024-11-28T04:05:12.042Z | Downloaded openssl v0.10.66 |
333 | 2024-11-28T04:05:12.051Z | Downloaded chrono v0.4.38 |
334 | 2024-11-28T04:05:12.058Z | Downloaded rustls-webpki v0.102.8 |
335 | 2024-11-28T04:05:12.075Z | Downloaded serde_with v3.11.0 |
336 | 2024-11-28T04:05:12.082Z | Downloaded vcpkg v0.2.15 |
337 | 2024-11-28T04:05:12.117Z | Downloaded goblin v0.8.2 |
338 | 2024-11-28T04:05:12.123Z | Downloaded hashbrown v0.14.5 |
339 | 2024-11-28T04:05:12.128Z | Downloaded openapiv3 v2.0.0 |
340 | 2024-11-28T04:05:12.138Z | Downloaded memchr v2.7.4 |
341 | 2024-11-28T04:05:12.144Z | Downloaded regex v1.11.1 |
342 | 2024-11-28T04:05:12.155Z | Downloaded syn v2.0.87 |
343 | 2024-11-28T04:05:12.165Z | Downloaded dropshot v0.13.0 |
344 | 2024-11-28T04:05:12.184Z | Downloaded yoke v0.7.4 |
345 | 2024-11-28T04:05:12.187Z | Downloaded digest v0.10.7 |
346 | 2024-11-28T04:05:12.189Z | Downloaded socket2 v0.5.7 |
347 | 2024-11-28T04:05:12.192Z | Downloaded serde_yaml v0.9.34+deprecated |
348 | 2024-11-28T04:05:12.194Z | Downloaded quote v1.0.37 |
349 | 2024-11-28T04:05:12.196Z | Downloaded rustls v0.23.14 |
350 | 2024-11-28T04:05:12.206Z | Downloaded regress v0.9.1 |
351 | 2024-11-28T04:05:12.215Z | Downloaded rustls v0.22.4 |
352 | 2024-11-28T04:05:12.226Z | Downloaded regress v0.10.1 |
353 | 2024-11-28T04:05:12.233Z | Downloaded regex-syntax v0.8.5 |
354 | 2024-11-28T04:05:12.241Z | Downloaded pest_derive v2.7.14 |
355 | 2024-11-28T04:05:12.243Z | Downloaded http v1.1.0 |
356 | 2024-11-28T04:05:12.246Z | Downloaded signal-hook-registry v1.4.2 |
357 | 2024-11-28T04:05:12.249Z | Downloaded pin-project-lite v0.2.14 |
358 | 2024-11-28T04:05:12.251Z | Downloaded native-tls v0.2.12 |
359 | 2024-11-28T04:05:12.254Z | Downloaded multer v3.1.0 |
360 | 2024-11-28T04:05:12.257Z | Downloaded toml v0.8.19 |
361 | 2024-11-28T04:05:12.260Z | Downloaded cc v1.1.30 |
362 | 2024-11-28T04:05:12.262Z | Downloaded tokio v1.40.0 |
363 | 2024-11-28T04:05:12.295Z | Downloaded ryu v1.0.18 |
364 | 2024-11-28T04:05:12.298Z | Downloaded slog v2.7.0 |
365 | 2024-11-28T04:05:12.300Z | Downloaded indexmap v2.6.0 |
366 | 2024-11-28T04:05:12.304Z | Downloaded icu_locid v1.5.0 |
367 | 2024-11-28T04:05:12.308Z | Downloaded pkg-config v0.3.31 |
368 | 2024-11-28T04:05:12.311Z | Downloaded typify v0.2.0 |
369 | 2024-11-28T04:05:12.313Z | Downloaded icu_locid_transform_data v1.5.0 |
370 | 2024-11-28T04:05:12.316Z | Downloaded zerovec-derive v0.10.3 |
371 | 2024-11-28T04:05:12.316Z | Downloaded smallvec v1.13.2 |
372 | 2024-11-28T04:05:12.319Z | Downloaded httparse v1.9.5 |
373 | 2024-11-28T04:05:12.321Z | Downloaded serde_urlencoded v0.7.1 |
374 | 2024-11-28T04:05:12.321Z | Downloaded subtle v2.6.1 |
375 | 2024-11-28T04:05:12.324Z | Downloaded semver v1.0.23 |
376 | 2024-11-28T04:05:12.326Z | Downloaded parking_lot_core v0.9.10 |
377 | 2024-11-28T04:05:12.326Z | Downloaded icu_properties v1.5.1 |
378 | 2024-11-28T04:05:12.329Z | Downloaded regex-automata v0.4.8 |
379 | 2024-11-28T04:05:12.343Z | Downloaded sha1 v0.10.6 |
380 | 2024-11-28T04:05:12.347Z | Downloaded rustversion v1.0.17 |
381 | 2024-11-28T04:05:12.349Z | Downloaded log v0.4.22 |
382 | 2024-11-28T04:05:12.351Z | Downloaded libc v0.2.162 |
383 | 2024-11-28T04:05:12.374Z | Downloaded icu_normalizer v1.5.0 |
384 | 2024-11-28T04:05:12.376Z | Downloaded yoke-derive v0.7.4 |
385 | 2024-11-28T04:05:12.379Z | Downloaded utf16_iter v1.0.5 |
386 | 2024-11-28T04:05:12.379Z | Downloaded icu_provider v1.5.0 |
387 | 2024-11-28T04:05:12.382Z | Downloaded hyper-rustls v0.27.3 |
388 | 2024-11-28T04:05:12.384Z | Downloaded untrusted v0.9.0 |
389 | 2024-11-28T04:05:12.384Z | Downloaded toml_datetime v0.6.8 |
390 | 2024-11-28T04:05:12.387Z | Downloaded usdt-attr-macro v0.5.0 |
391 | 2024-11-28T04:05:12.387Z | Downloaded tokio-native-tls v0.3.1 |
392 | 2024-11-28T04:05:12.390Z | Downloaded lock_api v0.4.12 |
393 | 2024-11-28T04:05:12.390Z | Downloaded ipnet v2.10.1 |
394 | 2024-11-28T04:05:12.390Z | Downloaded futures v0.3.31 |
395 | 2024-11-28T04:05:12.394Z | Downloaded hashbrown v0.12.3 |
396 | 2024-11-28T04:05:12.398Z | Downloaded dropshot_endpoint v0.13.0 |
397 | 2024-11-28T04:05:12.401Z | Downloaded base64 v0.22.1 |
398 | 2024-11-28T04:05:12.404Z | Downloaded tokio-rustls v0.26.0 |
399 | 2024-11-28T04:05:12.406Z | Downloaded heck v0.5.0 |
400 | 2024-11-28T04:05:12.460Z | Downloaded encoding_rs v0.8.34 |
401 | 2024-11-28T04:05:12.643Z | Downloaded ring v0.17.8 |
402 | 2024-11-28T04:05:12.966Z | Compiling proc-macro2 v1.0.89 |
403 | 2024-11-28T04:05:12.966Z | Compiling unicode-ident v1.0.13 |
404 | 2024-11-28T04:05:12.969Z | Compiling libc v0.2.162 |
405 | 2024-11-28T04:05:12.969Z | Checking cfg-if v1.0.0 |
406 | 2024-11-28T04:05:12.969Z | Compiling autocfg v1.4.0 |
407 | 2024-11-28T04:05:12.989Z | Compiling serde v1.0.215 |
408 | 2024-11-28T04:05:12.992Z | Compiling version_check v0.9.5 |
409 | 2024-11-28T04:05:12.992Z | Checking memchr v2.7.4 |
410 | 2024-11-28T04:05:13.105Z | Compiling serde_json v1.0.132 |
411 | 2024-11-28T04:05:13.156Z | Checking itoa v1.0.11 |
412 | 2024-11-28T04:05:13.522Z | Compiling thiserror v1.0.69 |
413 | 2024-11-28T04:05:13.657Z | Checking once_cell v1.20.2 |
414 | 2024-11-28T04:05:13.693Z | Compiling shlex v1.3.0 |
415 | 2024-11-28T04:05:13.893Z | Checking pin-project-lite v0.2.14 |
416 | 2024-11-28T04:05:13.962Z | Compiling cc v1.1.30 |
417 | 2024-11-28T04:05:14.057Z | Compiling num-traits v0.2.19 |
418 | 2024-11-28T04:05:14.348Z | Checking smallvec v1.13.2 |
419 | 2024-11-28T04:05:14.366Z | Checking ryu v1.0.18 |
420 | 2024-11-28T04:05:14.420Z | Checking getrandom v0.2.15 |
421 | 2024-11-28T04:05:14.564Z | Checking bytes v1.8.0 |
422 | 2024-11-28T04:05:14.580Z | Checking futures-core v0.3.31 |
423 | 2024-11-28T04:05:14.633Z | Compiling lock_api v0.4.12 |
424 | 2024-11-28T04:05:14.675Z | Compiling quote v1.0.37 |
425 | 2024-11-28T04:05:14.757Z | Compiling byteorder v1.5.0 |
426 | 2024-11-28T04:05:14.869Z | Compiling parking_lot_core v0.9.10 |
427 | 2024-11-28T04:05:15.079Z | Compiling syn v2.0.87 |
428 | 2024-11-28T04:05:15.144Z | Compiling ahash v0.8.11 |
429 | 2024-11-28T04:05:15.338Z | Compiling schemars v0.8.21 |
430 | 2024-11-28T04:05:15.374Z | Checking scopeguard v1.2.0 |
431 | 2024-11-28T04:05:15.416Z | Compiling slab v0.4.9 |
432 | 2024-11-28T04:05:15.623Z | Checking log v0.4.22 |
433 | 2024-11-28T04:05:15.674Z | Checking futures-sink v0.3.31 |
434 | 2024-11-28T04:05:15.729Z | Checking mio v1.0.2 |
435 | 2024-11-28T04:05:15.747Z | Checking socket2 v0.5.7 |
436 | 2024-11-28T04:05:15.812Z | Checking signal-hook-registry v1.4.2 |
437 | 2024-11-28T04:05:15.885Z | Checking stable_deref_trait v1.2.0 |
438 | 2024-11-28T04:05:15.946Z | Checking parking_lot v0.12.3 |
439 | 2024-11-28T04:05:15.989Z | Compiling semver v1.0.23 |
440 | 2024-11-28T04:05:16.059Z | Checking fnv v1.0.7 |
441 | 2024-11-28T04:05:16.184Z | Checking equivalent v1.0.1 |
442 | 2024-11-28T04:05:16.186Z | Checking hashbrown v0.15.0 |
443 | 2024-11-28T04:05:16.230Z | Checking http v1.1.0 |
444 | 2024-11-28T04:05:16.298Z | Checking futures-channel v0.3.31 |
445 | 2024-11-28T04:05:16.317Z | Checking futures-task v0.3.31 |
446 | 2024-11-28T04:05:16.334Z | Checking futures-io v0.3.31 |
447 | 2024-11-28T04:05:16.506Z | Checking pin-utils v0.1.0 |
448 | 2024-11-28T04:05:16.552Z | Checking rustls-pki-types v1.9.0 |
449 | 2024-11-28T04:05:16.571Z | Compiling vcpkg v0.2.15 |
450 | 2024-11-28T04:05:16.593Z | Checking spin v0.9.8 |
451 | 2024-11-28T04:05:16.660Z | Compiling heck v0.5.0 |
452 | 2024-11-28T04:05:16.827Z | Compiling pkg-config v0.3.31 |
453 | 2024-11-28T04:05:16.932Z | Compiling ring v0.17.8 |
454 | 2024-11-28T04:05:17.144Z | Checking untrusted v0.9.0 |
455 | 2024-11-28T04:05:17.262Z | Checking iana-time-zone v0.1.61 |
456 | 2024-11-28T04:05:17.294Z | Compiling httparse v1.9.5 |
457 | 2024-11-28T04:05:17.411Z | Compiling ucd-trie v0.1.7 |
458 | 2024-11-28T04:05:17.617Z | Checking writeable v0.5.5 |
459 | 2024-11-28T04:05:17.901Z | Checking litemap v0.7.3 |
460 | 2024-11-28T04:05:18.059Z | Checking tracing-core v0.1.32 |
461 | 2024-11-28T04:05:18.065Z | Checking atomic-waker v1.1.2 |
462 | 2024-11-28T04:05:18.194Z | Checking dyn-clone v1.0.17 |
463 | 2024-11-28T04:05:18.214Z | Compiling openssl-sys v0.9.103 |
464 | 2024-11-28T04:05:18.333Z | Compiling allocator-api2 v0.2.18 |
465 | 2024-11-28T04:05:18.692Z | Checking tracing v0.1.40 |
466 | 2024-11-28T04:05:19.010Z | Checking http-body v1.0.1 |
467 | 2024-11-28T04:05:19.069Z | Compiling uuid v1.11.0 |
468 | 2024-11-28T04:05:19.107Z | Checking zeroize v1.8.1 |
469 | 2024-11-28T04:05:19.195Z | Checking icu_locid_transform_data v1.5.0 |
470 | 2024-11-28T04:05:19.214Z | Checking try-lock v0.2.5 |
471 | 2024-11-28T04:05:19.293Z | Checking subtle v2.6.1 |
472 | 2024-11-28T04:05:19.350Z | Checking want v0.3.1 |
473 | 2024-11-28T04:05:19.401Z | Compiling slog v2.7.0 |
474 | 2024-11-28T04:05:19.514Z | Checking icu_properties_data v1.5.0 |
475 | 2024-11-28T04:05:19.630Z | Compiling openssl v0.10.66 |
476 | 2024-11-28T04:05:19.664Z | Checking foreign-types-shared v0.1.1 |
477 | 2024-11-28T04:05:19.760Z | Compiling chrono v0.4.38 |
478 | 2024-11-28T04:05:19.779Z | Checking httpdate v1.0.3 |
479 | 2024-11-28T04:05:19.805Z | Checking foreign-types v0.3.2 |
480 | 2024-11-28T04:05:19.937Z | Compiling aho-corasick v1.1.3 |
481 | 2024-11-28T04:05:20.001Z | Checking tower-service v0.3.3 |
482 | 2024-11-28T04:05:20.077Z | Checking percent-encoding v2.3.1 |
483 | 2024-11-28T04:05:20.115Z | Checking bitflags v2.6.0 |
484 | 2024-11-28T04:05:20.283Z | Compiling native-tls v0.2.12 |
485 | 2024-11-28T04:05:20.361Z | Checking icu_normalizer_data v1.5.0 |
486 | 2024-11-28T04:05:20.452Z | Checking write16 v1.0.0 |
487 | 2024-11-28T04:05:20.578Z | Compiling typenum v1.17.0 |
488 | 2024-11-28T04:05:20.625Z | Checking utf16_iter v1.0.5 |
489 | 2024-11-28T04:05:21.147Z | Checking utf8_iter v1.0.4 |
490 | 2024-11-28T04:05:21.357Z | Compiling regex-syntax v0.8.5 |
491 | 2024-11-28T04:05:21.384Z | Compiling rustls v0.23.14 |
492 | 2024-11-28T04:05:21.627Z | Checking form_urlencoded v1.2.1 |
493 | 2024-11-28T04:05:21.795Z | Compiling generic-array v0.14.7 |
494 | 2024-11-28T04:05:21.813Z | Checking openssl-probe v0.1.5 |
495 | 2024-11-28T04:05:22.757Z | Compiling synstructure v0.13.1 |
496 | 2024-11-28T04:05:23.245Z | Compiling serde_derive_internals v0.29.1 |
497 | 2024-11-28T04:05:23.532Z | Checking rustls-webpki v0.102.8 |
498 | 2024-11-28T04:05:24.173Z | Compiling usdt-impl v0.5.0 |
499 | 2024-11-28T04:05:24.371Z | Checking encoding_rs v0.8.34 |
500 | 2024-11-28T04:05:24.521Z | Checking powerfmt v0.2.0 |
501 | 2024-11-28T04:05:24.717Z | Compiling time-core v0.1.2 |
502 | 2024-11-28T04:05:24.888Z | Compiling regex-automata v0.4.8 |
503 | 2024-11-28T04:05:25.040Z | Checking mime v0.3.17 |
504 | 2024-11-28T04:05:25.386Z | Compiling num-conv v0.1.0 |
505 | 2024-11-28T04:05:25.460Z | Checking deranged v0.3.11 |
506 | 2024-11-28T04:05:25.650Z | Compiling time-macros v0.2.18 |
507 | 2024-11-28T04:05:26.665Z | Compiling thread-id v4.2.2 |
508 | 2024-11-28T04:05:27.316Z | Checking webpki-roots v0.26.6 |
509 | 2024-11-28T04:05:27.318Z | Checking rustls-pemfile v2.2.0 |
510 | 2024-11-28T04:05:27.527Z | Compiling crossbeam-utils v0.8.20 |
511 | 2024-11-28T04:05:27.999Z | Checking num_threads v0.1.7 |
512 | 2024-11-28T04:05:28.060Z | Compiling strsim v0.11.1 |
513 | 2024-11-28T04:05:28.080Z | Compiling ident_case v1.0.1 |
514 | 2024-11-28T04:05:28.117Z | Compiling serde_derive v1.0.215 |
515 | 2024-11-28T04:05:28.118Z | Compiling zerocopy-derive v0.7.35 |
516 | 2024-11-28T04:05:28.255Z | Compiling thiserror-impl v1.0.69 |
517 | 2024-11-28T04:05:28.614Z | Compiling schemars_derive v0.8.21 |
518 | 2024-11-28T04:05:28.729Z | Compiling zerofrom-derive v0.1.4 |
519 | 2024-11-28T04:05:29.044Z | Compiling yoke-derive v0.7.4 |
520 | 2024-11-28T04:05:30.149Z | Compiling zerocopy v0.7.35 |
521 | 2024-11-28T04:05:31.467Z | Compiling tokio-macros v2.4.0 |
522 | 2024-11-28T04:05:31.609Z | Compiling zerovec-derive v0.10.3 |
523 | 2024-11-28T04:05:31.706Z | Compiling futures-macro v0.3.31 |
524 | 2024-11-28T04:05:31.759Z | Compiling displaydoc v0.2.5 |
525 | 2024-11-28T04:05:32.277Z | Checking zerofrom v0.1.4 |
526 | 2024-11-28T04:05:32.489Z | Checking yoke v0.7.4 |
527 | 2024-11-28T04:05:32.715Z | Compiling pest v2.7.14 |
528 | 2024-11-28T04:05:32.973Z | Compiling icu_provider_macros v1.5.0 |
529 | 2024-11-28T04:05:32.991Z | Checking tokio v1.40.0 |
530 | 2024-11-28T04:05:32.998Z | Compiling hashbrown v0.14.5 |
531 | 2024-11-28T04:05:33.473Z | Checking futures-util v0.3.31 |
532 | 2024-11-28T04:05:33.701Z | Compiling openssl-macros v0.1.1 |
533 | 2024-11-28T04:05:34.089Z | Checking zerovec v0.10.4 |
534 | 2024-11-28T04:05:34.251Z | Compiling regress v0.10.1 |
535 | 2024-11-28T04:05:35.211Z | Compiling pest_meta v2.7.14 |
536 | 2024-11-28T04:05:35.735Z | Checking tinystr v0.7.6 |
537 | 2024-11-28T04:05:36.128Z | Checking icu_locid v1.5.0 |
538 | 2024-11-28T04:05:37.137Z | Checking icu_provider v1.5.0 |
539 | 2024-11-28T04:05:37.814Z | Checking icu_locid_transform v1.5.0 |
540 | 2024-11-28T04:05:38.684Z | Compiling pest_generator v2.7.14 |
541 | 2024-11-28T04:05:38.829Z | Checking icu_collections v1.5.0 |
542 | 2024-11-28T04:05:38.943Z | Checking http-body-util v0.1.2 |
543 | 2024-11-28T04:05:39.402Z | Compiling regex v1.11.1 |
544 | 2024-11-28T04:05:39.436Z | Compiling scroll_derive v0.12.0 |
545 | 2024-11-28T04:05:39.525Z | Checking icu_properties v1.5.1 |
546 | 2024-11-28T04:05:40.090Z | Checking tokio-util v0.7.12 |
547 | 2024-11-28T04:05:40.203Z | Checking tokio-native-tls v0.3.1 |
548 | 2024-11-28T04:05:40.437Z | Checking tokio-rustls v0.26.0 |
549 | 2024-11-28T04:05:40.545Z | Compiling pest_derive v2.7.14 |
550 | 2024-11-28T04:05:40.795Z | Checking indexmap v2.6.0 |
551 | 2024-11-28T04:05:41.358Z | Compiling dtrace-parser v0.2.0 |
552 | 2024-11-28T04:05:41.884Z | Compiling serde_tokenstream v0.2.2 |
553 | 2024-11-28T04:05:42.126Z | Checking h2 v0.4.6 |
554 | 2024-11-28T04:05:42.647Z | Checking scroll v0.12.0 |
555 | 2024-11-28T04:05:42.801Z | Checking icu_normalizer v1.5.0 |
556 | 2024-11-28T04:05:43.116Z | Checking serde_urlencoded v0.7.1 |
557 | 2024-11-28T04:05:43.590Z | Checking idna_adapter v1.2.0 |
558 | 2024-11-28T04:05:43.769Z | Checking idna v1.0.3 |
559 | 2024-11-28T04:05:43.885Z | Compiling dof v0.3.0 |
560 | 2024-11-28T04:05:43.992Z | Checking base64 v0.22.1 |
561 | 2024-11-28T04:05:44.262Z | Checking plain v0.2.3 |
562 | 2024-11-28T04:05:44.295Z | Checking time v0.3.36 |
563 | 2024-11-28T04:05:44.388Z | Checking url v2.5.3 |
564 | 2024-11-28T04:05:44.407Z | Checking goblin v0.8.2 |
565 | 2024-11-28T04:05:44.487Z | Checking typify-impl v0.2.0 |
566 | 2024-11-28T04:05:45.221Z | Compiling openapiv3 v2.0.0 |
567 | 2024-11-28T04:05:46.275Z | Checking hyper v1.5.0 |
568 | 2024-11-28T04:05:47.049Z | Compiling darling_core v0.20.10 |
569 | 2024-11-28T04:05:47.583Z | Checking sync_wrapper v1.0.1 |
570 | 2024-11-28T04:05:47.729Z | Checking dirs-sys-next v0.1.2 |
571 | 2024-11-28T04:05:48.285Z | Compiling omicron-workspace-hack v0.1.0 |
572 | 2024-11-28T04:05:48.403Z | Checking hyper-util v0.1.10 |
573 | 2024-11-28T04:05:48.591Z | Compiling unsafe-libyaml v0.2.11 |
574 | 2024-11-28T04:05:49.377Z | Checking ipnet v2.10.1 |
575 | 2024-11-28T04:05:49.428Z | Compiling rustls v0.22.4 |
576 | 2024-11-28T04:05:49.466Z | Compiling paste v1.0.15 |
577 | 2024-11-28T04:05:49.478Z | Compiling rustversion v1.0.17 |
578 | 2024-11-28T04:05:49.720Z | Checking pretty-hex v0.4.1 |
579 | 2024-11-28T04:05:49.832Z | Compiling serde_yaml v0.9.34+deprecated |
580 | 2024-11-28T04:05:50.081Z | Checking hyper-tls v0.6.0 |
581 | 2024-11-28T04:05:50.110Z | Checking hyper-rustls v0.27.3 |
582 | 2024-11-28T04:05:50.399Z | Checking dirs-next v2.0.0 |
583 | 2024-11-28T04:05:50.421Z | Checking reqwest v0.12.9 |
584 | 2024-11-28T04:05:50.493Z | Checking serde_spanned v0.6.8 |
585 | 2024-11-28T04:05:50.519Z | Checking toml_datetime v0.6.8 |
586 | 2024-11-28T04:05:50.538Z | Checking ppv-lite86 v0.2.20 |
587 | 2024-11-28T04:05:50.675Z | Compiling structmeta-derive v0.3.0 |
588 | 2024-11-28T04:05:50.820Z | Checking block-buffer v0.10.4 |
589 | 2024-11-28T04:05:51.022Z | Checking crypto-common v0.1.6 |
590 | 2024-11-28T04:05:51.165Z | Checking rand_core v0.6.4 |
591 | 2024-11-28T04:05:51.292Z | Checking thread_local v1.1.8 |
592 | 2024-11-28T04:05:51.326Z | Compiling multer v3.1.0 |
593 | 2024-11-28T04:05:51.458Z | Checking winnow v0.6.20 |
594 | 2024-11-28T04:05:51.578Z | Compiling newtype-uuid v1.1.3 |
595 | 2024-11-28T04:05:51.652Z | Compiling camino v1.1.9 |
596 | 2024-11-28T04:05:51.874Z | Compiling anyhow v1.0.93 |
597 | 2024-11-28T04:05:51.894Z | Compiling slog-async v2.8.0 |
598 | 2024-11-28T04:05:52.230Z | Checking match_cfg v0.1.0 |
599 | 2024-11-28T04:05:52.312Z | Checking hostname v0.3.1 |
600 | 2024-11-28T04:05:52.502Z | Checking progenitor-client v0.8.0 |
601 | 2024-11-28T04:05:52.590Z | Checking rand_chacha v0.3.1 |
602 | 2024-11-28T04:05:52.856Z | Checking digest v0.10.7 |
603 | 2024-11-28T04:05:52.932Z | Checking crossbeam-channel v0.5.13 |
604 | 2024-11-28T04:05:52.965Z | Compiling darling_macro v0.20.10 |
605 | 2024-11-28T04:05:53.203Z | Checking term v0.7.0 |
606 | 2024-11-28T04:05:53.253Z | Compiling structmeta v0.3.0 |
607 | 2024-11-28T04:05:53.638Z | Checking slog-json v2.6.1 |
608 | 2024-11-28T04:05:53.728Z | Compiling usdt-attr-macro v0.5.0 |
609 | 2024-11-28T04:05:53.844Z | Compiling usdt-macro v0.5.0 |
610 | 2024-11-28T04:05:53.889Z | Compiling darling v0.20.10 |
611 | 2024-11-28T04:05:54.050Z | Checking futures-executor v0.3.31 |
612 | 2024-11-28T04:05:54.290Z | Compiling async-stream-impl v0.3.6 |
613 | 2024-11-28T04:05:54.533Z | Checking toml_edit v0.22.22 |
614 | 2024-11-28T04:05:54.680Z | Checking memmap v0.7.0 |
615 | 2024-11-28T04:05:54.767Z | Checking is-terminal v0.4.13 |
616 | 2024-11-28T04:05:54.830Z | Compiling dropshot v0.13.0 |
617 | 2024-11-28T04:05:54.879Z | Checking cpufeatures v0.2.14 |
618 | 2024-11-28T04:05:54.907Z | Checking take_mut v0.2.2 |
619 | 2024-11-28T04:05:55.030Z | Checking sha1 v0.10.6 |
620 | 2024-11-28T04:05:55.088Z | Checking usdt v0.5.0 |
621 | 2024-11-28T04:05:55.156Z | Checking slog-term v2.9.1 |
622 | 2024-11-28T04:05:55.298Z | Compiling strum_macros v0.26.4 |
623 | 2024-11-28T04:05:55.323Z | Checking futures v0.3.31 |
624 | 2024-11-28T04:05:55.345Z | Compiling serde_with_macros v3.11.0 |
625 | 2024-11-28T04:05:55.435Z | Checking slog-bunyan v2.5.0 |
626 | 2024-11-28T04:05:55.467Z | Checking async-stream v0.3.6 |
627 | 2024-11-28T04:05:55.602Z | Compiling parse-display-derive v0.10.0 |
628 | 2024-11-28T04:05:55.655Z | Checking rand v0.8.5 |
629 | 2024-11-28T04:05:57.007Z | Checking toml v0.8.19 |
630 | 2024-11-28T04:05:57.061Z | Checking tokio-rustls v0.25.0 |
631 | 2024-11-28T04:05:57.124Z | Checking ipnetwork v0.20.0 |
632 | 2024-11-28T04:05:57.165Z | Compiling dropshot_endpoint v0.13.0 |
633 | 2024-11-28T04:05:57.424Z | Checking serde_path_to_error v0.1.16 |
634 | 2024-11-28T04:05:57.447Z | Checking hex v0.4.3 |
635 | 2024-11-28T04:05:57.759Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
636 | 2024-11-28T04:05:57.891Z | Compiling async-trait v0.1.83 |
637 | 2024-11-28T04:05:57.966Z | Checking waitgroup v0.1.2 |
638 | 2024-11-28T04:05:58.020Z | Checking hostname v0.4.0 |
639 | 2024-11-28T04:05:58.103Z | Checking instant v0.1.13 |
640 | 2024-11-28T04:05:58.157Z | Checking debug-ignore v1.0.5 |
641 | 2024-11-28T04:05:58.219Z | Checking backoff v0.4.0 |
642 | 2024-11-28T04:05:58.286Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
643 | 2024-11-28T04:05:58.445Z | Checking serde_with v3.11.0 |
644 | 2024-11-28T04:05:58.502Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
645 | 2024-11-28T04:05:58.554Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
646 | 2024-11-28T04:05:58.697Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
647 | 2024-11-28T04:05:58.812Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
648 | 2024-11-28T04:05:59.061Z | Checking macaddr v1.0.1 |
649 | 2024-11-28T04:05:59.379Z | Checking regress v0.9.1 |
650 | 2024-11-28T04:05:59.381Z | Compiling typify-macro v0.2.0 |
651 | 2024-11-28T04:05:59.417Z | Checking parse-display v0.10.0 |
652 | 2024-11-28T04:05:59.731Z | Checking strum v0.26.3 |
653 | 2024-11-28T04:06:01.514Z | Compiling typify v0.2.0 |
654 | 2024-11-28T04:06:01.589Z | Compiling progenitor-impl v0.8.0 |
655 | 2024-11-28T04:06:04.163Z | Compiling progenitor-macro v0.8.0 |
656 | 2024-11-28T04:06:08.235Z | Checking progenitor v0.8.0 |
657 | 2024-11-28T04:06:08.355Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
658 | 2024-11-28T04:06:11.174Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
659 | 2024-11-28T04:06:18.431Z | Checking test-project v0.1.0 (/tmp/test-project) |
660 | 2024-11-28T04:06:18.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
661 | 2024-11-28T04:06:18.812Z | + cargo build --release |
662 | 2024-11-28T04:06:19.061Z | Compiling proc-macro2 v1.0.89 |
663 | 2024-11-28T04:06:19.061Z | Compiling unicode-ident v1.0.13 |
664 | 2024-11-28T04:06:19.061Z | Compiling libc v0.2.162 |
665 | 2024-11-28T04:06:19.061Z | Compiling cfg-if v1.0.0 |
666 | 2024-11-28T04:06:19.066Z | Compiling autocfg v1.4.0 |
667 | 2024-11-28T04:06:19.066Z | Compiling version_check v0.9.5 |
668 | 2024-11-28T04:06:19.066Z | Compiling serde v1.0.215 |
669 | 2024-11-28T04:06:19.066Z | Compiling memchr v2.7.4 |
670 | 2024-11-28T04:06:19.168Z | Compiling serde_json v1.0.132 |
671 | 2024-11-28T04:06:19.249Z | Compiling itoa v1.0.11 |
672 | 2024-11-28T04:06:19.495Z | Compiling thiserror v1.0.69 |
673 | 2024-11-28T04:06:19.640Z | Compiling once_cell v1.20.2 |
674 | 2024-11-28T04:06:19.695Z | Compiling shlex v1.3.0 |
675 | 2024-11-28T04:06:19.963Z | Compiling cc v1.1.30 |
676 | 2024-11-28T04:06:20.077Z | Compiling num-traits v0.2.19 |
677 | 2024-11-28T04:06:20.315Z | Compiling pin-project-lite v0.2.14 |
678 | 2024-11-28T04:06:20.399Z | Compiling getrandom v0.2.15 |
679 | 2024-11-28T04:06:20.476Z | Compiling smallvec v1.13.2 |
680 | 2024-11-28T04:06:20.562Z | Compiling bytes v1.8.0 |
681 | 2024-11-28T04:06:20.726Z | Compiling ryu v1.0.18 |
682 | 2024-11-28T04:06:20.819Z | Compiling quote v1.0.37 |
683 | 2024-11-28T04:06:20.857Z | Compiling futures-core v0.3.31 |
684 | 2024-11-28T04:06:21.102Z | Compiling lock_api v0.4.12 |
685 | 2024-11-28T04:06:21.152Z | Compiling ahash v0.8.11 |
686 | 2024-11-28T04:06:21.285Z | Compiling syn v2.0.87 |
687 | 2024-11-28T04:06:21.426Z | Compiling parking_lot_core v0.9.10 |
688 | 2024-11-28T04:06:21.468Z | Compiling byteorder v1.5.0 |
689 | 2024-11-28T04:06:21.495Z | Compiling schemars v0.8.21 |
690 | 2024-11-28T04:06:21.795Z | Compiling scopeguard v1.2.0 |
691 | 2024-11-28T04:06:21.838Z | Compiling slab v0.4.9 |
692 | 2024-11-28T04:06:21.933Z | Compiling futures-sink v0.3.31 |
693 | 2024-11-28T04:06:22.074Z | Compiling log v0.4.22 |
694 | 2024-11-28T04:06:22.268Z | Compiling mio v1.0.2 |
695 | 2024-11-28T04:06:22.290Z | Compiling socket2 v0.5.7 |
696 | 2024-11-28T04:06:22.393Z | Compiling parking_lot v0.12.3 |
697 | 2024-11-28T04:06:22.415Z | Compiling signal-hook-registry v1.4.2 |
698 | 2024-11-28T04:06:22.516Z | Compiling stable_deref_trait v1.2.0 |
699 | 2024-11-28T04:06:22.609Z | Compiling semver v1.0.23 |
700 | 2024-11-28T04:06:22.868Z | Compiling ring v0.17.8 |
701 | 2024-11-28T04:06:22.916Z | Compiling equivalent v1.0.1 |
702 | 2024-11-28T04:06:23.011Z | Compiling hashbrown v0.15.0 |
703 | 2024-11-28T04:06:23.090Z | Compiling fnv v1.0.7 |
704 | 2024-11-28T04:06:23.215Z | Compiling http v1.1.0 |
705 | 2024-11-28T04:06:23.897Z | Compiling futures-channel v0.3.31 |
706 | 2024-11-28T04:06:23.900Z | Compiling futures-task v0.3.31 |
707 | 2024-11-28T04:06:23.933Z | Compiling futures-io v0.3.31 |
708 | 2024-11-28T04:06:24.170Z | Compiling pin-utils v0.1.0 |
709 | 2024-11-28T04:06:24.259Z | Compiling spin v0.9.8 |
710 | 2024-11-28T04:06:24.350Z | Compiling vcpkg v0.2.15 |
711 | 2024-11-28T04:06:24.440Z | Compiling rustls-pki-types v1.9.0 |
712 | 2024-11-28T04:06:24.449Z | Compiling pkg-config v0.3.31 |
713 | 2024-11-28T04:06:24.495Z | Compiling heck v0.5.0 |
714 | 2024-11-28T04:06:25.616Z | Compiling litemap v0.7.3 |
715 | 2024-11-28T04:06:25.661Z | Compiling untrusted v0.9.0 |
716 | 2024-11-28T04:06:25.840Z | Compiling writeable v0.5.5 |
717 | 2024-11-28T04:06:25.921Z | Compiling openssl-sys v0.9.103 |
718 | 2024-11-28T04:06:26.044Z | Compiling httparse v1.9.5 |
719 | 2024-11-28T04:06:26.219Z | Compiling iana-time-zone v0.1.61 |
720 | 2024-11-28T04:06:26.723Z | Compiling ucd-trie v0.1.7 |
721 | 2024-11-28T04:06:26.908Z | Compiling tracing-core v0.1.32 |
722 | 2024-11-28T04:06:26.957Z | Compiling dyn-clone v1.0.17 |
723 | 2024-11-28T04:06:27.156Z | Compiling atomic-waker v1.1.2 |
724 | 2024-11-28T04:06:27.226Z | Compiling allocator-api2 v0.2.18 |
725 | 2024-11-28T04:06:27.896Z | Compiling tracing v0.1.40 |
726 | 2024-11-28T04:06:27.991Z | Compiling http-body v1.0.1 |
727 | 2024-11-28T04:06:28.220Z | Compiling icu_locid_transform_data v1.5.0 |
728 | 2024-11-28T04:06:28.307Z | Compiling zeroize v1.8.1 |
729 | 2024-11-28T04:06:28.525Z | Compiling chrono v0.4.38 |
730 | 2024-11-28T04:06:28.561Z | Compiling try-lock v0.2.5 |
731 | 2024-11-28T04:06:28.620Z | Compiling uuid v1.11.0 |
732 | 2024-11-28T04:06:28.693Z | Compiling subtle v2.6.1 |
733 | 2024-11-28T04:06:28.708Z | Compiling want v0.3.1 |
734 | 2024-11-28T04:06:28.957Z | Compiling synstructure v0.13.1 |
735 | 2024-11-28T04:06:28.979Z | Compiling serde_derive_internals v0.29.1 |
736 | 2024-11-28T04:06:29.302Z | Compiling httpdate v1.0.3 |
737 | 2024-11-28T04:06:30.311Z | Compiling foreign-types-shared v0.1.1 |
738 | 2024-11-28T04:06:30.377Z | Compiling openssl v0.10.66 |
739 | 2024-11-28T04:06:30.411Z | Compiling icu_properties_data v1.5.0 |
740 | 2024-11-28T04:06:30.535Z | Compiling slog v2.7.0 |
741 | 2024-11-28T04:06:30.662Z | Compiling foreign-types v0.3.2 |
742 | 2024-11-28T04:06:31.044Z | Compiling aho-corasick v1.1.3 |
743 | 2024-11-28T04:06:31.206Z | Compiling tower-service v0.3.3 |
744 | 2024-11-28T04:06:31.317Z | Compiling regex-syntax v0.8.5 |
745 | 2024-11-28T04:06:32.079Z | Compiling typenum v1.17.0 |
746 | 2024-11-28T04:06:32.280Z | Compiling bitflags v2.6.0 |
747 | 2024-11-28T04:06:32.606Z | Compiling utf8_iter v1.0.4 |
748 | 2024-11-28T04:06:32.632Z | Compiling rustls v0.23.14 |
749 | 2024-11-28T04:06:32.863Z | Compiling utf16_iter v1.0.5 |
750 | 2024-11-28T04:06:32.928Z | Compiling percent-encoding v2.3.1 |
751 | 2024-11-28T04:06:33.005Z | Compiling native-tls v0.2.12 |
752 | 2024-11-28T04:06:33.065Z | Compiling icu_normalizer_data v1.5.0 |
753 | 2024-11-28T04:06:33.153Z | Compiling write16 v1.0.0 |
754 | 2024-11-28T04:06:33.268Z | Compiling form_urlencoded v1.2.1 |
755 | 2024-11-28T04:06:33.506Z | Compiling generic-array v0.14.7 |
756 | 2024-11-28T04:06:33.828Z | Compiling openssl-probe v0.1.5 |
757 | 2024-11-28T04:06:34.365Z | Compiling serde_derive v1.0.215 |
758 | 2024-11-28T04:06:34.387Z | Compiling zerocopy-derive v0.7.35 |
759 | 2024-11-28T04:06:34.452Z | Compiling thiserror-impl v1.0.69 |
760 | 2024-11-28T04:06:35.069Z | Compiling schemars_derive v0.8.21 |
761 | 2024-11-28T04:06:35.421Z | Compiling zerofrom-derive v0.1.4 |
762 | 2024-11-28T04:06:36.435Z | Compiling zerocopy v0.7.35 |
763 | 2024-11-28T04:06:37.467Z | Compiling yoke-derive v0.7.4 |
764 | 2024-11-28T04:06:38.058Z | Compiling tokio-macros v2.4.0 |
765 | 2024-11-28T04:06:38.134Z | Compiling zerovec-derive v0.10.3 |
766 | 2024-11-28T04:06:38.868Z | Compiling futures-macro v0.3.31 |
767 | 2024-11-28T04:06:39.003Z | Compiling zerofrom v0.1.4 |
768 | 2024-11-28T04:06:39.231Z | Compiling displaydoc v0.2.5 |
769 | 2024-11-28T04:06:39.610Z | Compiling tokio v1.40.0 |
770 | 2024-11-28T04:06:40.192Z | Compiling yoke v0.7.4 |
771 | 2024-11-28T04:06:40.683Z | Compiling zerovec v0.10.4 |
772 | 2024-11-28T04:06:40.769Z | Compiling futures-util v0.3.31 |
773 | 2024-11-28T04:06:40.806Z | Compiling pest v2.7.14 |
774 | 2024-11-28T04:06:41.167Z | Compiling icu_provider_macros v1.5.0 |
775 | 2024-11-28T04:06:41.180Z | Compiling hashbrown v0.14.5 |
776 | 2024-11-28T04:06:42.480Z | Compiling rustls-webpki v0.102.8 |
777 | 2024-11-28T04:06:43.690Z | Compiling tinystr v0.7.6 |
778 | 2024-11-28T04:06:43.712Z | Compiling pest_meta v2.7.14 |
779 | 2024-11-28T04:06:44.139Z | Compiling icu_locid v1.5.0 |
780 | 2024-11-28T04:06:47.196Z | Compiling icu_provider v1.5.0 |
781 | 2024-11-28T04:06:47.675Z | Compiling pest_generator v2.7.14 |
782 | 2024-11-28T04:06:47.823Z | Compiling icu_collections v1.5.0 |
783 | 2024-11-28T04:06:49.450Z | Compiling indexmap v2.6.0 |
784 | 2024-11-28T04:06:49.466Z | Compiling serde_tokenstream v0.2.2 |
785 | 2024-11-28T04:06:51.345Z | Compiling tokio-util v0.7.12 |
786 | 2024-11-28T04:06:51.848Z | Compiling icu_locid_transform v1.5.0 |
787 | 2024-11-28T04:06:51.878Z | Compiling regress v0.10.1 |
788 | 2024-11-28T04:06:54.888Z | Compiling h2 v0.4.6 |
789 | 2024-11-28T04:06:54.927Z | Compiling icu_properties v1.5.1 |
790 | 2024-11-28T04:06:56.570Z | Compiling typify-impl v0.2.0 |
791 | 2024-11-28T04:06:57.818Z | Compiling pest_derive v2.7.14 |
792 | 2024-11-28T04:06:58.698Z | Compiling openssl-macros v0.1.1 |
793 | 2024-11-28T04:07:00.662Z | Compiling hyper v1.5.0 |
794 | 2024-11-28T04:07:01.132Z | Compiling icu_normalizer v1.5.0 |
795 | 2024-11-28T04:07:05.981Z | Compiling hyper-util v0.1.10 |
796 | 2024-11-28T04:07:06.439Z | Compiling regex-automata v0.4.8 |
797 | 2024-11-28T04:07:08.626Z | Compiling typify-macro v0.2.0 |
798 | 2024-11-28T04:07:09.502Z | Compiling idna_adapter v1.2.0 |
799 | 2024-11-28T04:07:10.590Z | Compiling regex v1.11.1 |
800 | 2024-11-28T04:07:11.575Z | Compiling http-body-util v0.1.2 |
801 | 2024-11-28T04:07:12.103Z | Compiling scroll_derive v0.12.0 |
802 | 2024-11-28T04:07:13.225Z | Compiling usdt-impl v0.5.0 |
803 | 2024-11-28T04:07:13.537Z | Compiling encoding_rs v0.8.34 |
804 | 2024-11-28T04:07:13.560Z | Compiling time-core v0.1.2 |
805 | 2024-11-28T04:07:13.733Z | Compiling powerfmt v0.2.0 |
806 | 2024-11-28T04:07:14.062Z | Compiling mime v0.3.17 |
807 | 2024-11-28T04:07:14.212Z | Compiling num-conv v0.1.0 |
808 | 2024-11-28T04:07:14.457Z | Compiling time-macros v0.2.18 |
809 | 2024-11-28T04:07:15.138Z | Compiling deranged v0.3.11 |
810 | 2024-11-28T04:07:15.854Z | Compiling scroll v0.12.0 |
811 | 2024-11-28T04:07:16.485Z | Compiling thread-id v4.2.2 |
812 | 2024-11-28T04:07:16.583Z | Compiling idna v1.0.3 |
813 | 2024-11-28T04:07:17.414Z | Compiling tokio-native-tls v0.3.1 |
814 | 2024-11-28T04:07:22.322Z | Compiling tokio-rustls v0.26.0 |
815 | 2024-11-28T04:07:22.791Z | Compiling dtrace-parser v0.2.0 |
816 | 2024-11-28T04:07:24.212Z | Compiling dof v0.3.0 |
817 | 2024-11-28T04:07:24.567Z | Compiling serde_urlencoded v0.7.1 |
818 | 2024-11-28T04:07:25.077Z | Compiling webpki-roots v0.26.6 |
819 | 2024-11-28T04:07:25.145Z | Compiling rustls-pemfile v2.2.0 |
820 | 2024-11-28T04:07:25.454Z | Compiling base64 v0.22.1 |
821 | 2024-11-28T04:07:25.602Z | Compiling ident_case v1.0.1 |
822 | 2024-11-28T04:07:26.541Z | Compiling num_threads v0.1.7 |
823 | 2024-11-28T04:07:26.659Z | Compiling crossbeam-utils v0.8.20 |
824 | 2024-11-28T04:07:26.942Z | Compiling omicron-workspace-hack v0.1.0 |
825 | 2024-11-28T04:07:27.203Z | Compiling plain v0.2.3 |
826 | 2024-11-28T04:07:27.241Z | Compiling strsim v0.11.1 |
827 | 2024-11-28T04:07:27.417Z | Compiling goblin v0.8.2 |
828 | 2024-11-28T04:07:27.503Z | Compiling time v0.3.36 |
829 | 2024-11-28T04:07:27.939Z | Compiling darling_core v0.20.10 |
830 | 2024-11-28T04:07:34.112Z | Compiling hyper-rustls v0.27.3 |
831 | 2024-11-28T04:07:36.963Z | Compiling hyper-tls v0.6.0 |
832 | 2024-11-28T04:07:37.157Z | Compiling url v2.5.3 |
833 | 2024-11-28T04:07:37.456Z | Compiling openapiv3 v2.0.0 |
834 | 2024-11-28T04:07:37.645Z | Compiling typify v0.2.0 |
835 | 2024-11-28T04:07:40.482Z | Compiling sync_wrapper v1.0.1 |
836 | 2024-11-28T04:07:40.628Z | Compiling dirs-sys-next v0.1.2 |
837 | 2024-11-28T04:07:41.746Z | Compiling rustls v0.22.4 |
838 | 2024-11-28T04:07:42.054Z | Compiling rustversion v1.0.17 |
839 | 2024-11-28T04:07:42.060Z | Compiling pretty-hex v0.4.1 |
840 | 2024-11-28T04:07:42.272Z | Compiling unsafe-libyaml v0.2.11 |
841 | 2024-11-28T04:07:42.701Z | Compiling ipnet v2.10.1 |
842 | 2024-11-28T04:07:42.900Z | Compiling paste v1.0.15 |
843 | 2024-11-28T04:07:43.445Z | Compiling reqwest v0.12.9 |
844 | 2024-11-28T04:07:43.990Z | Compiling serde_yaml v0.9.34+deprecated |
845 | 2024-11-28T04:07:45.934Z | Compiling progenitor-impl v0.8.0 |
846 | 2024-11-28T04:07:47.633Z | Compiling dirs-next v2.0.0 |
847 | 2024-11-28T04:07:47.873Z | Compiling darling_macro v0.20.10 |
848 | 2024-11-28T04:07:50.787Z | Compiling crypto-common v0.1.6 |
849 | 2024-11-28T04:07:50.880Z | Compiling block-buffer v0.10.4 |
850 | 2024-11-28T04:07:50.989Z | Compiling serde_spanned v0.6.8 |
851 | 2024-11-28T04:07:51.114Z | Compiling toml_datetime v0.6.8 |
852 | 2024-11-28T04:07:51.229Z | Compiling ppv-lite86 v0.2.20 |
853 | 2024-11-28T04:07:51.821Z | Compiling structmeta-derive v0.3.0 |
854 | 2024-11-28T04:07:51.936Z | Compiling rand_core v0.6.4 |
855 | 2024-11-28T04:07:52.279Z | Compiling thread_local v1.1.8 |
856 | 2024-11-28T04:07:52.416Z | Compiling multer v3.1.0 |
857 | 2024-11-28T04:07:52.657Z | Compiling camino v1.1.9 |
858 | 2024-11-28T04:07:52.739Z | Compiling slog-async v2.8.0 |
859 | 2024-11-28T04:07:52.954Z | Compiling anyhow v1.0.93 |
860 | 2024-11-28T04:07:53.213Z | Compiling match_cfg v0.1.0 |
861 | 2024-11-28T04:07:53.232Z | Compiling newtype-uuid v1.1.3 |
862 | 2024-11-28T04:07:53.296Z | Compiling winnow v0.6.20 |
863 | 2024-11-28T04:07:53.553Z | Compiling hostname v0.3.1 |
864 | 2024-11-28T04:07:53.896Z | Compiling progenitor-macro v0.8.0 |
865 | 2024-11-28T04:07:54.070Z | Compiling rand_chacha v0.3.1 |
866 | 2024-11-28T04:07:54.505Z | Compiling structmeta v0.3.0 |
867 | 2024-11-28T04:07:54.881Z | Compiling digest v0.10.7 |
868 | 2024-11-28T04:07:55.310Z | Compiling crossbeam-channel v0.5.13 |
869 | 2024-11-28T04:07:56.507Z | Compiling darling v0.20.10 |
870 | 2024-11-28T04:07:56.610Z | Compiling term v0.7.0 |
871 | 2024-11-28T04:07:57.605Z | Compiling toml_edit v0.22.22 |
872 | 2024-11-28T04:08:01.278Z | Compiling progenitor-client v0.8.0 |
873 | 2024-11-28T04:08:04.582Z | Compiling usdt-attr-macro v0.5.0 |
874 | 2024-11-28T04:08:05.040Z | Compiling usdt-macro v0.5.0 |
875 | 2024-11-28T04:08:06.022Z | Compiling slog-json v2.6.1 |
876 | 2024-11-28T04:08:06.406Z | Compiling futures-executor v0.3.31 |
877 | 2024-11-28T04:08:06.468Z | Compiling async-stream-impl v0.3.6 |
878 | 2024-11-28T04:08:06.767Z | Compiling is-terminal v0.4.13 |
879 | 2024-11-28T04:08:06.889Z | Compiling memmap v0.7.0 |
880 | 2024-11-28T04:08:07.337Z | Compiling dropshot v0.13.0 |
881 | 2024-11-28T04:08:07.614Z | Compiling cpufeatures v0.2.14 |
882 | 2024-11-28T04:08:07.671Z | Compiling take_mut v0.2.2 |
883 | 2024-11-28T04:08:07.747Z | Compiling sha1 v0.10.6 |
884 | 2024-11-28T04:08:07.805Z | Compiling async-stream v0.3.6 |
885 | 2024-11-28T04:08:08.102Z | Compiling usdt v0.5.0 |
886 | 2024-11-28T04:08:08.498Z | Compiling slog-term v2.9.1 |
887 | 2024-11-28T04:08:09.639Z | Compiling progenitor v0.8.0 |
888 | 2024-11-28T04:08:09.851Z | Compiling futures v0.3.31 |
889 | 2024-11-28T04:08:10.046Z | Compiling slog-bunyan v2.5.0 |
890 | 2024-11-28T04:08:10.307Z | Compiling strum_macros v0.26.4 |
891 | 2024-11-28T04:08:11.262Z | Compiling tokio-rustls v0.25.0 |
892 | 2024-11-28T04:08:11.420Z | Compiling toml v0.8.19 |
893 | 2024-11-28T04:08:11.675Z | Compiling serde_with_macros v3.11.0 |
894 | 2024-11-28T04:08:14.422Z | Compiling parse-display-derive v0.10.0 |
895 | 2024-11-28T04:08:14.883Z | Compiling rand v0.8.5 |
896 | 2024-11-28T04:08:19.900Z | Compiling ipnetwork v0.20.0 |
897 | 2024-11-28T04:08:19.942Z | Compiling dropshot_endpoint v0.13.0 |
898 | 2024-11-28T04:08:20.196Z | Compiling hex v0.4.3 |
899 | 2024-11-28T04:08:20.300Z | Compiling serde_path_to_error v0.1.16 |
900 | 2024-11-28T04:08:20.908Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
901 | 2024-11-28T04:08:21.320Z | Compiling async-trait v0.1.83 |
902 | 2024-11-28T04:08:21.716Z | Compiling waitgroup v0.1.2 |
903 | 2024-11-28T04:08:21.950Z | Compiling hostname v0.4.0 |
904 | 2024-11-28T04:08:22.193Z | Compiling instant v0.1.13 |
905 | 2024-11-28T04:08:22.346Z | Compiling debug-ignore v1.0.5 |
906 | 2024-11-28T04:08:22.493Z | Compiling backoff v0.4.0 |
907 | 2024-11-28T04:08:22.847Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
908 | 2024-11-28T04:08:23.041Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
909 | 2024-11-28T04:08:23.207Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
910 | 2024-11-28T04:08:23.837Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
911 | 2024-11-28T04:08:24.347Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
912 | 2024-11-28T04:08:24.817Z | Compiling parse-display v0.10.0 |
913 | 2024-11-28T04:08:27.035Z | Compiling strum v0.26.3 |
914 | 2024-11-28T04:08:27.211Z | Compiling serde_with v3.11.0 |
915 | 2024-11-28T04:08:27.255Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
916 | 2024-11-28T04:08:28.024Z | Compiling regress v0.9.1 |
917 | 2024-11-28T04:08:28.052Z | Compiling macaddr v1.0.1 |
918 | 2024-11-28T04:08:33.855Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
919 | 2024-11-28T04:08:44.135Z | Compiling test-project v0.1.0 (/tmp/test-project) |
920 | 2024-11-28T04:08:53.865Z | Finished `release` profile [optimized] target(s) in 2m 34s |
921 | 2024-11-28T04:08:53.931Z | process exited: duration 233694 ms, exit code 0 |
|
922 | 2024-11-28T04:08:53.937Z | found 0 output files |