|
|
|
| 1 | 2024-03-28T07:07:31.792Z | job assigned to worker 01HT1Y47DC4VYJXR0RXBKDM5QG (queued for 36 s) |
| |
| 2 | 2024-03-28T07:07:32.648Z | starting task 0: "setup" |
| 3 | 2024-03-28T07:07:32.672Z | ++ uname -s |
| 4 | 2024-03-28T07:07:32.672Z | + kern=SunOS |
| 5 | 2024-03-28T07:07:32.672Z | + case "$kern" in |
| 6 | 2024-03-28T07:07:32.672Z | + groupadd -g 12345 build |
| 7 | 2024-03-28T07:07:32.673Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-03-28T07:07:34.677Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-03-28T07:07:34.721Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-03-28T07:07:34.745Z | + home_fs=zfs |
| 11 | 2024-03-28T07:07:34.745Z | + [[ zfs == autofs ]] |
| 12 | 2024-03-28T07:07:34.745Z | + mkdir -p /home/build |
| 13 | 2024-03-28T07:07:34.745Z | + chown build:build /home/build /work |
| 14 | 2024-03-28T07:07:36.730Z | + chmod 0700 /home/build /work |
| 15 | 2024-03-28T07:07:36.755Z | process exited: duration 4086 ms, exit code 0 |
| |
| 16 | 2024-03-28T07:07:36.803Z | starting task 1: "rust-toolchain" |
| 17 | 2024-03-28T07:07:36.828Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 18 | 2024-03-28T07:07:36.828Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 19 | 2024-03-28T07:07:36.974Z | info: downloading installer |
| 20 | 2024-03-28T07:07:38.752Z | warning: it looks like you have an existing installation of Rust at: |
| 21 | 2024-03-28T07:07:38.753Z | warning: /opt/ooce/bin |
| 22 | 2024-03-28T07:07:38.753Z | warning: It is recommended that rustup be the primary Rust installation. |
| 23 | 2024-03-28T07:07:38.753Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 24 | 2024-03-28T07:07:38.753Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 25 | 2024-03-28T07:07:38.753Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 26 | 2024-03-28T07:07:38.753Z | warning: or pass `-y' to ignore all ignorable checks. |
| 27 | 2024-03-28T07:07:38.753Z | error: cannot install while Rust is installed |
| 28 | 2024-03-28T07:07:38.753Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 29 | 2024-03-28T07:07:38.796Z | info: profile set to 'default' |
| 30 | 2024-03-28T07:07:38.796Z | info: default host triple is x86_64-unknown-illumos |
| 31 | 2024-03-28T07:07:38.820Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
| 32 | 2024-03-28T07:07:38.945Z | info: latest update on 2024-03-21, rust version 1.77.0 (aedd173a2 2024-03-17) |
| 33 | 2024-03-28T07:07:38.945Z | info: downloading component 'cargo' |
| 34 | 2024-03-28T07:07:40.240Z | info: downloading component 'clippy' |
| 35 | 2024-03-28T07:07:40.841Z | info: downloading component 'rust-docs' |
| 36 | 2024-03-28T07:07:42.196Z | info: downloading component 'rust-std' |
| 37 | 2024-03-28T07:07:44.406Z | info: downloading component 'rustc' |
| 38 | 2024-03-28T07:07:51.969Z | info: downloading component 'rustfmt' |
| 39 | 2024-03-28T07:07:52.696Z | info: installing component 'cargo' |
| 40 | 2024-03-28T07:07:53.726Z | info: installing component 'clippy' |
| 41 | 2024-03-28T07:07:54.099Z | info: installing component 'rust-docs' |
| 42 | 2024-03-28T07:07:56.527Z | info: installing component 'rust-std' |
| 43 | 2024-03-28T07:07:58.631Z | info: installing component 'rustc' |
| 44 | 2024-03-28T07:08:03.317Z | info: installing component 'rustfmt' |
| 45 | 2024-03-28T07:08:03.679Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
| 46 | 2024-03-28T07:08:03.679Z | |
| 47 | 2024-03-28T07:08:03.765Z | stable-x86_64-unknown-illumos installed - rustc 1.77.0 (aedd173a2 2024-03-17) |
| 48 | 2024-03-28T07:08:03.765Z | |
| 49 | 2024-03-28T07:08:03.790Z | |
| 50 | 2024-03-28T07:08:03.791Z | Rust is installed now. Great! |
| 51 | 2024-03-28T07:08:03.791Z | |
| 52 | 2024-03-28T07:08:03.791Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 53 | 2024-03-28T07:08:03.791Z | environment variable. This has not been done automatically. |
| 54 | 2024-03-28T07:08:03.791Z | |
| 55 | 2024-03-28T07:08:03.791Z | To configure your current shell, you need to source |
| 56 | 2024-03-28T07:08:03.791Z | the corresponding env file under $HOME/.cargo. |
| 57 | 2024-03-28T07:08:03.791Z | |
| 58 | 2024-03-28T07:08:03.791Z | This is usually done by running one of the following (note the leading DOT): |
| 59 | 2024-03-28T07:08:03.791Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 60 | 2024-03-28T07:08:03.791Z | source "$HOME/.cargo/env.fish" # For fish |
| 61 | 2024-03-28T07:08:03.852Z | + rustc --version |
| 62 | 2024-03-28T07:08:03.935Z | rustc 1.77.0 (aedd173a2 2024-03-17) |
| 63 | 2024-03-28T07:08:03.961Z | process exited: duration 27135 ms, exit code 0 |
| |
| 64 | 2024-03-28T07:08:04.011Z | starting task 2: "authentication" |
| 65 | 2024-03-28T07:08:04.066Z | process exited: duration 54 ms, exit code 0 |
| |
| 66 | 2024-03-28T07:08:04.115Z | starting task 3: "clone repository" |
| 67 | 2024-03-28T07:08:04.139Z | + mkdir -p /work/oxidecomputer/propolis |
| 68 | 2024-03-28T07:08:04.139Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
| 69 | 2024-03-28T07:08:04.164Z | Cloning into '/work/oxidecomputer/propolis'... |
| 70 | 2024-03-28T07:08:05.429Z | + cd /work/oxidecomputer/propolis |
| 71 | 2024-03-28T07:08:05.429Z | + git fetch origin 7f05b00f8344d9679ce911e2e288270185650d26 |
| 72 | 2024-03-28T07:08:05.937Z | From https://github.com/oxidecomputer/propolis |
| 73 | 2024-03-28T07:08:05.937Z | * branch 7f05b00f8344d9679ce911e2e288270185650d26 -> FETCH_HEAD |
| 74 | 2024-03-28T07:08:05.961Z | + [[ -n '' ]] |
| 75 | 2024-03-28T07:08:05.961Z | + git reset --hard 7f05b00f8344d9679ce911e2e288270185650d26 |
| 76 | 2024-03-28T07:08:05.985Z | HEAD is now at 7f05b00 wip - mouse - start plumbing pointer_event |
| 77 | 2024-03-28T07:08:05.985Z | process exited: duration 1858 ms, exit code 0 |
| |
| 78 | 2024-03-28T07:08:06.034Z | starting task 4: "build" |
| 79 | 2024-03-28T07:08:06.059Z | + cargo --version |
| 80 | 2024-03-28T07:08:06.109Z | cargo 1.77.0 (3fe68eabf 2024-02-29) |
| 81 | 2024-03-28T07:08:06.133Z | + rustc --version |
| 82 | 2024-03-28T07:08:06.184Z | rustc 1.77.0 (aedd173a2 2024-03-17) |
| 83 | 2024-03-28T07:08:06.212Z | + banner check |
| 84 | 2024-03-28T07:08:06.212Z | |
| 85 | 2024-03-28T07:08:06.212Z | #### # # ###### #### # # |
| 86 | 2024-03-28T07:08:06.212Z | # # # # # # # # # |
| 87 | 2024-03-28T07:08:06.212Z | # ###### ##### # #### |
| 88 | 2024-03-28T07:08:06.212Z | # # # # # # # |
| 89 | 2024-03-28T07:08:06.212Z | # # # # # # # # # |
| 90 | 2024-03-28T07:08:06.212Z | #### # # ###### #### # # |
| 91 | 2024-03-28T07:08:06.212Z | |
| 92 | 2024-03-28T07:08:06.212Z | + ptime -m cargo check --features falcon |
| 93 | 2024-03-28T07:08:06.380Z | Updating crates.io index |
| 94 | 2024-03-28T07:08:06.445Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 95 | 2024-03-28T07:08:08.994Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 96 | 2024-03-28T07:08:10.248Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 97 | 2024-03-28T07:08:12.441Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 98 | 2024-03-28T07:08:18.865Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
| 99 | 2024-03-28T07:08:19.505Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 100 | 2024-03-28T07:08:20.006Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 101 | 2024-03-28T07:08:20.502Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 102 | 2024-03-28T07:08:21.038Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 103 | 2024-03-28T07:08:21.793Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 104 | 2024-03-28T07:08:22.366Z | Updating git repository `https://github.com/oxidecomputer/devinfo-sys` |
| 105 | 2024-03-28T07:08:22.884Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 106 | 2024-03-28T07:08:23.509Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 107 | 2024-03-28T07:08:24.373Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 108 | 2024-03-28T07:08:25.579Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 109 | 2024-03-28T07:08:27.620Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 110 | 2024-03-28T07:08:28.165Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 111 | 2024-03-28T07:08:28.619Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 112 | 2024-03-28T07:08:29.100Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 113 | 2024-03-28T07:08:30.652Z | Downloading crates ... |
| 114 | 2024-03-28T07:08:30.752Z | Downloaded adler v1.0.2 |
| 115 | 2024-03-28T07:08:30.786Z | Downloaded aead v0.5.2 |
| 116 | 2024-03-28T07:08:30.787Z | Downloaded aes-gcm-siv v0.11.1 |
| 117 | 2024-03-28T07:08:30.787Z | Downloaded addr2line v0.21.0 |
| 118 | 2024-03-28T07:08:30.787Z | Downloaded aes v0.8.3 |
| 119 | 2024-03-28T07:08:30.787Z | Downloaded number_prefix v0.4.0 |
| 120 | 2024-03-28T07:08:30.787Z | Downloaded opaque-debug v0.3.0 |
| 121 | 2024-03-28T07:08:30.787Z | Downloaded omicron-workspace-hack v0.1.0 |
| 122 | 2024-03-28T07:08:30.787Z | Downloaded allocator-api2 v0.2.16 |
| 123 | 2024-03-28T07:08:30.787Z | Downloaded once_cell v1.19.0 |
| 124 | 2024-03-28T07:08:30.787Z | Downloaded fixedbitset v0.4.2 |
| 125 | 2024-03-28T07:08:30.787Z | Downloaded async-stream-impl v0.3.5 |
| 126 | 2024-03-28T07:08:30.824Z | Downloaded atty v0.2.14 |
| 127 | 2024-03-28T07:08:30.864Z | Downloaded anstyle v1.0.2 |
| 128 | 2024-03-28T07:08:30.891Z | Downloaded bitstruct_derive v0.1.0 |
| 129 | 2024-03-28T07:08:30.892Z | Downloaded parse-display v0.9.0 |
| 130 | 2024-03-28T07:08:30.892Z | Downloaded openssl-macros v0.1.1 |
| 131 | 2024-03-28T07:08:30.892Z | Downloaded bitstruct v0.1.1 |
| 132 | 2024-03-28T07:08:30.892Z | Downloaded openssl-probe v0.1.5 |
| 133 | 2024-03-28T07:08:30.892Z | Downloaded pretty-hex v0.4.1 |
| 134 | 2024-03-28T07:08:30.892Z | Downloaded cstr-argument v0.1.2 |
| 135 | 2024-03-28T07:08:30.921Z | Downloaded pin-utils v0.1.0 |
| 136 | 2024-03-28T07:08:30.921Z | Downloaded anstyle-query v1.0.0 |
| 137 | 2024-03-28T07:08:30.921Z | Downloaded os_str_bytes v6.5.1 |
| 138 | 2024-03-28T07:08:30.951Z | Downloaded async-stream v0.3.5 |
| 139 | 2024-03-28T07:08:30.951Z | Downloaded pretty-hex v0.2.1 |
| 140 | 2024-03-28T07:08:30.951Z | Downloaded scroll_derive v0.12.0 |
| 141 | 2024-03-28T07:08:30.951Z | Downloaded cipher v0.4.4 |
| 142 | 2024-03-28T07:08:30.951Z | Downloaded byteorder v1.4.3 |
| 143 | 2024-03-28T07:08:30.951Z | Downloaded colorchoice v1.0.0 |
| 144 | 2024-03-28T07:08:30.951Z | Downloaded async-recursion v1.0.5 |
| 145 | 2024-03-28T07:08:30.951Z | Downloaded async-recursion v0.3.2 |
| 146 | 2024-03-28T07:08:30.980Z | Downloaded is_ci v1.1.1 |
| 147 | 2024-03-28T07:08:30.980Z | Downloaded quick-error v1.2.3 |
| 148 | 2024-03-28T07:08:30.980Z | Downloaded crucible-workspace-hack v0.1.0 |
| 149 | 2024-03-28T07:08:30.980Z | Downloaded pem v1.1.1 |
| 150 | 2024-03-28T07:08:30.980Z | Downloaded pest_generator v2.7.6 |
| 151 | 2024-03-28T07:08:30.980Z | Downloaded percent-encoding v2.3.1 |
| 152 | 2024-03-28T07:08:30.981Z | Downloaded doc-comment v0.3.3 |
| 153 | 2024-03-28T07:08:30.981Z | Downloaded polyval v0.6.1 |
| 154 | 2024-03-28T07:08:30.981Z | Downloaded pkg-config v0.3.27 |
| 155 | 2024-03-28T07:08:31.010Z | Downloaded proc-macro-crate v1.3.1 |
| 156 | 2024-03-28T07:08:31.010Z | Downloaded ppv-lite86 v0.2.17 |
| 157 | 2024-03-28T07:08:31.011Z | Downloaded paste v1.0.14 |
| 158 | 2024-03-28T07:08:31.011Z | Downloaded equivalent v1.0.1 |
| 159 | 2024-03-28T07:08:31.011Z | Downloaded dtrace-parser v0.1.14 |
| 160 | 2024-03-28T07:08:31.011Z | Downloaded rustc_version v0.1.7 |
| 161 | 2024-03-28T07:08:31.011Z | Downloaded ringbuffer v0.15.0 |
| 162 | 2024-03-28T07:08:31.011Z | Downloaded resolv-conf v0.7.0 |
| 163 | 2024-03-28T07:08:31.042Z | Downloaded radium v0.7.0 |
| 164 | 2024-03-28T07:08:31.042Z | Downloaded rustls-pemfile v1.0.4 |
| 165 | 2024-03-28T07:08:31.042Z | Downloaded num_threads v0.1.6 |
| 166 | 2024-03-28T07:08:31.042Z | Downloaded secrecy v0.8.0 |
| 167 | 2024-03-28T07:08:31.042Z | Downloaded matches v0.1.10 |
| 168 | 2024-03-28T07:08:31.042Z | Downloaded darling_macro v0.20.3 |
| 169 | 2024-03-28T07:08:31.042Z | Downloaded rustversion v1.0.14 |
| 170 | 2024-03-28T07:08:31.042Z | Downloaded sha1 v0.10.6 |
| 171 | 2024-03-28T07:08:31.042Z | Downloaded proc-macro-error-attr v1.0.4 |
| 172 | 2024-03-28T07:08:31.042Z | Downloaded semver v0.1.20 |
| 173 | 2024-03-28T07:08:31.042Z | Downloaded plain v0.2.3 |
| 174 | 2024-03-28T07:08:31.043Z | Downloaded async-trait v0.1.77 |
| 175 | 2024-03-28T07:08:31.073Z | Downloaded serde_arrays v0.1.0 |
| 176 | 2024-03-28T07:08:31.073Z | Downloaded bit_field v0.10.2 |
| 177 | 2024-03-28T07:08:31.074Z | Downloaded newtype_derive v0.1.6 |
| 178 | 2024-03-28T07:08:31.074Z | Downloaded anstream v0.5.0 |
| 179 | 2024-03-28T07:08:31.074Z | Downloaded parking_lot_core v0.9.8 |
| 180 | 2024-03-28T07:08:31.074Z | Downloaded parse-display-derive v0.9.0 |
| 181 | 2024-03-28T07:08:31.074Z | Downloaded atomic-waker v1.1.1 |
| 182 | 2024-03-28T07:08:31.104Z | Downloaded rustls-pki-types v1.3.1 |
| 183 | 2024-03-28T07:08:31.105Z | Downloaded serde_path_to_error v0.1.15 |
| 184 | 2024-03-28T07:08:31.105Z | Downloaded serde_repr v0.1.16 |
| 185 | 2024-03-28T07:08:31.105Z | Downloaded schemars_derive v0.8.16 |
| 186 | 2024-03-28T07:08:31.105Z | Downloaded dtrace-parser v0.2.0 |
| 187 | 2024-03-28T07:08:31.105Z | Downloaded serde_tokenstream v0.1.7 |
| 188 | 2024-03-28T07:08:31.105Z | Downloaded serde_spanned v0.6.5 |
| 189 | 2024-03-28T07:08:31.105Z | Downloaded clap_lex v0.2.4 |
| 190 | 2024-03-28T07:08:31.105Z | Downloaded block-buffer v0.10.4 |
| 191 | 2024-03-28T07:08:31.138Z | Downloaded try-lock v0.2.4 |
| 192 | 2024-03-28T07:08:31.138Z | Downloaded tower-service v0.3.2 |
| 193 | 2024-03-28T07:08:31.138Z | Downloaded parking_lot v0.12.1 |
| 194 | 2024-03-28T07:08:31.138Z | Downloaded serde_urlencoded v0.7.1 |
| 195 | 2024-03-28T07:08:31.138Z | Downloaded cfg-if v1.0.0 |
| 196 | 2024-03-28T07:08:31.138Z | Downloaded hostname v0.3.1 |
| 197 | 2024-03-28T07:08:31.138Z | Downloaded futures-io v0.3.30 |
| 198 | 2024-03-28T07:08:31.138Z | Downloaded futures-executor v0.3.30 |
| 199 | 2024-03-28T07:08:31.138Z | Downloaded scopeguard v1.2.0 |
| 200 | 2024-03-28T07:08:31.138Z | Downloaded cargo-platform v0.1.6 |
| 201 | 2024-03-28T07:08:31.138Z | Downloaded form_urlencoded v1.2.1 |
| 202 | 2024-03-28T07:08:31.138Z | Downloaded serde_tokenstream v0.2.0 |
| 203 | 2024-03-28T07:08:31.138Z | Downloaded colored v2.0.4 |
| 204 | 2024-03-28T07:08:31.171Z | Downloaded rand_chacha v0.3.1 |
| 205 | 2024-03-28T07:08:31.171Z | Downloaded anstyle-parse v0.2.1 |
| 206 | 2024-03-28T07:08:31.171Z | Downloaded quote v1.0.35 |
| 207 | 2024-03-28T07:08:31.171Z | Downloaded pin-project-lite v0.2.13 |
| 208 | 2024-03-28T07:08:31.171Z | Downloaded rustc-demangle v0.1.23 |
| 209 | 2024-03-28T07:08:31.171Z | Downloaded ascii v1.1.0 |
| 210 | 2024-03-28T07:08:31.171Z | Downloaded proc-macro-error v1.0.4 |
| 211 | 2024-03-28T07:08:31.171Z | Downloaded strum v0.26.1 |
| 212 | 2024-03-28T07:08:31.171Z | Downloaded rustc_version v0.4.0 |
| 213 | 2024-03-28T07:08:31.171Z | Downloaded password-hash v0.5.0 |
| 214 | 2024-03-28T07:08:31.172Z | Downloaded zone_cfg_derive v0.2.0 |
| 215 | 2024-03-28T07:08:31.204Z | Downloaded bitflags v1.3.2 |
| 216 | 2024-03-28T07:08:31.204Z | Downloaded serde_derive_internals v0.26.0 |
| 217 | 2024-03-28T07:08:31.204Z | Downloaded rustls-pemfile v2.1.1 |
| 218 | 2024-03-28T07:08:31.204Z | Downloaded sct v0.7.0 |
| 219 | 2024-03-28T07:08:31.205Z | Downloaded semver v1.0.22 |
| 220 | 2024-03-28T07:08:31.205Z | Downloaded owo-colors v4.0.0 |
| 221 | 2024-03-28T07:08:31.205Z | Downloaded crossbeam-deque v0.8.3 |
| 222 | 2024-03-28T07:08:31.205Z | Downloaded clap_lex v0.5.1 |
| 223 | 2024-03-28T07:08:31.205Z | Downloaded rustls-native-certs v0.6.3 |
| 224 | 2024-03-28T07:08:31.205Z | Downloaded enum-as-inner v0.5.1 |
| 225 | 2024-03-28T07:08:31.205Z | Downloaded cpufeatures v0.2.12 |
| 226 | 2024-03-28T07:08:31.238Z | Downloaded autocfg v1.1.0 |
| 227 | 2024-03-28T07:08:31.238Z | Downloaded dof v0.3.0 |
| 228 | 2024-03-28T07:08:31.238Z | Downloaded take_mut v0.2.2 |
| 229 | 2024-03-28T07:08:31.238Z | Downloaded dirs-next v2.0.0 |
| 230 | 2024-03-28T07:08:31.238Z | Downloaded data-encoding v2.4.0 |
| 231 | 2024-03-28T07:08:31.238Z | Downloaded num_cpus v1.16.0 |
| 232 | 2024-03-28T07:08:31.238Z | Downloaded foreign-types v0.5.0 |
| 233 | 2024-03-28T07:08:31.238Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 234 | 2024-03-28T07:08:31.238Z | Downloaded debug-ignore v1.0.5 |
| 235 | 2024-03-28T07:08:31.238Z | Downloaded dyn-clone v1.0.13 |
| 236 | 2024-03-28T07:08:31.238Z | Downloaded errno v0.3.8 |
| 237 | 2024-03-28T07:08:31.238Z | Downloaded serde_with_macros v3.6.1 |
| 238 | 2024-03-28T07:08:31.238Z | Downloaded escargot v0.5.8 |
| 239 | 2024-03-28T07:08:31.238Z | Downloaded untrusted v0.7.1 |
| 240 | 2024-03-28T07:08:31.238Z | Downloaded termcolor v1.2.0 |
| 241 | 2024-03-28T07:08:31.238Z | Downloaded slog-envlogger v2.2.0 |
| 242 | 2024-03-28T07:08:31.272Z | Downloaded thread_local v1.1.7 |
| 243 | 2024-03-28T07:08:31.272Z | Downloaded glob v0.3.1 |
| 244 | 2024-03-28T07:08:31.272Z | Downloaded tokio-native-tls v0.3.1 |
| 245 | 2024-03-28T07:08:31.272Z | Downloaded dirs-sys-next v0.1.2 |
| 246 | 2024-03-28T07:08:31.272Z | Downloaded ident_case v1.0.1 |
| 247 | 2024-03-28T07:08:31.272Z | Downloaded ctrlc v3.4.0 |
| 248 | 2024-03-28T07:08:31.273Z | Downloaded fastrand v2.0.0 |
| 249 | 2024-03-28T07:08:31.273Z | Downloaded waitgroup v0.1.2 |
| 250 | 2024-03-28T07:08:31.273Z | Downloaded dof v0.1.5 |
| 251 | 2024-03-28T07:08:31.273Z | Downloaded either v1.9.0 |
| 252 | 2024-03-28T07:08:31.273Z | Downloaded digest v0.10.7 |
| 253 | 2024-03-28T07:08:31.273Z | Downloaded scroll v0.12.0 |
| 254 | 2024-03-28T07:08:31.273Z | Downloaded linked-hash-map v0.5.6 |
| 255 | 2024-03-28T07:08:31.273Z | Downloaded usdt-impl v0.3.5 |
| 256 | 2024-03-28T07:08:31.273Z | Downloaded usdt-impl v0.5.0 |
| 257 | 2024-03-28T07:08:31.273Z | Downloaded fallible-iterator v0.3.0 |
| 258 | 2024-03-28T07:08:31.304Z | Downloaded pin-project-internal v1.1.3 |
| 259 | 2024-03-28T07:08:31.304Z | Downloaded pest_meta v2.7.6 |
| 260 | 2024-03-28T07:08:31.304Z | Downloaded zeroize v1.6.0 |
| 261 | 2024-03-28T07:08:31.304Z | Downloaded camino v1.1.6 |
| 262 | 2024-03-28T07:08:31.304Z | Downloaded ron v0.7.1 |
| 263 | 2024-03-28T07:08:31.335Z | Downloaded serde_derive v1.0.197 |
| 264 | 2024-03-28T07:08:31.335Z | Downloaded match_cfg v0.1.0 |
| 265 | 2024-03-28T07:08:31.335Z | Downloaded const_format_proc_macros v0.2.31 |
| 266 | 2024-03-28T07:08:31.335Z | Downloaded rayon-core v1.12.1 |
| 267 | 2024-03-28T07:08:31.335Z | Downloaded zerocopy v0.3.2 |
| 268 | 2024-03-28T07:08:31.335Z | Downloaded zone v0.2.0 |
| 269 | 2024-03-28T07:08:31.335Z | Downloaded foreign-types-shared v0.3.1 |
| 270 | 2024-03-28T07:08:31.335Z | Downloaded rand_core v0.6.4 |
| 271 | 2024-03-28T07:08:31.335Z | Downloaded proc-macro2 v1.0.78 |
| 272 | 2024-03-28T07:08:31.336Z | Downloaded hex v0.4.3 |
| 273 | 2024-03-28T07:08:31.336Z | Downloaded bincode v1.3.3 |
| 274 | 2024-03-28T07:08:31.336Z | Downloaded ctr v0.9.2 |
| 275 | 2024-03-28T07:08:31.336Z | Downloaded argon2 v0.5.3 |
| 276 | 2024-03-28T07:08:31.367Z | Downloaded inout v0.1.3 |
| 277 | 2024-03-28T07:08:31.367Z | Downloaded clap_derive v4.4.0 |
| 278 | 2024-03-28T07:08:31.367Z | Downloaded humantime v2.1.0 |
| 279 | 2024-03-28T07:08:31.367Z | Downloaded ipnetwork v0.20.0 |
| 280 | 2024-03-28T07:08:31.367Z | Downloaded bitflags v2.4.0 |
| 281 | 2024-03-28T07:08:31.367Z | Downloaded usdt-attr-macro v0.3.5 |
| 282 | 2024-03-28T07:08:31.368Z | Downloaded ipnet v2.8.0 |
| 283 | 2024-03-28T07:08:31.400Z | Downloaded slog-dtrace v0.3.0 |
| 284 | 2024-03-28T07:08:31.400Z | Downloaded sha256 v1.4.0 |
| 285 | 2024-03-28T07:08:31.400Z | Downloaded subtle v2.5.0 |
| 286 | 2024-03-28T07:08:31.400Z | Downloaded instant v0.1.12 |
| 287 | 2024-03-28T07:08:31.400Z | Downloaded ryu v1.0.15 |
| 288 | 2024-03-28T07:08:31.400Z | Downloaded time-core v0.1.1 |
| 289 | 2024-03-28T07:08:31.400Z | Downloaded want v0.3.1 |
| 290 | 2024-03-28T07:08:31.400Z | Downloaded toml_datetime v0.6.5 |
| 291 | 2024-03-28T07:08:31.431Z | Downloaded utf8parse v0.2.1 |
| 292 | 2024-03-28T07:08:31.431Z | Downloaded universal-hash v0.5.1 |
| 293 | 2024-03-28T07:08:31.431Z | Downloaded sha2 v0.10.7 |
| 294 | 2024-03-28T07:08:31.431Z | Downloaded unicode-xid v0.2.4 |
| 295 | 2024-03-28T07:08:31.431Z | Downloaded thiserror v1.0.57 |
| 296 | 2024-03-28T07:08:31.431Z | Downloaded structmeta-derive v0.3.0 |
| 297 | 2024-03-28T07:08:31.431Z | Downloaded structmeta v0.3.0 |
| 298 | 2024-03-28T07:08:31.431Z | Downloaded funty v2.0.0 |
| 299 | 2024-03-28T07:08:31.431Z | Downloaded backoff v0.4.0 |
| 300 | 2024-03-28T07:08:31.431Z | Downloaded console v0.15.7 |
| 301 | 2024-03-28T07:08:31.431Z | Downloaded deranged v0.3.8 |
| 302 | 2024-03-28T07:08:31.431Z | Downloaded crypto-common v0.1.6 |
| 303 | 2024-03-28T07:08:31.431Z | Downloaded cargo_metadata v0.18.1 |
| 304 | 2024-03-28T07:08:31.464Z | Downloaded jsonwebtoken v8.3.0 |
| 305 | 2024-03-28T07:08:31.464Z | Downloaded pin-project v1.1.3 |
| 306 | 2024-03-28T07:08:31.464Z | Downloaded foreign-types-shared v0.1.1 |
| 307 | 2024-03-28T07:08:31.464Z | Downloaded kstat-rs v0.2.3 |
| 308 | 2024-03-28T07:08:31.464Z | Downloaded foreign-types-macros v0.2.3 |
| 309 | 2024-03-28T07:08:31.464Z | Downloaded filetime v0.2.22 |
| 310 | 2024-03-28T07:08:31.464Z | Downloaded memmap v0.7.0 |
| 311 | 2024-03-28T07:08:31.464Z | Downloaded darling v0.20.3 |
| 312 | 2024-03-28T07:08:31.464Z | Downloaded pest_derive v2.7.6 |
| 313 | 2024-03-28T07:08:31.496Z | Downloaded tinyvec_macros v0.1.1 |
| 314 | 2024-03-28T07:08:31.496Z | Downloaded futures-channel v0.3.30 |
| 315 | 2024-03-28T07:08:31.496Z | Downloaded octocrab v0.25.1 |
| 316 | 2024-03-28T07:08:31.496Z | Downloaded hubpack_derive v0.1.1 |
| 317 | 2024-03-28T07:08:31.496Z | Downloaded foreign-types v0.3.2 |
| 318 | 2024-03-28T07:08:31.529Z | Downloaded sync_wrapper v0.1.2 |
| 319 | 2024-03-28T07:08:31.529Z | Downloaded supports-color v2.1.0 |
| 320 | 2024-03-28T07:08:31.529Z | Downloaded slog-json v2.6.1 |
| 321 | 2024-03-28T07:08:31.529Z | Downloaded getopts v0.2.21 |
| 322 | 2024-03-28T07:08:31.529Z | Downloaded env_logger v0.9.3 |
| 323 | 2024-03-28T07:08:31.529Z | Downloaded hyper-rustls v0.24.1 |
| 324 | 2024-03-28T07:08:31.529Z | Downloaded httparse v1.8.0 |
| 325 | 2024-03-28T07:08:31.529Z | Downloaded anyhow v1.0.75 |
| 326 | 2024-03-28T07:08:31.530Z | Downloaded tokio-io-timeout v1.2.0 |
| 327 | 2024-03-28T07:08:31.530Z | Downloaded blake2 v0.10.6 |
| 328 | 2024-03-28T07:08:31.530Z | Downloaded erased-serde v0.3.30 |
| 329 | 2024-03-28T07:08:31.530Z | Downloaded version_check v0.9.4 |
| 330 | 2024-03-28T07:08:31.530Z | Downloaded ahash v0.8.10 |
| 331 | 2024-03-28T07:08:31.562Z | Downloaded num-integer v0.1.45 |
| 332 | 2024-03-28T07:08:31.562Z | Downloaded native-tls v0.2.11 |
| 333 | 2024-03-28T07:08:31.562Z | Downloaded crossbeam-epoch v0.9.15 |
| 334 | 2024-03-28T07:08:31.562Z | Downloaded num-iter v0.1.43 |
| 335 | 2024-03-28T07:08:31.562Z | Downloaded memoffset v0.9.0 |
| 336 | 2024-03-28T07:08:31.563Z | Downloaded schemars v0.8.16 |
| 337 | 2024-03-28T07:08:31.563Z | Downloaded tower-layer v0.3.2 |
| 338 | 2024-03-28T07:08:31.563Z | Downloaded tokio-macros v2.2.0 |
| 339 | 2024-03-28T07:08:31.563Z | Downloaded unicode-ident v1.0.12 |
| 340 | 2024-03-28T07:08:31.596Z | Downloaded toml v0.7.8 |
| 341 | 2024-03-28T07:08:31.596Z | Downloaded rand v0.8.5 |
| 342 | 2024-03-28T07:08:31.596Z | Downloaded serde_yaml v0.9.25 |
| 343 | 2024-03-28T07:08:31.596Z | Downloaded crossbeam-utils v0.8.16 |
| 344 | 2024-03-28T07:08:31.596Z | Downloaded hyper-timeout v0.4.1 |
| 345 | 2024-03-28T07:08:31.596Z | Downloaded arc-swap v1.6.0 |
| 346 | 2024-03-28T07:08:31.596Z | Downloaded usdt-attr-macro v0.5.0 |
| 347 | 2024-03-28T07:08:31.596Z | Downloaded slab v0.4.9 |
| 348 | 2024-03-28T07:08:31.596Z | Downloaded thread-id v4.2.0 |
| 349 | 2024-03-28T07:08:31.596Z | Downloaded usdt-macro v0.3.5 |
| 350 | 2024-03-28T07:08:31.596Z | Downloaded hubpack v0.1.2 |
| 351 | 2024-03-28T07:08:31.631Z | Downloaded libloading v0.7.4 |
| 352 | 2024-03-28T07:08:31.631Z | Downloaded snafu-derive v0.7.5 |
| 353 | 2024-03-28T07:08:31.631Z | Downloaded openssl-sys v0.9.96 |
| 354 | 2024-03-28T07:08:31.631Z | Downloaded usdt v0.5.0 |
| 355 | 2024-03-28T07:08:31.631Z | Downloaded twox-hash v1.6.3 |
| 356 | 2024-03-28T07:08:31.631Z | Downloaded num_enum v0.7.0 |
| 357 | 2024-03-28T07:08:31.664Z | Downloaded bytes v1.5.0 |
| 358 | 2024-03-28T07:08:31.664Z | Downloaded clap_derive v3.2.25 |
| 359 | 2024-03-28T07:08:31.664Z | Downloaded itoa v1.0.9 |
| 360 | 2024-03-28T07:08:31.664Z | Downloaded http-body v0.4.5 |
| 361 | 2024-03-28T07:08:31.664Z | Downloaded newtype-uuid v1.0.1 |
| 362 | 2024-03-28T07:08:31.664Z | Downloaded slog-bunyan v2.5.0 |
| 363 | 2024-03-28T07:08:31.664Z | Downloaded macaddr v1.0.1 |
| 364 | 2024-03-28T07:08:31.694Z | Downloaded httpdate v1.0.3 |
| 365 | 2024-03-28T07:08:31.694Z | Downloaded fnv v1.0.7 |
| 366 | 2024-03-28T07:08:31.695Z | Downloaded usdt-macro v0.5.0 |
| 367 | 2024-03-28T07:08:31.695Z | Downloaded http-range-header v0.3.1 |
| 368 | 2024-03-28T07:08:31.695Z | Downloaded tempfile v3.8.0 |
| 369 | 2024-03-28T07:08:31.695Z | Downloaded globset v0.4.13 |
| 370 | 2024-03-28T07:08:31.695Z | Downloaded generic-array v0.14.7 |
| 371 | 2024-03-28T07:08:31.695Z | Downloaded num_enum_derive v0.7.0 |
| 372 | 2024-03-28T07:08:31.695Z | Downloaded num_enum_derive v0.5.11 |
| 373 | 2024-03-28T07:08:31.695Z | Downloaded futures-macro v0.3.30 |
| 374 | 2024-03-28T07:08:31.727Z | Downloaded lock_api v0.4.10 |
| 375 | 2024-03-28T07:08:31.727Z | Downloaded socket2 v0.4.9 |
| 376 | 2024-03-28T07:08:31.727Z | Downloaded textwrap v0.16.0 |
| 377 | 2024-03-28T07:08:31.727Z | Downloaded slog v2.7.0 |
| 378 | 2024-03-28T07:08:31.727Z | Downloaded serde v1.0.197 |
| 379 | 2024-03-28T07:08:31.727Z | Downloaded term v0.7.0 |
| 380 | 2024-03-28T07:08:31.758Z | Downloaded wyz v0.5.1 |
| 381 | 2024-03-28T07:08:31.758Z | Downloaded is-terminal v0.4.9 |
| 382 | 2024-03-28T07:08:31.758Z | Downloaded base64 v0.13.1 |
| 383 | 2024-03-28T07:08:31.758Z | Downloaded xattr v1.0.1 |
| 384 | 2024-03-28T07:08:31.787Z | Downloaded clap v4.4.0 |
| 385 | 2024-03-28T07:08:31.787Z | Downloaded getrandom v0.2.10 |
| 386 | 2024-03-28T07:08:31.787Z | Downloaded unicode-width v0.1.10 |
| 387 | 2024-03-28T07:08:31.787Z | Downloaded untrusted v0.9.0 |
| 388 | 2024-03-28T07:08:31.787Z | Downloaded cc v1.0.83 |
| 389 | 2024-03-28T07:08:31.816Z | Downloaded jobserver v0.1.26 |
| 390 | 2024-03-28T07:08:31.816Z | Downloaded smallvec v1.11.0 |
| 391 | 2024-03-28T07:08:31.816Z | Downloaded futures-core v0.3.30 |
| 392 | 2024-03-28T07:08:31.817Z | Downloaded zerocopy-derive v0.7.32 |
| 393 | 2024-03-28T07:08:31.847Z | Downloaded usdt v0.3.5 |
| 394 | 2024-03-28T07:08:31.847Z | Downloaded base64ct v1.6.0 |
| 395 | 2024-03-28T07:08:31.847Z | Downloaded time-macros v0.2.13 |
| 396 | 2024-03-28T07:08:31.847Z | Downloaded strsim v0.10.0 |
| 397 | 2024-03-28T07:08:31.847Z | Downloaded utf-8 v0.7.6 |
| 398 | 2024-03-28T07:08:31.847Z | Downloaded slog-async v2.8.0 |
| 399 | 2024-03-28T07:08:31.847Z | Downloaded heck v0.4.1 |
| 400 | 2024-03-28T07:08:31.847Z | Downloaded futures-task v0.3.30 |
| 401 | 2024-03-28T07:08:31.848Z | Downloaded lazy_static v1.4.0 |
| 402 | 2024-03-28T07:08:31.848Z | Downloaded futures-sink v0.3.30 |
| 403 | 2024-03-28T07:08:31.848Z | Downloaded num v0.4.1 |
| 404 | 2024-03-28T07:08:31.878Z | Downloaded miniz_oxide v0.7.1 |
| 405 | 2024-03-28T07:08:31.878Z | Downloaded strum_macros v0.25.3 |
| 406 | 2024-03-28T07:08:31.878Z | Downloaded typenum v1.16.0 |
| 407 | 2024-03-28T07:08:31.878Z | Downloaded spin v0.9.8 |
| 408 | 2024-03-28T07:08:31.878Z | Downloaded tinyvec v1.6.0 |
| 409 | 2024-03-28T07:08:31.878Z | Downloaded hashbrown v0.12.3 |
| 410 | 2024-03-28T07:08:31.878Z | Downloaded toml v0.8.10 |
| 411 | 2024-03-28T07:08:31.909Z | Downloaded fatfs v0.3.6 |
| 412 | 2024-03-28T07:08:31.910Z | Downloaded slog-scope v4.4.0 |
| 413 | 2024-03-28T07:08:31.910Z | Downloaded spin v0.5.2 |
| 414 | 2024-03-28T07:08:31.910Z | Downloaded toml v0.5.11 |
| 415 | 2024-03-28T07:08:31.910Z | Downloaded zerocopy v0.6.6 |
| 416 | 2024-03-28T07:08:31.910Z | Downloaded tap v1.0.1 |
| 417 | 2024-03-28T07:08:31.910Z | Downloaded hyper-tls v0.5.0 |
| 418 | 2024-03-28T07:08:31.910Z | Downloaded synstructure v0.12.6 |
| 419 | 2024-03-28T07:08:31.910Z | Downloaded iana-time-zone v0.1.57 |
| 420 | 2024-03-28T07:08:31.941Z | Downloaded static_assertions v1.1.0 |
| 421 | 2024-03-28T07:08:31.941Z | Downloaded mime v0.3.17 |
| 422 | 2024-03-28T07:08:31.941Z | Downloaded tracing-attributes v0.1.26 |
| 423 | 2024-03-28T07:08:31.942Z | Downloaded uuid v1.7.0 |
| 424 | 2024-03-28T07:08:31.942Z | Downloaded num-traits v0.2.16 |
| 425 | 2024-03-28T07:08:31.942Z | Downloaded darling_core v0.20.3 |
| 426 | 2024-03-28T07:08:31.942Z | Downloaded const_format v0.2.31 |
| 427 | 2024-03-28T07:08:31.973Z | Downloaded vergen v8.3.1 |
| 428 | 2024-03-28T07:08:31.973Z | Downloaded hashlink v0.9.0 |
| 429 | 2024-03-28T07:08:31.973Z | Downloaded lru-cache v0.1.2 |
| 430 | 2024-03-28T07:08:31.973Z | Downloaded backtrace v0.3.69 |
| 431 | 2024-03-28T07:08:32.008Z | Downloaded tokio-rustls v0.24.1 |
| 432 | 2024-03-28T07:08:32.008Z | Downloaded num-rational v0.4.1 |
| 433 | 2024-03-28T07:08:32.008Z | Downloaded tokio-rustls v0.25.0 |
| 434 | 2024-03-28T07:08:32.008Z | Downloaded slog-stdlog v4.1.1 |
| 435 | 2024-03-28T07:08:32.008Z | Downloaded num_enum v0.5.11 |
| 436 | 2024-03-28T07:08:32.008Z | Downloaded simple_asn1 v0.6.2 |
| 437 | 2024-03-28T07:08:32.008Z | Downloaded slog-term v2.9.1 |
| 438 | 2024-03-28T07:08:32.008Z | Downloaded signal-hook-registry v1.4.1 |
| 439 | 2024-03-28T07:08:32.008Z | Downloaded thiserror-impl v1.0.57 |
| 440 | 2024-03-28T07:08:32.008Z | Downloaded tungstenite v0.20.1 |
| 441 | 2024-03-28T07:08:32.040Z | Downloaded num-complex v0.4.4 |
| 442 | 2024-03-28T07:08:32.040Z | Downloaded base64 v0.21.7 |
| 443 | 2024-03-28T07:08:32.040Z | Downloaded portable-atomic v1.4.3 |
| 444 | 2024-03-28T07:08:32.040Z | Downloaded pest v2.7.6 |
| 445 | 2024-03-28T07:08:32.040Z | Downloaded futures v0.3.30 |
| 446 | 2024-03-28T07:08:32.040Z | Downloaded multer v3.0.0 |
| 447 | 2024-03-28T07:08:32.071Z | Downloaded socket2 v0.5.5 |
| 448 | 2024-03-28T07:08:32.071Z | Downloaded unsafe-libyaml v0.2.9 |
| 449 | 2024-03-28T07:08:32.071Z | Downloaded http v0.2.12 |
| 450 | 2024-03-28T07:08:32.071Z | Downloaded indexmap v1.9.3 |
| 451 | 2024-03-28T07:08:32.071Z | Downloaded log v0.4.21 |
| 452 | 2024-03-28T07:08:32.104Z | Downloaded indicatif v0.17.6 |
| 453 | 2024-03-28T07:08:32.138Z | Downloaded tracing-core v0.1.31 |
| 454 | 2024-03-28T07:08:32.138Z | Downloaded strum_macros v0.26.1 |
| 455 | 2024-03-28T07:08:32.138Z | Downloaded snafu v0.7.5 |
| 456 | 2024-03-28T07:08:32.138Z | Downloaded memchr v2.6.4 |
| 457 | 2024-03-28T07:08:32.172Z | Downloaded curl v0.4.44 |
| 458 | 2024-03-28T07:08:32.172Z | Downloaded serde_with v3.6.1 |
| 459 | 2024-03-28T07:08:32.172Z | Downloaded toml_edit v0.19.15 |
| 460 | 2024-03-28T07:08:32.205Z | Downloaded unicode-bidi v0.3.13 |
| 461 | 2024-03-28T07:08:32.205Z | Downloaded toml_edit v0.22.6 |
| 462 | 2024-03-28T07:08:32.238Z | Downloaded ucd-trie v0.1.6 |
| 463 | 2024-03-28T07:08:32.238Z | Downloaded tokio-tungstenite v0.20.1 |
| 464 | 2024-03-28T07:08:32.238Z | Downloaded tokio-util v0.7.8 |
| 465 | 2024-03-28T07:08:32.238Z | Downloaded tar v0.4.40 |
| 466 | 2024-03-28T07:08:32.238Z | Downloaded num-bigint v0.4.4 |
| 467 | 2024-03-28T07:08:32.238Z | Downloaded crossbeam-channel v0.5.8 |
| 468 | 2024-03-28T07:08:32.271Z | Downloaded rusqlite v0.31.0 |
| 469 | 2024-03-28T07:08:32.271Z | Downloaded trust-dns-resolver v0.22.0 |
| 470 | 2024-03-28T07:08:32.271Z | Downloaded libm v0.2.7 |
| 471 | 2024-03-28T07:08:32.302Z | Downloaded steno v0.4.0 |
| 472 | 2024-03-28T07:08:32.302Z | Downloaded tracing v0.1.37 |
| 473 | 2024-03-28T07:08:32.302Z | Downloaded serde_json v1.0.114 |
| 474 | 2024-03-28T07:08:32.334Z | Downloaded mio v0.8.11 |
| 475 | 2024-03-28T07:08:32.334Z | Downloaded reqwest v0.11.24 |
| 476 | 2024-03-28T07:08:32.367Z | Downloaded url v2.4.0 |
| 477 | 2024-03-28T07:08:32.367Z | Downloaded indexmap v2.2.5 |
| 478 | 2024-03-28T07:08:32.367Z | Downloaded http v1.0.0 |
| 479 | 2024-03-28T07:08:32.871Z | Downloaded time v0.3.27 |
| 480 | 2024-03-28T07:08:32.871Z | Downloaded zerocopy v0.7.32 |
| 481 | 2024-03-28T07:08:32.871Z | Downloaded tower v0.4.13 |
| 482 | 2024-03-28T07:08:32.871Z | Downloaded rayon v1.8.1 |
| 483 | 2024-03-28T07:08:32.871Z | Downloaded itertools v0.10.5 |
| 484 | 2024-03-28T07:08:32.871Z | Downloaded rustls-webpki v0.101.4 |
| 485 | 2024-03-28T07:08:32.871Z | Downloaded aho-corasick v1.0.4 |
| 486 | 2024-03-28T07:08:32.871Z | Downloaded petgraph v0.6.4 |
| 487 | 2024-03-28T07:08:32.871Z | Downloaded tower-http v0.4.4 |
| 488 | 2024-03-28T07:08:32.871Z | Downloaded winnow v0.5.15 |
| 489 | 2024-03-28T07:08:32.871Z | Downloaded unicode-normalization v0.1.22 |
| 490 | 2024-03-28T07:08:32.871Z | Downloaded clap_builder v4.4.0 |
| 491 | 2024-03-28T07:08:32.871Z | Downloaded hashbrown v0.14.3 |
| 492 | 2024-03-28T07:08:32.871Z | Downloaded goblin v0.8.0 |
| 493 | 2024-03-28T07:08:32.871Z | Downloaded itertools v0.12.1 |
| 494 | 2024-03-28T07:08:32.871Z | Downloaded object v0.32.0 |
| 495 | 2024-03-28T07:08:32.871Z | Downloaded winnow v0.6.2 |
| 496 | 2024-03-28T07:08:32.871Z | Downloaded h2 v0.3.24 |
| 497 | 2024-03-28T07:08:32.872Z | Downloaded futures-util v0.3.30 |
| 498 | 2024-03-28T07:08:32.872Z | Downloaded bitvec v1.0.1 |
| 499 | 2024-03-28T07:08:32.872Z | Downloaded rustls-webpki v0.102.1 |
| 500 | 2024-03-28T07:08:32.872Z | Downloaded chrono v0.4.34 |
| 501 | 2024-03-28T07:08:32.872Z | Downloaded clap v3.2.25 |
| 502 | 2024-03-28T07:08:32.872Z | Downloaded hyper v0.14.27 |
| 503 | 2024-03-28T07:08:32.872Z | Downloaded webpki-roots v0.25.2 |
| 504 | 2024-03-28T07:08:32.872Z | Downloaded git2 v0.18.2 |
| 505 | 2024-03-28T07:08:32.872Z | Downloaded regress v0.8.0 |
| 506 | 2024-03-28T07:08:32.872Z | Downloaded regex v1.10.3 |
| 507 | 2024-03-28T07:08:32.872Z | Downloaded openssl v0.10.60 |
| 508 | 2024-03-28T07:08:32.872Z | Downloaded idna v0.2.3 |
| 509 | 2024-03-28T07:08:32.905Z | Downloaded syn v2.0.52 |
| 510 | 2024-03-28T07:08:32.905Z | Downloaded trust-dns-proto v0.22.0 |
| 511 | 2024-03-28T07:08:32.905Z | Downloaded gimli v0.28.0 |
| 512 | 2024-03-28T07:08:32.906Z | Downloaded rustls v0.21.7 |
| 513 | 2024-03-28T07:08:32.906Z | Downloaded syn v1.0.109 |
| 514 | 2024-03-28T07:08:32.935Z | Downloaded vcpkg v0.2.15 |
| 515 | 2024-03-28T07:08:32.966Z | Downloaded nix v0.26.2 |
| 516 | 2024-03-28T07:08:32.997Z | Downloaded idna v0.4.0 |
| 517 | 2024-03-28T07:08:32.997Z | Downloaded rustls v0.22.2 |
| 518 | 2024-03-28T07:08:33.029Z | Downloaded nix v0.27.1 |
| 519 | 2024-03-28T07:08:33.029Z | Downloaded rustix v0.38.26 |
| 520 | 2024-03-28T07:08:33.060Z | Downloaded regex-syntax v0.8.2 |
| 521 | 2024-03-28T07:08:33.060Z | Downloaded regress v0.9.0 |
| 522 | 2024-03-28T07:08:33.060Z | Downloaded openapiv3 v2.0.0 |
| 523 | 2024-03-28T07:08:33.090Z | Downloaded bstr v1.6.0 |
| 524 | 2024-03-28T07:08:33.242Z | Downloaded zerocopy-derive v0.6.6 |
| 525 | 2024-03-28T07:08:33.271Z | Downloaded zerocopy-derive v0.2.0 |
| 526 | 2024-03-28T07:08:33.271Z | Downloaded regex-automata v0.4.4 |
| 527 | 2024-03-28T07:08:33.381Z | Downloaded tokio v1.36.0 |
| 528 | 2024-03-28T07:08:33.440Z | Downloaded libc v0.2.150 |
| 529 | 2024-03-28T07:08:33.888Z | Downloaded encoding_rs v0.8.33 |
| 530 | 2024-03-28T07:08:34.370Z | Downloaded libgit2-sys v0.16.2+1.7.2 |
| 531 | 2024-03-28T07:08:35.026Z | Downloaded libz-sys v1.1.12 |
| 532 | 2024-03-28T07:08:35.136Z | Downloaded curl-sys v0.4.68+curl-8.4.0 |
| 533 | 2024-03-28T07:08:35.509Z | Downloaded ring v0.17.7 |
| 534 | 2024-03-28T07:08:35.678Z | Downloaded libsqlite3-sys v0.28.0 |
| 535 | 2024-03-28T07:08:35.802Z | Downloaded ring v0.16.20 |
| 536 | 2024-03-28T07:08:36.146Z | Compiling proc-macro2 v1.0.78 |
| 537 | 2024-03-28T07:08:36.146Z | Compiling unicode-ident v1.0.12 |
| 538 | 2024-03-28T07:08:36.171Z | Compiling libc v0.2.150 |
| 539 | 2024-03-28T07:08:36.171Z | Compiling version_check v0.9.4 |
| 540 | 2024-03-28T07:08:36.171Z | Checking cfg-if v1.0.0 |
| 541 | 2024-03-28T07:08:36.171Z | Compiling serde v1.0.197 |
| 542 | 2024-03-28T07:08:36.171Z | Compiling autocfg v1.1.0 |
| 543 | 2024-03-28T07:08:36.171Z | Compiling syn v1.0.109 |
| 544 | 2024-03-28T07:08:36.331Z | Compiling thiserror v1.0.57 |
| 545 | 2024-03-28T07:08:36.881Z | Compiling ahash v0.8.10 |
| 546 | 2024-03-28T07:08:36.979Z | Checking once_cell v1.19.0 |
| 547 | 2024-03-28T07:08:37.025Z | Checking itoa v1.0.9 |
| 548 | 2024-03-28T07:08:37.155Z | Compiling serde_json v1.0.114 |
| 549 | 2024-03-28T07:08:37.255Z | Checking memchr v2.6.4 |
| 550 | 2024-03-28T07:08:37.415Z | Checking byteorder v1.4.3 |
| 551 | 2024-03-28T07:08:37.550Z | Checking log v0.4.21 |
| 552 | 2024-03-28T07:08:37.750Z | Compiling quote v1.0.35 |
| 553 | 2024-03-28T07:08:37.779Z | Compiling jobserver v0.1.26 |
| 554 | 2024-03-28T07:08:37.804Z | Checking pin-project-lite v0.2.13 |
| 555 | 2024-03-28T07:08:37.901Z | Checking scopeguard v1.2.0 |
| 556 | 2024-03-28T07:08:37.942Z | Checking getrandom v0.2.10 |
| 557 | 2024-03-28T07:08:37.967Z | Checking ryu v1.0.15 |
| 558 | 2024-03-28T07:08:37.992Z | Compiling lock_api v0.4.10 |
| 559 | 2024-03-28T07:08:38.017Z | Checking smallvec v1.11.0 |
| 560 | 2024-03-28T07:08:38.142Z | Compiling syn v2.0.52 |
| 561 | 2024-03-28T07:08:38.265Z | Compiling cc v1.0.83 |
| 562 | 2024-03-28T07:08:38.314Z | Compiling pkg-config v0.3.27 |
| 563 | 2024-03-28T07:08:38.339Z | Compiling parking_lot_core v0.9.8 |
| 564 | 2024-03-28T07:08:38.370Z | Compiling heck v0.4.1 |
| 565 | 2024-03-28T07:08:38.701Z | Compiling libm v0.2.7 |
| 566 | 2024-03-28T07:08:38.799Z | Checking allocator-api2 v0.2.16 |
| 567 | 2024-03-28T07:08:38.871Z | Compiling vcpkg v0.2.15 |
| 568 | 2024-03-28T07:08:39.063Z | Checking parking_lot v0.12.1 |
| 569 | 2024-03-28T07:08:39.159Z | Checking signal-hook-registry v1.4.1 |
| 570 | 2024-03-28T07:08:39.196Z | Checking socket2 v0.5.5 |
| 571 | 2024-03-28T07:08:39.313Z | Checking mio v0.8.11 |
| 572 | 2024-03-28T07:08:39.345Z | Checking num_cpus v1.16.0 |
| 573 | 2024-03-28T07:08:39.370Z | Compiling num-traits v0.2.16 |
| 574 | 2024-03-28T07:08:39.835Z | Checking futures-core v0.3.30 |
| 575 | 2024-03-28T07:08:39.988Z | Checking bitflags v2.4.0 |
| 576 | 2024-03-28T07:08:40.168Z | Checking rand_core v0.6.4 |
| 577 | 2024-03-28T07:08:40.205Z | Compiling slab v0.4.9 |
| 578 | 2024-03-28T07:08:40.237Z | Checking futures-sink v0.3.30 |
| 579 | 2024-03-28T07:08:40.411Z | Checking equivalent v1.0.1 |
| 580 | 2024-03-28T07:08:40.521Z | Checking futures-channel v0.3.30 |
| 581 | 2024-03-28T07:08:40.555Z | Checking pin-utils v0.1.0 |
| 582 | 2024-03-28T07:08:40.588Z | Compiling typenum v1.16.0 |
| 583 | 2024-03-28T07:08:40.588Z | Checking futures-task v0.3.30 |
| 584 | 2024-03-28T07:08:40.628Z | Checking futures-io v0.3.30 |
| 585 | 2024-03-28T07:08:40.786Z | Compiling generic-array v0.14.7 |
| 586 | 2024-03-28T07:08:40.818Z | Checking fnv v1.0.7 |
| 587 | 2024-03-28T07:08:40.919Z | Checking tracing-core v0.1.31 |
| 588 | 2024-03-28T07:08:40.951Z | Checking iana-time-zone v0.1.57 |
| 589 | 2024-03-28T07:08:40.984Z | Compiling ucd-trie v0.1.6 |
| 590 | 2024-03-28T07:08:41.061Z | Compiling slog v2.7.0 |
| 591 | 2024-03-28T07:08:41.404Z | Compiling schemars v0.8.16 |
| 592 | 2024-03-28T07:08:41.512Z | Checking subtle v2.5.0 |
| 593 | 2024-03-28T07:08:41.600Z | Compiling time-core v0.1.1 |
| 594 | 2024-03-28T07:08:41.717Z | Compiling httparse v1.8.0 |
| 595 | 2024-03-28T07:08:41.825Z | Compiling ring v0.16.20 |
| 596 | 2024-03-28T07:08:41.864Z | Compiling openssl-sys v0.9.96 |
| 597 | 2024-03-28T07:08:42.159Z | Checking dyn-clone v1.0.13 |
| 598 | 2024-03-28T07:08:42.217Z | Checking socket2 v0.4.9 |
| 599 | 2024-03-28T07:08:42.290Z | Checking base64 v0.21.7 |
| 600 | 2024-03-28T07:08:42.551Z | Compiling rustix v0.38.26 |
| 601 | 2024-03-28T07:08:42.628Z | Checking percent-encoding v2.3.1 |
| 602 | 2024-03-28T07:08:42.709Z | Checking aho-corasick v1.0.4 |
| 603 | 2024-03-28T07:08:42.824Z | Checking form_urlencoded v1.2.1 |
| 604 | 2024-03-28T07:08:42.893Z | Checking errno v0.3.8 |
| 605 | 2024-03-28T07:08:43.009Z | Checking tinyvec_macros v0.1.1 |
| 606 | 2024-03-28T07:08:43.043Z | Checking spin v0.5.2 |
| 607 | 2024-03-28T07:08:43.092Z | Compiling serde_derive_internals v0.26.0 |
| 608 | 2024-03-28T07:08:43.209Z | Checking regex-syntax v0.8.2 |
| 609 | 2024-03-28T07:08:43.282Z | Checking tower-service v0.3.2 |
| 610 | 2024-03-28T07:08:43.518Z | Checking crypto-common v0.1.6 |
| 611 | 2024-03-28T07:08:43.658Z | Checking untrusted v0.7.1 |
| 612 | 2024-03-28T07:08:43.797Z | Checking tinyvec v1.6.0 |
| 613 | 2024-03-28T07:08:43.953Z | Checking try-lock v0.2.4 |
| 614 | 2024-03-28T07:08:44.058Z | Compiling crossbeam-utils v0.8.16 |
| 615 | 2024-03-28T07:08:44.437Z | Compiling rustversion v1.0.14 |
| 616 | 2024-03-28T07:08:44.771Z | Checking unicode-normalization v0.1.22 |
| 617 | 2024-03-28T07:08:44.937Z | Checking want v0.3.1 |
| 618 | 2024-03-28T07:08:45.026Z | Compiling time-macros v0.2.13 |
| 619 | 2024-03-28T07:08:45.492Z | Checking unicode-bidi v0.3.13 |
| 620 | 2024-03-28T07:08:45.599Z | Checking regex-automata v0.4.4 |
| 621 | 2024-03-28T07:08:45.863Z | Checking cpufeatures v0.2.12 |
| 622 | 2024-03-28T07:08:45.948Z | Checking num_threads v0.1.6 |
| 623 | 2024-03-28T07:08:46.045Z | Checking deranged v0.3.8 |
| 624 | 2024-03-28T07:08:46.069Z | Checking httpdate v1.0.3 |
| 625 | 2024-03-28T07:08:46.827Z | Checking is-terminal v0.4.9 |
| 626 | 2024-03-28T07:08:47.348Z | Checking time v0.3.27 |
| 627 | 2024-03-28T07:08:47.612Z | Compiling schemars_derive v0.8.16 |
| 628 | 2024-03-28T07:08:47.637Z | Compiling serde_derive v1.0.197 |
| 629 | 2024-03-28T07:08:47.748Z | Compiling zerocopy-derive v0.7.32 |
| 630 | 2024-03-28T07:08:47.999Z | Compiling thiserror-impl v1.0.57 |
| 631 | 2024-03-28T07:08:48.028Z | Compiling tokio-macros v2.2.0 |
| 632 | 2024-03-28T07:08:48.247Z | Compiling futures-macro v0.3.30 |
| 633 | 2024-03-28T07:08:49.227Z | Compiling tracing-attributes v0.1.26 |
| 634 | 2024-03-28T07:08:49.284Z | Checking regex v1.10.3 |
| 635 | 2024-03-28T07:08:49.402Z | Compiling zerocopy v0.7.32 |
| 636 | 2024-03-28T07:08:49.788Z | Checking futures-util v0.3.30 |
| 637 | 2024-03-28T07:08:49.995Z | Checking block-buffer v0.10.4 |
| 638 | 2024-03-28T07:08:50.157Z | Compiling rustls v0.21.7 |
| 639 | 2024-03-28T07:08:50.475Z | Compiling async-trait v0.1.77 |
| 640 | 2024-03-28T07:08:50.501Z | Compiling pest v2.7.6 |
| 641 | 2024-03-28T07:08:50.863Z | Checking openssl-probe v0.1.5 |
| 642 | 2024-03-28T07:08:50.979Z | Compiling anyhow v1.0.75 |
| 643 | 2024-03-28T07:08:51.120Z | Compiling hashbrown v0.14.3 |
| 644 | 2024-03-28T07:08:51.626Z | Checking digest v0.10.7 |
| 645 | 2024-03-28T07:08:51.877Z | Checking tracing v0.1.37 |
| 646 | 2024-03-28T07:08:52.155Z | Checking rustls-webpki v0.101.4 |
| 647 | 2024-03-28T07:08:52.193Z | Checking sct v0.7.0 |
| 648 | 2024-03-28T07:08:52.258Z | Compiling pest_meta v2.7.6 |
| 649 | 2024-03-28T07:08:52.347Z | Checking idna v0.4.0 |
| 650 | 2024-03-28T07:08:52.915Z | Compiling thread-id v4.2.0 |
| 651 | 2024-03-28T07:08:53.528Z | Compiling pest_generator v2.7.6 |
| 652 | 2024-03-28T07:08:54.087Z | Checking ppv-lite86 v0.2.17 |
| 653 | 2024-03-28T07:08:54.165Z | Compiling chrono v0.4.34 |
| 654 | 2024-03-28T07:08:54.624Z | Checking rand_chacha v0.3.1 |
| 655 | 2024-03-28T07:08:55.370Z | Compiling pest_derive v2.7.6 |
| 656 | 2024-03-28T07:08:55.815Z | Checking rustls-pemfile v1.0.4 |
| 657 | 2024-03-28T07:08:56.143Z | Compiling uuid v1.7.0 |
| 658 | 2024-03-28T07:08:56.168Z | Checking rand v0.8.5 |
| 659 | 2024-03-28T07:08:56.496Z | Compiling regress v0.9.0 |
| 660 | 2024-03-28T07:08:56.595Z | Checking dirs-sys-next v0.1.2 |
| 661 | 2024-03-28T07:08:56.749Z | Compiling semver v1.0.22 |
| 662 | 2024-03-28T07:08:56.886Z | Checking foreign-types-shared v0.1.1 |
| 663 | 2024-03-28T07:08:56.982Z | Compiling camino v1.1.6 |
| 664 | 2024-03-28T07:08:57.006Z | Compiling openssl v0.10.60 |
| 665 | 2024-03-28T07:08:57.086Z | Checking bytes v1.5.0 |
| 666 | 2024-03-28T07:08:57.364Z | Checking indexmap v2.2.5 |
| 667 | 2024-03-28T07:08:57.701Z | Checking tokio v1.36.0 |
| 668 | 2024-03-28T07:08:58.125Z | Checking http v0.2.12 |
| 669 | 2024-03-28T07:08:58.311Z | Compiling serde_tokenstream v0.2.0 |
| 670 | 2024-03-28T07:08:58.369Z | Checking url v2.4.0 |
| 671 | 2024-03-28T07:08:58.710Z | Checking serde_urlencoded v0.7.1 |
| 672 | 2024-03-28T07:08:59.101Z | Checking foreign-types v0.3.2 |
| 673 | 2024-03-28T07:08:59.126Z | Checking dirs-next v2.0.0 |
| 674 | 2024-03-28T07:08:59.161Z | Checking http-body v0.4.5 |
| 675 | 2024-03-28T07:08:59.189Z | Compiling openssl-macros v0.1.1 |
| 676 | 2024-03-28T07:08:59.224Z | Checking thread_local v1.1.7 |
| 677 | 2024-03-28T07:08:59.447Z | Checking encoding_rs v0.8.33 |
| 678 | 2024-03-28T07:08:59.472Z | Checking mime v0.3.17 |
| 679 | 2024-03-28T07:08:59.730Z | Compiling native-tls v0.2.11 |
| 680 | 2024-03-28T07:08:59.761Z | Compiling slog-async v2.8.0 |
| 681 | 2024-03-28T07:09:00.004Z | Checking term v0.7.0 |
| 682 | 2024-03-28T07:09:00.075Z | Checking rustls-native-certs v0.6.3 |
| 683 | 2024-03-28T07:09:00.200Z | Checking futures-executor v0.3.30 |
| 684 | 2024-03-28T07:09:00.246Z | Checking crossbeam-channel v0.5.8 |
| 685 | 2024-03-28T07:09:00.360Z | Checking lazy_static v1.4.0 |
| 686 | 2024-03-28T07:09:00.429Z | Checking take_mut v0.2.2 |
| 687 | 2024-03-28T07:09:00.478Z | Checking unicode-width v0.1.10 |
| 688 | 2024-03-28T07:09:00.529Z | Checking futures v0.3.30 |
| 689 | 2024-03-28T07:09:00.565Z | Checking slog-term v2.9.1 |
| 690 | 2024-03-28T07:09:00.613Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
| 691 | 2024-03-28T07:09:00.638Z | Checking openapiv3 v2.0.0 |
| 692 | 2024-03-28T07:09:00.943Z | Checking serde_spanned v0.6.5 |
| 693 | 2024-03-28T07:09:01.095Z | Checking toml_datetime v0.6.5 |
| 694 | 2024-03-28T07:09:01.188Z | Compiling scroll_derive v0.12.0 |
| 695 | 2024-03-28T07:09:01.311Z | Compiling ring v0.17.7 |
| 696 | 2024-03-28T07:09:01.408Z | Compiling usdt-impl v0.5.0 |
| 697 | 2024-03-28T07:09:01.723Z | Checking zeroize v1.6.0 |
| 698 | 2024-03-28T07:09:01.920Z | Checking ipnet v2.8.0 |
| 699 | 2024-03-28T07:09:02.034Z | Compiling winnow v0.5.15 |
| 700 | 2024-03-28T07:09:02.351Z | Checking scroll v0.12.0 |
| 701 | 2024-03-28T07:09:02.429Z | Compiling dof v0.3.0 |
| 702 | 2024-03-28T07:09:02.669Z | Compiling dtrace-parser v0.2.0 |
| 703 | 2024-03-28T07:09:03.153Z | Compiling libz-sys v1.1.12 |
| 704 | 2024-03-28T07:09:03.193Z | Checking tokio-util v0.7.8 |
| 705 | 2024-03-28T07:09:03.248Z | Checking tokio-rustls v0.24.1 |
| 706 | 2024-03-28T07:09:03.644Z | Checking plain v0.2.3 |
| 707 | 2024-03-28T07:09:03.707Z | Checking spin v0.9.8 |
| 708 | 2024-03-28T07:09:03.891Z | Compiling omicron-workspace-hack v0.1.0 |
| 709 | 2024-03-28T07:09:03.948Z | Checking h2 v0.3.24 |
| 710 | 2024-03-28T07:09:04.121Z | Compiling getopts v0.2.21 |
| 711 | 2024-03-28T07:09:04.204Z | Checking goblin v0.8.0 |
| 712 | 2024-03-28T07:09:04.297Z | Checking tokio-native-tls v0.3.1 |
| 713 | 2024-03-28T07:09:04.493Z | Compiling toml_edit v0.19.15 |
| 714 | 2024-03-28T07:09:05.906Z | Checking sha1 v0.10.6 |
| 715 | 2024-03-28T07:09:06.425Z | Compiling proc-macro-crate v1.3.1 |
| 716 | 2024-03-28T07:09:06.497Z | Checking pretty-hex v0.4.1 |
| 717 | 2024-03-28T07:09:06.640Z | Checking sync_wrapper v0.1.2 |
| 718 | 2024-03-28T07:09:06.754Z | Checking webpki-roots v0.25.2 |
| 719 | 2024-03-28T07:09:06.846Z | Checking rustls-pki-types v1.3.1 |
| 720 | 2024-03-28T07:09:06.884Z | Checking untrusted v0.9.0 |
| 721 | 2024-03-28T07:09:07.013Z | Checking match_cfg v0.1.0 |
| 722 | 2024-03-28T07:09:07.088Z | Compiling unsafe-libyaml v0.2.9 |
| 723 | 2024-03-28T07:09:07.132Z | Checking hostname v0.3.1 |
| 724 | 2024-03-28T07:09:07.516Z | Compiling num-integer v0.1.45 |
| 725 | 2024-03-28T07:09:07.732Z | Compiling strsim v0.10.0 |
| 726 | 2024-03-28T07:09:07.894Z | Compiling ident_case v1.0.1 |
| 727 | 2024-03-28T07:09:08.058Z | Compiling unicode-xid v0.2.4 |
| 728 | 2024-03-28T07:09:08.220Z | Compiling serde_yaml v0.9.25 |
| 729 | 2024-03-28T07:09:08.245Z | Compiling rustls v0.22.2 |
| 730 | 2024-03-28T07:09:08.309Z | Compiling darling_core v0.20.3 |
| 731 | 2024-03-28T07:09:08.496Z | Compiling usdt-macro v0.5.0 |
| 732 | 2024-03-28T07:09:08.557Z | Compiling usdt-attr-macro v0.5.0 |
| 733 | 2024-03-28T07:09:08.757Z | Checking hyper v0.14.27 |
| 734 | 2024-03-28T07:09:09.363Z | Checking serde_path_to_error v0.1.15 |
| 735 | 2024-03-28T07:09:09.541Z | Checking memmap v0.7.0 |
| 736 | 2024-03-28T07:09:09.700Z | Compiling multer v3.0.0 |
| 737 | 2024-03-28T07:09:09.725Z | Checking bitflags v1.3.2 |
| 738 | 2024-03-28T07:09:09.803Z | Compiling paste v1.0.14 |
| 739 | 2024-03-28T07:09:09.853Z | Checking winnow v0.6.2 |
| 740 | 2024-03-28T07:09:09.897Z | Checking usdt v0.5.0 |
| 741 | 2024-03-28T07:09:10.097Z | Checking slog-json v2.6.1 |
| 742 | 2024-03-28T07:09:10.265Z | Checking http v1.0.0 |
| 743 | 2024-03-28T07:09:10.301Z | Compiling strum_macros v0.26.1 |
| 744 | 2024-03-28T07:09:10.486Z | Compiling async-stream-impl v0.3.5 |
| 745 | 2024-03-28T07:09:10.756Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
| 746 | 2024-03-28T07:09:11.229Z | Compiling num-bigint v0.4.4 |
| 747 | 2024-03-28T07:09:11.314Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#c3e84670) |
| 748 | 2024-03-28T07:09:11.546Z | Checking atomic-waker v1.1.1 |
| 749 | 2024-03-28T07:09:11.673Z | Checking waitgroup v0.1.2 |
| 750 | 2024-03-28T07:09:11.703Z | Checking async-stream v0.3.5 |
| 751 | 2024-03-28T07:09:11.882Z | Checking slog-bunyan v2.5.0 |
| 752 | 2024-03-28T07:09:12.037Z | Compiling synstructure v0.12.6 |
| 753 | 2024-03-28T07:09:12.132Z | Checking rustls-pemfile v2.1.1 |
| 754 | 2024-03-28T07:09:12.157Z | Checking toml_edit v0.22.6 |
| 755 | 2024-03-28T07:09:12.419Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#c3e84670) |
| 756 | 2024-03-28T07:09:12.499Z | Compiling darling_macro v0.20.3 |
| 757 | 2024-03-28T07:09:12.922Z | Checking hex v0.4.3 |
| 758 | 2024-03-28T07:09:13.202Z | Compiling structmeta-derive v0.3.0 |
| 759 | 2024-03-28T07:09:13.331Z | Compiling proc-macro-error-attr v1.0.4 |
| 760 | 2024-03-28T07:09:13.357Z | Compiling darling v0.20.3 |
| 761 | 2024-03-28T07:09:13.466Z | Checking debug-ignore v1.0.5 |
| 762 | 2024-03-28T07:09:13.587Z | Checking hyper-rustls v0.24.1 |
| 763 | 2024-03-28T07:09:13.621Z | Checking hyper-tls v0.5.0 |
| 764 | 2024-03-28T07:09:13.712Z | Compiling serde_with_macros v3.6.1 |
| 765 | 2024-03-28T07:09:13.851Z | Compiling zerocopy-derive v0.2.0 |
| 766 | 2024-03-28T07:09:13.887Z | Checking strum v0.26.1 |
| 767 | 2024-03-28T07:09:13.917Z | Checking reqwest v0.11.24 |
| 768 | 2024-03-28T07:09:14.017Z | Checking toml v0.8.10 |
| 769 | 2024-03-28T07:09:14.096Z | Compiling num_enum_derive v0.5.11 |
| 770 | 2024-03-28T07:09:14.329Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
| 771 | 2024-03-28T07:09:14.444Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
| 772 | 2024-03-28T07:09:15.167Z | Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
| 773 | 2024-03-28T07:09:15.382Z | Compiling structmeta v0.3.0 |
| 774 | 2024-03-28T07:09:15.456Z | Checking newtype-uuid v1.0.1 |
| 775 | 2024-03-28T07:09:15.664Z | Compiling proc-macro-error v1.0.4 |
| 776 | 2024-03-28T07:09:15.832Z | Checking static_assertions v1.1.0 |
| 777 | 2024-03-28T07:09:15.864Z | Compiling parse-display-derive v0.9.0 |
| 778 | 2024-03-28T07:09:16.027Z | Checking serde_with v3.6.1 |
| 779 | 2024-03-28T07:09:16.102Z | Compiling serde_repr v0.1.16 |
| 780 | 2024-03-28T07:09:16.132Z | Checking num_enum v0.5.11 |
| 781 | 2024-03-28T07:09:16.196Z | Checking instant v0.1.12 |
| 782 | 2024-03-28T07:09:16.266Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
| 783 | 2024-03-28T07:09:16.300Z | Checking backoff v0.4.0 |
| 784 | 2024-03-28T07:09:16.398Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
| 785 | 2024-03-28T07:09:16.541Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 786 | 2024-03-28T07:09:16.675Z | Checking ipnetwork v0.20.0 |
| 787 | 2024-03-28T07:09:16.964Z | Checking macaddr v1.0.1 |
| 788 | 2024-03-28T07:09:17.070Z | Checking regress v0.8.0 |
| 789 | 2024-03-28T07:09:17.104Z | Compiling libgit2-sys v0.16.2+1.7.2 |
| 790 | 2024-03-28T07:09:17.104Z | Compiling num-rational v0.4.1 |
| 791 | 2024-03-28T07:09:17.238Z | Compiling num-iter v0.1.43 |
| 792 | 2024-03-28T07:09:17.676Z | Compiling semver v0.1.20 |
| 793 | 2024-03-28T07:09:17.711Z | Checking either v1.9.0 |
| 794 | 2024-03-28T07:09:18.116Z | Compiling rustc_version v0.1.7 |
| 795 | 2024-03-28T07:09:18.576Z | Checking atty v0.2.14 |
| 796 | 2024-03-28T07:09:18.627Z | Compiling usdt-impl v0.3.5 |
| 797 | 2024-03-28T07:09:18.683Z | Checking arc-swap v1.6.0 |
| 798 | 2024-03-28T07:09:19.074Z | Compiling newtype_derive v0.1.6 |
| 799 | 2024-03-28T07:09:19.104Z | Compiling zerocopy v0.3.2 |
| 800 | 2024-03-28T07:09:19.145Z | Checking parse-display v0.9.0 |
| 801 | 2024-03-28T07:09:19.222Z | Compiling cargo-platform v0.1.6 |
| 802 | 2024-03-28T07:09:19.328Z | Checking num-complex v0.4.4 |
| 803 | 2024-03-28T07:09:19.377Z | Compiling vergen v8.3.1 |
| 804 | 2024-03-28T07:09:19.411Z | Compiling strum_macros v0.25.3 |
| 805 | 2024-03-28T07:09:19.554Z | Compiling zerocopy-derive v0.6.6 |
| 806 | 2024-03-28T07:09:19.625Z | Compiling hubpack_derive v0.1.1 |
| 807 | 2024-03-28T07:09:19.656Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
| 808 | 2024-03-28T07:09:19.687Z | Compiling memoffset v0.9.0 |
| 809 | 2024-03-28T07:09:19.928Z | Compiling crucible-workspace-hack v0.1.0 |
| 810 | 2024-03-28T07:09:19.981Z | Checking utf8parse v0.2.1 |
| 811 | 2024-03-28T07:09:20.039Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 812 | 2024-03-28T07:09:20.328Z | Checking base64ct v1.6.0 |
| 813 | 2024-03-28T07:09:20.428Z | Checking hubpack v0.1.2 |
| 814 | 2024-03-28T07:09:20.602Z | Checking anstyle-parse v0.2.1 |
| 815 | 2024-03-28T07:09:20.633Z | Checking num v0.4.1 |
| 816 | 2024-03-28T07:09:20.768Z | Compiling cargo_metadata v0.18.1 |
| 817 | 2024-03-28T07:09:20.807Z | Checking password-hash v0.5.0 |
| 818 | 2024-03-28T07:09:20.837Z | Compiling dof v0.1.5 |
| 819 | 2024-03-28T07:09:20.915Z | Checking slog-scope v4.4.0 |
| 820 | 2024-03-28T07:09:21.076Z | Compiling rustc_version v0.4.0 |
| 821 | 2024-03-28T07:09:21.157Z | Compiling dtrace-parser v0.1.14 |
| 822 | 2024-03-28T07:09:21.217Z | Checking zerocopy v0.6.6 |
| 823 | 2024-03-28T07:09:21.427Z | Checking blake2 v0.10.6 |
| 824 | 2024-03-28T07:09:21.782Z | Compiling libsqlite3-sys v0.28.0 |
| 825 | 2024-03-28T07:09:21.820Z | Compiling crossbeam-epoch v0.9.15 |
| 826 | 2024-03-28T07:09:22.080Z | Compiling slog-dtrace v0.3.0 |
| 827 | 2024-03-28T07:09:22.258Z | Checking colorchoice v1.0.0 |
| 828 | 2024-03-28T07:09:22.374Z | Checking anstyle v1.0.2 |
| 829 | 2024-03-28T07:09:22.403Z | Checking humantime v2.1.0 |
| 830 | 2024-03-28T07:09:22.467Z | Checking anstyle-query v1.0.0 |
| 831 | 2024-03-28T07:09:22.498Z | Checking fixedbitset v0.4.2 |
| 832 | 2024-03-28T07:09:22.578Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 833 | 2024-03-28T07:09:22.671Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 834 | 2024-03-28T07:09:22.671Z | Checking anstream v0.5.0 |
| 835 | 2024-03-28T07:09:22.701Z | Checking petgraph v0.6.4 |
| 836 | 2024-03-28T07:09:22.901Z | Checking argon2 v0.5.3 |
| 837 | 2024-03-28T07:09:23.010Z | Checking slog-stdlog v4.1.1 |
| 838 | 2024-03-28T07:09:23.385Z | Compiling serde_tokenstream v0.1.7 |
| 839 | 2024-03-28T07:09:23.425Z | Compiling foreign-types-macros v0.2.3 |
| 840 | 2024-03-28T07:09:23.797Z | Checking inout v0.1.3 |
| 841 | 2024-03-28T07:09:23.828Z | Compiling backtrace v0.3.69 |
| 842 | 2024-03-28T07:09:23.962Z | Compiling curl-sys v0.4.68+curl-8.4.0 |
| 843 | 2024-03-28T07:09:24.075Z | Compiling indexmap v1.9.3 |
| 844 | 2024-03-28T07:09:24.214Z | Checking pretty-hex v0.2.1 |
| 845 | 2024-03-28T07:09:24.349Z | Checking foreign-types-shared v0.3.1 |
| 846 | 2024-03-28T07:09:24.380Z | Checking adler v1.0.2 |
| 847 | 2024-03-28T07:09:24.448Z | Checking termcolor v1.2.0 |
| 848 | 2024-03-28T07:09:24.478Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 849 | 2024-03-28T07:09:24.508Z | Checking data-encoding v2.4.0 |
| 850 | 2024-03-28T07:09:24.578Z | Compiling doc-comment v0.3.3 |
| 851 | 2024-03-28T07:09:24.753Z | Checking gimli v0.28.0 |
| 852 | 2024-03-28T07:09:24.783Z | Compiling radium v0.7.0 |
| 853 | 2024-03-28T07:09:24.914Z | Checking clap_lex v0.5.1 |
| 854 | 2024-03-28T07:09:25.033Z | Checking base64 v0.13.1 |
| 855 | 2024-03-28T07:09:25.118Z | Checking clap_builder v4.4.0 |
| 856 | 2024-03-28T07:09:25.294Z | Checking steno v0.4.0 |
| 857 | 2024-03-28T07:09:25.368Z | Checking miniz_oxide v0.7.1 |
| 858 | 2024-03-28T07:09:25.452Z | Checking foreign-types v0.5.0 |
| 859 | 2024-03-28T07:09:25.529Z | Checking cipher v0.4.4 |
| 860 | 2024-03-28T07:09:25.726Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
| 861 | 2024-03-28T07:09:25.906Z | Checking slog-envlogger v2.2.0 |
| 862 | 2024-03-28T07:09:26.352Z | Checking itertools v0.10.5 |
| 863 | 2024-03-28T07:09:26.428Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
| 864 | 2024-03-28T07:09:26.453Z | Checking colored v2.0.4 |
| 865 | 2024-03-28T07:09:27.045Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#7f571c6c) |
| 866 | 2024-03-28T07:09:27.090Z | Checking hashlink v0.9.0 |
| 867 | 2024-03-28T07:09:27.355Z | Compiling clap_derive v4.4.0 |
| 868 | 2024-03-28T07:09:27.379Z | Compiling pin-project-internal v1.1.3 |
| 869 | 2024-03-28T07:09:27.510Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 870 | 2024-03-28T07:09:27.564Z | Checking object v0.32.0 |
| 871 | 2024-03-28T07:09:27.668Z | Checking addr2line v0.21.0 |
| 872 | 2024-03-28T07:09:28.060Z | Checking cstr-argument v0.1.2 |
| 873 | 2024-03-28T07:09:28.120Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
| 874 | 2024-03-28T07:09:28.205Z | Checking tap v1.0.1 |
| 875 | 2024-03-28T07:09:28.230Z | Checking tower-layer v0.3.2 |
| 876 | 2024-03-28T07:09:28.342Z | Checking fallible-streaming-iterator v0.1.9 |
| 877 | 2024-03-28T07:09:28.402Z | Checking fallible-iterator v0.3.0 |
| 878 | 2024-03-28T07:09:28.429Z | Checking os_str_bytes v6.5.1 |
| 879 | 2024-03-28T07:09:28.525Z | Checking rustc-demangle v0.1.23 |
| 880 | 2024-03-28T07:09:28.707Z | Compiling rayon-core v1.12.1 |
| 881 | 2024-03-28T07:09:28.868Z | Compiling portable-atomic v1.4.3 |
| 882 | 2024-03-28T07:09:28.910Z | Checking hashbrown v0.12.3 |
| 883 | 2024-03-28T07:09:28.977Z | Checking fastrand v2.0.0 |
| 884 | 2024-03-28T07:09:29.231Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 885 | 2024-03-28T07:09:29.521Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
| 886 | 2024-03-28T07:09:29.620Z | Checking pin-project v1.1.3 |
| 887 | 2024-03-28T07:09:29.697Z | Checking tempfile v3.8.0 |
| 888 | 2024-03-28T07:09:29.764Z | Checking rusqlite v0.31.0 |
| 889 | 2024-03-28T07:09:29.854Z | Checking clap_lex v0.2.4 |
| 890 | 2024-03-28T07:09:30.003Z | Checking wyz v0.5.1 |
| 891 | 2024-03-28T07:09:30.175Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 892 | 2024-03-28T07:09:30.303Z | Checking crossbeam-deque v0.8.3 |
| 893 | 2024-03-28T07:09:30.328Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 894 | 2024-03-28T07:09:30.328Z | Checking pem v1.1.1 |
| 895 | 2024-03-28T07:09:30.579Z | Compiling usdt-macro v0.3.5 |
| 896 | 2024-03-28T07:09:30.604Z | Compiling usdt-attr-macro v0.3.5 |
| 897 | 2024-03-28T07:09:30.604Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#5503b472) |
| 898 | 2024-03-28T07:09:30.880Z | Compiling clap_derive v3.2.25 |
| 899 | 2024-03-28T07:09:30.907Z | Checking clap v4.4.0 |
| 900 | 2024-03-28T07:09:31.005Z | Checking twox-hash v1.6.3 |
| 901 | 2024-03-28T07:09:31.047Z | Checking simple_asn1 v0.6.2 |
| 902 | 2024-03-28T07:09:31.350Z | Compiling num_enum_derive v0.7.0 |
| 903 | 2024-03-28T07:09:31.506Z | Checking tokio-io-timeout v1.2.0 |
| 904 | 2024-03-28T07:09:31.647Z | Compiling snafu-derive v0.7.5 |
| 905 | 2024-03-28T07:09:31.731Z | Checking universal-hash v0.5.1 |
| 906 | 2024-03-28T07:09:31.786Z | Checking nix v0.27.1 |
| 907 | 2024-03-28T07:09:31.826Z | Checking opaque-debug v0.3.0 |
| 908 | 2024-03-28T07:09:31.912Z | Compiling curl v0.4.44 |
| 909 | 2024-03-28T07:09:31.939Z | Checking textwrap v0.16.0 |
| 910 | 2024-03-28T07:09:32.178Z | Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
| 911 | 2024-03-28T07:09:32.225Z | Checking funty v2.0.0 |
| 912 | 2024-03-28T07:09:32.249Z | Checking http-range-header v0.3.1 |
| 913 | 2024-03-28T07:09:32.249Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
| 914 | 2024-03-28T07:09:32.350Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
| 915 | 2024-03-28T07:09:32.431Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
| 916 | 2024-03-28T07:09:32.557Z | Checking tower-http v0.4.4 |
| 917 | 2024-03-28T07:09:32.996Z | Checking bitvec v1.0.1 |
| 918 | 2024-03-28T07:09:33.056Z | Checking polyval v0.6.1 |
| 919 | 2024-03-28T07:09:33.270Z | Checking usdt v0.3.5 |
| 920 | 2024-03-28T07:09:33.375Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone#5503b472) |
| 921 | 2024-03-28T07:09:33.439Z | Checking hyper-timeout v0.4.1 |
| 922 | 2024-03-28T07:09:33.465Z | Checking num_enum v0.7.0 |
| 923 | 2024-03-28T07:09:33.659Z | Checking jsonwebtoken v8.3.0 |
| 924 | 2024-03-28T07:09:34.228Z | Checking clap v3.2.25 |
| 925 | 2024-03-28T07:09:34.574Z | Checking tower v0.4.13 |
| 926 | 2024-03-28T07:09:35.225Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
| 927 | 2024-03-28T07:09:35.434Z | Checking snafu v0.7.5 |
| 928 | 2024-03-28T07:09:35.517Z | Checking ctr v0.9.2 |
| 929 | 2024-03-28T07:09:35.564Z | Checking aes v0.8.3 |
| 930 | 2024-03-28T07:09:35.667Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
| 931 | 2024-03-28T07:09:35.716Z | Compiling zone_cfg_derive v0.2.0 |
| 932 | 2024-03-28T07:09:35.747Z | Checking secrecy v0.8.0 |
| 933 | 2024-03-28T07:09:35.891Z | Checking console v0.15.7 |
| 934 | 2024-03-28T07:09:35.922Z | Checking bincode v1.3.3 |
| 935 | 2024-03-28T07:09:36.067Z | Checking sha2 v0.10.7 |
| 936 | 2024-03-28T07:09:36.189Z | Compiling async-recursion v0.3.2 |
| 937 | 2024-03-28T07:09:36.231Z | Checking aead v0.5.2 |
| 938 | 2024-03-28T07:09:36.328Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
| 939 | 2024-03-28T07:09:36.402Z | Checking utf-8 v0.7.6 |
| 940 | 2024-03-28T07:09:36.459Z | Checking matches v0.1.10 |
| 941 | 2024-03-28T07:09:36.514Z | Compiling erased-serde v0.3.30 |
| 942 | 2024-03-28T07:09:36.539Z | Checking number_prefix v0.4.0 |
| 943 | 2024-03-28T07:09:36.563Z | Checking idna v0.2.3 |
| 944 | 2024-03-28T07:09:36.587Z | Checking tungstenite v0.20.1 |
| 945 | 2024-03-28T07:09:36.693Z | Checking sha256 v1.4.0 |
| 946 | 2024-03-28T07:09:36.718Z | Checking indicatif v0.17.6 |
| 947 | 2024-03-28T07:09:36.829Z | Checking aes-gcm-siv v0.11.1 |
| 948 | 2024-03-28T07:09:36.890Z | Checking zone v0.2.0 |
| 949 | 2024-03-28T07:09:36.947Z | Checking toml v0.7.8 |
| 950 | 2024-03-28T07:09:37.019Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#b1007658) |
| 951 | 2024-03-28T07:09:37.045Z | Checking octocrab v0.25.1 |
| 952 | 2024-03-28T07:09:37.098Z | Checking p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
| 953 | 2024-03-28T07:09:37.205Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon#7910ec7d) |
| 954 | 2024-03-28T07:09:37.314Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 955 | 2024-03-28T07:09:37.339Z | Checking rayon v1.8.1 |
| 956 | 2024-03-28T07:09:37.452Z | Checking env_logger v0.9.3 |
| 957 | 2024-03-28T07:09:37.541Z | Checking itertools v0.12.1 |
| 958 | 2024-03-28T07:09:37.565Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
| 959 | 2024-03-28T07:09:37.565Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
| 960 | 2024-03-28T07:09:37.663Z | Checking toml v0.5.11 |
| 961 | 2024-03-28T07:09:37.806Z | Compiling async-recursion v1.0.5 |
| 962 | 2024-03-28T07:09:37.831Z | Compiling enum-as-inner v0.5.1 |
| 963 | 2024-03-28T07:09:37.908Z | Compiling bitstruct_derive v0.1.0 |
| 964 | 2024-03-28T07:09:38.082Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
| 965 | 2024-03-28T07:09:38.189Z | Checking libloading v0.7.4 |
| 966 | 2024-03-28T07:09:38.391Z | Checking linked-hash-map v0.5.6 |
| 967 | 2024-03-28T07:09:38.645Z | Checking quick-error v1.2.3 |
| 968 | 2024-03-28T07:09:38.684Z | Checking ringbuffer v0.15.0 |
| 969 | 2024-03-28T07:09:38.718Z | Checking ascii v1.1.0 |
| 970 | 2024-03-28T07:09:38.776Z | Checking resolv-conf v0.7.0 |
| 971 | 2024-03-28T07:09:38.819Z | Checking trust-dns-proto v0.22.0 |
| 972 | 2024-03-28T07:09:38.990Z | Checking bitstruct v0.1.1 |
| 973 | 2024-03-28T07:09:39.014Z | Checking lru-cache v0.1.2 |
| 974 | 2024-03-28T07:09:39.050Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?branch=pixfmts#ffbb3119) |
| 975 | 2024-03-28T07:09:39.075Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
| 976 | 2024-03-28T07:09:39.099Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
| 977 | 2024-03-28T07:09:39.175Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
| 978 | 2024-03-28T07:09:39.210Z | Checking tokio-tungstenite v0.20.1 |
| 979 | 2024-03-28T07:09:39.449Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#7251cbb0) |
| 980 | 2024-03-28T07:09:39.532Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
| 981 | 2024-03-28T07:09:39.563Z | Checking serde_arrays v0.1.0 |
| 982 | 2024-03-28T07:09:39.694Z | Compiling const_format_proc_macros v0.2.31 |
| 983 | 2024-03-28T07:09:39.729Z | Checking kstat-rs v0.2.3 |
| 984 | 2024-03-28T07:09:39.814Z | Compiling escargot v0.5.8 |
| 985 | 2024-03-28T07:09:40.005Z | Checking is_ci v1.1.1 |
| 986 | 2024-03-28T07:09:40.121Z | Checking supports-color v2.1.0 |
| 987 | 2024-03-28T07:09:40.145Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
| 988 | 2024-03-28T07:09:40.197Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
| 989 | 2024-03-28T07:09:40.222Z | Checking ron v0.7.1 |
| 990 | 2024-03-28T07:09:40.281Z | Checking nix v0.26.2 |
| 991 | 2024-03-28T07:09:40.689Z | Checking bstr v1.6.0 |
| 992 | 2024-03-28T07:09:40.877Z | Checking xattr v1.0.1 |
| 993 | 2024-03-28T07:09:41.028Z | Checking filetime v0.2.22 |
| 994 | 2024-03-28T07:09:41.194Z | Checking bit_field v0.10.2 |
| 995 | 2024-03-28T07:09:41.353Z | Checking const_format v0.2.31 |
| 996 | 2024-03-28T07:09:41.378Z | Checking globset v0.4.13 |
| 997 | 2024-03-28T07:09:41.410Z | Checking ctrlc v3.4.0 |
| 998 | 2024-03-28T07:09:41.434Z | Checking tar v0.4.40 |
| 999 | 2024-03-28T07:09:41.709Z | Checking owo-colors v4.0.0 |
| 1000 | 2024-03-28T07:09:42.020Z | Checking trust-dns-resolver v0.22.0 |
| 1001 | 2024-03-28T07:09:42.119Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
| 1002 | 2024-03-28T07:09:42.724Z | Checking fatfs v0.3.6 |
| 1003 | 2024-03-28T07:09:42.969Z | Checking glob v0.3.1 |
| 1004 | 2024-03-28T07:09:43.822Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
| 1005 | 2024-03-28T07:09:46.079Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
| 1006 | 2024-03-28T07:09:46.687Z | Checking rustls-webpki v0.102.1 |
| 1007 | 2024-03-28T07:09:49.252Z | Checking softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=dbab082dfa89da5db5ca2325c257089d2f130092#dbab082d) |
| 1008 | 2024-03-28T07:09:50.001Z | Checking tokio-rustls v0.25.0 |
| 1009 | 2024-03-28T07:09:50.046Z | Compiling git2 v0.18.2 |
| 1010 | 2024-03-28T07:09:52.923Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
| 1011 | 2024-03-28T07:09:55.492Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
| 1012 | 2024-03-28T07:09:58.148Z | Checking sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
| 1013 | 2024-03-28T07:09:58.148Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
| 1014 | 2024-03-28T07:09:58.173Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
| 1015 | 2024-03-28T07:10:00.253Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
| 1016 | 2024-03-28T07:10:04.695Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
| 1017 | 2024-03-28T07:10:07.067Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
| 1018 | 2024-03-28T07:10:16.169Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
| 1019 | 2024-03-28T07:10:24.461Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
| 1020 | 2024-03-28T07:10:29.432Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
| 1021 | 2024-03-28T07:10:38.872Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
| 1022 | 2024-03-28T07:10:38.872Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
| 1023 | 2024-03-28T07:10:44.210Z | Finished dev [unoptimized + debuginfo] target(s) in 2m 37s |
| 1024 | 2024-03-28T07:10:44.476Z | |
| 1025 | 2024-03-28T07:10:44.476Z | real 2:38.229432592 |
| 1026 | 2024-03-28T07:10:44.476Z | user 8:08.559198780 |
| 1027 | 2024-03-28T07:10:44.476Z | sys 2:25.314518284 |
| 1028 | 2024-03-28T07:10:44.476Z | trap 0.255102963 |
| 1029 | 2024-03-28T07:10:44.476Z | tflt 0.285102695 |
| 1030 | 2024-03-28T07:10:44.504Z | dflt 0.324607332 |
| 1031 | 2024-03-28T07:10:44.504Z | kflt 0.002776905 |
| 1032 | 2024-03-28T07:10:44.504Z | lock 10:41.585932992 |
| 1033 | 2024-03-28T07:10:44.504Z | slp 27:26.462636920 |
| 1034 | 2024-03-28T07:10:44.504Z | lat 48.079925287 |
| 1035 | 2024-03-28T07:10:44.504Z | stop 2:39.069466524 |
| 1036 | 2024-03-28T07:10:44.504Z | + ptime -m cargo clippy --features falcon --all-targets |
| 1037 | 2024-03-28T07:10:45.107Z | Downloading crates ... |
| 1038 | 2024-03-28T07:10:45.287Z | Downloaded difflib v0.4.0 |
| 1039 | 2024-03-28T07:10:45.317Z | Downloaded downcast v0.11.0 |
| 1040 | 2024-03-28T07:10:45.317Z | Downloaded termtree v0.4.1 |
| 1041 | 2024-03-28T07:10:45.317Z | Downloaded expectorate v1.0.7 |
| 1042 | 2024-03-28T07:10:45.317Z | Downloaded predicates-core v1.0.6 |
| 1043 | 2024-03-28T07:10:45.317Z | Downloaded normalize-line-endings v0.3.0 |
| 1044 | 2024-03-28T07:10:45.317Z | Downloaded mockall v0.11.4 |
| 1045 | 2024-03-28T07:10:45.317Z | Downloaded fragile v2.0.0 |
| 1046 | 2024-03-28T07:10:45.317Z | Downloaded predicates-tree v1.0.9 |
| 1047 | 2024-03-28T07:10:45.318Z | Downloaded similar v2.2.1 |
| 1048 | 2024-03-28T07:10:45.342Z | Downloaded serde_test v1.0.176 |
| 1049 | 2024-03-28T07:10:45.342Z | Downloaded mockall_derive v0.11.4 |
| 1050 | 2024-03-28T07:10:45.342Z | Downloaded predicates v2.1.5 |
| 1051 | 2024-03-28T07:10:45.342Z | Downloaded float-cmp v0.9.0 |
| 1052 | 2024-03-28T07:10:45.492Z | Checking tokio v1.36.0 |
| 1053 | 2024-03-28T07:10:45.516Z | Checking console v0.15.7 |
| 1054 | 2024-03-28T07:10:45.541Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
| 1055 | 2024-03-28T07:10:45.541Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
| 1056 | 2024-03-28T07:10:45.541Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
| 1057 | 2024-03-28T07:10:45.565Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
| 1058 | 2024-03-28T07:10:45.565Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
| 1059 | 2024-03-28T07:10:45.566Z | Checking predicates-core v1.0.6 |
| 1060 | 2024-03-28T07:10:45.663Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
| 1061 | 2024-03-28T07:10:45.701Z | Checking float-cmp v0.9.0 |
| 1062 | 2024-03-28T07:10:45.835Z | Checking unicode-segmentation v1.10.1 |
| 1063 | 2024-03-28T07:10:45.860Z | Checking termtree v0.4.1 |
| 1064 | 2024-03-28T07:10:45.860Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
| 1065 | 2024-03-28T07:10:45.884Z | Checking difflib v0.4.0 |
| 1066 | 2024-03-28T07:10:45.909Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
| 1067 | 2024-03-28T07:10:45.960Z | Checking indicatif v0.17.6 |
| 1068 | 2024-03-28T07:10:45.985Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
| 1069 | 2024-03-28T07:10:46.017Z | Checking normalize-line-endings v0.3.0 |
| 1070 | 2024-03-28T07:10:46.085Z | Checking predicates-tree v1.0.9 |
| 1071 | 2024-03-28T07:10:46.143Z | Checking predicates v2.1.5 |
| 1072 | 2024-03-28T07:10:46.194Z | Compiling mockall_derive v0.11.4 |
| 1073 | 2024-03-28T07:10:46.267Z | Checking fragile v2.0.0 |
| 1074 | 2024-03-28T07:10:46.322Z | Checking newline-converter v0.3.0 |
| 1075 | 2024-03-28T07:10:46.431Z | Checking downcast v0.11.0 |
| 1076 | 2024-03-28T07:10:46.468Z | Checking similar v2.2.1 |
| 1077 | 2024-03-28T07:10:46.506Z | Checking serde_test v1.0.176 |
| 1078 | 2024-03-28T07:10:46.530Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
| 1079 | 2024-03-28T07:10:47.046Z | Checking expectorate v1.0.7 |
| 1080 | 2024-03-28T07:10:50.235Z | Checking mockall v0.11.4 |
| 1081 | 2024-03-28T07:10:51.052Z | Checking tokio-util v0.7.8 |
| 1082 | 2024-03-28T07:10:51.052Z | Checking tokio-rustls v0.24.1 |
| 1083 | 2024-03-28T07:10:51.077Z | Checking tokio-native-tls v0.3.1 |
| 1084 | 2024-03-28T07:10:51.077Z | Checking tokio-rustls v0.25.0 |
| 1085 | 2024-03-28T07:10:51.077Z | Checking backoff v0.4.0 |
| 1086 | 2024-03-28T07:10:51.077Z | Checking steno v0.4.0 |
| 1087 | 2024-03-28T07:10:51.077Z | Checking tokio-io-timeout v1.2.0 |
| 1088 | 2024-03-28T07:10:51.127Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1089 | 2024-03-28T07:10:51.282Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 1090 | 2024-03-28T07:10:51.306Z | Checking sha256 v1.4.0 |
| 1091 | 2024-03-28T07:10:51.332Z | Checking p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
| 1092 | 2024-03-28T07:10:51.357Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?branch=pixfmts#ffbb3119) |
| 1093 | 2024-03-28T07:10:51.357Z | Checking libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
| 1094 | 2024-03-28T07:10:51.381Z | Checking tokio-tungstenite v0.20.1 |
| 1095 | 2024-03-28T07:10:51.491Z | Checking trust-dns-proto v0.22.0 |
| 1096 | 2024-03-28T07:10:51.831Z | Checking h2 v0.3.24 |
| 1097 | 2024-03-28T07:10:51.831Z | Checking tower v0.4.13 |
| 1098 | 2024-03-28T07:10:52.697Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon#7910ec7d) |
| 1099 | 2024-03-28T07:10:54.455Z | Checking trust-dns-resolver v0.22.0 |
| 1100 | 2024-03-28T07:10:56.229Z | Checking hyper v0.14.27 |
| 1101 | 2024-03-28T07:11:00.562Z | Checking hyper-rustls v0.24.1 |
| 1102 | 2024-03-28T07:11:00.562Z | Checking hyper-tls v0.5.0 |
| 1103 | 2024-03-28T07:11:00.587Z | Checking dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#c3e84670) |
| 1104 | 2024-03-28T07:11:00.588Z | Checking hyper-timeout v0.4.1 |
| 1105 | 2024-03-28T07:11:00.834Z | Checking reqwest v0.11.24 |
| 1106 | 2024-03-28T07:11:00.834Z | Checking octocrab v0.25.1 |
| 1107 | 2024-03-28T07:11:02.053Z | Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
| 1108 | 2024-03-28T07:11:02.285Z | Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
| 1109 | 2024-03-28T07:11:02.432Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
| 1110 | 2024-03-28T07:11:02.432Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
| 1111 | 2024-03-28T07:11:02.460Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
| 1112 | 2024-03-28T07:11:03.447Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
| 1113 | 2024-03-28T07:11:03.476Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
| 1114 | 2024-03-28T07:11:04.214Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
| 1115 | 2024-03-28T07:11:08.160Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
| 1116 | 2024-03-28T07:11:08.884Z | Checking sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
| 1117 | 2024-03-28T07:11:08.884Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
| 1118 | 2024-03-28T07:11:08.912Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
| 1119 | 2024-03-28T07:11:10.965Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
| 1120 | 2024-03-28T07:11:12.725Z | Checking softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=dbab082dfa89da5db5ca2325c257089d2f130092#dbab082d) |
| 1121 | 2024-03-28T07:11:17.595Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
| 1122 | 2024-03-28T07:11:26.543Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
| 1123 | 2024-03-28T07:11:34.665Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
| 1124 | 2024-03-28T07:11:35.182Z | Checking crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
| 1125 | 2024-03-28T07:11:39.545Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
| 1126 | 2024-03-28T07:11:53.916Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
| 1127 | 2024-03-28T07:11:53.916Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
| 1128 | 2024-03-28T07:12:01.783Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 17s |
| 1129 | 2024-03-28T07:12:01.861Z | |
| 1130 | 2024-03-28T07:12:01.861Z | real 1:17.377859850 |
| 1131 | 2024-03-28T07:12:01.861Z | user 2:31.093167195 |
| 1132 | 2024-03-28T07:12:01.861Z | sys 25.787245714 |
| 1133 | 2024-03-28T07:12:01.862Z | trap 0.043504947 |
| 1134 | 2024-03-28T07:12:01.862Z | tflt 0.055192597 |
| 1135 | 2024-03-28T07:12:01.862Z | dflt 0.173621556 |
| 1136 | 2024-03-28T07:12:01.862Z | kflt 0.000074583 |
| 1137 | 2024-03-28T07:12:01.862Z | lock 5:45.545463617 |
| 1138 | 2024-03-28T07:12:01.862Z | slp 7:01.387185014 |
| 1139 | 2024-03-28T07:12:01.862Z | lat 2.621537291 |
| 1140 | 2024-03-28T07:12:01.862Z | stop 5.458663587 |
| 1141 | 2024-03-28T07:12:01.887Z | + banner build |
| 1142 | 2024-03-28T07:12:01.887Z | |
| 1143 | 2024-03-28T07:12:01.887Z | ##### # # # # ##### |
| 1144 | 2024-03-28T07:12:01.887Z | # # # # # # # # |
| 1145 | 2024-03-28T07:12:01.887Z | ##### # # # # # # |
| 1146 | 2024-03-28T07:12:01.888Z | # # # # # # # # |
| 1147 | 2024-03-28T07:12:01.888Z | # # # # # # # # |
| 1148 | 2024-03-28T07:12:01.888Z | ##### #### # ###### ##### |
| 1149 | 2024-03-28T07:12:01.888Z | |
| 1150 | 2024-03-28T07:12:01.888Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
| 1151 | 2024-03-28T07:12:02.651Z | Compiling proc-macro2 v1.0.78 |
| 1152 | 2024-03-28T07:12:02.651Z | Compiling unicode-ident v1.0.12 |
| 1153 | 2024-03-28T07:12:02.651Z | Compiling version_check v0.9.4 |
| 1154 | 2024-03-28T07:12:02.651Z | Compiling libc v0.2.150 |
| 1155 | 2024-03-28T07:12:02.652Z | Compiling cfg-if v1.0.0 |
| 1156 | 2024-03-28T07:12:02.652Z | Compiling serde v1.0.197 |
| 1157 | 2024-03-28T07:12:02.652Z | Compiling autocfg v1.1.0 |
| 1158 | 2024-03-28T07:12:02.652Z | Compiling syn v1.0.109 |
| 1159 | 2024-03-28T07:12:02.821Z | Compiling thiserror v1.0.57 |
| 1160 | 2024-03-28T07:12:03.159Z | Compiling once_cell v1.19.0 |
| 1161 | 2024-03-28T07:12:03.194Z | Compiling ahash v0.8.10 |
| 1162 | 2024-03-28T07:12:03.239Z | Compiling itoa v1.0.9 |
| 1163 | 2024-03-28T07:12:03.426Z | Compiling memchr v2.6.4 |
| 1164 | 2024-03-28T07:12:03.527Z | Compiling byteorder v1.4.3 |
| 1165 | 2024-03-28T07:12:03.561Z | Compiling log v0.4.21 |
| 1166 | 2024-03-28T07:12:03.880Z | Compiling quote v1.0.35 |
| 1167 | 2024-03-28T07:12:03.905Z | Compiling jobserver v0.1.26 |
| 1168 | 2024-03-28T07:12:03.963Z | Compiling pin-project-lite v0.2.13 |
| 1169 | 2024-03-28T07:12:04.071Z | Compiling scopeguard v1.2.0 |
| 1170 | 2024-03-28T07:12:04.105Z | Compiling pkg-config v0.3.27 |
| 1171 | 2024-03-28T07:12:04.179Z | Compiling syn v2.0.52 |
| 1172 | 2024-03-28T07:12:04.397Z | Compiling cc v1.0.83 |
| 1173 | 2024-03-28T07:12:04.438Z | Compiling getrandom v0.2.10 |
| 1174 | 2024-03-28T07:12:04.699Z | Compiling lock_api v0.4.10 |
| 1175 | 2024-03-28T07:12:04.771Z | Compiling smallvec v1.11.0 |
| 1176 | 2024-03-28T07:12:04.986Z | Compiling parking_lot_core v0.9.8 |
| 1177 | 2024-03-28T07:12:05.015Z | Compiling vcpkg v0.2.15 |
| 1178 | 2024-03-28T07:12:05.172Z | Compiling serde_json v1.0.114 |
| 1179 | 2024-03-28T07:12:05.568Z | Compiling heck v0.4.1 |
| 1180 | 2024-03-28T07:12:05.701Z | Compiling ryu v1.0.15 |
| 1181 | 2024-03-28T07:12:05.869Z | Compiling parking_lot v0.12.1 |
| 1182 | 2024-03-28T07:12:05.898Z | Compiling mio v0.8.11 |
| 1183 | 2024-03-28T07:12:06.140Z | Compiling socket2 v0.5.5 |
| 1184 | 2024-03-28T07:12:06.168Z | Compiling num_cpus v1.16.0 |
| 1185 | 2024-03-28T07:12:06.280Z | Compiling signal-hook-registry v1.4.1 |
| 1186 | 2024-03-28T07:12:06.424Z | Compiling libm v0.2.7 |
| 1187 | 2024-03-28T07:12:06.688Z | Compiling num-traits v0.2.16 |
| 1188 | 2024-03-28T07:12:06.985Z | Compiling allocator-api2 v0.2.16 |
| 1189 | 2024-03-28T07:12:07.620Z | Compiling futures-core v0.3.30 |
| 1190 | 2024-03-28T07:12:07.679Z | Compiling rand_core v0.6.4 |
| 1191 | 2024-03-28T07:12:07.806Z | Compiling slab v0.4.9 |
| 1192 | 2024-03-28T07:12:07.834Z | Compiling futures-sink v0.3.30 |
| 1193 | 2024-03-28T07:12:07.964Z | Compiling bitflags v2.4.0 |
| 1194 | 2024-03-28T07:12:08.066Z | Compiling futures-channel v0.3.30 |
| 1195 | 2024-03-28T07:12:08.090Z | Compiling futures-io v0.3.30 |
| 1196 | 2024-03-28T07:12:08.367Z | Compiling pin-utils v0.1.0 |
| 1197 | 2024-03-28T07:12:08.420Z | Compiling equivalent v1.0.1 |
| 1198 | 2024-03-28T07:12:08.447Z | Compiling futures-task v0.3.30 |
| 1199 | 2024-03-28T07:12:08.472Z | Compiling typenum v1.16.0 |
| 1200 | 2024-03-28T07:12:08.520Z | Compiling generic-array v0.14.7 |
| 1201 | 2024-03-28T07:12:08.630Z | Compiling tracing-core v0.1.31 |
| 1202 | 2024-03-28T07:12:08.705Z | Compiling fnv v1.0.7 |
| 1203 | 2024-03-28T07:12:08.819Z | Compiling iana-time-zone v0.1.57 |
| 1204 | 2024-03-28T07:12:08.896Z | Compiling ucd-trie v0.1.6 |
| 1205 | 2024-03-28T07:12:09.293Z | Compiling serde_derive_internals v0.26.0 |
| 1206 | 2024-03-28T07:12:09.487Z | Compiling slog v2.7.0 |
| 1207 | 2024-03-28T07:12:09.961Z | Compiling time-core v0.1.1 |
| 1208 | 2024-03-28T07:12:10.089Z | Compiling schemars v0.8.16 |
| 1209 | 2024-03-28T07:12:10.114Z | Compiling subtle v2.5.0 |
| 1210 | 2024-03-28T07:12:10.332Z | Compiling httparse v1.8.0 |
| 1211 | 2024-03-28T07:12:10.736Z | Compiling ring v0.16.20 |
| 1212 | 2024-03-28T07:12:11.168Z | Compiling openssl-sys v0.9.96 |
| 1213 | 2024-03-28T07:12:11.550Z | Compiling crypto-common v0.1.6 |
| 1214 | 2024-03-28T07:12:11.600Z | Compiling dyn-clone v1.0.13 |
| 1215 | 2024-03-28T07:12:11.783Z | Compiling socket2 v0.4.9 |
| 1216 | 2024-03-28T07:12:11.944Z | Compiling base64 v0.21.7 |
| 1217 | 2024-03-28T07:12:12.060Z | Compiling percent-encoding v2.3.1 |
| 1218 | 2024-03-28T07:12:12.452Z | Compiling form_urlencoded v1.2.1 |
| 1219 | 2024-03-28T07:12:12.524Z | Compiling tower-service v0.3.2 |
| 1220 | 2024-03-28T07:12:12.824Z | Compiling spin v0.5.2 |
| 1221 | 2024-03-28T07:12:12.881Z | Compiling untrusted v0.7.1 |
| 1222 | 2024-03-28T07:12:12.927Z | Compiling tinyvec_macros v0.1.1 |
| 1223 | 2024-03-28T07:12:13.003Z | Compiling tinyvec v1.6.0 |
| 1224 | 2024-03-28T07:12:13.031Z | Compiling rustversion v1.0.14 |
| 1225 | 2024-03-28T07:12:13.058Z | Compiling try-lock v0.2.4 |
| 1226 | 2024-03-28T07:12:13.122Z | Compiling crossbeam-utils v0.8.16 |
| 1227 | 2024-03-28T07:12:13.174Z | Compiling want v0.3.1 |
| 1228 | 2024-03-28T07:12:13.415Z | Compiling time-macros v0.2.13 |
| 1229 | 2024-03-28T07:12:13.565Z | Compiling aho-corasick v1.0.4 |
| 1230 | 2024-03-28T07:12:13.729Z | Compiling serde_derive v1.0.197 |
| 1231 | 2024-03-28T07:12:13.753Z | Compiling zerocopy-derive v0.7.32 |
| 1232 | 2024-03-28T07:12:13.880Z | Compiling thiserror-impl v1.0.57 |
| 1233 | 2024-03-28T07:12:14.263Z | Compiling tokio-macros v2.2.0 |
| 1234 | 2024-03-28T07:12:15.537Z | Compiling zerocopy v0.7.32 |
| 1235 | 2024-03-28T07:12:15.625Z | Compiling futures-macro v0.3.30 |
| 1236 | 2024-03-28T07:12:15.846Z | Compiling schemars_derive v0.8.16 |
| 1237 | 2024-03-28T07:12:16.364Z | Compiling tracing-attributes v0.1.26 |
| 1238 | 2024-03-28T07:12:16.388Z | Compiling pest v2.7.6 |
| 1239 | 2024-03-28T07:12:17.176Z | Compiling hashbrown v0.14.3 |
| 1240 | 2024-03-28T07:12:17.247Z | Compiling futures-util v0.3.30 |
| 1241 | 2024-03-28T07:12:18.370Z | Compiling pest_meta v2.7.6 |
| 1242 | 2024-03-28T07:12:18.581Z | Compiling unicode-normalization v0.1.22 |
| 1243 | 2024-03-28T07:12:19.236Z | Compiling tracing v0.1.37 |
| 1244 | 2024-03-28T07:12:19.312Z | Compiling httpdate v1.0.3 |
| 1245 | 2024-03-28T07:12:19.918Z | Compiling pest_generator v2.7.6 |
| 1246 | 2024-03-28T07:12:19.948Z | Compiling deranged v0.3.8 |
| 1247 | 2024-03-28T07:12:21.340Z | Compiling regex-syntax v0.8.2 |
| 1248 | 2024-03-28T07:12:21.521Z | Compiling pest_derive v2.7.6 |
| 1249 | 2024-03-28T07:12:22.280Z | Compiling unicode-bidi v0.3.13 |
| 1250 | 2024-03-28T07:12:22.809Z | Compiling cpufeatures v0.2.12 |
| 1251 | 2024-03-28T07:12:22.895Z | Compiling rustix v0.38.26 |
| 1252 | 2024-03-28T07:12:22.985Z | Compiling num_threads v0.1.6 |
| 1253 | 2024-03-28T07:12:23.089Z | Compiling time v0.3.27 |
| 1254 | 2024-03-28T07:12:24.241Z | Compiling indexmap v2.2.5 |
| 1255 | 2024-03-28T07:12:24.426Z | Compiling bytes v1.5.0 |
| 1256 | 2024-03-28T07:12:25.353Z | Compiling tokio v1.36.0 |
| 1257 | 2024-03-28T07:12:25.954Z | Compiling chrono v0.4.34 |
| 1258 | 2024-03-28T07:12:25.985Z | Compiling http v0.2.12 |
| 1259 | 2024-03-28T07:12:26.154Z | Compiling uuid v1.7.0 |
| 1260 | 2024-03-28T07:12:26.237Z | Compiling serde_tokenstream v0.2.0 |
| 1261 | 2024-03-28T07:12:26.626Z | Compiling regex-automata v0.4.4 |
| 1262 | 2024-03-28T07:12:29.721Z | Compiling http-body v0.4.5 |
| 1263 | 2024-03-28T07:12:32.608Z | Compiling tokio-util v0.7.8 |
| 1264 | 2024-03-28T07:12:32.942Z | Compiling block-buffer v0.10.4 |
| 1265 | 2024-03-28T07:12:33.125Z | Compiling errno v0.3.8 |
| 1266 | 2024-03-28T07:12:33.275Z | Compiling anyhow v1.0.75 |
| 1267 | 2024-03-28T07:12:33.336Z | Compiling rustls v0.21.7 |
| 1268 | 2024-03-28T07:12:33.393Z | Compiling openssl-probe v0.1.5 |
| 1269 | 2024-03-28T07:12:33.613Z | Compiling h2 v0.3.24 |
| 1270 | 2024-03-28T07:12:33.706Z | Compiling async-trait v0.1.77 |
| 1271 | 2024-03-28T07:12:34.186Z | Compiling digest v0.10.7 |
| 1272 | 2024-03-28T07:12:34.290Z | Compiling regex v1.10.3 |
| 1273 | 2024-03-28T07:12:35.049Z | Compiling idna v0.4.0 |
| 1274 | 2024-03-28T07:12:35.890Z | Compiling sct v0.7.0 |
| 1275 | 2024-03-28T07:12:36.272Z | Compiling rustls-webpki v0.101.4 |
| 1276 | 2024-03-28T07:12:37.597Z | Compiling thread-id v4.2.0 |
| 1277 | 2024-03-28T07:12:37.888Z | Compiling ppv-lite86 v0.2.17 |
| 1278 | 2024-03-28T07:12:38.513Z | Compiling rand_chacha v0.3.1 |
| 1279 | 2024-03-28T07:12:39.707Z | Compiling hyper v0.14.27 |
| 1280 | 2024-03-28T07:12:39.731Z | Compiling url v2.4.0 |
| 1281 | 2024-03-28T07:12:41.756Z | Compiling rustls-pemfile v1.0.4 |
| 1282 | 2024-03-28T07:12:46.715Z | Compiling tokio-rustls v0.24.1 |
| 1283 | 2024-03-28T07:12:46.949Z | Compiling rand v0.8.5 |
| 1284 | 2024-03-28T07:12:47.088Z | Compiling is-terminal v0.4.9 |
| 1285 | 2024-03-28T07:12:47.194Z | Compiling serde_urlencoded v0.7.1 |
| 1286 | 2024-03-28T07:12:47.218Z | Compiling regress v0.9.0 |
| 1287 | 2024-03-28T07:12:47.662Z | Compiling dirs-sys-next v0.1.2 |
| 1288 | 2024-03-28T07:12:48.315Z | Compiling foreign-types-shared v0.1.1 |
| 1289 | 2024-03-28T07:12:48.405Z | Compiling openssl v0.10.60 |
| 1290 | 2024-03-28T07:12:48.604Z | Compiling foreign-types v0.3.2 |
| 1291 | 2024-03-28T07:12:48.680Z | Compiling dirs-next v2.0.0 |
| 1292 | 2024-03-28T07:12:48.773Z | Compiling openssl-macros v0.1.1 |
| 1293 | 2024-03-28T07:12:48.887Z | Compiling thread_local v1.1.7 |
| 1294 | 2024-03-28T07:12:49.468Z | Compiling encoding_rs v0.8.33 |
| 1295 | 2024-03-28T07:12:49.555Z | Compiling slog-async v2.8.0 |
| 1296 | 2024-03-28T07:12:49.819Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
| 1297 | 2024-03-28T07:12:49.975Z | Compiling semver v1.0.22 |
| 1298 | 2024-03-28T07:12:50.368Z | Compiling native-tls v0.2.11 |
| 1299 | 2024-03-28T07:12:50.689Z | Compiling mime v0.3.17 |
| 1300 | 2024-03-28T07:12:50.714Z | Compiling camino v1.1.6 |
| 1301 | 2024-03-28T07:12:51.528Z | Compiling term v0.7.0 |
| 1302 | 2024-03-28T07:12:55.279Z | Compiling rustls-native-certs v0.6.3 |
| 1303 | 2024-03-28T07:12:55.366Z | Compiling crossbeam-channel v0.5.8 |
| 1304 | 2024-03-28T07:12:56.001Z | Compiling futures-executor v0.3.30 |
| 1305 | 2024-03-28T07:12:56.810Z | Compiling unicode-width v0.1.10 |
| 1306 | 2024-03-28T07:12:56.939Z | Compiling take_mut v0.2.2 |
| 1307 | 2024-03-28T07:12:56.964Z | Compiling lazy_static v1.4.0 |
| 1308 | 2024-03-28T07:12:57.078Z | Compiling futures v0.3.30 |
| 1309 | 2024-03-28T07:12:57.174Z | Compiling hyper-rustls v0.24.1 |
| 1310 | 2024-03-28T07:12:57.958Z | Compiling slog-term v2.9.1 |
| 1311 | 2024-03-28T07:12:58.308Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
| 1312 | 2024-03-28T07:12:58.726Z | Compiling openapiv3 v2.0.0 |
| 1313 | 2024-03-28T07:12:59.544Z | Compiling serde_spanned v0.6.5 |
| 1314 | 2024-03-28T07:12:59.685Z | Compiling toml_datetime v0.6.5 |
| 1315 | 2024-03-28T07:12:59.735Z | Compiling scroll_derive v0.12.0 |
| 1316 | 2024-03-28T07:13:00.110Z | Compiling libz-sys v1.1.12 |
| 1317 | 2024-03-28T07:13:00.242Z | Compiling ring v0.17.7 |
| 1318 | 2024-03-28T07:13:00.266Z | Compiling usdt-impl v0.5.0 |
| 1319 | 2024-03-28T07:13:00.618Z | Compiling zeroize v1.6.0 |
| 1320 | 2024-03-28T07:13:00.647Z | Compiling winnow v0.5.15 |
| 1321 | 2024-03-28T07:13:00.891Z | Compiling ipnet v2.8.0 |
| 1322 | 2024-03-28T07:13:00.953Z | Compiling omicron-workspace-hack v0.1.0 |
| 1323 | 2024-03-28T07:13:01.456Z | Compiling scroll v0.12.0 |
| 1324 | 2024-03-28T07:13:02.073Z | Compiling tokio-native-tls v0.3.1 |
| 1325 | 2024-03-28T07:13:02.303Z | Compiling dof v0.3.0 |
| 1326 | 2024-03-28T07:13:02.741Z | Compiling dtrace-parser v0.2.0 |
| 1327 | 2024-03-28T07:13:03.332Z | Compiling toml_edit v0.19.15 |
| 1328 | 2024-03-28T07:13:03.987Z | Compiling spin v0.9.8 |
| 1329 | 2024-03-28T07:13:04.053Z | Compiling plain v0.2.3 |
| 1330 | 2024-03-28T07:13:04.192Z | Compiling goblin v0.8.0 |
| 1331 | 2024-03-28T07:13:04.321Z | Compiling getopts v0.2.21 |
| 1332 | 2024-03-28T07:13:04.989Z | Compiling hyper-tls v0.5.0 |
| 1333 | 2024-03-28T07:13:05.331Z | Compiling proc-macro-crate v1.3.1 |
| 1334 | 2024-03-28T07:13:05.690Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
| 1335 | 2024-03-28T07:13:06.016Z | Compiling sha1 v0.10.6 |
| 1336 | 2024-03-28T07:13:06.954Z | Compiling match_cfg v0.1.0 |
| 1337 | 2024-03-28T07:13:07.032Z | Compiling pretty-hex v0.4.1 |
| 1338 | 2024-03-28T07:13:07.205Z | Compiling webpki-roots v0.25.2 |
| 1339 | 2024-03-28T07:13:07.330Z | Compiling sync_wrapper v0.1.2 |
| 1340 | 2024-03-28T07:13:07.441Z | Compiling rustls-pki-types v1.3.1 |
| 1341 | 2024-03-28T07:13:08.100Z | Compiling unsafe-libyaml v0.2.9 |
| 1342 | 2024-03-28T07:13:08.459Z | Compiling untrusted v0.9.0 |
| 1343 | 2024-03-28T07:13:09.329Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
| 1344 | 2024-03-28T07:13:09.358Z | Compiling serde_yaml v0.9.25 |
| 1345 | 2024-03-28T07:13:09.695Z | Compiling reqwest v0.11.24 |
| 1346 | 2024-03-28T07:13:12.208Z | Compiling hostname v0.3.1 |
| 1347 | 2024-03-28T07:13:12.682Z | Compiling num-integer v0.1.45 |
| 1348 | 2024-03-28T07:13:12.973Z | Compiling strsim v0.10.0 |
| 1349 | 2024-03-28T07:13:13.468Z | Compiling ident_case v1.0.1 |
| 1350 | 2024-03-28T07:13:13.606Z | Compiling unicode-xid v0.2.4 |
| 1351 | 2024-03-28T07:13:13.745Z | Compiling rustls v0.22.2 |
| 1352 | 2024-03-28T07:13:13.971Z | Compiling darling_core v0.20.3 |
| 1353 | 2024-03-28T07:13:14.334Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
| 1354 | 2024-03-28T07:13:18.017Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
| 1355 | 2024-03-28T07:13:19.241Z | Compiling usdt-attr-macro v0.5.0 |
| 1356 | 2024-03-28T07:13:20.170Z | Compiling usdt-macro v0.5.0 |
| 1357 | 2024-03-28T07:13:20.444Z | Compiling serde_path_to_error v0.1.15 |
| 1358 | 2024-03-28T07:13:21.200Z | Compiling memmap v0.7.0 |
| 1359 | 2024-03-28T07:13:21.290Z | Compiling multer v3.0.0 |
| 1360 | 2024-03-28T07:13:21.555Z | Compiling winnow v0.6.2 |
| 1361 | 2024-03-28T07:13:21.579Z | Compiling paste v1.0.14 |
| 1362 | 2024-03-28T07:13:22.064Z | Compiling usdt v0.5.0 |
| 1363 | 2024-03-28T07:13:22.255Z | Compiling darling_macro v0.20.3 |
| 1364 | 2024-03-28T07:13:23.341Z | Compiling strum_macros v0.26.1 |
| 1365 | 2024-03-28T07:13:24.010Z | Compiling slog-json v2.6.1 |
| 1366 | 2024-03-28T07:13:24.421Z | Compiling toml_edit v0.22.6 |
| 1367 | 2024-03-28T07:13:24.763Z | Compiling http v1.0.0 |
| 1368 | 2024-03-28T07:13:25.786Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
| 1369 | 2024-03-28T07:13:25.939Z | Compiling async-stream-impl v0.3.5 |
| 1370 | 2024-03-28T07:13:26.865Z | Compiling num-bigint v0.4.4 |
| 1371 | 2024-03-28T07:13:27.029Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#c3e84670) |
| 1372 | 2024-03-28T07:13:27.263Z | Compiling atomic-waker v1.1.1 |
| 1373 | 2024-03-28T07:13:27.404Z | Compiling waitgroup v0.1.2 |
| 1374 | 2024-03-28T07:13:27.601Z | Compiling async-stream v0.3.5 |
| 1375 | 2024-03-28T07:13:27.750Z | Compiling strum v0.26.1 |
| 1376 | 2024-03-28T07:13:27.857Z | Compiling toml v0.8.10 |
| 1377 | 2024-03-28T07:13:28.461Z | Compiling slog-bunyan v2.5.0 |
| 1378 | 2024-03-28T07:13:30.077Z | Compiling darling v0.20.3 |
| 1379 | 2024-03-28T07:13:30.178Z | Compiling synstructure v0.12.6 |
| 1380 | 2024-03-28T07:13:31.043Z | Compiling rustls-pemfile v2.1.1 |
| 1381 | 2024-03-28T07:13:31.414Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#c3e84670) |
| 1382 | 2024-03-28T07:13:31.609Z | Compiling hex v0.4.3 |
| 1383 | 2024-03-28T07:13:32.151Z | Compiling structmeta-derive v0.3.0 |
| 1384 | 2024-03-28T07:13:32.483Z | Compiling proc-macro-error-attr v1.0.4 |
| 1385 | 2024-03-28T07:13:32.757Z | Compiling debug-ignore v1.0.5 |
| 1386 | 2024-03-28T07:13:32.995Z | Compiling zerocopy-derive v0.2.0 |
| 1387 | 2024-03-28T07:13:33.064Z | Compiling serde_with_macros v3.6.1 |
| 1388 | 2024-03-28T07:13:34.256Z | Compiling structmeta v0.3.0 |
| 1389 | 2024-03-28T07:13:34.569Z | Compiling num_enum_derive v0.5.11 |
| 1390 | 2024-03-28T07:13:35.295Z | Compiling newtype-uuid v1.0.1 |
| 1391 | 2024-03-28T07:13:35.584Z | Compiling proc-macro-error v1.0.4 |
| 1392 | 2024-03-28T07:13:35.936Z | Compiling bitflags v1.3.2 |
| 1393 | 2024-03-28T07:13:36.438Z | Compiling serde_with v3.6.1 |
| 1394 | 2024-03-28T07:13:36.500Z | Compiling num_enum v0.5.11 |
| 1395 | 2024-03-28T07:13:36.642Z | Compiling parse-display-derive v0.9.0 |
| 1396 | 2024-03-28T07:13:37.849Z | Compiling serde_repr v0.1.16 |
| 1397 | 2024-03-28T07:13:38.805Z | Compiling instant v0.1.12 |
| 1398 | 2024-03-28T07:13:38.936Z | Compiling backoff v0.4.0 |
| 1399 | 2024-03-28T07:13:39.920Z | Compiling parse-display v0.9.0 |
| 1400 | 2024-03-28T07:13:40.437Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
| 1401 | 2024-03-28T07:13:40.688Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
| 1402 | 2024-03-28T07:13:40.941Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1403 | 2024-03-28T07:13:41.126Z | Compiling ipnetwork v0.20.0 |
| 1404 | 2024-03-28T07:13:41.367Z | Compiling macaddr v1.0.1 |
| 1405 | 2024-03-28T07:13:41.484Z | Compiling regress v0.8.0 |
| 1406 | 2024-03-28T07:13:41.750Z | Compiling libgit2-sys v0.16.2+1.7.2 |
| 1407 | 2024-03-28T07:13:41.850Z | Compiling num-iter v0.1.43 |
| 1408 | 2024-03-28T07:13:42.143Z | Compiling num-rational v0.4.1 |
| 1409 | 2024-03-28T07:13:42.379Z | Compiling usdt-impl v0.3.5 |
| 1410 | 2024-03-28T07:13:42.438Z | Compiling semver v0.1.20 |
| 1411 | 2024-03-28T07:13:42.896Z | Compiling either v1.9.0 |
| 1412 | 2024-03-28T07:13:43.423Z | Compiling static_assertions v1.1.0 |
| 1413 | 2024-03-28T07:13:43.727Z | Compiling rustc_version v0.1.7 |
| 1414 | 2024-03-28T07:13:44.422Z | Compiling atty v0.2.14 |
| 1415 | 2024-03-28T07:13:44.541Z | Compiling arc-swap v1.6.0 |
| 1416 | 2024-03-28T07:13:44.893Z | Compiling newtype_derive v0.1.6 |
| 1417 | 2024-03-28T07:13:45.158Z | Compiling zerocopy v0.3.2 |
| 1418 | 2024-03-28T07:13:45.320Z | Compiling strum_macros v0.25.3 |
| 1419 | 2024-03-28T07:13:45.461Z | Compiling vergen v8.3.1 |
| 1420 | 2024-03-28T07:13:45.647Z | Compiling num-complex v0.4.4 |
| 1421 | 2024-03-28T07:13:45.741Z | Compiling cargo-platform v0.1.6 |
| 1422 | 2024-03-28T07:13:45.835Z | Compiling hubpack_derive v0.1.1 |
| 1423 | 2024-03-28T07:13:46.026Z | Compiling zerocopy-derive v0.6.6 |
| 1424 | 2024-03-28T07:13:46.051Z | Compiling memoffset v0.9.0 |
| 1425 | 2024-03-28T07:13:46.145Z | Compiling crucible-workspace-hack v0.1.0 |
| 1426 | 2024-03-28T07:13:46.382Z | Compiling base64ct v1.6.0 |
| 1427 | 2024-03-28T07:13:46.439Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1428 | 2024-03-28T07:13:46.849Z | Compiling password-hash v0.5.0 |
| 1429 | 2024-03-28T07:13:46.963Z | Compiling hubpack v0.1.2 |
| 1430 | 2024-03-28T07:13:47.019Z | Compiling num v0.4.1 |
| 1431 | 2024-03-28T07:13:47.244Z | Compiling cargo_metadata v0.18.1 |
| 1432 | 2024-03-28T07:13:47.298Z | Compiling dof v0.1.5 |
| 1433 | 2024-03-28T07:13:47.703Z | Compiling zerocopy v0.6.6 |
| 1434 | 2024-03-28T07:13:47.898Z | Compiling slog-scope v4.4.0 |
| 1435 | 2024-03-28T07:13:47.936Z | Compiling rustc_version v0.4.0 |
| 1436 | 2024-03-28T07:13:48.425Z | Compiling blake2 v0.10.6 |
| 1437 | 2024-03-28T07:13:48.450Z | Compiling dtrace-parser v0.1.14 |
| 1438 | 2024-03-28T07:13:48.517Z | Compiling libsqlite3-sys v0.28.0 |
| 1439 | 2024-03-28T07:13:48.670Z | Compiling crossbeam-epoch v0.9.15 |
| 1440 | 2024-03-28T07:13:48.695Z | Compiling slog-dtrace v0.3.0 |
| 1441 | 2024-03-28T07:13:48.973Z | Compiling data-encoding v2.4.0 |
| 1442 | 2024-03-28T07:13:48.999Z | Compiling humantime v2.1.0 |
| 1443 | 2024-03-28T07:13:49.072Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1444 | 2024-03-28T07:13:49.368Z | Compiling utf8parse v0.2.1 |
| 1445 | 2024-03-28T07:13:49.407Z | Compiling fixedbitset v0.4.2 |
| 1446 | 2024-03-28T07:13:49.710Z | Compiling petgraph v0.6.4 |
| 1447 | 2024-03-28T07:13:49.741Z | Compiling anstyle-parse v0.2.1 |
| 1448 | 2024-03-28T07:13:50.075Z | Compiling argon2 v0.5.3 |
| 1449 | 2024-03-28T07:13:50.100Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 1450 | 2024-03-28T07:13:50.196Z | Compiling slog-stdlog v4.1.1 |
| 1451 | 2024-03-28T07:13:51.245Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
| 1452 | 2024-03-28T07:13:51.269Z | Compiling serde_tokenstream v0.1.7 |
| 1453 | 2024-03-28T07:13:51.654Z | Compiling foreign-types-macros v0.2.3 |
| 1454 | 2024-03-28T07:13:51.679Z | Compiling inout v0.1.3 |
| 1455 | 2024-03-28T07:13:51.759Z | Compiling curl-sys v0.4.68+curl-8.4.0 |
| 1456 | 2024-03-28T07:13:51.858Z | Compiling backtrace v0.3.69 |
| 1457 | 2024-03-28T07:13:52.113Z | Compiling indexmap v1.9.3 |
| 1458 | 2024-03-28T07:13:52.246Z | Compiling anstyle-query v1.0.0 |
| 1459 | 2024-03-28T07:13:52.370Z | Compiling foreign-types-shared v0.3.1 |
| 1460 | 2024-03-28T07:13:52.416Z | Compiling pretty-hex v0.2.1 |
| 1461 | 2024-03-28T07:13:52.441Z | Compiling colorchoice v1.0.0 |
| 1462 | 2024-03-28T07:13:52.475Z | Compiling adler v1.0.2 |
| 1463 | 2024-03-28T07:13:52.562Z | Compiling radium v0.7.0 |
| 1464 | 2024-03-28T07:13:52.587Z | Compiling termcolor v1.2.0 |
| 1465 | 2024-03-28T07:13:52.725Z | Compiling anstyle v1.0.2 |
| 1466 | 2024-03-28T07:13:52.765Z | Compiling doc-comment v0.3.3 |
| 1467 | 2024-03-28T07:13:52.971Z | Compiling gimli v0.28.0 |
| 1468 | 2024-03-28T07:13:53.149Z | Compiling base64 v0.13.1 |
| 1469 | 2024-03-28T07:13:53.195Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1470 | 2024-03-28T07:13:53.425Z | Compiling anstream v0.5.0 |
| 1471 | 2024-03-28T07:13:53.452Z | Compiling steno v0.4.0 |
| 1472 | 2024-03-28T07:13:53.505Z | Compiling foreign-types v0.5.0 |
| 1473 | 2024-03-28T07:13:53.602Z | Compiling miniz_oxide v0.7.1 |
| 1474 | 2024-03-28T07:13:53.841Z | Compiling cipher v0.4.4 |
| 1475 | 2024-03-28T07:13:54.727Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
| 1476 | 2024-03-28T07:13:54.762Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
| 1477 | 2024-03-28T07:13:55.221Z | Compiling slog-envlogger v2.2.0 |
| 1478 | 2024-03-28T07:13:55.975Z | Compiling itertools v0.10.5 |
| 1479 | 2024-03-28T07:13:56.135Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
| 1480 | 2024-03-28T07:13:56.652Z | Compiling addr2line v0.21.0 |
| 1481 | 2024-03-28T07:13:57.104Z | Compiling colored v2.0.4 |
| 1482 | 2024-03-28T07:13:57.435Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#7f571c6c) |
| 1483 | 2024-03-28T07:13:57.812Z | Compiling hashlink v0.9.0 |
| 1484 | 2024-03-28T07:13:57.844Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1485 | 2024-03-28T07:13:58.040Z | Compiling pin-project-internal v1.1.3 |
| 1486 | 2024-03-28T07:13:58.435Z | Compiling object v0.32.0 |
| 1487 | 2024-03-28T07:13:58.460Z | Compiling cstr-argument v0.1.2 |
| 1488 | 2024-03-28T07:13:58.587Z | Compiling fallible-streaming-iterator v0.1.9 |
| 1489 | 2024-03-28T07:13:58.656Z | Compiling tap v1.0.1 |
| 1490 | 2024-03-28T07:13:58.807Z | Compiling tower-layer v0.3.2 |
| 1491 | 2024-03-28T07:13:58.835Z | Compiling rayon-core v1.12.1 |
| 1492 | 2024-03-28T07:13:59.084Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
| 1493 | 2024-03-28T07:13:59.109Z | Compiling clap_lex v0.5.1 |
| 1494 | 2024-03-28T07:13:59.381Z | Compiling fallible-iterator v0.3.0 |
| 1495 | 2024-03-28T07:13:59.680Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
| 1496 | 2024-03-28T07:13:59.976Z | Compiling portable-atomic v1.4.3 |
| 1497 | 2024-03-28T07:14:00.001Z | Compiling os_str_bytes v6.5.1 |
| 1498 | 2024-03-28T07:14:00.214Z | Compiling rustc-demangle v0.1.23 |
| 1499 | 2024-03-28T07:14:00.479Z | Compiling hashbrown v0.12.3 |
| 1500 | 2024-03-28T07:14:00.728Z | Compiling fastrand v2.0.0 |
| 1501 | 2024-03-28T07:14:01.298Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 1502 | 2024-03-28T07:14:01.332Z | Compiling tempfile v3.8.0 |
| 1503 | 2024-03-28T07:14:01.654Z | Compiling clap_lex v0.2.4 |
| 1504 | 2024-03-28T07:14:02.125Z | Compiling pin-project v1.1.3 |
| 1505 | 2024-03-28T07:14:02.392Z | Compiling rusqlite v0.31.0 |
| 1506 | 2024-03-28T07:14:02.474Z | Compiling clap_builder v4.4.0 |
| 1507 | 2024-03-28T07:14:02.854Z | Compiling wyz v0.5.1 |
| 1508 | 2024-03-28T07:14:04.378Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1509 | 2024-03-28T07:14:05.122Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1510 | 2024-03-28T07:14:05.481Z | Compiling crossbeam-deque v0.8.3 |
| 1511 | 2024-03-28T07:14:05.754Z | Compiling pem v1.1.1 |
| 1512 | 2024-03-28T07:14:06.715Z | Compiling usdt-attr-macro v0.3.5 |
| 1513 | 2024-03-28T07:14:06.740Z | Compiling usdt-macro v0.3.5 |
| 1514 | 2024-03-28T07:14:07.029Z | Compiling twox-hash v1.6.3 |
| 1515 | 2024-03-28T07:14:08.079Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#5503b472) |
| 1516 | 2024-03-28T07:14:08.079Z | Compiling clap_derive v3.2.25 |
| 1517 | 2024-03-28T07:14:08.079Z | Compiling simple_asn1 v0.6.2 |
| 1518 | 2024-03-28T07:14:09.027Z | Compiling num_enum_derive v0.7.0 |
| 1519 | 2024-03-28T07:14:10.083Z | Compiling tokio-io-timeout v1.2.0 |
| 1520 | 2024-03-28T07:14:10.312Z | Compiling snafu-derive v0.7.5 |
| 1521 | 2024-03-28T07:14:10.519Z | Compiling clap_derive v4.4.0 |
| 1522 | 2024-03-28T07:14:11.133Z | Compiling universal-hash v0.5.1 |
| 1523 | 2024-03-28T07:14:11.268Z | Compiling nix v0.27.1 |
| 1524 | 2024-03-28T07:14:11.330Z | Compiling opaque-debug v0.3.0 |
| 1525 | 2024-03-28T07:14:11.400Z | Compiling funty v2.0.0 |
| 1526 | 2024-03-28T07:14:11.989Z | Compiling http-range-header v0.3.1 |
| 1527 | 2024-03-28T07:14:12.278Z | Compiling curl v0.4.44 |
| 1528 | 2024-03-28T07:14:12.590Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
| 1529 | 2024-03-28T07:14:12.639Z | Compiling matches v0.1.10 |
| 1530 | 2024-03-28T07:14:12.715Z | Compiling textwrap v0.16.0 |
| 1531 | 2024-03-28T07:14:12.884Z | Compiling utf-8 v0.7.6 |
| 1532 | 2024-03-28T07:14:13.178Z | Compiling tungstenite v0.20.1 |
| 1533 | 2024-03-28T07:14:13.380Z | Compiling clap v3.2.25 |
| 1534 | 2024-03-28T07:14:14.056Z | Compiling clap v4.4.0 |
| 1535 | 2024-03-28T07:14:14.165Z | Compiling idna v0.2.3 |
| 1536 | 2024-03-28T07:14:14.300Z | Compiling snafu v0.7.5 |
| 1537 | 2024-03-28T07:14:15.179Z | Compiling bitvec v1.0.1 |
| 1538 | 2024-03-28T07:14:15.288Z | Compiling tower-http v0.4.4 |
| 1539 | 2024-03-28T07:14:16.891Z | Compiling polyval v0.6.1 |
| 1540 | 2024-03-28T07:14:16.976Z | Compiling num_enum v0.7.0 |
| 1541 | 2024-03-28T07:14:17.122Z | Compiling hyper-timeout v0.4.1 |
| 1542 | 2024-03-28T07:14:17.286Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#5503b472) |
| 1543 | 2024-03-28T07:14:17.364Z | Compiling jsonwebtoken v8.3.0 |
| 1544 | 2024-03-28T07:14:17.526Z | Compiling usdt v0.3.5 |
| 1545 | 2024-03-28T07:14:21.063Z | Compiling tower v0.4.13 |
| 1546 | 2024-03-28T07:14:22.424Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
| 1547 | 2024-03-28T07:14:22.497Z | Compiling aes v0.8.3 |
| 1548 | 2024-03-28T07:14:23.352Z | Compiling ctr v0.9.2 |
| 1549 | 2024-03-28T07:14:23.633Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
| 1550 | 2024-03-28T07:14:24.081Z | Compiling zone_cfg_derive v0.2.0 |
| 1551 | 2024-03-28T07:14:24.109Z | Compiling secrecy v0.8.0 |
| 1552 | 2024-03-28T07:14:24.295Z | Compiling console v0.15.7 |
| 1553 | 2024-03-28T07:14:24.363Z | Compiling sha2 v0.10.7 |
| 1554 | 2024-03-28T07:14:25.248Z | Compiling bincode v1.3.3 |
| 1555 | 2024-03-28T07:14:26.016Z | Compiling async-recursion v0.3.2 |
| 1556 | 2024-03-28T07:14:26.092Z | Compiling enum-as-inner v0.5.1 |
| 1557 | 2024-03-28T07:14:26.536Z | Compiling aead v0.5.2 |
| 1558 | 2024-03-28T07:14:26.786Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
| 1559 | 2024-03-28T07:14:26.811Z | Compiling erased-serde v0.3.30 |
| 1560 | 2024-03-28T07:14:26.896Z | Compiling number_prefix v0.4.0 |
| 1561 | 2024-03-28T07:14:26.975Z | Compiling quick-error v1.2.3 |
| 1562 | 2024-03-28T07:14:27.035Z | Compiling linked-hash-map v0.5.6 |
| 1563 | 2024-03-28T07:14:27.090Z | Compiling resolv-conf v0.7.0 |
| 1564 | 2024-03-28T07:14:27.114Z | Compiling indicatif v0.17.6 |
| 1565 | 2024-03-28T07:14:27.157Z | Compiling trust-dns-proto v0.22.0 |
| 1566 | 2024-03-28T07:14:27.270Z | Compiling p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
| 1567 | 2024-03-28T07:14:27.338Z | Compiling lru-cache v0.1.2 |
| 1568 | 2024-03-28T07:14:27.509Z | Compiling aes-gcm-siv v0.11.1 |
| 1569 | 2024-03-28T07:14:27.719Z | Compiling zone v0.2.0 |
| 1570 | 2024-03-28T07:14:28.272Z | Compiling sha256 v1.4.0 |
| 1571 | 2024-03-28T07:14:28.323Z | Compiling octocrab v0.25.1 |
| 1572 | 2024-03-28T07:14:28.784Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 1573 | 2024-03-28T07:14:29.065Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon#7910ec7d) |
| 1574 | 2024-03-28T07:14:30.468Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#b1007658) |
| 1575 | 2024-03-28T07:14:31.178Z | Compiling rayon v1.8.1 |
| 1576 | 2024-03-28T07:14:32.433Z | Compiling toml v0.7.8 |
| 1577 | 2024-03-28T07:14:34.957Z | Compiling tokio-tungstenite v0.20.1 |
| 1578 | 2024-03-28T07:14:35.342Z | Compiling env_logger v0.9.3 |
| 1579 | 2024-03-28T07:14:35.813Z | Compiling itertools v0.12.1 |
| 1580 | 2024-03-28T07:14:35.856Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
| 1581 | 2024-03-28T07:14:36.575Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
| 1582 | 2024-03-28T07:14:37.127Z | Compiling toml v0.5.11 |
| 1583 | 2024-03-28T07:14:37.128Z | Compiling bitstruct_derive v0.1.0 |
| 1584 | 2024-03-28T07:14:37.965Z | Compiling async-recursion v1.0.5 |
| 1585 | 2024-03-28T07:14:38.049Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
| 1586 | 2024-03-28T07:14:38.156Z | Compiling libloading v0.7.4 |
| 1587 | 2024-03-28T07:14:38.407Z | Compiling ascii v1.1.0 |
| 1588 | 2024-03-28T07:14:38.507Z | Compiling ringbuffer v0.15.0 |
| 1589 | 2024-03-28T07:14:38.871Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?branch=pixfmts#ffbb3119) |
| 1590 | 2024-03-28T07:14:39.026Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
| 1591 | 2024-03-28T07:14:39.052Z | Compiling bitstruct v0.1.1 |
| 1592 | 2024-03-28T07:14:39.125Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
| 1593 | 2024-03-28T07:14:39.150Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
| 1594 | 2024-03-28T07:14:39.246Z | Compiling trust-dns-resolver v0.22.0 |
| 1595 | 2024-03-28T07:14:39.608Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#7251cbb0) |
| 1596 | 2024-03-28T07:14:40.248Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
| 1597 | 2024-03-28T07:14:40.817Z | Compiling const_format_proc_macros v0.2.31 |
| 1598 | 2024-03-28T07:14:40.962Z | Compiling serde_arrays v0.1.0 |
| 1599 | 2024-03-28T07:14:41.099Z | Compiling kstat-rs v0.2.3 |
| 1600 | 2024-03-28T07:14:41.204Z | Compiling propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
| 1601 | 2024-03-28T07:14:41.241Z | Compiling propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
| 1602 | 2024-03-28T07:14:41.672Z | Compiling ron v0.7.1 |
| 1603 | 2024-03-28T07:14:41.850Z | Compiling bit_field v0.10.2 |
| 1604 | 2024-03-28T07:14:42.064Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
| 1605 | 2024-03-28T07:14:42.433Z | Compiling const_format v0.2.31 |
| 1606 | 2024-03-28T07:14:43.207Z | Compiling softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=dbab082dfa89da5db5ca2325c257089d2f130092#dbab082d) |
| 1607 | 2024-03-28T07:14:53.249Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
| 1608 | 2024-03-28T07:15:01.111Z | Compiling rustls-webpki v0.102.1 |
| 1609 | 2024-03-28T07:15:07.812Z | Compiling tokio-rustls v0.25.0 |
| 1610 | 2024-03-28T07:15:08.945Z | Compiling git2 v0.18.2 |
| 1611 | 2024-03-28T07:15:12.633Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
| 1612 | 2024-03-28T07:15:14.942Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
| 1613 | 2024-03-28T07:15:17.647Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
| 1614 | 2024-03-28T07:15:19.937Z | Compiling sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
| 1615 | 2024-03-28T07:15:19.961Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
| 1616 | 2024-03-28T07:15:19.991Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
| 1617 | 2024-03-28T07:15:22.775Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
| 1618 | 2024-03-28T07:15:30.632Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
| 1619 | 2024-03-28T07:15:41.501Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
| 1620 | 2024-03-28T07:15:51.458Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
| 1621 | 2024-03-28T07:15:58.883Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
| 1622 | 2024-03-28T07:16:08.554Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
| 1623 | 2024-03-28T07:16:59.280Z | Finished release [optimized] target(s) in 4m 57s |
| 1624 | 2024-03-28T07:16:59.351Z | |
| 1625 | 2024-03-28T07:16:59.351Z | real 4:57.482316721 |
| 1626 | 2024-03-28T07:16:59.351Z | user 32:33.708255723 |
| 1627 | 2024-03-28T07:16:59.352Z | sys 3:09.482549795 |
| 1628 | 2024-03-28T07:16:59.352Z | trap 0.940514757 |
| 1629 | 2024-03-28T07:16:59.352Z | tflt 0.914557678 |
| 1630 | 2024-03-28T07:16:59.352Z | dflt 1.933531229 |
| 1631 | 2024-03-28T07:16:59.352Z | kflt 0.000264036 |
| 1632 | 2024-03-28T07:16:59.352Z | lock 1:04:28.417269507 |
| 1633 | 2024-03-28T07:16:59.377Z | slp 1:26:17.869928193 |
| 1634 | 2024-03-28T07:16:59.377Z | lat 1:19.483879612 |
| 1635 | 2024-03-28T07:16:59.377Z | stop 59.389479196 |
| 1636 | 2024-03-28T07:16:59.377Z | + OUTDIR=/work/release |
| 1637 | 2024-03-28T07:16:59.377Z | + mkdir -p /work/release |
| 1638 | 2024-03-28T07:16:59.378Z | + cp target/release/propolis-cli /work/release/propolis-cli |
| 1639 | 2024-03-28T07:16:59.378Z | + cp target/release/propolis-server /work/release/propolis-server |
| 1640 | 2024-03-28T07:16:59.423Z | process exited: duration 533438 ms, exit code 0 |
| |
| 1641 | 2024-03-28T07:16:59.895Z | found 2 output files |
| 1642 | 2024-03-28T07:16:59.895Z | uploading: /work/release/propolis-cli (13850048 bytes) |
| 1643 | 2024-03-28T07:17:14.788Z | uploaded: /work/release/propolis-cli |
| 1644 | 2024-03-28T07:17:14.788Z | uploading: /work/release/propolis-server (50207096 bytes) |
| 1645 | 2024-03-28T07:18:14.061Z | uploaded: /work/release/propolis-server |