|
|
|
1 | 2024-10-16T03:27:24.777Z | job assigned to worker 01JA9NT223GW1JX8CZZQVHKSZS (queued for 9 m 51 s) |
|
2 | 2024-10-16T03:27:32.550Z | starting task 0: "setup" |
3 | 2024-10-16T03:27:32.560Z | ++ uname -s |
4 | 2024-10-16T03:27:32.562Z | + kern=SunOS |
5 | 2024-10-16T03:27:32.562Z | + case "$kern" in |
6 | 2024-10-16T03:27:32.562Z | + groupadd -g 12345 build |
7 | 2024-10-16T03:27:32.564Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-10-16T03:27:34.574Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-10-16T03:27:34.656Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-10-16T03:27:34.659Z | + home_fs=zfs |
11 | 2024-10-16T03:27:34.659Z | + [[ zfs == autofs ]] |
12 | 2024-10-16T03:27:34.659Z | + mkdir -p /home/build |
13 | 2024-10-16T03:27:34.662Z | + chown build:build /home/build /work |
14 | 2024-10-16T03:27:36.662Z | + chmod 0700 /home/build /work |
15 | 2024-10-16T03:27:36.667Z | process exited: duration 4116 ms, exit code 0 |
|
16 | 2024-10-16T03:27:36.675Z | starting task 1: "rust-toolchain" |
17 | 2024-10-16T03:27:36.678Z | + printf ' * toolchain channel = "%s" |
18 | 2024-10-16T03:27:36.678Z | ' 1.80.1 |
19 | 2024-10-16T03:27:36.678Z | + printf ' * toolchain profile = "%s" |
20 | 2024-10-16T03:27:36.678Z | * toolchain channel = "1.80.1" |
21 | 2024-10-16T03:27:36.678Z | * toolchain profile = "default" |
22 | 2024-10-16T03:27:36.678Z | ' default |
23 | 2024-10-16T03:27:36.680Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-10-16T03:27:36.681Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-10-16T03:27:36.775Z | info: downloading installer |
26 | 2024-10-16T03:27:38.123Z | info: profile set to 'default' |
27 | 2024-10-16T03:27:38.123Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-10-16T03:27:38.125Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-10-16T03:27:38.259Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-10-16T03:27:38.259Z | info: downloading component 'cargo' |
31 | 2024-10-16T03:27:38.935Z | info: downloading component 'clippy' |
32 | 2024-10-16T03:27:39.176Z | info: downloading component 'rust-docs' |
33 | 2024-10-16T03:27:40.118Z | info: downloading component 'rust-std' |
34 | 2024-10-16T03:27:41.445Z | info: downloading component 'rustc' |
35 | 2024-10-16T03:27:45.097Z | info: downloading component 'rustfmt' |
36 | 2024-10-16T03:27:45.294Z | info: installing component 'cargo' |
37 | 2024-10-16T03:27:46.120Z | info: installing component 'clippy' |
38 | 2024-10-16T03:27:46.484Z | info: installing component 'rust-docs' |
39 | 2024-10-16T03:27:48.095Z | info: installing component 'rust-std' |
40 | 2024-10-16T03:27:49.720Z | info: installing component 'rustc' |
41 | 2024-10-16T03:27:53.882Z | info: installing component 'rustfmt' |
42 | 2024-10-16T03:27:54.217Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-10-16T03:27:54.217Z | |
44 | 2024-10-16T03:27:54.472Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-10-16T03:27:54.472Z | |
46 | 2024-10-16T03:27:54.475Z | |
47 | 2024-10-16T03:27:54.475Z | Rust is installed now. Great! |
48 | 2024-10-16T03:27:54.475Z | |
49 | 2024-10-16T03:27:54.475Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-10-16T03:27:54.475Z | environment variable. This has not been done automatically. |
51 | 2024-10-16T03:27:54.475Z | |
52 | 2024-10-16T03:27:54.475Z | To configure your current shell, you need to source |
53 | 2024-10-16T03:27:54.475Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-10-16T03:27:54.475Z | |
55 | 2024-10-16T03:27:54.475Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-10-16T03:27:54.475Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-10-16T03:27:54.475Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-10-16T03:27:54.526Z | + rustc --version |
59 | 2024-10-16T03:27:54.588Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-10-16T03:27:54.591Z | process exited: duration 17915 ms, exit code 0 |
|
61 | 2024-10-16T03:27:54.596Z | starting task 2: "authentication" |
62 | 2024-10-16T03:27:54.617Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-10-16T03:27:54.624Z | starting task 3: "clone repository" |
64 | 2024-10-16T03:27:54.627Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-10-16T03:27:54.630Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-10-16T03:27:54.668Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-10-16T03:28:00.877Z | + cd /work/oxidecomputer/omicron |
68 | 2024-10-16T03:28:00.877Z | + git fetch origin bdf6eea96481146107e1e23e1e9e7ddb56b4c980 |
69 | 2024-10-16T03:28:01.177Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-10-16T03:28:01.177Z | * branch bdf6eea96481146107e1e23e1e9e7ddb56b4c980 -> FETCH_HEAD |
71 | 2024-10-16T03:28:01.187Z | + [[ -n renovate/uzers-0.x ]] |
72 | 2024-10-16T03:28:01.189Z | ++ git branch --show-current |
73 | 2024-10-16T03:28:01.192Z | + current=main |
74 | 2024-10-16T03:28:01.192Z | + [[ main != renovate/uzers-0.x ]] |
75 | 2024-10-16T03:28:01.192Z | + git branch -f renovate/uzers-0.x bdf6eea96481146107e1e23e1e9e7ddb56b4c980 |
76 | 2024-10-16T03:28:01.194Z | + git checkout -f renovate/uzers-0.x |
77 | 2024-10-16T03:28:01.360Z | Switched to branch 'renovate/uzers-0.x' |
78 | 2024-10-16T03:28:01.363Z | + git reset --hard bdf6eea96481146107e1e23e1e9e7ddb56b4c980 |
79 | 2024-10-16T03:28:01.519Z | HEAD is now at bdf6eea96 Update Rust crate uzers to 0.12 |
80 | 2024-10-16T03:28:01.521Z | process exited: duration 6897 ms, exit code 0 |
|
81 | 2024-10-16T03:28:01.526Z | starting task 4: "build" |
82 | 2024-10-16T03:28:01.532Z | + source .github/buildomat/ci-env.sh |
83 | 2024-10-16T03:28:01.533Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-10-16T03:28:01.533Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-10-16T03:28:01.533Z | + cargo --version |
86 | 2024-10-16T03:28:01.586Z | cargo 1.80.1 (376290515 2024-07-16) |
87 | 2024-10-16T03:28:01.588Z | + rustc --version |
88 | 2024-10-16T03:28:01.645Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
89 | 2024-10-16T03:28:01.647Z | + cd /tmp |
90 | 2024-10-16T03:28:01.647Z | + cargo new --lib test-project |
91 | 2024-10-16T03:28:01.702Z | Creating library `test-project` package |
92 | 2024-10-16T03:28:01.774Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-10-16T03:28:01.776Z | + cd test-project |
94 | 2024-10-16T03:28:01.777Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-10-16T03:28:01.833Z | Adding omicron-common (local) to dependencies |
96 | 2024-10-16T03:28:01.833Z | Features: |
97 | 2024-10-16T03:28:01.833Z | - proptest |
98 | 2024-10-16T03:28:01.833Z | - test-strategy |
99 | 2024-10-16T03:28:01.833Z | - testing |
100 | 2024-10-16T03:28:01.836Z | Updating crates.io index |
101 | 2024-10-16T03:28:01.907Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-10-16T03:28:02.709Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-10-16T03:28:03.094Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-10-16T03:28:03.546Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-10-16T03:28:04.710Z | Locking 300 packages to latest compatible versions |
106 | 2024-10-16T03:28:04.712Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-10-16T03:28:04.712Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
108 | 2024-10-16T03:28:04.712Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
109 | 2024-10-16T03:28:04.715Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
110 | 2024-10-16T03:28:04.715Z | Adding hashbrown v0.12.3 (latest: v0.15.0) |
111 | 2024-10-16T03:28:04.715Z | Adding hashbrown v0.14.5 (latest: v0.15.0) |
112 | 2024-10-16T03:28:04.715Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
113 | 2024-10-16T03:28:04.715Z | Adding hostname v0.3.1 (latest: v0.4.0) |
114 | 2024-10-16T03:28:04.717Z | Adding idna v0.5.0 (latest: v1.0.2) |
115 | 2024-10-16T03:28:04.717Z | Adding indexmap v1.9.3 (latest: v2.6.0) |
116 | 2024-10-16T03:28:04.717Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
117 | 2024-10-16T03:28:04.720Z | Adding regress v0.9.1 (latest: v0.10.1) |
118 | 2024-10-16T03:28:04.725Z | Adding rustls v0.22.4 (latest: v0.23.14) |
119 | 2024-10-16T03:28:04.727Z | Adding security-framework v2.11.1 (latest: v3.0.0) |
120 | 2024-10-16T03:28:04.729Z | Adding term v0.7.0 (latest: v1.0.0) |
121 | 2024-10-16T03:28:04.732Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
122 | 2024-10-16T03:28:04.736Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
123 | 2024-10-16T03:28:04.737Z | Adding windows v0.52.0 (latest: v0.58.0) |
124 | 2024-10-16T03:28:04.737Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
125 | 2024-10-16T03:28:04.737Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
126 | 2024-10-16T03:28:04.737Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
127 | 2024-10-16T03:28:04.737Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
128 | 2024-10-16T03:28:04.739Z | Adding zerocopy v0.7.35 (latest: v0.8.5) |
129 | 2024-10-16T03:28:04.739Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.5) |
130 | 2024-10-16T03:28:04.804Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
131 | 2024-10-16T03:28:04.806Z | + cargo check |
132 | 2024-10-16T03:28:04.966Z | Updating crates.io index |
133 | 2024-10-16T03:28:05.618Z | Locking 2 packages to latest compatible versions |
134 | 2024-10-16T03:28:08.566Z | Adding omicron-workspace-hack v0.1.0 |
135 | 2024-10-16T03:28:10.138Z | Adding test-project v0.1.0 (/tmp/test-project) |
136 | 2024-10-16T03:28:10.768Z | Downloading crates ... |
137 | 2024-10-16T03:28:10.844Z | Downloaded ahash v0.8.11 |
138 | 2024-10-16T03:28:10.850Z | Downloaded block-buffer v0.10.4 |
139 | 2024-10-16T03:28:10.856Z | Downloaded ident_case v1.0.1 |
140 | 2024-10-16T03:28:10.859Z | Downloaded dtrace-parser v0.2.0 |
141 | 2024-10-16T03:28:10.864Z | Downloaded match_cfg v0.1.0 |
142 | 2024-10-16T03:28:10.866Z | Downloaded cpufeatures v0.2.14 |
143 | 2024-10-16T03:28:10.869Z | Downloaded cfg-if v1.0.0 |
144 | 2024-10-16T03:28:10.871Z | Downloaded darling_macro v0.20.10 |
145 | 2024-10-16T03:28:10.871Z | Downloaded parking_lot v0.12.3 |
146 | 2024-10-16T03:28:10.877Z | Downloaded ucd-trie v0.1.7 |
147 | 2024-10-16T03:28:10.880Z | Downloaded progenitor-client v0.8.0 |
148 | 2024-10-16T03:28:10.883Z | Downloaded tower-service v0.3.3 |
149 | 2024-10-16T03:28:10.884Z | Downloaded want v0.3.1 |
150 | 2024-10-16T03:28:10.884Z | Downloaded memmap v0.7.0 |
151 | 2024-10-16T03:28:10.886Z | Downloaded dof v0.3.0 |
152 | 2024-10-16T03:28:10.886Z | Downloaded foreign-types-shared v0.1.1 |
153 | 2024-10-16T03:28:10.888Z | Downloaded num_threads v0.1.7 |
154 | 2024-10-16T03:28:10.888Z | Downloaded typify-macro v0.2.0 |
155 | 2024-10-16T03:28:10.888Z | Downloaded deranged v0.3.11 |
156 | 2024-10-16T03:28:10.892Z | Downloaded http-body v1.0.1 |
157 | 2024-10-16T03:28:10.894Z | Downloaded futures-core v0.3.31 |
158 | 2024-10-16T03:28:10.895Z | Downloaded hostname v0.4.0 |
159 | 2024-10-16T03:28:10.897Z | Downloaded async-stream-impl v0.3.6 |
160 | 2024-10-16T03:28:10.897Z | Downloaded version_check v0.9.5 |
161 | 2024-10-16T03:28:10.899Z | Downloaded paste v1.0.15 |
162 | 2024-10-16T03:28:10.902Z | Downloaded parse-display v0.10.0 |
163 | 2024-10-16T03:28:10.905Z | Downloaded progenitor-macro v0.8.0 |
164 | 2024-10-16T03:28:10.906Z | Downloaded pest_generator v2.7.14 |
165 | 2024-10-16T03:28:10.908Z | Downloaded untrusted v0.9.0 |
166 | 2024-10-16T03:28:10.908Z | Downloaded pkg-config v0.3.31 |
167 | 2024-10-16T03:28:10.910Z | Downloaded num-conv v0.1.0 |
168 | 2024-10-16T03:28:10.910Z | Downloaded generic-array v0.14.7 |
169 | 2024-10-16T03:28:10.914Z | Downloaded dirs-next v2.0.0 |
170 | 2024-10-16T03:28:10.914Z | Downloaded darling v0.20.10 |
171 | 2024-10-16T03:28:10.917Z | Downloaded usdt-impl v0.5.0 |
172 | 2024-10-16T03:28:10.919Z | Downloaded sha1 v0.10.6 |
173 | 2024-10-16T03:28:10.921Z | Downloaded shlex v1.3.0 |
174 | 2024-10-16T03:28:10.921Z | Downloaded ppv-lite86 v0.2.20 |
175 | 2024-10-16T03:28:10.924Z | Downloaded dropshot_endpoint v0.12.0 |
176 | 2024-10-16T03:28:10.926Z | Downloaded quote v1.0.37 |
177 | 2024-10-16T03:28:10.929Z | Downloaded once_cell v1.20.2 |
178 | 2024-10-16T03:28:10.931Z | Downloaded slab v0.4.9 |
179 | 2024-10-16T03:28:10.934Z | Downloaded scroll v0.12.0 |
180 | 2024-10-16T03:28:10.934Z | Downloaded futures-task v0.3.31 |
181 | 2024-10-16T03:28:10.937Z | Downloaded dyn-clone v1.0.17 |
182 | 2024-10-16T03:28:10.937Z | Downloaded hyper-rustls v0.27.3 |
183 | 2024-10-16T03:28:10.939Z | Downloaded rustls-pemfile v2.2.0 |
184 | 2024-10-16T03:28:10.942Z | Downloaded anyhow v1.0.89 |
185 | 2024-10-16T03:28:10.946Z | Downloaded futures v0.3.31 |
186 | 2024-10-16T03:28:10.951Z | Downloaded try-lock v0.2.5 |
187 | 2024-10-16T03:28:10.953Z | Downloaded time-core v0.1.2 |
188 | 2024-10-16T03:28:10.953Z | Downloaded crossbeam-utils v0.8.20 |
189 | 2024-10-16T03:28:10.956Z | Downloaded ryu v1.0.18 |
190 | 2024-10-16T03:28:10.959Z | Downloaded macaddr v1.0.1 |
191 | 2024-10-16T03:28:10.964Z | Downloaded fnv v1.0.7 |
192 | 2024-10-16T03:28:10.964Z | Downloaded ipnet v2.10.1 |
193 | 2024-10-16T03:28:10.966Z | Downloaded atomic-waker v1.1.2 |
194 | 2024-10-16T03:28:10.966Z | Downloaded serde_yaml v0.9.34+deprecated |
195 | 2024-10-16T03:28:10.969Z | Downloaded openssl-sys v0.9.103 |
196 | 2024-10-16T03:28:10.972Z | Downloaded zeroize v1.8.1 |
197 | 2024-10-16T03:28:10.975Z | Downloaded foreign-types v0.3.2 |
198 | 2024-10-16T03:28:10.975Z | Downloaded equivalent v1.0.1 |
199 | 2024-10-16T03:28:10.978Z | Downloaded futures-sink v0.3.31 |
200 | 2024-10-16T03:28:10.978Z | Downloaded openssl-macros v0.1.1 |
201 | 2024-10-16T03:28:10.978Z | Downloaded pin-project-lite v0.2.14 |
202 | 2024-10-16T03:28:10.982Z | Downloaded serde_urlencoded v0.7.1 |
203 | 2024-10-16T03:28:10.985Z | Downloaded typify v0.2.0 |
204 | 2024-10-16T03:28:10.993Z | Downloaded structmeta-derive v0.3.0 |
205 | 2024-10-16T03:28:10.993Z | Downloaded byteorder v1.5.0 |
206 | 2024-10-16T03:28:11.000Z | Downloaded openssl-probe v0.1.5 |
207 | 2024-10-16T03:28:11.000Z | Downloaded toml_datetime v0.6.8 |
208 | 2024-10-16T03:28:11.000Z | Downloaded usdt v0.5.0 |
209 | 2024-10-16T03:28:11.000Z | Downloaded futures-macro v0.3.31 |
210 | 2024-10-16T03:28:11.000Z | Downloaded semver v1.0.23 |
211 | 2024-10-16T03:28:11.001Z | Downloaded take_mut v0.2.2 |
212 | 2024-10-16T03:28:11.001Z | Downloaded waitgroup v0.1.2 |
213 | 2024-10-16T03:28:11.001Z | Downloaded omicron-workspace-hack v0.1.0 |
214 | 2024-10-16T03:28:11.004Z | Downloaded sync_wrapper v1.0.1 |
215 | 2024-10-16T03:28:11.004Z | Downloaded tinyvec_macros v0.1.1 |
216 | 2024-10-16T03:28:11.004Z | Downloaded strum v0.26.3 |
217 | 2024-10-16T03:28:11.004Z | Downloaded lock_api v0.4.12 |
218 | 2024-10-16T03:28:11.004Z | Downloaded camino v1.1.9 |
219 | 2024-10-16T03:28:11.006Z | Downloaded usdt-attr-macro v0.5.0 |
220 | 2024-10-16T03:28:11.006Z | Downloaded pretty-hex v0.4.1 |
221 | 2024-10-16T03:28:11.009Z | Downloaded schemars_derive v0.8.21 |
222 | 2024-10-16T03:28:11.009Z | Downloaded serde_spanned v0.6.8 |
223 | 2024-10-16T03:28:11.011Z | Downloaded thread-id v4.2.2 |
224 | 2024-10-16T03:28:11.011Z | Downloaded dirs-sys-next v0.1.2 |
225 | 2024-10-16T03:28:11.014Z | Downloaded debug-ignore v1.0.5 |
226 | 2024-10-16T03:28:11.015Z | Downloaded crypto-common v0.1.6 |
227 | 2024-10-16T03:28:11.017Z | Downloaded httparse v1.9.5 |
228 | 2024-10-16T03:28:11.017Z | Downloaded async-stream v0.3.6 |
229 | 2024-10-16T03:28:11.020Z | Downloaded term v0.7.0 |
230 | 2024-10-16T03:28:11.022Z | Downloaded slog-bunyan v2.5.0 |
231 | 2024-10-16T03:28:11.024Z | Downloaded serde_derive v1.0.210 |
232 | 2024-10-16T03:28:11.027Z | Downloaded proc-macro2 v1.0.87 |
233 | 2024-10-16T03:28:11.029Z | Downloaded powerfmt v0.2.0 |
234 | 2024-10-16T03:28:11.031Z | Downloaded itoa v1.0.11 |
235 | 2024-10-16T03:28:11.031Z | Downloaded scroll_derive v0.12.0 |
236 | 2024-10-16T03:28:11.031Z | Downloaded mime v0.3.17 |
237 | 2024-10-16T03:28:11.034Z | Downloaded heck v0.5.0 |
238 | 2024-10-16T03:28:11.034Z | Downloaded quinn-udp v0.5.5 |
239 | 2024-10-16T03:28:11.036Z | Downloaded percent-encoding v2.3.1 |
240 | 2024-10-16T03:28:11.036Z | Downloaded usdt-macro v0.5.0 |
241 | 2024-10-16T03:28:11.043Z | Downloaded ipnetwork v0.20.0 |
242 | 2024-10-16T03:28:11.043Z | Downloaded rand_chacha v0.3.1 |
243 | 2024-10-16T03:28:11.045Z | Downloaded rand v0.8.5 |
244 | 2024-10-16T03:28:11.045Z | Downloaded instant v0.1.13 |
245 | 2024-10-16T03:28:11.045Z | Downloaded pin-utils v0.1.0 |
246 | 2024-10-16T03:28:11.051Z | Downloaded parse-display-derive v0.10.0 |
247 | 2024-10-16T03:28:11.051Z | Downloaded futures-executor v0.3.31 |
248 | 2024-10-16T03:28:11.051Z | Downloaded form_urlencoded v1.2.1 |
249 | 2024-10-16T03:28:11.056Z | Downloaded digest v0.10.7 |
250 | 2024-10-16T03:28:11.056Z | Downloaded uuid v1.10.0 |
251 | 2024-10-16T03:28:11.056Z | Downloaded is-terminal v0.4.13 |
252 | 2024-10-16T03:28:11.059Z | Downloaded progenitor v0.8.0 |
253 | 2024-10-16T03:28:11.059Z | Downloaded tokio-macros v2.4.0 |
254 | 2024-10-16T03:28:11.059Z | Downloaded rustc-hash v2.0.0 |
255 | 2024-10-16T03:28:11.059Z | Downloaded newtype-uuid v1.1.2 |
256 | 2024-10-16T03:28:11.062Z | Downloaded http-body-util v0.1.2 |
257 | 2024-10-16T03:28:11.062Z | Downloaded rand_core v0.6.4 |
258 | 2024-10-16T03:28:11.064Z | Downloaded plain v0.2.3 |
259 | 2024-10-16T03:28:11.064Z | Downloaded autocfg v1.4.0 |
260 | 2024-10-16T03:28:11.066Z | Downloaded hyper-tls v0.6.0 |
261 | 2024-10-16T03:28:11.066Z | Downloaded hostname v0.3.1 |
262 | 2024-10-16T03:28:11.069Z | Downloaded subtle v2.6.1 |
263 | 2024-10-16T03:28:11.071Z | Downloaded slog-async v2.8.0 |
264 | 2024-10-16T03:28:11.071Z | Downloaded async-trait v0.1.83 |
265 | 2024-10-16T03:28:11.073Z | Downloaded signal-hook-registry v1.4.2 |
266 | 2024-10-16T03:28:11.076Z | Downloaded strsim v0.11.1 |
267 | 2024-10-16T03:28:11.076Z | Downloaded scopeguard v1.2.0 |
268 | 2024-10-16T03:28:11.079Z | Downloaded rustversion v1.0.17 |
269 | 2024-10-16T03:28:11.082Z | Downloaded thread_local v1.1.8 |
270 | 2024-10-16T03:28:11.082Z | Downloaded serde_tokenstream v0.2.2 |
271 | 2024-10-16T03:28:11.082Z | Downloaded serde_path_to_error v0.1.16 |
272 | 2024-10-16T03:28:11.084Z | Downloaded structmeta v0.3.0 |
273 | 2024-10-16T03:28:11.084Z | Downloaded toml_edit v0.22.22 |
274 | 2024-10-16T03:28:11.105Z | Downloaded hex v0.4.3 |
275 | 2024-10-16T03:28:11.107Z | Downloaded tokio-native-tls v0.3.1 |
276 | 2024-10-16T03:28:11.110Z | Downloaded thiserror-impl v1.0.64 |
277 | 2024-10-16T03:28:11.110Z | Downloaded slog v2.7.0 |
278 | 2024-10-16T03:28:11.112Z | Downloaded serde_with_macros v3.11.0 |
279 | 2024-10-16T03:28:11.115Z | Downloaded pest_meta v2.7.14 |
280 | 2024-10-16T03:28:11.117Z | Downloaded slog-term v2.9.1 |
281 | 2024-10-16T03:28:11.119Z | Downloaded thiserror v1.0.64 |
282 | 2024-10-16T03:28:11.122Z | Downloaded tokio-rustls v0.26.0 |
283 | 2024-10-16T03:28:11.125Z | Downloaded pest v2.7.14 |
284 | 2024-10-16T03:28:11.129Z | Downloaded mio v1.0.2 |
285 | 2024-10-16T03:28:11.135Z | Downloaded tinyvec v1.8.0 |
286 | 2024-10-16T03:28:11.141Z | Downloaded slog-json v2.6.1 |
287 | 2024-10-16T03:28:11.144Z | Downloaded allocator-api2 v0.2.18 |
288 | 2024-10-16T03:28:11.144Z | Downloaded spin v0.9.8 |
289 | 2024-10-16T03:28:11.147Z | Downloaded unicode-ident v1.0.13 |
290 | 2024-10-16T03:28:11.147Z | Downloaded time-macros v0.2.18 |
291 | 2024-10-16T03:28:11.149Z | Downloaded strum_macros v0.26.4 |
292 | 2024-10-16T03:28:11.152Z | Downloaded typenum v1.17.0 |
293 | 2024-10-16T03:28:11.155Z | Downloaded tracing-core v0.1.32 |
294 | 2024-10-16T03:28:11.157Z | Downloaded hyper-util v0.1.9 |
295 | 2024-10-16T03:28:11.160Z | Downloaded darling_core v0.20.10 |
296 | 2024-10-16T03:28:11.163Z | Downloaded tokio-rustls v0.25.0 |
297 | 2024-10-16T03:28:11.166Z | Downloaded sha2 v0.10.8 |
298 | 2024-10-16T03:28:11.168Z | Downloaded rustls-pki-types v1.9.0 |
299 | 2024-10-16T03:28:11.171Z | Downloaded num-traits v0.2.19 |
300 | 2024-10-16T03:28:11.173Z | Downloaded aho-corasick v1.1.3 |
301 | 2024-10-16T03:28:11.179Z | Downloaded unicode-bidi v0.3.17 |
302 | 2024-10-16T03:28:11.182Z | Downloaded progenitor-impl v0.8.0 |
303 | 2024-10-16T03:28:11.184Z | Downloaded unsafe-libyaml v0.2.11 |
304 | 2024-10-16T03:28:11.186Z | Downloaded crossbeam-channel v0.5.13 |
305 | 2024-10-16T03:28:11.189Z | Downloaded tracing v0.1.40 |
306 | 2024-10-16T03:28:11.194Z | Downloaded socket2 v0.5.7 |
307 | 2024-10-16T03:28:11.196Z | Downloaded schemars v0.8.21 |
308 | 2024-10-16T03:28:11.207Z | Downloaded cc v1.1.30 |
309 | 2024-10-16T03:28:11.210Z | Downloaded serde_with v3.11.0 |
310 | 2024-10-16T03:28:11.218Z | Downloaded quinn v0.11.5 |
311 | 2024-10-16T03:28:11.221Z | Downloaded serde v1.0.210 |
312 | 2024-10-16T03:28:11.224Z | Downloaded memchr v2.7.4 |
313 | 2024-10-16T03:28:11.229Z | Downloaded url v2.5.2 |
314 | 2024-10-16T03:28:11.232Z | Downloaded winnow v0.6.20 |
315 | 2024-10-16T03:28:11.240Z | Downloaded goblin v0.8.2 |
316 | 2024-10-16T03:28:11.245Z | Downloaded time v0.3.36 |
317 | 2024-10-16T03:28:11.252Z | Downloaded reqwest v0.12.8 |
318 | 2024-10-16T03:28:11.260Z | Downloaded hyper v1.4.1 |
319 | 2024-10-16T03:28:11.266Z | Downloaded serde_json v1.0.128 |
320 | 2024-10-16T03:28:11.272Z | Downloaded futures-util v0.3.31 |
321 | 2024-10-16T03:28:11.283Z | Downloaded h2 v0.4.6 |
322 | 2024-10-16T03:28:11.291Z | Downloaded rustls-webpki v0.102.8 |
323 | 2024-10-16T03:28:11.307Z | Downloaded tokio-util v0.7.12 |
324 | 2024-10-16T03:28:11.317Z | Downloaded openssl v0.10.66 |
325 | 2024-10-16T03:28:11.324Z | Downloaded idna v0.5.0 |
326 | 2024-10-16T03:28:11.327Z | Downloaded dropshot v0.12.0 |
327 | 2024-10-16T03:28:11.346Z | Downloaded quinn-proto v0.11.8 |
328 | 2024-10-16T03:28:11.356Z | Downloaded openapiv3 v2.0.0 |
329 | 2024-10-16T03:28:11.368Z | Downloaded regex v1.11.0 |
330 | 2024-10-16T03:28:11.379Z | Downloaded chrono v0.4.38 |
331 | 2024-10-16T03:28:11.386Z | Downloaded zerocopy v0.7.35 |
332 | 2024-10-16T03:28:11.401Z | Downloaded hashbrown v0.14.5 |
333 | 2024-10-16T03:28:11.413Z | Downloaded syn v2.0.79 |
334 | 2024-10-16T03:28:11.416Z | Downloaded webpki-roots v0.26.6 |
335 | 2024-10-16T03:28:11.419Z | Downloaded vcpkg v0.2.15 |
336 | 2024-10-16T03:28:11.456Z | Downloaded regress v0.9.1 |
337 | 2024-10-16T03:28:11.463Z | Downloaded rustls v0.23.14 |
338 | 2024-10-16T03:28:11.474Z | Downloaded rustls v0.22.4 |
339 | 2024-10-16T03:28:11.487Z | Downloaded regex-syntax v0.8.5 |
340 | 2024-10-16T03:28:11.495Z | Downloaded encoding_rs v0.8.34 |
341 | 2024-10-16T03:28:11.513Z | Downloaded regress v0.10.1 |
342 | 2024-10-16T03:28:11.521Z | Downloaded typify-impl v0.2.0 |
343 | 2024-10-16T03:28:11.535Z | Downloaded libc v0.2.159 |
344 | 2024-10-16T03:28:11.559Z | Downloaded unicode-normalization v0.1.24 |
345 | 2024-10-16T03:28:11.562Z | Downloaded regex-automata v0.4.8 |
346 | 2024-10-16T03:28:11.578Z | Downloaded http v1.1.0 |
347 | 2024-10-16T03:28:11.581Z | Downloaded tokio v1.40.0 |
348 | 2024-10-16T03:28:11.616Z | Downloaded hashbrown v0.15.0 |
349 | 2024-10-16T03:28:11.621Z | Downloaded serde_derive_internals v0.29.1 |
350 | 2024-10-16T03:28:11.623Z | Downloaded log v0.4.22 |
351 | 2024-10-16T03:28:11.625Z | Downloaded indexmap v1.9.3 |
352 | 2024-10-16T03:28:11.627Z | Downloaded indexmap v2.6.0 |
353 | 2024-10-16T03:28:11.630Z | Downloaded bytes v1.7.2 |
354 | 2024-10-16T03:28:11.634Z | Downloaded bitflags v2.6.0 |
355 | 2024-10-16T03:28:11.637Z | Downloaded smallvec v1.13.2 |
356 | 2024-10-16T03:28:11.639Z | Downloaded native-tls v0.2.12 |
357 | 2024-10-16T03:28:11.642Z | Downloaded toml v0.8.19 |
358 | 2024-10-16T03:28:11.644Z | Downloaded pest_derive v2.7.14 |
359 | 2024-10-16T03:28:11.647Z | Downloaded parking_lot_core v0.9.10 |
360 | 2024-10-16T03:28:11.649Z | Downloaded zerocopy-derive v0.7.35 |
361 | 2024-10-16T03:28:11.651Z | Downloaded multer v3.1.0 |
362 | 2024-10-16T03:28:11.653Z | Downloaded iana-time-zone v0.1.61 |
363 | 2024-10-16T03:28:11.656Z | Downloaded httpdate v1.0.3 |
364 | 2024-10-16T03:28:11.659Z | Downloaded hashbrown v0.12.3 |
365 | 2024-10-16T03:28:11.661Z | Downloaded getrandom v0.2.15 |
366 | 2024-10-16T03:28:11.664Z | Downloaded futures-channel v0.3.31 |
367 | 2024-10-16T03:28:11.664Z | Downloaded base64 v0.22.1 |
368 | 2024-10-16T03:28:11.667Z | Downloaded futures-io v0.3.31 |
369 | 2024-10-16T03:28:11.670Z | Downloaded backoff v0.4.0 |
370 | 2024-10-16T03:28:11.823Z | Downloaded ring v0.17.8 |
371 | 2024-10-16T03:28:12.142Z | Compiling proc-macro2 v1.0.87 |
372 | 2024-10-16T03:28:12.142Z | Compiling unicode-ident v1.0.13 |
373 | 2024-10-16T03:28:12.145Z | Compiling libc v0.2.159 |
374 | 2024-10-16T03:28:12.145Z | Checking cfg-if v1.0.0 |
375 | 2024-10-16T03:28:12.145Z | Compiling autocfg v1.4.0 |
376 | 2024-10-16T03:28:12.145Z | Compiling serde v1.0.210 |
377 | 2024-10-16T03:28:12.165Z | Compiling version_check v0.9.5 |
378 | 2024-10-16T03:28:12.191Z | Checking memchr v2.7.4 |
379 | 2024-10-16T03:28:12.276Z | Compiling serde_json v1.0.128 |
380 | 2024-10-16T03:28:12.323Z | Checking itoa v1.0.11 |
381 | 2024-10-16T03:28:12.709Z | Compiling thiserror v1.0.64 |
382 | 2024-10-16T03:28:12.815Z | Checking once_cell v1.20.2 |
383 | 2024-10-16T03:28:12.913Z | Compiling shlex v1.3.0 |
384 | 2024-10-16T03:28:13.083Z | Checking pin-project-lite v0.2.14 |
385 | 2024-10-16T03:28:13.208Z | Compiling cc v1.1.30 |
386 | 2024-10-16T03:28:13.273Z | Compiling num-traits v0.2.19 |
387 | 2024-10-16T03:28:13.385Z | Checking bytes v1.7.2 |
388 | 2024-10-16T03:28:13.515Z | Checking ryu v1.0.18 |
389 | 2024-10-16T03:28:13.551Z | Checking getrandom v0.2.15 |
390 | 2024-10-16T03:28:13.688Z | Compiling quote v1.0.37 |
391 | 2024-10-16T03:28:13.775Z | Checking futures-core v0.3.31 |
392 | 2024-10-16T03:28:13.820Z | Compiling lock_api v0.4.12 |
393 | 2024-10-16T03:28:13.981Z | Compiling byteorder v1.5.0 |
394 | 2024-10-16T03:28:14.024Z | Compiling parking_lot_core v0.9.10 |
395 | 2024-10-16T03:28:14.097Z | Compiling syn v2.0.79 |
396 | 2024-10-16T03:28:14.273Z | Compiling ahash v0.8.11 |
397 | 2024-10-16T03:28:14.293Z | Compiling schemars v0.8.21 |
398 | 2024-10-16T03:28:14.311Z | Checking scopeguard v1.2.0 |
399 | 2024-10-16T03:28:14.337Z | Checking smallvec v1.13.2 |
400 | 2024-10-16T03:28:14.494Z | Compiling slab v0.4.9 |
401 | 2024-10-16T03:28:14.705Z | Checking log v0.4.22 |
402 | 2024-10-16T03:28:14.722Z | Checking futures-sink v0.3.31 |
403 | 2024-10-16T03:28:14.796Z | Checking socket2 v0.5.7 |
404 | 2024-10-16T03:28:14.853Z | Checking mio v1.0.2 |
405 | 2024-10-16T03:28:14.871Z | Checking signal-hook-registry v1.4.2 |
406 | 2024-10-16T03:28:14.965Z | Checking fnv v1.0.7 |
407 | 2024-10-16T03:28:14.989Z | Checking parking_lot v0.12.3 |
408 | 2024-10-16T03:28:15.077Z | Checking equivalent v1.0.1 |
409 | 2024-10-16T03:28:15.097Z | Checking hashbrown v0.15.0 |
410 | 2024-10-16T03:28:15.177Z | Checking http v1.1.0 |
411 | 2024-10-16T03:28:15.212Z | Checking futures-channel v0.3.31 |
412 | 2024-10-16T03:28:15.271Z | Checking futures-io v0.3.31 |
413 | 2024-10-16T03:28:15.319Z | Checking pin-utils v0.1.0 |
414 | 2024-10-16T03:28:15.428Z | Checking futures-task v0.3.31 |
415 | 2024-10-16T03:28:15.447Z | Compiling pkg-config v0.3.31 |
416 | 2024-10-16T03:28:15.505Z | Compiling vcpkg v0.2.15 |
417 | 2024-10-16T03:28:15.607Z | Checking rustls-pki-types v1.9.0 |
418 | 2024-10-16T03:28:15.671Z | Compiling semver v1.0.23 |
419 | 2024-10-16T03:28:16.226Z | Compiling heck v0.5.0 |
420 | 2024-10-16T03:28:16.245Z | Checking spin v0.9.8 |
421 | 2024-10-16T03:28:16.248Z | Compiling ring v0.17.8 |
422 | 2024-10-16T03:28:16.461Z | Compiling ucd-trie v0.1.7 |
423 | 2024-10-16T03:28:16.630Z | Compiling httparse v1.9.5 |
424 | 2024-10-16T03:28:16.733Z | Checking untrusted v0.9.0 |
425 | 2024-10-16T03:28:16.803Z | Checking iana-time-zone v0.1.61 |
426 | 2024-10-16T03:28:17.021Z | Checking tracing-core v0.1.32 |
427 | 2024-10-16T03:28:17.135Z | Compiling allocator-api2 v0.2.18 |
428 | 2024-10-16T03:28:17.341Z | Compiling openssl-sys v0.9.103 |
429 | 2024-10-16T03:28:17.518Z | Checking atomic-waker v1.1.2 |
430 | 2024-10-16T03:28:17.632Z | Checking dyn-clone v1.0.17 |
431 | 2024-10-16T03:28:17.773Z | Checking tracing v0.1.40 |
432 | 2024-10-16T03:28:17.898Z | Checking http-body v1.0.1 |
433 | 2024-10-16T03:28:18.072Z | Checking zeroize v1.8.1 |
434 | 2024-10-16T03:28:18.263Z | Checking subtle v2.6.1 |
435 | 2024-10-16T03:28:18.342Z | Compiling uuid v1.10.0 |
436 | 2024-10-16T03:28:18.425Z | Checking try-lock v0.2.5 |
437 | 2024-10-16T03:28:18.428Z | Checking httpdate v1.0.3 |
438 | 2024-10-16T03:28:18.470Z | Compiling slog v2.7.0 |
439 | 2024-10-16T03:28:18.549Z | Checking want v0.3.1 |
440 | 2024-10-16T03:28:18.672Z | Compiling chrono v0.4.38 |
441 | 2024-10-16T03:28:18.726Z | Checking foreign-types-shared v0.1.1 |
442 | 2024-10-16T03:28:18.753Z | Compiling openssl v0.10.66 |
443 | 2024-10-16T03:28:18.895Z | Checking foreign-types v0.3.2 |
444 | 2024-10-16T03:28:19.022Z | Compiling aho-corasick v1.1.3 |
445 | 2024-10-16T03:28:19.222Z | Compiling rustls v0.23.14 |
446 | 2024-10-16T03:28:19.528Z | Checking tinyvec_macros v0.1.1 |
447 | 2024-10-16T03:28:19.617Z | Checking bitflags v2.6.0 |
448 | 2024-10-16T03:28:19.799Z | Checking percent-encoding v2.3.1 |
449 | 2024-10-16T03:28:19.862Z | Compiling typenum v1.17.0 |
450 | 2024-10-16T03:28:19.990Z | Compiling regex-syntax v0.8.5 |
451 | 2024-10-16T03:28:20.179Z | Checking tower-service v0.3.3 |
452 | 2024-10-16T03:28:20.301Z | Compiling native-tls v0.2.12 |
453 | 2024-10-16T03:28:20.705Z | Checking form_urlencoded v1.2.1 |
454 | 2024-10-16T03:28:20.746Z | Checking tinyvec v1.8.0 |
455 | 2024-10-16T03:28:20.908Z | Compiling generic-array v0.14.7 |
456 | 2024-10-16T03:28:21.249Z | Compiling serde_derive_internals v0.29.1 |
457 | 2024-10-16T03:28:21.318Z | Checking openssl-probe v0.1.5 |
458 | 2024-10-16T03:28:22.166Z | Checking unicode-normalization v0.1.24 |
459 | 2024-10-16T03:28:22.423Z | Checking rustls-webpki v0.102.8 |
460 | 2024-10-16T03:28:23.420Z | Compiling regex-automata v0.4.8 |
461 | 2024-10-16T03:28:23.859Z | Compiling usdt-impl v0.5.0 |
462 | 2024-10-16T03:28:24.114Z | Checking encoding_rs v0.8.34 |
463 | 2024-10-16T03:28:24.165Z | Compiling time-core v0.1.2 |
464 | 2024-10-16T03:28:24.243Z | Checking mime v0.3.17 |
465 | 2024-10-16T03:28:24.342Z | Compiling num-conv v0.1.0 |
466 | 2024-10-16T03:28:24.580Z | Checking powerfmt v0.2.0 |
467 | 2024-10-16T03:28:24.639Z | Checking unicode-bidi v0.3.17 |
468 | 2024-10-16T03:28:24.853Z | Checking deranged v0.3.11 |
469 | 2024-10-16T03:28:25.274Z | Checking idna v0.5.0 |
470 | 2024-10-16T03:28:25.744Z | Compiling time-macros v0.2.18 |
471 | 2024-10-16T03:28:26.400Z | Compiling thread-id v4.2.2 |
472 | 2024-10-16T03:28:26.513Z | Checking rustls-pemfile v2.2.0 |
473 | 2024-10-16T03:28:26.570Z | Compiling serde_derive v1.0.210 |
474 | 2024-10-16T03:28:26.711Z | Compiling zerocopy-derive v0.7.35 |
475 | 2024-10-16T03:28:26.729Z | Compiling thiserror-impl v1.0.64 |
476 | 2024-10-16T03:28:27.404Z | Compiling schemars_derive v0.8.21 |
477 | 2024-10-16T03:28:27.948Z | Compiling tokio-macros v2.4.0 |
478 | 2024-10-16T03:28:27.951Z | Compiling futures-macro v0.3.31 |
479 | 2024-10-16T03:28:28.721Z | Compiling zerocopy v0.7.35 |
480 | 2024-10-16T03:28:29.483Z | Checking tokio v1.40.0 |
481 | 2024-10-16T03:28:29.644Z | Compiling pest v2.7.14 |
482 | 2024-10-16T03:28:29.813Z | Checking futures-util v0.3.31 |
483 | 2024-10-16T03:28:30.350Z | Compiling openssl-macros v0.1.1 |
484 | 2024-10-16T03:28:30.731Z | Compiling hashbrown v0.14.5 |
485 | 2024-10-16T03:28:30.941Z | Compiling regex v1.11.0 |
486 | 2024-10-16T03:28:31.902Z | Compiling scroll_derive v0.12.0 |
487 | 2024-10-16T03:28:31.904Z | Checking regress v0.10.1 |
488 | 2024-10-16T03:28:32.602Z | Compiling pest_meta v2.7.14 |
489 | 2024-10-16T03:28:33.351Z | Checking scroll v0.12.0 |
490 | 2024-10-16T03:28:34.850Z | Compiling pest_generator v2.7.14 |
491 | 2024-10-16T03:28:35.407Z | Checking http-body-util v0.1.2 |
492 | 2024-10-16T03:28:36.586Z | Checking webpki-roots v0.26.6 |
493 | 2024-10-16T03:28:36.669Z | Checking tokio-util v0.7.12 |
494 | 2024-10-16T03:28:36.767Z | Checking tokio-rustls v0.26.0 |
495 | 2024-10-16T03:28:36.786Z | Compiling ident_case v1.0.1 |
496 | 2024-10-16T03:28:36.805Z | Compiling pest_derive v2.7.14 |
497 | 2024-10-16T03:28:36.906Z | Checking tokio-native-tls v0.3.1 |
498 | 2024-10-16T03:28:37.128Z | Compiling strsim v0.11.1 |
499 | 2024-10-16T03:28:37.400Z | Checking plain v0.2.3 |
500 | 2024-10-16T03:28:37.499Z | Checking num_threads v0.1.7 |
501 | 2024-10-16T03:28:37.551Z | Checking base64 v0.22.1 |
502 | 2024-10-16T03:28:37.618Z | Compiling crossbeam-utils v0.8.20 |
503 | 2024-10-16T03:28:37.643Z | Compiling dtrace-parser v0.2.0 |
504 | 2024-10-16T03:28:38.007Z | Checking time v0.3.36 |
505 | 2024-10-16T03:28:38.483Z | Checking goblin v0.8.2 |
506 | 2024-10-16T03:28:39.164Z | Checking indexmap v2.6.0 |
507 | 2024-10-16T03:28:39.917Z | Compiling serde_tokenstream v0.2.2 |
508 | 2024-10-16T03:28:40.441Z | Checking h2 v0.4.6 |
509 | 2024-10-16T03:28:40.519Z | Checking serde_urlencoded v0.7.1 |
510 | 2024-10-16T03:28:40.947Z | Checking openapiv3 v2.0.0 |
511 | 2024-10-16T03:28:41.329Z | Compiling darling_core v0.20.10 |
512 | 2024-10-16T03:28:41.904Z | Compiling dof v0.3.0 |
513 | 2024-10-16T03:28:43.040Z | Checking typify-impl v0.2.0 |
514 | 2024-10-16T03:28:43.582Z | Checking url v2.5.2 |
515 | 2024-10-16T03:28:44.353Z | Checking sync_wrapper v1.0.1 |
516 | 2024-10-16T03:28:44.396Z | Checking dirs-sys-next v0.1.2 |
517 | 2024-10-16T03:28:44.575Z | Compiling unsafe-libyaml v0.2.11 |
518 | 2024-10-16T03:28:44.663Z | Checking hyper v1.4.1 |
519 | 2024-10-16T03:28:44.872Z | Compiling omicron-workspace-hack v0.1.0 |
520 | 2024-10-16T03:28:45.052Z | Checking ipnet v2.10.1 |
521 | 2024-10-16T03:28:45.202Z | Compiling paste v1.0.15 |
522 | 2024-10-16T03:28:45.491Z | Compiling rustls v0.22.4 |
523 | 2024-10-16T03:28:45.521Z | Checking pretty-hex v0.4.1 |
524 | 2024-10-16T03:28:45.697Z | Compiling rustversion v1.0.17 |
525 | 2024-10-16T03:28:45.995Z | Compiling serde_yaml v0.9.34+deprecated |
526 | 2024-10-16T03:28:46.374Z | Checking dirs-next v2.0.0 |
527 | 2024-10-16T03:28:46.416Z | Checking toml_datetime v0.6.8 |
528 | 2024-10-16T03:28:46.498Z | Checking serde_spanned v0.6.8 |
529 | 2024-10-16T03:28:46.641Z | Checking hyper-util v0.1.9 |
530 | 2024-10-16T03:28:46.679Z | Checking ppv-lite86 v0.2.20 |
531 | 2024-10-16T03:28:46.699Z | Checking block-buffer v0.10.4 |
532 | 2024-10-16T03:28:46.845Z | Checking crypto-common v0.1.6 |
533 | 2024-10-16T03:28:46.900Z | Compiling structmeta-derive v0.3.0 |
534 | 2024-10-16T03:28:47.010Z | Checking rand_core v0.6.4 |
535 | 2024-10-16T03:28:47.299Z | Checking thread_local v1.1.8 |
536 | 2024-10-16T03:28:47.332Z | Compiling multer v3.1.0 |
537 | 2024-10-16T03:28:47.348Z | Compiling darling_macro v0.20.10 |
538 | 2024-10-16T03:28:47.413Z | Compiling camino v1.1.9 |
539 | 2024-10-16T03:28:47.561Z | Checking winnow v0.6.20 |
540 | 2024-10-16T03:28:47.676Z | Compiling newtype-uuid v1.1.2 |
541 | 2024-10-16T03:28:47.991Z | Compiling anyhow v1.0.89 |
542 | 2024-10-16T03:28:48.028Z | Checking match_cfg v0.1.0 |
543 | 2024-10-16T03:28:48.119Z | Compiling slog-async v2.8.0 |
544 | 2024-10-16T03:28:48.266Z | Compiling darling v0.20.10 |
545 | 2024-10-16T03:28:48.298Z | Checking hyper-tls v0.6.0 |
546 | 2024-10-16T03:28:48.376Z | Checking hyper-rustls v0.27.3 |
547 | 2024-10-16T03:28:48.574Z | Checking hostname v0.3.1 |
548 | 2024-10-16T03:28:48.657Z | Checking reqwest v0.12.8 |
549 | 2024-10-16T03:28:48.767Z | Checking rand_chacha v0.3.1 |
550 | 2024-10-16T03:28:48.816Z | Checking crossbeam-channel v0.5.13 |
551 | 2024-10-16T03:28:49.139Z | Checking digest v0.10.7 |
552 | 2024-10-16T03:28:49.319Z | Checking term v0.7.0 |
553 | 2024-10-16T03:28:49.457Z | Compiling structmeta v0.3.0 |
554 | 2024-10-16T03:28:49.736Z | Compiling usdt-macro v0.5.0 |
555 | 2024-10-16T03:28:49.837Z | Compiling usdt-attr-macro v0.5.0 |
556 | 2024-10-16T03:28:50.050Z | Checking progenitor-client v0.8.0 |
557 | 2024-10-16T03:28:50.348Z | Checking slog-json v2.6.1 |
558 | 2024-10-16T03:28:50.571Z | Checking toml_edit v0.22.22 |
559 | 2024-10-16T03:28:50.589Z | Checking futures-executor v0.3.31 |
560 | 2024-10-16T03:28:50.659Z | Compiling async-stream-impl v0.3.6 |
561 | 2024-10-16T03:28:50.733Z | Checking is-terminal v0.4.13 |
562 | 2024-10-16T03:28:50.810Z | Checking memmap v0.7.0 |
563 | 2024-10-16T03:28:50.857Z | Compiling dropshot v0.12.0 |
564 | 2024-10-16T03:28:51.003Z | Checking take_mut v0.2.2 |
565 | 2024-10-16T03:28:51.023Z | Checking cpufeatures v0.2.14 |
566 | 2024-10-16T03:28:51.117Z | Checking sha1 v0.10.6 |
567 | 2024-10-16T03:28:51.237Z | Checking usdt v0.5.0 |
568 | 2024-10-16T03:28:51.281Z | Checking slog-term v2.9.1 |
569 | 2024-10-16T03:28:51.377Z | Checking futures v0.3.31 |
570 | 2024-10-16T03:28:51.465Z | Compiling strum_macros v0.26.4 |
571 | 2024-10-16T03:28:51.484Z | Checking slog-bunyan v2.5.0 |
572 | 2024-10-16T03:28:51.486Z | Compiling parse-display-derive v0.10.0 |
573 | 2024-10-16T03:28:51.650Z | Checking rand v0.8.5 |
574 | 2024-10-16T03:28:51.913Z | Checking async-stream v0.3.6 |
575 | 2024-10-16T03:28:52.694Z | Compiling serde_with_macros v3.11.0 |
576 | 2024-10-16T03:28:52.831Z | Checking ipnetwork v0.20.0 |
577 | 2024-10-16T03:28:52.868Z | Compiling dropshot_endpoint v0.12.0 |
578 | 2024-10-16T03:28:53.070Z | Checking toml v0.8.19 |
579 | 2024-10-16T03:28:53.101Z | Checking tokio-rustls v0.25.0 |
580 | 2024-10-16T03:28:53.193Z | Checking serde_path_to_error v0.1.16 |
581 | 2024-10-16T03:28:53.450Z | Checking hex v0.4.3 |
582 | 2024-10-16T03:28:53.788Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
583 | 2024-10-16T03:28:53.845Z | Compiling async-trait v0.1.83 |
584 | 2024-10-16T03:28:53.983Z | Checking waitgroup v0.1.2 |
585 | 2024-10-16T03:28:54.122Z | Checking hostname v0.4.0 |
586 | 2024-10-16T03:28:54.259Z | Checking instant v0.1.13 |
587 | 2024-10-16T03:28:54.378Z | Checking debug-ignore v1.0.5 |
588 | 2024-10-16T03:28:54.514Z | Checking backoff v0.4.0 |
589 | 2024-10-16T03:28:54.600Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
590 | 2024-10-16T03:28:54.760Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
591 | 2024-10-16T03:28:54.796Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
592 | 2024-10-16T03:28:54.895Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
593 | 2024-10-16T03:28:55.127Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
594 | 2024-10-16T03:28:55.254Z | Checking serde_with v3.11.0 |
595 | 2024-10-16T03:28:55.438Z | Checking parse-display v0.10.0 |
596 | 2024-10-16T03:28:55.470Z | Checking macaddr v1.0.1 |
597 | 2024-10-16T03:28:55.665Z | Checking regress v0.9.1 |
598 | 2024-10-16T03:28:55.889Z | Checking strum v0.26.3 |
599 | 2024-10-16T03:28:56.842Z | Compiling typify-macro v0.2.0 |
600 | 2024-10-16T03:28:58.851Z | Compiling typify v0.2.0 |
601 | 2024-10-16T03:28:58.919Z | Compiling progenitor-impl v0.8.0 |
602 | 2024-10-16T03:29:01.442Z | Compiling progenitor-macro v0.8.0 |
603 | 2024-10-16T03:29:06.470Z | Checking progenitor v0.8.0 |
604 | 2024-10-16T03:29:06.580Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
605 | 2024-10-16T03:29:09.366Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
606 | 2024-10-16T03:29:16.595Z | Checking test-project v0.1.0 (/tmp/test-project) |
607 | 2024-10-16T03:29:16.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
608 | 2024-10-16T03:29:16.967Z | + cargo build --release |
609 | 2024-10-16T03:29:17.213Z | Compiling proc-macro2 v1.0.87 |
610 | 2024-10-16T03:29:17.213Z | Compiling unicode-ident v1.0.13 |
611 | 2024-10-16T03:29:17.213Z | Compiling libc v0.2.159 |
612 | 2024-10-16T03:29:17.216Z | Compiling cfg-if v1.0.0 |
613 | 2024-10-16T03:29:17.216Z | Compiling autocfg v1.4.0 |
614 | 2024-10-16T03:29:17.216Z | Compiling serde v1.0.210 |
615 | 2024-10-16T03:29:17.254Z | Compiling version_check v0.9.5 |
616 | 2024-10-16T03:29:17.256Z | Compiling memchr v2.7.4 |
617 | 2024-10-16T03:29:17.328Z | Compiling serde_json v1.0.128 |
618 | 2024-10-16T03:29:17.395Z | Compiling itoa v1.0.11 |
619 | 2024-10-16T03:29:17.680Z | Compiling thiserror v1.0.64 |
620 | 2024-10-16T03:29:17.798Z | Compiling once_cell v1.20.2 |
621 | 2024-10-16T03:29:17.857Z | Compiling shlex v1.3.0 |
622 | 2024-10-16T03:29:18.063Z | Compiling cc v1.1.30 |
623 | 2024-10-16T03:29:18.229Z | Compiling num-traits v0.2.19 |
624 | 2024-10-16T03:29:18.579Z | Compiling pin-project-lite v0.2.14 |
625 | 2024-10-16T03:29:18.688Z | Compiling quote v1.0.37 |
626 | 2024-10-16T03:29:18.694Z | Compiling getrandom v0.2.15 |
627 | 2024-10-16T03:29:18.731Z | Compiling bytes v1.7.2 |
628 | 2024-10-16T03:29:18.753Z | Compiling ryu v1.0.18 |
629 | 2024-10-16T03:29:18.983Z | Compiling futures-core v0.3.31 |
630 | 2024-10-16T03:29:19.045Z | Compiling syn v2.0.79 |
631 | 2024-10-16T03:29:19.280Z | Compiling lock_api v0.4.12 |
632 | 2024-10-16T03:29:19.307Z | Compiling ahash v0.8.11 |
633 | 2024-10-16T03:29:19.347Z | Compiling byteorder v1.5.0 |
634 | 2024-10-16T03:29:19.407Z | Compiling parking_lot_core v0.9.10 |
635 | 2024-10-16T03:29:19.616Z | Compiling schemars v0.8.21 |
636 | 2024-10-16T03:29:19.910Z | Compiling smallvec v1.13.2 |
637 | 2024-10-16T03:29:19.953Z | Compiling scopeguard v1.2.0 |
638 | 2024-10-16T03:29:19.985Z | Compiling slab v0.4.9 |
639 | 2024-10-16T03:29:19.992Z | Compiling log v0.4.22 |
640 | 2024-10-16T03:29:20.365Z | Compiling futures-sink v0.3.31 |
641 | 2024-10-16T03:29:20.434Z | Compiling signal-hook-registry v1.4.2 |
642 | 2024-10-16T03:29:20.502Z | Compiling mio v1.0.2 |
643 | 2024-10-16T03:29:20.504Z | Compiling socket2 v0.5.7 |
644 | 2024-10-16T03:29:20.614Z | Compiling equivalent v1.0.1 |
645 | 2024-10-16T03:29:20.710Z | Compiling parking_lot v0.12.3 |
646 | 2024-10-16T03:29:20.823Z | Compiling hashbrown v0.15.0 |
647 | 2024-10-16T03:29:20.946Z | Compiling ring v0.17.8 |
648 | 2024-10-16T03:29:21.182Z | Compiling fnv v1.0.7 |
649 | 2024-10-16T03:29:21.303Z | Compiling http v1.1.0 |
650 | 2024-10-16T03:29:22.008Z | Compiling futures-channel v0.3.31 |
651 | 2024-10-16T03:29:22.085Z | Compiling futures-io v0.3.31 |
652 | 2024-10-16T03:29:22.152Z | Compiling semver v1.0.23 |
653 | 2024-10-16T03:29:22.312Z | Compiling futures-task v0.3.31 |
654 | 2024-10-16T03:29:22.419Z | Compiling pin-utils v0.1.0 |
655 | 2024-10-16T03:29:22.498Z | Compiling rustls-pki-types v1.9.0 |
656 | 2024-10-16T03:29:22.582Z | Compiling spin v0.9.8 |
657 | 2024-10-16T03:29:22.652Z | Compiling vcpkg v0.2.15 |
658 | 2024-10-16T03:29:22.660Z | Compiling heck v0.5.0 |
659 | 2024-10-16T03:29:22.797Z | Compiling pkg-config v0.3.31 |
660 | 2024-10-16T03:29:23.432Z | Compiling iana-time-zone v0.1.61 |
661 | 2024-10-16T03:29:23.999Z | Compiling untrusted v0.9.0 |
662 | 2024-10-16T03:29:24.093Z | Compiling ucd-trie v0.1.7 |
663 | 2024-10-16T03:29:24.169Z | Compiling httparse v1.9.5 |
664 | 2024-10-16T03:29:24.271Z | Compiling openssl-sys v0.9.103 |
665 | 2024-10-16T03:29:24.573Z | Compiling tracing-core v0.1.32 |
666 | 2024-10-16T03:29:25.015Z | Compiling atomic-waker v1.1.2 |
667 | 2024-10-16T03:29:25.190Z | Compiling allocator-api2 v0.2.18 |
668 | 2024-10-16T03:29:25.209Z | Compiling dyn-clone v1.0.17 |
669 | 2024-10-16T03:29:25.402Z | Compiling tracing v0.1.40 |
670 | 2024-10-16T03:29:25.932Z | Compiling serde_derive_internals v0.29.1 |
671 | 2024-10-16T03:29:26.078Z | Compiling http-body v1.0.1 |
672 | 2024-10-16T03:29:26.223Z | Compiling chrono v0.4.38 |
673 | 2024-10-16T03:29:26.364Z | Compiling subtle v2.6.1 |
674 | 2024-10-16T03:29:26.744Z | Compiling try-lock v0.2.5 |
675 | 2024-10-16T03:29:26.883Z | Compiling zeroize v1.8.1 |
676 | 2024-10-16T03:29:26.961Z | Compiling uuid v1.10.0 |
677 | 2024-10-16T03:29:27.201Z | Compiling want v0.3.1 |
678 | 2024-10-16T03:29:27.514Z | Compiling slog v2.7.0 |
679 | 2024-10-16T03:29:27.888Z | Compiling httpdate v1.0.3 |
680 | 2024-10-16T03:29:28.014Z | Compiling openssl v0.10.66 |
681 | 2024-10-16T03:29:28.137Z | Compiling foreign-types-shared v0.1.1 |
682 | 2024-10-16T03:29:28.233Z | Compiling foreign-types v0.3.2 |
683 | 2024-10-16T03:29:28.480Z | Compiling aho-corasick v1.1.3 |
684 | 2024-10-16T03:29:28.605Z | Compiling typenum v1.17.0 |
685 | 2024-10-16T03:29:29.347Z | Compiling bitflags v2.6.0 |
686 | 2024-10-16T03:29:29.607Z | Compiling tower-service v0.3.3 |
687 | 2024-10-16T03:29:29.700Z | Compiling rustls v0.23.14 |
688 | 2024-10-16T03:29:29.715Z | Compiling regex-syntax v0.8.5 |
689 | 2024-10-16T03:29:29.722Z | Compiling percent-encoding v2.3.1 |
690 | 2024-10-16T03:29:30.168Z | Compiling tinyvec_macros v0.1.1 |
691 | 2024-10-16T03:29:30.253Z | Compiling native-tls v0.2.12 |
692 | 2024-10-16T03:29:30.476Z | Compiling tinyvec v1.8.0 |
693 | 2024-10-16T03:29:30.648Z | Compiling form_urlencoded v1.2.1 |
694 | 2024-10-16T03:29:31.209Z | Compiling generic-array v0.14.7 |
695 | 2024-10-16T03:29:31.401Z | Compiling serde_derive v1.0.210 |
696 | 2024-10-16T03:29:31.537Z | Compiling zerocopy-derive v0.7.35 |
697 | 2024-10-16T03:29:31.826Z | Compiling thiserror-impl v1.0.64 |
698 | 2024-10-16T03:29:31.984Z | Compiling schemars_derive v0.8.21 |
699 | 2024-10-16T03:29:32.114Z | Compiling tokio-macros v2.4.0 |
700 | 2024-10-16T03:29:32.787Z | Compiling futures-macro v0.3.31 |
701 | 2024-10-16T03:29:33.546Z | Compiling zerocopy v0.7.35 |
702 | 2024-10-16T03:29:34.652Z | Compiling tokio v1.40.0 |
703 | 2024-10-16T03:29:34.719Z | Compiling futures-util v0.3.31 |
704 | 2024-10-16T03:29:35.197Z | Compiling pest v2.7.14 |
705 | 2024-10-16T03:29:35.467Z | Compiling hashbrown v0.14.5 |
706 | 2024-10-16T03:29:36.033Z | Compiling openssl-macros v0.1.1 |
707 | 2024-10-16T03:29:36.717Z | Compiling regress v0.10.1 |
708 | 2024-10-16T03:29:38.038Z | Compiling pest_meta v2.7.14 |
709 | 2024-10-16T03:29:41.677Z | Compiling rustls-webpki v0.102.8 |
710 | 2024-10-16T03:29:42.069Z | Compiling pest_generator v2.7.14 |
711 | 2024-10-16T03:29:43.750Z | Compiling tokio-util v0.7.12 |
712 | 2024-10-16T03:29:44.725Z | Compiling pest_derive v2.7.14 |
713 | 2024-10-16T03:29:45.712Z | Compiling indexmap v2.6.0 |
714 | 2024-10-16T03:29:47.282Z | Compiling regex-automata v0.4.8 |
715 | 2024-10-16T03:29:47.412Z | Compiling h2 v0.4.6 |
716 | 2024-10-16T03:29:50.380Z | Compiling serde_tokenstream v0.2.2 |
717 | 2024-10-16T03:29:52.862Z | Compiling hyper v1.4.1 |
718 | 2024-10-16T03:29:54.498Z | Compiling typify-impl v0.2.0 |
719 | 2024-10-16T03:29:54.787Z | Compiling openssl-probe v0.1.5 |
720 | 2024-10-16T03:29:56.432Z | Compiling hyper-util v0.1.9 |
721 | 2024-10-16T03:30:02.380Z | Compiling regex v1.11.0 |
722 | 2024-10-16T03:30:02.933Z | Compiling http-body-util v0.1.2 |
723 | 2024-10-16T03:30:03.079Z | Compiling unicode-normalization v0.1.24 |
724 | 2024-10-16T03:30:03.430Z | Compiling scroll_derive v0.12.0 |
725 | 2024-10-16T03:30:04.849Z | Compiling usdt-impl v0.5.0 |
726 | 2024-10-16T03:30:04.896Z | Compiling encoding_rs v0.8.34 |
727 | 2024-10-16T03:30:04.936Z | Compiling mime v0.3.17 |
728 | 2024-10-16T03:30:05.722Z | Compiling num-conv v0.1.0 |
729 | 2024-10-16T03:30:05.980Z | Compiling unicode-bidi v0.3.17 |
730 | 2024-10-16T03:30:06.015Z | Compiling time-core v0.1.2 |
731 | 2024-10-16T03:30:06.174Z | Compiling powerfmt v0.2.0 |
732 | 2024-10-16T03:30:06.644Z | Compiling typify-macro v0.2.0 |
733 | 2024-10-16T03:30:06.668Z | Compiling deranged v0.3.11 |
734 | 2024-10-16T03:30:08.866Z | Compiling idna v0.5.0 |
735 | 2024-10-16T03:30:10.507Z | Compiling time-macros v0.2.18 |
736 | 2024-10-16T03:30:13.664Z | Compiling scroll v0.12.0 |
737 | 2024-10-16T03:30:14.293Z | Compiling tokio-rustls v0.26.0 |
738 | 2024-10-16T03:30:14.758Z | Compiling thread-id v4.2.2 |
739 | 2024-10-16T03:30:14.857Z | Compiling tokio-native-tls v0.3.1 |
740 | 2024-10-16T03:30:15.135Z | Compiling dof v0.3.0 |
741 | 2024-10-16T03:30:15.338Z | Compiling dtrace-parser v0.2.0 |
742 | 2024-10-16T03:30:15.434Z | Compiling serde_urlencoded v0.7.1 |
743 | 2024-10-16T03:30:16.021Z | Compiling webpki-roots v0.26.6 |
744 | 2024-10-16T03:30:16.226Z | Compiling rustls-pemfile v2.2.0 |
745 | 2024-10-16T03:30:17.094Z | Compiling num_threads v0.1.7 |
746 | 2024-10-16T03:30:17.134Z | Compiling strsim v0.11.1 |
747 | 2024-10-16T03:30:17.210Z | Compiling base64 v0.22.1 |
748 | 2024-10-16T03:30:17.872Z | Compiling crossbeam-utils v0.8.20 |
749 | 2024-10-16T03:30:18.295Z | Compiling plain v0.2.3 |
750 | 2024-10-16T03:30:18.474Z | Compiling omicron-workspace-hack v0.1.0 |
751 | 2024-10-16T03:30:18.804Z | Compiling ident_case v1.0.1 |
752 | 2024-10-16T03:30:21.884Z | Compiling darling_core v0.20.10 |
753 | 2024-10-16T03:30:22.505Z | Compiling goblin v0.8.2 |
754 | 2024-10-16T03:30:24.133Z | Compiling time v0.3.36 |
755 | 2024-10-16T03:30:24.697Z | Compiling hyper-rustls v0.27.3 |
756 | 2024-10-16T03:30:27.922Z | Compiling hyper-tls v0.6.0 |
757 | 2024-10-16T03:30:28.390Z | Compiling typify v0.2.0 |
758 | 2024-10-16T03:30:28.511Z | Compiling url v2.5.2 |
759 | 2024-10-16T03:30:31.711Z | Compiling openapiv3 v2.0.0 |
760 | 2024-10-16T03:30:34.112Z | Compiling sync_wrapper v1.0.1 |
761 | 2024-10-16T03:30:34.120Z | Compiling dirs-sys-next v0.1.2 |
762 | 2024-10-16T03:30:34.646Z | Compiling rustversion v1.0.17 |
763 | 2024-10-16T03:30:35.207Z | Compiling unsafe-libyaml v0.2.11 |
764 | 2024-10-16T03:30:35.311Z | Compiling ipnet v2.10.1 |
765 | 2024-10-16T03:30:36.013Z | Compiling paste v1.0.15 |
766 | 2024-10-16T03:30:36.511Z | Compiling pretty-hex v0.4.1 |
767 | 2024-10-16T03:30:36.730Z | Compiling rustls v0.22.4 |
768 | 2024-10-16T03:30:37.066Z | Compiling serde_yaml v0.9.34+deprecated |
769 | 2024-10-16T03:30:37.937Z | Compiling reqwest v0.12.8 |
770 | 2024-10-16T03:30:38.973Z | Compiling progenitor-impl v0.8.0 |
771 | 2024-10-16T03:30:39.633Z | Compiling dirs-next v2.0.0 |
772 | 2024-10-16T03:30:39.891Z | Compiling darling_macro v0.20.10 |
773 | 2024-10-16T03:30:42.768Z | Compiling block-buffer v0.10.4 |
774 | 2024-10-16T03:30:43.006Z | Compiling crypto-common v0.1.6 |
775 | 2024-10-16T03:30:43.179Z | Compiling toml_datetime v0.6.8 |
776 | 2024-10-16T03:30:43.210Z | Compiling serde_spanned v0.6.8 |
777 | 2024-10-16T03:30:43.449Z | Compiling ppv-lite86 v0.2.20 |
778 | 2024-10-16T03:30:43.560Z | Compiling structmeta-derive v0.3.0 |
779 | 2024-10-16T03:30:43.855Z | Compiling rand_core v0.6.4 |
780 | 2024-10-16T03:30:44.360Z | Compiling thread_local v1.1.8 |
781 | 2024-10-16T03:30:44.417Z | Compiling multer v3.1.0 |
782 | 2024-10-16T03:30:44.764Z | Compiling anyhow v1.0.89 |
783 | 2024-10-16T03:30:45.093Z | Compiling slog-async v2.8.0 |
784 | 2024-10-16T03:30:45.355Z | Compiling winnow v0.6.20 |
785 | 2024-10-16T03:30:45.577Z | Compiling match_cfg v0.1.0 |
786 | 2024-10-16T03:30:45.591Z | Compiling camino v1.1.9 |
787 | 2024-10-16T03:30:45.657Z | Compiling newtype-uuid v1.1.2 |
788 | 2024-10-16T03:30:45.987Z | Compiling hostname v0.3.1 |
789 | 2024-10-16T03:30:46.230Z | Compiling progenitor-macro v0.8.0 |
790 | 2024-10-16T03:30:46.238Z | Compiling structmeta v0.3.0 |
791 | 2024-10-16T03:30:46.577Z | Compiling rand_chacha v0.3.1 |
792 | 2024-10-16T03:30:46.602Z | Compiling digest v0.10.7 |
793 | 2024-10-16T03:30:47.004Z | Compiling crossbeam-channel v0.5.13 |
794 | 2024-10-16T03:30:48.308Z | Compiling darling v0.20.10 |
795 | 2024-10-16T03:30:48.411Z | Compiling term v0.7.0 |
796 | 2024-10-16T03:30:48.612Z | Compiling progenitor-client v0.8.0 |
797 | 2024-10-16T03:30:49.553Z | Compiling toml_edit v0.22.22 |
798 | 2024-10-16T03:30:52.974Z | Compiling usdt-macro v0.5.0 |
799 | 2024-10-16T03:30:54.325Z | Compiling usdt-attr-macro v0.5.0 |
800 | 2024-10-16T03:30:55.832Z | Compiling slog-json v2.6.1 |
801 | 2024-10-16T03:30:56.321Z | Compiling futures-executor v0.3.31 |
802 | 2024-10-16T03:30:57.497Z | Compiling async-stream-impl v0.3.6 |
803 | 2024-10-16T03:30:57.681Z | Compiling memmap v0.7.0 |
804 | 2024-10-16T03:30:58.112Z | Compiling is-terminal v0.4.13 |
805 | 2024-10-16T03:30:58.231Z | Compiling dropshot v0.12.0 |
806 | 2024-10-16T03:30:58.576Z | Compiling cpufeatures v0.2.14 |
807 | 2024-10-16T03:30:58.665Z | Compiling take_mut v0.2.2 |
808 | 2024-10-16T03:30:58.873Z | Compiling async-stream v0.3.6 |
809 | 2024-10-16T03:30:59.204Z | Compiling sha1 v0.10.6 |
810 | 2024-10-16T03:31:00.020Z | Compiling slog-term v2.9.1 |
811 | 2024-10-16T03:31:01.485Z | Compiling progenitor v0.8.0 |
812 | 2024-10-16T03:31:01.670Z | Compiling usdt v0.5.0 |
813 | 2024-10-16T03:31:02.355Z | Compiling tokio-rustls v0.25.0 |
814 | 2024-10-16T03:31:02.792Z | Compiling futures v0.3.31 |
815 | 2024-10-16T03:31:02.897Z | Compiling slog-bunyan v2.5.0 |
816 | 2024-10-16T03:31:02.963Z | Compiling toml v0.8.19 |
817 | 2024-10-16T03:31:03.165Z | Compiling strum_macros v0.26.4 |
818 | 2024-10-16T03:31:03.198Z | Compiling serde_with_macros v3.11.0 |
819 | 2024-10-16T03:31:05.874Z | Compiling rand v0.8.5 |
820 | 2024-10-16T03:31:07.781Z | Compiling parse-display-derive v0.10.0 |
821 | 2024-10-16T03:31:11.885Z | Compiling ipnetwork v0.20.0 |
822 | 2024-10-16T03:31:12.115Z | Compiling dropshot_endpoint v0.12.0 |
823 | 2024-10-16T03:31:12.130Z | Compiling hex v0.4.3 |
824 | 2024-10-16T03:31:12.800Z | Compiling serde_path_to_error v0.1.16 |
825 | 2024-10-16T03:31:12.802Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
826 | 2024-10-16T03:31:13.613Z | Compiling async-trait v0.1.83 |
827 | 2024-10-16T03:31:13.813Z | Compiling waitgroup v0.1.2 |
828 | 2024-10-16T03:31:14.049Z | Compiling hostname v0.4.0 |
829 | 2024-10-16T03:31:14.291Z | Compiling instant v0.1.13 |
830 | 2024-10-16T03:31:14.440Z | Compiling debug-ignore v1.0.5 |
831 | 2024-10-16T03:31:14.577Z | Compiling backoff v0.4.0 |
832 | 2024-10-16T03:31:14.897Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
833 | 2024-10-16T03:31:15.087Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
834 | 2024-10-16T03:31:15.245Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
835 | 2024-10-16T03:31:16.108Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
836 | 2024-10-16T03:31:16.634Z | Compiling parse-display v0.10.0 |
837 | 2024-10-16T03:31:16.709Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
838 | 2024-10-16T03:31:18.747Z | Compiling strum v0.26.3 |
839 | 2024-10-16T03:31:18.924Z | Compiling serde_with v3.11.0 |
840 | 2024-10-16T03:31:19.957Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
841 | 2024-10-16T03:31:20.791Z | Compiling macaddr v1.0.1 |
842 | 2024-10-16T03:31:21.406Z | Compiling regress v0.9.1 |
843 | 2024-10-16T03:31:26.373Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
844 | 2024-10-16T03:31:36.523Z | Compiling test-project v0.1.0 (/tmp/test-project) |
845 | 2024-10-16T03:31:45.789Z | Finished `release` profile [optimized] target(s) in 2m 28s |
846 | 2024-10-16T03:31:45.849Z | process exited: duration 224280 ms, exit code 0 |
|
847 | 2024-10-16T03:31:45.856Z | found 0 output files |