|
|
|
| 1 | 2026-08-18T22:08:05.170Z | job assigned to worker 01M0BEMDGPQX6QQRN9G7RHBH2C [factory aws, i-070b581ed242e182d] (queued for 45 s) |
| |
| 2 | 2026-08-18T22:08:11.882Z | starting task 0: "setup" |
| 3 | 2026-08-18T22:08:11.887Z | ++ uname -s |
| 4 | 2026-08-18T22:08:11.891Z | + kern=SunOS |
| 5 | 2026-08-18T22:08:11.891Z | + build_user=build |
| 6 | 2026-08-18T22:08:11.891Z | + build_uid=12345 |
| 7 | 2026-08-18T22:08:11.891Z | + work_dir=/work |
| 8 | 2026-08-18T22:08:11.891Z | + input_dir=/input |
| 9 | 2026-08-18T22:08:11.891Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-18T22:08:11.891Z | + case "$kern" in |
| 11 | 2026-08-18T22:08:11.891Z | + groupadd -g 12345 build |
| 12 | 2026-08-18T22:08:11.891Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-18T22:08:13.895Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-18T22:08:13.951Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-18T22:08:13.954Z | + home_fs=zfs |
| 16 | 2026-08-18T22:08:13.954Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-18T22:08:13.954Z | + mkdir -p /home/build |
| 18 | 2026-08-18T22:08:13.954Z | + chown build:build /home/build /work |
| 19 | 2026-08-18T22:08:15.960Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-18T22:08:15.963Z | process exited: duration 4074 ms, exit code 0 |
| |
| 21 | 2026-08-18T22:08:15.972Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-18T22:08:15.975Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-08-18T22:08:15.976Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-18T22:08:15.976Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-08-18T22:08:15.976Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-08-18T22:08:15.976Z | * rust toolchain channel = "stable" |
| 27 | 2026-08-18T22:08:15.976Z | * rust toolchain profile = "default" |
| 28 | 2026-08-18T22:08:15.979Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-18T22:08:15.979Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-08-18T22:08:16.081Z | info: downloading installer |
| 31 | 2026-08-18T22:08:17.466Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-18T22:08:17.466Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-18T22:08:17.466Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-18T22:08:17.466Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-18T22:08:17.479Z | info: profile set to default |
| 36 | 2026-08-18T22:08:17.479Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-18T22:08:17.482Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 38 | 2026-08-18T22:08:17.612Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-18T22:08:17.619Z | info: downloading 6 components |
| 40 | 2026-08-18T22:08:33.594Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 41 | 2026-08-18T22:08:33.594Z | |
| 42 | 2026-08-18T22:08:33.620Z | stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-18T22:08:33.620Z | |
| 44 | 2026-08-18T22:08:33.620Z | |
| 45 | 2026-08-18T22:08:33.620Z | Rust is installed now. Great! |
| 46 | 2026-08-18T22:08:33.620Z | |
| 47 | 2026-08-18T22:08:33.620Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-18T22:08:33.620Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-18T22:08:33.620Z | |
| 50 | 2026-08-18T22:08:33.620Z | To configure your current shell, you need to source |
| 51 | 2026-08-18T22:08:33.620Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-18T22:08:33.622Z | |
| 53 | 2026-08-18T22:08:33.622Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-18T22:08:33.625Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-18T22:08:33.625Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-18T22:08:33.625Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-18T22:08:33.625Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-18T22:08:33.625Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-18T22:08:33.625Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-18T22:08:33.625Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-18T22:08:33.625Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-18T22:08:33.709Z | + rustup --version |
| 63 | 2026-08-18T22:08:33.718Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-18T22:08:33.721Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-18T22:08:33.740Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-18T22:08:33.743Z | + cargo --version |
| 67 | 2026-08-18T22:08:33.758Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-18T22:08:33.761Z | + rustc --version |
| 69 | 2026-08-18T22:08:33.779Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-18T22:08:33.783Z | process exited: duration 17808 ms, exit code 0 |
| |
| 71 | 2026-08-18T22:08:33.789Z | starting task 2: "authentication" |
| 72 | 2026-08-18T22:08:33.805Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-18T22:08:33.811Z | starting task 3: "clone repository" |
| 74 | 2026-08-18T22:08:33.814Z | + mkdir -p /work/oxidecomputer/maghemite |
| 75 | 2026-08-18T22:08:33.817Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
| 76 | 2026-08-18T22:08:33.843Z | Cloning into '/work/oxidecomputer/maghemite'... |
| 77 | 2026-08-18T22:08:35.292Z | + cd /work/oxidecomputer/maghemite |
| 78 | 2026-08-18T22:08:35.292Z | + git fetch origin dbbeeabef5052148fb64580adbe9e5b2c36c1425 |
| 79 | 2026-08-18T22:08:35.581Z | From https://github.com/oxidecomputer/maghemite |
| 80 | 2026-08-18T22:08:35.581Z | * branch dbbeeabef5052148fb64580adbe9e5b2c36c1425 -> FETCH_HEAD |
| 81 | 2026-08-18T22:08:35.587Z | + [[ -n spr/trey/add-ddm_apply-api-endpoint ]] |
| 82 | 2026-08-18T22:08:35.590Z | ++ git branch --show-current |
| 83 | 2026-08-18T22:08:35.590Z | + current=main |
| 84 | 2026-08-18T22:08:35.590Z | + [[ main != spr/trey/add-ddm_apply-api-endpoint ]] |
| 85 | 2026-08-18T22:08:35.590Z | + git branch -f spr/trey/add-ddm_apply-api-endpoint dbbeeabef5052148fb64580adbe9e5b2c36c1425 |
| 86 | 2026-08-18T22:08:35.593Z | + git checkout -f spr/trey/add-ddm_apply-api-endpoint |
| 87 | 2026-08-18T22:08:35.611Z | Switched to branch 'spr/trey/add-ddm_apply-api-endpoint' |
| 88 | 2026-08-18T22:08:35.614Z | + git reset --hard dbbeeabef5052148fb64580adbe9e5b2c36c1425 |
| 89 | 2026-08-18T22:08:35.630Z | HEAD is now at dbbeeab Add ddm_apply API endpoint Signed-off-by: Trey Aspelund <trey@oxidecomputer.com> |
| 90 | 2026-08-18T22:08:35.634Z | process exited: duration 1819 ms, exit code 0 |
| |
| 91 | 2026-08-18T22:08:35.641Z | starting task 4: "build" |
| 92 | 2026-08-18T22:08:35.644Z | + source .github/buildomat/common.sh |
| 93 | 2026-08-18T22:08:35.649Z | ++ export PKG_SUCCESS_ON_NOP=1 |
| 94 | 2026-08-18T22:08:35.649Z | ++ PKG_SUCCESS_ON_NOP=1 |
| 95 | 2026-08-18T22:08:35.649Z | ++ cargo --version |
| 96 | 2026-08-18T22:08:35.652Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 97 | 2026-08-18T22:08:35.788Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 98 | 2026-08-18T22:08:35.792Z | info: downloading 6 components |
| 99 | 2026-08-18T22:08:51.901Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-08-18T22:08:51.905Z | ++ rustc --version |
| 101 | 2026-08-18T22:08:51.929Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-18T22:08:51.933Z | + pfexec pkg install clang-15 |
| 103 | 2026-08-18T22:08:53.168Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-08-18T22:08:53.780Z | Startup: Caching catalogs ... Done |
| 105 | 2026-08-18T22:08:55.535Z | Planning: Solver setup ... Done |
| 106 | 2026-08-18T22:08:55.589Z | Planning: Running solver ... Done |
| 107 | 2026-08-18T22:08:55.624Z | Planning: Consolidating action changes ... Done |
| 108 | 2026-08-18T22:08:55.627Z | Planning: Evaluating mediators ... Done |
| 109 | 2026-08-18T22:08:55.627Z | Planning: Planning completed in 1.81 seconds |
| 110 | 2026-08-18T22:08:55.642Z | No updates necessary for this image. |
| 111 | 2026-08-18T22:08:55.840Z | + banner check |
| 112 | 2026-08-18T22:08:55.843Z | |
| 113 | 2026-08-18T22:08:55.843Z | #### # # ###### #### # # |
| 114 | 2026-08-18T22:08:55.843Z | # # # # # # # # # |
| 115 | 2026-08-18T22:08:55.843Z | # ###### ##### # #### |
| 116 | 2026-08-18T22:08:55.843Z | # # # # # # # |
| 117 | 2026-08-18T22:08:55.843Z | # # # # # # # # # |
| 118 | 2026-08-18T22:08:55.844Z | #### # # ###### #### # # |
| 119 | 2026-08-18T22:08:55.844Z | |
| 120 | 2026-08-18T22:08:55.844Z | + cargo fmt -- --check |
| 121 | 2026-08-18T22:08:56.265Z | + cargo clippy --all-targets -- --deny warnings |
| 122 | 2026-08-18T22:08:56.379Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 123 | 2026-08-18T22:08:56.998Z | From https://github.com/oxidecomputer/falcon |
| 124 | 2026-08-18T22:08:57.001Z | * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483 |
| 125 | 2026-08-18T22:08:57.074Z | Updating crates.io index |
| 126 | 2026-08-18T22:08:57.077Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 127 | 2026-08-18T22:08:57.519Z | From https://github.com/oxidecomputer/dendrite |
| 128 | 2026-08-18T22:08:57.519Z | * [new ref] 803f6899e3bc64780a965d625e248e1d77e37d43 -> refs/commit/803f6899e3bc64780a965d625e248e1d77e37d43 |
| 129 | 2026-08-18T22:08:57.553Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 130 | 2026-08-18T22:08:57.851Z | From https://github.com/oxidecomputer/ispf |
| 131 | 2026-08-18T22:08:57.852Z | * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a |
| 132 | 2026-08-18T22:08:57.857Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 133 | 2026-08-18T22:08:58.247Z | From https://github.com/oxidecomputer/netadm-sys |
| 134 | 2026-08-18T22:08:58.247Z | * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2 |
| 135 | 2026-08-18T22:08:58.254Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 136 | 2026-08-18T22:09:04.856Z | From https://github.com/oxidecomputer/omicron |
| 137 | 2026-08-18T22:09:04.856Z | * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b |
| 138 | 2026-08-18T22:09:05.275Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 139 | 2026-08-18T22:09:06.107Z | From https://github.com/oxidecomputer/opte |
| 140 | 2026-08-18T22:09:06.107Z | * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91 |
| 141 | 2026-08-18T22:09:06.136Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 142 | 2026-08-18T22:09:06.658Z | From https://github.com/oxidecomputer/slog-error-chain |
| 143 | 2026-08-18T22:09:06.659Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 144 | 2026-08-18T22:09:06.668Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 145 | 2026-08-18T22:09:06.963Z | From https://github.com/illumos/smf-rs |
| 146 | 2026-08-18T22:09:06.963Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
| 147 | 2026-08-18T22:09:06.969Z | Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 148 | 2026-08-18T22:09:07.275Z | From https://github.com/oxidecomputer/network-interface |
| 149 | 2026-08-18T22:09:07.276Z | * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 150 | 2026-08-18T22:09:07.282Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 151 | 2026-08-18T22:09:07.578Z | From https://github.com/oxidecomputer/zone |
| 152 | 2026-08-18T22:09:07.578Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
| 153 | 2026-08-18T22:09:07.585Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 154 | 2026-08-18T22:09:08.215Z | From https://github.com/oxidecomputer/propolis |
| 155 | 2026-08-18T22:09:08.215Z | * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f |
| 156 | 2026-08-18T22:09:08.258Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 157 | 2026-08-18T22:09:08.901Z | From https://github.com/oxidecomputer/transceiver-control |
| 158 | 2026-08-18T22:09:08.901Z | * [new ref] 9b21e39af969637c09e1eaf6538c0f32b01733ea -> refs/commit/9b21e39af969637c09e1eaf6538c0f32b01733ea |
| 159 | 2026-08-18T22:09:08.911Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 160 | 2026-08-18T22:09:09.241Z | From https://github.com/oxidecomputer/dlpi-sys |
| 161 | 2026-08-18T22:09:09.241Z | * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1 |
| 162 | 2026-08-18T22:09:09.249Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 163 | 2026-08-18T22:09:09.558Z | From https://github.com/jmesmon/rust-libzfs |
| 164 | 2026-08-18T22:09:09.558Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 165 | 2026-08-18T22:09:09.563Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 166 | 2026-08-18T22:09:09.871Z | From https://github.com/oxidecomputer/rusty-doors |
| 167 | 2026-08-18T22:09:09.872Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 168 | 2026-08-18T22:09:09.878Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 169 | 2026-08-18T22:09:10.271Z | From https://github.com/oxidecomputer/lldp |
| 170 | 2026-08-18T22:09:10.271Z | * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154 |
| 171 | 2026-08-18T22:09:10.285Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 172 | 2026-08-18T22:09:10.662Z | From https://github.com/oxidecomputer/tufaceous |
| 173 | 2026-08-18T22:09:10.662Z | * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab |
| 174 | 2026-08-18T22:09:10.672Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 175 | 2026-08-18T22:09:11.828Z | From https://github.com/oxidecomputer/management-gateway-service |
| 176 | 2026-08-18T22:09:11.828Z | * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862 |
| 177 | 2026-08-18T22:09:11.841Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 178 | 2026-08-18T22:09:12.652Z | From https://github.com/oxidecomputer/crucible |
| 179 | 2026-08-18T22:09:12.652Z | * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb |
| 180 | 2026-08-18T22:09:12.698Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 181 | 2026-08-18T22:09:12.993Z | From https://github.com/oxidecomputer/serde_human_bytes |
| 182 | 2026-08-18T22:09:12.993Z | * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322 |
| 183 | 2026-08-18T22:09:13.002Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 184 | 2026-08-18T22:09:13.482Z | From https://github.com/oxidecomputer/propolis |
| 185 | 2026-08-18T22:09:13.482Z | * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676 |
| 186 | 2026-08-18T22:09:13.525Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 187 | 2026-08-18T22:09:14.124Z | From https://github.com/oxidecomputer/crucible |
| 188 | 2026-08-18T22:09:14.124Z | * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 |
| 189 | 2026-08-18T22:09:14.184Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 190 | 2026-08-18T22:09:14.598Z | From https://github.com/oxidecomputer/tofino |
| 191 | 2026-08-18T22:09:14.599Z | * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc |
| 192 | 2026-08-18T22:09:14.612Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 193 | 2026-08-18T22:09:15.349Z | From https://github.com/oxidecomputer/maghemite |
| 194 | 2026-08-18T22:09:15.350Z | * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513 |
| 195 | 2026-08-18T22:09:15.380Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 196 | 2026-08-18T22:09:15.711Z | From https://github.com/oxidecomputer/clickward |
| 197 | 2026-08-18T22:09:15.712Z | * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 |
| 198 | 2026-08-18T22:09:15.719Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 199 | 2026-08-18T22:09:16.019Z | From https://github.com/oxidecomputer/illumos-devinfo |
| 200 | 2026-08-18T22:09:16.019Z | * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640 |
| 201 | 2026-08-18T22:09:17.901Z | Downloading crates ... |
| 202 | 2026-08-18T22:09:17.941Z | Downloaded cfg-if v1.0.4 |
| 203 | 2026-08-18T22:09:17.949Z | Downloaded adler2 v2.0.1 |
| 204 | 2026-08-18T22:09:17.952Z | Downloaded bs58 v0.5.1 |
| 205 | 2026-08-18T22:09:17.955Z | Downloaded arc-swap v1.9.2 |
| 206 | 2026-08-18T22:09:17.958Z | Downloaded cstr-argument v0.1.2 |
| 207 | 2026-08-18T22:09:17.958Z | Downloaded block-buffer v0.10.4 |
| 208 | 2026-08-18T22:09:17.958Z | Downloaded compression-codecs v0.4.38 |
| 209 | 2026-08-18T22:09:17.966Z | Downloaded darling v0.23.0 |
| 210 | 2026-08-18T22:09:17.969Z | Downloaded const_format_proc_macros v0.2.34 |
| 211 | 2026-08-18T22:09:17.974Z | Downloaded lru-slab v0.1.2 |
| 212 | 2026-08-18T22:09:17.974Z | Downloaded inout v0.1.4 |
| 213 | 2026-08-18T22:09:17.978Z | Downloaded async-stream-impl v0.3.6 |
| 214 | 2026-08-18T22:09:17.999Z | Downloaded daft-derive v0.1.8 |
| 215 | 2026-08-18T22:09:17.999Z | Downloaded anstream v1.0.0 |
| 216 | 2026-08-18T22:09:17.999Z | Downloaded idna_adapter v1.2.2 |
| 217 | 2026-08-18T22:09:17.999Z | Downloaded argon2 v0.5.3 |
| 218 | 2026-08-18T22:09:18.003Z | Downloaded bytecount v0.6.9 |
| 219 | 2026-08-18T22:09:18.003Z | Downloaded konst_macro_rules v0.2.19 |
| 220 | 2026-08-18T22:09:18.003Z | Downloaded libscf-sys v1.2.0 |
| 221 | 2026-08-18T22:09:18.003Z | Downloaded backoff v0.4.0 |
| 222 | 2026-08-18T22:09:18.003Z | Downloaded async-stream v0.3.6 |
| 223 | 2026-08-18T22:09:18.003Z | Downloaded crossbeam-utils v0.8.22 |
| 224 | 2026-08-18T22:09:18.003Z | Downloaded atomicwrites v0.4.4 |
| 225 | 2026-08-18T22:09:18.003Z | Downloaded aead v0.5.2 |
| 226 | 2026-08-18T22:09:18.003Z | Downloaded atomic-waker v1.1.2 |
| 227 | 2026-08-18T22:09:18.003Z | Downloaded byteorder v1.5.0 |
| 228 | 2026-08-18T22:09:18.003Z | Downloaded linear-map v1.2.0 |
| 229 | 2026-08-18T22:09:18.003Z | Downloaded anstyle-parse v1.0.0 |
| 230 | 2026-08-18T22:09:18.003Z | Downloaded async-trait v0.1.92 |
| 231 | 2026-08-18T22:09:18.003Z | Downloaded keccak v0.1.6 |
| 232 | 2026-08-18T22:09:18.003Z | Downloaded bit-set v0.8.0 |
| 233 | 2026-08-18T22:09:18.003Z | Downloaded lock_api v0.4.14 |
| 234 | 2026-08-18T22:09:18.003Z | Downloaded multer v3.1.0 |
| 235 | 2026-08-18T22:09:18.003Z | Downloaded newtype-uuid v1.4.0 |
| 236 | 2026-08-18T22:09:18.007Z | Downloaded num-complex v0.4.6 |
| 237 | 2026-08-18T22:09:18.007Z | Downloaded base64ct v1.8.3 |
| 238 | 2026-08-18T22:09:18.007Z | Downloaded macaddr v1.0.1 |
| 239 | 2026-08-18T22:09:18.013Z | Downloaded humantime v2.4.0 |
| 240 | 2026-08-18T22:09:18.016Z | Downloaded hyper-rustls v0.27.9 |
| 241 | 2026-08-18T22:09:18.017Z | Downloaded once_cell v1.21.4 |
| 242 | 2026-08-18T22:09:18.017Z | Downloaded base16ct v0.2.0 |
| 243 | 2026-08-18T22:09:18.020Z | Downloaded base16ct v1.0.0 |
| 244 | 2026-08-18T22:09:18.020Z | Downloaded block-buffer v0.12.1 |
| 245 | 2026-08-18T22:09:18.020Z | Downloaded managed v0.8.0 |
| 246 | 2026-08-18T22:09:18.020Z | Downloaded jobserver v0.1.35 |
| 247 | 2026-08-18T22:09:18.024Z | Downloaded anstyle-query v1.1.5 |
| 248 | 2026-08-18T22:09:18.024Z | Downloaded async-recursion v1.1.1 |
| 249 | 2026-08-18T22:09:18.024Z | Downloaded crunchy v0.2.4 |
| 250 | 2026-08-18T22:09:18.024Z | Downloaded cobs v0.3.0 |
| 251 | 2026-08-18T22:09:18.024Z | Downloaded crypto-common v0.1.7 |
| 252 | 2026-08-18T22:09:18.027Z | Downloaded hybrid-array v0.4.14 |
| 253 | 2026-08-18T22:09:18.027Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 254 | 2026-08-18T22:09:18.033Z | Downloaded autocfg v1.5.1 |
| 255 | 2026-08-18T22:09:18.036Z | Downloaded bit-vec v0.8.0 |
| 256 | 2026-08-18T22:09:18.036Z | Downloaded bitflags v1.3.2 |
| 257 | 2026-08-18T22:09:18.041Z | Downloaded byte-wrapper v0.1.0 |
| 258 | 2026-08-18T22:09:18.041Z | Downloaded cancel-safe-futures v0.1.5 |
| 259 | 2026-08-18T22:09:18.041Z | Downloaded cfg_aliases v0.2.2 |
| 260 | 2026-08-18T22:09:18.044Z | Downloaded is_ci v1.2.0 |
| 261 | 2026-08-18T22:09:18.044Z | Downloaded internet-checksum v0.2.1 |
| 262 | 2026-08-18T22:09:18.044Z | Downloaded lru-cache v0.1.2 |
| 263 | 2026-08-18T22:09:18.044Z | Downloaded crc8 v0.1.1 |
| 264 | 2026-08-18T22:09:18.044Z | Downloaded ident_case v1.0.1 |
| 265 | 2026-08-18T22:09:18.044Z | Downloaded omicron-workspace-hack v0.1.0 |
| 266 | 2026-08-18T22:09:18.045Z | Downloaded lazy_static v1.5.0 |
| 267 | 2026-08-18T22:09:18.049Z | Downloaded match_cfg v0.1.0 |
| 268 | 2026-08-18T22:09:18.049Z | Downloaded newline-converter v0.3.0 |
| 269 | 2026-08-18T22:09:18.049Z | Downloaded num-derive v0.4.2 |
| 270 | 2026-08-18T22:09:18.049Z | Downloaded crypto-common v0.2.2 |
| 271 | 2026-08-18T22:09:18.049Z | Downloaded cpufeatures v0.2.17 |
| 272 | 2026-08-18T22:09:18.052Z | Downloaded num-conv v0.2.2 |
| 273 | 2026-08-18T22:09:18.052Z | Downloaded instant v0.1.13 |
| 274 | 2026-08-18T22:09:18.052Z | Downloaded is-terminal v0.4.17 |
| 275 | 2026-08-18T22:09:18.052Z | Downloaded is_terminal_polyfill v1.70.2 |
| 276 | 2026-08-18T22:09:18.055Z | Downloaded no-std-compat v0.4.1 |
| 277 | 2026-08-18T22:09:18.055Z | Downloaded itoa v1.0.18 |
| 278 | 2026-08-18T22:09:18.055Z | Downloaded opaque-debug v0.3.1 |
| 279 | 2026-08-18T22:09:18.055Z | Downloaded serde_urlencoded v0.7.1 |
| 280 | 2026-08-18T22:09:18.055Z | Downloaded ciborium-io v0.2.2 |
| 281 | 2026-08-18T22:09:18.058Z | Downloaded const-random v0.1.18 |
| 282 | 2026-08-18T22:09:18.058Z | Downloaded crucible-workspace-hack v0.1.0 |
| 283 | 2026-08-18T22:09:18.058Z | Downloaded ciborium-ll v0.2.2 |
| 284 | 2026-08-18T22:09:18.058Z | Downloaded cpufeatures v0.3.0 |
| 285 | 2026-08-18T22:09:18.058Z | Downloaded clap_lex v1.1.0 |
| 286 | 2026-08-18T22:09:18.063Z | Downloaded colorchoice v1.0.5 |
| 287 | 2026-08-18T22:09:18.063Z | Downloaded convert_case v0.4.0 |
| 288 | 2026-08-18T22:09:18.067Z | Downloaded indent_write v2.2.0 |
| 289 | 2026-08-18T22:09:18.067Z | Downloaded anstyle v1.0.14 |
| 290 | 2026-08-18T22:09:18.068Z | Downloaded linked-hash-map v0.5.6 |
| 291 | 2026-08-18T22:09:18.071Z | Downloaded num_enum_derive v0.5.11 |
| 292 | 2026-08-18T22:09:18.072Z | Downloaded secrecy v0.10.3 |
| 293 | 2026-08-18T22:09:18.072Z | Downloaded mime v0.3.17 |
| 294 | 2026-08-18T22:09:18.073Z | Downloaded hyper-util v0.1.20 |
| 295 | 2026-08-18T22:09:18.073Z | Downloaded semver v0.1.20 |
| 296 | 2026-08-18T22:09:18.076Z | Downloaded serde_spanned v0.6.9 |
| 297 | 2026-08-18T22:09:18.076Z | Downloaded iana-time-zone v0.1.65 |
| 298 | 2026-08-18T22:09:18.076Z | Downloaded bcs v0.1.6 |
| 299 | 2026-08-18T22:09:18.076Z | Downloaded compression-core v0.4.32 |
| 300 | 2026-08-18T22:09:18.080Z | Downloaded siphasher v1.0.3 |
| 301 | 2026-08-18T22:09:18.084Z | Downloaded newtype-uuid-macros v0.1.1 |
| 302 | 2026-08-18T22:09:18.084Z | Downloaded memmap v0.7.0 |
| 303 | 2026-08-18T22:09:18.084Z | Downloaded strum v0.27.2 |
| 304 | 2026-08-18T22:09:18.084Z | Downloaded bitflags v2.13.1 |
| 305 | 2026-08-18T22:09:18.089Z | Downloaded olpc-cjson v0.1.4 |
| 306 | 2026-08-18T22:09:18.092Z | Downloaded sigpipe v0.1.3 |
| 307 | 2026-08-18T22:09:18.092Z | Downloaded tinyvec_macros v0.1.1 |
| 308 | 2026-08-18T22:09:18.092Z | Downloaded memoffset v0.9.1 |
| 309 | 2026-08-18T22:09:18.092Z | Downloaded newtype_derive v0.1.6 |
| 310 | 2026-08-18T22:09:18.092Z | Downloaded num-iter v0.1.46 |
| 311 | 2026-08-18T22:09:18.093Z | Downloaded num_threads v0.1.7 |
| 312 | 2026-08-18T22:09:18.097Z | Downloaded take_mut v0.2.2 |
| 313 | 2026-08-18T22:09:18.097Z | Downloaded thread-id v5.1.0 |
| 314 | 2026-08-18T22:09:18.097Z | Downloaded unarray v0.1.4 |
| 315 | 2026-08-18T22:09:18.097Z | Downloaded natord v1.0.9 |
| 316 | 2026-08-18T22:09:18.097Z | Downloaded num v0.4.3 |
| 317 | 2026-08-18T22:09:18.100Z | Downloaded thread_local v1.1.10 |
| 318 | 2026-08-18T22:09:18.104Z | Downloaded chacha20 v0.9.1 |
| 319 | 2026-08-18T22:09:18.104Z | Downloaded cipher v0.4.4 |
| 320 | 2026-08-18T22:09:18.108Z | Downloaded tower-service v0.3.3 |
| 321 | 2026-08-18T22:09:18.108Z | Downloaded cmake v0.1.58 |
| 322 | 2026-08-18T22:09:18.108Z | Downloaded const-random-macro v0.1.16 |
| 323 | 2026-08-18T22:09:18.109Z | Downloaded critical-section v1.2.0 |
| 324 | 2026-08-18T22:09:18.109Z | Downloaded unicode-linebreak v0.1.5 |
| 325 | 2026-08-18T22:09:18.109Z | Downloaded crossbeam-deque v0.8.7 |
| 326 | 2026-08-18T22:09:18.112Z | Downloaded ingot v0.1.1 |
| 327 | 2026-08-18T22:09:18.114Z | Downloaded csv-core v0.1.13 |
| 328 | 2026-08-18T22:09:18.115Z | Downloaded wait-timeout v0.2.1 |
| 329 | 2026-08-18T22:09:18.115Z | Downloaded daft v0.1.8 |
| 330 | 2026-08-18T22:09:18.117Z | Downloaded usdt-macro v0.5.0 |
| 331 | 2026-08-18T22:09:18.118Z | Downloaded usdt-macro v0.6.0 |
| 332 | 2026-08-18T22:09:18.118Z | Downloaded utf-8 v0.7.6 |
| 333 | 2026-08-18T22:09:18.118Z | Downloaded ahash v0.8.12 |
| 334 | 2026-08-18T22:09:18.120Z | Downloaded num_enum_derive v0.7.6 |
| 335 | 2026-08-18T22:09:18.120Z | Downloaded libsw v3.5.0 |
| 336 | 2026-08-18T22:09:18.120Z | Downloaded jiff-static v0.2.35 |
| 337 | 2026-08-18T22:09:18.121Z | Downloaded num-rational v0.4.2 |
| 338 | 2026-08-18T22:09:18.124Z | Downloaded scroll v0.12.0 |
| 339 | 2026-08-18T22:09:18.124Z | Downloaded num_enum v0.7.6 |
| 340 | 2026-08-18T22:09:18.127Z | Downloaded zerofrom-derive v0.1.7 |
| 341 | 2026-08-18T22:09:18.127Z | Downloaded ingot v0.2.1 |
| 342 | 2026-08-18T22:09:18.127Z | Downloaded snafu-derive v0.8.9 |
| 343 | 2026-08-18T22:09:18.127Z | Downloaded try-lock v0.2.5 |
| 344 | 2026-08-18T22:09:18.130Z | Downloaded usdt-attr-macro v0.5.0 |
| 345 | 2026-08-18T22:09:18.133Z | Downloaded camino-tempfile v1.4.1 |
| 346 | 2026-08-18T22:09:18.133Z | Downloaded rusty-fork v0.3.1 |
| 347 | 2026-08-18T22:09:18.134Z | Downloaded sha2 v0.10.9 |
| 348 | 2026-08-18T22:09:18.138Z | Downloaded slog-stdlog v4.1.1 |
| 349 | 2026-08-18T22:09:18.138Z | Downloaded console v0.16.4 |
| 350 | 2026-08-18T22:09:18.138Z | Downloaded cookie v0.18.2 |
| 351 | 2026-08-18T22:09:18.138Z | Downloaded icu_properties v2.2.0 |
| 352 | 2026-08-18T22:09:18.138Z | Downloaded dunce v1.0.5 |
| 353 | 2026-08-18T22:09:18.142Z | Downloaded dof v0.4.0 |
| 354 | 2026-08-18T22:09:18.142Z | Downloaded http-body v1.1.0 |
| 355 | 2026-08-18T22:09:18.142Z | Downloaded embedded-io v0.4.0 |
| 356 | 2026-08-18T22:09:18.145Z | Downloaded chacha20 v0.10.1 |
| 357 | 2026-08-18T22:09:18.146Z | Downloaded darling v0.21.3 |
| 358 | 2026-08-18T22:09:18.149Z | Downloaded strum_macros v0.26.4 |
| 359 | 2026-08-18T22:09:18.149Z | Downloaded ciborium v0.2.2 |
| 360 | 2026-08-18T22:09:18.152Z | Downloaded clap_derive v4.6.4 |
| 361 | 2026-08-18T22:09:18.152Z | Downloaded embedded-io v0.6.1 |
| 362 | 2026-08-18T22:09:18.152Z | Downloaded float-ord v0.3.2 |
| 363 | 2026-08-18T22:09:18.152Z | Downloaded futures-sink v0.3.34 |
| 364 | 2026-08-18T22:09:18.152Z | Downloaded thiserror-impl v2.0.20 |
| 365 | 2026-08-18T22:09:18.155Z | Downloaded futures-core v0.3.34 |
| 366 | 2026-08-18T22:09:18.158Z | Downloaded powerfmt v0.2.0 |
| 367 | 2026-08-18T22:09:18.158Z | Downloaded bytes v1.12.1 |
| 368 | 2026-08-18T22:09:18.161Z | Downloaded colored v3.1.1 |
| 369 | 2026-08-18T22:09:18.161Z | Downloaded crossbeam-epoch v0.9.20 |
| 370 | 2026-08-18T22:09:18.164Z | Downloaded ingot-types v0.2.0 |
| 371 | 2026-08-18T22:09:18.164Z | Downloaded libsw-core v0.3.2 |
| 372 | 2026-08-18T22:09:18.164Z | Downloaded num-integer v0.1.47 |
| 373 | 2026-08-18T22:09:18.168Z | Downloaded cargo_toml v0.22.3 |
| 374 | 2026-08-18T22:09:18.168Z | Downloaded crc32fast v1.5.0 |
| 375 | 2026-08-18T22:09:18.168Z | Downloaded rustls-pki-types v1.15.1 |
| 376 | 2026-08-18T22:09:18.172Z | Downloaded ingot-types v0.1.2 |
| 377 | 2026-08-18T22:09:18.172Z | Downloaded progenitor-client v0.10.0 |
| 378 | 2026-08-18T22:09:18.172Z | Downloaded quick-error v1.2.3 |
| 379 | 2026-08-18T22:09:18.172Z | Downloaded backon v1.6.0 |
| 380 | 2026-08-18T22:09:18.172Z | Downloaded httparse v1.10.1 |
| 381 | 2026-08-18T22:09:18.178Z | Downloaded slab v0.4.12 |
| 382 | 2026-08-18T22:09:18.178Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 383 | 2026-08-18T22:09:18.178Z | Downloaded gethostname v0.5.0 |
| 384 | 2026-08-18T22:09:18.178Z | Downloaded ref-cast-impl v1.0.26 |
| 385 | 2026-08-18T22:09:18.182Z | Downloaded zerovec-derive v0.11.3 |
| 386 | 2026-08-18T22:09:18.185Z | Downloaded phf_shared v0.12.1 |
| 387 | 2026-08-18T22:09:18.186Z | Downloaded blake2 v0.10.6 |
| 388 | 2026-08-18T22:09:18.186Z | Downloaded konst v0.2.20 |
| 389 | 2026-08-18T22:09:18.189Z | Downloaded proc-macro-error-attr v1.0.4 |
| 390 | 2026-08-18T22:09:18.189Z | Downloaded strsim v0.11.1 |
| 391 | 2026-08-18T22:09:18.192Z | Downloaded derive-ex v0.1.8 |
| 392 | 2026-08-18T22:09:18.194Z | Downloaded rustc-hash v2.1.3 |
| 393 | 2026-08-18T22:09:18.198Z | Downloaded ingot-macros v0.2.0 |
| 394 | 2026-08-18T22:09:18.198Z | Downloaded slog-envlogger v2.2.0 |
| 395 | 2026-08-18T22:09:18.198Z | Downloaded spin v0.5.2 |
| 396 | 2026-08-18T22:09:18.201Z | Downloaded tagptr v0.2.0 |
| 397 | 2026-08-18T22:09:18.201Z | Downloaded ipnet v2.12.1 |
| 398 | 2026-08-18T22:09:18.201Z | Downloaded ipnetwork v0.21.1 |
| 399 | 2026-08-18T22:09:18.201Z | Downloaded litemap v0.8.2 |
| 400 | 2026-08-18T22:09:18.204Z | Downloaded progenitor-macro v0.10.0 |
| 401 | 2026-08-18T22:09:18.204Z | Downloaded fs-err v3.3.1 |
| 402 | 2026-08-18T22:09:18.204Z | Downloaded slog-scope v4.4.1 |
| 403 | 2026-08-18T22:09:18.207Z | Downloaded icu_collections v2.2.0 |
| 404 | 2026-08-18T22:09:18.210Z | Downloaded tempfile v3.27.0 |
| 405 | 2026-08-18T22:09:18.215Z | Downloaded password-hash v0.5.0 |
| 406 | 2026-08-18T22:09:18.218Z | Downloaded rustc_version v0.1.7 |
| 407 | 2026-08-18T22:09:18.218Z | Downloaded rustc_version v0.4.1 |
| 408 | 2026-08-18T22:09:18.218Z | Downloaded thread-id v4.2.2 |
| 409 | 2026-08-18T22:09:18.218Z | Downloaded tokio-macros v2.7.2 |
| 410 | 2026-08-18T22:09:18.221Z | Downloaded sha1 v0.10.7 |
| 411 | 2026-08-18T22:09:18.221Z | Downloaded sha1 v0.11.0 |
| 412 | 2026-08-18T22:09:18.221Z | Downloaded digest v0.10.7 |
| 413 | 2026-08-18T22:09:18.224Z | Downloaded fixedbitset v0.5.7 |
| 414 | 2026-08-18T22:09:18.224Z | Downloaded generic-array v0.14.7 |
| 415 | 2026-08-18T22:09:18.224Z | Downloaded camino v1.2.5 |
| 416 | 2026-08-18T22:09:18.228Z | Downloaded anyhow v1.0.104 |
| 417 | 2026-08-18T22:09:18.228Z | Downloaded const-oid v0.10.2 |
| 418 | 2026-08-18T22:09:18.231Z | Downloaded fastrand v2.5.0 |
| 419 | 2026-08-18T22:09:18.231Z | Downloaded stable_deref_trait v1.2.1 |
| 420 | 2026-08-18T22:09:18.231Z | Downloaded tower-layer v0.3.3 |
| 421 | 2026-08-18T22:09:18.231Z | Downloaded unicode-xid v0.2.6 |
| 422 | 2026-08-18T22:09:18.235Z | Downloaded usdt v0.6.0 |
| 423 | 2026-08-18T22:09:18.235Z | Downloaded yoke-derive v0.8.2 |
| 424 | 2026-08-18T22:09:18.235Z | Downloaded darling_macro v0.21.3 |
| 425 | 2026-08-18T22:09:18.235Z | Downloaded utf8_iter v1.0.4 |
| 426 | 2026-08-18T22:09:18.235Z | Downloaded console v0.15.11 |
| 427 | 2026-08-18T22:09:18.238Z | Downloaded ucd-trie v0.1.7 |
| 428 | 2026-08-18T22:09:18.238Z | Downloaded ingot-macros v0.1.1 |
| 429 | 2026-08-18T22:09:18.238Z | Downloaded version_check v0.9.5 |
| 430 | 2026-08-18T22:09:18.238Z | Downloaded progenitor v0.14.0 |
| 431 | 2026-08-18T22:09:18.241Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 432 | 2026-08-18T22:09:18.244Z | Downloaded foreign-types-shared v0.3.1 |
| 433 | 2026-08-18T22:09:18.245Z | Downloaded form_urlencoded v1.2.2 |
| 434 | 2026-08-18T22:09:18.248Z | Downloaded fnv v1.0.7 |
| 435 | 2026-08-18T22:09:18.248Z | Downloaded foreign-types-shared v0.1.1 |
| 436 | 2026-08-18T22:09:18.248Z | Downloaded hex v0.4.3 |
| 437 | 2026-08-18T22:09:18.248Z | Downloaded heck v0.5.0 |
| 438 | 2026-08-18T22:09:18.251Z | Downloaded hubpack_derive v0.1.1 |
| 439 | 2026-08-18T22:09:18.251Z | Downloaded allocator-api2 v0.2.21 |
| 440 | 2026-08-18T22:09:18.254Z | Downloaded num_enum v0.5.11 |
| 441 | 2026-08-18T22:09:18.254Z | Downloaded thin-vec v0.2.19 |
| 442 | 2026-08-18T22:09:18.257Z | Downloaded serde_derive_internals v0.29.1 |
| 443 | 2026-08-18T22:09:18.260Z | Downloaded tokio-stream v0.1.19 |
| 444 | 2026-08-18T22:09:18.263Z | Downloaded ppv-lite86 v0.2.21 |
| 445 | 2026-08-18T22:09:18.268Z | Downloaded hubpack v0.1.2 |
| 446 | 2026-08-18T22:09:18.271Z | Downloaded pest_generator v2.8.8 |
| 447 | 2026-08-18T22:09:18.274Z | Downloaded phf v0.12.1 |
| 448 | 2026-08-18T22:09:18.280Z | Downloaded icu_provider v2.2.0 |
| 449 | 2026-08-18T22:09:18.283Z | Downloaded log v0.4.33 |
| 450 | 2026-08-18T22:09:18.283Z | Downloaded memmap2 v0.9.11 |
| 451 | 2026-08-18T22:09:18.288Z | Downloaded toml_write v0.1.2 |
| 452 | 2026-08-18T22:09:18.288Z | Downloaded percent-encoding v2.3.2 |
| 453 | 2026-08-18T22:09:18.288Z | Downloaded thiserror-no-std v2.0.2 |
| 454 | 2026-08-18T22:09:18.292Z | Downloaded tokio-dtrace v0.1.1 |
| 455 | 2026-08-18T22:09:18.292Z | Downloaded clap v4.6.6 |
| 456 | 2026-08-18T22:09:18.297Z | Downloaded const_format v0.2.36 |
| 457 | 2026-08-18T22:09:18.300Z | Downloaded rand_xorshift v0.4.0 |
| 458 | 2026-08-18T22:09:18.300Z | Downloaded tokio-tungstenite v0.21.0 |
| 459 | 2026-08-18T22:09:18.300Z | Downloaded schemars_derive v0.8.22 |
| 460 | 2026-08-18T22:09:18.300Z | Downloaded serde_plain v1.0.2 |
| 461 | 2026-08-18T22:09:18.304Z | Downloaded parse-display v0.10.0 |
| 462 | 2026-08-18T22:09:18.304Z | Downloaded time-core v0.1.9 |
| 463 | 2026-08-18T22:09:18.306Z | Downloaded chacha20poly1305 v0.10.1 |
| 464 | 2026-08-18T22:09:18.311Z | Downloaded scroll_derive v0.12.1 |
| 465 | 2026-08-18T22:09:18.315Z | Downloaded foldhash v0.1.5 |
| 466 | 2026-08-18T22:09:18.315Z | Downloaded hostname v0.3.1 |
| 467 | 2026-08-18T22:09:18.316Z | Downloaded typify-macro v0.6.2 |
| 468 | 2026-08-18T22:09:18.319Z | Downloaded darling_macro v0.23.0 |
| 469 | 2026-08-18T22:09:18.319Z | Downloaded defmt v0.3.100 |
| 470 | 2026-08-18T22:09:18.319Z | Downloaded subtle v2.6.1 |
| 471 | 2026-08-18T22:09:18.319Z | Downloaded termtree v0.5.1 |
| 472 | 2026-08-18T22:09:18.319Z | Downloaded zeroize_derive v1.5.0 |
| 473 | 2026-08-18T22:09:18.322Z | Downloaded foreign-types v0.5.0 |
| 474 | 2026-08-18T22:09:18.322Z | Downloaded foreign-types v0.3.2 |
| 475 | 2026-08-18T22:09:18.322Z | Downloaded indexmap v1.9.3 |
| 476 | 2026-08-18T22:09:18.322Z | Downloaded base64 v0.21.7 |
| 477 | 2026-08-18T22:09:18.325Z | Downloaded oxide-tokio-rt v0.1.6 |
| 478 | 2026-08-18T22:09:18.325Z | Downloaded crypto-bigint v0.5.5 |
| 479 | 2026-08-18T22:09:18.328Z | Downloaded getrandom v0.2.17 |
| 480 | 2026-08-18T22:09:18.331Z | Downloaded smallvec v1.15.2 |
| 481 | 2026-08-18T22:09:18.331Z | Downloaded thiserror v2.0.20 |
| 482 | 2026-08-18T22:09:18.334Z | Downloaded spin v0.9.9 |
| 483 | 2026-08-18T22:09:18.338Z | Downloaded progenitor v0.13.0 |
| 484 | 2026-08-18T22:09:18.338Z | Downloaded progenitor-macro v0.13.0 |
| 485 | 2026-08-18T22:09:18.338Z | Downloaded pin-project-internal v1.1.13 |
| 486 | 2026-08-18T22:09:18.343Z | Downloaded enum-as-inner v0.6.1 |
| 487 | 2026-08-18T22:09:18.343Z | Downloaded serde_yaml v0.9.34+deprecated |
| 488 | 2026-08-18T22:09:18.344Z | Downloaded tokio-rustls v0.26.4 |
| 489 | 2026-08-18T22:09:18.347Z | Downloaded futures-macro v0.3.34 |
| 490 | 2026-08-18T22:09:18.347Z | Downloaded untrusted v0.7.1 |
| 491 | 2026-08-18T22:09:18.347Z | Downloaded displaydoc v0.2.7 |
| 492 | 2026-08-18T22:09:18.347Z | Downloaded unicode-ident v1.0.24 |
| 493 | 2026-08-18T22:09:18.351Z | Downloaded papergrid v0.11.0 |
| 494 | 2026-08-18T22:09:18.354Z | Downloaded untrusted v0.9.0 |
| 495 | 2026-08-18T22:09:18.358Z | Downloaded openssl-macros v0.1.1 |
| 496 | 2026-08-18T22:09:18.362Z | Downloaded tungstenite v0.21.0 |
| 497 | 2026-08-18T22:09:18.362Z | Downloaded dtrace-parser v0.3.0 |
| 498 | 2026-08-18T22:09:18.362Z | Downloaded icu_normalizer v2.2.0 |
| 499 | 2026-08-18T22:09:18.365Z | Downloaded icu_locale_core v2.2.0 |
| 500 | 2026-08-18T22:09:18.368Z | Downloaded icu_normalizer_data v2.2.0 |
| 501 | 2026-08-18T22:09:18.368Z | Downloaded indicatif v0.18.6 |
| 502 | 2026-08-18T22:09:18.371Z | Downloaded rustversion v1.0.23 |
| 503 | 2026-08-18T22:09:18.371Z | Downloaded serde_tokenstream v0.3.0 |
| 504 | 2026-08-18T22:09:18.374Z | Downloaded slog-dtrace v0.3.0 |
| 505 | 2026-08-18T22:09:18.374Z | Downloaded rand_pcg v0.10.2 |
| 506 | 2026-08-18T22:09:18.374Z | Downloaded futures-task v0.3.34 |
| 507 | 2026-08-18T22:09:18.374Z | Downloaded slog-json v2.6.1 |
| 508 | 2026-08-18T22:09:18.377Z | Downloaded thiserror-impl v1.0.69 |
| 509 | 2026-08-18T22:09:18.377Z | Downloaded zerocopy-derive v0.7.35 |
| 510 | 2026-08-18T22:09:18.380Z | Downloaded base64 v0.22.1 |
| 511 | 2026-08-18T22:09:18.380Z | Downloaded rand_core v0.9.5 |
| 512 | 2026-08-18T22:09:18.383Z | Downloaded group v0.13.0 |
| 513 | 2026-08-18T22:09:18.383Z | Downloaded indexmap v2.14.0 |
| 514 | 2026-08-18T22:09:18.388Z | Downloaded proc-macro-error v1.0.4 |
| 515 | 2026-08-18T22:09:18.388Z | Downloaded rand_chacha v0.3.1 |
| 516 | 2026-08-18T22:09:18.388Z | Downloaded slog-bunyan v2.5.0 |
| 517 | 2026-08-18T22:09:18.388Z | Downloaded structmeta-derive v0.3.0 |
| 518 | 2026-08-18T22:09:18.391Z | Downloaded sync_wrapper v1.0.2 |
| 519 | 2026-08-18T22:09:18.391Z | Downloaded cc v1.4.2 |
| 520 | 2026-08-18T22:09:18.395Z | Downloaded serde_derive v1.0.229 |
| 521 | 2026-08-18T22:09:18.398Z | Downloaded socket2 v0.6.5 |
| 522 | 2026-08-18T22:09:18.401Z | Downloaded pin-project-lite v0.2.17 |
| 523 | 2026-08-18T22:09:18.404Z | Downloaded scroll v0.13.0 |
| 524 | 2026-08-18T22:09:18.404Z | Downloaded synstructure v0.13.2 |
| 525 | 2026-08-18T22:09:18.404Z | Downloaded ff v0.13.1 |
| 526 | 2026-08-18T22:09:18.404Z | Downloaded same-file v1.0.6 |
| 527 | 2026-08-18T22:09:18.407Z | Downloaded serde_repr v0.1.21 |
| 528 | 2026-08-18T22:09:18.407Z | Downloaded serde_spanned v1.1.1 |
| 529 | 2026-08-18T22:09:18.407Z | Downloaded typeid v1.0.3 |
| 530 | 2026-08-18T22:09:18.412Z | Downloaded async-compression v0.4.43 |
| 531 | 2026-08-18T22:09:18.416Z | Downloaded strum_macros v0.27.2 |
| 532 | 2026-08-18T22:09:18.419Z | Downloaded getrandom v0.3.4 |
| 533 | 2026-08-18T22:09:18.419Z | Downloaded papergrid v0.18.0 |
| 534 | 2026-08-18T22:09:18.422Z | Downloaded paste v1.0.15 |
| 535 | 2026-08-18T22:09:18.425Z | Downloaded miniz_oxide v0.8.9 |
| 536 | 2026-08-18T22:09:18.425Z | Downloaded num-traits v0.2.19 |
| 537 | 2026-08-18T22:09:18.428Z | Downloaded snafu v0.8.9 |
| 538 | 2026-08-18T22:09:18.432Z | Downloaded errno v0.3.14 |
| 539 | 2026-08-18T22:09:18.432Z | Downloaded pest_derive v2.8.8 |
| 540 | 2026-08-18T22:09:18.432Z | Downloaded oxnet v0.1.6 |
| 541 | 2026-08-18T22:09:18.437Z | Downloaded pem v3.0.6 |
| 542 | 2026-08-18T22:09:18.437Z | Downloaded waitgroup v0.1.2 |
| 543 | 2026-08-18T22:09:18.437Z | Downloaded walkdir v2.5.0 |
| 544 | 2026-08-18T22:09:18.437Z | Downloaded crossbeam-channel v0.5.16 |
| 545 | 2026-08-18T22:09:18.441Z | Downloaded fxhash v0.2.1 |
| 546 | 2026-08-18T22:09:18.441Z | Downloaded toml_edit v0.25.13+spec-1.1.0 |
| 547 | 2026-08-18T22:09:18.441Z | Downloaded vsss-rs v3.3.4 |
| 548 | 2026-08-18T22:09:18.444Z | Downloaded foreign-types-macros v0.2.4 |
| 549 | 2026-08-18T22:09:18.447Z | Downloaded git-stub-vcs v0.1.0 |
| 550 | 2026-08-18T22:09:18.447Z | Downloaded potential_utf v0.1.5 |
| 551 | 2026-08-18T22:09:18.454Z | Downloaded minimal-lexical v0.2.1 |
| 552 | 2026-08-18T22:09:18.459Z | Downloaded pretty-hex v0.4.2 |
| 553 | 2026-08-18T22:09:18.463Z | Downloaded openssl-probe v0.2.1 |
| 554 | 2026-08-18T22:09:18.466Z | Downloaded progenitor-macro v0.14.0 |
| 555 | 2026-08-18T22:09:18.466Z | Downloaded ref-cast v1.0.26 |
| 556 | 2026-08-18T22:09:18.466Z | Downloaded schemars v0.9.0 |
| 557 | 2026-08-18T22:09:18.473Z | Downloaded serial_test v4.0.1 |
| 558 | 2026-08-18T22:09:18.478Z | Downloaded scopeguard v1.2.0 |
| 559 | 2026-08-18T22:09:18.478Z | Downloaded swrite v0.1.0 |
| 560 | 2026-08-18T22:09:18.478Z | Downloaded zerotrie v0.2.4 |
| 561 | 2026-08-18T22:09:18.482Z | Downloaded darling_core v0.21.3 |
| 562 | 2026-08-18T22:09:18.482Z | Downloaded slog v2.8.2 |
| 563 | 2026-08-18T22:09:18.485Z | Downloaded drift v0.2.0 |
| 564 | 2026-08-18T22:09:18.488Z | Downloaded progenitor-impl v0.14.0 |
| 565 | 2026-08-18T22:09:18.491Z | Downloaded test-strategy v0.4.5 |
| 566 | 2026-08-18T22:09:18.495Z | Downloaded smf v0.2.3 |
| 567 | 2026-08-18T22:09:18.495Z | Downloaded serde_path_to_error v0.1.20 |
| 568 | 2026-08-18T22:09:18.495Z | Downloaded tabled_derive v0.7.0 |
| 569 | 2026-08-18T22:09:18.495Z | Downloaded defmt-parser v1.0.0 |
| 570 | 2026-08-18T22:09:18.495Z | Downloaded git-stub v1.0.0 |
| 571 | 2026-08-18T22:09:18.495Z | Downloaded typify v0.6.2 |
| 572 | 2026-08-18T22:09:18.498Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 573 | 2026-08-18T22:09:18.501Z | Downloaded progenitor-impl v0.13.0 |
| 574 | 2026-08-18T22:09:18.501Z | Downloaded hmac v0.12.1 |
| 575 | 2026-08-18T22:09:18.504Z | Downloaded parking_lot v0.11.2 |
| 576 | 2026-08-18T22:09:18.507Z | Downloaded whoami v1.6.1 |
| 577 | 2026-08-18T22:09:18.510Z | Downloaded data-encoding v2.11.1 |
| 578 | 2026-08-18T22:09:18.510Z | Downloaded progenitor-client v0.14.0 |
| 579 | 2026-08-18T22:09:18.510Z | Downloaded zmij v1.0.23 |
| 580 | 2026-08-18T22:09:18.513Z | Downloaded tracing-core v0.1.36 |
| 581 | 2026-08-18T22:09:18.516Z | Downloaded futures-executor v0.3.34 |
| 582 | 2026-08-18T22:09:18.517Z | Downloaded dropshot_endpoint v0.17.1 |
| 583 | 2026-08-18T22:09:18.520Z | Downloaded progenitor v0.10.0 |
| 584 | 2026-08-18T22:09:18.520Z | Downloaded usdt-impl v0.6.0 |
| 585 | 2026-08-18T22:09:18.523Z | Downloaded scroll_derive v0.13.1 |
| 586 | 2026-08-18T22:09:18.524Z | Downloaded poly1305 v0.8.0 |
| 587 | 2026-08-18T22:09:18.533Z | Downloaded parking_lot_core v0.8.6 |
| 588 | 2026-08-18T22:09:18.538Z | Downloaded quote v1.0.47 |
| 589 | 2026-08-18T22:09:18.538Z | Downloaded rustls-pemfile v2.2.0 |
| 590 | 2026-08-18T22:09:18.541Z | Downloaded structmeta v0.3.0 |
| 591 | 2026-08-18T22:09:18.541Z | Downloaded toml v1.1.4+spec-1.1.0 |
| 592 | 2026-08-18T22:09:18.544Z | Downloaded rand_core v0.10.1 |
| 593 | 2026-08-18T22:09:18.544Z | Downloaded strum v0.26.3 |
| 594 | 2026-08-18T22:09:18.544Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 595 | 2026-08-18T22:09:18.547Z | Downloaded usdt-attr-macro v0.6.0 |
| 596 | 2026-08-18T22:09:18.547Z | Downloaded fixedbitset v0.4.2 |
| 597 | 2026-08-18T22:09:18.547Z | Downloaded hash32 v0.3.1 |
| 598 | 2026-08-18T22:09:18.548Z | Downloaded futures-io v0.3.34 |
| 599 | 2026-08-18T22:09:18.548Z | Downloaded qorb v0.4.1 |
| 600 | 2026-08-18T22:09:18.553Z | Downloaded pretty_assertions v1.4.1 |
| 601 | 2026-08-18T22:09:18.558Z | Downloaded slog-term v2.9.2 |
| 602 | 2026-08-18T22:09:18.561Z | Downloaded tabwriter v1.4.1 |
| 603 | 2026-08-18T22:09:18.561Z | Downloaded zerofrom v0.1.8 |
| 604 | 2026-08-18T22:09:18.561Z | Downloaded dof v0.3.0 |
| 605 | 2026-08-18T22:09:18.561Z | Downloaded dtrace-parser v0.2.0 |
| 606 | 2026-08-18T22:09:18.564Z | Downloaded yansi v1.0.1 |
| 607 | 2026-08-18T22:09:18.564Z | Downloaded rhai_codegen v3.2.0 |
| 608 | 2026-08-18T22:09:18.567Z | Downloaded static_assertions v1.1.0 |
| 609 | 2026-08-18T22:09:18.571Z | Downloaded xz2 v0.1.7 |
| 610 | 2026-08-18T22:09:18.571Z | Downloaded time-macros v0.2.32 |
| 611 | 2026-08-18T22:09:18.574Z | Downloaded zeroize v1.9.0 |
| 612 | 2026-08-18T22:09:18.578Z | Downloaded http v1.5.0 |
| 613 | 2026-08-18T22:09:18.583Z | Downloaded supports-color v3.0.2 |
| 614 | 2026-08-18T22:09:18.583Z | Downloaded similar v2.7.0 |
| 615 | 2026-08-18T22:09:18.586Z | Downloaded typify v0.4.3 |
| 616 | 2026-08-18T22:09:18.586Z | Downloaded universal-hash v0.5.1 |
| 617 | 2026-08-18T22:09:18.586Z | Downloaded defmt v1.1.1 |
| 618 | 2026-08-18T22:09:18.589Z | Downloaded want v0.3.1 |
| 619 | 2026-08-18T22:09:18.592Z | Downloaded quinn-udp v0.5.15 |
| 620 | 2026-08-18T22:09:18.595Z | Downloaded memchr v2.8.3 |
| 621 | 2026-08-18T22:09:18.598Z | Downloaded progenitor-impl v0.10.0 |
| 622 | 2026-08-18T22:09:18.601Z | Downloaded shlex v2.0.1 |
| 623 | 2026-08-18T22:09:18.605Z | Downloaded glob v0.3.4 |
| 624 | 2026-08-18T22:09:18.605Z | Downloaded highway v1.3.0 |
| 625 | 2026-08-18T22:09:18.605Z | Downloaded httpdate v1.0.3 |
| 626 | 2026-08-18T22:09:18.605Z | Downloaded derive_more v0.99.20 |
| 627 | 2026-08-18T22:09:18.608Z | Downloaded signal-hook-registry v1.4.8 |
| 628 | 2026-08-18T22:09:18.611Z | Downloaded rand v0.10.2 |
| 629 | 2026-08-18T22:09:18.615Z | Downloaded darling_core v0.23.0 |
| 630 | 2026-08-18T22:09:18.618Z | Downloaded derive-where v1.6.1 |
| 631 | 2026-08-18T22:09:18.618Z | Downloaded proc-macro-crate v1.3.1 |
| 632 | 2026-08-18T22:09:18.619Z | Downloaded serde_with_macros v3.22.0 |
| 633 | 2026-08-18T22:09:18.622Z | Downloaded toml_writer v1.1.2+spec-1.1.0 |
| 634 | 2026-08-18T22:09:18.622Z | Downloaded zone v0.3.1 |
| 635 | 2026-08-18T22:09:18.622Z | Downloaded dyn-clone v1.0.20 |
| 636 | 2026-08-18T22:09:18.625Z | Downloaded toml_edit v0.22.27 |
| 637 | 2026-08-18T22:09:18.628Z | Downloaded schemars v1.2.2 |
| 638 | 2026-08-18T22:09:18.635Z | Downloaded usdt v0.5.0 |
| 639 | 2026-08-18T22:09:18.639Z | Downloaded typify-macro v0.4.3 |
| 640 | 2026-08-18T22:09:18.639Z | Downloaded utf8parse v0.2.2 |
| 641 | 2026-08-18T22:09:18.642Z | Downloaded deranged v0.5.8 |
| 642 | 2026-08-18T22:09:18.642Z | Downloaded diff v0.1.13 |
| 643 | 2026-08-18T22:09:18.644Z | Downloaded digest v0.11.3 |
| 644 | 2026-08-18T22:09:18.645Z | Downloaded rand_chacha v0.9.0 |
| 645 | 2026-08-18T22:09:18.645Z | Downloaded flate2 v1.1.9 |
| 646 | 2026-08-18T22:09:18.648Z | Downloaded serial_test_derive v4.0.1 |
| 647 | 2026-08-18T22:09:18.648Z | Downloaded slog-async v2.8.0 |
| 648 | 2026-08-18T22:09:18.651Z | Downloaded unsafe-libyaml v0.2.11 |
| 649 | 2026-08-18T22:09:18.651Z | Downloaded schemars v0.8.22 |
| 650 | 2026-08-18T22:09:18.657Z | Downloaded progenitor-extras v0.2.0 |
| 651 | 2026-08-18T22:09:18.661Z | Downloaded rand_core v0.6.4 |
| 652 | 2026-08-18T22:09:18.661Z | Downloaded serde_tokenstream v0.2.3 |
| 653 | 2026-08-18T22:09:18.661Z | Downloaded unit-prefix v0.5.2 |
| 654 | 2026-08-18T22:09:18.661Z | Downloaded prettyplease v0.2.37 |
| 655 | 2026-08-18T22:09:18.664Z | Downloaded pest_meta v2.8.8 |
| 656 | 2026-08-18T22:09:18.664Z | Downloaded equivalent v1.0.2 |
| 657 | 2026-08-18T22:09:18.664Z | Downloaded futures-channel v0.3.34 |
| 658 | 2026-08-18T22:09:18.668Z | Downloaded writeable v0.6.3 |
| 659 | 2026-08-18T22:09:18.668Z | Downloaded fs_extra v1.3.0 |
| 660 | 2026-08-18T22:09:18.668Z | Downloaded find-msvc-tools v0.1.10 |
| 661 | 2026-08-18T22:09:18.668Z | Downloaded nom v7.1.3 |
| 662 | 2026-08-18T22:09:18.671Z | Downloaded debug-ignore v1.0.5 |
| 663 | 2026-08-18T22:09:18.671Z | Downloaded plain v0.2.3 |
| 664 | 2026-08-18T22:09:18.674Z | Downloaded mio v1.2.2 |
| 665 | 2026-08-18T22:09:18.677Z | Downloaded proc-macro-crate v3.5.0 |
| 666 | 2026-08-18T22:09:18.677Z | Downloaded parse-display-derive v0.10.0 |
| 667 | 2026-08-18T22:09:18.677Z | Downloaded serde-big-array v0.5.1 |
| 668 | 2026-08-18T22:09:18.677Z | Downloaded either v1.17.0 |
| 669 | 2026-08-18T22:09:18.680Z | Downloaded zone_cfg_derive v0.3.1 |
| 670 | 2026-08-18T22:09:18.680Z | Downloaded testing_table v0.3.0 |
| 671 | 2026-08-18T22:09:18.680Z | Downloaded hostname v0.4.2 |
| 672 | 2026-08-18T22:09:18.683Z | Downloaded foldhash v0.2.0 |
| 673 | 2026-08-18T22:09:18.687Z | Downloaded terminal_size v0.4.4 |
| 674 | 2026-08-18T22:09:18.690Z | Downloaded parking_lot_core v0.9.12 |
| 675 | 2026-08-18T22:09:18.690Z | Downloaded toml v0.8.23 |
| 676 | 2026-08-18T22:09:18.693Z | Downloaded steno v0.4.1 |
| 677 | 2026-08-18T22:09:18.697Z | Downloaded heck v0.4.1 |
| 678 | 2026-08-18T22:09:18.700Z | Downloaded http-body-util v0.1.5 |
| 679 | 2026-08-18T22:09:18.700Z | Downloaded toml_datetime v0.6.11 |
| 680 | 2026-08-18T22:09:18.703Z | Downloaded port-file v0.1.0 |
| 681 | 2026-08-18T22:09:18.706Z | Downloaded semver v1.0.28 |
| 682 | 2026-08-18T22:09:18.706Z | Downloaded ryu v1.0.23 |
| 683 | 2026-08-18T22:09:18.709Z | Downloaded thiserror v1.0.69 |
| 684 | 2026-08-18T22:09:18.713Z | Downloaded zerovec v0.11.6 |
| 685 | 2026-08-18T22:09:18.716Z | Downloaded tracing-attributes v0.1.31 |
| 686 | 2026-08-18T22:09:18.716Z | Downloaded uuid v1.24.0 |
| 687 | 2026-08-18T22:09:18.719Z | Downloaded smartstring v1.0.1 |
| 688 | 2026-08-18T22:09:18.719Z | Downloaded rayon-core v1.13.0 |
| 689 | 2026-08-18T22:09:18.722Z | Downloaded tinyvec v1.12.0 |
| 690 | 2026-08-18T22:09:18.722Z | Downloaded defmt-macros v1.1.1 |
| 691 | 2026-08-18T22:09:18.725Z | Downloaded parking_lot v0.12.5 |
| 692 | 2026-08-18T22:09:18.725Z | Downloaded resolv-conf v0.7.6 |
| 693 | 2026-08-18T22:09:18.729Z | Downloaded tiny-keccak v2.0.2 |
| 694 | 2026-08-18T22:09:18.729Z | Downloaded tinystr v0.8.3 |
| 695 | 2026-08-18T22:09:18.734Z | Downloaded globset v0.4.20 |
| 696 | 2026-08-18T22:09:18.737Z | Downloaded rustls-native-certs v0.8.4 |
| 697 | 2026-08-18T22:09:18.737Z | Downloaded jiff-core v0.1.0 |
| 698 | 2026-08-18T22:09:18.740Z | Downloaded pin-project v1.1.13 |
| 699 | 2026-08-18T22:09:18.745Z | Downloaded url v2.5.8 |
| 700 | 2026-08-18T22:09:18.748Z | Downloaded usdt-impl v0.5.0 |
| 701 | 2026-08-18T22:09:18.748Z | Downloaded expectorate v1.2.0 |
| 702 | 2026-08-18T22:09:18.751Z | Downloaded term v1.2.1 |
| 703 | 2026-08-18T22:09:18.751Z | Downloaded heapless v0.8.0 |
| 704 | 2026-08-18T22:09:18.754Z | Downloaded smawk v0.3.3 |
| 705 | 2026-08-18T22:09:18.754Z | Downloaded simd-adler32 v0.3.10 |
| 706 | 2026-08-18T22:09:18.759Z | Downloaded zerocopy-derive v0.8.56 |
| 707 | 2026-08-18T22:09:18.762Z | Downloaded half v2.7.1 |
| 708 | 2026-08-18T22:09:18.762Z | Downloaded erased-serde v0.3.31 |
| 709 | 2026-08-18T22:09:18.765Z | Downloaded toml_parser v1.1.3+spec-1.1.0 |
| 710 | 2026-08-18T22:09:18.765Z | Downloaded aho-corasick v1.1.5 |
| 711 | 2026-08-18T22:09:18.769Z | Downloaded itertools v0.12.1 |
| 712 | 2026-08-18T22:09:18.772Z | Downloaded pkg-config v0.3.33 |
| 713 | 2026-08-18T22:09:18.776Z | Downloaded progenitor-client v0.13.0 |
| 714 | 2026-08-18T22:09:18.776Z | Downloaded textwrap v0.16.2 |
| 715 | 2026-08-18T22:09:18.779Z | Downloaded owo-colors v4.3.0 |
| 716 | 2026-08-18T22:09:18.782Z | Downloaded openssl-sys v0.9.117 |
| 717 | 2026-08-18T22:09:18.786Z | Downloaded icu_properties_data v2.2.0 |
| 718 | 2026-08-18T22:09:18.805Z | Downloaded itertools v0.14.0 |
| 719 | 2026-08-18T22:09:18.813Z | Downloaded futures v0.3.34 |
| 720 | 2026-08-18T22:09:18.816Z | Downloaded hashbrown v0.12.3 |
| 721 | 2026-08-18T22:09:18.816Z | Downloaded nom v8.0.0 |
| 722 | 2026-08-18T22:09:18.820Z | Downloaded libm v0.2.16 |
| 723 | 2026-08-18T22:09:18.827Z | Downloaded ron v0.12.2 |
| 724 | 2026-08-18T22:09:18.830Z | Downloaded yoke v0.8.3 |
| 725 | 2026-08-18T22:09:18.835Z | Downloaded postcard v1.1.3 |
| 726 | 2026-08-18T22:09:18.835Z | Downloaded rand v0.9.5 |
| 727 | 2026-08-18T22:09:18.835Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 728 | 2026-08-18T22:09:18.840Z | Downloaded getrandom v0.4.3 |
| 729 | 2026-08-18T22:09:18.840Z | Downloaded tough v0.22.0 |
| 730 | 2026-08-18T22:09:18.843Z | Downloaded itertools v0.15.0 |
| 731 | 2026-08-18T22:09:18.847Z | Downloaded hashbrown v0.15.5 |
| 732 | 2026-08-18T22:09:18.850Z | Downloaded hashbrown v0.16.1 |
| 733 | 2026-08-18T22:09:18.853Z | Downloaded serde_json v1.0.151 |
| 734 | 2026-08-18T22:09:18.857Z | Downloaded hyper v1.11.0 |
| 735 | 2026-08-18T22:09:18.861Z | Downloaded idna v1.1.0 |
| 736 | 2026-08-18T22:09:18.864Z | Downloaded rustls-webpki v0.103.14 |
| 737 | 2026-08-18T22:09:18.867Z | Downloaded proc-macro2 v1.0.107 |
| 738 | 2026-08-18T22:09:18.867Z | Downloaded serde_core v1.0.229 |
| 739 | 2026-08-18T22:09:18.870Z | Downloaded clap_builder v4.6.6 |
| 740 | 2026-08-18T22:09:18.873Z | Downloaded iddqd v0.4.6 |
| 741 | 2026-08-18T22:09:18.877Z | Downloaded chrono v0.4.45 |
| 742 | 2026-08-18T22:09:18.881Z | Downloaded pest v2.8.8 |
| 743 | 2026-08-18T22:09:18.884Z | Downloaded toml_edit v0.19.15 |
| 744 | 2026-08-18T22:09:18.894Z | Downloaded tower v0.5.3 |
| 745 | 2026-08-18T22:09:18.898Z | Downloaded hashbrown v0.17.1 |
| 746 | 2026-08-18T22:09:18.901Z | Downloaded rand v0.8.7 |
| 747 | 2026-08-18T22:09:18.905Z | Downloaded typed-path v0.9.3 |
| 748 | 2026-08-18T22:09:18.908Z | Downloaded elliptic-curve v0.13.8 |
| 749 | 2026-08-18T22:09:18.911Z | Downloaded winnow v0.7.15 |
| 750 | 2026-08-18T22:09:18.914Z | Downloaded zerocopy v0.7.35 |
| 751 | 2026-08-18T22:09:18.923Z | Downloaded regex v1.13.1 |
| 752 | 2026-08-18T22:09:18.927Z | Downloaded tokio-util v0.7.19 |
| 753 | 2026-08-18T22:09:18.931Z | Downloaded hkdf v0.12.4 |
| 754 | 2026-08-18T22:09:18.934Z | Downloaded tower-http v0.6.11 |
| 755 | 2026-08-18T22:09:18.937Z | Downloaded quinn v0.11.11 |
| 756 | 2026-08-18T22:09:18.940Z | Downloaded typenum v1.20.1 |
| 757 | 2026-08-18T22:09:18.943Z | Downloaded reqwest v0.13.4 |
| 758 | 2026-08-18T22:09:18.946Z | Downloaded dropshot-api-manager v0.7.2 |
| 759 | 2026-08-18T22:09:18.951Z | Downloaded unicode-segmentation v1.13.3 |
| 760 | 2026-08-18T22:09:18.951Z | Downloaded serde v1.0.229 |
| 761 | 2026-08-18T22:09:18.954Z | Downloaded hickory-resolver v0.25.2 |
| 762 | 2026-08-18T22:09:18.954Z | Downloaded winnow v1.0.4 |
| 763 | 2026-08-18T22:09:18.959Z | Downloaded tabled v0.15.0 |
| 764 | 2026-08-18T22:09:18.985Z | Downloaded rayon v1.12.0 |
| 765 | 2026-08-18T22:09:18.991Z | Downloaded rustls-platform-verifier v0.7.0 |
| 766 | 2026-08-18T22:09:18.991Z | Downloaded aws-lc-rs v1.18.0 |
| 767 | 2026-08-18T22:09:18.991Z | Downloaded unicode-normalization v0.1.25 |
| 768 | 2026-08-18T22:09:18.991Z | Downloaded moka v0.12.16 |
| 769 | 2026-08-18T22:09:19.008Z | Downloaded serde_with v3.22.0 |
| 770 | 2026-08-18T22:09:19.016Z | Downloaded hickory-resolver v0.24.4 |
| 771 | 2026-08-18T22:09:19.028Z | Downloaded syn v1.0.109 |
| 772 | 2026-08-18T22:09:19.033Z | Downloaded winnow v0.5.40 |
| 773 | 2026-08-18T22:09:19.048Z | Downloaded h2 v0.4.15 |
| 774 | 2026-08-18T22:09:19.053Z | Downloaded vcpkg v0.2.15 |
| 775 | 2026-08-18T22:09:19.076Z | Downloaded quinn-proto v0.11.16 |
| 776 | 2026-08-18T22:09:19.080Z | Downloaded goblin v0.8.2 |
| 777 | 2026-08-18T22:09:19.083Z | Downloaded curve25519-dalek v4.1.3 |
| 778 | 2026-08-18T22:09:19.088Z | Downloaded reqwest v0.12.28 |
| 779 | 2026-08-18T22:09:19.091Z | Downloaded futures-util v0.3.34 |
| 780 | 2026-08-18T22:09:19.097Z | Downloaded goblin v0.10.7 |
| 781 | 2026-08-18T22:09:19.102Z | Downloaded webpki-roots v1.0.9 |
| 782 | 2026-08-18T22:09:19.105Z | Downloaded zerocopy v0.8.56 |
| 783 | 2026-08-18T22:09:19.127Z | Downloaded unicode-width v0.1.14 |
| 784 | 2026-08-18T22:09:19.132Z | Downloaded nix v0.31.3 |
| 785 | 2026-08-18T22:09:19.144Z | Downloaded unicode-width v0.2.2 |
| 786 | 2026-08-18T22:09:19.147Z | Downloaded tabled v0.21.0 |
| 787 | 2026-08-18T22:09:19.157Z | Downloaded portable-atomic v1.15.0 |
| 788 | 2026-08-18T22:09:19.161Z | Downloaded rhai v1.25.1 |
| 789 | 2026-08-18T22:09:19.170Z | Downloaded syn v3.0.3 |
| 790 | 2026-08-18T22:09:19.174Z | Downloaded time v0.3.55 |
| 791 | 2026-08-18T22:09:19.181Z | Downloaded bstr v1.13.1 |
| 792 | 2026-08-18T22:09:19.186Z | Downloaded proptest v1.11.0 |
| 793 | 2026-08-18T22:09:19.191Z | Downloaded regress v0.10.5 |
| 794 | 2026-08-18T22:09:19.196Z | Downloaded openssl v0.10.81 |
| 795 | 2026-08-18T22:09:19.201Z | Downloaded smoltcp v0.11.0 |
| 796 | 2026-08-18T22:09:19.208Z | Downloaded dropshot v0.17.1 |
| 797 | 2026-08-18T22:09:19.220Z | Downloaded rustix v1.1.4 |
| 798 | 2026-08-18T22:09:19.234Z | Downloaded syn v2.0.119 |
| 799 | 2026-08-18T22:09:19.240Z | Downloaded typify-impl v0.6.2 |
| 800 | 2026-08-18T22:09:19.247Z | Downloaded openapiv3 v2.2.0 |
| 801 | 2026-08-18T22:09:19.253Z | Downloaded rustls v0.23.43 |
| 802 | 2026-08-18T22:09:19.260Z | Downloaded tracing v0.1.44 |
| 803 | 2026-08-18T22:09:19.270Z | Downloaded rustix v0.38.44 |
| 804 | 2026-08-18T22:09:19.283Z | Downloaded regress v0.11.1 |
| 805 | 2026-08-18T22:09:19.288Z | Downloaded hickory-proto v0.24.4 |
| 806 | 2026-08-18T22:09:19.296Z | Downloaded regex-syntax v0.8.11 |
| 807 | 2026-08-18T22:09:19.314Z | Downloaded jiff v0.2.35 |
| 808 | 2026-08-18T22:09:19.323Z | Downloaded hickory-proto v0.25.2 |
| 809 | 2026-08-18T22:09:19.336Z | Downloaded typify-impl v0.4.3 |
| 810 | 2026-08-18T22:09:19.344Z | Downloaded regex-automata v0.4.18 |
| 811 | 2026-08-18T22:09:19.353Z | Downloaded lzma-sys v0.1.20 |
| 812 | 2026-08-18T22:09:19.369Z | Downloaded libc v0.2.189 |
| 813 | 2026-08-18T22:09:19.392Z | Downloaded sled v0.34.7 |
| 814 | 2026-08-18T22:09:19.396Z | Downloaded tokio v1.53.1 |
| 815 | 2026-08-18T22:09:19.429Z | Downloaded ring v0.17.14 |
| 816 | 2026-08-18T22:09:19.451Z | Downloaded petgraph v0.6.5 |
| 817 | 2026-08-18T22:09:19.463Z | Downloaded chrono-tz v0.10.4 |
| 818 | 2026-08-18T22:09:19.470Z | Downloaded petgraph v0.8.3 |
| 819 | 2026-08-18T22:09:19.482Z | Downloaded csv v1.4.0 |
| 820 | 2026-08-18T22:09:19.495Z | Downloaded sha3 v0.10.9 |
| 821 | 2026-08-18T22:09:19.530Z | Downloaded encoding_rs v0.8.35 |
| 822 | 2026-08-18T22:09:20.069Z | Downloaded aws-lc-sys v0.44.0 |
| 823 | 2026-08-18T22:09:20.608Z | Compiling proc-macro2 v1.0.107 |
| 824 | 2026-08-18T22:09:20.608Z | Compiling quote v1.0.47 |
| 825 | 2026-08-18T22:09:20.608Z | Compiling unicode-ident v1.0.24 |
| 826 | 2026-08-18T22:09:20.611Z | Compiling serde_core v1.0.229 |
| 827 | 2026-08-18T22:09:20.611Z | Compiling serde v1.0.229 |
| 828 | 2026-08-18T22:09:20.611Z | Compiling libc v0.2.189 |
| 829 | 2026-08-18T22:09:20.611Z | Compiling zmij v1.0.23 |
| 830 | 2026-08-18T22:09:20.611Z | Compiling autocfg v1.5.1 |
| 831 | 2026-08-18T22:09:20.954Z | Compiling libm v0.2.16 |
| 832 | 2026-08-18T22:09:21.245Z | Compiling icu_properties_data v2.2.0 |
| 833 | 2026-08-18T22:09:21.245Z | Compiling icu_normalizer_data v2.2.0 |
| 834 | 2026-08-18T22:09:21.248Z | Compiling serde_json v1.0.151 |
| 835 | 2026-08-18T22:09:21.361Z | Compiling num-traits v0.2.19 |
| 836 | 2026-08-18T22:09:21.377Z | Compiling getrandom v0.4.3 |
| 837 | 2026-08-18T22:09:21.579Z | Compiling memchr v2.8.3 |
| 838 | 2026-08-18T22:09:21.651Z | Compiling version_check v0.9.5 |
| 839 | 2026-08-18T22:09:21.723Z | Compiling thiserror v2.0.20 |
| 840 | 2026-08-18T22:09:22.092Z | Compiling syn v2.0.119 |
| 841 | 2026-08-18T22:09:22.145Z | Compiling syn v3.0.3 |
| 842 | 2026-08-18T22:09:22.161Z | Compiling schemars v0.8.22 |
| 843 | 2026-08-18T22:09:22.250Z | Checking cfg-if v1.0.4 |
| 844 | 2026-08-18T22:09:22.316Z | Compiling parking_lot_core v0.9.12 |
| 845 | 2026-08-18T22:09:22.411Z | Compiling zerocopy v0.8.56 |
| 846 | 2026-08-18T22:09:22.431Z | Compiling portable-atomic v1.15.0 |
| 847 | 2026-08-18T22:09:22.599Z | Compiling heck v0.5.0 |
| 848 | 2026-08-18T22:09:22.809Z | Compiling rustversion v1.0.23 |
| 849 | 2026-08-18T22:09:22.841Z | Compiling itoa v1.0.18 |
| 850 | 2026-08-18T22:09:22.926Z | Compiling jobserver v0.1.35 |
| 851 | 2026-08-18T22:09:23.015Z | Compiling shlex v2.0.1 |
| 852 | 2026-08-18T22:09:23.033Z | Compiling find-msvc-tools v0.1.10 |
| 853 | 2026-08-18T22:09:23.300Z | Compiling cc v1.4.2 |
| 854 | 2026-08-18T22:09:23.585Z | Compiling pkg-config v0.3.33 |
| 855 | 2026-08-18T22:09:23.652Z | Compiling fs_extra v1.3.0 |
| 856 | 2026-08-18T22:09:23.813Z | Compiling dunce v1.0.5 |
| 857 | 2026-08-18T22:09:23.927Z | Compiling semver v1.0.28 |
| 858 | 2026-08-18T22:09:24.018Z | Compiling log v0.4.33 |
| 859 | 2026-08-18T22:09:24.035Z | Compiling httparse v1.10.1 |
| 860 | 2026-08-18T22:09:24.059Z | Compiling cmake v0.1.58 |
| 861 | 2026-08-18T22:09:24.208Z | Compiling slog v2.8.2 |
| 862 | 2026-08-18T22:09:24.225Z | Compiling rustix v1.1.4 |
| 863 | 2026-08-18T22:09:24.435Z | Checking stable_deref_trait v1.2.1 |
| 864 | 2026-08-18T22:09:24.475Z | Compiling allocator-api2 v0.2.21 |
| 865 | 2026-08-18T22:09:24.491Z | Compiling equivalent v1.0.2 |
| 866 | 2026-08-18T22:09:24.512Z | Compiling thiserror v1.0.69 |
| 867 | 2026-08-18T22:09:24.612Z | Compiling aws-lc-sys v0.44.0 |
| 868 | 2026-08-18T22:09:24.726Z | Checking writeable v0.6.3 |
| 869 | 2026-08-18T22:09:24.789Z | Checking litemap v0.8.2 |
| 870 | 2026-08-18T22:09:24.823Z | Checking utf8_iter v1.0.4 |
| 871 | 2026-08-18T22:09:24.893Z | Compiling ring v0.17.14 |
| 872 | 2026-08-18T22:09:24.969Z | Compiling synstructure v0.13.2 |
| 873 | 2026-08-18T22:09:24.972Z | Compiling serde_derive_internals v0.29.1 |
| 874 | 2026-08-18T22:09:25.008Z | Compiling aws-lc-rs v1.18.0 |
| 875 | 2026-08-18T22:09:25.330Z | Checking percent-encoding v2.3.2 |
| 876 | 2026-08-18T22:09:25.469Z | Compiling serde_derive v1.0.229 |
| 877 | 2026-08-18T22:09:25.487Z | Compiling displaydoc v0.2.7 |
| 878 | 2026-08-18T22:09:25.490Z | Compiling thiserror-impl v2.0.20 |
| 879 | 2026-08-18T22:09:25.490Z | Compiling tokio-macros v2.7.2 |
| 880 | 2026-08-18T22:09:25.534Z | Compiling futures-macro v0.3.34 |
| 881 | 2026-08-18T22:09:26.212Z | Compiling zerofrom-derive v0.1.7 |
| 882 | 2026-08-18T22:09:26.252Z | Compiling yoke-derive v0.8.2 |
| 883 | 2026-08-18T22:09:26.265Z | Compiling zerovec-derive v0.11.3 |
| 884 | 2026-08-18T22:09:26.355Z | Compiling schemars_derive v0.8.22 |
| 885 | 2026-08-18T22:09:26.711Z | Compiling zeroize_derive v1.5.0 |
| 886 | 2026-08-18T22:09:27.316Z | Compiling zerocopy-derive v0.8.56 |
| 887 | 2026-08-18T22:09:27.327Z | Compiling tracing-attributes v0.1.31 |
| 888 | 2026-08-18T22:09:27.379Z | Checking zerofrom v0.1.8 |
| 889 | 2026-08-18T22:09:27.458Z | Compiling thiserror-impl v1.0.69 |
| 890 | 2026-08-18T22:09:27.499Z | Checking yoke v0.8.3 |
| 891 | 2026-08-18T22:09:27.675Z | Checking zerovec v0.11.6 |
| 892 | 2026-08-18T22:09:28.536Z | Compiling serde_tokenstream v0.2.3 |
| 893 | 2026-08-18T22:09:28.563Z | Checking tinystr v0.8.3 |
| 894 | 2026-08-18T22:09:28.581Z | Checking potential_utf v0.1.5 |
| 895 | 2026-08-18T22:09:28.598Z | Checking smallvec v1.15.2 |
| 896 | 2026-08-18T22:09:28.704Z | Checking bytes v1.12.1 |
| 897 | 2026-08-18T22:09:28.707Z | Checking zerotrie v0.2.4 |
| 898 | 2026-08-18T22:09:28.738Z | Checking icu_locale_core v2.2.0 |
| 899 | 2026-08-18T22:09:28.827Z | Checking icu_collections v2.2.0 |
| 900 | 2026-08-18T22:09:28.945Z | Compiling regex-syntax v0.8.11 |
| 901 | 2026-08-18T22:09:29.120Z | Checking form_urlencoded v1.2.2 |
| 902 | 2026-08-18T22:09:29.140Z | Compiling aho-corasick v1.1.5 |
| 903 | 2026-08-18T22:09:29.238Z | Checking rand_core v0.10.1 |
| 904 | 2026-08-18T22:09:29.254Z | Compiling anyhow v1.0.104 |
| 905 | 2026-08-18T22:09:29.330Z | Checking icu_provider v2.2.0 |
| 906 | 2026-08-18T22:09:29.507Z | Compiling rustls v0.23.43 |
| 907 | 2026-08-18T22:09:29.524Z | Compiling ucd-trie v0.1.7 |
| 908 | 2026-08-18T22:09:29.563Z | Checking icu_properties v2.2.0 |
| 909 | 2026-08-18T22:09:29.568Z | Checking icu_normalizer v2.2.0 |
| 910 | 2026-08-18T22:09:29.709Z | Compiling pest v2.8.8 |
| 911 | 2026-08-18T22:09:29.962Z | Compiling getrandom v0.3.4 |
| 912 | 2026-08-18T22:09:29.979Z | Compiling hashbrown v0.17.1 |
| 913 | 2026-08-18T22:09:30.403Z | Checking idna_adapter v1.2.2 |
| 914 | 2026-08-18T22:09:30.479Z | Compiling regex-automata v0.4.18 |
| 915 | 2026-08-18T22:09:30.521Z | Compiling crossbeam-utils v0.8.22 |
| 916 | 2026-08-18T22:09:30.537Z | Checking idna v1.1.0 |
| 917 | 2026-08-18T22:09:30.771Z | Compiling pest_meta v2.8.8 |
| 918 | 2026-08-18T22:09:30.796Z | Checking url v2.5.8 |
| 919 | 2026-08-18T22:09:30.869Z | Compiling indexmap v2.14.0 |
| 920 | 2026-08-18T22:09:30.895Z | Checking iana-time-zone v0.1.65 |
| 921 | 2026-08-18T22:09:30.941Z | Compiling paste v1.0.15 |
| 922 | 2026-08-18T22:09:31.023Z | Checking chrono v0.4.45 |
| 923 | 2026-08-18T22:09:31.125Z | Compiling num-conv v0.2.2 |
| 924 | 2026-08-18T22:09:31.201Z | Compiling time-core v0.1.9 |
| 925 | 2026-08-18T22:09:31.411Z | Compiling pest_generator v2.8.8 |
| 926 | 2026-08-18T22:09:31.425Z | Compiling time-macros v0.2.32 |
| 927 | 2026-08-18T22:09:31.455Z | Compiling strsim v0.11.1 |
| 928 | 2026-08-18T22:09:31.967Z | Checking uuid v1.24.0 |
| 929 | 2026-08-18T22:09:32.010Z | Compiling pest_derive v2.8.8 |
| 930 | 2026-08-18T22:09:32.198Z | Compiling regex v1.13.1 |
| 931 | 2026-08-18T22:09:32.265Z | Compiling async-trait v0.1.92 |
| 932 | 2026-08-18T22:09:32.463Z | Compiling byteorder v1.5.0 |
| 933 | 2026-08-18T22:09:32.529Z | Compiling ident_case v1.0.1 |
| 934 | 2026-08-18T22:09:32.566Z | Compiling camino v1.2.5 |
| 935 | 2026-08-18T22:09:32.933Z | Checking dyn-clone v1.0.20 |
| 936 | 2026-08-18T22:09:33.028Z | Checking errno v0.3.14 |
| 937 | 2026-08-18T22:09:33.199Z | Compiling scroll_derive v0.13.1 |
| 938 | 2026-08-18T22:09:33.406Z | Compiling omicron-workspace-hack v0.1.0 |
| 939 | 2026-08-18T22:09:33.632Z | Compiling slog-async v2.8.0 |
| 940 | 2026-08-18T22:09:33.650Z | Compiling generic-array v0.14.7 |
| 941 | 2026-08-18T22:09:33.766Z | Compiling crc32fast v1.5.0 |
| 942 | 2026-08-18T22:09:33.922Z | Compiling usdt-impl v0.6.0 |
| 943 | 2026-08-18T22:09:33.940Z | Compiling plain v0.2.3 |
| 944 | 2026-08-18T22:09:34.019Z | Compiling scroll v0.13.0 |
| 945 | 2026-08-18T22:09:34.127Z | Compiling daft-derive v0.1.8 |
| 946 | 2026-08-18T22:09:34.199Z | Checking pin-project-lite v0.2.17 |
| 947 | 2026-08-18T22:09:34.279Z | Compiling goblin v0.10.7 |
| 948 | 2026-08-18T22:09:34.296Z | Compiling pretty-hex v0.4.2 |
| 949 | 2026-08-18T22:09:34.426Z | Compiling dtrace-parser v0.3.0 |
| 950 | 2026-08-18T22:09:34.518Z | Compiling thread-id v5.1.0 |
| 951 | 2026-08-18T22:09:34.831Z | Compiling syn v1.0.109 |
| 952 | 2026-08-18T22:09:34.874Z | Compiling darling_core v0.23.0 |
| 953 | 2026-08-18T22:09:34.891Z | Checking bitflags v2.13.1 |
| 954 | 2026-08-18T22:09:35.060Z | Checking getrandom v0.2.17 |
| 955 | 2026-08-18T22:09:35.130Z | Checking zeroize v1.9.0 |
| 956 | 2026-08-18T22:09:35.885Z | Compiling multer v3.1.0 |
| 957 | 2026-08-18T22:09:36.163Z | Compiling async-stream-impl v0.3.6 |
| 958 | 2026-08-18T22:09:36.177Z | Checking socket2 v0.6.5 |
| 959 | 2026-08-18T22:09:36.320Z | Checking scopeguard v1.2.0 |
| 960 | 2026-08-18T22:09:36.412Z | Compiling ref-cast v1.0.26 |
| 961 | 2026-08-18T22:09:36.430Z | Checking lock_api v0.4.14 |
| 962 | 2026-08-18T22:09:36.634Z | Checking critical-section v1.2.0 |
| 963 | 2026-08-18T22:09:36.737Z | Checking once_cell v1.21.4 |
| 964 | 2026-08-18T22:09:36.907Z | Compiling ref-cast-impl v1.0.26 |
| 965 | 2026-08-18T22:09:36.933Z | Compiling darling_macro v0.23.0 |
| 966 | 2026-08-18T22:09:36.977Z | Compiling dropshot v0.17.1 |
| 967 | 2026-08-18T22:09:37.188Z | Compiling dof v0.4.0 |
| 968 | 2026-08-18T22:09:37.502Z | Compiling darling v0.23.0 |
| 969 | 2026-08-18T22:09:37.519Z | Compiling dropshot_endpoint v0.17.1 |
| 970 | 2026-08-18T22:09:37.593Z | Compiling serde_tokenstream v0.3.0 |
| 971 | 2026-08-18T22:09:37.767Z | Checking parking_lot v0.12.5 |
| 972 | 2026-08-18T22:09:38.062Z | Compiling newtype-uuid-macros v0.1.1 |
| 973 | 2026-08-18T22:09:38.200Z | Checking signal-hook-registry v1.4.8 |
| 974 | 2026-08-18T22:09:38.381Z | Checking mio v1.2.2 |
| 975 | 2026-08-18T22:09:38.424Z | Compiling usdt-attr-macro v0.6.0 |
| 976 | 2026-08-18T22:09:38.476Z | Compiling usdt-macro v0.6.0 |
| 977 | 2026-08-18T22:09:38.512Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 978 | 2026-08-18T22:09:38.677Z | Checking tokio v1.53.1 |
| 979 | 2026-08-18T22:09:38.848Z | Compiling strum_macros v0.26.4 |
| 980 | 2026-08-18T22:09:38.963Z | Compiling structmeta-derive v0.3.0 |
| 981 | 2026-08-18T22:09:39.282Z | Checking subtle v2.6.1 |
| 982 | 2026-08-18T22:09:39.282Z | Compiling foldhash v0.2.0 |
| 983 | 2026-08-18T22:09:39.314Z | Checking futures-core v0.3.34 |
| 984 | 2026-08-18T22:09:39.452Z | Compiling hashbrown v0.16.1 |
| 985 | 2026-08-18T22:09:39.497Z | Compiling serde_with_macros v3.22.0 |
| 986 | 2026-08-18T22:09:40.002Z | Compiling structmeta v0.3.0 |
| 987 | 2026-08-18T22:09:40.042Z | Compiling strum_macros v0.27.2 |
| 988 | 2026-08-18T22:09:40.341Z | Compiling derive-ex v0.1.8 |
| 989 | 2026-08-18T22:09:40.461Z | Compiling http v1.5.0 |
| 990 | 2026-08-18T22:09:40.594Z | Checking futures-sink v0.3.34 |
| 991 | 2026-08-18T22:09:40.612Z | Checking ipnetwork v0.21.1 |
| 992 | 2026-08-18T22:09:40.823Z | Compiling winnow v1.0.4 |
| 993 | 2026-08-18T22:09:40.985Z | Checking slab v0.4.12 |
| 994 | 2026-08-18T22:09:41.639Z | Checking futures-channel v0.3.34 |
| 995 | 2026-08-18T22:09:41.739Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 996 | 2026-08-18T22:09:41.832Z | Checking typenum v1.20.1 |
| 997 | 2026-08-18T22:09:41.865Z | Compiling test-strategy v0.4.5 |
| 998 | 2026-08-18T22:09:41.889Z | Checking futures-task v0.3.34 |
| 999 | 2026-08-18T22:09:42.174Z | Checking futures-io v0.3.34 |
| 1000 | 2026-08-18T22:09:42.274Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1001 | 2026-08-18T22:09:42.293Z | Checking futures-util v0.3.34 |
| 1002 | 2026-08-18T22:09:42.293Z | Compiling parse-display-derive v0.10.0 |
| 1003 | 2026-08-18T22:09:42.666Z | Checking oxnet v0.1.6 |
| 1004 | 2026-08-18T22:09:42.732Z | Checking tracing-core v0.1.36 |
| 1005 | 2026-08-18T22:09:42.918Z | Checking erased-serde v0.3.31 |
| 1006 | 2026-08-18T22:09:43.357Z | Checking tracing v0.1.44 |
| 1007 | 2026-08-18T22:09:43.629Z | Compiling ryu v1.0.23 |
| 1008 | 2026-08-18T22:09:43.660Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1009 | 2026-08-18T22:09:43.799Z | Compiling clap_derive v4.6.4 |
| 1010 | 2026-08-18T22:09:43.817Z | Checking base64 v0.22.1 |
| 1011 | 2026-08-18T22:09:44.211Z | Checking fnv v1.0.7 |
| 1012 | 2026-08-18T22:09:44.259Z | Checking rand_core v0.6.4 |
| 1013 | 2026-08-18T22:09:44.313Z | Compiling openapiv3 v2.2.0 |
| 1014 | 2026-08-18T22:09:44.523Z | Compiling either v1.17.0 |
| 1015 | 2026-08-18T22:09:44.622Z | Checking rustls-pki-types v1.15.1 |
| 1016 | 2026-08-18T22:09:44.933Z | Checking tokio-util v0.7.19 |
| 1017 | 2026-08-18T22:09:45.385Z | Checking untrusted v0.9.0 |
| 1018 | 2026-08-18T22:09:45.444Z | Checking ipnet v2.12.1 |
| 1019 | 2026-08-18T22:09:45.461Z | Checking untrusted v0.7.1 |
| 1020 | 2026-08-18T22:09:45.571Z | Compiling toml_edit v0.25.13+spec-1.1.0 |
| 1021 | 2026-08-18T22:09:45.878Z | Checking http-body v1.1.0 |
| 1022 | 2026-08-18T22:09:46.019Z | Checking atomic-waker v1.1.2 |
| 1023 | 2026-08-18T22:09:46.112Z | Compiling proc-macro-crate v3.5.0 |
| 1024 | 2026-08-18T22:09:46.446Z | Checking try-lock v0.2.5 |
| 1025 | 2026-08-18T22:09:46.464Z | Checking tower-service v0.3.3 |
| 1026 | 2026-08-18T22:09:46.535Z | Compiling num_enum_derive v0.7.6 |
| 1027 | 2026-08-18T22:09:46.553Z | Checking tower-layer v0.3.3 |
| 1028 | 2026-08-18T22:09:46.556Z | Checking want v0.3.1 |
| 1029 | 2026-08-18T22:09:46.604Z | Checking h2 v0.4.15 |
| 1030 | 2026-08-18T22:09:46.704Z | Checking httpdate v1.0.3 |
| 1031 | 2026-08-18T22:09:46.845Z | Compiling regress v0.11.1 |
| 1032 | 2026-08-18T22:09:47.369Z | Compiling crucible-workspace-hack v0.1.0 |
| 1033 | 2026-08-18T22:09:47.664Z | Checking serde_urlencoded v0.7.1 |
| 1034 | 2026-08-18T22:09:47.695Z | Checking http-body-util v0.1.5 |
| 1035 | 2026-08-18T22:09:48.192Z | Checking ppv-lite86 v0.2.21 |
| 1036 | 2026-08-18T22:09:48.457Z | Compiling typify-impl v0.6.2 |
| 1037 | 2026-08-18T22:09:48.494Z | Compiling unsafe-libyaml v0.2.11 |
| 1038 | 2026-08-18T22:09:48.526Z | Checking hyper v1.11.0 |
| 1039 | 2026-08-18T22:09:49.048Z | Compiling serde_yaml v0.9.34+deprecated |
| 1040 | 2026-08-18T22:09:49.479Z | Checking hyper-util v0.1.20 |
| 1041 | 2026-08-18T22:09:49.924Z | Compiling convert_case v0.4.0 |
| 1042 | 2026-08-18T22:09:50.217Z | Compiling derive_more v0.99.20 |
| 1043 | 2026-08-18T22:09:50.543Z | Compiling zerocopy-derive v0.7.35 |
| 1044 | 2026-08-18T22:09:50.931Z | Compiling crossbeam-epoch v0.9.20 |
| 1045 | 2026-08-18T22:09:51.573Z | Compiling itertools v0.14.0 |
| 1046 | 2026-08-18T22:09:51.677Z | Compiling regress v0.10.5 |
| 1047 | 2026-08-18T22:09:51.824Z | Compiling typify-macro v0.6.2 |
| 1048 | 2026-08-18T22:09:52.654Z | Checking deranged v0.5.8 |
| 1049 | 2026-08-18T22:09:52.796Z | Compiling rustix v0.38.44 |
| 1050 | 2026-08-18T22:09:52.852Z | Checking powerfmt v0.2.0 |
| 1051 | 2026-08-18T22:09:53.004Z | Checking num_threads v0.1.7 |
| 1052 | 2026-08-18T22:09:53.357Z | Compiling heapless v0.8.0 |
| 1053 | 2026-08-18T22:09:53.541Z | Compiling typify v0.6.2 |
| 1054 | 2026-08-18T22:09:53.583Z | Checking time v0.3.55 |
| 1055 | 2026-08-18T22:09:53.828Z | Checking crossbeam-channel v0.5.16 |
| 1056 | 2026-08-18T22:09:54.096Z | Compiling scroll_derive v0.12.1 |
| 1057 | 2026-08-18T22:09:54.156Z | Compiling serde_repr v0.1.21 |
| 1058 | 2026-08-18T22:09:54.222Z | Checking cpufeatures v0.3.0 |
| 1059 | 2026-08-18T22:09:54.703Z | Compiling heck v0.4.1 |
| 1060 | 2026-08-18T22:09:55.164Z | Checking futures-executor v0.3.34 |
| 1061 | 2026-08-18T22:09:55.309Z | Checking sync_wrapper v1.0.2 |
| 1062 | 2026-08-18T22:09:55.376Z | Checking thread_local v1.1.10 |
| 1063 | 2026-08-18T22:09:55.428Z | Compiling smoltcp v0.11.0 |
| 1064 | 2026-08-18T22:09:55.535Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1065 | 2026-08-18T22:09:55.854Z | Checking tower v0.5.3 |
| 1066 | 2026-08-18T22:09:56.008Z | Checking rand_core v0.9.5 |
| 1067 | 2026-08-18T22:09:56.129Z | Checking webpki-roots v1.0.9 |
| 1068 | 2026-08-18T22:09:56.305Z | Compiling rustc_version v0.4.1 |
| 1069 | 2026-08-18T22:09:56.401Z | Checking is-terminal v0.4.17 |
| 1070 | 2026-08-18T22:09:56.432Z | Checking take_mut v0.2.2 |
| 1071 | 2026-08-18T22:09:56.488Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1072 | 2026-08-18T22:09:56.534Z | Checking term v1.2.1 |
| 1073 | 2026-08-18T22:09:56.657Z | Compiling curve25519-dalek v4.1.3 |
| 1074 | 2026-08-18T22:09:56.714Z | Checking tower-http v0.6.11 |
| 1075 | 2026-08-18T22:09:56.754Z | Checking slog-term v2.9.2 |
| 1076 | 2026-08-18T22:09:56.771Z | Checking futures v0.3.34 |
| 1077 | 2026-08-18T22:09:56.920Z | Compiling toml_datetime v0.6.11 |
| 1078 | 2026-08-18T22:09:56.938Z | Compiling foreign-types-macros v0.2.4 |
| 1079 | 2026-08-18T22:09:57.280Z | Checking fastrand v2.5.0 |
| 1080 | 2026-08-18T22:09:57.307Z | Checking hex v0.4.3 |
| 1081 | 2026-08-18T22:09:57.545Z | Checking rand_chacha v0.9.0 |
| 1082 | 2026-08-18T22:09:57.772Z | Compiling zerocopy v0.7.35 |
| 1083 | 2026-08-18T22:09:57.810Z | Compiling hubpack_derive v0.1.1 |
| 1084 | 2026-08-18T22:09:57.946Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1085 | 2026-08-18T22:09:58.337Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1086 | 2026-08-18T22:09:58.455Z | Compiling usdt-impl v0.5.0 |
| 1087 | 2026-08-18T22:09:58.578Z | Compiling proc-macro-error-attr v1.0.4 |
| 1088 | 2026-08-18T22:09:58.909Z | Compiling dof v0.3.0 |
| 1089 | 2026-08-18T22:09:59.004Z | Checking rand v0.9.5 |
| 1090 | 2026-08-18T22:09:59.021Z | Compiling dtrace-parser v0.2.0 |
| 1091 | 2026-08-18T22:09:59.024Z | Compiling darling_core v0.21.3 |
| 1092 | 2026-08-18T22:09:59.055Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1093 | 2026-08-18T22:09:59.539Z | Compiling serde_spanned v1.1.1 |
| 1094 | 2026-08-18T22:09:59.682Z | Compiling thread-id v4.2.2 |
| 1095 | 2026-08-18T22:09:59.767Z | Compiling proc-macro-error v1.0.4 |
| 1096 | 2026-08-18T22:09:59.995Z | Compiling memoffset v0.9.1 |
| 1097 | 2026-08-18T22:10:00.042Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 1098 | 2026-08-18T22:10:01.046Z | Checking tempfile v3.27.0 |
| 1099 | 2026-08-18T22:10:01.115Z | Compiling darling_macro v0.21.3 |
| 1100 | 2026-08-18T22:10:01.149Z | Checking crypto-common v0.1.7 |
| 1101 | 2026-08-18T22:10:01.501Z | Checking hybrid-array v0.4.14 |
| 1102 | 2026-08-18T22:10:01.968Z | Checking simd-adler32 v0.3.10 |
| 1103 | 2026-08-18T22:10:01.981Z | Compiling prettyplease v0.2.37 |
| 1104 | 2026-08-18T22:10:02.024Z | Checking openssl-probe v0.2.1 |
| 1105 | 2026-08-18T22:10:02.101Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 1106 | 2026-08-18T22:10:02.127Z | Compiling cfg_aliases v0.2.2 |
| 1107 | 2026-08-18T22:10:02.144Z | Checking adler2 v2.0.1 |
| 1108 | 2026-08-18T22:10:02.202Z | Checking match_cfg v0.1.0 |
| 1109 | 2026-08-18T22:10:02.250Z | Compiling nix v0.31.3 |
| 1110 | 2026-08-18T22:10:02.262Z | Checking miniz_oxide v0.8.9 |
| 1111 | 2026-08-18T22:10:02.276Z | Checking hostname v0.3.1 |
| 1112 | 2026-08-18T22:10:02.337Z | Checking rustls-native-certs v0.8.4 |
| 1113 | 2026-08-18T22:10:02.371Z | Compiling darling v0.21.3 |
| 1114 | 2026-08-18T22:10:02.750Z | Checking slog-json v2.6.1 |
| 1115 | 2026-08-18T22:10:02.856Z | Checking newtype-uuid v1.4.0 |
| 1116 | 2026-08-18T22:10:02.923Z | Checking memmap2 v0.9.11 |
| 1117 | 2026-08-18T22:10:03.129Z | Compiling crossbeam-deque v0.8.7 |
| 1118 | 2026-08-18T22:10:03.238Z | Checking usdt v0.6.0 |
| 1119 | 2026-08-18T22:10:03.280Z | Checking daft v0.1.8 |
| 1120 | 2026-08-18T22:10:03.359Z | Checking slog-bunyan v2.5.0 |
| 1121 | 2026-08-18T22:10:03.432Z | Checking flate2 v1.1.9 |
| 1122 | 2026-08-18T22:10:03.452Z | Compiling ingot-macros v0.1.1 |
| 1123 | 2026-08-18T22:10:03.469Z | Checking block-buffer v0.12.1 |
| 1124 | 2026-08-18T22:10:03.515Z | Checking crypto-common v0.2.2 |
| 1125 | 2026-08-18T22:10:03.539Z | Compiling usdt-attr-macro v0.5.0 |
| 1126 | 2026-08-18T22:10:03.614Z | Compiling usdt-macro v0.5.0 |
| 1127 | 2026-08-18T22:10:03.724Z | Compiling num-derive v0.4.2 |
| 1128 | 2026-08-18T22:10:04.007Z | Compiling enum-as-inner v0.6.1 |
| 1129 | 2026-08-18T22:10:04.411Z | Compiling winnow v0.7.15 |
| 1130 | 2026-08-18T22:10:04.414Z | Checking const-oid v0.10.2 |
| 1131 | 2026-08-18T22:10:04.655Z | Checking compression-core v0.4.32 |
| 1132 | 2026-08-18T22:10:04.779Z | Checking debug-ignore v1.0.5 |
| 1133 | 2026-08-18T22:10:04.877Z | Checking compression-codecs v0.4.38 |
| 1134 | 2026-08-18T22:10:04.918Z | Checking digest v0.11.3 |
| 1135 | 2026-08-18T22:10:05.452Z | Compiling progenitor-impl v0.14.0 |
| 1136 | 2026-08-18T22:10:06.089Z | Checking macaddr v1.0.1 |
| 1137 | 2026-08-18T22:10:06.126Z | Checking encoding_rs v0.8.35 |
| 1138 | 2026-08-18T22:10:06.262Z | Checking spin v0.9.9 |
| 1139 | 2026-08-18T22:10:06.302Z | Compiling rayon-core v1.13.0 |
| 1140 | 2026-08-18T22:10:06.320Z | Checking mime v0.3.17 |
| 1141 | 2026-08-18T22:10:06.371Z | Checking toml v1.1.4+spec-1.1.0 |
| 1142 | 2026-08-18T22:10:06.787Z | Checking sha1 v0.11.0 |
| 1143 | 2026-08-18T22:10:06.823Z | Checking async-compression v0.4.43 |
| 1144 | 2026-08-18T22:10:07.312Z | Checking rand_chacha v0.3.1 |
| 1145 | 2026-08-18T22:10:07.418Z | Checking waitgroup v0.1.2 |
| 1146 | 2026-08-18T22:10:07.422Z | Checking rustls-pemfile v2.2.0 |
| 1147 | 2026-08-18T22:10:07.474Z | Checking async-stream v0.3.6 |
| 1148 | 2026-08-18T22:10:07.492Z | Compiling progenitor-macro v0.14.0 |
| 1149 | 2026-08-18T22:10:07.548Z | Checking serde_path_to_error v0.1.20 |
| 1150 | 2026-08-18T22:10:07.569Z | Checking hostname v0.4.2 |
| 1151 | 2026-08-18T22:10:07.597Z | Compiling wait-timeout v0.2.1 |
| 1152 | 2026-08-18T22:10:07.665Z | Compiling quick-error v1.2.3 |
| 1153 | 2026-08-18T22:10:07.840Z | Compiling bit-vec v0.8.0 |
| 1154 | 2026-08-18T22:10:07.984Z | Compiling rusty-fork v0.3.1 |
| 1155 | 2026-08-18T22:10:08.060Z | Compiling bit-set v0.8.0 |
| 1156 | 2026-08-18T22:10:08.160Z | Checking rand v0.8.7 |
| 1157 | 2026-08-18T22:10:08.615Z | Compiling rand_xorshift v0.4.0 |
| 1158 | 2026-08-18T22:10:08.743Z | Compiling num-integer v0.1.47 |
| 1159 | 2026-08-18T22:10:09.039Z | Compiling semver v0.1.20 |
| 1160 | 2026-08-18T22:10:09.057Z | Compiling winnow v0.5.40 |
| 1161 | 2026-08-18T22:10:09.287Z | Compiling unarray v0.1.4 |
| 1162 | 2026-08-18T22:10:09.390Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1163 | 2026-08-18T22:10:09.408Z | Compiling proptest v1.11.0 |
| 1164 | 2026-08-18T22:10:09.430Z | Compiling rustc_version v0.1.7 |
| 1165 | 2026-08-18T22:10:10.306Z | Compiling toml_edit v0.19.15 |
| 1166 | 2026-08-18T22:10:10.524Z | Compiling reqwest v0.12.28 |
| 1167 | 2026-08-18T22:10:10.606Z | Compiling backon v1.6.0 |
| 1168 | 2026-08-18T22:10:10.803Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1169 | 2026-08-18T22:10:10.933Z | Checking block-buffer v0.10.4 |
| 1170 | 2026-08-18T22:10:11.947Z | Compiling strum v0.26.3 |
| 1171 | 2026-08-18T22:10:12.165Z | Compiling instant v0.1.13 |
| 1172 | 2026-08-18T22:10:12.307Z | Checking unicode-width v0.2.2 |
| 1173 | 2026-08-18T22:10:12.430Z | Compiling utf8parse v0.2.2 |
| 1174 | 2026-08-18T22:10:12.563Z | Compiling anstyle-parse v1.0.0 |
| 1175 | 2026-08-18T22:10:12.578Z | Compiling backoff v0.4.0 |
| 1176 | 2026-08-18T22:10:12.617Z | Compiling iddqd v0.4.6 |
| 1177 | 2026-08-18T22:10:12.676Z | Checking rustls-webpki v0.103.14 |
| 1178 | 2026-08-18T22:10:12.735Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1179 | 2026-08-18T22:10:12.771Z | Compiling progenitor-client v0.10.0 |
| 1180 | 2026-08-18T22:10:12.815Z | Compiling proc-macro-crate v1.3.1 |
| 1181 | 2026-08-18T22:10:12.855Z | Checking digest v0.10.7 |
| 1182 | 2026-08-18T22:10:13.009Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1183 | 2026-08-18T22:10:13.048Z | Compiling newtype_derive v0.1.6 |
| 1184 | 2026-08-18T22:10:13.162Z | Compiling num-iter v0.1.46 |
| 1185 | 2026-08-18T22:10:13.269Z | Compiling num-rational v0.4.2 |
| 1186 | 2026-08-18T22:10:13.286Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 1187 | 2026-08-18T22:10:13.315Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1188 | 2026-08-18T22:10:13.777Z | Compiling parse-display v0.10.0 |
| 1189 | 2026-08-18T22:10:13.859Z | Compiling strum v0.27.2 |
| 1190 | 2026-08-18T22:10:13.992Z | Compiling serde_with v3.22.0 |
| 1191 | 2026-08-18T22:10:14.014Z | Compiling num-complex v0.4.6 |
| 1192 | 2026-08-18T22:10:14.063Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1193 | 2026-08-18T22:10:14.256Z | Compiling anstyle-query v1.1.5 |
| 1194 | 2026-08-18T22:10:14.259Z | Compiling vcpkg v0.2.15 |
| 1195 | 2026-08-18T22:10:14.290Z | Compiling humantime v2.4.0 |
| 1196 | 2026-08-18T22:10:14.366Z | Compiling is_terminal_polyfill v1.70.2 |
| 1197 | 2026-08-18T22:10:14.385Z | Compiling owo-colors v4.3.0 |
| 1198 | 2026-08-18T22:10:14.465Z | Compiling anstyle v1.0.14 |
| 1199 | 2026-08-18T22:10:14.525Z | Compiling colorchoice v1.0.5 |
| 1200 | 2026-08-18T22:10:14.643Z | Compiling anstream v1.0.0 |
| 1201 | 2026-08-18T22:10:14.681Z | Compiling num v0.4.3 |
| 1202 | 2026-08-18T22:10:14.831Z | Compiling openssl-sys v0.9.117 |
| 1203 | 2026-08-18T22:10:14.865Z | Compiling num_enum_derive v0.5.11 |
| 1204 | 2026-08-18T22:10:15.121Z | Compiling terminal_size v0.4.4 |
| 1205 | 2026-08-18T22:10:15.350Z | Compiling serde_spanned v0.6.9 |
| 1206 | 2026-08-18T22:10:15.367Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1207 | 2026-08-18T22:10:15.449Z | Compiling pin-project-internal v1.1.13 |
| 1208 | 2026-08-18T22:10:15.493Z | Compiling derive-where v1.6.1 |
| 1209 | 2026-08-18T22:10:15.523Z | Checking tokio-rustls v0.26.4 |
| 1210 | 2026-08-18T22:10:15.755Z | Checking hyper-rustls v0.27.9 |
| 1211 | 2026-08-18T22:10:15.843Z | Checking rustls-platform-verifier v0.7.0 |
| 1212 | 2026-08-18T22:10:15.955Z | Compiling float-ord v0.3.2 |
| 1213 | 2026-08-18T22:10:15.986Z | Checking reqwest v0.13.4 |
| 1214 | 2026-08-18T22:10:16.071Z | Compiling clap_lex v1.1.0 |
| 1215 | 2026-08-18T22:10:16.280Z | Compiling toml_write v0.1.2 |
| 1216 | 2026-08-18T22:10:16.300Z | Compiling clap_builder v4.6.6 |
| 1217 | 2026-08-18T22:10:16.476Z | Compiling toml_edit v0.22.27 |
| 1218 | 2026-08-18T22:10:16.739Z | Checking progenitor-client v0.14.0 |
| 1219 | 2026-08-18T22:10:17.804Z | Compiling progenitor-impl v0.13.0 |
| 1220 | 2026-08-18T22:10:18.724Z | Compiling progenitor-extras v0.2.0 |
| 1221 | 2026-08-18T22:10:19.136Z | Compiling clap v4.6.6 |
| 1222 | 2026-08-18T22:10:19.154Z | Compiling toml v0.8.23 |
| 1223 | 2026-08-18T22:10:19.378Z | Compiling zone_cfg_derive v0.3.1 |
| 1224 | 2026-08-18T22:10:19.535Z | Compiling snafu-derive v0.8.9 |
| 1225 | 2026-08-18T22:10:19.697Z | Compiling async-recursion v1.1.1 |
| 1226 | 2026-08-18T22:10:19.854Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1227 | 2026-08-18T22:10:19.896Z | Compiling progenitor-macro v0.13.0 |
| 1228 | 2026-08-18T22:10:21.334Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9) |
| 1229 | 2026-08-18T22:10:21.378Z | Compiling slog-dtrace v0.3.0 |
| 1230 | 2026-08-18T22:10:21.560Z | Compiling cancel-safe-futures v0.1.5 |
| 1231 | 2026-08-18T22:10:21.616Z | Compiling unicode-xid v0.2.6 |
| 1232 | 2026-08-18T22:10:21.702Z | Compiling chrono-tz v0.10.4 |
| 1233 | 2026-08-18T22:10:21.723Z | Compiling minimal-lexical v0.2.1 |
| 1234 | 2026-08-18T22:10:21.740Z | Compiling openssl v0.10.81 |
| 1235 | 2026-08-18T22:10:21.945Z | Compiling nom v7.1.3 |
| 1236 | 2026-08-18T22:10:21.963Z | Compiling const_format_proc_macros v0.2.34 |
| 1237 | 2026-08-18T22:10:22.467Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1238 | 2026-08-18T22:10:22.688Z | Compiling openssl-macros v0.1.1 |
| 1239 | 2026-08-18T22:10:23.039Z | Checking cpufeatures v0.2.17 |
| 1240 | 2026-08-18T22:10:23.281Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1241 | 2026-08-18T22:10:23.793Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1242 | 2026-08-18T22:10:23.830Z | Compiling cookie v0.18.2 |
| 1243 | 2026-08-18T22:10:23.915Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1244 | 2026-08-18T22:10:24.203Z | Compiling tabled_derive v0.7.0 |
| 1245 | 2026-08-18T22:10:25.041Z | Checking num_enum v0.7.6 |
| 1246 | 2026-08-18T22:10:25.482Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1247 | 2026-08-18T22:10:25.731Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1248 | 2026-08-18T22:10:26.884Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1249 | 2026-08-18T22:10:27.142Z | Checking tabwriter v1.4.1 |
| 1250 | 2026-08-18T22:10:27.290Z | Checking secrecy v0.10.3 |
| 1251 | 2026-08-18T22:10:27.311Z | Checking tinyvec_macros v0.1.1 |
| 1252 | 2026-08-18T22:10:27.587Z | Checking colored v3.1.1 |
| 1253 | 2026-08-18T22:10:27.611Z | Checking tinyvec v1.12.0 |
| 1254 | 2026-08-18T22:10:27.916Z | Checking hash32 v0.3.1 |
| 1255 | 2026-08-18T22:10:28.047Z | Checking bstr v1.13.1 |
| 1256 | 2026-08-18T22:10:28.248Z | Checking data-encoding v2.11.1 |
| 1257 | 2026-08-18T22:10:28.419Z | Checking hmac v0.12.1 |
| 1258 | 2026-08-18T22:10:28.536Z | Checking inout v0.1.4 |
| 1259 | 2026-08-18T22:10:28.560Z | Checking scroll v0.12.0 |
| 1260 | 2026-08-18T22:10:28.677Z | Checking ff v0.13.1 |
| 1261 | 2026-08-18T22:10:28.751Z | Checking cobs v0.3.0 |
| 1262 | 2026-08-18T22:10:28.792Z | Checking managed v0.8.0 |
| 1263 | 2026-08-18T22:10:28.810Z | Checking bitflags v1.3.2 |
| 1264 | 2026-08-18T22:10:28.890Z | Checking static_assertions v1.1.0 |
| 1265 | 2026-08-18T22:10:28.906Z | Checking foreign-types-shared v0.3.1 |
| 1266 | 2026-08-18T22:10:28.924Z | Checking postcard v1.1.3 |
| 1267 | 2026-08-18T22:10:28.961Z | Checking group v0.13.0 |
| 1268 | 2026-08-18T22:10:29.005Z | Checking foreign-types v0.5.0 |
| 1269 | 2026-08-18T22:10:29.044Z | Checking goblin v0.8.2 |
| 1270 | 2026-08-18T22:10:29.087Z | Checking cipher v0.4.4 |
| 1271 | 2026-08-18T22:10:29.094Z | Checking hkdf v0.12.4 |
| 1272 | 2026-08-18T22:10:29.105Z | Checking atomicwrites v0.4.4 |
| 1273 | 2026-08-18T22:10:29.236Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1274 | 2026-08-18T22:10:29.273Z | Checking universal-hash v0.5.1 |
| 1275 | 2026-08-18T22:10:29.397Z | Checking crypto-bigint v0.5.5 |
| 1276 | 2026-08-18T22:10:29.494Z | Checking chacha20 v0.10.1 |
| 1277 | 2026-08-18T22:10:29.571Z | Checking half v2.7.1 |
| 1278 | 2026-08-18T22:10:29.833Z | Checking cstr-argument v0.1.2 |
| 1279 | 2026-08-18T22:10:29.960Z | Checking opaque-debug v0.3.1 |
| 1280 | 2026-08-18T22:10:29.991Z | Checking indent_write v2.2.0 |
| 1281 | 2026-08-18T22:10:30.030Z | Checking base16ct v0.2.0 |
| 1282 | 2026-08-18T22:10:30.048Z | Checking ciborium-io v0.2.2 |
| 1283 | 2026-08-18T22:10:30.122Z | Checking base64ct v1.8.3 |
| 1284 | 2026-08-18T22:10:30.161Z | Checking ciborium-ll v0.2.2 |
| 1285 | 2026-08-18T22:10:30.161Z | Checking poly1305 v0.8.0 |
| 1286 | 2026-08-18T22:10:30.217Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1287 | 2026-08-18T22:10:30.280Z | Checking elliptic-curve v0.13.8 |
| 1288 | 2026-08-18T22:10:30.357Z | Checking password-hash v0.5.0 |
| 1289 | 2026-08-18T22:10:30.375Z | Checking rand v0.10.2 |
| 1290 | 2026-08-18T22:10:30.393Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1291 | 2026-08-18T22:10:30.396Z | Checking chacha20 v0.9.1 |
| 1292 | 2026-08-18T22:10:30.532Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1293 | 2026-08-18T22:10:30.552Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1294 | 2026-08-18T22:10:30.588Z | Checking blake2 v0.10.6 |
| 1295 | 2026-08-18T22:10:30.607Z | Checking aead v0.5.2 |
| 1296 | 2026-08-18T22:10:30.744Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1297 | 2026-08-18T22:10:30.778Z | Checking thiserror-no-std v2.0.2 |
| 1298 | 2026-08-18T22:10:30.801Z | Checking hubpack v0.1.2 |
| 1299 | 2026-08-18T22:10:30.826Z | Checking byte-wrapper v0.1.0 |
| 1300 | 2026-08-18T22:10:30.870Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1301 | 2026-08-18T22:10:30.971Z | Checking keccak v0.1.6 |
| 1302 | 2026-08-18T22:10:31.041Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1303 | 2026-08-18T22:10:31.105Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1304 | 2026-08-18T22:10:31.124Z | Checking sha3 v0.10.9 |
| 1305 | 2026-08-18T22:10:31.261Z | Checking vsss-rs v3.3.4 |
| 1306 | 2026-08-18T22:10:31.318Z | Checking argon2 v0.5.3 |
| 1307 | 2026-08-18T22:10:31.500Z | Checking chacha20poly1305 v0.10.1 |
| 1308 | 2026-08-18T22:10:31.614Z | Checking ciborium v0.2.2 |
| 1309 | 2026-08-18T22:10:31.633Z | Checking similar v2.7.0 |
| 1310 | 2026-08-18T22:10:31.772Z | Checking memmap v0.7.0 |
| 1311 | 2026-08-18T22:10:31.905Z | Checking lazy_static v1.5.0 |
| 1312 | 2026-08-18T22:10:31.984Z | Checking usdt v0.5.0 |
| 1313 | 2026-08-18T22:10:32.027Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1314 | 2026-08-18T22:10:32.221Z | Checking ingot-types v0.1.2 |
| 1315 | 2026-08-18T22:10:32.348Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1316 | 2026-08-18T22:10:32.447Z | Checking ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 1317 | 2026-08-18T22:10:32.506Z | Checking progenitor v0.14.0 |
| 1318 | 2026-08-18T22:10:32.525Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1319 | 2026-08-18T22:10:32.580Z | Checking bytecount v0.6.9 |
| 1320 | 2026-08-18T22:10:32.598Z | Checking unicode-segmentation v1.13.3 |
| 1321 | 2026-08-18T22:10:32.639Z | Checking ingot v0.1.1 |
| 1322 | 2026-08-18T22:10:32.856Z | Checking console v0.15.11 |
| 1323 | 2026-08-18T22:10:32.926Z | Checking newline-converter v0.3.0 |
| 1324 | 2026-08-18T22:10:33.013Z | Checking itertools v0.12.1 |
| 1325 | 2026-08-18T22:10:33.051Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1326 | 2026-08-18T22:10:33.280Z | Checking swrite v0.1.0 |
| 1327 | 2026-08-18T22:10:33.299Z | Compiling parking_lot_core v0.8.6 |
| 1328 | 2026-08-18T22:10:33.355Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1329 | 2026-08-18T22:10:33.374Z | Checking resolv-conf v0.7.6 |
| 1330 | 2026-08-18T22:10:33.408Z | Checking linked-hash-map v0.5.6 |
| 1331 | 2026-08-18T22:10:33.593Z | Checking lru-cache v0.1.2 |
| 1332 | 2026-08-18T22:10:33.616Z | Checking expectorate v1.2.0 |
| 1333 | 2026-08-18T22:10:33.711Z | Checking rayon v1.12.0 |
| 1334 | 2026-08-18T22:10:33.747Z | Checking ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 1335 | 2026-08-18T22:10:33.779Z | Checking hickory-proto v0.24.4 |
| 1336 | 2026-08-18T22:10:34.218Z | Checking camino-tempfile v1.4.1 |
| 1337 | 2026-08-18T22:10:34.271Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1338 | 2026-08-18T22:10:34.521Z | Checking serde-big-array v0.5.1 |
| 1339 | 2026-08-18T22:10:34.657Z | Checking siphasher v1.0.3 |
| 1340 | 2026-08-18T22:10:34.824Z | Checking phf_shared v0.12.1 |
| 1341 | 2026-08-18T22:10:34.948Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1342 | 2026-08-18T22:10:35.173Z | Checking unicode-normalization v0.1.25 |
| 1343 | 2026-08-18T22:10:35.304Z | Checking hickory-resolver v0.24.4 |
| 1344 | 2026-08-18T22:10:35.367Z | Checking progenitor-client v0.13.0 |
| 1345 | 2026-08-18T22:10:35.483Z | Checking pin-project v1.1.13 |
| 1346 | 2026-08-18T22:10:35.581Z | Checking num_enum v0.5.11 |
| 1347 | 2026-08-18T22:10:35.975Z | Checking tokio-stream v0.1.19 |
| 1348 | 2026-08-18T22:10:36.141Z | Checking csv-core v0.1.13 |
| 1349 | 2026-08-18T22:10:36.213Z | Checking konst_macro_rules v0.2.19 |
| 1350 | 2026-08-18T22:10:36.315Z | Checking jiff-core v0.1.0 |
| 1351 | 2026-08-18T22:10:36.351Z | Checking highway v1.3.0 |
| 1352 | 2026-08-18T22:10:36.386Z | Checking foldhash v0.1.5 |
| 1353 | 2026-08-18T22:10:36.389Z | Checking same-file v1.0.6 |
| 1354 | 2026-08-18T22:10:36.461Z | Checking unicode-width v0.1.14 |
| 1355 | 2026-08-18T22:10:36.517Z | Checking foreign-types-shared v0.1.1 |
| 1356 | 2026-08-18T22:10:36.536Z | Checking smawk v0.3.3 |
| 1357 | 2026-08-18T22:10:36.575Z | Checking unicode-linebreak v0.1.5 |
| 1358 | 2026-08-18T22:10:36.603Z | Checking foreign-types v0.3.2 |
| 1359 | 2026-08-18T22:10:36.654Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1360 | 2026-08-18T22:10:36.676Z | Checking hashbrown v0.15.5 |
| 1361 | 2026-08-18T22:10:36.706Z | Checking walkdir v2.5.0 |
| 1362 | 2026-08-18T22:10:36.779Z | Checking textwrap v0.16.2 |
| 1363 | 2026-08-18T22:10:36.869Z | Checking konst v0.2.20 |
| 1364 | 2026-08-18T22:10:36.998Z | Checking jiff v0.2.35 |
| 1365 | 2026-08-18T22:10:37.001Z | Checking qorb v0.4.1 |
| 1366 | 2026-08-18T22:10:37.062Z | Checking csv v1.4.0 |
| 1367 | 2026-08-18T22:10:37.203Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1368 | 2026-08-18T22:10:37.602Z | Checking progenitor v0.13.0 |
| 1369 | 2026-08-18T22:10:37.740Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1370 | 2026-08-18T22:10:37.855Z | Checking snafu v0.8.9 |
| 1371 | 2026-08-18T22:10:37.907Z | Checking olpc-cjson v0.1.4 |
| 1372 | 2026-08-18T22:10:37.998Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1373 | 2026-08-18T22:10:38.044Z | Checking phf v0.12.1 |
| 1374 | 2026-08-18T22:10:38.205Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1375 | 2026-08-18T22:10:38.220Z | Checking zone v0.3.1 |
| 1376 | 2026-08-18T22:10:38.352Z | Checking tokio-dtrace v0.1.1 |
| 1377 | 2026-08-18T22:10:38.544Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1378 | 2026-08-18T22:10:38.590Z | Checking globset v0.4.20 |
| 1379 | 2026-08-18T22:10:38.659Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1380 | 2026-08-18T22:10:39.058Z | Checking smf v0.2.3 |
| 1381 | 2026-08-18T22:10:39.210Z | Checking pem v3.0.6 |
| 1382 | 2026-08-18T22:10:39.294Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1383 | 2026-08-18T22:10:39.363Z | Checking libsw-core v0.3.2 |
| 1384 | 2026-08-18T22:10:39.434Z | Checking serde_plain v1.0.2 |
| 1385 | 2026-08-18T22:10:39.508Z | Checking sigpipe v0.1.3 |
| 1386 | 2026-08-18T22:10:39.544Z | Checking glob v0.3.4 |
| 1387 | 2026-08-18T22:10:39.581Z | Checking fixedbitset v0.4.2 |
| 1388 | 2026-08-18T22:10:39.598Z | Checking fixedbitset v0.5.7 |
| 1389 | 2026-08-18T22:10:39.788Z | Checking typed-path v0.9.3 |
| 1390 | 2026-08-18T22:10:39.879Z | Checking petgraph v0.8.3 |
| 1391 | 2026-08-18T22:10:40.033Z | Checking petgraph v0.6.5 |
| 1392 | 2026-08-18T22:10:40.117Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1393 | 2026-08-18T22:10:40.180Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1394 | 2026-08-18T22:10:40.203Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1395 | 2026-08-18T22:10:40.228Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1396 | 2026-08-18T22:10:40.368Z | Checking libsw v3.5.0 |
| 1397 | 2026-08-18T22:10:40.558Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1398 | 2026-08-18T22:10:40.576Z | Checking tough v0.22.0 |
| 1399 | 2026-08-18T22:10:40.843Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1400 | 2026-08-18T22:10:40.894Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1401 | 2026-08-18T22:10:40.937Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1402 | 2026-08-18T22:10:41.048Z | Checking oxide-tokio-rt v0.1.6 |
| 1403 | 2026-08-18T22:10:41.259Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1404 | 2026-08-18T22:10:41.276Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1405 | 2026-08-18T22:10:41.280Z | Checking const_format v0.2.36 |
| 1406 | 2026-08-18T22:10:41.418Z | Checking papergrid v0.11.0 |
| 1407 | 2026-08-18T22:10:41.777Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1408 | 2026-08-18T22:10:41.830Z | Checking gethostname v0.5.0 |
| 1409 | 2026-08-18T22:10:41.897Z | Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1410 | 2026-08-18T22:10:41.924Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1411 | 2026-08-18T22:10:42.073Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1412 | 2026-08-18T22:10:42.246Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1413 | 2026-08-18T22:10:42.558Z | Checking libscf-sys v1.2.0 |
| 1414 | 2026-08-18T22:10:42.706Z | Checking bcs v0.1.6 |
| 1415 | 2026-08-18T22:10:42.841Z | Checking linear-map v1.2.0 |
| 1416 | 2026-08-18T22:10:42.859Z | Checking tagptr v0.2.0 |
| 1417 | 2026-08-18T22:10:42.928Z | Checking whoami v1.6.1 |
| 1418 | 2026-08-18T22:10:42.987Z | Checking termtree v0.5.1 |
| 1419 | 2026-08-18T22:10:43.005Z | Checking moka v0.12.16 |
| 1420 | 2026-08-18T22:10:43.009Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1421 | 2026-08-18T22:10:43.818Z | Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1422 | 2026-08-18T22:10:44.299Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1423 | 2026-08-18T22:10:44.627Z | Checking tabled v0.15.0 |
| 1424 | 2026-08-18T22:10:44.845Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1425 | 2026-08-18T22:10:44.865Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1426 | 2026-08-18T22:10:44.928Z | Checking steno v0.4.1 |
| 1427 | 2026-08-18T22:10:44.950Z | Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1428 | 2026-08-18T22:10:45.464Z | Checking hickory-proto v0.25.2 |
| 1429 | 2026-08-18T22:10:46.990Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 1430 | 2026-08-18T22:10:47.010Z | Checking hickory-resolver v0.25.2 |
| 1431 | 2026-08-18T22:10:47.231Z | Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1432 | 2026-08-18T22:10:47.675Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1433 | 2026-08-18T22:10:48.215Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 1434 | 2026-08-18T22:10:48.426Z | Checking ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 1435 | 2026-08-18T22:10:52.709Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1436 | 2026-08-18T22:10:53.031Z | Checking nom v8.0.0 |
| 1437 | 2026-08-18T22:10:56.260Z | Compiling crunchy v0.2.4 |
| 1438 | 2026-08-18T22:10:57.825Z | Checking mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 1439 | 2026-08-18T22:10:58.769Z | Compiling itertools v0.15.0 |
| 1440 | 2026-08-18T22:10:58.789Z | Compiling tiny-keccak v2.0.2 |
| 1441 | 2026-08-18T22:10:58.933Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 1442 | 2026-08-18T22:10:59.472Z | Compiling typify-impl v0.4.3 |
| 1443 | 2026-08-18T22:11:00.072Z | Compiling ingot-macros v0.2.0 |
| 1444 | 2026-08-18T22:11:00.326Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1445 | 2026-08-18T22:11:00.557Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe) |
| 1446 | 2026-08-18T22:11:00.775Z | Checking client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common) |
| 1447 | 2026-08-18T22:11:00.862Z | Checking parking_lot v0.11.2 |
| 1448 | 2026-08-18T22:11:01.024Z | Compiling const-random-macro v0.1.16 |
| 1449 | 2026-08-18T22:11:01.269Z | Checking fxhash v0.2.1 |
| 1450 | 2026-08-18T22:11:01.284Z | Compiling smartstring v1.0.1 |
| 1451 | 2026-08-18T22:11:01.391Z | Checking sled v0.34.7 |
| 1452 | 2026-08-18T22:11:01.423Z | Compiling ahash v0.8.12 |
| 1453 | 2026-08-18T22:11:01.830Z | Checking internet-checksum v0.2.1 |
| 1454 | 2026-08-18T22:11:01.955Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1455 | 2026-08-18T22:11:02.044Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1456 | 2026-08-18T22:11:02.593Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1457 | 2026-08-18T22:11:02.654Z | Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 1458 | 2026-08-18T22:11:02.757Z | Compiling rhai_codegen v3.2.0 |
| 1459 | 2026-08-18T22:11:02.805Z | Compiling typify-macro v0.4.3 |
| 1460 | 2026-08-18T22:11:03.097Z | Checking arc-swap v1.9.2 |
| 1461 | 2026-08-18T22:11:03.423Z | Checking slog-scope v4.4.1 |
| 1462 | 2026-08-18T22:11:03.444Z | Checking ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 1463 | 2026-08-18T22:11:03.605Z | Checking papergrid v0.18.0 |
| 1464 | 2026-08-18T22:11:03.737Z | Checking mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types) |
| 1465 | 2026-08-18T22:11:03.773Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 1466 | 2026-08-18T22:11:03.876Z | Checking dropshot-api-manager-types v0.7.2 |
| 1467 | 2026-08-18T22:11:04.265Z | Checking slog-stdlog v4.1.1 |
| 1468 | 2026-08-18T22:11:04.363Z | Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 1469 | 2026-08-18T22:11:04.383Z | Compiling typify v0.4.3 |
| 1470 | 2026-08-18T22:11:04.401Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1471 | 2026-08-18T22:11:04.401Z | Checking tabled v0.21.0 |
| 1472 | 2026-08-18T22:11:04.479Z | Compiling progenitor-impl v0.10.0 |
| 1473 | 2026-08-18T22:11:04.555Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 1474 | 2026-08-18T22:11:04.623Z | Compiling lzma-sys v0.1.20 |
| 1475 | 2026-08-18T22:11:05.285Z | Compiling fs-err v3.3.1 |
| 1476 | 2026-08-18T22:11:05.307Z | Compiling typeid v1.0.3 |
| 1477 | 2026-08-18T22:11:05.565Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899) |
| 1478 | 2026-08-18T22:11:05.586Z | Checking slog-envlogger v2.2.0 |
| 1479 | 2026-08-18T22:11:05.629Z | Checking ingot-types v0.2.0 |
| 1480 | 2026-08-18T22:11:05.995Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1481 | 2026-08-18T22:11:06.278Z | Checking crc8 v0.1.1 |
| 1482 | 2026-08-18T22:11:06.508Z | Compiling toml v0.9.12+spec-1.1.0 |
| 1483 | 2026-08-18T22:11:06.526Z | Compiling progenitor-macro v0.10.0 |
| 1484 | 2026-08-18T22:11:06.526Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899) |
| 1485 | 2026-08-18T22:11:06.526Z | Checking ingot v0.2.1 |
| 1486 | 2026-08-18T22:11:07.592Z | Checking const-random v0.1.18 |
| 1487 | 2026-08-18T22:11:07.899Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1488 | 2026-08-18T22:11:08.139Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1489 | 2026-08-18T22:11:09.043Z | Compiling cargo_toml v0.22.3 |
| 1490 | 2026-08-18T22:11:09.221Z | Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 1491 | 2026-08-18T22:11:09.898Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 1492 | 2026-08-18T22:11:10.319Z | Checking thin-vec v0.2.19 |
| 1493 | 2026-08-18T22:11:10.564Z | Checking rhai v1.25.1 |
| 1494 | 2026-08-18T22:11:11.236Z | Checking sha1 v0.10.7 |
| 1495 | 2026-08-18T22:11:11.289Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 1496 | 2026-08-18T22:11:11.579Z | Checking utf-8 v0.7.6 |
| 1497 | 2026-08-18T22:11:11.861Z | Checking tungstenite v0.21.0 |
| 1498 | 2026-08-18T22:11:12.281Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1499 | 2026-08-18T22:11:12.905Z | Checking ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 1500 | 2026-08-18T22:11:13.232Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1501 | 2026-08-18T22:11:13.338Z | Checking port-file v0.1.0 |
| 1502 | 2026-08-18T22:11:13.440Z | Checking sha2 v0.10.9 |
| 1503 | 2026-08-18T22:11:13.529Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 1504 | 2026-08-18T22:11:13.700Z | Checking progenitor v0.10.0 |
| 1505 | 2026-08-18T22:11:13.780Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 1506 | 2026-08-18T22:11:13.841Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1507 | 2026-08-18T22:11:14.056Z | Checking tokio-tungstenite v0.21.0 |
| 1508 | 2026-08-18T22:11:15.185Z | Checking console v0.16.4 |
| 1509 | 2026-08-18T22:11:15.225Z | Checking git-stub v1.0.0 |
| 1510 | 2026-08-18T22:11:15.491Z | Checking yansi v1.0.1 |
| 1511 | 2026-08-18T22:11:15.510Z | Checking is_ci v1.2.0 |
| 1512 | 2026-08-18T22:11:15.613Z | Checking unit-prefix v0.5.2 |
| 1513 | 2026-08-18T22:11:15.659Z | Checking base64 v0.21.7 |
| 1514 | 2026-08-18T22:11:15.689Z | Checking diff v0.1.13 |
| 1515 | 2026-08-18T22:11:15.826Z | Checking pretty_assertions v1.4.1 |
| 1516 | 2026-08-18T22:11:15.874Z | Checking indicatif v0.18.6 |
| 1517 | 2026-08-18T22:11:15.905Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 1518 | 2026-08-18T22:11:16.230Z | Checking supports-color v3.0.2 |
| 1519 | 2026-08-18T22:11:16.907Z | Checking git-stub-vcs v0.1.0 |
| 1520 | 2026-08-18T22:11:17.084Z | Checking xz2 v0.1.7 |
| 1521 | 2026-08-18T22:11:17.100Z | Checking ron v0.12.2 |
| 1522 | 2026-08-18T22:11:17.362Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 1523 | 2026-08-18T22:11:17.482Z | Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
| 1524 | 2026-08-18T22:11:17.679Z | Checking mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 1525 | 2026-08-18T22:11:17.749Z | Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 1526 | 2026-08-18T22:11:17.987Z | Checking drift v0.2.0 |
| 1527 | 2026-08-18T22:11:18.489Z | Compiling serial_test_derive v4.0.1 |
| 1528 | 2026-08-18T22:11:18.584Z | Checking base16ct v1.0.0 |
| 1529 | 2026-08-18T22:11:18.974Z | Checking dropshot-api-manager v0.7.2 |
| 1530 | 2026-08-18T22:11:19.178Z | Checking serial_test v4.0.1 |
| 1531 | 2026-08-18T22:11:19.972Z | Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 1532 | 2026-08-18T22:11:19.993Z | Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
| 1533 | 2026-08-18T22:11:20.020Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 1534 | 2026-08-18T22:11:20.374Z | Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
| 1535 | 2026-08-18T22:11:21.019Z | Checking util v0.1.0 (/work/oxidecomputer/maghemite/util) |
| 1536 | 2026-08-18T22:11:21.699Z | Checking natord v1.0.9 |
| 1537 | 2026-08-18T22:11:21.970Z | Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
| 1538 | 2026-08-18T22:11:22.061Z | Checking maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis) |
| 1539 | 2026-08-18T22:11:22.335Z | Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
| 1540 | 2026-08-18T22:11:22.440Z | Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
| 1541 | 2026-08-18T22:11:22.764Z | Checking xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask) |
| 1542 | 2026-08-18T22:11:23.027Z | Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
| 1543 | 2026-08-18T22:11:23.348Z | Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
| 1544 | 2026-08-18T22:11:23.452Z | Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
| 1545 | 2026-08-18T22:11:23.499Z | Checking falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab) |
| 1546 | 2026-08-18T22:11:32.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 36s |
| 1547 | 2026-08-18T22:11:32.956Z | + cargo xtask openapi check |
| 1548 | 2026-08-18T22:11:33.606Z | Compiling cfg-if v1.0.4 |
| 1549 | 2026-08-18T22:11:33.610Z | Compiling libc v0.2.189 |
| 1550 | 2026-08-18T22:11:33.706Z | Compiling serde_core v1.0.229 |
| 1551 | 2026-08-18T22:11:33.727Z | Compiling memchr v2.8.3 |
| 1552 | 2026-08-18T22:11:33.737Z | Compiling smallvec v1.15.2 |
| 1553 | 2026-08-18T22:11:33.737Z | Compiling itoa v1.0.18 |
| 1554 | 2026-08-18T22:11:33.747Z | Compiling stable_deref_trait v1.2.1 |
| 1555 | 2026-08-18T22:11:33.758Z | Compiling zerofrom v0.1.8 |
| 1556 | 2026-08-18T22:11:33.762Z | Compiling zmij v1.0.23 |
| 1557 | 2026-08-18T22:11:33.808Z | Compiling writeable v0.6.3 |
| 1558 | 2026-08-18T22:11:33.865Z | Compiling yoke v0.8.3 |
| 1559 | 2026-08-18T22:11:33.914Z | Compiling litemap v0.8.2 |
| 1560 | 2026-08-18T22:11:33.929Z | Compiling utf8_iter v1.0.4 |
| 1561 | 2026-08-18T22:11:34.007Z | Compiling percent-encoding v2.3.2 |
| 1562 | 2026-08-18T22:11:34.045Z | Compiling zerovec v0.11.6 |
| 1563 | 2026-08-18T22:11:34.055Z | Compiling zerotrie v0.2.4 |
| 1564 | 2026-08-18T22:11:34.085Z | Compiling icu_normalizer_data v2.2.0 |
| 1565 | 2026-08-18T22:11:34.108Z | Compiling icu_properties_data v2.2.0 |
| 1566 | 2026-08-18T22:11:34.158Z | Compiling libm v0.2.16 |
| 1567 | 2026-08-18T22:11:34.177Z | Compiling form_urlencoded v1.2.2 |
| 1568 | 2026-08-18T22:11:34.196Z | Compiling rand_core v0.10.1 |
| 1569 | 2026-08-18T22:11:34.245Z | Compiling errno v0.3.14 |
| 1570 | 2026-08-18T22:11:34.343Z | Compiling getrandom v0.4.3 |
| 1571 | 2026-08-18T22:11:34.362Z | Compiling iana-time-zone v0.1.65 |
| 1572 | 2026-08-18T22:11:34.367Z | Compiling pin-project-lite v0.2.17 |
| 1573 | 2026-08-18T22:11:34.394Z | Compiling zeroize v1.9.0 |
| 1574 | 2026-08-18T22:11:34.397Z | Compiling dyn-clone v1.0.20 |
| 1575 | 2026-08-18T22:11:34.456Z | Compiling scopeguard v1.2.0 |
| 1576 | 2026-08-18T22:11:34.518Z | Compiling parking_lot_core v0.9.12 |
| 1577 | 2026-08-18T22:11:34.533Z | Compiling tinystr v0.8.3 |
| 1578 | 2026-08-18T22:11:34.563Z | Compiling potential_utf v0.1.5 |
| 1579 | 2026-08-18T22:11:34.566Z | Compiling lock_api v0.4.14 |
| 1580 | 2026-08-18T22:11:34.587Z | Compiling socket2 v0.6.5 |
| 1581 | 2026-08-18T22:11:34.599Z | Compiling signal-hook-registry v1.4.8 |
| 1582 | 2026-08-18T22:11:34.726Z | Compiling icu_locale_core v2.2.0 |
| 1583 | 2026-08-18T22:11:34.737Z | Compiling icu_collections v2.2.0 |
| 1584 | 2026-08-18T22:11:34.798Z | Compiling parking_lot v0.12.5 |
| 1585 | 2026-08-18T22:11:34.811Z | Compiling mio v1.2.2 |
| 1586 | 2026-08-18T22:11:34.883Z | Compiling num-traits v0.2.19 |
| 1587 | 2026-08-18T22:11:35.024Z | Compiling portable-atomic v1.15.0 |
| 1588 | 2026-08-18T22:11:35.171Z | Compiling futures-core v0.3.34 |
| 1589 | 2026-08-18T22:11:35.248Z | Compiling thiserror v2.0.20 |
| 1590 | 2026-08-18T22:11:35.291Z | Compiling critical-section v1.2.0 |
| 1591 | 2026-08-18T22:11:35.302Z | Compiling equivalent v1.0.2 |
| 1592 | 2026-08-18T22:11:35.321Z | Compiling subtle v2.6.1 |
| 1593 | 2026-08-18T22:11:35.348Z | Compiling zerocopy v0.8.56 |
| 1594 | 2026-08-18T22:11:35.383Z | Compiling serde v1.0.229 |
| 1595 | 2026-08-18T22:11:35.394Z | Compiling serde_json v1.0.151 |
| 1596 | 2026-08-18T22:11:35.487Z | Compiling icu_provider v2.2.0 |
| 1597 | 2026-08-18T22:11:35.508Z | Compiling uuid v1.24.0 |
| 1598 | 2026-08-18T22:11:35.520Z | Compiling semver v1.0.28 |
| 1599 | 2026-08-18T22:11:35.554Z | Compiling bitflags v2.13.1 |
| 1600 | 2026-08-18T22:11:35.791Z | Compiling icu_normalizer v2.2.0 |
| 1601 | 2026-08-18T22:11:35.802Z | Compiling bytes v1.12.1 |
| 1602 | 2026-08-18T22:11:35.803Z | Compiling icu_properties v2.2.0 |
| 1603 | 2026-08-18T22:11:35.843Z | Compiling chrono v0.4.45 |
| 1604 | 2026-08-18T22:11:35.885Z | Compiling once_cell v1.21.4 |
| 1605 | 2026-08-18T22:11:35.938Z | Compiling allocator-api2 v0.2.21 |
| 1606 | 2026-08-18T22:11:36.103Z | Compiling log v0.4.33 |
| 1607 | 2026-08-18T22:11:36.262Z | Compiling tokio v1.53.1 |
| 1608 | 2026-08-18T22:11:36.289Z | Compiling futures-sink v0.3.34 |
| 1609 | 2026-08-18T22:11:36.349Z | Compiling typenum v1.20.1 |
| 1610 | 2026-08-18T22:11:36.394Z | Compiling slab v0.4.12 |
| 1611 | 2026-08-18T22:11:36.435Z | Compiling slog v2.8.2 |
| 1612 | 2026-08-18T22:11:36.453Z | Compiling futures-channel v0.3.34 |
| 1613 | 2026-08-18T22:11:36.464Z | Compiling getrandom v0.2.17 |
| 1614 | 2026-08-18T22:11:36.568Z | Compiling hashbrown v0.17.1 |
| 1615 | 2026-08-18T22:11:36.643Z | Compiling rand_core v0.6.4 |
| 1616 | 2026-08-18T22:11:36.673Z | Compiling idna_adapter v1.2.2 |
| 1617 | 2026-08-18T22:11:36.816Z | Compiling idna v1.1.0 |
| 1618 | 2026-08-18T22:11:36.867Z | Compiling futures-io v0.3.34 |
| 1619 | 2026-08-18T22:11:36.943Z | Compiling futures-task v0.3.34 |
| 1620 | 2026-08-18T22:11:37.029Z | Compiling tracing-core v0.1.36 |
| 1621 | 2026-08-18T22:11:37.112Z | Compiling url v2.5.8 |
| 1622 | 2026-08-18T22:11:37.122Z | Compiling futures-util v0.3.34 |
| 1623 | 2026-08-18T22:11:37.145Z | Compiling indexmap v2.14.0 |
| 1624 | 2026-08-18T22:11:37.298Z | Compiling base64 v0.22.1 |
| 1625 | 2026-08-18T22:11:37.540Z | Compiling tracing v0.1.44 |
| 1626 | 2026-08-18T22:11:37.624Z | Compiling schemars v0.8.22 |
| 1627 | 2026-08-18T22:11:37.636Z | Compiling http v1.5.0 |
| 1628 | 2026-08-18T22:11:37.776Z | Compiling unicode-ident v1.0.24 |
| 1629 | 2026-08-18T22:11:37.790Z | Compiling fnv v1.0.7 |
| 1630 | 2026-08-18T22:11:37.889Z | Compiling proc-macro2 v1.0.107 |
| 1631 | 2026-08-18T22:11:37.904Z | Compiling byteorder v1.5.0 |
| 1632 | 2026-08-18T22:11:37.927Z | Compiling ipnet v2.12.1 |
| 1633 | 2026-08-18T22:11:38.165Z | Compiling ppv-lite86 v0.2.21 |
| 1634 | 2026-08-18T22:11:38.339Z | Compiling quote v1.0.47 |
| 1635 | 2026-08-18T22:11:38.467Z | Compiling ipnetwork v0.21.1 |
| 1636 | 2026-08-18T22:11:38.500Z | Compiling erased-serde v0.3.31 |
| 1637 | 2026-08-18T22:11:38.588Z | Compiling syn v2.0.119 |
| 1638 | 2026-08-18T22:11:38.617Z | Compiling rustls-pki-types v1.15.1 |
| 1639 | 2026-08-18T22:11:38.630Z | Compiling http-body v1.1.0 |
| 1640 | 2026-08-18T22:11:38.792Z | Compiling oxnet v0.1.6 |
| 1641 | 2026-08-18T22:11:38.891Z | Compiling thiserror v1.0.69 |
| 1642 | 2026-08-18T22:11:39.000Z | Compiling aws-lc-sys v0.44.0 |
| 1643 | 2026-08-18T22:11:39.012Z | Compiling atomic-waker v1.1.2 |
| 1644 | 2026-08-18T22:11:39.104Z | Compiling untrusted v0.7.1 |
| 1645 | 2026-08-18T22:11:39.139Z | Compiling httparse v1.10.1 |
| 1646 | 2026-08-18T22:11:39.230Z | Compiling try-lock v0.2.5 |
| 1647 | 2026-08-18T22:11:39.251Z | Compiling untrusted v0.9.0 |
| 1648 | 2026-08-18T22:11:39.343Z | Compiling rustls v0.23.43 |
| 1649 | 2026-08-18T22:11:39.375Z | Compiling pretty-hex v0.4.2 |
| 1650 | 2026-08-18T22:11:39.385Z | Compiling tower-service v0.3.3 |
| 1651 | 2026-08-18T22:11:39.419Z | Compiling tower-layer v0.3.3 |
| 1652 | 2026-08-18T22:11:39.444Z | Compiling ryu v1.0.23 |
| 1653 | 2026-08-18T22:11:39.477Z | Compiling aws-lc-rs v1.18.0 |
| 1654 | 2026-08-18T22:11:39.511Z | Compiling want v0.3.1 |
| 1655 | 2026-08-18T22:11:39.566Z | Compiling rustix v1.1.4 |
| 1656 | 2026-08-18T22:11:39.578Z | Compiling plain v0.2.3 |
| 1657 | 2026-08-18T22:11:39.594Z | Compiling httpdate v1.0.3 |
| 1658 | 2026-08-18T22:11:39.628Z | Compiling omicron-workspace-hack v0.1.0 |
| 1659 | 2026-08-18T22:11:39.672Z | Compiling getrandom v0.3.4 |
| 1660 | 2026-08-18T22:11:39.684Z | Compiling ucd-trie v0.1.7 |
| 1661 | 2026-08-18T22:11:39.698Z | Compiling regex-syntax v0.8.11 |
| 1662 | 2026-08-18T22:11:39.835Z | Compiling pest v2.8.8 |
| 1663 | 2026-08-18T22:11:39.858Z | Compiling rand_core v0.9.5 |
| 1664 | 2026-08-18T22:11:39.979Z | Compiling crossbeam-utils v0.8.22 |
| 1665 | 2026-08-18T22:11:40.073Z | Compiling tokio-util v0.7.19 |
| 1666 | 2026-08-18T22:11:40.498Z | Compiling rustls-webpki v0.103.14 |
| 1667 | 2026-08-18T22:11:40.803Z | Compiling h2 v0.4.15 |
| 1668 | 2026-08-18T22:11:40.816Z | Compiling serde_urlencoded v0.7.1 |
| 1669 | 2026-08-18T22:11:40.953Z | Compiling http-body-util v0.1.5 |
| 1670 | 2026-08-18T22:11:41.103Z | Compiling newtype-uuid v1.4.0 |
| 1671 | 2026-08-18T22:11:41.229Z | Compiling foldhash v0.2.0 |
| 1672 | 2026-08-18T22:11:41.425Z | Compiling hex v0.4.3 |
| 1673 | 2026-08-18T22:11:41.439Z | Compiling daft v0.1.8 |
| 1674 | 2026-08-18T22:11:41.469Z | Compiling rand_chacha v0.9.0 |
| 1675 | 2026-08-18T22:11:41.689Z | Compiling fastrand v2.5.0 |
| 1676 | 2026-08-18T22:11:41.711Z | Compiling rand v0.9.5 |
| 1677 | 2026-08-18T22:11:41.851Z | Compiling sync_wrapper v1.0.2 |
| 1678 | 2026-08-18T22:11:41.954Z | Compiling tower v0.5.3 |
| 1679 | 2026-08-18T22:11:41.976Z | Compiling generic-array v0.14.7 |
| 1680 | 2026-08-18T22:11:42.186Z | Compiling anyhow v1.0.104 |
| 1681 | 2026-08-18T22:11:42.320Z | Compiling aho-corasick v1.1.5 |
| 1682 | 2026-08-18T22:11:42.336Z | Compiling tempfile v3.27.0 |
| 1683 | 2026-08-18T22:11:42.433Z | Compiling tower-http v0.6.11 |
| 1684 | 2026-08-18T22:11:42.468Z | Compiling hashbrown v0.16.1 |
| 1685 | 2026-08-18T22:11:42.560Z | Compiling futures-executor v0.3.34 |
| 1686 | 2026-08-18T22:11:42.672Z | Compiling camino v1.2.5 |
| 1687 | 2026-08-18T22:11:42.722Z | Compiling openapiv3 v2.2.0 |
| 1688 | 2026-08-18T22:11:42.829Z | Compiling cpufeatures v0.3.0 |
| 1689 | 2026-08-18T22:11:42.850Z | Compiling num-conv v0.2.2 |
| 1690 | 2026-08-18T22:11:42.904Z | Compiling hyper v1.11.0 |
| 1691 | 2026-08-18T22:11:43.005Z | Compiling openssl-probe v0.2.1 |
| 1692 | 2026-08-18T22:11:43.080Z | Compiling powerfmt v0.2.0 |
| 1693 | 2026-08-18T22:11:43.080Z | Compiling time-core v0.1.9 |
| 1694 | 2026-08-18T22:11:43.226Z | Compiling regex-automata v0.4.18 |
| 1695 | 2026-08-18T22:11:43.307Z | Compiling num_threads v0.1.7 |
| 1696 | 2026-08-18T22:11:43.318Z | Compiling deranged v0.5.8 |
| 1697 | 2026-08-18T22:11:43.409Z | Compiling rustls-native-certs v0.8.4 |
| 1698 | 2026-08-18T22:11:43.745Z | Compiling futures v0.3.34 |
| 1699 | 2026-08-18T22:11:43.828Z | Compiling scroll v0.13.0 |
| 1700 | 2026-08-18T22:11:43.840Z | Compiling hybrid-array v0.4.14 |
| 1701 | 2026-08-18T22:11:44.107Z | Compiling hyper-util v0.1.20 |
| 1702 | 2026-08-18T22:11:44.220Z | Compiling tokio-rustls v0.26.4 |
| 1703 | 2026-08-18T22:11:44.290Z | Compiling time v0.3.55 |
| 1704 | 2026-08-18T22:11:44.314Z | Compiling adler2 v2.0.1 |
| 1705 | 2026-08-18T22:11:44.336Z | Compiling simd-adler32 v0.3.10 |
| 1706 | 2026-08-18T22:11:44.458Z | Compiling winnow v1.0.4 |
| 1707 | 2026-08-18T22:11:44.492Z | Compiling miniz_oxide v0.8.9 |
| 1708 | 2026-08-18T22:11:44.543Z | Compiling goblin v0.10.7 |
| 1709 | 2026-08-18T22:11:44.642Z | Compiling rustls-platform-verifier v0.7.0 |
| 1710 | 2026-08-18T22:11:44.872Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1711 | 2026-08-18T22:11:45.139Z | Compiling crossbeam-channel v0.5.16 |
| 1712 | 2026-08-18T22:11:45.363Z | Compiling hyper-rustls v0.27.9 |
| 1713 | 2026-08-18T22:11:45.531Z | Compiling crc32fast v1.5.0 |
| 1714 | 2026-08-18T22:11:45.628Z | Compiling reqwest v0.13.4 |
| 1715 | 2026-08-18T22:11:45.658Z | Compiling flate2 v1.1.9 |
| 1716 | 2026-08-18T22:11:45.721Z | Compiling regex v1.13.1 |
| 1717 | 2026-08-18T22:11:45.725Z | Compiling block-buffer v0.12.1 |
| 1718 | 2026-08-18T22:11:45.894Z | Compiling crypto-common v0.2.2 |
| 1719 | 2026-08-18T22:11:46.071Z | Compiling crypto-common v0.1.7 |
| 1720 | 2026-08-18T22:11:46.174Z | Compiling dtrace-parser v0.3.0 |
| 1721 | 2026-08-18T22:11:46.211Z | Compiling rand_chacha v0.3.1 |
| 1722 | 2026-08-18T22:11:46.334Z | Compiling thread-id v5.1.0 |
| 1723 | 2026-08-18T22:11:46.423Z | Compiling thread_local v1.1.10 |
| 1724 | 2026-08-18T22:11:46.526Z | Compiling const-oid v0.10.2 |
| 1725 | 2026-08-18T22:11:46.615Z | Compiling debug-ignore v1.0.5 |
| 1726 | 2026-08-18T22:11:46.628Z | Compiling match_cfg v0.1.0 |
| 1727 | 2026-08-18T22:11:46.690Z | Compiling compression-core v0.4.32 |
| 1728 | 2026-08-18T22:11:46.700Z | Compiling digest v0.11.3 |
| 1729 | 2026-08-18T22:11:46.721Z | Compiling hostname v0.3.1 |
| 1730 | 2026-08-18T22:11:46.739Z | Compiling rand v0.8.7 |
| 1731 | 2026-08-18T22:11:46.791Z | Compiling slog-json v2.6.1 |
| 1732 | 2026-08-18T22:11:46.845Z | Compiling compression-codecs v0.4.38 |
| 1733 | 2026-08-18T22:11:46.856Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 1734 | 2026-08-18T22:11:46.867Z | Compiling ref-cast v1.0.26 |
| 1735 | 2026-08-18T22:11:46.944Z | Compiling strum v0.26.3 |
| 1736 | 2026-08-18T22:11:46.968Z | Compiling macaddr v1.0.1 |
| 1737 | 2026-08-18T22:11:46.994Z | Compiling serde_spanned v1.1.1 |
| 1738 | 2026-08-18T22:11:47.075Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1739 | 2026-08-18T22:11:47.092Z | Compiling wait-timeout v0.2.1 |
| 1740 | 2026-08-18T22:11:47.146Z | Compiling memmap2 v0.9.11 |
| 1741 | 2026-08-18T22:11:47.196Z | Compiling is-terminal v0.4.17 |
| 1742 | 2026-08-18T22:11:47.295Z | Compiling encoding_rs v0.8.35 |
| 1743 | 2026-08-18T22:11:47.366Z | Compiling dof v0.4.0 |
| 1744 | 2026-08-18T22:11:47.380Z | Compiling take_mut v0.2.2 |
| 1745 | 2026-08-18T22:11:47.383Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 1746 | 2026-08-18T22:11:47.402Z | Compiling bit-vec v0.8.0 |
| 1747 | 2026-08-18T22:11:47.491Z | Compiling mime v0.3.17 |
| 1748 | 2026-08-18T22:11:47.494Z | Compiling either v1.17.0 |
| 1749 | 2026-08-18T22:11:47.605Z | Compiling term v1.2.1 |
| 1750 | 2026-08-18T22:11:47.633Z | Compiling spin v0.9.9 |
| 1751 | 2026-08-18T22:11:47.717Z | Compiling quick-error v1.2.3 |
| 1752 | 2026-08-18T22:11:47.753Z | Compiling bit-set v0.8.0 |
| 1753 | 2026-08-18T22:11:47.769Z | Compiling toml v1.1.4+spec-1.1.0 |
| 1754 | 2026-08-18T22:11:47.824Z | Compiling rusty-fork v0.3.1 |
| 1755 | 2026-08-18T22:11:47.919Z | Compiling slog-term v2.9.2 |
| 1756 | 2026-08-18T22:11:48.185Z | Compiling usdt-impl v0.6.0 |
| 1757 | 2026-08-18T22:11:48.255Z | Compiling slog-async v2.8.0 |
| 1758 | 2026-08-18T22:11:48.614Z | Compiling usdt v0.6.0 |
| 1759 | 2026-08-18T22:11:48.685Z | Compiling multer v3.1.0 |
| 1760 | 2026-08-18T22:11:48.763Z | Compiling async-compression v0.4.43 |
| 1761 | 2026-08-18T22:11:48.856Z | Compiling slog-bunyan v2.5.0 |
| 1762 | 2026-08-18T22:11:48.902Z | Compiling sha1 v0.11.0 |
| 1763 | 2026-08-18T22:11:48.996Z | Compiling serde_with v3.22.0 |
| 1764 | 2026-08-18T22:11:49.010Z | Compiling async-stream v0.3.6 |
| 1765 | 2026-08-18T22:11:49.089Z | Compiling rand_xorshift v0.4.0 |
| 1766 | 2026-08-18T22:11:49.162Z | Compiling waitgroup v0.1.2 |
| 1767 | 2026-08-18T22:11:49.175Z | Compiling rustls-pemfile v2.2.0 |
| 1768 | 2026-08-18T22:11:49.194Z | Compiling serde_path_to_error v0.1.20 |
| 1769 | 2026-08-18T22:11:49.198Z | Compiling hostname v0.4.2 |
| 1770 | 2026-08-18T22:11:49.237Z | Compiling unarray v0.1.4 |
| 1771 | 2026-08-18T22:11:49.301Z | Compiling strum v0.27.2 |
| 1772 | 2026-08-18T22:11:49.314Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1773 | 2026-08-18T22:11:49.340Z | Compiling proptest v1.11.0 |
| 1774 | 2026-08-18T22:11:49.352Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1775 | 2026-08-18T22:11:49.394Z | Compiling progenitor-client v0.14.0 |
| 1776 | 2026-08-18T22:11:49.421Z | Compiling iddqd v0.4.6 |
| 1777 | 2026-08-18T22:11:49.435Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1778 | 2026-08-18T22:11:49.438Z | Compiling reqwest v0.12.28 |
| 1779 | 2026-08-18T22:11:49.523Z | Compiling dropshot v0.17.1 |
| 1780 | 2026-08-18T22:11:49.546Z | Compiling block-buffer v0.10.4 |
| 1781 | 2026-08-18T22:11:49.646Z | Compiling backon v1.6.0 |
| 1782 | 2026-08-18T22:11:49.679Z | Compiling instant v0.1.13 |
| 1783 | 2026-08-18T22:11:49.697Z | Compiling digest v0.10.7 |
| 1784 | 2026-08-18T22:11:49.786Z | Compiling backoff v0.4.0 |
| 1785 | 2026-08-18T22:11:49.847Z | Compiling progenitor-extras v0.2.0 |
| 1786 | 2026-08-18T22:11:49.910Z | Compiling itertools v0.14.0 |
| 1787 | 2026-08-18T22:11:49.996Z | Compiling parse-display v0.10.0 |
| 1788 | 2026-08-18T22:11:50.077Z | Compiling regress v0.10.5 |
| 1789 | 2026-08-18T22:11:50.311Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 1790 | 2026-08-18T22:11:50.631Z | Compiling progenitor-client v0.10.0 |
| 1791 | 2026-08-18T22:11:50.783Z | Compiling humantime v2.4.0 |
| 1792 | 2026-08-18T22:11:51.062Z | Compiling cpufeatures v0.2.17 |
| 1793 | 2026-08-18T22:11:51.134Z | Compiling unicode-width v0.2.2 |
| 1794 | 2026-08-18T22:11:51.147Z | Compiling secrecy v0.10.3 |
| 1795 | 2026-08-18T22:11:51.179Z | Compiling tinyvec_macros v0.1.1 |
| 1796 | 2026-08-18T22:11:51.251Z | Compiling heck v0.5.0 |
| 1797 | 2026-08-18T22:11:51.288Z | Compiling tinyvec v1.12.0 |
| 1798 | 2026-08-18T22:11:51.304Z | Compiling num-integer v0.1.47 |
| 1799 | 2026-08-18T22:11:51.419Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1800 | 2026-08-18T22:11:51.501Z | Compiling scroll v0.12.0 |
| 1801 | 2026-08-18T22:11:51.625Z | Compiling crucible-workspace-hack v0.1.0 |
| 1802 | 2026-08-18T22:11:51.638Z | Compiling hmac v0.12.1 |
| 1803 | 2026-08-18T22:11:51.699Z | Compiling inout v0.1.4 |
| 1804 | 2026-08-18T22:11:51.772Z | Compiling ff v0.13.1 |
| 1805 | 2026-08-18T22:11:51.784Z | Compiling utf8parse v0.2.2 |
| 1806 | 2026-08-18T22:11:51.847Z | Compiling cipher v0.4.4 |
| 1807 | 2026-08-18T22:11:51.899Z | Compiling group v0.13.0 |
| 1808 | 2026-08-18T22:11:51.914Z | Compiling anstyle-parse v1.0.0 |
| 1809 | 2026-08-18T22:11:51.979Z | Compiling hkdf v0.12.4 |
| 1810 | 2026-08-18T22:11:52.013Z | Compiling goblin v0.8.2 |
| 1811 | 2026-08-18T22:11:52.070Z | Compiling num-iter v0.1.46 |
| 1812 | 2026-08-18T22:11:52.102Z | Compiling num-rational v0.4.2 |
| 1813 | 2026-08-18T22:11:52.194Z | Compiling zerocopy v0.7.35 |
| 1814 | 2026-08-18T22:11:52.331Z | Compiling universal-hash v0.5.1 |
| 1815 | 2026-08-18T22:11:52.388Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1816 | 2026-08-18T22:11:52.464Z | Compiling regress v0.11.1 |
| 1817 | 2026-08-18T22:11:52.641Z | Compiling crypto-bigint v0.5.5 |
| 1818 | 2026-08-18T22:11:52.750Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1819 | 2026-08-18T22:11:52.941Z | Compiling terminal_size v0.4.4 |
| 1820 | 2026-08-18T22:11:53.088Z | Compiling half v2.7.1 |
| 1821 | 2026-08-18T22:11:53.122Z | Compiling num-complex v0.4.6 |
| 1822 | 2026-08-18T22:11:53.422Z | Compiling ciborium-io v0.2.2 |
| 1823 | 2026-08-18T22:11:53.455Z | Compiling is_terminal_polyfill v1.70.2 |
| 1824 | 2026-08-18T22:11:53.515Z | Compiling base16ct v0.2.0 |
| 1825 | 2026-08-18T22:11:53.526Z | Compiling base64ct v1.8.3 |
| 1826 | 2026-08-18T22:11:53.557Z | Compiling anstyle-query v1.1.5 |
| 1827 | 2026-08-18T22:11:53.672Z | Compiling anstyle v1.0.14 |
| 1828 | 2026-08-18T22:11:53.684Z | Compiling colorchoice v1.0.5 |
| 1829 | 2026-08-18T22:11:53.805Z | Compiling opaque-debug v0.3.1 |
| 1830 | 2026-08-18T22:11:53.828Z | Compiling password-hash v0.5.0 |
| 1831 | 2026-08-18T22:11:53.870Z | Compiling poly1305 v0.8.0 |
| 1832 | 2026-08-18T22:11:53.881Z | Compiling anstream v1.0.0 |
| 1833 | 2026-08-18T22:11:53.905Z | Compiling elliptic-curve v0.13.8 |
| 1834 | 2026-08-18T22:11:54.194Z | Compiling typify-impl v0.6.2 |
| 1835 | 2026-08-18T22:11:54.262Z | Compiling ciborium-ll v0.2.2 |
| 1836 | 2026-08-18T22:11:54.483Z | Compiling dof v0.3.0 |
| 1837 | 2026-08-18T22:11:54.675Z | Compiling num v0.4.3 |
| 1838 | 2026-08-18T22:11:54.741Z | Compiling curve25519-dalek v4.1.3 |
| 1839 | 2026-08-18T22:11:54.754Z | Compiling thiserror-no-std v2.0.2 |
| 1840 | 2026-08-18T22:11:54.997Z | Compiling chacha20 v0.9.1 |
| 1841 | 2026-08-18T22:11:55.233Z | Compiling crossbeam-epoch v0.9.20 |
| 1842 | 2026-08-18T22:11:55.273Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1843 | 2026-08-18T22:11:55.580Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1844 | 2026-08-18T22:11:55.865Z | Compiling blake2 v0.10.6 |
| 1845 | 2026-08-18T22:11:55.876Z | Compiling aead v0.5.2 |
| 1846 | 2026-08-18T22:11:55.887Z | Compiling byte-wrapper v0.1.0 |
| 1847 | 2026-08-18T22:11:55.917Z | Compiling dtrace-parser v0.2.0 |
| 1848 | 2026-08-18T22:11:55.962Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1849 | 2026-08-18T22:11:55.979Z | Compiling thread-id v4.2.2 |
| 1850 | 2026-08-18T22:11:56.034Z | Compiling float-ord v0.3.2 |
| 1851 | 2026-08-18T22:11:56.063Z | Compiling strsim v0.11.1 |
| 1852 | 2026-08-18T22:11:56.150Z | Compiling keccak v0.1.6 |
| 1853 | 2026-08-18T22:11:56.237Z | Compiling clap_lex v1.1.0 |
| 1854 | 2026-08-18T22:11:56.269Z | Compiling usdt-impl v0.5.0 |
| 1855 | 2026-08-18T22:11:56.309Z | Compiling sha3 v0.10.9 |
| 1856 | 2026-08-18T22:11:56.391Z | Compiling clap_builder v4.6.6 |
| 1857 | 2026-08-18T22:11:56.437Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1858 | 2026-08-18T22:11:56.482Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1859 | 2026-08-18T22:11:56.594Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1860 | 2026-08-18T22:11:56.912Z | Compiling argon2 v0.5.3 |
| 1861 | 2026-08-18T22:11:57.424Z | Compiling chacha20poly1305 v0.10.1 |
| 1862 | 2026-08-18T22:11:57.564Z | Compiling typify v0.6.2 |
| 1863 | 2026-08-18T22:11:57.676Z | Compiling vsss-rs v3.3.4 |
| 1864 | 2026-08-18T22:11:57.790Z | Compiling ciborium v0.2.2 |
| 1865 | 2026-08-18T22:11:57.905Z | Compiling hash32 v0.3.1 |
| 1866 | 2026-08-18T22:11:58.066Z | Compiling memmap v0.7.0 |
| 1867 | 2026-08-18T22:11:58.279Z | Compiling indent_write v2.2.0 |
| 1868 | 2026-08-18T22:11:58.399Z | Compiling data-encoding v2.11.1 |
| 1869 | 2026-08-18T22:11:58.429Z | Compiling usdt v0.5.0 |
| 1870 | 2026-08-18T22:11:58.699Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1871 | 2026-08-18T22:11:58.712Z | Compiling heapless v0.8.0 |
| 1872 | 2026-08-18T22:11:58.803Z | Compiling clap v4.6.6 |
| 1873 | 2026-08-18T22:11:58.892Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1874 | 2026-08-18T22:11:59.002Z | Compiling ingot-types v0.1.2 |
| 1875 | 2026-08-18T22:11:59.014Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1876 | 2026-08-18T22:11:59.151Z | Compiling rustix v0.38.44 |
| 1877 | 2026-08-18T22:11:59.230Z | Compiling tabwriter v1.4.1 |
| 1878 | 2026-08-18T22:11:59.273Z | Compiling cobs v0.3.0 |
| 1879 | 2026-08-18T22:11:59.419Z | Compiling bitflags v1.3.2 |
| 1880 | 2026-08-18T22:11:59.470Z | Compiling managed v0.8.0 |
| 1881 | 2026-08-18T22:11:59.484Z | Compiling postcard v1.1.3 |
| 1882 | 2026-08-18T22:11:59.497Z | Compiling ingot v0.1.1 |
| 1883 | 2026-08-18T22:11:59.696Z | Compiling smoltcp v0.11.0 |
| 1884 | 2026-08-18T22:11:59.707Z | Compiling memoffset v0.9.1 |
| 1885 | 2026-08-18T22:11:59.791Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1886 | 2026-08-18T22:11:59.825Z | Compiling toml_datetime v0.6.11 |
| 1887 | 2026-08-18T22:12:00.044Z | Compiling serde_spanned v0.6.9 |
| 1888 | 2026-08-18T22:12:00.057Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1889 | 2026-08-18T22:12:00.100Z | Compiling linked-hash-map v0.5.6 |
| 1890 | 2026-08-18T22:12:00.195Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1891 | 2026-08-18T22:12:00.290Z | Compiling swrite v0.1.0 |
| 1892 | 2026-08-18T22:12:00.363Z | Compiling toml_write v0.1.2 |
| 1893 | 2026-08-18T22:12:00.387Z | Compiling resolv-conf v0.7.6 |
| 1894 | 2026-08-18T22:12:00.569Z | Compiling foreign-types-shared v0.3.1 |
| 1895 | 2026-08-18T22:12:00.669Z | Compiling colored v3.1.1 |
| 1896 | 2026-08-18T22:12:00.758Z | Compiling static_assertions v1.1.0 |
| 1897 | 2026-08-18T22:12:00.837Z | Compiling unicode-segmentation v1.13.3 |
| 1898 | 2026-08-18T22:12:01.051Z | Compiling winnow v0.7.15 |
| 1899 | 2026-08-18T22:12:01.274Z | Compiling newline-converter v0.3.0 |
| 1900 | 2026-08-18T22:12:01.340Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1901 | 2026-08-18T22:12:01.355Z | Compiling foreign-types v0.5.0 |
| 1902 | 2026-08-18T22:12:01.390Z | Compiling lru-cache v0.1.2 |
| 1903 | 2026-08-18T22:12:01.436Z | Compiling hubpack v0.1.2 |
| 1904 | 2026-08-18T22:12:01.518Z | Compiling atomicwrites v0.4.4 |
| 1905 | 2026-08-18T22:12:01.557Z | Compiling nix v0.31.3 |
| 1906 | 2026-08-18T22:12:01.666Z | Compiling num_enum v0.7.6 |
| 1907 | 2026-08-18T22:12:01.712Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1908 | 2026-08-18T22:12:01.791Z | Compiling crossbeam-deque v0.8.7 |
| 1909 | 2026-08-18T22:12:01.831Z | Compiling hickory-proto v0.24.4 |
| 1910 | 2026-08-18T22:12:01.993Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1911 | 2026-08-18T22:12:02.114Z | Compiling console v0.15.11 |
| 1912 | 2026-08-18T22:12:02.360Z | Compiling toml_edit v0.22.27 |
| 1913 | 2026-08-18T22:12:02.467Z | Compiling camino-tempfile v1.4.1 |
| 1914 | 2026-08-18T22:12:02.540Z | Compiling chacha20 v0.10.1 |
| 1915 | 2026-08-18T22:12:02.706Z | Compiling serde-big-array v0.5.1 |
| 1916 | 2026-08-18T22:12:02.742Z | Compiling cstr-argument v0.1.2 |
| 1917 | 2026-08-18T22:12:02.802Z | Compiling siphasher v1.0.3 |
| 1918 | 2026-08-18T22:12:02.852Z | Compiling similar v2.7.0 |
| 1919 | 2026-08-18T22:12:02.901Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1920 | 2026-08-18T22:12:03.004Z | Compiling phf_shared v0.12.1 |
| 1921 | 2026-08-18T22:12:03.187Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1922 | 2026-08-18T22:12:03.191Z | Compiling pin-project v1.1.13 |
| 1923 | 2026-08-18T22:12:03.292Z | Compiling expectorate v1.2.0 |
| 1924 | 2026-08-18T22:12:03.303Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1925 | 2026-08-18T22:12:03.450Z | Compiling rand v0.10.2 |
| 1926 | 2026-08-18T22:12:03.798Z | Compiling toml v0.8.23 |
| 1927 | 2026-08-18T22:12:04.133Z | Compiling hickory-resolver v0.24.4 |
| 1928 | 2026-08-18T22:12:04.448Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1929 | 2026-08-18T22:12:04.585Z | Compiling rayon-core v1.13.0 |
| 1930 | 2026-08-18T22:12:04.908Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1931 | 2026-08-18T22:12:04.939Z | Compiling num_enum v0.5.11 |
| 1932 | 2026-08-18T22:12:05.060Z | Compiling progenitor-impl v0.13.0 |
| 1933 | 2026-08-18T22:12:05.113Z | Compiling prettyplease v0.2.37 |
| 1934 | 2026-08-18T22:12:05.247Z | Compiling unicode-normalization v0.1.25 |
| 1935 | 2026-08-18T22:12:05.278Z | Compiling progenitor-client v0.13.0 |
| 1936 | 2026-08-18T22:12:05.718Z | Compiling tokio-stream v0.1.19 |
| 1937 | 2026-08-18T22:12:05.853Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1938 | 2026-08-18T22:12:06.002Z | Compiling csv-core v0.1.13 |
| 1939 | 2026-08-18T22:12:06.205Z | Compiling bstr v1.13.1 |
| 1940 | 2026-08-18T22:12:06.272Z | Compiling same-file v1.0.6 |
| 1941 | 2026-08-18T22:12:06.285Z | Compiling konst_macro_rules v0.2.19 |
| 1942 | 2026-08-18T22:12:06.392Z | Compiling jiff-core v0.1.0 |
| 1943 | 2026-08-18T22:12:06.445Z | Compiling unicode-width v0.1.14 |
| 1944 | 2026-08-18T22:12:06.449Z | Compiling foldhash v0.1.5 |
| 1945 | 2026-08-18T22:12:06.469Z | Compiling highway v1.3.0 |
| 1946 | 2026-08-18T22:12:06.640Z | Compiling foreign-types-shared v0.1.1 |
| 1947 | 2026-08-18T22:12:06.695Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1948 | 2026-08-18T22:12:06.723Z | Compiling foreign-types v0.3.2 |
| 1949 | 2026-08-18T22:12:06.735Z | Compiling hashbrown v0.15.5 |
| 1950 | 2026-08-18T22:12:06.799Z | Compiling globset v0.4.20 |
| 1951 | 2026-08-18T22:12:06.861Z | Compiling konst v0.2.20 |
| 1952 | 2026-08-18T22:12:07.017Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1953 | 2026-08-18T22:12:07.099Z | Compiling jiff v0.2.35 |
| 1954 | 2026-08-18T22:12:07.265Z | Compiling walkdir v2.5.0 |
| 1955 | 2026-08-18T22:12:07.501Z | Compiling progenitor v0.13.0 |
| 1956 | 2026-08-18T22:12:07.565Z | Compiling csv v1.4.0 |
| 1957 | 2026-08-18T22:12:07.605Z | Compiling qorb v0.4.1 |
| 1958 | 2026-08-18T22:12:08.149Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1959 | 2026-08-18T22:12:08.240Z | Compiling olpc-cjson v0.1.4 |
| 1960 | 2026-08-18T22:12:08.344Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1961 | 2026-08-18T22:12:08.411Z | Compiling snafu v0.8.9 |
| 1962 | 2026-08-18T22:12:08.789Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 1963 | 2026-08-18T22:12:09.102Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1964 | 2026-08-18T22:12:09.431Z | Compiling rayon v1.12.0 |
| 1965 | 2026-08-18T22:12:09.636Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1966 | 2026-08-18T22:12:10.155Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1967 | 2026-08-18T22:12:10.188Z | Compiling phf v0.12.1 |
| 1968 | 2026-08-18T22:12:10.346Z | Compiling openssl-sys v0.9.117 |
| 1969 | 2026-08-18T22:12:10.467Z | Compiling tokio-dtrace v0.1.1 |
| 1970 | 2026-08-18T22:12:10.738Z | Compiling progenitor-impl v0.14.0 |
| 1971 | 2026-08-18T22:12:10.751Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1972 | 2026-08-18T22:12:10.764Z | Compiling itertools v0.12.1 |
| 1973 | 2026-08-18T22:12:10.936Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1974 | 2026-08-18T22:12:11.011Z | Compiling libsw-core v0.3.2 |
| 1975 | 2026-08-18T22:12:11.143Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1976 | 2026-08-18T22:12:11.182Z | Compiling pem v3.0.6 |
| 1977 | 2026-08-18T22:12:11.214Z | Compiling serde_plain v1.0.2 |
| 1978 | 2026-08-18T22:12:11.426Z | Compiling sigpipe v0.1.3 |
| 1979 | 2026-08-18T22:12:11.495Z | Compiling glob v0.3.4 |
| 1980 | 2026-08-18T22:12:11.521Z | Compiling fixedbitset v0.5.7 |
| 1981 | 2026-08-18T22:12:11.535Z | Compiling bytecount v0.6.9 |
| 1982 | 2026-08-18T22:12:11.595Z | Compiling fixedbitset v0.4.2 |
| 1983 | 2026-08-18T22:12:11.653Z | Compiling minimal-lexical v0.2.1 |
| 1984 | 2026-08-18T22:12:11.673Z | Compiling typed-path v0.9.3 |
| 1985 | 2026-08-18T22:12:11.820Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1986 | 2026-08-18T22:12:11.839Z | Compiling petgraph v0.6.5 |
| 1987 | 2026-08-18T22:12:11.909Z | Compiling nom v7.1.3 |
| 1988 | 2026-08-18T22:12:11.913Z | Compiling progenitor v0.14.0 |
| 1989 | 2026-08-18T22:12:11.956Z | Compiling zone v0.3.1 |
| 1990 | 2026-08-18T22:12:12.023Z | Compiling petgraph v0.8.3 |
| 1991 | 2026-08-18T22:12:12.051Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1992 | 2026-08-18T22:12:12.504Z | Compiling papergrid v0.11.0 |
| 1993 | 2026-08-18T22:12:12.698Z | Compiling tough v0.22.0 |
| 1994 | 2026-08-18T22:12:12.710Z | Compiling openssl v0.10.81 |
| 1995 | 2026-08-18T22:12:12.938Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1996 | 2026-08-18T22:12:13.299Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1997 | 2026-08-18T22:12:13.409Z | Compiling libsw v3.5.0 |
| 1998 | 2026-08-18T22:12:13.589Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1999 | 2026-08-18T22:12:13.840Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2000 | 2026-08-18T22:12:13.852Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2001 | 2026-08-18T22:12:13.915Z | Compiling oxide-tokio-rt v0.1.6 |
| 2002 | 2026-08-18T22:12:14.097Z | Compiling chrono-tz v0.10.4 |
| 2003 | 2026-08-18T22:12:14.206Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2004 | 2026-08-18T22:12:14.223Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9) |
| 2005 | 2026-08-18T22:12:14.391Z | Compiling newtype_derive v0.1.6 |
| 2006 | 2026-08-18T22:12:14.427Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2007 | 2026-08-18T22:12:14.472Z | Compiling slog-dtrace v0.3.0 |
| 2008 | 2026-08-18T22:12:14.537Z | Compiling const_format v0.2.36 |
| 2009 | 2026-08-18T22:12:14.782Z | Compiling cancel-safe-futures v0.1.5 |
| 2010 | 2026-08-18T22:12:14.878Z | Compiling owo-colors v4.3.0 |
| 2011 | 2026-08-18T22:12:14.893Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2012 | 2026-08-18T22:12:15.086Z | Compiling gethostname v0.5.0 |
| 2013 | 2026-08-18T22:12:15.215Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2014 | 2026-08-18T22:12:15.227Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2015 | 2026-08-18T22:12:15.277Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2016 | 2026-08-18T22:12:15.347Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2017 | 2026-08-18T22:12:15.470Z | Compiling bcs v0.1.6 |
| 2018 | 2026-08-18T22:12:15.605Z | Compiling smf v0.2.3 |
| 2019 | 2026-08-18T22:12:15.794Z | Compiling unicode-linebreak v0.1.5 |
| 2020 | 2026-08-18T22:12:15.806Z | Compiling linear-map v1.2.0 |
| 2021 | 2026-08-18T22:12:15.985Z | Compiling smawk v0.3.3 |
| 2022 | 2026-08-18T22:12:15.999Z | Compiling lazy_static v1.5.0 |
| 2023 | 2026-08-18T22:12:16.042Z | Compiling termtree v0.5.1 |
| 2024 | 2026-08-18T22:12:16.103Z | Compiling tagptr v0.2.0 |
| 2025 | 2026-08-18T22:12:16.118Z | Compiling whoami v1.6.1 |
| 2026 | 2026-08-18T22:12:16.164Z | Compiling textwrap v0.16.2 |
| 2027 | 2026-08-18T22:12:16.195Z | Compiling steno v0.4.1 |
| 2028 | 2026-08-18T22:12:16.255Z | Compiling moka v0.12.16 |
| 2029 | 2026-08-18T22:12:16.422Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2030 | 2026-08-18T22:12:16.458Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2031 | 2026-08-18T22:12:16.657Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2032 | 2026-08-18T22:12:16.815Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2033 | 2026-08-18T22:12:17.057Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2034 | 2026-08-18T22:12:17.680Z | Compiling tabled v0.15.0 |
| 2035 | 2026-08-18T22:12:18.039Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2036 | 2026-08-18T22:12:18.253Z | Compiling cookie v0.18.2 |
| 2037 | 2026-08-18T22:12:18.658Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2038 | 2026-08-18T22:12:19.110Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2039 | 2026-08-18T22:12:19.123Z | Compiling hickory-proto v0.25.2 |
| 2040 | 2026-08-18T22:12:19.473Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 2041 | 2026-08-18T22:12:19.736Z | Compiling libscf-sys v1.2.0 |
| 2042 | 2026-08-18T22:12:19.887Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2043 | 2026-08-18T22:12:19.976Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 2044 | 2026-08-18T22:12:20.202Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 2045 | 2026-08-18T22:12:20.354Z | Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common) |
| 2046 | 2026-08-18T22:12:20.641Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 2047 | 2026-08-18T22:12:20.943Z | Compiling hickory-resolver v0.25.2 |
| 2048 | 2026-08-18T22:12:21.729Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2049 | 2026-08-18T22:12:26.149Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2050 | 2026-08-18T22:12:33.761Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2051 | 2026-08-18T22:12:35.369Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2052 | 2026-08-18T22:12:36.424Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 2053 | 2026-08-18T22:12:37.772Z | Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask) |
| 2054 | 2026-08-18T22:12:38.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 2055 | 2026-08-18T22:12:39.095Z | Running `target/debug/xtask openapi check` |
| 2056 | 2026-08-18T22:12:39.559Z | Compiling serde_core v1.0.229 |
| 2057 | 2026-08-18T22:12:39.563Z | Compiling serde v1.0.229 |
| 2058 | 2026-08-18T22:12:39.630Z | Compiling serde_json v1.0.151 |
| 2059 | 2026-08-18T22:12:39.634Z | Compiling syn v3.0.3 |
| 2060 | 2026-08-18T22:12:39.638Z | Compiling syn v2.0.119 |
| 2061 | 2026-08-18T22:12:39.642Z | Compiling bytes v1.12.1 |
| 2062 | 2026-08-18T22:12:39.646Z | Compiling getrandom v0.4.3 |
| 2063 | 2026-08-18T22:12:39.655Z | Compiling zerocopy v0.8.56 |
| 2064 | 2026-08-18T22:12:39.662Z | Compiling once_cell v1.21.4 |
| 2065 | 2026-08-18T22:12:39.965Z | Compiling num-traits v0.2.19 |
| 2066 | 2026-08-18T22:12:40.054Z | Compiling zeroize v1.9.0 |
| 2067 | 2026-08-18T22:12:40.243Z | Compiling http v1.5.0 |
| 2068 | 2026-08-18T22:12:40.251Z | Compiling schemars v0.8.22 |
| 2069 | 2026-08-18T22:12:40.363Z | Compiling hashbrown v0.17.1 |
| 2070 | 2026-08-18T22:12:40.496Z | Compiling aws-lc-rs v1.18.0 |
| 2071 | 2026-08-18T22:12:40.509Z | Compiling usdt-impl v0.6.0 |
| 2072 | 2026-08-18T22:12:40.747Z | Compiling time-macros v0.2.32 |
| 2073 | 2026-08-18T22:12:40.899Z | Compiling rustls-pki-types v1.15.1 |
| 2074 | 2026-08-18T22:12:40.916Z | Compiling tracing-core v0.1.36 |
| 2075 | 2026-08-18T22:12:41.178Z | Compiling bitflags v2.13.1 |
| 2076 | 2026-08-18T22:12:41.375Z | Compiling tracing v0.1.44 |
| 2077 | 2026-08-18T22:12:41.496Z | Compiling http-body v1.1.0 |
| 2078 | 2026-08-18T22:12:41.733Z | Compiling indexmap v2.14.0 |
| 2079 | 2026-08-18T22:12:41.773Z | Compiling uuid v1.24.0 |
| 2080 | 2026-08-18T22:12:41.914Z | Compiling time v0.3.55 |
| 2081 | 2026-08-18T22:12:42.196Z | Compiling pest_generator v2.8.8 |
| 2082 | 2026-08-18T22:12:42.364Z | Compiling serde_derive_internals v0.29.1 |
| 2083 | 2026-08-18T22:12:42.559Z | Compiling camino v1.2.5 |
| 2084 | 2026-08-18T22:12:42.577Z | Compiling serde_derive v1.0.229 |
| 2085 | 2026-08-18T22:12:42.672Z | Compiling thiserror-impl v2.0.20 |
| 2086 | 2026-08-18T22:12:42.802Z | Compiling tokio-macros v2.7.2 |
| 2087 | 2026-08-18T22:12:42.859Z | Compiling futures-macro v0.3.34 |
| 2088 | 2026-08-18T22:12:42.967Z | Compiling generic-array v0.14.7 |
| 2089 | 2026-08-18T22:12:43.207Z | Compiling rustls v0.23.43 |
| 2090 | 2026-08-18T22:12:43.220Z | Compiling rustls-webpki v0.103.14 |
| 2091 | 2026-08-18T22:12:43.392Z | Compiling zerocopy-derive v0.8.56 |
| 2092 | 2026-08-18T22:12:43.424Z | Compiling pest_derive v2.8.8 |
| 2093 | 2026-08-18T22:12:43.541Z | Compiling tokio v1.53.1 |
| 2094 | 2026-08-18T22:12:43.673Z | Compiling scroll_derive v0.13.1 |
| 2095 | 2026-08-18T22:12:43.696Z | Compiling schemars_derive v0.8.22 |
| 2096 | 2026-08-18T22:12:43.909Z | Compiling thiserror v2.0.20 |
| 2097 | 2026-08-18T22:12:44.016Z | Compiling futures-util v0.3.34 |
| 2098 | 2026-08-18T22:12:44.061Z | Compiling dtrace-parser v0.3.0 |
| 2099 | 2026-08-18T22:12:44.502Z | Compiling scroll v0.13.0 |
| 2100 | 2026-08-18T22:12:44.770Z | Compiling goblin v0.10.7 |
| 2101 | 2026-08-18T22:12:44.968Z | Compiling rustix v1.1.4 |
| 2102 | 2026-08-18T22:12:45.724Z | Compiling erased-serde v0.3.31 |
| 2103 | 2026-08-18T22:12:45.784Z | Compiling chrono v0.4.45 |
| 2104 | 2026-08-18T22:12:46.164Z | Compiling slog v2.8.2 |
| 2105 | 2026-08-18T22:12:46.224Z | Compiling serde_tokenstream v0.2.3 |
| 2106 | 2026-08-18T22:12:46.288Z | Compiling subtle v2.6.1 |
| 2107 | 2026-08-18T22:12:46.441Z | Compiling winnow v1.0.4 |
| 2108 | 2026-08-18T22:12:46.500Z | Compiling crossbeam-epoch v0.9.20 |
| 2109 | 2026-08-18T22:12:46.554Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2110 | 2026-08-18T22:12:46.785Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 2111 | 2026-08-18T22:12:46.794Z | Compiling toml_edit v0.25.13+spec-1.1.0 |
| 2112 | 2026-08-18T22:12:47.234Z | Compiling tokio-util v0.7.19 |
| 2113 | 2026-08-18T22:12:47.426Z | Compiling slog-json v2.6.1 |
| 2114 | 2026-08-18T22:12:47.639Z | Compiling dof v0.4.0 |
| 2115 | 2026-08-18T22:12:47.750Z | Compiling h2 v0.4.15 |
| 2116 | 2026-08-18T22:12:47.797Z | Compiling oxnet v0.1.6 |
| 2117 | 2026-08-18T22:12:48.066Z | Compiling futures-executor v0.3.34 |
| 2118 | 2026-08-18T22:12:48.354Z | Compiling openapiv3 v2.2.0 |
| 2119 | 2026-08-18T22:12:48.845Z | Compiling usdt-attr-macro v0.6.0 |
| 2120 | 2026-08-18T22:12:48.904Z | Compiling usdt-macro v0.6.0 |
| 2121 | 2026-08-18T22:12:49.543Z | Compiling async-stream-impl v0.3.6 |
| 2122 | 2026-08-18T22:12:49.589Z | Compiling serde_spanned v1.1.1 |
| 2123 | 2026-08-18T22:12:49.602Z | Compiling semver v1.0.28 |
| 2124 | 2026-08-18T22:12:49.735Z | Compiling rustix v0.38.44 |
| 2125 | 2026-08-18T22:12:49.875Z | Compiling toml v1.1.4+spec-1.1.0 |
| 2126 | 2026-08-18T22:12:49.889Z | Compiling dropshot_endpoint v0.17.1 |
| 2127 | 2026-08-18T22:12:49.950Z | Compiling hyper v1.11.0 |
| 2128 | 2026-08-18T22:12:49.996Z | Compiling serde_urlencoded v0.7.1 |
| 2129 | 2026-08-18T22:12:50.165Z | Compiling async-stream v0.3.6 |
| 2130 | 2026-08-18T22:12:50.173Z | Compiling slog-term v2.9.2 |
| 2131 | 2026-08-18T22:12:50.243Z | Compiling multer v3.1.0 |
| 2132 | 2026-08-18T22:12:50.340Z | Compiling slog-async v2.8.0 |
| 2133 | 2026-08-18T22:12:50.725Z | Compiling usdt v0.6.0 |
| 2134 | 2026-08-18T22:12:50.812Z | Compiling tokio-rustls v0.26.4 |
| 2135 | 2026-08-18T22:12:50.821Z | Compiling futures v0.3.34 |
| 2136 | 2026-08-18T22:12:50.829Z | Compiling async-compression v0.4.43 |
| 2137 | 2026-08-18T22:12:50.898Z | Compiling slog-bunyan v2.5.0 |
| 2138 | 2026-08-18T22:12:50.999Z | Compiling proc-macro-crate v3.5.0 |
| 2139 | 2026-08-18T22:12:51.039Z | Compiling hyper-util v0.1.20 |
| 2140 | 2026-08-18T22:12:51.131Z | Compiling async-trait v0.1.92 |
| 2141 | 2026-08-18T22:12:51.241Z | Compiling http-body-util v0.1.5 |
| 2142 | 2026-08-18T22:12:51.413Z | Compiling serde_path_to_error v0.1.20 |
| 2143 | 2026-08-18T22:12:51.428Z | Compiling rustls-pemfile v2.2.0 |
| 2144 | 2026-08-18T22:12:51.496Z | Compiling aho-corasick v1.1.5 |
| 2145 | 2026-08-18T22:12:51.512Z | Compiling tempfile v3.27.0 |
| 2146 | 2026-08-18T22:12:51.590Z | Compiling num_enum_derive v0.7.6 |
| 2147 | 2026-08-18T22:12:51.620Z | Compiling crossbeam-deque v0.8.7 |
| 2148 | 2026-08-18T22:12:51.808Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2149 | 2026-08-18T22:12:51.906Z | Compiling block-buffer v0.10.4 |
| 2150 | 2026-08-18T22:12:52.046Z | Compiling crypto-common v0.1.7 |
| 2151 | 2026-08-18T22:12:52.093Z | Compiling git-stub v1.0.0 |
| 2152 | 2026-08-18T22:12:52.151Z | Compiling digest v0.10.7 |
| 2153 | 2026-08-18T22:12:52.176Z | Compiling clap_builder v4.6.6 |
| 2154 | 2026-08-18T22:12:52.343Z | Compiling regex-automata v0.4.18 |
| 2155 | 2026-08-18T22:12:52.356Z | Compiling dropshot v0.17.1 |
| 2156 | 2026-08-18T22:12:52.600Z | Compiling num_enum v0.7.6 |
| 2157 | 2026-08-18T22:12:52.620Z | Compiling atomicwrites v0.4.4 |
| 2158 | 2026-08-18T22:12:52.661Z | Compiling rayon-core v1.13.0 |
| 2159 | 2026-08-18T22:12:52.718Z | Compiling fs-err v3.3.1 |
| 2160 | 2026-08-18T22:12:52.806Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 2161 | 2026-08-18T22:12:53.015Z | Compiling terminal_size v0.4.4 |
| 2162 | 2026-08-18T22:12:53.209Z | Compiling clap_derive v4.6.4 |
| 2163 | 2026-08-18T22:12:53.346Z | Compiling serde_repr v0.1.21 |
| 2164 | 2026-08-18T22:12:53.382Z | Compiling bstr v1.13.1 |
| 2165 | 2026-08-18T22:12:53.539Z | Compiling nom v8.0.0 |
| 2166 | 2026-08-18T22:12:53.698Z | Compiling either v1.17.0 |
| 2167 | 2026-08-18T22:12:53.751Z | Compiling is_ci v1.2.0 |
| 2168 | 2026-08-18T22:12:53.893Z | Compiling rayon v1.12.0 |
| 2169 | 2026-08-18T22:12:53.905Z | Compiling supports-color v3.0.2 |
| 2170 | 2026-08-18T22:12:53.908Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 2171 | 2026-08-18T22:12:54.081Z | Compiling textwrap v0.16.2 |
| 2172 | 2026-08-18T22:12:54.497Z | Compiling regex v1.13.1 |
| 2173 | 2026-08-18T22:12:54.583Z | Compiling sha2 v0.10.9 |
| 2174 | 2026-08-18T22:12:54.836Z | Compiling clap v4.6.6 |
| 2175 | 2026-08-18T22:12:54.920Z | Compiling drift v0.2.0 |
| 2176 | 2026-08-18T22:12:54.948Z | Compiling similar v2.7.0 |
| 2177 | 2026-08-18T22:12:54.965Z | Compiling git-stub-vcs v0.1.0 |
| 2178 | 2026-08-18T22:12:55.309Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2179 | 2026-08-18T22:12:55.443Z | Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 2180 | 2026-08-18T22:12:55.657Z | Compiling dropshot-api-manager v0.7.2 |
| 2181 | 2026-08-18T22:12:55.673Z | Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 2182 | 2026-08-18T22:13:00.714Z | Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 2183 | 2026-08-18T22:13:01.930Z | Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis) |
| 2184 | 2026-08-18T22:13:09.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.02s |
| 2185 | 2026-08-18T22:13:09.242Z | Running `target/debug/maghemite-dropshot-apis check` |
| 2186 | 2026-08-18T22:13:09.269Z | ------- |
| 2187 | 2026-08-18T22:13:09.269Z | Generating OpenAPI documents from API definitions ... |
| 2188 | 2026-08-18T22:13:09.333Z | Loading local OpenAPI documents from "/work/oxidecomputer/maghemite/openapi" ... |
| 2189 | 2026-08-18T22:13:09.369Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 2190 | 2026-08-18T22:13:09.512Z | ------- |
| 2191 | 2026-08-18T22:13:09.512Z | Checking 15 OpenAPI documents... |
| 2192 | 2026-08-18T22:13:09.512Z | Fresh ddm-admin (versioned v1.0.0 (blessed)): DDM Admin |
| 2193 | 2026-08-18T22:13:09.512Z | Fresh ddm-admin (versioned v2.0.0 (blessed)): DDM Admin |
| 2194 | 2026-08-18T22:13:09.512Z | Fresh ddm-admin (versioned v3.0.0 (added locally)): DDM Admin |
| 2195 | 2026-08-18T22:13:09.512Z | Fresh ddm-admin "latest" symlink |
| 2196 | 2026-08-18T22:13:09.516Z | Fresh mg-admin (versioned v1.0.0 (blessed)): Maghemite Admin |
| 2197 | 2026-08-18T22:13:09.516Z | Fresh mg-admin (versioned v2.0.0 (blessed)): Maghemite Admin |
| 2198 | 2026-08-18T22:13:09.516Z | Fresh mg-admin (versioned v3.0.0 (blessed)): Maghemite Admin |
| 2199 | 2026-08-18T22:13:09.516Z | Fresh mg-admin (versioned v4.0.0 (blessed)): Maghemite Admin |
| 2200 | 2026-08-18T22:13:09.516Z | Fresh mg-admin (versioned v5.0.0 (blessed)): Maghemite Admin |
| 2201 | 2026-08-18T22:13:09.516Z | Fresh mg-admin (versioned v6.0.0 (blessed)): Maghemite Admin |
| 2202 | 2026-08-18T22:13:09.516Z | Fresh mg-admin (versioned v7.0.0 (blessed)): Maghemite Admin |
| 2203 | 2026-08-18T22:13:09.516Z | Fresh mg-admin (versioned v8.0.0 (blessed)): Maghemite Admin |
| 2204 | 2026-08-18T22:13:09.516Z | Fresh mg-admin (versioned v9.0.0 (blessed)): Maghemite Admin |
| 2205 | 2026-08-18T22:13:09.516Z | Fresh mg-admin (versioned v10.0.0 (blessed)): Maghemite Admin |
| 2206 | 2026-08-18T22:13:09.517Z | Fresh mg-admin (versioned v11.0.0 (blessed)): Maghemite Admin |
| 2207 | 2026-08-18T22:13:09.517Z | Fresh mg-admin (versioned v12.0.0 (blessed)): Maghemite Admin |
| 2208 | 2026-08-18T22:13:09.517Z | Fresh mg-admin "latest" symlink |
| 2209 | 2026-08-18T22:13:09.517Z | ------- |
| 2210 | 2026-08-18T22:13:09.517Z | Success 15 documents checked: 17 fresh, 0 stale, 0 failed, 0 other problems |
| 2211 | 2026-08-18T22:13:09.566Z | + banner build |
| 2212 | 2026-08-18T22:13:09.570Z | |
| 2213 | 2026-08-18T22:13:09.570Z | ##### # # # # ##### |
| 2214 | 2026-08-18T22:13:09.570Z | # # # # # # # # |
| 2215 | 2026-08-18T22:13:09.570Z | ##### # # # # # # |
| 2216 | 2026-08-18T22:13:09.570Z | # # # # # # # # |
| 2217 | 2026-08-18T22:13:09.570Z | # # # # # # # # |
| 2218 | 2026-08-18T22:13:09.570Z | ##### #### # ###### ##### |
| 2219 | 2026-08-18T22:13:09.571Z | |
| 2220 | 2026-08-18T22:13:09.571Z | + ptime -m cargo build |
| 2221 | 2026-08-18T22:13:10.198Z | Compiling smallvec v1.15.2 |
| 2222 | 2026-08-18T22:13:10.313Z | Compiling log v0.4.33 |
| 2223 | 2026-08-18T22:13:10.331Z | Compiling slog v2.8.2 |
| 2224 | 2026-08-18T22:13:10.345Z | Compiling ring v0.17.14 |
| 2225 | 2026-08-18T22:13:10.367Z | Compiling webpki-roots v1.0.9 |
| 2226 | 2026-08-18T22:13:10.417Z | Compiling similar v2.7.0 |
| 2227 | 2026-08-18T22:13:10.451Z | Compiling itertools v0.15.0 |
| 2228 | 2026-08-18T22:13:10.466Z | Compiling fxhash v0.2.1 |
| 2229 | 2026-08-18T22:13:10.487Z | Compiling goblin v0.10.7 |
| 2230 | 2026-08-18T22:13:10.519Z | Compiling icu_normalizer v2.2.0 |
| 2231 | 2026-08-18T22:13:10.519Z | Compiling parking_lot_core v0.9.12 |
| 2232 | 2026-08-18T22:13:10.591Z | Compiling goblin v0.8.2 |
| 2233 | 2026-08-18T22:13:10.715Z | Compiling parking_lot v0.12.5 |
| 2234 | 2026-08-18T22:13:10.817Z | Compiling slog-async v2.8.0 |
| 2235 | 2026-08-18T22:13:11.100Z | Compiling idna_adapter v1.2.2 |
| 2236 | 2026-08-18T22:13:11.100Z | Compiling tokio v1.53.1 |
| 2237 | 2026-08-18T22:13:11.256Z | Compiling idna v1.1.0 |
| 2238 | 2026-08-18T22:13:11.317Z | Compiling slog-term v2.9.2 |
| 2239 | 2026-08-18T22:13:11.322Z | Compiling slog-json v2.6.1 |
| 2240 | 2026-08-18T22:13:11.541Z | Compiling url v2.5.8 |
| 2241 | 2026-08-18T22:13:11.765Z | Compiling rustls-webpki v0.103.14 |
| 2242 | 2026-08-18T22:13:11.958Z | Compiling slog-bunyan v2.5.0 |
| 2243 | 2026-08-18T22:13:11.982Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2244 | 2026-08-18T22:13:12.101Z | Compiling schemars v0.8.22 |
| 2245 | 2026-08-18T22:13:12.123Z | Compiling expectorate v1.2.0 |
| 2246 | 2026-08-18T22:13:12.228Z | Compiling globset v0.4.20 |
| 2247 | 2026-08-18T22:13:12.275Z | Compiling rustls v0.23.43 |
| 2248 | 2026-08-18T22:13:12.364Z | Compiling moka v0.12.16 |
| 2249 | 2026-08-18T22:13:12.709Z | Compiling parking_lot_core v0.8.6 |
| 2250 | 2026-08-18T22:13:12.997Z | Compiling ipnetwork v0.21.1 |
| 2251 | 2026-08-18T22:13:13.058Z | Compiling newtype-uuid v1.4.0 |
| 2252 | 2026-08-18T22:13:13.193Z | Compiling serde_with v3.22.0 |
| 2253 | 2026-08-18T22:13:13.419Z | Compiling oxnet v0.1.6 |
| 2254 | 2026-08-18T22:13:13.461Z | Compiling dof v0.4.0 |
| 2255 | 2026-08-18T22:13:13.502Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2256 | 2026-08-18T22:13:13.883Z | Compiling daft v0.1.8 |
| 2257 | 2026-08-18T22:13:14.172Z | Compiling usdt-impl v0.6.0 |
| 2258 | 2026-08-18T22:13:14.399Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2259 | 2026-08-18T22:13:14.476Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2260 | 2026-08-18T22:13:14.770Z | Compiling usdt v0.6.0 |
| 2261 | 2026-08-18T22:13:14.849Z | Compiling iddqd v0.4.6 |
| 2262 | 2026-08-18T22:13:14.904Z | Compiling tokio-util v0.7.19 |
| 2263 | 2026-08-18T22:13:15.001Z | Compiling tower v0.5.3 |
| 2264 | 2026-08-18T22:13:15.057Z | Compiling async-compression v0.4.43 |
| 2265 | 2026-08-18T22:13:15.060Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2266 | 2026-08-18T22:13:15.296Z | Compiling backoff v0.4.0 |
| 2267 | 2026-08-18T22:13:15.325Z | Compiling tokio-rustls v0.26.4 |
| 2268 | 2026-08-18T22:13:15.377Z | Compiling rustls-platform-verifier v0.7.0 |
| 2269 | 2026-08-18T22:13:15.486Z | Compiling h2 v0.4.15 |
| 2270 | 2026-08-18T22:13:15.514Z | Compiling tower-http v0.6.11 |
| 2271 | 2026-08-18T22:13:15.595Z | Compiling typify-impl v0.6.2 |
| 2272 | 2026-08-18T22:13:15.615Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2273 | 2026-08-18T22:13:15.648Z | Compiling byte-wrapper v0.1.0 |
| 2274 | 2026-08-18T22:13:15.946Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2275 | 2026-08-18T22:13:15.960Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2276 | 2026-08-18T22:13:16.000Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2277 | 2026-08-18T22:13:16.091Z | Compiling dof v0.3.0 |
| 2278 | 2026-08-18T22:13:16.277Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2279 | 2026-08-18T22:13:16.409Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2280 | 2026-08-18T22:13:16.549Z | Compiling usdt-impl v0.5.0 |
| 2281 | 2026-08-18T22:13:16.889Z | Compiling usdt v0.5.0 |
| 2282 | 2026-08-18T22:13:17.174Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2283 | 2026-08-18T22:13:17.206Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2284 | 2026-08-18T22:13:17.221Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2285 | 2026-08-18T22:13:17.359Z | Compiling typify v0.6.2 |
| 2286 | 2026-08-18T22:13:17.467Z | Compiling progenitor-impl v0.14.0 |
| 2287 | 2026-08-18T22:13:17.481Z | Compiling hickory-proto v0.24.4 |
| 2288 | 2026-08-18T22:13:18.225Z | Compiling hyper v1.11.0 |
| 2289 | 2026-08-18T22:13:18.570Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2290 | 2026-08-18T22:13:18.628Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2291 | 2026-08-18T22:13:18.681Z | Compiling progenitor-impl v0.13.0 |
| 2292 | 2026-08-18T22:13:18.708Z | Compiling tokio-stream v0.1.19 |
| 2293 | 2026-08-18T22:13:19.204Z | Compiling tokio-dtrace v0.1.1 |
| 2294 | 2026-08-18T22:13:19.487Z | Compiling hyper-util v0.1.20 |
| 2295 | 2026-08-18T22:13:19.785Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2296 | 2026-08-18T22:13:19.930Z | Compiling hickory-resolver v0.24.4 |
| 2297 | 2026-08-18T22:13:20.290Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2298 | 2026-08-18T22:13:20.612Z | Compiling libsw-core v0.3.2 |
| 2299 | 2026-08-18T22:13:20.714Z | Compiling hyper-rustls v0.27.9 |
| 2300 | 2026-08-18T22:13:20.727Z | Compiling dropshot v0.17.1 |
| 2301 | 2026-08-18T22:13:20.789Z | Compiling zone v0.3.1 |
| 2302 | 2026-08-18T22:13:21.048Z | Compiling reqwest v0.13.4 |
| 2303 | 2026-08-18T22:13:21.082Z | Compiling reqwest v0.12.28 |
| 2304 | 2026-08-18T22:13:21.131Z | Compiling qorb v0.4.1 |
| 2305 | 2026-08-18T22:13:21.555Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2306 | 2026-08-18T22:13:21.665Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 2307 | 2026-08-18T22:13:21.869Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2308 | 2026-08-18T22:13:21.923Z | Compiling libsw v3.5.0 |
| 2309 | 2026-08-18T22:13:22.109Z | Compiling oxide-tokio-rt v0.1.6 |
| 2310 | 2026-08-18T22:13:22.292Z | Compiling progenitor-client v0.14.0 |
| 2311 | 2026-08-18T22:13:22.425Z | Compiling progenitor-client v0.10.0 |
| 2312 | 2026-08-18T22:13:22.538Z | Compiling progenitor-extras v0.2.0 |
| 2313 | 2026-08-18T22:13:22.615Z | Compiling progenitor v0.14.0 |
| 2314 | 2026-08-18T22:13:22.733Z | Compiling progenitor-client v0.13.0 |
| 2315 | 2026-08-18T22:13:22.770Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 2316 | 2026-08-18T22:13:22.803Z | Compiling slog-dtrace v0.3.0 |
| 2317 | 2026-08-18T22:13:22.893Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2318 | 2026-08-18T22:13:23.029Z | Compiling progenitor v0.13.0 |
| 2319 | 2026-08-18T22:13:23.046Z | Compiling tough v0.22.0 |
| 2320 | 2026-08-18T22:13:23.085Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2321 | 2026-08-18T22:13:23.149Z | Compiling cancel-safe-futures v0.1.5 |
| 2322 | 2026-08-18T22:13:23.214Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2323 | 2026-08-18T22:13:23.454Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2324 | 2026-08-18T22:13:23.468Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2325 | 2026-08-18T22:13:24.271Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2326 | 2026-08-18T22:13:24.404Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2327 | 2026-08-18T22:13:24.809Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2328 | 2026-08-18T22:13:24.863Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2329 | 2026-08-18T22:13:25.062Z | Compiling steno v0.4.1 |
| 2330 | 2026-08-18T22:13:25.115Z | Compiling hickory-proto v0.25.2 |
| 2331 | 2026-08-18T22:13:25.368Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 2332 | 2026-08-18T22:13:25.482Z | Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 2333 | 2026-08-18T22:13:26.434Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2334 | 2026-08-18T22:13:26.632Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2335 | 2026-08-18T22:13:27.009Z | Compiling hickory-resolver v0.25.2 |
| 2336 | 2026-08-18T22:13:27.125Z | Compiling parking_lot v0.11.2 |
| 2337 | 2026-08-18T22:13:27.526Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe) |
| 2338 | 2026-08-18T22:13:27.780Z | Compiling sled v0.34.7 |
| 2339 | 2026-08-18T22:13:27.926Z | Compiling arc-swap v1.9.2 |
| 2340 | 2026-08-18T22:13:27.987Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 2341 | 2026-08-18T22:13:28.302Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2342 | 2026-08-18T22:13:28.353Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2343 | 2026-08-18T22:13:28.427Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2344 | 2026-08-18T22:13:29.081Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2345 | 2026-08-18T22:13:29.322Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2346 | 2026-08-18T22:13:29.405Z | Compiling slog-scope v4.4.1 |
| 2347 | 2026-08-18T22:13:29.675Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 2348 | 2026-08-18T22:13:29.700Z | Compiling papergrid v0.18.0 |
| 2349 | 2026-08-18T22:13:30.467Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2350 | 2026-08-18T22:13:30.670Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2351 | 2026-08-18T22:13:30.752Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2352 | 2026-08-18T22:13:30.887Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2353 | 2026-08-18T22:13:31.462Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2354 | 2026-08-18T22:13:31.477Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2355 | 2026-08-18T22:13:31.574Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2356 | 2026-08-18T22:13:31.684Z | Compiling internet-checksum v0.2.1 |
| 2357 | 2026-08-18T22:13:31.836Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2358 | 2026-08-18T22:13:31.850Z | Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types) |
| 2359 | 2026-08-18T22:13:31.976Z | Compiling tabled v0.21.0 |
| 2360 | 2026-08-18T22:13:32.053Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 2361 | 2026-08-18T22:13:32.300Z | Compiling slog-stdlog v4.1.1 |
| 2362 | 2026-08-18T22:13:32.408Z | Compiling ingot-types v0.2.0 |
| 2363 | 2026-08-18T22:13:32.520Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2364 | 2026-08-18T22:13:32.829Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2365 | 2026-08-18T22:13:32.904Z | Compiling ingot v0.2.1 |
| 2366 | 2026-08-18T22:13:33.237Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899) |
| 2367 | 2026-08-18T22:13:33.448Z | Compiling slog-envlogger v2.2.0 |
| 2368 | 2026-08-18T22:13:33.463Z | Compiling const-random v0.1.18 |
| 2369 | 2026-08-18T22:13:33.544Z | Compiling typify-impl v0.4.3 |
| 2370 | 2026-08-18T22:13:33.859Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 2371 | 2026-08-18T22:13:34.309Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 2372 | 2026-08-18T22:13:34.639Z | Compiling crc8 v0.1.1 |
| 2373 | 2026-08-18T22:13:34.671Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 2374 | 2026-08-18T22:13:34.766Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899) |
| 2375 | 2026-08-18T22:13:34.874Z | Compiling ahash v0.8.12 |
| 2376 | 2026-08-18T22:13:35.022Z | Compiling smartstring v1.0.1 |
| 2377 | 2026-08-18T22:13:35.119Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 2378 | 2026-08-18T22:13:35.305Z | Compiling typify v0.4.3 |
| 2379 | 2026-08-18T22:13:35.390Z | Compiling sha1 v0.10.7 |
| 2380 | 2026-08-18T22:13:35.427Z | Compiling thin-vec v0.2.19 |
| 2381 | 2026-08-18T22:13:35.636Z | Compiling utf-8 v0.7.6 |
| 2382 | 2026-08-18T22:13:35.730Z | Compiling rhai v1.25.1 |
| 2383 | 2026-08-18T22:13:35.821Z | Compiling tungstenite v0.21.0 |
| 2384 | 2026-08-18T22:13:35.834Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 2385 | 2026-08-18T22:13:36.098Z | Compiling progenitor-impl v0.10.0 |
| 2386 | 2026-08-18T22:13:36.331Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2387 | 2026-08-18T22:13:36.706Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2388 | 2026-08-18T22:13:36.789Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2389 | 2026-08-18T22:13:37.546Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2390 | 2026-08-18T22:13:37.882Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2391 | 2026-08-18T22:13:38.842Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2392 | 2026-08-18T22:13:38.891Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2393 | 2026-08-18T22:13:39.050Z | Compiling sha2 v0.10.9 |
| 2394 | 2026-08-18T22:13:39.298Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2395 | 2026-08-18T22:13:39.439Z | Compiling progenitor v0.10.0 |
| 2396 | 2026-08-18T22:13:39.601Z | Compiling tokio-tungstenite v0.21.0 |
| 2397 | 2026-08-18T22:13:39.895Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 2398 | 2026-08-18T22:13:39.929Z | Compiling lzma-sys v0.1.20 |
| 2399 | 2026-08-18T22:13:40.050Z | Compiling typeid v1.0.3 |
| 2400 | 2026-08-18T22:13:40.178Z | Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 2401 | 2026-08-18T22:13:41.016Z | Compiling port-file v0.1.0 |
| 2402 | 2026-08-18T22:13:41.229Z | Compiling console v0.16.4 |
| 2403 | 2026-08-18T22:13:41.229Z | Compiling git-stub v1.0.0 |
| 2404 | 2026-08-18T22:13:41.289Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2405 | 2026-08-18T22:13:41.471Z | Compiling base64 v0.21.7 |
| 2406 | 2026-08-18T22:13:41.519Z | Compiling unit-prefix v0.5.2 |
| 2407 | 2026-08-18T22:13:41.604Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2408 | 2026-08-18T22:13:41.680Z | Compiling indicatif v0.18.6 |
| 2409 | 2026-08-18T22:13:41.807Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2410 | 2026-08-18T22:13:41.846Z | Compiling git-stub-vcs v0.1.0 |
| 2411 | 2026-08-18T22:13:42.203Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 2412 | 2026-08-18T22:13:42.615Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 2413 | 2026-08-18T22:13:42.844Z | Compiling ron v0.12.2 |
| 2414 | 2026-08-18T22:13:42.989Z | Compiling xz2 v0.1.7 |
| 2415 | 2026-08-18T22:13:43.285Z | Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 2416 | 2026-08-18T22:13:43.402Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
| 2417 | 2026-08-18T22:13:43.635Z | Compiling drift v0.2.0 |
| 2418 | 2026-08-18T22:13:43.670Z | Compiling base16ct v1.0.0 |
| 2419 | 2026-08-18T22:13:43.868Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 2420 | 2026-08-18T22:13:44.101Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 2421 | 2026-08-18T22:13:44.484Z | Compiling dropshot-api-manager v0.7.2 |
| 2422 | 2026-08-18T22:13:44.508Z | Compiling natord v1.0.9 |
| 2423 | 2026-08-18T22:13:44.685Z | Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util) |
| 2424 | 2026-08-18T22:13:47.139Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2425 | 2026-08-18T22:13:48.817Z | Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis) |
| 2426 | 2026-08-18T22:13:55.390Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2427 | 2026-08-18T22:13:57.111Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2428 | 2026-08-18T22:13:58.230Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 2429 | 2026-08-18T22:13:59.208Z | Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 2430 | 2026-08-18T22:13:59.208Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
| 2431 | 2026-08-18T22:13:59.212Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
| 2432 | 2026-08-18T22:13:59.662Z | Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
| 2433 | 2026-08-18T22:13:59.665Z | Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask) |
| 2434 | 2026-08-18T22:13:59.665Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
| 2435 | 2026-08-18T22:14:00.139Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 2436 | 2026-08-18T22:14:01.616Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 2437 | 2026-08-18T22:14:01.616Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 2438 | 2026-08-18T22:14:01.616Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
| 2439 | 2026-08-18T22:14:06.740Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
| 2440 | 2026-08-18T22:14:08.614Z | Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
| 2441 | 2026-08-18T22:14:08.617Z | Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab) |
| 2442 | 2026-08-18T22:14:08.618Z | Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
| 2443 | 2026-08-18T22:14:52.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 43s |
| 2444 | 2026-08-18T22:14:53.125Z | |
| 2445 | 2026-08-18T22:14:53.125Z | real 1:43.501936925 |
| 2446 | 2026-08-18T22:14:53.125Z | user 7:37.001733525 |
| 2447 | 2026-08-18T22:14:53.125Z | sys 1:07.522510262 |
| 2448 | 2026-08-18T22:14:53.125Z | trap 0.192007267 |
| 2449 | 2026-08-18T22:14:53.125Z | tflt 0.034632699 |
| 2450 | 2026-08-18T22:14:53.125Z | dflt 0.180752010 |
| 2451 | 2026-08-18T22:14:53.125Z | kflt 0.000049630 |
| 2452 | 2026-08-18T22:14:53.125Z | lock 31:19.619961955 |
| 2453 | 2026-08-18T22:14:53.129Z | slp 24:31.188032404 |
| 2454 | 2026-08-18T22:14:53.129Z | lat 24.771783657 |
| 2455 | 2026-08-18T22:14:53.130Z | stop 47.879546427 |
| 2456 | 2026-08-18T22:14:53.130Z | + ptime -m cargo build --release |
| 2457 | 2026-08-18T22:14:53.793Z | Compiling proc-macro2 v1.0.107 |
| 2458 | 2026-08-18T22:14:53.793Z | Compiling quote v1.0.47 |
| 2459 | 2026-08-18T22:14:53.793Z | Compiling unicode-ident v1.0.24 |
| 2460 | 2026-08-18T22:14:53.793Z | Compiling serde_core v1.0.229 |
| 2461 | 2026-08-18T22:14:53.796Z | Compiling serde v1.0.229 |
| 2462 | 2026-08-18T22:14:53.797Z | Compiling libc v0.2.189 |
| 2463 | 2026-08-18T22:14:53.797Z | Compiling cfg-if v1.0.4 |
| 2464 | 2026-08-18T22:14:54.044Z | Compiling zmij v1.0.23 |
| 2465 | 2026-08-18T22:14:54.075Z | Compiling autocfg v1.5.1 |
| 2466 | 2026-08-18T22:14:54.294Z | Compiling memchr v2.8.3 |
| 2467 | 2026-08-18T22:14:54.342Z | Compiling libm v0.2.16 |
| 2468 | 2026-08-18T22:14:54.667Z | Compiling itoa v1.0.18 |
| 2469 | 2026-08-18T22:14:54.708Z | Compiling icu_properties_data v2.2.0 |
| 2470 | 2026-08-18T22:14:54.890Z | Compiling icu_normalizer_data v2.2.0 |
| 2471 | 2026-08-18T22:14:54.945Z | Compiling version_check v0.9.5 |
| 2472 | 2026-08-18T22:14:55.008Z | Compiling stable_deref_trait v1.2.1 |
| 2473 | 2026-08-18T22:14:55.086Z | Compiling syn v2.0.119 |
| 2474 | 2026-08-18T22:14:55.105Z | Compiling syn v3.0.3 |
| 2475 | 2026-08-18T22:14:55.163Z | Compiling serde_json v1.0.151 |
| 2476 | 2026-08-18T22:14:55.215Z | Compiling thiserror v2.0.20 |
| 2477 | 2026-08-18T22:14:55.426Z | Compiling writeable v0.6.3 |
| 2478 | 2026-08-18T22:14:55.439Z | Compiling litemap v0.8.2 |
| 2479 | 2026-08-18T22:14:55.528Z | Compiling utf8_iter v1.0.4 |
| 2480 | 2026-08-18T22:14:55.624Z | Compiling num-traits v0.2.19 |
| 2481 | 2026-08-18T22:14:55.643Z | Compiling percent-encoding v2.3.2 |
| 2482 | 2026-08-18T22:14:55.917Z | Compiling form_urlencoded v1.2.2 |
| 2483 | 2026-08-18T22:14:55.962Z | Compiling getrandom v0.4.3 |
| 2484 | 2026-08-18T22:14:56.059Z | Compiling rand_core v0.10.1 |
| 2485 | 2026-08-18T22:14:56.239Z | Compiling parking_lot_core v0.9.12 |
| 2486 | 2026-08-18T22:14:56.287Z | Compiling iana-time-zone v0.1.65 |
| 2487 | 2026-08-18T22:14:56.419Z | Compiling zerocopy v0.8.56 |
| 2488 | 2026-08-18T22:14:56.530Z | Compiling uuid v1.24.0 |
| 2489 | 2026-08-18T22:14:56.598Z | Compiling errno v0.3.14 |
| 2490 | 2026-08-18T22:14:57.090Z | Compiling semver v1.0.28 |
| 2491 | 2026-08-18T22:14:57.104Z | Compiling heck v0.5.0 |
| 2492 | 2026-08-18T22:14:57.151Z | Compiling dyn-clone v1.0.20 |
| 2493 | 2026-08-18T22:14:57.297Z | Compiling schemars v0.8.22 |
| 2494 | 2026-08-18T22:14:57.399Z | Compiling jobserver v0.1.35 |
| 2495 | 2026-08-18T22:14:57.451Z | Compiling shlex v2.0.1 |
| 2496 | 2026-08-18T22:14:57.577Z | Compiling find-msvc-tools v0.1.10 |
| 2497 | 2026-08-18T22:14:57.647Z | Compiling rustversion v1.0.23 |
| 2498 | 2026-08-18T22:14:57.729Z | Compiling cc v1.4.2 |
| 2499 | 2026-08-18T22:14:57.814Z | Compiling pin-project-lite v0.2.17 |
| 2500 | 2026-08-18T22:14:57.924Z | Compiling synstructure v0.13.2 |
| 2501 | 2026-08-18T22:14:57.961Z | Compiling serde_derive_internals v0.29.1 |
| 2502 | 2026-08-18T22:14:58.234Z | Compiling getrandom v0.2.17 |
| 2503 | 2026-08-18T22:14:58.325Z | Compiling serde_derive v1.0.229 |
| 2504 | 2026-08-18T22:14:58.415Z | Compiling displaydoc v0.2.7 |
| 2505 | 2026-08-18T22:14:58.463Z | Compiling thiserror-impl v2.0.20 |
| 2506 | 2026-08-18T22:14:58.489Z | Compiling tokio-macros v2.7.2 |
| 2507 | 2026-08-18T22:14:58.627Z | Compiling bitflags v2.13.1 |
| 2508 | 2026-08-18T22:14:58.682Z | Compiling pkg-config v0.3.33 |
| 2509 | 2026-08-18T22:14:59.005Z | Compiling portable-atomic v1.15.0 |
| 2510 | 2026-08-18T22:14:59.054Z | Compiling futures-macro v0.3.34 |
| 2511 | 2026-08-18T22:14:59.069Z | Compiling zerofrom-derive v0.1.7 |
| 2512 | 2026-08-18T22:14:59.125Z | Compiling yoke-derive v0.8.2 |
| 2513 | 2026-08-18T22:14:59.184Z | Compiling zerovec-derive v0.11.3 |
| 2514 | 2026-08-18T22:14:59.233Z | Compiling schemars_derive v0.8.22 |
| 2515 | 2026-08-18T22:14:59.461Z | Compiling zerocopy-derive v0.8.56 |
| 2516 | 2026-08-18T22:14:59.776Z | Compiling zeroize_derive v1.5.0 |
| 2517 | 2026-08-18T22:14:59.927Z | Compiling socket2 v0.6.5 |
| 2518 | 2026-08-18T22:15:00.201Z | Compiling scopeguard v1.2.0 |
| 2519 | 2026-08-18T22:15:00.274Z | Compiling zerofrom v0.1.8 |
| 2520 | 2026-08-18T22:15:00.322Z | Compiling lock_api v0.4.14 |
| 2521 | 2026-08-18T22:15:00.411Z | Compiling yoke v0.8.3 |
| 2522 | 2026-08-18T22:15:00.462Z | Compiling zeroize v1.9.0 |
| 2523 | 2026-08-18T22:15:00.481Z | Compiling critical-section v1.2.0 |
| 2524 | 2026-08-18T22:15:00.579Z | Compiling zerovec v0.11.6 |
| 2525 | 2026-08-18T22:15:00.596Z | Compiling zerotrie v0.2.4 |
| 2526 | 2026-08-18T22:15:00.613Z | Compiling log v0.4.33 |
| 2527 | 2026-08-18T22:15:00.729Z | Compiling allocator-api2 v0.2.21 |
| 2528 | 2026-08-18T22:15:00.803Z | Compiling once_cell v1.21.4 |
| 2529 | 2026-08-18T22:15:01.032Z | Compiling signal-hook-registry v1.4.8 |
| 2530 | 2026-08-18T22:15:01.071Z | Compiling mio v1.2.2 |
| 2531 | 2026-08-18T22:15:01.074Z | Compiling equivalent v1.0.2 |
| 2532 | 2026-08-18T22:15:01.149Z | Compiling tinystr v0.8.3 |
| 2533 | 2026-08-18T22:15:01.185Z | Compiling potential_utf v0.1.5 |
| 2534 | 2026-08-18T22:15:01.346Z | Compiling icu_collections v2.2.0 |
| 2535 | 2026-08-18T22:15:01.390Z | Compiling icu_locale_core v2.2.0 |
| 2536 | 2026-08-18T22:15:01.415Z | Compiling cmake v0.1.58 |
| 2537 | 2026-08-18T22:15:01.463Z | Compiling smallvec v1.15.2 |
| 2538 | 2026-08-18T22:15:01.494Z | Compiling bytes v1.12.1 |
| 2539 | 2026-08-18T22:15:01.565Z | Compiling chrono v0.4.45 |
| 2540 | 2026-08-18T22:15:01.683Z | Compiling dunce v1.0.5 |
| 2541 | 2026-08-18T22:15:01.771Z | Compiling fs_extra v1.3.0 |
| 2542 | 2026-08-18T22:15:01.786Z | Compiling subtle v2.6.1 |
| 2543 | 2026-08-18T22:15:01.968Z | Compiling serde_tokenstream v0.2.3 |
| 2544 | 2026-08-18T22:15:02.039Z | Compiling parking_lot v0.12.5 |
| 2545 | 2026-08-18T22:15:02.095Z | Compiling aws-lc-sys v0.44.0 |
| 2546 | 2026-08-18T22:15:02.267Z | Compiling icu_provider v2.2.0 |
| 2547 | 2026-08-18T22:15:02.348Z | Compiling tokio v1.53.1 |
| 2548 | 2026-08-18T22:15:02.372Z | Compiling futures-core v0.3.34 |
| 2549 | 2026-08-18T22:15:02.543Z | Compiling icu_properties v2.2.0 |
| 2550 | 2026-08-18T22:15:02.849Z | Compiling icu_normalizer v2.2.0 |
| 2551 | 2026-08-18T22:15:03.269Z | Compiling httparse v1.10.1 |
| 2552 | 2026-08-18T22:15:03.514Z | Compiling idna_adapter v1.2.2 |
| 2553 | 2026-08-18T22:15:03.633Z | Compiling idna v1.1.0 |
| 2554 | 2026-08-18T22:15:04.002Z | Compiling url v2.5.8 |
| 2555 | 2026-08-18T22:15:04.075Z | Compiling futures-sink v0.3.34 |
| 2556 | 2026-08-18T22:15:04.089Z | Compiling rustix v1.1.4 |
| 2557 | 2026-08-18T22:15:04.199Z | Compiling slab v0.4.12 |
| 2558 | 2026-08-18T22:15:04.257Z | Compiling typenum v1.20.1 |
| 2559 | 2026-08-18T22:15:04.362Z | Compiling thiserror v1.0.69 |
| 2560 | 2026-08-18T22:15:04.422Z | Compiling futures-channel v0.3.34 |
| 2561 | 2026-08-18T22:15:04.458Z | Compiling hashbrown v0.17.1 |
| 2562 | 2026-08-18T22:15:04.708Z | Compiling thiserror-impl v1.0.69 |
| 2563 | 2026-08-18T22:15:05.080Z | Compiling futures-task v0.3.34 |
| 2564 | 2026-08-18T22:15:05.136Z | Compiling regex-syntax v0.8.11 |
| 2565 | 2026-08-18T22:15:05.268Z | Compiling futures-io v0.3.34 |
| 2566 | 2026-08-18T22:15:05.495Z | Compiling futures-util v0.3.34 |
| 2567 | 2026-08-18T22:15:05.517Z | Compiling indexmap v2.14.0 |
| 2568 | 2026-08-18T22:15:05.629Z | Compiling aho-corasick v1.1.5 |
| 2569 | 2026-08-18T22:15:05.852Z | Compiling ipnetwork v0.21.1 |
| 2570 | 2026-08-18T22:15:06.173Z | Compiling ucd-trie v0.1.7 |
| 2571 | 2026-08-18T22:15:06.436Z | Compiling pest v2.8.8 |
| 2572 | 2026-08-18T22:15:07.055Z | Compiling regex-automata v0.4.18 |
| 2573 | 2026-08-18T22:15:07.212Z | Compiling tracing-core v0.1.36 |
| 2574 | 2026-08-18T22:15:07.307Z | Compiling tracing-attributes v0.1.31 |
| 2575 | 2026-08-18T22:15:07.347Z | Compiling rand_core v0.6.4 |
| 2576 | 2026-08-18T22:15:07.660Z | Compiling pest_meta v2.8.8 |
| 2577 | 2026-08-18T22:15:07.746Z | Compiling slog v2.8.2 |
| 2578 | 2026-08-18T22:15:08.205Z | Compiling base64 v0.22.1 |
| 2579 | 2026-08-18T22:15:08.240Z | Compiling byteorder v1.5.0 |
| 2580 | 2026-08-18T22:15:08.505Z | Compiling pest_generator v2.8.8 |
| 2581 | 2026-08-18T22:15:08.538Z | Compiling tracing v0.1.44 |
| 2582 | 2026-08-18T22:15:08.721Z | Compiling http v1.5.0 |
| 2583 | 2026-08-18T22:15:08.790Z | Compiling regex v1.13.1 |
| 2584 | 2026-08-18T22:15:08.891Z | Compiling erased-serde v0.3.31 |
| 2585 | 2026-08-18T22:15:08.961Z | Compiling getrandom v0.3.4 |
| 2586 | 2026-08-18T22:15:09.121Z | Compiling pest_derive v2.8.8 |
| 2587 | 2026-08-18T22:15:09.646Z | Compiling anyhow v1.0.104 |
| 2588 | 2026-08-18T22:15:09.682Z | Compiling fnv v1.0.7 |
| 2589 | 2026-08-18T22:15:09.974Z | Compiling strsim v0.11.1 |
| 2590 | 2026-08-18T22:15:09.977Z | Compiling oxnet v0.1.6 |
| 2591 | 2026-08-18T22:15:10.272Z | Compiling rustls-pki-types v1.15.1 |
| 2592 | 2026-08-18T22:15:10.291Z | Compiling ring v0.17.14 |
| 2593 | 2026-08-18T22:15:10.574Z | Compiling aws-lc-rs v1.18.0 |
| 2594 | 2026-08-18T22:15:10.887Z | Compiling ident_case v1.0.1 |
| 2595 | 2026-08-18T22:15:11.067Z | Compiling paste v1.0.15 |
| 2596 | 2026-08-18T22:15:11.461Z | Compiling tokio-util v0.7.19 |
| 2597 | 2026-08-18T22:15:11.749Z | Compiling untrusted v0.7.1 |
| 2598 | 2026-08-18T22:15:11.879Z | Compiling untrusted v0.9.0 |
| 2599 | 2026-08-18T22:15:11.893Z | Compiling num-conv v0.2.2 |
| 2600 | 2026-08-18T22:15:12.019Z | Compiling ipnet v2.12.1 |
| 2601 | 2026-08-18T22:15:12.051Z | Compiling time-core v0.1.9 |
| 2602 | 2026-08-18T22:15:12.246Z | Compiling time-macros v0.2.32 |
| 2603 | 2026-08-18T22:15:13.685Z | Compiling rustls v0.23.43 |
| 2604 | 2026-08-18T22:15:13.915Z | Compiling camino v1.2.5 |
| 2605 | 2026-08-18T22:15:14.118Z | Compiling http-body v1.1.0 |
| 2606 | 2026-08-18T22:15:14.248Z | Compiling scroll_derive v0.13.1 |
| 2607 | 2026-08-18T22:15:14.296Z | Compiling atomic-waker v1.1.2 |
| 2608 | 2026-08-18T22:15:14.414Z | Compiling async-trait v0.1.92 |
| 2609 | 2026-08-18T22:15:14.428Z | Compiling try-lock v0.2.5 |
| 2610 | 2026-08-18T22:15:14.441Z | Compiling omicron-workspace-hack v0.1.0 |
| 2611 | 2026-08-18T22:15:14.649Z | Compiling tower-service v0.3.3 |
| 2612 | 2026-08-18T22:15:14.663Z | Compiling ryu v1.0.23 |
| 2613 | 2026-08-18T22:15:14.718Z | Compiling pretty-hex v0.4.2 |
| 2614 | 2026-08-18T22:15:14.749Z | Compiling tower-layer v0.3.3 |
| 2615 | 2026-08-18T22:15:14.950Z | Compiling want v0.3.1 |
| 2616 | 2026-08-18T22:15:14.956Z | Compiling h2 v0.4.15 |
| 2617 | 2026-08-18T22:15:15.065Z | Compiling ppv-lite86 v0.2.21 |
| 2618 | 2026-08-18T22:15:15.131Z | Compiling httpdate v1.0.3 |
| 2619 | 2026-08-18T22:15:15.501Z | Compiling crossbeam-utils v0.8.22 |
| 2620 | 2026-08-18T22:15:15.830Z | Compiling crc32fast v1.5.0 |
| 2621 | 2026-08-18T22:15:16.349Z | Compiling slog-async v2.8.0 |
| 2622 | 2026-08-18T22:15:16.647Z | Compiling usdt-impl v0.6.0 |
| 2623 | 2026-08-18T22:15:16.906Z | Compiling scroll v0.13.0 |
| 2624 | 2026-08-18T22:15:17.181Z | Compiling serde_urlencoded v0.7.1 |
| 2625 | 2026-08-18T22:15:17.316Z | Compiling http-body-util v0.1.5 |
| 2626 | 2026-08-18T22:15:17.375Z | Compiling plain v0.2.3 |
| 2627 | 2026-08-18T22:15:17.457Z | Compiling hyper v1.11.0 |
| 2628 | 2026-08-18T22:15:17.488Z | Compiling goblin v0.10.7 |
| 2629 | 2026-08-18T22:15:17.637Z | Compiling daft-derive v0.1.8 |
| 2630 | 2026-08-18T22:15:20.765Z | Compiling hyper-util v0.1.20 |
| 2631 | 2026-08-18T22:15:21.525Z | Compiling foldhash v0.2.0 |
| 2632 | 2026-08-18T22:15:21.625Z | Compiling dof v0.4.0 |
| 2633 | 2026-08-18T22:15:22.311Z | Compiling darling_core v0.23.0 |
| 2634 | 2026-08-18T22:15:22.629Z | Compiling dtrace-parser v0.3.0 |
| 2635 | 2026-08-18T22:15:22.863Z | Compiling openapiv3 v2.2.0 |
| 2636 | 2026-08-18T22:15:23.204Z | Compiling thread-id v5.1.0 |
| 2637 | 2026-08-18T22:15:23.295Z | Compiling syn v1.0.109 |
| 2638 | 2026-08-18T22:15:23.994Z | Compiling generic-array v0.14.7 |
| 2639 | 2026-08-18T22:15:24.404Z | Compiling darling_macro v0.23.0 |
| 2640 | 2026-08-18T22:15:24.547Z | Compiling powerfmt v0.2.0 |
| 2641 | 2026-08-18T22:15:25.019Z | Compiling deranged v0.5.8 |
| 2642 | 2026-08-18T22:15:25.045Z | Compiling darling v0.23.0 |
| 2643 | 2026-08-18T22:15:25.135Z | Compiling num_threads v0.1.7 |
| 2644 | 2026-08-18T22:15:25.285Z | Compiling usdt-macro v0.6.0 |
| 2645 | 2026-08-18T22:15:25.754Z | Compiling usdt-attr-macro v0.6.0 |
| 2646 | 2026-08-18T22:15:26.101Z | Compiling time v0.3.55 |
| 2647 | 2026-08-18T22:15:26.141Z | Compiling rand_core v0.9.5 |
| 2648 | 2026-08-18T22:15:26.429Z | Compiling hashbrown v0.16.1 |
| 2649 | 2026-08-18T22:15:26.856Z | Compiling multer v3.1.0 |
| 2650 | 2026-08-18T22:15:27.106Z | Compiling ref-cast v1.0.26 |
| 2651 | 2026-08-18T22:15:27.425Z | Compiling crossbeam-channel v0.5.16 |
| 2652 | 2026-08-18T22:15:27.440Z | Compiling sync_wrapper v1.0.2 |
| 2653 | 2026-08-18T22:15:27.501Z | Compiling winnow v1.0.4 |
| 2654 | 2026-08-18T22:15:27.554Z | Compiling hex v0.4.3 |
| 2655 | 2026-08-18T22:15:27.775Z | Compiling cpufeatures v0.3.0 |
| 2656 | 2026-08-18T22:15:27.853Z | Compiling tower v0.5.3 |
| 2657 | 2026-08-18T22:15:27.867Z | Compiling rand_chacha v0.9.0 |
| 2658 | 2026-08-18T22:15:28.113Z | Compiling webpki-roots v1.0.9 |
| 2659 | 2026-08-18T22:15:28.243Z | Compiling futures-executor v0.3.34 |
| 2660 | 2026-08-18T22:15:28.426Z | Compiling async-stream-impl v0.3.6 |
| 2661 | 2026-08-18T22:15:28.441Z | Compiling ref-cast-impl v1.0.26 |
| 2662 | 2026-08-18T22:15:28.712Z | Compiling dropshot v0.17.1 |
| 2663 | 2026-08-18T22:15:28.951Z | Compiling thread_local v1.1.10 |
| 2664 | 2026-08-18T22:15:28.998Z | Compiling fastrand v2.5.0 |
| 2665 | 2026-08-18T22:15:29.032Z | Compiling futures v0.3.34 |
| 2666 | 2026-08-18T22:15:29.071Z | Compiling tower-http v0.6.11 |
| 2667 | 2026-08-18T22:15:29.172Z | Compiling rand v0.9.5 |
| 2668 | 2026-08-18T22:15:29.242Z | Compiling serde_tokenstream v0.3.0 |
| 2669 | 2026-08-18T22:15:29.263Z | Compiling structmeta-derive v0.3.0 |
| 2670 | 2026-08-18T22:15:29.327Z | Compiling is-terminal v0.4.17 |
| 2671 | 2026-08-18T22:15:29.434Z | Compiling take_mut v0.2.2 |
| 2672 | 2026-08-18T22:15:29.542Z | Compiling term v1.2.1 |
| 2673 | 2026-08-18T22:15:29.557Z | Compiling newtype-uuid-macros v0.1.1 |
| 2674 | 2026-08-18T22:15:29.875Z | Compiling slog-term v2.9.2 |
| 2675 | 2026-08-18T22:15:30.035Z | Compiling crypto-common v0.1.7 |
| 2676 | 2026-08-18T22:15:30.297Z | Compiling structmeta v0.3.0 |
| 2677 | 2026-08-18T22:15:30.335Z | Compiling dropshot_endpoint v0.17.1 |
| 2678 | 2026-08-18T22:15:30.662Z | Compiling tempfile v3.27.0 |
| 2679 | 2026-08-18T22:15:30.913Z | Compiling newtype-uuid v1.4.0 |
| 2680 | 2026-08-18T22:15:31.253Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2681 | 2026-08-18T22:15:31.312Z | Compiling strum_macros v0.26.4 |
| 2682 | 2026-08-18T22:15:31.433Z | Compiling either v1.17.0 |
| 2683 | 2026-08-18T22:15:31.674Z | Compiling daft v0.1.8 |
| 2684 | 2026-08-18T22:15:32.003Z | Compiling hybrid-array v0.4.14 |
| 2685 | 2026-08-18T22:15:32.017Z | Compiling simd-adler32 v0.3.10 |
| 2686 | 2026-08-18T22:15:32.106Z | Compiling match_cfg v0.1.0 |
| 2687 | 2026-08-18T22:15:32.295Z | Compiling adler2 v2.0.1 |
| 2688 | 2026-08-18T22:15:32.336Z | Compiling openssl-probe v0.2.1 |
| 2689 | 2026-08-18T22:15:32.465Z | Compiling rustls-native-certs v0.8.4 |
| 2690 | 2026-08-18T22:15:32.489Z | Compiling miniz_oxide v0.8.9 |
| 2691 | 2026-08-18T22:15:32.583Z | Compiling hostname v0.3.1 |
| 2692 | 2026-08-18T22:15:32.752Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 2693 | 2026-08-18T22:15:32.871Z | Compiling slog-json v2.6.1 |
| 2694 | 2026-08-18T22:15:32.955Z | Compiling serde_with_macros v3.22.0 |
| 2695 | 2026-08-18T22:15:33.126Z | Compiling macaddr v1.0.1 |
| 2696 | 2026-08-18T22:15:33.211Z | Compiling serde_spanned v1.1.1 |
| 2697 | 2026-08-18T22:15:33.369Z | Compiling memmap2 v0.9.11 |
| 2698 | 2026-08-18T22:15:33.846Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 2699 | 2026-08-18T22:15:34.059Z | Compiling slog-bunyan v2.5.0 |
| 2700 | 2026-08-18T22:15:34.095Z | Compiling flate2 v1.1.9 |
| 2701 | 2026-08-18T22:15:34.115Z | Compiling block-buffer v0.12.1 |
| 2702 | 2026-08-18T22:15:34.245Z | Compiling crypto-common v0.2.2 |
| 2703 | 2026-08-18T22:15:34.290Z | Compiling derive-ex v0.1.8 |
| 2704 | 2026-08-18T22:15:34.304Z | Compiling rand_chacha v0.3.1 |
| 2705 | 2026-08-18T22:15:34.912Z | Compiling strum_macros v0.27.2 |
| 2706 | 2026-08-18T22:15:35.202Z | Compiling usdt v0.6.0 |
| 2707 | 2026-08-18T22:15:35.508Z | Compiling compression-core v0.4.32 |
| 2708 | 2026-08-18T22:15:35.692Z | Compiling debug-ignore v1.0.5 |
| 2709 | 2026-08-18T22:15:35.813Z | Compiling const-oid v0.10.2 |
| 2710 | 2026-08-18T22:15:35.840Z | Compiling test-strategy v0.4.5 |
| 2711 | 2026-08-18T22:15:35.854Z | Compiling compression-codecs v0.4.38 |
| 2712 | 2026-08-18T22:15:36.119Z | Compiling digest v0.11.3 |
| 2713 | 2026-08-18T22:15:36.199Z | Compiling rand v0.8.7 |
| 2714 | 2026-08-18T22:15:36.456Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2715 | 2026-08-18T22:15:36.572Z | Compiling encoding_rs v0.8.35 |
| 2716 | 2026-08-18T22:15:36.752Z | Compiling spin v0.9.9 |
| 2717 | 2026-08-18T22:15:36.892Z | Compiling mime v0.3.17 |
| 2718 | 2026-08-18T22:15:37.084Z | Compiling toml v1.1.4+spec-1.1.0 |
| 2719 | 2026-08-18T22:15:37.270Z | Compiling sha1 v0.11.0 |
| 2720 | 2026-08-18T22:15:37.309Z | Compiling async-compression v0.4.43 |
| 2721 | 2026-08-18T22:15:37.382Z | Compiling async-stream v0.3.6 |
| 2722 | 2026-08-18T22:15:37.633Z | Compiling block-buffer v0.10.4 |
| 2723 | 2026-08-18T22:15:37.788Z | Compiling waitgroup v0.1.2 |
| 2724 | 2026-08-18T22:15:37.812Z | Compiling rustls-pemfile v2.2.0 |
| 2725 | 2026-08-18T22:15:37.948Z | Compiling serde_path_to_error v0.1.20 |
| 2726 | 2026-08-18T22:15:38.060Z | Compiling hostname v0.4.2 |
| 2727 | 2026-08-18T22:15:38.174Z | Compiling digest v0.10.7 |
| 2728 | 2026-08-18T22:15:38.229Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2729 | 2026-08-18T22:15:38.712Z | Compiling parse-display-derive v0.10.0 |
| 2730 | 2026-08-18T22:15:38.932Z | Compiling unicode-width v0.2.2 |
| 2731 | 2026-08-18T22:15:39.438Z | Compiling strum v0.26.3 |
| 2732 | 2026-08-18T22:15:39.595Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2733 | 2026-08-18T22:15:39.731Z | Compiling regress v0.10.5 |
| 2734 | 2026-08-18T22:15:40.280Z | Compiling wait-timeout v0.2.1 |
| 2735 | 2026-08-18T22:15:40.836Z | Compiling quick-error v1.2.3 |
| 2736 | 2026-08-18T22:15:40.862Z | Compiling bit-vec v0.8.0 |
| 2737 | 2026-08-18T22:15:41.002Z | Compiling rusty-fork v0.3.1 |
| 2738 | 2026-08-18T22:15:41.110Z | Compiling bit-set v0.8.0 |
| 2739 | 2026-08-18T22:15:41.206Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2740 | 2026-08-18T22:15:41.304Z | Compiling serde_with v3.22.0 |
| 2741 | 2026-08-18T22:15:41.444Z | Compiling rand_xorshift v0.4.0 |
| 2742 | 2026-08-18T22:15:41.658Z | Compiling unarray v0.1.4 |
| 2743 | 2026-08-18T22:15:41.783Z | Compiling proptest v1.11.0 |
| 2744 | 2026-08-18T22:15:41.803Z | Compiling strum v0.27.2 |
| 2745 | 2026-08-18T22:15:42.751Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2746 | 2026-08-18T22:15:42.751Z | Compiling instant v0.1.13 |
| 2747 | 2026-08-18T22:15:42.751Z | Compiling cpufeatures v0.2.17 |
| 2748 | 2026-08-18T22:15:42.751Z | Compiling iddqd v0.4.6 |
| 2749 | 2026-08-18T22:15:42.751Z | Compiling clap_derive v4.6.4 |
| 2750 | 2026-08-18T22:15:42.751Z | Compiling utf8parse v0.2.2 |
| 2751 | 2026-08-18T22:15:43.928Z | Compiling anstyle-parse v1.0.0 |
| 2752 | 2026-08-18T22:15:44.170Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2753 | 2026-08-18T22:15:44.174Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2754 | 2026-08-18T22:15:44.193Z | Compiling backon v1.6.0 |
| 2755 | 2026-08-18T22:15:44.353Z | Compiling terminal_size v0.4.4 |
| 2756 | 2026-08-18T22:15:44.711Z | Compiling anstyle-query v1.1.5 |
| 2757 | 2026-08-18T22:15:44.824Z | Compiling colorchoice v1.0.5 |
| 2758 | 2026-08-18T22:15:44.836Z | Compiling anstyle v1.0.14 |
| 2759 | 2026-08-18T22:15:44.953Z | Compiling is_terminal_polyfill v1.70.2 |
| 2760 | 2026-08-18T22:15:45.143Z | Compiling anstream v1.0.0 |
| 2761 | 2026-08-18T22:15:45.652Z | Compiling backoff v0.4.0 |
| 2762 | 2026-08-18T22:15:45.768Z | Compiling parse-display v0.10.0 |
| 2763 | 2026-08-18T22:15:46.029Z | Compiling itertools v0.14.0 |
| 2764 | 2026-08-18T22:15:46.167Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2765 | 2026-08-18T22:15:46.426Z | Compiling humantime v2.4.0 |
| 2766 | 2026-08-18T22:15:46.834Z | Compiling clap_lex v1.1.0 |
| 2767 | 2026-08-18T22:15:47.047Z | Compiling clap_builder v4.6.6 |
| 2768 | 2026-08-18T22:15:48.107Z | Compiling regress v0.11.1 |
| 2769 | 2026-08-18T22:15:49.026Z | Compiling clap v4.6.6 |
| 2770 | 2026-08-18T22:15:49.083Z | Compiling typify-impl v0.6.2 |
| 2771 | 2026-08-18T22:15:50.449Z | Compiling toml_edit v0.25.13+spec-1.1.0 |
| 2772 | 2026-08-18T22:15:50.822Z | Compiling crucible-workspace-hack v0.1.0 |
| 2773 | 2026-08-18T22:15:51.126Z | Compiling proc-macro-crate v3.5.0 |
| 2774 | 2026-08-18T22:15:51.675Z | Compiling zerocopy-derive v0.7.35 |
| 2775 | 2026-08-18T22:15:52.509Z | Compiling typify-macro v0.6.2 |
| 2776 | 2026-08-18T22:15:52.521Z | Compiling unsafe-libyaml v0.2.11 |
| 2777 | 2026-08-18T22:15:53.047Z | Compiling serde_yaml v0.9.34+deprecated |
| 2778 | 2026-08-18T22:15:54.667Z | Compiling num_enum_derive v0.7.6 |
| 2779 | 2026-08-18T22:15:54.667Z | Compiling convert_case v0.4.0 |
| 2780 | 2026-08-18T22:15:54.667Z | Compiling num_enum v0.7.6 |
| 2781 | 2026-08-18T22:15:54.763Z | Compiling derive_more v0.99.20 |
| 2782 | 2026-08-18T22:15:54.911Z | Compiling toml_datetime v0.6.11 |
| 2783 | 2026-08-18T22:15:55.147Z | Compiling crossbeam-epoch v0.9.20 |
| 2784 | 2026-08-18T22:15:55.253Z | Compiling heck v0.4.1 |
| 2785 | 2026-08-18T22:15:55.461Z | Compiling typify v0.6.2 |
| 2786 | 2026-08-18T22:15:55.785Z | Compiling secrecy v0.10.3 |
| 2787 | 2026-08-18T22:15:55.981Z | Compiling proc-macro-error-attr v1.0.4 |
| 2788 | 2026-08-18T22:15:56.594Z | Compiling rustix v0.38.44 |
| 2789 | 2026-08-18T22:15:56.874Z | Compiling prettyplease v0.2.37 |
| 2790 | 2026-08-18T22:15:56.920Z | Compiling heapless v0.8.0 |
| 2791 | 2026-08-18T22:15:56.952Z | Compiling tinyvec_macros v0.1.1 |
| 2792 | 2026-08-18T22:15:57.018Z | Compiling tinyvec v1.12.0 |
| 2793 | 2026-08-18T22:15:57.632Z | Compiling zerocopy v0.7.35 |
| 2794 | 2026-08-18T22:15:57.822Z | Compiling tabwriter v1.4.1 |
| 2795 | 2026-08-18T22:15:58.202Z | Compiling hash32 v0.3.1 |
| 2796 | 2026-08-18T22:15:58.282Z | Compiling rustc_version v0.4.1 |
| 2797 | 2026-08-18T22:15:58.362Z | Compiling scroll_derive v0.12.1 |
| 2798 | 2026-08-18T22:15:58.387Z | Compiling num-integer v0.1.47 |
| 2799 | 2026-08-18T22:15:58.433Z | Compiling proc-macro-error v1.0.4 |
| 2800 | 2026-08-18T22:15:58.549Z | Compiling usdt-impl v0.5.0 |
| 2801 | 2026-08-18T22:15:58.667Z | Compiling data-encoding v2.11.1 |
| 2802 | 2026-08-18T22:15:58.811Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2803 | 2026-08-18T22:15:58.877Z | Compiling winnow v0.7.15 |
| 2804 | 2026-08-18T22:15:59.049Z | Compiling smoltcp v0.11.0 |
| 2805 | 2026-08-18T22:15:59.087Z | Compiling scroll v0.12.0 |
| 2806 | 2026-08-18T22:15:59.533Z | Compiling curve25519-dalek v4.1.3 |
| 2807 | 2026-08-18T22:16:00.184Z | Compiling dof v0.3.0 |
| 2808 | 2026-08-18T22:16:01.261Z | Compiling dtrace-parser v0.2.0 |
| 2809 | 2026-08-18T22:16:01.307Z | Compiling hmac v0.12.1 |
| 2810 | 2026-08-18T22:16:01.363Z | Compiling darling_core v0.21.3 |
| 2811 | 2026-08-18T22:16:01.378Z | Compiling inout v0.1.4 |
| 2812 | 2026-08-18T22:16:01.515Z | Compiling ff v0.13.1 |
| 2813 | 2026-08-18T22:16:01.542Z | Compiling cobs v0.3.0 |
| 2814 | 2026-08-18T22:16:01.822Z | Compiling bstr v1.13.1 |
| 2815 | 2026-08-18T22:16:01.822Z | Compiling thread-id v4.2.2 |
| 2816 | 2026-08-18T22:16:01.909Z | Compiling static_assertions v1.1.0 |
| 2817 | 2026-08-18T22:16:01.921Z | Compiling managed v0.8.0 |
| 2818 | 2026-08-18T22:16:03.575Z | Compiling bitflags v1.3.2 |
| 2819 | 2026-08-18T22:16:03.600Z | Compiling colored v3.1.1 |
| 2820 | 2026-08-18T22:16:03.601Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2821 | 2026-08-18T22:16:03.601Z | Compiling postcard v1.1.3 |
| 2822 | 2026-08-18T22:16:03.601Z | Compiling group v0.13.0 |
| 2823 | 2026-08-18T22:16:03.601Z | Compiling cipher v0.4.4 |
| 2824 | 2026-08-18T22:16:03.601Z | Compiling hkdf v0.12.4 |
| 2825 | 2026-08-18T22:16:03.601Z | Compiling darling_macro v0.21.3 |
| 2826 | 2026-08-18T22:16:03.909Z | Compiling goblin v0.8.2 |
| 2827 | 2026-08-18T22:16:04.051Z | Compiling num-iter v0.1.46 |
| 2828 | 2026-08-18T22:16:04.092Z | Compiling num-rational v0.4.2 |
| 2829 | 2026-08-18T22:16:04.640Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2830 | 2026-08-18T22:16:04.985Z | Compiling universal-hash v0.5.1 |
| 2831 | 2026-08-18T22:16:05.114Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2832 | 2026-08-18T22:16:05.133Z | Compiling hubpack_derive v0.1.1 |
| 2833 | 2026-08-18T22:16:05.576Z | Compiling crypto-bigint v0.5.5 |
| 2834 | 2026-08-18T22:16:05.897Z | Compiling half v2.7.1 |
| 2835 | 2026-08-18T22:16:06.030Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2836 | 2026-08-18T22:16:06.190Z | Compiling foreign-types-macros v0.2.4 |
| 2837 | 2026-08-18T22:16:06.253Z | Compiling serde_repr v0.1.21 |
| 2838 | 2026-08-18T22:16:06.827Z | Compiling num-complex v0.4.6 |
| 2839 | 2026-08-18T22:16:07.319Z | Compiling memoffset v0.9.1 |
| 2840 | 2026-08-18T22:16:07.477Z | Compiling indent_write v2.2.0 |
| 2841 | 2026-08-18T22:16:07.630Z | Compiling cfg_aliases v0.2.2 |
| 2842 | 2026-08-18T22:16:07.723Z | Compiling base64ct v1.8.3 |
| 2843 | 2026-08-18T22:16:07.956Z | Compiling opaque-debug v0.3.1 |
| 2844 | 2026-08-18T22:16:07.998Z | Compiling base16ct v0.2.0 |
| 2845 | 2026-08-18T22:16:08.046Z | Compiling ciborium-io v0.2.2 |
| 2846 | 2026-08-18T22:16:08.059Z | Compiling foreign-types-shared v0.3.1 |
| 2847 | 2026-08-18T22:16:08.158Z | Compiling foreign-types v0.5.0 |
| 2848 | 2026-08-18T22:16:08.161Z | Compiling ciborium-ll v0.2.2 |
| 2849 | 2026-08-18T22:16:08.242Z | Compiling elliptic-curve v0.13.8 |
| 2850 | 2026-08-18T22:16:08.428Z | Compiling poly1305 v0.8.0 |
| 2851 | 2026-08-18T22:16:08.552Z | Compiling password-hash v0.5.0 |
| 2852 | 2026-08-18T22:16:09.043Z | Compiling nix v0.31.3 |
| 2853 | 2026-08-18T22:16:09.519Z | Compiling num v0.4.3 |
| 2854 | 2026-08-18T22:16:09.728Z | Compiling thiserror-no-std v2.0.2 |
| 2855 | 2026-08-18T22:16:09.829Z | Compiling hubpack v0.1.2 |
| 2856 | 2026-08-18T22:16:10.423Z | Compiling darling v0.21.3 |
| 2857 | 2026-08-18T22:16:11.144Z | Compiling chacha20 v0.9.1 |
| 2858 | 2026-08-18T22:16:11.585Z | Compiling atomicwrites v0.4.4 |
| 2859 | 2026-08-18T22:16:11.877Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2860 | 2026-08-18T22:16:11.953Z | Compiling reqwest v0.12.28 |
| 2861 | 2026-08-18T22:16:12.441Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2862 | 2026-08-18T22:16:13.132Z | Compiling blake2 v0.10.6 |
| 2863 | 2026-08-18T22:16:13.446Z | Compiling aead v0.5.2 |
| 2864 | 2026-08-18T22:16:13.608Z | Compiling chacha20 v0.10.1 |
| 2865 | 2026-08-18T22:16:13.623Z | Compiling byte-wrapper v0.1.0 |
| 2866 | 2026-08-18T22:16:13.643Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2867 | 2026-08-18T22:16:13.962Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2868 | 2026-08-18T22:16:14.427Z | Compiling cstr-argument v0.1.2 |
| 2869 | 2026-08-18T22:16:14.501Z | Compiling keccak v0.1.6 |
| 2870 | 2026-08-18T22:16:14.703Z | Compiling float-ord v0.3.2 |
| 2871 | 2026-08-18T22:16:14.738Z | Compiling crossbeam-deque v0.8.7 |
| 2872 | 2026-08-18T22:16:14.821Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2873 | 2026-08-18T22:16:15.036Z | Compiling sha3 v0.10.9 |
| 2874 | 2026-08-18T22:16:15.097Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2875 | 2026-08-18T22:16:15.422Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2876 | 2026-08-18T22:16:15.451Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2877 | 2026-08-18T22:16:15.476Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2878 | 2026-08-18T22:16:15.584Z | Compiling rand v0.10.2 |
| 2879 | 2026-08-18T22:16:16.336Z | Compiling chacha20poly1305 v0.10.1 |
| 2880 | 2026-08-18T22:16:16.492Z | Compiling argon2 v0.5.3 |
| 2881 | 2026-08-18T22:16:17.135Z | Compiling progenitor-client v0.10.0 |
| 2882 | 2026-08-18T22:16:17.453Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2883 | 2026-08-18T22:16:17.686Z | Compiling ingot-macros v0.1.1 |
| 2884 | 2026-08-18T22:16:18.356Z | Compiling vsss-rs v3.3.4 |
| 2885 | 2026-08-18T22:16:19.446Z | Compiling ciborium v0.2.2 |
| 2886 | 2026-08-18T22:16:19.919Z | Compiling usdt-attr-macro v0.5.0 |
| 2887 | 2026-08-18T22:16:20.159Z | Compiling usdt-macro v0.5.0 |
| 2888 | 2026-08-18T22:16:21.105Z | Compiling num-derive v0.4.2 |
| 2889 | 2026-08-18T22:16:21.150Z | Compiling enum-as-inner v0.6.1 |
| 2890 | 2026-08-18T22:16:21.314Z | Compiling memmap v0.7.0 |
| 2891 | 2026-08-18T22:16:21.549Z | Compiling semver v0.1.20 |
| 2892 | 2026-08-18T22:16:21.966Z | Compiling rayon-core v1.13.0 |
| 2893 | 2026-08-18T22:16:22.138Z | Compiling winnow v0.5.40 |
| 2894 | 2026-08-18T22:16:22.287Z | Compiling rustc_version v0.1.7 |
| 2895 | 2026-08-18T22:16:22.473Z | Compiling usdt v0.5.0 |
| 2896 | 2026-08-18T22:16:22.487Z | Compiling ingot-types v0.1.2 |
| 2897 | 2026-08-18T22:16:22.573Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2898 | 2026-08-18T22:16:23.070Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2899 | 2026-08-18T22:16:23.170Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2900 | 2026-08-18T22:16:23.503Z | Compiling toml_edit v0.19.15 |
| 2901 | 2026-08-18T22:16:23.731Z | Compiling similar v2.7.0 |
| 2902 | 2026-08-18T22:16:23.972Z | Compiling progenitor-impl v0.14.0 |
| 2903 | 2026-08-18T22:16:25.462Z | Compiling serde_spanned v0.6.9 |
| 2904 | 2026-08-18T22:16:25.588Z | Compiling toml_write v0.1.2 |
| 2905 | 2026-08-18T22:16:25.737Z | Compiling bytecount v0.6.9 |
| 2906 | 2026-08-18T22:16:25.792Z | Compiling rustls-webpki v0.103.14 |
| 2907 | 2026-08-18T22:16:25.931Z | Compiling vcpkg v0.2.15 |
| 2908 | 2026-08-18T22:16:26.217Z | Compiling lazy_static v1.5.0 |
| 2909 | 2026-08-18T22:16:26.442Z | Compiling progenitor-macro v0.14.0 |
| 2910 | 2026-08-18T22:16:26.503Z | Compiling openssl-sys v0.9.117 |
| 2911 | 2026-08-18T22:16:27.076Z | Compiling toml_edit v0.22.27 |
| 2912 | 2026-08-18T22:16:27.467Z | Compiling proc-macro-crate v1.3.1 |
| 2913 | 2026-08-18T22:16:28.171Z | Compiling ingot v0.1.1 |
| 2914 | 2026-08-18T22:16:28.701Z | Compiling newtype_derive v0.1.6 |
| 2915 | 2026-08-18T22:16:29.291Z | Compiling itertools v0.12.1 |
| 2916 | 2026-08-18T22:16:30.241Z | Compiling tokio-rustls v0.26.4 |
| 2917 | 2026-08-18T22:16:30.324Z | Compiling rustls-platform-verifier v0.7.0 |
| 2918 | 2026-08-18T22:16:30.560Z | Compiling hyper-rustls v0.27.9 |
| 2919 | 2026-08-18T22:16:30.880Z | Compiling reqwest v0.13.4 |
| 2920 | 2026-08-18T22:16:31.073Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2921 | 2026-08-18T22:16:31.544Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2922 | 2026-08-18T22:16:31.808Z | Compiling owo-colors v4.3.0 |
| 2923 | 2026-08-18T22:16:32.170Z | Compiling linked-hash-map v0.5.6 |
| 2924 | 2026-08-18T22:16:32.260Z | Compiling progenitor-client v0.14.0 |
| 2925 | 2026-08-18T22:16:32.723Z | Compiling progenitor-extras v0.2.0 |
| 2926 | 2026-08-18T22:16:32.853Z | Compiling swrite v0.1.0 |
| 2927 | 2026-08-18T22:16:32.974Z | Compiling resolv-conf v0.7.6 |
| 2928 | 2026-08-18T22:16:32.988Z | Compiling unicode-segmentation v1.13.3 |
| 2929 | 2026-08-18T22:16:33.578Z | Compiling newline-converter v0.3.0 |
| 2930 | 2026-08-18T22:16:33.594Z | Compiling progenitor v0.14.0 |
| 2931 | 2026-08-18T22:16:34.232Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2932 | 2026-08-18T22:16:38.620Z | Compiling lru-cache v0.1.2 |
| 2933 | 2026-08-18T22:16:43.731Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2934 | 2026-08-18T22:16:45.299Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2935 | 2026-08-18T22:16:45.606Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2936 | 2026-08-18T22:16:45.935Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2937 | 2026-08-18T22:16:46.206Z | Compiling toml v0.8.23 |
| 2938 | 2026-08-18T22:16:46.377Z | Compiling rayon v1.12.0 |
| 2939 | 2026-08-18T22:16:46.876Z | Compiling num_enum_derive v0.5.11 |
| 2940 | 2026-08-18T22:16:47.186Z | Compiling hickory-proto v0.24.4 |
| 2941 | 2026-08-18T22:16:47.662Z | Compiling progenitor-impl v0.13.0 |
| 2942 | 2026-08-18T22:16:47.945Z | Compiling console v0.15.11 |
| 2943 | 2026-08-18T22:16:48.015Z | Compiling camino-tempfile v1.4.1 |
| 2944 | 2026-08-18T22:16:48.442Z | Compiling serde-big-array v0.5.1 |
| 2945 | 2026-08-18T22:16:48.563Z | Compiling derive-where v1.6.1 |
| 2946 | 2026-08-18T22:16:48.610Z | Compiling pin-project-internal v1.1.13 |
| 2947 | 2026-08-18T22:16:49.231Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2948 | 2026-08-18T22:16:49.710Z | Compiling minimal-lexical v0.2.1 |
| 2949 | 2026-08-18T22:16:49.725Z | Compiling siphasher v1.0.3 |
| 2950 | 2026-08-18T22:16:49.841Z | Compiling progenitor-macro v0.13.0 |
| 2951 | 2026-08-18T22:16:49.942Z | Compiling nom v7.1.3 |
| 2952 | 2026-08-18T22:16:49.959Z | Compiling phf_shared v0.12.1 |
| 2953 | 2026-08-18T22:16:50.193Z | Compiling pin-project v1.1.13 |
| 2954 | 2026-08-18T22:16:50.314Z | Compiling hickory-resolver v0.24.4 |
| 2955 | 2026-08-18T22:16:50.583Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2956 | 2026-08-18T22:16:51.326Z | Compiling expectorate v1.2.0 |
| 2957 | 2026-08-18T22:16:51.342Z | Compiling num_enum v0.5.11 |
| 2958 | 2026-08-18T22:16:51.548Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2959 | 2026-08-18T22:16:53.637Z | Compiling progenitor-client v0.13.0 |
| 2960 | 2026-08-18T22:16:54.118Z | Compiling zone_cfg_derive v0.3.1 |
| 2961 | 2026-08-18T22:16:54.428Z | Compiling unicode-normalization v0.1.25 |
| 2962 | 2026-08-18T22:16:54.748Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2963 | 2026-08-18T22:16:54.844Z | Compiling snafu-derive v0.8.9 |
| 2964 | 2026-08-18T22:16:55.050Z | Compiling tokio-stream v0.1.19 |
| 2965 | 2026-08-18T22:16:55.058Z | Compiling async-recursion v1.1.1 |
| 2966 | 2026-08-18T22:16:55.632Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9) |
| 2967 | 2026-08-18T22:16:55.768Z | Compiling slog-dtrace v0.3.0 |
| 2968 | 2026-08-18T22:16:55.966Z | Compiling csv-core v0.1.13 |
| 2969 | 2026-08-18T22:16:56.025Z | Compiling unicode-linebreak v0.1.5 |
| 2970 | 2026-08-18T22:16:56.350Z | Compiling openssl v0.10.81 |
| 2971 | 2026-08-18T22:16:56.408Z | Compiling jiff-core v0.1.0 |
| 2972 | 2026-08-18T22:16:56.605Z | Compiling unicode-xid v0.2.6 |
| 2973 | 2026-08-18T22:16:56.648Z | Compiling highway v1.3.0 |
| 2974 | 2026-08-18T22:16:56.743Z | Compiling chrono-tz v0.10.4 |
| 2975 | 2026-08-18T22:16:56.996Z | Compiling unicode-width v0.1.14 |
| 2976 | 2026-08-18T22:16:57.330Z | Compiling foldhash v0.1.5 |
| 2977 | 2026-08-18T22:16:57.344Z | Compiling konst_macro_rules v0.2.19 |
| 2978 | 2026-08-18T22:16:57.546Z | Compiling cancel-safe-futures v0.1.5 |
| 2979 | 2026-08-18T22:16:57.568Z | Compiling same-file v1.0.6 |
| 2980 | 2026-08-18T22:16:57.794Z | Compiling foreign-types-shared v0.1.1 |
| 2981 | 2026-08-18T22:16:57.811Z | Compiling smawk v0.3.3 |
| 2982 | 2026-08-18T22:16:57.900Z | Compiling foreign-types v0.3.2 |
| 2983 | 2026-08-18T22:16:57.966Z | Compiling textwrap v0.16.2 |
| 2984 | 2026-08-18T22:16:58.009Z | Compiling walkdir v2.5.0 |
| 2985 | 2026-08-18T22:16:58.070Z | Compiling konst v0.2.20 |
| 2986 | 2026-08-18T22:16:58.226Z | Compiling hashbrown v0.15.5 |
| 2987 | 2026-08-18T22:16:58.462Z | Compiling jiff v0.2.35 |
| 2988 | 2026-08-18T22:16:58.703Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2989 | 2026-08-18T22:16:58.887Z | Compiling const_format_proc_macros v0.2.34 |
| 2990 | 2026-08-18T22:16:59.524Z | Compiling snafu v0.8.9 |
| 2991 | 2026-08-18T22:16:59.690Z | Compiling csv v1.4.0 |
| 2992 | 2026-08-18T22:17:00.175Z | Compiling progenitor v0.13.0 |
| 2993 | 2026-08-18T22:17:00.219Z | Compiling qorb v0.4.1 |
| 2994 | 2026-08-18T22:17:00.337Z | Compiling olpc-cjson v0.1.4 |
| 2995 | 2026-08-18T22:17:00.563Z | Compiling zone v0.3.1 |
| 2996 | 2026-08-18T22:17:00.608Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2997 | 2026-08-18T22:17:04.509Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2998 | 2026-08-18T22:17:04.604Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2999 | 2026-08-18T22:17:06.185Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3000 | 2026-08-18T22:17:06.744Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3001 | 2026-08-18T22:17:07.282Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3002 | 2026-08-18T22:17:07.407Z | Compiling phf v0.12.1 |
| 3003 | 2026-08-18T22:17:07.593Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3004 | 2026-08-18T22:17:08.047Z | Compiling tokio-dtrace v0.1.1 |
| 3005 | 2026-08-18T22:17:08.209Z | Compiling globset v0.4.20 |
| 3006 | 2026-08-18T22:17:08.385Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3007 | 2026-08-18T22:17:08.470Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3008 | 2026-08-18T22:17:08.610Z | Compiling smf v0.2.3 |
| 3009 | 2026-08-18T22:17:09.068Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 3010 | 2026-08-18T22:17:09.327Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3011 | 2026-08-18T22:17:09.460Z | Compiling pem v3.0.6 |
| 3012 | 2026-08-18T22:17:09.733Z | Compiling libsw-core v0.3.2 |
| 3013 | 2026-08-18T22:17:09.927Z | Compiling serde_plain v1.0.2 |
| 3014 | 2026-08-18T22:17:10.120Z | Compiling openssl-macros v0.1.1 |
| 3015 | 2026-08-18T22:17:10.141Z | Compiling cookie v0.18.2 |
| 3016 | 2026-08-18T22:17:10.221Z | Compiling sigpipe v0.1.3 |
| 3017 | 2026-08-18T22:17:10.327Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3018 | 2026-08-18T22:17:10.402Z | Compiling glob v0.3.4 |
| 3019 | 2026-08-18T22:17:10.416Z | Compiling typed-path v0.9.3 |
| 3020 | 2026-08-18T22:17:10.623Z | Compiling fixedbitset v0.4.2 |
| 3021 | 2026-08-18T22:17:10.843Z | Compiling fixedbitset v0.5.7 |
| 3022 | 2026-08-18T22:17:10.904Z | Compiling petgraph v0.6.5 |
| 3023 | 2026-08-18T22:17:11.293Z | Compiling petgraph v0.8.3 |
| 3024 | 2026-08-18T22:17:11.406Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3025 | 2026-08-18T22:17:11.893Z | Compiling tough v0.22.0 |
| 3026 | 2026-08-18T22:17:12.797Z | Compiling libsw v3.5.0 |
| 3027 | 2026-08-18T22:17:12.812Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3028 | 2026-08-18T22:17:12.991Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 3029 | 2026-08-18T22:17:13.247Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3030 | 2026-08-18T22:17:13.383Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3031 | 2026-08-18T22:17:13.508Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3032 | 2026-08-18T22:17:13.705Z | Compiling oxide-tokio-rt v0.1.6 |
| 3033 | 2026-08-18T22:17:13.810Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3034 | 2026-08-18T22:17:14.600Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3035 | 2026-08-18T22:17:15.431Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3036 | 2026-08-18T22:17:15.622Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3037 | 2026-08-18T22:17:17.314Z | Compiling const_format v0.2.36 |
| 3038 | 2026-08-18T22:17:17.761Z | Compiling papergrid v0.11.0 |
| 3039 | 2026-08-18T22:17:17.828Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3040 | 2026-08-18T22:17:18.769Z | Compiling libscf-sys v1.2.0 |
| 3041 | 2026-08-18T22:17:18.930Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3042 | 2026-08-18T22:17:19.150Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3043 | 2026-08-18T22:17:19.289Z | Compiling tabled_derive v0.7.0 |
| 3044 | 2026-08-18T22:17:19.311Z | Compiling gethostname v0.5.0 |
| 3045 | 2026-08-18T22:17:19.457Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3046 | 2026-08-18T22:17:19.644Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3047 | 2026-08-18T22:17:19.777Z | Compiling bcs v0.1.6 |
| 3048 | 2026-08-18T22:17:20.100Z | Compiling termtree v0.5.1 |
| 3049 | 2026-08-18T22:17:20.187Z | Compiling whoami v1.6.1 |
| 3050 | 2026-08-18T22:17:20.260Z | Compiling tagptr v0.2.0 |
| 3051 | 2026-08-18T22:17:20.278Z | Compiling linear-map v1.2.0 |
| 3052 | 2026-08-18T22:17:20.510Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3053 | 2026-08-18T22:17:20.642Z | Compiling moka v0.12.16 |
| 3054 | 2026-08-18T22:17:21.160Z | Compiling tabled v0.15.0 |
| 3055 | 2026-08-18T22:17:22.934Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3056 | 2026-08-18T22:17:23.404Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3057 | 2026-08-18T22:17:23.512Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3058 | 2026-08-18T22:17:23.741Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3059 | 2026-08-18T22:17:24.158Z | Compiling steno v0.4.1 |
| 3060 | 2026-08-18T22:17:25.964Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3061 | 2026-08-18T22:17:29.159Z | Compiling hickory-proto v0.25.2 |
| 3062 | 2026-08-18T22:17:29.415Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3063 | 2026-08-18T22:17:29.579Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 3064 | 2026-08-18T22:17:30.228Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 3065 | 2026-08-18T22:17:30.345Z | Compiling parking_lot_core v0.8.6 |
| 3066 | 2026-08-18T22:17:30.671Z | Compiling nom v8.0.0 |
| 3067 | 2026-08-18T22:17:31.230Z | Compiling itertools v0.15.0 |
| 3068 | 2026-08-18T22:17:32.438Z | Compiling hickory-resolver v0.25.2 |
| 3069 | 2026-08-18T22:17:32.489Z | Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common) |
| 3070 | 2026-08-18T22:17:32.575Z | Compiling crunchy v0.2.4 |
| 3071 | 2026-08-18T22:17:32.593Z | Compiling parking_lot v0.11.2 |
| 3072 | 2026-08-18T22:17:32.839Z | Compiling typify-impl v0.4.3 |
| 3073 | 2026-08-18T22:17:32.903Z | Compiling fxhash v0.2.1 |
| 3074 | 2026-08-18T22:17:33.072Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe) |
| 3075 | 2026-08-18T22:17:33.364Z | Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 3076 | 2026-08-18T22:17:33.379Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 3077 | 2026-08-18T22:17:33.433Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3078 | 2026-08-18T22:17:33.616Z | Compiling tiny-keccak v2.0.2 |
| 3079 | 2026-08-18T22:17:33.906Z | Compiling sled v0.34.7 |
| 3080 | 2026-08-18T22:17:36.206Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3081 | 2026-08-18T22:17:37.276Z | Compiling typify-macro v0.4.3 |
| 3082 | 2026-08-18T22:17:39.005Z | Compiling arc-swap v1.9.2 |
| 3083 | 2026-08-18T22:17:39.371Z | Compiling slog-scope v4.4.1 |
| 3084 | 2026-08-18T22:17:40.293Z | Compiling ingot-macros v0.2.0 |
| 3085 | 2026-08-18T22:17:40.508Z | Compiling papergrid v0.18.0 |
| 3086 | 2026-08-18T22:17:40.733Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 3087 | 2026-08-18T22:17:41.182Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 3088 | 2026-08-18T22:17:41.447Z | Compiling internet-checksum v0.2.1 |
| 3089 | 2026-08-18T22:17:41.656Z | Compiling const-random-macro v0.1.16 |
| 3090 | 2026-08-18T22:17:42.084Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 3091 | 2026-08-18T22:17:42.186Z | Compiling tabled v0.21.0 |
| 3092 | 2026-08-18T22:17:43.085Z | Compiling ingot-types v0.2.0 |
| 3093 | 2026-08-18T22:17:43.562Z | Compiling slog-stdlog v4.1.1 |
| 3094 | 2026-08-18T22:17:43.944Z | Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types) |
| 3095 | 2026-08-18T22:17:44.073Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3096 | 2026-08-18T22:17:44.785Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3097 | 2026-08-18T22:17:45.379Z | Compiling ahash v0.8.12 |
| 3098 | 2026-08-18T22:17:45.657Z | Compiling smartstring v1.0.1 |
| 3099 | 2026-08-18T22:17:46.080Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899) |
| 3100 | 2026-08-18T22:17:46.260Z | Compiling slog-envlogger v2.2.0 |
| 3101 | 2026-08-18T22:17:47.362Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3102 | 2026-08-18T22:17:47.491Z | Compiling ingot v0.2.1 |
| 3103 | 2026-08-18T22:17:48.646Z | Compiling const-random v0.1.18 |
| 3104 | 2026-08-18T22:17:48.736Z | Compiling typify v0.4.3 |
| 3105 | 2026-08-18T22:17:49.691Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3106 | 2026-08-18T22:17:49.984Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 3107 | 2026-08-18T22:17:50.424Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3108 | 2026-08-18T22:17:50.722Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 3109 | 2026-08-18T22:17:50.990Z | Compiling crc8 v0.1.1 |
| 3110 | 2026-08-18T22:17:51.121Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899) |
| 3111 | 2026-08-18T22:17:52.048Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 3112 | 2026-08-18T22:17:54.428Z | Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 3113 | 2026-08-18T22:17:55.212Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 3114 | 2026-08-18T22:17:55.428Z | Compiling toml v0.9.12+spec-1.1.0 |
| 3115 | 2026-08-18T22:17:55.958Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 3116 | 2026-08-18T22:17:56.258Z | Compiling progenitor-impl v0.10.0 |
| 3117 | 2026-08-18T22:17:57.204Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 3118 | 2026-08-18T22:17:58.967Z | Compiling sha1 v0.10.7 |
| 3119 | 2026-08-18T22:17:58.982Z | Compiling thin-vec v0.2.19 |
| 3120 | 2026-08-18T22:17:58.982Z | Compiling lzma-sys v0.1.20 |
| 3121 | 2026-08-18T22:17:58.982Z | Compiling rhai_codegen v3.2.0 |
| 3122 | 2026-08-18T22:17:58.982Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 3123 | 2026-08-18T22:17:58.983Z | Compiling fs-err v3.3.1 |
| 3124 | 2026-08-18T22:17:58.983Z | Compiling typeid v1.0.3 |
| 3125 | 2026-08-18T22:17:58.983Z | Compiling utf-8 v0.7.6 |
| 3126 | 2026-08-18T22:17:59.183Z | Compiling tungstenite v0.21.0 |
| 3127 | 2026-08-18T22:17:59.586Z | Compiling rhai v1.25.1 |
| 3128 | 2026-08-18T22:18:00.162Z | Compiling progenitor-macro v0.10.0 |
| 3129 | 2026-08-18T22:18:01.334Z | Compiling cargo_toml v0.22.3 |
| 3130 | 2026-08-18T22:18:04.660Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3131 | 2026-08-18T22:18:06.301Z | Compiling sha2 v0.10.9 |
| 3132 | 2026-08-18T22:18:07.204Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3133 | 2026-08-18T22:18:07.633Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3134 | 2026-08-18T22:18:08.251Z | Compiling progenitor v0.10.0 |
| 3135 | 2026-08-18T22:18:08.417Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 3136 | 2026-08-18T22:18:09.589Z | Compiling tokio-tungstenite v0.21.0 |
| 3137 | 2026-08-18T22:18:09.942Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 3138 | 2026-08-18T22:18:10.104Z | Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 3139 | 2026-08-18T22:18:12.136Z | Compiling port-file v0.1.0 |
| 3140 | 2026-08-18T22:18:12.313Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 3141 | 2026-08-18T22:18:12.395Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 3142 | 2026-08-18T22:18:13.105Z | Compiling console v0.16.4 |
| 3143 | 2026-08-18T22:18:13.388Z | Compiling git-stub v1.0.0 |
| 3144 | 2026-08-18T22:18:13.761Z | Compiling unit-prefix v0.5.2 |
| 3145 | 2026-08-18T22:18:13.842Z | Compiling base64 v0.21.7 |
| 3146 | 2026-08-18T22:18:13.938Z | Compiling is_ci v1.2.0 |
| 3147 | 2026-08-18T22:18:14.005Z | Compiling indicatif v0.18.6 |
| 3148 | 2026-08-18T22:18:14.119Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3149 | 2026-08-18T22:18:14.353Z | Compiling supports-color v3.0.2 |
| 3150 | 2026-08-18T22:18:14.611Z | Compiling git-stub-vcs v0.1.0 |
| 3151 | 2026-08-18T22:18:15.327Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 3152 | 2026-08-18T22:18:16.653Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 3153 | 2026-08-18T22:18:16.797Z | Compiling ron v0.12.2 |
| 3154 | 2026-08-18T22:18:18.062Z | Compiling xz2 v0.1.7 |
| 3155 | 2026-08-18T22:18:18.134Z | Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 3156 | 2026-08-18T22:18:18.384Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
| 3157 | 2026-08-18T22:18:18.439Z | Compiling drift v0.2.0 |
| 3158 | 2026-08-18T22:18:20.548Z | Compiling base16ct v1.0.0 |
| 3159 | 2026-08-18T22:18:20.810Z | Compiling dropshot-api-manager v0.7.2 |
| 3160 | 2026-08-18T22:18:25.352Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
| 3161 | 2026-08-18T22:18:27.647Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 3162 | 2026-08-18T22:18:28.813Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
| 3163 | 2026-08-18T22:18:30.186Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 3164 | 2026-08-18T22:18:31.468Z | Compiling natord v1.0.9 |
| 3165 | 2026-08-18T22:18:31.763Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
| 3166 | 2026-08-18T22:18:31.859Z | Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util) |
| 3167 | 2026-08-18T22:18:33.881Z | Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask) |
| 3168 | 2026-08-18T22:18:35.113Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
| 3169 | 2026-08-18T22:18:35.497Z | Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
| 3170 | 2026-08-18T22:18:45.843Z | Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab) |
| 3171 | 2026-08-18T22:18:47.014Z | Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
| 3172 | 2026-08-18T22:18:47.801Z | Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis) |
| 3173 | 2026-08-18T22:18:49.922Z | Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
| 3174 | 2026-08-18T22:18:49.930Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
| 3175 | 2026-08-18T22:19:19.333Z | Finished `release` profile [optimized] target(s) in 4m 26s |
| 3176 | 2026-08-18T22:19:19.522Z | |
| 3177 | 2026-08-18T22:19:19.522Z | real 4:26.342096287 |
| 3178 | 2026-08-18T22:19:19.522Z | user 30:10.694879503 |
| 3179 | 2026-08-18T22:19:19.522Z | sys 2:47.286260295 |
| 3180 | 2026-08-18T22:19:19.522Z | trap 0.730970127 |
| 3181 | 2026-08-18T22:19:19.522Z | tflt 1.334947245 |
| 3182 | 2026-08-18T22:19:19.522Z | dflt 2.009668562 |
| 3183 | 2026-08-18T22:19:19.522Z | kflt 0.000122430 |
| 3184 | 2026-08-18T22:19:19.526Z | lock 2:03:38.362057621 |
| 3185 | 2026-08-18T22:19:19.526Z | slp 1:25:54.452424296 |
| 3186 | 2026-08-18T22:19:19.526Z | lat 2:21.409583198 |
| 3187 | 2026-08-18T22:19:19.526Z | stop 4:19.356707929 |
| 3188 | 2026-08-18T22:19:19.526Z | + for x in debug release |
| 3189 | 2026-08-18T22:19:19.526Z | + mkdir -p /work/debug |
| 3190 | 2026-08-18T22:19:19.526Z | + cp target/debug/ddmd /work/debug/ddmd |
| 3191 | 2026-08-18T22:19:20.111Z | + cp target/debug/ddmadm /work/debug/ddmadm |
| 3192 | 2026-08-18T22:19:20.627Z | + cp target/debug/mgd /work/debug/mgd |
| 3193 | 2026-08-18T22:19:21.366Z | + cp target/debug/mgadm /work/debug/mgadm |
| 3194 | 2026-08-18T22:19:21.852Z | + for x in debug release |
| 3195 | 2026-08-18T22:19:21.852Z | + mkdir -p /work/release |
| 3196 | 2026-08-18T22:19:21.855Z | + cp target/release/ddmd /work/release/ddmd |
| 3197 | 2026-08-18T22:19:21.957Z | + cp target/release/ddmadm /work/release/ddmadm |
| 3198 | 2026-08-18T22:19:22.044Z | + cp target/release/mgd /work/release/mgd |
| 3199 | 2026-08-18T22:19:22.186Z | + cp target/release/mgadm /work/release/mgadm |
| 3200 | 2026-08-18T22:19:22.295Z | + cp target/release/falcon-lab /work/release/falcon-lab |
| 3201 | 2026-08-18T22:19:22.366Z | process exited: duration 646723 ms, exit code 0 |
| |
| 3202 | 2026-08-18T22:19:22.383Z | found 9 output files |
| 3203 | 2026-08-18T22:19:22.383Z | uploading: /work/debug/ddmadm (599745496 bytes) |
| 3204 | 2026-08-18T22:19:31.416Z | uploaded: /work/debug/ddmadm |
| 3205 | 2026-08-18T22:19:31.416Z | uploading: /work/debug/ddmd (693313192 bytes) |
| 3206 | 2026-08-18T22:19:40.163Z | uploaded: /work/debug/ddmd |
| 3207 | 2026-08-18T22:19:40.163Z | uploading: /work/debug/mgadm (708669472 bytes) |
| 3208 | 2026-08-18T22:19:53.743Z | uploaded: /work/debug/mgadm |
| 3209 | 2026-08-18T22:19:55.783Z | uploading: /work/debug/mgd (813309728 bytes) |
| 3210 | 2026-08-18T22:20:07.819Z | uploaded: /work/debug/mgd |
| 3211 | 2026-08-18T22:20:07.819Z | uploading: /work/release/ddmadm (52382688 bytes) |
| 3212 | 2026-08-18T22:20:09.653Z | uploaded: /work/release/ddmadm |
| 3213 | 2026-08-18T22:20:09.664Z | uploading: /work/release/ddmd (63067824 bytes) |
| 3214 | 2026-08-18T22:20:11.284Z | uploaded: /work/release/ddmd |
| 3215 | 2026-08-18T22:20:11.284Z | uploading: /work/release/falcon-lab (43205216 bytes) |
| 3216 | 2026-08-18T22:20:12.648Z | uploaded: /work/release/falcon-lab |
| 3217 | 2026-08-18T22:20:12.648Z | uploading: /work/release/mgadm (67634776 bytes) |
| 3218 | 2026-08-18T22:20:14.191Z | uploaded: /work/release/mgadm |
| 3219 | 2026-08-18T22:20:14.192Z | uploading: /work/release/mgd (85923320 bytes) |
| 3220 | 2026-08-18T22:20:15.941Z | uploaded: /work/release/mgd |