|
|
|
1 | 2024-11-01T06:04:21.192Z | job assigned to worker 01JBK54S0KE0TG2H3BQX113WSB (queued for 54 s) |
|
2 | 2024-11-01T06:04:28.792Z | starting task 0: "setup" |
3 | 2024-11-01T06:04:28.798Z | ++ uname -s |
4 | 2024-11-01T06:04:28.801Z | + kern=SunOS |
5 | 2024-11-01T06:04:28.801Z | + case "$kern" in |
6 | 2024-11-01T06:04:28.801Z | + [[ 0 == 12345 ]] |
7 | 2024-11-01T06:04:28.802Z | + groupadd -g 12345 build |
8 | 2024-11-01T06:04:28.808Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-11-01T06:04:30.813Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-11-01T06:04:30.952Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-11-01T06:04:30.954Z | + home_fs=zfs |
12 | 2024-11-01T06:04:30.954Z | + [[ zfs == autofs ]] |
13 | 2024-11-01T06:04:30.954Z | + mkdir -p /home/build |
14 | 2024-11-01T06:04:30.957Z | + chown build:build /home/build /work |
15 | 2024-11-01T06:04:32.959Z | + chmod 0700 /home/build /work |
16 | 2024-11-01T06:04:32.962Z | process exited: duration 4171 ms, exit code 0 |
|
17 | 2024-11-01T06:04:32.967Z | starting task 1: "rust-toolchain" |
18 | 2024-11-01T06:04:32.974Z | + printf ' * toolchain channel = "%s" |
19 | 2024-11-01T06:04:32.974Z | * toolchain channel = "1.82.0" |
20 | 2024-11-01T06:04:32.974Z | * toolchain profile = "default" |
21 | 2024-11-01T06:04:32.974Z | ' 1.82.0 |
22 | 2024-11-01T06:04:32.974Z | + printf ' * toolchain profile = "%s" |
23 | 2024-11-01T06:04:32.974Z | ' default |
24 | 2024-11-01T06:04:32.977Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-11-01T06:04:32.978Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
26 | 2024-11-01T06:04:33.297Z | info: downloading installer |
27 | 2024-11-01T06:04:34.923Z | info: profile set to 'default' |
28 | 2024-11-01T06:04:34.923Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-11-01T06:04:34.926Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
30 | 2024-11-01T06:04:35.077Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-11-01T06:04:35.077Z | info: downloading component 'cargo' |
32 | 2024-11-01T06:04:35.893Z | info: downloading component 'clippy' |
33 | 2024-11-01T06:04:36.206Z | info: downloading component 'rust-docs' |
34 | 2024-11-01T06:04:37.364Z | info: downloading component 'rust-std' |
35 | 2024-11-01T06:04:39.172Z | info: downloading component 'rustc' |
36 | 2024-11-01T06:04:45.552Z | info: downloading component 'rustfmt' |
37 | 2024-11-01T06:04:45.785Z | info: installing component 'cargo' |
38 | 2024-11-01T06:04:46.617Z | info: installing component 'clippy' |
39 | 2024-11-01T06:04:47.011Z | info: installing component 'rust-docs' |
40 | 2024-11-01T06:04:48.704Z | info: installing component 'rust-std' |
41 | 2024-11-01T06:04:50.572Z | info: installing component 'rustc' |
42 | 2024-11-01T06:04:56.785Z | info: installing component 'rustfmt' |
43 | 2024-11-01T06:04:57.120Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
44 | 2024-11-01T06:04:57.120Z | |
45 | 2024-11-01T06:04:57.503Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-11-01T06:04:57.503Z | |
47 | 2024-11-01T06:04:57.511Z | |
48 | 2024-11-01T06:04:57.511Z | Rust is installed now. Great! |
49 | 2024-11-01T06:04:57.511Z | |
50 | 2024-11-01T06:04:57.511Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-11-01T06:04:57.511Z | environment variable. This has not been done automatically. |
52 | 2024-11-01T06:04:57.511Z | |
53 | 2024-11-01T06:04:57.511Z | To configure your current shell, you need to source |
54 | 2024-11-01T06:04:57.511Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-11-01T06:04:57.511Z | |
56 | 2024-11-01T06:04:57.511Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-11-01T06:04:57.511Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-11-01T06:04:57.511Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-11-01T06:04:57.572Z | + rustc --version |
60 | 2024-11-01T06:04:57.640Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-11-01T06:04:57.643Z | process exited: duration 24669 ms, exit code 0 |
|
62 | 2024-11-01T06:04:57.650Z | starting task 2: "authentication" |
63 | 2024-11-01T06:04:57.671Z | process exited: duration 21 ms, exit code 0 |
|
64 | 2024-11-01T06:04:57.681Z | starting task 3: "clone repository" |
65 | 2024-11-01T06:04:57.684Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-11-01T06:04:57.692Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-11-01T06:04:57.945Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-11-01T06:05:05.186Z | + cd /work/oxidecomputer/omicron |
69 | 2024-11-01T06:05:05.219Z | + git fetch origin aaf42b74b10d8dfa1f202ba92cabb6c2a3c15b16 |
70 | 2024-11-01T06:05:08.586Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-11-01T06:05:08.586Z | * branch aaf42b74b10d8dfa1f202ba92cabb6c2a3c15b16 -> FETCH_HEAD |
72 | 2024-11-01T06:05:08.615Z | + [[ -n renovate/anyhow-1.x-lockfile ]] |
73 | 2024-11-01T06:05:08.615Z | ++ git branch --show-current |
74 | 2024-11-01T06:05:08.615Z | + current=main |
75 | 2024-11-01T06:05:08.615Z | + [[ main != renovate/anyhow-1.x-lockfile ]] |
76 | 2024-11-01T06:05:08.615Z | + git branch -f renovate/anyhow-1.x-lockfile aaf42b74b10d8dfa1f202ba92cabb6c2a3c15b16 |
77 | 2024-11-01T06:05:08.615Z | + git checkout -f renovate/anyhow-1.x-lockfile |
78 | 2024-11-01T06:05:08.615Z | Switched to branch 'renovate/anyhow-1.x-lockfile' |
79 | 2024-11-01T06:05:08.615Z | + git reset --hard aaf42b74b10d8dfa1f202ba92cabb6c2a3c15b16 |
80 | 2024-11-01T06:05:08.615Z | HEAD is now at aaf42b74b Update Rust crate anyhow to v1.0.92 |
81 | 2024-11-01T06:05:08.616Z | process exited: duration 8005 ms, exit code 0 |
|
82 | 2024-11-01T06:05:08.641Z | starting task 4: "build" |
83 | 2024-11-01T06:05:08.646Z | + source .github/buildomat/ci-env.sh |
84 | 2024-11-01T06:05:08.646Z | ++ export CARGO_TERM_COLOR=always |
85 | 2024-11-01T06:05:08.646Z | ++ CARGO_TERM_COLOR=always |
86 | 2024-11-01T06:05:08.647Z | + cargo --version |
87 | 2024-11-01T06:05:08.698Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
88 | 2024-11-01T06:05:08.700Z | + rustc --version |
89 | 2024-11-01T06:05:08.760Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
90 | 2024-11-01T06:05:08.763Z | + cd /tmp |
91 | 2024-11-01T06:05:08.763Z | + cargo new --lib test-project |
92 | 2024-11-01T06:05:08.820Z | Creating library `test-project` package |
93 | 2024-11-01T06:05:08.896Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
94 | 2024-11-01T06:05:08.899Z | + cd test-project |
95 | 2024-11-01T06:05:08.899Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
96 | 2024-11-01T06:05:08.958Z | Adding omicron-common (local) to dependencies |
97 | 2024-11-01T06:05:08.958Z | Features: |
98 | 2024-11-01T06:05:08.958Z | - proptest |
99 | 2024-11-01T06:05:08.958Z | - test-strategy |
100 | 2024-11-01T06:05:08.958Z | - testing |
101 | 2024-11-01T06:05:08.961Z | Updating crates.io index |
102 | 2024-11-01T06:05:09.059Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
103 | 2024-11-01T06:05:09.922Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2024-11-01T06:05:10.360Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
105 | 2024-11-01T06:05:10.751Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
106 | 2024-11-01T06:05:12.025Z | Locking 301 packages to latest compatible versions |
107 | 2024-11-01T06:05:12.028Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
108 | 2024-11-01T06:05:12.028Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
109 | 2024-11-01T06:05:12.028Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
110 | 2024-11-01T06:05:12.028Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
111 | 2024-11-01T06:05:12.030Z | Adding goblin v0.8.2 (latest: v0.9.2) |
112 | 2024-11-01T06:05:12.030Z | Adding hashbrown v0.12.3 (latest: v0.15.0) |
113 | 2024-11-01T06:05:12.030Z | Adding hashbrown v0.14.5 (latest: v0.15.0) |
114 | 2024-11-01T06:05:12.030Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
115 | 2024-11-01T06:05:12.030Z | Adding hostname v0.3.1 (latest: v0.4.0) |
116 | 2024-11-01T06:05:12.030Z | Adding idna v0.5.0 (latest: v1.0.2) |
117 | 2024-11-01T06:05:12.033Z | Adding indexmap v1.9.3 (latest: v2.6.0) |
118 | 2024-11-01T06:05:12.033Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
119 | 2024-11-01T06:05:12.036Z | Adding regress v0.9.1 (latest: v0.10.1) |
120 | 2024-11-01T06:05:12.041Z | Adding rustls v0.22.4 (latest: v0.23.16) |
121 | 2024-11-01T06:05:12.043Z | Adding security-framework v2.11.1 (latest: v3.0.0) |
122 | 2024-11-01T06:05:12.046Z | Adding term v0.7.0 (latest: v1.0.0) |
123 | 2024-11-01T06:05:12.046Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
124 | 2024-11-01T06:05:12.048Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
125 | 2024-11-01T06:05:12.051Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
126 | 2024-11-01T06:05:12.051Z | Adding windows v0.52.0 (latest: v0.58.0) |
127 | 2024-11-01T06:05:12.051Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
128 | 2024-11-01T06:05:12.051Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
129 | 2024-11-01T06:05:12.051Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
130 | 2024-11-01T06:05:12.051Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
131 | 2024-11-01T06:05:12.053Z | Adding zerocopy v0.7.35 (latest: v0.8.8) |
132 | 2024-11-01T06:05:12.053Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.8) |
133 | 2024-11-01T06:05:12.124Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
134 | 2024-11-01T06:05:12.127Z | + cargo check |
135 | 2024-11-01T06:05:12.267Z | Updating crates.io index |
136 | 2024-11-01T06:05:12.954Z | Locking 2 packages to latest compatible versions |
137 | 2024-11-01T06:05:16.120Z | Adding omicron-workspace-hack v0.1.0 |
138 | 2024-11-01T06:05:18.195Z | Adding test-project v0.1.0 (/tmp/test-project) |
139 | 2024-11-01T06:05:18.971Z | Downloading crates ... |
140 | 2024-11-01T06:05:19.065Z | Downloaded dtrace-parser v0.2.0 |
141 | 2024-11-01T06:05:19.068Z | Downloaded want v0.3.1 |
142 | 2024-11-01T06:05:19.070Z | Downloaded foreign-types v0.3.2 |
143 | 2024-11-01T06:05:19.070Z | Downloaded num_threads v0.1.7 |
144 | 2024-11-01T06:05:19.072Z | Downloaded crypto-common v0.1.6 |
145 | 2024-11-01T06:05:19.073Z | Downloaded atomic-waker v1.1.2 |
146 | 2024-11-01T06:05:19.075Z | Downloaded async-stream v0.3.6 |
147 | 2024-11-01T06:05:19.078Z | Downloaded heck v0.5.0 |
148 | 2024-11-01T06:05:19.078Z | Downloaded cpufeatures v0.2.14 |
149 | 2024-11-01T06:05:19.080Z | Downloaded ident_case v1.0.1 |
150 | 2024-11-01T06:05:19.080Z | Downloaded deranged v0.3.11 |
151 | 2024-11-01T06:05:19.083Z | Downloaded toml_datetime v0.6.8 |
152 | 2024-11-01T06:05:19.085Z | Downloaded parse-display v0.10.0 |
153 | 2024-11-01T06:05:19.088Z | Downloaded form_urlencoded v1.2.1 |
154 | 2024-11-01T06:05:19.090Z | Downloaded itoa v1.0.11 |
155 | 2024-11-01T06:05:19.091Z | Downloaded futures-macro v0.3.31 |
156 | 2024-11-01T06:05:19.094Z | Downloaded progenitor-client v0.8.0 |
157 | 2024-11-01T06:05:19.097Z | Downloaded hyper-tls v0.6.0 |
158 | 2024-11-01T06:05:19.099Z | Downloaded futures-core v0.3.31 |
159 | 2024-11-01T06:05:19.099Z | Downloaded newtype-uuid v1.1.2 |
160 | 2024-11-01T06:05:19.102Z | Downloaded tower-service v0.3.3 |
161 | 2024-11-01T06:05:19.102Z | Downloaded http-body-util v0.1.2 |
162 | 2024-11-01T06:05:19.104Z | Downloaded pretty-hex v0.4.1 |
163 | 2024-11-01T06:05:19.104Z | Downloaded camino v1.1.9 |
164 | 2024-11-01T06:05:19.107Z | Downloaded percent-encoding v2.3.1 |
165 | 2024-11-01T06:05:19.109Z | Downloaded ipnet v2.10.1 |
166 | 2024-11-01T06:05:19.111Z | Downloaded rustc-hash v2.0.0 |
167 | 2024-11-01T06:05:19.111Z | Downloaded hostname v0.4.0 |
168 | 2024-11-01T06:05:19.114Z | Downloaded schemars_derive v0.8.21 |
169 | 2024-11-01T06:05:19.120Z | Downloaded plain v0.2.3 |
170 | 2024-11-01T06:05:19.120Z | Downloaded byteorder v1.5.0 |
171 | 2024-11-01T06:05:19.124Z | Downloaded rand_chacha v0.3.1 |
172 | 2024-11-01T06:05:19.124Z | Downloaded dirs-next v2.0.0 |
173 | 2024-11-01T06:05:19.124Z | Downloaded quinn-udp v0.5.5 |
174 | 2024-11-01T06:05:19.124Z | Downloaded parking_lot v0.12.3 |
175 | 2024-11-01T06:05:19.126Z | Downloaded multer v3.1.0 |
176 | 2024-11-01T06:05:19.128Z | Downloaded scroll v0.12.0 |
177 | 2024-11-01T06:05:19.128Z | Downloaded shlex v1.3.0 |
178 | 2024-11-01T06:05:19.130Z | Downloaded progenitor-macro v0.8.0 |
179 | 2024-11-01T06:05:19.130Z | Downloaded usdt-impl v0.5.0 |
180 | 2024-11-01T06:05:19.133Z | Downloaded indexmap v1.9.3 |
181 | 2024-11-01T06:05:19.135Z | Downloaded zeroize v1.8.1 |
182 | 2024-11-01T06:05:19.137Z | Downloaded serde_spanned v0.6.8 |
183 | 2024-11-01T06:05:19.139Z | Downloaded openssl-macros v0.1.1 |
184 | 2024-11-01T06:05:19.139Z | Downloaded log v0.4.22 |
185 | 2024-11-01T06:05:19.141Z | Downloaded rustls-pemfile v2.2.0 |
186 | 2024-11-01T06:05:19.144Z | Downloaded pin-project-lite v0.2.14 |
187 | 2024-11-01T06:05:19.148Z | Downloaded pest_derive v2.7.14 |
188 | 2024-11-01T06:05:19.150Z | Downloaded ryu v1.0.18 |
189 | 2024-11-01T06:05:19.153Z | Downloaded unicode-bidi v0.3.17 |
190 | 2024-11-01T06:05:19.156Z | Downloaded time-core v0.1.2 |
191 | 2024-11-01T06:05:19.159Z | Downloaded tinyvec_macros v0.1.1 |
192 | 2024-11-01T06:05:19.159Z | Downloaded darling_macro v0.20.10 |
193 | 2024-11-01T06:05:19.161Z | Downloaded block-buffer v0.10.4 |
194 | 2024-11-01T06:05:19.161Z | Downloaded aho-corasick v1.1.3 |
195 | 2024-11-01T06:05:19.166Z | Downloaded unsafe-libyaml v0.2.11 |
196 | 2024-11-01T06:05:19.170Z | Downloaded usdt-macro v0.5.0 |
197 | 2024-11-01T06:05:19.172Z | Downloaded try-lock v0.2.5 |
198 | 2024-11-01T06:05:19.172Z | Downloaded http-body v1.0.1 |
199 | 2024-11-01T06:05:19.174Z | Downloaded tracing v0.1.40 |
200 | 2024-11-01T06:05:19.177Z | Downloaded url v2.5.2 |
201 | 2024-11-01T06:05:19.180Z | Downloaded autocfg v1.4.0 |
202 | 2024-11-01T06:05:19.182Z | Downloaded foreign-types-shared v0.1.1 |
203 | 2024-11-01T06:05:19.185Z | Downloaded equivalent v1.0.1 |
204 | 2024-11-01T06:05:19.185Z | Downloaded thiserror v1.0.64 |
205 | 2024-11-01T06:05:19.189Z | Downloaded paste v1.0.15 |
206 | 2024-11-01T06:05:19.192Z | Downloaded digest v0.10.7 |
207 | 2024-11-01T06:05:19.194Z | Downloaded dyn-clone v1.0.17 |
208 | 2024-11-01T06:05:19.196Z | Downloaded serde_yaml v0.9.34+deprecated |
209 | 2024-11-01T06:05:19.199Z | Downloaded tracing-core v0.1.32 |
210 | 2024-11-01T06:05:19.202Z | Downloaded sync_wrapper v1.0.1 |
211 | 2024-11-01T06:05:19.205Z | Downloaded match_cfg v0.1.0 |
212 | 2024-11-01T06:05:19.205Z | Downloaded typify-macro v0.2.0 |
213 | 2024-11-01T06:05:19.205Z | Downloaded instant v0.1.13 |
214 | 2024-11-01T06:05:19.207Z | Downloaded parse-display-derive v0.10.0 |
215 | 2024-11-01T06:05:19.207Z | Downloaded darling_core v0.20.10 |
216 | 2024-11-01T06:05:19.211Z | Downloaded omicron-workspace-hack v0.1.0 |
217 | 2024-11-01T06:05:19.213Z | Downloaded base64 v0.22.1 |
218 | 2024-11-01T06:05:19.215Z | Downloaded strum v0.26.3 |
219 | 2024-11-01T06:05:19.218Z | Downloaded usdt-attr-macro v0.5.0 |
220 | 2024-11-01T06:05:19.218Z | Downloaded subtle v2.6.1 |
221 | 2024-11-01T06:05:19.221Z | Downloaded openssl-probe v0.1.5 |
222 | 2024-11-01T06:05:19.221Z | Downloaded darling v0.20.10 |
223 | 2024-11-01T06:05:19.223Z | Downloaded scroll_derive v0.12.0 |
224 | 2024-11-01T06:05:19.225Z | Downloaded debug-ignore v1.0.5 |
225 | 2024-11-01T06:05:19.227Z | Downloaded waitgroup v0.1.2 |
226 | 2024-11-01T06:05:19.227Z | Downloaded cfg-if v1.0.0 |
227 | 2024-11-01T06:05:19.228Z | Downloaded async-stream-impl v0.3.6 |
228 | 2024-11-01T06:05:19.230Z | Downloaded tokio-macros v2.4.0 |
229 | 2024-11-01T06:05:19.230Z | Downloaded time-macros v0.2.18 |
230 | 2024-11-01T06:05:19.232Z | Downloaded futures-task v0.3.31 |
231 | 2024-11-01T06:05:19.235Z | Downloaded futures-io v0.3.31 |
232 | 2024-11-01T06:05:19.235Z | Downloaded progenitor v0.8.0 |
233 | 2024-11-01T06:05:19.235Z | Downloaded pin-utils v0.1.0 |
234 | 2024-11-01T06:05:19.237Z | Downloaded usdt v0.5.0 |
235 | 2024-11-01T06:05:19.237Z | Downloaded pest_generator v2.7.14 |
236 | 2024-11-01T06:05:19.240Z | Downloaded hostname v0.3.1 |
237 | 2024-11-01T06:05:19.240Z | Downloaded hex v0.4.3 |
238 | 2024-11-01T06:05:19.242Z | Downloaded dirs-sys-next v0.1.2 |
239 | 2024-11-01T06:05:19.242Z | Downloaded untrusted v0.9.0 |
240 | 2024-11-01T06:05:19.244Z | Downloaded futures-sink v0.3.31 |
241 | 2024-11-01T06:05:19.246Z | Downloaded futures-executor v0.3.31 |
242 | 2024-11-01T06:05:19.246Z | Downloaded async-trait v0.1.83 |
243 | 2024-11-01T06:05:19.249Z | Downloaded take_mut v0.2.2 |
244 | 2024-11-01T06:05:19.251Z | Downloaded powerfmt v0.2.0 |
245 | 2024-11-01T06:05:19.251Z | Downloaded memchr v2.7.4 |
246 | 2024-11-01T06:05:19.256Z | Downloaded strsim v0.11.1 |
247 | 2024-11-01T06:05:19.258Z | Downloaded num-conv v0.1.0 |
248 | 2024-11-01T06:05:19.258Z | Downloaded httpdate v1.0.3 |
249 | 2024-11-01T06:05:19.261Z | Downloaded mime v0.3.17 |
250 | 2024-11-01T06:05:19.261Z | Downloaded ipnetwork v0.20.0 |
251 | 2024-11-01T06:05:19.263Z | Downloaded rand_core v0.6.4 |
252 | 2024-11-01T06:05:19.265Z | Downloaded is-terminal v0.4.13 |
253 | 2024-11-01T06:05:19.265Z | Downloaded futures-channel v0.3.31 |
254 | 2024-11-01T06:05:19.268Z | Downloaded macaddr v1.0.1 |
255 | 2024-11-01T06:05:19.268Z | Downloaded memmap v0.7.0 |
256 | 2024-11-01T06:05:19.270Z | Downloaded parking_lot_core v0.9.10 |
257 | 2024-11-01T06:05:19.272Z | Downloaded slog-bunyan v2.5.0 |
258 | 2024-11-01T06:05:19.272Z | Downloaded signal-hook-registry v1.4.2 |
259 | 2024-11-01T06:05:19.275Z | Downloaded thiserror-impl v1.0.64 |
260 | 2024-11-01T06:05:19.275Z | Downloaded sha1 v0.10.6 |
261 | 2024-11-01T06:05:19.277Z | Downloaded thread_local v1.1.8 |
262 | 2024-11-01T06:05:19.279Z | Downloaded strum_macros v0.26.4 |
263 | 2024-11-01T06:05:19.282Z | Downloaded slab v0.4.9 |
264 | 2024-11-01T06:05:19.282Z | Downloaded serde_path_to_error v0.1.16 |
265 | 2024-11-01T06:05:19.284Z | Downloaded generic-array v0.14.7 |
266 | 2024-11-01T06:05:19.284Z | Downloaded dof v0.3.0 |
267 | 2024-11-01T06:05:19.286Z | Downloaded slog-async v2.8.0 |
268 | 2024-11-01T06:05:19.288Z | Downloaded ahash v0.8.11 |
269 | 2024-11-01T06:05:19.291Z | Downloaded structmeta-derive v0.3.0 |
270 | 2024-11-01T06:05:19.291Z | Downloaded structmeta v0.3.0 |
271 | 2024-11-01T06:05:19.291Z | Downloaded slog-json v2.6.1 |
272 | 2024-11-01T06:05:19.293Z | Downloaded tokio-native-tls v0.3.1 |
273 | 2024-11-01T06:05:19.296Z | Downloaded serde v1.0.210 |
274 | 2024-11-01T06:05:19.298Z | Downloaded toml_edit v0.22.22 |
275 | 2024-11-01T06:05:19.319Z | Downloaded scopeguard v1.2.0 |
276 | 2024-11-01T06:05:19.321Z | Downloaded quote v1.0.37 |
277 | 2024-11-01T06:05:19.323Z | Downloaded typify v0.2.0 |
278 | 2024-11-01T06:05:19.326Z | Downloaded once_cell v1.20.2 |
279 | 2024-11-01T06:05:19.328Z | Downloaded rustversion v1.0.17 |
280 | 2024-11-01T06:05:19.330Z | Downloaded spin v0.9.8 |
281 | 2024-11-01T06:05:19.333Z | Downloaded slog-term v2.9.1 |
282 | 2024-11-01T06:05:19.335Z | Downloaded sha2 v0.10.8 |
283 | 2024-11-01T06:05:19.337Z | Downloaded tokio-rustls v0.25.0 |
284 | 2024-11-01T06:05:19.340Z | Downloaded ucd-trie v0.1.7 |
285 | 2024-11-01T06:05:19.340Z | Downloaded hashbrown v0.12.3 |
286 | 2024-11-01T06:05:19.343Z | Downloaded tokio-rustls v0.26.0 |
287 | 2024-11-01T06:05:19.345Z | Downloaded proc-macro2 v1.0.87 |
288 | 2024-11-01T06:05:19.348Z | Downloaded lock_api v0.4.12 |
289 | 2024-11-01T06:05:19.350Z | Downloaded crossbeam-utils v0.8.20 |
290 | 2024-11-01T06:05:19.352Z | Downloaded uuid v1.10.0 |
291 | 2024-11-01T06:05:19.354Z | Downloaded progenitor-impl v0.8.0 |
292 | 2024-11-01T06:05:19.357Z | Downloaded term v0.7.0 |
293 | 2024-11-01T06:05:19.359Z | Downloaded num-traits v0.2.19 |
294 | 2024-11-01T06:05:19.362Z | Downloaded smallvec v1.13.2 |
295 | 2024-11-01T06:05:19.364Z | Downloaded serde_with_macros v3.11.0 |
296 | 2024-11-01T06:05:19.367Z | Downloaded serde_derive v1.0.210 |
297 | 2024-11-01T06:05:19.369Z | Downloaded unicode-ident v1.0.13 |
298 | 2024-11-01T06:05:19.371Z | Downloaded bytes v1.7.2 |
299 | 2024-11-01T06:05:19.374Z | Downloaded cc v1.1.30 |
300 | 2024-11-01T06:05:19.378Z | Downloaded slog v2.7.0 |
301 | 2024-11-01T06:05:19.381Z | Downloaded rustls-pki-types v1.9.0 |
302 | 2024-11-01T06:05:19.384Z | Downloaded zerocopy v0.7.35 |
303 | 2024-11-01T06:05:19.399Z | Downloaded socket2 v0.5.7 |
304 | 2024-11-01T06:05:19.401Z | Downloaded hyper v1.4.1 |
305 | 2024-11-01T06:05:19.407Z | Downloaded toml v0.8.19 |
306 | 2024-11-01T06:05:19.410Z | Downloaded tinyvec v1.8.0 |
307 | 2024-11-01T06:05:19.413Z | Downloaded crossbeam-channel v0.5.13 |
308 | 2024-11-01T06:05:19.417Z | Downloaded serde_json v1.0.128 |
309 | 2024-11-01T06:05:19.423Z | Downloaded quinn v0.11.5 |
310 | 2024-11-01T06:05:19.427Z | Downloaded schemars v0.8.21 |
311 | 2024-11-01T06:05:19.438Z | Downloaded rand v0.8.5 |
312 | 2024-11-01T06:05:19.441Z | Downloaded mio v1.0.2 |
313 | 2024-11-01T06:05:19.446Z | Downloaded http v1.1.0 |
314 | 2024-11-01T06:05:19.451Z | Downloaded futures-util v0.3.31 |
315 | 2024-11-01T06:05:19.462Z | Downloaded goblin v0.8.2 |
316 | 2024-11-01T06:05:19.468Z | Downloaded unicode-normalization v0.1.24 |
317 | 2024-11-01T06:05:19.471Z | Downloaded time v0.3.36 |
318 | 2024-11-01T06:05:19.478Z | Downloaded tokio-util v0.7.12 |
319 | 2024-11-01T06:05:19.484Z | Downloaded rustls-webpki v0.102.8 |
320 | 2024-11-01T06:05:19.512Z | Downloaded chrono v0.4.38 |
321 | 2024-11-01T06:05:19.519Z | Downloaded winnow v0.6.20 |
322 | 2024-11-01T06:05:19.528Z | Downloaded h2 v0.4.6 |
323 | 2024-11-01T06:05:19.535Z | Downloaded serde_with v3.11.0 |
324 | 2024-11-01T06:05:19.543Z | Downloaded reqwest v0.12.8 |
325 | 2024-11-01T06:05:19.551Z | Downloaded dropshot v0.12.0 |
326 | 2024-11-01T06:05:19.572Z | Downloaded quinn-proto v0.11.8 |
327 | 2024-11-01T06:05:19.578Z | Downloaded syn v2.0.79 |
328 | 2024-11-01T06:05:19.589Z | Downloaded openapiv3 v2.0.0 |
329 | 2024-11-01T06:05:19.600Z | Downloaded idna v0.5.0 |
330 | 2024-11-01T06:05:19.608Z | Downloaded webpki-roots v0.26.6 |
331 | 2024-11-01T06:05:19.611Z | Downloaded openssl v0.10.66 |
332 | 2024-11-01T06:05:19.621Z | Downloaded regress v0.10.1 |
333 | 2024-11-01T06:05:19.629Z | Downloaded vcpkg v0.2.15 |
334 | 2024-11-01T06:05:19.667Z | Downloaded pest v2.7.14 |
335 | 2024-11-01T06:05:19.672Z | Downloaded regex v1.11.0 |
336 | 2024-11-01T06:05:19.685Z | Downloaded rustls v0.23.14 |
337 | 2024-11-01T06:05:19.696Z | Downloaded rustls v0.22.4 |
338 | 2024-11-01T06:05:19.709Z | Downloaded regex-syntax v0.8.5 |
339 | 2024-11-01T06:05:19.717Z | Downloaded regress v0.9.1 |
340 | 2024-11-01T06:05:19.725Z | Downloaded hashbrown v0.15.0 |
341 | 2024-11-01T06:05:19.730Z | Downloaded typify-impl v0.2.0 |
342 | 2024-11-01T06:05:19.746Z | Downloaded hashbrown v0.14.5 |
343 | 2024-11-01T06:05:19.751Z | Downloaded indexmap v2.6.0 |
344 | 2024-11-01T06:05:19.756Z | Downloaded hyper-util v0.1.9 |
345 | 2024-11-01T06:05:19.760Z | Downloaded regex-automata v0.4.8 |
346 | 2024-11-01T06:05:19.777Z | Downloaded openssl-sys v0.9.103 |
347 | 2024-11-01T06:05:19.782Z | Downloaded allocator-api2 v0.2.18 |
348 | 2024-11-01T06:05:19.784Z | Downloaded pest_meta v2.7.14 |
349 | 2024-11-01T06:05:19.787Z | Downloaded getrandom v0.2.15 |
350 | 2024-11-01T06:05:19.789Z | Downloaded futures v0.3.31 |
351 | 2024-11-01T06:05:19.794Z | Downloaded dropshot_endpoint v0.12.0 |
352 | 2024-11-01T06:05:19.797Z | Downloaded native-tls v0.2.12 |
353 | 2024-11-01T06:05:19.799Z | Downloaded iana-time-zone v0.1.61 |
354 | 2024-11-01T06:05:19.801Z | Downloaded hyper-rustls v0.27.3 |
355 | 2024-11-01T06:05:19.803Z | Downloaded bitflags v2.6.0 |
356 | 2024-11-01T06:05:19.807Z | Downloaded anyhow v1.0.92 |
357 | 2024-11-01T06:05:19.811Z | Downloaded httparse v1.9.5 |
358 | 2024-11-01T06:05:19.813Z | Downloaded ppv-lite86 v0.2.20 |
359 | 2024-11-01T06:05:19.816Z | Downloaded pkg-config v0.3.31 |
360 | 2024-11-01T06:05:19.818Z | Downloaded libc v0.2.161 |
361 | 2024-11-01T06:05:19.844Z | Downloaded thread-id v4.2.2 |
362 | 2024-11-01T06:05:19.846Z | Downloaded serde_urlencoded v0.7.1 |
363 | 2024-11-01T06:05:19.848Z | Downloaded serde_tokenstream v0.2.2 |
364 | 2024-11-01T06:05:19.848Z | Downloaded backoff v0.4.0 |
365 | 2024-11-01T06:05:19.851Z | Downloaded serde_derive_internals v0.29.1 |
366 | 2024-11-01T06:05:19.853Z | Downloaded semver v1.0.23 |
367 | 2024-11-01T06:05:19.855Z | Downloaded tokio v1.40.0 |
368 | 2024-11-01T06:05:19.891Z | Downloaded zerocopy-derive v0.7.35 |
369 | 2024-11-01T06:05:19.895Z | Downloaded version_check v0.9.5 |
370 | 2024-11-01T06:05:19.898Z | Downloaded fnv v1.0.7 |
371 | 2024-11-01T06:05:19.898Z | Downloaded typenum v1.17.0 |
372 | 2024-11-01T06:05:19.931Z | Downloaded encoding_rs v0.8.34 |
373 | 2024-11-01T06:05:20.131Z | Downloaded ring v0.17.8 |
374 | 2024-11-01T06:05:20.454Z | Compiling proc-macro2 v1.0.87 |
375 | 2024-11-01T06:05:20.455Z | Compiling unicode-ident v1.0.13 |
376 | 2024-11-01T06:05:20.457Z | Compiling libc v0.2.161 |
377 | 2024-11-01T06:05:20.457Z | Checking cfg-if v1.0.0 |
378 | 2024-11-01T06:05:20.457Z | Compiling autocfg v1.4.0 |
379 | 2024-11-01T06:05:20.478Z | Compiling serde v1.0.210 |
380 | 2024-11-01T06:05:20.517Z | Compiling version_check v0.9.5 |
381 | 2024-11-01T06:05:20.519Z | Checking memchr v2.7.4 |
382 | 2024-11-01T06:05:20.580Z | Checking itoa v1.0.11 |
383 | 2024-11-01T06:05:20.648Z | Compiling serde_json v1.0.128 |
384 | 2024-11-01T06:05:21.114Z | Compiling thiserror v1.0.64 |
385 | 2024-11-01T06:05:21.212Z | Checking once_cell v1.20.2 |
386 | 2024-11-01T06:05:21.269Z | Compiling shlex v1.3.0 |
387 | 2024-11-01T06:05:21.536Z | Compiling cc v1.1.30 |
388 | 2024-11-01T06:05:21.780Z | Checking pin-project-lite v0.2.14 |
389 | 2024-11-01T06:05:22.125Z | Compiling num-traits v0.2.19 |
390 | 2024-11-01T06:05:23.160Z | Checking bytes v1.7.2 |
391 | 2024-11-01T06:05:23.207Z | Checking ryu v1.0.18 |
392 | 2024-11-01T06:05:23.255Z | Checking futures-core v0.3.31 |
393 | 2024-11-01T06:05:23.422Z | Compiling lock_api v0.4.12 |
394 | 2024-11-01T06:05:23.440Z | Compiling byteorder v1.5.0 |
395 | 2024-11-01T06:05:23.475Z | Compiling parking_lot_core v0.9.10 |
396 | 2024-11-01T06:05:23.581Z | Compiling ahash v0.8.11 |
397 | 2024-11-01T06:05:23.881Z | Checking smallvec v1.13.2 |
398 | 2024-11-01T06:05:23.883Z | Checking getrandom v0.2.15 |
399 | 2024-11-01T06:05:23.896Z | Checking scopeguard v1.2.0 |
400 | 2024-11-01T06:05:23.931Z | Compiling schemars v0.8.21 |
401 | 2024-11-01T06:05:23.990Z | Compiling slab v0.4.9 |
402 | 2024-11-01T06:05:24.042Z | Checking log v0.4.22 |
403 | 2024-11-01T06:05:24.108Z | Checking futures-sink v0.3.31 |
404 | 2024-11-01T06:05:24.151Z | Checking mio v1.0.2 |
405 | 2024-11-01T06:05:24.247Z | Compiling quote v1.0.37 |
406 | 2024-11-01T06:05:24.303Z | Checking socket2 v0.5.7 |
407 | 2024-11-01T06:05:24.363Z | Checking signal-hook-registry v1.4.2 |
408 | 2024-11-01T06:05:24.421Z | Compiling ring v0.17.8 |
409 | 2024-11-01T06:05:24.571Z | Checking parking_lot v0.12.3 |
410 | 2024-11-01T06:05:24.614Z | Checking hashbrown v0.15.0 |
411 | 2024-11-01T06:05:24.781Z | Compiling syn v2.0.79 |
412 | 2024-11-01T06:05:24.800Z | Checking equivalent v1.0.1 |
413 | 2024-11-01T06:05:24.803Z | Checking fnv v1.0.7 |
414 | 2024-11-01T06:05:24.893Z | Checking futures-channel v0.3.31 |
415 | 2024-11-01T06:05:24.913Z | Checking futures-task v0.3.31 |
416 | 2024-11-01T06:05:24.931Z | Checking futures-io v0.3.31 |
417 | 2024-11-01T06:05:24.950Z | Checking pin-utils v0.1.0 |
418 | 2024-11-01T06:05:24.953Z | Checking http v1.1.0 |
419 | 2024-11-01T06:05:25.053Z | Checking rustls-pki-types v1.9.0 |
420 | 2024-11-01T06:05:25.109Z | Compiling vcpkg v0.2.15 |
421 | 2024-11-01T06:05:25.146Z | Checking spin v0.9.8 |
422 | 2024-11-01T06:05:25.252Z | Compiling pkg-config v0.3.31 |
423 | 2024-11-01T06:05:25.352Z | Compiling heck v0.5.0 |
424 | 2024-11-01T06:05:25.645Z | Compiling semver v1.0.23 |
425 | 2024-11-01T06:05:25.848Z | Checking untrusted v0.9.0 |
426 | 2024-11-01T06:05:25.990Z | Compiling ucd-trie v0.1.7 |
427 | 2024-11-01T06:05:26.179Z | Checking iana-time-zone v0.1.61 |
428 | 2024-11-01T06:05:26.287Z | Compiling httparse v1.9.5 |
429 | 2024-11-01T06:05:26.325Z | Checking tracing-core v0.1.32 |
430 | 2024-11-01T06:05:26.418Z | Checking dyn-clone v1.0.17 |
431 | 2024-11-01T06:05:26.539Z | Checking atomic-waker v1.1.2 |
432 | 2024-11-01T06:05:26.561Z | Compiling openssl-sys v0.9.103 |
433 | 2024-11-01T06:05:26.783Z | Compiling allocator-api2 v0.2.18 |
434 | 2024-11-01T06:05:26.951Z | Checking tracing v0.1.40 |
435 | 2024-11-01T06:05:27.236Z | Checking http-body v1.0.1 |
436 | 2024-11-01T06:05:27.371Z | Checking subtle v2.6.1 |
437 | 2024-11-01T06:05:27.416Z | Checking try-lock v0.2.5 |
438 | 2024-11-01T06:05:27.531Z | Checking zeroize v1.8.1 |
439 | 2024-11-01T06:05:27.629Z | Compiling uuid v1.10.0 |
440 | 2024-11-01T06:05:27.695Z | Checking want v0.3.1 |
441 | 2024-11-01T06:05:27.839Z | Compiling slog v2.7.0 |
442 | 2024-11-01T06:05:27.984Z | Compiling chrono v0.4.38 |
443 | 2024-11-01T06:05:28.031Z | Checking foreign-types-shared v0.1.1 |
444 | 2024-11-01T06:05:28.049Z | Compiling openssl v0.10.66 |
445 | 2024-11-01T06:05:28.127Z | Checking httpdate v1.0.3 |
446 | 2024-11-01T06:05:28.169Z | Checking foreign-types v0.3.2 |
447 | 2024-11-01T06:05:28.327Z | Compiling aho-corasick v1.1.3 |
448 | 2024-11-01T06:05:28.348Z | Checking percent-encoding v2.3.1 |
449 | 2024-11-01T06:05:28.409Z | Compiling typenum v1.17.0 |
450 | 2024-11-01T06:05:28.517Z | Compiling native-tls v0.2.12 |
451 | 2024-11-01T06:05:28.856Z | Compiling rustls v0.23.14 |
452 | 2024-11-01T06:05:29.164Z | Compiling regex-syntax v0.8.5 |
453 | 2024-11-01T06:05:29.220Z | Checking bitflags v2.6.0 |
454 | 2024-11-01T06:05:29.633Z | Checking tinyvec_macros v0.1.1 |
455 | 2024-11-01T06:05:29.713Z | Checking tower-service v0.3.3 |
456 | 2024-11-01T06:05:29.835Z | Checking tinyvec v1.8.0 |
457 | 2024-11-01T06:05:30.048Z | Checking form_urlencoded v1.2.1 |
458 | 2024-11-01T06:05:30.684Z | Compiling serde_derive_internals v0.29.1 |
459 | 2024-11-01T06:05:30.781Z | Compiling generic-array v0.14.7 |
460 | 2024-11-01T06:05:32.012Z | Checking openssl-probe v0.1.5 |
461 | 2024-11-01T06:05:32.138Z | Checking unicode-normalization v0.1.24 |
462 | 2024-11-01T06:05:32.396Z | Compiling regex-automata v0.4.8 |
463 | 2024-11-01T06:05:32.959Z | Compiling usdt-impl v0.5.0 |
464 | 2024-11-01T06:05:33.314Z | Checking encoding_rs v0.8.34 |
465 | 2024-11-01T06:05:33.345Z | Compiling num-conv v0.1.0 |
466 | 2024-11-01T06:05:33.420Z | Checking unicode-bidi v0.3.17 |
467 | 2024-11-01T06:05:33.616Z | Checking mime v0.3.17 |
468 | 2024-11-01T06:05:34.004Z | Compiling time-core v0.1.2 |
469 | 2024-11-01T06:05:34.150Z | Checking powerfmt v0.2.0 |
470 | 2024-11-01T06:05:34.172Z | Compiling time-macros v0.2.18 |
471 | 2024-11-01T06:05:34.290Z | Checking idna v0.5.0 |
472 | 2024-11-01T06:05:34.393Z | Checking deranged v0.3.11 |
473 | 2024-11-01T06:05:35.004Z | Compiling serde_derive v1.0.210 |
474 | 2024-11-01T06:05:35.158Z | Compiling zerocopy-derive v0.7.35 |
475 | 2024-11-01T06:05:35.520Z | Compiling thiserror-impl v1.0.64 |
476 | 2024-11-01T06:05:36.049Z | Compiling schemars_derive v0.8.21 |
477 | 2024-11-01T06:05:36.967Z | Compiling tokio-macros v2.4.0 |
478 | 2024-11-01T06:05:37.300Z | Compiling futures-macro v0.3.31 |
479 | 2024-11-01T06:05:37.351Z | Compiling zerocopy v0.7.35 |
480 | 2024-11-01T06:05:38.337Z | Checking tokio v1.40.0 |
481 | 2024-11-01T06:05:38.611Z | Compiling pest v2.7.14 |
482 | 2024-11-01T06:05:38.967Z | Checking futures-util v0.3.31 |
483 | 2024-11-01T06:05:39.073Z | Compiling openssl-macros v0.1.1 |
484 | 2024-11-01T06:05:39.367Z | Compiling hashbrown v0.14.5 |
485 | 2024-11-01T06:05:40.628Z | Compiling regress v0.10.1 |
486 | 2024-11-01T06:05:41.062Z | Compiling pest_meta v2.7.14 |
487 | 2024-11-01T06:05:42.268Z | Checking rustls-webpki v0.102.8 |
488 | 2024-11-01T06:05:43.079Z | Compiling pest_generator v2.7.14 |
489 | 2024-11-01T06:05:44.313Z | Checking http-body-util v0.1.2 |
490 | 2024-11-01T06:05:44.782Z | Compiling regex v1.11.0 |
491 | 2024-11-01T06:05:44.948Z | Compiling pest_derive v2.7.14 |
492 | 2024-11-01T06:05:46.266Z | Compiling scroll_derive v0.12.0 |
493 | 2024-11-01T06:05:46.269Z | Checking tokio-util v0.7.12 |
494 | 2024-11-01T06:05:46.269Z | Checking tokio-native-tls v0.3.1 |
495 | 2024-11-01T06:05:46.269Z | Compiling dtrace-parser v0.2.0 |
496 | 2024-11-01T06:05:46.638Z | Checking indexmap v2.6.0 |
497 | 2024-11-01T06:05:47.436Z | Compiling serde_tokenstream v0.2.2 |
498 | 2024-11-01T06:05:47.892Z | Checking h2 v0.4.6 |
499 | 2024-11-01T06:05:48.659Z | Checking scroll v0.12.0 |
500 | 2024-11-01T06:05:49.250Z | Compiling dof v0.3.0 |
501 | 2024-11-01T06:05:49.253Z | Checking serde_urlencoded v0.7.1 |
502 | 2024-11-01T06:05:49.530Z | Checking tokio-rustls v0.26.0 |
503 | 2024-11-01T06:05:49.802Z | Compiling thread-id v4.2.2 |
504 | 2024-11-01T06:05:49.903Z | Checking rustls-pemfile v2.2.0 |
505 | 2024-11-01T06:05:49.922Z | Checking webpki-roots v0.26.6 |
506 | 2024-11-01T06:05:50.109Z | Compiling crossbeam-utils v0.8.20 |
507 | 2024-11-01T06:05:50.129Z | Checking base64 v0.22.1 |
508 | 2024-11-01T06:05:50.189Z | Checking plain v0.2.3 |
509 | 2024-11-01T06:05:50.341Z | Compiling ident_case v1.0.1 |
510 | 2024-11-01T06:05:50.476Z | Compiling strsim v0.11.1 |
511 | 2024-11-01T06:05:50.621Z | Checking num_threads v0.1.7 |
512 | 2024-11-01T06:05:50.693Z | Checking goblin v0.8.2 |
513 | 2024-11-01T06:05:50.734Z | Checking time v0.3.36 |
514 | 2024-11-01T06:05:51.112Z | Compiling typify-impl v0.2.0 |
515 | 2024-11-01T06:05:52.150Z | Checking hyper v1.4.1 |
516 | 2024-11-01T06:05:52.190Z | Compiling darling_core v0.20.10 |
517 | 2024-11-01T06:05:53.207Z | Compiling openapiv3 v2.0.0 |
518 | 2024-11-01T06:05:53.928Z | Checking url v2.5.2 |
519 | 2024-11-01T06:05:53.942Z | Checking dirs-sys-next v0.1.2 |
520 | 2024-11-01T06:05:54.104Z | Checking sync_wrapper v1.0.1 |
521 | 2024-11-01T06:05:54.265Z | Checking hyper-util v0.1.9 |
522 | 2024-11-01T06:05:54.628Z | Compiling omicron-workspace-hack v0.1.0 |
523 | 2024-11-01T06:05:54.699Z | Checking pretty-hex v0.4.1 |
524 | 2024-11-01T06:05:54.880Z | Checking ipnet v2.10.1 |
525 | 2024-11-01T06:05:54.951Z | Compiling rustversion v1.0.17 |
526 | 2024-11-01T06:05:55.343Z | Compiling paste v1.0.15 |
527 | 2024-11-01T06:05:55.667Z | Compiling rustls v0.22.4 |
528 | 2024-11-01T06:05:55.800Z | Compiling unsafe-libyaml v0.2.11 |
529 | 2024-11-01T06:05:55.986Z | Checking hyper-tls v0.6.0 |
530 | 2024-11-01T06:05:56.002Z | Checking hyper-rustls v0.27.3 |
531 | 2024-11-01T06:05:56.337Z | Checking reqwest v0.12.8 |
532 | 2024-11-01T06:05:56.489Z | Checking dirs-next v2.0.0 |
533 | 2024-11-01T06:05:56.974Z | Checking block-buffer v0.10.4 |
534 | 2024-11-01T06:05:57.031Z | Checking crypto-common v0.1.6 |
535 | 2024-11-01T06:05:57.165Z | Compiling serde_yaml v0.9.34+deprecated |
536 | 2024-11-01T06:05:57.199Z | Checking serde_spanned v0.6.8 |
537 | 2024-11-01T06:05:57.307Z | Checking toml_datetime v0.6.8 |
538 | 2024-11-01T06:05:57.342Z | Checking ppv-lite86 v0.2.20 |
539 | 2024-11-01T06:05:57.386Z | Compiling structmeta-derive v0.3.0 |
540 | 2024-11-01T06:05:57.542Z | Checking rand_core v0.6.4 |
541 | 2024-11-01T06:05:57.699Z | Checking thread_local v1.1.8 |
542 | 2024-11-01T06:05:57.725Z | Compiling darling_macro v0.20.10 |
543 | 2024-11-01T06:05:57.842Z | Compiling multer v3.1.0 |
544 | 2024-11-01T06:05:57.856Z | Compiling camino v1.1.9 |
545 | 2024-11-01T06:05:57.981Z | Compiling newtype-uuid v1.1.2 |
546 | 2024-11-01T06:05:58.123Z | Checking match_cfg v0.1.0 |
547 | 2024-11-01T06:05:58.183Z | Checking winnow v0.6.20 |
548 | 2024-11-01T06:05:58.212Z | Compiling slog-async v2.8.0 |
549 | 2024-11-01T06:05:58.301Z | Compiling anyhow v1.0.92 |
550 | 2024-11-01T06:05:58.547Z | Checking hostname v0.3.1 |
551 | 2024-11-01T06:05:58.682Z | Compiling darling v0.20.10 |
552 | 2024-11-01T06:05:58.761Z | Checking rand_chacha v0.3.1 |
553 | 2024-11-01T06:05:58.781Z | Checking progenitor-client v0.8.0 |
554 | 2024-11-01T06:05:59.065Z | Checking crossbeam-channel v0.5.13 |
555 | 2024-11-01T06:05:59.123Z | Checking digest v0.10.7 |
556 | 2024-11-01T06:05:59.234Z | Checking term v0.7.0 |
557 | 2024-11-01T06:05:59.767Z | Compiling structmeta v0.3.0 |
558 | 2024-11-01T06:05:59.794Z | Compiling usdt-macro v0.5.0 |
559 | 2024-11-01T06:06:00.133Z | Compiling usdt-attr-macro v0.5.0 |
560 | 2024-11-01T06:06:00.524Z | Checking slog-json v2.6.1 |
561 | 2024-11-01T06:06:00.600Z | Checking futures-executor v0.3.31 |
562 | 2024-11-01T06:06:00.722Z | Compiling async-stream-impl v0.3.6 |
563 | 2024-11-01T06:06:00.759Z | Checking memmap v0.7.0 |
564 | 2024-11-01T06:06:00.818Z | Checking is-terminal v0.4.13 |
565 | 2024-11-01T06:06:00.940Z | Compiling dropshot v0.12.0 |
566 | 2024-11-01T06:06:00.970Z | Checking take_mut v0.2.2 |
567 | 2024-11-01T06:06:01.033Z | Checking cpufeatures v0.2.14 |
568 | 2024-11-01T06:06:01.126Z | Checking sha1 v0.10.6 |
569 | 2024-11-01T06:06:01.194Z | Checking toml_edit v0.22.22 |
570 | 2024-11-01T06:06:01.343Z | Checking slog-term v2.9.1 |
571 | 2024-11-01T06:06:01.379Z | Checking futures v0.3.31 |
572 | 2024-11-01T06:06:01.382Z | Checking slog-bunyan v2.5.0 |
573 | 2024-11-01T06:06:01.477Z | Compiling strum_macros v0.26.4 |
574 | 2024-11-01T06:06:01.518Z | Checking usdt v0.5.0 |
575 | 2024-11-01T06:06:01.552Z | Compiling parse-display-derive v0.10.0 |
576 | 2024-11-01T06:06:01.843Z | Checking rand v0.8.5 |
577 | 2024-11-01T06:06:01.943Z | Checking async-stream v0.3.6 |
578 | 2024-11-01T06:06:02.136Z | Compiling serde_with_macros v3.11.0 |
579 | 2024-11-01T06:06:03.109Z | Checking tokio-rustls v0.25.0 |
580 | 2024-11-01T06:06:03.188Z | Checking ipnetwork v0.20.0 |
581 | 2024-11-01T06:06:03.372Z | Compiling dropshot_endpoint v0.12.0 |
582 | 2024-11-01T06:06:03.394Z | Compiling typify-macro v0.2.0 |
583 | 2024-11-01T06:06:03.467Z | Checking serde_path_to_error v0.1.16 |
584 | 2024-11-01T06:06:03.528Z | Checking hex v0.4.3 |
585 | 2024-11-01T06:06:03.817Z | Checking toml v0.8.19 |
586 | 2024-11-01T06:06:04.043Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
587 | 2024-11-01T06:06:04.096Z | Compiling async-trait v0.1.83 |
588 | 2024-11-01T06:06:04.548Z | Checking waitgroup v0.1.2 |
589 | 2024-11-01T06:06:04.574Z | Checking hostname v0.4.0 |
590 | 2024-11-01T06:06:04.675Z | Checking instant v0.1.13 |
591 | 2024-11-01T06:06:04.712Z | Checking debug-ignore v1.0.5 |
592 | 2024-11-01T06:06:04.790Z | Checking backoff v0.4.0 |
593 | 2024-11-01T06:06:04.809Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
594 | 2024-11-01T06:06:04.847Z | Checking serde_with v3.11.0 |
595 | 2024-11-01T06:06:04.949Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
596 | 2024-11-01T06:06:05.076Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
597 | 2024-11-01T06:06:05.094Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
598 | 2024-11-01T06:06:05.176Z | Checking parse-display v0.10.0 |
599 | 2024-11-01T06:06:05.396Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
600 | 2024-11-01T06:06:05.511Z | Checking macaddr v1.0.1 |
601 | 2024-11-01T06:06:05.636Z | Checking strum v0.26.3 |
602 | 2024-11-01T06:06:05.653Z | Checking regress v0.9.1 |
603 | 2024-11-01T06:06:06.666Z | Compiling typify v0.2.0 |
604 | 2024-11-01T06:06:06.751Z | Compiling progenitor-impl v0.8.0 |
605 | 2024-11-01T06:06:09.412Z | Compiling progenitor-macro v0.8.0 |
606 | 2024-11-01T06:06:14.089Z | Checking progenitor v0.8.0 |
607 | 2024-11-01T06:06:14.194Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
608 | 2024-11-01T06:06:17.016Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
609 | 2024-11-01T06:06:24.258Z | Checking test-project v0.1.0 (/tmp/test-project) |
610 | 2024-11-01T06:06:24.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
611 | 2024-11-01T06:06:24.630Z | + cargo build --release |
612 | 2024-11-01T06:06:24.867Z | Compiling proc-macro2 v1.0.87 |
613 | 2024-11-01T06:06:24.867Z | Compiling unicode-ident v1.0.13 |
614 | 2024-11-01T06:06:24.867Z | Compiling libc v0.2.161 |
615 | 2024-11-01T06:06:24.870Z | Compiling cfg-if v1.0.0 |
616 | 2024-11-01T06:06:24.870Z | Compiling autocfg v1.4.0 |
617 | 2024-11-01T06:06:24.870Z | Compiling serde v1.0.210 |
618 | 2024-11-01T06:06:24.870Z | Compiling version_check v0.9.5 |
619 | 2024-11-01T06:06:24.870Z | Compiling memchr v2.7.4 |
620 | 2024-11-01T06:06:24.975Z | Compiling serde_json v1.0.128 |
621 | 2024-11-01T06:06:25.067Z | Compiling itoa v1.0.11 |
622 | 2024-11-01T06:06:25.321Z | Compiling thiserror v1.0.64 |
623 | 2024-11-01T06:06:25.435Z | Compiling once_cell v1.20.2 |
624 | 2024-11-01T06:06:25.443Z | Compiling shlex v1.3.0 |
625 | 2024-11-01T06:06:25.674Z | Compiling cc v1.1.30 |
626 | 2024-11-01T06:06:25.873Z | Compiling num-traits v0.2.19 |
627 | 2024-11-01T06:06:26.111Z | Compiling pin-project-lite v0.2.14 |
628 | 2024-11-01T06:06:26.219Z | Compiling ryu v1.0.18 |
629 | 2024-11-01T06:06:26.307Z | Compiling getrandom v0.2.15 |
630 | 2024-11-01T06:06:26.388Z | Compiling bytes v1.7.2 |
631 | 2024-11-01T06:06:26.559Z | Compiling quote v1.0.37 |
632 | 2024-11-01T06:06:26.632Z | Compiling futures-core v0.3.31 |
633 | 2024-11-01T06:06:26.785Z | Compiling lock_api v0.4.12 |
634 | 2024-11-01T06:06:26.787Z | Compiling ahash v0.8.11 |
635 | 2024-11-01T06:06:26.867Z | Compiling schemars v0.8.21 |
636 | 2024-11-01T06:06:27.111Z | Compiling syn v2.0.79 |
637 | 2024-11-01T06:06:27.136Z | Compiling parking_lot_core v0.9.10 |
638 | 2024-11-01T06:06:27.168Z | Compiling byteorder v1.5.0 |
639 | 2024-11-01T06:06:27.381Z | Compiling scopeguard v1.2.0 |
640 | 2024-11-01T06:06:27.512Z | Compiling smallvec v1.13.2 |
641 | 2024-11-01T06:06:27.576Z | Compiling slab v0.4.9 |
642 | 2024-11-01T06:06:27.595Z | Compiling log v0.4.22 |
643 | 2024-11-01T06:06:27.878Z | Compiling futures-sink v0.3.31 |
644 | 2024-11-01T06:06:28.010Z | Compiling mio v1.0.2 |
645 | 2024-11-01T06:06:28.048Z | Compiling signal-hook-registry v1.4.2 |
646 | 2024-11-01T06:06:28.054Z | Compiling socket2 v0.5.7 |
647 | 2024-11-01T06:06:28.197Z | Compiling fnv v1.0.7 |
648 | 2024-11-01T06:06:28.313Z | Compiling parking_lot v0.12.3 |
649 | 2024-11-01T06:06:28.375Z | Compiling ring v0.17.8 |
650 | 2024-11-01T06:06:28.396Z | Compiling hashbrown v0.15.0 |
651 | 2024-11-01T06:06:28.739Z | Compiling equivalent v1.0.1 |
652 | 2024-11-01T06:06:28.838Z | Compiling http v1.1.0 |
653 | 2024-11-01T06:06:29.537Z | Compiling futures-channel v0.3.31 |
654 | 2024-11-01T06:06:29.630Z | Compiling semver v1.0.23 |
655 | 2024-11-01T06:06:29.654Z | Compiling futures-io v0.3.31 |
656 | 2024-11-01T06:06:29.884Z | Compiling pin-utils v0.1.0 |
657 | 2024-11-01T06:06:29.962Z | Compiling futures-task v0.3.31 |
658 | 2024-11-01T06:06:29.985Z | Compiling vcpkg v0.2.15 |
659 | 2024-11-01T06:06:30.126Z | Compiling spin v0.9.8 |
660 | 2024-11-01T06:06:30.176Z | Compiling rustls-pki-types v1.9.0 |
661 | 2024-11-01T06:06:30.237Z | Compiling heck v0.5.0 |
662 | 2024-11-01T06:06:30.333Z | Compiling pkg-config v0.3.31 |
663 | 2024-11-01T06:06:31.189Z | Compiling ucd-trie v0.1.7 |
664 | 2024-11-01T06:06:31.454Z | Compiling untrusted v0.9.0 |
665 | 2024-11-01T06:06:31.478Z | Compiling openssl-sys v0.9.103 |
666 | 2024-11-01T06:06:31.629Z | Compiling httparse v1.9.5 |
667 | 2024-11-01T06:06:31.708Z | Compiling iana-time-zone v0.1.61 |
668 | 2024-11-01T06:06:32.375Z | Compiling tracing-core v0.1.32 |
669 | 2024-11-01T06:06:32.523Z | Compiling allocator-api2 v0.2.18 |
670 | 2024-11-01T06:06:32.548Z | Compiling dyn-clone v1.0.17 |
671 | 2024-11-01T06:06:32.720Z | Compiling atomic-waker v1.1.2 |
672 | 2024-11-01T06:06:33.278Z | Compiling tracing v0.1.40 |
673 | 2024-11-01T06:06:33.477Z | Compiling http-body v1.0.1 |
674 | 2024-11-01T06:06:33.678Z | Compiling chrono v0.4.38 |
675 | 2024-11-01T06:06:33.763Z | Compiling try-lock v0.2.5 |
676 | 2024-11-01T06:06:33.901Z | Compiling serde_derive_internals v0.29.1 |
677 | 2024-11-01T06:06:33.925Z | Compiling zeroize v1.8.1 |
678 | 2024-11-01T06:06:34.209Z | Compiling uuid v1.10.0 |
679 | 2024-11-01T06:06:34.260Z | Compiling subtle v2.6.1 |
680 | 2024-11-01T06:06:34.538Z | Compiling want v0.3.1 |
681 | 2024-11-01T06:06:34.800Z | Compiling foreign-types-shared v0.1.1 |
682 | 2024-11-01T06:06:34.812Z | Compiling httpdate v1.0.3 |
683 | 2024-11-01T06:06:34.897Z | Compiling slog v2.7.0 |
684 | 2024-11-01T06:06:35.370Z | Compiling openssl v0.10.66 |
685 | 2024-11-01T06:06:35.824Z | Compiling foreign-types v0.3.2 |
686 | 2024-11-01T06:06:35.900Z | Compiling aho-corasick v1.1.3 |
687 | 2024-11-01T06:06:35.911Z | Compiling bitflags v2.6.0 |
688 | 2024-11-01T06:06:36.275Z | Compiling tower-service v0.3.3 |
689 | 2024-11-01T06:06:36.388Z | Compiling typenum v1.17.0 |
690 | 2024-11-01T06:06:36.504Z | Compiling rustls v0.23.14 |
691 | 2024-11-01T06:06:36.832Z | Compiling native-tls v0.2.12 |
692 | 2024-11-01T06:06:37.209Z | Compiling tinyvec_macros v0.1.1 |
693 | 2024-11-01T06:06:37.283Z | Compiling percent-encoding v2.3.1 |
694 | 2024-11-01T06:06:37.291Z | Compiling regex-syntax v0.8.5 |
695 | 2024-11-01T06:06:37.730Z | Compiling form_urlencoded v1.2.1 |
696 | 2024-11-01T06:06:38.037Z | Compiling tinyvec v1.8.0 |
697 | 2024-11-01T06:06:38.262Z | Compiling generic-array v0.14.7 |
698 | 2024-11-01T06:06:38.658Z | Compiling serde_derive v1.0.210 |
699 | 2024-11-01T06:06:38.682Z | Compiling zerocopy-derive v0.7.35 |
700 | 2024-11-01T06:06:39.321Z | Compiling thiserror-impl v1.0.64 |
701 | 2024-11-01T06:06:39.482Z | Compiling schemars_derive v0.8.21 |
702 | 2024-11-01T06:06:39.708Z | Compiling tokio-macros v2.4.0 |
703 | 2024-11-01T06:06:39.994Z | Compiling futures-macro v0.3.31 |
704 | 2024-11-01T06:06:40.621Z | Compiling zerocopy v0.7.35 |
705 | 2024-11-01T06:06:41.773Z | Compiling tokio v1.40.0 |
706 | 2024-11-01T06:06:41.981Z | Compiling futures-util v0.3.31 |
707 | 2024-11-01T06:06:42.293Z | Compiling pest v2.7.14 |
708 | 2024-11-01T06:06:42.849Z | Compiling hashbrown v0.14.5 |
709 | 2024-11-01T06:06:43.397Z | Compiling openssl-macros v0.1.1 |
710 | 2024-11-01T06:06:44.160Z | Compiling regress v0.10.1 |
711 | 2024-11-01T06:06:45.166Z | Compiling rustls-webpki v0.102.8 |
712 | 2024-11-01T06:06:49.261Z | Compiling pest_meta v2.7.14 |
713 | 2024-11-01T06:06:50.457Z | Compiling tokio-util v0.7.12 |
714 | 2024-11-01T06:06:51.211Z | Compiling pest_generator v2.7.14 |
715 | 2024-11-01T06:06:52.645Z | Compiling indexmap v2.6.0 |
716 | 2024-11-01T06:06:54.191Z | Compiling pest_derive v2.7.14 |
717 | 2024-11-01T06:06:54.451Z | Compiling h2 v0.4.6 |
718 | 2024-11-01T06:06:55.041Z | Compiling serde_tokenstream v0.2.2 |
719 | 2024-11-01T06:06:58.548Z | Compiling regex-automata v0.4.8 |
720 | 2024-11-01T06:06:58.814Z | Compiling openssl-probe v0.1.5 |
721 | 2024-11-01T06:06:59.311Z | Compiling typify-impl v0.2.0 |
722 | 2024-11-01T06:07:00.545Z | Compiling hyper v1.4.1 |
723 | 2024-11-01T06:07:04.206Z | Compiling hyper-util v0.1.9 |
724 | 2024-11-01T06:07:05.856Z | Compiling regex v1.11.0 |
725 | 2024-11-01T06:07:07.935Z | Compiling http-body-util v0.1.2 |
726 | 2024-11-01T06:07:08.488Z | Compiling unicode-normalization v0.1.24 |
727 | 2024-11-01T06:07:09.792Z | Compiling scroll_derive v0.12.0 |
728 | 2024-11-01T06:07:10.301Z | Compiling typify-macro v0.2.0 |
729 | 2024-11-01T06:07:10.857Z | Compiling usdt-impl v0.5.0 |
730 | 2024-11-01T06:07:11.204Z | Compiling encoding_rs v0.8.34 |
731 | 2024-11-01T06:07:11.257Z | Compiling num-conv v0.1.0 |
732 | 2024-11-01T06:07:11.512Z | Compiling time-core v0.1.2 |
733 | 2024-11-01T06:07:11.614Z | Compiling unicode-bidi v0.3.17 |
734 | 2024-11-01T06:07:12.241Z | Compiling mime v0.3.17 |
735 | 2024-11-01T06:07:13.296Z | Compiling powerfmt v0.2.0 |
736 | 2024-11-01T06:07:13.768Z | Compiling deranged v0.3.11 |
737 | 2024-11-01T06:07:13.867Z | Compiling idna v0.5.0 |
738 | 2024-11-01T06:07:14.406Z | Compiling tokio-rustls v0.26.0 |
739 | 2024-11-01T06:07:14.885Z | Compiling time-macros v0.2.18 |
740 | 2024-11-01T06:07:18.002Z | Compiling scroll v0.12.0 |
741 | 2024-11-01T06:07:18.621Z | Compiling thread-id v4.2.2 |
742 | 2024-11-01T06:07:19.209Z | Compiling tokio-native-tls v0.3.1 |
743 | 2024-11-01T06:07:19.479Z | Compiling dof v0.3.0 |
744 | 2024-11-01T06:07:20.124Z | Compiling dtrace-parser v0.2.0 |
745 | 2024-11-01T06:07:20.294Z | Compiling serde_urlencoded v0.7.1 |
746 | 2024-11-01T06:07:21.728Z | Compiling rustls-pemfile v2.2.0 |
747 | 2024-11-01T06:07:22.200Z | Compiling webpki-roots v0.26.6 |
748 | 2024-11-01T06:07:22.463Z | Compiling omicron-workspace-hack v0.1.0 |
749 | 2024-11-01T06:07:22.786Z | Compiling base64 v0.22.1 |
750 | 2024-11-01T06:07:23.595Z | Compiling strsim v0.11.1 |
751 | 2024-11-01T06:07:24.172Z | Compiling crossbeam-utils v0.8.20 |
752 | 2024-11-01T06:07:24.529Z | Compiling num_threads v0.1.7 |
753 | 2024-11-01T06:07:24.644Z | Compiling ident_case v1.0.1 |
754 | 2024-11-01T06:07:24.743Z | Compiling plain v0.2.3 |
755 | 2024-11-01T06:07:24.898Z | Compiling goblin v0.8.2 |
756 | 2024-11-01T06:07:28.202Z | Compiling darling_core v0.20.10 |
757 | 2024-11-01T06:07:29.045Z | Compiling time v0.3.36 |
758 | 2024-11-01T06:07:33.122Z | Compiling hyper-rustls v0.27.3 |
759 | 2024-11-01T06:07:35.211Z | Compiling hyper-tls v0.6.0 |
760 | 2024-11-01T06:07:35.701Z | Compiling url v2.5.2 |
761 | 2024-11-01T06:07:38.047Z | Compiling typify v0.2.0 |
762 | 2024-11-01T06:07:38.164Z | Compiling openapiv3 v2.0.0 |
763 | 2024-11-01T06:07:39.989Z | Compiling sync_wrapper v1.0.1 |
764 | 2024-11-01T06:07:40.134Z | Compiling dirs-sys-next v0.1.2 |
765 | 2024-11-01T06:07:41.306Z | Compiling ipnet v2.10.1 |
766 | 2024-11-01T06:07:41.599Z | Compiling rustversion v1.0.17 |
767 | 2024-11-01T06:07:42.251Z | Compiling rustls v0.22.4 |
768 | 2024-11-01T06:07:42.413Z | Compiling pretty-hex v0.4.1 |
769 | 2024-11-01T06:07:42.568Z | Compiling paste v1.0.15 |
770 | 2024-11-01T06:07:42.626Z | Compiling unsafe-libyaml v0.2.11 |
771 | 2024-11-01T06:07:44.258Z | Compiling serde_yaml v0.9.34+deprecated |
772 | 2024-11-01T06:07:44.380Z | Compiling progenitor-impl v0.8.0 |
773 | 2024-11-01T06:07:44.843Z | Compiling reqwest v0.12.8 |
774 | 2024-11-01T06:07:45.334Z | Compiling dirs-next v2.0.0 |
775 | 2024-11-01T06:07:45.594Z | Compiling darling_macro v0.20.10 |
776 | 2024-11-01T06:07:49.020Z | Compiling block-buffer v0.10.4 |
777 | 2024-11-01T06:07:49.264Z | Compiling crypto-common v0.1.6 |
778 | 2024-11-01T06:07:49.432Z | Compiling toml_datetime v0.6.8 |
779 | 2024-11-01T06:07:49.465Z | Compiling serde_spanned v0.6.8 |
780 | 2024-11-01T06:07:49.551Z | Compiling ppv-lite86 v0.2.20 |
781 | 2024-11-01T06:07:49.700Z | Compiling structmeta-derive v0.3.0 |
782 | 2024-11-01T06:07:50.110Z | Compiling rand_core v0.6.4 |
783 | 2024-11-01T06:07:50.586Z | Compiling thread_local v1.1.8 |
784 | 2024-11-01T06:07:50.588Z | Compiling multer v3.1.0 |
785 | 2024-11-01T06:07:50.626Z | Compiling slog-async v2.8.0 |
786 | 2024-11-01T06:07:50.933Z | Compiling camino v1.1.9 |
787 | 2024-11-01T06:07:51.120Z | Compiling match_cfg v0.1.0 |
788 | 2024-11-01T06:07:51.207Z | Compiling winnow v0.6.20 |
789 | 2024-11-01T06:07:51.253Z | Compiling newtype-uuid v1.1.2 |
790 | 2024-11-01T06:07:51.516Z | Compiling anyhow v1.0.92 |
791 | 2024-11-01T06:07:51.647Z | Compiling hostname v0.3.1 |
792 | 2024-11-01T06:07:51.996Z | Compiling progenitor-macro v0.8.0 |
793 | 2024-11-01T06:07:52.199Z | Compiling structmeta v0.3.0 |
794 | 2024-11-01T06:07:52.423Z | Compiling rand_chacha v0.3.1 |
795 | 2024-11-01T06:07:52.545Z | Compiling digest v0.10.7 |
796 | 2024-11-01T06:07:52.954Z | Compiling crossbeam-channel v0.5.13 |
797 | 2024-11-01T06:07:54.159Z | Compiling progenitor-client v0.8.0 |
798 | 2024-11-01T06:07:54.567Z | Compiling darling v0.20.10 |
799 | 2024-11-01T06:07:54.669Z | Compiling term v0.7.0 |
800 | 2024-11-01T06:07:55.050Z | Compiling toml_edit v0.22.22 |
801 | 2024-11-01T06:08:00.318Z | Compiling usdt-macro v0.5.0 |
802 | 2024-11-01T06:08:01.613Z | Compiling usdt-attr-macro v0.5.0 |
803 | 2024-11-01T06:08:02.768Z | Compiling slog-json v2.6.1 |
804 | 2024-11-01T06:08:03.075Z | Compiling futures-executor v0.3.31 |
805 | 2024-11-01T06:08:03.229Z | Compiling async-stream-impl v0.3.6 |
806 | 2024-11-01T06:08:04.187Z | Compiling is-terminal v0.4.13 |
807 | 2024-11-01T06:08:04.345Z | Compiling memmap v0.7.0 |
808 | 2024-11-01T06:08:04.561Z | Compiling dropshot v0.12.0 |
809 | 2024-11-01T06:08:04.772Z | Compiling take_mut v0.2.2 |
810 | 2024-11-01T06:08:04.908Z | Compiling cpufeatures v0.2.14 |
811 | 2024-11-01T06:08:04.967Z | Compiling sha1 v0.10.6 |
812 | 2024-11-01T06:08:05.542Z | Compiling progenitor v0.8.0 |
813 | 2024-11-01T06:08:05.728Z | Compiling async-stream v0.3.6 |
814 | 2024-11-01T06:08:05.765Z | Compiling usdt v0.5.0 |
815 | 2024-11-01T06:08:06.042Z | Compiling slog-term v2.9.1 |
816 | 2024-11-01T06:08:07.271Z | Compiling futures v0.3.31 |
817 | 2024-11-01T06:08:07.465Z | Compiling slog-bunyan v2.5.0 |
818 | 2024-11-01T06:08:07.719Z | Compiling tokio-rustls v0.25.0 |
819 | 2024-11-01T06:08:08.151Z | Compiling toml v0.8.19 |
820 | 2024-11-01T06:08:08.277Z | Compiling strum_macros v0.26.4 |
821 | 2024-11-01T06:08:08.899Z | Compiling serde_with_macros v3.11.0 |
822 | 2024-11-01T06:08:11.468Z | Compiling rand v0.8.5 |
823 | 2024-11-01T06:08:12.557Z | Compiling parse-display-derive v0.10.0 |
824 | 2024-11-01T06:08:16.664Z | Compiling ipnetwork v0.20.0 |
825 | 2024-11-01T06:08:16.678Z | Compiling dropshot_endpoint v0.12.0 |
826 | 2024-11-01T06:08:17.514Z | Compiling hex v0.4.3 |
827 | 2024-11-01T06:08:17.522Z | Compiling serde_path_to_error v0.1.16 |
828 | 2024-11-01T06:08:18.211Z | Compiling async-trait v0.1.83 |
829 | 2024-11-01T06:08:18.508Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
830 | 2024-11-01T06:08:19.331Z | Compiling waitgroup v0.1.2 |
831 | 2024-11-01T06:08:19.560Z | Compiling hostname v0.4.0 |
832 | 2024-11-01T06:08:19.809Z | Compiling instant v0.1.13 |
833 | 2024-11-01T06:08:19.948Z | Compiling debug-ignore v1.0.5 |
834 | 2024-11-01T06:08:20.075Z | Compiling backoff v0.4.0 |
835 | 2024-11-01T06:08:20.372Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
836 | 2024-11-01T06:08:20.512Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
837 | 2024-11-01T06:08:20.545Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
838 | 2024-11-01T06:08:20.761Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
839 | 2024-11-01T06:08:21.286Z | Compiling parse-display v0.10.0 |
840 | 2024-11-01T06:08:21.672Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
841 | 2024-11-01T06:08:23.305Z | Compiling strum v0.26.3 |
842 | 2024-11-01T06:08:23.485Z | Compiling serde_with v3.11.0 |
843 | 2024-11-01T06:08:25.536Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
844 | 2024-11-01T06:08:26.335Z | Compiling macaddr v1.0.1 |
845 | 2024-11-01T06:08:26.920Z | Compiling regress v0.9.1 |
846 | 2024-11-01T06:08:31.780Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
847 | 2024-11-01T06:08:41.571Z | Compiling test-project v0.1.0 (/tmp/test-project) |
848 | 2024-11-01T06:08:51.010Z | Finished `release` profile [optimized] target(s) in 2m 26s |
849 | 2024-11-01T06:08:51.072Z | process exited: duration 222397 ms, exit code 0 |
|
850 | 2024-11-01T06:08:51.078Z | found 0 output files |