|
|
|
1 | 2024-11-01T03:18:16.716Z | job assigned to worker 01JBJVMD3CXHE0HGFSEQGQVZF3 (queued for 11 m 15 s) |
|
2 | 2024-11-01T03:18:25.101Z | starting task 0: "setup" |
3 | 2024-11-01T03:18:25.110Z | ++ uname -s |
4 | 2024-11-01T03:18:25.112Z | + kern=SunOS |
5 | 2024-11-01T03:18:25.112Z | + case "$kern" in |
6 | 2024-11-01T03:18:25.112Z | + [[ 0 == 12345 ]] |
7 | 2024-11-01T03:18:25.112Z | + groupadd -g 12345 build |
8 | 2024-11-01T03:18:25.115Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-11-01T03:18:27.124Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-11-01T03:18:27.225Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-11-01T03:18:27.227Z | + home_fs=zfs |
12 | 2024-11-01T03:18:27.227Z | + [[ zfs == autofs ]] |
13 | 2024-11-01T03:18:27.227Z | + mkdir -p /home/build |
14 | 2024-11-01T03:18:27.229Z | + chown build:build /home/build /work |
15 | 2024-11-01T03:18:29.231Z | + chmod 0700 /home/build /work |
16 | 2024-11-01T03:18:29.234Z | process exited: duration 4132 ms, exit code 0 |
|
17 | 2024-11-01T03:18:29.239Z | starting task 1: "rust-toolchain" |
18 | 2024-11-01T03:18:29.244Z | + printf ' * toolchain channel = "%s" |
19 | 2024-11-01T03:18:29.244Z | * toolchain channel = "1.82.0" |
20 | 2024-11-01T03:18:29.244Z | ' 1.82.0 |
21 | 2024-11-01T03:18:29.244Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-01T03:18:29.244Z | ' default |
23 | 2024-11-01T03:18:29.244Z | * toolchain profile = "default" |
24 | 2024-11-01T03:18:29.247Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-11-01T03:18:29.247Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
26 | 2024-11-01T03:18:29.402Z | info: downloading installer |
27 | 2024-11-01T03:18:30.568Z | info: profile set to 'default' |
28 | 2024-11-01T03:18:30.568Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-11-01T03:18:30.568Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
30 | 2024-11-01T03:18:30.700Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-11-01T03:18:30.700Z | info: downloading component 'cargo' |
32 | 2024-11-01T03:18:31.347Z | info: downloading component 'clippy' |
33 | 2024-11-01T03:18:31.597Z | info: downloading component 'rust-docs' |
34 | 2024-11-01T03:18:32.506Z | info: downloading component 'rust-std' |
35 | 2024-11-01T03:18:33.952Z | info: downloading component 'rustc' |
36 | 2024-11-01T03:18:39.068Z | info: downloading component 'rustfmt' |
37 | 2024-11-01T03:18:39.252Z | info: installing component 'cargo' |
38 | 2024-11-01T03:18:40.079Z | info: installing component 'clippy' |
39 | 2024-11-01T03:18:40.473Z | info: installing component 'rust-docs' |
40 | 2024-11-01T03:18:42.095Z | info: installing component 'rust-std' |
41 | 2024-11-01T03:18:44.047Z | info: installing component 'rustc' |
42 | 2024-11-01T03:18:50.135Z | info: installing component 'rustfmt' |
43 | 2024-11-01T03:18:50.476Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
44 | 2024-11-01T03:18:50.476Z | |
45 | 2024-11-01T03:18:50.851Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-11-01T03:18:50.851Z | |
47 | 2024-11-01T03:18:50.855Z | |
48 | 2024-11-01T03:18:50.855Z | Rust is installed now. Great! |
49 | 2024-11-01T03:18:50.855Z | |
50 | 2024-11-01T03:18:50.855Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-11-01T03:18:50.855Z | environment variable. This has not been done automatically. |
52 | 2024-11-01T03:18:50.855Z | |
53 | 2024-11-01T03:18:50.855Z | To configure your current shell, you need to source |
54 | 2024-11-01T03:18:50.855Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-11-01T03:18:50.855Z | |
56 | 2024-11-01T03:18:50.855Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-11-01T03:18:50.855Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-11-01T03:18:50.855Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-11-01T03:18:50.924Z | + rustc --version |
60 | 2024-11-01T03:18:50.989Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-11-01T03:18:50.992Z | process exited: duration 21749 ms, exit code 0 |
|
62 | 2024-11-01T03:18:50.997Z | starting task 2: "authentication" |
63 | 2024-11-01T03:18:51.018Z | process exited: duration 20 ms, exit code 0 |
|
64 | 2024-11-01T03:18:51.023Z | starting task 3: "clone repository" |
65 | 2024-11-01T03:18:51.028Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-11-01T03:18:51.030Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-11-01T03:18:51.749Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-11-01T03:18:59.349Z | + cd /work/oxidecomputer/omicron |
69 | 2024-11-01T03:18:59.349Z | + git fetch origin 42f442e0c7dce686d5c5bb698c20d37baec1cc8d |
70 | 2024-11-01T03:18:59.643Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-11-01T03:18:59.643Z | * branch 42f442e0c7dce686d5c5bb698c20d37baec1cc8d -> FETCH_HEAD |
72 | 2024-11-01T03:18:59.653Z | + [[ -n renovate/unicode-width-0.x ]] |
73 | 2024-11-01T03:18:59.656Z | ++ git branch --show-current |
74 | 2024-11-01T03:18:59.661Z | + current=main |
75 | 2024-11-01T03:18:59.661Z | + [[ main != renovate/unicode-width-0.x ]] |
76 | 2024-11-01T03:18:59.661Z | + git branch -f renovate/unicode-width-0.x 42f442e0c7dce686d5c5bb698c20d37baec1cc8d |
77 | 2024-11-01T03:18:59.663Z | + git checkout -f renovate/unicode-width-0.x |
78 | 2024-11-01T03:18:59.828Z | Switched to branch 'renovate/unicode-width-0.x' |
79 | 2024-11-01T03:18:59.831Z | + git reset --hard 42f442e0c7dce686d5c5bb698c20d37baec1cc8d |
80 | 2024-11-01T03:18:59.843Z | HEAD is now at 42f442e0c Update Rust crate unicode-width to 0.2.0 |
81 | 2024-11-01T03:18:59.846Z | process exited: duration 8819 ms, exit code 0 |
|
82 | 2024-11-01T03:18:59.851Z | starting task 4: "build" |
83 | 2024-11-01T03:18:59.856Z | + source .github/buildomat/ci-env.sh |
84 | 2024-11-01T03:18:59.856Z | ++ export CARGO_TERM_COLOR=always |
85 | 2024-11-01T03:18:59.857Z | ++ CARGO_TERM_COLOR=always |
86 | 2024-11-01T03:18:59.857Z | + cargo --version |
87 | 2024-11-01T03:18:59.915Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
88 | 2024-11-01T03:18:59.918Z | + rustc --version |
89 | 2024-11-01T03:18:59.980Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
90 | 2024-11-01T03:18:59.983Z | + cd /tmp |
91 | 2024-11-01T03:18:59.983Z | + cargo new --lib test-project |
92 | 2024-11-01T03:19:00.042Z | Creating library `test-project` package |
93 | 2024-11-01T03:19:00.121Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
94 | 2024-11-01T03:19:00.124Z | + cd test-project |
95 | 2024-11-01T03:19:00.124Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
96 | 2024-11-01T03:19:00.184Z | Adding omicron-common (local) to dependencies |
97 | 2024-11-01T03:19:00.184Z | Features: |
98 | 2024-11-01T03:19:00.184Z | - proptest |
99 | 2024-11-01T03:19:00.184Z | - test-strategy |
100 | 2024-11-01T03:19:00.184Z | - testing |
101 | 2024-11-01T03:19:00.186Z | Updating crates.io index |
102 | 2024-11-01T03:19:00.263Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
103 | 2024-11-01T03:19:01.005Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2024-11-01T03:19:01.694Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
105 | 2024-11-01T03:19:02.120Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
106 | 2024-11-01T03:19:03.565Z | Locking 301 packages to latest compatible versions |
107 | 2024-11-01T03:19:03.568Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
108 | 2024-11-01T03:19:03.568Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
109 | 2024-11-01T03:19:03.568Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
110 | 2024-11-01T03:19:03.568Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
111 | 2024-11-01T03:19:03.571Z | Adding goblin v0.8.2 (latest: v0.9.2) |
112 | 2024-11-01T03:19:03.571Z | Adding hashbrown v0.12.3 (latest: v0.15.0) |
113 | 2024-11-01T03:19:03.571Z | Adding hashbrown v0.14.5 (latest: v0.15.0) |
114 | 2024-11-01T03:19:03.571Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
115 | 2024-11-01T03:19:03.571Z | Adding hostname v0.3.1 (latest: v0.4.0) |
116 | 2024-11-01T03:19:03.571Z | Adding idna v0.5.0 (latest: v1.0.2) |
117 | 2024-11-01T03:19:03.571Z | Adding indexmap v1.9.3 (latest: v2.6.0) |
118 | 2024-11-01T03:19:03.574Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
119 | 2024-11-01T03:19:03.574Z | Adding regress v0.9.1 (latest: v0.10.1) |
120 | 2024-11-01T03:19:03.580Z | Adding rustls v0.22.4 (latest: v0.23.16) |
121 | 2024-11-01T03:19:03.584Z | Adding security-framework v2.11.1 (latest: v3.0.0) |
122 | 2024-11-01T03:19:03.587Z | Adding term v0.7.0 (latest: v1.0.0) |
123 | 2024-11-01T03:19:03.587Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
124 | 2024-11-01T03:19:03.587Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
125 | 2024-11-01T03:19:03.590Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
126 | 2024-11-01T03:19:03.590Z | Adding windows v0.52.0 (latest: v0.58.0) |
127 | 2024-11-01T03:19:03.590Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
128 | 2024-11-01T03:19:03.590Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
129 | 2024-11-01T03:19:03.590Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
130 | 2024-11-01T03:19:03.590Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
131 | 2024-11-01T03:19:03.591Z | Adding zerocopy v0.7.35 (latest: v0.8.7) |
132 | 2024-11-01T03:19:03.591Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.7) |
133 | 2024-11-01T03:19:03.659Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
134 | 2024-11-01T03:19:03.662Z | + cargo check |
135 | 2024-11-01T03:19:03.798Z | Updating crates.io index |
136 | 2024-11-01T03:19:04.638Z | Locking 2 packages to latest compatible versions |
137 | 2024-11-01T03:19:08.477Z | Adding omicron-workspace-hack v0.1.0 |
138 | 2024-11-01T03:19:10.748Z | Adding test-project v0.1.0 (/tmp/test-project) |
139 | 2024-11-01T03:19:11.438Z | Downloading crates ... |
140 | 2024-11-01T03:19:11.531Z | Downloaded async-stream-impl v0.3.6 |
141 | 2024-11-01T03:19:11.538Z | Downloaded ahash v0.8.11 |
142 | 2024-11-01T03:19:11.541Z | Downloaded backoff v0.4.0 |
143 | 2024-11-01T03:19:11.543Z | Downloaded allocator-api2 v0.2.18 |
144 | 2024-11-01T03:19:11.546Z | Downloaded async-trait v0.1.83 |
145 | 2024-11-01T03:19:11.550Z | Downloaded tower-service v0.3.3 |
146 | 2024-11-01T03:19:11.553Z | Downloaded num-conv v0.1.0 |
147 | 2024-11-01T03:19:11.553Z | Downloaded match_cfg v0.1.0 |
148 | 2024-11-01T03:19:11.555Z | Downloaded cfg-if v1.0.0 |
149 | 2024-11-01T03:19:11.555Z | Downloaded omicron-workspace-hack v0.1.0 |
150 | 2024-11-01T03:19:11.557Z | Downloaded heck v0.5.0 |
151 | 2024-11-01T03:19:11.557Z | Downloaded foreign-types v0.3.2 |
152 | 2024-11-01T03:19:11.560Z | Downloaded unicode-bidi v0.3.17 |
153 | 2024-11-01T03:19:11.563Z | Downloaded generic-array v0.14.7 |
154 | 2024-11-01T03:19:11.565Z | Downloaded unsafe-libyaml v0.2.11 |
155 | 2024-11-01T03:19:11.567Z | Downloaded progenitor-client v0.8.0 |
156 | 2024-11-01T03:19:11.570Z | Downloaded is-terminal v0.4.13 |
157 | 2024-11-01T03:19:11.572Z | Downloaded try-lock v0.2.5 |
158 | 2024-11-01T03:19:11.572Z | Downloaded mime v0.3.17 |
159 | 2024-11-01T03:19:11.574Z | Downloaded zeroize v1.8.1 |
160 | 2024-11-01T03:19:11.574Z | Downloaded openssl-macros v0.1.1 |
161 | 2024-11-01T03:19:11.577Z | Downloaded typify-macro v0.2.0 |
162 | 2024-11-01T03:19:11.577Z | Downloaded percent-encoding v2.3.1 |
163 | 2024-11-01T03:19:11.579Z | Downloaded scopeguard v1.2.0 |
164 | 2024-11-01T03:19:11.579Z | Downloaded hyper-tls v0.6.0 |
165 | 2024-11-01T03:19:11.582Z | Downloaded dirs-sys-next v0.1.2 |
166 | 2024-11-01T03:19:11.582Z | Downloaded crossbeam-utils v0.8.20 |
167 | 2024-11-01T03:19:11.585Z | Downloaded native-tls v0.2.12 |
168 | 2024-11-01T03:19:11.587Z | Downloaded shlex v1.3.0 |
169 | 2024-11-01T03:19:11.590Z | Downloaded parse-display v0.10.0 |
170 | 2024-11-01T03:19:11.593Z | Downloaded futures-channel v0.3.31 |
171 | 2024-11-01T03:19:11.593Z | Downloaded dropshot_endpoint v0.12.0 |
172 | 2024-11-01T03:19:11.596Z | Downloaded scroll_derive v0.12.0 |
173 | 2024-11-01T03:19:11.596Z | Downloaded usdt-attr-macro v0.5.0 |
174 | 2024-11-01T03:19:11.598Z | Downloaded async-stream v0.3.6 |
175 | 2024-11-01T03:19:11.600Z | Downloaded camino v1.1.9 |
176 | 2024-11-01T03:19:11.603Z | Downloaded bitflags v2.6.0 |
177 | 2024-11-01T03:19:11.605Z | Downloaded pest_derive v2.7.14 |
178 | 2024-11-01T03:19:11.608Z | Downloaded serde_derive v1.0.210 |
179 | 2024-11-01T03:19:11.611Z | Downloaded proc-macro2 v1.0.87 |
180 | 2024-11-01T03:19:11.614Z | Downloaded thiserror v1.0.64 |
181 | 2024-11-01T03:19:11.619Z | Downloaded darling_core v0.20.10 |
182 | 2024-11-01T03:19:11.624Z | Downloaded ryu v1.0.18 |
183 | 2024-11-01T03:19:11.628Z | Downloaded tokio-macros v2.4.0 |
184 | 2024-11-01T03:19:11.630Z | Downloaded thread_local v1.1.8 |
185 | 2024-11-01T03:19:11.630Z | Downloaded openssl-sys v0.9.103 |
186 | 2024-11-01T03:19:11.636Z | Downloaded slog-json v2.6.1 |
187 | 2024-11-01T03:19:11.638Z | Downloaded tokio-rustls v0.26.0 |
188 | 2024-11-01T03:19:11.640Z | Downloaded hashbrown v0.14.5 |
189 | 2024-11-01T03:19:11.647Z | Downloaded untrusted v0.9.0 |
190 | 2024-11-01T03:19:11.650Z | Downloaded typify v0.2.0 |
191 | 2024-11-01T03:19:11.652Z | Downloaded usdt v0.5.0 |
192 | 2024-11-01T03:19:11.652Z | Downloaded instant v0.1.13 |
193 | 2024-11-01T03:19:11.654Z | Downloaded serde_yaml v0.9.34+deprecated |
194 | 2024-11-01T03:19:11.658Z | Downloaded foreign-types-shared v0.1.1 |
195 | 2024-11-01T03:19:11.660Z | Downloaded dyn-clone v1.0.17 |
196 | 2024-11-01T03:19:11.663Z | Downloaded rand v0.8.5 |
197 | 2024-11-01T03:19:11.665Z | Downloaded unicode-ident v1.0.13 |
198 | 2024-11-01T03:19:11.668Z | Downloaded tracing-core v0.1.32 |
199 | 2024-11-01T03:19:11.672Z | Downloaded dof v0.3.0 |
200 | 2024-11-01T03:19:11.674Z | Downloaded openssl-probe v0.1.5 |
201 | 2024-11-01T03:19:11.677Z | Downloaded ident_case v1.0.1 |
202 | 2024-11-01T03:19:11.677Z | Downloaded dtrace-parser v0.2.0 |
203 | 2024-11-01T03:19:11.680Z | Downloaded want v0.3.1 |
204 | 2024-11-01T03:19:11.680Z | Downloaded dirs-next v2.0.0 |
205 | 2024-11-01T03:19:11.680Z | Downloaded digest v0.10.7 |
206 | 2024-11-01T03:19:11.683Z | Downloaded pretty-hex v0.4.1 |
207 | 2024-11-01T03:19:11.683Z | Downloaded typenum v1.17.0 |
208 | 2024-11-01T03:19:11.685Z | Downloaded num_threads v0.1.7 |
209 | 2024-11-01T03:19:11.688Z | Downloaded macaddr v1.0.1 |
210 | 2024-11-01T03:19:11.691Z | Downloaded tinyvec v1.8.0 |
211 | 2024-11-01T03:19:11.693Z | Downloaded socket2 v0.5.7 |
212 | 2024-11-01T03:19:11.696Z | Downloaded usdt-macro v0.5.0 |
213 | 2024-11-01T03:19:11.696Z | Downloaded memmap v0.7.0 |
214 | 2024-11-01T03:19:11.699Z | Downloaded futures-task v0.3.31 |
215 | 2024-11-01T03:19:11.699Z | Downloaded strum v0.26.3 |
216 | 2024-11-01T03:19:11.701Z | Downloaded byteorder v1.5.0 |
217 | 2024-11-01T03:19:11.701Z | Downloaded waitgroup v0.1.2 |
218 | 2024-11-01T03:19:11.703Z | Downloaded itoa v1.0.11 |
219 | 2024-11-01T03:19:11.703Z | Downloaded darling v0.20.10 |
220 | 2024-11-01T03:19:11.708Z | Downloaded powerfmt v0.2.0 |
221 | 2024-11-01T03:19:11.711Z | Downloaded tinyvec_macros v0.1.1 |
222 | 2024-11-01T03:19:11.711Z | Downloaded hostname v0.3.1 |
223 | 2024-11-01T03:19:11.713Z | Downloaded slog-bunyan v2.5.0 |
224 | 2024-11-01T03:19:11.715Z | Downloaded futures-macro v0.3.31 |
225 | 2024-11-01T03:19:11.715Z | Downloaded time-core v0.1.2 |
226 | 2024-11-01T03:19:11.717Z | Downloaded ipnet v2.10.1 |
227 | 2024-11-01T03:19:11.717Z | Downloaded sync_wrapper v1.0.1 |
228 | 2024-11-01T03:19:11.720Z | Downloaded plain v0.2.3 |
229 | 2024-11-01T03:19:11.720Z | Downloaded ipnetwork v0.20.0 |
230 | 2024-11-01T03:19:11.722Z | Downloaded rand_core v0.6.4 |
231 | 2024-11-01T03:19:11.725Z | Downloaded newtype-uuid v1.1.2 |
232 | 2024-11-01T03:19:11.725Z | Downloaded pkg-config v0.3.31 |
233 | 2024-11-01T03:19:11.728Z | Downloaded take_mut v0.2.2 |
234 | 2024-11-01T03:19:11.728Z | Downloaded tracing v0.1.40 |
235 | 2024-11-01T03:19:11.732Z | Downloaded ucd-trie v0.1.7 |
236 | 2024-11-01T03:19:11.734Z | Downloaded toml_edit v0.22.22 |
237 | 2024-11-01T03:19:11.756Z | Downloaded strsim v0.11.1 |
238 | 2024-11-01T03:19:11.759Z | Downloaded slog-async v2.8.0 |
239 | 2024-11-01T03:19:11.759Z | Downloaded tokio-native-tls v0.3.1 |
240 | 2024-11-01T03:19:11.762Z | Downloaded structmeta-derive v0.3.0 |
241 | 2024-11-01T03:19:11.762Z | Downloaded sha1 v0.10.6 |
242 | 2024-11-01T03:19:11.764Z | Downloaded thiserror-impl v1.0.64 |
243 | 2024-11-01T03:19:11.766Z | Downloaded thread-id v4.2.2 |
244 | 2024-11-01T03:19:11.767Z | Downloaded serde_urlencoded v0.7.1 |
245 | 2024-11-01T03:19:11.780Z | Downloaded serde_spanned v0.6.8 |
246 | 2024-11-01T03:19:11.780Z | Downloaded scroll v0.12.0 |
247 | 2024-11-01T03:19:11.780Z | Downloaded rustc-hash v2.0.0 |
248 | 2024-11-01T03:19:11.780Z | Downloaded subtle v2.6.1 |
249 | 2024-11-01T03:19:11.780Z | Downloaded pest_generator v2.7.14 |
250 | 2024-11-01T03:19:11.780Z | Downloaded log v0.4.22 |
251 | 2024-11-01T03:19:11.780Z | Downloaded indexmap v1.9.3 |
252 | 2024-11-01T03:19:11.780Z | Downloaded tokio-rustls v0.25.0 |
253 | 2024-11-01T03:19:11.794Z | Downloaded url v2.5.2 |
254 | 2024-11-01T03:19:11.794Z | Downloaded term v0.7.0 |
255 | 2024-11-01T03:19:11.794Z | Downloaded parking_lot_core v0.9.10 |
256 | 2024-11-01T03:19:11.794Z | Downloaded hyper-rustls v0.27.3 |
257 | 2024-11-01T03:19:11.794Z | Downloaded serde_derive_internals v0.29.1 |
258 | 2024-11-01T03:19:11.798Z | Downloaded rustls-pemfile v2.2.0 |
259 | 2024-11-01T03:19:11.798Z | Downloaded slog v2.7.0 |
260 | 2024-11-01T03:19:11.815Z | Downloaded spin v0.9.8 |
261 | 2024-11-01T03:19:11.815Z | Downloaded structmeta v0.3.0 |
262 | 2024-11-01T03:19:11.815Z | Downloaded time-macros v0.2.18 |
263 | 2024-11-01T03:19:11.815Z | Downloaded slog-term v2.9.1 |
264 | 2024-11-01T03:19:11.819Z | Downloaded uuid v1.10.0 |
265 | 2024-11-01T03:19:11.819Z | Downloaded hyper-util v0.1.9 |
266 | 2024-11-01T03:19:11.819Z | Downloaded pest_meta v2.7.14 |
267 | 2024-11-01T03:19:11.820Z | Downloaded http v1.1.0 |
268 | 2024-11-01T03:19:11.833Z | Downloaded strum_macros v0.26.4 |
269 | 2024-11-01T03:19:11.833Z | Downloaded memchr v2.7.4 |
270 | 2024-11-01T03:19:11.836Z | Downloaded crossbeam-channel v0.5.13 |
271 | 2024-11-01T03:19:11.836Z | Downloaded schemars v0.8.21 |
272 | 2024-11-01T03:19:11.849Z | Downloaded serde_with v3.11.0 |
273 | 2024-11-01T03:19:11.857Z | Downloaded unicode-normalization v0.1.24 |
274 | 2024-11-01T03:19:11.860Z | Downloaded idna v0.5.0 |
275 | 2024-11-01T03:19:11.867Z | Downloaded serde v1.0.210 |
276 | 2024-11-01T03:19:11.871Z | Downloaded hashbrown v0.15.0 |
277 | 2024-11-01T03:19:11.876Z | Downloaded hashbrown v0.12.3 |
278 | 2024-11-01T03:19:11.880Z | Downloaded tokio-util v0.7.12 |
279 | 2024-11-01T03:19:11.887Z | Downloaded rustls-webpki v0.102.8 |
280 | 2024-11-01T03:19:11.906Z | Downloaded time v0.3.36 |
281 | 2024-11-01T03:19:11.912Z | Downloaded syn v2.0.79 |
282 | 2024-11-01T03:19:11.923Z | Downloaded serde_json v1.0.128 |
283 | 2024-11-01T03:19:11.930Z | Downloaded regex v1.11.0 |
284 | 2024-11-01T03:19:11.943Z | Downloaded openapiv3 v2.0.0 |
285 | 2024-11-01T03:19:11.955Z | Downloaded openssl v0.10.66 |
286 | 2024-11-01T03:19:11.964Z | Downloaded reqwest v0.12.8 |
287 | 2024-11-01T03:19:11.971Z | Downloaded dropshot v0.12.0 |
288 | 2024-11-01T03:19:11.990Z | Downloaded rustls v0.23.14 |
289 | 2024-11-01T03:19:12.001Z | Downloaded regress v0.9.1 |
290 | 2024-11-01T03:19:12.009Z | Downloaded quinn-proto v0.11.8 |
291 | 2024-11-01T03:19:12.015Z | Downloaded webpki-roots v0.26.6 |
292 | 2024-11-01T03:19:12.019Z | Downloaded pest v2.7.14 |
293 | 2024-11-01T03:19:12.024Z | Downloaded chrono v0.4.38 |
294 | 2024-11-01T03:19:12.031Z | Downloaded rustls v0.22.4 |
295 | 2024-11-01T03:19:12.044Z | Downloaded zerocopy v0.7.35 |
296 | 2024-11-01T03:19:12.058Z | Downloaded regress v0.10.1 |
297 | 2024-11-01T03:19:12.067Z | Downloaded vcpkg v0.2.15 |
298 | 2024-11-01T03:19:12.102Z | Downloaded h2 v0.4.6 |
299 | 2024-11-01T03:19:12.108Z | Downloaded futures-util v0.3.31 |
300 | 2024-11-01T03:19:12.119Z | Downloaded rustls-pki-types v1.9.0 |
301 | 2024-11-01T03:19:12.122Z | Downloaded regex-syntax v0.8.5 |
302 | 2024-11-01T03:19:12.130Z | Downloaded mio v1.0.2 |
303 | 2024-11-01T03:19:12.135Z | Downloaded typify-impl v0.2.0 |
304 | 2024-11-01T03:19:12.149Z | Downloaded toml v0.8.19 |
305 | 2024-11-01T03:19:12.153Z | Downloaded winnow v0.6.20 |
306 | 2024-11-01T03:19:12.161Z | Downloaded aho-corasick v1.1.3 |
307 | 2024-11-01T03:19:12.165Z | Downloaded progenitor-impl v0.8.0 |
308 | 2024-11-01T03:19:12.168Z | Downloaded cc v1.1.30 |
309 | 2024-11-01T03:19:12.171Z | Downloaded slab v0.4.9 |
310 | 2024-11-01T03:19:12.173Z | Downloaded signal-hook-registry v1.4.2 |
311 | 2024-11-01T03:19:12.175Z | Downloaded sha2 v0.10.8 |
312 | 2024-11-01T03:19:12.178Z | Downloaded serde_with_macros v3.11.0 |
313 | 2024-11-01T03:19:12.178Z | Downloaded parking_lot v0.12.3 |
314 | 2024-11-01T03:19:12.180Z | Downloaded progenitor v0.8.0 |
315 | 2024-11-01T03:19:12.182Z | Downloaded regex-automata v0.4.8 |
316 | 2024-11-01T03:19:12.197Z | Downloaded num-traits v0.2.19 |
317 | 2024-11-01T03:19:12.200Z | Downloaded smallvec v1.13.2 |
318 | 2024-11-01T03:19:12.203Z | Downloaded libc v0.2.161 |
319 | 2024-11-01T03:19:12.227Z | Downloaded semver v1.0.23 |
320 | 2024-11-01T03:19:12.229Z | Downloaded quote v1.0.37 |
321 | 2024-11-01T03:19:12.232Z | Downloaded tokio v1.40.0 |
322 | 2024-11-01T03:19:12.265Z | Downloaded iana-time-zone v0.1.61 |
323 | 2024-11-01T03:19:12.267Z | Downloaded futures v0.3.31 |
324 | 2024-11-01T03:19:12.271Z | Downloaded futures-executor v0.3.31 |
325 | 2024-11-01T03:19:12.274Z | Downloaded futures-core v0.3.31 |
326 | 2024-11-01T03:19:12.276Z | Downloaded zerocopy-derive v0.7.35 |
327 | 2024-11-01T03:19:12.279Z | Downloaded httparse v1.9.5 |
328 | 2024-11-01T03:19:12.282Z | Downloaded serde_path_to_error v0.1.16 |
329 | 2024-11-01T03:19:12.286Z | Downloaded schemars_derive v0.8.21 |
330 | 2024-11-01T03:19:12.286Z | Downloaded rustversion v1.0.17 |
331 | 2024-11-01T03:19:12.288Z | Downloaded progenitor-macro v0.8.0 |
332 | 2024-11-01T03:19:12.288Z | Downloaded once_cell v1.20.2 |
333 | 2024-11-01T03:19:12.290Z | Downloaded multer v3.1.0 |
334 | 2024-11-01T03:19:12.293Z | Downloaded goblin v0.8.2 |
335 | 2024-11-01T03:19:12.297Z | Downloaded getrandom v0.2.15 |
336 | 2024-11-01T03:19:12.300Z | Downloaded paste v1.0.15 |
337 | 2024-11-01T03:19:12.303Z | Downloaded usdt-impl v0.5.0 |
338 | 2024-11-01T03:19:12.306Z | Downloaded httpdate v1.0.3 |
339 | 2024-11-01T03:19:12.306Z | Downloaded rand_chacha v0.3.1 |
340 | 2024-11-01T03:19:12.309Z | Downloaded ppv-lite86 v0.2.20 |
341 | 2024-11-01T03:19:12.309Z | Downloaded pin-utils v0.1.0 |
342 | 2024-11-01T03:19:12.312Z | Downloaded parse-display-derive v0.10.0 |
343 | 2024-11-01T03:19:12.312Z | Downloaded version_check v0.9.5 |
344 | 2024-11-01T03:19:12.312Z | Downloaded hex v0.4.3 |
345 | 2024-11-01T03:19:12.314Z | Downloaded futures-io v0.3.31 |
346 | 2024-11-01T03:19:12.314Z | Downloaded http-body v1.0.1 |
347 | 2024-11-01T03:19:12.314Z | Downloaded debug-ignore v1.0.5 |
348 | 2024-11-01T03:19:12.317Z | Downloaded block-buffer v0.10.4 |
349 | 2024-11-01T03:19:12.317Z | Downloaded fnv v1.0.7 |
350 | 2024-11-01T03:19:12.317Z | Downloaded crypto-common v0.1.6 |
351 | 2024-11-01T03:19:12.320Z | Downloaded hyper v1.4.1 |
352 | 2024-11-01T03:19:12.323Z | Downloaded equivalent v1.0.1 |
353 | 2024-11-01T03:19:12.326Z | Downloaded darling_macro v0.20.10 |
354 | 2024-11-01T03:19:12.326Z | Downloaded deranged v0.3.11 |
355 | 2024-11-01T03:19:12.328Z | Downloaded base64 v0.22.1 |
356 | 2024-11-01T03:19:12.330Z | Downloaded quinn v0.11.5 |
357 | 2024-11-01T03:19:12.333Z | Downloaded encoding_rs v0.8.34 |
358 | 2024-11-01T03:19:12.352Z | Downloaded pin-project-lite v0.2.14 |
359 | 2024-11-01T03:19:12.356Z | Downloaded indexmap v2.6.0 |
360 | 2024-11-01T03:19:12.360Z | Downloaded bytes v1.7.2 |
361 | 2024-11-01T03:19:12.363Z | Downloaded anyhow v1.0.89 |
362 | 2024-11-01T03:19:12.367Z | Downloaded serde_tokenstream v0.2.2 |
363 | 2024-11-01T03:19:12.370Z | Downloaded quinn-udp v0.5.5 |
364 | 2024-11-01T03:19:12.370Z | Downloaded atomic-waker v1.1.2 |
365 | 2024-11-01T03:19:12.379Z | Downloaded autocfg v1.4.0 |
366 | 2024-11-01T03:19:12.379Z | Downloaded lock_api v0.4.12 |
367 | 2024-11-01T03:19:12.379Z | Downloaded hostname v0.4.0 |
368 | 2024-11-01T03:19:12.379Z | Downloaded toml_datetime v0.6.8 |
369 | 2024-11-01T03:19:12.379Z | Downloaded http-body-util v0.1.2 |
370 | 2024-11-01T03:19:12.379Z | Downloaded cpufeatures v0.2.14 |
371 | 2024-11-01T03:19:12.379Z | Downloaded futures-sink v0.3.31 |
372 | 2024-11-01T03:19:12.379Z | Downloaded form_urlencoded v1.2.1 |
373 | 2024-11-01T03:19:12.524Z | Downloaded ring v0.17.8 |
374 | 2024-11-01T03:19:12.840Z | Compiling proc-macro2 v1.0.87 |
375 | 2024-11-01T03:19:12.840Z | Compiling unicode-ident v1.0.13 |
376 | 2024-11-01T03:19:12.840Z | Compiling libc v0.2.161 |
377 | 2024-11-01T03:19:12.840Z | Checking cfg-if v1.0.0 |
378 | 2024-11-01T03:19:12.843Z | Compiling autocfg v1.4.0 |
379 | 2024-11-01T03:19:12.843Z | Compiling serde v1.0.210 |
380 | 2024-11-01T03:19:12.863Z | Compiling version_check v0.9.5 |
381 | 2024-11-01T03:19:12.865Z | Checking memchr v2.7.4 |
382 | 2024-11-01T03:19:12.979Z | Checking itoa v1.0.11 |
383 | 2024-11-01T03:19:13.028Z | Compiling serde_json v1.0.128 |
384 | 2024-11-01T03:19:13.492Z | Compiling thiserror v1.0.64 |
385 | 2024-11-01T03:19:13.633Z | Checking once_cell v1.20.2 |
386 | 2024-11-01T03:19:13.648Z | Compiling shlex v1.3.0 |
387 | 2024-11-01T03:19:13.839Z | Compiling cc v1.1.30 |
388 | 2024-11-01T03:19:14.521Z | Checking pin-project-lite v0.2.14 |
389 | 2024-11-01T03:19:14.608Z | Compiling num-traits v0.2.19 |
390 | 2024-11-01T03:19:15.124Z | Checking bytes v1.7.2 |
391 | 2024-11-01T03:19:15.146Z | Checking ryu v1.0.18 |
392 | 2024-11-01T03:19:15.192Z | Checking futures-core v0.3.31 |
393 | 2024-11-01T03:19:15.233Z | Compiling lock_api v0.4.12 |
394 | 2024-11-01T03:19:15.236Z | Compiling parking_lot_core v0.9.10 |
395 | 2024-11-01T03:19:15.236Z | Compiling byteorder v1.5.0 |
396 | 2024-11-01T03:19:15.688Z | Compiling ahash v0.8.11 |
397 | 2024-11-01T03:19:15.723Z | Checking getrandom v0.2.15 |
398 | 2024-11-01T03:19:15.740Z | Checking smallvec v1.13.2 |
399 | 2024-11-01T03:19:15.742Z | Compiling schemars v0.8.21 |
400 | 2024-11-01T03:19:15.773Z | Checking scopeguard v1.2.0 |
401 | 2024-11-01T03:19:15.916Z | Compiling slab v0.4.9 |
402 | 2024-11-01T03:19:16.054Z | Compiling quote v1.0.37 |
403 | 2024-11-01T03:19:16.188Z | Checking log v0.4.22 |
404 | 2024-11-01T03:19:16.206Z | Checking futures-sink v0.3.31 |
405 | 2024-11-01T03:19:16.223Z | Checking signal-hook-registry v1.4.2 |
406 | 2024-11-01T03:19:16.325Z | Checking socket2 v0.5.7 |
407 | 2024-11-01T03:19:16.343Z | Checking mio v1.0.2 |
408 | 2024-11-01T03:19:16.419Z | Compiling syn v2.0.79 |
409 | 2024-11-01T03:19:16.472Z | Checking parking_lot v0.12.3 |
410 | 2024-11-01T03:19:16.474Z | Compiling ring v0.17.8 |
411 | 2024-11-01T03:19:16.623Z | Checking equivalent v1.0.1 |
412 | 2024-11-01T03:19:16.684Z | Checking hashbrown v0.15.0 |
413 | 2024-11-01T03:19:16.703Z | Checking fnv v1.0.7 |
414 | 2024-11-01T03:19:16.724Z | Checking futures-channel v0.3.31 |
415 | 2024-11-01T03:19:16.798Z | Checking futures-io v0.3.31 |
416 | 2024-11-01T03:19:16.820Z | Checking futures-task v0.3.31 |
417 | 2024-11-01T03:19:16.837Z | Checking http v1.1.0 |
418 | 2024-11-01T03:19:16.931Z | Checking pin-utils v0.1.0 |
419 | 2024-11-01T03:19:16.969Z | Checking rustls-pki-types v1.9.0 |
420 | 2024-11-01T03:19:17.014Z | Compiling vcpkg v0.2.15 |
421 | 2024-11-01T03:19:17.051Z | Compiling semver v1.0.23 |
422 | 2024-11-01T03:19:17.070Z | Checking spin v0.9.8 |
423 | 2024-11-01T03:19:17.299Z | Compiling pkg-config v0.3.31 |
424 | 2024-11-01T03:19:17.576Z | Compiling heck v0.5.0 |
425 | 2024-11-01T03:19:17.702Z | Checking iana-time-zone v0.1.61 |
426 | 2024-11-01T03:19:17.828Z | Checking untrusted v0.9.0 |
427 | 2024-11-01T03:19:17.974Z | Compiling httparse v1.9.5 |
428 | 2024-11-01T03:19:17.990Z | Compiling ucd-trie v0.1.7 |
429 | 2024-11-01T03:19:18.353Z | Checking tracing-core v0.1.32 |
430 | 2024-11-01T03:19:18.461Z | Checking dyn-clone v1.0.17 |
431 | 2024-11-01T03:19:18.492Z | Compiling openssl-sys v0.9.103 |
432 | 2024-11-01T03:19:18.594Z | Compiling allocator-api2 v0.2.18 |
433 | 2024-11-01T03:19:18.683Z | Checking atomic-waker v1.1.2 |
434 | 2024-11-01T03:19:18.902Z | Checking tracing v0.1.40 |
435 | 2024-11-01T03:19:19.204Z | Checking http-body v1.0.1 |
436 | 2024-11-01T03:19:19.424Z | Checking subtle v2.6.1 |
437 | 2024-11-01T03:19:19.533Z | Compiling uuid v1.10.0 |
438 | 2024-11-01T03:19:19.584Z | Checking try-lock v0.2.5 |
439 | 2024-11-01T03:19:19.628Z | Checking zeroize v1.8.1 |
440 | 2024-11-01T03:19:19.661Z | Checking want v0.3.1 |
441 | 2024-11-01T03:19:19.823Z | Compiling chrono v0.4.38 |
442 | 2024-11-01T03:19:19.836Z | Compiling slog v2.7.0 |
443 | 2024-11-01T03:19:19.845Z | Checking httpdate v1.0.3 |
444 | 2024-11-01T03:19:19.886Z | Checking foreign-types-shared v0.1.1 |
445 | 2024-11-01T03:19:19.968Z | Compiling openssl v0.10.66 |
446 | 2024-11-01T03:19:20.259Z | Checking foreign-types v0.3.2 |
447 | 2024-11-01T03:19:20.676Z | Compiling aho-corasick v1.1.3 |
448 | 2024-11-01T03:19:20.676Z | Checking tower-service v0.3.3 |
449 | 2024-11-01T03:19:20.677Z | Checking tinyvec_macros v0.1.1 |
450 | 2024-11-01T03:19:20.677Z | Checking percent-encoding v2.3.1 |
451 | 2024-11-01T03:19:20.677Z | Compiling native-tls v0.2.12 |
452 | 2024-11-01T03:19:21.011Z | Compiling typenum v1.17.0 |
453 | 2024-11-01T03:19:21.184Z | Compiling rustls v0.23.14 |
454 | 2024-11-01T03:19:21.481Z | Checking bitflags v2.6.0 |
455 | 2024-11-01T03:19:21.572Z | Compiling regex-syntax v0.8.5 |
456 | 2024-11-01T03:19:21.753Z | Checking form_urlencoded v1.2.1 |
457 | 2024-11-01T03:19:21.809Z | Checking tinyvec v1.8.0 |
458 | 2024-11-01T03:19:22.338Z | Compiling serde_derive_internals v0.29.1 |
459 | 2024-11-01T03:19:22.861Z | Compiling generic-array v0.14.7 |
460 | 2024-11-01T03:19:23.240Z | Checking openssl-probe v0.1.5 |
461 | 2024-11-01T03:19:23.433Z | Checking unicode-normalization v0.1.24 |
462 | 2024-11-01T03:19:24.272Z | Compiling usdt-impl v0.5.0 |
463 | 2024-11-01T03:19:24.636Z | Checking encoding_rs v0.8.34 |
464 | 2024-11-01T03:19:24.746Z | Compiling regex-automata v0.4.8 |
465 | 2024-11-01T03:19:24.936Z | Compiling num-conv v0.1.0 |
466 | 2024-11-01T03:19:25.164Z | Compiling time-core v0.1.2 |
467 | 2024-11-01T03:19:25.332Z | Checking unicode-bidi v0.3.17 |
468 | 2024-11-01T03:19:25.866Z | Checking powerfmt v0.2.0 |
469 | 2024-11-01T03:19:25.968Z | Checking mime v0.3.17 |
470 | 2024-11-01T03:19:26.148Z | Checking deranged v0.3.11 |
471 | 2024-11-01T03:19:26.271Z | Checking idna v0.5.0 |
472 | 2024-11-01T03:19:26.720Z | Compiling time-macros v0.2.18 |
473 | 2024-11-01T03:19:26.958Z | Compiling thread-id v4.2.2 |
474 | 2024-11-01T03:19:26.993Z | Compiling serde_derive v1.0.210 |
475 | 2024-11-01T03:19:27.062Z | Compiling zerocopy-derive v0.7.35 |
476 | 2024-11-01T03:19:27.806Z | Compiling thiserror-impl v1.0.64 |
477 | 2024-11-01T03:19:27.867Z | Compiling schemars_derive v0.8.21 |
478 | 2024-11-01T03:19:28.013Z | Compiling tokio-macros v2.4.0 |
479 | 2024-11-01T03:19:29.212Z | Compiling futures-macro v0.3.31 |
480 | 2024-11-01T03:19:29.277Z | Compiling zerocopy v0.7.35 |
481 | 2024-11-01T03:19:30.552Z | Checking tokio v1.40.0 |
482 | 2024-11-01T03:19:30.640Z | Compiling pest v2.7.14 |
483 | 2024-11-01T03:19:30.976Z | Checking futures-util v0.3.31 |
484 | 2024-11-01T03:19:31.312Z | Compiling hashbrown v0.14.5 |
485 | 2024-11-01T03:19:31.453Z | Compiling openssl-macros v0.1.1 |
486 | 2024-11-01T03:19:32.530Z | Checking rustls-webpki v0.102.8 |
487 | 2024-11-01T03:19:32.606Z | Compiling regress v0.10.1 |
488 | 2024-11-01T03:19:32.712Z | Compiling regex v1.11.0 |
489 | 2024-11-01T03:19:33.339Z | Compiling pest_meta v2.7.14 |
490 | 2024-11-01T03:19:33.711Z | Compiling scroll_derive v0.12.0 |
491 | 2024-11-01T03:19:36.165Z | Compiling pest_generator v2.7.14 |
492 | 2024-11-01T03:19:37.232Z | Checking http-body-util v0.1.2 |
493 | 2024-11-01T03:19:37.300Z | Checking scroll v0.12.0 |
494 | 2024-11-01T03:19:37.752Z | Checking tokio-util v0.7.12 |
495 | 2024-11-01T03:19:37.910Z | Compiling pest_derive v2.7.14 |
496 | 2024-11-01T03:19:37.985Z | Checking tokio-native-tls v0.3.1 |
497 | 2024-11-01T03:19:38.363Z | Checking webpki-roots v0.26.6 |
498 | 2024-11-01T03:19:38.481Z | Checking tokio-rustls v0.26.0 |
499 | 2024-11-01T03:19:38.553Z | Checking rustls-pemfile v2.2.0 |
500 | 2024-11-01T03:19:38.740Z | Compiling dtrace-parser v0.2.0 |
501 | 2024-11-01T03:19:38.779Z | Compiling strsim v0.11.1 |
502 | 2024-11-01T03:19:38.960Z | Checking indexmap v2.6.0 |
503 | 2024-11-01T03:19:40.010Z | Checking serde_urlencoded v0.7.1 |
504 | 2024-11-01T03:19:40.198Z | Checking h2 v0.4.6 |
505 | 2024-11-01T03:19:40.457Z | Checking num_threads v0.1.7 |
506 | 2024-11-01T03:19:40.472Z | Compiling crossbeam-utils v0.8.20 |
507 | 2024-11-01T03:19:40.570Z | Compiling ident_case v1.0.1 |
508 | 2024-11-01T03:19:40.758Z | Checking base64 v0.22.1 |
509 | 2024-11-01T03:19:41.112Z | Compiling serde_tokenstream v0.2.2 |
510 | 2024-11-01T03:19:41.217Z | Checking plain v0.2.3 |
511 | 2024-11-01T03:19:41.358Z | Checking goblin v0.8.2 |
512 | 2024-11-01T03:19:41.847Z | Compiling darling_core v0.20.10 |
513 | 2024-11-01T03:19:42.340Z | Checking time v0.3.36 |
514 | 2024-11-01T03:19:42.647Z | Checking openapiv3 v2.0.0 |
515 | 2024-11-01T03:19:43.458Z | Compiling dof v0.3.0 |
516 | 2024-11-01T03:19:43.905Z | Checking typify-impl v0.2.0 |
517 | 2024-11-01T03:19:44.496Z | Checking hyper v1.4.1 |
518 | 2024-11-01T03:19:46.363Z | Checking url v2.5.2 |
519 | 2024-11-01T03:19:46.389Z | Checking dirs-sys-next v0.1.2 |
520 | 2024-11-01T03:19:46.460Z | Checking sync_wrapper v1.0.1 |
521 | 2024-11-01T03:19:46.578Z | Checking hyper-util v0.1.9 |
522 | 2024-11-01T03:19:46.603Z | Compiling omicron-workspace-hack v0.1.0 |
523 | 2024-11-01T03:19:46.940Z | Compiling rustls v0.22.4 |
524 | 2024-11-01T03:19:46.958Z | Checking ipnet v2.10.1 |
525 | 2024-11-01T03:19:47.124Z | Compiling unsafe-libyaml v0.2.11 |
526 | 2024-11-01T03:19:47.269Z | Compiling paste v1.0.15 |
527 | 2024-11-01T03:19:47.397Z | Compiling rustversion v1.0.17 |
528 | 2024-11-01T03:19:47.468Z | Checking pretty-hex v0.4.1 |
529 | 2024-11-01T03:19:47.849Z | Compiling darling_macro v0.20.10 |
530 | 2024-11-01T03:19:48.273Z | Checking dirs-next v2.0.0 |
531 | 2024-11-01T03:19:48.349Z | Checking hyper-tls v0.6.0 |
532 | 2024-11-01T03:19:48.399Z | Checking hyper-rustls v0.27.3 |
533 | 2024-11-01T03:19:48.470Z | Compiling serde_yaml v0.9.34+deprecated |
534 | 2024-11-01T03:19:48.620Z | Checking toml_datetime v0.6.8 |
535 | 2024-11-01T03:19:48.723Z | Checking reqwest v0.12.8 |
536 | 2024-11-01T03:19:48.778Z | Checking serde_spanned v0.6.8 |
537 | 2024-11-01T03:19:48.849Z | Checking ppv-lite86 v0.2.20 |
538 | 2024-11-01T03:19:48.890Z | Checking block-buffer v0.10.4 |
539 | 2024-11-01T03:19:48.968Z | Checking crypto-common v0.1.6 |
540 | 2024-11-01T03:19:48.993Z | Compiling structmeta-derive v0.3.0 |
541 | 2024-11-01T03:19:49.067Z | Checking rand_core v0.6.4 |
542 | 2024-11-01T03:19:49.128Z | Checking thread_local v1.1.8 |
543 | 2024-11-01T03:19:49.192Z | Compiling multer v3.1.0 |
544 | 2024-11-01T03:19:49.349Z | Compiling newtype-uuid v1.1.2 |
545 | 2024-11-01T03:19:49.419Z | Checking match_cfg v0.1.0 |
546 | 2024-11-01T03:19:49.504Z | Checking winnow v0.6.20 |
547 | 2024-11-01T03:19:49.545Z | Compiling anyhow v1.0.89 |
548 | 2024-11-01T03:19:49.601Z | Compiling camino v1.1.9 |
549 | 2024-11-01T03:19:49.677Z | Compiling slog-async v2.8.0 |
550 | 2024-11-01T03:19:50.206Z | Checking progenitor-client v0.8.0 |
551 | 2024-11-01T03:19:50.274Z | Checking rand_chacha v0.3.1 |
552 | 2024-11-01T03:19:50.360Z | Checking hostname v0.3.1 |
553 | 2024-11-01T03:19:50.493Z | Checking digest v0.10.7 |
554 | 2024-11-01T03:19:50.496Z | Checking crossbeam-channel v0.5.13 |
555 | 2024-11-01T03:19:50.667Z | Compiling darling v0.20.10 |
556 | 2024-11-01T03:19:50.781Z | Checking term v0.7.0 |
557 | 2024-11-01T03:19:51.244Z | Compiling usdt-attr-macro v0.5.0 |
558 | 2024-11-01T03:19:51.382Z | Compiling structmeta v0.3.0 |
559 | 2024-11-01T03:19:51.768Z | Compiling usdt-macro v0.5.0 |
560 | 2024-11-01T03:19:51.909Z | Checking slog-json v2.6.1 |
561 | 2024-11-01T03:19:52.152Z | Checking futures-executor v0.3.31 |
562 | 2024-11-01T03:19:52.187Z | Compiling async-stream-impl v0.3.6 |
563 | 2024-11-01T03:19:52.275Z | Checking is-terminal v0.4.13 |
564 | 2024-11-01T03:19:52.387Z | Checking memmap v0.7.0 |
565 | 2024-11-01T03:19:52.406Z | Compiling dropshot v0.12.0 |
566 | 2024-11-01T03:19:52.570Z | Checking toml_edit v0.22.22 |
567 | 2024-11-01T03:19:52.602Z | Checking take_mut v0.2.2 |
568 | 2024-11-01T03:19:52.633Z | Checking cpufeatures v0.2.14 |
569 | 2024-11-01T03:19:52.716Z | Checking sha1 v0.10.6 |
570 | 2024-11-01T03:19:52.798Z | Checking slog-term v2.9.1 |
571 | 2024-11-01T03:19:52.981Z | Checking futures v0.3.31 |
572 | 2024-11-01T03:19:53.005Z | Checking usdt v0.5.0 |
573 | 2024-11-01T03:19:53.055Z | Compiling strum_macros v0.26.4 |
574 | 2024-11-01T03:19:53.089Z | Checking slog-bunyan v2.5.0 |
575 | 2024-11-01T03:19:53.242Z | Compiling parse-display-derive v0.10.0 |
576 | 2024-11-01T03:19:53.263Z | Compiling serde_with_macros v3.11.0 |
577 | 2024-11-01T03:19:53.280Z | Checking rand v0.8.5 |
578 | 2024-11-01T03:19:53.403Z | Checking async-stream v0.3.6 |
579 | 2024-11-01T03:19:54.374Z | Checking tokio-rustls v0.25.0 |
580 | 2024-11-01T03:19:54.702Z | Checking ipnetwork v0.20.0 |
581 | 2024-11-01T03:19:54.735Z | Compiling dropshot_endpoint v0.12.0 |
582 | 2024-11-01T03:19:55.066Z | Checking serde_path_to_error v0.1.16 |
583 | 2024-11-01T03:19:55.083Z | Checking hex v0.4.3 |
584 | 2024-11-01T03:19:55.283Z | Checking toml v0.8.19 |
585 | 2024-11-01T03:19:55.623Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
586 | 2024-11-01T03:19:55.694Z | Compiling async-trait v0.1.83 |
587 | 2024-11-01T03:19:55.747Z | Checking waitgroup v0.1.2 |
588 | 2024-11-01T03:19:55.885Z | Checking hostname v0.4.0 |
589 | 2024-11-01T03:19:56.023Z | Checking instant v0.1.13 |
590 | 2024-11-01T03:19:56.032Z | Checking debug-ignore v1.0.5 |
591 | 2024-11-01T03:19:56.123Z | Checking backoff v0.4.0 |
592 | 2024-11-01T03:19:56.160Z | Checking serde_with v3.11.0 |
593 | 2024-11-01T03:19:56.373Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
594 | 2024-11-01T03:19:56.414Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
595 | 2024-11-01T03:19:56.513Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
596 | 2024-11-01T03:19:56.563Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
597 | 2024-11-01T03:19:56.842Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
598 | 2024-11-01T03:19:56.885Z | Checking parse-display v0.10.0 |
599 | 2024-11-01T03:19:57.109Z | Checking macaddr v1.0.1 |
600 | 2024-11-01T03:19:57.175Z | Checking regress v0.9.1 |
601 | 2024-11-01T03:19:57.304Z | Checking strum v0.26.3 |
602 | 2024-11-01T03:19:57.726Z | Compiling typify-macro v0.2.0 |
603 | 2024-11-01T03:19:59.698Z | Compiling typify v0.2.0 |
604 | 2024-11-01T03:19:59.781Z | Compiling progenitor-impl v0.8.0 |
605 | 2024-11-01T03:20:02.490Z | Compiling progenitor-macro v0.8.0 |
606 | 2024-11-01T03:20:06.948Z | Checking progenitor v0.8.0 |
607 | 2024-11-01T03:20:07.056Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
608 | 2024-11-01T03:20:09.790Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
609 | 2024-11-01T03:20:16.767Z | Checking test-project v0.1.0 (/tmp/test-project) |
610 | 2024-11-01T03:20:16.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
611 | 2024-11-01T03:20:17.131Z | + cargo build --release |
612 | 2024-11-01T03:20:17.373Z | Compiling proc-macro2 v1.0.87 |
613 | 2024-11-01T03:20:17.373Z | Compiling unicode-ident v1.0.13 |
614 | 2024-11-01T03:20:17.373Z | Compiling libc v0.2.161 |
615 | 2024-11-01T03:20:17.373Z | Compiling cfg-if v1.0.0 |
616 | 2024-11-01T03:20:17.381Z | Compiling autocfg v1.4.0 |
617 | 2024-11-01T03:20:17.381Z | Compiling version_check v0.9.5 |
618 | 2024-11-01T03:20:17.381Z | Compiling serde v1.0.210 |
619 | 2024-11-01T03:20:17.381Z | Compiling memchr v2.7.4 |
620 | 2024-11-01T03:20:17.469Z | Compiling serde_json v1.0.128 |
621 | 2024-11-01T03:20:17.554Z | Compiling itoa v1.0.11 |
622 | 2024-11-01T03:20:17.812Z | Compiling thiserror v1.0.64 |
623 | 2024-11-01T03:20:17.940Z | Compiling once_cell v1.20.2 |
624 | 2024-11-01T03:20:17.961Z | Compiling shlex v1.3.0 |
625 | 2024-11-01T03:20:18.213Z | Compiling cc v1.1.30 |
626 | 2024-11-01T03:20:18.370Z | Compiling num-traits v0.2.19 |
627 | 2024-11-01T03:20:18.695Z | Compiling pin-project-lite v0.2.14 |
628 | 2024-11-01T03:20:18.754Z | Compiling getrandom v0.2.15 |
629 | 2024-11-01T03:20:18.857Z | Compiling bytes v1.7.2 |
630 | 2024-11-01T03:20:18.868Z | Compiling ryu v1.0.18 |
631 | 2024-11-01T03:20:18.985Z | Compiling quote v1.0.37 |
632 | 2024-11-01T03:20:19.083Z | Compiling futures-core v0.3.31 |
633 | 2024-11-01T03:20:19.299Z | Compiling lock_api v0.4.12 |
634 | 2024-11-01T03:20:19.331Z | Compiling ahash v0.8.11 |
635 | 2024-11-01T03:20:19.447Z | Compiling syn v2.0.79 |
636 | 2024-11-01T03:20:19.629Z | Compiling parking_lot_core v0.9.10 |
637 | 2024-11-01T03:20:19.652Z | Compiling byteorder v1.5.0 |
638 | 2024-11-01T03:20:19.704Z | Compiling schemars v0.8.21 |
639 | 2024-11-01T03:20:19.965Z | Compiling scopeguard v1.2.0 |
640 | 2024-11-01T03:20:20.076Z | Compiling smallvec v1.13.2 |
641 | 2024-11-01T03:20:20.112Z | Compiling slab v0.4.9 |
642 | 2024-11-01T03:20:20.128Z | Compiling futures-sink v0.3.31 |
643 | 2024-11-01T03:20:20.273Z | Compiling log v0.4.22 |
644 | 2024-11-01T03:20:20.633Z | Compiling signal-hook-registry v1.4.2 |
645 | 2024-11-01T03:20:20.743Z | Compiling socket2 v0.5.7 |
646 | 2024-11-01T03:20:20.743Z | Compiling mio v1.0.2 |
647 | 2024-11-01T03:20:20.774Z | Compiling hashbrown v0.15.0 |
648 | 2024-11-01T03:20:20.931Z | Compiling parking_lot v0.12.3 |
649 | 2024-11-01T03:20:20.986Z | Compiling ring v0.17.8 |
650 | 2024-11-01T03:20:21.257Z | Compiling fnv v1.0.7 |
651 | 2024-11-01T03:20:21.374Z | Compiling equivalent v1.0.1 |
652 | 2024-11-01T03:20:21.471Z | Compiling http v1.1.0 |
653 | 2024-11-01T03:20:22.025Z | Compiling futures-channel v0.3.31 |
654 | 2024-11-01T03:20:22.162Z | Compiling semver v1.0.23 |
655 | 2024-11-01T03:20:22.255Z | Compiling pin-utils v0.1.0 |
656 | 2024-11-01T03:20:22.290Z | Compiling futures-io v0.3.31 |
657 | 2024-11-01T03:20:22.336Z | Compiling futures-task v0.3.31 |
658 | 2024-11-01T03:20:22.599Z | Compiling spin v0.9.8 |
659 | 2024-11-01T03:20:22.611Z | Compiling vcpkg v0.2.15 |
660 | 2024-11-01T03:20:22.635Z | Compiling heck v0.5.0 |
661 | 2024-11-01T03:20:22.691Z | Compiling pkg-config v0.3.31 |
662 | 2024-11-01T03:20:22.846Z | Compiling rustls-pki-types v1.9.0 |
663 | 2024-11-01T03:20:23.741Z | Compiling ucd-trie v0.1.7 |
664 | 2024-11-01T03:20:23.777Z | Compiling untrusted v0.9.0 |
665 | 2024-11-01T03:20:23.992Z | Compiling httparse v1.9.5 |
666 | 2024-11-01T03:20:24.143Z | Compiling openssl-sys v0.9.103 |
667 | 2024-11-01T03:20:24.162Z | Compiling iana-time-zone v0.1.61 |
668 | 2024-11-01T03:20:28.556Z | Compiling tracing-core v0.1.32 |
669 | 2024-11-01T03:20:28.651Z | Compiling dyn-clone v1.0.17 |
670 | 2024-11-01T03:20:28.651Z | Compiling allocator-api2 v0.2.18 |
671 | 2024-11-01T03:20:28.651Z | Compiling atomic-waker v1.1.2 |
672 | 2024-11-01T03:20:28.651Z | Compiling tracing v0.1.40 |
673 | 2024-11-01T03:20:28.651Z | Compiling http-body v1.0.1 |
674 | 2024-11-01T03:20:28.651Z | Compiling try-lock v0.2.5 |
675 | 2024-11-01T03:20:28.651Z | Compiling serde_derive_internals v0.29.1 |
676 | 2024-11-01T03:20:28.651Z | Compiling chrono v0.4.38 |
677 | 2024-11-01T03:20:28.651Z | Compiling subtle v2.6.1 |
678 | 2024-11-01T03:20:28.651Z | Compiling zeroize v1.8.1 |
679 | 2024-11-01T03:20:28.651Z | Compiling uuid v1.10.0 |
680 | 2024-11-01T03:20:28.652Z | Compiling want v0.3.1 |
681 | 2024-11-01T03:20:28.652Z | Compiling openssl v0.10.66 |
682 | 2024-11-01T03:20:28.652Z | Compiling foreign-types-shared v0.1.1 |
683 | 2024-11-01T03:20:28.652Z | Compiling slog v2.7.0 |
684 | 2024-11-01T03:20:28.652Z | Compiling httpdate v1.0.3 |
685 | 2024-11-01T03:20:28.652Z | Compiling foreign-types v0.3.2 |
686 | 2024-11-01T03:20:28.652Z | Compiling aho-corasick v1.1.3 |
687 | 2024-11-01T03:20:28.709Z | Compiling percent-encoding v2.3.1 |
688 | 2024-11-01T03:20:29.132Z | Compiling rustls v0.23.14 |
689 | 2024-11-01T03:20:29.151Z | Compiling tinyvec_macros v0.1.1 |
690 | 2024-11-01T03:20:29.465Z | Compiling bitflags v2.6.0 |
691 | 2024-11-01T03:20:29.821Z | Compiling regex-syntax v0.8.5 |
692 | 2024-11-01T03:20:29.851Z | Compiling tower-service v0.3.3 |
693 | 2024-11-01T03:20:29.972Z | Compiling typenum v1.17.0 |
694 | 2024-11-01T03:20:30.083Z | Compiling native-tls v0.2.12 |
695 | 2024-11-01T03:20:30.484Z | Compiling tinyvec v1.8.0 |
696 | 2024-11-01T03:20:30.637Z | Compiling form_urlencoded v1.2.1 |
697 | 2024-11-01T03:20:31.069Z | Compiling serde_derive v1.0.210 |
698 | 2024-11-01T03:20:31.099Z | Compiling zerocopy-derive v0.7.35 |
699 | 2024-11-01T03:20:32.004Z | Compiling thiserror-impl v1.0.64 |
700 | 2024-11-01T03:20:32.125Z | Compiling schemars_derive v0.8.21 |
701 | 2024-11-01T03:20:32.202Z | Compiling tokio-macros v2.4.0 |
702 | 2024-11-01T03:20:32.481Z | Compiling futures-macro v0.3.31 |
703 | 2024-11-01T03:20:33.069Z | Compiling zerocopy v0.7.35 |
704 | 2024-11-01T03:20:34.298Z | Compiling tokio v1.40.0 |
705 | 2024-11-01T03:20:34.654Z | Compiling futures-util v0.3.31 |
706 | 2024-11-01T03:20:34.815Z | Compiling pest v2.7.14 |
707 | 2024-11-01T03:20:35.576Z | Compiling hashbrown v0.14.5 |
708 | 2024-11-01T03:20:35.900Z | Compiling openssl-macros v0.1.1 |
709 | 2024-11-01T03:20:36.892Z | Compiling regress v0.10.1 |
710 | 2024-11-01T03:20:37.731Z | Compiling rustls-webpki v0.102.8 |
711 | 2024-11-01T03:20:41.585Z | Compiling pest_meta v2.7.14 |
712 | 2024-11-01T03:20:42.953Z | Compiling pest_generator v2.7.14 |
713 | 2024-11-01T03:20:44.085Z | Compiling tokio-util v0.7.12 |
714 | 2024-11-01T03:20:44.720Z | Compiling indexmap v2.6.0 |
715 | 2024-11-01T03:20:46.495Z | Compiling h2 v0.4.6 |
716 | 2024-11-01T03:20:46.587Z | Compiling pest_derive v2.7.14 |
717 | 2024-11-01T03:20:47.707Z | Compiling serde_tokenstream v0.2.2 |
718 | 2024-11-01T03:20:50.631Z | Compiling regex-automata v0.4.8 |
719 | 2024-11-01T03:20:50.843Z | Compiling generic-array v0.14.7 |
720 | 2024-11-01T03:20:52.472Z | Compiling hyper v1.4.1 |
721 | 2024-11-01T03:20:53.086Z | Compiling typify-impl v0.2.0 |
722 | 2024-11-01T03:20:54.991Z | Compiling openssl-probe v0.1.5 |
723 | 2024-11-01T03:20:55.541Z | Compiling hyper-util v0.1.9 |
724 | 2024-11-01T03:21:00.709Z | Compiling regex v1.11.0 |
725 | 2024-11-01T03:21:01.731Z | Compiling http-body-util v0.1.2 |
726 | 2024-11-01T03:21:02.115Z | Compiling unicode-normalization v0.1.24 |
727 | 2024-11-01T03:21:02.152Z | Compiling scroll_derive v0.12.0 |
728 | 2024-11-01T03:21:03.481Z | Compiling usdt-impl v0.5.0 |
729 | 2024-11-01T03:21:03.663Z | Compiling encoding_rs v0.8.34 |
730 | 2024-11-01T03:21:03.834Z | Compiling powerfmt v0.2.0 |
731 | 2024-11-01T03:21:04.201Z | Compiling typify-macro v0.2.0 |
732 | 2024-11-01T03:21:04.316Z | Compiling unicode-bidi v0.3.17 |
733 | 2024-11-01T03:21:04.331Z | Compiling mime v0.3.17 |
734 | 2024-11-01T03:21:05.405Z | Compiling time-core v0.1.2 |
735 | 2024-11-01T03:21:05.574Z | Compiling num-conv v0.1.0 |
736 | 2024-11-01T03:21:05.849Z | Compiling time-macros v0.2.18 |
737 | 2024-11-01T03:21:07.209Z | Compiling idna v0.5.0 |
738 | 2024-11-01T03:21:08.765Z | Compiling tokio-rustls v0.26.0 |
739 | 2024-11-01T03:21:09.259Z | Compiling deranged v0.3.11 |
740 | 2024-11-01T03:21:11.485Z | Compiling scroll v0.12.0 |
741 | 2024-11-01T03:21:12.785Z | Compiling thread-id v4.2.2 |
742 | 2024-11-01T03:21:12.916Z | Compiling tokio-native-tls v0.3.1 |
743 | 2024-11-01T03:21:13.195Z | Compiling dof v0.3.0 |
744 | 2024-11-01T03:21:13.538Z | Compiling dtrace-parser v0.2.0 |
745 | 2024-11-01T03:21:14.031Z | Compiling serde_urlencoded v0.7.1 |
746 | 2024-11-01T03:21:14.817Z | Compiling rustls-pemfile v2.2.0 |
747 | 2024-11-01T03:21:15.191Z | Compiling webpki-roots v0.26.6 |
748 | 2024-11-01T03:21:16.371Z | Compiling crossbeam-utils v0.8.20 |
749 | 2024-11-01T03:21:16.922Z | Compiling ident_case v1.0.1 |
750 | 2024-11-01T03:21:17.086Z | Compiling omicron-workspace-hack v0.1.0 |
751 | 2024-11-01T03:21:17.416Z | Compiling base64 v0.22.1 |
752 | 2024-11-01T03:21:17.772Z | Compiling plain v0.2.3 |
753 | 2024-11-01T03:21:17.929Z | Compiling num_threads v0.1.7 |
754 | 2024-11-01T03:21:18.047Z | Compiling strsim v0.11.1 |
755 | 2024-11-01T03:21:18.258Z | Compiling time v0.3.36 |
756 | 2024-11-01T03:21:18.493Z | Compiling darling_core v0.20.10 |
757 | 2024-11-01T03:21:21.614Z | Compiling goblin v0.8.2 |
758 | 2024-11-01T03:21:25.415Z | Compiling hyper-rustls v0.27.3 |
759 | 2024-11-01T03:21:27.475Z | Compiling hyper-tls v0.6.0 |
760 | 2024-11-01T03:21:27.996Z | Compiling url v2.5.2 |
761 | 2024-11-01T03:21:28.377Z | Compiling typify v0.2.0 |
762 | 2024-11-01T03:21:28.497Z | Compiling openapiv3 v2.0.0 |
763 | 2024-11-01T03:21:32.722Z | Compiling sync_wrapper v1.0.1 |
764 | 2024-11-01T03:21:32.870Z | Compiling dirs-sys-next v0.1.2 |
765 | 2024-11-01T03:21:33.930Z | Compiling paste v1.0.15 |
766 | 2024-11-01T03:21:33.946Z | Compiling pretty-hex v0.4.1 |
767 | 2024-11-01T03:21:34.176Z | Compiling unsafe-libyaml v0.2.11 |
768 | 2024-11-01T03:21:34.385Z | Compiling rustls v0.22.4 |
769 | 2024-11-01T03:21:34.432Z | Compiling ipnet v2.10.1 |
770 | 2024-11-01T03:21:34.710Z | Compiling rustversion v1.0.17 |
771 | 2024-11-01T03:21:35.422Z | Compiling reqwest v0.12.8 |
772 | 2024-11-01T03:21:35.877Z | Compiling serde_yaml v0.9.34+deprecated |
773 | 2024-11-01T03:21:37.688Z | Compiling dirs-next v2.0.0 |
774 | 2024-11-01T03:21:37.949Z | Compiling progenitor-impl v0.8.0 |
775 | 2024-11-01T03:21:39.540Z | Compiling darling_macro v0.20.10 |
776 | 2024-11-01T03:21:42.406Z | Compiling crypto-common v0.1.6 |
777 | 2024-11-01T03:21:42.610Z | Compiling block-buffer v0.10.4 |
778 | 2024-11-01T03:21:42.835Z | Compiling toml_datetime v0.6.8 |
779 | 2024-11-01T03:21:43.524Z | Compiling serde_spanned v0.6.8 |
780 | 2024-11-01T03:21:43.751Z | Compiling ppv-lite86 v0.2.20 |
781 | 2024-11-01T03:21:43.825Z | Compiling structmeta-derive v0.3.0 |
782 | 2024-11-01T03:21:44.163Z | Compiling rand_core v0.6.4 |
783 | 2024-11-01T03:21:44.670Z | Compiling thread_local v1.1.8 |
784 | 2024-11-01T03:21:44.718Z | Compiling multer v3.1.0 |
785 | 2024-11-01T03:21:44.729Z | Compiling camino v1.1.9 |
786 | 2024-11-01T03:21:45.059Z | Compiling slog-async v2.8.0 |
787 | 2024-11-01T03:21:45.316Z | Compiling winnow v0.6.20 |
788 | 2024-11-01T03:21:45.330Z | Compiling match_cfg v0.1.0 |
789 | 2024-11-01T03:21:45.408Z | Compiling newtype-uuid v1.1.2 |
790 | 2024-11-01T03:21:45.553Z | Compiling anyhow v1.0.89 |
791 | 2024-11-01T03:21:45.796Z | Compiling hostname v0.3.1 |
792 | 2024-11-01T03:21:46.034Z | Compiling rand_chacha v0.3.1 |
793 | 2024-11-01T03:21:46.381Z | Compiling structmeta v0.3.0 |
794 | 2024-11-01T03:21:46.442Z | Compiling progenitor-macro v0.8.0 |
795 | 2024-11-01T03:21:46.633Z | Compiling digest v0.10.7 |
796 | 2024-11-01T03:21:47.043Z | Compiling crossbeam-channel v0.5.13 |
797 | 2024-11-01T03:21:47.761Z | Compiling darling v0.20.10 |
798 | 2024-11-01T03:21:47.862Z | Compiling term v0.7.0 |
799 | 2024-11-01T03:21:49.537Z | Compiling toml_edit v0.22.22 |
800 | 2024-11-01T03:21:52.425Z | Compiling progenitor-client v0.8.0 |
801 | 2024-11-01T03:21:54.566Z | Compiling usdt-macro v0.5.0 |
802 | 2024-11-01T03:21:55.877Z | Compiling usdt-attr-macro v0.5.0 |
803 | 2024-11-01T03:21:56.714Z | Compiling slog-json v2.6.1 |
804 | 2024-11-01T03:21:57.166Z | Compiling futures-executor v0.3.31 |
805 | 2024-11-01T03:21:57.344Z | Compiling async-stream-impl v0.3.6 |
806 | 2024-11-01T03:21:58.260Z | Compiling memmap v0.7.0 |
807 | 2024-11-01T03:21:58.656Z | Compiling is-terminal v0.4.13 |
808 | 2024-11-01T03:21:58.683Z | Compiling dropshot v0.12.0 |
809 | 2024-11-01T03:21:58.774Z | Compiling cpufeatures v0.2.14 |
810 | 2024-11-01T03:21:58.861Z | Compiling take_mut v0.2.2 |
811 | 2024-11-01T03:21:59.092Z | Compiling sha1 v0.10.6 |
812 | 2024-11-01T03:21:59.899Z | Compiling slog-term v2.9.1 |
813 | 2024-11-01T03:22:00.279Z | Compiling progenitor v0.8.0 |
814 | 2024-11-01T03:22:00.465Z | Compiling async-stream v0.3.6 |
815 | 2024-11-01T03:22:00.774Z | Compiling usdt v0.5.0 |
816 | 2024-11-01T03:22:02.283Z | Compiling futures v0.3.31 |
817 | 2024-11-01T03:22:02.392Z | Compiling slog-bunyan v2.5.0 |
818 | 2024-11-01T03:22:02.437Z | Compiling strum_macros v0.26.4 |
819 | 2024-11-01T03:22:02.685Z | Compiling tokio-rustls v0.25.0 |
820 | 2024-11-01T03:22:02.707Z | Compiling toml v0.8.19 |
821 | 2024-11-01T03:22:03.151Z | Compiling serde_with_macros v3.11.0 |
822 | 2024-11-01T03:22:05.793Z | Compiling parse-display-derive v0.10.0 |
823 | 2024-11-01T03:22:08.371Z | Compiling rand v0.8.5 |
824 | 2024-11-01T03:22:10.656Z | Compiling ipnetwork v0.20.0 |
825 | 2024-11-01T03:22:11.466Z | Compiling dropshot_endpoint v0.12.0 |
826 | 2024-11-01T03:22:12.368Z | Compiling hex v0.4.3 |
827 | 2024-11-01T03:22:12.387Z | Compiling serde_path_to_error v0.1.16 |
828 | 2024-11-01T03:22:13.075Z | Compiling async-trait v0.1.83 |
829 | 2024-11-01T03:22:13.413Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
830 | 2024-11-01T03:22:14.209Z | Compiling waitgroup v0.1.2 |
831 | 2024-11-01T03:22:14.441Z | Compiling hostname v0.4.0 |
832 | 2024-11-01T03:22:14.689Z | Compiling instant v0.1.13 |
833 | 2024-11-01T03:22:14.836Z | Compiling debug-ignore v1.0.5 |
834 | 2024-11-01T03:22:14.980Z | Compiling backoff v0.4.0 |
835 | 2024-11-01T03:22:15.311Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
836 | 2024-11-01T03:22:15.359Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
837 | 2024-11-01T03:22:15.495Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
838 | 2024-11-01T03:22:15.612Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
839 | 2024-11-01T03:22:15.701Z | Compiling parse-display v0.10.0 |
840 | 2024-11-01T03:22:16.178Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
841 | 2024-11-01T03:22:17.759Z | Compiling strum v0.26.3 |
842 | 2024-11-01T03:22:17.940Z | Compiling serde_with v3.11.0 |
843 | 2024-11-01T03:22:18.848Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
844 | 2024-11-01T03:22:19.648Z | Compiling macaddr v1.0.1 |
845 | 2024-11-01T03:22:20.266Z | Compiling regress v0.9.1 |
846 | 2024-11-01T03:22:24.925Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
847 | 2024-11-01T03:22:34.999Z | Compiling test-project v0.1.0 (/tmp/test-project) |
848 | 2024-11-01T03:22:44.369Z | Finished `release` profile [optimized] target(s) in 2m 27s |
849 | 2024-11-01T03:22:44.428Z | process exited: duration 224533 ms, exit code 0 |
|
850 | 2024-11-01T03:22:44.433Z | found 0 output files |