|
|
|
1 | 2024-10-30T22:38:38.676Z | job assigned to worker 01JBFS7MEKMD589XGK4BQJBBGC (queued for 1 m 0 s) |
|
2 | 2024-10-30T22:38:46.717Z | starting task 0: "setup" |
3 | 2024-10-30T22:38:46.726Z | ++ uname -s |
4 | 2024-10-30T22:38:46.729Z | + kern=SunOS |
5 | 2024-10-30T22:38:46.729Z | + case "$kern" in |
6 | 2024-10-30T22:38:46.729Z | + [[ 0 == 12345 ]] |
7 | 2024-10-30T22:38:46.729Z | + groupadd -g 12345 build |
8 | 2024-10-30T22:38:46.732Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-10-30T22:38:48.754Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-10-30T22:38:48.950Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-10-30T22:38:48.953Z | + home_fs=zfs |
12 | 2024-10-30T22:38:48.953Z | + [[ zfs == autofs ]] |
13 | 2024-10-30T22:38:48.953Z | + mkdir -p /home/build |
14 | 2024-10-30T22:38:48.955Z | + chown build:build /home/build /work |
15 | 2024-10-30T22:38:50.957Z | + chmod 0700 /home/build /work |
16 | 2024-10-30T22:38:50.960Z | process exited: duration 4242 ms, exit code 0 |
|
17 | 2024-10-30T22:38:50.965Z | starting task 1: "rust-toolchain" |
18 | 2024-10-30T22:38:50.971Z | + printf ' * toolchain channel = "%s" |
19 | 2024-10-30T22:38:50.971Z | ' 1.82.0 |
20 | 2024-10-30T22:38:50.971Z | * toolchain channel = "1.82.0" |
21 | 2024-10-30T22:38:50.971Z | + printf ' * toolchain profile = "%s" |
22 | 2024-10-30T22:38:50.971Z | ' default |
23 | 2024-10-30T22:38:50.971Z | * toolchain profile = "default" |
24 | 2024-10-30T22:38:50.973Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-10-30T22:38:50.973Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
26 | 2024-10-30T22:38:51.091Z | info: downloading installer |
27 | 2024-10-30T22:38:52.591Z | info: profile set to 'default' |
28 | 2024-10-30T22:38:52.591Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-10-30T22:38:52.594Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
30 | 2024-10-30T22:38:52.763Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-10-30T22:38:52.763Z | info: downloading component 'cargo' |
32 | 2024-10-30T22:38:53.764Z | info: downloading component 'clippy' |
33 | 2024-10-30T22:38:54.136Z | info: downloading component 'rust-docs' |
34 | 2024-10-30T22:38:55.541Z | info: downloading component 'rust-std' |
35 | 2024-10-30T22:38:57.770Z | info: downloading component 'rustc' |
36 | 2024-10-30T22:39:05.541Z | info: downloading component 'rustfmt' |
37 | 2024-10-30T22:39:05.825Z | info: installing component 'cargo' |
38 | 2024-10-30T22:39:06.707Z | info: installing component 'clippy' |
39 | 2024-10-30T22:39:07.143Z | info: installing component 'rust-docs' |
40 | 2024-10-30T22:39:08.889Z | info: installing component 'rust-std' |
41 | 2024-10-30T22:39:10.911Z | info: installing component 'rustc' |
42 | 2024-10-30T22:39:17.364Z | info: installing component 'rustfmt' |
43 | 2024-10-30T22:39:17.715Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
44 | 2024-10-30T22:39:17.715Z | |
45 | 2024-10-30T22:39:18.089Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-10-30T22:39:18.089Z | |
47 | 2024-10-30T22:39:18.092Z | |
48 | 2024-10-30T22:39:18.092Z | Rust is installed now. Great! |
49 | 2024-10-30T22:39:18.092Z | |
50 | 2024-10-30T22:39:18.092Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-10-30T22:39:18.092Z | environment variable. This has not been done automatically. |
52 | 2024-10-30T22:39:18.092Z | |
53 | 2024-10-30T22:39:18.093Z | To configure your current shell, you need to source |
54 | 2024-10-30T22:39:18.093Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-10-30T22:39:18.093Z | |
56 | 2024-10-30T22:39:18.093Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-10-30T22:39:18.093Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-10-30T22:39:18.093Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-10-30T22:39:18.164Z | + rustc --version |
60 | 2024-10-30T22:39:18.229Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-10-30T22:39:18.232Z | process exited: duration 27264 ms, exit code 0 |
|
62 | 2024-10-30T22:39:18.239Z | starting task 2: "authentication" |
63 | 2024-10-30T22:39:18.261Z | process exited: duration 23 ms, exit code 0 |
|
64 | 2024-10-30T22:39:18.269Z | starting task 3: "clone repository" |
65 | 2024-10-30T22:39:18.274Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-10-30T22:39:18.277Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-10-30T22:39:20.354Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-10-30T22:39:32.685Z | + cd /work/oxidecomputer/omicron |
69 | 2024-10-30T22:39:32.685Z | + git fetch origin 8f8ba2a778142317bd337e89c5ecbf1ddf7509e1 |
70 | 2024-10-30T22:39:33.005Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-10-30T22:39:33.005Z | * branch 8f8ba2a778142317bd337e89c5ecbf1ddf7509e1 -> FETCH_HEAD |
72 | 2024-10-30T22:39:33.016Z | + [[ -n gjcolombo/propolis-update ]] |
73 | 2024-10-30T22:39:33.019Z | ++ git branch --show-current |
74 | 2024-10-30T22:39:33.019Z | + current=main |
75 | 2024-10-30T22:39:33.019Z | + [[ main != gjcolombo/propolis-update ]] |
76 | 2024-10-30T22:39:33.022Z | + git branch -f gjcolombo/propolis-update 8f8ba2a778142317bd337e89c5ecbf1ddf7509e1 |
77 | 2024-10-30T22:39:33.025Z | + git checkout -f gjcolombo/propolis-update |
78 | 2024-10-30T22:39:33.197Z | Switched to branch 'gjcolombo/propolis-update' |
79 | 2024-10-30T22:39:33.199Z | + git reset --hard 8f8ba2a778142317bd337e89c5ecbf1ddf7509e1 |
80 | 2024-10-30T22:39:33.370Z | HEAD is now at 8f8ba2a77 don't depend on Propolis "disk attachment states" anymore |
81 | 2024-10-30T22:39:33.372Z | process exited: duration 15101 ms, exit code 0 |
|
82 | 2024-10-30T22:39:33.377Z | starting task 4: "build" |
83 | 2024-10-30T22:39:33.383Z | + source .github/buildomat/ci-env.sh |
84 | 2024-10-30T22:39:33.385Z | ++ export CARGO_TERM_COLOR=always |
85 | 2024-10-30T22:39:33.385Z | ++ CARGO_TERM_COLOR=always |
86 | 2024-10-30T22:39:33.385Z | + cargo --version |
87 | 2024-10-30T22:39:33.442Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
88 | 2024-10-30T22:39:33.444Z | + rustc --version |
89 | 2024-10-30T22:39:33.506Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
90 | 2024-10-30T22:39:33.509Z | + cd /tmp |
91 | 2024-10-30T22:39:33.509Z | + cargo new --lib test-project |
92 | 2024-10-30T22:39:33.568Z | Creating library `test-project` package |
93 | 2024-10-30T22:39:33.648Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
94 | 2024-10-30T22:39:33.650Z | + cd test-project |
95 | 2024-10-30T22:39:33.650Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
96 | 2024-10-30T22:39:33.711Z | Adding omicron-common (local) to dependencies |
97 | 2024-10-30T22:39:33.711Z | Features: |
98 | 2024-10-30T22:39:33.711Z | - proptest |
99 | 2024-10-30T22:39:33.711Z | - test-strategy |
100 | 2024-10-30T22:39:33.711Z | - testing |
101 | 2024-10-30T22:39:33.715Z | Updating crates.io index |
102 | 2024-10-30T22:39:33.768Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
103 | 2024-10-30T22:39:34.560Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2024-10-30T22:39:34.982Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
105 | 2024-10-30T22:39:35.348Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
106 | 2024-10-30T22:39:36.550Z | Locking 301 packages to latest compatible versions |
107 | 2024-10-30T22:39:36.553Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
108 | 2024-10-30T22:39:36.553Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
109 | 2024-10-30T22:39:36.553Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
110 | 2024-10-30T22:39:36.553Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
111 | 2024-10-30T22:39:36.553Z | Adding goblin v0.8.2 (latest: v0.9.2) |
112 | 2024-10-30T22:39:36.556Z | Adding hashbrown v0.12.3 (latest: v0.15.0) |
113 | 2024-10-30T22:39:36.556Z | Adding hashbrown v0.14.5 (latest: v0.15.0) |
114 | 2024-10-30T22:39:36.556Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
115 | 2024-10-30T22:39:36.556Z | Adding hostname v0.3.1 (latest: v0.4.0) |
116 | 2024-10-30T22:39:36.556Z | Adding idna v0.5.0 (latest: v1.0.2) |
117 | 2024-10-30T22:39:36.556Z | Adding indexmap v1.9.3 (latest: v2.6.0) |
118 | 2024-10-30T22:39:36.556Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
119 | 2024-10-30T22:39:36.559Z | Adding regress v0.9.1 (latest: v0.10.1) |
120 | 2024-10-30T22:39:36.566Z | Adding rustls v0.22.4 (latest: v0.23.16) |
121 | 2024-10-30T22:39:36.568Z | Adding security-framework v2.11.1 (latest: v3.0.0) |
122 | 2024-10-30T22:39:36.571Z | Adding term v0.7.0 (latest: v1.0.0) |
123 | 2024-10-30T22:39:36.571Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
124 | 2024-10-30T22:39:36.574Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
125 | 2024-10-30T22:39:36.574Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
126 | 2024-10-30T22:39:36.576Z | Adding windows v0.52.0 (latest: v0.58.0) |
127 | 2024-10-30T22:39:36.576Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
128 | 2024-10-30T22:39:36.576Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
129 | 2024-10-30T22:39:36.576Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
130 | 2024-10-30T22:39:36.576Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
131 | 2024-10-30T22:39:36.576Z | Adding zerocopy v0.7.35 (latest: v0.8.7) |
132 | 2024-10-30T22:39:36.576Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.7) |
133 | 2024-10-30T22:39:36.648Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
134 | 2024-10-30T22:39:36.650Z | + cargo check |
135 | 2024-10-30T22:39:36.793Z | Updating crates.io index |
136 | 2024-10-30T22:39:37.557Z | Locking 2 packages to latest compatible versions |
137 | 2024-10-30T22:39:41.259Z | Adding omicron-workspace-hack v0.1.0 |
138 | 2024-10-30T22:39:43.620Z | Adding test-project v0.1.0 (/tmp/test-project) |
139 | 2024-10-30T22:39:44.490Z | Downloading crates ... |
140 | 2024-10-30T22:39:44.593Z | Downloaded async-stream-impl v0.3.6 |
141 | 2024-10-30T22:39:44.595Z | Downloaded crypto-common v0.1.6 |
142 | 2024-10-30T22:39:44.598Z | Downloaded cpufeatures v0.2.14 |
143 | 2024-10-30T22:39:44.600Z | Downloaded anyhow v1.0.89 |
144 | 2024-10-30T22:39:44.618Z | Downloaded hostname v0.4.0 |
145 | 2024-10-30T22:39:44.620Z | Downloaded cc v1.1.30 |
146 | 2024-10-30T22:39:44.623Z | Downloaded generic-array v0.14.7 |
147 | 2024-10-30T22:39:44.626Z | Downloaded fnv v1.0.7 |
148 | 2024-10-30T22:39:44.626Z | Downloaded dyn-clone v1.0.17 |
149 | 2024-10-30T22:39:44.628Z | Downloaded memmap v0.7.0 |
150 | 2024-10-30T22:39:44.630Z | Downloaded num_threads v0.1.7 |
151 | 2024-10-30T22:39:44.631Z | Downloaded byteorder v1.5.0 |
152 | 2024-10-30T22:39:44.633Z | Downloaded instant v0.1.13 |
153 | 2024-10-30T22:39:44.635Z | Downloaded macaddr v1.0.1 |
154 | 2024-10-30T22:39:44.637Z | Downloaded is-terminal v0.4.13 |
155 | 2024-10-30T22:39:44.639Z | Downloaded progenitor-client v0.8.0 |
156 | 2024-10-30T22:39:44.639Z | Downloaded http-body-util v0.1.2 |
157 | 2024-10-30T22:39:44.642Z | Downloaded futures-core v0.3.31 |
158 | 2024-10-30T22:39:44.642Z | Downloaded futures-macro v0.3.31 |
159 | 2024-10-30T22:39:44.645Z | Downloaded debug-ignore v1.0.5 |
160 | 2024-10-30T22:39:44.645Z | Downloaded hex v0.4.3 |
161 | 2024-10-30T22:39:44.647Z | Downloaded futures-channel v0.3.31 |
162 | 2024-10-30T22:39:44.650Z | Downloaded waitgroup v0.1.2 |
163 | 2024-10-30T22:39:44.652Z | Downloaded dirs-next v2.0.0 |
164 | 2024-10-30T22:39:44.652Z | Downloaded atomic-waker v1.1.2 |
165 | 2024-10-30T22:39:44.654Z | Downloaded scroll_derive v0.12.0 |
166 | 2024-10-30T22:39:44.657Z | Downloaded try-lock v0.2.5 |
167 | 2024-10-30T22:39:44.657Z | Downloaded tower-service v0.3.3 |
168 | 2024-10-30T22:39:44.659Z | Downloaded form_urlencoded v1.2.1 |
169 | 2024-10-30T22:39:44.659Z | Downloaded native-tls v0.2.12 |
170 | 2024-10-30T22:39:44.666Z | Downloaded ahash v0.8.11 |
171 | 2024-10-30T22:39:44.669Z | Downloaded rand_chacha v0.3.1 |
172 | 2024-10-30T22:39:44.671Z | Downloaded autocfg v1.4.0 |
173 | 2024-10-30T22:39:44.673Z | Downloaded schemars_derive v0.8.21 |
174 | 2024-10-30T22:39:44.676Z | Downloaded powerfmt v0.2.0 |
175 | 2024-10-30T22:39:44.678Z | Downloaded block-buffer v0.10.4 |
176 | 2024-10-30T22:39:44.678Z | Downloaded backoff v0.4.0 |
177 | 2024-10-30T22:39:44.682Z | Downloaded async-trait v0.1.83 |
178 | 2024-10-30T22:39:44.685Z | Downloaded rustversion v1.0.17 |
179 | 2024-10-30T22:39:44.688Z | Downloaded quinn-udp v0.5.5 |
180 | 2024-10-30T22:39:44.690Z | Downloaded darling_macro v0.20.10 |
181 | 2024-10-30T22:39:44.690Z | Downloaded toml_datetime v0.6.8 |
182 | 2024-10-30T22:39:44.693Z | Downloaded serde_urlencoded v0.7.1 |
183 | 2024-10-30T22:39:44.693Z | Downloaded cfg-if v1.0.0 |
184 | 2024-10-30T22:39:44.696Z | Downloaded shlex v1.3.0 |
185 | 2024-10-30T22:39:44.698Z | Downloaded serde_path_to_error v0.1.16 |
186 | 2024-10-30T22:39:44.698Z | Downloaded pin-utils v0.1.0 |
187 | 2024-10-30T22:39:44.701Z | Downloaded allocator-api2 v0.2.18 |
188 | 2024-10-30T22:39:44.703Z | Downloaded pest_generator v2.7.14 |
189 | 2024-10-30T22:39:44.705Z | Downloaded rustls-pemfile v2.2.0 |
190 | 2024-10-30T22:39:44.707Z | Downloaded foreign-types v0.3.2 |
191 | 2024-10-30T22:39:44.709Z | Downloaded equivalent v1.0.1 |
192 | 2024-10-30T22:39:44.709Z | Downloaded foreign-types-shared v0.1.1 |
193 | 2024-10-30T22:39:44.711Z | Downloaded hyper-util v0.1.9 |
194 | 2024-10-30T22:39:44.714Z | Downloaded tinyvec_macros v0.1.1 |
195 | 2024-10-30T22:39:44.717Z | Downloaded parking_lot_core v0.9.10 |
196 | 2024-10-30T22:39:44.719Z | Downloaded thiserror-impl v1.0.64 |
197 | 2024-10-30T22:39:44.719Z | Downloaded slog-async v2.8.0 |
198 | 2024-10-30T22:39:44.721Z | Downloaded proc-macro2 v1.0.87 |
199 | 2024-10-30T22:39:44.725Z | Downloaded uuid v1.10.0 |
200 | 2024-10-30T22:39:44.728Z | Downloaded openssl-macros v0.1.1 |
201 | 2024-10-30T22:39:44.731Z | Downloaded num-conv v0.1.0 |
202 | 2024-10-30T22:39:44.731Z | Downloaded usdt-attr-macro v0.5.0 |
203 | 2024-10-30T22:39:44.733Z | Downloaded match_cfg v0.1.0 |
204 | 2024-10-30T22:39:44.733Z | Downloaded http-body v1.0.1 |
205 | 2024-10-30T22:39:44.733Z | Downloaded digest v0.10.7 |
206 | 2024-10-30T22:39:44.736Z | Downloaded socket2 v0.5.7 |
207 | 2024-10-30T22:39:44.738Z | Downloaded bytes v1.7.2 |
208 | 2024-10-30T22:39:44.743Z | Downloaded bitflags v2.6.0 |
209 | 2024-10-30T22:39:44.747Z | Downloaded sync_wrapper v1.0.1 |
210 | 2024-10-30T22:39:44.749Z | Downloaded openssl-probe v0.1.5 |
211 | 2024-10-30T22:39:44.751Z | Downloaded want v0.3.1 |
212 | 2024-10-30T22:39:44.751Z | Downloaded futures-executor v0.3.31 |
213 | 2024-10-30T22:39:44.754Z | Downloaded usdt-macro v0.5.0 |
214 | 2024-10-30T22:39:44.754Z | Downloaded serde_derive v1.0.210 |
215 | 2024-10-30T22:39:44.756Z | Downloaded httpdate v1.0.3 |
216 | 2024-10-30T22:39:44.758Z | Downloaded hostname v0.3.1 |
217 | 2024-10-30T22:39:44.761Z | Downloaded untrusted v0.9.0 |
218 | 2024-10-30T22:39:44.761Z | Downloaded typify-macro v0.2.0 |
219 | 2024-10-30T22:39:44.763Z | Downloaded strum v0.26.3 |
220 | 2024-10-30T22:39:44.763Z | Downloaded unsafe-libyaml v0.2.11 |
221 | 2024-10-30T22:39:44.766Z | Downloaded futures-io v0.3.31 |
222 | 2024-10-30T22:39:44.768Z | Downloaded structmeta-derive v0.3.0 |
223 | 2024-10-30T22:39:44.770Z | Downloaded time-macros v0.2.18 |
224 | 2024-10-30T22:39:44.772Z | Downloaded itoa v1.0.11 |
225 | 2024-10-30T22:39:44.772Z | Downloaded darling v0.20.10 |
226 | 2024-10-30T22:39:44.777Z | Downloaded heck v0.5.0 |
227 | 2024-10-30T22:39:44.779Z | Downloaded time-core v0.1.2 |
228 | 2024-10-30T22:39:44.781Z | Downloaded mime v0.3.17 |
229 | 2024-10-30T22:39:44.781Z | Downloaded hyper-tls v0.6.0 |
230 | 2024-10-30T22:39:44.784Z | Downloaded plain v0.2.3 |
231 | 2024-10-30T22:39:44.784Z | Downloaded futures-sink v0.3.31 |
232 | 2024-10-30T22:39:44.786Z | Downloaded dirs-sys-next v0.1.2 |
233 | 2024-10-30T22:39:44.786Z | Downloaded dtrace-parser v0.2.0 |
234 | 2024-10-30T22:39:44.788Z | Downloaded omicron-workspace-hack v0.1.0 |
235 | 2024-10-30T22:39:44.788Z | Downloaded rustc-hash v2.0.0 |
236 | 2024-10-30T22:39:44.790Z | Downloaded mio v1.0.2 |
237 | 2024-10-30T22:39:44.795Z | Downloaded newtype-uuid v1.1.2 |
238 | 2024-10-30T22:39:44.797Z | Downloaded thread-id v4.2.2 |
239 | 2024-10-30T22:39:44.799Z | Downloaded slog-json v2.6.1 |
240 | 2024-10-30T22:39:44.801Z | Downloaded tokio-native-tls v0.3.1 |
241 | 2024-10-30T22:39:44.805Z | Downloaded unicode-bidi v0.3.17 |
242 | 2024-10-30T22:39:44.807Z | Downloaded httparse v1.9.5 |
243 | 2024-10-30T22:39:44.809Z | Downloaded futures-task v0.3.31 |
244 | 2024-10-30T22:39:44.809Z | Downloaded thiserror v1.0.64 |
245 | 2024-10-30T22:39:44.814Z | Downloaded tokio-macros v2.4.0 |
246 | 2024-10-30T22:39:44.816Z | Downloaded slog-bunyan v2.5.0 |
247 | 2024-10-30T22:39:44.818Z | Downloaded percent-encoding v2.3.1 |
248 | 2024-10-30T22:39:44.818Z | Downloaded subtle v2.6.1 |
249 | 2024-10-30T22:39:44.820Z | Downloaded structmeta v0.3.0 |
250 | 2024-10-30T22:39:44.820Z | Downloaded version_check v0.9.5 |
251 | 2024-10-30T22:39:44.822Z | Downloaded strsim v0.11.1 |
252 | 2024-10-30T22:39:44.822Z | Downloaded tokio-rustls v0.25.0 |
253 | 2024-10-30T22:39:44.824Z | Downloaded thread_local v1.1.8 |
254 | 2024-10-30T22:39:44.827Z | Downloaded pretty-hex v0.4.1 |
255 | 2024-10-30T22:39:44.829Z | Downloaded rand_core v0.6.4 |
256 | 2024-10-30T22:39:44.829Z | Downloaded pkg-config v0.3.31 |
257 | 2024-10-30T22:39:44.832Z | Downloaded iana-time-zone v0.1.61 |
258 | 2024-10-30T22:39:44.834Z | Downloaded strum_macros v0.26.4 |
259 | 2024-10-30T22:39:44.836Z | Downloaded progenitor v0.8.0 |
260 | 2024-10-30T22:39:44.839Z | Downloaded futures v0.3.31 |
261 | 2024-10-30T22:39:44.842Z | Downloaded scopeguard v1.2.0 |
262 | 2024-10-30T22:39:44.845Z | Downloaded parse-display v0.10.0 |
263 | 2024-10-30T22:39:44.847Z | Downloaded dropshot_endpoint v0.12.0 |
264 | 2024-10-30T22:39:44.850Z | Downloaded take_mut v0.2.2 |
265 | 2024-10-30T22:39:44.850Z | Downloaded spin v0.9.8 |
266 | 2024-10-30T22:39:44.852Z | Downloaded slog-term v2.9.1 |
267 | 2024-10-30T22:39:44.854Z | Downloaded num-traits v0.2.19 |
268 | 2024-10-30T22:39:44.857Z | Downloaded signal-hook-registry v1.4.2 |
269 | 2024-10-30T22:39:44.859Z | Downloaded log v0.4.22 |
270 | 2024-10-30T22:39:44.862Z | Downloaded slab v0.4.9 |
271 | 2024-10-30T22:39:44.864Z | Downloaded once_cell v1.20.2 |
272 | 2024-10-30T22:39:44.866Z | Downloaded term v0.7.0 |
273 | 2024-10-30T22:39:44.868Z | Downloaded slog v2.7.0 |
274 | 2024-10-30T22:39:44.871Z | Downloaded serde_with_macros v3.11.0 |
275 | 2024-10-30T22:39:44.874Z | Downloaded unicode-ident v1.0.13 |
276 | 2024-10-30T22:39:44.877Z | Downloaded tinyvec v1.8.0 |
277 | 2024-10-30T22:39:44.879Z | Downloaded pin-project-lite v0.2.14 |
278 | 2024-10-30T22:39:44.885Z | Downloaded toml v0.8.19 |
279 | 2024-10-30T22:39:44.888Z | Downloaded ucd-trie v0.1.7 |
280 | 2024-10-30T22:39:44.891Z | Downloaded typenum v1.17.0 |
281 | 2024-10-30T22:39:44.893Z | Downloaded quote v1.0.37 |
282 | 2024-10-30T22:39:44.895Z | Downloaded serde_yaml v0.9.34+deprecated |
283 | 2024-10-30T22:39:44.899Z | Downloaded pest_derive v2.7.14 |
284 | 2024-10-30T22:39:44.902Z | Downloaded hashbrown v0.14.5 |
285 | 2024-10-30T22:39:44.907Z | Downloaded serde_derive_internals v0.29.1 |
286 | 2024-10-30T22:39:44.909Z | Downloaded tokio-rustls v0.26.0 |
287 | 2024-10-30T22:39:44.912Z | Downloaded hashbrown v0.12.3 |
288 | 2024-10-30T22:39:44.916Z | Downloaded zerocopy-derive v0.7.35 |
289 | 2024-10-30T22:39:44.921Z | Downloaded memchr v2.7.4 |
290 | 2024-10-30T22:39:44.926Z | Downloaded crossbeam-channel v0.5.13 |
291 | 2024-10-30T22:39:44.930Z | Downloaded ryu v1.0.18 |
292 | 2024-10-30T22:39:44.934Z | Downloaded progenitor-impl v0.8.0 |
293 | 2024-10-30T22:39:44.937Z | Downloaded parking_lot v0.12.3 |
294 | 2024-10-30T22:39:44.940Z | Downloaded indexmap v2.6.0 |
295 | 2024-10-30T22:39:44.943Z | Downloaded tracing-core v0.1.32 |
296 | 2024-10-30T22:39:44.946Z | Downloaded http v1.1.0 |
297 | 2024-10-30T22:39:44.950Z | Downloaded tracing v0.1.40 |
298 | 2024-10-30T22:39:44.955Z | Downloaded tokio-util v0.7.12 |
299 | 2024-10-30T22:39:44.962Z | Downloaded rustls-pki-types v1.9.0 |
300 | 2024-10-30T22:39:44.965Z | Downloaded aho-corasick v1.1.3 |
301 | 2024-10-30T22:39:44.971Z | Downloaded schemars v0.8.21 |
302 | 2024-10-30T22:39:44.984Z | Downloaded h2 v0.4.6 |
303 | 2024-10-30T22:39:44.992Z | Downloaded pest v2.7.14 |
304 | 2024-10-30T22:39:44.997Z | Downloaded serde v1.0.210 |
305 | 2024-10-30T22:39:45.000Z | Downloaded dropshot v0.12.0 |
306 | 2024-10-30T22:39:45.022Z | Downloaded chrono v0.4.38 |
307 | 2024-10-30T22:39:45.028Z | Downloaded toml_edit v0.22.22 |
308 | 2024-10-30T22:39:45.050Z | Downloaded serde_json v1.0.128 |
309 | 2024-10-30T22:39:45.056Z | Downloaded rand v0.8.5 |
310 | 2024-10-30T22:39:45.060Z | Downloaded idna v0.5.0 |
311 | 2024-10-30T22:39:45.066Z | Downloaded openssl v0.10.66 |
312 | 2024-10-30T22:39:45.076Z | Downloaded openapiv3 v2.0.0 |
313 | 2024-10-30T22:39:45.087Z | Downloaded reqwest v0.12.8 |
314 | 2024-10-30T22:39:45.095Z | Downloaded winnow v0.6.20 |
315 | 2024-10-30T22:39:45.104Z | Downloaded unicode-normalization v0.1.24 |
316 | 2024-10-30T22:39:45.107Z | Downloaded goblin v0.8.2 |
317 | 2024-10-30T22:39:45.113Z | Downloaded serde_with v3.11.0 |
318 | 2024-10-30T22:39:45.121Z | Downloaded futures-util v0.3.31 |
319 | 2024-10-30T22:39:45.133Z | Downloaded zerocopy v0.7.35 |
320 | 2024-10-30T22:39:45.150Z | Downloaded openssl-sys v0.9.103 |
321 | 2024-10-30T22:39:45.154Z | Downloaded time v0.3.36 |
322 | 2024-10-30T22:39:45.161Z | Downloaded rustls-webpki v0.102.8 |
323 | 2024-10-30T22:39:45.179Z | Downloaded quinn-proto v0.11.8 |
324 | 2024-10-30T22:39:45.186Z | Downloaded hashbrown v0.15.0 |
325 | 2024-10-30T22:39:45.190Z | Downloaded semver v1.0.23 |
326 | 2024-10-30T22:39:45.193Z | Downloaded vcpkg v0.2.15 |
327 | 2024-10-30T22:39:45.230Z | Downloaded scroll v0.12.0 |
328 | 2024-10-30T22:39:45.234Z | Downloaded pest_meta v2.7.14 |
329 | 2024-10-30T22:39:45.237Z | Downloaded hyper v1.4.1 |
330 | 2024-10-30T22:39:45.240Z | Downloaded url v2.5.2 |
331 | 2024-10-30T22:39:45.242Z | Downloaded sha1 v0.10.6 |
332 | 2024-10-30T22:39:45.245Z | Downloaded regex v1.11.0 |
333 | 2024-10-30T22:39:45.256Z | Downloaded libc v0.2.161 |
334 | 2024-10-30T22:39:45.283Z | Downloaded syn v2.0.79 |
335 | 2024-10-30T22:39:45.293Z | Downloaded rustls v0.22.4 |
336 | 2024-10-30T22:39:45.306Z | Downloaded webpki-roots v0.26.6 |
337 | 2024-10-30T22:39:45.309Z | Downloaded serde_tokenstream v0.2.2 |
338 | 2024-10-30T22:39:45.311Z | Downloaded serde_spanned v0.6.8 |
339 | 2024-10-30T22:39:45.314Z | Downloaded crossbeam-utils v0.8.20 |
340 | 2024-10-30T22:39:45.316Z | Downloaded progenitor-macro v0.8.0 |
341 | 2024-10-30T22:39:45.316Z | Downloaded lock_api v0.4.12 |
342 | 2024-10-30T22:39:45.318Z | Downloaded indexmap v1.9.3 |
343 | 2024-10-30T22:39:45.321Z | Downloaded parse-display-derive v0.10.0 |
344 | 2024-10-30T22:39:45.323Z | Downloaded ppv-lite86 v0.2.20 |
345 | 2024-10-30T22:39:45.323Z | Downloaded smallvec v1.13.2 |
346 | 2024-10-30T22:39:45.325Z | Downloaded rustls v0.23.14 |
347 | 2024-10-30T22:39:45.336Z | Downloaded regress v0.10.1 |
348 | 2024-10-30T22:39:45.344Z | Downloaded regex-syntax v0.8.5 |
349 | 2024-10-30T22:39:45.352Z | Downloaded typify-impl v0.2.0 |
350 | 2024-10-30T22:39:45.365Z | Downloaded regress v0.9.1 |
351 | 2024-10-30T22:39:45.374Z | Downloaded multer v3.1.0 |
352 | 2024-10-30T22:39:45.383Z | Downloaded quinn v0.11.5 |
353 | 2024-10-30T22:39:45.383Z | Downloaded ipnet v2.10.1 |
354 | 2024-10-30T22:39:45.383Z | Downloaded typify v0.2.0 |
355 | 2024-10-30T22:39:45.383Z | Downloaded hyper-rustls v0.27.3 |
356 | 2024-10-30T22:39:45.392Z | Downloaded getrandom v0.2.15 |
357 | 2024-10-30T22:39:45.392Z | Downloaded usdt v0.5.0 |
358 | 2024-10-30T22:39:45.392Z | Downloaded ipnetwork v0.20.0 |
359 | 2024-10-30T22:39:45.392Z | Downloaded sha2 v0.10.8 |
360 | 2024-10-30T22:39:45.397Z | Downloaded camino v1.1.9 |
361 | 2024-10-30T22:39:45.397Z | Downloaded dof v0.3.0 |
362 | 2024-10-30T22:39:45.397Z | Downloaded deranged v0.3.11 |
363 | 2024-10-30T22:39:45.397Z | Downloaded ident_case v1.0.1 |
364 | 2024-10-30T22:39:45.397Z | Downloaded paste v1.0.15 |
365 | 2024-10-30T22:39:45.399Z | Downloaded darling_core v0.20.10 |
366 | 2024-10-30T22:39:45.404Z | Downloaded base64 v0.22.1 |
367 | 2024-10-30T22:39:45.407Z | Downloaded regex-automata v0.4.8 |
368 | 2024-10-30T22:39:45.423Z | Downloaded zeroize v1.8.1 |
369 | 2024-10-30T22:39:45.426Z | Downloaded usdt-impl v0.5.0 |
370 | 2024-10-30T22:39:45.430Z | Downloaded async-stream v0.3.6 |
371 | 2024-10-30T22:39:45.430Z | Downloaded encoding_rs v0.8.34 |
372 | 2024-10-30T22:39:45.448Z | Downloaded tokio v1.40.0 |
373 | 2024-10-30T22:39:45.732Z | Downloaded ring v0.17.8 |
374 | 2024-10-30T22:39:46.055Z | Compiling proc-macro2 v1.0.87 |
375 | 2024-10-30T22:39:46.055Z | Compiling unicode-ident v1.0.13 |
376 | 2024-10-30T22:39:46.058Z | Compiling libc v0.2.161 |
377 | 2024-10-30T22:39:46.058Z | Checking cfg-if v1.0.0 |
378 | 2024-10-30T22:39:46.058Z | Compiling autocfg v1.4.0 |
379 | 2024-10-30T22:39:46.058Z | Compiling serde v1.0.210 |
380 | 2024-10-30T22:39:46.059Z | Compiling version_check v0.9.5 |
381 | 2024-10-30T22:39:46.059Z | Checking memchr v2.7.4 |
382 | 2024-10-30T22:39:46.190Z | Compiling serde_json v1.0.128 |
383 | 2024-10-30T22:39:46.248Z | Checking itoa v1.0.11 |
384 | 2024-10-30T22:39:46.686Z | Compiling thiserror v1.0.64 |
385 | 2024-10-30T22:39:46.834Z | Checking once_cell v1.20.2 |
386 | 2024-10-30T22:39:46.888Z | Compiling shlex v1.3.0 |
387 | 2024-10-30T22:39:47.137Z | Compiling cc v1.1.30 |
388 | 2024-10-30T22:39:47.709Z | Checking pin-project-lite v0.2.14 |
389 | 2024-10-30T22:39:47.788Z | Compiling num-traits v0.2.19 |
390 | 2024-10-30T22:39:48.313Z | Checking bytes v1.7.2 |
391 | 2024-10-30T22:39:48.361Z | Checking ryu v1.0.18 |
392 | 2024-10-30T22:39:48.438Z | Checking futures-core v0.3.31 |
393 | 2024-10-30T22:39:48.561Z | Compiling lock_api v0.4.12 |
394 | 2024-10-30T22:39:48.635Z | Compiling byteorder v1.5.0 |
395 | 2024-10-30T22:39:48.680Z | Compiling parking_lot_core v0.9.10 |
396 | 2024-10-30T22:39:48.974Z | Compiling ahash v0.8.11 |
397 | 2024-10-30T22:39:49.087Z | Checking smallvec v1.13.2 |
398 | 2024-10-30T22:39:49.116Z | Checking scopeguard v1.2.0 |
399 | 2024-10-30T22:39:49.139Z | Checking getrandom v0.2.15 |
400 | 2024-10-30T22:39:49.258Z | Compiling schemars v0.8.21 |
401 | 2024-10-30T22:39:49.360Z | Compiling slab v0.4.9 |
402 | 2024-10-30T22:39:49.424Z | Compiling quote v1.0.37 |
403 | 2024-10-30T22:39:49.460Z | Checking log v0.4.22 |
404 | 2024-10-30T22:39:49.590Z | Checking futures-sink v0.3.31 |
405 | 2024-10-30T22:39:49.668Z | Checking socket2 v0.5.7 |
406 | 2024-10-30T22:39:49.701Z | Checking mio v1.0.2 |
407 | 2024-10-30T22:39:49.718Z | Checking signal-hook-registry v1.4.2 |
408 | 2024-10-30T22:39:49.752Z | Compiling ring v0.17.8 |
409 | 2024-10-30T22:39:49.770Z | Checking parking_lot v0.12.3 |
410 | 2024-10-30T22:39:49.862Z | Compiling syn v2.0.79 |
411 | 2024-10-30T22:39:50.031Z | Checking fnv v1.0.7 |
412 | 2024-10-30T22:39:50.082Z | Checking hashbrown v0.15.0 |
413 | 2024-10-30T22:39:50.102Z | Checking equivalent v1.0.1 |
414 | 2024-10-30T22:39:50.156Z | Checking futures-channel v0.3.31 |
415 | 2024-10-30T22:39:50.162Z | Checking http v1.1.0 |
416 | 2024-10-30T22:39:50.208Z | Checking futures-task v0.3.31 |
417 | 2024-10-30T22:39:50.216Z | Checking futures-io v0.3.31 |
418 | 2024-10-30T22:39:50.252Z | Checking pin-utils v0.1.0 |
419 | 2024-10-30T22:39:50.338Z | Compiling semver v1.0.23 |
420 | 2024-10-30T22:39:50.386Z | Checking rustls-pki-types v1.9.0 |
421 | 2024-10-30T22:39:50.447Z | Compiling pkg-config v0.3.31 |
422 | 2024-10-30T22:39:50.492Z | Checking spin v0.9.8 |
423 | 2024-10-30T22:39:50.707Z | Compiling vcpkg v0.2.15 |
424 | 2024-10-30T22:39:50.843Z | Compiling heck v0.5.0 |
425 | 2024-10-30T22:39:51.150Z | Compiling ucd-trie v0.1.7 |
426 | 2024-10-30T22:39:51.319Z | Checking iana-time-zone v0.1.61 |
427 | 2024-10-30T22:39:51.464Z | Checking untrusted v0.9.0 |
428 | 2024-10-30T22:39:51.484Z | Compiling httparse v1.9.5 |
429 | 2024-10-30T22:39:51.592Z | Checking tracing-core v0.1.32 |
430 | 2024-10-30T22:39:51.604Z | Compiling allocator-api2 v0.2.18 |
431 | 2024-10-30T22:39:52.157Z | Checking dyn-clone v1.0.17 |
432 | 2024-10-30T22:39:52.171Z | Compiling openssl-sys v0.9.103 |
433 | 2024-10-30T22:39:52.217Z | Checking atomic-waker v1.1.2 |
434 | 2024-10-30T22:39:52.339Z | Checking tracing v0.1.40 |
435 | 2024-10-30T22:39:52.441Z | Checking http-body v1.0.1 |
436 | 2024-10-30T22:39:52.605Z | Checking subtle v2.6.1 |
437 | 2024-10-30T22:39:52.683Z | Checking zeroize v1.8.1 |
438 | 2024-10-30T22:39:52.813Z | Checking try-lock v0.2.5 |
439 | 2024-10-30T22:39:52.905Z | Compiling uuid v1.10.0 |
440 | 2024-10-30T22:39:52.940Z | Checking want v0.3.1 |
441 | 2024-10-30T22:39:53.124Z | Compiling chrono v0.4.38 |
442 | 2024-10-30T22:39:53.224Z | Checking httpdate v1.0.3 |
443 | 2024-10-30T22:39:53.287Z | Checking foreign-types-shared v0.1.1 |
444 | 2024-10-30T22:39:53.298Z | Compiling slog v2.7.0 |
445 | 2024-10-30T22:39:53.366Z | Compiling openssl v0.10.66 |
446 | 2024-10-30T22:39:53.381Z | Checking foreign-types v0.3.2 |
447 | 2024-10-30T22:39:53.465Z | Compiling aho-corasick v1.1.3 |
448 | 2024-10-30T22:39:53.773Z | Compiling native-tls v0.2.12 |
449 | 2024-10-30T22:39:53.806Z | Checking percent-encoding v2.3.1 |
450 | 2024-10-30T22:39:53.980Z | Checking bitflags v2.6.0 |
451 | 2024-10-30T22:39:54.125Z | Compiling typenum v1.17.0 |
452 | 2024-10-30T22:39:54.215Z | Compiling regex-syntax v0.8.5 |
453 | 2024-10-30T22:39:54.849Z | Checking tinyvec_macros v0.1.1 |
454 | 2024-10-30T22:39:54.894Z | Checking tower-service v0.3.3 |
455 | 2024-10-30T22:39:54.989Z | Compiling rustls v0.23.14 |
456 | 2024-10-30T22:39:55.260Z | Checking tinyvec v1.8.0 |
457 | 2024-10-30T22:39:55.574Z | Checking form_urlencoded v1.2.1 |
458 | 2024-10-30T22:39:55.774Z | Compiling serde_derive_internals v0.29.1 |
459 | 2024-10-30T22:39:56.833Z | Compiling generic-array v0.14.7 |
460 | 2024-10-30T22:39:56.852Z | Checking openssl-probe v0.1.5 |
461 | 2024-10-30T22:39:57.138Z | Compiling regex-automata v0.4.8 |
462 | 2024-10-30T22:39:57.762Z | Checking unicode-normalization v0.1.24 |
463 | 2024-10-30T22:39:58.610Z | Compiling usdt-impl v0.5.0 |
464 | 2024-10-30T22:39:58.627Z | Checking encoding_rs v0.8.34 |
465 | 2024-10-30T22:39:59.076Z | Compiling time-core v0.1.2 |
466 | 2024-10-30T22:39:59.146Z | Compiling num-conv v0.1.0 |
467 | 2024-10-30T22:39:59.241Z | Checking mime v0.3.17 |
468 | 2024-10-30T22:39:59.404Z | Checking powerfmt v0.2.0 |
469 | 2024-10-30T22:39:59.536Z | Checking unicode-bidi v0.3.17 |
470 | 2024-10-30T22:39:59.658Z | Checking deranged v0.3.11 |
471 | 2024-10-30T22:39:59.662Z | Compiling time-macros v0.2.18 |
472 | 2024-10-30T22:39:59.757Z | Compiling serde_derive v1.0.210 |
473 | 2024-10-30T22:40:00.133Z | Compiling zerocopy-derive v0.7.35 |
474 | 2024-10-30T22:40:00.734Z | Compiling thiserror-impl v1.0.64 |
475 | 2024-10-30T22:40:01.392Z | Compiling schemars_derive v0.8.21 |
476 | 2024-10-30T22:40:01.982Z | Compiling tokio-macros v2.4.0 |
477 | 2024-10-30T22:40:02.370Z | Compiling futures-macro v0.3.31 |
478 | 2024-10-30T22:40:02.498Z | Compiling zerocopy v0.7.35 |
479 | 2024-10-30T22:40:03.353Z | Checking tokio v1.40.0 |
480 | 2024-10-30T22:40:03.451Z | Compiling pest v2.7.14 |
481 | 2024-10-30T22:40:04.048Z | Checking futures-util v0.3.31 |
482 | 2024-10-30T22:40:04.134Z | Compiling openssl-macros v0.1.1 |
483 | 2024-10-30T22:40:04.459Z | Compiling hashbrown v0.14.5 |
484 | 2024-10-30T22:40:05.778Z | Compiling regress v0.10.1 |
485 | 2024-10-30T22:40:06.196Z | Compiling pest_meta v2.7.14 |
486 | 2024-10-30T22:40:08.070Z | Checking rustls-webpki v0.102.8 |
487 | 2024-10-30T22:40:08.857Z | Compiling pest_generator v2.7.14 |
488 | 2024-10-30T22:40:09.216Z | Checking http-body-util v0.1.2 |
489 | 2024-10-30T22:40:10.038Z | Compiling regex v1.11.0 |
490 | 2024-10-30T22:40:10.335Z | Compiling scroll_derive v0.12.0 |
491 | 2024-10-30T22:40:10.358Z | Checking tokio-util v0.7.12 |
492 | 2024-10-30T22:40:10.457Z | Compiling pest_derive v2.7.14 |
493 | 2024-10-30T22:40:10.708Z | Checking tokio-native-tls v0.3.1 |
494 | 2024-10-30T22:40:11.203Z | Checking indexmap v2.6.0 |
495 | 2024-10-30T22:40:11.800Z | Checking scroll v0.12.0 |
496 | 2024-10-30T22:40:12.327Z | Compiling serde_tokenstream v0.2.2 |
497 | 2024-10-30T22:40:12.505Z | Checking h2 v0.4.6 |
498 | 2024-10-30T22:40:13.298Z | Compiling dtrace-parser v0.2.0 |
499 | 2024-10-30T22:40:16.461Z | Compiling dof v0.3.0 |
500 | 2024-10-30T22:40:16.489Z | Checking serde_urlencoded v0.7.1 |
501 | 2024-10-30T22:40:16.489Z | Checking tokio-rustls v0.26.0 |
502 | 2024-10-30T22:40:16.489Z | Checking idna v0.5.0 |
503 | 2024-10-30T22:40:16.489Z | Compiling thread-id v4.2.2 |
504 | 2024-10-30T22:40:16.489Z | Checking rustls-pemfile v2.2.0 |
505 | 2024-10-30T22:40:16.489Z | Checking webpki-roots v0.26.6 |
506 | 2024-10-30T22:40:16.489Z | Checking plain v0.2.3 |
507 | 2024-10-30T22:40:16.489Z | Checking num_threads v0.1.7 |
508 | 2024-10-30T22:40:16.489Z | Checking base64 v0.22.1 |
509 | 2024-10-30T22:40:16.490Z | Compiling strsim v0.11.1 |
510 | 2024-10-30T22:40:16.490Z | Compiling ident_case v1.0.1 |
511 | 2024-10-30T22:40:16.490Z | Compiling crossbeam-utils v0.8.20 |
512 | 2024-10-30T22:40:16.490Z | Checking typify-impl v0.2.0 |
513 | 2024-10-30T22:40:16.490Z | Checking url v2.5.2 |
514 | 2024-10-30T22:40:16.490Z | Compiling darling_core v0.20.10 |
515 | 2024-10-30T22:40:16.490Z | Checking time v0.3.36 |
516 | 2024-10-30T22:40:16.661Z | Checking hyper v1.4.1 |
517 | 2024-10-30T22:40:17.441Z | Checking goblin v0.8.2 |
518 | 2024-10-30T22:40:18.650Z | Compiling openapiv3 v2.0.0 |
519 | 2024-10-30T22:40:18.697Z | Checking hyper-util v0.1.9 |
520 | 2024-10-30T22:40:19.267Z | Checking dirs-sys-next v0.1.2 |
521 | 2024-10-30T22:40:19.433Z | Checking sync_wrapper v1.0.1 |
522 | 2024-10-30T22:40:19.575Z | Compiling paste v1.0.15 |
523 | 2024-10-30T22:40:19.830Z | Compiling unsafe-libyaml v0.2.11 |
524 | 2024-10-30T22:40:20.075Z | Checking ipnet v2.10.1 |
525 | 2024-10-30T22:40:20.546Z | Compiling omicron-workspace-hack v0.1.0 |
526 | 2024-10-30T22:40:20.549Z | Checking hyper-tls v0.6.0 |
527 | 2024-10-30T22:40:20.844Z | Checking hyper-rustls v0.27.3 |
528 | 2024-10-30T22:40:20.865Z | Checking pretty-hex v0.4.1 |
529 | 2024-10-30T22:40:21.035Z | Compiling rustversion v1.0.17 |
530 | 2024-10-30T22:40:21.161Z | Compiling rustls v0.22.4 |
531 | 2024-10-30T22:40:21.507Z | Checking reqwest v0.12.8 |
532 | 2024-10-30T22:40:21.526Z | Compiling serde_yaml v0.9.34+deprecated |
533 | 2024-10-30T22:40:21.657Z | Compiling darling_macro v0.20.10 |
534 | 2024-10-30T22:40:21.986Z | Checking dirs-next v2.0.0 |
535 | 2024-10-30T22:40:22.568Z | Checking block-buffer v0.10.4 |
536 | 2024-10-30T22:40:22.607Z | Checking crypto-common v0.1.6 |
537 | 2024-10-30T22:40:22.752Z | Checking toml_datetime v0.6.8 |
538 | 2024-10-30T22:40:22.772Z | Checking serde_spanned v0.6.8 |
539 | 2024-10-30T22:40:22.772Z | Checking ppv-lite86 v0.2.20 |
540 | 2024-10-30T22:40:22.958Z | Compiling structmeta-derive v0.3.0 |
541 | 2024-10-30T22:40:22.961Z | Checking rand_core v0.6.4 |
542 | 2024-10-30T22:40:23.080Z | Checking thread_local v1.1.8 |
543 | 2024-10-30T22:40:23.131Z | Compiling multer v3.1.0 |
544 | 2024-10-30T22:40:23.224Z | Compiling anyhow v1.0.89 |
545 | 2024-10-30T22:40:23.263Z | Compiling newtype-uuid v1.1.2 |
546 | 2024-10-30T22:40:23.353Z | Checking winnow v0.6.20 |
547 | 2024-10-30T22:40:23.469Z | Compiling camino v1.1.9 |
548 | 2024-10-30T22:40:23.585Z | Compiling slog-async v2.8.0 |
549 | 2024-10-30T22:40:23.587Z | Checking match_cfg v0.1.0 |
550 | 2024-10-30T22:40:23.687Z | Checking hostname v0.3.1 |
551 | 2024-10-30T22:40:23.819Z | Checking rand_chacha v0.3.1 |
552 | 2024-10-30T22:40:24.152Z | Checking crossbeam-channel v0.5.13 |
553 | 2024-10-30T22:40:24.188Z | Checking progenitor-client v0.8.0 |
554 | 2024-10-30T22:40:24.205Z | Checking digest v0.10.7 |
555 | 2024-10-30T22:40:24.483Z | Compiling darling v0.20.10 |
556 | 2024-10-30T22:40:24.537Z | Checking term v0.7.0 |
557 | 2024-10-30T22:40:24.939Z | Compiling usdt-macro v0.5.0 |
558 | 2024-10-30T22:40:24.977Z | Compiling usdt-attr-macro v0.5.0 |
559 | 2024-10-30T22:40:25.362Z | Compiling structmeta v0.3.0 |
560 | 2024-10-30T22:40:25.622Z | Checking slog-json v2.6.1 |
561 | 2024-10-30T22:40:25.711Z | Checking futures-executor v0.3.31 |
562 | 2024-10-30T22:40:25.867Z | Compiling async-stream-impl v0.3.6 |
563 | 2024-10-30T22:40:25.898Z | Checking is-terminal v0.4.13 |
564 | 2024-10-30T22:40:25.918Z | Checking memmap v0.7.0 |
565 | 2024-10-30T22:40:26.014Z | Compiling dropshot v0.12.0 |
566 | 2024-10-30T22:40:26.137Z | Checking cpufeatures v0.2.14 |
567 | 2024-10-30T22:40:26.178Z | Checking take_mut v0.2.2 |
568 | 2024-10-30T22:40:26.228Z | Checking sha1 v0.10.6 |
569 | 2024-10-30T22:40:26.264Z | Checking usdt v0.5.0 |
570 | 2024-10-30T22:40:26.366Z | Checking toml_edit v0.22.22 |
571 | 2024-10-30T22:40:26.412Z | Checking slog-term v2.9.1 |
572 | 2024-10-30T22:40:26.501Z | Checking futures v0.3.31 |
573 | 2024-10-30T22:40:26.504Z | Compiling strum_macros v0.26.4 |
574 | 2024-10-30T22:40:26.600Z | Checking slog-bunyan v2.5.0 |
575 | 2024-10-30T22:40:26.619Z | Compiling parse-display-derive v0.10.0 |
576 | 2024-10-30T22:40:26.757Z | Compiling serde_with_macros v3.11.0 |
577 | 2024-10-30T22:40:27.053Z | Checking async-stream v0.3.6 |
578 | 2024-10-30T22:40:27.244Z | Checking rand v0.8.5 |
579 | 2024-10-30T22:40:28.510Z | Checking ipnetwork v0.20.0 |
580 | 2024-10-30T22:40:28.512Z | Checking tokio-rustls v0.25.0 |
581 | 2024-10-30T22:40:28.546Z | Compiling typify-macro v0.2.0 |
582 | 2024-10-30T22:40:28.580Z | Compiling dropshot_endpoint v0.12.0 |
583 | 2024-10-30T22:40:28.855Z | Checking serde_path_to_error v0.1.16 |
584 | 2024-10-30T22:40:28.873Z | Checking hex v0.4.3 |
585 | 2024-10-30T22:40:29.050Z | Checking toml v0.8.19 |
586 | 2024-10-30T22:40:29.261Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
587 | 2024-10-30T22:40:29.387Z | Compiling async-trait v0.1.83 |
588 | 2024-10-30T22:40:29.482Z | Checking waitgroup v0.1.2 |
589 | 2024-10-30T22:40:29.615Z | Checking hostname v0.4.0 |
590 | 2024-10-30T22:40:29.750Z | Checking instant v0.1.13 |
591 | 2024-10-30T22:40:29.802Z | Checking debug-ignore v1.0.5 |
592 | 2024-10-30T22:40:29.866Z | Checking backoff v0.4.0 |
593 | 2024-10-30T22:40:29.943Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
594 | 2024-10-30T22:40:30.045Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
595 | 2024-10-30T22:40:30.096Z | Checking serde_with v3.11.0 |
596 | 2024-10-30T22:40:30.160Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
597 | 2024-10-30T22:40:30.179Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
598 | 2024-10-30T22:40:30.250Z | Checking parse-display v0.10.0 |
599 | 2024-10-30T22:40:30.475Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
600 | 2024-10-30T22:40:30.587Z | Checking macaddr v1.0.1 |
601 | 2024-10-30T22:40:30.661Z | Checking strum v0.26.3 |
602 | 2024-10-30T22:40:30.704Z | Checking regress v0.9.1 |
603 | 2024-10-30T22:40:31.805Z | Compiling typify v0.2.0 |
604 | 2024-10-30T22:40:31.897Z | Compiling progenitor-impl v0.8.0 |
605 | 2024-10-30T22:40:34.637Z | Compiling progenitor-macro v0.8.0 |
606 | 2024-10-30T22:40:39.731Z | Checking progenitor v0.8.0 |
607 | 2024-10-30T22:40:39.838Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
608 | 2024-10-30T22:40:42.581Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
609 | 2024-10-30T22:40:49.781Z | Checking test-project v0.1.0 (/tmp/test-project) |
610 | 2024-10-30T22:40:49.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
611 | 2024-10-30T22:40:50.149Z | + cargo build --release |
612 | 2024-10-30T22:40:50.386Z | Compiling proc-macro2 v1.0.87 |
613 | 2024-10-30T22:40:50.386Z | Compiling unicode-ident v1.0.13 |
614 | 2024-10-30T22:40:50.386Z | Compiling libc v0.2.161 |
615 | 2024-10-30T22:40:50.388Z | Compiling cfg-if v1.0.0 |
616 | 2024-10-30T22:40:50.388Z | Compiling autocfg v1.4.0 |
617 | 2024-10-30T22:40:50.389Z | Compiling serde v1.0.210 |
618 | 2024-10-30T22:40:50.389Z | Compiling version_check v0.9.5 |
619 | 2024-10-30T22:40:50.389Z | Compiling memchr v2.7.4 |
620 | 2024-10-30T22:40:50.495Z | Compiling serde_json v1.0.128 |
621 | 2024-10-30T22:40:50.568Z | Compiling itoa v1.0.11 |
622 | 2024-10-30T22:40:50.839Z | Compiling thiserror v1.0.64 |
623 | 2024-10-30T22:40:50.955Z | Compiling once_cell v1.20.2 |
624 | 2024-10-30T22:40:50.995Z | Compiling shlex v1.3.0 |
625 | 2024-10-30T22:40:51.215Z | Compiling cc v1.1.30 |
626 | 2024-10-30T22:40:51.376Z | Compiling num-traits v0.2.19 |
627 | 2024-10-30T22:40:51.717Z | Compiling pin-project-lite v0.2.14 |
628 | 2024-10-30T22:40:51.825Z | Compiling getrandom v0.2.15 |
629 | 2024-10-30T22:40:51.832Z | Compiling ryu v1.0.18 |
630 | 2024-10-30T22:40:51.899Z | Compiling bytes v1.7.2 |
631 | 2024-10-30T22:40:52.038Z | Compiling quote v1.0.37 |
632 | 2024-10-30T22:40:52.157Z | Compiling futures-core v0.3.31 |
633 | 2024-10-30T22:40:52.304Z | Compiling lock_api v0.4.12 |
634 | 2024-10-30T22:40:52.399Z | Compiling syn v2.0.79 |
635 | 2024-10-30T22:40:52.405Z | Compiling ahash v0.8.11 |
636 | 2024-10-30T22:40:52.604Z | Compiling parking_lot_core v0.9.10 |
637 | 2024-10-30T22:40:52.654Z | Compiling schemars v0.8.21 |
638 | 2024-10-30T22:40:52.774Z | Compiling byteorder v1.5.0 |
639 | 2024-10-30T22:40:53.006Z | Compiling smallvec v1.13.2 |
640 | 2024-10-30T22:40:53.028Z | Compiling scopeguard v1.2.0 |
641 | 2024-10-30T22:40:53.053Z | Compiling slab v0.4.9 |
642 | 2024-10-30T22:40:53.181Z | Compiling log v0.4.22 |
643 | 2024-10-30T22:40:53.464Z | Compiling futures-sink v0.3.31 |
644 | 2024-10-30T22:40:53.605Z | Compiling mio v1.0.2 |
645 | 2024-10-30T22:40:53.633Z | Compiling signal-hook-registry v1.4.2 |
646 | 2024-10-30T22:40:53.650Z | Compiling socket2 v0.5.7 |
647 | 2024-10-30T22:40:53.695Z | Compiling equivalent v1.0.1 |
648 | 2024-10-30T22:40:53.792Z | Compiling parking_lot v0.12.3 |
649 | 2024-10-30T22:40:53.932Z | Compiling ring v0.17.8 |
650 | 2024-10-30T22:40:53.951Z | Compiling fnv v1.0.7 |
651 | 2024-10-30T22:40:54.069Z | Compiling hashbrown v0.15.0 |
652 | 2024-10-30T22:40:54.198Z | Compiling http v1.1.0 |
653 | 2024-10-30T22:40:55.141Z | Compiling futures-channel v0.3.31 |
654 | 2024-10-30T22:40:55.197Z | Compiling semver v1.0.23 |
655 | 2024-10-30T22:40:55.263Z | Compiling futures-io v0.3.31 |
656 | 2024-10-30T22:40:55.551Z | Compiling pin-utils v0.1.0 |
657 | 2024-10-30T22:40:55.553Z | Compiling futures-task v0.3.31 |
658 | 2024-10-30T22:40:55.630Z | Compiling rustls-pki-types v1.9.0 |
659 | 2024-10-30T22:40:55.656Z | Compiling vcpkg v0.2.15 |
660 | 2024-10-30T22:40:55.793Z | Compiling heck v0.5.0 |
661 | 2024-10-30T22:40:55.826Z | Compiling spin v0.9.8 |
662 | 2024-10-30T22:40:55.898Z | Compiling pkg-config v0.3.31 |
663 | 2024-10-30T22:40:56.747Z | Compiling untrusted v0.9.0 |
664 | 2024-10-30T22:40:56.930Z | Compiling iana-time-zone v0.1.61 |
665 | 2024-10-30T22:40:56.985Z | Compiling httparse v1.9.5 |
666 | 2024-10-30T22:40:57.149Z | Compiling openssl-sys v0.9.103 |
667 | 2024-10-30T22:40:57.352Z | Compiling ucd-trie v0.1.7 |
668 | 2024-10-30T22:40:57.746Z | Compiling tracing-core v0.1.32 |
669 | 2024-10-30T22:40:58.106Z | Compiling dyn-clone v1.0.17 |
670 | 2024-10-30T22:40:58.301Z | Compiling allocator-api2 v0.2.18 |
671 | 2024-10-30T22:40:58.311Z | Compiling atomic-waker v1.1.2 |
672 | 2024-10-30T22:40:58.476Z | Compiling tracing v0.1.40 |
673 | 2024-10-30T22:40:59.042Z | Compiling http-body v1.0.1 |
674 | 2024-10-30T22:40:59.164Z | Compiling serde_derive_internals v0.29.1 |
675 | 2024-10-30T22:40:59.276Z | Compiling zeroize v1.8.1 |
676 | 2024-10-30T22:40:59.443Z | Compiling chrono v0.4.38 |
677 | 2024-10-30T22:40:59.613Z | Compiling uuid v1.10.0 |
678 | 2024-10-30T22:41:00.027Z | Compiling subtle v2.6.1 |
679 | 2024-10-30T22:41:00.136Z | Compiling try-lock v0.2.5 |
680 | 2024-10-30T22:41:00.278Z | Compiling want v0.3.1 |
681 | 2024-10-30T22:41:00.343Z | Compiling openssl v0.10.66 |
682 | 2024-10-30T22:41:00.543Z | Compiling httpdate v1.0.3 |
683 | 2024-10-30T22:41:00.782Z | Compiling foreign-types-shared v0.1.1 |
684 | 2024-10-30T22:41:00.881Z | Compiling slog v2.7.0 |
685 | 2024-10-30T22:41:01.269Z | Compiling foreign-types v0.3.2 |
686 | 2024-10-30T22:41:01.453Z | Compiling aho-corasick v1.1.3 |
687 | 2024-10-30T22:41:01.492Z | Compiling rustls v0.23.14 |
688 | 2024-10-30T22:41:01.822Z | Compiling tower-service v0.3.3 |
689 | 2024-10-30T22:41:01.933Z | Compiling bitflags v2.6.0 |
690 | 2024-10-30T22:41:01.963Z | Compiling typenum v1.17.0 |
691 | 2024-10-30T22:41:02.280Z | Compiling native-tls v0.2.12 |
692 | 2024-10-30T22:41:02.650Z | Compiling percent-encoding v2.3.1 |
693 | 2024-10-30T22:41:02.873Z | Compiling regex-syntax v0.8.5 |
694 | 2024-10-30T22:41:03.122Z | Compiling tinyvec_macros v0.1.1 |
695 | 2024-10-30T22:41:03.203Z | Compiling tinyvec v1.8.0 |
696 | 2024-10-30T22:41:03.611Z | Compiling form_urlencoded v1.2.1 |
697 | 2024-10-30T22:41:03.868Z | Compiling serde_derive v1.0.210 |
698 | 2024-10-30T22:41:04.085Z | Compiling zerocopy-derive v0.7.35 |
699 | 2024-10-30T22:41:04.755Z | Compiling thiserror-impl v1.0.64 |
700 | 2024-10-30T22:41:04.832Z | Compiling schemars_derive v0.8.21 |
701 | 2024-10-30T22:41:04.890Z | Compiling tokio-macros v2.4.0 |
702 | 2024-10-30T22:41:05.429Z | Compiling futures-macro v0.3.31 |
703 | 2024-10-30T22:41:06.052Z | Compiling zerocopy v0.7.35 |
704 | 2024-10-30T22:41:07.235Z | Compiling tokio v1.40.0 |
705 | 2024-10-30T22:41:07.513Z | Compiling futures-util v0.3.31 |
706 | 2024-10-30T22:41:07.557Z | Compiling pest v2.7.14 |
707 | 2024-10-30T22:41:08.237Z | Compiling hashbrown v0.14.5 |
708 | 2024-10-30T22:41:08.941Z | Compiling openssl-macros v0.1.1 |
709 | 2024-10-30T22:41:09.530Z | Compiling regress v0.10.1 |
710 | 2024-10-30T22:41:10.433Z | Compiling rustls-webpki v0.102.8 |
711 | 2024-10-30T22:41:14.438Z | Compiling pest_meta v2.7.14 |
712 | 2024-10-30T22:41:15.639Z | Compiling pest_generator v2.7.14 |
713 | 2024-10-30T22:41:16.676Z | Compiling tokio-util v0.7.12 |
714 | 2024-10-30T22:41:17.473Z | Compiling indexmap v2.6.0 |
715 | 2024-10-30T22:41:19.240Z | Compiling h2 v0.4.6 |
716 | 2024-10-30T22:41:19.389Z | Compiling pest_derive v2.7.14 |
717 | 2024-10-30T22:41:20.221Z | Compiling serde_tokenstream v0.2.2 |
718 | 2024-10-30T22:41:21.409Z | Compiling regex-automata v0.4.8 |
719 | 2024-10-30T22:41:23.804Z | Compiling generic-array v0.14.7 |
720 | 2024-10-30T22:41:24.282Z | Compiling openssl-probe v0.1.5 |
721 | 2024-10-30T22:41:24.799Z | Compiling hyper v1.4.1 |
722 | 2024-10-30T22:41:26.479Z | Compiling typify-impl v0.2.0 |
723 | 2024-10-30T22:41:28.727Z | Compiling hyper-util v0.1.9 |
724 | 2024-10-30T22:41:30.271Z | Compiling regex v1.11.0 |
725 | 2024-10-30T22:41:34.526Z | Compiling http-body-util v0.1.2 |
726 | 2024-10-30T22:41:34.688Z | Compiling unicode-normalization v0.1.24 |
727 | 2024-10-30T22:41:34.904Z | Compiling scroll_derive v0.12.0 |
728 | 2024-10-30T22:41:36.053Z | Compiling usdt-impl v0.5.0 |
729 | 2024-10-30T22:41:36.246Z | Compiling encoding_rs v0.8.34 |
730 | 2024-10-30T22:41:36.300Z | Compiling unicode-bidi v0.3.17 |
731 | 2024-10-30T22:41:36.421Z | Compiling mime v0.3.17 |
732 | 2024-10-30T22:41:36.549Z | Compiling powerfmt v0.2.0 |
733 | 2024-10-30T22:41:37.032Z | Compiling time-core v0.1.2 |
734 | 2024-10-30T22:41:37.195Z | Compiling num-conv v0.1.0 |
735 | 2024-10-30T22:41:37.358Z | Compiling typify-macro v0.2.0 |
736 | 2024-10-30T22:41:37.465Z | Compiling time-macros v0.2.18 |
737 | 2024-10-30T22:41:39.070Z | Compiling idna v0.5.0 |
738 | 2024-10-30T22:41:40.273Z | Compiling tokio-rustls v0.26.0 |
739 | 2024-10-30T22:41:40.716Z | Compiling deranged v0.3.11 |
740 | 2024-10-30T22:41:42.987Z | Compiling scroll v0.12.0 |
741 | 2024-10-30T22:41:43.598Z | Compiling thread-id v4.2.2 |
742 | 2024-10-30T22:41:43.698Z | Compiling tokio-native-tls v0.3.1 |
743 | 2024-10-30T22:41:43.994Z | Compiling dof v0.3.0 |
744 | 2024-10-30T22:41:44.500Z | Compiling dtrace-parser v0.2.0 |
745 | 2024-10-30T22:41:44.839Z | Compiling serde_urlencoded v0.7.1 |
746 | 2024-10-30T22:41:46.083Z | Compiling webpki-roots v0.26.6 |
747 | 2024-10-30T22:41:46.287Z | Compiling rustls-pemfile v2.2.0 |
748 | 2024-10-30T22:41:46.757Z | Compiling plain v0.2.3 |
749 | 2024-10-30T22:41:46.905Z | Compiling crossbeam-utils v0.8.20 |
750 | 2024-10-30T22:41:48.712Z | Compiling omicron-workspace-hack v0.1.0 |
751 | 2024-10-30T22:41:49.038Z | Compiling strsim v0.11.1 |
752 | 2024-10-30T22:41:49.722Z | Compiling num_threads v0.1.7 |
753 | 2024-10-30T22:41:49.757Z | Compiling ident_case v1.0.1 |
754 | 2024-10-30T22:41:49.779Z | Compiling base64 v0.22.1 |
755 | 2024-10-30T22:41:49.909Z | Compiling darling_core v0.20.10 |
756 | 2024-10-30T22:41:50.080Z | Compiling time v0.3.36 |
757 | 2024-10-30T22:41:55.190Z | Compiling goblin v0.8.2 |
758 | 2024-10-30T22:41:57.767Z | Compiling hyper-rustls v0.27.3 |
759 | 2024-10-30T22:41:59.224Z | Compiling hyper-tls v0.6.0 |
760 | 2024-10-30T22:41:59.379Z | Compiling typify v0.2.0 |
761 | 2024-10-30T22:41:59.501Z | Compiling url v2.5.2 |
762 | 2024-10-30T22:41:59.725Z | Compiling openapiv3 v2.0.0 |
763 | 2024-10-30T22:42:03.946Z | Compiling sync_wrapper v1.0.1 |
764 | 2024-10-30T22:42:04.089Z | Compiling dirs-sys-next v0.1.2 |
765 | 2024-10-30T22:42:05.166Z | Compiling paste v1.0.15 |
766 | 2024-10-30T22:42:05.679Z | Compiling rustls v0.22.4 |
767 | 2024-10-30T22:42:05.693Z | Compiling pretty-hex v0.4.1 |
768 | 2024-10-30T22:42:05.725Z | Compiling unsafe-libyaml v0.2.11 |
769 | 2024-10-30T22:42:05.810Z | Compiling rustversion v1.0.17 |
770 | 2024-10-30T22:42:05.870Z | Compiling ipnet v2.10.1 |
771 | 2024-10-30T22:42:06.506Z | Compiling reqwest v0.12.8 |
772 | 2024-10-30T22:42:07.408Z | Compiling serde_yaml v0.9.34+deprecated |
773 | 2024-10-30T22:42:09.087Z | Compiling dirs-next v2.0.0 |
774 | 2024-10-30T22:42:09.335Z | Compiling progenitor-impl v0.8.0 |
775 | 2024-10-30T22:42:11.621Z | Compiling darling_macro v0.20.10 |
776 | 2024-10-30T22:42:13.222Z | Compiling crypto-common v0.1.6 |
777 | 2024-10-30T22:42:13.419Z | Compiling block-buffer v0.10.4 |
778 | 2024-10-30T22:42:13.649Z | Compiling toml_datetime v0.6.8 |
779 | 2024-10-30T22:42:14.316Z | Compiling serde_spanned v0.6.8 |
780 | 2024-10-30T22:42:14.361Z | Compiling ppv-lite86 v0.2.20 |
781 | 2024-10-30T22:42:14.546Z | Compiling structmeta-derive v0.3.0 |
782 | 2024-10-30T22:42:15.291Z | Compiling rand_core v0.6.4 |
783 | 2024-10-30T22:42:15.610Z | Compiling thread_local v1.1.8 |
784 | 2024-10-30T22:42:15.760Z | Compiling multer v3.1.0 |
785 | 2024-10-30T22:42:16.111Z | Compiling newtype-uuid v1.1.2 |
786 | 2024-10-30T22:42:16.315Z | Compiling slog-async v2.8.0 |
787 | 2024-10-30T22:42:16.467Z | Compiling camino v1.1.9 |
788 | 2024-10-30T22:42:16.787Z | Compiling match_cfg v0.1.0 |
789 | 2024-10-30T22:42:16.869Z | Compiling winnow v0.6.20 |
790 | 2024-10-30T22:42:17.046Z | Compiling anyhow v1.0.89 |
791 | 2024-10-30T22:42:17.061Z | Compiling structmeta v0.3.0 |
792 | 2024-10-30T22:42:17.102Z | Compiling hostname v0.3.1 |
793 | 2024-10-30T22:42:17.346Z | Compiling rand_chacha v0.3.1 |
794 | 2024-10-30T22:42:17.401Z | Compiling progenitor-macro v0.8.0 |
795 | 2024-10-30T22:42:17.939Z | Compiling digest v0.10.7 |
796 | 2024-10-30T22:42:18.347Z | Compiling crossbeam-channel v0.5.13 |
797 | 2024-10-30T22:42:19.038Z | Compiling darling v0.20.10 |
798 | 2024-10-30T22:42:19.385Z | Compiling term v0.7.0 |
799 | 2024-10-30T22:42:21.004Z | Compiling toml_edit v0.22.22 |
800 | 2024-10-30T22:42:23.922Z | Compiling progenitor-client v0.8.0 |
801 | 2024-10-30T22:42:26.022Z | Compiling usdt-macro v0.5.0 |
802 | 2024-10-30T22:42:27.318Z | Compiling usdt-attr-macro v0.5.0 |
803 | 2024-10-30T22:42:27.997Z | Compiling slog-json v2.6.1 |
804 | 2024-10-30T22:42:28.451Z | Compiling futures-executor v0.3.31 |
805 | 2024-10-30T22:42:28.754Z | Compiling async-stream-impl v0.3.6 |
806 | 2024-10-30T22:42:29.566Z | Compiling is-terminal v0.4.13 |
807 | 2024-10-30T22:42:29.675Z | Compiling memmap v0.7.0 |
808 | 2024-10-30T22:42:30.062Z | Compiling dropshot v0.12.0 |
809 | 2024-10-30T22:42:30.094Z | Compiling cpufeatures v0.2.14 |
810 | 2024-10-30T22:42:30.184Z | Compiling take_mut v0.2.2 |
811 | 2024-10-30T22:42:30.467Z | Compiling sha1 v0.10.6 |
812 | 2024-10-30T22:42:31.011Z | Compiling progenitor v0.8.0 |
813 | 2024-10-30T22:42:31.188Z | Compiling async-stream v0.3.6 |
814 | 2024-10-30T22:42:31.244Z | Compiling usdt v0.5.0 |
815 | 2024-10-30T22:42:31.475Z | Compiling slog-term v2.9.1 |
816 | 2024-10-30T22:42:32.701Z | Compiling futures v0.3.31 |
817 | 2024-10-30T22:42:32.896Z | Compiling slog-bunyan v2.5.0 |
818 | 2024-10-30T22:42:33.165Z | Compiling strum_macros v0.26.4 |
819 | 2024-10-30T22:42:33.610Z | Compiling tokio-rustls v0.25.0 |
820 | 2024-10-30T22:42:34.047Z | Compiling toml v0.8.19 |
821 | 2024-10-30T22:42:34.302Z | Compiling serde_with_macros v3.11.0 |
822 | 2024-10-30T22:42:37.547Z | Compiling rand v0.8.5 |
823 | 2024-10-30T22:42:38.371Z | Compiling parse-display-derive v0.10.0 |
824 | 2024-10-30T22:42:42.104Z | Compiling ipnetwork v0.20.0 |
825 | 2024-10-30T22:42:42.187Z | Compiling dropshot_endpoint v0.12.0 |
826 | 2024-10-30T22:42:43.056Z | Compiling hex v0.4.3 |
827 | 2024-10-30T22:42:43.473Z | Compiling serde_path_to_error v0.1.16 |
828 | 2024-10-30T22:42:43.740Z | Compiling async-trait v0.1.83 |
829 | 2024-10-30T22:42:44.474Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
830 | 2024-10-30T22:42:45.283Z | Compiling waitgroup v0.1.2 |
831 | 2024-10-30T22:42:45.517Z | Compiling hostname v0.4.0 |
832 | 2024-10-30T22:42:45.754Z | Compiling instant v0.1.13 |
833 | 2024-10-30T22:42:45.886Z | Compiling debug-ignore v1.0.5 |
834 | 2024-10-30T22:42:46.020Z | Compiling backoff v0.4.0 |
835 | 2024-10-30T22:42:46.065Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
836 | 2024-10-30T22:42:46.252Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
837 | 2024-10-30T22:42:46.335Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
838 | 2024-10-30T22:42:46.408Z | Compiling parse-display v0.10.0 |
839 | 2024-10-30T22:42:47.147Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
840 | 2024-10-30T22:42:47.702Z | Compiling strum v0.26.3 |
841 | 2024-10-30T22:42:47.876Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
842 | 2024-10-30T22:42:48.448Z | Compiling serde_with v3.11.0 |
843 | 2024-10-30T22:42:49.407Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
844 | 2024-10-30T22:42:50.223Z | Compiling macaddr v1.0.1 |
845 | 2024-10-30T22:42:50.802Z | Compiling regress v0.9.1 |
846 | 2024-10-30T22:42:56.519Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
847 | 2024-10-30T22:43:06.595Z | Compiling test-project v0.1.0 (/tmp/test-project) |
848 | 2024-10-30T22:43:15.844Z | Finished `release` profile [optimized] target(s) in 2m 25s |
849 | 2024-10-30T22:43:15.904Z | process exited: duration 222503 ms, exit code 0 |
|
850 | 2024-10-30T22:43:15.909Z | found 0 output files |