|
|
|
| 1 | 2024-12-02T20:39:01.371Z | job assigned to worker 01JE4HHD7SWWQVVHKB45E6B6J1 [factory gimlet-EVT22200007-propolis, EVT22200007/19749] (queued for 23 s) |
| |
| 2 | 2024-12-02T20:39:09.308Z | starting task 0: "setup" |
| 3 | 2024-12-02T20:39:09.332Z | ++ uname -s |
| 4 | 2024-12-02T20:39:09.332Z | + kern=SunOS |
| 5 | 2024-12-02T20:39:09.333Z | + case "$kern" in |
| 6 | 2024-12-02T20:39:09.333Z | + groupadd -g 12345 build |
| 7 | 2024-12-02T20:39:09.333Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-12-02T20:39:11.331Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-12-02T20:39:11.366Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-12-02T20:39:11.390Z | + home_fs=zfs |
| 11 | 2024-12-02T20:39:11.390Z | + [[ zfs == autofs ]] |
| 12 | 2024-12-02T20:39:11.390Z | + mkdir -p /home/build |
| 13 | 2024-12-02T20:39:11.390Z | + chown build:build /home/build /work |
| 14 | 2024-12-02T20:39:13.375Z | + chmod 0700 /home/build /work |
| 15 | 2024-12-02T20:39:13.400Z | process exited: duration 4074 ms, exit code 0 |
| |
| 16 | 2024-12-02T20:39:13.451Z | starting task 1: "rust-toolchain" |
| 17 | 2024-12-02T20:39:13.474Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-12-02T20:39:13.474Z | ' stable |
| 19 | 2024-12-02T20:39:13.474Z | + printf ' * toolchain profile = "%s" |
| 20 | 2024-12-02T20:39:13.475Z | ' default |
| 21 | 2024-12-02T20:39:13.475Z | * toolchain channel = "stable" |
| 22 | 2024-12-02T20:39:13.475Z | * toolchain profile = "default" |
| 23 | 2024-12-02T20:39:13.475Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-12-02T20:39:13.475Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 25 | 2024-12-02T20:39:13.594Z | info: downloading installer |
| 26 | 2024-12-02T20:39:13.967Z | info: profile set to 'default' |
| 27 | 2024-12-02T20:39:13.967Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-12-02T20:39:13.967Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
| 29 | 2024-12-02T20:39:14.065Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
| 30 | 2024-12-02T20:39:14.089Z | info: downloading component 'cargo' |
| 31 | 2024-12-02T20:39:14.206Z | info: downloading component 'clippy' |
| 32 | 2024-12-02T20:39:14.265Z | info: downloading component 'rust-docs' |
| 33 | 2024-12-02T20:39:14.444Z | info: downloading component 'rust-std' |
| 34 | 2024-12-02T20:39:14.706Z | info: downloading component 'rustc' |
| 35 | 2024-12-02T20:39:15.797Z | info: downloading component 'rustfmt' |
| 36 | 2024-12-02T20:39:15.841Z | info: installing component 'cargo' |
| 37 | 2024-12-02T20:39:16.916Z | info: installing component 'clippy' |
| 38 | 2024-12-02T20:39:17.361Z | info: installing component 'rust-docs' |
| 39 | 2024-12-02T20:39:20.198Z | info: installing component 'rust-std' |
| 40 | 2024-12-02T20:39:22.146Z | info: installing component 'rustc' |
| 41 | 2024-12-02T20:39:28.925Z | info: installing component 'rustfmt' |
| 42 | 2024-12-02T20:39:29.301Z | |
| 43 | 2024-12-02T20:39:29.301Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
| 44 | 2024-12-02T20:39:29.450Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
| 45 | 2024-12-02T20:39:29.450Z | |
| 46 | 2024-12-02T20:39:29.450Z | |
| 47 | 2024-12-02T20:39:29.450Z | Rust is installed now. Great! |
| 48 | 2024-12-02T20:39:29.450Z | |
| 49 | 2024-12-02T20:39:29.450Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-12-02T20:39:29.450Z | environment variable. This has not been done automatically. |
| 51 | 2024-12-02T20:39:29.450Z | |
| 52 | 2024-12-02T20:39:29.450Z | To configure your current shell, you need to source |
| 53 | 2024-12-02T20:39:29.450Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-12-02T20:39:29.450Z | |
| 55 | 2024-12-02T20:39:29.450Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-12-02T20:39:29.450Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-12-02T20:39:29.450Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-12-02T20:39:29.537Z | + rustc --version |
| 59 | 2024-12-02T20:39:29.655Z | rustc 1.83.0 (90b35a623 2024-11-26) |
| 60 | 2024-12-02T20:39:29.679Z | process exited: duration 16210 ms, exit code 0 |
| |
| 61 | 2024-12-02T20:39:29.725Z | starting task 2: "authentication" |
| 62 | 2024-12-02T20:39:29.781Z | process exited: duration 55 ms, exit code 0 |
| |
| 63 | 2024-12-02T20:39:29.828Z | starting task 3: "clone repository" |
| 64 | 2024-12-02T20:39:29.851Z | + mkdir -p /work/oxidecomputer/propolis |
| 65 | 2024-12-02T20:39:29.851Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
| 66 | 2024-12-02T20:39:29.875Z | Cloning into '/work/oxidecomputer/propolis'... |
| 67 | 2024-12-02T20:39:30.952Z | + cd /work/oxidecomputer/propolis |
| 68 | 2024-12-02T20:39:30.952Z | + git fetch origin 650fca91f9efc9119bfd81670c957a99d3995581 |
| 69 | 2024-12-02T20:39:31.306Z | From https://github.com/oxidecomputer/propolis |
| 70 | 2024-12-02T20:39:31.306Z | * branch 650fca91f9efc9119bfd81670c957a99d3995581 -> FETCH_HEAD |
| 71 | 2024-12-02T20:39:31.329Z | + [[ -n gjcolombo/target-spec-from-migration-source ]] |
| 72 | 2024-12-02T20:39:31.329Z | ++ git branch --show-current |
| 73 | 2024-12-02T20:39:31.329Z | + current=master |
| 74 | 2024-12-02T20:39:31.330Z | + [[ master != gjcolombo/target-spec-from-migration-source ]] |
| 75 | 2024-12-02T20:39:31.330Z | + git branch -f gjcolombo/target-spec-from-migration-source 650fca91f9efc9119bfd81670c957a99d3995581 |
| 76 | 2024-12-02T20:39:31.353Z | + git checkout -f gjcolombo/target-spec-from-migration-source |
| 77 | 2024-12-02T20:39:31.376Z | Switched to branch 'gjcolombo/target-spec-from-migration-source' |
| 78 | 2024-12-02T20:39:31.376Z | + git reset --hard 650fca91f9efc9119bfd81670c957a99d3995581 |
| 79 | 2024-12-02T20:39:31.408Z | HEAD is now at 650fca9 fix broken comment |
| 80 | 2024-12-02T20:39:31.408Z | process exited: duration 1568 ms, exit code 0 |
| |
| 81 | 2024-12-02T20:39:31.457Z | starting task 4: "build" |
| 82 | 2024-12-02T20:39:31.480Z | + cargo --version |
| 83 | 2024-12-02T20:39:31.565Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
| 84 | 2024-12-02T20:39:31.588Z | + rustc --version |
| 85 | 2024-12-02T20:39:31.669Z | rustc 1.83.0 (90b35a623 2024-11-26) |
| 86 | 2024-12-02T20:39:31.693Z | + banner check |
| 87 | 2024-12-02T20:39:31.693Z | |
| 88 | 2024-12-02T20:39:31.693Z | #### # # ###### #### # # |
| 89 | 2024-12-02T20:39:31.693Z | # # # # # # # # # |
| 90 | 2024-12-02T20:39:31.693Z | # ###### ##### # #### |
| 91 | 2024-12-02T20:39:31.693Z | # # # # # # # |
| 92 | 2024-12-02T20:39:31.693Z | # # # # # # # # # |
| 93 | 2024-12-02T20:39:31.693Z | #### # # ###### #### # # |
| 94 | 2024-12-02T20:39:31.693Z | |
| 95 | 2024-12-02T20:39:31.693Z | + ptime -m cargo check --features falcon |
| 96 | 2024-12-02T20:39:31.935Z | Updating crates.io index |
| 97 | 2024-12-02T20:39:32.001Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 98 | 2024-12-02T20:39:34.914Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 99 | 2024-12-02T20:39:41.787Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 100 | 2024-12-02T20:39:42.146Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 101 | 2024-12-02T20:39:42.465Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 102 | 2024-12-02T20:39:42.904Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 103 | 2024-12-02T20:39:43.349Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 104 | 2024-12-02T20:39:43.730Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 105 | 2024-12-02T20:39:44.379Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 106 | 2024-12-02T20:39:44.712Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 107 | 2024-12-02T20:39:45.114Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 108 | 2024-12-02T20:39:45.795Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 109 | 2024-12-02T20:39:46.716Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 110 | 2024-12-02T20:39:47.864Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 111 | 2024-12-02T20:39:48.545Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 112 | 2024-12-02T20:39:48.849Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 113 | 2024-12-02T20:39:49.375Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 114 | 2024-12-02T20:39:49.807Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 115 | 2024-12-02T20:39:50.949Z | Downloading crates ... |
| 116 | 2024-12-02T20:39:56.043Z | Downloaded aead v0.5.2 |
| 117 | 2024-12-02T20:39:56.067Z | Downloaded aes-gcm-siv v0.11.1 |
| 118 | 2024-12-02T20:39:56.067Z | Downloaded ahash v0.8.11 |
| 119 | 2024-12-02T20:39:56.067Z | Downloaded allocator-api2 v0.2.18 |
| 120 | 2024-12-02T20:39:56.093Z | Downloaded semver v1.0.23 |
| 121 | 2024-12-02T20:39:56.093Z | Downloaded backoff v0.4.0 |
| 122 | 2024-12-02T20:39:56.093Z | Downloaded num_enum_derive v0.7.2 |
| 123 | 2024-12-02T20:39:56.117Z | Downloaded openssl-macros v0.1.1 |
| 124 | 2024-12-02T20:39:56.117Z | Downloaded openssl-probe v0.1.5 |
| 125 | 2024-12-02T20:39:56.117Z | Downloaded byteorder v1.5.0 |
| 126 | 2024-12-02T20:39:56.117Z | Downloaded once_cell v1.19.0 |
| 127 | 2024-12-02T20:39:56.140Z | Downloaded itoa v1.0.11 |
| 128 | 2024-12-02T20:39:56.164Z | Downloaded semver v0.1.20 |
| 129 | 2024-12-02T20:39:56.188Z | Downloaded sigpipe v0.1.3 |
| 130 | 2024-12-02T20:39:56.188Z | Downloaded typify v0.2.0 |
| 131 | 2024-12-02T20:39:56.212Z | Downloaded ident_case v1.0.1 |
| 132 | 2024-12-02T20:39:56.212Z | Downloaded hyper-tls v0.6.0 |
| 133 | 2024-12-02T20:39:56.236Z | Downloaded serde_arrays v0.1.0 |
| 134 | 2024-12-02T20:39:56.260Z | Downloaded libsw v3.3.1 |
| 135 | 2024-12-02T20:39:56.260Z | Downloaded serde-big-array v0.5.1 |
| 136 | 2024-12-02T20:39:56.284Z | Downloaded serde_derive_internals v0.29.1 |
| 137 | 2024-12-02T20:39:56.284Z | Downloaded tinyvec_macros v0.1.1 |
| 138 | 2024-12-02T20:39:56.284Z | Downloaded tokio-native-tls v0.3.1 |
| 139 | 2024-12-02T20:39:56.309Z | Downloaded ucd-trie v0.1.6 |
| 140 | 2024-12-02T20:39:56.309Z | Downloaded slog-json v2.6.1 |
| 141 | 2024-12-02T20:39:56.309Z | Downloaded structmeta-derive v0.3.0 |
| 142 | 2024-12-02T20:39:56.309Z | Downloaded usdt-impl v0.3.5 |
| 143 | 2024-12-02T20:39:56.309Z | Downloaded ipnet v2.9.0 |
| 144 | 2024-12-02T20:39:56.309Z | Downloaded structmeta v0.3.0 |
| 145 | 2024-12-02T20:39:56.309Z | Downloaded heapless v0.8.0 |
| 146 | 2024-12-02T20:39:56.332Z | Downloaded tokio-macros v2.4.0 |
| 147 | 2024-12-02T20:39:56.332Z | Downloaded hashbrown v0.12.3 |
| 148 | 2024-12-02T20:39:56.332Z | Downloaded tinyvec v1.6.0 |
| 149 | 2024-12-02T20:39:56.355Z | Downloaded unicode-ident v1.0.13 |
| 150 | 2024-12-02T20:39:56.355Z | Downloaded unicode-bidi v0.3.15 |
| 151 | 2024-12-02T20:39:56.356Z | Downloaded nix v0.29.0 |
| 152 | 2024-12-02T20:39:56.380Z | Downloaded steno v0.4.1 |
| 153 | 2024-12-02T20:39:56.380Z | Downloaded syn v2.0.77 |
| 154 | 2024-12-02T20:39:56.404Z | Downloaded unicode-normalization v0.1.23 |
| 155 | 2024-12-02T20:39:56.404Z | Downloaded time v0.3.36 |
| 156 | 2024-12-02T20:39:56.427Z | Downloaded itertools v0.13.0 |
| 157 | 2024-12-02T20:39:56.427Z | Downloaded chrono v0.4.38 |
| 158 | 2024-12-02T20:39:56.450Z | Downloaded webpki-roots v0.26.3 |
| 159 | 2024-12-02T20:39:56.450Z | Downloaded bitvec v1.0.1 |
| 160 | 2024-12-02T20:39:56.474Z | Downloaded serde_with v3.9.0 |
| 161 | 2024-12-02T20:39:56.474Z | Downloaded dropshot v0.12.0 |
| 162 | 2024-12-02T20:39:56.497Z | Downloaded unicode-width v0.1.14 |
| 163 | 2024-12-02T20:39:56.521Z | Downloaded futures-util v0.3.30 |
| 164 | 2024-12-02T20:39:56.521Z | Downloaded libc v0.2.159 |
| 165 | 2024-12-02T20:39:56.544Z | Downloaded goblin v0.8.2 |
| 166 | 2024-12-02T20:39:56.567Z | Downloaded bstr v1.9.1 |
| 167 | 2024-12-02T20:39:56.567Z | Downloaded libm v0.2.8 |
| 168 | 2024-12-02T20:39:56.597Z | Downloaded h2 v0.4.6 |
| 169 | 2024-12-02T20:39:56.597Z | Downloaded clap_builder v4.5.2 |
| 170 | 2024-12-02T20:39:56.597Z | Downloaded ring v0.17.8 |
| 171 | 2024-12-02T20:39:56.667Z | Downloaded smoltcp v0.11.0 |
| 172 | 2024-12-02T20:39:56.690Z | Downloaded itertools v0.10.5 |
| 173 | 2024-12-02T20:39:56.690Z | Downloaded zerocopy-derive v0.2.0 |
| 174 | 2024-12-02T20:39:56.713Z | Downloaded hashbrown v0.14.5 |
| 175 | 2024-12-02T20:39:56.713Z | Downloaded zerocopy v0.7.34 |
| 176 | 2024-12-02T20:39:56.736Z | Downloaded tokio-util v0.7.11 |
| 177 | 2024-12-02T20:39:56.736Z | Downloaded zerocopy-derive v0.6.6 |
| 178 | 2024-12-02T20:39:56.736Z | Downloaded syn v1.0.109 |
| 179 | 2024-12-02T20:39:56.760Z | Downloaded nix v0.28.0 |
| 180 | 2024-12-02T20:39:56.783Z | Downloaded toml_edit v0.19.15 |
| 181 | 2024-12-02T20:39:56.810Z | Downloaded petgraph v0.6.5 |
| 182 | 2024-12-02T20:39:56.810Z | Downloaded serde_yaml v0.9.34+deprecated |
| 183 | 2024-12-02T20:39:56.810Z | Downloaded unicode-segmentation v1.11.0 |
| 184 | 2024-12-02T20:39:56.810Z | Downloaded slog-dtrace v0.3.0 |
| 185 | 2024-12-02T20:39:56.833Z | Downloaded futures v0.3.30 |
| 186 | 2024-12-02T20:39:56.833Z | Downloaded mio v1.0.2 |
| 187 | 2024-12-02T20:39:56.833Z | Downloaded time-macros v0.2.18 |
| 188 | 2024-12-02T20:39:56.833Z | Downloaded slog-term v2.9.1 |
| 189 | 2024-12-02T20:39:56.833Z | Downloaded sha2 v0.10.8 |
| 190 | 2024-12-02T20:39:56.833Z | Downloaded serde_with_macros v3.9.0 |
| 191 | 2024-12-02T20:39:56.833Z | Downloaded crossbeam-channel v0.5.12 |
| 192 | 2024-12-02T20:39:56.856Z | Downloaded tokio v1.39.3 |
| 193 | 2024-12-02T20:39:56.879Z | Downloaded const_format v0.2.32 |
| 194 | 2024-12-02T20:39:56.903Z | Downloaded strsim v0.11.1 |
| 195 | 2024-12-02T20:39:56.903Z | Downloaded sha1 v0.10.6 |
| 196 | 2024-12-02T20:39:56.903Z | Downloaded serde_tokenstream v0.1.7 |
| 197 | 2024-12-02T20:39:56.903Z | Downloaded serde_spanned v0.6.7 |
| 198 | 2024-12-02T20:39:56.903Z | Downloaded libloading v0.7.4 |
| 199 | 2024-12-02T20:39:56.903Z | Downloaded futures-channel v0.3.30 |
| 200 | 2024-12-02T20:39:56.903Z | Downloaded slog-bunyan v2.5.0 |
| 201 | 2024-12-02T20:39:56.932Z | Downloaded serde_tokenstream v0.2.2 |
| 202 | 2024-12-02T20:39:56.932Z | Downloaded serde_json v1.0.128 |
| 203 | 2024-12-02T20:39:56.932Z | Downloaded regex-automata v0.4.6 |
| 204 | 2024-12-02T20:39:56.956Z | Downloaded cc v1.0.97 |
| 205 | 2024-12-02T20:39:56.956Z | Downloaded bytes v1.7.2 |
| 206 | 2024-12-02T20:39:56.956Z | Downloaded typify-macro v0.2.0 |
| 207 | 2024-12-02T20:39:56.956Z | Downloaded tokio-tungstenite v0.21.0 |
| 208 | 2024-12-02T20:39:56.956Z | Downloaded tokio-rustls v0.26.0 |
| 209 | 2024-12-02T20:39:56.956Z | Downloaded tokio-rustls v0.25.0 |
| 210 | 2024-12-02T20:39:56.956Z | Downloaded tokio-rustls v0.24.1 |
| 211 | 2024-12-02T20:39:56.956Z | Downloaded serde_urlencoded v0.7.1 |
| 212 | 2024-12-02T20:39:56.980Z | Downloaded serde_repr v0.1.19 |
| 213 | 2024-12-02T20:39:56.980Z | Downloaded serde_path_to_error v0.1.16 |
| 214 | 2024-12-02T20:39:56.980Z | Downloaded futures-core v0.3.30 |
| 215 | 2024-12-02T20:39:56.980Z | Downloaded vcpkg v0.2.15 |
| 216 | 2024-12-02T20:39:57.007Z | Downloaded usdt v0.3.5 |
| 217 | 2024-12-02T20:39:57.030Z | Downloaded hickory-proto v0.24.1 |
| 218 | 2024-12-02T20:39:57.030Z | Downloaded typify-impl v0.2.0 |
| 219 | 2024-12-02T20:39:57.053Z | Downloaded thread_local v1.1.8 |
| 220 | 2024-12-02T20:39:57.053Z | Downloaded thread-id v4.2.1 |
| 221 | 2024-12-02T20:39:57.053Z | Downloaded encoding_rs v0.8.34 |
| 222 | 2024-12-02T20:39:57.076Z | Downloaded thiserror-impl v1.0.64 |
| 223 | 2024-12-02T20:39:57.076Z | Downloaded thiserror v1.0.64 |
| 224 | 2024-12-02T20:39:57.077Z | Downloaded terminal_size v0.3.0 |
| 225 | 2024-12-02T20:39:57.100Z | Downloaded term v0.7.0 |
| 226 | 2024-12-02T20:39:57.100Z | Downloaded tempfile v3.10.1 |
| 227 | 2024-12-02T20:39:57.100Z | Downloaded supports-color v3.0.1 |
| 228 | 2024-12-02T20:39:57.100Z | Downloaded strum_macros v0.26.2 |
| 229 | 2024-12-02T20:39:57.100Z | Downloaded strum_macros v0.25.3 |
| 230 | 2024-12-02T20:39:57.101Z | Downloaded socket2 v0.5.7 |
| 231 | 2024-12-02T20:39:57.101Z | Downloaded smf v0.2.3 |
| 232 | 2024-12-02T20:39:57.101Z | Downloaded winnow v0.6.18 |
| 233 | 2024-12-02T20:39:57.125Z | Downloaded toml v0.8.19 |
| 234 | 2024-12-02T20:39:57.125Z | Downloaded toml v0.7.8 |
| 235 | 2024-12-02T20:39:57.125Z | Downloaded vergen v8.3.2 |
| 236 | 2024-12-02T20:39:57.125Z | Downloaded time-core v0.1.2 |
| 237 | 2024-12-02T20:39:57.125Z | Downloaded swrite v0.1.0 |
| 238 | 2024-12-02T20:39:57.125Z | Downloaded subtle v2.5.0 |
| 239 | 2024-12-02T20:39:57.125Z | Downloaded strum v0.26.2 |
| 240 | 2024-12-02T20:39:57.125Z | Downloaded static_assertions v1.1.0 |
| 241 | 2024-12-02T20:39:57.125Z | Downloaded stable_deref_trait v1.2.0 |
| 242 | 2024-12-02T20:39:57.125Z | Downloaded spin v0.9.8 |
| 243 | 2024-12-02T20:39:57.149Z | Downloaded smallvec v1.13.2 |
| 244 | 2024-12-02T20:39:57.149Z | Downloaded memchr v2.7.2 |
| 245 | 2024-12-02T20:39:57.149Z | Downloaded ipnetwork v0.20.0 |
| 246 | 2024-12-02T20:39:57.149Z | Downloaded futures-macro v0.3.30 |
| 247 | 2024-12-02T20:39:57.149Z | Downloaded futures-io v0.3.30 |
| 248 | 2024-12-02T20:39:57.149Z | Downloaded futures-executor v0.3.30 |
| 249 | 2024-12-02T20:39:57.149Z | Downloaded winnow v0.5.40 |
| 250 | 2024-12-02T20:39:57.172Z | Downloaded idna v0.4.0 |
| 251 | 2024-12-02T20:39:57.172Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 252 | 2024-12-02T20:39:57.232Z | Downloaded serde_derive v1.0.210 |
| 253 | 2024-12-02T20:39:57.256Z | Downloaded memmap v0.7.0 |
| 254 | 2024-12-02T20:39:57.256Z | Downloaded managed v0.8.0 |
| 255 | 2024-12-02T20:39:57.256Z | Downloaded macaddr v1.0.1 |
| 256 | 2024-12-02T20:39:57.256Z | Downloaded log v0.4.22 |
| 257 | 2024-12-02T20:39:57.256Z | Downloaded lock_api v0.4.12 |
| 258 | 2024-12-02T20:39:57.256Z | Downloaded idna v0.5.0 |
| 259 | 2024-12-02T20:39:57.256Z | Downloaded getrandom v0.2.14 |
| 260 | 2024-12-02T20:39:57.256Z | Downloaded rustls v0.23.10 |
| 261 | 2024-12-02T20:39:57.280Z | Downloaded dropshot_endpoint v0.12.0 |
| 262 | 2024-12-02T20:39:57.280Z | Downloaded darling_core v0.20.9 |
| 263 | 2024-12-02T20:39:57.280Z | Downloaded crossbeam-epoch v0.9.18 |
| 264 | 2024-12-02T20:39:57.304Z | Downloaded newtype_derive v0.1.6 |
| 265 | 2024-12-02T20:39:57.304Z | Downloaded match_cfg v0.1.0 |
| 266 | 2024-12-02T20:39:57.304Z | Downloaded lru-cache v0.1.2 |
| 267 | 2024-12-02T20:39:57.304Z | Downloaded linked-hash-map v0.5.6 |
| 268 | 2024-12-02T20:39:57.304Z | Downloaded linear-map v1.2.0 |
| 269 | 2024-12-02T20:39:57.304Z | Downloaded is_terminal_polyfill v1.70.0 |
| 270 | 2024-12-02T20:39:57.304Z | Downloaded is_ci v1.2.0 |
| 271 | 2024-12-02T20:39:57.304Z | Downloaded is-terminal v0.4.12 |
| 272 | 2024-12-02T20:39:57.304Z | Downloaded instant v0.1.12 |
| 273 | 2024-12-02T20:39:57.304Z | Downloaded inout v0.1.3 |
| 274 | 2024-12-02T20:39:57.304Z | Downloaded futures-sink v0.3.30 |
| 275 | 2024-12-02T20:39:57.304Z | Downloaded funty v2.0.0 |
| 276 | 2024-12-02T20:39:57.304Z | Downloaded form_urlencoded v1.2.1 |
| 277 | 2024-12-02T20:39:57.304Z | Downloaded foreign-types-macros v0.2.3 |
| 278 | 2024-12-02T20:39:57.304Z | Downloaded foreign-types v0.5.0 |
| 279 | 2024-12-02T20:39:57.304Z | Downloaded fnv v1.0.7 |
| 280 | 2024-12-02T20:39:57.304Z | Downloaded float-ord v0.3.2 |
| 281 | 2024-12-02T20:39:57.304Z | Downloaded filetime v0.2.23 |
| 282 | 2024-12-02T20:39:57.304Z | Downloaded fatfs v0.3.6 |
| 283 | 2024-12-02T20:39:57.327Z | Downloaded fastrand v2.1.0 |
| 284 | 2024-12-02T20:39:57.327Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 285 | 2024-12-02T20:39:57.327Z | Downloaded fallible-iterator v0.3.0 |
| 286 | 2024-12-02T20:39:57.327Z | Downloaded wyz v0.5.1 |
| 287 | 2024-12-02T20:39:57.327Z | Downloaded whoami v1.5.1 |
| 288 | 2024-12-02T20:39:57.327Z | Downloaded want v0.3.1 |
| 289 | 2024-12-02T20:39:57.327Z | Downloaded version_check v0.9.5 |
| 290 | 2024-12-02T20:39:57.327Z | Downloaded uuid v1.10.0 |
| 291 | 2024-12-02T20:39:57.327Z | Downloaded usdt-macro v0.5.0 |
| 292 | 2024-12-02T20:39:57.328Z | Downloaded usdt-impl v0.5.0 |
| 293 | 2024-12-02T20:39:57.328Z | Downloaded url v2.5.0 |
| 294 | 2024-12-02T20:39:57.328Z | Downloaded unsafe-libyaml v0.2.11 |
| 295 | 2024-12-02T20:39:57.351Z | Downloaded universal-hash v0.5.1 |
| 296 | 2024-12-02T20:39:57.351Z | Downloaded unicode-xid v0.2.4 |
| 297 | 2024-12-02T20:39:57.351Z | Downloaded git2 v0.19.0 |
| 298 | 2024-12-02T20:39:57.352Z | Downloaded zerocopy-derive v0.7.34 |
| 299 | 2024-12-02T20:39:57.352Z | Downloaded zerocopy v0.6.6 |
| 300 | 2024-12-02T20:39:57.352Z | Downloaded derive-where v1.2.7 |
| 301 | 2024-12-02T20:39:57.352Z | Downloaded clap_derive v4.5.4 |
| 302 | 2024-12-02T20:39:57.375Z | Downloaded blake2 v0.10.6 |
| 303 | 2024-12-02T20:39:57.375Z | Downloaded foreign-types-shared v0.3.1 |
| 304 | 2024-12-02T20:39:57.375Z | Downloaded foreign-types-shared v0.1.1 |
| 305 | 2024-12-02T20:39:57.375Z | Downloaded foreign-types v0.3.2 |
| 306 | 2024-12-02T20:39:57.375Z | Downloaded fixedbitset v0.4.2 |
| 307 | 2024-12-02T20:39:57.375Z | Downloaded zone_cfg_derive v0.3.0 |
| 308 | 2024-12-02T20:39:57.375Z | Downloaded waitgroup v0.1.2 |
| 309 | 2024-12-02T20:39:57.375Z | Downloaded utf8parse v0.2.1 |
| 310 | 2024-12-02T20:39:57.375Z | Downloaded utf-8 v0.7.6 |
| 311 | 2024-12-02T20:39:57.375Z | Downloaded usdt-attr-macro v0.5.0 |
| 312 | 2024-12-02T20:39:57.375Z | Downloaded usdt v0.5.0 |
| 313 | 2024-12-02T20:39:57.375Z | Downloaded untrusted v0.9.0 |
| 314 | 2024-12-02T20:39:57.375Z | Downloaded indexmap v2.5.0 |
| 315 | 2024-12-02T20:39:57.399Z | Downloaded indexmap v1.9.3 |
| 316 | 2024-12-02T20:39:57.399Z | Downloaded hyper v1.4.1 |
| 317 | 2024-12-02T20:39:57.399Z | Downloaded http v1.1.0 |
| 318 | 2024-12-02T20:39:57.422Z | Downloaded hickory-resolver v0.24.1 |
| 319 | 2024-12-02T20:39:57.422Z | Downloaded generic-array v0.14.7 |
| 320 | 2024-12-02T20:39:57.422Z | Downloaded futures-task v0.3.30 |
| 321 | 2024-12-02T20:39:57.422Z | Downloaded toml_datetime v0.6.8 |
| 322 | 2024-12-02T20:39:57.422Z | Downloaded supports-color v2.1.0 |
| 323 | 2024-12-02T20:39:57.422Z | Downloaded newline-converter v0.3.0 |
| 324 | 2024-12-02T20:39:57.422Z | Downloaded hashlink v0.9.1 |
| 325 | 2024-12-02T20:39:57.423Z | Downloaded usdt-attr-macro v0.3.5 |
| 326 | 2024-12-02T20:39:57.423Z | Downloaded rustls v0.22.4 |
| 327 | 2024-12-02T20:39:57.446Z | Downloaded rustix v0.38.34 |
| 328 | 2024-12-02T20:39:57.469Z | Downloaded regress v0.9.1 |
| 329 | 2024-12-02T20:39:57.469Z | Downloaded regex-syntax v0.8.4 |
| 330 | 2024-12-02T20:39:57.492Z | Downloaded derive_more v0.99.18 |
| 331 | 2024-12-02T20:39:57.492Z | Downloaded darling v0.20.9 |
| 332 | 2024-12-02T20:39:57.492Z | Downloaded crossbeam-utils v0.8.19 |
| 333 | 2024-12-02T20:39:57.492Z | Downloaded cookie v0.18.1 |
| 334 | 2024-12-02T20:39:57.492Z | Downloaded base64 v0.22.1 |
| 335 | 2024-12-02T20:39:57.515Z | Downloaded indent_write v2.2.0 |
| 336 | 2024-12-02T20:39:57.516Z | Downloaded iana-time-zone v0.1.60 |
| 337 | 2024-12-02T20:39:57.516Z | Downloaded hyper-util v0.1.9 |
| 338 | 2024-12-02T20:39:57.516Z | Downloaded tabwriter v1.4.0 |
| 339 | 2024-12-02T20:39:57.516Z | Downloaded synstructure v0.12.6 |
| 340 | 2024-12-02T20:39:57.516Z | Downloaded globset v0.4.14 |
| 341 | 2024-12-02T20:39:57.516Z | Downloaded rustls v0.21.12 |
| 342 | 2024-12-02T20:39:57.539Z | Downloaded reqwest v0.12.7 |
| 343 | 2024-12-02T20:39:57.539Z | Downloaded regex v1.10.6 |
| 344 | 2024-12-02T20:39:57.563Z | Downloaded erased-serde v0.4.5 |
| 345 | 2024-12-02T20:39:57.563Z | Downloaded dof v0.1.5 |
| 346 | 2024-12-02T20:39:57.563Z | Downloaded dirs-next v2.0.0 |
| 347 | 2024-12-02T20:39:57.563Z | Downloaded defmt v0.3.8 |
| 348 | 2024-12-02T20:39:57.563Z | Downloaded hyper-rustls v0.27.3 |
| 349 | 2024-12-02T20:39:57.563Z | Downloaded humantime v2.1.0 |
| 350 | 2024-12-02T20:39:57.563Z | Downloaded hubpack_derive v0.1.1 |
| 351 | 2024-12-02T20:39:57.563Z | Downloaded httpdate v1.0.3 |
| 352 | 2024-12-02T20:39:57.563Z | Downloaded httparse v1.8.0 |
| 353 | 2024-12-02T20:39:57.563Z | Downloaded http-body-util v0.1.2 |
| 354 | 2024-12-02T20:39:57.563Z | Downloaded hostname v0.4.0 |
| 355 | 2024-12-02T20:39:57.563Z | Downloaded hostname v0.3.1 |
| 356 | 2024-12-02T20:39:57.586Z | Downloaded highway v1.2.0 |
| 357 | 2024-12-02T20:39:57.586Z | Downloaded hex v0.4.3 |
| 358 | 2024-12-02T20:39:57.586Z | Downloaded toml_edit v0.22.20 |
| 359 | 2024-12-02T20:39:57.609Z | Downloaded rustls-webpki v0.101.7 |
| 360 | 2024-12-02T20:39:57.609Z | Downloaded quinn-proto v0.11.8 |
| 361 | 2024-12-02T20:39:57.632Z | Downloaded const_format_proc_macros v0.2.32 |
| 362 | 2024-12-02T20:39:57.632Z | Downloaded console v0.15.8 |
| 363 | 2024-12-02T20:39:57.632Z | Downloaded cargo_metadata v0.18.1 |
| 364 | 2024-12-02T20:39:57.632Z | Downloaded camino-tempfile v1.1.1 |
| 365 | 2024-12-02T20:39:57.632Z | Downloaded base64ct v1.6.0 |
| 366 | 2024-12-02T20:39:57.632Z | Downloaded hubpack v0.1.2 |
| 367 | 2024-12-02T20:39:57.632Z | Downloaded libz-sys v1.1.16 |
| 368 | 2024-12-02T20:39:57.701Z | Downloaded http-body v1.0.1 |
| 369 | 2024-12-02T20:39:57.724Z | Downloaded tungstenite v0.21.0 |
| 370 | 2024-12-02T20:39:57.724Z | Downloaded tracing-core v0.1.32 |
| 371 | 2024-12-02T20:39:57.724Z | Downloaded tracing v0.1.40 |
| 372 | 2024-12-02T20:39:57.724Z | Downloaded mime v0.3.17 |
| 373 | 2024-12-02T20:39:57.724Z | Downloaded heck v0.5.0 |
| 374 | 2024-12-02T20:39:57.724Z | Downloaded heck v0.4.1 |
| 375 | 2024-12-02T20:39:57.724Z | Downloaded hash32 v0.3.1 |
| 376 | 2024-12-02T20:39:57.724Z | Downloaded glob v0.3.1 |
| 377 | 2024-12-02T20:39:57.724Z | Downloaded zerocopy v0.3.2 |
| 378 | 2024-12-02T20:39:57.724Z | Downloaded xattr v1.3.1 |
| 379 | 2024-12-02T20:39:57.724Z | Downloaded usdt-macro v0.3.5 |
| 380 | 2024-12-02T20:39:57.724Z | Downloaded rustls-webpki v0.102.4 |
| 381 | 2024-12-02T20:39:57.751Z | Downloaded escargot v0.5.10 |
| 382 | 2024-12-02T20:39:57.775Z | Downloaded errno v0.3.9 |
| 383 | 2024-12-02T20:39:57.775Z | Downloaded enum-as-inner v0.6.0 |
| 384 | 2024-12-02T20:39:57.775Z | Downloaded dtrace-parser v0.1.14 |
| 385 | 2024-12-02T20:39:57.775Z | Downloaded dirs-sys-next v0.1.2 |
| 386 | 2024-12-02T20:39:57.775Z | Downloaded defmt-parser v0.3.4 |
| 387 | 2024-12-02T20:39:57.775Z | Downloaded debug-ignore v1.0.5 |
| 388 | 2024-12-02T20:39:57.775Z | Downloaded typenum v1.17.0 |
| 389 | 2024-12-02T20:39:57.775Z | Downloaded typeid v1.0.0 |
| 390 | 2024-12-02T20:39:57.775Z | Downloaded twox-hash v1.6.3 |
| 391 | 2024-12-02T20:39:57.775Z | Downloaded try-lock v0.2.5 |
| 392 | 2024-12-02T20:39:57.775Z | Downloaded tracing-attributes v0.1.27 |
| 393 | 2024-12-02T20:39:57.775Z | Downloaded tower-service v0.3.2 |
| 394 | 2024-12-02T20:39:57.775Z | Downloaded tar v0.4.40 |
| 395 | 2024-12-02T20:39:57.775Z | Downloaded tap v1.0.1 |
| 396 | 2024-12-02T20:39:57.775Z | Downloaded take_mut v0.2.2 |
| 397 | 2024-12-02T20:39:57.798Z | Downloaded sync_wrapper v1.0.1 |
| 398 | 2024-12-02T20:39:57.798Z | Downloaded slog-async v2.8.0 |
| 399 | 2024-12-02T20:39:57.798Z | Downloaded slog v2.7.0 |
| 400 | 2024-12-02T20:39:57.798Z | Downloaded slab v0.4.9 |
| 401 | 2024-12-02T20:39:57.798Z | Downloaded similar v2.5.0 |
| 402 | 2024-12-02T20:39:57.798Z | Downloaded signal-hook-registry v1.4.2 |
| 403 | 2024-12-02T20:39:57.798Z | Downloaded newtype-uuid v1.1.0 |
| 404 | 2024-12-02T20:39:57.798Z | Downloaded native-tls v0.2.11 |
| 405 | 2024-12-02T20:39:57.798Z | Downloaded multer v3.1.0 |
| 406 | 2024-12-02T20:39:57.798Z | Downloaded kstat-rs v0.2.4 |
| 407 | 2024-12-02T20:39:57.798Z | Downloaded jobserver v0.1.31 |
| 408 | 2024-12-02T20:39:57.798Z | Downloaded schemars v0.8.21 |
| 409 | 2024-12-02T20:39:57.821Z | Downloaded embedded-io v0.6.1 |
| 410 | 2024-12-02T20:39:57.822Z | Downloaded embedded-io v0.4.0 |
| 411 | 2024-12-02T20:39:57.822Z | Downloaded either v1.13.0 |
| 412 | 2024-12-02T20:39:57.822Z | Downloaded dyn-clone v1.0.17 |
| 413 | 2024-12-02T20:39:57.822Z | Downloaded dof v0.3.0 |
| 414 | 2024-12-02T20:39:57.822Z | Downloaded digest v0.10.7 |
| 415 | 2024-12-02T20:39:57.822Z | Downloaded deranged v0.3.11 |
| 416 | 2024-12-02T20:39:57.822Z | Downloaded defmt-macros v0.3.9 |
| 417 | 2024-12-02T20:39:57.845Z | Downloaded data-encoding v2.6.0 |
| 418 | 2024-12-02T20:39:57.845Z | Downloaded ctrlc v3.4.4 |
| 419 | 2024-12-02T20:39:57.845Z | Downloaded ctr v0.9.2 |
| 420 | 2024-12-02T20:39:57.845Z | Downloaded crypto-common v0.1.6 |
| 421 | 2024-12-02T20:39:57.846Z | Downloaded cpufeatures v0.2.12 |
| 422 | 2024-12-02T20:39:57.846Z | Downloaded convert_case v0.4.0 |
| 423 | 2024-12-02T20:39:57.846Z | Downloaded colorchoice v1.0.1 |
| 424 | 2024-12-02T20:39:57.846Z | Downloaded cobs v0.2.3 |
| 425 | 2024-12-02T20:39:57.846Z | Downloaded cfg-if v1.0.0 |
| 426 | 2024-12-02T20:39:57.846Z | Downloaded cargo-platform v0.1.8 |
| 427 | 2024-12-02T20:39:57.846Z | Downloaded block-buffer v0.10.4 |
| 428 | 2024-12-02T20:39:57.846Z | Downloaded bitflags v1.3.2 |
| 429 | 2024-12-02T20:39:57.846Z | Downloaded bit_field v0.10.2 |
| 430 | 2024-12-02T20:39:57.846Z | Downloaded lazy_static v1.5.0 |
| 431 | 2024-12-02T20:39:57.846Z | Downloaded zone v0.3.0 |
| 432 | 2024-12-02T20:39:57.846Z | Downloaded zeroize v1.7.0 |
| 433 | 2024-12-02T20:39:57.870Z | Downloaded serde v1.0.210 |
| 434 | 2024-12-02T20:39:57.870Z | Downloaded scroll_derive v0.12.0 |
| 435 | 2024-12-02T20:39:57.870Z | Downloaded scroll v0.12.0 |
| 436 | 2024-12-02T20:39:57.870Z | Downloaded scopeguard v1.2.0 |
| 437 | 2024-12-02T20:39:57.870Z | Downloaded schemars_derive v0.8.21 |
| 438 | 2024-12-02T20:39:57.870Z | Downloaded ryu v1.0.18 |
| 439 | 2024-12-02T20:39:57.870Z | Downloaded rustversion v1.0.17 |
| 440 | 2024-12-02T20:39:57.870Z | Downloaded rustls-pki-types v1.7.0 |
| 441 | 2024-12-02T20:39:57.870Z | Downloaded rustls-pemfile v2.1.3 |
| 442 | 2024-12-02T20:39:57.870Z | Downloaded rustls-pemfile v1.0.4 |
| 443 | 2024-12-02T20:39:57.870Z | Downloaded rustc_version v0.1.7 |
| 444 | 2024-12-02T20:39:57.870Z | Downloaded rusqlite v0.32.1 |
| 445 | 2024-12-02T20:39:57.894Z | Downloaded ron v0.8.1 |
| 446 | 2024-12-02T20:39:57.894Z | Downloaded ringbuffer v0.15.0 |
| 447 | 2024-12-02T20:39:57.894Z | Downloaded rayon v1.10.0 |
| 448 | 2024-12-02T20:39:57.917Z | Downloaded rand v0.8.5 |
| 449 | 2024-12-02T20:39:57.917Z | Downloaded libsqlite3-sys v0.30.1 |
| 450 | 2024-12-02T20:39:57.981Z | Downloaded quote v1.0.37 |
| 451 | 2024-12-02T20:39:58.005Z | Downloaded quinn v0.11.5 |
| 452 | 2024-12-02T20:39:58.005Z | Downloaded progenitor v0.8.0 |
| 453 | 2024-12-02T20:39:58.005Z | Downloaded proc-macro-error v1.0.4 |
| 454 | 2024-12-02T20:39:58.005Z | Downloaded proc-macro-crate v1.3.1 |
| 455 | 2024-12-02T20:39:58.005Z | Downloaded prettyplease v0.2.22 |
| 456 | 2024-12-02T20:39:58.005Z | Downloaded pretty-hex v0.2.1 |
| 457 | 2024-12-02T20:39:58.005Z | Downloaded powerfmt v0.2.0 |
| 458 | 2024-12-02T20:39:58.005Z | Downloaded postcard v1.0.9 |
| 459 | 2024-12-02T20:39:58.005Z | Downloaded polyval v0.6.2 |
| 460 | 2024-12-02T20:39:58.005Z | Downloaded plain v0.2.3 |
| 461 | 2024-12-02T20:39:58.005Z | Downloaded pin-utils v0.1.0 |
| 462 | 2024-12-02T20:39:58.028Z | Downloaded pin-project-lite v0.2.14 |
| 463 | 2024-12-02T20:39:58.029Z | Downloaded crossbeam-deque v0.8.5 |
| 464 | 2024-12-02T20:39:58.029Z | Downloaded colored v2.1.0 |
| 465 | 2024-12-02T20:39:58.029Z | Downloaded clap_lex v0.7.0 |
| 466 | 2024-12-02T20:39:58.029Z | Downloaded cipher v0.4.4 |
| 467 | 2024-12-02T20:39:58.029Z | Downloaded sct v0.7.1 |
| 468 | 2024-12-02T20:39:58.029Z | Downloaded rustc_version v0.4.0 |
| 469 | 2024-12-02T20:39:58.029Z | Downloaded rustc-hash v2.0.0 |
| 470 | 2024-12-02T20:39:58.029Z | Downloaded resolv-conf v0.7.0 |
| 471 | 2024-12-02T20:39:58.029Z | Downloaded rayon-core v1.12.1 |
| 472 | 2024-12-02T20:39:58.029Z | Downloaded rand_chacha v0.3.1 |
| 473 | 2024-12-02T20:39:58.052Z | Downloaded radium v0.7.0 |
| 474 | 2024-12-02T20:39:58.052Z | Downloaded quinn-udp v0.5.5 |
| 475 | 2024-12-02T20:39:58.052Z | Downloaded quick-error v1.2.3 |
| 476 | 2024-12-02T20:39:58.052Z | Downloaded progenitor-macro v0.8.0 |
| 477 | 2024-12-02T20:39:58.052Z | Downloaded progenitor-impl v0.8.0 |
| 478 | 2024-12-02T20:39:58.052Z | Downloaded progenitor-client v0.8.0 |
| 479 | 2024-12-02T20:39:58.052Z | Downloaded proc-macro2 v1.0.86 |
| 480 | 2024-12-02T20:39:58.052Z | Downloaded proc-macro-error-attr v1.0.4 |
| 481 | 2024-12-02T20:39:58.052Z | Downloaded pretty-hex v0.4.1 |
| 482 | 2024-12-02T20:39:58.052Z | Downloaded ppv-lite86 v0.2.17 |
| 483 | 2024-12-02T20:39:58.053Z | Downloaded pkg-config v0.3.30 |
| 484 | 2024-12-02T20:39:58.053Z | Downloaded pest_derive v2.7.10 |
| 485 | 2024-12-02T20:39:58.053Z | Downloaded pest v2.7.10 |
| 486 | 2024-12-02T20:39:58.053Z | Downloaded percent-encoding v2.3.1 |
| 487 | 2024-12-02T20:39:58.076Z | Downloaded password-hash v0.5.0 |
| 488 | 2024-12-02T20:39:58.076Z | Downloaded parking_lot v0.12.2 |
| 489 | 2024-12-02T20:39:58.076Z | Downloaded owo-colors v4.1.0 |
| 490 | 2024-12-02T20:39:58.076Z | Downloaded openssl-sys v0.9.103 |
| 491 | 2024-12-02T20:39:58.076Z | Downloaded openssl v0.10.66 |
| 492 | 2024-12-02T20:39:58.076Z | Downloaded equivalent v1.0.1 |
| 493 | 2024-12-02T20:39:58.099Z | Downloaded dtrace-parser v0.2.0 |
| 494 | 2024-12-02T20:39:58.099Z | Downloaded darling_macro v0.20.9 |
| 495 | 2024-12-02T20:39:58.099Z | Downloaded cstr-argument v0.1.2 |
| 496 | 2024-12-02T20:39:58.100Z | Downloaded rand_core v0.6.4 |
| 497 | 2024-12-02T20:39:58.100Z | Downloaded pest_meta v2.7.10 |
| 498 | 2024-12-02T20:39:58.100Z | Downloaded pest_generator v2.7.10 |
| 499 | 2024-12-02T20:39:58.100Z | Downloaded paste v1.0.15 |
| 500 | 2024-12-02T20:39:58.100Z | Downloaded parse-display-derive v0.10.0 |
| 501 | 2024-12-02T20:39:58.100Z | Downloaded parse-display v0.10.0 |
| 502 | 2024-12-02T20:39:58.100Z | Downloaded parking_lot_core v0.9.10 |
| 503 | 2024-12-02T20:39:58.100Z | Downloaded openapiv3 v2.0.0 |
| 504 | 2024-12-02T20:39:58.123Z | Downloaded opaque-debug v0.3.1 |
| 505 | 2024-12-02T20:39:58.123Z | Downloaded num_enum_derive v0.5.11 |
| 506 | 2024-12-02T20:39:58.123Z | Downloaded num-traits v0.2.19 |
| 507 | 2024-12-02T20:39:58.123Z | Downloaded crucible-workspace-hack v0.1.0 |
| 508 | 2024-12-02T20:39:58.123Z | Downloaded clap v4.5.4 |
| 509 | 2024-12-02T20:39:58.123Z | Downloaded cfg_aliases v0.2.1 |
| 510 | 2024-12-02T20:39:58.123Z | Downloaded cancel-safe-futures v0.1.5 |
| 511 | 2024-12-02T20:39:58.147Z | Downloaded bitstruct v0.1.1 |
| 512 | 2024-12-02T20:39:58.147Z | Downloaded num_threads v0.1.7 |
| 513 | 2024-12-02T20:39:58.147Z | Downloaded cfg_aliases v0.1.1 |
| 514 | 2024-12-02T20:39:58.147Z | Downloaded camino v1.1.9 |
| 515 | 2024-12-02T20:39:58.147Z | Downloaded bitstruct_derive v0.1.0 |
| 516 | 2024-12-02T20:39:58.147Z | Downloaded base64 v0.21.7 |
| 517 | 2024-12-02T20:39:58.147Z | Downloaded omicron-workspace-hack v0.1.0 |
| 518 | 2024-12-02T20:39:58.147Z | Downloaded num_enum v0.7.2 |
| 519 | 2024-12-02T20:39:58.147Z | Downloaded num_enum v0.5.11 |
| 520 | 2024-12-02T20:39:58.147Z | Downloaded num-derive v0.4.2 |
| 521 | 2024-12-02T20:39:58.171Z | Downloaded num v0.4.3 |
| 522 | 2024-12-02T20:39:58.171Z | Downloaded num-rational v0.4.2 |
| 523 | 2024-12-02T20:39:58.171Z | Downloaded num-complex v0.4.6 |
| 524 | 2024-12-02T20:39:58.171Z | Downloaded expectorate v1.1.0 |
| 525 | 2024-12-02T20:39:58.171Z | Downloaded bitflags v2.6.0 |
| 526 | 2024-12-02T20:39:58.171Z | Downloaded bincode v1.3.3 |
| 527 | 2024-12-02T20:39:58.171Z | Downloaded num-iter v0.1.45 |
| 528 | 2024-12-02T20:39:58.171Z | Downloaded num-integer v0.1.46 |
| 529 | 2024-12-02T20:39:58.171Z | Downloaded num-conv v0.1.0 |
| 530 | 2024-12-02T20:39:58.171Z | Downloaded num-bigint v0.4.5 |
| 531 | 2024-12-02T20:39:58.171Z | Downloaded autocfg v1.3.0 |
| 532 | 2024-12-02T20:39:58.171Z | Downloaded atty v0.2.14 |
| 533 | 2024-12-02T20:39:58.194Z | Downloaded atomic-waker v1.1.2 |
| 534 | 2024-12-02T20:39:58.195Z | Downloaded async-trait v0.1.83 |
| 535 | 2024-12-02T20:39:58.195Z | Downloaded ascii v1.1.0 |
| 536 | 2024-12-02T20:39:58.195Z | Downloaded argon2 v0.5.3 |
| 537 | 2024-12-02T20:39:58.195Z | Downloaded anyhow v1.0.89 |
| 538 | 2024-12-02T20:39:58.195Z | Downloaded anstyle-query v1.0.3 |
| 539 | 2024-12-02T20:39:58.195Z | Downloaded anstyle v1.0.7 |
| 540 | 2024-12-02T20:39:58.195Z | Downloaded aho-corasick v1.1.3 |
| 541 | 2024-12-02T20:39:58.195Z | Downloaded regress v0.10.1 |
| 542 | 2024-12-02T20:39:58.218Z | Downloaded atomicwrites v0.4.4 |
| 543 | 2024-12-02T20:39:58.218Z | Downloaded async-stream-impl v0.3.5 |
| 544 | 2024-12-02T20:39:58.218Z | Downloaded async-stream v0.3.5 |
| 545 | 2024-12-02T20:39:58.218Z | Downloaded async-recursion v1.1.1 |
| 546 | 2024-12-02T20:39:58.218Z | Downloaded anstyle-parse v0.2.4 |
| 547 | 2024-12-02T20:39:58.218Z | Downloaded anstream v0.6.14 |
| 548 | 2024-12-02T20:39:58.218Z | Downloaded aes v0.8.4 |
| 549 | 2024-12-02T20:39:58.450Z | Compiling proc-macro2 v1.0.86 |
| 550 | 2024-12-02T20:39:58.474Z | Compiling unicode-ident v1.0.13 |
| 551 | 2024-12-02T20:39:58.474Z | Compiling libc v0.2.159 |
| 552 | 2024-12-02T20:39:58.474Z | Compiling serde v1.0.210 |
| 553 | 2024-12-02T20:39:58.474Z | Compiling version_check v0.9.5 |
| 554 | 2024-12-02T20:39:58.475Z | Compiling autocfg v1.3.0 |
| 555 | 2024-12-02T20:39:58.498Z | Checking cfg-if v1.0.0 |
| 556 | 2024-12-02T20:39:58.499Z | Compiling once_cell v1.19.0 |
| 557 | 2024-12-02T20:39:58.754Z | Compiling serde_json v1.0.128 |
| 558 | 2024-12-02T20:39:58.778Z | Compiling thiserror v1.0.64 |
| 559 | 2024-12-02T20:39:58.920Z | Compiling memchr v2.7.2 |
| 560 | 2024-12-02T20:39:59.078Z | Compiling ahash v0.8.11 |
| 561 | 2024-12-02T20:39:59.366Z | Compiling libm v0.2.8 |
| 562 | 2024-12-02T20:39:59.454Z | Compiling byteorder v1.5.0 |
| 563 | 2024-12-02T20:39:59.914Z | Compiling itoa v1.0.11 |
| 564 | 2024-12-02T20:40:00.027Z | Compiling lock_api v0.4.12 |
| 565 | 2024-12-02T20:40:00.151Z | Compiling parking_lot_core v0.9.10 |
| 566 | 2024-12-02T20:40:00.423Z | Compiling ryu v1.0.18 |
| 567 | 2024-12-02T20:40:00.480Z | Compiling quote v1.0.37 |
| 568 | 2024-12-02T20:40:00.521Z | Checking getrandom v0.2.14 |
| 569 | 2024-12-02T20:40:00.583Z | Compiling slab v0.4.9 |
| 570 | 2024-12-02T20:40:00.625Z | Compiling schemars v0.8.21 |
| 571 | 2024-12-02T20:40:00.693Z | Compiling allocator-api2 v0.2.18 |
| 572 | 2024-12-02T20:40:00.722Z | Compiling pkg-config v0.3.30 |
| 573 | 2024-12-02T20:40:00.802Z | Compiling syn v2.0.77 |
| 574 | 2024-12-02T20:40:00.890Z | Compiling jobserver v0.1.31 |
| 575 | 2024-12-02T20:40:00.947Z | Compiling vcpkg v0.2.15 |
| 576 | 2024-12-02T20:40:00.947Z | Compiling num-traits v0.2.19 |
| 577 | 2024-12-02T20:40:01.024Z | Checking pin-project-lite v0.2.14 |
| 578 | 2024-12-02T20:40:01.128Z | Compiling log v0.4.22 |
| 579 | 2024-12-02T20:40:01.256Z | Compiling cc v1.0.97 |
| 580 | 2024-12-02T20:40:01.413Z | Checking smallvec v1.13.2 |
| 581 | 2024-12-02T20:40:01.466Z | Checking scopeguard v1.2.0 |
| 582 | 2024-12-02T20:40:01.600Z | Compiling equivalent v1.0.1 |
| 583 | 2024-12-02T20:40:01.710Z | Checking socket2 v0.5.7 |
| 584 | 2024-12-02T20:40:01.760Z | Checking signal-hook-registry v1.4.2 |
| 585 | 2024-12-02T20:40:01.944Z | Checking mio v1.0.2 |
| 586 | 2024-12-02T20:40:01.968Z | Checking parking_lot v0.12.2 |
| 587 | 2024-12-02T20:40:01.968Z | Compiling typenum v1.17.0 |
| 588 | 2024-12-02T20:40:02.110Z | Compiling httparse v1.8.0 |
| 589 | 2024-12-02T20:40:02.249Z | Compiling generic-array v0.14.7 |
| 590 | 2024-12-02T20:40:02.394Z | Compiling fnv v1.0.7 |
| 591 | 2024-12-02T20:40:02.513Z | Checking iana-time-zone v0.1.60 |
| 592 | 2024-12-02T20:40:02.586Z | Checking futures-core v0.3.30 |
| 593 | 2024-12-02T20:40:02.749Z | Compiling semver v1.0.23 |
| 594 | 2024-12-02T20:40:02.824Z | Checking rand_core v0.6.4 |
| 595 | 2024-12-02T20:40:02.847Z | Checking futures-sink v0.3.30 |
| 596 | 2024-12-02T20:40:02.944Z | Compiling ucd-trie v0.1.6 |
| 597 | 2024-12-02T20:40:02.993Z | Compiling slog v2.7.0 |
| 598 | 2024-12-02T20:40:03.018Z | Compiling heck v0.5.0 |
| 599 | 2024-12-02T20:40:03.055Z | Checking dyn-clone v1.0.17 |
| 600 | 2024-12-02T20:40:03.223Z | Checking subtle v2.5.0 |
| 601 | 2024-12-02T20:40:03.311Z | Checking futures-channel v0.3.30 |
| 602 | 2024-12-02T20:40:03.411Z | Checking pin-utils v0.1.0 |
| 603 | 2024-12-02T20:40:03.440Z | Checking futures-task v0.3.30 |
| 604 | 2024-12-02T20:40:03.504Z | Compiling rustversion v1.0.17 |
| 605 | 2024-12-02T20:40:03.527Z | Checking futures-io v0.3.30 |
| 606 | 2024-12-02T20:40:03.563Z | Compiling ring v0.17.8 |
| 607 | 2024-12-02T20:40:03.587Z | Compiling openssl-sys v0.9.103 |
| 608 | 2024-12-02T20:40:03.636Z | Compiling syn v1.0.109 |
| 609 | 2024-12-02T20:40:03.853Z | Compiling openssl v0.10.66 |
| 610 | 2024-12-02T20:40:04.273Z | Compiling aho-corasick v1.1.3 |
| 611 | 2024-12-02T20:40:04.644Z | Compiling regex-syntax v0.8.4 |
| 612 | 2024-12-02T20:40:04.741Z | Compiling heck v0.4.1 |
| 613 | 2024-12-02T20:40:05.094Z | Checking spin v0.9.8 |
| 614 | 2024-12-02T20:40:05.265Z | Compiling rustls v0.23.10 |
| 615 | 2024-12-02T20:40:05.422Z | Compiling native-tls v0.2.11 |
| 616 | 2024-12-02T20:40:05.762Z | Compiling serde_derive_internals v0.29.1 |
| 617 | 2024-12-02T20:40:05.842Z | Compiling time-core v0.1.2 |
| 618 | 2024-12-02T20:40:05.866Z | Checking untrusted v0.9.0 |
| 619 | 2024-12-02T20:40:05.992Z | Compiling anyhow v1.0.89 |
| 620 | 2024-12-02T20:40:06.015Z | Compiling num-conv v0.1.0 |
| 621 | 2024-12-02T20:40:06.236Z | Compiling time-macros v0.2.18 |
| 622 | 2024-12-02T20:40:06.761Z | Checking tracing-core v0.1.32 |
| 623 | 2024-12-02T20:40:07.333Z | Compiling regex-automata v0.4.6 |
| 624 | 2024-12-02T20:40:07.382Z | Checking crypto-common v0.1.6 |
| 625 | 2024-12-02T20:40:07.405Z | Compiling thread-id v4.2.1 |
| 626 | 2024-12-02T20:40:07.558Z | Compiling camino v1.1.9 |
| 627 | 2024-12-02T20:40:07.882Z | Checking rustls-pki-types v1.7.0 |
| 628 | 2024-12-02T20:40:08.103Z | Checking percent-encoding v2.3.1 |
| 629 | 2024-12-02T20:40:08.294Z | Checking form_urlencoded v1.2.1 |
| 630 | 2024-12-02T20:40:08.317Z | Checking tinyvec_macros v0.1.1 |
| 631 | 2024-12-02T20:40:08.413Z | Checking tinyvec v1.6.0 |
| 632 | 2024-12-02T20:40:08.500Z | Checking ppv-lite86 v0.2.17 |
| 633 | 2024-12-02T20:40:08.523Z | Checking atomic-waker v1.1.2 |
| 634 | 2024-12-02T20:40:08.645Z | Checking zeroize v1.7.0 |
| 635 | 2024-12-02T20:40:09.025Z | Checking rand_chacha v0.3.1 |
| 636 | 2024-12-02T20:40:09.180Z | Compiling serde_derive v1.0.210 |
| 637 | 2024-12-02T20:40:09.357Z | Compiling zerocopy-derive v0.7.34 |
| 638 | 2024-12-02T20:40:09.391Z | Compiling thiserror-impl v1.0.64 |
| 639 | 2024-12-02T20:40:09.391Z | Compiling tokio-macros v2.4.0 |
| 640 | 2024-12-02T20:40:09.543Z | Compiling schemars_derive v0.8.21 |
| 641 | 2024-12-02T20:40:10.501Z | Compiling futures-macro v0.3.30 |
| 642 | 2024-12-02T20:40:10.784Z | Compiling zerocopy v0.7.34 |
| 643 | 2024-12-02T20:40:11.588Z | Compiling pest v2.7.10 |
| 644 | 2024-12-02T20:40:11.838Z | Checking futures-util v0.3.30 |
| 645 | 2024-12-02T20:40:12.111Z | Compiling hashbrown v0.14.5 |
| 646 | 2024-12-02T20:40:12.474Z | Compiling openssl-macros v0.1.1 |
| 647 | 2024-12-02T20:40:12.593Z | Compiling regex v1.10.6 |
| 648 | 2024-12-02T20:40:13.061Z | Compiling scroll_derive v0.12.0 |
| 649 | 2024-12-02T20:40:13.122Z | Compiling tracing-attributes v0.1.27 |
| 650 | 2024-12-02T20:40:13.297Z | Compiling regress v0.10.1 |
| 651 | 2024-12-02T20:40:13.607Z | Compiling pest_meta v2.7.10 |
| 652 | 2024-12-02T20:40:13.773Z | Checking unicode-normalization v0.1.23 |
| 653 | 2024-12-02T20:40:14.145Z | Compiling scroll v0.12.0 |
| 654 | 2024-12-02T20:40:14.529Z | Checking rustls-webpki v0.102.4 |
| 655 | 2024-12-02T20:40:14.621Z | Compiling pest_generator v2.7.10 |
| 656 | 2024-12-02T20:40:15.096Z | Compiling usdt-impl v0.5.0 |
| 657 | 2024-12-02T20:40:15.410Z | Checking unicode-bidi v0.3.15 |
| 658 | 2024-12-02T20:40:15.463Z | Checking tracing v0.1.40 |
| 659 | 2024-12-02T20:40:15.491Z | Checking try-lock v0.2.5 |
| 660 | 2024-12-02T20:40:15.721Z | Compiling plain v0.2.3 |
| 661 | 2024-12-02T20:40:15.745Z | Checking want v0.3.1 |
| 662 | 2024-12-02T20:40:15.855Z | Compiling goblin v0.8.2 |
| 663 | 2024-12-02T20:40:15.890Z | Checking rand v0.8.5 |
| 664 | 2024-12-02T20:40:15.914Z | Compiling strum_macros v0.26.2 |
| 665 | 2024-12-02T20:40:15.949Z | Checking httpdate v1.0.3 |
| 666 | 2024-12-02T20:40:16.145Z | Checking base64 v0.22.1 |
| 667 | 2024-12-02T20:40:16.510Z | Compiling pest_derive v2.7.10 |
| 668 | 2024-12-02T20:40:16.534Z | Compiling pretty-hex v0.4.1 |
| 669 | 2024-12-02T20:40:16.609Z | Checking idna v0.5.0 |
| 670 | 2024-12-02T20:40:16.632Z | Checking tower-service v0.3.2 |
| 671 | 2024-12-02T20:40:16.717Z | Compiling strsim v0.11.1 |
| 672 | 2024-12-02T20:40:16.741Z | Compiling omicron-workspace-hack v0.1.0 |
| 673 | 2024-12-02T20:40:17.037Z | Checking cpufeatures v0.2.12 |
| 674 | 2024-12-02T20:40:17.116Z | Compiling unsafe-libyaml v0.2.11 |
| 675 | 2024-12-02T20:40:17.244Z | Checking url v2.5.0 |
| 676 | 2024-12-02T20:40:17.268Z | Compiling dtrace-parser v0.2.0 |
| 677 | 2024-12-02T20:40:17.302Z | Compiling async-trait v0.1.83 |
| 678 | 2024-12-02T20:40:17.736Z | Checking bytes v1.7.2 |
| 679 | 2024-12-02T20:40:18.461Z | Compiling indexmap v2.5.0 |
| 680 | 2024-12-02T20:40:18.512Z | Checking tokio v1.39.3 |
| 681 | 2024-12-02T20:40:18.947Z | Checking bitflags v2.6.0 |
| 682 | 2024-12-02T20:40:18.986Z | Checking chrono v0.4.38 |
| 683 | 2024-12-02T20:40:19.013Z | Checking uuid v1.10.0 |
| 684 | 2024-12-02T20:40:19.327Z | Compiling serde_tokenstream v0.2.2 |
| 685 | 2024-12-02T20:40:19.508Z | Compiling http v1.1.0 |
| 686 | 2024-12-02T20:40:20.174Z | Compiling openapiv3 v2.0.0 |
| 687 | 2024-12-02T20:40:20.296Z | Compiling dof v0.3.0 |
| 688 | 2024-12-02T20:40:21.146Z | Checking http-body v1.0.1 |
| 689 | 2024-12-02T20:40:21.310Z | Compiling serde_yaml v0.9.34+deprecated |
| 690 | 2024-12-02T20:40:21.427Z | Compiling toml_datetime v0.6.8 |
| 691 | 2024-12-02T20:40:21.760Z | Checking block-buffer v0.10.4 |
| 692 | 2024-12-02T20:40:22.113Z | Checking foreign-types-shared v0.1.1 |
| 693 | 2024-12-02T20:40:22.159Z | Compiling rustls v0.22.4 |
| 694 | 2024-12-02T20:40:22.211Z | Checking foreign-types v0.3.2 |
| 695 | 2024-12-02T20:40:22.341Z | Checking digest v0.10.7 |
| 696 | 2024-12-02T20:40:22.457Z | Checking http-body-util v0.1.2 |
| 697 | 2024-12-02T20:40:22.806Z | Checking encoding_rs v0.8.34 |
| 698 | 2024-12-02T20:40:22.998Z | Compiling crossbeam-utils v0.8.19 |
| 699 | 2024-12-02T20:40:23.370Z | Compiling typify-impl v0.2.0 |
| 700 | 2024-12-02T20:40:23.433Z | Compiling slog-async v2.8.0 |
| 701 | 2024-12-02T20:40:23.782Z | Checking tokio-util v0.7.11 |
| 702 | 2024-12-02T20:40:23.838Z | Compiling paste v1.0.15 |
| 703 | 2024-12-02T20:40:23.931Z | Checking mime v0.3.17 |
| 704 | 2024-12-02T20:40:24.025Z | Compiling ident_case v1.0.1 |
| 705 | 2024-12-02T20:40:24.189Z | Compiling darling_core v0.20.9 |
| 706 | 2024-12-02T20:40:24.297Z | Compiling usdt-macro v0.5.0 |
| 707 | 2024-12-02T20:40:24.389Z | Compiling usdt-attr-macro v0.5.0 |
| 708 | 2024-12-02T20:40:24.461Z | Checking h2 v0.4.6 |
| 709 | 2024-12-02T20:40:24.889Z | Checking serde_urlencoded v0.7.1 |
| 710 | 2024-12-02T20:40:25.211Z | Checking rustls-pemfile v2.1.3 |
| 711 | 2024-12-02T20:40:25.444Z | Compiling multer v3.1.0 |
| 712 | 2024-12-02T20:40:25.719Z | Compiling rustix v0.38.34 |
| 713 | 2024-12-02T20:40:25.969Z | Checking openssl-probe v0.1.5 |
| 714 | 2024-12-02T20:40:27.210Z | Compiling async-stream-impl v0.3.5 |
| 715 | 2024-12-02T20:40:27.685Z | Checking hyper v1.4.1 |
| 716 | 2024-12-02T20:40:28.233Z | Compiling darling_macro v0.20.9 |
| 717 | 2024-12-02T20:40:28.281Z | Checking errno v0.3.9 |
| 718 | 2024-12-02T20:40:28.403Z | Checking powerfmt v0.2.0 |
| 719 | 2024-12-02T20:40:28.568Z | Checking ipnet v2.9.0 |
| 720 | 2024-12-02T20:40:28.630Z | Checking deranged v0.3.11 |
| 721 | 2024-12-02T20:40:28.946Z | Checking tokio-native-tls v0.3.1 |
| 722 | 2024-12-02T20:40:29.007Z | Compiling darling v0.20.9 |
| 723 | 2024-12-02T20:40:29.111Z | Checking serde_spanned v0.6.7 |
| 724 | 2024-12-02T20:40:29.301Z | Checking hyper-util v0.1.9 |
| 725 | 2024-12-02T20:40:29.328Z | Checking futures-executor v0.3.30 |
| 726 | 2024-12-02T20:40:29.513Z | Checking webpki-roots v0.26.3 |
| 727 | 2024-12-02T20:40:30.130Z | Checking is-terminal v0.4.12 |
| 728 | 2024-12-02T20:40:30.237Z | Compiling dropshot v0.12.0 |
| 729 | 2024-12-02T20:40:30.406Z | Checking num_threads v0.1.7 |
| 730 | 2024-12-02T20:40:30.561Z | Checking futures v0.3.30 |
| 731 | 2024-12-02T20:40:30.590Z | Checking hyper-tls v0.6.0 |
| 732 | 2024-12-02T20:40:30.616Z | Compiling serde_with_macros v3.9.0 |
| 733 | 2024-12-02T20:40:30.640Z | Checking tokio-rustls v0.26.0 |
| 734 | 2024-12-02T20:40:30.669Z | Checking time v0.3.36 |
| 735 | 2024-12-02T20:40:30.829Z | Checking sha1 v0.10.6 |
| 736 | 2024-12-02T20:40:30.949Z | Checking hyper-rustls v0.27.3 |
| 737 | 2024-12-02T20:40:31.048Z | Compiling dropshot_endpoint v0.12.0 |
| 738 | 2024-12-02T20:40:31.143Z | Checking strum v0.26.2 |
| 739 | 2024-12-02T20:40:31.274Z | Compiling structmeta-derive v0.3.0 |
| 740 | 2024-12-02T20:40:31.573Z | Checking sync_wrapper v1.0.1 |
| 741 | 2024-12-02T20:40:32.347Z | Compiling typify-macro v0.2.0 |
| 742 | 2024-12-02T20:40:32.477Z | Checking reqwest v0.12.7 |
| 743 | 2024-12-02T20:40:33.127Z | Compiling structmeta v0.3.0 |
| 744 | 2024-12-02T20:40:33.262Z | Checking dirs-sys-next v0.1.2 |
| 745 | 2024-12-02T20:40:33.660Z | Checking match_cfg v0.1.0 |
| 746 | 2024-12-02T20:40:33.744Z | Checking winnow v0.6.18 |
| 747 | 2024-12-02T20:40:33.916Z | Checking progenitor-client v0.8.0 |
| 748 | 2024-12-02T20:40:33.942Z | Checking hostname v0.3.1 |
| 749 | 2024-12-02T20:40:34.170Z | Checking dirs-next v2.0.0 |
| 750 | 2024-12-02T20:40:34.242Z | Compiling parse-display-derive v0.10.0 |
| 751 | 2024-12-02T20:40:34.675Z | Checking ipnetwork v0.20.0 |
| 752 | 2024-12-02T20:40:35.032Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 753 | 2024-12-02T20:40:35.168Z | Compiling typify v0.2.0 |
| 754 | 2024-12-02T20:40:35.283Z | Compiling progenitor-impl v0.8.0 |
| 755 | 2024-12-02T20:40:35.663Z | Checking thread_local v1.1.8 |
| 756 | 2024-12-02T20:40:36.428Z | Checking term v0.7.0 |
| 757 | 2024-12-02T20:40:36.751Z | Checking crossbeam-channel v0.5.12 |
| 758 | 2024-12-02T20:40:36.813Z | Checking memmap v0.7.0 |
| 759 | 2024-12-02T20:40:36.842Z | Checking take_mut v0.2.2 |
| 760 | 2024-12-02T20:40:36.994Z | Checking usdt v0.5.0 |
| 761 | 2024-12-02T20:40:37.040Z | Checking slog-term v2.9.1 |
| 762 | 2024-12-02T20:40:37.205Z | Checking toml_edit v0.22.20 |
| 763 | 2024-12-02T20:40:37.423Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 764 | 2024-12-02T20:40:37.838Z | Checking slog-json v2.6.1 |
| 765 | 2024-12-02T20:40:38.361Z | Checking debug-ignore v1.0.5 |
| 766 | 2024-12-02T20:40:38.480Z | Compiling winnow v0.5.40 |
| 767 | 2024-12-02T20:40:39.249Z | Checking toml v0.8.19 |
| 768 | 2024-12-02T20:40:39.722Z | Compiling progenitor-macro v0.8.0 |
| 769 | 2024-12-02T20:40:39.798Z | Checking slog-bunyan v2.5.0 |
| 770 | 2024-12-02T20:40:39.934Z | Checking async-stream v0.3.5 |
| 771 | 2024-12-02T20:40:40.261Z | Checking serde_path_to_error v0.1.16 |
| 772 | 2024-12-02T20:40:40.284Z | Checking waitgroup v0.1.2 |
| 773 | 2024-12-02T20:40:40.572Z | Checking hostname v0.4.0 |
| 774 | 2024-12-02T20:40:40.777Z | Checking tokio-rustls v0.25.0 |
| 775 | 2024-12-02T20:40:40.884Z | Compiling toml_edit v0.19.15 |
| 776 | 2024-12-02T20:40:40.936Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 777 | 2024-12-02T20:40:41.046Z | Checking serde_with v3.9.0 |
| 778 | 2024-12-02T20:40:41.110Z | Checking newtype-uuid v1.1.0 |
| 779 | 2024-12-02T20:40:41.214Z | Compiling clap_derive v4.5.4 |
| 780 | 2024-12-02T20:40:41.402Z | Checking utf8parse v0.2.1 |
| 781 | 2024-12-02T20:40:41.524Z | Checking unicode-width v0.1.14 |
| 782 | 2024-12-02T20:40:42.185Z | Checking anstyle-parse v0.2.4 |
| 783 | 2024-12-02T20:40:42.474Z | Checking hex v0.4.3 |
| 784 | 2024-12-02T20:40:43.275Z | Compiling proc-macro-crate v1.3.1 |
| 785 | 2024-12-02T20:40:43.659Z | Checking instant v0.1.12 |
| 786 | 2024-12-02T20:40:43.733Z | Checking colorchoice v1.0.1 |
| 787 | 2024-12-02T20:40:43.762Z | Checking anstyle v1.0.7 |
| 788 | 2024-12-02T20:40:43.860Z | Checking lazy_static v1.5.0 |
| 789 | 2024-12-02T20:40:43.898Z | Checking is_terminal_polyfill v1.70.0 |
| 790 | 2024-12-02T20:40:43.974Z | Checking anstyle-query v1.0.3 |
| 791 | 2024-12-02T20:40:44.043Z | Checking backoff v0.4.0 |
| 792 | 2024-12-02T20:40:44.095Z | Checking anstream v0.6.14 |
| 793 | 2024-12-02T20:40:44.121Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 794 | 2024-12-02T20:40:44.331Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 795 | 2024-12-02T20:40:44.355Z | Checking parse-display v0.10.0 |
| 796 | 2024-12-02T20:40:44.355Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 797 | 2024-12-02T20:40:44.460Z | Checking terminal_size v0.3.0 |
| 798 | 2024-12-02T20:40:44.541Z | Checking macaddr v1.0.1 |
| 799 | 2024-12-02T20:40:44.606Z | Checking regress v0.9.1 |
| 800 | 2024-12-02T20:40:45.100Z | Checking num-integer v0.1.46 |
| 801 | 2024-12-02T20:40:45.265Z | Compiling crucible-workspace-hack v0.1.0 |
| 802 | 2024-12-02T20:40:45.356Z | Checking clap_lex v0.7.0 |
| 803 | 2024-12-02T20:40:45.550Z | Compiling unicode-xid v0.2.4 |
| 804 | 2024-12-02T20:40:45.719Z | Checking clap_builder v4.5.2 |
| 805 | 2024-12-02T20:40:47.248Z | Compiling heapless v0.8.0 |
| 806 | 2024-12-02T20:40:47.964Z | Checking clap v4.5.4 |
| 807 | 2024-12-02T20:40:48.072Z | Checking num-bigint v0.4.5 |
| 808 | 2024-12-02T20:40:48.115Z | Compiling num_enum_derive v0.5.11 |
| 809 | 2024-12-02T20:40:49.250Z | Checking hash32 v0.3.1 |
| 810 | 2024-12-02T20:40:49.414Z | Checking stable_deref_trait v1.2.0 |
| 811 | 2024-12-02T20:40:49.438Z | Checking bitflags v1.3.2 |
| 812 | 2024-12-02T20:40:49.551Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 813 | 2024-12-02T20:40:49.833Z | Checking fastrand v2.1.0 |
| 814 | 2024-12-02T20:40:49.881Z | Compiling smoltcp v0.11.0 |
| 815 | 2024-12-02T20:40:49.904Z | Checking either v1.13.0 |
| 816 | 2024-12-02T20:40:49.975Z | Checking num-rational v0.4.2 |
| 817 | 2024-12-02T20:40:50.074Z | Checking progenitor v0.8.0 |
| 818 | 2024-12-02T20:40:50.117Z | Checking num_enum v0.5.11 |
| 819 | 2024-12-02T20:40:50.149Z | Checking tempfile v3.10.1 |
| 820 | 2024-12-02T20:40:50.272Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
| 821 | 2024-12-02T20:40:50.495Z | Compiling synstructure v0.12.6 |
| 822 | 2024-12-02T20:40:50.522Z | Checking num-iter v0.1.45 |
| 823 | 2024-12-02T20:40:50.621Z | Checking num-complex v0.4.6 |
| 824 | 2024-12-02T20:40:50.722Z | Compiling proc-macro-error-attr v1.0.4 |
| 825 | 2024-12-02T20:40:50.944Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 826 | 2024-12-02T20:40:50.970Z | Checking managed v0.8.0 |
| 827 | 2024-12-02T20:40:51.086Z | Checking cobs v0.2.3 |
| 828 | 2024-12-02T20:40:51.266Z | Checking postcard v1.0.9 |
| 829 | 2024-12-02T20:40:51.365Z | Checking num v0.4.3 |
| 830 | 2024-12-02T20:40:51.583Z | Compiling zerocopy-derive v0.2.0 |
| 831 | 2024-12-02T20:40:52.125Z | Compiling foreign-types-macros v0.2.3 |
| 832 | 2024-12-02T20:40:52.155Z | Compiling libz-sys v1.1.16 |
| 833 | 2024-12-02T20:40:52.696Z | Compiling proc-macro-error v1.0.4 |
| 834 | 2024-12-02T20:40:52.794Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 835 | 2024-12-02T20:40:53.075Z | Checking pretty-hex v0.2.1 |
| 836 | 2024-12-02T20:40:53.234Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 837 | 2024-12-02T20:40:53.453Z | Checking foreign-types-shared v0.3.1 |
| 838 | 2024-12-02T20:40:53.568Z | Checking foreign-types v0.5.0 |
| 839 | 2024-12-02T20:40:53.725Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 840 | 2024-12-02T20:40:53.891Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 841 | 2024-12-02T20:40:54.860Z | Checking tabwriter v1.4.0 |
| 842 | 2024-12-02T20:40:55.103Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 843 | 2024-12-02T20:40:55.240Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 844 | 2024-12-02T20:40:55.896Z | Checking cstr-argument v0.1.2 |
| 845 | 2024-12-02T20:40:56.043Z | Compiling prettyplease v0.2.22 |
| 846 | 2024-12-02T20:40:56.066Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
| 847 | 2024-12-02T20:40:56.134Z | Checking data-encoding v2.6.0 |
| 848 | 2024-12-02T20:40:56.445Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 849 | 2024-12-02T20:40:56.786Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 850 | 2024-12-02T20:40:57.264Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 851 | 2024-12-02T20:40:57.607Z | Checking colored v2.1.0 |
| 852 | 2024-12-02T20:40:58.511Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 853 | 2024-12-02T20:40:58.757Z | Checking is_ci v1.2.0 |
| 854 | 2024-12-02T20:40:58.853Z | Checking float-ord v0.3.2 |
| 855 | 2024-12-02T20:40:58.984Z | Checking static_assertions v1.1.0 |
| 856 | 2024-12-02T20:40:59.053Z | Compiling semver v0.1.20 |
| 857 | 2024-12-02T20:40:59.077Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 858 | 2024-12-02T20:40:59.135Z | Checking unicode-segmentation v1.11.0 |
| 859 | 2024-12-02T20:40:59.339Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 860 | 2024-12-02T20:40:59.525Z | Compiling rustc_version v0.1.7 |
| 861 | 2024-12-02T20:40:59.673Z | Checking newline-converter v0.3.0 |
| 862 | 2024-12-02T20:41:00.652Z | Compiling zone_cfg_derive v0.3.0 |
| 863 | 2024-12-02T20:41:01.440Z | Checking camino-tempfile v1.1.1 |
| 864 | 2024-12-02T20:41:01.480Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 865 | 2024-12-02T20:41:01.565Z | Checking itertools v0.10.5 |
| 866 | 2024-12-02T20:41:01.720Z | Checking console v0.15.8 |
| 867 | 2024-12-02T20:41:02.184Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
| 868 | 2024-12-02T20:41:02.721Z | Compiling num-derive v0.4.2 |
| 869 | 2024-12-02T20:41:03.860Z | Checking sigpipe v0.1.3 |
| 870 | 2024-12-02T20:41:03.943Z | Compiling usdt-impl v0.3.5 |
| 871 | 2024-12-02T20:41:03.968Z | Compiling owo-colors v4.1.0 |
| 872 | 2024-12-02T20:41:04.298Z | Checking similar v2.5.0 |
| 873 | 2024-12-02T20:41:04.344Z | Checking base64ct v1.6.0 |
| 874 | 2024-12-02T20:41:04.648Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 875 | 2024-12-02T20:41:04.712Z | Checking password-hash v0.5.0 |
| 876 | 2024-12-02T20:41:04.863Z | Checking expectorate v1.1.0 |
| 877 | 2024-12-02T20:41:04.978Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
| 878 | 2024-12-02T20:41:05.146Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 879 | 2024-12-02T20:41:05.356Z | Checking zone v0.3.0 |
| 880 | 2024-12-02T20:41:05.418Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
| 881 | 2024-12-02T20:41:05.579Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 882 | 2024-12-02T20:41:05.634Z | Compiling newtype_derive v0.1.6 |
| 883 | 2024-12-02T20:41:05.663Z | Checking supports-color v3.0.1 |
| 884 | 2024-12-02T20:41:05.814Z | Checking supports-color v2.1.0 |
| 885 | 2024-12-02T20:41:05.837Z | Compiling zerocopy v0.3.2 |
| 886 | 2024-12-02T20:41:05.881Z | Checking blake2 v0.10.6 |
| 887 | 2024-12-02T20:41:05.942Z | Compiling cargo-platform v0.1.8 |
| 888 | 2024-12-02T20:41:05.966Z | Compiling hubpack_derive v0.1.1 |
| 889 | 2024-12-02T20:41:05.989Z | Checking smf v0.2.3 |
| 890 | 2024-12-02T20:41:06.206Z | Compiling serde_repr v0.1.19 |
| 891 | 2024-12-02T20:41:06.246Z | Compiling zerocopy-derive v0.6.6 |
| 892 | 2024-12-02T20:41:06.317Z | Compiling vergen v8.3.2 |
| 893 | 2024-12-02T20:41:06.500Z | Checking fixedbitset v0.4.2 |
| 894 | 2024-12-02T20:41:06.625Z | Compiling cancel-safe-futures v0.1.5 |
| 895 | 2024-12-02T20:41:06.718Z | Checking whoami v1.5.1 |
| 896 | 2024-12-02T20:41:06.741Z | Checking base64 v0.21.7 |
| 897 | 2024-12-02T20:41:06.985Z | Checking hubpack v0.1.2 |
| 898 | 2024-12-02T20:41:07.091Z | Checking petgraph v0.6.5 |
| 899 | 2024-12-02T20:41:07.157Z | Checking argon2 v0.5.3 |
| 900 | 2024-12-02T20:41:07.233Z | Compiling dof v0.1.5 |
| 901 | 2024-12-02T20:41:07.622Z | Compiling cargo_metadata v0.18.1 |
| 902 | 2024-12-02T20:41:07.682Z | Checking zerocopy v0.6.6 |
| 903 | 2024-12-02T20:41:08.858Z | Compiling rustc_version v0.4.0 |
| 904 | 2024-12-02T20:41:09.020Z | Checking serde-big-array v0.5.1 |
| 905 | 2024-12-02T20:41:09.270Z | Compiling dtrace-parser v0.1.14 |
| 906 | 2024-12-02T20:41:09.357Z | Compiling strum_macros v0.25.3 |
| 907 | 2024-12-02T20:41:09.539Z | Compiling libsqlite3-sys v0.30.1 |
| 908 | 2024-12-02T20:41:09.982Z | Compiling cookie v0.18.1 |
| 909 | 2024-12-02T20:41:10.021Z | Compiling slog-dtrace v0.3.0 |
| 910 | 2024-12-02T20:41:10.151Z | Compiling cfg_aliases v0.2.1 |
| 911 | 2024-12-02T20:41:10.245Z | Compiling rustls v0.21.12 |
| 912 | 2024-12-02T20:41:10.326Z | Compiling convert_case v0.4.0 |
| 913 | 2024-12-02T20:41:10.571Z | Compiling nix v0.29.0 |
| 914 | 2024-12-02T20:41:10.648Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 915 | 2024-12-02T20:41:10.903Z | Compiling derive_more v0.99.18 |
| 916 | 2024-12-02T20:41:10.947Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 917 | 2024-12-02T20:41:11.187Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 918 | 2024-12-02T20:41:11.625Z | Checking atomicwrites v0.4.4 |
| 919 | 2024-12-02T20:41:11.790Z | Checking itertools v0.13.0 |
| 920 | 2024-12-02T20:41:11.842Z | Checking libsw v3.3.1 |
| 921 | 2024-12-02T20:41:11.891Z | Compiling serde_tokenstream v0.1.7 |
| 922 | 2024-12-02T20:41:11.957Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 923 | 2024-12-02T20:41:12.062Z | Checking idna v0.4.0 |
| 924 | 2024-12-02T20:41:12.085Z | Checking sct v0.7.1 |
| 925 | 2024-12-02T20:41:12.256Z | Checking rustls-webpki v0.101.7 |
| 926 | 2024-12-02T20:41:12.320Z | Compiling enum-as-inner v0.6.0 |
| 927 | 2024-12-02T20:41:12.669Z | Compiling derive-where v1.2.7 |
| 928 | 2024-12-02T20:41:12.793Z | Checking inout v0.1.3 |
| 929 | 2024-12-02T20:41:12.956Z | Checking linear-map v1.2.0 |
| 930 | 2024-12-02T20:41:13.173Z | Checking utf-8 v0.7.6 |
| 931 | 2024-12-02T20:41:13.210Z | Checking swrite v0.1.0 |
| 932 | 2024-12-02T20:41:13.355Z | Checking indent_write v2.2.0 |
| 933 | 2024-12-02T20:41:13.520Z | Checking linked-hash-map v0.5.6 |
| 934 | 2024-12-02T20:41:13.746Z | Checking quick-error v1.2.3 |
| 935 | 2024-12-02T20:41:13.778Z | Compiling radium v0.7.0 |
| 936 | 2024-12-02T20:41:13.871Z | Checking highway v1.2.0 |
| 937 | 2024-12-02T20:41:14.225Z | Checking resolv-conf v0.7.0 |
| 938 | 2024-12-02T20:41:14.259Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 939 | 2024-12-02T20:41:14.511Z | Checking lru-cache v0.1.2 |
| 940 | 2024-12-02T20:41:14.659Z | Checking tungstenite v0.21.0 |
| 941 | 2024-12-02T20:41:15.081Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 942 | 2024-12-02T20:41:15.318Z | Checking hickory-proto v0.24.1 |
| 943 | 2024-12-02T20:41:15.344Z | Checking cipher v0.4.4 |
| 944 | 2024-12-02T20:41:15.483Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 945 | 2024-12-02T20:41:15.768Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 946 | 2024-12-02T20:41:16.870Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 947 | 2024-12-02T20:41:18.066Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 948 | 2024-12-02T20:41:18.089Z | Checking steno v0.4.1 |
| 949 | 2024-12-02T20:41:18.731Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 950 | 2024-12-02T20:41:18.929Z | Checking crossbeam-epoch v0.9.18 |
| 951 | 2024-12-02T20:41:19.162Z | Checking hashlink v0.9.1 |
| 952 | 2024-12-02T20:41:19.296Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 953 | 2024-12-02T20:41:19.326Z | Compiling rayon-core v1.12.1 |
| 954 | 2024-12-02T20:41:19.474Z | Checking fallible-streaming-iterator v0.1.9 |
| 955 | 2024-12-02T20:41:19.614Z | Checking humantime v2.1.0 |
| 956 | 2024-12-02T20:41:19.654Z | Checking fallible-iterator v0.3.0 |
| 957 | 2024-12-02T20:41:19.677Z | Checking tap v1.0.1 |
| 958 | 2024-12-02T20:41:19.731Z | Checking crossbeam-deque v0.8.5 |
| 959 | 2024-12-02T20:41:19.830Z | Checking wyz v0.5.1 |
| 960 | 2024-12-02T20:41:19.860Z | Checking hickory-resolver v0.24.1 |
| 961 | 2024-12-02T20:41:19.884Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 962 | 2024-12-02T20:41:20.130Z | Checking rusqlite v0.32.1 |
| 963 | 2024-12-02T20:41:20.154Z | Checking tokio-rustls v0.24.1 |
| 964 | 2024-12-02T20:41:20.360Z | Checking tokio-tungstenite v0.21.0 |
| 965 | 2024-12-02T20:41:20.742Z | Compiling usdt-macro v0.3.5 |
| 966 | 2024-12-02T20:41:20.767Z | Compiling usdt-attr-macro v0.3.5 |
| 967 | 2024-12-02T20:41:20.965Z | Checking rustls-pemfile v1.0.4 |
| 968 | 2024-12-02T20:41:21.141Z | Checking twox-hash v1.6.3 |
| 969 | 2024-12-02T20:41:21.272Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
| 970 | 2024-12-02T20:41:21.515Z | Compiling num_enum_derive v0.7.2 |
| 971 | 2024-12-02T20:41:21.709Z | Checking universal-hash v0.5.1 |
| 972 | 2024-12-02T20:41:21.806Z | Checking atty v0.2.14 |
| 973 | 2024-12-02T20:41:21.892Z | Checking funty v2.0.0 |
| 974 | 2024-12-02T20:41:21.963Z | Checking opaque-debug v0.3.1 |
| 975 | 2024-12-02T20:41:21.987Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 976 | 2024-12-02T20:41:22.307Z | Checking usdt v0.3.5 |
| 977 | 2024-12-02T20:41:22.332Z | Checking polyval v0.6.2 |
| 978 | 2024-12-02T20:41:22.481Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 979 | 2024-12-02T20:41:22.573Z | Checking bitvec v1.0.1 |
| 980 | 2024-12-02T20:41:23.092Z | Checking aes v0.8.4 |
| 981 | 2024-12-02T20:41:23.126Z | Checking ctr v0.9.2 |
| 982 | 2024-12-02T20:41:23.320Z | Checking num_enum v0.7.2 |
| 983 | 2024-12-02T20:41:23.355Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
| 984 | 2024-12-02T20:41:23.463Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
| 985 | 2024-12-02T20:41:23.696Z | Checking bincode v1.3.3 |
| 986 | 2024-12-02T20:41:23.721Z | Checking aead v0.5.2 |
| 987 | 2024-12-02T20:41:23.861Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
| 988 | 2024-12-02T20:41:23.917Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
| 989 | 2024-12-02T20:41:23.963Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 990 | 2024-12-02T20:41:24.036Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
| 991 | 2024-12-02T20:41:24.268Z | Checking aes-gcm-siv v0.11.1 |
| 992 | 2024-12-02T20:41:24.330Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
| 993 | 2024-12-02T20:41:24.353Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
| 994 | 2024-12-02T20:41:24.376Z | Checking rayon v1.10.0 |
| 995 | 2024-12-02T20:41:24.592Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
| 996 | 2024-12-02T20:41:24.616Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 997 | 2024-12-02T20:41:24.791Z | Compiling bitstruct_derive v0.1.0 |
| 998 | 2024-12-02T20:41:24.923Z | Compiling async-recursion v1.1.1 |
| 999 | 2024-12-02T20:41:25.562Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
| 1000 | 2024-12-02T20:41:25.810Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
| 1001 | 2024-12-02T20:41:25.926Z | Checking ascii v1.1.0 |
| 1002 | 2024-12-02T20:41:26.047Z | Checking ringbuffer v0.15.0 |
| 1003 | 2024-12-02T20:41:26.071Z | Compiling cfg_aliases v0.1.1 |
| 1004 | 2024-12-02T20:41:26.168Z | Checking typeid v1.0.0 |
| 1005 | 2024-12-02T20:41:26.192Z | Checking toml v0.7.8 |
| 1006 | 2024-12-02T20:41:26.228Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
| 1007 | 2024-12-02T20:41:26.285Z | Checking erased-serde v0.4.5 |
| 1008 | 2024-12-02T20:41:26.358Z | Compiling nix v0.28.0 |
| 1009 | 2024-12-02T20:41:26.721Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
| 1010 | 2024-12-02T20:41:26.761Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
| 1011 | 2024-12-02T20:41:26.932Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
| 1012 | 2024-12-02T20:41:26.966Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
| 1013 | 2024-12-02T20:41:27.011Z | Checking bitstruct v0.1.1 |
| 1014 | 2024-12-02T20:41:27.039Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
| 1015 | 2024-12-02T20:41:27.129Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 1016 | 2024-12-02T20:41:27.129Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
| 1017 | 2024-12-02T20:41:27.174Z | Checking serde_arrays v0.1.0 |
| 1018 | 2024-12-02T20:41:27.238Z | Checking libloading v0.7.4 |
| 1019 | 2024-12-02T20:41:27.340Z | Compiling const_format_proc_macros v0.2.32 |
| 1020 | 2024-12-02T20:41:27.365Z | Checking kstat-rs v0.2.4 |
| 1021 | 2024-12-02T20:41:27.446Z | Compiling escargot v0.5.10 |
| 1022 | 2024-12-02T20:41:27.609Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
| 1023 | 2024-12-02T20:41:27.636Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 1024 | 2024-12-02T20:41:27.853Z | Checking ron v0.8.1 |
| 1025 | 2024-12-02T20:41:28.061Z | Checking xattr v1.3.1 |
| 1026 | 2024-12-02T20:41:28.243Z | Checking filetime v0.2.23 |
| 1027 | 2024-12-02T20:41:28.419Z | Checking bstr v1.9.1 |
| 1028 | 2024-12-02T20:41:28.463Z | Checking bit_field v0.10.2 |
| 1029 | 2024-12-02T20:41:28.712Z | Checking ctrlc v3.4.4 |
| 1030 | 2024-12-02T20:41:28.772Z | Checking const_format v0.2.32 |
| 1031 | 2024-12-02T20:41:28.807Z | Checking tar v0.4.40 |
| 1032 | 2024-12-02T20:41:29.035Z | Checking globset v0.4.14 |
| 1033 | 2024-12-02T20:41:29.151Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
| 1034 | 2024-12-02T20:41:29.468Z | Checking fatfs v0.3.6 |
| 1035 | 2024-12-02T20:41:29.492Z | Checking glob v0.3.1 |
| 1036 | 2024-12-02T20:41:30.892Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
| 1037 | 2024-12-02T20:41:31.175Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 1038 | 2024-12-02T20:41:32.208Z | Compiling git2 v0.19.0 |
| 1039 | 2024-12-02T20:41:32.995Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
| 1040 | 2024-12-02T20:41:36.669Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
| 1041 | 2024-12-02T20:41:37.553Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 1042 | 2024-12-02T20:41:44.325Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
| 1043 | 2024-12-02T20:41:50.244Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
| 1044 | 2024-12-02T20:42:00.331Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
| 1045 | 2024-12-02T20:42:00.355Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
| 1046 | 2024-12-02T20:42:08.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 36s |
| 1047 | 2024-12-02T20:42:09.037Z | |
| 1048 | 2024-12-02T20:42:09.037Z | real 2:37.299550485 |
| 1049 | 2024-12-02T20:42:09.037Z | user 10:14.904603031 |
| 1050 | 2024-12-02T20:42:09.037Z | sys 2:12.093213327 |
| 1051 | 2024-12-02T20:42:09.037Z | trap 0.310700374 |
| 1052 | 2024-12-02T20:42:09.037Z | tflt 0.629150670 |
| 1053 | 2024-12-02T20:42:09.061Z | dflt 0.545272672 |
| 1054 | 2024-12-02T20:42:09.061Z | kflt 0.003962159 |
| 1055 | 2024-12-02T20:42:09.061Z | lock 11:50.918454086 |
| 1056 | 2024-12-02T20:42:09.061Z | slp 39:38.789331255 |
| 1057 | 2024-12-02T20:42:09.061Z | lat 56.240737576 |
| 1058 | 2024-12-02T20:42:09.061Z | stop 3:05.176726390 |
| 1059 | 2024-12-02T20:42:09.061Z | + ptime -m cargo clippy --features falcon --all-targets |
| 1060 | 2024-12-02T20:42:09.702Z | Downloading crates ... |
| 1061 | 2024-12-02T20:42:09.898Z | Downloaded downcast v0.11.0 |
| 1062 | 2024-12-02T20:42:09.922Z | Downloaded crc32fast v1.4.0 |
| 1063 | 2024-12-02T20:42:09.922Z | Downloaded mockall v0.12.1 |
| 1064 | 2024-12-02T20:42:09.922Z | Downloaded termtree v0.4.1 |
| 1065 | 2024-12-02T20:42:09.922Z | Downloaded predicates v3.1.0 |
| 1066 | 2024-12-02T20:42:09.923Z | Downloaded predicates-tree v1.0.9 |
| 1067 | 2024-12-02T20:42:09.923Z | Downloaded png v0.17.13 |
| 1068 | 2024-12-02T20:42:09.923Z | Downloaded serde_test v1.0.176 |
| 1069 | 2024-12-02T20:42:09.946Z | Downloaded mockall_derive v0.12.1 |
| 1070 | 2024-12-02T20:42:09.946Z | Downloaded slog-envlogger v2.2.0 |
| 1071 | 2024-12-02T20:42:09.946Z | Downloaded miniz_oxide v0.7.2 |
| 1072 | 2024-12-02T20:42:09.946Z | Downloaded bytemuck v1.16.0 |
| 1073 | 2024-12-02T20:42:09.946Z | Downloaded slog-stdlog v4.1.1 |
| 1074 | 2024-12-02T20:42:09.946Z | Downloaded simd-adler32 v0.3.7 |
| 1075 | 2024-12-02T20:42:09.946Z | Downloaded predicates-core v1.0.6 |
| 1076 | 2024-12-02T20:42:09.946Z | Downloaded fragile v2.0.0 |
| 1077 | 2024-12-02T20:42:09.946Z | Downloaded fdeflate v0.3.4 |
| 1078 | 2024-12-02T20:42:09.946Z | Downloaded arc-swap v1.7.1 |
| 1079 | 2024-12-02T20:42:09.973Z | Downloaded slog-scope v4.4.0 |
| 1080 | 2024-12-02T20:42:09.973Z | Downloaded flate2 v1.0.30 |
| 1081 | 2024-12-02T20:42:10.030Z | Downloaded image v0.25.1 |
| 1082 | 2024-12-02T20:42:10.302Z | Checking log v0.4.22 |
| 1083 | 2024-12-02T20:42:10.325Z | Checking tokio v1.39.3 |
| 1084 | 2024-12-02T20:42:10.348Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
| 1085 | 2024-12-02T20:42:10.348Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
| 1086 | 2024-12-02T20:42:10.372Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
| 1087 | 2024-12-02T20:42:10.372Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
| 1088 | 2024-12-02T20:42:10.403Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
| 1089 | 2024-12-02T20:42:10.427Z | Checking simd-adler32 v0.3.7 |
| 1090 | 2024-12-02T20:42:10.531Z | Checking native-tls v0.2.11 |
| 1091 | 2024-12-02T20:42:10.555Z | Checking goblin v0.8.2 |
| 1092 | 2024-12-02T20:42:10.579Z | Checking typify-impl v0.2.0 |
| 1093 | 2024-12-02T20:42:10.602Z | Checking rustls v0.22.4 |
| 1094 | 2024-12-02T20:42:10.626Z | Checking tungstenite v0.21.0 |
| 1095 | 2024-12-02T20:42:10.771Z | Checking rustls v0.21.12 |
| 1096 | 2024-12-02T20:42:10.800Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
| 1097 | 2024-12-02T20:42:10.871Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
| 1098 | 2024-12-02T20:42:11.105Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
| 1099 | 2024-12-02T20:42:11.253Z | Compiling crc32fast v1.4.0 |
| 1100 | 2024-12-02T20:42:11.319Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
| 1101 | 2024-12-02T20:42:11.535Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
| 1102 | 2024-12-02T20:42:11.698Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
| 1103 | 2024-12-02T20:42:11.872Z | Checking adler v1.0.2 |
| 1104 | 2024-12-02T20:42:11.997Z | Checking miniz_oxide v0.7.2 |
| 1105 | 2024-12-02T20:42:12.225Z | Checking arc-swap v1.7.1 |
| 1106 | 2024-12-02T20:42:12.483Z | Checking typify v0.2.0 |
| 1107 | 2024-12-02T20:42:12.565Z | Checking slog-scope v4.4.0 |
| 1108 | 2024-12-02T20:42:12.589Z | Checking progenitor-impl v0.8.0 |
| 1109 | 2024-12-02T20:42:12.613Z | Checking flate2 v1.0.30 |
| 1110 | 2024-12-02T20:42:12.720Z | Checking fdeflate v0.3.4 |
| 1111 | 2024-12-02T20:42:13.093Z | Checking slog-stdlog v4.1.1 |
| 1112 | 2024-12-02T20:42:13.116Z | Checking png v0.17.13 |
| 1113 | 2024-12-02T20:42:13.153Z | Checking predicates-core v1.0.6 |
| 1114 | 2024-12-02T20:42:13.234Z | Checking bytemuck v1.16.0 |
| 1115 | 2024-12-02T20:42:13.305Z | Checking slog-envlogger v2.2.0 |
| 1116 | 2024-12-02T20:42:13.337Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
| 1117 | 2024-12-02T20:42:13.485Z | Checking termtree v0.4.1 |
| 1118 | 2024-12-02T20:42:13.553Z | Checking predicates v3.1.0 |
| 1119 | 2024-12-02T20:42:13.645Z | Checking predicates-tree v1.0.9 |
| 1120 | 2024-12-02T20:42:13.763Z | Compiling mockall_derive v0.12.1 |
| 1121 | 2024-12-02T20:42:13.948Z | Checking wait-timeout v0.2.0 |
| 1122 | 2024-12-02T20:42:13.972Z | Checking downcast v0.11.0 |
| 1123 | 2024-12-02T20:42:14.034Z | Checking image v0.25.1 |
| 1124 | 2024-12-02T20:42:14.057Z | Checking fragile v2.0.0 |
| 1125 | 2024-12-02T20:42:14.090Z | Checking bit-vec v0.6.3 |
| 1126 | 2024-12-02T20:42:14.143Z | Checking rusty-fork v0.3.0 |
| 1127 | 2024-12-02T20:42:14.266Z | Checking globset v0.4.14 |
| 1128 | 2024-12-02T20:42:14.352Z | Checking bit-set v0.5.3 |
| 1129 | 2024-12-02T20:42:14.382Z | Checking escargot v0.5.10 |
| 1130 | 2024-12-02T20:42:14.497Z | Checking dof v0.3.0 |
| 1131 | 2024-12-02T20:42:14.537Z | Checking fatfs v0.3.6 |
| 1132 | 2024-12-02T20:42:14.597Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
| 1133 | 2024-12-02T20:42:14.653Z | Checking rand_xorshift v0.3.0 |
| 1134 | 2024-12-02T20:42:14.789Z | Checking unarray v0.1.4 |
| 1135 | 2024-12-02T20:42:14.903Z | Checking proptest v1.5.0 |
| 1136 | 2024-12-02T20:42:14.966Z | Checking usdt-impl v0.5.0 |
| 1137 | 2024-12-02T20:42:15.170Z | Checking serde_test v1.0.176 |
| 1138 | 2024-12-02T20:42:15.356Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
| 1139 | 2024-12-02T20:42:15.379Z | Checking usdt v0.5.0 |
| 1140 | 2024-12-02T20:42:15.577Z | Checking slog-dtrace v0.3.0 |
| 1141 | 2024-12-02T20:42:15.752Z | Checking tokio-util v0.7.11 |
| 1142 | 2024-12-02T20:42:15.777Z | Checking tokio-native-tls v0.3.1 |
| 1143 | 2024-12-02T20:42:15.898Z | Checking tokio-rustls v0.26.0 |
| 1144 | 2024-12-02T20:42:15.922Z | Checking tokio-rustls v0.25.0 |
| 1145 | 2024-12-02T20:42:15.978Z | Checking backoff v0.4.0 |
| 1146 | 2024-12-02T20:42:16.194Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1147 | 2024-12-02T20:42:16.217Z | Checking tokio-tungstenite v0.21.0 |
| 1148 | 2024-12-02T20:42:16.240Z | Checking zone v0.3.0 |
| 1149 | 2024-12-02T20:42:16.374Z | Checking h2 v0.4.6 |
| 1150 | 2024-12-02T20:42:16.406Z | Checking libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
| 1151 | 2024-12-02T20:42:16.484Z | Checking libsw v3.3.1 |
| 1152 | 2024-12-02T20:42:16.562Z | Checking cancel-safe-futures v0.1.5 |
| 1153 | 2024-12-02T20:42:16.586Z | Checking hickory-proto v0.24.1 |
| 1154 | 2024-12-02T20:42:16.689Z | Checking steno v0.4.1 |
| 1155 | 2024-12-02T20:42:16.812Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
| 1156 | 2024-12-02T20:42:16.909Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 1157 | 2024-12-02T20:42:17.653Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1158 | 2024-12-02T20:42:17.779Z | Checking tokio-rustls v0.24.1 |
| 1159 | 2024-12-02T20:42:17.871Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 1160 | 2024-12-02T20:42:18.063Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
| 1161 | 2024-12-02T20:42:18.612Z | Checking mockall v0.12.1 |
| 1162 | 2024-12-02T20:42:19.392Z | Checking hickory-resolver v0.24.1 |
| 1163 | 2024-12-02T20:42:19.643Z | Checking hyper v1.4.1 |
| 1164 | 2024-12-02T20:42:21.112Z | Checking hyper-util v0.1.9 |
| 1165 | 2024-12-02T20:42:22.338Z | Checking hyper-rustls v0.27.3 |
| 1166 | 2024-12-02T20:42:22.338Z | Checking hyper-tls v0.6.0 |
| 1167 | 2024-12-02T20:42:22.362Z | Checking dropshot v0.12.0 |
| 1168 | 2024-12-02T20:42:22.604Z | Checking reqwest v0.12.7 |
| 1169 | 2024-12-02T20:42:23.884Z | Checking progenitor-client v0.8.0 |
| 1170 | 2024-12-02T20:42:24.113Z | Checking progenitor v0.8.0 |
| 1171 | 2024-12-02T20:42:24.252Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
| 1172 | 2024-12-02T20:42:24.252Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 1173 | 2024-12-02T20:42:24.276Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 1174 | 2024-12-02T20:42:24.276Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
| 1175 | 2024-12-02T20:42:24.974Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
| 1176 | 2024-12-02T20:42:25.751Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
| 1177 | 2024-12-02T20:42:27.607Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 1178 | 2024-12-02T20:42:29.904Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
| 1179 | 2024-12-02T20:42:34.618Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 1180 | 2024-12-02T20:42:34.618Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 1181 | 2024-12-02T20:42:34.642Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 1182 | 2024-12-02T20:42:34.642Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 1183 | 2024-12-02T20:42:36.476Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 1184 | 2024-12-02T20:42:36.909Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 1185 | 2024-12-02T20:42:36.909Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 1186 | 2024-12-02T20:42:36.937Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 1187 | 2024-12-02T20:42:37.629Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 1188 | 2024-12-02T20:42:37.880Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 1189 | 2024-12-02T20:42:38.025Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 1190 | 2024-12-02T20:42:48.641Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 1191 | 2024-12-02T20:42:54.855Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 1192 | 2024-12-02T20:42:55.527Z | Checking crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
| 1193 | 2024-12-02T20:42:59.896Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
| 1194 | 2024-12-02T20:43:15.803Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
| 1195 | 2024-12-02T20:43:15.826Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
| 1196 | 2024-12-02T20:43:25.539Z | warning: unnecessary closure used to substitute value for `Option::None` |
| 1197 | 2024-12-02T20:43:25.539Z | --> bin/propolis-server/src/lib/stats/virtual_machine.rs:188:24 |
| 1198 | 2024-12-02T20:43:25.539Z | | |
| 1199 | 2024-12-02T20:43:25.539Z | 188 | let instance = kstats |
| 1200 | 2024-12-02T20:43:25.539Z | | ________________________^ |
| 1201 | 2024-12-02T20:43:25.539Z | 189 | | .iter() |
| 1202 | 2024-12-02T20:43:25.539Z | 190 | | .find_map(|(_, kstat, data)| { |
| 1203 | 2024-12-02T20:43:25.539Z | 191 | | kstat_instance_from_instance_id(kstat, data, &self.vm_name) |
| 1204 | 2024-12-02T20:43:25.539Z | 192 | | }) |
| 1205 | 2024-12-02T20:43:25.539Z | 193 | | .ok_or_else(|| Error::NoSuchKstat)?; |
| 1206 | 2024-12-02T20:43:25.540Z | | |______________________________________________^ |
| 1207 | 2024-12-02T20:43:25.540Z | | |
| 1208 | 2024-12-02T20:43:25.540Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_lazy_evaluations |
| 1209 | 2024-12-02T20:43:25.540Z | = note: `#[warn(clippy::unnecessary_lazy_evaluations)]` on by default |
| 1210 | 2024-12-02T20:43:25.540Z | help: use `ok_or` instead |
| 1211 | 2024-12-02T20:43:25.540Z | | |
| 1212 | 2024-12-02T20:43:25.540Z | 193 | .ok_or(Error::NoSuchKstat)?; |
| 1213 | 2024-12-02T20:43:25.540Z | | ~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 1214 | 2024-12-02T20:43:25.540Z | |
| 1215 | 2024-12-02T20:43:26.632Z | warning: `propolis-server` (lib) generated 1 warning (run `cargo clippy --fix --lib -p propolis-server` to apply 1 suggestion) |
| 1216 | 2024-12-02T20:43:27.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s |
| 1217 | 2024-12-02T20:43:27.868Z | |
| 1218 | 2024-12-02T20:43:27.868Z | real 1:18.822333092 |
| 1219 | 2024-12-02T20:43:27.868Z | user 3:03.827419998 |
| 1220 | 2024-12-02T20:43:27.868Z | sys 24.417949261 |
| 1221 | 2024-12-02T20:43:27.892Z | trap 0.064642246 |
| 1222 | 2024-12-02T20:43:27.892Z | tflt 0.114144143 |
| 1223 | 2024-12-02T20:43:27.892Z | dflt 0.015945040 |
| 1224 | 2024-12-02T20:43:27.892Z | kflt 0.000198845 |
| 1225 | 2024-12-02T20:43:27.892Z | lock 4:32.467144083 |
| 1226 | 2024-12-02T20:43:27.892Z | slp 9:53.743216417 |
| 1227 | 2024-12-02T20:43:27.892Z | lat 5.571218047 |
| 1228 | 2024-12-02T20:43:27.892Z | stop 15.686433851 |
| 1229 | 2024-12-02T20:43:27.892Z | + banner build |
| 1230 | 2024-12-02T20:43:27.892Z | |
| 1231 | 2024-12-02T20:43:27.892Z | ##### # # # # ##### |
| 1232 | 2024-12-02T20:43:27.892Z | # # # # # # # # |
| 1233 | 2024-12-02T20:43:27.892Z | ##### # # # # # # |
| 1234 | 2024-12-02T20:43:27.892Z | # # # # # # # # |
| 1235 | 2024-12-02T20:43:27.892Z | # # # # # # # # |
| 1236 | 2024-12-02T20:43:27.892Z | ##### #### # ###### ##### |
| 1237 | 2024-12-02T20:43:27.892Z | |
| 1238 | 2024-12-02T20:43:27.892Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
| 1239 | 2024-12-02T20:43:28.790Z | Compiling proc-macro2 v1.0.86 |
| 1240 | 2024-12-02T20:43:28.790Z | Compiling unicode-ident v1.0.13 |
| 1241 | 2024-12-02T20:43:28.790Z | Compiling libc v0.2.159 |
| 1242 | 2024-12-02T20:43:28.790Z | Compiling serde v1.0.210 |
| 1243 | 2024-12-02T20:43:28.790Z | Compiling version_check v0.9.5 |
| 1244 | 2024-12-02T20:43:28.814Z | Compiling once_cell v1.19.0 |
| 1245 | 2024-12-02T20:43:28.814Z | Compiling autocfg v1.3.0 |
| 1246 | 2024-12-02T20:43:28.815Z | Compiling cfg-if v1.0.0 |
| 1247 | 2024-12-02T20:43:28.962Z | Compiling thiserror v1.0.64 |
| 1248 | 2024-12-02T20:43:29.029Z | Compiling memchr v2.7.2 |
| 1249 | 2024-12-02T20:43:29.169Z | Compiling libm v0.2.8 |
| 1250 | 2024-12-02T20:43:29.278Z | Compiling ahash v0.8.11 |
| 1251 | 2024-12-02T20:43:29.436Z | Compiling byteorder v1.5.0 |
| 1252 | 2024-12-02T20:43:29.499Z | Compiling itoa v1.0.11 |
| 1253 | 2024-12-02T20:43:29.613Z | Compiling lock_api v0.4.12 |
| 1254 | 2024-12-02T20:43:29.679Z | Compiling parking_lot_core v0.9.10 |
| 1255 | 2024-12-02T20:43:29.992Z | Compiling ryu v1.0.18 |
| 1256 | 2024-12-02T20:43:30.055Z | Compiling serde_json v1.0.128 |
| 1257 | 2024-12-02T20:43:30.234Z | Compiling quote v1.0.37 |
| 1258 | 2024-12-02T20:43:30.292Z | Compiling jobserver v0.1.31 |
| 1259 | 2024-12-02T20:43:30.325Z | Compiling getrandom v0.2.14 |
| 1260 | 2024-12-02T20:43:30.384Z | Compiling slab v0.4.9 |
| 1261 | 2024-12-02T20:43:30.618Z | Compiling syn v2.0.77 |
| 1262 | 2024-12-02T20:43:30.694Z | Compiling cc v1.0.97 |
| 1263 | 2024-12-02T20:43:30.718Z | Compiling pkg-config v0.3.30 |
| 1264 | 2024-12-02T20:43:30.741Z | Compiling schemars v0.8.21 |
| 1265 | 2024-12-02T20:43:30.765Z | Compiling vcpkg v0.2.15 |
| 1266 | 2024-12-02T20:43:30.794Z | Compiling allocator-api2 v0.2.18 |
| 1267 | 2024-12-02T20:43:31.133Z | Compiling pin-project-lite v0.2.14 |
| 1268 | 2024-12-02T20:43:31.384Z | Compiling num-traits v0.2.19 |
| 1269 | 2024-12-02T20:43:31.483Z | Compiling log v0.4.22 |
| 1270 | 2024-12-02T20:43:31.561Z | Compiling smallvec v1.13.2 |
| 1271 | 2024-12-02T20:43:31.890Z | Compiling scopeguard v1.2.0 |
| 1272 | 2024-12-02T20:43:31.913Z | Compiling equivalent v1.0.1 |
| 1273 | 2024-12-02T20:43:31.955Z | Compiling typenum v1.17.0 |
| 1274 | 2024-12-02T20:43:31.990Z | Compiling socket2 v0.5.7 |
| 1275 | 2024-12-02T20:43:32.031Z | Compiling mio v1.0.2 |
| 1276 | 2024-12-02T20:43:32.565Z | Compiling parking_lot v0.12.2 |
| 1277 | 2024-12-02T20:43:32.714Z | Compiling signal-hook-registry v1.4.2 |
| 1278 | 2024-12-02T20:43:33.121Z | Compiling ring v0.17.8 |
| 1279 | 2024-12-02T20:43:33.331Z | Compiling httparse v1.8.0 |
| 1280 | 2024-12-02T20:43:33.409Z | Compiling generic-array v0.14.7 |
| 1281 | 2024-12-02T20:43:33.704Z | Compiling fnv v1.0.7 |
| 1282 | 2024-12-02T20:43:33.815Z | Compiling futures-core v0.3.30 |
| 1283 | 2024-12-02T20:43:33.940Z | Compiling openssl-sys v0.9.103 |
| 1284 | 2024-12-02T20:43:33.984Z | Compiling iana-time-zone v0.1.60 |
| 1285 | 2024-12-02T20:43:34.021Z | Compiling rand_core v0.6.4 |
| 1286 | 2024-12-02T20:43:34.146Z | Compiling slog v2.7.0 |
| 1287 | 2024-12-02T20:43:34.209Z | Compiling semver v1.0.23 |
| 1288 | 2024-12-02T20:43:34.255Z | Compiling ucd-trie v0.1.6 |
| 1289 | 2024-12-02T20:43:34.419Z | Compiling futures-sink v0.3.30 |
| 1290 | 2024-12-02T20:43:34.615Z | Compiling dyn-clone v1.0.17 |
| 1291 | 2024-12-02T20:43:34.639Z | Compiling subtle v2.5.0 |
| 1292 | 2024-12-02T20:43:34.702Z | Compiling heck v0.5.0 |
| 1293 | 2024-12-02T20:43:34.858Z | Compiling futures-channel v0.3.30 |
| 1294 | 2024-12-02T20:43:34.882Z | Compiling futures-io v0.3.30 |
| 1295 | 2024-12-02T20:43:34.905Z | Compiling rustversion v1.0.17 |
| 1296 | 2024-12-02T20:43:34.977Z | Compiling pin-utils v0.1.0 |
| 1297 | 2024-12-02T20:43:35.000Z | Compiling futures-task v0.3.30 |
| 1298 | 2024-12-02T20:43:35.031Z | Compiling openssl v0.10.66 |
| 1299 | 2024-12-02T20:43:35.066Z | Compiling syn v1.0.109 |
| 1300 | 2024-12-02T20:43:35.490Z | Compiling aho-corasick v1.1.3 |
| 1301 | 2024-12-02T20:43:35.822Z | Compiling serde_derive_internals v0.29.1 |
| 1302 | 2024-12-02T20:43:35.856Z | Compiling rustls v0.23.10 |
| 1303 | 2024-12-02T20:43:36.138Z | Compiling regex-syntax v0.8.4 |
| 1304 | 2024-12-02T20:43:36.475Z | Compiling heck v0.4.1 |
| 1305 | 2024-12-02T20:43:36.553Z | Compiling native-tls v0.2.11 |
| 1306 | 2024-12-02T20:43:37.332Z | Compiling spin v0.9.8 |
| 1307 | 2024-12-02T20:43:37.862Z | Compiling anyhow v1.0.89 |
| 1308 | 2024-12-02T20:43:38.316Z | Compiling untrusted v0.9.0 |
| 1309 | 2024-12-02T20:43:38.444Z | Compiling num-conv v0.1.0 |
| 1310 | 2024-12-02T20:43:38.481Z | Compiling time-core v0.1.2 |
| 1311 | 2024-12-02T20:43:38.625Z | Compiling tracing-core v0.1.32 |
| 1312 | 2024-12-02T20:43:38.672Z | Compiling time-macros v0.2.18 |
| 1313 | 2024-12-02T20:43:38.956Z | Compiling regex-automata v0.4.6 |
| 1314 | 2024-12-02T20:43:39.271Z | Compiling serde_derive v1.0.210 |
| 1315 | 2024-12-02T20:43:40.310Z | Compiling zerocopy-derive v0.7.34 |
| 1316 | 2024-12-02T20:43:40.338Z | Compiling thiserror-impl v1.0.64 |
| 1317 | 2024-12-02T20:43:40.549Z | Compiling tokio-macros v2.4.0 |
| 1318 | 2024-12-02T20:43:40.765Z | Compiling schemars_derive v0.8.21 |
| 1319 | 2024-12-02T20:43:41.723Z | Compiling futures-macro v0.3.30 |
| 1320 | 2024-12-02T20:43:41.783Z | Compiling zerocopy v0.7.34 |
| 1321 | 2024-12-02T20:43:42.994Z | Compiling pest v2.7.10 |
| 1322 | 2024-12-02T20:43:43.176Z | Compiling hashbrown v0.14.5 |
| 1323 | 2024-12-02T20:43:43.209Z | Compiling futures-util v0.3.30 |
| 1324 | 2024-12-02T20:43:43.758Z | Compiling openssl-macros v0.1.1 |
| 1325 | 2024-12-02T20:43:44.114Z | Compiling regex v1.10.6 |
| 1326 | 2024-12-02T20:43:44.427Z | Compiling scroll_derive v0.12.0 |
| 1327 | 2024-12-02T20:43:44.450Z | Compiling tracing-attributes v0.1.27 |
| 1328 | 2024-12-02T20:43:44.914Z | Compiling pest_meta v2.7.10 |
| 1329 | 2024-12-02T20:43:45.281Z | Compiling crypto-common v0.1.6 |
| 1330 | 2024-12-02T20:43:45.487Z | Compiling thread-id v4.2.1 |
| 1331 | 2024-12-02T20:43:45.593Z | Compiling regress v0.10.1 |
| 1332 | 2024-12-02T20:43:46.278Z | Compiling pest_generator v2.7.10 |
| 1333 | 2024-12-02T20:43:46.753Z | Compiling tracing v0.1.40 |
| 1334 | 2024-12-02T20:43:47.281Z | Compiling rustls-pki-types v1.7.0 |
| 1335 | 2024-12-02T20:43:47.485Z | Compiling percent-encoding v2.3.1 |
| 1336 | 2024-12-02T20:43:47.717Z | Compiling pest_derive v2.7.10 |
| 1337 | 2024-12-02T20:43:47.903Z | Compiling form_urlencoded v1.2.1 |
| 1338 | 2024-12-02T20:43:48.042Z | Compiling camino v1.1.9 |
| 1339 | 2024-12-02T20:43:48.315Z | Compiling tinyvec_macros v0.1.1 |
| 1340 | 2024-12-02T20:43:48.391Z | Compiling tinyvec v1.6.0 |
| 1341 | 2024-12-02T20:43:48.415Z | Compiling usdt-impl v0.5.0 |
| 1342 | 2024-12-02T20:43:48.466Z | Compiling zeroize v1.7.0 |
| 1343 | 2024-12-02T20:43:48.525Z | Compiling atomic-waker v1.1.2 |
| 1344 | 2024-12-02T20:43:48.694Z | Compiling bytes v1.7.2 |
| 1345 | 2024-12-02T20:43:48.755Z | Compiling uuid v1.10.0 |
| 1346 | 2024-12-02T20:43:49.096Z | Compiling indexmap v2.5.0 |
| 1347 | 2024-12-02T20:43:49.667Z | Compiling tokio v1.39.3 |
| 1348 | 2024-12-02T20:43:49.705Z | Compiling chrono v0.4.38 |
| 1349 | 2024-12-02T20:43:49.894Z | Compiling serde_tokenstream v0.2.2 |
| 1350 | 2024-12-02T20:43:50.106Z | Compiling bitflags v2.6.0 |
| 1351 | 2024-12-02T20:43:50.511Z | Compiling http v1.1.0 |
| 1352 | 2024-12-02T20:43:51.352Z | Compiling ppv-lite86 v0.2.17 |
| 1353 | 2024-12-02T20:43:51.405Z | Compiling unicode-normalization v0.1.23 |
| 1354 | 2024-12-02T20:43:52.073Z | Compiling rand_chacha v0.3.1 |
| 1355 | 2024-12-02T20:43:52.975Z | Compiling http-body v1.0.1 |
| 1356 | 2024-12-02T20:43:53.244Z | Compiling rustls-webpki v0.102.4 |
| 1357 | 2024-12-02T20:43:53.329Z | Compiling scroll v0.12.0 |
| 1358 | 2024-12-02T20:43:54.034Z | Compiling typify-impl v0.2.0 |
| 1359 | 2024-12-02T20:43:54.550Z | Compiling plain v0.2.3 |
| 1360 | 2024-12-02T20:43:54.628Z | Compiling unicode-bidi v0.3.15 |
| 1361 | 2024-12-02T20:43:54.678Z | Compiling try-lock v0.2.5 |
| 1362 | 2024-12-02T20:43:54.905Z | Compiling want v0.3.1 |
| 1363 | 2024-12-02T20:43:55.123Z | Compiling goblin v0.8.2 |
| 1364 | 2024-12-02T20:43:55.975Z | Compiling rand v0.8.5 |
| 1365 | 2024-12-02T20:43:56.598Z | Compiling tokio-util v0.7.11 |
| 1366 | 2024-12-02T20:43:56.704Z | Compiling openapiv3 v2.0.0 |
| 1367 | 2024-12-02T20:43:57.161Z | Compiling strum_macros v0.26.2 |
| 1368 | 2024-12-02T20:43:58.161Z | Compiling h2 v0.4.6 |
| 1369 | 2024-12-02T20:43:59.668Z | Compiling omicron-workspace-hack v0.1.0 |
| 1370 | 2024-12-02T20:43:59.955Z | Compiling httpdate v1.0.3 |
| 1371 | 2024-12-02T20:44:00.037Z | Compiling pretty-hex v0.4.1 |
| 1372 | 2024-12-02T20:44:00.214Z | Compiling base64 v0.22.1 |
| 1373 | 2024-12-02T20:44:00.252Z | Compiling dof v0.3.0 |
| 1374 | 2024-12-02T20:44:00.540Z | Compiling idna v0.5.0 |
| 1375 | 2024-12-02T20:44:01.160Z | Compiling dtrace-parser v0.2.0 |
| 1376 | 2024-12-02T20:44:01.393Z | Compiling strsim v0.11.1 |
| 1377 | 2024-12-02T20:44:01.454Z | Compiling cpufeatures v0.2.12 |
| 1378 | 2024-12-02T20:44:01.537Z | Compiling unsafe-libyaml v0.2.11 |
| 1379 | 2024-12-02T20:44:01.802Z | Compiling typify-macro v0.2.0 |
| 1380 | 2024-12-02T20:44:01.934Z | Compiling rustls v0.22.4 |
| 1381 | 2024-12-02T20:44:02.199Z | Compiling hyper v1.4.1 |
| 1382 | 2024-12-02T20:44:02.370Z | Compiling tower-service v0.3.2 |
| 1383 | 2024-12-02T20:44:02.508Z | Compiling serde_yaml v0.9.34+deprecated |
| 1384 | 2024-12-02T20:44:03.473Z | Compiling url v2.5.0 |
| 1385 | 2024-12-02T20:44:03.695Z | Compiling toml_datetime v0.6.8 |
| 1386 | 2024-12-02T20:44:04.012Z | Compiling async-trait v0.1.83 |
| 1387 | 2024-12-02T20:44:04.599Z | Compiling typify v0.2.0 |
| 1388 | 2024-12-02T20:44:04.705Z | Compiling progenitor-impl v0.8.0 |
| 1389 | 2024-12-02T20:44:05.075Z | Compiling hyper-util v0.1.9 |
| 1390 | 2024-12-02T20:44:05.680Z | Compiling block-buffer v0.10.4 |
| 1391 | 2024-12-02T20:44:05.864Z | Compiling foreign-types-shared v0.1.1 |
| 1392 | 2024-12-02T20:44:05.959Z | Compiling slog-async v2.8.0 |
| 1393 | 2024-12-02T20:44:07.620Z | Compiling foreign-types v0.3.2 |
| 1394 | 2024-12-02T20:44:07.709Z | Compiling digest v0.10.7 |
| 1395 | 2024-12-02T20:44:08.918Z | Compiling http-body-util v0.1.2 |
| 1396 | 2024-12-02T20:44:09.172Z | Compiling multer v3.1.0 |
| 1397 | 2024-12-02T20:44:09.196Z | Compiling progenitor-macro v0.8.0 |
| 1398 | 2024-12-02T20:44:09.219Z | Compiling encoding_rs v0.8.34 |
| 1399 | 2024-12-02T20:44:09.322Z | Compiling crossbeam-utils v0.8.19 |
| 1400 | 2024-12-02T20:44:09.351Z | Compiling paste v1.0.15 |
| 1401 | 2024-12-02T20:44:09.485Z | Compiling mime v0.3.17 |
| 1402 | 2024-12-02T20:44:09.756Z | Compiling ident_case v1.0.1 |
| 1403 | 2024-12-02T20:44:09.933Z | Compiling darling_core v0.20.9 |
| 1404 | 2024-12-02T20:44:10.219Z | Compiling usdt-macro v0.5.0 |
| 1405 | 2024-12-02T20:44:10.318Z | Compiling usdt-attr-macro v0.5.0 |
| 1406 | 2024-12-02T20:44:10.342Z | Compiling rustls-pemfile v2.1.3 |
| 1407 | 2024-12-02T20:44:10.907Z | Compiling serde_urlencoded v0.7.1 |
| 1408 | 2024-12-02T20:44:11.659Z | Compiling openssl-probe v0.1.5 |
| 1409 | 2024-12-02T20:44:14.034Z | Compiling darling_macro v0.20.9 |
| 1410 | 2024-12-02T20:44:14.338Z | Compiling async-stream-impl v0.3.5 |
| 1411 | 2024-12-02T20:44:15.636Z | Compiling dropshot v0.12.0 |
| 1412 | 2024-12-02T20:44:17.283Z | Compiling powerfmt v0.2.0 |
| 1413 | 2024-12-02T20:44:17.432Z | Compiling ipnet v2.9.0 |
| 1414 | 2024-12-02T20:44:17.838Z | Compiling deranged v0.3.11 |
| 1415 | 2024-12-02T20:44:19.207Z | Compiling tokio-rustls v0.26.0 |
| 1416 | 2024-12-02T20:44:19.733Z | Compiling tokio-native-tls v0.3.1 |
| 1417 | 2024-12-02T20:44:19.971Z | Compiling darling v0.20.9 |
| 1418 | 2024-12-02T20:44:20.704Z | Compiling serde_spanned v0.6.7 |
| 1419 | 2024-12-02T20:44:20.901Z | Compiling webpki-roots v0.26.3 |
| 1420 | 2024-12-02T20:44:21.081Z | Compiling futures-executor v0.3.30 |
| 1421 | 2024-12-02T20:44:23.105Z | Compiling num_threads v0.1.7 |
| 1422 | 2024-12-02T20:44:23.205Z | Compiling time v0.3.36 |
| 1423 | 2024-12-02T20:44:28.507Z | Compiling futures v0.3.30 |
| 1424 | 2024-12-02T20:44:28.608Z | Compiling hyper-rustls v0.27.3 |
| 1425 | 2024-12-02T20:44:29.338Z | Compiling serde_with_macros v3.9.0 |
| 1426 | 2024-12-02T20:44:29.606Z | Compiling hyper-tls v0.6.0 |
| 1427 | 2024-12-02T20:44:29.945Z | Compiling sha1 v0.10.6 |
| 1428 | 2024-12-02T20:44:30.538Z | Compiling strum v0.26.2 |
| 1429 | 2024-12-02T20:44:30.687Z | Compiling dropshot_endpoint v0.12.0 |
| 1430 | 2024-12-02T20:44:31.727Z | Compiling structmeta-derive v0.3.0 |
| 1431 | 2024-12-02T20:44:32.295Z | Compiling sync_wrapper v1.0.1 |
| 1432 | 2024-12-02T20:44:32.591Z | Compiling rustix v0.38.34 |
| 1433 | 2024-12-02T20:44:33.252Z | Compiling reqwest v0.12.7 |
| 1434 | 2024-12-02T20:44:33.687Z | Compiling structmeta v0.3.0 |
| 1435 | 2024-12-02T20:44:34.069Z | Compiling errno v0.3.9 |
| 1436 | 2024-12-02T20:44:34.295Z | Compiling dirs-sys-next v0.1.2 |
| 1437 | 2024-12-02T20:44:35.059Z | Compiling match_cfg v0.1.0 |
| 1438 | 2024-12-02T20:44:35.147Z | Compiling winnow v0.6.18 |
| 1439 | 2024-12-02T20:44:38.316Z | Compiling hostname v0.3.1 |
| 1440 | 2024-12-02T20:44:38.531Z | Compiling progenitor-client v0.8.0 |
| 1441 | 2024-12-02T20:44:39.748Z | Compiling dirs-next v2.0.0 |
| 1442 | 2024-12-02T20:44:40.368Z | Compiling parse-display-derive v0.10.0 |
| 1443 | 2024-12-02T20:44:42.951Z | Compiling ipnetwork v0.20.0 |
| 1444 | 2024-12-02T20:44:43.243Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1445 | 2024-12-02T20:44:43.302Z | Compiling thread_local v1.1.8 |
| 1446 | 2024-12-02T20:44:44.115Z | Compiling progenitor v0.8.0 |
| 1447 | 2024-12-02T20:44:45.981Z | Compiling term v0.7.0 |
| 1448 | 2024-12-02T20:44:46.174Z | Compiling crossbeam-channel v0.5.12 |
| 1449 | 2024-12-02T20:44:47.165Z | Compiling is-terminal v0.4.12 |
| 1450 | 2024-12-02T20:44:47.268Z | Compiling memmap v0.7.0 |
| 1451 | 2024-12-02T20:44:47.501Z | Compiling take_mut v0.2.2 |
| 1452 | 2024-12-02T20:44:49.434Z | Compiling usdt v0.5.0 |
| 1453 | 2024-12-02T20:44:49.880Z | Compiling slog-term v2.9.1 |
| 1454 | 2024-12-02T20:44:50.505Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 1455 | 2024-12-02T20:44:50.847Z | Compiling toml_edit v0.22.20 |
| 1456 | 2024-12-02T20:44:51.129Z | Compiling slog-json v2.6.1 |
| 1457 | 2024-12-02T20:44:51.695Z | Compiling debug-ignore v1.0.5 |
| 1458 | 2024-12-02T20:44:51.850Z | Compiling winnow v0.5.40 |
| 1459 | 2024-12-02T20:44:53.585Z | Compiling toml v0.8.19 |
| 1460 | 2024-12-02T20:44:54.391Z | Compiling toml_edit v0.19.15 |
| 1461 | 2024-12-02T20:44:54.975Z | Compiling tokio-rustls v0.25.0 |
| 1462 | 2024-12-02T20:44:55.309Z | Compiling slog-bunyan v2.5.0 |
| 1463 | 2024-12-02T20:44:58.525Z | Compiling async-stream v0.3.5 |
| 1464 | 2024-12-02T20:44:58.764Z | Compiling serde_path_to_error v0.1.16 |
| 1465 | 2024-12-02T20:44:58.787Z | Compiling waitgroup v0.1.2 |
| 1466 | 2024-12-02T20:44:58.811Z | Compiling hostname v0.4.0 |
| 1467 | 2024-12-02T20:45:02.496Z | Compiling proc-macro-crate v1.3.1 |
| 1468 | 2024-12-02T20:45:03.060Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 1469 | 2024-12-02T20:45:03.084Z | Compiling serde_with v3.9.0 |
| 1470 | 2024-12-02T20:45:04.506Z | Compiling newtype-uuid v1.1.0 |
| 1471 | 2024-12-02T20:45:05.073Z | Compiling unicode-width v0.1.14 |
| 1472 | 2024-12-02T20:45:06.029Z | Compiling hex v0.4.3 |
| 1473 | 2024-12-02T20:45:06.586Z | Compiling clap_derive v4.5.4 |
| 1474 | 2024-12-02T20:45:06.988Z | Compiling instant v0.1.12 |
| 1475 | 2024-12-02T20:45:07.124Z | Compiling lazy_static v1.5.0 |
| 1476 | 2024-12-02T20:45:07.250Z | Compiling utf8parse v0.2.1 |
| 1477 | 2024-12-02T20:45:07.311Z | Compiling backoff v0.4.0 |
| 1478 | 2024-12-02T20:45:07.390Z | Compiling anstyle-parse v0.2.4 |
| 1479 | 2024-12-02T20:45:08.856Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1480 | 2024-12-02T20:45:08.996Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 1481 | 2024-12-02T20:45:09.355Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
| 1482 | 2024-12-02T20:45:09.414Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1483 | 2024-12-02T20:45:09.595Z | Compiling parse-display v0.10.0 |
| 1484 | 2024-12-02T20:45:09.727Z | Compiling macaddr v1.0.1 |
| 1485 | 2024-12-02T20:45:10.169Z | Compiling regress v0.9.1 |
| 1486 | 2024-12-02T20:45:11.332Z | Compiling num-integer v0.1.46 |
| 1487 | 2024-12-02T20:45:11.514Z | Compiling is_terminal_polyfill v1.70.0 |
| 1488 | 2024-12-02T20:45:11.628Z | Compiling colorchoice v1.0.1 |
| 1489 | 2024-12-02T20:45:11.766Z | Compiling crucible-workspace-hack v0.1.0 |
| 1490 | 2024-12-02T20:45:12.060Z | Compiling anstyle-query v1.0.3 |
| 1491 | 2024-12-02T20:45:12.196Z | Compiling anstyle v1.0.7 |
| 1492 | 2024-12-02T20:45:12.221Z | Compiling unicode-xid v0.2.4 |
| 1493 | 2024-12-02T20:45:12.640Z | Compiling anstream v0.6.14 |
| 1494 | 2024-12-02T20:45:13.418Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 1495 | 2024-12-02T20:45:13.811Z | Compiling terminal_size v0.3.0 |
| 1496 | 2024-12-02T20:45:15.469Z | Compiling clap_lex v0.7.0 |
| 1497 | 2024-12-02T20:45:16.026Z | Compiling heapless v0.8.0 |
| 1498 | 2024-12-02T20:45:16.450Z | Compiling clap_builder v4.5.2 |
| 1499 | 2024-12-02T20:45:16.812Z | Compiling num-bigint v0.4.5 |
| 1500 | 2024-12-02T20:45:16.959Z | Compiling num_enum_derive v0.5.11 |
| 1501 | 2024-12-02T20:45:18.268Z | Compiling hash32 v0.3.1 |
| 1502 | 2024-12-02T20:45:18.466Z | Compiling smoltcp v0.11.0 |
| 1503 | 2024-12-02T20:45:18.641Z | Compiling stable_deref_trait v1.2.0 |
| 1504 | 2024-12-02T20:45:18.732Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1505 | 2024-12-02T20:45:18.955Z | Compiling either v1.13.0 |
| 1506 | 2024-12-02T20:45:19.287Z | Compiling fastrand v2.1.0 |
| 1507 | 2024-12-02T20:45:19.558Z | Compiling num-rational v0.4.2 |
| 1508 | 2024-12-02T20:45:19.815Z | Compiling clap v4.5.4 |
| 1509 | 2024-12-02T20:45:19.916Z | Compiling tempfile v3.10.1 |
| 1510 | 2024-12-02T20:45:21.178Z | Compiling num_enum v0.5.11 |
| 1511 | 2024-12-02T20:45:21.717Z | Compiling synstructure v0.12.6 |
| 1512 | 2024-12-02T20:45:21.836Z | Compiling num-iter v0.1.45 |
| 1513 | 2024-12-02T20:45:21.996Z | Compiling num-complex v0.4.6 |
| 1514 | 2024-12-02T20:45:22.447Z | Compiling proc-macro-error-attr v1.0.4 |
| 1515 | 2024-12-02T20:45:22.714Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1516 | 2024-12-02T20:45:22.752Z | Compiling cobs v0.2.3 |
| 1517 | 2024-12-02T20:45:22.810Z | Compiling managed v0.8.0 |
| 1518 | 2024-12-02T20:45:23.019Z | Compiling bitflags v1.3.2 |
| 1519 | 2024-12-02T20:45:23.049Z | Compiling postcard v1.0.9 |
| 1520 | 2024-12-02T20:45:23.127Z | Compiling num v0.4.3 |
| 1521 | 2024-12-02T20:45:23.237Z | Compiling zerocopy-derive v0.2.0 |
| 1522 | 2024-12-02T20:45:23.736Z | Compiling foreign-types-macros v0.2.3 |
| 1523 | 2024-12-02T20:45:23.815Z | Compiling libz-sys v1.1.16 |
| 1524 | 2024-12-02T20:45:24.366Z | Compiling proc-macro-error v1.0.4 |
| 1525 | 2024-12-02T20:45:24.390Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1526 | 2024-12-02T20:45:24.770Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1527 | 2024-12-02T20:45:24.793Z | Compiling foreign-types-shared v0.3.1 |
| 1528 | 2024-12-02T20:45:24.905Z | Compiling prettyplease v0.2.22 |
| 1529 | 2024-12-02T20:45:25.207Z | Compiling pretty-hex v0.2.1 |
| 1530 | 2024-12-02T20:45:25.407Z | Compiling foreign-types v0.5.0 |
| 1531 | 2024-12-02T20:45:25.877Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1532 | 2024-12-02T20:45:28.426Z | Compiling tabwriter v1.4.0 |
| 1533 | 2024-12-02T20:45:28.751Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1534 | 2024-12-02T20:45:28.822Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1535 | 2024-12-02T20:45:29.561Z | Compiling cstr-argument v0.1.2 |
| 1536 | 2024-12-02T20:45:29.584Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
| 1537 | 2024-12-02T20:45:29.607Z | Compiling data-encoding v2.6.0 |
| 1538 | 2024-12-02T20:45:30.225Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1539 | 2024-12-02T20:45:31.551Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1540 | 2024-12-02T20:45:31.951Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1541 | 2024-12-02T20:45:32.336Z | Compiling colored v2.1.0 |
| 1542 | 2024-12-02T20:45:33.123Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 1543 | 2024-12-02T20:45:33.308Z | Compiling usdt-impl v0.3.5 |
| 1544 | 2024-12-02T20:45:33.664Z | Compiling float-ord v0.3.2 |
| 1545 | 2024-12-02T20:45:33.693Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 1546 | 2024-12-02T20:45:33.716Z | Compiling static_assertions v1.1.0 |
| 1547 | 2024-12-02T20:45:33.764Z | Compiling unicode-segmentation v1.11.0 |
| 1548 | 2024-12-02T20:45:33.788Z | Compiling semver v0.1.20 |
| 1549 | 2024-12-02T20:45:33.816Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 1550 | 2024-12-02T20:45:34.004Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1551 | 2024-12-02T20:45:34.182Z | Compiling rustc_version v0.1.7 |
| 1552 | 2024-12-02T20:45:34.478Z | Compiling newline-converter v0.3.0 |
| 1553 | 2024-12-02T20:45:35.372Z | Compiling zone_cfg_derive v0.3.0 |
| 1554 | 2024-12-02T20:45:37.157Z | Compiling camino-tempfile v1.1.1 |
| 1555 | 2024-12-02T20:45:37.760Z | Compiling itertools v0.10.5 |
| 1556 | 2024-12-02T20:45:37.967Z | Compiling console v0.15.8 |
| 1557 | 2024-12-02T20:45:40.219Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
| 1558 | 2024-12-02T20:45:40.890Z | Compiling num-derive v0.4.2 |
| 1559 | 2024-12-02T20:45:41.801Z | Compiling sigpipe v0.1.3 |
| 1560 | 2024-12-02T20:45:41.929Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 1561 | 2024-12-02T20:45:42.226Z | Compiling base64ct v1.6.0 |
| 1562 | 2024-12-02T20:45:42.251Z | Compiling similar v2.5.0 |
| 1563 | 2024-12-02T20:45:42.563Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
| 1564 | 2024-12-02T20:45:42.779Z | Compiling password-hash v0.5.0 |
| 1565 | 2024-12-02T20:45:43.829Z | Compiling expectorate v1.1.0 |
| 1566 | 2024-12-02T20:45:44.040Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 1567 | 2024-12-02T20:45:44.497Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
| 1568 | 2024-12-02T20:45:45.218Z | Compiling zone v0.3.0 |
| 1569 | 2024-12-02T20:45:46.468Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1570 | 2024-12-02T20:45:47.015Z | Compiling newtype_derive v0.1.6 |
| 1571 | 2024-12-02T20:45:47.326Z | Compiling zerocopy v0.3.2 |
| 1572 | 2024-12-02T20:45:47.433Z | Compiling blake2 v0.10.6 |
| 1573 | 2024-12-02T20:45:47.772Z | Compiling cargo-platform v0.1.8 |
| 1574 | 2024-12-02T20:45:47.802Z | Compiling hubpack_derive v0.1.1 |
| 1575 | 2024-12-02T20:45:48.114Z | Compiling smf v0.2.3 |
| 1576 | 2024-12-02T20:45:48.272Z | Compiling zerocopy-derive v0.6.6 |
| 1577 | 2024-12-02T20:45:48.528Z | Compiling serde_repr v0.1.19 |
| 1578 | 2024-12-02T20:45:49.244Z | Compiling vergen v8.3.2 |
| 1579 | 2024-12-02T20:45:49.383Z | Compiling owo-colors v4.1.0 |
| 1580 | 2024-12-02T20:45:49.445Z | Compiling fixedbitset v0.4.2 |
| 1581 | 2024-12-02T20:45:49.700Z | Compiling cancel-safe-futures v0.1.5 |
| 1582 | 2024-12-02T20:45:49.724Z | Compiling whoami v1.5.1 |
| 1583 | 2024-12-02T20:45:49.748Z | Compiling base64 v0.21.7 |
| 1584 | 2024-12-02T20:45:50.056Z | Compiling zerocopy v0.6.6 |
| 1585 | 2024-12-02T20:45:50.087Z | Compiling petgraph v0.6.5 |
| 1586 | 2024-12-02T20:45:50.490Z | Compiling hubpack v0.1.2 |
| 1587 | 2024-12-02T20:45:50.569Z | Compiling cargo_metadata v0.18.1 |
| 1588 | 2024-12-02T20:45:50.658Z | Compiling argon2 v0.5.3 |
| 1589 | 2024-12-02T20:45:50.853Z | Compiling dof v0.1.5 |
| 1590 | 2024-12-02T20:45:51.837Z | Compiling rustc_version v0.4.0 |
| 1591 | 2024-12-02T20:45:52.394Z | Compiling serde-big-array v0.5.1 |
| 1592 | 2024-12-02T20:45:52.598Z | Compiling dtrace-parser v0.1.14 |
| 1593 | 2024-12-02T20:45:52.791Z | Compiling strum_macros v0.25.3 |
| 1594 | 2024-12-02T20:45:53.223Z | Compiling libsqlite3-sys v0.30.1 |
| 1595 | 2024-12-02T20:45:53.426Z | Compiling slog-dtrace v0.3.0 |
| 1596 | 2024-12-02T20:45:53.662Z | Compiling cookie v0.18.1 |
| 1597 | 2024-12-02T20:45:53.736Z | Compiling convert_case v0.4.0 |
| 1598 | 2024-12-02T20:45:53.772Z | Compiling rustls v0.21.12 |
| 1599 | 2024-12-02T20:45:54.083Z | Compiling cfg_aliases v0.2.1 |
| 1600 | 2024-12-02T20:45:54.173Z | Compiling nix v0.29.0 |
| 1601 | 2024-12-02T20:45:54.280Z | Compiling derive_more v0.99.18 |
| 1602 | 2024-12-02T20:45:54.832Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 1603 | 2024-12-02T20:45:55.360Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1604 | 2024-12-02T20:45:55.614Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 1605 | 2024-12-02T20:45:56.766Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 1606 | 2024-12-02T20:45:57.755Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 1607 | 2024-12-02T20:45:58.434Z | Compiling atomicwrites v0.4.4 |
| 1608 | 2024-12-02T20:45:58.854Z | Compiling itertools v0.13.0 |
| 1609 | 2024-12-02T20:45:58.878Z | Compiling libsw v3.3.1 |
| 1610 | 2024-12-02T20:45:58.903Z | Compiling idna v0.4.0 |
| 1611 | 2024-12-02T20:45:59.139Z | Compiling serde_tokenstream v0.1.7 |
| 1612 | 2024-12-02T20:45:59.523Z | Compiling rustls-webpki v0.101.7 |
| 1613 | 2024-12-02T20:46:01.577Z | Compiling sct v0.7.1 |
| 1614 | 2024-12-02T20:46:01.771Z | Compiling enum-as-inner v0.6.0 |
| 1615 | 2024-12-02T20:46:01.830Z | Compiling derive-where v1.2.7 |
| 1616 | 2024-12-02T20:46:01.941Z | Compiling inout v0.1.3 |
| 1617 | 2024-12-02T20:46:02.135Z | Compiling linked-hash-map v0.5.6 |
| 1618 | 2024-12-02T20:46:02.453Z | Compiling radium v0.7.0 |
| 1619 | 2024-12-02T20:46:02.559Z | Compiling indent_write v2.2.0 |
| 1620 | 2024-12-02T20:46:02.632Z | Compiling utf-8 v0.7.6 |
| 1621 | 2024-12-02T20:46:02.714Z | Compiling highway v1.2.0 |
| 1622 | 2024-12-02T20:46:02.750Z | Compiling quick-error v1.2.3 |
| 1623 | 2024-12-02T20:46:02.849Z | Compiling linear-map v1.2.0 |
| 1624 | 2024-12-02T20:46:02.873Z | Compiling swrite v0.1.0 |
| 1625 | 2024-12-02T20:46:02.939Z | Compiling resolv-conf v0.7.0 |
| 1626 | 2024-12-02T20:46:02.990Z | Compiling tungstenite v0.21.0 |
| 1627 | 2024-12-02T20:46:03.189Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 1628 | 2024-12-02T20:46:03.771Z | Compiling hickory-proto v0.24.1 |
| 1629 | 2024-12-02T20:46:04.102Z | Compiling lru-cache v0.1.2 |
| 1630 | 2024-12-02T20:46:04.154Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 1631 | 2024-12-02T20:46:04.307Z | Compiling cipher v0.4.4 |
| 1632 | 2024-12-02T20:46:06.821Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 1633 | 2024-12-02T20:46:07.025Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 1634 | 2024-12-02T20:46:11.112Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 1635 | 2024-12-02T20:46:11.782Z | Compiling git2 v0.19.0 |
| 1636 | 2024-12-02T20:46:12.452Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 1637 | 2024-12-02T20:46:14.457Z | Compiling steno v0.4.1 |
| 1638 | 2024-12-02T20:46:18.039Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
| 1639 | 2024-12-02T20:46:18.393Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 1640 | 2024-12-02T20:46:18.985Z | Compiling crossbeam-epoch v0.9.18 |
| 1641 | 2024-12-02T20:46:19.278Z | Compiling hashlink v0.9.1 |
| 1642 | 2024-12-02T20:46:19.325Z | Compiling fallible-iterator v0.3.0 |
| 1643 | 2024-12-02T20:46:19.827Z | Compiling rayon-core v1.12.1 |
| 1644 | 2024-12-02T20:46:19.857Z | Compiling humantime v2.1.0 |
| 1645 | 2024-12-02T20:46:19.905Z | Compiling fallible-streaming-iterator v0.1.9 |
| 1646 | 2024-12-02T20:46:20.112Z | Compiling tap v1.0.1 |
| 1647 | 2024-12-02T20:46:20.145Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 1648 | 2024-12-02T20:46:20.258Z | Compiling wyz v0.5.1 |
| 1649 | 2024-12-02T20:46:20.499Z | Compiling rusqlite v0.32.1 |
| 1650 | 2024-12-02T20:46:20.583Z | Compiling crossbeam-deque v0.8.5 |
| 1651 | 2024-12-02T20:46:20.887Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 1652 | 2024-12-02T20:46:23.440Z | Compiling tokio-rustls v0.24.1 |
| 1653 | 2024-12-02T20:46:23.760Z | Compiling hickory-resolver v0.24.1 |
| 1654 | 2024-12-02T20:46:24.136Z | Compiling tokio-tungstenite v0.21.0 |
| 1655 | 2024-12-02T20:46:24.573Z | Compiling usdt-attr-macro v0.3.5 |
| 1656 | 2024-12-02T20:46:24.628Z | Compiling usdt-macro v0.3.5 |
| 1657 | 2024-12-02T20:46:25.439Z | Compiling rustls-pemfile v1.0.4 |
| 1658 | 2024-12-02T20:46:25.671Z | Compiling twox-hash v1.6.3 |
| 1659 | 2024-12-02T20:46:25.694Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
| 1660 | 2024-12-02T20:46:25.996Z | Compiling num_enum_derive v0.7.2 |
| 1661 | 2024-12-02T20:46:26.420Z | Compiling universal-hash v0.5.1 |
| 1662 | 2024-12-02T20:46:26.595Z | Compiling atty v0.2.14 |
| 1663 | 2024-12-02T20:46:27.734Z | Compiling opaque-debug v0.3.1 |
| 1664 | 2024-12-02T20:46:27.825Z | Compiling funty v2.0.0 |
| 1665 | 2024-12-02T20:46:28.930Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 1666 | 2024-12-02T20:46:29.223Z | Compiling bitvec v1.0.1 |
| 1667 | 2024-12-02T20:46:29.588Z | Compiling polyval v0.6.2 |
| 1668 | 2024-12-02T20:46:29.714Z | Compiling num_enum v0.7.2 |
| 1669 | 2024-12-02T20:46:29.998Z | Compiling usdt v0.3.5 |
| 1670 | 2024-12-02T20:46:30.358Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 1671 | 2024-12-02T20:46:33.060Z | Compiling aes v0.8.4 |
| 1672 | 2024-12-02T20:46:33.273Z | Compiling ctr v0.9.2 |
| 1673 | 2024-12-02T20:46:33.537Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 1674 | 2024-12-02T20:46:34.730Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
| 1675 | 2024-12-02T20:46:35.065Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
| 1676 | 2024-12-02T20:46:37.069Z | Compiling bincode v1.3.3 |
| 1677 | 2024-12-02T20:46:37.850Z | Compiling aead v0.5.2 |
| 1678 | 2024-12-02T20:46:37.987Z | Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
| 1679 | 2024-12-02T20:46:38.109Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
| 1680 | 2024-12-02T20:46:38.153Z | Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
| 1681 | 2024-12-02T20:46:38.423Z | Compiling aes-gcm-siv v0.11.1 |
| 1682 | 2024-12-02T20:46:38.476Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
| 1683 | 2024-12-02T20:46:38.645Z | Compiling propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
| 1684 | 2024-12-02T20:46:39.116Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
| 1685 | 2024-12-02T20:46:39.548Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
| 1686 | 2024-12-02T20:46:41.359Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 1687 | 2024-12-02T20:46:45.284Z | Compiling toml v0.7.8 |
| 1688 | 2024-12-02T20:46:45.873Z | Compiling rayon v1.10.0 |
| 1689 | 2024-12-02T20:46:46.437Z | Compiling rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
| 1690 | 2024-12-02T20:46:46.721Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1691 | 2024-12-02T20:46:47.155Z | Compiling bitstruct_derive v0.1.0 |
| 1692 | 2024-12-02T20:46:48.135Z | Compiling async-recursion v1.1.1 |
| 1693 | 2024-12-02T20:46:49.226Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
| 1694 | 2024-12-02T20:46:49.327Z | Compiling ascii v1.1.0 |
| 1695 | 2024-12-02T20:46:49.354Z | Compiling typeid v1.0.0 |
| 1696 | 2024-12-02T20:46:49.504Z | Compiling ringbuffer v0.15.0 |
| 1697 | 2024-12-02T20:46:49.905Z | Compiling rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
| 1698 | 2024-12-02T20:46:50.031Z | Compiling erased-serde v0.4.5 |
| 1699 | 2024-12-02T20:46:50.055Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
| 1700 | 2024-12-02T20:46:50.360Z | Compiling bitstruct v0.1.1 |
| 1701 | 2024-12-02T20:46:50.474Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
| 1702 | 2024-12-02T20:46:51.171Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 1703 | 2024-12-02T20:46:51.417Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
| 1704 | 2024-12-02T20:46:51.479Z | Compiling cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
| 1705 | 2024-12-02T20:46:51.870Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
| 1706 | 2024-12-02T20:46:51.966Z | Compiling const_format_proc_macros v0.2.32 |
| 1707 | 2024-12-02T20:46:52.218Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
| 1708 | 2024-12-02T20:46:53.109Z | Compiling serde_arrays v0.1.0 |
| 1709 | 2024-12-02T20:46:53.270Z | Compiling kstat-rs v0.2.4 |
| 1710 | 2024-12-02T20:46:53.379Z | Compiling libloading v0.7.4 |
| 1711 | 2024-12-02T20:46:53.783Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
| 1712 | 2024-12-02T20:46:53.951Z | Compiling const_format v0.2.32 |
| 1713 | 2024-12-02T20:46:54.899Z | Compiling propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
| 1714 | 2024-12-02T20:46:55.419Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
| 1715 | 2024-12-02T20:46:55.800Z | Compiling ron v0.8.1 |
| 1716 | 2024-12-02T20:46:57.617Z | Compiling bit_field v0.10.2 |
| 1717 | 2024-12-02T20:46:57.830Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
| 1718 | 2024-12-02T20:47:06.755Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
| 1719 | 2024-12-02T20:47:09.249Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
| 1720 | 2024-12-02T20:48:00.115Z | Finished `release` profile [optimized] target(s) in 4m 32s |
| 1721 | 2024-12-02T20:48:00.257Z | |
| 1722 | 2024-12-02T20:48:00.281Z | real 4:32.347386420 |
| 1723 | 2024-12-02T20:48:00.281Z | user 31:52.402077101 |
| 1724 | 2024-12-02T20:48:00.281Z | sys 2:15.464086583 |
| 1725 | 2024-12-02T20:48:00.281Z | trap 0.892804120 |
| 1726 | 2024-12-02T20:48:00.282Z | tflt 1.298183944 |
| 1727 | 2024-12-02T20:48:00.282Z | dflt 0.597461705 |
| 1728 | 2024-12-02T20:48:00.282Z | kflt 0.037166532 |
| 1729 | 2024-12-02T20:48:00.282Z | lock 1:09:05.548145876 |
| 1730 | 2024-12-02T20:48:00.282Z | slp 1:55:07.205905895 |
| 1731 | 2024-12-02T20:48:00.282Z | lat 1:47.455032611 |
| 1732 | 2024-12-02T20:48:00.282Z | stop 2:12.559515215 |
| 1733 | 2024-12-02T20:48:00.282Z | + OUTDIR=/work/release |
| 1734 | 2024-12-02T20:48:00.282Z | + mkdir -p /work/release |
| 1735 | 2024-12-02T20:48:00.282Z | + cp target/release/propolis-cli /work/release/propolis-cli |
| 1736 | 2024-12-02T20:48:00.282Z | + cp target/release/propolis-server /work/release/propolis-server |
| 1737 | 2024-12-02T20:48:00.344Z | process exited: duration 508900 ms, exit code 0 |
| |
| 1738 | 2024-12-02T20:48:00.421Z | found 2 output files |
| 1739 | 2024-12-02T20:48:00.421Z | uploading: /work/release/propolis-cli (14457096 bytes) |
| 1740 | 2024-12-02T20:48:06.836Z | uploaded: /work/release/propolis-cli |
| 1741 | 2024-12-02T20:48:06.862Z | uploading: /work/release/propolis-server (58297920 bytes) |
| 1742 | 2024-12-02T20:48:16.395Z | uploaded: /work/release/propolis-server |