|
|
|
1 | 2024-11-01T07:35:49.293Z | job assigned to worker 01JBKABQX81X2BK19JKMESAS5G (queued for 1 m 7 s) |
|
2 | 2024-11-01T07:35:58.516Z | starting task 0: "setup" |
3 | 2024-11-01T07:35:58.525Z | ++ uname -s |
4 | 2024-11-01T07:35:58.527Z | + kern=SunOS |
5 | 2024-11-01T07:35:58.527Z | + case "$kern" in |
6 | 2024-11-01T07:35:58.527Z | + [[ 0 == 12345 ]] |
7 | 2024-11-01T07:35:58.527Z | + groupadd -g 12345 build |
8 | 2024-11-01T07:35:58.530Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-11-01T07:36:00.545Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-11-01T07:36:00.745Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-11-01T07:36:00.748Z | + home_fs=zfs |
12 | 2024-11-01T07:36:00.748Z | + [[ zfs == autofs ]] |
13 | 2024-11-01T07:36:00.748Z | + mkdir -p /home/build |
14 | 2024-11-01T07:36:00.750Z | + chown build:build /home/build /work |
15 | 2024-11-01T07:36:01.752Z | + chmod 0700 /home/build /work |
16 | 2024-11-01T07:36:01.754Z | process exited: duration 3238 ms, exit code 0 |
|
17 | 2024-11-01T07:36:01.759Z | starting task 1: "rust-toolchain" |
18 | 2024-11-01T07:36:01.765Z | + printf ' * toolchain channel = "%s" |
19 | 2024-11-01T07:36:01.765Z | ' 1.82.0 |
20 | 2024-11-01T07:36:01.765Z | * toolchain channel = "1.82.0" |
21 | 2024-11-01T07:36:01.765Z | * toolchain profile = "default" |
22 | 2024-11-01T07:36:01.767Z | + printf ' * toolchain profile = "%s" |
23 | 2024-11-01T07:36:01.767Z | ' default |
24 | 2024-11-01T07:36:01.767Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-11-01T07:36:01.767Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
26 | 2024-11-01T07:36:01.874Z | info: downloading installer |
27 | 2024-11-01T07:36:03.224Z | info: profile set to 'default' |
28 | 2024-11-01T07:36:03.224Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-11-01T07:36:03.227Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
30 | 2024-11-01T07:36:03.397Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-11-01T07:36:03.397Z | info: downloading component 'cargo' |
32 | 2024-11-01T07:36:04.340Z | info: downloading component 'clippy' |
33 | 2024-11-01T07:36:04.710Z | info: downloading component 'rust-docs' |
34 | 2024-11-01T07:36:06.048Z | info: downloading component 'rust-std' |
35 | 2024-11-01T07:36:08.140Z | info: downloading component 'rustc' |
36 | 2024-11-01T07:36:15.055Z | info: downloading component 'rustfmt' |
37 | 2024-11-01T07:36:15.378Z | info: installing component 'cargo' |
38 | 2024-11-01T07:36:16.351Z | info: installing component 'clippy' |
39 | 2024-11-01T07:36:16.871Z | info: installing component 'rust-docs' |
40 | 2024-11-01T07:36:18.702Z | info: installing component 'rust-std' |
41 | 2024-11-01T07:36:20.741Z | info: installing component 'rustc' |
42 | 2024-11-01T07:36:27.410Z | info: installing component 'rustfmt' |
43 | 2024-11-01T07:36:27.973Z | |
44 | 2024-11-01T07:36:27.973Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
45 | 2024-11-01T07:36:28.348Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-11-01T07:36:28.348Z | |
47 | 2024-11-01T07:36:28.351Z | |
48 | 2024-11-01T07:36:28.351Z | Rust is installed now. Great! |
49 | 2024-11-01T07:36:28.351Z | |
50 | 2024-11-01T07:36:28.351Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-11-01T07:36:28.351Z | environment variable. This has not been done automatically. |
52 | 2024-11-01T07:36:28.351Z | |
53 | 2024-11-01T07:36:28.351Z | To configure your current shell, you need to source |
54 | 2024-11-01T07:36:28.351Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-11-01T07:36:28.351Z | |
56 | 2024-11-01T07:36:28.352Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-11-01T07:36:28.352Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-11-01T07:36:28.352Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-11-01T07:36:28.425Z | + rustc --version |
60 | 2024-11-01T07:36:28.494Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-11-01T07:36:28.497Z | process exited: duration 26738 ms, exit code 0 |
|
62 | 2024-11-01T07:36:28.503Z | starting task 2: "authentication" |
63 | 2024-11-01T07:36:28.524Z | process exited: duration 21 ms, exit code 0 |
|
64 | 2024-11-01T07:36:28.530Z | starting task 3: "clone repository" |
65 | 2024-11-01T07:36:28.535Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-11-01T07:36:28.538Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-11-01T07:36:29.286Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-11-01T07:36:37.394Z | + cd /work/oxidecomputer/omicron |
69 | 2024-11-01T07:36:37.394Z | + git fetch origin 681a93f8cb78970e57c585b8c94fd37569e80eb2 |
70 | 2024-11-01T07:36:37.683Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-11-01T07:36:37.683Z | * branch 681a93f8cb78970e57c585b8c94fd37569e80eb2 -> FETCH_HEAD |
72 | 2024-11-01T07:36:37.693Z | + [[ -n renovate/flume-0.x ]] |
73 | 2024-11-01T07:36:37.695Z | ++ git branch --show-current |
74 | 2024-11-01T07:36:37.697Z | + current=main |
75 | 2024-11-01T07:36:37.697Z | + [[ main != renovate/flume-0.x ]] |
76 | 2024-11-01T07:36:37.697Z | + git branch -f renovate/flume-0.x 681a93f8cb78970e57c585b8c94fd37569e80eb2 |
77 | 2024-11-01T07:36:37.700Z | + git checkout -f renovate/flume-0.x |
78 | 2024-11-01T07:36:37.863Z | Switched to branch 'renovate/flume-0.x' |
79 | 2024-11-01T07:36:37.866Z | + git reset --hard 681a93f8cb78970e57c585b8c94fd37569e80eb2 |
80 | 2024-11-01T07:36:37.878Z | HEAD is now at 681a93f8c Update Rust crate flume to 0.11.1 |
81 | 2024-11-01T07:36:37.880Z | process exited: duration 9349 ms, exit code 0 |
|
82 | 2024-11-01T07:36:37.885Z | starting task 4: "build" |
83 | 2024-11-01T07:36:37.891Z | + source .github/buildomat/ci-env.sh |
84 | 2024-11-01T07:36:37.891Z | ++ export CARGO_TERM_COLOR=always |
85 | 2024-11-01T07:36:37.891Z | ++ CARGO_TERM_COLOR=always |
86 | 2024-11-01T07:36:37.891Z | + cargo --version |
87 | 2024-11-01T07:36:37.947Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
88 | 2024-11-01T07:36:37.949Z | + rustc --version |
89 | 2024-11-01T07:36:38.009Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
90 | 2024-11-01T07:36:38.011Z | + cd /tmp |
91 | 2024-11-01T07:36:38.013Z | + cargo new --lib test-project |
92 | 2024-11-01T07:36:38.067Z | Creating library `test-project` package |
93 | 2024-11-01T07:36:38.149Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
94 | 2024-11-01T07:36:38.152Z | + cd test-project |
95 | 2024-11-01T07:36:38.152Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
96 | 2024-11-01T07:36:38.210Z | Adding omicron-common (local) to dependencies |
97 | 2024-11-01T07:36:38.210Z | Features: |
98 | 2024-11-01T07:36:38.210Z | - proptest |
99 | 2024-11-01T07:36:38.210Z | - test-strategy |
100 | 2024-11-01T07:36:38.210Z | - testing |
101 | 2024-11-01T07:36:38.212Z | Updating crates.io index |
102 | 2024-11-01T07:36:38.264Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
103 | 2024-11-01T07:36:39.043Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2024-11-01T07:36:39.468Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
105 | 2024-11-01T07:36:39.788Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
106 | 2024-11-01T07:36:40.962Z | Locking 301 packages to latest compatible versions |
107 | 2024-11-01T07:36:40.966Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
108 | 2024-11-01T07:36:40.966Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
109 | 2024-11-01T07:36:40.966Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
110 | 2024-11-01T07:36:40.966Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
111 | 2024-11-01T07:36:40.966Z | Adding goblin v0.8.2 (latest: v0.9.2) |
112 | 2024-11-01T07:36:40.966Z | Adding hashbrown v0.12.3 (latest: v0.15.0) |
113 | 2024-11-01T07:36:40.966Z | Adding hashbrown v0.14.5 (latest: v0.15.0) |
114 | 2024-11-01T07:36:40.966Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
115 | 2024-11-01T07:36:40.966Z | Adding hostname v0.3.1 (latest: v0.4.0) |
116 | 2024-11-01T07:36:40.969Z | Adding idna v0.5.0 (latest: v1.0.2) |
117 | 2024-11-01T07:36:40.969Z | Adding indexmap v1.9.3 (latest: v2.6.0) |
118 | 2024-11-01T07:36:40.969Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
119 | 2024-11-01T07:36:40.972Z | Adding regress v0.9.1 (latest: v0.10.1) |
120 | 2024-11-01T07:36:40.977Z | Adding rustls v0.22.4 (latest: v0.23.16) |
121 | 2024-11-01T07:36:40.980Z | Adding security-framework v2.11.1 (latest: v3.0.0) |
122 | 2024-11-01T07:36:40.983Z | Adding term v0.7.0 (latest: v1.0.0) |
123 | 2024-11-01T07:36:40.983Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
124 | 2024-11-01T07:36:40.983Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
125 | 2024-11-01T07:36:40.986Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
126 | 2024-11-01T07:36:40.986Z | Adding windows v0.52.0 (latest: v0.58.0) |
127 | 2024-11-01T07:36:40.986Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
128 | 2024-11-01T07:36:40.986Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
129 | 2024-11-01T07:36:40.986Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
130 | 2024-11-01T07:36:40.986Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
131 | 2024-11-01T07:36:40.991Z | Adding zerocopy v0.7.35 (latest: v0.8.8) |
132 | 2024-11-01T07:36:40.991Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.8) |
133 | 2024-11-01T07:36:41.059Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
134 | 2024-11-01T07:36:41.062Z | + cargo check |
135 | 2024-11-01T07:36:41.218Z | Updating crates.io index |
136 | 2024-11-01T07:36:41.954Z | Locking 2 packages to latest compatible versions |
137 | 2024-11-01T07:36:45.101Z | Adding omicron-workspace-hack v0.1.0 |
138 | 2024-11-01T07:36:47.108Z | Adding test-project v0.1.0 (/tmp/test-project) |
139 | 2024-11-01T07:36:47.829Z | Downloading crates ... |
140 | 2024-11-01T07:36:47.864Z | Downloaded darling_macro v0.20.10 |
141 | 2024-11-01T07:36:47.881Z | Downloaded instant v0.1.13 |
142 | 2024-11-01T07:36:47.886Z | Downloaded foreign-types v0.3.2 |
143 | 2024-11-01T07:36:47.894Z | Downloaded dtrace-parser v0.2.0 |
144 | 2024-11-01T07:36:47.898Z | Downloaded equivalent v1.0.1 |
145 | 2024-11-01T07:36:47.903Z | Downloaded digest v0.10.7 |
146 | 2024-11-01T07:36:47.903Z | Downloaded crypto-common v0.1.6 |
147 | 2024-11-01T07:36:47.906Z | Downloaded futures-executor v0.3.31 |
148 | 2024-11-01T07:36:47.906Z | Downloaded want v0.3.1 |
149 | 2024-11-01T07:36:47.906Z | Downloaded dirs-sys-next v0.1.2 |
150 | 2024-11-01T07:36:47.906Z | Downloaded parse-display-derive v0.10.0 |
151 | 2024-11-01T07:36:47.914Z | Downloaded memmap v0.7.0 |
152 | 2024-11-01T07:36:47.914Z | Downloaded cfg-if v1.0.0 |
153 | 2024-11-01T07:36:47.914Z | Downloaded heck v0.5.0 |
154 | 2024-11-01T07:36:47.914Z | Downloaded ucd-trie v0.1.7 |
155 | 2024-11-01T07:36:47.921Z | Downloaded macaddr v1.0.1 |
156 | 2024-11-01T07:36:47.921Z | Downloaded ipnetwork v0.20.0 |
157 | 2024-11-01T07:36:47.921Z | Downloaded hostname v0.4.0 |
158 | 2024-11-01T07:36:47.925Z | Downloaded futures-sink v0.3.31 |
159 | 2024-11-01T07:36:47.925Z | Downloaded http-body-util v0.1.2 |
160 | 2024-11-01T07:36:47.928Z | Downloaded backoff v0.4.0 |
161 | 2024-11-01T07:36:47.928Z | Downloaded async-trait v0.1.83 |
162 | 2024-11-01T07:36:47.933Z | Downloaded bitflags v2.6.0 |
163 | 2024-11-01T07:36:47.936Z | Downloaded usdt-impl v0.5.0 |
164 | 2024-11-01T07:36:47.938Z | Downloaded zeroize v1.8.1 |
165 | 2024-11-01T07:36:47.938Z | Downloaded once_cell v1.20.2 |
166 | 2024-11-01T07:36:47.942Z | Downloaded toml_datetime v0.6.8 |
167 | 2024-11-01T07:36:47.945Z | Downloaded rustversion v1.0.17 |
168 | 2024-11-01T07:36:47.948Z | Downloaded dropshot_endpoint v0.12.0 |
169 | 2024-11-01T07:36:47.951Z | Downloaded rand_chacha v0.3.1 |
170 | 2024-11-01T07:36:47.951Z | Downloaded ahash v0.8.11 |
171 | 2024-11-01T07:36:47.954Z | Downloaded version_check v0.9.5 |
172 | 2024-11-01T07:36:47.954Z | Downloaded num-traits v0.2.19 |
173 | 2024-11-01T07:36:47.958Z | Downloaded serde_tokenstream v0.2.2 |
174 | 2024-11-01T07:36:47.963Z | Downloaded async-stream-impl v0.3.6 |
175 | 2024-11-01T07:36:47.963Z | Downloaded slog-async v2.8.0 |
176 | 2024-11-01T07:36:47.966Z | Downloaded sha1 v0.10.6 |
177 | 2024-11-01T07:36:47.966Z | Downloaded slog-json v2.6.1 |
178 | 2024-11-01T07:36:47.966Z | Downloaded time-core v0.1.2 |
179 | 2024-11-01T07:36:47.969Z | Downloaded signal-hook-registry v1.4.2 |
180 | 2024-11-01T07:36:47.969Z | Downloaded pkg-config v0.3.31 |
181 | 2024-11-01T07:36:47.969Z | Downloaded pest_derive v2.7.14 |
182 | 2024-11-01T07:36:47.971Z | Downloaded progenitor v0.8.0 |
183 | 2024-11-01T07:36:47.980Z | Downloaded foreign-types-shared v0.1.1 |
184 | 2024-11-01T07:36:47.980Z | Downloaded rustls-pemfile v2.2.0 |
185 | 2024-11-01T07:36:47.983Z | Downloaded try-lock v0.2.5 |
186 | 2024-11-01T07:36:47.983Z | Downloaded http-body v1.0.1 |
187 | 2024-11-01T07:36:47.983Z | Downloaded typify v0.2.0 |
188 | 2024-11-01T07:36:47.983Z | Downloaded scroll v0.12.0 |
189 | 2024-11-01T07:36:47.983Z | Downloaded serde_with_macros v3.11.0 |
190 | 2024-11-01T07:36:48.011Z | Downloaded progenitor-impl v0.8.0 |
191 | 2024-11-01T07:36:48.011Z | Downloaded parking_lot v0.12.3 |
192 | 2024-11-01T07:36:48.016Z | Downloaded ident_case v1.0.1 |
193 | 2024-11-01T07:36:48.016Z | Downloaded byteorder v1.5.0 |
194 | 2024-11-01T07:36:48.016Z | Downloaded match_cfg v0.1.0 |
195 | 2024-11-01T07:36:48.016Z | Downloaded pest_meta v2.7.14 |
196 | 2024-11-01T07:36:48.016Z | Downloaded futures v0.3.31 |
197 | 2024-11-01T07:36:48.016Z | Downloaded omicron-workspace-hack v0.1.0 |
198 | 2024-11-01T07:36:48.016Z | Downloaded openssl-probe v0.1.5 |
199 | 2024-11-01T07:36:48.016Z | Downloaded schemars v0.8.21 |
200 | 2024-11-01T07:36:48.027Z | Downloaded take_mut v0.2.2 |
201 | 2024-11-01T07:36:48.028Z | Downloaded strum v0.26.3 |
202 | 2024-11-01T07:36:48.028Z | Downloaded tower-service v0.3.3 |
203 | 2024-11-01T07:36:48.028Z | Downloaded atomic-waker v1.1.2 |
204 | 2024-11-01T07:36:48.028Z | Downloaded sync_wrapper v1.0.1 |
205 | 2024-11-01T07:36:48.028Z | Downloaded usdt-attr-macro v0.5.0 |
206 | 2024-11-01T07:36:48.028Z | Downloaded deranged v0.3.11 |
207 | 2024-11-01T07:36:48.028Z | Downloaded progenitor-client v0.8.0 |
208 | 2024-11-01T07:36:48.036Z | Downloaded typify-macro v0.2.0 |
209 | 2024-11-01T07:36:48.037Z | Downloaded futures-task v0.3.31 |
210 | 2024-11-01T07:36:48.037Z | Downloaded futures-macro v0.3.31 |
211 | 2024-11-01T07:36:48.037Z | Downloaded futures-core v0.3.31 |
212 | 2024-11-01T07:36:48.037Z | Downloaded fnv v1.0.7 |
213 | 2024-11-01T07:36:48.037Z | Downloaded hex v0.4.3 |
214 | 2024-11-01T07:36:48.037Z | Downloaded dyn-clone v1.0.17 |
215 | 2024-11-01T07:36:48.038Z | Downloaded dof v0.3.0 |
216 | 2024-11-01T07:36:48.038Z | Downloaded camino v1.1.9 |
217 | 2024-11-01T07:36:48.038Z | Downloaded waitgroup v0.1.2 |
218 | 2024-11-01T07:36:48.048Z | Downloaded bytes v1.7.2 |
219 | 2024-11-01T07:36:48.048Z | Downloaded scroll_derive v0.12.0 |
220 | 2024-11-01T07:36:48.048Z | Downloaded form_urlencoded v1.2.1 |
221 | 2024-11-01T07:36:48.048Z | Downloaded tinyvec_macros v0.1.1 |
222 | 2024-11-01T07:36:48.049Z | Downloaded itoa v1.0.11 |
223 | 2024-11-01T07:36:48.058Z | Downloaded is-terminal v0.4.13 |
224 | 2024-11-01T07:36:48.058Z | Downloaded hyper-tls v0.6.0 |
225 | 2024-11-01T07:36:48.058Z | Downloaded httpdate v1.0.3 |
226 | 2024-11-01T07:36:48.058Z | Downloaded hostname v0.3.1 |
227 | 2024-11-01T07:36:48.058Z | Downloaded mime v0.3.17 |
228 | 2024-11-01T07:36:48.058Z | Downloaded serde v1.0.210 |
229 | 2024-11-01T07:36:48.058Z | Downloaded quinn v0.11.5 |
230 | 2024-11-01T07:36:48.062Z | Downloaded untrusted v0.9.0 |
231 | 2024-11-01T07:36:48.062Z | Downloaded newtype-uuid v1.1.2 |
232 | 2024-11-01T07:36:48.062Z | Downloaded strsim v0.11.1 |
233 | 2024-11-01T07:36:48.066Z | Downloaded subtle v2.6.1 |
234 | 2024-11-01T07:36:48.066Z | Downloaded rand_core v0.6.4 |
235 | 2024-11-01T07:36:48.066Z | Downloaded usdt v0.5.0 |
236 | 2024-11-01T07:36:48.066Z | Downloaded pest_generator v2.7.14 |
237 | 2024-11-01T07:36:48.074Z | Downloaded darling v0.20.10 |
238 | 2024-11-01T07:36:48.081Z | Downloaded structmeta v0.3.0 |
239 | 2024-11-01T07:36:48.081Z | Downloaded tokio-native-tls v0.3.1 |
240 | 2024-11-01T07:36:48.081Z | Downloaded paste v1.0.15 |
241 | 2024-11-01T07:36:48.081Z | Downloaded httparse v1.9.5 |
242 | 2024-11-01T07:36:48.081Z | Downloaded thread-id v4.2.2 |
243 | 2024-11-01T07:36:48.088Z | Downloaded structmeta-derive v0.3.0 |
244 | 2024-11-01T07:36:48.088Z | Downloaded serde_urlencoded v0.7.1 |
245 | 2024-11-01T07:36:48.088Z | Downloaded serde_path_to_error v0.1.16 |
246 | 2024-11-01T07:36:48.101Z | Downloaded futures-channel v0.3.31 |
247 | 2024-11-01T07:36:48.101Z | Downloaded powerfmt v0.2.0 |
248 | 2024-11-01T07:36:48.101Z | Downloaded zerocopy-derive v0.7.35 |
249 | 2024-11-01T07:36:48.101Z | Downloaded strum_macros v0.26.4 |
250 | 2024-11-01T07:36:48.101Z | Downloaded thiserror v1.0.64 |
251 | 2024-11-01T07:36:48.106Z | Downloaded generic-array v0.14.7 |
252 | 2024-11-01T07:36:48.106Z | Downloaded scopeguard v1.2.0 |
253 | 2024-11-01T07:36:48.106Z | Downloaded thread_local v1.1.8 |
254 | 2024-11-01T07:36:48.106Z | Downloaded slog-bunyan v2.5.0 |
255 | 2024-11-01T07:36:48.106Z | Downloaded slab v0.4.9 |
256 | 2024-11-01T07:36:48.113Z | Downloaded shlex v1.3.0 |
257 | 2024-11-01T07:36:48.113Z | Downloaded pretty-hex v0.4.1 |
258 | 2024-11-01T07:36:48.114Z | Downloaded ipnet v2.10.1 |
259 | 2024-11-01T07:36:48.114Z | Downloaded smallvec v1.13.2 |
260 | 2024-11-01T07:36:48.114Z | Downloaded thiserror-impl v1.0.64 |
261 | 2024-11-01T07:36:48.121Z | Downloaded tokio-macros v2.4.0 |
262 | 2024-11-01T07:36:48.121Z | Downloaded crossbeam-utils v0.8.20 |
263 | 2024-11-01T07:36:48.121Z | Downloaded iana-time-zone v0.1.61 |
264 | 2024-11-01T07:36:48.126Z | Downloaded time-macros v0.2.18 |
265 | 2024-11-01T07:36:48.126Z | Downloaded sha2 v0.10.8 |
266 | 2024-11-01T07:36:48.126Z | Downloaded plain v0.2.3 |
267 | 2024-11-01T07:36:48.126Z | Downloaded progenitor-macro v0.8.0 |
268 | 2024-11-01T07:36:48.141Z | Downloaded tokio-rustls v0.26.0 |
269 | 2024-11-01T07:36:48.141Z | Downloaded typenum v1.17.0 |
270 | 2024-11-01T07:36:48.141Z | Downloaded allocator-api2 v0.2.18 |
271 | 2024-11-01T07:36:48.146Z | Downloaded term v0.7.0 |
272 | 2024-11-01T07:36:48.146Z | Downloaded log v0.4.22 |
273 | 2024-11-01T07:36:48.146Z | Downloaded indexmap v1.9.3 |
274 | 2024-11-01T07:36:48.146Z | Downloaded pin-project-lite v0.2.14 |
275 | 2024-11-01T07:36:48.152Z | Downloaded socket2 v0.5.7 |
276 | 2024-11-01T07:36:48.153Z | Downloaded semver v1.0.23 |
277 | 2024-11-01T07:36:48.162Z | Downloaded tokio-rustls v0.25.0 |
278 | 2024-11-01T07:36:48.162Z | Downloaded parking_lot_core v0.9.10 |
279 | 2024-11-01T07:36:48.162Z | Downloaded darling_core v0.20.10 |
280 | 2024-11-01T07:36:48.167Z | Downloaded slog-term v2.9.1 |
281 | 2024-11-01T07:36:48.167Z | Downloaded base64 v0.22.1 |
282 | 2024-11-01T07:36:48.173Z | Downloaded lock_api v0.4.12 |
283 | 2024-11-01T07:36:48.174Z | Downloaded toml v0.8.19 |
284 | 2024-11-01T07:36:48.181Z | Downloaded cc v1.1.30 |
285 | 2024-11-01T07:36:48.181Z | Downloaded hyper-util v0.1.9 |
286 | 2024-11-01T07:36:48.181Z | Downloaded quote v1.0.37 |
287 | 2024-11-01T07:36:48.187Z | Downloaded serde_derive_internals v0.29.1 |
288 | 2024-11-01T07:36:48.188Z | Downloaded proc-macro2 v1.0.87 |
289 | 2024-11-01T07:36:48.188Z | Downloaded serde_derive v1.0.210 |
290 | 2024-11-01T07:36:48.194Z | Downloaded rustls-pki-types v1.9.0 |
291 | 2024-11-01T07:36:48.200Z | Downloaded hyper-rustls v0.27.3 |
292 | 2024-11-01T07:36:48.200Z | Downloaded hyper v1.4.1 |
293 | 2024-11-01T07:36:48.204Z | Downloaded tinyvec v1.8.0 |
294 | 2024-11-01T07:36:48.207Z | Downloaded unicode-ident v1.0.13 |
295 | 2024-11-01T07:36:48.207Z | Downloaded memchr v2.7.4 |
296 | 2024-11-01T07:36:48.213Z | Downloaded tracing v0.1.40 |
297 | 2024-11-01T07:36:48.218Z | Downloaded uuid v1.10.0 |
298 | 2024-11-01T07:36:48.221Z | Downloaded ryu v1.0.18 |
299 | 2024-11-01T07:36:48.223Z | Downloaded unicode-bidi v0.3.17 |
300 | 2024-11-01T07:36:48.226Z | Downloaded serde_yaml v0.9.34+deprecated |
301 | 2024-11-01T07:36:48.229Z | Downloaded futures-util v0.3.31 |
302 | 2024-11-01T07:36:48.241Z | Downloaded tokio-util v0.7.12 |
303 | 2024-11-01T07:36:48.247Z | Downloaded hashbrown v0.15.0 |
304 | 2024-11-01T07:36:48.252Z | Downloaded spin v0.9.8 |
305 | 2024-11-01T07:36:48.254Z | Downloaded time v0.3.36 |
306 | 2024-11-01T07:36:48.263Z | Downloaded rand v0.8.5 |
307 | 2024-11-01T07:36:48.271Z | Downloaded tracing-core v0.1.32 |
308 | 2024-11-01T07:36:48.271Z | Downloaded goblin v0.8.2 |
309 | 2024-11-01T07:36:48.274Z | Downloaded indexmap v2.6.0 |
310 | 2024-11-01T07:36:48.278Z | Downloaded http v1.1.0 |
311 | 2024-11-01T07:36:48.281Z | Downloaded serde_json v1.0.128 |
312 | 2024-11-01T07:36:48.290Z | Downloaded h2 v0.4.6 |
313 | 2024-11-01T07:36:48.296Z | Downloaded toml_edit v0.22.22 |
314 | 2024-11-01T07:36:48.317Z | Downloaded idna v0.5.0 |
315 | 2024-11-01T07:36:48.323Z | Downloaded chrono v0.4.38 |
316 | 2024-11-01T07:36:48.330Z | Downloaded pest v2.7.14 |
317 | 2024-11-01T07:36:48.335Z | Downloaded winnow v0.6.20 |
318 | 2024-11-01T07:36:48.344Z | Downloaded zerocopy v0.7.35 |
319 | 2024-11-01T07:36:48.359Z | Downloaded serde_with v3.11.0 |
320 | 2024-11-01T07:36:48.367Z | Downloaded syn v2.0.79 |
321 | 2024-11-01T07:36:48.379Z | Downloaded openssl v0.10.66 |
322 | 2024-11-01T07:36:48.386Z | Downloaded dropshot v0.12.0 |
323 | 2024-11-01T07:36:48.406Z | Downloaded reqwest v0.12.8 |
324 | 2024-11-01T07:36:48.412Z | Downloaded hashbrown v0.14.5 |
325 | 2024-11-01T07:36:48.417Z | Downloaded slog v2.7.0 |
326 | 2024-11-01T07:36:48.420Z | Downloaded quinn-proto v0.11.8 |
327 | 2024-11-01T07:36:48.428Z | Downloaded rustls-webpki v0.102.8 |
328 | 2024-11-01T07:36:48.443Z | Downloaded openapiv3 v2.0.0 |
329 | 2024-11-01T07:36:48.460Z | Downloaded vcpkg v0.2.15 |
330 | 2024-11-01T07:36:48.491Z | Downloaded regex v1.11.0 |
331 | 2024-11-01T07:36:48.502Z | Downloaded regress v0.10.1 |
332 | 2024-11-01T07:36:48.510Z | Downloaded webpki-roots v0.26.6 |
333 | 2024-11-01T07:36:48.515Z | Downloaded openssl-sys v0.9.103 |
334 | 2024-11-01T07:36:48.524Z | Downloaded unsafe-libyaml v0.2.11 |
335 | 2024-11-01T07:36:48.524Z | Downloaded hashbrown v0.12.3 |
336 | 2024-11-01T07:36:48.527Z | Downloaded serde_spanned v0.6.8 |
337 | 2024-11-01T07:36:48.527Z | Downloaded schemars_derive v0.8.21 |
338 | 2024-11-01T07:36:48.531Z | Downloaded parse-display v0.10.0 |
339 | 2024-11-01T07:36:48.531Z | Downloaded multer v3.1.0 |
340 | 2024-11-01T07:36:48.535Z | Downloaded mio v1.0.2 |
341 | 2024-11-01T07:36:48.547Z | Downloaded regress v0.9.1 |
342 | 2024-11-01T07:36:48.570Z | Downloaded regex-syntax v0.8.5 |
343 | 2024-11-01T07:36:48.571Z | Downloaded rustls v0.23.14 |
344 | 2024-11-01T07:36:48.577Z | Downloaded rustls v0.22.4 |
345 | 2024-11-01T07:36:48.584Z | Downloaded getrandom v0.2.15 |
346 | 2024-11-01T07:36:48.584Z | Downloaded libc v0.2.161 |
347 | 2024-11-01T07:36:48.604Z | Downloaded unicode-normalization v0.1.24 |
348 | 2024-11-01T07:36:48.608Z | Downloaded typify-impl v0.2.0 |
349 | 2024-11-01T07:36:48.620Z | Downloaded pin-utils v0.1.0 |
350 | 2024-11-01T07:36:48.623Z | Downloaded openssl-macros v0.1.1 |
351 | 2024-11-01T07:36:48.623Z | Downloaded url v2.5.2 |
352 | 2024-11-01T07:36:48.628Z | Downloaded debug-ignore v1.0.5 |
353 | 2024-11-01T07:36:48.631Z | Downloaded aho-corasick v1.1.3 |
354 | 2024-11-01T07:36:48.636Z | Downloaded tokio v1.40.0 |
355 | 2024-11-01T07:36:48.666Z | Downloaded crossbeam-channel v0.5.13 |
356 | 2024-11-01T07:36:48.670Z | Downloaded cpufeatures v0.2.14 |
357 | 2024-11-01T07:36:48.674Z | Downloaded autocfg v1.4.0 |
358 | 2024-11-01T07:36:48.676Z | Downloaded regex-automata v0.4.8 |
359 | 2024-11-01T07:36:48.688Z | Downloaded futures-io v0.3.31 |
360 | 2024-11-01T07:36:48.690Z | Downloaded dirs-next v2.0.0 |
361 | 2024-11-01T07:36:48.690Z | Downloaded usdt-macro v0.5.0 |
362 | 2024-11-01T07:36:48.690Z | Downloaded num_threads v0.1.7 |
363 | 2024-11-01T07:36:48.693Z | Downloaded num-conv v0.1.0 |
364 | 2024-11-01T07:36:48.693Z | Downloaded block-buffer v0.10.4 |
365 | 2024-11-01T07:36:48.696Z | Downloaded async-stream v0.3.6 |
366 | 2024-11-01T07:36:48.696Z | Downloaded rustc-hash v2.0.0 |
367 | 2024-11-01T07:36:48.699Z | Downloaded quinn-udp v0.5.5 |
368 | 2024-11-01T07:36:48.699Z | Downloaded ppv-lite86 v0.2.20 |
369 | 2024-11-01T07:36:48.699Z | Downloaded percent-encoding v2.3.1 |
370 | 2024-11-01T07:36:48.699Z | Downloaded anyhow v1.0.92 |
371 | 2024-11-01T07:36:48.702Z | Downloaded native-tls v0.2.12 |
372 | 2024-11-01T07:36:48.730Z | Downloaded encoding_rs v0.8.34 |
373 | 2024-11-01T07:36:48.988Z | Downloaded ring v0.17.8 |
374 | 2024-11-01T07:36:49.395Z | Compiling proc-macro2 v1.0.87 |
375 | 2024-11-01T07:36:49.395Z | Compiling unicode-ident v1.0.13 |
376 | 2024-11-01T07:36:49.397Z | Compiling libc v0.2.161 |
377 | 2024-11-01T07:36:49.397Z | Checking cfg-if v1.0.0 |
378 | 2024-11-01T07:36:49.398Z | Compiling autocfg v1.4.0 |
379 | 2024-11-01T07:36:49.398Z | Compiling serde v1.0.210 |
380 | 2024-11-01T07:36:49.398Z | Compiling version_check v0.9.5 |
381 | 2024-11-01T07:36:49.419Z | Checking memchr v2.7.4 |
382 | 2024-11-01T07:36:49.523Z | Checking itoa v1.0.11 |
383 | 2024-11-01T07:36:49.647Z | Compiling serde_json v1.0.128 |
384 | 2024-11-01T07:36:50.028Z | Compiling thiserror v1.0.64 |
385 | 2024-11-01T07:36:50.193Z | Checking once_cell v1.20.2 |
386 | 2024-11-01T07:36:50.232Z | Compiling shlex v1.3.0 |
387 | 2024-11-01T07:36:50.416Z | Compiling cc v1.1.30 |
388 | 2024-11-01T07:36:50.748Z | Checking pin-project-lite v0.2.14 |
389 | 2024-11-01T07:36:51.091Z | Compiling num-traits v0.2.19 |
390 | 2024-11-01T07:36:51.869Z | Checking ryu v1.0.18 |
391 | 2024-11-01T07:36:51.952Z | Checking bytes v1.7.2 |
392 | 2024-11-01T07:36:52.037Z | Checking futures-core v0.3.31 |
393 | 2024-11-01T07:36:52.084Z | Compiling lock_api v0.4.12 |
394 | 2024-11-01T07:36:52.184Z | Compiling byteorder v1.5.0 |
395 | 2024-11-01T07:36:52.220Z | Compiling parking_lot_core v0.9.10 |
396 | 2024-11-01T07:36:52.469Z | Compiling ahash v0.8.11 |
397 | 2024-11-01T07:36:52.555Z | Compiling schemars v0.8.21 |
398 | 2024-11-01T07:36:52.627Z | Checking getrandom v0.2.15 |
399 | 2024-11-01T07:36:52.645Z | Checking smallvec v1.13.2 |
400 | 2024-11-01T07:36:52.730Z | Checking scopeguard v1.2.0 |
401 | 2024-11-01T07:36:52.750Z | Compiling slab v0.4.9 |
402 | 2024-11-01T07:36:52.873Z | Checking futures-sink v0.3.31 |
403 | 2024-11-01T07:36:52.973Z | Compiling quote v1.0.37 |
404 | 2024-11-01T07:36:52.990Z | Checking log v0.4.22 |
405 | 2024-11-01T07:36:53.016Z | Checking socket2 v0.5.7 |
406 | 2024-11-01T07:36:53.050Z | Checking signal-hook-registry v1.4.2 |
407 | 2024-11-01T07:36:53.263Z | Checking mio v1.0.2 |
408 | 2024-11-01T07:36:53.310Z | Compiling syn v2.0.79 |
409 | 2024-11-01T07:36:53.328Z | Compiling ring v0.17.8 |
410 | 2024-11-01T07:36:53.345Z | Checking parking_lot v0.12.3 |
411 | 2024-11-01T07:36:53.495Z | Checking equivalent v1.0.1 |
412 | 2024-11-01T07:36:53.552Z | Checking fnv v1.0.7 |
413 | 2024-11-01T07:36:53.602Z | Checking hashbrown v0.15.0 |
414 | 2024-11-01T07:36:53.620Z | Checking futures-channel v0.3.31 |
415 | 2024-11-01T07:36:53.637Z | Checking futures-task v0.3.31 |
416 | 2024-11-01T07:36:53.669Z | Checking http v1.1.0 |
417 | 2024-11-01T07:36:53.689Z | Checking pin-utils v0.1.0 |
418 | 2024-11-01T07:36:53.780Z | Checking futures-io v0.3.31 |
419 | 2024-11-01T07:36:53.854Z | Compiling pkg-config v0.3.31 |
420 | 2024-11-01T07:36:53.877Z | Checking spin v0.9.8 |
421 | 2024-11-01T07:36:53.967Z | Checking rustls-pki-types v1.9.0 |
422 | 2024-11-01T07:36:53.984Z | Compiling vcpkg v0.2.15 |
423 | 2024-11-01T07:36:54.094Z | Compiling semver v1.0.23 |
424 | 2024-11-01T07:36:54.564Z | Compiling heck v0.5.0 |
425 | 2024-11-01T07:36:54.644Z | Checking iana-time-zone v0.1.61 |
426 | 2024-11-01T07:36:54.794Z | Compiling ucd-trie v0.1.7 |
427 | 2024-11-01T07:36:54.932Z | Checking untrusted v0.9.0 |
428 | 2024-11-01T07:36:55.016Z | Compiling httparse v1.9.5 |
429 | 2024-11-01T07:36:55.082Z | Checking tracing-core v0.1.32 |
430 | 2024-11-01T07:36:55.253Z | Checking dyn-clone v1.0.17 |
431 | 2024-11-01T07:36:55.428Z | Compiling openssl-sys v0.9.103 |
432 | 2024-11-01T07:36:55.520Z | Compiling allocator-api2 v0.2.18 |
433 | 2024-11-01T07:36:55.733Z | Checking atomic-waker v1.1.2 |
434 | 2024-11-01T07:36:55.860Z | Checking tracing v0.1.40 |
435 | 2024-11-01T07:36:56.132Z | Checking http-body v1.0.1 |
436 | 2024-11-01T07:36:56.150Z | Checking zeroize v1.8.1 |
437 | 2024-11-01T07:36:56.307Z | Checking try-lock v0.2.5 |
438 | 2024-11-01T07:36:56.326Z | Compiling uuid v1.10.0 |
439 | 2024-11-01T07:36:56.430Z | Checking subtle v2.6.1 |
440 | 2024-11-01T07:36:56.549Z | Checking want v0.3.1 |
441 | 2024-11-01T07:36:56.634Z | Compiling chrono v0.4.38 |
442 | 2024-11-01T07:36:56.706Z | Checking foreign-types-shared v0.1.1 |
443 | 2024-11-01T07:36:56.725Z | Checking httpdate v1.0.3 |
444 | 2024-11-01T07:36:56.792Z | Compiling slog v2.7.0 |
445 | 2024-11-01T07:36:56.837Z | Compiling openssl v0.10.66 |
446 | 2024-11-01T07:36:57.139Z | Checking foreign-types v0.3.2 |
447 | 2024-11-01T07:36:57.206Z | Compiling aho-corasick v1.1.3 |
448 | 2024-11-01T07:36:57.225Z | Compiling regex-syntax v0.8.5 |
449 | 2024-11-01T07:36:57.306Z | Checking tinyvec_macros v0.1.1 |
450 | 2024-11-01T07:36:57.391Z | Compiling native-tls v0.2.12 |
451 | 2024-11-01T07:36:57.763Z | Compiling typenum v1.17.0 |
452 | 2024-11-01T07:36:58.171Z | Checking tower-service v0.3.3 |
453 | 2024-11-01T07:36:58.264Z | Checking percent-encoding v2.3.1 |
454 | 2024-11-01T07:36:58.434Z | Checking bitflags v2.6.0 |
455 | 2024-11-01T07:36:58.502Z | Compiling rustls v0.23.14 |
456 | 2024-11-01T07:36:58.828Z | Checking form_urlencoded v1.2.1 |
457 | 2024-11-01T07:36:58.976Z | Checking tinyvec v1.8.0 |
458 | 2024-11-01T07:36:59.744Z | Compiling serde_derive_internals v0.29.1 |
459 | 2024-11-01T07:37:00.265Z | Compiling regex-automata v0.4.8 |
460 | 2024-11-01T07:37:00.378Z | Compiling generic-array v0.14.7 |
461 | 2024-11-01T07:37:01.245Z | Checking openssl-probe v0.1.5 |
462 | 2024-11-01T07:37:01.448Z | Checking unicode-normalization v0.1.24 |
463 | 2024-11-01T07:37:02.103Z | Compiling usdt-impl v0.5.0 |
464 | 2024-11-01T07:37:02.244Z | Checking encoding_rs v0.8.34 |
465 | 2024-11-01T07:37:02.477Z | Checking powerfmt v0.2.0 |
466 | 2024-11-01T07:37:02.723Z | Compiling num-conv v0.1.0 |
467 | 2024-11-01T07:37:02.776Z | Checking mime v0.3.17 |
468 | 2024-11-01T07:37:03.010Z | Compiling time-core v0.1.2 |
469 | 2024-11-01T07:37:03.069Z | Checking unicode-bidi v0.3.17 |
470 | 2024-11-01T07:37:03.163Z | Compiling time-macros v0.2.18 |
471 | 2024-11-01T07:37:03.453Z | Compiling serde_derive v1.0.210 |
472 | 2024-11-01T07:37:03.591Z | Compiling zerocopy-derive v0.7.35 |
473 | 2024-11-01T07:37:03.656Z | Compiling thiserror-impl v1.0.64 |
474 | 2024-11-01T07:37:04.185Z | Compiling schemars_derive v0.8.21 |
475 | 2024-11-01T07:37:05.565Z | Compiling tokio-macros v2.4.0 |
476 | 2024-11-01T07:37:05.903Z | Compiling futures-macro v0.3.31 |
477 | 2024-11-01T07:37:06.033Z | Compiling zerocopy v0.7.35 |
478 | 2024-11-01T07:37:06.813Z | Compiling pest v2.7.14 |
479 | 2024-11-01T07:37:06.897Z | Checking tokio v1.40.0 |
480 | 2024-11-01T07:37:07.068Z | Compiling openssl-macros v0.1.1 |
481 | 2024-11-01T07:37:07.593Z | Checking futures-util v0.3.31 |
482 | 2024-11-01T07:37:07.931Z | Compiling hashbrown v0.14.5 |
483 | 2024-11-01T07:37:08.960Z | Compiling regex v1.11.0 |
484 | 2024-11-01T07:37:09.154Z | Compiling pest_meta v2.7.14 |
485 | 2024-11-01T07:37:09.328Z | Compiling regress v0.10.1 |
486 | 2024-11-01T07:37:09.935Z | Compiling scroll_derive v0.12.0 |
487 | 2024-11-01T07:37:12.385Z | Compiling pest_generator v2.7.14 |
488 | 2024-11-01T07:37:12.899Z | Checking http-body-util v0.1.2 |
489 | 2024-11-01T07:37:13.330Z | Checking scroll v0.12.0 |
490 | 2024-11-01T07:37:13.493Z | Checking rustls-webpki v0.102.8 |
491 | 2024-11-01T07:37:13.701Z | Checking tokio-util v0.7.12 |
492 | 2024-11-01T07:37:13.820Z | Checking tokio-native-tls v0.3.1 |
493 | 2024-11-01T07:37:13.985Z | Compiling pest_derive v2.7.14 |
494 | 2024-11-01T07:37:14.047Z | Checking idna v0.5.0 |
495 | 2024-11-01T07:37:14.805Z | Compiling dtrace-parser v0.2.0 |
496 | 2024-11-01T07:37:14.884Z | Checking deranged v0.3.11 |
497 | 2024-11-01T07:37:15.725Z | Checking indexmap v2.6.0 |
498 | 2024-11-01T07:37:16.698Z | Checking serde_urlencoded v0.7.1 |
499 | 2024-11-01T07:37:17.009Z | Compiling serde_tokenstream v0.2.2 |
500 | 2024-11-01T07:37:17.038Z | Checking h2 v0.4.6 |
501 | 2024-11-01T07:37:17.536Z | Compiling thread-id v4.2.2 |
502 | 2024-11-01T07:37:17.716Z | Checking webpki-roots v0.26.6 |
503 | 2024-11-01T07:37:17.748Z | Checking rustls-pemfile v2.2.0 |
504 | 2024-11-01T07:37:17.793Z | Checking base64 v0.22.1 |
505 | 2024-11-01T07:37:17.917Z | Checking num_threads v0.1.7 |
506 | 2024-11-01T07:37:18.157Z | Checking plain v0.2.3 |
507 | 2024-11-01T07:37:18.282Z | Compiling strsim v0.11.1 |
508 | 2024-11-01T07:37:18.299Z | Compiling crossbeam-utils v0.8.20 |
509 | 2024-11-01T07:37:18.843Z | Compiling dof v0.3.0 |
510 | 2024-11-01T07:37:18.916Z | Compiling ident_case v1.0.1 |
511 | 2024-11-01T07:37:19.030Z | Checking tokio-rustls v0.26.0 |
512 | 2024-11-01T07:37:19.098Z | Compiling darling_core v0.20.10 |
513 | 2024-11-01T07:37:19.254Z | Checking time v0.3.36 |
514 | 2024-11-01T07:37:19.675Z | Compiling openapiv3 v2.0.0 |
515 | 2024-11-01T07:37:20.189Z | Checking typify-impl v0.2.0 |
516 | 2024-11-01T07:37:21.105Z | Checking goblin v0.8.2 |
517 | 2024-11-01T07:37:21.183Z | Checking hyper v1.4.1 |
518 | 2024-11-01T07:37:22.629Z | Checking url v2.5.2 |
519 | 2024-11-01T07:37:23.155Z | Checking hyper-util v0.1.9 |
520 | 2024-11-01T07:37:23.463Z | Checking dirs-sys-next v0.1.2 |
521 | 2024-11-01T07:37:23.656Z | Checking sync_wrapper v1.0.1 |
522 | 2024-11-01T07:37:23.863Z | Compiling rustls v0.22.4 |
523 | 2024-11-01T07:37:24.186Z | Compiling rustversion v1.0.17 |
524 | 2024-11-01T07:37:24.201Z | Checking pretty-hex v0.4.1 |
525 | 2024-11-01T07:37:24.237Z | Checking ipnet v2.10.1 |
526 | 2024-11-01T07:37:24.365Z | Compiling unsafe-libyaml v0.2.11 |
527 | 2024-11-01T07:37:24.572Z | Compiling paste v1.0.15 |
528 | 2024-11-01T07:37:24.708Z | Compiling omicron-workspace-hack v0.1.0 |
529 | 2024-11-01T07:37:24.903Z | Compiling darling_macro v0.20.10 |
530 | 2024-11-01T07:37:24.929Z | Checking hyper-tls v0.6.0 |
531 | 2024-11-01T07:37:25.084Z | Checking hyper-rustls v0.27.3 |
532 | 2024-11-01T07:37:25.367Z | Checking reqwest v0.12.8 |
533 | 2024-11-01T07:37:25.420Z | Checking dirs-next v2.0.0 |
534 | 2024-11-01T07:37:25.639Z | Compiling serde_yaml v0.9.34+deprecated |
535 | 2024-11-01T07:37:25.798Z | Checking block-buffer v0.10.4 |
536 | 2024-11-01T07:37:25.836Z | Checking crypto-common v0.1.6 |
537 | 2024-11-01T07:37:25.996Z | Checking serde_spanned v0.6.8 |
538 | 2024-11-01T07:37:26.006Z | Checking toml_datetime v0.6.8 |
539 | 2024-11-01T07:37:26.009Z | Checking ppv-lite86 v0.2.20 |
540 | 2024-11-01T07:37:26.178Z | Compiling structmeta-derive v0.3.0 |
541 | 2024-11-01T07:37:26.227Z | Checking rand_core v0.6.4 |
542 | 2024-11-01T07:37:26.421Z | Checking thread_local v1.1.8 |
543 | 2024-11-01T07:37:26.518Z | Compiling multer v3.1.0 |
544 | 2024-11-01T07:37:26.563Z | Compiling slog-async v2.8.0 |
545 | 2024-11-01T07:37:26.713Z | Compiling anyhow v1.0.92 |
546 | 2024-11-01T07:37:26.803Z | Checking match_cfg v0.1.0 |
547 | 2024-11-01T07:37:26.827Z | Compiling newtype-uuid v1.1.2 |
548 | 2024-11-01T07:37:26.854Z | Checking winnow v0.6.20 |
549 | 2024-11-01T07:37:26.891Z | Compiling camino v1.1.9 |
550 | 2024-11-01T07:37:27.130Z | Checking hostname v0.3.1 |
551 | 2024-11-01T07:37:27.251Z | Checking progenitor-client v0.8.0 |
552 | 2024-11-01T07:37:27.269Z | Checking rand_chacha v0.3.1 |
553 | 2024-11-01T07:37:27.560Z | Checking crossbeam-channel v0.5.13 |
554 | 2024-11-01T07:37:27.602Z | Checking digest v0.10.7 |
555 | 2024-11-01T07:37:27.662Z | Compiling darling v0.20.10 |
556 | 2024-11-01T07:37:27.775Z | Checking term v0.7.0 |
557 | 2024-11-01T07:37:28.266Z | Checking slog-json v2.6.1 |
558 | 2024-11-01T07:37:28.494Z | Compiling usdt-attr-macro v0.5.0 |
559 | 2024-11-01T07:37:28.518Z | Compiling structmeta v0.3.0 |
560 | 2024-11-01T07:37:28.884Z | Compiling usdt-macro v0.5.0 |
561 | 2024-11-01T07:37:29.008Z | Checking futures-executor v0.3.31 |
562 | 2024-11-01T07:37:29.103Z | Compiling async-stream-impl v0.3.6 |
563 | 2024-11-01T07:37:29.229Z | Checking memmap v0.7.0 |
564 | 2024-11-01T07:37:29.403Z | Checking is-terminal v0.4.13 |
565 | 2024-11-01T07:37:29.441Z | Compiling dropshot v0.12.0 |
566 | 2024-11-01T07:37:29.527Z | Checking cpufeatures v0.2.14 |
567 | 2024-11-01T07:37:29.624Z | Checking take_mut v0.2.2 |
568 | 2024-11-01T07:37:29.815Z | Checking toml_edit v0.22.22 |
569 | 2024-11-01T07:37:29.839Z | Checking sha1 v0.10.6 |
570 | 2024-11-01T07:37:29.857Z | Checking slog-term v2.9.1 |
571 | 2024-11-01T07:37:30.042Z | Compiling strum_macros v0.26.4 |
572 | 2024-11-01T07:37:30.080Z | Checking usdt v0.5.0 |
573 | 2024-11-01T07:37:30.106Z | Checking futures v0.3.31 |
574 | 2024-11-01T07:37:30.217Z | Compiling parse-display-derive v0.10.0 |
575 | 2024-11-01T07:37:30.325Z | Checking slog-bunyan v2.5.0 |
576 | 2024-11-01T07:37:30.344Z | Checking async-stream v0.3.6 |
577 | 2024-11-01T07:37:30.361Z | Compiling serde_with_macros v3.11.0 |
578 | 2024-11-01T07:37:30.528Z | Checking rand v0.8.5 |
579 | 2024-11-01T07:37:31.531Z | Checking tokio-rustls v0.25.0 |
580 | 2024-11-01T07:37:31.895Z | Checking ipnetwork v0.20.0 |
581 | 2024-11-01T07:37:31.955Z | Compiling dropshot_endpoint v0.12.0 |
582 | 2024-11-01T07:37:32.028Z | Checking serde_path_to_error v0.1.16 |
583 | 2024-11-01T07:37:32.254Z | Checking hex v0.4.3 |
584 | 2024-11-01T07:37:32.437Z | Checking toml v0.8.19 |
585 | 2024-11-01T07:37:32.634Z | Compiling async-trait v0.1.83 |
586 | 2024-11-01T07:37:32.745Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
587 | 2024-11-01T07:37:32.826Z | Checking waitgroup v0.1.2 |
588 | 2024-11-01T07:37:32.965Z | Checking hostname v0.4.0 |
589 | 2024-11-01T07:37:33.074Z | Compiling typify-macro v0.2.0 |
590 | 2024-11-01T07:37:33.100Z | Checking instant v0.1.13 |
591 | 2024-11-01T07:37:33.145Z | Checking debug-ignore v1.0.5 |
592 | 2024-11-01T07:37:33.218Z | Checking backoff v0.4.0 |
593 | 2024-11-01T07:37:33.290Z | Checking serde_with v3.11.0 |
594 | 2024-11-01T07:37:33.504Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
595 | 2024-11-01T07:37:33.522Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
596 | 2024-11-01T07:37:33.648Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
597 | 2024-11-01T07:37:33.679Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
598 | 2024-11-01T07:37:33.790Z | Checking parse-display v0.10.0 |
599 | 2024-11-01T07:37:33.938Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
600 | 2024-11-01T07:37:34.015Z | Checking macaddr v1.0.1 |
601 | 2024-11-01T07:37:34.064Z | Checking regress v0.9.1 |
602 | 2024-11-01T07:37:34.188Z | Checking strum v0.26.3 |
603 | 2024-11-01T07:37:35.700Z | Compiling typify v0.2.0 |
604 | 2024-11-01T07:37:35.786Z | Compiling progenitor-impl v0.8.0 |
605 | 2024-11-01T07:37:38.357Z | Compiling progenitor-macro v0.8.0 |
606 | 2024-11-01T07:37:42.934Z | Checking progenitor v0.8.0 |
607 | 2024-11-01T07:37:43.045Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
608 | 2024-11-01T07:37:45.794Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
609 | 2024-11-01T07:37:52.831Z | Checking test-project v0.1.0 (/tmp/test-project) |
610 | 2024-11-01T07:37:52.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
611 | 2024-11-01T07:37:53.196Z | + cargo build --release |
612 | 2024-11-01T07:37:53.428Z | Compiling proc-macro2 v1.0.87 |
613 | 2024-11-01T07:37:53.428Z | Compiling unicode-ident v1.0.13 |
614 | 2024-11-01T07:37:53.428Z | Compiling libc v0.2.161 |
615 | 2024-11-01T07:37:53.430Z | Compiling cfg-if v1.0.0 |
616 | 2024-11-01T07:37:53.431Z | Compiling autocfg v1.4.0 |
617 | 2024-11-01T07:37:53.431Z | Compiling serde v1.0.210 |
618 | 2024-11-01T07:37:53.431Z | Compiling version_check v0.9.5 |
619 | 2024-11-01T07:37:53.431Z | Compiling memchr v2.7.4 |
620 | 2024-11-01T07:37:53.543Z | Compiling serde_json v1.0.128 |
621 | 2024-11-01T07:37:53.609Z | Compiling itoa v1.0.11 |
622 | 2024-11-01T07:37:53.888Z | Compiling thiserror v1.0.64 |
623 | 2024-11-01T07:37:54.016Z | Compiling once_cell v1.20.2 |
624 | 2024-11-01T07:37:54.022Z | Compiling shlex v1.3.0 |
625 | 2024-11-01T07:37:54.245Z | Compiling cc v1.1.30 |
626 | 2024-11-01T07:37:54.447Z | Compiling num-traits v0.2.19 |
627 | 2024-11-01T07:37:54.779Z | Compiling getrandom v0.2.15 |
628 | 2024-11-01T07:37:54.863Z | Compiling pin-project-lite v0.2.14 |
629 | 2024-11-01T07:37:54.888Z | Compiling ryu v1.0.18 |
630 | 2024-11-01T07:37:54.984Z | Compiling bytes v1.7.2 |
631 | 2024-11-01T07:37:55.129Z | Compiling quote v1.0.37 |
632 | 2024-11-01T07:37:55.139Z | Compiling futures-core v0.3.31 |
633 | 2024-11-01T07:37:55.277Z | Compiling lock_api v0.4.12 |
634 | 2024-11-01T07:37:55.367Z | Compiling ahash v0.8.11 |
635 | 2024-11-01T07:37:55.476Z | Compiling parking_lot_core v0.9.10 |
636 | 2024-11-01T07:37:55.634Z | Compiling syn v2.0.79 |
637 | 2024-11-01T07:37:55.725Z | Compiling byteorder v1.5.0 |
638 | 2024-11-01T07:37:55.733Z | Compiling schemars v0.8.21 |
639 | 2024-11-01T07:37:56.025Z | Compiling scopeguard v1.2.0 |
640 | 2024-11-01T07:37:56.075Z | Compiling smallvec v1.13.2 |
641 | 2024-11-01T07:37:56.108Z | Compiling slab v0.4.9 |
642 | 2024-11-01T07:37:56.183Z | Compiling futures-sink v0.3.31 |
643 | 2024-11-01T07:37:56.316Z | Compiling log v0.4.22 |
644 | 2024-11-01T07:37:56.556Z | Compiling mio v1.0.2 |
645 | 2024-11-01T07:37:56.605Z | Compiling signal-hook-registry v1.4.2 |
646 | 2024-11-01T07:37:56.660Z | Compiling socket2 v0.5.7 |
647 | 2024-11-01T07:37:57.779Z | Compiling fnv v1.0.7 |
648 | 2024-11-01T07:37:57.781Z | Compiling parking_lot v0.12.3 |
649 | 2024-11-01T07:37:57.781Z | Compiling ring v0.17.8 |
650 | 2024-11-01T07:37:57.781Z | Compiling hashbrown v0.15.0 |
651 | 2024-11-01T07:37:57.781Z | Compiling equivalent v1.0.1 |
652 | 2024-11-01T07:37:57.781Z | Compiling http v1.1.0 |
653 | 2024-11-01T07:37:58.001Z | Compiling futures-channel v0.3.31 |
654 | 2024-11-01T07:37:58.125Z | Compiling pin-utils v0.1.0 |
655 | 2024-11-01T07:37:58.209Z | Compiling futures-io v0.3.31 |
656 | 2024-11-01T07:37:58.254Z | Compiling semver v1.0.23 |
657 | 2024-11-01T07:37:58.430Z | Compiling futures-task v0.3.31 |
658 | 2024-11-01T07:37:58.504Z | Compiling vcpkg v0.2.15 |
659 | 2024-11-01T07:37:58.653Z | Compiling spin v0.9.8 |
660 | 2024-11-01T07:37:58.694Z | Compiling rustls-pki-types v1.9.0 |
661 | 2024-11-01T07:37:58.734Z | Compiling heck v0.5.0 |
662 | 2024-11-01T07:37:58.898Z | Compiling pkg-config v0.3.31 |
663 | 2024-11-01T07:37:59.689Z | Compiling iana-time-zone v0.1.61 |
664 | 2024-11-01T07:37:59.948Z | Compiling httparse v1.9.5 |
665 | 2024-11-01T07:38:00.037Z | Compiling openssl-sys v0.9.103 |
666 | 2024-11-01T07:38:00.435Z | Compiling ucd-trie v0.1.7 |
667 | 2024-11-01T07:38:00.444Z | Compiling untrusted v0.9.0 |
668 | 2024-11-01T07:38:00.654Z | Compiling tracing-core v0.1.32 |
669 | 2024-11-01T07:38:01.182Z | Compiling atomic-waker v1.1.2 |
670 | 2024-11-01T07:38:01.212Z | Compiling dyn-clone v1.0.17 |
671 | 2024-11-01T07:38:01.267Z | Compiling allocator-api2 v0.2.18 |
672 | 2024-11-01T07:38:01.413Z | Compiling tracing v0.1.40 |
673 | 2024-11-01T07:38:02.058Z | Compiling http-body v1.0.1 |
674 | 2024-11-01T07:38:02.133Z | Compiling subtle v2.6.1 |
675 | 2024-11-01T07:38:02.286Z | Compiling chrono v0.4.38 |
676 | 2024-11-01T07:38:02.328Z | Compiling uuid v1.10.0 |
677 | 2024-11-01T07:38:02.555Z | Compiling serde_derive_internals v0.29.1 |
678 | 2024-11-01T07:38:02.884Z | Compiling zeroize v1.8.1 |
679 | 2024-11-01T07:38:02.988Z | Compiling try-lock v0.2.5 |
680 | 2024-11-01T07:38:03.130Z | Compiling want v0.3.1 |
681 | 2024-11-01T07:38:03.247Z | Compiling slog v2.7.0 |
682 | 2024-11-01T07:38:03.727Z | Compiling httpdate v1.0.3 |
683 | 2024-11-01T07:38:03.754Z | Compiling openssl v0.10.66 |
684 | 2024-11-01T07:38:04.198Z | Compiling foreign-types-shared v0.1.1 |
685 | 2024-11-01T07:38:04.290Z | Compiling foreign-types v0.3.2 |
686 | 2024-11-01T07:38:04.454Z | Compiling aho-corasick v1.1.3 |
687 | 2024-11-01T07:38:04.543Z | Compiling rustls v0.23.14 |
688 | 2024-11-01T07:38:04.844Z | Compiling percent-encoding v2.3.1 |
689 | 2024-11-01T07:38:04.871Z | Compiling native-tls v0.2.12 |
690 | 2024-11-01T07:38:05.255Z | Compiling tinyvec_macros v0.1.1 |
691 | 2024-11-01T07:38:05.336Z | Compiling bitflags v2.6.0 |
692 | 2024-11-01T07:38:05.692Z | Compiling typenum v1.17.0 |
693 | 2024-11-01T07:38:05.749Z | Compiling regex-syntax v0.8.5 |
694 | 2024-11-01T07:38:06.143Z | Compiling tower-service v0.3.3 |
695 | 2024-11-01T07:38:06.252Z | Compiling tinyvec v1.8.0 |
696 | 2024-11-01T07:38:06.426Z | Compiling form_urlencoded v1.2.1 |
697 | 2024-11-01T07:38:06.927Z | Compiling generic-array v0.14.7 |
698 | 2024-11-01T07:38:07.214Z | Compiling serde_derive v1.0.210 |
699 | 2024-11-01T07:38:07.255Z | Compiling zerocopy-derive v0.7.35 |
700 | 2024-11-01T07:38:07.807Z | Compiling thiserror-impl v1.0.64 |
701 | 2024-11-01T07:38:07.933Z | Compiling schemars_derive v0.8.21 |
702 | 2024-11-01T07:38:07.978Z | Compiling tokio-macros v2.4.0 |
703 | 2024-11-01T07:38:08.410Z | Compiling futures-macro v0.3.31 |
704 | 2024-11-01T07:38:09.178Z | Compiling zerocopy v0.7.35 |
705 | 2024-11-01T07:38:10.228Z | Compiling tokio v1.40.0 |
706 | 2024-11-01T07:38:10.572Z | Compiling futures-util v0.3.31 |
707 | 2024-11-01T07:38:10.744Z | Compiling pest v2.7.14 |
708 | 2024-11-01T07:38:11.177Z | Compiling hashbrown v0.14.5 |
709 | 2024-11-01T07:38:11.738Z | Compiling openssl-macros v0.1.1 |
710 | 2024-11-01T07:38:12.489Z | Compiling regress v0.10.1 |
711 | 2024-11-01T07:38:13.602Z | Compiling rustls-webpki v0.102.8 |
712 | 2024-11-01T07:38:17.473Z | Compiling pest_meta v2.7.14 |
713 | 2024-11-01T07:38:18.746Z | Compiling tokio-util v0.7.12 |
714 | 2024-11-01T07:38:19.676Z | Compiling pest_generator v2.7.14 |
715 | 2024-11-01T07:38:20.959Z | Compiling indexmap v2.6.0 |
716 | 2024-11-01T07:38:22.500Z | Compiling pest_derive v2.7.14 |
717 | 2024-11-01T07:38:22.732Z | Compiling h2 v0.4.6 |
718 | 2024-11-01T07:38:23.327Z | Compiling serde_tokenstream v0.2.2 |
719 | 2024-11-01T07:38:27.000Z | Compiling regex-automata v0.4.8 |
720 | 2024-11-01T07:38:28.372Z | Compiling hyper v1.4.1 |
721 | 2024-11-01T07:38:28.727Z | Compiling typify-impl v0.2.0 |
722 | 2024-11-01T07:38:29.745Z | Compiling openssl-probe v0.1.5 |
723 | 2024-11-01T07:38:31.333Z | Compiling hyper-util v0.1.9 |
724 | 2024-11-01T07:38:34.351Z | Compiling regex v1.11.0 |
725 | 2024-11-01T07:38:36.798Z | Compiling http-body-util v0.1.2 |
726 | 2024-11-01T07:38:37.367Z | Compiling unicode-normalization v0.1.24 |
727 | 2024-11-01T07:38:37.438Z | Compiling scroll_derive v0.12.0 |
728 | 2024-11-01T07:38:38.892Z | Compiling usdt-impl v0.5.0 |
729 | 2024-11-01T07:38:38.920Z | Compiling encoding_rs v0.8.34 |
730 | 2024-11-01T07:38:39.260Z | Compiling powerfmt v0.2.0 |
731 | 2024-11-01T07:38:39.667Z | Compiling typify-macro v0.2.0 |
732 | 2024-11-01T07:38:39.723Z | Compiling mime v0.3.17 |
733 | 2024-11-01T07:38:39.740Z | Compiling time-core v0.1.2 |
734 | 2024-11-01T07:38:39.886Z | Compiling num-conv v0.1.0 |
735 | 2024-11-01T07:38:39.893Z | Compiling unicode-bidi v0.3.17 |
736 | 2024-11-01T07:38:40.780Z | Compiling idna v0.5.0 |
737 | 2024-11-01T07:38:42.638Z | Compiling tokio-rustls v0.26.0 |
738 | 2024-11-01T07:38:43.084Z | Compiling time-macros v0.2.18 |
739 | 2024-11-01T07:38:44.704Z | Compiling deranged v0.3.11 |
740 | 2024-11-01T07:38:46.072Z | Compiling scroll v0.12.0 |
741 | 2024-11-01T07:38:46.676Z | Compiling thread-id v4.2.2 |
742 | 2024-11-01T07:38:46.882Z | Compiling tokio-native-tls v0.3.1 |
743 | 2024-11-01T07:38:47.162Z | Compiling dof v0.3.0 |
744 | 2024-11-01T07:38:47.992Z | Compiling dtrace-parser v0.2.0 |
745 | 2024-11-01T07:38:48.170Z | Compiling serde_urlencoded v0.7.1 |
746 | 2024-11-01T07:38:49.572Z | Compiling rustls-pemfile v2.2.0 |
747 | 2024-11-01T07:38:50.034Z | Compiling webpki-roots v0.26.6 |
748 | 2024-11-01T07:38:50.107Z | Compiling omicron-workspace-hack v0.1.0 |
749 | 2024-11-01T07:38:50.234Z | Compiling plain v0.2.3 |
750 | 2024-11-01T07:38:51.495Z | Compiling num_threads v0.1.7 |
751 | 2024-11-01T07:38:51.606Z | Compiling strsim v0.11.1 |
752 | 2024-11-01T07:38:52.120Z | Compiling base64 v0.22.1 |
753 | 2024-11-01T07:38:52.591Z | Compiling crossbeam-utils v0.8.20 |
754 | 2024-11-01T07:38:53.137Z | Compiling ident_case v1.0.1 |
755 | 2024-11-01T07:38:53.299Z | Compiling darling_core v0.20.10 |
756 | 2024-11-01T07:38:57.160Z | Compiling time v0.3.36 |
757 | 2024-11-01T07:38:57.524Z | Compiling goblin v0.8.2 |
758 | 2024-11-01T07:38:58.837Z | Compiling hyper-rustls v0.27.3 |
759 | 2024-11-01T07:39:01.714Z | Compiling hyper-tls v0.6.0 |
760 | 2024-11-01T07:39:02.191Z | Compiling typify v0.2.0 |
761 | 2024-11-01T07:39:02.309Z | Compiling url v2.5.2 |
762 | 2024-11-01T07:39:02.966Z | Compiling openapiv3 v2.0.0 |
763 | 2024-11-01T07:39:07.170Z | Compiling sync_wrapper v1.0.1 |
764 | 2024-11-01T07:39:07.316Z | Compiling dirs-sys-next v0.1.2 |
765 | 2024-11-01T07:39:08.173Z | Compiling unsafe-libyaml v0.2.11 |
766 | 2024-11-01T07:39:08.355Z | Compiling ipnet v2.10.1 |
767 | 2024-11-01T07:39:08.375Z | Compiling rustversion v1.0.17 |
768 | 2024-11-01T07:39:09.005Z | Compiling pretty-hex v0.4.1 |
769 | 2024-11-01T07:39:09.225Z | Compiling paste v1.0.15 |
770 | 2024-11-01T07:39:09.703Z | Compiling rustls v0.22.4 |
771 | 2024-11-01T07:39:09.913Z | Compiling serde_yaml v0.9.34+deprecated |
772 | 2024-11-01T07:39:11.372Z | Compiling reqwest v0.12.8 |
773 | 2024-11-01T07:39:12.978Z | Compiling dirs-next v2.0.0 |
774 | 2024-11-01T07:39:13.237Z | Compiling progenitor-impl v0.8.0 |
775 | 2024-11-01T07:39:13.609Z | Compiling darling_macro v0.20.10 |
776 | 2024-11-01T07:39:16.279Z | Compiling crypto-common v0.1.6 |
777 | 2024-11-01T07:39:16.368Z | Compiling block-buffer v0.10.4 |
778 | 2024-11-01T07:39:16.480Z | Compiling serde_spanned v0.6.8 |
779 | 2024-11-01T07:39:16.592Z | Compiling toml_datetime v0.6.8 |
780 | 2024-11-01T07:39:16.710Z | Compiling ppv-lite86 v0.2.20 |
781 | 2024-11-01T07:39:17.249Z | Compiling structmeta-derive v0.3.0 |
782 | 2024-11-01T07:39:17.638Z | Compiling rand_core v0.6.4 |
783 | 2024-11-01T07:39:18.197Z | Compiling thread_local v1.1.8 |
784 | 2024-11-01T07:39:18.891Z | Compiling multer v3.1.0 |
785 | 2024-11-01T07:39:19.234Z | Compiling winnow v0.6.20 |
786 | 2024-11-01T07:39:19.358Z | Compiling slog-async v2.8.0 |
787 | 2024-11-01T07:39:19.732Z | Compiling newtype-uuid v1.1.2 |
788 | 2024-11-01T07:39:19.862Z | Compiling match_cfg v0.1.0 |
789 | 2024-11-01T07:39:19.876Z | Compiling camino v1.1.9 |
790 | 2024-11-01T07:39:19.945Z | Compiling anyhow v1.0.92 |
791 | 2024-11-01T07:39:20.084Z | Compiling hostname v0.3.1 |
792 | 2024-11-01T07:39:20.317Z | Compiling structmeta v0.3.0 |
793 | 2024-11-01T07:39:20.354Z | Compiling progenitor-macro v0.8.0 |
794 | 2024-11-01T07:39:20.637Z | Compiling rand_chacha v0.3.1 |
795 | 2024-11-01T07:39:20.879Z | Compiling digest v0.10.7 |
796 | 2024-11-01T07:39:21.198Z | Compiling crossbeam-channel v0.5.13 |
797 | 2024-11-01T07:39:21.257Z | Compiling darling v0.20.10 |
798 | 2024-11-01T07:39:22.340Z | Compiling progenitor-client v0.8.0 |
799 | 2024-11-01T07:39:22.829Z | Compiling term v0.7.0 |
800 | 2024-11-01T07:39:23.268Z | Compiling toml_edit v0.22.22 |
801 | 2024-11-01T07:39:28.416Z | Compiling usdt-attr-macro v0.5.0 |
802 | 2024-11-01T07:39:29.869Z | Compiling usdt-macro v0.5.0 |
803 | 2024-11-01T07:39:31.173Z | Compiling slog-json v2.6.1 |
804 | 2024-11-01T07:39:31.298Z | Compiling futures-executor v0.3.31 |
805 | 2024-11-01T07:39:31.603Z | Compiling async-stream-impl v0.3.6 |
806 | 2024-11-01T07:39:32.399Z | Compiling memmap v0.7.0 |
807 | 2024-11-01T07:39:32.846Z | Compiling is-terminal v0.4.13 |
808 | 2024-11-01T07:39:32.872Z | Compiling dropshot v0.12.0 |
809 | 2024-11-01T07:39:32.963Z | Compiling take_mut v0.2.2 |
810 | 2024-11-01T07:39:33.113Z | Compiling cpufeatures v0.2.14 |
811 | 2024-11-01T07:39:33.205Z | Compiling sha1 v0.10.6 |
812 | 2024-11-01T07:39:33.716Z | Compiling progenitor v0.8.0 |
813 | 2024-11-01T07:39:33.890Z | Compiling slog-term v2.9.1 |
814 | 2024-11-01T07:39:33.976Z | Compiling async-stream v0.3.6 |
815 | 2024-11-01T07:39:34.280Z | Compiling usdt v0.5.0 |
816 | 2024-11-01T07:39:35.731Z | Compiling futures v0.3.31 |
817 | 2024-11-01T07:39:35.837Z | Compiling slog-bunyan v2.5.0 |
818 | 2024-11-01T07:39:36.188Z | Compiling tokio-rustls v0.25.0 |
819 | 2024-11-01T07:39:36.501Z | Compiling toml v0.8.19 |
820 | 2024-11-01T07:39:36.611Z | Compiling strum_macros v0.26.4 |
821 | 2024-11-01T07:39:36.678Z | Compiling serde_with_macros v3.11.0 |
822 | 2024-11-01T07:39:39.207Z | Compiling rand v0.8.5 |
823 | 2024-11-01T07:39:41.116Z | Compiling parse-display-derive v0.10.0 |
824 | 2024-11-01T07:39:44.918Z | Compiling ipnetwork v0.20.0 |
825 | 2024-11-01T07:39:45.061Z | Compiling dropshot_endpoint v0.12.0 |
826 | 2024-11-01T07:39:45.172Z | Compiling serde_path_to_error v0.1.16 |
827 | 2024-11-01T07:39:45.906Z | Compiling hex v0.4.3 |
828 | 2024-11-01T07:39:46.172Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
829 | 2024-11-01T07:39:47.599Z | Compiling async-trait v0.1.83 |
830 | 2024-11-01T07:39:47.602Z | Compiling waitgroup v0.1.2 |
831 | 2024-11-01T07:39:47.602Z | Compiling hostname v0.4.0 |
832 | 2024-11-01T07:39:47.602Z | Compiling instant v0.1.13 |
833 | 2024-11-01T07:39:47.602Z | Compiling debug-ignore v1.0.5 |
834 | 2024-11-01T07:39:47.720Z | Compiling backoff v0.4.0 |
835 | 2024-11-01T07:39:48.046Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
836 | 2024-11-01T07:39:48.240Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
837 | 2024-11-01T07:39:48.407Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
838 | 2024-11-01T07:39:48.934Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
839 | 2024-11-01T07:39:49.581Z | Compiling parse-display v0.10.0 |
840 | 2024-11-01T07:39:49.803Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
841 | 2024-11-01T07:39:51.584Z | Compiling strum v0.26.3 |
842 | 2024-11-01T07:39:51.752Z | Compiling serde_with v3.11.0 |
843 | 2024-11-01T07:39:53.360Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
844 | 2024-11-01T07:39:53.900Z | Compiling macaddr v1.0.1 |
845 | 2024-11-01T07:39:54.119Z | Compiling regress v0.9.1 |
846 | 2024-11-01T07:39:58.322Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
847 | 2024-11-01T07:40:08.471Z | Compiling test-project v0.1.0 (/tmp/test-project) |
848 | 2024-11-01T07:40:17.667Z | Finished `release` profile [optimized] target(s) in 2m 24s |
849 | 2024-11-01T07:40:17.727Z | process exited: duration 219847 ms, exit code 0 |
|
850 | 2024-11-01T07:40:17.733Z | found 0 output files |