|
|
|
1 | 2024-11-18T21:35:29.794Z | job assigned to worker 01JD0K6404W0WN5Q7R90MGXCB1 [factory aws, i-0f4b10375ae252af9] (queued for 50 s) |
|
2 | 2024-11-18T21:35:37.736Z | starting task 0: "setup" |
3 | 2024-11-18T21:35:37.745Z | ++ uname -s |
4 | 2024-11-18T21:35:37.748Z | + kern=SunOS |
5 | 2024-11-18T21:35:37.748Z | + case "$kern" in |
6 | 2024-11-18T21:35:37.748Z | + groupadd -g 12345 build |
7 | 2024-11-18T21:35:37.751Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-18T21:35:39.758Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-18T21:35:39.861Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-18T21:35:39.863Z | + home_fs=zfs |
11 | 2024-11-18T21:35:39.863Z | + [[ zfs == autofs ]] |
12 | 2024-11-18T21:35:39.864Z | + mkdir -p /home/build |
13 | 2024-11-18T21:35:39.866Z | + chown build:build /home/build /work |
14 | 2024-11-18T21:35:41.867Z | + chmod 0700 /home/build /work |
15 | 2024-11-18T21:35:41.870Z | process exited: duration 4135 ms, exit code 0 |
|
16 | 2024-11-18T21:35:41.876Z | starting task 1: "rust-toolchain" |
17 | 2024-11-18T21:35:41.880Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-18T21:35:41.880Z | ' 1.81.0 |
19 | 2024-11-18T21:35:41.883Z | * toolchain channel = "1.81.0" |
20 | 2024-11-18T21:35:41.883Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-18T21:35:41.883Z | ' default |
22 | 2024-11-18T21:35:41.883Z | * toolchain profile = "default" |
23 | 2024-11-18T21:35:41.883Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-18T21:35:41.883Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-18T21:35:42.013Z | info: downloading installer |
26 | 2024-11-18T21:35:43.380Z | info: profile set to 'default' |
27 | 2024-11-18T21:35:43.380Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-18T21:35:43.383Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-18T21:35:43.525Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-18T21:35:43.525Z | info: downloading component 'cargo' |
31 | 2024-11-18T21:35:44.211Z | info: downloading component 'clippy' |
32 | 2024-11-18T21:35:44.466Z | info: downloading component 'rust-docs' |
33 | 2024-11-18T21:35:45.419Z | info: downloading component 'rust-std' |
34 | 2024-11-18T21:35:46.901Z | info: downloading component 'rustc' |
35 | 2024-11-18T21:35:52.242Z | info: downloading component 'rustfmt' |
36 | 2024-11-18T21:35:52.443Z | info: installing component 'cargo' |
37 | 2024-11-18T21:35:53.266Z | info: installing component 'clippy' |
38 | 2024-11-18T21:35:53.639Z | info: installing component 'rust-docs' |
39 | 2024-11-18T21:35:55.270Z | info: installing component 'rust-std' |
40 | 2024-11-18T21:35:57.095Z | info: installing component 'rustc' |
41 | 2024-11-18T21:36:02.840Z | info: installing component 'rustfmt' |
42 | 2024-11-18T21:36:03.158Z | |
43 | 2024-11-18T21:36:03.158Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
44 | 2024-11-18T21:36:03.520Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-18T21:36:03.520Z | |
46 | 2024-11-18T21:36:03.523Z | |
47 | 2024-11-18T21:36:03.523Z | Rust is installed now. Great! |
48 | 2024-11-18T21:36:03.523Z | |
49 | 2024-11-18T21:36:03.524Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-18T21:36:03.524Z | environment variable. This has not been done automatically. |
51 | 2024-11-18T21:36:03.524Z | |
52 | 2024-11-18T21:36:03.524Z | To configure your current shell, you need to source |
53 | 2024-11-18T21:36:03.524Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-18T21:36:03.524Z | |
55 | 2024-11-18T21:36:03.524Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-18T21:36:03.524Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-18T21:36:03.524Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-18T21:36:03.595Z | + rustc --version |
59 | 2024-11-18T21:36:03.659Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-18T21:36:03.662Z | process exited: duration 21785 ms, exit code 0 |
|
61 | 2024-11-18T21:36:03.666Z | starting task 2: "authentication" |
62 | 2024-11-18T21:36:03.687Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-18T21:36:03.692Z | starting task 3: "clone repository" |
64 | 2024-11-18T21:36:03.697Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-18T21:36:03.699Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-18T21:36:03.742Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-18T21:36:11.149Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-18T21:36:11.149Z | + git fetch origin 27527e868cf2ba3514fd276422b641fc0d6051d6 |
69 | 2024-11-18T21:36:11.688Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-18T21:36:11.689Z | * branch 27527e868cf2ba3514fd276422b641fc0d6051d6 -> FETCH_HEAD |
71 | 2024-11-18T21:36:11.697Z | + [[ -n '' ]] |
72 | 2024-11-18T21:36:11.697Z | + git reset --hard 27527e868cf2ba3514fd276422b641fc0d6051d6 |
73 | 2024-11-18T21:36:11.865Z | HEAD is now at 27527e868 Merge branch 'main' into dataset_typed_uuid |
74 | 2024-11-18T21:36:11.867Z | process exited: duration 8174 ms, exit code 0 |
|
75 | 2024-11-18T21:36:11.872Z | starting task 4: "build" |
76 | 2024-11-18T21:36:11.877Z | + source .github/buildomat/ci-env.sh |
77 | 2024-11-18T21:36:11.877Z | ++ export CARGO_TERM_COLOR=always |
78 | 2024-11-18T21:36:11.877Z | ++ CARGO_TERM_COLOR=always |
79 | 2024-11-18T21:36:11.880Z | + cargo --version |
80 | 2024-11-18T21:36:11.935Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
81 | 2024-11-18T21:36:11.938Z | + rustc --version |
82 | 2024-11-18T21:36:11.998Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
83 | 2024-11-18T21:36:12.000Z | + cd /tmp |
84 | 2024-11-18T21:36:12.000Z | + cargo new --lib test-project |
85 | 2024-11-18T21:36:12.058Z | Creating library `test-project` package |
86 | 2024-11-18T21:36:12.133Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
87 | 2024-11-18T21:36:12.136Z | + cd test-project |
88 | 2024-11-18T21:36:12.136Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
89 | 2024-11-18T21:36:12.195Z | Adding omicron-common (local) to dependencies |
90 | 2024-11-18T21:36:12.195Z | Features: |
91 | 2024-11-18T21:36:12.195Z | - proptest |
92 | 2024-11-18T21:36:12.195Z | - test-strategy |
93 | 2024-11-18T21:36:12.195Z | - testing |
94 | 2024-11-18T21:36:12.197Z | Updating crates.io index |
95 | 2024-11-18T21:36:12.268Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
96 | 2024-11-18T21:36:13.011Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
97 | 2024-11-18T21:36:13.416Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
98 | 2024-11-18T21:36:13.854Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
99 | 2024-11-18T21:36:15.114Z | Locking 328 packages to latest compatible versions |
100 | 2024-11-18T21:36:15.117Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
101 | 2024-11-18T21:36:15.117Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
102 | 2024-11-18T21:36:15.117Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
103 | 2024-11-18T21:36:15.119Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
104 | 2024-11-18T21:36:15.119Z | Adding goblin v0.8.2 (latest: v0.9.2) |
105 | 2024-11-18T21:36:15.120Z | Adding hashbrown v0.12.3 (latest: v0.15.1) |
106 | 2024-11-18T21:36:15.120Z | Adding hashbrown v0.14.5 (latest: v0.15.1) |
107 | 2024-11-18T21:36:15.120Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
108 | 2024-11-18T21:36:15.120Z | Adding hostname v0.3.1 (latest: v0.4.0) |
109 | 2024-11-18T21:36:15.122Z | Adding indexmap v1.9.3 (latest: v2.6.0) |
110 | 2024-11-18T21:36:15.122Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
111 | 2024-11-18T21:36:15.124Z | Adding regress v0.9.1 (latest: v0.10.1) |
112 | 2024-11-18T21:36:15.130Z | Adding rustls v0.22.4 (latest: v0.23.17) |
113 | 2024-11-18T21:36:15.133Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
114 | 2024-11-18T21:36:15.136Z | Adding term v0.7.0 (latest: v1.0.0) |
115 | 2024-11-18T21:36:15.136Z | Adding thiserror v1.0.69 (latest: v2.0.3) |
116 | 2024-11-18T21:36:15.136Z | Adding thiserror-impl v1.0.69 (latest: v2.0.3) |
117 | 2024-11-18T21:36:15.136Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
118 | 2024-11-18T21:36:15.138Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
119 | 2024-11-18T21:36:15.138Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
120 | 2024-11-18T21:36:15.140Z | Adding windows v0.52.0 (latest: v0.58.0) |
121 | 2024-11-18T21:36:15.140Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
122 | 2024-11-18T21:36:15.140Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
123 | 2024-11-18T21:36:15.141Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
124 | 2024-11-18T21:36:15.141Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
125 | 2024-11-18T21:36:15.141Z | Adding zerocopy v0.7.35 (latest: v0.8.10) |
126 | 2024-11-18T21:36:15.141Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.10) |
127 | 2024-11-18T21:36:15.213Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
128 | 2024-11-18T21:36:15.216Z | + cargo check |
129 | 2024-11-18T21:36:15.381Z | Updating crates.io index |
130 | 2024-11-18T21:36:16.071Z | Locking 2 packages to latest compatible versions |
131 | 2024-11-18T21:36:19.537Z | Adding omicron-workspace-hack v0.1.0 |
132 | 2024-11-18T21:36:21.507Z | Adding test-project v0.1.0 (/tmp/test-project) |
133 | 2024-11-18T21:36:22.490Z | Downloading crates ... |
134 | 2024-11-18T21:36:22.570Z | Downloaded debug-ignore v1.0.5 |
135 | 2024-11-18T21:36:22.572Z | Downloaded base64 v0.22.1 |
136 | 2024-11-18T21:36:22.577Z | Downloaded itoa v1.0.11 |
137 | 2024-11-18T21:36:22.579Z | Downloaded idna v1.0.3 |
138 | 2024-11-18T21:36:22.582Z | Downloaded icu_normalizer_data v1.5.0 |
139 | 2024-11-18T21:36:22.607Z | Downloaded thiserror-impl v1.0.69 |
140 | 2024-11-18T21:36:22.609Z | Downloaded anyhow v1.0.93 |
141 | 2024-11-18T21:36:22.613Z | Downloaded memmap v0.7.0 |
142 | 2024-11-18T21:36:22.615Z | Downloaded aho-corasick v1.1.3 |
143 | 2024-11-18T21:36:22.620Z | Downloaded backoff v0.4.0 |
144 | 2024-11-18T21:36:22.623Z | Downloaded bitflags v2.6.0 |
145 | 2024-11-18T21:36:22.627Z | Downloaded autocfg v1.4.0 |
146 | 2024-11-18T21:36:22.629Z | Downloaded atomic-waker v1.1.2 |
147 | 2024-11-18T21:36:22.632Z | Downloaded async-trait v0.1.83 |
148 | 2024-11-18T21:36:22.634Z | Downloaded async-stream-impl v0.3.6 |
149 | 2024-11-18T21:36:22.634Z | Downloaded async-stream v0.3.6 |
150 | 2024-11-18T21:36:22.637Z | Downloaded allocator-api2 v0.2.18 |
151 | 2024-11-18T21:36:22.640Z | Downloaded time-macros v0.2.18 |
152 | 2024-11-18T21:36:22.642Z | Downloaded tinystr v0.7.6 |
153 | 2024-11-18T21:36:22.645Z | Downloaded time-core v0.1.2 |
154 | 2024-11-18T21:36:22.648Z | Downloaded crossbeam-channel v0.5.13 |
155 | 2024-11-18T21:36:22.651Z | Downloaded tinyvec_macros v0.1.1 |
156 | 2024-11-18T21:36:22.653Z | Downloaded tinyvec v1.8.0 |
157 | 2024-11-18T21:36:22.656Z | Downloaded thread-id v4.2.2 |
158 | 2024-11-18T21:36:22.659Z | Downloaded unicode-ident v1.0.13 |
159 | 2024-11-18T21:36:22.661Z | Downloaded dtrace-parser v0.2.0 |
160 | 2024-11-18T21:36:22.663Z | Downloaded time v0.3.36 |
161 | 2024-11-18T21:36:22.670Z | Downloaded usdt-impl v0.5.0 |
162 | 2024-11-18T21:36:22.672Z | Downloaded usdt-attr-macro v0.5.0 |
163 | 2024-11-18T21:36:22.674Z | Downloaded cc v1.1.30 |
164 | 2024-11-18T21:36:22.677Z | Downloaded untrusted v0.9.0 |
165 | 2024-11-18T21:36:22.680Z | Downloaded usdt-macro v0.5.0 |
166 | 2024-11-18T21:36:22.683Z | Downloaded equivalent v1.0.1 |
167 | 2024-11-18T21:36:22.683Z | Downloaded try-lock v0.2.5 |
168 | 2024-11-18T21:36:22.685Z | Downloaded digest v0.10.7 |
169 | 2024-11-18T21:36:22.687Z | Downloaded http-body v1.0.1 |
170 | 2024-11-18T21:36:22.688Z | Downloaded foreign-types v0.3.2 |
171 | 2024-11-18T21:36:22.690Z | Downloaded block-buffer v0.10.4 |
172 | 2024-11-18T21:36:22.690Z | Downloaded waitgroup v0.1.2 |
173 | 2024-11-18T21:36:22.692Z | Downloaded toml v0.8.19 |
174 | 2024-11-18T21:36:22.695Z | Downloaded uuid v1.11.0 |
175 | 2024-11-18T21:36:22.699Z | Downloaded tracing-core v0.1.32 |
176 | 2024-11-18T21:36:22.702Z | Downloaded write16 v1.0.0 |
177 | 2024-11-18T21:36:22.705Z | Downloaded tokio-rustls v0.26.0 |
178 | 2024-11-18T21:36:22.707Z | Downloaded scroll_derive v0.12.0 |
179 | 2024-11-18T21:36:22.710Z | Downloaded toml_datetime v0.6.8 |
180 | 2024-11-18T21:36:22.710Z | Downloaded match_cfg v0.1.0 |
181 | 2024-11-18T21:36:22.713Z | Downloaded want v0.3.1 |
182 | 2024-11-18T21:36:22.713Z | Downloaded tower-service v0.3.3 |
183 | 2024-11-18T21:36:22.716Z | Downloaded pretty-hex v0.4.1 |
184 | 2024-11-18T21:36:22.716Z | Downloaded yoke-derive v0.7.4 |
185 | 2024-11-18T21:36:22.718Z | Downloaded form_urlencoded v1.2.1 |
186 | 2024-11-18T21:36:22.718Z | Downloaded generic-array v0.14.7 |
187 | 2024-11-18T21:36:22.720Z | Downloaded openssl-probe v0.1.5 |
188 | 2024-11-18T21:36:22.722Z | Downloaded writeable v0.5.5 |
189 | 2024-11-18T21:36:22.725Z | Downloaded utf16_iter v1.0.5 |
190 | 2024-11-18T21:36:22.725Z | Downloaded typify v0.2.0 |
191 | 2024-11-18T21:36:22.728Z | Downloaded zerovec-derive v0.10.3 |
192 | 2024-11-18T21:36:22.730Z | Downloaded tokio-rustls v0.25.0 |
193 | 2024-11-18T21:36:22.732Z | Downloaded idna_adapter v1.2.0 |
194 | 2024-11-18T21:36:22.735Z | Downloaded dof v0.3.0 |
195 | 2024-11-18T21:36:22.737Z | Downloaded progenitor-client v0.8.0 |
196 | 2024-11-18T21:36:22.737Z | Downloaded darling_core v0.20.10 |
197 | 2024-11-18T21:36:22.744Z | Downloaded num-conv v0.1.0 |
198 | 2024-11-18T21:36:22.744Z | Downloaded openssl-macros v0.1.1 |
199 | 2024-11-18T21:36:22.744Z | Downloaded omicron-workspace-hack v0.1.0 |
200 | 2024-11-18T21:36:22.746Z | Downloaded num_threads v0.1.7 |
201 | 2024-11-18T21:36:22.747Z | Downloaded zerofrom v0.1.4 |
202 | 2024-11-18T21:36:22.749Z | Downloaded typify-macro v0.2.0 |
203 | 2024-11-18T21:36:22.749Z | Downloaded tokio-macros v2.4.0 |
204 | 2024-11-18T21:36:22.751Z | Downloaded macaddr v1.0.1 |
205 | 2024-11-18T21:36:22.751Z | Downloaded hyper-tls v0.6.0 |
206 | 2024-11-18T21:36:22.754Z | Downloaded mime v0.3.17 |
207 | 2024-11-18T21:36:22.756Z | Downloaded pest_generator v2.7.14 |
208 | 2024-11-18T21:36:22.756Z | Downloaded darling v0.20.10 |
209 | 2024-11-18T21:36:22.760Z | Downloaded strum v0.26.3 |
210 | 2024-11-18T21:36:22.763Z | Downloaded ipnetwork v0.20.0 |
211 | 2024-11-18T21:36:22.765Z | Downloaded getrandom v0.2.15 |
212 | 2024-11-18T21:36:22.768Z | Downloaded futures-channel v0.3.31 |
213 | 2024-11-18T21:36:22.770Z | Downloaded utf8_iter v1.0.4 |
214 | 2024-11-18T21:36:22.770Z | Downloaded ipnet v2.10.1 |
215 | 2024-11-18T21:36:22.773Z | Downloaded pin-utils v0.1.0 |
216 | 2024-11-18T21:36:22.775Z | Downloaded icu_locid_transform v1.5.0 |
217 | 2024-11-18T21:36:22.777Z | Downloaded litemap v0.7.3 |
218 | 2024-11-18T21:36:22.780Z | Downloaded hostname v0.4.0 |
219 | 2024-11-18T21:36:22.782Z | Downloaded rand_chacha v0.3.1 |
220 | 2024-11-18T21:36:22.782Z | Downloaded sync_wrapper v1.0.1 |
221 | 2024-11-18T21:36:22.784Z | Downloaded stable_deref_trait v1.2.0 |
222 | 2024-11-18T21:36:22.784Z | Downloaded rand_core v0.6.4 |
223 | 2024-11-18T21:36:22.787Z | Downloaded progenitor-macro v0.8.0 |
224 | 2024-11-18T21:36:22.787Z | Downloaded progenitor v0.8.0 |
225 | 2024-11-18T21:36:22.789Z | Downloaded take_mut v0.2.2 |
226 | 2024-11-18T21:36:22.789Z | Downloaded rustc-hash v2.0.0 |
227 | 2024-11-18T21:36:22.791Z | Downloaded strsim v0.11.1 |
228 | 2024-11-18T21:36:22.794Z | Downloaded slog-bunyan v2.5.0 |
229 | 2024-11-18T21:36:22.794Z | Downloaded ryu v1.0.18 |
230 | 2024-11-18T21:36:22.796Z | Downloaded thiserror v1.0.69 |
231 | 2024-11-18T21:36:22.803Z | Downloaded serde_urlencoded v0.7.1 |
232 | 2024-11-18T21:36:22.806Z | Downloaded zerocopy-derive v0.7.35 |
233 | 2024-11-18T21:36:22.809Z | Downloaded slog-async v2.8.0 |
234 | 2024-11-18T21:36:22.811Z | Downloaded serde_path_to_error v0.1.16 |
235 | 2024-11-18T21:36:22.814Z | Downloaded structmeta-derive v0.3.0 |
236 | 2024-11-18T21:36:22.814Z | Downloaded rustversion v1.0.17 |
237 | 2024-11-18T21:36:22.817Z | Downloaded serde_spanned v0.6.8 |
238 | 2024-11-18T21:36:22.819Z | Downloaded signal-hook-registry v1.4.2 |
239 | 2024-11-18T21:36:22.821Z | Downloaded shlex v1.3.0 |
240 | 2024-11-18T21:36:22.821Z | Downloaded pin-project-lite v0.2.14 |
241 | 2024-11-18T21:36:22.826Z | Downloaded spin v0.9.8 |
242 | 2024-11-18T21:36:22.829Z | Downloaded scroll v0.12.0 |
243 | 2024-11-18T21:36:22.831Z | Downloaded term v0.7.0 |
244 | 2024-11-18T21:36:22.834Z | Downloaded subtle v2.6.1 |
245 | 2024-11-18T21:36:22.837Z | Downloaded semver v1.0.23 |
246 | 2024-11-18T21:36:22.839Z | Downloaded schemars_derive v0.8.21 |
247 | 2024-11-18T21:36:22.841Z | Downloaded sha2 v0.10.8 |
248 | 2024-11-18T21:36:22.843Z | Downloaded slab v0.4.9 |
249 | 2024-11-18T21:36:22.846Z | Downloaded icu_properties v1.5.1 |
250 | 2024-11-18T21:36:22.848Z | Downloaded quote v1.0.37 |
251 | 2024-11-18T21:36:22.851Z | Downloaded rustls-pki-types v1.9.0 |
252 | 2024-11-18T21:36:22.853Z | Downloaded smallvec v1.13.2 |
253 | 2024-11-18T21:36:22.856Z | Downloaded serde_yaml v0.9.34+deprecated |
254 | 2024-11-18T21:36:22.860Z | Downloaded serde_derive_internals v0.29.1 |
255 | 2024-11-18T21:36:22.862Z | Downloaded proc-macro2 v1.0.89 |
256 | 2024-11-18T21:36:22.865Z | Downloaded unsafe-libyaml v0.2.11 |
257 | 2024-11-18T21:36:22.868Z | Downloaded strum_macros v0.26.4 |
258 | 2024-11-18T21:36:22.871Z | Downloaded pest_meta v2.7.14 |
259 | 2024-11-18T21:36:22.874Z | Downloaded indexmap v2.6.0 |
260 | 2024-11-18T21:36:22.878Z | Downloaded socket2 v0.5.7 |
261 | 2024-11-18T21:36:22.880Z | Downloaded parking_lot v0.12.3 |
262 | 2024-11-18T21:36:22.883Z | Downloaded http v1.1.0 |
263 | 2024-11-18T21:36:22.887Z | Downloaded icu_collections v1.5.0 |
264 | 2024-11-18T21:36:22.894Z | Downloaded slog v2.7.0 |
265 | 2024-11-18T21:36:22.897Z | Downloaded tracing v0.1.40 |
266 | 2024-11-18T21:36:22.902Z | Downloaded openssl-sys v0.9.104 |
267 | 2024-11-18T21:36:22.907Z | Downloaded memchr v2.7.4 |
268 | 2024-11-18T21:36:22.913Z | Downloaded serde_derive v1.0.215 |
269 | 2024-11-18T21:36:22.916Z | Downloaded progenitor-impl v0.8.0 |
270 | 2024-11-18T21:36:22.918Z | Downloaded quinn v0.11.5 |
271 | 2024-11-18T21:36:22.921Z | Downloaded hashbrown v0.15.0 |
272 | 2024-11-18T21:36:22.928Z | Downloaded rand v0.8.5 |
273 | 2024-11-18T21:36:22.932Z | Downloaded serde v1.0.215 |
274 | 2024-11-18T21:36:22.936Z | Downloaded toml_edit v0.22.22 |
275 | 2024-11-18T21:36:22.960Z | Downloaded schemars v0.8.21 |
276 | 2024-11-18T21:36:22.971Z | Downloaded mio v1.0.2 |
277 | 2024-11-18T21:36:22.977Z | Downloaded serde_with v3.11.0 |
278 | 2024-11-18T21:36:22.986Z | Downloaded pest v2.7.14 |
279 | 2024-11-18T21:36:22.994Z | Downloaded h2 v0.4.6 |
280 | 2024-11-18T21:36:22.999Z | Downloaded zerocopy v0.7.35 |
281 | 2024-11-18T21:36:23.015Z | Downloaded goblin v0.8.2 |
282 | 2024-11-18T21:36:23.021Z | Downloaded icu_properties_data v1.5.0 |
283 | 2024-11-18T21:36:23.031Z | Downloaded zerovec v0.10.4 |
284 | 2024-11-18T21:36:23.037Z | Downloaded tokio-util v0.7.12 |
285 | 2024-11-18T21:36:23.044Z | Downloaded serde_json v1.0.132 |
286 | 2024-11-18T21:36:23.053Z | Downloaded reqwest v0.12.9 |
287 | 2024-11-18T21:36:23.060Z | Downloaded dropshot v0.13.0 |
288 | 2024-11-18T21:36:23.081Z | Downloaded rustls-webpki v0.102.8 |
289 | 2024-11-18T21:36:23.098Z | Downloaded vcpkg v0.2.15 |
290 | 2024-11-18T21:36:23.135Z | Downloaded rustls v0.22.4 |
291 | 2024-11-18T21:36:23.147Z | Downloaded regress v0.9.1 |
292 | 2024-11-18T21:36:23.155Z | Downloaded regress v0.10.1 |
293 | 2024-11-18T21:36:23.162Z | Downloaded rustls v0.23.14 |
294 | 2024-11-18T21:36:23.174Z | Downloaded syn v2.0.87 |
295 | 2024-11-18T21:36:23.185Z | Downloaded openssl v0.10.68 |
296 | 2024-11-18T21:36:23.193Z | Downloaded webpki-roots v0.26.6 |
297 | 2024-11-18T21:36:23.197Z | Downloaded quinn-proto v0.11.8 |
298 | 2024-11-18T21:36:23.202Z | Downloaded regex v1.11.1 |
299 | 2024-11-18T21:36:23.215Z | Downloaded winnow v0.6.20 |
300 | 2024-11-18T21:36:23.224Z | Downloaded regex-syntax v0.8.5 |
301 | 2024-11-18T21:36:23.231Z | Downloaded hyper v1.5.0 |
302 | 2024-11-18T21:36:23.237Z | Downloaded openapiv3 v2.0.0 |
303 | 2024-11-18T21:36:23.248Z | Downloaded hashbrown v0.14.5 |
304 | 2024-11-18T21:36:23.252Z | Downloaded futures-util v0.3.31 |
305 | 2024-11-18T21:36:23.264Z | Downloaded typify-impl v0.2.0 |
306 | 2024-11-18T21:36:23.277Z | Downloaded num-traits v0.2.19 |
307 | 2024-11-18T21:36:23.279Z | Downloaded hashbrown v0.12.3 |
308 | 2024-11-18T21:36:23.283Z | Downloaded regex-automata v0.4.8 |
309 | 2024-11-18T21:36:23.299Z | Downloaded native-tls v0.2.12 |
310 | 2024-11-18T21:36:23.302Z | Downloaded ppv-lite86 v0.2.20 |
311 | 2024-11-18T21:36:23.304Z | Downloaded ucd-trie v0.1.7 |
312 | 2024-11-18T21:36:23.304Z | Downloaded parking_lot_core v0.9.10 |
313 | 2024-11-18T21:36:23.307Z | Downloaded hyper-util v0.1.10 |
314 | 2024-11-18T21:36:23.310Z | Downloaded hyper-rustls v0.27.3 |
315 | 2024-11-18T21:36:23.312Z | Downloaded slog-term v2.9.1 |
316 | 2024-11-18T21:36:23.315Z | Downloaded rustls-pemfile v2.2.0 |
317 | 2024-11-18T21:36:23.317Z | Downloaded tokio v1.40.0 |
318 | 2024-11-18T21:36:23.351Z | Downloaded serde_with_macros v3.11.0 |
319 | 2024-11-18T21:36:23.354Z | Downloaded libc v0.2.162 |
320 | 2024-11-18T21:36:23.378Z | Downloaded pest_derive v2.7.14 |
321 | 2024-11-18T21:36:23.380Z | Downloaded once_cell v1.20.2 |
322 | 2024-11-18T21:36:23.383Z | Downloaded typenum v1.17.0 |
323 | 2024-11-18T21:36:23.385Z | Downloaded icu_locid_transform_data v1.5.0 |
324 | 2024-11-18T21:36:23.387Z | Downloaded chrono v0.4.38 |
325 | 2024-11-18T21:36:23.393Z | Downloaded log v0.4.22 |
326 | 2024-11-18T21:36:23.395Z | Downloaded indexmap v1.9.3 |
327 | 2024-11-18T21:36:23.398Z | Downloaded icu_provider v1.5.0 |
328 | 2024-11-18T21:36:23.400Z | Downloaded icu_normalizer v1.5.0 |
329 | 2024-11-18T21:36:23.404Z | Downloaded plain v0.2.3 |
330 | 2024-11-18T21:36:23.406Z | Downloaded icu_locid v1.5.0 |
331 | 2024-11-18T21:36:23.409Z | Downloaded httparse v1.9.5 |
332 | 2024-11-18T21:36:23.411Z | Downloaded futures v0.3.31 |
333 | 2024-11-18T21:36:23.416Z | Downloaded dropshot_endpoint v0.13.0 |
334 | 2024-11-18T21:36:23.419Z | Downloaded yoke v0.7.4 |
335 | 2024-11-18T21:36:23.421Z | Downloaded serde_tokenstream v0.2.2 |
336 | 2024-11-18T21:36:23.424Z | Downloaded scopeguard v1.2.0 |
337 | 2024-11-18T21:36:23.424Z | Downloaded sha1 v0.10.6 |
338 | 2024-11-18T21:36:23.428Z | Downloaded quinn-udp v0.5.5 |
339 | 2024-11-18T21:36:23.428Z | Downloaded pkg-config v0.3.31 |
340 | 2024-11-18T21:36:23.430Z | Downloaded percent-encoding v2.3.1 |
341 | 2024-11-18T21:36:23.430Z | Downloaded newtype-uuid v1.1.3 |
342 | 2024-11-18T21:36:23.430Z | Downloaded lock_api v0.4.12 |
343 | 2024-11-18T21:36:23.430Z | Downloaded structmeta v0.3.0 |
344 | 2024-11-18T21:36:23.433Z | Downloaded slog-json v2.6.1 |
345 | 2024-11-18T21:36:23.433Z | Downloaded zeroize v1.8.1 |
346 | 2024-11-18T21:36:23.435Z | Downloaded is-terminal v0.4.13 |
347 | 2024-11-18T21:36:23.435Z | Downloaded synstructure v0.13.1 |
348 | 2024-11-18T21:36:23.437Z | Downloaded parse-display v0.10.0 |
349 | 2024-11-18T21:36:23.437Z | Downloaded paste v1.0.15 |
350 | 2024-11-18T21:36:23.439Z | Downloaded parse-display-derive v0.10.0 |
351 | 2024-11-18T21:36:23.442Z | Downloaded zerofrom-derive v0.1.4 |
352 | 2024-11-18T21:36:23.442Z | Downloaded iana-time-zone v0.1.61 |
353 | 2024-11-18T21:36:23.444Z | Downloaded powerfmt v0.2.0 |
354 | 2024-11-18T21:36:23.446Z | Downloaded multer v3.1.0 |
355 | 2024-11-18T21:36:23.446Z | Downloaded version_check v0.9.5 |
356 | 2024-11-18T21:36:23.449Z | Downloaded httpdate v1.0.3 |
357 | 2024-11-18T21:36:23.451Z | Downloaded http-body-util v0.1.2 |
358 | 2024-11-18T21:36:23.451Z | Downloaded hostname v0.3.1 |
359 | 2024-11-18T21:36:23.453Z | Downloaded hex v0.4.3 |
360 | 2024-11-18T21:36:23.453Z | Downloaded heck v0.5.0 |
361 | 2024-11-18T21:36:23.456Z | Downloaded futures-task v0.3.31 |
362 | 2024-11-18T21:36:23.456Z | Downloaded encoding_rs v0.8.34 |
363 | 2024-11-18T21:36:23.475Z | Downloaded dyn-clone v1.0.17 |
364 | 2024-11-18T21:36:23.477Z | Downloaded futures-sink v0.3.31 |
365 | 2024-11-18T21:36:23.477Z | Downloaded futures-macro v0.3.31 |
366 | 2024-11-18T21:36:23.479Z | Downloaded futures-core v0.3.31 |
367 | 2024-11-18T21:36:23.479Z | Downloaded fnv v1.0.7 |
368 | 2024-11-18T21:36:23.481Z | Downloaded instant v0.1.13 |
369 | 2024-11-18T21:36:23.482Z | Downloaded ident_case v1.0.1 |
370 | 2024-11-18T21:36:23.482Z | Downloaded futures-io v0.3.31 |
371 | 2024-11-18T21:36:23.484Z | Downloaded foreign-types-shared v0.1.1 |
372 | 2024-11-18T21:36:23.484Z | Downloaded futures-executor v0.3.31 |
373 | 2024-11-18T21:36:23.484Z | Downloaded dirs-next v2.0.0 |
374 | 2024-11-18T21:36:23.486Z | Downloaded crypto-common v0.1.6 |
375 | 2024-11-18T21:36:23.486Z | Downloaded usdt v0.5.0 |
376 | 2024-11-18T21:36:23.486Z | Downloaded url v2.5.3 |
377 | 2024-11-18T21:36:23.489Z | Downloaded tokio-native-tls v0.3.1 |
378 | 2024-11-18T21:36:23.491Z | Downloaded icu_provider_macros v1.5.0 |
379 | 2024-11-18T21:36:23.491Z | Downloaded darling_macro v0.20.10 |
380 | 2024-11-18T21:36:23.494Z | Downloaded displaydoc v0.2.5 |
381 | 2024-11-18T21:36:23.496Z | Downloaded camino v1.1.9 |
382 | 2024-11-18T21:36:23.498Z | Downloaded dirs-sys-next v0.1.2 |
383 | 2024-11-18T21:36:23.498Z | Downloaded deranged v0.3.11 |
384 | 2024-11-18T21:36:23.498Z | Downloaded bytes v1.8.0 |
385 | 2024-11-18T21:36:23.501Z | Downloaded thread_local v1.1.8 |
386 | 2024-11-18T21:36:23.504Z | Downloaded byteorder v1.5.0 |
387 | 2024-11-18T21:36:23.506Z | Downloaded crossbeam-utils v0.8.20 |
388 | 2024-11-18T21:36:23.508Z | Downloaded cpufeatures v0.2.14 |
389 | 2024-11-18T21:36:23.508Z | Downloaded cfg-if v1.0.0 |
390 | 2024-11-18T21:36:23.511Z | Downloaded ahash v0.8.11 |
391 | 2024-11-18T21:36:23.634Z | Downloaded ring v0.17.8 |
392 | 2024-11-18T21:36:23.954Z | Compiling proc-macro2 v1.0.89 |
393 | 2024-11-18T21:36:23.954Z | Compiling unicode-ident v1.0.13 |
394 | 2024-11-18T21:36:23.956Z | Compiling libc v0.2.162 |
395 | 2024-11-18T21:36:23.956Z | Checking cfg-if v1.0.0 |
396 | 2024-11-18T21:36:23.956Z | Compiling autocfg v1.4.0 |
397 | 2024-11-18T21:36:23.956Z | Compiling serde v1.0.215 |
398 | 2024-11-18T21:36:23.956Z | Compiling version_check v0.9.5 |
399 | 2024-11-18T21:36:23.977Z | Checking memchr v2.7.4 |
400 | 2024-11-18T21:36:24.248Z | Checking itoa v1.0.11 |
401 | 2024-11-18T21:36:24.470Z | Compiling serde_json v1.0.132 |
402 | 2024-11-18T21:36:24.665Z | Compiling thiserror v1.0.69 |
403 | 2024-11-18T21:36:24.743Z | Checking once_cell v1.20.2 |
404 | 2024-11-18T21:36:24.841Z | Compiling shlex v1.3.0 |
405 | 2024-11-18T21:36:24.972Z | Checking pin-project-lite v0.2.14 |
406 | 2024-11-18T21:36:25.087Z | Compiling cc v1.1.30 |
407 | 2024-11-18T21:36:25.233Z | Compiling num-traits v0.2.19 |
408 | 2024-11-18T21:36:25.481Z | Checking getrandom v0.2.15 |
409 | 2024-11-18T21:36:25.484Z | Checking smallvec v1.13.2 |
410 | 2024-11-18T21:36:25.519Z | Checking bytes v1.8.0 |
411 | 2024-11-18T21:36:25.538Z | Checking ryu v1.0.18 |
412 | 2024-11-18T21:36:25.768Z | Compiling quote v1.0.37 |
413 | 2024-11-18T21:36:25.787Z | Checking futures-core v0.3.31 |
414 | 2024-11-18T21:36:25.813Z | Compiling lock_api v0.4.12 |
415 | 2024-11-18T21:36:25.905Z | Compiling parking_lot_core v0.9.10 |
416 | 2024-11-18T21:36:25.974Z | Compiling byteorder v1.5.0 |
417 | 2024-11-18T21:36:26.143Z | Compiling syn v2.0.87 |
418 | 2024-11-18T21:36:26.353Z | Compiling ahash v0.8.11 |
419 | 2024-11-18T21:36:26.380Z | Compiling schemars v0.8.21 |
420 | 2024-11-18T21:36:26.412Z | Checking scopeguard v1.2.0 |
421 | 2024-11-18T21:36:26.495Z | Compiling slab v0.4.9 |
422 | 2024-11-18T21:36:26.754Z | Checking futures-sink v0.3.31 |
423 | 2024-11-18T21:36:26.771Z | Checking log v0.4.22 |
424 | 2024-11-18T21:36:26.797Z | Checking signal-hook-registry v1.4.2 |
425 | 2024-11-18T21:36:26.818Z | Checking mio v1.0.2 |
426 | 2024-11-18T21:36:26.885Z | Checking socket2 v0.5.7 |
427 | 2024-11-18T21:36:26.943Z | Checking parking_lot v0.12.3 |
428 | 2024-11-18T21:36:26.973Z | Checking stable_deref_trait v1.2.0 |
429 | 2024-11-18T21:36:27.044Z | Checking equivalent v1.0.1 |
430 | 2024-11-18T21:36:27.070Z | Checking fnv v1.0.7 |
431 | 2024-11-18T21:36:27.137Z | Checking hashbrown v0.15.0 |
432 | 2024-11-18T21:36:27.189Z | Compiling semver v1.0.23 |
433 | 2024-11-18T21:36:27.276Z | Checking http v1.1.0 |
434 | 2024-11-18T21:36:27.309Z | Checking futures-channel v0.3.31 |
435 | 2024-11-18T21:36:27.342Z | Checking futures-io v0.3.31 |
436 | 2024-11-18T21:36:27.401Z | Checking pin-utils v0.1.0 |
437 | 2024-11-18T21:36:27.489Z | Checking futures-task v0.3.31 |
438 | 2024-11-18T21:36:27.529Z | Compiling heck v0.5.0 |
439 | 2024-11-18T21:36:27.647Z | Checking spin v0.9.8 |
440 | 2024-11-18T21:36:27.725Z | Checking rustls-pki-types v1.9.0 |
441 | 2024-11-18T21:36:27.754Z | Compiling vcpkg v0.2.15 |
442 | 2024-11-18T21:36:27.868Z | Compiling pkg-config v0.3.31 |
443 | 2024-11-18T21:36:28.047Z | Compiling ring v0.17.8 |
444 | 2024-11-18T21:36:28.167Z | Compiling ucd-trie v0.1.7 |
445 | 2024-11-18T21:36:28.424Z | Compiling httparse v1.9.5 |
446 | 2024-11-18T21:36:28.683Z | Checking writeable v0.5.5 |
447 | 2024-11-18T21:36:28.709Z | Checking iana-time-zone v0.1.61 |
448 | 2024-11-18T21:36:28.862Z | Checking untrusted v0.9.0 |
449 | 2024-11-18T21:36:29.005Z | Checking litemap v0.7.3 |
450 | 2024-11-18T21:36:29.067Z | Checking tracing-core v0.1.32 |
451 | 2024-11-18T21:36:29.328Z | Compiling allocator-api2 v0.2.18 |
452 | 2024-11-18T21:36:29.345Z | Checking dyn-clone v1.0.17 |
453 | 2024-11-18T21:36:29.396Z | Compiling openssl-sys v0.9.104 |
454 | 2024-11-18T21:36:29.462Z | Checking atomic-waker v1.1.2 |
455 | 2024-11-18T21:36:29.728Z | Checking tracing v0.1.40 |
456 | 2024-11-18T21:36:30.037Z | Checking http-body v1.0.1 |
457 | 2024-11-18T21:36:30.040Z | Checking subtle v2.6.1 |
458 | 2024-11-18T21:36:30.113Z | Compiling uuid v1.11.0 |
459 | 2024-11-18T21:36:30.148Z | Checking zeroize v1.8.1 |
460 | 2024-11-18T21:36:30.284Z | Checking try-lock v0.2.5 |
461 | 2024-11-18T21:36:30.395Z | Checking icu_locid_transform_data v1.5.0 |
462 | 2024-11-18T21:36:30.414Z | Checking want v0.3.1 |
463 | 2024-11-18T21:36:30.485Z | Compiling slog v2.7.0 |
464 | 2024-11-18T21:36:30.516Z | Checking icu_properties_data v1.5.0 |
465 | 2024-11-18T21:36:30.587Z | Checking foreign-types-shared v0.1.1 |
466 | 2024-11-18T21:36:30.669Z | Compiling chrono v0.4.38 |
467 | 2024-11-18T21:36:30.688Z | Checking httpdate v1.0.3 |
468 | 2024-11-18T21:36:30.739Z | Compiling openssl v0.10.68 |
469 | 2024-11-18T21:36:30.927Z | Checking foreign-types v0.3.2 |
470 | 2024-11-18T21:36:31.032Z | Compiling aho-corasick v1.1.3 |
471 | 2024-11-18T21:36:31.123Z | Compiling typenum v1.17.0 |
472 | 2024-11-18T21:36:31.189Z | Checking icu_normalizer_data v1.5.0 |
473 | 2024-11-18T21:36:31.280Z | Checking utf8_iter v1.0.4 |
474 | 2024-11-18T21:36:31.475Z | Checking utf16_iter v1.0.5 |
475 | 2024-11-18T21:36:31.640Z | Compiling rustls v0.23.14 |
476 | 2024-11-18T21:36:31.936Z | Checking percent-encoding v2.3.1 |
477 | 2024-11-18T21:36:32.146Z | Checking write16 v1.0.0 |
478 | 2024-11-18T21:36:32.268Z | Compiling native-tls v0.2.12 |
479 | 2024-11-18T21:36:32.286Z | Checking tower-service v0.3.3 |
480 | 2024-11-18T21:36:32.397Z | Compiling regex-syntax v0.8.5 |
481 | 2024-11-18T21:36:32.608Z | Checking bitflags v2.6.0 |
482 | 2024-11-18T21:36:32.672Z | Checking form_urlencoded v1.2.1 |
483 | 2024-11-18T21:36:32.858Z | Compiling generic-array v0.14.7 |
484 | 2024-11-18T21:36:32.990Z | Checking openssl-probe v0.1.5 |
485 | 2024-11-18T21:36:34.010Z | Compiling synstructure v0.13.1 |
486 | 2024-11-18T21:36:34.451Z | Compiling serde_derive_internals v0.29.1 |
487 | 2024-11-18T21:36:34.594Z | Checking rustls-webpki v0.102.8 |
488 | 2024-11-18T21:36:35.419Z | Compiling usdt-impl v0.5.0 |
489 | 2024-11-18T21:36:35.515Z | Checking encoding_rs v0.8.34 |
490 | 2024-11-18T21:36:35.627Z | Compiling num-conv v0.1.0 |
491 | 2024-11-18T21:36:35.768Z | Checking powerfmt v0.2.0 |
492 | 2024-11-18T21:36:35.909Z | Compiling regex-automata v0.4.8 |
493 | 2024-11-18T21:36:35.970Z | Compiling time-core v0.1.2 |
494 | 2024-11-18T21:36:36.043Z | Checking mime v0.3.17 |
495 | 2024-11-18T21:36:36.365Z | Compiling time-macros v0.2.18 |
496 | 2024-11-18T21:36:36.656Z | Checking deranged v0.3.11 |
497 | 2024-11-18T21:36:38.007Z | Compiling thread-id v4.2.2 |
498 | 2024-11-18T21:36:38.247Z | Checking webpki-roots v0.26.6 |
499 | 2024-11-18T21:36:38.453Z | Checking rustls-pemfile v2.2.0 |
500 | 2024-11-18T21:36:39.108Z | Checking num_threads v0.1.7 |
501 | 2024-11-18T21:36:39.280Z | Compiling serde_derive v1.0.215 |
502 | 2024-11-18T21:36:39.299Z | Compiling zerocopy-derive v0.7.35 |
503 | 2024-11-18T21:36:39.358Z | Compiling thiserror-impl v1.0.69 |
504 | 2024-11-18T21:36:39.404Z | Compiling schemars_derive v0.8.21 |
505 | 2024-11-18T21:36:39.484Z | Compiling zerofrom-derive v0.1.4 |
506 | 2024-11-18T21:36:39.658Z | Compiling tokio-macros v2.4.0 |
507 | 2024-11-18T21:36:40.257Z | Compiling yoke-derive v0.7.4 |
508 | 2024-11-18T21:36:41.168Z | Checking tokio v1.40.0 |
509 | 2024-11-18T21:36:41.337Z | Compiling zerocopy v0.7.35 |
510 | 2024-11-18T21:36:42.449Z | Compiling zerovec-derive v0.10.3 |
511 | 2024-11-18T21:36:42.886Z | Compiling displaydoc v0.2.5 |
512 | 2024-11-18T21:36:42.913Z | Compiling futures-macro v0.3.31 |
513 | 2024-11-18T21:36:42.983Z | Checking zerofrom v0.1.4 |
514 | 2024-11-18T21:36:43.212Z | Checking yoke v0.7.4 |
515 | 2024-11-18T21:36:43.635Z | Compiling pest v2.7.14 |
516 | 2024-11-18T21:36:43.934Z | Compiling icu_provider_macros v1.5.0 |
517 | 2024-11-18T21:36:44.064Z | Compiling hashbrown v0.14.5 |
518 | 2024-11-18T21:36:44.762Z | Checking futures-util v0.3.31 |
519 | 2024-11-18T21:36:44.896Z | Compiling openssl-macros v0.1.1 |
520 | 2024-11-18T21:36:44.979Z | Checking zerovec v0.10.4 |
521 | 2024-11-18T21:36:45.382Z | Compiling regress v0.10.1 |
522 | 2024-11-18T21:36:46.120Z | Compiling pest_meta v2.7.14 |
523 | 2024-11-18T21:36:46.538Z | Compiling regex v1.11.1 |
524 | 2024-11-18T21:36:46.643Z | Checking tinystr v0.7.6 |
525 | 2024-11-18T21:36:47.500Z | Checking icu_locid v1.5.0 |
526 | 2024-11-18T21:36:48.333Z | Checking tokio-util v0.7.12 |
527 | 2024-11-18T21:36:48.583Z | Checking icu_provider v1.5.0 |
528 | 2024-11-18T21:36:49.201Z | Compiling pest_generator v2.7.14 |
529 | 2024-11-18T21:36:49.236Z | Checking icu_locid_transform v1.5.0 |
530 | 2024-11-18T21:36:49.958Z | Checking icu_collections v1.5.0 |
531 | 2024-11-18T21:36:50.200Z | Checking http-body-util v0.1.2 |
532 | 2024-11-18T21:36:50.246Z | Compiling scroll_derive v0.12.0 |
533 | 2024-11-18T21:36:50.296Z | Checking tokio-rustls v0.26.0 |
534 | 2024-11-18T21:36:50.613Z | Checking icu_properties v1.5.1 |
535 | 2024-11-18T21:36:50.930Z | Compiling pest_derive v2.7.14 |
536 | 2024-11-18T21:36:51.498Z | Checking tokio-native-tls v0.3.1 |
537 | 2024-11-18T21:36:51.679Z | Checking scroll v0.12.0 |
538 | 2024-11-18T21:36:51.741Z | Compiling ident_case v1.0.1 |
539 | 2024-11-18T21:36:51.758Z | Compiling dtrace-parser v0.2.0 |
540 | 2024-11-18T21:36:52.089Z | Checking indexmap v2.6.0 |
541 | 2024-11-18T21:36:53.404Z | Compiling serde_tokenstream v0.2.2 |
542 | 2024-11-18T21:36:53.710Z | Checking h2 v0.4.6 |
543 | 2024-11-18T21:36:53.933Z | Checking icu_normalizer v1.5.0 |
544 | 2024-11-18T21:36:54.236Z | Checking serde_urlencoded v0.7.1 |
545 | 2024-11-18T21:36:54.266Z | Checking plain v0.2.3 |
546 | 2024-11-18T21:36:54.415Z | Checking base64 v0.22.1 |
547 | 2024-11-18T21:36:54.581Z | Compiling strsim v0.11.1 |
548 | 2024-11-18T21:36:54.681Z | Compiling crossbeam-utils v0.8.20 |
549 | 2024-11-18T21:36:54.702Z | Checking idna_adapter v1.2.0 |
550 | 2024-11-18T21:36:54.907Z | Checking idna v1.0.3 |
551 | 2024-11-18T21:36:54.928Z | Compiling darling_core v0.20.10 |
552 | 2024-11-18T21:36:55.296Z | Compiling dof v0.3.0 |
553 | 2024-11-18T21:36:55.406Z | Checking url v2.5.3 |
554 | 2024-11-18T21:36:55.507Z | Compiling openapiv3 v2.0.0 |
555 | 2024-11-18T21:36:55.782Z | Checking typify-impl v0.2.0 |
556 | 2024-11-18T21:36:56.238Z | Checking goblin v0.8.2 |
557 | 2024-11-18T21:36:57.940Z | Checking hyper v1.5.0 |
558 | 2024-11-18T21:36:58.292Z | Checking time v0.3.36 |
559 | 2024-11-18T21:37:00.031Z | Checking hyper-util v0.1.10 |
560 | 2024-11-18T21:37:00.137Z | Checking sync_wrapper v1.0.1 |
561 | 2024-11-18T21:37:00.276Z | Checking dirs-sys-next v0.1.2 |
562 | 2024-11-18T21:37:00.446Z | Checking pretty-hex v0.4.1 |
563 | 2024-11-18T21:37:00.627Z | Checking ipnet v2.10.1 |
564 | 2024-11-18T21:37:00.704Z | Compiling rustversion v1.0.17 |
565 | 2024-11-18T21:37:00.982Z | Compiling omicron-workspace-hack v0.1.0 |
566 | 2024-11-18T21:37:01.043Z | Compiling rustls v0.22.4 |
567 | 2024-11-18T21:37:01.086Z | Compiling paste v1.0.15 |
568 | 2024-11-18T21:37:01.292Z | Compiling unsafe-libyaml v0.2.11 |
569 | 2024-11-18T21:37:01.416Z | Compiling darling_macro v0.20.10 |
570 | 2024-11-18T21:37:01.652Z | Checking hyper-tls v0.6.0 |
571 | 2024-11-18T21:37:01.763Z | Checking hyper-rustls v0.27.3 |
572 | 2024-11-18T21:37:01.930Z | Checking dirs-next v2.0.0 |
573 | 2024-11-18T21:37:01.948Z | Checking serde_spanned v0.6.8 |
574 | 2024-11-18T21:37:02.026Z | Checking toml_datetime v0.6.8 |
575 | 2024-11-18T21:37:02.050Z | Checking ppv-lite86 v0.2.20 |
576 | 2024-11-18T21:37:02.072Z | Checking reqwest v0.12.9 |
577 | 2024-11-18T21:37:02.155Z | Checking block-buffer v0.10.4 |
578 | 2024-11-18T21:37:02.297Z | Checking crypto-common v0.1.6 |
579 | 2024-11-18T21:37:02.345Z | Compiling structmeta-derive v0.3.0 |
580 | 2024-11-18T21:37:02.349Z | Checking rand_core v0.6.4 |
581 | 2024-11-18T21:37:02.565Z | Compiling serde_yaml v0.9.34+deprecated |
582 | 2024-11-18T21:37:02.598Z | Checking thread_local v1.1.8 |
583 | 2024-11-18T21:37:02.639Z | Compiling multer v3.1.0 |
584 | 2024-11-18T21:37:02.788Z | Compiling newtype-uuid v1.1.3 |
585 | 2024-11-18T21:37:02.873Z | Checking match_cfg v0.1.0 |
586 | 2024-11-18T21:37:02.961Z | Compiling camino v1.1.9 |
587 | 2024-11-18T21:37:02.978Z | Compiling slog-async v2.8.0 |
588 | 2024-11-18T21:37:03.057Z | Compiling anyhow v1.0.93 |
589 | 2024-11-18T21:37:03.096Z | Checking winnow v0.6.20 |
590 | 2024-11-18T21:37:03.473Z | Checking progenitor-client v0.8.0 |
591 | 2024-11-18T21:37:03.617Z | Checking hostname v0.3.1 |
592 | 2024-11-18T21:37:03.665Z | Checking rand_chacha v0.3.1 |
593 | 2024-11-18T21:37:03.746Z | Checking crossbeam-channel v0.5.13 |
594 | 2024-11-18T21:37:03.990Z | Checking digest v0.10.7 |
595 | 2024-11-18T21:37:04.010Z | Compiling darling v0.20.10 |
596 | 2024-11-18T21:37:04.125Z | Checking term v0.7.0 |
597 | 2024-11-18T21:37:04.544Z | Checking slog-json v2.6.1 |
598 | 2024-11-18T21:37:04.797Z | Compiling usdt-macro v0.5.0 |
599 | 2024-11-18T21:37:04.906Z | Compiling structmeta v0.3.0 |
600 | 2024-11-18T21:37:05.303Z | Compiling usdt-attr-macro v0.5.0 |
601 | 2024-11-18T21:37:05.388Z | Checking futures-executor v0.3.31 |
602 | 2024-11-18T21:37:05.597Z | Compiling async-stream-impl v0.3.6 |
603 | 2024-11-18T21:37:05.614Z | Checking is-terminal v0.4.13 |
604 | 2024-11-18T21:37:05.734Z | Checking memmap v0.7.0 |
605 | 2024-11-18T21:37:05.939Z | Compiling dropshot v0.13.0 |
606 | 2024-11-18T21:37:06.080Z | Checking cpufeatures v0.2.14 |
607 | 2024-11-18T21:37:06.105Z | Checking toml_edit v0.22.22 |
608 | 2024-11-18T21:37:06.134Z | Checking take_mut v0.2.2 |
609 | 2024-11-18T21:37:06.174Z | Checking sha1 v0.10.6 |
610 | 2024-11-18T21:37:06.333Z | Checking slog-term v2.9.1 |
611 | 2024-11-18T21:37:06.439Z | Checking futures v0.3.31 |
612 | 2024-11-18T21:37:06.551Z | Compiling strum_macros v0.26.4 |
613 | 2024-11-18T21:37:06.568Z | Compiling parse-display-derive v0.10.0 |
614 | 2024-11-18T21:37:06.683Z | Checking usdt v0.5.0 |
615 | 2024-11-18T21:37:06.826Z | Checking slog-bunyan v2.5.0 |
616 | 2024-11-18T21:37:06.903Z | Checking async-stream v0.3.6 |
617 | 2024-11-18T21:37:06.929Z | Compiling serde_with_macros v3.11.0 |
618 | 2024-11-18T21:37:07.086Z | Checking rand v0.8.5 |
619 | 2024-11-18T21:37:08.125Z | Checking tokio-rustls v0.25.0 |
620 | 2024-11-18T21:37:08.452Z | Checking ipnetwork v0.20.0 |
621 | 2024-11-18T21:37:08.473Z | Compiling dropshot_endpoint v0.13.0 |
622 | 2024-11-18T21:37:08.571Z | Checking serde_path_to_error v0.1.16 |
623 | 2024-11-18T21:37:08.681Z | Checking toml v0.8.19 |
624 | 2024-11-18T21:37:08.787Z | Checking hex v0.4.3 |
625 | 2024-11-18T21:37:09.222Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
626 | 2024-11-18T21:37:09.351Z | Compiling async-trait v0.1.83 |
627 | 2024-11-18T21:37:09.392Z | Checking waitgroup v0.1.2 |
628 | 2024-11-18T21:37:09.488Z | Checking hostname v0.4.0 |
629 | 2024-11-18T21:37:09.520Z | Checking instant v0.1.13 |
630 | 2024-11-18T21:37:09.660Z | Checking debug-ignore v1.0.5 |
631 | 2024-11-18T21:37:09.732Z | Checking backoff v0.4.0 |
632 | 2024-11-18T21:37:09.798Z | Checking serde_with v3.11.0 |
633 | 2024-11-18T21:37:09.935Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
634 | 2024-11-18T21:37:10.010Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
635 | 2024-11-18T21:37:10.093Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
636 | 2024-11-18T21:37:10.150Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
637 | 2024-11-18T21:37:10.431Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
638 | 2024-11-18T21:37:10.575Z | Checking parse-display v0.10.0 |
639 | 2024-11-18T21:37:10.704Z | Checking macaddr v1.0.1 |
640 | 2024-11-18T21:37:10.774Z | Checking regress v0.9.1 |
641 | 2024-11-18T21:37:10.997Z | Checking strum v0.26.3 |
642 | 2024-11-18T21:37:11.166Z | Compiling typify-macro v0.2.0 |
643 | 2024-11-18T21:37:13.136Z | Compiling typify v0.2.0 |
644 | 2024-11-18T21:37:13.217Z | Compiling progenitor-impl v0.8.0 |
645 | 2024-11-18T21:37:15.805Z | Compiling progenitor-macro v0.8.0 |
646 | 2024-11-18T21:37:19.924Z | Checking progenitor v0.8.0 |
647 | 2024-11-18T21:37:20.052Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
648 | 2024-11-18T21:37:22.873Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
649 | 2024-11-18T21:37:30.331Z | Checking test-project v0.1.0 (/tmp/test-project) |
650 | 2024-11-18T21:37:30.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
651 | 2024-11-18T21:37:30.716Z | + cargo build --release |
652 | 2024-11-18T21:37:30.970Z | Compiling proc-macro2 v1.0.89 |
653 | 2024-11-18T21:37:30.971Z | Compiling unicode-ident v1.0.13 |
654 | 2024-11-18T21:37:30.987Z | Compiling libc v0.2.162 |
655 | 2024-11-18T21:37:30.987Z | Compiling cfg-if v1.0.0 |
656 | 2024-11-18T21:37:30.987Z | Compiling autocfg v1.4.0 |
657 | 2024-11-18T21:37:30.987Z | Compiling version_check v0.9.5 |
658 | 2024-11-18T21:37:30.987Z | Compiling serde v1.0.215 |
659 | 2024-11-18T21:37:30.987Z | Compiling memchr v2.7.4 |
660 | 2024-11-18T21:37:31.095Z | Compiling serde_json v1.0.132 |
661 | 2024-11-18T21:37:31.161Z | Compiling itoa v1.0.11 |
662 | 2024-11-18T21:37:31.419Z | Compiling thiserror v1.0.69 |
663 | 2024-11-18T21:37:31.547Z | Compiling once_cell v1.20.2 |
664 | 2024-11-18T21:37:31.645Z | Compiling shlex v1.3.0 |
665 | 2024-11-18T21:37:31.861Z | Compiling cc v1.1.30 |
666 | 2024-11-18T21:37:32.004Z | Compiling num-traits v0.2.19 |
667 | 2024-11-18T21:37:32.280Z | Compiling pin-project-lite v0.2.14 |
668 | 2024-11-18T21:37:32.369Z | Compiling getrandom v0.2.15 |
669 | 2024-11-18T21:37:32.445Z | Compiling smallvec v1.13.2 |
670 | 2024-11-18T21:37:32.454Z | Compiling ryu v1.0.18 |
671 | 2024-11-18T21:37:32.699Z | Compiling quote v1.0.37 |
672 | 2024-11-18T21:37:32.705Z | Compiling bytes v1.8.0 |
673 | 2024-11-18T21:37:32.901Z | Compiling futures-core v0.3.31 |
674 | 2024-11-18T21:37:32.987Z | Compiling lock_api v0.4.12 |
675 | 2024-11-18T21:37:33.031Z | Compiling ahash v0.8.11 |
676 | 2024-11-18T21:37:33.132Z | Compiling syn v2.0.87 |
677 | 2024-11-18T21:37:33.306Z | Compiling byteorder v1.5.0 |
678 | 2024-11-18T21:37:33.374Z | Compiling schemars v0.8.21 |
679 | 2024-11-18T21:37:33.377Z | Compiling parking_lot_core v0.9.10 |
680 | 2024-11-18T21:37:33.695Z | Compiling scopeguard v1.2.0 |
681 | 2024-11-18T21:37:33.723Z | Compiling slab v0.4.9 |
682 | 2024-11-18T21:37:33.753Z | Compiling log v0.4.22 |
683 | 2024-11-18T21:37:34.058Z | Compiling futures-sink v0.3.31 |
684 | 2024-11-18T21:37:34.207Z | Compiling mio v1.0.2 |
685 | 2024-11-18T21:37:34.210Z | Compiling signal-hook-registry v1.4.2 |
686 | 2024-11-18T21:37:34.313Z | Compiling parking_lot v0.12.3 |
687 | 2024-11-18T21:37:34.344Z | Compiling socket2 v0.5.7 |
688 | 2024-11-18T21:37:34.523Z | Compiling stable_deref_trait v1.2.0 |
689 | 2024-11-18T21:37:34.621Z | Compiling semver v1.0.23 |
690 | 2024-11-18T21:37:34.804Z | Compiling ring v0.17.8 |
691 | 2024-11-18T21:37:34.956Z | Compiling equivalent v1.0.1 |
692 | 2024-11-18T21:37:35.058Z | Compiling hashbrown v0.15.0 |
693 | 2024-11-18T21:37:35.107Z | Compiling fnv v1.0.7 |
694 | 2024-11-18T21:37:35.230Z | Compiling http v1.1.0 |
695 | 2024-11-18T21:37:35.725Z | Compiling futures-channel v0.3.31 |
696 | 2024-11-18T21:37:35.808Z | Compiling pin-utils v0.1.0 |
697 | 2024-11-18T21:37:35.896Z | Compiling futures-io v0.3.31 |
698 | 2024-11-18T21:37:36.010Z | Compiling futures-task v0.3.31 |
699 | 2024-11-18T21:37:36.226Z | Compiling spin v0.9.8 |
700 | 2024-11-18T21:37:36.294Z | Compiling vcpkg v0.2.15 |
701 | 2024-11-18T21:37:36.391Z | Compiling rustls-pki-types v1.9.0 |
702 | 2024-11-18T21:37:36.421Z | Compiling heck v0.5.0 |
703 | 2024-11-18T21:37:36.460Z | Compiling pkg-config v0.3.31 |
704 | 2024-11-18T21:37:37.456Z | Compiling iana-time-zone v0.1.61 |
705 | 2024-11-18T21:37:37.663Z | Compiling litemap v0.7.3 |
706 | 2024-11-18T21:37:37.898Z | Compiling openssl-sys v0.9.104 |
707 | 2024-11-18T21:37:38.115Z | Compiling httparse v1.9.5 |
708 | 2024-11-18T21:37:38.225Z | Compiling writeable v0.5.5 |
709 | 2024-11-18T21:37:38.232Z | Compiling ucd-trie v0.1.7 |
710 | 2024-11-18T21:37:38.678Z | Compiling untrusted v0.9.0 |
711 | 2024-11-18T21:37:38.834Z | Compiling tracing-core v0.1.32 |
712 | 2024-11-18T21:37:38.954Z | Compiling dyn-clone v1.0.17 |
713 | 2024-11-18T21:37:39.132Z | Compiling allocator-api2 v0.2.18 |
714 | 2024-11-18T21:37:39.295Z | Compiling atomic-waker v1.1.2 |
715 | 2024-11-18T21:37:39.842Z | Compiling tracing v0.1.40 |
716 | 2024-11-18T21:37:39.910Z | Compiling http-body v1.0.1 |
717 | 2024-11-18T21:37:40.244Z | Compiling zeroize v1.8.1 |
718 | 2024-11-18T21:37:40.487Z | Compiling chrono v0.4.38 |
719 | 2024-11-18T21:37:40.503Z | Compiling subtle v2.6.1 |
720 | 2024-11-18T21:37:40.525Z | Compiling uuid v1.11.0 |
721 | 2024-11-18T21:37:40.583Z | Compiling icu_locid_transform_data v1.5.0 |
722 | 2024-11-18T21:37:40.763Z | Compiling try-lock v0.2.5 |
723 | 2024-11-18T21:37:40.830Z | Compiling synstructure v0.13.1 |
724 | 2024-11-18T21:37:40.908Z | Compiling serde_derive_internals v0.29.1 |
725 | 2024-11-18T21:37:41.081Z | Compiling want v0.3.1 |
726 | 2024-11-18T21:37:41.410Z | Compiling httpdate v1.0.3 |
727 | 2024-11-18T21:37:42.152Z | Compiling foreign-types-shared v0.1.1 |
728 | 2024-11-18T21:37:42.220Z | Compiling icu_properties_data v1.5.0 |
729 | 2024-11-18T21:37:42.249Z | Compiling slog v2.7.0 |
730 | 2024-11-18T21:37:42.454Z | Compiling openssl v0.10.68 |
731 | 2024-11-18T21:37:42.768Z | Compiling foreign-types v0.3.2 |
732 | 2024-11-18T21:37:42.903Z | Compiling aho-corasick v1.1.3 |
733 | 2024-11-18T21:37:43.122Z | Compiling percent-encoding v2.3.1 |
734 | 2024-11-18T21:37:43.188Z | Compiling typenum v1.17.0 |
735 | 2024-11-18T21:37:43.570Z | Compiling utf8_iter v1.0.4 |
736 | 2024-11-18T21:37:43.850Z | Compiling icu_normalizer_data v1.5.0 |
737 | 2024-11-18T21:37:43.943Z | Compiling write16 v1.0.0 |
738 | 2024-11-18T21:37:44.070Z | Compiling utf16_iter v1.0.5 |
739 | 2024-11-18T21:37:44.144Z | Compiling bitflags v2.6.0 |
740 | 2024-11-18T21:37:44.272Z | Compiling native-tls v0.2.12 |
741 | 2024-11-18T21:37:44.499Z | Compiling rustls v0.23.14 |
742 | 2024-11-18T21:37:44.626Z | Compiling tower-service v0.3.3 |
743 | 2024-11-18T21:37:44.754Z | Compiling regex-syntax v0.8.5 |
744 | 2024-11-18T21:37:44.822Z | Compiling form_urlencoded v1.2.1 |
745 | 2024-11-18T21:37:45.161Z | Compiling generic-array v0.14.7 |
746 | 2024-11-18T21:37:45.485Z | Compiling openssl-probe v0.1.5 |
747 | 2024-11-18T21:37:46.398Z | Compiling serde_derive v1.0.215 |
748 | 2024-11-18T21:37:46.574Z | Compiling zerocopy-derive v0.7.35 |
749 | 2024-11-18T21:37:46.831Z | Compiling thiserror-impl v1.0.69 |
750 | 2024-11-18T21:37:47.208Z | Compiling schemars_derive v0.8.21 |
751 | 2024-11-18T21:37:47.500Z | Compiling zerofrom-derive v0.1.4 |
752 | 2024-11-18T21:37:48.647Z | Compiling zerocopy v0.7.35 |
753 | 2024-11-18T21:37:50.136Z | Compiling tokio-macros v2.4.0 |
754 | 2024-11-18T21:37:50.261Z | Compiling yoke-derive v0.7.4 |
755 | 2024-11-18T21:37:50.606Z | Compiling zerovec-derive v0.10.3 |
756 | 2024-11-18T21:37:51.142Z | Compiling zerofrom v0.1.4 |
757 | 2024-11-18T21:37:51.358Z | Compiling futures-macro v0.3.31 |
758 | 2024-11-18T21:37:51.628Z | Compiling displaydoc v0.2.5 |
759 | 2024-11-18T21:37:51.686Z | Compiling tokio v1.40.0 |
760 | 2024-11-18T21:37:52.954Z | Compiling yoke v0.7.4 |
761 | 2024-11-18T21:37:53.206Z | Compiling pest v2.7.14 |
762 | 2024-11-18T21:37:53.265Z | Compiling futures-util v0.3.31 |
763 | 2024-11-18T21:37:53.321Z | Compiling zerovec v0.10.4 |
764 | 2024-11-18T21:37:53.332Z | Compiling icu_provider_macros v1.5.0 |
765 | 2024-11-18T21:37:53.608Z | Compiling hashbrown v0.14.5 |
766 | 2024-11-18T21:37:54.976Z | Compiling rustls-webpki v0.102.8 |
767 | 2024-11-18T21:37:56.099Z | Compiling tinystr v0.7.6 |
768 | 2024-11-18T21:37:56.299Z | Compiling pest_meta v2.7.14 |
769 | 2024-11-18T21:37:56.557Z | Compiling icu_locid v1.5.0 |
770 | 2024-11-18T21:37:59.699Z | Compiling icu_provider v1.5.0 |
771 | 2024-11-18T21:38:00.186Z | Compiling pest_generator v2.7.14 |
772 | 2024-11-18T21:38:00.991Z | Compiling indexmap v2.6.0 |
773 | 2024-11-18T21:38:01.943Z | Compiling serde_tokenstream v0.2.2 |
774 | 2024-11-18T21:38:02.792Z | Compiling tokio-util v0.7.12 |
775 | 2024-11-18T21:38:03.769Z | Compiling h2 v0.4.6 |
776 | 2024-11-18T21:38:04.047Z | Compiling icu_locid_transform v1.5.0 |
777 | 2024-11-18T21:38:05.023Z | Compiling icu_collections v1.5.0 |
778 | 2024-11-18T21:38:06.877Z | Compiling regress v0.10.1 |
779 | 2024-11-18T21:38:07.715Z | Compiling icu_properties v1.5.1 |
780 | 2024-11-18T21:38:10.045Z | Compiling hyper v1.5.0 |
781 | 2024-11-18T21:38:11.089Z | Compiling typify-impl v0.2.0 |
782 | 2024-11-18T21:38:11.685Z | Compiling pest_derive v2.7.14 |
783 | 2024-11-18T21:38:13.112Z | Compiling openssl-macros v0.1.1 |
784 | 2024-11-18T21:38:15.696Z | Compiling hyper-util v0.1.10 |
785 | 2024-11-18T21:38:19.200Z | Compiling icu_normalizer v1.5.0 |
786 | 2024-11-18T21:38:19.660Z | Compiling regex-automata v0.4.8 |
787 | 2024-11-18T21:38:20.679Z | Compiling idna_adapter v1.2.0 |
788 | 2024-11-18T21:38:22.086Z | Compiling http-body-util v0.1.2 |
789 | 2024-11-18T21:38:23.076Z | Compiling scroll_derive v0.12.0 |
790 | 2024-11-18T21:38:23.166Z | Compiling typify-macro v0.2.0 |
791 | 2024-11-18T21:38:24.452Z | Compiling regex v1.11.1 |
792 | 2024-11-18T21:38:24.546Z | Compiling usdt-impl v0.5.0 |
793 | 2024-11-18T21:38:24.909Z | Compiling encoding_rs v0.8.34 |
794 | 2024-11-18T21:38:25.444Z | Compiling num-conv v0.1.0 |
795 | 2024-11-18T21:38:26.875Z | Compiling powerfmt v0.2.0 |
796 | 2024-11-18T21:38:27.333Z | Compiling mime v0.3.17 |
797 | 2024-11-18T21:38:27.463Z | Compiling time-core v0.1.2 |
798 | 2024-11-18T21:38:27.625Z | Compiling time-macros v0.2.18 |
799 | 2024-11-18T21:38:28.285Z | Compiling deranged v0.3.11 |
800 | 2024-11-18T21:38:28.538Z | Compiling scroll v0.12.0 |
801 | 2024-11-18T21:38:29.154Z | Compiling tokio-rustls v0.26.0 |
802 | 2024-11-18T21:38:30.621Z | Compiling tokio-native-tls v0.3.1 |
803 | 2024-11-18T21:38:30.633Z | Compiling idna v1.0.3 |
804 | 2024-11-18T21:38:35.661Z | Compiling dtrace-parser v0.2.0 |
805 | 2024-11-18T21:38:36.400Z | Compiling dof v0.3.0 |
806 | 2024-11-18T21:38:37.290Z | Compiling serde_urlencoded v0.7.1 |
807 | 2024-11-18T21:38:37.863Z | Compiling thread-id v4.2.2 |
808 | 2024-11-18T21:38:37.963Z | Compiling webpki-roots v0.26.6 |
809 | 2024-11-18T21:38:38.034Z | Compiling rustls-pemfile v2.2.0 |
810 | 2024-11-18T21:38:38.679Z | Compiling num_threads v0.1.7 |
811 | 2024-11-18T21:38:38.793Z | Compiling strsim v0.11.1 |
812 | 2024-11-18T21:38:38.840Z | Compiling crossbeam-utils v0.8.20 |
813 | 2024-11-18T21:38:39.405Z | Compiling omicron-workspace-hack v0.1.0 |
814 | 2024-11-18T21:38:39.462Z | Compiling ident_case v1.0.1 |
815 | 2024-11-18T21:38:39.629Z | Compiling plain v0.2.3 |
816 | 2024-11-18T21:38:39.705Z | Compiling base64 v0.22.1 |
817 | 2024-11-18T21:38:40.041Z | Compiling time v0.3.36 |
818 | 2024-11-18T21:38:40.681Z | Compiling goblin v0.8.2 |
819 | 2024-11-18T21:38:42.865Z | Compiling darling_core v0.20.10 |
820 | 2024-11-18T21:38:44.605Z | Compiling hyper-rustls v0.27.3 |
821 | 2024-11-18T21:38:48.982Z | Compiling url v2.5.3 |
822 | 2024-11-18T21:38:49.265Z | Compiling hyper-tls v0.6.0 |
823 | 2024-11-18T21:38:49.276Z | Compiling typify v0.2.0 |
824 | 2024-11-18T21:38:49.395Z | Compiling openapiv3 v2.0.0 |
825 | 2024-11-18T21:38:51.299Z | Compiling sync_wrapper v1.0.1 |
826 | 2024-11-18T21:38:51.439Z | Compiling dirs-sys-next v0.1.2 |
827 | 2024-11-18T21:38:52.892Z | Compiling rustls v0.22.4 |
828 | 2024-11-18T21:38:53.197Z | Compiling pretty-hex v0.4.1 |
829 | 2024-11-18T21:38:53.418Z | Compiling rustversion v1.0.17 |
830 | 2024-11-18T21:38:53.615Z | Compiling unsafe-libyaml v0.2.11 |
831 | 2024-11-18T21:38:54.056Z | Compiling ipnet v2.10.1 |
832 | 2024-11-18T21:38:54.769Z | Compiling paste v1.0.15 |
833 | 2024-11-18T21:38:55.328Z | Compiling serde_yaml v0.9.34+deprecated |
834 | 2024-11-18T21:38:55.344Z | Compiling reqwest v0.12.9 |
835 | 2024-11-18T21:38:57.142Z | Compiling progenitor-impl v0.8.0 |
836 | 2024-11-18T21:38:59.201Z | Compiling dirs-next v2.0.0 |
837 | 2024-11-18T21:38:59.473Z | Compiling darling_macro v0.20.10 |
838 | 2024-11-18T21:39:01.819Z | Compiling block-buffer v0.10.4 |
839 | 2024-11-18T21:39:02.054Z | Compiling crypto-common v0.1.6 |
840 | 2024-11-18T21:39:02.426Z | Compiling serde_spanned v0.6.8 |
841 | 2024-11-18T21:39:02.495Z | Compiling toml_datetime v0.6.8 |
842 | 2024-11-18T21:39:02.804Z | Compiling ppv-lite86 v0.2.20 |
843 | 2024-11-18T21:39:03.168Z | Compiling structmeta-derive v0.3.0 |
844 | 2024-11-18T21:39:03.744Z | Compiling rand_core v0.6.4 |
845 | 2024-11-18T21:39:03.959Z | Compiling thread_local v1.1.8 |
846 | 2024-11-18T21:39:04.207Z | Compiling multer v3.1.0 |
847 | 2024-11-18T21:39:04.531Z | Compiling slog-async v2.8.0 |
848 | 2024-11-18T21:39:04.672Z | Compiling anyhow v1.0.93 |
849 | 2024-11-18T21:39:05.009Z | Compiling newtype-uuid v1.1.3 |
850 | 2024-11-18T21:39:05.266Z | Compiling winnow v0.6.20 |
851 | 2024-11-18T21:39:05.291Z | Compiling match_cfg v0.1.0 |
852 | 2024-11-18T21:39:05.328Z | Compiling camino v1.1.9 |
853 | 2024-11-18T21:39:05.376Z | Compiling hostname v0.3.1 |
854 | 2024-11-18T21:39:05.860Z | Compiling structmeta v0.3.0 |
855 | 2024-11-18T21:39:05.985Z | Compiling rand_chacha v0.3.1 |
856 | 2024-11-18T21:39:06.235Z | Compiling progenitor-macro v0.8.0 |
857 | 2024-11-18T21:39:06.849Z | Compiling digest v0.10.7 |
858 | 2024-11-18T21:39:07.261Z | Compiling crossbeam-channel v0.5.13 |
859 | 2024-11-18T21:39:07.360Z | Compiling darling v0.20.10 |
860 | 2024-11-18T21:39:07.764Z | Compiling term v0.7.0 |
861 | 2024-11-18T21:39:09.665Z | Compiling toml_edit v0.22.22 |
862 | 2024-11-18T21:39:12.315Z | Compiling progenitor-client v0.8.0 |
863 | 2024-11-18T21:39:15.581Z | Compiling usdt-attr-macro v0.5.0 |
864 | 2024-11-18T21:39:17.052Z | Compiling usdt-macro v0.5.0 |
865 | 2024-11-18T21:39:17.197Z | Compiling slog-json v2.6.1 |
866 | 2024-11-18T21:39:17.641Z | Compiling futures-executor v0.3.31 |
867 | 2024-11-18T21:39:18.363Z | Compiling async-stream-impl v0.3.6 |
868 | 2024-11-18T21:39:18.803Z | Compiling memmap v0.7.0 |
869 | 2024-11-18T21:39:19.238Z | Compiling is-terminal v0.4.13 |
870 | 2024-11-18T21:39:19.357Z | Compiling dropshot v0.13.0 |
871 | 2024-11-18T21:39:19.375Z | Compiling take_mut v0.2.2 |
872 | 2024-11-18T21:39:19.527Z | Compiling cpufeatures v0.2.14 |
873 | 2024-11-18T21:39:19.611Z | Compiling sha1 v0.10.6 |
874 | 2024-11-18T21:39:19.679Z | Compiling async-stream v0.3.6 |
875 | 2024-11-18T21:39:19.981Z | Compiling progenitor v0.8.0 |
876 | 2024-11-18T21:39:20.191Z | Compiling slog-term v2.9.1 |
877 | 2024-11-18T21:39:20.373Z | Compiling usdt v0.5.0 |
878 | 2024-11-18T21:39:21.905Z | Compiling futures v0.3.31 |
879 | 2024-11-18T21:39:22.099Z | Compiling slog-bunyan v2.5.0 |
880 | 2024-11-18T21:39:22.358Z | Compiling strum_macros v0.26.4 |
881 | 2024-11-18T21:39:23.093Z | Compiling tokio-rustls v0.25.0 |
882 | 2024-11-18T21:39:23.125Z | Compiling toml v0.8.19 |
883 | 2024-11-18T21:39:23.521Z | Compiling serde_with_macros v3.11.0 |
884 | 2024-11-18T21:39:26.182Z | Compiling rand v0.8.5 |
885 | 2024-11-18T21:39:27.025Z | Compiling parse-display-derive v0.10.0 |
886 | 2024-11-18T21:39:31.398Z | Compiling ipnetwork v0.20.0 |
887 | 2024-11-18T21:39:32.024Z | Compiling dropshot_endpoint v0.13.0 |
888 | 2024-11-18T21:39:32.215Z | Compiling serde_path_to_error v0.1.16 |
889 | 2024-11-18T21:39:32.406Z | Compiling hex v0.4.3 |
890 | 2024-11-18T21:39:33.119Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
891 | 2024-11-18T21:39:33.250Z | Compiling async-trait v0.1.83 |
892 | 2024-11-18T21:39:33.917Z | Compiling waitgroup v0.1.2 |
893 | 2024-11-18T21:39:34.149Z | Compiling hostname v0.4.0 |
894 | 2024-11-18T21:39:34.389Z | Compiling instant v0.1.13 |
895 | 2024-11-18T21:39:34.541Z | Compiling debug-ignore v1.0.5 |
896 | 2024-11-18T21:39:34.674Z | Compiling backoff v0.4.0 |
897 | 2024-11-18T21:39:35.005Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
898 | 2024-11-18T21:39:35.194Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
899 | 2024-11-18T21:39:35.352Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
900 | 2024-11-18T21:39:35.681Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
901 | 2024-11-18T21:39:36.241Z | Compiling parse-display v0.10.0 |
902 | 2024-11-18T21:39:36.426Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
903 | 2024-11-18T21:39:38.380Z | Compiling strum v0.26.3 |
904 | 2024-11-18T21:39:38.564Z | Compiling serde_with v3.11.0 |
905 | 2024-11-18T21:39:39.390Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
906 | 2024-11-18T21:39:40.231Z | Compiling regress v0.9.1 |
907 | 2024-11-18T21:39:40.341Z | Compiling macaddr v1.0.1 |
908 | 2024-11-18T21:39:45.758Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
909 | 2024-11-18T21:39:56.536Z | Compiling test-project v0.1.0 (/tmp/test-project) |
910 | 2024-11-18T21:40:06.383Z | Finished `release` profile [optimized] target(s) in 2m 35s |
911 | 2024-11-18T21:40:06.448Z | process exited: duration 234565 ms, exit code 0 |
|
912 | 2024-11-18T21:40:06.454Z | found 0 output files |