|
|
|
1 | 2024-11-26T04:37:27.385Z | job assigned to worker 01JDKC3BQGXTTT9P176XB0KPP1 [factory aws, i-0b223338df0e0042f] (queued for 1 m 2 s) |
|
2 | 2024-11-26T04:37:34.996Z | starting task 0: "setup" |
3 | 2024-11-26T04:37:35.006Z | ++ uname -s |
4 | 2024-11-26T04:37:35.008Z | + kern=SunOS |
5 | 2024-11-26T04:37:35.009Z | + case "$kern" in |
6 | 2024-11-26T04:37:35.009Z | + groupadd -g 12345 build |
7 | 2024-11-26T04:37:35.011Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-26T04:37:37.017Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-26T04:37:37.092Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-26T04:37:37.095Z | + home_fs=zfs |
11 | 2024-11-26T04:37:37.095Z | + [[ zfs == autofs ]] |
12 | 2024-11-26T04:37:37.095Z | + mkdir -p /home/build |
13 | 2024-11-26T04:37:37.097Z | + chown build:build /home/build /work |
14 | 2024-11-26T04:37:39.099Z | + chmod 0700 /home/build /work |
15 | 2024-11-26T04:37:39.102Z | process exited: duration 4105 ms, exit code 0 |
|
16 | 2024-11-26T04:37:39.106Z | starting task 1: "rust-toolchain" |
17 | 2024-11-26T04:37:39.111Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-26T04:37:39.111Z | ' 1.81.0 |
19 | 2024-11-26T04:37:39.111Z | * toolchain channel = "1.81.0" |
20 | 2024-11-26T04:37:39.111Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-26T04:37:39.111Z | ' default |
22 | 2024-11-26T04:37:39.114Z | * toolchain profile = "default" |
23 | 2024-11-26T04:37:39.114Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-26T04:37:39.114Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-26T04:37:39.234Z | info: downloading installer |
26 | 2024-11-26T04:37:40.380Z | info: profile set to 'default' |
27 | 2024-11-26T04:37:40.380Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-26T04:37:40.382Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-26T04:37:40.534Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-26T04:37:40.534Z | info: downloading component 'cargo' |
31 | 2024-11-26T04:37:41.364Z | info: downloading component 'clippy' |
32 | 2024-11-26T04:37:41.671Z | info: downloading component 'rust-docs' |
33 | 2024-11-26T04:37:42.820Z | info: downloading component 'rust-std' |
34 | 2024-11-26T04:37:44.609Z | info: downloading component 'rustc' |
35 | 2024-11-26T04:37:51.042Z | info: downloading component 'rustfmt' |
36 | 2024-11-26T04:37:51.284Z | info: installing component 'cargo' |
37 | 2024-11-26T04:37:52.078Z | info: installing component 'clippy' |
38 | 2024-11-26T04:37:52.440Z | info: installing component 'rust-docs' |
39 | 2024-11-26T04:37:54.072Z | info: installing component 'rust-std' |
40 | 2024-11-26T04:37:55.780Z | info: installing component 'rustc' |
41 | 2024-11-26T04:38:01.447Z | info: installing component 'rustfmt' |
42 | 2024-11-26T04:38:01.767Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-26T04:38:01.767Z | |
44 | 2024-11-26T04:38:02.135Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-26T04:38:02.135Z | |
46 | 2024-11-26T04:38:02.137Z | |
47 | 2024-11-26T04:38:02.137Z | Rust is installed now. Great! |
48 | 2024-11-26T04:38:02.137Z | |
49 | 2024-11-26T04:38:02.137Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-26T04:38:02.137Z | environment variable. This has not been done automatically. |
51 | 2024-11-26T04:38:02.137Z | |
52 | 2024-11-26T04:38:02.137Z | To configure your current shell, you need to source |
53 | 2024-11-26T04:38:02.137Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-26T04:38:02.137Z | |
55 | 2024-11-26T04:38:02.138Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-26T04:38:02.138Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-26T04:38:02.138Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-26T04:38:02.209Z | + rustc --version |
59 | 2024-11-26T04:38:02.274Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-26T04:38:02.277Z | process exited: duration 23167 ms, exit code 0 |
|
61 | 2024-11-26T04:38:02.281Z | starting task 2: "authentication" |
62 | 2024-11-26T04:38:02.301Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-11-26T04:38:02.306Z | starting task 3: "clone repository" |
64 | 2024-11-26T04:38:02.311Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-26T04:38:02.313Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-26T04:38:02.348Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-26T04:38:09.410Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-26T04:38:09.413Z | + git fetch origin 73f89b3221c75d4cb24f5b5d77de796008e031ec |
69 | 2024-11-26T04:38:09.685Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-26T04:38:09.685Z | * branch 73f89b3221c75d4cb24f5b5d77de796008e031ec -> FETCH_HEAD |
71 | 2024-11-26T04:38:09.692Z | + [[ -n disk-generation-in-inventory ]] |
72 | 2024-11-26T04:38:09.695Z | ++ git branch --show-current |
73 | 2024-11-26T04:38:09.699Z | + current=main |
74 | 2024-11-26T04:38:09.699Z | + [[ main != disk-generation-in-inventory ]] |
75 | 2024-11-26T04:38:09.699Z | + git branch -f disk-generation-in-inventory 73f89b3221c75d4cb24f5b5d77de796008e031ec |
76 | 2024-11-26T04:38:09.702Z | + git checkout -f disk-generation-in-inventory |
77 | 2024-11-26T04:38:09.875Z | Switched to branch 'disk-generation-in-inventory' |
78 | 2024-11-26T04:38:09.878Z | + git reset --hard 73f89b3221c75d4cb24f5b5d77de796008e031ec |
79 | 2024-11-26T04:38:09.906Z | HEAD is now at 73f89b322 openapi |
80 | 2024-11-26T04:38:09.909Z | process exited: duration 7594 ms, exit code 0 |
|
81 | 2024-11-26T04:38:09.913Z | starting task 4: "build" |
82 | 2024-11-26T04:38:09.919Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-26T04:38:09.921Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-26T04:38:09.921Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-26T04:38:09.921Z | + cargo --version |
86 | 2024-11-26T04:38:09.977Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-26T04:38:09.979Z | + rustc --version |
88 | 2024-11-26T04:38:10.040Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-26T04:38:10.042Z | + cd /tmp |
90 | 2024-11-26T04:38:10.045Z | + cargo new --lib test-project |
91 | 2024-11-26T04:38:10.111Z | Creating library `test-project` package |
92 | 2024-11-26T04:38:10.177Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-11-26T04:38:10.180Z | + cd test-project |
94 | 2024-11-26T04:38:10.180Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-11-26T04:38:10.257Z | Adding omicron-common (local) to dependencies |
96 | 2024-11-26T04:38:10.260Z | Features: |
97 | 2024-11-26T04:38:10.260Z | - proptest |
98 | 2024-11-26T04:38:10.260Z | - test-strategy |
99 | 2024-11-26T04:38:10.260Z | - testing |
100 | 2024-11-26T04:38:10.260Z | Updating crates.io index |
101 | 2024-11-26T04:38:10.326Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-11-26T04:38:11.267Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-11-26T04:38:11.656Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-11-26T04:38:12.040Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-11-26T04:38:13.428Z | Locking 328 packages to latest compatible versions |
106 | 2024-11-26T04:38:13.430Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-11-26T04:38:13.430Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
108 | 2024-11-26T04:38:13.430Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
109 | 2024-11-26T04:38:13.430Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
110 | 2024-11-26T04:38:13.430Z | Adding goblin v0.8.2 (latest: v0.9.2) |
111 | 2024-11-26T04:38:13.430Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
112 | 2024-11-26T04:38:13.430Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
113 | 2024-11-26T04:38:13.430Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
114 | 2024-11-26T04:38:13.430Z | Adding hostname v0.3.1 (latest: v0.4.0) |
115 | 2024-11-26T04:38:13.430Z | Adding indexmap v1.9.3 (latest: v2.6.0) |
116 | 2024-11-26T04:38:13.430Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
117 | 2024-11-26T04:38:13.430Z | Adding regress v0.9.1 (latest: v0.10.1) |
118 | 2024-11-26T04:38:13.431Z | Adding rustls v0.22.4 (latest: v0.23.18) |
119 | 2024-11-26T04:38:13.431Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
120 | 2024-11-26T04:38:13.433Z | Adding term v0.7.0 (latest: v1.0.0) |
121 | 2024-11-26T04:38:13.436Z | Adding thiserror v1.0.69 (latest: v2.0.3) |
122 | 2024-11-26T04:38:13.436Z | Adding thiserror-impl v1.0.69 (latest: v2.0.3) |
123 | 2024-11-26T04:38:13.436Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
124 | 2024-11-26T04:38:13.436Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
125 | 2024-11-26T04:38:13.436Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
126 | 2024-11-26T04:38:13.461Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
127 | 2024-11-26T04:38:13.461Z | Adding windows v0.52.0 (latest: v0.58.0) |
128 | 2024-11-26T04:38:13.461Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
129 | 2024-11-26T04:38:13.461Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
130 | 2024-11-26T04:38:13.461Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
131 | 2024-11-26T04:38:13.461Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
132 | 2024-11-26T04:38:13.463Z | Adding writeable v0.5.5 (latest: v0.6.0) |
133 | 2024-11-26T04:38:13.463Z | Adding zerocopy v0.7.35 (latest: v0.8.11) |
134 | 2024-11-26T04:38:13.463Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.11) |
135 | 2024-11-26T04:38:13.463Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
136 | 2024-11-26T04:38:13.463Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
137 | 2024-11-26T04:38:13.515Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
138 | 2024-11-26T04:38:13.517Z | + cargo check |
139 | 2024-11-26T04:38:13.694Z | Updating crates.io index |
140 | 2024-11-26T04:38:14.676Z | Locking 2 packages to latest compatible versions |
141 | 2024-11-26T04:38:18.386Z | Adding omicron-workspace-hack v0.1.0 |
142 | 2024-11-26T04:38:20.445Z | Adding test-project v0.1.0 (/tmp/test-project) |
143 | 2024-11-26T04:38:21.123Z | Downloading crates ... |
144 | 2024-11-26T04:38:21.279Z | Downloaded openssl v0.10.66 |
145 | 2024-11-26T04:38:21.289Z | Downloaded memmap v0.7.0 |
146 | 2024-11-26T04:38:21.292Z | Downloaded num-traits v0.2.19 |
147 | 2024-11-26T04:38:21.318Z | Downloaded ahash v0.8.11 |
148 | 2024-11-26T04:38:21.327Z | Downloaded tokio-rustls v0.25.0 |
149 | 2024-11-26T04:38:21.336Z | Downloaded ucd-trie v0.1.7 |
150 | 2024-11-26T04:38:21.344Z | Downloaded thread-id v4.2.2 |
151 | 2024-11-26T04:38:21.347Z | Downloaded aho-corasick v1.1.3 |
152 | 2024-11-26T04:38:21.352Z | Downloaded toml_datetime v0.6.8 |
153 | 2024-11-26T04:38:21.355Z | Downloaded byteorder v1.5.0 |
154 | 2024-11-26T04:38:21.357Z | Downloaded allocator-api2 v0.2.18 |
155 | 2024-11-26T04:38:21.365Z | Downloaded unicode-ident v1.0.13 |
156 | 2024-11-26T04:38:21.368Z | Downloaded tinyvec v1.8.0 |
157 | 2024-11-26T04:38:21.368Z | Downloaded crossbeam-channel v0.5.13 |
158 | 2024-11-26T04:38:21.370Z | Downloaded usdt-attr-macro v0.5.0 |
159 | 2024-11-26T04:38:21.370Z | Downloaded time-core v0.1.2 |
160 | 2024-11-26T04:38:21.373Z | Downloaded cpufeatures v0.2.14 |
161 | 2024-11-26T04:38:21.375Z | Downloaded try-lock v0.2.5 |
162 | 2024-11-26T04:38:21.375Z | Downloaded omicron-workspace-hack v0.1.0 |
163 | 2024-11-26T04:38:21.378Z | Downloaded time v0.3.36 |
164 | 2024-11-26T04:38:21.383Z | Downloaded want v0.3.1 |
165 | 2024-11-26T04:38:21.385Z | Downloaded tower-service v0.3.3 |
166 | 2024-11-26T04:38:21.385Z | Downloaded tinyvec_macros v0.1.1 |
167 | 2024-11-26T04:38:21.388Z | Downloaded digest v0.10.7 |
168 | 2024-11-26T04:38:21.390Z | Downloaded utf16_iter v1.0.5 |
169 | 2024-11-26T04:38:21.390Z | Downloaded dropshot v0.13.0 |
170 | 2024-11-26T04:38:21.411Z | Downloaded openssl-probe v0.1.5 |
171 | 2024-11-26T04:38:21.413Z | Downloaded tokio-macros v2.4.0 |
172 | 2024-11-26T04:38:21.413Z | Downloaded tinystr v0.7.6 |
173 | 2024-11-26T04:38:21.417Z | Downloaded thiserror-impl v1.0.69 |
174 | 2024-11-26T04:38:21.419Z | Downloaded async-stream-impl v0.3.6 |
175 | 2024-11-26T04:38:21.419Z | Downloaded openssl-macros v0.1.1 |
176 | 2024-11-26T04:38:21.419Z | Downloaded num-conv v0.1.0 |
177 | 2024-11-26T04:38:21.422Z | Downloaded num_threads v0.1.7 |
178 | 2024-11-26T04:38:21.422Z | Downloaded dirs-sys-next v0.1.2 |
179 | 2024-11-26T04:38:21.422Z | Downloaded usdt-macro v0.5.0 |
180 | 2024-11-26T04:38:21.424Z | Downloaded http-body v1.0.1 |
181 | 2024-11-26T04:38:21.424Z | Downloaded futures-sink v0.3.31 |
182 | 2024-11-26T04:38:21.426Z | Downloaded dof v0.3.0 |
183 | 2024-11-26T04:38:21.426Z | Downloaded zerofrom-derive v0.1.4 |
184 | 2024-11-26T04:38:21.429Z | Downloaded pkg-config v0.3.31 |
185 | 2024-11-26T04:38:21.432Z | Downloaded heck v0.5.0 |
186 | 2024-11-26T04:38:21.432Z | Downloaded base64 v0.22.1 |
187 | 2024-11-26T04:38:21.434Z | Downloaded progenitor-macro v0.8.0 |
188 | 2024-11-26T04:38:21.436Z | Downloaded progenitor-client v0.8.0 |
189 | 2024-11-26T04:38:21.436Z | Downloaded usdt v0.5.0 |
190 | 2024-11-26T04:38:21.439Z | Downloaded is-terminal v0.4.13 |
191 | 2024-11-26T04:38:21.439Z | Downloaded foreign-types v0.3.2 |
192 | 2024-11-26T04:38:21.441Z | Downloaded atomic-waker v1.1.2 |
193 | 2024-11-26T04:38:21.441Z | Downloaded native-tls v0.2.12 |
194 | 2024-11-26T04:38:21.444Z | Downloaded write16 v1.0.0 |
195 | 2024-11-26T04:38:21.444Z | Downloaded tokio-native-tls v0.3.1 |
196 | 2024-11-26T04:38:21.446Z | Downloaded fnv v1.0.7 |
197 | 2024-11-26T04:38:21.448Z | Downloaded dyn-clone v1.0.17 |
198 | 2024-11-26T04:38:21.450Z | Downloaded pretty-hex v0.4.1 |
199 | 2024-11-26T04:38:21.450Z | Downloaded yoke-derive v0.7.4 |
200 | 2024-11-26T04:38:21.452Z | Downloaded usdt-impl v0.5.0 |
201 | 2024-11-26T04:38:21.452Z | Downloaded equivalent v1.0.1 |
202 | 2024-11-26T04:38:21.454Z | Downloaded dirs-next v2.0.0 |
203 | 2024-11-26T04:38:21.454Z | Downloaded deranged v0.3.11 |
204 | 2024-11-26T04:38:21.457Z | Downloaded ident_case v1.0.1 |
205 | 2024-11-26T04:38:21.457Z | Downloaded pin-project-lite v0.2.14 |
206 | 2024-11-26T04:38:21.460Z | Downloaded pin-utils v0.1.0 |
207 | 2024-11-26T04:38:21.462Z | Downloaded icu_provider_macros v1.5.0 |
208 | 2024-11-26T04:38:21.462Z | Downloaded paste v1.0.15 |
209 | 2024-11-26T04:38:21.466Z | Downloaded scroll_derive v0.12.0 |
210 | 2024-11-26T04:38:21.468Z | Downloaded take_mut v0.2.2 |
211 | 2024-11-26T04:38:21.468Z | Downloaded rand_core v0.6.4 |
212 | 2024-11-26T04:38:21.470Z | Downloaded mime v0.3.17 |
213 | 2024-11-26T04:38:21.470Z | Downloaded typenum v1.17.0 |
214 | 2024-11-26T04:38:21.473Z | Downloaded powerfmt v0.2.0 |
215 | 2024-11-26T04:38:21.476Z | Downloaded match_cfg v0.1.0 |
216 | 2024-11-26T04:38:21.476Z | Downloaded displaydoc v0.2.5 |
217 | 2024-11-26T04:38:21.479Z | Downloaded macaddr v1.0.1 |
218 | 2024-11-26T04:38:21.479Z | Downloaded pest_meta v2.7.14 |
219 | 2024-11-26T04:38:21.481Z | Downloaded pest_generator v2.7.14 |
220 | 2024-11-26T04:38:21.483Z | Downloaded instant v0.1.13 |
221 | 2024-11-26T04:38:21.485Z | Downloaded writeable v0.5.5 |
222 | 2024-11-26T04:38:21.485Z | Downloaded toml v0.8.19 |
223 | 2024-11-26T04:38:21.490Z | Downloaded sync_wrapper v1.0.1 |
224 | 2024-11-26T04:38:21.492Z | Downloaded tokio-rustls v0.26.0 |
225 | 2024-11-26T04:38:21.492Z | Downloaded zeroize v1.8.1 |
226 | 2024-11-26T04:38:21.494Z | Downloaded form_urlencoded v1.2.1 |
227 | 2024-11-26T04:38:21.494Z | Downloaded rand_chacha v0.3.1 |
228 | 2024-11-26T04:38:21.496Z | Downloaded quinn-udp v0.5.5 |
229 | 2024-11-26T04:38:21.496Z | Downloaded progenitor v0.8.0 |
230 | 2024-11-26T04:38:21.499Z | Downloaded parking_lot_core v0.9.10 |
231 | 2024-11-26T04:38:21.502Z | Downloaded http-body-util v0.1.2 |
232 | 2024-11-26T04:38:21.502Z | Downloaded hostname v0.3.1 |
233 | 2024-11-26T04:38:21.505Z | Downloaded proc-macro2 v1.0.89 |
234 | 2024-11-26T04:38:21.507Z | Downloaded foreign-types-shared v0.1.1 |
235 | 2024-11-26T04:38:21.507Z | Downloaded once_cell v1.20.2 |
236 | 2024-11-26T04:38:21.510Z | Downloaded quote v1.0.37 |
237 | 2024-11-26T04:38:21.513Z | Downloaded ppv-lite86 v0.2.20 |
238 | 2024-11-26T04:38:21.513Z | Downloaded pest_derive v2.7.14 |
239 | 2024-11-26T04:38:21.516Z | Downloaded zerocopy-derive v0.7.35 |
240 | 2024-11-26T04:38:21.518Z | Downloaded synstructure v0.13.1 |
241 | 2024-11-26T04:38:21.521Z | Downloaded serde_path_to_error v0.1.16 |
242 | 2024-11-26T04:38:21.524Z | Downloaded tracing-core v0.1.32 |
243 | 2024-11-26T04:38:21.526Z | Downloaded zerovec-derive v0.10.3 |
244 | 2024-11-26T04:38:21.526Z | Downloaded slog-json v2.6.1 |
245 | 2024-11-26T04:38:21.528Z | Downloaded thiserror v1.0.69 |
246 | 2024-11-26T04:38:21.532Z | Downloaded percent-encoding v2.3.1 |
247 | 2024-11-26T04:38:21.534Z | Downloaded bitflags v2.6.0 |
248 | 2024-11-26T04:38:21.537Z | Downloaded strum v0.26.3 |
249 | 2024-11-26T04:38:21.537Z | Downloaded serde_urlencoded v0.7.1 |
250 | 2024-11-26T04:38:21.539Z | Downloaded serde_tokenstream v0.2.2 |
251 | 2024-11-26T04:38:21.541Z | Downloaded parse-display-derive v0.10.0 |
252 | 2024-11-26T04:38:21.541Z | Downloaded tracing v0.1.40 |
253 | 2024-11-26T04:38:21.544Z | Downloaded slog-bunyan v2.5.0 |
254 | 2024-11-26T04:38:21.546Z | Downloaded signal-hook-registry v1.4.2 |
255 | 2024-11-26T04:38:21.547Z | Downloaded unsafe-libyaml v0.2.11 |
256 | 2024-11-26T04:38:21.549Z | Downloaded scopeguard v1.2.0 |
257 | 2024-11-26T04:38:21.552Z | Downloaded rustc-hash v2.0.0 |
258 | 2024-11-26T04:38:21.555Z | Downloaded icu_locid_transform v1.5.0 |
259 | 2024-11-26T04:38:21.555Z | Downloaded rustversion v1.0.17 |
260 | 2024-11-26T04:38:21.558Z | Downloaded smallvec v1.13.2 |
261 | 2024-11-26T04:38:21.561Z | Downloaded serde_with_macros v3.11.0 |
262 | 2024-11-26T04:38:21.561Z | Downloaded dropshot_endpoint v0.13.0 |
263 | 2024-11-26T04:38:21.563Z | Downloaded sha1 v0.10.6 |
264 | 2024-11-26T04:38:21.566Z | Downloaded term v0.7.0 |
265 | 2024-11-26T04:38:21.569Z | Downloaded shlex v1.3.0 |
266 | 2024-11-26T04:38:21.571Z | Downloaded litemap v0.7.3 |
267 | 2024-11-26T04:38:21.573Z | Downloaded schemars_derive v0.8.21 |
268 | 2024-11-26T04:38:21.573Z | Downloaded iana-time-zone v0.1.61 |
269 | 2024-11-26T04:38:21.577Z | Downloaded bytes v1.8.0 |
270 | 2024-11-26T04:38:21.579Z | Downloaded semver v1.0.23 |
271 | 2024-11-26T04:38:21.581Z | Downloaded structmeta v0.3.0 |
272 | 2024-11-26T04:38:21.584Z | Downloaded slab v0.4.9 |
273 | 2024-11-26T04:38:21.584Z | Downloaded serde_spanned v0.6.8 |
274 | 2024-11-26T04:38:21.586Z | Downloaded subtle v2.6.1 |
275 | 2024-11-26T04:38:21.586Z | Downloaded structmeta-derive v0.3.0 |
276 | 2024-11-26T04:38:21.588Z | Downloaded scroll v0.12.0 |
277 | 2024-11-26T04:38:21.588Z | Downloaded anyhow v1.0.93 |
278 | 2024-11-26T04:38:21.591Z | Downloaded progenitor-impl v0.8.0 |
279 | 2024-11-26T04:38:21.594Z | Downloaded slog-term v2.9.1 |
280 | 2024-11-26T04:38:21.596Z | Downloaded futures-channel v0.3.31 |
281 | 2024-11-26T04:38:21.598Z | Downloaded strsim v0.11.1 |
282 | 2024-11-26T04:38:21.598Z | Downloaded stable_deref_trait v1.2.0 |
283 | 2024-11-26T04:38:21.601Z | Downloaded strum_macros v0.26.4 |
284 | 2024-11-26T04:38:21.603Z | Downloaded spin v0.9.8 |
285 | 2024-11-26T04:38:21.603Z | Downloaded serde_derive_internals v0.29.1 |
286 | 2024-11-26T04:38:21.606Z | Downloaded getrandom v0.2.15 |
287 | 2024-11-26T04:38:21.608Z | Downloaded slog-async v2.8.0 |
288 | 2024-11-26T04:38:21.610Z | Downloaded ryu v1.0.18 |
289 | 2024-11-26T04:38:21.613Z | Downloaded icu_provider v1.5.0 |
290 | 2024-11-26T04:38:21.615Z | Downloaded indexmap v1.9.3 |
291 | 2024-11-26T04:38:21.617Z | Downloaded rustls-pki-types v1.9.0 |
292 | 2024-11-26T04:38:21.620Z | Downloaded toml_edit v0.22.22 |
293 | 2024-11-26T04:38:21.641Z | Downloaded slog v2.7.0 |
294 | 2024-11-26T04:38:21.643Z | Downloaded url v2.5.3 |
295 | 2024-11-26T04:38:21.646Z | Downloaded sha2 v0.10.8 |
296 | 2024-11-26T04:38:21.649Z | Downloaded serde_derive v1.0.215 |
297 | 2024-11-26T04:38:21.651Z | Downloaded rustls-pemfile v2.2.0 |
298 | 2024-11-26T04:38:21.654Z | Downloaded cc v1.1.30 |
299 | 2024-11-26T04:38:21.656Z | Downloaded rand v0.8.5 |
300 | 2024-11-26T04:38:21.659Z | Downloaded tokio-util v0.7.12 |
301 | 2024-11-26T04:38:21.665Z | Downloaded log v0.4.22 |
302 | 2024-11-26T04:38:21.668Z | Downloaded schemars v0.8.21 |
303 | 2024-11-26T04:38:21.678Z | Downloaded socket2 v0.5.7 |
304 | 2024-11-26T04:38:21.681Z | Downloaded serde v1.0.215 |
305 | 2024-11-26T04:38:21.684Z | Downloaded mio v1.0.2 |
306 | 2024-11-26T04:38:21.689Z | Downloaded serde_yaml v0.9.34+deprecated |
307 | 2024-11-26T04:38:21.692Z | Downloaded pest v2.7.14 |
308 | 2024-11-26T04:38:21.697Z | Downloaded zerovec v0.10.4 |
309 | 2024-11-26T04:38:21.703Z | Downloaded zerocopy v0.7.35 |
310 | 2024-11-26T04:38:21.718Z | Downloaded memchr v2.7.4 |
311 | 2024-11-26T04:38:21.723Z | Downloaded hashbrown v0.12.3 |
312 | 2024-11-26T04:38:21.726Z | Downloaded winnow v0.6.20 |
313 | 2024-11-26T04:38:21.733Z | Downloaded http v1.1.0 |
314 | 2024-11-26T04:38:21.737Z | Downloaded indexmap v2.6.0 |
315 | 2024-11-26T04:38:21.741Z | Downloaded serde_json v1.0.132 |
316 | 2024-11-26T04:38:21.749Z | Downloaded hyper v1.5.0 |
317 | 2024-11-26T04:38:21.753Z | Downloaded icu_collections v1.5.0 |
318 | 2024-11-26T04:38:21.759Z | Downloaded vcpkg v0.2.15 |
319 | 2024-11-26T04:38:21.794Z | Downloaded rustls-webpki v0.102.8 |
320 | 2024-11-26T04:38:21.811Z | Downloaded serde_with v3.11.0 |
321 | 2024-11-26T04:38:21.817Z | Downloaded goblin v0.8.2 |
322 | 2024-11-26T04:38:21.823Z | Downloaded reqwest v0.12.9 |
323 | 2024-11-26T04:38:21.831Z | Downloaded h2 v0.4.6 |
324 | 2024-11-26T04:38:21.837Z | Downloaded regex v1.11.1 |
325 | 2024-11-26T04:38:21.849Z | Downloaded chrono v0.4.38 |
326 | 2024-11-26T04:38:21.866Z | Downloaded icu_properties_data v1.5.0 |
327 | 2024-11-26T04:38:21.869Z | Downloaded webpki-roots v0.26.6 |
328 | 2024-11-26T04:38:21.869Z | Downloaded quinn-proto v0.11.8 |
329 | 2024-11-26T04:38:21.875Z | Downloaded openapiv3 v2.0.0 |
330 | 2024-11-26T04:38:21.884Z | Downloaded regress v0.10.1 |
331 | 2024-11-26T04:38:21.892Z | Downloaded tokio v1.40.0 |
332 | 2024-11-26T04:38:21.925Z | Downloaded syn v2.0.87 |
333 | 2024-11-26T04:38:21.935Z | Downloaded regress v0.9.1 |
334 | 2024-11-26T04:38:21.942Z | Downloaded rustls v0.22.4 |
335 | 2024-11-26T04:38:21.954Z | Downloaded rustls v0.23.14 |
336 | 2024-11-26T04:38:21.964Z | Downloaded regex-syntax v0.8.5 |
337 | 2024-11-26T04:38:21.971Z | Downloaded typify-impl v0.2.0 |
338 | 2024-11-26T04:38:21.984Z | Downloaded idna v1.0.3 |
339 | 2024-11-26T04:38:21.987Z | Downloaded hashbrown v0.15.0 |
340 | 2024-11-26T04:38:21.992Z | Downloaded hashbrown v0.14.5 |
341 | 2024-11-26T04:38:21.996Z | Downloaded futures-util v0.3.31 |
342 | 2024-11-26T04:38:22.007Z | Downloaded darling_core v0.20.10 |
343 | 2024-11-26T04:38:22.010Z | Downloaded icu_properties v1.5.1 |
344 | 2024-11-26T04:38:22.013Z | Downloaded icu_normalizer v1.5.0 |
345 | 2024-11-26T04:38:22.016Z | Downloaded hyper-util v0.1.10 |
346 | 2024-11-26T04:38:22.019Z | Downloaded regex-automata v0.4.8 |
347 | 2024-11-26T04:38:22.034Z | Downloaded quinn v0.11.5 |
348 | 2024-11-26T04:38:22.037Z | Downloaded icu_normalizer_data v1.5.0 |
349 | 2024-11-26T04:38:22.039Z | Downloaded icu_locid_transform_data v1.5.0 |
350 | 2024-11-26T04:38:22.042Z | Downloaded icu_locid v1.5.0 |
351 | 2024-11-26T04:38:22.044Z | Downloaded futures v0.3.31 |
352 | 2024-11-26T04:38:22.048Z | Downloaded openssl-sys v0.9.103 |
353 | 2024-11-26T04:38:22.052Z | Downloaded lock_api v0.4.12 |
354 | 2024-11-26T04:38:22.055Z | Downloaded uuid v1.11.0 |
355 | 2024-11-26T04:38:22.057Z | Downloaded async-trait v0.1.83 |
356 | 2024-11-26T04:38:22.059Z | Downloaded ipnet v2.10.1 |
357 | 2024-11-26T04:38:22.062Z | Downloaded hyper-rustls v0.27.3 |
358 | 2024-11-26T04:38:22.064Z | Downloaded httparse v1.9.5 |
359 | 2024-11-26T04:38:22.067Z | Downloaded ipnetwork v0.20.0 |
360 | 2024-11-26T04:38:22.067Z | Downloaded idna_adapter v1.2.0 |
361 | 2024-11-26T04:38:22.070Z | Downloaded hyper-tls v0.6.0 |
362 | 2024-11-26T04:38:22.070Z | Downloaded futures-macro v0.3.31 |
363 | 2024-11-26T04:38:22.070Z | Downloaded futures-io v0.3.31 |
364 | 2024-11-26T04:38:22.072Z | Downloaded crossbeam-utils v0.8.20 |
365 | 2024-11-26T04:38:22.074Z | Downloaded parking_lot v0.12.3 |
366 | 2024-11-26T04:38:22.074Z | Downloaded hostname v0.4.0 |
367 | 2024-11-26T04:38:22.077Z | Downloaded futures-executor v0.3.31 |
368 | 2024-11-26T04:38:22.077Z | Downloaded libc v0.2.162 |
369 | 2024-11-26T04:38:22.101Z | Downloaded hex v0.4.3 |
370 | 2024-11-26T04:38:22.103Z | Downloaded generic-array v0.14.7 |
371 | 2024-11-26T04:38:22.105Z | Downloaded futures-core v0.3.31 |
372 | 2024-11-26T04:38:22.105Z | Downloaded camino v1.1.9 |
373 | 2024-11-26T04:38:22.109Z | Downloaded async-stream v0.3.6 |
374 | 2024-11-26T04:38:22.111Z | Downloaded plain v0.2.3 |
375 | 2024-11-26T04:38:22.111Z | Downloaded multer v3.1.0 |
376 | 2024-11-26T04:38:22.111Z | Downloaded typify v0.2.0 |
377 | 2024-11-26T04:38:22.114Z | Downloaded itoa v1.0.11 |
378 | 2024-11-26T04:38:22.116Z | Downloaded httpdate v1.0.3 |
379 | 2024-11-26T04:38:22.116Z | Downloaded darling v0.20.10 |
380 | 2024-11-26T04:38:22.119Z | Downloaded backoff v0.4.0 |
381 | 2024-11-26T04:38:22.121Z | Downloaded futures-task v0.3.31 |
382 | 2024-11-26T04:38:22.124Z | Downloaded parse-display v0.10.0 |
383 | 2024-11-26T04:38:22.124Z | Downloaded newtype-uuid v1.1.3 |
384 | 2024-11-26T04:38:22.124Z | Downloaded time-macros v0.2.18 |
385 | 2024-11-26T04:38:22.126Z | Downloaded yoke v0.7.4 |
386 | 2024-11-26T04:38:22.128Z | Downloaded version_check v0.9.5 |
387 | 2024-11-26T04:38:22.129Z | Downloaded thread_local v1.1.8 |
388 | 2024-11-26T04:38:22.129Z | Downloaded debug-ignore v1.0.5 |
389 | 2024-11-26T04:38:22.131Z | Downloaded block-buffer v0.10.4 |
390 | 2024-11-26T04:38:22.131Z | Downloaded autocfg v1.4.0 |
391 | 2024-11-26T04:38:22.133Z | Downloaded crypto-common v0.1.6 |
392 | 2024-11-26T04:38:22.133Z | Downloaded zerofrom v0.1.4 |
393 | 2024-11-26T04:38:22.136Z | Downloaded waitgroup v0.1.2 |
394 | 2024-11-26T04:38:22.136Z | Downloaded utf8_iter v1.0.4 |
395 | 2024-11-26T04:38:22.136Z | Downloaded untrusted v0.9.0 |
396 | 2024-11-26T04:38:22.139Z | Downloaded dtrace-parser v0.2.0 |
397 | 2024-11-26T04:38:22.139Z | Downloaded darling_macro v0.20.10 |
398 | 2024-11-26T04:38:22.139Z | Downloaded cfg-if v1.0.0 |
399 | 2024-11-26T04:38:22.139Z | Downloaded typify-macro v0.2.0 |
400 | 2024-11-26T04:38:22.141Z | Downloaded encoding_rs v0.8.34 |
401 | 2024-11-26T04:38:22.313Z | Downloaded ring v0.17.8 |
402 | 2024-11-26T04:38:22.636Z | Compiling proc-macro2 v1.0.89 |
403 | 2024-11-26T04:38:22.636Z | Compiling unicode-ident v1.0.13 |
404 | 2024-11-26T04:38:22.639Z | Compiling libc v0.2.162 |
405 | 2024-11-26T04:38:22.639Z | Checking cfg-if v1.0.0 |
406 | 2024-11-26T04:38:22.639Z | Compiling autocfg v1.4.0 |
407 | 2024-11-26T04:38:22.639Z | Compiling serde v1.0.215 |
408 | 2024-11-26T04:38:22.639Z | Compiling version_check v0.9.5 |
409 | 2024-11-26T04:38:22.639Z | Checking memchr v2.7.4 |
410 | 2024-11-26T04:38:22.746Z | Compiling serde_json v1.0.132 |
411 | 2024-11-26T04:38:22.833Z | Checking itoa v1.0.11 |
412 | 2024-11-26T04:38:23.177Z | Compiling thiserror v1.0.69 |
413 | 2024-11-26T04:38:23.300Z | Checking once_cell v1.20.2 |
414 | 2024-11-26T04:38:23.367Z | Compiling shlex v1.3.0 |
415 | 2024-11-26T04:38:23.635Z | Compiling cc v1.1.30 |
416 | 2024-11-26T04:38:23.772Z | Checking pin-project-lite v0.2.14 |
417 | 2024-11-26T04:38:23.893Z | Compiling num-traits v0.2.19 |
418 | 2024-11-26T04:38:24.085Z | Checking smallvec v1.13.2 |
419 | 2024-11-26T04:38:24.126Z | Checking ryu v1.0.18 |
420 | 2024-11-26T04:38:24.181Z | Checking getrandom v0.2.15 |
421 | 2024-11-26T04:38:24.228Z | Checking bytes v1.8.0 |
422 | 2024-11-26T04:38:24.406Z | Checking futures-core v0.3.31 |
423 | 2024-11-26T04:38:24.466Z | Compiling quote v1.0.37 |
424 | 2024-11-26T04:38:24.484Z | Compiling lock_api v0.4.12 |
425 | 2024-11-26T04:38:24.584Z | Compiling parking_lot_core v0.9.10 |
426 | 2024-11-26T04:38:24.603Z | Compiling byteorder v1.5.0 |
427 | 2024-11-26T04:38:24.954Z | Compiling syn v2.0.87 |
428 | 2024-11-26T04:38:24.979Z | Compiling ahash v0.8.11 |
429 | 2024-11-26T04:38:25.052Z | Checking scopeguard v1.2.0 |
430 | 2024-11-26T04:38:25.099Z | Compiling schemars v0.8.21 |
431 | 2024-11-26T04:38:25.191Z | Compiling slab v0.4.9 |
432 | 2024-11-26T04:38:25.405Z | Checking log v0.4.22 |
433 | 2024-11-26T04:38:25.422Z | Checking futures-sink v0.3.31 |
434 | 2024-11-26T04:38:25.440Z | Checking socket2 v0.5.7 |
435 | 2024-11-26T04:38:25.488Z | Checking signal-hook-registry v1.4.2 |
436 | 2024-11-26T04:38:25.562Z | Checking mio v1.0.2 |
437 | 2024-11-26T04:38:25.599Z | Checking parking_lot v0.12.3 |
438 | 2024-11-26T04:38:25.656Z | Checking stable_deref_trait v1.2.0 |
439 | 2024-11-26T04:38:25.731Z | Checking fnv v1.0.7 |
440 | 2024-11-26T04:38:25.753Z | Compiling semver v1.0.23 |
441 | 2024-11-26T04:38:25.859Z | Checking equivalent v1.0.1 |
442 | 2024-11-26T04:38:25.905Z | Checking hashbrown v0.15.0 |
443 | 2024-11-26T04:38:25.935Z | Checking http v1.1.0 |
444 | 2024-11-26T04:38:25.954Z | Checking futures-channel v0.3.31 |
445 | 2024-11-26T04:38:25.970Z | Checking futures-task v0.3.31 |
446 | 2024-11-26T04:38:26.147Z | Checking pin-utils v0.1.0 |
447 | 2024-11-26T04:38:26.203Z | Checking futures-io v0.3.31 |
448 | 2024-11-26T04:38:26.238Z | Compiling vcpkg v0.2.15 |
449 | 2024-11-26T04:38:26.294Z | Checking spin v0.9.8 |
450 | 2024-11-26T04:38:26.324Z | Compiling pkg-config v0.3.31 |
451 | 2024-11-26T04:38:26.396Z | Compiling heck v0.5.0 |
452 | 2024-11-26T04:38:26.515Z | Checking rustls-pki-types v1.9.0 |
453 | 2024-11-26T04:38:26.614Z | Compiling ring v0.17.8 |
454 | 2024-11-26T04:38:26.977Z | Checking untrusted v0.9.0 |
455 | 2024-11-26T04:38:27.109Z | Compiling httparse v1.9.5 |
456 | 2024-11-26T04:38:27.230Z | Checking writeable v0.5.5 |
457 | 2024-11-26T04:38:27.342Z | Compiling ucd-trie v0.1.7 |
458 | 2024-11-26T04:38:27.562Z | Checking iana-time-zone v0.1.61 |
459 | 2024-11-26T04:38:27.581Z | Checking litemap v0.7.3 |
460 | 2024-11-26T04:38:27.828Z | Checking tracing-core v0.1.32 |
461 | 2024-11-26T04:38:27.851Z | Checking dyn-clone v1.0.17 |
462 | 2024-11-26T04:38:27.914Z | Compiling openssl-sys v0.9.103 |
463 | 2024-11-26T04:38:27.914Z | Compiling allocator-api2 v0.2.18 |
464 | 2024-11-26T04:38:28.163Z | Checking atomic-waker v1.1.2 |
465 | 2024-11-26T04:38:28.478Z | Checking tracing v0.1.40 |
466 | 2024-11-26T04:38:28.700Z | Checking http-body v1.0.1 |
467 | 2024-11-26T04:38:28.833Z | Checking subtle v2.6.1 |
468 | 2024-11-26T04:38:28.890Z | Checking try-lock v0.2.5 |
469 | 2024-11-26T04:38:28.977Z | Compiling uuid v1.11.0 |
470 | 2024-11-26T04:38:29.015Z | Checking zeroize v1.8.1 |
471 | 2024-11-26T04:38:29.034Z | Checking icu_locid_transform_data v1.5.0 |
472 | 2024-11-26T04:38:29.056Z | Checking want v0.3.1 |
473 | 2024-11-26T04:38:29.137Z | Checking icu_properties_data v1.5.0 |
474 | 2024-11-26T04:38:29.236Z | Compiling openssl v0.10.66 |
475 | 2024-11-26T04:38:29.255Z | Checking foreign-types-shared v0.1.1 |
476 | 2024-11-26T04:38:29.358Z | Checking httpdate v1.0.3 |
477 | 2024-11-26T04:38:29.379Z | Compiling chrono v0.4.38 |
478 | 2024-11-26T04:38:29.499Z | Compiling slog v2.7.0 |
479 | 2024-11-26T04:38:29.586Z | Checking foreign-types v0.3.2 |
480 | 2024-11-26T04:38:29.698Z | Compiling aho-corasick v1.1.3 |
481 | 2024-11-26T04:38:29.801Z | Checking utf16_iter v1.0.5 |
482 | 2024-11-26T04:38:29.966Z | Checking percent-encoding v2.3.1 |
483 | 2024-11-26T04:38:30.067Z | Compiling rustls v0.23.14 |
484 | 2024-11-26T04:38:30.184Z | Checking utf8_iter v1.0.4 |
485 | 2024-11-26T04:38:30.381Z | Checking write16 v1.0.0 |
486 | 2024-11-26T04:38:30.400Z | Checking bitflags v2.6.0 |
487 | 2024-11-26T04:38:30.504Z | Checking tower-service v0.3.3 |
488 | 2024-11-26T04:38:30.626Z | Compiling typenum v1.17.0 |
489 | 2024-11-26T04:38:30.660Z | Compiling regex-syntax v0.8.5 |
490 | 2024-11-26T04:38:30.877Z | Compiling native-tls v0.2.12 |
491 | 2024-11-26T04:38:31.400Z | Checking icu_normalizer_data v1.5.0 |
492 | 2024-11-26T04:38:31.548Z | Checking form_urlencoded v1.2.1 |
493 | 2024-11-26T04:38:31.753Z | Compiling generic-array v0.14.7 |
494 | 2024-11-26T04:38:31.977Z | Checking openssl-probe v0.1.5 |
495 | 2024-11-26T04:38:32.572Z | Compiling synstructure v0.13.1 |
496 | 2024-11-26T04:38:33.309Z | Compiling serde_derive_internals v0.29.1 |
497 | 2024-11-26T04:38:33.452Z | Checking rustls-webpki v0.102.8 |
498 | 2024-11-26T04:38:33.996Z | Compiling usdt-impl v0.5.0 |
499 | 2024-11-26T04:38:34.214Z | Compiling regex-automata v0.4.8 |
500 | 2024-11-26T04:38:34.383Z | Checking encoding_rs v0.8.34 |
501 | 2024-11-26T04:38:34.656Z | Compiling num-conv v0.1.0 |
502 | 2024-11-26T04:38:34.939Z | Compiling time-core v0.1.2 |
503 | 2024-11-26T04:38:35.107Z | Checking powerfmt v0.2.0 |
504 | 2024-11-26T04:38:35.388Z | Checking mime v0.3.17 |
505 | 2024-11-26T04:38:35.520Z | Checking deranged v0.3.11 |
506 | 2024-11-26T04:38:35.711Z | Compiling time-macros v0.2.18 |
507 | 2024-11-26T04:38:36.582Z | Compiling thread-id v4.2.2 |
508 | 2024-11-26T04:38:36.839Z | Checking webpki-roots v0.26.6 |
509 | 2024-11-26T04:38:37.044Z | Checking rustls-pemfile v2.2.0 |
510 | 2024-11-26T04:38:37.256Z | Compiling crossbeam-utils v0.8.20 |
511 | 2024-11-26T04:38:37.606Z | Checking plain v0.2.3 |
512 | 2024-11-26T04:38:37.757Z | Checking base64 v0.22.1 |
513 | 2024-11-26T04:38:37.860Z | Compiling strsim v0.11.1 |
514 | 2024-11-26T04:38:38.161Z | Compiling regex v1.11.1 |
515 | 2024-11-26T04:38:38.252Z | Compiling serde_derive v1.0.215 |
516 | 2024-11-26T04:38:38.576Z | Compiling zerocopy-derive v0.7.35 |
517 | 2024-11-26T04:38:38.702Z | Compiling thiserror-impl v1.0.69 |
518 | 2024-11-26T04:38:39.121Z | Compiling zerofrom-derive v0.1.4 |
519 | 2024-11-26T04:38:39.141Z | Compiling schemars_derive v0.8.21 |
520 | 2024-11-26T04:38:39.163Z | Compiling yoke-derive v0.7.4 |
521 | 2024-11-26T04:38:40.658Z | Compiling zerocopy v0.7.35 |
522 | 2024-11-26T04:38:41.847Z | Compiling tokio-macros v2.4.0 |
523 | 2024-11-26T04:38:41.958Z | Compiling zerovec-derive v0.10.3 |
524 | 2024-11-26T04:38:41.986Z | Compiling displaydoc v0.2.5 |
525 | 2024-11-26T04:38:42.167Z | Compiling futures-macro v0.3.31 |
526 | 2024-11-26T04:38:42.703Z | Checking zerofrom v0.1.4 |
527 | 2024-11-26T04:38:42.760Z | Compiling pest v2.7.14 |
528 | 2024-11-26T04:38:42.929Z | Checking yoke v0.7.4 |
529 | 2024-11-26T04:38:43.257Z | Compiling icu_provider_macros v1.5.0 |
530 | 2024-11-26T04:38:43.322Z | Compiling hashbrown v0.14.5 |
531 | 2024-11-26T04:38:43.362Z | Checking tokio v1.40.0 |
532 | 2024-11-26T04:38:43.971Z | Compiling openssl-macros v0.1.1 |
533 | 2024-11-26T04:38:44.053Z | Checking futures-util v0.3.31 |
534 | 2024-11-26T04:38:44.424Z | Checking zerovec v0.10.4 |
535 | 2024-11-26T04:38:44.690Z | Compiling regress v0.10.1 |
536 | 2024-11-26T04:38:45.556Z | Compiling pest_meta v2.7.14 |
537 | 2024-11-26T04:38:46.051Z | Checking tinystr v0.7.6 |
538 | 2024-11-26T04:38:46.468Z | Checking icu_locid v1.5.0 |
539 | 2024-11-26T04:38:47.539Z | Checking icu_provider v1.5.0 |
540 | 2024-11-26T04:38:48.205Z | Checking icu_locid_transform v1.5.0 |
541 | 2024-11-26T04:38:49.235Z | Compiling pest_generator v2.7.14 |
542 | 2024-11-26T04:38:49.256Z | Checking icu_collections v1.5.0 |
543 | 2024-11-26T04:38:49.488Z | Checking http-body-util v0.1.2 |
544 | 2024-11-26T04:38:49.780Z | Compiling scroll_derive v0.12.0 |
545 | 2024-11-26T04:38:49.910Z | Checking icu_properties v1.5.1 |
546 | 2024-11-26T04:38:50.372Z | Checking tokio-util v0.7.12 |
547 | 2024-11-26T04:38:50.624Z | Checking indexmap v2.6.0 |
548 | 2024-11-26T04:38:51.219Z | Compiling pest_derive v2.7.14 |
549 | 2024-11-26T04:38:51.726Z | Compiling serde_tokenstream v0.2.2 |
550 | 2024-11-26T04:38:52.056Z | Checking h2 v0.4.6 |
551 | 2024-11-26T04:38:52.612Z | Compiling dtrace-parser v0.2.0 |
552 | 2024-11-26T04:38:52.714Z | Checking scroll v0.12.0 |
553 | 2024-11-26T04:38:53.184Z | Checking tokio-native-tls v0.3.1 |
554 | 2024-11-26T04:38:53.225Z | Checking icu_normalizer v1.5.0 |
555 | 2024-11-26T04:38:53.498Z | Compiling dof v0.3.0 |
556 | 2024-11-26T04:38:53.577Z | Checking serde_urlencoded v0.7.1 |
557 | 2024-11-26T04:38:54.010Z | Checking tokio-rustls v0.26.0 |
558 | 2024-11-26T04:38:54.029Z | Checking idna_adapter v1.2.0 |
559 | 2024-11-26T04:38:54.211Z | Checking idna v1.0.3 |
560 | 2024-11-26T04:38:54.382Z | Checking num_threads v0.1.7 |
561 | 2024-11-26T04:38:54.403Z | Compiling ident_case v1.0.1 |
562 | 2024-11-26T04:38:54.499Z | Compiling openapiv3 v2.0.0 |
563 | 2024-11-26T04:38:54.586Z | Checking typify-impl v0.2.0 |
564 | 2024-11-26T04:38:54.605Z | Compiling darling_core v0.20.10 |
565 | 2024-11-26T04:38:54.625Z | Checking time v0.3.36 |
566 | 2024-11-26T04:38:54.701Z | Checking url v2.5.3 |
567 | 2024-11-26T04:38:55.817Z | Checking goblin v0.8.2 |
568 | 2024-11-26T04:38:56.389Z | Checking hyper v1.5.0 |
569 | 2024-11-26T04:38:58.515Z | Checking hyper-util v0.1.10 |
570 | 2024-11-26T04:38:58.774Z | Checking sync_wrapper v1.0.1 |
571 | 2024-11-26T04:38:58.921Z | Checking dirs-sys-next v0.1.2 |
572 | 2024-11-26T04:38:59.275Z | Compiling paste v1.0.15 |
573 | 2024-11-26T04:38:59.482Z | Compiling unsafe-libyaml v0.2.11 |
574 | 2024-11-26T04:38:59.777Z | Checking ipnet v2.10.1 |
575 | 2024-11-26T04:38:59.907Z | Compiling omicron-workspace-hack v0.1.0 |
576 | 2024-11-26T04:38:59.924Z | Compiling rustversion v1.0.17 |
577 | 2024-11-26T04:39:00.180Z | Checking hyper-tls v0.6.0 |
578 | 2024-11-26T04:39:00.221Z | Checking hyper-rustls v0.27.3 |
579 | 2024-11-26T04:39:00.241Z | Compiling rustls v0.22.4 |
580 | 2024-11-26T04:39:00.454Z | Checking pretty-hex v0.4.1 |
581 | 2024-11-26T04:39:00.557Z | Checking reqwest v0.12.9 |
582 | 2024-11-26T04:39:00.658Z | Compiling darling_macro v0.20.10 |
583 | 2024-11-26T04:39:00.695Z | Checking dirs-next v2.0.0 |
584 | 2024-11-26T04:39:00.769Z | Compiling serde_yaml v0.9.34+deprecated |
585 | 2024-11-26T04:39:01.109Z | Checking toml_datetime v0.6.8 |
586 | 2024-11-26T04:39:01.218Z | Checking serde_spanned v0.6.8 |
587 | 2024-11-26T04:39:01.396Z | Checking ppv-lite86 v0.2.20 |
588 | 2024-11-26T04:39:01.414Z | Compiling structmeta-derive v0.3.0 |
589 | 2024-11-26T04:39:01.538Z | Checking block-buffer v0.10.4 |
590 | 2024-11-26T04:39:01.579Z | Checking crypto-common v0.1.6 |
591 | 2024-11-26T04:39:01.615Z | Checking rand_core v0.6.4 |
592 | 2024-11-26T04:39:01.758Z | Checking thread_local v1.1.8 |
593 | 2024-11-26T04:39:01.854Z | Compiling multer v3.1.0 |
594 | 2024-11-26T04:39:01.925Z | Compiling newtype-uuid v1.1.3 |
595 | 2024-11-26T04:39:01.969Z | Compiling slog-async v2.8.0 |
596 | 2024-11-26T04:39:02.047Z | Compiling camino v1.1.9 |
597 | 2024-11-26T04:39:02.165Z | Compiling anyhow v1.0.93 |
598 | 2024-11-26T04:39:02.185Z | Checking match_cfg v0.1.0 |
599 | 2024-11-26T04:39:02.247Z | Checking winnow v0.6.20 |
600 | 2024-11-26T04:39:02.270Z | Checking hostname v0.3.1 |
601 | 2024-11-26T04:39:02.508Z | Checking rand_chacha v0.3.1 |
602 | 2024-11-26T04:39:02.528Z | Checking progenitor-client v0.8.0 |
603 | 2024-11-26T04:39:02.841Z | Checking digest v0.10.7 |
604 | 2024-11-26T04:39:02.894Z | Compiling darling v0.20.10 |
605 | 2024-11-26T04:39:02.997Z | Checking crossbeam-channel v0.5.13 |
606 | 2024-11-26T04:39:03.117Z | Checking term v0.7.0 |
607 | 2024-11-26T04:39:03.751Z | Checking slog-json v2.6.1 |
608 | 2024-11-26T04:39:03.992Z | Compiling structmeta v0.3.0 |
609 | 2024-11-26T04:39:04.012Z | Compiling usdt-macro v0.5.0 |
610 | 2024-11-26T04:39:04.253Z | Compiling usdt-attr-macro v0.5.0 |
611 | 2024-11-26T04:39:04.368Z | Checking futures-executor v0.3.31 |
612 | 2024-11-26T04:39:04.371Z | Compiling async-stream-impl v0.3.6 |
613 | 2024-11-26T04:39:04.521Z | Checking memmap v0.7.0 |
614 | 2024-11-26T04:39:04.608Z | Checking is-terminal v0.4.13 |
615 | 2024-11-26T04:39:04.725Z | Compiling dropshot v0.13.0 |
616 | 2024-11-26T04:39:04.743Z | Checking cpufeatures v0.2.14 |
617 | 2024-11-26T04:39:04.842Z | Checking take_mut v0.2.2 |
618 | 2024-11-26T04:39:05.120Z | Checking sha1 v0.10.6 |
619 | 2024-11-26T04:39:05.257Z | Checking toml_edit v0.22.22 |
620 | 2024-11-26T04:39:05.284Z | Checking slog-term v2.9.1 |
621 | 2024-11-26T04:39:05.306Z | Checking futures v0.3.31 |
622 | 2024-11-26T04:39:05.371Z | Compiling strum_macros v0.26.4 |
623 | 2024-11-26T04:39:05.412Z | Compiling parse-display-derive v0.10.0 |
624 | 2024-11-26T04:39:05.668Z | Checking usdt v0.5.0 |
625 | 2024-11-26T04:39:05.689Z | Checking async-stream v0.3.6 |
626 | 2024-11-26T04:39:05.804Z | Checking slog-bunyan v2.5.0 |
627 | 2024-11-26T04:39:05.907Z | Compiling serde_with_macros v3.11.0 |
628 | 2024-11-26T04:39:05.962Z | Checking rand v0.8.5 |
629 | 2024-11-26T04:39:07.253Z | Checking tokio-rustls v0.25.0 |
630 | 2024-11-26T04:39:07.359Z | Checking ipnetwork v0.20.0 |
631 | 2024-11-26T04:39:07.484Z | Compiling dropshot_endpoint v0.13.0 |
632 | 2024-11-26T04:39:07.648Z | Checking serde_path_to_error v0.1.16 |
633 | 2024-11-26T04:39:07.735Z | Checking hex v0.4.3 |
634 | 2024-11-26T04:39:07.881Z | Checking toml v0.8.19 |
635 | 2024-11-26T04:39:08.282Z | Compiling async-trait v0.1.83 |
636 | 2024-11-26T04:39:08.305Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
637 | 2024-11-26T04:39:08.521Z | Checking waitgroup v0.1.2 |
638 | 2024-11-26T04:39:08.602Z | Checking hostname v0.4.0 |
639 | 2024-11-26T04:39:08.659Z | Checking instant v0.1.13 |
640 | 2024-11-26T04:39:08.734Z | Checking debug-ignore v1.0.5 |
641 | 2024-11-26T04:39:08.777Z | Checking backoff v0.4.0 |
642 | 2024-11-26T04:39:08.870Z | Checking serde_with v3.11.0 |
643 | 2024-11-26T04:39:09.081Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
644 | 2024-11-26T04:39:09.101Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
645 | 2024-11-26T04:39:09.235Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
646 | 2024-11-26T04:39:09.255Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
647 | 2024-11-26T04:39:09.297Z | Checking parse-display v0.10.0 |
648 | 2024-11-26T04:39:09.474Z | Compiling typify-macro v0.2.0 |
649 | 2024-11-26T04:39:09.501Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
650 | 2024-11-26T04:39:09.566Z | Checking macaddr v1.0.1 |
651 | 2024-11-26T04:39:09.614Z | Checking regress v0.9.1 |
652 | 2024-11-26T04:39:09.869Z | Checking strum v0.26.3 |
653 | 2024-11-26T04:39:11.745Z | Compiling typify v0.2.0 |
654 | 2024-11-26T04:39:11.831Z | Compiling progenitor-impl v0.8.0 |
655 | 2024-11-26T04:39:14.474Z | Compiling progenitor-macro v0.8.0 |
656 | 2024-11-26T04:39:18.705Z | Checking progenitor v0.8.0 |
657 | 2024-11-26T04:39:18.836Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
658 | 2024-11-26T04:39:21.640Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
659 | 2024-11-26T04:39:29.157Z | Checking test-project v0.1.0 (/tmp/test-project) |
660 | 2024-11-26T04:39:29.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
661 | 2024-11-26T04:39:29.535Z | + cargo build --release |
662 | 2024-11-26T04:39:29.786Z | Compiling proc-macro2 v1.0.89 |
663 | 2024-11-26T04:39:29.786Z | Compiling unicode-ident v1.0.13 |
664 | 2024-11-26T04:39:29.793Z | Compiling libc v0.2.162 |
665 | 2024-11-26T04:39:29.793Z | Compiling cfg-if v1.0.0 |
666 | 2024-11-26T04:39:29.793Z | Compiling autocfg v1.4.0 |
667 | 2024-11-26T04:39:29.793Z | Compiling serde v1.0.215 |
668 | 2024-11-26T04:39:29.793Z | Compiling version_check v0.9.5 |
669 | 2024-11-26T04:39:29.793Z | Compiling memchr v2.7.4 |
670 | 2024-11-26T04:39:29.914Z | Compiling serde_json v1.0.132 |
671 | 2024-11-26T04:39:29.981Z | Compiling itoa v1.0.11 |
672 | 2024-11-26T04:39:30.235Z | Compiling thiserror v1.0.69 |
673 | 2024-11-26T04:39:30.375Z | Compiling once_cell v1.20.2 |
674 | 2024-11-26T04:39:30.453Z | Compiling shlex v1.3.0 |
675 | 2024-11-26T04:39:30.764Z | Compiling cc v1.1.30 |
676 | 2024-11-26T04:39:30.809Z | Compiling num-traits v0.2.19 |
677 | 2024-11-26T04:39:31.135Z | Compiling pin-project-lite v0.2.14 |
678 | 2024-11-26T04:39:31.178Z | Compiling smallvec v1.13.2 |
679 | 2024-11-26T04:39:31.247Z | Compiling getrandom v0.2.15 |
680 | 2024-11-26T04:39:31.318Z | Compiling bytes v1.8.0 |
681 | 2024-11-26T04:39:31.454Z | Compiling ryu v1.0.18 |
682 | 2024-11-26T04:39:31.570Z | Compiling quote v1.0.37 |
683 | 2024-11-26T04:39:31.596Z | Compiling futures-core v0.3.31 |
684 | 2024-11-26T04:39:31.829Z | Compiling lock_api v0.4.12 |
685 | 2024-11-26T04:39:31.855Z | Compiling ahash v0.8.11 |
686 | 2024-11-26T04:39:32.005Z | Compiling syn v2.0.87 |
687 | 2024-11-26T04:39:32.193Z | Compiling byteorder v1.5.0 |
688 | 2024-11-26T04:39:32.193Z | Compiling schemars v0.8.21 |
689 | 2024-11-26T04:39:32.223Z | Compiling parking_lot_core v0.9.10 |
690 | 2024-11-26T04:39:32.543Z | Compiling scopeguard v1.2.0 |
691 | 2024-11-26T04:39:32.560Z | Compiling slab v0.4.9 |
692 | 2024-11-26T04:39:32.637Z | Compiling log v0.4.22 |
693 | 2024-11-26T04:39:32.879Z | Compiling futures-sink v0.3.31 |
694 | 2024-11-26T04:39:33.046Z | Compiling socket2 v0.5.7 |
695 | 2024-11-26T04:39:33.090Z | Compiling signal-hook-registry v1.4.2 |
696 | 2024-11-26T04:39:33.126Z | Compiling parking_lot v0.12.3 |
697 | 2024-11-26T04:39:33.145Z | Compiling mio v1.0.2 |
698 | 2024-11-26T04:39:33.181Z | Compiling semver v1.0.23 |
699 | 2024-11-26T04:39:33.458Z | Compiling stable_deref_trait v1.2.0 |
700 | 2024-11-26T04:39:33.669Z | Compiling fnv v1.0.7 |
701 | 2024-11-26T04:39:33.744Z | Compiling ring v0.17.8 |
702 | 2024-11-26T04:39:33.791Z | Compiling hashbrown v0.15.0 |
703 | 2024-11-26T04:39:33.881Z | Compiling equivalent v1.0.1 |
704 | 2024-11-26T04:39:33.998Z | Compiling http v1.1.0 |
705 | 2024-11-26T04:39:34.625Z | Compiling futures-channel v0.3.31 |
706 | 2024-11-26T04:39:34.655Z | Compiling pin-utils v0.1.0 |
707 | 2024-11-26T04:39:34.741Z | Compiling futures-task v0.3.31 |
708 | 2024-11-26T04:39:34.821Z | Compiling futures-io v0.3.31 |
709 | 2024-11-26T04:39:35.076Z | Compiling heck v0.5.0 |
710 | 2024-11-26T04:39:35.145Z | Compiling rustls-pki-types v1.9.0 |
711 | 2024-11-26T04:39:35.233Z | Compiling pkg-config v0.3.31 |
712 | 2024-11-26T04:39:35.241Z | Compiling vcpkg v0.2.15 |
713 | 2024-11-26T04:39:35.287Z | Compiling spin v0.9.8 |
714 | 2024-11-26T04:39:36.167Z | Compiling iana-time-zone v0.1.61 |
715 | 2024-11-26T04:39:36.454Z | Compiling litemap v0.7.3 |
716 | 2024-11-26T04:39:36.837Z | Compiling openssl-sys v0.9.103 |
717 | 2024-11-26T04:39:36.847Z | Compiling ucd-trie v0.1.7 |
718 | 2024-11-26T04:39:36.903Z | Compiling untrusted v0.9.0 |
719 | 2024-11-26T04:39:37.002Z | Compiling httparse v1.9.5 |
720 | 2024-11-26T04:39:37.076Z | Compiling writeable v0.5.5 |
721 | 2024-11-26T04:39:37.655Z | Compiling tracing-core v0.1.32 |
722 | 2024-11-26T04:39:37.907Z | Compiling atomic-waker v1.1.2 |
723 | 2024-11-26T04:39:38.054Z | Compiling dyn-clone v1.0.17 |
724 | 2024-11-26T04:39:38.146Z | Compiling allocator-api2 v0.2.18 |
725 | 2024-11-26T04:39:38.661Z | Compiling tracing v0.1.40 |
726 | 2024-11-26T04:39:38.933Z | Compiling chrono v0.4.38 |
727 | 2024-11-26T04:39:39.050Z | Compiling http-body v1.0.1 |
728 | 2024-11-26T04:39:39.298Z | Compiling icu_locid_transform_data v1.5.0 |
729 | 2024-11-26T04:39:39.307Z | Compiling zeroize v1.8.1 |
730 | 2024-11-26T04:39:39.315Z | Compiling uuid v1.11.0 |
731 | 2024-11-26T04:39:39.555Z | Compiling try-lock v0.2.5 |
732 | 2024-11-26T04:39:39.631Z | Compiling synstructure v0.13.1 |
733 | 2024-11-26T04:39:39.693Z | Compiling serde_derive_internals v0.29.1 |
734 | 2024-11-26T04:39:39.875Z | Compiling subtle v2.6.1 |
735 | 2024-11-26T04:39:40.100Z | Compiling want v0.3.1 |
736 | 2024-11-26T04:39:40.433Z | Compiling httpdate v1.0.3 |
737 | 2024-11-26T04:39:40.981Z | Compiling foreign-types-shared v0.1.1 |
738 | 2024-11-26T04:39:41.043Z | Compiling openssl v0.10.66 |
739 | 2024-11-26T04:39:41.079Z | Compiling icu_properties_data v1.5.0 |
740 | 2024-11-26T04:39:41.158Z | Compiling slog v2.7.0 |
741 | 2024-11-26T04:39:41.500Z | Compiling foreign-types v0.3.2 |
742 | 2024-11-26T04:39:41.692Z | Compiling aho-corasick v1.1.3 |
743 | 2024-11-26T04:39:41.919Z | Compiling native-tls v0.2.12 |
744 | 2024-11-26T04:39:42.210Z | Compiling rustls v0.23.14 |
745 | 2024-11-26T04:39:42.275Z | Compiling typenum v1.17.0 |
746 | 2024-11-26T04:39:42.519Z | Compiling tower-service v0.3.3 |
747 | 2024-11-26T04:39:42.635Z | Compiling write16 v1.0.0 |
748 | 2024-11-26T04:39:42.757Z | Compiling icu_normalizer_data v1.5.0 |
749 | 2024-11-26T04:39:42.853Z | Compiling regex-syntax v0.8.5 |
750 | 2024-11-26T04:39:43.077Z | Compiling percent-encoding v2.3.1 |
751 | 2024-11-26T04:39:43.259Z | Compiling utf16_iter v1.0.5 |
752 | 2024-11-26T04:39:43.476Z | Compiling utf8_iter v1.0.4 |
753 | 2024-11-26T04:39:43.630Z | Compiling bitflags v2.6.0 |
754 | 2024-11-26T04:39:43.740Z | Compiling form_urlencoded v1.2.1 |
755 | 2024-11-26T04:39:44.330Z | Compiling generic-array v0.14.7 |
756 | 2024-11-26T04:39:44.415Z | Compiling openssl-probe v0.1.5 |
757 | 2024-11-26T04:39:45.244Z | Compiling serde_derive v1.0.215 |
758 | 2024-11-26T04:39:45.751Z | Compiling zerocopy-derive v0.7.35 |
759 | 2024-11-26T04:39:45.995Z | Compiling thiserror-impl v1.0.69 |
760 | 2024-11-26T04:39:46.170Z | Compiling zerofrom-derive v0.1.4 |
761 | 2024-11-26T04:39:46.590Z | Compiling schemars_derive v0.8.21 |
762 | 2024-11-26T04:39:47.859Z | Compiling zerocopy v0.7.35 |
763 | 2024-11-26T04:39:49.111Z | Compiling tokio-macros v2.4.0 |
764 | 2024-11-26T04:39:49.417Z | Compiling yoke-derive v0.7.4 |
765 | 2024-11-26T04:39:49.634Z | Compiling zerovec-derive v0.10.3 |
766 | 2024-11-26T04:39:49.810Z | Compiling zerofrom v0.1.4 |
767 | 2024-11-26T04:39:50.051Z | Compiling futures-macro v0.3.31 |
768 | 2024-11-26T04:39:50.423Z | Compiling displaydoc v0.2.5 |
769 | 2024-11-26T04:39:50.617Z | Compiling tokio v1.40.0 |
770 | 2024-11-26T04:39:51.959Z | Compiling futures-util v0.3.31 |
771 | 2024-11-26T04:39:52.167Z | Compiling pest v2.7.14 |
772 | 2024-11-26T04:39:52.226Z | Compiling yoke v0.7.4 |
773 | 2024-11-26T04:39:52.338Z | Compiling icu_provider_macros v1.5.0 |
774 | 2024-11-26T04:39:52.553Z | Compiling hashbrown v0.14.5 |
775 | 2024-11-26T04:39:52.616Z | Compiling zerovec v0.10.4 |
776 | 2024-11-26T04:39:53.845Z | Compiling rustls-webpki v0.102.8 |
777 | 2024-11-26T04:39:55.054Z | Compiling tinystr v0.7.6 |
778 | 2024-11-26T04:39:55.497Z | Compiling icu_locid v1.5.0 |
779 | 2024-11-26T04:39:55.612Z | Compiling pest_meta v2.7.14 |
780 | 2024-11-26T04:39:58.606Z | Compiling icu_provider v1.5.0 |
781 | 2024-11-26T04:39:58.908Z | Compiling pest_generator v2.7.14 |
782 | 2024-11-26T04:39:59.902Z | Compiling indexmap v2.6.0 |
783 | 2024-11-26T04:40:00.692Z | Compiling serde_tokenstream v0.2.2 |
784 | 2024-11-26T04:40:01.638Z | Compiling tokio-util v0.7.12 |
785 | 2024-11-26T04:40:02.815Z | Compiling h2 v0.4.6 |
786 | 2024-11-26T04:40:03.042Z | Compiling icu_locid_transform v1.5.0 |
787 | 2024-11-26T04:40:05.842Z | Compiling icu_collections v1.5.0 |
788 | 2024-11-26T04:40:06.107Z | Compiling regress v0.10.1 |
789 | 2024-11-26T04:40:08.564Z | Compiling hyper v1.5.0 |
790 | 2024-11-26T04:40:09.060Z | Compiling icu_properties v1.5.1 |
791 | 2024-11-26T04:40:09.771Z | Compiling pest_derive v2.7.14 |
792 | 2024-11-26T04:40:10.648Z | Compiling typify-impl v0.2.0 |
793 | 2024-11-26T04:40:11.410Z | Compiling openssl-macros v0.1.1 |
794 | 2024-11-26T04:40:15.353Z | Compiling icu_normalizer v1.5.0 |
795 | 2024-11-26T04:40:16.364Z | Compiling hyper-util v0.1.10 |
796 | 2024-11-26T04:40:19.937Z | Compiling regex-automata v0.4.8 |
797 | 2024-11-26T04:40:20.522Z | Compiling idna_adapter v1.2.0 |
798 | 2024-11-26T04:40:21.429Z | Compiling http-body-util v0.1.2 |
799 | 2024-11-26T04:40:22.114Z | Compiling scroll_derive v0.12.0 |
800 | 2024-11-26T04:40:22.319Z | Compiling usdt-impl v0.5.0 |
801 | 2024-11-26T04:40:22.680Z | Compiling encoding_rs v0.8.34 |
802 | 2024-11-26T04:40:22.743Z | Compiling typify-macro v0.2.0 |
803 | 2024-11-26T04:40:23.607Z | Compiling num-conv v0.1.0 |
804 | 2024-11-26T04:40:23.874Z | Compiling regex v1.11.1 |
805 | 2024-11-26T04:40:26.492Z | Compiling powerfmt v0.2.0 |
806 | 2024-11-26T04:40:26.678Z | Compiling mime v0.3.17 |
807 | 2024-11-26T04:40:26.969Z | Compiling time-core v0.1.2 |
808 | 2024-11-26T04:40:27.140Z | Compiling time-macros v0.2.18 |
809 | 2024-11-26T04:40:27.672Z | Compiling deranged v0.3.11 |
810 | 2024-11-26T04:40:27.763Z | Compiling scroll v0.12.0 |
811 | 2024-11-26T04:40:28.525Z | Compiling tokio-rustls v0.26.0 |
812 | 2024-11-26T04:40:29.982Z | Compiling idna v1.0.3 |
813 | 2024-11-26T04:40:30.191Z | Compiling tokio-native-tls v0.3.1 |
814 | 2024-11-26T04:40:33.455Z | Compiling dtrace-parser v0.2.0 |
815 | 2024-11-26T04:40:35.184Z | Compiling dof v0.3.0 |
816 | 2024-11-26T04:40:35.752Z | Compiling serde_urlencoded v0.7.1 |
817 | 2024-11-26T04:40:36.371Z | Compiling thread-id v4.2.2 |
818 | 2024-11-26T04:40:36.471Z | Compiling rustls-pemfile v2.2.0 |
819 | 2024-11-26T04:40:36.813Z | Compiling webpki-roots v0.26.6 |
820 | 2024-11-26T04:40:37.384Z | Compiling num_threads v0.1.7 |
821 | 2024-11-26T04:40:37.524Z | Compiling crossbeam-utils v0.8.20 |
822 | 2024-11-26T04:40:38.084Z | Compiling strsim v0.11.1 |
823 | 2024-11-26T04:40:38.218Z | Compiling omicron-workspace-hack v0.1.0 |
824 | 2024-11-26T04:40:38.631Z | Compiling ident_case v1.0.1 |
825 | 2024-11-26T04:40:38.800Z | Compiling base64 v0.22.1 |
826 | 2024-11-26T04:40:38.803Z | Compiling plain v0.2.3 |
827 | 2024-11-26T04:40:38.954Z | Compiling goblin v0.8.2 |
828 | 2024-11-26T04:40:39.168Z | Compiling darling_core v0.20.10 |
829 | 2024-11-26T04:40:42.173Z | Compiling time v0.3.36 |
830 | 2024-11-26T04:40:45.503Z | Compiling hyper-rustls v0.27.3 |
831 | 2024-11-26T04:40:47.692Z | Compiling url v2.5.3 |
832 | 2024-11-26T04:40:48.417Z | Compiling hyper-tls v0.6.0 |
833 | 2024-11-26T04:40:48.916Z | Compiling typify v0.2.0 |
834 | 2024-11-26T04:40:49.038Z | Compiling openapiv3 v2.0.0 |
835 | 2024-11-26T04:40:51.418Z | Compiling sync_wrapper v1.0.1 |
836 | 2024-11-26T04:40:51.560Z | Compiling dirs-sys-next v0.1.2 |
837 | 2024-11-26T04:40:53.003Z | Compiling rustversion v1.0.17 |
838 | 2024-11-26T04:40:53.377Z | Compiling rustls v0.22.4 |
839 | 2024-11-26T04:40:53.471Z | Compiling pretty-hex v0.4.1 |
840 | 2024-11-26T04:40:53.677Z | Compiling paste v1.0.15 |
841 | 2024-11-26T04:40:53.682Z | Compiling unsafe-libyaml v0.2.11 |
842 | 2024-11-26T04:40:53.684Z | Compiling ipnet v2.10.1 |
843 | 2024-11-26T04:40:54.218Z | Compiling reqwest v0.12.9 |
844 | 2024-11-26T04:40:55.443Z | Compiling serde_yaml v0.9.34+deprecated |
845 | 2024-11-26T04:40:57.623Z | Compiling progenitor-impl v0.8.0 |
846 | 2024-11-26T04:40:59.213Z | Compiling dirs-next v2.0.0 |
847 | 2024-11-26T04:40:59.411Z | Compiling darling_macro v0.20.10 |
848 | 2024-11-26T04:41:02.345Z | Compiling crypto-common v0.1.6 |
849 | 2024-11-26T04:41:02.557Z | Compiling block-buffer v0.10.4 |
850 | 2024-11-26T04:41:02.799Z | Compiling toml_datetime v0.6.8 |
851 | 2024-11-26T04:41:03.307Z | Compiling serde_spanned v0.6.8 |
852 | 2024-11-26T04:41:03.452Z | Compiling ppv-lite86 v0.2.20 |
853 | 2024-11-26T04:41:03.499Z | Compiling structmeta-derive v0.3.0 |
854 | 2024-11-26T04:41:03.539Z | Compiling rand_core v0.6.4 |
855 | 2024-11-26T04:41:04.145Z | Compiling thread_local v1.1.8 |
856 | 2024-11-26T04:41:04.353Z | Compiling multer v3.1.0 |
857 | 2024-11-26T04:41:04.453Z | Compiling slog-async v2.8.0 |
858 | 2024-11-26T04:41:04.679Z | Compiling winnow v0.6.20 |
859 | 2024-11-26T04:41:04.867Z | Compiling camino v1.1.9 |
860 | 2024-11-26T04:41:04.911Z | Compiling anyhow v1.0.93 |
861 | 2024-11-26T04:41:05.450Z | Compiling newtype-uuid v1.1.3 |
862 | 2024-11-26T04:41:05.510Z | Compiling match_cfg v0.1.0 |
863 | 2024-11-26T04:41:05.595Z | Compiling hostname v0.3.1 |
864 | 2024-11-26T04:41:05.869Z | Compiling progenitor-macro v0.8.0 |
865 | 2024-11-26T04:41:05.915Z | Compiling rand_chacha v0.3.1 |
866 | 2024-11-26T04:41:06.239Z | Compiling structmeta v0.3.0 |
867 | 2024-11-26T04:41:06.609Z | Compiling digest v0.10.7 |
868 | 2024-11-26T04:41:06.725Z | Compiling crossbeam-channel v0.5.13 |
869 | 2024-11-26T04:41:07.684Z | Compiling darling v0.20.10 |
870 | 2024-11-26T04:41:07.791Z | Compiling term v0.7.0 |
871 | 2024-11-26T04:41:09.127Z | Compiling toml_edit v0.22.22 |
872 | 2024-11-26T04:41:12.443Z | Compiling progenitor-client v0.8.0 |
873 | 2024-11-26T04:41:14.484Z | Compiling usdt-macro v0.5.0 |
874 | 2024-11-26T04:41:15.813Z | Compiling usdt-attr-macro v0.5.0 |
875 | 2024-11-26T04:41:17.224Z | Compiling slog-json v2.6.1 |
876 | 2024-11-26T04:41:17.312Z | Compiling futures-executor v0.3.31 |
877 | 2024-11-26T04:41:17.655Z | Compiling async-stream-impl v0.3.6 |
878 | 2024-11-26T04:41:18.481Z | Compiling is-terminal v0.4.13 |
879 | 2024-11-26T04:41:18.592Z | Compiling memmap v0.7.0 |
880 | 2024-11-26T04:41:18.748Z | Compiling dropshot v0.13.0 |
881 | 2024-11-26T04:41:19.017Z | Compiling take_mut v0.2.2 |
882 | 2024-11-26T04:41:19.037Z | Compiling cpufeatures v0.2.14 |
883 | 2024-11-26T04:41:19.127Z | Compiling sha1 v0.10.6 |
884 | 2024-11-26T04:41:19.171Z | Compiling async-stream v0.3.6 |
885 | 2024-11-26T04:41:19.463Z | Compiling usdt v0.5.0 |
886 | 2024-11-26T04:41:19.869Z | Compiling progenitor v0.8.0 |
887 | 2024-11-26T04:41:20.088Z | Compiling slog-term v2.9.1 |
888 | 2024-11-26T04:41:21.035Z | Compiling futures v0.3.31 |
889 | 2024-11-26T04:41:21.141Z | Compiling slog-bunyan v2.5.0 |
890 | 2024-11-26T04:41:21.497Z | Compiling tokio-rustls v0.25.0 |
891 | 2024-11-26T04:41:21.942Z | Compiling toml v0.8.19 |
892 | 2024-11-26T04:41:22.496Z | Compiling strum_macros v0.26.4 |
893 | 2024-11-26T04:41:23.032Z | Compiling serde_with_macros v3.11.0 |
894 | 2024-11-26T04:41:25.794Z | Compiling parse-display-derive v0.10.0 |
895 | 2024-11-26T04:41:27.158Z | Compiling rand v0.8.5 |
896 | 2024-11-26T04:41:30.949Z | Compiling ipnetwork v0.20.0 |
897 | 2024-11-26T04:41:31.183Z | Compiling dropshot_endpoint v0.13.0 |
898 | 2024-11-26T04:41:31.871Z | Compiling serde_path_to_error v0.1.16 |
899 | 2024-11-26T04:41:32.167Z | Compiling hex v0.4.3 |
900 | 2024-11-26T04:41:32.853Z | Compiling async-trait v0.1.83 |
901 | 2024-11-26T04:41:32.910Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
902 | 2024-11-26T04:41:33.729Z | Compiling waitgroup v0.1.2 |
903 | 2024-11-26T04:41:33.967Z | Compiling hostname v0.4.0 |
904 | 2024-11-26T04:41:34.221Z | Compiling instant v0.1.13 |
905 | 2024-11-26T04:41:34.374Z | Compiling debug-ignore v1.0.5 |
906 | 2024-11-26T04:41:34.515Z | Compiling backoff v0.4.0 |
907 | 2024-11-26T04:41:34.854Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
908 | 2024-11-26T04:41:35.046Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
909 | 2024-11-26T04:41:35.215Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
910 | 2024-11-26T04:41:35.348Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
911 | 2024-11-26T04:41:35.909Z | Compiling parse-display v0.10.0 |
912 | 2024-11-26T04:41:35.947Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
913 | 2024-11-26T04:41:38.120Z | Compiling strum v0.26.3 |
914 | 2024-11-26T04:41:38.302Z | Compiling serde_with v3.11.0 |
915 | 2024-11-26T04:41:38.391Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
916 | 2024-11-26T04:41:39.206Z | Compiling regress v0.9.1 |
917 | 2024-11-26T04:41:40.228Z | Compiling macaddr v1.0.1 |
918 | 2024-11-26T04:41:46.504Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
919 | 2024-11-26T04:41:56.467Z | Compiling test-project v0.1.0 (/tmp/test-project) |
920 | 2024-11-26T04:42:06.241Z | Finished `release` profile [optimized] target(s) in 2m 36s |
921 | 2024-11-26T04:42:06.306Z | process exited: duration 236358 ms, exit code 0 |
|
922 | 2024-11-26T04:42:06.312Z | found 0 output files |