|
|
|
| 1 | 2024-09-06T16:27:23.265Z | job assigned to worker 01J742J4A751WGB3T892B4T80M (queued for 23 s) |
| |
| 2 | 2024-09-06T16:27:23.295Z | starting task 0: "setup" |
| 3 | 2024-09-06T16:27:23.319Z | ++ uname -s |
| 4 | 2024-09-06T16:27:23.319Z | + kern=SunOS |
| 5 | 2024-09-06T16:27:23.319Z | + case "$kern" in |
| 6 | 2024-09-06T16:27:23.319Z | + groupadd -g 12345 build |
| 7 | 2024-09-06T16:27:23.319Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-09-06T16:27:25.325Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-09-06T16:27:25.365Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-09-06T16:27:25.389Z | + home_fs=zfs |
| 11 | 2024-09-06T16:27:25.389Z | + [[ zfs == autofs ]] |
| 12 | 2024-09-06T16:27:25.389Z | + mkdir -p /home/build |
| 13 | 2024-09-06T16:27:25.389Z | + chown build:build /home/build /work |
| 14 | 2024-09-06T16:27:27.374Z | + chmod 0700 /home/build /work |
| 15 | 2024-09-06T16:27:27.398Z | process exited: duration 4083 ms, exit code 0 |
| |
| 16 | 2024-09-06T16:27:27.446Z | starting task 1: "rust-toolchain" |
| 17 | 2024-09-06T16:27:27.470Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-09-06T16:27:27.470Z | ' stable |
| 19 | 2024-09-06T16:27:27.470Z | + printf ' * toolchain profile = "%s" |
| 20 | 2024-09-06T16:27:27.470Z | ' default |
| 21 | 2024-09-06T16:27:27.470Z | * toolchain channel = "stable" |
| 22 | 2024-09-06T16:27:27.470Z | * toolchain profile = "default" |
| 23 | 2024-09-06T16:27:27.470Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-09-06T16:27:27.470Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 25 | 2024-09-06T16:27:27.594Z | info: downloading installer |
| 26 | 2024-09-06T16:27:28.041Z | info: profile set to 'default' |
| 27 | 2024-09-06T16:27:28.041Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-09-06T16:27:28.065Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
| 29 | 2024-09-06T16:27:28.129Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
| 30 | 2024-09-06T16:27:28.129Z | info: downloading component 'cargo' |
| 31 | 2024-09-06T16:27:28.279Z | info: downloading component 'clippy' |
| 32 | 2024-09-06T16:27:28.337Z | info: downloading component 'rust-docs' |
| 33 | 2024-09-06T16:27:28.528Z | info: downloading component 'rust-std' |
| 34 | 2024-09-06T16:27:28.813Z | info: downloading component 'rustc' |
| 35 | 2024-09-06T16:27:30.029Z | info: downloading component 'rustfmt' |
| 36 | 2024-09-06T16:27:30.163Z | info: installing component 'cargo' |
| 37 | 2024-09-06T16:27:31.239Z | info: installing component 'clippy' |
| 38 | 2024-09-06T16:27:31.697Z | info: installing component 'rust-docs' |
| 39 | 2024-09-06T16:27:34.332Z | info: installing component 'rust-std' |
| 40 | 2024-09-06T16:27:36.377Z | info: installing component 'rustc' |
| 41 | 2024-09-06T16:27:43.293Z | info: installing component 'rustfmt' |
| 42 | 2024-09-06T16:27:43.690Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
| 43 | 2024-09-06T16:27:43.690Z | |
| 44 | 2024-09-06T16:27:43.838Z | stable-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 45 | 2024-09-06T16:27:43.838Z | |
| 46 | 2024-09-06T16:27:43.838Z | |
| 47 | 2024-09-06T16:27:43.838Z | Rust is installed now. Great! |
| 48 | 2024-09-06T16:27:43.838Z | |
| 49 | 2024-09-06T16:27:43.838Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-09-06T16:27:43.838Z | environment variable. This has not been done automatically. |
| 51 | 2024-09-06T16:27:43.838Z | |
| 52 | 2024-09-06T16:27:43.838Z | To configure your current shell, you need to source |
| 53 | 2024-09-06T16:27:43.838Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-09-06T16:27:43.838Z | |
| 55 | 2024-09-06T16:27:43.838Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-09-06T16:27:43.838Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-09-06T16:27:43.838Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-09-06T16:27:43.955Z | + rustc --version |
| 59 | 2024-09-06T16:27:44.049Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 60 | 2024-09-06T16:27:44.075Z | process exited: duration 16607 ms, exit code 0 |
| |
| 61 | 2024-09-06T16:27:44.127Z | starting task 2: "authentication" |
| 62 | 2024-09-06T16:27:44.177Z | process exited: duration 51 ms, exit code 0 |
| |
| 63 | 2024-09-06T16:27:44.225Z | starting task 3: "clone repository" |
| 64 | 2024-09-06T16:27:44.249Z | + mkdir -p /work/oxidecomputer/propolis |
| 65 | 2024-09-06T16:27:44.249Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
| 66 | 2024-09-06T16:27:44.272Z | Cloning into '/work/oxidecomputer/propolis'... |
| 67 | 2024-09-06T16:27:45.586Z | + cd /work/oxidecomputer/propolis |
| 68 | 2024-09-06T16:27:45.586Z | + git fetch origin c35b7e14f171c6d3fc7503e206248c0b7558800b |
| 69 | 2024-09-06T16:27:45.878Z | From https://github.com/oxidecomputer/propolis |
| 70 | 2024-09-06T16:27:45.878Z | * branch c35b7e14f171c6d3fc7503e206248c0b7558800b -> FETCH_HEAD |
| 71 | 2024-09-06T16:27:45.901Z | + [[ -n ixi/smbios-table-refactor ]] |
| 72 | 2024-09-06T16:27:45.901Z | ++ git branch --show-current |
| 73 | 2024-09-06T16:27:45.902Z | + current=master |
| 74 | 2024-09-06T16:27:45.902Z | + [[ master != ixi/smbios-table-refactor ]] |
| 75 | 2024-09-06T16:27:45.902Z | + git branch -f ixi/smbios-table-refactor c35b7e14f171c6d3fc7503e206248c0b7558800b |
| 76 | 2024-09-06T16:27:45.902Z | + git checkout -f ixi/smbios-table-refactor |
| 77 | 2024-09-06T16:27:45.925Z | Switched to branch 'ixi/smbios-table-refactor' |
| 78 | 2024-09-06T16:27:45.949Z | + git reset --hard c35b7e14f171c6d3fc7503e206248c0b7558800b |
| 79 | 2024-09-06T16:27:45.949Z | HEAD is now at c35b7e1 meant to keep that comment in propolis-server |
| 80 | 2024-09-06T16:27:45.949Z | process exited: duration 1710 ms, exit code 0 |
| |
| 81 | 2024-09-06T16:27:45.999Z | starting task 4: "build" |
| 82 | 2024-09-06T16:27:46.023Z | + cargo --version |
| 83 | 2024-09-06T16:27:46.077Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
| 84 | 2024-09-06T16:27:46.101Z | + rustc --version |
| 85 | 2024-09-06T16:27:46.157Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 86 | 2024-09-06T16:27:46.181Z | + banner check |
| 87 | 2024-09-06T16:27:46.181Z | |
| 88 | 2024-09-06T16:27:46.181Z | #### # # ###### #### # # |
| 89 | 2024-09-06T16:27:46.181Z | # # # # # # # # # |
| 90 | 2024-09-06T16:27:46.181Z | # ###### ##### # #### |
| 91 | 2024-09-06T16:27:46.181Z | # # # # # # # |
| 92 | 2024-09-06T16:27:46.181Z | # # # # # # # # # |
| 93 | 2024-09-06T16:27:46.181Z | #### # # ###### #### # # |
| 94 | 2024-09-06T16:27:46.181Z | |
| 95 | 2024-09-06T16:27:46.182Z | + ptime -m cargo check --features falcon |
| 96 | 2024-09-06T16:27:46.390Z | Updating crates.io index |
| 97 | 2024-09-06T16:27:46.414Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 98 | 2024-09-06T16:27:48.498Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 99 | 2024-09-06T16:27:49.316Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 100 | 2024-09-06T16:27:51.230Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 101 | 2024-09-06T16:27:57.845Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 102 | 2024-09-06T16:27:58.160Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 103 | 2024-09-06T16:27:58.494Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 104 | 2024-09-06T16:27:58.843Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 105 | 2024-09-06T16:27:59.323Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 106 | 2024-09-06T16:27:59.679Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 107 | 2024-09-06T16:28:00.594Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 108 | 2024-09-06T16:28:00.972Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 109 | 2024-09-06T16:28:01.376Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 110 | 2024-09-06T16:28:01.927Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 111 | 2024-09-06T16:28:04.581Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 112 | 2024-09-06T16:28:05.223Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 113 | 2024-09-06T16:28:06.439Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 114 | 2024-09-06T16:28:07.038Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 115 | 2024-09-06T16:28:08.165Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 116 | 2024-09-06T16:28:08.541Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 117 | 2024-09-06T16:28:09.173Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 118 | 2024-09-06T16:28:09.558Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 119 | 2024-09-06T16:28:10.661Z | Downloading crates ... |
| 120 | 2024-09-06T16:28:10.743Z | Downloaded async-stream-impl v0.3.5 |
| 121 | 2024-09-06T16:28:10.767Z | Downloaded cfg_aliases v0.2.1 |
| 122 | 2024-09-06T16:28:10.767Z | Downloaded equivalent v1.0.1 |
| 123 | 2024-09-06T16:28:10.767Z | Downloaded dirs-next v2.0.0 |
| 124 | 2024-09-06T16:28:10.767Z | Downloaded num_threads v0.1.7 |
| 125 | 2024-09-06T16:28:10.767Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 126 | 2024-09-06T16:28:10.793Z | Downloaded openssl-macros v0.1.1 |
| 127 | 2024-09-06T16:28:10.793Z | Downloaded omicron-workspace-hack v0.1.0 |
| 128 | 2024-09-06T16:28:10.793Z | Downloaded bincode v1.3.3 |
| 129 | 2024-09-06T16:28:10.793Z | Downloaded expectorate v1.1.0 |
| 130 | 2024-09-06T16:28:10.793Z | Downloaded match_cfg v0.1.0 |
| 131 | 2024-09-06T16:28:10.793Z | Downloaded sync_wrapper v0.1.2 |
| 132 | 2024-09-06T16:28:10.793Z | Downloaded toml_datetime v0.6.8 |
| 133 | 2024-09-06T16:28:10.818Z | Downloaded foreign-types-shared v0.1.1 |
| 134 | 2024-09-06T16:28:10.818Z | Downloaded futures-executor v0.3.30 |
| 135 | 2024-09-06T16:28:10.818Z | Downloaded mime v0.3.17 |
| 136 | 2024-09-06T16:28:10.818Z | Downloaded foreign-types v0.3.2 |
| 137 | 2024-09-06T16:28:10.818Z | Downloaded float-ord v0.3.2 |
| 138 | 2024-09-06T16:28:10.818Z | Downloaded newtype_derive v0.1.6 |
| 139 | 2024-09-06T16:28:10.818Z | Downloaded strum v0.26.2 |
| 140 | 2024-09-06T16:28:10.843Z | Downloaded supports-color v2.1.0 |
| 141 | 2024-09-06T16:28:10.843Z | Downloaded tokio-native-tls v0.3.1 |
| 142 | 2024-09-06T16:28:10.843Z | Downloaded http-body v0.4.6 |
| 143 | 2024-09-06T16:28:10.843Z | Downloaded usdt-attr-macro v0.3.5 |
| 144 | 2024-09-06T16:28:10.843Z | Downloaded usdt-macro v0.3.5 |
| 145 | 2024-09-06T16:28:10.843Z | Downloaded usdt-attr-macro v0.5.0 |
| 146 | 2024-09-06T16:28:10.843Z | Downloaded time-core v0.1.2 |
| 147 | 2024-09-06T16:28:10.843Z | Downloaded num v0.4.3 |
| 148 | 2024-09-06T16:28:10.867Z | Downloaded usdt v0.5.0 |
| 149 | 2024-09-06T16:28:10.867Z | Downloaded glob v0.3.1 |
| 150 | 2024-09-06T16:28:10.867Z | Downloaded getrandom v0.2.14 |
| 151 | 2024-09-06T16:28:10.867Z | Downloaded instant v0.1.12 |
| 152 | 2024-09-06T16:28:10.867Z | Downloaded num-derive v0.4.2 |
| 153 | 2024-09-06T16:28:10.868Z | Downloaded waitgroup v0.1.2 |
| 154 | 2024-09-06T16:28:10.868Z | Downloaded thiserror-impl v1.0.63 |
| 155 | 2024-09-06T16:28:10.892Z | Downloaded whoami v1.5.1 |
| 156 | 2024-09-06T16:28:10.892Z | Downloaded thread-id v4.2.1 |
| 157 | 2024-09-06T16:28:10.892Z | Downloaded vergen v8.3.2 |
| 158 | 2024-09-06T16:28:10.892Z | Downloaded indexmap v2.4.0 |
| 159 | 2024-09-06T16:28:10.892Z | Downloaded want v0.3.1 |
| 160 | 2024-09-06T16:28:10.892Z | Downloaded unicode-normalization v0.1.23 |
| 161 | 2024-09-06T16:28:10.916Z | Downloaded winnow v0.6.18 |
| 162 | 2024-09-06T16:28:10.916Z | Downloaded h2 v0.3.26 |
| 163 | 2024-09-06T16:28:10.940Z | Downloaded git2 v0.19.0 |
| 164 | 2024-09-06T16:28:10.940Z | Downloaded winnow v0.5.40 |
| 165 | 2024-09-06T16:28:10.940Z | Downloaded num-iter v0.1.45 |
| 166 | 2024-09-06T16:28:10.940Z | Downloaded parse-display v0.10.0 |
| 167 | 2024-09-06T16:28:10.964Z | Downloaded nix v0.28.0 |
| 168 | 2024-09-06T16:28:10.964Z | Downloaded smoltcp v0.11.0 |
| 169 | 2024-09-06T16:28:10.988Z | Downloaded vcpkg v0.2.15 |
| 170 | 2024-09-06T16:28:11.018Z | Downloaded syn v2.0.75 |
| 171 | 2024-09-06T16:28:11.042Z | Downloaded slog v2.7.0 |
| 172 | 2024-09-06T16:28:11.042Z | Downloaded serde_yaml v0.9.34+deprecated |
| 173 | 2024-09-06T16:28:11.043Z | Downloaded memchr v2.7.2 |
| 174 | 2024-09-06T16:28:11.066Z | Downloaded serde v1.0.208 |
| 175 | 2024-09-06T16:28:11.067Z | Downloaded pest v2.7.10 |
| 176 | 2024-09-06T16:28:11.067Z | Downloaded rand v0.8.5 |
| 177 | 2024-09-06T16:28:11.067Z | Downloaded num-bigint v0.4.5 |
| 178 | 2024-09-06T16:28:11.091Z | Downloaded zerocopy-derive v0.2.0 |
| 179 | 2024-09-06T16:28:11.091Z | Downloaded zerocopy-derive v0.6.6 |
| 180 | 2024-09-06T16:28:11.114Z | Downloaded rustls-webpki v0.101.7 |
| 181 | 2024-09-06T16:28:11.114Z | Downloaded serde_with v3.9.0 |
| 182 | 2024-09-06T16:28:11.138Z | Downloaded futures-util v0.3.30 |
| 183 | 2024-09-06T16:28:11.138Z | Downloaded rustls-webpki v0.102.4 |
| 184 | 2024-09-06T16:28:11.162Z | Downloaded rayon v1.10.0 |
| 185 | 2024-09-06T16:28:11.193Z | Downloaded regex v1.10.6 |
| 186 | 2024-09-06T16:28:11.193Z | Downloaded webpki-roots v0.25.4 |
| 187 | 2024-09-06T16:28:11.193Z | Downloaded syn v1.0.109 |
| 188 | 2024-09-06T16:28:11.217Z | Downloaded openssl v0.10.66 |
| 189 | 2024-09-06T16:28:11.217Z | Downloaded rustls v0.21.12 |
| 190 | 2024-09-06T16:28:11.241Z | Downloaded libc v0.2.158 |
| 191 | 2024-09-06T16:28:11.264Z | Downloaded nix v0.29.0 |
| 192 | 2024-09-06T16:28:11.288Z | Downloaded regress v0.9.1 |
| 193 | 2024-09-06T16:28:11.288Z | Downloaded openapiv3 v2.0.0 |
| 194 | 2024-09-06T16:28:11.312Z | Downloaded regex-syntax v0.8.4 |
| 195 | 2024-09-06T16:28:11.312Z | Downloaded rustls v0.22.4 |
| 196 | 2024-09-06T16:28:11.335Z | Downloaded rustix v0.38.34 |
| 197 | 2024-09-06T16:28:11.359Z | Downloaded regress v0.10.0 |
| 198 | 2024-09-06T16:28:11.359Z | Downloaded rusqlite v0.31.0 |
| 199 | 2024-09-06T16:28:11.383Z | Downloaded reqwest v0.11.27 |
| 200 | 2024-09-06T16:28:11.383Z | Downloaded serde_json v1.0.125 |
| 201 | 2024-09-06T16:28:11.383Z | Downloaded openssl-sys v0.9.103 |
| 202 | 2024-09-06T16:28:11.407Z | Downloaded similar v2.5.0 |
| 203 | 2024-09-06T16:28:11.407Z | Downloaded schemars v0.8.21 |
| 204 | 2024-09-06T16:28:11.407Z | Downloaded ryu v1.0.18 |
| 205 | 2024-09-06T16:28:11.430Z | Downloaded ron v0.8.1 |
| 206 | 2024-09-06T16:28:11.430Z | Downloaded rayon-core v1.12.1 |
| 207 | 2024-09-06T16:28:11.430Z | Downloaded regex-automata v0.4.6 |
| 208 | 2024-09-06T16:28:11.454Z | Downloaded prettyplease v0.2.20 |
| 209 | 2024-09-06T16:28:11.454Z | Downloaded pest_meta v2.7.10 |
| 210 | 2024-09-06T16:28:11.454Z | Downloaded encoding_rs v0.8.34 |
| 211 | 2024-09-06T16:28:11.478Z | Downloaded petgraph v0.6.5 |
| 212 | 2024-09-06T16:28:11.502Z | Downloaded num_enum v0.5.11 |
| 213 | 2024-09-06T16:28:11.502Z | Downloaded num-rational v0.4.2 |
| 214 | 2024-09-06T16:28:11.502Z | Downloaded idna v0.5.0 |
| 215 | 2024-09-06T16:28:11.526Z | Downloaded tokio v1.39.3 |
| 216 | 2024-09-06T16:28:11.550Z | Downloaded idna v0.4.0 |
| 217 | 2024-09-06T16:28:11.574Z | Downloaded globset v0.4.14 |
| 218 | 2024-09-06T16:28:11.574Z | Downloaded postcard v1.0.9 |
| 219 | 2024-09-06T16:28:11.574Z | Downloaded pest_derive v2.7.10 |
| 220 | 2024-09-06T16:28:11.574Z | Downloaded signal-hook-registry v1.4.2 |
| 221 | 2024-09-06T16:28:11.574Z | Downloaded sha1 v0.10.6 |
| 222 | 2024-09-06T16:28:11.574Z | Downloaded serde_with_macros v3.9.0 |
| 223 | 2024-09-06T16:28:11.574Z | Downloaded serde_derive_internals v0.29.1 |
| 224 | 2024-09-06T16:28:11.574Z | Downloaded serde_derive v1.0.208 |
| 225 | 2024-09-06T16:28:11.599Z | Downloaded semver v1.0.23 |
| 226 | 2024-09-06T16:28:11.599Z | Downloaded sct v0.7.1 |
| 227 | 2024-09-06T16:28:11.599Z | Downloaded scroll v0.12.0 |
| 228 | 2024-09-06T16:28:11.599Z | Downloaded rustls-pki-types v1.7.0 |
| 229 | 2024-09-06T16:28:11.599Z | Downloaded pin-project-lite v0.2.14 |
| 230 | 2024-09-06T16:28:11.599Z | Downloaded futures-sink v0.3.30 |
| 231 | 2024-09-06T16:28:11.599Z | Downloaded proc-macro2 v1.0.86 |
| 232 | 2024-09-06T16:28:11.599Z | Downloaded password-hash v0.5.0 |
| 233 | 2024-09-06T16:28:11.599Z | Downloaded parking_lot v0.12.2 |
| 234 | 2024-09-06T16:28:11.623Z | Downloaded goblin v0.8.2 |
| 235 | 2024-09-06T16:28:11.623Z | Downloaded futures-macro v0.3.30 |
| 236 | 2024-09-06T16:28:11.623Z | Downloaded sha2 v0.10.8 |
| 237 | 2024-09-06T16:28:11.623Z | Downloaded serde_tokenstream v0.2.2 |
| 238 | 2024-09-06T16:28:11.623Z | Downloaded serde_spanned v0.6.7 |
| 239 | 2024-09-06T16:28:11.623Z | Downloaded serde_path_to_error v0.1.16 |
| 240 | 2024-09-06T16:28:11.623Z | Downloaded serde_arrays v0.1.0 |
| 241 | 2024-09-06T16:28:11.623Z | Downloaded schemars_derive v0.8.21 |
| 242 | 2024-09-06T16:28:11.623Z | Downloaded rustls-pemfile v1.0.4 |
| 243 | 2024-09-06T16:28:11.623Z | Downloaded rustc_version v0.4.0 |
| 244 | 2024-09-06T16:28:11.647Z | Downloaded ringbuffer v0.15.0 |
| 245 | 2024-09-06T16:28:11.647Z | Downloaded resolv-conf v0.7.0 |
| 246 | 2024-09-06T16:28:11.647Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 247 | 2024-09-06T16:28:11.697Z | Downloaded quick-error v1.2.3 |
| 248 | 2024-09-06T16:28:11.721Z | Downloaded proc-macro-error-attr v1.0.4 |
| 249 | 2024-09-06T16:28:11.721Z | Downloaded proc-macro-crate v1.3.1 |
| 250 | 2024-09-06T16:28:11.721Z | Downloaded owo-colors v4.0.0 |
| 251 | 2024-09-06T16:28:11.721Z | Downloaded rustls-pemfile v2.1.3 |
| 252 | 2024-09-06T16:28:11.721Z | Downloaded rand_chacha v0.3.1 |
| 253 | 2024-09-06T16:28:11.721Z | Downloaded quote v1.0.36 |
| 254 | 2024-09-06T16:28:11.721Z | Downloaded proc-macro-error v1.0.4 |
| 255 | 2024-09-06T16:28:11.721Z | Downloaded ppv-lite86 v0.2.17 |
| 256 | 2024-09-06T16:28:11.721Z | Downloaded pin-utils v0.1.0 |
| 257 | 2024-09-06T16:28:11.721Z | Downloaded radium v0.7.0 |
| 258 | 2024-09-06T16:28:11.721Z | Downloaded plain v0.2.3 |
| 259 | 2024-09-06T16:28:11.721Z | Downloaded itertools v0.13.0 |
| 260 | 2024-09-06T16:28:11.745Z | Downloaded newline-converter v0.3.0 |
| 261 | 2024-09-06T16:28:11.745Z | Downloaded time v0.3.36 |
| 262 | 2024-09-06T16:28:11.745Z | Downloaded tinyvec_macros v0.1.1 |
| 263 | 2024-09-06T16:28:11.745Z | Downloaded usdt-macro v0.5.0 |
| 264 | 2024-09-06T16:28:11.745Z | Downloaded zerocopy v0.7.34 |
| 265 | 2024-09-06T16:28:11.769Z | Downloaded hyper v0.14.28 |
| 266 | 2024-09-06T16:28:11.769Z | Downloaded hickory-proto v0.24.1 |
| 267 | 2024-09-06T16:28:11.793Z | Downloaded itertools v0.10.5 |
| 268 | 2024-09-06T16:28:11.793Z | Downloaded tokio-util v0.7.11 |
| 269 | 2024-09-06T16:28:11.817Z | Downloaded parking_lot_core v0.9.10 |
| 270 | 2024-09-06T16:28:11.817Z | Downloaded unicode-segmentation v1.11.0 |
| 271 | 2024-09-06T16:28:11.817Z | Downloaded tempfile v3.10.1 |
| 272 | 2024-09-06T16:28:11.817Z | Downloaded slog-async v2.8.0 |
| 273 | 2024-09-06T16:28:11.817Z | Downloaded serde_urlencoded v0.7.1 |
| 274 | 2024-09-06T16:28:11.817Z | Downloaded version_check v0.9.5 |
| 275 | 2024-09-06T16:28:11.817Z | Downloaded num-integer v0.1.46 |
| 276 | 2024-09-06T16:28:11.817Z | Downloaded num-complex v0.4.6 |
| 277 | 2024-09-06T16:28:11.841Z | Downloaded ipnet v2.9.0 |
| 278 | 2024-09-06T16:28:11.841Z | Downloaded indexmap v1.9.3 |
| 279 | 2024-09-06T16:28:11.841Z | Downloaded mio v1.0.2 |
| 280 | 2024-09-06T16:28:11.841Z | Downloaded serde_tokenstream v0.1.7 |
| 281 | 2024-09-06T16:28:11.841Z | Downloaded semver v0.1.20 |
| 282 | 2024-09-06T16:28:11.841Z | Downloaded once_cell v1.19.0 |
| 283 | 2024-09-06T16:28:11.841Z | Downloaded uuid v1.10.0 |
| 284 | 2024-09-06T16:28:11.865Z | Downloaded url v2.5.0 |
| 285 | 2024-09-06T16:28:11.865Z | Downloaded parse-display-derive v0.10.0 |
| 286 | 2024-09-06T16:28:11.865Z | Downloaded ipnetwork v0.20.0 |
| 287 | 2024-09-06T16:28:11.865Z | Downloaded term v0.7.0 |
| 288 | 2024-09-06T16:28:11.866Z | Downloaded zerocopy v0.3.2 |
| 289 | 2024-09-06T16:28:11.866Z | Downloaded num-conv v0.1.0 |
| 290 | 2024-09-06T16:28:11.866Z | Downloaded is_terminal_polyfill v1.70.0 |
| 291 | 2024-09-06T16:28:11.866Z | Downloaded is_ci v1.2.0 |
| 292 | 2024-09-06T16:28:11.866Z | Downloaded is-terminal v0.4.12 |
| 293 | 2024-09-06T16:28:11.866Z | Downloaded inout v0.1.3 |
| 294 | 2024-09-06T16:28:11.866Z | Downloaded hash32 v0.3.1 |
| 295 | 2024-09-06T16:28:11.866Z | Downloaded unicode-xid v0.2.4 |
| 296 | 2024-09-06T16:28:11.866Z | Downloaded tinyvec v1.6.0 |
| 297 | 2024-09-06T16:28:11.889Z | Downloaded unsafe-libyaml v0.2.11 |
| 298 | 2024-09-06T16:28:11.889Z | Downloaded zerocopy-derive v0.7.34 |
| 299 | 2024-09-06T16:28:11.889Z | Downloaded hashbrown v0.12.3 |
| 300 | 2024-09-06T16:28:11.889Z | Downloaded thiserror v1.0.63 |
| 301 | 2024-09-06T16:28:11.889Z | Downloaded terminal_size v0.3.0 |
| 302 | 2024-09-06T16:28:11.913Z | Downloaded utf8parse v0.2.1 |
| 303 | 2024-09-06T16:28:11.913Z | Downloaded utf-8 v0.7.6 |
| 304 | 2024-09-06T16:28:11.913Z | Downloaded universal-hash v0.5.1 |
| 305 | 2024-09-06T16:28:11.913Z | Downloaded unicode-width v0.1.12 |
| 306 | 2024-09-06T16:28:11.913Z | Downloaded thread_local v1.1.8 |
| 307 | 2024-09-06T16:28:11.913Z | Downloaded xattr v1.3.1 |
| 308 | 2024-09-06T16:28:11.913Z | Downloaded wyz v0.5.1 |
| 309 | 2024-09-06T16:28:11.913Z | Downloaded http v0.2.12 |
| 310 | 2024-09-06T16:28:11.913Z | Downloaded pretty-hex v0.4.1 |
| 311 | 2024-09-06T16:28:11.913Z | Downloaded generic-array v0.14.7 |
| 312 | 2024-09-06T16:28:11.913Z | Downloaded time-macros v0.2.18 |
| 313 | 2024-09-06T16:28:11.913Z | Downloaded itoa v1.0.11 |
| 314 | 2024-09-06T16:28:11.913Z | Downloaded usdt-impl v0.5.0 |
| 315 | 2024-09-06T16:28:11.937Z | Downloaded unicode-ident v1.0.12 |
| 316 | 2024-09-06T16:28:11.937Z | Downloaded multer v3.1.0 |
| 317 | 2024-09-06T16:28:11.937Z | Downloaded rustc_version v0.1.7 |
| 318 | 2024-09-06T16:28:11.937Z | Downloaded polyval v0.6.2 |
| 319 | 2024-09-06T16:28:11.937Z | Downloaded ucd-trie v0.1.6 |
| 320 | 2024-09-06T16:28:11.937Z | Downloaded usdt-impl v0.3.5 |
| 321 | 2024-09-06T16:28:11.937Z | Downloaded usdt v0.3.5 |
| 322 | 2024-09-06T16:28:11.937Z | Downloaded memmap v0.7.0 |
| 323 | 2024-09-06T16:28:11.937Z | Downloaded http v1.1.0 |
| 324 | 2024-09-06T16:28:11.937Z | Downloaded steno v0.4.1 |
| 325 | 2024-09-06T16:28:11.961Z | Downloaded bstr v1.9.1 |
| 326 | 2024-09-06T16:28:11.961Z | Downloaded untrusted v0.9.0 |
| 327 | 2024-09-06T16:28:11.961Z | Downloaded kstat-rs v0.2.4 |
| 328 | 2024-09-06T16:28:11.961Z | Downloaded jobserver v0.1.31 |
| 329 | 2024-09-06T16:28:11.961Z | Downloaded zerocopy v0.6.6 |
| 330 | 2024-09-06T16:28:11.985Z | Downloaded tokio-rustls v0.24.1 |
| 331 | 2024-09-06T16:28:11.985Z | Downloaded iana-time-zone v0.1.60 |
| 332 | 2024-09-06T16:28:11.985Z | Downloaded slab v0.4.9 |
| 333 | 2024-09-06T16:28:11.985Z | Downloaded serde_repr v0.1.19 |
| 334 | 2024-09-06T16:28:11.985Z | Downloaded native-tls v0.2.11 |
| 335 | 2024-09-06T16:28:11.985Z | Downloaded futures-task v0.3.30 |
| 336 | 2024-09-06T16:28:11.985Z | Downloaded httparse v1.8.0 |
| 337 | 2024-09-06T16:28:11.985Z | Downloaded unicode-bidi v0.3.15 |
| 338 | 2024-09-06T16:28:11.985Z | Downloaded tokio-macros v2.4.0 |
| 339 | 2024-09-06T16:28:11.985Z | Downloaded hyper-rustls v0.24.2 |
| 340 | 2024-09-06T16:28:11.985Z | Downloaded humantime v2.1.0 |
| 341 | 2024-09-06T16:28:12.009Z | Downloaded hubpack v0.1.2 |
| 342 | 2024-09-06T16:28:12.009Z | Downloaded percent-encoding v2.3.1 |
| 343 | 2024-09-06T16:28:12.009Z | Downloaded lazy_static v1.5.0 |
| 344 | 2024-09-06T16:28:12.009Z | Downloaded typenum v1.17.0 |
| 345 | 2024-09-06T16:28:12.009Z | Downloaded tokio-tungstenite v0.21.0 |
| 346 | 2024-09-06T16:28:12.009Z | Downloaded tokio-rustls v0.25.0 |
| 347 | 2024-09-06T16:28:12.009Z | Downloaded structmeta-derive v0.3.0 |
| 348 | 2024-09-06T16:28:12.009Z | Downloaded spin v0.9.8 |
| 349 | 2024-09-06T16:28:12.009Z | Downloaded smallvec v1.13.2 |
| 350 | 2024-09-06T16:28:12.009Z | Downloaded powerfmt v0.2.0 |
| 351 | 2024-09-06T16:28:12.009Z | Downloaded pkg-config v0.3.30 |
| 352 | 2024-09-06T16:28:12.009Z | Downloaded subtle v2.5.0 |
| 353 | 2024-09-06T16:28:12.033Z | Downloaded strum_macros v0.26.2 |
| 354 | 2024-09-06T16:28:12.033Z | Downloaded socket2 v0.5.7 |
| 355 | 2024-09-06T16:28:12.033Z | Downloaded slog-bunyan v2.5.0 |
| 356 | 2024-09-06T16:28:12.033Z | Downloaded num_enum v0.7.2 |
| 357 | 2024-09-06T16:28:12.033Z | Downloaded toml_edit v0.19.15 |
| 358 | 2024-09-06T16:28:12.057Z | Downloaded libm v0.2.8 |
| 359 | 2024-09-06T16:28:12.057Z | Downloaded scopeguard v1.2.0 |
| 360 | 2024-09-06T16:28:12.057Z | Downloaded rustversion v1.0.17 |
| 361 | 2024-09-06T16:28:12.057Z | Downloaded rand_core v0.6.4 |
| 362 | 2024-09-06T16:28:12.057Z | Downloaded crucible-workspace-hack v0.1.0 |
| 363 | 2024-09-06T16:28:12.057Z | Downloaded ident_case v1.0.1 |
| 364 | 2024-09-06T16:28:12.057Z | Downloaded hyper-tls v0.5.0 |
| 365 | 2024-09-06T16:28:12.081Z | Downloaded hubpack_derive v0.1.1 |
| 366 | 2024-09-06T16:28:12.081Z | Downloaded httpdate v1.0.3 |
| 367 | 2024-09-06T16:28:12.081Z | Downloaded libz-sys v1.1.16 |
| 368 | 2024-09-06T16:28:12.134Z | Downloaded hostname v0.4.0 |
| 369 | 2024-09-06T16:28:12.158Z | Downloaded strum_macros v0.25.3 |
| 370 | 2024-09-06T16:28:12.159Z | Downloaded strsim v0.11.1 |
| 371 | 2024-09-06T16:28:12.159Z | Downloaded static_assertions v1.1.0 |
| 372 | 2024-09-06T16:28:12.159Z | Downloaded slog-term v2.9.1 |
| 373 | 2024-09-06T16:28:12.159Z | Downloaded slog-json v2.6.1 |
| 374 | 2024-09-06T16:28:12.159Z | Downloaded structmeta v0.3.0 |
| 375 | 2024-09-06T16:28:12.159Z | Downloaded stable_deref_trait v1.2.0 |
| 376 | 2024-09-06T16:28:12.159Z | Downloaded smf v0.2.3 |
| 377 | 2024-09-06T16:28:12.159Z | Downloaded slog-dtrace v0.3.0 |
| 378 | 2024-09-06T16:28:12.159Z | Downloaded num_enum_derive v0.5.11 |
| 379 | 2024-09-06T16:28:12.159Z | Downloaded tracing v0.1.40 |
| 380 | 2024-09-06T16:28:12.159Z | Downloaded toml v0.7.8 |
| 381 | 2024-09-06T16:28:12.183Z | Downloaded tar v0.4.40 |
| 382 | 2024-09-06T16:28:12.183Z | Downloaded chrono v0.4.38 |
| 383 | 2024-09-06T16:28:12.183Z | Downloaded newtype-uuid v1.1.0 |
| 384 | 2024-09-06T16:28:12.183Z | Downloaded futures-io v0.3.30 |
| 385 | 2024-09-06T16:28:12.183Z | Downloaded futures-core v0.3.30 |
| 386 | 2024-09-06T16:28:12.183Z | Downloaded foreign-types-macros v0.2.3 |
| 387 | 2024-09-06T16:28:12.183Z | Downloaded zone v0.3.0 |
| 388 | 2024-09-06T16:28:12.183Z | Downloaded typeid v1.0.0 |
| 389 | 2024-09-06T16:28:12.183Z | Downloaded toml_edit v0.22.20 |
| 390 | 2024-09-06T16:28:12.207Z | Downloaded hickory-resolver v0.24.1 |
| 391 | 2024-09-06T16:28:12.207Z | Downloaded tracing-attributes v0.1.27 |
| 392 | 2024-09-06T16:28:12.231Z | Downloaded hashbrown v0.14.5 |
| 393 | 2024-09-06T16:28:12.231Z | Downloaded pest_generator v2.7.10 |
| 394 | 2024-09-06T16:28:12.231Z | Downloaded paste v1.0.15 |
| 395 | 2024-09-06T16:28:12.231Z | Downloaded twox-hash v1.6.3 |
| 396 | 2024-09-06T16:28:12.231Z | Downloaded log v0.4.22 |
| 397 | 2024-09-06T16:28:12.231Z | Downloaded fatfs v0.3.6 |
| 398 | 2024-09-06T16:28:12.231Z | Downloaded bitvec v1.0.1 |
| 399 | 2024-09-06T16:28:12.255Z | Downloaded tungstenite v0.21.0 |
| 400 | 2024-09-06T16:28:12.255Z | Downloaded try-lock v0.2.5 |
| 401 | 2024-09-06T16:28:12.255Z | Downloaded tracing-core v0.1.32 |
| 402 | 2024-09-06T16:28:12.255Z | Downloaded tower-service v0.3.2 |
| 403 | 2024-09-06T16:28:12.255Z | Downloaded toml v0.8.19 |
| 404 | 2024-09-06T16:28:12.279Z | Downloaded take_mut v0.2.2 |
| 405 | 2024-09-06T16:28:12.279Z | Downloaded synstructure v0.12.6 |
| 406 | 2024-09-06T16:28:12.279Z | Downloaded macaddr v1.0.1 |
| 407 | 2024-09-06T16:28:12.279Z | Downloaded lock_api v0.4.12 |
| 408 | 2024-09-06T16:28:12.279Z | Downloaded sigpipe v0.1.3 |
| 409 | 2024-09-06T16:28:12.279Z | Downloaded foreign-types v0.5.0 |
| 410 | 2024-09-06T16:28:12.279Z | Downloaded fnv v1.0.7 |
| 411 | 2024-09-06T16:28:12.279Z | Downloaded zone_cfg_derive v0.3.0 |
| 412 | 2024-09-06T16:28:12.279Z | Downloaded zeroize v1.7.0 |
| 413 | 2024-09-06T16:28:12.279Z | Downloaded heapless v0.8.0 |
| 414 | 2024-09-06T16:28:12.279Z | Downloaded futures v0.3.30 |
| 415 | 2024-09-06T16:28:12.279Z | Downloaded scroll_derive v0.12.0 |
| 416 | 2024-09-06T16:28:12.279Z | Downloaded opaque-debug v0.3.1 |
| 417 | 2024-09-06T16:28:12.279Z | Downloaded hostname v0.3.1 |
| 418 | 2024-09-06T16:28:12.303Z | Downloaded heck v0.4.1 |
| 419 | 2024-09-06T16:28:12.303Z | Downloaded ring v0.17.8 |
| 420 | 2024-09-06T16:28:12.359Z | Downloaded hashlink v0.9.1 |
| 421 | 2024-09-06T16:28:12.383Z | Downloaded libsqlite3-sys v0.28.0 |
| 422 | 2024-09-06T16:28:12.448Z | Downloaded openssl-probe v0.1.5 |
| 423 | 2024-09-06T16:28:12.471Z | Downloaded num-traits v0.2.19 |
| 424 | 2024-09-06T16:28:12.472Z | Downloaded darling_core v0.20.9 |
| 425 | 2024-09-06T16:28:12.472Z | Downloaded tap v1.0.1 |
| 426 | 2024-09-06T16:28:12.472Z | Downloaded tabwriter v1.4.0 |
| 427 | 2024-09-06T16:28:12.472Z | Downloaded linked-hash-map v0.5.6 |
| 428 | 2024-09-06T16:28:12.472Z | Downloaded libloading v0.7.4 |
| 429 | 2024-09-06T16:28:12.472Z | Downloaded hex v0.4.3 |
| 430 | 2024-09-06T16:28:12.472Z | Downloaded heck v0.5.0 |
| 431 | 2024-09-06T16:28:12.472Z | Downloaded form_urlencoded v1.2.1 |
| 432 | 2024-09-06T16:28:12.472Z | Downloaded derive-where v1.2.7 |
| 433 | 2024-09-06T16:28:12.496Z | Downloaded clap_builder v4.5.2 |
| 434 | 2024-09-06T16:28:12.496Z | Downloaded managed v0.8.0 |
| 435 | 2024-09-06T16:28:12.496Z | Downloaded lru-cache v0.1.2 |
| 436 | 2024-09-06T16:28:12.496Z | Downloaded highway v1.2.0 |
| 437 | 2024-09-06T16:28:12.496Z | Downloaded futures-channel v0.3.30 |
| 438 | 2024-09-06T16:28:12.496Z | Downloaded funty v2.0.0 |
| 439 | 2024-09-06T16:28:12.496Z | Downloaded foreign-types-shared v0.3.1 |
| 440 | 2024-09-06T16:28:12.496Z | Downloaded fixedbitset v0.4.2 |
| 441 | 2024-09-06T16:28:12.496Z | Downloaded erased-serde v0.4.5 |
| 442 | 2024-09-06T16:28:12.496Z | Downloaded defmt v0.3.8 |
| 443 | 2024-09-06T16:28:12.520Z | Downloaded crossbeam-epoch v0.9.18 |
| 444 | 2024-09-06T16:28:12.520Z | Downloaded const_format v0.2.32 |
| 445 | 2024-09-06T16:28:12.520Z | Downloaded clap v4.5.4 |
| 446 | 2024-09-06T16:28:12.520Z | Downloaded base64 v0.22.1 |
| 447 | 2024-09-06T16:28:12.544Z | Downloaded aho-corasick v1.1.3 |
| 448 | 2024-09-06T16:28:12.544Z | Downloaded filetime v0.2.23 |
| 449 | 2024-09-06T16:28:12.544Z | Downloaded pretty-hex v0.2.1 |
| 450 | 2024-09-06T16:28:12.544Z | Downloaded fastrand v2.1.0 |
| 451 | 2024-09-06T16:28:12.544Z | Downloaded fallible-iterator v0.3.0 |
| 452 | 2024-09-06T16:28:12.544Z | Downloaded escargot v0.5.10 |
| 453 | 2024-09-06T16:28:12.544Z | Downloaded enum-as-inner v0.6.0 |
| 454 | 2024-09-06T16:28:12.544Z | Downloaded embedded-io v0.6.1 |
| 455 | 2024-09-06T16:28:12.544Z | Downloaded either v1.12.0 |
| 456 | 2024-09-06T16:28:12.544Z | Downloaded dtrace-parser v0.2.0 |
| 457 | 2024-09-06T16:28:12.544Z | Downloaded dof v0.3.0 |
| 458 | 2024-09-06T16:28:12.568Z | Downloaded dirs-sys-next v0.1.2 |
| 459 | 2024-09-06T16:28:12.568Z | Downloaded digest v0.10.7 |
| 460 | 2024-09-06T16:28:12.568Z | Downloaded defmt-parser v0.3.4 |
| 461 | 2024-09-06T16:28:12.568Z | Downloaded data-encoding v2.6.0 |
| 462 | 2024-09-06T16:28:12.568Z | Downloaded ctrlc v3.4.4 |
| 463 | 2024-09-06T16:28:12.568Z | Downloaded cstr-argument v0.1.2 |
| 464 | 2024-09-06T16:28:12.568Z | Downloaded crossbeam-channel v0.5.12 |
| 465 | 2024-09-06T16:28:12.568Z | Downloaded cobs v0.2.3 |
| 466 | 2024-09-06T16:28:12.568Z | Downloaded cc v1.0.97 |
| 467 | 2024-09-06T16:28:12.568Z | Downloaded byteorder v1.5.0 |
| 468 | 2024-09-06T16:28:12.568Z | Downloaded base64 v0.21.7 |
| 469 | 2024-09-06T16:28:12.592Z | Downloaded aes v0.8.4 |
| 470 | 2024-09-06T16:28:12.592Z | Downloaded convert_case v0.4.0 |
| 471 | 2024-09-06T16:28:12.592Z | Downloaded bytes v1.7.1 |
| 472 | 2024-09-06T16:28:12.592Z | Downloaded num_enum_derive v0.7.2 |
| 473 | 2024-09-06T16:28:12.592Z | Downloaded derive_more v0.99.18 |
| 474 | 2024-09-06T16:28:12.592Z | Downloaded darling v0.20.9 |
| 475 | 2024-09-06T16:28:12.616Z | Downloaded crossbeam-utils v0.8.19 |
| 476 | 2024-09-06T16:28:12.616Z | Downloaded colored v2.1.0 |
| 477 | 2024-09-06T16:28:12.616Z | Downloaded clap_derive v4.5.4 |
| 478 | 2024-09-06T16:28:12.616Z | Downloaded cargo-platform v0.1.8 |
| 479 | 2024-09-06T16:28:12.616Z | Downloaded camino v1.1.9 |
| 480 | 2024-09-06T16:28:12.616Z | Downloaded bitflags v2.6.0 |
| 481 | 2024-09-06T16:28:12.616Z | Downloaded backoff v0.4.0 |
| 482 | 2024-09-06T16:28:12.616Z | Downloaded atty v0.2.14 |
| 483 | 2024-09-06T16:28:12.616Z | Downloaded anyhow v1.0.86 |
| 484 | 2024-09-06T16:28:12.640Z | Downloaded allocator-api2 v0.2.18 |
| 485 | 2024-09-06T16:28:12.640Z | Downloaded errno v0.3.9 |
| 486 | 2024-09-06T16:28:12.640Z | Downloaded cpufeatures v0.2.12 |
| 487 | 2024-09-06T16:28:12.640Z | Downloaded cookie v0.18.1 |
| 488 | 2024-09-06T16:28:12.640Z | Downloaded console v0.15.8 |
| 489 | 2024-09-06T16:28:12.640Z | Downloaded cfg_aliases v0.1.1 |
| 490 | 2024-09-06T16:28:12.640Z | Downloaded block-buffer v0.10.4 |
| 491 | 2024-09-06T16:28:12.640Z | Downloaded blake2 v0.10.6 |
| 492 | 2024-09-06T16:28:12.640Z | Downloaded bitflags v1.3.2 |
| 493 | 2024-09-06T16:28:12.664Z | Downloaded base64ct v1.6.0 |
| 494 | 2024-09-06T16:28:12.664Z | Downloaded argon2 v0.5.3 |
| 495 | 2024-09-06T16:28:12.664Z | Downloaded ahash v0.8.11 |
| 496 | 2024-09-06T16:28:12.664Z | Downloaded aes-gcm-siv v0.11.1 |
| 497 | 2024-09-06T16:28:12.664Z | Downloaded dyn-clone v1.0.17 |
| 498 | 2024-09-06T16:28:12.664Z | Downloaded deranged v0.3.11 |
| 499 | 2024-09-06T16:28:12.664Z | Downloaded camino-tempfile v1.1.1 |
| 500 | 2024-09-06T16:28:12.664Z | Downloaded bitstruct v0.1.1 |
| 501 | 2024-09-06T16:28:12.664Z | Downloaded anstream v0.6.14 |
| 502 | 2024-09-06T16:28:12.664Z | Downloaded embedded-io v0.4.0 |
| 503 | 2024-09-06T16:28:12.664Z | Downloaded dof v0.1.5 |
| 504 | 2024-09-06T16:28:12.664Z | Downloaded defmt-macros v0.3.9 |
| 505 | 2024-09-06T16:28:12.688Z | Downloaded debug-ignore v1.0.5 |
| 506 | 2024-09-06T16:28:12.688Z | Downloaded ctr v0.9.2 |
| 507 | 2024-09-06T16:28:12.688Z | Downloaded crypto-common v0.1.6 |
| 508 | 2024-09-06T16:28:12.688Z | Downloaded bit_field v0.10.2 |
| 509 | 2024-09-06T16:28:12.688Z | Downloaded autocfg v1.3.0 |
| 510 | 2024-09-06T16:28:12.688Z | Downloaded async-trait v0.1.81 |
| 511 | 2024-09-06T16:28:12.688Z | Downloaded async-stream v0.3.5 |
| 512 | 2024-09-06T16:28:12.688Z | Downloaded ascii v1.1.0 |
| 513 | 2024-09-06T16:28:12.688Z | Downloaded anstyle-query v1.0.3 |
| 514 | 2024-09-06T16:28:12.688Z | Downloaded anstyle v1.0.7 |
| 515 | 2024-09-06T16:28:12.688Z | Downloaded crossbeam-deque v0.8.5 |
| 516 | 2024-09-06T16:28:12.712Z | Downloaded const_format_proc_macros v0.2.32 |
| 517 | 2024-09-06T16:28:12.712Z | Downloaded colorchoice v1.0.1 |
| 518 | 2024-09-06T16:28:12.712Z | Downloaded clap_lex v0.7.0 |
| 519 | 2024-09-06T16:28:12.712Z | Downloaded cipher v0.4.4 |
| 520 | 2024-09-06T16:28:12.712Z | Downloaded cfg-if v1.0.0 |
| 521 | 2024-09-06T16:28:12.712Z | Downloaded cargo_metadata v0.18.1 |
| 522 | 2024-09-06T16:28:12.712Z | Downloaded anstyle-parse v0.2.4 |
| 523 | 2024-09-06T16:28:12.712Z | Downloaded aead v0.5.2 |
| 524 | 2024-09-06T16:28:12.712Z | Downloaded dtrace-parser v0.1.14 |
| 525 | 2024-09-06T16:28:12.712Z | Downloaded darling_macro v0.20.9 |
| 526 | 2024-09-06T16:28:12.713Z | Downloaded atomic-waker v1.1.2 |
| 527 | 2024-09-06T16:28:12.713Z | Downloaded async-recursion v1.1.1 |
| 528 | 2024-09-06T16:28:12.713Z | Downloaded bitstruct_derive v0.1.0 |
| 529 | 2024-09-06T16:28:12.954Z | Compiling proc-macro2 v1.0.86 |
| 530 | 2024-09-06T16:28:12.954Z | Compiling unicode-ident v1.0.12 |
| 531 | 2024-09-06T16:28:12.954Z | Compiling libc v0.2.158 |
| 532 | 2024-09-06T16:28:12.978Z | Compiling serde v1.0.208 |
| 533 | 2024-09-06T16:28:12.978Z | Compiling version_check v0.9.5 |
| 534 | 2024-09-06T16:28:12.978Z | Compiling once_cell v1.19.0 |
| 535 | 2024-09-06T16:28:12.978Z | Compiling autocfg v1.3.0 |
| 536 | 2024-09-06T16:28:12.978Z | Checking cfg-if v1.0.0 |
| 537 | 2024-09-06T16:28:13.210Z | Compiling serde_json v1.0.125 |
| 538 | 2024-09-06T16:28:13.234Z | Compiling thiserror v1.0.63 |
| 539 | 2024-09-06T16:28:13.457Z | Compiling memchr v2.7.2 |
| 540 | 2024-09-06T16:28:13.655Z | Compiling ahash v0.8.11 |
| 541 | 2024-09-06T16:28:13.769Z | Compiling libm v0.2.8 |
| 542 | 2024-09-06T16:28:13.816Z | Compiling byteorder v1.5.0 |
| 543 | 2024-09-06T16:28:14.124Z | Compiling itoa v1.0.11 |
| 544 | 2024-09-06T16:28:14.320Z | Compiling lock_api v0.4.12 |
| 545 | 2024-09-06T16:28:14.344Z | Compiling parking_lot_core v0.9.10 |
| 546 | 2024-09-06T16:28:14.452Z | Compiling ryu v1.0.18 |
| 547 | 2024-09-06T16:28:14.618Z | Compiling quote v1.0.36 |
| 548 | 2024-09-06T16:28:14.807Z | Compiling pkg-config v0.3.30 |
| 549 | 2024-09-06T16:28:14.832Z | Checking getrandom v0.2.14 |
| 550 | 2024-09-06T16:28:14.856Z | Compiling allocator-api2 v0.2.18 |
| 551 | 2024-09-06T16:28:14.904Z | Compiling vcpkg v0.2.15 |
| 552 | 2024-09-06T16:28:14.991Z | Compiling syn v2.0.75 |
| 553 | 2024-09-06T16:28:15.048Z | Compiling jobserver v0.1.31 |
| 554 | 2024-09-06T16:28:15.163Z | Compiling log v0.4.22 |
| 555 | 2024-09-06T16:28:15.204Z | Compiling schemars v0.8.21 |
| 556 | 2024-09-06T16:28:15.228Z | Compiling slab v0.4.9 |
| 557 | 2024-09-06T16:28:15.493Z | Compiling cc v1.0.97 |
| 558 | 2024-09-06T16:28:15.693Z | Compiling num-traits v0.2.19 |
| 559 | 2024-09-06T16:28:15.918Z | Checking pin-project-lite v0.2.14 |
| 560 | 2024-09-06T16:28:16.046Z | Compiling equivalent v1.0.1 |
| 561 | 2024-09-06T16:28:16.069Z | Compiling typenum v1.17.0 |
| 562 | 2024-09-06T16:28:16.153Z | Compiling generic-array v0.14.7 |
| 563 | 2024-09-06T16:28:16.354Z | Checking smallvec v1.13.2 |
| 564 | 2024-09-06T16:28:16.563Z | Compiling httparse v1.8.0 |
| 565 | 2024-09-06T16:28:16.735Z | Checking scopeguard v1.2.0 |
| 566 | 2024-09-06T16:28:17.111Z | Checking signal-hook-registry v1.4.2 |
| 567 | 2024-09-06T16:28:17.134Z | Checking socket2 v0.5.7 |
| 568 | 2024-09-06T16:28:17.158Z | Checking mio v1.0.2 |
| 569 | 2024-09-06T16:28:17.322Z | Checking parking_lot v0.12.2 |
| 570 | 2024-09-06T16:28:17.423Z | Compiling semver v1.0.23 |
| 571 | 2024-09-06T16:28:17.573Z | Compiling fnv v1.0.7 |
| 572 | 2024-09-06T16:28:17.642Z | Checking rand_core v0.6.4 |
| 573 | 2024-09-06T16:28:17.704Z | Checking iana-time-zone v0.1.60 |
| 574 | 2024-09-06T16:28:17.728Z | Compiling ucd-trie v0.1.6 |
| 575 | 2024-09-06T16:28:17.851Z | Compiling slog v2.7.0 |
| 576 | 2024-09-06T16:28:17.916Z | Compiling heck v0.5.0 |
| 577 | 2024-09-06T16:28:18.064Z | Checking futures-core v0.3.30 |
| 578 | 2024-09-06T16:28:18.184Z | Checking dyn-clone v1.0.17 |
| 579 | 2024-09-06T16:28:18.239Z | Compiling syn v1.0.109 |
| 580 | 2024-09-06T16:28:18.320Z | Checking futures-sink v0.3.30 |
| 581 | 2024-09-06T16:28:18.367Z | Compiling rustversion v1.0.17 |
| 582 | 2024-09-06T16:28:18.449Z | Compiling rustls v0.21.12 |
| 583 | 2024-09-06T16:28:18.605Z | Compiling ring v0.17.8 |
| 584 | 2024-09-06T16:28:18.651Z | Compiling openssl-sys v0.9.103 |
| 585 | 2024-09-06T16:28:18.675Z | Compiling openssl v0.10.66 |
| 586 | 2024-09-06T16:28:18.749Z | Checking futures-channel v0.3.30 |
| 587 | 2024-09-06T16:28:19.311Z | Compiling aho-corasick v1.1.3 |
| 588 | 2024-09-06T16:28:19.757Z | Checking pin-utils v0.1.0 |
| 589 | 2024-09-06T16:28:19.841Z | Checking futures-task v0.3.30 |
| 590 | 2024-09-06T16:28:19.865Z | Compiling regex-syntax v0.8.4 |
| 591 | 2024-09-06T16:28:20.053Z | Checking futures-io v0.3.30 |
| 592 | 2024-09-06T16:28:20.353Z | Compiling native-tls v0.2.11 |
| 593 | 2024-09-06T16:28:20.714Z | Compiling heck v0.4.1 |
| 594 | 2024-09-06T16:28:21.019Z | Compiling serde_derive_internals v0.29.1 |
| 595 | 2024-09-06T16:28:21.078Z | Compiling time-core v0.1.2 |
| 596 | 2024-09-06T16:28:21.103Z | Compiling num-conv v0.1.0 |
| 597 | 2024-09-06T16:28:21.244Z | Compiling anyhow v1.0.86 |
| 598 | 2024-09-06T16:28:21.364Z | Compiling time-macros v0.2.18 |
| 599 | 2024-09-06T16:28:21.715Z | Checking spin v0.9.8 |
| 600 | 2024-09-06T16:28:22.185Z | Checking crypto-common v0.1.6 |
| 601 | 2024-09-06T16:28:22.337Z | Compiling thread-id v4.2.1 |
| 602 | 2024-09-06T16:28:22.439Z | Checking tracing-core v0.1.32 |
| 603 | 2024-09-06T16:28:22.857Z | Compiling regex-automata v0.4.6 |
| 604 | 2024-09-06T16:28:23.010Z | Checking untrusted v0.9.0 |
| 605 | 2024-09-06T16:28:23.033Z | Checking subtle v2.5.0 |
| 606 | 2024-09-06T16:28:23.154Z | Checking percent-encoding v2.3.1 |
| 607 | 2024-09-06T16:28:23.235Z | Compiling camino v1.1.9 |
| 608 | 2024-09-06T16:28:23.341Z | Checking form_urlencoded v1.2.1 |
| 609 | 2024-09-06T16:28:23.638Z | Checking tinyvec_macros v0.1.1 |
| 610 | 2024-09-06T16:28:23.749Z | Checking tinyvec v1.6.0 |
| 611 | 2024-09-06T16:28:23.799Z | Checking ppv-lite86 v0.2.17 |
| 612 | 2024-09-06T16:28:24.381Z | Checking rand_chacha v0.3.1 |
| 613 | 2024-09-06T16:28:24.662Z | Compiling usdt-impl v0.5.0 |
| 614 | 2024-09-06T16:28:24.685Z | Checking unicode-bidi v0.3.15 |
| 615 | 2024-09-06T16:28:24.856Z | Checking unicode-normalization v0.1.23 |
| 616 | 2024-09-06T16:28:24.974Z | Compiling plain v0.2.3 |
| 617 | 2024-09-06T16:28:25.229Z | Checking rand v0.8.5 |
| 618 | 2024-09-06T16:28:25.338Z | Compiling serde_derive v1.0.208 |
| 619 | 2024-09-06T16:28:25.363Z | Compiling zerocopy-derive v0.7.34 |
| 620 | 2024-09-06T16:28:25.548Z | Compiling thiserror-impl v1.0.63 |
| 621 | 2024-09-06T16:28:25.667Z | Compiling tokio-macros v2.4.0 |
| 622 | 2024-09-06T16:28:26.039Z | Compiling schemars_derive v0.8.21 |
| 623 | 2024-09-06T16:28:26.910Z | Compiling futures-macro v0.3.30 |
| 624 | 2024-09-06T16:28:27.085Z | Compiling zerocopy v0.7.34 |
| 625 | 2024-09-06T16:28:28.008Z | Compiling pest v2.7.10 |
| 626 | 2024-09-06T16:28:28.407Z | Compiling openssl-macros v0.1.1 |
| 627 | 2024-09-06T16:28:28.455Z | Checking futures-util v0.3.30 |
| 628 | 2024-09-06T16:28:28.480Z | Compiling regex v1.10.6 |
| 629 | 2024-09-06T16:28:28.791Z | Compiling hashbrown v0.14.5 |
| 630 | 2024-09-06T16:28:29.089Z | Compiling scroll_derive v0.12.0 |
| 631 | 2024-09-06T16:28:29.265Z | Compiling tracing-attributes v0.1.27 |
| 632 | 2024-09-06T16:28:29.749Z | Checking try-lock v0.2.5 |
| 633 | 2024-09-06T16:28:29.870Z | Compiling regress v0.10.0 |
| 634 | 2024-09-06T16:28:29.909Z | Compiling pretty-hex v0.4.1 |
| 635 | 2024-09-06T16:28:30.093Z | Compiling pest_meta v2.7.10 |
| 636 | 2024-09-06T16:28:30.225Z | Compiling scroll v0.12.0 |
| 637 | 2024-09-06T16:28:30.453Z | Checking want v0.3.1 |
| 638 | 2024-09-06T16:28:30.477Z | Checking idna v0.5.0 |
| 639 | 2024-09-06T16:28:30.672Z | Compiling strum_macros v0.26.2 |
| 640 | 2024-09-06T16:28:30.777Z | Compiling goblin v0.8.2 |
| 641 | 2024-09-06T16:28:33.019Z | Compiling pest_generator v2.7.10 |
| 642 | 2024-09-06T16:28:33.043Z | Checking tracing v0.1.40 |
| 643 | 2024-09-06T16:28:33.204Z | Checking httpdate v1.0.3 |
| 644 | 2024-09-06T16:28:33.426Z | Checking tower-service v0.3.2 |
| 645 | 2024-09-06T16:28:33.483Z | Compiling unsafe-libyaml v0.2.11 |
| 646 | 2024-09-06T16:28:33.553Z | Checking cpufeatures v0.2.12 |
| 647 | 2024-09-06T16:28:33.577Z | Compiling pest_derive v2.7.10 |
| 648 | 2024-09-06T16:28:33.668Z | Checking url v2.5.0 |
| 649 | 2024-09-06T16:28:33.836Z | Checking sct v0.7.1 |
| 650 | 2024-09-06T16:28:34.027Z | Checking rustls-webpki v0.101.7 |
| 651 | 2024-09-06T16:28:34.303Z | Compiling async-trait v0.1.81 |
| 652 | 2024-09-06T16:28:34.409Z | Checking block-buffer v0.10.4 |
| 653 | 2024-09-06T16:28:34.433Z | Compiling dtrace-parser v0.2.0 |
| 654 | 2024-09-06T16:28:34.642Z | Checking foreign-types-shared v0.1.1 |
| 655 | 2024-09-06T16:28:34.740Z | Compiling omicron-workspace-hack v0.1.0 |
| 656 | 2024-09-06T16:28:34.775Z | Compiling strsim v0.11.1 |
| 657 | 2024-09-06T16:28:34.937Z | Compiling rustls v0.22.4 |
| 658 | 2024-09-06T16:28:35.259Z | Checking foreign-types v0.3.2 |
| 659 | 2024-09-06T16:28:35.318Z | Checking bytes v1.7.1 |
| 660 | 2024-09-06T16:28:35.402Z | Checking bitflags v2.6.0 |
| 661 | 2024-09-06T16:28:35.675Z | Checking chrono v0.4.38 |
| 662 | 2024-09-06T16:28:36.302Z | Compiling indexmap v2.4.0 |
| 663 | 2024-09-06T16:28:36.326Z | Checking tokio v1.39.3 |
| 664 | 2024-09-06T16:28:36.642Z | Checking uuid v1.10.0 |
| 665 | 2024-09-06T16:28:37.070Z | Compiling serde_tokenstream v0.2.2 |
| 666 | 2024-09-06T16:28:37.727Z | Compiling http v0.2.12 |
| 667 | 2024-09-06T16:28:38.173Z | Compiling openapiv3 v2.0.0 |
| 668 | 2024-09-06T16:28:38.232Z | Compiling dof v0.3.0 |
| 669 | 2024-09-06T16:28:38.356Z | Compiling toml_datetime v0.6.8 |
| 670 | 2024-09-06T16:28:38.745Z | Compiling serde_yaml v0.9.34+deprecated |
| 671 | 2024-09-06T16:28:39.221Z | Checking http-body v0.4.6 |
| 672 | 2024-09-06T16:28:39.644Z | Checking digest v0.10.7 |
| 673 | 2024-09-06T16:28:40.727Z | Checking encoding_rs v0.8.34 |
| 674 | 2024-09-06T16:28:41.452Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
| 675 | 2024-09-06T16:28:41.722Z | Checking mime v0.3.17 |
| 676 | 2024-09-06T16:28:41.808Z | Checking base64 v0.21.7 |
| 677 | 2024-09-06T16:28:41.895Z | Compiling slog-async v2.8.0 |
| 678 | 2024-09-06T16:28:42.003Z | Compiling crossbeam-utils v0.8.19 |
| 679 | 2024-09-06T16:28:42.209Z | Checking tokio-util v0.7.11 |
| 680 | 2024-09-06T16:28:42.232Z | Compiling paste v1.0.15 |
| 681 | 2024-09-06T16:28:42.256Z | Checking tokio-rustls v0.24.1 |
| 682 | 2024-09-06T16:28:42.526Z | Compiling usdt-macro v0.5.0 |
| 683 | 2024-09-06T16:28:42.550Z | Compiling usdt-attr-macro v0.5.0 |
| 684 | 2024-09-06T16:28:42.574Z | Checking serde_urlencoded v0.7.1 |
| 685 | 2024-09-06T16:28:42.909Z | Checking h2 v0.3.26 |
| 686 | 2024-09-06T16:28:42.940Z | Compiling multer v3.1.0 |
| 687 | 2024-09-06T16:28:43.224Z | Checking openssl-probe v0.1.5 |
| 688 | 2024-09-06T16:28:43.362Z | Compiling ident_case v1.0.1 |
| 689 | 2024-09-06T16:28:43.521Z | Compiling darling_core v0.20.9 |
| 690 | 2024-09-06T16:28:44.296Z | Checking rustls-pemfile v1.0.4 |
| 691 | 2024-09-06T16:28:44.830Z | Compiling async-stream-impl v0.3.5 |
| 692 | 2024-09-06T16:28:45.304Z | Checking powerfmt v0.2.0 |
| 693 | 2024-09-06T16:28:45.523Z | Compiling rustix v0.38.34 |
| 694 | 2024-09-06T16:28:45.913Z | Checking ipnet v2.9.0 |
| 695 | 2024-09-06T16:28:46.234Z | Checking deranged v0.3.11 |
| 696 | 2024-09-06T16:28:46.424Z | Checking hyper v0.14.28 |
| 697 | 2024-09-06T16:28:46.507Z | Checking http v1.1.0 |
| 698 | 2024-09-06T16:28:47.003Z | Checking serde_spanned v0.6.7 |
| 699 | 2024-09-06T16:28:47.219Z | Checking tokio-native-tls v0.3.1 |
| 700 | 2024-09-06T16:28:47.683Z | Checking errno v0.3.9 |
| 701 | 2024-09-06T16:28:47.837Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
| 702 | 2024-09-06T16:28:48.198Z | Checking num_threads v0.1.7 |
| 703 | 2024-09-06T16:28:48.455Z | Compiling darling_macro v0.20.9 |
| 704 | 2024-09-06T16:28:48.566Z | Checking time v0.3.36 |
| 705 | 2024-09-06T16:28:49.020Z | Checking sha1 v0.10.6 |
| 706 | 2024-09-06T16:28:49.234Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
| 707 | 2024-09-06T16:28:49.322Z | Compiling darling v0.20.9 |
| 708 | 2024-09-06T16:28:49.423Z | Checking futures-executor v0.3.30 |
| 709 | 2024-09-06T16:28:50.019Z | Compiling structmeta-derive v0.3.0 |
| 710 | 2024-09-06T16:28:50.109Z | Checking hyper-rustls v0.24.2 |
| 711 | 2024-09-06T16:28:50.154Z | Checking hyper-tls v0.5.0 |
| 712 | 2024-09-06T16:28:50.357Z | Checking is-terminal v0.4.12 |
| 713 | 2024-09-06T16:28:50.473Z | Checking sync_wrapper v0.1.2 |
| 714 | 2024-09-06T16:28:50.656Z | Checking webpki-roots v0.25.4 |
| 715 | 2024-09-06T16:28:50.799Z | Checking reqwest v0.11.27 |
| 716 | 2024-09-06T16:28:52.118Z | Checking futures v0.3.30 |
| 717 | 2024-09-06T16:28:52.144Z | Compiling structmeta v0.3.0 |
| 718 | 2024-09-06T16:28:52.168Z | Compiling serde_with_macros v3.9.0 |
| 719 | 2024-09-06T16:28:52.353Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
| 720 | 2024-09-06T16:28:52.595Z | Checking strum v0.26.2 |
| 721 | 2024-09-06T16:28:52.741Z | Checking dirs-sys-next v0.1.2 |
| 722 | 2024-09-06T16:28:52.886Z | Checking rustls-pki-types v1.7.0 |
| 723 | 2024-09-06T16:28:52.909Z | Checking match_cfg v0.1.0 |
| 724 | 2024-09-06T16:28:52.994Z | Checking winnow v0.6.18 |
| 725 | 2024-09-06T16:28:53.215Z | Checking base64 v0.22.1 |
| 726 | 2024-09-06T16:28:53.704Z | Checking hostname v0.3.1 |
| 727 | 2024-09-06T16:28:53.763Z | Checking dirs-next v2.0.0 |
| 728 | 2024-09-06T16:28:53.829Z | Compiling parse-display-derive v0.10.0 |
| 729 | 2024-09-06T16:28:53.882Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
| 730 | 2024-09-06T16:28:54.300Z | Checking ipnetwork v0.20.0 |
| 731 | 2024-09-06T16:28:55.011Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 732 | 2024-09-06T16:28:55.076Z | Checking thread_local v1.1.8 |
| 733 | 2024-09-06T16:28:55.336Z | Checking zeroize v1.7.0 |
| 734 | 2024-09-06T16:28:55.542Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
| 735 | 2024-09-06T16:28:55.709Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
| 736 | 2024-09-06T16:28:55.750Z | Checking term v0.7.0 |
| 737 | 2024-09-06T16:28:56.523Z | Checking rustls-webpki v0.102.4 |
| 738 | 2024-09-06T16:28:57.051Z | Checking crossbeam-channel v0.5.12 |
| 739 | 2024-09-06T16:28:57.100Z | Checking memmap v0.7.0 |
| 740 | 2024-09-06T16:28:57.174Z | Compiling winnow v0.5.40 |
| 741 | 2024-09-06T16:28:57.236Z | Checking take_mut v0.2.2 |
| 742 | 2024-09-06T16:28:57.288Z | Checking usdt v0.5.0 |
| 743 | 2024-09-06T16:28:57.919Z | Checking slog-term v2.9.1 |
| 744 | 2024-09-06T16:28:58.339Z | Checking toml_edit v0.22.20 |
| 745 | 2024-09-06T16:28:58.758Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 746 | 2024-09-06T16:28:58.966Z | Checking slog-json v2.6.1 |
| 747 | 2024-09-06T16:28:59.336Z | Checking atomic-waker v1.1.2 |
| 748 | 2024-09-06T16:28:59.467Z | Checking waitgroup v0.1.2 |
| 749 | 2024-09-06T16:28:59.519Z | Checking slog-bunyan v2.5.0 |
| 750 | 2024-09-06T16:28:59.673Z | Checking rustls-pemfile v2.1.3 |
| 751 | 2024-09-06T16:29:00.207Z | Compiling toml_edit v0.19.15 |
| 752 | 2024-09-06T16:29:00.281Z | Checking async-stream v0.3.5 |
| 753 | 2024-09-06T16:29:00.394Z | Checking tokio-rustls v0.25.0 |
| 754 | 2024-09-06T16:29:00.460Z | Checking serde_path_to_error v0.1.16 |
| 755 | 2024-09-06T16:29:00.599Z | Checking toml v0.8.19 |
| 756 | 2024-09-06T16:29:00.658Z | Compiling clap_derive v4.5.4 |
| 757 | 2024-09-06T16:29:00.765Z | Checking hostname v0.4.0 |
| 758 | 2024-09-06T16:29:00.894Z | Checking utf8parse v0.2.1 |
| 759 | 2024-09-06T16:29:00.918Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
| 760 | 2024-09-06T16:29:01.029Z | Checking debug-ignore v1.0.5 |
| 761 | 2024-09-06T16:29:01.261Z | Checking anstyle-parse v0.2.4 |
| 762 | 2024-09-06T16:29:01.440Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 763 | 2024-09-06T16:29:01.749Z | Checking newtype-uuid v1.1.0 |
| 764 | 2024-09-06T16:29:01.972Z | Checking colorchoice v1.0.1 |
| 765 | 2024-09-06T16:29:02.091Z | Checking is_terminal_polyfill v1.70.0 |
| 766 | 2024-09-06T16:29:02.196Z | Checking anstyle v1.0.7 |
| 767 | 2024-09-06T16:29:02.484Z | Compiling proc-macro-crate v1.3.1 |
| 768 | 2024-09-06T16:29:03.126Z | Checking anstyle-query v1.0.3 |
| 769 | 2024-09-06T16:29:03.244Z | Checking anstream v0.6.14 |
| 770 | 2024-09-06T16:29:03.582Z | Checking serde_with v3.9.0 |
| 771 | 2024-09-06T16:29:04.351Z | Checking terminal_size v0.3.0 |
| 772 | 2024-09-06T16:29:04.500Z | Checking hex v0.4.3 |
| 773 | 2024-09-06T16:29:04.963Z | Checking num-integer v0.1.46 |
| 774 | 2024-09-06T16:29:05.237Z | Checking instant v0.1.12 |
| 775 | 2024-09-06T16:29:05.343Z | Checking unicode-width v0.1.12 |
| 776 | 2024-09-06T16:29:05.486Z | Checking lazy_static v1.5.0 |
| 777 | 2024-09-06T16:29:05.626Z | Checking clap_lex v0.7.0 |
| 778 | 2024-09-06T16:29:05.674Z | Compiling unicode-xid v0.2.4 |
| 779 | 2024-09-06T16:29:05.835Z | Checking backoff v0.4.0 |
| 780 | 2024-09-06T16:29:05.859Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 781 | 2024-09-06T16:29:05.859Z | Checking clap_builder v4.5.2 |
| 782 | 2024-09-06T16:29:06.095Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 783 | 2024-09-06T16:29:06.295Z | Checking parse-display v0.10.0 |
| 784 | 2024-09-06T16:29:06.341Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 785 | 2024-09-06T16:29:06.470Z | Checking macaddr v1.0.1 |
| 786 | 2024-09-06T16:29:06.510Z | Checking regress v0.9.1 |
| 787 | 2024-09-06T16:29:08.467Z | Compiling heapless v0.8.0 |
| 788 | 2024-09-06T16:29:08.878Z | Compiling crucible-workspace-hack v0.1.0 |
| 789 | 2024-09-06T16:29:09.287Z | Checking clap v4.5.4 |
| 790 | 2024-09-06T16:29:09.472Z | Checking num-bigint v0.4.5 |
| 791 | 2024-09-06T16:29:09.539Z | Compiling num_enum_derive v0.5.11 |
| 792 | 2024-09-06T16:29:10.356Z | Checking hash32 v0.3.1 |
| 793 | 2024-09-06T16:29:10.420Z | Checking stable_deref_trait v1.2.0 |
| 794 | 2024-09-06T16:29:10.518Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 795 | 2024-09-06T16:29:10.542Z | Checking bitflags v1.3.2 |
| 796 | 2024-09-06T16:29:11.133Z | Compiling smoltcp v0.11.0 |
| 797 | 2024-09-06T16:29:11.442Z | Checking num-rational v0.4.2 |
| 798 | 2024-09-06T16:29:11.493Z | Checking num_enum v0.5.11 |
| 799 | 2024-09-06T16:29:11.716Z | Compiling synstructure v0.12.6 |
| 800 | 2024-09-06T16:29:11.740Z | Checking num-iter v0.1.45 |
| 801 | 2024-09-06T16:29:11.803Z | Checking num-complex v0.4.6 |
| 802 | 2024-09-06T16:29:11.902Z | Compiling proc-macro-error-attr v1.0.4 |
| 803 | 2024-09-06T16:29:12.181Z | Checking cobs v0.2.3 |
| 804 | 2024-09-06T16:29:12.319Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 805 | 2024-09-06T16:29:12.345Z | Checking managed v0.8.0 |
| 806 | 2024-09-06T16:29:12.369Z | Checking postcard v1.0.9 |
| 807 | 2024-09-06T16:29:12.629Z | Checking num v0.4.3 |
| 808 | 2024-09-06T16:29:12.961Z | Compiling zerocopy-derive v0.2.0 |
| 809 | 2024-09-06T16:29:13.134Z | Compiling foreign-types-macros v0.2.3 |
| 810 | 2024-09-06T16:29:13.158Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
| 811 | 2024-09-06T16:29:13.250Z | Compiling libz-sys v1.1.16 |
| 812 | 2024-09-06T16:29:13.342Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
| 813 | 2024-09-06T16:29:13.848Z | Compiling proc-macro-error v1.0.4 |
| 814 | 2024-09-06T16:29:14.047Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 815 | 2024-09-06T16:29:14.331Z | Checking either v1.12.0 |
| 816 | 2024-09-06T16:29:14.630Z | Checking fastrand v2.1.0 |
| 817 | 2024-09-06T16:29:14.670Z | Checking pretty-hex v0.2.1 |
| 818 | 2024-09-06T16:29:14.820Z | Checking foreign-types-shared v0.3.1 |
| 819 | 2024-09-06T16:29:14.916Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 820 | 2024-09-06T16:29:14.940Z | Checking foreign-types v0.5.0 |
| 821 | 2024-09-06T16:29:15.035Z | Checking tempfile v3.10.1 |
| 822 | 2024-09-06T16:29:15.288Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 823 | 2024-09-06T16:29:16.571Z | Checking tabwriter v1.4.0 |
| 824 | 2024-09-06T16:29:17.082Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 825 | 2024-09-06T16:29:17.199Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 826 | 2024-09-06T16:29:17.223Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 827 | 2024-09-06T16:29:18.040Z | Checking cstr-argument v0.1.2 |
| 828 | 2024-09-06T16:29:18.064Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
| 829 | 2024-09-06T16:29:18.118Z | Checking data-encoding v2.6.0 |
| 830 | 2024-09-06T16:29:18.488Z | Compiling prettyplease v0.2.20 |
| 831 | 2024-09-06T16:29:19.400Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 832 | 2024-09-06T16:29:20.415Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 833 | 2024-09-06T16:29:20.693Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 834 | 2024-09-06T16:29:21.037Z | Checking colored v2.1.0 |
| 835 | 2024-09-06T16:29:21.561Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 836 | 2024-09-06T16:29:22.311Z | Compiling semver v0.1.20 |
| 837 | 2024-09-06T16:29:22.334Z | Checking float-ord v0.3.2 |
| 838 | 2024-09-06T16:29:22.388Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 839 | 2024-09-06T16:29:22.507Z | Checking static_assertions v1.1.0 |
| 840 | 2024-09-06T16:29:22.611Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 841 | 2024-09-06T16:29:22.634Z | Compiling rustc_version v0.1.7 |
| 842 | 2024-09-06T16:29:23.206Z | Compiling zone_cfg_derive v0.3.0 |
| 843 | 2024-09-06T16:29:24.333Z | Checking itertools v0.10.5 |
| 844 | 2024-09-06T16:29:24.964Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 845 | 2024-09-06T16:29:25.432Z | Compiling num-derive v0.4.2 |
| 846 | 2024-09-06T16:29:25.561Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 847 | 2024-09-06T16:29:27.110Z | Checking sigpipe v0.1.3 |
| 848 | 2024-09-06T16:29:27.134Z | Compiling usdt-impl v0.3.5 |
| 849 | 2024-09-06T16:29:27.461Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 850 | 2024-09-06T16:29:27.607Z | Checking base64ct v1.6.0 |
| 851 | 2024-09-06T16:29:27.748Z | Checking unicode-segmentation v1.11.0 |
| 852 | 2024-09-06T16:29:28.001Z | Checking password-hash v0.5.0 |
| 853 | 2024-09-06T16:29:28.278Z | Checking newline-converter v0.3.0 |
| 854 | 2024-09-06T16:29:28.399Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 855 | 2024-09-06T16:29:28.424Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=eab46702b6a43ff558672462dea3eb5ff7b8a0e6#eab46702) |
| 856 | 2024-09-06T16:29:28.719Z | Checking zone v0.3.0 |
| 857 | 2024-09-06T16:29:28.834Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 858 | 2024-09-06T16:29:29.054Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 859 | 2024-09-06T16:29:29.096Z | Compiling newtype_derive v0.1.6 |
| 860 | 2024-09-06T16:29:29.158Z | Checking camino-tempfile v1.1.1 |
| 861 | 2024-09-06T16:29:29.315Z | Compiling zerocopy v0.3.2 |
| 862 | 2024-09-06T16:29:29.373Z | Checking console v0.15.8 |
| 863 | 2024-09-06T16:29:29.404Z | Checking blake2 v0.10.6 |
| 864 | 2024-09-06T16:29:29.428Z | Compiling cargo-platform v0.1.8 |
| 865 | 2024-09-06T16:29:29.480Z | Compiling hubpack_derive v0.1.1 |
| 866 | 2024-09-06T16:29:29.748Z | Checking smf v0.2.3 |
| 867 | 2024-09-06T16:29:29.816Z | Compiling serde_repr v0.1.19 |
| 868 | 2024-09-06T16:29:29.857Z | Compiling zerocopy-derive v0.6.6 |
| 869 | 2024-09-06T16:29:29.881Z | Compiling vergen v8.3.2 |
| 870 | 2024-09-06T16:29:30.149Z | Checking whoami v1.5.1 |
| 871 | 2024-09-06T16:29:30.175Z | Checking similar v2.5.0 |
| 872 | 2024-09-06T16:29:30.403Z | Checking hubpack v0.1.2 |
| 873 | 2024-09-06T16:29:30.743Z | Compiling dof v0.1.5 |
| 874 | 2024-09-06T16:29:30.814Z | Checking argon2 v0.5.3 |
| 875 | 2024-09-06T16:29:30.838Z | Checking expectorate v1.1.0 |
| 876 | 2024-09-06T16:29:30.983Z | Compiling cargo_metadata v0.18.1 |
| 877 | 2024-09-06T16:29:31.469Z | Compiling rustc_version v0.4.0 |
| 878 | 2024-09-06T16:29:31.511Z | Checking zerocopy v0.6.6 |
| 879 | 2024-09-06T16:29:32.026Z | Compiling dtrace-parser v0.1.14 |
| 880 | 2024-09-06T16:29:32.149Z | Compiling strum_macros v0.25.3 |
| 881 | 2024-09-06T16:29:32.549Z | Compiling libsqlite3-sys v0.28.0 |
| 882 | 2024-09-06T16:29:32.985Z | Compiling slog-dtrace v0.3.0 |
| 883 | 2024-09-06T16:29:33.279Z | Compiling cookie v0.18.1 |
| 884 | 2024-09-06T16:29:33.456Z | Checking fixedbitset v0.4.2 |
| 885 | 2024-09-06T16:29:33.580Z | Compiling cfg_aliases v0.2.1 |
| 886 | 2024-09-06T16:29:33.692Z | Compiling nix v0.29.0 |
| 887 | 2024-09-06T16:29:33.716Z | Checking petgraph v0.6.5 |
| 888 | 2024-09-06T16:29:33.824Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 889 | 2024-09-06T16:29:34.393Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 890 | 2024-09-06T16:29:34.453Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 891 | 2024-09-06T16:29:35.076Z | Compiling serde_tokenstream v0.1.7 |
| 892 | 2024-09-06T16:29:35.100Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
| 893 | 2024-09-06T16:29:35.232Z | Checking idna v0.4.0 |
| 894 | 2024-09-06T16:29:35.357Z | Compiling enum-as-inner v0.6.0 |
| 895 | 2024-09-06T16:29:35.405Z | Checking inout v0.1.3 |
| 896 | 2024-09-06T16:29:35.509Z | Compiling convert_case v0.4.0 |
| 897 | 2024-09-06T16:29:35.612Z | Checking quick-error v1.2.3 |
| 898 | 2024-09-06T16:29:35.743Z | Checking utf-8 v0.7.6 |
| 899 | 2024-09-06T16:29:35.901Z | Checking highway v1.2.0 |
| 900 | 2024-09-06T16:29:35.943Z | Compiling radium v0.7.0 |
| 901 | 2024-09-06T16:29:36.266Z | Checking linked-hash-map v0.5.6 |
| 902 | 2024-09-06T16:29:36.290Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 903 | 2024-09-06T16:29:36.314Z | Checking hickory-proto v0.24.1 |
| 904 | 2024-09-06T16:29:36.375Z | Compiling derive_more v0.99.18 |
| 905 | 2024-09-06T16:29:36.566Z | Checking steno v0.4.1 |
| 906 | 2024-09-06T16:29:36.590Z | Checking lru-cache v0.1.2 |
| 907 | 2024-09-06T16:29:36.759Z | Checking tungstenite v0.21.0 |
| 908 | 2024-09-06T16:29:37.427Z | Checking resolv-conf v0.7.0 |
| 909 | 2024-09-06T16:29:37.484Z | Checking cipher v0.4.4 |
| 910 | 2024-09-06T16:29:37.805Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 911 | 2024-09-06T16:29:38.600Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 912 | 2024-09-06T16:29:39.125Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 913 | 2024-09-06T16:29:40.063Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 914 | 2024-09-06T16:29:40.140Z | Checking crossbeam-epoch v0.9.18 |
| 915 | 2024-09-06T16:29:41.031Z | Checking hashlink v0.9.1 |
| 916 | 2024-09-06T16:29:41.537Z | Compiling derive-where v1.2.7 |
| 917 | 2024-09-06T16:29:41.664Z | Compiling rayon-core v1.12.1 |
| 918 | 2024-09-06T16:29:41.951Z | Checking humantime v2.1.0 |
| 919 | 2024-09-06T16:29:42.216Z | Checking fallible-iterator v0.3.0 |
| 920 | 2024-09-06T16:29:42.754Z | Checking tap v1.0.1 |
| 921 | 2024-09-06T16:29:42.778Z | Checking fallible-streaming-iterator v0.1.9 |
| 922 | 2024-09-06T16:29:42.906Z | Checking wyz v0.5.1 |
| 923 | 2024-09-06T16:29:42.981Z | Checking rusqlite v0.31.0 |
| 924 | 2024-09-06T16:29:43.279Z | Checking crossbeam-deque v0.8.5 |
| 925 | 2024-09-06T16:29:43.320Z | Checking hickory-resolver v0.24.1 |
| 926 | 2024-09-06T16:29:43.568Z | Checking tokio-tungstenite v0.21.0 |
| 927 | 2024-09-06T16:29:43.783Z | Compiling usdt-macro v0.3.5 |
| 928 | 2024-09-06T16:29:43.952Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 929 | 2024-09-06T16:29:43.976Z | Compiling usdt-attr-macro v0.3.5 |
| 930 | 2024-09-06T16:29:44.073Z | Checking twox-hash v1.6.3 |
| 931 | 2024-09-06T16:29:44.169Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 932 | 2024-09-06T16:29:44.370Z | Compiling num_enum_derive v0.7.2 |
| 933 | 2024-09-06T16:29:44.475Z | Checking universal-hash v0.5.1 |
| 934 | 2024-09-06T16:29:44.525Z | Checking atty v0.2.14 |
| 935 | 2024-09-06T16:29:44.649Z | Checking opaque-debug v0.3.1 |
| 936 | 2024-09-06T16:29:44.673Z | Checking funty v2.0.0 |
| 937 | 2024-09-06T16:29:44.889Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 938 | 2024-09-06T16:29:45.198Z | Checking polyval v0.6.2 |
| 939 | 2024-09-06T16:29:45.232Z | Checking usdt v0.3.5 |
| 940 | 2024-09-06T16:29:45.417Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 941 | 2024-09-06T16:29:45.459Z | Checking bitvec v1.0.1 |
| 942 | 2024-09-06T16:29:46.085Z | Checking aes v0.8.4 |
| 943 | 2024-09-06T16:29:46.147Z | Checking ctr v0.9.2 |
| 944 | 2024-09-06T16:29:46.401Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=9d82a99058e7f4d76ccc2141dcd78e7d4730cc78#9d82a990) |
| 945 | 2024-09-06T16:29:46.478Z | Checking num_enum v0.7.2 |
| 946 | 2024-09-06T16:29:46.619Z | Checking bincode v1.3.3 |
| 947 | 2024-09-06T16:29:46.767Z | Checking aead v0.5.2 |
| 948 | 2024-09-06T16:29:46.852Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=9d82a99058e7f4d76ccc2141dcd78e7d4730cc78#9d82a990) |
| 949 | 2024-09-06T16:29:46.956Z | Checking aes-gcm-siv v0.11.1 |
| 950 | 2024-09-06T16:29:47.174Z | Checking rayon v1.10.0 |
| 951 | 2024-09-06T16:29:47.258Z | Checking itertools v0.13.0 |
| 952 | 2024-09-06T16:29:47.370Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
| 953 | 2024-09-06T16:29:47.583Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
| 954 | 2024-09-06T16:29:47.971Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
| 955 | 2024-09-06T16:29:48.270Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 956 | 2024-09-06T16:29:48.642Z | Compiling bitstruct_derive v0.1.0 |
| 957 | 2024-09-06T16:29:48.870Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
| 958 | 2024-09-06T16:29:48.970Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 959 | 2024-09-06T16:29:49.325Z | Compiling async-recursion v1.1.1 |
| 960 | 2024-09-06T16:29:49.480Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
| 961 | 2024-09-06T16:29:49.542Z | Checking toml v0.7.8 |
| 962 | 2024-09-06T16:29:49.636Z | Compiling cfg_aliases v0.1.1 |
| 963 | 2024-09-06T16:29:49.660Z | Checking ascii v1.1.0 |
| 964 | 2024-09-06T16:29:49.754Z | Checking typeid v1.0.0 |
| 965 | 2024-09-06T16:29:49.891Z | Checking ringbuffer v0.15.0 |
| 966 | 2024-09-06T16:29:49.916Z | Checking bitstruct v0.1.1 |
| 967 | 2024-09-06T16:29:50.042Z | Checking erased-serde v0.4.5 |
| 968 | 2024-09-06T16:29:50.066Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
| 969 | 2024-09-06T16:29:50.226Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
| 970 | 2024-09-06T16:29:50.269Z | Compiling nix v0.28.0 |
| 971 | 2024-09-06T16:29:50.541Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
| 972 | 2024-09-06T16:29:50.541Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
| 973 | 2024-09-06T16:29:50.761Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
| 974 | 2024-09-06T16:29:50.785Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
| 975 | 2024-09-06T16:29:50.908Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 976 | 2024-09-06T16:29:50.947Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
| 977 | 2024-09-06T16:29:50.971Z | Checking serde_arrays v0.1.0 |
| 978 | 2024-09-06T16:29:50.994Z | Checking libloading v0.7.4 |
| 979 | 2024-09-06T16:29:51.075Z | Compiling const_format_proc_macros v0.2.32 |
| 980 | 2024-09-06T16:29:51.117Z | Checking kstat-rs v0.2.4 |
| 981 | 2024-09-06T16:29:51.154Z | Compiling escargot v0.5.10 |
| 982 | 2024-09-06T16:29:51.211Z | Checking is_ci v1.2.0 |
| 983 | 2024-09-06T16:29:51.336Z | Checking supports-color v2.1.0 |
| 984 | 2024-09-06T16:29:51.421Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 985 | 2024-09-06T16:29:51.514Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
| 986 | 2024-09-06T16:29:51.569Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
| 987 | 2024-09-06T16:29:52.002Z | Checking xattr v1.3.1 |
| 988 | 2024-09-06T16:29:52.058Z | Checking ron v0.8.1 |
| 989 | 2024-09-06T16:29:52.335Z | Checking filetime v0.2.23 |
| 990 | 2024-09-06T16:29:52.438Z | Checking bstr v1.9.1 |
| 991 | 2024-09-06T16:29:52.520Z | Checking bit_field v0.10.2 |
| 992 | 2024-09-06T16:29:52.651Z | Checking const_format v0.2.32 |
| 993 | 2024-09-06T16:29:52.735Z | Checking ctrlc v3.4.4 |
| 994 | 2024-09-06T16:29:52.919Z | Checking tar v0.4.40 |
| 995 | 2024-09-06T16:29:53.090Z | Checking globset v0.4.14 |
| 996 | 2024-09-06T16:29:53.508Z | Checking owo-colors v4.0.0 |
| 997 | 2024-09-06T16:29:53.585Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
| 998 | 2024-09-06T16:29:54.024Z | Checking fatfs v0.3.6 |
| 999 | 2024-09-06T16:29:54.414Z | Checking glob v0.3.1 |
| 1000 | 2024-09-06T16:29:55.283Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
| 1001 | 2024-09-06T16:29:56.594Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 1002 | 2024-09-06T16:29:56.850Z | Compiling git2 v0.19.0 |
| 1003 | 2024-09-06T16:29:57.875Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
| 1004 | 2024-09-06T16:29:58.335Z | warning: this function depends on never type fallback being `()` |
| 1005 | 2024-09-06T16:29:58.335Z | --> bin/propolis-cli/src/main.rs:497:1 |
| 1006 | 2024-09-06T16:29:58.335Z | | |
| 1007 | 2024-09-06T16:29:58.335Z | 497 | / async fn migrate_instance( |
| 1008 | 2024-09-06T16:29:58.335Z | 498 | | src_client: Client, |
| 1009 | 2024-09-06T16:29:58.335Z | 499 | | dst_client: Client, |
| 1010 | 2024-09-06T16:29:58.335Z | 500 | | src_addr: SocketAddr, |
| 1011 | 2024-09-06T16:29:58.335Z | 501 | | dst_uuid: Uuid, |
| 1012 | 2024-09-06T16:29:58.335Z | 502 | | disks: Vec<DiskRequest>, |
| 1013 | 2024-09-06T16:29:58.335Z | 503 | | ) -> anyhow::Result<()> { |
| 1014 | 2024-09-06T16:29:58.335Z | | |_______________________^ |
| 1015 | 2024-09-06T16:29:58.335Z | | |
| 1016 | 2024-09-06T16:29:58.359Z | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! |
| 1017 | 2024-09-06T16:29:58.359Z | = note: for more information, see issue #123748 <https://github.com/rust-lang/rust/issues/123748> |
| 1018 | 2024-09-06T16:29:58.359Z | = help: specify the types explicitly |
| 1019 | 2024-09-06T16:29:58.359Z | note: in edition 2024, the requirement `!: FromIterator<()>` will fail |
| 1020 | 2024-09-06T16:29:58.359Z | --> bin/propolis-cli/src/main.rs:598:20 |
| 1021 | 2024-09-06T16:29:58.359Z | | |
| 1022 | 2024-09-06T16:29:58.360Z | 598 | .collect::<anyhow::Result<_>>()?; |
| 1023 | 2024-09-06T16:29:58.360Z | | ^^^^^^^^^^^^^^^^^ |
| 1024 | 2024-09-06T16:29:58.360Z | = note: `#[warn(dependency_on_unit_never_type_fallback)]` on by default |
| 1025 | 2024-09-06T16:29:58.360Z | |
| 1026 | 2024-09-06T16:29:58.726Z | warning: `propolis-cli` (bin "propolis-cli") generated 1 warning |
| 1027 | 2024-09-06T16:30:02.451Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=9d82a99058e7f4d76ccc2141dcd78e7d4730cc78#9d82a990) |
| 1028 | 2024-09-06T16:30:03.554Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 1029 | 2024-09-06T16:30:10.048Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=9d82a99058e7f4d76ccc2141dcd78e7d4730cc78#9d82a990) |
| 1030 | 2024-09-06T16:30:16.350Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
| 1031 | 2024-09-06T16:30:26.019Z | warning: struct `Type2` is never constructed |
| 1032 | 2024-09-06T16:30:26.019Z | --> lib/propolis/src/firmware/smbios/bits.rs:146:19 |
| 1033 | 2024-09-06T16:30:26.019Z | | |
| 1034 | 2024-09-06T16:30:26.019Z | 146 | pub(crate) struct Type2 { |
| 1035 | 2024-09-06T16:30:26.019Z | | ^^^^^ |
| 1036 | 2024-09-06T16:30:26.019Z | | |
| 1037 | 2024-09-06T16:30:26.019Z | = note: `#[warn(dead_code)]` on by default |
| 1038 | 2024-09-06T16:30:26.019Z | |
| 1039 | 2024-09-06T16:30:26.019Z | warning: struct `Type3` is never constructed |
| 1040 | 2024-09-06T16:30:26.019Z | --> lib/propolis/src/firmware/smbios/bits.rs:165:19 |
| 1041 | 2024-09-06T16:30:26.019Z | | |
| 1042 | 2024-09-06T16:30:26.019Z | 165 | pub(crate) struct Type3 { |
| 1043 | 2024-09-06T16:30:26.019Z | | ^^^^^ |
| 1044 | 2024-09-06T16:30:26.019Z | |
| 1045 | 2024-09-06T16:30:27.933Z | warning: `propolis` (lib) generated 2 warnings |
| 1046 | 2024-09-06T16:30:27.957Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
| 1047 | 2024-09-06T16:30:27.957Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
| 1048 | 2024-09-06T16:30:36.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 50s |
| 1049 | 2024-09-06T16:30:36.744Z | |
| 1050 | 2024-09-06T16:30:36.769Z | real 2:50.515238190 |
| 1051 | 2024-09-06T16:30:36.769Z | user 11:03.417210922 |
| 1052 | 2024-09-06T16:30:36.769Z | sys 2:54.235345248 |
| 1053 | 2024-09-06T16:30:36.769Z | trap 0.333327410 |
| 1054 | 2024-09-06T16:30:36.769Z | tflt 0.830591581 |
| 1055 | 2024-09-06T16:30:36.769Z | dflt 0.421934658 |
| 1056 | 2024-09-06T16:30:36.769Z | kflt 0.004936767 |
| 1057 | 2024-09-06T16:30:36.769Z | lock 14:31.551469417 |
| 1058 | 2024-09-06T16:30:36.769Z | slp 44:51.768067752 |
| 1059 | 2024-09-06T16:30:36.769Z | lat 55.668440358 |
| 1060 | 2024-09-06T16:30:36.769Z | stop 2:53.508842284 |
| 1061 | 2024-09-06T16:30:36.769Z | + ptime -m cargo clippy --features falcon --all-targets |
| 1062 | 2024-09-06T16:30:37.451Z | Downloading crates ... |
| 1063 | 2024-09-06T16:30:37.670Z | Downloaded arc-swap v1.7.1 |
| 1064 | 2024-09-06T16:30:37.694Z | Downloaded termtree v0.4.1 |
| 1065 | 2024-09-06T16:30:37.694Z | Downloaded slog-stdlog v4.1.1 |
| 1066 | 2024-09-06T16:30:37.694Z | Downloaded simd-adler32 v0.3.7 |
| 1067 | 2024-09-06T16:30:37.694Z | Downloaded fdeflate v0.3.4 |
| 1068 | 2024-09-06T16:30:37.694Z | Downloaded miniz_oxide v0.7.2 |
| 1069 | 2024-09-06T16:30:37.694Z | Downloaded png v0.17.13 |
| 1070 | 2024-09-06T16:30:37.694Z | Downloaded flate2 v1.0.30 |
| 1071 | 2024-09-06T16:30:37.718Z | Downloaded mockall_derive v0.12.1 |
| 1072 | 2024-09-06T16:30:37.718Z | Downloaded crc32fast v1.4.0 |
| 1073 | 2024-09-06T16:30:37.718Z | Downloaded slog-scope v4.4.0 |
| 1074 | 2024-09-06T16:30:37.718Z | Downloaded predicates-tree v1.0.9 |
| 1075 | 2024-09-06T16:30:37.718Z | Downloaded predicates v3.1.0 |
| 1076 | 2024-09-06T16:30:37.718Z | Downloaded mockall v0.12.1 |
| 1077 | 2024-09-06T16:30:37.718Z | Downloaded fragile v2.0.0 |
| 1078 | 2024-09-06T16:30:37.718Z | Downloaded bytemuck v1.16.0 |
| 1079 | 2024-09-06T16:30:37.718Z | Downloaded slog-envlogger v2.2.0 |
| 1080 | 2024-09-06T16:30:37.718Z | Downloaded serde_test v1.0.176 |
| 1081 | 2024-09-06T16:30:37.718Z | Downloaded predicates-core v1.0.6 |
| 1082 | 2024-09-06T16:30:37.742Z | Downloaded downcast v0.11.0 |
| 1083 | 2024-09-06T16:30:37.808Z | Downloaded image v0.25.1 |
| 1084 | 2024-09-06T16:30:38.064Z | Checking log v0.4.22 |
| 1085 | 2024-09-06T16:30:38.088Z | Checking tokio v1.39.3 |
| 1086 | 2024-09-06T16:30:38.112Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
| 1087 | 2024-09-06T16:30:38.136Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
| 1088 | 2024-09-06T16:30:38.136Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
| 1089 | 2024-09-06T16:30:38.136Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
| 1090 | 2024-09-06T16:30:38.160Z | Checking simd-adler32 v0.3.7 |
| 1091 | 2024-09-06T16:30:38.160Z | Compiling crc32fast v1.4.0 |
| 1092 | 2024-09-06T16:30:38.267Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
| 1093 | 2024-09-06T16:30:38.343Z | Checking rustls v0.21.12 |
| 1094 | 2024-09-06T16:30:38.389Z | Checking native-tls v0.2.11 |
| 1095 | 2024-09-06T16:30:38.413Z | Checking goblin v0.8.2 |
| 1096 | 2024-09-06T16:30:38.496Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
| 1097 | 2024-09-06T16:30:38.520Z | Checking rustls v0.22.4 |
| 1098 | 2024-09-06T16:30:38.612Z | Checking tungstenite v0.21.0 |
| 1099 | 2024-09-06T16:30:38.669Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
| 1100 | 2024-09-06T16:30:38.749Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
| 1101 | 2024-09-06T16:30:38.983Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
| 1102 | 2024-09-06T16:30:39.114Z | Checking adler v1.0.2 |
| 1103 | 2024-09-06T16:30:39.239Z | Checking miniz_oxide v0.7.2 |
| 1104 | 2024-09-06T16:30:39.354Z | Checking arc-swap v1.7.1 |
| 1105 | 2024-09-06T16:30:39.530Z | Checking fdeflate v0.3.4 |
| 1106 | 2024-09-06T16:30:39.702Z | Checking slog-scope v4.4.0 |
| 1107 | 2024-09-06T16:30:39.851Z | Checking flate2 v1.0.30 |
| 1108 | 2024-09-06T16:30:39.875Z | Checking slog-stdlog v4.1.1 |
| 1109 | 2024-09-06T16:30:39.929Z | Checking predicates-core v1.0.6 |
| 1110 | 2024-09-06T16:30:39.997Z | Checking bytemuck v1.16.0 |
| 1111 | 2024-09-06T16:30:40.091Z | Checking slog-envlogger v2.2.0 |
| 1112 | 2024-09-06T16:30:40.266Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
| 1113 | 2024-09-06T16:30:40.358Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
| 1114 | 2024-09-06T16:30:40.396Z | Checking png v0.17.13 |
| 1115 | 2024-09-06T16:30:40.452Z | Checking typify v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
| 1116 | 2024-09-06T16:30:40.569Z | Checking progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
| 1117 | 2024-09-06T16:30:40.890Z | Checking termtree v0.4.1 |
| 1118 | 2024-09-06T16:30:40.986Z | Checking predicates v3.1.0 |
| 1119 | 2024-09-06T16:30:41.065Z | Checking predicates-tree v1.0.9 |
| 1120 | 2024-09-06T16:30:41.198Z | Compiling mockall_derive v0.12.1 |
| 1121 | 2024-09-06T16:30:41.380Z | Checking image v0.25.1 |
| 1122 | 2024-09-06T16:30:41.456Z | Checking fragile v2.0.0 |
| 1123 | 2024-09-06T16:30:41.492Z | Checking downcast v0.11.0 |
| 1124 | 2024-09-06T16:30:41.658Z | Checking globset v0.4.14 |
| 1125 | 2024-09-06T16:30:41.686Z | Checking escargot v0.5.10 |
| 1126 | 2024-09-06T16:30:42.019Z | Checking fatfs v0.3.6 |
| 1127 | 2024-09-06T16:30:42.089Z | Checking serde_test v1.0.176 |
| 1128 | 2024-09-06T16:30:42.451Z | Checking dof v0.3.0 |
| 1129 | 2024-09-06T16:30:42.537Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
| 1130 | 2024-09-06T16:30:42.958Z | Checking usdt-impl v0.5.0 |
| 1131 | 2024-09-06T16:30:43.403Z | Checking usdt v0.5.0 |
| 1132 | 2024-09-06T16:30:43.629Z | Checking slog-dtrace v0.3.0 |
| 1133 | 2024-09-06T16:30:44.093Z | Checking tokio-util v0.7.11 |
| 1134 | 2024-09-06T16:30:44.116Z | Checking tokio-rustls v0.24.1 |
| 1135 | 2024-09-06T16:30:44.116Z | Checking tokio-native-tls v0.3.1 |
| 1136 | 2024-09-06T16:30:44.204Z | Checking tokio-rustls v0.25.0 |
| 1137 | 2024-09-06T16:30:44.333Z | Checking backoff v0.4.0 |
| 1138 | 2024-09-06T16:30:44.357Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1139 | 2024-09-06T16:30:44.416Z | Checking tokio-tungstenite v0.21.0 |
| 1140 | 2024-09-06T16:30:44.499Z | Checking zone v0.3.0 |
| 1141 | 2024-09-06T16:30:44.586Z | Checking libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
| 1142 | 2024-09-06T16:30:44.610Z | Checking steno v0.4.1 |
| 1143 | 2024-09-06T16:30:44.634Z | Checking hickory-proto v0.24.1 |
| 1144 | 2024-09-06T16:30:44.790Z | Checking h2 v0.3.26 |
| 1145 | 2024-09-06T16:30:44.834Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
| 1146 | 2024-09-06T16:30:45.145Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 1147 | 2024-09-06T16:30:45.365Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
| 1148 | 2024-09-06T16:30:45.910Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1149 | 2024-09-06T16:30:46.610Z | Checking mockall v0.12.1 |
| 1150 | 2024-09-06T16:30:47.597Z | Checking hickory-resolver v0.24.1 |
| 1151 | 2024-09-06T16:30:48.091Z | Checking hyper v0.14.28 |
| 1152 | 2024-09-06T16:30:51.554Z | Checking hyper-tls v0.5.0 |
| 1153 | 2024-09-06T16:30:51.554Z | Checking hyper-rustls v0.24.2 |
| 1154 | 2024-09-06T16:30:51.578Z | Checking dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
| 1155 | 2024-09-06T16:30:51.820Z | Checking reqwest v0.11.27 |
| 1156 | 2024-09-06T16:30:53.046Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
| 1157 | 2024-09-06T16:30:53.319Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
| 1158 | 2024-09-06T16:30:53.467Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
| 1159 | 2024-09-06T16:30:53.467Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 1160 | 2024-09-06T16:30:53.491Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 1161 | 2024-09-06T16:30:53.491Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
| 1162 | 2024-09-06T16:30:54.545Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=9d82a99058e7f4d76ccc2141dcd78e7d4730cc78#9d82a990) |
| 1163 | 2024-09-06T16:30:55.401Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=9d82a99058e7f4d76ccc2141dcd78e7d4730cc78#9d82a990) |
| 1164 | 2024-09-06T16:30:57.170Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 1165 | 2024-09-06T16:30:59.618Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
| 1166 | 2024-09-06T16:31:00.094Z | warning: this function depends on never type fallback being `()` |
| 1167 | 2024-09-06T16:31:00.094Z | --> bin/propolis-cli/src/main.rs:497:1 |
| 1168 | 2024-09-06T16:31:00.094Z | | |
| 1169 | 2024-09-06T16:31:00.094Z | 497 | / async fn migrate_instance( |
| 1170 | 2024-09-06T16:31:00.094Z | 498 | | src_client: Client, |
| 1171 | 2024-09-06T16:31:00.094Z | 499 | | dst_client: Client, |
| 1172 | 2024-09-06T16:31:00.094Z | 500 | | src_addr: SocketAddr, |
| 1173 | 2024-09-06T16:31:00.094Z | 501 | | dst_uuid: Uuid, |
| 1174 | 2024-09-06T16:31:00.094Z | 502 | | disks: Vec<DiskRequest>, |
| 1175 | 2024-09-06T16:31:00.094Z | 503 | | ) -> anyhow::Result<()> { |
| 1176 | 2024-09-06T16:31:00.094Z | | |_______________________^ |
| 1177 | 2024-09-06T16:31:00.094Z | | |
| 1178 | 2024-09-06T16:31:00.094Z | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! |
| 1179 | 2024-09-06T16:31:00.094Z | = note: for more information, see issue #123748 <https://github.com/rust-lang/rust/issues/123748> |
| 1180 | 2024-09-06T16:31:00.094Z | = help: specify the types explicitly |
| 1181 | 2024-09-06T16:31:00.094Z | note: in edition 2024, the requirement `!: std::iter::FromIterator<()>` will fail |
| 1182 | 2024-09-06T16:31:00.094Z | --> bin/propolis-cli/src/main.rs:598:20 |
| 1183 | 2024-09-06T16:31:00.094Z | | |
| 1184 | 2024-09-06T16:31:00.095Z | 598 | .collect::<anyhow::Result<_>>()?; |
| 1185 | 2024-09-06T16:31:00.095Z | | ^^^^^^^^^^^^^^^^^ |
| 1186 | 2024-09-06T16:31:00.095Z | = note: `#[warn(dependency_on_unit_never_type_fallback)]` on by default |
| 1187 | 2024-09-06T16:31:00.095Z | |
| 1188 | 2024-09-06T16:31:00.754Z | warning: `propolis-cli` (bin "propolis-cli") generated 1 warning |
| 1189 | 2024-09-06T16:31:00.854Z | warning: `propolis-cli` (bin "propolis-cli" test) generated 1 warning (1 duplicate) |
| 1190 | 2024-09-06T16:31:04.985Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 1191 | 2024-09-06T16:31:04.985Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 1192 | 2024-09-06T16:31:04.985Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 1193 | 2024-09-06T16:31:07.022Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 1194 | 2024-09-06T16:31:07.522Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 1195 | 2024-09-06T16:31:07.595Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 1196 | 2024-09-06T16:31:07.595Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 1197 | 2024-09-06T16:31:08.374Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 1198 | 2024-09-06T16:31:08.674Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 1199 | 2024-09-06T16:31:08.762Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 1200 | 2024-09-06T16:31:20.310Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 1201 | 2024-09-06T16:31:27.135Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 1202 | 2024-09-06T16:31:27.877Z | Checking crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=9d82a99058e7f4d76ccc2141dcd78e7d4730cc78#9d82a990) |
| 1203 | 2024-09-06T16:31:32.477Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
| 1204 | 2024-09-06T16:31:42.033Z | warning: struct `Type2` is never constructed |
| 1205 | 2024-09-06T16:31:42.034Z | --> lib/propolis/src/firmware/smbios/bits.rs:146:19 |
| 1206 | 2024-09-06T16:31:42.034Z | | |
| 1207 | 2024-09-06T16:31:42.034Z | 146 | pub(crate) struct Type2 { |
| 1208 | 2024-09-06T16:31:42.034Z | | ^^^^^ |
| 1209 | 2024-09-06T16:31:42.034Z | | |
| 1210 | 2024-09-06T16:31:42.034Z | = note: `#[warn(dead_code)]` on by default |
| 1211 | 2024-09-06T16:31:42.034Z | |
| 1212 | 2024-09-06T16:31:42.034Z | warning: struct `Type3` is never constructed |
| 1213 | 2024-09-06T16:31:42.034Z | --> lib/propolis/src/firmware/smbios/bits.rs:165:19 |
| 1214 | 2024-09-06T16:31:42.034Z | | |
| 1215 | 2024-09-06T16:31:42.034Z | 165 | pub(crate) struct Type3 { |
| 1216 | 2024-09-06T16:31:42.034Z | | ^^^^^ |
| 1217 | 2024-09-06T16:31:42.034Z | |
| 1218 | 2024-09-06T16:31:43.011Z | warning: useless conversion to the same type: `firmware::smbios::Handle` |
| 1219 | 2024-09-06T16:31:43.011Z | --> lib/propolis/src/firmware/smbios/mod.rs:326:37 |
| 1220 | 2024-09-06T16:31:43.011Z | | |
| 1221 | 2024-09-06T16:31:43.011Z | 326 | let phys_mem_array_handle = table16_handle.into(); |
| 1222 | 2024-09-06T16:31:43.011Z | | ^^^^^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `table16_handle` |
| 1223 | 2024-09-06T16:31:43.011Z | | |
| 1224 | 2024-09-06T16:31:43.011Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion |
| 1225 | 2024-09-06T16:31:43.011Z | = note: `#[warn(clippy::useless_conversion)]` on by default |
| 1226 | 2024-09-06T16:31:43.011Z | |
| 1227 | 2024-09-06T16:31:48.774Z | warning: `propolis` (lib) generated 3 warnings (run `cargo clippy --fix --lib -p propolis` to apply 1 suggestion) |
| 1228 | 2024-09-06T16:31:48.798Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
| 1229 | 2024-09-06T16:31:48.798Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
| 1230 | 2024-09-06T16:31:49.803Z | warning: `propolis` (lib test) generated 1 warning (1 duplicate) |
| 1231 | 2024-09-06T16:31:59.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s |
| 1232 | 2024-09-06T16:31:59.951Z | |
| 1233 | 2024-09-06T16:31:59.951Z | real 1:23.194464340 |
| 1234 | 2024-09-06T16:31:59.951Z | user 2:54.342099557 |
| 1235 | 2024-09-06T16:31:59.951Z | sys 31.493177965 |
| 1236 | 2024-09-06T16:31:59.951Z | trap 0.059964436 |
| 1237 | 2024-09-06T16:31:59.951Z | tflt 0.073102209 |
| 1238 | 2024-09-06T16:31:59.951Z | dflt 0.055416375 |
| 1239 | 2024-09-06T16:31:59.951Z | kflt 0.000007364 |
| 1240 | 2024-09-06T16:31:59.951Z | lock 4:48.313303989 |
| 1241 | 2024-09-06T16:31:59.951Z | slp 9:57.962292430 |
| 1242 | 2024-09-06T16:31:59.951Z | lat 4.629183497 |
| 1243 | 2024-09-06T16:31:59.951Z | stop 11.264944938 |
| 1244 | 2024-09-06T16:31:59.976Z | + banner build |
| 1245 | 2024-09-06T16:31:59.976Z | |
| 1246 | 2024-09-06T16:31:59.976Z | ##### # # # # ##### |
| 1247 | 2024-09-06T16:31:59.976Z | # # # # # # # # |
| 1248 | 2024-09-06T16:31:59.976Z | ##### # # # # # # |
| 1249 | 2024-09-06T16:31:59.976Z | # # # # # # # # |
| 1250 | 2024-09-06T16:31:59.976Z | # # # # # # # # |
| 1251 | 2024-09-06T16:31:59.976Z | ##### #### # ###### ##### |
| 1252 | 2024-09-06T16:31:59.976Z | |
| 1253 | 2024-09-06T16:31:59.976Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
| 1254 | 2024-09-06T16:32:00.917Z | Compiling proc-macro2 v1.0.86 |
| 1255 | 2024-09-06T16:32:00.917Z | Compiling unicode-ident v1.0.12 |
| 1256 | 2024-09-06T16:32:00.917Z | Compiling libc v0.2.158 |
| 1257 | 2024-09-06T16:32:00.917Z | Compiling serde v1.0.208 |
| 1258 | 2024-09-06T16:32:00.917Z | Compiling version_check v0.9.5 |
| 1259 | 2024-09-06T16:32:00.941Z | Compiling once_cell v1.19.0 |
| 1260 | 2024-09-06T16:32:00.942Z | Compiling autocfg v1.3.0 |
| 1261 | 2024-09-06T16:32:00.942Z | Compiling cfg-if v1.0.0 |
| 1262 | 2024-09-06T16:32:01.086Z | Compiling thiserror v1.0.63 |
| 1263 | 2024-09-06T16:32:01.150Z | Compiling memchr v2.7.2 |
| 1264 | 2024-09-06T16:32:01.337Z | Compiling libm v0.2.8 |
| 1265 | 2024-09-06T16:32:01.501Z | Compiling byteorder v1.5.0 |
| 1266 | 2024-09-06T16:32:01.559Z | Compiling itoa v1.0.11 |
| 1267 | 2024-09-06T16:32:01.599Z | Compiling ahash v0.8.11 |
| 1268 | 2024-09-06T16:32:01.764Z | Compiling lock_api v0.4.12 |
| 1269 | 2024-09-06T16:32:02.055Z | Compiling parking_lot_core v0.9.10 |
| 1270 | 2024-09-06T16:32:02.137Z | Compiling ryu v1.0.18 |
| 1271 | 2024-09-06T16:32:02.367Z | Compiling serde_json v1.0.125 |
| 1272 | 2024-09-06T16:32:02.390Z | Compiling pkg-config v0.3.30 |
| 1273 | 2024-09-06T16:32:02.450Z | Compiling quote v1.0.36 |
| 1274 | 2024-09-06T16:32:02.573Z | Compiling vcpkg v0.2.15 |
| 1275 | 2024-09-06T16:32:02.697Z | Compiling jobserver v0.1.31 |
| 1276 | 2024-09-06T16:32:02.824Z | Compiling syn v2.0.75 |
| 1277 | 2024-09-06T16:32:02.981Z | Compiling getrandom v0.2.14 |
| 1278 | 2024-09-06T16:32:03.005Z | Compiling cc v1.0.97 |
| 1279 | 2024-09-06T16:32:03.255Z | Compiling allocator-api2 v0.2.18 |
| 1280 | 2024-09-06T16:32:03.413Z | Compiling schemars v0.8.21 |
| 1281 | 2024-09-06T16:32:03.455Z | Compiling slab v0.4.9 |
| 1282 | 2024-09-06T16:32:03.750Z | Compiling log v0.4.22 |
| 1283 | 2024-09-06T16:32:04.025Z | Compiling num-traits v0.2.19 |
| 1284 | 2024-09-06T16:32:04.078Z | Compiling pin-project-lite v0.2.14 |
| 1285 | 2024-09-06T16:32:04.202Z | Compiling equivalent v1.0.1 |
| 1286 | 2024-09-06T16:32:04.247Z | Compiling typenum v1.17.0 |
| 1287 | 2024-09-06T16:32:04.281Z | Compiling generic-array v0.14.7 |
| 1288 | 2024-09-06T16:32:04.310Z | Compiling smallvec v1.13.2 |
| 1289 | 2024-09-06T16:32:04.336Z | Compiling httparse v1.8.0 |
| 1290 | 2024-09-06T16:32:04.653Z | Compiling scopeguard v1.2.0 |
| 1291 | 2024-09-06T16:32:05.221Z | Compiling parking_lot v0.12.2 |
| 1292 | 2024-09-06T16:32:05.383Z | Compiling socket2 v0.5.7 |
| 1293 | 2024-09-06T16:32:05.545Z | Compiling mio v1.0.2 |
| 1294 | 2024-09-06T16:32:05.863Z | Compiling ring v0.17.8 |
| 1295 | 2024-09-06T16:32:06.213Z | Compiling openssl-sys v0.9.103 |
| 1296 | 2024-09-06T16:32:06.237Z | Compiling signal-hook-registry v1.4.2 |
| 1297 | 2024-09-06T16:32:06.722Z | Compiling fnv v1.0.7 |
| 1298 | 2024-09-06T16:32:06.841Z | Compiling rand_core v0.6.4 |
| 1299 | 2024-09-06T16:32:06.865Z | Compiling semver v1.0.23 |
| 1300 | 2024-09-06T16:32:06.973Z | Compiling iana-time-zone v0.1.60 |
| 1301 | 2024-09-06T16:32:07.083Z | Compiling ucd-trie v0.1.6 |
| 1302 | 2024-09-06T16:32:07.255Z | Compiling slog v2.7.0 |
| 1303 | 2024-09-06T16:32:07.279Z | Compiling heck v0.5.0 |
| 1304 | 2024-09-06T16:32:07.303Z | Compiling futures-core v0.3.30 |
| 1305 | 2024-09-06T16:32:07.479Z | Compiling syn v1.0.109 |
| 1306 | 2024-09-06T16:32:07.504Z | Compiling dyn-clone v1.0.17 |
| 1307 | 2024-09-06T16:32:07.534Z | Compiling openssl v0.10.66 |
| 1308 | 2024-09-06T16:32:07.588Z | Compiling rustls v0.21.12 |
| 1309 | 2024-09-06T16:32:07.689Z | Compiling rustversion v1.0.17 |
| 1310 | 2024-09-06T16:32:07.777Z | Compiling futures-sink v0.3.30 |
| 1311 | 2024-09-06T16:32:07.954Z | Compiling futures-channel v0.3.30 |
| 1312 | 2024-09-06T16:32:08.171Z | Compiling aho-corasick v1.1.3 |
| 1313 | 2024-09-06T16:32:08.388Z | Compiling futures-task v0.3.30 |
| 1314 | 2024-09-06T16:32:08.411Z | Compiling native-tls v0.2.11 |
| 1315 | 2024-09-06T16:32:08.659Z | Compiling serde_derive_internals v0.29.1 |
| 1316 | 2024-09-06T16:32:08.682Z | Compiling futures-io v0.3.30 |
| 1317 | 2024-09-06T16:32:08.743Z | Compiling regex-syntax v0.8.4 |
| 1318 | 2024-09-06T16:32:08.970Z | Compiling pin-utils v0.1.0 |
| 1319 | 2024-09-06T16:32:09.487Z | Compiling heck v0.4.1 |
| 1320 | 2024-09-06T16:32:10.460Z | Compiling time-core v0.1.2 |
| 1321 | 2024-09-06T16:32:10.607Z | Compiling num-conv v0.1.0 |
| 1322 | 2024-09-06T16:32:10.846Z | Compiling time-macros v0.2.18 |
| 1323 | 2024-09-06T16:32:11.719Z | Compiling regex-automata v0.4.6 |
| 1324 | 2024-09-06T16:32:12.219Z | Compiling spin v0.9.8 |
| 1325 | 2024-09-06T16:32:12.441Z | Compiling anyhow v1.0.86 |
| 1326 | 2024-09-06T16:32:12.945Z | Compiling crypto-common v0.1.6 |
| 1327 | 2024-09-06T16:32:12.976Z | Compiling serde_derive v1.0.208 |
| 1328 | 2024-09-06T16:32:13.101Z | Compiling zerocopy-derive v0.7.34 |
| 1329 | 2024-09-06T16:32:13.158Z | Compiling thiserror-impl v1.0.63 |
| 1330 | 2024-09-06T16:32:13.189Z | Compiling tokio-macros v2.4.0 |
| 1331 | 2024-09-06T16:32:13.406Z | Compiling schemars_derive v0.8.21 |
| 1332 | 2024-09-06T16:32:14.549Z | Compiling futures-macro v0.3.30 |
| 1333 | 2024-09-06T16:32:14.847Z | Compiling zerocopy v0.7.34 |
| 1334 | 2024-09-06T16:32:15.857Z | Compiling pest v2.7.10 |
| 1335 | 2024-09-06T16:32:16.163Z | Compiling openssl-macros v0.1.1 |
| 1336 | 2024-09-06T16:32:16.488Z | Compiling hashbrown v0.14.5 |
| 1337 | 2024-09-06T16:32:16.845Z | Compiling futures-util v0.3.30 |
| 1338 | 2024-09-06T16:32:17.626Z | Compiling regex v1.10.6 |
| 1339 | 2024-09-06T16:32:17.658Z | Compiling scroll_derive v0.12.0 |
| 1340 | 2024-09-06T16:32:18.020Z | Compiling pest_meta v2.7.10 |
| 1341 | 2024-09-06T16:32:18.223Z | Compiling tracing-attributes v0.1.27 |
| 1342 | 2024-09-06T16:32:18.491Z | Compiling tracing-core v0.1.32 |
| 1343 | 2024-09-06T16:32:19.064Z | Compiling thread-id v4.2.1 |
| 1344 | 2024-09-06T16:32:19.166Z | Compiling pest_generator v2.7.10 |
| 1345 | 2024-09-06T16:32:19.981Z | Compiling untrusted v0.9.0 |
| 1346 | 2024-09-06T16:32:20.346Z | Compiling regress v0.10.0 |
| 1347 | 2024-09-06T16:32:20.517Z | Compiling percent-encoding v2.3.1 |
| 1348 | 2024-09-06T16:32:20.918Z | Compiling subtle v2.5.0 |
| 1349 | 2024-09-06T16:32:20.991Z | Compiling tracing v0.1.40 |
| 1350 | 2024-09-06T16:32:21.164Z | Compiling form_urlencoded v1.2.1 |
| 1351 | 2024-09-06T16:32:21.400Z | Compiling pest_derive v2.7.10 |
| 1352 | 2024-09-06T16:32:21.611Z | Compiling tinyvec_macros v0.1.1 |
| 1353 | 2024-09-06T16:32:21.704Z | Compiling camino v1.1.9 |
| 1354 | 2024-09-06T16:32:22.158Z | Compiling tinyvec v1.6.0 |
| 1355 | 2024-09-06T16:32:22.211Z | Compiling usdt-impl v0.5.0 |
| 1356 | 2024-09-06T16:32:22.385Z | Compiling ppv-lite86 v0.2.17 |
| 1357 | 2024-09-06T16:32:22.463Z | Compiling scroll v0.12.0 |
| 1358 | 2024-09-06T16:32:22.983Z | Compiling unicode-bidi v0.3.15 |
| 1359 | 2024-09-06T16:32:23.078Z | Compiling rand_chacha v0.3.1 |
| 1360 | 2024-09-06T16:32:23.576Z | Compiling unicode-normalization v0.1.23 |
| 1361 | 2024-09-06T16:32:23.918Z | Compiling bytes v1.7.1 |
| 1362 | 2024-09-06T16:32:24.593Z | Compiling indexmap v2.4.0 |
| 1363 | 2024-09-06T16:32:25.295Z | Compiling tokio v1.39.3 |
| 1364 | 2024-09-06T16:32:25.374Z | Compiling chrono v0.4.38 |
| 1365 | 2024-09-06T16:32:25.457Z | Compiling uuid v1.10.0 |
| 1366 | 2024-09-06T16:32:25.790Z | Compiling serde_tokenstream v0.2.2 |
| 1367 | 2024-09-06T16:32:26.085Z | Compiling bitflags v2.6.0 |
| 1368 | 2024-09-06T16:32:26.815Z | Compiling http v0.2.12 |
| 1369 | 2024-09-06T16:32:29.298Z | Compiling plain v0.2.3 |
| 1370 | 2024-09-06T16:32:29.325Z | Compiling openapiv3 v2.0.0 |
| 1371 | 2024-09-06T16:32:29.438Z | Compiling goblin v0.8.2 |
| 1372 | 2024-09-06T16:32:30.906Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
| 1373 | 2024-09-06T16:32:31.294Z | Compiling rand v0.8.5 |
| 1374 | 2024-09-06T16:32:32.623Z | Compiling tokio-util v0.7.11 |
| 1375 | 2024-09-06T16:32:32.710Z | Compiling try-lock v0.2.5 |
| 1376 | 2024-09-06T16:32:32.857Z | Compiling pretty-hex v0.4.1 |
| 1377 | 2024-09-06T16:32:32.881Z | Compiling want v0.3.1 |
| 1378 | 2024-09-06T16:32:33.034Z | Compiling http-body v0.4.6 |
| 1379 | 2024-09-06T16:32:33.122Z | Compiling idna v0.5.0 |
| 1380 | 2024-09-06T16:32:33.479Z | Compiling h2 v0.3.26 |
| 1381 | 2024-09-06T16:32:34.290Z | Compiling dof v0.3.0 |
| 1382 | 2024-09-06T16:32:35.652Z | Compiling toml_datetime v0.6.8 |
| 1383 | 2024-09-06T16:32:36.075Z | Compiling dtrace-parser v0.2.0 |
| 1384 | 2024-09-06T16:32:36.106Z | Compiling strum_macros v0.26.2 |
| 1385 | 2024-09-06T16:32:36.172Z | Compiling cpufeatures v0.2.12 |
| 1386 | 2024-09-06T16:32:36.267Z | Compiling unsafe-libyaml v0.2.11 |
| 1387 | 2024-09-06T16:32:36.823Z | Compiling rustls v0.22.4 |
| 1388 | 2024-09-06T16:32:37.102Z | Compiling tower-service v0.3.2 |
| 1389 | 2024-09-06T16:32:37.217Z | Compiling omicron-workspace-hack v0.1.0 |
| 1390 | 2024-09-06T16:32:37.475Z | Compiling httpdate v1.0.3 |
| 1391 | 2024-09-06T16:32:37.506Z | Compiling serde_yaml v0.9.34+deprecated |
| 1392 | 2024-09-06T16:32:38.149Z | Compiling hyper v0.14.28 |
| 1393 | 2024-09-06T16:32:38.693Z | Compiling url v2.5.0 |
| 1394 | 2024-09-06T16:32:39.658Z | Compiling sct v0.7.1 |
| 1395 | 2024-09-06T16:32:40.023Z | Compiling rustls-webpki v0.101.7 |
| 1396 | 2024-09-06T16:32:40.297Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
| 1397 | 2024-09-06T16:32:40.632Z | Compiling async-trait v0.1.81 |
| 1398 | 2024-09-06T16:32:42.627Z | Compiling block-buffer v0.10.4 |
| 1399 | 2024-09-06T16:32:42.846Z | Compiling strsim v0.11.1 |
| 1400 | 2024-09-06T16:32:43.035Z | Compiling slog-async v2.8.0 |
| 1401 | 2024-09-06T16:32:43.466Z | Compiling foreign-types-shared v0.1.1 |
| 1402 | 2024-09-06T16:32:43.509Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
| 1403 | 2024-09-06T16:32:43.567Z | Compiling foreign-types v0.3.2 |
| 1404 | 2024-09-06T16:32:43.627Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
| 1405 | 2024-09-06T16:32:43.680Z | Compiling digest v0.10.7 |
| 1406 | 2024-09-06T16:32:45.086Z | Compiling multer v3.1.0 |
| 1407 | 2024-09-06T16:32:45.372Z | Compiling encoding_rs v0.8.34 |
| 1408 | 2024-09-06T16:32:45.416Z | Compiling mime v0.3.17 |
| 1409 | 2024-09-06T16:32:45.855Z | Compiling base64 v0.21.7 |
| 1410 | 2024-09-06T16:32:46.328Z | Compiling paste v1.0.15 |
| 1411 | 2024-09-06T16:32:46.680Z | Compiling crossbeam-utils v0.8.19 |
| 1412 | 2024-09-06T16:32:47.177Z | Compiling usdt-macro v0.5.0 |
| 1413 | 2024-09-06T16:32:47.240Z | Compiling usdt-attr-macro v0.5.0 |
| 1414 | 2024-09-06T16:32:48.547Z | Compiling tokio-rustls v0.24.1 |
| 1415 | 2024-09-06T16:32:48.698Z | Compiling serde_urlencoded v0.7.1 |
| 1416 | 2024-09-06T16:32:48.978Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
| 1417 | 2024-09-06T16:32:49.095Z | Compiling ident_case v1.0.1 |
| 1418 | 2024-09-06T16:32:49.182Z | Compiling openssl-probe v0.1.5 |
| 1419 | 2024-09-06T16:32:50.185Z | Compiling darling_core v0.20.9 |
| 1420 | 2024-09-06T16:32:51.648Z | Compiling rustls-pemfile v1.0.4 |
| 1421 | 2024-09-06T16:32:53.098Z | Compiling async-stream-impl v0.3.5 |
| 1422 | 2024-09-06T16:32:55.171Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
| 1423 | 2024-09-06T16:32:55.472Z | Compiling ipnet v2.9.0 |
| 1424 | 2024-09-06T16:32:57.857Z | Compiling powerfmt v0.2.0 |
| 1425 | 2024-09-06T16:32:58.276Z | Compiling deranged v0.3.11 |
| 1426 | 2024-09-06T16:32:58.459Z | Compiling darling_macro v0.20.9 |
| 1427 | 2024-09-06T16:33:00.398Z | Compiling tokio-native-tls v0.3.1 |
| 1428 | 2024-09-06T16:33:01.055Z | Compiling http v1.1.0 |
| 1429 | 2024-09-06T16:33:01.326Z | Compiling serde_spanned v0.6.7 |
| 1430 | 2024-09-06T16:33:04.135Z | Compiling num_threads v0.1.7 |
| 1431 | 2024-09-06T16:33:04.946Z | Compiling time v0.3.36 |
| 1432 | 2024-09-06T16:33:06.068Z | Compiling hyper-tls v0.5.0 |
| 1433 | 2024-09-06T16:33:06.403Z | Compiling darling v0.20.9 |
| 1434 | 2024-09-06T16:33:06.497Z | Compiling hyper-rustls v0.24.2 |
| 1435 | 2024-09-06T16:33:06.777Z | Compiling sha1 v0.10.6 |
| 1436 | 2024-09-06T16:33:07.346Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
| 1437 | 2024-09-06T16:33:07.607Z | Compiling futures-executor v0.3.30 |
| 1438 | 2024-09-06T16:33:08.415Z | Compiling structmeta-derive v0.3.0 |
| 1439 | 2024-09-06T16:33:08.975Z | Compiling sync_wrapper v0.1.2 |
| 1440 | 2024-09-06T16:33:09.390Z | Compiling webpki-roots v0.25.4 |
| 1441 | 2024-09-06T16:33:09.534Z | Compiling reqwest v0.11.27 |
| 1442 | 2024-09-06T16:33:10.590Z | Compiling structmeta v0.3.0 |
| 1443 | 2024-09-06T16:33:12.166Z | Compiling futures v0.3.30 |
| 1444 | 2024-09-06T16:33:12.364Z | Compiling serde_with_macros v3.9.0 |
| 1445 | 2024-09-06T16:33:12.742Z | Compiling strum v0.26.2 |
| 1446 | 2024-09-06T16:33:12.918Z | Compiling dirs-sys-next v0.1.2 |
| 1447 | 2024-09-06T16:33:14.004Z | Compiling match_cfg v0.1.0 |
| 1448 | 2024-09-06T16:33:14.573Z | Compiling base64 v0.22.1 |
| 1449 | 2024-09-06T16:33:14.649Z | Compiling rustix v0.38.34 |
| 1450 | 2024-09-06T16:33:14.887Z | Compiling winnow v0.6.18 |
| 1451 | 2024-09-06T16:33:15.201Z | Compiling rustls-pki-types v1.7.0 |
| 1452 | 2024-09-06T16:33:15.462Z | Compiling hostname v0.3.1 |
| 1453 | 2024-09-06T16:33:15.684Z | Compiling dirs-next v2.0.0 |
| 1454 | 2024-09-06T16:33:19.034Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
| 1455 | 2024-09-06T16:33:20.174Z | Compiling parse-display-derive v0.10.0 |
| 1456 | 2024-09-06T16:33:20.906Z | Compiling ipnetwork v0.20.0 |
| 1457 | 2024-09-06T16:33:23.472Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1458 | 2024-09-06T16:33:24.020Z | Compiling thread_local v1.1.8 |
| 1459 | 2024-09-06T16:33:24.128Z | Compiling errno v0.3.9 |
| 1460 | 2024-09-06T16:33:24.165Z | Compiling zeroize v1.7.0 |
| 1461 | 2024-09-06T16:33:25.654Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
| 1462 | 2024-09-06T16:33:25.823Z | Compiling term v0.7.0 |
| 1463 | 2024-09-06T16:33:26.343Z | Compiling rustls-webpki v0.102.4 |
| 1464 | 2024-09-06T16:33:28.003Z | Compiling crossbeam-channel v0.5.12 |
| 1465 | 2024-09-06T16:33:29.333Z | Compiling memmap v0.7.0 |
| 1466 | 2024-09-06T16:33:29.387Z | Compiling is-terminal v0.4.12 |
| 1467 | 2024-09-06T16:33:29.501Z | Compiling winnow v0.5.40 |
| 1468 | 2024-09-06T16:33:29.698Z | Compiling take_mut v0.2.2 |
| 1469 | 2024-09-06T16:33:29.852Z | Compiling usdt v0.5.0 |
| 1470 | 2024-09-06T16:33:31.030Z | Compiling slog-term v2.9.1 |
| 1471 | 2024-09-06T16:33:32.252Z | Compiling toml_edit v0.19.15 |
| 1472 | 2024-09-06T16:33:32.504Z | Compiling toml_edit v0.22.20 |
| 1473 | 2024-09-06T16:33:33.067Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 1474 | 2024-09-06T16:33:33.719Z | Compiling slog-json v2.6.1 |
| 1475 | 2024-09-06T16:33:34.189Z | Compiling atomic-waker v1.1.2 |
| 1476 | 2024-09-06T16:33:34.357Z | Compiling waitgroup v0.1.2 |
| 1477 | 2024-09-06T16:33:34.807Z | Compiling proc-macro-crate v1.3.1 |
| 1478 | 2024-09-06T16:33:35.526Z | Compiling toml v0.8.19 |
| 1479 | 2024-09-06T16:33:37.082Z | Compiling tokio-rustls v0.25.0 |
| 1480 | 2024-09-06T16:33:37.440Z | Compiling slog-bunyan v2.5.0 |
| 1481 | 2024-09-06T16:33:38.521Z | Compiling rustls-pemfile v2.1.3 |
| 1482 | 2024-09-06T16:33:40.134Z | Compiling async-stream v0.3.5 |
| 1483 | 2024-09-06T16:33:40.174Z | Compiling serde_path_to_error v0.1.16 |
| 1484 | 2024-09-06T16:33:40.396Z | Compiling hostname v0.4.0 |
| 1485 | 2024-09-06T16:33:40.620Z | Compiling debug-ignore v1.0.5 |
| 1486 | 2024-09-06T16:33:42.204Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 1487 | 2024-09-06T16:33:43.479Z | Compiling newtype-uuid v1.1.0 |
| 1488 | 2024-09-06T16:33:44.203Z | Compiling clap_derive v4.5.4 |
| 1489 | 2024-09-06T16:33:45.122Z | Compiling utf8parse v0.2.1 |
| 1490 | 2024-09-06T16:33:45.606Z | Compiling anstyle-parse v0.2.4 |
| 1491 | 2024-09-06T16:33:46.941Z | Compiling serde_with v3.9.0 |
| 1492 | 2024-09-06T16:33:49.304Z | Compiling hex v0.4.3 |
| 1493 | 2024-09-06T16:33:49.605Z | Compiling num-integer v0.1.46 |
| 1494 | 2024-09-06T16:33:50.031Z | Compiling instant v0.1.12 |
| 1495 | 2024-09-06T16:33:50.180Z | Compiling colorchoice v1.0.1 |
| 1496 | 2024-09-06T16:33:50.339Z | Compiling unicode-xid v0.2.4 |
| 1497 | 2024-09-06T16:33:50.416Z | Compiling unicode-width v0.1.12 |
| 1498 | 2024-09-06T16:33:50.492Z | Compiling anstyle v1.0.7 |
| 1499 | 2024-09-06T16:33:50.516Z | Compiling anstyle-query v1.0.3 |
| 1500 | 2024-09-06T16:33:50.659Z | Compiling lazy_static v1.5.0 |
| 1501 | 2024-09-06T16:33:50.793Z | Compiling is_terminal_polyfill v1.70.0 |
| 1502 | 2024-09-06T16:33:50.913Z | Compiling anstream v0.6.14 |
| 1503 | 2024-09-06T16:33:50.940Z | Compiling backoff v0.4.0 |
| 1504 | 2024-09-06T16:33:51.233Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1505 | 2024-09-06T16:33:51.775Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 1506 | 2024-09-06T16:33:51.979Z | Compiling terminal_size v0.3.0 |
| 1507 | 2024-09-06T16:33:52.022Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
| 1508 | 2024-09-06T16:33:52.176Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1509 | 2024-09-06T16:33:52.232Z | Compiling parse-display v0.10.0 |
| 1510 | 2024-09-06T16:33:52.366Z | Compiling macaddr v1.0.1 |
| 1511 | 2024-09-06T16:33:52.851Z | Compiling regress v0.9.1 |
| 1512 | 2024-09-06T16:33:53.835Z | Compiling clap_lex v0.7.0 |
| 1513 | 2024-09-06T16:33:54.564Z | Compiling crucible-workspace-hack v0.1.0 |
| 1514 | 2024-09-06T16:33:54.837Z | Compiling heapless v0.8.0 |
| 1515 | 2024-09-06T16:33:55.198Z | Compiling clap_builder v4.5.2 |
| 1516 | 2024-09-06T16:33:55.865Z | Compiling num-bigint v0.4.5 |
| 1517 | 2024-09-06T16:33:56.261Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 1518 | 2024-09-06T16:33:56.528Z | Compiling num_enum_derive v0.5.11 |
| 1519 | 2024-09-06T16:33:58.112Z | Compiling hash32 v0.3.1 |
| 1520 | 2024-09-06T16:33:58.355Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1521 | 2024-09-06T16:33:58.438Z | Compiling stable_deref_trait v1.2.0 |
| 1522 | 2024-09-06T16:33:58.685Z | Compiling smoltcp v0.11.0 |
| 1523 | 2024-09-06T16:33:59.604Z | Compiling clap v4.5.4 |
| 1524 | 2024-09-06T16:33:59.756Z | Compiling num_enum v0.5.11 |
| 1525 | 2024-09-06T16:33:59.863Z | Compiling num-rational v0.4.2 |
| 1526 | 2024-09-06T16:34:00.573Z | Compiling synstructure v0.12.6 |
| 1527 | 2024-09-06T16:34:00.687Z | Compiling num-iter v0.1.45 |
| 1528 | 2024-09-06T16:34:00.857Z | Compiling num-complex v0.4.6 |
| 1529 | 2024-09-06T16:34:01.968Z | Compiling proc-macro-error-attr v1.0.4 |
| 1530 | 2024-09-06T16:34:02.148Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1531 | 2024-09-06T16:34:02.172Z | Compiling bitflags v1.3.2 |
| 1532 | 2024-09-06T16:34:02.359Z | Compiling managed v0.8.0 |
| 1533 | 2024-09-06T16:34:02.430Z | Compiling cobs v0.2.3 |
| 1534 | 2024-09-06T16:34:02.803Z | Compiling postcard v1.0.9 |
| 1535 | 2024-09-06T16:34:03.125Z | Compiling zerocopy-derive v0.2.0 |
| 1536 | 2024-09-06T16:34:03.460Z | Compiling num v0.4.3 |
| 1537 | 2024-09-06T16:34:05.062Z | Compiling foreign-types-macros v0.2.3 |
| 1538 | 2024-09-06T16:34:05.238Z | Compiling libz-sys v1.1.16 |
| 1539 | 2024-09-06T16:34:05.578Z | Compiling proc-macro-error v1.0.4 |
| 1540 | 2024-09-06T16:34:05.838Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1541 | 2024-09-06T16:34:06.137Z | Compiling fastrand v2.1.0 |
| 1542 | 2024-09-06T16:34:06.161Z | Compiling foreign-types-shared v0.3.1 |
| 1543 | 2024-09-06T16:34:06.303Z | Compiling either v1.12.0 |
| 1544 | 2024-09-06T16:34:06.681Z | Compiling prettyplease v0.2.20 |
| 1545 | 2024-09-06T16:34:06.908Z | Compiling pretty-hex v0.2.1 |
| 1546 | 2024-09-06T16:34:06.989Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1547 | 2024-09-06T16:34:07.107Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1548 | 2024-09-06T16:34:08.424Z | Compiling tempfile v3.10.1 |
| 1549 | 2024-09-06T16:34:09.415Z | Compiling foreign-types v0.5.0 |
| 1550 | 2024-09-06T16:34:10.457Z | Compiling tabwriter v1.4.0 |
| 1551 | 2024-09-06T16:34:10.952Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1552 | 2024-09-06T16:34:11.076Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1553 | 2024-09-06T16:34:11.904Z | Compiling cstr-argument v0.1.2 |
| 1554 | 2024-09-06T16:34:12.011Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
| 1555 | 2024-09-06T16:34:12.317Z | Compiling data-encoding v2.6.0 |
| 1556 | 2024-09-06T16:34:13.421Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1557 | 2024-09-06T16:34:14.385Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1558 | 2024-09-06T16:34:14.922Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1559 | 2024-09-06T16:34:15.691Z | Compiling colored v2.1.0 |
| 1560 | 2024-09-06T16:34:15.836Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 1561 | 2024-09-06T16:34:16.230Z | Compiling usdt-impl v0.3.5 |
| 1562 | 2024-09-06T16:34:16.287Z | Compiling float-ord v0.3.2 |
| 1563 | 2024-09-06T16:34:16.326Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 1564 | 2024-09-06T16:34:16.386Z | Compiling static_assertions v1.1.0 |
| 1565 | 2024-09-06T16:34:16.490Z | Compiling semver v0.1.20 |
| 1566 | 2024-09-06T16:34:16.655Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1567 | 2024-09-06T16:34:16.681Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 1568 | 2024-09-06T16:34:16.790Z | Compiling rustc_version v0.1.7 |
| 1569 | 2024-09-06T16:34:17.949Z | Compiling zone_cfg_derive v0.3.0 |
| 1570 | 2024-09-06T16:34:19.421Z | Compiling itertools v0.10.5 |
| 1571 | 2024-09-06T16:34:21.967Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 1572 | 2024-09-06T16:34:22.990Z | Compiling num-derive v0.4.2 |
| 1573 | 2024-09-06T16:34:24.049Z | Compiling sigpipe v0.1.3 |
| 1574 | 2024-09-06T16:34:24.168Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 1575 | 2024-09-06T16:34:24.192Z | Compiling base64ct v1.6.0 |
| 1576 | 2024-09-06T16:34:24.249Z | Compiling unicode-segmentation v1.11.0 |
| 1577 | 2024-09-06T16:34:24.712Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=eab46702b6a43ff558672462dea3eb5ff7b8a0e6#eab46702) |
| 1578 | 2024-09-06T16:34:24.813Z | Compiling newline-converter v0.3.0 |
| 1579 | 2024-09-06T16:34:24.972Z | Compiling password-hash v0.5.0 |
| 1580 | 2024-09-06T16:34:25.281Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 1581 | 2024-09-06T16:34:26.464Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 1582 | 2024-09-06T16:34:26.660Z | Compiling zone v0.3.0 |
| 1583 | 2024-09-06T16:34:26.941Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1584 | 2024-09-06T16:34:27.880Z | Compiling newtype_derive v0.1.6 |
| 1585 | 2024-09-06T16:34:28.161Z | Compiling camino-tempfile v1.1.1 |
| 1586 | 2024-09-06T16:34:28.851Z | Compiling zerocopy v0.3.2 |
| 1587 | 2024-09-06T16:34:29.324Z | Compiling console v0.15.8 |
| 1588 | 2024-09-06T16:34:29.384Z | Compiling blake2 v0.10.6 |
| 1589 | 2024-09-06T16:34:29.956Z | Compiling cargo-platform v0.1.8 |
| 1590 | 2024-09-06T16:34:30.258Z | Compiling hubpack_derive v0.1.1 |
| 1591 | 2024-09-06T16:34:30.382Z | Compiling smf v0.2.3 |
| 1592 | 2024-09-06T16:34:30.538Z | Compiling zerocopy-derive v0.6.6 |
| 1593 | 2024-09-06T16:34:31.028Z | Compiling serde_repr v0.1.19 |
| 1594 | 2024-09-06T16:34:31.563Z | Compiling vergen v8.3.2 |
| 1595 | 2024-09-06T16:34:31.851Z | Compiling whoami v1.5.1 |
| 1596 | 2024-09-06T16:34:31.973Z | Compiling similar v2.5.0 |
| 1597 | 2024-09-06T16:34:32.321Z | Compiling zerocopy v0.6.6 |
| 1598 | 2024-09-06T16:34:32.645Z | Compiling hubpack v0.1.2 |
| 1599 | 2024-09-06T16:34:33.046Z | Compiling expectorate v1.1.0 |
| 1600 | 2024-09-06T16:34:33.076Z | Compiling cargo_metadata v0.18.1 |
| 1601 | 2024-09-06T16:34:33.101Z | Compiling argon2 v0.5.3 |
| 1602 | 2024-09-06T16:34:33.270Z | Compiling dof v0.1.5 |
| 1603 | 2024-09-06T16:34:35.303Z | Compiling rustc_version v0.4.0 |
| 1604 | 2024-09-06T16:34:35.759Z | Compiling dtrace-parser v0.1.14 |
| 1605 | 2024-09-06T16:34:35.801Z | Compiling strum_macros v0.25.3 |
| 1606 | 2024-09-06T16:34:35.983Z | Compiling libsqlite3-sys v0.28.0 |
| 1607 | 2024-09-06T16:34:36.420Z | Compiling cookie v0.18.1 |
| 1608 | 2024-09-06T16:34:36.733Z | Compiling slog-dtrace v0.3.0 |
| 1609 | 2024-09-06T16:34:37.032Z | Compiling cfg_aliases v0.2.1 |
| 1610 | 2024-09-06T16:34:37.071Z | Compiling fixedbitset v0.4.2 |
| 1611 | 2024-09-06T16:34:37.130Z | Compiling nix v0.29.0 |
| 1612 | 2024-09-06T16:34:37.493Z | Compiling petgraph v0.6.5 |
| 1613 | 2024-09-06T16:34:38.747Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
| 1614 | 2024-09-06T16:34:38.931Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 1615 | 2024-09-06T16:34:39.425Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 1616 | 2024-09-06T16:34:40.382Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 1617 | 2024-09-06T16:34:40.835Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 1618 | 2024-09-06T16:34:41.305Z | Compiling idna v0.4.0 |
| 1619 | 2024-09-06T16:34:41.615Z | Compiling serde_tokenstream v0.1.7 |
| 1620 | 2024-09-06T16:34:41.715Z | Compiling enum-as-inner v0.6.0 |
| 1621 | 2024-09-06T16:34:42.040Z | Compiling inout v0.1.3 |
| 1622 | 2024-09-06T16:34:42.248Z | Compiling utf-8 v0.7.6 |
| 1623 | 2024-09-06T16:34:42.552Z | Compiling highway v1.2.0 |
| 1624 | 2024-09-06T16:34:42.632Z | Compiling radium v0.7.0 |
| 1625 | 2024-09-06T16:34:43.024Z | Compiling quick-error v1.2.3 |
| 1626 | 2024-09-06T16:34:43.164Z | Compiling linked-hash-map v0.5.6 |
| 1627 | 2024-09-06T16:34:43.557Z | Compiling convert_case v0.4.0 |
| 1628 | 2024-09-06T16:34:43.688Z | Compiling lru-cache v0.1.2 |
| 1629 | 2024-09-06T16:34:43.893Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 1630 | 2024-09-06T16:34:44.218Z | Compiling derive_more v0.99.18 |
| 1631 | 2024-09-06T16:34:44.292Z | Compiling resolv-conf v0.7.0 |
| 1632 | 2024-09-06T16:34:45.269Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 1633 | 2024-09-06T16:34:45.502Z | Compiling hickory-proto v0.24.1 |
| 1634 | 2024-09-06T16:34:45.952Z | Compiling tungstenite v0.21.0 |
| 1635 | 2024-09-06T16:34:48.930Z | Compiling cipher v0.4.4 |
| 1636 | 2024-09-06T16:34:49.367Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 1637 | 2024-09-06T16:34:49.898Z | Compiling steno v0.4.1 |
| 1638 | 2024-09-06T16:34:50.412Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 1639 | 2024-09-06T16:34:55.155Z | Compiling git2 v0.19.0 |
| 1640 | 2024-09-06T16:34:56.291Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 1641 | 2024-09-06T16:34:56.778Z | Compiling crossbeam-epoch v0.9.18 |
| 1642 | 2024-09-06T16:34:57.220Z | Compiling hashlink v0.9.1 |
| 1643 | 2024-09-06T16:34:57.704Z | Compiling derive-where v1.2.7 |
| 1644 | 2024-09-06T16:34:57.864Z | Compiling tap v1.0.1 |
| 1645 | 2024-09-06T16:34:58.024Z | Compiling fallible-iterator v0.3.0 |
| 1646 | 2024-09-06T16:34:58.758Z | Compiling rayon-core v1.12.1 |
| 1647 | 2024-09-06T16:34:59.045Z | Compiling humantime v2.1.0 |
| 1648 | 2024-09-06T16:35:00.343Z | Compiling fallible-streaming-iterator v0.1.9 |
| 1649 | 2024-09-06T16:35:00.946Z | Compiling rusqlite v0.31.0 |
| 1650 | 2024-09-06T16:35:01.023Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 1651 | 2024-09-06T16:35:01.429Z | Compiling wyz v0.5.1 |
| 1652 | 2024-09-06T16:35:01.810Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 1653 | 2024-09-06T16:35:02.131Z | Compiling crossbeam-deque v0.8.5 |
| 1654 | 2024-09-06T16:35:02.220Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=9d82a99058e7f4d76ccc2141dcd78e7d4730cc78#9d82a990) |
| 1655 | 2024-09-06T16:35:03.203Z | Compiling hickory-resolver v0.24.1 |
| 1656 | 2024-09-06T16:35:04.475Z | Compiling tokio-tungstenite v0.21.0 |
| 1657 | 2024-09-06T16:35:04.947Z | Compiling usdt-macro v0.3.5 |
| 1658 | 2024-09-06T16:35:05.403Z | Compiling usdt-attr-macro v0.3.5 |
| 1659 | 2024-09-06T16:35:05.486Z | Compiling twox-hash v1.6.3 |
| 1660 | 2024-09-06T16:35:06.020Z | Compiling num_enum_derive v0.7.2 |
| 1661 | 2024-09-06T16:35:06.248Z | Compiling universal-hash v0.5.1 |
| 1662 | 2024-09-06T16:35:06.440Z | Compiling atty v0.2.14 |
| 1663 | 2024-09-06T16:35:06.644Z | Compiling opaque-debug v0.3.1 |
| 1664 | 2024-09-06T16:35:06.739Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 1665 | 2024-09-06T16:35:06.962Z | Compiling funty v2.0.0 |
| 1666 | 2024-09-06T16:35:07.044Z | Compiling polyval v0.6.2 |
| 1667 | 2024-09-06T16:35:07.400Z | Compiling usdt v0.3.5 |
| 1668 | 2024-09-06T16:35:07.802Z | Compiling bitvec v1.0.1 |
| 1669 | 2024-09-06T16:35:08.071Z | Compiling num_enum v0.7.2 |
| 1670 | 2024-09-06T16:35:08.235Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 1671 | 2024-09-06T16:35:11.671Z | Compiling aes v0.8.4 |
| 1672 | 2024-09-06T16:35:12.031Z | Compiling ctr v0.9.2 |
| 1673 | 2024-09-06T16:35:12.327Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=9d82a99058e7f4d76ccc2141dcd78e7d4730cc78#9d82a990) |
| 1674 | 2024-09-06T16:35:13.437Z | Compiling bincode v1.3.3 |
| 1675 | 2024-09-06T16:35:14.298Z | Compiling aead v0.5.2 |
| 1676 | 2024-09-06T16:35:14.572Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=9d82a99058e7f4d76ccc2141dcd78e7d4730cc78#9d82a990) |
| 1677 | 2024-09-06T16:35:14.911Z | Compiling aes-gcm-siv v0.11.1 |
| 1678 | 2024-09-06T16:35:15.127Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=9d82a99058e7f4d76ccc2141dcd78e7d4730cc78#9d82a990) |
| 1679 | 2024-09-06T16:35:15.424Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 1680 | 2024-09-06T16:35:15.827Z | Compiling toml v0.7.8 |
| 1681 | 2024-09-06T16:35:19.064Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
| 1682 | 2024-09-06T16:35:19.922Z | Compiling rayon v1.10.0 |
| 1683 | 2024-09-06T16:35:21.058Z | Compiling itertools v0.13.0 |
| 1684 | 2024-09-06T16:35:23.269Z | Compiling rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
| 1685 | 2024-09-06T16:35:23.573Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 1686 | 2024-09-06T16:35:23.730Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
| 1687 | 2024-09-06T16:35:24.035Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
| 1688 | 2024-09-06T16:35:24.141Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1689 | 2024-09-06T16:35:24.508Z | Compiling bitstruct_derive v0.1.0 |
| 1690 | 2024-09-06T16:35:24.567Z | Compiling async-recursion v1.1.1 |
| 1691 | 2024-09-06T16:35:25.454Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
| 1692 | 2024-09-06T16:35:25.586Z | Compiling typeid v1.0.0 |
| 1693 | 2024-09-06T16:35:25.644Z | Compiling ascii v1.1.0 |
| 1694 | 2024-09-06T16:35:25.744Z | Compiling ringbuffer v0.15.0 |
| 1695 | 2024-09-06T16:35:25.840Z | Compiling erased-serde v0.4.5 |
| 1696 | 2024-09-06T16:35:26.318Z | Compiling rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
| 1697 | 2024-09-06T16:35:26.860Z | Compiling bitstruct v0.1.1 |
| 1698 | 2024-09-06T16:35:26.988Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
| 1699 | 2024-09-06T16:35:27.145Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
| 1700 | 2024-09-06T16:35:27.258Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
| 1701 | 2024-09-06T16:35:27.721Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 1702 | 2024-09-06T16:35:27.975Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
| 1703 | 2024-09-06T16:35:28.073Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
| 1704 | 2024-09-06T16:35:28.366Z | Compiling const_format_proc_macros v0.2.32 |
| 1705 | 2024-09-06T16:35:28.592Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
| 1706 | 2024-09-06T16:35:28.833Z | Compiling serde_arrays v0.1.0 |
| 1707 | 2024-09-06T16:35:29.012Z | Compiling kstat-rs v0.2.4 |
| 1708 | 2024-09-06T16:35:29.631Z | Compiling libloading v0.7.4 |
| 1709 | 2024-09-06T16:35:29.771Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5bf5f095) |
| 1710 | 2024-09-06T16:35:29.918Z | Compiling const_format v0.2.32 |
| 1711 | 2024-09-06T16:35:30.017Z | Compiling propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
| 1712 | 2024-09-06T16:35:30.510Z | Compiling propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
| 1713 | 2024-09-06T16:35:30.916Z | Compiling ron v0.8.1 |
| 1714 | 2024-09-06T16:35:35.171Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
| 1715 | 2024-09-06T16:35:35.533Z | Compiling bit_field v0.10.2 |
| 1716 | 2024-09-06T16:35:35.761Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
| 1717 | 2024-09-06T16:35:43.526Z | warning: struct `Type2` is never constructed |
| 1718 | 2024-09-06T16:35:43.526Z | --> lib/propolis/src/firmware/smbios/bits.rs:146:19 |
| 1719 | 2024-09-06T16:35:43.527Z | | |
| 1720 | 2024-09-06T16:35:43.527Z | 146 | pub(crate) struct Type2 { |
| 1721 | 2024-09-06T16:35:43.527Z | | ^^^^^ |
| 1722 | 2024-09-06T16:35:43.527Z | | |
| 1723 | 2024-09-06T16:35:43.527Z | = note: `#[warn(dead_code)]` on by default |
| 1724 | 2024-09-06T16:35:43.527Z | |
| 1725 | 2024-09-06T16:35:43.527Z | warning: struct `Type3` is never constructed |
| 1726 | 2024-09-06T16:35:43.527Z | --> lib/propolis/src/firmware/smbios/bits.rs:165:19 |
| 1727 | 2024-09-06T16:35:43.527Z | | |
| 1728 | 2024-09-06T16:35:43.527Z | 165 | pub(crate) struct Type3 { |
| 1729 | 2024-09-06T16:35:43.527Z | | ^^^^^ |
| 1730 | 2024-09-06T16:35:43.527Z | |
| 1731 | 2024-09-06T16:35:49.468Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
| 1732 | 2024-09-06T16:35:49.570Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
| 1733 | 2024-09-06T16:35:50.141Z | warning: this function depends on never type fallback being `()` |
| 1734 | 2024-09-06T16:35:50.141Z | --> bin/propolis-cli/src/main.rs:497:1 |
| 1735 | 2024-09-06T16:35:50.141Z | | |
| 1736 | 2024-09-06T16:35:50.141Z | 497 | / async fn migrate_instance( |
| 1737 | 2024-09-06T16:35:50.141Z | 498 | | src_client: Client, |
| 1738 | 2024-09-06T16:35:50.141Z | 499 | | dst_client: Client, |
| 1739 | 2024-09-06T16:35:50.141Z | 500 | | src_addr: SocketAddr, |
| 1740 | 2024-09-06T16:35:50.141Z | 501 | | dst_uuid: Uuid, |
| 1741 | 2024-09-06T16:35:50.141Z | 502 | | disks: Vec<DiskRequest>, |
| 1742 | 2024-09-06T16:35:50.141Z | 503 | | ) -> anyhow::Result<()> { |
| 1743 | 2024-09-06T16:35:50.141Z | | |_______________________^ |
| 1744 | 2024-09-06T16:35:50.141Z | | |
| 1745 | 2024-09-06T16:35:50.141Z | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! |
| 1746 | 2024-09-06T16:35:50.141Z | = note: for more information, see issue #123748 <https://github.com/rust-lang/rust/issues/123748> |
| 1747 | 2024-09-06T16:35:50.141Z | = help: specify the types explicitly |
| 1748 | 2024-09-06T16:35:50.141Z | note: in edition 2024, the requirement `!: FromIterator<()>` will fail |
| 1749 | 2024-09-06T16:35:50.141Z | --> bin/propolis-cli/src/main.rs:598:20 |
| 1750 | 2024-09-06T16:35:50.141Z | | |
| 1751 | 2024-09-06T16:35:50.141Z | 598 | .collect::<anyhow::Result<_>>()?; |
| 1752 | 2024-09-06T16:35:50.141Z | | ^^^^^^^^^^^^^^^^^ |
| 1753 | 2024-09-06T16:35:50.141Z | = note: `#[warn(dependency_on_unit_never_type_fallback)]` on by default |
| 1754 | 2024-09-06T16:35:50.141Z | |
| 1755 | 2024-09-06T16:36:08.879Z | warning: `propolis-cli` (bin "propolis-cli") generated 1 warning |
| 1756 | 2024-09-06T16:36:21.471Z | warning: `propolis` (lib) generated 2 warnings |
| 1757 | 2024-09-06T16:36:44.471Z | Finished `release` profile [optimized] target(s) in 4m 44s |
| 1758 | 2024-09-06T16:36:44.602Z | |
| 1759 | 2024-09-06T16:36:44.626Z | real 4:44.608760374 |
| 1760 | 2024-09-06T16:36:44.626Z | user 32:01.028294897 |
| 1761 | 2024-09-06T16:36:44.626Z | sys 3:24.496283475 |
| 1762 | 2024-09-06T16:36:44.626Z | trap 0.896227030 |
| 1763 | 2024-09-06T16:36:44.626Z | tflt 1.136216572 |
| 1764 | 2024-09-06T16:36:44.626Z | dflt 0.779717051 |
| 1765 | 2024-09-06T16:36:44.626Z | kflt 0.000707224 |
| 1766 | 2024-09-06T16:36:44.626Z | lock 1:10:41.508212362 |
| 1767 | 2024-09-06T16:36:44.626Z | slp 1:58:31.352045591 |
| 1768 | 2024-09-06T16:36:44.626Z | lat 1:42.545988748 |
| 1769 | 2024-09-06T16:36:44.626Z | stop 2:08.682598444 |
| 1770 | 2024-09-06T16:36:44.626Z | + OUTDIR=/work/release |
| 1771 | 2024-09-06T16:36:44.626Z | + mkdir -p /work/release |
| 1772 | 2024-09-06T16:36:44.626Z | + cp target/release/propolis-cli /work/release/propolis-cli |
| 1773 | 2024-09-06T16:36:44.627Z | + cp target/release/propolis-server /work/release/propolis-server |
| 1774 | 2024-09-06T16:36:44.689Z | process exited: duration 538695 ms, exit code 0 |
| |
| 1775 | 2024-09-06T16:36:44.739Z | found 2 output files |
| 1776 | 2024-09-06T16:36:44.739Z | uploading: /work/release/propolis-cli (13686128 bytes) |
| 1777 | 2024-09-06T16:36:50.013Z | uploaded: /work/release/propolis-cli |
| 1778 | 2024-09-06T16:36:50.013Z | uploading: /work/release/propolis-server (56308488 bytes) |
| 1779 | 2024-09-06T16:36:59.379Z | uploaded: /work/release/propolis-server |