|
|
|
| 1 | 2026-08-31T09:24:49.494Z | job assigned to worker 01M1BJ46V2WJZECKB2TZZ0S7GZ [factory aws, i-0d4353e05f9834fb0] (queued for 48 s) |
| |
| 2 | 2026-08-31T09:24:55.769Z | starting task 0: "setup" |
| 3 | 2026-08-31T09:24:55.773Z | ++ uname -s |
| 4 | 2026-08-31T09:24:55.776Z | + kern=SunOS |
| 5 | 2026-08-31T09:24:55.776Z | + build_user=build |
| 6 | 2026-08-31T09:24:55.776Z | + build_uid=12345 |
| 7 | 2026-08-31T09:24:55.776Z | + work_dir=/work |
| 8 | 2026-08-31T09:24:55.776Z | + input_dir=/input |
| 9 | 2026-08-31T09:24:55.776Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-31T09:24:55.776Z | + case "$kern" in |
| 11 | 2026-08-31T09:24:55.776Z | + groupadd -g 12345 build |
| 12 | 2026-08-31T09:24:55.779Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-31T09:24:57.783Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-31T09:24:57.891Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-31T09:24:57.895Z | + home_fs=zfs |
| 16 | 2026-08-31T09:24:57.895Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-31T09:24:57.895Z | + mkdir -p /home/build |
| 18 | 2026-08-31T09:24:57.895Z | + chown build:build /home/build /work |
| 19 | 2026-08-31T09:24:59.895Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-31T09:24:59.899Z | process exited: duration 4131 ms, exit code 0 |
| |
| 21 | 2026-08-31T09:24:59.905Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-31T09:24:59.909Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-08-31T09:24:59.909Z | * rust toolchain channel = "stable" |
| 24 | 2026-08-31T09:24:59.909Z | * rust toolchain profile = "default" |
| 25 | 2026-08-31T09:24:59.909Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-31T09:24:59.910Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-31T09:24:59.910Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-31T09:24:59.912Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-31T09:24:59.913Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-08-31T09:24:59.992Z | info: downloading installer |
| 31 | 2026-08-31T09:25:01.076Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-31T09:25:01.077Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-31T09:25:01.077Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-31T09:25:01.077Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-31T09:25:01.089Z | info: profile set to default |
| 36 | 2026-08-31T09:25:01.089Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-31T09:25:01.092Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 38 | 2026-08-31T09:25:01.230Z | info: latest update on 2026-08-20 for version 1.98.0 (88d9e12ae 2026-08-18) |
| 39 | 2026-08-31T09:25:01.234Z | info: downloading 6 components |
| 40 | 2026-08-31T09:25:17.147Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 41 | 2026-08-31T09:25:17.147Z | |
| 42 | 2026-08-31T09:25:17.174Z | stable-x86_64-unknown-illumos installed - rustc 1.98.0 (88d9e12ae 2026-08-18) |
| 43 | 2026-08-31T09:25:17.174Z | |
| 44 | 2026-08-31T09:25:17.174Z | |
| 45 | 2026-08-31T09:25:17.174Z | Rust is installed now. Great! |
| 46 | 2026-08-31T09:25:17.174Z | |
| 47 | 2026-08-31T09:25:17.178Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-31T09:25:17.178Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-31T09:25:17.178Z | |
| 50 | 2026-08-31T09:25:17.178Z | To configure your current shell, you need to source |
| 51 | 2026-08-31T09:25:17.178Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-31T09:25:17.178Z | |
| 53 | 2026-08-31T09:25:17.178Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-31T09:25:17.178Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-31T09:25:17.178Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-31T09:25:17.178Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-31T09:25:17.178Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-31T09:25:17.178Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-31T09:25:17.178Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-31T09:25:17.178Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-31T09:25:17.178Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-31T09:25:17.262Z | + rustup --version |
| 63 | 2026-08-31T09:25:17.272Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-31T09:25:17.276Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-31T09:25:17.295Z | info: the currently active `rustc` version is `rustc 1.98.0 (88d9e12ae 2026-08-18)` |
| 66 | 2026-08-31T09:25:17.299Z | + cargo --version |
| 67 | 2026-08-31T09:25:17.309Z | cargo 1.98.0 (797e8a9bc 2026-08-05) |
| 68 | 2026-08-31T09:25:17.313Z | + rustc --version |
| 69 | 2026-08-31T09:25:17.330Z | rustc 1.98.0 (88d9e12ae 2026-08-18) |
| 70 | 2026-08-31T09:25:17.333Z | process exited: duration 17427 ms, exit code 0 |
| |
| 71 | 2026-08-31T09:25:17.341Z | starting task 2: "authentication" |
| 72 | 2026-08-31T09:25:17.357Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-31T09:25:17.364Z | starting task 3: "clone repository" |
| 74 | 2026-08-31T09:25:17.368Z | + mkdir -p /work/oxidecomputer/maghemite |
| 75 | 2026-08-31T09:25:17.371Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
| 76 | 2026-08-31T09:25:17.400Z | Cloning into '/work/oxidecomputer/maghemite'... |
| 77 | 2026-08-31T09:25:18.873Z | + cd /work/oxidecomputer/maghemite |
| 78 | 2026-08-31T09:25:18.874Z | + git fetch origin 36e43651d452b07302d464b0997da22b0af75ea7 |
| 79 | 2026-08-31T09:25:19.154Z | From https://github.com/oxidecomputer/maghemite |
| 80 | 2026-08-31T09:25:19.154Z | * branch 36e43651d452b07302d464b0997da22b0af75ea7 -> FETCH_HEAD |
| 81 | 2026-08-31T09:25:19.160Z | + [[ -n zl/ddm-mcast ]] |
| 82 | 2026-08-31T09:25:19.164Z | ++ git branch --show-current |
| 83 | 2026-08-31T09:25:19.164Z | + current=main |
| 84 | 2026-08-31T09:25:19.164Z | + [[ main != zl/ddm-mcast ]] |
| 85 | 2026-08-31T09:25:19.164Z | + git branch -f zl/ddm-mcast 36e43651d452b07302d464b0997da22b0af75ea7 |
| 86 | 2026-08-31T09:25:19.167Z | + git checkout -f zl/ddm-mcast |
| 87 | 2026-08-31T09:25:19.187Z | Switched to branch 'zl/ddm-mcast' |
| 88 | 2026-08-31T09:25:19.190Z | + git reset --hard 36e43651d452b07302d464b0997da22b0af75ea7 |
| 89 | 2026-08-31T09:25:19.200Z | HEAD is now at 36e4365 [merge] merge zl/mrib |
| 90 | 2026-08-31T09:25:19.203Z | process exited: duration 1837 ms, exit code 0 |
| |
| 91 | 2026-08-31T09:25:19.212Z | starting task 4: "build" |
| 92 | 2026-08-31T09:25:19.216Z | + source .github/buildomat/common.sh |
| 93 | 2026-08-31T09:25:19.219Z | ++ export PKG_SUCCESS_ON_NOP=1 |
| 94 | 2026-08-31T09:25:19.220Z | ++ PKG_SUCCESS_ON_NOP=1 |
| 95 | 2026-08-31T09:25:19.220Z | ++ cargo --version |
| 96 | 2026-08-31T09:25:19.223Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 97 | 2026-08-31T09:25:19.360Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 98 | 2026-08-31T09:25:19.364Z | info: downloading 6 components |
| 99 | 2026-08-31T09:25:32.805Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-08-31T09:25:32.808Z | ++ rustc --version |
| 101 | 2026-08-31T09:25:32.835Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-31T09:25:32.840Z | + pfexec pkg install clang-15 |
| 103 | 2026-08-31T09:25:35.679Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-08-31T09:25:36.084Z | Startup: Caching catalogs ... Done |
| 105 | 2026-08-31T09:25:38.390Z | Planning: Solver setup ... Done |
| 106 | 2026-08-31T09:25:38.454Z | Planning: Running solver ... Done |
| 107 | 2026-08-31T09:25:38.503Z | Planning: Consolidating action changes ... Done |
| 108 | 2026-08-31T09:25:38.503Z | Planning: Evaluating mediators ... Done |
| 109 | 2026-08-31T09:25:38.507Z | Planning: Planning completed in 2.38 seconds |
| 110 | 2026-08-31T09:25:38.519Z | No updates necessary for this image. |
| 111 | 2026-08-31T09:25:38.756Z | + banner check |
| 112 | 2026-08-31T09:25:38.761Z | |
| 113 | 2026-08-31T09:25:38.761Z | #### # # ###### #### # # |
| 114 | 2026-08-31T09:25:38.761Z | # # # # # # # # # |
| 115 | 2026-08-31T09:25:38.761Z | # ###### ##### # #### |
| 116 | 2026-08-31T09:25:38.761Z | # # # # # # # |
| 117 | 2026-08-31T09:25:38.761Z | # # # # # # # # # |
| 118 | 2026-08-31T09:25:38.761Z | #### # # ###### #### # # |
| 119 | 2026-08-31T09:25:38.761Z | |
| 120 | 2026-08-31T09:25:38.764Z | + cargo fmt -- --check |
| 121 | 2026-08-31T09:25:39.227Z | + cargo clippy --all-targets -- --deny warnings |
| 122 | 2026-08-31T09:25:39.346Z | Updating crates.io index |
| 123 | 2026-08-31T09:25:39.349Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 124 | 2026-08-31T09:25:45.902Z | From https://github.com/oxidecomputer/omicron |
| 125 | 2026-08-31T09:25:45.904Z | * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b |
| 126 | 2026-08-31T09:25:46.327Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 127 | 2026-08-31T09:25:47.784Z | From https://github.com/oxidecomputer/falcon |
| 128 | 2026-08-31T09:25:47.784Z | * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483 |
| 129 | 2026-08-31T09:25:47.859Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 130 | 2026-08-31T09:25:48.988Z | From https://github.com/oxidecomputer/dendrite |
| 131 | 2026-08-31T09:25:48.988Z | * [new ref] 3d49b1314dc111323052ffe4b5b7ec442d9d0f3d -> refs/commit/3d49b1314dc111323052ffe4b5b7ec442d9d0f3d |
| 132 | 2026-08-31T09:25:49.023Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 133 | 2026-08-31T09:25:49.309Z | From https://github.com/oxidecomputer/ispf |
| 134 | 2026-08-31T09:25:49.309Z | * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a |
| 135 | 2026-08-31T09:25:49.312Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 136 | 2026-08-31T09:25:49.720Z | From https://github.com/oxidecomputer/netadm-sys |
| 137 | 2026-08-31T09:25:49.720Z | * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2 |
| 138 | 2026-08-31T09:25:49.734Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 139 | 2026-08-31T09:25:50.490Z | From https://github.com/oxidecomputer/opte |
| 140 | 2026-08-31T09:25:50.490Z | * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91 |
| 141 | 2026-08-31T09:25:50.520Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 142 | 2026-08-31T09:25:50.831Z | From https://github.com/oxidecomputer/slog-error-chain |
| 143 | 2026-08-31T09:25:50.831Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 144 | 2026-08-31T09:25:50.840Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 145 | 2026-08-31T09:25:51.176Z | From https://github.com/illumos/smf-rs |
| 146 | 2026-08-31T09:25:51.176Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
| 147 | 2026-08-31T09:25:51.184Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 148 | 2026-08-31T09:25:51.532Z | From https://github.com/oxidecomputer/poptrie |
| 149 | 2026-08-31T09:25:51.532Z | * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34 |
| 150 | 2026-08-31T09:25:51.541Z | Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 151 | 2026-08-31T09:25:52.024Z | From https://github.com/oxidecomputer/network-interface |
| 152 | 2026-08-31T09:25:52.024Z | * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 153 | 2026-08-31T09:25:52.034Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 154 | 2026-08-31T09:25:52.342Z | From https://github.com/oxidecomputer/zone |
| 155 | 2026-08-31T09:25:52.342Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
| 156 | 2026-08-31T09:25:52.347Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 157 | 2026-08-31T09:25:53.012Z | From https://github.com/oxidecomputer/lldp |
| 158 | 2026-08-31T09:25:53.012Z | * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154 |
| 159 | 2026-08-31T09:25:53.022Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 160 | 2026-08-31T09:25:53.366Z | From https://github.com/oxidecomputer/tufaceous |
| 161 | 2026-08-31T09:25:53.366Z | * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab |
| 162 | 2026-08-31T09:25:53.375Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 163 | 2026-08-31T09:25:54.287Z | From https://github.com/oxidecomputer/propolis |
| 164 | 2026-08-31T09:25:54.287Z | * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f |
| 165 | 2026-08-31T09:25:54.301Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 166 | 2026-08-31T09:25:54.822Z | From https://github.com/oxidecomputer/transceiver-control |
| 167 | 2026-08-31T09:25:54.822Z | * [new ref] 1f94d981731f20f553e957752c5027d15be0f49d -> refs/commit/1f94d981731f20f553e957752c5027d15be0f49d |
| 168 | 2026-08-31T09:25:54.832Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 169 | 2026-08-31T09:25:55.351Z | From https://github.com/oxidecomputer/dlpi-sys |
| 170 | 2026-08-31T09:25:55.351Z | * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1 |
| 171 | 2026-08-31T09:25:55.357Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 172 | 2026-08-31T09:25:56.007Z | From https://github.com/jmesmon/rust-libzfs |
| 173 | 2026-08-31T09:25:56.007Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 174 | 2026-08-31T09:25:56.013Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 175 | 2026-08-31T09:25:56.380Z | From https://github.com/oxidecomputer/rusty-doors |
| 176 | 2026-08-31T09:25:56.380Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 177 | 2026-08-31T09:25:56.387Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 178 | 2026-08-31T09:25:57.052Z | From https://github.com/oxidecomputer/management-gateway-service |
| 179 | 2026-08-31T09:25:57.052Z | * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862 |
| 180 | 2026-08-31T09:25:57.061Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 181 | 2026-08-31T09:25:57.370Z | From https://github.com/oxidecomputer/serde_human_bytes |
| 182 | 2026-08-31T09:25:57.370Z | * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322 |
| 183 | 2026-08-31T09:25:57.380Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 184 | 2026-08-31T09:25:59.003Z | From https://github.com/oxidecomputer/crucible |
| 185 | 2026-08-31T09:25:59.004Z | * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb |
| 186 | 2026-08-31T09:25:59.041Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 187 | 2026-08-31T09:25:59.562Z | From https://github.com/oxidecomputer/propolis |
| 188 | 2026-08-31T09:25:59.562Z | * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676 |
| 189 | 2026-08-31T09:25:59.605Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 190 | 2026-08-31T09:26:00.520Z | From https://github.com/oxidecomputer/crucible |
| 191 | 2026-08-31T09:26:00.520Z | * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 |
| 192 | 2026-08-31T09:26:00.584Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 193 | 2026-08-31T09:26:01.000Z | From https://github.com/oxidecomputer/tofino |
| 194 | 2026-08-31T09:26:01.000Z | * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc |
| 195 | 2026-08-31T09:26:01.011Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 196 | 2026-08-31T09:26:02.104Z | From https://github.com/oxidecomputer/maghemite |
| 197 | 2026-08-31T09:26:02.104Z | * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513 |
| 198 | 2026-08-31T09:26:02.136Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 199 | 2026-08-31T09:26:02.493Z | From https://github.com/oxidecomputer/clickward |
| 200 | 2026-08-31T09:26:02.493Z | * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 |
| 201 | 2026-08-31T09:26:02.499Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 202 | 2026-08-31T09:26:02.820Z | From https://github.com/oxidecomputer/illumos-devinfo |
| 203 | 2026-08-31T09:26:02.820Z | * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640 |
| 204 | 2026-08-31T09:26:04.999Z | Downloading crates ... |
| 205 | 2026-08-31T09:26:05.047Z | Downloaded autocfg v1.5.1 |
| 206 | 2026-08-31T09:26:05.055Z | Downloaded arc-swap v1.9.2 |
| 207 | 2026-08-31T09:26:05.065Z | Downloaded base16ct v0.2.0 |
| 208 | 2026-08-31T09:26:05.065Z | Downloaded atomic-waker v1.1.2 |
| 209 | 2026-08-31T09:26:05.065Z | Downloaded bitflags v2.13.1 |
| 210 | 2026-08-31T09:26:05.079Z | Downloaded bs58 v0.5.1 |
| 211 | 2026-08-31T09:26:05.079Z | Downloaded atomicwrites v0.4.4 |
| 212 | 2026-08-31T09:26:05.079Z | Downloaded bit-set v0.8.0 |
| 213 | 2026-08-31T09:26:05.079Z | Downloaded darling_core v0.21.3 |
| 214 | 2026-08-31T09:26:05.092Z | Downloaded block-buffer v0.12.1 |
| 215 | 2026-08-31T09:26:05.093Z | Downloaded indexmap v2.14.0 |
| 216 | 2026-08-31T09:26:05.093Z | Downloaded async-stream v0.3.6 |
| 217 | 2026-08-31T09:26:05.093Z | Downloaded is-terminal v0.4.17 |
| 218 | 2026-08-31T09:26:05.095Z | Downloaded is_terminal_polyfill v1.70.2 |
| 219 | 2026-08-31T09:26:05.095Z | Downloaded jiff-static v0.2.35 |
| 220 | 2026-08-31T09:26:05.095Z | Downloaded base16ct v1.0.0 |
| 221 | 2026-08-31T09:26:05.109Z | Downloaded anstyle-query v1.1.5 |
| 222 | 2026-08-31T09:26:05.109Z | Downloaded async-stream-impl v0.3.6 |
| 223 | 2026-08-31T09:26:05.109Z | Downloaded argon2 v0.5.3 |
| 224 | 2026-08-31T09:26:05.109Z | Downloaded async-trait v0.1.92 |
| 225 | 2026-08-31T09:26:05.109Z | Downloaded internet-checksum v0.2.1 |
| 226 | 2026-08-31T09:26:05.109Z | Downloaded colorchoice v1.0.5 |
| 227 | 2026-08-31T09:26:05.109Z | Downloaded crypto-common v0.2.2 |
| 228 | 2026-08-31T09:26:05.110Z | Downloaded adler2 v2.0.1 |
| 229 | 2026-08-31T09:26:05.110Z | Downloaded convert_case v0.4.0 |
| 230 | 2026-08-31T09:26:05.110Z | Downloaded indexmap v1.9.3 |
| 231 | 2026-08-31T09:26:05.110Z | Downloaded async-recursion v1.1.1 |
| 232 | 2026-08-31T09:26:05.110Z | Downloaded aead v0.5.2 |
| 233 | 2026-08-31T09:26:05.110Z | Downloaded inout v0.1.4 |
| 234 | 2026-08-31T09:26:05.110Z | Downloaded cpufeatures v0.3.0 |
| 235 | 2026-08-31T09:26:05.110Z | Downloaded indent_write v2.2.0 |
| 236 | 2026-08-31T09:26:05.110Z | Downloaded instant v0.1.13 |
| 237 | 2026-08-31T09:26:05.110Z | Downloaded opaque-debug v0.3.1 |
| 238 | 2026-08-31T09:26:05.110Z | Downloaded cobs v0.3.0 |
| 239 | 2026-08-31T09:26:05.116Z | Downloaded idna_adapter v1.2.2 |
| 240 | 2026-08-31T09:26:05.116Z | Downloaded konst_macro_rules v0.2.19 |
| 241 | 2026-08-31T09:26:05.116Z | Downloaded lazy_static v1.5.0 |
| 242 | 2026-08-31T09:26:05.116Z | Downloaded block-buffer v0.10.4 |
| 243 | 2026-08-31T09:26:05.116Z | Downloaded cfg_aliases v0.2.2 |
| 244 | 2026-08-31T09:26:05.116Z | Downloaded cstr-argument v0.1.2 |
| 245 | 2026-08-31T09:26:05.116Z | Downloaded ciborium-io v0.2.2 |
| 246 | 2026-08-31T09:26:05.116Z | Downloaded hyper-rustls v0.27.9 |
| 247 | 2026-08-31T09:26:05.116Z | Downloaded itertools v0.12.1 |
| 248 | 2026-08-31T09:26:05.116Z | Downloaded const-random v0.1.18 |
| 249 | 2026-08-31T09:26:05.129Z | Downloaded const-random-macro v0.1.16 |
| 250 | 2026-08-31T09:26:05.130Z | Downloaded crc8 v0.1.1 |
| 251 | 2026-08-31T09:26:05.130Z | Downloaded crunchy v0.2.4 |
| 252 | 2026-08-31T09:26:05.130Z | Downloaded ingot v0.1.1 |
| 253 | 2026-08-31T09:26:05.130Z | Downloaded ingot-types v0.1.2 |
| 254 | 2026-08-31T09:26:05.130Z | Downloaded is_ci v1.2.0 |
| 255 | 2026-08-31T09:26:05.130Z | Downloaded newline-converter v0.3.0 |
| 256 | 2026-08-31T09:26:05.130Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 257 | 2026-08-31T09:26:05.130Z | Downloaded natord v1.0.9 |
| 258 | 2026-08-31T09:26:05.130Z | Downloaded bit-vec v0.8.0 |
| 259 | 2026-08-31T09:26:05.139Z | Downloaded base64ct v1.8.3 |
| 260 | 2026-08-31T09:26:05.139Z | Downloaded byte-wrapper v0.1.0 |
| 261 | 2026-08-31T09:26:05.139Z | Downloaded bitflags v1.3.2 |
| 262 | 2026-08-31T09:26:05.139Z | Downloaded byteorder v1.5.0 |
| 263 | 2026-08-31T09:26:05.139Z | Downloaded anstream v1.0.0 |
| 264 | 2026-08-31T09:26:05.139Z | Downloaded bytecount v0.6.9 |
| 265 | 2026-08-31T09:26:05.139Z | Downloaded hybrid-array v0.4.14 |
| 266 | 2026-08-31T09:26:05.139Z | Downloaded lru-slab v0.1.2 |
| 267 | 2026-08-31T09:26:05.140Z | Downloaded itoa v1.0.18 |
| 268 | 2026-08-31T09:26:05.140Z | Downloaded backoff v0.4.0 |
| 269 | 2026-08-31T09:26:05.140Z | Downloaded macaddr v1.0.1 |
| 270 | 2026-08-31T09:26:05.140Z | Downloaded num v0.4.3 |
| 271 | 2026-08-31T09:26:05.140Z | Downloaded keccak v0.1.6 |
| 272 | 2026-08-31T09:26:05.140Z | Downloaded lru-cache v0.1.2 |
| 273 | 2026-08-31T09:26:05.150Z | Downloaded num_enum_derive v0.5.11 |
| 274 | 2026-08-31T09:26:05.150Z | Downloaded linked-hash-map v0.5.6 |
| 275 | 2026-08-31T09:26:05.150Z | Downloaded clap_lex v1.1.0 |
| 276 | 2026-08-31T09:26:05.150Z | Downloaded crypto-common v0.1.7 |
| 277 | 2026-08-31T09:26:05.150Z | Downloaded ident_case v1.0.1 |
| 278 | 2026-08-31T09:26:05.150Z | Downloaded managed v0.8.0 |
| 279 | 2026-08-31T09:26:05.156Z | Downloaded no-std-compat v0.4.1 |
| 280 | 2026-08-31T09:26:05.156Z | Downloaded num-derive v0.4.2 |
| 281 | 2026-08-31T09:26:05.156Z | Downloaded num-conv v0.2.2 |
| 282 | 2026-08-31T09:26:05.156Z | Downloaded memmap v0.7.0 |
| 283 | 2026-08-31T09:26:05.156Z | Downloaded omicron-workspace-hack v0.1.0 |
| 284 | 2026-08-31T09:26:05.156Z | Downloaded cfg-if v1.0.4 |
| 285 | 2026-08-31T09:26:05.157Z | Downloaded camino-tempfile v1.4.1 |
| 286 | 2026-08-31T09:26:05.157Z | Downloaded memoffset v0.9.1 |
| 287 | 2026-08-31T09:26:05.157Z | Downloaded mime v0.3.17 |
| 288 | 2026-08-31T09:26:05.157Z | Downloaded num_threads v0.1.7 |
| 289 | 2026-08-31T09:26:05.164Z | Downloaded ingot v0.2.1 |
| 290 | 2026-08-31T09:26:05.164Z | Downloaded crucible-workspace-hack v0.1.0 |
| 291 | 2026-08-31T09:26:05.164Z | Downloaded libscf-sys v1.2.0 |
| 292 | 2026-08-31T09:26:05.164Z | Downloaded num-iter v0.1.46 |
| 293 | 2026-08-31T09:26:05.164Z | Downloaded olpc-cjson v0.1.4 |
| 294 | 2026-08-31T09:26:05.164Z | Downloaded httpdate v1.0.3 |
| 295 | 2026-08-31T09:26:05.164Z | Downloaded cpufeatures v0.2.17 |
| 296 | 2026-08-31T09:26:05.176Z | Downloaded newtype-uuid-macros v0.1.1 |
| 297 | 2026-08-31T09:26:05.176Z | Downloaded anstyle-parse v1.0.0 |
| 298 | 2026-08-31T09:26:05.176Z | Downloaded ciborium-ll v0.2.2 |
| 299 | 2026-08-31T09:26:05.183Z | Downloaded const_format_proc_macros v0.2.34 |
| 300 | 2026-08-31T09:26:05.185Z | Downloaded newtype_derive v0.1.6 |
| 301 | 2026-08-31T09:26:05.185Z | Downloaded serde_spanned v1.1.1 |
| 302 | 2026-08-31T09:26:05.185Z | Downloaded iana-time-zone v0.1.65 |
| 303 | 2026-08-31T09:26:05.185Z | Downloaded ingot-macros v0.1.1 |
| 304 | 2026-08-31T09:26:05.185Z | Downloaded match_cfg v0.1.0 |
| 305 | 2026-08-31T09:26:05.185Z | Downloaded bcs v0.1.6 |
| 306 | 2026-08-31T09:26:05.185Z | Downloaded chacha20 v0.9.1 |
| 307 | 2026-08-31T09:26:05.185Z | Downloaded anstyle v1.0.14 |
| 308 | 2026-08-31T09:26:05.185Z | Downloaded daft-derive v0.1.8 |
| 309 | 2026-08-31T09:26:05.185Z | Downloaded serial_test_derive v4.0.1 |
| 310 | 2026-08-31T09:26:05.191Z | Downloaded slog-bunyan v2.5.0 |
| 311 | 2026-08-31T09:26:05.191Z | Downloaded scroll_derive v0.12.1 |
| 312 | 2026-08-31T09:26:05.191Z | Downloaded ingot-macros v0.2.0 |
| 313 | 2026-08-31T09:26:05.191Z | Downloaded serde_urlencoded v0.7.1 |
| 314 | 2026-08-31T09:26:05.191Z | Downloaded num_enum v0.7.6 |
| 315 | 2026-08-31T09:26:05.191Z | Downloaded strum v0.27.2 |
| 316 | 2026-08-31T09:26:05.191Z | Downloaded termtree v0.5.1 |
| 317 | 2026-08-31T09:26:05.191Z | Downloaded thread-id v4.2.2 |
| 318 | 2026-08-31T09:26:05.192Z | Downloaded stable_deref_trait v1.2.1 |
| 319 | 2026-08-31T09:26:05.197Z | Downloaded tower-service v0.3.3 |
| 320 | 2026-08-31T09:26:05.197Z | Downloaded subtle v2.6.1 |
| 321 | 2026-08-31T09:26:05.197Z | Downloaded jobserver v0.1.35 |
| 322 | 2026-08-31T09:26:05.198Z | Downloaded linear-map v1.2.0 |
| 323 | 2026-08-31T09:26:05.198Z | Downloaded ipnetwork v0.21.1 |
| 324 | 2026-08-31T09:26:05.209Z | Downloaded crossbeam-deque v0.8.7 |
| 325 | 2026-08-31T09:26:05.209Z | Downloaded camino v1.2.5 |
| 326 | 2026-08-31T09:26:05.213Z | Downloaded clap_derive v4.6.4 |
| 327 | 2026-08-31T09:26:05.213Z | Downloaded want v0.3.1 |
| 328 | 2026-08-31T09:26:05.213Z | Downloaded blake2 v0.10.6 |
| 329 | 2026-08-31T09:26:05.213Z | Downloaded ingot-types v0.2.0 |
| 330 | 2026-08-31T09:26:05.213Z | Downloaded num-rational v0.4.2 |
| 331 | 2026-08-31T09:26:05.213Z | Downloaded compression-core v0.4.32 |
| 332 | 2026-08-31T09:26:05.221Z | Downloaded critical-section v1.2.0 |
| 333 | 2026-08-31T09:26:05.221Z | Downloaded libsw v3.5.0 |
| 334 | 2026-08-31T09:26:05.221Z | Downloaded multer v3.1.0 |
| 335 | 2026-08-31T09:26:05.221Z | Downloaded cmake v0.1.58 |
| 336 | 2026-08-31T09:26:05.225Z | Downloaded libsw-core v0.3.2 |
| 337 | 2026-08-31T09:26:05.225Z | Downloaded num-integer v0.1.47 |
| 338 | 2026-08-31T09:26:05.225Z | Downloaded num_enum v0.5.11 |
| 339 | 2026-08-31T09:26:05.225Z | Downloaded num_enum_derive v0.7.6 |
| 340 | 2026-08-31T09:26:05.225Z | Downloaded try-lock v0.2.5 |
| 341 | 2026-08-31T09:26:05.225Z | Downloaded typeid v1.0.3 |
| 342 | 2026-08-31T09:26:05.225Z | Downloaded unarray v0.1.4 |
| 343 | 2026-08-31T09:26:05.225Z | Downloaded dyn-clone v1.0.20 |
| 344 | 2026-08-31T09:26:05.247Z | Downloaded untrusted v0.9.0 |
| 345 | 2026-08-31T09:26:05.247Z | Downloaded num-complex v0.4.6 |
| 346 | 2026-08-31T09:26:05.247Z | Downloaded utf8parse v0.2.2 |
| 347 | 2026-08-31T09:26:05.247Z | Downloaded simd-adler32 v0.3.10 |
| 348 | 2026-08-31T09:26:05.247Z | Downloaded foreign-types v0.3.2 |
| 349 | 2026-08-31T09:26:05.247Z | Downloaded foreign-types v0.5.0 |
| 350 | 2026-08-31T09:26:05.247Z | Downloaded futures-io v0.3.34 |
| 351 | 2026-08-31T09:26:05.271Z | Downloaded konst v0.2.20 |
| 352 | 2026-08-31T09:26:05.271Z | Downloaded cipher v0.4.4 |
| 353 | 2026-08-31T09:26:05.271Z | Downloaded daft v0.1.8 |
| 354 | 2026-08-31T09:26:05.271Z | Downloaded indicatif v0.18.6 |
| 355 | 2026-08-31T09:26:05.271Z | Downloaded tiny-keccak v2.0.2 |
| 356 | 2026-08-31T09:26:05.271Z | Downloaded scroll v0.13.0 |
| 357 | 2026-08-31T09:26:05.271Z | Downloaded usdt v0.5.0 |
| 358 | 2026-08-31T09:26:05.271Z | Downloaded git-stub v1.0.0 |
| 359 | 2026-08-31T09:26:05.271Z | Downloaded phf_shared v0.12.1 |
| 360 | 2026-08-31T09:26:05.271Z | Downloaded darling_macro v0.21.3 |
| 361 | 2026-08-31T09:26:05.272Z | Downloaded defmt-parser v1.0.0 |
| 362 | 2026-08-31T09:26:05.272Z | Downloaded embedded-io v0.6.1 |
| 363 | 2026-08-31T09:26:05.272Z | Downloaded proc-macro-crate v1.3.1 |
| 364 | 2026-08-31T09:26:05.272Z | Downloaded cargo_toml v0.22.3 |
| 365 | 2026-08-31T09:26:05.272Z | Downloaded compression-codecs v0.4.38 |
| 366 | 2026-08-31T09:26:05.272Z | Downloaded ahash v0.8.12 |
| 367 | 2026-08-31T09:26:05.286Z | Downloaded backon v1.6.0 |
| 368 | 2026-08-31T09:26:05.286Z | Downloaded ipnet v2.12.1 |
| 369 | 2026-08-31T09:26:05.287Z | Downloaded serde_path_to_error v0.1.20 |
| 370 | 2026-08-31T09:26:05.287Z | Downloaded lock_api v0.4.14 |
| 371 | 2026-08-31T09:26:05.287Z | Downloaded memmap2 v0.9.11 |
| 372 | 2026-08-31T09:26:05.287Z | Downloaded slog-scope v4.4.1 |
| 373 | 2026-08-31T09:26:05.287Z | Downloaded smartstring v1.0.1 |
| 374 | 2026-08-31T09:26:05.287Z | Downloaded smawk v0.3.3 |
| 375 | 2026-08-31T09:26:05.287Z | Downloaded vsss-rs v3.3.4 |
| 376 | 2026-08-31T09:26:05.287Z | Downloaded walkdir v2.5.0 |
| 377 | 2026-08-31T09:26:05.287Z | Downloaded gethostname v0.5.0 |
| 378 | 2026-08-31T09:26:05.287Z | Downloaded http-body v1.1.0 |
| 379 | 2026-08-31T09:26:05.287Z | Downloaded hubpack v0.1.2 |
| 380 | 2026-08-31T09:26:05.287Z | Downloaded percent-encoding v2.3.2 |
| 381 | 2026-08-31T09:26:05.287Z | Downloaded progenitor-macro v0.13.0 |
| 382 | 2026-08-31T09:26:05.287Z | Downloaded powerfmt v0.2.0 |
| 383 | 2026-08-31T09:26:05.288Z | Downloaded anyhow v1.0.104 |
| 384 | 2026-08-31T09:26:05.288Z | Downloaded rustc_version v0.1.7 |
| 385 | 2026-08-31T09:26:05.288Z | Downloaded once_cell v1.21.4 |
| 386 | 2026-08-31T09:26:05.288Z | Downloaded thiserror-impl v2.0.20 |
| 387 | 2026-08-31T09:26:05.288Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 388 | 2026-08-31T09:26:05.288Z | Downloaded cancel-safe-futures v0.1.5 |
| 389 | 2026-08-31T09:26:05.288Z | Downloaded crossbeam-epoch v0.9.20 |
| 390 | 2026-08-31T09:26:05.288Z | Downloaded csv-core v0.1.13 |
| 391 | 2026-08-31T09:26:05.288Z | Downloaded newtype-uuid v1.4.0 |
| 392 | 2026-08-31T09:26:05.299Z | Downloaded const-oid v0.10.2 |
| 393 | 2026-08-31T09:26:05.299Z | Downloaded litemap v0.8.2 |
| 394 | 2026-08-31T09:26:05.299Z | Downloaded rustc_version v0.4.1 |
| 395 | 2026-08-31T09:26:05.299Z | Downloaded chacha20 v0.10.1 |
| 396 | 2026-08-31T09:26:05.300Z | Downloaded crc32fast v1.5.0 |
| 397 | 2026-08-31T09:26:05.300Z | Downloaded ff v0.13.1 |
| 398 | 2026-08-31T09:26:05.300Z | Downloaded foldhash v0.2.0 |
| 399 | 2026-08-31T09:26:05.300Z | Downloaded ref-cast v1.0.26 |
| 400 | 2026-08-31T09:26:05.300Z | Downloaded heck v0.5.0 |
| 401 | 2026-08-31T09:26:05.300Z | Downloaded sigpipe v0.1.3 |
| 402 | 2026-08-31T09:26:05.308Z | Downloaded slog-envlogger v2.2.0 |
| 403 | 2026-08-31T09:26:05.308Z | Downloaded testing_table v0.3.0 |
| 404 | 2026-08-31T09:26:05.308Z | Downloaded darling v0.23.0 |
| 405 | 2026-08-31T09:26:05.308Z | Downloaded git-stub-vcs v0.1.0 |
| 406 | 2026-08-31T09:26:05.308Z | Downloaded parse-display-derive v0.10.0 |
| 407 | 2026-08-31T09:26:05.308Z | Downloaded owo-colors v4.3.0 |
| 408 | 2026-08-31T09:26:05.308Z | Downloaded darling v0.21.3 |
| 409 | 2026-08-31T09:26:05.318Z | Downloaded tokio-macros v2.7.2 |
| 410 | 2026-08-31T09:26:05.318Z | Downloaded crossbeam-utils v0.8.22 |
| 411 | 2026-08-31T09:26:05.318Z | Downloaded untrusted v0.7.1 |
| 412 | 2026-08-31T09:26:05.324Z | Downloaded tokio-rustls v0.26.4 |
| 413 | 2026-08-31T09:26:05.325Z | Downloaded tokio-stream v0.1.19 |
| 414 | 2026-08-31T09:26:05.325Z | Downloaded log v0.4.33 |
| 415 | 2026-08-31T09:26:05.325Z | Downloaded futures-executor v0.3.34 |
| 416 | 2026-08-31T09:26:05.325Z | Downloaded strum v0.26.3 |
| 417 | 2026-08-31T09:26:05.325Z | Downloaded defmt-macros v1.1.1 |
| 418 | 2026-08-31T09:26:05.325Z | Downloaded num-traits v0.2.19 |
| 419 | 2026-08-31T09:26:05.325Z | Downloaded swrite v0.1.0 |
| 420 | 2026-08-31T09:26:05.325Z | Downloaded take_mut v0.2.2 |
| 421 | 2026-08-31T09:26:05.325Z | Downloaded thread-id v5.1.0 |
| 422 | 2026-08-31T09:26:05.334Z | Downloaded thread_local v1.1.10 |
| 423 | 2026-08-31T09:26:05.334Z | Downloaded displaydoc v0.2.7 |
| 424 | 2026-08-31T09:26:05.334Z | Downloaded zerocopy-derive v0.7.35 |
| 425 | 2026-08-31T09:26:05.334Z | Downloaded digest v0.11.3 |
| 426 | 2026-08-31T09:26:05.334Z | Downloaded quick-error v1.2.3 |
| 427 | 2026-08-31T09:26:05.334Z | Downloaded quinn-udp v0.5.15 |
| 428 | 2026-08-31T09:26:05.334Z | Downloaded console v0.16.4 |
| 429 | 2026-08-31T09:26:05.334Z | Downloaded spin v0.9.9 |
| 430 | 2026-08-31T09:26:05.349Z | Downloaded version_check v0.9.5 |
| 431 | 2026-08-31T09:26:05.349Z | Downloaded yoke-derive v0.8.2 |
| 432 | 2026-08-31T09:26:05.349Z | Downloaded zerofrom-derive v0.1.7 |
| 433 | 2026-08-31T09:26:05.349Z | Downloaded darling_macro v0.23.0 |
| 434 | 2026-08-31T09:26:05.349Z | Downloaded dof v0.4.0 |
| 435 | 2026-08-31T09:26:05.349Z | Downloaded unicode-linebreak v0.1.5 |
| 436 | 2026-08-31T09:26:05.350Z | Downloaded usdt-macro v0.6.0 |
| 437 | 2026-08-31T09:26:05.350Z | Downloaded bytes v1.12.1 |
| 438 | 2026-08-31T09:26:05.350Z | Downloaded serde_derive_internals v0.29.1 |
| 439 | 2026-08-31T09:26:05.350Z | Downloaded allocator-api2 v0.2.21 |
| 440 | 2026-08-31T09:26:05.350Z | Downloaded float-ord v0.3.2 |
| 441 | 2026-08-31T09:26:05.350Z | Downloaded cookie v0.18.2 |
| 442 | 2026-08-31T09:26:05.357Z | Downloaded icu_normalizer v2.2.0 |
| 443 | 2026-08-31T09:26:05.358Z | Downloaded icu_properties v2.2.0 |
| 444 | 2026-08-31T09:26:05.358Z | Downloaded similar v2.7.0 |
| 445 | 2026-08-31T09:26:05.358Z | Downloaded equivalent v1.0.2 |
| 446 | 2026-08-31T09:26:05.358Z | Downloaded snafu-derive v0.8.9 |
| 447 | 2026-08-31T09:26:05.358Z | Downloaded fxhash v0.2.1 |
| 448 | 2026-08-31T09:26:05.358Z | Downloaded time-macros v0.2.32 |
| 449 | 2026-08-31T09:26:05.361Z | Downloaded progenitor v0.10.0 |
| 450 | 2026-08-31T09:26:05.361Z | Downloaded openssl-macros v0.1.1 |
| 451 | 2026-08-31T09:26:05.361Z | Downloaded sha1 v0.11.0 |
| 452 | 2026-08-31T09:26:05.361Z | Downloaded hyper-util v0.1.20 |
| 453 | 2026-08-31T09:26:05.365Z | Downloaded scroll v0.12.0 |
| 454 | 2026-08-31T09:26:05.365Z | Downloaded foreign-types-shared v0.1.1 |
| 455 | 2026-08-31T09:26:05.365Z | Downloaded glob v0.3.4 |
| 456 | 2026-08-31T09:26:05.365Z | Downloaded hmac v0.12.1 |
| 457 | 2026-08-31T09:26:05.371Z | Downloaded parking_lot v0.12.5 |
| 458 | 2026-08-31T09:26:05.371Z | Downloaded synstructure v0.13.2 |
| 459 | 2026-08-31T09:26:05.371Z | Downloaded tokio-dtrace v0.1.1 |
| 460 | 2026-08-31T09:26:05.371Z | Downloaded toml_write v0.1.2 |
| 461 | 2026-08-31T09:26:05.377Z | Downloaded toml_writer v1.1.2+spec-1.1.0 |
| 462 | 2026-08-31T09:26:05.377Z | Downloaded hubpack_derive v0.1.1 |
| 463 | 2026-08-31T09:26:05.377Z | Downloaded parse-display v0.10.0 |
| 464 | 2026-08-31T09:26:05.377Z | Downloaded pretty-hex v0.4.2 |
| 465 | 2026-08-31T09:26:05.377Z | Downloaded terminal_size v0.4.4 |
| 466 | 2026-08-31T09:26:05.388Z | Downloaded icu_provider v2.2.0 |
| 467 | 2026-08-31T09:26:05.388Z | Downloaded clap v4.6.6 |
| 468 | 2026-08-31T09:26:05.388Z | Downloaded ciborium v0.2.2 |
| 469 | 2026-08-31T09:26:05.388Z | Downloaded colored v3.1.1 |
| 470 | 2026-08-31T09:26:05.388Z | Downloaded icu_normalizer_data v2.2.0 |
| 471 | 2026-08-31T09:26:05.394Z | Downloaded ryu v1.0.23 |
| 472 | 2026-08-31T09:26:05.394Z | Downloaded writeable v0.6.3 |
| 473 | 2026-08-31T09:26:05.394Z | Downloaded potential_utf v0.1.5 |
| 474 | 2026-08-31T09:26:05.394Z | Downloaded structmeta-derive v0.3.0 |
| 475 | 2026-08-31T09:26:05.394Z | Downloaded zeroize v1.9.0 |
| 476 | 2026-08-31T09:26:05.394Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 477 | 2026-08-31T09:26:05.394Z | Downloaded miniz_oxide v0.8.9 |
| 478 | 2026-08-31T09:26:05.398Z | Downloaded serde_core v1.0.229 |
| 479 | 2026-08-31T09:26:05.403Z | Downloaded dropshot_endpoint v0.17.1 |
| 480 | 2026-08-31T09:26:05.403Z | Downloaded semver v1.0.28 |
| 481 | 2026-08-31T09:26:05.407Z | Downloaded serde_with_macros v3.22.0 |
| 482 | 2026-08-31T09:26:05.407Z | Downloaded fastrand v2.5.0 |
| 483 | 2026-08-31T09:26:05.407Z | Downloaded typify-macro v0.4.3 |
| 484 | 2026-08-31T09:26:05.408Z | Downloaded unicode-xid v0.2.6 |
| 485 | 2026-08-31T09:26:05.408Z | Downloaded unit-prefix v0.5.2 |
| 486 | 2026-08-31T09:26:05.408Z | Downloaded enum-as-inner v0.6.1 |
| 487 | 2026-08-31T09:26:05.408Z | Downloaded fnv v1.0.7 |
| 488 | 2026-08-31T09:26:05.416Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 489 | 2026-08-31T09:26:05.416Z | Downloaded siphasher v1.0.3 |
| 490 | 2026-08-31T09:26:05.416Z | Downloaded smallvec v1.15.2 |
| 491 | 2026-08-31T09:26:05.416Z | Downloaded spin v0.5.2 |
| 492 | 2026-08-31T09:26:05.416Z | Downloaded base64 v0.22.1 |
| 493 | 2026-08-31T09:26:05.416Z | Downloaded highway v1.3.0 |
| 494 | 2026-08-31T09:26:05.420Z | Downloaded humantime v2.4.0 |
| 495 | 2026-08-31T09:26:05.420Z | Downloaded phf v0.12.1 |
| 496 | 2026-08-31T09:26:05.420Z | Downloaded progenitor-client v0.13.0 |
| 497 | 2026-08-31T09:26:05.420Z | Downloaded hostname v0.4.2 |
| 498 | 2026-08-31T09:26:05.423Z | Downloaded toml_edit v0.25.13+spec-1.1.0 |
| 499 | 2026-08-31T09:26:05.423Z | Downloaded deranged v0.5.8 |
| 500 | 2026-08-31T09:26:05.423Z | Downloaded either v1.17.0 |
| 501 | 2026-08-31T09:26:05.426Z | Downloaded pin-project v1.1.13 |
| 502 | 2026-08-31T09:26:05.431Z | Downloaded wait-timeout v0.2.1 |
| 503 | 2026-08-31T09:26:05.431Z | Downloaded rand_core v0.9.5 |
| 504 | 2026-08-31T09:26:05.435Z | Downloaded rand_core v0.10.1 |
| 505 | 2026-08-31T09:26:05.435Z | Downloaded serde_repr v0.1.21 |
| 506 | 2026-08-31T09:26:05.435Z | Downloaded slog-dtrace v0.3.0 |
| 507 | 2026-08-31T09:26:05.436Z | Downloaded textwrap v0.16.2 |
| 508 | 2026-08-31T09:26:05.436Z | Downloaded icu_locale_core v2.2.0 |
| 509 | 2026-08-31T09:26:05.440Z | Downloaded fs_extra v1.3.0 |
| 510 | 2026-08-31T09:26:05.445Z | Downloaded smf v0.2.3 |
| 511 | 2026-08-31T09:26:05.445Z | Downloaded password-hash v0.5.0 |
| 512 | 2026-08-31T09:26:05.449Z | Downloaded progenitor-macro v0.10.0 |
| 513 | 2026-08-31T09:26:05.449Z | Downloaded secrecy v0.10.3 |
| 514 | 2026-08-31T09:26:05.449Z | Downloaded zerofrom v0.1.8 |
| 515 | 2026-08-31T09:26:05.449Z | Downloaded zeroize_derive v1.5.0 |
| 516 | 2026-08-31T09:26:05.449Z | Downloaded structmeta v0.3.0 |
| 517 | 2026-08-31T09:26:05.449Z | Downloaded strsim v0.11.1 |
| 518 | 2026-08-31T09:26:05.449Z | Downloaded dtrace-parser v0.3.0 |
| 519 | 2026-08-31T09:26:05.453Z | Downloaded futures-sink v0.3.34 |
| 520 | 2026-08-31T09:26:05.453Z | Downloaded generic-array v0.14.7 |
| 521 | 2026-08-31T09:26:05.453Z | Downloaded time-core v0.1.9 |
| 522 | 2026-08-31T09:26:05.457Z | Downloaded icu_collections v2.2.0 |
| 523 | 2026-08-31T09:26:05.461Z | Downloaded ppv-lite86 v0.2.21 |
| 524 | 2026-08-31T09:26:05.461Z | Downloaded minimal-lexical v0.2.1 |
| 525 | 2026-08-31T09:26:05.464Z | Downloaded const_format v0.2.36 |
| 526 | 2026-08-31T09:26:05.464Z | Downloaded tabled_derive v0.7.0 |
| 527 | 2026-08-31T09:26:05.468Z | Downloaded usdt-attr-macro v0.6.0 |
| 528 | 2026-08-31T09:26:05.476Z | Downloaded scopeguard v1.2.0 |
| 529 | 2026-08-31T09:26:05.476Z | Downloaded foldhash v0.1.5 |
| 530 | 2026-08-31T09:26:05.476Z | Downloaded usdt v0.6.0 |
| 531 | 2026-08-31T09:26:05.494Z | Downloaded resolv-conf v0.7.6 |
| 532 | 2026-08-31T09:26:05.494Z | Downloaded foreign-types-shared v0.3.1 |
| 533 | 2026-08-31T09:26:05.494Z | Downloaded group v0.13.0 |
| 534 | 2026-08-31T09:26:05.494Z | Downloaded progenitor-client v0.10.0 |
| 535 | 2026-08-31T09:26:05.494Z | Downloaded pest_meta v2.8.8 |
| 536 | 2026-08-31T09:26:05.494Z | Downloaded test-strategy v0.4.5 |
| 537 | 2026-08-31T09:26:05.494Z | Downloaded crypto-bigint v0.5.5 |
| 538 | 2026-08-31T09:26:05.503Z | Downloaded embedded-io v0.4.0 |
| 539 | 2026-08-31T09:26:05.503Z | Downloaded sha2 v0.10.9 |
| 540 | 2026-08-31T09:26:05.503Z | Downloaded futures-core v0.3.34 |
| 541 | 2026-08-31T09:26:05.503Z | Downloaded hash32 v0.3.1 |
| 542 | 2026-08-31T09:26:05.503Z | Downloaded heck v0.4.1 |
| 543 | 2026-08-31T09:26:05.503Z | Downloaded hostname v0.3.1 |
| 544 | 2026-08-31T09:26:05.503Z | Downloaded plain v0.2.3 |
| 545 | 2026-08-31T09:26:05.503Z | Downloaded pin-project-lite v0.2.17 |
| 546 | 2026-08-31T09:26:05.504Z | Downloaded proc-macro-error v1.0.4 |
| 547 | 2026-08-31T09:26:05.504Z | Downloaded serde_plain v1.0.2 |
| 548 | 2026-08-31T09:26:05.510Z | Downloaded toml_datetime v0.6.11 |
| 549 | 2026-08-31T09:26:05.510Z | Downloaded ucd-trie v0.1.7 |
| 550 | 2026-08-31T09:26:05.510Z | Downloaded base64 v0.21.7 |
| 551 | 2026-08-31T09:26:05.510Z | Downloaded defmt v1.1.1 |
| 552 | 2026-08-31T09:26:05.510Z | Downloaded rand_chacha v0.9.0 |
| 553 | 2026-08-31T09:26:05.510Z | Downloaded thiserror-impl v1.0.69 |
| 554 | 2026-08-31T09:26:05.510Z | Downloaded rand_chacha v0.3.1 |
| 555 | 2026-08-31T09:26:05.510Z | Downloaded usdt-macro v0.5.0 |
| 556 | 2026-08-31T09:26:05.510Z | Downloaded waitgroup v0.1.2 |
| 557 | 2026-08-31T09:26:05.510Z | Downloaded same-file v1.0.6 |
| 558 | 2026-08-31T09:26:05.519Z | Downloaded memchr v2.8.3 |
| 559 | 2026-08-31T09:26:05.527Z | Downloaded progenitor-impl v0.10.0 |
| 560 | 2026-08-31T09:26:05.527Z | Downloaded itertools v0.15.0 |
| 561 | 2026-08-31T09:26:05.527Z | Downloaded tinystr v0.8.3 |
| 562 | 2026-08-31T09:26:05.527Z | Downloaded schemars v0.8.22 |
| 563 | 2026-08-31T09:26:05.532Z | Downloaded serde_derive v1.0.229 |
| 564 | 2026-08-31T09:26:05.533Z | Downloaded tracing-attributes v0.1.31 |
| 565 | 2026-08-31T09:26:05.533Z | Downloaded thiserror v1.0.69 |
| 566 | 2026-08-31T09:26:05.540Z | Downloaded tower-layer v0.3.3 |
| 567 | 2026-08-31T09:26:05.540Z | Downloaded typify-macro v0.6.2 |
| 568 | 2026-08-31T09:26:05.540Z | Downloaded flate2 v1.1.9 |
| 569 | 2026-08-31T09:26:05.540Z | Downloaded find-msvc-tools v0.1.10 |
| 570 | 2026-08-31T09:26:05.540Z | Downloaded defmt v0.3.100 |
| 571 | 2026-08-31T09:26:05.540Z | Downloaded pest_derive v2.8.8 |
| 572 | 2026-08-31T09:26:05.540Z | Downloaded progenitor-macro v0.14.0 |
| 573 | 2026-08-31T09:26:05.540Z | Downloaded rustc-hash v2.1.3 |
| 574 | 2026-08-31T09:26:05.545Z | Downloaded proc-macro-crate v3.5.0 |
| 575 | 2026-08-31T09:26:05.546Z | Downloaded supports-color v3.0.2 |
| 576 | 2026-08-31T09:26:05.546Z | Downloaded sync_wrapper v1.0.2 |
| 577 | 2026-08-31T09:26:05.546Z | Downloaded postcard v1.1.3 |
| 578 | 2026-08-31T09:26:05.546Z | Downloaded rustls-platform-verifier v0.7.0 |
| 579 | 2026-08-31T09:26:05.547Z | Downloaded schemars v1.2.2 |
| 580 | 2026-08-31T09:26:05.606Z | Downloaded http-body-util v0.1.5 |
| 581 | 2026-08-31T09:26:05.607Z | Downloaded parking_lot_core v0.8.6 |
| 582 | 2026-08-31T09:26:05.607Z | Downloaded ref-cast-impl v1.0.26 |
| 583 | 2026-08-31T09:26:05.607Z | Downloaded sha1 v0.10.7 |
| 584 | 2026-08-31T09:26:05.607Z | Downloaded port-file v0.1.0 |
| 585 | 2026-08-31T09:26:05.607Z | Downloaded pkg-config v0.3.33 |
| 586 | 2026-08-31T09:26:05.607Z | Downloaded quinn v0.11.11 |
| 587 | 2026-08-31T09:26:05.607Z | Downloaded drift v0.2.0 |
| 588 | 2026-08-31T09:26:05.607Z | Downloaded cc v1.4.2 |
| 589 | 2026-08-31T09:26:05.607Z | Downloaded chacha20poly1305 v0.10.1 |
| 590 | 2026-08-31T09:26:05.607Z | Downloaded futures-macro v0.3.34 |
| 591 | 2026-08-31T09:26:05.607Z | Downloaded rhai_codegen v3.2.0 |
| 592 | 2026-08-31T09:26:05.608Z | Downloaded rusty-fork v0.3.1 |
| 593 | 2026-08-31T09:26:05.608Z | Downloaded serde_tokenstream v0.2.3 |
| 594 | 2026-08-31T09:26:05.608Z | Downloaded serde_tokenstream v0.3.0 |
| 595 | 2026-08-31T09:26:05.608Z | Downloaded rustls-pemfile v2.2.0 |
| 596 | 2026-08-31T09:26:05.608Z | Downloaded dunce v1.0.5 |
| 597 | 2026-08-31T09:26:05.608Z | Downloaded nom v7.1.3 |
| 598 | 2026-08-31T09:26:05.608Z | Downloaded unicode-ident v1.0.24 |
| 599 | 2026-08-31T09:26:05.608Z | Downloaded signal-hook-registry v1.4.8 |
| 600 | 2026-08-31T09:26:05.608Z | Downloaded slog-json v2.6.1 |
| 601 | 2026-08-31T09:26:05.608Z | Downloaded thiserror-no-std v2.0.2 |
| 602 | 2026-08-31T09:26:05.608Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 603 | 2026-08-31T09:26:05.608Z | Downloaded mio v1.2.2 |
| 604 | 2026-08-31T09:26:05.608Z | Downloaded dtrace-parser v0.2.0 |
| 605 | 2026-08-31T09:26:05.608Z | Downloaded futures-task v0.3.34 |
| 606 | 2026-08-31T09:26:05.614Z | Downloaded hickory-resolver v0.24.4 |
| 607 | 2026-08-31T09:26:05.614Z | Downloaded erased-serde v0.3.31 |
| 608 | 2026-08-31T09:26:05.614Z | Downloaded async-compression v0.4.43 |
| 609 | 2026-08-31T09:26:05.614Z | Downloaded fixedbitset v0.5.7 |
| 610 | 2026-08-31T09:26:05.615Z | Downloaded serde_spanned v0.6.9 |
| 611 | 2026-08-31T09:26:05.615Z | Downloaded whoami v1.6.1 |
| 612 | 2026-08-31T09:26:05.615Z | Downloaded data-encoding v2.11.1 |
| 613 | 2026-08-31T09:26:05.615Z | Downloaded tagptr v0.2.0 |
| 614 | 2026-08-31T09:26:05.615Z | Downloaded proc-macro2 v1.0.107 |
| 615 | 2026-08-31T09:26:05.615Z | Downloaded rayon-core v1.13.0 |
| 616 | 2026-08-31T09:26:05.615Z | Downloaded half v2.7.1 |
| 617 | 2026-08-31T09:26:05.615Z | Downloaded futures v0.3.34 |
| 618 | 2026-08-31T09:26:05.615Z | Downloaded getrandom v0.4.3 |
| 619 | 2026-08-31T09:26:05.615Z | Downloaded globset v0.4.20 |
| 620 | 2026-08-31T09:26:05.615Z | Downloaded parking_lot v0.11.2 |
| 621 | 2026-08-31T09:26:05.615Z | Downloaded progenitor-extras v0.2.0 |
| 622 | 2026-08-31T09:26:05.615Z | Downloaded schemars_derive v0.8.22 |
| 623 | 2026-08-31T09:26:05.615Z | Downloaded slab v0.4.12 |
| 624 | 2026-08-31T09:26:05.616Z | Downloaded zone_cfg_derive v0.3.1 |
| 625 | 2026-08-31T09:26:05.624Z | Downloaded zone v0.3.1 |
| 626 | 2026-08-31T09:26:05.624Z | Downloaded fixedbitset v0.4.2 |
| 627 | 2026-08-31T09:26:05.624Z | Downloaded foreign-types-macros v0.2.4 |
| 628 | 2026-08-31T09:26:05.624Z | Downloaded diff v0.1.13 |
| 629 | 2026-08-31T09:26:05.624Z | Downloaded progenitor-impl v0.14.0 |
| 630 | 2026-08-31T09:26:05.626Z | Downloaded serde_yaml v0.9.34+deprecated |
| 631 | 2026-08-31T09:26:05.626Z | Downloaded poly1305 v0.8.0 |
| 632 | 2026-08-31T09:26:05.626Z | Downloaded unicode-segmentation v1.13.3 |
| 633 | 2026-08-31T09:26:05.636Z | Downloaded crossbeam-channel v0.5.16 |
| 634 | 2026-08-31T09:26:05.636Z | Downloaded static_assertions v1.1.0 |
| 635 | 2026-08-31T09:26:05.636Z | Downloaded url v2.5.8 |
| 636 | 2026-08-31T09:26:05.636Z | Downloaded rand_pcg v0.10.2 |
| 637 | 2026-08-31T09:26:05.636Z | Downloaded jiff-core v0.1.0 |
| 638 | 2026-08-31T09:26:05.649Z | Downloaded toml_parser v1.1.3+spec-1.1.0 |
| 639 | 2026-08-31T09:26:05.649Z | Downloaded zerovec-derive v0.11.3 |
| 640 | 2026-08-31T09:26:05.649Z | Downloaded proc-macro-error-attr v1.0.4 |
| 641 | 2026-08-31T09:26:05.649Z | Downloaded rustls-pki-types v1.15.1 |
| 642 | 2026-08-31T09:26:05.649Z | Downloaded utf-8 v0.7.6 |
| 643 | 2026-08-31T09:26:05.649Z | Downloaded serde-big-array v0.5.1 |
| 644 | 2026-08-31T09:26:05.649Z | Downloaded usdt-attr-macro v0.5.0 |
| 645 | 2026-08-31T09:26:05.649Z | Downloaded yoke v0.8.3 |
| 646 | 2026-08-31T09:26:05.649Z | Downloaded darling_core v0.23.0 |
| 647 | 2026-08-31T09:26:05.655Z | Downloaded strum_macros v0.26.4 |
| 648 | 2026-08-31T09:26:05.655Z | Downloaded tinyvec_macros v0.1.1 |
| 649 | 2026-08-31T09:26:05.655Z | Downloaded derive-where v1.6.1 |
| 650 | 2026-08-31T09:26:05.655Z | Downloaded pem v3.0.6 |
| 651 | 2026-08-31T09:26:05.655Z | Downloaded usdt-impl v0.5.0 |
| 652 | 2026-08-31T09:26:05.656Z | Downloaded httparse v1.10.1 |
| 653 | 2026-08-31T09:26:05.656Z | Downloaded paste v1.0.15 |
| 654 | 2026-08-31T09:26:05.676Z | Downloaded idna v1.1.0 |
| 655 | 2026-08-31T09:26:05.677Z | Downloaded typify v0.4.3 |
| 656 | 2026-08-31T09:26:05.677Z | Downloaded getrandom v0.2.17 |
| 657 | 2026-08-31T09:26:05.677Z | Downloaded debug-ignore v1.0.5 |
| 658 | 2026-08-31T09:26:05.677Z | Downloaded tabwriter v1.4.1 |
| 659 | 2026-08-31T09:26:05.677Z | Downloaded rand_xorshift v0.4.0 |
| 660 | 2026-08-31T09:26:05.677Z | Downloaded universal-hash v0.5.1 |
| 661 | 2026-08-31T09:26:05.677Z | Downloaded utf8_iter v1.0.4 |
| 662 | 2026-08-31T09:26:05.677Z | Downloaded dof v0.3.0 |
| 663 | 2026-08-31T09:26:05.677Z | Downloaded form_urlencoded v1.2.2 |
| 664 | 2026-08-31T09:26:05.677Z | Downloaded thin-vec v0.2.19 |
| 665 | 2026-08-31T09:26:05.688Z | Downloaded serial_test v4.0.1 |
| 666 | 2026-08-31T09:26:05.688Z | Downloaded rustls-webpki v0.103.14 |
| 667 | 2026-08-31T09:26:05.688Z | Downloaded uuid v1.26.0 |
| 668 | 2026-08-31T09:26:05.694Z | Downloaded oxide-tokio-rt v0.1.6 |
| 669 | 2026-08-31T09:26:05.694Z | Downloaded derive_more v0.99.20 |
| 670 | 2026-08-31T09:26:05.694Z | Downloaded papergrid v0.11.0 |
| 671 | 2026-08-31T09:26:05.694Z | Downloaded parking_lot_core v0.9.12 |
| 672 | 2026-08-31T09:26:05.694Z | Downloaded tokio-tungstenite v0.21.0 |
| 673 | 2026-08-31T09:26:05.694Z | Downloaded derive-ex v0.1.8 |
| 674 | 2026-08-31T09:26:05.703Z | Downloaded xz2 v0.1.7 |
| 675 | 2026-08-31T09:26:05.703Z | Downloaded oxnet v0.1.7 |
| 676 | 2026-08-31T09:26:05.703Z | Downloaded errno v0.3.14 |
| 677 | 2026-08-31T09:26:05.703Z | Downloaded scroll_derive v0.13.1 |
| 678 | 2026-08-31T09:26:05.703Z | Downloaded slog-async v2.8.0 |
| 679 | 2026-08-31T09:26:05.703Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 680 | 2026-08-31T09:26:05.703Z | Downloaded semver v0.1.20 |
| 681 | 2026-08-31T09:26:05.704Z | Downloaded zerotrie v0.2.4 |
| 682 | 2026-08-31T09:26:05.709Z | Downloaded steno v0.4.1 |
| 683 | 2026-08-31T09:26:05.709Z | Downloaded quote v1.0.47 |
| 684 | 2026-08-31T09:26:05.709Z | Downloaded slog-stdlog v4.1.1 |
| 685 | 2026-08-31T09:26:05.709Z | Downloaded thiserror v2.0.20 |
| 686 | 2026-08-31T09:26:05.719Z | Downloaded elliptic-curve v0.13.8 |
| 687 | 2026-08-31T09:26:05.719Z | Downloaded zmij v1.0.23 |
| 688 | 2026-08-31T09:26:05.719Z | Downloaded progenitor v0.14.0 |
| 689 | 2026-08-31T09:26:05.719Z | Downloaded tower v0.5.3 |
| 690 | 2026-08-31T09:26:05.727Z | Downloaded openssl-probe v0.2.1 |
| 691 | 2026-08-31T09:26:05.727Z | Downloaded progenitor-client v0.14.0 |
| 692 | 2026-08-31T09:26:05.727Z | Downloaded futures-channel v0.3.34 |
| 693 | 2026-08-31T09:26:05.727Z | Downloaded pin-project-internal v1.1.13 |
| 694 | 2026-08-31T09:26:05.727Z | Downloaded progenitor v0.13.0 |
| 695 | 2026-08-31T09:26:05.727Z | Downloaded itertools v0.14.0 |
| 696 | 2026-08-31T09:26:05.731Z | Downloaded libm v0.2.16 |
| 697 | 2026-08-31T09:26:05.736Z | Downloaded rustls-native-certs v0.8.4 |
| 698 | 2026-08-31T09:26:05.736Z | Downloaded socket2 v0.6.5 |
| 699 | 2026-08-31T09:26:05.736Z | Downloaded hex v0.4.3 |
| 700 | 2026-08-31T09:26:05.736Z | Downloaded rand_core v0.6.4 |
| 701 | 2026-08-31T09:26:05.742Z | Downloaded toml v0.8.23 |
| 702 | 2026-08-31T09:26:05.746Z | Downloaded shlex v2.0.1 |
| 703 | 2026-08-31T09:26:05.751Z | Downloaded digest v0.10.7 |
| 704 | 2026-08-31T09:26:05.751Z | Downloaded strum_macros v0.27.2 |
| 705 | 2026-08-31T09:26:05.751Z | Downloaded usdt-impl v0.6.0 |
| 706 | 2026-08-31T09:26:05.751Z | Downloaded unsafe-libyaml v0.2.11 |
| 707 | 2026-08-31T09:26:05.757Z | Downloaded papergrid v0.18.0 |
| 708 | 2026-08-31T09:26:05.757Z | Downloaded slog-term v2.9.2 |
| 709 | 2026-08-31T09:26:05.762Z | Downloaded hyper v1.11.0 |
| 710 | 2026-08-31T09:26:05.765Z | Downloaded heapless v0.8.0 |
| 711 | 2026-08-31T09:26:05.773Z | Downloaded tempfile v3.27.0 |
| 712 | 2026-08-31T09:26:05.773Z | Downloaded pest_generator v2.8.8 |
| 713 | 2026-08-31T09:26:05.780Z | Downloaded nom v8.0.0 |
| 714 | 2026-08-31T09:26:05.780Z | Downloaded tough v0.22.0 |
| 715 | 2026-08-31T09:26:05.780Z | Downloaded qorb v0.4.1 |
| 716 | 2026-08-31T09:26:05.784Z | Downloaded serde v1.0.229 |
| 717 | 2026-08-31T09:26:05.784Z | Downloaded term v1.2.1 |
| 718 | 2026-08-31T09:26:05.784Z | Downloaded fs-err v3.3.1 |
| 719 | 2026-08-31T09:26:05.784Z | Downloaded slog v2.8.2 |
| 720 | 2026-08-31T09:26:05.789Z | Downloaded rustversion v1.0.23 |
| 721 | 2026-08-31T09:26:05.792Z | Downloaded typify v0.6.2 |
| 722 | 2026-08-31T09:26:05.795Z | Downloaded tungstenite v0.21.0 |
| 723 | 2026-08-31T09:26:05.795Z | Downloaded tinyvec v1.12.0 |
| 724 | 2026-08-31T09:26:05.798Z | Downloaded toml_edit v0.19.15 |
| 725 | 2026-08-31T09:26:05.804Z | Downloaded hashbrown v0.16.1 |
| 726 | 2026-08-31T09:26:05.808Z | Downloaded http v1.5.0 |
| 727 | 2026-08-31T09:26:05.812Z | Downloaded schemars v0.9.0 |
| 728 | 2026-08-31T09:26:05.815Z | Downloaded hickory-resolver v0.25.2 |
| 729 | 2026-08-31T09:26:05.820Z | Downloaded icu_properties_data v2.2.0 |
| 730 | 2026-08-31T09:26:05.824Z | Downloaded typenum v1.20.1 |
| 731 | 2026-08-31T09:26:05.828Z | Downloaded prettyplease v0.2.37 |
| 732 | 2026-08-31T09:26:05.828Z | Downloaded zerovec v0.11.6 |
| 733 | 2026-08-31T09:26:05.835Z | Downloaded toml_edit v0.22.27 |
| 734 | 2026-08-31T09:26:05.838Z | Downloaded toml v1.1.4+spec-1.1.0 |
| 735 | 2026-08-31T09:26:05.844Z | Downloaded iddqd v0.4.6 |
| 736 | 2026-08-31T09:26:05.847Z | Downloaded tracing-core v0.1.36 |
| 737 | 2026-08-31T09:26:05.852Z | Downloaded snafu v0.8.9 |
| 738 | 2026-08-31T09:26:05.855Z | Downloaded hashbrown v0.12.3 |
| 739 | 2026-08-31T09:26:05.858Z | Downloaded openssl-sys v0.9.117 |
| 740 | 2026-08-31T09:26:05.861Z | Downloaded progenitor-impl v0.13.0 |
| 741 | 2026-08-31T09:26:05.861Z | Downloaded unicode-normalization v0.1.25 |
| 742 | 2026-08-31T09:26:05.864Z | Downloaded tower-http v0.6.11 |
| 743 | 2026-08-31T09:26:05.867Z | Downloaded rand v0.9.5 |
| 744 | 2026-08-31T09:26:05.873Z | Downloaded pretty_assertions v1.4.1 |
| 745 | 2026-08-31T09:26:05.877Z | Downloaded clap_builder v4.6.6 |
| 746 | 2026-08-31T09:26:05.884Z | Downloaded getrandom v0.3.4 |
| 747 | 2026-08-31T09:26:05.887Z | Downloaded rand v0.8.7 |
| 748 | 2026-08-31T09:26:05.893Z | Downloaded typed-path v0.9.3 |
| 749 | 2026-08-31T09:26:05.901Z | Downloaded tokio-util v0.7.19 |
| 750 | 2026-08-31T09:26:05.905Z | Downloaded expectorate v1.3.0 |
| 751 | 2026-08-31T09:26:05.909Z | Downloaded similar v3.2.0 |
| 752 | 2026-08-31T09:26:05.909Z | Downloaded winnow v0.5.40 |
| 753 | 2026-08-31T09:26:05.914Z | Downloaded h2 v0.4.15 |
| 754 | 2026-08-31T09:26:05.919Z | Downloaded webpki-roots v1.0.9 |
| 755 | 2026-08-31T09:26:05.922Z | Downloaded aho-corasick v1.1.5 |
| 756 | 2026-08-31T09:26:05.925Z | Downloaded yansi v1.0.1 |
| 757 | 2026-08-31T09:26:05.929Z | Downloaded reqwest v0.12.28 |
| 758 | 2026-08-31T09:26:05.934Z | Downloaded rand v0.10.2 |
| 759 | 2026-08-31T09:26:05.937Z | Downloaded pest v2.8.8 |
| 760 | 2026-08-31T09:26:05.940Z | Downloaded hashbrown v0.15.5 |
| 761 | 2026-08-31T09:26:05.946Z | Downloaded moka v0.12.16 |
| 762 | 2026-08-31T09:26:05.950Z | Downloaded hashbrown v0.17.1 |
| 763 | 2026-08-31T09:26:05.957Z | Downloaded quinn-proto v0.11.16 |
| 764 | 2026-08-31T09:26:05.963Z | Downloaded reqwest v0.13.4 |
| 765 | 2026-08-31T09:26:05.969Z | Downloaded ron v0.12.2 |
| 766 | 2026-08-31T09:26:05.977Z | Downloaded serde_with v3.22.0 |
| 767 | 2026-08-31T09:26:05.984Z | Downloaded regex v1.13.1 |
| 768 | 2026-08-31T09:26:05.995Z | Downloaded dropshot-api-manager v0.7.2 |
| 769 | 2026-08-31T09:26:06.001Z | Downloaded unicode-width v0.1.14 |
| 770 | 2026-08-31T09:26:06.001Z | Downloaded syn v1.0.109 |
| 771 | 2026-08-31T09:26:06.008Z | Downloaded serde_json v1.0.151 |
| 772 | 2026-08-31T09:26:06.012Z | Downloaded portable-atomic v1.15.0 |
| 773 | 2026-08-31T09:26:06.016Z | Downloaded aws-lc-rs v1.18.0 |
| 774 | 2026-08-31T09:26:06.020Z | Downloaded tabled v0.15.0 |
| 775 | 2026-08-31T09:26:06.041Z | Downloaded openssl v0.10.81 |
| 776 | 2026-08-31T09:26:06.049Z | Downloaded winnow v1.0.4 |
| 777 | 2026-08-31T09:26:06.057Z | Downloaded zerocopy-derive v0.8.56 |
| 778 | 2026-08-31T09:26:06.064Z | Downloaded unicode-width v0.2.2 |
| 779 | 2026-08-31T09:26:06.068Z | Downloaded syn v2.0.119 |
| 780 | 2026-08-31T09:26:06.074Z | Downloaded tabled v0.21.0 |
| 781 | 2026-08-31T09:26:06.085Z | Downloaded nix v0.31.3 |
| 782 | 2026-08-31T09:26:06.092Z | Downloaded openapiv3 v2.2.0 |
| 783 | 2026-08-31T09:26:06.096Z | Downloaded zerocopy v0.7.35 |
| 784 | 2026-08-31T09:26:06.107Z | Downloaded smoltcp v0.11.0 |
| 785 | 2026-08-31T09:26:06.112Z | Downloaded goblin v0.10.7 |
| 786 | 2026-08-31T09:26:06.116Z | Downloaded rayon v1.12.0 |
| 787 | 2026-08-31T09:26:06.121Z | Downloaded vcpkg v0.2.15 |
| 788 | 2026-08-31T09:26:06.141Z | Downloaded chrono v0.4.45 |
| 789 | 2026-08-31T09:26:06.145Z | Downloaded hkdf v0.12.4 |
| 790 | 2026-08-31T09:26:06.149Z | Downloaded futures-util v0.3.34 |
| 791 | 2026-08-31T09:26:06.154Z | Downloaded goblin v0.8.2 |
| 792 | 2026-08-31T09:26:06.157Z | Downloaded zerocopy v0.8.56 |
| 793 | 2026-08-31T09:26:06.169Z | Downloaded proptest v1.11.0 |
| 794 | 2026-08-31T09:26:06.175Z | Downloaded winnow v0.7.15 |
| 795 | 2026-08-31T09:26:06.178Z | Downloaded curve25519-dalek v4.1.3 |
| 796 | 2026-08-31T09:26:06.183Z | Downloaded hickory-proto v0.24.4 |
| 797 | 2026-08-31T09:26:06.199Z | Downloaded hickory-proto v0.25.2 |
| 798 | 2026-08-31T09:26:06.211Z | Downloaded syn v3.0.3 |
| 799 | 2026-08-31T09:26:06.214Z | Downloaded bstr v1.13.1 |
| 800 | 2026-08-31T09:26:06.218Z | Downloaded typify-impl v0.6.2 |
| 801 | 2026-08-31T09:26:06.226Z | Downloaded tracing v0.1.44 |
| 802 | 2026-08-31T09:26:06.239Z | Downloaded typify-impl v0.4.3 |
| 803 | 2026-08-31T09:26:06.248Z | Downloaded time v0.3.55 |
| 804 | 2026-08-31T09:26:06.255Z | Downloaded jiff v0.2.35 |
| 805 | 2026-08-31T09:26:06.297Z | Downloaded regress v0.10.5 |
| 806 | 2026-08-31T09:26:06.303Z | Downloaded regex-syntax v0.8.11 |
| 807 | 2026-08-31T09:26:06.303Z | Downloaded regress v0.11.1 |
| 808 | 2026-08-31T09:26:06.303Z | Downloaded regex-automata v0.4.18 |
| 809 | 2026-08-31T09:26:06.303Z | Downloaded lzma-sys v0.1.20 |
| 810 | 2026-08-31T09:26:06.315Z | Downloaded rustls v0.23.43 |
| 811 | 2026-08-31T09:26:06.320Z | Downloaded petgraph v0.8.3 |
| 812 | 2026-08-31T09:26:06.329Z | Downloaded libc v0.2.189 |
| 813 | 2026-08-31T09:26:06.353Z | Downloaded rustix v0.38.44 |
| 814 | 2026-08-31T09:26:06.361Z | Downloaded dropshot v0.17.1 |
| 815 | 2026-08-31T09:26:06.373Z | Downloaded rustix v1.1.4 |
| 816 | 2026-08-31T09:26:06.386Z | Downloaded sled v0.34.7 |
| 817 | 2026-08-31T09:26:06.391Z | Downloaded tokio v1.53.1 |
| 818 | 2026-08-31T09:26:06.413Z | Downloaded rhai v1.26.0 |
| 819 | 2026-08-31T09:26:06.421Z | Downloaded encoding_rs v0.8.35 |
| 820 | 2026-08-31T09:26:06.433Z | Downloaded ring v0.17.14 |
| 821 | 2026-08-31T09:26:06.456Z | Downloaded petgraph v0.6.5 |
| 822 | 2026-08-31T09:26:06.467Z | Downloaded chrono-tz v0.10.4 |
| 823 | 2026-08-31T09:26:06.480Z | Downloaded sha3 v0.10.9 |
| 824 | 2026-08-31T09:26:06.483Z | Downloaded csv v1.4.0 |
| 825 | 2026-08-31T09:26:06.969Z | Downloaded aws-lc-sys v0.44.0 |
| 826 | 2026-08-31T09:26:07.535Z | Compiling proc-macro2 v1.0.107 |
| 827 | 2026-08-31T09:26:07.535Z | Compiling quote v1.0.47 |
| 828 | 2026-08-31T09:26:07.536Z | Compiling unicode-ident v1.0.24 |
| 829 | 2026-08-31T09:26:07.536Z | Compiling serde_core v1.0.229 |
| 830 | 2026-08-31T09:26:07.546Z | Compiling serde v1.0.229 |
| 831 | 2026-08-31T09:26:07.546Z | Compiling libc v0.2.189 |
| 832 | 2026-08-31T09:26:07.546Z | Compiling zmij v1.0.23 |
| 833 | 2026-08-31T09:26:07.546Z | Compiling autocfg v1.5.1 |
| 834 | 2026-08-31T09:26:07.919Z | Compiling libm v0.2.16 |
| 835 | 2026-08-31T09:26:08.167Z | Compiling icu_normalizer_data v2.2.0 |
| 836 | 2026-08-31T09:26:08.199Z | Compiling icu_properties_data v2.2.0 |
| 837 | 2026-08-31T09:26:08.245Z | Compiling serde_json v1.0.151 |
| 838 | 2026-08-31T09:26:08.280Z | Compiling num-traits v0.2.19 |
| 839 | 2026-08-31T09:26:08.468Z | Compiling thiserror v2.0.20 |
| 840 | 2026-08-31T09:26:08.518Z | Compiling getrandom v0.4.3 |
| 841 | 2026-08-31T09:26:08.668Z | Compiling memchr v2.8.3 |
| 842 | 2026-08-31T09:26:08.745Z | Compiling version_check v0.9.5 |
| 843 | 2026-08-31T09:26:09.013Z | Compiling syn v2.0.119 |
| 844 | 2026-08-31T09:26:09.026Z | Compiling syn v3.0.3 |
| 845 | 2026-08-31T09:26:09.029Z | Compiling schemars v0.8.22 |
| 846 | 2026-08-31T09:26:09.245Z | Checking cfg-if v1.0.4 |
| 847 | 2026-08-31T09:26:09.303Z | Compiling parking_lot_core v0.9.12 |
| 848 | 2026-08-31T09:26:09.321Z | Compiling zerocopy v0.8.56 |
| 849 | 2026-08-31T09:26:09.442Z | Compiling portable-atomic v1.15.0 |
| 850 | 2026-08-31T09:26:09.618Z | Compiling heck v0.5.0 |
| 851 | 2026-08-31T09:26:09.795Z | Compiling itoa v1.0.18 |
| 852 | 2026-08-31T09:26:09.823Z | Compiling rustversion v1.0.23 |
| 853 | 2026-08-31T09:26:09.976Z | Compiling jobserver v0.1.35 |
| 854 | 2026-08-31T09:26:09.996Z | Compiling find-msvc-tools v0.1.10 |
| 855 | 2026-08-31T09:26:10.004Z | Compiling shlex v2.0.1 |
| 856 | 2026-08-31T09:26:10.162Z | Compiling cc v1.4.2 |
| 857 | 2026-08-31T09:26:10.437Z | Compiling pkg-config v0.3.33 |
| 858 | 2026-08-31T09:26:10.583Z | Compiling getrandom v0.3.4 |
| 859 | 2026-08-31T09:26:10.660Z | Compiling dunce v1.0.5 |
| 860 | 2026-08-31T09:26:10.759Z | Compiling fs_extra v1.3.0 |
| 861 | 2026-08-31T09:26:10.780Z | Compiling semver v1.0.28 |
| 862 | 2026-08-31T09:26:10.877Z | Compiling cmake v0.1.58 |
| 863 | 2026-08-31T09:26:10.942Z | Compiling log v0.4.33 |
| 864 | 2026-08-31T09:26:11.126Z | Compiling httparse v1.10.1 |
| 865 | 2026-08-31T09:26:11.221Z | Compiling rustix v1.1.4 |
| 866 | 2026-08-31T09:26:11.247Z | Compiling slog v2.8.2 |
| 867 | 2026-08-31T09:26:11.404Z | Checking stable_deref_trait v1.2.1 |
| 868 | 2026-08-31T09:26:11.421Z | Compiling aws-lc-sys v0.44.0 |
| 869 | 2026-08-31T09:26:11.427Z | Compiling thiserror v1.0.69 |
| 870 | 2026-08-31T09:26:11.538Z | Compiling allocator-api2 v0.2.21 |
| 871 | 2026-08-31T09:26:11.591Z | Compiling ring v0.17.14 |
| 872 | 2026-08-31T09:26:11.798Z | Compiling synstructure v0.13.2 |
| 873 | 2026-08-31T09:26:11.832Z | Compiling serde_derive_internals v0.29.1 |
| 874 | 2026-08-31T09:26:12.087Z | Compiling aws-lc-rs v1.18.0 |
| 875 | 2026-08-31T09:26:12.169Z | Compiling equivalent v1.0.2 |
| 876 | 2026-08-31T09:26:12.304Z | Compiling serde_derive v1.0.229 |
| 877 | 2026-08-31T09:26:12.319Z | Compiling displaydoc v0.2.7 |
| 878 | 2026-08-31T09:26:12.428Z | Compiling thiserror-impl v2.0.20 |
| 879 | 2026-08-31T09:26:12.450Z | Compiling tokio-macros v2.7.2 |
| 880 | 2026-08-31T09:26:12.590Z | Compiling futures-macro v0.3.34 |
| 881 | 2026-08-31T09:26:13.010Z | Compiling zerofrom-derive v0.1.7 |
| 882 | 2026-08-31T09:26:13.063Z | Compiling yoke-derive v0.8.2 |
| 883 | 2026-08-31T09:26:13.111Z | Compiling zerovec-derive v0.11.3 |
| 884 | 2026-08-31T09:26:13.368Z | Compiling schemars_derive v0.8.22 |
| 885 | 2026-08-31T09:26:13.567Z | Compiling zerocopy-derive v0.8.56 |
| 886 | 2026-08-31T09:26:14.098Z | Compiling zeroize_derive v1.5.0 |
| 887 | 2026-08-31T09:26:14.157Z | Compiling tracing-attributes v0.1.31 |
| 888 | 2026-08-31T09:26:14.289Z | Checking zerofrom v0.1.8 |
| 889 | 2026-08-31T09:26:14.407Z | Compiling thiserror-impl v1.0.69 |
| 890 | 2026-08-31T09:26:14.509Z | Checking yoke v0.8.3 |
| 891 | 2026-08-31T09:26:14.682Z | Checking zerovec v0.11.6 |
| 892 | 2026-08-31T09:26:14.745Z | Compiling regex-syntax v0.8.11 |
| 893 | 2026-08-31T09:26:15.316Z | Compiling serde_tokenstream v0.2.3 |
| 894 | 2026-08-31T09:26:15.333Z | Checking smallvec v1.15.2 |
| 895 | 2026-08-31T09:26:15.336Z | Checking bytes v1.12.1 |
| 896 | 2026-08-31T09:26:15.508Z | Checking tinystr v0.8.3 |
| 897 | 2026-08-31T09:26:15.543Z | Checking litemap v0.8.2 |
| 898 | 2026-08-31T09:26:15.681Z | Checking writeable v0.6.3 |
| 899 | 2026-08-31T09:26:15.710Z | Checking potential_utf v0.1.5 |
| 900 | 2026-08-31T09:26:15.726Z | Checking zerotrie v0.2.4 |
| 901 | 2026-08-31T09:26:15.742Z | Compiling aho-corasick v1.1.5 |
| 902 | 2026-08-31T09:26:15.771Z | Checking utf8_iter v1.0.4 |
| 903 | 2026-08-31T09:26:15.832Z | Checking percent-encoding v2.3.2 |
| 904 | 2026-08-31T09:26:15.850Z | Checking icu_locale_core v2.2.0 |
| 905 | 2026-08-31T09:26:15.888Z | Checking icu_collections v2.2.0 |
| 906 | 2026-08-31T09:26:16.193Z | Compiling rustls v0.23.43 |
| 907 | 2026-08-31T09:26:16.377Z | Compiling ucd-trie v0.1.7 |
| 908 | 2026-08-31T09:26:16.397Z | Checking form_urlencoded v1.2.2 |
| 909 | 2026-08-31T09:26:16.430Z | Checking icu_provider v2.2.0 |
| 910 | 2026-08-31T09:26:16.455Z | Compiling anyhow v1.0.104 |
| 911 | 2026-08-31T09:26:16.522Z | Compiling regex-automata v0.4.18 |
| 912 | 2026-08-31T09:26:16.602Z | Compiling pest v2.8.8 |
| 913 | 2026-08-31T09:26:16.660Z | Checking icu_normalizer v2.2.0 |
| 914 | 2026-08-31T09:26:16.736Z | Checking icu_properties v2.2.0 |
| 915 | 2026-08-31T09:26:17.031Z | Compiling paste v1.0.15 |
| 916 | 2026-08-31T09:26:17.134Z | Compiling strsim v0.11.1 |
| 917 | 2026-08-31T09:26:17.278Z | Compiling crossbeam-utils v0.8.22 |
| 918 | 2026-08-31T09:26:17.424Z | Compiling ident_case v1.0.1 |
| 919 | 2026-08-31T09:26:17.549Z | Compiling camino v1.2.5 |
| 920 | 2026-08-31T09:26:17.610Z | Checking idna_adapter v1.2.2 |
| 921 | 2026-08-31T09:26:17.627Z | Checking rand_core v0.10.1 |
| 922 | 2026-08-31T09:26:17.739Z | Compiling pest_meta v2.8.8 |
| 923 | 2026-08-31T09:26:17.767Z | Checking idna v1.1.0 |
| 924 | 2026-08-31T09:26:17.813Z | Compiling time-core v0.1.9 |
| 925 | 2026-08-31T09:26:17.828Z | Compiling num-conv v0.2.2 |
| 926 | 2026-08-31T09:26:17.980Z | Compiling async-trait v0.1.92 |
| 927 | 2026-08-31T09:26:18.000Z | Compiling time-macros v0.2.32 |
| 928 | 2026-08-31T09:26:18.013Z | Checking url v2.5.8 |
| 929 | 2026-08-31T09:26:18.422Z | Compiling regex v1.13.1 |
| 930 | 2026-08-31T09:26:18.454Z | Compiling pest_generator v2.8.8 |
| 931 | 2026-08-31T09:26:18.465Z | Checking iana-time-zone v0.1.65 |
| 932 | 2026-08-31T09:26:18.589Z | Compiling byteorder v1.5.0 |
| 933 | 2026-08-31T09:26:18.776Z | Checking chrono v0.4.45 |
| 934 | 2026-08-31T09:26:18.894Z | Compiling hashbrown v0.17.1 |
| 935 | 2026-08-31T09:26:18.963Z | Checking uuid v1.26.0 |
| 936 | 2026-08-31T09:26:19.063Z | Compiling pest_derive v2.8.8 |
| 937 | 2026-08-31T09:26:19.314Z | Compiling scroll_derive v0.13.1 |
| 938 | 2026-08-31T09:26:19.491Z | Compiling indexmap v2.14.0 |
| 939 | 2026-08-31T09:26:19.505Z | Compiling omicron-workspace-hack v0.1.0 |
| 940 | 2026-08-31T09:26:19.856Z | Checking dyn-clone v1.0.20 |
| 941 | 2026-08-31T09:26:20.044Z | Checking errno v0.3.14 |
| 942 | 2026-08-31T09:26:20.063Z | Compiling crc32fast v1.5.0 |
| 943 | 2026-08-31T09:26:20.110Z | Compiling slog-async v2.8.0 |
| 944 | 2026-08-31T09:26:20.487Z | Compiling daft-derive v0.1.8 |
| 945 | 2026-08-31T09:26:20.505Z | Compiling usdt-impl v0.6.0 |
| 946 | 2026-08-31T09:26:20.596Z | Compiling scroll v0.13.0 |
| 947 | 2026-08-31T09:26:20.723Z | Compiling plain v0.2.3 |
| 948 | 2026-08-31T09:26:20.834Z | Compiling pretty-hex v0.4.2 |
| 949 | 2026-08-31T09:26:20.857Z | Compiling goblin v0.10.7 |
| 950 | 2026-08-31T09:26:20.874Z | Compiling dtrace-parser v0.3.0 |
| 951 | 2026-08-31T09:26:20.969Z | Compiling darling_core v0.23.0 |
| 952 | 2026-08-31T09:26:21.043Z | Compiling thread-id v5.1.0 |
| 953 | 2026-08-31T09:26:21.205Z | Compiling generic-array v0.14.7 |
| 954 | 2026-08-31T09:26:21.270Z | Checking pin-project-lite v0.2.17 |
| 955 | 2026-08-31T09:26:21.483Z | Compiling multer v3.1.0 |
| 956 | 2026-08-31T09:26:21.608Z | Compiling async-stream-impl v0.3.6 |
| 957 | 2026-08-31T09:26:21.818Z | Checking getrandom v0.2.17 |
| 958 | 2026-08-31T09:26:22.019Z | Checking zeroize v1.9.0 |
| 959 | 2026-08-31T09:26:22.190Z | Checking bitflags v2.13.1 |
| 960 | 2026-08-31T09:26:22.231Z | Compiling ref-cast v1.0.26 |
| 961 | 2026-08-31T09:26:22.273Z | Compiling ref-cast-impl v1.0.26 |
| 962 | 2026-08-31T09:26:22.389Z | Compiling dropshot v0.17.1 |
| 963 | 2026-08-31T09:26:22.595Z | Compiling dropshot_endpoint v0.17.1 |
| 964 | 2026-08-31T09:26:22.791Z | Compiling serde_tokenstream v0.3.0 |
| 965 | 2026-08-31T09:26:22.988Z | Checking critical-section v1.2.0 |
| 966 | 2026-08-31T09:26:23.048Z | Compiling syn v1.0.109 |
| 967 | 2026-08-31T09:26:23.108Z | Compiling newtype-uuid-macros v0.1.1 |
| 968 | 2026-08-31T09:26:23.111Z | Compiling darling_macro v0.23.0 |
| 969 | 2026-08-31T09:26:23.190Z | Checking once_cell v1.21.4 |
| 970 | 2026-08-31T09:26:23.691Z | Compiling dof v0.4.0 |
| 971 | 2026-08-31T09:26:23.786Z | Compiling darling v0.23.0 |
| 972 | 2026-08-31T09:26:23.875Z | Checking socket2 v0.6.5 |
| 973 | 2026-08-31T09:26:24.014Z | Checking scopeguard v1.2.0 |
| 974 | 2026-08-31T09:26:24.131Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 975 | 2026-08-31T09:26:24.140Z | Checking lock_api v0.4.14 |
| 976 | 2026-08-31T09:26:24.176Z | Compiling structmeta-derive v0.3.0 |
| 977 | 2026-08-31T09:26:24.339Z | Compiling strum_macros v0.26.4 |
| 978 | 2026-08-31T09:26:24.902Z | Checking parking_lot v0.12.5 |
| 979 | 2026-08-31T09:26:24.939Z | Compiling usdt-attr-macro v0.6.0 |
| 980 | 2026-08-31T09:26:25.035Z | Compiling usdt-macro v0.6.0 |
| 981 | 2026-08-31T09:26:25.186Z | Compiling structmeta v0.3.0 |
| 982 | 2026-08-31T09:26:25.554Z | Compiling serde_with_macros v3.22.0 |
| 983 | 2026-08-31T09:26:25.936Z | Checking signal-hook-registry v1.4.8 |
| 984 | 2026-08-31T09:26:26.118Z | Checking mio v1.2.2 |
| 985 | 2026-08-31T09:26:26.297Z | Compiling strum_macros v0.27.2 |
| 986 | 2026-08-31T09:26:26.404Z | Checking tokio v1.53.1 |
| 987 | 2026-08-31T09:26:26.656Z | Checking subtle v2.6.1 |
| 988 | 2026-08-31T09:26:26.771Z | Compiling derive-ex v0.1.8 |
| 989 | 2026-08-31T09:26:26.870Z | Checking futures-core v0.3.34 |
| 990 | 2026-08-31T09:26:27.184Z | Compiling foldhash v0.2.0 |
| 991 | 2026-08-31T09:26:27.401Z | Checking futures-sink v0.3.34 |
| 992 | 2026-08-31T09:26:27.442Z | Compiling hashbrown v0.16.1 |
| 993 | 2026-08-31T09:26:27.503Z | Checking slab v0.4.12 |
| 994 | 2026-08-31T09:26:27.711Z | Compiling parse-display-derive v0.10.0 |
| 995 | 2026-08-31T09:26:27.810Z | Checking ipnetwork v0.21.1 |
| 996 | 2026-08-31T09:26:28.064Z | Checking futures-channel v0.3.34 |
| 997 | 2026-08-31T09:26:28.266Z | Checking typenum v1.20.1 |
| 998 | 2026-08-31T09:26:28.314Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 999 | 2026-08-31T09:26:28.332Z | Compiling test-strategy v0.4.5 |
| 1000 | 2026-08-31T09:26:28.767Z | Compiling http v1.5.0 |
| 1001 | 2026-08-31T09:26:29.021Z | Checking futures-task v0.3.34 |
| 1002 | 2026-08-31T09:26:29.170Z | Checking futures-io v0.3.34 |
| 1003 | 2026-08-31T09:26:29.291Z | Checking futures-util v0.3.34 |
| 1004 | 2026-08-31T09:26:29.354Z | Compiling winnow v1.0.4 |
| 1005 | 2026-08-31T09:26:29.653Z | Checking tracing-core v0.1.36 |
| 1006 | 2026-08-31T09:26:29.743Z | Checking oxnet v0.1.7 |
| 1007 | 2026-08-31T09:26:29.958Z | Checking tracing v0.1.44 |
| 1008 | 2026-08-31T09:26:30.229Z | Checking fnv v1.0.7 |
| 1009 | 2026-08-31T09:26:30.256Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 1010 | 2026-08-31T09:26:30.278Z | Checking erased-serde v0.3.31 |
| 1011 | 2026-08-31T09:26:30.365Z | Checking base64 v0.22.1 |
| 1012 | 2026-08-31T09:26:30.792Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1013 | 2026-08-31T09:26:30.810Z | Checking rand_core v0.6.4 |
| 1014 | 2026-08-31T09:26:31.118Z | Compiling ryu v1.0.23 |
| 1015 | 2026-08-31T09:26:31.160Z | Checking rustls-pki-types v1.15.1 |
| 1016 | 2026-08-31T09:26:31.179Z | Compiling clap_derive v4.6.4 |
| 1017 | 2026-08-31T09:26:31.294Z | Checking tokio-util v0.7.19 |
| 1018 | 2026-08-31T09:26:31.394Z | Checking ipnet v2.12.1 |
| 1019 | 2026-08-31T09:26:31.617Z | Checking untrusted v0.9.0 |
| 1020 | 2026-08-31T09:26:31.761Z | Checking untrusted v0.7.1 |
| 1021 | 2026-08-31T09:26:32.078Z | Checking ppv-lite86 v0.2.21 |
| 1022 | 2026-08-31T09:26:32.505Z | Compiling openapiv3 v2.2.0 |
| 1023 | 2026-08-31T09:26:32.819Z | Checking http-body v1.1.0 |
| 1024 | 2026-08-31T09:26:32.888Z | Compiling either v1.17.0 |
| 1025 | 2026-08-31T09:26:32.916Z | Checking atomic-waker v1.1.2 |
| 1026 | 2026-08-31T09:26:33.012Z | Checking tower-layer v0.3.3 |
| 1027 | 2026-08-31T09:26:33.028Z | Checking try-lock v0.2.5 |
| 1028 | 2026-08-31T09:26:33.098Z | Checking tower-service v0.3.3 |
| 1029 | 2026-08-31T09:26:33.162Z | Checking want v0.3.1 |
| 1030 | 2026-08-31T09:26:33.189Z | Checking h2 v0.4.15 |
| 1031 | 2026-08-31T09:26:33.273Z | Checking httpdate v1.0.3 |
| 1032 | 2026-08-31T09:26:33.527Z | Compiling toml_edit v0.25.13+spec-1.1.0 |
| 1033 | 2026-08-31T09:26:33.952Z | Checking serde_urlencoded v0.7.1 |
| 1034 | 2026-08-31T09:26:34.008Z | Checking http-body-util v0.1.5 |
| 1035 | 2026-08-31T09:26:34.113Z | Compiling proc-macro-crate v3.5.0 |
| 1036 | 2026-08-31T09:26:34.525Z | Compiling num_enum_derive v0.7.6 |
| 1037 | 2026-08-31T09:26:34.642Z | Checking rand_core v0.9.5 |
| 1038 | 2026-08-31T09:26:35.038Z | Checking fastrand v2.5.0 |
| 1039 | 2026-08-31T09:26:35.093Z | Checking hyper v1.11.0 |
| 1040 | 2026-08-31T09:26:35.225Z | Compiling regress v0.11.1 |
| 1041 | 2026-08-31T09:26:35.466Z | Compiling crucible-workspace-hack v0.1.0 |
| 1042 | 2026-08-31T09:26:35.733Z | Checking rand_chacha v0.9.0 |
| 1043 | 2026-08-31T09:26:35.988Z | Checking rand v0.9.5 |
| 1044 | 2026-08-31T09:26:36.030Z | Checking hyper-util v0.1.20 |
| 1045 | 2026-08-31T09:26:36.119Z | Checking tempfile v3.27.0 |
| 1046 | 2026-08-31T09:26:36.984Z | Compiling typify-impl v0.6.2 |
| 1047 | 2026-08-31T09:26:37.099Z | Compiling unsafe-libyaml v0.2.11 |
| 1048 | 2026-08-31T09:26:37.339Z | Checking cpufeatures v0.3.0 |
| 1049 | 2026-08-31T09:26:37.417Z | Checking deranged v0.5.8 |
| 1050 | 2026-08-31T09:26:37.452Z | Checking powerfmt v0.2.0 |
| 1051 | 2026-08-31T09:26:37.582Z | Checking num_threads v0.1.7 |
| 1052 | 2026-08-31T09:26:37.675Z | Compiling serde_yaml v0.9.34+deprecated |
| 1053 | 2026-08-31T09:26:38.322Z | Checking time v0.3.55 |
| 1054 | 2026-08-31T09:26:38.705Z | Compiling convert_case v0.4.0 |
| 1055 | 2026-08-31T09:26:39.001Z | Compiling derive_more v0.99.20 |
| 1056 | 2026-08-31T09:26:39.082Z | Checking crossbeam-channel v0.5.16 |
| 1057 | 2026-08-31T09:26:39.142Z | Checking futures-executor v0.3.34 |
| 1058 | 2026-08-31T09:26:39.289Z | Checking sync_wrapper v1.0.2 |
| 1059 | 2026-08-31T09:26:39.501Z | Checking tower v0.5.3 |
| 1060 | 2026-08-31T09:26:39.853Z | Checking webpki-roots v1.0.9 |
| 1061 | 2026-08-31T09:26:39.883Z | Compiling zerocopy-derive v0.7.35 |
| 1062 | 2026-08-31T09:26:39.968Z | Checking thread_local v1.1.10 |
| 1063 | 2026-08-31T09:26:40.179Z | Checking hex v0.4.3 |
| 1064 | 2026-08-31T09:26:40.258Z | Compiling crossbeam-epoch v0.9.20 |
| 1065 | 2026-08-31T09:26:40.367Z | Compiling typify-macro v0.6.2 |
| 1066 | 2026-08-31T09:26:40.586Z | Checking tower-http v0.6.11 |
| 1067 | 2026-08-31T09:26:40.667Z | Checking futures v0.3.34 |
| 1068 | 2026-08-31T09:26:40.746Z | Compiling itertools v0.14.0 |
| 1069 | 2026-08-31T09:26:40.860Z | Compiling regress v0.10.5 |
| 1070 | 2026-08-31T09:26:40.950Z | Checking is-terminal v0.4.17 |
| 1071 | 2026-08-31T09:26:41.199Z | Checking term v1.2.1 |
| 1072 | 2026-08-31T09:26:41.248Z | Checking take_mut v0.2.2 |
| 1073 | 2026-08-31T09:26:41.356Z | Compiling rustix v0.38.44 |
| 1074 | 2026-08-31T09:26:41.420Z | Checking slog-term v2.9.2 |
| 1075 | 2026-08-31T09:26:41.919Z | Compiling heapless v0.8.0 |
| 1076 | 2026-08-31T09:26:42.286Z | Compiling typify v0.6.2 |
| 1077 | 2026-08-31T09:26:42.397Z | Checking hybrid-array v0.4.14 |
| 1078 | 2026-08-31T09:26:42.723Z | Compiling scroll_derive v0.12.1 |
| 1079 | 2026-08-31T09:26:42.837Z | Compiling serde_repr v0.1.21 |
| 1080 | 2026-08-31T09:26:43.394Z | Checking adler2 v2.0.1 |
| 1081 | 2026-08-31T09:26:43.520Z | Checking simd-adler32 v0.3.10 |
| 1082 | 2026-08-31T09:26:43.708Z | Checking miniz_oxide v0.8.9 |
| 1083 | 2026-08-31T09:26:44.320Z | Checking newtype-uuid v1.4.0 |
| 1084 | 2026-08-31T09:26:44.365Z | Checking serde_spanned v1.1.1 |
| 1085 | 2026-08-31T09:26:44.515Z | Checking wait-timeout v0.2.1 |
| 1086 | 2026-08-31T09:26:44.517Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1087 | 2026-08-31T09:26:44.547Z | Checking openssl-probe v0.2.1 |
| 1088 | 2026-08-31T09:26:44.638Z | Compiling smoltcp v0.11.0 |
| 1089 | 2026-08-31T09:26:44.727Z | Checking bit-vec v0.8.0 |
| 1090 | 2026-08-31T09:26:44.749Z | Checking quick-error v1.2.3 |
| 1091 | 2026-08-31T09:26:44.749Z | Checking toml_writer v1.1.2+spec-1.1.0 |
| 1092 | 2026-08-31T09:26:44.805Z | Checking rusty-fork v0.3.1 |
| 1093 | 2026-08-31T09:26:44.878Z | Checking bit-set v0.8.0 |
| 1094 | 2026-08-31T09:26:44.942Z | Checking rustls-native-certs v0.8.4 |
| 1095 | 2026-08-31T09:26:44.980Z | Checking daft v0.1.8 |
| 1096 | 2026-08-31T09:26:45.013Z | Checking flate2 v1.1.9 |
| 1097 | 2026-08-31T09:26:45.068Z | Checking block-buffer v0.12.1 |
| 1098 | 2026-08-31T09:26:45.215Z | Checking crypto-common v0.2.2 |
| 1099 | 2026-08-31T09:26:45.289Z | Checking rand_xorshift v0.4.0 |
| 1100 | 2026-08-31T09:26:45.507Z | Compiling rustc_version v0.4.1 |
| 1101 | 2026-08-31T09:26:45.582Z | Checking memmap2 v0.9.11 |
| 1102 | 2026-08-31T09:26:45.599Z | Checking match_cfg v0.1.0 |
| 1103 | 2026-08-31T09:26:45.746Z | Checking compression-core v0.4.32 |
| 1104 | 2026-08-31T09:26:45.772Z | Checking unarray v0.1.4 |
| 1105 | 2026-08-31T09:26:45.791Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1106 | 2026-08-31T09:26:45.794Z | Checking const-oid v0.10.2 |
| 1107 | 2026-08-31T09:26:45.868Z | Checking debug-ignore v1.0.5 |
| 1108 | 2026-08-31T09:26:45.886Z | Checking proptest v1.11.0 |
| 1109 | 2026-08-31T09:26:45.960Z | Checking digest v0.11.3 |
| 1110 | 2026-08-31T09:26:45.978Z | Checking compression-codecs v0.4.38 |
| 1111 | 2026-08-31T09:26:45.997Z | Compiling curve25519-dalek v4.1.3 |
| 1112 | 2026-08-31T09:26:46.030Z | Checking usdt v0.6.0 |
| 1113 | 2026-08-31T09:26:46.050Z | Checking hostname v0.3.1 |
| 1114 | 2026-08-31T09:26:46.140Z | Checking slog-json v2.6.1 |
| 1115 | 2026-08-31T09:26:46.283Z | Checking macaddr v1.0.1 |
| 1116 | 2026-08-31T09:26:46.300Z | Compiling toml_datetime v0.6.11 |
| 1117 | 2026-08-31T09:26:46.398Z | Compiling foreign-types-macros v0.2.4 |
| 1118 | 2026-08-31T09:26:46.751Z | Checking encoding_rs v0.8.35 |
| 1119 | 2026-08-31T09:26:47.185Z | Checking mime v0.3.17 |
| 1120 | 2026-08-31T09:26:47.204Z | Checking spin v0.9.9 |
| 1121 | 2026-08-31T09:26:47.499Z | Checking toml v1.1.4+spec-1.1.0 |
| 1122 | 2026-08-31T09:26:47.547Z | Checking slog-bunyan v2.5.0 |
| 1123 | 2026-08-31T09:26:47.743Z | Checking async-compression v0.4.43 |
| 1124 | 2026-08-31T09:26:47.921Z | Checking sha1 v0.11.0 |
| 1125 | 2026-08-31T09:26:48.072Z | Compiling zerocopy v0.7.35 |
| 1126 | 2026-08-31T09:26:48.109Z | Checking waitgroup v0.1.2 |
| 1127 | 2026-08-31T09:26:48.159Z | Checking rand_chacha v0.3.1 |
| 1128 | 2026-08-31T09:26:48.162Z | Checking rustls-pemfile v2.2.0 |
| 1129 | 2026-08-31T09:26:48.208Z | Checking async-stream v0.3.6 |
| 1130 | 2026-08-31T09:26:48.319Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1131 | 2026-08-31T09:26:48.339Z | Compiling hubpack_derive v0.1.1 |
| 1132 | 2026-08-31T09:26:48.357Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1133 | 2026-08-31T09:26:48.431Z | Checking serde_path_to_error v0.1.20 |
| 1134 | 2026-08-31T09:26:48.616Z | Checking hostname v0.4.2 |
| 1135 | 2026-08-31T09:26:48.689Z | Compiling usdt-impl v0.5.0 |
| 1136 | 2026-08-31T09:26:48.706Z | Compiling proc-macro-error-attr v1.0.4 |
| 1137 | 2026-08-31T09:26:49.006Z | Compiling dof v0.3.0 |
| 1138 | 2026-08-31T09:26:49.009Z | Checking rand v0.8.7 |
| 1139 | 2026-08-31T09:26:49.082Z | Compiling dtrace-parser v0.2.0 |
| 1140 | 2026-08-31T09:26:49.187Z | Compiling darling_core v0.21.3 |
| 1141 | 2026-08-31T09:26:49.345Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1142 | 2026-08-31T09:26:49.716Z | Compiling proc-macro-error v1.0.4 |
| 1143 | 2026-08-31T09:26:49.836Z | Compiling thread-id v4.2.2 |
| 1144 | 2026-08-31T09:26:49.924Z | Compiling memoffset v0.9.1 |
| 1145 | 2026-08-31T09:26:50.755Z | Checking crypto-common v0.1.7 |
| 1146 | 2026-08-31T09:26:50.976Z | Compiling cfg_aliases v0.2.2 |
| 1147 | 2026-08-31T09:26:51.285Z | Compiling darling_macro v0.21.3 |
| 1148 | 2026-08-31T09:26:51.374Z | Compiling prettyplease v0.2.37 |
| 1149 | 2026-08-31T09:26:51.488Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 1150 | 2026-08-31T09:26:51.633Z | Compiling nix v0.31.3 |
| 1151 | 2026-08-31T09:26:51.882Z | Compiling darling v0.21.3 |
| 1152 | 2026-08-31T09:26:52.170Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1153 | 2026-08-31T09:26:52.291Z | Compiling crossbeam-deque v0.8.7 |
| 1154 | 2026-08-31T09:26:52.374Z | Compiling heck v0.4.1 |
| 1155 | 2026-08-31T09:26:52.617Z | Compiling ingot-macros v0.1.1 |
| 1156 | 2026-08-31T09:26:52.634Z | Compiling usdt-attr-macro v0.5.0 |
| 1157 | 2026-08-31T09:26:52.637Z | Compiling usdt-macro v0.5.0 |
| 1158 | 2026-08-31T09:26:53.238Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1159 | 2026-08-31T09:26:53.359Z | Compiling enum-as-inner v0.6.1 |
| 1160 | 2026-08-31T09:26:53.366Z | Compiling num-derive v0.4.2 |
| 1161 | 2026-08-31T09:26:53.638Z | Compiling winnow v0.7.15 |
| 1162 | 2026-08-31T09:26:54.296Z | Compiling progenitor-impl v0.14.0 |
| 1163 | 2026-08-31T09:26:54.826Z | Checking strum v0.26.3 |
| 1164 | 2026-08-31T09:26:55.044Z | Compiling rayon-core v1.13.0 |
| 1165 | 2026-08-31T09:26:55.826Z | Checking serde_with v3.22.0 |
| 1166 | 2026-08-31T09:26:56.346Z | Compiling progenitor-macro v0.14.0 |
| 1167 | 2026-08-31T09:26:57.152Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1168 | 2026-08-31T09:26:57.381Z | Checking strum v0.27.2 |
| 1169 | 2026-08-31T09:26:57.400Z | Compiling num-integer v0.1.47 |
| 1170 | 2026-08-31T09:26:57.774Z | Checking instant v0.1.13 |
| 1171 | 2026-08-31T09:26:58.087Z | Compiling winnow v0.5.40 |
| 1172 | 2026-08-31T09:26:58.947Z | Checking rustls-webpki v0.103.14 |
| 1173 | 2026-08-31T09:26:59.111Z | Compiling semver v0.1.20 |
| 1174 | 2026-08-31T09:26:59.370Z | Compiling toml_edit v0.19.15 |
| 1175 | 2026-08-31T09:26:59.489Z | Compiling rustc_version v0.1.7 |
| 1176 | 2026-08-31T09:27:00.799Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1177 | 2026-08-31T09:27:01.208Z | Compiling reqwest v0.12.28 |
| 1178 | 2026-08-31T09:27:01.375Z | Compiling backon v1.6.0 |
| 1179 | 2026-08-31T09:27:01.732Z | Checking tokio-rustls v0.26.4 |
| 1180 | 2026-08-31T09:27:01.794Z | Checking rustls-platform-verifier v0.7.0 |
| 1181 | 2026-08-31T09:27:01.977Z | Checking hyper-rustls v0.27.9 |
| 1182 | 2026-08-31T09:27:02.184Z | Checking reqwest v0.13.4 |
| 1183 | 2026-08-31T09:27:02.533Z | Checking block-buffer v0.10.4 |
| 1184 | 2026-08-31T09:27:02.894Z | Checking progenitor-client v0.14.0 |
| 1185 | 2026-08-31T09:27:03.090Z | Checking progenitor-client v0.10.0 |
| 1186 | 2026-08-31T09:27:03.414Z | Compiling utf8parse v0.2.2 |
| 1187 | 2026-08-31T09:27:03.529Z | Compiling anstyle-parse v1.0.0 |
| 1188 | 2026-08-31T09:27:03.572Z | Compiling backoff v0.4.0 |
| 1189 | 2026-08-31T09:27:03.705Z | Compiling iddqd v0.4.6 |
| 1190 | 2026-08-31T09:27:03.762Z | Checking digest v0.10.7 |
| 1191 | 2026-08-31T09:27:03.966Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1192 | 2026-08-31T09:27:04.000Z | Compiling proc-macro-crate v1.3.1 |
| 1193 | 2026-08-31T09:27:04.202Z | Compiling newtype_derive v0.1.6 |
| 1194 | 2026-08-31T09:27:04.341Z | Compiling num-rational v0.4.2 |
| 1195 | 2026-08-31T09:27:04.371Z | Compiling num-iter v0.1.46 |
| 1196 | 2026-08-31T09:27:04.463Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 1197 | 2026-08-31T09:27:04.726Z | Compiling progenitor-extras v0.2.0 |
| 1198 | 2026-08-31T09:27:04.890Z | Compiling parse-display v0.10.0 |
| 1199 | 2026-08-31T09:27:05.066Z | Compiling num-complex v0.4.6 |
| 1200 | 2026-08-31T09:27:05.275Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1201 | 2026-08-31T09:27:05.448Z | Compiling vcpkg v0.2.15 |
| 1202 | 2026-08-31T09:27:05.467Z | Compiling is_terminal_polyfill v1.70.2 |
| 1203 | 2026-08-31T09:27:05.507Z | Compiling colorchoice v1.0.5 |
| 1204 | 2026-08-31T09:27:05.569Z | Compiling humantime v2.4.0 |
| 1205 | 2026-08-31T09:27:05.627Z | Checking unicode-width v0.2.2 |
| 1206 | 2026-08-31T09:27:05.696Z | Compiling owo-colors v4.3.0 |
| 1207 | 2026-08-31T09:27:05.720Z | Compiling anstyle-query v1.1.5 |
| 1208 | 2026-08-31T09:27:05.830Z | Compiling anstyle v1.0.14 |
| 1209 | 2026-08-31T09:27:06.011Z | Compiling openssl-sys v0.9.117 |
| 1210 | 2026-08-31T09:27:06.048Z | Compiling anstream v1.0.0 |
| 1211 | 2026-08-31T09:27:06.081Z | Compiling num v0.4.3 |
| 1212 | 2026-08-31T09:27:06.272Z | Compiling num_enum_derive v0.5.11 |
| 1213 | 2026-08-31T09:27:06.366Z | Compiling terminal_size v0.4.4 |
| 1214 | 2026-08-31T09:27:06.506Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1215 | 2026-08-31T09:27:06.546Z | Compiling serde_spanned v0.6.9 |
| 1216 | 2026-08-31T09:27:06.564Z | Compiling derive-where v1.6.1 |
| 1217 | 2026-08-31T09:27:06.583Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1218 | 2026-08-31T09:27:06.628Z | Compiling pin-project-internal v1.1.13 |
| 1219 | 2026-08-31T09:27:06.931Z | Compiling clap_lex v1.1.0 |
| 1220 | 2026-08-31T09:27:07.161Z | Compiling float-ord v0.3.2 |
| 1221 | 2026-08-31T09:27:07.284Z | Compiling toml_write v0.1.2 |
| 1222 | 2026-08-31T09:27:07.437Z | Compiling clap_builder v4.6.6 |
| 1223 | 2026-08-31T09:27:07.491Z | Compiling toml_edit v0.22.27 |
| 1224 | 2026-08-31T09:27:08.499Z | Compiling progenitor-impl v0.13.0 |
| 1225 | 2026-08-31T09:27:09.382Z | Compiling clap v4.6.6 |
| 1226 | 2026-08-31T09:27:09.471Z | Compiling toml v0.8.23 |
| 1227 | 2026-08-31T09:27:09.788Z | Compiling zone_cfg_derive v0.3.1 |
| 1228 | 2026-08-31T09:27:09.965Z | Compiling snafu-derive v0.8.9 |
| 1229 | 2026-08-31T09:27:09.988Z | Compiling async-recursion v1.1.1 |
| 1230 | 2026-08-31T09:27:10.420Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1231 | 2026-08-31T09:27:10.630Z | Compiling progenitor-macro v0.13.0 |
| 1232 | 2026-08-31T09:27:10.655Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9) |
| 1233 | 2026-08-31T09:27:10.771Z | Compiling slog-dtrace v0.3.0 |
| 1234 | 2026-08-31T09:27:10.961Z | Compiling unicode-xid v0.2.6 |
| 1235 | 2026-08-31T09:27:11.089Z | Compiling openssl v0.10.81 |
| 1236 | 2026-08-31T09:27:11.355Z | Compiling cancel-safe-futures v0.1.5 |
| 1237 | 2026-08-31T09:27:11.373Z | Compiling chrono-tz v0.10.4 |
| 1238 | 2026-08-31T09:27:11.439Z | Compiling minimal-lexical v0.2.1 |
| 1239 | 2026-08-31T09:27:11.651Z | Compiling nom v7.1.3 |
| 1240 | 2026-08-31T09:27:11.732Z | Compiling const_format_proc_macros v0.2.34 |
| 1241 | 2026-08-31T09:27:11.988Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1242 | 2026-08-31T09:27:12.561Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1243 | 2026-08-31T09:27:12.700Z | Compiling openssl-macros v0.1.1 |
| 1244 | 2026-08-31T09:27:12.829Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1245 | 2026-08-31T09:27:12.905Z | Checking cpufeatures v0.2.17 |
| 1246 | 2026-08-31T09:27:13.001Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1247 | 2026-08-31T09:27:13.123Z | Compiling cookie v0.18.2 |
| 1248 | 2026-08-31T09:27:13.148Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1249 | 2026-08-31T09:27:13.371Z | Compiling tabled_derive v0.7.0 |
| 1250 | 2026-08-31T09:27:13.610Z | Checking num_enum v0.7.6 |
| 1251 | 2026-08-31T09:27:13.966Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1252 | 2026-08-31T09:27:14.112Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981) |
| 1253 | 2026-08-31T09:27:14.586Z | Checking client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common) |
| 1254 | 2026-08-31T09:27:14.893Z | Checking tabwriter v1.4.1 |
| 1255 | 2026-08-31T09:27:14.919Z | Checking secrecy v0.10.3 |
| 1256 | 2026-08-31T09:27:14.938Z | Checking colored v3.1.1 |
| 1257 | 2026-08-31T09:27:14.955Z | Checking tinyvec_macros v0.1.1 |
| 1258 | 2026-08-31T09:27:15.041Z | Checking tinyvec v1.12.0 |
| 1259 | 2026-08-31T09:27:15.208Z | Checking hash32 v0.3.1 |
| 1260 | 2026-08-31T09:27:15.376Z | Checking data-encoding v2.11.1 |
| 1261 | 2026-08-31T09:27:15.565Z | Checking hmac v0.12.1 |
| 1262 | 2026-08-31T09:27:15.653Z | Checking inout v0.1.4 |
| 1263 | 2026-08-31T09:27:15.702Z | Checking scroll v0.12.0 |
| 1264 | 2026-08-31T09:27:15.782Z | Checking ff v0.13.1 |
| 1265 | 2026-08-31T09:27:15.800Z | Checking cobs v0.3.0 |
| 1266 | 2026-08-31T09:27:15.804Z | Checking managed v0.8.0 |
| 1267 | 2026-08-31T09:27:15.909Z | Checking bitflags v1.3.2 |
| 1268 | 2026-08-31T09:27:15.958Z | Checking static_assertions v1.1.0 |
| 1269 | 2026-08-31T09:27:15.971Z | Checking foreign-types-shared v0.3.1 |
| 1270 | 2026-08-31T09:27:15.987Z | Checking postcard v1.1.3 |
| 1271 | 2026-08-31T09:27:16.027Z | Checking goblin v0.8.2 |
| 1272 | 2026-08-31T09:27:16.061Z | Checking foreign-types v0.5.0 |
| 1273 | 2026-08-31T09:27:16.143Z | Checking group v0.13.0 |
| 1274 | 2026-08-31T09:27:16.259Z | Checking cipher v0.4.4 |
| 1275 | 2026-08-31T09:27:16.281Z | Checking atomicwrites v0.4.4 |
| 1276 | 2026-08-31T09:27:16.415Z | Checking hkdf v0.12.4 |
| 1277 | 2026-08-31T09:27:16.632Z | Checking universal-hash v0.5.1 |
| 1278 | 2026-08-31T09:27:16.765Z | Checking crypto-bigint v0.5.5 |
| 1279 | 2026-08-31T09:27:16.785Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1280 | 2026-08-31T09:27:17.046Z | Checking chacha20 v0.10.1 |
| 1281 | 2026-08-31T09:27:17.215Z | Checking half v2.7.1 |
| 1282 | 2026-08-31T09:27:17.315Z | Checking cstr-argument v0.1.2 |
| 1283 | 2026-08-31T09:27:17.463Z | Checking indent_write v2.2.0 |
| 1284 | 2026-08-31T09:27:17.486Z | Checking ciborium-io v0.2.2 |
| 1285 | 2026-08-31T09:27:17.522Z | Checking opaque-debug v0.3.1 |
| 1286 | 2026-08-31T09:27:17.583Z | Checking base64ct v1.8.3 |
| 1287 | 2026-08-31T09:27:17.604Z | Checking base16ct v0.2.0 |
| 1288 | 2026-08-31T09:27:17.604Z | Checking poly1305 v0.8.0 |
| 1289 | 2026-08-31T09:27:17.682Z | Checking ciborium-ll v0.2.2 |
| 1290 | 2026-08-31T09:27:17.733Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1291 | 2026-08-31T09:27:17.754Z | Checking elliptic-curve v0.13.8 |
| 1292 | 2026-08-31T09:27:17.762Z | Checking rand v0.10.2 |
| 1293 | 2026-08-31T09:27:17.819Z | Checking password-hash v0.5.0 |
| 1294 | 2026-08-31T09:27:17.838Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1295 | 2026-08-31T09:27:17.857Z | Checking chacha20 v0.9.1 |
| 1296 | 2026-08-31T09:27:17.904Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1297 | 2026-08-31T09:27:18.002Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1298 | 2026-08-31T09:27:18.042Z | Checking blake2 v0.10.6 |
| 1299 | 2026-08-31T09:27:18.046Z | Checking aead v0.5.2 |
| 1300 | 2026-08-31T09:27:18.155Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1301 | 2026-08-31T09:27:18.188Z | Checking thiserror-no-std v2.0.2 |
| 1302 | 2026-08-31T09:27:18.228Z | Checking hubpack v0.1.2 |
| 1303 | 2026-08-31T09:27:18.286Z | Checking byte-wrapper v0.1.0 |
| 1304 | 2026-08-31T09:27:18.300Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1305 | 2026-08-31T09:27:18.384Z | Checking keccak v0.1.6 |
| 1306 | 2026-08-31T09:27:18.402Z | Checking argon2 v0.5.3 |
| 1307 | 2026-08-31T09:27:18.468Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1308 | 2026-08-31T09:27:18.541Z | Checking sha3 v0.10.9 |
| 1309 | 2026-08-31T09:27:18.562Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1310 | 2026-08-31T09:27:18.714Z | Checking vsss-rs v3.3.4 |
| 1311 | 2026-08-31T09:27:18.749Z | Checking chacha20poly1305 v0.10.1 |
| 1312 | 2026-08-31T09:27:18.808Z | Checking ciborium v0.2.2 |
| 1313 | 2026-08-31T09:27:18.873Z | Checking console v0.16.4 |
| 1314 | 2026-08-31T09:27:19.183Z | Checking memmap v0.7.0 |
| 1315 | 2026-08-31T09:27:19.222Z | Checking lazy_static v1.5.0 |
| 1316 | 2026-08-31T09:27:19.316Z | Checking usdt v0.5.0 |
| 1317 | 2026-08-31T09:27:19.417Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1318 | 2026-08-31T09:27:19.617Z | Checking ingot-types v0.1.2 |
| 1319 | 2026-08-31T09:27:19.701Z | Checking progenitor v0.14.0 |
| 1320 | 2026-08-31T09:27:19.793Z | Checking ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 1321 | 2026-08-31T09:27:19.811Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1322 | 2026-08-31T09:27:19.837Z | Checking bstr v1.13.1 |
| 1323 | 2026-08-31T09:27:19.970Z | Checking unicode-segmentation v1.13.3 |
| 1324 | 2026-08-31T09:27:19.990Z | Checking bytecount v0.6.9 |
| 1325 | 2026-08-31T09:27:19.994Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1326 | 2026-08-31T09:27:20.097Z | Checking ingot v0.1.1 |
| 1327 | 2026-08-31T09:27:20.311Z | Checking newline-converter v0.3.0 |
| 1328 | 2026-08-31T09:27:20.428Z | Checking itertools v0.12.1 |
| 1329 | 2026-08-31T09:27:20.477Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1330 | 2026-08-31T09:27:20.575Z | Compiling parking_lot_core v0.8.6 |
| 1331 | 2026-08-31T09:27:20.644Z | Checking swrite v0.1.0 |
| 1332 | 2026-08-31T09:27:20.699Z | Checking linked-hash-map v0.5.6 |
| 1333 | 2026-08-31T09:27:20.720Z | Checking resolv-conf v0.7.6 |
| 1334 | 2026-08-31T09:27:20.737Z | Checking similar v3.2.0 |
| 1335 | 2026-08-31T09:27:20.782Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1336 | 2026-08-31T09:27:20.902Z | Checking lru-cache v0.1.2 |
| 1337 | 2026-08-31T09:27:21.057Z | Checking rayon v1.12.0 |
| 1338 | 2026-08-31T09:27:21.252Z | Checking ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 1339 | 2026-08-31T09:27:21.286Z | Checking expectorate v1.3.0 |
| 1340 | 2026-08-31T09:27:21.426Z | Checking hickory-proto v0.24.4 |
| 1341 | 2026-08-31T09:27:21.683Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1342 | 2026-08-31T09:27:21.789Z | Checking camino-tempfile v1.4.1 |
| 1343 | 2026-08-31T09:27:21.978Z | Checking serde-big-array v0.5.1 |
| 1344 | 2026-08-31T09:27:22.156Z | Checking siphasher v1.0.3 |
| 1345 | 2026-08-31T09:27:22.327Z | Checking phf_shared v0.12.1 |
| 1346 | 2026-08-31T09:27:22.405Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1347 | 2026-08-31T09:27:22.564Z | Checking unicode-normalization v0.1.25 |
| 1348 | 2026-08-31T09:27:22.878Z | Checking pin-project v1.1.13 |
| 1349 | 2026-08-31T09:27:22.976Z | Checking num_enum v0.5.11 |
| 1350 | 2026-08-31T09:27:23.046Z | Checking hickory-resolver v0.24.4 |
| 1351 | 2026-08-31T09:27:23.089Z | Checking progenitor-client v0.13.0 |
| 1352 | 2026-08-31T09:27:23.489Z | Checking tokio-stream v0.1.19 |
| 1353 | 2026-08-31T09:27:23.535Z | Checking csv-core v0.1.13 |
| 1354 | 2026-08-31T09:27:23.685Z | Checking foreign-types-shared v0.1.1 |
| 1355 | 2026-08-31T09:27:23.743Z | Checking unicode-width v0.1.14 |
| 1356 | 2026-08-31T09:27:23.773Z | Checking smawk v0.3.3 |
| 1357 | 2026-08-31T09:27:23.832Z | Checking same-file v1.0.6 |
| 1358 | 2026-08-31T09:27:23.880Z | Checking unicode-linebreak v0.1.5 |
| 1359 | 2026-08-31T09:27:23.899Z | Checking konst_macro_rules v0.2.19 |
| 1360 | 2026-08-31T09:27:23.926Z | Checking jiff-core v0.1.0 |
| 1361 | 2026-08-31T09:27:23.952Z | Checking foldhash v0.1.5 |
| 1362 | 2026-08-31T09:27:23.971Z | Checking highway v1.3.0 |
| 1363 | 2026-08-31T09:27:24.071Z | Checking konst v0.2.20 |
| 1364 | 2026-08-31T09:27:24.091Z | Checking textwrap v0.16.2 |
| 1365 | 2026-08-31T09:27:24.095Z | Checking hashbrown v0.15.5 |
| 1366 | 2026-08-31T09:27:24.201Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1367 | 2026-08-31T09:27:24.262Z | Checking walkdir v2.5.0 |
| 1368 | 2026-08-31T09:27:24.311Z | Checking qorb v0.4.1 |
| 1369 | 2026-08-31T09:27:24.431Z | Checking foreign-types v0.3.2 |
| 1370 | 2026-08-31T09:27:24.507Z | Checking csv v1.4.0 |
| 1371 | 2026-08-31T09:27:24.615Z | Checking jiff v0.2.35 |
| 1372 | 2026-08-31T09:27:24.681Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1373 | 2026-08-31T09:27:24.993Z | Checking progenitor v0.13.0 |
| 1374 | 2026-08-31T09:27:25.297Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1375 | 2026-08-31T09:27:25.352Z | Checking olpc-cjson v0.1.4 |
| 1376 | 2026-08-31T09:27:25.356Z | Checking snafu v0.8.9 |
| 1377 | 2026-08-31T09:27:25.474Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1378 | 2026-08-31T09:27:25.479Z | Checking phf v0.12.1 |
| 1379 | 2026-08-31T09:27:25.635Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1380 | 2026-08-31T09:27:25.635Z | Checking zone v0.3.1 |
| 1381 | 2026-08-31T09:27:25.890Z | Checking globset v0.4.20 |
| 1382 | 2026-08-31T09:27:26.016Z | Checking tokio-dtrace v0.1.1 |
| 1383 | 2026-08-31T09:27:26.121Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1384 | 2026-08-31T09:27:26.447Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1385 | 2026-08-31T09:27:26.597Z | Checking smf v0.2.3 |
| 1386 | 2026-08-31T09:27:26.641Z | Checking pem v3.0.6 |
| 1387 | 2026-08-31T09:27:26.823Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1388 | 2026-08-31T09:27:26.844Z | Checking libsw-core v0.3.2 |
| 1389 | 2026-08-31T09:27:26.899Z | Checking serde_plain v1.0.2 |
| 1390 | 2026-08-31T09:27:26.994Z | Checking sigpipe v0.1.3 |
| 1391 | 2026-08-31T09:27:27.049Z | Checking fixedbitset v0.5.7 |
| 1392 | 2026-08-31T09:27:27.261Z | Checking fixedbitset v0.4.2 |
| 1393 | 2026-08-31T09:27:27.276Z | Checking glob v0.3.4 |
| 1394 | 2026-08-31T09:27:27.301Z | Checking typed-path v0.9.3 |
| 1395 | 2026-08-31T09:27:27.411Z | Checking petgraph v0.6.5 |
| 1396 | 2026-08-31T09:27:27.457Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1397 | 2026-08-31T09:27:27.582Z | Checking petgraph v0.8.3 |
| 1398 | 2026-08-31T09:27:27.641Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1399 | 2026-08-31T09:27:27.692Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1400 | 2026-08-31T09:27:27.780Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1401 | 2026-08-31T09:27:27.832Z | Checking libsw v3.5.0 |
| 1402 | 2026-08-31T09:27:27.984Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1403 | 2026-08-31T09:27:28.008Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1404 | 2026-08-31T09:27:28.081Z | Checking tough v0.22.0 |
| 1405 | 2026-08-31T09:27:28.381Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1406 | 2026-08-31T09:27:28.410Z | Checking oxide-tokio-rt v0.1.6 |
| 1407 | 2026-08-31T09:27:28.502Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1408 | 2026-08-31T09:27:28.666Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1409 | 2026-08-31T09:27:28.770Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1410 | 2026-08-31T09:27:28.880Z | Checking const_format v0.2.36 |
| 1411 | 2026-08-31T09:27:28.898Z | Checking papergrid v0.11.0 |
| 1412 | 2026-08-31T09:27:29.354Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1413 | 2026-08-31T09:27:29.374Z | Checking gethostname v0.5.0 |
| 1414 | 2026-08-31T09:27:29.468Z | Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1415 | 2026-08-31T09:27:29.486Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1416 | 2026-08-31T09:27:29.578Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1417 | 2026-08-31T09:27:29.926Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1418 | 2026-08-31T09:27:29.955Z | Checking libscf-sys v1.2.0 |
| 1419 | 2026-08-31T09:27:30.273Z | Checking bcs v0.1.6 |
| 1420 | 2026-08-31T09:27:30.379Z | Checking linear-map v1.2.0 |
| 1421 | 2026-08-31T09:27:30.445Z | Checking termtree v0.5.1 |
| 1422 | 2026-08-31T09:27:30.482Z | Checking whoami v1.6.1 |
| 1423 | 2026-08-31T09:27:30.523Z | Checking tagptr v0.2.0 |
| 1424 | 2026-08-31T09:27:30.548Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1425 | 2026-08-31T09:27:30.659Z | Checking moka v0.12.16 |
| 1426 | 2026-08-31T09:27:31.260Z | Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1427 | 2026-08-31T09:27:31.456Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1428 | 2026-08-31T09:27:32.154Z | Checking tabled v0.15.0 |
| 1429 | 2026-08-31T09:27:32.379Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1430 | 2026-08-31T09:27:32.405Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1431 | 2026-08-31T09:27:32.569Z | Checking steno v0.4.1 |
| 1432 | 2026-08-31T09:27:32.601Z | Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1433 | 2026-08-31T09:27:33.164Z | Checking papergrid v0.18.0 |
| 1434 | 2026-08-31T09:27:33.172Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981) |
| 1435 | 2026-08-31T09:27:33.314Z | Checking hickory-proto v0.25.2 |
| 1436 | 2026-08-31T09:27:33.565Z | Checking dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 1437 | 2026-08-31T09:27:33.953Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981) |
| 1438 | 2026-08-31T09:27:33.970Z | Checking tabled v0.21.0 |
| 1439 | 2026-08-31T09:27:34.903Z | Checking hickory-resolver v0.25.2 |
| 1440 | 2026-08-31T09:27:35.000Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1441 | 2026-08-31T09:27:35.308Z | Checking itertools v0.15.0 |
| 1442 | 2026-08-31T09:27:35.629Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 1443 | 2026-08-31T09:27:35.884Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1444 | 2026-08-31T09:27:36.231Z | Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1445 | 2026-08-31T09:27:37.041Z | Checking crc8 v0.1.1 |
| 1446 | 2026-08-31T09:27:37.296Z | Checking dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 1447 | 2026-08-31T09:27:37.511Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 1448 | 2026-08-31T09:27:37.571Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 1449 | 2026-08-31T09:27:37.791Z | Checking ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 1450 | 2026-08-31T09:27:38.025Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 1451 | 2026-08-31T09:27:40.230Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1452 | 2026-08-31T09:27:43.376Z | Checking nom v8.0.0 |
| 1453 | 2026-08-31T09:27:46.480Z | Compiling crunchy v0.2.4 |
| 1454 | 2026-08-31T09:27:47.857Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1455 | 2026-08-31T09:27:48.057Z | Checking mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 1456 | 2026-08-31T09:27:49.562Z | Compiling tiny-keccak v2.0.2 |
| 1457 | 2026-08-31T09:27:49.584Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1458 | 2026-08-31T09:27:50.229Z | Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 1459 | 2026-08-31T09:27:50.824Z | Compiling ingot-macros v0.2.0 |
| 1460 | 2026-08-31T09:27:51.960Z | Compiling typify-impl v0.4.3 |
| 1461 | 2026-08-31T09:27:52.036Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe) |
| 1462 | 2026-08-31T09:27:52.153Z | Checking parking_lot v0.11.2 |
| 1463 | 2026-08-31T09:27:52.242Z | Compiling const-random-macro v0.1.16 |
| 1464 | 2026-08-31T09:27:52.640Z | Checking fxhash v0.2.1 |
| 1465 | 2026-08-31T09:27:52.690Z | Compiling ahash v0.8.12 |
| 1466 | 2026-08-31T09:27:52.773Z | Checking sled v0.34.7 |
| 1467 | 2026-08-31T09:27:52.949Z | Compiling smartstring v1.0.1 |
| 1468 | 2026-08-31T09:27:53.427Z | Checking internet-checksum v0.2.1 |
| 1469 | 2026-08-31T09:27:53.493Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1470 | 2026-08-31T09:27:53.548Z | Checking ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 1471 | 2026-08-31T09:27:53.968Z | Compiling rhai_codegen v3.2.0 |
| 1472 | 2026-08-31T09:27:53.995Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1473 | 2026-08-31T09:27:54.354Z | Checking mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types) |
| 1474 | 2026-08-31T09:27:54.448Z | Checking arc-swap v1.9.2 |
| 1475 | 2026-08-31T09:27:54.493Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 1476 | 2026-08-31T09:27:54.627Z | Checking dropshot-api-manager-types v0.7.2 |
| 1477 | 2026-08-31T09:27:54.679Z | Checking slog-scope v4.4.1 |
| 1478 | 2026-08-31T09:27:54.822Z | Checking slog-stdlog v4.1.1 |
| 1479 | 2026-08-31T09:27:54.958Z | Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 1480 | 2026-08-31T09:27:55.003Z | Compiling lzma-sys v0.1.20 |
| 1481 | 2026-08-31T09:27:55.293Z | Compiling typify-macro v0.4.3 |
| 1482 | 2026-08-31T09:27:55.374Z | Compiling fs-err v3.3.1 |
| 1483 | 2026-08-31T09:27:55.425Z | Compiling typeid v1.0.3 |
| 1484 | 2026-08-31T09:27:55.797Z | Checking slog-envlogger v2.2.0 |
| 1485 | 2026-08-31T09:27:55.927Z | Checking ingot-types v0.2.0 |
| 1486 | 2026-08-31T09:27:56.053Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1487 | 2026-08-31T09:27:56.293Z | Checking ingot v0.2.1 |
| 1488 | 2026-08-31T09:27:56.344Z | Compiling toml v0.9.12+spec-1.1.0 |
| 1489 | 2026-08-31T09:27:56.383Z | Checking const-random v0.1.18 |
| 1490 | 2026-08-31T09:27:56.642Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1491 | 2026-08-31T09:27:56.861Z | Compiling typify v0.4.3 |
| 1492 | 2026-08-31T09:27:56.962Z | Compiling progenitor-impl v0.10.0 |
| 1493 | 2026-08-31T09:27:57.131Z | Compiling cargo_toml v0.22.3 |
| 1494 | 2026-08-31T09:27:57.961Z | Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 1495 | 2026-08-31T09:27:57.980Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1496 | 2026-08-31T09:27:58.798Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 1497 | 2026-08-31T09:27:59.002Z | Compiling progenitor-macro v0.10.0 |
| 1498 | 2026-08-31T09:27:59.473Z | Checking thin-vec v0.2.19 |
| 1499 | 2026-08-31T09:27:59.702Z | Checking rhai v1.26.0 |
| 1500 | 2026-08-31T09:27:59.786Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 1501 | 2026-08-31T09:28:00.386Z | Checking sha1 v0.10.7 |
| 1502 | 2026-08-31T09:28:00.560Z | Checking utf-8 v0.7.6 |
| 1503 | 2026-08-31T09:28:00.704Z | Checking tungstenite v0.21.0 |
| 1504 | 2026-08-31T09:28:01.170Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1505 | 2026-08-31T09:28:01.894Z | Checking ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 1506 | 2026-08-31T09:28:02.130Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1507 | 2026-08-31T09:28:02.182Z | Checking port-file v0.1.0 |
| 1508 | 2026-08-31T09:28:02.344Z | Checking sha2 v0.10.9 |
| 1509 | 2026-08-31T09:28:02.432Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 1510 | 2026-08-31T09:28:02.615Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1511 | 2026-08-31T09:28:02.681Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 1512 | 2026-08-31T09:28:02.835Z | Checking tokio-tungstenite v0.21.0 |
| 1513 | 2026-08-31T09:28:03.310Z | Checking progenitor v0.10.0 |
| 1514 | 2026-08-31T09:28:03.910Z | Checking git-stub v1.0.0 |
| 1515 | 2026-08-31T09:28:04.016Z | Checking is_ci v1.2.0 |
| 1516 | 2026-08-31T09:28:04.115Z | Checking unit-prefix v0.5.2 |
| 1517 | 2026-08-31T09:28:04.133Z | Checking yansi v1.0.1 |
| 1518 | 2026-08-31T09:28:04.175Z | Checking base64 v0.21.7 |
| 1519 | 2026-08-31T09:28:04.194Z | Checking diff v0.1.13 |
| 1520 | 2026-08-31T09:28:04.334Z | Checking indicatif v0.18.6 |
| 1521 | 2026-08-31T09:28:04.418Z | Checking pretty_assertions v1.4.1 |
| 1522 | 2026-08-31T09:28:04.432Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 1523 | 2026-08-31T09:28:04.738Z | Checking supports-color v3.0.2 |
| 1524 | 2026-08-31T09:28:05.008Z | Checking git-stub-vcs v0.1.0 |
| 1525 | 2026-08-31T09:28:05.208Z | Checking xz2 v0.1.7 |
| 1526 | 2026-08-31T09:28:05.317Z | Checking ron v0.12.2 |
| 1527 | 2026-08-31T09:28:05.603Z | Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
| 1528 | 2026-08-31T09:28:05.875Z | Checking mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 1529 | 2026-08-31T09:28:05.921Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 1530 | 2026-08-31T09:28:06.387Z | Checking similar v2.7.0 |
| 1531 | 2026-08-31T09:28:06.751Z | Checking drift v0.2.0 |
| 1532 | 2026-08-31T09:28:06.940Z | Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 1533 | 2026-08-31T09:28:07.079Z | Compiling serial_test_derive v4.0.1 |
| 1534 | 2026-08-31T09:28:07.084Z | Checking base16ct v1.0.0 |
| 1535 | 2026-08-31T09:28:07.383Z | Checking dropshot-api-manager v0.7.2 |
| 1536 | 2026-08-31T09:28:07.761Z | Checking serial_test v4.0.1 |
| 1537 | 2026-08-31T09:28:07.946Z | Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
| 1538 | 2026-08-31T09:28:08.634Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 1539 | 2026-08-31T09:28:09.394Z | Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
| 1540 | 2026-08-31T09:28:09.444Z | Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 1541 | 2026-08-31T09:28:10.414Z | Checking util v0.1.0 (/work/oxidecomputer/maghemite/util) |
| 1542 | 2026-08-31T09:28:10.485Z | Checking natord v1.0.9 |
| 1543 | 2026-08-31T09:28:10.723Z | Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
| 1544 | 2026-08-31T09:28:10.905Z | Checking maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis) |
| 1545 | 2026-08-31T09:28:11.157Z | Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
| 1546 | 2026-08-31T09:28:11.510Z | Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
| 1547 | 2026-08-31T09:28:11.639Z | Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
| 1548 | 2026-08-31T09:28:11.900Z | Checking xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask) |
| 1549 | 2026-08-31T09:28:12.515Z | Checking falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab) |
| 1550 | 2026-08-31T09:28:12.605Z | Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
| 1551 | 2026-08-31T09:28:12.608Z | Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
| 1552 | 2026-08-31T09:28:21.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 42s |
| 1553 | 2026-08-31T09:28:21.710Z | + cargo xtask openapi check |
| 1554 | 2026-08-31T09:28:22.363Z | Compiling cfg-if v1.0.4 |
| 1555 | 2026-08-31T09:28:22.460Z | Compiling libc v0.2.189 |
| 1556 | 2026-08-31T09:28:22.463Z | Compiling serde_core v1.0.229 |
| 1557 | 2026-08-31T09:28:22.474Z | Compiling memchr v2.8.3 |
| 1558 | 2026-08-31T09:28:22.482Z | Compiling smallvec v1.15.2 |
| 1559 | 2026-08-31T09:28:22.482Z | Compiling itoa v1.0.18 |
| 1560 | 2026-08-31T09:28:22.500Z | Compiling stable_deref_trait v1.2.1 |
| 1561 | 2026-08-31T09:28:22.509Z | Compiling zerofrom v0.1.8 |
| 1562 | 2026-08-31T09:28:22.519Z | Compiling zmij v1.0.23 |
| 1563 | 2026-08-31T09:28:22.594Z | Compiling litemap v0.8.2 |
| 1564 | 2026-08-31T09:28:22.623Z | Compiling yoke v0.8.3 |
| 1565 | 2026-08-31T09:28:22.671Z | Compiling writeable v0.6.3 |
| 1566 | 2026-08-31T09:28:22.683Z | Compiling utf8_iter v1.0.4 |
| 1567 | 2026-08-31T09:28:22.751Z | Compiling percent-encoding v2.3.2 |
| 1568 | 2026-08-31T09:28:22.808Z | Compiling zerovec v0.11.6 |
| 1569 | 2026-08-31T09:28:22.811Z | Compiling zerotrie v0.2.4 |
| 1570 | 2026-08-31T09:28:22.831Z | Compiling icu_normalizer_data v2.2.0 |
| 1571 | 2026-08-31T09:28:22.870Z | Compiling icu_properties_data v2.2.0 |
| 1572 | 2026-08-31T09:28:22.904Z | Compiling libm v0.2.16 |
| 1573 | 2026-08-31T09:28:22.923Z | Compiling form_urlencoded v1.2.2 |
| 1574 | 2026-08-31T09:28:22.940Z | Compiling errno v0.3.14 |
| 1575 | 2026-08-31T09:28:23.029Z | Compiling rand_core v0.10.1 |
| 1576 | 2026-08-31T09:28:23.088Z | Compiling iana-time-zone v0.1.65 |
| 1577 | 2026-08-31T09:28:23.101Z | Compiling pin-project-lite v0.2.17 |
| 1578 | 2026-08-31T09:28:23.113Z | Compiling dyn-clone v1.0.20 |
| 1579 | 2026-08-31T09:28:23.123Z | Compiling zeroize v1.9.0 |
| 1580 | 2026-08-31T09:28:23.185Z | Compiling getrandom v0.4.3 |
| 1581 | 2026-08-31T09:28:23.196Z | Compiling scopeguard v1.2.0 |
| 1582 | 2026-08-31T09:28:23.248Z | Compiling socket2 v0.6.5 |
| 1583 | 2026-08-31T09:28:23.298Z | Compiling tinystr v0.8.3 |
| 1584 | 2026-08-31T09:28:23.298Z | Compiling potential_utf v0.1.5 |
| 1585 | 2026-08-31T09:28:23.325Z | Compiling lock_api v0.4.14 |
| 1586 | 2026-08-31T09:28:23.362Z | Compiling parking_lot_core v0.9.12 |
| 1587 | 2026-08-31T09:28:23.373Z | Compiling thiserror v2.0.20 |
| 1588 | 2026-08-31T09:28:23.468Z | Compiling icu_locale_core v2.2.0 |
| 1589 | 2026-08-31T09:28:23.480Z | Compiling icu_collections v2.2.0 |
| 1590 | 2026-08-31T09:28:23.499Z | Compiling signal-hook-registry v1.4.8 |
| 1591 | 2026-08-31T09:28:23.547Z | Compiling parking_lot v0.12.5 |
| 1592 | 2026-08-31T09:28:23.655Z | Compiling num-traits v0.2.19 |
| 1593 | 2026-08-31T09:28:23.684Z | Compiling mio v1.2.2 |
| 1594 | 2026-08-31T09:28:23.795Z | Compiling futures-core v0.3.34 |
| 1595 | 2026-08-31T09:28:23.922Z | Compiling portable-atomic v1.15.0 |
| 1596 | 2026-08-31T09:28:23.947Z | Compiling critical-section v1.2.0 |
| 1597 | 2026-08-31T09:28:23.999Z | Compiling zerocopy v0.8.56 |
| 1598 | 2026-08-31T09:28:24.054Z | Compiling subtle v2.6.1 |
| 1599 | 2026-08-31T09:28:24.066Z | Compiling equivalent v1.0.2 |
| 1600 | 2026-08-31T09:28:24.150Z | Compiling serde v1.0.229 |
| 1601 | 2026-08-31T09:28:24.176Z | Compiling serde_json v1.0.151 |
| 1602 | 2026-08-31T09:28:24.223Z | Compiling icu_provider v2.2.0 |
| 1603 | 2026-08-31T09:28:24.284Z | Compiling uuid v1.26.0 |
| 1604 | 2026-08-31T09:28:24.298Z | Compiling semver v1.0.28 |
| 1605 | 2026-08-31T09:28:24.449Z | Compiling bitflags v2.13.1 |
| 1606 | 2026-08-31T09:28:24.531Z | Compiling icu_properties v2.2.0 |
| 1607 | 2026-08-31T09:28:24.547Z | Compiling icu_normalizer v2.2.0 |
| 1608 | 2026-08-31T09:28:24.639Z | Compiling bytes v1.12.1 |
| 1609 | 2026-08-31T09:28:24.651Z | Compiling chrono v0.4.45 |
| 1610 | 2026-08-31T09:28:24.691Z | Compiling once_cell v1.21.4 |
| 1611 | 2026-08-31T09:28:24.708Z | Compiling allocator-api2 v0.2.21 |
| 1612 | 2026-08-31T09:28:24.919Z | Compiling log v0.4.33 |
| 1613 | 2026-08-31T09:28:25.024Z | Compiling futures-sink v0.3.34 |
| 1614 | 2026-08-31T09:28:25.093Z | Compiling tokio v1.53.1 |
| 1615 | 2026-08-31T09:28:25.113Z | Compiling typenum v1.20.1 |
| 1616 | 2026-08-31T09:28:25.131Z | Compiling slab v0.4.12 |
| 1617 | 2026-08-31T09:28:25.268Z | Compiling futures-channel v0.3.34 |
| 1618 | 2026-08-31T09:28:25.269Z | Compiling getrandom v0.2.17 |
| 1619 | 2026-08-31T09:28:25.303Z | Compiling hashbrown v0.17.1 |
| 1620 | 2026-08-31T09:28:25.463Z | Compiling idna_adapter v1.2.2 |
| 1621 | 2026-08-31T09:28:25.490Z | Compiling rand_core v0.6.4 |
| 1622 | 2026-08-31T09:28:25.600Z | Compiling idna v1.1.0 |
| 1623 | 2026-08-31T09:28:25.663Z | Compiling futures-task v0.3.34 |
| 1624 | 2026-08-31T09:28:25.712Z | Compiling futures-io v0.3.34 |
| 1625 | 2026-08-31T09:28:25.839Z | Compiling futures-util v0.3.34 |
| 1626 | 2026-08-31T09:28:25.861Z | Compiling indexmap v2.14.0 |
| 1627 | 2026-08-31T09:28:25.873Z | Compiling tracing-core v0.1.36 |
| 1628 | 2026-08-31T09:28:25.903Z | Compiling url v2.5.8 |
| 1629 | 2026-08-31T09:28:26.118Z | Compiling base64 v0.22.1 |
| 1630 | 2026-08-31T09:28:26.326Z | Compiling fnv v1.0.7 |
| 1631 | 2026-08-31T09:28:26.427Z | Compiling schemars v0.8.22 |
| 1632 | 2026-08-31T09:28:26.454Z | Compiling tracing v0.1.44 |
| 1633 | 2026-08-31T09:28:26.466Z | Compiling unicode-ident v1.0.24 |
| 1634 | 2026-08-31T09:28:26.487Z | Compiling http v1.5.0 |
| 1635 | 2026-08-31T09:28:26.589Z | Compiling proc-macro2 v1.0.107 |
| 1636 | 2026-08-31T09:28:26.687Z | Compiling byteorder v1.5.0 |
| 1637 | 2026-08-31T09:28:26.747Z | Compiling getrandom v0.3.4 |
| 1638 | 2026-08-31T09:28:26.927Z | Compiling ppv-lite86 v0.2.21 |
| 1639 | 2026-08-31T09:28:26.939Z | Compiling erased-serde v0.3.31 |
| 1640 | 2026-08-31T09:28:27.010Z | Compiling quote v1.0.47 |
| 1641 | 2026-08-31T09:28:27.252Z | Compiling ipnetwork v0.21.1 |
| 1642 | 2026-08-31T09:28:27.293Z | Compiling syn v2.0.119 |
| 1643 | 2026-08-31T09:28:27.304Z | Compiling ipnet v2.12.1 |
| 1644 | 2026-08-31T09:28:27.446Z | Compiling slog v2.8.2 |
| 1645 | 2026-08-31T09:28:27.466Z | Compiling thiserror v1.0.69 |
| 1646 | 2026-08-31T09:28:27.573Z | Compiling oxnet v0.1.7 |
| 1647 | 2026-08-31T09:28:27.668Z | Compiling rustix v1.1.4 |
| 1648 | 2026-08-31T09:28:27.776Z | Compiling rustls-pki-types v1.15.1 |
| 1649 | 2026-08-31T09:28:27.828Z | Compiling http-body v1.1.0 |
| 1650 | 2026-08-31T09:28:27.847Z | Compiling aws-lc-sys v0.44.0 |
| 1651 | 2026-08-31T09:28:27.991Z | Compiling untrusted v0.7.1 |
| 1652 | 2026-08-31T09:28:28.066Z | Compiling pretty-hex v0.4.2 |
| 1653 | 2026-08-31T09:28:28.115Z | Compiling atomic-waker v1.1.2 |
| 1654 | 2026-08-31T09:28:28.167Z | Compiling httparse v1.10.1 |
| 1655 | 2026-08-31T09:28:28.202Z | Compiling try-lock v0.2.5 |
| 1656 | 2026-08-31T09:28:28.244Z | Compiling rustls v0.23.43 |
| 1657 | 2026-08-31T09:28:28.256Z | Compiling untrusted v0.9.0 |
| 1658 | 2026-08-31T09:28:28.308Z | Compiling aws-lc-rs v1.18.0 |
| 1659 | 2026-08-31T09:28:28.375Z | Compiling plain v0.2.3 |
| 1660 | 2026-08-31T09:28:28.439Z | Compiling ryu v1.0.23 |
| 1661 | 2026-08-31T09:28:28.455Z | Compiling tower-service v0.3.3 |
| 1662 | 2026-08-31T09:28:28.476Z | Compiling tower-layer v0.3.3 |
| 1663 | 2026-08-31T09:28:28.503Z | Compiling want v0.3.1 |
| 1664 | 2026-08-31T09:28:28.547Z | Compiling httpdate v1.0.3 |
| 1665 | 2026-08-31T09:28:28.624Z | Compiling ucd-trie v0.1.7 |
| 1666 | 2026-08-31T09:28:28.636Z | Compiling omicron-workspace-hack v0.1.0 |
| 1667 | 2026-08-31T09:28:28.666Z | Compiling crossbeam-utils v0.8.22 |
| 1668 | 2026-08-31T09:28:28.705Z | Compiling rand_core v0.9.5 |
| 1669 | 2026-08-31T09:28:28.796Z | Compiling pest v2.8.8 |
| 1670 | 2026-08-31T09:28:28.913Z | Compiling tokio-util v0.7.19 |
| 1671 | 2026-08-31T09:28:28.925Z | Compiling regex-syntax v0.8.11 |
| 1672 | 2026-08-31T09:28:28.938Z | Compiling serde_urlencoded v0.7.1 |
| 1673 | 2026-08-31T09:28:29.184Z | Compiling http-body-util v0.1.5 |
| 1674 | 2026-08-31T09:28:29.194Z | Compiling newtype-uuid v1.4.0 |
| 1675 | 2026-08-31T09:28:29.450Z | Compiling rustls-webpki v0.103.14 |
| 1676 | 2026-08-31T09:28:29.527Z | Compiling h2 v0.4.15 |
| 1677 | 2026-08-31T09:28:29.665Z | Compiling foldhash v0.2.0 |
| 1678 | 2026-08-31T09:28:29.795Z | Compiling hex v0.4.3 |
| 1679 | 2026-08-31T09:28:29.905Z | Compiling daft v0.1.8 |
| 1680 | 2026-08-31T09:28:30.072Z | Compiling rand_chacha v0.9.0 |
| 1681 | 2026-08-31T09:28:30.177Z | Compiling fastrand v2.5.0 |
| 1682 | 2026-08-31T09:28:30.378Z | Compiling rand v0.9.5 |
| 1683 | 2026-08-31T09:28:30.447Z | Compiling anyhow v1.0.104 |
| 1684 | 2026-08-31T09:28:30.459Z | Compiling sync_wrapper v1.0.2 |
| 1685 | 2026-08-31T09:28:30.567Z | Compiling tower v0.5.3 |
| 1686 | 2026-08-31T09:28:30.825Z | Compiling aho-corasick v1.1.5 |
| 1687 | 2026-08-31T09:28:30.977Z | Compiling num-conv v0.2.2 |
| 1688 | 2026-08-31T09:28:31.053Z | Compiling powerfmt v0.2.0 |
| 1689 | 2026-08-31T09:28:31.132Z | Compiling time-core v0.1.9 |
| 1690 | 2026-08-31T09:28:31.192Z | Compiling deranged v0.5.8 |
| 1691 | 2026-08-31T09:28:31.268Z | Compiling num_threads v0.1.7 |
| 1692 | 2026-08-31T09:28:31.316Z | Compiling tower-http v0.6.11 |
| 1693 | 2026-08-31T09:28:31.368Z | Compiling tempfile v3.27.0 |
| 1694 | 2026-08-31T09:28:31.379Z | Compiling hashbrown v0.16.1 |
| 1695 | 2026-08-31T09:28:31.427Z | Compiling futures-executor v0.3.34 |
| 1696 | 2026-08-31T09:28:31.703Z | Compiling hyper v1.11.0 |
| 1697 | 2026-08-31T09:28:31.771Z | Compiling regex-automata v0.4.18 |
| 1698 | 2026-08-31T09:28:31.782Z | Compiling camino v1.2.5 |
| 1699 | 2026-08-31T09:28:32.027Z | Compiling scroll v0.13.0 |
| 1700 | 2026-08-31T09:28:32.151Z | Compiling time v0.3.55 |
| 1701 | 2026-08-31T09:28:32.202Z | Compiling openapiv3 v2.2.0 |
| 1702 | 2026-08-31T09:28:32.304Z | Compiling openssl-probe v0.2.1 |
| 1703 | 2026-08-31T09:28:32.499Z | Compiling cpufeatures v0.3.0 |
| 1704 | 2026-08-31T09:28:32.580Z | Compiling rustls-native-certs v0.8.4 |
| 1705 | 2026-08-31T09:28:32.619Z | Compiling goblin v0.10.7 |
| 1706 | 2026-08-31T09:28:32.734Z | Compiling futures v0.3.34 |
| 1707 | 2026-08-31T09:28:32.819Z | Compiling crossbeam-channel v0.5.16 |
| 1708 | 2026-08-31T09:28:32.914Z | Compiling hyper-util v0.1.20 |
| 1709 | 2026-08-31T09:28:33.303Z | Compiling tokio-rustls v0.26.4 |
| 1710 | 2026-08-31T09:28:33.458Z | Compiling hybrid-array v0.4.14 |
| 1711 | 2026-08-31T09:28:33.576Z | Compiling winnow v1.0.4 |
| 1712 | 2026-08-31T09:28:33.785Z | Compiling simd-adler32 v0.3.10 |
| 1713 | 2026-08-31T09:28:33.923Z | Compiling adler2 v2.0.1 |
| 1714 | 2026-08-31T09:28:33.985Z | Compiling rustls-platform-verifier v0.7.0 |
| 1715 | 2026-08-31T09:28:34.061Z | Compiling miniz_oxide v0.8.9 |
| 1716 | 2026-08-31T09:28:34.220Z | Compiling hyper-rustls v0.27.9 |
| 1717 | 2026-08-31T09:28:34.232Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1718 | 2026-08-31T09:28:34.515Z | Compiling dtrace-parser v0.3.0 |
| 1719 | 2026-08-31T09:28:34.536Z | Compiling crc32fast v1.5.0 |
| 1720 | 2026-08-31T09:28:34.661Z | Compiling thread-id v5.1.0 |
| 1721 | 2026-08-31T09:28:34.704Z | Compiling thread_local v1.1.10 |
| 1722 | 2026-08-31T09:28:34.720Z | Compiling either v1.17.0 |
| 1723 | 2026-08-31T09:28:34.729Z | Compiling flate2 v1.1.9 |
| 1724 | 2026-08-31T09:28:34.744Z | Compiling reqwest v0.13.4 |
| 1725 | 2026-08-31T09:28:34.937Z | Compiling generic-array v0.14.7 |
| 1726 | 2026-08-31T09:28:34.970Z | Compiling block-buffer v0.12.1 |
| 1727 | 2026-08-31T09:28:35.124Z | Compiling crypto-common v0.2.2 |
| 1728 | 2026-08-31T09:28:35.136Z | Compiling regex v1.13.1 |
| 1729 | 2026-08-31T09:28:35.148Z | Compiling rand_chacha v0.3.1 |
| 1730 | 2026-08-31T09:28:35.287Z | Compiling is-terminal v0.4.17 |
| 1731 | 2026-08-31T09:28:35.390Z | Compiling dof v0.4.0 |
| 1732 | 2026-08-31T09:28:35.444Z | Compiling memmap2 v0.9.11 |
| 1733 | 2026-08-31T09:28:35.552Z | Compiling term v1.2.1 |
| 1734 | 2026-08-31T09:28:35.578Z | Compiling debug-ignore v1.0.5 |
| 1735 | 2026-08-31T09:28:35.641Z | Compiling const-oid v0.10.2 |
| 1736 | 2026-08-31T09:28:35.663Z | Compiling take_mut v0.2.2 |
| 1737 | 2026-08-31T09:28:35.680Z | Compiling match_cfg v0.1.0 |
| 1738 | 2026-08-31T09:28:35.752Z | Compiling compression-core v0.4.32 |
| 1739 | 2026-08-31T09:28:35.775Z | Compiling slog-async v2.8.0 |
| 1740 | 2026-08-31T09:28:35.849Z | Compiling slog-term v2.9.2 |
| 1741 | 2026-08-31T09:28:35.911Z | Compiling compression-codecs v0.4.38 |
| 1742 | 2026-08-31T09:28:36.019Z | Compiling digest v0.11.3 |
| 1743 | 2026-08-31T09:28:36.160Z | Compiling usdt-impl v0.6.0 |
| 1744 | 2026-08-31T09:28:36.196Z | Compiling hostname v0.3.1 |
| 1745 | 2026-08-31T09:28:36.199Z | Compiling rand v0.8.7 |
| 1746 | 2026-08-31T09:28:36.268Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 1747 | 2026-08-31T09:28:36.333Z | Compiling slog-json v2.6.1 |
| 1748 | 2026-08-31T09:28:36.501Z | Compiling usdt v0.6.0 |
| 1749 | 2026-08-31T09:28:36.541Z | Compiling ref-cast v1.0.26 |
| 1750 | 2026-08-31T09:28:36.652Z | Compiling strum v0.26.3 |
| 1751 | 2026-08-31T09:28:36.677Z | Compiling macaddr v1.0.1 |
| 1752 | 2026-08-31T09:28:36.789Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1753 | 2026-08-31T09:28:36.825Z | Compiling serde_spanned v1.1.1 |
| 1754 | 2026-08-31T09:28:36.842Z | Compiling wait-timeout v0.2.1 |
| 1755 | 2026-08-31T09:28:36.879Z | Compiling encoding_rs v0.8.35 |
| 1756 | 2026-08-31T09:28:36.907Z | Compiling spin v0.9.9 |
| 1757 | 2026-08-31T09:28:36.969Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 1758 | 2026-08-31T09:28:36.981Z | Compiling quick-error v1.2.3 |
| 1759 | 2026-08-31T09:28:37.025Z | Compiling bit-vec v0.8.0 |
| 1760 | 2026-08-31T09:28:37.086Z | Compiling mime v0.3.17 |
| 1761 | 2026-08-31T09:28:37.098Z | Compiling rusty-fork v0.3.1 |
| 1762 | 2026-08-31T09:28:37.134Z | Compiling toml v1.1.4+spec-1.1.0 |
| 1763 | 2026-08-31T09:28:37.190Z | Compiling slog-bunyan v2.5.0 |
| 1764 | 2026-08-31T09:28:37.273Z | Compiling bit-set v0.8.0 |
| 1765 | 2026-08-31T09:28:37.331Z | Compiling sha1 v0.11.0 |
| 1766 | 2026-08-31T09:28:37.366Z | Compiling async-compression v0.4.43 |
| 1767 | 2026-08-31T09:28:37.418Z | Compiling serde_with v3.22.0 |
| 1768 | 2026-08-31T09:28:37.437Z | Compiling async-stream v0.3.6 |
| 1769 | 2026-08-31T09:28:37.450Z | Compiling rand_xorshift v0.4.0 |
| 1770 | 2026-08-31T09:28:37.589Z | Compiling waitgroup v0.1.2 |
| 1771 | 2026-08-31T09:28:37.603Z | Compiling rustls-pemfile v2.2.0 |
| 1772 | 2026-08-31T09:28:37.615Z | Compiling serde_path_to_error v0.1.20 |
| 1773 | 2026-08-31T09:28:37.689Z | Compiling hostname v0.4.2 |
| 1774 | 2026-08-31T09:28:37.734Z | Compiling unarray v0.1.4 |
| 1775 | 2026-08-31T09:28:37.799Z | Compiling strum v0.27.2 |
| 1776 | 2026-08-31T09:28:37.833Z | Compiling proptest v1.11.0 |
| 1777 | 2026-08-31T09:28:37.845Z | Compiling multer v3.1.0 |
| 1778 | 2026-08-31T09:28:37.926Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1779 | 2026-08-31T09:28:37.977Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1780 | 2026-08-31T09:28:38.061Z | Compiling progenitor-client v0.14.0 |
| 1781 | 2026-08-31T09:28:38.157Z | Compiling dropshot v0.17.1 |
| 1782 | 2026-08-31T09:28:38.335Z | Compiling crypto-common v0.1.7 |
| 1783 | 2026-08-31T09:28:38.364Z | Compiling iddqd v0.4.6 |
| 1784 | 2026-08-31T09:28:38.474Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1785 | 2026-08-31T09:28:38.541Z | Compiling reqwest v0.12.28 |
| 1786 | 2026-08-31T09:28:38.544Z | Compiling backon v1.6.0 |
| 1787 | 2026-08-31T09:28:38.565Z | Compiling instant v0.1.13 |
| 1788 | 2026-08-31T09:28:38.669Z | Compiling backoff v0.4.0 |
| 1789 | 2026-08-31T09:28:38.716Z | Compiling progenitor-extras v0.2.0 |
| 1790 | 2026-08-31T09:28:38.748Z | Compiling parse-display v0.10.0 |
| 1791 | 2026-08-31T09:28:38.882Z | Compiling itertools v0.14.0 |
| 1792 | 2026-08-31T09:28:38.948Z | Compiling regress v0.10.5 |
| 1793 | 2026-08-31T09:28:39.071Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 1794 | 2026-08-31T09:28:39.217Z | Compiling humantime v2.4.0 |
| 1795 | 2026-08-31T09:28:39.497Z | Compiling progenitor-client v0.10.0 |
| 1796 | 2026-08-31T09:28:39.576Z | Compiling block-buffer v0.10.4 |
| 1797 | 2026-08-31T09:28:39.734Z | Compiling digest v0.10.7 |
| 1798 | 2026-08-31T09:28:39.776Z | Compiling unicode-width v0.2.2 |
| 1799 | 2026-08-31T09:28:39.928Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1800 | 2026-08-31T09:28:39.953Z | Compiling utf8parse v0.2.2 |
| 1801 | 2026-08-31T09:28:40.062Z | Compiling cpufeatures v0.2.17 |
| 1802 | 2026-08-31T09:28:40.074Z | Compiling anstyle-parse v1.0.0 |
| 1803 | 2026-08-31T09:28:40.133Z | Compiling terminal_size v0.4.4 |
| 1804 | 2026-08-31T09:28:40.144Z | Compiling heck v0.5.0 |
| 1805 | 2026-08-31T09:28:40.263Z | Compiling anstyle-query v1.1.5 |
| 1806 | 2026-08-31T09:28:40.277Z | Compiling is_terminal_polyfill v1.70.2 |
| 1807 | 2026-08-31T09:28:40.375Z | Compiling anstyle v1.0.14 |
| 1808 | 2026-08-31T09:28:40.375Z | Compiling colorchoice v1.0.5 |
| 1809 | 2026-08-31T09:28:40.397Z | Compiling secrecy v0.10.3 |
| 1810 | 2026-08-31T09:28:40.489Z | Compiling clap_lex v1.1.0 |
| 1811 | 2026-08-31T09:28:40.500Z | Compiling strsim v0.11.1 |
| 1812 | 2026-08-31T09:28:40.553Z | Compiling anstream v1.0.0 |
| 1813 | 2026-08-31T09:28:40.613Z | Compiling tinyvec_macros v0.1.1 |
| 1814 | 2026-08-31T09:28:40.687Z | Compiling tinyvec v1.12.0 |
| 1815 | 2026-08-31T09:28:40.738Z | Compiling num-integer v0.1.47 |
| 1816 | 2026-08-31T09:28:40.871Z | Compiling clap_builder v4.6.6 |
| 1817 | 2026-08-31T09:28:40.883Z | Compiling scroll v0.12.0 |
| 1818 | 2026-08-31T09:28:41.035Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1819 | 2026-08-31T09:28:41.065Z | Compiling crucible-workspace-hack v0.1.0 |
| 1820 | 2026-08-31T09:28:41.140Z | Compiling hmac v0.12.1 |
| 1821 | 2026-08-31T09:28:41.160Z | Compiling inout v0.1.4 |
| 1822 | 2026-08-31T09:28:41.285Z | Compiling regress v0.11.1 |
| 1823 | 2026-08-31T09:28:41.312Z | Compiling ff v0.13.1 |
| 1824 | 2026-08-31T09:28:41.450Z | Compiling group v0.13.0 |
| 1825 | 2026-08-31T09:28:41.464Z | Compiling cipher v0.4.4 |
| 1826 | 2026-08-31T09:28:41.519Z | Compiling hkdf v0.12.4 |
| 1827 | 2026-08-31T09:28:41.566Z | Compiling goblin v0.8.2 |
| 1828 | 2026-08-31T09:28:41.667Z | Compiling num-rational v0.4.2 |
| 1829 | 2026-08-31T09:28:41.691Z | Compiling num-iter v0.1.46 |
| 1830 | 2026-08-31T09:28:41.838Z | Compiling zerocopy v0.7.35 |
| 1831 | 2026-08-31T09:28:42.222Z | Compiling universal-hash v0.5.1 |
| 1832 | 2026-08-31T09:28:42.324Z | Compiling crypto-bigint v0.5.5 |
| 1833 | 2026-08-31T09:28:42.357Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1834 | 2026-08-31T09:28:42.405Z | Compiling half v2.7.1 |
| 1835 | 2026-08-31T09:28:42.706Z | Compiling clap v4.6.6 |
| 1836 | 2026-08-31T09:28:42.717Z | Compiling num-complex v0.4.6 |
| 1837 | 2026-08-31T09:28:42.793Z | Compiling ciborium-io v0.2.2 |
| 1838 | 2026-08-31T09:28:42.896Z | Compiling typify-impl v0.6.2 |
| 1839 | 2026-08-31T09:28:43.107Z | Compiling opaque-debug v0.3.1 |
| 1840 | 2026-08-31T09:28:43.186Z | Compiling base16ct v0.2.0 |
| 1841 | 2026-08-31T09:28:43.352Z | Compiling base64ct v1.8.3 |
| 1842 | 2026-08-31T09:28:43.473Z | Compiling elliptic-curve v0.13.8 |
| 1843 | 2026-08-31T09:28:43.662Z | Compiling password-hash v0.5.0 |
| 1844 | 2026-08-31T09:28:43.759Z | Compiling poly1305 v0.8.0 |
| 1845 | 2026-08-31T09:28:44.110Z | Compiling dof v0.3.0 |
| 1846 | 2026-08-31T09:28:44.179Z | Compiling num v0.4.3 |
| 1847 | 2026-08-31T09:28:44.229Z | Compiling ciborium-ll v0.2.2 |
| 1848 | 2026-08-31T09:28:44.255Z | Compiling curve25519-dalek v4.1.3 |
| 1849 | 2026-08-31T09:28:44.424Z | Compiling thiserror-no-std v2.0.2 |
| 1850 | 2026-08-31T09:28:44.485Z | Compiling hubpack v0.1.2 |
| 1851 | 2026-08-31T09:28:44.520Z | Compiling chacha20 v0.9.1 |
| 1852 | 2026-08-31T09:28:44.678Z | Compiling typify v0.6.2 |
| 1853 | 2026-08-31T09:28:44.750Z | Compiling crossbeam-epoch v0.9.20 |
| 1854 | 2026-08-31T09:28:44.789Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1855 | 2026-08-31T09:28:44.842Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1856 | 2026-08-31T09:28:44.904Z | Compiling blake2 v0.10.6 |
| 1857 | 2026-08-31T09:28:45.097Z | Compiling aead v0.5.2 |
| 1858 | 2026-08-31T09:28:45.245Z | Compiling byte-wrapper v0.1.0 |
| 1859 | 2026-08-31T09:28:45.270Z | Compiling dtrace-parser v0.2.0 |
| 1860 | 2026-08-31T09:28:45.353Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1861 | 2026-08-31T09:28:45.383Z | Compiling thread-id v4.2.2 |
| 1862 | 2026-08-31T09:28:45.398Z | Compiling static_assertions v1.1.0 |
| 1863 | 2026-08-31T09:28:45.458Z | Compiling float-ord v0.3.2 |
| 1864 | 2026-08-31T09:28:45.470Z | Compiling keccak v0.1.6 |
| 1865 | 2026-08-31T09:28:45.482Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1866 | 2026-08-31T09:28:45.577Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1867 | 2026-08-31T09:28:45.604Z | Compiling usdt-impl v0.5.0 |
| 1868 | 2026-08-31T09:28:45.669Z | Compiling sha3 v0.10.9 |
| 1869 | 2026-08-31T09:28:45.708Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1870 | 2026-08-31T09:28:45.957Z | Compiling chacha20poly1305 v0.10.1 |
| 1871 | 2026-08-31T09:28:46.043Z | Compiling argon2 v0.5.3 |
| 1872 | 2026-08-31T09:28:46.096Z | Compiling vsss-rs v3.3.4 |
| 1873 | 2026-08-31T09:28:46.263Z | Compiling ciborium v0.2.2 |
| 1874 | 2026-08-31T09:28:46.459Z | Compiling memoffset v0.9.1 |
| 1875 | 2026-08-31T09:28:46.548Z | Compiling hash32 v0.3.1 |
| 1876 | 2026-08-31T09:28:46.561Z | Compiling memmap v0.7.0 |
| 1877 | 2026-08-31T09:28:46.573Z | Compiling indent_write v2.2.0 |
| 1878 | 2026-08-31T09:28:46.727Z | Compiling data-encoding v2.11.1 |
| 1879 | 2026-08-31T09:28:46.743Z | Compiling usdt v0.5.0 |
| 1880 | 2026-08-31T09:28:46.755Z | Compiling heapless v0.8.0 |
| 1881 | 2026-08-31T09:28:46.877Z | Compiling nix v0.31.3 |
| 1882 | 2026-08-31T09:28:47.019Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1883 | 2026-08-31T09:28:47.193Z | Compiling ingot-types v0.1.2 |
| 1884 | 2026-08-31T09:28:47.286Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1885 | 2026-08-31T09:28:47.389Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1886 | 2026-08-31T09:28:47.441Z | Compiling rustix v0.38.44 |
| 1887 | 2026-08-31T09:28:47.564Z | Compiling tabwriter v1.4.1 |
| 1888 | 2026-08-31T09:28:47.612Z | Compiling cobs v0.3.0 |
| 1889 | 2026-08-31T09:28:47.816Z | Compiling managed v0.8.0 |
| 1890 | 2026-08-31T09:28:47.827Z | Compiling bytecount v0.6.9 |
| 1891 | 2026-08-31T09:28:47.862Z | Compiling bitflags v1.3.2 |
| 1892 | 2026-08-31T09:28:47.943Z | Compiling postcard v1.1.3 |
| 1893 | 2026-08-31T09:28:47.965Z | Compiling ingot v0.1.1 |
| 1894 | 2026-08-31T09:28:48.038Z | Compiling smoltcp v0.11.0 |
| 1895 | 2026-08-31T09:28:48.282Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1896 | 2026-08-31T09:28:48.297Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1897 | 2026-08-31T09:28:48.343Z | Compiling serde_spanned v0.6.9 |
| 1898 | 2026-08-31T09:28:48.487Z | Compiling toml_datetime v0.6.11 |
| 1899 | 2026-08-31T09:28:48.492Z | Compiling winnow v0.7.15 |
| 1900 | 2026-08-31T09:28:48.522Z | Compiling resolv-conf v0.7.6 |
| 1901 | 2026-08-31T09:28:48.578Z | Compiling unicode-segmentation v1.13.3 |
| 1902 | 2026-08-31T09:28:48.600Z | Compiling linked-hash-map v0.5.6 |
| 1903 | 2026-08-31T09:28:48.737Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1904 | 2026-08-31T09:28:48.789Z | Compiling toml_write v0.1.2 |
| 1905 | 2026-08-31T09:28:48.892Z | Compiling foreign-types-shared v0.3.1 |
| 1906 | 2026-08-31T09:28:48.986Z | Compiling colored v3.1.1 |
| 1907 | 2026-08-31T09:28:48.989Z | Compiling swrite v0.1.0 |
| 1908 | 2026-08-31T09:28:49.011Z | Compiling foreign-types v0.5.0 |
| 1909 | 2026-08-31T09:28:49.081Z | Compiling newline-converter v0.3.0 |
| 1910 | 2026-08-31T09:28:49.094Z | Compiling lru-cache v0.1.2 |
| 1911 | 2026-08-31T09:28:49.200Z | Compiling num_enum v0.7.6 |
| 1912 | 2026-08-31T09:28:49.217Z | Compiling atomicwrites v0.4.4 |
| 1913 | 2026-08-31T09:28:49.325Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1914 | 2026-08-31T09:28:49.372Z | Compiling crossbeam-deque v0.8.7 |
| 1915 | 2026-08-31T09:28:49.409Z | Compiling hickory-proto v0.24.4 |
| 1916 | 2026-08-31T09:28:49.438Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1917 | 2026-08-31T09:28:49.555Z | Compiling console v0.16.4 |
| 1918 | 2026-08-31T09:28:49.571Z | Compiling chacha20 v0.10.1 |
| 1919 | 2026-08-31T09:28:49.834Z | Compiling toml_edit v0.22.27 |
| 1920 | 2026-08-31T09:28:49.860Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1921 | 2026-08-31T09:28:49.940Z | Compiling camino-tempfile v1.4.1 |
| 1922 | 2026-08-31T09:28:50.001Z | Compiling serde-big-array v0.5.1 |
| 1923 | 2026-08-31T09:28:50.149Z | Compiling cstr-argument v0.1.2 |
| 1924 | 2026-08-31T09:28:50.174Z | Compiling similar v3.2.0 |
| 1925 | 2026-08-31T09:28:50.186Z | Compiling siphasher v1.0.3 |
| 1926 | 2026-08-31T09:28:50.304Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1927 | 2026-08-31T09:28:50.387Z | Compiling phf_shared v0.12.1 |
| 1928 | 2026-08-31T09:28:50.566Z | Compiling pin-project v1.1.13 |
| 1929 | 2026-08-31T09:28:50.570Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1930 | 2026-08-31T09:28:50.680Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1931 | 2026-08-31T09:28:50.803Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1932 | 2026-08-31T09:28:50.850Z | Compiling rand v0.10.2 |
| 1933 | 2026-08-31T09:28:50.979Z | Compiling expectorate v1.3.0 |
| 1934 | 2026-08-31T09:28:51.139Z | Compiling rayon-core v1.13.0 |
| 1935 | 2026-08-31T09:28:51.282Z | Compiling toml v0.8.23 |
| 1936 | 2026-08-31T09:28:51.522Z | Compiling hickory-resolver v0.24.4 |
| 1937 | 2026-08-31T09:28:51.882Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1938 | 2026-08-31T09:28:51.948Z | Compiling num_enum v0.5.11 |
| 1939 | 2026-08-31T09:28:52.071Z | Compiling prettyplease v0.2.37 |
| 1940 | 2026-08-31T09:28:52.090Z | Compiling progenitor-impl v0.13.0 |
| 1941 | 2026-08-31T09:28:52.328Z | Compiling progenitor-impl v0.14.0 |
| 1942 | 2026-08-31T09:28:52.541Z | Compiling unicode-normalization v0.1.25 |
| 1943 | 2026-08-31T09:28:52.738Z | Compiling progenitor-client v0.13.0 |
| 1944 | 2026-08-31T09:28:53.017Z | Compiling tokio-stream v0.1.19 |
| 1945 | 2026-08-31T09:28:53.041Z | Compiling csv-core v0.1.13 |
| 1946 | 2026-08-31T09:28:53.321Z | Compiling bstr v1.13.1 |
| 1947 | 2026-08-31T09:28:53.367Z | Compiling same-file v1.0.6 |
| 1948 | 2026-08-31T09:28:53.430Z | Compiling foreign-types-shared v0.1.1 |
| 1949 | 2026-08-31T09:28:53.498Z | Compiling foldhash v0.1.5 |
| 1950 | 2026-08-31T09:28:53.520Z | Compiling unicode-width v0.1.14 |
| 1951 | 2026-08-31T09:28:53.539Z | Compiling jiff-core v0.1.0 |
| 1952 | 2026-08-31T09:28:53.680Z | Compiling highway v1.3.0 |
| 1953 | 2026-08-31T09:28:53.805Z | Compiling konst_macro_rules v0.2.19 |
| 1954 | 2026-08-31T09:28:53.815Z | Compiling globset v0.4.20 |
| 1955 | 2026-08-31T09:28:53.883Z | Compiling hashbrown v0.15.5 |
| 1956 | 2026-08-31T09:28:53.979Z | Compiling konst v0.2.20 |
| 1957 | 2026-08-31T09:28:54.072Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1958 | 2026-08-31T09:28:54.219Z | Compiling foreign-types v0.3.2 |
| 1959 | 2026-08-31T09:28:54.296Z | Compiling jiff v0.2.35 |
| 1960 | 2026-08-31T09:28:54.417Z | Compiling progenitor v0.14.0 |
| 1961 | 2026-08-31T09:28:54.564Z | Compiling walkdir v2.5.0 |
| 1962 | 2026-08-31T09:28:54.589Z | Compiling qorb v0.4.1 |
| 1963 | 2026-08-31T09:28:54.670Z | Compiling progenitor v0.13.0 |
| 1964 | 2026-08-31T09:28:54.815Z | Compiling csv v1.4.0 |
| 1965 | 2026-08-31T09:28:54.904Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1966 | 2026-08-31T09:28:55.296Z | Compiling snafu v0.8.9 |
| 1967 | 2026-08-31T09:28:55.375Z | Compiling olpc-cjson v0.1.4 |
| 1968 | 2026-08-31T09:28:55.527Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1969 | 2026-08-31T09:28:55.543Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1970 | 2026-08-31T09:28:55.673Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 1971 | 2026-08-31T09:28:55.724Z | Compiling rayon v1.12.0 |
| 1972 | 2026-08-31T09:28:55.855Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1973 | 2026-08-31T09:28:56.549Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1974 | 2026-08-31T09:28:56.926Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1975 | 2026-08-31T09:28:56.967Z | Compiling phf v0.12.1 |
| 1976 | 2026-08-31T09:28:57.075Z | Compiling openssl-sys v0.9.117 |
| 1977 | 2026-08-31T09:28:57.123Z | Compiling tokio-dtrace v0.1.1 |
| 1978 | 2026-08-31T09:28:57.227Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1979 | 2026-08-31T09:28:57.396Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1980 | 2026-08-31T09:28:57.495Z | Compiling itertools v0.12.1 |
| 1981 | 2026-08-31T09:28:57.521Z | Compiling libsw-core v0.3.2 |
| 1982 | 2026-08-31T09:28:57.602Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1983 | 2026-08-31T09:28:57.696Z | Compiling pem v3.0.6 |
| 1984 | 2026-08-31T09:28:57.958Z | Compiling serde_plain v1.0.2 |
| 1985 | 2026-08-31T09:28:58.063Z | Compiling sigpipe v0.1.3 |
| 1986 | 2026-08-31T09:28:58.097Z | Compiling typed-path v0.9.3 |
| 1987 | 2026-08-31T09:28:58.153Z | Compiling glob v0.3.4 |
| 1988 | 2026-08-31T09:28:58.167Z | Compiling fixedbitset v0.4.2 |
| 1989 | 2026-08-31T09:28:58.179Z | Compiling minimal-lexical v0.2.1 |
| 1990 | 2026-08-31T09:28:58.398Z | Compiling fixedbitset v0.5.7 |
| 1991 | 2026-08-31T09:28:58.440Z | Compiling nom v7.1.3 |
| 1992 | 2026-08-31T09:28:58.579Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1993 | 2026-08-31T09:28:58.720Z | Compiling zone v0.3.1 |
| 1994 | 2026-08-31T09:28:58.732Z | Compiling petgraph v0.8.3 |
| 1995 | 2026-08-31T09:28:58.982Z | Compiling tough v0.22.0 |
| 1996 | 2026-08-31T09:28:59.038Z | Compiling petgraph v0.6.5 |
| 1997 | 2026-08-31T09:28:59.238Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1998 | 2026-08-31T09:28:59.389Z | Compiling openssl v0.10.81 |
| 1999 | 2026-08-31T09:28:59.445Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2000 | 2026-08-31T09:28:59.456Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2001 | 2026-08-31T09:28:59.803Z | Compiling libsw v3.5.0 |
| 2002 | 2026-08-31T09:28:59.984Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2003 | 2026-08-31T09:29:00.231Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2004 | 2026-08-31T09:29:00.268Z | Compiling oxide-tokio-rt v0.1.6 |
| 2005 | 2026-08-31T09:29:00.482Z | Compiling chrono-tz v0.10.4 |
| 2006 | 2026-08-31T09:29:00.497Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2007 | 2026-08-31T09:29:00.548Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2008 | 2026-08-31T09:29:00.561Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9) |
| 2009 | 2026-08-31T09:29:00.574Z | Compiling newtype_derive v0.1.6 |
| 2010 | 2026-08-31T09:29:00.647Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2011 | 2026-08-31T09:29:00.713Z | Compiling slog-dtrace v0.3.0 |
| 2012 | 2026-08-31T09:29:00.863Z | Compiling const_format v0.2.36 |
| 2013 | 2026-08-31T09:29:01.016Z | Compiling owo-colors v4.3.0 |
| 2014 | 2026-08-31T09:29:01.199Z | Compiling cancel-safe-futures v0.1.5 |
| 2015 | 2026-08-31T09:29:01.419Z | Compiling papergrid v0.11.0 |
| 2016 | 2026-08-31T09:29:01.504Z | Compiling gethostname v0.5.0 |
| 2017 | 2026-08-31T09:29:01.504Z | Compiling libscf-sys v1.2.0 |
| 2018 | 2026-08-31T09:29:01.624Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2019 | 2026-08-31T09:29:01.653Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2020 | 2026-08-31T09:29:01.778Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2021 | 2026-08-31T09:29:01.797Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2022 | 2026-08-31T09:29:02.047Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2023 | 2026-08-31T09:29:02.176Z | Compiling smf v0.2.3 |
| 2024 | 2026-08-31T09:29:02.339Z | Compiling bcs v0.1.6 |
| 2025 | 2026-08-31T09:29:02.583Z | Compiling unicode-linebreak v0.1.5 |
| 2026 | 2026-08-31T09:29:02.666Z | Compiling termtree v0.5.1 |
| 2027 | 2026-08-31T09:29:02.755Z | Compiling whoami v1.6.1 |
| 2028 | 2026-08-31T09:29:02.817Z | Compiling linear-map v1.2.0 |
| 2029 | 2026-08-31T09:29:02.836Z | Compiling smawk v0.3.3 |
| 2030 | 2026-08-31T09:29:02.964Z | Compiling tagptr v0.2.0 |
| 2031 | 2026-08-31T09:29:02.998Z | Compiling lazy_static v1.5.0 |
| 2032 | 2026-08-31T09:29:03.010Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2033 | 2026-08-31T09:29:03.044Z | Compiling textwrap v0.16.2 |
| 2034 | 2026-08-31T09:29:03.063Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2035 | 2026-08-31T09:29:03.097Z | Compiling moka v0.12.16 |
| 2036 | 2026-08-31T09:29:03.108Z | Compiling steno v0.4.1 |
| 2037 | 2026-08-31T09:29:03.111Z | Compiling tabled v0.15.0 |
| 2038 | 2026-08-31T09:29:03.536Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2039 | 2026-08-31T09:29:03.885Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2040 | 2026-08-31T09:29:04.225Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2041 | 2026-08-31T09:29:04.556Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2042 | 2026-08-31T09:29:04.753Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2043 | 2026-08-31T09:29:05.033Z | Compiling cookie v0.18.2 |
| 2044 | 2026-08-31T09:29:05.583Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2045 | 2026-08-31T09:29:05.886Z | Compiling papergrid v0.18.0 |
| 2046 | 2026-08-31T09:29:05.997Z | Compiling hickory-proto v0.25.2 |
| 2047 | 2026-08-31T09:29:06.455Z | Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 2048 | 2026-08-31T09:29:06.615Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981) |
| 2049 | 2026-08-31T09:29:06.875Z | Compiling tabled v0.21.0 |
| 2050 | 2026-08-31T09:29:07.610Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981) |
| 2051 | 2026-08-31T09:29:07.668Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2052 | 2026-08-31T09:29:07.807Z | Compiling itertools v0.15.0 |
| 2053 | 2026-08-31T09:29:08.043Z | Compiling hickory-resolver v0.25.2 |
| 2054 | 2026-08-31T09:29:08.970Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 2055 | 2026-08-31T09:29:09.127Z | Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common) |
| 2056 | 2026-08-31T09:29:09.354Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981) |
| 2057 | 2026-08-31T09:29:09.449Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2058 | 2026-08-31T09:29:09.512Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2059 | 2026-08-31T09:29:10.080Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 2060 | 2026-08-31T09:29:10.155Z | Compiling crc8 v0.1.1 |
| 2061 | 2026-08-31T09:29:10.280Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 2062 | 2026-08-31T09:29:10.537Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 2063 | 2026-08-31T09:29:10.642Z | Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 2064 | 2026-08-31T09:29:10.817Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 2065 | 2026-08-31T09:29:11.320Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 2066 | 2026-08-31T09:29:13.272Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2067 | 2026-08-31T09:29:21.053Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2068 | 2026-08-31T09:29:22.689Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2069 | 2026-08-31T09:29:23.724Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 2070 | 2026-08-31T09:29:24.983Z | Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask) |
| 2071 | 2026-08-31T09:29:26.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
| 2072 | 2026-08-31T09:29:26.500Z | Running `target/debug/xtask openapi check` |
| 2073 | 2026-08-31T09:29:26.975Z | Compiling serde_core v1.0.229 |
| 2074 | 2026-08-31T09:29:26.978Z | Compiling serde v1.0.229 |
| 2075 | 2026-08-31T09:29:27.045Z | Compiling serde_json v1.0.151 |
| 2076 | 2026-08-31T09:29:27.049Z | Compiling syn v3.0.3 |
| 2077 | 2026-08-31T09:29:27.049Z | Compiling syn v2.0.119 |
| 2078 | 2026-08-31T09:29:27.056Z | Compiling bytes v1.12.1 |
| 2079 | 2026-08-31T09:29:27.067Z | Compiling num-traits v0.2.19 |
| 2080 | 2026-08-31T09:29:27.073Z | Compiling once_cell v1.21.4 |
| 2081 | 2026-08-31T09:29:27.281Z | Compiling zerocopy v0.8.56 |
| 2082 | 2026-08-31T09:29:27.438Z | Compiling getrandom v0.4.3 |
| 2083 | 2026-08-31T09:29:27.692Z | Compiling slog v2.8.2 |
| 2084 | 2026-08-31T09:29:27.718Z | Compiling schemars v0.8.22 |
| 2085 | 2026-08-31T09:29:27.740Z | Compiling http v1.5.0 |
| 2086 | 2026-08-31T09:29:27.855Z | Compiling zeroize v1.9.0 |
| 2087 | 2026-08-31T09:29:27.962Z | Compiling hashbrown v0.17.1 |
| 2088 | 2026-08-31T09:29:28.016Z | Compiling aws-lc-rs v1.18.0 |
| 2089 | 2026-08-31T09:29:28.030Z | Compiling usdt-impl v0.6.0 |
| 2090 | 2026-08-31T09:29:28.039Z | Compiling time-macros v0.2.32 |
| 2091 | 2026-08-31T09:29:28.280Z | Compiling rustls-pki-types v1.15.1 |
| 2092 | 2026-08-31T09:29:28.502Z | Compiling tracing-core v0.1.36 |
| 2093 | 2026-08-31T09:29:28.679Z | Compiling bitflags v2.13.1 |
| 2094 | 2026-08-31T09:29:28.915Z | Compiling tracing v0.1.44 |
| 2095 | 2026-08-31T09:29:29.150Z | Compiling uuid v1.26.0 |
| 2096 | 2026-08-31T09:29:29.206Z | Compiling indexmap v2.14.0 |
| 2097 | 2026-08-31T09:29:29.216Z | Compiling time v0.3.55 |
| 2098 | 2026-08-31T09:29:29.576Z | Compiling pest_generator v2.8.8 |
| 2099 | 2026-08-31T09:29:29.834Z | Compiling serde_derive_internals v0.29.1 |
| 2100 | 2026-08-31T09:29:30.000Z | Compiling serde_derive v1.0.229 |
| 2101 | 2026-08-31T09:29:30.091Z | Compiling thiserror-impl v2.0.20 |
| 2102 | 2026-08-31T09:29:30.159Z | Compiling tokio-macros v2.7.2 |
| 2103 | 2026-08-31T09:29:30.184Z | Compiling futures-macro v0.3.34 |
| 2104 | 2026-08-31T09:29:30.193Z | Compiling camino v1.2.5 |
| 2105 | 2026-08-31T09:29:30.558Z | Compiling http-body v1.1.0 |
| 2106 | 2026-08-31T09:29:30.613Z | Compiling generic-array v0.14.7 |
| 2107 | 2026-08-31T09:29:30.716Z | Compiling rustls v0.23.43 |
| 2108 | 2026-08-31T09:29:30.728Z | Compiling rustls-webpki v0.103.14 |
| 2109 | 2026-08-31T09:29:30.761Z | Compiling zerocopy-derive v0.8.56 |
| 2110 | 2026-08-31T09:29:30.858Z | Compiling pest_derive v2.8.8 |
| 2111 | 2026-08-31T09:29:30.867Z | Compiling tokio v1.53.1 |
| 2112 | 2026-08-31T09:29:30.990Z | Compiling schemars_derive v0.8.22 |
| 2113 | 2026-08-31T09:29:31.252Z | Compiling scroll_derive v0.13.1 |
| 2114 | 2026-08-31T09:29:31.275Z | Compiling thiserror v2.0.20 |
| 2115 | 2026-08-31T09:29:31.391Z | Compiling futures-util v0.3.34 |
| 2116 | 2026-08-31T09:29:31.486Z | Compiling dtrace-parser v0.3.0 |
| 2117 | 2026-08-31T09:29:32.127Z | Compiling scroll v0.13.0 |
| 2118 | 2026-08-31T09:29:32.255Z | Compiling rustix v1.1.4 |
| 2119 | 2026-08-31T09:29:32.392Z | Compiling goblin v0.10.7 |
| 2120 | 2026-08-31T09:29:33.184Z | Compiling chrono v0.4.45 |
| 2121 | 2026-08-31T09:29:33.228Z | Compiling erased-serde v0.3.31 |
| 2122 | 2026-08-31T09:29:33.474Z | Compiling serde_tokenstream v0.2.3 |
| 2123 | 2026-08-31T09:29:33.736Z | Compiling winnow v1.0.4 |
| 2124 | 2026-08-31T09:29:33.767Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2125 | 2026-08-31T09:29:33.991Z | Compiling crossbeam-epoch v0.9.20 |
| 2126 | 2026-08-31T09:29:34.083Z | Compiling subtle v2.6.1 |
| 2127 | 2026-08-31T09:29:34.238Z | Compiling getrandom v0.3.4 |
| 2128 | 2026-08-31T09:29:34.593Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 2129 | 2026-08-31T09:29:34.650Z | Compiling tokio-util v0.7.19 |
| 2130 | 2026-08-31T09:29:35.213Z | Compiling dof v0.4.0 |
| 2131 | 2026-08-31T09:29:35.295Z | Compiling h2 v0.4.15 |
| 2132 | 2026-08-31T09:29:35.389Z | Compiling oxnet v0.1.7 |
| 2133 | 2026-08-31T09:29:35.408Z | Compiling slog-json v2.6.1 |
| 2134 | 2026-08-31T09:29:35.615Z | Compiling toml_edit v0.25.13+spec-1.1.0 |
| 2135 | 2026-08-31T09:29:35.922Z | Compiling futures-executor v0.3.34 |
| 2136 | 2026-08-31T09:29:36.434Z | Compiling usdt-attr-macro v0.6.0 |
| 2137 | 2026-08-31T09:29:36.514Z | Compiling usdt-macro v0.6.0 |
| 2138 | 2026-08-31T09:29:36.518Z | Compiling openapiv3 v2.2.0 |
| 2139 | 2026-08-31T09:29:36.931Z | Compiling async-stream-impl v0.3.6 |
| 2140 | 2026-08-31T09:29:37.241Z | Compiling serde_spanned v1.1.1 |
| 2141 | 2026-08-31T09:29:37.262Z | Compiling semver v1.0.28 |
| 2142 | 2026-08-31T09:29:37.399Z | Compiling rustix v0.38.44 |
| 2143 | 2026-08-31T09:29:37.501Z | Compiling hyper v1.11.0 |
| 2144 | 2026-08-31T09:29:37.558Z | Compiling toml v1.1.4+spec-1.1.0 |
| 2145 | 2026-08-31T09:29:37.562Z | Compiling dropshot_endpoint v0.17.1 |
| 2146 | 2026-08-31T09:29:37.730Z | Compiling async-stream v0.3.6 |
| 2147 | 2026-08-31T09:29:37.840Z | Compiling multer v3.1.0 |
| 2148 | 2026-08-31T09:29:37.907Z | Compiling serde_urlencoded v0.7.1 |
| 2149 | 2026-08-31T09:29:38.131Z | Compiling slog-async v2.8.0 |
| 2150 | 2026-08-31T09:29:38.163Z | Compiling slog-term v2.9.2 |
| 2151 | 2026-08-31T09:29:38.332Z | Compiling usdt v0.6.0 |
| 2152 | 2026-08-31T09:29:38.408Z | Compiling tokio-rustls v0.26.4 |
| 2153 | 2026-08-31T09:29:38.616Z | Compiling hyper-util v0.1.20 |
| 2154 | 2026-08-31T09:29:38.633Z | Compiling proc-macro-crate v3.5.0 |
| 2155 | 2026-08-31T09:29:38.671Z | Compiling futures v0.3.34 |
| 2156 | 2026-08-31T09:29:38.753Z | Compiling async-compression v0.4.43 |
| 2157 | 2026-08-31T09:29:38.810Z | Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common) |
| 2158 | 2026-08-31T09:29:38.959Z | Compiling slog-bunyan v2.5.0 |
| 2159 | 2026-08-31T09:29:39.093Z | Compiling http-body-util v0.1.5 |
| 2160 | 2026-08-31T09:29:39.102Z | Compiling async-trait v0.1.92 |
| 2161 | 2026-08-31T09:29:39.186Z | Compiling serde_path_to_error v0.1.20 |
| 2162 | 2026-08-31T09:29:39.199Z | Compiling rustls-pemfile v2.2.0 |
| 2163 | 2026-08-31T09:29:39.215Z | Compiling aho-corasick v1.1.5 |
| 2164 | 2026-08-31T09:29:39.352Z | Compiling tempfile v3.27.0 |
| 2165 | 2026-08-31T09:29:39.389Z | Compiling crossbeam-deque v0.8.7 |
| 2166 | 2026-08-31T09:29:39.416Z | Compiling num_enum_derive v0.7.6 |
| 2167 | 2026-08-31T09:29:39.584Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2168 | 2026-08-31T09:29:39.744Z | Compiling block-buffer v0.10.4 |
| 2169 | 2026-08-31T09:29:39.883Z | Compiling crypto-common v0.1.7 |
| 2170 | 2026-08-31T09:29:39.892Z | Compiling git-stub v1.0.0 |
| 2171 | 2026-08-31T09:29:39.930Z | Compiling clap_builder v4.6.6 |
| 2172 | 2026-08-31T09:29:40.010Z | Compiling digest v0.10.7 |
| 2173 | 2026-08-31T09:29:40.048Z | Compiling dropshot v0.17.1 |
| 2174 | 2026-08-31T09:29:40.157Z | Compiling regex-automata v0.4.18 |
| 2175 | 2026-08-31T09:29:40.206Z | Compiling atomicwrites v0.4.4 |
| 2176 | 2026-08-31T09:29:40.259Z | Compiling rayon-core v1.13.0 |
| 2177 | 2026-08-31T09:29:40.394Z | Compiling fs-err v3.3.1 |
| 2178 | 2026-08-31T09:29:40.414Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 2179 | 2026-08-31T09:29:40.451Z | Compiling num_enum v0.7.6 |
| 2180 | 2026-08-31T09:29:40.570Z | Compiling terminal_size v0.4.4 |
| 2181 | 2026-08-31T09:29:40.688Z | Compiling clap_derive v4.6.4 |
| 2182 | 2026-08-31T09:29:40.709Z | Compiling serde_repr v0.1.21 |
| 2183 | 2026-08-31T09:29:40.957Z | Compiling nom v8.0.0 |
| 2184 | 2026-08-31T09:29:41.102Z | Compiling bstr v1.13.1 |
| 2185 | 2026-08-31T09:29:41.265Z | Compiling is_ci v1.2.0 |
| 2186 | 2026-08-31T09:29:41.406Z | Compiling either v1.17.0 |
| 2187 | 2026-08-31T09:29:41.443Z | Compiling sha2 v0.10.9 |
| 2188 | 2026-08-31T09:29:41.556Z | Compiling textwrap v0.16.2 |
| 2189 | 2026-08-31T09:29:41.613Z | Compiling rayon v1.12.0 |
| 2190 | 2026-08-31T09:29:41.878Z | Compiling supports-color v3.0.2 |
| 2191 | 2026-08-31T09:29:42.053Z | Compiling regex v1.13.1 |
| 2192 | 2026-08-31T09:29:42.093Z | Compiling similar v2.7.0 |
| 2193 | 2026-08-31T09:29:42.377Z | Compiling clap v4.6.6 |
| 2194 | 2026-08-31T09:29:42.463Z | Compiling drift v0.2.0 |
| 2195 | 2026-08-31T09:29:42.512Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 2196 | 2026-08-31T09:29:43.007Z | Compiling git-stub-vcs v0.1.0 |
| 2197 | 2026-08-31T09:29:43.203Z | Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 2198 | 2026-08-31T09:29:43.286Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2199 | 2026-08-31T09:29:43.295Z | Compiling dropshot-api-manager v0.7.2 |
| 2200 | 2026-08-31T09:29:43.368Z | Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 2201 | 2026-08-31T09:29:48.560Z | Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 2202 | 2026-08-31T09:29:49.804Z | Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis) |
| 2203 | 2026-08-31T09:29:57.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.62s |
| 2204 | 2026-08-31T09:29:57.250Z | Running `target/debug/maghemite-dropshot-apis check` |
| 2205 | 2026-08-31T09:29:57.281Z | ------- |
| 2206 | 2026-08-31T09:29:57.281Z | Generating OpenAPI documents from API definitions ... |
| 2207 | 2026-08-31T09:29:57.353Z | Loading local OpenAPI documents from "/work/oxidecomputer/maghemite/openapi" ... |
| 2208 | 2026-08-31T09:29:57.393Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 2209 | 2026-08-31T09:29:57.540Z | ------- |
| 2210 | 2026-08-31T09:29:57.540Z | Checking 16 OpenAPI documents... |
| 2211 | 2026-08-31T09:29:57.540Z | Fresh ddm-admin (versioned v1.0.0 (blessed)): DDM Admin |
| 2212 | 2026-08-31T09:29:57.540Z | Fresh ddm-admin (versioned v2.0.0 (blessed)): DDM Admin |
| 2213 | 2026-08-31T09:29:57.540Z | Fresh ddm-admin (versioned v3.0.0 (added locally)): DDM Admin |
| 2214 | 2026-08-31T09:29:57.540Z | Fresh ddm-admin "latest" symlink |
| 2215 | 2026-08-31T09:29:57.582Z | Fresh mg-admin (versioned v1.0.0 (blessed)): Maghemite Admin |
| 2216 | 2026-08-31T09:29:57.582Z | Fresh mg-admin (versioned v2.0.0 (blessed)): Maghemite Admin |
| 2217 | 2026-08-31T09:29:57.582Z | Fresh mg-admin (versioned v3.0.0 (blessed)): Maghemite Admin |
| 2218 | 2026-08-31T09:29:57.582Z | Fresh mg-admin (versioned v4.0.0 (blessed)): Maghemite Admin |
| 2219 | 2026-08-31T09:29:57.582Z | Fresh mg-admin (versioned v5.0.0 (blessed)): Maghemite Admin |
| 2220 | 2026-08-31T09:29:57.582Z | Fresh mg-admin (versioned v6.0.0 (blessed)): Maghemite Admin |
| 2221 | 2026-08-31T09:29:57.582Z | Fresh mg-admin (versioned v7.0.0 (blessed)): Maghemite Admin |
| 2222 | 2026-08-31T09:29:57.582Z | Fresh mg-admin (versioned v8.0.0 (blessed)): Maghemite Admin |
| 2223 | 2026-08-31T09:29:57.582Z | Fresh mg-admin (versioned v9.0.0 (blessed)): Maghemite Admin |
| 2224 | 2026-08-31T09:29:57.583Z | Fresh mg-admin (versioned v10.0.0 (blessed)): Maghemite Admin |
| 2225 | 2026-08-31T09:29:57.583Z | Fresh mg-admin (versioned v11.0.0 (blessed)): Maghemite Admin |
| 2226 | 2026-08-31T09:29:57.583Z | Fresh mg-admin (versioned v12.0.0 (blessed)): Maghemite Admin |
| 2227 | 2026-08-31T09:29:57.583Z | Fresh mg-admin (versioned v13.0.0 (added locally)): Maghemite Admin |
| 2228 | 2026-08-31T09:29:57.583Z | Fresh mg-admin "latest" symlink |
| 2229 | 2026-08-31T09:29:57.583Z | ------- |
| 2230 | 2026-08-31T09:29:57.583Z | Success 16 documents checked: 18 fresh, 0 stale, 0 failed, 0 other problems |
| 2231 | 2026-08-31T09:29:57.589Z | + banner build |
| 2232 | 2026-08-31T09:29:57.592Z | |
| 2233 | 2026-08-31T09:29:57.592Z | ##### # # # # ##### |
| 2234 | 2026-08-31T09:29:57.592Z | # # # # # # # # |
| 2235 | 2026-08-31T09:29:57.592Z | ##### # # # # # # |
| 2236 | 2026-08-31T09:29:57.592Z | # # # # # # # # |
| 2237 | 2026-08-31T09:29:57.592Z | # # # # # # # # |
| 2238 | 2026-08-31T09:29:57.592Z | ##### #### # ###### ##### |
| 2239 | 2026-08-31T09:29:57.592Z | |
| 2240 | 2026-08-31T09:29:57.592Z | + ptime -m cargo build |
| 2241 | 2026-08-31T09:29:58.217Z | Compiling smallvec v1.15.2 |
| 2242 | 2026-08-31T09:29:58.333Z | Compiling log v0.4.33 |
| 2243 | 2026-08-31T09:29:58.352Z | Compiling ring v0.17.14 |
| 2244 | 2026-08-31T09:29:58.374Z | Compiling webpki-roots v1.0.9 |
| 2245 | 2026-08-31T09:29:58.429Z | Compiling fxhash v0.2.1 |
| 2246 | 2026-08-31T09:29:58.429Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe) |
| 2247 | 2026-08-31T09:29:58.465Z | Compiling arc-swap v1.9.2 |
| 2248 | 2026-08-31T09:29:58.468Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 2249 | 2026-08-31T09:29:58.487Z | Compiling goblin v0.10.7 |
| 2250 | 2026-08-31T09:29:58.532Z | Compiling icu_normalizer v2.2.0 |
| 2251 | 2026-08-31T09:29:58.536Z | Compiling parking_lot_core v0.9.12 |
| 2252 | 2026-08-31T09:29:58.577Z | Compiling goblin v0.8.2 |
| 2253 | 2026-08-31T09:29:58.665Z | Compiling globset v0.4.20 |
| 2254 | 2026-08-31T09:29:58.758Z | Compiling parking_lot v0.12.5 |
| 2255 | 2026-08-31T09:29:58.783Z | Compiling parking_lot_core v0.8.6 |
| 2256 | 2026-08-31T09:29:58.841Z | Compiling slog-scope v4.4.1 |
| 2257 | 2026-08-31T09:29:59.086Z | Compiling idna_adapter v1.2.2 |
| 2258 | 2026-08-31T09:29:59.098Z | Compiling tokio v1.53.1 |
| 2259 | 2026-08-31T09:29:59.110Z | Compiling moka v0.12.16 |
| 2260 | 2026-08-31T09:29:59.138Z | Compiling parking_lot v0.11.2 |
| 2261 | 2026-08-31T09:29:59.241Z | Compiling idna v1.1.0 |
| 2262 | 2026-08-31T09:29:59.423Z | Compiling sled v0.34.7 |
| 2263 | 2026-08-31T09:29:59.523Z | Compiling url v2.5.8 |
| 2264 | 2026-08-31T09:29:59.911Z | Compiling rustls-webpki v0.103.14 |
| 2265 | 2026-08-31T09:29:59.957Z | Compiling internet-checksum v0.2.1 |
| 2266 | 2026-08-31T09:30:00.094Z | Compiling schemars v0.8.22 |
| 2267 | 2026-08-31T09:30:00.279Z | Compiling slog-stdlog v4.1.1 |
| 2268 | 2026-08-31T09:30:00.346Z | Compiling ingot-types v0.2.0 |
| 2269 | 2026-08-31T09:30:00.490Z | Compiling rustls v0.23.43 |
| 2270 | 2026-08-31T09:30:00.751Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2271 | 2026-08-31T09:30:00.852Z | Compiling ipnetwork v0.21.1 |
| 2272 | 2026-08-31T09:30:01.102Z | Compiling oxnet v0.1.7 |
| 2273 | 2026-08-31T09:30:01.284Z | Compiling newtype-uuid v1.4.0 |
| 2274 | 2026-08-31T09:30:01.412Z | Compiling dof v0.4.0 |
| 2275 | 2026-08-31T09:30:01.627Z | Compiling daft v0.1.8 |
| 2276 | 2026-08-31T09:30:01.630Z | Compiling serde_with v3.22.0 |
| 2277 | 2026-08-31T09:30:01.934Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2278 | 2026-08-31T09:30:02.426Z | Compiling usdt-impl v0.6.0 |
| 2279 | 2026-08-31T09:30:02.448Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2280 | 2026-08-31T09:30:02.748Z | Compiling usdt v0.6.0 |
| 2281 | 2026-08-31T09:30:03.013Z | Compiling tokio-util v0.7.19 |
| 2282 | 2026-08-31T09:30:03.043Z | Compiling tower v0.5.3 |
| 2283 | 2026-08-31T09:30:03.078Z | Compiling async-compression v0.4.43 |
| 2284 | 2026-08-31T09:30:03.338Z | Compiling iddqd v0.4.6 |
| 2285 | 2026-08-31T09:30:03.401Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2286 | 2026-08-31T09:30:03.481Z | Compiling tower-http v0.6.11 |
| 2287 | 2026-08-31T09:30:03.533Z | Compiling tokio-rustls v0.26.4 |
| 2288 | 2026-08-31T09:30:03.656Z | Compiling h2 v0.4.15 |
| 2289 | 2026-08-31T09:30:03.669Z | Compiling rustls-platform-verifier v0.7.0 |
| 2290 | 2026-08-31T09:30:03.764Z | Compiling backoff v0.4.0 |
| 2291 | 2026-08-31T09:30:03.806Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2292 | 2026-08-31T09:30:03.906Z | Compiling typify-impl v0.6.2 |
| 2293 | 2026-08-31T09:30:03.918Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2294 | 2026-08-31T09:30:03.983Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2295 | 2026-08-31T09:30:04.266Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2296 | 2026-08-31T09:30:04.387Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2297 | 2026-08-31T09:30:04.553Z | Compiling byte-wrapper v0.1.0 |
| 2298 | 2026-08-31T09:30:04.689Z | Compiling dof v0.3.0 |
| 2299 | 2026-08-31T09:30:04.703Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2300 | 2026-08-31T09:30:04.874Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2301 | 2026-08-31T09:30:04.918Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2302 | 2026-08-31T09:30:05.172Z | Compiling usdt-impl v0.5.0 |
| 2303 | 2026-08-31T09:30:05.493Z | Compiling usdt v0.5.0 |
| 2304 | 2026-08-31T09:30:05.780Z | Compiling hyper v1.11.0 |
| 2305 | 2026-08-31T09:30:05.839Z | Compiling typify v0.6.2 |
| 2306 | 2026-08-31T09:30:05.936Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2307 | 2026-08-31T09:30:05.955Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2308 | 2026-08-31T09:30:06.202Z | Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common) |
| 2309 | 2026-08-31T09:30:06.433Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2310 | 2026-08-31T09:30:06.521Z | Compiling progenitor-impl v0.14.0 |
| 2311 | 2026-08-31T09:30:06.541Z | Compiling hickory-proto v0.24.4 |
| 2312 | 2026-08-31T09:30:06.687Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2313 | 2026-08-31T09:30:07.000Z | Compiling hyper-util v0.1.20 |
| 2314 | 2026-08-31T09:30:07.386Z | Compiling progenitor-impl v0.13.0 |
| 2315 | 2026-08-31T09:30:07.485Z | Compiling tokio-stream v0.1.19 |
| 2316 | 2026-08-31T09:30:07.910Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2317 | 2026-08-31T09:30:07.986Z | Compiling tokio-dtrace v0.1.1 |
| 2318 | 2026-08-31T09:30:08.265Z | Compiling hyper-rustls v0.27.9 |
| 2319 | 2026-08-31T09:30:08.400Z | Compiling dropshot v0.17.1 |
| 2320 | 2026-08-31T09:30:08.493Z | Compiling hickory-resolver v0.24.4 |
| 2321 | 2026-08-31T09:30:08.597Z | Compiling reqwest v0.13.4 |
| 2322 | 2026-08-31T09:30:08.666Z | Compiling reqwest v0.12.28 |
| 2323 | 2026-08-31T09:30:09.483Z | Compiling qorb v0.4.1 |
| 2324 | 2026-08-31T09:30:09.697Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2325 | 2026-08-31T09:30:09.743Z | Compiling zone v0.3.1 |
| 2326 | 2026-08-31T09:30:10.506Z | Compiling progenitor-client v0.14.0 |
| 2327 | 2026-08-31T09:30:10.600Z | Compiling progenitor-client v0.10.0 |
| 2328 | 2026-08-31T09:30:10.822Z | Compiling progenitor-extras v0.2.0 |
| 2329 | 2026-08-31T09:30:10.862Z | Compiling progenitor v0.14.0 |
| 2330 | 2026-08-31T09:30:10.903Z | Compiling progenitor-client v0.13.0 |
| 2331 | 2026-08-31T09:30:11.017Z | Compiling libsw-core v0.3.2 |
| 2332 | 2026-08-31T09:30:11.074Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2333 | 2026-08-31T09:30:11.086Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 2334 | 2026-08-31T09:30:11.214Z | Compiling progenitor v0.13.0 |
| 2335 | 2026-08-31T09:30:11.228Z | Compiling libsw v3.5.0 |
| 2336 | 2026-08-31T09:30:11.368Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2337 | 2026-08-31T09:30:11.409Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2338 | 2026-08-31T09:30:11.435Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2339 | 2026-08-31T09:30:11.474Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2340 | 2026-08-31T09:30:12.082Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 2341 | 2026-08-31T09:30:12.301Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2342 | 2026-08-31T09:30:12.424Z | Compiling oxide-tokio-rt v0.1.6 |
| 2343 | 2026-08-31T09:30:12.481Z | Compiling slog-dtrace v0.3.0 |
| 2344 | 2026-08-31T09:30:12.750Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2345 | 2026-08-31T09:30:12.806Z | Compiling tough v0.22.0 |
| 2346 | 2026-08-31T09:30:12.819Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2347 | 2026-08-31T09:30:12.887Z | Compiling cancel-safe-futures v0.1.5 |
| 2348 | 2026-08-31T09:30:13.201Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2349 | 2026-08-31T09:30:13.344Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2350 | 2026-08-31T09:30:13.394Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2351 | 2026-08-31T09:30:13.512Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2352 | 2026-08-31T09:30:14.061Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2353 | 2026-08-31T09:30:14.145Z | Compiling hickory-proto v0.25.2 |
| 2354 | 2026-08-31T09:30:14.261Z | Compiling steno v0.4.1 |
| 2355 | 2026-08-31T09:30:14.648Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981) |
| 2356 | 2026-08-31T09:30:15.092Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 2357 | 2026-08-31T09:30:15.206Z | Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 2358 | 2026-08-31T09:30:15.642Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2359 | 2026-08-31T09:30:16.139Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2360 | 2026-08-31T09:30:16.190Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2361 | 2026-08-31T09:30:16.760Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2362 | 2026-08-31T09:30:16.826Z | Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 2363 | 2026-08-31T09:30:17.192Z | Compiling hickory-resolver v0.25.2 |
| 2364 | 2026-08-31T09:30:17.505Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2365 | 2026-08-31T09:30:17.668Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2366 | 2026-08-31T09:30:17.795Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2367 | 2026-08-31T09:30:18.257Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2368 | 2026-08-31T09:30:18.639Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2369 | 2026-08-31T09:30:18.832Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2370 | 2026-08-31T09:30:18.906Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981) |
| 2371 | 2026-08-31T09:30:19.057Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2372 | 2026-08-31T09:30:19.215Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2373 | 2026-08-31T09:30:19.248Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2374 | 2026-08-31T09:30:19.911Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981) |
| 2375 | 2026-08-31T09:30:20.045Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 2376 | 2026-08-31T09:30:20.251Z | Compiling typify-impl v0.4.3 |
| 2377 | 2026-08-31T09:30:20.277Z | Compiling ingot v0.2.1 |
| 2378 | 2026-08-31T09:30:21.025Z | Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 2379 | 2026-08-31T09:30:21.083Z | Compiling slog-envlogger v2.2.0 |
| 2380 | 2026-08-31T09:30:21.244Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 2381 | 2026-08-31T09:30:21.490Z | Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types) |
| 2382 | 2026-08-31T09:30:21.616Z | Compiling const-random v0.1.18 |
| 2383 | 2026-08-31T09:30:21.738Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 2384 | 2026-08-31T09:30:21.982Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 2385 | 2026-08-31T09:30:22.060Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 2386 | 2026-08-31T09:30:22.207Z | Compiling typify v0.4.3 |
| 2387 | 2026-08-31T09:30:22.337Z | Compiling ahash v0.8.12 |
| 2388 | 2026-08-31T09:30:22.533Z | Compiling smartstring v1.0.1 |
| 2389 | 2026-08-31T09:30:22.587Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 2390 | 2026-08-31T09:30:22.816Z | Compiling sha1 v0.10.7 |
| 2391 | 2026-08-31T09:30:23.061Z | Compiling utf-8 v0.7.6 |
| 2392 | 2026-08-31T09:30:23.223Z | Compiling thin-vec v0.2.19 |
| 2393 | 2026-08-31T09:30:23.262Z | Compiling tungstenite v0.21.0 |
| 2394 | 2026-08-31T09:30:23.505Z | Compiling rhai v1.26.0 |
| 2395 | 2026-08-31T09:30:23.543Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 2396 | 2026-08-31T09:30:24.044Z | Compiling progenitor-impl v0.10.0 |
| 2397 | 2026-08-31T09:30:24.138Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2398 | 2026-08-31T09:30:24.475Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2399 | 2026-08-31T09:30:24.632Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2400 | 2026-08-31T09:30:24.919Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2401 | 2026-08-31T09:30:25.381Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2402 | 2026-08-31T09:30:25.714Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2403 | 2026-08-31T09:30:26.635Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2404 | 2026-08-31T09:30:27.194Z | Compiling sha2 v0.10.9 |
| 2405 | 2026-08-31T09:30:27.593Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2406 | 2026-08-31T09:30:27.606Z | Compiling progenitor v0.10.0 |
| 2407 | 2026-08-31T09:30:27.667Z | Compiling lzma-sys v0.1.20 |
| 2408 | 2026-08-31T09:30:27.755Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 2409 | 2026-08-31T09:30:27.786Z | Compiling tokio-tungstenite v0.21.0 |
| 2410 | 2026-08-31T09:30:28.127Z | Compiling typeid v1.0.3 |
| 2411 | 2026-08-31T09:30:28.251Z | Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 2412 | 2026-08-31T09:30:28.387Z | Compiling port-file v0.1.0 |
| 2413 | 2026-08-31T09:30:28.597Z | Compiling git-stub v1.0.0 |
| 2414 | 2026-08-31T09:30:28.885Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2415 | 2026-08-31T09:30:29.113Z | Compiling unit-prefix v0.5.2 |
| 2416 | 2026-08-31T09:30:29.209Z | Compiling base64 v0.21.7 |
| 2417 | 2026-08-31T09:30:29.277Z | Compiling indicatif v0.18.6 |
| 2418 | 2026-08-31T09:30:29.323Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2419 | 2026-08-31T09:30:29.368Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 2420 | 2026-08-31T09:30:29.546Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2421 | 2026-08-31T09:30:29.999Z | Compiling git-stub-vcs v0.1.0 |
| 2422 | 2026-08-31T09:30:30.202Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 2423 | 2026-08-31T09:30:30.360Z | Compiling ron v0.12.2 |
| 2424 | 2026-08-31T09:30:30.395Z | Compiling xz2 v0.1.7 |
| 2425 | 2026-08-31T09:30:30.637Z | Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 2426 | 2026-08-31T09:30:30.702Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
| 2427 | 2026-08-31T09:30:30.841Z | Compiling similar v2.7.0 |
| 2428 | 2026-08-31T09:30:30.854Z | Compiling drift v0.2.0 |
| 2429 | 2026-08-31T09:30:31.770Z | Compiling base16ct v1.0.0 |
| 2430 | 2026-08-31T09:30:31.789Z | Compiling dropshot-api-manager v0.7.2 |
| 2431 | 2026-08-31T09:30:31.945Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 2432 | 2026-08-31T09:30:31.965Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 2433 | 2026-08-31T09:30:32.383Z | Compiling natord v1.0.9 |
| 2434 | 2026-08-31T09:30:32.566Z | Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util) |
| 2435 | 2026-08-31T09:30:34.890Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2436 | 2026-08-31T09:30:36.373Z | Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis) |
| 2437 | 2026-08-31T09:30:43.158Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2438 | 2026-08-31T09:30:44.869Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2439 | 2026-08-31T09:30:45.907Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 2440 | 2026-08-31T09:30:46.919Z | Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 2441 | 2026-08-31T09:30:46.919Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
| 2442 | 2026-08-31T09:30:46.922Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
| 2443 | 2026-08-31T09:30:47.272Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
| 2444 | 2026-08-31T09:30:47.278Z | Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
| 2445 | 2026-08-31T09:30:47.278Z | Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask) |
| 2446 | 2026-08-31T09:30:47.899Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 2447 | 2026-08-31T09:30:49.676Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 2448 | 2026-08-31T09:30:49.676Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 2449 | 2026-08-31T09:30:49.680Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
| 2450 | 2026-08-31T09:30:55.667Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
| 2451 | 2026-08-31T09:30:56.763Z | Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
| 2452 | 2026-08-31T09:30:56.766Z | Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab) |
| 2453 | 2026-08-31T09:30:56.766Z | Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
| 2454 | 2026-08-31T09:31:42.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 45s |
| 2455 | 2026-08-31T09:31:43.020Z | |
| 2456 | 2026-08-31T09:31:43.020Z | real 1:45.379013008 |
| 2457 | 2026-08-31T09:31:43.020Z | user 7:46.830122241 |
| 2458 | 2026-08-31T09:31:43.020Z | sys 1:07.715229716 |
| 2459 | 2026-08-31T09:31:43.020Z | trap 0.192398060 |
| 2460 | 2026-08-31T09:31:43.020Z | tflt 0.031936027 |
| 2461 | 2026-08-31T09:31:43.020Z | dflt 0.176139137 |
| 2462 | 2026-08-31T09:31:43.020Z | kflt 0.000101960 |
| 2463 | 2026-08-31T09:31:43.020Z | lock 32:01.875221990 |
| 2464 | 2026-08-31T09:31:43.020Z | slp 25:14.751194322 |
| 2465 | 2026-08-31T09:31:43.020Z | lat 23.857901627 |
| 2466 | 2026-08-31T09:31:43.020Z | stop 40.097021847 |
| 2467 | 2026-08-31T09:31:43.024Z | + ptime -m cargo build --release |
| 2468 | 2026-08-31T09:31:43.691Z | Compiling proc-macro2 v1.0.107 |
| 2469 | 2026-08-31T09:31:43.691Z | Compiling quote v1.0.47 |
| 2470 | 2026-08-31T09:31:43.691Z | Compiling unicode-ident v1.0.24 |
| 2471 | 2026-08-31T09:31:43.694Z | Compiling serde_core v1.0.229 |
| 2472 | 2026-08-31T09:31:43.694Z | Compiling serde v1.0.229 |
| 2473 | 2026-08-31T09:31:43.694Z | Compiling libc v0.2.189 |
| 2474 | 2026-08-31T09:31:43.694Z | Compiling cfg-if v1.0.4 |
| 2475 | 2026-08-31T09:31:43.912Z | Compiling zmij v1.0.23 |
| 2476 | 2026-08-31T09:31:43.925Z | Compiling autocfg v1.5.1 |
| 2477 | 2026-08-31T09:31:44.213Z | Compiling memchr v2.8.3 |
| 2478 | 2026-08-31T09:31:44.238Z | Compiling libm v0.2.16 |
| 2479 | 2026-08-31T09:31:44.553Z | Compiling itoa v1.0.18 |
| 2480 | 2026-08-31T09:31:44.590Z | Compiling icu_properties_data v2.2.0 |
| 2481 | 2026-08-31T09:31:44.807Z | Compiling icu_normalizer_data v2.2.0 |
| 2482 | 2026-08-31T09:31:44.822Z | Compiling version_check v0.9.5 |
| 2483 | 2026-08-31T09:31:44.878Z | Compiling stable_deref_trait v1.2.1 |
| 2484 | 2026-08-31T09:31:45.008Z | Compiling syn v2.0.119 |
| 2485 | 2026-08-31T09:31:45.023Z | Compiling syn v3.0.3 |
| 2486 | 2026-08-31T09:31:45.038Z | Compiling serde_json v1.0.151 |
| 2487 | 2026-08-31T09:31:45.096Z | Compiling thiserror v2.0.20 |
| 2488 | 2026-08-31T09:31:45.302Z | Compiling writeable v0.6.3 |
| 2489 | 2026-08-31T09:31:45.390Z | Compiling litemap v0.8.2 |
| 2490 | 2026-08-31T09:31:45.411Z | Compiling utf8_iter v1.0.4 |
| 2491 | 2026-08-31T09:31:45.507Z | Compiling num-traits v0.2.19 |
| 2492 | 2026-08-31T09:31:45.557Z | Compiling percent-encoding v2.3.2 |
| 2493 | 2026-08-31T09:31:45.825Z | Compiling form_urlencoded v1.2.2 |
| 2494 | 2026-08-31T09:31:45.944Z | Compiling parking_lot_core v0.9.12 |
| 2495 | 2026-08-31T09:31:46.054Z | Compiling rand_core v0.10.1 |
| 2496 | 2026-08-31T09:31:46.098Z | Compiling getrandom v0.4.3 |
| 2497 | 2026-08-31T09:31:46.218Z | Compiling iana-time-zone v0.1.65 |
| 2498 | 2026-08-31T09:31:46.248Z | Compiling heck v0.5.0 |
| 2499 | 2026-08-31T09:31:46.261Z | Compiling zerocopy v0.8.56 |
| 2500 | 2026-08-31T09:31:46.515Z | Compiling errno v0.3.14 |
| 2501 | 2026-08-31T09:31:46.648Z | Compiling uuid v1.26.0 |
| 2502 | 2026-08-31T09:31:46.958Z | Compiling semver v1.0.28 |
| 2503 | 2026-08-31T09:31:46.981Z | Compiling dyn-clone v1.0.20 |
| 2504 | 2026-08-31T09:31:47.143Z | Compiling schemars v0.8.22 |
| 2505 | 2026-08-31T09:31:47.266Z | Compiling jobserver v0.1.35 |
| 2506 | 2026-08-31T09:31:47.357Z | Compiling find-msvc-tools v0.1.10 |
| 2507 | 2026-08-31T09:31:47.428Z | Compiling shlex v2.0.1 |
| 2508 | 2026-08-31T09:31:47.609Z | Compiling cc v1.4.2 |
| 2509 | 2026-08-31T09:31:47.649Z | Compiling rustversion v1.0.23 |
| 2510 | 2026-08-31T09:31:47.698Z | Compiling getrandom v0.2.17 |
| 2511 | 2026-08-31T09:31:47.845Z | Compiling synstructure v0.13.2 |
| 2512 | 2026-08-31T09:31:47.926Z | Compiling serde_derive_internals v0.29.1 |
| 2513 | 2026-08-31T09:31:48.111Z | Compiling pin-project-lite v0.2.17 |
| 2514 | 2026-08-31T09:31:48.221Z | Compiling bitflags v2.13.1 |
| 2515 | 2026-08-31T09:31:48.270Z | Compiling serde_derive v1.0.229 |
| 2516 | 2026-08-31T09:31:48.347Z | Compiling displaydoc v0.2.7 |
| 2517 | 2026-08-31T09:31:48.374Z | Compiling thiserror-impl v2.0.20 |
| 2518 | 2026-08-31T09:31:48.623Z | Compiling tokio-macros v2.7.2 |
| 2519 | 2026-08-31T09:31:48.645Z | Compiling pkg-config v0.3.33 |
| 2520 | 2026-08-31T09:31:48.659Z | Compiling futures-macro v0.3.34 |
| 2521 | 2026-08-31T09:31:48.892Z | Compiling portable-atomic v1.15.0 |
| 2522 | 2026-08-31T09:31:48.988Z | Compiling zerofrom-derive v0.1.7 |
| 2523 | 2026-08-31T09:31:49.076Z | Compiling yoke-derive v0.8.2 |
| 2524 | 2026-08-31T09:31:49.127Z | Compiling zerovec-derive v0.11.3 |
| 2525 | 2026-08-31T09:31:49.346Z | Compiling schemars_derive v0.8.22 |
| 2526 | 2026-08-31T09:31:49.361Z | Compiling zerocopy-derive v0.8.56 |
| 2527 | 2026-08-31T09:31:49.463Z | Compiling zeroize_derive v1.5.0 |
| 2528 | 2026-08-31T09:31:49.745Z | Compiling socket2 v0.6.5 |
| 2529 | 2026-08-31T09:31:50.148Z | Compiling zeroize v1.9.0 |
| 2530 | 2026-08-31T09:31:50.168Z | Compiling scopeguard v1.2.0 |
| 2531 | 2026-08-31T09:31:50.209Z | Compiling zerofrom v0.1.8 |
| 2532 | 2026-08-31T09:31:50.289Z | Compiling lock_api v0.4.14 |
| 2533 | 2026-08-31T09:31:50.350Z | Compiling yoke v0.8.3 |
| 2534 | 2026-08-31T09:31:50.419Z | Compiling log v0.4.33 |
| 2535 | 2026-08-31T09:31:50.538Z | Compiling zerovec v0.11.6 |
| 2536 | 2026-08-31T09:31:50.552Z | Compiling zerotrie v0.2.4 |
| 2537 | 2026-08-31T09:31:50.556Z | Compiling critical-section v1.2.0 |
| 2538 | 2026-08-31T09:31:50.677Z | Compiling cmake v0.1.58 |
| 2539 | 2026-08-31T09:31:50.776Z | Compiling once_cell v1.21.4 |
| 2540 | 2026-08-31T09:31:50.957Z | Compiling signal-hook-registry v1.4.8 |
| 2541 | 2026-08-31T09:31:50.988Z | Compiling mio v1.2.2 |
| 2542 | 2026-08-31T09:31:51.017Z | Compiling dunce v1.0.5 |
| 2543 | 2026-08-31T09:31:51.032Z | Compiling fs_extra v1.3.0 |
| 2544 | 2026-08-31T09:31:51.151Z | Compiling tinystr v0.8.3 |
| 2545 | 2026-08-31T09:31:51.204Z | Compiling potential_utf v0.1.5 |
| 2546 | 2026-08-31T09:31:51.351Z | Compiling icu_locale_core v2.2.0 |
| 2547 | 2026-08-31T09:31:51.377Z | Compiling icu_collections v2.2.0 |
| 2548 | 2026-08-31T09:31:51.396Z | Compiling aws-lc-sys v0.44.0 |
| 2549 | 2026-08-31T09:31:51.414Z | Compiling smallvec v1.15.2 |
| 2550 | 2026-08-31T09:31:51.431Z | Compiling bytes v1.12.1 |
| 2551 | 2026-08-31T09:31:51.519Z | Compiling chrono v0.4.45 |
| 2552 | 2026-08-31T09:31:51.631Z | Compiling subtle v2.6.1 |
| 2553 | 2026-08-31T09:31:51.811Z | Compiling allocator-api2 v0.2.21 |
| 2554 | 2026-08-31T09:31:52.076Z | Compiling parking_lot v0.12.5 |
| 2555 | 2026-08-31T09:31:52.120Z | Compiling equivalent v1.0.2 |
| 2556 | 2026-08-31T09:31:52.153Z | Compiling serde_tokenstream v0.2.3 |
| 2557 | 2026-08-31T09:31:52.216Z | Compiling icu_provider v2.2.0 |
| 2558 | 2026-08-31T09:31:52.442Z | Compiling tokio v1.53.1 |
| 2559 | 2026-08-31T09:31:52.490Z | Compiling icu_properties v2.2.0 |
| 2560 | 2026-08-31T09:31:52.543Z | Compiling icu_normalizer v2.2.0 |
| 2561 | 2026-08-31T09:31:52.901Z | Compiling futures-core v0.3.34 |
| 2562 | 2026-08-31T09:31:53.072Z | Compiling httparse v1.10.1 |
| 2563 | 2026-08-31T09:31:53.430Z | Compiling idna_adapter v1.2.2 |
| 2564 | 2026-08-31T09:31:53.444Z | Compiling getrandom v0.3.4 |
| 2565 | 2026-08-31T09:31:53.582Z | Compiling idna v1.1.0 |
| 2566 | 2026-08-31T09:31:53.687Z | Compiling futures-sink v0.3.34 |
| 2567 | 2026-08-31T09:31:53.807Z | Compiling slab v0.4.12 |
| 2568 | 2026-08-31T09:31:53.810Z | Compiling typenum v1.20.1 |
| 2569 | 2026-08-31T09:31:54.027Z | Compiling url v2.5.8 |
| 2570 | 2026-08-31T09:31:54.041Z | Compiling rustix v1.1.4 |
| 2571 | 2026-08-31T09:31:54.129Z | Compiling thiserror v1.0.69 |
| 2572 | 2026-08-31T09:31:54.404Z | Compiling futures-channel v0.3.34 |
| 2573 | 2026-08-31T09:31:54.455Z | Compiling hashbrown v0.17.1 |
| 2574 | 2026-08-31T09:31:54.642Z | Compiling thiserror-impl v1.0.69 |
| 2575 | 2026-08-31T09:31:54.672Z | Compiling futures-io v0.3.34 |
| 2576 | 2026-08-31T09:31:54.885Z | Compiling regex-syntax v0.8.11 |
| 2577 | 2026-08-31T09:31:54.900Z | Compiling futures-task v0.3.34 |
| 2578 | 2026-08-31T09:31:55.083Z | Compiling futures-util v0.3.34 |
| 2579 | 2026-08-31T09:31:55.139Z | Compiling rand_core v0.6.4 |
| 2580 | 2026-08-31T09:31:55.403Z | Compiling aho-corasick v1.1.5 |
| 2581 | 2026-08-31T09:31:55.588Z | Compiling ipnetwork v0.21.1 |
| 2582 | 2026-08-31T09:31:55.815Z | Compiling ucd-trie v0.1.7 |
| 2583 | 2026-08-31T09:31:56.057Z | Compiling pest v2.8.8 |
| 2584 | 2026-08-31T09:31:56.438Z | Compiling regex-automata v0.4.18 |
| 2585 | 2026-08-31T09:31:56.836Z | Compiling indexmap v2.14.0 |
| 2586 | 2026-08-31T09:31:57.072Z | Compiling tracing-core v0.1.36 |
| 2587 | 2026-08-31T09:31:57.328Z | Compiling tracing-attributes v0.1.31 |
| 2588 | 2026-08-31T09:31:57.677Z | Compiling pest_meta v2.8.8 |
| 2589 | 2026-08-31T09:31:57.761Z | Compiling byteorder v1.5.0 |
| 2590 | 2026-08-31T09:31:58.038Z | Compiling base64 v0.22.1 |
| 2591 | 2026-08-31T09:31:58.547Z | Compiling tracing v0.1.44 |
| 2592 | 2026-08-31T09:31:58.584Z | Compiling regex v1.13.1 |
| 2593 | 2026-08-31T09:31:58.733Z | Compiling pest_generator v2.8.8 |
| 2594 | 2026-08-31T09:31:58.752Z | Compiling http v1.5.0 |
| 2595 | 2026-08-31T09:31:58.895Z | Compiling slog v2.8.2 |
| 2596 | 2026-08-31T09:31:58.971Z | Compiling erased-serde v0.3.31 |
| 2597 | 2026-08-31T09:31:59.038Z | Compiling fnv v1.0.7 |
| 2598 | 2026-08-31T09:31:59.160Z | Compiling strsim v0.11.1 |
| 2599 | 2026-08-31T09:31:59.345Z | Compiling pest_derive v2.8.8 |
| 2600 | 2026-08-31T09:31:59.575Z | Compiling anyhow v1.0.104 |
| 2601 | 2026-08-31T09:31:59.831Z | Compiling oxnet v0.1.7 |
| 2602 | 2026-08-31T09:31:59.940Z | Compiling ident_case v1.0.1 |
| 2603 | 2026-08-31T09:31:59.968Z | Compiling rustls-pki-types v1.15.1 |
| 2604 | 2026-08-31T09:32:00.068Z | Compiling ring v0.17.14 |
| 2605 | 2026-08-31T09:32:00.397Z | Compiling paste v1.0.15 |
| 2606 | 2026-08-31T09:32:00.583Z | Compiling aws-lc-rs v1.18.0 |
| 2607 | 2026-08-31T09:32:01.809Z | Compiling tokio-util v0.7.19 |
| 2608 | 2026-08-31T09:32:02.184Z | Compiling camino v1.2.5 |
| 2609 | 2026-08-31T09:32:02.292Z | Compiling untrusted v0.9.0 |
| 2610 | 2026-08-31T09:32:02.430Z | Compiling ipnet v2.12.1 |
| 2611 | 2026-08-31T09:32:02.516Z | Compiling untrusted v0.7.1 |
| 2612 | 2026-08-31T09:32:03.309Z | Compiling num-conv v0.2.2 |
| 2613 | 2026-08-31T09:32:03.468Z | Compiling time-core v0.1.9 |
| 2614 | 2026-08-31T09:32:03.564Z | Compiling rustls v0.23.43 |
| 2615 | 2026-08-31T09:32:03.658Z | Compiling time-macros v0.2.32 |
| 2616 | 2026-08-31T09:32:03.907Z | Compiling http-body v1.1.0 |
| 2617 | 2026-08-31T09:32:03.958Z | Compiling scroll_derive v0.13.1 |
| 2618 | 2026-08-31T09:32:04.079Z | Compiling atomic-waker v1.1.2 |
| 2619 | 2026-08-31T09:32:04.218Z | Compiling omicron-workspace-hack v0.1.0 |
| 2620 | 2026-08-31T09:32:04.441Z | Compiling async-trait v0.1.92 |
| 2621 | 2026-08-31T09:32:04.723Z | Compiling try-lock v0.2.5 |
| 2622 | 2026-08-31T09:32:04.779Z | Compiling tower-service v0.3.3 |
| 2623 | 2026-08-31T09:32:04.794Z | Compiling tower-layer v0.3.3 |
| 2624 | 2026-08-31T09:32:04.822Z | Compiling ryu v1.0.23 |
| 2625 | 2026-08-31T09:32:04.842Z | Compiling pretty-hex v0.4.2 |
| 2626 | 2026-08-31T09:32:04.878Z | Compiling want v0.3.1 |
| 2627 | 2026-08-31T09:32:04.982Z | Compiling h2 v0.4.15 |
| 2628 | 2026-08-31T09:32:04.996Z | Compiling httpdate v1.0.3 |
| 2629 | 2026-08-31T09:32:05.110Z | Compiling crc32fast v1.5.0 |
| 2630 | 2026-08-31T09:32:05.364Z | Compiling ppv-lite86 v0.2.21 |
| 2631 | 2026-08-31T09:32:05.400Z | Compiling crossbeam-utils v0.8.22 |
| 2632 | 2026-08-31T09:32:05.696Z | Compiling usdt-impl v0.6.0 |
| 2633 | 2026-08-31T09:32:06.106Z | Compiling serde_urlencoded v0.7.1 |
| 2634 | 2026-08-31T09:32:06.378Z | Compiling scroll v0.13.0 |
| 2635 | 2026-08-31T09:32:06.393Z | Compiling http-body-util v0.1.5 |
| 2636 | 2026-08-31T09:32:06.691Z | Compiling daft-derive v0.1.8 |
| 2637 | 2026-08-31T09:32:07.081Z | Compiling slog-async v2.8.0 |
| 2638 | 2026-08-31T09:32:07.116Z | Compiling plain v0.2.3 |
| 2639 | 2026-08-31T09:32:07.230Z | Compiling goblin v0.10.7 |
| 2640 | 2026-08-31T09:32:07.396Z | Compiling hyper v1.11.0 |
| 2641 | 2026-08-31T09:32:08.434Z | Compiling darling_core v0.23.0 |
| 2642 | 2026-08-31T09:32:10.518Z | Compiling hyper-util v0.1.20 |
| 2643 | 2026-08-31T09:32:11.173Z | Compiling foldhash v0.2.0 |
| 2644 | 2026-08-31T09:32:11.881Z | Compiling dof v0.4.0 |
| 2645 | 2026-08-31T09:32:12.508Z | Compiling darling_macro v0.23.0 |
| 2646 | 2026-08-31T09:32:12.747Z | Compiling dtrace-parser v0.3.0 |
| 2647 | 2026-08-31T09:32:12.885Z | Compiling openapiv3 v2.2.0 |
| 2648 | 2026-08-31T09:32:13.146Z | Compiling thread-id v5.1.0 |
| 2649 | 2026-08-31T09:32:13.322Z | Compiling darling v0.23.0 |
| 2650 | 2026-08-31T09:32:13.784Z | Compiling multer v3.1.0 |
| 2651 | 2026-08-31T09:32:14.028Z | Compiling ref-cast v1.0.26 |
| 2652 | 2026-08-31T09:32:14.387Z | Compiling usdt-attr-macro v0.6.0 |
| 2653 | 2026-08-31T09:32:14.993Z | Compiling usdt-macro v0.6.0 |
| 2654 | 2026-08-31T09:32:15.051Z | Compiling hashbrown v0.16.1 |
| 2655 | 2026-08-31T09:32:15.298Z | Compiling powerfmt v0.2.0 |
| 2656 | 2026-08-31T09:32:15.403Z | Compiling deranged v0.5.8 |
| 2657 | 2026-08-31T09:32:15.565Z | Compiling hex v0.4.3 |
| 2658 | 2026-08-31T09:32:15.783Z | Compiling winnow v1.0.4 |
| 2659 | 2026-08-31T09:32:15.848Z | Compiling num_threads v0.1.7 |
| 2660 | 2026-08-31T09:32:15.863Z | Compiling cpufeatures v0.3.0 |
| 2661 | 2026-08-31T09:32:15.954Z | Compiling syn v1.0.109 |
| 2662 | 2026-08-31T09:32:16.158Z | Compiling rand_core v0.9.5 |
| 2663 | 2026-08-31T09:32:16.177Z | Compiling sync_wrapper v1.0.2 |
| 2664 | 2026-08-31T09:32:16.300Z | Compiling async-stream-impl v0.3.6 |
| 2665 | 2026-08-31T09:32:16.362Z | Compiling ref-cast-impl v1.0.26 |
| 2666 | 2026-08-31T09:32:16.424Z | Compiling generic-array v0.14.7 |
| 2667 | 2026-08-31T09:32:16.540Z | Compiling time v0.3.55 |
| 2668 | 2026-08-31T09:32:16.673Z | Compiling dropshot v0.17.1 |
| 2669 | 2026-08-31T09:32:16.923Z | Compiling fastrand v2.5.0 |
| 2670 | 2026-08-31T09:32:17.007Z | Compiling tower v0.5.3 |
| 2671 | 2026-08-31T09:32:17.278Z | Compiling crossbeam-channel v0.5.16 |
| 2672 | 2026-08-31T09:32:17.357Z | Compiling webpki-roots v1.0.9 |
| 2673 | 2026-08-31T09:32:17.484Z | Compiling futures-executor v0.3.34 |
| 2674 | 2026-08-31T09:32:17.603Z | Compiling serde_tokenstream v0.3.0 |
| 2675 | 2026-08-31T09:32:17.899Z | Compiling structmeta-derive v0.3.0 |
| 2676 | 2026-08-31T09:32:17.961Z | Compiling newtype-uuid-macros v0.1.1 |
| 2677 | 2026-08-31T09:32:18.158Z | Compiling futures v0.3.34 |
| 2678 | 2026-08-31T09:32:18.246Z | Compiling tower-http v0.6.11 |
| 2679 | 2026-08-31T09:32:18.900Z | Compiling rand_chacha v0.9.0 |
| 2680 | 2026-08-31T09:32:18.982Z | Compiling structmeta v0.3.0 |
| 2681 | 2026-08-31T09:32:19.286Z | Compiling dropshot_endpoint v0.17.1 |
| 2682 | 2026-08-31T09:32:19.400Z | Compiling thread_local v1.1.10 |
| 2683 | 2026-08-31T09:32:19.437Z | Compiling rand v0.9.5 |
| 2684 | 2026-08-31T09:32:19.719Z | Compiling tempfile v3.27.0 |
| 2685 | 2026-08-31T09:32:20.110Z | Compiling newtype-uuid v1.4.0 |
| 2686 | 2026-08-31T09:32:20.134Z | Compiling strum_macros v0.26.4 |
| 2687 | 2026-08-31T09:32:20.293Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2688 | 2026-08-31T09:32:20.383Z | Compiling is-terminal v0.4.17 |
| 2689 | 2026-08-31T09:32:20.480Z | Compiling take_mut v0.2.2 |
| 2690 | 2026-08-31T09:32:20.494Z | Compiling term v1.2.1 |
| 2691 | 2026-08-31T09:32:20.928Z | Compiling slog-term v2.9.2 |
| 2692 | 2026-08-31T09:32:20.965Z | Compiling daft v0.1.8 |
| 2693 | 2026-08-31T09:32:21.563Z | Compiling hybrid-array v0.4.14 |
| 2694 | 2026-08-31T09:32:21.799Z | Compiling either v1.17.0 |
| 2695 | 2026-08-31T09:32:22.002Z | Compiling adler2 v2.0.1 |
| 2696 | 2026-08-31T09:32:22.033Z | Compiling simd-adler32 v0.3.10 |
| 2697 | 2026-08-31T09:32:22.053Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 2698 | 2026-08-31T09:32:22.243Z | Compiling miniz_oxide v0.8.9 |
| 2699 | 2026-08-31T09:32:22.284Z | Compiling serde_with_macros v3.22.0 |
| 2700 | 2026-08-31T09:32:22.343Z | Compiling macaddr v1.0.1 |
| 2701 | 2026-08-31T09:32:22.620Z | Compiling serde_spanned v1.1.1 |
| 2702 | 2026-08-31T09:32:22.874Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 2703 | 2026-08-31T09:32:22.877Z | Compiling openssl-probe v0.2.1 |
| 2704 | 2026-08-31T09:32:23.138Z | Compiling rustls-native-certs v0.8.4 |
| 2705 | 2026-08-31T09:32:23.141Z | Compiling flate2 v1.1.9 |
| 2706 | 2026-08-31T09:32:23.335Z | Compiling block-buffer v0.12.1 |
| 2707 | 2026-08-31T09:32:23.409Z | Compiling crypto-common v0.2.2 |
| 2708 | 2026-08-31T09:32:23.524Z | Compiling crypto-common v0.1.7 |
| 2709 | 2026-08-31T09:32:23.598Z | Compiling derive-ex v0.1.8 |
| 2710 | 2026-08-31T09:32:23.681Z | Compiling rand_chacha v0.3.1 |
| 2711 | 2026-08-31T09:32:23.695Z | Compiling strum_macros v0.27.2 |
| 2712 | 2026-08-31T09:32:23.900Z | Compiling memmap2 v0.9.11 |
| 2713 | 2026-08-31T09:32:24.453Z | Compiling debug-ignore v1.0.5 |
| 2714 | 2026-08-31T09:32:24.571Z | Compiling const-oid v0.10.2 |
| 2715 | 2026-08-31T09:32:24.645Z | Compiling match_cfg v0.1.0 |
| 2716 | 2026-08-31T09:32:24.672Z | Compiling compression-core v0.4.32 |
| 2717 | 2026-08-31T09:32:24.725Z | Compiling hostname v0.3.1 |
| 2718 | 2026-08-31T09:32:24.851Z | Compiling compression-codecs v0.4.38 |
| 2719 | 2026-08-31T09:32:24.872Z | Compiling digest v0.11.3 |
| 2720 | 2026-08-31T09:32:24.891Z | Compiling rand v0.8.7 |
| 2721 | 2026-08-31T09:32:25.164Z | Compiling test-strategy v0.4.5 |
| 2722 | 2026-08-31T09:32:25.190Z | Compiling slog-json v2.6.1 |
| 2723 | 2026-08-31T09:32:25.446Z | Compiling usdt v0.6.0 |
| 2724 | 2026-08-31T09:32:25.642Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2725 | 2026-08-31T09:32:25.665Z | Compiling encoding_rs v0.8.35 |
| 2726 | 2026-08-31T09:32:26.063Z | Compiling mime v0.3.17 |
| 2727 | 2026-08-31T09:32:26.079Z | Compiling spin v0.9.9 |
| 2728 | 2026-08-31T09:32:26.218Z | Compiling toml v1.1.4+spec-1.1.0 |
| 2729 | 2026-08-31T09:32:26.598Z | Compiling slog-bunyan v2.5.0 |
| 2730 | 2026-08-31T09:32:26.633Z | Compiling async-compression v0.4.43 |
| 2731 | 2026-08-31T09:32:27.025Z | Compiling sha1 v0.11.0 |
| 2732 | 2026-08-31T09:32:27.100Z | Compiling async-stream v0.3.6 |
| 2733 | 2026-08-31T09:32:27.399Z | Compiling waitgroup v0.1.2 |
| 2734 | 2026-08-31T09:32:27.461Z | Compiling rustls-pemfile v2.2.0 |
| 2735 | 2026-08-31T09:32:27.573Z | Compiling serde_path_to_error v0.1.20 |
| 2736 | 2026-08-31T09:32:27.741Z | Compiling hostname v0.4.2 |
| 2737 | 2026-08-31T09:32:28.017Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2738 | 2026-08-31T09:32:28.374Z | Compiling parse-display-derive v0.10.0 |
| 2739 | 2026-08-31T09:32:28.479Z | Compiling strum v0.26.3 |
| 2740 | 2026-08-31T09:32:28.619Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2741 | 2026-08-31T09:32:28.775Z | Compiling regress v0.10.5 |
| 2742 | 2026-08-31T09:32:29.654Z | Compiling wait-timeout v0.2.1 |
| 2743 | 2026-08-31T09:32:30.019Z | Compiling bit-vec v0.8.0 |
| 2744 | 2026-08-31T09:32:30.094Z | Compiling quick-error v1.2.3 |
| 2745 | 2026-08-31T09:32:30.109Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2746 | 2026-08-31T09:32:30.155Z | Compiling serde_with v3.22.0 |
| 2747 | 2026-08-31T09:32:30.213Z | Compiling rusty-fork v0.3.1 |
| 2748 | 2026-08-31T09:32:31.457Z | Compiling bit-set v0.8.0 |
| 2749 | 2026-08-31T09:32:31.466Z | Compiling block-buffer v0.10.4 |
| 2750 | 2026-08-31T09:32:31.467Z | Compiling rand_xorshift v0.4.0 |
| 2751 | 2026-08-31T09:32:31.467Z | Compiling unarray v0.1.4 |
| 2752 | 2026-08-31T09:32:31.467Z | Compiling digest v0.10.7 |
| 2753 | 2026-08-31T09:32:31.467Z | Compiling proptest v1.11.0 |
| 2754 | 2026-08-31T09:32:31.467Z | Compiling strum v0.27.2 |
| 2755 | 2026-08-31T09:32:31.472Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2756 | 2026-08-31T09:32:31.472Z | Compiling instant v0.1.13 |
| 2757 | 2026-08-31T09:32:31.504Z | Compiling iddqd v0.4.6 |
| 2758 | 2026-08-31T09:32:32.306Z | Compiling unicode-width v0.2.2 |
| 2759 | 2026-08-31T09:32:32.627Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2760 | 2026-08-31T09:32:32.687Z | Compiling backon v1.6.0 |
| 2761 | 2026-08-31T09:32:33.169Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2762 | 2026-08-31T09:32:33.259Z | Compiling backoff v0.4.0 |
| 2763 | 2026-08-31T09:32:33.383Z | Compiling parse-display v0.10.0 |
| 2764 | 2026-08-31T09:32:33.430Z | Compiling itertools v0.14.0 |
| 2765 | 2026-08-31T09:32:33.481Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2766 | 2026-08-31T09:32:33.705Z | Compiling humantime v2.4.0 |
| 2767 | 2026-08-31T09:32:34.175Z | Compiling cpufeatures v0.2.17 |
| 2768 | 2026-08-31T09:32:34.252Z | Compiling clap_derive v4.6.4 |
| 2769 | 2026-08-31T09:32:34.959Z | Compiling utf8parse v0.2.2 |
| 2770 | 2026-08-31T09:32:35.128Z | Compiling anstyle-parse v1.0.0 |
| 2771 | 2026-08-31T09:32:35.384Z | Compiling terminal_size v0.4.4 |
| 2772 | 2026-08-31T09:32:35.661Z | Compiling colorchoice v1.0.5 |
| 2773 | 2026-08-31T09:32:35.792Z | Compiling anstyle-query v1.1.5 |
| 2774 | 2026-08-31T09:32:36.769Z | Compiling is_terminal_polyfill v1.70.2 |
| 2775 | 2026-08-31T09:32:36.781Z | Compiling anstyle v1.0.14 |
| 2776 | 2026-08-31T09:32:36.782Z | Compiling anstream v1.0.0 |
| 2777 | 2026-08-31T09:32:37.081Z | Compiling clap_lex v1.1.0 |
| 2778 | 2026-08-31T09:32:37.430Z | Compiling clap_builder v4.6.6 |
| 2779 | 2026-08-31T09:32:37.955Z | Compiling regress v0.11.1 |
| 2780 | 2026-08-31T09:32:39.608Z | Compiling typify-impl v0.6.2 |
| 2781 | 2026-08-31T09:32:39.926Z | Compiling clap v4.6.6 |
| 2782 | 2026-08-31T09:32:40.175Z | Compiling toml_edit v0.25.13+spec-1.1.0 |
| 2783 | 2026-08-31T09:32:40.673Z | Compiling crucible-workspace-hack v0.1.0 |
| 2784 | 2026-08-31T09:32:40.780Z | Compiling proc-macro-crate v3.5.0 |
| 2785 | 2026-08-31T09:32:41.557Z | Compiling zerocopy-derive v0.7.35 |
| 2786 | 2026-08-31T09:32:42.309Z | Compiling unsafe-libyaml v0.2.11 |
| 2787 | 2026-08-31T09:32:42.958Z | Compiling typify-macro v0.6.2 |
| 2788 | 2026-08-31T09:32:43.939Z | Compiling serde_yaml v0.9.34+deprecated |
| 2789 | 2026-08-31T09:32:43.939Z | Compiling num_enum_derive v0.7.6 |
| 2790 | 2026-08-31T09:32:44.174Z | Compiling convert_case v0.4.0 |
| 2791 | 2026-08-31T09:32:44.298Z | Compiling num_enum v0.7.6 |
| 2792 | 2026-08-31T09:32:44.462Z | Compiling derive_more v0.99.20 |
| 2793 | 2026-08-31T09:32:44.670Z | Compiling toml_datetime v0.6.11 |
| 2794 | 2026-08-31T09:32:44.903Z | Compiling crossbeam-epoch v0.9.20 |
| 2795 | 2026-08-31T09:32:45.056Z | Compiling typify v0.6.2 |
| 2796 | 2026-08-31T09:32:45.422Z | Compiling secrecy v0.10.3 |
| 2797 | 2026-08-31T09:32:45.587Z | Compiling proc-macro-error-attr v1.0.4 |
| 2798 | 2026-08-31T09:32:45.828Z | Compiling rustix v0.38.44 |
| 2799 | 2026-08-31T09:32:46.198Z | Compiling heapless v0.8.0 |
| 2800 | 2026-08-31T09:32:46.237Z | Compiling tinyvec_macros v0.1.1 |
| 2801 | 2026-08-31T09:32:46.450Z | Compiling prettyplease v0.2.37 |
| 2802 | 2026-08-31T09:32:46.722Z | Compiling tinyvec v1.12.0 |
| 2803 | 2026-08-31T09:32:47.495Z | Compiling zerocopy v0.7.35 |
| 2804 | 2026-08-31T09:32:47.700Z | Compiling tabwriter v1.4.1 |
| 2805 | 2026-08-31T09:32:48.068Z | Compiling hash32 v0.3.1 |
| 2806 | 2026-08-31T09:32:48.222Z | Compiling rustc_version v0.4.1 |
| 2807 | 2026-08-31T09:32:48.275Z | Compiling scroll_derive v0.12.1 |
| 2808 | 2026-08-31T09:32:48.284Z | Compiling num-integer v0.1.47 |
| 2809 | 2026-08-31T09:32:48.432Z | Compiling proc-macro-error v1.0.4 |
| 2810 | 2026-08-31T09:32:48.608Z | Compiling usdt-impl v0.5.0 |
| 2811 | 2026-08-31T09:32:48.672Z | Compiling data-encoding v2.11.1 |
| 2812 | 2026-08-31T09:32:48.769Z | Compiling winnow v0.7.15 |
| 2813 | 2026-08-31T09:32:48.871Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2814 | 2026-08-31T09:32:48.939Z | Compiling smoltcp v0.11.0 |
| 2815 | 2026-08-31T09:32:49.275Z | Compiling scroll v0.12.0 |
| 2816 | 2026-08-31T09:32:49.535Z | Compiling curve25519-dalek v4.1.3 |
| 2817 | 2026-08-31T09:32:50.374Z | Compiling dof v0.3.0 |
| 2818 | 2026-08-31T09:32:51.105Z | Compiling dtrace-parser v0.2.0 |
| 2819 | 2026-08-31T09:32:51.532Z | Compiling hmac v0.12.1 |
| 2820 | 2026-08-31T09:32:51.532Z | Compiling darling_core v0.21.3 |
| 2821 | 2026-08-31T09:32:51.532Z | Compiling inout v0.1.4 |
| 2822 | 2026-08-31T09:32:51.533Z | Compiling ff v0.13.1 |
| 2823 | 2026-08-31T09:32:51.574Z | Compiling cobs v0.3.0 |
| 2824 | 2026-08-31T09:32:51.645Z | Compiling thread-id v4.2.2 |
| 2825 | 2026-08-31T09:32:51.810Z | Compiling static_assertions v1.1.0 |
| 2826 | 2026-08-31T09:32:51.913Z | Compiling bitflags v1.3.2 |
| 2827 | 2026-08-31T09:32:51.987Z | Compiling managed v0.8.0 |
| 2828 | 2026-08-31T09:32:52.009Z | Compiling colored v3.1.1 |
| 2829 | 2026-08-31T09:32:52.119Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2830 | 2026-08-31T09:32:52.719Z | Compiling postcard v1.1.3 |
| 2831 | 2026-08-31T09:32:52.799Z | Compiling group v0.13.0 |
| 2832 | 2026-08-31T09:32:52.920Z | Compiling cipher v0.4.4 |
| 2833 | 2026-08-31T09:32:53.113Z | Compiling hkdf v0.12.4 |
| 2834 | 2026-08-31T09:32:53.485Z | Compiling darling_macro v0.21.3 |
| 2835 | 2026-08-31T09:32:54.833Z | Compiling goblin v0.8.2 |
| 2836 | 2026-08-31T09:32:54.853Z | Compiling num-rational v0.4.2 |
| 2837 | 2026-08-31T09:32:54.854Z | Compiling num-iter v0.1.46 |
| 2838 | 2026-08-31T09:32:54.854Z | Compiling universal-hash v0.5.1 |
| 2839 | 2026-08-31T09:32:54.854Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2840 | 2026-08-31T09:32:54.854Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2841 | 2026-08-31T09:32:54.854Z | Compiling hubpack_derive v0.1.1 |
| 2842 | 2026-08-31T09:32:55.381Z | Compiling crypto-bigint v0.5.5 |
| 2843 | 2026-08-31T09:32:55.561Z | Compiling half v2.7.1 |
| 2844 | 2026-08-31T09:32:55.853Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2845 | 2026-08-31T09:32:55.864Z | Compiling serde_repr v0.1.21 |
| 2846 | 2026-08-31T09:32:55.899Z | Compiling foreign-types-macros v0.2.4 |
| 2847 | 2026-08-31T09:32:56.525Z | Compiling num-complex v0.4.6 |
| 2848 | 2026-08-31T09:32:57.015Z | Compiling memoffset v0.9.1 |
| 2849 | 2026-08-31T09:32:57.279Z | Compiling heck v0.4.1 |
| 2850 | 2026-08-31T09:32:57.319Z | Compiling indent_write v2.2.0 |
| 2851 | 2026-08-31T09:32:57.390Z | Compiling opaque-debug v0.3.1 |
| 2852 | 2026-08-31T09:32:57.468Z | Compiling foreign-types-shared v0.3.1 |
| 2853 | 2026-08-31T09:32:57.483Z | Compiling ciborium-io v0.2.2 |
| 2854 | 2026-08-31T09:32:57.585Z | Compiling base64ct v1.8.3 |
| 2855 | 2026-08-31T09:32:57.585Z | Compiling cfg_aliases v0.2.2 |
| 2856 | 2026-08-31T09:32:57.780Z | Compiling base16ct v0.2.0 |
| 2857 | 2026-08-31T09:32:57.948Z | Compiling elliptic-curve v0.13.8 |
| 2858 | 2026-08-31T09:32:58.075Z | Compiling password-hash v0.5.0 |
| 2859 | 2026-08-31T09:32:58.436Z | Compiling nix v0.31.3 |
| 2860 | 2026-08-31T09:32:59.731Z | Compiling ciborium-ll v0.2.2 |
| 2861 | 2026-08-31T09:32:59.745Z | Compiling foreign-types v0.5.0 |
| 2862 | 2026-08-31T09:32:59.745Z | Compiling poly1305 v0.8.0 |
| 2863 | 2026-08-31T09:32:59.745Z | Compiling num v0.4.3 |
| 2864 | 2026-08-31T09:32:59.745Z | Compiling thiserror-no-std v2.0.2 |
| 2865 | 2026-08-31T09:32:59.900Z | Compiling hubpack v0.1.2 |
| 2866 | 2026-08-31T09:33:00.368Z | Compiling darling v0.21.3 |
| 2867 | 2026-08-31T09:33:01.079Z | Compiling chacha20 v0.9.1 |
| 2868 | 2026-08-31T09:33:01.461Z | Compiling atomicwrites v0.4.4 |
| 2869 | 2026-08-31T09:33:01.622Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2870 | 2026-08-31T09:33:01.730Z | Compiling reqwest v0.12.28 |
| 2871 | 2026-08-31T09:33:02.320Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2872 | 2026-08-31T09:33:02.989Z | Compiling blake2 v0.10.6 |
| 2873 | 2026-08-31T09:33:03.269Z | Compiling aead v0.5.2 |
| 2874 | 2026-08-31T09:33:03.437Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2875 | 2026-08-31T09:33:03.509Z | Compiling chacha20 v0.10.1 |
| 2876 | 2026-08-31T09:33:03.518Z | Compiling byte-wrapper v0.1.0 |
| 2877 | 2026-08-31T09:33:03.765Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2878 | 2026-08-31T09:33:04.303Z | Compiling cstr-argument v0.1.2 |
| 2879 | 2026-08-31T09:33:04.374Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2880 | 2026-08-31T09:33:04.538Z | Compiling float-ord v0.3.2 |
| 2881 | 2026-08-31T09:33:04.578Z | Compiling crossbeam-deque v0.8.7 |
| 2882 | 2026-08-31T09:33:04.656Z | Compiling keccak v0.1.6 |
| 2883 | 2026-08-31T09:33:06.260Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2884 | 2026-08-31T09:33:06.288Z | Compiling sha3 v0.10.9 |
| 2885 | 2026-08-31T09:33:06.288Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2886 | 2026-08-31T09:33:06.288Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2887 | 2026-08-31T09:33:06.288Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2888 | 2026-08-31T09:33:06.288Z | Compiling rand v0.10.2 |
| 2889 | 2026-08-31T09:33:06.288Z | Compiling chacha20poly1305 v0.10.1 |
| 2890 | 2026-08-31T09:33:06.381Z | Compiling argon2 v0.5.3 |
| 2891 | 2026-08-31T09:33:06.984Z | Compiling progenitor-client v0.10.0 |
| 2892 | 2026-08-31T09:33:07.337Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2893 | 2026-08-31T09:33:07.563Z | Compiling ingot-macros v0.1.1 |
| 2894 | 2026-08-31T09:33:08.217Z | Compiling vsss-rs v3.3.4 |
| 2895 | 2026-08-31T09:33:09.320Z | Compiling ciborium v0.2.2 |
| 2896 | 2026-08-31T09:33:09.665Z | Compiling usdt-macro v0.5.0 |
| 2897 | 2026-08-31T09:33:10.032Z | Compiling usdt-attr-macro v0.5.0 |
| 2898 | 2026-08-31T09:33:10.968Z | Compiling enum-as-inner v0.6.1 |
| 2899 | 2026-08-31T09:33:10.986Z | Compiling num-derive v0.4.2 |
| 2900 | 2026-08-31T09:33:11.141Z | Compiling memmap v0.7.0 |
| 2901 | 2026-08-31T09:33:11.559Z | Compiling winnow v0.5.40 |
| 2902 | 2026-08-31T09:33:13.051Z | Compiling rayon-core v1.13.0 |
| 2903 | 2026-08-31T09:33:13.068Z | Compiling semver v0.1.20 |
| 2904 | 2026-08-31T09:33:13.068Z | Compiling rustc_version v0.1.7 |
| 2905 | 2026-08-31T09:33:13.068Z | Compiling usdt v0.5.0 |
| 2906 | 2026-08-31T09:33:13.068Z | Compiling ingot-types v0.1.2 |
| 2907 | 2026-08-31T09:33:13.068Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2908 | 2026-08-31T09:33:13.068Z | Compiling toml_edit v0.19.15 |
| 2909 | 2026-08-31T09:33:13.068Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2910 | 2026-08-31T09:33:13.135Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2911 | 2026-08-31T09:33:13.450Z | Compiling progenitor-impl v0.14.0 |
| 2912 | 2026-08-31T09:33:13.814Z | Compiling console v0.16.4 |
| 2913 | 2026-08-31T09:33:14.850Z | Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common) |
| 2914 | 2026-08-31T09:33:15.041Z | Compiling serde_spanned v0.6.9 |
| 2915 | 2026-08-31T09:33:15.129Z | Compiling bstr v1.13.1 |
| 2916 | 2026-08-31T09:33:15.317Z | Compiling bytecount v0.6.9 |
| 2917 | 2026-08-31T09:33:15.422Z | Compiling vcpkg v0.2.15 |
| 2918 | 2026-08-31T09:33:15.517Z | Compiling toml_write v0.1.2 |
| 2919 | 2026-08-31T09:33:15.717Z | Compiling lazy_static v1.5.0 |
| 2920 | 2026-08-31T09:33:15.723Z | Compiling toml_edit v0.22.27 |
| 2921 | 2026-08-31T09:33:15.831Z | Compiling progenitor-macro v0.14.0 |
| 2922 | 2026-08-31T09:33:15.969Z | Compiling rustls-webpki v0.103.14 |
| 2923 | 2026-08-31T09:33:16.421Z | Compiling openssl-sys v0.9.117 |
| 2924 | 2026-08-31T09:33:17.513Z | Compiling proc-macro-crate v1.3.1 |
| 2925 | 2026-08-31T09:33:18.048Z | Compiling ingot v0.1.1 |
| 2926 | 2026-08-31T09:33:18.132Z | Compiling newtype_derive v0.1.6 |
| 2927 | 2026-08-31T09:33:18.376Z | Compiling itertools v0.12.1 |
| 2928 | 2026-08-31T09:33:19.881Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2929 | 2026-08-31T09:33:19.899Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2930 | 2026-08-31T09:33:20.149Z | Compiling unicode-segmentation v1.13.3 |
| 2931 | 2026-08-31T09:33:20.195Z | Compiling resolv-conf v0.7.6 |
| 2932 | 2026-08-31T09:33:20.317Z | Compiling linked-hash-map v0.5.6 |
| 2933 | 2026-08-31T09:33:20.480Z | Compiling owo-colors v4.3.0 |
| 2934 | 2026-08-31T09:33:20.543Z | Compiling swrite v0.1.0 |
| 2935 | 2026-08-31T09:33:20.664Z | Compiling tokio-rustls v0.26.4 |
| 2936 | 2026-08-31T09:33:20.790Z | Compiling rustls-platform-verifier v0.7.0 |
| 2937 | 2026-08-31T09:33:20.804Z | Compiling newline-converter v0.3.0 |
| 2938 | 2026-08-31T09:33:21.107Z | Compiling hyper-rustls v0.27.9 |
| 2939 | 2026-08-31T09:33:21.170Z | Compiling lru-cache v0.1.2 |
| 2940 | 2026-08-31T09:33:21.329Z | Compiling reqwest v0.13.4 |
| 2941 | 2026-08-31T09:33:22.175Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2942 | 2026-08-31T09:33:23.879Z | Compiling progenitor-client v0.14.0 |
| 2943 | 2026-08-31T09:33:24.857Z | Compiling progenitor-extras v0.2.0 |
| 2944 | 2026-08-31T09:33:25.121Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2945 | 2026-08-31T09:33:29.804Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2946 | 2026-08-31T09:33:34.478Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2947 | 2026-08-31T09:33:34.764Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2948 | 2026-08-31T09:33:35.797Z | Compiling progenitor v0.14.0 |
| 2949 | 2026-08-31T09:33:35.999Z | Compiling rayon v1.12.0 |
| 2950 | 2026-08-31T09:33:36.014Z | Compiling num_enum_derive v0.5.11 |
| 2951 | 2026-08-31T09:33:36.467Z | Compiling toml v0.8.23 |
| 2952 | 2026-08-31T09:33:37.077Z | Compiling hickory-proto v0.24.4 |
| 2953 | 2026-08-31T09:33:37.112Z | Compiling progenitor-impl v0.13.0 |
| 2954 | 2026-08-31T09:33:38.251Z | Compiling camino-tempfile v1.4.1 |
| 2955 | 2026-08-31T09:33:38.488Z | Compiling serde-big-array v0.5.1 |
| 2956 | 2026-08-31T09:33:38.655Z | Compiling derive-where v1.6.1 |
| 2957 | 2026-08-31T09:33:38.661Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2958 | 2026-08-31T09:33:38.804Z | Compiling pin-project-internal v1.1.13 |
| 2959 | 2026-08-31T09:33:39.187Z | Compiling minimal-lexical v0.2.1 |
| 2960 | 2026-08-31T09:33:39.221Z | Compiling siphasher v1.0.3 |
| 2961 | 2026-08-31T09:33:39.439Z | Compiling similar v3.2.0 |
| 2962 | 2026-08-31T09:33:39.445Z | Compiling phf_shared v0.12.1 |
| 2963 | 2026-08-31T09:33:39.683Z | Compiling nom v7.1.3 |
| 2964 | 2026-08-31T09:33:39.927Z | Compiling pin-project v1.1.13 |
| 2965 | 2026-08-31T09:33:40.043Z | Compiling progenitor-macro v0.13.0 |
| 2966 | 2026-08-31T09:33:40.165Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2967 | 2026-08-31T09:33:40.685Z | Compiling expectorate v1.3.0 |
| 2968 | 2026-08-31T09:33:41.009Z | Compiling hickory-resolver v0.24.4 |
| 2969 | 2026-08-31T09:33:41.331Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2970 | 2026-08-31T09:33:42.420Z | Compiling num_enum v0.5.11 |
| 2971 | 2026-08-31T09:33:44.442Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2972 | 2026-08-31T09:33:44.643Z | Compiling progenitor-client v0.13.0 |
| 2973 | 2026-08-31T09:33:45.116Z | Compiling zone_cfg_derive v0.3.1 |
| 2974 | 2026-08-31T09:33:45.779Z | Compiling unicode-normalization v0.1.25 |
| 2975 | 2026-08-31T09:33:45.822Z | Compiling tokio-stream v0.1.19 |
| 2976 | 2026-08-31T09:33:46.400Z | Compiling async-recursion v1.1.1 |
| 2977 | 2026-08-31T09:33:46.458Z | Compiling snafu-derive v0.8.9 |
| 2978 | 2026-08-31T09:33:47.108Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9) |
| 2979 | 2026-08-31T09:33:47.429Z | Compiling slog-dtrace v0.3.0 |
| 2980 | 2026-08-31T09:33:47.682Z | Compiling csv-core v0.1.13 |
| 2981 | 2026-08-31T09:33:48.092Z | Compiling openssl v0.10.81 |
| 2982 | 2026-08-31T09:33:48.204Z | Compiling highway v1.3.0 |
| 2983 | 2026-08-31T09:33:48.389Z | Compiling smawk v0.3.3 |
| 2984 | 2026-08-31T09:33:48.561Z | Compiling foreign-types-shared v0.1.1 |
| 2985 | 2026-08-31T09:33:48.664Z | Compiling unicode-xid v0.2.6 |
| 2986 | 2026-08-31T09:33:48.721Z | Compiling cancel-safe-futures v0.1.5 |
| 2987 | 2026-08-31T09:33:48.797Z | Compiling chrono-tz v0.10.4 |
| 2988 | 2026-08-31T09:33:48.899Z | Compiling unicode-linebreak v0.1.5 |
| 2989 | 2026-08-31T09:33:48.991Z | Compiling same-file v1.0.6 |
| 2990 | 2026-08-31T09:33:49.035Z | Compiling unicode-width v0.1.14 |
| 2991 | 2026-08-31T09:33:49.177Z | Compiling konst_macro_rules v0.2.19 |
| 2992 | 2026-08-31T09:33:49.192Z | Compiling foldhash v0.1.5 |
| 2993 | 2026-08-31T09:33:49.360Z | Compiling jiff-core v0.1.0 |
| 2994 | 2026-08-31T09:33:49.379Z | Compiling konst v0.2.20 |
| 2995 | 2026-08-31T09:33:49.422Z | Compiling hashbrown v0.15.5 |
| 2996 | 2026-08-31T09:33:49.768Z | Compiling walkdir v2.5.0 |
| 2997 | 2026-08-31T09:33:50.082Z | Compiling textwrap v0.16.2 |
| 2998 | 2026-08-31T09:33:50.439Z | Compiling jiff v0.2.35 |
| 2999 | 2026-08-31T09:33:50.505Z | Compiling const_format_proc_macros v0.2.34 |
| 3000 | 2026-08-31T09:33:51.186Z | Compiling foreign-types v0.3.2 |
| 3001 | 2026-08-31T09:33:51.274Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3002 | 2026-08-31T09:33:51.348Z | Compiling snafu v0.8.9 |
| 3003 | 2026-08-31T09:33:51.597Z | Compiling csv v1.4.0 |
| 3004 | 2026-08-31T09:33:52.031Z | Compiling progenitor v0.13.0 |
| 3005 | 2026-08-31T09:33:52.193Z | Compiling qorb v0.4.1 |
| 3006 | 2026-08-31T09:33:52.305Z | Compiling olpc-cjson v0.1.4 |
| 3007 | 2026-08-31T09:33:52.533Z | Compiling zone v0.3.1 |
| 3008 | 2026-08-31T09:33:52.638Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3009 | 2026-08-31T09:33:54.229Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3010 | 2026-08-31T09:33:54.772Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3011 | 2026-08-31T09:33:57.178Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3012 | 2026-08-31T09:33:58.245Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3013 | 2026-08-31T09:33:58.548Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3014 | 2026-08-31T09:33:58.764Z | Compiling phf v0.12.1 |
| 3015 | 2026-08-31T09:33:59.412Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3016 | 2026-08-31T09:33:59.424Z | Compiling globset v0.4.20 |
| 3017 | 2026-08-31T09:33:59.424Z | Compiling tokio-dtrace v0.1.1 |
| 3018 | 2026-08-31T09:33:59.508Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3019 | 2026-08-31T09:33:59.734Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3020 | 2026-08-31T09:33:59.746Z | Compiling smf v0.2.3 |
| 3021 | 2026-08-31T09:34:00.316Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3022 | 2026-08-31T09:34:00.329Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 3023 | 2026-08-31T09:34:00.430Z | Compiling pem v3.0.6 |
| 3024 | 2026-08-31T09:34:00.885Z | Compiling libsw-core v0.3.2 |
| 3025 | 2026-08-31T09:34:01.075Z | Compiling serde_plain v1.0.2 |
| 3026 | 2026-08-31T09:34:01.122Z | Compiling openssl-macros v0.1.1 |
| 3027 | 2026-08-31T09:34:01.397Z | Compiling cookie v0.18.2 |
| 3028 | 2026-08-31T09:34:01.440Z | Compiling sigpipe v0.1.3 |
| 3029 | 2026-08-31T09:34:01.548Z | Compiling fixedbitset v0.5.7 |
| 3030 | 2026-08-31T09:34:01.625Z | Compiling fixedbitset v0.4.2 |
| 3031 | 2026-08-31T09:34:01.650Z | Compiling glob v0.3.4 |
| 3032 | 2026-08-31T09:34:02.013Z | Compiling typed-path v0.9.3 |
| 3033 | 2026-08-31T09:34:02.056Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3034 | 2026-08-31T09:34:02.077Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3035 | 2026-08-31T09:34:02.319Z | Compiling petgraph v0.6.5 |
| 3036 | 2026-08-31T09:34:02.552Z | Compiling petgraph v0.8.3 |
| 3037 | 2026-08-31T09:34:03.968Z | Compiling tough v0.22.0 |
| 3038 | 2026-08-31T09:34:04.107Z | Compiling libsw v3.5.0 |
| 3039 | 2026-08-31T09:34:04.152Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 3040 | 2026-08-31T09:34:04.304Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3041 | 2026-08-31T09:34:04.830Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3042 | 2026-08-31T09:34:04.941Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3043 | 2026-08-31T09:34:05.043Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3044 | 2026-08-31T09:34:05.202Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3045 | 2026-08-31T09:34:05.513Z | Compiling oxide-tokio-rt v0.1.6 |
| 3046 | 2026-08-31T09:34:06.323Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3047 | 2026-08-31T09:34:07.215Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3048 | 2026-08-31T09:34:07.402Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3049 | 2026-08-31T09:34:08.646Z | Compiling const_format v0.2.36 |
| 3050 | 2026-08-31T09:34:09.537Z | Compiling papergrid v0.11.0 |
| 3051 | 2026-08-31T09:34:10.240Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3052 | 2026-08-31T09:34:10.418Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3053 | 2026-08-31T09:34:10.523Z | Compiling libscf-sys v1.2.0 |
| 3054 | 2026-08-31T09:34:10.726Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3055 | 2026-08-31T09:34:10.797Z | Compiling tabled_derive v0.7.0 |
| 3056 | 2026-08-31T09:34:10.858Z | Compiling gethostname v0.5.0 |
| 3057 | 2026-08-31T09:34:10.918Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3058 | 2026-08-31T09:34:10.998Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3059 | 2026-08-31T09:34:11.123Z | Compiling bcs v0.1.6 |
| 3060 | 2026-08-31T09:34:11.159Z | Compiling linear-map v1.2.0 |
| 3061 | 2026-08-31T09:34:11.386Z | Compiling termtree v0.5.1 |
| 3062 | 2026-08-31T09:34:11.508Z | Compiling whoami v1.6.1 |
| 3063 | 2026-08-31T09:34:11.591Z | Compiling tagptr v0.2.0 |
| 3064 | 2026-08-31T09:34:11.764Z | Compiling moka v0.12.16 |
| 3065 | 2026-08-31T09:34:11.767Z | Compiling tabled v0.15.0 |
| 3066 | 2026-08-31T09:34:13.021Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3067 | 2026-08-31T09:34:14.778Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3068 | 2026-08-31T09:34:14.933Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3069 | 2026-08-31T09:34:15.226Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3070 | 2026-08-31T09:34:15.942Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3071 | 2026-08-31T09:34:16.191Z | Compiling steno v0.4.1 |
| 3072 | 2026-08-31T09:34:18.242Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3073 | 2026-08-31T09:34:19.709Z | Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 3074 | 2026-08-31T09:34:20.983Z | Compiling papergrid v0.18.0 |
| 3075 | 2026-08-31T09:34:21.787Z | Compiling hickory-proto v0.25.2 |
| 3076 | 2026-08-31T09:34:22.708Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981) |
| 3077 | 2026-08-31T09:34:24.134Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981) |
| 3078 | 2026-08-31T09:34:24.200Z | Compiling hickory-resolver v0.25.2 |
| 3079 | 2026-08-31T09:34:24.441Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981) |
| 3080 | 2026-08-31T09:34:24.523Z | Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 3081 | 2026-08-31T09:34:24.741Z | Compiling tabled v0.21.0 |
| 3082 | 2026-08-31T09:34:26.528Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3083 | 2026-08-31T09:34:27.212Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3084 | 2026-08-31T09:34:28.551Z | Compiling itertools v0.15.0 |
| 3085 | 2026-08-31T09:34:29.847Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 3086 | 2026-08-31T09:34:30.626Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3087 | 2026-08-31T09:34:31.841Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3088 | 2026-08-31T09:34:32.565Z | Compiling crc8 v0.1.1 |
| 3089 | 2026-08-31T09:34:32.569Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 3090 | 2026-08-31T09:34:32.698Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 3091 | 2026-08-31T09:34:32.966Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 3092 | 2026-08-31T09:34:33.075Z | Compiling parking_lot_core v0.8.6 |
| 3093 | 2026-08-31T09:34:33.227Z | Compiling nom v8.0.0 |
| 3094 | 2026-08-31T09:34:33.806Z | Compiling crunchy v0.2.4 |
| 3095 | 2026-08-31T09:34:34.126Z | Compiling parking_lot v0.11.2 |
| 3096 | 2026-08-31T09:34:34.449Z | Compiling typify-impl v0.4.3 |
| 3097 | 2026-08-31T09:34:34.901Z | Compiling fxhash v0.2.1 |
| 3098 | 2026-08-31T09:34:34.983Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe) |
| 3099 | 2026-08-31T09:34:35.048Z | Compiling tiny-keccak v2.0.2 |
| 3100 | 2026-08-31T09:34:35.273Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 3101 | 2026-08-31T09:34:35.311Z | Compiling sled v0.34.7 |
| 3102 | 2026-08-31T09:34:35.923Z | Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 3103 | 2026-08-31T09:34:36.972Z | Compiling arc-swap v1.9.2 |
| 3104 | 2026-08-31T09:34:37.341Z | Compiling slog-scope v4.4.1 |
| 3105 | 2026-08-31T09:34:37.710Z | Compiling ingot-macros v0.2.0 |
| 3106 | 2026-08-31T09:34:37.802Z | Compiling typify-macro v0.4.3 |
| 3107 | 2026-08-31T09:34:38.238Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3108 | 2026-08-31T09:34:39.934Z | Compiling internet-checksum v0.2.1 |
| 3109 | 2026-08-31T09:34:40.173Z | Compiling const-random-macro v0.1.16 |
| 3110 | 2026-08-31T09:34:40.460Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3111 | 2026-08-31T09:34:40.512Z | Compiling ingot-types v0.2.0 |
| 3112 | 2026-08-31T09:34:40.989Z | Compiling slog-stdlog v4.1.1 |
| 3113 | 2026-08-31T09:34:41.386Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3114 | 2026-08-31T09:34:41.975Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 3115 | 2026-08-31T09:34:44.780Z | Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 3116 | 2026-08-31T09:34:46.127Z | Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types) |
| 3117 | 2026-08-31T09:34:46.256Z | Compiling smartstring v1.0.1 |
| 3118 | 2026-08-31T09:34:46.271Z | Compiling ahash v0.8.12 |
| 3119 | 2026-08-31T09:34:46.287Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 3120 | 2026-08-31T09:34:46.545Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 3121 | 2026-08-31T09:34:46.616Z | Compiling slog-envlogger v2.2.0 |
| 3122 | 2026-08-31T09:34:46.838Z | Compiling ingot v0.2.1 |
| 3123 | 2026-08-31T09:34:47.720Z | Compiling const-random v0.1.18 |
| 3124 | 2026-08-31T09:34:47.812Z | Compiling typify v0.4.3 |
| 3125 | 2026-08-31T09:34:48.756Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 3126 | 2026-08-31T09:34:49.061Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3127 | 2026-08-31T09:34:49.193Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 3128 | 2026-08-31T09:34:49.359Z | Compiling toml v0.9.12+spec-1.1.0 |
| 3129 | 2026-08-31T09:34:49.510Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 3130 | 2026-08-31T09:34:50.600Z | Compiling progenitor-impl v0.10.0 |
| 3131 | 2026-08-31T09:34:51.591Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 3132 | 2026-08-31T09:34:51.731Z | Compiling sha1 v0.10.7 |
| 3133 | 2026-08-31T09:34:52.175Z | Compiling lzma-sys v0.1.20 |
| 3134 | 2026-08-31T09:34:52.376Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 3135 | 2026-08-31T09:34:52.620Z | Compiling rhai_codegen v3.2.0 |
| 3136 | 2026-08-31T09:34:52.673Z | Compiling fs-err v3.3.1 |
| 3137 | 2026-08-31T09:34:52.919Z | Compiling utf-8 v0.7.6 |
| 3138 | 2026-08-31T09:34:52.944Z | Compiling thin-vec v0.2.19 |
| 3139 | 2026-08-31T09:34:53.145Z | Compiling typeid v1.0.3 |
| 3140 | 2026-08-31T09:34:53.277Z | Compiling tungstenite v0.21.0 |
| 3141 | 2026-08-31T09:34:53.844Z | Compiling rhai v1.26.0 |
| 3142 | 2026-08-31T09:34:54.463Z | Compiling progenitor-macro v0.10.0 |
| 3143 | 2026-08-31T09:34:58.930Z | Compiling cargo_toml v0.22.3 |
| 3144 | 2026-08-31T09:34:59.158Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3145 | 2026-08-31T09:35:00.749Z | Compiling sha2 v0.10.9 |
| 3146 | 2026-08-31T09:35:01.183Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3147 | 2026-08-31T09:35:02.094Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3148 | 2026-08-31T09:35:02.242Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 3149 | 2026-08-31T09:35:03.053Z | Compiling progenitor v0.10.0 |
| 3150 | 2026-08-31T09:35:03.266Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 3151 | 2026-08-31T09:35:03.315Z | Compiling tokio-tungstenite v0.21.0 |
| 3152 | 2026-08-31T09:35:04.337Z | Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 3153 | 2026-08-31T09:35:04.843Z | Compiling port-file v0.1.0 |
| 3154 | 2026-08-31T09:35:05.105Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 3155 | 2026-08-31T09:35:05.366Z | Compiling git-stub v1.0.0 |
| 3156 | 2026-08-31T09:35:05.849Z | Compiling base64 v0.21.7 |
| 3157 | 2026-08-31T09:35:06.282Z | Compiling unit-prefix v0.5.2 |
| 3158 | 2026-08-31T09:35:06.386Z | Compiling is_ci v1.2.0 |
| 3159 | 2026-08-31T09:35:06.461Z | Compiling indicatif v0.18.6 |
| 3160 | 2026-08-31T09:35:06.571Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 3161 | 2026-08-31T09:35:07.783Z | Compiling supports-color v3.0.2 |
| 3162 | 2026-08-31T09:35:07.838Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3163 | 2026-08-31T09:35:09.080Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 3164 | 2026-08-31T09:35:09.860Z | Compiling git-stub-vcs v0.1.0 |
| 3165 | 2026-08-31T09:35:10.533Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 3166 | 2026-08-31T09:35:10.590Z | Compiling ron v0.12.2 |
| 3167 | 2026-08-31T09:35:11.738Z | Compiling xz2 v0.1.7 |
| 3168 | 2026-08-31T09:35:12.081Z | Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 3169 | 2026-08-31T09:35:12.111Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
| 3170 | 2026-08-31T09:35:13.017Z | Compiling similar v2.7.0 |
| 3171 | 2026-08-31T09:35:14.480Z | Compiling drift v0.2.0 |
| 3172 | 2026-08-31T09:35:14.616Z | Compiling base16ct v1.0.0 |
| 3173 | 2026-08-31T09:35:15.689Z | Compiling dropshot-api-manager v0.7.2 |
| 3174 | 2026-08-31T09:35:19.520Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
| 3175 | 2026-08-31T09:35:22.098Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 3176 | 2026-08-31T09:35:23.280Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
| 3177 | 2026-08-31T09:35:24.583Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 3178 | 2026-08-31T09:35:24.999Z | Compiling natord v1.0.9 |
| 3179 | 2026-08-31T09:35:25.294Z | Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
| 3180 | 2026-08-31T09:35:25.623Z | Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask) |
| 3181 | 2026-08-31T09:35:27.283Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
| 3182 | 2026-08-31T09:35:29.371Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
| 3183 | 2026-08-31T09:35:29.398Z | Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util) |
| 3184 | 2026-08-31T09:35:39.009Z | Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
| 3185 | 2026-08-31T09:35:40.365Z | Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab) |
| 3186 | 2026-08-31T09:35:40.886Z | Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
| 3187 | 2026-08-31T09:35:41.709Z | Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis) |
| 3188 | 2026-08-31T09:35:47.075Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
| 3189 | 2026-08-31T09:36:14.594Z | Finished `release` profile [optimized] target(s) in 4m 31s |
| 3190 | 2026-08-31T09:36:14.782Z | |
| 3191 | 2026-08-31T09:36:14.782Z | real 4:31.706209267 |
| 3192 | 2026-08-31T09:36:14.782Z | user 30:57.113832190 |
| 3193 | 2026-08-31T09:36:14.782Z | sys 2:47.784403638 |
| 3194 | 2026-08-31T09:36:14.782Z | trap 0.757896036 |
| 3195 | 2026-08-31T09:36:14.782Z | tflt 1.380671202 |
| 3196 | 2026-08-31T09:36:14.782Z | dflt 1.905662268 |
| 3197 | 2026-08-31T09:36:14.782Z | kflt 0.000137030 |
| 3198 | 2026-08-31T09:36:14.782Z | lock 2:07:31.235519309 |
| 3199 | 2026-08-31T09:36:14.783Z | slp 1:28:29.402842277 |
| 3200 | 2026-08-31T09:36:14.783Z | lat 2:22.160952602 |
| 3201 | 2026-08-31T09:36:14.783Z | stop 4:13.996123307 |
| 3202 | 2026-08-31T09:36:14.787Z | + for x in debug release |
| 3203 | 2026-08-31T09:36:14.787Z | + mkdir -p /work/debug |
| 3204 | 2026-08-31T09:36:14.787Z | + cp target/debug/ddmd /work/debug/ddmd |
| 3205 | 2026-08-31T09:36:15.343Z | + cp target/debug/ddmadm /work/debug/ddmadm |
| 3206 | 2026-08-31T09:36:15.836Z | + cp target/debug/mgd /work/debug/mgd |
| 3207 | 2026-08-31T09:36:16.593Z | + cp target/debug/mgadm /work/debug/mgadm |
| 3208 | 2026-08-31T09:36:17.120Z | + for x in debug release |
| 3209 | 2026-08-31T09:36:17.121Z | + mkdir -p /work/release |
| 3210 | 2026-08-31T09:36:17.124Z | + cp target/release/ddmd /work/release/ddmd |
| 3211 | 2026-08-31T09:36:17.227Z | + cp target/release/ddmadm /work/release/ddmadm |
| 3212 | 2026-08-31T09:36:17.320Z | + cp target/release/mgd /work/release/mgd |
| 3213 | 2026-08-31T09:36:17.458Z | + cp target/release/mgadm /work/release/mgadm |
| 3214 | 2026-08-31T09:36:17.605Z | + cp target/release/falcon-lab /work/release/falcon-lab |
| 3215 | 2026-08-31T09:36:17.697Z | process exited: duration 658481 ms, exit code 0 |
| |
| 3216 | 2026-08-31T09:36:17.715Z | found 9 output files |
| 3217 | 2026-08-31T09:36:17.715Z | uploading: /work/debug/ddmadm (613837480 bytes) |
| 3218 | 2026-08-31T09:36:28.230Z | uploaded: /work/debug/ddmadm |
| 3219 | 2026-08-31T09:36:28.230Z | uploading: /work/debug/ddmd (705779744 bytes) |
| 3220 | 2026-08-31T09:36:37.374Z | uploaded: /work/debug/ddmd |
| 3221 | 2026-08-31T09:36:37.380Z | uploading: /work/debug/mgadm (729991104 bytes) |
| 3222 | 2026-08-31T09:36:52.019Z | uploaded: /work/debug/mgadm |
| 3223 | 2026-08-31T09:36:52.019Z | uploading: /work/debug/mgd (828492624 bytes) |
| 3224 | 2026-08-31T09:37:07.136Z | uploaded: /work/debug/mgd |
| 3225 | 2026-08-31T09:37:07.136Z | uploading: /work/release/ddmadm (55907528 bytes) |
| 3226 | 2026-08-31T09:37:09.191Z | uploaded: /work/release/ddmadm |
| 3227 | 2026-08-31T09:37:09.191Z | uploading: /work/release/ddmd (64107288 bytes) |
| 3228 | 2026-08-31T09:37:11.190Z | uploaded: /work/release/ddmd |
| 3229 | 2026-08-31T09:37:11.190Z | uploading: /work/release/falcon-lab (47360600 bytes) |
| 3230 | 2026-08-31T09:37:12.666Z | uploaded: /work/release/falcon-lab |
| 3231 | 2026-08-31T09:37:12.666Z | uploading: /work/release/mgadm (74294480 bytes) |
| 3232 | 2026-08-31T09:37:16.163Z | uploaded: /work/release/mgadm |
| 3233 | 2026-08-31T09:37:16.163Z | uploading: /work/release/mgd (89567168 bytes) |
| 3234 | 2026-08-31T09:37:18.193Z | uploaded: /work/release/mgd |