|
|
|
1 | 2024-11-07T21:55:06.680Z | job assigned to worker 01JC49XQ595R0DXJAC953XXQ55 (queued for 58 s) |
|
2 | 2024-11-07T21:55:17.754Z | starting task 0: "setup" |
3 | 2024-11-07T21:55:17.765Z | ++ uname -s |
4 | 2024-11-07T21:55:17.766Z | + kern=SunOS |
5 | 2024-11-07T21:55:17.766Z | + case "$kern" in |
6 | 2024-11-07T21:55:17.766Z | + groupadd -g 12345 build |
7 | 2024-11-07T21:55:17.766Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-07T21:55:19.723Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-07T21:55:19.839Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-07T21:55:19.841Z | + home_fs=zfs |
11 | 2024-11-07T21:55:19.841Z | + [[ zfs == autofs ]] |
12 | 2024-11-07T21:55:19.841Z | + mkdir -p /home/build |
13 | 2024-11-07T21:55:19.844Z | + chown build:build /home/build /work |
14 | 2024-11-07T21:55:21.846Z | + chmod 0700 /home/build /work |
15 | 2024-11-07T21:55:21.849Z | process exited: duration 4154 ms, exit code 0 |
|
16 | 2024-11-07T21:55:21.858Z | starting task 1: "rust-toolchain" |
17 | 2024-11-07T21:55:21.862Z | * toolchain channel = "1.82.0" |
18 | 2024-11-07T21:55:21.862Z | + printf ' * toolchain channel = "%s" |
19 | 2024-11-07T21:55:21.862Z | * toolchain profile = "default" |
20 | 2024-11-07T21:55:21.862Z | ' 1.82.0 |
21 | 2024-11-07T21:55:21.862Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-07T21:55:21.862Z | ' default |
23 | 2024-11-07T21:55:21.866Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-07T21:55:21.866Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
25 | 2024-11-07T21:55:21.980Z | info: downloading installer |
26 | 2024-11-07T21:55:23.289Z | info: profile set to 'default' |
27 | 2024-11-07T21:55:23.289Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-07T21:55:23.291Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
29 | 2024-11-07T21:55:23.443Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
30 | 2024-11-07T21:55:23.443Z | info: downloading component 'cargo' |
31 | 2024-11-07T21:55:24.274Z | info: downloading component 'clippy' |
32 | 2024-11-07T21:55:24.592Z | info: downloading component 'rust-docs' |
33 | 2024-11-07T21:55:25.762Z | info: downloading component 'rust-std' |
34 | 2024-11-07T21:55:27.617Z | info: downloading component 'rustc' |
35 | 2024-11-07T21:55:34.348Z | info: downloading component 'rustfmt' |
36 | 2024-11-07T21:55:34.588Z | info: installing component 'cargo' |
37 | 2024-11-07T21:55:35.449Z | info: installing component 'clippy' |
38 | 2024-11-07T21:55:35.854Z | info: installing component 'rust-docs' |
39 | 2024-11-07T21:55:37.537Z | info: installing component 'rust-std' |
40 | 2024-11-07T21:55:39.518Z | info: installing component 'rustc' |
41 | 2024-11-07T21:55:45.669Z | info: installing component 'rustfmt' |
42 | 2024-11-07T21:55:46.007Z | |
43 | 2024-11-07T21:55:46.007Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
44 | 2024-11-07T21:55:46.384Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
45 | 2024-11-07T21:55:46.384Z | |
46 | 2024-11-07T21:55:46.386Z | |
47 | 2024-11-07T21:55:46.387Z | Rust is installed now. Great! |
48 | 2024-11-07T21:55:46.387Z | |
49 | 2024-11-07T21:55:46.387Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-07T21:55:46.387Z | environment variable. This has not been done automatically. |
51 | 2024-11-07T21:55:46.387Z | |
52 | 2024-11-07T21:55:46.387Z | To configure your current shell, you need to source |
53 | 2024-11-07T21:55:46.387Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-07T21:55:46.387Z | |
55 | 2024-11-07T21:55:46.387Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-07T21:55:46.387Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-07T21:55:46.387Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-07T21:55:46.461Z | + rustc --version |
59 | 2024-11-07T21:55:46.528Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
60 | 2024-11-07T21:55:46.531Z | process exited: duration 24670 ms, exit code 0 |
|
61 | 2024-11-07T21:55:46.536Z | starting task 2: "authentication" |
62 | 2024-11-07T21:55:46.558Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-11-07T21:55:46.566Z | starting task 3: "clone repository" |
64 | 2024-11-07T21:55:46.568Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-07T21:55:46.571Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-07T21:55:46.616Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-07T21:55:53.311Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-07T21:55:53.311Z | + git fetch origin 2b511b17d082fcbca0cb853721fd04402c89da49 |
69 | 2024-11-07T21:55:54.001Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-07T21:55:54.001Z | * branch 2b511b17d082fcbca0cb853721fd04402c89da49 -> FETCH_HEAD |
71 | 2024-11-07T21:55:54.010Z | + [[ -n '' ]] |
72 | 2024-11-07T21:55:54.010Z | + git reset --hard 2b511b17d082fcbca0cb853721fd04402c89da49 |
73 | 2024-11-07T21:55:54.178Z | HEAD is now at 2b511b17d non-jank idempotent query to populate volume_resource_usage |
74 | 2024-11-07T21:55:54.181Z | process exited: duration 7616 ms, exit code 0 |
|
75 | 2024-11-07T21:55:54.187Z | starting task 4: "build" |
76 | 2024-11-07T21:55:54.192Z | + source .github/buildomat/ci-env.sh |
77 | 2024-11-07T21:55:54.192Z | ++ export CARGO_TERM_COLOR=always |
78 | 2024-11-07T21:55:54.192Z | ++ CARGO_TERM_COLOR=always |
79 | 2024-11-07T21:55:54.195Z | + cargo --version |
80 | 2024-11-07T21:55:54.251Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
81 | 2024-11-07T21:55:54.254Z | + rustc --version |
82 | 2024-11-07T21:55:54.311Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
83 | 2024-11-07T21:55:54.313Z | + cd /tmp |
84 | 2024-11-07T21:55:54.313Z | + cargo new --lib test-project |
85 | 2024-11-07T21:55:54.370Z | Creating library `test-project` package |
86 | 2024-11-07T21:55:54.446Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
87 | 2024-11-07T21:55:54.448Z | + cd test-project |
88 | 2024-11-07T21:55:54.448Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
89 | 2024-11-07T21:55:54.509Z | Adding omicron-common (local) to dependencies |
90 | 2024-11-07T21:55:54.512Z | Features: |
91 | 2024-11-07T21:55:54.512Z | - proptest |
92 | 2024-11-07T21:55:54.512Z | - test-strategy |
93 | 2024-11-07T21:55:54.512Z | - testing |
94 | 2024-11-07T21:55:54.512Z | Updating crates.io index |
95 | 2024-11-07T21:55:54.557Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
96 | 2024-11-07T21:55:55.448Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
97 | 2024-11-07T21:55:55.880Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
98 | 2024-11-07T21:55:56.266Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
99 | 2024-11-07T21:55:57.461Z | Locking 325 packages to latest compatible versions |
100 | 2024-11-07T21:55:57.466Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
101 | 2024-11-07T21:55:57.466Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
102 | 2024-11-07T21:55:57.466Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
103 | 2024-11-07T21:55:57.466Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
104 | 2024-11-07T21:55:57.466Z | Adding goblin v0.8.2 (latest: v0.9.2) |
105 | 2024-11-07T21:55:57.466Z | Adding hashbrown v0.12.3 (latest: v0.15.1) |
106 | 2024-11-07T21:55:57.467Z | Adding hashbrown v0.14.5 (latest: v0.15.1) |
107 | 2024-11-07T21:55:57.467Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
108 | 2024-11-07T21:55:57.467Z | Adding hostname v0.3.1 (latest: v0.4.0) |
109 | 2024-11-07T21:55:57.475Z | Adding indexmap v1.9.3 (latest: v2.6.0) |
110 | 2024-11-07T21:55:57.475Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
111 | 2024-11-07T21:55:57.475Z | Adding regress v0.9.1 (latest: v0.10.1) |
112 | 2024-11-07T21:55:57.480Z | Adding rustls v0.22.4 (latest: v0.23.16) |
113 | 2024-11-07T21:55:57.480Z | Adding security-framework v2.11.1 (latest: v3.0.0) |
114 | 2024-11-07T21:55:57.484Z | Adding term v0.7.0 (latest: v1.0.0) |
115 | 2024-11-07T21:55:57.484Z | Adding thiserror v1.0.68 (latest: v2.0.0) |
116 | 2024-11-07T21:55:57.485Z | Adding thiserror-impl v1.0.68 (latest: v2.0.0) |
117 | 2024-11-07T21:55:57.485Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
118 | 2024-11-07T21:55:57.489Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
119 | 2024-11-07T21:55:57.489Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
120 | 2024-11-07T21:55:57.489Z | Adding windows v0.52.0 (latest: v0.58.0) |
121 | 2024-11-07T21:55:57.489Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
122 | 2024-11-07T21:55:57.489Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
123 | 2024-11-07T21:55:57.490Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
124 | 2024-11-07T21:55:57.490Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
125 | 2024-11-07T21:55:57.490Z | Adding zerocopy v0.7.35 (latest: v0.8.9) |
126 | 2024-11-07T21:55:57.490Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.9) |
127 | 2024-11-07T21:55:57.563Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
128 | 2024-11-07T21:55:57.566Z | + cargo check |
129 | 2024-11-07T21:55:57.710Z | Updating crates.io index |
130 | 2024-11-07T21:55:58.513Z | Locking 2 packages to latest compatible versions |
131 | 2024-11-07T21:56:01.297Z | Adding omicron-workspace-hack v0.1.0 |
132 | 2024-11-07T21:56:03.012Z | Adding test-project v0.1.0 (/tmp/test-project) |
133 | 2024-11-07T21:56:03.670Z | Downloading crates ... |
134 | 2024-11-07T21:56:03.763Z | Downloaded async-stream-impl v0.3.6 |
135 | 2024-11-07T21:56:03.769Z | Downloaded allocator-api2 v0.2.18 |
136 | 2024-11-07T21:56:03.773Z | Downloaded equivalent v1.0.1 |
137 | 2024-11-07T21:56:03.775Z | Downloaded foreign-types-shared v0.1.1 |
138 | 2024-11-07T21:56:03.783Z | Downloaded dirs-sys-next v0.1.2 |
139 | 2024-11-07T21:56:03.785Z | Downloaded futures-io v0.3.31 |
140 | 2024-11-07T21:56:03.788Z | Downloaded usdt-attr-macro v0.5.0 |
141 | 2024-11-07T21:56:03.791Z | Downloaded crypto-common v0.1.6 |
142 | 2024-11-07T21:56:03.793Z | Downloaded waitgroup v0.1.2 |
143 | 2024-11-07T21:56:03.796Z | Downloaded itoa v1.0.11 |
144 | 2024-11-07T21:56:03.798Z | Downloaded http-body-util v0.1.2 |
145 | 2024-11-07T21:56:03.798Z | Downloaded tracing-core v0.1.32 |
146 | 2024-11-07T21:56:03.801Z | Downloaded futures-sink v0.3.31 |
147 | 2024-11-07T21:56:03.804Z | Downloaded hostname v0.4.0 |
148 | 2024-11-07T21:56:03.806Z | Downloaded newtype-uuid v1.1.2 |
149 | 2024-11-07T21:56:03.806Z | Downloaded deranged v0.3.11 |
150 | 2024-11-07T21:56:03.808Z | Downloaded httpdate v1.0.3 |
151 | 2024-11-07T21:56:03.811Z | Downloaded heck v0.5.0 |
152 | 2024-11-07T21:56:03.811Z | Downloaded paste v1.0.15 |
153 | 2024-11-07T21:56:03.814Z | Downloaded parse-display v0.10.0 |
154 | 2024-11-07T21:56:03.816Z | Downloaded futures-channel v0.3.31 |
155 | 2024-11-07T21:56:03.819Z | Downloaded openssl-macros v0.1.1 |
156 | 2024-11-07T21:56:03.821Z | Downloaded pkg-config v0.3.31 |
157 | 2024-11-07T21:56:03.821Z | Downloaded zeroize v1.8.1 |
158 | 2024-11-07T21:56:03.824Z | Downloaded untrusted v0.9.0 |
159 | 2024-11-07T21:56:03.826Z | Downloaded rand_core v0.6.4 |
160 | 2024-11-07T21:56:03.829Z | Downloaded ppv-lite86 v0.2.20 |
161 | 2024-11-07T21:56:03.829Z | Downloaded once_cell v1.20.2 |
162 | 2024-11-07T21:56:03.831Z | Downloaded iana-time-zone v0.1.61 |
163 | 2024-11-07T21:56:03.835Z | Downloaded serde_spanned v0.6.8 |
164 | 2024-11-07T21:56:03.838Z | Downloaded try-lock v0.2.5 |
165 | 2024-11-07T21:56:03.838Z | Downloaded async-trait v0.1.83 |
166 | 2024-11-07T21:56:03.841Z | Downloaded sha1 v0.10.6 |
167 | 2024-11-07T21:56:03.844Z | Downloaded progenitor v0.8.0 |
168 | 2024-11-07T21:56:03.846Z | Downloaded tower-service v0.3.3 |
169 | 2024-11-07T21:56:03.846Z | Downloaded scroll v0.12.0 |
170 | 2024-11-07T21:56:03.849Z | Downloaded semver v1.0.23 |
171 | 2024-11-07T21:56:03.851Z | Downloaded foreign-types v0.3.2 |
172 | 2024-11-07T21:56:03.853Z | Downloaded pest_meta v2.7.14 |
173 | 2024-11-07T21:56:03.856Z | Downloaded uuid v1.10.0 |
174 | 2024-11-07T21:56:03.858Z | Downloaded http-body v1.0.1 |
175 | 2024-11-07T21:56:03.861Z | Downloaded signal-hook-registry v1.4.2 |
176 | 2024-11-07T21:56:03.863Z | Downloaded num-conv v0.1.0 |
177 | 2024-11-07T21:56:03.863Z | Downloaded instant v0.1.13 |
178 | 2024-11-07T21:56:03.866Z | Downloaded ident_case v1.0.1 |
179 | 2024-11-07T21:56:03.866Z | Downloaded unicode-ident v1.0.13 |
180 | 2024-11-07T21:56:03.869Z | Downloaded match_cfg v0.1.0 |
181 | 2024-11-07T21:56:03.871Z | Downloaded usdt-macro v0.5.0 |
182 | 2024-11-07T21:56:03.871Z | Downloaded ahash v0.8.11 |
183 | 2024-11-07T21:56:03.874Z | Downloaded strum v0.26.3 |
184 | 2024-11-07T21:56:03.876Z | Downloaded want v0.3.1 |
185 | 2024-11-07T21:56:03.876Z | Downloaded omicron-workspace-hack v0.1.0 |
186 | 2024-11-07T21:56:03.879Z | Downloaded take_mut v0.2.2 |
187 | 2024-11-07T21:56:03.880Z | Downloaded log v0.4.22 |
188 | 2024-11-07T21:56:03.882Z | Downloaded hyper-rustls v0.27.3 |
189 | 2024-11-07T21:56:03.884Z | Downloaded thiserror-impl v1.0.64 |
190 | 2024-11-07T21:56:03.887Z | Downloaded schemars v0.8.21 |
191 | 2024-11-07T21:56:03.898Z | Downloaded sync_wrapper v1.0.1 |
192 | 2024-11-07T21:56:03.900Z | Downloaded progenitor-client v0.8.0 |
193 | 2024-11-07T21:56:03.900Z | Downloaded pretty-hex v0.4.1 |
194 | 2024-11-07T21:56:03.904Z | Downloaded scroll_derive v0.12.0 |
195 | 2024-11-07T21:56:03.904Z | Downloaded futures-task v0.3.31 |
196 | 2024-11-07T21:56:03.904Z | Downloaded debug-ignore v1.0.5 |
197 | 2024-11-07T21:56:03.906Z | Downloaded typify-macro v0.2.0 |
198 | 2024-11-07T21:56:03.906Z | Downloaded digest v0.10.7 |
199 | 2024-11-07T21:56:03.910Z | Downloaded ipnetwork v0.20.0 |
200 | 2024-11-07T21:56:03.913Z | Downloaded generic-array v0.14.7 |
201 | 2024-11-07T21:56:03.913Z | Downloaded form_urlencoded v1.2.1 |
202 | 2024-11-07T21:56:03.913Z | Downloaded dof v0.3.0 |
203 | 2024-11-07T21:56:03.913Z | Downloaded openssl-probe v0.1.5 |
204 | 2024-11-07T21:56:03.916Z | Downloaded time-core v0.1.2 |
205 | 2024-11-07T21:56:03.916Z | Downloaded tinyvec_macros v0.1.1 |
206 | 2024-11-07T21:56:03.919Z | Downloaded futures-executor v0.3.31 |
207 | 2024-11-07T21:56:03.919Z | Downloaded openssl-sys v0.9.103 |
208 | 2024-11-07T21:56:03.923Z | Downloaded num_threads v0.1.7 |
209 | 2024-11-07T21:56:03.926Z | Downloaded is-terminal v0.4.13 |
210 | 2024-11-07T21:56:03.929Z | Downloaded smallvec v1.13.2 |
211 | 2024-11-07T21:56:03.929Z | Downloaded base64 v0.22.1 |
212 | 2024-11-07T21:56:03.932Z | Downloaded slog-bunyan v2.5.0 |
213 | 2024-11-07T21:56:03.934Z | Downloaded thread_local v1.1.8 |
214 | 2024-11-07T21:56:03.937Z | Downloaded memmap v0.7.0 |
215 | 2024-11-07T21:56:03.937Z | Downloaded mime v0.3.17 |
216 | 2024-11-07T21:56:03.939Z | Downloaded darling_core v0.20.10 |
217 | 2024-11-07T21:56:03.943Z | Downloaded plain v0.2.3 |
218 | 2024-11-07T21:56:03.946Z | Downloaded backoff v0.4.0 |
219 | 2024-11-07T21:56:03.948Z | Downloaded rand_chacha v0.3.1 |
220 | 2024-11-07T21:56:03.948Z | Downloaded slog-json v2.6.1 |
221 | 2024-11-07T21:56:03.951Z | Downloaded darling v0.20.10 |
222 | 2024-11-07T21:56:03.954Z | Downloaded scopeguard v1.2.0 |
223 | 2024-11-07T21:56:03.957Z | Downloaded rustversion v1.0.17 |
224 | 2024-11-07T21:56:03.959Z | Downloaded thiserror v1.0.64 |
225 | 2024-11-07T21:56:03.964Z | Downloaded shlex v1.3.0 |
226 | 2024-11-07T21:56:03.966Z | Downloaded native-tls v0.2.12 |
227 | 2024-11-07T21:56:03.969Z | Downloaded serde_path_to_error v0.1.16 |
228 | 2024-11-07T21:56:03.969Z | Downloaded lock_api v0.4.12 |
229 | 2024-11-07T21:56:03.972Z | Downloaded progenitor-macro v0.8.0 |
230 | 2024-11-07T21:56:03.972Z | Downloaded usdt v0.5.0 |
231 | 2024-11-07T21:56:03.975Z | Downloaded tokio-native-tls v0.3.1 |
232 | 2024-11-07T21:56:03.978Z | Downloaded serde_tokenstream v0.2.2 |
233 | 2024-11-07T21:56:03.978Z | Downloaded httparse v1.9.5 |
234 | 2024-11-07T21:56:03.980Z | Downloaded spin v0.9.8 |
235 | 2024-11-07T21:56:03.983Z | Downloaded strum_macros v0.26.4 |
236 | 2024-11-07T21:56:03.985Z | Downloaded usdt-impl v0.5.0 |
237 | 2024-11-07T21:56:03.987Z | Downloaded term v0.7.0 |
238 | 2024-11-07T21:56:03.990Z | Downloaded futures v0.3.31 |
239 | 2024-11-07T21:56:03.995Z | Downloaded tokio-rustls v0.25.0 |
240 | 2024-11-07T21:56:03.997Z | Downloaded thread-id v4.2.2 |
241 | 2024-11-07T21:56:04.000Z | Downloaded powerfmt v0.2.0 |
242 | 2024-11-07T21:56:04.002Z | Downloaded pest_derive v2.7.14 |
243 | 2024-11-07T21:56:04.005Z | Downloaded parking_lot_core v0.9.10 |
244 | 2024-11-07T21:56:04.005Z | Downloaded tokio-rustls v0.26.0 |
245 | 2024-11-07T21:56:04.007Z | Downloaded time-macros v0.2.18 |
246 | 2024-11-07T21:56:04.010Z | Downloaded slog-term v2.9.1 |
247 | 2024-11-07T21:56:04.012Z | Downloaded sha2 v0.10.8 |
248 | 2024-11-07T21:56:04.014Z | Downloaded slab v0.4.9 |
249 | 2024-11-07T21:56:04.017Z | Downloaded serde_derive_internals v0.29.1 |
250 | 2024-11-07T21:56:04.019Z | Downloaded schemars_derive v0.8.21 |
251 | 2024-11-07T21:56:04.019Z | Downloaded socket2 v0.5.7 |
252 | 2024-11-07T21:56:04.022Z | Downloaded bytes v1.7.2 |
253 | 2024-11-07T21:56:04.026Z | Downloaded serde_with_macros v3.11.0 |
254 | 2024-11-07T21:56:04.028Z | Downloaded parking_lot v0.12.3 |
255 | 2024-11-07T21:56:04.031Z | Downloaded typenum v1.17.0 |
256 | 2024-11-07T21:56:04.033Z | Downloaded indexmap v1.9.3 |
257 | 2024-11-07T21:56:04.037Z | Downloaded slog-async v2.8.0 |
258 | 2024-11-07T21:56:04.039Z | Downloaded proc-macro2 v1.0.87 |
259 | 2024-11-07T21:56:04.042Z | Downloaded ryu v1.0.18 |
260 | 2024-11-07T21:56:04.045Z | Downloaded progenitor-impl v0.8.0 |
261 | 2024-11-07T21:56:04.047Z | Downloaded tinyvec v1.8.0 |
262 | 2024-11-07T21:56:04.050Z | Downloaded serde_derive v1.0.210 |
263 | 2024-11-07T21:56:04.053Z | Downloaded rustls-pki-types v1.9.0 |
264 | 2024-11-07T21:56:04.057Z | Downloaded slog v2.7.0 |
265 | 2024-11-07T21:56:04.060Z | Downloaded unicode-bidi v0.3.17 |
266 | 2024-11-07T21:56:04.062Z | Downloaded tracing v0.1.40 |
267 | 2024-11-07T21:56:04.067Z | Downloaded toml v0.8.19 |
268 | 2024-11-07T21:56:04.071Z | Downloaded http v1.1.0 |
269 | 2024-11-07T21:56:04.076Z | Downloaded hashbrown v0.14.5 |
270 | 2024-11-07T21:56:04.082Z | Downloaded pest v2.7.14 |
271 | 2024-11-07T21:56:04.086Z | Downloaded url v2.5.2 |
272 | 2024-11-07T21:56:04.090Z | Downloaded hashbrown v0.12.3 |
273 | 2024-11-07T21:56:04.094Z | Downloaded unsafe-libyaml v0.2.11 |
274 | 2024-11-07T21:56:04.098Z | Downloaded serde_yaml v0.9.34+deprecated |
275 | 2024-11-07T21:56:04.101Z | Downloaded tokio-util v0.7.12 |
276 | 2024-11-07T21:56:04.108Z | Downloaded serde v1.0.210 |
277 | 2024-11-07T21:56:04.112Z | Downloaded serde_json v1.0.128 |
278 | 2024-11-07T21:56:04.120Z | Downloaded serde_with v3.11.0 |
279 | 2024-11-07T21:56:04.129Z | Downloaded winnow v0.6.20 |
280 | 2024-11-07T21:56:04.139Z | Downloaded time v0.3.36 |
281 | 2024-11-07T21:56:04.145Z | Downloaded quinn-proto v0.11.8 |
282 | 2024-11-07T21:56:04.152Z | Downloaded unicode-normalization v0.1.24 |
283 | 2024-11-07T21:56:04.156Z | Downloaded h2 v0.4.6 |
284 | 2024-11-07T21:56:04.163Z | Downloaded hyper v1.4.1 |
285 | 2024-11-07T21:56:04.170Z | Downloaded zerocopy v0.7.35 |
286 | 2024-11-07T21:56:04.187Z | Downloaded aho-corasick v1.1.3 |
287 | 2024-11-07T21:56:04.192Z | Downloaded chrono v0.4.38 |
288 | 2024-11-07T21:56:04.199Z | Downloaded futures-util v0.3.31 |
289 | 2024-11-07T21:56:04.212Z | Downloaded reqwest v0.12.8 |
290 | 2024-11-07T21:56:04.220Z | Downloaded syn v2.0.79 |
291 | 2024-11-07T21:56:04.232Z | Downloaded idna v0.5.0 |
292 | 2024-11-07T21:56:04.238Z | Downloaded rustls-webpki v0.102.8 |
293 | 2024-11-07T21:56:04.256Z | Downloaded openssl v0.10.66 |
294 | 2024-11-07T21:56:04.265Z | Downloaded webpki-roots v0.26.6 |
295 | 2024-11-07T21:56:04.268Z | Downloaded vcpkg v0.2.15 |
296 | 2024-11-07T21:56:04.307Z | Downloaded regex v1.11.0 |
297 | 2024-11-07T21:56:04.319Z | Downloaded regress v0.10.1 |
298 | 2024-11-07T21:56:04.327Z | Downloaded openapiv3 v2.0.0 |
299 | 2024-11-07T21:56:04.338Z | Downloaded dropshot v0.12.0 |
300 | 2024-11-07T21:56:04.356Z | Downloaded toml_edit v0.22.22 |
301 | 2024-11-07T21:56:04.378Z | Downloaded rustls v0.22.4 |
302 | 2024-11-07T21:56:04.390Z | Downloaded rustls v0.23.14 |
303 | 2024-11-07T21:56:04.400Z | Downloaded regress v0.9.1 |
304 | 2024-11-07T21:56:04.408Z | Downloaded regex-syntax v0.8.5 |
305 | 2024-11-07T21:56:04.415Z | Downloaded goblin v0.8.2 |
306 | 2024-11-07T21:56:04.421Z | Downloaded hashbrown v0.15.0 |
307 | 2024-11-07T21:56:04.426Z | Downloaded quinn v0.11.5 |
308 | 2024-11-07T21:56:04.429Z | Downloaded crossbeam-channel v0.5.13 |
309 | 2024-11-07T21:56:04.434Z | Downloaded hyper-util v0.1.9 |
310 | 2024-11-07T21:56:04.438Z | Downloaded typify-impl v0.2.0 |
311 | 2024-11-07T21:56:04.451Z | Downloaded pin-project-lite v0.2.14 |
312 | 2024-11-07T21:56:04.456Z | Downloaded regex-automata v0.4.8 |
313 | 2024-11-07T21:56:04.472Z | Downloaded quote v1.0.37 |
314 | 2024-11-07T21:56:04.474Z | Downloaded memchr v2.7.4 |
315 | 2024-11-07T21:56:04.479Z | Downloaded zerocopy-derive v0.7.35 |
316 | 2024-11-07T21:56:04.482Z | Downloaded strsim v0.11.1 |
317 | 2024-11-07T21:56:04.485Z | Downloaded rand v0.8.5 |
318 | 2024-11-07T21:56:04.487Z | Downloaded bitflags v2.6.0 |
319 | 2024-11-07T21:56:04.491Z | Downloaded mio v1.0.2 |
320 | 2024-11-07T21:56:04.497Z | Downloaded crossbeam-utils v0.8.20 |
321 | 2024-11-07T21:56:04.499Z | Downloaded serde_urlencoded v0.7.1 |
322 | 2024-11-07T21:56:04.502Z | Downloaded getrandom v0.2.15 |
323 | 2024-11-07T21:56:04.504Z | Downloaded indexmap v2.6.0 |
324 | 2024-11-07T21:56:04.507Z | Downloaded hex v0.4.3 |
325 | 2024-11-07T21:56:04.509Z | Downloaded libc v0.2.161 |
326 | 2024-11-07T21:56:04.534Z | Downloaded multer v3.1.0 |
327 | 2024-11-07T21:56:04.537Z | Downloaded tokio v1.40.0 |
328 | 2024-11-07T21:56:04.571Z | Downloaded structmeta v0.3.0 |
329 | 2024-11-07T21:56:04.574Z | Downloaded tokio-macros v2.4.0 |
330 | 2024-11-07T21:56:04.574Z | Downloaded version_check v0.9.5 |
331 | 2024-11-07T21:56:04.577Z | Downloaded quinn-udp v0.5.5 |
332 | 2024-11-07T21:56:04.577Z | Downloaded macaddr v1.0.1 |
333 | 2024-11-07T21:56:04.579Z | Downloaded subtle v2.6.1 |
334 | 2024-11-07T21:56:04.579Z | Downloaded structmeta-derive v0.3.0 |
335 | 2024-11-07T21:56:04.579Z | Downloaded cc v1.1.30 |
336 | 2024-11-07T21:56:04.582Z | Downloaded camino v1.1.9 |
337 | 2024-11-07T21:56:04.584Z | Downloaded pin-utils v0.1.0 |
338 | 2024-11-07T21:56:04.587Z | Downloaded pest_generator v2.7.14 |
339 | 2024-11-07T21:56:04.587Z | Downloaded percent-encoding v2.3.1 |
340 | 2024-11-07T21:56:04.587Z | Downloaded parse-display-derive v0.10.0 |
341 | 2024-11-07T21:56:04.589Z | Downloaded dirs-next v2.0.0 |
342 | 2024-11-07T21:56:04.590Z | Downloaded hyper-tls v0.6.0 |
343 | 2024-11-07T21:56:04.590Z | Downloaded hostname v0.3.1 |
344 | 2024-11-07T21:56:04.592Z | Downloaded futures-core v0.3.31 |
345 | 2024-11-07T21:56:04.592Z | Downloaded fnv v1.0.7 |
346 | 2024-11-07T21:56:04.595Z | Downloaded autocfg v1.4.0 |
347 | 2024-11-07T21:56:04.595Z | Downloaded futures-macro v0.3.31 |
348 | 2024-11-07T21:56:04.597Z | Downloaded byteorder v1.5.0 |
349 | 2024-11-07T21:56:04.597Z | Downloaded num-traits v0.2.19 |
350 | 2024-11-07T21:56:04.601Z | Downloaded cfg-if v1.0.0 |
351 | 2024-11-07T21:56:04.601Z | Downloaded ucd-trie v0.1.7 |
352 | 2024-11-07T21:56:04.601Z | Downloaded dtrace-parser v0.2.0 |
353 | 2024-11-07T21:56:04.604Z | Downloaded anyhow v1.0.92 |
354 | 2024-11-07T21:56:04.607Z | Downloaded rustls-pemfile v2.2.0 |
355 | 2024-11-07T21:56:04.609Z | Downloaded darling_macro v0.20.10 |
356 | 2024-11-07T21:56:04.609Z | Downloaded rustc-hash v2.0.0 |
357 | 2024-11-07T21:56:04.612Z | Downloaded typify v0.2.0 |
358 | 2024-11-07T21:56:04.614Z | Downloaded toml_datetime v0.6.8 |
359 | 2024-11-07T21:56:04.614Z | Downloaded dropshot_endpoint v0.12.0 |
360 | 2024-11-07T21:56:04.617Z | Downloaded atomic-waker v1.1.2 |
361 | 2024-11-07T21:56:04.620Z | Downloaded ipnet v2.10.1 |
362 | 2024-11-07T21:56:04.620Z | Downloaded async-stream v0.3.6 |
363 | 2024-11-07T21:56:04.623Z | Downloaded dyn-clone v1.0.17 |
364 | 2024-11-07T21:56:04.623Z | Downloaded cpufeatures v0.2.14 |
365 | 2024-11-07T21:56:04.626Z | Downloaded block-buffer v0.10.4 |
366 | 2024-11-07T21:56:04.626Z | Downloaded encoding_rs v0.8.34 |
367 | 2024-11-07T21:56:04.819Z | Downloaded ring v0.17.8 |
368 | 2024-11-07T21:56:05.141Z | Compiling proc-macro2 v1.0.87 |
369 | 2024-11-07T21:56:05.141Z | Compiling unicode-ident v1.0.13 |
370 | 2024-11-07T21:56:05.144Z | Compiling libc v0.2.161 |
371 | 2024-11-07T21:56:05.144Z | Checking cfg-if v1.0.0 |
372 | 2024-11-07T21:56:05.144Z | Compiling autocfg v1.4.0 |
373 | 2024-11-07T21:56:05.144Z | Compiling serde v1.0.210 |
374 | 2024-11-07T21:56:05.144Z | Compiling version_check v0.9.5 |
375 | 2024-11-07T21:56:05.164Z | Checking memchr v2.7.4 |
376 | 2024-11-07T21:56:05.268Z | Compiling serde_json v1.0.128 |
377 | 2024-11-07T21:56:05.335Z | Checking itoa v1.0.11 |
378 | 2024-11-07T21:56:05.708Z | Compiling thiserror v1.0.64 |
379 | 2024-11-07T21:56:05.796Z | Checking once_cell v1.20.2 |
380 | 2024-11-07T21:56:05.845Z | Compiling shlex v1.3.0 |
381 | 2024-11-07T21:56:06.079Z | Compiling cc v1.1.30 |
382 | 2024-11-07T21:56:06.195Z | Checking pin-project-lite v0.2.14 |
383 | 2024-11-07T21:56:06.307Z | Compiling num-traits v0.2.19 |
384 | 2024-11-07T21:56:06.466Z | Checking ryu v1.0.18 |
385 | 2024-11-07T21:56:06.574Z | Checking getrandom v0.2.15 |
386 | 2024-11-07T21:56:06.598Z | Checking bytes v1.7.2 |
387 | 2024-11-07T21:56:06.618Z | Checking futures-core v0.3.31 |
388 | 2024-11-07T21:56:06.797Z | Compiling lock_api v0.4.12 |
389 | 2024-11-07T21:56:06.812Z | Compiling parking_lot_core v0.9.10 |
390 | 2024-11-07T21:56:06.857Z | Compiling byteorder v1.5.0 |
391 | 2024-11-07T21:56:06.919Z | Compiling quote v1.0.37 |
392 | 2024-11-07T21:56:07.273Z | Compiling ahash v0.8.11 |
393 | 2024-11-07T21:56:07.291Z | Compiling syn v2.0.79 |
394 | 2024-11-07T21:56:07.346Z | Checking scopeguard v1.2.0 |
395 | 2024-11-07T21:56:07.378Z | Compiling schemars v0.8.21 |
396 | 2024-11-07T21:56:07.485Z | Checking smallvec v1.13.2 |
397 | 2024-11-07T21:56:07.530Z | Compiling slab v0.4.9 |
398 | 2024-11-07T21:56:07.716Z | Checking futures-sink v0.3.31 |
399 | 2024-11-07T21:56:07.769Z | Checking log v0.4.22 |
400 | 2024-11-07T21:56:07.787Z | Checking mio v1.0.2 |
401 | 2024-11-07T21:56:07.857Z | Checking signal-hook-registry v1.4.2 |
402 | 2024-11-07T21:56:07.918Z | Checking socket2 v0.5.7 |
403 | 2024-11-07T21:56:08.046Z | Checking fnv v1.0.7 |
404 | 2024-11-07T21:56:08.174Z | Checking equivalent v1.0.1 |
405 | 2024-11-07T21:56:08.193Z | Checking hashbrown v0.15.0 |
406 | 2024-11-07T21:56:08.195Z | Checking parking_lot v0.12.3 |
407 | 2024-11-07T21:56:08.277Z | Checking http v1.1.0 |
408 | 2024-11-07T21:56:08.361Z | Checking futures-channel v0.3.31 |
409 | 2024-11-07T21:56:08.390Z | Checking futures-io v0.3.31 |
410 | 2024-11-07T21:56:08.452Z | Checking pin-utils v0.1.0 |
411 | 2024-11-07T21:56:08.555Z | Checking futures-task v0.3.31 |
412 | 2024-11-07T21:56:08.575Z | Compiling heck v0.5.0 |
413 | 2024-11-07T21:56:08.593Z | Compiling semver v1.0.23 |
414 | 2024-11-07T21:56:08.737Z | Compiling pkg-config v0.3.31 |
415 | 2024-11-07T21:56:08.798Z | Compiling vcpkg v0.2.15 |
416 | 2024-11-07T21:56:08.887Z | Compiling ring v0.17.8 |
417 | 2024-11-07T21:56:09.021Z | Checking spin v0.9.8 |
418 | 2024-11-07T21:56:09.128Z | Checking rustls-pki-types v1.9.0 |
419 | 2024-11-07T21:56:09.380Z | Compiling httparse v1.9.5 |
420 | 2024-11-07T21:56:09.712Z | Compiling ucd-trie v0.1.7 |
421 | 2024-11-07T21:56:09.754Z | Checking untrusted v0.9.0 |
422 | 2024-11-07T21:56:09.870Z | Checking iana-time-zone v0.1.61 |
423 | 2024-11-07T21:56:10.023Z | Checking tracing-core v0.1.32 |
424 | 2024-11-07T21:56:10.128Z | Compiling allocator-api2 v0.2.18 |
425 | 2024-11-07T21:56:10.353Z | Checking dyn-clone v1.0.17 |
426 | 2024-11-07T21:56:10.375Z | Compiling openssl-sys v0.9.103 |
427 | 2024-11-07T21:56:10.482Z | Checking atomic-waker v1.1.2 |
428 | 2024-11-07T21:56:10.673Z | Checking tracing v0.1.40 |
429 | 2024-11-07T21:56:10.889Z | Checking http-body v1.0.1 |
430 | 2024-11-07T21:56:11.118Z | Checking subtle v2.6.1 |
431 | 2024-11-07T21:56:11.272Z | Compiling uuid v1.10.0 |
432 | 2024-11-07T21:56:11.291Z | Checking zeroize v1.8.1 |
433 | 2024-11-07T21:56:11.310Z | Checking try-lock v0.2.5 |
434 | 2024-11-07T21:56:11.435Z | Checking want v0.3.1 |
435 | 2024-11-07T21:56:11.461Z | Checking foreign-types-shared v0.1.1 |
436 | 2024-11-07T21:56:11.563Z | Checking httpdate v1.0.3 |
437 | 2024-11-07T21:56:11.607Z | Compiling slog v2.7.0 |
438 | 2024-11-07T21:56:11.668Z | Compiling chrono v0.4.38 |
439 | 2024-11-07T21:56:11.751Z | Compiling openssl v0.10.66 |
440 | 2024-11-07T21:56:11.830Z | Checking foreign-types v0.3.2 |
441 | 2024-11-07T21:56:11.917Z | Compiling aho-corasick v1.1.3 |
442 | 2024-11-07T21:56:12.152Z | Checking tower-service v0.3.3 |
443 | 2024-11-07T21:56:12.209Z | Checking percent-encoding v2.3.1 |
444 | 2024-11-07T21:56:12.265Z | Compiling rustls v0.23.14 |
445 | 2024-11-07T21:56:12.436Z | Compiling native-tls v0.2.12 |
446 | 2024-11-07T21:56:12.797Z | Checking bitflags v2.6.0 |
447 | 2024-11-07T21:56:13.053Z | Checking tinyvec_macros v0.1.1 |
448 | 2024-11-07T21:56:13.121Z | Compiling regex-syntax v0.8.5 |
449 | 2024-11-07T21:56:13.144Z | Compiling typenum v1.17.0 |
450 | 2024-11-07T21:56:13.264Z | Checking tinyvec v1.8.0 |
451 | 2024-11-07T21:56:13.626Z | Checking form_urlencoded v1.2.1 |
452 | 2024-11-07T21:56:14.155Z | Compiling serde_derive_internals v0.29.1 |
453 | 2024-11-07T21:56:14.296Z | Compiling generic-array v0.14.7 |
454 | 2024-11-07T21:56:14.643Z | Checking openssl-probe v0.1.5 |
455 | 2024-11-07T21:56:14.817Z | Checking rustls-webpki v0.102.8 |
456 | 2024-11-07T21:56:14.979Z | Checking unicode-normalization v0.1.24 |
457 | 2024-11-07T21:56:16.244Z | Compiling usdt-impl v0.5.0 |
458 | 2024-11-07T21:56:16.632Z | Checking encoding_rs v0.8.34 |
459 | 2024-11-07T21:56:16.745Z | Compiling regex-automata v0.4.8 |
460 | 2024-11-07T21:56:16.802Z | Checking unicode-bidi v0.3.17 |
461 | 2024-11-07T21:56:17.072Z | Compiling num-conv v0.1.0 |
462 | 2024-11-07T21:56:17.363Z | Checking powerfmt v0.2.0 |
463 | 2024-11-07T21:56:17.559Z | Compiling time-core v0.1.2 |
464 | 2024-11-07T21:56:17.630Z | Checking mime v0.3.17 |
465 | 2024-11-07T21:56:17.729Z | Compiling time-macros v0.2.18 |
466 | 2024-11-07T21:56:17.972Z | Checking deranged v0.3.11 |
467 | 2024-11-07T21:56:18.813Z | Checking idna v0.5.0 |
468 | 2024-11-07T21:56:18.913Z | Compiling serde_derive v1.0.210 |
469 | 2024-11-07T21:56:18.978Z | Compiling zerocopy-derive v0.7.35 |
470 | 2024-11-07T21:56:19.660Z | Compiling thiserror-impl v1.0.64 |
471 | 2024-11-07T21:56:19.760Z | Compiling schemars_derive v0.8.21 |
472 | 2024-11-07T21:56:20.417Z | Compiling tokio-macros v2.4.0 |
473 | 2024-11-07T21:56:20.663Z | Compiling futures-macro v0.3.31 |
474 | 2024-11-07T21:56:20.711Z | Compiling openssl-macros v0.1.1 |
475 | 2024-11-07T21:56:20.919Z | Compiling zerocopy v0.7.35 |
476 | 2024-11-07T21:56:21.869Z | Checking tokio v1.40.0 |
477 | 2024-11-07T21:56:22.504Z | Compiling pest v2.7.14 |
478 | 2024-11-07T21:56:22.545Z | Checking futures-util v0.3.31 |
479 | 2024-11-07T21:56:23.022Z | Compiling hashbrown v0.14.5 |
480 | 2024-11-07T21:56:24.001Z | Compiling regex v1.11.0 |
481 | 2024-11-07T21:56:24.274Z | Compiling regress v0.10.1 |
482 | 2024-11-07T21:56:24.410Z | Compiling scroll_derive v0.12.0 |
483 | 2024-11-07T21:56:25.037Z | Compiling pest_meta v2.7.14 |
484 | 2024-11-07T21:56:25.788Z | Checking scroll v0.12.0 |
485 | 2024-11-07T21:56:27.858Z | Compiling pest_generator v2.7.14 |
486 | 2024-11-07T21:56:28.422Z | Checking http-body-util v0.1.2 |
487 | 2024-11-07T21:56:29.006Z | Compiling thread-id v4.2.2 |
488 | 2024-11-07T21:56:29.031Z | Checking tokio-util v0.7.12 |
489 | 2024-11-07T21:56:29.062Z | Checking tokio-native-tls v0.3.1 |
490 | 2024-11-07T21:56:29.119Z | Checking tokio-rustls v0.26.0 |
491 | 2024-11-07T21:56:29.467Z | Checking rustls-pemfile v2.2.0 |
492 | 2024-11-07T21:56:29.522Z | Compiling pest_derive v2.7.14 |
493 | 2024-11-07T21:56:29.542Z | Checking webpki-roots v0.26.6 |
494 | 2024-11-07T21:56:29.683Z | Checking base64 v0.22.1 |
495 | 2024-11-07T21:56:29.751Z | Checking num_threads v0.1.7 |
496 | 2024-11-07T21:56:29.858Z | Compiling strsim v0.11.1 |
497 | 2024-11-07T21:56:29.878Z | Checking plain v0.2.3 |
498 | 2024-11-07T21:56:30.015Z | Compiling ident_case v1.0.1 |
499 | 2024-11-07T21:56:30.056Z | Compiling crossbeam-utils v0.8.20 |
500 | 2024-11-07T21:56:30.358Z | Compiling dtrace-parser v0.2.0 |
501 | 2024-11-07T21:56:30.679Z | Checking time v0.3.36 |
502 | 2024-11-07T21:56:30.779Z | Compiling darling_core v0.20.10 |
503 | 2024-11-07T21:56:31.356Z | Checking indexmap v2.6.0 |
504 | 2024-11-07T21:56:32.263Z | Compiling serde_tokenstream v0.2.2 |
505 | 2024-11-07T21:56:32.701Z | Checking h2 v0.4.6 |
506 | 2024-11-07T21:56:33.177Z | Checking serde_urlencoded v0.7.1 |
507 | 2024-11-07T21:56:33.259Z | Checking openapiv3 v2.0.0 |
508 | 2024-11-07T21:56:34.288Z | Compiling dof v0.3.0 |
509 | 2024-11-07T21:56:35.839Z | Compiling typify-impl v0.2.0 |
510 | 2024-11-07T21:56:36.399Z | Checking goblin v0.8.2 |
511 | 2024-11-07T21:56:36.452Z | Checking url v2.5.2 |
512 | 2024-11-07T21:56:36.748Z | Checking sync_wrapper v1.0.1 |
513 | 2024-11-07T21:56:36.893Z | Checking dirs-sys-next v0.1.2 |
514 | 2024-11-07T21:56:37.019Z | Checking hyper v1.4.1 |
515 | 2024-11-07T21:56:37.114Z | Compiling paste v1.0.15 |
516 | 2024-11-07T21:56:37.270Z | Compiling rustls v0.22.4 |
517 | 2024-11-07T21:56:37.467Z | Compiling omicron-workspace-hack v0.1.0 |
518 | 2024-11-07T21:56:37.585Z | Checking ipnet v2.10.1 |
519 | 2024-11-07T21:56:37.617Z | Checking pretty-hex v0.4.1 |
520 | 2024-11-07T21:56:37.789Z | Compiling unsafe-libyaml v0.2.11 |
521 | 2024-11-07T21:56:37.808Z | Compiling rustversion v1.0.17 |
522 | 2024-11-07T21:56:38.290Z | Checking dirs-next v2.0.0 |
523 | 2024-11-07T21:56:38.421Z | Compiling darling_macro v0.20.10 |
524 | 2024-11-07T21:56:38.533Z | Checking serde_spanned v0.6.8 |
525 | 2024-11-07T21:56:38.651Z | Checking toml_datetime v0.6.8 |
526 | 2024-11-07T21:56:38.937Z | Checking block-buffer v0.10.4 |
527 | 2024-11-07T21:56:38.991Z | Checking crypto-common v0.1.6 |
528 | 2024-11-07T21:56:39.082Z | Checking hyper-util v0.1.9 |
529 | 2024-11-07T21:56:39.126Z | Compiling serde_yaml v0.9.34+deprecated |
530 | 2024-11-07T21:56:39.155Z | Checking ppv-lite86 v0.2.20 |
531 | 2024-11-07T21:56:39.349Z | Compiling structmeta-derive v0.3.0 |
532 | 2024-11-07T21:56:39.401Z | Checking rand_core v0.6.4 |
533 | 2024-11-07T21:56:39.645Z | Checking thread_local v1.1.8 |
534 | 2024-11-07T21:56:39.698Z | Compiling multer v3.1.0 |
535 | 2024-11-07T21:56:39.941Z | Compiling camino v1.1.9 |
536 | 2024-11-07T21:56:39.994Z | Compiling slog-async v2.8.0 |
537 | 2024-11-07T21:56:40.045Z | Checking winnow v0.6.20 |
538 | 2024-11-07T21:56:40.510Z | Compiling newtype-uuid v1.1.2 |
539 | 2024-11-07T21:56:40.528Z | Checking match_cfg v0.1.0 |
540 | 2024-11-07T21:56:40.615Z | Compiling anyhow v1.0.92 |
541 | 2024-11-07T21:56:40.845Z | Checking hyper-rustls v0.27.3 |
542 | 2024-11-07T21:56:40.890Z | Checking hyper-tls v0.6.0 |
543 | 2024-11-07T21:56:41.151Z | Checking hostname v0.3.1 |
544 | 2024-11-07T21:56:41.168Z | Checking reqwest v0.12.8 |
545 | 2024-11-07T21:56:41.471Z | Checking rand_chacha v0.3.1 |
546 | 2024-11-07T21:56:41.574Z | Checking crossbeam-channel v0.5.13 |
547 | 2024-11-07T21:56:41.812Z | Compiling darling v0.20.10 |
548 | 2024-11-07T21:56:41.831Z | Compiling structmeta v0.3.0 |
549 | 2024-11-07T21:56:41.932Z | Checking digest v0.10.7 |
550 | 2024-11-07T21:56:42.266Z | Checking term v0.7.0 |
551 | 2024-11-07T21:56:42.632Z | Compiling usdt-attr-macro v0.5.0 |
552 | 2024-11-07T21:56:42.650Z | Checking progenitor-client v0.8.0 |
553 | 2024-11-07T21:56:42.706Z | Compiling usdt-macro v0.5.0 |
554 | 2024-11-07T21:56:42.945Z | Checking slog-json v2.6.1 |
555 | 2024-11-07T21:56:43.005Z | Checking toml_edit v0.22.22 |
556 | 2024-11-07T21:56:43.189Z | Checking futures-executor v0.3.31 |
557 | 2024-11-07T21:56:43.390Z | Compiling async-stream-impl v0.3.6 |
558 | 2024-11-07T21:56:43.408Z | Checking is-terminal v0.4.13 |
559 | 2024-11-07T21:56:43.534Z | Checking memmap v0.7.0 |
560 | 2024-11-07T21:56:43.624Z | Compiling dropshot v0.12.0 |
561 | 2024-11-07T21:56:43.727Z | Checking take_mut v0.2.2 |
562 | 2024-11-07T21:56:43.869Z | Checking cpufeatures v0.2.14 |
563 | 2024-11-07T21:56:43.953Z | Checking sha1 v0.10.6 |
564 | 2024-11-07T21:56:44.010Z | Checking usdt v0.5.0 |
565 | 2024-11-07T21:56:44.052Z | Checking slog-term v2.9.1 |
566 | 2024-11-07T21:56:44.216Z | Checking futures v0.3.31 |
567 | 2024-11-07T21:56:44.253Z | Compiling strum_macros v0.26.4 |
568 | 2024-11-07T21:56:44.272Z | Checking slog-bunyan v2.5.0 |
569 | 2024-11-07T21:56:44.329Z | Compiling parse-display-derive v0.10.0 |
570 | 2024-11-07T21:56:44.430Z | Compiling serde_with_macros v3.11.0 |
571 | 2024-11-07T21:56:44.538Z | Checking rand v0.8.5 |
572 | 2024-11-07T21:56:44.574Z | Checking async-stream v0.3.6 |
573 | 2024-11-07T21:56:45.616Z | Checking toml v0.8.19 |
574 | 2024-11-07T21:56:45.941Z | Checking tokio-rustls v0.25.0 |
575 | 2024-11-07T21:56:46.119Z | Checking ipnetwork v0.20.0 |
576 | 2024-11-07T21:56:46.158Z | Compiling dropshot_endpoint v0.12.0 |
577 | 2024-11-07T21:56:46.297Z | Checking hex v0.4.3 |
578 | 2024-11-07T21:56:46.345Z | Checking serde_path_to_error v0.1.16 |
579 | 2024-11-07T21:56:46.479Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
580 | 2024-11-07T21:56:46.795Z | Compiling async-trait v0.1.83 |
581 | 2024-11-07T21:56:46.894Z | Checking waitgroup v0.1.2 |
582 | 2024-11-07T21:56:46.983Z | Checking hostname v0.4.0 |
583 | 2024-11-07T21:56:47.030Z | Checking instant v0.1.13 |
584 | 2024-11-07T21:56:47.120Z | Checking debug-ignore v1.0.5 |
585 | 2024-11-07T21:56:47.152Z | Checking backoff v0.4.0 |
586 | 2024-11-07T21:56:47.247Z | Checking serde_with v3.11.0 |
587 | 2024-11-07T21:56:47.267Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
588 | 2024-11-07T21:56:47.414Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
589 | 2024-11-07T21:56:47.433Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
590 | 2024-11-07T21:56:47.564Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
591 | 2024-11-07T21:56:47.776Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
592 | 2024-11-07T21:56:48.007Z | Checking parse-display v0.10.0 |
593 | 2024-11-07T21:56:48.068Z | Compiling typify-macro v0.2.0 |
594 | 2024-11-07T21:56:48.115Z | Checking macaddr v1.0.1 |
595 | 2024-11-07T21:56:48.234Z | Checking regress v0.9.1 |
596 | 2024-11-07T21:56:48.398Z | Checking strum v0.26.3 |
597 | 2024-11-07T21:56:50.306Z | Compiling typify v0.2.0 |
598 | 2024-11-07T21:56:50.401Z | Compiling progenitor-impl v0.8.0 |
599 | 2024-11-07T21:56:52.949Z | Compiling progenitor-macro v0.8.0 |
600 | 2024-11-07T21:56:57.625Z | Checking progenitor v0.8.0 |
601 | 2024-11-07T21:56:57.732Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
602 | 2024-11-07T21:57:00.597Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
603 | 2024-11-07T21:57:08.189Z | Checking test-project v0.1.0 (/tmp/test-project) |
604 | 2024-11-07T21:57:08.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
605 | 2024-11-07T21:57:08.562Z | + cargo build --release |
606 | 2024-11-07T21:57:08.799Z | Compiling proc-macro2 v1.0.87 |
607 | 2024-11-07T21:57:08.799Z | Compiling unicode-ident v1.0.13 |
608 | 2024-11-07T21:57:08.799Z | Compiling libc v0.2.161 |
609 | 2024-11-07T21:57:08.799Z | Compiling cfg-if v1.0.0 |
610 | 2024-11-07T21:57:08.803Z | Compiling autocfg v1.4.0 |
611 | 2024-11-07T21:57:08.803Z | Compiling serde v1.0.210 |
612 | 2024-11-07T21:57:08.803Z | Compiling version_check v0.9.5 |
613 | 2024-11-07T21:57:08.803Z | Compiling memchr v2.7.4 |
614 | 2024-11-07T21:57:08.911Z | Compiling serde_json v1.0.128 |
615 | 2024-11-07T21:57:08.985Z | Compiling itoa v1.0.11 |
616 | 2024-11-07T21:57:09.272Z | Compiling thiserror v1.0.64 |
617 | 2024-11-07T21:57:09.384Z | Compiling once_cell v1.20.2 |
618 | 2024-11-07T21:57:09.413Z | Compiling shlex v1.3.0 |
619 | 2024-11-07T21:57:09.657Z | Compiling cc v1.1.30 |
620 | 2024-11-07T21:57:09.849Z | Compiling num-traits v0.2.19 |
621 | 2024-11-07T21:57:10.238Z | Compiling pin-project-lite v0.2.14 |
622 | 2024-11-07T21:57:10.304Z | Compiling getrandom v0.2.15 |
623 | 2024-11-07T21:57:10.316Z | Compiling ryu v1.0.18 |
624 | 2024-11-07T21:57:10.316Z | Compiling bytes v1.7.2 |
625 | 2024-11-07T21:57:10.448Z | Compiling quote v1.0.37 |
626 | 2024-11-07T21:57:10.573Z | Compiling futures-core v0.3.31 |
627 | 2024-11-07T21:57:10.772Z | Compiling syn v2.0.79 |
628 | 2024-11-07T21:57:10.805Z | Compiling lock_api v0.4.12 |
629 | 2024-11-07T21:57:10.907Z | Compiling ahash v0.8.11 |
630 | 2024-11-07T21:57:11.018Z | Compiling schemars v0.8.21 |
631 | 2024-11-07T21:57:11.041Z | Compiling byteorder v1.5.0 |
632 | 2024-11-07T21:57:11.146Z | Compiling parking_lot_core v0.9.10 |
633 | 2024-11-07T21:57:11.492Z | Compiling smallvec v1.13.2 |
634 | 2024-11-07T21:57:11.518Z | Compiling scopeguard v1.2.0 |
635 | 2024-11-07T21:57:11.535Z | Compiling slab v0.4.9 |
636 | 2024-11-07T21:57:11.600Z | Compiling log v0.4.22 |
637 | 2024-11-07T21:57:11.883Z | Compiling futures-sink v0.3.31 |
638 | 2024-11-07T21:57:12.018Z | Compiling socket2 v0.5.7 |
639 | 2024-11-07T21:57:12.049Z | Compiling signal-hook-registry v1.4.2 |
640 | 2024-11-07T21:57:12.086Z | Compiling mio v1.0.2 |
641 | 2024-11-07T21:57:12.139Z | Compiling fnv v1.0.7 |
642 | 2024-11-07T21:57:12.260Z | Compiling equivalent v1.0.1 |
643 | 2024-11-07T21:57:12.354Z | Compiling parking_lot v0.12.3 |
644 | 2024-11-07T21:57:12.361Z | Compiling ring v0.17.8 |
645 | 2024-11-07T21:57:12.413Z | Compiling hashbrown v0.15.0 |
646 | 2024-11-07T21:57:12.792Z | Compiling http v1.1.0 |
647 | 2024-11-07T21:57:13.522Z | Compiling futures-channel v0.3.31 |
648 | 2024-11-07T21:57:13.649Z | Compiling futures-task v0.3.31 |
649 | 2024-11-07T21:57:13.707Z | Compiling pin-utils v0.1.0 |
650 | 2024-11-07T21:57:13.789Z | Compiling semver v1.0.23 |
651 | 2024-11-07T21:57:13.904Z | Compiling futures-io v0.3.31 |
652 | 2024-11-07T21:57:13.975Z | Compiling spin v0.9.8 |
653 | 2024-11-07T21:57:14.128Z | Compiling rustls-pki-types v1.9.0 |
654 | 2024-11-07T21:57:14.208Z | Compiling heck v0.5.0 |
655 | 2024-11-07T21:57:14.239Z | Compiling pkg-config v0.3.31 |
656 | 2024-11-07T21:57:14.270Z | Compiling vcpkg v0.2.15 |
657 | 2024-11-07T21:57:15.195Z | Compiling iana-time-zone v0.1.61 |
658 | 2024-11-07T21:57:15.363Z | Compiling ucd-trie v0.1.7 |
659 | 2024-11-07T21:57:15.774Z | Compiling openssl-sys v0.9.103 |
660 | 2024-11-07T21:57:15.810Z | Compiling httparse v1.9.5 |
661 | 2024-11-07T21:57:15.904Z | Compiling untrusted v0.9.0 |
662 | 2024-11-07T21:57:16.090Z | Compiling tracing-core v0.1.32 |
663 | 2024-11-07T21:57:16.587Z | Compiling atomic-waker v1.1.2 |
664 | 2024-11-07T21:57:16.752Z | Compiling allocator-api2 v0.2.18 |
665 | 2024-11-07T21:57:16.857Z | Compiling dyn-clone v1.0.17 |
666 | 2024-11-07T21:57:17.063Z | Compiling tracing v0.1.40 |
667 | 2024-11-07T21:57:17.533Z | Compiling http-body v1.0.1 |
668 | 2024-11-07T21:57:17.704Z | Compiling chrono v0.4.38 |
669 | 2024-11-07T21:57:17.756Z | Compiling serde_derive_internals v0.29.1 |
670 | 2024-11-07T21:57:17.956Z | Compiling zeroize v1.8.1 |
671 | 2024-11-07T21:57:18.360Z | Compiling uuid v1.10.0 |
672 | 2024-11-07T21:57:18.461Z | Compiling subtle v2.6.1 |
673 | 2024-11-07T21:57:18.498Z | Compiling try-lock v0.2.5 |
674 | 2024-11-07T21:57:18.650Z | Compiling want v0.3.1 |
675 | 2024-11-07T21:57:18.908Z | Compiling foreign-types-shared v0.1.1 |
676 | 2024-11-07T21:57:18.959Z | Compiling openssl v0.10.66 |
677 | 2024-11-07T21:57:19.007Z | Compiling httpdate v1.0.3 |
678 | 2024-11-07T21:57:19.399Z | Compiling slog v2.7.0 |
679 | 2024-11-07T21:57:19.817Z | Compiling foreign-types v0.3.2 |
680 | 2024-11-07T21:57:19.976Z | Compiling aho-corasick v1.1.3 |
681 | 2024-11-07T21:57:20.001Z | Compiling regex-syntax v0.8.5 |
682 | 2024-11-07T21:57:20.564Z | Compiling tower-service v0.3.3 |
683 | 2024-11-07T21:57:20.680Z | Compiling tinyvec_macros v0.1.1 |
684 | 2024-11-07T21:57:20.761Z | Compiling rustls v0.23.14 |
685 | 2024-11-07T21:57:21.091Z | Compiling native-tls v0.2.12 |
686 | 2024-11-07T21:57:21.320Z | Compiling bitflags v2.6.0 |
687 | 2024-11-07T21:57:21.677Z | Compiling typenum v1.17.0 |
688 | 2024-11-07T21:57:22.152Z | Compiling percent-encoding v2.3.1 |
689 | 2024-11-07T21:57:22.335Z | Compiling tinyvec v1.8.0 |
690 | 2024-11-07T21:57:22.479Z | Compiling serde_derive v1.0.210 |
691 | 2024-11-07T21:57:22.604Z | Compiling zerocopy-derive v0.7.35 |
692 | 2024-11-07T21:57:22.611Z | Compiling thiserror-impl v1.0.64 |
693 | 2024-11-07T21:57:23.171Z | Compiling schemars_derive v0.8.21 |
694 | 2024-11-07T21:57:24.007Z | Compiling tokio-macros v2.4.0 |
695 | 2024-11-07T21:57:24.039Z | Compiling futures-macro v0.3.31 |
696 | 2024-11-07T21:57:24.559Z | Compiling zerocopy v0.7.35 |
697 | 2024-11-07T21:57:25.423Z | Compiling tokio v1.40.0 |
698 | 2024-11-07T21:57:25.526Z | Compiling pest v2.7.14 |
699 | 2024-11-07T21:57:25.859Z | Compiling futures-util v0.3.31 |
700 | 2024-11-07T21:57:26.610Z | Compiling hashbrown v0.14.5 |
701 | 2024-11-07T21:57:27.643Z | Compiling openssl-macros v0.1.1 |
702 | 2024-11-07T21:57:27.907Z | Compiling regress v0.10.1 |
703 | 2024-11-07T21:57:28.347Z | Compiling rustls-webpki v0.102.8 |
704 | 2024-11-07T21:57:28.414Z | Compiling pest_meta v2.7.14 |
705 | 2024-11-07T21:57:32.504Z | Compiling pest_generator v2.7.14 |
706 | 2024-11-07T21:57:33.762Z | Compiling regex-automata v0.4.8 |
707 | 2024-11-07T21:57:34.182Z | Compiling tokio-util v0.7.12 |
708 | 2024-11-07T21:57:34.699Z | Compiling pest_derive v2.7.14 |
709 | 2024-11-07T21:57:35.632Z | Compiling form_urlencoded v1.2.1 |
710 | 2024-11-07T21:57:36.322Z | Compiling indexmap v2.6.0 |
711 | 2024-11-07T21:57:38.233Z | Compiling serde_tokenstream v0.2.2 |
712 | 2024-11-07T21:57:38.782Z | Compiling h2 v0.4.6 |
713 | 2024-11-07T21:57:43.999Z | Compiling typify-impl v0.2.0 |
714 | 2024-11-07T21:57:44.528Z | Compiling hyper v1.4.1 |
715 | 2024-11-07T21:57:46.244Z | Compiling generic-array v0.14.7 |
716 | 2024-11-07T21:57:47.016Z | Compiling openssl-probe v0.1.5 |
717 | 2024-11-07T21:57:47.517Z | Compiling hyper-util v0.1.9 |
718 | 2024-11-07T21:57:51.342Z | Compiling regex v1.11.0 |
719 | 2024-11-07T21:57:53.525Z | Compiling http-body-util v0.1.2 |
720 | 2024-11-07T21:57:53.865Z | Compiling unicode-normalization v0.1.24 |
721 | 2024-11-07T21:57:53.870Z | Compiling scroll_derive v0.12.0 |
722 | 2024-11-07T21:57:54.339Z | Compiling usdt-impl v0.5.0 |
723 | 2024-11-07T21:57:54.723Z | Compiling encoding_rs v0.8.34 |
724 | 2024-11-07T21:57:54.938Z | Compiling typify-macro v0.2.0 |
725 | 2024-11-07T21:57:55.236Z | Compiling num-conv v0.1.0 |
726 | 2024-11-07T21:57:55.481Z | Compiling powerfmt v0.2.0 |
727 | 2024-11-07T21:57:55.976Z | Compiling time-core v0.1.2 |
728 | 2024-11-07T21:57:56.142Z | Compiling unicode-bidi v0.3.17 |
729 | 2024-11-07T21:57:56.174Z | Compiling mime v0.3.17 |
730 | 2024-11-07T21:57:57.230Z | Compiling idna v0.5.0 |
731 | 2024-11-07T21:57:58.607Z | Compiling time-macros v0.2.18 |
732 | 2024-11-07T21:58:01.205Z | Compiling tokio-rustls v0.26.0 |
733 | 2024-11-07T21:58:01.572Z | Compiling deranged v0.3.11 |
734 | 2024-11-07T21:58:01.700Z | Compiling scroll v0.12.0 |
735 | 2024-11-07T21:58:03.856Z | Compiling thread-id v4.2.2 |
736 | 2024-11-07T21:58:03.952Z | Compiling tokio-native-tls v0.3.1 |
737 | 2024-11-07T21:58:04.236Z | Compiling dof v0.3.0 |
738 | 2024-11-07T21:58:05.088Z | Compiling serde_urlencoded v0.7.1 |
739 | 2024-11-07T21:58:05.236Z | Compiling dtrace-parser v0.2.0 |
740 | 2024-11-07T21:58:05.907Z | Compiling rustls-pemfile v2.2.0 |
741 | 2024-11-07T21:58:06.374Z | Compiling webpki-roots v0.26.6 |
742 | 2024-11-07T21:58:06.582Z | Compiling base64 v0.22.1 |
743 | 2024-11-07T21:58:07.933Z | Compiling plain v0.2.3 |
744 | 2024-11-07T21:58:08.085Z | Compiling strsim v0.11.1 |
745 | 2024-11-07T21:58:08.250Z | Compiling crossbeam-utils v0.8.20 |
746 | 2024-11-07T21:58:08.755Z | Compiling num_threads v0.1.7 |
747 | 2024-11-07T21:58:08.868Z | Compiling ident_case v1.0.1 |
748 | 2024-11-07T21:58:09.210Z | Compiling omicron-workspace-hack v0.1.0 |
749 | 2024-11-07T21:58:09.212Z | Compiling time v0.3.36 |
750 | 2024-11-07T21:58:12.794Z | Compiling darling_core v0.20.10 |
751 | 2024-11-07T21:58:14.235Z | Compiling goblin v0.8.2 |
752 | 2024-11-07T21:58:15.499Z | Compiling hyper-rustls v0.27.3 |
753 | 2024-11-07T21:58:18.331Z | Compiling hyper-tls v0.6.0 |
754 | 2024-11-07T21:58:18.529Z | Compiling typify v0.2.0 |
755 | 2024-11-07T21:58:18.651Z | Compiling url v2.5.2 |
756 | 2024-11-07T21:58:18.819Z | Compiling openapiv3 v2.0.0 |
757 | 2024-11-07T21:58:23.167Z | Compiling sync_wrapper v1.0.1 |
758 | 2024-11-07T21:58:23.314Z | Compiling dirs-sys-next v0.1.2 |
759 | 2024-11-07T21:58:24.402Z | Compiling paste v1.0.15 |
760 | 2024-11-07T21:58:24.474Z | Compiling unsafe-libyaml v0.2.11 |
761 | 2024-11-07T21:58:24.684Z | Compiling rustversion v1.0.17 |
762 | 2024-11-07T21:58:24.890Z | Compiling pretty-hex v0.4.1 |
763 | 2024-11-07T21:58:25.114Z | Compiling rustls v0.22.4 |
764 | 2024-11-07T21:58:25.323Z | Compiling ipnet v2.10.1 |
765 | 2024-11-07T21:58:26.199Z | Compiling reqwest v0.12.8 |
766 | 2024-11-07T21:58:28.367Z | Compiling serde_yaml v0.9.34+deprecated |
767 | 2024-11-07T21:58:28.650Z | Compiling dirs-next v2.0.0 |
768 | 2024-11-07T21:58:28.835Z | Compiling progenitor-impl v0.8.0 |
769 | 2024-11-07T21:58:28.903Z | Compiling darling_macro v0.20.10 |
770 | 2024-11-07T21:58:31.876Z | Compiling block-buffer v0.10.4 |
771 | 2024-11-07T21:58:31.888Z | Compiling crypto-common v0.1.6 |
772 | 2024-11-07T21:58:32.106Z | Compiling toml_datetime v0.6.8 |
773 | 2024-11-07T21:58:32.113Z | Compiling serde_spanned v0.6.8 |
774 | 2024-11-07T21:58:32.376Z | Compiling ppv-lite86 v0.2.20 |
775 | 2024-11-07T21:58:32.780Z | Compiling structmeta-derive v0.3.0 |
776 | 2024-11-07T21:58:33.333Z | Compiling rand_core v0.6.4 |
777 | 2024-11-07T21:58:33.909Z | Compiling thread_local v1.1.8 |
778 | 2024-11-07T21:58:34.625Z | Compiling multer v3.1.0 |
779 | 2024-11-07T21:58:34.983Z | Compiling anyhow v1.0.92 |
780 | 2024-11-07T21:58:35.087Z | Compiling slog-async v2.8.0 |
781 | 2024-11-07T21:58:35.383Z | Compiling camino v1.1.9 |
782 | 2024-11-07T21:58:35.582Z | Compiling match_cfg v0.1.0 |
783 | 2024-11-07T21:58:35.608Z | Compiling winnow v0.6.20 |
784 | 2024-11-07T21:58:35.677Z | Compiling newtype-uuid v1.1.2 |
785 | 2024-11-07T21:58:36.024Z | Compiling hostname v0.3.1 |
786 | 2024-11-07T21:58:36.256Z | Compiling structmeta v0.3.0 |
787 | 2024-11-07T21:58:36.425Z | Compiling progenitor-macro v0.8.0 |
788 | 2024-11-07T21:58:37.215Z | Compiling rand_chacha v0.3.1 |
789 | 2024-11-07T21:58:38.002Z | Compiling digest v0.10.7 |
790 | 2024-11-07T21:58:38.439Z | Compiling crossbeam-channel v0.5.13 |
791 | 2024-11-07T21:58:38.935Z | Compiling darling v0.20.10 |
792 | 2024-11-07T21:58:39.045Z | Compiling term v0.7.0 |
793 | 2024-11-07T21:58:40.042Z | Compiling toml_edit v0.22.22 |
794 | 2024-11-07T21:58:41.154Z | Compiling progenitor-client v0.8.0 |
795 | 2024-11-07T21:58:43.628Z | Compiling usdt-attr-macro v0.5.0 |
796 | 2024-11-07T21:58:45.077Z | Compiling usdt-macro v0.5.0 |
797 | 2024-11-07T21:58:46.435Z | Compiling slog-json v2.6.1 |
798 | 2024-11-07T21:58:46.896Z | Compiling futures-executor v0.3.31 |
799 | 2024-11-07T21:58:47.488Z | Compiling async-stream-impl v0.3.6 |
800 | 2024-11-07T21:58:48.017Z | Compiling is-terminal v0.4.13 |
801 | 2024-11-07T21:58:48.137Z | Compiling memmap v0.7.0 |
802 | 2024-11-07T21:58:48.594Z | Compiling dropshot v0.12.0 |
803 | 2024-11-07T21:58:48.813Z | Compiling cpufeatures v0.2.14 |
804 | 2024-11-07T21:58:48.895Z | Compiling take_mut v0.2.2 |
805 | 2024-11-07T21:58:48.982Z | Compiling sha1 v0.10.6 |
806 | 2024-11-07T21:58:49.750Z | Compiling async-stream v0.3.6 |
807 | 2024-11-07T21:58:50.021Z | Compiling usdt v0.5.0 |
808 | 2024-11-07T21:58:50.177Z | Compiling progenitor v0.8.0 |
809 | 2024-11-07T21:58:50.355Z | Compiling slog-term v2.9.1 |
810 | 2024-11-07T21:58:51.508Z | Compiling tokio-rustls v0.25.0 |
811 | 2024-11-07T21:58:51.959Z | Compiling futures v0.3.31 |
812 | 2024-11-07T21:58:52.146Z | Compiling slog-bunyan v2.5.0 |
813 | 2024-11-07T21:58:52.273Z | Compiling toml v0.8.19 |
814 | 2024-11-07T21:58:52.417Z | Compiling strum_macros v0.26.4 |
815 | 2024-11-07T21:58:53.159Z | Compiling serde_with_macros v3.11.0 |
816 | 2024-11-07T21:58:55.730Z | Compiling rand v0.8.5 |
817 | 2024-11-07T21:58:57.488Z | Compiling parse-display-derive v0.10.0 |
818 | 2024-11-07T21:59:00.907Z | Compiling ipnetwork v0.20.0 |
819 | 2024-11-07T21:59:01.263Z | Compiling dropshot_endpoint v0.12.0 |
820 | 2024-11-07T21:59:01.289Z | Compiling hex v0.4.3 |
821 | 2024-11-07T21:59:01.981Z | Compiling serde_path_to_error v0.1.16 |
822 | 2024-11-07T21:59:02.719Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
823 | 2024-11-07T21:59:02.986Z | Compiling async-trait v0.1.83 |
824 | 2024-11-07T21:59:03.551Z | Compiling waitgroup v0.1.2 |
825 | 2024-11-07T21:59:03.791Z | Compiling hostname v0.4.0 |
826 | 2024-11-07T21:59:04.042Z | Compiling instant v0.1.13 |
827 | 2024-11-07T21:59:04.191Z | Compiling debug-ignore v1.0.5 |
828 | 2024-11-07T21:59:04.330Z | Compiling backoff v0.4.0 |
829 | 2024-11-07T21:59:04.674Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
830 | 2024-11-07T21:59:04.853Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
831 | 2024-11-07T21:59:05.021Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
832 | 2024-11-07T21:59:05.239Z | Compiling parse-display v0.10.0 |
833 | 2024-11-07T21:59:05.958Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
834 | 2024-11-07T21:59:06.500Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
835 | 2024-11-07T21:59:07.276Z | Compiling strum v0.26.3 |
836 | 2024-11-07T21:59:07.451Z | Compiling serde_with v3.11.0 |
837 | 2024-11-07T21:59:09.060Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
838 | 2024-11-07T21:59:09.876Z | Compiling macaddr v1.0.1 |
839 | 2024-11-07T21:59:10.013Z | Compiling regress v0.9.1 |
840 | 2024-11-07T21:59:15.306Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
841 | 2024-11-07T21:59:25.689Z | Compiling test-project v0.1.0 (/tmp/test-project) |
842 | 2024-11-07T21:59:35.228Z | Finished `release` profile [optimized] target(s) in 2m 26s |
843 | 2024-11-07T21:59:35.282Z | process exited: duration 221059 ms, exit code 0 |
|
844 | 2024-11-07T21:59:35.299Z | found 0 output files |