|
|
|
| 1 | 2026-03-30T12:04:20.121Z | job assigned to worker 01KMZA189R53Z47HP59A5FWAJA [factory aws, i-0196dc6c81dcb6f7d] (queued for 55 s) |
| |
| 2 | 2026-03-30T12:04:26.648Z | starting task 0: "setup" |
| 3 | 2026-03-30T12:04:26.652Z | ++ uname -s |
| 4 | 2026-03-30T12:04:26.655Z | + kern=SunOS |
| 5 | 2026-03-30T12:04:26.655Z | + build_user=build |
| 6 | 2026-03-30T12:04:26.655Z | + build_uid=12345 |
| 7 | 2026-03-30T12:04:26.655Z | + work_dir=/work |
| 8 | 2026-03-30T12:04:26.655Z | + input_dir=/input |
| 9 | 2026-03-30T12:04:26.655Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-30T12:04:26.655Z | + case "$kern" in |
| 11 | 2026-03-30T12:04:26.655Z | + groupadd -g 12345 build |
| 12 | 2026-03-30T12:04:26.655Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-30T12:04:28.662Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-30T12:04:28.776Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-30T12:04:28.779Z | + home_fs=zfs |
| 16 | 2026-03-30T12:04:28.779Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-30T12:04:28.779Z | + mkdir -p /home/build |
| 18 | 2026-03-30T12:04:28.779Z | + chown build:build /home/build /work |
| 19 | 2026-03-30T12:04:29.780Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-30T12:04:29.783Z | process exited: duration 3136 ms, exit code 0 |
| |
| 21 | 2026-03-30T12:04:29.789Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-30T12:04:29.793Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-03-30T12:04:29.793Z | * rust toolchain channel = "stable" |
| 24 | 2026-03-30T12:04:29.794Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-03-30T12:04:29.794Z | * rust toolchain profile = "default" |
| 26 | 2026-03-30T12:04:29.794Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-30T12:04:29.794Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-30T12:04:29.797Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-30T12:04:29.797Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-03-30T12:04:29.917Z | info: downloading installer |
| 31 | 2026-03-30T12:04:31.337Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-30T12:04:31.337Z | warn: /opt/ooce/bin |
| 33 | 2026-03-30T12:04:31.337Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-30T12:04:31.340Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-30T12:04:31.340Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-30T12:04:31.340Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-30T12:04:31.340Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-30T12:04:31.340Z | error: cannot install while Rust is installed |
| 39 | 2026-03-30T12:04:31.340Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-30T12:04:31.340Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-03-30T12:04:31.340Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-03-30T12:04:31.340Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-03-30T12:04:31.340Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-03-30T12:04:31.350Z | info: profile set to default |
| 45 | 2026-03-30T12:04:31.350Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-03-30T12:04:31.353Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 47 | 2026-03-30T12:04:31.507Z | info: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25) |
| 48 | 2026-03-30T12:04:31.510Z | info: downloading 6 components |
| 49 | 2026-03-30T12:04:46.030Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 50 | 2026-03-30T12:04:46.030Z | |
| 51 | 2026-03-30T12:04:46.062Z | stable-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25) |
| 52 | 2026-03-30T12:04:46.062Z | |
| 53 | 2026-03-30T12:04:46.062Z | |
| 54 | 2026-03-30T12:04:46.062Z | Rust is installed now. Great! |
| 55 | 2026-03-30T12:04:46.062Z | |
| 56 | 2026-03-30T12:04:46.062Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-03-30T12:04:46.062Z | environment variable. This has not been done automatically. |
| 58 | 2026-03-30T12:04:46.062Z | |
| 59 | 2026-03-30T12:04:46.062Z | To configure your current shell, you need to source |
| 60 | 2026-03-30T12:04:46.062Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-03-30T12:04:46.062Z | |
| 62 | 2026-03-30T12:04:46.062Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-03-30T12:04:46.062Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-03-30T12:04:46.062Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-03-30T12:04:46.062Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-03-30T12:04:46.062Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-03-30T12:04:46.062Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-03-30T12:04:46.062Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-03-30T12:04:46.065Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-03-30T12:04:46.065Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-03-30T12:04:46.166Z | + rustup --version |
| 72 | 2026-03-30T12:04:46.175Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-03-30T12:04:46.178Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-03-30T12:04:46.197Z | info: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)` |
| 75 | 2026-03-30T12:04:46.200Z | + cargo --version |
| 76 | 2026-03-30T12:04:46.212Z | cargo 1.94.1 (29ea6fb6a 2026-03-24) |
| 77 | 2026-03-30T12:04:46.215Z | + rustc --version |
| 78 | 2026-03-30T12:04:46.234Z | rustc 1.94.1 (e408947bf 2026-03-25) |
| 79 | 2026-03-30T12:04:46.237Z | process exited: duration 16446 ms, exit code 0 |
| |
| 80 | 2026-03-30T12:04:46.243Z | starting task 2: "authentication" |
| 81 | 2026-03-30T12:04:46.259Z | process exited: duration 15 ms, exit code 0 |
| |
| 82 | 2026-03-30T12:04:46.265Z | starting task 3: "clone repository" |
| 83 | 2026-03-30T12:04:46.268Z | + mkdir -p /work/oxidecomputer/softnpu |
| 84 | 2026-03-30T12:04:46.271Z | + git clone https://github.com/oxidecomputer/softnpu /work/oxidecomputer/softnpu |
| 85 | 2026-03-30T12:04:46.380Z | Cloning into '/work/oxidecomputer/softnpu'... |
| 86 | 2026-03-30T12:04:46.890Z | + cd /work/oxidecomputer/softnpu |
| 87 | 2026-03-30T12:04:46.890Z | + git fetch origin f790ee8614bbe458c93c5fec6ff7830fac12cbe3 |
| 88 | 2026-03-30T12:04:47.143Z | From https://github.com/oxidecomputer/softnpu |
| 89 | 2026-03-30T12:04:47.143Z | * branch f790ee8614bbe458c93c5fec6ff7830fac12cbe3 -> FETCH_HEAD |
| 90 | 2026-03-30T12:04:47.149Z | + [[ -n renovate/octocrab-0.x-lockfile ]] |
| 91 | 2026-03-30T12:04:47.152Z | ++ git branch --show-current |
| 92 | 2026-03-30T12:04:47.152Z | + current=main |
| 93 | 2026-03-30T12:04:47.152Z | + [[ main != renovate/octocrab-0.x-lockfile ]] |
| 94 | 2026-03-30T12:04:47.152Z | + git branch -f renovate/octocrab-0.x-lockfile f790ee8614bbe458c93c5fec6ff7830fac12cbe3 |
| 95 | 2026-03-30T12:04:47.155Z | + git checkout -f renovate/octocrab-0.x-lockfile |
| 96 | 2026-03-30T12:04:47.159Z | Switched to branch 'renovate/octocrab-0.x-lockfile' |
| 97 | 2026-03-30T12:04:47.162Z | + git reset --hard f790ee8614bbe458c93c5fec6ff7830fac12cbe3 |
| 98 | 2026-03-30T12:04:47.164Z | HEAD is now at f790ee8 Update Rust crate octocrab to v0.49.7 |
| 99 | 2026-03-30T12:04:47.164Z | process exited: duration 898 ms, exit code 0 |
| |
| 100 | 2026-03-30T12:04:47.170Z | starting task 4: "build" |
| 101 | 2026-03-30T12:04:47.174Z | + cargo --version |
| 102 | 2026-03-30T12:04:47.179Z | info: syncing channel updates for 1.92.0-x86_64-unknown-illumos |
| 103 | 2026-03-30T12:04:47.337Z | info: latest update on 2025-12-11 for version 1.92.0 (ded5c06cf 2025-12-08) |
| 104 | 2026-03-30T12:04:47.340Z | info: downloading 6 components |
| 105 | 2026-03-30T12:05:01.944Z | cargo 1.92.0 (344c4567c 2025-10-21) |
| 106 | 2026-03-30T12:05:01.947Z | + rustc --version |
| 107 | 2026-03-30T12:05:01.974Z | rustc 1.92.0 (ded5c06cf 2025-12-08) |
| 108 | 2026-03-30T12:05:01.977Z | + banner check |
| 109 | 2026-03-30T12:05:01.980Z | |
| 110 | 2026-03-30T12:05:01.980Z | #### # # ###### #### # # |
| 111 | 2026-03-30T12:05:01.980Z | # # # # # # # # # |
| 112 | 2026-03-30T12:05:01.980Z | # ###### ##### # #### |
| 113 | 2026-03-30T12:05:01.980Z | # # # # # # # |
| 114 | 2026-03-30T12:05:01.980Z | # # # # # # # # # |
| 115 | 2026-03-30T12:05:01.981Z | #### # # ###### #### # # |
| 116 | 2026-03-30T12:05:01.981Z | |
| 117 | 2026-03-30T12:05:01.981Z | + cargo fmt -- --check |
| 118 | 2026-03-30T12:05:02.062Z | + cargo clippy -- --deny warnings |
| 119 | 2026-03-30T12:05:02.163Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 120 | 2026-03-30T12:05:02.667Z | From https://github.com/oxidecomputer/p4 |
| 121 | 2026-03-30T12:05:02.667Z | * [new ref] a1840304962af6a0d42d5c3ef064778af167d1c0 -> refs/commit/a1840304962af6a0d42d5c3ef064778af167d1c0 |
| 122 | 2026-03-30T12:05:02.682Z | Updating crates.io index |
| 123 | 2026-03-30T12:05:02.714Z | Updating git repository `https://github.com/oxidecomputer/devinfo-sys` |
| 124 | 2026-03-30T12:05:02.994Z | From https://github.com/oxidecomputer/devinfo-sys |
| 125 | 2026-03-30T12:05:02.994Z | * [new ref] b1a9fb8533abbae9dd6e78714fe068079227bf74 -> refs/commit/b1a9fb8533abbae9dd6e78714fe068079227bf74 |
| 126 | 2026-03-30T12:05:03.002Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 127 | 2026-03-30T12:05:03.304Z | From https://github.com/oxidecomputer/dlpi-sys |
| 128 | 2026-03-30T12:05:03.304Z | * [new ref] d9645f8d61187e76384474b1100f6537fb644993 -> refs/commit/d9645f8d61187e76384474b1100f6537fb644993 |
| 129 | 2026-03-30T12:05:03.310Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 130 | 2026-03-30T12:05:03.670Z | From https://github.com/oxidecomputer/netadm-sys |
| 131 | 2026-03-30T12:05:03.670Z | * [new ref] 81c947bc709abe1c73d2291a9439a25f9d7be43c -> refs/commit/81c947bc709abe1c73d2291a9439a25f9d7be43c |
| 132 | 2026-03-30T12:05:03.750Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 133 | 2026-03-30T12:05:04.047Z | From https://github.com/oxidecomputer/p9fs |
| 134 | 2026-03-30T12:05:04.047Z | * [new ref] 04fb133ac730f6f69612dcb20d1cb2195e4e89a6 -> refs/commit/04fb133ac730f6f69612dcb20d1cb2195e4e89a6 |
| 135 | 2026-03-30T12:05:04.145Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 136 | 2026-03-30T12:05:04.423Z | From https://github.com/illumos/smf-rs |
| 137 | 2026-03-30T12:05:04.423Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
| 138 | 2026-03-30T12:05:04.573Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 139 | 2026-03-30T12:05:05.262Z | From https://github.com/oxidecomputer/falcon |
| 140 | 2026-03-30T12:05:05.262Z | * [new ref] d809e81eb151b7fcc87d6ca256517b908d3ad66a -> refs/commit/d809e81eb151b7fcc87d6ca256517b908d3ad66a |
| 141 | 2026-03-30T12:05:05.497Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-03-30T12:05:05.822Z | From https://github.com/jmesmon/rust-libzfs |
| 143 | 2026-03-30T12:05:05.822Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 144 | 2026-03-30T12:05:05.830Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 145 | 2026-03-30T12:05:06.783Z | From https://github.com/oxidecomputer/rusty-doors |
| 146 | 2026-03-30T12:05:06.783Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 147 | 2026-03-30T12:05:06.911Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 148 | 2026-03-30T12:05:07.191Z | From https://github.com/oxidecomputer/ispf |
| 149 | 2026-03-30T12:05:07.191Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
| 150 | 2026-03-30T12:05:07.450Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 151 | 2026-03-30T12:05:07.766Z | From https://github.com/oxidecomputer/zone |
| 152 | 2026-03-30T12:05:07.766Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
| 153 | 2026-03-30T12:05:09.393Z | Downloading crates ... |
| 154 | 2026-03-30T12:05:09.446Z | Downloaded anstream v1.0.0 |
| 155 | 2026-03-30T12:05:09.451Z | Downloaded crossbeam-utils v0.8.21 |
| 156 | 2026-03-30T12:05:09.456Z | Downloaded colored v3.1.1 |
| 157 | 2026-03-30T12:05:09.459Z | Downloaded clap_lex v0.2.4 |
| 158 | 2026-03-30T12:05:09.462Z | Downloaded itoa v1.0.17 |
| 159 | 2026-03-30T12:05:09.465Z | Downloaded colorchoice v1.0.4 |
| 160 | 2026-03-30T12:05:09.465Z | Downloaded cstr-argument v0.1.2 |
| 161 | 2026-03-30T12:05:09.468Z | Downloaded cpufeatures v0.2.17 |
| 162 | 2026-03-30T12:05:09.471Z | Downloaded funty v2.0.0 |
| 163 | 2026-03-30T12:05:09.474Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 164 | 2026-03-30T12:05:09.476Z | Downloaded atty v0.2.14 |
| 165 | 2026-03-30T12:05:09.479Z | Downloaded hyper v1.8.1 |
| 166 | 2026-03-30T12:05:09.482Z | Downloaded num-iter v0.1.45 |
| 167 | 2026-03-30T12:05:09.485Z | Downloaded cfg-if v1.0.4 |
| 168 | 2026-03-30T12:05:09.485Z | Downloaded openssl-probe v0.1.6 |
| 169 | 2026-03-30T12:05:09.488Z | Downloaded base16ct v0.2.0 |
| 170 | 2026-03-30T12:05:09.488Z | Downloaded iana-time-zone v0.1.65 |
| 171 | 2026-03-30T12:05:09.491Z | Downloaded num-derive v0.3.3 |
| 172 | 2026-03-30T12:05:09.493Z | Downloaded anstyle v1.0.14 |
| 173 | 2026-03-30T12:05:09.493Z | Downloaded equivalent v1.0.2 |
| 174 | 2026-03-30T12:05:09.496Z | Downloaded clap_derive v3.2.25 |
| 175 | 2026-03-30T12:05:09.496Z | Downloaded base64ct v1.8.3 |
| 176 | 2026-03-30T12:05:09.499Z | Downloaded foreign-types-macros v0.2.3 |
| 177 | 2026-03-30T12:05:09.499Z | Downloaded rfc6979 v0.4.0 |
| 178 | 2026-03-30T12:05:09.502Z | Downloaded openssl-probe v0.2.1 |
| 179 | 2026-03-30T12:05:09.502Z | Downloaded fs_extra v1.3.0 |
| 180 | 2026-03-30T12:05:09.505Z | Downloaded clap_lex v1.0.0 |
| 181 | 2026-03-30T12:05:09.505Z | Downloaded memmap v0.7.0 |
| 182 | 2026-03-30T12:05:09.505Z | Downloaded libscf-sys v1.1.0 |
| 183 | 2026-03-30T12:05:09.508Z | Downloaded num-complex v0.4.6 |
| 184 | 2026-03-30T12:05:09.508Z | Downloaded libloading v0.8.9 |
| 185 | 2026-03-30T12:05:09.511Z | Downloaded futures-macro v0.3.32 |
| 186 | 2026-03-30T12:05:09.511Z | Downloaded errno v0.3.14 |
| 187 | 2026-03-30T12:05:09.514Z | Downloaded adler2 v2.0.1 |
| 188 | 2026-03-30T12:05:09.516Z | Downloaded num-conv v0.2.0 |
| 189 | 2026-03-30T12:05:09.516Z | Downloaded futures-sink v0.3.32 |
| 190 | 2026-03-30T12:05:09.516Z | Downloaded crypto-common v0.1.7 |
| 191 | 2026-03-30T12:05:09.516Z | Downloaded block-buffer v0.10.4 |
| 192 | 2026-03-30T12:05:09.519Z | Downloaded displaydoc v0.2.5 |
| 193 | 2026-03-30T12:05:09.522Z | Downloaded num_enum_derive v0.7.5 |
| 194 | 2026-03-30T12:05:09.522Z | Downloaded cargo-platform v0.3.2 |
| 195 | 2026-03-30T12:05:09.525Z | Downloaded hex v0.4.3 |
| 196 | 2026-03-30T12:05:09.525Z | Downloaded num-integer v0.1.46 |
| 197 | 2026-03-30T12:05:09.525Z | Downloaded crc32fast v1.5.0 |
| 198 | 2026-03-30T12:05:09.528Z | Downloaded plain v0.2.3 |
| 199 | 2026-03-30T12:05:09.528Z | Downloaded num_enum_derive v0.5.11 |
| 200 | 2026-03-30T12:05:09.531Z | Downloaded http-body v1.0.1 |
| 201 | 2026-03-30T12:05:09.531Z | Downloaded bitflags v1.3.2 |
| 202 | 2026-03-30T12:05:09.534Z | Downloaded powerfmt v0.2.0 |
| 203 | 2026-03-30T12:05:09.534Z | Downloaded idna_adapter v1.2.1 |
| 204 | 2026-03-30T12:05:09.534Z | Downloaded futures-task v0.3.32 |
| 205 | 2026-03-30T12:05:09.537Z | Downloaded quote v1.0.45 |
| 206 | 2026-03-30T12:05:09.537Z | Downloaded generic-array v0.14.7 |
| 207 | 2026-03-30T12:05:09.540Z | Downloaded futures-core v0.3.32 |
| 208 | 2026-03-30T12:05:09.540Z | Downloaded rand_core v0.9.5 |
| 209 | 2026-03-30T12:05:09.543Z | Downloaded num_enum v0.5.11 |
| 210 | 2026-03-30T12:05:09.546Z | Downloaded lock_api v0.4.14 |
| 211 | 2026-03-30T12:05:09.546Z | Downloaded dtrace-parser v0.2.0 |
| 212 | 2026-03-30T12:05:09.546Z | Downloaded num_enum v0.7.5 |
| 213 | 2026-03-30T12:05:09.548Z | Downloaded proc-macro-crate v1.3.1 |
| 214 | 2026-03-30T12:05:09.551Z | Downloaded percent-encoding v2.3.2 |
| 215 | 2026-03-30T12:05:09.551Z | Downloaded heck v0.5.0 |
| 216 | 2026-03-30T12:05:09.551Z | Downloaded form_urlencoded v1.2.2 |
| 217 | 2026-03-30T12:05:09.554Z | Downloaded rand_chacha v0.3.1 |
| 218 | 2026-03-30T12:05:09.554Z | Downloaded radium v0.7.0 |
| 219 | 2026-03-30T12:05:09.554Z | Downloaded potential_utf v0.1.4 |
| 220 | 2026-03-30T12:05:09.557Z | Downloaded lazy_static v1.5.0 |
| 221 | 2026-03-30T12:05:09.557Z | Downloaded num v0.4.3 |
| 222 | 2026-03-30T12:05:09.557Z | Downloaded heck v0.4.1 |
| 223 | 2026-03-30T12:05:09.560Z | Downloaded is-terminal v0.4.17 |
| 224 | 2026-03-30T12:05:09.560Z | Downloaded futures-io v0.3.32 |
| 225 | 2026-03-30T12:05:09.560Z | Downloaded foreign-types-shared v0.3.1 |
| 226 | 2026-03-30T12:05:09.563Z | Downloaded dof v0.3.0 |
| 227 | 2026-03-30T12:05:09.563Z | Downloaded foreign-types v0.5.0 |
| 228 | 2026-03-30T12:05:09.563Z | Downloaded pretty-hex v0.4.1 |
| 229 | 2026-03-30T12:05:09.563Z | Downloaded anstyle-query v1.1.5 |
| 230 | 2026-03-30T12:05:09.566Z | Downloaded atomic-waker v1.1.2 |
| 231 | 2026-03-30T12:05:09.569Z | Downloaded rustc_version v0.4.1 |
| 232 | 2026-03-30T12:05:09.572Z | Downloaded scroll_derive v0.12.1 |
| 233 | 2026-03-30T12:05:09.572Z | Downloaded const-oid v0.9.6 |
| 234 | 2026-03-30T12:05:09.575Z | Downloaded is_terminal_polyfill v1.70.2 |
| 235 | 2026-03-30T12:05:09.578Z | Downloaded crypto-bigint v0.5.5 |
| 236 | 2026-03-30T12:05:09.581Z | Downloaded serde_spanned v1.0.4 |
| 237 | 2026-03-30T12:05:09.583Z | Downloaded find-msvc-tools v0.1.9 |
| 238 | 2026-03-30T12:05:09.584Z | Downloaded erased-serde v0.3.31 |
| 239 | 2026-03-30T12:05:09.586Z | Downloaded ecdsa v0.16.9 |
| 240 | 2026-03-30T12:05:09.586Z | Downloaded pkcs1 v0.7.5 |
| 241 | 2026-03-30T12:05:09.589Z | Downloaded serde_repr v0.1.20 |
| 242 | 2026-03-30T12:05:09.592Z | Downloaded proc-macro-error-attr v1.0.4 |
| 243 | 2026-03-30T12:05:09.592Z | Downloaded oxnet v0.1.4 |
| 244 | 2026-03-30T12:05:09.592Z | Downloaded proc-macro-error v1.0.4 |
| 245 | 2026-03-30T12:05:09.595Z | Downloaded scopeguard v1.2.0 |
| 246 | 2026-03-30T12:05:09.598Z | Downloaded secrecy v0.10.3 |
| 247 | 2026-03-30T12:05:09.598Z | Downloaded async-recursion v0.3.2 |
| 248 | 2026-03-30T12:05:09.598Z | Downloaded pin-utils v0.1.0 |
| 249 | 2026-03-30T12:05:09.600Z | Downloaded anyhow v1.0.102 |
| 250 | 2026-03-30T12:05:09.603Z | Downloaded sha256 v1.6.0 |
| 251 | 2026-03-30T12:05:09.603Z | Downloaded signature v2.2.0 |
| 252 | 2026-03-30T12:05:09.607Z | Downloaded serde_urlencoded v0.7.1 |
| 253 | 2026-03-30T12:05:09.610Z | Downloaded group v0.13.0 |
| 254 | 2026-03-30T12:05:09.612Z | Downloaded ed25519 v2.2.3 |
| 255 | 2026-03-30T12:05:09.613Z | Downloaded deranged v0.5.6 |
| 256 | 2026-03-30T12:05:09.615Z | Downloaded cargo_metadata v0.23.1 |
| 257 | 2026-03-30T12:05:09.618Z | Downloaded pin-project-lite v0.2.16 |
| 258 | 2026-03-30T12:05:09.621Z | Downloaded anstyle-parse v1.0.0 |
| 259 | 2026-03-30T12:05:09.621Z | Downloaded pin-project-internal v1.1.10 |
| 260 | 2026-03-30T12:05:09.624Z | Downloaded ff v0.13.1 |
| 261 | 2026-03-30T12:05:09.624Z | Downloaded http-body-util v0.1.3 |
| 262 | 2026-03-30T12:05:09.624Z | Downloaded rand_core v0.6.4 |
| 263 | 2026-03-30T12:05:09.627Z | Downloaded proc-macro-crate v3.4.0 |
| 264 | 2026-03-30T12:05:09.627Z | Downloaded primeorder v0.13.6 |
| 265 | 2026-03-30T12:05:09.627Z | Downloaded hyper-timeout v0.5.2 |
| 266 | 2026-03-30T12:05:09.630Z | Downloaded digest v0.10.7 |
| 267 | 2026-03-30T12:05:09.630Z | Downloaded either v1.15.0 |
| 268 | 2026-03-30T12:05:09.632Z | Downloaded stable_deref_trait v1.2.1 |
| 269 | 2026-03-30T12:05:09.632Z | Downloaded slog-envlogger v2.2.0 |
| 270 | 2026-03-30T12:05:09.633Z | Downloaded sync_wrapper v1.0.2 |
| 271 | 2026-03-30T12:05:09.635Z | Downloaded pkg-config v0.3.32 |
| 272 | 2026-03-30T12:05:09.635Z | Downloaded strsim v0.10.0 |
| 273 | 2026-03-30T12:05:09.635Z | Downloaded filetime v0.2.27 |
| 274 | 2026-03-30T12:05:09.638Z | Downloaded clap v4.6.0 |
| 275 | 2026-03-30T12:05:09.641Z | Downloaded subtle v2.6.1 |
| 276 | 2026-03-30T12:05:09.644Z | Downloaded strsim v0.11.1 |
| 277 | 2026-03-30T12:05:09.644Z | Downloaded rustversion v1.0.22 |
| 278 | 2026-03-30T12:05:09.647Z | Downloaded tap v1.0.1 |
| 279 | 2026-03-30T12:05:09.647Z | Downloaded take_mut v0.2.2 |
| 280 | 2026-03-30T12:05:09.647Z | Downloaded ppv-lite86 v0.2.21 |
| 281 | 2026-03-30T12:05:09.647Z | Downloaded rustls-native-certs v0.8.3 |
| 282 | 2026-03-30T12:05:09.649Z | Downloaded pem-rfc7468 v0.7.0 |
| 283 | 2026-03-30T12:05:09.650Z | Downloaded pkcs8 v0.10.2 |
| 284 | 2026-03-30T12:05:09.652Z | Downloaded futures-executor v0.3.32 |
| 285 | 2026-03-30T12:05:09.652Z | Downloaded console v0.16.2 |
| 286 | 2026-03-30T12:05:09.655Z | Downloaded rand_chacha v0.9.0 |
| 287 | 2026-03-30T12:05:09.655Z | Downloaded fastrand v2.3.0 |
| 288 | 2026-03-30T12:05:09.655Z | Downloaded autocfg v1.5.0 |
| 289 | 2026-03-30T12:05:09.658Z | Downloaded time-core v0.1.8 |
| 290 | 2026-03-30T12:05:09.661Z | Downloaded sec1 v0.7.3 |
| 291 | 2026-03-30T12:05:09.664Z | Downloaded signal-hook-registry v1.4.8 |
| 292 | 2026-03-30T12:05:09.667Z | Downloaded serde_tokenstream v0.2.2 |
| 293 | 2026-03-30T12:05:09.667Z | Downloaded parking_lot v0.12.5 |
| 294 | 2026-03-30T12:05:09.670Z | Downloaded slog-async v2.8.0 |
| 295 | 2026-03-30T12:05:09.670Z | Downloaded simple_asn1 v0.6.4 |
| 296 | 2026-03-30T12:05:09.670Z | Downloaded jsonwebtoken v10.3.0 |
| 297 | 2026-03-30T12:05:09.674Z | Downloaded toml_datetime v0.6.11 |
| 298 | 2026-03-30T12:05:09.674Z | Downloaded thread-id v4.2.2 |
| 299 | 2026-03-30T12:05:09.676Z | Downloaded os_str_bytes v6.6.1 |
| 300 | 2026-03-30T12:05:09.676Z | Downloaded try-lock v0.2.5 |
| 301 | 2026-03-30T12:05:09.676Z | Downloaded parking_lot_core v0.9.12 |
| 302 | 2026-03-30T12:05:09.679Z | Downloaded simd-adler32 v0.3.8 |
| 303 | 2026-03-30T12:05:09.679Z | Downloaded clap_derive v4.6.0 |
| 304 | 2026-03-30T12:05:09.682Z | Downloaded sha2 v0.10.9 |
| 305 | 2026-03-30T12:05:09.682Z | Downloaded semver v1.0.27 |
| 306 | 2026-03-30T12:05:09.685Z | Downloaded num-rational v0.4.2 |
| 307 | 2026-03-30T12:05:09.685Z | Downloaded camino v1.2.2 |
| 308 | 2026-03-30T12:05:09.685Z | Downloaded futures-channel v0.3.32 |
| 309 | 2026-03-30T12:05:09.688Z | Downloaded shlex v1.3.0 |
| 310 | 2026-03-30T12:05:09.688Z | Downloaded serde_path_to_error v0.1.20 |
| 311 | 2026-03-30T12:05:09.692Z | Downloaded slog-stdlog v4.1.1 |
| 312 | 2026-03-30T12:05:09.695Z | Downloaded snafu-derive v0.8.9 |
| 313 | 2026-03-30T12:05:09.695Z | Downloaded slab v0.4.12 |
| 314 | 2026-03-30T12:05:09.695Z | Downloaded spki v0.7.3 |
| 315 | 2026-03-30T12:05:09.697Z | Downloaded slog-scope v4.4.1 |
| 316 | 2026-03-30T12:05:09.697Z | Downloaded untrusted v0.9.0 |
| 317 | 2026-03-30T12:05:09.698Z | Downloaded tower-service v0.3.3 |
| 318 | 2026-03-30T12:05:09.701Z | Downloaded tower-layer v0.3.3 |
| 319 | 2026-03-30T12:05:09.701Z | Downloaded getrandom v0.2.17 |
| 320 | 2026-03-30T12:05:09.703Z | Downloaded bitflags v2.11.0 |
| 321 | 2026-03-30T12:05:09.703Z | Downloaded pem v3.0.6 |
| 322 | 2026-03-30T12:05:09.708Z | Downloaded synstructure v0.13.2 |
| 323 | 2026-03-30T12:05:09.712Z | Downloaded usdt-attr-macro v0.5.0 |
| 324 | 2026-03-30T12:05:09.715Z | Downloaded litemap v0.8.1 |
| 325 | 2026-03-30T12:05:09.715Z | Downloaded pest_derive v2.8.6 |
| 326 | 2026-03-30T12:05:09.718Z | Downloaded hyper-rustls v0.27.7 |
| 327 | 2026-03-30T12:05:09.718Z | Downloaded httparse v1.10.1 |
| 328 | 2026-03-30T12:05:09.721Z | Downloaded usdt v0.5.0 |
| 329 | 2026-03-30T12:05:09.724Z | Downloaded utf8_iter v1.0.4 |
| 330 | 2026-03-30T12:05:09.724Z | Downloaded usdt-macro v0.5.0 |
| 331 | 2026-03-30T12:05:09.724Z | Downloaded thiserror v1.0.69 |
| 332 | 2026-03-30T12:05:09.727Z | Downloaded version_check v0.9.5 |
| 333 | 2026-03-30T12:05:09.727Z | Downloaded utf8parse v0.2.2 |
| 334 | 2026-03-30T12:05:09.727Z | Downloaded pest_generator v2.8.6 |
| 335 | 2026-03-30T12:05:09.730Z | Downloaded once_cell v1.21.3 |
| 336 | 2026-03-30T12:05:09.730Z | Downloaded getrandom v0.3.4 |
| 337 | 2026-03-30T12:05:09.732Z | Downloaded time-macros v0.2.27 |
| 338 | 2026-03-30T12:05:09.733Z | Downloaded scroll v0.12.0 |
| 339 | 2026-03-30T12:05:09.735Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 340 | 2026-03-30T12:05:09.735Z | Downloaded icu_locale_core v2.1.1 |
| 341 | 2026-03-30T12:05:09.738Z | Downloaded thread_local v1.1.9 |
| 342 | 2026-03-30T12:05:09.738Z | Downloaded yoke-derive v0.8.1 |
| 343 | 2026-03-30T12:05:09.741Z | Downloaded xattr v1.6.1 |
| 344 | 2026-03-30T12:05:09.741Z | Downloaded num-traits v0.2.19 |
| 345 | 2026-03-30T12:05:09.741Z | Downloaded openssl-sys v0.9.111 |
| 346 | 2026-03-30T12:05:09.753Z | Downloaded zerofrom-derive v0.1.6 |
| 347 | 2026-03-30T12:05:09.753Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 348 | 2026-03-30T12:05:09.753Z | Downloaded zone_cfg_derive v0.3.1 |
| 349 | 2026-03-30T12:05:09.753Z | Downloaded tokio-macros v2.6.0 |
| 350 | 2026-03-30T12:05:09.753Z | Downloaded zone v0.3.1 |
| 351 | 2026-03-30T12:05:09.753Z | Downloaded zerofrom v0.1.6 |
| 352 | 2026-03-30T12:05:09.753Z | Downloaded tinystr v0.8.2 |
| 353 | 2026-03-30T12:05:09.753Z | Downloaded log v0.4.29 |
| 354 | 2026-03-30T12:05:09.753Z | Downloaded thiserror-impl v1.0.69 |
| 355 | 2026-03-30T12:05:09.753Z | Downloaded async-trait v0.1.89 |
| 356 | 2026-03-30T12:05:09.757Z | Downloaded thiserror v2.0.18 |
| 357 | 2026-03-30T12:05:09.757Z | Downloaded elliptic-curve v0.13.8 |
| 358 | 2026-03-30T12:05:09.760Z | Downloaded termcolor v1.4.1 |
| 359 | 2026-03-30T12:05:09.760Z | Downloaded futures v0.3.32 |
| 360 | 2026-03-30T12:05:09.763Z | Downloaded slog-term v2.9.2 |
| 361 | 2026-03-30T12:05:09.765Z | Downloaded byteorder v1.5.0 |
| 362 | 2026-03-30T12:05:09.765Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 363 | 2026-03-30T12:05:09.765Z | Downloaded rustls-pki-types v1.14.0 |
| 364 | 2026-03-30T12:05:09.768Z | Downloaded spin v0.9.8 |
| 365 | 2026-03-30T12:05:09.771Z | Downloaded hmac v0.12.1 |
| 366 | 2026-03-30T12:05:09.776Z | Downloaded crossbeam-channel v0.5.15 |
| 367 | 2026-03-30T12:05:09.783Z | Downloaded want v0.3.1 |
| 368 | 2026-03-30T12:05:09.786Z | Downloaded pin-project v1.1.10 |
| 369 | 2026-03-30T12:05:09.790Z | Downloaded web-time v1.1.0 |
| 370 | 2026-03-30T12:05:09.793Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 371 | 2026-03-30T12:05:09.793Z | Downloaded wyz v0.5.1 |
| 372 | 2026-03-30T12:05:09.796Z | Downloaded thiserror-impl v2.0.18 |
| 373 | 2026-03-30T12:05:09.796Z | Downloaded zmij v1.0.21 |
| 374 | 2026-03-30T12:05:09.796Z | Downloaded p256 v0.13.2 |
| 375 | 2026-03-30T12:05:09.799Z | Downloaded writeable v0.6.2 |
| 376 | 2026-03-30T12:05:09.799Z | Downloaded miniz_oxide v0.8.9 |
| 377 | 2026-03-30T12:05:09.802Z | Downloaded der v0.7.10 |
| 378 | 2026-03-30T12:05:09.804Z | Downloaded tokio-rustls v0.26.4 |
| 379 | 2026-03-30T12:05:09.804Z | Downloaded zeroize v1.8.2 |
| 380 | 2026-03-30T12:05:09.804Z | Downloaded pest_meta v2.8.6 |
| 381 | 2026-03-30T12:05:09.807Z | Downloaded bytes v1.11.1 |
| 382 | 2026-03-30T12:05:09.810Z | Downloaded zerovec-derive v0.11.2 |
| 383 | 2026-03-30T12:05:09.810Z | Downloaded term v1.2.1 |
| 384 | 2026-03-30T12:05:09.813Z | Downloaded indexmap v1.9.3 |
| 385 | 2026-03-30T12:05:09.813Z | Downloaded unit-prefix v0.5.2 |
| 386 | 2026-03-30T12:05:09.816Z | Downloaded tempfile v3.27.0 |
| 387 | 2026-03-30T12:05:09.816Z | Downloaded serde_derive v1.0.228 |
| 388 | 2026-03-30T12:05:09.819Z | Downloaded socket2 v0.6.2 |
| 389 | 2026-03-30T12:05:09.819Z | Downloaded flate2 v1.1.9 |
| 390 | 2026-03-30T12:05:09.822Z | Downloaded arc-swap v1.8.2 |
| 391 | 2026-03-30T12:05:09.822Z | Downloaded tracing-attributes v0.1.31 |
| 392 | 2026-03-30T12:05:09.825Z | Downloaded serde_core v1.0.228 |
| 393 | 2026-03-30T12:05:09.825Z | Downloaded textwrap v0.16.2 |
| 394 | 2026-03-30T12:05:09.828Z | Downloaded smallvec v1.15.1 |
| 395 | 2026-03-30T12:05:09.828Z | Downloaded ryu v1.0.23 |
| 396 | 2026-03-30T12:05:09.831Z | Downloaded icu_provider v2.1.1 |
| 397 | 2026-03-30T12:05:09.831Z | Downloaded icu_normalizer_data v2.1.1 |
| 398 | 2026-03-30T12:05:09.834Z | Downloaded icu_properties v2.1.2 |
| 399 | 2026-03-30T12:05:09.834Z | Downloaded yoke v0.8.1 |
| 400 | 2026-03-30T12:05:09.837Z | Downloaded usdt-impl v0.5.0 |
| 401 | 2026-03-30T12:05:09.840Z | Downloaded indicatif v0.18.4 |
| 402 | 2026-03-30T12:05:09.840Z | Downloaded snafu v0.8.9 |
| 403 | 2026-03-30T12:05:09.843Z | Downloaded zerocopy-derive v0.7.35 |
| 404 | 2026-03-30T12:05:09.846Z | Downloaded cc v1.2.56 |
| 405 | 2026-03-30T12:05:09.849Z | Downloaded memchr v2.8.0 |
| 406 | 2026-03-30T12:05:09.852Z | Downloaded rsa v0.9.10 |
| 407 | 2026-03-30T12:05:09.855Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 408 | 2026-03-30T12:05:09.858Z | Downloaded rustls-webpki v0.103.9 |
| 409 | 2026-03-30T12:05:09.858Z | Downloaded tar v0.4.45 |
| 410 | 2026-03-30T12:05:09.860Z | Downloaded ucd-trie v0.1.7 |
| 411 | 2026-03-30T12:05:09.860Z | Downloaded slog v2.8.2 |
| 412 | 2026-03-30T12:05:09.863Z | Downloaded ed25519-dalek v2.2.0 |
| 413 | 2026-03-30T12:05:09.863Z | Downloaded unicode-ident v1.0.24 |
| 414 | 2026-03-30T12:05:09.866Z | Downloaded curl v0.4.49 |
| 415 | 2026-03-30T12:05:09.869Z | Downloaded rand v0.8.5 |
| 416 | 2026-03-30T12:05:09.869Z | Downloaded icu_normalizer v2.1.1 |
| 417 | 2026-03-30T12:05:09.872Z | Downloaded proc-macro2 v1.0.106 |
| 418 | 2026-03-30T12:05:09.875Z | Downloaded icu_collections v2.1.1 |
| 419 | 2026-03-30T12:05:09.878Z | Downloaded base64 v0.22.1 |
| 420 | 2026-03-30T12:05:09.881Z | Downloaded typenum v1.19.0 |
| 421 | 2026-03-30T12:05:09.884Z | Downloaded tracing-core v0.1.36 |
| 422 | 2026-03-30T12:05:09.887Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 423 | 2026-03-30T12:05:09.890Z | Downloaded serde v1.0.228 |
| 424 | 2026-03-30T12:05:09.892Z | Downloaded rand v0.9.2 |
| 425 | 2026-03-30T12:05:09.895Z | Downloaded mio v1.1.1 |
| 426 | 2026-03-30T12:05:09.898Z | Downloaded toml_edit v0.19.15 |
| 427 | 2026-03-30T12:05:09.905Z | Downloaded libm v0.2.16 |
| 428 | 2026-03-30T12:05:09.910Z | Downloaded indexmap v2.13.0 |
| 429 | 2026-03-30T12:05:09.913Z | Downloaded hyper-util v0.1.20 |
| 430 | 2026-03-30T12:05:09.916Z | Downloaded hashbrown v0.12.3 |
| 431 | 2026-03-30T12:05:09.919Z | Downloaded http v1.4.0 |
| 432 | 2026-03-30T12:05:09.922Z | Downloaded num-bigint v0.4.6 |
| 433 | 2026-03-30T12:05:09.925Z | Downloaded zerotrie v0.2.3 |
| 434 | 2026-03-30T12:05:09.925Z | Downloaded regex v1.12.3 |
| 435 | 2026-03-30T12:05:09.927Z | Downloaded url v2.5.8 |
| 436 | 2026-03-30T12:05:09.932Z | Downloaded pest v2.8.6 |
| 437 | 2026-03-30T12:05:09.936Z | Downloaded num-bigint-dig v0.8.6 |
| 438 | 2026-03-30T12:05:09.938Z | Downloaded aho-corasick v1.1.4 |
| 439 | 2026-03-30T12:05:09.941Z | Downloaded tower v0.5.3 |
| 440 | 2026-03-30T12:05:09.946Z | Downloaded hashbrown v0.16.1 |
| 441 | 2026-03-30T12:05:09.949Z | Downloaded itertools v0.12.1 |
| 442 | 2026-03-30T12:05:09.953Z | Downloaded iri-string v0.7.10 |
| 443 | 2026-03-30T12:05:09.956Z | Downloaded clap_builder v4.6.0 |
| 444 | 2026-03-30T12:05:09.960Z | Downloaded idna v1.1.0 |
| 445 | 2026-03-30T12:05:09.970Z | Downloaded futures-util v0.3.32 |
| 446 | 2026-03-30T12:05:09.977Z | Downloaded tower-http v0.6.8 |
| 447 | 2026-03-30T12:05:09.981Z | Downloaded icu_properties_data v2.1.2 |
| 448 | 2026-03-30T12:05:09.986Z | Downloaded zerovec v0.11.5 |
| 449 | 2026-03-30T12:05:09.989Z | Downloaded serde_json v1.0.149 |
| 450 | 2026-03-30T12:05:09.992Z | Downloaded hkdf v0.12.4 |
| 451 | 2026-03-30T12:05:09.995Z | Downloaded winnow v0.5.40 |
| 452 | 2026-03-30T12:05:09.998Z | Downloaded zerocopy v0.7.35 |
| 453 | 2026-03-30T12:05:10.006Z | Downloaded tokio-util v0.7.18 |
| 454 | 2026-03-30T12:05:10.010Z | Downloaded portable-atomic v1.13.1 |
| 455 | 2026-03-30T12:05:10.014Z | Downloaded clap v3.2.25 |
| 456 | 2026-03-30T12:05:10.020Z | Downloaded winnow v0.7.14 |
| 457 | 2026-03-30T12:05:10.025Z | Downloaded goblin v0.8.2 |
| 458 | 2026-03-30T12:05:10.028Z | Downloaded p384 v0.13.1 |
| 459 | 2026-03-30T12:05:10.031Z | Downloaded time v0.3.47 |
| 460 | 2026-03-30T12:05:10.038Z | Downloaded chrono v0.4.43 |
| 461 | 2026-03-30T12:05:10.041Z | Downloaded bitvec v1.0.1 |
| 462 | 2026-03-30T12:05:10.049Z | Downloaded curve25519-dalek v4.1.3 |
| 463 | 2026-03-30T12:05:10.054Z | Downloaded vcpkg v0.2.15 |
| 464 | 2026-03-30T12:05:10.075Z | Downloaded syn v1.0.109 |
| 465 | 2026-03-30T12:05:10.080Z | Downloaded syn v2.0.117 |
| 466 | 2026-03-30T12:05:10.087Z | Downloaded unicode-width v0.2.2 |
| 467 | 2026-03-30T12:05:10.090Z | Downloaded zerocopy v0.8.39 |
| 468 | 2026-03-30T12:05:10.101Z | Downloaded rustls v0.23.36 |
| 469 | 2026-03-30T12:05:10.107Z | Downloaded regex-syntax v0.8.9 |
| 470 | 2026-03-30T12:05:10.111Z | Downloaded rustix v1.1.4 |
| 471 | 2026-03-30T12:05:10.139Z | Downloaded octocrab v0.49.7 |
| 472 | 2026-03-30T12:05:10.155Z | Downloaded tracing v0.1.44 |
| 473 | 2026-03-30T12:05:10.179Z | Downloaded tokio v1.50.0 |
| 474 | 2026-03-30T12:05:10.201Z | Downloaded regex-automata v0.4.14 |
| 475 | 2026-03-30T12:05:10.235Z | Downloaded libc v0.2.183 |
| 476 | 2026-03-30T12:05:10.253Z | Downloaded libz-sys v1.1.23 |
| 477 | 2026-03-30T12:05:10.270Z | Downloaded curl-sys v0.4.85+curl-8.18.0 |
| 478 | 2026-03-30T12:05:10.317Z | Downloaded ring v0.17.14 |
| 479 | 2026-03-30T12:05:10.419Z | Compiling proc-macro2 v1.0.106 |
| 480 | 2026-03-30T12:05:10.419Z | Compiling quote v1.0.45 |
| 481 | 2026-03-30T12:05:10.422Z | Compiling unicode-ident v1.0.24 |
| 482 | 2026-03-30T12:05:10.422Z | Compiling libc v0.2.183 |
| 483 | 2026-03-30T12:05:10.422Z | Checking cfg-if v1.0.4 |
| 484 | 2026-03-30T12:05:10.422Z | Compiling version_check v0.9.5 |
| 485 | 2026-03-30T12:05:10.422Z | Checking zeroize v1.8.2 |
| 486 | 2026-03-30T12:05:10.422Z | Compiling serde_core v1.0.228 |
| 487 | 2026-03-30T12:05:10.565Z | Checking memchr v2.8.0 |
| 488 | 2026-03-30T12:05:10.623Z | Compiling serde v1.0.228 |
| 489 | 2026-03-30T12:05:10.656Z | Compiling autocfg v1.5.0 |
| 490 | 2026-03-30T12:05:10.783Z | Checking subtle v2.6.1 |
| 491 | 2026-03-30T12:05:10.904Z | Compiling typenum v1.19.0 |
| 492 | 2026-03-30T12:05:10.981Z | Compiling generic-array v0.14.7 |
| 493 | 2026-03-30T12:05:11.237Z | Checking const-oid v0.9.6 |
| 494 | 2026-03-30T12:05:11.237Z | Checking itoa v1.0.17 |
| 495 | 2026-03-30T12:05:11.250Z | Checking smallvec v1.15.1 |
| 496 | 2026-03-30T12:05:11.353Z | Compiling syn v1.0.109 |
| 497 | 2026-03-30T12:05:11.369Z | Compiling libm v0.2.16 |
| 498 | 2026-03-30T12:05:11.410Z | Compiling num-traits v0.2.19 |
| 499 | 2026-03-30T12:05:11.531Z | Checking getrandom v0.2.17 |
| 500 | 2026-03-30T12:05:11.630Z | Checking pin-project-lite v0.2.16 |
| 501 | 2026-03-30T12:05:11.656Z | Compiling find-msvc-tools v0.1.9 |
| 502 | 2026-03-30T12:05:11.693Z | Compiling shlex v1.3.0 |
| 503 | 2026-03-30T12:05:11.865Z | Compiling cc v1.2.56 |
| 504 | 2026-03-30T12:05:11.873Z | Checking log v0.4.29 |
| 505 | 2026-03-30T12:05:12.006Z | Compiling thiserror v1.0.69 |
| 506 | 2026-03-30T12:05:12.019Z | Compiling syn v2.0.117 |
| 507 | 2026-03-30T12:05:12.207Z | Compiling zmij v1.0.21 |
| 508 | 2026-03-30T12:05:12.536Z | Checking block-buffer v0.10.4 |
| 509 | 2026-03-30T12:05:12.650Z | Checking crypto-common v0.1.7 |
| 510 | 2026-03-30T12:05:12.701Z | Compiling rustversion v1.0.22 |
| 511 | 2026-03-30T12:05:12.751Z | Checking digest v0.10.7 |
| 512 | 2026-03-30T12:05:12.900Z | Checking rand_core v0.6.4 |
| 513 | 2026-03-30T12:05:12.927Z | Checking socket2 v0.6.2 |
| 514 | 2026-03-30T12:05:12.956Z | Checking errno v0.3.14 |
| 515 | 2026-03-30T12:05:13.031Z | Compiling hashbrown v0.16.1 |
| 516 | 2026-03-30T12:05:13.043Z | Compiling equivalent v1.0.2 |
| 517 | 2026-03-30T12:05:13.057Z | Compiling parking_lot_core v0.9.12 |
| 518 | 2026-03-30T12:05:13.060Z | Checking once_cell v1.21.3 |
| 519 | 2026-03-30T12:05:13.079Z | Checking bytes v1.11.1 |
| 520 | 2026-03-30T12:05:13.151Z | Checking scopeguard v1.2.0 |
| 521 | 2026-03-30T12:05:13.222Z | Checking base64ct v1.8.3 |
| 522 | 2026-03-30T12:05:13.232Z | Checking lock_api v0.4.14 |
| 523 | 2026-03-30T12:05:13.416Z | Checking signal-hook-registry v1.4.8 |
| 524 | 2026-03-30T12:05:13.425Z | Checking pem-rfc7468 v0.7.0 |
| 525 | 2026-03-30T12:05:13.478Z | Checking mio v1.1.1 |
| 526 | 2026-03-30T12:05:13.498Z | Compiling indexmap v2.13.0 |
| 527 | 2026-03-30T12:05:13.545Z | Checking parking_lot v0.12.5 |
| 528 | 2026-03-30T12:05:13.553Z | Checking der v0.7.10 |
| 529 | 2026-03-30T12:05:13.716Z | Checking stable_deref_trait v1.2.1 |
| 530 | 2026-03-30T12:05:13.725Z | Compiling zerocopy v0.8.39 |
| 531 | 2026-03-30T12:05:13.741Z | Compiling ucd-trie v0.1.7 |
| 532 | 2026-03-30T12:05:13.779Z | Compiling serde_json v1.0.149 |
| 533 | 2026-03-30T12:05:13.919Z | Compiling thiserror v2.0.18 |
| 534 | 2026-03-30T12:05:13.954Z | Checking futures-core v0.3.32 |
| 535 | 2026-03-30T12:05:14.036Z | Compiling pest v2.8.6 |
| 536 | 2026-03-30T12:05:14.159Z | Checking futures-sink v0.3.32 |
| 537 | 2026-03-30T12:05:14.263Z | Checking spki v0.7.3 |
| 538 | 2026-03-30T12:05:14.280Z | Checking num-integer v0.1.46 |
| 539 | 2026-03-30T12:05:14.440Z | Checking pkcs8 v0.10.2 |
| 540 | 2026-03-30T12:05:14.524Z | Compiling proc-macro-error-attr v1.0.4 |
| 541 | 2026-03-30T12:05:14.527Z | Compiling pkg-config v0.3.32 |
| 542 | 2026-03-30T12:05:14.580Z | Checking futures-channel v0.3.32 |
| 543 | 2026-03-30T12:05:14.762Z | Compiling semver v1.0.27 |
| 544 | 2026-03-30T12:05:14.791Z | Compiling proc-macro-error v1.0.4 |
| 545 | 2026-03-30T12:05:14.985Z | Compiling synstructure v0.13.2 |
| 546 | 2026-03-30T12:05:15.019Z | Compiling vcpkg v0.2.15 |
| 547 | 2026-03-30T12:05:15.147Z | Compiling pest_meta v2.8.6 |
| 548 | 2026-03-30T12:05:15.364Z | Checking tracing-core v0.1.36 |
| 549 | 2026-03-30T12:05:15.491Z | Checking hmac v0.12.1 |
| 550 | 2026-03-30T12:05:15.515Z | Checking pretty-hex v0.4.1 |
| 551 | 2026-03-30T12:05:15.590Z | Checking futures-io v0.3.32 |
| 552 | 2026-03-30T12:05:15.626Z | Checking slab v0.4.12 |
| 553 | 2026-03-30T12:05:15.677Z | Checking spin v0.9.8 |
| 554 | 2026-03-30T12:05:15.700Z | Checking futures-task v0.3.32 |
| 555 | 2026-03-30T12:05:15.740Z | Compiling pest_generator v2.8.6 |
| 556 | 2026-03-30T12:05:15.782Z | Compiling winnow v0.7.14 |
| 557 | 2026-03-30T12:05:15.785Z | Checking lazy_static v1.5.0 |
| 558 | 2026-03-30T12:05:15.864Z | Compiling slog v2.8.2 |
| 559 | 2026-03-30T12:05:15.874Z | Checking http v1.4.0 |
| 560 | 2026-03-30T12:05:16.096Z | Checking signature v2.2.0 |
| 561 | 2026-03-30T12:05:16.099Z | Checking ff v0.13.1 |
| 562 | 2026-03-30T12:05:16.166Z | Compiling serde_derive v1.0.228 |
| 563 | 2026-03-30T12:05:16.213Z | Compiling thiserror-impl v1.0.69 |
| 564 | 2026-03-30T12:05:16.222Z | Compiling zerofrom-derive v0.1.6 |
| 565 | 2026-03-30T12:05:16.386Z | Compiling yoke-derive v0.8.1 |
| 566 | 2026-03-30T12:05:16.455Z | Compiling tokio-macros v2.6.0 |
| 567 | 2026-03-30T12:05:16.529Z | Compiling thiserror-impl v2.0.18 |
| 568 | 2026-03-30T12:05:17.194Z | Checking tokio v1.50.0 |
| 569 | 2026-03-30T12:05:17.240Z | Compiling zerovec-derive v0.11.2 |
| 570 | 2026-03-30T12:05:17.261Z | Compiling zerocopy-derive v0.7.35 |
| 571 | 2026-03-30T12:05:17.415Z | Checking zerofrom v0.1.6 |
| 572 | 2026-03-30T12:05:17.430Z | Compiling displaydoc v0.2.5 |
| 573 | 2026-03-30T12:05:17.460Z | Checking ppv-lite86 v0.2.21 |
| 574 | 2026-03-30T12:05:17.521Z | Checking yoke v0.8.1 |
| 575 | 2026-03-30T12:05:17.681Z | Compiling pest_derive v2.8.6 |
| 576 | 2026-03-30T12:05:17.748Z | Compiling tracing-attributes v0.1.31 |
| 577 | 2026-03-30T12:05:17.760Z | Compiling futures-macro v0.3.32 |
| 578 | 2026-03-30T12:05:18.159Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 579 | 2026-03-30T12:05:18.175Z | Compiling ring v0.17.14 |
| 580 | 2026-03-30T12:05:18.314Z | Checking zerovec v0.11.5 |
| 581 | 2026-03-30T12:05:18.392Z | Checking writeable v0.6.2 |
| 582 | 2026-03-30T12:05:18.543Z | Checking litemap v0.8.1 |
| 583 | 2026-03-30T12:05:18.555Z | Checking futures-util v0.3.32 |
| 584 | 2026-03-30T12:05:18.677Z | Compiling heck v0.4.1 |
| 585 | 2026-03-30T12:05:18.696Z | Compiling byteorder v1.5.0 |
| 586 | 2026-03-30T12:05:18.705Z | Checking cpufeatures v0.2.17 |
| 587 | 2026-03-30T12:05:18.732Z | Checking tinystr v0.8.2 |
| 588 | 2026-03-30T12:05:18.763Z | Checking powerfmt v0.2.0 |
| 589 | 2026-03-30T12:05:18.898Z | Compiling num-conv v0.2.0 |
| 590 | 2026-03-30T12:05:18.898Z | Compiling winnow v0.5.40 |
| 591 | 2026-03-30T12:05:18.914Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 592 | 2026-03-30T12:05:18.952Z | Checking tracing v0.1.44 |
| 593 | 2026-03-30T12:05:19.019Z | Checking base16ct v0.2.0 |
| 594 | 2026-03-30T12:05:19.121Z | Compiling toml_datetime v0.6.11 |
| 595 | 2026-03-30T12:05:19.133Z | Compiling time-core v0.1.8 |
| 596 | 2026-03-30T12:05:19.142Z | Compiling getrandom v0.3.4 |
| 597 | 2026-03-30T12:05:19.226Z | Checking erased-serde v0.3.31 |
| 598 | 2026-03-30T12:05:19.270Z | Compiling time-macros v0.2.27 |
| 599 | 2026-03-30T12:05:19.392Z | Checking num-bigint v0.4.6 |
| 600 | 2026-03-30T12:05:19.401Z | Checking sec1 v0.7.3 |
| 601 | 2026-03-30T12:05:19.542Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 602 | 2026-03-30T12:05:19.586Z | Checking icu_locale_core v2.1.1 |
| 603 | 2026-03-30T12:05:19.595Z | Checking deranged v0.5.6 |
| 604 | 2026-03-30T12:05:20.131Z | Compiling zerocopy v0.7.35 |
| 605 | 2026-03-30T12:05:20.229Z | Compiling toml_edit v0.19.15 |
| 606 | 2026-03-30T12:05:20.266Z | Checking potential_utf v0.1.4 |
| 607 | 2026-03-30T12:05:20.384Z | Checking zerotrie v0.2.3 |
| 608 | 2026-03-30T12:05:20.517Z | Checking http-body v1.0.1 |
| 609 | 2026-03-30T12:05:20.520Z | Checking group v0.13.0 |
| 610 | 2026-03-30T12:05:20.598Z | Compiling scroll_derive v0.12.1 |
| 611 | 2026-03-30T12:05:20.624Z | Checking hkdf v0.12.4 |
| 612 | 2026-03-30T12:05:20.633Z | Checking num-iter v0.1.45 |
| 613 | 2026-03-30T12:05:20.652Z | Checking crypto-bigint v0.5.5 |
| 614 | 2026-03-30T12:05:20.726Z | Compiling usdt-impl v0.5.0 |
| 615 | 2026-03-30T12:05:20.834Z | Compiling icu_normalizer_data v2.1.1 |
| 616 | 2026-03-30T12:05:20.976Z | Compiling httparse v1.10.1 |
| 617 | 2026-03-30T12:05:21.000Z | Compiling icu_properties_data v2.1.2 |
| 618 | 2026-03-30T12:05:21.188Z | Checking time v0.3.47 |
| 619 | 2026-03-30T12:05:21.241Z | Compiling thread-id v4.2.2 |
| 620 | 2026-03-30T12:05:21.267Z | Checking scroll v0.12.0 |
| 621 | 2026-03-30T12:05:21.352Z | Compiling proc-macro-crate v1.3.1 |
| 622 | 2026-03-30T12:05:21.476Z | Checking icu_provider v2.1.1 |
| 623 | 2026-03-30T12:05:21.553Z | Compiling dof v0.3.0 |
| 624 | 2026-03-30T12:05:21.623Z | Checking icu_collections v2.1.1 |
| 625 | 2026-03-30T12:05:21.673Z | Checking elliptic-curve v0.13.8 |
| 626 | 2026-03-30T12:05:21.698Z | Compiling proc-macro-crate v3.4.0 |
| 627 | 2026-03-30T12:05:21.843Z | Checking sha2 v0.10.9 |
| 628 | 2026-03-30T12:05:21.911Z | Compiling dtrace-parser v0.2.0 |
| 629 | 2026-03-30T12:05:21.914Z | Compiling libz-sys v1.1.23 |
| 630 | 2026-03-30T12:05:21.958Z | Compiling openssl-sys v0.9.111 |
| 631 | 2026-03-30T12:05:22.080Z | Compiling rustc_version v0.4.1 |
| 632 | 2026-03-30T12:05:22.107Z | Checking rustls-pki-types v1.14.0 |
| 633 | 2026-03-30T12:05:22.292Z | Checking try-lock v0.2.5 |
| 634 | 2026-03-30T12:05:22.306Z | Compiling crossbeam-utils v0.8.21 |
| 635 | 2026-03-30T12:05:22.336Z | Compiling camino v1.2.2 |
| 636 | 2026-03-30T12:05:22.379Z | Checking plain v0.2.3 |
| 637 | 2026-03-30T12:05:22.382Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 638 | 2026-03-30T12:05:22.401Z | Checking tower-service v0.3.3 |
| 639 | 2026-03-30T12:05:22.469Z | Checking untrusted v0.9.0 |
| 640 | 2026-03-30T12:05:22.507Z | Checking goblin v0.8.2 |
| 641 | 2026-03-30T12:05:22.572Z | Checking want v0.3.1 |
| 642 | 2026-03-30T12:05:22.618Z | Compiling curve25519-dalek v4.1.3 |
| 643 | 2026-03-30T12:05:22.671Z | Compiling num_enum_derive v0.5.11 |
| 644 | 2026-03-30T12:05:22.701Z | Compiling num_enum_derive v0.7.5 |
| 645 | 2026-03-30T12:05:23.205Z | Compiling serde_tokenstream v0.2.2 |
| 646 | 2026-03-30T12:05:23.229Z | Checking rand_chacha v0.3.1 |
| 647 | 2026-03-30T12:05:23.243Z | Checking rfc6979 v0.4.0 |
| 648 | 2026-03-30T12:05:23.342Z | Checking arc-swap v1.8.2 |
| 649 | 2026-03-30T12:05:23.469Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 650 | 2026-03-30T12:05:23.552Z | Compiling rustls v0.23.36 |
| 651 | 2026-03-30T12:05:23.637Z | Compiling num-bigint-dig v0.8.6 |
| 652 | 2026-03-30T12:05:23.640Z | Compiling heck v0.5.0 |
| 653 | 2026-03-30T12:05:23.655Z | Checking pin-utils v0.1.0 |
| 654 | 2026-03-30T12:05:23.668Z | Checking either v1.15.0 |
| 655 | 2026-03-30T12:05:23.683Z | Compiling radium v0.7.0 |
| 656 | 2026-03-30T12:05:23.710Z | Checking iana-time-zone v0.1.65 |
| 657 | 2026-03-30T12:05:23.720Z | Checking atomic-waker v1.1.2 |
| 658 | 2026-03-30T12:05:23.774Z | Checking rustls-webpki v0.103.9 |
| 659 | 2026-03-30T12:05:23.803Z | Checking hyper v1.8.1 |
| 660 | 2026-03-30T12:05:23.806Z | Checking chrono v0.4.43 |
| 661 | 2026-03-30T12:05:23.840Z | Checking num_enum v0.7.5 |
| 662 | 2026-03-30T12:05:23.936Z | Checking num_enum v0.5.11 |
| 663 | 2026-03-30T12:05:23.945Z | Checking rand v0.8.5 |
| 664 | 2026-03-30T12:05:23.978Z | Checking ecdsa v0.16.9 |
| 665 | 2026-03-30T12:05:24.031Z | Checking icu_normalizer v2.1.1 |
| 666 | 2026-03-30T12:05:24.086Z | Checking icu_properties v2.1.2 |
| 667 | 2026-03-30T12:05:24.396Z | Checking primeorder v0.13.6 |
| 668 | 2026-03-30T12:05:24.474Z | Checking rand_core v0.9.5 |
| 669 | 2026-03-30T12:05:24.631Z | Compiling curve25519-dalek-derive v0.1.1 |
| 670 | 2026-03-30T12:05:24.683Z | Compiling foreign-types-macros v0.2.3 |
| 671 | 2026-03-30T12:05:24.686Z | Compiling curl-sys v0.4.85+curl-8.18.0 |
| 672 | 2026-03-30T12:05:24.705Z | Compiling cargo-platform v0.3.2 |
| 673 | 2026-03-30T12:05:24.760Z | Compiling indexmap v1.9.3 |
| 674 | 2026-03-30T12:05:24.780Z | Checking aho-corasick v1.1.4 |
| 675 | 2026-03-30T12:05:24.940Z | Checking thread_local v1.1.9 |
| 676 | 2026-03-30T12:05:24.955Z | Checking utf8parse v0.2.2 |
| 677 | 2026-03-30T12:05:24.990Z | Checking tap v1.0.1 |
| 678 | 2026-03-30T12:05:25.055Z | Checking percent-encoding v2.3.2 |
| 679 | 2026-03-30T12:05:25.080Z | Checking foreign-types-shared v0.3.1 |
| 680 | 2026-03-30T12:05:25.089Z | Checking regex-syntax v0.8.9 |
| 681 | 2026-03-30T12:05:25.159Z | Compiling anyhow v1.0.102 |
| 682 | 2026-03-30T12:05:25.183Z | Compiling slog-async v2.8.0 |
| 683 | 2026-03-30T12:05:25.302Z | Checking bitflags v2.11.0 |
| 684 | 2026-03-30T12:05:25.317Z | Checking foreign-types v0.5.0 |
| 685 | 2026-03-30T12:05:25.452Z | Checking form_urlencoded v1.2.2 |
| 686 | 2026-03-30T12:05:25.469Z | Checking wyz v0.5.1 |
| 687 | 2026-03-30T12:05:25.538Z | Checking anstyle-parse v1.0.0 |
| 688 | 2026-03-30T12:05:25.581Z | Checking idna_adapter v1.2.1 |
| 689 | 2026-03-30T12:05:25.637Z | Compiling cargo_metadata v0.23.1 |
| 690 | 2026-03-30T12:05:25.682Z | Checking crossbeam-channel v0.5.15 |
| 691 | 2026-03-30T12:05:25.685Z | Checking rand_chacha v0.9.0 |
| 692 | 2026-03-30T12:05:25.862Z | Checking hyper-util v0.1.20 |
| 693 | 2026-03-30T12:05:26.228Z | Checking itertools v0.12.1 |
| 694 | 2026-03-30T12:05:26.325Z | Checking slog-scope v4.4.1 |
| 695 | 2026-03-30T12:05:26.376Z | Compiling usdt-macro v0.5.0 |
| 696 | 2026-03-30T12:05:26.385Z | Compiling usdt-attr-macro v0.5.0 |
| 697 | 2026-03-30T12:05:26.406Z | Checking regex-automata v0.4.14 |
| 698 | 2026-03-30T12:05:26.543Z | Checking tokio-util v0.7.18 |
| 699 | 2026-03-30T12:05:26.767Z | Checking num-rational v0.4.2 |
| 700 | 2026-03-30T12:05:26.785Z | Checking num-complex v0.4.6 |
| 701 | 2026-03-30T12:05:26.851Z | Checking ed25519 v2.2.3 |
| 702 | 2026-03-30T12:05:26.997Z | Compiling async-trait v0.1.89 |
| 703 | 2026-03-30T12:05:27.028Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 704 | 2026-03-30T12:05:27.039Z | Checking pkcs1 v0.7.5 |
| 705 | 2026-03-30T12:05:27.087Z | Checking is-terminal v0.4.17 |
| 706 | 2026-03-30T12:05:27.121Z | Checking memmap v0.7.0 |
| 707 | 2026-03-30T12:05:27.166Z | Checking cstr-argument v0.1.2 |
| 708 | 2026-03-30T12:05:27.224Z | Checking base64 v0.22.1 |
| 709 | 2026-03-30T12:05:27.233Z | Checking utf8_iter v1.0.4 |
| 710 | 2026-03-30T12:05:27.242Z | Compiling rustix v1.1.4 |
| 711 | 2026-03-30T12:05:27.272Z | Checking colorchoice v1.0.4 |
| 712 | 2026-03-30T12:05:27.345Z | Checking tower-layer v0.3.3 |
| 713 | 2026-03-30T12:05:27.363Z | Checking openssl-probe v0.2.1 |
| 714 | 2026-03-30T12:05:27.449Z | Checking take_mut v0.2.2 |
| 715 | 2026-03-30T12:05:27.460Z | Checking anstyle-query v1.1.5 |
| 716 | 2026-03-30T12:05:27.484Z | Checking term v1.2.1 |
| 717 | 2026-03-30T12:05:27.495Z | Checking funty v2.0.0 |
| 718 | 2026-03-30T12:05:27.538Z | Compiling portable-atomic v1.13.1 |
| 719 | 2026-03-30T12:05:27.541Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
| 720 | 2026-03-30T12:05:27.591Z | Compiling crc32fast v1.5.0 |
| 721 | 2026-03-30T12:05:27.693Z | Checking sync_wrapper v1.0.2 |
| 722 | 2026-03-30T12:05:27.761Z | Checking os_str_bytes v6.6.1 |
| 723 | 2026-03-30T12:05:27.773Z | Checking hashbrown v0.12.3 |
| 724 | 2026-03-30T12:05:27.782Z | Checking is_terminal_polyfill v1.70.2 |
| 725 | 2026-03-30T12:05:27.796Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#81c947bc) |
| 726 | 2026-03-30T12:05:27.856Z | Checking anstyle v1.0.14 |
| 727 | 2026-03-30T12:05:27.877Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#d9645f8d) |
| 728 | 2026-03-30T12:05:27.942Z | Checking clap_lex v0.2.4 |
| 729 | 2026-03-30T12:05:28.005Z | Checking bitvec v1.0.1 |
| 730 | 2026-03-30T12:05:28.023Z | Checking anstream v1.0.0 |
| 731 | 2026-03-30T12:05:28.033Z | Checking tower v0.5.3 |
| 732 | 2026-03-30T12:05:28.036Z | Checking regex v1.12.3 |
| 733 | 2026-03-30T12:05:28.086Z | Checking slog-term v2.9.2 |
| 734 | 2026-03-30T12:05:28.156Z | Checking tokio-rustls v0.26.4 |
| 735 | 2026-03-30T12:05:28.300Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 736 | 2026-03-30T12:05:28.310Z | Checking rustls-native-certs v0.8.3 |
| 737 | 2026-03-30T12:05:28.328Z | Checking pem v3.0.6 |
| 738 | 2026-03-30T12:05:28.359Z | Checking idna v1.1.0 |
| 739 | 2026-03-30T12:05:28.368Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 740 | 2026-03-30T12:05:28.390Z | Checking usdt v0.5.0 |
| 741 | 2026-03-30T12:05:28.417Z | Checking rsa v0.9.10 |
| 742 | 2026-03-30T12:05:28.465Z | Checking num v0.4.3 |
| 743 | 2026-03-30T12:05:28.474Z | Checking ed25519-dalek v2.2.0 |
| 744 | 2026-03-30T12:05:28.516Z | Compiling octocrab v0.49.7 |
| 745 | 2026-03-30T12:05:28.527Z | Checking slog-stdlog v4.1.1 |
| 746 | 2026-03-30T12:05:28.530Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 747 | 2026-03-30T12:05:28.544Z | Checking rand v0.9.2 |
| 748 | 2026-03-30T12:05:28.629Z | Checking p384 v0.13.1 |
| 749 | 2026-03-30T12:05:28.641Z | Checking p256 v0.13.2 |
| 750 | 2026-03-30T12:05:28.677Z | Compiling snafu-derive v0.8.9 |
| 751 | 2026-03-30T12:05:28.853Z | Checking simple_asn1 v0.6.4 |
| 752 | 2026-03-30T12:05:28.862Z | Checking futures-executor v0.3.32 |
| 753 | 2026-03-30T12:05:28.880Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 754 | 2026-03-30T12:05:28.988Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 755 | 2026-03-30T12:05:28.997Z | Compiling clap_derive v3.2.25 |
| 756 | 2026-03-30T12:05:29.012Z | Compiling pin-project-internal v1.1.10 |
| 757 | 2026-03-30T12:05:29.039Z | Compiling serde_repr v0.1.20 |
| 758 | 2026-03-30T12:05:29.055Z | Compiling num-derive v0.3.3 |
| 759 | 2026-03-30T12:05:29.294Z | Checking atty v0.2.14 |
| 760 | 2026-03-30T12:05:29.432Z | Checking iri-string v0.7.10 |
| 761 | 2026-03-30T12:05:29.550Z | Checking textwrap v0.16.2 |
| 762 | 2026-03-30T12:05:29.621Z | Checking bitflags v1.3.2 |
| 763 | 2026-03-30T12:05:29.688Z | Checking adler2 v2.0.1 |
| 764 | 2026-03-30T12:05:29.697Z | Checking strsim v0.11.1 |
| 765 | 2026-03-30T12:05:29.730Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
| 766 | 2026-03-30T12:05:29.850Z | Checking ryu v1.0.23 |
| 767 | 2026-03-30T12:05:29.952Z | Checking simd-adler32 v0.3.8 |
| 768 | 2026-03-30T12:05:29.966Z | Checking termcolor v1.4.1 |
| 769 | 2026-03-30T12:05:29.981Z | Checking unicode-width v0.2.2 |
| 770 | 2026-03-30T12:05:30.089Z | Checking oxnet v0.1.4 |
| 771 | 2026-03-30T12:05:30.098Z | Checking strsim v0.10.0 |
| 772 | 2026-03-30T12:05:30.116Z | Checking colored v3.1.1 |
| 773 | 2026-03-30T12:05:30.154Z | Compiling curl v0.4.49 |
| 774 | 2026-03-30T12:05:30.226Z | Checking clap_lex v1.0.0 |
| 775 | 2026-03-30T12:05:30.226Z | Checking console v0.16.2 |
| 776 | 2026-03-30T12:05:30.287Z | Checking pin-project v1.1.10 |
| 777 | 2026-03-30T12:05:30.371Z | Checking clap_builder v4.6.0 |
| 778 | 2026-03-30T12:05:30.371Z | Checking miniz_oxide v0.8.9 |
| 779 | 2026-03-30T12:05:30.410Z | Checking serde_urlencoded v0.7.1 |
| 780 | 2026-03-30T12:05:30.418Z | Checking snafu v0.8.9 |
| 781 | 2026-03-30T12:05:30.478Z | Checking tower-http v0.6.8 |
| 782 | 2026-03-30T12:05:30.521Z | Checking libscf-sys v1.1.0 |
| 783 | 2026-03-30T12:05:30.596Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 784 | 2026-03-30T12:05:30.605Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#04fb133a) |
| 785 | 2026-03-30T12:05:30.636Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#a1840304) |
| 786 | 2026-03-30T12:05:30.747Z | Checking clap v3.2.25 |
| 787 | 2026-03-30T12:05:30.829Z | Checking jsonwebtoken v10.3.0 |
| 788 | 2026-03-30T12:05:30.888Z | Checking futures v0.3.32 |
| 789 | 2026-03-30T12:05:30.957Z | Checking slog-envlogger v2.2.0 |
| 790 | 2026-03-30T12:05:30.970Z | Checking url v2.5.8 |
| 791 | 2026-03-30T12:05:31.021Z | Checking hyper-rustls v0.27.7 |
| 792 | 2026-03-30T12:05:31.327Z | Checking hyper-timeout v0.5.2 |
| 793 | 2026-03-30T12:05:31.391Z | Compiling clap_derive v4.6.0 |
| 794 | 2026-03-30T12:05:31.501Z | Checking http-body-util v0.1.3 |
| 795 | 2026-03-30T12:05:31.520Z | Compiling zone_cfg_derive v0.3.1 |
| 796 | 2026-03-30T12:05:31.594Z | Compiling async-recursion v0.3.2 |
| 797 | 2026-03-30T12:05:31.603Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 798 | 2026-03-30T12:05:31.674Z | Checking serde_spanned v1.0.4 |
| 799 | 2026-03-30T12:05:31.691Z | Checking serde_path_to_error v0.1.20 |
| 800 | 2026-03-30T12:05:31.702Z | Checking filetime v0.2.27 |
| 801 | 2026-03-30T12:05:31.790Z | Checking secrecy v0.10.3 |
| 802 | 2026-03-30T12:05:31.799Z | Checking hex v0.4.3 |
| 803 | 2026-03-30T12:05:31.818Z | Checking xattr v1.6.1 |
| 804 | 2026-03-30T12:05:31.885Z | Checking fastrand v2.3.0 |
| 805 | 2026-03-30T12:05:31.933Z | Checking unit-prefix v0.5.2 |
| 806 | 2026-03-30T12:05:31.945Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 807 | 2026-03-30T12:05:32.006Z | Checking openssl-probe v0.1.6 |
| 808 | 2026-03-30T12:05:32.046Z | Checking web-time v1.1.0 |
| 809 | 2026-03-30T12:05:32.056Z | Checking tempfile v3.27.0 |
| 810 | 2026-03-30T12:05:32.067Z | Checking indicatif v0.18.4 |
| 811 | 2026-03-30T12:05:32.116Z | Checking toml v1.0.6+spec-1.1.0 |
| 812 | 2026-03-30T12:05:32.125Z | Checking p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#04fb133a) |
| 813 | 2026-03-30T12:05:32.177Z | Checking zone v0.3.1 |
| 814 | 2026-03-30T12:05:32.243Z | Checking sha256 v1.6.0 |
| 815 | 2026-03-30T12:05:32.310Z | Checking tar v0.4.45 |
| 816 | 2026-03-30T12:05:32.396Z | Checking flate2 v1.1.9 |
| 817 | 2026-03-30T12:05:32.405Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#d9645f8d) |
| 818 | 2026-03-30T12:05:32.449Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon#d809e81e) |
| 819 | 2026-03-30T12:05:32.472Z | Checking softnpu v0.2.0 (/work/oxidecomputer/softnpu/lib) |
| 820 | 2026-03-30T12:05:32.572Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 821 | 2026-03-30T12:05:32.672Z | Checking libloading v0.8.9 |
| 822 | 2026-03-30T12:05:32.688Z | Checking fs_extra v1.3.0 |
| 823 | 2026-03-30T12:05:33.022Z | Checking clap v4.6.0 |
| 824 | 2026-03-30T12:05:42.816Z | Checking softnpu-client v0.1.0 (/work/oxidecomputer/softnpu/client) |
| 825 | 2026-03-30T12:05:43.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.42s |
| 826 | 2026-03-30T12:05:43.697Z | + banner build |
| 827 | 2026-03-30T12:05:43.700Z | |
| 828 | 2026-03-30T12:05:43.700Z | ##### # # # # ##### |
| 829 | 2026-03-30T12:05:43.700Z | # # # # # # # # |
| 830 | 2026-03-30T12:05:43.700Z | ##### # # # # # # |
| 831 | 2026-03-30T12:05:43.700Z | # # # # # # # # |
| 832 | 2026-03-30T12:05:43.700Z | # # # # # # # # |
| 833 | 2026-03-30T12:05:43.700Z | ##### #### # ###### ##### |
| 834 | 2026-03-30T12:05:43.700Z | |
| 835 | 2026-03-30T12:05:43.700Z | + ptime -m cargo build |
| 836 | 2026-03-30T12:05:43.954Z | Compiling unicode-ident v1.0.24 |
| 837 | 2026-03-30T12:05:43.954Z | Compiling cfg-if v1.0.4 |
| 838 | 2026-03-30T12:05:43.957Z | Compiling memchr v2.8.0 |
| 839 | 2026-03-30T12:05:43.957Z | Compiling zeroize v1.8.2 |
| 840 | 2026-03-30T12:05:43.957Z | Compiling itoa v1.0.17 |
| 841 | 2026-03-30T12:05:43.957Z | Compiling libc v0.2.183 |
| 842 | 2026-03-30T12:05:43.957Z | Compiling serde_core v1.0.228 |
| 843 | 2026-03-30T12:05:43.957Z | Compiling subtle v2.6.1 |
| 844 | 2026-03-30T12:05:44.051Z | Compiling typenum v1.19.0 |
| 845 | 2026-03-30T12:05:44.098Z | Compiling proc-macro2 v1.0.106 |
| 846 | 2026-03-30T12:05:44.125Z | Compiling smallvec v1.15.1 |
| 847 | 2026-03-30T12:05:44.143Z | Compiling once_cell v1.21.3 |
| 848 | 2026-03-30T12:05:44.156Z | Compiling const-oid v0.9.6 |
| 849 | 2026-03-30T12:05:44.318Z | Compiling getrandom v0.2.17 |
| 850 | 2026-03-30T12:05:44.324Z | Compiling pin-project-lite v0.2.16 |
| 851 | 2026-03-30T12:05:44.336Z | Compiling libm v0.2.16 |
| 852 | 2026-03-30T12:05:44.341Z | Compiling log v0.4.29 |
| 853 | 2026-03-30T12:05:44.405Z | Compiling socket2 v0.6.2 |
| 854 | 2026-03-30T12:05:44.480Z | Compiling quote v1.0.45 |
| 855 | 2026-03-30T12:05:44.536Z | Compiling rand_core v0.6.4 |
| 856 | 2026-03-30T12:05:44.604Z | Compiling generic-array v0.14.7 |
| 857 | 2026-03-30T12:05:44.662Z | Compiling syn v2.0.117 |
| 858 | 2026-03-30T12:05:44.752Z | Compiling syn v1.0.109 |
| 859 | 2026-03-30T12:05:44.757Z | Compiling errno v0.3.14 |
| 860 | 2026-03-30T12:05:44.798Z | Compiling bytes v1.11.1 |
| 861 | 2026-03-30T12:05:44.841Z | Compiling zmij v1.0.21 |
| 862 | 2026-03-30T12:05:44.886Z | Compiling scopeguard v1.2.0 |
| 863 | 2026-03-30T12:05:44.972Z | Compiling base64ct v1.8.3 |
| 864 | 2026-03-30T12:05:45.078Z | Compiling num-traits v0.2.19 |
| 865 | 2026-03-30T12:05:45.108Z | Compiling crypto-common v0.1.7 |
| 866 | 2026-03-30T12:05:45.221Z | Compiling block-buffer v0.10.4 |
| 867 | 2026-03-30T12:05:45.242Z | Compiling pem-rfc7468 v0.7.0 |
| 868 | 2026-03-30T12:05:45.345Z | Compiling digest v0.10.7 |
| 869 | 2026-03-30T12:05:45.412Z | Compiling lock_api v0.4.14 |
| 870 | 2026-03-30T12:05:45.508Z | Compiling parking_lot_core v0.9.12 |
| 871 | 2026-03-30T12:05:45.544Z | Compiling der v0.7.10 |
| 872 | 2026-03-30T12:05:45.562Z | Compiling signal-hook-registry v1.4.8 |
| 873 | 2026-03-30T12:05:45.619Z | Compiling mio v1.1.1 |
| 874 | 2026-03-30T12:05:45.684Z | Compiling parking_lot v0.12.5 |
| 875 | 2026-03-30T12:05:45.795Z | Compiling stable_deref_trait v1.2.1 |
| 876 | 2026-03-30T12:05:45.803Z | Compiling futures-core v0.3.32 |
| 877 | 2026-03-30T12:05:45.850Z | Compiling futures-sink v0.3.32 |
| 878 | 2026-03-30T12:05:45.859Z | Compiling ucd-trie v0.1.7 |
| 879 | 2026-03-30T12:05:45.938Z | Compiling serde_json v1.0.149 |
| 880 | 2026-03-30T12:05:45.943Z | Compiling zerocopy v0.8.39 |
| 881 | 2026-03-30T12:05:46.075Z | Compiling pest v2.8.6 |
| 882 | 2026-03-30T12:05:46.112Z | Compiling num-integer v0.1.46 |
| 883 | 2026-03-30T12:05:46.140Z | Compiling winnow v0.7.14 |
| 884 | 2026-03-30T12:05:46.429Z | Compiling spki v0.7.3 |
| 885 | 2026-03-30T12:05:46.619Z | Compiling pkcs8 v0.10.2 |
| 886 | 2026-03-30T12:05:46.818Z | Compiling futures-channel v0.3.32 |
| 887 | 2026-03-30T12:05:46.836Z | Compiling byteorder v1.5.0 |
| 888 | 2026-03-30T12:05:46.880Z | Compiling proc-macro-error-attr v1.0.4 |
| 889 | 2026-03-30T12:05:47.027Z | Compiling hmac v0.12.1 |
| 890 | 2026-03-30T12:05:47.052Z | Compiling tracing-core v0.1.36 |
| 891 | 2026-03-30T12:05:47.150Z | Compiling pest_meta v2.8.6 |
| 892 | 2026-03-30T12:05:47.306Z | Compiling slab v0.4.12 |
| 893 | 2026-03-30T12:05:47.349Z | Compiling pretty-hex v0.4.1 |
| 894 | 2026-03-30T12:05:47.471Z | Compiling synstructure v0.13.2 |
| 895 | 2026-03-30T12:05:47.472Z | Compiling futures-task v0.3.32 |
| 896 | 2026-03-30T12:05:47.617Z | Compiling spin v0.9.8 |
| 897 | 2026-03-30T12:05:47.631Z | Compiling futures-io v0.3.32 |
| 898 | 2026-03-30T12:05:47.637Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 899 | 2026-03-30T12:05:47.738Z | Compiling pest_generator v2.8.6 |
| 900 | 2026-03-30T12:05:47.779Z | Compiling lazy_static v1.5.0 |
| 901 | 2026-03-30T12:05:47.860Z | Compiling proc-macro-error v1.0.4 |
| 902 | 2026-03-30T12:05:47.962Z | Compiling signature v2.2.0 |
| 903 | 2026-03-30T12:05:48.058Z | Compiling http v1.4.0 |
| 904 | 2026-03-30T12:05:48.090Z | Compiling ff v0.13.1 |
| 905 | 2026-03-30T12:05:48.117Z | Compiling writeable v0.6.2 |
| 906 | 2026-03-30T12:05:48.180Z | Compiling powerfmt v0.2.0 |
| 907 | 2026-03-30T12:05:48.212Z | Compiling litemap v0.8.1 |
| 908 | 2026-03-30T12:05:48.297Z | Compiling time-core v0.1.8 |
| 909 | 2026-03-30T12:05:48.346Z | Compiling num-conv v0.2.0 |
| 910 | 2026-03-30T12:05:48.374Z | Compiling base16ct v0.2.0 |
| 911 | 2026-03-30T12:05:48.390Z | Compiling cpufeatures v0.2.17 |
| 912 | 2026-03-30T12:05:48.433Z | Compiling deranged v0.5.6 |
| 913 | 2026-03-30T12:05:48.439Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 914 | 2026-03-30T12:05:48.450Z | Compiling group v0.13.0 |
| 915 | 2026-03-30T12:05:48.468Z | Compiling time-macros v0.2.27 |
| 916 | 2026-03-30T12:05:48.545Z | Compiling sec1 v0.7.3 |
| 917 | 2026-03-30T12:05:48.635Z | Compiling serde_derive v1.0.228 |
| 918 | 2026-03-30T12:05:48.807Z | Compiling thiserror-impl v1.0.69 |
| 919 | 2026-03-30T12:05:48.927Z | Compiling zerofrom-derive v0.1.6 |
| 920 | 2026-03-30T12:05:49.042Z | Compiling tokio-macros v2.6.0 |
| 921 | 2026-03-30T12:05:49.316Z | Compiling yoke-derive v0.8.1 |
| 922 | 2026-03-30T12:05:49.479Z | Compiling zerovec-derive v0.11.2 |
| 923 | 2026-03-30T12:05:49.485Z | Compiling displaydoc v0.2.5 |
| 924 | 2026-03-30T12:05:49.767Z | Compiling thiserror-impl v2.0.18 |
| 925 | 2026-03-30T12:05:49.818Z | Compiling tokio v1.50.0 |
| 926 | 2026-03-30T12:05:50.027Z | Compiling thiserror v1.0.69 |
| 927 | 2026-03-30T12:05:50.122Z | Compiling ppv-lite86 v0.2.21 |
| 928 | 2026-03-30T12:05:50.159Z | Compiling zerofrom v0.1.6 |
| 929 | 2026-03-30T12:05:50.255Z | Compiling zerocopy-derive v0.7.35 |
| 930 | 2026-03-30T12:05:50.271Z | Compiling tracing-attributes v0.1.31 |
| 931 | 2026-03-30T12:05:50.363Z | Compiling yoke v0.8.1 |
| 932 | 2026-03-30T12:05:50.434Z | Compiling futures-macro v0.3.32 |
| 933 | 2026-03-30T12:05:50.535Z | Compiling pest_derive v2.8.6 |
| 934 | 2026-03-30T12:05:50.600Z | Compiling zerovec v0.11.5 |
| 935 | 2026-03-30T12:05:51.027Z | Compiling thiserror v2.0.18 |
| 936 | 2026-03-30T12:05:51.086Z | Compiling tinystr v0.8.2 |
| 937 | 2026-03-30T12:05:51.094Z | Compiling dtrace-parser v0.2.0 |
| 938 | 2026-03-30T12:05:51.117Z | Compiling zerocopy v0.7.35 |
| 939 | 2026-03-30T12:05:51.120Z | Compiling potential_utf v0.1.4 |
| 940 | 2026-03-30T12:05:51.261Z | Compiling futures-util v0.3.32 |
| 941 | 2026-03-30T12:05:51.271Z | Compiling icu_locale_core v2.1.1 |
| 942 | 2026-03-30T12:05:51.271Z | Compiling zerotrie v0.2.3 |
| 943 | 2026-03-30T12:05:51.359Z | Compiling serde v1.0.228 |
| 944 | 2026-03-30T12:05:51.559Z | Compiling tracing v0.1.44 |
| 945 | 2026-03-30T12:05:51.650Z | Compiling http-body v1.0.1 |
| 946 | 2026-03-30T12:05:51.791Z | Compiling num-bigint v0.4.6 |
| 947 | 2026-03-30T12:05:51.825Z | Compiling erased-serde v0.3.31 |
| 948 | 2026-03-30T12:05:51.864Z | Compiling scroll_derive v0.12.1 |
| 949 | 2026-03-30T12:05:51.962Z | Compiling hkdf v0.12.4 |
| 950 | 2026-03-30T12:05:51.984Z | Compiling num-iter v0.1.45 |
| 951 | 2026-03-30T12:05:52.090Z | Compiling crypto-bigint v0.5.5 |
| 952 | 2026-03-30T12:05:52.094Z | Compiling thread-id v4.2.2 |
| 953 | 2026-03-30T12:05:52.166Z | Compiling dof v0.3.0 |
| 954 | 2026-03-30T12:05:52.215Z | Compiling slog v2.8.2 |
| 955 | 2026-03-30T12:05:52.314Z | Compiling icu_provider v2.1.1 |
| 956 | 2026-03-30T12:05:52.505Z | Compiling icu_collections v2.1.1 |
| 957 | 2026-03-30T12:05:52.561Z | Compiling time v0.3.47 |
| 958 | 2026-03-30T12:05:52.567Z | Compiling scroll v0.12.0 |
| 959 | 2026-03-30T12:05:52.603Z | Compiling proc-macro-crate v3.4.0 |
| 960 | 2026-03-30T12:05:52.814Z | Compiling getrandom v0.3.4 |
| 961 | 2026-03-30T12:05:52.986Z | Compiling sha2 v0.10.9 |
| 962 | 2026-03-30T12:05:53.016Z | Compiling proc-macro-crate v1.3.1 |
| 963 | 2026-03-30T12:05:53.022Z | Compiling rustls-pki-types v1.14.0 |
| 964 | 2026-03-30T12:05:53.104Z | Compiling elliptic-curve v0.13.8 |
| 965 | 2026-03-30T12:05:53.337Z | Compiling try-lock v0.2.5 |
| 966 | 2026-03-30T12:05:53.353Z | Compiling tower-service v0.3.3 |
| 967 | 2026-03-30T12:05:53.365Z | Compiling untrusted v0.9.0 |
| 968 | 2026-03-30T12:05:53.430Z | Compiling plain v0.2.3 |
| 969 | 2026-03-30T12:05:53.436Z | Compiling want v0.3.1 |
| 970 | 2026-03-30T12:05:53.439Z | Compiling num_enum_derive v0.5.11 |
| 971 | 2026-03-30T12:05:53.474Z | Compiling ring v0.17.14 |
| 972 | 2026-03-30T12:05:53.482Z | Compiling num_enum_derive v0.7.5 |
| 973 | 2026-03-30T12:05:53.526Z | Compiling goblin v0.8.2 |
| 974 | 2026-03-30T12:05:53.554Z | Compiling usdt-impl v0.5.0 |
| 975 | 2026-03-30T12:05:53.591Z | Compiling icu_properties_data v2.1.2 |
| 976 | 2026-03-30T12:05:53.718Z | Compiling httparse v1.10.1 |
| 977 | 2026-03-30T12:05:54.019Z | Compiling icu_normalizer_data v2.1.1 |
| 978 | 2026-03-30T12:05:54.078Z | Compiling serde_tokenstream v0.2.2 |
| 979 | 2026-03-30T12:05:54.087Z | Compiling rand_chacha v0.3.1 |
| 980 | 2026-03-30T12:05:54.247Z | Compiling rfc6979 v0.4.0 |
| 981 | 2026-03-30T12:05:54.421Z | Compiling arc-swap v1.8.2 |
| 982 | 2026-03-30T12:05:54.429Z | Compiling pin-utils v0.1.0 |
| 983 | 2026-03-30T12:05:54.493Z | Compiling atomic-waker v1.1.2 |
| 984 | 2026-03-30T12:05:54.514Z | Compiling iana-time-zone v0.1.65 |
| 985 | 2026-03-30T12:05:54.526Z | Compiling either v1.15.0 |
| 986 | 2026-03-30T12:05:54.576Z | Compiling hyper v1.8.1 |
| 987 | 2026-03-30T12:05:54.610Z | Compiling num_enum v0.7.5 |
| 988 | 2026-03-30T12:05:54.716Z | Compiling rustls-webpki v0.103.9 |
| 989 | 2026-03-30T12:05:54.716Z | Compiling chrono v0.4.43 |
| 990 | 2026-03-30T12:05:54.719Z | Compiling num_enum v0.5.11 |
| 991 | 2026-03-30T12:05:54.730Z | Compiling ecdsa v0.16.9 |
| 992 | 2026-03-30T12:05:54.826Z | Compiling rand v0.8.5 |
| 993 | 2026-03-30T12:05:55.108Z | Compiling icu_normalizer v2.1.1 |
| 994 | 2026-03-30T12:05:55.483Z | Compiling icu_properties v2.1.2 |
| 995 | 2026-03-30T12:05:55.577Z | Compiling crossbeam-utils v0.8.21 |
| 996 | 2026-03-30T12:05:55.717Z | Compiling primeorder v0.13.6 |
| 997 | 2026-03-30T12:05:55.725Z | Compiling rand_core v0.9.5 |
| 998 | 2026-03-30T12:05:55.803Z | Compiling foreign-types-macros v0.2.3 |
| 999 | 2026-03-30T12:05:55.934Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1000 | 2026-03-30T12:05:56.111Z | Compiling aho-corasick v1.1.4 |
| 1001 | 2026-03-30T12:05:56.259Z | Compiling thread_local v1.1.9 |
| 1002 | 2026-03-30T12:05:56.451Z | Compiling bitflags v2.11.0 |
| 1003 | 2026-03-30T12:05:56.529Z | Compiling regex-syntax v0.8.9 |
| 1004 | 2026-03-30T12:05:56.613Z | Compiling percent-encoding v2.3.2 |
| 1005 | 2026-03-30T12:05:56.650Z | Compiling utf8parse v0.2.2 |
| 1006 | 2026-03-30T12:05:56.676Z | Compiling foreign-types-shared v0.3.1 |
| 1007 | 2026-03-30T12:05:56.753Z | Compiling tap v1.0.1 |
| 1008 | 2026-03-30T12:05:56.760Z | Compiling foreign-types v0.5.0 |
| 1009 | 2026-03-30T12:05:56.786Z | Compiling form_urlencoded v1.2.2 |
| 1010 | 2026-03-30T12:05:56.804Z | Compiling anstyle-parse v1.0.0 |
| 1011 | 2026-03-30T12:05:56.825Z | Compiling curve25519-dalek v4.1.3 |
| 1012 | 2026-03-30T12:05:56.851Z | Compiling wyz v0.5.1 |
| 1013 | 2026-03-30T12:05:56.962Z | Compiling idna_adapter v1.2.1 |
| 1014 | 2026-03-30T12:05:56.980Z | Compiling cargo_metadata v0.23.1 |
| 1015 | 2026-03-30T12:05:57.035Z | Compiling crossbeam-channel v0.5.15 |
| 1016 | 2026-03-30T12:05:57.090Z | Compiling rand_chacha v0.9.0 |
| 1017 | 2026-03-30T12:05:57.508Z | Compiling num-bigint-dig v0.8.6 |
| 1018 | 2026-03-30T12:05:57.515Z | Compiling hyper-util v0.1.20 |
| 1019 | 2026-03-30T12:05:57.676Z | Compiling rustls v0.23.36 |
| 1020 | 2026-03-30T12:05:57.942Z | Compiling radium v0.7.0 |
| 1021 | 2026-03-30T12:05:58.134Z | Compiling regex-automata v0.4.14 |
| 1022 | 2026-03-30T12:05:58.169Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 1023 | 2026-03-30T12:05:58.208Z | Compiling itertools v0.12.1 |
| 1024 | 2026-03-30T12:05:58.690Z | Compiling slog-scope v4.4.1 |
| 1025 | 2026-03-30T12:05:58.895Z | Compiling usdt-attr-macro v0.5.0 |
| 1026 | 2026-03-30T12:05:58.952Z | Compiling usdt-macro v0.5.0 |
| 1027 | 2026-03-30T12:05:58.967Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1028 | 2026-03-30T12:05:59.068Z | Compiling tokio-util v0.7.18 |
| 1029 | 2026-03-30T12:05:59.174Z | Compiling num-rational v0.4.2 |
| 1030 | 2026-03-30T12:05:59.471Z | Compiling num-complex v0.4.6 |
| 1031 | 2026-03-30T12:05:59.481Z | Compiling async-trait v0.1.89 |
| 1032 | 2026-03-30T12:05:59.724Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1033 | 2026-03-30T12:05:59.742Z | Compiling ed25519 v2.2.3 |
| 1034 | 2026-03-30T12:05:59.863Z | Compiling pkcs1 v0.7.5 |
| 1035 | 2026-03-30T12:05:59.896Z | Compiling cstr-argument v0.1.2 |
| 1036 | 2026-03-30T12:05:59.980Z | Compiling is-terminal v0.4.17 |
| 1037 | 2026-03-30T12:06:00.043Z | Compiling memmap v0.7.0 |
| 1038 | 2026-03-30T12:06:00.068Z | Compiling tower-layer v0.3.3 |
| 1039 | 2026-03-30T12:06:00.223Z | Compiling anstyle v1.0.14 |
| 1040 | 2026-03-30T12:06:00.226Z | Compiling utf8_iter v1.0.4 |
| 1041 | 2026-03-30T12:06:00.226Z | Compiling base64 v0.22.1 |
| 1042 | 2026-03-30T12:06:00.281Z | Compiling anstyle-query v1.1.5 |
| 1043 | 2026-03-30T12:06:00.366Z | Compiling term v1.2.1 |
| 1044 | 2026-03-30T12:06:00.384Z | Compiling os_str_bytes v6.6.1 |
| 1045 | 2026-03-30T12:06:00.440Z | Compiling is_terminal_polyfill v1.70.2 |
| 1046 | 2026-03-30T12:06:00.483Z | Compiling hashbrown v0.12.3 |
| 1047 | 2026-03-30T12:06:00.525Z | Compiling colorchoice v1.0.4 |
| 1048 | 2026-03-30T12:06:00.556Z | Compiling take_mut v0.2.2 |
| 1049 | 2026-03-30T12:06:00.610Z | Compiling funty v2.0.0 |
| 1050 | 2026-03-30T12:06:00.632Z | Compiling sync_wrapper v1.0.2 |
| 1051 | 2026-03-30T12:06:00.650Z | Compiling openssl-probe v0.2.1 |
| 1052 | 2026-03-30T12:06:00.657Z | Compiling slog-async v2.8.0 |
| 1053 | 2026-03-30T12:06:00.722Z | Compiling tower v0.5.3 |
| 1054 | 2026-03-30T12:06:00.831Z | Compiling rustls-native-certs v0.8.3 |
| 1055 | 2026-03-30T12:06:00.949Z | Compiling bitvec v1.0.1 |
| 1056 | 2026-03-30T12:06:01.075Z | Compiling indexmap v1.9.3 |
| 1057 | 2026-03-30T12:06:01.168Z | Compiling slog-term v2.9.2 |
| 1058 | 2026-03-30T12:06:01.173Z | Compiling anstream v1.0.0 |
| 1059 | 2026-03-30T12:06:01.247Z | Compiling clap_lex v0.2.4 |
| 1060 | 2026-03-30T12:06:01.364Z | Compiling pem v3.0.6 |
| 1061 | 2026-03-30T12:06:01.442Z | Compiling tokio-rustls v0.26.4 |
| 1062 | 2026-03-30T12:06:01.478Z | Compiling idna v1.1.0 |
| 1063 | 2026-03-30T12:06:01.517Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1064 | 2026-03-30T12:06:01.630Z | Compiling usdt v0.5.0 |
| 1065 | 2026-03-30T12:06:01.689Z | Compiling rsa v0.9.10 |
| 1066 | 2026-03-30T12:06:01.692Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1067 | 2026-03-30T12:06:01.728Z | Compiling ed25519-dalek v2.2.0 |
| 1068 | 2026-03-30T12:06:01.747Z | Compiling regex v1.12.3 |
| 1069 | 2026-03-30T12:06:01.895Z | Compiling num v0.4.3 |
| 1070 | 2026-03-30T12:06:01.940Z | Compiling slog-stdlog v4.1.1 |
| 1071 | 2026-03-30T12:06:01.965Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 1072 | 2026-03-30T12:06:02.020Z | Compiling octocrab v0.49.7 |
| 1073 | 2026-03-30T12:06:02.140Z | Compiling rand v0.9.2 |
| 1074 | 2026-03-30T12:06:02.154Z | Compiling anyhow v1.0.102 |
| 1075 | 2026-03-30T12:06:02.204Z | Compiling p384 v0.13.1 |
| 1076 | 2026-03-30T12:06:02.248Z | Compiling p256 v0.13.2 |
| 1077 | 2026-03-30T12:06:02.341Z | Compiling snafu-derive v0.8.9 |
| 1078 | 2026-03-30T12:06:02.403Z | Compiling simple_asn1 v0.6.4 |
| 1079 | 2026-03-30T12:06:02.540Z | Compiling openssl-sys v0.9.111 |
| 1080 | 2026-03-30T12:06:02.608Z | Compiling libz-sys v1.1.23 |
| 1081 | 2026-03-30T12:06:02.615Z | Compiling futures-executor v0.3.32 |
| 1082 | 2026-03-30T12:06:02.705Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1083 | 2026-03-30T12:06:02.734Z | Compiling serde_repr v0.1.20 |
| 1084 | 2026-03-30T12:06:02.781Z | Compiling pin-project-internal v1.1.10 |
| 1085 | 2026-03-30T12:06:02.894Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 1086 | 2026-03-30T12:06:02.923Z | Compiling clap_derive v3.2.25 |
| 1087 | 2026-03-30T12:06:03.010Z | Compiling num-derive v0.3.3 |
| 1088 | 2026-03-30T12:06:03.124Z | Compiling atty v0.2.14 |
| 1089 | 2026-03-30T12:06:03.221Z | Compiling colored v3.1.1 |
| 1090 | 2026-03-30T12:06:03.332Z | Compiling ryu v1.0.23 |
| 1091 | 2026-03-30T12:06:03.503Z | Compiling bitflags v1.3.2 |
| 1092 | 2026-03-30T12:06:03.516Z | Compiling strsim v0.11.1 |
| 1093 | 2026-03-30T12:06:03.570Z | Compiling oxnet v0.1.4 |
| 1094 | 2026-03-30T12:06:03.576Z | Compiling strsim v0.10.0 |
| 1095 | 2026-03-30T12:06:03.613Z | Compiling simd-adler32 v0.3.8 |
| 1096 | 2026-03-30T12:06:03.811Z | Compiling textwrap v0.16.2 |
| 1097 | 2026-03-30T12:06:03.821Z | Compiling termcolor v1.4.1 |
| 1098 | 2026-03-30T12:06:03.867Z | Compiling clap_lex v1.0.0 |
| 1099 | 2026-03-30T12:06:03.898Z | Compiling unicode-width v0.2.2 |
| 1100 | 2026-03-30T12:06:03.930Z | Compiling iri-string v0.7.10 |
| 1101 | 2026-03-30T12:06:03.936Z | Compiling adler2 v2.0.1 |
| 1102 | 2026-03-30T12:06:04.057Z | Compiling miniz_oxide v0.8.9 |
| 1103 | 2026-03-30T12:06:04.077Z | Compiling snafu v0.8.9 |
| 1104 | 2026-03-30T12:06:04.099Z | Compiling clap_builder v4.6.0 |
| 1105 | 2026-03-30T12:06:04.171Z | Compiling console v0.16.2 |
| 1106 | 2026-03-30T12:06:04.171Z | Compiling libscf-sys v1.1.0 |
| 1107 | 2026-03-30T12:06:04.222Z | Compiling pin-project v1.1.10 |
| 1108 | 2026-03-30T12:06:04.297Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#81c947bc) |
| 1109 | 2026-03-30T12:06:04.355Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 1110 | 2026-03-30T12:06:04.462Z | Compiling serde_urlencoded v0.7.1 |
| 1111 | 2026-03-30T12:06:04.654Z | Compiling clap v3.2.25 |
| 1112 | 2026-03-30T12:06:04.708Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#04fb133a) |
| 1113 | 2026-03-30T12:06:04.768Z | Compiling curl-sys v0.4.85+curl-8.18.0 |
| 1114 | 2026-03-30T12:06:04.854Z | Compiling futures v0.3.32 |
| 1115 | 2026-03-30T12:06:04.897Z | Compiling jsonwebtoken v10.3.0 |
| 1116 | 2026-03-30T12:06:04.927Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#a1840304) |
| 1117 | 2026-03-30T12:06:05.060Z | Compiling slog-envlogger v2.2.0 |
| 1118 | 2026-03-30T12:06:05.459Z | Compiling tower-http v0.6.8 |
| 1119 | 2026-03-30T12:06:05.484Z | Compiling url v2.5.8 |
| 1120 | 2026-03-30T12:06:05.494Z | Compiling hyper-rustls v0.27.7 |
| 1121 | 2026-03-30T12:06:05.665Z | Compiling portable-atomic v1.13.1 |
| 1122 | 2026-03-30T12:06:05.808Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
| 1123 | 2026-03-30T12:06:06.002Z | Compiling crc32fast v1.5.0 |
| 1124 | 2026-03-30T12:06:06.182Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#d9645f8d) |
| 1125 | 2026-03-30T12:06:06.188Z | Compiling rustix v1.1.4 |
| 1126 | 2026-03-30T12:06:06.209Z | Compiling hyper-timeout v0.5.2 |
| 1127 | 2026-03-30T12:06:06.230Z | Compiling clap_derive v4.6.0 |
| 1128 | 2026-03-30T12:06:06.287Z | Compiling http-body-util v0.1.3 |
| 1129 | 2026-03-30T12:06:06.366Z | Compiling zone_cfg_derive v0.3.1 |
| 1130 | 2026-03-30T12:06:06.396Z | Compiling async-recursion v0.3.2 |
| 1131 | 2026-03-30T12:06:06.957Z | Compiling serde_path_to_error v0.1.20 |
| 1132 | 2026-03-30T12:06:06.981Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 1133 | 2026-03-30T12:06:07.045Z | Compiling serde_spanned v1.0.4 |
| 1134 | 2026-03-30T12:06:07.059Z | Compiling filetime v0.2.27 |
| 1135 | 2026-03-30T12:06:07.192Z | Compiling secrecy v0.10.3 |
| 1136 | 2026-03-30T12:06:07.205Z | Compiling web-time v1.1.0 |
| 1137 | 2026-03-30T12:06:07.228Z | Compiling openssl-probe v0.1.6 |
| 1138 | 2026-03-30T12:06:07.271Z | Compiling xattr v1.6.1 |
| 1139 | 2026-03-30T12:06:07.283Z | Compiling unit-prefix v0.5.2 |
| 1140 | 2026-03-30T12:06:07.314Z | Compiling fastrand v2.3.0 |
| 1141 | 2026-03-30T12:06:07.335Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 1142 | 2026-03-30T12:06:07.406Z | Compiling hex v0.4.3 |
| 1143 | 2026-03-30T12:06:07.412Z | Compiling indicatif v0.18.4 |
| 1144 | 2026-03-30T12:06:07.431Z | Compiling tar v0.4.45 |
| 1145 | 2026-03-30T12:06:07.541Z | Compiling toml v1.0.6+spec-1.1.0 |
| 1146 | 2026-03-30T12:06:07.578Z | Compiling tempfile v3.27.0 |
| 1147 | 2026-03-30T12:06:07.661Z | Compiling sha256 v1.6.0 |
| 1148 | 2026-03-30T12:06:07.815Z | Compiling curl v0.4.49 |
| 1149 | 2026-03-30T12:06:07.920Z | Compiling clap v4.6.0 |
| 1150 | 2026-03-30T12:06:07.991Z | Compiling zone v0.3.1 |
| 1151 | 2026-03-30T12:06:07.997Z | Compiling p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#04fb133a) |
| 1152 | 2026-03-30T12:06:08.250Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#d9645f8d) |
| 1153 | 2026-03-30T12:06:08.428Z | Compiling flate2 v1.1.9 |
| 1154 | 2026-03-30T12:06:08.434Z | Compiling softnpu v0.2.0 (/work/oxidecomputer/softnpu/lib) |
| 1155 | 2026-03-30T12:06:08.496Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon#d809e81e) |
| 1156 | 2026-03-30T12:06:08.636Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1157 | 2026-03-30T12:06:08.651Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
| 1158 | 2026-03-30T12:06:08.790Z | Compiling camino v1.2.2 |
| 1159 | 2026-03-30T12:06:08.845Z | Compiling libloading v0.8.9 |
| 1160 | 2026-03-30T12:06:08.905Z | Compiling fs_extra v1.3.0 |
| 1161 | 2026-03-30T12:06:20.466Z | Compiling softnpu-client v0.1.0 (/work/oxidecomputer/softnpu/client) |
| 1162 | 2026-03-30T12:06:30.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.72s |
| 1163 | 2026-03-30T12:06:30.498Z | |
| 1164 | 2026-03-30T12:06:30.501Z | real 46.778711480 |
| 1165 | 2026-03-30T12:06:30.501Z | user 3:16.372309779 |
| 1166 | 2026-03-30T12:06:30.501Z | sys 34.366928371 |
| 1167 | 2026-03-30T12:06:30.501Z | trap 0.122184207 |
| 1168 | 2026-03-30T12:06:30.501Z | tflt 0.158572700 |
| 1169 | 2026-03-30T12:06:30.501Z | dflt 0.098413085 |
| 1170 | 2026-03-30T12:06:30.501Z | kflt 0.000025604 |
| 1171 | 2026-03-30T12:06:30.501Z | lock 8:30.529636220 |
| 1172 | 2026-03-30T12:06:30.501Z | slp 13:23.367592573 |
| 1173 | 2026-03-30T12:06:30.501Z | lat 10.520031870 |
| 1174 | 2026-03-30T12:06:30.501Z | stop 20.446335175 |
| 1175 | 2026-03-30T12:06:30.501Z | + ptime -m cargo build --release |
| 1176 | 2026-03-30T12:06:30.696Z | Compiling proc-macro2 v1.0.106 |
| 1177 | 2026-03-30T12:06:30.696Z | Compiling quote v1.0.45 |
| 1178 | 2026-03-30T12:06:30.696Z | Compiling unicode-ident v1.0.24 |
| 1179 | 2026-03-30T12:06:30.696Z | Compiling libc v0.2.183 |
| 1180 | 2026-03-30T12:06:30.696Z | Compiling cfg-if v1.0.4 |
| 1181 | 2026-03-30T12:06:30.696Z | Compiling version_check v0.9.5 |
| 1182 | 2026-03-30T12:06:30.699Z | Compiling zeroize v1.8.2 |
| 1183 | 2026-03-30T12:06:30.699Z | Compiling serde_core v1.0.228 |
| 1184 | 2026-03-30T12:06:30.797Z | Compiling serde v1.0.228 |
| 1185 | 2026-03-30T12:06:30.836Z | Compiling memchr v2.8.0 |
| 1186 | 2026-03-30T12:06:30.928Z | Compiling autocfg v1.5.0 |
| 1187 | 2026-03-30T12:06:30.993Z | Compiling subtle v2.6.1 |
| 1188 | 2026-03-30T12:06:31.056Z | Compiling typenum v1.19.0 |
| 1189 | 2026-03-30T12:06:31.143Z | Compiling generic-array v0.14.7 |
| 1190 | 2026-03-30T12:06:31.254Z | Compiling smallvec v1.15.1 |
| 1191 | 2026-03-30T12:06:31.401Z | Compiling syn v1.0.109 |
| 1192 | 2026-03-30T12:06:31.489Z | Compiling getrandom v0.2.17 |
| 1193 | 2026-03-30T12:06:31.499Z | Compiling const-oid v0.9.6 |
| 1194 | 2026-03-30T12:06:31.712Z | Compiling itoa v1.0.17 |
| 1195 | 2026-03-30T12:06:31.807Z | Compiling libm v0.2.16 |
| 1196 | 2026-03-30T12:06:31.886Z | Compiling syn v2.0.117 |
| 1197 | 2026-03-30T12:06:31.966Z | Compiling num-traits v0.2.19 |
| 1198 | 2026-03-30T12:06:31.966Z | Compiling pin-project-lite v0.2.16 |
| 1199 | 2026-03-30T12:06:32.054Z | Compiling shlex v1.3.0 |
| 1200 | 2026-03-30T12:06:32.136Z | Compiling find-msvc-tools v0.1.9 |
| 1201 | 2026-03-30T12:06:32.200Z | Compiling thiserror v1.0.69 |
| 1202 | 2026-03-30T12:06:32.352Z | Compiling cc v1.2.56 |
| 1203 | 2026-03-30T12:06:32.450Z | Compiling zmij v1.0.21 |
| 1204 | 2026-03-30T12:06:32.505Z | Compiling log v0.4.29 |
| 1205 | 2026-03-30T12:06:32.743Z | Compiling crypto-common v0.1.7 |
| 1206 | 2026-03-30T12:06:32.880Z | Compiling block-buffer v0.10.4 |
| 1207 | 2026-03-30T12:06:33.028Z | Compiling rustversion v1.0.22 |
| 1208 | 2026-03-30T12:06:33.064Z | Compiling digest v0.10.7 |
| 1209 | 2026-03-30T12:06:33.273Z | Compiling rand_core v0.6.4 |
| 1210 | 2026-03-30T12:06:33.303Z | Compiling socket2 v0.6.2 |
| 1211 | 2026-03-30T12:06:33.421Z | Compiling errno v0.3.14 |
| 1212 | 2026-03-30T12:06:33.444Z | Compiling bytes v1.11.1 |
| 1213 | 2026-03-30T12:06:33.517Z | Compiling hashbrown v0.16.1 |
| 1214 | 2026-03-30T12:06:33.577Z | Compiling equivalent v1.0.2 |
| 1215 | 2026-03-30T12:06:33.657Z | Compiling once_cell v1.21.3 |
| 1216 | 2026-03-30T12:06:33.892Z | Compiling parking_lot_core v0.9.12 |
| 1217 | 2026-03-30T12:06:34.004Z | Compiling indexmap v2.13.0 |
| 1218 | 2026-03-30T12:06:34.097Z | Compiling base64ct v1.8.3 |
| 1219 | 2026-03-30T12:06:34.142Z | Compiling scopeguard v1.2.0 |
| 1220 | 2026-03-30T12:06:34.237Z | Compiling lock_api v0.4.14 |
| 1221 | 2026-03-30T12:06:34.334Z | Compiling signal-hook-registry v1.4.8 |
| 1222 | 2026-03-30T12:06:34.513Z | Compiling pem-rfc7468 v0.7.0 |
| 1223 | 2026-03-30T12:06:34.550Z | Compiling parking_lot v0.12.5 |
| 1224 | 2026-03-30T12:06:34.635Z | Compiling mio v1.1.1 |
| 1225 | 2026-03-30T12:06:34.692Z | Compiling der v0.7.10 |
| 1226 | 2026-03-30T12:06:34.695Z | Compiling stable_deref_trait v1.2.1 |
| 1227 | 2026-03-30T12:06:34.877Z | Compiling synstructure v0.13.2 |
| 1228 | 2026-03-30T12:06:35.089Z | Compiling thiserror v2.0.18 |
| 1229 | 2026-03-30T12:06:35.338Z | Compiling futures-core v0.3.32 |
| 1230 | 2026-03-30T12:06:35.366Z | Compiling serde_json v1.0.149 |
| 1231 | 2026-03-30T12:06:35.390Z | Compiling zerocopy v0.8.39 |
| 1232 | 2026-03-30T12:06:35.419Z | Compiling ucd-trie v0.1.7 |
| 1233 | 2026-03-30T12:06:35.488Z | Compiling futures-sink v0.3.32 |
| 1234 | 2026-03-30T12:06:35.590Z | Compiling pest v2.8.6 |
| 1235 | 2026-03-30T12:06:35.614Z | Compiling num-integer v0.1.46 |
| 1236 | 2026-03-30T12:06:35.634Z | Compiling spki v0.7.3 |
| 1237 | 2026-03-30T12:06:35.684Z | Compiling proc-macro-error-attr v1.0.4 |
| 1238 | 2026-03-30T12:06:35.822Z | Compiling pkcs8 v0.10.2 |
| 1239 | 2026-03-30T12:06:35.923Z | Compiling pkg-config v0.3.32 |
| 1240 | 2026-03-30T12:06:36.014Z | Compiling serde_derive v1.0.228 |
| 1241 | 2026-03-30T12:06:36.110Z | Compiling thiserror-impl v1.0.69 |
| 1242 | 2026-03-30T12:06:36.362Z | Compiling zerofrom-derive v0.1.6 |
| 1243 | 2026-03-30T12:06:36.615Z | Compiling yoke-derive v0.8.1 |
| 1244 | 2026-03-30T12:06:36.618Z | Compiling tokio-macros v2.6.0 |
| 1245 | 2026-03-30T12:06:36.826Z | Compiling zerovec-derive v0.11.2 |
| 1246 | 2026-03-30T12:06:37.376Z | Compiling tokio v1.50.0 |
| 1247 | 2026-03-30T12:06:37.398Z | Compiling thiserror-impl v2.0.18 |
| 1248 | 2026-03-30T12:06:37.557Z | Compiling zerofrom v0.1.6 |
| 1249 | 2026-03-30T12:06:37.646Z | Compiling pest_meta v2.8.6 |
| 1250 | 2026-03-30T12:06:37.658Z | Compiling yoke v0.8.1 |
| 1251 | 2026-03-30T12:06:37.677Z | Compiling displaydoc v0.2.5 |
| 1252 | 2026-03-30T12:06:37.847Z | Compiling zerocopy-derive v0.7.35 |
| 1253 | 2026-03-30T12:06:37.932Z | Compiling zerovec v0.11.5 |
| 1254 | 2026-03-30T12:06:38.415Z | Compiling pest_generator v2.8.6 |
| 1255 | 2026-03-30T12:06:38.537Z | Compiling futures-channel v0.3.32 |
| 1256 | 2026-03-30T12:06:38.634Z | Compiling semver v1.0.27 |
| 1257 | 2026-03-30T12:06:38.704Z | Compiling proc-macro-error v1.0.4 |
| 1258 | 2026-03-30T12:06:38.864Z | Compiling vcpkg v0.2.15 |
| 1259 | 2026-03-30T12:06:39.026Z | Compiling ppv-lite86 v0.2.21 |
| 1260 | 2026-03-30T12:06:39.039Z | Compiling pest_derive v2.8.6 |
| 1261 | 2026-03-30T12:06:39.172Z | Compiling tracing-attributes v0.1.31 |
| 1262 | 2026-03-30T12:06:39.269Z | Compiling futures-macro v0.3.32 |
| 1263 | 2026-03-30T12:06:39.330Z | Compiling tracing-core v0.1.36 |
| 1264 | 2026-03-30T12:06:39.336Z | Compiling hmac v0.12.1 |
| 1265 | 2026-03-30T12:06:39.478Z | Compiling winnow v0.7.14 |
| 1266 | 2026-03-30T12:06:39.602Z | Compiling pretty-hex v0.4.1 |
| 1267 | 2026-03-30T12:06:39.609Z | Compiling slab v0.4.12 |
| 1268 | 2026-03-30T12:06:39.691Z | Compiling futures-io v0.3.32 |
| 1269 | 2026-03-30T12:06:39.750Z | Compiling futures-task v0.3.32 |
| 1270 | 2026-03-30T12:06:39.816Z | Compiling spin v0.9.8 |
| 1271 | 2026-03-30T12:06:39.918Z | Compiling lazy_static v1.5.0 |
| 1272 | 2026-03-30T12:06:40.005Z | Compiling tinystr v0.8.2 |
| 1273 | 2026-03-30T12:06:40.143Z | Compiling futures-util v0.3.32 |
| 1274 | 2026-03-30T12:06:40.244Z | Compiling slog v2.8.2 |
| 1275 | 2026-03-30T12:06:40.270Z | Compiling http v1.4.0 |
| 1276 | 2026-03-30T12:06:40.422Z | Compiling ring v0.17.14 |
| 1277 | 2026-03-30T12:06:40.435Z | Compiling tracing v0.1.44 |
| 1278 | 2026-03-30T12:06:40.458Z | Compiling ff v0.13.1 |
| 1279 | 2026-03-30T12:06:40.480Z | Compiling signature v2.2.0 |
| 1280 | 2026-03-30T12:06:40.641Z | Compiling getrandom v0.3.4 |
| 1281 | 2026-03-30T12:06:40.648Z | Compiling base16ct v0.2.0 |
| 1282 | 2026-03-30T12:06:40.819Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1283 | 2026-03-30T12:06:40.876Z | Compiling litemap v0.8.1 |
| 1284 | 2026-03-30T12:06:40.925Z | Compiling heck v0.4.1 |
| 1285 | 2026-03-30T12:06:40.934Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1286 | 2026-03-30T12:06:40.974Z | Compiling toml_datetime v0.6.11 |
| 1287 | 2026-03-30T12:06:41.089Z | Compiling num-conv v0.2.0 |
| 1288 | 2026-03-30T12:06:41.110Z | Compiling writeable v0.6.2 |
| 1289 | 2026-03-30T12:06:41.149Z | Compiling powerfmt v0.2.0 |
| 1290 | 2026-03-30T12:06:41.188Z | Compiling byteorder v1.5.0 |
| 1291 | 2026-03-30T12:06:41.215Z | Compiling cpufeatures v0.2.17 |
| 1292 | 2026-03-30T12:06:41.285Z | Compiling winnow v0.5.40 |
| 1293 | 2026-03-30T12:06:41.333Z | Compiling time-core v0.1.8 |
| 1294 | 2026-03-30T12:06:41.359Z | Compiling deranged v0.5.6 |
| 1295 | 2026-03-30T12:06:41.393Z | Compiling zerocopy v0.7.35 |
| 1296 | 2026-03-30T12:06:41.403Z | Compiling icu_locale_core v2.1.1 |
| 1297 | 2026-03-30T12:06:41.474Z | Compiling time-macros v0.2.27 |
| 1298 | 2026-03-30T12:06:41.929Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 1299 | 2026-03-30T12:06:42.141Z | Compiling http-body v1.0.1 |
| 1300 | 2026-03-30T12:06:42.453Z | Compiling sec1 v0.7.3 |
| 1301 | 2026-03-30T12:06:42.536Z | Compiling toml_edit v0.19.15 |
| 1302 | 2026-03-30T12:06:42.821Z | Compiling group v0.13.0 |
| 1303 | 2026-03-30T12:06:42.994Z | Compiling hkdf v0.12.4 |
| 1304 | 2026-03-30T12:06:43.027Z | Compiling num-bigint v0.4.6 |
| 1305 | 2026-03-30T12:06:43.145Z | Compiling erased-serde v0.3.31 |
| 1306 | 2026-03-30T12:06:43.291Z | Compiling potential_utf v0.1.4 |
| 1307 | 2026-03-30T12:06:43.470Z | Compiling zerotrie v0.2.3 |
| 1308 | 2026-03-30T12:06:43.747Z | Compiling scroll_derive v0.12.1 |
| 1309 | 2026-03-30T12:06:43.865Z | Compiling num-iter v0.1.45 |
| 1310 | 2026-03-30T12:06:43.902Z | Compiling crypto-bigint v0.5.5 |
| 1311 | 2026-03-30T12:06:44.320Z | Compiling usdt-impl v0.5.0 |
| 1312 | 2026-03-30T12:06:44.580Z | Compiling icu_normalizer_data v2.1.1 |
| 1313 | 2026-03-30T12:06:44.691Z | Compiling icu_properties_data v2.1.2 |
| 1314 | 2026-03-30T12:06:44.820Z | Compiling httparse v1.10.1 |
| 1315 | 2026-03-30T12:06:44.949Z | Compiling time v0.3.47 |
| 1316 | 2026-03-30T12:06:45.246Z | Compiling elliptic-curve v0.13.8 |
| 1317 | 2026-03-30T12:06:45.568Z | Compiling proc-macro-crate v1.3.1 |
| 1318 | 2026-03-30T12:06:45.742Z | Compiling scroll v0.12.0 |
| 1319 | 2026-03-30T12:06:45.894Z | Compiling icu_provider v2.1.1 |
| 1320 | 2026-03-30T12:06:46.113Z | Compiling icu_collections v2.1.1 |
| 1321 | 2026-03-30T12:06:46.302Z | Compiling thread-id v4.2.2 |
| 1322 | 2026-03-30T12:06:46.316Z | Compiling proc-macro-crate v3.4.0 |
| 1323 | 2026-03-30T12:06:46.558Z | Compiling dof v0.3.0 |
| 1324 | 2026-03-30T12:06:46.581Z | Compiling sha2 v0.10.9 |
| 1325 | 2026-03-30T12:06:46.626Z | Compiling dtrace-parser v0.2.0 |
| 1326 | 2026-03-30T12:06:46.732Z | Compiling libz-sys v1.1.23 |
| 1327 | 2026-03-30T12:06:46.852Z | Compiling openssl-sys v0.9.111 |
| 1328 | 2026-03-30T12:06:46.907Z | Compiling rustc_version v0.4.1 |
| 1329 | 2026-03-30T12:06:47.167Z | Compiling rustls-pki-types v1.14.0 |
| 1330 | 2026-03-30T12:06:47.178Z | Compiling tower-service v0.3.3 |
| 1331 | 2026-03-30T12:06:47.192Z | Compiling crossbeam-utils v0.8.21 |
| 1332 | 2026-03-30T12:06:47.265Z | Compiling untrusted v0.9.0 |
| 1333 | 2026-03-30T12:06:47.392Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1334 | 2026-03-30T12:06:47.502Z | Compiling try-lock v0.2.5 |
| 1335 | 2026-03-30T12:06:47.613Z | Compiling plain v0.2.3 |
| 1336 | 2026-03-30T12:06:47.642Z | Compiling camino v1.2.2 |
| 1337 | 2026-03-30T12:06:47.719Z | Compiling goblin v0.8.2 |
| 1338 | 2026-03-30T12:06:47.734Z | Compiling want v0.3.1 |
| 1339 | 2026-03-30T12:06:47.984Z | Compiling curve25519-dalek v4.1.3 |
| 1340 | 2026-03-30T12:06:48.248Z | Compiling num_enum_derive v0.7.5 |
| 1341 | 2026-03-30T12:06:48.274Z | Compiling num_enum_derive v0.5.11 |
| 1342 | 2026-03-30T12:06:48.788Z | Compiling rfc6979 v0.4.0 |
| 1343 | 2026-03-30T12:06:48.921Z | Compiling rand_chacha v0.3.1 |
| 1344 | 2026-03-30T12:06:49.128Z | Compiling serde_tokenstream v0.2.2 |
| 1345 | 2026-03-30T12:06:49.264Z | Compiling arc-swap v1.8.2 |
| 1346 | 2026-03-30T12:06:49.460Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 1347 | 2026-03-30T12:06:49.567Z | Compiling num-bigint-dig v0.8.6 |
| 1348 | 2026-03-30T12:06:49.594Z | Compiling either v1.15.0 |
| 1349 | 2026-03-30T12:06:49.625Z | Compiling atomic-waker v1.1.2 |
| 1350 | 2026-03-30T12:06:49.695Z | Compiling iana-time-zone v0.1.65 |
| 1351 | 2026-03-30T12:06:49.698Z | Compiling heck v0.5.0 |
| 1352 | 2026-03-30T12:06:49.754Z | Compiling rustls v0.23.36 |
| 1353 | 2026-03-30T12:06:49.800Z | Compiling pin-utils v0.1.0 |
| 1354 | 2026-03-30T12:06:49.809Z | Compiling radium v0.7.0 |
| 1355 | 2026-03-30T12:06:49.868Z | Compiling hyper v1.8.1 |
| 1356 | 2026-03-30T12:06:49.901Z | Compiling chrono v0.4.43 |
| 1357 | 2026-03-30T12:06:50.086Z | Compiling num_enum v0.5.11 |
| 1358 | 2026-03-30T12:06:50.115Z | Compiling num_enum v0.7.5 |
| 1359 | 2026-03-30T12:06:50.140Z | Compiling rustls-webpki v0.103.9 |
| 1360 | 2026-03-30T12:06:50.193Z | Compiling rand v0.8.5 |
| 1361 | 2026-03-30T12:06:50.245Z | Compiling ecdsa v0.16.9 |
| 1362 | 2026-03-30T12:06:50.989Z | Compiling icu_properties v2.1.2 |
| 1363 | 2026-03-30T12:06:52.174Z | Compiling icu_normalizer v2.1.1 |
| 1364 | 2026-03-30T12:06:52.954Z | Compiling rand_core v0.9.5 |
| 1365 | 2026-03-30T12:06:53.041Z | Compiling primeorder v0.13.6 |
| 1366 | 2026-03-30T12:06:53.226Z | Compiling curl-sys v0.4.85+curl-8.18.0 |
| 1367 | 2026-03-30T12:06:53.300Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1368 | 2026-03-30T12:06:53.384Z | Compiling foreign-types-macros v0.2.3 |
| 1369 | 2026-03-30T12:06:53.401Z | Compiling cargo-platform v0.3.2 |
| 1370 | 2026-03-30T12:06:53.494Z | Compiling aho-corasick v1.1.4 |
| 1371 | 2026-03-30T12:06:53.540Z | Compiling indexmap v1.9.3 |
| 1372 | 2026-03-30T12:06:53.605Z | Compiling thread_local v1.1.9 |
| 1373 | 2026-03-30T12:06:53.633Z | Compiling slog-async v2.8.0 |
| 1374 | 2026-03-30T12:06:53.779Z | Compiling bitflags v2.11.0 |
| 1375 | 2026-03-30T12:06:53.930Z | Compiling foreign-types-shared v0.3.1 |
| 1376 | 2026-03-30T12:06:53.960Z | Compiling percent-encoding v2.3.2 |
| 1377 | 2026-03-30T12:06:53.983Z | Compiling tap v1.0.1 |
| 1378 | 2026-03-30T12:06:54.017Z | Compiling utf8parse v0.2.2 |
| 1379 | 2026-03-30T12:06:54.089Z | Compiling anyhow v1.0.102 |
| 1380 | 2026-03-30T12:06:54.119Z | Compiling regex-syntax v0.8.9 |
| 1381 | 2026-03-30T12:06:54.171Z | Compiling anstyle-parse v1.0.0 |
| 1382 | 2026-03-30T12:06:54.218Z | Compiling form_urlencoded v1.2.2 |
| 1383 | 2026-03-30T12:06:54.411Z | Compiling wyz v0.5.1 |
| 1384 | 2026-03-30T12:06:54.508Z | Compiling foreign-types v0.5.0 |
| 1385 | 2026-03-30T12:06:54.648Z | Compiling cargo_metadata v0.23.1 |
| 1386 | 2026-03-30T12:06:54.658Z | Compiling rand_chacha v0.9.0 |
| 1387 | 2026-03-30T12:06:55.216Z | Compiling crossbeam-channel v0.5.15 |
| 1388 | 2026-03-30T12:06:55.869Z | Compiling regex-automata v0.4.14 |
| 1389 | 2026-03-30T12:06:55.915Z | Compiling idna_adapter v1.2.1 |
| 1390 | 2026-03-30T12:06:57.436Z | Compiling hyper-util v0.1.20 |
| 1391 | 2026-03-30T12:06:59.314Z | Compiling itertools v0.12.1 |
| 1392 | 2026-03-30T12:06:59.684Z | Compiling slog-scope v4.4.1 |
| 1393 | 2026-03-30T12:07:00.118Z | Compiling usdt-macro v0.5.0 |
| 1394 | 2026-03-30T12:07:00.198Z | Compiling usdt-attr-macro v0.5.0 |
| 1395 | 2026-03-30T12:07:00.679Z | Compiling num-rational v0.4.2 |
| 1396 | 2026-03-30T12:07:00.780Z | Compiling tokio-util v0.7.18 |
| 1397 | 2026-03-30T12:07:00.808Z | Compiling ed25519 v2.2.3 |
| 1398 | 2026-03-30T12:07:00.946Z | Compiling num-complex v0.4.6 |
| 1399 | 2026-03-30T12:07:01.362Z | Compiling async-trait v0.1.89 |
| 1400 | 2026-03-30T12:07:01.400Z | Compiling pkcs1 v0.7.5 |
| 1401 | 2026-03-30T12:07:01.463Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1402 | 2026-03-30T12:07:01.558Z | Compiling memmap v0.7.0 |
| 1403 | 2026-03-30T12:07:01.782Z | Compiling is-terminal v0.4.17 |
| 1404 | 2026-03-30T12:07:01.877Z | Compiling cstr-argument v0.1.2 |
| 1405 | 2026-03-30T12:07:01.934Z | Compiling utf8_iter v1.0.4 |
| 1406 | 2026-03-30T12:07:01.957Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#d9645f8d) |
| 1407 | 2026-03-30T12:07:02.036Z | Compiling base64 v0.22.1 |
| 1408 | 2026-03-30T12:07:02.097Z | Compiling take_mut v0.2.2 |
| 1409 | 2026-03-30T12:07:02.190Z | Compiling openssl-probe v0.2.1 |
| 1410 | 2026-03-30T12:07:02.207Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
| 1411 | 2026-03-30T12:07:02.318Z | Compiling anstyle v1.0.14 |
| 1412 | 2026-03-30T12:07:02.436Z | Compiling hashbrown v0.12.3 |
| 1413 | 2026-03-30T12:07:02.439Z | Compiling crc32fast v1.5.0 |
| 1414 | 2026-03-30T12:07:02.526Z | Compiling sync_wrapper v1.0.2 |
| 1415 | 2026-03-30T12:07:02.586Z | Compiling term v1.2.1 |
| 1416 | 2026-03-30T12:07:02.619Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#81c947bc) |
| 1417 | 2026-03-30T12:07:02.734Z | Compiling funty v2.0.0 |
| 1418 | 2026-03-30T12:07:02.852Z | Compiling rustix v1.1.4 |
| 1419 | 2026-03-30T12:07:02.938Z | Compiling colorchoice v1.0.4 |
| 1420 | 2026-03-30T12:07:02.991Z | Compiling tower-layer v0.3.3 |
| 1421 | 2026-03-30T12:07:03.053Z | Compiling os_str_bytes v6.6.1 |
| 1422 | 2026-03-30T12:07:03.213Z | Compiling anstyle-query v1.1.5 |
| 1423 | 2026-03-30T12:07:03.213Z | Compiling portable-atomic v1.13.1 |
| 1424 | 2026-03-30T12:07:03.316Z | Compiling is_terminal_polyfill v1.70.2 |
| 1425 | 2026-03-30T12:07:03.347Z | Compiling clap_lex v0.2.4 |
| 1426 | 2026-03-30T12:07:03.406Z | Compiling anstream v1.0.0 |
| 1427 | 2026-03-30T12:07:03.714Z | Compiling tower v0.5.3 |
| 1428 | 2026-03-30T12:07:03.791Z | Compiling bitvec v1.0.1 |
| 1429 | 2026-03-30T12:07:03.913Z | Compiling slog-term v2.9.2 |
| 1430 | 2026-03-30T12:07:04.441Z | Compiling rustls-native-certs v0.8.3 |
| 1431 | 2026-03-30T12:07:04.481Z | Compiling pem v3.0.6 |
| 1432 | 2026-03-30T12:07:05.184Z | Compiling idna v1.1.0 |
| 1433 | 2026-03-30T12:07:05.222Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1434 | 2026-03-30T12:07:05.318Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1435 | 2026-03-30T12:07:05.442Z | Compiling usdt v0.5.0 |
| 1436 | 2026-03-30T12:07:05.634Z | Compiling rsa v0.9.10 |
| 1437 | 2026-03-30T12:07:05.910Z | Compiling num v0.4.3 |
| 1438 | 2026-03-30T12:07:05.946Z | Compiling ed25519-dalek v2.2.0 |
| 1439 | 2026-03-30T12:07:05.983Z | Compiling tokio-rustls v0.26.4 |
| 1440 | 2026-03-30T12:07:06.095Z | Compiling slog-stdlog v4.1.1 |
| 1441 | 2026-03-30T12:07:06.271Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 1442 | 2026-03-30T12:07:06.445Z | Compiling regex v1.12.3 |
| 1443 | 2026-03-30T12:07:06.486Z | Compiling octocrab v0.49.7 |
| 1444 | 2026-03-30T12:07:06.539Z | Compiling rand v0.9.2 |
| 1445 | 2026-03-30T12:07:07.191Z | Compiling p256 v0.13.2 |
| 1446 | 2026-03-30T12:07:07.257Z | Compiling p384 v0.13.1 |
| 1447 | 2026-03-30T12:07:07.290Z | Compiling snafu-derive v0.8.9 |
| 1448 | 2026-03-30T12:07:07.835Z | Compiling simple_asn1 v0.6.4 |
| 1449 | 2026-03-30T12:07:08.111Z | Compiling futures-executor v0.3.32 |
| 1450 | 2026-03-30T12:07:08.130Z | Compiling clap_derive v3.2.25 |
| 1451 | 2026-03-30T12:07:08.296Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 1452 | 2026-03-30T12:07:08.642Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1453 | 2026-03-30T12:07:08.897Z | Compiling pin-project-internal v1.1.10 |
| 1454 | 2026-03-30T12:07:08.999Z | Compiling serde_repr v0.1.20 |
| 1455 | 2026-03-30T12:07:09.038Z | Compiling num-derive v0.3.3 |
| 1456 | 2026-03-30T12:07:09.363Z | Compiling atty v0.2.14 |
| 1457 | 2026-03-30T12:07:09.473Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
| 1458 | 2026-03-30T12:07:09.611Z | Compiling oxnet v0.1.4 |
| 1459 | 2026-03-30T12:07:09.650Z | Compiling ryu v1.0.23 |
| 1460 | 2026-03-30T12:07:09.708Z | Compiling clap_lex v1.0.0 |
| 1461 | 2026-03-30T12:07:09.822Z | Compiling textwrap v0.16.2 |
| 1462 | 2026-03-30T12:07:09.930Z | Compiling adler2 v2.0.1 |
| 1463 | 2026-03-30T12:07:09.938Z | Compiling iri-string v0.7.10 |
| 1464 | 2026-03-30T12:07:09.969Z | Compiling curl v0.4.49 |
| 1465 | 2026-03-30T12:07:09.996Z | Compiling unicode-width v0.2.2 |
| 1466 | 2026-03-30T12:07:10.084Z | Compiling strsim v0.11.1 |
| 1467 | 2026-03-30T12:07:10.219Z | Compiling termcolor v1.4.1 |
| 1468 | 2026-03-30T12:07:10.296Z | Compiling colored v3.1.1 |
| 1469 | 2026-03-30T12:07:10.403Z | Compiling simd-adler32 v0.3.8 |
| 1470 | 2026-03-30T12:07:10.692Z | Compiling strsim v0.10.0 |
| 1471 | 2026-03-30T12:07:10.896Z | Compiling bitflags v1.3.2 |
| 1472 | 2026-03-30T12:07:10.939Z | Compiling miniz_oxide v0.8.9 |
| 1473 | 2026-03-30T12:07:10.966Z | Compiling clap v3.2.25 |
| 1474 | 2026-03-30T12:07:11.291Z | Compiling tower-http v0.6.8 |
| 1475 | 2026-03-30T12:07:11.533Z | Compiling clap_builder v4.6.0 |
| 1476 | 2026-03-30T12:07:12.374Z | Compiling console v0.16.2 |
| 1477 | 2026-03-30T12:07:12.393Z | Compiling pin-project v1.1.10 |
| 1478 | 2026-03-30T12:07:12.491Z | Compiling libscf-sys v1.1.0 |
| 1479 | 2026-03-30T12:07:12.624Z | Compiling serde_urlencoded v0.7.1 |
| 1480 | 2026-03-30T12:07:12.681Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#04fb133a) |
| 1481 | 2026-03-30T12:07:12.901Z | Compiling snafu v0.8.9 |
| 1482 | 2026-03-30T12:07:13.414Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 1483 | 2026-03-30T12:07:13.536Z | Compiling futures v0.3.32 |
| 1484 | 2026-03-30T12:07:13.668Z | Compiling jsonwebtoken v10.3.0 |
| 1485 | 2026-03-30T12:07:13.770Z | Compiling slog-envlogger v2.2.0 |
| 1486 | 2026-03-30T12:07:15.106Z | Compiling hyper-rustls v0.27.7 |
| 1487 | 2026-03-30T12:07:15.118Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#a1840304) |
| 1488 | 2026-03-30T12:07:15.139Z | Compiling url v2.5.8 |
| 1489 | 2026-03-30T12:07:17.050Z | Compiling hyper-timeout v0.5.2 |
| 1490 | 2026-03-30T12:07:17.593Z | Compiling clap_derive v4.6.0 |
| 1491 | 2026-03-30T12:07:17.631Z | Compiling http-body-util v0.1.3 |
| 1492 | 2026-03-30T12:07:17.646Z | Compiling zone_cfg_derive v0.3.1 |
| 1493 | 2026-03-30T12:07:17.842Z | Compiling async-recursion v0.3.2 |
| 1494 | 2026-03-30T12:07:17.904Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 1495 | 2026-03-30T12:07:18.319Z | Compiling serde_spanned v1.0.4 |
| 1496 | 2026-03-30T12:07:18.325Z | Compiling serde_path_to_error v0.1.20 |
| 1497 | 2026-03-30T12:07:18.405Z | Compiling filetime v0.2.27 |
| 1498 | 2026-03-30T12:07:18.459Z | Compiling secrecy v0.10.3 |
| 1499 | 2026-03-30T12:07:18.582Z | Compiling openssl-probe v0.1.6 |
| 1500 | 2026-03-30T12:07:18.601Z | Compiling xattr v1.6.1 |
| 1501 | 2026-03-30T12:07:18.613Z | Compiling hex v0.4.3 |
| 1502 | 2026-03-30T12:07:18.756Z | Compiling web-time v1.1.0 |
| 1503 | 2026-03-30T12:07:18.787Z | Compiling unit-prefix v0.5.2 |
| 1504 | 2026-03-30T12:07:18.828Z | Compiling fastrand v2.3.0 |
| 1505 | 2026-03-30T12:07:18.843Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 1506 | 2026-03-30T12:07:18.906Z | Compiling indicatif v0.18.4 |
| 1507 | 2026-03-30T12:07:18.934Z | Compiling sha256 v1.6.0 |
| 1508 | 2026-03-30T12:07:19.101Z | Compiling toml v1.0.6+spec-1.1.0 |
| 1509 | 2026-03-30T12:07:19.158Z | Compiling tempfile v3.27.0 |
| 1510 | 2026-03-30T12:07:19.296Z | Compiling clap v4.6.0 |
| 1511 | 2026-03-30T12:07:19.375Z | Compiling tar v0.4.45 |
| 1512 | 2026-03-30T12:07:21.954Z | Compiling p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#04fb133a) |
| 1513 | 2026-03-30T12:07:21.970Z | Compiling zone v0.3.1 |
| 1514 | 2026-03-30T12:07:21.986Z | Compiling flate2 v1.1.9 |
| 1515 | 2026-03-30T12:07:22.000Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#d9645f8d) |
| 1516 | 2026-03-30T12:07:22.249Z | Compiling softnpu v0.2.0 (/work/oxidecomputer/softnpu/lib) |
| 1517 | 2026-03-30T12:07:22.270Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon#d809e81e) |
| 1518 | 2026-03-30T12:07:22.579Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1519 | 2026-03-30T12:07:23.310Z | Compiling libloading v0.8.9 |
| 1520 | 2026-03-30T12:07:23.467Z | Compiling fs_extra v1.3.0 |
| 1521 | 2026-03-30T12:07:33.586Z | Compiling softnpu-client v0.1.0 (/work/oxidecomputer/softnpu/client) |
| 1522 | 2026-03-30T12:07:56.654Z | Finished `release` profile [optimized] target(s) in 1m 26s |
| 1523 | 2026-03-30T12:07:56.713Z | |
| 1524 | 2026-03-30T12:07:56.717Z | real 1:26.191753267 |
| 1525 | 2026-03-30T12:07:56.717Z | user 7:34.835900703 |
| 1526 | 2026-03-30T12:07:56.717Z | sys 46.341722479 |
| 1527 | 2026-03-30T12:07:56.717Z | trap 0.256277231 |
| 1528 | 2026-03-30T12:07:56.717Z | tflt 0.535036869 |
| 1529 | 2026-03-30T12:07:56.717Z | dflt 0.512904898 |
| 1530 | 2026-03-30T12:07:56.717Z | kflt 0.000034264 |
| 1531 | 2026-03-30T12:07:56.717Z | lock 22:48.556443858 |
| 1532 | 2026-03-30T12:07:56.717Z | slp 27:45.409725214 |
| 1533 | 2026-03-30T12:07:56.717Z | lat 29.237828322 |
| 1534 | 2026-03-30T12:07:56.717Z | stop 35.133848204 |
| 1535 | 2026-03-30T12:07:56.717Z | + for x in debug release |
| 1536 | 2026-03-30T12:07:56.717Z | + mkdir -p /work/debug |
| 1537 | 2026-03-30T12:07:56.717Z | + cp target/debug/softnpu /work/debug/ |
| 1538 | 2026-03-30T12:07:56.793Z | + cp target/debug/npuzone /work/debug/ |
| 1539 | 2026-03-30T12:07:56.941Z | + cp target/debug/npuvm /work/debug/ |
| 1540 | 2026-03-30T12:07:57.085Z | + digest -a sha256 /work/debug/softnpu |
| 1541 | 2026-03-30T12:07:57.144Z | + digest -a sha256 /work/debug/npuzone |
| 1542 | 2026-03-30T12:07:57.249Z | + digest -a sha256 /work/debug/npuvm |
| 1543 | 2026-03-30T12:07:57.348Z | + for x in debug release |
| 1544 | 2026-03-30T12:07:57.348Z | + mkdir -p /work/release |
| 1545 | 2026-03-30T12:07:57.351Z | + cp target/release/softnpu /work/release/ |
| 1546 | 2026-03-30T12:07:57.364Z | + cp target/release/npuzone /work/release/ |
| 1547 | 2026-03-30T12:07:57.387Z | + cp target/release/npuvm /work/release/ |
| 1548 | 2026-03-30T12:07:57.410Z | + digest -a sha256 /work/release/softnpu |
| 1549 | 2026-03-30T12:07:57.423Z | + digest -a sha256 /work/release/npuzone |
| 1550 | 2026-03-30T12:07:57.442Z | + digest -a sha256 /work/release/npuvm |
| 1551 | 2026-03-30T12:07:57.461Z | process exited: duration 190276 ms, exit code 0 |
| |
| 1552 | 2026-03-30T12:07:57.473Z | found 12 output files |
| 1553 | 2026-03-30T12:07:57.473Z | uploading: /work/debug/npuvm (189314920 bytes) |
| 1554 | 2026-03-30T12:07:59.491Z | uploaded: /work/debug/npuvm |
| 1555 | 2026-03-30T12:07:59.491Z | uploading: /work/debug/npuvm.sha256.txt (65 bytes) |
| 1556 | 2026-03-30T12:08:00.511Z | uploaded: /work/debug/npuvm.sha256.txt |
| 1557 | 2026-03-30T12:08:00.511Z | uploading: /work/debug/npuzone (195882000 bytes) |
| 1558 | 2026-03-30T12:08:02.563Z | uploaded: /work/debug/npuzone |
| 1559 | 2026-03-30T12:08:02.567Z | uploading: /work/debug/npuzone.sha256.txt (65 bytes) |
| 1560 | 2026-03-30T12:08:03.574Z | uploaded: /work/debug/npuzone.sha256.txt |
| 1561 | 2026-03-30T12:08:03.578Z | uploading: /work/debug/softnpu (102513256 bytes) |
| 1562 | 2026-03-30T12:08:05.237Z | uploaded: /work/debug/softnpu |
| 1563 | 2026-03-30T12:08:05.242Z | uploading: /work/debug/softnpu.sha256.txt (65 bytes) |
| 1564 | 2026-03-30T12:08:06.249Z | uploaded: /work/debug/softnpu.sha256.txt |
| 1565 | 2026-03-30T12:08:06.249Z | uploading: /work/release/npuvm (27068328 bytes) |
| 1566 | 2026-03-30T12:08:07.431Z | uploaded: /work/release/npuvm |
| 1567 | 2026-03-30T12:08:07.434Z | uploading: /work/release/npuvm.sha256.txt (65 bytes) |
| 1568 | 2026-03-30T12:08:08.441Z | uploaded: /work/release/npuvm.sha256.txt |
| 1569 | 2026-03-30T12:08:08.444Z | uploading: /work/release/npuzone (27695888 bytes) |
| 1570 | 2026-03-30T12:08:09.600Z | uploaded: /work/release/npuzone |
| 1571 | 2026-03-30T12:08:09.604Z | uploading: /work/release/npuzone.sha256.txt (65 bytes) |
| 1572 | 2026-03-30T12:08:10.610Z | uploaded: /work/release/npuzone.sha256.txt |
| 1573 | 2026-03-30T12:08:10.614Z | uploading: /work/release/softnpu (15671224 bytes) |
| 1574 | 2026-03-30T12:08:11.706Z | uploaded: /work/release/softnpu |
| 1575 | 2026-03-30T12:08:11.709Z | uploading: /work/release/softnpu.sha256.txt (65 bytes) |
| 1576 | 2026-03-30T12:08:12.717Z | uploaded: /work/release/softnpu.sha256.txt |