|
|
|
1 | 2024-10-14T21:22:28.975Z | job assigned to worker 01JA6EGTYTP0VMZK8RNJZYWP34 (queued for 1 m 0 s) |
|
2 | 2024-10-14T21:22:36.097Z | starting task 0: "setup" |
3 | 2024-10-14T21:22:36.105Z | ++ uname -s |
4 | 2024-10-14T21:22:36.108Z | + kern=SunOS |
5 | 2024-10-14T21:22:36.108Z | + case "$kern" in |
6 | 2024-10-14T21:22:36.108Z | + groupadd -g 12345 build |
7 | 2024-10-14T21:22:36.110Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-10-14T21:22:38.124Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-10-14T21:22:38.241Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-10-14T21:22:38.243Z | + home_fs=zfs |
11 | 2024-10-14T21:22:38.244Z | + [[ zfs == autofs ]] |
12 | 2024-10-14T21:22:38.244Z | + mkdir -p /home/build |
13 | 2024-10-14T21:22:38.246Z | + chown build:build /home/build /work |
14 | 2024-10-14T21:22:40.248Z | + chmod 0700 /home/build /work |
15 | 2024-10-14T21:22:40.251Z | process exited: duration 4155 ms, exit code 0 |
|
16 | 2024-10-14T21:22:40.256Z | starting task 1: "rust-toolchain" |
17 | 2024-10-14T21:22:40.261Z | + printf ' * toolchain channel = "%s" |
18 | 2024-10-14T21:22:40.261Z | * toolchain channel = "1.80.1" |
19 | 2024-10-14T21:22:40.261Z | ' 1.80.1 |
20 | 2024-10-14T21:22:40.261Z | + printf ' * toolchain profile = "%s" |
21 | 2024-10-14T21:22:40.261Z | ' default |
22 | 2024-10-14T21:22:40.261Z | * toolchain profile = "default" |
23 | 2024-10-14T21:22:40.264Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-10-14T21:22:40.264Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-10-14T21:22:40.424Z | info: downloading installer |
26 | 2024-10-14T21:22:41.653Z | info: profile set to 'default' |
27 | 2024-10-14T21:22:41.653Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-10-14T21:22:41.655Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-10-14T21:22:41.785Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-10-14T21:22:41.785Z | info: downloading component 'cargo' |
31 | 2024-10-14T21:22:42.476Z | info: downloading component 'clippy' |
32 | 2024-10-14T21:22:42.722Z | info: downloading component 'rust-docs' |
33 | 2024-10-14T21:22:43.712Z | info: downloading component 'rust-std' |
34 | 2024-10-14T21:22:45.046Z | info: downloading component 'rustc' |
35 | 2024-10-14T21:22:48.785Z | info: downloading component 'rustfmt' |
36 | 2024-10-14T21:22:49.002Z | info: installing component 'cargo' |
37 | 2024-10-14T21:22:49.813Z | info: installing component 'clippy' |
38 | 2024-10-14T21:22:50.176Z | info: installing component 'rust-docs' |
39 | 2024-10-14T21:22:51.758Z | info: installing component 'rust-std' |
40 | 2024-10-14T21:22:53.416Z | info: installing component 'rustc' |
41 | 2024-10-14T21:22:57.639Z | info: installing component 'rustfmt' |
42 | 2024-10-14T21:22:57.964Z | |
43 | 2024-10-14T21:22:57.965Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
44 | 2024-10-14T21:22:58.216Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-10-14T21:22:58.216Z | |
46 | 2024-10-14T21:22:58.219Z | |
47 | 2024-10-14T21:22:58.219Z | Rust is installed now. Great! |
48 | 2024-10-14T21:22:58.219Z | |
49 | 2024-10-14T21:22:58.219Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-10-14T21:22:58.219Z | environment variable. This has not been done automatically. |
51 | 2024-10-14T21:22:58.219Z | |
52 | 2024-10-14T21:22:58.219Z | To configure your current shell, you need to source |
53 | 2024-10-14T21:22:58.219Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-10-14T21:22:58.219Z | |
55 | 2024-10-14T21:22:58.219Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-10-14T21:22:58.219Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-10-14T21:22:58.219Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-10-14T21:22:58.263Z | + rustc --version |
59 | 2024-10-14T21:22:58.326Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-10-14T21:22:58.329Z | process exited: duration 18070 ms, exit code 0 |
|
61 | 2024-10-14T21:22:58.335Z | starting task 2: "authentication" |
62 | 2024-10-14T21:22:58.355Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-10-14T21:22:58.360Z | starting task 3: "clone repository" |
64 | 2024-10-14T21:22:58.365Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-10-14T21:22:58.367Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-10-14T21:22:58.407Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-10-14T21:23:04.331Z | + cd /work/oxidecomputer/omicron |
68 | 2024-10-14T21:23:04.331Z | + git fetch origin 3784aea098bfdadbce46d7855be5937fb834eb0b |
69 | 2024-10-14T21:23:04.622Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-10-14T21:23:04.622Z | * branch 3784aea098bfdadbce46d7855be5937fb834eb0b -> FETCH_HEAD |
71 | 2024-10-14T21:23:04.631Z | + [[ -n nic-create-transit-ips ]] |
72 | 2024-10-14T21:23:04.633Z | ++ git branch --show-current |
73 | 2024-10-14T21:23:04.636Z | + current=main |
74 | 2024-10-14T21:23:04.636Z | + [[ main != nic-create-transit-ips ]] |
75 | 2024-10-14T21:23:04.636Z | + git branch -f nic-create-transit-ips 3784aea098bfdadbce46d7855be5937fb834eb0b |
76 | 2024-10-14T21:23:04.638Z | + git checkout -f nic-create-transit-ips |
77 | 2024-10-14T21:23:04.803Z | Switched to branch 'nic-create-transit-ips' |
78 | 2024-10-14T21:23:04.806Z | + git reset --hard 3784aea098bfdadbce46d7855be5937fb834eb0b |
79 | 2024-10-14T21:23:04.963Z | HEAD is now at 3784aea09 plumb transit_ips through instance NIC create |
80 | 2024-10-14T21:23:04.968Z | process exited: duration 6603 ms, exit code 0 |
|
81 | 2024-10-14T21:23:04.974Z | starting task 4: "build" |
82 | 2024-10-14T21:23:04.979Z | + source .github/buildomat/ci-env.sh |
83 | 2024-10-14T21:23:04.981Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-10-14T21:23:04.981Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-10-14T21:23:04.981Z | + cargo --version |
86 | 2024-10-14T21:23:05.034Z | cargo 1.80.1 (376290515 2024-07-16) |
87 | 2024-10-14T21:23:05.037Z | + rustc --version |
88 | 2024-10-14T21:23:05.092Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
89 | 2024-10-14T21:23:05.095Z | + cd /tmp |
90 | 2024-10-14T21:23:05.095Z | + cargo new --lib test-project |
91 | 2024-10-14T21:23:05.148Z | Creating library `test-project` package |
92 | 2024-10-14T21:23:05.221Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-10-14T21:23:05.223Z | + cd test-project |
94 | 2024-10-14T21:23:05.223Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-10-14T21:23:05.279Z | Adding omicron-common (local) to dependencies |
96 | 2024-10-14T21:23:05.279Z | Features: |
97 | 2024-10-14T21:23:05.279Z | - proptest |
98 | 2024-10-14T21:23:05.282Z | - test-strategy |
99 | 2024-10-14T21:23:05.282Z | - testing |
100 | 2024-10-14T21:23:05.282Z | Updating crates.io index |
101 | 2024-10-14T21:23:05.347Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-10-14T21:23:06.119Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-10-14T21:23:06.615Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-10-14T21:23:06.995Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-10-14T21:23:08.313Z | Locking 300 packages to latest compatible versions |
106 | 2024-10-14T21:23:08.316Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-10-14T21:23:08.316Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
108 | 2024-10-14T21:23:08.316Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
109 | 2024-10-14T21:23:08.316Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
110 | 2024-10-14T21:23:08.316Z | Adding hashbrown v0.12.3 (latest: v0.15.0) |
111 | 2024-10-14T21:23:08.316Z | Adding hashbrown v0.14.5 (latest: v0.15.0) |
112 | 2024-10-14T21:23:08.316Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
113 | 2024-10-14T21:23:08.316Z | Adding hostname v0.3.1 (latest: v0.4.0) |
114 | 2024-10-14T21:23:08.319Z | Adding idna v0.5.0 (latest: v1.0.2) |
115 | 2024-10-14T21:23:08.319Z | Adding indexmap v1.9.3 (latest: v2.6.0) |
116 | 2024-10-14T21:23:08.319Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
117 | 2024-10-14T21:23:08.321Z | Adding regress v0.9.1 (latest: v0.10.1) |
118 | 2024-10-14T21:23:08.328Z | Adding rustls v0.22.4 (latest: v0.23.14) |
119 | 2024-10-14T21:23:08.330Z | Adding security-framework v2.11.1 (latest: v3.0.0) |
120 | 2024-10-14T21:23:08.333Z | Adding term v0.7.0 (latest: v1.0.0) |
121 | 2024-10-14T21:23:08.336Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
122 | 2024-10-14T21:23:08.336Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
123 | 2024-10-14T21:23:08.340Z | Adding windows v0.52.0 (latest: v0.58.0) |
124 | 2024-10-14T21:23:08.340Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
125 | 2024-10-14T21:23:08.340Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
126 | 2024-10-14T21:23:08.340Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
127 | 2024-10-14T21:23:08.340Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
128 | 2024-10-14T21:23:08.341Z | Adding zerocopy v0.7.35 (latest: v0.8.5) |
129 | 2024-10-14T21:23:08.341Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.5) |
130 | 2024-10-14T21:23:08.410Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
131 | 2024-10-14T21:23:08.413Z | + cargo check |
132 | 2024-10-14T21:23:08.570Z | Updating crates.io index |
133 | 2024-10-14T21:23:09.274Z | Locking 2 packages to latest compatible versions |
134 | 2024-10-14T21:23:11.975Z | Adding omicron-workspace-hack v0.1.0 |
135 | 2024-10-14T21:23:13.599Z | Adding test-project v0.1.0 (/tmp/test-project) |
136 | 2024-10-14T21:23:14.317Z | Downloading crates ... |
137 | 2024-10-14T21:23:14.392Z | Downloaded foreign-types-shared v0.1.1 |
138 | 2024-10-14T21:23:14.394Z | Downloaded equivalent v1.0.1 |
139 | 2024-10-14T21:23:14.398Z | Downloaded futures-sink v0.3.31 |
140 | 2024-10-14T21:23:14.401Z | Downloaded want v0.3.1 |
141 | 2024-10-14T21:23:14.403Z | Downloaded is-terminal v0.4.12 |
142 | 2024-10-14T21:23:14.405Z | Downloaded darling_macro v0.20.9 |
143 | 2024-10-14T21:23:14.410Z | Downloaded http-body v1.0.0 |
144 | 2024-10-14T21:23:14.413Z | Downloaded match_cfg v0.1.0 |
145 | 2024-10-14T21:23:14.416Z | Downloaded try-lock v0.2.5 |
146 | 2024-10-14T21:23:14.416Z | Downloaded usdt v0.5.0 |
147 | 2024-10-14T21:23:14.416Z | Downloaded omicron-workspace-hack v0.1.0 |
148 | 2024-10-14T21:23:14.419Z | Downloaded async-stream v0.3.5 |
149 | 2024-10-14T21:23:14.421Z | Downloaded futures-io v0.3.31 |
150 | 2024-10-14T21:23:14.423Z | Downloaded usdt-attr-macro v0.5.0 |
151 | 2024-10-14T21:23:14.424Z | Downloaded fnv v1.0.7 |
152 | 2024-10-14T21:23:14.426Z | Downloaded dyn-clone v1.0.17 |
153 | 2024-10-14T21:23:14.428Z | Downloaded deranged v0.3.11 |
154 | 2024-10-14T21:23:14.429Z | Downloaded pretty-hex v0.4.1 |
155 | 2024-10-14T21:23:14.432Z | Downloaded futures-core v0.3.31 |
156 | 2024-10-14T21:23:14.432Z | Downloaded block-buffer v0.10.4 |
157 | 2024-10-14T21:23:14.432Z | Downloaded openssl-probe v0.1.5 |
158 | 2024-10-14T21:23:14.439Z | Downloaded dirs-next v2.0.0 |
159 | 2024-10-14T21:23:14.440Z | Downloaded hostname v0.4.0 |
160 | 2024-10-14T21:23:14.440Z | Downloaded autocfg v1.3.0 |
161 | 2024-10-14T21:23:14.442Z | Downloaded scroll_derive v0.12.0 |
162 | 2024-10-14T21:23:14.442Z | Downloaded openssl-macros v0.1.1 |
163 | 2024-10-14T21:23:14.445Z | Downloaded plain v0.2.3 |
164 | 2024-10-14T21:23:14.453Z | Downloaded dof v0.3.0 |
165 | 2024-10-14T21:23:14.453Z | Downloaded untrusted v0.9.0 |
166 | 2024-10-14T21:23:14.453Z | Downloaded typify-macro v0.2.0 |
167 | 2024-10-14T21:23:14.453Z | Downloaded newtype-uuid v1.1.2 |
168 | 2024-10-14T21:23:14.453Z | Downloaded hyper-tls v0.6.0 |
169 | 2024-10-14T21:23:14.462Z | Downloaded tower-service v0.3.2 |
170 | 2024-10-14T21:23:14.462Z | Downloaded hex v0.4.3 |
171 | 2024-10-14T21:23:14.462Z | Downloaded waitgroup v0.1.2 |
172 | 2024-10-14T21:23:14.462Z | Downloaded async-trait v0.1.83 |
173 | 2024-10-14T21:23:14.469Z | Downloaded ppv-lite86 v0.2.17 |
174 | 2024-10-14T21:23:14.469Z | Downloaded rand_chacha v0.3.1 |
175 | 2024-10-14T21:23:14.469Z | Downloaded mime v0.3.17 |
176 | 2024-10-14T21:23:14.469Z | Downloaded iana-time-zone v0.1.60 |
177 | 2024-10-14T21:23:14.474Z | Downloaded httparse v1.8.0 |
178 | 2024-10-14T21:23:14.474Z | Downloaded rustversion v1.0.17 |
179 | 2024-10-14T21:23:14.479Z | Downloaded pest_generator v2.7.10 |
180 | 2024-10-14T21:23:14.479Z | Downloaded foreign-types v0.3.2 |
181 | 2024-10-14T21:23:14.479Z | Downloaded paste v1.0.15 |
182 | 2024-10-14T21:23:14.481Z | Downloaded ahash v0.8.11 |
183 | 2024-10-14T21:23:14.484Z | Downloaded parse-display v0.10.0 |
184 | 2024-10-14T21:23:14.487Z | Downloaded multer v3.1.0 |
185 | 2024-10-14T21:23:14.491Z | Downloaded async-stream-impl v0.3.5 |
186 | 2024-10-14T21:23:14.491Z | Downloaded slab v0.4.9 |
187 | 2024-10-14T21:23:14.491Z | Downloaded sha1 v0.10.6 |
188 | 2024-10-14T21:23:14.495Z | Downloaded serde_path_to_error v0.1.16 |
189 | 2024-10-14T21:23:14.496Z | Downloaded serde_urlencoded v0.7.1 |
190 | 2024-10-14T21:23:14.498Z | Downloaded num-conv v0.1.0 |
191 | 2024-10-14T21:23:14.498Z | Downloaded unicode-bidi v0.3.15 |
192 | 2024-10-14T21:23:14.501Z | Downloaded serde_spanned v0.6.7 |
193 | 2024-10-14T21:23:14.503Z | Downloaded num_threads v0.1.7 |
194 | 2024-10-14T21:23:14.506Z | Downloaded macaddr v1.0.1 |
195 | 2024-10-14T21:23:14.506Z | Downloaded tinyvec_macros v0.1.1 |
196 | 2024-10-14T21:23:14.508Z | Downloaded progenitor v0.8.0 |
197 | 2024-10-14T21:23:14.508Z | Downloaded typify v0.2.0 |
198 | 2024-10-14T21:23:14.511Z | Downloaded strum v0.26.3 |
199 | 2024-10-14T21:23:14.513Z | Downloaded progenitor-client v0.8.0 |
200 | 2024-10-14T21:23:14.513Z | Downloaded dropshot_endpoint v0.12.0 |
201 | 2024-10-14T21:23:14.516Z | Downloaded instant v0.1.12 |
202 | 2024-10-14T21:23:14.519Z | Downloaded time-core v0.1.2 |
203 | 2024-10-14T21:23:14.521Z | Downloaded log v0.4.22 |
204 | 2024-10-14T21:23:14.524Z | Downloaded crossbeam-utils v0.8.19 |
205 | 2024-10-14T21:23:14.527Z | Downloaded generic-array v0.14.7 |
206 | 2024-10-14T21:23:14.529Z | Downloaded scopeguard v1.2.0 |
207 | 2024-10-14T21:23:14.529Z | Downloaded rustls-pemfile v2.2.0 |
208 | 2024-10-14T21:23:14.531Z | Downloaded byteorder v1.5.0 |
209 | 2024-10-14T21:23:14.534Z | Downloaded version_check v0.9.5 |
210 | 2024-10-14T21:23:14.536Z | Downloaded semver v1.0.23 |
211 | 2024-10-14T21:23:14.539Z | Downloaded futures v0.3.31 |
212 | 2024-10-14T21:23:14.543Z | Downloaded num-traits v0.2.19 |
213 | 2024-10-14T21:23:14.545Z | Downloaded sync_wrapper v1.0.1 |
214 | 2024-10-14T21:23:14.548Z | Downloaded usdt-macro v0.5.0 |
215 | 2024-10-14T21:23:14.548Z | Downloaded sha2 v0.10.8 |
216 | 2024-10-14T21:23:14.550Z | Downloaded http-body-util v0.1.2 |
217 | 2024-10-14T21:23:14.552Z | Downloaded hostname v0.3.1 |
218 | 2024-10-14T21:23:14.554Z | Downloaded thread_local v1.1.8 |
219 | 2024-10-14T21:23:14.557Z | Downloaded percent-encoding v2.3.1 |
220 | 2024-10-14T21:23:14.557Z | Downloaded memmap v0.7.0 |
221 | 2024-10-14T21:23:14.557Z | Downloaded powerfmt v0.2.0 |
222 | 2024-10-14T21:23:14.559Z | Downloaded httpdate v1.0.3 |
223 | 2024-10-14T21:23:14.561Z | Downloaded pkg-config v0.3.30 |
224 | 2024-10-14T21:23:14.561Z | Downloaded parse-display-derive v0.10.0 |
225 | 2024-10-14T21:23:14.564Z | Downloaded ipnetwork v0.20.0 |
226 | 2024-10-14T21:23:14.566Z | Downloaded strsim v0.11.1 |
227 | 2024-10-14T21:23:14.566Z | Downloaded heck v0.5.0 |
228 | 2024-10-14T21:23:14.569Z | Downloaded futures-executor v0.3.31 |
229 | 2024-10-14T21:23:14.569Z | Downloaded schemars_derive v0.8.21 |
230 | 2024-10-14T21:23:14.572Z | Downloaded progenitor-macro v0.8.0 |
231 | 2024-10-14T21:23:14.572Z | Downloaded subtle v2.5.0 |
232 | 2024-10-14T21:23:14.574Z | Downloaded rand_core v0.6.4 |
233 | 2024-10-14T21:23:14.574Z | Downloaded rustc-hash v2.0.0 |
234 | 2024-10-14T21:23:14.577Z | Downloaded structmeta-derive v0.3.0 |
235 | 2024-10-14T21:23:14.579Z | Downloaded scroll v0.12.0 |
236 | 2024-10-14T21:23:14.579Z | Downloaded usdt-impl v0.5.0 |
237 | 2024-10-14T21:23:14.581Z | Downloaded slog-bunyan v2.5.0 |
238 | 2024-10-14T21:23:14.582Z | Downloaded getrandom v0.2.14 |
239 | 2024-10-14T21:23:14.585Z | Downloaded slog-async v2.8.0 |
240 | 2024-10-14T21:23:14.587Z | Downloaded backoff v0.4.0 |
241 | 2024-10-14T21:23:14.590Z | Downloaded signal-hook-registry v1.4.2 |
242 | 2024-10-14T21:23:14.590Z | Downloaded futures-task v0.3.31 |
243 | 2024-10-14T21:23:14.593Z | Downloaded time-macros v0.2.18 |
244 | 2024-10-14T21:23:14.595Z | Downloaded pin-project-lite v0.2.14 |
245 | 2024-10-14T21:23:14.599Z | Downloaded tokio-macros v2.4.0 |
246 | 2024-10-14T21:23:14.601Z | Downloaded hyper-rustls v0.27.3 |
247 | 2024-10-14T21:23:14.603Z | Downloaded futures-channel v0.3.31 |
248 | 2024-10-14T21:23:14.606Z | Downloaded thread-id v4.2.1 |
249 | 2024-10-14T21:23:14.608Z | Downloaded structmeta v0.3.0 |
250 | 2024-10-14T21:23:14.608Z | Downloaded parking_lot_core v0.9.10 |
251 | 2024-10-14T21:23:14.610Z | Downloaded native-tls v0.2.11 |
252 | 2024-10-14T21:23:14.612Z | Downloaded thiserror-impl v1.0.64 |
253 | 2024-10-14T21:23:14.615Z | Downloaded thiserror v1.0.64 |
254 | 2024-10-14T21:23:14.619Z | Downloaded base64 v0.22.1 |
255 | 2024-10-14T21:23:14.623Z | Downloaded unicode-ident v1.0.13 |
256 | 2024-10-14T21:23:14.626Z | Downloaded quote v1.0.37 |
257 | 2024-10-14T21:23:14.629Z | Downloaded anyhow v1.0.89 |
258 | 2024-10-14T21:23:14.633Z | Downloaded strum_macros v0.26.4 |
259 | 2024-10-14T21:23:14.636Z | Downloaded slog-json v2.6.1 |
260 | 2024-10-14T21:23:14.638Z | Downloaded tokio-rustls v0.26.0 |
261 | 2024-10-14T21:23:14.640Z | Downloaded rustls-pki-types v1.9.0 |
262 | 2024-10-14T21:23:14.644Z | Downloaded tokio-native-tls v0.3.1 |
263 | 2024-10-14T21:23:14.646Z | Downloaded spin v0.9.8 |
264 | 2024-10-14T21:23:14.648Z | Downloaded tracing-core v0.1.32 |
265 | 2024-10-14T21:23:14.651Z | Downloaded tinyvec v1.6.0 |
266 | 2024-10-14T21:23:14.655Z | Downloaded pest_derive v2.7.10 |
267 | 2024-10-14T21:23:14.657Z | Downloaded ryu v1.0.18 |
268 | 2024-10-14T21:23:14.661Z | Downloaded toml v0.8.19 |
269 | 2024-10-14T21:23:14.664Z | Downloaded tokio-rustls v0.25.0 |
270 | 2024-10-14T21:23:14.666Z | Downloaded pest_meta v2.7.10 |
271 | 2024-10-14T21:23:14.669Z | Downloaded memchr v2.7.2 |
272 | 2024-10-14T21:23:14.674Z | Downloaded hyper-util v0.1.9 |
273 | 2024-10-14T21:23:14.679Z | Downloaded socket2 v0.5.7 |
274 | 2024-10-14T21:23:14.682Z | Downloaded slog v2.7.0 |
275 | 2024-10-14T21:23:14.684Z | Downloaded unsafe-libyaml v0.2.11 |
276 | 2024-10-14T21:23:14.688Z | Downloaded openssl-sys v0.9.103 |
277 | 2024-10-14T21:23:14.693Z | Downloaded crossbeam-channel v0.5.12 |
278 | 2024-10-14T21:23:14.698Z | Downloaded serde_yaml v0.9.34+deprecated |
279 | 2024-10-14T21:23:14.702Z | Downloaded url v2.5.2 |
280 | 2024-10-14T21:23:14.706Z | Downloaded hashbrown v0.12.3 |
281 | 2024-10-14T21:23:14.710Z | Downloaded toml_edit v0.22.22 |
282 | 2024-10-14T21:23:14.734Z | Downloaded mio v1.0.2 |
283 | 2024-10-14T21:23:14.739Z | Downloaded serde v1.0.210 |
284 | 2024-10-14T21:23:14.742Z | Downloaded rand v0.8.5 |
285 | 2024-10-14T21:23:14.746Z | Downloaded quinn v0.11.5 |
286 | 2024-10-14T21:23:14.751Z | Downloaded proc-macro2 v1.0.87 |
287 | 2024-10-14T21:23:14.755Z | Downloaded tokio-util v0.7.12 |
288 | 2024-10-14T21:23:14.763Z | Downloaded pest v2.7.10 |
289 | 2024-10-14T21:23:14.765Z | Downloaded time v0.3.36 |
290 | 2024-10-14T21:23:14.772Z | Downloaded hashbrown v0.14.5 |
291 | 2024-10-14T21:23:14.779Z | Downloaded futures-util v0.3.31 |
292 | 2024-10-14T21:23:14.792Z | Downloaded serde_json v1.0.128 |
293 | 2024-10-14T21:23:14.800Z | Downloaded h2 v0.4.6 |
294 | 2024-10-14T21:23:14.807Z | Downloaded goblin v0.8.2 |
295 | 2024-10-14T21:23:14.814Z | Downloaded chrono v0.4.38 |
296 | 2024-10-14T21:23:14.823Z | Downloaded serde_with v3.11.0 |
297 | 2024-10-14T21:23:14.830Z | Downloaded idna v0.5.0 |
298 | 2024-10-14T21:23:14.836Z | Downloaded reqwest v0.12.8 |
299 | 2024-10-14T21:23:14.844Z | Downloaded rustls-webpki v0.102.4 |
300 | 2024-10-14T21:23:14.863Z | Downloaded syn v2.0.79 |
301 | 2024-10-14T21:23:14.874Z | Downloaded vcpkg v0.2.15 |
302 | 2024-10-14T21:23:14.913Z | Downloaded openapiv3 v2.0.0 |
303 | 2024-10-14T21:23:14.924Z | Downloaded regex v1.11.0 |
304 | 2024-10-14T21:23:14.937Z | Downloaded webpki-roots v0.26.3 |
305 | 2024-10-14T21:23:14.941Z | Downloaded openssl v0.10.66 |
306 | 2024-10-14T21:23:14.950Z | Downloaded dropshot v0.12.0 |
307 | 2024-10-14T21:23:14.971Z | Downloaded rustls v0.22.4 |
308 | 2024-10-14T21:23:14.984Z | Downloaded libc v0.2.159 |
309 | 2024-10-14T21:23:15.011Z | Downloaded regress v0.10.1 |
310 | 2024-10-14T21:23:15.020Z | Downloaded tokio v1.40.0 |
311 | 2024-10-14T21:23:15.056Z | Downloaded rustls v0.23.10 |
312 | 2024-10-14T21:23:15.071Z | Downloaded regex-automata v0.4.8 |
313 | 2024-10-14T21:23:15.089Z | Downloaded encoding_rs v0.8.34 |
314 | 2024-10-14T21:23:15.107Z | Downloaded typify-impl v0.2.0 |
315 | 2024-10-14T21:23:15.121Z | Downloaded regress v0.9.1 |
316 | 2024-10-14T21:23:15.130Z | Downloaded regex-syntax v0.8.5 |
317 | 2024-10-14T21:23:15.139Z | Downloaded quinn-proto v0.11.8 |
318 | 2024-10-14T21:23:15.144Z | Downloaded zerocopy v0.7.34 |
319 | 2024-10-14T21:23:15.158Z | Downloaded winnow v0.6.18 |
320 | 2024-10-14T21:23:15.166Z | Downloaded unicode-normalization v0.1.23 |
321 | 2024-10-14T21:23:15.171Z | Downloaded hyper v1.4.1 |
322 | 2024-10-14T21:23:15.176Z | Downloaded hashbrown v0.15.0 |
323 | 2024-10-14T21:23:15.181Z | Downloaded http v1.1.0 |
324 | 2024-10-14T21:23:15.187Z | Downloaded darling_core v0.20.9 |
325 | 2024-10-14T21:23:15.191Z | Downloaded uuid v1.10.0 |
326 | 2024-10-14T21:23:15.194Z | Downloaded schemars v0.8.21 |
327 | 2024-10-14T21:23:15.203Z | Downloaded once_cell v1.20.2 |
328 | 2024-10-14T21:23:15.205Z | Downloaded serde_derive v1.0.210 |
329 | 2024-10-14T21:23:15.209Z | Downloaded indexmap v1.9.3 |
330 | 2024-10-14T21:23:15.212Z | Downloaded term v0.7.0 |
331 | 2024-10-14T21:23:15.215Z | Downloaded serde_tokenstream v0.2.2 |
332 | 2024-10-14T21:23:15.215Z | Downloaded bitflags v2.6.0 |
333 | 2024-10-14T21:23:15.218Z | Downloaded aho-corasick v1.1.3 |
334 | 2024-10-14T21:23:15.223Z | Downloaded indexmap v2.6.0 |
335 | 2024-10-14T21:23:15.229Z | Downloaded typenum v1.17.0 |
336 | 2024-10-14T21:23:15.232Z | Downloaded cc v1.0.97 |
337 | 2024-10-14T21:23:15.232Z | Downloaded bytes v1.7.2 |
338 | 2024-10-14T21:23:15.236Z | Downloaded smallvec v1.13.2 |
339 | 2024-10-14T21:23:15.239Z | Downloaded slog-term v2.9.1 |
340 | 2024-10-14T21:23:15.242Z | Downloaded serde_derive_internals v0.29.1 |
341 | 2024-10-14T21:23:15.242Z | Downloaded lock_api v0.4.12 |
342 | 2024-10-14T21:23:15.244Z | Downloaded toml_datetime v0.6.8 |
343 | 2024-10-14T21:23:15.244Z | Downloaded parking_lot v0.12.2 |
344 | 2024-10-14T21:23:15.246Z | Downloaded ucd-trie v0.1.6 |
345 | 2024-10-14T21:23:15.248Z | Downloaded tracing v0.1.40 |
346 | 2024-10-14T21:23:15.252Z | Downloaded itoa v1.0.11 |
347 | 2024-10-14T21:23:15.254Z | Downloaded camino v1.1.9 |
348 | 2024-10-14T21:23:15.257Z | Downloaded serde_with_macros v3.11.0 |
349 | 2024-10-14T21:23:15.257Z | Downloaded progenitor-impl v0.8.0 |
350 | 2024-10-14T21:23:15.260Z | Downloaded dtrace-parser v0.2.0 |
351 | 2024-10-14T21:23:15.260Z | Downloaded dirs-sys-next v0.1.2 |
352 | 2024-10-14T21:23:15.260Z | Downloaded debug-ignore v1.0.5 |
353 | 2024-10-14T21:23:15.263Z | Downloaded zeroize v1.8.1 |
354 | 2024-10-14T21:23:15.266Z | Downloaded zerocopy-derive v0.7.34 |
355 | 2024-10-14T21:23:15.268Z | Downloaded allocator-api2 v0.2.18 |
356 | 2024-10-14T21:23:15.271Z | Downloaded futures-macro v0.3.31 |
357 | 2024-10-14T21:23:15.271Z | Downloaded form_urlencoded v1.2.1 |
358 | 2024-10-14T21:23:15.274Z | Downloaded crypto-common v0.1.6 |
359 | 2024-10-14T21:23:15.274Z | Downloaded cfg-if v1.0.0 |
360 | 2024-10-14T21:23:15.274Z | Downloaded atomic-waker v1.1.2 |
361 | 2024-10-14T21:23:15.278Z | Downloaded digest v0.10.7 |
362 | 2024-10-14T21:23:15.278Z | Downloaded cpufeatures v0.2.12 |
363 | 2024-10-14T21:23:15.278Z | Downloaded take_mut v0.2.2 |
364 | 2024-10-14T21:23:15.280Z | Downloaded ident_case v1.0.1 |
365 | 2024-10-14T21:23:15.281Z | Downloaded quinn-udp v0.5.5 |
366 | 2024-10-14T21:23:15.281Z | Downloaded pin-utils v0.1.0 |
367 | 2024-10-14T21:23:15.284Z | Downloaded ipnet v2.10.1 |
368 | 2024-10-14T21:23:15.284Z | Downloaded darling v0.20.9 |
369 | 2024-10-14T21:23:15.303Z | Downloaded ring v0.17.8 |
370 | 2024-10-14T21:23:15.622Z | Compiling proc-macro2 v1.0.87 |
371 | 2024-10-14T21:23:15.625Z | Compiling unicode-ident v1.0.13 |
372 | 2024-10-14T21:23:15.625Z | Compiling libc v0.2.159 |
373 | 2024-10-14T21:23:15.625Z | Checking cfg-if v1.0.0 |
374 | 2024-10-14T21:23:15.625Z | Compiling autocfg v1.3.0 |
375 | 2024-10-14T21:23:15.625Z | Compiling serde v1.0.210 |
376 | 2024-10-14T21:23:15.645Z | Compiling version_check v0.9.5 |
377 | 2024-10-14T21:23:15.648Z | Checking memchr v2.7.2 |
378 | 2024-10-14T21:23:15.805Z | Checking itoa v1.0.11 |
379 | 2024-10-14T21:23:15.823Z | Compiling serde_json v1.0.128 |
380 | 2024-10-14T21:23:16.275Z | Compiling thiserror v1.0.64 |
381 | 2024-10-14T21:23:16.293Z | Checking once_cell v1.20.2 |
382 | 2024-10-14T21:23:16.346Z | Compiling cc v1.0.97 |
383 | 2024-10-14T21:23:16.526Z | Checking pin-project-lite v0.2.14 |
384 | 2024-10-14T21:23:16.629Z | Compiling num-traits v0.2.19 |
385 | 2024-10-14T21:23:16.941Z | Checking ryu v1.0.18 |
386 | 2024-10-14T21:23:16.960Z | Checking bytes v1.7.2 |
387 | 2024-10-14T21:23:17.080Z | Checking getrandom v0.2.14 |
388 | 2024-10-14T21:23:17.141Z | Checking futures-core v0.3.31 |
389 | 2024-10-14T21:23:17.178Z | Compiling quote v1.0.37 |
390 | 2024-10-14T21:23:17.208Z | Compiling lock_api v0.4.12 |
391 | 2024-10-14T21:23:17.316Z | Compiling parking_lot_core v0.9.10 |
392 | 2024-10-14T21:23:17.439Z | Compiling byteorder v1.5.0 |
393 | 2024-10-14T21:23:17.551Z | Compiling syn v2.0.79 |
394 | 2024-10-14T21:23:17.721Z | Compiling ahash v0.8.11 |
395 | 2024-10-14T21:23:17.738Z | Checking smallvec v1.13.2 |
396 | 2024-10-14T21:23:17.781Z | Checking scopeguard v1.2.0 |
397 | 2024-10-14T21:23:17.800Z | Compiling schemars v0.8.21 |
398 | 2024-10-14T21:23:17.847Z | Compiling slab v0.4.9 |
399 | 2024-10-14T21:23:17.885Z | Checking futures-sink v0.3.31 |
400 | 2024-10-14T21:23:18.015Z | Checking log v0.4.22 |
401 | 2024-10-14T21:23:18.145Z | Checking signal-hook-registry v1.4.2 |
402 | 2024-10-14T21:23:18.188Z | Checking socket2 v0.5.7 |
403 | 2024-10-14T21:23:18.259Z | Checking mio v1.0.2 |
404 | 2024-10-14T21:23:18.302Z | Checking hashbrown v0.15.0 |
405 | 2024-10-14T21:23:18.373Z | Checking parking_lot v0.12.2 |
406 | 2024-10-14T21:23:18.392Z | Checking fnv v1.0.7 |
407 | 2024-10-14T21:23:18.505Z | Checking equivalent v1.0.1 |
408 | 2024-10-14T21:23:18.570Z | Checking http v1.1.0 |
409 | 2024-10-14T21:23:18.597Z | Checking futures-channel v0.3.31 |
410 | 2024-10-14T21:23:18.638Z | Checking futures-task v0.3.31 |
411 | 2024-10-14T21:23:18.842Z | Checking pin-utils v0.1.0 |
412 | 2024-10-14T21:23:18.865Z | Checking futures-io v0.3.31 |
413 | 2024-10-14T21:23:18.965Z | Checking rustls-pki-types v1.9.0 |
414 | 2024-10-14T21:23:18.968Z | Compiling heck v0.5.0 |
415 | 2024-10-14T21:23:19.063Z | Checking spin v0.9.8 |
416 | 2024-10-14T21:23:19.081Z | Compiling ring v0.17.8 |
417 | 2024-10-14T21:23:19.174Z | Compiling semver v1.0.23 |
418 | 2024-10-14T21:23:19.283Z | Compiling vcpkg v0.2.15 |
419 | 2024-10-14T21:23:19.414Z | Compiling pkg-config v0.3.30 |
420 | 2024-10-14T21:23:19.713Z | Checking iana-time-zone v0.1.60 |
421 | 2024-10-14T21:23:19.817Z | Checking untrusted v0.9.0 |
422 | 2024-10-14T21:23:19.882Z | Compiling ucd-trie v0.1.6 |
423 | 2024-10-14T21:23:20.036Z | Compiling httparse v1.8.0 |
424 | 2024-10-14T21:23:20.373Z | Checking tracing-core v0.1.32 |
425 | 2024-10-14T21:23:20.496Z | Checking atomic-waker v1.1.2 |
426 | 2024-10-14T21:23:20.666Z | Compiling allocator-api2 v0.2.18 |
427 | 2024-10-14T21:23:20.783Z | Checking dyn-clone v1.0.17 |
428 | 2024-10-14T21:23:20.912Z | Compiling openssl-sys v0.9.103 |
429 | 2024-10-14T21:23:21.034Z | Checking tracing v0.1.40 |
430 | 2024-10-14T21:23:21.346Z | Checking http-body v1.0.0 |
431 | 2024-10-14T21:23:21.421Z | Checking try-lock v0.2.5 |
432 | 2024-10-14T21:23:21.440Z | Compiling uuid v1.10.0 |
433 | 2024-10-14T21:23:21.520Z | Checking zeroize v1.8.1 |
434 | 2024-10-14T21:23:21.546Z | Checking subtle v2.5.0 |
435 | 2024-10-14T21:23:21.777Z | Checking want v0.3.1 |
436 | 2024-10-14T21:23:21.885Z | Compiling chrono v0.4.38 |
437 | 2024-10-14T21:23:21.938Z | Compiling openssl v0.10.66 |
438 | 2024-10-14T21:23:21.956Z | Checking httpdate v1.0.3 |
439 | 2024-10-14T21:23:22.002Z | Checking foreign-types-shared v0.1.1 |
440 | 2024-10-14T21:23:22.070Z | Compiling slog v2.7.0 |
441 | 2024-10-14T21:23:22.097Z | Checking foreign-types v0.3.2 |
442 | 2024-10-14T21:23:22.328Z | Compiling aho-corasick v1.1.3 |
443 | 2024-10-14T21:23:22.377Z | Compiling regex-syntax v0.8.5 |
444 | 2024-10-14T21:23:22.618Z | Checking tower-service v0.3.2 |
445 | 2024-10-14T21:23:22.738Z | Compiling rustls v0.23.10 |
446 | 2024-10-14T21:23:23.061Z | Compiling native-tls v0.2.11 |
447 | 2024-10-14T21:23:23.447Z | Checking bitflags v2.6.0 |
448 | 2024-10-14T21:23:23.701Z | Checking percent-encoding v2.3.1 |
449 | 2024-10-14T21:23:23.851Z | Compiling typenum v1.17.0 |
450 | 2024-10-14T21:23:23.913Z | Checking tinyvec_macros v0.1.1 |
451 | 2024-10-14T21:23:23.994Z | Checking tinyvec v1.6.0 |
452 | 2024-10-14T21:23:24.032Z | Checking form_urlencoded v1.2.1 |
453 | 2024-10-14T21:23:24.739Z | Compiling serde_derive_internals v0.29.1 |
454 | 2024-10-14T21:23:24.866Z | Compiling generic-array v0.14.7 |
455 | 2024-10-14T21:23:25.145Z | Checking rustls-webpki v0.102.4 |
456 | 2024-10-14T21:23:25.297Z | Checking openssl-probe v0.1.5 |
457 | 2024-10-14T21:23:25.554Z | Checking unicode-normalization v0.1.23 |
458 | 2024-10-14T21:23:25.890Z | Compiling regex-automata v0.4.8 |
459 | 2024-10-14T21:23:27.260Z | Compiling usdt-impl v0.5.0 |
460 | 2024-10-14T21:23:27.643Z | Checking encoding_rs v0.8.34 |
461 | 2024-10-14T21:23:27.703Z | Compiling num-conv v0.1.0 |
462 | 2024-10-14T21:23:27.784Z | Checking unicode-bidi v0.3.15 |
463 | 2024-10-14T21:23:27.974Z | Compiling time-core v0.1.2 |
464 | 2024-10-14T21:23:28.137Z | Checking powerfmt v0.2.0 |
465 | 2024-10-14T21:23:28.139Z | Checking mime v0.3.17 |
466 | 2024-10-14T21:23:28.378Z | Checking deranged v0.3.11 |
467 | 2024-10-14T21:23:28.410Z | Checking idna v0.5.0 |
468 | 2024-10-14T21:23:28.468Z | Compiling time-macros v0.2.18 |
469 | 2024-10-14T21:23:29.894Z | Compiling serde_derive v1.0.210 |
470 | 2024-10-14T21:23:29.941Z | Compiling zerocopy-derive v0.7.34 |
471 | 2024-10-14T21:23:30.187Z | Compiling thiserror-impl v1.0.64 |
472 | 2024-10-14T21:23:30.401Z | Compiling schemars_derive v0.8.21 |
473 | 2024-10-14T21:23:30.986Z | Compiling tokio-macros v2.4.0 |
474 | 2024-10-14T21:23:31.323Z | Compiling futures-macro v0.3.31 |
475 | 2024-10-14T21:23:31.513Z | Compiling openssl-macros v0.1.1 |
476 | 2024-10-14T21:23:31.923Z | Compiling zerocopy v0.7.34 |
477 | 2024-10-14T21:23:32.484Z | Checking tokio v1.40.0 |
478 | 2024-10-14T21:23:33.126Z | Compiling pest v2.7.10 |
479 | 2024-10-14T21:23:33.166Z | Checking futures-util v0.3.31 |
480 | 2024-10-14T21:23:33.463Z | Compiling scroll_derive v0.12.0 |
481 | 2024-10-14T21:23:33.893Z | Compiling hashbrown v0.14.5 |
482 | 2024-10-14T21:23:34.959Z | Compiling regex v1.11.0 |
483 | 2024-10-14T21:23:35.098Z | Compiling regress v0.10.1 |
484 | 2024-10-14T21:23:35.935Z | Compiling pest_meta v2.7.10 |
485 | 2024-10-14T21:23:35.980Z | Checking scroll v0.12.0 |
486 | 2024-10-14T21:23:38.752Z | Compiling pest_generator v2.7.10 |
487 | 2024-10-14T21:23:39.089Z | Checking http-body-util v0.1.2 |
488 | 2024-10-14T21:23:39.571Z | Checking tokio-util v0.7.12 |
489 | 2024-10-14T21:23:39.626Z | Checking tokio-native-tls v0.3.1 |
490 | 2024-10-14T21:23:39.713Z | Checking tokio-rustls v0.26.0 |
491 | 2024-10-14T21:23:39.875Z | Compiling thread-id v4.2.1 |
492 | 2024-10-14T21:23:39.878Z | Checking rustls-pemfile v2.2.0 |
493 | 2024-10-14T21:23:39.914Z | Checking webpki-roots v0.26.3 |
494 | 2024-10-14T21:23:39.979Z | Checking num_threads v0.1.7 |
495 | 2024-10-14T21:23:40.085Z | Checking plain v0.2.3 |
496 | 2024-10-14T21:23:40.107Z | Compiling strsim v0.11.1 |
497 | 2024-10-14T21:23:40.224Z | Compiling crossbeam-utils v0.8.19 |
498 | 2024-10-14T21:23:40.226Z | Compiling ident_case v1.0.1 |
499 | 2024-10-14T21:23:40.431Z | Compiling pest_derive v2.7.10 |
500 | 2024-10-14T21:23:40.619Z | Checking base64 v0.22.1 |
501 | 2024-10-14T21:23:40.772Z | Checking time v0.3.36 |
502 | 2024-10-14T21:23:40.844Z | Compiling darling_core v0.20.9 |
503 | 2024-10-14T21:23:41.251Z | Compiling dtrace-parser v0.2.0 |
504 | 2024-10-14T21:23:41.310Z | Checking goblin v0.8.2 |
505 | 2024-10-14T21:23:42.527Z | Checking indexmap v2.6.0 |
506 | 2024-10-14T21:23:43.582Z | Checking serde_urlencoded v0.7.1 |
507 | 2024-10-14T21:23:43.783Z | Checking url v2.5.2 |
508 | 2024-10-14T21:23:43.801Z | Checking h2 v0.4.6 |
509 | 2024-10-14T21:23:44.295Z | Compiling serde_tokenstream v0.2.2 |
510 | 2024-10-14T21:23:44.864Z | Checking openapiv3 v2.0.0 |
511 | 2024-10-14T21:23:44.971Z | Checking sync_wrapper v1.0.1 |
512 | 2024-10-14T21:23:45.107Z | Checking dirs-sys-next v0.1.2 |
513 | 2024-10-14T21:23:45.934Z | Compiling dof v0.3.0 |
514 | 2024-10-14T21:23:46.459Z | Compiling omicron-workspace-hack v0.1.0 |
515 | 2024-10-14T21:23:46.795Z | Checking ipnet v2.10.1 |
516 | 2024-10-14T21:23:46.855Z | Compiling rustls v0.22.4 |
517 | 2024-10-14T21:23:46.893Z | Checking typify-impl v0.2.0 |
518 | 2024-10-14T21:23:47.172Z | Compiling rustversion v1.0.17 |
519 | 2024-10-14T21:23:47.231Z | Compiling unsafe-libyaml v0.2.11 |
520 | 2024-10-14T21:23:47.885Z | Checking hyper v1.4.1 |
521 | 2024-10-14T21:23:48.166Z | Checking pretty-hex v0.4.1 |
522 | 2024-10-14T21:23:48.216Z | Compiling paste v1.0.15 |
523 | 2024-10-14T21:23:48.786Z | Compiling serde_yaml v0.9.34+deprecated |
524 | 2024-10-14T21:23:48.941Z | Compiling darling_macro v0.20.9 |
525 | 2024-10-14T21:23:48.998Z | Checking dirs-next v2.0.0 |
526 | 2024-10-14T21:23:49.130Z | Checking serde_spanned v0.6.7 |
527 | 2024-10-14T21:23:49.301Z | Checking toml_datetime v0.6.8 |
528 | 2024-10-14T21:23:49.550Z | Checking block-buffer v0.10.4 |
529 | 2024-10-14T21:23:49.577Z | Checking crypto-common v0.1.6 |
530 | 2024-10-14T21:23:49.729Z | Compiling structmeta-derive v0.3.0 |
531 | 2024-10-14T21:23:49.745Z | Checking rand_core v0.6.4 |
532 | 2024-10-14T21:23:49.851Z | Checking hyper-util v0.1.9 |
533 | 2024-10-14T21:23:49.978Z | Checking thread_local v1.1.8 |
534 | 2024-10-14T21:23:49.996Z | Compiling multer v3.1.0 |
535 | 2024-10-14T21:23:50.016Z | Checking match_cfg v0.1.0 |
536 | 2024-10-14T21:23:50.101Z | Compiling newtype-uuid v1.1.2 |
537 | 2024-10-14T21:23:50.237Z | Compiling anyhow v1.0.89 |
538 | 2024-10-14T21:23:50.332Z | Compiling slog-async v2.8.0 |
539 | 2024-10-14T21:23:50.432Z | Checking winnow v0.6.18 |
540 | 2024-10-14T21:23:50.527Z | Compiling camino v1.1.9 |
541 | 2024-10-14T21:23:50.823Z | Checking ppv-lite86 v0.2.17 |
542 | 2024-10-14T21:23:51.174Z | Checking hostname v0.3.1 |
543 | 2024-10-14T21:23:51.304Z | Checking crossbeam-channel v0.5.12 |
544 | 2024-10-14T21:23:51.479Z | Checking hyper-rustls v0.27.3 |
545 | 2024-10-14T21:23:51.503Z | Checking hyper-tls v0.6.0 |
546 | 2024-10-14T21:23:51.808Z | Checking rand_chacha v0.3.1 |
547 | 2024-10-14T21:23:51.814Z | Compiling darling v0.20.9 |
548 | 2024-10-14T21:23:51.814Z | Checking reqwest v0.12.8 |
549 | 2024-10-14T21:23:51.873Z | Checking digest v0.10.7 |
550 | 2024-10-14T21:23:52.016Z | Checking term v0.7.0 |
551 | 2024-10-14T21:23:52.326Z | Compiling structmeta v0.3.0 |
552 | 2024-10-14T21:23:52.434Z | Compiling usdt-macro v0.5.0 |
553 | 2024-10-14T21:23:52.708Z | Compiling usdt-attr-macro v0.5.0 |
554 | 2024-10-14T21:23:53.165Z | Checking progenitor-client v0.8.0 |
555 | 2024-10-14T21:23:53.395Z | Checking slog-json v2.6.1 |
556 | 2024-10-14T21:23:53.434Z | Checking toml_edit v0.22.22 |
557 | 2024-10-14T21:23:53.459Z | Checking futures-executor v0.3.31 |
558 | 2024-10-14T21:23:53.478Z | Compiling async-stream-impl v0.3.5 |
559 | 2024-10-14T21:23:53.622Z | Checking is-terminal v0.4.12 |
560 | 2024-10-14T21:23:53.683Z | Checking memmap v0.7.0 |
561 | 2024-10-14T21:23:53.690Z | Compiling dropshot v0.12.0 |
562 | 2024-10-14T21:23:53.742Z | Checking take_mut v0.2.2 |
563 | 2024-10-14T21:23:53.873Z | Checking cpufeatures v0.2.12 |
564 | 2024-10-14T21:23:53.968Z | Checking sha1 v0.10.6 |
565 | 2024-10-14T21:23:54.102Z | Checking usdt v0.5.0 |
566 | 2024-10-14T21:23:54.122Z | Checking slog-term v2.9.1 |
567 | 2024-10-14T21:23:54.167Z | Checking futures v0.3.31 |
568 | 2024-10-14T21:23:54.214Z | Checking slog-bunyan v2.5.0 |
569 | 2024-10-14T21:23:54.276Z | Compiling strum_macros v0.26.4 |
570 | 2024-10-14T21:23:54.319Z | Compiling parse-display-derive v0.10.0 |
571 | 2024-10-14T21:23:54.371Z | Checking rand v0.8.5 |
572 | 2024-10-14T21:23:54.579Z | Compiling serde_with_macros v3.11.0 |
573 | 2024-10-14T21:23:54.760Z | Checking async-stream v0.3.5 |
574 | 2024-10-14T21:23:55.595Z | Checking tokio-rustls v0.25.0 |
575 | 2024-10-14T21:23:55.951Z | Checking ipnetwork v0.20.0 |
576 | 2024-10-14T21:23:55.951Z | Checking toml v0.8.19 |
577 | 2024-10-14T21:23:56.033Z | Compiling dropshot_endpoint v0.12.0 |
578 | 2024-10-14T21:23:56.267Z | Checking serde_path_to_error v0.1.16 |
579 | 2024-10-14T21:23:56.315Z | Checking hex v0.4.3 |
580 | 2024-10-14T21:23:56.696Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
581 | 2024-10-14T21:23:56.841Z | Compiling async-trait v0.1.83 |
582 | 2024-10-14T21:23:56.888Z | Checking waitgroup v0.1.2 |
583 | 2024-10-14T21:23:57.021Z | Checking hostname v0.4.0 |
584 | 2024-10-14T21:23:57.153Z | Checking instant v0.1.12 |
585 | 2024-10-14T21:23:57.170Z | Checking debug-ignore v1.0.5 |
586 | 2024-10-14T21:23:57.267Z | Checking backoff v0.4.0 |
587 | 2024-10-14T21:23:57.293Z | Checking serde_with v3.11.0 |
588 | 2024-10-14T21:23:57.491Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
589 | 2024-10-14T21:23:57.527Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
590 | 2024-10-14T21:23:57.624Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
591 | 2024-10-14T21:23:57.675Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
592 | 2024-10-14T21:23:57.940Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
593 | 2024-10-14T21:23:58.210Z | Checking parse-display v0.10.0 |
594 | 2024-10-14T21:23:58.258Z | Checking macaddr v1.0.1 |
595 | 2024-10-14T21:23:58.423Z | Checking regress v0.9.1 |
596 | 2024-10-14T21:23:58.650Z | Checking strum v0.26.3 |
597 | 2024-10-14T21:24:00.093Z | Compiling typify-macro v0.2.0 |
598 | 2024-10-14T21:24:01.967Z | Compiling typify v0.2.0 |
599 | 2024-10-14T21:24:02.032Z | Compiling progenitor-impl v0.8.0 |
600 | 2024-10-14T21:24:04.495Z | Compiling progenitor-macro v0.8.0 |
601 | 2024-10-14T21:24:09.417Z | Checking progenitor v0.8.0 |
602 | 2024-10-14T21:24:09.523Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
603 | 2024-10-14T21:24:12.224Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
604 | 2024-10-14T21:24:19.339Z | Checking test-project v0.1.0 (/tmp/test-project) |
605 | 2024-10-14T21:24:19.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
606 | 2024-10-14T21:24:19.705Z | + cargo build --release |
607 | 2024-10-14T21:24:19.951Z | Compiling proc-macro2 v1.0.87 |
608 | 2024-10-14T21:24:19.952Z | Compiling unicode-ident v1.0.13 |
609 | 2024-10-14T21:24:19.954Z | Compiling libc v0.2.159 |
610 | 2024-10-14T21:24:19.954Z | Compiling cfg-if v1.0.0 |
611 | 2024-10-14T21:24:19.954Z | Compiling autocfg v1.3.0 |
612 | 2024-10-14T21:24:19.954Z | Compiling version_check v0.9.5 |
613 | 2024-10-14T21:24:19.954Z | Compiling serde v1.0.210 |
614 | 2024-10-14T21:24:19.954Z | Compiling memchr v2.7.2 |
615 | 2024-10-14T21:24:20.054Z | Compiling serde_json v1.0.128 |
616 | 2024-10-14T21:24:20.137Z | Compiling itoa v1.0.11 |
617 | 2024-10-14T21:24:20.398Z | Compiling thiserror v1.0.64 |
618 | 2024-10-14T21:24:20.530Z | Compiling once_cell v1.20.2 |
619 | 2024-10-14T21:24:20.585Z | Compiling cc v1.0.97 |
620 | 2024-10-14T21:24:20.968Z | Compiling num-traits v0.2.19 |
621 | 2024-10-14T21:24:21.045Z | Compiling pin-project-lite v0.2.14 |
622 | 2024-10-14T21:24:21.225Z | Compiling bytes v1.7.2 |
623 | 2024-10-14T21:24:21.293Z | Compiling ryu v1.0.18 |
624 | 2024-10-14T21:24:21.401Z | Compiling quote v1.0.37 |
625 | 2024-10-14T21:24:21.517Z | Compiling getrandom v0.2.14 |
626 | 2024-10-14T21:24:21.851Z | Compiling syn v2.0.79 |
627 | 2024-10-14T21:24:21.907Z | Compiling futures-core v0.3.31 |
628 | 2024-10-14T21:24:21.954Z | Compiling lock_api v0.4.12 |
629 | 2024-10-14T21:24:22.009Z | Compiling ahash v0.8.11 |
630 | 2024-10-14T21:24:22.128Z | Compiling parking_lot_core v0.9.10 |
631 | 2024-10-14T21:24:22.291Z | Compiling byteorder v1.5.0 |
632 | 2024-10-14T21:24:22.353Z | Compiling schemars v0.8.21 |
633 | 2024-10-14T21:24:22.517Z | Compiling smallvec v1.13.2 |
634 | 2024-10-14T21:24:22.576Z | Compiling scopeguard v1.2.0 |
635 | 2024-10-14T21:24:22.669Z | Compiling slab v0.4.9 |
636 | 2024-10-14T21:24:22.722Z | Compiling futures-sink v0.3.31 |
637 | 2024-10-14T21:24:22.730Z | Compiling log v0.4.22 |
638 | 2024-10-14T21:24:22.857Z | Compiling socket2 v0.5.7 |
639 | 2024-10-14T21:24:23.004Z | Compiling mio v1.0.2 |
640 | 2024-10-14T21:24:23.124Z | Compiling signal-hook-registry v1.4.2 |
641 | 2024-10-14T21:24:23.187Z | Compiling equivalent v1.0.1 |
642 | 2024-10-14T21:24:23.273Z | Compiling fnv v1.0.7 |
643 | 2024-10-14T21:24:23.280Z | Compiling ring v0.17.8 |
644 | 2024-10-14T21:24:23.388Z | Compiling parking_lot v0.12.2 |
645 | 2024-10-14T21:24:23.480Z | Compiling hashbrown v0.15.0 |
646 | 2024-10-14T21:24:23.830Z | Compiling http v1.1.0 |
647 | 2024-10-14T21:24:24.445Z | Compiling futures-channel v0.3.31 |
648 | 2024-10-14T21:24:24.658Z | Compiling futures-task v0.3.31 |
649 | 2024-10-14T21:24:24.665Z | Compiling semver v1.0.23 |
650 | 2024-10-14T21:24:24.878Z | Compiling pin-utils v0.1.0 |
651 | 2024-10-14T21:24:24.937Z | Compiling futures-io v0.3.31 |
652 | 2024-10-14T21:24:25.150Z | Compiling vcpkg v0.2.15 |
653 | 2024-10-14T21:24:25.157Z | Compiling spin v0.9.8 |
654 | 2024-10-14T21:24:25.250Z | Compiling rustls-pki-types v1.9.0 |
655 | 2024-10-14T21:24:25.382Z | Compiling heck v0.5.0 |
656 | 2024-10-14T21:24:25.392Z | Compiling pkg-config v0.3.30 |
657 | 2024-10-14T21:24:26.123Z | Compiling iana-time-zone v0.1.60 |
658 | 2024-10-14T21:24:26.576Z | Compiling httparse v1.8.0 |
659 | 2024-10-14T21:24:26.743Z | Compiling openssl-sys v0.9.103 |
660 | 2024-10-14T21:24:26.771Z | Compiling ucd-trie v0.1.6 |
661 | 2024-10-14T21:24:27.026Z | Compiling untrusted v0.9.0 |
662 | 2024-10-14T21:24:27.213Z | Compiling tracing-core v0.1.32 |
663 | 2024-10-14T21:24:27.362Z | Compiling atomic-waker v1.1.2 |
664 | 2024-10-14T21:24:27.664Z | Compiling allocator-api2 v0.2.18 |
665 | 2024-10-14T21:24:27.722Z | Compiling dyn-clone v1.0.17 |
666 | 2024-10-14T21:24:28.373Z | Compiling tracing v0.1.40 |
667 | 2024-10-14T21:24:28.536Z | Compiling http-body v1.0.0 |
668 | 2024-10-14T21:24:28.768Z | Compiling serde_derive_internals v0.29.1 |
669 | 2024-10-14T21:24:28.887Z | Compiling chrono v0.4.38 |
670 | 2024-10-14T21:24:28.989Z | Compiling try-lock v0.2.5 |
671 | 2024-10-14T21:24:29.043Z | Compiling zeroize v1.8.1 |
672 | 2024-10-14T21:24:29.290Z | Compiling subtle v2.5.0 |
673 | 2024-10-14T21:24:29.467Z | Compiling uuid v1.10.0 |
674 | 2024-10-14T21:24:29.516Z | Compiling want v0.3.1 |
675 | 2024-10-14T21:24:29.840Z | Compiling openssl v0.10.66 |
676 | 2024-10-14T21:24:30.016Z | Compiling httpdate v1.0.3 |
677 | 2024-10-14T21:24:30.291Z | Compiling slog v2.7.0 |
678 | 2024-10-14T21:24:30.740Z | Compiling foreign-types-shared v0.1.1 |
679 | 2024-10-14T21:24:30.828Z | Compiling foreign-types v0.3.2 |
680 | 2024-10-14T21:24:30.961Z | Compiling aho-corasick v1.1.3 |
681 | 2024-10-14T21:24:31.142Z | Compiling tower-service v0.3.2 |
682 | 2024-10-14T21:24:31.255Z | Compiling rustls v0.23.10 |
683 | 2024-10-14T21:24:31.569Z | Compiling native-tls v0.2.11 |
684 | 2024-10-14T21:24:31.604Z | Compiling regex-syntax v0.8.5 |
685 | 2024-10-14T21:24:31.955Z | Compiling bitflags v2.6.0 |
686 | 2024-10-14T21:24:32.280Z | Compiling typenum v1.17.0 |
687 | 2024-10-14T21:24:32.851Z | Compiling tinyvec_macros v0.1.1 |
688 | 2024-10-14T21:24:32.927Z | Compiling percent-encoding v2.3.1 |
689 | 2024-10-14T21:24:33.093Z | Compiling tinyvec v1.6.0 |
690 | 2024-10-14T21:24:33.300Z | Compiling form_urlencoded v1.2.1 |
691 | 2024-10-14T21:24:33.828Z | Compiling generic-array v0.14.7 |
692 | 2024-10-14T21:24:34.184Z | Compiling serde_derive v1.0.210 |
693 | 2024-10-14T21:24:34.455Z | Compiling zerocopy-derive v0.7.34 |
694 | 2024-10-14T21:24:34.746Z | Compiling thiserror-impl v1.0.64 |
695 | 2024-10-14T21:24:35.222Z | Compiling schemars_derive v0.8.21 |
696 | 2024-10-14T21:24:35.343Z | Compiling tokio-macros v2.4.0 |
697 | 2024-10-14T21:24:36.493Z | Compiling zerocopy v0.7.34 |
698 | 2024-10-14T21:24:36.873Z | Compiling tokio v1.40.0 |
699 | 2024-10-14T21:24:37.353Z | Compiling futures-macro v0.3.31 |
700 | 2024-10-14T21:24:38.148Z | Compiling pest v2.7.10 |
701 | 2024-10-14T21:24:38.560Z | Compiling hashbrown v0.14.5 |
702 | 2024-10-14T21:24:39.224Z | Compiling futures-util v0.3.31 |
703 | 2024-10-14T21:24:39.257Z | Compiling rustls-webpki v0.102.4 |
704 | 2024-10-14T21:24:39.842Z | Compiling regress v0.10.1 |
705 | 2024-10-14T21:24:41.070Z | Compiling pest_meta v2.7.10 |
706 | 2024-10-14T21:24:43.582Z | Compiling pest_generator v2.7.10 |
707 | 2024-10-14T21:24:44.889Z | Compiling openssl-macros v0.1.1 |
708 | 2024-10-14T21:24:45.246Z | Compiling pest_derive v2.7.10 |
709 | 2024-10-14T21:24:45.689Z | Compiling tokio-util v0.7.12 |
710 | 2024-10-14T21:24:46.147Z | Compiling regex-automata v0.4.8 |
711 | 2024-10-14T21:24:46.520Z | Compiling openssl-probe v0.1.5 |
712 | 2024-10-14T21:24:47.094Z | Compiling http-body-util v0.1.2 |
713 | 2024-10-14T21:24:48.036Z | Compiling indexmap v2.6.0 |
714 | 2024-10-14T21:24:48.040Z | Compiling serde_tokenstream v0.2.2 |
715 | 2024-10-14T21:24:50.498Z | Compiling h2 v0.4.6 |
716 | 2024-10-14T21:24:54.563Z | Compiling typify-impl v0.2.0 |
717 | 2024-10-14T21:24:55.202Z | Compiling regex v1.11.0 |
718 | 2024-10-14T21:24:56.187Z | Compiling hyper v1.4.1 |
719 | 2024-10-14T21:24:59.681Z | Compiling hyper-util v0.1.9 |
720 | 2024-10-14T21:25:05.228Z | Compiling unicode-normalization v0.1.23 |
721 | 2024-10-14T21:25:05.630Z | Compiling scroll_derive v0.12.0 |
722 | 2024-10-14T21:25:06.646Z | Compiling typify-macro v0.2.0 |
723 | 2024-10-14T21:25:06.895Z | Compiling usdt-impl v0.5.0 |
724 | 2024-10-14T21:25:07.080Z | Compiling encoding_rs v0.8.34 |
725 | 2024-10-14T21:25:07.275Z | Compiling unicode-bidi v0.3.15 |
726 | 2024-10-14T21:25:08.052Z | Compiling mime v0.3.17 |
727 | 2024-10-14T21:25:09.105Z | Compiling num-conv v0.1.0 |
728 | 2024-10-14T21:25:09.363Z | Compiling time-core v0.1.2 |
729 | 2024-10-14T21:25:09.512Z | Compiling powerfmt v0.2.0 |
730 | 2024-10-14T21:25:09.984Z | Compiling deranged v0.3.11 |
731 | 2024-10-14T21:25:10.216Z | Compiling time-macros v0.2.18 |
732 | 2024-10-14T21:25:10.428Z | Compiling idna v0.5.0 |
733 | 2024-10-14T21:25:14.033Z | Compiling scroll v0.12.0 |
734 | 2024-10-14T21:25:14.653Z | Compiling thread-id v4.2.1 |
735 | 2024-10-14T21:25:14.748Z | Compiling tokio-rustls v0.26.0 |
736 | 2024-10-14T21:25:15.223Z | Compiling tokio-native-tls v0.3.1 |
737 | 2024-10-14T21:25:15.496Z | Compiling dof v0.3.0 |
738 | 2024-10-14T21:25:16.054Z | Compiling serde_urlencoded v0.7.1 |
739 | 2024-10-14T21:25:16.620Z | Compiling dtrace-parser v0.2.0 |
740 | 2024-10-14T21:25:17.563Z | Compiling webpki-roots v0.26.3 |
741 | 2024-10-14T21:25:17.756Z | Compiling rustls-pemfile v2.2.0 |
742 | 2024-10-14T21:25:18.228Z | Compiling omicron-workspace-hack v0.1.0 |
743 | 2024-10-14T21:25:18.563Z | Compiling base64 v0.22.1 |
744 | 2024-10-14T21:25:19.637Z | Compiling num_threads v0.1.7 |
745 | 2024-10-14T21:25:19.745Z | Compiling crossbeam-utils v0.8.19 |
746 | 2024-10-14T21:25:19.903Z | Compiling ident_case v1.0.1 |
747 | 2024-10-14T21:25:21.294Z | Compiling plain v0.2.3 |
748 | 2024-10-14T21:25:21.369Z | Compiling strsim v0.11.1 |
749 | 2024-10-14T21:25:21.435Z | Compiling goblin v0.8.2 |
750 | 2024-10-14T21:25:21.603Z | Compiling time v0.3.36 |
751 | 2024-10-14T21:25:22.068Z | Compiling darling_core v0.20.9 |
752 | 2024-10-14T21:25:28.108Z | Compiling hyper-rustls v0.27.3 |
753 | 2024-10-14T21:25:30.265Z | Compiling hyper-tls v0.6.0 |
754 | 2024-10-14T21:25:30.419Z | Compiling url v2.5.2 |
755 | 2024-10-14T21:25:30.739Z | Compiling typify v0.2.0 |
756 | 2024-10-14T21:25:30.860Z | Compiling openapiv3 v2.0.0 |
757 | 2024-10-14T21:25:35.031Z | Compiling sync_wrapper v1.0.1 |
758 | 2024-10-14T21:25:35.170Z | Compiling dirs-sys-next v0.1.2 |
759 | 2024-10-14T21:25:35.823Z | Compiling pretty-hex v0.4.1 |
760 | 2024-10-14T21:25:36.029Z | Compiling ipnet v2.10.1 |
761 | 2024-10-14T21:25:36.036Z | Compiling paste v1.0.15 |
762 | 2024-10-14T21:25:36.275Z | Compiling rustversion v1.0.17 |
763 | 2024-10-14T21:25:36.535Z | Compiling rustls v0.22.4 |
764 | 2024-10-14T21:25:36.856Z | Compiling unsafe-libyaml v0.2.11 |
765 | 2024-10-14T21:25:37.057Z | Compiling reqwest v0.12.8 |
766 | 2024-10-14T21:25:38.586Z | Compiling serde_yaml v0.9.34+deprecated |
767 | 2024-10-14T21:25:40.045Z | Compiling dirs-next v2.0.0 |
768 | 2024-10-14T21:25:40.300Z | Compiling progenitor-impl v0.8.0 |
769 | 2024-10-14T21:25:42.178Z | Compiling darling_macro v0.20.9 |
770 | 2024-10-14T21:25:44.588Z | Compiling crypto-common v0.1.6 |
771 | 2024-10-14T21:25:44.669Z | Compiling block-buffer v0.10.4 |
772 | 2024-10-14T21:25:44.788Z | Compiling toml_datetime v0.6.8 |
773 | 2024-10-14T21:25:44.896Z | Compiling serde_spanned v0.6.7 |
774 | 2024-10-14T21:25:45.020Z | Compiling structmeta-derive v0.3.0 |
775 | 2024-10-14T21:25:45.126Z | Compiling rand_core v0.6.4 |
776 | 2024-10-14T21:25:45.381Z | Compiling thread_local v1.1.8 |
777 | 2024-10-14T21:25:45.445Z | Compiling multer v3.1.0 |
778 | 2024-10-14T21:25:45.596Z | Compiling newtype-uuid v1.1.2 |
779 | 2024-10-14T21:25:45.791Z | Compiling match_cfg v0.1.0 |
780 | 2024-10-14T21:25:45.877Z | Compiling slog-async v2.8.0 |
781 | 2024-10-14T21:25:45.934Z | Compiling camino v1.1.9 |
782 | 2024-10-14T21:25:46.088Z | Compiling anyhow v1.0.89 |
783 | 2024-10-14T21:25:46.371Z | Compiling ppv-lite86 v0.2.17 |
784 | 2024-10-14T21:25:46.527Z | Compiling winnow v0.6.18 |
785 | 2024-10-14T21:25:46.911Z | Compiling progenitor-macro v0.8.0 |
786 | 2024-10-14T21:25:46.951Z | Compiling hostname v0.3.1 |
787 | 2024-10-14T21:25:47.127Z | Compiling rand_chacha v0.3.1 |
788 | 2024-10-14T21:25:47.692Z | Compiling structmeta v0.3.0 |
789 | 2024-10-14T21:25:48.056Z | Compiling digest v0.10.7 |
790 | 2024-10-14T21:25:48.463Z | Compiling crossbeam-channel v0.5.12 |
791 | 2024-10-14T21:25:48.516Z | Compiling darling v0.20.9 |
792 | 2024-10-14T21:25:48.826Z | Compiling term v0.7.0 |
793 | 2024-10-14T21:25:50.079Z | Compiling progenitor-client v0.8.0 |
794 | 2024-10-14T21:25:50.878Z | Compiling toml_edit v0.22.22 |
795 | 2024-10-14T21:25:54.604Z | Compiling usdt-macro v0.5.0 |
796 | 2024-10-14T21:25:55.919Z | Compiling usdt-attr-macro v0.5.0 |
797 | 2024-10-14T21:25:57.401Z | Compiling slog-json v2.6.1 |
798 | 2024-10-14T21:25:57.878Z | Compiling futures-executor v0.3.31 |
799 | 2024-10-14T21:25:58.398Z | Compiling async-stream-impl v0.3.5 |
800 | 2024-10-14T21:25:59.040Z | Compiling is-terminal v0.4.12 |
801 | 2024-10-14T21:25:59.152Z | Compiling memmap v0.7.0 |
802 | 2024-10-14T21:25:59.589Z | Compiling dropshot v0.12.0 |
803 | 2024-10-14T21:25:59.759Z | Compiling cpufeatures v0.2.12 |
804 | 2024-10-14T21:25:59.837Z | Compiling take_mut v0.2.2 |
805 | 2024-10-14T21:25:59.983Z | Compiling sha1 v0.10.6 |
806 | 2024-10-14T21:26:00.751Z | Compiling async-stream v0.3.5 |
807 | 2024-10-14T21:26:01.087Z | Compiling usdt v0.5.0 |
808 | 2024-10-14T21:26:01.916Z | Compiling progenitor v0.8.0 |
809 | 2024-10-14T21:26:02.094Z | Compiling slog-term v2.9.1 |
810 | 2024-10-14T21:26:02.600Z | Compiling futures v0.3.31 |
811 | 2024-10-14T21:26:02.786Z | Compiling slog-bunyan v2.5.0 |
812 | 2024-10-14T21:26:03.048Z | Compiling tokio-rustls v0.25.0 |
813 | 2024-10-14T21:26:03.434Z | Compiling strum_macros v0.26.4 |
814 | 2024-10-14T21:26:03.483Z | Compiling toml v0.8.19 |
815 | 2024-10-14T21:26:04.967Z | Compiling serde_with_macros v3.11.0 |
816 | 2024-10-14T21:26:07.684Z | Compiling parse-display-derive v0.10.0 |
817 | 2024-10-14T21:26:07.971Z | Compiling rand v0.8.5 |
818 | 2024-10-14T21:26:12.605Z | Compiling ipnetwork v0.20.0 |
819 | 2024-10-14T21:26:12.642Z | Compiling dropshot_endpoint v0.12.0 |
820 | 2024-10-14T21:26:13.177Z | Compiling serde_path_to_error v0.1.16 |
821 | 2024-10-14T21:26:13.954Z | Compiling hex v0.4.3 |
822 | 2024-10-14T21:26:14.182Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
823 | 2024-10-14T21:26:14.621Z | Compiling async-trait v0.1.83 |
824 | 2024-10-14T21:26:15.014Z | Compiling waitgroup v0.1.2 |
825 | 2024-10-14T21:26:15.244Z | Compiling hostname v0.4.0 |
826 | 2024-10-14T21:26:15.483Z | Compiling instant v0.1.12 |
827 | 2024-10-14T21:26:15.632Z | Compiling debug-ignore v1.0.5 |
828 | 2024-10-14T21:26:15.768Z | Compiling backoff v0.4.0 |
829 | 2024-10-14T21:26:16.090Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
830 | 2024-10-14T21:26:16.281Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
831 | 2024-10-14T21:26:16.434Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
832 | 2024-10-14T21:26:16.870Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
833 | 2024-10-14T21:26:17.299Z | Compiling parse-display v0.10.0 |
834 | 2024-10-14T21:26:19.383Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
835 | 2024-10-14T21:26:19.924Z | Compiling strum v0.26.3 |
836 | 2024-10-14T21:26:20.097Z | Compiling serde_with v3.11.0 |
837 | 2024-10-14T21:26:20.179Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
838 | 2024-10-14T21:26:20.997Z | Compiling macaddr v1.0.1 |
839 | 2024-10-14T21:26:21.151Z | Compiling regress v0.9.1 |
840 | 2024-10-14T21:26:25.110Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
841 | 2024-10-14T21:26:36.194Z | Compiling test-project v0.1.0 (/tmp/test-project) |
842 | 2024-10-14T21:26:45.389Z | Finished `release` profile [optimized] target(s) in 2m 25s |
843 | 2024-10-14T21:26:45.449Z | process exited: duration 220438 ms, exit code 0 |
|
844 | 2024-10-14T21:26:45.457Z | found 0 output files |