|
|
|
1 | 2024-10-31T19:18:39.306Z | job assigned to worker 01JBJ06AP979SCMGA61FA9Z3JW (queued for 59 s) |
|
2 | 2024-10-31T19:18:46.763Z | starting task 0: "setup" |
3 | 2024-10-31T19:18:46.772Z | ++ uname -s |
4 | 2024-10-31T19:18:46.775Z | + kern=SunOS |
5 | 2024-10-31T19:18:46.775Z | + case "$kern" in |
6 | 2024-10-31T19:18:46.775Z | + [[ 0 == 12345 ]] |
7 | 2024-10-31T19:18:46.775Z | + groupadd -g 12345 build |
8 | 2024-10-31T19:18:46.777Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-10-31T19:18:48.788Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-10-31T19:18:48.845Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-10-31T19:18:48.847Z | + home_fs=zfs |
12 | 2024-10-31T19:18:48.847Z | + [[ zfs == autofs ]] |
13 | 2024-10-31T19:18:48.847Z | + mkdir -p /home/build |
14 | 2024-10-31T19:18:48.850Z | + chown build:build /home/build /work |
15 | 2024-10-31T19:18:50.852Z | + chmod 0700 /home/build /work |
16 | 2024-10-31T19:18:50.855Z | process exited: duration 4093 ms, exit code 0 |
|
17 | 2024-10-31T19:18:50.860Z | starting task 1: "rust-toolchain" |
18 | 2024-10-31T19:18:50.866Z | + printf ' * toolchain channel = "%s" |
19 | 2024-10-31T19:18:50.866Z | * toolchain channel = "1.82.0" |
20 | 2024-10-31T19:18:50.866Z | * toolchain profile = "default" |
21 | 2024-10-31T19:18:50.866Z | ' 1.82.0 |
22 | 2024-10-31T19:18:50.866Z | + printf ' * toolchain profile = "%s" |
23 | 2024-10-31T19:18:50.866Z | ' default |
24 | 2024-10-31T19:18:50.869Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-10-31T19:18:50.869Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
26 | 2024-10-31T19:18:50.988Z | info: downloading installer |
27 | 2024-10-31T19:18:52.027Z | info: profile set to 'default' |
28 | 2024-10-31T19:18:52.027Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-10-31T19:18:52.031Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
30 | 2024-10-31T19:18:52.159Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-10-31T19:18:52.159Z | info: downloading component 'cargo' |
32 | 2024-10-31T19:18:52.803Z | info: downloading component 'clippy' |
33 | 2024-10-31T19:18:53.001Z | info: downloading component 'rust-docs' |
34 | 2024-10-31T19:18:53.860Z | info: downloading component 'rust-std' |
35 | 2024-10-31T19:18:55.284Z | info: downloading component 'rustc' |
36 | 2024-10-31T19:19:00.056Z | info: downloading component 'rustfmt' |
37 | 2024-10-31T19:19:00.226Z | info: installing component 'cargo' |
38 | 2024-10-31T19:19:01.090Z | info: installing component 'clippy' |
39 | 2024-10-31T19:19:01.510Z | info: installing component 'rust-docs' |
40 | 2024-10-31T19:19:03.210Z | info: installing component 'rust-std' |
41 | 2024-10-31T19:19:05.301Z | info: installing component 'rustc' |
42 | 2024-10-31T19:19:11.528Z | info: installing component 'rustfmt' |
43 | 2024-10-31T19:19:11.868Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
44 | 2024-10-31T19:19:11.868Z | |
45 | 2024-10-31T19:19:12.253Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-10-31T19:19:12.253Z | |
47 | 2024-10-31T19:19:12.256Z | |
48 | 2024-10-31T19:19:12.256Z | Rust is installed now. Great! |
49 | 2024-10-31T19:19:12.256Z | |
50 | 2024-10-31T19:19:12.256Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-10-31T19:19:12.256Z | environment variable. This has not been done automatically. |
52 | 2024-10-31T19:19:12.256Z | |
53 | 2024-10-31T19:19:12.256Z | To configure your current shell, you need to source |
54 | 2024-10-31T19:19:12.257Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-10-31T19:19:12.257Z | |
56 | 2024-10-31T19:19:12.257Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-10-31T19:19:12.257Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-10-31T19:19:12.257Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-10-31T19:19:12.322Z | + rustc --version |
60 | 2024-10-31T19:19:12.392Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-10-31T19:19:12.395Z | process exited: duration 21531 ms, exit code 0 |
|
62 | 2024-10-31T19:19:12.399Z | starting task 2: "authentication" |
63 | 2024-10-31T19:19:12.421Z | process exited: duration 21 ms, exit code 0 |
|
64 | 2024-10-31T19:19:12.427Z | starting task 3: "clone repository" |
65 | 2024-10-31T19:19:12.433Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-10-31T19:19:12.436Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-10-31T19:19:12.480Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-10-31T19:19:19.921Z | + cd /work/oxidecomputer/omicron |
69 | 2024-10-31T19:19:19.921Z | + git fetch origin 2a5038591e4234aed34a81fa8bfdaf95d9753e3f |
70 | 2024-10-31T19:19:20.195Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-10-31T19:19:20.195Z | * branch 2a5038591e4234aed34a81fa8bfdaf95d9753e3f -> FETCH_HEAD |
72 | 2024-10-31T19:19:20.207Z | + [[ -n '' ]] |
73 | 2024-10-31T19:19:20.207Z | + git reset --hard 2a5038591e4234aed34a81fa8bfdaf95d9753e3f |
74 | 2024-10-31T19:19:20.368Z | HEAD is now at 2a5038591 hakariiiii |
75 | 2024-10-31T19:19:20.371Z | process exited: duration 7943 ms, exit code 0 |
|
76 | 2024-10-31T19:19:20.377Z | starting task 4: "build" |
77 | 2024-10-31T19:19:20.381Z | + source .github/buildomat/ci-env.sh |
78 | 2024-10-31T19:19:20.381Z | ++ export CARGO_TERM_COLOR=always |
79 | 2024-10-31T19:19:20.384Z | ++ CARGO_TERM_COLOR=always |
80 | 2024-10-31T19:19:20.384Z | + cargo --version |
81 | 2024-10-31T19:19:20.443Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
82 | 2024-10-31T19:19:20.446Z | + rustc --version |
83 | 2024-10-31T19:19:20.504Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
84 | 2024-10-31T19:19:20.507Z | + cd /tmp |
85 | 2024-10-31T19:19:20.509Z | + cargo new --lib test-project |
86 | 2024-10-31T19:19:20.566Z | Creating library `test-project` package |
87 | 2024-10-31T19:19:20.645Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
88 | 2024-10-31T19:19:20.648Z | + cd test-project |
89 | 2024-10-31T19:19:20.648Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
90 | 2024-10-31T19:19:20.708Z | Adding omicron-common (local) to dependencies |
91 | 2024-10-31T19:19:20.708Z | Features: |
92 | 2024-10-31T19:19:20.708Z | - proptest |
93 | 2024-10-31T19:19:20.708Z | - test-strategy |
94 | 2024-10-31T19:19:20.708Z | - testing |
95 | 2024-10-31T19:19:20.710Z | Updating crates.io index |
96 | 2024-10-31T19:19:20.758Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
97 | 2024-10-31T19:19:21.549Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
98 | 2024-10-31T19:19:21.913Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
99 | 2024-10-31T19:19:22.270Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
100 | 2024-10-31T19:19:23.374Z | Locking 301 packages to latest compatible versions |
101 | 2024-10-31T19:19:23.376Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
102 | 2024-10-31T19:19:23.376Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
103 | 2024-10-31T19:19:23.376Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
104 | 2024-10-31T19:19:23.379Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
105 | 2024-10-31T19:19:23.379Z | Adding goblin v0.8.2 (latest: v0.9.2) |
106 | 2024-10-31T19:19:23.379Z | Adding hashbrown v0.12.3 (latest: v0.15.0) |
107 | 2024-10-31T19:19:23.379Z | Adding hashbrown v0.14.5 (latest: v0.15.0) |
108 | 2024-10-31T19:19:23.379Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
109 | 2024-10-31T19:19:23.379Z | Adding hostname v0.3.1 (latest: v0.4.0) |
110 | 2024-10-31T19:19:23.381Z | Adding idna v0.5.0 (latest: v1.0.2) |
111 | 2024-10-31T19:19:23.381Z | Adding indexmap v1.9.3 (latest: v2.6.0) |
112 | 2024-10-31T19:19:23.381Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
113 | 2024-10-31T19:19:23.384Z | Adding regress v0.9.1 (latest: v0.10.1) |
114 | 2024-10-31T19:19:23.390Z | Adding rustls v0.22.4 (latest: v0.23.16) |
115 | 2024-10-31T19:19:23.392Z | Adding security-framework v2.11.1 (latest: v3.0.0) |
116 | 2024-10-31T19:19:23.394Z | Adding term v0.7.0 (latest: v1.0.0) |
117 | 2024-10-31T19:19:23.394Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
118 | 2024-10-31T19:19:23.397Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
119 | 2024-10-31T19:19:23.399Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
120 | 2024-10-31T19:19:23.399Z | Adding windows v0.52.0 (latest: v0.58.0) |
121 | 2024-10-31T19:19:23.399Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
122 | 2024-10-31T19:19:23.399Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
123 | 2024-10-31T19:19:23.399Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
124 | 2024-10-31T19:19:23.399Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
125 | 2024-10-31T19:19:23.399Z | Adding zerocopy v0.7.35 (latest: v0.8.7) |
126 | 2024-10-31T19:19:23.399Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.7) |
127 | 2024-10-31T19:19:23.472Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
128 | 2024-10-31T19:19:23.474Z | + cargo check |
129 | 2024-10-31T19:19:23.614Z | Updating crates.io index |
130 | 2024-10-31T19:19:24.376Z | Locking 2 packages to latest compatible versions |
131 | 2024-10-31T19:19:27.444Z | Adding omicron-workspace-hack v0.1.0 |
132 | 2024-10-31T19:19:29.237Z | Adding test-project v0.1.0 (/tmp/test-project) |
133 | 2024-10-31T19:19:30.137Z | Downloading crates ... |
134 | 2024-10-31T19:19:30.208Z | Downloaded autocfg v1.4.0 |
135 | 2024-10-31T19:19:30.211Z | Downloaded anyhow v1.0.89 |
136 | 2024-10-31T19:19:30.215Z | Downloaded ahash v0.8.11 |
137 | 2024-10-31T19:19:30.219Z | Downloaded ident_case v1.0.1 |
138 | 2024-10-31T19:19:30.222Z | Downloaded darling_macro v0.20.10 |
139 | 2024-10-31T19:19:30.222Z | Downloaded foreign-types v0.3.2 |
140 | 2024-10-31T19:19:30.224Z | Downloaded num-conv v0.1.0 |
141 | 2024-10-31T19:19:30.229Z | Downloaded dof v0.3.0 |
142 | 2024-10-31T19:19:30.231Z | Downloaded httpdate v1.0.3 |
143 | 2024-10-31T19:19:30.234Z | Downloaded usdt-macro v0.5.0 |
144 | 2024-10-31T19:19:30.234Z | Downloaded want v0.3.1 |
145 | 2024-10-31T19:19:30.234Z | Downloaded hex v0.4.3 |
146 | 2024-10-31T19:19:30.237Z | Downloaded itoa v1.0.11 |
147 | 2024-10-31T19:19:30.241Z | Downloaded openssl-probe v0.1.5 |
148 | 2024-10-31T19:19:30.241Z | Downloaded usdt-attr-macro v0.5.0 |
149 | 2024-10-31T19:19:30.247Z | Downloaded hostname v0.4.0 |
150 | 2024-10-31T19:19:30.247Z | Downloaded toml_datetime v0.6.8 |
151 | 2024-10-31T19:19:30.247Z | Downloaded generic-array v0.14.7 |
152 | 2024-10-31T19:19:30.250Z | Downloaded untrusted v0.9.0 |
153 | 2024-10-31T19:19:30.250Z | Downloaded hyper-tls v0.6.0 |
154 | 2024-10-31T19:19:30.250Z | Downloaded unicode-ident v1.0.13 |
155 | 2024-10-31T19:19:30.253Z | Downloaded camino v1.1.9 |
156 | 2024-10-31T19:19:30.257Z | Downloaded bitflags v2.6.0 |
157 | 2024-10-31T19:19:30.261Z | Downloaded once_cell v1.20.2 |
158 | 2024-10-31T19:19:30.261Z | Downloaded scroll_derive v0.12.0 |
159 | 2024-10-31T19:19:30.265Z | Downloaded multer v3.1.0 |
160 | 2024-10-31T19:19:30.266Z | Downloaded shlex v1.3.0 |
161 | 2024-10-31T19:19:30.268Z | Downloaded log v0.4.22 |
162 | 2024-10-31T19:19:30.268Z | Downloaded sha1 v0.10.6 |
163 | 2024-10-31T19:19:30.271Z | Downloaded schemars_derive v0.8.21 |
164 | 2024-10-31T19:19:30.272Z | Downloaded sync_wrapper v1.0.1 |
165 | 2024-10-31T19:19:30.274Z | Downloaded rand_chacha v0.3.1 |
166 | 2024-10-31T19:19:30.274Z | Downloaded async-stream v0.3.6 |
167 | 2024-10-31T19:19:30.277Z | Downloaded progenitor v0.8.0 |
168 | 2024-10-31T19:19:30.278Z | Downloaded quinn-udp v0.5.5 |
169 | 2024-10-31T19:19:30.282Z | Downloaded indexmap v2.6.0 |
170 | 2024-10-31T19:19:30.285Z | Downloaded progenitor-macro v0.8.0 |
171 | 2024-10-31T19:19:30.285Z | Downloaded futures v0.3.31 |
172 | 2024-10-31T19:19:30.289Z | Downloaded time-core v0.1.2 |
173 | 2024-10-31T19:19:30.291Z | Downloaded serde_spanned v0.6.8 |
174 | 2024-10-31T19:19:30.291Z | Downloaded pkg-config v0.3.31 |
175 | 2024-10-31T19:19:30.294Z | Downloaded thiserror-impl v1.0.64 |
176 | 2024-10-31T19:19:30.298Z | Downloaded pest_meta v2.7.14 |
177 | 2024-10-31T19:19:30.298Z | Downloaded pest_derive v2.7.14 |
178 | 2024-10-31T19:19:30.301Z | Downloaded block-buffer v0.10.4 |
179 | 2024-10-31T19:19:30.301Z | Downloaded subtle v2.6.1 |
180 | 2024-10-31T19:19:30.301Z | Downloaded time-macros v0.2.18 |
181 | 2024-10-31T19:19:30.305Z | Downloaded strsim v0.11.1 |
182 | 2024-10-31T19:19:30.305Z | Downloaded backoff v0.4.0 |
183 | 2024-10-31T19:19:30.308Z | Downloaded structmeta v0.3.0 |
184 | 2024-10-31T19:19:30.308Z | Downloaded atomic-waker v1.1.2 |
185 | 2024-10-31T19:19:30.312Z | Downloaded crossbeam-channel v0.5.13 |
186 | 2024-10-31T19:19:30.314Z | Downloaded schemars v0.8.21 |
187 | 2024-10-31T19:19:30.325Z | Downloaded slog-async v2.8.0 |
188 | 2024-10-31T19:19:30.328Z | Downloaded base64 v0.22.1 |
189 | 2024-10-31T19:19:30.331Z | Downloaded goblin v0.8.2 |
190 | 2024-10-31T19:19:30.337Z | Downloaded tower-service v0.3.3 |
191 | 2024-10-31T19:19:30.339Z | Downloaded foreign-types-shared v0.1.1 |
192 | 2024-10-31T19:19:30.341Z | Downloaded try-lock v0.2.5 |
193 | 2024-10-31T19:19:30.341Z | Downloaded typify-macro v0.2.0 |
194 | 2024-10-31T19:19:30.341Z | Downloaded openssl-macros v0.1.1 |
195 | 2024-10-31T19:19:30.343Z | Downloaded instant v0.1.13 |
196 | 2024-10-31T19:19:30.343Z | Downloaded http-body v1.0.1 |
197 | 2024-10-31T19:19:30.346Z | Downloaded dtrace-parser v0.2.0 |
198 | 2024-10-31T19:19:30.346Z | Downloaded serde v1.0.210 |
199 | 2024-10-31T19:19:30.349Z | Downloaded parse-display-derive v0.10.0 |
200 | 2024-10-31T19:19:30.351Z | Downloaded zeroize v1.8.1 |
201 | 2024-10-31T19:19:30.351Z | Downloaded version_check v0.9.5 |
202 | 2024-10-31T19:19:30.354Z | Downloaded progenitor-client v0.8.0 |
203 | 2024-10-31T19:19:30.362Z | Downloaded zerocopy v0.7.35 |
204 | 2024-10-31T19:19:30.370Z | Downloaded parse-display v0.10.0 |
205 | 2024-10-31T19:19:30.373Z | Downloaded usdt-impl v0.5.0 |
206 | 2024-10-31T19:19:30.375Z | Downloaded cpufeatures v0.2.14 |
207 | 2024-10-31T19:19:30.375Z | Downloaded omicron-workspace-hack v0.1.0 |
208 | 2024-10-31T19:19:30.375Z | Downloaded num_threads v0.1.7 |
209 | 2024-10-31T19:19:30.377Z | Downloaded hostname v0.3.1 |
210 | 2024-10-31T19:19:30.378Z | Downloaded futures-executor v0.3.31 |
211 | 2024-10-31T19:19:30.381Z | Downloaded take_mut v0.2.2 |
212 | 2024-10-31T19:19:30.381Z | Downloaded futures-io v0.3.31 |
213 | 2024-10-31T19:19:30.383Z | Downloaded typify v0.2.0 |
214 | 2024-10-31T19:19:30.383Z | Downloaded pretty-hex v0.4.1 |
215 | 2024-10-31T19:19:30.385Z | Downloaded strum v0.26.3 |
216 | 2024-10-31T19:19:30.385Z | Downloaded mime v0.3.17 |
217 | 2024-10-31T19:19:30.388Z | Downloaded debug-ignore v1.0.5 |
218 | 2024-10-31T19:19:30.390Z | Downloaded rustversion v1.0.17 |
219 | 2024-10-31T19:19:30.392Z | Downloaded memmap v0.7.0 |
220 | 2024-10-31T19:19:30.394Z | Downloaded is-terminal v0.4.13 |
221 | 2024-10-31T19:19:30.394Z | Downloaded dirs-sys-next v0.1.2 |
222 | 2024-10-31T19:19:30.396Z | Downloaded crypto-common v0.1.6 |
223 | 2024-10-31T19:19:30.396Z | Downloaded dirs-next v2.0.0 |
224 | 2024-10-31T19:19:30.396Z | Downloaded deranged v0.3.11 |
225 | 2024-10-31T19:19:30.398Z | Downloaded macaddr v1.0.1 |
226 | 2024-10-31T19:19:30.400Z | Downloaded newtype-uuid v1.1.2 |
227 | 2024-10-31T19:19:30.400Z | Downloaded futures-task v0.3.31 |
228 | 2024-10-31T19:19:30.403Z | Downloaded rand_core v0.6.4 |
229 | 2024-10-31T19:19:30.403Z | Downloaded powerfmt v0.2.0 |
230 | 2024-10-31T19:19:30.406Z | Downloaded pest_generator v2.7.14 |
231 | 2024-10-31T19:19:30.406Z | Downloaded percent-encoding v2.3.1 |
232 | 2024-10-31T19:19:30.408Z | Downloaded plain v0.2.3 |
233 | 2024-10-31T19:19:30.408Z | Downloaded pin-utils v0.1.0 |
234 | 2024-10-31T19:19:30.410Z | Downloaded scopeguard v1.2.0 |
235 | 2024-10-31T19:19:30.410Z | Downloaded lock_api v0.4.12 |
236 | 2024-10-31T19:19:30.412Z | Downloaded hyper-rustls v0.27.3 |
237 | 2024-10-31T19:19:30.415Z | Downloaded tinyvec_macros v0.1.1 |
238 | 2024-10-31T19:19:30.415Z | Downloaded slog-bunyan v2.5.0 |
239 | 2024-10-31T19:19:30.418Z | Downloaded zerocopy-derive v0.7.35 |
240 | 2024-10-31T19:19:30.420Z | Downloaded thread_local v1.1.8 |
241 | 2024-10-31T19:19:30.423Z | Downloaded thiserror v1.0.64 |
242 | 2024-10-31T19:19:30.427Z | Downloaded tokio-macros v2.4.0 |
243 | 2024-10-31T19:19:30.429Z | Downloaded signal-hook-registry v1.4.2 |
244 | 2024-10-31T19:19:30.429Z | Downloaded serde_urlencoded v0.7.1 |
245 | 2024-10-31T19:19:30.431Z | Downloaded pin-project-lite v0.2.14 |
246 | 2024-10-31T19:19:30.435Z | Downloaded scroll v0.12.0 |
247 | 2024-10-31T19:19:30.438Z | Downloaded serde_path_to_error v0.1.16 |
248 | 2024-10-31T19:19:30.441Z | Downloaded parking_lot v0.12.3 |
249 | 2024-10-31T19:19:30.443Z | Downloaded httparse v1.9.5 |
250 | 2024-10-31T19:19:30.445Z | Downloaded thread-id v4.2.2 |
251 | 2024-10-31T19:19:30.445Z | Downloaded structmeta-derive v0.3.0 |
252 | 2024-10-31T19:19:30.449Z | Downloaded semver v1.0.23 |
253 | 2024-10-31T19:19:30.449Z | Downloaded spin v0.9.8 |
254 | 2024-10-31T19:19:30.452Z | Downloaded quote v1.0.37 |
255 | 2024-10-31T19:19:30.454Z | Downloaded unsafe-libyaml v0.2.11 |
256 | 2024-10-31T19:19:30.457Z | Downloaded slog-json v2.6.1 |
257 | 2024-10-31T19:19:30.460Z | Downloaded slab v0.4.9 |
258 | 2024-10-31T19:19:30.460Z | Downloaded serde_with_macros v3.11.0 |
259 | 2024-10-31T19:19:30.463Z | Downloaded socket2 v0.5.7 |
260 | 2024-10-31T19:19:30.465Z | Downloaded hyper-util v0.1.9 |
261 | 2024-10-31T19:19:30.467Z | Downloaded slog v2.7.0 |
262 | 2024-10-31T19:19:30.470Z | Downloaded unicode-bidi v0.3.17 |
263 | 2024-10-31T19:19:30.473Z | Downloaded tokio-rustls v0.26.0 |
264 | 2024-10-31T19:19:30.475Z | Downloaded serde_derive_internals v0.29.1 |
265 | 2024-10-31T19:19:30.479Z | Downloaded cc v1.1.30 |
266 | 2024-10-31T19:19:30.482Z | Downloaded term v0.7.0 |
267 | 2024-10-31T19:19:30.484Z | Downloaded openssl v0.10.66 |
268 | 2024-10-31T19:19:30.492Z | Downloaded toml v0.8.19 |
269 | 2024-10-31T19:19:30.495Z | Downloaded tinyvec v1.8.0 |
270 | 2024-10-31T19:19:30.498Z | Downloaded vcpkg v0.2.15 |
271 | 2024-10-31T19:19:30.536Z | Downloaded serde_with v3.11.0 |
272 | 2024-10-31T19:19:30.545Z | Downloaded hashbrown v0.12.3 |
273 | 2024-10-31T19:19:30.549Z | Downloaded toml_edit v0.22.22 |
274 | 2024-10-31T19:19:30.573Z | Downloaded tokio-util v0.7.12 |
275 | 2024-10-31T19:19:30.579Z | Downloaded rand v0.8.5 |
276 | 2024-10-31T19:19:30.582Z | Downloaded quinn v0.11.5 |
277 | 2024-10-31T19:19:30.586Z | Downloaded hyper v1.4.1 |
278 | 2024-10-31T19:19:30.590Z | Downloaded serde_yaml v0.9.34+deprecated |
279 | 2024-10-31T19:19:30.593Z | Downloaded futures-util v0.3.31 |
280 | 2024-10-31T19:19:30.605Z | Downloaded unicode-normalization v0.1.24 |
281 | 2024-10-31T19:19:30.609Z | Downloaded time v0.3.36 |
282 | 2024-10-31T19:19:30.616Z | Downloaded pest v2.7.14 |
283 | 2024-10-31T19:19:30.626Z | Downloaded h2 v0.4.6 |
284 | 2024-10-31T19:19:30.630Z | Downloaded serde_json v1.0.128 |
285 | 2024-10-31T19:19:30.635Z | Downloaded chrono v0.4.38 |
286 | 2024-10-31T19:19:30.643Z | Downloaded winnow v0.6.20 |
287 | 2024-10-31T19:19:30.651Z | Downloaded syn v2.0.79 |
288 | 2024-10-31T19:19:30.661Z | Downloaded idna v0.5.0 |
289 | 2024-10-31T19:19:30.668Z | Downloaded rustls v0.23.14 |
290 | 2024-10-31T19:19:30.688Z | Downloaded dropshot v0.12.0 |
291 | 2024-10-31T19:19:30.699Z | Downloaded regex v1.11.0 |
292 | 2024-10-31T19:19:30.712Z | Downloaded webpki-roots v0.26.6 |
293 | 2024-10-31T19:19:30.718Z | Downloaded quinn-proto v0.11.8 |
294 | 2024-10-31T19:19:30.722Z | Downloaded openapiv3 v2.0.0 |
295 | 2024-10-31T19:19:30.733Z | Downloaded regex-syntax v0.8.5 |
296 | 2024-10-31T19:19:30.740Z | Downloaded rustls v0.22.4 |
297 | 2024-10-31T19:19:30.753Z | Downloaded regress v0.10.1 |
298 | 2024-10-31T19:19:30.761Z | Downloaded regress v0.9.1 |
299 | 2024-10-31T19:19:30.769Z | Downloaded typify-impl v0.2.0 |
300 | 2024-10-31T19:19:30.782Z | Downloaded rustls-webpki v0.102.8 |
301 | 2024-10-31T19:19:30.801Z | Downloaded reqwest v0.12.8 |
302 | 2024-10-31T19:19:30.808Z | Downloaded hashbrown v0.15.0 |
303 | 2024-10-31T19:19:30.813Z | Downloaded serde_derive v1.0.210 |
304 | 2024-10-31T19:19:30.820Z | Downloaded url v2.5.2 |
305 | 2024-10-31T19:19:30.827Z | Downloaded mio v1.0.2 |
306 | 2024-10-31T19:19:30.833Z | Downloaded http v1.1.0 |
307 | 2024-10-31T19:19:30.833Z | Downloaded darling_core v0.20.10 |
308 | 2024-10-31T19:19:30.836Z | Downloaded rustls-pki-types v1.9.0 |
309 | 2024-10-31T19:19:30.836Z | Downloaded progenitor-impl v0.8.0 |
310 | 2024-10-31T19:19:30.840Z | Downloaded openssl-sys v0.9.103 |
311 | 2024-10-31T19:19:30.849Z | Downloaded aho-corasick v1.1.3 |
312 | 2024-10-31T19:19:30.864Z | Downloaded tokio v1.40.0 |
313 | 2024-10-31T19:19:30.885Z | Downloaded regex-automata v0.4.8 |
314 | 2024-10-31T19:19:30.899Z | Downloaded ryu v1.0.18 |
315 | 2024-10-31T19:19:30.902Z | Downloaded proc-macro2 v1.0.87 |
316 | 2024-10-31T19:19:30.905Z | Downloaded serde_tokenstream v0.2.2 |
317 | 2024-10-31T19:19:30.908Z | Downloaded sha2 v0.10.8 |
318 | 2024-10-31T19:19:30.911Z | Downloaded libc v0.2.161 |
319 | 2024-10-31T19:19:30.934Z | Downloaded rustls-pemfile v2.2.0 |
320 | 2024-10-31T19:19:30.938Z | Downloaded tracing-core v0.1.32 |
321 | 2024-10-31T19:19:30.941Z | Downloaded indexmap v1.9.3 |
322 | 2024-10-31T19:19:30.943Z | Downloaded strum_macros v0.26.4 |
323 | 2024-10-31T19:19:30.945Z | Downloaded slog-term v2.9.1 |
324 | 2024-10-31T19:19:30.947Z | Downloaded tokio-native-tls v0.3.1 |
325 | 2024-10-31T19:19:30.949Z | Downloaded tokio-rustls v0.25.0 |
326 | 2024-10-31T19:19:30.949Z | Downloaded bytes v1.7.2 |
327 | 2024-10-31T19:19:30.953Z | Downloaded crossbeam-utils v0.8.20 |
328 | 2024-10-31T19:19:30.956Z | Downloaded native-tls v0.2.12 |
329 | 2024-10-31T19:19:30.961Z | Downloaded ipnet v2.10.1 |
330 | 2024-10-31T19:19:30.961Z | Downloaded iana-time-zone v0.1.61 |
331 | 2024-10-31T19:19:30.964Z | Downloaded getrandom v0.2.15 |
332 | 2024-10-31T19:19:30.964Z | Downloaded futures-channel v0.3.31 |
333 | 2024-10-31T19:19:30.966Z | Downloaded uuid v1.10.0 |
334 | 2024-10-31T19:19:30.969Z | Downloaded ucd-trie v0.1.7 |
335 | 2024-10-31T19:19:30.971Z | Downloaded fnv v1.0.7 |
336 | 2024-10-31T19:19:30.971Z | Downloaded futures-sink v0.3.31 |
337 | 2024-10-31T19:19:30.971Z | Downloaded cfg-if v1.0.0 |
338 | 2024-10-31T19:19:30.974Z | Downloaded match_cfg v0.1.0 |
339 | 2024-10-31T19:19:30.974Z | Downloaded usdt v0.5.0 |
340 | 2024-10-31T19:19:30.974Z | Downloaded http-body-util v0.1.2 |
341 | 2024-10-31T19:19:30.977Z | Downloaded heck v0.5.0 |
342 | 2024-10-31T19:19:30.977Z | Downloaded form_urlencoded v1.2.1 |
343 | 2024-10-31T19:19:30.980Z | Downloaded dyn-clone v1.0.17 |
344 | 2024-10-31T19:19:30.980Z | Downloaded rustc-hash v2.0.0 |
345 | 2024-10-31T19:19:30.980Z | Downloaded waitgroup v0.1.2 |
346 | 2024-10-31T19:19:30.982Z | Downloaded tracing v0.1.40 |
347 | 2024-10-31T19:19:30.987Z | Downloaded equivalent v1.0.1 |
348 | 2024-10-31T19:19:30.987Z | Downloaded allocator-api2 v0.2.18 |
349 | 2024-10-31T19:19:30.989Z | Downloaded hashbrown v0.14.5 |
350 | 2024-10-31T19:19:30.992Z | Downloaded encoding_rs v0.8.34 |
351 | 2024-10-31T19:19:31.012Z | Downloaded async-stream-impl v0.3.6 |
352 | 2024-10-31T19:19:31.014Z | Downloaded smallvec v1.13.2 |
353 | 2024-10-31T19:19:31.014Z | Downloaded ppv-lite86 v0.2.20 |
354 | 2024-10-31T19:19:31.017Z | Downloaded typenum v1.17.0 |
355 | 2024-10-31T19:19:31.019Z | Downloaded num-traits v0.2.19 |
356 | 2024-10-31T19:19:31.021Z | Downloaded memchr v2.7.4 |
357 | 2024-10-31T19:19:31.025Z | Downloaded parking_lot_core v0.9.10 |
358 | 2024-10-31T19:19:31.028Z | Downloaded paste v1.0.15 |
359 | 2024-10-31T19:19:31.032Z | Downloaded byteorder v1.5.0 |
360 | 2024-10-31T19:19:31.035Z | Downloaded futures-core v0.3.31 |
361 | 2024-10-31T19:19:31.035Z | Downloaded dropshot_endpoint v0.12.0 |
362 | 2024-10-31T19:19:31.035Z | Downloaded darling v0.20.10 |
363 | 2024-10-31T19:19:31.038Z | Downloaded ipnetwork v0.20.0 |
364 | 2024-10-31T19:19:31.041Z | Downloaded futures-macro v0.3.31 |
365 | 2024-10-31T19:19:31.041Z | Downloaded async-trait v0.1.83 |
366 | 2024-10-31T19:19:31.045Z | Downloaded digest v0.10.7 |
367 | 2024-10-31T19:19:31.208Z | Downloaded ring v0.17.8 |
368 | 2024-10-31T19:19:31.531Z | Compiling proc-macro2 v1.0.87 |
369 | 2024-10-31T19:19:31.531Z | Compiling unicode-ident v1.0.13 |
370 | 2024-10-31T19:19:31.531Z | Compiling libc v0.2.161 |
371 | 2024-10-31T19:19:31.534Z | Checking cfg-if v1.0.0 |
372 | 2024-10-31T19:19:31.534Z | Compiling autocfg v1.4.0 |
373 | 2024-10-31T19:19:31.534Z | Compiling serde v1.0.210 |
374 | 2024-10-31T19:19:31.534Z | Compiling version_check v0.9.5 |
375 | 2024-10-31T19:19:31.534Z | Checking memchr v2.7.4 |
376 | 2024-10-31T19:19:31.695Z | Compiling serde_json v1.0.128 |
377 | 2024-10-31T19:19:31.721Z | Checking itoa v1.0.11 |
378 | 2024-10-31T19:19:32.184Z | Compiling thiserror v1.0.64 |
379 | 2024-10-31T19:19:32.202Z | Checking once_cell v1.20.2 |
380 | 2024-10-31T19:19:32.227Z | Compiling shlex v1.3.0 |
381 | 2024-10-31T19:19:32.451Z | Compiling cc v1.1.30 |
382 | 2024-10-31T19:19:32.553Z | Checking pin-project-lite v0.2.14 |
383 | 2024-10-31T19:19:32.683Z | Compiling num-traits v0.2.19 |
384 | 2024-10-31T19:19:32.927Z | Checking bytes v1.7.2 |
385 | 2024-10-31T19:19:32.972Z | Checking getrandom v0.2.15 |
386 | 2024-10-31T19:19:33.035Z | Checking ryu v1.0.18 |
387 | 2024-10-31T19:19:33.052Z | Checking futures-core v0.3.31 |
388 | 2024-10-31T19:19:33.223Z | Compiling lock_api v0.4.12 |
389 | 2024-10-31T19:19:33.240Z | Compiling byteorder v1.5.0 |
390 | 2024-10-31T19:19:33.399Z | Compiling quote v1.0.37 |
391 | 2024-10-31T19:19:33.419Z | Compiling parking_lot_core v0.9.10 |
392 | 2024-10-31T19:19:33.551Z | Compiling ahash v0.8.11 |
393 | 2024-10-31T19:19:33.660Z | Compiling schemars v0.8.21 |
394 | 2024-10-31T19:19:33.716Z | Checking scopeguard v1.2.0 |
395 | 2024-10-31T19:19:33.856Z | Compiling syn v2.0.79 |
396 | 2024-10-31T19:19:33.904Z | Checking smallvec v1.13.2 |
397 | 2024-10-31T19:19:33.975Z | Compiling slab v0.4.9 |
398 | 2024-10-31T19:19:34.005Z | Checking futures-sink v0.3.31 |
399 | 2024-10-31T19:19:34.042Z | Checking log v0.4.22 |
400 | 2024-10-31T19:19:34.110Z | Checking socket2 v0.5.7 |
401 | 2024-10-31T19:19:34.129Z | Checking mio v1.0.2 |
402 | 2024-10-31T19:19:34.303Z | Checking signal-hook-registry v1.4.2 |
403 | 2024-10-31T19:19:34.368Z | Checking fnv v1.0.7 |
404 | 2024-10-31T19:19:34.493Z | Checking equivalent v1.0.1 |
405 | 2024-10-31T19:19:34.555Z | Checking hashbrown v0.15.0 |
406 | 2024-10-31T19:19:34.573Z | Checking parking_lot v0.12.3 |
407 | 2024-10-31T19:19:34.592Z | Checking http v1.1.0 |
408 | 2024-10-31T19:19:34.611Z | Checking futures-channel v0.3.31 |
409 | 2024-10-31T19:19:34.731Z | Checking pin-utils v0.1.0 |
410 | 2024-10-31T19:19:34.785Z | Checking futures-task v0.3.31 |
411 | 2024-10-31T19:19:34.823Z | Checking futures-io v0.3.31 |
412 | 2024-10-31T19:19:34.971Z | Checking spin v0.9.8 |
413 | 2024-10-31T19:19:35.010Z | Compiling heck v0.5.0 |
414 | 2024-10-31T19:19:35.028Z | Compiling vcpkg v0.2.15 |
415 | 2024-10-31T19:19:35.047Z | Compiling semver v1.0.23 |
416 | 2024-10-31T19:19:35.188Z | Compiling pkg-config v0.3.31 |
417 | 2024-10-31T19:19:35.236Z | Compiling ring v0.17.8 |
418 | 2024-10-31T19:19:35.478Z | Checking rustls-pki-types v1.9.0 |
419 | 2024-10-31T19:19:35.775Z | Checking iana-time-zone v0.1.61 |
420 | 2024-10-31T19:19:35.931Z | Compiling ucd-trie v0.1.7 |
421 | 2024-10-31T19:19:36.198Z | Checking untrusted v0.9.0 |
422 | 2024-10-31T19:19:36.215Z | Compiling httparse v1.9.5 |
423 | 2024-10-31T19:19:36.393Z | Checking tracing-core v0.1.32 |
424 | 2024-10-31T19:19:36.432Z | Checking dyn-clone v1.0.17 |
425 | 2024-10-31T19:19:36.565Z | Compiling allocator-api2 v0.2.18 |
426 | 2024-10-31T19:19:36.656Z | Compiling openssl-sys v0.9.103 |
427 | 2024-10-31T19:19:37.051Z | Checking atomic-waker v1.1.2 |
428 | 2024-10-31T19:19:37.180Z | Checking tracing v0.1.40 |
429 | 2024-10-31T19:19:37.361Z | Checking http-body v1.0.1 |
430 | 2024-10-31T19:19:37.546Z | Checking subtle v2.6.1 |
431 | 2024-10-31T19:19:37.700Z | Checking try-lock v0.2.5 |
432 | 2024-10-31T19:19:37.769Z | Compiling uuid v1.10.0 |
433 | 2024-10-31T19:19:37.793Z | Checking zeroize v1.8.1 |
434 | 2024-10-31T19:19:37.793Z | Checking httpdate v1.0.3 |
435 | 2024-10-31T19:19:37.825Z | Checking want v0.3.1 |
436 | 2024-10-31T19:19:38.026Z | Compiling chrono v0.4.38 |
437 | 2024-10-31T19:19:38.044Z | Compiling slog v2.7.0 |
438 | 2024-10-31T19:19:38.058Z | Checking foreign-types-shared v0.1.1 |
439 | 2024-10-31T19:19:38.154Z | Compiling openssl v0.10.66 |
440 | 2024-10-31T19:19:38.324Z | Checking foreign-types v0.3.2 |
441 | 2024-10-31T19:19:38.490Z | Compiling aho-corasick v1.1.3 |
442 | 2024-10-31T19:19:38.574Z | Compiling typenum v1.17.0 |
443 | 2024-10-31T19:19:39.506Z | Checking bitflags v2.6.0 |
444 | 2024-10-31T19:19:39.535Z | Checking tinyvec_macros v0.1.1 |
445 | 2024-10-31T19:19:39.623Z | Compiling rustls v0.23.14 |
446 | 2024-10-31T19:19:39.660Z | Checking tower-service v0.3.3 |
447 | 2024-10-31T19:19:39.783Z | Compiling regex-syntax v0.8.5 |
448 | 2024-10-31T19:19:39.881Z | Checking percent-encoding v2.3.1 |
449 | 2024-10-31T19:19:40.006Z | Compiling native-tls v0.2.12 |
450 | 2024-10-31T19:19:40.073Z | Checking form_urlencoded v1.2.1 |
451 | 2024-10-31T19:19:40.360Z | Checking tinyvec v1.8.0 |
452 | 2024-10-31T19:19:40.464Z | Compiling generic-array v0.14.7 |
453 | 2024-10-31T19:19:40.800Z | Compiling serde_derive_internals v0.29.1 |
454 | 2024-10-31T19:19:41.262Z | Checking rustls-webpki v0.102.8 |
455 | 2024-10-31T19:19:41.574Z | Checking openssl-probe v0.1.5 |
456 | 2024-10-31T19:19:41.730Z | Checking unicode-normalization v0.1.24 |
457 | 2024-10-31T19:19:42.831Z | Compiling usdt-impl v0.5.0 |
458 | 2024-10-31T19:19:43.011Z | Checking encoding_rs v0.8.34 |
459 | 2024-10-31T19:19:43.226Z | Compiling num-conv v0.1.0 |
460 | 2024-10-31T19:19:43.396Z | Compiling regex-automata v0.4.8 |
461 | 2024-10-31T19:19:43.522Z | Compiling time-core v0.1.2 |
462 | 2024-10-31T19:19:43.674Z | Checking mime v0.3.17 |
463 | 2024-10-31T19:19:43.971Z | Checking unicode-bidi v0.3.17 |
464 | 2024-10-31T19:19:44.179Z | Checking powerfmt v0.2.0 |
465 | 2024-10-31T19:19:44.462Z | Checking deranged v0.3.11 |
466 | 2024-10-31T19:19:44.627Z | Checking idna v0.5.0 |
467 | 2024-10-31T19:19:45.364Z | Compiling time-macros v0.2.18 |
468 | 2024-10-31T19:19:45.523Z | Compiling thread-id v4.2.2 |
469 | 2024-10-31T19:19:45.609Z | Compiling serde_derive v1.0.210 |
470 | 2024-10-31T19:19:45.643Z | Compiling zerocopy-derive v0.7.35 |
471 | 2024-10-31T19:19:46.296Z | Compiling thiserror-impl v1.0.64 |
472 | 2024-10-31T19:19:46.672Z | Compiling schemars_derive v0.8.21 |
473 | 2024-10-31T19:19:46.954Z | Compiling tokio-macros v2.4.0 |
474 | 2024-10-31T19:19:47.054Z | Compiling futures-macro v0.3.31 |
475 | 2024-10-31T19:19:47.654Z | Compiling zerocopy v0.7.35 |
476 | 2024-10-31T19:19:48.428Z | Checking tokio v1.40.0 |
477 | 2024-10-31T19:19:48.875Z | Checking futures-util v0.3.31 |
478 | 2024-10-31T19:19:49.041Z | Compiling pest v2.7.14 |
479 | 2024-10-31T19:19:49.621Z | Compiling openssl-macros v0.1.1 |
480 | 2024-10-31T19:19:49.797Z | Compiling hashbrown v0.14.5 |
481 | 2024-10-31T19:19:50.811Z | Compiling regex v1.11.0 |
482 | 2024-10-31T19:19:51.190Z | Compiling regress v0.10.1 |
483 | 2024-10-31T19:19:51.273Z | Compiling scroll_derive v0.12.0 |
484 | 2024-10-31T19:19:51.823Z | Compiling pest_meta v2.7.14 |
485 | 2024-10-31T19:19:52.653Z | Checking scroll v0.12.0 |
486 | 2024-10-31T19:19:54.510Z | Compiling pest_generator v2.7.14 |
487 | 2024-10-31T19:19:55.506Z | Checking tokio-util v0.7.12 |
488 | 2024-10-31T19:19:55.617Z | Checking http-body-util v0.1.2 |
489 | 2024-10-31T19:19:55.670Z | Checking tokio-rustls v0.26.0 |
490 | 2024-10-31T19:19:56.070Z | Checking rustls-pemfile v2.2.0 |
491 | 2024-10-31T19:19:56.166Z | Compiling pest_derive v2.7.14 |
492 | 2024-10-31T19:19:56.186Z | Checking tokio-native-tls v0.3.1 |
493 | 2024-10-31T19:19:56.209Z | Checking webpki-roots v0.26.6 |
494 | 2024-10-31T19:19:56.295Z | Checking base64 v0.22.1 |
495 | 2024-10-31T19:19:56.399Z | Compiling crossbeam-utils v0.8.20 |
496 | 2024-10-31T19:19:56.429Z | Checking num_threads v0.1.7 |
497 | 2024-10-31T19:19:56.818Z | Compiling strsim v0.11.1 |
498 | 2024-10-31T19:19:56.915Z | Compiling ident_case v1.0.1 |
499 | 2024-10-31T19:19:56.950Z | Checking plain v0.2.3 |
500 | 2024-10-31T19:19:56.985Z | Compiling dtrace-parser v0.2.0 |
501 | 2024-10-31T19:19:57.097Z | Checking goblin v0.8.2 |
502 | 2024-10-31T19:19:57.120Z | Checking time v0.3.36 |
503 | 2024-10-31T19:19:57.518Z | Compiling darling_core v0.20.10 |
504 | 2024-10-31T19:19:57.912Z | Checking indexmap v2.6.0 |
505 | 2024-10-31T19:19:59.204Z | Compiling serde_tokenstream v0.2.2 |
506 | 2024-10-31T19:19:59.315Z | Checking h2 v0.4.6 |
507 | 2024-10-31T19:20:00.034Z | Checking serde_urlencoded v0.7.1 |
508 | 2024-10-31T19:20:00.478Z | Checking openapiv3 v2.0.0 |
509 | 2024-10-31T19:20:01.225Z | Compiling dof v0.3.0 |
510 | 2024-10-31T19:20:02.331Z | Checking typify-impl v0.2.0 |
511 | 2024-10-31T19:20:03.751Z | Checking hyper v1.4.1 |
512 | 2024-10-31T19:20:03.936Z | Checking url v2.5.2 |
513 | 2024-10-31T19:20:04.060Z | Checking sync_wrapper v1.0.1 |
514 | 2024-10-31T19:20:04.207Z | Checking dirs-sys-next v0.1.2 |
515 | 2024-10-31T19:20:04.427Z | Checking ipnet v2.10.1 |
516 | 2024-10-31T19:20:04.738Z | Checking pretty-hex v0.4.1 |
517 | 2024-10-31T19:20:04.804Z | Compiling paste v1.0.15 |
518 | 2024-10-31T19:20:04.850Z | Compiling rustversion v1.0.17 |
519 | 2024-10-31T19:20:04.893Z | Compiling unsafe-libyaml v0.2.11 |
520 | 2024-10-31T19:20:04.919Z | Compiling rustls v0.22.4 |
521 | 2024-10-31T19:20:05.255Z | Compiling omicron-workspace-hack v0.1.0 |
522 | 2024-10-31T19:20:05.594Z | Checking dirs-next v2.0.0 |
523 | 2024-10-31T19:20:05.665Z | Compiling darling_macro v0.20.10 |
524 | 2024-10-31T19:20:05.696Z | Checking serde_spanned v0.6.8 |
525 | 2024-10-31T19:20:05.719Z | Checking toml_datetime v0.6.8 |
526 | 2024-10-31T19:20:05.904Z | Checking hyper-util v0.1.9 |
527 | 2024-10-31T19:20:05.962Z | Checking ppv-lite86 v0.2.20 |
528 | 2024-10-31T19:20:06.017Z | Checking block-buffer v0.10.4 |
529 | 2024-10-31T19:20:06.216Z | Compiling serde_yaml v0.9.34+deprecated |
530 | 2024-10-31T19:20:06.390Z | Checking crypto-common v0.1.6 |
531 | 2024-10-31T19:20:06.562Z | Compiling structmeta-derive v0.3.0 |
532 | 2024-10-31T19:20:06.610Z | Checking rand_core v0.6.4 |
533 | 2024-10-31T19:20:06.627Z | Checking thread_local v1.1.8 |
534 | 2024-10-31T19:20:06.725Z | Compiling multer v3.1.0 |
535 | 2024-10-31T19:20:06.747Z | Compiling newtype-uuid v1.1.2 |
536 | 2024-10-31T19:20:06.919Z | Compiling camino v1.1.9 |
537 | 2024-10-31T19:20:06.933Z | Checking match_cfg v0.1.0 |
538 | 2024-10-31T19:20:07.099Z | Checking winnow v0.6.20 |
539 | 2024-10-31T19:20:07.122Z | Compiling anyhow v1.0.89 |
540 | 2024-10-31T19:20:07.515Z | Compiling slog-async v2.8.0 |
541 | 2024-10-31T19:20:07.582Z | Checking hostname v0.3.1 |
542 | 2024-10-31T19:20:07.639Z | Checking hyper-rustls v0.27.3 |
543 | 2024-10-31T19:20:07.671Z | Checking hyper-tls v0.6.0 |
544 | 2024-10-31T19:20:07.968Z | Checking reqwest v0.12.8 |
545 | 2024-10-31T19:20:08.047Z | Checking rand_chacha v0.3.1 |
546 | 2024-10-31T19:20:08.068Z | Checking crossbeam-channel v0.5.13 |
547 | 2024-10-31T19:20:08.414Z | Compiling darling v0.20.10 |
548 | 2024-10-31T19:20:08.543Z | Checking digest v0.10.7 |
549 | 2024-10-31T19:20:08.602Z | Checking term v0.7.0 |
550 | 2024-10-31T19:20:08.978Z | Compiling structmeta v0.3.0 |
551 | 2024-10-31T19:20:09.344Z | Compiling usdt-attr-macro v0.5.0 |
552 | 2024-10-31T19:20:09.527Z | Checking progenitor-client v0.8.0 |
553 | 2024-10-31T19:20:09.584Z | Compiling usdt-macro v0.5.0 |
554 | 2024-10-31T19:20:09.820Z | Checking slog-json v2.6.1 |
555 | 2024-10-31T19:20:10.054Z | Checking futures-executor v0.3.31 |
556 | 2024-10-31T19:20:10.076Z | Compiling async-stream-impl v0.3.6 |
557 | 2024-10-31T19:20:10.096Z | Checking memmap v0.7.0 |
558 | 2024-10-31T19:20:10.112Z | Checking toml_edit v0.22.22 |
559 | 2024-10-31T19:20:10.278Z | Checking is-terminal v0.4.13 |
560 | 2024-10-31T19:20:10.302Z | Compiling dropshot v0.12.0 |
561 | 2024-10-31T19:20:10.401Z | Checking take_mut v0.2.2 |
562 | 2024-10-31T19:20:10.552Z | Checking cpufeatures v0.2.14 |
563 | 2024-10-31T19:20:10.656Z | Checking sha1 v0.10.6 |
564 | 2024-10-31T19:20:10.725Z | Checking slog-term v2.9.1 |
565 | 2024-10-31T19:20:10.788Z | Checking usdt v0.5.0 |
566 | 2024-10-31T19:20:10.928Z | Checking futures v0.3.31 |
567 | 2024-10-31T19:20:10.982Z | Compiling strum_macros v0.26.4 |
568 | 2024-10-31T19:20:11.040Z | Checking slog-bunyan v2.5.0 |
569 | 2024-10-31T19:20:11.066Z | Compiling parse-display-derive v0.10.0 |
570 | 2024-10-31T19:20:11.193Z | Compiling serde_with_macros v3.11.0 |
571 | 2024-10-31T19:20:11.216Z | Checking rand v0.8.5 |
572 | 2024-10-31T19:20:11.269Z | Checking async-stream v0.3.6 |
573 | 2024-10-31T19:20:12.578Z | Checking tokio-rustls v0.25.0 |
574 | 2024-10-31T19:20:12.609Z | Checking ipnetwork v0.20.0 |
575 | 2024-10-31T19:20:12.746Z | Checking toml v0.8.19 |
576 | 2024-10-31T19:20:12.937Z | Compiling dropshot_endpoint v0.12.0 |
577 | 2024-10-31T19:20:12.990Z | Checking serde_path_to_error v0.1.16 |
578 | 2024-10-31T19:20:13.074Z | Checking hex v0.4.3 |
579 | 2024-10-31T19:20:13.479Z | Compiling async-trait v0.1.83 |
580 | 2024-10-31T19:20:13.533Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
581 | 2024-10-31T19:20:13.599Z | Checking waitgroup v0.1.2 |
582 | 2024-10-31T19:20:13.661Z | Checking hostname v0.4.0 |
583 | 2024-10-31T19:20:13.732Z | Checking instant v0.1.13 |
584 | 2024-10-31T19:20:13.799Z | Checking debug-ignore v1.0.5 |
585 | 2024-10-31T19:20:13.844Z | Checking backoff v0.4.0 |
586 | 2024-10-31T19:20:13.935Z | Checking serde_with v3.11.0 |
587 | 2024-10-31T19:20:14.156Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
588 | 2024-10-31T19:20:14.315Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
589 | 2024-10-31T19:20:14.343Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
590 | 2024-10-31T19:20:14.465Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
591 | 2024-10-31T19:20:14.642Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
592 | 2024-10-31T19:20:14.749Z | Checking parse-display v0.10.0 |
593 | 2024-10-31T19:20:14.963Z | Checking macaddr v1.0.1 |
594 | 2024-10-31T19:20:14.997Z | Checking regress v0.9.1 |
595 | 2024-10-31T19:20:15.153Z | Checking strum v0.26.3 |
596 | 2024-10-31T19:20:15.416Z | Compiling typify-macro v0.2.0 |
597 | 2024-10-31T19:20:17.507Z | Compiling typify v0.2.0 |
598 | 2024-10-31T19:20:17.602Z | Checking progenitor-impl v0.8.0 |
599 | 2024-10-31T19:20:20.125Z | Compiling progenitor-macro v0.8.0 |
600 | 2024-10-31T19:20:24.879Z | Checking progenitor v0.8.0 |
601 | 2024-10-31T19:20:24.986Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
602 | 2024-10-31T19:20:27.851Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
603 | 2024-10-31T19:20:35.181Z | Checking test-project v0.1.0 (/tmp/test-project) |
604 | 2024-10-31T19:20:35.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
605 | 2024-10-31T19:20:35.559Z | + cargo build --release |
606 | 2024-10-31T19:20:35.805Z | Compiling proc-macro2 v1.0.87 |
607 | 2024-10-31T19:20:35.805Z | Compiling unicode-ident v1.0.13 |
608 | 2024-10-31T19:20:35.805Z | Compiling libc v0.2.161 |
609 | 2024-10-31T19:20:35.809Z | Compiling cfg-if v1.0.0 |
610 | 2024-10-31T19:20:35.809Z | Compiling autocfg v1.4.0 |
611 | 2024-10-31T19:20:35.809Z | Compiling serde v1.0.210 |
612 | 2024-10-31T19:20:35.809Z | Compiling version_check v0.9.5 |
613 | 2024-10-31T19:20:35.809Z | Compiling memchr v2.7.4 |
614 | 2024-10-31T19:20:35.911Z | Compiling serde_json v1.0.128 |
615 | 2024-10-31T19:20:35.990Z | Compiling itoa v1.0.11 |
616 | 2024-10-31T19:20:36.258Z | Compiling thiserror v1.0.64 |
617 | 2024-10-31T19:20:36.378Z | Compiling once_cell v1.20.2 |
618 | 2024-10-31T19:20:36.414Z | Compiling shlex v1.3.0 |
619 | 2024-10-31T19:20:36.633Z | Compiling cc v1.1.30 |
620 | 2024-10-31T19:20:36.803Z | Compiling num-traits v0.2.19 |
621 | 2024-10-31T19:20:37.054Z | Compiling pin-project-lite v0.2.14 |
622 | 2024-10-31T19:20:37.176Z | Compiling bytes v1.7.2 |
623 | 2024-10-31T19:20:37.255Z | Compiling getrandom v0.2.15 |
624 | 2024-10-31T19:20:37.351Z | Compiling ryu v1.0.18 |
625 | 2024-10-31T19:20:37.536Z | Compiling quote v1.0.37 |
626 | 2024-10-31T19:20:37.579Z | Compiling futures-core v0.3.31 |
627 | 2024-10-31T19:20:37.790Z | Compiling lock_api v0.4.12 |
628 | 2024-10-31T19:20:37.803Z | Compiling ahash v0.8.11 |
629 | 2024-10-31T19:20:37.923Z | Compiling syn v2.0.79 |
630 | 2024-10-31T19:20:38.108Z | Compiling parking_lot_core v0.9.10 |
631 | 2024-10-31T19:20:38.123Z | Compiling schemars v0.8.21 |
632 | 2024-10-31T19:20:38.130Z | Compiling byteorder v1.5.0 |
633 | 2024-10-31T19:20:38.503Z | Compiling smallvec v1.13.2 |
634 | 2024-10-31T19:20:38.509Z | Compiling scopeguard v1.2.0 |
635 | 2024-10-31T19:20:38.564Z | Compiling slab v0.4.9 |
636 | 2024-10-31T19:20:38.586Z | Compiling log v0.4.22 |
637 | 2024-10-31T19:20:38.991Z | Compiling futures-sink v0.3.31 |
638 | 2024-10-31T19:20:39.024Z | Compiling signal-hook-registry v1.4.2 |
639 | 2024-10-31T19:20:39.038Z | Compiling socket2 v0.5.7 |
640 | 2024-10-31T19:20:39.114Z | Compiling mio v1.0.2 |
641 | 2024-10-31T19:20:39.134Z | Compiling equivalent v1.0.1 |
642 | 2024-10-31T19:20:39.232Z | Compiling fnv v1.0.7 |
643 | 2024-10-31T19:20:39.349Z | Compiling parking_lot v0.12.3 |
644 | 2024-10-31T19:20:39.359Z | Compiling ring v0.17.8 |
645 | 2024-10-31T19:20:39.443Z | Compiling hashbrown v0.15.0 |
646 | 2024-10-31T19:20:39.738Z | Compiling http v1.1.0 |
647 | 2024-10-31T19:20:40.546Z | Compiling futures-channel v0.3.31 |
648 | 2024-10-31T19:20:40.706Z | Compiling semver v1.0.23 |
649 | 2024-10-31T19:20:40.722Z | Compiling futures-io v0.3.31 |
650 | 2024-10-31T19:20:40.927Z | Compiling futures-task v0.3.31 |
651 | 2024-10-31T19:20:40.997Z | Compiling pin-utils v0.1.0 |
652 | 2024-10-31T19:20:41.080Z | Compiling heck v0.5.0 |
653 | 2024-10-31T19:20:41.187Z | Compiling pkg-config v0.3.31 |
654 | 2024-10-31T19:20:41.203Z | Compiling spin v0.9.8 |
655 | 2024-10-31T19:20:41.244Z | Compiling rustls-pki-types v1.9.0 |
656 | 2024-10-31T19:20:41.448Z | Compiling vcpkg v0.2.15 |
657 | 2024-10-31T19:20:42.017Z | Compiling ucd-trie v0.1.7 |
658 | 2024-10-31T19:20:42.313Z | Compiling untrusted v0.9.0 |
659 | 2024-10-31T19:20:42.489Z | Compiling httparse v1.9.5 |
660 | 2024-10-31T19:20:42.574Z | Compiling iana-time-zone v0.1.61 |
661 | 2024-10-31T19:20:42.988Z | Compiling openssl-sys v0.9.103 |
662 | 2024-10-31T19:20:43.249Z | Compiling tracing-core v0.1.32 |
663 | 2024-10-31T19:20:43.582Z | Compiling allocator-api2 v0.2.18 |
664 | 2024-10-31T19:20:43.647Z | Compiling atomic-waker v1.1.2 |
665 | 2024-10-31T19:20:43.986Z | Compiling dyn-clone v1.0.17 |
666 | 2024-10-31T19:20:43.996Z | Compiling tracing v0.1.40 |
667 | 2024-10-31T19:20:44.459Z | Compiling http-body v1.0.1 |
668 | 2024-10-31T19:20:44.704Z | Compiling uuid v1.10.0 |
669 | 2024-10-31T19:20:44.712Z | Compiling try-lock v0.2.5 |
670 | 2024-10-31T19:20:44.855Z | Compiling chrono v0.4.38 |
671 | 2024-10-31T19:20:44.892Z | Compiling subtle v2.6.1 |
672 | 2024-10-31T19:20:45.161Z | Compiling serde_derive_internals v0.29.1 |
673 | 2024-10-31T19:20:45.429Z | Compiling zeroize v1.8.1 |
674 | 2024-10-31T19:20:45.602Z | Compiling want v0.3.1 |
675 | 2024-10-31T19:20:45.823Z | Compiling openssl v0.10.66 |
676 | 2024-10-31T19:20:45.882Z | Compiling httpdate v1.0.3 |
677 | 2024-10-31T19:20:46.280Z | Compiling foreign-types-shared v0.1.1 |
678 | 2024-10-31T19:20:46.376Z | Compiling slog v2.7.0 |
679 | 2024-10-31T19:20:46.789Z | Compiling foreign-types v0.3.2 |
680 | 2024-10-31T19:20:46.980Z | Compiling aho-corasick v1.1.3 |
681 | 2024-10-31T19:20:47.226Z | Compiling regex-syntax v0.8.5 |
682 | 2024-10-31T19:20:48.177Z | Compiling rustls v0.23.14 |
683 | 2024-10-31T19:20:48.382Z | Compiling typenum v1.17.0 |
684 | 2024-10-31T19:20:48.530Z | Compiling tower-service v0.3.3 |
685 | 2024-10-31T19:20:48.635Z | Compiling percent-encoding v2.3.1 |
686 | 2024-10-31T19:20:49.100Z | Compiling native-tls v0.2.12 |
687 | 2024-10-31T19:20:49.361Z | Compiling bitflags v2.6.0 |
688 | 2024-10-31T19:20:49.456Z | Compiling tinyvec_macros v0.1.1 |
689 | 2024-10-31T19:20:49.545Z | Compiling tinyvec v1.8.0 |
690 | 2024-10-31T19:20:49.568Z | Compiling form_urlencoded v1.2.1 |
691 | 2024-10-31T19:20:49.786Z | Compiling serde_derive v1.0.210 |
692 | 2024-10-31T19:20:50.099Z | Compiling zerocopy-derive v0.7.35 |
693 | 2024-10-31T19:20:50.374Z | Compiling thiserror-impl v1.0.64 |
694 | 2024-10-31T19:20:50.935Z | Compiling schemars_derive v0.8.21 |
695 | 2024-10-31T19:20:51.258Z | Compiling tokio-macros v2.4.0 |
696 | 2024-10-31T19:20:51.380Z | Compiling futures-macro v0.3.31 |
697 | 2024-10-31T19:20:52.070Z | Compiling zerocopy v0.7.35 |
698 | 2024-10-31T19:20:52.872Z | Compiling tokio v1.40.0 |
699 | 2024-10-31T19:20:53.092Z | Compiling futures-util v0.3.31 |
700 | 2024-10-31T19:20:53.110Z | Compiling pest v2.7.14 |
701 | 2024-10-31T19:20:54.023Z | Compiling hashbrown v0.14.5 |
702 | 2024-10-31T19:20:54.805Z | Compiling openssl-macros v0.1.1 |
703 | 2024-10-31T19:20:55.393Z | Compiling regress v0.10.1 |
704 | 2024-10-31T19:20:56.021Z | Compiling rustls-webpki v0.102.8 |
705 | 2024-10-31T19:21:00.133Z | Compiling pest_meta v2.7.14 |
706 | 2024-10-31T19:21:01.450Z | Compiling pest_generator v2.7.14 |
707 | 2024-10-31T19:21:02.321Z | Compiling tokio-util v0.7.12 |
708 | 2024-10-31T19:21:03.192Z | Compiling regex-automata v0.4.8 |
709 | 2024-10-31T19:21:03.896Z | Compiling indexmap v2.6.0 |
710 | 2024-10-31T19:21:05.922Z | Compiling h2 v0.4.6 |
711 | 2024-10-31T19:21:08.725Z | Compiling serde_tokenstream v0.2.2 |
712 | 2024-10-31T19:21:10.613Z | Compiling pest_derive v2.7.14 |
713 | 2024-10-31T19:21:10.932Z | Compiling generic-array v0.14.7 |
714 | 2024-10-31T19:21:11.292Z | Compiling hyper v1.4.1 |
715 | 2024-10-31T19:21:12.899Z | Compiling typify-impl v0.2.0 |
716 | 2024-10-31T19:21:12.958Z | Compiling openssl-probe v0.1.5 |
717 | 2024-10-31T19:21:14.557Z | Compiling hyper-util v0.1.9 |
718 | 2024-10-31T19:21:20.596Z | Compiling regex v1.11.0 |
719 | 2024-10-31T19:21:21.494Z | Compiling http-body-util v0.1.2 |
720 | 2024-10-31T19:21:21.552Z | Compiling unicode-normalization v0.1.24 |
721 | 2024-10-31T19:21:21.562Z | Compiling scroll_derive v0.12.0 |
722 | 2024-10-31T19:21:22.867Z | Compiling usdt-impl v0.5.0 |
723 | 2024-10-31T19:21:23.017Z | Compiling encoding_rs v0.8.34 |
724 | 2024-10-31T19:21:23.066Z | Compiling unicode-bidi v0.3.17 |
725 | 2024-10-31T19:21:23.191Z | Compiling powerfmt v0.2.0 |
726 | 2024-10-31T19:21:23.235Z | Compiling mime v0.3.17 |
727 | 2024-10-31T19:21:23.690Z | Compiling time-core v0.1.2 |
728 | 2024-10-31T19:21:23.852Z | Compiling num-conv v0.1.0 |
729 | 2024-10-31T19:21:24.101Z | Compiling typify-macro v0.2.0 |
730 | 2024-10-31T19:21:24.281Z | Compiling time-macros v0.2.18 |
731 | 2024-10-31T19:21:25.931Z | Compiling idna v0.5.0 |
732 | 2024-10-31T19:21:27.253Z | Compiling deranged v0.3.11 |
733 | 2024-10-31T19:21:29.944Z | Compiling tokio-rustls v0.26.0 |
734 | 2024-10-31T19:21:30.429Z | Compiling scroll v0.12.0 |
735 | 2024-10-31T19:21:31.050Z | Compiling thread-id v4.2.2 |
736 | 2024-10-31T19:21:31.145Z | Compiling tokio-native-tls v0.3.1 |
737 | 2024-10-31T19:21:31.423Z | Compiling dtrace-parser v0.2.0 |
738 | 2024-10-31T19:21:32.440Z | Compiling dof v0.3.0 |
739 | 2024-10-31T19:21:33.056Z | Compiling serde_urlencoded v0.7.1 |
740 | 2024-10-31T19:21:33.643Z | Compiling webpki-roots v0.26.6 |
741 | 2024-10-31T19:21:33.849Z | Compiling rustls-pemfile v2.2.0 |
742 | 2024-10-31T19:21:34.304Z | Compiling crossbeam-utils v0.8.20 |
743 | 2024-10-31T19:21:34.905Z | Compiling base64 v0.22.1 |
744 | 2024-10-31T19:21:36.013Z | Compiling plain v0.2.3 |
745 | 2024-10-31T19:21:36.258Z | Compiling ident_case v1.0.1 |
746 | 2024-10-31T19:21:36.416Z | Compiling strsim v0.11.1 |
747 | 2024-10-31T19:21:36.423Z | Compiling omicron-workspace-hack v0.1.0 |
748 | 2024-10-31T19:21:36.743Z | Compiling num_threads v0.1.7 |
749 | 2024-10-31T19:21:36.939Z | Compiling time v0.3.36 |
750 | 2024-10-31T19:21:40.914Z | Compiling darling_core v0.20.10 |
751 | 2024-10-31T19:21:41.927Z | Compiling goblin v0.8.2 |
752 | 2024-10-31T19:21:44.205Z | Compiling hyper-rustls v0.27.3 |
753 | 2024-10-31T19:21:46.608Z | Compiling hyper-tls v0.6.0 |
754 | 2024-10-31T19:21:47.101Z | Compiling typify v0.2.0 |
755 | 2024-10-31T19:21:47.180Z | Compiling url v2.5.2 |
756 | 2024-10-31T19:21:47.224Z | Compiling openapiv3 v2.0.0 |
757 | 2024-10-31T19:21:51.642Z | Compiling sync_wrapper v1.0.1 |
758 | 2024-10-31T19:21:51.785Z | Compiling dirs-sys-next v0.1.2 |
759 | 2024-10-31T19:21:52.884Z | Compiling unsafe-libyaml v0.2.11 |
760 | 2024-10-31T19:21:52.944Z | Compiling pretty-hex v0.4.1 |
761 | 2024-10-31T19:21:53.158Z | Compiling paste v1.0.15 |
762 | 2024-10-31T19:21:53.179Z | Compiling ipnet v2.10.1 |
763 | 2024-10-31T19:21:53.641Z | Compiling rustls v0.22.4 |
764 | 2024-10-31T19:21:53.967Z | Compiling rustversion v1.0.17 |
765 | 2024-10-31T19:21:54.577Z | Compiling serde_yaml v0.9.34+deprecated |
766 | 2024-10-31T19:21:54.770Z | Compiling reqwest v0.12.8 |
767 | 2024-10-31T19:21:56.654Z | Compiling dirs-next v2.0.0 |
768 | 2024-10-31T19:21:56.919Z | Compiling progenitor-impl v0.8.0 |
769 | 2024-10-31T19:21:57.711Z | Compiling darling_macro v0.20.10 |
770 | 2024-10-31T19:22:00.021Z | Compiling crypto-common v0.1.6 |
771 | 2024-10-31T19:22:00.230Z | Compiling block-buffer v0.10.4 |
772 | 2024-10-31T19:22:00.476Z | Compiling toml_datetime v0.6.8 |
773 | 2024-10-31T19:22:01.160Z | Compiling serde_spanned v0.6.8 |
774 | 2024-10-31T19:22:01.388Z | Compiling ppv-lite86 v0.2.20 |
775 | 2024-10-31T19:22:01.743Z | Compiling structmeta-derive v0.3.0 |
776 | 2024-10-31T19:22:02.328Z | Compiling rand_core v0.6.4 |
777 | 2024-10-31T19:22:02.798Z | Compiling thread_local v1.1.8 |
778 | 2024-10-31T19:22:02.805Z | Compiling multer v3.1.0 |
779 | 2024-10-31T19:22:03.144Z | Compiling match_cfg v0.1.0 |
780 | 2024-10-31T19:22:03.222Z | Compiling newtype-uuid v1.1.2 |
781 | 2024-10-31T19:22:03.229Z | Compiling anyhow v1.0.89 |
782 | 2024-10-31T19:22:03.494Z | Compiling winnow v0.6.20 |
783 | 2024-10-31T19:22:03.570Z | Compiling slog-async v2.8.0 |
784 | 2024-10-31T19:22:03.776Z | Compiling camino v1.1.9 |
785 | 2024-10-31T19:22:04.286Z | Compiling structmeta v0.3.0 |
786 | 2024-10-31T19:22:04.406Z | Compiling progenitor-macro v0.8.0 |
787 | 2024-10-31T19:22:04.415Z | Compiling hostname v0.3.1 |
788 | 2024-10-31T19:22:04.689Z | Compiling rand_chacha v0.3.1 |
789 | 2024-10-31T19:22:05.107Z | Compiling digest v0.10.7 |
790 | 2024-10-31T19:22:05.526Z | Compiling crossbeam-channel v0.5.13 |
791 | 2024-10-31T19:22:06.466Z | Compiling darling v0.20.10 |
792 | 2024-10-31T19:22:06.567Z | Compiling term v0.7.0 |
793 | 2024-10-31T19:22:07.175Z | Compiling progenitor-client v0.8.0 |
794 | 2024-10-31T19:22:07.880Z | Compiling toml_edit v0.22.22 |
795 | 2024-10-31T19:22:12.327Z | Compiling usdt-attr-macro v0.5.0 |
796 | 2024-10-31T19:22:13.767Z | Compiling usdt-macro v0.5.0 |
797 | 2024-10-31T19:22:15.122Z | Compiling slog-json v2.6.1 |
798 | 2024-10-31T19:22:15.559Z | Compiling futures-executor v0.3.31 |
799 | 2024-10-31T19:22:15.567Z | Compiling async-stream-impl v0.3.6 |
800 | 2024-10-31T19:22:16.662Z | Compiling memmap v0.7.0 |
801 | 2024-10-31T19:22:16.879Z | Compiling is-terminal v0.4.13 |
802 | 2024-10-31T19:22:16.999Z | Compiling dropshot v0.12.0 |
803 | 2024-10-31T19:22:17.083Z | Compiling cpufeatures v0.2.14 |
804 | 2024-10-31T19:22:17.176Z | Compiling take_mut v0.2.2 |
805 | 2024-10-31T19:22:17.415Z | Compiling sha1 v0.10.6 |
806 | 2024-10-31T19:22:18.016Z | Compiling progenitor v0.8.0 |
807 | 2024-10-31T19:22:18.197Z | Compiling slog-term v2.9.1 |
808 | 2024-10-31T19:22:18.204Z | Compiling async-stream v0.3.6 |
809 | 2024-10-31T19:22:18.495Z | Compiling usdt v0.5.0 |
810 | 2024-10-31T19:22:19.984Z | Compiling futures v0.3.31 |
811 | 2024-10-31T19:22:20.180Z | Compiling slog-bunyan v2.5.0 |
812 | 2024-10-31T19:22:20.459Z | Compiling tokio-rustls v0.25.0 |
813 | 2024-10-31T19:22:20.642Z | Compiling strum_macros v0.26.4 |
814 | 2024-10-31T19:22:20.873Z | Compiling toml v0.8.19 |
815 | 2024-10-31T19:22:21.042Z | Compiling serde_with_macros v3.11.0 |
816 | 2024-10-31T19:22:23.673Z | Compiling rand v0.8.5 |
817 | 2024-10-31T19:22:25.591Z | Compiling parse-display-derive v0.10.0 |
818 | 2024-10-31T19:22:29.228Z | Compiling ipnetwork v0.20.0 |
819 | 2024-10-31T19:22:29.479Z | Compiling dropshot_endpoint v0.12.0 |
820 | 2024-10-31T19:22:29.877Z | Compiling serde_path_to_error v0.1.16 |
821 | 2024-10-31T19:22:30.739Z | Compiling hex v0.4.3 |
822 | 2024-10-31T19:22:30.881Z | Compiling async-trait v0.1.83 |
823 | 2024-10-31T19:22:31.411Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
824 | 2024-10-31T19:22:32.262Z | Compiling waitgroup v0.1.2 |
825 | 2024-10-31T19:22:32.508Z | Compiling hostname v0.4.0 |
826 | 2024-10-31T19:22:32.761Z | Compiling instant v0.1.13 |
827 | 2024-10-31T19:22:32.906Z | Compiling debug-ignore v1.0.5 |
828 | 2024-10-31T19:22:33.029Z | Compiling backoff v0.4.0 |
829 | 2024-10-31T19:22:33.154Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
830 | 2024-10-31T19:22:33.337Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
831 | 2024-10-31T19:22:33.344Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
832 | 2024-10-31T19:22:33.497Z | Compiling parse-display v0.10.0 |
833 | 2024-10-31T19:22:34.358Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
834 | 2024-10-31T19:22:34.938Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
835 | 2024-10-31T19:22:35.476Z | Compiling strum v0.26.3 |
836 | 2024-10-31T19:22:35.650Z | Compiling serde_with v3.11.0 |
837 | 2024-10-31T19:22:38.394Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
838 | 2024-10-31T19:22:38.756Z | Compiling macaddr v1.0.1 |
839 | 2024-10-31T19:22:39.206Z | Compiling regress v0.9.1 |
840 | 2024-10-31T19:22:45.319Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
841 | 2024-10-31T19:22:55.011Z | Compiling test-project v0.1.0 (/tmp/test-project) |
842 | 2024-10-31T19:23:04.572Z | Finished `release` profile [optimized] target(s) in 2m 28s |
843 | 2024-10-31T19:23:04.638Z | process exited: duration 224229 ms, exit code 0 |
|
844 | 2024-10-31T19:23:04.644Z | found 0 output files |