|
|
|
1 | 2024-08-07T07:30:57.354Z | job assigned to worker 01J4NVX2X9HJX477PW4WB40TX7 (queued for 1 m 6 s) |
|
2 | 2024-08-07T07:31:05.811Z | starting task 0: "setup" |
3 | 2024-08-07T07:31:05.864Z | ++ uname -s |
4 | 2024-08-07T07:31:05.867Z | + kern=SunOS |
5 | 2024-08-07T07:31:05.867Z | + case "$kern" in |
6 | 2024-08-07T07:31:05.868Z | + groupadd -g 12345 build |
7 | 2024-08-07T07:31:05.870Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-07T07:31:07.888Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-07T07:31:08.029Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-07T07:31:08.032Z | + home_fs=zfs |
11 | 2024-08-07T07:31:08.032Z | + [[ zfs == autofs ]] |
12 | 2024-08-07T07:31:08.032Z | + mkdir -p /home/build |
13 | 2024-08-07T07:31:08.035Z | + chown build:build /home/build /work |
14 | 2024-08-07T07:31:10.036Z | + chmod 0700 /home/build /work |
15 | 2024-08-07T07:31:10.040Z | process exited: duration 4229 ms, exit code 0 |
|
16 | 2024-08-07T07:31:10.046Z | starting task 1: "rust-toolchain" |
17 | 2024-08-07T07:31:10.052Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-07T07:31:10.052Z | ' 1.80.0 |
19 | 2024-08-07T07:31:10.052Z | * toolchain channel = "1.80.0" |
20 | 2024-08-07T07:31:10.052Z | * toolchain profile = "default" |
21 | 2024-08-07T07:31:10.055Z | + printf ' * toolchain profile = "%s" |
22 | 2024-08-07T07:31:10.055Z | ' default |
23 | 2024-08-07T07:31:10.055Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-07T07:31:10.055Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default |
25 | 2024-08-07T07:31:10.172Z | info: downloading installer |
26 | 2024-08-07T07:31:11.747Z | info: profile set to 'default' |
27 | 2024-08-07T07:31:11.747Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-07T07:31:11.750Z | info: syncing channel updates for '1.80.0-x86_64-unknown-illumos' |
29 | 2024-08-07T07:31:11.899Z | info: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21) |
30 | 2024-08-07T07:31:11.899Z | info: downloading component 'cargo' |
31 | 2024-08-07T07:31:12.752Z | info: downloading component 'clippy' |
32 | 2024-08-07T07:31:13.054Z | info: downloading component 'rust-docs' |
33 | 2024-08-07T07:31:14.243Z | info: downloading component 'rust-std' |
34 | 2024-08-07T07:31:15.919Z | info: downloading component 'rustc' |
35 | 2024-08-07T07:31:20.623Z | info: downloading component 'rustfmt' |
36 | 2024-08-07T07:31:20.872Z | info: installing component 'cargo' |
37 | 2024-08-07T07:31:21.716Z | info: installing component 'clippy' |
38 | 2024-08-07T07:31:22.101Z | info: installing component 'rust-docs' |
39 | 2024-08-07T07:31:23.733Z | info: installing component 'rust-std' |
40 | 2024-08-07T07:31:25.399Z | info: installing component 'rustc' |
41 | 2024-08-07T07:31:29.815Z | info: installing component 'rustfmt' |
42 | 2024-08-07T07:31:30.194Z | info: default toolchain set to '1.80.0-x86_64-unknown-illumos' |
43 | 2024-08-07T07:31:30.194Z | |
44 | 2024-08-07T07:31:30.479Z | 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21) |
45 | 2024-08-07T07:31:30.479Z | |
46 | 2024-08-07T07:31:30.482Z | |
47 | 2024-08-07T07:31:30.482Z | Rust is installed now. Great! |
48 | 2024-08-07T07:31:30.482Z | |
49 | 2024-08-07T07:31:30.482Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-07T07:31:30.482Z | environment variable. This has not been done automatically. |
51 | 2024-08-07T07:31:30.482Z | |
52 | 2024-08-07T07:31:30.482Z | To configure your current shell, you need to source |
53 | 2024-08-07T07:31:30.482Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-07T07:31:30.482Z | |
55 | 2024-08-07T07:31:30.482Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-07T07:31:30.482Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-07T07:31:30.482Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-07T07:31:30.623Z | + rustc --version |
59 | 2024-08-07T07:31:30.686Z | rustc 1.80.0 (051478957 2024-07-21) |
60 | 2024-08-07T07:31:30.689Z | process exited: duration 20640 ms, exit code 0 |
|
61 | 2024-08-07T07:31:30.697Z | starting task 2: "authentication" |
62 | 2024-08-07T07:31:30.716Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-08-07T07:31:30.723Z | starting task 3: "clone repository" |
64 | 2024-08-07T07:31:30.730Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-07T07:31:30.730Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-07T07:31:31.766Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-07T07:31:40.940Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-07T07:31:40.942Z | + git fetch origin 567bd95afd17331f77a2c954e7a8ff4dc2eb4a22 |
69 | 2024-08-07T07:31:41.203Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-07T07:31:41.203Z | * branch 567bd95afd17331f77a2c954e7a8ff4dc2eb4a22 -> FETCH_HEAD |
71 | 2024-08-07T07:31:41.214Z | + [[ -n renovate/itertools-0.x ]] |
72 | 2024-08-07T07:31:41.217Z | ++ git branch --show-current |
73 | 2024-08-07T07:31:41.219Z | + current=main |
74 | 2024-08-07T07:31:41.220Z | + [[ main != renovate/itertools-0.x ]] |
75 | 2024-08-07T07:31:41.220Z | + git branch -f renovate/itertools-0.x 567bd95afd17331f77a2c954e7a8ff4dc2eb4a22 |
76 | 2024-08-07T07:31:41.222Z | + git checkout -f renovate/itertools-0.x |
77 | 2024-08-07T07:31:41.361Z | Switched to branch 'renovate/itertools-0.x' |
78 | 2024-08-07T07:31:41.364Z | + git reset --hard 567bd95afd17331f77a2c954e7a8ff4dc2eb4a22 |
79 | 2024-08-07T07:31:41.373Z | HEAD is now at 567bd95af Update Rust crate itertools to 0.13.0 |
80 | 2024-08-07T07:31:41.376Z | process exited: duration 10651 ms, exit code 0 |
|
81 | 2024-08-07T07:31:41.382Z | starting task 4: "build" |
82 | 2024-08-07T07:31:41.388Z | + cargo --version |
83 | 2024-08-07T07:31:41.442Z | cargo 1.80.0 (376290515 2024-07-16) |
84 | 2024-08-07T07:31:41.445Z | + rustc --version |
85 | 2024-08-07T07:31:41.501Z | rustc 1.80.0 (051478957 2024-07-21) |
86 | 2024-08-07T07:31:41.504Z | + cd /tmp |
87 | 2024-08-07T07:31:41.504Z | + cargo new --lib test-project |
88 | 2024-08-07T07:31:41.559Z | Creating library `test-project` package |
89 | 2024-08-07T07:31:41.639Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-08-07T07:31:41.641Z | + cd test-project |
91 | 2024-08-07T07:31:41.641Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-08-07T07:31:41.699Z | Adding omicron-common (local) to dependencies |
93 | 2024-08-07T07:31:41.702Z | Features: |
94 | 2024-08-07T07:31:41.702Z | - proptest |
95 | 2024-08-07T07:31:41.702Z | - test-strategy |
96 | 2024-08-07T07:31:41.702Z | - testing |
97 | 2024-08-07T07:31:41.702Z | Updating crates.io index |
98 | 2024-08-07T07:31:41.786Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-08-07T07:31:42.619Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-08-07T07:31:43.306Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-08-07T07:31:43.847Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-08-07T07:31:45.560Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-08-07T07:31:45.907Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-08-07T07:31:46.308Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-08-07T07:31:50.268Z | Locking 304 packages to latest compatible versions |
106 | 2024-08-07T07:31:50.268Z | Adding addr2line v0.22.0 (latest: v0.24.1) |
107 | 2024-08-07T07:31:50.271Z | Adding base64 v0.21.7 (latest: v0.22.1) |
108 | 2024-08-07T07:31:50.274Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
109 | 2024-08-07T07:31:50.274Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
110 | 2024-08-07T07:31:50.274Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
111 | 2024-08-07T07:31:50.274Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
112 | 2024-08-07T07:31:50.274Z | Adding gimli v0.29.0 (latest: v0.31.0) |
113 | 2024-08-07T07:31:50.274Z | Adding h2 v0.3.26 (latest: v0.4.5) |
114 | 2024-08-07T07:31:50.274Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
115 | 2024-08-07T07:31:50.274Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
116 | 2024-08-07T07:31:50.274Z | Adding hostname v0.3.1 (latest: v0.4.0) |
117 | 2024-08-07T07:31:50.274Z | Adding http v0.2.12 (latest: v1.1.0) |
118 | 2024-08-07T07:31:50.274Z | Adding http-body v0.4.6 (latest: v1.0.1) |
119 | 2024-08-07T07:31:50.277Z | Adding hyper v0.14.30 (latest: v1.4.1) |
120 | 2024-08-07T07:31:50.277Z | Adding hyper-rustls v0.24.2 (latest: v0.27.2) |
121 | 2024-08-07T07:31:50.277Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
122 | 2024-08-07T07:31:50.277Z | Adding idna v0.5.0 (latest: v1.0.2) |
123 | 2024-08-07T07:31:50.277Z | Adding indexmap v1.9.3 (latest: v2.3.0) |
124 | 2024-08-07T07:31:50.277Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.4) |
125 | 2024-08-07T07:31:50.280Z | Adding parse-display v0.9.1 (latest: v0.10.0) |
126 | 2024-08-07T07:31:50.280Z | Adding parse-display-derive v0.9.1 (latest: v0.10.0) |
127 | 2024-08-07T07:31:50.280Z | Adding regress v0.9.1 (latest: v0.10.0) |
128 | 2024-08-07T07:31:50.283Z | Adding reqwest v0.11.27 (latest: v0.12.5) |
129 | 2024-08-07T07:31:50.286Z | Adding rustls v0.21.12 (latest: v0.23.12) |
130 | 2024-08-07T07:31:50.286Z | Adding rustls v0.22.4 (latest: v0.23.12) |
131 | 2024-08-07T07:31:50.288Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.3) |
132 | 2024-08-07T07:31:50.288Z | Adding rustls-webpki v0.101.7 (latest: v0.102.6) |
133 | 2024-08-07T07:31:50.291Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
134 | 2024-08-07T07:31:50.291Z | Adding system-configuration v0.5.1 (latest: v0.6.0) |
135 | 2024-08-07T07:31:50.291Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
136 | 2024-08-07T07:31:50.291Z | Adding term v0.7.0 (latest: v1.0.0) |
137 | 2024-08-07T07:31:50.293Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
138 | 2024-08-07T07:31:50.294Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
139 | 2024-08-07T07:31:50.294Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.1+wasi-0.2.0) |
140 | 2024-08-07T07:31:50.296Z | Adding webpki-roots v0.25.4 (latest: v0.26.3) |
141 | 2024-08-07T07:31:50.296Z | Adding windows v0.52.0 (latest: v0.58.0) |
142 | 2024-08-07T07:31:50.296Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
143 | 2024-08-07T07:31:50.296Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
144 | 2024-08-07T07:31:50.297Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
145 | 2024-08-07T07:31:50.297Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
146 | 2024-08-07T07:31:50.297Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
147 | 2024-08-07T07:31:50.297Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
148 | 2024-08-07T07:31:50.297Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
149 | 2024-08-07T07:31:50.297Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
150 | 2024-08-07T07:31:50.297Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
151 | 2024-08-07T07:31:50.297Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
152 | 2024-08-07T07:31:50.297Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
153 | 2024-08-07T07:31:50.297Z | Adding winreg v0.50.0 (latest: v0.52.0) |
154 | 2024-08-07T07:31:50.368Z | + cargo check |
155 | 2024-08-07T07:31:50.627Z | Downloading crates ... |
156 | 2024-08-07T07:31:50.707Z | Downloaded darling_macro v0.20.10 |
157 | 2024-08-07T07:31:50.717Z | Downloaded cpufeatures v0.2.12 |
158 | 2024-08-07T07:31:50.717Z | Downloaded cfg-if v1.0.0 |
159 | 2024-08-07T07:31:50.717Z | Downloaded byteorder v1.5.0 |
160 | 2024-08-07T07:31:50.717Z | Downloaded equivalent v1.0.1 |
161 | 2024-08-07T07:31:50.718Z | Downloaded foreign-types v0.3.2 |
162 | 2024-08-07T07:31:50.718Z | Downloaded match_cfg v0.1.0 |
163 | 2024-08-07T07:31:50.723Z | Downloaded is-terminal v0.4.12 |
164 | 2024-08-07T07:31:50.723Z | Downloaded async-stream-impl v0.3.5 |
165 | 2024-08-07T07:31:50.732Z | Downloaded openssl-probe v0.1.5 |
166 | 2024-08-07T07:31:50.744Z | Downloaded num_threads v0.1.7 |
167 | 2024-08-07T07:31:50.744Z | Downloaded backoff v0.4.0 |
168 | 2024-08-07T07:31:50.744Z | Downloaded atomic-waker v1.1.2 |
169 | 2024-08-07T07:31:50.767Z | Downloaded async-stream v0.3.5 |
170 | 2024-08-07T07:31:50.767Z | Downloaded unicode-ident v1.0.12 |
171 | 2024-08-07T07:31:50.767Z | Downloaded want v0.3.1 |
172 | 2024-08-07T07:31:50.767Z | Downloaded openssl-macros v0.1.1 |
173 | 2024-08-07T07:31:50.767Z | Downloaded hostname v0.3.1 |
174 | 2024-08-07T07:31:50.767Z | Downloaded parking_lot v0.12.3 |
175 | 2024-08-07T07:31:50.768Z | Downloaded http-body v0.4.6 |
176 | 2024-08-07T07:31:50.768Z | Downloaded form_urlencoded v1.2.1 |
177 | 2024-08-07T07:31:50.768Z | Downloaded scroll_derive v0.12.0 |
178 | 2024-08-07T07:31:50.768Z | Downloaded heck v0.5.0 |
179 | 2024-08-07T07:31:50.768Z | Downloaded futures-sink v0.3.30 |
180 | 2024-08-07T07:31:50.786Z | Downloaded memmap v0.7.0 |
181 | 2024-08-07T07:31:50.786Z | Downloaded httpdate v1.0.3 |
182 | 2024-08-07T07:31:50.786Z | Downloaded dof v0.3.0 |
183 | 2024-08-07T07:31:50.786Z | Downloaded take_mut v0.2.2 |
184 | 2024-08-07T07:31:50.786Z | Downloaded futures-io v0.3.30 |
185 | 2024-08-07T07:31:50.786Z | Downloaded dyn-clone v1.0.17 |
186 | 2024-08-07T07:31:50.787Z | Downloaded crypto-common v0.1.6 |
187 | 2024-08-07T07:31:50.787Z | Downloaded debug-ignore v1.0.5 |
188 | 2024-08-07T07:31:50.787Z | Downloaded block-buffer v0.10.4 |
189 | 2024-08-07T07:31:50.787Z | Downloaded autocfg v1.3.0 |
190 | 2024-08-07T07:31:50.787Z | Downloaded dirs-next v2.0.0 |
191 | 2024-08-07T07:31:50.787Z | Downloaded pretty-hex v0.4.1 |
192 | 2024-08-07T07:31:50.787Z | Downloaded darling v0.20.10 |
193 | 2024-08-07T07:31:50.787Z | Downloaded bitflags v2.6.0 |
194 | 2024-08-07T07:31:50.805Z | Downloaded usdt-macro v0.5.0 |
195 | 2024-08-07T07:31:50.805Z | Downloaded waitgroup v0.1.2 |
196 | 2024-08-07T07:31:50.805Z | Downloaded num-conv v0.1.0 |
197 | 2024-08-07T07:31:50.805Z | Downloaded time-core v0.1.2 |
198 | 2024-08-07T07:31:50.806Z | Downloaded scopeguard v1.2.0 |
199 | 2024-08-07T07:31:50.806Z | Downloaded rustversion v1.0.17 |
200 | 2024-08-07T07:31:50.806Z | Downloaded omicron-workspace-hack v0.1.0 |
201 | 2024-08-07T07:31:50.806Z | Downloaded pin-utils v0.1.0 |
202 | 2024-08-07T07:31:50.806Z | Downloaded version_check v0.9.5 |
203 | 2024-08-07T07:31:50.806Z | Downloaded instant v0.1.13 |
204 | 2024-08-07T07:31:50.806Z | Downloaded rand_core v0.6.4 |
205 | 2024-08-07T07:31:50.823Z | Downloaded usdt v0.5.0 |
206 | 2024-08-07T07:31:50.823Z | Downloaded hyper-tls v0.5.0 |
207 | 2024-08-07T07:31:50.823Z | Downloaded hostname v0.4.0 |
208 | 2024-08-07T07:31:50.823Z | Downloaded percent-encoding v2.3.1 |
209 | 2024-08-07T07:31:50.823Z | Downloaded hyper-rustls v0.24.2 |
210 | 2024-08-07T07:31:50.823Z | Downloaded iana-time-zone v0.1.60 |
211 | 2024-08-07T07:31:50.823Z | Downloaded ppv-lite86 v0.2.20 |
212 | 2024-08-07T07:31:50.823Z | Downloaded ipnet v2.9.0 |
213 | 2024-08-07T07:31:50.823Z | Downloaded slog-async v2.8.0 |
214 | 2024-08-07T07:31:50.823Z | Downloaded slab v0.4.9 |
215 | 2024-08-07T07:31:50.828Z | Downloaded once_cell v1.19.0 |
216 | 2024-08-07T07:31:50.829Z | Downloaded async-trait v0.1.81 |
217 | 2024-08-07T07:31:50.829Z | Downloaded futures-macro v0.3.30 |
218 | 2024-08-07T07:31:50.829Z | Downloaded usdt-impl v0.5.0 |
219 | 2024-08-07T07:31:50.829Z | Downloaded try-lock v0.2.5 |
220 | 2024-08-07T07:31:50.829Z | Downloaded itoa v1.0.11 |
221 | 2024-08-07T07:31:50.829Z | Downloaded generic-array v0.14.7 |
222 | 2024-08-07T07:31:50.839Z | Downloaded strsim v0.11.1 |
223 | 2024-08-07T07:31:50.839Z | Downloaded serde_path_to_error v0.1.16 |
224 | 2024-08-07T07:31:50.839Z | Downloaded tinyvec_macros v0.1.1 |
225 | 2024-08-07T07:31:50.853Z | Downloaded toml_datetime v0.6.8 |
226 | 2024-08-07T07:31:50.853Z | Downloaded tower-service v0.3.2 |
227 | 2024-08-07T07:31:50.853Z | Downloaded futures-executor v0.3.30 |
228 | 2024-08-07T07:31:50.853Z | Downloaded thread_local v1.1.8 |
229 | 2024-08-07T07:31:50.853Z | Downloaded structmeta-derive v0.3.0 |
230 | 2024-08-07T07:31:50.853Z | Downloaded serde_tokenstream v0.2.1 |
231 | 2024-08-07T07:31:50.853Z | Downloaded thread-id v4.2.2 |
232 | 2024-08-07T07:31:50.853Z | Downloaded thiserror v1.0.63 |
233 | 2024-08-07T07:31:50.862Z | Downloaded log v0.4.22 |
234 | 2024-08-07T07:31:50.862Z | Downloaded futures-core v0.3.30 |
235 | 2024-08-07T07:31:50.862Z | Downloaded parse-display v0.9.1 |
236 | 2024-08-07T07:31:50.862Z | Downloaded getrandom v0.2.15 |
237 | 2024-08-07T07:31:50.862Z | Downloaded zeroize v1.8.1 |
238 | 2024-08-07T07:31:50.862Z | Downloaded untrusted v0.9.0 |
239 | 2024-08-07T07:31:50.862Z | Downloaded macaddr v1.0.1 |
240 | 2024-08-07T07:31:50.862Z | Downloaded strum v0.26.3 |
241 | 2024-08-07T07:31:50.866Z | Downloaded lock_api v0.4.12 |
242 | 2024-08-07T07:31:50.866Z | Downloaded tokio-macros v2.4.0 |
243 | 2024-08-07T07:31:50.866Z | Downloaded futures-channel v0.3.30 |
244 | 2024-08-07T07:31:50.869Z | Downloaded ipnetwork v0.20.0 |
245 | 2024-08-07T07:31:50.869Z | Downloaded rand_chacha v0.3.1 |
246 | 2024-08-07T07:31:50.869Z | Downloaded multer v3.1.0 |
247 | 2024-08-07T07:31:50.872Z | Downloaded parking_lot_core v0.9.10 |
248 | 2024-08-07T07:31:50.876Z | Downloaded semver v1.0.23 |
249 | 2024-08-07T07:31:50.876Z | Downloaded plain v0.2.3 |
250 | 2024-08-07T07:31:50.879Z | Downloaded zerocopy-derive v0.7.35 |
251 | 2024-08-07T07:31:50.882Z | Downloaded allocator-api2 v0.2.18 |
252 | 2024-08-07T07:31:50.886Z | Downloaded sha2 v0.10.8 |
253 | 2024-08-07T07:31:50.890Z | Downloaded futures v0.3.30 |
254 | 2024-08-07T07:31:50.890Z | Downloaded scroll v0.12.0 |
255 | 2024-08-07T07:31:50.894Z | Downloaded slog-bunyan v2.5.0 |
256 | 2024-08-07T07:31:50.894Z | Downloaded serde_urlencoded v0.7.1 |
257 | 2024-08-07T07:31:50.897Z | Downloaded powerfmt v0.2.0 |
258 | 2024-08-07T07:31:50.897Z | Downloaded schemars_derive v0.8.21 |
259 | 2024-08-07T07:31:50.897Z | Downloaded rustls-pki-types v1.8.0 |
260 | 2024-08-07T07:31:50.902Z | Downloaded base64 v0.21.7 |
261 | 2024-08-07T07:31:50.907Z | Downloaded ucd-trie v0.1.6 |
262 | 2024-08-07T07:31:50.907Z | Downloaded indexmap v1.9.3 |
263 | 2024-08-07T07:31:50.907Z | Downloaded num-traits v0.2.19 |
264 | 2024-08-07T07:31:50.911Z | Downloaded tokio-native-tls v0.3.1 |
265 | 2024-08-07T07:31:50.914Z | Downloaded tokio-rustls v0.24.1 |
266 | 2024-08-07T07:31:50.917Z | Downloaded tinyvec v1.8.0 |
267 | 2024-08-07T07:31:50.917Z | Downloaded sync_wrapper v0.1.2 |
268 | 2024-08-07T07:31:50.920Z | Downloaded darling_core v0.20.10 |
269 | 2024-08-07T07:31:50.924Z | Downloaded strum_macros v0.26.4 |
270 | 2024-08-07T07:31:50.927Z | Downloaded slog-json v2.6.1 |
271 | 2024-08-07T07:31:50.927Z | Downloaded sct v0.7.1 |
272 | 2024-08-07T07:31:50.930Z | Downloaded thiserror-impl v1.0.63 |
273 | 2024-08-07T07:31:50.934Z | Downloaded toml v0.8.19 |
274 | 2024-08-07T07:31:50.934Z | Downloaded tokio-rustls v0.25.0 |
275 | 2024-08-07T07:31:50.937Z | Downloaded tracing-core v0.1.32 |
276 | 2024-08-07T07:31:50.940Z | Downloaded serde_derive v1.0.204 |
277 | 2024-08-07T07:31:50.944Z | Downloaded pest_derive v2.7.11 |
278 | 2024-08-07T07:31:50.944Z | Downloaded proc-macro2 v1.0.86 |
279 | 2024-08-07T07:31:50.947Z | Downloaded mio v1.0.1 |
280 | 2024-08-07T07:31:50.952Z | Downloaded pkg-config v0.3.30 |
281 | 2024-08-07T07:31:50.957Z | Downloaded pin-project-lite v0.2.14 |
282 | 2024-08-07T07:31:50.961Z | Downloaded unicode-normalization v0.1.23 |
283 | 2024-08-07T07:31:50.972Z | Downloaded socket2 v0.5.7 |
284 | 2024-08-07T07:31:50.972Z | Downloaded serde_with_macros v3.9.0 |
285 | 2024-08-07T07:31:50.972Z | Downloaded smallvec v1.13.2 |
286 | 2024-08-07T07:31:50.972Z | Downloaded spin v0.9.8 |
287 | 2024-08-07T07:31:50.972Z | Downloaded serde_derive_internals v0.29.1 |
288 | 2024-08-07T07:31:50.972Z | Downloaded rustls-pemfile v2.1.3 |
289 | 2024-08-07T07:31:50.978Z | Downloaded http v1.1.0 |
290 | 2024-08-07T07:31:50.978Z | Downloaded tracing v0.1.40 |
291 | 2024-08-07T07:31:50.981Z | Downloaded term v0.7.0 |
292 | 2024-08-07T07:31:50.984Z | Downloaded toml_edit v0.22.20 |
293 | 2024-08-07T07:31:51.005Z | Downloaded uuid v1.10.0 |
294 | 2024-08-07T07:31:51.009Z | Downloaded tokio-util v0.7.11 |
295 | 2024-08-07T07:31:51.014Z | Downloaded slog v2.7.0 |
296 | 2024-08-07T07:31:51.018Z | Downloaded time v0.3.36 |
297 | 2024-08-07T07:31:51.023Z | Downloaded typenum v1.17.0 |
298 | 2024-08-07T07:31:51.027Z | Downloaded rand v0.8.5 |
299 | 2024-08-07T07:31:51.031Z | Downloaded schemars v0.8.21 |
300 | 2024-08-07T07:31:51.039Z | Downloaded h2 v0.3.26 |
301 | 2024-08-07T07:31:51.046Z | Downloaded serde v1.0.204 |
302 | 2024-08-07T07:31:51.050Z | Downloaded time-macros v0.2.18 |
303 | 2024-08-07T07:31:51.053Z | Downloaded hyper v0.14.30 |
304 | 2024-08-07T07:31:51.058Z | Downloaded unicode-bidi v0.3.15 |
305 | 2024-08-07T07:31:51.062Z | Downloaded chrono v0.4.38 |
306 | 2024-08-07T07:31:51.067Z | Downloaded goblin v0.8.2 |
307 | 2024-08-07T07:31:51.074Z | Downloaded openssl v0.10.66 |
308 | 2024-08-07T07:31:51.082Z | Downloaded idna v0.5.0 |
309 | 2024-08-07T07:31:51.089Z | Downloaded url v2.5.2 |
310 | 2024-08-07T07:31:51.092Z | Downloaded futures-util v0.3.30 |
311 | 2024-08-07T07:31:51.102Z | Downloaded serde_yaml v0.9.34+deprecated |
312 | 2024-08-07T07:31:51.111Z | Downloaded pest v2.7.11 |
313 | 2024-08-07T07:31:51.111Z | Downloaded openapiv3 v2.0.0 |
314 | 2024-08-07T07:31:51.122Z | Downloaded ryu v1.0.18 |
315 | 2024-08-07T07:31:51.127Z | Downloaded hashbrown v0.14.5 |
316 | 2024-08-07T07:31:51.130Z | Downloaded aho-corasick v1.1.3 |
317 | 2024-08-07T07:31:51.134Z | Downloaded unsafe-libyaml v0.2.11 |
318 | 2024-08-07T07:31:51.138Z | Downloaded serde_with v3.9.0 |
319 | 2024-08-07T07:31:51.145Z | Downloaded serde_json v1.0.122 |
320 | 2024-08-07T07:31:51.153Z | Downloaded reqwest v0.11.27 |
321 | 2024-08-07T07:31:51.159Z | Downloaded winnow v0.6.18 |
322 | 2024-08-07T07:31:51.169Z | Downloaded hashbrown v0.12.3 |
323 | 2024-08-07T07:31:51.173Z | Downloaded rustls-webpki v0.101.7 |
324 | 2024-08-07T07:31:51.184Z | Downloaded zerocopy v0.7.35 |
325 | 2024-08-07T07:31:51.200Z | Downloaded tokio v1.39.2 |
326 | 2024-08-07T07:31:51.236Z | Downloaded rustls-webpki v0.102.6 |
327 | 2024-08-07T07:31:51.251Z | Downloaded libc v0.2.155 |
328 | 2024-08-07T07:31:51.279Z | Downloaded vcpkg v0.2.15 |
329 | 2024-08-07T07:31:51.311Z | Downloaded syn v2.0.72 |
330 | 2024-08-07T07:31:51.322Z | Downloaded rustls v0.21.12 |
331 | 2024-08-07T07:31:51.332Z | Downloaded regress v0.10.0 |
332 | 2024-08-07T07:31:51.339Z | Downloaded rustls v0.22.4 |
333 | 2024-08-07T07:31:51.351Z | Downloaded regex-syntax v0.8.4 |
334 | 2024-08-07T07:31:51.359Z | Downloaded regress v0.9.1 |
335 | 2024-08-07T07:31:51.366Z | Downloaded regex v1.10.6 |
336 | 2024-08-07T07:31:51.378Z | Downloaded webpki-roots v0.25.4 |
337 | 2024-08-07T07:31:51.382Z | Downloaded regex-automata v0.4.7 |
338 | 2024-08-07T07:31:51.397Z | Downloaded encoding_rs v0.8.34 |
339 | 2024-08-07T07:31:51.416Z | Downloaded quote v1.0.36 |
340 | 2024-08-07T07:31:51.419Z | Downloaded http v0.2.12 |
341 | 2024-08-07T07:31:51.422Z | Downloaded paste v1.0.15 |
342 | 2024-08-07T07:31:51.424Z | Downloaded memchr v2.7.4 |
343 | 2024-08-07T07:31:51.429Z | Downloaded pest_meta v2.7.11 |
344 | 2024-08-07T07:31:51.431Z | Downloaded pest_generator v2.7.11 |
345 | 2024-08-07T07:31:51.434Z | Downloaded crossbeam-channel v0.5.13 |
346 | 2024-08-07T07:31:51.437Z | Downloaded openssl-sys v0.9.103 |
347 | 2024-08-07T07:31:51.440Z | Downloaded subtle v2.6.1 |
348 | 2024-08-07T07:31:51.442Z | Downloaded structmeta v0.3.0 |
349 | 2024-08-07T07:31:51.442Z | Downloaded sha1 v0.10.6 |
350 | 2024-08-07T07:31:51.445Z | Downloaded serde_spanned v0.6.7 |
351 | 2024-08-07T07:31:51.445Z | Downloaded indexmap v2.3.0 |
352 | 2024-08-07T07:31:51.448Z | Downloaded cc v1.1.7 |
353 | 2024-08-07T07:31:51.450Z | Downloaded base64 v0.22.1 |
354 | 2024-08-07T07:31:51.454Z | Downloaded slog-term v2.9.1 |
355 | 2024-08-07T07:31:51.456Z | Downloaded signal-hook-registry v1.4.2 |
356 | 2024-08-07T07:31:51.460Z | Downloaded rustls-pemfile v1.0.4 |
357 | 2024-08-07T07:31:51.460Z | Downloaded bytes v1.7.1 |
358 | 2024-08-07T07:31:51.462Z | Downloaded parse-display-derive v0.9.1 |
359 | 2024-08-07T07:31:51.465Z | Downloaded futures-task v0.3.30 |
360 | 2024-08-07T07:31:51.465Z | Downloaded crossbeam-utils v0.8.20 |
361 | 2024-08-07T07:31:51.467Z | Downloaded ahash v0.8.11 |
362 | 2024-08-07T07:31:51.470Z | Downloaded native-tls v0.2.12 |
363 | 2024-08-07T07:31:51.472Z | Downloaded httparse v1.9.4 |
364 | 2024-08-07T07:31:51.472Z | Downloaded hex v0.4.3 |
365 | 2024-08-07T07:31:51.475Z | Downloaded fnv v1.0.7 |
366 | 2024-08-07T07:31:51.475Z | Downloaded dirs-sys-next v0.1.2 |
367 | 2024-08-07T07:31:51.475Z | Downloaded digest v0.10.7 |
368 | 2024-08-07T07:31:51.478Z | Downloaded ident_case v1.0.1 |
369 | 2024-08-07T07:31:51.478Z | Downloaded usdt-attr-macro v0.5.0 |
370 | 2024-08-07T07:31:51.478Z | Downloaded mime v0.3.17 |
371 | 2024-08-07T07:31:51.481Z | Downloaded camino v1.1.7 |
372 | 2024-08-07T07:31:51.481Z | Downloaded anyhow v1.0.86 |
373 | 2024-08-07T07:31:51.484Z | Downloaded newtype-uuid v1.1.0 |
374 | 2024-08-07T07:31:51.487Z | Downloaded dtrace-parser v0.2.0 |
375 | 2024-08-07T07:31:51.487Z | Downloaded deranged v0.3.11 |
376 | 2024-08-07T07:31:51.489Z | Downloaded foreign-types-shared v0.1.1 |
377 | 2024-08-07T07:31:51.655Z | Downloaded ring v0.17.8 |
378 | 2024-08-07T07:31:51.840Z | Compiling proc-macro2 v1.0.86 |
379 | 2024-08-07T07:31:51.840Z | Compiling unicode-ident v1.0.12 |
380 | 2024-08-07T07:31:51.844Z | Compiling libc v0.2.155 |
381 | 2024-08-07T07:31:51.844Z | Checking cfg-if v1.0.0 |
382 | 2024-08-07T07:31:51.844Z | Compiling version_check v0.9.5 |
383 | 2024-08-07T07:31:51.844Z | Compiling autocfg v1.3.0 |
384 | 2024-08-07T07:31:51.854Z | Compiling serde v1.0.204 |
385 | 2024-08-07T07:31:51.857Z | Checking memchr v2.7.4 |
386 | 2024-08-07T07:31:51.940Z | Compiling serde_json v1.0.122 |
387 | 2024-08-07T07:31:52.046Z | Checking itoa v1.0.11 |
388 | 2024-08-07T07:31:52.460Z | Compiling ahash v0.8.11 |
389 | 2024-08-07T07:31:52.504Z | Compiling thiserror v1.0.63 |
390 | 2024-08-07T07:31:52.573Z | Checking once_cell v1.19.0 |
391 | 2024-08-07T07:31:52.767Z | Checking byteorder v1.5.0 |
392 | 2024-08-07T07:31:53.037Z | Compiling cc v1.1.7 |
393 | 2024-08-07T07:31:54.969Z | Compiling num-traits v0.2.19 |
394 | 2024-08-07T07:31:55.255Z | Checking pin-project-lite v0.2.14 |
395 | 2024-08-07T07:31:55.320Z | Checking ryu v1.0.18 |
396 | 2024-08-07T07:31:55.323Z | Checking log v0.4.22 |
397 | 2024-08-07T07:31:55.342Z | Checking bytes v1.7.1 |
398 | 2024-08-07T07:31:55.479Z | Checking allocator-api2 v0.2.18 |
399 | 2024-08-07T07:31:55.544Z | Compiling lock_api v0.4.12 |
400 | 2024-08-07T07:31:55.568Z | Compiling schemars v0.8.21 |
401 | 2024-08-07T07:31:55.717Z | Compiling parking_lot_core v0.9.10 |
402 | 2024-08-07T07:31:55.810Z | Compiling ring v0.17.8 |
403 | 2024-08-07T07:31:55.969Z | Checking getrandom v0.2.15 |
404 | 2024-08-07T07:31:55.977Z | Checking smallvec v1.13.2 |
405 | 2024-08-07T07:31:56.006Z | Checking futures-core v0.3.30 |
406 | 2024-08-07T07:31:56.090Z | Checking scopeguard v1.2.0 |
407 | 2024-08-07T07:31:56.144Z | Compiling quote v1.0.36 |
408 | 2024-08-07T07:31:56.163Z | Checking mio v1.0.1 |
409 | 2024-08-07T07:31:56.171Z | Checking socket2 v0.5.7 |
410 | 2024-08-07T07:31:56.198Z | Checking signal-hook-registry v1.4.2 |
411 | 2024-08-07T07:31:56.411Z | Compiling slab v0.4.9 |
412 | 2024-08-07T07:31:56.616Z | Compiling syn v2.0.72 |
413 | 2024-08-07T07:31:56.619Z | Checking spin v0.9.8 |
414 | 2024-08-07T07:31:56.660Z | Checking parking_lot v0.12.3 |
415 | 2024-08-07T07:31:56.739Z | Checking futures-sink v0.3.30 |
416 | 2024-08-07T07:31:56.796Z | Checking equivalent v1.0.1 |
417 | 2024-08-07T07:31:56.849Z | Checking untrusted v0.9.0 |
418 | 2024-08-07T07:31:56.856Z | Checking fnv v1.0.7 |
419 | 2024-08-07T07:31:56.878Z | Checking futures-channel v0.3.30 |
420 | 2024-08-07T07:31:56.942Z | Compiling semver v1.0.23 |
421 | 2024-08-07T07:31:56.961Z | Checking futures-io v0.3.30 |
422 | 2024-08-07T07:31:56.970Z | Checking pin-utils v0.1.0 |
423 | 2024-08-07T07:31:57.034Z | Checking futures-task v0.3.30 |
424 | 2024-08-07T07:31:57.091Z | Compiling heck v0.5.0 |
425 | 2024-08-07T07:31:57.105Z | Compiling pkg-config v0.3.30 |
426 | 2024-08-07T07:31:57.199Z | Compiling vcpkg v0.2.15 |
427 | 2024-08-07T07:31:57.454Z | Compiling ucd-trie v0.1.6 |
428 | 2024-08-07T07:31:57.495Z | Checking iana-time-zone v0.1.60 |
429 | 2024-08-07T07:31:57.503Z | Checking http v0.2.12 |
430 | 2024-08-07T07:31:57.870Z | Checking dyn-clone v1.0.17 |
431 | 2024-08-07T07:31:58.115Z | Compiling httparse v1.9.4 |
432 | 2024-08-07T07:31:58.625Z | Checking tracing-core v0.1.32 |
433 | 2024-08-07T07:31:58.704Z | Compiling openssl-sys v0.9.103 |
434 | 2024-08-07T07:31:58.837Z | Compiling uuid v1.10.0 |
435 | 2024-08-07T07:31:59.216Z | Compiling chrono v0.4.38 |
436 | 2024-08-07T07:31:59.278Z | Checking tracing v0.1.40 |
437 | 2024-08-07T07:31:59.316Z | Checking foreign-types-shared v0.1.1 |
438 | 2024-08-07T07:31:59.323Z | Compiling openssl v0.10.66 |
439 | 2024-08-07T07:31:59.387Z | Compiling slog v2.7.0 |
440 | 2024-08-07T07:31:59.526Z | Checking try-lock v0.2.5 |
441 | 2024-08-07T07:31:59.633Z | Checking want v0.3.1 |
442 | 2024-08-07T07:31:59.682Z | Checking foreign-types v0.3.2 |
443 | 2024-08-07T07:31:59.748Z | Checking http-body v0.4.6 |
444 | 2024-08-07T07:31:59.771Z | Compiling aho-corasick v1.1.3 |
445 | 2024-08-07T07:31:59.896Z | Checking tinyvec_macros v0.1.1 |
446 | 2024-08-07T07:31:59.960Z | Compiling rustls v0.21.12 |
447 | 2024-08-07T07:32:00.040Z | Compiling typenum v1.17.0 |
448 | 2024-08-07T07:32:00.238Z | Checking bitflags v2.6.0 |
449 | 2024-08-07T07:32:00.421Z | Checking percent-encoding v2.3.1 |
450 | 2024-08-07T07:32:00.588Z | Checking tower-service v0.3.2 |
451 | 2024-08-07T07:32:00.684Z | Checking httpdate v1.0.3 |
452 | 2024-08-07T07:32:00.849Z | Compiling regex-syntax v0.8.4 |
453 | 2024-08-07T07:32:00.864Z | Compiling native-tls v0.2.12 |
454 | 2024-08-07T07:32:01.029Z | Checking form_urlencoded v1.2.1 |
455 | 2024-08-07T07:32:01.178Z | Checking tinyvec v1.8.0 |
456 | 2024-08-07T07:32:01.654Z | Compiling generic-array v0.14.7 |
457 | 2024-08-07T07:32:01.980Z | Checking openssl-probe v0.1.5 |
458 | 2024-08-07T07:32:02.292Z | Checking unicode-normalization v0.1.23 |
459 | 2024-08-07T07:32:03.038Z | Compiling serde_derive_internals v0.29.1 |
460 | 2024-08-07T07:32:03.705Z | Compiling regex-automata v0.4.7 |
461 | 2024-08-07T07:32:04.209Z | Compiling usdt-impl v0.5.0 |
462 | 2024-08-07T07:32:04.455Z | Checking encoding_rs v0.8.34 |
463 | 2024-08-07T07:32:04.553Z | Compiling num-conv v0.1.0 |
464 | 2024-08-07T07:32:05.033Z | Checking powerfmt v0.2.0 |
465 | 2024-08-07T07:32:05.215Z | Checking mime v0.3.17 |
466 | 2024-08-07T07:32:05.260Z | Compiling time-core v0.1.2 |
467 | 2024-08-07T07:32:05.413Z | Checking unicode-bidi v0.3.15 |
468 | 2024-08-07T07:32:05.521Z | Compiling time-macros v0.2.18 |
469 | 2024-08-07T07:32:05.820Z | Checking deranged v0.3.11 |
470 | 2024-08-07T07:32:05.883Z | Checking idna v0.5.0 |
471 | 2024-08-07T07:32:06.664Z | Compiling thread-id v4.2.2 |
472 | 2024-08-07T07:32:06.760Z | Compiling strsim v0.11.1 |
473 | 2024-08-07T07:32:07.469Z | Compiling regex v1.10.6 |
474 | 2024-08-07T07:32:07.628Z | Compiling ident_case v1.0.1 |
475 | 2024-08-07T07:32:07.741Z | Compiling serde_derive v1.0.204 |
476 | 2024-08-07T07:32:07.752Z | Compiling zerocopy-derive v0.7.35 |
477 | 2024-08-07T07:32:07.858Z | Compiling thiserror-impl v1.0.63 |
478 | 2024-08-07T07:32:07.870Z | Compiling schemars_derive v0.8.21 |
479 | 2024-08-07T07:32:08.368Z | Compiling tokio-macros v2.4.0 |
480 | 2024-08-07T07:32:08.396Z | Compiling futures-macro v0.3.30 |
481 | 2024-08-07T07:32:09.659Z | Checking zerocopy v0.7.35 |
482 | 2024-08-07T07:32:10.190Z | Checking tokio v1.39.2 |
483 | 2024-08-07T07:32:10.633Z | Checking futures-util v0.3.30 |
484 | 2024-08-07T07:32:10.767Z | Compiling pest v2.7.11 |
485 | 2024-08-07T07:32:11.400Z | Compiling openssl-macros v0.1.1 |
486 | 2024-08-07T07:32:11.429Z | Checking hashbrown v0.14.5 |
487 | 2024-08-07T07:32:12.384Z | Checking sct v0.7.1 |
488 | 2024-08-07T07:32:12.579Z | Checking rustls-webpki v0.101.7 |
489 | 2024-08-07T07:32:12.652Z | Compiling scroll_derive v0.12.0 |
490 | 2024-08-07T07:32:13.011Z | Compiling regress v0.10.0 |
491 | 2024-08-07T07:32:13.264Z | Compiling pest_meta v2.7.11 |
492 | 2024-08-07T07:32:14.159Z | Checking scroll v0.12.0 |
493 | 2024-08-07T07:32:14.598Z | Compiling pest_generator v2.7.11 |
494 | 2024-08-07T07:32:17.319Z | Compiling pest_derive v2.7.11 |
495 | 2024-08-07T07:32:17.411Z | Checking tokio-util v0.7.11 |
496 | 2024-08-07T07:32:17.720Z | Checking tokio-rustls v0.24.1 |
497 | 2024-08-07T07:32:17.951Z | Checking tokio-native-tls v0.3.1 |
498 | 2024-08-07T07:32:18.031Z | Checking num_threads v0.1.7 |
499 | 2024-08-07T07:32:18.133Z | Compiling dtrace-parser v0.2.0 |
500 | 2024-08-07T07:32:18.241Z | Checking plain v0.2.3 |
501 | 2024-08-07T07:32:18.295Z | Compiling crossbeam-utils v0.8.20 |
502 | 2024-08-07T07:32:18.374Z | Checking base64 v0.21.7 |
503 | 2024-08-07T07:32:18.822Z | Checking rustls-pki-types v1.8.0 |
504 | 2024-08-07T07:32:19.208Z | Checking time v0.3.36 |
505 | 2024-08-07T07:32:19.944Z | Checking rustls-pemfile v1.0.4 |
506 | 2024-08-07T07:32:19.948Z | Checking goblin v0.8.2 |
507 | 2024-08-07T07:32:20.103Z | Compiling darling_core v0.20.10 |
508 | 2024-08-07T07:32:20.334Z | Checking indexmap v2.3.0 |
509 | 2024-08-07T07:32:21.548Z | Checking h2 v0.3.26 |
510 | 2024-08-07T07:32:21.715Z | Checking serde_urlencoded v0.7.1 |
511 | 2024-08-07T07:32:22.043Z | Compiling serde_tokenstream v0.2.1 |
512 | 2024-08-07T07:32:22.559Z | Checking openapiv3 v2.0.0 |
513 | 2024-08-07T07:32:23.374Z | Checking url v2.5.2 |
514 | 2024-08-07T07:32:23.668Z | Checking dirs-sys-next v0.1.2 |
515 | 2024-08-07T07:32:24.143Z | Compiling dof v0.3.0 |
516 | 2024-08-07T07:32:24.613Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#fe57b809) |
517 | 2024-08-07T07:32:25.463Z | Compiling paste v1.0.15 |
518 | 2024-08-07T07:32:25.939Z | Checking hyper v0.14.30 |
519 | 2024-08-07T07:32:25.963Z | Compiling unsafe-libyaml v0.2.11 |
520 | 2024-08-07T07:32:26.151Z | Checking sync_wrapper v0.1.2 |
521 | 2024-08-07T07:32:26.251Z | Compiling rustversion v1.0.17 |
522 | 2024-08-07T07:32:26.338Z | Compiling rustls v0.22.4 |
523 | 2024-08-07T07:32:26.660Z | Checking webpki-roots v0.25.4 |
524 | 2024-08-07T07:32:26.798Z | Compiling omicron-workspace-hack v0.1.0 |
525 | 2024-08-07T07:32:26.899Z | Checking ipnet v2.9.0 |
526 | 2024-08-07T07:32:27.023Z | Checking pretty-hex v0.4.1 |
527 | 2024-08-07T07:32:27.133Z | Compiling darling_macro v0.20.10 |
528 | 2024-08-07T07:32:27.319Z | Compiling serde_yaml v0.9.34+deprecated |
529 | 2024-08-07T07:32:27.328Z | Checking dirs-next v2.0.0 |
530 | 2024-08-07T07:32:27.727Z | Checking toml_datetime v0.6.8 |
531 | 2024-08-07T07:32:27.779Z | Checking serde_spanned v0.6.7 |
532 | 2024-08-07T07:32:27.944Z | Checking rustls-webpki v0.102.6 |
533 | 2024-08-07T07:32:27.997Z | Checking ppv-lite86 v0.2.20 |
534 | 2024-08-07T07:32:28.093Z | Checking crypto-common v0.1.6 |
535 | 2024-08-07T07:32:28.251Z | Checking block-buffer v0.10.4 |
536 | 2024-08-07T07:32:28.431Z | Compiling structmeta-derive v0.3.0 |
537 | 2024-08-07T07:32:28.544Z | Checking rand_core v0.6.4 |
538 | 2024-08-07T07:32:28.725Z | Checking thread_local v1.1.8 |
539 | 2024-08-07T07:32:28.733Z | Compiling multer v3.1.0 |
540 | 2024-08-07T07:32:28.761Z | Checking winnow v0.6.18 |
541 | 2024-08-07T07:32:28.806Z | Checking subtle v2.6.1 |
542 | 2024-08-07T07:32:28.982Z | Checking match_cfg v0.1.0 |
543 | 2024-08-07T07:32:29.027Z | Compiling anyhow v1.0.86 |
544 | 2024-08-07T07:32:29.050Z | Checking zeroize v1.8.1 |
545 | 2024-08-07T07:32:29.057Z | Compiling camino v1.1.7 |
546 | 2024-08-07T07:32:29.275Z | Compiling slog-async v2.8.0 |
547 | 2024-08-07T07:32:29.738Z | Checking hostname v0.3.1 |
548 | 2024-08-07T07:32:29.849Z | Checking rand_chacha v0.3.1 |
549 | 2024-08-07T07:32:30.188Z | Checking crossbeam-channel v0.5.13 |
550 | 2024-08-07T07:32:30.359Z | Checking digest v0.10.7 |
551 | 2024-08-07T07:32:30.402Z | Checking hyper-rustls v0.24.2 |
552 | 2024-08-07T07:32:30.666Z | Checking hyper-tls v0.5.0 |
553 | 2024-08-07T07:32:30.674Z | Compiling darling v0.20.10 |
554 | 2024-08-07T07:32:30.772Z | Checking term v0.7.0 |
555 | 2024-08-07T07:32:30.920Z | Checking reqwest v0.11.27 |
556 | 2024-08-07T07:32:31.038Z | Compiling structmeta v0.3.0 |
557 | 2024-08-07T07:32:31.181Z | Compiling usdt-macro v0.5.0 |
558 | 2024-08-07T07:32:31.415Z | Compiling usdt-attr-macro v0.5.0 |
559 | 2024-08-07T07:32:31.816Z | Checking toml_edit v0.22.20 |
560 | 2024-08-07T07:32:31.956Z | Checking slog-json v2.6.1 |
561 | 2024-08-07T07:32:32.145Z | Checking futures-executor v0.3.30 |
562 | 2024-08-07T07:32:32.185Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
563 | 2024-08-07T07:32:32.194Z | Compiling async-stream-impl v0.3.5 |
564 | 2024-08-07T07:32:32.329Z | Checking http v1.1.0 |
565 | 2024-08-07T07:32:32.447Z | Checking is-terminal v0.4.12 |
566 | 2024-08-07T07:32:32.483Z | Checking memmap v0.7.0 |
567 | 2024-08-07T07:32:32.543Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
568 | 2024-08-07T07:32:32.675Z | Checking base64 v0.22.1 |
569 | 2024-08-07T07:32:32.822Z | Checking atomic-waker v1.1.2 |
570 | 2024-08-07T07:32:32.881Z | Checking take_mut v0.2.2 |
571 | 2024-08-07T07:32:32.929Z | Checking cpufeatures v0.2.12 |
572 | 2024-08-07T07:32:33.004Z | Checking sha1 v0.10.6 |
573 | 2024-08-07T07:32:33.123Z | Checking rustls-pemfile v2.1.3 |
574 | 2024-08-07T07:32:33.248Z | Checking waitgroup v0.1.2 |
575 | 2024-08-07T07:32:33.306Z | Checking usdt v0.5.0 |
576 | 2024-08-07T07:32:33.315Z | Checking tokio-rustls v0.25.0 |
577 | 2024-08-07T07:32:33.336Z | Checking slog-term v2.9.1 |
578 | 2024-08-07T07:32:33.361Z | Checking futures v0.3.30 |
579 | 2024-08-07T07:32:33.448Z | Checking slog-bunyan v2.5.0 |
580 | 2024-08-07T07:32:33.457Z | Checking async-stream v0.3.5 |
581 | 2024-08-07T07:32:33.521Z | Compiling strum_macros v0.26.4 |
582 | 2024-08-07T07:32:33.584Z | Compiling parse-display-derive v0.9.1 |
583 | 2024-08-07T07:32:33.621Z | Compiling serde_with_macros v3.9.0 |
584 | 2024-08-07T07:32:33.640Z | Checking rand v0.8.5 |
585 | 2024-08-07T07:32:34.217Z | Checking ipnetwork v0.20.0 |
586 | 2024-08-07T07:32:34.381Z | Checking toml v0.8.19 |
587 | 2024-08-07T07:32:34.558Z | Checking newtype-uuid v1.1.0 |
588 | 2024-08-07T07:32:34.689Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
589 | 2024-08-07T07:32:34.781Z | Checking serde_path_to_error v0.1.16 |
590 | 2024-08-07T07:32:34.852Z | Checking hex v0.4.3 |
591 | 2024-08-07T07:32:35.115Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
592 | 2024-08-07T07:32:35.360Z | Compiling async-trait v0.1.81 |
593 | 2024-08-07T07:32:35.408Z | Checking hostname v0.4.0 |
594 | 2024-08-07T07:32:35.522Z | Checking instant v0.1.13 |
595 | 2024-08-07T07:32:35.615Z | Checking debug-ignore v1.0.5 |
596 | 2024-08-07T07:32:35.726Z | Checking backoff v0.4.0 |
597 | 2024-08-07T07:32:35.921Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
598 | 2024-08-07T07:32:35.978Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
599 | 2024-08-07T07:32:36.036Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
600 | 2024-08-07T07:32:36.097Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
601 | 2024-08-07T07:32:36.239Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
602 | 2024-08-07T07:32:36.260Z | Checking serde_with v3.9.0 |
603 | 2024-08-07T07:32:36.506Z | Checking macaddr v1.0.1 |
604 | 2024-08-07T07:32:36.818Z | Checking regress v0.9.1 |
605 | 2024-08-07T07:32:37.501Z | Checking parse-display v0.9.1 |
606 | 2024-08-07T07:32:37.904Z | Checking strum v0.26.3 |
607 | 2024-08-07T07:32:38.766Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#fe57b809) |
608 | 2024-08-07T07:32:40.678Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#fe57b809) |
609 | 2024-08-07T07:32:40.733Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
610 | 2024-08-07T07:32:43.226Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
611 | 2024-08-07T07:32:48.126Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
612 | 2024-08-07T07:32:48.228Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
613 | 2024-08-07T07:32:50.955Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
614 | 2024-08-07T07:32:57.307Z | Checking test-project v0.1.0 (/tmp/test-project) |
615 | 2024-08-07T07:32:57.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
616 | 2024-08-07T07:32:57.422Z | + cargo build --release |
617 | 2024-08-07T07:32:57.688Z | Compiling proc-macro2 v1.0.86 |
618 | 2024-08-07T07:32:57.688Z | Compiling unicode-ident v1.0.12 |
619 | 2024-08-07T07:32:57.689Z | Compiling libc v0.2.155 |
620 | 2024-08-07T07:32:57.691Z | Compiling cfg-if v1.0.0 |
621 | 2024-08-07T07:32:57.691Z | Compiling version_check v0.9.5 |
622 | 2024-08-07T07:32:57.691Z | Compiling autocfg v1.3.0 |
623 | 2024-08-07T07:32:57.692Z | Compiling serde v1.0.204 |
624 | 2024-08-07T07:32:57.728Z | Compiling memchr v2.7.4 |
625 | 2024-08-07T07:32:57.815Z | Compiling serde_json v1.0.122 |
626 | 2024-08-07T07:32:57.869Z | Compiling itoa v1.0.11 |
627 | 2024-08-07T07:32:58.280Z | Compiling thiserror v1.0.63 |
628 | 2024-08-07T07:32:58.320Z | Compiling ahash v0.8.11 |
629 | 2024-08-07T07:32:58.333Z | Compiling byteorder v1.5.0 |
630 | 2024-08-07T07:32:58.420Z | Compiling once_cell v1.19.0 |
631 | 2024-08-07T07:32:58.706Z | Compiling cc v1.1.7 |
632 | 2024-08-07T07:32:58.968Z | Compiling num-traits v0.2.19 |
633 | 2024-08-07T07:32:59.171Z | Compiling quote v1.0.36 |
634 | 2024-08-07T07:32:59.171Z | Compiling getrandom v0.2.15 |
635 | 2024-08-07T07:32:59.356Z | Compiling pin-project-lite v0.2.14 |
636 | 2024-08-07T07:32:59.431Z | Compiling ryu v1.0.18 |
637 | 2024-08-07T07:32:59.513Z | Compiling syn v2.0.72 |
638 | 2024-08-07T07:32:59.516Z | Compiling bytes v1.7.1 |
639 | 2024-08-07T07:32:59.774Z | Compiling log v0.4.22 |
640 | 2024-08-07T07:32:59.892Z | Compiling allocator-api2 v0.2.18 |
641 | 2024-08-07T07:32:59.995Z | Compiling schemars v0.8.21 |
642 | 2024-08-07T07:33:00.214Z | Compiling lock_api v0.4.12 |
643 | 2024-08-07T07:33:00.232Z | Compiling parking_lot_core v0.9.10 |
644 | 2024-08-07T07:33:00.382Z | Compiling smallvec v1.13.2 |
645 | 2024-08-07T07:33:00.452Z | Compiling futures-core v0.3.30 |
646 | 2024-08-07T07:33:00.675Z | Compiling scopeguard v1.2.0 |
647 | 2024-08-07T07:33:00.687Z | Compiling signal-hook-registry v1.4.2 |
648 | 2024-08-07T07:33:00.695Z | Compiling socket2 v0.5.7 |
649 | 2024-08-07T07:33:00.716Z | Compiling mio v1.0.1 |
650 | 2024-08-07T07:33:01.330Z | Compiling parking_lot v0.12.3 |
651 | 2024-08-07T07:33:01.421Z | Compiling slab v0.4.9 |
652 | 2024-08-07T07:33:01.597Z | Compiling ring v0.17.8 |
653 | 2024-08-07T07:33:01.659Z | Compiling spin v0.9.8 |
654 | 2024-08-07T07:33:01.878Z | Compiling futures-sink v0.3.30 |
655 | 2024-08-07T07:33:02.024Z | Compiling untrusted v0.9.0 |
656 | 2024-08-07T07:33:02.197Z | Compiling fnv v1.0.7 |
657 | 2024-08-07T07:33:02.213Z | Compiling equivalent v1.0.1 |
658 | 2024-08-07T07:33:02.309Z | Compiling semver v1.0.23 |
659 | 2024-08-07T07:33:02.315Z | Compiling futures-channel v0.3.30 |
660 | 2024-08-07T07:33:02.589Z | Compiling futures-io v0.3.30 |
661 | 2024-08-07T07:33:02.638Z | Compiling pin-utils v0.1.0 |
662 | 2024-08-07T07:33:02.714Z | Compiling heck v0.5.0 |
663 | 2024-08-07T07:33:02.754Z | Compiling futures-task v0.3.30 |
664 | 2024-08-07T07:33:02.774Z | Compiling vcpkg v0.2.15 |
665 | 2024-08-07T07:33:02.776Z | Compiling pkg-config v0.3.30 |
666 | 2024-08-07T07:33:03.206Z | Compiling iana-time-zone v0.1.60 |
667 | 2024-08-07T07:33:03.216Z | Compiling ucd-trie v0.1.6 |
668 | 2024-08-07T07:33:03.667Z | Compiling http v0.2.12 |
669 | 2024-08-07T07:33:03.972Z | Compiling httparse v1.9.4 |
670 | 2024-08-07T07:33:04.015Z | Compiling dyn-clone v1.0.17 |
671 | 2024-08-07T07:33:04.376Z | Compiling openssl-sys v0.9.103 |
672 | 2024-08-07T07:33:04.773Z | Compiling tracing-core v0.1.32 |
673 | 2024-08-07T07:33:05.081Z | Compiling chrono v0.4.38 |
674 | 2024-08-07T07:33:05.203Z | Compiling uuid v1.10.0 |
675 | 2024-08-07T07:33:05.672Z | Compiling tracing v0.1.40 |
676 | 2024-08-07T07:33:07.090Z | Compiling serde_derive_internals v0.29.1 |
677 | 2024-08-07T07:33:07.093Z | Compiling foreign-types-shared v0.1.1 |
678 | 2024-08-07T07:33:07.402Z | Compiling openssl v0.10.66 |
679 | 2024-08-07T07:33:07.542Z | Compiling slog v2.7.0 |
680 | 2024-08-07T07:33:07.851Z | Compiling try-lock v0.2.5 |
681 | 2024-08-07T07:33:07.904Z | Compiling foreign-types v0.3.2 |
682 | 2024-08-07T07:33:07.980Z | Compiling want v0.3.1 |
683 | 2024-08-07T07:33:08.257Z | Compiling http-body v0.4.6 |
684 | 2024-08-07T07:33:08.470Z | Compiling aho-corasick v1.1.3 |
685 | 2024-08-07T07:33:08.732Z | Compiling httpdate v1.0.3 |
686 | 2024-08-07T07:33:09.302Z | Compiling tower-service v0.3.2 |
687 | 2024-08-07T07:33:09.418Z | Compiling regex-syntax v0.8.4 |
688 | 2024-08-07T07:33:09.466Z | Compiling native-tls v0.2.12 |
689 | 2024-08-07T07:33:09.473Z | Compiling bitflags v2.6.0 |
690 | 2024-08-07T07:33:09.499Z | Compiling tinyvec_macros v0.1.1 |
691 | 2024-08-07T07:33:09.572Z | Compiling percent-encoding v2.3.1 |
692 | 2024-08-07T07:33:09.812Z | Compiling rustls v0.21.12 |
693 | 2024-08-07T07:33:09.859Z | Compiling typenum v1.17.0 |
694 | 2024-08-07T07:33:10.027Z | Compiling form_urlencoded v1.2.1 |
695 | 2024-08-07T07:33:10.133Z | Compiling tinyvec v1.8.0 |
696 | 2024-08-07T07:33:10.954Z | Compiling generic-array v0.14.7 |
697 | 2024-08-07T07:33:11.387Z | Compiling openssl-probe v0.1.5 |
698 | 2024-08-07T07:33:11.836Z | Compiling unicode-normalization v0.1.23 |
699 | 2024-08-07T07:33:11.930Z | Compiling serde_derive v1.0.204 |
700 | 2024-08-07T07:33:12.355Z | Compiling zerocopy-derive v0.7.35 |
701 | 2024-08-07T07:33:12.800Z | Compiling thiserror-impl v1.0.63 |
702 | 2024-08-07T07:33:12.842Z | Compiling schemars_derive v0.8.21 |
703 | 2024-08-07T07:33:13.134Z | Compiling tokio-macros v2.4.0 |
704 | 2024-08-07T07:33:14.396Z | Compiling zerocopy v0.7.35 |
705 | 2024-08-07T07:33:15.127Z | Compiling tokio v1.39.2 |
706 | 2024-08-07T07:33:15.735Z | Compiling futures-macro v0.3.30 |
707 | 2024-08-07T07:33:15.919Z | Compiling pest v2.7.11 |
708 | 2024-08-07T07:33:16.533Z | Compiling hashbrown v0.14.5 |
709 | 2024-08-07T07:33:17.645Z | Compiling futures-util v0.3.30 |
710 | 2024-08-07T07:33:18.147Z | Compiling regress v0.10.0 |
711 | 2024-08-07T07:33:18.226Z | Compiling openssl-macros v0.1.1 |
712 | 2024-08-07T07:33:18.837Z | Compiling pest_meta v2.7.11 |
713 | 2024-08-07T07:33:22.821Z | Compiling pest_generator v2.7.11 |
714 | 2024-08-07T07:33:22.981Z | Compiling sct v0.7.1 |
715 | 2024-08-07T07:33:23.409Z | Compiling rustls-webpki v0.101.7 |
716 | 2024-08-07T07:33:24.526Z | Compiling tokio-util v0.7.11 |
717 | 2024-08-07T07:33:24.739Z | Compiling pest_derive v2.7.11 |
718 | 2024-08-07T07:33:25.616Z | Compiling regex-automata v0.4.7 |
719 | 2024-08-07T07:33:26.799Z | Compiling indexmap v2.3.0 |
720 | 2024-08-07T07:33:27.445Z | Compiling serde_tokenstream v0.2.1 |
721 | 2024-08-07T07:33:30.526Z | Compiling h2 v0.3.26 |
722 | 2024-08-07T07:33:32.649Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#fe57b809) |
723 | 2024-08-07T07:33:33.518Z | Compiling regex v1.10.6 |
724 | 2024-08-07T07:33:35.942Z | Compiling hyper v0.14.30 |
725 | 2024-08-07T07:33:38.290Z | Compiling scroll_derive v0.12.0 |
726 | 2024-08-07T07:33:44.353Z | Compiling usdt-impl v0.5.0 |
727 | 2024-08-07T07:33:44.544Z | Compiling encoding_rs v0.8.34 |
728 | 2024-08-07T07:33:44.722Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#fe57b809) |
729 | 2024-08-07T07:33:44.744Z | Compiling unicode-bidi v0.3.15 |
730 | 2024-08-07T07:33:47.763Z | Compiling powerfmt v0.2.0 |
731 | 2024-08-07T07:33:48.235Z | Compiling mime v0.3.17 |
732 | 2024-08-07T07:33:48.621Z | Compiling time-core v0.1.2 |
733 | 2024-08-07T07:33:48.788Z | Compiling num-conv v0.1.0 |
734 | 2024-08-07T07:33:49.062Z | Compiling time-macros v0.2.18 |
735 | 2024-08-07T07:33:49.317Z | Compiling deranged v0.3.11 |
736 | 2024-08-07T07:33:52.106Z | Compiling idna v0.5.0 |
737 | 2024-08-07T07:33:54.227Z | Compiling scroll v0.12.0 |
738 | 2024-08-07T07:33:54.870Z | Compiling tokio-rustls v0.24.1 |
739 | 2024-08-07T07:33:54.879Z | Compiling tokio-native-tls v0.3.1 |
740 | 2024-08-07T07:33:55.156Z | Compiling dof v0.3.0 |
741 | 2024-08-07T07:33:55.304Z | Compiling serde_urlencoded v0.7.1 |
742 | 2024-08-07T07:33:55.309Z | Compiling dtrace-parser v0.2.0 |
743 | 2024-08-07T07:33:56.010Z | Compiling thread-id v4.2.2 |
744 | 2024-08-07T07:33:56.107Z | Compiling num_threads v0.1.7 |
745 | 2024-08-07T07:33:56.390Z | Compiling omicron-workspace-hack v0.1.0 |
746 | 2024-08-07T07:33:56.721Z | Compiling crossbeam-utils v0.8.20 |
747 | 2024-08-07T07:33:57.004Z | Compiling plain v0.2.3 |
748 | 2024-08-07T07:33:57.154Z | Compiling ident_case v1.0.1 |
749 | 2024-08-07T07:33:57.286Z | Compiling base64 v0.21.7 |
750 | 2024-08-07T07:33:58.489Z | Compiling strsim v0.11.1 |
751 | 2024-08-07T07:33:58.494Z | Compiling rustls-pki-types v1.8.0 |
752 | 2024-08-07T07:33:59.479Z | Compiling time v0.3.36 |
753 | 2024-08-07T07:33:59.847Z | Compiling darling_core v0.20.10 |
754 | 2024-08-07T07:34:03.372Z | Compiling rustls-pemfile v1.0.4 |
755 | 2024-08-07T07:34:04.628Z | Compiling goblin v0.8.2 |
756 | 2024-08-07T07:34:06.121Z | Compiling hyper-rustls v0.24.2 |
757 | 2024-08-07T07:34:06.628Z | Compiling hyper-tls v0.5.0 |
758 | 2024-08-07T07:34:07.094Z | Compiling url v2.5.2 |
759 | 2024-08-07T07:34:08.010Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#fe57b809) |
760 | 2024-08-07T07:34:08.128Z | Compiling openapiv3 v2.0.0 |
761 | 2024-08-07T07:34:09.466Z | Compiling dirs-sys-next v0.1.2 |
762 | 2024-08-07T07:34:09.985Z | Compiling sync_wrapper v0.1.2 |
763 | 2024-08-07T07:34:10.106Z | Compiling unsafe-libyaml v0.2.11 |
764 | 2024-08-07T07:34:10.579Z | Compiling webpki-roots v0.25.4 |
765 | 2024-08-07T07:34:10.728Z | Compiling rustversion v1.0.17 |
766 | 2024-08-07T07:34:11.380Z | Compiling rustls v0.22.4 |
767 | 2024-08-07T07:34:11.707Z | Compiling paste v1.0.15 |
768 | 2024-08-07T07:34:11.848Z | Compiling ipnet v2.9.0 |
769 | 2024-08-07T07:34:12.205Z | Compiling pretty-hex v0.4.1 |
770 | 2024-08-07T07:34:12.434Z | Compiling reqwest v0.11.27 |
771 | 2024-08-07T07:34:12.720Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
772 | 2024-08-07T07:34:14.438Z | Compiling serde_yaml v0.9.34+deprecated |
773 | 2024-08-07T07:34:15.209Z | Compiling dirs-next v2.0.0 |
774 | 2024-08-07T07:34:18.217Z | Compiling darling_macro v0.20.10 |
775 | 2024-08-07T07:34:19.385Z | Compiling rustls-webpki v0.102.6 |
776 | 2024-08-07T07:34:19.430Z | Compiling crypto-common v0.1.6 |
777 | 2024-08-07T07:34:19.631Z | Compiling block-buffer v0.10.4 |
778 | 2024-08-07T07:34:19.868Z | Compiling toml_datetime v0.6.8 |
779 | 2024-08-07T07:34:20.399Z | Compiling serde_spanned v0.6.7 |
780 | 2024-08-07T07:34:20.524Z | Compiling ppv-lite86 v0.2.20 |
781 | 2024-08-07T07:34:20.614Z | Compiling structmeta-derive v0.3.0 |
782 | 2024-08-07T07:34:21.436Z | Compiling rand_core v0.6.4 |
783 | 2024-08-07T07:34:21.833Z | Compiling thread_local v1.1.8 |
784 | 2024-08-07T07:34:21.848Z | Compiling multer v3.1.0 |
785 | 2024-08-07T07:34:21.903Z | Compiling camino v1.1.7 |
786 | 2024-08-07T07:34:22.184Z | Compiling match_cfg v0.1.0 |
787 | 2024-08-07T07:34:22.267Z | Compiling subtle v2.6.1 |
788 | 2024-08-07T07:34:22.506Z | Compiling winnow v0.6.18 |
789 | 2024-08-07T07:34:22.536Z | Compiling zeroize v1.8.1 |
790 | 2024-08-07T07:34:22.539Z | Compiling anyhow v1.0.86 |
791 | 2024-08-07T07:34:22.876Z | Compiling slog-async v2.8.0 |
792 | 2024-08-07T07:34:23.404Z | Compiling structmeta v0.3.0 |
793 | 2024-08-07T07:34:23.473Z | Compiling hostname v0.3.1 |
794 | 2024-08-07T07:34:23.764Z | Compiling rand_chacha v0.3.1 |
795 | 2024-08-07T07:34:23.767Z | Compiling digest v0.10.7 |
796 | 2024-08-07T07:34:24.170Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
797 | 2024-08-07T07:34:25.474Z | Compiling crossbeam-channel v0.5.13 |
798 | 2024-08-07T07:34:26.992Z | Compiling toml_edit v0.22.20 |
799 | 2024-08-07T07:34:28.998Z | Compiling darling v0.20.10 |
800 | 2024-08-07T07:34:29.102Z | Compiling term v0.7.0 |
801 | 2024-08-07T07:34:34.927Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
802 | 2024-08-07T07:34:36.192Z | Compiling usdt-macro v0.5.0 |
803 | 2024-08-07T07:34:36.607Z | Compiling usdt-attr-macro v0.5.0 |
804 | 2024-08-07T07:34:37.528Z | Compiling slog-json v2.6.1 |
805 | 2024-08-07T07:34:38.004Z | Compiling futures-executor v0.3.30 |
806 | 2024-08-07T07:34:38.057Z | Compiling async-stream-impl v0.3.5 |
807 | 2024-08-07T07:34:39.174Z | Compiling http v1.1.0 |
808 | 2024-08-07T07:34:39.402Z | Compiling is-terminal v0.4.12 |
809 | 2024-08-07T07:34:39.414Z | Compiling memmap v0.7.0 |
810 | 2024-08-07T07:34:39.519Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
811 | 2024-08-07T07:34:39.864Z | Compiling atomic-waker v1.1.2 |
812 | 2024-08-07T07:34:39.872Z | Compiling take_mut v0.2.2 |
813 | 2024-08-07T07:34:40.012Z | Compiling cpufeatures v0.2.12 |
814 | 2024-08-07T07:34:40.047Z | Compiling base64 v0.22.1 |
815 | 2024-08-07T07:34:40.098Z | Compiling sha1 v0.10.6 |
816 | 2024-08-07T07:34:40.865Z | Compiling rustls-pemfile v2.1.3 |
817 | 2024-08-07T07:34:43.945Z | Compiling waitgroup v0.1.2 |
818 | 2024-08-07T07:34:44.027Z | Compiling usdt v0.5.0 |
819 | 2024-08-07T07:34:44.181Z | Compiling slog-term v2.9.1 |
820 | 2024-08-07T07:34:45.132Z | Compiling async-stream v0.3.5 |
821 | 2024-08-07T07:34:45.477Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
822 | 2024-08-07T07:34:45.604Z | Compiling futures v0.3.30 |
823 | 2024-08-07T07:34:45.710Z | Compiling slog-bunyan v2.5.0 |
824 | 2024-08-07T07:34:45.748Z | Compiling strum_macros v0.26.4 |
825 | 2024-08-07T07:34:45.970Z | Compiling toml v0.8.19 |
826 | 2024-08-07T07:34:47.033Z | Compiling serde_with_macros v3.9.0 |
827 | 2024-08-07T07:34:49.749Z | Compiling tokio-rustls v0.25.0 |
828 | 2024-08-07T07:34:50.156Z | Compiling rand v0.8.5 |
829 | 2024-08-07T07:34:50.264Z | Compiling parse-display-derive v0.9.1 |
830 | 2024-08-07T07:34:52.097Z | Compiling newtype-uuid v1.1.0 |
831 | 2024-08-07T07:34:52.420Z | Compiling ipnetwork v0.20.0 |
832 | 2024-08-07T07:34:53.321Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
833 | 2024-08-07T07:34:53.550Z | Compiling serde_path_to_error v0.1.16 |
834 | 2024-08-07T07:34:54.353Z | Compiling hex v0.4.3 |
835 | 2024-08-07T07:34:54.568Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
836 | 2024-08-07T07:34:55.036Z | Compiling async-trait v0.1.81 |
837 | 2024-08-07T07:34:55.401Z | Compiling hostname v0.4.0 |
838 | 2024-08-07T07:34:55.627Z | Compiling instant v0.1.13 |
839 | 2024-08-07T07:34:55.774Z | Compiling debug-ignore v1.0.5 |
840 | 2024-08-07T07:34:55.911Z | Compiling backoff v0.4.0 |
841 | 2024-08-07T07:34:56.242Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
842 | 2024-08-07T07:34:56.431Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
843 | 2024-08-07T07:34:56.601Z | Compiling parse-display v0.9.1 |
844 | 2024-08-07T07:34:56.729Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
845 | 2024-08-07T07:34:57.014Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
846 | 2024-08-07T07:34:57.174Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
847 | 2024-08-07T07:34:57.631Z | Compiling strum v0.26.3 |
848 | 2024-08-07T07:34:57.803Z | Compiling serde_with v3.9.0 |
849 | 2024-08-07T07:34:58.585Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
850 | 2024-08-07T07:34:59.402Z | Compiling macaddr v1.0.1 |
851 | 2024-08-07T07:35:00.015Z | Compiling regress v0.9.1 |
852 | 2024-08-07T07:35:05.650Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
853 | 2024-08-07T07:35:15.193Z | Compiling test-project v0.1.0 (/tmp/test-project) |
854 | 2024-08-07T07:35:23.589Z | Finished `release` profile [optimized] target(s) in 2m 26s |
855 | 2024-08-07T07:35:23.645Z | process exited: duration 222237 ms, exit code 0 |
|
856 | 2024-08-07T07:35:23.652Z | found 0 output files |