|
|
|
| 1 | 2026-09-04T21:30:38.728Z | job assigned to worker 01M1Q57TPSW58Y4N8A1EMDZ8TT [factory aws, i-0f37245b0074c4737] (queued for 1 m 10 s) |
| |
| 2 | 2026-09-04T21:30:45.690Z | starting task 0: "setup" |
| 3 | 2026-09-04T21:30:45.696Z | ++ uname -s |
| 4 | 2026-09-04T21:30:45.698Z | + kern=SunOS |
| 5 | 2026-09-04T21:30:45.698Z | + build_user=build |
| 6 | 2026-09-04T21:30:45.698Z | + build_uid=12345 |
| 7 | 2026-09-04T21:30:45.698Z | + work_dir=/work |
| 8 | 2026-09-04T21:30:45.698Z | + input_dir=/input |
| 9 | 2026-09-04T21:30:45.698Z | + [[ 0 == 12345 ]] |
| 10 | 2026-09-04T21:30:45.698Z | + case "$kern" in |
| 11 | 2026-09-04T21:30:45.698Z | + groupadd -g 12345 build |
| 12 | 2026-09-04T21:30:45.702Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-09-04T21:30:47.704Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-09-04T21:30:47.751Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-09-04T21:30:47.754Z | + home_fs=zfs |
| 16 | 2026-09-04T21:30:47.754Z | + [[ zfs == autofs ]] |
| 17 | 2026-09-04T21:30:47.754Z | + mkdir -p /home/build |
| 18 | 2026-09-04T21:30:47.754Z | + chown build:build /home/build /work |
| 19 | 2026-09-04T21:30:49.755Z | + chmod 0700 /home/build /work |
| 20 | 2026-09-04T21:30:49.758Z | process exited: duration 4066 ms, exit code 0 |
| |
| 21 | 2026-09-04T21:30:49.763Z | starting task 1: "rust-toolchain" |
| 22 | 2026-09-04T21:30:49.767Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-09-04T21:30:49.767Z | * rust toolchain channel = "stable" |
| 24 | 2026-09-04T21:30:49.767Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-09-04T21:30:49.767Z | * rust toolchain profile = "default" |
| 26 | 2026-09-04T21:30:49.767Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-09-04T21:30:49.769Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-09-04T21:30:49.770Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-09-04T21:30:49.770Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-09-04T21:30:49.871Z | info: downloading installer |
| 31 | 2026-09-04T21:30:51.044Z | info: profile set to default |
| 32 | 2026-09-04T21:30:51.044Z | info: default host tuple is x86_64-unknown-illumos |
| 33 | 2026-09-04T21:30:51.047Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 34 | 2026-09-04T21:30:51.173Z | info: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01) |
| 35 | 2026-09-04T21:30:51.176Z | info: downloading 6 components |
| 36 | 2026-09-04T21:31:04.741Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 37 | 2026-09-04T21:31:04.741Z | |
| 38 | 2026-09-04T21:31:04.773Z | stable-x86_64-unknown-illumos installed - rustc 1.98.1 (48a229cea 2026-09-01) |
| 39 | 2026-09-04T21:31:04.773Z | |
| 40 | 2026-09-04T21:31:04.776Z | |
| 41 | 2026-09-04T21:31:04.776Z | Rust is installed now. Great! |
| 42 | 2026-09-04T21:31:04.776Z | |
| 43 | 2026-09-04T21:31:04.776Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 44 | 2026-09-04T21:31:04.776Z | environment variable. This has not been done automatically. |
| 45 | 2026-09-04T21:31:04.776Z | |
| 46 | 2026-09-04T21:31:04.776Z | To configure your current shell, you need to source |
| 47 | 2026-09-04T21:31:04.776Z | the corresponding env file under $HOME/.cargo. |
| 48 | 2026-09-04T21:31:04.776Z | |
| 49 | 2026-09-04T21:31:04.776Z | Consider running the right command for your shell (note the leading DOT): |
| 50 | 2026-09-04T21:31:04.776Z | . "$HOME/.cargo/env" # For sh/ash/dash/pdksh |
| 51 | 2026-09-04T21:31:04.776Z | cargo:rerun-if-env-changed=CC_x86_64-unknown-illumos |
| 52 | 2026-09-04T21:31:04.776Z | CC_x86_64-unknown-illumos = None |
| 53 | 2026-09-04T21:31:04.776Z | cargo:rerun-if-env-changed=CC_x86_64_unknown_illumos |
| 54 | 2026-09-04T21:31:04.776Z | CC_x86_64_unknown_illumos = None |
| 55 | 2026-09-04T21:31:04.776Z | cargo:rerun-if-env-changed=HOST_CC |
| 56 | 2026-09-04T21:31:04.776Z | HOST_CC = None |
| 57 | 2026-09-04T21:31:04.776Z | cargo:rerun-if-env-changed=CC |
| 58 | 2026-09-04T21:31:04.776Z | CC = None |
| 59 | 2026-09-04T21:31:04.776Z | cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT |
| 60 | 2026-09-04T21:31:04.931Z | cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS |
| 61 | 2026-09-04T21:31:04.931Z | CRATE_CC_NO_DEFAULTS = None |
| 62 | 2026-09-04T21:31:04.931Z | cargo:rerun-if-env-changed=CFLAGS |
| 63 | 2026-09-04T21:31:04.931Z | CFLAGS = None |
| 64 | 2026-09-04T21:31:04.931Z | cargo:rerun-if-env-changed=HOST_CFLAGS |
| 65 | 2026-09-04T21:31:04.931Z | HOST_CFLAGS = None |
| 66 | 2026-09-04T21:31:04.931Z | cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos |
| 67 | 2026-09-04T21:31:04.931Z | CFLAGS_x86_64_unknown_illumos = None |
| 68 | 2026-09-04T21:31:04.931Z | cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos |
| 69 | 2026-09-04T21:31:04.931Z | CFLAGS_x86_64-unknown-illumos = None |
| 70 | 2026-09-04T21:31:05.040Z | + rustup --version |
| 71 | 2026-09-04T21:31:05.042Z | rustup 1.29.1 (d95a37b6a 2026-08-13) |
| 72 | 2026-09-04T21:31:05.043Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 73 | 2026-09-04T21:31:05.061Z | info: the currently active `rustc` version is `rustc 1.98.1 (48a229cea 2026-09-01)` |
| 74 | 2026-09-04T21:31:05.064Z | + cargo --version |
| 75 | 2026-09-04T21:31:05.077Z | cargo 1.98.1 (797e8a9bc 2026-08-05) |
| 76 | 2026-09-04T21:31:05.079Z | + rustc --version |
| 77 | 2026-09-04T21:31:05.098Z | rustc 1.98.1 (48a229cea 2026-09-01) |
| 78 | 2026-09-04T21:31:05.100Z | process exited: duration 15336 ms, exit code 0 |
| |
| 79 | 2026-09-04T21:31:05.106Z | starting task 2: "authentication" |
| 80 | 2026-09-04T21:31:05.122Z | process exited: duration 16 ms, exit code 0 |
| |
| 81 | 2026-09-04T21:31:05.130Z | starting task 3: "clone repository" |
| 82 | 2026-09-04T21:31:05.133Z | + mkdir -p /work/oxidecomputer/maghemite |
| 83 | 2026-09-04T21:31:05.133Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
| 84 | 2026-09-04T21:31:05.166Z | Cloning into '/work/oxidecomputer/maghemite'... |
| 85 | 2026-09-04T21:31:07.053Z | + cd /work/oxidecomputer/maghemite |
| 86 | 2026-09-04T21:31:07.053Z | + git fetch origin 1abfb305a38dae4d2562c4763c20aab007b639a4 |
| 87 | 2026-09-04T21:31:07.326Z | From https://github.com/oxidecomputer/maghemite |
| 88 | 2026-09-04T21:31:07.326Z | * branch 1abfb305a38dae4d2562c4763c20aab007b639a4 -> FETCH_HEAD |
| 89 | 2026-09-04T21:31:07.332Z | + [[ -n jj-stack/bgp-add-composable-wrappers-for-get-set-sockopt-xqyysnkr ]] |
| 90 | 2026-09-04T21:31:07.334Z | ++ git branch --show-current |
| 91 | 2026-09-04T21:31:07.334Z | + current=main |
| 92 | 2026-09-04T21:31:07.334Z | + [[ main != jj-stack/bgp-add-composable-wrappers-for-get-set-sockopt-xqyysnkr ]] |
| 93 | 2026-09-04T21:31:07.334Z | + git branch -f jj-stack/bgp-add-composable-wrappers-for-get-set-sockopt-xqyysnkr 1abfb305a38dae4d2562c4763c20aab007b639a4 |
| 94 | 2026-09-04T21:31:07.337Z | + git checkout -f jj-stack/bgp-add-composable-wrappers-for-get-set-sockopt-xqyysnkr |
| 95 | 2026-09-04T21:31:07.355Z | Switched to branch 'jj-stack/bgp-add-composable-wrappers-for-get-set-sockopt-xqyysnkr' |
| 96 | 2026-09-04T21:31:07.358Z | + git reset --hard 1abfb305a38dae4d2562c4763c20aab007b639a4 |
| 97 | 2026-09-04T21:31:07.374Z | HEAD is now at 1abfb30 bgp: Add composable wrappers for {get,set}sockopt |
| 98 | 2026-09-04T21:31:07.377Z | process exited: duration 2247 ms, exit code 0 |
| |
| 99 | 2026-09-04T21:31:07.382Z | starting task 4: "build" |
| 100 | 2026-09-04T21:31:07.386Z | + source .github/buildomat/common.sh |
| 101 | 2026-09-04T21:31:07.389Z | ++ export PKG_SUCCESS_ON_NOP=1 |
| 102 | 2026-09-04T21:31:07.389Z | ++ PKG_SUCCESS_ON_NOP=1 |
| 103 | 2026-09-04T21:31:07.389Z | ++ cargo --version |
| 104 | 2026-09-04T21:31:07.391Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 105 | 2026-09-04T21:31:07.519Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 106 | 2026-09-04T21:31:07.522Z | info: downloading 6 components |
| 107 | 2026-09-04T21:31:21.243Z | warn: the missing active toolchain `1.97.1-x86_64-unknown-illumos` has been auto-installed |
| 108 | 2026-09-04T21:31:21.243Z | warn: this might cause rustup commands to take longer time to finish than expected |
| 109 | 2026-09-04T21:31:21.243Z | info: you may opt out with `RUSTUP_AUTO_INSTALL=0` or `rustup set auto-install disable` |
| 110 | 2026-09-04T21:31:21.356Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 111 | 2026-09-04T21:31:21.360Z | ++ rustc --version |
| 112 | 2026-09-04T21:31:21.387Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 113 | 2026-09-04T21:31:21.390Z | + pfexec pkg install clang-15 |
| 114 | 2026-09-04T21:31:25.268Z | Startup: Refreshing catalog 'helios' ... Done |
| 115 | 2026-09-04T21:31:25.705Z | Startup: Caching catalogs ... Done |
| 116 | 2026-09-04T21:31:28.209Z | Planning: Solver setup ... Done |
| 117 | 2026-09-04T21:31:28.278Z | Planning: Running solver ... Done |
| 118 | 2026-09-04T21:31:28.330Z | Planning: Consolidating action changes ... Done |
| 119 | 2026-09-04T21:31:28.330Z | Planning: Evaluating mediators ... Done |
| 120 | 2026-09-04T21:31:28.343Z | Planning: Planning completed in 2.59 seconds |
| 121 | 2026-09-04T21:31:28.346Z | No updates necessary for this image. |
| 122 | 2026-09-04T21:31:28.591Z | + banner check |
| 123 | 2026-09-04T21:31:28.596Z | |
| 124 | 2026-09-04T21:31:28.596Z | #### # # ###### #### # # |
| 125 | 2026-09-04T21:31:28.596Z | # # # # # # # # # |
| 126 | 2026-09-04T21:31:28.596Z | # ###### ##### # #### |
| 127 | 2026-09-04T21:31:28.597Z | # # # # # # # |
| 128 | 2026-09-04T21:31:28.597Z | # # # # # # # # # |
| 129 | 2026-09-04T21:31:28.597Z | #### # # ###### #### # # |
| 130 | 2026-09-04T21:31:28.597Z | |
| 131 | 2026-09-04T21:31:28.597Z | + cargo fmt -- --check |
| 132 | 2026-09-04T21:31:29.020Z | + cargo clippy --all-targets -- --deny warnings |
| 133 | 2026-09-04T21:31:29.142Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 134 | 2026-09-04T21:31:30.166Z | From https://github.com/oxidecomputer/falcon |
| 135 | 2026-09-04T21:31:30.166Z | * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483 |
| 136 | 2026-09-04T21:31:30.233Z | Updating crates.io index |
| 137 | 2026-09-04T21:31:30.246Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 138 | 2026-09-04T21:31:30.695Z | From https://github.com/oxidecomputer/dendrite |
| 139 | 2026-09-04T21:31:30.695Z | * [new ref] 803f6899e3bc64780a965d625e248e1d77e37d43 -> refs/commit/803f6899e3bc64780a965d625e248e1d77e37d43 |
| 140 | 2026-09-04T21:31:30.737Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 141 | 2026-09-04T21:31:31.028Z | From https://github.com/oxidecomputer/ispf |
| 142 | 2026-09-04T21:31:31.028Z | * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a |
| 143 | 2026-09-04T21:31:31.037Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 144 | 2026-09-04T21:31:31.414Z | From https://github.com/oxidecomputer/netadm-sys |
| 145 | 2026-09-04T21:31:31.414Z | * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2 |
| 146 | 2026-09-04T21:31:31.426Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 147 | 2026-09-04T21:31:37.425Z | From https://github.com/oxidecomputer/omicron |
| 148 | 2026-09-04T21:31:37.425Z | * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b |
| 149 | 2026-09-04T21:31:37.843Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 150 | 2026-09-04T21:31:38.592Z | From https://github.com/oxidecomputer/opte |
| 151 | 2026-09-04T21:31:38.592Z | * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91 |
| 152 | 2026-09-04T21:31:38.625Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 153 | 2026-09-04T21:31:38.872Z | From https://github.com/oxidecomputer/slog-error-chain |
| 154 | 2026-09-04T21:31:38.872Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 155 | 2026-09-04T21:31:38.881Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 156 | 2026-09-04T21:31:39.152Z | From https://github.com/illumos/smf-rs |
| 157 | 2026-09-04T21:31:39.152Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
| 158 | 2026-09-04T21:31:39.159Z | Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 159 | 2026-09-04T21:31:39.455Z | From https://github.com/oxidecomputer/network-interface |
| 160 | 2026-09-04T21:31:39.455Z | * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 161 | 2026-09-04T21:31:39.459Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 162 | 2026-09-04T21:31:39.736Z | From https://github.com/oxidecomputer/zone |
| 163 | 2026-09-04T21:31:39.736Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
| 164 | 2026-09-04T21:31:39.742Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 165 | 2026-09-04T21:31:40.385Z | From https://github.com/oxidecomputer/propolis |
| 166 | 2026-09-04T21:31:40.385Z | * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f |
| 167 | 2026-09-04T21:31:40.429Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 168 | 2026-09-04T21:31:40.976Z | From https://github.com/oxidecomputer/transceiver-control |
| 169 | 2026-09-04T21:31:40.976Z | * [new ref] 9b21e39af969637c09e1eaf6538c0f32b01733ea -> refs/commit/9b21e39af969637c09e1eaf6538c0f32b01733ea |
| 170 | 2026-09-04T21:31:40.996Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 171 | 2026-09-04T21:31:41.269Z | From https://github.com/oxidecomputer/dlpi-sys |
| 172 | 2026-09-04T21:31:41.269Z | * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1 |
| 173 | 2026-09-04T21:31:41.273Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 174 | 2026-09-04T21:31:41.622Z | From https://github.com/jmesmon/rust-libzfs |
| 175 | 2026-09-04T21:31:41.622Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 176 | 2026-09-04T21:31:41.644Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 177 | 2026-09-04T21:31:41.863Z | From https://github.com/oxidecomputer/rusty-doors |
| 178 | 2026-09-04T21:31:41.863Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 179 | 2026-09-04T21:31:41.869Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 180 | 2026-09-04T21:31:42.230Z | From https://github.com/oxidecomputer/lldp |
| 181 | 2026-09-04T21:31:42.230Z | * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154 |
| 182 | 2026-09-04T21:31:42.243Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 183 | 2026-09-04T21:31:42.563Z | From https://github.com/oxidecomputer/tufaceous |
| 184 | 2026-09-04T21:31:42.563Z | * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab |
| 185 | 2026-09-04T21:31:42.570Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 186 | 2026-09-04T21:31:43.052Z | From https://github.com/oxidecomputer/management-gateway-service |
| 187 | 2026-09-04T21:31:43.052Z | * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862 |
| 188 | 2026-09-04T21:31:43.069Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 189 | 2026-09-04T21:31:43.863Z | From https://github.com/oxidecomputer/crucible |
| 190 | 2026-09-04T21:31:43.863Z | * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb |
| 191 | 2026-09-04T21:31:43.953Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 192 | 2026-09-04T21:31:44.474Z | From https://github.com/oxidecomputer/serde_human_bytes |
| 193 | 2026-09-04T21:31:44.474Z | * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322 |
| 194 | 2026-09-04T21:31:44.727Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 195 | 2026-09-04T21:31:44.815Z | From https://github.com/oxidecomputer/propolis |
| 196 | 2026-09-04T21:31:44.815Z | * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676 |
| 197 | 2026-09-04T21:31:44.815Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 198 | 2026-09-04T21:31:45.163Z | From https://github.com/oxidecomputer/crucible |
| 199 | 2026-09-04T21:31:45.164Z | * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 |
| 200 | 2026-09-04T21:31:45.429Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 201 | 2026-09-04T21:31:45.658Z | From https://github.com/oxidecomputer/tofino |
| 202 | 2026-09-04T21:31:45.659Z | * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc |
| 203 | 2026-09-04T21:31:45.691Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 204 | 2026-09-04T21:31:46.460Z | From https://github.com/oxidecomputer/maghemite |
| 205 | 2026-09-04T21:31:46.460Z | * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513 |
| 206 | 2026-09-04T21:31:46.667Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 207 | 2026-09-04T21:31:47.117Z | From https://github.com/oxidecomputer/clickward |
| 208 | 2026-09-04T21:31:47.117Z | * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 |
| 209 | 2026-09-04T21:31:47.117Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 210 | 2026-09-04T21:31:47.157Z | From https://github.com/oxidecomputer/illumos-devinfo |
| 211 | 2026-09-04T21:31:47.157Z | * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640 |
| 212 | 2026-09-04T21:31:48.659Z | Downloading crates ... |
| 213 | 2026-09-04T21:31:48.715Z | Downloaded base16ct v0.2.0 |
| 214 | 2026-09-04T21:31:48.758Z | Downloaded async-stream-impl v0.3.6 |
| 215 | 2026-09-04T21:31:48.758Z | Downloaded anstyle v1.0.14 |
| 216 | 2026-09-04T21:31:48.758Z | Downloaded anyhow v1.0.104 |
| 217 | 2026-09-04T21:31:48.758Z | Downloaded allocator-api2 v0.2.21 |
| 218 | 2026-09-04T21:31:48.758Z | Downloaded crunchy v0.2.4 |
| 219 | 2026-09-04T21:31:48.758Z | Downloaded hubpack v0.1.2 |
| 220 | 2026-09-04T21:31:48.758Z | Downloaded bit-set v0.8.0 |
| 221 | 2026-09-04T21:31:48.758Z | Downloaded hubpack_derive v0.1.1 |
| 222 | 2026-09-04T21:31:48.758Z | Downloaded async-recursion v1.1.1 |
| 223 | 2026-09-04T21:31:48.758Z | Downloaded block-buffer v0.12.1 |
| 224 | 2026-09-04T21:31:48.759Z | Downloaded is_ci v1.2.0 |
| 225 | 2026-09-04T21:31:48.759Z | Downloaded humantime v2.4.0 |
| 226 | 2026-09-04T21:31:48.759Z | Downloaded hyper-rustls v0.27.9 |
| 227 | 2026-09-04T21:31:48.759Z | Downloaded ingot-macros v0.2.0 |
| 228 | 2026-09-04T21:31:48.759Z | Downloaded ipnet v2.12.1 |
| 229 | 2026-09-04T21:31:48.759Z | Downloaded adler2 v2.0.1 |
| 230 | 2026-09-04T21:31:48.759Z | Downloaded ident_case v1.0.1 |
| 231 | 2026-09-04T21:31:48.759Z | Downloaded inout v0.1.4 |
| 232 | 2026-09-04T21:31:48.759Z | Downloaded lazy_static v1.5.0 |
| 233 | 2026-09-04T21:31:48.759Z | Downloaded linked-hash-map v0.5.6 |
| 234 | 2026-09-04T21:31:48.795Z | Downloaded newline-converter v0.3.0 |
| 235 | 2026-09-04T21:31:48.795Z | Downloaded managed v0.8.0 |
| 236 | 2026-09-04T21:31:48.795Z | Downloaded anstyle-query v1.1.5 |
| 237 | 2026-09-04T21:31:48.795Z | Downloaded num_threads v0.1.7 |
| 238 | 2026-09-04T21:31:48.795Z | Downloaded aead v0.5.2 |
| 239 | 2026-09-04T21:31:48.796Z | Downloaded block-buffer v0.10.4 |
| 240 | 2026-09-04T21:31:48.796Z | Downloaded libscf-sys v1.2.0 |
| 241 | 2026-09-04T21:31:48.796Z | Downloaded atomic-waker v1.1.2 |
| 242 | 2026-09-04T21:31:48.796Z | Downloaded cfg-if v1.0.4 |
| 243 | 2026-09-04T21:31:48.796Z | Downloaded num_enum v0.7.6 |
| 244 | 2026-09-04T21:31:48.796Z | Downloaded icu_provider v2.2.0 |
| 245 | 2026-09-04T21:31:48.796Z | Downloaded iana-time-zone v0.1.65 |
| 246 | 2026-09-04T21:31:48.796Z | Downloaded const-random v0.1.18 |
| 247 | 2026-09-04T21:31:48.796Z | Downloaded ciborium-ll v0.2.2 |
| 248 | 2026-09-04T21:31:48.796Z | Downloaded icu_properties v2.2.0 |
| 249 | 2026-09-04T21:31:48.796Z | Downloaded atomicwrites v0.4.4 |
| 250 | 2026-09-04T21:31:48.796Z | Downloaded cpufeatures v0.3.0 |
| 251 | 2026-09-04T21:31:48.796Z | Downloaded konst v0.2.20 |
| 252 | 2026-09-04T21:31:48.797Z | Downloaded bcs v0.1.6 |
| 253 | 2026-09-04T21:31:48.797Z | Downloaded base16ct v1.0.0 |
| 254 | 2026-09-04T21:31:48.797Z | Downloaded nom v7.1.3 |
| 255 | 2026-09-04T21:31:48.797Z | Downloaded darling_core v0.21.3 |
| 256 | 2026-09-04T21:31:48.797Z | Downloaded ingot-macros v0.1.1 |
| 257 | 2026-09-04T21:31:48.797Z | Downloaded serde_spanned v1.1.1 |
| 258 | 2026-09-04T21:31:48.797Z | Downloaded bit-vec v0.8.0 |
| 259 | 2026-09-04T21:31:48.797Z | Downloaded similar v2.7.0 |
| 260 | 2026-09-04T21:31:48.797Z | Downloaded keccak v0.1.6 |
| 261 | 2026-09-04T21:31:48.824Z | Downloaded siphasher v1.0.3 |
| 262 | 2026-09-04T21:31:48.824Z | Downloaded cpufeatures v0.2.17 |
| 263 | 2026-09-04T21:31:48.824Z | Downloaded cfg_aliases v0.2.2 |
| 264 | 2026-09-04T21:31:48.824Z | Downloaded crypto-common v0.1.7 |
| 265 | 2026-09-04T21:31:48.824Z | Downloaded ciborium-io v0.2.2 |
| 266 | 2026-09-04T21:31:48.824Z | Downloaded clap_lex v1.1.0 |
| 267 | 2026-09-04T21:31:48.824Z | Downloaded convert_case v0.4.0 |
| 268 | 2026-09-04T21:31:48.824Z | Downloaded konst_macro_rules v0.2.19 |
| 269 | 2026-09-04T21:31:48.825Z | Downloaded base64ct v1.8.3 |
| 270 | 2026-09-04T21:31:48.825Z | Downloaded byteorder v1.5.0 |
| 271 | 2026-09-04T21:31:48.825Z | Downloaded compression-core v0.4.32 |
| 272 | 2026-09-04T21:31:48.825Z | Downloaded crc8 v0.1.1 |
| 273 | 2026-09-04T21:31:48.825Z | Downloaded async-stream v0.3.6 |
| 274 | 2026-09-04T21:31:48.825Z | Downloaded colorchoice v1.0.5 |
| 275 | 2026-09-04T21:31:48.825Z | Downloaded indent_write v2.2.0 |
| 276 | 2026-09-04T21:31:48.840Z | Downloaded jiff-static v0.2.35 |
| 277 | 2026-09-04T21:31:48.840Z | Downloaded crypto-common v0.2.2 |
| 278 | 2026-09-04T21:31:48.840Z | Downloaded crucible-workspace-hack v0.1.0 |
| 279 | 2026-09-04T21:31:48.840Z | Downloaded cstr-argument v0.1.2 |
| 280 | 2026-09-04T21:31:48.840Z | Downloaded httpdate v1.0.3 |
| 281 | 2026-09-04T21:31:48.840Z | Downloaded const-random-macro v0.1.16 |
| 282 | 2026-09-04T21:31:48.840Z | Downloaded anstream v1.0.0 |
| 283 | 2026-09-04T21:31:48.840Z | Downloaded argon2 v0.5.3 |
| 284 | 2026-09-04T21:31:48.840Z | Downloaded autocfg v1.5.1 |
| 285 | 2026-09-04T21:31:48.840Z | Downloaded bytecount v0.6.9 |
| 286 | 2026-09-04T21:31:48.840Z | Downloaded bs58 v0.5.1 |
| 287 | 2026-09-04T21:31:48.841Z | Downloaded async-trait v0.1.92 |
| 288 | 2026-09-04T21:31:48.841Z | Downloaded is_terminal_polyfill v1.70.2 |
| 289 | 2026-09-04T21:31:48.841Z | Downloaded strum v0.28.0 |
| 290 | 2026-09-04T21:31:48.841Z | Downloaded tabled_derive v0.7.0 |
| 291 | 2026-09-04T21:31:48.841Z | Downloaded scroll_derive v0.12.1 |
| 292 | 2026-09-04T21:31:48.841Z | Downloaded anstyle-parse v1.0.0 |
| 293 | 2026-09-04T21:31:48.862Z | Downloaded mime v0.3.17 |
| 294 | 2026-09-04T21:31:48.862Z | Downloaded lru-cache v0.1.2 |
| 295 | 2026-09-04T21:31:48.862Z | Downloaded lru-slab v0.1.2 |
| 296 | 2026-09-04T21:31:48.862Z | Downloaded camino v1.2.5 |
| 297 | 2026-09-04T21:31:48.862Z | Downloaded idna_adapter v1.2.2 |
| 298 | 2026-09-04T21:31:48.863Z | Downloaded match_cfg v0.1.0 |
| 299 | 2026-09-04T21:31:48.863Z | Downloaded olpc-cjson v0.1.4 |
| 300 | 2026-09-04T21:31:48.863Z | Downloaded no-std-compat v0.4.1 |
| 301 | 2026-09-04T21:31:48.863Z | Downloaded supports-color v3.0.2 |
| 302 | 2026-09-04T21:31:48.863Z | Downloaded newtype-uuid-macros v0.1.1 |
| 303 | 2026-09-04T21:31:48.863Z | Downloaded byte-wrapper v0.1.0 |
| 304 | 2026-09-04T21:31:48.863Z | Downloaded crossbeam-deque v0.8.7 |
| 305 | 2026-09-04T21:31:48.876Z | Downloaded num_enum_derive v0.5.11 |
| 306 | 2026-09-04T21:31:48.876Z | Downloaded cancel-safe-futures v0.1.5 |
| 307 | 2026-09-04T21:31:48.876Z | Downloaded natord v1.0.9 |
| 308 | 2026-09-04T21:31:48.877Z | Downloaded newtype_derive v0.1.6 |
| 309 | 2026-09-04T21:31:48.877Z | Downloaded ahash v0.8.12 |
| 310 | 2026-09-04T21:31:48.877Z | Downloaded terminal_size v0.4.4 |
| 311 | 2026-09-04T21:31:48.877Z | Downloaded memmap v0.7.0 |
| 312 | 2026-09-04T21:31:48.877Z | Downloaded memoffset v0.9.1 |
| 313 | 2026-09-04T21:31:48.877Z | Downloaded macaddr v1.0.1 |
| 314 | 2026-09-04T21:31:48.877Z | Downloaded num v0.4.3 |
| 315 | 2026-09-04T21:31:48.877Z | Downloaded is-terminal v0.4.17 |
| 316 | 2026-09-04T21:31:48.877Z | Downloaded instant v0.1.13 |
| 317 | 2026-09-04T21:31:48.877Z | Downloaded num-conv v0.2.2 |
| 318 | 2026-09-04T21:31:48.878Z | Downloaded num-iter v0.1.46 |
| 319 | 2026-09-04T21:31:48.901Z | Downloaded typify-macro v0.6.2 |
| 320 | 2026-09-04T21:31:48.901Z | Downloaded cobs v0.3.0 |
| 321 | 2026-09-04T21:31:48.901Z | Downloaded strum v0.27.2 |
| 322 | 2026-09-04T21:31:48.901Z | Downloaded utf-8 v0.7.6 |
| 323 | 2026-09-04T21:31:48.901Z | Downloaded csv-core v0.1.13 |
| 324 | 2026-09-04T21:31:48.901Z | Downloaded chacha20 v0.9.1 |
| 325 | 2026-09-04T21:31:48.901Z | Downloaded cipher v0.4.4 |
| 326 | 2026-09-04T21:31:48.901Z | Downloaded const_format_proc_macros v0.2.34 |
| 327 | 2026-09-04T21:31:48.902Z | Downloaded critical-section v1.2.0 |
| 328 | 2026-09-04T21:31:48.902Z | Downloaded ipnetwork v0.21.1 |
| 329 | 2026-09-04T21:31:48.902Z | Downloaded itoa v1.0.18 |
| 330 | 2026-09-04T21:31:48.902Z | Downloaded cmake v0.1.58 |
| 331 | 2026-09-04T21:31:48.902Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 332 | 2026-09-04T21:31:48.902Z | Downloaded daft v0.1.8 |
| 333 | 2026-09-04T21:31:48.902Z | Downloaded compression-codecs v0.4.38 |
| 334 | 2026-09-04T21:31:48.902Z | Downloaded ingot-types v0.1.2 |
| 335 | 2026-09-04T21:31:48.902Z | Downloaded multer v3.1.0 |
| 336 | 2026-09-04T21:31:48.902Z | Downloaded libsw-core v0.3.2 |
| 337 | 2026-09-04T21:31:48.921Z | Downloaded bitflags v1.3.2 |
| 338 | 2026-09-04T21:31:48.922Z | Downloaded toml_write v0.1.2 |
| 339 | 2026-09-04T21:31:48.922Z | Downloaded backoff v0.4.0 |
| 340 | 2026-09-04T21:31:48.922Z | Downloaded colored v3.1.1 |
| 341 | 2026-09-04T21:31:48.922Z | Downloaded blake2 v0.10.6 |
| 342 | 2026-09-04T21:31:48.922Z | Downloaded unicode-linebreak v0.1.5 |
| 343 | 2026-09-04T21:31:48.922Z | Downloaded try-lock v0.2.5 |
| 344 | 2026-09-04T21:31:48.922Z | Downloaded untrusted v0.7.1 |
| 345 | 2026-09-04T21:31:48.922Z | Downloaded scroll v0.13.0 |
| 346 | 2026-09-04T21:31:48.922Z | Downloaded foreign-types v0.5.0 |
| 347 | 2026-09-04T21:31:48.922Z | Downloaded enum-as-inner v0.6.1 |
| 348 | 2026-09-04T21:31:48.922Z | Downloaded heck v0.4.1 |
| 349 | 2026-09-04T21:31:48.922Z | Downloaded ingot v0.1.1 |
| 350 | 2026-09-04T21:31:48.922Z | Downloaded clap_derive v4.6.4 |
| 351 | 2026-09-04T21:31:48.932Z | Downloaded num-derive v0.4.2 |
| 352 | 2026-09-04T21:31:48.932Z | Downloaded backon v1.6.0 |
| 353 | 2026-09-04T21:31:48.932Z | Downloaded lock_api v0.4.14 |
| 354 | 2026-09-04T21:31:48.932Z | Downloaded num_enum v0.5.11 |
| 355 | 2026-09-04T21:31:48.932Z | Downloaded ingot-types v0.2.0 |
| 356 | 2026-09-04T21:31:48.932Z | Downloaded libsw v3.5.0 |
| 357 | 2026-09-04T21:31:48.933Z | Downloaded num-complex v0.4.6 |
| 358 | 2026-09-04T21:31:48.933Z | Downloaded thiserror v2.0.20 |
| 359 | 2026-09-04T21:31:48.933Z | Downloaded cargo_toml v0.22.3 |
| 360 | 2026-09-04T21:31:48.933Z | Downloaded ciborium v0.2.2 |
| 361 | 2026-09-04T21:31:48.933Z | Downloaded linear-map v1.2.0 |
| 362 | 2026-09-04T21:31:48.933Z | Downloaded num-integer v0.1.47 |
| 363 | 2026-09-04T21:31:48.933Z | Downloaded num_enum_derive v0.7.6 |
| 364 | 2026-09-04T21:31:48.933Z | Downloaded num-rational v0.4.2 |
| 365 | 2026-09-04T21:31:48.933Z | Downloaded yoke-derive v0.8.2 |
| 366 | 2026-09-04T21:31:48.933Z | Downloaded zerofrom v0.1.8 |
| 367 | 2026-09-04T21:31:48.940Z | Downloaded zerofrom-derive v0.1.7 |
| 368 | 2026-09-04T21:31:48.940Z | Downloaded darling_macro v0.21.3 |
| 369 | 2026-09-04T21:31:48.940Z | Downloaded darling_macro v0.23.0 |
| 370 | 2026-09-04T21:31:48.941Z | Downloaded dof v0.3.0 |
| 371 | 2026-09-04T21:31:48.941Z | Downloaded dtrace-parser v0.3.0 |
| 372 | 2026-09-04T21:31:48.941Z | Downloaded stable_deref_trait v1.2.1 |
| 373 | 2026-09-04T21:31:48.941Z | Downloaded ingot v0.2.1 |
| 374 | 2026-09-04T21:31:48.941Z | Downloaded smartstring v1.0.1 |
| 375 | 2026-09-04T21:31:48.941Z | Downloaded synstructure v0.13.2 |
| 376 | 2026-09-04T21:31:48.941Z | Downloaded async-compression v0.4.43 |
| 377 | 2026-09-04T21:31:48.941Z | Downloaded tinystr v0.8.3 |
| 378 | 2026-09-04T21:31:48.941Z | Downloaded newtype-uuid v1.4.0 |
| 379 | 2026-09-04T21:31:48.941Z | Downloaded hybrid-array v0.4.14 |
| 380 | 2026-09-04T21:31:48.948Z | Downloaded simd-adler32 v0.3.10 |
| 381 | 2026-09-04T21:31:48.948Z | Downloaded thiserror-no-std v2.0.2 |
| 382 | 2026-09-04T21:31:48.948Z | Downloaded litemap v0.8.2 |
| 383 | 2026-09-04T21:31:48.948Z | Downloaded internet-checksum v0.2.1 |
| 384 | 2026-09-04T21:31:48.948Z | Downloaded fixedbitset v0.4.2 |
| 385 | 2026-09-04T21:31:48.948Z | Downloaded form_urlencoded v1.2.2 |
| 386 | 2026-09-04T21:31:48.949Z | Downloaded futures-core v0.3.34 |
| 387 | 2026-09-04T21:31:48.949Z | Downloaded futures-io v0.3.34 |
| 388 | 2026-09-04T21:31:48.949Z | Downloaded crossbeam-epoch v0.9.20 |
| 389 | 2026-09-04T21:31:48.954Z | Downloaded darling v0.23.0 |
| 390 | 2026-09-04T21:31:48.954Z | Downloaded tokio-dtrace v0.1.1 |
| 391 | 2026-09-04T21:31:48.954Z | Downloaded version_check v0.9.5 |
| 392 | 2026-09-04T21:31:48.954Z | Downloaded chacha20 v0.10.1 |
| 393 | 2026-09-04T21:31:48.955Z | Downloaded crc32fast v1.5.0 |
| 394 | 2026-09-04T21:31:48.955Z | Downloaded crossbeam-utils v0.8.22 |
| 395 | 2026-09-04T21:31:48.955Z | Downloaded darling v0.21.3 |
| 396 | 2026-09-04T21:31:48.962Z | Downloaded data-encoding v2.11.1 |
| 397 | 2026-09-04T21:31:48.962Z | Downloaded console v0.16.4 |
| 398 | 2026-09-04T21:31:48.962Z | Downloaded daft-derive v0.1.8 |
| 399 | 2026-09-04T21:31:48.962Z | Downloaded proc-macro-crate v3.5.0 |
| 400 | 2026-09-04T21:31:48.969Z | Downloaded omicron-workspace-hack v0.1.0 |
| 401 | 2026-09-04T21:31:48.969Z | Downloaded phf_shared v0.12.1 |
| 402 | 2026-09-04T21:31:48.969Z | Downloaded rand_xorshift v0.4.0 |
| 403 | 2026-09-04T21:31:48.969Z | Downloaded usdt-impl v0.5.0 |
| 404 | 2026-09-04T21:31:48.969Z | Downloaded whoami v1.6.1 |
| 405 | 2026-09-04T21:31:48.969Z | Downloaded camino-tempfile v1.4.1 |
| 406 | 2026-09-04T21:31:48.969Z | Downloaded rustc-hash v2.1.3 |
| 407 | 2026-09-04T21:31:48.970Z | Downloaded parse-display v0.10.0 |
| 408 | 2026-09-04T21:31:48.970Z | Downloaded secrecy v0.10.3 |
| 409 | 2026-09-04T21:31:48.973Z | Downloaded hostname v0.4.2 |
| 410 | 2026-09-04T21:31:48.973Z | Downloaded pretty-hex v0.4.2 |
| 411 | 2026-09-04T21:31:48.973Z | Downloaded serde_path_to_error v0.1.20 |
| 412 | 2026-09-04T21:31:48.973Z | Downloaded bitflags v2.13.1 |
| 413 | 2026-09-04T21:31:48.986Z | Downloaded jobserver v0.1.35 |
| 414 | 2026-09-04T21:31:48.986Z | Downloaded tokio-tungstenite v0.21.0 |
| 415 | 2026-09-04T21:31:48.999Z | Downloaded progenitor-macro v0.14.0 |
| 416 | 2026-09-04T21:31:48.999Z | Downloaded testing_table v0.3.0 |
| 417 | 2026-09-04T21:31:48.999Z | Downloaded serde_with_macros v3.22.0 |
| 418 | 2026-09-04T21:31:48.999Z | Downloaded term v1.2.1 |
| 419 | 2026-09-04T21:31:49.024Z | Downloaded serde_plain v1.0.2 |
| 420 | 2026-09-04T21:31:49.024Z | Downloaded indexmap v1.9.3 |
| 421 | 2026-09-04T21:31:49.024Z | Downloaded serde_urlencoded v0.7.1 |
| 422 | 2026-09-04T21:31:49.024Z | Downloaded spin v0.5.2 |
| 423 | 2026-09-04T21:31:49.024Z | Downloaded tokio-macros v2.7.2 |
| 424 | 2026-09-04T21:31:49.024Z | Downloaded tower-service v0.3.3 |
| 425 | 2026-09-04T21:31:49.024Z | Downloaded glob v0.3.4 |
| 426 | 2026-09-04T21:31:49.024Z | Downloaded cookie v0.18.2 |
| 427 | 2026-09-04T21:31:49.036Z | Downloaded fixedbitset v0.5.7 |
| 428 | 2026-09-04T21:31:49.036Z | Downloaded futures-executor v0.3.34 |
| 429 | 2026-09-04T21:31:49.036Z | Downloaded usdt-macro v0.6.0 |
| 430 | 2026-09-04T21:31:49.036Z | Downloaded untrusted v0.9.0 |
| 431 | 2026-09-04T21:31:49.036Z | Downloaded want v0.3.1 |
| 432 | 2026-09-04T21:31:49.036Z | Downloaded embedded-io v0.4.0 |
| 433 | 2026-09-04T21:31:49.036Z | Downloaded structmeta v0.3.0 |
| 434 | 2026-09-04T21:31:49.036Z | Downloaded rand_pcg v0.10.2 |
| 435 | 2026-09-04T21:31:49.036Z | Downloaded rustls-platform-verifier v0.7.0 |
| 436 | 2026-09-04T21:31:49.036Z | Downloaded parking_lot_core v0.8.6 |
| 437 | 2026-09-04T21:31:49.037Z | Downloaded take_mut v0.2.2 |
| 438 | 2026-09-04T21:31:49.037Z | Downloaded highway v1.3.0 |
| 439 | 2026-09-04T21:31:49.037Z | Downloaded progenitor v0.13.0 |
| 440 | 2026-09-04T21:31:49.050Z | Downloaded time-core v0.1.9 |
| 441 | 2026-09-04T21:31:49.050Z | Downloaded resolv-conf v0.7.6 |
| 442 | 2026-09-04T21:31:49.050Z | Downloaded gethostname v0.5.0 |
| 443 | 2026-09-04T21:31:49.050Z | Downloaded usdt-macro v0.5.0 |
| 444 | 2026-09-04T21:31:49.050Z | Downloaded defmt-parser v1.0.0 |
| 445 | 2026-09-04T21:31:49.050Z | Downloaded usdt-attr-macro v0.5.0 |
| 446 | 2026-09-04T21:31:49.050Z | Downloaded zone v0.3.1 |
| 447 | 2026-09-04T21:31:49.050Z | Downloaded const_format v0.2.36 |
| 448 | 2026-09-04T21:31:49.051Z | Downloaded git-stub v1.0.0 |
| 449 | 2026-09-04T21:31:49.051Z | Downloaded base64 v0.21.7 |
| 450 | 2026-09-04T21:31:49.051Z | Downloaded arc-swap v1.9.2 |
| 451 | 2026-09-04T21:31:49.051Z | Downloaded const-oid v0.10.2 |
| 452 | 2026-09-04T21:31:49.075Z | Downloaded log v0.4.33 |
| 453 | 2026-09-04T21:31:49.075Z | Downloaded spin v0.9.9 |
| 454 | 2026-09-04T21:31:49.075Z | Downloaded diff v0.1.13 |
| 455 | 2026-09-04T21:31:49.075Z | Downloaded dunce v1.0.5 |
| 456 | 2026-09-04T21:31:49.075Z | Downloaded dyn-clone v1.0.20 |
| 457 | 2026-09-04T21:31:49.076Z | Downloaded memmap2 v0.9.11 |
| 458 | 2026-09-04T21:31:49.082Z | Downloaded progenitor-macro v0.10.0 |
| 459 | 2026-09-04T21:31:49.082Z | Downloaded schemars_derive v0.8.22 |
| 460 | 2026-09-04T21:31:49.082Z | Downloaded slog-dtrace v0.3.0 |
| 461 | 2026-09-04T21:31:49.082Z | Downloaded toml v1.1.4+spec-1.1.0 |
| 462 | 2026-09-04T21:31:49.082Z | Downloaded unsafe-libyaml v0.2.11 |
| 463 | 2026-09-04T21:31:49.082Z | Downloaded num-traits v0.2.19 |
| 464 | 2026-09-04T21:31:49.082Z | Downloaded once_cell v1.21.4 |
| 465 | 2026-09-04T21:31:49.082Z | Downloaded dtrace-parser v0.2.0 |
| 466 | 2026-09-04T21:31:49.083Z | Downloaded icu_normalizer v2.2.0 |
| 467 | 2026-09-04T21:31:49.083Z | Downloaded same-file v1.0.6 |
| 468 | 2026-09-04T21:31:49.083Z | Downloaded proc-macro-error-attr v1.0.4 |
| 469 | 2026-09-04T21:31:49.083Z | Downloaded scroll_derive v0.13.1 |
| 470 | 2026-09-04T21:31:49.083Z | Downloaded progenitor v0.10.0 |
| 471 | 2026-09-04T21:31:49.083Z | Downloaded serde_tokenstream v0.2.3 |
| 472 | 2026-09-04T21:31:49.083Z | Downloaded serde_tokenstream v0.3.0 |
| 473 | 2026-09-04T21:31:49.083Z | Downloaded chacha20poly1305 v0.10.1 |
| 474 | 2026-09-04T21:31:49.083Z | Downloaded clap v4.6.6 |
| 475 | 2026-09-04T21:31:49.101Z | Downloaded futures-channel v0.3.34 |
| 476 | 2026-09-04T21:31:49.101Z | Downloaded serde-big-array v0.5.1 |
| 477 | 2026-09-04T21:31:49.101Z | Downloaded slog-term v2.9.2 |
| 478 | 2026-09-04T21:31:49.101Z | Downloaded serde_repr v0.1.21 |
| 479 | 2026-09-04T21:31:49.101Z | Downloaded sha1 v0.11.0 |
| 480 | 2026-09-04T21:31:49.122Z | Downloaded rand_chacha v0.3.1 |
| 481 | 2026-09-04T21:31:49.122Z | Downloaded deranged v0.5.8 |
| 482 | 2026-09-04T21:31:49.123Z | Downloaded rustc_version v0.1.7 |
| 483 | 2026-09-04T21:31:49.123Z | Downloaded serial_test_derive v4.0.1 |
| 484 | 2026-09-04T21:31:49.123Z | Downloaded sha1 v0.10.7 |
| 485 | 2026-09-04T21:31:49.123Z | Downloaded parking_lot_core v0.9.12 |
| 486 | 2026-09-04T21:31:49.123Z | Downloaded strum v0.26.3 |
| 487 | 2026-09-04T21:31:49.123Z | Downloaded ryu v1.0.23 |
| 488 | 2026-09-04T21:31:49.123Z | Downloaded slog-stdlog v4.1.1 |
| 489 | 2026-09-04T21:31:49.123Z | Downloaded derive-ex v0.1.8 |
| 490 | 2026-09-04T21:31:49.123Z | Downloaded thiserror-impl v2.0.20 |
| 491 | 2026-09-04T21:31:49.123Z | Downloaded toml_writer v1.1.2+spec-1.1.0 |
| 492 | 2026-09-04T21:31:49.123Z | Downloaded termtree v0.5.1 |
| 493 | 2026-09-04T21:31:49.123Z | Downloaded thiserror-impl v1.0.69 |
| 494 | 2026-09-04T21:31:49.123Z | Downloaded thread_local v1.1.10 |
| 495 | 2026-09-04T21:31:49.123Z | Downloaded base64 v0.22.1 |
| 496 | 2026-09-04T21:31:49.123Z | Downloaded bytes v1.12.1 |
| 497 | 2026-09-04T21:31:49.123Z | Downloaded crypto-bigint v0.5.5 |
| 498 | 2026-09-04T21:31:49.157Z | Downloaded usdt-attr-macro v0.6.0 |
| 499 | 2026-09-04T21:31:49.157Z | Downloaded zmij v1.0.23 |
| 500 | 2026-09-04T21:31:49.157Z | Downloaded indicatif v0.18.6 |
| 501 | 2026-09-04T21:31:49.157Z | Downloaded snafu v0.8.9 |
| 502 | 2026-09-04T21:31:49.157Z | Downloaded password-hash v0.5.0 |
| 503 | 2026-09-04T21:31:49.157Z | Downloaded miniz_oxide v0.8.9 |
| 504 | 2026-09-04T21:31:49.157Z | Downloaded rustls-pemfile v2.2.0 |
| 505 | 2026-09-04T21:31:49.158Z | Downloaded rustls-pki-types v1.15.1 |
| 506 | 2026-09-04T21:31:49.158Z | Downloaded tinyvec_macros v0.1.1 |
| 507 | 2026-09-04T21:31:49.158Z | Downloaded unit-prefix v0.5.2 |
| 508 | 2026-09-04T21:31:49.158Z | Downloaded waitgroup v0.1.2 |
| 509 | 2026-09-04T21:31:49.158Z | Downloaded strum_macros v0.27.2 |
| 510 | 2026-09-04T21:31:49.158Z | Downloaded fs_extra v1.3.0 |
| 511 | 2026-09-04T21:31:49.158Z | Downloaded icu_normalizer_data v2.2.0 |
| 512 | 2026-09-04T21:31:49.158Z | Downloaded either v1.17.0 |
| 513 | 2026-09-04T21:31:49.158Z | Downloaded typify v0.6.2 |
| 514 | 2026-09-04T21:31:49.158Z | Downloaded group v0.13.0 |
| 515 | 2026-09-04T21:31:49.158Z | Downloaded icu_locale_core v2.2.0 |
| 516 | 2026-09-04T21:31:49.172Z | Downloaded foreign-types-shared v0.3.1 |
| 517 | 2026-09-04T21:31:49.172Z | Downloaded opaque-debug v0.3.1 |
| 518 | 2026-09-04T21:31:49.172Z | Downloaded phf v0.12.1 |
| 519 | 2026-09-04T21:31:49.173Z | Downloaded pin-project-internal v1.1.13 |
| 520 | 2026-09-04T21:31:49.173Z | Downloaded progenitor-client v0.13.0 |
| 521 | 2026-09-04T21:31:49.173Z | Downloaded rand_chacha v0.9.0 |
| 522 | 2026-09-04T21:31:49.173Z | Downloaded strum_macros v0.28.0 |
| 523 | 2026-09-04T21:31:49.173Z | Downloaded toml v0.8.23 |
| 524 | 2026-09-04T21:31:49.173Z | Downloaded pin-project-lite v0.2.17 |
| 525 | 2026-09-04T21:31:49.173Z | Downloaded rustc_version v0.4.1 |
| 526 | 2026-09-04T21:31:49.173Z | Downloaded scroll v0.12.0 |
| 527 | 2026-09-04T21:31:49.173Z | Downloaded smawk v0.3.3 |
| 528 | 2026-09-04T21:31:49.174Z | Downloaded errno v0.3.14 |
| 529 | 2026-09-04T21:31:49.174Z | Downloaded slog-json v2.6.1 |
| 530 | 2026-09-04T21:31:49.174Z | Downloaded static_assertions v1.1.0 |
| 531 | 2026-09-04T21:31:49.174Z | Downloaded thiserror v1.0.69 |
| 532 | 2026-09-04T21:31:49.174Z | Downloaded futures-task v0.3.34 |
| 533 | 2026-09-04T21:31:49.174Z | Downloaded scopeguard v1.2.0 |
| 534 | 2026-09-04T21:31:49.174Z | Downloaded serde_spanned v0.6.9 |
| 535 | 2026-09-04T21:31:49.174Z | Downloaded percent-encoding v2.3.2 |
| 536 | 2026-09-04T21:31:49.203Z | Downloaded elliptic-curve v0.13.8 |
| 537 | 2026-09-04T21:31:49.203Z | Downloaded crossbeam-channel v0.5.16 |
| 538 | 2026-09-04T21:31:49.204Z | Downloaded pin-project v1.1.13 |
| 539 | 2026-09-04T21:31:49.204Z | Downloaded httparse v1.10.1 |
| 540 | 2026-09-04T21:31:49.204Z | Downloaded postcard v1.1.3 |
| 541 | 2026-09-04T21:31:49.204Z | Downloaded papergrid v0.11.0 |
| 542 | 2026-09-04T21:31:49.204Z | Downloaded defmt v0.3.100 |
| 543 | 2026-09-04T21:31:49.209Z | Downloaded digest v0.10.7 |
| 544 | 2026-09-04T21:31:49.209Z | Downloaded thread-id v4.2.2 |
| 545 | 2026-09-04T21:31:49.209Z | Downloaded serde_core v1.0.229 |
| 546 | 2026-09-04T21:31:49.209Z | Downloaded icu_collections v2.2.0 |
| 547 | 2026-09-04T21:31:49.209Z | Downloaded schemars v1.2.2 |
| 548 | 2026-09-04T21:31:49.209Z | Downloaded embedded-io v0.6.1 |
| 549 | 2026-09-04T21:31:49.209Z | Downloaded globset v0.4.20 |
| 550 | 2026-09-04T21:31:49.221Z | Downloaded foreign-types v0.3.2 |
| 551 | 2026-09-04T21:31:49.248Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 552 | 2026-09-04T21:31:49.249Z | Downloaded xz2 v0.1.7 |
| 553 | 2026-09-04T21:31:49.249Z | Downloaded zeroize v1.9.0 |
| 554 | 2026-09-04T21:31:49.249Z | Downloaded rusty-fork v0.3.1 |
| 555 | 2026-09-04T21:31:49.249Z | Downloaded quote v1.0.47 |
| 556 | 2026-09-04T21:31:49.249Z | Downloaded universal-hash v0.5.1 |
| 557 | 2026-09-04T21:31:49.249Z | Downloaded semver v0.1.20 |
| 558 | 2026-09-04T21:31:49.278Z | Downloaded subtle v2.6.1 |
| 559 | 2026-09-04T21:31:49.278Z | Downloaded unicode-xid v0.2.6 |
| 560 | 2026-09-04T21:31:49.278Z | Downloaded dof v0.4.0 |
| 561 | 2026-09-04T21:31:49.278Z | Downloaded fxhash v0.2.1 |
| 562 | 2026-09-04T21:31:49.278Z | Downloaded generic-array v0.14.7 |
| 563 | 2026-09-04T21:31:49.278Z | Downloaded heapless v0.8.0 |
| 564 | 2026-09-04T21:31:49.278Z | Downloaded smf v0.2.3 |
| 565 | 2026-09-04T21:31:49.279Z | Downloaded foldhash v0.2.0 |
| 566 | 2026-09-04T21:31:49.279Z | Downloaded progenitor-impl v0.13.0 |
| 567 | 2026-09-04T21:31:49.279Z | Downloaded pest_derive v2.8.8 |
| 568 | 2026-09-04T21:31:49.279Z | Downloaded strum_macros v0.26.4 |
| 569 | 2026-09-04T21:31:49.279Z | Downloaded utf8_iter v1.0.4 |
| 570 | 2026-09-04T21:31:49.279Z | Downloaded utf8parse v0.2.2 |
| 571 | 2026-09-04T21:31:49.279Z | Downloaded float-ord v0.3.2 |
| 572 | 2026-09-04T21:31:49.279Z | Downloaded indexmap v2.14.0 |
| 573 | 2026-09-04T21:31:49.279Z | Downloaded quick-error v1.2.3 |
| 574 | 2026-09-04T21:31:49.279Z | Downloaded cc v1.4.2 |
| 575 | 2026-09-04T21:31:49.298Z | Downloaded minimal-lexical v0.2.1 |
| 576 | 2026-09-04T21:31:49.298Z | Downloaded progenitor-extras v0.2.0 |
| 577 | 2026-09-04T21:31:49.298Z | Downloaded defmt-macros v1.1.1 |
| 578 | 2026-09-04T21:31:49.298Z | Downloaded plain v0.2.3 |
| 579 | 2026-09-04T21:31:49.298Z | Downloaded serde_derive_internals v0.29.1 |
| 580 | 2026-09-04T21:31:49.298Z | Downloaded potential_utf v0.1.5 |
| 581 | 2026-09-04T21:31:49.298Z | Downloaded powerfmt v0.2.0 |
| 582 | 2026-09-04T21:31:49.298Z | Downloaded serial_test v4.0.1 |
| 583 | 2026-09-04T21:31:49.299Z | Downloaded toml_datetime v0.6.11 |
| 584 | 2026-09-04T21:31:49.299Z | Downloaded hyper-util v0.1.20 |
| 585 | 2026-09-04T21:31:49.299Z | Downloaded tower-layer v0.3.3 |
| 586 | 2026-09-04T21:31:49.299Z | Downloaded typify-macro v0.4.3 |
| 587 | 2026-09-04T21:31:49.299Z | Downloaded progenitor-impl v0.14.0 |
| 588 | 2026-09-04T21:31:49.299Z | Downloaded http-body-util v0.1.5 |
| 589 | 2026-09-04T21:31:49.299Z | Downloaded toml_edit v0.19.15 |
| 590 | 2026-09-04T21:31:49.313Z | Downloaded futures v0.3.34 |
| 591 | 2026-09-04T21:31:49.313Z | Downloaded tower v0.5.3 |
| 592 | 2026-09-04T21:31:49.313Z | Downloaded typify v0.4.3 |
| 593 | 2026-09-04T21:31:49.314Z | Downloaded hmac v0.12.1 |
| 594 | 2026-09-04T21:31:49.314Z | Downloaded pkg-config v0.3.33 |
| 595 | 2026-09-04T21:31:49.314Z | Downloaded quinn-udp v0.5.15 |
| 596 | 2026-09-04T21:31:49.314Z | Downloaded dropshot_endpoint v0.17.1 |
| 597 | 2026-09-04T21:31:49.314Z | Downloaded half v2.7.1 |
| 598 | 2026-09-04T21:31:49.329Z | Downloaded zeroize_derive v1.5.0 |
| 599 | 2026-09-04T21:31:49.329Z | Downloaded rand v0.8.7 |
| 600 | 2026-09-04T21:31:49.340Z | Downloaded zone_cfg_derive v0.3.1 |
| 601 | 2026-09-04T21:31:49.340Z | Downloaded foldhash v0.1.5 |
| 602 | 2026-09-04T21:31:49.340Z | Downloaded openssl-sys v0.9.117 |
| 603 | 2026-09-04T21:31:49.340Z | Downloaded progenitor-macro v0.13.0 |
| 604 | 2026-09-04T21:31:49.340Z | Downloaded swrite v0.1.0 |
| 605 | 2026-09-04T21:31:49.340Z | Downloaded uuid v1.26.0 |
| 606 | 2026-09-04T21:31:49.340Z | Downloaded similar v3.2.0 |
| 607 | 2026-09-04T21:31:49.340Z | Downloaded find-msvc-tools v0.1.10 |
| 608 | 2026-09-04T21:31:49.340Z | Downloaded getrandom v0.2.17 |
| 609 | 2026-09-04T21:31:49.340Z | Downloaded parking_lot v0.12.5 |
| 610 | 2026-09-04T21:31:49.340Z | Downloaded mio v1.2.2 |
| 611 | 2026-09-04T21:31:49.340Z | Downloaded foreign-types-shared v0.1.1 |
| 612 | 2026-09-04T21:31:49.340Z | Downloaded http-body v1.1.0 |
| 613 | 2026-09-04T21:31:49.341Z | Downloaded oxide-tokio-rt v0.1.6 |
| 614 | 2026-09-04T21:31:49.341Z | Downloaded slog-envlogger v2.2.0 |
| 615 | 2026-09-04T21:31:49.362Z | Downloaded pest_generator v2.8.8 |
| 616 | 2026-09-04T21:31:49.362Z | Downloaded rand_core v0.10.1 |
| 617 | 2026-09-04T21:31:49.363Z | Downloaded tabwriter v1.4.1 |
| 618 | 2026-09-04T21:31:49.363Z | Downloaded slog-async v2.8.0 |
| 619 | 2026-09-04T21:31:49.363Z | Downloaded itertools v0.12.1 |
| 620 | 2026-09-04T21:31:49.363Z | Downloaded memchr v2.8.3 |
| 621 | 2026-09-04T21:31:49.369Z | Downloaded derive_more v0.99.20 |
| 622 | 2026-09-04T21:31:49.369Z | Downloaded ppv-lite86 v0.2.21 |
| 623 | 2026-09-04T21:31:49.369Z | Downloaded rhai_codegen v3.2.0 |
| 624 | 2026-09-04T21:31:49.370Z | Downloaded oxnet v0.1.7 |
| 625 | 2026-09-04T21:31:49.370Z | Downloaded slog-scope v4.4.1 |
| 626 | 2026-09-04T21:31:49.370Z | Downloaded thread-id v5.1.0 |
| 627 | 2026-09-04T21:31:49.370Z | Downloaded equivalent v1.0.2 |
| 628 | 2026-09-04T21:31:49.370Z | Downloaded wait-timeout v0.2.1 |
| 629 | 2026-09-04T21:31:49.370Z | Downloaded ref-cast-impl v1.0.26 |
| 630 | 2026-09-04T21:31:49.370Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 631 | 2026-09-04T21:31:49.370Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 632 | 2026-09-04T21:31:49.370Z | Downloaded tungstenite v0.21.0 |
| 633 | 2026-09-04T21:31:49.817Z | Downloaded unicode-ident v1.0.24 |
| 634 | 2026-09-04T21:31:49.817Z | Downloaded time-macros v0.2.32 |
| 635 | 2026-09-04T21:31:49.817Z | Downloaded vsss-rs v3.3.4 |
| 636 | 2026-09-04T21:31:49.817Z | Downloaded tracing-attributes v0.1.31 |
| 637 | 2026-09-04T21:31:49.817Z | Downloaded foreign-types-macros v0.2.4 |
| 638 | 2026-09-04T21:31:49.817Z | Downloaded progenitor-client v0.14.0 |
| 639 | 2026-09-04T21:31:49.817Z | Downloaded ref-cast v1.0.26 |
| 640 | 2026-09-04T21:31:49.817Z | Downloaded usdt v0.5.0 |
| 641 | 2026-09-04T21:31:49.855Z | Downloaded rand v0.9.5 |
| 642 | 2026-09-04T21:31:49.855Z | Downloaded hickory-resolver v0.25.2 |
| 643 | 2026-09-04T21:31:49.855Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 644 | 2026-09-04T21:31:49.855Z | Downloaded fastrand v2.5.0 |
| 645 | 2026-09-04T21:31:49.855Z | Downloaded hash32 v0.3.1 |
| 646 | 2026-09-04T21:31:49.856Z | Downloaded zerovec-derive v0.11.3 |
| 647 | 2026-09-04T21:31:49.856Z | Downloaded jiff-core v0.1.0 |
| 648 | 2026-09-04T21:31:49.856Z | Downloaded progenitor v0.14.0 |
| 649 | 2026-09-04T21:31:49.856Z | Downloaded zerocopy-derive v0.7.35 |
| 650 | 2026-09-04T21:31:49.856Z | Downloaded pest_meta v2.8.8 |
| 651 | 2026-09-04T21:31:49.856Z | Downloaded idna v1.1.0 |
| 652 | 2026-09-04T21:31:49.856Z | Downloaded shlex v2.0.1 |
| 653 | 2026-09-04T21:31:49.856Z | Downloaded sync_wrapper v1.0.2 |
| 654 | 2026-09-04T21:31:49.856Z | Downloaded typeid v1.0.3 |
| 655 | 2026-09-04T21:31:49.856Z | Downloaded unarray v0.1.4 |
| 656 | 2026-09-04T21:31:49.857Z | Downloaded typed-path v0.9.3 |
| 657 | 2026-09-04T21:31:49.857Z | Downloaded walkdir v2.5.0 |
| 658 | 2026-09-04T21:31:49.857Z | Downloaded toml_edit v0.25.13+spec-1.1.0 |
| 659 | 2026-09-04T21:31:49.857Z | Downloaded serde_yaml v0.9.34+deprecated |
| 660 | 2026-09-04T21:31:49.857Z | Downloaded defmt v1.1.1 |
| 661 | 2026-09-04T21:31:49.857Z | Downloaded owo-colors v4.3.0 |
| 662 | 2026-09-04T21:31:49.857Z | Downloaded writeable v0.6.3 |
| 663 | 2026-09-04T21:31:49.857Z | Downloaded zerocopy-derive v0.8.56 |
| 664 | 2026-09-04T21:31:49.857Z | Downloaded git-stub-vcs v0.1.0 |
| 665 | 2026-09-04T21:31:49.857Z | Downloaded openssl-macros v0.1.1 |
| 666 | 2026-09-04T21:31:49.857Z | Downloaded heck v0.5.0 |
| 667 | 2026-09-04T21:31:49.857Z | Downloaded openssl-probe v0.2.1 |
| 668 | 2026-09-04T21:31:49.857Z | Downloaded tagptr v0.2.0 |
| 669 | 2026-09-04T21:31:49.857Z | Downloaded hashbrown v0.12.3 |
| 670 | 2026-09-04T21:31:49.857Z | Downloaded strsim v0.11.1 |
| 671 | 2026-09-04T21:31:49.858Z | Downloaded parse-display-derive v0.10.0 |
| 672 | 2026-09-04T21:31:49.858Z | Downloaded sha2 v0.10.9 |
| 673 | 2026-09-04T21:31:49.858Z | Downloaded toml_edit v0.22.27 |
| 674 | 2026-09-04T21:31:49.858Z | Downloaded fnv v1.0.7 |
| 675 | 2026-09-04T21:31:49.858Z | Downloaded structmeta-derive v0.3.0 |
| 676 | 2026-09-04T21:31:49.858Z | Downloaded nom v8.0.0 |
| 677 | 2026-09-04T21:31:49.858Z | Downloaded test-strategy v0.4.5 |
| 678 | 2026-09-04T21:31:49.858Z | Downloaded fs-err v3.3.1 |
| 679 | 2026-09-04T21:31:49.858Z | Downloaded snafu-derive v0.8.9 |
| 680 | 2026-09-04T21:31:49.858Z | Downloaded tokio-rustls v0.26.4 |
| 681 | 2026-09-04T21:31:49.858Z | Downloaded tracing-core v0.1.36 |
| 682 | 2026-09-04T21:31:49.858Z | Downloaded rand_core v0.6.4 |
| 683 | 2026-09-04T21:31:49.858Z | Downloaded rustls-native-certs v0.8.4 |
| 684 | 2026-09-04T21:31:49.858Z | Downloaded port-file v0.1.0 |
| 685 | 2026-09-04T21:31:49.859Z | Downloaded debug-ignore v1.0.5 |
| 686 | 2026-09-04T21:31:49.859Z | Downloaded rustversion v1.0.23 |
| 687 | 2026-09-04T21:31:49.859Z | Downloaded futures-sink v0.3.34 |
| 688 | 2026-09-04T21:31:49.859Z | Downloaded futures-macro v0.3.34 |
| 689 | 2026-09-04T21:31:49.859Z | Downloaded progenitor-client v0.10.0 |
| 690 | 2026-09-04T21:31:49.859Z | Downloaded quinn v0.11.11 |
| 691 | 2026-09-04T21:31:49.859Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 692 | 2026-09-04T21:31:49.859Z | Downloaded papergrid v0.18.0 |
| 693 | 2026-09-04T21:31:49.859Z | Downloaded itertools v0.15.0 |
| 694 | 2026-09-04T21:31:49.859Z | Downloaded flate2 v1.1.9 |
| 695 | 2026-09-04T21:31:49.859Z | Downloaded parking_lot v0.11.2 |
| 696 | 2026-09-04T21:31:49.860Z | Downloaded signal-hook-registry v1.4.8 |
| 697 | 2026-09-04T21:31:49.860Z | Downloaded yoke v0.8.3 |
| 698 | 2026-09-04T21:31:49.860Z | Downloaded itertools v0.14.0 |
| 699 | 2026-09-04T21:31:49.860Z | Downloaded displaydoc v0.2.7 |
| 700 | 2026-09-04T21:31:49.860Z | Downloaded expectorate v1.3.0 |
| 701 | 2026-09-04T21:31:49.860Z | Downloaded paste v1.0.15 |
| 702 | 2026-09-04T21:31:49.860Z | Downloaded slab v0.4.12 |
| 703 | 2026-09-04T21:31:49.860Z | Downloaded qorb v0.4.1 |
| 704 | 2026-09-04T21:31:49.860Z | Downloaded usdt v0.6.0 |
| 705 | 2026-09-04T21:31:49.861Z | Downloaded slog-bunyan v2.5.0 |
| 706 | 2026-09-04T21:31:49.861Z | Downloaded erased-serde v0.3.31 |
| 707 | 2026-09-04T21:31:49.861Z | Downloaded icu_properties_data v2.2.0 |
| 708 | 2026-09-04T21:31:49.861Z | Downloaded sigpipe v0.1.3 |
| 709 | 2026-09-04T21:31:49.861Z | Downloaded http v1.5.0 |
| 710 | 2026-09-04T21:31:49.861Z | Downloaded hex v0.4.3 |
| 711 | 2026-09-04T21:31:49.861Z | Downloaded ff v0.13.1 |
| 712 | 2026-09-04T21:31:49.861Z | Downloaded hostname v0.3.1 |
| 713 | 2026-09-04T21:31:49.861Z | Downloaded digest v0.11.3 |
| 714 | 2026-09-04T21:31:49.861Z | Downloaded pem v3.0.6 |
| 715 | 2026-09-04T21:31:49.862Z | Downloaded poly1305 v0.8.0 |
| 716 | 2026-09-04T21:31:49.862Z | Downloaded rayon-core v1.13.0 |
| 717 | 2026-09-04T21:31:49.862Z | Downloaded proc-macro2 v1.0.107 |
| 718 | 2026-09-04T21:31:49.862Z | Downloaded usdt-impl v0.6.0 |
| 719 | 2026-09-04T21:31:49.862Z | Downloaded schemars v0.9.0 |
| 720 | 2026-09-04T21:31:49.862Z | Downloaded tiny-keccak v2.0.2 |
| 721 | 2026-09-04T21:31:49.862Z | Downloaded proc-macro-crate v1.3.1 |
| 722 | 2026-09-04T21:31:49.862Z | Downloaded libm v0.2.16 |
| 723 | 2026-09-04T21:31:49.862Z | Downloaded hyper v1.11.1 |
| 724 | 2026-09-04T21:31:49.862Z | Downloaded toml_parser v1.1.3+spec-1.1.0 |
| 725 | 2026-09-04T21:31:49.862Z | Downloaded slog v2.8.2 |
| 726 | 2026-09-04T21:31:49.862Z | Downloaded textwrap v0.16.2 |
| 727 | 2026-09-04T21:31:49.862Z | Downloaded rustls-webpki v0.103.14 |
| 728 | 2026-09-04T21:31:49.863Z | Downloaded smallvec v1.15.2 |
| 729 | 2026-09-04T21:31:49.863Z | Downloaded tinyvec v1.12.0 |
| 730 | 2026-09-04T21:31:49.863Z | Downloaded getrandom v0.3.4 |
| 731 | 2026-09-04T21:31:49.863Z | Downloaded thin-vec v0.2.19 |
| 732 | 2026-09-04T21:31:49.863Z | Downloaded semver v1.0.28 |
| 733 | 2026-09-04T21:31:49.863Z | Downloaded tokio-stream v0.1.19 |
| 734 | 2026-09-04T21:31:49.863Z | Downloaded drift v0.2.0 |
| 735 | 2026-09-04T21:31:49.863Z | Downloaded getrandom v0.4.3 |
| 736 | 2026-09-04T21:31:49.863Z | Downloaded schemars v0.8.22 |
| 737 | 2026-09-04T21:31:49.863Z | Downloaded ucd-trie v0.1.7 |
| 738 | 2026-09-04T21:31:49.863Z | Downloaded socket2 v0.6.5 |
| 739 | 2026-09-04T21:31:49.863Z | Downloaded pretty_assertions v1.4.1 |
| 740 | 2026-09-04T21:31:49.864Z | Downloaded pest v2.8.8 |
| 741 | 2026-09-04T21:31:49.902Z | Downloaded progenitor-impl v0.10.0 |
| 742 | 2026-09-04T21:31:49.902Z | Downloaded proc-macro-error v1.0.4 |
| 743 | 2026-09-04T21:31:49.902Z | Downloaded tower-http v0.6.11 |
| 744 | 2026-09-04T21:31:49.902Z | Downloaded rand_core v0.9.5 |
| 745 | 2026-09-04T21:31:49.902Z | Downloaded clap_builder v4.6.6 |
| 746 | 2026-09-04T21:31:49.902Z | Downloaded unicode-segmentation v1.13.3 |
| 747 | 2026-09-04T21:31:49.903Z | Downloaded zerocopy v0.7.35 |
| 748 | 2026-09-04T21:31:49.903Z | Downloaded iddqd v0.4.6 |
| 749 | 2026-09-04T21:31:49.903Z | Downloaded rand v0.10.2 |
| 750 | 2026-09-04T21:31:49.903Z | Downloaded aho-corasick v1.1.5 |
| 751 | 2026-09-04T21:31:49.903Z | Downloaded reqwest v0.13.4 |
| 752 | 2026-09-04T21:31:49.903Z | Downloaded serde_derive v1.0.229 |
| 753 | 2026-09-04T21:31:49.903Z | Downloaded serde v1.0.229 |
| 754 | 2026-09-04T21:31:49.903Z | Downloaded tempfile v3.27.0 |
| 755 | 2026-09-04T21:31:49.903Z | Downloaded hickory-resolver v0.24.4 |
| 756 | 2026-09-04T21:31:49.903Z | Downloaded steno v0.4.1 |
| 757 | 2026-09-04T21:31:49.903Z | Downloaded url v2.5.8 |
| 758 | 2026-09-04T21:31:49.903Z | Downloaded yansi v1.0.1 |
| 759 | 2026-09-04T21:31:49.903Z | Downloaded serde_json v1.0.151 |
| 760 | 2026-09-04T21:31:49.904Z | Downloaded prettyplease v0.2.37 |
| 761 | 2026-09-04T21:31:49.904Z | Downloaded derive-where v1.6.1 |
| 762 | 2026-09-04T21:31:49.904Z | Downloaded darling_core v0.23.0 |
| 763 | 2026-09-04T21:31:49.904Z | Downloaded zerotrie v0.2.4 |
| 764 | 2026-09-04T21:31:49.904Z | Downloaded vcpkg v0.2.15 |
| 765 | 2026-09-04T21:31:49.904Z | Downloaded regex v1.13.1 |
| 766 | 2026-09-04T21:31:49.904Z | Downloaded moka v0.12.16 |
| 767 | 2026-09-04T21:31:49.904Z | Downloaded winnow v1.0.4 |
| 768 | 2026-09-04T21:31:49.904Z | Downloaded hashbrown v0.17.1 |
| 769 | 2026-09-04T21:31:49.904Z | Downloaded chrono v0.4.45 |
| 770 | 2026-09-04T21:31:49.904Z | Downloaded unicode-normalization v0.1.25 |
| 771 | 2026-09-04T21:31:49.904Z | Downloaded rayon v1.12.0 |
| 772 | 2026-09-04T21:31:49.904Z | Downloaded zerovec v0.11.6 |
| 773 | 2026-09-04T21:31:49.904Z | Downloaded portable-atomic v1.15.0 |
| 774 | 2026-09-04T21:31:49.904Z | Downloaded tokio-util v0.7.19 |
| 775 | 2026-09-04T21:31:49.905Z | Downloaded winnow v0.7.15 |
| 776 | 2026-09-04T21:31:49.905Z | Downloaded webpki-roots v1.0.9 |
| 777 | 2026-09-04T21:31:49.905Z | Downloaded h2 v0.4.15 |
| 778 | 2026-09-04T21:31:49.905Z | Downloaded tabled v0.15.0 |
| 779 | 2026-09-04T21:31:49.905Z | Downloaded hashbrown v0.16.1 |
| 780 | 2026-09-04T21:31:49.905Z | Downloaded typenum v1.20.1 |
| 781 | 2026-09-04T21:31:49.905Z | Downloaded aws-lc-rs v1.18.0 |
| 782 | 2026-09-04T21:31:49.905Z | Downloaded proptest v1.11.0 |
| 783 | 2026-09-04T21:31:49.905Z | Downloaded unicode-width v0.1.14 |
| 784 | 2026-09-04T21:31:49.905Z | Downloaded zerocopy v0.8.56 |
| 785 | 2026-09-04T21:31:49.905Z | Downloaded dropshot-api-manager v0.8.0 |
| 786 | 2026-09-04T21:31:49.905Z | Downloaded ron v0.12.2 |
| 787 | 2026-09-04T21:31:49.905Z | Downloaded serde_with v3.22.0 |
| 788 | 2026-09-04T21:31:49.905Z | Downloaded tough v0.22.0 |
| 789 | 2026-09-04T21:31:49.905Z | Downloaded syn v3.0.3 |
| 790 | 2026-09-04T21:31:49.906Z | Downloaded nix v0.31.3 |
| 791 | 2026-09-04T21:31:49.906Z | Downloaded quinn-proto v0.11.16 |
| 792 | 2026-09-04T21:31:49.906Z | Downloaded futures-util v0.3.34 |
| 793 | 2026-09-04T21:31:49.947Z | Downloaded hashbrown v0.15.5 |
| 794 | 2026-09-04T21:31:49.947Z | Downloaded time v0.3.55 |
| 795 | 2026-09-04T21:31:49.947Z | Downloaded regex-syntax v0.8.11 |
| 796 | 2026-09-04T21:31:49.947Z | Downloaded winnow v0.5.40 |
| 797 | 2026-09-04T21:31:49.978Z | Downloaded reqwest v0.12.28 |
| 798 | 2026-09-04T21:31:49.978Z | Downloaded openapiv3 v2.2.0 |
| 799 | 2026-09-04T21:31:49.978Z | Downloaded goblin v0.10.7 |
| 800 | 2026-09-04T21:31:49.978Z | Downloaded openssl v0.10.81 |
| 801 | 2026-09-04T21:31:49.979Z | Downloaded hkdf v0.12.4 |
| 802 | 2026-09-04T21:31:49.979Z | Downloaded curve25519-dalek v4.1.3 |
| 803 | 2026-09-04T21:31:49.979Z | Downloaded tabled v0.21.0 |
| 804 | 2026-09-04T21:31:49.979Z | Downloaded hickory-proto v0.24.4 |
| 805 | 2026-09-04T21:31:50.000Z | Downloaded goblin v0.8.2 |
| 806 | 2026-09-04T21:31:50.000Z | Downloaded unicode-width v0.2.2 |
| 807 | 2026-09-04T21:31:50.000Z | Downloaded syn v1.0.109 |
| 808 | 2026-09-04T21:31:50.042Z | Downloaded sled v0.34.7 |
| 809 | 2026-09-04T21:31:50.042Z | Downloaded bstr v1.13.1 |
| 810 | 2026-09-04T21:31:50.042Z | Downloaded typify-impl v0.4.3 |
| 811 | 2026-09-04T21:31:50.042Z | Downloaded rustix v1.1.4 |
| 812 | 2026-09-04T21:31:50.077Z | Downloaded typify-impl v0.6.2 |
| 813 | 2026-09-04T21:31:50.077Z | Downloaded dropshot v0.17.1 |
| 814 | 2026-09-04T21:31:50.077Z | Downloaded rustls v0.23.43 |
| 815 | 2026-09-04T21:31:50.077Z | Downloaded smoltcp v0.11.0 |
| 816 | 2026-09-04T21:31:50.098Z | Downloaded rhai v1.26.0 |
| 817 | 2026-09-04T21:31:50.098Z | Downloaded regress v0.10.5 |
| 818 | 2026-09-04T21:31:50.098Z | Downloaded jiff v0.2.35 |
| 819 | 2026-09-04T21:31:50.098Z | Downloaded syn v2.0.119 |
| 820 | 2026-09-04T21:31:50.098Z | Downloaded rustix v0.38.44 |
| 821 | 2026-09-04T21:31:50.110Z | Downloaded regress v0.11.1 |
| 822 | 2026-09-04T21:31:50.110Z | Downloaded regex-automata v0.4.18 |
| 823 | 2026-09-04T21:31:50.110Z | Downloaded petgraph v0.6.5 |
| 824 | 2026-09-04T21:31:50.143Z | Downloaded hickory-proto v0.25.2 |
| 825 | 2026-09-04T21:31:50.151Z | Downloaded lzma-sys v0.1.20 |
| 826 | 2026-09-04T21:31:50.151Z | Downloaded sha3 v0.10.9 |
| 827 | 2026-09-04T21:31:50.152Z | Downloaded libc v0.2.189 |
| 828 | 2026-09-04T21:31:50.192Z | Downloaded tokio v1.53.1 |
| 829 | 2026-09-04T21:31:50.203Z | Downloaded tracing v0.1.44 |
| 830 | 2026-09-04T21:31:50.203Z | Downloaded encoding_rs v0.8.35 |
| 831 | 2026-09-04T21:31:50.227Z | Downloaded chrono-tz v0.10.4 |
| 832 | 2026-09-04T21:31:50.241Z | Downloaded petgraph v0.8.3 |
| 833 | 2026-09-04T21:31:50.255Z | Downloaded csv v1.4.0 |
| 834 | 2026-09-04T21:31:50.353Z | Downloaded ring v0.17.14 |
| 835 | 2026-09-04T21:31:50.960Z | Downloaded aws-lc-sys v0.44.0 |
| 836 | 2026-09-04T21:31:51.530Z | Compiling proc-macro2 v1.0.107 |
| 837 | 2026-09-04T21:31:51.530Z | Compiling quote v1.0.47 |
| 838 | 2026-09-04T21:31:51.530Z | Compiling unicode-ident v1.0.24 |
| 839 | 2026-09-04T21:31:51.540Z | Compiling serde_core v1.0.229 |
| 840 | 2026-09-04T21:31:51.540Z | Compiling serde v1.0.229 |
| 841 | 2026-09-04T21:31:51.540Z | Compiling libc v0.2.189 |
| 842 | 2026-09-04T21:31:51.540Z | Compiling zmij v1.0.23 |
| 843 | 2026-09-04T21:31:51.540Z | Compiling autocfg v1.5.1 |
| 844 | 2026-09-04T21:31:51.865Z | Compiling libm v0.2.16 |
| 845 | 2026-09-04T21:31:52.190Z | Compiling icu_normalizer_data v2.2.0 |
| 846 | 2026-09-04T21:31:52.209Z | Compiling icu_properties_data v2.2.0 |
| 847 | 2026-09-04T21:31:52.209Z | Compiling serde_json v1.0.151 |
| 848 | 2026-09-04T21:31:52.300Z | Compiling num-traits v0.2.19 |
| 849 | 2026-09-04T21:31:52.319Z | Compiling getrandom v0.4.3 |
| 850 | 2026-09-04T21:31:52.513Z | Compiling memchr v2.8.3 |
| 851 | 2026-09-04T21:31:52.666Z | Compiling thiserror v2.0.20 |
| 852 | 2026-09-04T21:31:52.735Z | Compiling version_check v0.9.5 |
| 853 | 2026-09-04T21:31:53.031Z | Compiling schemars v0.8.22 |
| 854 | 2026-09-04T21:31:53.118Z | Compiling syn v2.0.119 |
| 855 | 2026-09-04T21:31:53.177Z | Compiling syn v3.0.3 |
| 856 | 2026-09-04T21:31:53.218Z | Checking cfg-if v1.0.4 |
| 857 | 2026-09-04T21:31:53.295Z | Compiling parking_lot_core v0.9.12 |
| 858 | 2026-09-04T21:31:53.369Z | Compiling zerocopy v0.8.56 |
| 859 | 2026-09-04T21:31:53.389Z | Compiling heck v0.5.0 |
| 860 | 2026-09-04T21:31:53.582Z | Compiling portable-atomic v1.15.0 |
| 861 | 2026-09-04T21:31:53.604Z | Compiling rustversion v1.0.23 |
| 862 | 2026-09-04T21:31:53.818Z | Compiling itoa v1.0.18 |
| 863 | 2026-09-04T21:31:53.997Z | Compiling jobserver v0.1.35 |
| 864 | 2026-09-04T21:31:54.056Z | Compiling shlex v2.0.1 |
| 865 | 2026-09-04T21:31:54.087Z | Compiling find-msvc-tools v0.1.10 |
| 866 | 2026-09-04T21:31:54.315Z | Compiling cc v1.4.2 |
| 867 | 2026-09-04T21:31:54.419Z | Compiling pkg-config v0.3.33 |
| 868 | 2026-09-04T21:31:54.566Z | Compiling dunce v1.0.5 |
| 869 | 2026-09-04T21:31:54.668Z | Compiling fs_extra v1.3.0 |
| 870 | 2026-09-04T21:31:54.849Z | Compiling semver v1.0.28 |
| 871 | 2026-09-04T21:31:54.869Z | Compiling log v0.4.33 |
| 872 | 2026-09-04T21:31:54.905Z | Compiling httparse v1.10.1 |
| 873 | 2026-09-04T21:31:54.923Z | Compiling slog v2.8.2 |
| 874 | 2026-09-04T21:31:55.046Z | Compiling rustix v1.1.4 |
| 875 | 2026-09-04T21:31:55.143Z | Compiling cmake v0.1.58 |
| 876 | 2026-09-04T21:31:55.267Z | Checking stable_deref_trait v1.2.1 |
| 877 | 2026-09-04T21:31:55.300Z | Compiling allocator-api2 v0.2.21 |
| 878 | 2026-09-04T21:31:55.347Z | Compiling equivalent v1.0.2 |
| 879 | 2026-09-04T21:31:55.420Z | Compiling thiserror v1.0.69 |
| 880 | 2026-09-04T21:31:55.594Z | Checking litemap v0.8.2 |
| 881 | 2026-09-04T21:31:55.611Z | Compiling aws-lc-sys v0.44.0 |
| 882 | 2026-09-04T21:31:55.631Z | Checking writeable v0.6.3 |
| 883 | 2026-09-04T21:31:55.647Z | Checking utf8_iter v1.0.4 |
| 884 | 2026-09-04T21:31:55.780Z | Compiling ring v0.17.14 |
| 885 | 2026-09-04T21:31:55.802Z | Compiling aws-lc-rs v1.18.0 |
| 886 | 2026-09-04T21:31:55.819Z | Checking percent-encoding v2.3.2 |
| 887 | 2026-09-04T21:31:55.908Z | Compiling synstructure v0.13.2 |
| 888 | 2026-09-04T21:31:55.999Z | Compiling serde_derive_internals v0.29.1 |
| 889 | 2026-09-04T21:31:56.398Z | Compiling regex-syntax v0.8.11 |
| 890 | 2026-09-04T21:31:56.423Z | Compiling serde_derive v1.0.229 |
| 891 | 2026-09-04T21:31:56.438Z | Compiling displaydoc v0.2.7 |
| 892 | 2026-09-04T21:31:56.749Z | Compiling thiserror-impl v2.0.20 |
| 893 | 2026-09-04T21:31:56.799Z | Compiling tokio-macros v2.7.2 |
| 894 | 2026-09-04T21:31:57.080Z | Compiling futures-macro v0.3.34 |
| 895 | 2026-09-04T21:31:57.162Z | Compiling zerofrom-derive v0.1.7 |
| 896 | 2026-09-04T21:31:57.201Z | Compiling yoke-derive v0.8.2 |
| 897 | 2026-09-04T21:31:57.523Z | Compiling zerovec-derive v0.11.3 |
| 898 | 2026-09-04T21:31:57.871Z | Compiling schemars_derive v0.8.22 |
| 899 | 2026-09-04T21:31:57.935Z | Compiling zeroize_derive v1.5.0 |
| 900 | 2026-09-04T21:31:58.273Z | Compiling zerocopy-derive v0.8.56 |
| 901 | 2026-09-04T21:31:58.447Z | Compiling tracing-attributes v0.1.31 |
| 902 | 2026-09-04T21:31:58.605Z | Checking zerofrom v0.1.8 |
| 903 | 2026-09-04T21:31:58.693Z | Compiling thiserror-impl v1.0.69 |
| 904 | 2026-09-04T21:31:58.743Z | Checking yoke v0.8.3 |
| 905 | 2026-09-04T21:31:58.908Z | Checking zerovec v0.11.6 |
| 906 | 2026-09-04T21:31:59.437Z | Checking smallvec v1.15.2 |
| 907 | 2026-09-04T21:31:59.475Z | Compiling serde_tokenstream v0.2.3 |
| 908 | 2026-09-04T21:31:59.610Z | Checking bytes v1.12.1 |
| 909 | 2026-09-04T21:31:59.633Z | Checking tinystr v0.8.3 |
| 910 | 2026-09-04T21:31:59.664Z | Checking potential_utf v0.1.5 |
| 911 | 2026-09-04T21:31:59.754Z | Checking zerotrie v0.2.4 |
| 912 | 2026-09-04T21:31:59.790Z | Checking icu_collections v2.2.0 |
| 913 | 2026-09-04T21:31:59.830Z | Checking icu_locale_core v2.2.0 |
| 914 | 2026-09-04T21:31:59.974Z | Checking form_urlencoded v1.2.2 |
| 915 | 2026-09-04T21:32:00.030Z | Compiling aho-corasick v1.1.5 |
| 916 | 2026-09-04T21:32:00.098Z | Checking rand_core v0.10.1 |
| 917 | 2026-09-04T21:32:00.101Z | Compiling ucd-trie v0.1.7 |
| 918 | 2026-09-04T21:32:00.207Z | Compiling rustls v0.23.43 |
| 919 | 2026-09-04T21:32:00.342Z | Compiling anyhow v1.0.104 |
| 920 | 2026-09-04T21:32:00.388Z | Compiling pest v2.8.8 |
| 921 | 2026-09-04T21:32:00.410Z | Checking icu_provider v2.2.0 |
| 922 | 2026-09-04T21:32:00.468Z | Compiling getrandom v0.3.4 |
| 923 | 2026-09-04T21:32:00.502Z | Compiling hashbrown v0.17.1 |
| 924 | 2026-09-04T21:32:00.647Z | Checking icu_normalizer v2.2.0 |
| 925 | 2026-09-04T21:32:00.668Z | Checking icu_properties v2.2.0 |
| 926 | 2026-09-04T21:32:00.817Z | Compiling regex-automata v0.4.18 |
| 927 | 2026-09-04T21:32:01.072Z | Compiling crossbeam-utils v0.8.22 |
| 928 | 2026-09-04T21:32:01.390Z | Compiling indexmap v2.14.0 |
| 929 | 2026-09-04T21:32:01.453Z | Checking iana-time-zone v0.1.65 |
| 930 | 2026-09-04T21:32:01.477Z | Compiling pest_meta v2.8.8 |
| 931 | 2026-09-04T21:32:01.953Z | Checking idna_adapter v1.2.2 |
| 932 | 2026-09-04T21:32:01.956Z | Checking chrono v0.4.45 |
| 933 | 2026-09-04T21:32:01.957Z | Compiling time-core v0.1.9 |
| 934 | 2026-09-04T21:32:01.957Z | Checking idna v1.1.0 |
| 935 | 2026-09-04T21:32:01.957Z | Compiling paste v1.0.15 |
| 936 | 2026-09-04T21:32:01.957Z | Compiling num-conv v0.2.2 |
| 937 | 2026-09-04T21:32:01.957Z | Checking url v2.5.8 |
| 938 | 2026-09-04T21:32:02.018Z | Compiling time-macros v0.2.32 |
| 939 | 2026-09-04T21:32:02.123Z | Compiling pest_generator v2.8.8 |
| 940 | 2026-09-04T21:32:02.415Z | Compiling strsim v0.11.1 |
| 941 | 2026-09-04T21:32:02.725Z | Compiling regex v1.13.1 |
| 942 | 2026-09-04T21:32:02.764Z | Compiling pest_derive v2.8.8 |
| 943 | 2026-09-04T21:32:02.926Z | Checking uuid v1.26.0 |
| 944 | 2026-09-04T21:32:03.109Z | Compiling async-trait v0.1.92 |
| 945 | 2026-09-04T21:32:03.157Z | Compiling byteorder v1.5.0 |
| 946 | 2026-09-04T21:32:03.235Z | Compiling camino v1.2.5 |
| 947 | 2026-09-04T21:32:03.353Z | Compiling ident_case v1.0.1 |
| 948 | 2026-09-04T21:32:03.901Z | Checking dyn-clone v1.0.20 |
| 949 | 2026-09-04T21:32:03.905Z | Checking errno v0.3.14 |
| 950 | 2026-09-04T21:32:03.905Z | Compiling scroll_derive v0.13.1 |
| 951 | 2026-09-04T21:32:04.029Z | Compiling omicron-workspace-hack v0.1.0 |
| 952 | 2026-09-04T21:32:04.173Z | Compiling slog-async v2.8.0 |
| 953 | 2026-09-04T21:32:04.673Z | Compiling generic-array v0.14.7 |
| 954 | 2026-09-04T21:32:04.676Z | Compiling crc32fast v1.5.0 |
| 955 | 2026-09-04T21:32:04.676Z | Compiling usdt-impl v0.6.0 |
| 956 | 2026-09-04T21:32:04.676Z | Compiling scroll v0.13.0 |
| 957 | 2026-09-04T21:32:04.676Z | Compiling plain v0.2.3 |
| 958 | 2026-09-04T21:32:04.764Z | Compiling daft-derive v0.1.8 |
| 959 | 2026-09-04T21:32:04.857Z | Compiling goblin v0.10.7 |
| 960 | 2026-09-04T21:32:04.873Z | Compiling pretty-hex v0.4.2 |
| 961 | 2026-09-04T21:32:04.999Z | Checking pin-project-lite v0.2.17 |
| 962 | 2026-09-04T21:32:05.093Z | Compiling dtrace-parser v0.3.0 |
| 963 | 2026-09-04T21:32:05.611Z | Compiling thread-id v5.1.0 |
| 964 | 2026-09-04T21:32:06.021Z | Compiling syn v1.0.109 |
| 965 | 2026-09-04T21:32:06.021Z | Compiling darling_core v0.23.0 |
| 966 | 2026-09-04T21:32:06.021Z | Checking bitflags v2.13.1 |
| 967 | 2026-09-04T21:32:06.024Z | Checking getrandom v0.2.17 |
| 968 | 2026-09-04T21:32:06.024Z | Checking zeroize v1.9.0 |
| 969 | 2026-09-04T21:32:06.511Z | Compiling multer v3.1.0 |
| 970 | 2026-09-04T21:32:06.638Z | Compiling async-stream-impl v0.3.6 |
| 971 | 2026-09-04T21:32:06.955Z | Checking socket2 v0.6.5 |
| 972 | 2026-09-04T21:32:07.096Z | Checking scopeguard v1.2.0 |
| 973 | 2026-09-04T21:32:07.222Z | Checking lock_api v0.4.14 |
| 974 | 2026-09-04T21:32:07.260Z | Compiling ref-cast v1.0.26 |
| 975 | 2026-09-04T21:32:07.501Z | Compiling ref-cast-impl v1.0.26 |
| 976 | 2026-09-04T21:32:07.630Z | Compiling dropshot v0.17.1 |
| 977 | 2026-09-04T21:32:07.646Z | Compiling dof v0.4.0 |
| 978 | 2026-09-04T21:32:07.803Z | Compiling darling_macro v0.23.0 |
| 979 | 2026-09-04T21:32:07.850Z | Checking critical-section v1.2.0 |
| 980 | 2026-09-04T21:32:08.067Z | Checking once_cell v1.21.4 |
| 981 | 2026-09-04T21:32:08.144Z | Compiling dropshot_endpoint v0.17.1 |
| 982 | 2026-09-04T21:32:08.445Z | Compiling darling v0.23.0 |
| 983 | 2026-09-04T21:32:08.610Z | Checking parking_lot v0.12.5 |
| 984 | 2026-09-04T21:32:08.648Z | Compiling serde_tokenstream v0.3.0 |
| 985 | 2026-09-04T21:32:08.868Z | Checking signal-hook-registry v1.4.8 |
| 986 | 2026-09-04T21:32:08.873Z | Compiling usdt-attr-macro v0.6.0 |
| 987 | 2026-09-04T21:32:09.311Z | Compiling usdt-macro v0.6.0 |
| 988 | 2026-09-04T21:32:09.314Z | Compiling newtype-uuid-macros v0.1.1 |
| 989 | 2026-09-04T21:32:09.314Z | Checking mio v1.2.2 |
| 990 | 2026-09-04T21:32:09.457Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 991 | 2026-09-04T21:32:09.491Z | Checking tokio v1.53.1 |
| 992 | 2026-09-04T21:32:09.663Z | Compiling structmeta-derive v0.3.0 |
| 993 | 2026-09-04T21:32:09.708Z | Compiling strum_macros v0.26.4 |
| 994 | 2026-09-04T21:32:09.738Z | Compiling foldhash v0.2.0 |
| 995 | 2026-09-04T21:32:09.902Z | Checking subtle v2.6.1 |
| 996 | 2026-09-04T21:32:09.926Z | Checking futures-core v0.3.34 |
| 997 | 2026-09-04T21:32:09.955Z | Compiling hashbrown v0.16.1 |
| 998 | 2026-09-04T21:32:10.062Z | Compiling serde_with_macros v3.22.0 |
| 999 | 2026-09-04T21:32:10.656Z | Compiling strum_macros v0.27.2 |
| 1000 | 2026-09-04T21:32:10.679Z | Compiling structmeta v0.3.0 |
| 1001 | 2026-09-04T21:32:10.862Z | Compiling http v1.5.0 |
| 1002 | 2026-09-04T21:32:10.896Z | Compiling derive-ex v0.1.8 |
| 1003 | 2026-09-04T21:32:11.334Z | Checking futures-sink v0.3.34 |
| 1004 | 2026-09-04T21:32:11.438Z | Checking ipnetwork v0.21.1 |
| 1005 | 2026-09-04T21:32:11.659Z | Checking slab v0.4.12 |
| 1006 | 2026-09-04T21:32:11.748Z | Compiling winnow v1.0.4 |
| 1007 | 2026-09-04T21:32:12.488Z | Compiling test-strategy v0.4.5 |
| 1008 | 2026-09-04T21:32:12.522Z | Checking futures-channel v0.3.34 |
| 1009 | 2026-09-04T21:32:12.716Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 1010 | 2026-09-04T21:32:12.749Z | Checking futures-task v0.3.34 |
| 1011 | 2026-09-04T21:32:12.778Z | Checking futures-io v0.3.34 |
| 1012 | 2026-09-04T21:32:12.891Z | Checking typenum v1.20.1 |
| 1013 | 2026-09-04T21:32:13.048Z | Checking futures-util v0.3.34 |
| 1014 | 2026-09-04T21:32:13.069Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1015 | 2026-09-04T21:32:13.255Z | Compiling parse-display-derive v0.10.0 |
| 1016 | 2026-09-04T21:32:13.622Z | Checking oxnet v0.1.7 |
| 1017 | 2026-09-04T21:32:14.051Z | Checking tracing-core v0.1.36 |
| 1018 | 2026-09-04T21:32:14.055Z | Checking erased-serde v0.3.31 |
| 1019 | 2026-09-04T21:32:14.166Z | Checking tracing v0.1.44 |
| 1020 | 2026-09-04T21:32:14.360Z | Compiling ryu v1.0.23 |
| 1021 | 2026-09-04T21:32:14.534Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1022 | 2026-09-04T21:32:14.556Z | Compiling clap_derive v4.6.4 |
| 1023 | 2026-09-04T21:32:14.735Z | Checking base64 v0.22.1 |
| 1024 | 2026-09-04T21:32:14.968Z | Checking fnv v1.0.7 |
| 1025 | 2026-09-04T21:32:15.471Z | Checking rand_core v0.6.4 |
| 1026 | 2026-09-04T21:32:15.475Z | Compiling openapiv3 v2.2.0 |
| 1027 | 2026-09-04T21:32:15.475Z | Compiling either v1.17.0 |
| 1028 | 2026-09-04T21:32:15.475Z | Checking rustls-pki-types v1.15.1 |
| 1029 | 2026-09-04T21:32:15.694Z | Checking tokio-util v0.7.19 |
| 1030 | 2026-09-04T21:32:16.096Z | Checking untrusted v0.7.1 |
| 1031 | 2026-09-04T21:32:16.182Z | Checking untrusted v0.9.0 |
| 1032 | 2026-09-04T21:32:16.247Z | Checking ipnet v2.12.1 |
| 1033 | 2026-09-04T21:32:16.328Z | Compiling toml_edit v0.25.13+spec-1.1.0 |
| 1034 | 2026-09-04T21:32:16.656Z | Checking http-body v1.1.0 |
| 1035 | 2026-09-04T21:32:16.785Z | Checking atomic-waker v1.1.2 |
| 1036 | 2026-09-04T21:32:16.888Z | Compiling proc-macro-crate v3.5.0 |
| 1037 | 2026-09-04T21:32:17.289Z | Checking try-lock v0.2.5 |
| 1038 | 2026-09-04T21:32:17.309Z | Compiling num_enum_derive v0.7.6 |
| 1039 | 2026-09-04T21:32:17.329Z | Checking tower-layer v0.3.3 |
| 1040 | 2026-09-04T21:32:17.348Z | Checking tower-service v0.3.3 |
| 1041 | 2026-09-04T21:32:17.405Z | Checking want v0.3.1 |
| 1042 | 2026-09-04T21:32:17.437Z | Checking h2 v0.4.15 |
| 1043 | 2026-09-04T21:32:17.504Z | Checking httpdate v1.0.3 |
| 1044 | 2026-09-04T21:32:17.694Z | Compiling regress v0.11.1 |
| 1045 | 2026-09-04T21:32:18.276Z | Compiling crucible-workspace-hack v0.1.0 |
| 1046 | 2026-09-04T21:32:18.463Z | Checking serde_urlencoded v0.7.1 |
| 1047 | 2026-09-04T21:32:18.527Z | Checking http-body-util v0.1.5 |
| 1048 | 2026-09-04T21:32:19.022Z | Checking ppv-lite86 v0.2.21 |
| 1049 | 2026-09-04T21:32:19.244Z | Compiling typify-impl v0.6.2 |
| 1050 | 2026-09-04T21:32:19.314Z | Compiling unsafe-libyaml v0.2.11 |
| 1051 | 2026-09-04T21:32:19.370Z | Checking hyper v1.11.1 |
| 1052 | 2026-09-04T21:32:19.974Z | Compiling serde_yaml v0.9.34+deprecated |
| 1053 | 2026-09-04T21:32:20.334Z | Checking hyper-util v0.1.20 |
| 1054 | 2026-09-04T21:32:20.663Z | Compiling convert_case v0.4.0 |
| 1055 | 2026-09-04T21:32:21.110Z | Compiling derive_more v0.99.20 |
| 1056 | 2026-09-04T21:32:21.451Z | Compiling zerocopy-derive v0.7.35 |
| 1057 | 2026-09-04T21:32:22.026Z | Compiling crossbeam-epoch v0.9.20 |
| 1058 | 2026-09-04T21:32:22.344Z | Compiling itertools v0.14.0 |
| 1059 | 2026-09-04T21:32:22.535Z | Compiling regress v0.10.5 |
| 1060 | 2026-09-04T21:32:22.640Z | Compiling typify-macro v0.6.2 |
| 1061 | 2026-09-04T21:32:23.363Z | Checking deranged v0.5.8 |
| 1062 | 2026-09-04T21:32:23.491Z | Checking num_threads v0.1.7 |
| 1063 | 2026-09-04T21:32:23.592Z | Compiling rustix v0.38.44 |
| 1064 | 2026-09-04T21:32:23.898Z | Checking powerfmt v0.2.0 |
| 1065 | 2026-09-04T21:32:24.274Z | Checking time v0.3.55 |
| 1066 | 2026-09-04T21:32:24.712Z | Compiling heapless v0.8.0 |
| 1067 | 2026-09-04T21:32:24.718Z | Compiling typify v0.6.2 |
| 1068 | 2026-09-04T21:32:24.718Z | Checking crossbeam-channel v0.5.16 |
| 1069 | 2026-09-04T21:32:25.380Z | Compiling scroll_derive v0.12.1 |
| 1070 | 2026-09-04T21:32:25.386Z | Compiling serde_repr v0.1.21 |
| 1071 | 2026-09-04T21:32:25.768Z | Checking cpufeatures v0.3.0 |
| 1072 | 2026-09-04T21:32:25.917Z | Checking futures-executor v0.3.34 |
| 1073 | 2026-09-04T21:32:26.456Z | Checking sync_wrapper v1.0.2 |
| 1074 | 2026-09-04T21:32:26.465Z | Checking thread_local v1.1.10 |
| 1075 | 2026-09-04T21:32:26.466Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1076 | 2026-09-04T21:32:26.466Z | Compiling smoltcp v0.11.0 |
| 1077 | 2026-09-04T21:32:26.708Z | Checking tower v0.5.3 |
| 1078 | 2026-09-04T21:32:26.781Z | Checking rand_core v0.9.5 |
| 1079 | 2026-09-04T21:32:26.955Z | Checking webpki-roots v1.0.9 |
| 1080 | 2026-09-04T21:32:27.192Z | Compiling rustc_version v0.4.1 |
| 1081 | 2026-09-04T21:32:27.251Z | Checking is-terminal v0.4.17 |
| 1082 | 2026-09-04T21:32:27.345Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1083 | 2026-09-04T21:32:27.446Z | Checking term v1.2.1 |
| 1084 | 2026-09-04T21:32:27.465Z | Checking take_mut v0.2.2 |
| 1085 | 2026-09-04T21:32:27.468Z | Compiling curve25519-dalek v4.1.3 |
| 1086 | 2026-09-04T21:32:27.528Z | Checking tower-http v0.6.11 |
| 1087 | 2026-09-04T21:32:27.609Z | Checking futures v0.3.34 |
| 1088 | 2026-09-04T21:32:28.073Z | Checking slog-term v2.9.2 |
| 1089 | 2026-09-04T21:32:28.081Z | Compiling toml_datetime v0.6.11 |
| 1090 | 2026-09-04T21:32:28.081Z | Compiling foreign-types-macros v0.2.4 |
| 1091 | 2026-09-04T21:32:28.081Z | Checking hex v0.4.3 |
| 1092 | 2026-09-04T21:32:28.162Z | Checking fastrand v2.5.0 |
| 1093 | 2026-09-04T21:32:28.412Z | Checking rand_chacha v0.9.0 |
| 1094 | 2026-09-04T21:32:28.627Z | Compiling zerocopy v0.7.35 |
| 1095 | 2026-09-04T21:32:28.682Z | Compiling hubpack_derive v0.1.1 |
| 1096 | 2026-09-04T21:32:28.781Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1097 | 2026-09-04T21:32:29.174Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1098 | 2026-09-04T21:32:29.267Z | Compiling usdt-impl v0.5.0 |
| 1099 | 2026-09-04T21:32:29.810Z | Compiling proc-macro-error-attr v1.0.4 |
| 1100 | 2026-09-04T21:32:29.814Z | Compiling dof v0.3.0 |
| 1101 | 2026-09-04T21:32:29.828Z | Checking rand v0.9.5 |
| 1102 | 2026-09-04T21:32:29.831Z | Compiling dtrace-parser v0.2.0 |
| 1103 | 2026-09-04T21:32:29.864Z | Compiling darling_core v0.21.3 |
| 1104 | 2026-09-04T21:32:29.896Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1105 | 2026-09-04T21:32:30.440Z | Compiling serde_spanned v1.1.1 |
| 1106 | 2026-09-04T21:32:30.683Z | Compiling proc-macro-error v1.0.4 |
| 1107 | 2026-09-04T21:32:30.858Z | Compiling thread-id v4.2.2 |
| 1108 | 2026-09-04T21:32:30.913Z | Compiling memoffset v0.9.1 |
| 1109 | 2026-09-04T21:32:31.126Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 1110 | 2026-09-04T21:32:31.930Z | Checking tempfile v3.27.0 |
| 1111 | 2026-09-04T21:32:32.027Z | Compiling darling_macro v0.21.3 |
| 1112 | 2026-09-04T21:32:32.541Z | Checking crypto-common v0.1.7 |
| 1113 | 2026-09-04T21:32:32.545Z | Checking hybrid-array v0.4.14 |
| 1114 | 2026-09-04T21:32:32.900Z | Checking openssl-probe v0.2.1 |
| 1115 | 2026-09-04T21:32:32.922Z | Checking adler2 v2.0.1 |
| 1116 | 2026-09-04T21:32:32.928Z | Compiling cfg_aliases v0.2.2 |
| 1117 | 2026-09-04T21:32:32.928Z | Compiling prettyplease v0.2.37 |
| 1118 | 2026-09-04T21:32:32.984Z | Checking simd-adler32 v0.3.10 |
| 1119 | 2026-09-04T21:32:33.016Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 1120 | 2026-09-04T21:32:33.060Z | Checking match_cfg v0.1.0 |
| 1121 | 2026-09-04T21:32:33.115Z | Checking hostname v0.3.1 |
| 1122 | 2026-09-04T21:32:33.140Z | Checking miniz_oxide v0.8.9 |
| 1123 | 2026-09-04T21:32:33.211Z | Compiling nix v0.31.3 |
| 1124 | 2026-09-04T21:32:33.219Z | Checking rustls-native-certs v0.8.4 |
| 1125 | 2026-09-04T21:32:33.365Z | Compiling darling v0.21.3 |
| 1126 | 2026-09-04T21:32:33.761Z | Checking slog-json v2.6.1 |
| 1127 | 2026-09-04T21:32:33.808Z | Checking newtype-uuid v1.4.0 |
| 1128 | 2026-09-04T21:32:33.911Z | Checking memmap2 v0.9.11 |
| 1129 | 2026-09-04T21:32:34.002Z | Compiling heck v0.4.1 |
| 1130 | 2026-09-04T21:32:34.055Z | Compiling crossbeam-deque v0.8.7 |
| 1131 | 2026-09-04T21:32:34.195Z | Checking usdt v0.6.0 |
| 1132 | 2026-09-04T21:32:34.214Z | Checking daft v0.1.8 |
| 1133 | 2026-09-04T21:32:34.661Z | Checking slog-bunyan v2.5.0 |
| 1134 | 2026-09-04T21:32:34.666Z | Checking flate2 v1.1.9 |
| 1135 | 2026-09-04T21:32:34.666Z | Compiling ingot-macros v0.1.1 |
| 1136 | 2026-09-04T21:32:34.666Z | Checking crypto-common v0.2.2 |
| 1137 | 2026-09-04T21:32:34.666Z | Checking block-buffer v0.12.1 |
| 1138 | 2026-09-04T21:32:34.666Z | Compiling usdt-macro v0.5.0 |
| 1139 | 2026-09-04T21:32:34.666Z | Compiling usdt-attr-macro v0.5.0 |
| 1140 | 2026-09-04T21:32:34.666Z | Compiling enum-as-inner v0.6.1 |
| 1141 | 2026-09-04T21:32:34.893Z | Compiling num-derive v0.4.2 |
| 1142 | 2026-09-04T21:32:35.323Z | Compiling winnow v0.7.15 |
| 1143 | 2026-09-04T21:32:35.477Z | Checking const-oid v0.10.2 |
| 1144 | 2026-09-04T21:32:35.510Z | Checking debug-ignore v1.0.5 |
| 1145 | 2026-09-04T21:32:35.610Z | Checking compression-core v0.4.32 |
| 1146 | 2026-09-04T21:32:35.737Z | Checking compression-codecs v0.4.38 |
| 1147 | 2026-09-04T21:32:36.151Z | Checking digest v0.11.3 |
| 1148 | 2026-09-04T21:32:36.419Z | Compiling progenitor-impl v0.14.0 |
| 1149 | 2026-09-04T21:32:37.047Z | Checking macaddr v1.0.1 |
| 1150 | 2026-09-04T21:32:37.105Z | Checking encoding_rs v0.8.35 |
| 1151 | 2026-09-04T21:32:37.239Z | Checking spin v0.9.9 |
| 1152 | 2026-09-04T21:32:37.284Z | Compiling rayon-core v1.13.0 |
| 1153 | 2026-09-04T21:32:37.302Z | Checking mime v0.3.17 |
| 1154 | 2026-09-04T21:32:37.370Z | Checking toml v1.1.4+spec-1.1.0 |
| 1155 | 2026-09-04T21:32:37.858Z | Checking sha1 v0.11.0 |
| 1156 | 2026-09-04T21:32:37.926Z | Checking async-compression v0.4.43 |
| 1157 | 2026-09-04T21:32:38.249Z | Checking rand_chacha v0.3.1 |
| 1158 | 2026-09-04T21:32:38.432Z | Checking waitgroup v0.1.2 |
| 1159 | 2026-09-04T21:32:38.451Z | Checking rustls-pemfile v2.2.0 |
| 1160 | 2026-09-04T21:32:38.497Z | Compiling progenitor-macro v0.14.0 |
| 1161 | 2026-09-04T21:32:38.973Z | Checking async-stream v0.3.6 |
| 1162 | 2026-09-04T21:32:39.009Z | Checking serde_path_to_error v0.1.20 |
| 1163 | 2026-09-04T21:32:39.009Z | Checking hostname v0.4.2 |
| 1164 | 2026-09-04T21:32:39.009Z | Compiling wait-timeout v0.2.1 |
| 1165 | 2026-09-04T21:32:39.009Z | Compiling quick-error v1.2.3 |
| 1166 | 2026-09-04T21:32:39.009Z | Compiling bit-vec v0.8.0 |
| 1167 | 2026-09-04T21:32:39.034Z | Compiling rusty-fork v0.3.1 |
| 1168 | 2026-09-04T21:32:39.110Z | Compiling bit-set v0.8.0 |
| 1169 | 2026-09-04T21:32:39.135Z | Checking rand v0.8.7 |
| 1170 | 2026-09-04T21:32:39.630Z | Compiling rand_xorshift v0.4.0 |
| 1171 | 2026-09-04T21:32:39.737Z | Compiling num-integer v0.1.47 |
| 1172 | 2026-09-04T21:32:40.016Z | Compiling semver v0.1.20 |
| 1173 | 2026-09-04T21:32:40.088Z | Compiling winnow v0.5.40 |
| 1174 | 2026-09-04T21:32:40.119Z | Compiling unarray v0.1.4 |
| 1175 | 2026-09-04T21:32:40.435Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1176 | 2026-09-04T21:32:40.530Z | Compiling proptest v1.11.0 |
| 1177 | 2026-09-04T21:32:40.740Z | Compiling rustc_version v0.1.7 |
| 1178 | 2026-09-04T21:32:41.402Z | Compiling toml_edit v0.19.15 |
| 1179 | 2026-09-04T21:32:41.572Z | Compiling reqwest v0.12.28 |
| 1180 | 2026-09-04T21:32:41.671Z | Compiling backon v1.6.0 |
| 1181 | 2026-09-04T21:32:41.866Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1182 | 2026-09-04T21:32:42.011Z | Checking block-buffer v0.10.4 |
| 1183 | 2026-09-04T21:32:42.661Z | Compiling strum v0.26.3 |
| 1184 | 2026-09-04T21:32:42.889Z | Compiling instant v0.1.13 |
| 1185 | 2026-09-04T21:32:43.152Z | Compiling utf8parse v0.2.2 |
| 1186 | 2026-09-04T21:32:43.230Z | Compiling backoff v0.4.0 |
| 1187 | 2026-09-04T21:32:43.670Z | Compiling anstyle-parse v1.0.0 |
| 1188 | 2026-09-04T21:32:44.082Z | Compiling iddqd v0.4.6 |
| 1189 | 2026-09-04T21:32:44.082Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1190 | 2026-09-04T21:32:44.082Z | Compiling proc-macro-crate v1.3.1 |
| 1191 | 2026-09-04T21:32:44.083Z | Compiling progenitor-client v0.10.0 |
| 1192 | 2026-09-04T21:32:44.083Z | Checking digest v0.10.7 |
| 1193 | 2026-09-04T21:32:44.090Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1194 | 2026-09-04T21:32:44.090Z | Compiling newtype_derive v0.1.6 |
| 1195 | 2026-09-04T21:32:44.091Z | Compiling num-iter v0.1.46 |
| 1196 | 2026-09-04T21:32:44.091Z | Compiling num-rational v0.4.2 |
| 1197 | 2026-09-04T21:32:44.091Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 1198 | 2026-09-04T21:32:44.091Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1199 | 2026-09-04T21:32:44.445Z | Compiling parse-display v0.10.0 |
| 1200 | 2026-09-04T21:32:44.511Z | Compiling strum v0.27.2 |
| 1201 | 2026-09-04T21:32:44.537Z | Compiling serde_with v3.22.0 |
| 1202 | 2026-09-04T21:32:44.964Z | Compiling num-complex v0.4.6 |
| 1203 | 2026-09-04T21:32:44.984Z | Checking rustls-webpki v0.103.14 |
| 1204 | 2026-09-04T21:32:44.984Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1205 | 2026-09-04T21:32:44.984Z | Compiling anstyle-query v1.1.5 |
| 1206 | 2026-09-04T21:32:44.985Z | Checking unicode-width v0.2.2 |
| 1207 | 2026-09-04T21:32:44.985Z | Compiling is_terminal_polyfill v1.70.2 |
| 1208 | 2026-09-04T21:32:45.034Z | Compiling owo-colors v4.3.0 |
| 1209 | 2026-09-04T21:32:45.082Z | Compiling colorchoice v1.0.5 |
| 1210 | 2026-09-04T21:32:45.195Z | Compiling anstyle v1.0.14 |
| 1211 | 2026-09-04T21:32:45.611Z | Compiling humantime v2.4.0 |
| 1212 | 2026-09-04T21:32:45.611Z | Compiling vcpkg v0.2.15 |
| 1213 | 2026-09-04T21:32:45.769Z | Compiling anstream v1.0.0 |
| 1214 | 2026-09-04T21:32:45.769Z | Compiling num v0.4.3 |
| 1215 | 2026-09-04T21:32:45.827Z | Compiling num_enum_derive v0.5.11 |
| 1216 | 2026-09-04T21:32:45.827Z | Compiling openssl-sys v0.9.117 |
| 1217 | 2026-09-04T21:32:46.243Z | Compiling terminal_size v0.4.4 |
| 1218 | 2026-09-04T21:32:46.256Z | Compiling serde_spanned v0.6.9 |
| 1219 | 2026-09-04T21:32:46.256Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1220 | 2026-09-04T21:32:46.256Z | Compiling derive-where v1.6.1 |
| 1221 | 2026-09-04T21:32:46.372Z | Compiling pin-project-internal v1.1.13 |
| 1222 | 2026-09-04T21:32:46.685Z | Compiling clap_lex v1.1.0 |
| 1223 | 2026-09-04T21:32:46.739Z | Compiling toml_write v0.1.2 |
| 1224 | 2026-09-04T21:32:46.903Z | Compiling float-ord v0.3.2 |
| 1225 | 2026-09-04T21:32:47.027Z | Compiling toml_edit v0.22.27 |
| 1226 | 2026-09-04T21:32:47.151Z | Compiling clap_builder v4.6.6 |
| 1227 | 2026-09-04T21:32:47.562Z | Checking tokio-rustls v0.26.4 |
| 1228 | 2026-09-04T21:32:47.713Z | Checking rustls-platform-verifier v0.7.0 |
| 1229 | 2026-09-04T21:32:47.795Z | Checking hyper-rustls v0.27.9 |
| 1230 | 2026-09-04T21:32:48.003Z | Checking reqwest v0.13.4 |
| 1231 | 2026-09-04T21:32:48.149Z | Compiling progenitor-impl v0.13.0 |
| 1232 | 2026-09-04T21:32:49.200Z | Checking progenitor-client v0.14.0 |
| 1233 | 2026-09-04T21:32:50.140Z | Compiling clap v4.6.6 |
| 1234 | 2026-09-04T21:32:50.180Z | Compiling progenitor-macro v0.13.0 |
| 1235 | 2026-09-04T21:32:50.225Z | Compiling toml v0.8.23 |
| 1236 | 2026-09-04T21:32:50.427Z | Compiling zone_cfg_derive v0.3.1 |
| 1237 | 2026-09-04T21:32:50.651Z | Compiling progenitor-extras v0.2.0 |
| 1238 | 2026-09-04T21:32:50.842Z | Compiling async-recursion v1.1.1 |
| 1239 | 2026-09-04T21:32:50.888Z | Compiling snafu-derive v0.8.9 |
| 1240 | 2026-09-04T21:32:51.854Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1241 | 2026-09-04T21:32:52.545Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9) |
| 1242 | 2026-09-04T21:32:52.643Z | Compiling slog-dtrace v0.3.0 |
| 1243 | 2026-09-04T21:32:52.708Z | Compiling minimal-lexical v0.2.1 |
| 1244 | 2026-09-04T21:32:52.883Z | Compiling unicode-xid v0.2.6 |
| 1245 | 2026-09-04T21:32:53.036Z | Compiling chrono-tz v0.10.4 |
| 1246 | 2026-09-04T21:32:53.115Z | Compiling cancel-safe-futures v0.1.5 |
| 1247 | 2026-09-04T21:32:53.135Z | Compiling openssl v0.10.81 |
| 1248 | 2026-09-04T21:32:53.436Z | Compiling const_format_proc_macros v0.2.34 |
| 1249 | 2026-09-04T21:32:53.512Z | Compiling nom v7.1.3 |
| 1250 | 2026-09-04T21:32:53.848Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1251 | 2026-09-04T21:32:54.155Z | Compiling openssl-macros v0.1.1 |
| 1252 | 2026-09-04T21:32:54.425Z | Checking cpufeatures v0.2.17 |
| 1253 | 2026-09-04T21:32:54.765Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1254 | 2026-09-04T21:32:54.981Z | Compiling cookie v0.18.2 |
| 1255 | 2026-09-04T21:32:55.057Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1256 | 2026-09-04T21:32:55.284Z | Compiling tabled_derive v0.7.0 |
| 1257 | 2026-09-04T21:32:55.745Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1258 | 2026-09-04T21:32:56.025Z | Checking num_enum v0.7.6 |
| 1259 | 2026-09-04T21:32:57.584Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1260 | 2026-09-04T21:32:57.807Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1261 | 2026-09-04T21:32:58.597Z | Checking tabwriter v1.4.1 |
| 1262 | 2026-09-04T21:32:58.798Z | Checking secrecy v0.10.3 |
| 1263 | 2026-09-04T21:32:58.844Z | Checking colored v3.1.1 |
| 1264 | 2026-09-04T21:32:58.886Z | Checking tinyvec_macros v0.1.1 |
| 1265 | 2026-09-04T21:32:58.951Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1266 | 2026-09-04T21:32:59.025Z | Checking tinyvec v1.12.0 |
| 1267 | 2026-09-04T21:32:59.388Z | Checking hash32 v0.3.1 |
| 1268 | 2026-09-04T21:32:59.495Z | Checking data-encoding v2.11.1 |
| 1269 | 2026-09-04T21:32:59.773Z | Checking hmac v0.12.1 |
| 1270 | 2026-09-04T21:32:59.787Z | Checking inout v0.1.4 |
| 1271 | 2026-09-04T21:32:59.918Z | Checking scroll v0.12.0 |
| 1272 | 2026-09-04T21:32:59.939Z | Checking ff v0.13.1 |
| 1273 | 2026-09-04T21:32:59.995Z | Checking cobs v0.3.0 |
| 1274 | 2026-09-04T21:33:00.077Z | Checking managed v0.8.0 |
| 1275 | 2026-09-04T21:33:00.082Z | Checking static_assertions v1.1.0 |
| 1276 | 2026-09-04T21:33:00.162Z | Checking foreign-types-shared v0.3.1 |
| 1277 | 2026-09-04T21:33:00.570Z | Checking bitflags v1.3.2 |
| 1278 | 2026-09-04T21:33:00.573Z | Checking goblin v0.8.2 |
| 1279 | 2026-09-04T21:33:00.573Z | Checking postcard v1.1.3 |
| 1280 | 2026-09-04T21:33:00.573Z | Checking group v0.13.0 |
| 1281 | 2026-09-04T21:33:00.573Z | Checking foreign-types v0.5.0 |
| 1282 | 2026-09-04T21:33:00.573Z | Checking cipher v0.4.4 |
| 1283 | 2026-09-04T21:33:00.573Z | Checking hkdf v0.12.4 |
| 1284 | 2026-09-04T21:33:00.573Z | Checking atomicwrites v0.4.4 |
| 1285 | 2026-09-04T21:33:00.573Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1286 | 2026-09-04T21:33:01.020Z | Checking universal-hash v0.5.1 |
| 1287 | 2026-09-04T21:33:01.030Z | Checking crypto-bigint v0.5.5 |
| 1288 | 2026-09-04T21:33:01.030Z | Checking chacha20 v0.10.1 |
| 1289 | 2026-09-04T21:33:01.030Z | Checking half v2.7.1 |
| 1290 | 2026-09-04T21:33:01.176Z | Checking cstr-argument v0.1.2 |
| 1291 | 2026-09-04T21:33:01.321Z | Checking opaque-debug v0.3.1 |
| 1292 | 2026-09-04T21:33:01.340Z | Checking base16ct v0.2.0 |
| 1293 | 2026-09-04T21:33:01.376Z | Checking ciborium-io v0.2.2 |
| 1294 | 2026-09-04T21:33:01.400Z | Checking indent_write v2.2.0 |
| 1295 | 2026-09-04T21:33:01.453Z | Checking base64ct v1.8.3 |
| 1296 | 2026-09-04T21:33:01.475Z | Checking poly1305 v0.8.0 |
| 1297 | 2026-09-04T21:33:01.494Z | Checking ciborium-ll v0.2.2 |
| 1298 | 2026-09-04T21:33:01.622Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1299 | 2026-09-04T21:33:01.674Z | Checking elliptic-curve v0.13.8 |
| 1300 | 2026-09-04T21:33:01.694Z | Checking rand v0.10.2 |
| 1301 | 2026-09-04T21:33:01.707Z | Checking password-hash v0.5.0 |
| 1302 | 2026-09-04T21:33:01.723Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1303 | 2026-09-04T21:33:01.793Z | Checking chacha20 v0.9.1 |
| 1304 | 2026-09-04T21:33:01.900Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1305 | 2026-09-04T21:33:01.938Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1306 | 2026-09-04T21:33:01.990Z | Checking blake2 v0.10.6 |
| 1307 | 2026-09-04T21:33:02.242Z | Checking aead v0.5.2 |
| 1308 | 2026-09-04T21:33:02.264Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1309 | 2026-09-04T21:33:02.265Z | Checking thiserror-no-std v2.0.2 |
| 1310 | 2026-09-04T21:33:02.286Z | Checking hubpack v0.1.2 |
| 1311 | 2026-09-04T21:33:02.314Z | Checking byte-wrapper v0.1.0 |
| 1312 | 2026-09-04T21:33:02.342Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1313 | 2026-09-04T21:33:02.460Z | Checking keccak v0.1.6 |
| 1314 | 2026-09-04T21:33:02.512Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1315 | 2026-09-04T21:33:02.575Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1316 | 2026-09-04T21:33:02.615Z | Checking sha3 v0.10.9 |
| 1317 | 2026-09-04T21:33:02.633Z | Checking chacha20poly1305 v0.10.1 |
| 1318 | 2026-09-04T21:33:02.653Z | Checking vsss-rs v3.3.4 |
| 1319 | 2026-09-04T21:33:02.812Z | Checking argon2 v0.5.3 |
| 1320 | 2026-09-04T21:33:02.839Z | Checking ciborium v0.2.2 |
| 1321 | 2026-09-04T21:33:03.168Z | Checking console v0.16.4 |
| 1322 | 2026-09-04T21:33:03.272Z | Checking memmap v0.7.0 |
| 1323 | 2026-09-04T21:33:03.406Z | Checking lazy_static v1.5.0 |
| 1324 | 2026-09-04T21:33:03.427Z | Checking usdt v0.5.0 |
| 1325 | 2026-09-04T21:33:03.510Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1326 | 2026-09-04T21:33:03.755Z | Checking ingot-types v0.1.2 |
| 1327 | 2026-09-04T21:33:03.779Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1328 | 2026-09-04T21:33:03.809Z | Checking progenitor v0.14.0 |
| 1329 | 2026-09-04T21:33:03.938Z | Checking ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 1330 | 2026-09-04T21:33:03.972Z | Checking bstr v1.13.1 |
| 1331 | 2026-09-04T21:33:03.995Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1332 | 2026-09-04T21:33:04.066Z | Checking bytecount v0.6.9 |
| 1333 | 2026-09-04T21:33:04.081Z | Checking unicode-segmentation v1.13.3 |
| 1334 | 2026-09-04T21:33:04.099Z | Checking ingot v0.1.1 |
| 1335 | 2026-09-04T21:33:04.428Z | Checking newline-converter v0.3.0 |
| 1336 | 2026-09-04T21:33:04.483Z | Checking itertools v0.12.1 |
| 1337 | 2026-09-04T21:33:04.553Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1338 | 2026-09-04T21:33:04.693Z | Checking resolv-conf v0.7.6 |
| 1339 | 2026-09-04T21:33:04.721Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1340 | 2026-09-04T21:33:04.751Z | Checking similar v3.2.0 |
| 1341 | 2026-09-04T21:33:04.772Z | Checking swrite v0.1.0 |
| 1342 | 2026-09-04T21:33:04.862Z | Compiling parking_lot_core v0.8.6 |
| 1343 | 2026-09-04T21:33:04.924Z | Checking linked-hash-map v0.5.6 |
| 1344 | 2026-09-04T21:33:05.106Z | Checking lru-cache v0.1.2 |
| 1345 | 2026-09-04T21:33:05.271Z | Checking rayon v1.12.0 |
| 1346 | 2026-09-04T21:33:05.331Z | Checking expectorate v1.3.0 |
| 1347 | 2026-09-04T21:33:05.599Z | Checking ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 1348 | 2026-09-04T21:33:05.626Z | Checking hickory-proto v0.24.4 |
| 1349 | 2026-09-04T21:33:05.643Z | Checking camino-tempfile v1.4.1 |
| 1350 | 2026-09-04T21:33:06.360Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1351 | 2026-09-04T21:33:06.520Z | Checking serde-big-array v0.5.1 |
| 1352 | 2026-09-04T21:33:06.521Z | Checking siphasher v1.0.3 |
| 1353 | 2026-09-04T21:33:06.521Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1354 | 2026-09-04T21:33:06.679Z | Checking phf_shared v0.12.1 |
| 1355 | 2026-09-04T21:33:07.113Z | Checking unicode-normalization v0.1.25 |
| 1356 | 2026-09-04T21:33:07.305Z | Checking progenitor-client v0.13.0 |
| 1357 | 2026-09-04T21:33:07.305Z | Checking pin-project v1.1.13 |
| 1358 | 2026-09-04T21:33:07.305Z | Checking hickory-resolver v0.24.4 |
| 1359 | 2026-09-04T21:33:07.305Z | Checking num_enum v0.5.11 |
| 1360 | 2026-09-04T21:33:07.723Z | Checking tokio-stream v0.1.19 |
| 1361 | 2026-09-04T21:33:07.814Z | Checking csv-core v0.1.13 |
| 1362 | 2026-09-04T21:33:08.011Z | Checking foreign-types-shared v0.1.1 |
| 1363 | 2026-09-04T21:33:08.011Z | Checking same-file v1.0.6 |
| 1364 | 2026-09-04T21:33:08.049Z | Checking highway v1.3.0 |
| 1365 | 2026-09-04T21:33:08.049Z | Checking konst_macro_rules v0.2.19 |
| 1366 | 2026-09-04T21:33:08.049Z | Checking smawk v0.3.3 |
| 1367 | 2026-09-04T21:33:08.053Z | Checking unicode-width v0.1.14 |
| 1368 | 2026-09-04T21:33:08.123Z | Checking unicode-linebreak v0.1.5 |
| 1369 | 2026-09-04T21:33:08.132Z | Checking foldhash v0.1.5 |
| 1370 | 2026-09-04T21:33:08.132Z | Checking jiff-core v0.1.0 |
| 1371 | 2026-09-04T21:33:08.233Z | Checking hashbrown v0.15.5 |
| 1372 | 2026-09-04T21:33:08.348Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1373 | 2026-09-04T21:33:08.604Z | Checking konst v0.2.20 |
| 1374 | 2026-09-04T21:33:08.604Z | Checking textwrap v0.16.2 |
| 1375 | 2026-09-04T21:33:08.616Z | Checking qorb v0.4.1 |
| 1376 | 2026-09-04T21:33:08.616Z | Checking walkdir v2.5.0 |
| 1377 | 2026-09-04T21:33:08.616Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1378 | 2026-09-04T21:33:08.701Z | Checking csv v1.4.0 |
| 1379 | 2026-09-04T21:33:08.824Z | Checking foreign-types v0.3.2 |
| 1380 | 2026-09-04T21:33:08.846Z | Checking jiff v0.2.35 |
| 1381 | 2026-09-04T21:33:09.541Z | Checking progenitor v0.13.0 |
| 1382 | 2026-09-04T21:33:09.732Z | Checking olpc-cjson v0.1.4 |
| 1383 | 2026-09-04T21:33:09.732Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1384 | 2026-09-04T21:33:09.733Z | Checking snafu v0.8.9 |
| 1385 | 2026-09-04T21:33:09.733Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1386 | 2026-09-04T21:33:09.967Z | Checking phf v0.12.1 |
| 1387 | 2026-09-04T21:33:09.967Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1388 | 2026-09-04T21:33:10.261Z | Checking zone v0.3.1 |
| 1389 | 2026-09-04T21:33:10.261Z | Checking globset v0.4.20 |
| 1390 | 2026-09-04T21:33:10.886Z | Checking tokio-dtrace v0.1.1 |
| 1391 | 2026-09-04T21:33:10.886Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1392 | 2026-09-04T21:33:10.886Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1393 | 2026-09-04T21:33:11.056Z | Checking smf v0.2.3 |
| 1394 | 2026-09-04T21:33:11.056Z | Checking pem v3.0.6 |
| 1395 | 2026-09-04T21:33:11.190Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1396 | 2026-09-04T21:33:11.190Z | Checking libsw-core v0.3.2 |
| 1397 | 2026-09-04T21:33:11.191Z | Checking serde_plain v1.0.2 |
| 1398 | 2026-09-04T21:33:11.191Z | Checking sigpipe v0.1.3 |
| 1399 | 2026-09-04T21:33:11.380Z | Checking glob v0.3.4 |
| 1400 | 2026-09-04T21:33:11.380Z | Checking fixedbitset v0.4.2 |
| 1401 | 2026-09-04T21:33:11.380Z | Checking typed-path v0.9.3 |
| 1402 | 2026-09-04T21:33:15.587Z | Checking fixedbitset v0.5.7 |
| 1403 | 2026-09-04T21:33:16.377Z | Checking petgraph v0.8.3 |
| 1404 | 2026-09-04T21:33:16.377Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1405 | 2026-09-04T21:33:16.377Z | Checking petgraph v0.6.5 |
| 1406 | 2026-09-04T21:33:16.377Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1407 | 2026-09-04T21:33:16.378Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1408 | 2026-09-04T21:33:16.378Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1409 | 2026-09-04T21:33:16.378Z | Checking tough v0.22.0 |
| 1410 | 2026-09-04T21:33:16.378Z | Checking libsw v3.5.0 |
| 1411 | 2026-09-04T21:33:16.378Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1412 | 2026-09-04T21:33:16.378Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1413 | 2026-09-04T21:33:16.378Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1414 | 2026-09-04T21:33:16.378Z | Checking oxide-tokio-rt v0.1.6 |
| 1415 | 2026-09-04T21:33:16.378Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1416 | 2026-09-04T21:33:16.378Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1417 | 2026-09-04T21:33:16.378Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1418 | 2026-09-04T21:33:16.378Z | Checking const_format v0.2.36 |
| 1419 | 2026-09-04T21:33:16.379Z | Checking papergrid v0.11.0 |
| 1420 | 2026-09-04T21:33:16.379Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1421 | 2026-09-04T21:33:16.379Z | Checking gethostname v0.5.0 |
| 1422 | 2026-09-04T21:33:16.379Z | Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1423 | 2026-09-04T21:33:16.379Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1424 | 2026-09-04T21:33:16.379Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1425 | 2026-09-04T21:33:16.379Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1426 | 2026-09-04T21:33:16.379Z | Checking libscf-sys v1.2.0 |
| 1427 | 2026-09-04T21:33:16.380Z | Checking bcs v0.1.6 |
| 1428 | 2026-09-04T21:33:16.380Z | Checking tagptr v0.2.0 |
| 1429 | 2026-09-04T21:33:16.380Z | Checking termtree v0.5.1 |
| 1430 | 2026-09-04T21:33:16.380Z | Checking linear-map v1.2.0 |
| 1431 | 2026-09-04T21:33:16.380Z | Checking whoami v1.6.1 |
| 1432 | 2026-09-04T21:33:16.380Z | Checking moka v0.12.16 |
| 1433 | 2026-09-04T21:33:16.380Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1434 | 2026-09-04T21:33:16.380Z | Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1435 | 2026-09-04T21:33:16.494Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1436 | 2026-09-04T21:33:16.495Z | Checking tabled v0.15.0 |
| 1437 | 2026-09-04T21:33:16.565Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1438 | 2026-09-04T21:33:16.566Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1439 | 2026-09-04T21:33:16.566Z | Checking steno v0.4.1 |
| 1440 | 2026-09-04T21:33:16.605Z | Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1441 | 2026-09-04T21:33:17.161Z | Checking hickory-proto v0.25.2 |
| 1442 | 2026-09-04T21:33:18.616Z | Checking hickory-resolver v0.25.2 |
| 1443 | 2026-09-04T21:33:18.670Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 1444 | 2026-09-04T21:33:18.953Z | Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1445 | 2026-09-04T21:33:19.264Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1446 | 2026-09-04T21:33:19.989Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 1447 | 2026-09-04T21:33:20.100Z | Checking ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 1448 | 2026-09-04T21:33:24.359Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1449 | 2026-09-04T21:33:24.899Z | Checking nom v8.0.0 |
| 1450 | 2026-09-04T21:33:28.160Z | Compiling crunchy v0.2.4 |
| 1451 | 2026-09-04T21:33:29.614Z | Checking mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 1452 | 2026-09-04T21:33:30.572Z | Compiling itertools v0.15.0 |
| 1453 | 2026-09-04T21:33:30.646Z | Compiling tiny-keccak v2.0.2 |
| 1454 | 2026-09-04T21:33:30.756Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 1455 | 2026-09-04T21:33:31.350Z | Compiling typify-impl v0.4.3 |
| 1456 | 2026-09-04T21:33:31.910Z | Compiling ingot-macros v0.2.0 |
| 1457 | 2026-09-04T21:33:32.027Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1458 | 2026-09-04T21:33:32.445Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe) |
| 1459 | 2026-09-04T21:33:32.664Z | Checking client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common) |
| 1460 | 2026-09-04T21:33:32.745Z | Checking parking_lot v0.11.2 |
| 1461 | 2026-09-04T21:33:32.766Z | Compiling const-random-macro v0.1.16 |
| 1462 | 2026-09-04T21:33:33.143Z | Checking fxhash v0.2.1 |
| 1463 | 2026-09-04T21:33:33.170Z | Compiling smartstring v1.0.1 |
| 1464 | 2026-09-04T21:33:33.173Z | Compiling ahash v0.8.12 |
| 1465 | 2026-09-04T21:33:33.275Z | Checking sled v0.34.7 |
| 1466 | 2026-09-04T21:33:33.677Z | Checking internet-checksum v0.2.1 |
| 1467 | 2026-09-04T21:33:33.712Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1468 | 2026-09-04T21:33:33.804Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1469 | 2026-09-04T21:33:34.342Z | Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 1470 | 2026-09-04T21:33:34.504Z | Compiling rhai_codegen v3.2.0 |
| 1471 | 2026-09-04T21:33:34.577Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1472 | 2026-09-04T21:33:34.687Z | Compiling typify-macro v0.4.3 |
| 1473 | 2026-09-04T21:33:35.071Z | Checking arc-swap v1.9.2 |
| 1474 | 2026-09-04T21:33:35.101Z | Checking ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 1475 | 2026-09-04T21:33:35.404Z | Checking slog-scope v4.4.1 |
| 1476 | 2026-09-04T21:33:35.543Z | Checking mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types) |
| 1477 | 2026-09-04T21:33:35.562Z | Checking papergrid v0.18.0 |
| 1478 | 2026-09-04T21:33:35.651Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 1479 | 2026-09-04T21:33:35.671Z | Checking dropshot-api-manager-types v0.8.0 |
| 1480 | 2026-09-04T21:33:36.043Z | Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 1481 | 2026-09-04T21:33:36.087Z | Checking slog-stdlog v4.1.1 |
| 1482 | 2026-09-04T21:33:36.221Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1483 | 2026-09-04T21:33:36.267Z | Compiling typify v0.4.3 |
| 1484 | 2026-09-04T21:33:36.376Z | Compiling progenitor-impl v0.10.0 |
| 1485 | 2026-09-04T21:33:36.402Z | Checking tabled v0.21.0 |
| 1486 | 2026-09-04T21:33:36.433Z | Compiling lzma-sys v0.1.20 |
| 1487 | 2026-09-04T21:33:36.471Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 1488 | 2026-09-04T21:33:37.098Z | Compiling fs-err v3.3.1 |
| 1489 | 2026-09-04T21:33:37.141Z | Compiling typeid v1.0.3 |
| 1490 | 2026-09-04T21:33:37.392Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899) |
| 1491 | 2026-09-04T21:33:37.411Z | Checking slog-envlogger v2.2.0 |
| 1492 | 2026-09-04T21:33:37.464Z | Checking ingot-types v0.2.0 |
| 1493 | 2026-09-04T21:33:37.837Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1494 | 2026-09-04T21:33:38.125Z | Checking crc8 v0.1.1 |
| 1495 | 2026-09-04T21:33:38.349Z | Compiling toml v0.9.12+spec-1.1.0 |
| 1496 | 2026-09-04T21:33:38.370Z | Checking ingot v0.2.1 |
| 1497 | 2026-09-04T21:33:38.430Z | Compiling progenitor-macro v0.10.0 |
| 1498 | 2026-09-04T21:33:38.531Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899) |
| 1499 | 2026-09-04T21:33:39.429Z | Checking const-random v0.1.18 |
| 1500 | 2026-09-04T21:33:39.746Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1501 | 2026-09-04T21:33:39.981Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1502 | 2026-09-04T21:33:40.900Z | Compiling cargo_toml v0.22.3 |
| 1503 | 2026-09-04T21:33:41.063Z | Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 1504 | 2026-09-04T21:33:41.740Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 1505 | 2026-09-04T21:33:42.192Z | Checking thin-vec v0.2.19 |
| 1506 | 2026-09-04T21:33:42.420Z | Checking rhai v1.26.0 |
| 1507 | 2026-09-04T21:33:43.133Z | Checking sha1 v0.10.7 |
| 1508 | 2026-09-04T21:33:43.186Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 1509 | 2026-09-04T21:33:43.418Z | Checking utf-8 v0.7.6 |
| 1510 | 2026-09-04T21:33:43.568Z | Checking tungstenite v0.21.0 |
| 1511 | 2026-09-04T21:33:44.110Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1512 | 2026-09-04T21:33:44.869Z | Checking ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 1513 | 2026-09-04T21:33:45.035Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1514 | 2026-09-04T21:33:45.142Z | Checking port-file v0.1.0 |
| 1515 | 2026-09-04T21:33:45.188Z | Checking sha2 v0.10.9 |
| 1516 | 2026-09-04T21:33:45.313Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 1517 | 2026-09-04T21:33:45.475Z | Compiling strum_macros v0.28.0 |
| 1518 | 2026-09-04T21:33:45.549Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 1519 | 2026-09-04T21:33:45.572Z | Checking progenitor v0.10.0 |
| 1520 | 2026-09-04T21:33:45.717Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1521 | 2026-09-04T21:33:46.857Z | Checking tokio-tungstenite v0.21.0 |
| 1522 | 2026-09-04T21:33:47.572Z | Checking git-stub v1.0.0 |
| 1523 | 2026-09-04T21:33:47.708Z | Checking unit-prefix v0.5.2 |
| 1524 | 2026-09-04T21:33:47.825Z | Checking diff v0.1.13 |
| 1525 | 2026-09-04T21:33:47.932Z | Checking yansi v1.0.1 |
| 1526 | 2026-09-04T21:33:47.932Z | Checking base64 v0.21.7 |
| 1527 | 2026-09-04T21:33:47.932Z | Checking is_ci v1.2.0 |
| 1528 | 2026-09-04T21:33:48.130Z | Checking pretty_assertions v1.4.1 |
| 1529 | 2026-09-04T21:33:48.204Z | Checking supports-color v3.0.2 |
| 1530 | 2026-09-04T21:33:48.205Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 1531 | 2026-09-04T21:33:48.249Z | Checking indicatif v0.18.6 |
| 1532 | 2026-09-04T21:33:48.941Z | Checking git-stub-vcs v0.1.0 |
| 1533 | 2026-09-04T21:33:49.176Z | Checking xz2 v0.1.7 |
| 1534 | 2026-09-04T21:33:49.347Z | Checking ron v0.12.2 |
| 1535 | 2026-09-04T21:33:49.599Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 1536 | 2026-09-04T21:33:49.656Z | Checking mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 1537 | 2026-09-04T21:33:49.701Z | Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 1538 | 2026-09-04T21:33:49.916Z | Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
| 1539 | 2026-09-04T21:33:50.111Z | Checking similar v2.7.0 |
| 1540 | 2026-09-04T21:33:50.490Z | Checking drift v0.2.0 |
| 1541 | 2026-09-04T21:33:50.936Z | Compiling serial_test_derive v4.0.1 |
| 1542 | 2026-09-04T21:33:51.023Z | Checking base16ct v1.0.0 |
| 1543 | 2026-09-04T21:33:51.065Z | Checking dropshot-api-manager v0.8.0 |
| 1544 | 2026-09-04T21:33:51.515Z | Checking serial_test v4.0.1 |
| 1545 | 2026-09-04T21:33:51.682Z | Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
| 1546 | 2026-09-04T21:33:52.099Z | Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 1547 | 2026-09-04T21:33:52.327Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 1548 | 2026-09-04T21:33:52.692Z | Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
| 1549 | 2026-09-04T21:33:52.734Z | Checking strum v0.28.0 |
| 1550 | 2026-09-04T21:33:53.209Z | Checking util v0.1.0 (/work/oxidecomputer/maghemite/util) |
| 1551 | 2026-09-04T21:33:54.104Z | Checking natord v1.0.9 |
| 1552 | 2026-09-04T21:33:54.255Z | Checking maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis) |
| 1553 | 2026-09-04T21:33:54.350Z | Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
| 1554 | 2026-09-04T21:33:54.675Z | Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
| 1555 | 2026-09-04T21:33:54.725Z | Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
| 1556 | 2026-09-04T21:33:55.053Z | Checking xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask) |
| 1557 | 2026-09-04T21:33:55.211Z | Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
| 1558 | 2026-09-04T21:33:55.321Z | Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
| 1559 | 2026-09-04T21:33:55.450Z | Checking falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab) |
| 1560 | 2026-09-04T21:33:55.475Z | Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
| 1561 | 2026-09-04T21:34:04.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 35s |
| 1562 | 2026-09-04T21:34:05.180Z | + cargo xtask openapi check |
| 1563 | 2026-09-04T21:34:05.819Z | Compiling cfg-if v1.0.4 |
| 1564 | 2026-09-04T21:34:05.919Z | Compiling libc v0.2.189 |
| 1565 | 2026-09-04T21:34:05.928Z | Compiling serde_core v1.0.229 |
| 1566 | 2026-09-04T21:34:05.934Z | Compiling memchr v2.8.3 |
| 1567 | 2026-09-04T21:34:05.938Z | Compiling smallvec v1.15.2 |
| 1568 | 2026-09-04T21:34:05.938Z | Compiling itoa v1.0.18 |
| 1569 | 2026-09-04T21:34:05.966Z | Compiling stable_deref_trait v1.2.1 |
| 1570 | 2026-09-04T21:34:05.974Z | Compiling zerofrom v0.1.8 |
| 1571 | 2026-09-04T21:34:05.986Z | Compiling zmij v1.0.23 |
| 1572 | 2026-09-04T21:34:06.070Z | Compiling writeable v0.6.3 |
| 1573 | 2026-09-04T21:34:06.091Z | Compiling yoke v0.8.3 |
| 1574 | 2026-09-04T21:34:06.142Z | Compiling litemap v0.8.2 |
| 1575 | 2026-09-04T21:34:06.155Z | Compiling utf8_iter v1.0.4 |
| 1576 | 2026-09-04T21:34:06.236Z | Compiling percent-encoding v2.3.2 |
| 1577 | 2026-09-04T21:34:06.284Z | Compiling zerovec v0.11.6 |
| 1578 | 2026-09-04T21:34:06.290Z | Compiling zerotrie v0.2.4 |
| 1579 | 2026-09-04T21:34:06.290Z | Compiling icu_properties_data v2.2.0 |
| 1580 | 2026-09-04T21:34:06.334Z | Compiling icu_normalizer_data v2.2.0 |
| 1581 | 2026-09-04T21:34:06.377Z | Compiling libm v0.2.16 |
| 1582 | 2026-09-04T21:34:06.419Z | Compiling form_urlencoded v1.2.2 |
| 1583 | 2026-09-04T21:34:06.433Z | Compiling rand_core v0.10.1 |
| 1584 | 2026-09-04T21:34:06.451Z | Compiling errno v0.3.14 |
| 1585 | 2026-09-04T21:34:06.575Z | Compiling getrandom v0.4.3 |
| 1586 | 2026-09-04T21:34:06.611Z | Compiling iana-time-zone v0.1.65 |
| 1587 | 2026-09-04T21:34:06.622Z | Compiling pin-project-lite v0.2.17 |
| 1588 | 2026-09-04T21:34:06.622Z | Compiling zeroize v1.9.0 |
| 1589 | 2026-09-04T21:34:06.622Z | Compiling dyn-clone v1.0.20 |
| 1590 | 2026-09-04T21:34:06.695Z | Compiling scopeguard v1.2.0 |
| 1591 | 2026-09-04T21:34:06.759Z | Compiling tinystr v0.8.3 |
| 1592 | 2026-09-04T21:34:06.774Z | Compiling potential_utf v0.1.5 |
| 1593 | 2026-09-04T21:34:06.794Z | Compiling lock_api v0.4.14 |
| 1594 | 2026-09-04T21:34:06.794Z | Compiling socket2 v0.6.5 |
| 1595 | 2026-09-04T21:34:06.816Z | Compiling parking_lot_core v0.9.12 |
| 1596 | 2026-09-04T21:34:06.816Z | Compiling signal-hook-registry v1.4.8 |
| 1597 | 2026-09-04T21:34:06.924Z | Compiling icu_locale_core v2.2.0 |
| 1598 | 2026-09-04T21:34:06.953Z | Compiling icu_collections v2.2.0 |
| 1599 | 2026-09-04T21:34:07.026Z | Compiling parking_lot v0.12.5 |
| 1600 | 2026-09-04T21:34:07.118Z | Compiling mio v1.2.2 |
| 1601 | 2026-09-04T21:34:07.133Z | Compiling futures-core v0.3.34 |
| 1602 | 2026-09-04T21:34:07.238Z | Compiling num-traits v0.2.19 |
| 1603 | 2026-09-04T21:34:07.275Z | Compiling portable-atomic v1.15.0 |
| 1604 | 2026-09-04T21:34:07.404Z | Compiling thiserror v2.0.20 |
| 1605 | 2026-09-04T21:34:07.463Z | Compiling critical-section v1.2.0 |
| 1606 | 2026-09-04T21:34:07.500Z | Compiling equivalent v1.0.2 |
| 1607 | 2026-09-04T21:34:07.545Z | Compiling subtle v2.6.1 |
| 1608 | 2026-09-04T21:34:07.567Z | Compiling zerocopy v0.8.56 |
| 1609 | 2026-09-04T21:34:07.637Z | Compiling allocator-api2 v0.2.21 |
| 1610 | 2026-09-04T21:34:07.653Z | Compiling serde v1.0.229 |
| 1611 | 2026-09-04T21:34:07.712Z | Compiling serde_json v1.0.151 |
| 1612 | 2026-09-04T21:34:07.764Z | Compiling icu_provider v2.2.0 |
| 1613 | 2026-09-04T21:34:07.794Z | Compiling uuid v1.26.0 |
| 1614 | 2026-09-04T21:34:07.863Z | Compiling semver v1.0.28 |
| 1615 | 2026-09-04T21:34:07.913Z | Compiling bitflags v2.13.1 |
| 1616 | 2026-09-04T21:34:07.979Z | Compiling once_cell v1.21.4 |
| 1617 | 2026-09-04T21:34:08.073Z | Compiling bytes v1.12.1 |
| 1618 | 2026-09-04T21:34:08.113Z | Compiling icu_normalizer v2.2.0 |
| 1619 | 2026-09-04T21:34:08.152Z | Compiling icu_properties v2.2.0 |
| 1620 | 2026-09-04T21:34:08.194Z | Compiling chrono v0.4.45 |
| 1621 | 2026-09-04T21:34:08.201Z | Compiling futures-sink v0.3.34 |
| 1622 | 2026-09-04T21:34:08.222Z | Compiling log v0.4.33 |
| 1623 | 2026-09-04T21:34:08.305Z | Compiling slab v0.4.12 |
| 1624 | 2026-09-04T21:34:08.411Z | Compiling typenum v1.20.1 |
| 1625 | 2026-09-04T21:34:08.481Z | Compiling slog v2.8.2 |
| 1626 | 2026-09-04T21:34:08.500Z | Compiling futures-channel v0.3.34 |
| 1627 | 2026-09-04T21:34:08.671Z | Compiling tokio v1.53.1 |
| 1628 | 2026-09-04T21:34:08.696Z | Compiling getrandom v0.2.17 |
| 1629 | 2026-09-04T21:34:08.730Z | Compiling hashbrown v0.17.1 |
| 1630 | 2026-09-04T21:34:08.804Z | Compiling futures-task v0.3.34 |
| 1631 | 2026-09-04T21:34:08.885Z | Compiling rand_core v0.6.4 |
| 1632 | 2026-09-04T21:34:09.028Z | Compiling futures-io v0.3.34 |
| 1633 | 2026-09-04T21:34:09.101Z | Compiling idna_adapter v1.2.2 |
| 1634 | 2026-09-04T21:34:09.124Z | Compiling futures-util v0.3.34 |
| 1635 | 2026-09-04T21:34:09.201Z | Compiling idna v1.1.0 |
| 1636 | 2026-09-04T21:34:09.243Z | Compiling indexmap v2.14.0 |
| 1637 | 2026-09-04T21:34:09.279Z | Compiling tracing-core v0.1.36 |
| 1638 | 2026-09-04T21:34:09.303Z | Compiling base64 v0.22.1 |
| 1639 | 2026-09-04T21:34:09.618Z | Compiling url v2.5.8 |
| 1640 | 2026-09-04T21:34:09.655Z | Compiling tracing v0.1.44 |
| 1641 | 2026-09-04T21:34:09.876Z | Compiling http v1.5.0 |
| 1642 | 2026-09-04T21:34:09.881Z | Compiling unicode-ident v1.0.24 |
| 1643 | 2026-09-04T21:34:09.892Z | Compiling fnv v1.0.7 |
| 1644 | 2026-09-04T21:34:09.928Z | Compiling byteorder v1.5.0 |
| 1645 | 2026-09-04T21:34:09.994Z | Compiling proc-macro2 v1.0.107 |
| 1646 | 2026-09-04T21:34:10.007Z | Compiling ipnet v2.12.1 |
| 1647 | 2026-09-04T21:34:10.149Z | Compiling schemars v0.8.22 |
| 1648 | 2026-09-04T21:34:10.486Z | Compiling quote v1.0.47 |
| 1649 | 2026-09-04T21:34:10.523Z | Compiling ppv-lite86 v0.2.21 |
| 1650 | 2026-09-04T21:34:10.535Z | Compiling erased-serde v0.3.31 |
| 1651 | 2026-09-04T21:34:10.671Z | Compiling syn v2.0.119 |
| 1652 | 2026-09-04T21:34:10.709Z | Compiling rustls-pki-types v1.15.1 |
| 1653 | 2026-09-04T21:34:10.830Z | Compiling http-body v1.1.0 |
| 1654 | 2026-09-04T21:34:10.842Z | Compiling thiserror v1.0.69 |
| 1655 | 2026-09-04T21:34:10.949Z | Compiling ipnetwork v0.21.1 |
| 1656 | 2026-09-04T21:34:11.069Z | Compiling aws-lc-sys v0.44.0 |
| 1657 | 2026-09-04T21:34:11.221Z | Compiling oxnet v0.1.7 |
| 1658 | 2026-09-04T21:34:11.374Z | Compiling atomic-waker v1.1.2 |
| 1659 | 2026-09-04T21:34:11.404Z | Compiling untrusted v0.7.1 |
| 1660 | 2026-09-04T21:34:11.437Z | Compiling httparse v1.10.1 |
| 1661 | 2026-09-04T21:34:11.514Z | Compiling ryu v1.0.23 |
| 1662 | 2026-09-04T21:34:11.526Z | Compiling rustls v0.23.43 |
| 1663 | 2026-09-04T21:34:11.540Z | Compiling pretty-hex v0.4.2 |
| 1664 | 2026-09-04T21:34:11.697Z | Compiling aws-lc-rs v1.18.0 |
| 1665 | 2026-09-04T21:34:11.717Z | Compiling untrusted v0.9.0 |
| 1666 | 2026-09-04T21:34:11.717Z | Compiling try-lock v0.2.5 |
| 1667 | 2026-09-04T21:34:11.730Z | Compiling tower-service v0.3.3 |
| 1668 | 2026-09-04T21:34:11.740Z | Compiling tower-layer v0.3.3 |
| 1669 | 2026-09-04T21:34:11.763Z | Compiling rustix v1.1.4 |
| 1670 | 2026-09-04T21:34:11.868Z | Compiling want v0.3.1 |
| 1671 | 2026-09-04T21:34:11.868Z | Compiling plain v0.2.3 |
| 1672 | 2026-09-04T21:34:11.881Z | Compiling httpdate v1.0.3 |
| 1673 | 2026-09-04T21:34:11.898Z | Compiling omicron-workspace-hack v0.1.0 |
| 1674 | 2026-09-04T21:34:11.907Z | Compiling getrandom v0.3.4 |
| 1675 | 2026-09-04T21:34:11.971Z | Compiling ucd-trie v0.1.7 |
| 1676 | 2026-09-04T21:34:11.983Z | Compiling regex-syntax v0.8.11 |
| 1677 | 2026-09-04T21:34:12.065Z | Compiling rand_core v0.9.5 |
| 1678 | 2026-09-04T21:34:12.087Z | Compiling crossbeam-utils v0.8.22 |
| 1679 | 2026-09-04T21:34:12.257Z | Compiling pest v2.8.8 |
| 1680 | 2026-09-04T21:34:12.282Z | Compiling serde_urlencoded v0.7.1 |
| 1681 | 2026-09-04T21:34:12.536Z | Compiling tokio-util v0.7.19 |
| 1682 | 2026-09-04T21:34:12.599Z | Compiling http-body-util v0.1.5 |
| 1683 | 2026-09-04T21:34:12.873Z | Compiling rustls-webpki v0.103.14 |
| 1684 | 2026-09-04T21:34:13.003Z | Compiling newtype-uuid v1.4.0 |
| 1685 | 2026-09-04T21:34:13.158Z | Compiling h2 v0.4.15 |
| 1686 | 2026-09-04T21:34:13.274Z | Compiling hex v0.4.3 |
| 1687 | 2026-09-04T21:34:13.519Z | Compiling foldhash v0.2.0 |
| 1688 | 2026-09-04T21:34:13.548Z | Compiling daft v0.1.8 |
| 1689 | 2026-09-04T21:34:13.764Z | Compiling rand_chacha v0.9.0 |
| 1690 | 2026-09-04T21:34:13.812Z | Compiling fastrand v2.5.0 |
| 1691 | 2026-09-04T21:34:13.816Z | Compiling sync_wrapper v1.0.2 |
| 1692 | 2026-09-04T21:34:13.924Z | Compiling tower v0.5.3 |
| 1693 | 2026-09-04T21:34:14.060Z | Compiling rand v0.9.5 |
| 1694 | 2026-09-04T21:34:14.161Z | Compiling generic-array v0.14.7 |
| 1695 | 2026-09-04T21:34:14.456Z | Compiling anyhow v1.0.104 |
| 1696 | 2026-09-04T21:34:14.478Z | Compiling aho-corasick v1.1.5 |
| 1697 | 2026-09-04T21:34:14.802Z | Compiling tower-http v0.6.11 |
| 1698 | 2026-09-04T21:34:14.927Z | Compiling tempfile v3.27.0 |
| 1699 | 2026-09-04T21:34:14.927Z | Compiling hashbrown v0.16.1 |
| 1700 | 2026-09-04T21:34:14.927Z | Compiling futures-executor v0.3.34 |
| 1701 | 2026-09-04T21:34:14.927Z | Compiling camino v1.2.5 |
| 1702 | 2026-09-04T21:34:15.045Z | Compiling openapiv3 v2.2.0 |
| 1703 | 2026-09-04T21:34:15.057Z | Compiling num-conv v0.2.2 |
| 1704 | 2026-09-04T21:34:15.060Z | Compiling cpufeatures v0.3.0 |
| 1705 | 2026-09-04T21:34:15.144Z | Compiling num_threads v0.1.7 |
| 1706 | 2026-09-04T21:34:15.193Z | Compiling openssl-probe v0.2.1 |
| 1707 | 2026-09-04T21:34:15.212Z | Compiling time-core v0.1.9 |
| 1708 | 2026-09-04T21:34:15.255Z | Compiling hyper v1.11.1 |
| 1709 | 2026-09-04T21:34:15.301Z | Compiling regex-automata v0.4.18 |
| 1710 | 2026-09-04T21:34:15.376Z | Compiling deranged v0.5.8 |
| 1711 | 2026-09-04T21:34:15.408Z | Compiling powerfmt v0.2.0 |
| 1712 | 2026-09-04T21:34:15.613Z | Compiling rustls-native-certs v0.8.4 |
| 1713 | 2026-09-04T21:34:16.004Z | Compiling futures v0.3.34 |
| 1714 | 2026-09-04T21:34:16.068Z | Compiling scroll v0.13.0 |
| 1715 | 2026-09-04T21:34:16.182Z | Compiling hybrid-array v0.4.14 |
| 1716 | 2026-09-04T21:34:16.330Z | Compiling tokio-rustls v0.26.4 |
| 1717 | 2026-09-04T21:34:16.346Z | Compiling time v0.3.55 |
| 1718 | 2026-09-04T21:34:16.356Z | Compiling adler2 v2.0.1 |
| 1719 | 2026-09-04T21:34:16.494Z | Compiling hyper-util v0.1.20 |
| 1720 | 2026-09-04T21:34:16.610Z | Compiling simd-adler32 v0.3.10 |
| 1721 | 2026-09-04T21:34:16.677Z | Compiling winnow v1.0.4 |
| 1722 | 2026-09-04T21:34:16.728Z | Compiling goblin v0.10.7 |
| 1723 | 2026-09-04T21:34:16.813Z | Compiling miniz_oxide v0.8.9 |
| 1724 | 2026-09-04T21:34:17.067Z | Compiling rustls-platform-verifier v0.7.0 |
| 1725 | 2026-09-04T21:34:17.293Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1726 | 2026-09-04T21:34:17.557Z | Compiling crossbeam-channel v0.5.16 |
| 1727 | 2026-09-04T21:34:17.819Z | Compiling hyper-rustls v0.27.9 |
| 1728 | 2026-09-04T21:34:17.940Z | Compiling crc32fast v1.5.0 |
| 1729 | 2026-09-04T21:34:18.120Z | Compiling reqwest v0.13.4 |
| 1730 | 2026-09-04T21:34:18.193Z | Compiling flate2 v1.1.9 |
| 1731 | 2026-09-04T21:34:18.193Z | Compiling regex v1.13.1 |
| 1732 | 2026-09-04T21:34:18.193Z | Compiling crypto-common v0.2.2 |
| 1733 | 2026-09-04T21:34:18.443Z | Compiling block-buffer v0.12.1 |
| 1734 | 2026-09-04T21:34:18.492Z | Compiling crypto-common v0.1.7 |
| 1735 | 2026-09-04T21:34:18.492Z | Compiling dtrace-parser v0.3.0 |
| 1736 | 2026-09-04T21:34:18.545Z | Compiling rand_chacha v0.3.1 |
| 1737 | 2026-09-04T21:34:18.613Z | Compiling thread-id v5.1.0 |
| 1738 | 2026-09-04T21:34:18.663Z | Compiling thread_local v1.1.10 |
| 1739 | 2026-09-04T21:34:18.709Z | Compiling match_cfg v0.1.0 |
| 1740 | 2026-09-04T21:34:18.768Z | Compiling debug-ignore v1.0.5 |
| 1741 | 2026-09-04T21:34:18.852Z | Compiling compression-core v0.4.32 |
| 1742 | 2026-09-04T21:34:18.934Z | Compiling const-oid v0.10.2 |
| 1743 | 2026-09-04T21:34:18.962Z | Compiling rand v0.8.7 |
| 1744 | 2026-09-04T21:34:19.010Z | Compiling hostname v0.3.1 |
| 1745 | 2026-09-04T21:34:19.047Z | Compiling compression-codecs v0.4.38 |
| 1746 | 2026-09-04T21:34:19.047Z | Compiling slog-json v2.6.1 |
| 1747 | 2026-09-04T21:34:19.109Z | Compiling digest v0.11.3 |
| 1748 | 2026-09-04T21:34:19.143Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 1749 | 2026-09-04T21:34:19.217Z | Compiling ref-cast v1.0.26 |
| 1750 | 2026-09-04T21:34:19.232Z | Compiling strum v0.26.3 |
| 1751 | 2026-09-04T21:34:19.257Z | Compiling macaddr v1.0.1 |
| 1752 | 2026-09-04T21:34:19.257Z | Compiling serde_spanned v1.1.1 |
| 1753 | 2026-09-04T21:34:19.322Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1754 | 2026-09-04T21:34:19.354Z | Compiling is-terminal v0.4.17 |
| 1755 | 2026-09-04T21:34:19.424Z | Compiling memmap2 v0.9.11 |
| 1756 | 2026-09-04T21:34:19.498Z | Compiling wait-timeout v0.2.1 |
| 1757 | 2026-09-04T21:34:19.572Z | Compiling dof v0.4.0 |
| 1758 | 2026-09-04T21:34:19.617Z | Compiling encoding_rs v0.8.35 |
| 1759 | 2026-09-04T21:34:23.075Z | Compiling term v1.2.1 |
| 1760 | 2026-09-04T21:34:23.075Z | Compiling bit-vec v0.8.0 |
| 1761 | 2026-09-04T21:34:23.273Z | Compiling mime v0.3.17 |
| 1762 | 2026-09-04T21:34:23.273Z | Compiling either v1.17.0 |
| 1763 | 2026-09-04T21:34:23.273Z | Compiling take_mut v0.2.2 |
| 1764 | 2026-09-04T21:34:23.273Z | Compiling spin v0.9.9 |
| 1765 | 2026-09-04T21:34:23.273Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 1766 | 2026-09-04T21:34:23.273Z | Compiling quick-error v1.2.3 |
| 1767 | 2026-09-04T21:34:23.273Z | Compiling rusty-fork v0.3.1 |
| 1768 | 2026-09-04T21:34:23.273Z | Compiling slog-async v2.8.0 |
| 1769 | 2026-09-04T21:34:23.273Z | Compiling usdt-impl v0.6.0 |
| 1770 | 2026-09-04T21:34:23.273Z | Compiling toml v1.1.4+spec-1.1.0 |
| 1771 | 2026-09-04T21:34:23.273Z | Compiling slog-term v2.9.2 |
| 1772 | 2026-09-04T21:34:23.273Z | Compiling multer v3.1.0 |
| 1773 | 2026-09-04T21:34:23.339Z | Compiling usdt v0.6.0 |
| 1774 | 2026-09-04T21:34:23.339Z | Compiling bit-set v0.8.0 |
| 1775 | 2026-09-04T21:34:23.339Z | Compiling sha1 v0.11.0 |
| 1776 | 2026-09-04T21:34:23.339Z | Compiling slog-bunyan v2.5.0 |
| 1777 | 2026-09-04T21:34:23.339Z | Compiling async-compression v0.4.43 |
| 1778 | 2026-09-04T21:34:23.339Z | Compiling serde_with v3.22.0 |
| 1779 | 2026-09-04T21:34:23.339Z | Compiling async-stream v0.3.6 |
| 1780 | 2026-09-04T21:34:23.339Z | Compiling rand_xorshift v0.4.0 |
| 1781 | 2026-09-04T21:34:23.339Z | Compiling waitgroup v0.1.2 |
| 1782 | 2026-09-04T21:34:23.339Z | Compiling rustls-pemfile v2.2.0 |
| 1783 | 2026-09-04T21:34:23.339Z | Compiling serde_path_to_error v0.1.20 |
| 1784 | 2026-09-04T21:34:23.339Z | Compiling hostname v0.4.2 |
| 1785 | 2026-09-04T21:34:23.339Z | Compiling unarray v0.1.4 |
| 1786 | 2026-09-04T21:34:23.339Z | Compiling strum v0.27.2 |
| 1787 | 2026-09-04T21:34:23.339Z | Compiling proptest v1.11.0 |
| 1788 | 2026-09-04T21:34:23.339Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1789 | 2026-09-04T21:34:23.340Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1790 | 2026-09-04T21:34:23.340Z | Compiling progenitor-client v0.14.0 |
| 1791 | 2026-09-04T21:34:23.341Z | Compiling iddqd v0.4.6 |
| 1792 | 2026-09-04T21:34:23.341Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1793 | 2026-09-04T21:34:23.341Z | Compiling reqwest v0.12.28 |
| 1794 | 2026-09-04T21:34:23.341Z | Compiling dropshot v0.17.1 |
| 1795 | 2026-09-04T21:34:23.341Z | Compiling block-buffer v0.10.4 |
| 1796 | 2026-09-04T21:34:23.341Z | Compiling backon v1.6.0 |
| 1797 | 2026-09-04T21:34:23.341Z | Compiling instant v0.1.13 |
| 1798 | 2026-09-04T21:34:23.341Z | Compiling digest v0.10.7 |
| 1799 | 2026-09-04T21:34:23.341Z | Compiling backoff v0.4.0 |
| 1800 | 2026-09-04T21:34:23.341Z | Compiling progenitor-extras v0.2.0 |
| 1801 | 2026-09-04T21:34:23.341Z | Compiling itertools v0.14.0 |
| 1802 | 2026-09-04T21:34:23.341Z | Compiling parse-display v0.10.0 |
| 1803 | 2026-09-04T21:34:23.341Z | Compiling regress v0.10.5 |
| 1804 | 2026-09-04T21:34:23.341Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 1805 | 2026-09-04T21:34:23.341Z | Compiling progenitor-client v0.10.0 |
| 1806 | 2026-09-04T21:34:23.341Z | Compiling humantime v2.4.0 |
| 1807 | 2026-09-04T21:34:23.341Z | Compiling cpufeatures v0.2.17 |
| 1808 | 2026-09-04T21:34:23.413Z | Compiling unicode-width v0.2.2 |
| 1809 | 2026-09-04T21:34:23.434Z | Compiling secrecy v0.10.3 |
| 1810 | 2026-09-04T21:34:23.451Z | Compiling heck v0.5.0 |
| 1811 | 2026-09-04T21:34:23.566Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1812 | 2026-09-04T21:34:23.581Z | Compiling tinyvec_macros v0.1.1 |
| 1813 | 2026-09-04T21:34:23.589Z | Compiling num-integer v0.1.47 |
| 1814 | 2026-09-04T21:34:23.656Z | Compiling tinyvec v1.12.0 |
| 1815 | 2026-09-04T21:34:23.706Z | Compiling scroll v0.12.0 |
| 1816 | 2026-09-04T21:34:23.913Z | Compiling crucible-workspace-hack v0.1.0 |
| 1817 | 2026-09-04T21:34:23.975Z | Compiling hmac v0.12.1 |
| 1818 | 2026-09-04T21:34:23.987Z | Compiling inout v0.1.4 |
| 1819 | 2026-09-04T21:34:23.998Z | Compiling ff v0.13.1 |
| 1820 | 2026-09-04T21:34:24.113Z | Compiling utf8parse v0.2.2 |
| 1821 | 2026-09-04T21:34:24.126Z | Compiling group v0.13.0 |
| 1822 | 2026-09-04T21:34:24.137Z | Compiling cipher v0.4.4 |
| 1823 | 2026-09-04T21:34:24.140Z | Compiling hkdf v0.12.4 |
| 1824 | 2026-09-04T21:34:24.227Z | Compiling anstyle-parse v1.0.0 |
| 1825 | 2026-09-04T21:34:24.242Z | Compiling goblin v0.8.2 |
| 1826 | 2026-09-04T21:34:24.294Z | Compiling num-iter v0.1.46 |
| 1827 | 2026-09-04T21:34:24.362Z | Compiling num-rational v0.4.2 |
| 1828 | 2026-09-04T21:34:24.430Z | Compiling zerocopy v0.7.35 |
| 1829 | 2026-09-04T21:34:24.621Z | Compiling universal-hash v0.5.1 |
| 1830 | 2026-09-04T21:34:24.662Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1831 | 2026-09-04T21:34:24.755Z | Compiling regress v0.11.1 |
| 1832 | 2026-09-04T21:34:24.905Z | Compiling crypto-bigint v0.5.5 |
| 1833 | 2026-09-04T21:34:24.997Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1834 | 2026-09-04T21:34:25.171Z | Compiling terminal_size v0.4.4 |
| 1835 | 2026-09-04T21:34:25.319Z | Compiling half v2.7.1 |
| 1836 | 2026-09-04T21:34:25.334Z | Compiling num-complex v0.4.6 |
| 1837 | 2026-09-04T21:34:25.628Z | Compiling is_terminal_polyfill v1.70.2 |
| 1838 | 2026-09-04T21:34:25.683Z | Compiling base16ct v0.2.0 |
| 1839 | 2026-09-04T21:34:25.718Z | Compiling ciborium-io v0.2.2 |
| 1840 | 2026-09-04T21:34:25.730Z | Compiling opaque-debug v0.3.1 |
| 1841 | 2026-09-04T21:34:25.861Z | Compiling base64ct v1.8.3 |
| 1842 | 2026-09-04T21:34:25.864Z | Compiling anstyle-query v1.1.5 |
| 1843 | 2026-09-04T21:34:25.864Z | Compiling anstyle v1.0.14 |
| 1844 | 2026-09-04T21:34:25.987Z | Compiling colorchoice v1.0.5 |
| 1845 | 2026-09-04T21:34:26.125Z | Compiling anstream v1.0.0 |
| 1846 | 2026-09-04T21:34:26.129Z | Compiling password-hash v0.5.0 |
| 1847 | 2026-09-04T21:34:26.129Z | Compiling elliptic-curve v0.13.8 |
| 1848 | 2026-09-04T21:34:26.428Z | Compiling typify-impl v0.6.2 |
| 1849 | 2026-09-04T21:34:26.457Z | Compiling ciborium-ll v0.2.2 |
| 1850 | 2026-09-04T21:34:26.469Z | Compiling poly1305 v0.8.0 |
| 1851 | 2026-09-04T21:34:26.566Z | Compiling dof v0.3.0 |
| 1852 | 2026-09-04T21:34:26.894Z | Compiling num v0.4.3 |
| 1853 | 2026-09-04T21:34:26.975Z | Compiling curve25519-dalek v4.1.3 |
| 1854 | 2026-09-04T21:34:27.221Z | Compiling thiserror-no-std v2.0.2 |
| 1855 | 2026-09-04T21:34:27.390Z | Compiling chacha20 v0.9.1 |
| 1856 | 2026-09-04T21:34:27.466Z | Compiling crossbeam-epoch v0.9.20 |
| 1857 | 2026-09-04T21:34:27.623Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1858 | 2026-09-04T21:34:27.815Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1859 | 2026-09-04T21:34:28.112Z | Compiling blake2 v0.10.6 |
| 1860 | 2026-09-04T21:34:28.144Z | Compiling aead v0.5.2 |
| 1861 | 2026-09-04T21:34:28.156Z | Compiling byte-wrapper v0.1.0 |
| 1862 | 2026-09-04T21:34:28.215Z | Compiling dtrace-parser v0.2.0 |
| 1863 | 2026-09-04T21:34:28.227Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1864 | 2026-09-04T21:34:28.278Z | Compiling thread-id v4.2.2 |
| 1865 | 2026-09-04T21:34:28.305Z | Compiling keccak v0.1.6 |
| 1866 | 2026-09-04T21:34:28.366Z | Compiling strsim v0.11.1 |
| 1867 | 2026-09-04T21:34:28.504Z | Compiling float-ord v0.3.2 |
| 1868 | 2026-09-04T21:34:28.535Z | Compiling clap_lex v1.1.0 |
| 1869 | 2026-09-04T21:34:28.550Z | Compiling usdt-impl v0.5.0 |
| 1870 | 2026-09-04T21:34:28.561Z | Compiling sha3 v0.10.9 |
| 1871 | 2026-09-04T21:34:28.649Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1872 | 2026-09-04T21:34:28.749Z | Compiling clap_builder v4.6.6 |
| 1873 | 2026-09-04T21:34:28.781Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1874 | 2026-09-04T21:34:28.981Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1875 | 2026-09-04T21:34:29.194Z | Compiling argon2 v0.5.3 |
| 1876 | 2026-09-04T21:34:29.704Z | Compiling chacha20poly1305 v0.10.1 |
| 1877 | 2026-09-04T21:34:30.045Z | Compiling typify v0.6.2 |
| 1878 | 2026-09-04T21:34:30.077Z | Compiling vsss-rs v3.3.4 |
| 1879 | 2026-09-04T21:34:30.091Z | Compiling ciborium v0.2.2 |
| 1880 | 2026-09-04T21:34:30.158Z | Compiling hash32 v0.3.1 |
| 1881 | 2026-09-04T21:34:30.319Z | Compiling memmap v0.7.0 |
| 1882 | 2026-09-04T21:34:30.512Z | Compiling indent_write v2.2.0 |
| 1883 | 2026-09-04T21:34:30.658Z | Compiling data-encoding v2.11.1 |
| 1884 | 2026-09-04T21:34:30.672Z | Compiling usdt v0.5.0 |
| 1885 | 2026-09-04T21:34:30.825Z | Compiling clap v4.6.6 |
| 1886 | 2026-09-04T21:34:30.914Z | Compiling heapless v0.8.0 |
| 1887 | 2026-09-04T21:34:30.941Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1888 | 2026-09-04T21:34:31.059Z | Compiling ingot-types v0.1.2 |
| 1889 | 2026-09-04T21:34:31.361Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1890 | 2026-09-04T21:34:31.380Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1891 | 2026-09-04T21:34:31.380Z | Compiling rustix v0.38.44 |
| 1892 | 2026-09-04T21:34:31.502Z | Compiling tabwriter v1.4.1 |
| 1893 | 2026-09-04T21:34:31.524Z | Compiling cobs v0.3.0 |
| 1894 | 2026-09-04T21:34:31.646Z | Compiling bitflags v1.3.2 |
| 1895 | 2026-09-04T21:34:31.729Z | Compiling managed v0.8.0 |
| 1896 | 2026-09-04T21:34:31.752Z | Compiling postcard v1.1.3 |
| 1897 | 2026-09-04T21:34:31.947Z | Compiling smoltcp v0.11.0 |
| 1898 | 2026-09-04T21:34:32.002Z | Compiling ingot v0.1.1 |
| 1899 | 2026-09-04T21:34:32.069Z | Compiling memoffset v0.9.1 |
| 1900 | 2026-09-04T21:34:32.089Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1901 | 2026-09-04T21:34:32.159Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1902 | 2026-09-04T21:34:32.317Z | Compiling serde_spanned v0.6.9 |
| 1903 | 2026-09-04T21:34:32.349Z | Compiling toml_datetime v0.6.11 |
| 1904 | 2026-09-04T21:34:32.466Z | Compiling foreign-types-shared v0.3.1 |
| 1905 | 2026-09-04T21:34:32.466Z | Compiling static_assertions v1.1.0 |
| 1906 | 2026-09-04T21:34:32.553Z | Compiling linked-hash-map v0.5.6 |
| 1907 | 2026-09-04T21:34:32.571Z | Compiling unicode-segmentation v1.13.3 |
| 1908 | 2026-09-04T21:34:32.629Z | Compiling toml_write v0.1.2 |
| 1909 | 2026-09-04T21:34:32.739Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1910 | 2026-09-04T21:34:32.835Z | Compiling winnow v0.7.15 |
| 1911 | 2026-09-04T21:34:32.987Z | Compiling resolv-conf v0.7.6 |
| 1912 | 2026-09-04T21:34:33.362Z | Compiling colored v3.1.1 |
| 1913 | 2026-09-04T21:34:33.488Z | Compiling swrite v0.1.0 |
| 1914 | 2026-09-04T21:34:33.589Z | Compiling newline-converter v0.3.0 |
| 1915 | 2026-09-04T21:34:33.714Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1916 | 2026-09-04T21:34:33.755Z | Compiling lru-cache v0.1.2 |
| 1917 | 2026-09-04T21:34:33.828Z | Compiling foreign-types v0.5.0 |
| 1918 | 2026-09-04T21:34:33.858Z | Compiling hubpack v0.1.2 |
| 1919 | 2026-09-04T21:34:33.883Z | Compiling nix v0.31.3 |
| 1920 | 2026-09-04T21:34:33.913Z | Compiling atomicwrites v0.4.4 |
| 1921 | 2026-09-04T21:34:34.088Z | Compiling num_enum v0.7.6 |
| 1922 | 2026-09-04T21:34:34.107Z | Compiling crossbeam-deque v0.8.7 |
| 1923 | 2026-09-04T21:34:34.215Z | Compiling toml_edit v0.22.27 |
| 1924 | 2026-09-04T21:34:34.309Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1925 | 2026-09-04T21:34:34.332Z | Compiling hickory-proto v0.24.4 |
| 1926 | 2026-09-04T21:34:34.429Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1927 | 2026-09-04T21:34:34.549Z | Compiling console v0.16.4 |
| 1928 | 2026-09-04T21:34:34.842Z | Compiling chacha20 v0.10.1 |
| 1929 | 2026-09-04T21:34:34.854Z | Compiling camino-tempfile v1.4.1 |
| 1930 | 2026-09-04T21:34:35.091Z | Compiling serde-big-array v0.5.1 |
| 1931 | 2026-09-04T21:34:35.104Z | Compiling cstr-argument v0.1.2 |
| 1932 | 2026-09-04T21:34:35.158Z | Compiling similar v3.2.0 |
| 1933 | 2026-09-04T21:34:35.233Z | Compiling siphasher v1.0.3 |
| 1934 | 2026-09-04T21:34:35.258Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1935 | 2026-09-04T21:34:35.434Z | Compiling phf_shared v0.12.1 |
| 1936 | 2026-09-04T21:34:35.526Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1937 | 2026-09-04T21:34:35.553Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1938 | 2026-09-04T21:34:35.613Z | Compiling toml v0.8.23 |
| 1939 | 2026-09-04T21:34:36.275Z | Compiling hickory-resolver v0.24.4 |
| 1940 | 2026-09-04T21:34:36.996Z | Compiling expectorate v1.3.0 |
| 1941 | 2026-09-04T21:34:37.111Z | Compiling pin-project v1.1.13 |
| 1942 | 2026-09-04T21:34:37.165Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1943 | 2026-09-04T21:34:37.213Z | Compiling rand v0.10.2 |
| 1944 | 2026-09-04T21:34:37.292Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1945 | 2026-09-04T21:34:37.367Z | Compiling rayon-core v1.13.0 |
| 1946 | 2026-09-04T21:34:37.456Z | Compiling num_enum v0.5.11 |
| 1947 | 2026-09-04T21:34:37.498Z | Compiling progenitor-impl v0.13.0 |
| 1948 | 2026-09-04T21:34:37.580Z | Compiling prettyplease v0.2.37 |
| 1949 | 2026-09-04T21:34:38.066Z | Compiling unicode-normalization v0.1.25 |
| 1950 | 2026-09-04T21:34:38.146Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1951 | 2026-09-04T21:34:38.395Z | Compiling progenitor-client v0.13.0 |
| 1952 | 2026-09-04T21:34:38.541Z | Compiling tokio-stream v0.1.19 |
| 1953 | 2026-09-04T21:34:38.590Z | Compiling bstr v1.13.1 |
| 1954 | 2026-09-04T21:34:38.618Z | Compiling csv-core v0.1.13 |
| 1955 | 2026-09-04T21:34:38.690Z | Compiling highway v1.3.0 |
| 1956 | 2026-09-04T21:34:38.849Z | Compiling konst_macro_rules v0.2.19 |
| 1957 | 2026-09-04T21:34:38.882Z | Compiling unicode-width v0.1.14 |
| 1958 | 2026-09-04T21:34:39.019Z | Compiling foldhash v0.1.5 |
| 1959 | 2026-09-04T21:34:39.032Z | Compiling jiff-core v0.1.0 |
| 1960 | 2026-09-04T21:34:39.072Z | Compiling same-file v1.0.6 |
| 1961 | 2026-09-04T21:34:39.075Z | Compiling foreign-types-shared v0.1.1 |
| 1962 | 2026-09-04T21:34:39.163Z | Compiling foreign-types v0.3.2 |
| 1963 | 2026-09-04T21:34:39.163Z | Compiling hashbrown v0.15.5 |
| 1964 | 2026-09-04T21:34:39.200Z | Compiling konst v0.2.20 |
| 1965 | 2026-09-04T21:34:39.238Z | Compiling walkdir v2.5.0 |
| 1966 | 2026-09-04T21:34:39.255Z | Compiling globset v0.4.20 |
| 1967 | 2026-09-04T21:34:39.307Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1968 | 2026-09-04T21:34:39.434Z | Compiling qorb v0.4.1 |
| 1969 | 2026-09-04T21:34:39.569Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1970 | 2026-09-04T21:34:39.699Z | Compiling csv v1.4.0 |
| 1971 | 2026-09-04T21:34:40.028Z | Compiling jiff v0.2.35 |
| 1972 | 2026-09-04T21:34:40.144Z | Compiling progenitor v0.13.0 |
| 1973 | 2026-09-04T21:34:40.252Z | Compiling snafu v0.8.9 |
| 1974 | 2026-09-04T21:34:40.292Z | Compiling olpc-cjson v0.1.4 |
| 1975 | 2026-09-04T21:34:40.621Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1976 | 2026-09-04T21:34:40.668Z | Compiling rayon v1.12.0 |
| 1977 | 2026-09-04T21:34:41.232Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1978 | 2026-09-04T21:34:41.475Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 1979 | 2026-09-04T21:34:41.938Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1980 | 2026-09-04T21:34:42.247Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1981 | 2026-09-04T21:34:42.482Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1982 | 2026-09-04T21:34:42.707Z | Compiling phf v0.12.1 |
| 1983 | 2026-09-04T21:34:42.801Z | Compiling openssl-sys v0.9.117 |
| 1984 | 2026-09-04T21:34:42.862Z | Compiling tokio-dtrace v0.1.1 |
| 1985 | 2026-09-04T21:34:43.043Z | Compiling progenitor-impl v0.14.0 |
| 1986 | 2026-09-04T21:34:43.130Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1987 | 2026-09-04T21:34:43.212Z | Compiling itertools v0.12.1 |
| 1988 | 2026-09-04T21:34:43.385Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1989 | 2026-09-04T21:34:43.591Z | Compiling libsw-core v0.3.2 |
| 1990 | 2026-09-04T21:34:43.769Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1991 | 2026-09-04T21:34:43.846Z | Compiling pem v3.0.6 |
| 1992 | 2026-09-04T21:34:43.872Z | Compiling serde_plain v1.0.2 |
| 1993 | 2026-09-04T21:34:43.989Z | Compiling sigpipe v0.1.3 |
| 1994 | 2026-09-04T21:34:44.079Z | Compiling fixedbitset v0.4.2 |
| 1995 | 2026-09-04T21:34:44.091Z | Compiling fixedbitset v0.5.7 |
| 1996 | 2026-09-04T21:34:44.121Z | Compiling minimal-lexical v0.2.1 |
| 1997 | 2026-09-04T21:34:44.203Z | Compiling bytecount v0.6.9 |
| 1998 | 2026-09-04T21:34:44.241Z | Compiling glob v0.3.4 |
| 1999 | 2026-09-04T21:34:44.307Z | Compiling typed-path v0.9.3 |
| 2000 | 2026-09-04T21:34:44.342Z | Compiling nom v7.1.3 |
| 2001 | 2026-09-04T21:34:44.381Z | Compiling zone v0.3.1 |
| 2002 | 2026-09-04T21:34:44.411Z | Compiling papergrid v0.11.0 |
| 2003 | 2026-09-04T21:34:44.429Z | Compiling petgraph v0.8.3 |
| 2004 | 2026-09-04T21:34:44.605Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2005 | 2026-09-04T21:34:44.666Z | Compiling petgraph v0.6.5 |
| 2006 | 2026-09-04T21:34:45.101Z | Compiling progenitor v0.14.0 |
| 2007 | 2026-09-04T21:34:45.246Z | Compiling tough v0.22.0 |
| 2008 | 2026-09-04T21:34:45.259Z | Compiling openssl v0.10.81 |
| 2009 | 2026-09-04T21:34:45.576Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2010 | 2026-09-04T21:34:45.690Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2011 | 2026-09-04T21:34:45.886Z | Compiling libsw v3.5.0 |
| 2012 | 2026-09-04T21:34:46.052Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2013 | 2026-09-04T21:34:46.132Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2014 | 2026-09-04T21:34:46.201Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2015 | 2026-09-04T21:34:46.252Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2016 | 2026-09-04T21:34:46.265Z | Compiling oxide-tokio-rt v0.1.6 |
| 2017 | 2026-09-04T21:34:46.450Z | Compiling chrono-tz v0.10.4 |
| 2018 | 2026-09-04T21:34:46.495Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2019 | 2026-09-04T21:34:46.570Z | Compiling newtype_derive v0.1.6 |
| 2020 | 2026-09-04T21:34:46.655Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9) |
| 2021 | 2026-09-04T21:34:46.670Z | Compiling slog-dtrace v0.3.0 |
| 2022 | 2026-09-04T21:34:46.975Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2023 | 2026-09-04T21:34:46.984Z | Compiling cancel-safe-futures v0.1.5 |
| 2024 | 2026-09-04T21:34:47.171Z | Compiling const_format v0.2.36 |
| 2025 | 2026-09-04T21:34:47.182Z | Compiling owo-colors v4.3.0 |
| 2026 | 2026-09-04T21:34:47.279Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2027 | 2026-09-04T21:34:47.512Z | Compiling gethostname v0.5.0 |
| 2028 | 2026-09-04T21:34:47.639Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2029 | 2026-09-04T21:34:47.671Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2030 | 2026-09-04T21:34:47.775Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2031 | 2026-09-04T21:34:47.795Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2032 | 2026-09-04T21:34:47.917Z | Compiling smf v0.2.3 |
| 2033 | 2026-09-04T21:34:47.920Z | Compiling bcs v0.1.6 |
| 2034 | 2026-09-04T21:34:48.235Z | Compiling termtree v0.5.1 |
| 2035 | 2026-09-04T21:34:48.310Z | Compiling unicode-linebreak v0.1.5 |
| 2036 | 2026-09-04T21:34:48.389Z | Compiling tagptr v0.2.0 |
| 2037 | 2026-09-04T21:34:48.489Z | Compiling linear-map v1.2.0 |
| 2038 | 2026-09-04T21:34:48.504Z | Compiling lazy_static v1.5.0 |
| 2039 | 2026-09-04T21:34:48.554Z | Compiling whoami v1.6.1 |
| 2040 | 2026-09-04T21:34:48.564Z | Compiling smawk v0.3.3 |
| 2041 | 2026-09-04T21:34:48.607Z | Compiling steno v0.4.1 |
| 2042 | 2026-09-04T21:34:48.676Z | Compiling textwrap v0.16.2 |
| 2043 | 2026-09-04T21:34:48.691Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2044 | 2026-09-04T21:34:48.846Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2045 | 2026-09-04T21:34:48.876Z | Compiling moka v0.12.16 |
| 2046 | 2026-09-04T21:34:49.166Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2047 | 2026-09-04T21:34:49.350Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2048 | 2026-09-04T21:34:49.662Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2049 | 2026-09-04T21:34:50.277Z | Compiling tabled v0.15.0 |
| 2050 | 2026-09-04T21:34:50.372Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2051 | 2026-09-04T21:34:50.571Z | Compiling cookie v0.18.2 |
| 2052 | 2026-09-04T21:34:50.994Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2053 | 2026-09-04T21:34:51.448Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2054 | 2026-09-04T21:34:51.526Z | Compiling hickory-proto v0.25.2 |
| 2055 | 2026-09-04T21:34:51.993Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 2056 | 2026-09-04T21:34:52.019Z | Compiling libscf-sys v1.2.0 |
| 2057 | 2026-09-04T21:34:52.173Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2058 | 2026-09-04T21:34:52.331Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 2059 | 2026-09-04T21:34:52.702Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 2060 | 2026-09-04T21:34:52.824Z | Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common) |
| 2061 | 2026-09-04T21:34:53.034Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 2062 | 2026-09-04T21:34:53.359Z | Compiling hickory-resolver v0.25.2 |
| 2063 | 2026-09-04T21:34:54.167Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2064 | 2026-09-04T21:34:58.918Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2065 | 2026-09-04T21:35:06.422Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2066 | 2026-09-04T21:35:08.075Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2067 | 2026-09-04T21:35:09.124Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 2068 | 2026-09-04T21:35:10.459Z | Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask) |
| 2069 | 2026-09-04T21:35:11.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 2070 | 2026-09-04T21:35:11.776Z | Running `target/debug/xtask openapi check` |
| 2071 | 2026-09-04T21:35:12.238Z | Compiling serde_core v1.0.229 |
| 2072 | 2026-09-04T21:35:12.241Z | Compiling serde v1.0.229 |
| 2073 | 2026-09-04T21:35:12.305Z | Compiling serde_json v1.0.151 |
| 2074 | 2026-09-04T21:35:12.309Z | Compiling syn v3.0.3 |
| 2075 | 2026-09-04T21:35:12.312Z | Compiling syn v2.0.119 |
| 2076 | 2026-09-04T21:35:12.321Z | Compiling bytes v1.12.1 |
| 2077 | 2026-09-04T21:35:12.326Z | Compiling getrandom v0.4.3 |
| 2078 | 2026-09-04T21:35:12.329Z | Compiling zerocopy v0.8.56 |
| 2079 | 2026-09-04T21:35:12.339Z | Compiling once_cell v1.21.4 |
| 2080 | 2026-09-04T21:35:12.631Z | Compiling num-traits v0.2.19 |
| 2081 | 2026-09-04T21:35:12.744Z | Compiling hashbrown v0.17.1 |
| 2082 | 2026-09-04T21:35:12.934Z | Compiling http v1.5.0 |
| 2083 | 2026-09-04T21:35:13.037Z | Compiling schemars v0.8.22 |
| 2084 | 2026-09-04T21:35:13.271Z | Compiling zeroize v1.9.0 |
| 2085 | 2026-09-04T21:35:13.296Z | Compiling aws-lc-rs v1.18.0 |
| 2086 | 2026-09-04T21:35:13.323Z | Compiling usdt-impl v0.6.0 |
| 2087 | 2026-09-04T21:35:13.458Z | Compiling rustls-pki-types v1.15.1 |
| 2088 | 2026-09-04T21:35:13.574Z | Compiling time-macros v0.2.32 |
| 2089 | 2026-09-04T21:35:13.583Z | Compiling tracing-core v0.1.36 |
| 2090 | 2026-09-04T21:35:13.875Z | Compiling bitflags v2.13.1 |
| 2091 | 2026-09-04T21:35:13.948Z | Compiling tracing v0.1.44 |
| 2092 | 2026-09-04T21:35:14.167Z | Compiling http-body v1.1.0 |
| 2093 | 2026-09-04T21:35:14.181Z | Compiling generic-array v0.14.7 |
| 2094 | 2026-09-04T21:35:14.439Z | Compiling indexmap v2.14.0 |
| 2095 | 2026-09-04T21:35:14.458Z | Compiling uuid v1.26.0 |
| 2096 | 2026-09-04T21:35:14.731Z | Compiling time v0.3.55 |
| 2097 | 2026-09-04T21:35:14.881Z | Compiling pest_generator v2.8.8 |
| 2098 | 2026-09-04T21:35:15.071Z | Compiling serde_derive_internals v0.29.1 |
| 2099 | 2026-09-04T21:35:15.256Z | Compiling serde_derive v1.0.229 |
| 2100 | 2026-09-04T21:35:15.316Z | Compiling thiserror-impl v2.0.20 |
| 2101 | 2026-09-04T21:35:15.397Z | Compiling tokio-macros v2.7.2 |
| 2102 | 2026-09-04T21:35:15.492Z | Compiling futures-macro v0.3.34 |
| 2103 | 2026-09-04T21:35:15.538Z | Compiling camino v1.2.5 |
| 2104 | 2026-09-04T21:35:15.957Z | Compiling rustls v0.23.43 |
| 2105 | 2026-09-04T21:35:15.970Z | Compiling rustls-webpki v0.103.14 |
| 2106 | 2026-09-04T21:35:16.007Z | Compiling zerocopy-derive v0.8.56 |
| 2107 | 2026-09-04T21:35:16.165Z | Compiling pest_derive v2.8.8 |
| 2108 | 2026-09-04T21:35:16.216Z | Compiling tokio v1.53.1 |
| 2109 | 2026-09-04T21:35:16.338Z | Compiling schemars_derive v0.8.22 |
| 2110 | 2026-09-04T21:35:16.421Z | Compiling scroll_derive v0.13.1 |
| 2111 | 2026-09-04T21:35:16.556Z | Compiling thiserror v2.0.20 |
| 2112 | 2026-09-04T21:35:16.704Z | Compiling futures-util v0.3.34 |
| 2113 | 2026-09-04T21:35:16.774Z | Compiling dtrace-parser v0.3.0 |
| 2114 | 2026-09-04T21:35:17.246Z | Compiling scroll v0.13.0 |
| 2115 | 2026-09-04T21:35:17.538Z | Compiling goblin v0.10.7 |
| 2116 | 2026-09-04T21:35:17.756Z | Compiling rustix v1.1.4 |
| 2117 | 2026-09-04T21:35:18.396Z | Compiling erased-serde v0.3.31 |
| 2118 | 2026-09-04T21:35:18.491Z | Compiling chrono v0.4.45 |
| 2119 | 2026-09-04T21:35:18.896Z | Compiling slog v2.8.2 |
| 2120 | 2026-09-04T21:35:18.954Z | Compiling serde_tokenstream v0.2.3 |
| 2121 | 2026-09-04T21:35:18.998Z | Compiling crossbeam-epoch v0.9.20 |
| 2122 | 2026-09-04T21:35:19.259Z | Compiling winnow v1.0.4 |
| 2123 | 2026-09-04T21:35:19.267Z | Compiling subtle v2.6.1 |
| 2124 | 2026-09-04T21:35:19.291Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2125 | 2026-09-04T21:35:19.522Z | Compiling toml_edit v0.25.13+spec-1.1.0 |
| 2126 | 2026-09-04T21:35:19.606Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 2127 | 2026-09-04T21:35:19.946Z | Compiling tokio-util v0.7.19 |
| 2128 | 2026-09-04T21:35:20.249Z | Compiling dof v0.4.0 |
| 2129 | 2026-09-04T21:35:20.423Z | Compiling h2 v0.4.15 |
| 2130 | 2026-09-04T21:35:20.472Z | Compiling oxnet v0.1.7 |
| 2131 | 2026-09-04T21:35:20.730Z | Compiling slog-json v2.6.1 |
| 2132 | 2026-09-04T21:35:21.026Z | Compiling futures-executor v0.3.34 |
| 2133 | 2026-09-04T21:35:21.048Z | Compiling openapiv3 v2.2.0 |
| 2134 | 2026-09-04T21:35:21.492Z | Compiling usdt-attr-macro v0.6.0 |
| 2135 | 2026-09-04T21:35:21.713Z | Compiling usdt-macro v0.6.0 |
| 2136 | 2026-09-04T21:35:22.250Z | Compiling async-stream-impl v0.3.6 |
| 2137 | 2026-09-04T21:35:22.299Z | Compiling serde_spanned v1.1.1 |
| 2138 | 2026-09-04T21:35:22.410Z | Compiling semver v1.0.28 |
| 2139 | 2026-09-04T21:35:22.425Z | Compiling rustix v0.38.44 |
| 2140 | 2026-09-04T21:35:22.568Z | Compiling slog-term v2.9.2 |
| 2141 | 2026-09-04T21:35:22.653Z | Compiling hyper v1.11.1 |
| 2142 | 2026-09-04T21:35:22.698Z | Compiling dropshot_endpoint v0.17.1 |
| 2143 | 2026-09-04T21:35:22.785Z | Compiling slog-async v2.8.0 |
| 2144 | 2026-09-04T21:35:22.853Z | Compiling toml v1.1.4+spec-1.1.0 |
| 2145 | 2026-09-04T21:35:22.880Z | Compiling async-stream v0.3.6 |
| 2146 | 2026-09-04T21:35:23.054Z | Compiling serde_urlencoded v0.7.1 |
| 2147 | 2026-09-04T21:35:23.212Z | Compiling multer v3.1.0 |
| 2148 | 2026-09-04T21:35:23.273Z | Compiling usdt v0.6.0 |
| 2149 | 2026-09-04T21:35:23.301Z | Compiling futures v0.3.34 |
| 2150 | 2026-09-04T21:35:23.383Z | Compiling slog-bunyan v2.5.0 |
| 2151 | 2026-09-04T21:35:23.522Z | Compiling async-compression v0.4.43 |
| 2152 | 2026-09-04T21:35:23.544Z | Compiling tokio-rustls v0.26.4 |
| 2153 | 2026-09-04T21:35:23.703Z | Compiling proc-macro-crate v3.5.0 |
| 2154 | 2026-09-04T21:35:23.803Z | Compiling hyper-util v0.1.20 |
| 2155 | 2026-09-04T21:35:23.829Z | Compiling async-trait v0.1.92 |
| 2156 | 2026-09-04T21:35:23.846Z | Compiling http-body-util v0.1.5 |
| 2157 | 2026-09-04T21:35:24.109Z | Compiling serde_path_to_error v0.1.20 |
| 2158 | 2026-09-04T21:35:24.128Z | Compiling rustls-pemfile v2.2.0 |
| 2159 | 2026-09-04T21:35:24.225Z | Compiling aho-corasick v1.1.5 |
| 2160 | 2026-09-04T21:35:24.299Z | Compiling tempfile v3.27.0 |
| 2161 | 2026-09-04T21:35:24.310Z | Compiling num_enum_derive v0.7.6 |
| 2162 | 2026-09-04T21:35:24.320Z | Compiling crossbeam-deque v0.8.7 |
| 2163 | 2026-09-04T21:35:24.513Z | Compiling dropshot-api-manager-types v0.8.0 |
| 2164 | 2026-09-04T21:35:24.691Z | Compiling crypto-common v0.1.7 |
| 2165 | 2026-09-04T21:35:24.780Z | Compiling block-buffer v0.10.4 |
| 2166 | 2026-09-04T21:35:24.819Z | Compiling git-stub v1.0.0 |
| 2167 | 2026-09-04T21:35:24.847Z | Compiling clap_builder v4.6.6 |
| 2168 | 2026-09-04T21:35:24.917Z | Compiling digest v0.10.7 |
| 2169 | 2026-09-04T21:35:25.079Z | Compiling regex-automata v0.4.18 |
| 2170 | 2026-09-04T21:35:25.115Z | Compiling dropshot v0.17.1 |
| 2171 | 2026-09-04T21:35:25.315Z | Compiling num_enum v0.7.6 |
| 2172 | 2026-09-04T21:35:25.329Z | Compiling atomicwrites v0.4.4 |
| 2173 | 2026-09-04T21:35:25.420Z | Compiling rayon-core v1.13.0 |
| 2174 | 2026-09-04T21:35:25.432Z | Compiling fs-err v3.3.1 |
| 2175 | 2026-09-04T21:35:25.517Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 2176 | 2026-09-04T21:35:25.725Z | Compiling terminal_size v0.4.4 |
| 2177 | 2026-09-04T21:35:25.869Z | Compiling clap_derive v4.6.4 |
| 2178 | 2026-09-04T21:35:26.107Z | Compiling serde_repr v0.1.21 |
| 2179 | 2026-09-04T21:35:26.139Z | Compiling bstr v1.13.1 |
| 2180 | 2026-09-04T21:35:26.245Z | Compiling nom v8.0.0 |
| 2181 | 2026-09-04T21:35:26.439Z | Compiling either v1.17.0 |
| 2182 | 2026-09-04T21:35:26.511Z | Compiling is_ci v1.2.0 |
| 2183 | 2026-09-04T21:35:26.633Z | Compiling rayon v1.12.0 |
| 2184 | 2026-09-04T21:35:26.654Z | Compiling supports-color v3.0.2 |
| 2185 | 2026-09-04T21:35:26.672Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 2186 | 2026-09-04T21:35:26.827Z | Compiling regex v1.13.1 |
| 2187 | 2026-09-04T21:35:27.122Z | Compiling textwrap v0.16.2 |
| 2188 | 2026-09-04T21:35:27.290Z | Compiling drift v0.2.0 |
| 2189 | 2026-09-04T21:35:27.554Z | Compiling clap v4.6.6 |
| 2190 | 2026-09-04T21:35:27.625Z | Compiling sha2 v0.10.9 |
| 2191 | 2026-09-04T21:35:27.637Z | Compiling similar v2.7.0 |
| 2192 | 2026-09-04T21:35:28.009Z | Compiling git-stub-vcs v0.1.0 |
| 2193 | 2026-09-04T21:35:28.175Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2194 | 2026-09-04T21:35:28.310Z | Compiling dropshot-api-manager v0.8.0 |
| 2195 | 2026-09-04T21:35:28.352Z | Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 2196 | 2026-09-04T21:35:28.410Z | Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 2197 | 2026-09-04T21:35:33.428Z | Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 2198 | 2026-09-04T21:35:34.641Z | Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis) |
| 2199 | 2026-09-04T21:35:41.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.03s |
| 2200 | 2026-09-04T21:35:41.936Z | Running `target/debug/maghemite-dropshot-apis check` |
| 2201 | 2026-09-04T21:35:41.966Z | ------- |
| 2202 | 2026-09-04T21:35:41.966Z | Generating OpenAPI documents from API definitions ... |
| 2203 | 2026-09-04T21:35:42.036Z | Loading local OpenAPI documents from "/work/oxidecomputer/maghemite/openapi" ... |
| 2204 | 2026-09-04T21:35:42.081Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 2205 | 2026-09-04T21:35:42.236Z | ------- |
| 2206 | 2026-09-04T21:35:42.236Z | Checking 14 OpenAPI documents... |
| 2207 | 2026-09-04T21:35:42.236Z | Fresh ddm-admin (versioned v1.0.0 (blessed)): DDM Admin |
| 2208 | 2026-09-04T21:35:42.236Z | Fresh ddm-admin (versioned v2.0.0 (blessed)): DDM Admin |
| 2209 | 2026-09-04T21:35:42.236Z | Fresh ddm-admin "latest" symlink |
| 2210 | 2026-09-04T21:35:42.239Z | Fresh mg-admin (versioned v1.0.0 (blessed)): Maghemite Admin |
| 2211 | 2026-09-04T21:35:42.239Z | Fresh mg-admin (versioned v2.0.0 (blessed)): Maghemite Admin |
| 2212 | 2026-09-04T21:35:42.239Z | Fresh mg-admin (versioned v3.0.0 (blessed)): Maghemite Admin |
| 2213 | 2026-09-04T21:35:42.240Z | Fresh mg-admin (versioned v4.0.0 (blessed)): Maghemite Admin |
| 2214 | 2026-09-04T21:35:42.240Z | Fresh mg-admin (versioned v5.0.0 (blessed)): Maghemite Admin |
| 2215 | 2026-09-04T21:35:42.240Z | Fresh mg-admin (versioned v6.0.0 (blessed)): Maghemite Admin |
| 2216 | 2026-09-04T21:35:42.240Z | Fresh mg-admin (versioned v7.0.0 (blessed)): Maghemite Admin |
| 2217 | 2026-09-04T21:35:42.240Z | Fresh mg-admin (versioned v8.0.0 (blessed)): Maghemite Admin |
| 2218 | 2026-09-04T21:35:42.240Z | Fresh mg-admin (versioned v9.0.0 (blessed)): Maghemite Admin |
| 2219 | 2026-09-04T21:35:42.240Z | Fresh mg-admin (versioned v10.0.0 (blessed)): Maghemite Admin |
| 2220 | 2026-09-04T21:35:42.240Z | Fresh mg-admin (versioned v11.0.0 (blessed)): Maghemite Admin |
| 2221 | 2026-09-04T21:35:42.240Z | Fresh mg-admin (versioned v12.0.0 (blessed)): Maghemite Admin |
| 2222 | 2026-09-04T21:35:42.240Z | Fresh mg-admin "latest" symlink |
| 2223 | 2026-09-04T21:35:42.240Z | ------- |
| 2224 | 2026-09-04T21:35:42.240Z | Success 14 documents checked: 16 fresh, 0 stale, 0 failed, 0 other problems |
| 2225 | 2026-09-04T21:35:42.293Z | + banner build |
| 2226 | 2026-09-04T21:35:42.298Z | |
| 2227 | 2026-09-04T21:35:42.298Z | ##### # # # # ##### |
| 2228 | 2026-09-04T21:35:42.298Z | # # # # # # # # |
| 2229 | 2026-09-04T21:35:42.298Z | ##### # # # # # # |
| 2230 | 2026-09-04T21:35:42.298Z | # # # # # # # # |
| 2231 | 2026-09-04T21:35:42.298Z | # # # # # # # # |
| 2232 | 2026-09-04T21:35:42.299Z | ##### #### # ###### ##### |
| 2233 | 2026-09-04T21:35:42.299Z | |
| 2234 | 2026-09-04T21:35:42.299Z | + ptime -m cargo build |
| 2235 | 2026-09-04T21:35:42.917Z | Compiling smallvec v1.15.2 |
| 2236 | 2026-09-04T21:35:43.030Z | Compiling log v0.4.33 |
| 2237 | 2026-09-04T21:35:43.048Z | Compiling slog v2.8.2 |
| 2238 | 2026-09-04T21:35:43.063Z | Compiling ring v0.17.14 |
| 2239 | 2026-09-04T21:35:43.083Z | Compiling webpki-roots v1.0.9 |
| 2240 | 2026-09-04T21:35:43.140Z | Compiling itertools v0.15.0 |
| 2241 | 2026-09-04T21:35:43.167Z | Compiling fxhash v0.2.1 |
| 2242 | 2026-09-04T21:35:43.175Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe) |
| 2243 | 2026-09-04T21:35:43.200Z | Compiling icu_normalizer v2.2.0 |
| 2244 | 2026-09-04T21:35:43.232Z | Compiling parking_lot_core v0.9.12 |
| 2245 | 2026-09-04T21:35:43.244Z | Compiling goblin v0.10.7 |
| 2246 | 2026-09-04T21:35:43.291Z | Compiling goblin v0.8.2 |
| 2247 | 2026-09-04T21:35:43.409Z | Compiling slog-async v2.8.0 |
| 2248 | 2026-09-04T21:35:43.435Z | Compiling parking_lot v0.12.5 |
| 2249 | 2026-09-04T21:35:43.530Z | Compiling slog-term v2.9.2 |
| 2250 | 2026-09-04T21:35:43.778Z | Compiling idna_adapter v1.2.2 |
| 2251 | 2026-09-04T21:35:43.816Z | Compiling tokio v1.53.1 |
| 2252 | 2026-09-04T21:35:43.910Z | Compiling idna v1.1.0 |
| 2253 | 2026-09-04T21:35:43.926Z | Compiling slog-json v2.6.1 |
| 2254 | 2026-09-04T21:35:44.135Z | Compiling slog-bunyan v2.5.0 |
| 2255 | 2026-09-04T21:35:44.179Z | Compiling rustls-webpki v0.103.14 |
| 2256 | 2026-09-04T21:35:44.278Z | Compiling url v2.5.8 |
| 2257 | 2026-09-04T21:35:44.458Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2258 | 2026-09-04T21:35:44.598Z | Compiling globset v0.4.20 |
| 2259 | 2026-09-04T21:35:44.634Z | Compiling moka v0.12.16 |
| 2260 | 2026-09-04T21:35:44.956Z | Compiling schemars v0.8.22 |
| 2261 | 2026-09-04T21:35:45.103Z | Compiling rustls v0.23.43 |
| 2262 | 2026-09-04T21:35:45.127Z | Compiling parking_lot_core v0.8.6 |
| 2263 | 2026-09-04T21:35:45.363Z | Compiling parking_lot v0.11.2 |
| 2264 | 2026-09-04T21:35:45.435Z | Compiling arc-swap v1.9.2 |
| 2265 | 2026-09-04T21:35:45.455Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 2266 | 2026-09-04T21:35:45.736Z | Compiling ipnetwork v0.21.1 |
| 2267 | 2026-09-04T21:35:45.761Z | Compiling newtype-uuid v1.4.0 |
| 2268 | 2026-09-04T21:35:45.773Z | Compiling serde_with v3.22.0 |
| 2269 | 2026-09-04T21:35:46.141Z | Compiling oxnet v0.1.7 |
| 2270 | 2026-09-04T21:35:46.242Z | Compiling dof v0.4.0 |
| 2271 | 2026-09-04T21:35:46.313Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2272 | 2026-09-04T21:35:46.666Z | Compiling daft v0.1.8 |
| 2273 | 2026-09-04T21:35:46.954Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2274 | 2026-09-04T21:35:47.170Z | Compiling usdt-impl v0.6.0 |
| 2275 | 2026-09-04T21:35:47.209Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2276 | 2026-09-04T21:35:47.460Z | Compiling iddqd v0.4.6 |
| 2277 | 2026-09-04T21:35:47.543Z | Compiling usdt v0.6.0 |
| 2278 | 2026-09-04T21:35:47.662Z | Compiling tokio-util v0.7.19 |
| 2279 | 2026-09-04T21:35:47.786Z | Compiling tower v0.5.3 |
| 2280 | 2026-09-04T21:35:47.837Z | Compiling async-compression v0.4.43 |
| 2281 | 2026-09-04T21:35:47.840Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2282 | 2026-09-04T21:35:48.068Z | Compiling backoff v0.4.0 |
| 2283 | 2026-09-04T21:35:48.098Z | Compiling typify-impl v0.6.2 |
| 2284 | 2026-09-04T21:35:48.156Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2285 | 2026-09-04T21:35:48.266Z | Compiling h2 v0.4.15 |
| 2286 | 2026-09-04T21:35:48.286Z | Compiling tokio-rustls v0.26.4 |
| 2287 | 2026-09-04T21:35:48.405Z | Compiling tower-http v0.6.11 |
| 2288 | 2026-09-04T21:35:48.496Z | Compiling rustls-platform-verifier v0.7.0 |
| 2289 | 2026-09-04T21:35:48.567Z | Compiling byte-wrapper v0.1.0 |
| 2290 | 2026-09-04T21:35:48.707Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2291 | 2026-09-04T21:35:48.738Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2292 | 2026-09-04T21:35:48.832Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2293 | 2026-09-04T21:35:48.931Z | Compiling dof v0.3.0 |
| 2294 | 2026-09-04T21:35:49.058Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2295 | 2026-09-04T21:35:49.236Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2296 | 2026-09-04T21:35:49.310Z | Compiling usdt-impl v0.5.0 |
| 2297 | 2026-09-04T21:35:49.739Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2298 | 2026-09-04T21:35:49.887Z | Compiling typify v0.6.2 |
| 2299 | 2026-09-04T21:35:49.965Z | Compiling usdt v0.5.0 |
| 2300 | 2026-09-04T21:35:50.002Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2301 | 2026-09-04T21:35:50.246Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2302 | 2026-09-04T21:35:50.264Z | Compiling progenitor-impl v0.14.0 |
| 2303 | 2026-09-04T21:35:50.817Z | Compiling hyper v1.11.1 |
| 2304 | 2026-09-04T21:35:51.087Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2305 | 2026-09-04T21:35:51.201Z | Compiling hickory-proto v0.24.4 |
| 2306 | 2026-09-04T21:35:51.350Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2307 | 2026-09-04T21:35:51.568Z | Compiling progenitor-impl v0.13.0 |
| 2308 | 2026-09-04T21:35:51.668Z | Compiling tokio-stream v0.1.19 |
| 2309 | 2026-09-04T21:35:52.170Z | Compiling hyper-util v0.1.20 |
| 2310 | 2026-09-04T21:35:52.505Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2311 | 2026-09-04T21:35:52.573Z | Compiling tokio-dtrace v0.1.1 |
| 2312 | 2026-09-04T21:35:52.591Z | Compiling libsw-core v0.3.2 |
| 2313 | 2026-09-04T21:35:52.767Z | Compiling zone v0.3.1 |
| 2314 | 2026-09-04T21:35:52.845Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2315 | 2026-09-04T21:35:52.992Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 2316 | 2026-09-04T21:35:53.520Z | Compiling hyper-rustls v0.27.9 |
| 2317 | 2026-09-04T21:35:53.540Z | Compiling dropshot v0.17.1 |
| 2318 | 2026-09-04T21:35:53.677Z | Compiling hickory-resolver v0.24.4 |
| 2319 | 2026-09-04T21:35:53.827Z | Compiling reqwest v0.13.4 |
| 2320 | 2026-09-04T21:35:53.853Z | Compiling reqwest v0.12.28 |
| 2321 | 2026-09-04T21:35:53.887Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2322 | 2026-09-04T21:35:54.214Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2323 | 2026-09-04T21:35:54.241Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 2324 | 2026-09-04T21:35:54.322Z | Compiling oxide-tokio-rt v0.1.6 |
| 2325 | 2026-09-04T21:35:54.640Z | Compiling qorb v0.4.1 |
| 2326 | 2026-09-04T21:35:54.714Z | Compiling libsw v3.5.0 |
| 2327 | 2026-09-04T21:35:54.765Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2328 | 2026-09-04T21:35:54.891Z | Compiling slog-dtrace v0.3.0 |
| 2329 | 2026-09-04T21:35:54.906Z | Compiling tough v0.22.0 |
| 2330 | 2026-09-04T21:35:55.211Z | Compiling progenitor-client v0.14.0 |
| 2331 | 2026-09-04T21:35:55.279Z | Compiling progenitor-client v0.10.0 |
| 2332 | 2026-09-04T21:35:55.544Z | Compiling progenitor-extras v0.2.0 |
| 2333 | 2026-09-04T21:35:55.587Z | Compiling progenitor v0.14.0 |
| 2334 | 2026-09-04T21:35:55.742Z | Compiling progenitor-client v0.13.0 |
| 2335 | 2026-09-04T21:35:55.797Z | Compiling cancel-safe-futures v0.1.5 |
| 2336 | 2026-09-04T21:35:56.032Z | Compiling progenitor v0.13.0 |
| 2337 | 2026-09-04T21:35:56.086Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2338 | 2026-09-04T21:35:56.155Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2339 | 2026-09-04T21:35:56.187Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2340 | 2026-09-04T21:35:56.681Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2341 | 2026-09-04T21:35:57.004Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2342 | 2026-09-04T21:35:57.373Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2343 | 2026-09-04T21:35:57.642Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2344 | 2026-09-04T21:35:57.679Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2345 | 2026-09-04T21:35:57.844Z | Compiling steno v0.4.1 |
| 2346 | 2026-09-04T21:35:57.957Z | Compiling hickory-proto v0.25.2 |
| 2347 | 2026-09-04T21:35:58.992Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2348 | 2026-09-04T21:35:59.050Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 2349 | 2026-09-04T21:35:59.163Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2350 | 2026-09-04T21:35:59.182Z | Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 2351 | 2026-09-04T21:35:59.256Z | Compiling sled v0.34.7 |
| 2352 | 2026-09-04T21:35:59.770Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 2353 | 2026-09-04T21:36:00.747Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2354 | 2026-09-04T21:36:00.765Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2355 | 2026-09-04T21:36:00.915Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2356 | 2026-09-04T21:36:01.224Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2357 | 2026-09-04T21:36:01.996Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2358 | 2026-09-04T21:36:02.088Z | Compiling hickory-resolver v0.25.2 |
| 2359 | 2026-09-04T21:36:02.136Z | Compiling slog-scope v4.4.1 |
| 2360 | 2026-09-04T21:36:02.406Z | Compiling papergrid v0.18.0 |
| 2361 | 2026-09-04T21:36:03.138Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2362 | 2026-09-04T21:36:03.291Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2363 | 2026-09-04T21:36:03.362Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2364 | 2026-09-04T21:36:03.421Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2365 | 2026-09-04T21:36:03.514Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2366 | 2026-09-04T21:36:03.529Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2367 | 2026-09-04T21:36:04.258Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2368 | 2026-09-04T21:36:04.300Z | Compiling internet-checksum v0.2.1 |
| 2369 | 2026-09-04T21:36:04.316Z | Compiling tabled v0.21.0 |
| 2370 | 2026-09-04T21:36:04.418Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2371 | 2026-09-04T21:36:04.492Z | Compiling slog-stdlog v4.1.1 |
| 2372 | 2026-09-04T21:36:04.669Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 2373 | 2026-09-04T21:36:04.833Z | Compiling ingot-types v0.2.0 |
| 2374 | 2026-09-04T21:36:05.013Z | Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types) |
| 2375 | 2026-09-04T21:36:05.140Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2376 | 2026-09-04T21:36:05.252Z | Compiling dropshot-api-manager-types v0.8.0 |
| 2377 | 2026-09-04T21:36:05.481Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899) |
| 2378 | 2026-09-04T21:36:05.514Z | Compiling ingot v0.2.1 |
| 2379 | 2026-09-04T21:36:05.600Z | Compiling const-random v0.1.18 |
| 2380 | 2026-09-04T21:36:05.681Z | Compiling slog-envlogger v2.2.0 |
| 2381 | 2026-09-04T21:36:06.055Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 2382 | 2026-09-04T21:36:06.117Z | Compiling typify-impl v0.4.3 |
| 2383 | 2026-09-04T21:36:07.008Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 2384 | 2026-09-04T21:36:07.249Z | Compiling crc8 v0.1.1 |
| 2385 | 2026-09-04T21:36:07.332Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 2386 | 2026-09-04T21:36:07.379Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899) |
| 2387 | 2026-09-04T21:36:07.461Z | Compiling ahash v0.8.12 |
| 2388 | 2026-09-04T21:36:07.680Z | Compiling smartstring v1.0.1 |
| 2389 | 2026-09-04T21:36:07.712Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 2390 | 2026-09-04T21:36:07.952Z | Compiling typify v0.4.3 |
| 2391 | 2026-09-04T21:36:08.023Z | Compiling sha1 v0.10.7 |
| 2392 | 2026-09-04T21:36:08.072Z | Compiling utf-8 v0.7.6 |
| 2393 | 2026-09-04T21:36:08.270Z | Compiling thin-vec v0.2.19 |
| 2394 | 2026-09-04T21:36:08.274Z | Compiling tungstenite v0.21.0 |
| 2395 | 2026-09-04T21:36:08.472Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 2396 | 2026-09-04T21:36:08.637Z | Compiling rhai v1.26.0 |
| 2397 | 2026-09-04T21:36:08.643Z | Compiling progenitor-impl v0.10.0 |
| 2398 | 2026-09-04T21:36:08.971Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2399 | 2026-09-04T21:36:09.153Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2400 | 2026-09-04T21:36:10.149Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2401 | 2026-09-04T21:36:11.132Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2402 | 2026-09-04T21:36:11.661Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2403 | 2026-09-04T21:36:11.763Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2404 | 2026-09-04T21:36:12.036Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2405 | 2026-09-04T21:36:12.223Z | Compiling sha2 v0.10.9 |
| 2406 | 2026-09-04T21:36:12.311Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2407 | 2026-09-04T21:36:12.366Z | Compiling progenitor v0.10.0 |
| 2408 | 2026-09-04T21:36:12.525Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 2409 | 2026-09-04T21:36:12.624Z | Compiling tokio-tungstenite v0.21.0 |
| 2410 | 2026-09-04T21:36:12.860Z | Compiling lzma-sys v0.1.20 |
| 2411 | 2026-09-04T21:36:12.955Z | Compiling typeid v1.0.3 |
| 2412 | 2026-09-04T21:36:12.979Z | Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 2413 | 2026-09-04T21:36:13.076Z | Compiling port-file v0.1.0 |
| 2414 | 2026-09-04T21:36:13.284Z | Compiling git-stub v1.0.0 |
| 2415 | 2026-09-04T21:36:13.569Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2416 | 2026-09-04T21:36:13.874Z | Compiling base64 v0.21.7 |
| 2417 | 2026-09-04T21:36:13.893Z | Compiling unit-prefix v0.5.2 |
| 2418 | 2026-09-04T21:36:14.020Z | Compiling indicatif v0.18.6 |
| 2419 | 2026-09-04T21:36:14.052Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2420 | 2026-09-04T21:36:14.070Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 2421 | 2026-09-04T21:36:14.214Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2422 | 2026-09-04T21:36:14.946Z | Compiling git-stub-vcs v0.1.0 |
| 2423 | 2026-09-04T21:36:15.125Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 2424 | 2026-09-04T21:36:15.317Z | Compiling ron v0.12.2 |
| 2425 | 2026-09-04T21:36:15.429Z | Compiling xz2 v0.1.7 |
| 2426 | 2026-09-04T21:36:15.678Z | Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 2427 | 2026-09-04T21:36:15.770Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
| 2428 | 2026-09-04T21:36:16.198Z | Compiling similar v2.7.0 |
| 2429 | 2026-09-04T21:36:16.257Z | Compiling drift v0.2.0 |
| 2430 | 2026-09-04T21:36:16.519Z | Compiling base16ct v1.0.0 |
| 2431 | 2026-09-04T21:36:16.732Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 2432 | 2026-09-04T21:36:17.267Z | Compiling strum v0.28.0 |
| 2433 | 2026-09-04T21:36:17.331Z | Compiling dropshot-api-manager v0.8.0 |
| 2434 | 2026-09-04T21:36:17.332Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 2435 | 2026-09-04T21:36:17.537Z | Compiling natord v1.0.9 |
| 2436 | 2026-09-04T21:36:17.718Z | Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util) |
| 2437 | 2026-09-04T21:36:19.469Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2438 | 2026-09-04T21:36:21.664Z | Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis) |
| 2439 | 2026-09-04T21:36:27.698Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2440 | 2026-09-04T21:36:29.404Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2441 | 2026-09-04T21:36:30.464Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 2442 | 2026-09-04T21:36:31.451Z | Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 2443 | 2026-09-04T21:36:31.451Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
| 2444 | 2026-09-04T21:36:31.454Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
| 2445 | 2026-09-04T21:36:31.932Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
| 2446 | 2026-09-04T21:36:31.942Z | Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
| 2447 | 2026-09-04T21:36:31.942Z | Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask) |
| 2448 | 2026-09-04T21:36:32.394Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 2449 | 2026-09-04T21:36:33.875Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 2450 | 2026-09-04T21:36:33.875Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
| 2451 | 2026-09-04T21:36:33.875Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 2452 | 2026-09-04T21:36:38.750Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
| 2453 | 2026-09-04T21:36:40.885Z | Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
| 2454 | 2026-09-04T21:36:40.888Z | Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab) |
| 2455 | 2026-09-04T21:36:40.888Z | Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
| 2456 | 2026-09-04T21:37:24.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 42s |
| 2457 | 2026-09-04T21:37:25.060Z | |
| 2458 | 2026-09-04T21:37:25.060Z | real 1:42.707112069 |
| 2459 | 2026-09-04T21:37:25.060Z | user 7:36.715147862 |
| 2460 | 2026-09-04T21:37:25.060Z | sys 1:07.216192402 |
| 2461 | 2026-09-04T21:37:25.060Z | trap 0.196469402 |
| 2462 | 2026-09-04T21:37:25.060Z | tflt 0.010043534 |
| 2463 | 2026-09-04T21:37:25.060Z | dflt 0.210237821 |
| 2464 | 2026-09-04T21:37:25.060Z | kflt 0.000078700 |
| 2465 | 2026-09-04T21:37:25.060Z | lock 31:21.342086258 |
| 2466 | 2026-09-04T21:37:25.060Z | slp 24:29.208479929 |
| 2467 | 2026-09-04T21:37:25.060Z | lat 25.195800197 |
| 2468 | 2026-09-04T21:37:25.060Z | stop 44.757916240 |
| 2469 | 2026-09-04T21:37:25.063Z | + ptime -m cargo build --release |
| 2470 | 2026-09-04T21:37:25.735Z | Compiling proc-macro2 v1.0.107 |
| 2471 | 2026-09-04T21:37:25.740Z | Compiling quote v1.0.47 |
| 2472 | 2026-09-04T21:37:25.740Z | Compiling unicode-ident v1.0.24 |
| 2473 | 2026-09-04T21:37:25.740Z | Compiling serde_core v1.0.229 |
| 2474 | 2026-09-04T21:37:25.740Z | Compiling serde v1.0.229 |
| 2475 | 2026-09-04T21:37:25.740Z | Compiling libc v0.2.189 |
| 2476 | 2026-09-04T21:37:25.740Z | Compiling cfg-if v1.0.4 |
| 2477 | 2026-09-04T21:37:25.954Z | Compiling zmij v1.0.23 |
| 2478 | 2026-09-04T21:37:25.966Z | Compiling autocfg v1.5.1 |
| 2479 | 2026-09-04T21:37:26.214Z | Compiling memchr v2.8.3 |
| 2480 | 2026-09-04T21:37:26.250Z | Compiling libm v0.2.16 |
| 2481 | 2026-09-04T21:37:26.586Z | Compiling itoa v1.0.18 |
| 2482 | 2026-09-04T21:37:26.663Z | Compiling icu_normalizer_data v2.2.0 |
| 2483 | 2026-09-04T21:37:26.841Z | Compiling icu_properties_data v2.2.0 |
| 2484 | 2026-09-04T21:37:26.859Z | Compiling version_check v0.9.5 |
| 2485 | 2026-09-04T21:37:26.906Z | Compiling stable_deref_trait v1.2.1 |
| 2486 | 2026-09-04T21:37:26.987Z | Compiling serde_json v1.0.151 |
| 2487 | 2026-09-04T21:37:27.114Z | Compiling thiserror v2.0.20 |
| 2488 | 2026-09-04T21:37:27.144Z | Compiling litemap v0.8.2 |
| 2489 | 2026-09-04T21:37:27.222Z | Compiling syn v2.0.119 |
| 2490 | 2026-09-04T21:37:27.229Z | Compiling syn v3.0.3 |
| 2491 | 2026-09-04T21:37:27.354Z | Compiling writeable v0.6.3 |
| 2492 | 2026-09-04T21:37:27.371Z | Compiling utf8_iter v1.0.4 |
| 2493 | 2026-09-04T21:37:27.461Z | Compiling num-traits v0.2.19 |
| 2494 | 2026-09-04T21:37:27.529Z | Compiling percent-encoding v2.3.2 |
| 2495 | 2026-09-04T21:37:27.806Z | Compiling form_urlencoded v1.2.2 |
| 2496 | 2026-09-04T21:37:27.833Z | Compiling rand_core v0.10.1 |
| 2497 | 2026-09-04T21:37:27.934Z | Compiling getrandom v0.4.3 |
| 2498 | 2026-09-04T21:37:28.087Z | Compiling parking_lot_core v0.9.12 |
| 2499 | 2026-09-04T21:37:28.187Z | Compiling iana-time-zone v0.1.65 |
| 2500 | 2026-09-04T21:37:28.253Z | Compiling heck v0.5.0 |
| 2501 | 2026-09-04T21:37:28.456Z | Compiling uuid v1.26.0 |
| 2502 | 2026-09-04T21:37:28.486Z | Compiling zerocopy v0.8.56 |
| 2503 | 2026-09-04T21:37:28.499Z | Compiling errno v0.3.14 |
| 2504 | 2026-09-04T21:37:29.420Z | Compiling semver v1.0.28 |
| 2505 | 2026-09-04T21:37:29.459Z | Compiling dyn-clone v1.0.20 |
| 2506 | 2026-09-04T21:37:29.459Z | Compiling schemars v0.8.22 |
| 2507 | 2026-09-04T21:37:29.459Z | Compiling jobserver v0.1.35 |
| 2508 | 2026-09-04T21:37:29.459Z | Compiling find-msvc-tools v0.1.10 |
| 2509 | 2026-09-04T21:37:29.601Z | Compiling shlex v2.0.1 |
| 2510 | 2026-09-04T21:37:33.857Z | Compiling cc v1.4.2 |
| 2511 | 2026-09-04T21:37:33.857Z | Compiling rustversion v1.0.23 |
| 2512 | 2026-09-04T21:37:33.857Z | Compiling pin-project-lite v0.2.17 |
| 2513 | 2026-09-04T21:37:33.858Z | Compiling getrandom v0.2.17 |
| 2514 | 2026-09-04T21:37:33.858Z | Compiling bitflags v2.13.1 |
| 2515 | 2026-09-04T21:37:33.858Z | Compiling pkg-config v0.3.33 |
| 2516 | 2026-09-04T21:37:33.858Z | Compiling synstructure v0.13.2 |
| 2517 | 2026-09-04T21:37:33.858Z | Compiling serde_derive_internals v0.29.1 |
| 2518 | 2026-09-04T21:37:33.858Z | Compiling socket2 v0.6.5 |
| 2519 | 2026-09-04T21:37:33.858Z | Compiling scopeguard v1.2.0 |
| 2520 | 2026-09-04T21:37:33.858Z | Compiling serde_derive v1.0.229 |
| 2521 | 2026-09-04T21:37:34.076Z | Compiling displaydoc v0.2.7 |
| 2522 | 2026-09-04T21:37:34.076Z | Compiling thiserror-impl v2.0.20 |
| 2523 | 2026-09-04T21:37:34.101Z | Compiling tokio-macros v2.7.2 |
| 2524 | 2026-09-04T21:37:34.101Z | Compiling futures-macro v0.3.34 |
| 2525 | 2026-09-04T21:37:34.101Z | Compiling portable-atomic v1.15.0 |
| 2526 | 2026-09-04T21:37:34.101Z | Compiling lock_api v0.4.14 |
| 2527 | 2026-09-04T21:37:34.101Z | Compiling zerofrom-derive v0.1.7 |
| 2528 | 2026-09-04T21:37:34.101Z | Compiling yoke-derive v0.8.2 |
| 2529 | 2026-09-04T21:37:34.101Z | Compiling zerovec-derive v0.11.3 |
| 2530 | 2026-09-04T21:37:34.101Z | Compiling schemars_derive v0.8.22 |
| 2531 | 2026-09-04T21:37:34.101Z | Compiling zerocopy-derive v0.8.56 |
| 2532 | 2026-09-04T21:37:34.101Z | Compiling zeroize_derive v1.5.0 |
| 2533 | 2026-09-04T21:37:34.101Z | Compiling zeroize v1.9.0 |
| 2534 | 2026-09-04T21:37:34.101Z | Compiling zerofrom v0.1.8 |
| 2535 | 2026-09-04T21:37:34.101Z | Compiling log v0.4.33 |
| 2536 | 2026-09-04T21:37:34.101Z | Compiling yoke v0.8.3 |
| 2537 | 2026-09-04T21:37:34.101Z | Compiling critical-section v1.2.0 |
| 2538 | 2026-09-04T21:37:34.101Z | Compiling allocator-api2 v0.2.21 |
| 2539 | 2026-09-04T21:37:34.101Z | Compiling signal-hook-registry v1.4.8 |
| 2540 | 2026-09-04T21:37:34.101Z | Compiling mio v1.2.2 |
| 2541 | 2026-09-04T21:37:34.101Z | Compiling zerovec v0.11.6 |
| 2542 | 2026-09-04T21:37:34.102Z | Compiling zerotrie v0.2.4 |
| 2543 | 2026-09-04T21:37:34.102Z | Compiling once_cell v1.21.4 |
| 2544 | 2026-09-04T21:37:34.102Z | Compiling equivalent v1.0.2 |
| 2545 | 2026-09-04T21:37:34.102Z | Compiling cmake v0.1.58 |
| 2546 | 2026-09-04T21:37:34.102Z | Compiling fs_extra v1.3.0 |
| 2547 | 2026-09-04T21:37:34.102Z | Compiling tinystr v0.8.3 |
| 2548 | 2026-09-04T21:37:34.102Z | Compiling potential_utf v0.1.5 |
| 2549 | 2026-09-04T21:37:34.102Z | Compiling dunce v1.0.5 |
| 2550 | 2026-09-04T21:37:34.102Z | Compiling subtle v2.6.1 |
| 2551 | 2026-09-04T21:37:34.102Z | Compiling aws-lc-sys v0.44.0 |
| 2552 | 2026-09-04T21:37:34.102Z | Compiling icu_locale_core v2.2.0 |
| 2553 | 2026-09-04T21:37:34.102Z | Compiling icu_collections v2.2.0 |
| 2554 | 2026-09-04T21:37:34.102Z | Compiling smallvec v1.15.2 |
| 2555 | 2026-09-04T21:37:34.102Z | Compiling bytes v1.12.1 |
| 2556 | 2026-09-04T21:37:34.102Z | Compiling chrono v0.4.45 |
| 2557 | 2026-09-04T21:37:34.102Z | Compiling serde_tokenstream v0.2.3 |
| 2558 | 2026-09-04T21:37:34.102Z | Compiling futures-core v0.3.34 |
| 2559 | 2026-09-04T21:37:34.220Z | Compiling parking_lot v0.12.5 |
| 2560 | 2026-09-04T21:37:34.415Z | Compiling icu_provider v2.2.0 |
| 2561 | 2026-09-04T21:37:34.531Z | Compiling tokio v1.53.1 |
| 2562 | 2026-09-04T21:37:34.648Z | Compiling httparse v1.10.1 |
| 2563 | 2026-09-04T21:37:34.816Z | Compiling icu_normalizer v2.2.0 |
| 2564 | 2026-09-04T21:37:34.975Z | Compiling icu_properties v2.2.0 |
| 2565 | 2026-09-04T21:37:35.067Z | Compiling futures-sink v0.3.34 |
| 2566 | 2026-09-04T21:37:35.193Z | Compiling rustix v1.1.4 |
| 2567 | 2026-09-04T21:37:35.554Z | Compiling slab v0.4.12 |
| 2568 | 2026-09-04T21:37:35.600Z | Compiling thiserror v1.0.69 |
| 2569 | 2026-09-04T21:37:35.812Z | Compiling typenum v1.20.1 |
| 2570 | 2026-09-04T21:37:35.936Z | Compiling idna_adapter v1.2.2 |
| 2571 | 2026-09-04T21:37:35.967Z | Compiling futures-channel v0.3.34 |
| 2572 | 2026-09-04T21:37:36.092Z | Compiling idna v1.1.0 |
| 2573 | 2026-09-04T21:37:36.188Z | Compiling hashbrown v0.17.1 |
| 2574 | 2026-09-04T21:37:36.241Z | Compiling thiserror-impl v1.0.69 |
| 2575 | 2026-09-04T21:37:36.554Z | Compiling url v2.5.8 |
| 2576 | 2026-09-04T21:37:36.646Z | Compiling futures-io v0.3.34 |
| 2577 | 2026-09-04T21:37:36.851Z | Compiling futures-task v0.3.34 |
| 2578 | 2026-09-04T21:37:36.855Z | Compiling regex-syntax v0.8.11 |
| 2579 | 2026-09-04T21:37:36.878Z | Compiling indexmap v2.14.0 |
| 2580 | 2026-09-04T21:37:37.057Z | Compiling futures-util v0.3.34 |
| 2581 | 2026-09-04T21:37:37.062Z | Compiling aho-corasick v1.1.5 |
| 2582 | 2026-09-04T21:37:37.538Z | Compiling ucd-trie v0.1.7 |
| 2583 | 2026-09-04T21:37:37.780Z | Compiling pest v2.8.8 |
| 2584 | 2026-09-04T21:37:39.773Z | Compiling ipnetwork v0.21.1 |
| 2585 | 2026-09-04T21:37:39.802Z | Compiling regex-automata v0.4.18 |
| 2586 | 2026-09-04T21:37:39.802Z | Compiling tracing-core v0.1.36 |
| 2587 | 2026-09-04T21:37:39.802Z | Compiling tracing-attributes v0.1.31 |
| 2588 | 2026-09-04T21:37:39.803Z | Compiling rand_core v0.6.4 |
| 2589 | 2026-09-04T21:37:39.803Z | Compiling pest_meta v2.8.8 |
| 2590 | 2026-09-04T21:37:39.803Z | Compiling slog v2.8.2 |
| 2591 | 2026-09-04T21:37:39.980Z | Compiling byteorder v1.5.0 |
| 2592 | 2026-09-04T21:37:39.990Z | Compiling base64 v0.22.1 |
| 2593 | 2026-09-04T21:37:40.246Z | Compiling pest_generator v2.8.8 |
| 2594 | 2026-09-04T21:37:40.264Z | Compiling tracing v0.1.44 |
| 2595 | 2026-09-04T21:37:40.539Z | Compiling http v1.5.0 |
| 2596 | 2026-09-04T21:37:40.626Z | Compiling erased-serde v0.3.31 |
| 2597 | 2026-09-04T21:37:40.690Z | Compiling regex v1.13.1 |
| 2598 | 2026-09-04T21:37:40.935Z | Compiling getrandom v0.3.4 |
| 2599 | 2026-09-04T21:37:41.274Z | Compiling pest_derive v2.8.8 |
| 2600 | 2026-09-04T21:37:41.584Z | Compiling fnv v1.0.7 |
| 2601 | 2026-09-04T21:37:41.697Z | Compiling anyhow v1.0.104 |
| 2602 | 2026-09-04T21:37:42.003Z | Compiling strsim v0.11.1 |
| 2603 | 2026-09-04T21:37:42.082Z | Compiling oxnet v0.1.7 |
| 2604 | 2026-09-04T21:37:42.256Z | Compiling rustls-pki-types v1.15.1 |
| 2605 | 2026-09-04T21:37:42.313Z | Compiling ring v0.17.14 |
| 2606 | 2026-09-04T21:37:42.332Z | Compiling ident_case v1.0.1 |
| 2607 | 2026-09-04T21:37:42.466Z | Compiling aws-lc-rs v1.18.0 |
| 2608 | 2026-09-04T21:37:43.070Z | Compiling paste v1.0.15 |
| 2609 | 2026-09-04T21:37:43.423Z | Compiling tokio-util v0.7.19 |
| 2610 | 2026-09-04T21:37:43.879Z | Compiling num-conv v0.2.2 |
| 2611 | 2026-09-04T21:37:43.915Z | Compiling untrusted v0.9.0 |
| 2612 | 2026-09-04T21:37:44.043Z | Compiling ipnet v2.12.1 |
| 2613 | 2026-09-04T21:37:44.057Z | Compiling untrusted v0.7.1 |
| 2614 | 2026-09-04T21:37:44.194Z | Compiling time-core v0.1.9 |
| 2615 | 2026-09-04T21:37:45.361Z | Compiling time-macros v0.2.32 |
| 2616 | 2026-09-04T21:37:45.721Z | Compiling rustls v0.23.43 |
| 2617 | 2026-09-04T21:37:45.801Z | Compiling camino v1.2.5 |
| 2618 | 2026-09-04T21:37:45.948Z | Compiling http-body v1.1.0 |
| 2619 | 2026-09-04T21:37:46.124Z | Compiling scroll_derive v0.13.1 |
| 2620 | 2026-09-04T21:37:46.139Z | Compiling atomic-waker v1.1.2 |
| 2621 | 2026-09-04T21:37:46.279Z | Compiling async-trait v0.1.92 |
| 2622 | 2026-09-04T21:37:46.296Z | Compiling tower-layer v0.3.3 |
| 2623 | 2026-09-04T21:37:46.504Z | Compiling omicron-workspace-hack v0.1.0 |
| 2624 | 2026-09-04T21:37:46.730Z | Compiling try-lock v0.2.5 |
| 2625 | 2026-09-04T21:37:46.790Z | Compiling tower-service v0.3.3 |
| 2626 | 2026-09-04T21:37:46.858Z | Compiling ryu v1.0.23 |
| 2627 | 2026-09-04T21:37:46.873Z | Compiling pretty-hex v0.4.2 |
| 2628 | 2026-09-04T21:37:46.951Z | Compiling want v0.3.1 |
| 2629 | 2026-09-04T21:37:47.065Z | Compiling h2 v0.4.15 |
| 2630 | 2026-09-04T21:37:47.133Z | Compiling ppv-lite86 v0.2.21 |
| 2631 | 2026-09-04T21:37:47.205Z | Compiling httpdate v1.0.3 |
| 2632 | 2026-09-04T21:37:47.395Z | Compiling crossbeam-utils v0.8.22 |
| 2633 | 2026-09-04T21:37:47.866Z | Compiling crc32fast v1.5.0 |
| 2634 | 2026-09-04T21:37:48.449Z | Compiling usdt-impl v0.6.0 |
| 2635 | 2026-09-04T21:37:48.705Z | Compiling slog-async v2.8.0 |
| 2636 | 2026-09-04T21:37:49.010Z | Compiling serde_urlencoded v0.7.1 |
| 2637 | 2026-09-04T21:37:49.119Z | Compiling scroll v0.13.0 |
| 2638 | 2026-09-04T21:37:49.293Z | Compiling http-body-util v0.1.5 |
| 2639 | 2026-09-04T21:37:49.390Z | Compiling plain v0.2.3 |
| 2640 | 2026-09-04T21:37:49.481Z | Compiling hyper v1.11.1 |
| 2641 | 2026-09-04T21:37:49.508Z | Compiling goblin v0.10.7 |
| 2642 | 2026-09-04T21:37:49.596Z | Compiling daft-derive v0.1.8 |
| 2643 | 2026-09-04T21:37:52.907Z | Compiling hyper-util v0.1.20 |
| 2644 | 2026-09-04T21:37:54.540Z | Compiling foldhash v0.2.0 |
| 2645 | 2026-09-04T21:37:54.568Z | Compiling dof v0.4.0 |
| 2646 | 2026-09-04T21:37:54.568Z | Compiling darling_core v0.23.0 |
| 2647 | 2026-09-04T21:37:54.745Z | Compiling dtrace-parser v0.3.0 |
| 2648 | 2026-09-04T21:37:54.837Z | Compiling openapiv3 v2.2.0 |
| 2649 | 2026-09-04T21:37:55.351Z | Compiling thread-id v5.1.0 |
| 2650 | 2026-09-04T21:37:55.488Z | Compiling syn v1.0.109 |
| 2651 | 2026-09-04T21:37:55.985Z | Compiling generic-array v0.14.7 |
| 2652 | 2026-09-04T21:37:56.595Z | Compiling num_threads v0.1.7 |
| 2653 | 2026-09-04T21:37:56.628Z | Compiling darling_macro v0.23.0 |
| 2654 | 2026-09-04T21:37:56.695Z | Compiling deranged v0.5.8 |
| 2655 | 2026-09-04T21:37:57.178Z | Compiling powerfmt v0.2.0 |
| 2656 | 2026-09-04T21:37:57.267Z | Compiling darling v0.23.0 |
| 2657 | 2026-09-04T21:37:57.451Z | Compiling usdt-macro v0.6.0 |
| 2658 | 2026-09-04T21:37:57.543Z | Compiling usdt-attr-macro v0.6.0 |
| 2659 | 2026-09-04T21:37:57.814Z | Compiling time v0.3.55 |
| 2660 | 2026-09-04T21:37:59.293Z | Compiling rand_core v0.9.5 |
| 2661 | 2026-09-04T21:37:59.305Z | Compiling hashbrown v0.16.1 |
| 2662 | 2026-09-04T21:37:59.305Z | Compiling multer v3.1.0 |
| 2663 | 2026-09-04T21:37:59.414Z | Compiling ref-cast v1.0.26 |
| 2664 | 2026-09-04T21:37:59.584Z | Compiling crossbeam-channel v0.5.16 |
| 2665 | 2026-09-04T21:37:59.685Z | Compiling sync_wrapper v1.0.2 |
| 2666 | 2026-09-04T21:37:59.733Z | Compiling winnow v1.0.4 |
| 2667 | 2026-09-04T21:37:59.805Z | Compiling hex v0.4.3 |
| 2668 | 2026-09-04T21:38:00.064Z | Compiling cpufeatures v0.3.0 |
| 2669 | 2026-09-04T21:38:00.121Z | Compiling tower v0.5.3 |
| 2670 | 2026-09-04T21:38:00.146Z | Compiling rand_chacha v0.9.0 |
| 2671 | 2026-09-04T21:38:00.274Z | Compiling webpki-roots v1.0.9 |
| 2672 | 2026-09-04T21:38:00.397Z | Compiling futures-executor v0.3.34 |
| 2673 | 2026-09-04T21:38:00.692Z | Compiling async-stream-impl v0.3.6 |
| 2674 | 2026-09-04T21:38:00.705Z | Compiling ref-cast-impl v1.0.26 |
| 2675 | 2026-09-04T21:38:00.721Z | Compiling dropshot v0.17.1 |
| 2676 | 2026-09-04T21:38:00.876Z | Compiling thread_local v1.1.10 |
| 2677 | 2026-09-04T21:38:01.183Z | Compiling fastrand v2.5.0 |
| 2678 | 2026-09-04T21:38:01.187Z | Compiling futures v0.3.34 |
| 2679 | 2026-09-04T21:38:01.211Z | Compiling tower-http v0.6.11 |
| 2680 | 2026-09-04T21:38:01.280Z | Compiling rand v0.9.5 |
| 2681 | 2026-09-04T21:38:01.380Z | Compiling serde_tokenstream v0.3.0 |
| 2682 | 2026-09-04T21:38:01.393Z | Compiling structmeta-derive v0.3.0 |
| 2683 | 2026-09-04T21:38:01.549Z | Compiling is-terminal v0.4.17 |
| 2684 | 2026-09-04T21:38:01.634Z | Compiling term v1.2.1 |
| 2685 | 2026-09-04T21:38:01.693Z | Compiling take_mut v0.2.2 |
| 2686 | 2026-09-04T21:38:01.895Z | Compiling newtype-uuid-macros v0.1.1 |
| 2687 | 2026-09-04T21:38:02.002Z | Compiling slog-term v2.9.2 |
| 2688 | 2026-09-04T21:38:02.186Z | Compiling crypto-common v0.1.7 |
| 2689 | 2026-09-04T21:38:02.441Z | Compiling structmeta v0.3.0 |
| 2690 | 2026-09-04T21:38:02.652Z | Compiling dropshot_endpoint v0.17.1 |
| 2691 | 2026-09-04T21:38:02.822Z | Compiling tempfile v3.27.0 |
| 2692 | 2026-09-04T21:38:03.001Z | Compiling newtype-uuid v1.4.0 |
| 2693 | 2026-09-04T21:38:03.401Z | Compiling strum_macros v0.26.4 |
| 2694 | 2026-09-04T21:38:03.452Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2695 | 2026-09-04T21:38:03.605Z | Compiling either v1.17.0 |
| 2696 | 2026-09-04T21:38:05.088Z | Compiling daft v0.1.8 |
| 2697 | 2026-09-04T21:38:05.099Z | Compiling hybrid-array v0.4.14 |
| 2698 | 2026-09-04T21:38:05.099Z | Compiling simd-adler32 v0.3.10 |
| 2699 | 2026-09-04T21:38:05.099Z | Compiling match_cfg v0.1.0 |
| 2700 | 2026-09-04T21:38:05.099Z | Compiling openssl-probe v0.2.1 |
| 2701 | 2026-09-04T21:38:05.099Z | Compiling adler2 v2.0.1 |
| 2702 | 2026-09-04T21:38:05.099Z | Compiling miniz_oxide v0.8.9 |
| 2703 | 2026-09-04T21:38:05.099Z | Compiling rustls-native-certs v0.8.4 |
| 2704 | 2026-09-04T21:38:05.099Z | Compiling hostname v0.3.1 |
| 2705 | 2026-09-04T21:38:05.099Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 2706 | 2026-09-04T21:38:05.099Z | Compiling slog-json v2.6.1 |
| 2707 | 2026-09-04T21:38:05.116Z | Compiling serde_with_macros v3.22.0 |
| 2708 | 2026-09-04T21:38:05.333Z | Compiling macaddr v1.0.1 |
| 2709 | 2026-09-04T21:38:05.387Z | Compiling serde_spanned v1.1.1 |
| 2710 | 2026-09-04T21:38:05.544Z | Compiling memmap2 v0.9.11 |
| 2711 | 2026-09-04T21:38:05.594Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 2712 | 2026-09-04T21:38:06.111Z | Compiling slog-bunyan v2.5.0 |
| 2713 | 2026-09-04T21:38:06.168Z | Compiling flate2 v1.1.9 |
| 2714 | 2026-09-04T21:38:06.285Z | Compiling crypto-common v0.2.2 |
| 2715 | 2026-09-04T21:38:06.293Z | Compiling block-buffer v0.12.1 |
| 2716 | 2026-09-04T21:38:06.449Z | Compiling derive-ex v0.1.8 |
| 2717 | 2026-09-04T21:38:06.476Z | Compiling rand_chacha v0.3.1 |
| 2718 | 2026-09-04T21:38:07.088Z | Compiling usdt v0.6.0 |
| 2719 | 2026-09-04T21:38:07.440Z | Compiling strum_macros v0.27.2 |
| 2720 | 2026-09-04T21:38:07.539Z | Compiling compression-core v0.4.32 |
| 2721 | 2026-09-04T21:38:07.736Z | Compiling debug-ignore v1.0.5 |
| 2722 | 2026-09-04T21:38:07.757Z | Compiling const-oid v0.10.2 |
| 2723 | 2026-09-04T21:38:07.888Z | Compiling compression-codecs v0.4.38 |
| 2724 | 2026-09-04T21:38:08.012Z | Compiling test-strategy v0.4.5 |
| 2725 | 2026-09-04T21:38:08.045Z | Compiling digest v0.11.3 |
| 2726 | 2026-09-04T21:38:08.191Z | Compiling rand v0.8.7 |
| 2727 | 2026-09-04T21:38:08.376Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2728 | 2026-09-04T21:38:08.745Z | Compiling encoding_rs v0.8.35 |
| 2729 | 2026-09-04T21:38:08.819Z | Compiling spin v0.9.9 |
| 2730 | 2026-09-04T21:38:09.182Z | Compiling mime v0.3.17 |
| 2731 | 2026-09-04T21:38:09.202Z | Compiling toml v1.1.4+spec-1.1.0 |
| 2732 | 2026-09-04T21:38:09.442Z | Compiling sha1 v0.11.0 |
| 2733 | 2026-09-04T21:38:09.460Z | Compiling async-compression v0.4.43 |
| 2734 | 2026-09-04T21:38:09.795Z | Compiling async-stream v0.3.6 |
| 2735 | 2026-09-04T21:38:09.928Z | Compiling block-buffer v0.10.4 |
| 2736 | 2026-09-04T21:38:09.937Z | Compiling waitgroup v0.1.2 |
| 2737 | 2026-09-04T21:38:10.098Z | Compiling rustls-pemfile v2.2.0 |
| 2738 | 2026-09-04T21:38:10.105Z | Compiling serde_path_to_error v0.1.20 |
| 2739 | 2026-09-04T21:38:10.167Z | Compiling hostname v0.4.2 |
| 2740 | 2026-09-04T21:38:10.559Z | Compiling digest v0.10.7 |
| 2741 | 2026-09-04T21:38:10.579Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2742 | 2026-09-04T21:38:10.928Z | Compiling parse-display-derive v0.10.0 |
| 2743 | 2026-09-04T21:38:12.415Z | Compiling strum v0.26.3 |
| 2744 | 2026-09-04T21:38:12.458Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2745 | 2026-09-04T21:38:12.459Z | Compiling regress v0.10.5 |
| 2746 | 2026-09-04T21:38:12.459Z | Compiling wait-timeout v0.2.1 |
| 2747 | 2026-09-04T21:38:12.927Z | Compiling bit-vec v0.8.0 |
| 2748 | 2026-09-04T21:38:13.456Z | Compiling quick-error v1.2.3 |
| 2749 | 2026-09-04T21:38:13.470Z | Compiling unicode-width v0.2.2 |
| 2750 | 2026-09-04T21:38:13.473Z | Compiling rusty-fork v0.3.1 |
| 2751 | 2026-09-04T21:38:13.473Z | Compiling bit-set v0.8.0 |
| 2752 | 2026-09-04T21:38:13.481Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2753 | 2026-09-04T21:38:13.502Z | Compiling serde_with v3.22.0 |
| 2754 | 2026-09-04T21:38:13.540Z | Compiling rand_xorshift v0.4.0 |
| 2755 | 2026-09-04T21:38:14.585Z | Compiling unarray v0.1.4 |
| 2756 | 2026-09-04T21:38:14.597Z | Compiling strum v0.27.2 |
| 2757 | 2026-09-04T21:38:14.597Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2758 | 2026-09-04T21:38:14.597Z | Compiling proptest v1.11.0 |
| 2759 | 2026-09-04T21:38:14.597Z | Compiling instant v0.1.13 |
| 2760 | 2026-09-04T21:38:14.597Z | Compiling cpufeatures v0.2.17 |
| 2761 | 2026-09-04T21:38:14.597Z | Compiling iddqd v0.4.6 |
| 2762 | 2026-09-04T21:38:14.597Z | Compiling clap_derive v4.6.4 |
| 2763 | 2026-09-04T21:38:16.002Z | Compiling utf8parse v0.2.2 |
| 2764 | 2026-09-04T21:38:16.110Z | Compiling anstyle-parse v1.0.0 |
| 2765 | 2026-09-04T21:38:16.326Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2766 | 2026-09-04T21:38:16.348Z | Compiling backon v1.6.0 |
| 2767 | 2026-09-04T21:38:16.359Z | Compiling terminal_size v0.4.4 |
| 2768 | 2026-09-04T21:38:16.514Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2769 | 2026-09-04T21:38:16.607Z | Compiling is_terminal_polyfill v1.70.2 |
| 2770 | 2026-09-04T21:38:16.638Z | Compiling anstyle-query v1.1.5 |
| 2771 | 2026-09-04T21:38:16.938Z | Compiling anstyle v1.0.14 |
| 2772 | 2026-09-04T21:38:17.159Z | Compiling colorchoice v1.0.5 |
| 2773 | 2026-09-04T21:38:17.272Z | Compiling anstream v1.0.0 |
| 2774 | 2026-09-04T21:38:17.891Z | Compiling backoff v0.4.0 |
| 2775 | 2026-09-04T21:38:18.061Z | Compiling parse-display v0.10.0 |
| 2776 | 2026-09-04T21:38:18.107Z | Compiling itertools v0.14.0 |
| 2777 | 2026-09-04T21:38:18.223Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2778 | 2026-09-04T21:38:18.562Z | Compiling clap_lex v1.1.0 |
| 2779 | 2026-09-04T21:38:18.594Z | Compiling humantime v2.4.0 |
| 2780 | 2026-09-04T21:38:19.238Z | Compiling clap_builder v4.6.6 |
| 2781 | 2026-09-04T21:38:19.782Z | Compiling regress v0.11.1 |
| 2782 | 2026-09-04T21:38:21.098Z | Compiling clap v4.6.6 |
| 2783 | 2026-09-04T21:38:21.341Z | Compiling typify-impl v0.6.2 |
| 2784 | 2026-09-04T21:38:22.653Z | Compiling toml_edit v0.25.13+spec-1.1.0 |
| 2785 | 2026-09-04T21:38:23.074Z | Compiling crucible-workspace-hack v0.1.0 |
| 2786 | 2026-09-04T21:38:24.106Z | Compiling proc-macro-crate v3.5.0 |
| 2787 | 2026-09-04T21:38:24.302Z | Compiling zerocopy-derive v0.7.35 |
| 2788 | 2026-09-04T21:38:24.658Z | Compiling typify-macro v0.6.2 |
| 2789 | 2026-09-04T21:38:24.818Z | Compiling unsafe-libyaml v0.2.11 |
| 2790 | 2026-09-04T21:38:25.461Z | Compiling serde_yaml v0.9.34+deprecated |
| 2791 | 2026-09-04T21:38:25.620Z | Compiling num_enum_derive v0.7.6 |
| 2792 | 2026-09-04T21:38:27.507Z | Compiling convert_case v0.4.0 |
| 2793 | 2026-09-04T21:38:27.531Z | Compiling num_enum v0.7.6 |
| 2794 | 2026-09-04T21:38:27.531Z | Compiling derive_more v0.99.20 |
| 2795 | 2026-09-04T21:38:27.531Z | Compiling toml_datetime v0.6.11 |
| 2796 | 2026-09-04T21:38:27.531Z | Compiling crossbeam-epoch v0.9.20 |
| 2797 | 2026-09-04T21:38:27.778Z | Compiling typify v0.6.2 |
| 2798 | 2026-09-04T21:38:27.871Z | Compiling secrecy v0.10.3 |
| 2799 | 2026-09-04T21:38:28.070Z | Compiling proc-macro-error-attr v1.0.4 |
| 2800 | 2026-09-04T21:38:28.669Z | Compiling rustix v0.38.44 |
| 2801 | 2026-09-04T21:38:29.102Z | Compiling prettyplease v0.2.37 |
| 2802 | 2026-09-04T21:38:29.124Z | Compiling heapless v0.8.0 |
| 2803 | 2026-09-04T21:38:29.130Z | Compiling tinyvec_macros v0.1.1 |
| 2804 | 2026-09-04T21:38:29.194Z | Compiling tinyvec v1.12.0 |
| 2805 | 2026-09-04T21:38:29.962Z | Compiling zerocopy v0.7.35 |
| 2806 | 2026-09-04T21:38:30.053Z | Compiling tabwriter v1.4.1 |
| 2807 | 2026-09-04T21:38:30.496Z | Compiling hash32 v0.3.1 |
| 2808 | 2026-09-04T21:38:30.521Z | Compiling rustc_version v0.4.1 |
| 2809 | 2026-09-04T21:38:30.604Z | Compiling scroll_derive v0.12.1 |
| 2810 | 2026-09-04T21:38:30.620Z | Compiling num-integer v0.1.47 |
| 2811 | 2026-09-04T21:38:30.672Z | Compiling proc-macro-error v1.0.4 |
| 2812 | 2026-09-04T21:38:30.806Z | Compiling usdt-impl v0.5.0 |
| 2813 | 2026-09-04T21:38:30.901Z | Compiling smoltcp v0.11.0 |
| 2814 | 2026-09-04T21:38:31.051Z | Compiling winnow v0.7.15 |
| 2815 | 2026-09-04T21:38:31.120Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2816 | 2026-09-04T21:38:31.249Z | Compiling data-encoding v2.11.1 |
| 2817 | 2026-09-04T21:38:31.305Z | Compiling scroll v0.12.0 |
| 2818 | 2026-09-04T21:38:31.649Z | Compiling curve25519-dalek v4.1.3 |
| 2819 | 2026-09-04T21:38:32.314Z | Compiling dof v0.3.0 |
| 2820 | 2026-09-04T21:38:34.360Z | Compiling dtrace-parser v0.2.0 |
| 2821 | 2026-09-04T21:38:34.459Z | Compiling hmac v0.12.1 |
| 2822 | 2026-09-04T21:38:34.459Z | Compiling darling_core v0.21.3 |
| 2823 | 2026-09-04T21:38:34.459Z | Compiling inout v0.1.4 |
| 2824 | 2026-09-04T21:38:34.459Z | Compiling ff v0.13.1 |
| 2825 | 2026-09-04T21:38:34.459Z | Compiling cobs v0.3.0 |
| 2826 | 2026-09-04T21:38:34.459Z | Compiling thread-id v4.2.2 |
| 2827 | 2026-09-04T21:38:34.459Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2828 | 2026-09-04T21:38:34.459Z | Compiling colored v3.1.1 |
| 2829 | 2026-09-04T21:38:34.460Z | Compiling managed v0.8.0 |
| 2830 | 2026-09-04T21:38:34.562Z | Compiling static_assertions v1.1.0 |
| 2831 | 2026-09-04T21:38:34.582Z | Compiling bitflags v1.3.2 |
| 2832 | 2026-09-04T21:38:35.008Z | Compiling postcard v1.1.3 |
| 2833 | 2026-09-04T21:38:35.160Z | Compiling group v0.13.0 |
| 2834 | 2026-09-04T21:38:35.380Z | Compiling cipher v0.4.4 |
| 2835 | 2026-09-04T21:38:35.499Z | Compiling hkdf v0.12.4 |
| 2836 | 2026-09-04T21:38:35.759Z | Compiling darling_macro v0.21.3 |
| 2837 | 2026-09-04T21:38:36.103Z | Compiling goblin v0.8.2 |
| 2838 | 2026-09-04T21:38:36.253Z | Compiling num-iter v0.1.46 |
| 2839 | 2026-09-04T21:38:36.349Z | Compiling num-rational v0.4.2 |
| 2840 | 2026-09-04T21:38:36.797Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2841 | 2026-09-04T21:38:37.154Z | Compiling universal-hash v0.5.1 |
| 2842 | 2026-09-04T21:38:37.328Z | Compiling hubpack_derive v0.1.1 |
| 2843 | 2026-09-04T21:38:37.351Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2844 | 2026-09-04T21:38:37.741Z | Compiling crypto-bigint v0.5.5 |
| 2845 | 2026-09-04T21:38:37.942Z | Compiling half v2.7.1 |
| 2846 | 2026-09-04T21:38:38.170Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2847 | 2026-09-04T21:38:38.251Z | Compiling foreign-types-macros v0.2.4 |
| 2848 | 2026-09-04T21:38:38.452Z | Compiling serde_repr v0.1.21 |
| 2849 | 2026-09-04T21:38:38.883Z | Compiling num-complex v0.4.6 |
| 2850 | 2026-09-04T21:38:39.405Z | Compiling memoffset v0.9.1 |
| 2851 | 2026-09-04T21:38:39.540Z | Compiling heck v0.4.1 |
| 2852 | 2026-09-04T21:38:39.659Z | Compiling foreign-types-shared v0.3.1 |
| 2853 | 2026-09-04T21:38:39.752Z | Compiling base16ct v0.2.0 |
| 2854 | 2026-09-04T21:38:39.955Z | Compiling opaque-debug v0.3.1 |
| 2855 | 2026-09-04T21:38:39.999Z | Compiling indent_write v2.2.0 |
| 2856 | 2026-09-04T21:38:40.113Z | Compiling ciborium-io v0.2.2 |
| 2857 | 2026-09-04T21:38:40.124Z | Compiling base64ct v1.8.3 |
| 2858 | 2026-09-04T21:38:40.138Z | Compiling cfg_aliases v0.2.2 |
| 2859 | 2026-09-04T21:38:40.221Z | Compiling nix v0.31.3 |
| 2860 | 2026-09-04T21:38:40.741Z | Compiling password-hash v0.5.0 |
| 2861 | 2026-09-04T21:38:40.795Z | Compiling ciborium-ll v0.2.2 |
| 2862 | 2026-09-04T21:38:40.936Z | Compiling poly1305 v0.8.0 |
| 2863 | 2026-09-04T21:38:41.320Z | Compiling elliptic-curve v0.13.8 |
| 2864 | 2026-09-04T21:38:41.578Z | Compiling foreign-types v0.5.0 |
| 2865 | 2026-09-04T21:38:41.745Z | Compiling num v0.4.3 |
| 2866 | 2026-09-04T21:38:41.895Z | Compiling thiserror-no-std v2.0.2 |
| 2867 | 2026-09-04T21:38:42.004Z | Compiling hubpack v0.1.2 |
| 2868 | 2026-09-04T21:38:42.595Z | Compiling darling v0.21.3 |
| 2869 | 2026-09-04T21:38:43.325Z | Compiling chacha20 v0.9.1 |
| 2870 | 2026-09-04T21:38:43.895Z | Compiling atomicwrites v0.4.4 |
| 2871 | 2026-09-04T21:38:44.105Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2872 | 2026-09-04T21:38:44.185Z | Compiling reqwest v0.12.28 |
| 2873 | 2026-09-04T21:38:44.714Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2874 | 2026-09-04T21:38:45.338Z | Compiling blake2 v0.10.6 |
| 2875 | 2026-09-04T21:38:45.725Z | Compiling aead v0.5.2 |
| 2876 | 2026-09-04T21:38:47.331Z | Compiling chacha20 v0.10.1 |
| 2877 | 2026-09-04T21:38:47.437Z | Compiling byte-wrapper v0.1.0 |
| 2878 | 2026-09-04T21:38:47.437Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2879 | 2026-09-04T21:38:47.437Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2880 | 2026-09-04T21:38:47.437Z | Compiling cstr-argument v0.1.2 |
| 2881 | 2026-09-04T21:38:47.437Z | Compiling keccak v0.1.6 |
| 2882 | 2026-09-04T21:38:47.437Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2883 | 2026-09-04T21:38:47.437Z | Compiling crossbeam-deque v0.8.7 |
| 2884 | 2026-09-04T21:38:47.437Z | Compiling float-ord v0.3.2 |
| 2885 | 2026-09-04T21:38:47.437Z | Compiling sha3 v0.10.9 |
| 2886 | 2026-09-04T21:38:47.437Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2887 | 2026-09-04T21:38:47.620Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2888 | 2026-09-04T21:38:47.697Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2889 | 2026-09-04T21:38:47.740Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2890 | 2026-09-04T21:38:47.829Z | Compiling rand v0.10.2 |
| 2891 | 2026-09-04T21:38:48.587Z | Compiling chacha20poly1305 v0.10.1 |
| 2892 | 2026-09-04T21:38:48.746Z | Compiling argon2 v0.5.3 |
| 2893 | 2026-09-04T21:38:49.345Z | Compiling progenitor-client v0.10.0 |
| 2894 | 2026-09-04T21:38:49.704Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2895 | 2026-09-04T21:38:49.940Z | Compiling ingot-macros v0.1.1 |
| 2896 | 2026-09-04T21:38:50.559Z | Compiling vsss-rs v3.3.4 |
| 2897 | 2026-09-04T21:38:51.672Z | Compiling ciborium v0.2.2 |
| 2898 | 2026-09-04T21:38:52.151Z | Compiling usdt-macro v0.5.0 |
| 2899 | 2026-09-04T21:38:52.469Z | Compiling usdt-attr-macro v0.5.0 |
| 2900 | 2026-09-04T21:38:53.466Z | Compiling num-derive v0.4.2 |
| 2901 | 2026-09-04T21:38:53.484Z | Compiling enum-as-inner v0.6.1 |
| 2902 | 2026-09-04T21:38:53.571Z | Compiling memmap v0.7.0 |
| 2903 | 2026-09-04T21:38:53.911Z | Compiling winnow v0.5.40 |
| 2904 | 2026-09-04T21:38:54.125Z | Compiling rayon-core v1.13.0 |
| 2905 | 2026-09-04T21:38:54.376Z | Compiling semver v0.1.20 |
| 2906 | 2026-09-04T21:38:54.628Z | Compiling rustc_version v0.1.7 |
| 2907 | 2026-09-04T21:38:54.827Z | Compiling usdt v0.5.0 |
| 2908 | 2026-09-04T21:38:54.923Z | Compiling ingot-types v0.1.2 |
| 2909 | 2026-09-04T21:38:55.028Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2910 | 2026-09-04T21:38:55.240Z | Compiling toml_edit v0.19.15 |
| 2911 | 2026-09-04T21:38:55.437Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2912 | 2026-09-04T21:38:55.537Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2913 | 2026-09-04T21:38:56.108Z | Compiling progenitor-impl v0.14.0 |
| 2914 | 2026-09-04T21:38:56.626Z | Compiling console v0.16.4 |
| 2915 | 2026-09-04T21:38:57.191Z | Compiling serde_spanned v0.6.9 |
| 2916 | 2026-09-04T21:38:57.350Z | Compiling bstr v1.13.1 |
| 2917 | 2026-09-04T21:38:57.769Z | Compiling rustls-webpki v0.103.14 |
| 2918 | 2026-09-04T21:38:57.985Z | Compiling lazy_static v1.5.0 |
| 2919 | 2026-09-04T21:38:58.042Z | Compiling bytecount v0.6.9 |
| 2920 | 2026-09-04T21:38:58.099Z | Compiling vcpkg v0.2.15 |
| 2921 | 2026-09-04T21:38:58.243Z | Compiling toml_write v0.1.2 |
| 2922 | 2026-09-04T21:38:58.457Z | Compiling toml_edit v0.22.27 |
| 2923 | 2026-09-04T21:38:58.675Z | Compiling openssl-sys v0.9.117 |
| 2924 | 2026-09-04T21:38:59.252Z | Compiling progenitor-macro v0.14.0 |
| 2925 | 2026-09-04T21:38:59.266Z | Compiling proc-macro-crate v1.3.1 |
| 2926 | 2026-09-04T21:39:00.149Z | Compiling ingot v0.1.1 |
| 2927 | 2026-09-04T21:39:00.780Z | Compiling newtype_derive v0.1.6 |
| 2928 | 2026-09-04T21:39:01.091Z | Compiling itertools v0.12.1 |
| 2929 | 2026-09-04T21:39:01.662Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2930 | 2026-09-04T21:39:02.103Z | Compiling tokio-rustls v0.26.4 |
| 2931 | 2026-09-04T21:39:02.231Z | Compiling rustls-platform-verifier v0.7.0 |
| 2932 | 2026-09-04T21:39:02.397Z | Compiling hyper-rustls v0.27.9 |
| 2933 | 2026-09-04T21:39:02.855Z | Compiling reqwest v0.13.4 |
| 2934 | 2026-09-04T21:39:03.702Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2935 | 2026-09-04T21:39:03.924Z | Compiling linked-hash-map v0.5.6 |
| 2936 | 2026-09-04T21:39:04.156Z | Compiling resolv-conf v0.7.6 |
| 2937 | 2026-09-04T21:39:04.588Z | Compiling progenitor-client v0.14.0 |
| 2938 | 2026-09-04T21:39:05.062Z | Compiling progenitor-extras v0.2.0 |
| 2939 | 2026-09-04T21:39:05.227Z | Compiling owo-colors v4.3.0 |
| 2940 | 2026-09-04T21:39:05.581Z | Compiling swrite v0.1.0 |
| 2941 | 2026-09-04T21:39:05.591Z | Compiling unicode-segmentation v1.13.3 |
| 2942 | 2026-09-04T21:39:06.201Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2943 | 2026-09-04T21:39:11.770Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2944 | 2026-09-04T21:39:15.950Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2945 | 2026-09-04T21:39:16.278Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2946 | 2026-09-04T21:39:17.579Z | Compiling newline-converter v0.3.0 |
| 2947 | 2026-09-04T21:39:17.736Z | Compiling progenitor v0.14.0 |
| 2948 | 2026-09-04T21:39:17.827Z | Compiling lru-cache v0.1.2 |
| 2949 | 2026-09-04T21:39:17.948Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2950 | 2026-09-04T21:39:18.136Z | Compiling rayon v1.12.0 |
| 2951 | 2026-09-04T21:39:18.743Z | Compiling toml v0.8.23 |
| 2952 | 2026-09-04T21:39:19.322Z | Compiling num_enum_derive v0.5.11 |
| 2953 | 2026-09-04T21:39:19.681Z | Compiling hickory-proto v0.24.4 |
| 2954 | 2026-09-04T21:39:19.738Z | Compiling progenitor-impl v0.13.0 |
| 2955 | 2026-09-04T21:39:20.310Z | Compiling camino-tempfile v1.4.1 |
| 2956 | 2026-09-04T21:39:20.409Z | Compiling serde-big-array v0.5.1 |
| 2957 | 2026-09-04T21:39:20.581Z | Compiling pin-project-internal v1.1.13 |
| 2958 | 2026-09-04T21:39:20.719Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2959 | 2026-09-04T21:39:20.794Z | Compiling derive-where v1.6.1 |
| 2960 | 2026-09-04T21:39:21.688Z | Compiling similar v3.2.0 |
| 2961 | 2026-09-04T21:39:21.806Z | Compiling siphasher v1.0.3 |
| 2962 | 2026-09-04T21:39:22.013Z | Compiling minimal-lexical v0.2.1 |
| 2963 | 2026-09-04T21:39:22.037Z | Compiling phf_shared v0.12.1 |
| 2964 | 2026-09-04T21:39:22.271Z | Compiling nom v7.1.3 |
| 2965 | 2026-09-04T21:39:22.276Z | Compiling progenitor-macro v0.13.0 |
| 2966 | 2026-09-04T21:39:22.558Z | Compiling hickory-resolver v0.24.4 |
| 2967 | 2026-09-04T21:39:23.670Z | Compiling expectorate v1.3.0 |
| 2968 | 2026-09-04T21:39:23.794Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2969 | 2026-09-04T21:39:23.835Z | Compiling pin-project v1.1.13 |
| 2970 | 2026-09-04T21:39:23.963Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2971 | 2026-09-04T21:39:24.730Z | Compiling num_enum v0.5.11 |
| 2972 | 2026-09-04T21:39:26.696Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2973 | 2026-09-04T21:39:27.301Z | Compiling progenitor-client v0.13.0 |
| 2974 | 2026-09-04T21:39:27.781Z | Compiling zone_cfg_derive v0.3.1 |
| 2975 | 2026-09-04T21:39:28.216Z | Compiling unicode-normalization v0.1.25 |
| 2976 | 2026-09-04T21:39:28.522Z | Compiling tokio-stream v0.1.19 |
| 2977 | 2026-09-04T21:39:28.876Z | Compiling snafu-derive v0.8.9 |
| 2978 | 2026-09-04T21:39:29.133Z | Compiling async-recursion v1.1.1 |
| 2979 | 2026-09-04T21:39:29.834Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9) |
| 2980 | 2026-09-04T21:39:30.161Z | Compiling slog-dtrace v0.3.0 |
| 2981 | 2026-09-04T21:39:30.242Z | Compiling csv-core v0.1.13 |
| 2982 | 2026-09-04T21:39:30.425Z | Compiling unicode-width v0.1.14 |
| 2983 | 2026-09-04T21:39:30.623Z | Compiling openssl v0.10.81 |
| 2984 | 2026-09-04T21:39:30.669Z | Compiling smawk v0.3.3 |
| 2985 | 2026-09-04T21:39:30.752Z | Compiling cancel-safe-futures v0.1.5 |
| 2986 | 2026-09-04T21:39:30.860Z | Compiling unicode-xid v0.2.6 |
| 2987 | 2026-09-04T21:39:30.913Z | Compiling same-file v1.0.6 |
| 2988 | 2026-09-04T21:39:30.997Z | Compiling foldhash v0.1.5 |
| 2989 | 2026-09-04T21:39:31.016Z | Compiling unicode-linebreak v0.1.5 |
| 2990 | 2026-09-04T21:39:31.132Z | Compiling jiff-core v0.1.0 |
| 2991 | 2026-09-04T21:39:31.238Z | Compiling konst_macro_rules v0.2.19 |
| 2992 | 2026-09-04T21:39:31.308Z | Compiling highway v1.3.0 |
| 2993 | 2026-09-04T21:39:31.443Z | Compiling foreign-types-shared v0.1.1 |
| 2994 | 2026-09-04T21:39:31.556Z | Compiling chrono-tz v0.10.4 |
| 2995 | 2026-09-04T21:39:31.816Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2996 | 2026-09-04T21:39:32.007Z | Compiling jiff v0.2.35 |
| 2997 | 2026-09-04T21:39:32.944Z | Compiling foreign-types v0.3.2 |
| 2998 | 2026-09-04T21:39:33.033Z | Compiling konst v0.2.20 |
| 2999 | 2026-09-04T21:39:33.433Z | Compiling textwrap v0.16.2 |
| 3000 | 2026-09-04T21:39:33.556Z | Compiling hashbrown v0.15.5 |
| 3001 | 2026-09-04T21:39:34.252Z | Compiling walkdir v2.5.0 |
| 3002 | 2026-09-04T21:39:34.592Z | Compiling const_format_proc_macros v0.2.34 |
| 3003 | 2026-09-04T21:39:34.968Z | Compiling snafu v0.8.9 |
| 3004 | 2026-09-04T21:39:34.999Z | Compiling csv v1.4.0 |
| 3005 | 2026-09-04T21:39:35.521Z | Compiling progenitor v0.13.0 |
| 3006 | 2026-09-04T21:39:35.536Z | Compiling qorb v0.4.1 |
| 3007 | 2026-09-04T21:39:35.677Z | Compiling olpc-cjson v0.1.4 |
| 3008 | 2026-09-04T21:39:35.906Z | Compiling zone v0.3.1 |
| 3009 | 2026-09-04T21:39:35.920Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3010 | 2026-09-04T21:39:37.559Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3011 | 2026-09-04T21:39:37.747Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3012 | 2026-09-04T21:39:38.296Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3013 | 2026-09-04T21:39:40.508Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3014 | 2026-09-04T21:39:41.060Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3015 | 2026-09-04T21:39:41.540Z | Compiling phf v0.12.1 |
| 3016 | 2026-09-04T21:39:41.569Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3017 | 2026-09-04T21:39:41.737Z | Compiling globset v0.4.20 |
| 3018 | 2026-09-04T21:39:41.813Z | Compiling tokio-dtrace v0.1.1 |
| 3019 | 2026-09-04T21:39:42.021Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3020 | 2026-09-04T21:39:42.150Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3021 | 2026-09-04T21:39:42.250Z | Compiling smf v0.2.3 |
| 3022 | 2026-09-04T21:39:42.753Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 3023 | 2026-09-04T21:39:43.007Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3024 | 2026-09-04T21:39:43.436Z | Compiling pem v3.0.6 |
| 3025 | 2026-09-04T21:39:43.835Z | Compiling libsw-core v0.3.2 |
| 3026 | 2026-09-04T21:39:44.031Z | Compiling serde_plain v1.0.2 |
| 3027 | 2026-09-04T21:39:44.151Z | Compiling openssl-macros v0.1.1 |
| 3028 | 2026-09-04T21:39:44.166Z | Compiling cookie v0.18.2 |
| 3029 | 2026-09-04T21:39:44.195Z | Compiling sigpipe v0.1.3 |
| 3030 | 2026-09-04T21:39:44.284Z | Compiling glob v0.3.4 |
| 3031 | 2026-09-04T21:39:44.332Z | Compiling fixedbitset v0.4.2 |
| 3032 | 2026-09-04T21:39:44.409Z | Compiling fixedbitset v0.5.7 |
| 3033 | 2026-09-04T21:39:44.431Z | Compiling typed-path v0.9.3 |
| 3034 | 2026-09-04T21:39:44.715Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3035 | 2026-09-04T21:39:45.028Z | Compiling petgraph v0.8.3 |
| 3036 | 2026-09-04T21:39:45.175Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3037 | 2026-09-04T21:39:45.614Z | Compiling tough v0.22.0 |
| 3038 | 2026-09-04T21:39:46.641Z | Compiling petgraph v0.6.5 |
| 3039 | 2026-09-04T21:39:47.196Z | Compiling libsw v3.5.0 |
| 3040 | 2026-09-04T21:39:47.212Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3041 | 2026-09-04T21:39:47.395Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 3042 | 2026-09-04T21:39:47.449Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3043 | 2026-09-04T21:39:47.712Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3044 | 2026-09-04T21:39:47.931Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3045 | 2026-09-04T21:39:48.555Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3046 | 2026-09-04T21:39:48.574Z | Compiling oxide-tokio-rt v0.1.6 |
| 3047 | 2026-09-04T21:39:48.900Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3048 | 2026-09-04T21:39:49.764Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3049 | 2026-09-04T21:39:49.972Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3050 | 2026-09-04T21:39:51.534Z | Compiling const_format v0.2.36 |
| 3051 | 2026-09-04T21:39:52.080Z | Compiling papergrid v0.11.0 |
| 3052 | 2026-09-04T21:39:52.135Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3053 | 2026-09-04T21:39:52.217Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3054 | 2026-09-04T21:39:52.894Z | Compiling libscf-sys v1.2.0 |
| 3055 | 2026-09-04T21:39:52.964Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3056 | 2026-09-04T21:39:53.047Z | Compiling tabled_derive v0.7.0 |
| 3057 | 2026-09-04T21:39:53.086Z | Compiling gethostname v0.5.0 |
| 3058 | 2026-09-04T21:39:53.140Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3059 | 2026-09-04T21:39:53.259Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3060 | 2026-09-04T21:39:53.393Z | Compiling bcs v0.1.6 |
| 3061 | 2026-09-04T21:39:53.538Z | Compiling tagptr v0.2.0 |
| 3062 | 2026-09-04T21:39:53.767Z | Compiling linear-map v1.2.0 |
| 3063 | 2026-09-04T21:39:53.821Z | Compiling termtree v0.5.1 |
| 3064 | 2026-09-04T21:39:54.024Z | Compiling whoami v1.6.1 |
| 3065 | 2026-09-04T21:39:54.091Z | Compiling tabled v0.15.0 |
| 3066 | 2026-09-04T21:39:54.445Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3067 | 2026-09-04T21:39:57.256Z | Compiling moka v0.12.16 |
| 3068 | 2026-09-04T21:39:57.364Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3069 | 2026-09-04T21:39:57.464Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3070 | 2026-09-04T21:39:57.926Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3071 | 2026-09-04T21:39:57.979Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3072 | 2026-09-04T21:39:58.197Z | Compiling steno v0.4.1 |
| 3073 | 2026-09-04T21:40:00.593Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3074 | 2026-09-04T21:40:02.076Z | Compiling hickory-proto v0.25.2 |
| 3075 | 2026-09-04T21:40:03.552Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3076 | 2026-09-04T21:40:04.291Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 3077 | 2026-09-04T21:40:04.946Z | Compiling hickory-resolver v0.25.2 |
| 3078 | 2026-09-04T21:40:05.379Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 3079 | 2026-09-04T21:40:05.521Z | Compiling parking_lot_core v0.8.6 |
| 3080 | 2026-09-04T21:40:05.848Z | Compiling nom v8.0.0 |
| 3081 | 2026-09-04T21:40:06.601Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3082 | 2026-09-04T21:40:06.649Z | Compiling itertools v0.15.0 |
| 3083 | 2026-09-04T21:40:07.005Z | Compiling crunchy v0.2.4 |
| 3084 | 2026-09-04T21:40:07.321Z | Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common) |
| 3085 | 2026-09-04T21:40:07.436Z | Compiling parking_lot v0.11.2 |
| 3086 | 2026-09-04T21:40:08.264Z | Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 3087 | 2026-09-04T21:40:08.312Z | Compiling typify-impl v0.4.3 |
| 3088 | 2026-09-04T21:40:08.535Z | Compiling fxhash v0.2.1 |
| 3089 | 2026-09-04T21:40:08.677Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe) |
| 3090 | 2026-09-04T21:40:08.974Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 3091 | 2026-09-04T21:40:09.221Z | Compiling tiny-keccak v2.0.2 |
| 3092 | 2026-09-04T21:40:09.518Z | Compiling sled v0.34.7 |
| 3093 | 2026-09-04T21:40:10.271Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3094 | 2026-09-04T21:40:11.755Z | Compiling typify-macro v0.4.3 |
| 3095 | 2026-09-04T21:40:12.879Z | Compiling arc-swap v1.9.2 |
| 3096 | 2026-09-04T21:40:13.281Z | Compiling slog-scope v4.4.1 |
| 3097 | 2026-09-04T21:40:13.313Z | Compiling ingot-macros v0.2.0 |
| 3098 | 2026-09-04T21:40:13.676Z | Compiling papergrid v0.18.0 |
| 3099 | 2026-09-04T21:40:14.024Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 3100 | 2026-09-04T21:40:14.128Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 3101 | 2026-09-04T21:40:14.386Z | Compiling internet-checksum v0.2.1 |
| 3102 | 2026-09-04T21:40:14.603Z | Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types) |
| 3103 | 2026-09-04T21:40:14.726Z | Compiling const-random-macro v0.1.16 |
| 3104 | 2026-09-04T21:40:15.148Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 3105 | 2026-09-04T21:40:15.462Z | Compiling tabled v0.21.0 |
| 3106 | 2026-09-04T21:40:16.101Z | Compiling ingot-types v0.2.0 |
| 3107 | 2026-09-04T21:40:16.589Z | Compiling slog-stdlog v4.1.1 |
| 3108 | 2026-09-04T21:40:16.950Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3109 | 2026-09-04T21:40:17.593Z | Compiling dropshot-api-manager-types v0.8.0 |
| 3110 | 2026-09-04T21:40:18.156Z | Compiling ahash v0.8.12 |
| 3111 | 2026-09-04T21:40:18.457Z | Compiling smartstring v1.0.1 |
| 3112 | 2026-09-04T21:40:19.240Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899) |
| 3113 | 2026-09-04T21:40:19.346Z | Compiling slog-envlogger v2.2.0 |
| 3114 | 2026-09-04T21:40:20.489Z | Compiling ingot v0.2.1 |
| 3115 | 2026-09-04T21:40:21.586Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3116 | 2026-09-04T21:40:22.694Z | Compiling const-random v0.1.18 |
| 3117 | 2026-09-04T21:40:22.785Z | Compiling typify v0.4.3 |
| 3118 | 2026-09-04T21:40:23.191Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 3119 | 2026-09-04T21:40:23.326Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3120 | 2026-09-04T21:40:23.633Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 3121 | 2026-09-04T21:40:23.657Z | Compiling crc8 v0.1.1 |
| 3122 | 2026-09-04T21:40:23.780Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3123 | 2026-09-04T21:40:23.955Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899) |
| 3124 | 2026-09-04T21:40:25.312Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 3125 | 2026-09-04T21:40:29.071Z | Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 3126 | 2026-09-04T21:40:29.519Z | Compiling toml v0.9.12+spec-1.1.0 |
| 3127 | 2026-09-04T21:40:29.540Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 3128 | 2026-09-04T21:40:30.128Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 3129 | 2026-09-04T21:40:30.553Z | Compiling progenitor-impl v0.10.0 |
| 3130 | 2026-09-04T21:40:31.247Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 3131 | 2026-09-04T21:40:31.270Z | Compiling sha1 v0.10.7 |
| 3132 | 2026-09-04T21:40:31.715Z | Compiling rhai_codegen v3.2.0 |
| 3133 | 2026-09-04T21:40:31.978Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 3134 | 2026-09-04T21:40:32.542Z | Compiling lzma-sys v0.1.20 |
| 3135 | 2026-09-04T21:40:32.605Z | Compiling fs-err v3.3.1 |
| 3136 | 2026-09-04T21:40:32.873Z | Compiling typeid v1.0.3 |
| 3137 | 2026-09-04T21:40:32.954Z | Compiling thin-vec v0.2.19 |
| 3138 | 2026-09-04T21:40:32.986Z | Compiling utf-8 v0.7.6 |
| 3139 | 2026-09-04T21:40:33.243Z | Compiling rhai v1.26.0 |
| 3140 | 2026-09-04T21:40:33.260Z | Compiling tungstenite v0.21.0 |
| 3141 | 2026-09-04T21:40:33.450Z | Compiling progenitor-macro v0.10.0 |
| 3142 | 2026-09-04T21:40:37.744Z | Compiling cargo_toml v0.22.3 |
| 3143 | 2026-09-04T21:40:38.804Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3144 | 2026-09-04T21:40:40.413Z | Compiling sha2 v0.10.9 |
| 3145 | 2026-09-04T21:40:41.719Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3146 | 2026-09-04T21:40:42.242Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3147 | 2026-09-04T21:40:42.331Z | Compiling progenitor v0.10.0 |
| 3148 | 2026-09-04T21:40:42.494Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 3149 | 2026-09-04T21:40:42.772Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 3150 | 2026-09-04T21:40:43.459Z | Compiling tokio-tungstenite v0.21.0 |
| 3151 | 2026-09-04T21:40:44.569Z | Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 3152 | 2026-09-04T21:40:44.964Z | Compiling port-file v0.1.0 |
| 3153 | 2026-09-04T21:40:45.256Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 3154 | 2026-09-04T21:40:45.991Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 3155 | 2026-09-04T21:40:46.323Z | Compiling git-stub v1.0.0 |
| 3156 | 2026-09-04T21:40:47.219Z | Compiling is_ci v1.2.0 |
| 3157 | 2026-09-04T21:40:47.410Z | Compiling base64 v0.21.7 |
| 3158 | 2026-09-04T21:40:47.941Z | Compiling unit-prefix v0.5.2 |
| 3159 | 2026-09-04T21:40:47.966Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3160 | 2026-09-04T21:40:48.006Z | Compiling supports-color v3.0.2 |
| 3161 | 2026-09-04T21:40:48.115Z | Compiling indicatif v0.18.6 |
| 3162 | 2026-09-04T21:40:48.271Z | Compiling git-stub-vcs v0.1.0 |
| 3163 | 2026-09-04T21:40:49.009Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 3164 | 2026-09-04T21:40:50.481Z | Compiling ron v0.12.2 |
| 3165 | 2026-09-04T21:40:50.763Z | Compiling xz2 v0.1.7 |
| 3166 | 2026-09-04T21:40:51.115Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 3167 | 2026-09-04T21:40:51.952Z | Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 3168 | 2026-09-04T21:40:52.121Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
| 3169 | 2026-09-04T21:40:52.431Z | Compiling similar v2.7.0 |
| 3170 | 2026-09-04T21:40:54.479Z | Compiling drift v0.2.0 |
| 3171 | 2026-09-04T21:40:55.008Z | Compiling strum_macros v0.28.0 |
| 3172 | 2026-09-04T21:40:55.182Z | Compiling base16ct v1.0.0 |
| 3173 | 2026-09-04T21:40:56.886Z | Compiling strum v0.28.0 |
| 3174 | 2026-09-04T21:40:57.056Z | Compiling dropshot-api-manager v0.8.0 |
| 3175 | 2026-09-04T21:40:59.167Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
| 3176 | 2026-09-04T21:41:01.482Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 3177 | 2026-09-04T21:41:02.650Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
| 3178 | 2026-09-04T21:41:04.011Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 3179 | 2026-09-04T21:41:05.312Z | Compiling natord v1.0.9 |
| 3180 | 2026-09-04T21:41:05.626Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
| 3181 | 2026-09-04T21:41:05.723Z | Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util) |
| 3182 | 2026-09-04T21:41:08.067Z | Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask) |
| 3183 | 2026-09-04T21:41:08.964Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
| 3184 | 2026-09-04T21:41:09.729Z | Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
| 3185 | 2026-09-04T21:41:18.990Z | Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
| 3186 | 2026-09-04T21:41:20.105Z | Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab) |
| 3187 | 2026-09-04T21:41:21.077Z | Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
| 3188 | 2026-09-04T21:41:21.775Z | Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis) |
| 3189 | 2026-09-04T21:41:25.588Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
| 3190 | 2026-09-04T21:41:53.568Z | Finished `release` profile [optimized] target(s) in 4m 28s |
| 3191 | 2026-09-04T21:41:53.774Z | |
| 3192 | 2026-09-04T21:41:53.774Z | real 4:28.639527468 |
| 3193 | 2026-09-04T21:41:53.774Z | user 30:29.266419606 |
| 3194 | 2026-09-04T21:41:53.774Z | sys 2:49.739659384 |
| 3195 | 2026-09-04T21:41:53.774Z | trap 0.751528167 |
| 3196 | 2026-09-04T21:41:53.965Z | tflt 1.433221102 |
| 3197 | 2026-09-04T21:41:53.965Z | dflt 2.010770649 |
| 3198 | 2026-09-04T21:41:53.965Z | kflt 0.000083390 |
| 3199 | 2026-09-04T21:41:53.965Z | lock 2:05:31.604232654 |
| 3200 | 2026-09-04T21:41:53.965Z | slp 1:27:55.469752073 |
| 3201 | 2026-09-04T21:41:53.965Z | lat 2:22.419311611 |
| 3202 | 2026-09-04T21:41:53.965Z | stop 4:16.641760343 |
| 3203 | 2026-09-04T21:41:53.965Z | + for x in debug release |
| 3204 | 2026-09-04T21:41:53.965Z | + mkdir -p /work/debug |
| 3205 | 2026-09-04T21:41:53.965Z | + cp target/debug/ddmd /work/debug/ddmd |
| 3206 | 2026-09-04T21:41:54.355Z | + cp target/debug/ddmadm /work/debug/ddmadm |
| 3207 | 2026-09-04T21:41:54.879Z | + cp target/debug/mgd /work/debug/mgd |
| 3208 | 2026-09-04T21:41:55.610Z | + cp target/debug/mgadm /work/debug/mgadm |
| 3209 | 2026-09-04T21:41:56.106Z | + for x in debug release |
| 3210 | 2026-09-04T21:41:56.106Z | + mkdir -p /work/release |
| 3211 | 2026-09-04T21:41:56.109Z | + cp target/release/ddmd /work/release/ddmd |
| 3212 | 2026-09-04T21:41:56.204Z | + cp target/release/ddmadm /work/release/ddmadm |
| 3213 | 2026-09-04T21:41:56.292Z | + cp target/release/mgd /work/release/mgd |
| 3214 | 2026-09-04T21:41:56.407Z | + cp target/release/mgadm /work/release/mgadm |
| 3215 | 2026-09-04T21:41:56.518Z | + cp target/release/falcon-lab /work/release/falcon-lab |
| 3216 | 2026-09-04T21:41:56.595Z | process exited: duration 649206 ms, exit code 0 |
| |
| 3217 | 2026-09-04T21:41:56.659Z | found 9 output files |
| 3218 | 2026-09-04T21:41:56.659Z | uploading: /work/debug/ddmadm (587287336 bytes) |
| 3219 | 2026-09-04T21:42:10.097Z | uploaded: /work/debug/ddmadm |
| 3220 | 2026-09-04T21:42:10.097Z | uploading: /work/debug/ddmd (679738216 bytes) |
| 3221 | 2026-09-04T21:42:33.818Z | uploaded: /work/debug/ddmd |
| 3222 | 2026-09-04T21:42:33.818Z | uploading: /work/debug/mgadm (697327072 bytes) |
| 3223 | 2026-09-04T21:42:52.008Z | uploaded: /work/debug/mgadm |
| 3224 | 2026-09-04T21:42:52.008Z | uploading: /work/debug/mgd (802085496 bytes) |
| 3225 | 2026-09-04T21:43:09.060Z | uploaded: /work/debug/mgd |
| 3226 | 2026-09-04T21:43:09.060Z | uploading: /work/release/ddmadm (52259808 bytes) |
| 3227 | 2026-09-04T21:43:10.793Z | uploaded: /work/release/ddmadm |
| 3228 | 2026-09-04T21:43:10.794Z | uploading: /work/release/ddmd (61084200 bytes) |
| 3229 | 2026-09-04T21:43:12.444Z | uploaded: /work/release/ddmd |
| 3230 | 2026-09-04T21:43:12.447Z | uploading: /work/release/falcon-lab (44336008 bytes) |
| 3231 | 2026-09-04T21:43:14.457Z | uploaded: /work/release/falcon-lab |
| 3232 | 2026-09-04T21:43:14.457Z | uploading: /work/release/mgadm (67594456 bytes) |
| 3233 | 2026-09-04T21:43:18.046Z | uploaded: /work/release/mgadm |
| 3234 | 2026-09-04T21:43:18.047Z | uploading: /work/release/mgd (86513448 bytes) |
| 3235 | 2026-09-04T21:43:20.192Z | uploaded: /work/release/mgd |