|
|
|
1 | 2024-12-21T02:24:13.206Z | job assigned to worker 01JFKGDM3772DRRHW3YXCG0D2B [factory aws, i-0af3ab1be2bb7770a] (queued for 55 s) |
|
2 | 2024-12-21T02:24:21.230Z | starting task 0: "setup" |
3 | 2024-12-21T02:24:21.236Z | ++ uname -s |
4 | 2024-12-21T02:24:21.256Z | + kern=SunOS |
5 | 2024-12-21T02:24:21.256Z | + case "$kern" in |
6 | 2024-12-21T02:24:21.257Z | + groupadd -g 12345 build |
7 | 2024-12-21T02:24:21.257Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-21T02:24:23.246Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-21T02:24:23.328Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-21T02:24:23.330Z | + home_fs=zfs |
11 | 2024-12-21T02:24:23.331Z | + [[ zfs == autofs ]] |
12 | 2024-12-21T02:24:23.331Z | + mkdir -p /home/build |
13 | 2024-12-21T02:24:23.333Z | + chown build:build /home/build /work |
14 | 2024-12-21T02:24:25.336Z | + chmod 0700 /home/build /work |
15 | 2024-12-21T02:24:25.344Z | process exited: duration 4107 ms, exit code 0 |
|
16 | 2024-12-21T02:24:25.349Z | starting task 1: "rust-toolchain" |
17 | 2024-12-21T02:24:25.354Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-21T02:24:25.354Z | * toolchain channel = "1.81.0" |
19 | 2024-12-21T02:24:25.354Z | * toolchain profile = "default" |
20 | 2024-12-21T02:24:25.354Z | ' 1.81.0 |
21 | 2024-12-21T02:24:25.354Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-21T02:24:25.354Z | ' default |
23 | 2024-12-21T02:24:25.357Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-21T02:24:25.357Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-21T02:24:25.473Z | info: downloading installer |
26 | 2024-12-21T02:24:26.828Z | info: profile set to 'default' |
27 | 2024-12-21T02:24:26.828Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-21T02:24:26.831Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-21T02:24:26.966Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-21T02:24:26.966Z | info: downloading component 'cargo' |
31 | 2024-12-21T02:24:27.690Z | info: downloading component 'clippy' |
32 | 2024-12-21T02:24:27.959Z | info: downloading component 'rust-docs' |
33 | 2024-12-21T02:24:28.960Z | info: downloading component 'rust-std' |
34 | 2024-12-21T02:24:30.525Z | info: downloading component 'rustc' |
35 | 2024-12-21T02:24:36.131Z | info: downloading component 'rustfmt' |
36 | 2024-12-21T02:24:36.340Z | info: installing component 'cargo' |
37 | 2024-12-21T02:24:37.147Z | info: installing component 'clippy' |
38 | 2024-12-21T02:24:37.497Z | info: installing component 'rust-docs' |
39 | 2024-12-21T02:24:39.047Z | info: installing component 'rust-std' |
40 | 2024-12-21T02:24:40.717Z | info: installing component 'rustc' |
41 | 2024-12-21T02:24:46.182Z | info: installing component 'rustfmt' |
42 | 2024-12-21T02:24:46.498Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-21T02:24:46.498Z | |
44 | 2024-12-21T02:24:46.856Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-21T02:24:46.856Z | |
46 | 2024-12-21T02:24:46.859Z | |
47 | 2024-12-21T02:24:46.859Z | Rust is installed now. Great! |
48 | 2024-12-21T02:24:46.859Z | |
49 | 2024-12-21T02:24:46.859Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-21T02:24:46.859Z | environment variable. This has not been done automatically. |
51 | 2024-12-21T02:24:46.859Z | |
52 | 2024-12-21T02:24:46.859Z | To configure your current shell, you need to source |
53 | 2024-12-21T02:24:46.859Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-21T02:24:46.859Z | |
55 | 2024-12-21T02:24:46.859Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-21T02:24:46.859Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-21T02:24:46.859Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-21T02:24:46.922Z | + rustc --version |
59 | 2024-12-21T02:24:46.984Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-21T02:24:46.987Z | process exited: duration 21635 ms, exit code 0 |
|
61 | 2024-12-21T02:24:46.991Z | starting task 2: "authentication" |
62 | 2024-12-21T02:24:47.011Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-12-21T02:24:47.016Z | starting task 3: "clone repository" |
64 | 2024-12-21T02:24:47.020Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-21T02:24:47.022Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-21T02:24:47.310Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-21T02:24:53.850Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-21T02:24:53.853Z | + git fetch origin ecf33f7efc15e9c1eef5568db2673504d76bfc5c |
69 | 2024-12-21T02:24:54.137Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-21T02:24:54.137Z | * branch ecf33f7efc15e9c1eef5568db2673504d76bfc5c -> FETCH_HEAD |
71 | 2024-12-21T02:24:54.145Z | + [[ -n sunshowers/spr/3n-omicron-package-update-omicron-zone-package ]] |
72 | 2024-12-21T02:24:54.148Z | ++ git branch --show-current |
73 | 2024-12-21T02:24:54.152Z | + current=main |
74 | 2024-12-21T02:24:54.152Z | + [[ main != sunshowers/spr/3n-omicron-package-update-omicron-zone-package ]] |
75 | 2024-12-21T02:24:54.152Z | + git branch -f sunshowers/spr/3n-omicron-package-update-omicron-zone-package ecf33f7efc15e9c1eef5568db2673504d76bfc5c |
76 | 2024-12-21T02:24:54.154Z | + git checkout -f sunshowers/spr/3n-omicron-package-update-omicron-zone-package |
77 | 2024-12-21T02:24:54.196Z | Switched to branch 'sunshowers/spr/3n-omicron-package-update-omicron-zone-package' |
78 | 2024-12-21T02:24:54.199Z | + git reset --hard ecf33f7efc15e9c1eef5568db2673504d76bfc5c |
79 | 2024-12-21T02:24:54.242Z | HEAD is now at ecf33f7ef fix test |
80 | 2024-12-21T02:24:54.244Z | process exited: duration 7226 ms, exit code 0 |
|
81 | 2024-12-21T02:24:54.249Z | starting task 4: "build" |
82 | 2024-12-21T02:24:54.254Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-21T02:24:54.254Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-21T02:24:54.257Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-21T02:24:54.257Z | + cargo --version |
86 | 2024-12-21T02:24:54.310Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-21T02:24:54.313Z | + rustc --version |
88 | 2024-12-21T02:24:54.370Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-21T02:24:54.372Z | + cd /tmp |
90 | 2024-12-21T02:24:54.372Z | + cargo new --lib test-project |
91 | 2024-12-21T02:24:54.428Z | Creating library `test-project` package |
92 | 2024-12-21T02:24:54.501Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-12-21T02:24:54.504Z | + cd test-project |
94 | 2024-12-21T02:24:54.504Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-12-21T02:24:54.559Z | Adding omicron-common (local) to dependencies |
96 | 2024-12-21T02:24:54.559Z | Features: |
97 | 2024-12-21T02:24:54.563Z | - proptest |
98 | 2024-12-21T02:24:54.563Z | - test-strategy |
99 | 2024-12-21T02:24:54.563Z | - testing |
100 | 2024-12-21T02:24:54.563Z | Updating crates.io index |
101 | 2024-12-21T02:24:54.651Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-12-21T02:24:55.168Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-12-21T02:24:55.660Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-12-21T02:24:56.051Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-12-21T02:24:57.391Z | Locking 327 packages to latest compatible versions |
106 | 2024-12-21T02:24:57.394Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-12-21T02:24:57.394Z | Adding dropshot v0.13.0 (latest: v0.15.1) |
108 | 2024-12-21T02:24:57.394Z | Adding dropshot_endpoint v0.13.0 (latest: v0.15.1) |
109 | 2024-12-21T02:24:57.394Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
110 | 2024-12-21T02:24:57.394Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
111 | 2024-12-21T02:24:57.394Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
112 | 2024-12-21T02:24:57.394Z | Adding goblin v0.8.2 (latest: v0.9.2) |
113 | 2024-12-21T02:24:57.394Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
114 | 2024-12-21T02:24:57.394Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
115 | 2024-12-21T02:24:57.394Z | Adding hostname v0.3.1 (latest: v0.4.0) |
116 | 2024-12-21T02:24:57.397Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
117 | 2024-12-21T02:24:57.397Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
118 | 2024-12-21T02:24:57.400Z | Adding regress v0.9.1 (latest: v0.10.1) |
119 | 2024-12-21T02:24:57.406Z | Adding rustls v0.22.4 (latest: v0.23.20) |
120 | 2024-12-21T02:24:57.409Z | Adding security-framework v2.11.1 (latest: v3.1.0) |
121 | 2024-12-21T02:24:57.411Z | Adding term v0.7.0 (latest: v1.0.1) |
122 | 2024-12-21T02:24:57.411Z | Adding thiserror v1.0.69 (latest: v2.0.8) |
123 | 2024-12-21T02:24:57.411Z | Adding thiserror-impl v1.0.69 (latest: v2.0.8) |
124 | 2024-12-21T02:24:57.411Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
125 | 2024-12-21T02:24:57.411Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
126 | 2024-12-21T02:24:57.413Z | Adding tokio-rustls v0.25.0 (latest: v0.26.1) |
127 | 2024-12-21T02:24:57.413Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
128 | 2024-12-21T02:24:57.417Z | Adding windows v0.52.0 (latest: v0.58.0) |
129 | 2024-12-21T02:24:57.417Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
130 | 2024-12-21T02:24:57.417Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
131 | 2024-12-21T02:24:57.417Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
132 | 2024-12-21T02:24:57.417Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
133 | 2024-12-21T02:24:57.417Z | Adding writeable v0.5.5 (latest: v0.6.0) |
134 | 2024-12-21T02:24:57.417Z | Adding zerocopy v0.7.35 (latest: v0.8.13) |
135 | 2024-12-21T02:24:57.417Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.13) |
136 | 2024-12-21T02:24:57.417Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
137 | 2024-12-21T02:24:57.417Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
138 | 2024-12-21T02:24:57.491Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
139 | 2024-12-21T02:24:57.494Z | + cargo check |
140 | 2024-12-21T02:24:57.656Z | Updating crates.io index |
141 | 2024-12-21T02:24:58.324Z | Locking 2 packages to latest compatible versions |
142 | 2024-12-21T02:25:01.005Z | Adding omicron-workspace-hack v0.1.0 |
143 | 2024-12-21T02:25:02.593Z | Adding test-project v0.1.0 (/tmp/test-project) |
144 | 2024-12-21T02:25:03.271Z | Downloading crates ... |
145 | 2024-12-21T02:25:03.476Z | Downloaded darling_macro v0.20.10 |
146 | 2024-12-21T02:25:03.478Z | Downloaded async-stream-impl v0.3.6 |
147 | 2024-12-21T02:25:03.492Z | Downloaded foreign-types v0.3.2 |
148 | 2024-12-21T02:25:03.495Z | Downloaded equivalent v1.0.1 |
149 | 2024-12-21T02:25:03.495Z | Downloaded icu_provider_macros v1.5.0 |
150 | 2024-12-21T02:25:03.495Z | Downloaded dtrace-parser v0.2.0 |
151 | 2024-12-21T02:25:03.498Z | Downloaded time-core v0.1.2 |
152 | 2024-12-21T02:25:03.500Z | Downloaded http-body v1.0.1 |
153 | 2024-12-21T02:25:03.502Z | Downloaded usdt-attr-macro v0.5.0 |
154 | 2024-12-21T02:25:03.502Z | Downloaded instant v0.1.13 |
155 | 2024-12-21T02:25:03.506Z | Downloaded match_cfg v0.1.0 |
156 | 2024-12-21T02:25:03.512Z | Downloaded yoke-derive v0.7.4 |
157 | 2024-12-21T02:25:03.514Z | Downloaded async-stream v0.3.6 |
158 | 2024-12-21T02:25:03.516Z | Downloaded write16 v1.0.0 |
159 | 2024-12-21T02:25:03.518Z | Downloaded usdt-macro v0.5.0 |
160 | 2024-12-21T02:25:03.518Z | Downloaded tinyvec_macros v0.1.1 |
161 | 2024-12-21T02:25:03.521Z | Downloaded waitgroup v0.1.2 |
162 | 2024-12-21T02:25:03.521Z | Downloaded cfg-if v1.0.0 |
163 | 2024-12-21T02:25:03.523Z | Downloaded crypto-common v0.1.6 |
164 | 2024-12-21T02:25:03.523Z | Downloaded autocfg v1.4.0 |
165 | 2024-12-21T02:25:03.525Z | Downloaded ident_case v1.0.1 |
166 | 2024-12-21T02:25:03.526Z | Downloaded atomic-waker v1.1.2 |
167 | 2024-12-21T02:25:03.528Z | Downloaded cpufeatures v0.2.14 |
168 | 2024-12-21T02:25:03.530Z | Downloaded dof v0.3.0 |
169 | 2024-12-21T02:25:03.530Z | Downloaded pretty-hex v0.4.1 |
170 | 2024-12-21T02:25:03.534Z | Downloaded dirs-next v2.0.0 |
171 | 2024-12-21T02:25:03.534Z | Downloaded progenitor-client v0.8.0 |
172 | 2024-12-21T02:25:03.536Z | Downloaded omicron-workspace-hack v0.1.0 |
173 | 2024-12-21T02:25:03.536Z | Downloaded num-conv v0.1.0 |
174 | 2024-12-21T02:25:03.536Z | Downloaded deranged v0.3.11 |
175 | 2024-12-21T02:25:03.538Z | Downloaded futures-sink v0.3.31 |
176 | 2024-12-21T02:25:03.542Z | Downloaded httpdate v1.0.3 |
177 | 2024-12-21T02:25:03.542Z | Downloaded try-lock v0.2.5 |
178 | 2024-12-21T02:25:03.542Z | Downloaded form_urlencoded v1.2.1 |
179 | 2024-12-21T02:25:03.542Z | Downloaded foreign-types-shared v0.1.1 |
180 | 2024-12-21T02:25:03.545Z | Downloaded openssl-macros v0.1.1 |
181 | 2024-12-21T02:25:03.545Z | Downloaded num_threads v0.1.7 |
182 | 2024-12-21T02:25:03.545Z | Downloaded dirs-sys-next v0.1.2 |
183 | 2024-12-21T02:25:03.548Z | Downloaded dyn-clone v1.0.17 |
184 | 2024-12-21T02:25:03.551Z | Downloaded debug-ignore v1.0.5 |
185 | 2024-12-21T02:25:03.551Z | Downloaded block-buffer v0.10.4 |
186 | 2024-12-21T02:25:03.553Z | Downloaded futures-core v0.3.31 |
187 | 2024-12-21T02:25:03.553Z | Downloaded tokio-native-tls v0.3.1 |
188 | 2024-12-21T02:25:03.555Z | Downloaded thiserror-impl v1.0.69 |
189 | 2024-12-21T02:25:03.558Z | Downloaded hyper-tls v0.6.0 |
190 | 2024-12-21T02:25:03.558Z | Downloaded heck v0.5.0 |
191 | 2024-12-21T02:25:03.560Z | Downloaded futures-task v0.3.31 |
192 | 2024-12-21T02:25:03.563Z | Downloaded zerofrom v0.1.4 |
193 | 2024-12-21T02:25:03.563Z | Downloaded itoa v1.0.11 |
194 | 2024-12-21T02:25:03.565Z | Downloaded hostname v0.3.1 |
195 | 2024-12-21T02:25:03.566Z | Downloaded openssl-probe v0.1.5 |
196 | 2024-12-21T02:25:03.568Z | Downloaded tower-service v0.3.3 |
197 | 2024-12-21T02:25:03.568Z | Downloaded hostname v0.4.0 |
198 | 2024-12-21T02:25:03.572Z | Downloaded ipnetwork v0.20.0 |
199 | 2024-12-21T02:25:03.575Z | Downloaded want v0.3.1 |
200 | 2024-12-21T02:25:03.575Z | Downloaded thread_local v1.1.8 |
201 | 2024-12-21T02:25:03.575Z | Downloaded version_check v0.9.5 |
202 | 2024-12-21T02:25:03.575Z | Downloaded backoff v0.4.0 |
203 | 2024-12-21T02:25:03.577Z | Downloaded scroll_derive v0.12.0 |
204 | 2024-12-21T02:25:03.580Z | Downloaded tokio-macros v2.4.0 |
205 | 2024-12-21T02:25:03.580Z | Downloaded usdt v0.5.0 |
206 | 2024-12-21T02:25:03.582Z | Downloaded percent-encoding v2.3.1 |
207 | 2024-12-21T02:25:03.582Z | Downloaded zerovec-derive v0.10.3 |
208 | 2024-12-21T02:25:03.584Z | Downloaded http-body-util v0.1.2 |
209 | 2024-12-21T02:25:03.584Z | Downloaded idna_adapter v1.2.0 |
210 | 2024-12-21T02:25:03.587Z | Downloaded hex v0.4.3 |
211 | 2024-12-21T02:25:03.587Z | Downloaded futures-io v0.3.31 |
212 | 2024-12-21T02:25:03.590Z | Downloaded powerfmt v0.2.0 |
213 | 2024-12-21T02:25:03.590Z | Downloaded memmap v0.7.0 |
214 | 2024-12-21T02:25:03.592Z | Downloaded zeroize v1.8.1 |
215 | 2024-12-21T02:25:03.593Z | Downloaded typify-macro v0.2.0 |
216 | 2024-12-21T02:25:03.599Z | Downloaded toml_datetime v0.6.8 |
217 | 2024-12-21T02:25:03.599Z | Downloaded ppv-lite86 v0.2.20 |
218 | 2024-12-21T02:25:03.604Z | Downloaded thread-id v4.2.2 |
219 | 2024-12-21T02:25:03.604Z | Downloaded parse-display-derive v0.10.0 |
220 | 2024-12-21T02:25:03.604Z | Downloaded displaydoc v0.2.5 |
221 | 2024-12-21T02:25:03.606Z | Downloaded paste v1.0.15 |
222 | 2024-12-21T02:25:03.606Z | Downloaded icu_locid_transform v1.5.0 |
223 | 2024-12-21T02:25:03.608Z | Downloaded is-terminal v0.4.13 |
224 | 2024-12-21T02:25:03.610Z | Downloaded lock_api v0.4.12 |
225 | 2024-12-21T02:25:03.610Z | Downloaded iana-time-zone v0.1.61 |
226 | 2024-12-21T02:25:03.613Z | Downloaded pin-utils v0.1.0 |
227 | 2024-12-21T02:25:03.615Z | Downloaded pest_generator v2.7.14 |
228 | 2024-12-21T02:25:03.618Z | Downloaded parse-display v0.10.0 |
229 | 2024-12-21T02:25:03.618Z | Downloaded mime v0.3.17 |
230 | 2024-12-21T02:25:03.620Z | Downloaded macaddr v1.0.1 |
231 | 2024-12-21T02:25:03.620Z | Downloaded async-trait v0.1.83 |
232 | 2024-12-21T02:25:03.623Z | Downloaded take_mut v0.2.2 |
233 | 2024-12-21T02:25:03.626Z | Downloaded progenitor v0.8.0 |
234 | 2024-12-21T02:25:03.626Z | Downloaded pkg-config v0.3.31 |
235 | 2024-12-21T02:25:03.628Z | Downloaded utf16_iter v1.0.5 |
236 | 2024-12-21T02:25:03.628Z | Downloaded sync_wrapper v1.0.1 |
237 | 2024-12-21T02:25:03.630Z | Downloaded typify v0.2.0 |
238 | 2024-12-21T02:25:03.633Z | Downloaded untrusted v0.9.0 |
239 | 2024-12-21T02:25:03.636Z | Downloaded plain v0.2.3 |
240 | 2024-12-21T02:25:03.636Z | Downloaded newtype-uuid v1.1.3 |
241 | 2024-12-21T02:25:03.640Z | Downloaded zerofrom-derive v0.1.4 |
242 | 2024-12-21T02:25:03.640Z | Downloaded bitflags v2.6.0 |
243 | 2024-12-21T02:25:03.644Z | Downloaded strum v0.26.3 |
244 | 2024-12-21T02:25:03.644Z | Downloaded shlex v1.3.0 |
245 | 2024-12-21T02:25:03.646Z | Downloaded yoke v0.7.4 |
246 | 2024-12-21T02:25:03.646Z | Downloaded litemap v0.7.3 |
247 | 2024-12-21T02:25:03.648Z | Downloaded futures-channel v0.3.31 |
248 | 2024-12-21T02:25:03.648Z | Downloaded slog-bunyan v2.5.0 |
249 | 2024-12-21T02:25:03.651Z | Downloaded utf8_iter v1.0.4 |
250 | 2024-12-21T02:25:03.651Z | Downloaded crossbeam-utils v0.8.20 |
251 | 2024-12-21T02:25:03.653Z | Downloaded zerocopy-derive v0.7.35 |
252 | 2024-12-21T02:25:03.656Z | Downloaded usdt-impl v0.5.0 |
253 | 2024-12-21T02:25:03.659Z | Downloaded icu_provider v1.5.0 |
254 | 2024-12-21T02:25:03.661Z | Downloaded dropshot_endpoint v0.13.0 |
255 | 2024-12-21T02:25:03.664Z | Downloaded once_cell v1.20.2 |
256 | 2024-12-21T02:25:03.666Z | Downloaded indexmap v1.9.3 |
257 | 2024-12-21T02:25:03.668Z | Downloaded progenitor-macro v0.8.0 |
258 | 2024-12-21T02:25:03.671Z | Downloaded native-tls v0.2.12 |
259 | 2024-12-21T02:25:03.673Z | Downloaded rand_core v0.6.4 |
260 | 2024-12-21T02:25:03.673Z | Downloaded parking_lot_core v0.9.10 |
261 | 2024-12-21T02:25:03.675Z | Downloaded structmeta v0.3.0 |
262 | 2024-12-21T02:25:03.675Z | Downloaded strsim v0.11.1 |
263 | 2024-12-21T02:25:03.677Z | Downloaded stable_deref_trait v1.2.0 |
264 | 2024-12-21T02:25:03.677Z | Downloaded slog-async v2.8.0 |
265 | 2024-12-21T02:25:03.680Z | Downloaded slab v0.4.9 |
266 | 2024-12-21T02:25:03.682Z | Downloaded writeable v0.5.5 |
267 | 2024-12-21T02:25:03.682Z | Downloaded serde_urlencoded v0.7.1 |
268 | 2024-12-21T02:25:03.685Z | Downloaded signal-hook-registry v1.4.2 |
269 | 2024-12-21T02:25:03.685Z | Downloaded time-macros v0.2.18 |
270 | 2024-12-21T02:25:03.688Z | Downloaded scopeguard v1.2.0 |
271 | 2024-12-21T02:25:03.688Z | Downloaded rustversion v1.0.17 |
272 | 2024-12-21T02:25:03.691Z | Downloaded pin-project-lite v0.2.14 |
273 | 2024-12-21T02:25:03.693Z | Downloaded pest_derive v2.7.14 |
274 | 2024-12-21T02:25:03.696Z | Downloaded schemars_derive v0.8.21 |
275 | 2024-12-21T02:25:03.698Z | Downloaded serde_spanned v0.6.8 |
276 | 2024-12-21T02:25:03.698Z | Downloaded serde_path_to_error v0.1.16 |
277 | 2024-12-21T02:25:03.701Z | Downloaded thiserror v1.0.69 |
278 | 2024-12-21T02:25:03.704Z | Downloaded typenum v1.17.0 |
279 | 2024-12-21T02:25:03.706Z | Downloaded tinyvec v1.8.0 |
280 | 2024-12-21T02:25:03.709Z | Downloaded proc-macro2 v1.0.89 |
281 | 2024-12-21T02:25:03.711Z | Downloaded hyper-util v0.1.10 |
282 | 2024-12-21T02:25:03.715Z | Downloaded bytes v1.8.0 |
283 | 2024-12-21T02:25:03.719Z | Downloaded pest_meta v2.7.14 |
284 | 2024-12-21T02:25:03.722Z | Downloaded parking_lot v0.12.3 |
285 | 2024-12-21T02:25:03.724Z | Downloaded num-traits v0.2.19 |
286 | 2024-12-21T02:25:03.726Z | Downloaded sha2 v0.10.8 |
287 | 2024-12-21T02:25:03.728Z | Downloaded serde_tokenstream v0.2.2 |
288 | 2024-12-21T02:25:03.731Z | Downloaded time v0.3.36 |
289 | 2024-12-21T02:25:03.734Z | Downloaded structmeta-derive v0.3.0 |
290 | 2024-12-21T02:25:03.737Z | Downloaded slog-term v2.9.1 |
291 | 2024-12-21T02:25:03.739Z | Downloaded slog-json v2.6.1 |
292 | 2024-12-21T02:25:03.741Z | Downloaded strum_macros v0.26.4 |
293 | 2024-12-21T02:25:03.743Z | Downloaded subtle v2.6.1 |
294 | 2024-12-21T02:25:03.743Z | Downloaded term v0.7.0 |
295 | 2024-12-21T02:25:03.745Z | Downloaded smallvec v1.13.2 |
296 | 2024-12-21T02:25:03.748Z | Downloaded icu_collections v1.5.0 |
297 | 2024-12-21T02:25:03.752Z | Downloaded openssl-sys v0.9.103 |
298 | 2024-12-21T02:25:03.756Z | Downloaded cc v1.1.30 |
299 | 2024-12-21T02:25:03.760Z | Downloaded base64 v0.22.1 |
300 | 2024-12-21T02:25:03.764Z | Downloaded serde_derive_internals v0.29.1 |
301 | 2024-12-21T02:25:03.767Z | Downloaded slog v2.7.0 |
302 | 2024-12-21T02:25:03.767Z | Downloaded rustls-pki-types v1.10.0 |
303 | 2024-12-21T02:25:03.769Z | Downloaded serde_derive v1.0.215 |
304 | 2024-12-21T02:25:03.772Z | Downloaded ryu v1.0.18 |
305 | 2024-12-21T02:25:03.774Z | Downloaded crossbeam-channel v0.5.13 |
306 | 2024-12-21T02:25:03.779Z | Downloaded tracing-core v0.1.32 |
307 | 2024-12-21T02:25:03.781Z | Downloaded indexmap v2.6.0 |
308 | 2024-12-21T02:25:03.786Z | Downloaded http v1.1.0 |
309 | 2024-12-21T02:25:03.788Z | Downloaded serde_yaml v0.9.34+deprecated |
310 | 2024-12-21T02:25:03.791Z | Downloaded url v2.5.3 |
311 | 2024-12-21T02:25:03.794Z | Downloaded quinn v0.11.5 |
312 | 2024-12-21T02:25:03.797Z | Downloaded serde_with_macros v3.11.0 |
313 | 2024-12-21T02:25:03.800Z | Downloaded memchr v2.7.4 |
314 | 2024-12-21T02:25:03.803Z | Downloaded hashbrown v0.12.3 |
315 | 2024-12-21T02:25:03.808Z | Downloaded rand v0.8.5 |
316 | 2024-12-21T02:25:03.811Z | Downloaded socket2 v0.5.7 |
317 | 2024-12-21T02:25:03.813Z | Downloaded serde v1.0.215 |
318 | 2024-12-21T02:25:03.816Z | Downloaded mio v1.0.2 |
319 | 2024-12-21T02:25:03.821Z | Downloaded tokio-util v0.7.12 |
320 | 2024-12-21T02:25:03.827Z | Downloaded schemars v0.8.21 |
321 | 2024-12-21T02:25:03.837Z | Downloaded unsafe-libyaml v0.2.11 |
322 | 2024-12-21T02:25:03.840Z | Downloaded progenitor-impl v0.8.0 |
323 | 2024-12-21T02:25:03.843Z | Downloaded pest v2.7.14 |
324 | 2024-12-21T02:25:03.847Z | Downloaded idna v1.0.3 |
325 | 2024-12-21T02:25:03.850Z | Downloaded zerovec v0.10.4 |
326 | 2024-12-21T02:25:03.856Z | Downloaded winnow v0.6.20 |
327 | 2024-12-21T02:25:03.864Z | Downloaded zerocopy v0.7.35 |
328 | 2024-12-21T02:25:03.883Z | Downloaded hashbrown v0.15.1 |
329 | 2024-12-21T02:25:03.886Z | Downloaded hashbrown v0.14.5 |
330 | 2024-12-21T02:25:03.888Z | Downloaded hyper v1.5.0 |
331 | 2024-12-21T02:25:03.893Z | Downloaded toml_edit v0.22.22 |
332 | 2024-12-21T02:25:03.912Z | Downloaded rustls-webpki v0.102.8 |
333 | 2024-12-21T02:25:03.928Z | Downloaded serde_json v1.0.132 |
334 | 2024-12-21T02:25:03.934Z | Downloaded vcpkg v0.2.15 |
335 | 2024-12-21T02:25:03.967Z | Downloaded h2 v0.4.6 |
336 | 2024-12-21T02:25:03.973Z | Downloaded aho-corasick v1.1.3 |
337 | 2024-12-21T02:25:03.978Z | Downloaded openssl v0.10.66 |
338 | 2024-12-21T02:25:03.986Z | Downloaded reqwest v0.12.9 |
339 | 2024-12-21T02:25:03.994Z | Downloaded icu_properties_data v1.5.0 |
340 | 2024-12-21T02:25:04.003Z | Downloaded webpki-roots v0.26.6 |
341 | 2024-12-21T02:25:04.006Z | Downloaded chrono v0.4.38 |
342 | 2024-12-21T02:25:04.013Z | Downloaded regex v1.11.1 |
343 | 2024-12-21T02:25:04.024Z | Downloaded rustls v0.23.19 |
344 | 2024-12-21T02:25:04.035Z | Downloaded openapiv3 v2.0.0 |
345 | 2024-12-21T02:25:04.044Z | Downloaded syn v2.0.87 |
346 | 2024-12-21T02:25:04.054Z | Downloaded serde_with v3.11.0 |
347 | 2024-12-21T02:25:04.063Z | Downloaded regress v0.9.1 |
348 | 2024-12-21T02:25:04.070Z | Downloaded rustls v0.22.4 |
349 | 2024-12-21T02:25:04.081Z | Downloaded regex-syntax v0.8.5 |
350 | 2024-12-21T02:25:04.087Z | Downloaded regress v0.10.1 |
351 | 2024-12-21T02:25:04.094Z | Downloaded dropshot v0.13.0 |
352 | 2024-12-21T02:25:04.113Z | Downloaded goblin v0.8.2 |
353 | 2024-12-21T02:25:04.117Z | Downloaded typify-impl v0.2.0 |
354 | 2024-12-21T02:25:04.129Z | Downloaded futures-util v0.3.31 |
355 | 2024-12-21T02:25:04.141Z | Downloaded quinn-proto v0.11.8 |
356 | 2024-12-21T02:25:04.144Z | Downloaded tracing v0.1.40 |
357 | 2024-12-21T02:25:04.148Z | Downloaded uuid v1.11.0 |
358 | 2024-12-21T02:25:04.151Z | Downloaded ucd-trie v0.1.7 |
359 | 2024-12-21T02:25:04.153Z | Downloaded quote v1.0.37 |
360 | 2024-12-21T02:25:04.156Z | Downloaded toml v0.8.19 |
361 | 2024-12-21T02:25:04.159Z | Downloaded icu_properties v1.5.1 |
362 | 2024-12-21T02:25:04.163Z | Downloaded scroll v0.12.0 |
363 | 2024-12-21T02:25:04.163Z | Downloaded unicode-ident v1.0.13 |
364 | 2024-12-21T02:25:04.163Z | Downloaded futures v0.3.31 |
365 | 2024-12-21T02:25:04.166Z | Downloaded allocator-api2 v0.2.18 |
366 | 2024-12-21T02:25:04.169Z | Downloaded tokio-rustls v0.25.0 |
367 | 2024-12-21T02:25:04.173Z | Downloaded log v0.4.22 |
368 | 2024-12-21T02:25:04.175Z | Downloaded icu_normalizer v1.5.0 |
369 | 2024-12-21T02:25:04.175Z | Downloaded synstructure v0.13.1 |
370 | 2024-12-21T02:25:04.178Z | Downloaded tokio v1.40.0 |
371 | 2024-12-21T02:25:04.210Z | Downloaded sha1 v0.10.6 |
372 | 2024-12-21T02:25:04.213Z | Downloaded spin v0.9.8 |
373 | 2024-12-21T02:25:04.213Z | Downloaded semver v1.0.23 |
374 | 2024-12-21T02:25:04.215Z | Downloaded rustls-pemfile v2.2.0 |
375 | 2024-12-21T02:25:04.215Z | Downloaded icu_normalizer_data v1.5.0 |
376 | 2024-12-21T02:25:04.218Z | Downloaded icu_locid v1.5.0 |
377 | 2024-12-21T02:25:04.221Z | Downloaded ahash v0.8.11 |
378 | 2024-12-21T02:25:04.224Z | Downloaded rustc-hash v2.0.0 |
379 | 2024-12-21T02:25:04.224Z | Downloaded regex-automata v0.4.8 |
380 | 2024-12-21T02:25:04.240Z | Downloaded darling_core v0.20.10 |
381 | 2024-12-21T02:25:04.247Z | Downloaded icu_locid_transform_data v1.5.0 |
382 | 2024-12-21T02:25:04.247Z | Downloaded hyper-rustls v0.27.3 |
383 | 2024-12-21T02:25:04.247Z | Downloaded multer v3.1.0 |
384 | 2024-12-21T02:25:04.249Z | Downloaded libc v0.2.162 |
385 | 2024-12-21T02:25:04.271Z | Downloaded tokio-rustls v0.26.0 |
386 | 2024-12-21T02:25:04.274Z | Downloaded anyhow v1.0.93 |
387 | 2024-12-21T02:25:04.276Z | Downloaded rand_chacha v0.3.1 |
388 | 2024-12-21T02:25:04.278Z | Downloaded quinn-udp v0.5.5 |
389 | 2024-12-21T02:25:04.278Z | Downloaded ipnet v2.10.1 |
390 | 2024-12-21T02:25:04.284Z | Downloaded httparse v1.9.5 |
391 | 2024-12-21T02:25:04.284Z | Downloaded getrandom v0.2.15 |
392 | 2024-12-21T02:25:04.285Z | Downloaded tinystr v0.7.6 |
393 | 2024-12-21T02:25:04.287Z | Downloaded digest v0.10.7 |
394 | 2024-12-21T02:25:04.287Z | Downloaded darling v0.20.10 |
395 | 2024-12-21T02:25:04.290Z | Downloaded camino v1.1.9 |
396 | 2024-12-21T02:25:04.293Z | Downloaded byteorder v1.5.0 |
397 | 2024-12-21T02:25:04.293Z | Downloaded fnv v1.0.7 |
398 | 2024-12-21T02:25:04.295Z | Downloaded futures-executor v0.3.31 |
399 | 2024-12-21T02:25:04.295Z | Downloaded generic-array v0.14.7 |
400 | 2024-12-21T02:25:04.298Z | Downloaded futures-macro v0.3.31 |
401 | 2024-12-21T02:25:04.348Z | Downloaded encoding_rs v0.8.34 |
402 | 2024-12-21T02:25:04.521Z | Downloaded ring v0.17.8 |
403 | 2024-12-21T02:25:04.840Z | Compiling proc-macro2 v1.0.89 |
404 | 2024-12-21T02:25:04.840Z | Compiling unicode-ident v1.0.13 |
405 | 2024-12-21T02:25:04.840Z | Compiling libc v0.2.162 |
406 | 2024-12-21T02:25:04.840Z | Checking cfg-if v1.0.0 |
407 | 2024-12-21T02:25:04.843Z | Compiling autocfg v1.4.0 |
408 | 2024-12-21T02:25:04.843Z | Compiling serde v1.0.215 |
409 | 2024-12-21T02:25:04.864Z | Compiling version_check v0.9.5 |
410 | 2024-12-21T02:25:04.866Z | Checking memchr v2.7.4 |
411 | 2024-12-21T02:25:04.970Z | Compiling serde_json v1.0.132 |
412 | 2024-12-21T02:25:05.038Z | Checking itoa v1.0.11 |
413 | 2024-12-21T02:25:05.488Z | Compiling thiserror v1.0.69 |
414 | 2024-12-21T02:25:05.644Z | Checking once_cell v1.20.2 |
415 | 2024-12-21T02:25:05.647Z | Compiling shlex v1.3.0 |
416 | 2024-12-21T02:25:05.858Z | Compiling cc v1.1.30 |
417 | 2024-12-21T02:25:06.422Z | Checking pin-project-lite v0.2.14 |
418 | 2024-12-21T02:25:06.470Z | Compiling num-traits v0.2.19 |
419 | 2024-12-21T02:25:06.473Z | Checking smallvec v1.13.2 |
420 | 2024-12-21T02:25:06.556Z | Checking bytes v1.8.0 |
421 | 2024-12-21T02:25:06.614Z | Checking ryu v1.0.18 |
422 | 2024-12-21T02:25:06.662Z | Checking futures-core v0.3.31 |
423 | 2024-12-21T02:25:06.840Z | Compiling lock_api v0.4.12 |
424 | 2024-12-21T02:25:06.988Z | Compiling byteorder v1.5.0 |
425 | 2024-12-21T02:25:07.033Z | Compiling parking_lot_core v0.9.10 |
426 | 2024-12-21T02:25:07.172Z | Compiling ahash v0.8.11 |
427 | 2024-12-21T02:25:07.176Z | Checking getrandom v0.2.15 |
428 | 2024-12-21T02:25:07.270Z | Checking scopeguard v1.2.0 |
429 | 2024-12-21T02:25:07.396Z | Compiling schemars v0.8.21 |
430 | 2024-12-21T02:25:07.414Z | Compiling quote v1.0.37 |
431 | 2024-12-21T02:25:07.574Z | Compiling slab v0.4.9 |
432 | 2024-12-21T02:25:07.664Z | Checking log v0.4.22 |
433 | 2024-12-21T02:25:07.769Z | Compiling syn v2.0.87 |
434 | 2024-12-21T02:25:07.806Z | Checking futures-sink v0.3.31 |
435 | 2024-12-21T02:25:07.834Z | Checking parking_lot v0.12.3 |
436 | 2024-12-21T02:25:07.916Z | Checking socket2 v0.5.7 |
437 | 2024-12-21T02:25:07.943Z | Checking signal-hook-registry v1.4.2 |
438 | 2024-12-21T02:25:08.006Z | Checking mio v1.0.2 |
439 | 2024-12-21T02:25:08.078Z | Checking stable_deref_trait v1.2.0 |
440 | 2024-12-21T02:25:08.188Z | Checking hashbrown v0.15.1 |
441 | 2024-12-21T02:25:08.206Z | Compiling semver v1.0.23 |
442 | 2024-12-21T02:25:08.225Z | Checking fnv v1.0.7 |
443 | 2024-12-21T02:25:08.349Z | Checking equivalent v1.0.1 |
444 | 2024-12-21T02:25:08.386Z | Checking http v1.1.0 |
445 | 2024-12-21T02:25:08.403Z | Checking futures-channel v0.3.31 |
446 | 2024-12-21T02:25:08.450Z | Checking pin-utils v0.1.0 |
447 | 2024-12-21T02:25:08.531Z | Checking futures-task v0.3.31 |
448 | 2024-12-21T02:25:08.572Z | Compiling ring v0.17.8 |
449 | 2024-12-21T02:25:08.640Z | Checking futures-io v0.3.31 |
450 | 2024-12-21T02:25:08.754Z | Checking rustls-pki-types v1.10.0 |
451 | 2024-12-21T02:25:08.774Z | Compiling heck v0.5.0 |
452 | 2024-12-21T02:25:08.774Z | Compiling vcpkg v0.2.15 |
453 | 2024-12-21T02:25:08.813Z | Checking spin v0.9.8 |
454 | 2024-12-21T02:25:09.032Z | Compiling pkg-config v0.3.31 |
455 | 2024-12-21T02:25:09.249Z | Checking litemap v0.7.3 |
456 | 2024-12-21T02:25:09.340Z | Compiling httparse v1.9.5 |
457 | 2024-12-21T02:25:09.602Z | Compiling ucd-trie v0.1.7 |
458 | 2024-12-21T02:25:09.760Z | Checking writeable v0.5.5 |
459 | 2024-12-21T02:25:09.992Z | Checking untrusted v0.9.0 |
460 | 2024-12-21T02:25:10.090Z | Checking iana-time-zone v0.1.61 |
461 | 2024-12-21T02:25:10.205Z | Checking tracing-core v0.1.32 |
462 | 2024-12-21T02:25:10.230Z | Checking dyn-clone v1.0.17 |
463 | 2024-12-21T02:25:10.365Z | Compiling allocator-api2 v0.2.18 |
464 | 2024-12-21T02:25:10.398Z | Compiling openssl-sys v0.9.103 |
465 | 2024-12-21T02:25:10.401Z | Checking atomic-waker v1.1.2 |
466 | 2024-12-21T02:25:10.806Z | Checking tracing v0.1.40 |
467 | 2024-12-21T02:25:11.023Z | Checking http-body v1.0.1 |
468 | 2024-12-21T02:25:11.120Z | Compiling uuid v1.11.0 |
469 | 2024-12-21T02:25:11.189Z | Checking zeroize v1.8.1 |
470 | 2024-12-21T02:25:11.250Z | Checking try-lock v0.2.5 |
471 | 2024-12-21T02:25:11.280Z | Checking icu_locid_transform_data v1.5.0 |
472 | 2024-12-21T02:25:11.352Z | Checking subtle v2.6.1 |
473 | 2024-12-21T02:25:11.371Z | Checking want v0.3.1 |
474 | 2024-12-21T02:25:11.529Z | Checking icu_properties_data v1.5.0 |
475 | 2024-12-21T02:25:11.641Z | Compiling chrono v0.4.38 |
476 | 2024-12-21T02:25:11.699Z | Checking httpdate v1.0.3 |
477 | 2024-12-21T02:25:11.717Z | Compiling openssl v0.10.66 |
478 | 2024-12-21T02:25:11.733Z | Checking foreign-types-shared v0.1.1 |
479 | 2024-12-21T02:25:11.825Z | Compiling slog v2.7.0 |
480 | 2024-12-21T02:25:11.870Z | Checking foreign-types v0.3.2 |
481 | 2024-12-21T02:25:11.937Z | Compiling aho-corasick v1.1.3 |
482 | 2024-12-21T02:25:12.060Z | Compiling regex-syntax v0.8.5 |
483 | 2024-12-21T02:25:12.349Z | Checking utf8_iter v1.0.4 |
484 | 2024-12-21T02:25:12.517Z | Compiling typenum v1.17.0 |
485 | 2024-12-21T02:25:13.342Z | Compiling native-tls v0.2.12 |
486 | 2024-12-21T02:25:13.393Z | Checking icu_normalizer_data v1.5.0 |
487 | 2024-12-21T02:25:13.473Z | Checking percent-encoding v2.3.1 |
488 | 2024-12-21T02:25:13.619Z | Checking write16 v1.0.0 |
489 | 2024-12-21T02:25:13.670Z | Compiling rustls v0.23.19 |
490 | 2024-12-21T02:25:13.710Z | Checking utf16_iter v1.0.5 |
491 | 2024-12-21T02:25:13.864Z | Checking bitflags v2.6.0 |
492 | 2024-12-21T02:25:13.964Z | Checking tower-service v0.3.3 |
493 | 2024-12-21T02:25:14.099Z | Checking form_urlencoded v1.2.1 |
494 | 2024-12-21T02:25:14.352Z | Compiling synstructure v0.13.1 |
495 | 2024-12-21T02:25:14.548Z | Compiling serde_derive_internals v0.29.1 |
496 | 2024-12-21T02:25:15.554Z | Compiling regex-automata v0.4.8 |
497 | 2024-12-21T02:25:15.770Z | Compiling generic-array v0.14.7 |
498 | 2024-12-21T02:25:16.183Z | Checking openssl-probe v0.1.5 |
499 | 2024-12-21T02:25:17.014Z | Compiling usdt-impl v0.5.0 |
500 | 2024-12-21T02:25:17.137Z | Checking encoding_rs v0.8.34 |
501 | 2024-12-21T02:25:17.190Z | Checking powerfmt v0.2.0 |
502 | 2024-12-21T02:25:17.437Z | Compiling time-core v0.1.2 |
503 | 2024-12-21T02:25:17.589Z | Checking mime v0.3.17 |
504 | 2024-12-21T02:25:17.636Z | Compiling num-conv v0.1.0 |
505 | 2024-12-21T02:25:17.919Z | Compiling time-macros v0.2.18 |
506 | 2024-12-21T02:25:18.134Z | Checking deranged v0.3.11 |
507 | 2024-12-21T02:25:19.139Z | Compiling regex v1.11.1 |
508 | 2024-12-21T02:25:19.326Z | Compiling thread-id v4.2.2 |
509 | 2024-12-21T02:25:19.435Z | Compiling serde_derive v1.0.215 |
510 | 2024-12-21T02:25:19.438Z | Compiling zerocopy-derive v0.7.35 |
511 | 2024-12-21T02:25:19.887Z | Compiling thiserror-impl v1.0.69 |
512 | 2024-12-21T02:25:20.010Z | Compiling schemars_derive v0.8.21 |
513 | 2024-12-21T02:25:20.317Z | Compiling zerofrom-derive v0.1.4 |
514 | 2024-12-21T02:25:21.114Z | Compiling yoke-derive v0.7.4 |
515 | 2024-12-21T02:25:21.220Z | Compiling zerocopy v0.7.35 |
516 | 2024-12-21T02:25:22.735Z | Compiling tokio-macros v2.4.0 |
517 | 2024-12-21T02:25:22.759Z | Compiling zerovec-derive v0.10.3 |
518 | 2024-12-21T02:25:22.775Z | Compiling futures-macro v0.3.31 |
519 | 2024-12-21T02:25:23.082Z | Compiling displaydoc v0.2.5 |
520 | 2024-12-21T02:25:23.759Z | Checking zerofrom v0.1.4 |
521 | 2024-12-21T02:25:23.811Z | Compiling pest v2.7.14 |
522 | 2024-12-21T02:25:23.962Z | Checking yoke v0.7.4 |
523 | 2024-12-21T02:25:24.138Z | Checking tokio v1.40.0 |
524 | 2024-12-21T02:25:24.583Z | Checking futures-util v0.3.31 |
525 | 2024-12-21T02:25:24.689Z | Compiling icu_provider_macros v1.5.0 |
526 | 2024-12-21T02:25:24.753Z | Compiling hashbrown v0.14.5 |
527 | 2024-12-21T02:25:25.166Z | Checking zerovec v0.10.4 |
528 | 2024-12-21T02:25:25.517Z | Checking rustls-webpki v0.102.8 |
529 | 2024-12-21T02:25:26.038Z | Compiling regress v0.10.1 |
530 | 2024-12-21T02:25:26.234Z | Compiling openssl-macros v0.1.1 |
531 | 2024-12-21T02:25:26.283Z | Compiling pest_meta v2.7.14 |
532 | 2024-12-21T02:25:26.773Z | Checking tinystr v0.7.6 |
533 | 2024-12-21T02:25:26.998Z | Checking icu_collections v1.5.0 |
534 | 2024-12-21T02:25:27.161Z | Checking icu_locid v1.5.0 |
535 | 2024-12-21T02:25:27.610Z | Compiling pest_generator v2.7.14 |
536 | 2024-12-21T02:25:28.230Z | Checking icu_provider v1.5.0 |
537 | 2024-12-21T02:25:28.875Z | Checking icu_locid_transform v1.5.0 |
538 | 2024-12-21T02:25:29.862Z | Checking icu_properties v1.5.1 |
539 | 2024-12-21T02:25:30.400Z | Compiling pest_derive v2.7.14 |
540 | 2024-12-21T02:25:30.680Z | Checking http-body-util v0.1.2 |
541 | 2024-12-21T02:25:31.072Z | Checking tokio-util v0.7.12 |
542 | 2024-12-21T02:25:31.090Z | Compiling scroll_derive v0.12.0 |
543 | 2024-12-21T02:25:31.196Z | Compiling dtrace-parser v0.2.0 |
544 | 2024-12-21T02:25:31.916Z | Checking indexmap v2.6.0 |
545 | 2024-12-21T02:25:33.036Z | Compiling serde_tokenstream v0.2.2 |
546 | 2024-12-21T02:25:33.126Z | Checking icu_normalizer v1.5.0 |
547 | 2024-12-21T02:25:33.158Z | Checking h2 v0.4.6 |
548 | 2024-12-21T02:25:33.891Z | Checking idna_adapter v1.2.0 |
549 | 2024-12-21T02:25:34.069Z | Checking idna v1.0.3 |
550 | 2024-12-21T02:25:34.101Z | Checking scroll v0.12.0 |
551 | 2024-12-21T02:25:34.528Z | Checking serde_urlencoded v0.7.1 |
552 | 2024-12-21T02:25:34.974Z | Compiling dof v0.3.0 |
553 | 2024-12-21T02:25:35.211Z | Checking tokio-native-tls v0.3.1 |
554 | 2024-12-21T02:25:35.463Z | Checking webpki-roots v0.26.6 |
555 | 2024-12-21T02:25:35.466Z | Checking tokio-rustls v0.26.0 |
556 | 2024-12-21T02:25:35.671Z | Checking rustls-pemfile v2.2.0 |
557 | 2024-12-21T02:25:35.870Z | Checking base64 v0.22.1 |
558 | 2024-12-21T02:25:35.885Z | Compiling ident_case v1.0.1 |
559 | 2024-12-21T02:25:35.989Z | Checking plain v0.2.3 |
560 | 2024-12-21T02:25:36.048Z | Checking num_threads v0.1.7 |
561 | 2024-12-21T02:25:36.125Z | Compiling crossbeam-utils v0.8.20 |
562 | 2024-12-21T02:25:36.668Z | Compiling typify-impl v0.2.0 |
563 | 2024-12-21T02:25:36.670Z | Compiling strsim v0.11.1 |
564 | 2024-12-21T02:25:36.960Z | Checking time v0.3.36 |
565 | 2024-12-21T02:25:37.261Z | Checking hyper v1.5.0 |
566 | 2024-12-21T02:25:37.379Z | Compiling darling_core v0.20.10 |
567 | 2024-12-21T02:25:38.835Z | Checking goblin v0.8.2 |
568 | 2024-12-21T02:25:39.336Z | Checking hyper-util v0.1.10 |
569 | 2024-12-21T02:25:39.684Z | Compiling openapiv3 v2.0.0 |
570 | 2024-12-21T02:25:40.501Z | Checking url v2.5.3 |
571 | 2024-12-21T02:25:40.874Z | Checking dirs-sys-next v0.1.2 |
572 | 2024-12-21T02:25:40.968Z | Checking hyper-rustls v0.27.3 |
573 | 2024-12-21T02:25:41.032Z | Checking hyper-tls v0.6.0 |
574 | 2024-12-21T02:25:41.283Z | Checking sync_wrapper v1.0.1 |
575 | 2024-12-21T02:25:41.381Z | Checking pretty-hex v0.4.1 |
576 | 2024-12-21T02:25:41.420Z | Compiling unsafe-libyaml v0.2.11 |
577 | 2024-12-21T02:25:41.540Z | Compiling rustls v0.22.4 |
578 | 2024-12-21T02:25:41.669Z | Compiling paste v1.0.15 |
579 | 2024-12-21T02:25:41.837Z | Checking ipnet v2.10.1 |
580 | 2024-12-21T02:25:42.160Z | Compiling rustversion v1.0.17 |
581 | 2024-12-21T02:25:42.253Z | Compiling omicron-workspace-hack v0.1.0 |
582 | 2024-12-21T02:25:42.577Z | Checking reqwest v0.12.9 |
583 | 2024-12-21T02:25:42.883Z | Compiling serde_yaml v0.9.34+deprecated |
584 | 2024-12-21T02:25:43.387Z | Checking dirs-next v2.0.0 |
585 | 2024-12-21T02:25:43.408Z | Compiling darling_macro v0.20.10 |
586 | 2024-12-21T02:25:43.969Z | Checking toml_datetime v0.6.8 |
587 | 2024-12-21T02:25:43.988Z | Checking serde_spanned v0.6.8 |
588 | 2024-12-21T02:25:43.991Z | Checking ppv-lite86 v0.2.20 |
589 | 2024-12-21T02:25:44.167Z | Compiling structmeta-derive v0.3.0 |
590 | 2024-12-21T02:25:44.248Z | Checking block-buffer v0.10.4 |
591 | 2024-12-21T02:25:44.323Z | Checking crypto-common v0.1.6 |
592 | 2024-12-21T02:25:44.433Z | Checking rand_core v0.6.4 |
593 | 2024-12-21T02:25:44.478Z | Checking thread_local v1.1.8 |
594 | 2024-12-21T02:25:44.510Z | Compiling multer v3.1.0 |
595 | 2024-12-21T02:25:44.555Z | Compiling newtype-uuid v1.1.3 |
596 | 2024-12-21T02:25:44.700Z | Checking match_cfg v0.1.0 |
597 | 2024-12-21T02:25:44.738Z | Compiling slog-async v2.8.0 |
598 | 2024-12-21T02:25:44.760Z | Checking winnow v0.6.20 |
599 | 2024-12-21T02:25:44.782Z | Compiling camino v1.1.9 |
600 | 2024-12-21T02:25:44.823Z | Compiling anyhow v1.0.93 |
601 | 2024-12-21T02:25:44.937Z | Checking hostname v0.3.1 |
602 | 2024-12-21T02:25:45.062Z | Checking rand_chacha v0.3.1 |
603 | 2024-12-21T02:25:45.405Z | Checking crossbeam-channel v0.5.13 |
604 | 2024-12-21T02:25:45.434Z | Checking digest v0.10.7 |
605 | 2024-12-21T02:25:45.727Z | Compiling darling v0.20.10 |
606 | 2024-12-21T02:25:45.747Z | Checking progenitor-client v0.8.0 |
607 | 2024-12-21T02:25:45.774Z | Checking term v0.7.0 |
608 | 2024-12-21T02:25:46.194Z | Compiling usdt-attr-macro v0.5.0 |
609 | 2024-12-21T02:25:46.721Z | Compiling usdt-macro v0.5.0 |
610 | 2024-12-21T02:25:46.733Z | Compiling structmeta v0.3.0 |
611 | 2024-12-21T02:25:47.048Z | Checking slog-json v2.6.1 |
612 | 2024-12-21T02:25:47.159Z | Checking futures-executor v0.3.31 |
613 | 2024-12-21T02:25:47.285Z | Compiling async-stream-impl v0.3.6 |
614 | 2024-12-21T02:25:47.333Z | Checking memmap v0.7.0 |
615 | 2024-12-21T02:25:47.371Z | Checking is-terminal v0.4.13 |
616 | 2024-12-21T02:25:47.485Z | Compiling dropshot v0.13.0 |
617 | 2024-12-21T02:25:47.488Z | Checking take_mut v0.2.2 |
618 | 2024-12-21T02:25:47.524Z | Checking cpufeatures v0.2.14 |
619 | 2024-12-21T02:25:47.616Z | Checking sha1 v0.10.6 |
620 | 2024-12-21T02:25:47.675Z | Checking usdt v0.5.0 |
621 | 2024-12-21T02:25:47.694Z | Checking toml_edit v0.22.22 |
622 | 2024-12-21T02:25:47.871Z | Checking slog-term v2.9.1 |
623 | 2024-12-21T02:25:47.889Z | Checking futures v0.3.31 |
624 | 2024-12-21T02:25:47.908Z | Compiling strum_macros v0.26.4 |
625 | 2024-12-21T02:25:47.928Z | Checking slog-bunyan v2.5.0 |
626 | 2024-12-21T02:25:47.989Z | Compiling parse-display-derive v0.10.0 |
627 | 2024-12-21T02:25:48.088Z | Compiling serde_with_macros v3.11.0 |
628 | 2024-12-21T02:25:48.467Z | Checking async-stream v0.3.6 |
629 | 2024-12-21T02:25:48.653Z | Checking rand v0.8.5 |
630 | 2024-12-21T02:25:49.376Z | Checking tokio-rustls v0.25.0 |
631 | 2024-12-21T02:25:49.814Z | Checking ipnetwork v0.20.0 |
632 | 2024-12-21T02:25:49.867Z | Compiling dropshot_endpoint v0.13.0 |
633 | 2024-12-21T02:25:49.948Z | Checking hex v0.4.3 |
634 | 2024-12-21T02:25:50.174Z | Checking serde_path_to_error v0.1.16 |
635 | 2024-12-21T02:25:50.228Z | Checking toml v0.8.19 |
636 | 2024-12-21T02:25:50.266Z | Compiling typify-macro v0.2.0 |
637 | 2024-12-21T02:25:50.455Z | Compiling async-trait v0.1.83 |
638 | 2024-12-21T02:25:50.629Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
639 | 2024-12-21T02:25:50.804Z | Checking waitgroup v0.1.2 |
640 | 2024-12-21T02:25:50.910Z | Checking hostname v0.4.0 |
641 | 2024-12-21T02:25:50.931Z | Checking instant v0.1.13 |
642 | 2024-12-21T02:25:51.030Z | Checking debug-ignore v1.0.5 |
643 | 2024-12-21T02:25:51.047Z | Checking backoff v0.4.0 |
644 | 2024-12-21T02:25:51.154Z | Checking serde_with v3.11.0 |
645 | 2024-12-21T02:25:51.317Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
646 | 2024-12-21T02:25:51.390Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
647 | 2024-12-21T02:25:51.464Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
648 | 2024-12-21T02:25:51.523Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
649 | 2024-12-21T02:25:51.737Z | Checking parse-display v0.10.0 |
650 | 2024-12-21T02:25:51.757Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
651 | 2024-12-21T02:25:51.885Z | Checking macaddr v1.0.1 |
652 | 2024-12-21T02:25:51.948Z | Checking regress v0.9.1 |
653 | 2024-12-21T02:25:52.193Z | Checking strum v0.26.3 |
654 | 2024-12-21T02:25:53.342Z | Compiling typify v0.2.0 |
655 | 2024-12-21T02:25:53.424Z | Compiling progenitor-impl v0.8.0 |
656 | 2024-12-21T02:25:55.942Z | Compiling progenitor-macro v0.8.0 |
657 | 2024-12-21T02:25:59.953Z | Checking progenitor v0.8.0 |
658 | 2024-12-21T02:26:00.079Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
659 | 2024-12-21T02:26:02.846Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
660 | 2024-12-21T02:26:09.854Z | Checking test-project v0.1.0 (/tmp/test-project) |
661 | 2024-12-21T02:26:09.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
662 | 2024-12-21T02:26:10.229Z | + cargo build --release |
663 | 2024-12-21T02:26:10.467Z | Compiling proc-macro2 v1.0.89 |
664 | 2024-12-21T02:26:10.468Z | Compiling unicode-ident v1.0.13 |
665 | 2024-12-21T02:26:10.468Z | Compiling libc v0.2.162 |
666 | 2024-12-21T02:26:10.468Z | Compiling cfg-if v1.0.0 |
667 | 2024-12-21T02:26:10.470Z | Compiling autocfg v1.4.0 |
668 | 2024-12-21T02:26:10.470Z | Compiling serde v1.0.215 |
669 | 2024-12-21T02:26:10.470Z | Compiling version_check v0.9.5 |
670 | 2024-12-21T02:26:10.470Z | Compiling memchr v2.7.4 |
671 | 2024-12-21T02:26:10.584Z | Compiling serde_json v1.0.132 |
672 | 2024-12-21T02:26:10.653Z | Compiling itoa v1.0.11 |
673 | 2024-12-21T02:26:10.904Z | Compiling thiserror v1.0.69 |
674 | 2024-12-21T02:26:11.032Z | Compiling once_cell v1.20.2 |
675 | 2024-12-21T02:26:11.106Z | Compiling shlex v1.3.0 |
676 | 2024-12-21T02:26:11.336Z | Compiling cc v1.1.30 |
677 | 2024-12-21T02:26:11.441Z | Compiling num-traits v0.2.19 |
678 | 2024-12-21T02:26:11.746Z | Compiling pin-project-lite v0.2.14 |
679 | 2024-12-21T02:26:11.854Z | Compiling smallvec v1.13.2 |
680 | 2024-12-21T02:26:11.905Z | Compiling getrandom v0.2.15 |
681 | 2024-12-21T02:26:12.009Z | Compiling bytes v1.8.0 |
682 | 2024-12-21T02:26:12.078Z | Compiling ryu v1.0.18 |
683 | 2024-12-21T02:26:12.218Z | Compiling quote v1.0.37 |
684 | 2024-12-21T02:26:12.241Z | Compiling futures-core v0.3.31 |
685 | 2024-12-21T02:26:12.464Z | Compiling lock_api v0.4.12 |
686 | 2024-12-21T02:26:12.503Z | Compiling ahash v0.8.11 |
687 | 2024-12-21T02:26:12.617Z | Compiling syn v2.0.87 |
688 | 2024-12-21T02:26:12.762Z | Compiling parking_lot_core v0.9.10 |
689 | 2024-12-21T02:26:12.823Z | Compiling byteorder v1.5.0 |
690 | 2024-12-21T02:26:12.851Z | Compiling schemars v0.8.21 |
691 | 2024-12-21T02:26:13.158Z | Compiling scopeguard v1.2.0 |
692 | 2024-12-21T02:26:13.198Z | Compiling slab v0.4.9 |
693 | 2024-12-21T02:26:13.290Z | Compiling futures-sink v0.3.31 |
694 | 2024-12-21T02:26:13.414Z | Compiling log v0.4.22 |
695 | 2024-12-21T02:26:13.623Z | Compiling socket2 v0.5.7 |
696 | 2024-12-21T02:26:13.635Z | Compiling mio v1.0.2 |
697 | 2024-12-21T02:26:13.765Z | Compiling parking_lot v0.12.3 |
698 | 2024-12-21T02:26:13.803Z | Compiling signal-hook-registry v1.4.2 |
699 | 2024-12-21T02:26:13.845Z | Compiling stable_deref_trait v1.2.0 |
700 | 2024-12-21T02:26:13.934Z | Compiling semver v1.0.23 |
701 | 2024-12-21T02:26:14.216Z | Compiling ring v0.17.8 |
702 | 2024-12-21T02:26:14.291Z | Compiling equivalent v1.0.1 |
703 | 2024-12-21T02:26:14.370Z | Compiling hashbrown v0.15.1 |
704 | 2024-12-21T02:26:14.417Z | Compiling fnv v1.0.7 |
705 | 2024-12-21T02:26:14.543Z | Compiling http v1.1.0 |
706 | 2024-12-21T02:26:15.246Z | Compiling futures-channel v0.3.31 |
707 | 2024-12-21T02:26:15.271Z | Compiling futures-io v0.3.31 |
708 | 2024-12-21T02:26:15.306Z | Compiling futures-task v0.3.31 |
709 | 2024-12-21T02:26:15.582Z | Compiling pin-utils v0.1.0 |
710 | 2024-12-21T02:26:15.660Z | Compiling vcpkg v0.2.15 |
711 | 2024-12-21T02:26:15.684Z | Compiling rustls-pki-types v1.10.0 |
712 | 2024-12-21T02:26:15.728Z | Compiling spin v0.9.8 |
713 | 2024-12-21T02:26:15.761Z | Compiling heck v0.5.0 |
714 | 2024-12-21T02:26:15.768Z | Compiling pkg-config v0.3.31 |
715 | 2024-12-21T02:26:16.776Z | Compiling ucd-trie v0.1.7 |
716 | 2024-12-21T02:26:16.967Z | Compiling litemap v0.7.3 |
717 | 2024-12-21T02:26:17.200Z | Compiling writeable v0.5.5 |
718 | 2024-12-21T02:26:17.249Z | Compiling openssl-sys v0.9.103 |
719 | 2024-12-21T02:26:17.401Z | Compiling httparse v1.9.5 |
720 | 2024-12-21T02:26:17.456Z | Compiling iana-time-zone v0.1.61 |
721 | 2024-12-21T02:26:18.095Z | Compiling untrusted v0.9.0 |
722 | 2024-12-21T02:26:18.175Z | Compiling tracing-core v0.1.32 |
723 | 2024-12-21T02:26:18.257Z | Compiling allocator-api2 v0.2.18 |
724 | 2024-12-21T02:26:18.275Z | Compiling atomic-waker v1.1.2 |
725 | 2024-12-21T02:26:18.575Z | Compiling dyn-clone v1.0.17 |
726 | 2024-12-21T02:26:18.973Z | Compiling tracing v0.1.40 |
727 | 2024-12-21T02:26:19.159Z | Compiling http-body v1.0.1 |
728 | 2024-12-21T02:26:19.380Z | Compiling try-lock v0.2.5 |
729 | 2024-12-21T02:26:19.620Z | Compiling icu_locid_transform_data v1.5.0 |
730 | 2024-12-21T02:26:19.699Z | Compiling uuid v1.11.0 |
731 | 2024-12-21T02:26:19.768Z | Compiling chrono v0.4.38 |
732 | 2024-12-21T02:26:19.803Z | Compiling zeroize v1.8.1 |
733 | 2024-12-21T02:26:19.875Z | Compiling subtle v2.6.1 |
734 | 2024-12-21T02:26:20.106Z | Compiling synstructure v0.13.1 |
735 | 2024-12-21T02:26:20.132Z | Compiling serde_derive_internals v0.29.1 |
736 | 2024-12-21T02:26:20.221Z | Compiling want v0.3.1 |
737 | 2024-12-21T02:26:20.549Z | Compiling httpdate v1.0.3 |
738 | 2024-12-21T02:26:21.258Z | Compiling foreign-types-shared v0.1.1 |
739 | 2024-12-21T02:26:21.352Z | Compiling slog v2.7.0 |
740 | 2024-12-21T02:26:21.747Z | Compiling icu_properties_data v1.5.0 |
741 | 2024-12-21T02:26:21.802Z | Compiling openssl v0.10.66 |
742 | 2024-12-21T02:26:21.854Z | Compiling foreign-types v0.3.2 |
743 | 2024-12-21T02:26:22.245Z | Compiling aho-corasick v1.1.3 |
744 | 2024-12-21T02:26:22.279Z | Compiling tower-service v0.3.3 |
745 | 2024-12-21T02:26:22.393Z | Compiling percent-encoding v2.3.1 |
746 | 2024-12-21T02:26:22.531Z | Compiling native-tls v0.2.12 |
747 | 2024-12-21T02:26:22.878Z | Compiling typenum v1.17.0 |
748 | 2024-12-21T02:26:23.313Z | Compiling utf8_iter v1.0.4 |
749 | 2024-12-21T02:26:23.555Z | Compiling regex-syntax v0.8.5 |
750 | 2024-12-21T02:26:23.701Z | Compiling write16 v1.0.0 |
751 | 2024-12-21T02:26:23.795Z | Compiling bitflags v2.6.0 |
752 | 2024-12-21T02:26:23.811Z | Compiling icu_normalizer_data v1.5.0 |
753 | 2024-12-21T02:26:23.855Z | Compiling rustls v0.23.19 |
754 | 2024-12-21T02:26:23.894Z | Compiling utf16_iter v1.0.5 |
755 | 2024-12-21T02:26:24.132Z | Compiling form_urlencoded v1.2.1 |
756 | 2024-12-21T02:26:24.247Z | Compiling generic-array v0.14.7 |
757 | 2024-12-21T02:26:24.554Z | Compiling openssl-probe v0.1.5 |
758 | 2024-12-21T02:26:25.585Z | Compiling serde_derive v1.0.215 |
759 | 2024-12-21T02:26:25.858Z | Compiling zerocopy-derive v0.7.35 |
760 | 2024-12-21T02:26:25.876Z | Compiling thiserror-impl v1.0.69 |
761 | 2024-12-21T02:26:26.542Z | Compiling schemars_derive v0.8.21 |
762 | 2024-12-21T02:26:26.585Z | Compiling zerofrom-derive v0.1.4 |
763 | 2024-12-21T02:26:27.871Z | Compiling zerocopy v0.7.35 |
764 | 2024-12-21T02:26:29.209Z | Compiling yoke-derive v0.7.4 |
765 | 2024-12-21T02:26:29.461Z | Compiling tokio-macros v2.4.0 |
766 | 2024-12-21T02:26:29.484Z | Compiling zerovec-derive v0.10.3 |
767 | 2024-12-21T02:26:30.083Z | Compiling zerofrom v0.1.4 |
768 | 2024-12-21T02:26:30.309Z | Compiling futures-macro v0.3.31 |
769 | 2024-12-21T02:26:30.535Z | Compiling displaydoc v0.2.5 |
770 | 2024-12-21T02:26:30.991Z | Compiling tokio v1.40.0 |
771 | 2024-12-21T02:26:31.901Z | Compiling yoke v0.7.4 |
772 | 2024-12-21T02:26:32.074Z | Compiling pest v2.7.14 |
773 | 2024-12-21T02:26:32.155Z | Compiling futures-util v0.3.31 |
774 | 2024-12-21T02:26:32.287Z | Compiling zerovec v0.10.4 |
775 | 2024-12-21T02:26:32.364Z | Compiling icu_provider_macros v1.5.0 |
776 | 2024-12-21T02:26:32.430Z | Compiling hashbrown v0.14.5 |
777 | 2024-12-21T02:26:34.048Z | Compiling rustls-webpki v0.102.8 |
778 | 2024-12-21T02:26:34.865Z | Compiling tinystr v0.7.6 |
779 | 2024-12-21T02:26:35.301Z | Compiling icu_locid v1.5.0 |
780 | 2024-12-21T02:26:35.311Z | Compiling pest_meta v2.7.14 |
781 | 2024-12-21T02:26:38.379Z | Compiling icu_provider v1.5.0 |
782 | 2024-12-21T02:26:38.816Z | Compiling pest_generator v2.7.14 |
783 | 2024-12-21T02:26:39.735Z | Compiling indexmap v2.6.0 |
784 | 2024-12-21T02:26:40.562Z | Compiling serde_tokenstream v0.2.2 |
785 | 2024-12-21T02:26:41.428Z | Compiling tokio-util v0.7.12 |
786 | 2024-12-21T02:26:42.519Z | Compiling h2 v0.4.6 |
787 | 2024-12-21T02:26:42.646Z | Compiling icu_locid_transform v1.5.0 |
788 | 2024-12-21T02:26:45.321Z | Compiling icu_collections v1.5.0 |
789 | 2024-12-21T02:26:45.781Z | Compiling regress v0.10.1 |
790 | 2024-12-21T02:26:47.960Z | Compiling hyper v1.5.0 |
791 | 2024-12-21T02:26:48.425Z | Compiling icu_properties v1.5.1 |
792 | 2024-12-21T02:26:49.463Z | Compiling typify-impl v0.2.0 |
793 | 2024-12-21T02:26:50.375Z | Compiling pest_derive v2.7.14 |
794 | 2024-12-21T02:26:51.766Z | Compiling openssl-macros v0.1.1 |
795 | 2024-12-21T02:26:54.534Z | Compiling icu_normalizer v1.5.0 |
796 | 2024-12-21T02:26:57.611Z | Compiling hyper-util v0.1.10 |
797 | 2024-12-21T02:26:58.218Z | Compiling regex-automata v0.4.8 |
798 | 2024-12-21T02:26:59.696Z | Compiling idna_adapter v1.2.0 |
799 | 2024-12-21T02:27:00.475Z | Compiling http-body-util v0.1.2 |
800 | 2024-12-21T02:27:01.180Z | Compiling scroll_derive v0.12.0 |
801 | 2024-12-21T02:27:01.250Z | Compiling typify-macro v0.2.0 |
802 | 2024-12-21T02:27:02.597Z | Compiling regex v1.11.1 |
803 | 2024-12-21T02:27:03.535Z | Compiling usdt-impl v0.5.0 |
804 | 2024-12-21T02:27:03.551Z | Compiling encoding_rs v0.8.34 |
805 | 2024-12-21T02:27:03.890Z | Compiling mime v0.3.17 |
806 | 2024-12-21T02:27:04.849Z | Compiling num-conv v0.1.0 |
807 | 2024-12-21T02:27:04.928Z | Compiling time-core v0.1.2 |
808 | 2024-12-21T02:27:05.086Z | Compiling powerfmt v0.2.0 |
809 | 2024-12-21T02:27:05.538Z | Compiling deranged v0.3.11 |
810 | 2024-12-21T02:27:05.991Z | Compiling time-macros v0.2.18 |
811 | 2024-12-21T02:27:06.656Z | Compiling scroll v0.12.0 |
812 | 2024-12-21T02:27:07.243Z | Compiling idna v1.0.3 |
813 | 2024-12-21T02:27:07.792Z | Compiling tokio-rustls v0.26.0 |
814 | 2024-12-21T02:27:08.272Z | Compiling tokio-native-tls v0.3.1 |
815 | 2024-12-21T02:27:12.947Z | Compiling dtrace-parser v0.2.0 |
816 | 2024-12-21T02:27:14.183Z | Compiling dof v0.3.0 |
817 | 2024-12-21T02:27:14.658Z | Compiling serde_urlencoded v0.7.1 |
818 | 2024-12-21T02:27:15.266Z | Compiling thread-id v4.2.2 |
819 | 2024-12-21T02:27:15.364Z | Compiling rustls-pemfile v2.2.0 |
820 | 2024-12-21T02:27:15.590Z | Compiling webpki-roots v0.26.6 |
821 | 2024-12-21T02:27:15.819Z | Compiling base64 v0.22.1 |
822 | 2024-12-21T02:27:15.962Z | Compiling omicron-workspace-hack v0.1.0 |
823 | 2024-12-21T02:27:16.878Z | Compiling strsim v0.11.1 |
824 | 2024-12-21T02:27:16.928Z | Compiling ident_case v1.0.1 |
825 | 2024-12-21T02:27:17.363Z | Compiling crossbeam-utils v0.8.20 |
826 | 2024-12-21T02:27:17.582Z | Compiling num_threads v0.1.7 |
827 | 2024-12-21T02:27:17.687Z | Compiling plain v0.2.3 |
828 | 2024-12-21T02:27:17.836Z | Compiling goblin v0.8.2 |
829 | 2024-12-21T02:27:17.871Z | Compiling time v0.3.36 |
830 | 2024-12-21T02:27:18.370Z | Compiling darling_core v0.20.10 |
831 | 2024-12-21T02:27:24.785Z | Compiling hyper-rustls v0.27.3 |
832 | 2024-12-21T02:27:27.265Z | Compiling hyper-tls v0.6.0 |
833 | 2024-12-21T02:27:27.751Z | Compiling url v2.5.3 |
834 | 2024-12-21T02:27:27.790Z | Compiling typify v0.2.0 |
835 | 2024-12-21T02:27:27.908Z | Compiling openapiv3 v2.0.0 |
836 | 2024-12-21T02:27:30.594Z | Compiling sync_wrapper v1.0.1 |
837 | 2024-12-21T02:27:30.734Z | Compiling dirs-sys-next v0.1.2 |
838 | 2024-12-21T02:27:32.148Z | Compiling ipnet v2.10.1 |
839 | 2024-12-21T02:27:32.190Z | Compiling unsafe-libyaml v0.2.11 |
840 | 2024-12-21T02:27:33.528Z | Compiling rustversion v1.0.17 |
841 | 2024-12-21T02:27:33.890Z | Compiling rustls v0.22.4 |
842 | 2024-12-21T02:27:34.175Z | Compiling pretty-hex v0.4.1 |
843 | 2024-12-21T02:27:34.186Z | Compiling paste v1.0.15 |
844 | 2024-12-21T02:27:34.726Z | Compiling serde_yaml v0.9.34+deprecated |
845 | 2024-12-21T02:27:34.754Z | Compiling reqwest v0.12.9 |
846 | 2024-12-21T02:27:35.268Z | Compiling progenitor-impl v0.8.0 |
847 | 2024-12-21T02:27:38.375Z | Compiling dirs-next v2.0.0 |
848 | 2024-12-21T02:27:38.624Z | Compiling darling_macro v0.20.10 |
849 | 2024-12-21T02:27:40.755Z | Compiling crypto-common v0.1.6 |
850 | 2024-12-21T02:27:40.954Z | Compiling block-buffer v0.10.4 |
851 | 2024-12-21T02:27:41.178Z | Compiling toml_datetime v0.6.8 |
852 | 2024-12-21T02:27:41.490Z | Compiling serde_spanned v0.6.8 |
853 | 2024-12-21T02:27:41.711Z | Compiling ppv-lite86 v0.2.20 |
854 | 2024-12-21T02:27:41.821Z | Compiling structmeta-derive v0.3.0 |
855 | 2024-12-21T02:27:41.844Z | Compiling rand_core v0.6.4 |
856 | 2024-12-21T02:27:42.258Z | Compiling thread_local v1.1.8 |
857 | 2024-12-21T02:27:42.313Z | Compiling multer v3.1.0 |
858 | 2024-12-21T02:27:42.601Z | Compiling slog-async v2.8.0 |
859 | 2024-12-21T02:27:42.627Z | Compiling camino v1.1.9 |
860 | 2024-12-21T02:27:42.939Z | Compiling match_cfg v0.1.0 |
861 | 2024-12-21T02:27:43.018Z | Compiling winnow v0.6.20 |
862 | 2024-12-21T02:27:43.077Z | Compiling newtype-uuid v1.1.3 |
863 | 2024-12-21T02:27:43.195Z | Compiling anyhow v1.0.93 |
864 | 2024-12-21T02:27:43.492Z | Compiling hostname v0.3.1 |
865 | 2024-12-21T02:27:43.766Z | Compiling rand_chacha v0.3.1 |
866 | 2024-12-21T02:27:44.461Z | Compiling structmeta v0.3.0 |
867 | 2024-12-21T02:27:44.826Z | Compiling progenitor-macro v0.8.0 |
868 | 2024-12-21T02:27:44.842Z | Compiling digest v0.10.7 |
869 | 2024-12-21T02:27:45.228Z | Compiling crossbeam-channel v0.5.13 |
870 | 2024-12-21T02:27:45.970Z | Compiling darling v0.20.10 |
871 | 2024-12-21T02:27:46.070Z | Compiling term v0.7.0 |
872 | 2024-12-21T02:27:46.801Z | Compiling toml_edit v0.22.22 |
873 | 2024-12-21T02:27:47.268Z | Compiling progenitor-client v0.8.0 |
874 | 2024-12-21T02:27:51.770Z | Compiling usdt-attr-macro v0.5.0 |
875 | 2024-12-21T02:27:53.217Z | Compiling usdt-macro v0.5.0 |
876 | 2024-12-21T02:27:54.518Z | Compiling slog-json v2.6.1 |
877 | 2024-12-21T02:27:54.958Z | Compiling futures-executor v0.3.31 |
878 | 2024-12-21T02:27:54.977Z | Compiling async-stream-impl v0.3.6 |
879 | 2024-12-21T02:27:56.109Z | Compiling memmap v0.7.0 |
880 | 2024-12-21T02:27:56.285Z | Compiling is-terminal v0.4.13 |
881 | 2024-12-21T02:27:56.402Z | Compiling dropshot v0.13.0 |
882 | 2024-12-21T02:27:56.521Z | Compiling take_mut v0.2.2 |
883 | 2024-12-21T02:27:56.666Z | Compiling cpufeatures v0.2.14 |
884 | 2024-12-21T02:27:56.747Z | Compiling sha1 v0.10.6 |
885 | 2024-12-21T02:27:57.424Z | Compiling progenitor v0.8.0 |
886 | 2024-12-21T02:27:57.507Z | Compiling slog-term v2.9.1 |
887 | 2024-12-21T02:27:57.622Z | Compiling async-stream v0.3.6 |
888 | 2024-12-21T02:27:57.919Z | Compiling usdt v0.5.0 |
889 | 2024-12-21T02:27:59.431Z | Compiling futures v0.3.31 |
890 | 2024-12-21T02:27:59.618Z | Compiling slog-bunyan v2.5.0 |
891 | 2024-12-21T02:27:59.874Z | Compiling tokio-rustls v0.25.0 |
892 | 2024-12-21T02:28:00.125Z | Compiling toml v0.8.19 |
893 | 2024-12-21T02:28:00.287Z | Compiling strum_macros v0.26.4 |
894 | 2024-12-21T02:28:00.388Z | Compiling serde_with_macros v3.11.0 |
895 | 2024-12-21T02:28:03.009Z | Compiling parse-display-derive v0.10.0 |
896 | 2024-12-21T02:28:04.771Z | Compiling rand v0.8.5 |
897 | 2024-12-21T02:28:08.697Z | Compiling ipnetwork v0.20.0 |
898 | 2024-12-21T02:28:08.727Z | Compiling dropshot_endpoint v0.13.0 |
899 | 2024-12-21T02:28:09.323Z | Compiling serde_path_to_error v0.1.16 |
900 | 2024-12-21T02:28:09.674Z | Compiling hex v0.4.3 |
901 | 2024-12-21T02:28:10.301Z | Compiling async-trait v0.1.83 |
902 | 2024-12-21T02:28:10.336Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
903 | 2024-12-21T02:28:11.136Z | Compiling waitgroup v0.1.2 |
904 | 2024-12-21T02:28:11.359Z | Compiling hostname v0.4.0 |
905 | 2024-12-21T02:28:11.595Z | Compiling instant v0.1.13 |
906 | 2024-12-21T02:28:11.741Z | Compiling debug-ignore v1.0.5 |
907 | 2024-12-21T02:28:11.874Z | Compiling backoff v0.4.0 |
908 | 2024-12-21T02:28:12.207Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
909 | 2024-12-21T02:28:12.384Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
910 | 2024-12-21T02:28:12.541Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
911 | 2024-12-21T02:28:12.739Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
912 | 2024-12-21T02:28:13.305Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
913 | 2024-12-21T02:28:13.508Z | Compiling parse-display v0.10.0 |
914 | 2024-12-21T02:28:15.645Z | Compiling strum v0.26.3 |
915 | 2024-12-21T02:28:15.815Z | Compiling serde_with v3.11.0 |
916 | 2024-12-21T02:28:17.433Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
917 | 2024-12-21T02:28:17.989Z | Compiling regress v0.9.1 |
918 | 2024-12-21T02:28:18.205Z | Compiling macaddr v1.0.1 |
919 | 2024-12-21T02:28:23.193Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
920 | 2024-12-21T02:28:33.284Z | Compiling test-project v0.1.0 (/tmp/test-project) |
921 | 2024-12-21T02:28:42.717Z | Finished `release` profile [optimized] target(s) in 2m 32s |
922 | 2024-12-21T02:28:42.780Z | process exited: duration 228501 ms, exit code 0 |
|
923 | 2024-12-21T02:28:42.785Z | found 0 output files |