|
|
|
1 | 2024-10-31T17:08:32.809Z | job assigned to worker 01JBHRR6NK3V47MKT396B81NMX (queued for 50 s) |
|
2 | 2024-10-31T17:08:40.371Z | starting task 0: "setup" |
3 | 2024-10-31T17:08:40.380Z | ++ uname -s |
4 | 2024-10-31T17:08:40.383Z | + kern=SunOS |
5 | 2024-10-31T17:08:40.383Z | + case "$kern" in |
6 | 2024-10-31T17:08:40.383Z | + [[ 0 == 12345 ]] |
7 | 2024-10-31T17:08:40.383Z | + groupadd -g 12345 build |
8 | 2024-10-31T17:08:40.385Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-10-31T17:08:42.394Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-10-31T17:08:42.499Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-10-31T17:08:42.502Z | + home_fs=zfs |
12 | 2024-10-31T17:08:42.502Z | + [[ zfs == autofs ]] |
13 | 2024-10-31T17:08:42.502Z | + mkdir -p /home/build |
14 | 2024-10-31T17:08:42.504Z | + chown build:build /home/build /work |
15 | 2024-10-31T17:08:44.506Z | + chmod 0700 /home/build /work |
16 | 2024-10-31T17:08:44.509Z | process exited: duration 4137 ms, exit code 0 |
|
17 | 2024-10-31T17:08:44.515Z | starting task 1: "rust-toolchain" |
18 | 2024-10-31T17:08:44.520Z | + printf ' * toolchain channel = "%s" |
19 | 2024-10-31T17:08:44.520Z | * toolchain channel = "1.80.1" |
20 | 2024-10-31T17:08:44.520Z | * toolchain profile = "default" |
21 | 2024-10-31T17:08:44.520Z | ' 1.80.1 |
22 | 2024-10-31T17:08:44.520Z | + printf ' * toolchain profile = "%s" |
23 | 2024-10-31T17:08:44.520Z | ' default |
24 | 2024-10-31T17:08:44.523Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-10-31T17:08:44.523Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
26 | 2024-10-31T17:08:44.638Z | info: downloading installer |
27 | 2024-10-31T17:08:45.960Z | info: profile set to 'default' |
28 | 2024-10-31T17:08:45.960Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-10-31T17:08:45.963Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
30 | 2024-10-31T17:08:46.114Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
31 | 2024-10-31T17:08:46.114Z | info: downloading component 'cargo' |
32 | 2024-10-31T17:08:46.951Z | info: downloading component 'clippy' |
33 | 2024-10-31T17:08:47.248Z | info: downloading component 'rust-docs' |
34 | 2024-10-31T17:08:48.425Z | info: downloading component 'rust-std' |
35 | 2024-10-31T17:08:50.081Z | info: downloading component 'rustc' |
36 | 2024-10-31T17:08:54.651Z | info: downloading component 'rustfmt' |
37 | 2024-10-31T17:08:54.895Z | info: installing component 'cargo' |
38 | 2024-10-31T17:08:55.709Z | info: installing component 'clippy' |
39 | 2024-10-31T17:08:56.089Z | info: installing component 'rust-docs' |
40 | 2024-10-31T17:08:57.705Z | info: installing component 'rust-std' |
41 | 2024-10-31T17:08:59.386Z | info: installing component 'rustc' |
42 | 2024-10-31T17:09:03.657Z | info: installing component 'rustfmt' |
43 | 2024-10-31T17:09:04.002Z | |
44 | 2024-10-31T17:09:04.004Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
45 | 2024-10-31T17:09:04.268Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
46 | 2024-10-31T17:09:04.268Z | |
47 | 2024-10-31T17:09:04.270Z | |
48 | 2024-10-31T17:09:04.270Z | Rust is installed now. Great! |
49 | 2024-10-31T17:09:04.270Z | |
50 | 2024-10-31T17:09:04.270Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-10-31T17:09:04.270Z | environment variable. This has not been done automatically. |
52 | 2024-10-31T17:09:04.270Z | |
53 | 2024-10-31T17:09:04.270Z | To configure your current shell, you need to source |
54 | 2024-10-31T17:09:04.270Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-10-31T17:09:04.271Z | |
56 | 2024-10-31T17:09:04.271Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-10-31T17:09:04.271Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-10-31T17:09:04.271Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-10-31T17:09:04.322Z | + rustc --version |
60 | 2024-10-31T17:09:04.391Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
61 | 2024-10-31T17:09:04.395Z | process exited: duration 19870 ms, exit code 0 |
|
62 | 2024-10-31T17:09:04.400Z | starting task 2: "authentication" |
63 | 2024-10-31T17:09:04.422Z | process exited: duration 22 ms, exit code 0 |
|
64 | 2024-10-31T17:09:04.427Z | starting task 3: "clone repository" |
65 | 2024-10-31T17:09:04.432Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-10-31T17:09:04.435Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-10-31T17:09:04.719Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-10-31T17:09:12.431Z | + cd /work/oxidecomputer/omicron |
69 | 2024-10-31T17:09:12.431Z | + git fetch origin 4f046351c7d5cef65b737a1aeab478a99826453a |
70 | 2024-10-31T17:09:12.715Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-10-31T17:09:12.715Z | * branch 4f046351c7d5cef65b737a1aeab478a99826453a -> FETCH_HEAD |
72 | 2024-10-31T17:09:12.724Z | + [[ -n refactor-networking-apis ]] |
73 | 2024-10-31T17:09:12.726Z | ++ git branch --show-current |
74 | 2024-10-31T17:09:12.729Z | + current=main |
75 | 2024-10-31T17:09:12.729Z | + [[ main != refactor-networking-apis ]] |
76 | 2024-10-31T17:09:12.729Z | + git branch -f refactor-networking-apis 4f046351c7d5cef65b737a1aeab478a99826453a |
77 | 2024-10-31T17:09:12.731Z | + git checkout -f refactor-networking-apis |
78 | 2024-10-31T17:09:12.887Z | Switched to branch 'refactor-networking-apis' |
79 | 2024-10-31T17:09:12.889Z | + git reset --hard 4f046351c7d5cef65b737a1aeab478a99826453a |
80 | 2024-10-31T17:09:13.050Z | HEAD is now at 4f046351c remove unused params |
81 | 2024-10-31T17:09:13.052Z | process exited: duration 8622 ms, exit code 0 |
|
82 | 2024-10-31T17:09:13.058Z | starting task 4: "build" |
83 | 2024-10-31T17:09:13.064Z | + source .github/buildomat/ci-env.sh |
84 | 2024-10-31T17:09:13.064Z | ++ export CARGO_TERM_COLOR=always |
85 | 2024-10-31T17:09:13.064Z | ++ CARGO_TERM_COLOR=always |
86 | 2024-10-31T17:09:13.066Z | + cargo --version |
87 | 2024-10-31T17:09:13.117Z | cargo 1.80.1 (376290515 2024-07-16) |
88 | 2024-10-31T17:09:13.126Z | + rustc --version |
89 | 2024-10-31T17:09:13.175Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
90 | 2024-10-31T17:09:13.178Z | + cd /tmp |
91 | 2024-10-31T17:09:13.178Z | + cargo new --lib test-project |
92 | 2024-10-31T17:09:13.230Z | Creating library `test-project` package |
93 | 2024-10-31T17:09:13.303Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
94 | 2024-10-31T17:09:13.306Z | + cd test-project |
95 | 2024-10-31T17:09:13.306Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
96 | 2024-10-31T17:09:13.362Z | Adding omicron-common (local) to dependencies |
97 | 2024-10-31T17:09:13.364Z | Features: |
98 | 2024-10-31T17:09:13.364Z | - proptest |
99 | 2024-10-31T17:09:13.364Z | - test-strategy |
100 | 2024-10-31T17:09:13.364Z | - testing |
101 | 2024-10-31T17:09:13.364Z | Updating crates.io index |
102 | 2024-10-31T17:09:13.423Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
103 | 2024-10-31T17:09:14.198Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2024-10-31T17:09:14.659Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
105 | 2024-10-31T17:09:15.000Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
106 | 2024-10-31T17:09:16.396Z | Locking 301 packages to latest compatible versions |
107 | 2024-10-31T17:09:16.398Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
108 | 2024-10-31T17:09:16.398Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
109 | 2024-10-31T17:09:16.398Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
110 | 2024-10-31T17:09:16.401Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
111 | 2024-10-31T17:09:16.401Z | Adding goblin v0.8.2 (latest: v0.9.2) |
112 | 2024-10-31T17:09:16.401Z | Adding hashbrown v0.12.3 (latest: v0.15.0) |
113 | 2024-10-31T17:09:16.401Z | Adding hashbrown v0.14.5 (latest: v0.15.0) |
114 | 2024-10-31T17:09:16.401Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
115 | 2024-10-31T17:09:16.401Z | Adding hostname v0.3.1 (latest: v0.4.0) |
116 | 2024-10-31T17:09:16.403Z | Adding idna v0.5.0 (latest: v1.0.2) |
117 | 2024-10-31T17:09:16.403Z | Adding indexmap v1.9.3 (latest: v2.6.0) |
118 | 2024-10-31T17:09:16.403Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
119 | 2024-10-31T17:09:16.405Z | Adding regress v0.9.1 (latest: v0.10.1) |
120 | 2024-10-31T17:09:16.412Z | Adding rustls v0.22.4 (latest: v0.23.16) |
121 | 2024-10-31T17:09:16.414Z | Adding security-framework v2.11.1 (latest: v3.0.0) |
122 | 2024-10-31T17:09:16.416Z | Adding term v0.7.0 (latest: v1.0.0) |
123 | 2024-10-31T17:09:16.416Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
124 | 2024-10-31T17:09:16.419Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
125 | 2024-10-31T17:09:16.421Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
126 | 2024-10-31T17:09:16.422Z | Adding windows v0.52.0 (latest: v0.58.0) |
127 | 2024-10-31T17:09:16.422Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
128 | 2024-10-31T17:09:16.422Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
129 | 2024-10-31T17:09:16.422Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
130 | 2024-10-31T17:09:16.422Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
131 | 2024-10-31T17:09:16.422Z | Adding zerocopy v0.7.35 (latest: v0.8.7) |
132 | 2024-10-31T17:09:16.422Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.7) |
133 | 2024-10-31T17:09:16.492Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
134 | 2024-10-31T17:09:16.496Z | + cargo check |
135 | 2024-10-31T17:09:16.669Z | Updating crates.io index |
136 | 2024-10-31T17:09:17.445Z | Locking 2 packages to latest compatible versions |
137 | 2024-10-31T17:09:20.540Z | Adding omicron-workspace-hack v0.1.0 |
138 | 2024-10-31T17:09:22.419Z | Adding test-project v0.1.0 (/tmp/test-project) |
139 | 2024-10-31T17:09:23.243Z | Downloading crates ... |
140 | 2024-10-31T17:09:23.334Z | Downloaded ahash v0.8.11 |
141 | 2024-10-31T17:09:23.340Z | Downloaded autocfg v1.4.0 |
142 | 2024-10-31T17:09:23.342Z | Downloaded async-trait v0.1.83 |
143 | 2024-10-31T17:09:23.347Z | Downloaded foreign-types v0.3.2 |
144 | 2024-10-31T17:09:23.349Z | Downloaded darling_macro v0.20.10 |
145 | 2024-10-31T17:09:23.351Z | Downloaded instant v0.1.13 |
146 | 2024-10-31T17:09:23.355Z | Downloaded waitgroup v0.1.2 |
147 | 2024-10-31T17:09:23.357Z | Downloaded num-conv v0.1.0 |
148 | 2024-10-31T17:09:23.361Z | Downloaded is-terminal v0.4.13 |
149 | 2024-10-31T17:09:23.363Z | Downloaded omicron-workspace-hack v0.1.0 |
150 | 2024-10-31T17:09:23.363Z | Downloaded async-stream-impl v0.3.6 |
151 | 2024-10-31T17:09:23.366Z | Downloaded byteorder v1.5.0 |
152 | 2024-10-31T17:09:23.368Z | Downloaded openssl-macros v0.1.1 |
153 | 2024-10-31T17:09:23.370Z | Downloaded async-stream v0.3.6 |
154 | 2024-10-31T17:09:23.372Z | Downloaded cpufeatures v0.2.14 |
155 | 2024-10-31T17:09:23.375Z | Downloaded toml_datetime v0.6.8 |
156 | 2024-10-31T17:09:23.378Z | Downloaded generic-array v0.14.7 |
157 | 2024-10-31T17:09:23.380Z | Downloaded digest v0.10.7 |
158 | 2024-10-31T17:09:23.383Z | Downloaded macaddr v1.0.1 |
159 | 2024-10-31T17:09:23.386Z | Downloaded hex v0.4.3 |
160 | 2024-10-31T17:09:23.388Z | Downloaded typify-macro v0.2.0 |
161 | 2024-10-31T17:09:23.388Z | Downloaded futures-sink v0.3.31 |
162 | 2024-10-31T17:09:23.390Z | Downloaded futures-executor v0.3.31 |
163 | 2024-10-31T17:09:23.392Z | Downloaded block-buffer v0.10.4 |
164 | 2024-10-31T17:09:23.392Z | Downloaded plain v0.2.3 |
165 | 2024-10-31T17:09:23.394Z | Downloaded base64 v0.22.1 |
166 | 2024-10-31T17:09:23.396Z | Downloaded progenitor v0.8.0 |
167 | 2024-10-31T17:09:23.399Z | Downloaded dof v0.3.0 |
168 | 2024-10-31T17:09:23.401Z | Downloaded parse-display v0.10.0 |
169 | 2024-10-31T17:09:23.401Z | Downloaded serde_urlencoded v0.7.1 |
170 | 2024-10-31T17:09:23.404Z | Downloaded iana-time-zone v0.1.61 |
171 | 2024-10-31T17:09:23.404Z | Downloaded slab v0.4.9 |
172 | 2024-10-31T17:09:23.407Z | Downloaded scopeguard v1.2.0 |
173 | 2024-10-31T17:09:23.407Z | Downloaded usdt-attr-macro v0.5.0 |
174 | 2024-10-31T17:09:23.409Z | Downloaded zeroize v1.8.1 |
175 | 2024-10-31T17:09:23.409Z | Downloaded pest_derive v2.7.14 |
176 | 2024-10-31T17:09:23.412Z | Downloaded paste v1.0.15 |
177 | 2024-10-31T17:09:23.414Z | Downloaded serde_path_to_error v0.1.16 |
178 | 2024-10-31T17:09:23.417Z | Downloaded sync_wrapper v1.0.1 |
179 | 2024-10-31T17:09:23.417Z | Downloaded dropshot_endpoint v0.12.0 |
180 | 2024-10-31T17:09:23.420Z | Downloaded atomic-waker v1.1.2 |
181 | 2024-10-31T17:09:23.422Z | Downloaded crypto-common v0.1.6 |
182 | 2024-10-31T17:09:23.424Z | Downloaded sha2 v0.10.8 |
183 | 2024-10-31T17:09:23.427Z | Downloaded httparse v1.9.5 |
184 | 2024-10-31T17:09:23.430Z | Downloaded semver v1.0.23 |
185 | 2024-10-31T17:09:23.432Z | Downloaded toml_edit v0.22.22 |
186 | 2024-10-31T17:09:23.455Z | Downloaded multer v3.1.0 |
187 | 2024-10-31T17:09:23.457Z | Downloaded serde_with_macros v3.11.0 |
188 | 2024-10-31T17:09:23.460Z | Downloaded pin-project-lite v0.2.14 |
189 | 2024-10-31T17:09:23.464Z | Downloaded parking_lot v0.12.3 |
190 | 2024-10-31T17:09:23.467Z | Downloaded ryu v1.0.18 |
191 | 2024-10-31T17:09:23.469Z | Downloaded rustls-pki-types v1.9.0 |
192 | 2024-10-31T17:09:23.474Z | Downloaded want v0.3.1 |
193 | 2024-10-31T17:09:23.476Z | Downloaded openssl-probe v0.1.5 |
194 | 2024-10-31T17:09:23.476Z | Downloaded usdt-macro v0.5.0 |
195 | 2024-10-31T17:09:23.479Z | Downloaded num_threads v0.1.7 |
196 | 2024-10-31T17:09:23.479Z | Downloaded match_cfg v0.1.0 |
197 | 2024-10-31T17:09:23.479Z | Downloaded http-body v1.0.1 |
198 | 2024-10-31T17:09:23.482Z | Downloaded try-lock v0.2.5 |
199 | 2024-10-31T17:09:23.482Z | Downloaded ident_case v1.0.1 |
200 | 2024-10-31T17:09:23.482Z | Downloaded subtle v2.6.1 |
201 | 2024-10-31T17:09:23.484Z | Downloaded tokio-rustls v0.25.0 |
202 | 2024-10-31T17:09:23.487Z | Downloaded pin-utils v0.1.0 |
203 | 2024-10-31T17:09:23.487Z | Downloaded futures-macro v0.3.31 |
204 | 2024-10-31T17:09:23.487Z | Downloaded futures-io v0.3.31 |
205 | 2024-10-31T17:09:23.490Z | Downloaded cfg-if v1.0.0 |
206 | 2024-10-31T17:09:23.490Z | Downloaded tokio-macros v2.4.0 |
207 | 2024-10-31T17:09:23.490Z | Downloaded progenitor-client v0.8.0 |
208 | 2024-10-31T17:09:23.492Z | Downloaded pretty-hex v0.4.1 |
209 | 2024-10-31T17:09:23.492Z | Downloaded tower-service v0.3.3 |
210 | 2024-10-31T17:09:23.494Z | Downloaded fnv v1.0.7 |
211 | 2024-10-31T17:09:23.494Z | Downloaded dirs-next v2.0.0 |
212 | 2024-10-31T17:09:23.497Z | Downloaded allocator-api2 v0.2.18 |
213 | 2024-10-31T17:09:23.498Z | Downloaded uuid v1.10.0 |
214 | 2024-10-31T17:09:23.501Z | Downloaded take_mut v0.2.2 |
215 | 2024-10-31T17:09:23.503Z | Downloaded scroll_derive v0.12.0 |
216 | 2024-10-31T17:09:23.503Z | Downloaded heck v0.5.0 |
217 | 2024-10-31T17:09:23.506Z | Downloaded futures-task v0.3.31 |
218 | 2024-10-31T17:09:23.506Z | Downloaded futures-core v0.3.31 |
219 | 2024-10-31T17:09:23.508Z | Downloaded dyn-clone v1.0.17 |
220 | 2024-10-31T17:09:23.508Z | Downloaded time-core v0.1.2 |
221 | 2024-10-31T17:09:23.510Z | Downloaded slog-term v2.9.1 |
222 | 2024-10-31T17:09:23.513Z | Downloaded cc v1.1.30 |
223 | 2024-10-31T17:09:23.515Z | Downloaded dirs-sys-next v0.1.2 |
224 | 2024-10-31T17:09:23.515Z | Downloaded deranged v0.3.11 |
225 | 2024-10-31T17:09:23.517Z | Downloaded tinyvec_macros v0.1.1 |
226 | 2024-10-31T17:09:23.517Z | Downloaded rand v0.8.5 |
227 | 2024-10-31T17:09:23.520Z | Downloaded httpdate v1.0.3 |
228 | 2024-10-31T17:09:23.523Z | Downloaded version_check v0.9.5 |
229 | 2024-10-31T17:09:23.523Z | Downloaded untrusted v0.9.0 |
230 | 2024-10-31T17:09:23.525Z | Downloaded structmeta v0.3.0 |
231 | 2024-10-31T17:09:23.527Z | Downloaded strum v0.26.3 |
232 | 2024-10-31T17:09:23.527Z | Downloaded pest_generator v2.7.14 |
233 | 2024-10-31T17:09:23.529Z | Downloaded tracing v0.1.40 |
234 | 2024-10-31T17:09:23.532Z | Downloaded percent-encoding v2.3.1 |
235 | 2024-10-31T17:09:23.534Z | Downloaded thread_local v1.1.8 |
236 | 2024-10-31T17:09:23.534Z | Downloaded ppv-lite86 v0.2.20 |
237 | 2024-10-31T17:09:23.536Z | Downloaded pkg-config v0.3.31 |
238 | 2024-10-31T17:09:23.539Z | Downloaded ipnetwork v0.20.0 |
239 | 2024-10-31T17:09:23.539Z | Downloaded hostname v0.3.1 |
240 | 2024-10-31T17:09:23.541Z | Downloaded parse-display-derive v0.10.0 |
241 | 2024-10-31T17:09:23.543Z | Downloaded mime v0.3.17 |
242 | 2024-10-31T17:09:23.543Z | Downloaded thiserror v1.0.64 |
243 | 2024-10-31T17:09:23.547Z | Downloaded progenitor-macro v0.8.0 |
244 | 2024-10-31T17:09:23.549Z | Downloaded powerfmt v0.2.0 |
245 | 2024-10-31T17:09:23.549Z | Downloaded camino v1.1.9 |
246 | 2024-10-31T17:09:23.552Z | Downloaded term v0.7.0 |
247 | 2024-10-31T17:09:23.555Z | Downloaded memchr v2.7.4 |
248 | 2024-10-31T17:09:23.559Z | Downloaded scroll v0.12.0 |
249 | 2024-10-31T17:09:23.561Z | Downloaded structmeta-derive v0.3.0 |
250 | 2024-10-31T17:09:23.564Z | Downloaded signal-hook-registry v1.4.2 |
251 | 2024-10-31T17:09:23.564Z | Downloaded quinn-udp v0.5.5 |
252 | 2024-10-31T17:09:23.566Z | Downloaded url v2.5.2 |
253 | 2024-10-31T17:09:23.568Z | Downloaded bytes v1.7.2 |
254 | 2024-10-31T17:09:23.571Z | Downloaded thread-id v4.2.2 |
255 | 2024-10-31T17:09:23.574Z | Downloaded strsim v0.11.1 |
256 | 2024-10-31T17:09:23.576Z | Downloaded slog-bunyan v2.5.0 |
257 | 2024-10-31T17:09:23.576Z | Downloaded serde_tokenstream v0.2.2 |
258 | 2024-10-31T17:09:23.578Z | Downloaded thiserror-impl v1.0.64 |
259 | 2024-10-31T17:09:23.578Z | Downloaded tokio-native-tls v0.3.1 |
260 | 2024-10-31T17:09:23.580Z | Downloaded ipnet v2.10.1 |
261 | 2024-10-31T17:09:23.582Z | Downloaded futures-channel v0.3.31 |
262 | 2024-10-31T17:09:23.584Z | Downloaded usdt-impl v0.5.0 |
263 | 2024-10-31T17:09:23.587Z | Downloaded slog-async v2.8.0 |
264 | 2024-10-31T17:09:23.587Z | Downloaded slog-json v2.6.1 |
265 | 2024-10-31T17:09:23.589Z | Downloaded native-tls v0.2.12 |
266 | 2024-10-31T17:09:23.591Z | Downloaded crossbeam-utils v0.8.20 |
267 | 2024-10-31T17:09:23.593Z | Downloaded parking_lot_core v0.9.10 |
268 | 2024-10-31T17:09:23.596Z | Downloaded zerocopy-derive v0.7.35 |
269 | 2024-10-31T17:09:23.598Z | Downloaded quote v1.0.37 |
270 | 2024-10-31T17:09:23.601Z | Downloaded time-macros v0.2.18 |
271 | 2024-10-31T17:09:23.603Z | Downloaded indexmap v1.9.3 |
272 | 2024-10-31T17:09:23.606Z | Downloaded spin v0.9.8 |
273 | 2024-10-31T17:09:23.608Z | Downloaded log v0.4.22 |
274 | 2024-10-31T17:09:23.611Z | Downloaded serde_derive_internals v0.29.1 |
275 | 2024-10-31T17:09:23.612Z | Downloaded strum_macros v0.26.4 |
276 | 2024-10-31T17:09:23.615Z | Downloaded tokio-rustls v0.26.0 |
277 | 2024-10-31T17:09:23.617Z | Downloaded unicode-ident v1.0.13 |
278 | 2024-10-31T17:09:23.619Z | Downloaded lock_api v0.4.12 |
279 | 2024-10-31T17:09:23.622Z | Downloaded darling_core v0.20.10 |
280 | 2024-10-31T17:09:23.625Z | Downloaded smallvec v1.13.2 |
281 | 2024-10-31T17:09:23.627Z | Downloaded tinyvec v1.8.0 |
282 | 2024-10-31T17:09:23.630Z | Downloaded slog v2.7.0 |
283 | 2024-10-31T17:09:23.632Z | Downloaded toml v0.8.19 |
284 | 2024-10-31T17:09:23.636Z | Downloaded progenitor-impl v0.8.0 |
285 | 2024-10-31T17:09:23.639Z | Downloaded tracing-core v0.1.32 |
286 | 2024-10-31T17:09:23.643Z | Downloaded unsafe-libyaml v0.2.11 |
287 | 2024-10-31T17:09:23.648Z | Downloaded hyper-util v0.1.9 |
288 | 2024-10-31T17:09:23.650Z | Downloaded pest_meta v2.7.14 |
289 | 2024-10-31T17:09:23.651Z | Downloaded rustls-pemfile v2.2.0 |
290 | 2024-10-31T17:09:23.654Z | Downloaded proc-macro2 v1.0.87 |
291 | 2024-10-31T17:09:23.657Z | Downloaded once_cell v1.20.2 |
292 | 2024-10-31T17:09:23.660Z | Downloaded serde_derive v1.0.210 |
293 | 2024-10-31T17:09:23.660Z | Downloaded hashbrown v0.14.5 |
294 | 2024-10-31T17:09:23.665Z | Downloaded num-traits v0.2.19 |
295 | 2024-10-31T17:09:23.668Z | Downloaded indexmap v2.6.0 |
296 | 2024-10-31T17:09:23.671Z | Downloaded crossbeam-channel v0.5.13 |
297 | 2024-10-31T17:09:23.675Z | Downloaded schemars v0.8.21 |
298 | 2024-10-31T17:09:23.686Z | Downloaded hashbrown v0.12.3 |
299 | 2024-10-31T17:09:23.691Z | Downloaded socket2 v0.5.7 |
300 | 2024-10-31T17:09:23.693Z | Downloaded serde_yaml v0.9.34+deprecated |
301 | 2024-10-31T17:09:23.696Z | Downloaded serde v1.0.210 |
302 | 2024-10-31T17:09:23.699Z | Downloaded mio v1.0.2 |
303 | 2024-10-31T17:09:23.705Z | Downloaded goblin v0.8.2 |
304 | 2024-10-31T17:09:23.711Z | Downloaded unicode-normalization v0.1.24 |
305 | 2024-10-31T17:09:23.714Z | Downloaded openssl-sys v0.9.103 |
306 | 2024-10-31T17:09:23.719Z | Downloaded tokio-util v0.7.12 |
307 | 2024-10-31T17:09:23.725Z | Downloaded quinn v0.11.5 |
308 | 2024-10-31T17:09:23.728Z | Downloaded winnow v0.6.20 |
309 | 2024-10-31T17:09:23.737Z | Downloaded hashbrown v0.15.0 |
310 | 2024-10-31T17:09:23.742Z | Downloaded h2 v0.4.6 |
311 | 2024-10-31T17:09:23.749Z | Downloaded quinn-proto v0.11.8 |
312 | 2024-10-31T17:09:23.755Z | Downloaded hyper v1.4.1 |
313 | 2024-10-31T17:09:23.761Z | Downloaded futures-util v0.3.31 |
314 | 2024-10-31T17:09:23.773Z | Downloaded time v0.3.36 |
315 | 2024-10-31T17:09:23.779Z | Downloaded zerocopy v0.7.35 |
316 | 2024-10-31T17:09:23.795Z | Downloaded pest v2.7.14 |
317 | 2024-10-31T17:09:23.799Z | Downloaded serde_with v3.11.0 |
318 | 2024-10-31T17:09:23.807Z | Downloaded serde_json v1.0.128 |
319 | 2024-10-31T17:09:23.814Z | Downloaded syn v2.0.79 |
320 | 2024-10-31T17:09:23.825Z | Downloaded openapiv3 v2.0.0 |
321 | 2024-10-31T17:09:23.836Z | Downloaded reqwest v0.12.8 |
322 | 2024-10-31T17:09:23.844Z | Downloaded rustls-webpki v0.102.8 |
323 | 2024-10-31T17:09:23.862Z | Downloaded openssl v0.10.66 |
324 | 2024-10-31T17:09:23.870Z | Downloaded vcpkg v0.2.15 |
325 | 2024-10-31T17:09:23.910Z | Downloaded dropshot v0.12.0 |
326 | 2024-10-31T17:09:23.927Z | Downloaded regex v1.11.0 |
327 | 2024-10-31T17:09:23.940Z | Downloaded rustls v0.23.14 |
328 | 2024-10-31T17:09:23.951Z | Downloaded tokio v1.40.0 |
329 | 2024-10-31T17:09:23.987Z | Downloaded rustls v0.22.4 |
330 | 2024-10-31T17:09:24.001Z | Downloaded regex-syntax v0.8.5 |
331 | 2024-10-31T17:09:24.006Z | Downloaded typify-impl v0.2.0 |
332 | 2024-10-31T17:09:24.020Z | Downloaded encoding_rs v0.8.34 |
333 | 2024-10-31T17:09:24.039Z | Downloaded regex-automata v0.4.8 |
334 | 2024-10-31T17:09:24.055Z | Downloaded regress v0.10.1 |
335 | 2024-10-31T17:09:24.062Z | Downloaded libc v0.2.161 |
336 | 2024-10-31T17:09:24.088Z | Downloaded regress v0.9.1 |
337 | 2024-10-31T17:09:24.095Z | Downloaded webpki-roots v0.26.6 |
338 | 2024-10-31T17:09:24.099Z | Downloaded idna v0.5.0 |
339 | 2024-10-31T17:09:24.105Z | Downloaded chrono v0.4.38 |
340 | 2024-10-31T17:09:24.111Z | Downloaded aho-corasick v1.1.3 |
341 | 2024-10-31T17:09:24.116Z | Downloaded shlex v1.3.0 |
342 | 2024-10-31T17:09:24.118Z | Downloaded ucd-trie v0.1.7 |
343 | 2024-10-31T17:09:24.121Z | Downloaded http v1.1.0 |
344 | 2024-10-31T17:09:24.123Z | Downloaded usdt v0.5.0 |
345 | 2024-10-31T17:09:24.125Z | Downloaded schemars_derive v0.8.21 |
346 | 2024-10-31T17:09:24.125Z | Downloaded rand_core v0.6.4 |
347 | 2024-10-31T17:09:24.127Z | Downloaded typify v0.2.0 |
348 | 2024-10-31T17:09:24.131Z | Downloaded darling v0.20.10 |
349 | 2024-10-31T17:09:24.133Z | Downloaded sha1 v0.10.6 |
350 | 2024-10-31T17:09:24.135Z | Downloaded serde_spanned v0.6.8 |
351 | 2024-10-31T17:09:24.137Z | Downloaded rustversion v1.0.17 |
352 | 2024-10-31T17:09:24.140Z | Downloaded rustc-hash v2.0.0 |
353 | 2024-10-31T17:09:24.140Z | Downloaded rand_chacha v0.3.1 |
354 | 2024-10-31T17:09:24.140Z | Downloaded http-body-util v0.1.2 |
355 | 2024-10-31T17:09:24.142Z | Downloaded form_urlencoded v1.2.1 |
356 | 2024-10-31T17:09:24.142Z | Downloaded newtype-uuid v1.1.2 |
357 | 2024-10-31T17:09:24.144Z | Downloaded memmap v0.7.0 |
358 | 2024-10-31T17:09:24.144Z | Downloaded getrandom v0.2.15 |
359 | 2024-10-31T17:09:24.147Z | Downloaded itoa v1.0.11 |
360 | 2024-10-31T17:09:24.149Z | Downloaded hyper-tls v0.6.0 |
361 | 2024-10-31T17:09:24.149Z | Downloaded hostname v0.4.0 |
362 | 2024-10-31T17:09:24.154Z | Downloaded debug-ignore v1.0.5 |
363 | 2024-10-31T17:09:24.154Z | Downloaded unicode-bidi v0.3.17 |
364 | 2024-10-31T17:09:24.154Z | Downloaded typenum v1.17.0 |
365 | 2024-10-31T17:09:24.157Z | Downloaded futures v0.3.31 |
366 | 2024-10-31T17:09:24.162Z | Downloaded foreign-types-shared v0.1.1 |
367 | 2024-10-31T17:09:24.164Z | Downloaded equivalent v1.0.1 |
368 | 2024-10-31T17:09:24.164Z | Downloaded dtrace-parser v0.2.0 |
369 | 2024-10-31T17:09:24.164Z | Downloaded bitflags v2.6.0 |
370 | 2024-10-31T17:09:24.167Z | Downloaded backoff v0.4.0 |
371 | 2024-10-31T17:09:24.170Z | Downloaded hyper-rustls v0.27.3 |
372 | 2024-10-31T17:09:24.173Z | Downloaded anyhow v1.0.89 |
373 | 2024-10-31T17:09:24.280Z | Downloaded ring v0.17.8 |
374 | 2024-10-31T17:09:24.604Z | Compiling proc-macro2 v1.0.87 |
375 | 2024-10-31T17:09:24.605Z | Compiling unicode-ident v1.0.13 |
376 | 2024-10-31T17:09:24.607Z | Compiling libc v0.2.161 |
377 | 2024-10-31T17:09:24.608Z | Checking cfg-if v1.0.0 |
378 | 2024-10-31T17:09:24.608Z | Compiling autocfg v1.4.0 |
379 | 2024-10-31T17:09:24.608Z | Compiling serde v1.0.210 |
380 | 2024-10-31T17:09:24.608Z | Compiling version_check v0.9.5 |
381 | 2024-10-31T17:09:24.628Z | Checking memchr v2.7.4 |
382 | 2024-10-31T17:09:24.711Z | Compiling serde_json v1.0.128 |
383 | 2024-10-31T17:09:24.811Z | Checking itoa v1.0.11 |
384 | 2024-10-31T17:09:25.261Z | Compiling thiserror v1.0.64 |
385 | 2024-10-31T17:09:25.390Z | Checking once_cell v1.20.2 |
386 | 2024-10-31T17:09:25.426Z | Compiling shlex v1.3.0 |
387 | 2024-10-31T17:09:25.618Z | Compiling cc v1.1.30 |
388 | 2024-10-31T17:09:26.313Z | Checking pin-project-lite v0.2.14 |
389 | 2024-10-31T17:09:26.395Z | Compiling num-traits v0.2.19 |
390 | 2024-10-31T17:09:27.575Z | Checking bytes v1.7.2 |
391 | 2024-10-31T17:09:27.659Z | Checking ryu v1.0.18 |
392 | 2024-10-31T17:09:27.759Z | Checking futures-core v0.3.31 |
393 | 2024-10-31T17:09:27.809Z | Compiling lock_api v0.4.12 |
394 | 2024-10-31T17:09:27.835Z | Compiling parking_lot_core v0.9.10 |
395 | 2024-10-31T17:09:27.895Z | Compiling byteorder v1.5.0 |
396 | 2024-10-31T17:09:27.991Z | Compiling ahash v0.8.11 |
397 | 2024-10-31T17:09:28.236Z | Checking scopeguard v1.2.0 |
398 | 2024-10-31T17:09:28.273Z | Compiling schemars v0.8.21 |
399 | 2024-10-31T17:09:28.317Z | Checking smallvec v1.13.2 |
400 | 2024-10-31T17:09:28.334Z | Compiling slab v0.4.9 |
401 | 2024-10-31T17:09:28.352Z | Checking getrandom v0.2.15 |
402 | 2024-10-31T17:09:28.449Z | Checking log v0.4.22 |
403 | 2024-10-31T17:09:28.543Z | Compiling quote v1.0.37 |
404 | 2024-10-31T17:09:28.638Z | Checking futures-sink v0.3.31 |
405 | 2024-10-31T17:09:28.693Z | Checking mio v1.0.2 |
406 | 2024-10-31T17:09:28.710Z | Checking signal-hook-registry v1.4.2 |
407 | 2024-10-31T17:09:28.759Z | Checking socket2 v0.5.7 |
408 | 2024-10-31T17:09:28.777Z | Compiling ring v0.17.8 |
409 | 2024-10-31T17:09:28.925Z | Compiling syn v2.0.79 |
410 | 2024-10-31T17:09:28.943Z | Checking parking_lot v0.12.3 |
411 | 2024-10-31T17:09:29.064Z | Checking hashbrown v0.15.0 |
412 | 2024-10-31T17:09:29.172Z | Checking fnv v1.0.7 |
413 | 2024-10-31T17:09:29.191Z | Checking equivalent v1.0.1 |
414 | 2024-10-31T17:09:29.231Z | Checking futures-channel v0.3.31 |
415 | 2024-10-31T17:09:29.263Z | Checking pin-utils v0.1.0 |
416 | 2024-10-31T17:09:29.281Z | Checking http v1.1.0 |
417 | 2024-10-31T17:09:29.283Z | Checking futures-task v0.3.31 |
418 | 2024-10-31T17:09:29.283Z | Checking futures-io v0.3.31 |
419 | 2024-10-31T17:09:29.334Z | Compiling heck v0.5.0 |
420 | 2024-10-31T17:09:29.478Z | Checking spin v0.9.8 |
421 | 2024-10-31T17:09:29.505Z | Compiling vcpkg v0.2.15 |
422 | 2024-10-31T17:09:29.553Z | Compiling semver v1.0.23 |
423 | 2024-10-31T17:09:29.673Z | Checking rustls-pki-types v1.9.0 |
424 | 2024-10-31T17:09:29.743Z | Compiling pkg-config v0.3.31 |
425 | 2024-10-31T17:09:30.073Z | Checking iana-time-zone v0.1.61 |
426 | 2024-10-31T17:09:30.231Z | Checking untrusted v0.9.0 |
427 | 2024-10-31T17:09:30.289Z | Compiling httparse v1.9.5 |
428 | 2024-10-31T17:09:30.373Z | Compiling ucd-trie v0.1.7 |
429 | 2024-10-31T17:09:30.863Z | Checking tracing-core v0.1.32 |
430 | 2024-10-31T17:09:30.881Z | Checking atomic-waker v1.1.2 |
431 | 2024-10-31T17:09:30.991Z | Compiling allocator-api2 v0.2.18 |
432 | 2024-10-31T17:09:31.060Z | Compiling openssl-sys v0.9.103 |
433 | 2024-10-31T17:09:31.187Z | Checking dyn-clone v1.0.17 |
434 | 2024-10-31T17:09:31.451Z | Checking tracing v0.1.40 |
435 | 2024-10-31T17:09:31.752Z | Checking http-body v1.0.1 |
436 | 2024-10-31T17:09:31.860Z | Checking zeroize v1.8.1 |
437 | 2024-10-31T17:09:31.880Z | Checking subtle v2.6.1 |
438 | 2024-10-31T17:09:31.922Z | Compiling uuid v1.10.0 |
439 | 2024-10-31T17:09:32.002Z | Checking try-lock v0.2.5 |
440 | 2024-10-31T17:09:32.094Z | Compiling slog v2.7.0 |
441 | 2024-10-31T17:09:32.112Z | Checking want v0.3.1 |
442 | 2024-10-31T17:09:32.250Z | Compiling chrono v0.4.38 |
443 | 2024-10-31T17:09:32.281Z | Compiling openssl v0.10.66 |
444 | 2024-10-31T17:09:32.443Z | Checking foreign-types-shared v0.1.1 |
445 | 2024-10-31T17:09:32.524Z | Checking httpdate v1.0.3 |
446 | 2024-10-31T17:09:32.603Z | Checking foreign-types v0.3.2 |
447 | 2024-10-31T17:09:32.677Z | Compiling aho-corasick v1.1.3 |
448 | 2024-10-31T17:09:32.680Z | Checking tower-service v0.3.3 |
449 | 2024-10-31T17:09:32.717Z | Compiling rustls v0.23.14 |
450 | 2024-10-31T17:09:32.776Z | Compiling native-tls v0.2.12 |
451 | 2024-10-31T17:09:32.973Z | Compiling regex-syntax v0.8.5 |
452 | 2024-10-31T17:09:33.099Z | Compiling typenum v1.17.0 |
453 | 2024-10-31T17:09:33.955Z | Checking bitflags v2.6.0 |
454 | 2024-10-31T17:09:34.188Z | Checking tinyvec_macros v0.1.1 |
455 | 2024-10-31T17:09:34.266Z | Checking percent-encoding v2.3.1 |
456 | 2024-10-31T17:09:34.445Z | Checking tinyvec v1.8.0 |
457 | 2024-10-31T17:09:34.463Z | Checking form_urlencoded v1.2.1 |
458 | 2024-10-31T17:09:35.093Z | Compiling serde_derive_internals v0.29.1 |
459 | 2024-10-31T17:09:35.643Z | Compiling regex-automata v0.4.8 |
460 | 2024-10-31T17:09:36.675Z | Compiling generic-array v0.14.7 |
461 | 2024-10-31T17:09:36.998Z | Checking openssl-probe v0.1.5 |
462 | 2024-10-31T17:09:37.163Z | Checking unicode-normalization v0.1.24 |
463 | 2024-10-31T17:09:37.873Z | Compiling usdt-impl v0.5.0 |
464 | 2024-10-31T17:09:37.899Z | Checking encoding_rs v0.8.34 |
465 | 2024-10-31T17:09:38.091Z | Checking mime v0.3.17 |
466 | 2024-10-31T17:09:38.346Z | Compiling time-core v0.1.2 |
467 | 2024-10-31T17:09:38.365Z | Checking powerfmt v0.2.0 |
468 | 2024-10-31T17:09:38.503Z | Compiling num-conv v0.1.0 |
469 | 2024-10-31T17:09:38.613Z | Checking unicode-bidi v0.3.17 |
470 | 2024-10-31T17:09:38.764Z | Compiling time-macros v0.2.18 |
471 | 2024-10-31T17:09:39.200Z | Compiling regex v1.11.0 |
472 | 2024-10-31T17:09:39.220Z | Checking idna v0.5.0 |
473 | 2024-10-31T17:09:39.926Z | Checking deranged v0.3.11 |
474 | 2024-10-31T17:09:39.996Z | Compiling serde_derive v1.0.210 |
475 | 2024-10-31T17:09:40.069Z | Compiling zerocopy-derive v0.7.35 |
476 | 2024-10-31T17:09:40.091Z | Compiling thiserror-impl v1.0.64 |
477 | 2024-10-31T17:09:41.113Z | Compiling schemars_derive v0.8.21 |
478 | 2024-10-31T17:09:41.582Z | Compiling tokio-macros v2.4.0 |
479 | 2024-10-31T17:09:42.043Z | Compiling futures-macro v0.3.31 |
480 | 2024-10-31T17:09:42.160Z | Compiling zerocopy v0.7.35 |
481 | 2024-10-31T17:09:42.827Z | Compiling pest v2.7.14 |
482 | 2024-10-31T17:09:42.981Z | Checking tokio v1.40.0 |
483 | 2024-10-31T17:09:43.652Z | Checking futures-util v0.3.31 |
484 | 2024-10-31T17:09:43.917Z | Compiling openssl-macros v0.1.1 |
485 | 2024-10-31T17:09:44.151Z | Compiling hashbrown v0.14.5 |
486 | 2024-10-31T17:09:45.240Z | Compiling pest_meta v2.7.14 |
487 | 2024-10-31T17:09:45.360Z | Compiling regress v0.10.1 |
488 | 2024-10-31T17:09:45.445Z | Compiling scroll_derive v0.12.0 |
489 | 2024-10-31T17:09:46.838Z | Compiling pest_generator v2.7.14 |
490 | 2024-10-31T17:09:48.560Z | Checking rustls-webpki v0.102.8 |
491 | 2024-10-31T17:09:48.657Z | Checking http-body-util v0.1.2 |
492 | 2024-10-31T17:09:49.062Z | Checking scroll v0.12.0 |
493 | 2024-10-31T17:09:49.324Z | Compiling pest_derive v2.7.14 |
494 | 2024-10-31T17:09:50.013Z | Checking tokio-util v0.7.12 |
495 | 2024-10-31T17:09:50.181Z | Compiling dtrace-parser v0.2.0 |
496 | 2024-10-31T17:09:50.428Z | Checking tokio-native-tls v0.3.1 |
497 | 2024-10-31T17:09:50.933Z | Compiling thread-id v4.2.2 |
498 | 2024-10-31T17:09:51.047Z | Checking webpki-roots v0.26.6 |
499 | 2024-10-31T17:09:51.249Z | Checking rustls-pemfile v2.2.0 |
500 | 2024-10-31T17:09:51.585Z | Checking num_threads v0.1.7 |
501 | 2024-10-31T17:09:51.854Z | Compiling strsim v0.11.1 |
502 | 2024-10-31T17:09:51.871Z | Checking plain v0.2.3 |
503 | 2024-10-31T17:09:51.875Z | Checking base64 v0.22.1 |
504 | 2024-10-31T17:09:52.198Z | Checking indexmap v2.6.0 |
505 | 2024-10-31T17:09:53.076Z | Checking serde_urlencoded v0.7.1 |
506 | 2024-10-31T17:09:53.233Z | Compiling ident_case v1.0.1 |
507 | 2024-10-31T17:09:53.452Z | Checking h2 v0.4.6 |
508 | 2024-10-31T17:09:53.456Z | Compiling crossbeam-utils v0.8.20 |
509 | 2024-10-31T17:09:53.488Z | Checking openapiv3 v2.0.0 |
510 | 2024-10-31T17:09:53.899Z | Compiling serde_tokenstream v0.2.2 |
511 | 2024-10-31T17:09:54.430Z | Checking tokio-rustls v0.26.0 |
512 | 2024-10-31T17:09:54.635Z | Checking time v0.3.36 |
513 | 2024-10-31T17:09:54.805Z | Compiling darling_core v0.20.10 |
514 | 2024-10-31T17:09:55.941Z | Compiling dof v0.3.0 |
515 | 2024-10-31T17:09:56.137Z | Checking typify-impl v0.2.0 |
516 | 2024-10-31T17:09:57.509Z | Checking hyper v1.4.1 |
517 | 2024-10-31T17:09:58.123Z | Checking goblin v0.8.2 |
518 | 2024-10-31T17:09:58.525Z | Checking url v2.5.2 |
519 | 2024-10-31T17:09:58.716Z | Checking dirs-sys-next v0.1.2 |
520 | 2024-10-31T17:09:58.887Z | Checking sync_wrapper v1.0.1 |
521 | 2024-10-31T17:09:59.310Z | Compiling paste v1.0.15 |
522 | 2024-10-31T17:09:59.329Z | Compiling unsafe-libyaml v0.2.11 |
523 | 2024-10-31T17:09:59.396Z | Checking pretty-hex v0.4.1 |
524 | 2024-10-31T17:09:59.518Z | Checking hyper-util v0.1.9 |
525 | 2024-10-31T17:09:59.561Z | Compiling omicron-workspace-hack v0.1.0 |
526 | 2024-10-31T17:09:59.848Z | Compiling rustls v0.22.4 |
527 | 2024-10-31T17:09:59.879Z | Checking ipnet v2.10.1 |
528 | 2024-10-31T17:10:00.175Z | Compiling rustversion v1.0.17 |
529 | 2024-10-31T17:10:00.598Z | Compiling serde_yaml v0.9.34+deprecated |
530 | 2024-10-31T17:10:00.761Z | Compiling darling_macro v0.20.10 |
531 | 2024-10-31T17:10:00.932Z | Checking dirs-next v2.0.0 |
532 | 2024-10-31T17:10:01.037Z | Checking serde_spanned v0.6.8 |
533 | 2024-10-31T17:10:01.056Z | Checking toml_datetime v0.6.8 |
534 | 2024-10-31T17:10:01.088Z | Checking hyper-tls v0.6.0 |
535 | 2024-10-31T17:10:01.205Z | Checking hyper-rustls v0.27.3 |
536 | 2024-10-31T17:10:01.334Z | Checking block-buffer v0.10.4 |
537 | 2024-10-31T17:10:01.352Z | Checking crypto-common v0.1.6 |
538 | 2024-10-31T17:10:01.482Z | Checking reqwest v0.12.8 |
539 | 2024-10-31T17:10:01.508Z | Checking ppv-lite86 v0.2.20 |
540 | 2024-10-31T17:10:01.526Z | Compiling structmeta-derive v0.3.0 |
541 | 2024-10-31T17:10:01.640Z | Checking rand_core v0.6.4 |
542 | 2024-10-31T17:10:01.773Z | Checking thread_local v1.1.8 |
543 | 2024-10-31T17:10:01.915Z | Compiling multer v3.1.0 |
544 | 2024-10-31T17:10:02.044Z | Compiling camino v1.1.9 |
545 | 2024-10-31T17:10:02.253Z | Checking winnow v0.6.20 |
546 | 2024-10-31T17:10:02.271Z | Compiling slog-async v2.8.0 |
547 | 2024-10-31T17:10:02.656Z | Compiling newtype-uuid v1.1.2 |
548 | 2024-10-31T17:10:02.778Z | Compiling anyhow v1.0.89 |
549 | 2024-10-31T17:10:02.814Z | Checking match_cfg v0.1.0 |
550 | 2024-10-31T17:10:02.893Z | Checking hostname v0.3.1 |
551 | 2024-10-31T17:10:03.000Z | Checking progenitor-client v0.8.0 |
552 | 2024-10-31T17:10:03.204Z | Checking rand_chacha v0.3.1 |
553 | 2024-10-31T17:10:03.277Z | Compiling darling v0.20.10 |
554 | 2024-10-31T17:10:03.389Z | Checking crossbeam-channel v0.5.13 |
555 | 2024-10-31T17:10:03.523Z | Checking digest v0.10.7 |
556 | 2024-10-31T17:10:03.555Z | Checking term v0.7.0 |
557 | 2024-10-31T17:10:04.062Z | Compiling structmeta v0.3.0 |
558 | 2024-10-31T17:10:04.114Z | Compiling usdt-macro v0.5.0 |
559 | 2024-10-31T17:10:04.202Z | Compiling usdt-attr-macro v0.5.0 |
560 | 2024-10-31T17:10:04.434Z | Checking slog-json v2.6.1 |
561 | 2024-10-31T17:10:04.674Z | Checking futures-executor v0.3.31 |
562 | 2024-10-31T17:10:04.876Z | Compiling async-stream-impl v0.3.6 |
563 | 2024-10-31T17:10:05.018Z | Checking is-terminal v0.4.13 |
564 | 2024-10-31T17:10:05.021Z | Checking memmap v0.7.0 |
565 | 2024-10-31T17:10:05.124Z | Compiling dropshot v0.12.0 |
566 | 2024-10-31T17:10:05.229Z | Checking take_mut v0.2.2 |
567 | 2024-10-31T17:10:05.231Z | Checking toml_edit v0.22.22 |
568 | 2024-10-31T17:10:05.319Z | Checking cpufeatures v0.2.14 |
569 | 2024-10-31T17:10:05.410Z | Checking sha1 v0.10.6 |
570 | 2024-10-31T17:10:05.525Z | Checking slog-term v2.9.1 |
571 | 2024-10-31T17:10:05.585Z | Checking usdt v0.5.0 |
572 | 2024-10-31T17:10:05.622Z | Compiling strum_macros v0.26.4 |
573 | 2024-10-31T17:10:05.642Z | Checking futures v0.3.31 |
574 | 2024-10-31T17:10:05.740Z | Checking slog-bunyan v2.5.0 |
575 | 2024-10-31T17:10:05.805Z | Compiling parse-display-derive v0.10.0 |
576 | 2024-10-31T17:10:05.895Z | Checking rand v0.8.5 |
577 | 2024-10-31T17:10:06.173Z | Checking async-stream v0.3.6 |
578 | 2024-10-31T17:10:06.327Z | Compiling serde_with_macros v3.11.0 |
579 | 2024-10-31T17:10:07.319Z | Checking ipnetwork v0.20.0 |
580 | 2024-10-31T17:10:07.373Z | Compiling dropshot_endpoint v0.12.0 |
581 | 2024-10-31T17:10:07.592Z | Checking tokio-rustls v0.25.0 |
582 | 2024-10-31T17:10:07.680Z | Checking serde_path_to_error v0.1.16 |
583 | 2024-10-31T17:10:07.774Z | Checking toml v0.8.19 |
584 | 2024-10-31T17:10:07.916Z | Checking hex v0.4.3 |
585 | 2024-10-31T17:10:08.292Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
586 | 2024-10-31T17:10:08.436Z | Compiling async-trait v0.1.83 |
587 | 2024-10-31T17:10:08.505Z | Checking waitgroup v0.1.2 |
588 | 2024-10-31T17:10:08.617Z | Checking hostname v0.4.0 |
589 | 2024-10-31T17:10:08.735Z | Checking instant v0.1.13 |
590 | 2024-10-31T17:10:08.848Z | Checking debug-ignore v1.0.5 |
591 | 2024-10-31T17:10:08.877Z | Checking serde_with v3.11.0 |
592 | 2024-10-31T17:10:08.964Z | Checking backoff v0.4.0 |
593 | 2024-10-31T17:10:09.060Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
594 | 2024-10-31T17:10:09.193Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
595 | 2024-10-31T17:10:09.223Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
596 | 2024-10-31T17:10:09.334Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
597 | 2024-10-31T17:10:09.549Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
598 | 2024-10-31T17:10:09.620Z | Checking parse-display v0.10.0 |
599 | 2024-10-31T17:10:09.831Z | Checking macaddr v1.0.1 |
600 | 2024-10-31T17:10:09.876Z | Checking regress v0.9.1 |
601 | 2024-10-31T17:10:09.999Z | Checking strum v0.26.3 |
602 | 2024-10-31T17:10:10.674Z | Compiling typify-macro v0.2.0 |
603 | 2024-10-31T17:10:12.694Z | Compiling typify v0.2.0 |
604 | 2024-10-31T17:10:12.762Z | Compiling progenitor-impl v0.8.0 |
605 | 2024-10-31T17:10:15.222Z | Compiling progenitor-macro v0.8.0 |
606 | 2024-10-31T17:10:20.225Z | Checking progenitor v0.8.0 |
607 | 2024-10-31T17:10:20.477Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
608 | 2024-10-31T17:10:23.873Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
609 | 2024-10-31T17:10:30.257Z | Checking test-project v0.1.0 (/tmp/test-project) |
610 | 2024-10-31T17:10:30.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
611 | 2024-10-31T17:10:30.624Z | + cargo build --release |
612 | 2024-10-31T17:10:30.872Z | Compiling proc-macro2 v1.0.87 |
613 | 2024-10-31T17:10:30.872Z | Compiling unicode-ident v1.0.13 |
614 | 2024-10-31T17:10:30.872Z | Compiling libc v0.2.161 |
615 | 2024-10-31T17:10:30.875Z | Compiling cfg-if v1.0.0 |
616 | 2024-10-31T17:10:30.875Z | Compiling autocfg v1.4.0 |
617 | 2024-10-31T17:10:30.875Z | Compiling version_check v0.9.5 |
618 | 2024-10-31T17:10:30.875Z | Compiling serde v1.0.210 |
619 | 2024-10-31T17:10:30.875Z | Compiling memchr v2.7.4 |
620 | 2024-10-31T17:10:30.987Z | Compiling serde_json v1.0.128 |
621 | 2024-10-31T17:10:31.055Z | Compiling itoa v1.0.11 |
622 | 2024-10-31T17:10:31.321Z | Compiling thiserror v1.0.64 |
623 | 2024-10-31T17:10:31.469Z | Compiling once_cell v1.20.2 |
624 | 2024-10-31T17:10:31.526Z | Compiling shlex v1.3.0 |
625 | 2024-10-31T17:10:31.825Z | Compiling cc v1.1.30 |
626 | 2024-10-31T17:10:31.911Z | Compiling num-traits v0.2.19 |
627 | 2024-10-31T17:10:31.965Z | Compiling pin-project-lite v0.2.14 |
628 | 2024-10-31T17:10:32.242Z | Compiling ryu v1.0.18 |
629 | 2024-10-31T17:10:32.259Z | Compiling bytes v1.7.2 |
630 | 2024-10-31T17:10:32.381Z | Compiling quote v1.0.37 |
631 | 2024-10-31T17:10:32.442Z | Compiling getrandom v0.2.15 |
632 | 2024-10-31T17:10:32.619Z | Compiling futures-core v0.3.31 |
633 | 2024-10-31T17:10:32.775Z | Compiling syn v2.0.79 |
634 | 2024-10-31T17:10:32.852Z | Compiling lock_api v0.4.12 |
635 | 2024-10-31T17:10:32.975Z | Compiling ahash v0.8.11 |
636 | 2024-10-31T17:10:32.981Z | Compiling byteorder v1.5.0 |
637 | 2024-10-31T17:10:33.198Z | Compiling parking_lot_core v0.9.10 |
638 | 2024-10-31T17:10:33.269Z | Compiling schemars v0.8.21 |
639 | 2024-10-31T17:10:33.432Z | Compiling scopeguard v1.2.0 |
640 | 2024-10-31T17:10:33.467Z | Compiling smallvec v1.13.2 |
641 | 2024-10-31T17:10:33.643Z | Compiling slab v0.4.9 |
642 | 2024-10-31T17:10:33.661Z | Compiling futures-sink v0.3.31 |
643 | 2024-10-31T17:10:33.784Z | Compiling log v0.4.22 |
644 | 2024-10-31T17:10:34.016Z | Compiling signal-hook-registry v1.4.2 |
645 | 2024-10-31T17:10:34.022Z | Compiling socket2 v0.5.7 |
646 | 2024-10-31T17:10:34.045Z | Compiling mio v1.0.2 |
647 | 2024-10-31T17:10:34.210Z | Compiling hashbrown v0.15.0 |
648 | 2024-10-31T17:10:34.414Z | Compiling parking_lot v0.12.3 |
649 | 2024-10-31T17:10:34.699Z | Compiling ring v0.17.8 |
650 | 2024-10-31T17:10:34.731Z | Compiling fnv v1.0.7 |
651 | 2024-10-31T17:10:34.847Z | Compiling equivalent v1.0.1 |
652 | 2024-10-31T17:10:34.944Z | Compiling http v1.1.0 |
653 | 2024-10-31T17:10:35.541Z | Compiling futures-channel v0.3.31 |
654 | 2024-10-31T17:10:35.594Z | Compiling semver v1.0.23 |
655 | 2024-10-31T17:10:35.621Z | Compiling pin-utils v0.1.0 |
656 | 2024-10-31T17:10:35.654Z | Compiling futures-task v0.3.31 |
657 | 2024-10-31T17:10:35.701Z | Compiling futures-io v0.3.31 |
658 | 2024-10-31T17:10:35.974Z | Compiling heck v0.5.0 |
659 | 2024-10-31T17:10:36.008Z | Compiling pkg-config v0.3.31 |
660 | 2024-10-31T17:10:36.077Z | Compiling vcpkg v0.2.15 |
661 | 2024-10-31T17:10:36.130Z | Compiling spin v0.9.8 |
662 | 2024-10-31T17:10:36.356Z | Compiling rustls-pki-types v1.9.0 |
663 | 2024-10-31T17:10:36.923Z | Compiling httparse v1.9.5 |
664 | 2024-10-31T17:10:37.190Z | Compiling iana-time-zone v0.1.61 |
665 | 2024-10-31T17:10:37.585Z | Compiling untrusted v0.9.0 |
666 | 2024-10-31T17:10:37.620Z | Compiling openssl-sys v0.9.103 |
667 | 2024-10-31T17:10:37.760Z | Compiling ucd-trie v0.1.7 |
668 | 2024-10-31T17:10:38.212Z | Compiling tracing-core v0.1.32 |
669 | 2024-10-31T17:10:38.467Z | Compiling atomic-waker v1.1.2 |
670 | 2024-10-31T17:10:38.589Z | Compiling dyn-clone v1.0.17 |
671 | 2024-10-31T17:10:38.631Z | Compiling allocator-api2 v0.2.18 |
672 | 2024-10-31T17:10:39.385Z | Compiling tracing v0.1.40 |
673 | 2024-10-31T17:10:39.563Z | Compiling chrono v0.4.38 |
674 | 2024-10-31T17:10:39.631Z | Compiling http-body v1.0.1 |
675 | 2024-10-31T17:10:39.771Z | Compiling serde_derive_internals v0.29.1 |
676 | 2024-10-31T17:10:40.015Z | Compiling try-lock v0.2.5 |
677 | 2024-10-31T17:10:40.041Z | Compiling zeroize v1.8.1 |
678 | 2024-10-31T17:10:40.148Z | Compiling subtle v2.6.1 |
679 | 2024-10-31T17:10:40.399Z | Compiling uuid v1.10.0 |
680 | 2024-10-31T17:10:40.466Z | Compiling want v0.3.1 |
681 | 2024-10-31T17:10:40.789Z | Compiling foreign-types-shared v0.1.1 |
682 | 2024-10-31T17:10:40.883Z | Compiling openssl v0.10.66 |
683 | 2024-10-31T17:10:40.932Z | Compiling httpdate v1.0.3 |
684 | 2024-10-31T17:10:41.486Z | Compiling slog v2.7.0 |
685 | 2024-10-31T17:10:41.687Z | Compiling foreign-types v0.3.2 |
686 | 2024-10-31T17:10:41.924Z | Compiling aho-corasick v1.1.3 |
687 | 2024-10-31T17:10:42.020Z | Compiling percent-encoding v2.3.1 |
688 | 2024-10-31T17:10:42.453Z | Compiling native-tls v0.2.12 |
689 | 2024-10-31T17:10:42.603Z | Compiling rustls v0.23.14 |
690 | 2024-10-31T17:10:42.822Z | Compiling tinyvec_macros v0.1.1 |
691 | 2024-10-31T17:10:42.901Z | Compiling tower-service v0.3.3 |
692 | 2024-10-31T17:10:42.919Z | Compiling typenum v1.17.0 |
693 | 2024-10-31T17:10:43.010Z | Compiling bitflags v2.6.0 |
694 | 2024-10-31T17:10:43.064Z | Compiling regex-syntax v0.8.5 |
695 | 2024-10-31T17:10:43.779Z | Compiling tinyvec v1.8.0 |
696 | 2024-10-31T17:10:43.931Z | Compiling form_urlencoded v1.2.1 |
697 | 2024-10-31T17:10:44.477Z | Compiling generic-array v0.14.7 |
698 | 2024-10-31T17:10:45.008Z | Compiling openssl-probe v0.1.5 |
699 | 2024-10-31T17:10:45.104Z | Compiling serde_derive v1.0.210 |
700 | 2024-10-31T17:10:45.213Z | Compiling zerocopy-derive v0.7.35 |
701 | 2024-10-31T17:10:45.380Z | Compiling thiserror-impl v1.0.64 |
702 | 2024-10-31T17:10:45.411Z | Compiling schemars_derive v0.8.21 |
703 | 2024-10-31T17:10:45.665Z | Compiling tokio-macros v2.4.0 |
704 | 2024-10-31T17:10:46.182Z | Compiling futures-macro v0.3.31 |
705 | 2024-10-31T17:10:47.230Z | Compiling zerocopy v0.7.35 |
706 | 2024-10-31T17:10:48.014Z | Compiling tokio v1.40.0 |
707 | 2024-10-31T17:10:48.286Z | Compiling futures-util v0.3.31 |
708 | 2024-10-31T17:10:48.384Z | Compiling pest v2.7.14 |
709 | 2024-10-31T17:10:49.208Z | Compiling hashbrown v0.14.5 |
710 | 2024-10-31T17:10:49.374Z | Compiling openssl-macros v0.1.1 |
711 | 2024-10-31T17:10:50.508Z | Compiling regress v0.10.1 |
712 | 2024-10-31T17:10:51.157Z | Compiling rustls-webpki v0.102.8 |
713 | 2024-10-31T17:10:55.229Z | Compiling pest_meta v2.7.14 |
714 | 2024-10-31T17:10:56.499Z | Compiling pest_generator v2.7.14 |
715 | 2024-10-31T17:10:57.001Z | Compiling tokio-util v0.7.12 |
716 | 2024-10-31T17:10:58.261Z | Compiling regex-automata v0.4.8 |
717 | 2024-10-31T17:10:59.287Z | Compiling indexmap v2.6.0 |
718 | 2024-10-31T17:11:02.198Z | Compiling serde_tokenstream v0.2.2 |
719 | 2024-10-31T17:11:05.162Z | Compiling h2 v0.4.6 |
720 | 2024-10-31T17:11:05.715Z | Compiling pest_derive v2.7.14 |
721 | 2024-10-31T17:11:06.134Z | Compiling typify-impl v0.2.0 |
722 | 2024-10-31T17:11:07.914Z | Compiling regex v1.11.0 |
723 | 2024-10-31T17:11:09.296Z | Compiling http-body-util v0.1.2 |
724 | 2024-10-31T17:11:09.855Z | Compiling unicode-normalization v0.1.24 |
725 | 2024-10-31T17:11:10.029Z | Compiling scroll_derive v0.12.0 |
726 | 2024-10-31T17:11:11.210Z | Compiling hyper v1.4.1 |
727 | 2024-10-31T17:11:15.004Z | Compiling hyper-util v0.1.9 |
728 | 2024-10-31T17:11:18.131Z | Compiling usdt-impl v0.5.0 |
729 | 2024-10-31T17:11:18.289Z | Compiling typify-macro v0.2.0 |
730 | 2024-10-31T17:11:18.505Z | Compiling encoding_rs v0.8.34 |
731 | 2024-10-31T17:11:20.928Z | Compiling mime v0.3.17 |
732 | 2024-10-31T17:11:21.961Z | Compiling num-conv v0.1.0 |
733 | 2024-10-31T17:11:22.089Z | Compiling time-core v0.1.2 |
734 | 2024-10-31T17:11:22.214Z | Compiling powerfmt v0.2.0 |
735 | 2024-10-31T17:11:22.243Z | Compiling unicode-bidi v0.3.17 |
736 | 2024-10-31T17:11:22.683Z | Compiling deranged v0.3.11 |
737 | 2024-10-31T17:11:23.155Z | Compiling idna v0.5.0 |
738 | 2024-10-31T17:11:25.187Z | Compiling time-macros v0.2.18 |
739 | 2024-10-31T17:11:28.124Z | Compiling tokio-rustls v0.26.0 |
740 | 2024-10-31T17:11:28.267Z | Compiling thread-id v4.2.2 |
741 | 2024-10-31T17:11:28.367Z | Compiling scroll v0.12.0 |
742 | 2024-10-31T17:11:28.588Z | Compiling tokio-native-tls v0.3.1 |
743 | 2024-10-31T17:11:28.857Z | Compiling dtrace-parser v0.2.0 |
744 | 2024-10-31T17:11:29.006Z | Compiling dof v0.3.0 |
745 | 2024-10-31T17:11:29.077Z | Compiling serde_urlencoded v0.7.1 |
746 | 2024-10-31T17:11:29.658Z | Compiling rustls-pemfile v2.2.0 |
747 | 2024-10-31T17:11:29.855Z | Compiling webpki-roots v0.26.6 |
748 | 2024-10-31T17:11:30.050Z | Compiling crossbeam-utils v0.8.20 |
749 | 2024-10-31T17:11:30.114Z | Compiling ident_case v1.0.1 |
750 | 2024-10-31T17:11:30.614Z | Compiling num_threads v0.1.7 |
751 | 2024-10-31T17:11:31.485Z | Compiling strsim v0.11.1 |
752 | 2024-10-31T17:11:31.640Z | Compiling base64 v0.22.1 |
753 | 2024-10-31T17:11:32.187Z | Compiling omicron-workspace-hack v0.1.0 |
754 | 2024-10-31T17:11:32.409Z | Compiling plain v0.2.3 |
755 | 2024-10-31T17:11:32.501Z | Compiling time v0.3.36 |
756 | 2024-10-31T17:11:32.559Z | Compiling goblin v0.8.2 |
757 | 2024-10-31T17:11:32.703Z | Compiling darling_core v0.20.10 |
758 | 2024-10-31T17:11:40.484Z | Compiling hyper-rustls v0.27.3 |
759 | 2024-10-31T17:11:42.568Z | Compiling hyper-tls v0.6.0 |
760 | 2024-10-31T17:11:42.634Z | Compiling url v2.5.2 |
761 | 2024-10-31T17:11:43.044Z | Compiling typify v0.2.0 |
762 | 2024-10-31T17:11:43.163Z | Compiling openapiv3 v2.0.0 |
763 | 2024-10-31T17:11:47.293Z | Compiling sync_wrapper v1.0.1 |
764 | 2024-10-31T17:11:47.366Z | Compiling dirs-sys-next v0.1.2 |
765 | 2024-10-31T17:11:47.819Z | Compiling rustversion v1.0.17 |
766 | 2024-10-31T17:11:48.169Z | Compiling rustls v0.22.4 |
767 | 2024-10-31T17:11:48.463Z | Compiling pretty-hex v0.4.1 |
768 | 2024-10-31T17:11:48.490Z | Compiling ipnet v2.10.1 |
769 | 2024-10-31T17:11:48.509Z | Compiling unsafe-libyaml v0.2.11 |
770 | 2024-10-31T17:11:48.659Z | Compiling paste v1.0.15 |
771 | 2024-10-31T17:11:52.859Z | Compiling reqwest v0.12.8 |
772 | 2024-10-31T17:11:52.910Z | Compiling serde_yaml v0.9.34+deprecated |
773 | 2024-10-31T17:11:52.926Z | Compiling dirs-next v2.0.0 |
774 | 2024-10-31T17:11:52.926Z | Compiling progenitor-impl v0.8.0 |
775 | 2024-10-31T17:11:54.486Z | Compiling darling_macro v0.20.10 |
776 | 2024-10-31T17:11:55.487Z | Compiling crypto-common v0.1.6 |
777 | 2024-10-31T17:11:55.681Z | Compiling block-buffer v0.10.4 |
778 | 2024-10-31T17:11:55.859Z | Compiling toml_datetime v0.6.8 |
779 | 2024-10-31T17:11:55.902Z | Compiling serde_spanned v0.6.8 |
780 | 2024-10-31T17:11:56.133Z | Compiling ppv-lite86 v0.2.20 |
781 | 2024-10-31T17:11:56.350Z | Compiling structmeta-derive v0.3.0 |
782 | 2024-10-31T17:11:56.501Z | Compiling rand_core v0.6.4 |
783 | 2024-10-31T17:11:57.051Z | Compiling thread_local v1.1.8 |
784 | 2024-10-31T17:11:57.059Z | Compiling multer v3.1.0 |
785 | 2024-10-31T17:11:57.150Z | Compiling camino v1.1.9 |
786 | 2024-10-31T17:11:57.396Z | Compiling match_cfg v0.1.0 |
787 | 2024-10-31T17:11:57.479Z | Compiling winnow v0.6.20 |
788 | 2024-10-31T17:11:57.723Z | Compiling anyhow v1.0.89 |
789 | 2024-10-31T17:11:57.784Z | Compiling slog-async v2.8.0 |
790 | 2024-10-31T17:11:58.295Z | Compiling newtype-uuid v1.1.2 |
791 | 2024-10-31T17:11:58.575Z | Compiling hostname v0.3.1 |
792 | 2024-10-31T17:11:58.810Z | Compiling rand_chacha v0.3.1 |
793 | 2024-10-31T17:11:58.953Z | Compiling digest v0.10.7 |
794 | 2024-10-31T17:11:59.015Z | Compiling structmeta v0.3.0 |
795 | 2024-10-31T17:11:59.104Z | Compiling progenitor-macro v0.8.0 |
796 | 2024-10-31T17:11:59.341Z | Compiling darling v0.20.10 |
797 | 2024-10-31T17:11:59.368Z | Compiling crossbeam-channel v0.5.13 |
798 | 2024-10-31T17:12:00.532Z | Compiling term v0.7.0 |
799 | 2024-10-31T17:12:01.808Z | Compiling toml_edit v0.22.22 |
800 | 2024-10-31T17:12:05.061Z | Compiling progenitor-client v0.8.0 |
801 | 2024-10-31T17:12:07.036Z | Compiling usdt-macro v0.5.0 |
802 | 2024-10-31T17:12:08.370Z | Compiling usdt-attr-macro v0.5.0 |
803 | 2024-10-31T17:12:09.859Z | Compiling slog-json v2.6.1 |
804 | 2024-10-31T17:12:09.897Z | Compiling futures-executor v0.3.31 |
805 | 2024-10-31T17:12:10.347Z | Compiling async-stream-impl v0.3.6 |
806 | 2024-10-31T17:12:11.050Z | Compiling is-terminal v0.4.13 |
807 | 2024-10-31T17:12:11.165Z | Compiling memmap v0.7.0 |
808 | 2024-10-31T17:12:11.588Z | Compiling dropshot v0.12.0 |
809 | 2024-10-31T17:12:11.709Z | Compiling cpufeatures v0.2.14 |
810 | 2024-10-31T17:12:11.799Z | Compiling take_mut v0.2.2 |
811 | 2024-10-31T17:12:12.005Z | Compiling sha1 v0.10.6 |
812 | 2024-10-31T17:12:12.791Z | Compiling async-stream v0.3.6 |
813 | 2024-10-31T17:12:13.132Z | Compiling usdt v0.5.0 |
814 | 2024-10-31T17:12:14.274Z | Compiling progenitor v0.8.0 |
815 | 2024-10-31T17:12:14.459Z | Compiling slog-term v2.9.1 |
816 | 2024-10-31T17:12:14.616Z | Compiling slog-bunyan v2.5.0 |
817 | 2024-10-31T17:12:14.893Z | Compiling futures v0.3.31 |
818 | 2024-10-31T17:12:15.088Z | Compiling tokio-rustls v0.25.0 |
819 | 2024-10-31T17:12:15.439Z | Compiling toml v0.8.19 |
820 | 2024-10-31T17:12:15.518Z | Compiling strum_macros v0.26.4 |
821 | 2024-10-31T17:12:17.365Z | Compiling serde_with_macros v3.11.0 |
822 | 2024-10-31T17:12:20.013Z | Compiling parse-display-derive v0.10.0 |
823 | 2024-10-31T17:12:20.039Z | Compiling rand v0.8.5 |
824 | 2024-10-31T17:12:24.652Z | Compiling ipnetwork v0.20.0 |
825 | 2024-10-31T17:12:24.783Z | Compiling dropshot_endpoint v0.12.0 |
826 | 2024-10-31T17:12:25.179Z | Compiling serde_path_to_error v0.1.16 |
827 | 2024-10-31T17:12:25.617Z | Compiling hex v0.4.3 |
828 | 2024-10-31T17:12:26.189Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
829 | 2024-10-31T17:12:26.294Z | Compiling async-trait v0.1.83 |
830 | 2024-10-31T17:12:27.012Z | Compiling waitgroup v0.1.2 |
831 | 2024-10-31T17:12:27.247Z | Compiling hostname v0.4.0 |
832 | 2024-10-31T17:12:27.490Z | Compiling instant v0.1.13 |
833 | 2024-10-31T17:12:27.639Z | Compiling debug-ignore v1.0.5 |
834 | 2024-10-31T17:12:27.774Z | Compiling backoff v0.4.0 |
835 | 2024-10-31T17:12:28.107Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
836 | 2024-10-31T17:12:28.282Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
837 | 2024-10-31T17:12:28.441Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
838 | 2024-10-31T17:12:28.846Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
839 | 2024-10-31T17:12:29.431Z | Compiling parse-display v0.10.0 |
840 | 2024-10-31T17:12:31.537Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
841 | 2024-10-31T17:12:32.100Z | Compiling serde_with v3.11.0 |
842 | 2024-10-31T17:12:32.891Z | Compiling strum v0.26.3 |
843 | 2024-10-31T17:12:33.081Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
844 | 2024-10-31T17:12:33.176Z | Compiling macaddr v1.0.1 |
845 | 2024-10-31T17:12:33.794Z | Compiling regress v0.9.1 |
846 | 2024-10-31T17:12:39.187Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
847 | 2024-10-31T17:12:49.495Z | Compiling test-project v0.1.0 (/tmp/test-project) |
848 | 2024-10-31T17:12:58.590Z | Finished `release` profile [optimized] target(s) in 2m 27s |
849 | 2024-10-31T17:12:58.652Z | process exited: duration 225560 ms, exit code 0 |
|
850 | 2024-10-31T17:12:58.657Z | found 0 output files |