|
|
|
1 | 2024-11-02T03:10:06.235Z | job assigned to worker 01JBNDJMFKH1XN9YR003KSXDVP (queued for 50 s) |
|
2 | 2024-11-02T03:10:13.685Z | starting task 0: "setup" |
3 | 2024-11-02T03:10:13.694Z | ++ uname -s |
4 | 2024-11-02T03:10:13.697Z | + kern=SunOS |
5 | 2024-11-02T03:10:13.697Z | + case "$kern" in |
6 | 2024-11-02T03:10:13.697Z | + [[ 0 == 12345 ]] |
7 | 2024-11-02T03:10:13.697Z | + groupadd -g 12345 build |
8 | 2024-11-02T03:10:13.699Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-11-02T03:10:15.711Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-11-02T03:10:15.868Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-11-02T03:10:15.870Z | + home_fs=zfs |
12 | 2024-11-02T03:10:15.870Z | + [[ zfs == autofs ]] |
13 | 2024-11-02T03:10:15.870Z | + mkdir -p /home/build |
14 | 2024-11-02T03:10:15.873Z | + chown build:build /home/build /work |
15 | 2024-11-02T03:10:16.874Z | + chmod 0700 /home/build /work |
16 | 2024-11-02T03:10:16.877Z | process exited: duration 3193 ms, exit code 0 |
|
17 | 2024-11-02T03:10:16.883Z | starting task 1: "rust-toolchain" |
18 | 2024-11-02T03:10:16.888Z | + printf ' * toolchain channel = "%s" |
19 | 2024-11-02T03:10:16.888Z | * toolchain channel = "1.82.0" |
20 | 2024-11-02T03:10:16.888Z | * toolchain profile = "default" |
21 | 2024-11-02T03:10:16.889Z | ' 1.82.0 |
22 | 2024-11-02T03:10:16.889Z | + printf ' * toolchain profile = "%s" |
23 | 2024-11-02T03:10:16.889Z | ' default |
24 | 2024-11-02T03:10:16.891Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-11-02T03:10:16.891Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
26 | 2024-11-02T03:10:16.982Z | info: downloading installer |
27 | 2024-11-02T03:10:18.484Z | info: profile set to 'default' |
28 | 2024-11-02T03:10:18.484Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-11-02T03:10:18.487Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
30 | 2024-11-02T03:10:18.623Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-11-02T03:10:18.623Z | info: downloading component 'cargo' |
32 | 2024-11-02T03:10:19.317Z | info: downloading component 'clippy' |
33 | 2024-11-02T03:10:19.582Z | info: downloading component 'rust-docs' |
34 | 2024-11-02T03:10:20.561Z | info: downloading component 'rust-std' |
35 | 2024-11-02T03:10:22.116Z | info: downloading component 'rustc' |
36 | 2024-11-02T03:10:28.590Z | info: downloading component 'rustfmt' |
37 | 2024-11-02T03:10:28.877Z | info: installing component 'cargo' |
38 | 2024-11-02T03:10:29.715Z | info: installing component 'clippy' |
39 | 2024-11-02T03:10:30.108Z | info: installing component 'rust-docs' |
40 | 2024-11-02T03:10:31.811Z | info: installing component 'rust-std' |
41 | 2024-11-02T03:10:33.634Z | info: installing component 'rustc' |
42 | 2024-11-02T03:10:39.750Z | info: installing component 'rustfmt' |
43 | 2024-11-02T03:10:40.076Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
44 | 2024-11-02T03:10:40.076Z | |
45 | 2024-11-02T03:10:40.454Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-11-02T03:10:40.454Z | |
47 | 2024-11-02T03:10:40.456Z | |
48 | 2024-11-02T03:10:40.456Z | Rust is installed now. Great! |
49 | 2024-11-02T03:10:40.456Z | |
50 | 2024-11-02T03:10:40.456Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-11-02T03:10:40.456Z | environment variable. This has not been done automatically. |
52 | 2024-11-02T03:10:40.456Z | |
53 | 2024-11-02T03:10:40.456Z | To configure your current shell, you need to source |
54 | 2024-11-02T03:10:40.456Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-11-02T03:10:40.456Z | |
56 | 2024-11-02T03:10:40.456Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-11-02T03:10:40.457Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-11-02T03:10:40.457Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-11-02T03:10:40.529Z | + rustc --version |
60 | 2024-11-02T03:10:40.599Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-11-02T03:10:40.602Z | process exited: duration 23712 ms, exit code 0 |
|
62 | 2024-11-02T03:10:40.607Z | starting task 2: "authentication" |
63 | 2024-11-02T03:10:40.628Z | process exited: duration 20 ms, exit code 0 |
|
64 | 2024-11-02T03:10:40.633Z | starting task 3: "clone repository" |
65 | 2024-11-02T03:10:40.638Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-11-02T03:10:40.641Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-11-02T03:10:40.680Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-11-02T03:10:47.470Z | + cd /work/oxidecomputer/omicron |
69 | 2024-11-02T03:10:47.473Z | + git fetch origin c9fc35ba65e8113ba488ea370c1b7846a00c1c31 |
70 | 2024-11-02T03:10:47.794Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-11-02T03:10:47.795Z | * branch c9fc35ba65e8113ba488ea370c1b7846a00c1c31 -> FETCH_HEAD |
72 | 2024-11-02T03:10:47.804Z | + [[ -n renovate/anstyle-1.x ]] |
73 | 2024-11-02T03:10:47.806Z | ++ git branch --show-current |
74 | 2024-11-02T03:10:47.808Z | + current=main |
75 | 2024-11-02T03:10:47.808Z | + [[ main != renovate/anstyle-1.x ]] |
76 | 2024-11-02T03:10:47.808Z | + git branch -f renovate/anstyle-1.x c9fc35ba65e8113ba488ea370c1b7846a00c1c31 |
77 | 2024-11-02T03:10:47.811Z | + git checkout -f renovate/anstyle-1.x |
78 | 2024-11-02T03:10:47.978Z | Switched to branch 'renovate/anstyle-1.x' |
79 | 2024-11-02T03:10:47.981Z | + git reset --hard c9fc35ba65e8113ba488ea370c1b7846a00c1c31 |
80 | 2024-11-02T03:10:47.993Z | HEAD is now at c9fc35ba6 Update Rust crate anstyle to 1.0.10 |
81 | 2024-11-02T03:10:47.996Z | process exited: duration 7359 ms, exit code 0 |
|
82 | 2024-11-02T03:10:48.001Z | starting task 4: "build" |
83 | 2024-11-02T03:10:48.006Z | + source .github/buildomat/ci-env.sh |
84 | 2024-11-02T03:10:48.006Z | ++ export CARGO_TERM_COLOR=always |
85 | 2024-11-02T03:10:48.008Z | ++ CARGO_TERM_COLOR=always |
86 | 2024-11-02T03:10:48.008Z | + cargo --version |
87 | 2024-11-02T03:10:48.062Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
88 | 2024-11-02T03:10:48.064Z | + rustc --version |
89 | 2024-11-02T03:10:48.124Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
90 | 2024-11-02T03:10:48.127Z | + cd /tmp |
91 | 2024-11-02T03:10:48.127Z | + cargo new --lib test-project |
92 | 2024-11-02T03:10:48.183Z | Creating library `test-project` package |
93 | 2024-11-02T03:10:48.259Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
94 | 2024-11-02T03:10:48.261Z | + cd test-project |
95 | 2024-11-02T03:10:48.261Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
96 | 2024-11-02T03:10:48.320Z | Adding omicron-common (local) to dependencies |
97 | 2024-11-02T03:10:48.320Z | Features: |
98 | 2024-11-02T03:10:48.320Z | - proptest |
99 | 2024-11-02T03:10:48.323Z | - test-strategy |
100 | 2024-11-02T03:10:48.323Z | - testing |
101 | 2024-11-02T03:10:48.323Z | Updating crates.io index |
102 | 2024-11-02T03:10:48.367Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
103 | 2024-11-02T03:10:49.108Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2024-11-02T03:10:49.681Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
105 | 2024-11-02T03:10:50.056Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
106 | 2024-11-02T03:10:51.496Z | Locking 301 packages to latest compatible versions |
107 | 2024-11-02T03:10:51.498Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
108 | 2024-11-02T03:10:51.498Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
109 | 2024-11-02T03:10:51.498Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
110 | 2024-11-02T03:10:51.500Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
111 | 2024-11-02T03:10:51.500Z | Adding goblin v0.8.2 (latest: v0.9.2) |
112 | 2024-11-02T03:10:51.500Z | Adding hashbrown v0.12.3 (latest: v0.15.0) |
113 | 2024-11-02T03:10:51.500Z | Adding hashbrown v0.14.5 (latest: v0.15.0) |
114 | 2024-11-02T03:10:51.500Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
115 | 2024-11-02T03:10:51.500Z | Adding hostname v0.3.1 (latest: v0.4.0) |
116 | 2024-11-02T03:10:51.503Z | Adding idna v0.5.0 (latest: v1.0.2) |
117 | 2024-11-02T03:10:51.503Z | Adding indexmap v1.9.3 (latest: v2.6.0) |
118 | 2024-11-02T03:10:51.503Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
119 | 2024-11-02T03:10:51.505Z | Adding regress v0.9.1 (latest: v0.10.1) |
120 | 2024-11-02T03:10:51.511Z | Adding rustls v0.22.4 (latest: v0.23.16) |
121 | 2024-11-02T03:10:51.514Z | Adding security-framework v2.11.1 (latest: v3.0.0) |
122 | 2024-11-02T03:10:51.516Z | Adding term v0.7.0 (latest: v1.0.0) |
123 | 2024-11-02T03:10:51.518Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
124 | 2024-11-02T03:10:51.518Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
125 | 2024-11-02T03:10:51.521Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
126 | 2024-11-02T03:10:51.521Z | Adding windows v0.52.0 (latest: v0.58.0) |
127 | 2024-11-02T03:10:51.521Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
128 | 2024-11-02T03:10:51.521Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
129 | 2024-11-02T03:10:51.521Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
130 | 2024-11-02T03:10:51.521Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
131 | 2024-11-02T03:10:51.523Z | Adding zerocopy v0.7.35 (latest: v0.8.8) |
132 | 2024-11-02T03:10:51.523Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.8) |
133 | 2024-11-02T03:10:51.593Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
134 | 2024-11-02T03:10:51.596Z | + cargo check |
135 | 2024-11-02T03:10:51.733Z | Updating crates.io index |
136 | 2024-11-02T03:10:52.505Z | Locking 2 packages to latest compatible versions |
137 | 2024-11-02T03:10:55.732Z | Adding omicron-workspace-hack v0.1.0 |
138 | 2024-11-02T03:10:57.640Z | Adding test-project v0.1.0 (/tmp/test-project) |
139 | 2024-11-02T03:10:58.525Z | Downloading crates ... |
140 | 2024-11-02T03:10:58.587Z | Downloaded autocfg v1.4.0 |
141 | 2024-11-02T03:10:58.593Z | Downloaded ident_case v1.0.1 |
142 | 2024-11-02T03:10:58.596Z | Downloaded httpdate v1.0.3 |
143 | 2024-11-02T03:10:58.599Z | Downloaded cfg-if v1.0.0 |
144 | 2024-11-02T03:10:58.602Z | Downloaded heck v0.5.0 |
145 | 2024-11-02T03:10:58.603Z | Downloaded byteorder v1.5.0 |
146 | 2024-11-02T03:10:58.606Z | Downloaded match_cfg v0.1.0 |
147 | 2024-11-02T03:10:58.609Z | Downloaded dtrace-parser v0.2.0 |
148 | 2024-11-02T03:10:58.609Z | Downloaded hyper-tls v0.6.0 |
149 | 2024-11-02T03:10:58.612Z | Downloaded hostname v0.3.1 |
150 | 2024-11-02T03:10:58.615Z | Downloaded http-body v1.0.1 |
151 | 2024-11-02T03:10:58.615Z | Downloaded darling_macro v0.20.10 |
152 | 2024-11-02T03:10:58.618Z | Downloaded dirs-sys-next v0.1.2 |
153 | 2024-11-02T03:10:58.621Z | Downloaded untrusted v0.9.0 |
154 | 2024-11-02T03:10:58.623Z | Downloaded foreign-types v0.3.2 |
155 | 2024-11-02T03:10:58.627Z | Downloaded omicron-workspace-hack v0.1.0 |
156 | 2024-11-02T03:10:58.629Z | Downloaded anyhow v1.0.92 |
157 | 2024-11-02T03:10:58.631Z | Downloaded zerocopy-derive v0.7.35 |
158 | 2024-11-02T03:10:58.635Z | Downloaded dropshot_endpoint v0.12.0 |
159 | 2024-11-02T03:10:58.638Z | Downloaded usdt-macro v0.5.0 |
160 | 2024-11-02T03:10:58.641Z | Downloaded crypto-common v0.1.6 |
161 | 2024-11-02T03:10:58.641Z | Downloaded bitflags v2.6.0 |
162 | 2024-11-02T03:10:58.643Z | Downloaded usdt v0.5.0 |
163 | 2024-11-02T03:10:58.646Z | Downloaded futures-executor v0.3.31 |
164 | 2024-11-02T03:10:58.646Z | Downloaded native-tls v0.2.12 |
165 | 2024-11-02T03:10:58.649Z | Downloaded getrandom v0.2.15 |
166 | 2024-11-02T03:10:58.651Z | Downloaded futures-macro v0.3.31 |
167 | 2024-11-02T03:10:58.654Z | Downloaded async-trait v0.1.83 |
168 | 2024-11-02T03:10:58.656Z | Downloaded serde_tokenstream v0.2.2 |
169 | 2024-11-02T03:10:58.658Z | Downloaded progenitor v0.8.0 |
170 | 2024-11-02T03:10:58.658Z | Downloaded pkg-config v0.3.31 |
171 | 2024-11-02T03:10:58.661Z | Downloaded camino v1.1.9 |
172 | 2024-11-02T03:10:58.661Z | Downloaded slog-json v2.6.1 |
173 | 2024-11-02T03:10:58.664Z | Downloaded ahash v0.8.11 |
174 | 2024-11-02T03:10:58.666Z | Downloaded futures v0.3.31 |
175 | 2024-11-02T03:10:58.670Z | Downloaded rustc-hash v2.0.0 |
176 | 2024-11-02T03:10:58.673Z | Downloaded parse-display v0.10.0 |
177 | 2024-11-02T03:10:58.673Z | Downloaded semver v1.0.23 |
178 | 2024-11-02T03:10:58.676Z | Downloaded pest_meta v2.7.14 |
179 | 2024-11-02T03:10:58.678Z | Downloaded quote v1.0.37 |
180 | 2024-11-02T03:10:58.680Z | Downloaded progenitor-impl v0.8.0 |
181 | 2024-11-02T03:10:58.683Z | Downloaded pest_derive v2.7.14 |
182 | 2024-11-02T03:10:58.685Z | Downloaded typenum v1.17.0 |
183 | 2024-11-02T03:10:58.687Z | Downloaded slog-term v2.9.1 |
184 | 2024-11-02T03:10:58.695Z | Downloaded ipnetwork v0.20.0 |
185 | 2024-11-02T03:10:58.695Z | Downloaded rand_core v0.6.4 |
186 | 2024-11-02T03:10:58.695Z | Downloaded indexmap v2.6.0 |
187 | 2024-11-02T03:10:58.697Z | Downloaded shlex v1.3.0 |
188 | 2024-11-02T03:10:58.697Z | Downloaded thiserror v1.0.64 |
189 | 2024-11-02T03:10:58.701Z | Downloaded strsim v0.11.1 |
190 | 2024-11-02T03:10:58.704Z | Downloaded serde_yaml v0.9.34+deprecated |
191 | 2024-11-02T03:10:58.706Z | Downloaded tokio-rustls v0.26.0 |
192 | 2024-11-02T03:10:58.708Z | Downloaded tokio-macros v2.4.0 |
193 | 2024-11-02T03:10:58.710Z | Downloaded tracing-core v0.1.32 |
194 | 2024-11-02T03:10:58.714Z | Downloaded openssl-sys v0.9.103 |
195 | 2024-11-02T03:10:58.717Z | Downloaded thread_local v1.1.8 |
196 | 2024-11-02T03:10:58.720Z | Downloaded time-macros v0.2.18 |
197 | 2024-11-02T03:10:58.723Z | Downloaded tinyvec_macros v0.1.1 |
198 | 2024-11-02T03:10:58.723Z | Downloaded try-lock v0.2.5 |
199 | 2024-11-02T03:10:58.723Z | Downloaded structmeta v0.3.0 |
200 | 2024-11-02T03:10:58.723Z | Downloaded futures-util v0.3.31 |
201 | 2024-11-02T03:10:58.733Z | Downloaded term v0.7.0 |
202 | 2024-11-02T03:10:58.736Z | Downloaded slog v2.7.0 |
203 | 2024-11-02T03:10:58.739Z | Downloaded want v0.3.1 |
204 | 2024-11-02T03:10:58.741Z | Downloaded unicode-ident v1.0.13 |
205 | 2024-11-02T03:10:58.744Z | Downloaded openssl-macros v0.1.1 |
206 | 2024-11-02T03:10:58.744Z | Downloaded backoff v0.4.0 |
207 | 2024-11-02T03:10:58.748Z | Downloaded waitgroup v0.1.2 |
208 | 2024-11-02T03:10:58.748Z | Downloaded atomic-waker v1.1.2 |
209 | 2024-11-02T03:10:58.751Z | Downloaded async-stream v0.3.6 |
210 | 2024-11-02T03:10:58.751Z | Downloaded strum_macros v0.26.4 |
211 | 2024-11-02T03:10:58.754Z | Downloaded serde_path_to_error v0.1.16 |
212 | 2024-11-02T03:10:58.754Z | Downloaded tinyvec v1.8.0 |
213 | 2024-11-02T03:10:58.766Z | Downloaded ppv-lite86 v0.2.20 |
214 | 2024-11-02T03:10:58.766Z | Downloaded hashbrown v0.12.3 |
215 | 2024-11-02T03:10:58.766Z | Downloaded tracing v0.1.40 |
216 | 2024-11-02T03:10:58.769Z | Downloaded foreign-types-shared v0.1.1 |
217 | 2024-11-02T03:10:58.769Z | Downloaded scroll_derive v0.12.0 |
218 | 2024-11-02T03:10:58.769Z | Downloaded pretty-hex v0.4.1 |
219 | 2024-11-02T03:10:58.771Z | Downloaded equivalent v1.0.1 |
220 | 2024-11-02T03:10:58.771Z | Downloaded block-buffer v0.10.4 |
221 | 2024-11-02T03:10:58.771Z | Downloaded openssl-probe v0.1.5 |
222 | 2024-11-02T03:10:58.774Z | Downloaded usdt-attr-macro v0.5.0 |
223 | 2024-11-02T03:10:58.774Z | Downloaded async-stream-impl v0.3.6 |
224 | 2024-11-02T03:10:58.774Z | Downloaded allocator-api2 v0.2.18 |
225 | 2024-11-02T03:10:58.777Z | Downloaded typify-macro v0.2.0 |
226 | 2024-11-02T03:10:58.779Z | Downloaded schemars v0.8.21 |
227 | 2024-11-02T03:10:58.788Z | Downloaded progenitor-client v0.8.0 |
228 | 2024-11-02T03:10:58.791Z | Downloaded plain v0.2.3 |
229 | 2024-11-02T03:10:58.791Z | Downloaded parking_lot_core v0.9.10 |
230 | 2024-11-02T03:10:58.794Z | Downloaded rustversion v1.0.17 |
231 | 2024-11-02T03:10:58.796Z | Downloaded powerfmt v0.2.0 |
232 | 2024-11-02T03:10:58.798Z | Downloaded num_threads v0.1.7 |
233 | 2024-11-02T03:10:58.798Z | Downloaded instant v0.1.13 |
234 | 2024-11-02T03:10:58.800Z | Downloaded openssl v0.10.66 |
235 | 2024-11-02T03:10:58.807Z | Downloaded slog-async v2.8.0 |
236 | 2024-11-02T03:10:58.809Z | Downloaded scroll v0.12.0 |
237 | 2024-11-02T03:10:58.812Z | Downloaded dof v0.3.0 |
238 | 2024-11-02T03:10:58.812Z | Downloaded deranged v0.3.11 |
239 | 2024-11-02T03:10:58.815Z | Downloaded progenitor-macro v0.8.0 |
240 | 2024-11-02T03:10:58.815Z | Downloaded zeroize v1.8.1 |
241 | 2024-11-02T03:10:58.818Z | Downloaded num-conv v0.1.0 |
242 | 2024-11-02T03:10:58.818Z | Downloaded fnv v1.0.7 |
243 | 2024-11-02T03:10:58.818Z | Downloaded serde_derive_internals v0.29.1 |
244 | 2024-11-02T03:10:58.822Z | Downloaded parking_lot v0.12.3 |
245 | 2024-11-02T03:10:58.822Z | Downloaded uuid v1.10.0 |
246 | 2024-11-02T03:10:58.824Z | Downloaded typify v0.2.0 |
247 | 2024-11-02T03:10:58.826Z | Downloaded paste v1.0.15 |
248 | 2024-11-02T03:10:58.828Z | Downloaded strum v0.26.3 |
249 | 2024-11-02T03:10:58.831Z | Downloaded darling v0.20.10 |
250 | 2024-11-02T03:10:58.834Z | Downloaded take_mut v0.2.2 |
251 | 2024-11-02T03:10:58.834Z | Downloaded time-core v0.1.2 |
252 | 2024-11-02T03:10:58.837Z | Downloaded slog-bunyan v2.5.0 |
253 | 2024-11-02T03:10:58.837Z | Downloaded rand_chacha v0.3.1 |
254 | 2024-11-02T03:10:58.839Z | Downloaded percent-encoding v2.3.1 |
255 | 2024-11-02T03:10:58.839Z | Downloaded sync_wrapper v1.0.1 |
256 | 2024-11-02T03:10:58.840Z | Downloaded futures-task v0.3.31 |
257 | 2024-11-02T03:10:58.842Z | Downloaded rustls-pemfile v2.2.0 |
258 | 2024-11-02T03:10:58.842Z | Downloaded dirs-next v2.0.0 |
259 | 2024-11-02T03:10:58.846Z | Downloaded slab v0.4.9 |
260 | 2024-11-02T03:10:58.849Z | Downloaded schemars_derive v0.8.21 |
261 | 2024-11-02T03:10:58.849Z | Downloaded quinn-udp v0.5.5 |
262 | 2024-11-02T03:10:58.849Z | Downloaded parse-display-derive v0.10.0 |
263 | 2024-11-02T03:10:58.849Z | Downloaded is-terminal v0.4.13 |
264 | 2024-11-02T03:10:58.852Z | Downloaded sha1 v0.10.6 |
265 | 2024-11-02T03:10:58.852Z | Downloaded form_urlencoded v1.2.1 |
266 | 2024-11-02T03:10:58.856Z | Downloaded tower-service v0.3.3 |
267 | 2024-11-02T03:10:58.856Z | Downloaded thread-id v4.2.2 |
268 | 2024-11-02T03:10:58.856Z | Downloaded pest_generator v2.7.14 |
269 | 2024-11-02T03:10:58.860Z | Downloaded unsafe-libyaml v0.2.11 |
270 | 2024-11-02T03:10:58.860Z | Downloaded unicode-bidi v0.3.17 |
271 | 2024-11-02T03:10:58.863Z | Downloaded signal-hook-registry v1.4.2 |
272 | 2024-11-02T03:10:58.863Z | Downloaded generic-array v0.14.7 |
273 | 2024-11-02T03:10:58.866Z | Downloaded futures-sink v0.3.31 |
274 | 2024-11-02T03:10:58.866Z | Downloaded newtype-uuid v1.1.2 |
275 | 2024-11-02T03:10:58.866Z | Downloaded digest v0.10.7 |
276 | 2024-11-02T03:10:58.869Z | Downloaded scopeguard v1.2.0 |
277 | 2024-11-02T03:10:58.869Z | Downloaded pin-utils v0.1.0 |
278 | 2024-11-02T03:10:58.869Z | Downloaded ipnet v2.10.1 |
279 | 2024-11-02T03:10:58.871Z | Downloaded debug-ignore v1.0.5 |
280 | 2024-11-02T03:10:58.873Z | Downloaded memmap v0.7.0 |
281 | 2024-11-02T03:10:58.873Z | Downloaded serde_spanned v0.6.8 |
282 | 2024-11-02T03:10:58.875Z | Downloaded num-traits v0.2.19 |
283 | 2024-11-02T03:10:58.877Z | Downloaded cpufeatures v0.2.14 |
284 | 2024-11-02T03:10:58.880Z | Downloaded dyn-clone v1.0.17 |
285 | 2024-11-02T03:10:58.880Z | Downloaded ryu v1.0.18 |
286 | 2024-11-02T03:10:58.884Z | Downloaded thiserror-impl v1.0.64 |
287 | 2024-11-02T03:10:58.886Z | Downloaded sha2 v0.10.8 |
288 | 2024-11-02T03:10:58.886Z | Downloaded quinn-proto v0.11.8 |
289 | 2024-11-02T03:10:58.892Z | Downloaded subtle v2.6.1 |
290 | 2024-11-02T03:10:58.894Z | Downloaded rustls-webpki v0.102.8 |
291 | 2024-11-02T03:10:58.913Z | Downloaded structmeta-derive v0.3.0 |
292 | 2024-11-02T03:10:58.917Z | Downloaded bytes v1.7.2 |
293 | 2024-11-02T03:10:58.917Z | Downloaded tokio-rustls v0.25.0 |
294 | 2024-11-02T03:10:58.920Z | Downloaded tokio-native-tls v0.3.1 |
295 | 2024-11-02T03:10:58.920Z | Downloaded serde_with_macros v3.11.0 |
296 | 2024-11-02T03:10:58.922Z | Downloaded smallvec v1.13.2 |
297 | 2024-11-02T03:10:58.925Z | Downloaded multer v3.1.0 |
298 | 2024-11-02T03:10:58.928Z | Downloaded serde_derive v1.0.210 |
299 | 2024-11-02T03:10:58.930Z | Downloaded proc-macro2 v1.0.87 |
300 | 2024-11-02T03:10:58.933Z | Downloaded hyper-rustls v0.27.3 |
301 | 2024-11-02T03:10:58.935Z | Downloaded crossbeam-utils v0.8.20 |
302 | 2024-11-02T03:10:58.938Z | Downloaded quinn v0.11.5 |
303 | 2024-11-02T03:10:58.940Z | Downloaded indexmap v1.9.3 |
304 | 2024-11-02T03:10:58.943Z | Downloaded futures-channel v0.3.31 |
305 | 2024-11-02T03:10:58.947Z | Downloaded rustls-pki-types v1.9.0 |
306 | 2024-11-02T03:10:58.949Z | Downloaded rand v0.8.5 |
307 | 2024-11-02T03:10:58.953Z | Downloaded url v2.5.2 |
308 | 2024-11-02T03:10:58.956Z | Downloaded log v0.4.22 |
309 | 2024-11-02T03:10:58.958Z | Downloaded iana-time-zone v0.1.61 |
310 | 2024-11-02T03:10:58.962Z | Downloaded spin v0.9.8 |
311 | 2024-11-02T03:10:58.965Z | Downloaded httparse v1.9.5 |
312 | 2024-11-02T03:10:58.968Z | Downloaded darling_core v0.20.10 |
313 | 2024-11-02T03:10:58.971Z | Downloaded toml v0.8.19 |
314 | 2024-11-02T03:10:58.975Z | Downloaded serde v1.0.210 |
315 | 2024-11-02T03:10:58.979Z | Downloaded once_cell v1.20.2 |
316 | 2024-11-02T03:10:58.983Z | Downloaded webpki-roots v0.26.6 |
317 | 2024-11-02T03:10:58.987Z | Downloaded crossbeam-channel v0.5.13 |
318 | 2024-11-02T03:10:58.991Z | Downloaded cc v1.1.30 |
319 | 2024-11-02T03:10:58.995Z | Downloaded socket2 v0.5.7 |
320 | 2024-11-02T03:10:58.998Z | Downloaded hyper-util v0.1.9 |
321 | 2024-11-02T03:10:59.000Z | Downloaded base64 v0.22.1 |
322 | 2024-11-02T03:10:59.003Z | Downloaded unicode-normalization v0.1.24 |
323 | 2024-11-02T03:10:59.006Z | Downloaded lock_api v0.4.12 |
324 | 2024-11-02T03:10:59.009Z | Downloaded syn v2.0.79 |
325 | 2024-11-02T03:10:59.019Z | Downloaded time v0.3.36 |
326 | 2024-11-02T03:10:59.026Z | Downloaded pest v2.7.14 |
327 | 2024-11-02T03:10:59.034Z | Downloaded winnow v0.6.20 |
328 | 2024-11-02T03:10:59.041Z | Downloaded regex-syntax v0.8.5 |
329 | 2024-11-02T03:10:59.049Z | Downloaded mio v1.0.2 |
330 | 2024-11-02T03:10:59.056Z | Downloaded serde_with v3.11.0 |
331 | 2024-11-02T03:10:59.064Z | Downloaded reqwest v0.12.8 |
332 | 2024-11-02T03:10:59.072Z | Downloaded tokio-util v0.7.12 |
333 | 2024-11-02T03:10:59.080Z | Downloaded regress v0.10.1 |
334 | 2024-11-02T03:10:59.090Z | Downloaded rustls v0.23.14 |
335 | 2024-11-02T03:10:59.100Z | Downloaded regex v1.11.0 |
336 | 2024-11-02T03:10:59.114Z | Downloaded h2 v0.4.6 |
337 | 2024-11-02T03:10:59.120Z | Downloaded goblin v0.8.2 |
338 | 2024-11-02T03:10:59.126Z | Downloaded chrono v0.4.38 |
339 | 2024-11-02T03:10:59.133Z | Downloaded hyper v1.4.1 |
340 | 2024-11-02T03:10:59.139Z | Downloaded rustls v0.22.4 |
341 | 2024-11-02T03:10:59.154Z | Downloaded regress v0.9.1 |
342 | 2024-11-02T03:10:59.161Z | Downloaded idna v0.5.0 |
343 | 2024-11-02T03:10:59.167Z | Downloaded hashbrown v0.14.5 |
344 | 2024-11-02T03:10:59.172Z | Downloaded dropshot v0.12.0 |
345 | 2024-11-02T03:10:59.194Z | Downloaded vcpkg v0.2.15 |
346 | 2024-11-02T03:10:59.232Z | Downloaded openapiv3 v2.0.0 |
347 | 2024-11-02T03:10:59.247Z | Downloaded hashbrown v0.15.0 |
348 | 2024-11-02T03:10:59.250Z | Downloaded toml_edit v0.22.22 |
349 | 2024-11-02T03:10:59.266Z | Downloaded http v1.1.0 |
350 | 2024-11-02T03:10:59.269Z | Downloaded zerocopy v0.7.35 |
351 | 2024-11-02T03:10:59.284Z | Downloaded memchr v2.7.4 |
352 | 2024-11-02T03:10:59.290Z | Downloaded typify-impl v0.2.0 |
353 | 2024-11-02T03:10:59.303Z | Downloaded serde_json v1.0.128 |
354 | 2024-11-02T03:10:59.309Z | Downloaded aho-corasick v1.1.3 |
355 | 2024-11-02T03:10:59.317Z | Downloaded hostname v0.4.0 |
356 | 2024-11-02T03:10:59.320Z | Downloaded serde_urlencoded v0.7.1 |
357 | 2024-11-02T03:10:59.320Z | Downloaded usdt-impl v0.5.0 |
358 | 2024-11-02T03:10:59.320Z | Downloaded pin-project-lite v0.2.14 |
359 | 2024-11-02T03:10:59.324Z | Downloaded toml_datetime v0.6.8 |
360 | 2024-11-02T03:10:59.326Z | Downloaded http-body-util v0.1.2 |
361 | 2024-11-02T03:10:59.328Z | Downloaded hex v0.4.3 |
362 | 2024-11-02T03:10:59.328Z | Downloaded futures-io v0.3.31 |
363 | 2024-11-02T03:10:59.330Z | Downloaded futures-core v0.3.31 |
364 | 2024-11-02T03:10:59.330Z | Downloaded ucd-trie v0.1.7 |
365 | 2024-11-02T03:10:59.332Z | Downloaded version_check v0.9.5 |
366 | 2024-11-02T03:10:59.333Z | Downloaded mime v0.3.17 |
367 | 2024-11-02T03:10:59.335Z | Downloaded regex-automata v0.4.8 |
368 | 2024-11-02T03:10:59.350Z | Downloaded macaddr v1.0.1 |
369 | 2024-11-02T03:10:59.352Z | Downloaded itoa v1.0.11 |
370 | 2024-11-02T03:10:59.394Z | Downloaded libc v0.2.161 |
371 | 2024-11-02T03:10:59.420Z | Downloaded tokio v1.40.0 |
372 | 2024-11-02T03:10:59.467Z | Downloaded encoding_rs v0.8.34 |
373 | 2024-11-02T03:10:59.629Z | Downloaded ring v0.17.8 |
374 | 2024-11-02T03:10:59.950Z | Compiling proc-macro2 v1.0.87 |
375 | 2024-11-02T03:10:59.950Z | Compiling unicode-ident v1.0.13 |
376 | 2024-11-02T03:10:59.950Z | Compiling libc v0.2.161 |
377 | 2024-11-02T03:10:59.952Z | Checking cfg-if v1.0.0 |
378 | 2024-11-02T03:10:59.952Z | Compiling autocfg v1.4.0 |
379 | 2024-11-02T03:10:59.952Z | Compiling serde v1.0.210 |
380 | 2024-11-02T03:10:59.952Z | Compiling version_check v0.9.5 |
381 | 2024-11-02T03:10:59.952Z | Checking memchr v2.7.4 |
382 | 2024-11-02T03:11:00.067Z | Compiling serde_json v1.0.128 |
383 | 2024-11-02T03:11:00.147Z | Checking itoa v1.0.11 |
384 | 2024-11-02T03:11:00.517Z | Compiling thiserror v1.0.64 |
385 | 2024-11-02T03:11:00.564Z | Checking once_cell v1.20.2 |
386 | 2024-11-02T03:11:00.629Z | Compiling shlex v1.3.0 |
387 | 2024-11-02T03:11:00.828Z | Compiling cc v1.1.30 |
388 | 2024-11-02T03:11:00.945Z | Checking pin-project-lite v0.2.14 |
389 | 2024-11-02T03:11:01.070Z | Compiling num-traits v0.2.19 |
390 | 2024-11-02T03:11:01.316Z | Checking ryu v1.0.18 |
391 | 2024-11-02T03:11:01.361Z | Checking bytes v1.7.2 |
392 | 2024-11-02T03:11:01.430Z | Checking getrandom v0.2.15 |
393 | 2024-11-02T03:11:01.547Z | Checking futures-core v0.3.31 |
394 | 2024-11-02T03:11:01.602Z | Compiling lock_api v0.4.12 |
395 | 2024-11-02T03:11:01.620Z | Compiling parking_lot_core v0.9.10 |
396 | 2024-11-02T03:11:01.656Z | Compiling quote v1.0.37 |
397 | 2024-11-02T03:11:01.751Z | Compiling byteorder v1.5.0 |
398 | 2024-11-02T03:11:02.024Z | Compiling syn v2.0.79 |
399 | 2024-11-02T03:11:02.087Z | Compiling ahash v0.8.11 |
400 | 2024-11-02T03:11:02.102Z | Checking scopeguard v1.2.0 |
401 | 2024-11-02T03:11:02.239Z | Compiling schemars v0.8.21 |
402 | 2024-11-02T03:11:02.285Z | Checking smallvec v1.13.2 |
403 | 2024-11-02T03:11:02.322Z | Compiling slab v0.4.9 |
404 | 2024-11-02T03:11:02.591Z | Checking log v0.4.22 |
405 | 2024-11-02T03:11:02.620Z | Checking futures-sink v0.3.31 |
406 | 2024-11-02T03:11:02.665Z | Checking mio v1.0.2 |
407 | 2024-11-02T03:11:02.730Z | Checking signal-hook-registry v1.4.2 |
408 | 2024-11-02T03:11:02.762Z | Checking socket2 v0.5.7 |
409 | 2024-11-02T03:11:02.855Z | Checking equivalent v1.0.1 |
410 | 2024-11-02T03:11:02.964Z | Checking hashbrown v0.15.0 |
411 | 2024-11-02T03:11:03.005Z | Checking fnv v1.0.7 |
412 | 2024-11-02T03:11:03.037Z | Checking parking_lot v0.12.3 |
413 | 2024-11-02T03:11:03.141Z | Checking http v1.1.0 |
414 | 2024-11-02T03:11:03.144Z | Checking futures-channel v0.3.31 |
415 | 2024-11-02T03:11:03.253Z | Checking futures-io v0.3.31 |
416 | 2024-11-02T03:11:03.271Z | Checking futures-task v0.3.31 |
417 | 2024-11-02T03:11:03.402Z | Checking pin-utils v0.1.0 |
418 | 2024-11-02T03:11:03.439Z | Checking rustls-pki-types v1.9.0 |
419 | 2024-11-02T03:11:03.492Z | Compiling heck v0.5.0 |
420 | 2024-11-02T03:11:03.510Z | Compiling vcpkg v0.2.15 |
421 | 2024-11-02T03:11:03.530Z | Compiling semver v1.0.23 |
422 | 2024-11-02T03:11:03.674Z | Compiling ring v0.17.8 |
423 | 2024-11-02T03:11:03.922Z | Checking spin v0.9.8 |
424 | 2024-11-02T03:11:04.010Z | Compiling pkg-config v0.3.31 |
425 | 2024-11-02T03:11:04.112Z | Checking iana-time-zone v0.1.61 |
426 | 2024-11-02T03:11:04.152Z | Checking untrusted v0.9.0 |
427 | 2024-11-02T03:11:04.323Z | Compiling httparse v1.9.5 |
428 | 2024-11-02T03:11:04.360Z | Compiling ucd-trie v0.1.7 |
429 | 2024-11-02T03:11:04.830Z | Checking tracing-core v0.1.32 |
430 | 2024-11-02T03:11:05.073Z | Checking dyn-clone v1.0.17 |
431 | 2024-11-02T03:11:05.141Z | Compiling openssl-sys v0.9.103 |
432 | 2024-11-02T03:11:05.203Z | Checking atomic-waker v1.1.2 |
433 | 2024-11-02T03:11:05.222Z | Compiling allocator-api2 v0.2.18 |
434 | 2024-11-02T03:11:05.493Z | Checking tracing v0.1.40 |
435 | 2024-11-02T03:11:05.788Z | Checking http-body v1.0.1 |
436 | 2024-11-02T03:11:06.004Z | Compiling uuid v1.10.0 |
437 | 2024-11-02T03:11:06.007Z | Checking subtle v2.6.1 |
438 | 2024-11-02T03:11:06.177Z | Compiling chrono v0.4.38 |
439 | 2024-11-02T03:11:06.203Z | Checking try-lock v0.2.5 |
440 | 2024-11-02T03:11:06.223Z | Checking zeroize v1.8.1 |
441 | 2024-11-02T03:11:06.281Z | Compiling openssl v0.10.66 |
442 | 2024-11-02T03:11:06.337Z | Checking want v0.3.1 |
443 | 2024-11-02T03:11:06.471Z | Checking foreign-types-shared v0.1.1 |
444 | 2024-11-02T03:11:06.516Z | Checking httpdate v1.0.3 |
445 | 2024-11-02T03:11:06.566Z | Compiling slog v2.7.0 |
446 | 2024-11-02T03:11:06.749Z | Checking foreign-types v0.3.2 |
447 | 2024-11-02T03:11:06.838Z | Compiling aho-corasick v1.1.3 |
448 | 2024-11-02T03:11:06.904Z | Compiling rustls v0.23.14 |
449 | 2024-11-02T03:11:07.226Z | Checking tinyvec_macros v0.1.1 |
450 | 2024-11-02T03:11:07.310Z | Compiling regex-syntax v0.8.5 |
451 | 2024-11-02T03:11:07.724Z | Checking percent-encoding v2.3.1 |
452 | 2024-11-02T03:11:07.927Z | Compiling typenum v1.17.0 |
453 | 2024-11-02T03:11:08.027Z | Checking bitflags v2.6.0 |
454 | 2024-11-02T03:11:08.050Z | Compiling native-tls v0.2.12 |
455 | 2024-11-02T03:11:08.297Z | Checking tower-service v0.3.3 |
456 | 2024-11-02T03:11:08.437Z | Checking form_urlencoded v1.2.1 |
457 | 2024-11-02T03:11:08.486Z | Checking tinyvec v1.8.0 |
458 | 2024-11-02T03:11:08.900Z | Compiling serde_derive_internals v0.29.1 |
459 | 2024-11-02T03:11:09.190Z | Compiling generic-array v0.14.7 |
460 | 2024-11-02T03:11:09.613Z | Checking rustls-webpki v0.102.8 |
461 | 2024-11-02T03:11:09.964Z | Checking openssl-probe v0.1.5 |
462 | 2024-11-02T03:11:10.120Z | Checking unicode-normalization v0.1.24 |
463 | 2024-11-02T03:11:10.770Z | Compiling regex-automata v0.4.8 |
464 | 2024-11-02T03:11:11.666Z | Compiling usdt-impl v0.5.0 |
465 | 2024-11-02T03:11:11.773Z | Checking encoding_rs v0.8.34 |
466 | 2024-11-02T03:11:12.058Z | Compiling time-core v0.1.2 |
467 | 2024-11-02T03:11:12.242Z | Checking unicode-bidi v0.3.17 |
468 | 2024-11-02T03:11:12.650Z | Compiling num-conv v0.1.0 |
469 | 2024-11-02T03:11:12.852Z | Checking mime v0.3.17 |
470 | 2024-11-02T03:11:12.855Z | Checking powerfmt v0.2.0 |
471 | 2024-11-02T03:11:12.931Z | Compiling time-macros v0.2.18 |
472 | 2024-11-02T03:11:13.151Z | Checking deranged v0.3.11 |
473 | 2024-11-02T03:11:13.169Z | Checking idna v0.5.0 |
474 | 2024-11-02T03:11:13.472Z | Compiling serde_derive v1.0.210 |
475 | 2024-11-02T03:11:14.034Z | Compiling zerocopy-derive v0.7.35 |
476 | 2024-11-02T03:11:14.057Z | Compiling thiserror-impl v1.0.64 |
477 | 2024-11-02T03:11:15.012Z | Compiling schemars_derive v0.8.21 |
478 | 2024-11-02T03:11:15.263Z | Compiling tokio-macros v2.4.0 |
479 | 2024-11-02T03:11:15.544Z | Compiling futures-macro v0.3.31 |
480 | 2024-11-02T03:11:15.745Z | Compiling openssl-macros v0.1.1 |
481 | 2024-11-02T03:11:15.981Z | Compiling zerocopy v0.7.35 |
482 | 2024-11-02T03:11:16.708Z | Checking tokio v1.40.0 |
483 | 2024-11-02T03:11:16.801Z | Compiling pest v2.7.14 |
484 | 2024-11-02T03:11:17.247Z | Checking futures-util v0.3.31 |
485 | 2024-11-02T03:11:17.982Z | Compiling regex v1.11.0 |
486 | 2024-11-02T03:11:18.082Z | Compiling hashbrown v0.14.5 |
487 | 2024-11-02T03:11:18.983Z | Compiling scroll_derive v0.12.0 |
488 | 2024-11-02T03:11:19.428Z | Compiling pest_meta v2.7.14 |
489 | 2024-11-02T03:11:19.557Z | Compiling regress v0.10.1 |
490 | 2024-11-02T03:11:20.320Z | Checking scroll v0.12.0 |
491 | 2024-11-02T03:11:22.561Z | Compiling pest_generator v2.7.14 |
492 | 2024-11-02T03:11:23.269Z | Checking http-body-util v0.1.2 |
493 | 2024-11-02T03:11:23.740Z | Checking tokio-util v0.7.12 |
494 | 2024-11-02T03:11:23.867Z | Checking tokio-rustls v0.26.0 |
495 | 2024-11-02T03:11:24.212Z | Compiling pest_derive v2.7.14 |
496 | 2024-11-02T03:11:24.232Z | Checking tokio-native-tls v0.3.1 |
497 | 2024-11-02T03:11:24.263Z | Compiling thread-id v4.2.2 |
498 | 2024-11-02T03:11:24.381Z | Checking rustls-pemfile v2.2.0 |
499 | 2024-11-02T03:11:24.484Z | Checking webpki-roots v0.26.6 |
500 | 2024-11-02T03:11:24.705Z | Checking num_threads v0.1.7 |
501 | 2024-11-02T03:11:24.787Z | Compiling crossbeam-utils v0.8.20 |
502 | 2024-11-02T03:11:24.805Z | Checking plain v0.2.3 |
503 | 2024-11-02T03:11:24.824Z | Checking base64 v0.22.1 |
504 | 2024-11-02T03:11:25.054Z | Compiling dtrace-parser v0.2.0 |
505 | 2024-11-02T03:11:25.296Z | Compiling ident_case v1.0.1 |
506 | 2024-11-02T03:11:25.408Z | Compiling strsim v0.11.1 |
507 | 2024-11-02T03:11:25.490Z | Checking time v0.3.36 |
508 | 2024-11-02T03:11:25.659Z | Checking indexmap v2.6.0 |
509 | 2024-11-02T03:11:26.708Z | Compiling serde_tokenstream v0.2.2 |
510 | 2024-11-02T03:11:26.952Z | Checking h2 v0.4.6 |
511 | 2024-11-02T03:11:27.349Z | Checking serde_urlencoded v0.7.1 |
512 | 2024-11-02T03:11:27.604Z | Checking openapiv3 v2.0.0 |
513 | 2024-11-02T03:11:27.748Z | Compiling darling_core v0.20.10 |
514 | 2024-11-02T03:11:28.200Z | Checking goblin v0.8.2 |
515 | 2024-11-02T03:11:29.151Z | Compiling dof v0.3.0 |
516 | 2024-11-02T03:11:29.779Z | Checking typify-impl v0.2.0 |
517 | 2024-11-02T03:11:31.112Z | Checking hyper v1.4.1 |
518 | 2024-11-02T03:11:31.353Z | Checking url v2.5.2 |
519 | 2024-11-02T03:11:31.793Z | Checking sync_wrapper v1.0.1 |
520 | 2024-11-02T03:11:31.937Z | Checking dirs-sys-next v0.1.2 |
521 | 2024-11-02T03:11:32.175Z | Compiling omicron-workspace-hack v0.1.0 |
522 | 2024-11-02T03:11:32.261Z | Checking ipnet v2.10.1 |
523 | 2024-11-02T03:11:32.506Z | Compiling paste v1.0.15 |
524 | 2024-11-02T03:11:32.523Z | Compiling rustversion v1.0.17 |
525 | 2024-11-02T03:11:32.738Z | Compiling unsafe-libyaml v0.2.11 |
526 | 2024-11-02T03:11:32.996Z | Compiling rustls v0.22.4 |
527 | 2024-11-02T03:11:33.173Z | Checking hyper-util v0.1.9 |
528 | 2024-11-02T03:11:33.191Z | Checking pretty-hex v0.4.1 |
529 | 2024-11-02T03:11:33.314Z | Compiling darling_macro v0.20.10 |
530 | 2024-11-02T03:11:33.444Z | Checking dirs-next v2.0.0 |
531 | 2024-11-02T03:11:33.946Z | Compiling serde_yaml v0.9.34+deprecated |
532 | 2024-11-02T03:11:34.003Z | Checking toml_datetime v0.6.8 |
533 | 2024-11-02T03:11:34.256Z | Checking serde_spanned v0.6.8 |
534 | 2024-11-02T03:11:34.280Z | Checking crypto-common v0.1.6 |
535 | 2024-11-02T03:11:34.298Z | Checking block-buffer v0.10.4 |
536 | 2024-11-02T03:11:34.405Z | Checking ppv-lite86 v0.2.20 |
537 | 2024-11-02T03:11:34.451Z | Compiling structmeta-derive v0.3.0 |
538 | 2024-11-02T03:11:34.471Z | Checking rand_core v0.6.4 |
539 | 2024-11-02T03:11:34.492Z | Checking thread_local v1.1.8 |
540 | 2024-11-02T03:11:34.596Z | Compiling multer v3.1.0 |
541 | 2024-11-02T03:11:34.753Z | Compiling slog-async v2.8.0 |
542 | 2024-11-02T03:11:34.798Z | Compiling anyhow v1.0.92 |
543 | 2024-11-02T03:11:34.940Z | Checking hyper-rustls v0.27.3 |
544 | 2024-11-02T03:11:34.957Z | Checking hyper-tls v0.6.0 |
545 | 2024-11-02T03:11:35.177Z | Compiling camino v1.1.9 |
546 | 2024-11-02T03:11:35.210Z | Checking match_cfg v0.1.0 |
547 | 2024-11-02T03:11:35.247Z | Compiling newtype-uuid v1.1.2 |
548 | 2024-11-02T03:11:35.266Z | Checking reqwest v0.12.8 |
549 | 2024-11-02T03:11:35.298Z | Checking winnow v0.6.20 |
550 | 2024-11-02T03:11:35.602Z | Checking hostname v0.3.1 |
551 | 2024-11-02T03:11:35.762Z | Checking rand_chacha v0.3.1 |
552 | 2024-11-02T03:11:35.858Z | Checking digest v0.10.7 |
553 | 2024-11-02T03:11:36.151Z | Checking crossbeam-channel v0.5.13 |
554 | 2024-11-02T03:11:36.194Z | Compiling darling v0.20.10 |
555 | 2024-11-02T03:11:36.311Z | Checking term v0.7.0 |
556 | 2024-11-02T03:11:36.753Z | Checking progenitor-client v0.8.0 |
557 | 2024-11-02T03:11:36.956Z | Compiling structmeta v0.3.0 |
558 | 2024-11-02T03:11:37.046Z | Compiling usdt-macro v0.5.0 |
559 | 2024-11-02T03:11:37.332Z | Compiling usdt-attr-macro v0.5.0 |
560 | 2024-11-02T03:11:37.412Z | Checking slog-json v2.6.1 |
561 | 2024-11-02T03:11:37.481Z | Checking futures-executor v0.3.31 |
562 | 2024-11-02T03:11:37.669Z | Compiling async-stream-impl v0.3.6 |
563 | 2024-11-02T03:11:37.717Z | Checking memmap v0.7.0 |
564 | 2024-11-02T03:11:37.919Z | Checking is-terminal v0.4.13 |
565 | 2024-11-02T03:11:38.061Z | Compiling dropshot v0.12.0 |
566 | 2024-11-02T03:11:38.066Z | Checking cpufeatures v0.2.14 |
567 | 2024-11-02T03:11:38.151Z | Checking take_mut v0.2.2 |
568 | 2024-11-02T03:11:38.194Z | Checking toml_edit v0.22.22 |
569 | 2024-11-02T03:11:38.237Z | Checking sha1 v0.10.6 |
570 | 2024-11-02T03:11:38.459Z | Compiling strum_macros v0.26.4 |
571 | 2024-11-02T03:11:38.511Z | Checking slog-term v2.9.1 |
572 | 2024-11-02T03:11:38.584Z | Checking futures v0.3.31 |
573 | 2024-11-02T03:11:38.707Z | Checking slog-bunyan v2.5.0 |
574 | 2024-11-02T03:11:38.733Z | Checking usdt v0.5.0 |
575 | 2024-11-02T03:11:38.883Z | Compiling parse-display-derive v0.10.0 |
576 | 2024-11-02T03:11:38.942Z | Checking async-stream v0.3.6 |
577 | 2024-11-02T03:11:38.992Z | Compiling serde_with_macros v3.11.0 |
578 | 2024-11-02T03:11:39.000Z | Checking rand v0.8.5 |
579 | 2024-11-02T03:11:40.466Z | Checking tokio-rustls v0.25.0 |
580 | 2024-11-02T03:11:40.562Z | Checking ipnetwork v0.20.0 |
581 | 2024-11-02T03:11:40.600Z | Compiling dropshot_endpoint v0.12.0 |
582 | 2024-11-02T03:11:40.824Z | Checking hex v0.4.3 |
583 | 2024-11-02T03:11:40.841Z | Checking toml v0.8.19 |
584 | 2024-11-02T03:11:40.909Z | Checking serde_path_to_error v0.1.16 |
585 | 2024-11-02T03:11:41.301Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
586 | 2024-11-02T03:11:41.484Z | Compiling async-trait v0.1.83 |
587 | 2024-11-02T03:11:41.529Z | Checking waitgroup v0.1.2 |
588 | 2024-11-02T03:11:41.567Z | Checking hostname v0.4.0 |
589 | 2024-11-02T03:11:41.669Z | Checking instant v0.1.13 |
590 | 2024-11-02T03:11:41.702Z | Checking debug-ignore v1.0.5 |
591 | 2024-11-02T03:11:41.783Z | Checking backoff v0.4.0 |
592 | 2024-11-02T03:11:41.842Z | Checking serde_with v3.11.0 |
593 | 2024-11-02T03:11:42.076Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
594 | 2024-11-02T03:11:42.097Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
595 | 2024-11-02T03:11:42.231Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
596 | 2024-11-02T03:11:42.250Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
597 | 2024-11-02T03:11:42.589Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
598 | 2024-11-02T03:11:42.604Z | Checking parse-display v0.10.0 |
599 | 2024-11-02T03:11:42.730Z | Checking strum v0.26.3 |
600 | 2024-11-02T03:11:42.838Z | Checking macaddr v1.0.1 |
601 | 2024-11-02T03:11:42.888Z | Checking regress v0.9.1 |
602 | 2024-11-02T03:11:43.254Z | Compiling typify-macro v0.2.0 |
603 | 2024-11-02T03:11:45.298Z | Compiling typify v0.2.0 |
604 | 2024-11-02T03:11:45.372Z | Compiling progenitor-impl v0.8.0 |
605 | 2024-11-02T03:11:47.912Z | Compiling progenitor-macro v0.8.0 |
606 | 2024-11-02T03:11:52.590Z | Checking progenitor v0.8.0 |
607 | 2024-11-02T03:11:52.698Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
608 | 2024-11-02T03:11:55.466Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
609 | 2024-11-02T03:12:02.733Z | Checking test-project v0.1.0 (/tmp/test-project) |
610 | 2024-11-02T03:12:02.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
611 | 2024-11-02T03:12:03.103Z | + cargo build --release |
612 | 2024-11-02T03:12:03.334Z | Compiling proc-macro2 v1.0.87 |
613 | 2024-11-02T03:12:03.335Z | Compiling unicode-ident v1.0.13 |
614 | 2024-11-02T03:12:03.337Z | Compiling libc v0.2.161 |
615 | 2024-11-02T03:12:03.337Z | Compiling cfg-if v1.0.0 |
616 | 2024-11-02T03:12:03.337Z | Compiling autocfg v1.4.0 |
617 | 2024-11-02T03:12:03.337Z | Compiling version_check v0.9.5 |
618 | 2024-11-02T03:12:03.337Z | Compiling serde v1.0.210 |
619 | 2024-11-02T03:12:03.337Z | Compiling memchr v2.7.4 |
620 | 2024-11-02T03:12:03.461Z | Compiling serde_json v1.0.128 |
621 | 2024-11-02T03:12:03.518Z | Compiling itoa v1.0.11 |
622 | 2024-11-02T03:12:03.816Z | Compiling thiserror v1.0.64 |
623 | 2024-11-02T03:12:03.886Z | Compiling once_cell v1.20.2 |
624 | 2024-11-02T03:12:03.936Z | Compiling shlex v1.3.0 |
625 | 2024-11-02T03:12:04.171Z | Compiling cc v1.1.30 |
626 | 2024-11-02T03:12:04.305Z | Compiling num-traits v0.2.19 |
627 | 2024-11-02T03:12:04.636Z | Compiling pin-project-lite v0.2.14 |
628 | 2024-11-02T03:12:04.747Z | Compiling getrandom v0.2.15 |
629 | 2024-11-02T03:12:04.786Z | Compiling bytes v1.7.2 |
630 | 2024-11-02T03:12:04.847Z | Compiling ryu v1.0.18 |
631 | 2024-11-02T03:12:04.992Z | Compiling quote v1.0.37 |
632 | 2024-11-02T03:12:05.141Z | Compiling futures-core v0.3.31 |
633 | 2024-11-02T03:12:05.289Z | Compiling lock_api v0.4.12 |
634 | 2024-11-02T03:12:05.373Z | Compiling syn v2.0.79 |
635 | 2024-11-02T03:12:05.424Z | Compiling ahash v0.8.11 |
636 | 2024-11-02T03:12:05.570Z | Compiling byteorder v1.5.0 |
637 | 2024-11-02T03:12:05.585Z | Compiling schemars v0.8.21 |
638 | 2024-11-02T03:12:05.791Z | Compiling parking_lot_core v0.9.10 |
639 | 2024-11-02T03:12:05.990Z | Compiling smallvec v1.13.2 |
640 | 2024-11-02T03:12:06.015Z | Compiling scopeguard v1.2.0 |
641 | 2024-11-02T03:12:06.035Z | Compiling slab v0.4.9 |
642 | 2024-11-02T03:12:06.255Z | Compiling log v0.4.22 |
643 | 2024-11-02T03:12:06.469Z | Compiling futures-sink v0.3.31 |
644 | 2024-11-02T03:12:06.589Z | Compiling signal-hook-registry v1.4.2 |
645 | 2024-11-02T03:12:06.655Z | Compiling mio v1.0.2 |
646 | 2024-11-02T03:12:06.655Z | Compiling socket2 v0.5.7 |
647 | 2024-11-02T03:12:06.728Z | Compiling hashbrown v0.15.0 |
648 | 2024-11-02T03:12:06.922Z | Compiling parking_lot v0.12.3 |
649 | 2024-11-02T03:12:06.996Z | Compiling ring v0.17.8 |
650 | 2024-11-02T03:12:07.210Z | Compiling equivalent v1.0.1 |
651 | 2024-11-02T03:12:07.312Z | Compiling fnv v1.0.7 |
652 | 2024-11-02T03:12:07.439Z | Compiling http v1.1.0 |
653 | 2024-11-02T03:12:08.109Z | Compiling futures-channel v0.3.31 |
654 | 2024-11-02T03:12:08.166Z | Compiling futures-task v0.3.31 |
655 | 2024-11-02T03:12:08.200Z | Compiling semver v1.0.23 |
656 | 2024-11-02T03:12:08.244Z | Compiling pin-utils v0.1.0 |
657 | 2024-11-02T03:12:08.308Z | Compiling futures-io v0.3.31 |
658 | 2024-11-02T03:12:08.548Z | Compiling vcpkg v0.2.15 |
659 | 2024-11-02T03:12:08.626Z | Compiling heck v0.5.0 |
660 | 2024-11-02T03:12:08.645Z | Compiling rustls-pki-types v1.9.0 |
661 | 2024-11-02T03:12:08.660Z | Compiling pkg-config v0.3.31 |
662 | 2024-11-02T03:12:09.003Z | Compiling spin v0.9.8 |
663 | 2024-11-02T03:12:09.749Z | Compiling untrusted v0.9.0 |
664 | 2024-11-02T03:12:09.897Z | Compiling iana-time-zone v0.1.61 |
665 | 2024-11-02T03:12:09.932Z | Compiling ucd-trie v0.1.7 |
666 | 2024-11-02T03:12:10.044Z | Compiling openssl-sys v0.9.103 |
667 | 2024-11-02T03:12:10.371Z | Compiling httparse v1.9.5 |
668 | 2024-11-02T03:12:10.602Z | Compiling tracing-core v0.1.32 |
669 | 2024-11-02T03:12:11.091Z | Compiling allocator-api2 v0.2.18 |
670 | 2024-11-02T03:12:11.173Z | Compiling dyn-clone v1.0.17 |
671 | 2024-11-02T03:12:11.374Z | Compiling atomic-waker v1.1.2 |
672 | 2024-11-02T03:12:11.591Z | Compiling tracing v0.1.40 |
673 | 2024-11-02T03:12:12.150Z | Compiling chrono v0.4.38 |
674 | 2024-11-02T03:12:12.234Z | Compiling serde_derive_internals v0.29.1 |
675 | 2024-11-02T03:12:12.255Z | Compiling http-body v1.0.1 |
676 | 2024-11-02T03:12:12.551Z | Compiling uuid v1.10.0 |
677 | 2024-11-02T03:12:12.907Z | Compiling subtle v2.6.1 |
678 | 2024-11-02T03:12:13.123Z | Compiling try-lock v0.2.5 |
679 | 2024-11-02T03:12:13.123Z | Compiling zeroize v1.8.1 |
680 | 2024-11-02T03:12:13.268Z | Compiling want v0.3.1 |
681 | 2024-11-02T03:12:13.494Z | Compiling httpdate v1.0.3 |
682 | 2024-11-02T03:12:13.549Z | Compiling foreign-types-shared v0.1.1 |
683 | 2024-11-02T03:12:14.015Z | Compiling openssl v0.10.66 |
684 | 2024-11-02T03:12:14.073Z | Compiling slog v2.7.0 |
685 | 2024-11-02T03:12:14.236Z | Compiling foreign-types v0.3.2 |
686 | 2024-11-02T03:12:14.476Z | Compiling aho-corasick v1.1.3 |
687 | 2024-11-02T03:12:15.067Z | Compiling tinyvec_macros v0.1.1 |
688 | 2024-11-02T03:12:15.151Z | Compiling typenum v1.17.0 |
689 | 2024-11-02T03:12:15.463Z | Compiling rustls v0.23.14 |
690 | 2024-11-02T03:12:15.734Z | Compiling bitflags v2.6.0 |
691 | 2024-11-02T03:12:15.803Z | Compiling regex-syntax v0.8.5 |
692 | 2024-11-02T03:12:16.083Z | Compiling tower-service v0.3.3 |
693 | 2024-11-02T03:12:16.083Z | Compiling percent-encoding v2.3.1 |
694 | 2024-11-02T03:12:16.190Z | Compiling native-tls v0.2.12 |
695 | 2024-11-02T03:12:16.566Z | Compiling form_urlencoded v1.2.1 |
696 | 2024-11-02T03:12:16.632Z | Compiling tinyvec v1.8.0 |
697 | 2024-11-02T03:12:16.974Z | Compiling serde_derive v1.0.210 |
698 | 2024-11-02T03:12:17.044Z | Compiling zerocopy-derive v0.7.35 |
699 | 2024-11-02T03:12:17.718Z | Compiling thiserror-impl v1.0.64 |
700 | 2024-11-02T03:12:17.844Z | Compiling schemars_derive v0.8.21 |
701 | 2024-11-02T03:12:18.328Z | Compiling tokio-macros v2.4.0 |
702 | 2024-11-02T03:12:18.466Z | Compiling futures-macro v0.3.31 |
703 | 2024-11-02T03:12:19.019Z | Compiling zerocopy v0.7.35 |
704 | 2024-11-02T03:12:20.300Z | Compiling tokio v1.40.0 |
705 | 2024-11-02T03:12:20.504Z | Compiling futures-util v0.3.31 |
706 | 2024-11-02T03:12:20.561Z | Compiling pest v2.7.14 |
707 | 2024-11-02T03:12:21.321Z | Compiling hashbrown v0.14.5 |
708 | 2024-11-02T03:12:21.995Z | Compiling openssl-macros v0.1.1 |
709 | 2024-11-02T03:12:22.630Z | Compiling regress v0.10.1 |
710 | 2024-11-02T03:12:23.438Z | Compiling rustls-webpki v0.102.8 |
711 | 2024-11-02T03:12:27.570Z | Compiling pest_meta v2.7.14 |
712 | 2024-11-02T03:12:29.013Z | Compiling tokio-util v0.7.12 |
713 | 2024-11-02T03:12:29.558Z | Compiling pest_generator v2.7.14 |
714 | 2024-11-02T03:12:31.204Z | Compiling indexmap v2.6.0 |
715 | 2024-11-02T03:12:32.630Z | Compiling pest_derive v2.7.14 |
716 | 2024-11-02T03:12:32.957Z | Compiling h2 v0.4.6 |
717 | 2024-11-02T03:12:33.490Z | Compiling serde_tokenstream v0.2.2 |
718 | 2024-11-02T03:12:37.033Z | Compiling regex-automata v0.4.8 |
719 | 2024-11-02T03:12:37.513Z | Compiling generic-array v0.14.7 |
720 | 2024-11-02T03:12:37.858Z | Compiling typify-impl v0.2.0 |
721 | 2024-11-02T03:12:39.039Z | Compiling hyper v1.4.1 |
722 | 2024-11-02T03:12:40.855Z | Compiling openssl-probe v0.1.5 |
723 | 2024-11-02T03:12:43.041Z | Compiling hyper-util v0.1.9 |
724 | 2024-11-02T03:12:44.468Z | Compiling regex v1.11.0 |
725 | 2024-11-02T03:12:47.071Z | Compiling http-body-util v0.1.2 |
726 | 2024-11-02T03:12:47.639Z | Compiling unicode-normalization v0.1.24 |
727 | 2024-11-02T03:12:48.495Z | Compiling scroll_derive v0.12.0 |
728 | 2024-11-02T03:12:48.823Z | Compiling typify-macro v0.2.0 |
729 | 2024-11-02T03:12:49.063Z | Compiling usdt-impl v0.5.0 |
730 | 2024-11-02T03:12:49.429Z | Compiling encoding_rs v0.8.34 |
731 | 2024-11-02T03:12:49.950Z | Compiling mime v0.3.17 |
732 | 2024-11-02T03:12:50.352Z | Compiling unicode-bidi v0.3.17 |
733 | 2024-11-02T03:12:50.658Z | Compiling powerfmt v0.2.0 |
734 | 2024-11-02T03:12:51.002Z | Compiling time-core v0.1.2 |
735 | 2024-11-02T03:12:51.168Z | Compiling num-conv v0.1.0 |
736 | 2024-11-02T03:12:51.444Z | Compiling time-macros v0.2.18 |
737 | 2024-11-02T03:12:52.493Z | Compiling idna v0.5.0 |
738 | 2024-11-02T03:12:53.098Z | Compiling tokio-rustls v0.26.0 |
739 | 2024-11-02T03:12:53.575Z | Compiling deranged v0.3.11 |
740 | 2024-11-02T03:12:55.842Z | Compiling scroll v0.12.0 |
741 | 2024-11-02T03:12:56.587Z | Compiling thread-id v4.2.2 |
742 | 2024-11-02T03:12:56.689Z | Compiling tokio-native-tls v0.3.1 |
743 | 2024-11-02T03:12:56.971Z | Compiling dof v0.3.0 |
744 | 2024-11-02T03:12:57.822Z | Compiling dtrace-parser v0.2.0 |
745 | 2024-11-02T03:12:57.864Z | Compiling serde_urlencoded v0.7.1 |
746 | 2024-11-02T03:12:59.411Z | Compiling rustls-pemfile v2.2.0 |
747 | 2024-11-02T03:12:59.872Z | Compiling webpki-roots v0.26.6 |
748 | 2024-11-02T03:13:00.610Z | Compiling plain v0.2.3 |
749 | 2024-11-02T03:13:00.793Z | Compiling omicron-workspace-hack v0.1.0 |
750 | 2024-11-02T03:13:01.090Z | Compiling num_threads v0.1.7 |
751 | 2024-11-02T03:13:01.366Z | Compiling ident_case v1.0.1 |
752 | 2024-11-02T03:13:01.391Z | Compiling strsim v0.11.1 |
753 | 2024-11-02T03:13:01.792Z | Compiling base64 v0.22.1 |
754 | 2024-11-02T03:13:03.115Z | Compiling crossbeam-utils v0.8.20 |
755 | 2024-11-02T03:13:05.885Z | Compiling time v0.3.36 |
756 | 2024-11-02T03:13:06.923Z | Compiling darling_core v0.20.10 |
757 | 2024-11-02T03:13:07.080Z | Compiling goblin v0.8.2 |
758 | 2024-11-02T03:13:12.419Z | Compiling hyper-rustls v0.27.3 |
759 | 2024-11-02T03:13:14.018Z | Compiling hyper-tls v0.6.0 |
760 | 2024-11-02T03:13:14.026Z | Compiling url v2.5.2 |
761 | 2024-11-02T03:13:14.520Z | Compiling typify v0.2.0 |
762 | 2024-11-02T03:13:14.644Z | Compiling openapiv3 v2.0.0 |
763 | 2024-11-02T03:13:18.855Z | Compiling sync_wrapper v1.0.1 |
764 | 2024-11-02T03:13:18.999Z | Compiling dirs-sys-next v0.1.2 |
765 | 2024-11-02T03:13:19.568Z | Compiling rustversion v1.0.17 |
766 | 2024-11-02T03:13:19.639Z | Compiling pretty-hex v0.4.1 |
767 | 2024-11-02T03:13:19.870Z | Compiling ipnet v2.10.1 |
768 | 2024-11-02T03:13:20.087Z | Compiling rustls v0.22.4 |
769 | 2024-11-02T03:13:20.215Z | Compiling paste v1.0.15 |
770 | 2024-11-02T03:13:20.407Z | Compiling unsafe-libyaml v0.2.11 |
771 | 2024-11-02T03:13:20.777Z | Compiling reqwest v0.12.8 |
772 | 2024-11-02T03:13:21.748Z | Compiling serde_yaml v0.9.34+deprecated |
773 | 2024-11-02T03:13:23.059Z | Compiling dirs-next v2.0.0 |
774 | 2024-11-02T03:13:23.318Z | Compiling progenitor-impl v0.8.0 |
775 | 2024-11-02T03:13:25.136Z | Compiling darling_macro v0.20.10 |
776 | 2024-11-02T03:13:27.923Z | Compiling block-buffer v0.10.4 |
777 | 2024-11-02T03:13:28.155Z | Compiling crypto-common v0.1.6 |
778 | 2024-11-02T03:13:28.371Z | Compiling serde_spanned v0.6.8 |
779 | 2024-11-02T03:13:28.492Z | Compiling toml_datetime v0.6.8 |
780 | 2024-11-02T03:13:28.611Z | Compiling ppv-lite86 v0.2.20 |
781 | 2024-11-02T03:13:29.166Z | Compiling structmeta-derive v0.3.0 |
782 | 2024-11-02T03:13:29.537Z | Compiling rand_core v0.6.4 |
783 | 2024-11-02T03:13:29.697Z | Compiling thread_local v1.1.8 |
784 | 2024-11-02T03:13:30.009Z | Compiling multer v3.1.0 |
785 | 2024-11-02T03:13:30.362Z | Compiling camino v1.1.9 |
786 | 2024-11-02T03:13:30.418Z | Compiling match_cfg v0.1.0 |
787 | 2024-11-02T03:13:30.505Z | Compiling winnow v0.6.20 |
788 | 2024-11-02T03:13:30.970Z | Compiling anyhow v1.0.92 |
789 | 2024-11-02T03:13:31.006Z | Compiling newtype-uuid v1.1.2 |
790 | 2024-11-02T03:13:31.110Z | Compiling slog-async v2.8.0 |
791 | 2024-11-02T03:13:31.406Z | Compiling hostname v0.3.1 |
792 | 2024-11-02T03:13:31.653Z | Compiling rand_chacha v0.3.1 |
793 | 2024-11-02T03:13:31.703Z | Compiling progenitor-macro v0.8.0 |
794 | 2024-11-02T03:13:31.765Z | Compiling structmeta v0.3.0 |
795 | 2024-11-02T03:13:31.898Z | Compiling digest v0.10.7 |
796 | 2024-11-02T03:13:32.110Z | Compiling crossbeam-channel v0.5.13 |
797 | 2024-11-02T03:13:32.313Z | Compiling darling v0.20.10 |
798 | 2024-11-02T03:13:33.364Z | Compiling term v0.7.0 |
799 | 2024-11-02T03:13:33.754Z | Compiling progenitor-client v0.8.0 |
800 | 2024-11-02T03:13:34.690Z | Compiling toml_edit v0.22.22 |
801 | 2024-11-02T03:13:38.934Z | Compiling usdt-attr-macro v0.5.0 |
802 | 2024-11-02T03:13:40.357Z | Compiling usdt-macro v0.5.0 |
803 | 2024-11-02T03:13:41.675Z | Compiling slog-json v2.6.1 |
804 | 2024-11-02T03:13:42.129Z | Compiling futures-executor v0.3.31 |
805 | 2024-11-02T03:13:42.376Z | Compiling async-stream-impl v0.3.6 |
806 | 2024-11-02T03:13:43.234Z | Compiling memmap v0.7.0 |
807 | 2024-11-02T03:13:43.675Z | Compiling is-terminal v0.4.13 |
808 | 2024-11-02T03:13:43.683Z | Compiling dropshot v0.12.0 |
809 | 2024-11-02T03:13:43.793Z | Compiling cpufeatures v0.2.14 |
810 | 2024-11-02T03:13:43.890Z | Compiling take_mut v0.2.2 |
811 | 2024-11-02T03:13:44.079Z | Compiling sha1 v0.10.6 |
812 | 2024-11-02T03:13:44.866Z | Compiling slog-term v2.9.1 |
813 | 2024-11-02T03:13:45.281Z | Compiling progenitor v0.8.0 |
814 | 2024-11-02T03:13:45.458Z | Compiling async-stream v0.3.6 |
815 | 2024-11-02T03:13:45.759Z | Compiling usdt v0.5.0 |
816 | 2024-11-02T03:13:47.249Z | Compiling futures v0.3.31 |
817 | 2024-11-02T03:13:47.360Z | Compiling slog-bunyan v2.5.0 |
818 | 2024-11-02T03:13:47.418Z | Compiling tokio-rustls v0.25.0 |
819 | 2024-11-02T03:13:47.627Z | Compiling toml v0.8.19 |
820 | 2024-11-02T03:13:47.667Z | Compiling strum_macros v0.26.4 |
821 | 2024-11-02T03:13:47.846Z | Compiling serde_with_macros v3.11.0 |
822 | 2024-11-02T03:13:50.400Z | Compiling parse-display-derive v0.10.0 |
823 | 2024-11-02T03:13:51.974Z | Compiling rand v0.8.5 |
824 | 2024-11-02T03:13:55.703Z | Compiling ipnetwork v0.20.0 |
825 | 2024-11-02T03:13:56.231Z | Compiling dropshot_endpoint v0.12.0 |
826 | 2024-11-02T03:13:56.934Z | Compiling hex v0.4.3 |
827 | 2024-11-02T03:13:57.362Z | Compiling serde_path_to_error v0.1.16 |
828 | 2024-11-02T03:13:57.616Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
829 | 2024-11-02T03:13:58.396Z | Compiling async-trait v0.1.83 |
830 | 2024-11-02T03:13:58.462Z | Compiling waitgroup v0.1.2 |
831 | 2024-11-02T03:13:58.698Z | Compiling hostname v0.4.0 |
832 | 2024-11-02T03:13:58.954Z | Compiling instant v0.1.13 |
833 | 2024-11-02T03:13:59.097Z | Compiling debug-ignore v1.0.5 |
834 | 2024-11-02T03:13:59.242Z | Compiling backoff v0.4.0 |
835 | 2024-11-02T03:13:59.559Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
836 | 2024-11-02T03:13:59.760Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
837 | 2024-11-02T03:13:59.919Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
838 | 2024-11-02T03:14:00.292Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
839 | 2024-11-02T03:14:00.632Z | Compiling parse-display v0.10.0 |
840 | 2024-11-02T03:14:00.838Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
841 | 2024-11-02T03:14:02.660Z | Compiling strum v0.26.3 |
842 | 2024-11-02T03:14:02.837Z | Compiling serde_with v3.11.0 |
843 | 2024-11-02T03:14:03.476Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
844 | 2024-11-02T03:14:04.300Z | Compiling macaddr v1.0.1 |
845 | 2024-11-02T03:14:04.889Z | Compiling regress v0.9.1 |
846 | 2024-11-02T03:14:09.785Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
847 | 2024-11-02T03:14:20.027Z | Compiling test-project v0.1.0 (/tmp/test-project) |
848 | 2024-11-02T03:14:29.671Z | Finished `release` profile [optimized] target(s) in 2m 26s |
849 | 2024-11-02T03:14:29.731Z | process exited: duration 221705 ms, exit code 0 |
|
850 | 2024-11-02T03:14:29.738Z | found 0 output files |