|
|
|
| 1 | 2026-05-21T00:29:02.335Z | job assigned to worker 01KS3YXSTN1N766W4Z6T29W5RV [factory aws, i-0409c1f8323aeda4e] (queued for 48 s) |
| |
| 2 | 2026-05-21T00:29:08.874Z | starting task 0: "setup" |
| 3 | 2026-05-21T00:29:08.878Z | ++ uname -s |
| 4 | 2026-05-21T00:29:08.882Z | + kern=SunOS |
| 5 | 2026-05-21T00:29:08.882Z | + build_user=build |
| 6 | 2026-05-21T00:29:08.882Z | + build_uid=12345 |
| 7 | 2026-05-21T00:29:08.882Z | + work_dir=/work |
| 8 | 2026-05-21T00:29:08.882Z | + input_dir=/input |
| 9 | 2026-05-21T00:29:08.882Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-21T00:29:08.882Z | + case "$kern" in |
| 11 | 2026-05-21T00:29:08.882Z | + groupadd -g 12345 build |
| 12 | 2026-05-21T00:29:08.882Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-21T00:29:10.889Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-21T00:29:10.985Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-21T00:29:10.988Z | + home_fs=zfs |
| 16 | 2026-05-21T00:29:10.988Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-21T00:29:10.988Z | + mkdir -p /home/build |
| 18 | 2026-05-21T00:29:10.988Z | + chown build:build /home/build /work |
| 19 | 2026-05-21T00:29:12.990Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-21T00:29:12.993Z | process exited: duration 4119 ms, exit code 0 |
| |
| 21 | 2026-05-21T00:29:13.001Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-21T00:29:13.004Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-05-21T00:29:13.004Z | * rust toolchain channel = "stable" |
| 24 | 2026-05-21T00:29:13.004Z | * rust toolchain profile = "default" |
| 25 | 2026-05-21T00:29:13.004Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-21T00:29:13.004Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-21T00:29:13.004Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-21T00:29:13.007Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-21T00:29:13.007Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-05-21T00:29:13.125Z | info: downloading installer |
| 31 | 2026-05-21T00:29:14.615Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-05-21T00:29:14.615Z | warn: /opt/ooce/bin |
| 33 | 2026-05-21T00:29:14.615Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-05-21T00:29:14.615Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-05-21T00:29:14.615Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-05-21T00:29:14.615Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-05-21T00:29:14.615Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-05-21T00:29:14.615Z | error: cannot install while Rust is installed |
| 39 | 2026-05-21T00:29:14.615Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-05-21T00:29:14.615Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-05-21T00:29:14.615Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-05-21T00:29:14.615Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-05-21T00:29:14.615Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-05-21T00:29:14.649Z | info: profile set to default |
| 45 | 2026-05-21T00:29:14.650Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-05-21T00:29:14.652Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 47 | 2026-05-21T00:29:14.783Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 48 | 2026-05-21T00:29:14.786Z | info: downloading 6 components |
| 49 | 2026-05-21T00:29:29.789Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 50 | 2026-05-21T00:29:29.789Z | |
| 51 | 2026-05-21T00:29:29.820Z | stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 52 | 2026-05-21T00:29:29.820Z | |
| 53 | 2026-05-21T00:29:29.820Z | |
| 54 | 2026-05-21T00:29:29.820Z | Rust is installed now. Great! |
| 55 | 2026-05-21T00:29:29.820Z | |
| 56 | 2026-05-21T00:29:29.820Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-05-21T00:29:29.820Z | environment variable. This has not been done automatically. |
| 58 | 2026-05-21T00:29:29.820Z | |
| 59 | 2026-05-21T00:29:29.820Z | To configure your current shell, you need to source |
| 60 | 2026-05-21T00:29:29.820Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-05-21T00:29:29.820Z | |
| 62 | 2026-05-21T00:29:29.820Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-05-21T00:29:29.820Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-05-21T00:29:29.820Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-05-21T00:29:29.820Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-05-21T00:29:29.820Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-05-21T00:29:29.820Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-05-21T00:29:29.820Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-05-21T00:29:29.823Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-05-21T00:29:29.823Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-05-21T00:29:29.902Z | + rustup --version |
| 72 | 2026-05-21T00:29:29.911Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-05-21T00:29:29.914Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-05-21T00:29:29.932Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 75 | 2026-05-21T00:29:29.936Z | + cargo --version |
| 76 | 2026-05-21T00:29:29.949Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 77 | 2026-05-21T00:29:29.952Z | + rustc --version |
| 78 | 2026-05-21T00:29:29.970Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 79 | 2026-05-21T00:29:29.973Z | process exited: duration 16969 ms, exit code 0 |
| |
| 80 | 2026-05-21T00:29:29.979Z | starting task 2: "authentication" |
| 81 | 2026-05-21T00:29:29.995Z | process exited: duration 15 ms, exit code 0 |
| |
| 82 | 2026-05-21T00:29:30.001Z | starting task 3: "clone repository" |
| 83 | 2026-05-21T00:29:30.004Z | + mkdir -p /work/oxidecomputer/lldp |
| 84 | 2026-05-21T00:29:30.010Z | + git clone https://github.com/oxidecomputer/lldp /work/oxidecomputer/lldp |
| 85 | 2026-05-21T00:29:30.155Z | Cloning into '/work/oxidecomputer/lldp'... |
| 86 | 2026-05-21T00:29:30.681Z | + cd /work/oxidecomputer/lldp |
| 87 | 2026-05-21T00:29:30.681Z | + git fetch origin 758a49cd9a1251a3081142789826782b24d043d8 |
| 88 | 2026-05-21T00:29:30.916Z | From https://github.com/oxidecomputer/lldp |
| 89 | 2026-05-21T00:29:30.916Z | * branch 758a49cd9a1251a3081142789826782b24d043d8 -> FETCH_HEAD |
| 90 | 2026-05-21T00:29:30.921Z | + [[ -n sunshowers/spr/update-dropshot-dropshot-api-manager ]] |
| 91 | 2026-05-21T00:29:30.923Z | ++ git branch --show-current |
| 92 | 2026-05-21T00:29:30.926Z | + current=main |
| 93 | 2026-05-21T00:29:30.926Z | + [[ main != sunshowers/spr/update-dropshot-dropshot-api-manager ]] |
| 94 | 2026-05-21T00:29:30.926Z | + git branch -f sunshowers/spr/update-dropshot-dropshot-api-manager 758a49cd9a1251a3081142789826782b24d043d8 |
| 95 | 2026-05-21T00:29:30.927Z | + git checkout -f sunshowers/spr/update-dropshot-dropshot-api-manager |
| 96 | 2026-05-21T00:29:30.932Z | Switched to branch 'sunshowers/spr/update-dropshot-dropshot-api-manager' |
| 97 | 2026-05-21T00:29:30.935Z | + git reset --hard 758a49cd9a1251a3081142789826782b24d043d8 |
| 98 | 2026-05-21T00:29:30.938Z | HEAD is now at 758a49c fix build |
| 99 | 2026-05-21T00:29:30.940Z | process exited: duration 936 ms, exit code 0 |
| |
| 100 | 2026-05-21T00:29:30.948Z | starting task 4: "build" |
| 101 | 2026-05-21T00:29:30.950Z | + rustup show active-toolchain |
| 102 | 2026-05-21T00:29:30.955Z | info: syncing channel updates for 1.93.1-x86_64-unknown-illumos |
| 103 | 2026-05-21T00:29:31.092Z | info: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11) |
| 104 | 2026-05-21T00:29:31.095Z | info: downloading 6 components |
| 105 | 2026-05-21T00:29:46.792Z | 1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/lldp/rust-toolchain.toml') |
| 106 | 2026-05-21T00:29:46.871Z | + banner clippy |
| 107 | 2026-05-21T00:29:46.874Z | |
| 108 | 2026-05-21T00:29:46.874Z | #### # # ##### ##### # # |
| 109 | 2026-05-21T00:29:46.874Z | # # # # # # # # # # |
| 110 | 2026-05-21T00:29:46.874Z | # # # # # # # # |
| 111 | 2026-05-21T00:29:46.874Z | # # # ##### ##### # |
| 112 | 2026-05-21T00:29:46.874Z | # # # # # # # |
| 113 | 2026-05-21T00:29:46.874Z | #### ###### # # # # |
| 114 | 2026-05-21T00:29:46.874Z | |
| 115 | 2026-05-21T00:29:46.874Z | + for feat in smf dendrite |
| 116 | 2026-05-21T00:29:46.874Z | + cargo clippy --features smf -- --deny warnings |
| 117 | 2026-05-21T00:29:47.013Z | Updating crates.io index |
| 118 | 2026-05-21T00:29:47.016Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 119 | 2026-05-21T00:29:47.643Z | From https://github.com/oxidecomputer/dendrite |
| 120 | 2026-05-21T00:29:47.643Z | * [new ref] d6f5da946a03a8e1ed1e6a81ca7df6bbf7f33d8d -> refs/commit/d6f5da946a03a8e1ed1e6a81ca7df6bbf7f33d8d |
| 121 | 2026-05-21T00:29:47.706Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 122 | 2026-05-21T00:29:54.138Z | From https://github.com/oxidecomputer/omicron |
| 123 | 2026-05-21T00:29:54.138Z | * [new ref] 5552f18cad0b50d5ce8d99a688a5fd23c2d5f030 -> refs/commit/5552f18cad0b50d5ce8d99a688a5fd23c2d5f030 |
| 124 | 2026-05-21T00:29:54.892Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 125 | 2026-05-21T00:29:55.176Z | From https://github.com/illumos/smf-rs |
| 126 | 2026-05-21T00:29:55.176Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
| 127 | 2026-05-21T00:29:55.183Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 128 | 2026-05-21T00:29:55.430Z | From https://github.com/oxidecomputer/dlpi-sys |
| 129 | 2026-05-21T00:29:55.430Z | * [new ref] 8e2d840d6c0b41f3bd0066690e8d9cc8163a679f -> refs/commit/8e2d840d6c0b41f3bd0066690e8d9cc8163a679f |
| 130 | 2026-05-21T00:29:55.796Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 131 | 2026-05-21T00:29:56.256Z | From https://github.com/oxidecomputer/transceiver-control |
| 132 | 2026-05-21T00:29:56.256Z | * [new ref] be885b28778b5efeb85c428bec9663c8c9b6a787 -> refs/commit/be885b28778b5efeb85c428bec9663c8c9b6a787 |
| 133 | 2026-05-21T00:29:56.308Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 134 | 2026-05-21T00:29:56.751Z | From https://github.com/oxidecomputer/management-gateway-service |
| 135 | 2026-05-21T00:29:56.751Z | * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a |
| 136 | 2026-05-21T00:29:56.906Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 137 | 2026-05-21T00:29:57.210Z | From https://github.com/oxidecomputer/lldp |
| 138 | 2026-05-21T00:29:57.210Z | * [new ref] 4c9df170cdfdeead0896e35f20a560f2102ed907 -> refs/commit/4c9df170cdfdeead0896e35f20a560f2102ed907 |
| 139 | 2026-05-21T00:29:57.228Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 140 | 2026-05-21T00:29:57.726Z | From https://github.com/oxidecomputer/maghemite |
| 141 | 2026-05-21T00:29:57.726Z | * [new ref] 8f5527da3c53398c95c50b1af088637e7b6c5718 -> refs/commit/8f5527da3c53398c95c50b1af088637e7b6c5718 |
| 142 | 2026-05-21T00:29:57.756Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 143 | 2026-05-21T00:29:58.016Z | From https://github.com/oxidecomputer/serde_human_bytes |
| 144 | 2026-05-21T00:29:58.016Z | * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322 |
| 145 | 2026-05-21T00:29:58.039Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 146 | 2026-05-21T00:29:58.304Z | From https://github.com/oxidecomputer/slog-error-chain |
| 147 | 2026-05-21T00:29:58.304Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 148 | 2026-05-21T00:29:58.381Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 149 | 2026-05-21T00:29:58.688Z | From https://github.com/oxidecomputer/tufaceous |
| 150 | 2026-05-21T00:29:58.688Z | * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465 |
| 151 | 2026-05-21T00:30:00.852Z | Downloading crates ... |
| 152 | 2026-05-21T00:30:00.904Z | Downloaded bytecount v0.6.9 |
| 153 | 2026-05-21T00:30:00.907Z | Downloaded anstream v0.6.20 |
| 154 | 2026-05-21T00:30:00.916Z | Downloaded futures-macro v0.3.32 |
| 155 | 2026-05-21T00:30:00.919Z | Downloaded anstyle-query v1.1.4 |
| 156 | 2026-05-21T00:30:00.923Z | Downloaded idna_adapter v1.2.1 |
| 157 | 2026-05-21T00:30:00.926Z | Downloaded libloading v0.8.8 |
| 158 | 2026-05-21T00:30:00.930Z | Downloaded instant v0.1.13 |
| 159 | 2026-05-21T00:30:00.934Z | Downloaded memoffset v0.9.1 |
| 160 | 2026-05-21T00:30:00.934Z | Downloaded num_threads v0.1.7 |
| 161 | 2026-05-21T00:30:00.937Z | Downloaded http-body v1.0.1 |
| 162 | 2026-05-21T00:30:00.937Z | Downloaded hostname v0.4.2 |
| 163 | 2026-05-21T00:30:00.940Z | Downloaded newtype_derive v0.1.6 |
| 164 | 2026-05-21T00:30:00.940Z | Downloaded jobserver v0.1.33 |
| 165 | 2026-05-21T00:30:00.943Z | Downloaded newtype-uuid-macros v0.1.0 |
| 166 | 2026-05-21T00:30:00.946Z | Downloaded lazycell v1.3.0 |
| 167 | 2026-05-21T00:30:00.948Z | Downloaded num-integer v0.1.46 |
| 168 | 2026-05-21T00:30:00.948Z | Downloaded git-stub-vcs v0.1.0 |
| 169 | 2026-05-21T00:30:00.955Z | Downloaded lazy_static v1.5.0 |
| 170 | 2026-05-21T00:30:00.957Z | Downloaded git-stub v1.0.0 |
| 171 | 2026-05-21T00:30:00.960Z | Downloaded errno v0.3.13 |
| 172 | 2026-05-21T00:30:00.960Z | Downloaded lru-slab v0.1.2 |
| 173 | 2026-05-21T00:30:00.964Z | Downloaded home v0.5.11 |
| 174 | 2026-05-21T00:30:00.964Z | Downloaded iana-time-zone v0.1.63 |
| 175 | 2026-05-21T00:30:00.966Z | Downloaded num v0.4.3 |
| 176 | 2026-05-21T00:30:00.969Z | Downloaded cargo_metadata v0.18.1 |
| 177 | 2026-05-21T00:30:00.969Z | Downloaded adler2 v2.0.1 |
| 178 | 2026-05-21T00:30:00.972Z | Downloaded mime v0.3.17 |
| 179 | 2026-05-21T00:30:00.975Z | Downloaded debug-ignore v1.0.5 |
| 180 | 2026-05-21T00:30:00.975Z | Downloaded filetime v0.2.26 |
| 181 | 2026-05-21T00:30:00.978Z | Downloaded daft-derive v0.1.4 |
| 182 | 2026-05-21T00:30:00.981Z | Downloaded macaddr v1.0.1 |
| 183 | 2026-05-21T00:30:00.984Z | Downloaded match_cfg v0.1.0 |
| 184 | 2026-05-21T00:30:00.984Z | Downloaded fs_extra v1.3.0 |
| 185 | 2026-05-21T00:30:00.987Z | Downloaded fnv v1.0.7 |
| 186 | 2026-05-21T00:30:00.987Z | Downloaded cpufeatures v0.2.17 |
| 187 | 2026-05-21T00:30:00.990Z | Downloaded digest v0.10.7 |
| 188 | 2026-05-21T00:30:00.993Z | Downloaded heck v0.3.3 |
| 189 | 2026-05-21T00:30:00.993Z | Downloaded cfg-if v1.0.3 |
| 190 | 2026-05-21T00:30:00.996Z | Downloaded futures-sink v0.3.32 |
| 191 | 2026-05-21T00:30:00.996Z | Downloaded log v0.4.29 |
| 192 | 2026-05-21T00:30:00.999Z | Downloaded num_enum v0.7.4 |
| 193 | 2026-05-21T00:30:01.002Z | Downloaded dropshot-api-manager v0.7.2 |
| 194 | 2026-05-21T00:30:01.006Z | Downloaded futures-task v0.3.32 |
| 195 | 2026-05-21T00:30:01.008Z | Downloaded futures-core v0.3.32 |
| 196 | 2026-05-21T00:30:01.011Z | Downloaded crypto-common v0.1.6 |
| 197 | 2026-05-21T00:30:01.011Z | Downloaded cfg_aliases v0.2.1 |
| 198 | 2026-05-21T00:30:01.014Z | Downloaded bit-set v0.8.0 |
| 199 | 2026-05-21T00:30:01.014Z | Downloaded generic-array v0.14.7 |
| 200 | 2026-05-21T00:30:01.018Z | Downloaded num-derive v0.3.3 |
| 201 | 2026-05-21T00:30:01.018Z | Downloaded futures-io v0.3.32 |
| 202 | 2026-05-21T00:30:01.021Z | Downloaded clap_lex v0.7.5 |
| 203 | 2026-05-21T00:30:01.021Z | Downloaded memmap2 v0.9.8 |
| 204 | 2026-05-21T00:30:01.025Z | Downloaded deranged v0.4.0 |
| 205 | 2026-05-21T00:30:01.025Z | Downloaded crossbeam-deque v0.8.6 |
| 206 | 2026-05-21T00:30:01.028Z | Downloaded base64 v0.22.1 |
| 207 | 2026-05-21T00:30:01.031Z | Downloaded num-iter v0.1.45 |
| 208 | 2026-05-21T00:30:01.031Z | Downloaded is_terminal_polyfill v1.70.1 |
| 209 | 2026-05-21T00:30:01.034Z | Downloaded is_ci v1.2.0 |
| 210 | 2026-05-21T00:30:01.034Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 211 | 2026-05-21T00:30:01.037Z | Downloaded cargo-platform v0.1.9 |
| 212 | 2026-05-21T00:30:01.037Z | Downloaded colorchoice v1.0.4 |
| 213 | 2026-05-21T00:30:01.039Z | Downloaded omicron-workspace-hack v0.1.0 |
| 214 | 2026-05-21T00:30:01.039Z | Downloaded hex v0.4.3 |
| 215 | 2026-05-21T00:30:01.042Z | Downloaded anstyle-parse v0.2.7 |
| 216 | 2026-05-21T00:30:01.045Z | Downloaded percent-encoding v2.3.2 |
| 217 | 2026-05-21T00:30:01.045Z | Downloaded parse-display v0.10.0 |
| 218 | 2026-05-21T00:30:01.045Z | Downloaded hubpack v0.1.2 |
| 219 | 2026-05-21T00:30:01.048Z | Downloaded itoa v1.0.15 |
| 220 | 2026-05-21T00:30:01.051Z | Downloaded num-rational v0.4.2 |
| 221 | 2026-05-21T00:30:01.051Z | Downloaded futures-executor v0.3.32 |
| 222 | 2026-05-21T00:30:01.054Z | Downloaded num_enum_derive v0.7.4 |
| 223 | 2026-05-21T00:30:01.054Z | Downloaded newtype-uuid v1.3.2 |
| 224 | 2026-05-21T00:30:01.057Z | Downloaded dof v0.4.0 |
| 225 | 2026-05-21T00:30:01.057Z | Downloaded dunce v1.0.5 |
| 226 | 2026-05-21T00:30:01.057Z | Downloaded constant_time_eq v0.3.1 |
| 227 | 2026-05-21T00:30:01.060Z | Downloaded powerfmt v0.2.0 |
| 228 | 2026-05-21T00:30:01.060Z | Downloaded peeking_take_while v0.1.2 |
| 229 | 2026-05-21T00:30:01.063Z | Downloaded dyn-clone v1.0.20 |
| 230 | 2026-05-21T00:30:01.063Z | Downloaded dtrace-parser v0.3.0 |
| 231 | 2026-05-21T00:30:01.066Z | Downloaded proc-macro-crate v3.3.0 |
| 232 | 2026-05-21T00:30:01.066Z | Downloaded lock_api v0.4.13 |
| 233 | 2026-05-21T00:30:01.069Z | Downloaded crc8 v0.1.1 |
| 234 | 2026-05-21T00:30:01.069Z | Downloaded miniz_oxide v0.8.9 |
| 235 | 2026-05-21T00:30:01.072Z | Downloaded multer v3.1.0 |
| 236 | 2026-05-21T00:30:01.074Z | Downloaded num-complex v0.4.6 |
| 237 | 2026-05-21T00:30:01.074Z | Downloaded float-ord v0.3.2 |
| 238 | 2026-05-21T00:30:01.077Z | Downloaded block-buffer v0.10.4 |
| 239 | 2026-05-21T00:30:01.077Z | Downloaded form_urlencoded v1.2.2 |
| 240 | 2026-05-21T00:30:01.080Z | Downloaded equivalent v1.0.2 |
| 241 | 2026-05-21T00:30:01.080Z | Downloaded potential_utf v0.1.2 |
| 242 | 2026-05-21T00:30:01.083Z | Downloaded pin-utils v0.1.0 |
| 243 | 2026-05-21T00:30:01.083Z | Downloaded byteorder v1.5.0 |
| 244 | 2026-05-21T00:30:01.086Z | Downloaded clap_derive v4.5.45 |
| 245 | 2026-05-21T00:30:01.086Z | Downloaded atomic-waker v1.1.2 |
| 246 | 2026-05-21T00:30:01.089Z | Downloaded arrayvec v0.7.6 |
| 247 | 2026-05-21T00:30:01.089Z | Downloaded async-stream-impl v0.3.6 |
| 248 | 2026-05-21T00:30:01.092Z | Downloaded arrayref v0.3.9 |
| 249 | 2026-05-21T00:30:01.092Z | Downloaded darling_macro v0.20.11 |
| 250 | 2026-05-21T00:30:01.095Z | Downloaded progenitor-client v0.11.1 |
| 251 | 2026-05-21T00:30:01.095Z | Downloaded fastrand v2.3.0 |
| 252 | 2026-05-21T00:30:01.098Z | Downloaded num-conv v0.1.0 |
| 253 | 2026-05-21T00:30:01.098Z | Downloaded http-body-util v0.1.3 |
| 254 | 2026-05-21T00:30:01.101Z | Downloaded daft v0.1.4 |
| 255 | 2026-05-21T00:30:01.101Z | Downloaded anyhow v1.0.99 |
| 256 | 2026-05-21T00:30:01.104Z | Downloaded ipnetwork v0.21.1 |
| 257 | 2026-05-21T00:30:01.106Z | Downloaded glob v0.3.3 |
| 258 | 2026-05-21T00:30:01.107Z | Downloaded pretty-hex v0.4.1 |
| 259 | 2026-05-21T00:30:01.109Z | Downloaded progenitor-macro v0.13.0 |
| 260 | 2026-05-21T00:30:01.109Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 261 | 2026-05-21T00:30:01.113Z | Downloaded futures-channel v0.3.32 |
| 262 | 2026-05-21T00:30:01.113Z | Downloaded heck v0.5.0 |
| 263 | 2026-05-21T00:30:01.116Z | Downloaded quick-error v1.2.3 |
| 264 | 2026-05-21T00:30:01.116Z | Downloaded progenitor-macro v0.10.0 |
| 265 | 2026-05-21T00:30:01.116Z | Downloaded progenitor-client v0.10.0 |
| 266 | 2026-05-21T00:30:01.119Z | Downloaded plain v0.2.3 |
| 267 | 2026-05-21T00:30:01.119Z | Downloaded progenitor-macro v0.11.1 |
| 268 | 2026-05-21T00:30:01.119Z | Downloaded parse-display-derive v0.10.0 |
| 269 | 2026-05-21T00:30:01.122Z | Downloaded oxnet v0.1.4 |
| 270 | 2026-05-21T00:30:01.122Z | Downloaded async-stream v0.3.6 |
| 271 | 2026-05-21T00:30:01.125Z | Downloaded paste v1.0.15 |
| 272 | 2026-05-21T00:30:01.128Z | Downloaded litemap v0.8.0 |
| 273 | 2026-05-21T00:30:01.128Z | Downloaded autocfg v1.5.0 |
| 274 | 2026-05-21T00:30:01.131Z | Downloaded rustc-hash v2.1.1 |
| 275 | 2026-05-21T00:30:01.131Z | Downloaded ref-cast-impl v1.0.24 |
| 276 | 2026-05-21T00:30:01.134Z | Downloaded fs-err v3.1.2 |
| 277 | 2026-05-21T00:30:01.134Z | Downloaded foldhash v0.2.0 |
| 278 | 2026-05-21T00:30:01.137Z | Downloaded compression-codecs v0.4.32 |
| 279 | 2026-05-21T00:30:01.140Z | Downloaded ppv-lite86 v0.2.21 |
| 280 | 2026-05-21T00:30:01.140Z | Downloaded pest_generator v2.8.1 |
| 281 | 2026-05-21T00:30:01.143Z | Downloaded proc-macro-error-attr v1.0.4 |
| 282 | 2026-05-21T00:30:01.143Z | Downloaded crossbeam-epoch v0.9.18 |
| 283 | 2026-05-21T00:30:01.145Z | Downloaded ref-cast v1.0.24 |
| 284 | 2026-05-21T00:30:01.148Z | Downloaded progenitor v0.13.0 |
| 285 | 2026-05-21T00:30:01.148Z | Downloaded owo-colors v4.3.0 |
| 286 | 2026-05-21T00:30:01.151Z | Downloaded dropshot_endpoint v0.17.0 |
| 287 | 2026-05-21T00:30:01.154Z | Downloaded rustc_version v0.1.7 |
| 288 | 2026-05-21T00:30:01.154Z | Downloaded rand_xorshift v0.4.0 |
| 289 | 2026-05-21T00:30:01.154Z | Downloaded getrandom v0.2.16 |
| 290 | 2026-05-21T00:30:01.157Z | Downloaded displaydoc v0.2.5 |
| 291 | 2026-05-21T00:30:01.160Z | Downloaded derive-ex v0.1.8 |
| 292 | 2026-05-21T00:30:01.160Z | Downloaded backoff v0.4.0 |
| 293 | 2026-05-21T00:30:01.163Z | Downloaded ansi_term v0.12.1 |
| 294 | 2026-05-21T00:30:01.165Z | Downloaded rand_chacha v0.3.1 |
| 295 | 2026-05-21T00:30:01.165Z | Downloaded rustc-hash v1.1.0 |
| 296 | 2026-05-21T00:30:01.165Z | Downloaded pkg-config v0.3.32 |
| 297 | 2026-05-21T00:30:01.168Z | Downloaded icu_normalizer v2.0.0 |
| 298 | 2026-05-21T00:30:01.171Z | Downloaded scroll_derive v0.13.1 |
| 299 | 2026-05-21T00:30:01.171Z | Downloaded semver v0.1.20 |
| 300 | 2026-05-21T00:30:01.171Z | Downloaded serde_spanned v0.6.9 |
| 301 | 2026-05-21T00:30:01.174Z | Downloaded scopeguard v1.2.0 |
| 302 | 2026-05-21T00:30:01.174Z | Downloaded hyper-rustls v0.27.7 |
| 303 | 2026-05-21T00:30:01.177Z | Downloaded progenitor v0.10.0 |
| 304 | 2026-05-21T00:30:01.180Z | Downloaded serde-big-array v0.5.1 |
| 305 | 2026-05-21T00:30:01.180Z | Downloaded proc-macro-error2 v2.0.1 |
| 306 | 2026-05-21T00:30:01.183Z | Downloaded darling v0.20.11 |
| 307 | 2026-05-21T00:30:01.186Z | Downloaded serde_repr v0.1.20 |
| 308 | 2026-05-21T00:30:01.189Z | Downloaded crc32fast v1.5.0 |
| 309 | 2026-05-21T00:30:01.189Z | Downloaded pin-project-lite v0.2.16 |
| 310 | 2026-05-21T00:30:01.192Z | Downloaded rustc_version v0.4.1 |
| 311 | 2026-05-21T00:30:01.195Z | Downloaded camino v1.2.2 |
| 312 | 2026-05-21T00:30:01.195Z | Downloaded bit-vec v0.8.0 |
| 313 | 2026-05-21T00:30:01.198Z | Downloaded rand_core v0.9.3 |
| 314 | 2026-05-21T00:30:01.198Z | Downloaded omicron-zone-package v0.11.1 |
| 315 | 2026-05-21T00:30:01.201Z | Downloaded progenitor-client v0.13.0 |
| 316 | 2026-05-21T00:30:01.201Z | Downloaded bytes v1.11.1 |
| 317 | 2026-05-21T00:30:01.204Z | Downloaded async-trait v0.1.89 |
| 318 | 2026-05-21T00:30:01.207Z | Downloaded slog-bunyan v2.5.0 |
| 319 | 2026-05-21T00:30:01.207Z | Downloaded same-file v1.0.6 |
| 320 | 2026-05-21T00:30:01.210Z | Downloaded rusty-fork v0.3.0 |
| 321 | 2026-05-21T00:30:01.210Z | Downloaded rand_core v0.6.4 |
| 322 | 2026-05-21T00:30:01.210Z | Downloaded rand_chacha v0.9.0 |
| 323 | 2026-05-21T00:30:01.213Z | Downloaded memchr v2.7.5 |
| 324 | 2026-05-21T00:30:01.216Z | Downloaded pest_meta v2.8.1 |
| 325 | 2026-05-21T00:30:01.219Z | Downloaded parking_lot_core v0.9.11 |
| 326 | 2026-05-21T00:30:01.219Z | Downloaded papergrid v0.17.0 |
| 327 | 2026-05-21T00:30:01.221Z | Downloaded structmeta v0.3.0 |
| 328 | 2026-05-21T00:30:01.224Z | Downloaded structmeta-derive v0.3.0 |
| 329 | 2026-05-21T00:30:01.224Z | Downloaded spin v0.5.2 |
| 330 | 2026-05-21T00:30:01.224Z | Downloaded strsim v0.8.0 |
| 331 | 2026-05-21T00:30:01.227Z | Downloaded strum v0.26.3 |
| 332 | 2026-05-21T00:30:01.227Z | Downloaded serde_spanned v1.1.1 |
| 333 | 2026-05-21T00:30:01.230Z | Downloaded httparse v1.10.1 |
| 334 | 2026-05-21T00:30:01.230Z | Downloaded sha1 v0.10.6 |
| 335 | 2026-05-21T00:30:01.233Z | Downloaded rustversion v1.0.22 |
| 336 | 2026-05-21T00:30:01.235Z | Downloaded serde_tokenstream v0.2.3 |
| 337 | 2026-05-21T00:30:01.235Z | Downloaded num-traits v0.2.19 |
| 338 | 2026-05-21T00:30:01.238Z | Downloaded icu_provider v2.0.0 |
| 339 | 2026-05-21T00:30:01.238Z | Downloaded futures v0.3.32 |
| 340 | 2026-05-21T00:30:01.241Z | Downloaded schemars_derive v0.8.22 |
| 341 | 2026-05-21T00:30:01.244Z | Downloaded strum v0.27.2 |
| 342 | 2026-05-21T00:30:01.244Z | Downloaded scroll v0.13.0 |
| 343 | 2026-05-21T00:30:01.247Z | Downloaded crossbeam-utils v0.8.21 |
| 344 | 2026-05-21T00:30:01.247Z | Downloaded subtle v2.6.1 |
| 345 | 2026-05-21T00:30:01.250Z | Downloaded supports-color v3.0.2 |
| 346 | 2026-05-21T00:30:01.250Z | Downloaded strsim v0.11.1 |
| 347 | 2026-05-21T00:30:01.250Z | Downloaded clap v4.5.45 |
| 348 | 2026-05-21T00:30:01.255Z | Downloaded stable_deref_trait v1.2.0 |
| 349 | 2026-05-21T00:30:01.258Z | Downloaded quinn-udp v0.5.13 |
| 350 | 2026-05-21T00:30:01.258Z | Downloaded cexpr v0.6.0 |
| 351 | 2026-05-21T00:30:01.261Z | Downloaded sync_wrapper v1.0.2 |
| 352 | 2026-05-21T00:30:01.261Z | Downloaded shlex v1.3.0 |
| 353 | 2026-05-21T00:30:01.261Z | Downloaded terminal_size v0.4.3 |
| 354 | 2026-05-21T00:30:01.263Z | Downloaded testing_table v0.3.0 |
| 355 | 2026-05-21T00:30:01.263Z | Downloaded pest_derive v2.8.1 |
| 356 | 2026-05-21T00:30:01.266Z | Downloaded tabwriter v1.4.1 |
| 357 | 2026-05-21T00:30:01.266Z | Downloaded take_mut v0.2.2 |
| 358 | 2026-05-21T00:30:01.266Z | Downloaded slab v0.4.11 |
| 359 | 2026-05-21T00:30:01.269Z | Downloaded rustls-pemfile v2.2.0 |
| 360 | 2026-05-21T00:30:01.269Z | Downloaded drift v0.2.0 |
| 361 | 2026-05-21T00:30:01.274Z | Downloaded time-core v0.1.4 |
| 362 | 2026-05-21T00:30:01.277Z | Downloaded thread-id v5.0.0 |
| 363 | 2026-05-21T00:30:01.277Z | Downloaded tabled_derive v0.11.0 |
| 364 | 2026-05-21T00:30:01.277Z | Downloaded serde_urlencoded v0.7.1 |
| 365 | 2026-05-21T00:30:01.280Z | Downloaded slog-json v2.6.1 |
| 366 | 2026-05-21T00:30:01.280Z | Downloaded slog-async v2.8.0 |
| 367 | 2026-05-21T00:30:01.283Z | Downloaded icu_normalizer_data v2.0.0 |
| 368 | 2026-05-21T00:30:01.283Z | Downloaded dropshot_endpoint v0.16.6 |
| 369 | 2026-05-21T00:30:01.286Z | Downloaded rustls-native-certs v0.8.3 |
| 370 | 2026-05-21T00:30:01.289Z | Downloaded camino-tempfile v1.4.1 |
| 371 | 2026-05-21T00:30:01.289Z | Downloaded smawk v0.3.2 |
| 372 | 2026-05-21T00:30:01.289Z | Downloaded serde_path_to_error v0.1.20 |
| 373 | 2026-05-21T00:30:01.292Z | Downloaded once_cell v1.21.3 |
| 374 | 2026-05-21T00:30:01.292Z | Downloaded slog-term v2.9.2 |
| 375 | 2026-05-21T00:30:01.296Z | Downloaded serde_derive_internals v0.29.1 |
| 376 | 2026-05-21T00:30:01.296Z | Downloaded find-msvc-tools v0.1.9 |
| 377 | 2026-05-21T00:30:01.296Z | Downloaded clang-sys v1.8.1 |
| 378 | 2026-05-21T00:30:01.299Z | Downloaded bitflags v2.11.0 |
| 379 | 2026-05-21T00:30:01.302Z | Downloaded toml_datetime v0.6.11 |
| 380 | 2026-05-21T00:30:01.302Z | Downloaded allocator-api2 v0.2.21 |
| 381 | 2026-05-21T00:30:01.305Z | Downloaded static_assertions v1.1.0 |
| 382 | 2026-05-21T00:30:01.305Z | Downloaded ryu v1.0.20 |
| 383 | 2026-05-21T00:30:01.309Z | Downloaded sha2 v0.10.9 |
| 384 | 2026-05-21T00:30:01.309Z | Downloaded darling_core v0.20.11 |
| 385 | 2026-05-21T00:30:01.312Z | Downloaded toml_write v0.1.2 |
| 386 | 2026-05-21T00:30:01.312Z | Downloaded getrandom v0.4.2 |
| 387 | 2026-05-21T00:30:01.315Z | Downloaded tinyvec_macros v0.1.1 |
| 388 | 2026-05-21T00:30:01.315Z | Downloaded synstructure v0.13.2 |
| 389 | 2026-05-21T00:30:01.315Z | Downloaded async-compression v0.4.33 |
| 390 | 2026-05-21T00:30:01.321Z | Downloaded topological-sort v0.2.2 |
| 391 | 2026-05-21T00:30:01.325Z | Downloaded strum_macros v0.27.2 |
| 392 | 2026-05-21T00:30:01.325Z | Downloaded strum_macros v0.26.4 |
| 393 | 2026-05-21T00:30:01.325Z | Downloaded serde_with_macros v3.14.0 |
| 394 | 2026-05-21T00:30:01.325Z | Downloaded tower-layer v0.3.3 |
| 395 | 2026-05-21T00:30:01.328Z | Downloaded unicode-linebreak v0.1.5 |
| 396 | 2026-05-21T00:30:01.328Z | Downloaded progenitor-impl v0.11.1 |
| 397 | 2026-05-21T00:30:01.328Z | Downloaded unarray v0.1.4 |
| 398 | 2026-05-21T00:30:01.331Z | Downloaded typify-macro v0.4.3 |
| 399 | 2026-05-21T00:30:01.331Z | Downloaded progenitor-impl v0.13.0 |
| 400 | 2026-05-21T00:30:01.331Z | Downloaded parking_lot v0.12.4 |
| 401 | 2026-05-21T00:30:01.335Z | Downloaded semver v1.0.27 |
| 402 | 2026-05-21T00:30:01.335Z | Downloaded smallvec v1.15.1 |
| 403 | 2026-05-21T00:30:01.338Z | Downloaded textwrap v0.11.0 |
| 404 | 2026-05-21T00:30:01.338Z | Downloaded typify-macro v0.6.1 |
| 405 | 2026-05-21T00:30:01.338Z | Downloaded tower-service v0.3.3 |
| 406 | 2026-05-21T00:30:01.338Z | Downloaded icu_locale_core v2.0.0 |
| 407 | 2026-05-21T00:30:01.341Z | Downloaded utf8_iter v1.0.4 |
| 408 | 2026-05-21T00:30:01.341Z | Downloaded usdt-macro v0.6.0 |
| 409 | 2026-05-21T00:30:01.341Z | Downloaded usdt v0.6.0 |
| 410 | 2026-05-21T00:30:01.344Z | Downloaded waitgroup v0.1.2 |
| 411 | 2026-05-21T00:30:01.344Z | Downloaded cc v1.2.56 |
| 412 | 2026-05-21T00:30:01.344Z | Downloaded untrusted v0.9.0 |
| 413 | 2026-05-21T00:30:01.347Z | Downloaded usdt-attr-macro v0.6.0 |
| 414 | 2026-05-21T00:30:01.347Z | Downloaded thiserror v1.0.69 |
| 415 | 2026-05-21T00:30:01.351Z | Downloaded vec_map v0.8.2 |
| 416 | 2026-05-21T00:30:01.351Z | Downloaded time-macros v0.2.22 |
| 417 | 2026-05-21T00:30:01.354Z | Downloaded untrusted v0.7.1 |
| 418 | 2026-05-21T00:30:01.354Z | Downloaded thiserror v2.0.18 |
| 419 | 2026-05-21T00:30:01.357Z | Downloaded thread_local v1.1.9 |
| 420 | 2026-05-21T00:30:01.357Z | Downloaded tokio-macros v2.6.0 |
| 421 | 2026-05-21T00:30:01.357Z | Downloaded mio v1.0.4 |
| 422 | 2026-05-21T00:30:01.360Z | Downloaded thiserror-impl v1.0.69 |
| 423 | 2026-05-21T00:30:01.363Z | Downloaded which v4.4.2 |
| 424 | 2026-05-21T00:30:01.363Z | Downloaded version_check v0.9.5 |
| 425 | 2026-05-21T00:30:01.363Z | Downloaded zerofrom v0.1.6 |
| 426 | 2026-05-21T00:30:01.366Z | Downloaded want v0.3.1 |
| 427 | 2026-05-21T00:30:01.366Z | Downloaded wait-timeout v0.2.1 |
| 428 | 2026-05-21T00:30:01.366Z | Downloaded tokio-rustls v0.26.2 |
| 429 | 2026-05-21T00:30:01.369Z | Downloaded serde_core v1.0.228 |
| 430 | 2026-05-21T00:30:01.369Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 431 | 2026-05-21T00:30:01.371Z | Downloaded tokio-rustls v0.25.0 |
| 432 | 2026-05-21T00:30:01.371Z | Downloaded icu_collections v2.0.0 |
| 433 | 2026-05-21T00:30:01.374Z | Downloaded schemars v0.8.22 |
| 434 | 2026-05-21T00:30:01.381Z | Downloaded xattr v1.5.1 |
| 435 | 2026-05-21T00:30:01.384Z | Downloaded try-lock v0.2.5 |
| 436 | 2026-05-21T00:30:01.384Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 437 | 2026-05-21T00:30:01.384Z | Downloaded signal-hook-registry v1.4.6 |
| 438 | 2026-05-21T00:30:01.387Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 439 | 2026-05-21T00:30:01.387Z | Downloaded yoke-derive v0.8.0 |
| 440 | 2026-05-21T00:30:01.387Z | Downloaded tempfile v3.21.0 |
| 441 | 2026-05-21T00:30:01.390Z | Downloaded rustls-platform-verifier v0.6.2 |
| 442 | 2026-05-21T00:30:01.392Z | Downloaded progenitor-impl v0.10.0 |
| 443 | 2026-05-21T00:30:01.392Z | Downloaded rustls-pki-types v1.12.0 |
| 444 | 2026-05-21T00:30:01.396Z | Downloaded crossbeam-channel v0.5.15 |
| 445 | 2026-05-21T00:30:01.399Z | Downloaded flate2 v1.1.2 |
| 446 | 2026-05-21T00:30:01.402Z | Downloaded signal-hook v0.3.18 |
| 447 | 2026-05-21T00:30:01.405Z | Downloaded utf8parse v0.2.2 |
| 448 | 2026-05-21T00:30:01.405Z | Downloaded thiserror-impl v2.0.18 |
| 449 | 2026-05-21T00:30:01.405Z | Downloaded term v1.1.0 |
| 450 | 2026-05-21T00:30:01.407Z | Downloaded proc-macro2 v1.0.106 |
| 451 | 2026-05-21T00:30:01.407Z | Downloaded prettyplease v0.2.37 |
| 452 | 2026-05-21T00:30:01.410Z | Downloaded socket2 v0.6.0 |
| 453 | 2026-05-21T00:30:01.413Z | Downloaded futures-util v0.3.32 |
| 454 | 2026-05-21T00:30:01.418Z | Downloaded walkdir v2.5.0 |
| 455 | 2026-05-21T00:30:01.420Z | Downloaded usdt-impl v0.6.0 |
| 456 | 2026-05-21T00:30:01.420Z | Downloaded similar v2.7.0 |
| 457 | 2026-05-21T00:30:01.423Z | Downloaded tinystr v0.8.1 |
| 458 | 2026-05-21T00:30:01.426Z | Downloaded icu_properties_data v2.0.1 |
| 459 | 2026-05-21T00:30:01.430Z | Downloaded structopt-derive v0.4.18 |
| 460 | 2026-05-21T00:30:01.432Z | Downloaded indexmap v2.13.0 |
| 461 | 2026-05-21T00:30:01.435Z | Downloaded serde_derive v1.0.228 |
| 462 | 2026-05-21T00:30:01.435Z | Downloaded writeable v0.6.1 |
| 463 | 2026-05-21T00:30:01.439Z | Downloaded zeroize v1.8.1 |
| 464 | 2026-05-21T00:30:01.439Z | Downloaded zerofrom-derive v0.1.6 |
| 465 | 2026-05-21T00:30:01.439Z | Downloaded yoke v0.8.0 |
| 466 | 2026-05-21T00:30:01.439Z | Downloaded quinn v0.11.8 |
| 467 | 2026-05-21T00:30:01.441Z | Downloaded serde_yaml v0.9.34+deprecated |
| 468 | 2026-05-21T00:30:01.444Z | Downloaded textwrap v0.16.2 |
| 469 | 2026-05-21T00:30:01.447Z | Downloaded rayon-core v1.13.0 |
| 470 | 2026-05-21T00:30:01.447Z | Downloaded zerovec-derive v0.11.1 |
| 471 | 2026-05-21T00:30:01.449Z | Downloaded test-strategy v0.4.3 |
| 472 | 2026-05-21T00:30:01.450Z | Downloaded minimal-lexical v0.2.1 |
| 473 | 2026-05-21T00:30:01.452Z | Downloaded hyper-util v0.1.20 |
| 474 | 2026-05-21T00:30:01.457Z | Downloaded aho-corasick v1.1.3 |
| 475 | 2026-05-21T00:30:01.460Z | Downloaded nom v7.1.3 |
| 476 | 2026-05-21T00:30:01.463Z | Downloaded tinyvec v1.10.0 |
| 477 | 2026-05-21T00:30:01.466Z | Downloaded tar v0.4.44 |
| 478 | 2026-05-21T00:30:01.466Z | Downloaded toml v0.8.23 |
| 479 | 2026-05-21T00:30:01.471Z | Downloaded toml v0.7.8 |
| 480 | 2026-05-21T00:30:01.471Z | Downloaded socket2 v0.5.10 |
| 481 | 2026-05-21T00:30:01.474Z | Downloaded slog v2.8.2 |
| 482 | 2026-05-21T00:30:01.474Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 483 | 2026-05-21T00:30:01.474Z | Downloaded hyper v1.8.1 |
| 484 | 2026-05-21T00:30:01.478Z | Downloaded vergen v8.3.2 |
| 485 | 2026-05-21T00:30:01.481Z | Downloaded toml v0.9.10+spec-1.1.0 |
| 486 | 2026-05-21T00:30:01.484Z | Downloaded structopt v0.3.26 |
| 487 | 2026-05-21T00:30:01.486Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 488 | 2026-05-21T00:30:01.493Z | Downloaded ucd-trie v0.1.7 |
| 489 | 2026-05-21T00:30:01.493Z | Downloaded clap v2.34.0 |
| 490 | 2026-05-21T00:30:01.496Z | Downloaded unicode-ident v1.0.24 |
| 491 | 2026-05-21T00:30:01.496Z | Downloaded typify v0.6.1 |
| 492 | 2026-05-21T00:30:01.499Z | Downloaded typify v0.4.3 |
| 493 | 2026-05-21T00:30:01.499Z | Downloaded uuid v1.23.1 |
| 494 | 2026-05-21T00:30:01.502Z | Downloaded rand v0.9.2 |
| 495 | 2026-05-21T00:30:01.505Z | Downloaded tracing-core v0.1.34 |
| 496 | 2026-05-21T00:30:01.505Z | Downloaded serde v1.0.228 |
| 497 | 2026-05-21T00:30:01.509Z | Downloaded rand v0.8.5 |
| 498 | 2026-05-21T00:30:01.512Z | Downloaded unsafe-libyaml v0.2.11 |
| 499 | 2026-05-21T00:30:01.512Z | Downloaded iri-string v0.7.8 |
| 500 | 2026-05-21T00:30:01.515Z | Downloaded http v0.2.12 |
| 501 | 2026-05-21T00:30:01.518Z | Downloaded rustls-webpki v0.103.4 |
| 502 | 2026-05-21T00:30:01.523Z | Downloaded http v1.4.0 |
| 503 | 2026-05-21T00:30:01.528Z | Downloaded spin v0.9.8 |
| 504 | 2026-05-21T00:30:01.528Z | Downloaded clap_builder v4.5.44 |
| 505 | 2026-05-21T00:30:01.531Z | Downloaded either v1.15.0 |
| 506 | 2026-05-21T00:30:01.531Z | Downloaded getrandom v0.3.3 |
| 507 | 2026-05-21T00:30:01.531Z | Downloaded typenum v1.18.0 |
| 508 | 2026-05-21T00:30:01.534Z | Downloaded colored v3.1.1 |
| 509 | 2026-05-21T00:30:01.534Z | Downloaded quote v1.0.44 |
| 510 | 2026-05-21T00:30:01.534Z | Downloaded zmij v1.0.21 |
| 511 | 2026-05-21T00:30:01.539Z | Downloaded progenitor v0.11.1 |
| 512 | 2026-05-21T00:30:01.539Z | Downloaded ipnet v2.11.0 |
| 513 | 2026-05-21T00:30:01.539Z | Downloaded tracing v0.1.41 |
| 514 | 2026-05-21T00:30:01.542Z | Downloaded icu_properties v2.0.1 |
| 515 | 2026-05-21T00:30:01.545Z | Downloaded proc-macro-error v1.0.4 |
| 516 | 2026-05-21T00:30:01.545Z | Downloaded bitflags v1.3.2 |
| 517 | 2026-05-21T00:30:01.548Z | Downloaded openssl-probe v0.2.1 |
| 518 | 2026-05-21T00:30:01.548Z | Downloaded is-terminal v0.4.16 |
| 519 | 2026-05-21T00:30:01.548Z | Downloaded ident_case v1.0.1 |
| 520 | 2026-05-21T00:30:01.548Z | Downloaded hostname v0.3.1 |
| 521 | 2026-05-21T00:30:01.551Z | Downloaded hashbrown v0.16.1 |
| 522 | 2026-05-21T00:30:01.554Z | Downloaded zerotrie v0.2.2 |
| 523 | 2026-05-21T00:30:01.554Z | Downloaded toml_edit v0.22.27 |
| 524 | 2026-05-21T00:30:01.560Z | Downloaded idna v1.1.0 |
| 525 | 2026-05-21T00:30:01.563Z | Downloaded itertools v0.14.0 |
| 526 | 2026-05-21T00:30:01.566Z | Downloaded erased-serde v0.3.31 |
| 527 | 2026-05-21T00:30:01.566Z | Downloaded libm v0.2.15 |
| 528 | 2026-05-21T00:30:01.571Z | Downloaded url v2.5.6 |
| 529 | 2026-05-21T00:30:01.574Z | Downloaded atty v0.2.14 |
| 530 | 2026-05-21T00:30:01.574Z | Downloaded pest v2.8.1 |
| 531 | 2026-05-21T00:30:01.577Z | Downloaded tower v0.5.2 |
| 532 | 2026-05-21T00:30:01.581Z | Downloaded indent_write v2.2.0 |
| 533 | 2026-05-21T00:30:01.585Z | Downloaded hubpack_derive v0.1.1 |
| 534 | 2026-05-21T00:30:01.585Z | Downloaded httpdate v1.0.3 |
| 535 | 2026-05-21T00:30:01.585Z | Downloaded compression-core v0.4.32 |
| 536 | 2026-05-21T00:30:01.585Z | Downloaded atomicwrites v0.4.4 |
| 537 | 2026-05-21T00:30:01.586Z | Downloaded anstyle v1.0.11 |
| 538 | 2026-05-21T00:30:01.589Z | Downloaded libscf-sys v1.1.0 |
| 539 | 2026-05-21T00:30:01.589Z | Downloaded cmake v0.1.57 |
| 540 | 2026-05-21T00:30:01.589Z | Downloaded iddqd v0.3.17 |
| 541 | 2026-05-21T00:30:01.592Z | Downloaded toml_edit v0.19.15 |
| 542 | 2026-05-21T00:30:01.602Z | Downloaded h2 v0.4.12 |
| 543 | 2026-05-21T00:30:01.611Z | Downloaded reqwest v0.13.2 |
| 544 | 2026-05-21T00:30:01.614Z | Downloaded regex v1.12.3 |
| 545 | 2026-05-21T00:30:01.618Z | Downloaded tokio-util v0.7.16 |
| 546 | 2026-05-21T00:30:01.621Z | Downloaded bindgen v0.64.0 |
| 547 | 2026-05-21T00:30:01.624Z | Downloaded zerocopy-derive v0.8.39 |
| 548 | 2026-05-21T00:30:01.629Z | Downloaded goblin v0.10.2 |
| 549 | 2026-05-21T00:30:01.633Z | Downloaded chrono v0.4.44 |
| 550 | 2026-05-21T00:30:01.636Z | Downloaded unicode-segmentation v1.12.0 |
| 551 | 2026-05-21T00:30:01.639Z | Downloaded time v0.3.41 |
| 552 | 2026-05-21T00:30:01.647Z | Downloaded reqwest v0.12.23 |
| 553 | 2026-05-21T00:30:01.650Z | Downloaded tower-http v0.6.8 |
| 554 | 2026-05-21T00:30:01.654Z | Downloaded aws-lc-rs v1.16.1 |
| 555 | 2026-05-21T00:30:01.659Z | Downloaded zerovec v0.11.4 |
| 556 | 2026-05-21T00:30:01.662Z | Downloaded rayon v1.12.0 |
| 557 | 2026-05-21T00:30:01.667Z | Downloaded git2 v0.19.0 |
| 558 | 2026-05-21T00:30:01.671Z | Downloaded serde_with v3.14.0 |
| 559 | 2026-05-21T00:30:01.677Z | Downloaded winnow v0.5.40 |
| 560 | 2026-05-21T00:30:01.683Z | Downloaded blake3 v1.8.2 |
| 561 | 2026-05-21T00:30:01.688Z | Downloaded rustls-webpki v0.102.8 |
| 562 | 2026-05-21T00:30:01.696Z | Downloaded proptest v1.7.0 |
| 563 | 2026-05-21T00:30:01.701Z | Downloaded winnow v0.7.13 |
| 564 | 2026-05-21T00:30:01.707Z | Downloaded quinn-proto v0.11.12 |
| 565 | 2026-05-21T00:30:01.710Z | Downloaded serde_json v1.0.149 |
| 566 | 2026-05-21T00:30:01.713Z | Downloaded winnow v1.0.3 |
| 567 | 2026-05-21T00:30:01.727Z | Downloaded dropshot v0.16.6 |
| 568 | 2026-05-21T00:30:01.739Z | Downloaded tabled v0.20.0 |
| 569 | 2026-05-21T00:30:01.748Z | Downloaded syn v1.0.109 |
| 570 | 2026-05-21T00:30:01.753Z | Downloaded vcpkg v0.2.15 |
| 571 | 2026-05-21T00:30:01.774Z | Downloaded webpki-roots v1.0.2 |
| 572 | 2026-05-21T00:30:01.784Z | Downloaded nix v0.30.1 |
| 573 | 2026-05-21T00:30:01.790Z | Downloaded zerocopy v0.8.39 |
| 574 | 2026-05-21T00:30:01.801Z | Downloaded unicode-width v0.2.1 |
| 575 | 2026-05-21T00:30:01.804Z | Downloaded unicode-width v0.1.14 |
| 576 | 2026-05-21T00:30:01.806Z | Downloaded syn v2.0.117 |
| 577 | 2026-05-21T00:30:01.812Z | Downloaded bstr v1.12.0 |
| 578 | 2026-05-21T00:30:01.823Z | Downloaded regress v0.10.5 |
| 579 | 2026-05-21T00:30:01.828Z | Downloaded rustls v0.23.31 |
| 580 | 2026-05-21T00:30:01.835Z | Downloaded rustls v0.22.4 |
| 581 | 2026-05-21T00:30:01.841Z | Downloaded regex-syntax v0.8.5 |
| 582 | 2026-05-21T00:30:01.844Z | Downloaded dropshot v0.17.0 |
| 583 | 2026-05-21T00:30:01.858Z | Downloaded rustix v0.38.44 |
| 584 | 2026-05-21T00:30:01.868Z | Downloaded openapiv3 v2.2.0 |
| 585 | 2026-05-21T00:30:01.873Z | Downloaded rustix v1.0.8 |
| 586 | 2026-05-21T00:30:01.886Z | Downloaded typify-impl v0.6.1 |
| 587 | 2026-05-21T00:30:01.900Z | Downloaded typify-impl v0.4.3 |
| 588 | 2026-05-21T00:30:01.921Z | Downloaded regex-automata v0.4.14 |
| 589 | 2026-05-21T00:30:01.934Z | Downloaded libc v0.2.175 |
| 590 | 2026-05-21T00:30:01.946Z | Downloaded libz-sys v1.1.22 |
| 591 | 2026-05-21T00:30:01.983Z | Downloaded tokio v1.50.0 |
| 592 | 2026-05-21T00:30:02.009Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 593 | 2026-05-21T00:30:02.115Z | Downloaded encoding_rs v0.8.35 |
| 594 | 2026-05-21T00:30:02.140Z | Downloaded ring v0.17.14 |
| 595 | 2026-05-21T00:30:02.584Z | Downloaded ring v0.16.20 |
| 596 | 2026-05-21T00:30:02.896Z | Downloaded aws-lc-sys v0.38.0 |
| 597 | 2026-05-21T00:30:03.186Z | Compiling proc-macro2 v1.0.106 |
| 598 | 2026-05-21T00:30:03.186Z | Compiling quote v1.0.44 |
| 599 | 2026-05-21T00:30:03.186Z | Compiling unicode-ident v1.0.24 |
| 600 | 2026-05-21T00:30:03.186Z | Compiling libc v0.2.175 |
| 601 | 2026-05-21T00:30:03.186Z | Compiling serde_core v1.0.228 |
| 602 | 2026-05-21T00:30:03.186Z | Compiling serde v1.0.228 |
| 603 | 2026-05-21T00:30:03.186Z | Compiling autocfg v1.5.0 |
| 604 | 2026-05-21T00:30:03.189Z | Compiling zmij v1.0.21 |
| 605 | 2026-05-21T00:30:03.448Z | Checking cfg-if v1.0.3 |
| 606 | 2026-05-21T00:30:03.508Z | Compiling libm v0.2.15 |
| 607 | 2026-05-21T00:30:03.764Z | Compiling memchr v2.7.5 |
| 608 | 2026-05-21T00:30:03.869Z | Compiling shlex v1.3.0 |
| 609 | 2026-05-21T00:30:03.881Z | Compiling itoa v1.0.15 |
| 610 | 2026-05-21T00:30:03.913Z | Compiling find-msvc-tools v0.1.9 |
| 611 | 2026-05-21T00:30:04.037Z | Compiling getrandom v0.4.2 |
| 612 | 2026-05-21T00:30:04.305Z | Compiling jobserver v0.1.33 |
| 613 | 2026-05-21T00:30:04.335Z | Compiling schemars v0.8.22 |
| 614 | 2026-05-21T00:30:04.363Z | Compiling thiserror v2.0.18 |
| 615 | 2026-05-21T00:30:04.463Z | Compiling serde_json v1.0.149 |
| 616 | 2026-05-21T00:30:04.575Z | Compiling cc v1.2.56 |
| 617 | 2026-05-21T00:30:04.674Z | Compiling lock_api v0.4.13 |
| 618 | 2026-05-21T00:30:04.699Z | Compiling syn v2.0.117 |
| 619 | 2026-05-21T00:30:04.784Z | Compiling parking_lot_core v0.9.11 |
| 620 | 2026-05-21T00:30:04.872Z | Compiling heck v0.5.0 |
| 621 | 2026-05-21T00:30:05.066Z | Compiling log v0.4.29 |
| 622 | 2026-05-21T00:30:05.078Z | Compiling num-traits v0.2.19 |
| 623 | 2026-05-21T00:30:05.234Z | Compiling rustversion v1.0.22 |
| 624 | 2026-05-21T00:30:05.648Z | Compiling allocator-api2 v0.2.21 |
| 625 | 2026-05-21T00:30:05.840Z | Compiling semver v1.0.27 |
| 626 | 2026-05-21T00:30:05.975Z | Compiling ring v0.17.14 |
| 627 | 2026-05-21T00:30:06.035Z | Compiling equivalent v1.0.2 |
| 628 | 2026-05-21T00:30:06.129Z | Compiling foldhash v0.2.0 |
| 629 | 2026-05-21T00:30:06.235Z | Compiling version_check v0.9.5 |
| 630 | 2026-05-21T00:30:06.503Z | Compiling hashbrown v0.16.1 |
| 631 | 2026-05-21T00:30:06.516Z | Compiling httparse v1.10.1 |
| 632 | 2026-05-21T00:30:06.558Z | Compiling iana-time-zone v0.1.63 |
| 633 | 2026-05-21T00:30:06.876Z | Checking pin-project-lite v0.2.16 |
| 634 | 2026-05-21T00:30:06.922Z | Compiling uuid v1.23.1 |
| 635 | 2026-05-21T00:30:06.961Z | Checking smallvec v1.15.1 |
| 636 | 2026-05-21T00:30:06.974Z | Compiling zerocopy v0.8.39 |
| 637 | 2026-05-21T00:30:06.978Z | Compiling dyn-clone v1.0.20 |
| 638 | 2026-05-21T00:30:07.203Z | Checking futures-core v0.3.32 |
| 639 | 2026-05-21T00:30:07.301Z | Compiling icu_properties_data v2.0.1 |
| 640 | 2026-05-21T00:30:07.316Z | Checking once_cell v1.21.3 |
| 641 | 2026-05-21T00:30:07.329Z | Compiling icu_normalizer_data v2.0.0 |
| 642 | 2026-05-21T00:30:07.442Z | Compiling rustix v1.0.8 |
| 643 | 2026-05-21T00:30:07.511Z | Checking scopeguard v1.2.0 |
| 644 | 2026-05-21T00:30:07.569Z | Checking signal-hook-registry v1.4.6 |
| 645 | 2026-05-21T00:30:07.619Z | Compiling serde_derive_internals v0.29.1 |
| 646 | 2026-05-21T00:30:07.648Z | Compiling synstructure v0.13.2 |
| 647 | 2026-05-21T00:30:07.725Z | Checking bitflags v2.11.0 |
| 648 | 2026-05-21T00:30:07.790Z | Checking parking_lot v0.12.4 |
| 649 | 2026-05-21T00:30:07.878Z | Compiling indexmap v2.13.0 |
| 650 | 2026-05-21T00:30:07.891Z | Checking socket2 v0.6.0 |
| 651 | 2026-05-21T00:30:07.894Z | Checking mio v1.0.4 |
| 652 | 2026-05-21T00:30:07.971Z | Compiling getrandom v0.3.3 |
| 653 | 2026-05-21T00:30:08.135Z | Checking getrandom v0.2.16 |
| 654 | 2026-05-21T00:30:08.173Z | Checking zeroize v1.8.1 |
| 655 | 2026-05-21T00:30:08.267Z | Checking futures-sink v0.3.32 |
| 656 | 2026-05-21T00:30:08.312Z | Checking rustls-pki-types v1.12.0 |
| 657 | 2026-05-21T00:30:08.326Z | Checking fnv v1.0.7 |
| 658 | 2026-05-21T00:30:08.339Z | Checking slab v0.4.11 |
| 659 | 2026-05-21T00:30:08.358Z | Checking futures-channel v0.3.32 |
| 660 | 2026-05-21T00:30:08.413Z | Compiling regress v0.10.5 |
| 661 | 2026-05-21T00:30:08.486Z | Compiling regex-syntax v0.8.5 |
| 662 | 2026-05-21T00:30:08.498Z | Checking untrusted v0.9.0 |
| 663 | 2026-05-21T00:30:08.541Z | Compiling typenum v1.18.0 |
| 664 | 2026-05-21T00:30:08.568Z | Compiling time-core v0.1.4 |
| 665 | 2026-05-21T00:30:08.599Z | Compiling num-conv v0.1.0 |
| 666 | 2026-05-21T00:30:08.656Z | Checking futures-io v0.3.32 |
| 667 | 2026-05-21T00:30:08.732Z | Checking futures-task v0.3.32 |
| 668 | 2026-05-21T00:30:08.765Z | Compiling camino v1.2.2 |
| 669 | 2026-05-21T00:30:08.856Z | Compiling serde_derive v1.0.228 |
| 670 | 2026-05-21T00:30:08.870Z | Compiling schemars_derive v0.8.22 |
| 671 | 2026-05-21T00:30:08.882Z | Compiling thiserror-impl v2.0.18 |
| 672 | 2026-05-21T00:30:08.894Z | Compiling tokio-macros v2.6.0 |
| 673 | 2026-05-21T00:30:09.093Z | Compiling zerofrom-derive v0.1.6 |
| 674 | 2026-05-21T00:30:09.609Z | Compiling yoke-derive v0.8.0 |
| 675 | 2026-05-21T00:30:10.042Z | Compiling zerovec-derive v0.11.1 |
| 676 | 2026-05-21T00:30:10.172Z | Compiling futures-macro v0.3.32 |
| 677 | 2026-05-21T00:30:10.262Z | Compiling displaydoc v0.2.5 |
| 678 | 2026-05-21T00:30:10.549Z | Compiling zerocopy-derive v0.8.39 |
| 679 | 2026-05-21T00:30:10.788Z | Compiling time-macros v0.2.22 |
| 680 | 2026-05-21T00:30:10.976Z | Compiling generic-array v0.14.7 |
| 681 | 2026-05-21T00:30:11.008Z | Compiling aho-corasick v1.1.3 |
| 682 | 2026-05-21T00:30:11.021Z | Checking futures-util v0.3.32 |
| 683 | 2026-05-21T00:30:11.146Z | Checking subtle v2.6.1 |
| 684 | 2026-05-21T00:30:11.259Z | Compiling paste v1.0.15 |
| 685 | 2026-05-21T00:30:11.281Z | Checking zerofrom v0.1.6 |
| 686 | 2026-05-21T00:30:11.405Z | Checking tracing-core v0.1.34 |
| 687 | 2026-05-21T00:30:11.750Z | Checking stable_deref_trait v1.2.0 |
| 688 | 2026-05-21T00:30:11.827Z | Compiling regex-automata v0.4.14 |
| 689 | 2026-05-21T00:30:11.951Z | Checking percent-encoding v2.3.2 |
| 690 | 2026-05-21T00:30:11.954Z | Checking bytes v1.11.1 |
| 691 | 2026-05-21T00:30:12.099Z | Compiling serde_tokenstream v0.2.3 |
| 692 | 2026-05-21T00:30:12.214Z | Compiling chrono v0.4.44 |
| 693 | 2026-05-21T00:30:12.399Z | Checking tokio v1.50.0 |
| 694 | 2026-05-21T00:30:12.439Z | Checking http v1.4.0 |
| 695 | 2026-05-21T00:30:12.904Z | Checking atomic-waker v1.1.2 |
| 696 | 2026-05-21T00:30:12.995Z | Checking http-body v1.0.1 |
| 697 | 2026-05-21T00:30:13.008Z | Checking yoke v0.8.0 |
| 698 | 2026-05-21T00:30:13.426Z | Checking tracing v0.1.41 |
| 699 | 2026-05-21T00:30:13.475Z | Compiling regex v1.12.3 |
| 700 | 2026-05-21T00:30:13.610Z | Compiling scroll_derive v0.13.1 |
| 701 | 2026-05-21T00:30:13.855Z | Compiling ucd-trie v0.1.7 |
| 702 | 2026-05-21T00:30:13.879Z | Checking tower-layer v0.3.3 |
| 703 | 2026-05-21T00:30:13.940Z | Compiling anyhow v1.0.99 |
| 704 | 2026-05-21T00:30:14.024Z | Checking base64 v0.22.1 |
| 705 | 2026-05-21T00:30:14.081Z | Checking try-lock v0.2.5 |
| 706 | 2026-05-21T00:30:14.179Z | Checking tower-service v0.3.3 |
| 707 | 2026-05-21T00:30:14.263Z | Checking want v0.3.1 |
| 708 | 2026-05-21T00:30:14.274Z | Compiling pest v2.8.1 |
| 709 | 2026-05-21T00:30:14.428Z | Compiling cmake v0.1.57 |
| 710 | 2026-05-21T00:30:14.432Z | Checking errno v0.3.13 |
| 711 | 2026-05-21T00:30:14.432Z | Compiling dunce v1.0.5 |
| 712 | 2026-05-21T00:30:14.432Z | Compiling thiserror v1.0.69 |
| 713 | 2026-05-21T00:30:14.506Z | Compiling fs_extra v1.3.0 |
| 714 | 2026-05-21T00:30:14.627Z | Checking pin-utils v0.1.0 |
| 715 | 2026-05-21T00:30:14.696Z | Checking httpdate v1.0.3 |
| 716 | 2026-05-21T00:30:14.757Z | Compiling aws-lc-sys v0.38.0 |
| 717 | 2026-05-21T00:30:14.840Z | Checking zerovec v0.11.4 |
| 718 | 2026-05-21T00:30:14.870Z | Checking form_urlencoded v1.2.2 |
| 719 | 2026-05-21T00:30:14.902Z | Compiling thiserror-impl v1.0.69 |
| 720 | 2026-05-21T00:30:15.005Z | Checking ipnet v2.11.0 |
| 721 | 2026-05-21T00:30:15.209Z | Checking ryu v1.0.20 |
| 722 | 2026-05-21T00:30:15.345Z | Compiling pest_meta v2.8.1 |
| 723 | 2026-05-21T00:30:15.436Z | Compiling crossbeam-utils v0.8.21 |
| 724 | 2026-05-21T00:30:15.472Z | Checking serde_urlencoded v0.7.1 |
| 725 | 2026-05-21T00:30:15.595Z | Checking tokio-util v0.7.16 |
| 726 | 2026-05-21T00:30:15.767Z | Compiling typify-impl v0.4.3 |
| 727 | 2026-05-21T00:30:15.993Z | Checking h2 v0.4.12 |
| 728 | 2026-05-21T00:30:16.029Z | Compiling pest_generator v2.8.1 |
| 729 | 2026-05-21T00:30:16.126Z | Checking http-body-util v0.1.3 |
| 730 | 2026-05-21T00:30:16.341Z | Compiling slog v2.8.2 |
| 731 | 2026-05-21T00:30:16.498Z | Compiling rustls v0.22.4 |
| 732 | 2026-05-21T00:30:16.594Z | Compiling aws-lc-rs v1.16.1 |
| 733 | 2026-05-21T00:30:16.715Z | Compiling pest_derive v2.8.1 |
| 734 | 2026-05-21T00:30:16.906Z | Checking tinystr v0.8.1 |
| 735 | 2026-05-21T00:30:16.964Z | Compiling scroll v0.13.0 |
| 736 | 2026-05-21T00:30:17.081Z | Compiling openapiv3 v2.2.0 |
| 737 | 2026-05-21T00:30:17.108Z | Checking erased-serde v0.3.31 |
| 738 | 2026-05-21T00:30:17.395Z | Checking writeable v0.6.1 |
| 739 | 2026-05-21T00:30:17.480Z | Compiling usdt-impl v0.6.0 |
| 740 | 2026-05-21T00:30:17.569Z | Compiling plain v0.2.3 |
| 741 | 2026-05-21T00:30:17.581Z | Compiling slog-async v2.8.0 |
| 742 | 2026-05-21T00:30:17.615Z | Checking litemap v0.8.0 |
| 743 | 2026-05-21T00:30:17.673Z | Compiling goblin v0.10.2 |
| 744 | 2026-05-21T00:30:17.811Z | Checking icu_locale_core v2.0.0 |
| 745 | 2026-05-21T00:30:17.824Z | Checking hyper v1.8.1 |
| 746 | 2026-05-21T00:30:18.002Z | Checking potential_utf v0.1.2 |
| 747 | 2026-05-21T00:30:18.131Z | Checking zerotrie v0.2.2 |
| 748 | 2026-05-21T00:30:18.369Z | Compiling multer v3.1.0 |
| 749 | 2026-05-21T00:30:18.688Z | Checking hyper-util v0.1.20 |
| 750 | 2026-05-21T00:30:18.754Z | Compiling pretty-hex v0.4.1 |
| 751 | 2026-05-21T00:30:19.049Z | Checking icu_provider v2.0.0 |
| 752 | 2026-05-21T00:30:19.129Z | Compiling typify-macro v0.4.3 |
| 753 | 2026-05-21T00:30:19.287Z | Checking icu_collections v2.0.0 |
| 754 | 2026-05-21T00:30:19.575Z | Compiling dtrace-parser v0.3.0 |
| 755 | 2026-05-21T00:30:20.184Z | Compiling daft-derive v0.1.4 |
| 756 | 2026-05-21T00:30:20.188Z | Compiling async-stream-impl v0.3.6 |
| 757 | 2026-05-21T00:30:20.637Z | Compiling dof v0.4.0 |
| 758 | 2026-05-21T00:30:20.813Z | Compiling async-trait v0.1.89 |
| 759 | 2026-05-21T00:30:20.946Z | Compiling thread-id v5.0.0 |
| 760 | 2026-05-21T00:30:20.959Z | Compiling rustls v0.23.31 |
| 761 | 2026-05-21T00:30:21.029Z | Compiling byteorder v1.5.0 |
| 762 | 2026-05-21T00:30:21.774Z | Compiling structmeta-derive v0.3.0 |
| 763 | 2026-05-21T00:30:21.895Z | Compiling syn v1.0.109 |
| 764 | 2026-05-21T00:30:21.928Z | Compiling unsafe-libyaml v0.2.11 |
| 765 | 2026-05-21T00:30:22.002Z | Checking icu_properties v2.0.1 |
| 766 | 2026-05-21T00:30:22.154Z | Checking icu_normalizer v2.0.0 |
| 767 | 2026-05-21T00:30:22.434Z | Compiling serde_yaml v0.9.34+deprecated |
| 768 | 2026-05-21T00:30:22.465Z | Compiling typify v0.4.3 |
| 769 | 2026-05-21T00:30:22.680Z | Checking powerfmt v0.2.0 |
| 770 | 2026-05-21T00:30:22.809Z | Compiling structmeta v0.3.0 |
| 771 | 2026-05-21T00:30:22.960Z | Checking deranged v0.4.0 |
| 772 | 2026-05-21T00:30:23.013Z | Checking idna_adapter v1.2.1 |
| 773 | 2026-05-21T00:30:23.474Z | Compiling usdt-macro v0.6.0 |
| 774 | 2026-05-21T00:30:23.502Z | Compiling usdt-attr-macro v0.6.0 |
| 775 | 2026-05-21T00:30:23.903Z | Checking sync_wrapper v1.0.2 |
| 776 | 2026-05-21T00:30:24.267Z | Checking utf8_iter v1.0.4 |
| 777 | 2026-05-21T00:30:24.280Z | Checking num_threads v0.1.7 |
| 778 | 2026-05-21T00:30:24.354Z | Checking fastrand v2.3.0 |
| 779 | 2026-05-21T00:30:24.367Z | Compiling omicron-workspace-hack v0.1.0 |
| 780 | 2026-05-21T00:30:24.503Z | Checking idna v1.1.0 |
| 781 | 2026-05-21T00:30:24.517Z | Checking time v0.3.41 |
| 782 | 2026-05-21T00:30:24.529Z | Checking tempfile v3.21.0 |
| 783 | 2026-05-21T00:30:24.616Z | Checking tower v0.5.2 |
| 784 | 2026-05-21T00:30:25.165Z | Checking webpki-roots v1.0.2 |
| 785 | 2026-05-21T00:30:25.202Z | Checking encoding_rs v0.8.35 |
| 786 | 2026-05-21T00:30:25.232Z | Checking mime v0.3.17 |
| 787 | 2026-05-21T00:30:25.276Z | Compiling strsim v0.11.1 |
| 788 | 2026-05-21T00:30:25.290Z | Checking iri-string v0.7.8 |
| 789 | 2026-05-21T00:30:25.429Z | Checking url v2.5.6 |
| 790 | 2026-05-21T00:30:25.751Z | Checking block-buffer v0.10.4 |
| 791 | 2026-05-21T00:30:25.800Z | Checking crypto-common v0.1.6 |
| 792 | 2026-05-21T00:30:26.064Z | Checking futures-executor v0.3.32 |
| 793 | 2026-05-21T00:30:26.078Z | Compiling strum_macros v0.26.4 |
| 794 | 2026-05-21T00:30:26.209Z | Compiling dropshot v0.16.6 |
| 795 | 2026-05-21T00:30:26.302Z | Checking thread_local v1.1.9 |
| 796 | 2026-05-21T00:30:26.321Z | Checking tower-http v0.6.8 |
| 797 | 2026-05-21T00:30:26.442Z | Checking winnow v1.0.3 |
| 798 | 2026-05-21T00:30:26.663Z | Checking futures v0.3.32 |
| 799 | 2026-05-21T00:30:26.731Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 800 | 2026-05-21T00:30:26.743Z | Checking digest v0.10.7 |
| 801 | 2026-05-21T00:30:26.746Z | Compiling derive-ex v0.1.8 |
| 802 | 2026-05-21T00:30:26.939Z | Checking crossbeam-channel v0.5.15 |
| 803 | 2026-05-21T00:30:27.049Z | Checking ipnetwork v0.21.1 |
| 804 | 2026-05-21T00:30:27.142Z | Compiling dropshot_endpoint v0.16.6 |
| 805 | 2026-05-21T00:30:27.246Z | Compiling newtype-uuid-macros v0.1.0 |
| 806 | 2026-05-21T00:30:27.270Z | Checking rustls-webpki v0.102.8 |
| 807 | 2026-05-21T00:30:27.451Z | Compiling strum_macros v0.27.2 |
| 808 | 2026-05-21T00:30:27.626Z | Checking serde_spanned v1.1.1 |
| 809 | 2026-05-21T00:30:27.688Z | Checking is-terminal v0.4.16 |
| 810 | 2026-05-21T00:30:27.750Z | Checking match_cfg v0.1.0 |
| 811 | 2026-05-21T00:30:27.775Z | Checking hex v0.4.3 |
| 812 | 2026-05-21T00:30:27.817Z | Checking term v1.1.0 |
| 813 | 2026-05-21T00:30:27.986Z | Checking take_mut v0.2.2 |
| 814 | 2026-05-21T00:30:28.027Z | Compiling ident_case v1.0.1 |
| 815 | 2026-05-21T00:30:28.110Z | Checking cpufeatures v0.2.17 |
| 816 | 2026-05-21T00:30:28.122Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 817 | 2026-05-21T00:30:28.147Z | Compiling darling_core v0.20.11 |
| 818 | 2026-05-21T00:30:28.298Z | Compiling test-strategy v0.4.3 |
| 819 | 2026-05-21T00:30:28.349Z | Checking slog-term v2.9.2 |
| 820 | 2026-05-21T00:30:28.381Z | Checking hostname v0.3.1 |
| 821 | 2026-05-21T00:30:28.602Z | Checking oxnet v0.1.4 |
| 822 | 2026-05-21T00:30:28.813Z | Checking slog-json v2.6.1 |
| 823 | 2026-05-21T00:30:28.965Z | Compiling progenitor-impl v0.11.1 |
| 824 | 2026-05-21T00:30:29.240Z | Checking ppv-lite86 v0.2.21 |
| 825 | 2026-05-21T00:30:29.644Z | Checking memmap2 v0.9.8 |
| 826 | 2026-05-21T00:30:29.787Z | Compiling ref-cast v1.0.24 |
| 827 | 2026-05-21T00:30:29.891Z | Checking spin v0.9.8 |
| 828 | 2026-05-21T00:30:30.079Z | Compiling darling_macro v0.20.11 |
| 829 | 2026-05-21T00:30:30.488Z | Checking tokio-rustls v0.25.0 |
| 830 | 2026-05-21T00:30:30.701Z | Checking slog-bunyan v2.5.0 |
| 831 | 2026-05-21T00:30:30.716Z | Checking sha1 v0.10.6 |
| 832 | 2026-05-21T00:30:30.812Z | Compiling rustls-webpki v0.103.4 |
| 833 | 2026-05-21T00:30:30.878Z | Checking async-stream v0.3.6 |
| 834 | 2026-05-21T00:30:31.009Z | Checking waitgroup v0.1.2 |
| 835 | 2026-05-21T00:30:31.070Z | Compiling progenitor-macro v0.11.1 |
| 836 | 2026-05-21T00:30:31.147Z | Compiling ref-cast-impl v1.0.24 |
| 837 | 2026-05-21T00:30:31.287Z | Checking rustls-pemfile v2.2.0 |
| 838 | 2026-05-21T00:30:31.575Z | Checking serde_path_to_error v0.1.20 |
| 839 | 2026-05-21T00:30:31.587Z | Checking hostname v0.4.2 |
| 840 | 2026-05-21T00:30:31.599Z | Checking unicode-width v0.2.1 |
| 841 | 2026-05-21T00:30:31.683Z | Compiling winnow v0.7.13 |
| 842 | 2026-05-21T00:30:31.839Z | Checking debug-ignore v1.0.5 |
| 843 | 2026-05-21T00:30:32.448Z | Compiling darling v0.20.11 |
| 844 | 2026-05-21T00:30:33.073Z | Checking rand_core v0.9.3 |
| 845 | 2026-05-21T00:30:33.419Z | Checking newtype-uuid v1.3.2 |
| 846 | 2026-05-21T00:30:33.593Z | Checking daft v0.1.4 |
| 847 | 2026-05-21T00:30:33.800Z | Compiling serde_with_macros v3.14.0 |
| 848 | 2026-05-21T00:30:34.377Z | Compiling parse-display-derive v0.10.0 |
| 849 | 2026-05-21T00:30:34.719Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 850 | 2026-05-21T00:30:34.882Z | Compiling tokio-rustls v0.26.2 |
| 851 | 2026-05-21T00:30:35.033Z | Compiling clap_derive v4.5.45 |
| 852 | 2026-05-21T00:30:35.127Z | Checking utf8parse v0.2.2 |
| 853 | 2026-05-21T00:30:35.170Z | Compiling hyper-rustls v0.27.7 |
| 854 | 2026-05-21T00:30:35.229Z | Checking anstyle-parse v0.2.7 |
| 855 | 2026-05-21T00:30:35.414Z | Checking usdt v0.6.0 |
| 856 | 2026-05-21T00:30:35.463Z | Checking rand_chacha v0.9.0 |
| 857 | 2026-05-21T00:30:35.758Z | Checking terminal_size v0.4.3 |
| 858 | 2026-05-21T00:30:35.784Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 859 | 2026-05-21T00:30:35.870Z | Checking wait-timeout v0.2.1 |
| 860 | 2026-05-21T00:30:35.903Z | Checking colorchoice v1.0.4 |
| 861 | 2026-05-21T00:30:35.978Z | Checking anstyle v1.0.11 |
| 862 | 2026-05-21T00:30:36.005Z | Compiling either v1.15.0 |
| 863 | 2026-05-21T00:30:36.120Z | Checking lazy_static v1.5.0 |
| 864 | 2026-05-21T00:30:36.222Z | Checking bit-vec v0.8.0 |
| 865 | 2026-05-21T00:30:36.260Z | Checking quick-error v1.2.3 |
| 866 | 2026-05-21T00:30:36.304Z | Checking is_terminal_polyfill v1.70.1 |
| 867 | 2026-05-21T00:30:36.343Z | Checking anstyle-query v1.1.4 |
| 868 | 2026-05-21T00:30:36.357Z | Checking rusty-fork v0.3.0 |
| 869 | 2026-05-21T00:30:36.406Z | Checking toml v0.9.10+spec-1.1.0 |
| 870 | 2026-05-21T00:30:36.418Z | Checking bit-set v0.8.0 |
| 871 | 2026-05-21T00:30:36.432Z | Checking anstream v0.6.20 |
| 872 | 2026-05-21T00:30:36.469Z | Checking rand v0.9.2 |
| 873 | 2026-05-21T00:30:36.521Z | Compiling reqwest v0.12.23 |
| 874 | 2026-05-21T00:30:36.562Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5552f18c) |
| 875 | 2026-05-21T00:30:36.587Z | Checking rand_xorshift v0.4.0 |
| 876 | 2026-05-21T00:30:36.752Z | Checking unarray v0.1.4 |
| 877 | 2026-05-21T00:30:36.926Z | Checking clap_lex v0.7.5 |
| 878 | 2026-05-21T00:30:37.010Z | Checking proptest v1.7.0 |
| 879 | 2026-05-21T00:30:37.095Z | Checking clap_builder v4.5.44 |
| 880 | 2026-05-21T00:30:37.636Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5552f18c) |
| 881 | 2026-05-21T00:30:37.650Z | Checking strum v0.27.2 |
| 882 | 2026-05-21T00:30:37.664Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 883 | 2026-05-21T00:30:37.755Z | Checking strum v0.26.3 |
| 884 | 2026-05-21T00:30:37.863Z | Compiling rand_core v0.6.4 |
| 885 | 2026-05-21T00:30:37.931Z | Compiling serde_spanned v0.6.9 |
| 886 | 2026-05-21T00:30:38.075Z | Compiling toml_datetime v0.6.11 |
| 887 | 2026-05-21T00:30:38.518Z | Compiling toml_write v0.1.2 |
| 888 | 2026-05-21T00:30:38.591Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 889 | 2026-05-21T00:30:38.667Z | Compiling toml_edit v0.22.27 |
| 890 | 2026-05-21T00:30:38.746Z | Checking clap v4.5.45 |
| 891 | 2026-05-21T00:30:38.863Z | Compiling rand_chacha v0.3.1 |
| 892 | 2026-05-21T00:30:38.943Z | Compiling progenitor-client v0.11.1 |
| 893 | 2026-05-21T00:30:40.290Z | Compiling tabwriter v1.4.1 |
| 894 | 2026-05-21T00:30:41.129Z | Compiling progenitor v0.11.1 |
| 895 | 2026-05-21T00:30:41.171Z | Compiling rand v0.8.5 |
| 896 | 2026-05-21T00:30:41.258Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 897 | 2026-05-21T00:30:41.455Z | Compiling hubpack_derive v0.1.1 |
| 898 | 2026-05-21T00:30:41.654Z | Compiling num-integer v0.1.46 |
| 899 | 2026-05-21T00:30:41.787Z | Compiling instant v0.1.13 |
| 900 | 2026-05-21T00:30:41.904Z | Compiling prettyplease v0.2.37 |
| 901 | 2026-05-21T00:30:41.964Z | Compiling colored v3.1.1 |
| 902 | 2026-05-21T00:30:41.997Z | Compiling rustc-hash v2.1.1 |
| 903 | 2026-05-21T00:30:42.083Z | Compiling iddqd v0.3.17 |
| 904 | 2026-05-21T00:30:42.112Z | Checking hubpack v0.1.2 |
| 905 | 2026-05-21T00:30:42.156Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 906 | 2026-05-21T00:30:42.242Z | Compiling backoff v0.4.0 |
| 907 | 2026-05-21T00:30:42.432Z | Compiling progenitor-client v0.10.0 |
| 908 | 2026-05-21T00:30:42.743Z | Checking itertools v0.14.0 |
| 909 | 2026-05-21T00:30:42.782Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 910 | 2026-05-21T00:30:43.119Z | Compiling parse-display v0.10.0 |
| 911 | 2026-05-21T00:30:43.174Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 912 | 2026-05-21T00:30:43.302Z | Compiling serde_with v3.14.0 |
| 913 | 2026-05-21T00:30:43.658Z | Compiling macaddr v1.0.1 |
| 914 | 2026-05-21T00:30:44.163Z | Compiling crc32fast v1.5.0 |
| 915 | 2026-05-21T00:30:44.436Z | Compiling num-rational v0.4.2 |
| 916 | 2026-05-21T00:30:44.478Z | Compiling num-iter v0.1.45 |
| 917 | 2026-05-21T00:30:44.934Z | Compiling num-complex v0.4.6 |
| 918 | 2026-05-21T00:30:44.958Z | Compiling pkg-config v0.3.32 |
| 919 | 2026-05-21T00:30:45.081Z | Checking adler2 v2.0.1 |
| 920 | 2026-05-21T00:30:45.154Z | Checking static_assertions v1.1.0 |
| 921 | 2026-05-21T00:30:45.190Z | Checking miniz_oxide v0.8.9 |
| 922 | 2026-05-21T00:30:45.313Z | Compiling num v0.4.3 |
| 923 | 2026-05-21T00:30:45.613Z | Compiling vcpkg v0.2.15 |
| 924 | 2026-05-21T00:30:45.731Z | Compiling float-ord v0.3.2 |
| 925 | 2026-05-21T00:30:45.848Z | Checking flate2 v1.1.2 |
| 926 | 2026-05-21T00:30:45.957Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5552f18c) |
| 927 | 2026-05-21T00:30:46.182Z | Compiling libz-sys v1.1.22 |
| 928 | 2026-05-21T00:30:46.313Z | Compiling toml v0.8.23 |
| 929 | 2026-05-21T00:30:46.590Z | Compiling num-derive v0.3.3 |
| 930 | 2026-05-21T00:30:46.872Z | Compiling typify-impl v0.6.1 |
| 931 | 2026-05-21T00:30:46.899Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 932 | 2026-05-21T00:30:46.939Z | Compiling memoffset v0.9.1 |
| 933 | 2026-05-21T00:30:47.180Z | Compiling rayon-core v1.13.0 |
| 934 | 2026-05-21T00:30:47.240Z | Compiling cfg_aliases v0.2.1 |
| 935 | 2026-05-21T00:30:47.315Z | Compiling nix v0.30.1 |
| 936 | 2026-05-21T00:30:47.319Z | Compiling proc-macro-error2 v2.0.1 |
| 937 | 2026-05-21T00:30:47.483Z | Checking libscf-sys v1.1.0 |
| 938 | 2026-05-21T00:30:47.696Z | Checking crossbeam-epoch v0.9.18 |
| 939 | 2026-05-21T00:30:47.710Z | Compiling glob v0.3.3 |
| 940 | 2026-05-21T00:30:47.762Z | Checking bytecount v0.6.9 |
| 941 | 2026-05-21T00:30:47.858Z | Compiling tabled_derive v0.11.0 |
| 942 | 2026-05-21T00:30:47.872Z | Checking papergrid v0.17.0 |
| 943 | 2026-05-21T00:30:47.913Z | Checking crossbeam-deque v0.8.6 |
| 944 | 2026-05-21T00:30:48.032Z | Compiling clang-sys v1.8.1 |
| 945 | 2026-05-21T00:30:48.109Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 946 | 2026-05-21T00:30:48.168Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#be885b28) |
| 947 | 2026-05-21T00:30:48.415Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5552f18c) |
| 948 | 2026-05-21T00:30:48.536Z | Checking testing_table v0.3.0 |
| 949 | 2026-05-21T00:30:48.624Z | Checking protocol v0.1.0 (/work/oxidecomputer/lldp/protocol) |
| 950 | 2026-05-21T00:30:48.624Z | Compiling proc-macro-error-attr v1.0.4 |
| 951 | 2026-05-21T00:30:48.864Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#be885b28) |
| 952 | 2026-05-21T00:30:48.894Z | Checking openssl-probe v0.2.1 |
| 953 | 2026-05-21T00:30:48.938Z | Compiling rustix v0.38.44 |
| 954 | 2026-05-21T00:30:48.978Z | Checking compression-core v0.4.32 |
| 955 | 2026-05-21T00:30:48.999Z | Checking rustls-native-certs v0.8.3 |
| 956 | 2026-05-21T00:30:49.111Z | Checking compression-codecs v0.4.32 |
| 957 | 2026-05-21T00:30:49.127Z | Checking tabled v0.20.0 |
| 958 | 2026-05-21T00:30:49.146Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#be885b28) |
| 959 | 2026-05-21T00:30:49.304Z | Checking lldpd-types-versions v0.1.0 (/work/oxidecomputer/lldp/lldpd-types/versions) |
| 960 | 2026-05-21T00:30:49.950Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 961 | 2026-05-21T00:30:50.032Z | Compiling proc-macro-error v1.0.4 |
| 962 | 2026-05-21T00:30:50.087Z | Compiling dropshot v0.17.0 |
| 963 | 2026-05-21T00:30:50.147Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 964 | 2026-05-21T00:30:50.242Z | Compiling typify-macro v0.6.1 |
| 965 | 2026-05-21T00:30:50.264Z | Compiling minimal-lexical v0.2.1 |
| 966 | 2026-05-21T00:30:50.316Z | Compiling semver v0.1.20 |
| 967 | 2026-05-21T00:30:50.394Z | Checking toml v1.1.2+spec-1.1.0 |
| 968 | 2026-05-21T00:30:50.533Z | Compiling rustc_version v0.1.7 |
| 969 | 2026-05-21T00:30:50.592Z | Compiling nom v7.1.3 |
| 970 | 2026-05-21T00:30:51.412Z | Checking async-compression v0.4.33 |
| 971 | 2026-05-21T00:30:51.479Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5552f18c) |
| 972 | 2026-05-21T00:30:51.730Z | Compiling dropshot_endpoint v0.17.0 |
| 973 | 2026-05-21T00:30:51.777Z | Compiling typify v0.6.1 |
| 974 | 2026-05-21T00:30:51.871Z | Compiling cargo-platform v0.1.9 |
| 975 | 2026-05-21T00:30:51.896Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5552f18c) |
| 976 | 2026-05-21T00:30:51.991Z | Checking serde-big-array v0.5.1 |
| 977 | 2026-05-21T00:30:52.101Z | Compiling serde_repr v0.1.20 |
| 978 | 2026-05-21T00:30:52.124Z | Compiling vergen v8.3.2 |
| 979 | 2026-05-21T00:30:52.357Z | Compiling libloading v0.8.8 |
| 980 | 2026-05-21T00:30:52.553Z | Compiling fs-err v3.1.2 |
| 981 | 2026-05-21T00:30:52.673Z | Checking unicode-width v0.1.14 |
| 982 | 2026-05-21T00:30:52.741Z | Checking crc8 v0.1.1 |
| 983 | 2026-05-21T00:30:52.790Z | Compiling unicode-segmentation v1.12.0 |
| 984 | 2026-05-21T00:30:52.836Z | Compiling home v0.5.11 |
| 985 | 2026-05-21T00:30:52.918Z | Compiling bindgen v0.64.0 |
| 986 | 2026-05-21T00:30:52.964Z | Compiling which v4.4.2 |
| 987 | 2026-05-21T00:30:53.074Z | Checking textwrap v0.11.0 |
| 988 | 2026-05-21T00:30:53.150Z | Compiling heck v0.3.3 |
| 989 | 2026-05-21T00:30:53.239Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 990 | 2026-05-21T00:30:53.321Z | Compiling cargo_metadata v0.18.1 |
| 991 | 2026-05-21T00:30:53.346Z | Compiling progenitor-impl v0.13.0 |
| 992 | 2026-05-21T00:30:54.142Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5552f18c) |
| 993 | 2026-05-21T00:30:54.413Z | Compiling cexpr v0.6.0 |
| 994 | 2026-05-21T00:30:55.235Z | Compiling newtype_derive v0.1.6 |
| 995 | 2026-05-21T00:30:55.267Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5552f18c) |
| 996 | 2026-05-21T00:30:55.347Z | Compiling proc-macro-crate v3.3.0 |
| 997 | 2026-05-21T00:30:55.390Z | Checking dropshot-api-manager-types v0.7.2 |
| 998 | 2026-05-21T00:30:55.501Z | Compiling progenitor-impl v0.10.0 |
| 999 | 2026-05-21T00:30:55.551Z | Compiling rustc_version v0.4.1 |
| 1000 | 2026-05-21T00:30:55.625Z | Compiling ring v0.16.20 |
| 1001 | 2026-05-21T00:30:55.789Z | Compiling blake3 v1.8.2 |
| 1002 | 2026-05-21T00:30:55.825Z | Checking atty v0.2.14 |
| 1003 | 2026-05-21T00:30:55.918Z | Checking strsim v0.8.0 |
| 1004 | 2026-05-21T00:30:56.043Z | Checking bitflags v1.3.2 |
| 1005 | 2026-05-21T00:30:56.055Z | Compiling lazycell v1.3.0 |
| 1006 | 2026-05-21T00:30:56.114Z | Compiling peeking_take_while v0.1.2 |
| 1007 | 2026-05-21T00:30:56.126Z | Compiling owo-colors v4.3.0 |
| 1008 | 2026-05-21T00:30:56.166Z | Checking ansi_term v0.12.1 |
| 1009 | 2026-05-21T00:30:56.169Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#8e2d840d) |
| 1010 | 2026-05-21T00:30:56.211Z | Compiling rustc-hash v1.1.0 |
| 1011 | 2026-05-21T00:30:56.318Z | Checking winnow v0.5.40 |
| 1012 | 2026-05-21T00:30:56.388Z | Checking vec_map v0.8.2 |
| 1013 | 2026-05-21T00:30:56.540Z | Checking clap v2.34.0 |
| 1014 | 2026-05-21T00:30:57.453Z | Checking toml_edit v0.19.15 |
| 1015 | 2026-05-21T00:30:57.558Z | Compiling progenitor-macro v0.10.0 |
| 1016 | 2026-05-21T00:30:57.639Z | Compiling num_enum_derive v0.7.4 |
| 1017 | 2026-05-21T00:30:58.156Z | Checking atomicwrites v0.4.4 |
| 1018 | 2026-05-21T00:30:58.337Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5552f18c) |
| 1019 | 2026-05-21T00:30:58.472Z | Compiling progenitor-macro v0.13.0 |
| 1020 | 2026-05-21T00:30:58.671Z | Compiling structopt-derive v0.4.18 |
| 1021 | 2026-05-21T00:30:59.910Z | Checking git-stub v1.0.0 |
| 1022 | 2026-05-21T00:30:59.990Z | Checking bstr v1.12.0 |
| 1023 | 2026-05-21T00:31:00.060Z | Checking filetime v0.2.26 |
| 1024 | 2026-05-21T00:31:00.195Z | Checking arrayref v0.3.9 |
| 1025 | 2026-05-21T00:31:00.233Z | Compiling signal-hook v0.3.18 |
| 1026 | 2026-05-21T00:31:00.265Z | Checking smawk v0.3.2 |
| 1027 | 2026-05-21T00:31:00.359Z | Checking same-file v1.0.6 |
| 1028 | 2026-05-21T00:31:00.450Z | Checking is_ci v1.2.0 |
| 1029 | 2026-05-21T00:31:00.475Z | Checking untrusted v0.7.1 |
| 1030 | 2026-05-21T00:31:00.523Z | Checking unicode-linebreak v0.1.5 |
| 1031 | 2026-05-21T00:31:00.549Z | Checking arrayvec v0.7.6 |
| 1032 | 2026-05-21T00:31:00.591Z | Checking spin v0.5.2 |
| 1033 | 2026-05-21T00:31:00.649Z | Checking rustls-platform-verifier v0.6.2 |
| 1034 | 2026-05-21T00:31:00.717Z | Checking xattr v1.5.1 |
| 1035 | 2026-05-21T00:31:00.732Z | Checking constant_time_eq v0.3.1 |
| 1036 | 2026-05-21T00:31:00.746Z | Checking textwrap v0.16.2 |
| 1037 | 2026-05-21T00:31:00.838Z | Checking tar v0.4.44 |
| 1038 | 2026-05-21T00:31:00.959Z | Checking supports-color v3.0.2 |
| 1039 | 2026-05-21T00:31:01.083Z | Checking reqwest v0.13.2 |
| 1040 | 2026-05-21T00:31:01.086Z | Checking walkdir v2.5.0 |
| 1041 | 2026-05-21T00:31:01.237Z | Checking similar v2.7.0 |
| 1042 | 2026-05-21T00:31:01.260Z | Checking git-stub-vcs v0.1.0 |
| 1043 | 2026-05-21T00:31:01.450Z | Checking structopt v0.3.26 |
| 1044 | 2026-05-21T00:31:01.543Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5552f18c) |
| 1045 | 2026-05-21T00:31:01.560Z | Checking num_enum v0.7.4 |
| 1046 | 2026-05-21T00:31:01.573Z | Checking toml v0.7.8 |
| 1047 | 2026-05-21T00:31:01.763Z | Checking progenitor-client v0.13.0 |
| 1048 | 2026-05-21T00:31:01.782Z | Checking lldpd-api v0.1.0 (/work/oxidecomputer/lldp/lldpd-api) |
| 1049 | 2026-05-21T00:31:01.879Z | Checking rayon v1.12.0 |
| 1050 | 2026-05-21T00:31:01.951Z | Checking progenitor v0.10.0 |
| 1051 | 2026-05-21T00:31:01.973Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5552f18c) |
| 1052 | 2026-05-21T00:31:02.004Z | Checking sha2 v0.10.9 |
| 1053 | 2026-05-21T00:31:02.066Z | Checking drift v0.2.0 |
| 1054 | 2026-05-21T00:31:02.244Z | Checking camino-tempfile v1.4.1 |
| 1055 | 2026-05-21T00:31:02.257Z | Checking indent_write v2.2.0 |
| 1056 | 2026-05-21T00:31:02.260Z | Checking topological-sort v0.2.2 |
| 1057 | 2026-05-21T00:31:02.367Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5552f18c) |
| 1058 | 2026-05-21T00:31:02.381Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#8e2d840d) |
| 1059 | 2026-05-21T00:31:02.394Z | Checking omicron-zone-package v0.11.1 |
| 1060 | 2026-05-21T00:31:02.562Z | Checking lldpd-types v0.1.0 (/work/oxidecomputer/lldp/lldpd-types) |
| 1061 | 2026-05-21T00:31:02.578Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 1062 | 2026-05-21T00:31:02.650Z | Checking http v0.2.12 |
| 1063 | 2026-05-21T00:31:02.699Z | Checking progenitor v0.13.0 |
| 1064 | 2026-05-21T00:31:03.143Z | Checking xtask v0.1.0 (/work/oxidecomputer/lldp/xtask) |
| 1065 | 2026-05-21T00:31:03.283Z | Checking dropshot-api-manager v0.7.2 |
| 1066 | 2026-05-21T00:31:04.151Z | Checking lldp-dropshot-apis v0.1.0 (/work/oxidecomputer/lldp/dropshot-apis) |
| 1067 | 2026-05-21T00:31:05.212Z | Compiling git2 v0.19.0 |
| 1068 | 2026-05-21T00:31:07.421Z | Compiling lldpd v0.1.0 (/work/oxidecomputer/lldp/lldpd) |
| 1069 | 2026-05-21T00:31:11.444Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#5552f18c) |
| 1070 | 2026-05-21T00:31:11.637Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#d6f5da94) |
| 1071 | 2026-05-21T00:31:12.334Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#d6f5da94) |
| 1072 | 2026-05-21T00:31:16.865Z | Checking lldpd-common v0.1.0 (/work/oxidecomputer/lldp/lldpd-common) |
| 1073 | 2026-05-21T00:31:16.991Z | Checking lldpd-client v0.1.0 (/work/oxidecomputer/lldp/lldpd-client) |
| 1074 | 2026-05-21T00:31:18.317Z | Checking lldpadm v0.1.0 (/work/oxidecomputer/lldp/adm) |
| 1075 | 2026-05-21T00:31:18.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s |
| 1076 | 2026-05-21T00:31:19.010Z | + for feat in smf dendrite |
| 1077 | 2026-05-21T00:31:19.010Z | + cargo clippy --features dendrite -- --deny warnings |
| 1078 | 2026-05-21T00:31:19.407Z | Compiling lldpd v0.1.0 (/work/oxidecomputer/lldp/lldpd) |
| 1079 | 2026-05-21T00:31:21.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s |
| 1080 | 2026-05-21T00:31:21.787Z | + banner fmt |
| 1081 | 2026-05-21T00:31:21.790Z | |
| 1082 | 2026-05-21T00:31:21.790Z | ###### # # ##### |
| 1083 | 2026-05-21T00:31:21.790Z | # ## ## # |
| 1084 | 2026-05-21T00:31:21.790Z | ##### # ## # # |
| 1085 | 2026-05-21T00:31:21.790Z | # # # # |
| 1086 | 2026-05-21T00:31:21.790Z | # # # # |
| 1087 | 2026-05-21T00:31:21.790Z | # # # # |
| 1088 | 2026-05-21T00:31:21.791Z | |
| 1089 | 2026-05-21T00:31:21.791Z | + cargo fmt -- --check |
| 1090 | 2026-05-21T00:31:21.943Z | process exited: duration 110978 ms, exit code 0 |
| |
| 1091 | 2026-05-21T00:31:21.950Z | found 0 output files |