|
|
|
| 1 | 2026-06-25T00:02:50.343Z | job assigned to worker 01KVY1B05GCEYDCYX2AKAN2G4C [factory aws, i-05a30bbf11a6b6669] (queued for 50 s) |
| |
| 2 | 2026-06-25T00:02:57.305Z | starting task 0: "setup" |
| 3 | 2026-06-25T00:02:57.310Z | ++ uname -s |
| 4 | 2026-06-25T00:02:57.314Z | + kern=SunOS |
| 5 | 2026-06-25T00:02:57.314Z | + build_user=build |
| 6 | 2026-06-25T00:02:57.314Z | + build_uid=12345 |
| 7 | 2026-06-25T00:02:57.314Z | + work_dir=/work |
| 8 | 2026-06-25T00:02:57.314Z | + input_dir=/input |
| 9 | 2026-06-25T00:02:57.314Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-25T00:02:57.314Z | + case "$kern" in |
| 11 | 2026-06-25T00:02:57.314Z | + groupadd -g 12345 build |
| 12 | 2026-06-25T00:02:57.314Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-25T00:02:59.318Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-25T00:02:59.392Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-25T00:02:59.402Z | + home_fs=zfs |
| 16 | 2026-06-25T00:02:59.402Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-25T00:02:59.402Z | + mkdir -p /home/build |
| 18 | 2026-06-25T00:02:59.402Z | + chown build:build /home/build /work |
| 19 | 2026-06-25T00:03:01.392Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-25T00:03:01.396Z | process exited: duration 4088 ms, exit code 0 |
| |
| 21 | 2026-06-25T00:03:01.402Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-25T00:03:01.405Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-06-25T00:03:01.405Z | * rust toolchain channel = "stable" |
| 24 | 2026-06-25T00:03:01.405Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-06-25T00:03:01.405Z | * rust toolchain profile = "default" |
| 26 | 2026-06-25T00:03:01.417Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-25T00:03:01.417Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-25T00:03:01.417Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-25T00:03:01.417Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-06-25T00:03:01.503Z | info: downloading installer |
| 31 | 2026-06-25T00:03:03.160Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-06-25T00:03:03.161Z | warn: /opt/ooce/bin |
| 33 | 2026-06-25T00:03:03.161Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-06-25T00:03:03.161Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-06-25T00:03:03.161Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-06-25T00:03:03.161Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-06-25T00:03:03.161Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-06-25T00:03:03.161Z | error: cannot install while Rust is installed |
| 39 | 2026-06-25T00:03:03.161Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-06-25T00:03:03.164Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-06-25T00:03:03.164Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-06-25T00:03:03.164Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-06-25T00:03:03.164Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-06-25T00:03:03.174Z | info: profile set to default |
| 45 | 2026-06-25T00:03:03.174Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-06-25T00:03:03.177Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 47 | 2026-06-25T00:03:03.337Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 48 | 2026-06-25T00:03:03.340Z | info: downloading 6 components |
| 49 | 2026-06-25T00:03:19.767Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 50 | 2026-06-25T00:03:19.767Z | |
| 51 | 2026-06-25T00:03:19.794Z | stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 52 | 2026-06-25T00:03:19.794Z | |
| 53 | 2026-06-25T00:03:19.794Z | |
| 54 | 2026-06-25T00:03:19.794Z | Rust is installed now. Great! |
| 55 | 2026-06-25T00:03:19.795Z | |
| 56 | 2026-06-25T00:03:19.795Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-06-25T00:03:19.795Z | environment variable. This has not been done automatically. |
| 58 | 2026-06-25T00:03:19.795Z | |
| 59 | 2026-06-25T00:03:19.795Z | To configure your current shell, you need to source |
| 60 | 2026-06-25T00:03:19.795Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-06-25T00:03:19.795Z | |
| 62 | 2026-06-25T00:03:19.798Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-06-25T00:03:19.798Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-06-25T00:03:19.798Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-06-25T00:03:19.798Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-06-25T00:03:19.799Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-06-25T00:03:19.799Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-06-25T00:03:19.799Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-06-25T00:03:19.799Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-06-25T00:03:19.799Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-06-25T00:03:19.879Z | + rustup --version |
| 72 | 2026-06-25T00:03:19.888Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-06-25T00:03:19.891Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-06-25T00:03:19.909Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 75 | 2026-06-25T00:03:19.912Z | + cargo --version |
| 76 | 2026-06-25T00:03:19.924Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 77 | 2026-06-25T00:03:19.927Z | + rustc --version |
| 78 | 2026-06-25T00:03:19.945Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 79 | 2026-06-25T00:03:19.948Z | process exited: duration 18545 ms, exit code 0 |
| |
| 80 | 2026-06-25T00:03:19.953Z | starting task 2: "authentication" |
| 81 | 2026-06-25T00:03:19.969Z | process exited: duration 15 ms, exit code 0 |
| |
| 82 | 2026-06-25T00:03:19.975Z | starting task 3: "clone repository" |
| 83 | 2026-06-25T00:03:19.978Z | + mkdir -p /work/oxidecomputer/maghemite |
| 84 | 2026-06-25T00:03:19.981Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
| 85 | 2026-06-25T00:03:20.104Z | Cloning into '/work/oxidecomputer/maghemite'... |
| 86 | 2026-06-25T00:03:21.453Z | + cd /work/oxidecomputer/maghemite |
| 87 | 2026-06-25T00:03:21.453Z | + git fetch origin 259f208a5992ccc766de2134939801cc26f9ae0e |
| 88 | 2026-06-25T00:03:21.674Z | From https://github.com/oxidecomputer/maghemite |
| 89 | 2026-06-25T00:03:21.674Z | * branch 259f208a5992ccc766de2134939801cc26f9ae0e -> FETCH_HEAD |
| 90 | 2026-06-25T00:03:21.680Z | + [[ -n trey/ndp-demux ]] |
| 91 | 2026-06-25T00:03:21.683Z | ++ git branch --show-current |
| 92 | 2026-06-25T00:03:21.683Z | + current=main |
| 93 | 2026-06-25T00:03:21.683Z | + [[ main != trey/ndp-demux ]] |
| 94 | 2026-06-25T00:03:21.683Z | + git branch -f trey/ndp-demux 259f208a5992ccc766de2134939801cc26f9ae0e |
| 95 | 2026-06-25T00:03:21.686Z | + git checkout -f trey/ndp-demux |
| 96 | 2026-06-25T00:03:21.704Z | Switched to branch 'trey/ndp-demux' |
| 97 | 2026-06-25T00:03:21.707Z | + git reset --hard 259f208a5992ccc766de2134939801cc26f9ae0e |
| 98 | 2026-06-25T00:03:21.722Z | HEAD is now at 259f208 Merge branch 'main' into trey/ndp-demux |
| 99 | 2026-06-25T00:03:21.725Z | process exited: duration 1748 ms, exit code 0 |
| |
| 100 | 2026-06-25T00:03:21.730Z | starting task 4: "build" |
| 101 | 2026-06-25T00:03:21.734Z | + pfexec pkg install clang-15 |
| 102 | 2026-06-25T00:03:30.456Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 103 | 2026-06-25T00:03:38.147Z | Startup: Caching catalogs ... Done |
| 104 | 2026-06-25T00:03:46.206Z | Planning: Solver setup ... Done |
| 105 | 2026-06-25T00:03:46.221Z | Planning: Running solver ... Done |
| 106 | 2026-06-25T00:03:46.221Z | Planning: Finding local manifests ... Done |
| 107 | 2026-06-25T00:03:46.222Z | Planning: Fetching manifests: 0/2 0% complete |
| 108 | 2026-06-25T00:03:46.222Z | Planning: Fetching manifests: 2/2 100% complete |
| 109 | 2026-06-25T00:03:46.222Z | Planning: Package planning ... Done |
| 110 | 2026-06-25T00:03:46.222Z | Planning: Merging actions ... Done |
| 111 | 2026-06-25T00:03:46.222Z | Planning: Checking for conflicting actions ... Done |
| 112 | 2026-06-25T00:03:46.222Z | Planning: Consolidating action changes ... Done |
| 113 | 2026-06-25T00:03:46.604Z | Planning: Evaluating mediators ... Done |
| 114 | 2026-06-25T00:03:46.610Z | Planning: Planning completed in 8.31 seconds |
| 115 | 2026-06-25T00:03:46.621Z | Packages to install: 2 |
| 116 | 2026-06-25T00:03:46.624Z | Mediators to change: 2 |
| 117 | 2026-06-25T00:03:46.624Z | Services to change: 1 |
| 118 | 2026-06-25T00:03:46.624Z | Create boot environment: No |
| 119 | 2026-06-25T00:03:46.624Z | Create backup boot environment: No |
| 120 | 2026-06-25T00:03:46.662Z | |
| 121 | 2026-06-25T00:03:46.662Z | Download: 0/3076 items 0.0/211.3MB 0% complete |
| 122 | 2026-06-25T00:03:51.665Z | Download: 2089/3076 items 118.3/211.3MB 55% complete (23.9M/s) |
| 123 | 2026-06-25T00:03:56.607Z | Download: Completed 211.31 MB in 9.94 seconds (21.2M/s) |
| 124 | 2026-06-25T00:03:57.047Z | Actions: 1/3418 actions (Installing new actions) |
| 125 | 2026-06-25T00:04:00.170Z | Actions: Completed 3418 actions in 3.12 seconds. |
| 126 | 2026-06-25T00:04:00.827Z | Done |
| 127 | 2026-06-25T00:04:00.827Z | Done |
| 128 | 2026-06-25T00:04:01.569Z | Done |
| 129 | 2026-06-25T00:04:04.956Z | Done |
| 130 | 2026-06-25T00:04:05.030Z | Done |
| 131 | 2026-06-25T00:04:05.033Z | Done |
| 132 | 2026-06-25T00:04:05.185Z | Done |
| 133 | 2026-06-25T00:04:05.879Z | + cargo --version |
| 134 | 2026-06-25T00:04:05.885Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 135 | 2026-06-25T00:04:06.035Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 136 | 2026-06-25T00:04:06.038Z | info: downloading 6 components |
| 137 | 2026-06-25T00:04:22.598Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 138 | 2026-06-25T00:04:22.601Z | + rustc --version |
| 139 | 2026-06-25T00:04:22.626Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 140 | 2026-06-25T00:04:22.629Z | + banner check |
| 141 | 2026-06-25T00:04:22.633Z | |
| 142 | 2026-06-25T00:04:22.633Z | #### # # ###### #### # # |
| 143 | 2026-06-25T00:04:22.633Z | # # # # # # # # # |
| 144 | 2026-06-25T00:04:22.633Z | # ###### ##### # #### |
| 145 | 2026-06-25T00:04:22.633Z | # # # # # # # |
| 146 | 2026-06-25T00:04:22.633Z | # # # # # # # # # |
| 147 | 2026-06-25T00:04:22.633Z | #### # # ###### #### # # |
| 148 | 2026-06-25T00:04:22.633Z | |
| 149 | 2026-06-25T00:04:22.633Z | + cargo fmt -- --check |
| 150 | 2026-06-25T00:04:23.022Z | + cargo clippy --all-targets -- --deny warnings |
| 151 | 2026-06-25T00:04:23.134Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 152 | 2026-06-25T00:04:24.014Z | From https://github.com/oxidecomputer/falcon |
| 153 | 2026-06-25T00:04:24.014Z | * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3 |
| 154 | 2026-06-25T00:04:24.090Z | Updating crates.io index |
| 155 | 2026-06-25T00:04:24.097Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 156 | 2026-06-25T00:04:24.469Z | From https://github.com/oxidecomputer/dendrite |
| 157 | 2026-06-25T00:04:24.469Z | * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58 |
| 158 | 2026-06-25T00:04:24.538Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 159 | 2026-06-25T00:04:24.827Z | From https://github.com/oxidecomputer/ispf |
| 160 | 2026-06-25T00:04:24.828Z | * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a |
| 161 | 2026-06-25T00:04:25.046Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 162 | 2026-06-25T00:04:25.354Z | From https://github.com/oxidecomputer/netadm-sys |
| 163 | 2026-06-25T00:04:25.354Z | * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9 |
| 164 | 2026-06-25T00:04:25.362Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 165 | 2026-06-25T00:04:31.166Z | From https://github.com/oxidecomputer/omicron |
| 166 | 2026-06-25T00:04:31.167Z | * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b |
| 167 | 2026-06-25T00:04:31.583Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 168 | 2026-06-25T00:04:32.234Z | From https://github.com/oxidecomputer/opte |
| 169 | 2026-06-25T00:04:32.234Z | * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 |
| 170 | 2026-06-25T00:04:32.264Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 171 | 2026-06-25T00:04:32.542Z | From https://github.com/illumos/smf-rs |
| 172 | 2026-06-25T00:04:32.543Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
| 173 | 2026-06-25T00:04:33.044Z | Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 174 | 2026-06-25T00:04:33.321Z | From https://github.com/oxidecomputer/network-interface |
| 175 | 2026-06-25T00:04:33.321Z | * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 176 | 2026-06-25T00:04:33.543Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 177 | 2026-06-25T00:04:33.925Z | From https://github.com/oxidecomputer/zone |
| 178 | 2026-06-25T00:04:33.925Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
| 179 | 2026-06-25T00:04:33.951Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 180 | 2026-06-25T00:04:34.580Z | From https://github.com/oxidecomputer/propolis |
| 181 | 2026-06-25T00:04:34.580Z | * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f |
| 182 | 2026-06-25T00:04:34.735Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 183 | 2026-06-25T00:04:35.607Z | From https://github.com/oxidecomputer/transceiver-control |
| 184 | 2026-06-25T00:04:35.607Z | * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac |
| 185 | 2026-06-25T00:04:35.772Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 186 | 2026-06-25T00:04:36.050Z | From https://github.com/oxidecomputer/dlpi-sys |
| 187 | 2026-06-25T00:04:36.050Z | * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664 |
| 188 | 2026-06-25T00:04:36.064Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 189 | 2026-06-25T00:04:36.334Z | From https://github.com/jmesmon/rust-libzfs |
| 190 | 2026-06-25T00:04:36.334Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 191 | 2026-06-25T00:04:36.342Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 192 | 2026-06-25T00:04:36.591Z | From https://github.com/oxidecomputer/rusty-doors |
| 193 | 2026-06-25T00:04:36.592Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 194 | 2026-06-25T00:04:36.602Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 195 | 2026-06-25T00:04:36.938Z | From https://github.com/oxidecomputer/lldp |
| 196 | 2026-06-25T00:04:36.938Z | * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154 |
| 197 | 2026-06-25T00:04:36.990Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 198 | 2026-06-25T00:04:37.250Z | From https://github.com/oxidecomputer/slog-error-chain |
| 199 | 2026-06-25T00:04:37.250Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 200 | 2026-06-25T00:04:37.293Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 201 | 2026-06-25T00:04:37.582Z | From https://github.com/oxidecomputer/tufaceous |
| 202 | 2026-06-25T00:04:37.582Z | * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab |
| 203 | 2026-06-25T00:04:37.610Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 204 | 2026-06-25T00:04:38.044Z | From https://github.com/oxidecomputer/management-gateway-service |
| 205 | 2026-06-25T00:04:38.044Z | * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862 |
| 206 | 2026-06-25T00:04:38.167Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 207 | 2026-06-25T00:04:39.005Z | From https://github.com/oxidecomputer/crucible |
| 208 | 2026-06-25T00:04:39.005Z | * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb |
| 209 | 2026-06-25T00:04:39.654Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 210 | 2026-06-25T00:04:39.913Z | From https://github.com/oxidecomputer/serde_human_bytes |
| 211 | 2026-06-25T00:04:39.913Z | * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322 |
| 212 | 2026-06-25T00:04:40.079Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 213 | 2026-06-25T00:04:40.697Z | From https://github.com/oxidecomputer/propolis |
| 214 | 2026-06-25T00:04:40.697Z | * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676 |
| 215 | 2026-06-25T00:04:41.058Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 216 | 2026-06-25T00:04:41.583Z | From https://github.com/oxidecomputer/crucible |
| 217 | 2026-06-25T00:04:41.583Z | * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 |
| 218 | 2026-06-25T00:04:41.681Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 219 | 2026-06-25T00:04:42.030Z | From https://github.com/oxidecomputer/tofino |
| 220 | 2026-06-25T00:04:42.030Z | * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc |
| 221 | 2026-06-25T00:04:42.055Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 222 | 2026-06-25T00:04:42.688Z | From https://github.com/oxidecomputer/maghemite |
| 223 | 2026-06-25T00:04:42.688Z | * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513 |
| 224 | 2026-06-25T00:04:42.721Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 225 | 2026-06-25T00:04:42.991Z | From https://github.com/oxidecomputer/clickward |
| 226 | 2026-06-25T00:04:42.991Z | * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 |
| 227 | 2026-06-25T00:04:43.020Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 228 | 2026-06-25T00:04:43.290Z | From https://github.com/oxidecomputer/illumos-devinfo |
| 229 | 2026-06-25T00:04:43.290Z | * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640 |
| 230 | 2026-06-25T00:04:44.220Z | Downloading crates ... |
| 231 | 2026-06-25T00:04:44.287Z | Downloaded async-stream v0.3.6 |
| 232 | 2026-06-25T00:04:44.293Z | Downloaded async-recursion v1.1.1 |
| 233 | 2026-06-25T00:04:44.296Z | Downloaded autocfg v1.5.1 |
| 234 | 2026-06-25T00:04:44.299Z | Downloaded block-buffer v0.12.0 |
| 235 | 2026-06-25T00:04:44.302Z | Downloaded anstyle-query v1.1.5 |
| 236 | 2026-06-25T00:04:44.304Z | Downloaded cfg_aliases v0.2.1 |
| 237 | 2026-06-25T00:04:44.305Z | Downloaded atomic-waker v1.1.2 |
| 238 | 2026-06-25T00:04:44.307Z | Downloaded adler2 v2.0.1 |
| 239 | 2026-06-25T00:04:44.310Z | Downloaded crucible-workspace-hack v0.1.0 |
| 240 | 2026-06-25T00:04:44.313Z | Downloaded base16ct v1.0.0 |
| 241 | 2026-06-25T00:04:44.316Z | Downloaded foreign-types v0.5.0 |
| 242 | 2026-06-25T00:04:44.319Z | Downloaded gethostname v0.5.0 |
| 243 | 2026-06-25T00:04:44.321Z | Downloaded async-stream-impl v0.3.6 |
| 244 | 2026-06-25T00:04:44.324Z | Downloaded darling_core v0.21.3 |
| 245 | 2026-06-25T00:04:44.327Z | Downloaded half v2.7.1 |
| 246 | 2026-06-25T00:04:44.330Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 247 | 2026-06-25T00:04:44.332Z | Downloaded anyhow v1.0.102 |
| 248 | 2026-06-25T00:04:44.336Z | Downloaded embedded-io v0.6.1 |
| 249 | 2026-06-25T00:04:44.338Z | Downloaded dropshot_endpoint v0.17.1 |
| 250 | 2026-06-25T00:04:44.344Z | Downloaded cancel-safe-futures v0.1.5 |
| 251 | 2026-06-25T00:04:44.347Z | Downloaded glob v0.3.3 |
| 252 | 2026-06-25T00:04:44.350Z | Downloaded crossbeam-deque v0.8.6 |
| 253 | 2026-06-25T00:04:44.354Z | Downloaded const_format_proc_macros v0.2.34 |
| 254 | 2026-06-25T00:04:44.354Z | Downloaded crunchy v0.2.4 |
| 255 | 2026-06-25T00:04:44.357Z | Downloaded futures-task v0.3.32 |
| 256 | 2026-06-25T00:04:44.357Z | Downloaded foreign-types v0.3.2 |
| 257 | 2026-06-25T00:04:44.360Z | Downloaded heck v0.5.0 |
| 258 | 2026-06-25T00:04:44.363Z | Downloaded dyn-clone v1.0.20 |
| 259 | 2026-06-25T00:04:44.365Z | Downloaded cpufeatures v0.3.0 |
| 260 | 2026-06-25T00:04:44.366Z | Downloaded hostname v0.3.1 |
| 261 | 2026-06-25T00:04:44.368Z | Downloaded async-compression v0.4.42 |
| 262 | 2026-06-25T00:04:44.372Z | Downloaded const-random v0.1.18 |
| 263 | 2026-06-25T00:04:44.375Z | Downloaded futures-macro v0.3.32 |
| 264 | 2026-06-25T00:04:44.378Z | Downloaded futures-io v0.3.32 |
| 265 | 2026-06-25T00:04:44.381Z | Downloaded ciborium-io v0.2.2 |
| 266 | 2026-06-25T00:04:44.381Z | Downloaded float-ord v0.3.2 |
| 267 | 2026-06-25T00:04:44.383Z | Downloaded compression-core v0.4.32 |
| 268 | 2026-06-25T00:04:44.386Z | Downloaded defmt v1.1.0 |
| 269 | 2026-06-25T00:04:44.389Z | Downloaded form_urlencoded v1.2.2 |
| 270 | 2026-06-25T00:04:44.391Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 271 | 2026-06-25T00:04:44.394Z | Downloaded fxhash v0.2.1 |
| 272 | 2026-06-25T00:04:44.394Z | Downloaded fixedbitset v0.4.2 |
| 273 | 2026-06-25T00:04:44.396Z | Downloaded colorchoice v1.0.5 |
| 274 | 2026-06-25T00:04:44.399Z | Downloaded derive-ex v0.1.8 |
| 275 | 2026-06-25T00:04:44.401Z | Downloaded base16ct v0.2.0 |
| 276 | 2026-06-25T00:04:44.404Z | Downloaded darling v0.21.3 |
| 277 | 2026-06-25T00:04:44.407Z | Downloaded hash32 v0.3.1 |
| 278 | 2026-06-25T00:04:44.410Z | Downloaded futures-sink v0.3.32 |
| 279 | 2026-06-25T00:04:44.412Z | Downloaded atomicwrites v0.4.4 |
| 280 | 2026-06-25T00:04:44.413Z | Downloaded git-stub v1.0.0 |
| 281 | 2026-06-25T00:04:44.415Z | Downloaded cpufeatures v0.2.17 |
| 282 | 2026-06-25T00:04:44.418Z | Downloaded hostname v0.4.2 |
| 283 | 2026-06-25T00:04:44.421Z | Downloaded dof v0.3.0 |
| 284 | 2026-06-25T00:04:44.421Z | Downloaded debug-ignore v1.0.5 |
| 285 | 2026-06-25T00:04:44.423Z | Downloaded clap_derive v4.6.1 |
| 286 | 2026-06-25T00:04:44.426Z | Downloaded hubpack_derive v0.1.1 |
| 287 | 2026-06-25T00:04:44.428Z | Downloaded hubpack v0.1.2 |
| 288 | 2026-06-25T00:04:44.429Z | Downloaded futures-channel v0.3.32 |
| 289 | 2026-06-25T00:04:44.431Z | Downloaded indent_write v2.2.0 |
| 290 | 2026-06-25T00:04:44.434Z | Downloaded heapless v0.8.0 |
| 291 | 2026-06-25T00:04:44.437Z | Downloaded idna_adapter v1.2.2 |
| 292 | 2026-06-25T00:04:44.439Z | Downloaded ident_case v1.0.1 |
| 293 | 2026-06-25T00:04:44.442Z | Downloaded ciborium-ll v0.2.2 |
| 294 | 2026-06-25T00:04:44.442Z | Downloaded hex v0.4.3 |
| 295 | 2026-06-25T00:04:44.445Z | Downloaded heck v0.4.1 |
| 296 | 2026-06-25T00:04:44.447Z | Downloaded crypto-common v0.2.2 |
| 297 | 2026-06-25T00:04:44.450Z | Downloaded anstream v1.0.0 |
| 298 | 2026-06-25T00:04:44.452Z | Downloaded inout v0.1.4 |
| 299 | 2026-06-25T00:04:44.453Z | Downloaded humantime v2.3.0 |
| 300 | 2026-06-25T00:04:44.455Z | Downloaded fnv v1.0.7 |
| 301 | 2026-06-25T00:04:44.458Z | Downloaded critical-section v1.2.0 |
| 302 | 2026-06-25T00:04:44.458Z | Downloaded dunce v1.0.5 |
| 303 | 2026-06-25T00:04:44.460Z | Downloaded is_terminal_polyfill v1.70.2 |
| 304 | 2026-06-25T00:04:44.463Z | Downloaded darling_macro v0.21.3 |
| 305 | 2026-06-25T00:04:44.463Z | Downloaded internet-checksum v0.2.1 |
| 306 | 2026-06-25T00:04:44.466Z | Downloaded is_ci v1.2.0 |
| 307 | 2026-06-25T00:04:44.468Z | Downloaded konst_macro_rules v0.2.19 |
| 308 | 2026-06-25T00:04:44.468Z | Downloaded dtrace-parser v0.3.0 |
| 309 | 2026-06-25T00:04:44.471Z | Downloaded itoa v1.0.18 |
| 310 | 2026-06-25T00:04:44.474Z | Downloaded displaydoc v0.2.6 |
| 311 | 2026-06-25T00:04:44.476Z | Downloaded cipher v0.4.4 |
| 312 | 2026-06-25T00:04:44.476Z | Downloaded futures-executor v0.3.32 |
| 313 | 2026-06-25T00:04:44.479Z | Downloaded ahash v0.8.12 |
| 314 | 2026-06-25T00:04:44.482Z | Downloaded keccak v0.1.6 |
| 315 | 2026-06-25T00:04:44.484Z | Downloaded globset v0.4.18 |
| 316 | 2026-06-25T00:04:44.487Z | Downloaded linked-hash-map v0.5.6 |
| 317 | 2026-06-25T00:04:44.487Z | Downloaded lazy_static v1.5.0 |
| 318 | 2026-06-25T00:04:44.489Z | Downloaded csv-core v0.1.13 |
| 319 | 2026-06-25T00:04:44.492Z | Downloaded libscf-sys v1.2.0 |
| 320 | 2026-06-25T00:04:44.492Z | Downloaded http-body-util v0.1.3 |
| 321 | 2026-06-25T00:04:44.495Z | Downloaded foldhash v0.2.0 |
| 322 | 2026-06-25T00:04:44.497Z | Downloaded hyper-rustls v0.27.9 |
| 323 | 2026-06-25T00:04:44.500Z | Downloaded ingot v0.1.1 |
| 324 | 2026-06-25T00:04:44.500Z | Downloaded match_cfg v0.1.0 |
| 325 | 2026-06-25T00:04:44.503Z | Downloaded macaddr v1.0.1 |
| 326 | 2026-06-25T00:04:44.506Z | Downloaded mime v0.3.17 |
| 327 | 2026-06-25T00:04:44.506Z | Downloaded either v1.16.0 |
| 328 | 2026-06-25T00:04:44.509Z | Downloaded memmap v0.7.0 |
| 329 | 2026-06-25T00:04:44.512Z | Downloaded digest v0.11.3 |
| 330 | 2026-06-25T00:04:44.512Z | Downloaded crc32fast v1.5.0 |
| 331 | 2026-06-25T00:04:44.515Z | Downloaded crossbeam-utils v0.8.21 |
| 332 | 2026-06-25T00:04:44.517Z | Downloaded fixedbitset v0.5.7 |
| 333 | 2026-06-25T00:04:44.520Z | Downloaded camino v1.2.2 |
| 334 | 2026-06-25T00:04:44.522Z | Downloaded git-stub-vcs v0.1.0 |
| 335 | 2026-06-25T00:04:44.525Z | Downloaded num v0.4.3 |
| 336 | 2026-06-25T00:04:44.525Z | Downloaded newtype_derive v0.1.6 |
| 337 | 2026-06-25T00:04:44.528Z | Downloaded clap v4.6.1 |
| 338 | 2026-06-25T00:04:44.534Z | Downloaded newline-converter v0.3.0 |
| 339 | 2026-06-25T00:04:44.536Z | Downloaded num-derive v0.4.2 |
| 340 | 2026-06-25T00:04:44.536Z | Downloaded libsw v3.5.0 |
| 341 | 2026-06-25T00:04:44.539Z | Downloaded base64 v0.21.7 |
| 342 | 2026-06-25T00:04:44.542Z | Downloaded olpc-cjson v0.1.4 |
| 343 | 2026-06-25T00:04:44.544Z | Downloaded openssl-probe v0.2.1 |
| 344 | 2026-06-25T00:04:44.547Z | Downloaded ingot-types v0.1.2 |
| 345 | 2026-06-25T00:04:44.547Z | Downloaded linear-map v1.2.0 |
| 346 | 2026-06-25T00:04:44.550Z | Downloaded libsw-core v0.3.2 |
| 347 | 2026-06-25T00:04:44.552Z | Downloaded no-std-compat v0.4.1 |
| 348 | 2026-06-25T00:04:44.552Z | Downloaded ipnetwork v0.21.1 |
| 349 | 2026-06-25T00:04:44.555Z | Downloaded httparse v1.10.1 |
| 350 | 2026-06-25T00:04:44.557Z | Downloaded find-msvc-tools v0.1.9 |
| 351 | 2026-06-25T00:04:44.560Z | Downloaded managed v0.8.0 |
| 352 | 2026-06-25T00:04:44.560Z | Downloaded data-encoding v2.11.0 |
| 353 | 2026-06-25T00:04:44.563Z | Downloaded openssl-macros v0.1.1 |
| 354 | 2026-06-25T00:04:44.563Z | Downloaded omicron-workspace-hack v0.1.0 |
| 355 | 2026-06-25T00:04:44.565Z | Downloaded num_enum_derive v0.5.11 |
| 356 | 2026-06-25T00:04:44.565Z | Downloaded lock_api v0.4.14 |
| 357 | 2026-06-25T00:04:44.568Z | Downloaded parse-display v0.10.0 |
| 358 | 2026-06-25T00:04:44.571Z | Downloaded highway v1.3.0 |
| 359 | 2026-06-25T00:04:44.573Z | Downloaded embedded-io v0.4.0 |
| 360 | 2026-06-25T00:04:44.573Z | Downloaded percent-encoding v2.3.2 |
| 361 | 2026-06-25T00:04:44.576Z | Downloaded bitflags v2.12.1 |
| 362 | 2026-06-25T00:04:44.578Z | Downloaded plain v0.2.3 |
| 363 | 2026-06-25T00:04:44.581Z | Downloaded ipnet v2.12.0 |
| 364 | 2026-06-25T00:04:44.581Z | Downloaded fs_extra v1.3.0 |
| 365 | 2026-06-25T00:04:44.584Z | Downloaded crossbeam-epoch v0.9.18 |
| 366 | 2026-06-25T00:04:44.587Z | Downloaded num_threads v0.1.7 |
| 367 | 2026-06-25T00:04:44.587Z | Downloaded num-iter v0.1.45 |
| 368 | 2026-06-25T00:04:44.589Z | Downloaded daft-derive v0.1.7 |
| 369 | 2026-06-25T00:04:44.592Z | Downloaded chacha20poly1305 v0.10.1 |
| 370 | 2026-06-25T00:04:44.594Z | Downloaded iana-time-zone v0.1.65 |
| 371 | 2026-06-25T00:04:44.597Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 372 | 2026-06-25T00:04:44.600Z | Downloaded pretty-hex v0.4.2 |
| 373 | 2026-06-25T00:04:44.600Z | Downloaded powerfmt v0.2.0 |
| 374 | 2026-06-25T00:04:44.602Z | Downloaded phf_shared v0.12.1 |
| 375 | 2026-06-25T00:04:44.602Z | Downloaded num-conv v0.2.2 |
| 376 | 2026-06-25T00:04:44.605Z | Downloaded progenitor-macro v0.10.0 |
| 377 | 2026-06-25T00:04:44.605Z | Downloaded progenitor-client v0.14.0 |
| 378 | 2026-06-25T00:04:44.608Z | Downloaded opaque-debug v0.3.1 |
| 379 | 2026-06-25T00:04:44.608Z | Downloaded multer v3.1.0 |
| 380 | 2026-06-25T00:04:44.610Z | Downloaded proc-macro-error-attr v1.0.4 |
| 381 | 2026-06-25T00:04:44.613Z | Downloaded hybrid-array v0.4.12 |
| 382 | 2026-06-25T00:04:44.616Z | Downloaded newtype-uuid v1.3.2 |
| 383 | 2026-06-25T00:04:44.616Z | Downloaded getrandom v0.4.2 |
| 384 | 2026-06-25T00:04:44.618Z | Downloaded num_enum v0.7.6 |
| 385 | 2026-06-25T00:04:44.622Z | Downloaded potential_utf v0.1.5 |
| 386 | 2026-06-25T00:04:44.625Z | Downloaded memmap2 v0.9.10 |
| 387 | 2026-06-25T00:04:44.633Z | Downloaded progenitor-macro v0.13.0 |
| 388 | 2026-06-25T00:04:44.633Z | Downloaded progenitor-macro v0.14.0 |
| 389 | 2026-06-25T00:04:44.633Z | Downloaded futures v0.3.32 |
| 390 | 2026-06-25T00:04:44.636Z | Downloaded password-hash v0.5.0 |
| 391 | 2026-06-25T00:04:44.636Z | Downloaded oxnet v0.1.6 |
| 392 | 2026-06-25T00:04:44.638Z | Downloaded paste v1.0.15 |
| 393 | 2026-06-25T00:04:44.641Z | Downloaded jobserver v0.1.34 |
| 394 | 2026-06-25T00:04:44.641Z | Downloaded allocator-api2 v0.2.21 |
| 395 | 2026-06-25T00:04:44.643Z | Downloaded owo-colors v4.3.0 |
| 396 | 2026-06-25T00:04:44.645Z | Downloaded progenitor-client v0.10.0 |
| 397 | 2026-06-25T00:04:44.648Z | Downloaded parse-display-derive v0.10.0 |
| 398 | 2026-06-25T00:04:44.648Z | Downloaded const_format v0.2.36 |
| 399 | 2026-06-25T00:04:44.651Z | Downloaded oxide-tokio-rt v0.1.6 |
| 400 | 2026-06-25T00:04:44.653Z | Downloaded num_enum v0.5.11 |
| 401 | 2026-06-25T00:04:44.656Z | Downloaded rand_xorshift v0.4.0 |
| 402 | 2026-06-25T00:04:44.658Z | Downloaded ref-cast-impl v1.0.25 |
| 403 | 2026-06-25T00:04:44.661Z | Downloaded pem v3.0.6 |
| 404 | 2026-06-25T00:04:44.661Z | Downloaded icu_provider v2.2.0 |
| 405 | 2026-06-25T00:04:44.665Z | Downloaded rand_chacha v0.3.1 |
| 406 | 2026-06-25T00:04:44.688Z | Downloaded ref-cast v1.0.25 |
| 407 | 2026-06-25T00:04:44.688Z | Downloaded derive-where v1.6.1 |
| 408 | 2026-06-25T00:04:44.688Z | Downloaded getrandom v0.2.17 |
| 409 | 2026-06-25T00:04:44.688Z | Downloaded progenitor v0.13.0 |
| 410 | 2026-06-25T00:04:44.688Z | Downloaded once_cell v1.21.4 |
| 411 | 2026-06-25T00:04:44.688Z | Downloaded proc-macro-error v1.0.4 |
| 412 | 2026-06-25T00:04:44.688Z | Downloaded pin-project-internal v1.1.13 |
| 413 | 2026-06-25T00:04:44.688Z | Downloaded rustc_version v0.4.1 |
| 414 | 2026-06-25T00:04:44.688Z | Downloaded rustc-hash v2.1.2 |
| 415 | 2026-06-25T00:04:44.689Z | Downloaded rustc_version v0.1.7 |
| 416 | 2026-06-25T00:04:44.689Z | Downloaded diff v0.1.13 |
| 417 | 2026-06-25T00:04:44.689Z | Downloaded pkg-config v0.3.33 |
| 418 | 2026-06-25T00:04:44.692Z | Downloaded darling_core v0.23.0 |
| 419 | 2026-06-25T00:04:44.696Z | Downloaded log v0.4.32 |
| 420 | 2026-06-25T00:04:44.696Z | Downloaded proc-macro-crate v3.5.0 |
| 421 | 2026-06-25T00:04:44.699Z | Downloaded poly1305 v0.8.0 |
| 422 | 2026-06-25T00:04:44.699Z | Downloaded parking_lot_core v0.9.12 |
| 423 | 2026-06-25T00:04:44.702Z | Downloaded rand_chacha v0.9.0 |
| 424 | 2026-06-25T00:04:44.704Z | Downloaded progenitor v0.10.0 |
| 425 | 2026-06-25T00:04:44.704Z | Downloaded ppv-lite86 v0.2.21 |
| 426 | 2026-06-25T00:04:44.707Z | Downloaded bytes v1.11.1 |
| 427 | 2026-06-25T00:04:44.710Z | Downloaded parking_lot v0.12.5 |
| 428 | 2026-06-25T00:04:44.712Z | Downloaded progenitor-client v0.13.0 |
| 429 | 2026-06-25T00:04:44.712Z | Downloaded parking_lot_core v0.8.6 |
| 430 | 2026-06-25T00:04:44.715Z | Downloaded crypto-bigint v0.5.5 |
| 431 | 2026-06-25T00:04:44.718Z | Downloaded serde_repr v0.1.20 |
| 432 | 2026-06-25T00:04:44.721Z | Downloaded semver v0.1.20 |
| 433 | 2026-06-25T00:04:44.721Z | Downloaded scroll_derive v0.12.1 |
| 434 | 2026-06-25T00:04:44.724Z | Downloaded serde_plain v1.0.2 |
| 435 | 2026-06-25T00:04:44.726Z | Downloaded serde_urlencoded v0.7.1 |
| 436 | 2026-06-25T00:04:44.726Z | Downloaded serde_spanned v1.1.1 |
| 437 | 2026-06-25T00:04:44.729Z | Downloaded serde-big-array v0.5.1 |
| 438 | 2026-06-25T00:04:44.729Z | Downloaded secrecy v0.10.3 |
| 439 | 2026-06-25T00:04:44.732Z | Downloaded pest_generator v2.8.6 |
| 440 | 2026-06-25T00:04:44.732Z | Downloaded rand_core v0.10.1 |
| 441 | 2026-06-25T00:04:44.734Z | Downloaded rand_core v0.9.5 |
| 442 | 2026-06-25T00:04:44.734Z | Downloaded pest_derive v2.8.6 |
| 443 | 2026-06-25T00:04:44.737Z | Downloaded parking_lot v0.11.2 |
| 444 | 2026-06-25T00:04:44.740Z | Downloaded rand_core v0.6.4 |
| 445 | 2026-06-25T00:04:44.740Z | Downloaded icu_locale_core v2.2.0 |
| 446 | 2026-06-25T00:04:44.744Z | Downloaded sha1 v0.11.0 |
| 447 | 2026-06-25T00:04:44.747Z | Downloaded aho-corasick v1.1.4 |
| 448 | 2026-06-25T00:04:44.750Z | Downloaded num-traits v0.2.19 |
| 449 | 2026-06-25T00:04:44.752Z | Downloaded proc-macro-error2 v2.0.1 |
| 450 | 2026-06-25T00:04:44.755Z | Downloaded rustls-native-certs v0.8.4 |
| 451 | 2026-06-25T00:04:44.758Z | Downloaded rustls-pemfile v2.2.0 |
| 452 | 2026-06-25T00:04:44.758Z | Downloaded rusty-fork v0.3.1 |
| 453 | 2026-06-25T00:04:44.760Z | Downloaded hickory-resolver v0.24.4 |
| 454 | 2026-06-25T00:04:44.763Z | Downloaded icu_collections v2.2.0 |
| 455 | 2026-06-25T00:04:44.767Z | Downloaded slog-bunyan v2.5.0 |
| 456 | 2026-06-25T00:04:44.769Z | Downloaded papergrid v0.11.0 |
| 457 | 2026-06-25T00:04:44.774Z | Downloaded siphasher v1.0.3 |
| 458 | 2026-06-25T00:04:44.777Z | Downloaded slog-envlogger v2.2.0 |
| 459 | 2026-06-25T00:04:44.777Z | Downloaded sigpipe v0.1.3 |
| 460 | 2026-06-25T00:04:44.777Z | Downloaded quote v1.0.45 |
| 461 | 2026-06-25T00:04:44.780Z | Downloaded crossbeam-channel v0.5.15 |
| 462 | 2026-06-25T00:04:44.783Z | Downloaded rustversion v1.0.22 |
| 463 | 2026-06-25T00:04:44.785Z | Downloaded progenitor-extras v0.2.0 |
| 464 | 2026-06-25T00:04:44.785Z | Downloaded papergrid v0.18.0 |
| 465 | 2026-06-25T00:04:44.788Z | Downloaded serde_path_to_error v0.1.20 |
| 466 | 2026-06-25T00:04:44.790Z | Downloaded spin v0.5.2 |
| 467 | 2026-06-25T00:04:44.793Z | Downloaded strsim v0.11.1 |
| 468 | 2026-06-25T00:04:44.793Z | Downloaded serde_spanned v0.6.9 |
| 469 | 2026-06-25T00:04:44.795Z | Downloaded smawk v0.3.2 |
| 470 | 2026-06-25T00:04:44.795Z | Downloaded serde_tokenstream v0.2.3 |
| 471 | 2026-06-25T00:04:44.798Z | Downloaded strum v0.27.2 |
| 472 | 2026-06-25T00:04:44.798Z | Downloaded structmeta-derive v0.3.0 |
| 473 | 2026-06-25T00:04:44.798Z | Downloaded strum v0.26.3 |
| 474 | 2026-06-25T00:04:44.801Z | Downloaded stable_deref_trait v1.2.1 |
| 475 | 2026-06-25T00:04:44.801Z | Downloaded scroll v0.12.0 |
| 476 | 2026-06-25T00:04:44.803Z | Downloaded signal-hook-registry v1.4.8 |
| 477 | 2026-06-25T00:04:44.803Z | Downloaded structmeta v0.3.0 |
| 478 | 2026-06-25T00:04:44.806Z | Downloaded miniz_oxide v0.8.9 |
| 479 | 2026-06-25T00:04:44.806Z | Downloaded quinn-udp v0.5.14 |
| 480 | 2026-06-25T00:04:44.809Z | Downloaded dropshot-api-manager v0.7.2 |
| 481 | 2026-06-25T00:04:44.811Z | Downloaded postcard v1.1.3 |
| 482 | 2026-06-25T00:04:44.814Z | Downloaded flate2 v1.1.9 |
| 483 | 2026-06-25T00:04:44.816Z | Downloaded sha2 v0.10.9 |
| 484 | 2026-06-25T00:04:44.819Z | Downloaded subtle v2.6.1 |
| 485 | 2026-06-25T00:04:44.821Z | Downloaded serial_test_derive v3.5.0 |
| 486 | 2026-06-25T00:04:44.821Z | Downloaded supports-color v3.0.2 |
| 487 | 2026-06-25T00:04:44.821Z | Downloaded pin-project v1.1.13 |
| 488 | 2026-06-25T00:04:44.828Z | Downloaded slab v0.4.12 |
| 489 | 2026-06-25T00:04:44.831Z | Downloaded shlex v2.0.1 |
| 490 | 2026-06-25T00:04:44.831Z | Downloaded sync_wrapper v1.0.2 |
| 491 | 2026-06-25T00:04:44.834Z | Downloaded swrite v0.1.0 |
| 492 | 2026-06-25T00:04:44.834Z | Downloaded rustls-pki-types v1.14.1 |
| 493 | 2026-06-25T00:04:44.836Z | Downloaded konst v0.2.20 |
| 494 | 2026-06-25T00:04:44.839Z | Downloaded sha1 v0.10.6 |
| 495 | 2026-06-25T00:04:44.842Z | Downloaded openssl-sys v0.9.116 |
| 496 | 2026-06-25T00:04:44.844Z | Downloaded testing_table v0.3.0 |
| 497 | 2026-06-25T00:04:44.844Z | Downloaded termtree v0.5.1 |
| 498 | 2026-06-25T00:04:44.847Z | Downloaded terminal_size v0.4.4 |
| 499 | 2026-06-25T00:04:44.847Z | Downloaded take_mut v0.2.2 |
| 500 | 2026-06-25T00:04:44.847Z | Downloaded jiff-static v0.2.28 |
| 501 | 2026-06-25T00:04:44.850Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 502 | 2026-06-25T00:04:44.852Z | Downloaded thread-id v4.2.2 |
| 503 | 2026-06-25T00:04:44.852Z | Downloaded slog-dtrace v0.3.0 |
| 504 | 2026-06-25T00:04:44.852Z | Downloaded slog-async v2.8.0 |
| 505 | 2026-06-25T00:04:44.855Z | Downloaded simd-adler32 v0.3.9 |
| 506 | 2026-06-25T00:04:44.858Z | Downloaded schemars_derive v0.8.22 |
| 507 | 2026-06-25T00:04:44.858Z | Downloaded semver v1.0.28 |
| 508 | 2026-06-25T00:04:44.860Z | Downloaded serde_derive_internals v0.29.1 |
| 509 | 2026-06-25T00:04:44.860Z | Downloaded progenitor-impl v0.10.0 |
| 510 | 2026-06-25T00:04:44.863Z | Downloaded smf v0.2.3 |
| 511 | 2026-06-25T00:04:44.863Z | Downloaded smartstring v1.0.1 |
| 512 | 2026-06-25T00:04:44.866Z | Downloaded time-core v0.1.8 |
| 513 | 2026-06-25T00:04:44.866Z | Downloaded strum_macros v0.27.2 |
| 514 | 2026-06-25T00:04:44.869Z | Downloaded thread-id v5.1.0 |
| 515 | 2026-06-25T00:04:44.869Z | Downloaded slog-term v2.9.2 |
| 516 | 2026-06-25T00:04:44.872Z | Downloaded tinyvec_macros v0.1.1 |
| 517 | 2026-06-25T00:04:44.872Z | Downloaded expectorate v1.2.0 |
| 518 | 2026-06-25T00:04:44.874Z | Downloaded slog-stdlog v4.1.1 |
| 519 | 2026-06-25T00:04:44.874Z | Downloaded proc-macro2 v1.0.106 |
| 520 | 2026-06-25T00:04:44.877Z | Downloaded static_assertions v1.1.0 |
| 521 | 2026-06-25T00:04:44.877Z | Downloaded snafu-derive v0.8.9 |
| 522 | 2026-06-25T00:04:44.880Z | Downloaded slog-json v2.6.1 |
| 523 | 2026-06-25T00:04:44.880Z | Downloaded rhai_codegen v3.2.0 |
| 524 | 2026-06-25T00:04:44.884Z | Downloaded toml_datetime v0.6.11 |
| 525 | 2026-06-25T00:04:44.887Z | Downloaded icu_normalizer v2.2.0 |
| 526 | 2026-06-25T00:04:44.890Z | Downloaded cc v1.2.63 |
| 527 | 2026-06-25T00:04:44.895Z | Downloaded strum_macros v0.26.4 |
| 528 | 2026-06-25T00:04:44.895Z | Downloaded rustls-platform-verifier v0.7.0 |
| 529 | 2026-06-25T00:04:44.898Z | Downloaded serde_with_macros v3.20.0 |
| 530 | 2026-06-25T00:04:44.898Z | Downloaded progenitor-impl v0.14.0 |
| 531 | 2026-06-25T00:04:44.898Z | Downloaded progenitor-impl v0.13.0 |
| 532 | 2026-06-25T00:04:44.901Z | Downloaded tagptr v0.2.0 |
| 533 | 2026-06-25T00:04:44.903Z | Downloaded tabwriter v1.4.1 |
| 534 | 2026-06-25T00:04:44.903Z | Downloaded tabled_derive v0.7.0 |
| 535 | 2026-06-25T00:04:44.903Z | Downloaded scroll_derive v0.13.1 |
| 536 | 2026-06-25T00:04:44.903Z | Downloaded scroll v0.13.0 |
| 537 | 2026-06-25T00:04:44.906Z | Downloaded hashbrown v0.12.3 |
| 538 | 2026-06-25T00:04:44.909Z | Downloaded synstructure v0.13.2 |
| 539 | 2026-06-25T00:04:44.909Z | Downloaded tower-service v0.3.3 |
| 540 | 2026-06-25T00:04:44.909Z | Downloaded minimal-lexical v0.2.1 |
| 541 | 2026-06-25T00:04:44.912Z | Downloaded thiserror-impl v1.0.69 |
| 542 | 2026-06-25T00:04:44.914Z | Downloaded thiserror v2.0.18 |
| 543 | 2026-06-25T00:04:44.918Z | Downloaded try-lock v0.2.5 |
| 544 | 2026-06-25T00:04:44.921Z | Downloaded tower-layer v0.3.3 |
| 545 | 2026-06-25T00:04:44.921Z | Downloaded typeid v1.0.3 |
| 546 | 2026-06-25T00:04:44.921Z | Downloaded thiserror v1.0.69 |
| 547 | 2026-06-25T00:04:44.924Z | Downloaded thread_local v1.1.9 |
| 548 | 2026-06-25T00:04:44.924Z | Downloaded thiserror-impl v2.0.18 |
| 549 | 2026-06-25T00:04:44.926Z | Downloaded serde_derive v1.0.228 |
| 550 | 2026-06-25T00:04:44.926Z | Downloaded ryu v1.0.23 |
| 551 | 2026-06-25T00:04:44.929Z | Downloaded time-macros v0.2.27 |
| 552 | 2026-06-25T00:04:44.932Z | Downloaded typify-macro v0.6.2 |
| 553 | 2026-06-25T00:04:44.932Z | Downloaded unicode-linebreak v0.1.5 |
| 554 | 2026-06-25T00:04:44.932Z | Downloaded tinystr v0.8.3 |
| 555 | 2026-06-25T00:04:44.934Z | Downloaded spin v0.9.8 |
| 556 | 2026-06-25T00:04:44.934Z | Downloaded typify-macro v0.4.3 |
| 557 | 2026-06-25T00:04:44.937Z | Downloaded serde_yaml v0.9.34+deprecated |
| 558 | 2026-06-25T00:04:44.940Z | Downloaded unarray v0.1.4 |
| 559 | 2026-06-25T00:04:44.940Z | Downloaded smallvec v1.15.1 |
| 560 | 2026-06-25T00:04:44.942Z | Downloaded slog-scope v4.4.1 |
| 561 | 2026-06-25T00:04:44.942Z | Downloaded schemars v0.8.22 |
| 562 | 2026-06-25T00:04:44.948Z | Downloaded tokio-macros v2.7.0 |
| 563 | 2026-06-25T00:04:44.951Z | Downloaded tokio-dtrace v0.1.1 |
| 564 | 2026-06-25T00:04:44.951Z | Downloaded rayon-core v1.13.0 |
| 565 | 2026-06-25T00:04:44.953Z | Downloaded unicode-xid v0.2.6 |
| 566 | 2026-06-25T00:04:44.953Z | Downloaded mio v1.2.1 |
| 567 | 2026-06-25T00:04:44.957Z | Downloaded untrusted v0.9.0 |
| 568 | 2026-06-25T00:04:44.960Z | Downloaded utf8_iter v1.0.4 |
| 569 | 2026-06-25T00:04:44.960Z | Downloaded usdt-macro v0.6.0 |
| 570 | 2026-06-25T00:04:44.960Z | Downloaded untrusted v0.7.1 |
| 571 | 2026-06-25T00:04:44.960Z | Downloaded pest_meta v2.8.6 |
| 572 | 2026-06-25T00:04:44.962Z | Downloaded tokio-tungstenite v0.21.0 |
| 573 | 2026-06-25T00:04:44.966Z | Downloaded universal-hash v0.5.1 |
| 574 | 2026-06-25T00:04:44.966Z | Downloaded unit-prefix v0.5.2 |
| 575 | 2026-06-25T00:04:44.966Z | Downloaded usdt-attr-macro v0.5.0 |
| 576 | 2026-06-25T00:04:44.966Z | Downloaded usdt-attr-macro v0.6.0 |
| 577 | 2026-06-25T00:04:44.968Z | Downloaded usdt v0.6.0 |
| 578 | 2026-06-25T00:04:44.968Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 579 | 2026-06-25T00:04:44.968Z | Downloaded usdt v0.5.0 |
| 580 | 2026-06-25T00:04:44.968Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 581 | 2026-06-25T00:04:44.971Z | Downloaded hyper-util v0.1.20 |
| 582 | 2026-06-25T00:04:44.974Z | Downloaded version_check v0.9.5 |
| 583 | 2026-06-25T00:04:44.976Z | Downloaded toml_write v0.1.2 |
| 584 | 2026-06-25T00:04:44.976Z | Downloaded utf8parse v0.2.2 |
| 585 | 2026-06-25T00:04:44.976Z | Downloaded utf-8 v0.7.6 |
| 586 | 2026-06-25T00:04:44.979Z | Downloaded usdt-macro v0.5.0 |
| 587 | 2026-06-25T00:04:44.979Z | Downloaded slog v2.8.2 |
| 588 | 2026-06-25T00:04:44.982Z | Downloaded want v0.3.1 |
| 589 | 2026-06-25T00:04:44.982Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 590 | 2026-06-25T00:04:44.982Z | Downloaded term v1.2.1 |
| 591 | 2026-06-25T00:04:44.984Z | Downloaded pretty_assertions v1.4.1 |
| 592 | 2026-06-25T00:04:44.984Z | Downloaded indexmap v2.14.0 |
| 593 | 2026-06-25T00:04:44.987Z | Downloaded hickory-resolver v0.25.2 |
| 594 | 2026-06-25T00:04:44.990Z | Downloaded waitgroup v0.1.2 |
| 595 | 2026-06-25T00:04:44.992Z | Downloaded wait-timeout v0.2.1 |
| 596 | 2026-06-25T00:04:44.993Z | Downloaded thin-vec v0.2.18 |
| 597 | 2026-06-25T00:04:44.993Z | Downloaded prettyplease v0.2.37 |
| 598 | 2026-06-25T00:04:44.995Z | Downloaded quinn v0.11.9 |
| 599 | 2026-06-25T00:04:44.998Z | Downloaded memchr v2.8.1 |
| 600 | 2026-06-25T00:04:45.001Z | Downloaded tabled_derive v0.11.0 |
| 601 | 2026-06-25T00:04:45.004Z | Downloaded http v1.4.1 |
| 602 | 2026-06-25T00:04:45.004Z | Downloaded similar v2.7.0 |
| 603 | 2026-06-25T00:04:45.007Z | Downloaded thiserror-no-std v2.0.2 |
| 604 | 2026-06-25T00:04:45.009Z | Downloaded yoke-derive v0.8.2 |
| 605 | 2026-06-25T00:04:45.012Z | Downloaded zerofrom-derive v0.1.7 |
| 606 | 2026-06-25T00:04:45.012Z | Downloaded tiny-keccak v2.0.2 |
| 607 | 2026-06-25T00:04:45.012Z | Downloaded schemars v0.9.0 |
| 608 | 2026-06-25T00:04:45.020Z | Downloaded zeroize_derive v1.4.3 |
| 609 | 2026-06-25T00:04:45.023Z | Downloaded toml v0.8.23 |
| 610 | 2026-06-25T00:04:45.023Z | Downloaded tokio-rustls v0.26.4 |
| 611 | 2026-06-25T00:04:45.025Z | Downloaded socket2 v0.6.4 |
| 612 | 2026-06-25T00:04:45.025Z | Downloaded tokio-stream v0.1.18 |
| 613 | 2026-06-25T00:04:45.028Z | Downloaded rand v0.8.6 |
| 614 | 2026-06-25T00:04:45.031Z | Downloaded nom v7.1.3 |
| 615 | 2026-06-25T00:04:45.033Z | Downloaded zone v0.3.1 |
| 616 | 2026-06-25T00:04:45.033Z | Downloaded dropshot v0.17.1 |
| 617 | 2026-06-25T00:04:45.046Z | Downloaded zone_cfg_derive v0.3.1 |
| 618 | 2026-06-25T00:04:45.049Z | Downloaded zerofrom v0.1.8 |
| 619 | 2026-06-25T00:04:45.049Z | Downloaded walkdir v2.5.0 |
| 620 | 2026-06-25T00:04:45.049Z | Downloaded usdt-impl v0.6.0 |
| 621 | 2026-06-25T00:04:45.052Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 622 | 2026-06-25T00:04:45.052Z | Downloaded textwrap v0.16.2 |
| 623 | 2026-06-25T00:04:45.055Z | Downloaded tempfile v3.27.0 |
| 624 | 2026-06-25T00:04:45.055Z | Downloaded hashbrown v0.16.1 |
| 625 | 2026-06-25T00:04:45.058Z | Downloaded tracing-attributes v0.1.31 |
| 626 | 2026-06-25T00:04:45.060Z | Downloaded test-strategy v0.4.5 |
| 627 | 2026-06-25T00:04:45.063Z | Downloaded drift v0.2.0 |
| 628 | 2026-06-25T00:04:45.068Z | Downloaded writeable v0.6.3 |
| 629 | 2026-06-25T00:04:45.071Z | Downloaded whoami v1.6.1 |
| 630 | 2026-06-25T00:04:45.071Z | Downloaded serde_core v1.0.228 |
| 631 | 2026-06-25T00:04:45.074Z | Downloaded vsss-rs v3.3.4 |
| 632 | 2026-06-25T00:04:45.074Z | Downloaded snafu v0.8.9 |
| 633 | 2026-06-25T00:04:45.078Z | Downloaded zeroize v1.8.2 |
| 634 | 2026-06-25T00:04:45.080Z | Downloaded itertools v0.12.1 |
| 635 | 2026-06-25T00:04:45.083Z | Downloaded serde v1.0.228 |
| 636 | 2026-06-25T00:04:45.086Z | Downloaded schemars v1.2.1 |
| 637 | 2026-06-25T00:04:45.093Z | Downloaded zerovec-derive v0.11.3 |
| 638 | 2026-06-25T00:04:45.096Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 639 | 2026-06-25T00:04:45.099Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 640 | 2026-06-25T00:04:45.102Z | Downloaded hyper v1.10.1 |
| 641 | 2026-06-25T00:04:45.104Z | Downloaded zmij v1.0.21 |
| 642 | 2026-06-25T00:04:45.104Z | Downloaded idna v1.1.0 |
| 643 | 2026-06-25T00:04:45.107Z | Downloaded yoke v0.8.3 |
| 644 | 2026-06-25T00:04:45.110Z | Downloaded qorb v0.4.1 |
| 645 | 2026-06-25T00:04:45.112Z | Downloaded hashbrown v0.15.5 |
| 646 | 2026-06-25T00:04:45.115Z | Downloaded unicode-ident v1.0.24 |
| 647 | 2026-06-25T00:04:45.118Z | Downloaded xz2 v0.1.7 |
| 648 | 2026-06-25T00:04:45.118Z | Downloaded tinyvec v1.11.0 |
| 649 | 2026-06-25T00:04:45.120Z | Downloaded ucd-trie v0.1.7 |
| 650 | 2026-06-25T00:04:45.120Z | Downloaded typify v0.4.3 |
| 651 | 2026-06-25T00:04:45.123Z | Downloaded typify v0.6.2 |
| 652 | 2026-06-25T00:04:45.126Z | Downloaded rand v0.10.1 |
| 653 | 2026-06-25T00:04:45.126Z | Downloaded itertools v0.14.0 |
| 654 | 2026-06-25T00:04:45.130Z | Downloaded usdt-impl v0.5.0 |
| 655 | 2026-06-25T00:04:45.132Z | Downloaded unsafe-libyaml v0.2.11 |
| 656 | 2026-06-25T00:04:45.137Z | Downloaded toml_edit v0.22.27 |
| 657 | 2026-06-25T00:04:45.139Z | Downloaded nom v8.0.0 |
| 658 | 2026-06-25T00:04:45.139Z | Downloaded clap_builder v4.6.0 |
| 659 | 2026-06-25T00:04:45.142Z | Downloaded rustls-webpki v0.103.13 |
| 660 | 2026-06-25T00:04:45.145Z | Downloaded rand v0.9.4 |
| 661 | 2026-06-25T00:04:45.148Z | Downloaded pest v2.8.6 |
| 662 | 2026-06-25T00:04:45.150Z | Downloaded resolv-conf v0.7.6 |
| 663 | 2026-06-25T00:04:45.153Z | Downloaded toml_edit v0.25.12+spec-1.1.0 |
| 664 | 2026-06-25T00:04:45.153Z | Downloaded serial_test v3.5.0 |
| 665 | 2026-06-25T00:04:45.155Z | Downloaded indicatif v0.18.4 |
| 666 | 2026-06-25T00:04:45.158Z | Downloaded scopeguard v1.2.0 |
| 667 | 2026-06-25T00:04:45.158Z | Downloaded same-file v1.0.6 |
| 668 | 2026-06-25T00:04:45.158Z | Downloaded tungstenite v0.21.0 |
| 669 | 2026-06-25T00:04:45.161Z | Downloaded tracing-core v0.1.36 |
| 670 | 2026-06-25T00:04:45.164Z | Downloaded h2 v0.4.14 |
| 671 | 2026-06-25T00:04:45.166Z | Downloaded quick-error v1.2.3 |
| 672 | 2026-06-25T00:04:45.166Z | Downloaded progenitor v0.14.0 |
| 673 | 2026-06-25T00:04:45.170Z | Downloaded pin-project-lite v0.2.17 |
| 674 | 2026-06-25T00:04:45.172Z | Downloaded num-complex v0.4.6 |
| 675 | 2026-06-25T00:04:45.172Z | Downloaded icu_properties_data v2.2.0 |
| 676 | 2026-06-25T00:04:45.177Z | Downloaded zerocopy-derive v0.7.35 |
| 677 | 2026-06-25T00:04:45.179Z | Downloaded ron v0.12.1 |
| 678 | 2026-06-25T00:04:45.184Z | Downloaded futures-util v0.3.32 |
| 679 | 2026-06-25T00:04:45.191Z | Downloaded hashbrown v0.17.1 |
| 680 | 2026-06-25T00:04:45.194Z | Downloaded phf v0.12.1 |
| 681 | 2026-06-25T00:04:45.197Z | Downloaded icu_normalizer_data v2.2.0 |
| 682 | 2026-06-25T00:04:45.197Z | Downloaded litemap v0.8.2 |
| 683 | 2026-06-25T00:04:45.200Z | Downloaded ingot-macros v0.1.1 |
| 684 | 2026-06-25T00:04:45.202Z | Downloaded indexmap v1.9.3 |
| 685 | 2026-06-25T00:04:45.202Z | Downloaded icu_properties v2.2.0 |
| 686 | 2026-06-25T00:04:45.205Z | Downloaded proc-macro-crate v1.3.1 |
| 687 | 2026-06-25T00:04:45.205Z | Downloaded elliptic-curve v0.13.8 |
| 688 | 2026-06-25T00:04:45.208Z | Downloaded url v2.5.8 |
| 689 | 2026-06-25T00:04:45.210Z | Downloaded uuid v1.23.2 |
| 690 | 2026-06-25T00:04:45.210Z | Downloaded steno v0.4.1 |
| 691 | 2026-06-25T00:04:45.213Z | Downloaded iddqd v0.4.2 |
| 692 | 2026-06-25T00:04:45.217Z | Downloaded toml_edit v0.19.15 |
| 693 | 2026-06-25T00:04:45.227Z | Downloaded yansi v1.0.1 |
| 694 | 2026-06-25T00:04:45.230Z | Downloaded hkdf v0.12.4 |
| 695 | 2026-06-25T00:04:45.232Z | Downloaded goblin v0.8.2 |
| 696 | 2026-06-25T00:04:45.235Z | Downloaded libm v0.2.16 |
| 697 | 2026-06-25T00:04:45.239Z | Downloaded zerotrie v0.2.4 |
| 698 | 2026-06-25T00:04:45.241Z | Downloaded typenum v1.20.1 |
| 699 | 2026-06-25T00:04:45.244Z | Downloaded derive_more v0.99.20 |
| 700 | 2026-06-25T00:04:45.247Z | Downloaded num_enum_derive v0.7.6 |
| 701 | 2026-06-25T00:04:45.250Z | Downloaded num-rational v0.4.2 |
| 702 | 2026-06-25T00:04:45.250Z | Downloaded regex v1.12.3 |
| 703 | 2026-06-25T00:04:45.253Z | Downloaded num-integer v0.1.46 |
| 704 | 2026-06-25T00:04:45.253Z | Downloaded const-oid v0.10.2 |
| 705 | 2026-06-25T00:04:45.253Z | Downloaded hmac v0.12.1 |
| 706 | 2026-06-25T00:04:45.257Z | Downloaded base64 v0.22.1 |
| 707 | 2026-06-25T00:04:45.259Z | Downloaded zerocopy-derive v0.8.50 |
| 708 | 2026-06-25T00:04:45.262Z | Downloaded unicode-segmentation v1.13.3 |
| 709 | 2026-06-25T00:04:45.266Z | Downloaded anstyle-parse v1.0.0 |
| 710 | 2026-06-25T00:04:45.268Z | Downloaded chrono v0.4.45 |
| 711 | 2026-06-25T00:04:45.271Z | Downloaded newtype-uuid-macros v0.1.0 |
| 712 | 2026-06-25T00:04:45.271Z | Downloaded natord v1.0.9 |
| 713 | 2026-06-25T00:04:45.271Z | Downloaded group v0.13.0 |
| 714 | 2026-06-25T00:04:45.271Z | Downloaded defmt-macros v1.1.0 |
| 715 | 2026-06-25T00:04:45.273Z | Downloaded console v0.16.3 |
| 716 | 2026-06-25T00:04:45.276Z | Downloaded console v0.15.11 |
| 717 | 2026-06-25T00:04:45.276Z | Downloaded reqwest v0.12.28 |
| 718 | 2026-06-25T00:04:45.279Z | Downloaded cargo_toml v0.22.3 |
| 719 | 2026-06-25T00:04:45.282Z | Downloaded backon v1.6.0 |
| 720 | 2026-06-25T00:04:45.282Z | Downloaded ciborium v0.2.2 |
| 721 | 2026-06-25T00:04:45.286Z | Downloaded cookie v0.18.1 |
| 722 | 2026-06-25T00:04:45.286Z | Downloaded typed-path v0.9.3 |
| 723 | 2026-06-25T00:04:45.289Z | Downloaded tower v0.5.3 |
| 724 | 2026-06-25T00:04:45.293Z | Downloaded unicode-normalization v0.1.25 |
| 725 | 2026-06-25T00:04:45.296Z | Downloaded memoffset v0.9.1 |
| 726 | 2026-06-25T00:04:45.296Z | Downloaded lru-slab v0.1.2 |
| 727 | 2026-06-25T00:04:45.299Z | Downloaded lru-cache v0.1.2 |
| 728 | 2026-06-25T00:04:45.299Z | Downloaded getrandom v0.3.4 |
| 729 | 2026-06-25T00:04:45.301Z | Downloaded serde_json v1.0.150 |
| 730 | 2026-06-25T00:04:45.304Z | Downloaded reqwest v0.13.4 |
| 731 | 2026-06-25T00:04:45.307Z | Downloaded tough v0.22.0 |
| 732 | 2026-06-25T00:04:45.312Z | Downloaded portable-atomic v1.13.1 |
| 733 | 2026-06-25T00:04:45.316Z | Downloaded fastrand v2.4.1 |
| 734 | 2026-06-25T00:04:45.319Z | Downloaded proptest v1.11.0 |
| 735 | 2026-06-25T00:04:45.323Z | Downloaded generic-array v0.14.7 |
| 736 | 2026-06-25T00:04:45.325Z | Downloaded foreign-types-macros v0.2.3 |
| 737 | 2026-06-25T00:04:45.325Z | Downloaded dof v0.4.0 |
| 738 | 2026-06-25T00:04:45.326Z | Downloaded fs-err v3.3.0 |
| 739 | 2026-06-25T00:04:45.328Z | Downloaded erased-serde v0.3.31 |
| 740 | 2026-06-25T00:04:45.328Z | Downloaded aws-lc-rs v1.17.0 |
| 741 | 2026-06-25T00:04:45.333Z | Downloaded tokio-util v0.7.18 |
| 742 | 2026-06-25T00:04:45.337Z | Downloaded serde_with v3.20.0 |
| 743 | 2026-06-25T00:04:45.344Z | Downloaded deranged v0.5.8 |
| 744 | 2026-06-25T00:04:45.347Z | Downloaded bs58 v0.5.1 |
| 745 | 2026-06-25T00:04:45.350Z | Downloaded dtrace-parser v0.2.0 |
| 746 | 2026-06-25T00:04:45.350Z | Downloaded rayon v1.12.0 |
| 747 | 2026-06-25T00:04:45.353Z | Downloaded chacha20 v0.10.0 |
| 748 | 2026-06-25T00:04:45.355Z | Downloaded is-terminal v0.4.17 |
| 749 | 2026-06-25T00:04:45.355Z | Downloaded instant v0.1.13 |
| 750 | 2026-06-25T00:04:45.358Z | Downloaded convert_case v0.4.0 |
| 751 | 2026-06-25T00:04:45.358Z | Downloaded compression-codecs v0.4.38 |
| 752 | 2026-06-25T00:04:45.360Z | Downloaded camino-tempfile v1.4.1 |
| 753 | 2026-06-25T00:04:45.360Z | Downloaded bit-vec v0.8.0 |
| 754 | 2026-06-25T00:04:45.360Z | Downloaded anstyle v1.0.14 |
| 755 | 2026-06-25T00:04:45.363Z | Downloaded bcs v0.1.6 |
| 756 | 2026-06-25T00:04:45.363Z | Downloaded enum-as-inner v0.6.1 |
| 757 | 2026-06-25T00:04:45.363Z | Downloaded cstr-argument v0.1.2 |
| 758 | 2026-06-25T00:04:45.366Z | Downloaded quinn-proto v0.11.14 |
| 759 | 2026-06-25T00:04:45.369Z | Downloaded moka v0.12.15 |
| 760 | 2026-06-25T00:04:45.372Z | Downloaded httpdate v1.0.3 |
| 761 | 2026-06-25T00:04:45.374Z | Downloaded http-body v1.0.1 |
| 762 | 2026-06-25T00:04:45.374Z | Downloaded foreign-types-shared v0.1.1 |
| 763 | 2026-06-25T00:04:45.374Z | Downloaded defmt v0.3.100 |
| 764 | 2026-06-25T00:04:45.374Z | Downloaded zerovec v0.11.6 |
| 765 | 2026-06-25T00:04:45.378Z | Downloaded tower-http v0.6.11 |
| 766 | 2026-06-25T00:04:45.383Z | Downloaded byteorder v1.5.0 |
| 767 | 2026-06-25T00:04:45.385Z | Downloaded bytecount v0.6.9 |
| 768 | 2026-06-25T00:04:45.385Z | Downloaded bitflags v1.3.2 |
| 769 | 2026-06-25T00:04:45.388Z | Downloaded foreign-types-shared v0.3.1 |
| 770 | 2026-06-25T00:04:45.388Z | Downloaded defmt-parser v1.0.0 |
| 771 | 2026-06-25T00:04:45.388Z | Downloaded aead v0.5.2 |
| 772 | 2026-06-25T00:04:45.391Z | Downloaded futures-core v0.3.32 |
| 773 | 2026-06-25T00:04:45.391Z | Downloaded equivalent v1.0.2 |
| 774 | 2026-06-25T00:04:45.391Z | Downloaded const-random-macro v0.1.16 |
| 775 | 2026-06-25T00:04:45.391Z | Downloaded cobs v0.3.0 |
| 776 | 2026-06-25T00:04:45.391Z | Downloaded chacha20 v0.9.1 |
| 777 | 2026-06-25T00:04:45.394Z | Downloaded block-buffer v0.10.4 |
| 778 | 2026-06-25T00:04:45.394Z | Downloaded crypto-common v0.1.7 |
| 779 | 2026-06-25T00:04:45.394Z | Downloaded crc8 v0.1.1 |
| 780 | 2026-06-25T00:04:45.394Z | Downloaded clap_lex v1.1.0 |
| 781 | 2026-06-25T00:04:45.397Z | Downloaded cfg-if v1.0.4 |
| 782 | 2026-06-25T00:04:45.397Z | Downloaded ff v0.13.1 |
| 783 | 2026-06-25T00:04:45.397Z | Downloaded digest v0.10.7 |
| 784 | 2026-06-25T00:04:45.400Z | Downloaded bit-set v0.8.0 |
| 785 | 2026-06-25T00:04:45.400Z | Downloaded arc-swap v1.9.1 |
| 786 | 2026-06-25T00:04:45.403Z | Downloaded darling_macro v0.23.0 |
| 787 | 2026-06-25T00:04:45.403Z | Downloaded darling v0.23.0 |
| 788 | 2026-06-25T00:04:45.406Z | Downloaded daft v0.1.7 |
| 789 | 2026-06-25T00:04:45.407Z | Downloaded colored v3.1.1 |
| 790 | 2026-06-25T00:04:45.407Z | Downloaded tabled v0.21.0 |
| 791 | 2026-06-25T00:04:45.417Z | Downloaded winnow v0.5.40 |
| 792 | 2026-06-25T00:04:45.422Z | Downloaded webpki-roots v1.0.7 |
| 793 | 2026-06-25T00:04:45.424Z | Downloaded zerocopy v0.7.35 |
| 794 | 2026-06-25T00:04:45.433Z | Downloaded bstr v1.12.1 |
| 795 | 2026-06-25T00:04:45.438Z | Downloaded curve25519-dalek v4.1.3 |
| 796 | 2026-06-25T00:04:45.443Z | Downloaded time v0.3.47 |
| 797 | 2026-06-25T00:04:45.451Z | Downloaded cmake v0.1.58 |
| 798 | 2026-06-25T00:04:45.453Z | Downloaded byte-wrapper v0.1.0 |
| 799 | 2026-06-25T00:04:45.453Z | Downloaded blake2 v0.10.6 |
| 800 | 2026-06-25T00:04:45.457Z | Downloaded tabled v0.15.0 |
| 801 | 2026-06-25T00:04:45.464Z | Downloaded winnow v1.0.3 |
| 802 | 2026-06-25T00:04:45.469Z | Downloaded winnow v0.7.15 |
| 803 | 2026-06-25T00:04:45.474Z | Downloaded base64ct v1.8.3 |
| 804 | 2026-06-25T00:04:45.477Z | Downloaded backoff v0.4.0 |
| 805 | 2026-06-25T00:04:45.479Z | Downloaded errno v0.3.14 |
| 806 | 2026-06-25T00:04:45.479Z | Downloaded async-trait v0.1.89 |
| 807 | 2026-06-25T00:04:45.482Z | Downloaded rhai v1.25.1 |
| 808 | 2026-06-25T00:04:45.487Z | Downloaded syn v1.0.109 |
| 809 | 2026-06-25T00:04:45.492Z | Downloaded goblin v0.10.7 |
| 810 | 2026-06-25T00:04:45.497Z | Downloaded zerocopy v0.8.50 |
| 811 | 2026-06-25T00:04:45.509Z | Downloaded vcpkg v0.2.15 |
| 812 | 2026-06-25T00:04:45.531Z | Downloaded regress v0.10.5 |
| 813 | 2026-06-25T00:04:45.536Z | Downloaded rustix v0.38.44 |
| 814 | 2026-06-25T00:04:45.548Z | Downloaded regress v0.11.1 |
| 815 | 2026-06-25T00:04:45.553Z | Downloaded nix v0.31.3 |
| 816 | 2026-06-25T00:04:45.560Z | Downloaded unicode-width v0.1.14 |
| 817 | 2026-06-25T00:04:45.563Z | Downloaded openssl v0.10.80 |
| 818 | 2026-06-25T00:04:45.569Z | Downloaded regex-syntax v0.8.10 |
| 819 | 2026-06-25T00:04:45.574Z | Downloaded syn v2.0.117 |
| 820 | 2026-06-25T00:04:45.581Z | Downloaded unicode-width v0.2.2 |
| 821 | 2026-06-25T00:04:45.584Z | Downloaded smoltcp v0.11.0 |
| 822 | 2026-06-25T00:04:45.591Z | Downloaded hickory-proto v0.24.4 |
| 823 | 2026-06-25T00:04:45.600Z | Downloaded foldhash v0.1.5 |
| 824 | 2026-06-25T00:04:45.603Z | Downloaded tracing v0.1.44 |
| 825 | 2026-06-25T00:04:45.611Z | Downloaded rustls v0.23.40 |
| 826 | 2026-06-25T00:04:45.618Z | Downloaded typify-impl v0.4.3 |
| 827 | 2026-06-25T00:04:45.626Z | Downloaded openapiv3 v2.2.0 |
| 828 | 2026-06-25T00:04:45.632Z | Downloaded hickory-proto v0.25.2 |
| 829 | 2026-06-25T00:04:45.641Z | Downloaded rustix v1.1.4 |
| 830 | 2026-06-25T00:04:45.655Z | Downloaded regex-automata v0.4.14 |
| 831 | 2026-06-25T00:04:45.664Z | Downloaded argon2 v0.5.3 |
| 832 | 2026-06-25T00:04:45.672Z | Downloaded petgraph v0.6.5 |
| 833 | 2026-06-25T00:04:45.685Z | Downloaded sled v0.34.7 |
| 834 | 2026-06-25T00:04:45.691Z | Downloaded lzma-sys v0.1.20 |
| 835 | 2026-06-25T00:04:45.708Z | Downloaded typify-impl v0.6.2 |
| 836 | 2026-06-25T00:04:45.714Z | Downloaded chrono-tz v0.10.4 |
| 837 | 2026-06-25T00:04:45.731Z | Downloaded csv v1.4.0 |
| 838 | 2026-06-25T00:04:45.788Z | Downloaded jiff v0.2.28 |
| 839 | 2026-06-25T00:04:45.810Z | Downloaded petgraph v0.8.3 |
| 840 | 2026-06-25T00:04:45.822Z | Downloaded libc v0.2.186 |
| 841 | 2026-06-25T00:04:45.841Z | Downloaded sha3 v0.10.9 |
| 842 | 2026-06-25T00:04:45.856Z | Downloaded tokio v1.52.3 |
| 843 | 2026-06-25T00:04:45.915Z | Downloaded encoding_rs v0.8.35 |
| 844 | 2026-06-25T00:04:45.928Z | Downloaded ring v0.17.14 |
| 845 | 2026-06-25T00:04:46.319Z | Downloaded aws-lc-sys v0.41.0 |
| 846 | 2026-06-25T00:04:46.855Z | Compiling proc-macro2 v1.0.106 |
| 847 | 2026-06-25T00:04:46.855Z | Compiling quote v1.0.45 |
| 848 | 2026-06-25T00:04:46.855Z | Compiling unicode-ident v1.0.24 |
| 849 | 2026-06-25T00:04:46.857Z | Compiling serde_core v1.0.228 |
| 850 | 2026-06-25T00:04:46.858Z | Compiling serde v1.0.228 |
| 851 | 2026-06-25T00:04:46.858Z | Compiling libc v0.2.186 |
| 852 | 2026-06-25T00:04:46.858Z | Compiling zmij v1.0.21 |
| 853 | 2026-06-25T00:04:46.858Z | Compiling autocfg v1.5.1 |
| 854 | 2026-06-25T00:04:47.212Z | Compiling libm v0.2.16 |
| 855 | 2026-06-25T00:04:47.563Z | Compiling icu_normalizer_data v2.2.0 |
| 856 | 2026-06-25T00:04:47.566Z | Compiling icu_properties_data v2.2.0 |
| 857 | 2026-06-25T00:04:47.580Z | Compiling serde_json v1.0.150 |
| 858 | 2026-06-25T00:04:47.665Z | Compiling num-traits v0.2.19 |
| 859 | 2026-06-25T00:04:47.687Z | Compiling getrandom v0.4.2 |
| 860 | 2026-06-25T00:04:47.933Z | Compiling version_check v0.9.5 |
| 861 | 2026-06-25T00:04:48.126Z | Compiling thiserror v2.0.18 |
| 862 | 2026-06-25T00:04:48.325Z | Compiling memchr v2.8.1 |
| 863 | 2026-06-25T00:04:48.442Z | Compiling schemars v0.8.22 |
| 864 | 2026-06-25T00:04:48.538Z | Compiling syn v2.0.117 |
| 865 | 2026-06-25T00:04:48.566Z | Checking cfg-if v1.0.4 |
| 866 | 2026-06-25T00:04:48.640Z | Compiling parking_lot_core v0.9.12 |
| 867 | 2026-06-25T00:04:48.800Z | Compiling heck v0.5.0 |
| 868 | 2026-06-25T00:04:48.819Z | Compiling zerocopy v0.8.50 |
| 869 | 2026-06-25T00:04:48.918Z | Compiling portable-atomic v1.13.1 |
| 870 | 2026-06-25T00:04:48.964Z | Compiling rustversion v1.0.22 |
| 871 | 2026-06-25T00:04:49.020Z | Compiling itoa v1.0.18 |
| 872 | 2026-06-25T00:04:49.209Z | Compiling jobserver v0.1.34 |
| 873 | 2026-06-25T00:04:49.309Z | Compiling shlex v2.0.1 |
| 874 | 2026-06-25T00:04:49.491Z | Compiling find-msvc-tools v0.1.9 |
| 875 | 2026-06-25T00:04:49.741Z | Compiling cc v1.2.63 |
| 876 | 2026-06-25T00:04:49.919Z | Compiling fs_extra v1.3.0 |
| 877 | 2026-06-25T00:04:50.021Z | Compiling dunce v1.0.5 |
| 878 | 2026-06-25T00:04:50.040Z | Compiling semver v1.0.28 |
| 879 | 2026-06-25T00:04:50.043Z | Compiling log v0.4.32 |
| 880 | 2026-06-25T00:04:50.043Z | Compiling httparse v1.10.1 |
| 881 | 2026-06-25T00:04:50.123Z | Compiling slog v2.8.2 |
| 882 | 2026-06-25T00:04:50.181Z | Compiling rustix v1.1.4 |
| 883 | 2026-06-25T00:04:50.224Z | Checking stable_deref_trait v1.2.1 |
| 884 | 2026-06-25T00:04:50.377Z | Compiling equivalent v1.0.2 |
| 885 | 2026-06-25T00:04:50.415Z | Compiling thiserror v1.0.69 |
| 886 | 2026-06-25T00:04:50.485Z | Compiling cmake v0.1.58 |
| 887 | 2026-06-25T00:04:50.604Z | Checking writeable v0.6.3 |
| 888 | 2026-06-25T00:04:50.767Z | Checking litemap v0.8.2 |
| 889 | 2026-06-25T00:04:50.783Z | Checking utf8_iter v1.0.4 |
| 890 | 2026-06-25T00:04:50.802Z | Compiling aws-lc-rs v1.17.0 |
| 891 | 2026-06-25T00:04:50.832Z | Checking percent-encoding v2.3.2 |
| 892 | 2026-06-25T00:04:50.986Z | Checking form_urlencoded v1.2.2 |
| 893 | 2026-06-25T00:04:51.007Z | Checking rand_core v0.10.1 |
| 894 | 2026-06-25T00:04:51.026Z | Compiling aws-lc-sys v0.41.0 |
| 895 | 2026-06-25T00:04:51.083Z | Compiling ring v0.17.14 |
| 896 | 2026-06-25T00:04:51.119Z | Compiling anyhow v1.0.102 |
| 897 | 2026-06-25T00:04:51.149Z | Compiling ucd-trie v0.1.7 |
| 898 | 2026-06-25T00:04:51.152Z | Compiling rustls v0.23.40 |
| 899 | 2026-06-25T00:04:51.368Z | Compiling pest v2.8.6 |
| 900 | 2026-06-25T00:04:51.393Z | Compiling synstructure v0.13.2 |
| 901 | 2026-06-25T00:04:51.413Z | Compiling serde_derive_internals v0.29.1 |
| 902 | 2026-06-25T00:04:51.880Z | Compiling regex-syntax v0.8.10 |
| 903 | 2026-06-25T00:04:51.989Z | Compiling aho-corasick v1.1.4 |
| 904 | 2026-06-25T00:04:52.165Z | Compiling getrandom v0.3.4 |
| 905 | 2026-06-25T00:04:52.415Z | Compiling pest_meta v2.8.6 |
| 906 | 2026-06-25T00:04:52.579Z | Compiling crossbeam-utils v0.8.21 |
| 907 | 2026-06-25T00:04:52.599Z | Compiling serde_derive v1.0.228 |
| 908 | 2026-06-25T00:04:52.886Z | Compiling zerofrom-derive v0.1.7 |
| 909 | 2026-06-25T00:04:53.110Z | Compiling yoke-derive v0.8.2 |
| 910 | 2026-06-25T00:04:53.363Z | Compiling zerovec-derive v0.11.3 |
| 911 | 2026-06-25T00:04:53.729Z | Compiling displaydoc v0.2.6 |
| 912 | 2026-06-25T00:04:53.888Z | Compiling schemars_derive v0.8.22 |
| 913 | 2026-06-25T00:04:54.110Z | Compiling thiserror-impl v2.0.18 |
| 914 | 2026-06-25T00:04:54.208Z | Compiling tokio-macros v2.7.0 |
| 915 | 2026-06-25T00:04:54.455Z | Compiling zeroize_derive v1.4.3 |
| 916 | 2026-06-25T00:04:54.521Z | Compiling zerocopy-derive v0.8.50 |
| 917 | 2026-06-25T00:04:54.934Z | Compiling futures-macro v0.3.32 |
| 918 | 2026-06-25T00:04:55.065Z | Compiling tracing-attributes v0.1.31 |
| 919 | 2026-06-25T00:04:55.158Z | Checking zerofrom v0.1.8 |
| 920 | 2026-06-25T00:04:55.693Z | Compiling serde_tokenstream v0.2.3 |
| 921 | 2026-06-25T00:04:55.753Z | Checking smallvec v1.15.1 |
| 922 | 2026-06-25T00:04:55.753Z | Checking bytes v1.11.1 |
| 923 | 2026-06-25T00:04:55.842Z | Checking yoke v0.8.3 |
| 924 | 2026-06-25T00:04:55.892Z | Compiling thiserror-impl v1.0.69 |
| 925 | 2026-06-25T00:04:55.986Z | Compiling pest_generator v2.8.6 |
| 926 | 2026-06-25T00:04:56.051Z | Checking zerovec v0.11.6 |
| 927 | 2026-06-25T00:04:56.152Z | Checking zerotrie v0.2.4 |
| 928 | 2026-06-25T00:04:56.215Z | Compiling regex-automata v0.4.14 |
| 929 | 2026-06-25T00:04:56.344Z | Compiling hashbrown v0.17.1 |
| 930 | 2026-06-25T00:04:56.367Z | Checking iana-time-zone v0.1.65 |
| 931 | 2026-06-25T00:04:56.463Z | Checking chrono v0.4.45 |
| 932 | 2026-06-25T00:04:56.466Z | Checking tinystr v0.8.3 |
| 933 | 2026-06-25T00:04:56.547Z | Checking potential_utf v0.1.5 |
| 934 | 2026-06-25T00:04:56.661Z | Checking icu_locale_core v2.2.0 |
| 935 | 2026-06-25T00:04:56.681Z | Checking icu_collections v2.2.0 |
| 936 | 2026-06-25T00:04:56.848Z | Compiling pest_derive v2.8.6 |
| 937 | 2026-06-25T00:04:56.868Z | Compiling indexmap v2.14.0 |
| 938 | 2026-06-25T00:04:56.990Z | Compiling time-core v0.1.8 |
| 939 | 2026-06-25T00:04:56.994Z | Compiling num-conv v0.2.2 |
| 940 | 2026-06-25T00:04:57.176Z | Compiling paste v1.0.15 |
| 941 | 2026-06-25T00:04:57.179Z | Compiling time-macros v0.2.27 |
| 942 | 2026-06-25T00:04:57.266Z | Checking icu_provider v2.2.0 |
| 943 | 2026-06-25T00:04:57.504Z | Checking icu_normalizer v2.2.0 |
| 944 | 2026-06-25T00:04:57.506Z | Checking icu_properties v2.2.0 |
| 945 | 2026-06-25T00:04:57.861Z | Compiling regex v1.12.3 |
| 946 | 2026-06-25T00:04:57.931Z | Checking uuid v1.23.2 |
| 947 | 2026-06-25T00:04:58.134Z | Compiling async-trait v0.1.89 |
| 948 | 2026-06-25T00:04:58.280Z | Compiling byteorder v1.5.0 |
| 949 | 2026-06-25T00:04:58.440Z | Checking idna_adapter v1.2.2 |
| 950 | 2026-06-25T00:04:58.620Z | Checking idna v1.1.0 |
| 951 | 2026-06-25T00:04:58.648Z | Checking dyn-clone v1.0.20 |
| 952 | 2026-06-25T00:04:58.733Z | Compiling camino v1.2.2 |
| 953 | 2026-06-25T00:04:58.838Z | Checking url v2.5.8 |
| 954 | 2026-06-25T00:04:58.911Z | Compiling strsim v0.11.1 |
| 955 | 2026-06-25T00:04:59.128Z | Compiling scroll_derive v0.13.1 |
| 956 | 2026-06-25T00:04:59.147Z | Checking errno v0.3.14 |
| 957 | 2026-06-25T00:04:59.262Z | Compiling ident_case v1.0.1 |
| 958 | 2026-06-25T00:04:59.453Z | Compiling omicron-workspace-hack v0.1.0 |
| 959 | 2026-06-25T00:04:59.486Z | Compiling slog-async v2.8.0 |
| 960 | 2026-06-25T00:04:59.707Z | Compiling generic-array v0.14.7 |
| 961 | 2026-06-25T00:04:59.738Z | Compiling crc32fast v1.5.0 |
| 962 | 2026-06-25T00:04:59.846Z | Compiling usdt-impl v0.6.0 |
| 963 | 2026-06-25T00:04:59.932Z | Compiling plain v0.2.3 |
| 964 | 2026-06-25T00:04:59.951Z | Compiling scroll v0.13.0 |
| 965 | 2026-06-25T00:05:00.047Z | Compiling daft-derive v0.1.7 |
| 966 | 2026-06-25T00:05:00.169Z | Compiling goblin v0.10.7 |
| 967 | 2026-06-25T00:05:00.207Z | Compiling pretty-hex v0.4.2 |
| 968 | 2026-06-25T00:05:00.337Z | Checking pin-project-lite v0.2.17 |
| 969 | 2026-06-25T00:05:00.355Z | Compiling dtrace-parser v0.3.0 |
| 970 | 2026-06-25T00:05:00.533Z | Compiling thread-id v5.1.0 |
| 971 | 2026-06-25T00:05:00.801Z | Compiling syn v1.0.109 |
| 972 | 2026-06-25T00:05:00.924Z | Checking getrandom v0.2.17 |
| 973 | 2026-06-25T00:05:00.962Z | Checking zeroize v1.8.2 |
| 974 | 2026-06-25T00:05:01.118Z | Checking bitflags v2.12.1 |
| 975 | 2026-06-25T00:05:01.517Z | Compiling multer v3.1.0 |
| 976 | 2026-06-25T00:05:01.549Z | Compiling async-stream-impl v0.3.6 |
| 977 | 2026-06-25T00:05:01.886Z | Checking socket2 v0.6.4 |
| 978 | 2026-06-25T00:05:02.026Z | Checking scopeguard v1.2.0 |
| 979 | 2026-06-25T00:05:02.133Z | Checking lock_api v0.4.14 |
| 980 | 2026-06-25T00:05:02.172Z | Compiling ref-cast v1.0.25 |
| 981 | 2026-06-25T00:05:02.352Z | Compiling ref-cast-impl v1.0.25 |
| 982 | 2026-06-25T00:05:02.494Z | Compiling dropshot v0.17.1 |
| 983 | 2026-06-25T00:05:02.567Z | Checking critical-section v1.2.0 |
| 984 | 2026-06-25T00:05:02.705Z | Checking once_cell v1.21.4 |
| 985 | 2026-06-25T00:05:02.796Z | Compiling dropshot_endpoint v0.17.1 |
| 986 | 2026-06-25T00:05:02.881Z | Compiling dof v0.4.0 |
| 987 | 2026-06-25T00:05:03.011Z | Checking parking_lot v0.12.5 |
| 988 | 2026-06-25T00:05:03.125Z | Compiling newtype-uuid-macros v0.1.0 |
| 989 | 2026-06-25T00:05:03.609Z | Checking signal-hook-registry v1.4.8 |
| 990 | 2026-06-25T00:05:03.943Z | Checking mio v1.2.1 |
| 991 | 2026-06-25T00:05:04.071Z | Compiling darling_core v0.23.0 |
| 992 | 2026-06-25T00:05:04.221Z | Compiling structmeta-derive v0.3.0 |
| 993 | 2026-06-25T00:05:04.246Z | Checking tokio v1.52.3 |
| 994 | 2026-06-25T00:05:04.284Z | Compiling usdt-attr-macro v0.6.0 |
| 995 | 2026-06-25T00:05:04.473Z | Compiling usdt-macro v0.6.0 |
| 996 | 2026-06-25T00:05:04.493Z | Compiling strum_macros v0.26.4 |
| 997 | 2026-06-25T00:05:04.511Z | Checking subtle v2.6.1 |
| 998 | 2026-06-25T00:05:04.669Z | Compiling foldhash v0.2.0 |
| 999 | 2026-06-25T00:05:04.879Z | Compiling allocator-api2 v0.2.21 |
| 1000 | 2026-06-25T00:05:05.157Z | Checking futures-core v0.3.32 |
| 1001 | 2026-06-25T00:05:05.201Z | Compiling hashbrown v0.16.1 |
| 1002 | 2026-06-25T00:05:05.242Z | Compiling structmeta v0.3.0 |
| 1003 | 2026-06-25T00:05:05.478Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1004 | 2026-06-25T00:05:05.800Z | Compiling strum_macros v0.27.2 |
| 1005 | 2026-06-25T00:05:05.942Z | Compiling derive-ex v0.1.8 |
| 1006 | 2026-06-25T00:05:06.096Z | Compiling http v1.4.1 |
| 1007 | 2026-06-25T00:05:06.156Z | Compiling darling_macro v0.23.0 |
| 1008 | 2026-06-25T00:05:06.517Z | Checking futures-sink v0.3.32 |
| 1009 | 2026-06-25T00:05:06.625Z | Checking ipnetwork v0.21.1 |
| 1010 | 2026-06-25T00:05:06.724Z | Compiling darling v0.23.0 |
| 1011 | 2026-06-25T00:05:06.816Z | Compiling serde_with_macros v3.20.0 |
| 1012 | 2026-06-25T00:05:06.906Z | Checking slab v0.4.12 |
| 1013 | 2026-06-25T00:05:07.038Z | Compiling winnow v1.0.3 |
| 1014 | 2026-06-25T00:05:07.464Z | Compiling test-strategy v0.4.5 |
| 1015 | 2026-06-25T00:05:07.569Z | Checking futures-channel v0.3.32 |
| 1016 | 2026-06-25T00:05:07.799Z | Compiling fnv v1.0.7 |
| 1017 | 2026-06-25T00:05:07.903Z | Checking futures-task v0.3.32 |
| 1018 | 2026-06-25T00:05:07.921Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1019 | 2026-06-25T00:05:08.044Z | Checking typenum v1.20.1 |
| 1020 | 2026-06-25T00:05:08.050Z | Checking futures-io v0.3.32 |
| 1021 | 2026-06-25T00:05:08.152Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1022 | 2026-06-25T00:05:08.222Z | Checking futures-util v0.3.32 |
| 1023 | 2026-06-25T00:05:08.479Z | Compiling parse-display-derive v0.10.0 |
| 1024 | 2026-06-25T00:05:08.814Z | Checking oxnet v0.1.6 |
| 1025 | 2026-06-25T00:05:08.833Z | Checking tracing-core v0.1.36 |
| 1026 | 2026-06-25T00:05:08.882Z | Checking erased-serde v0.3.31 |
| 1027 | 2026-06-25T00:05:09.290Z | Checking tracing v0.1.44 |
| 1028 | 2026-06-25T00:05:09.480Z | Compiling ryu v1.0.23 |
| 1029 | 2026-06-25T00:05:09.647Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1030 | 2026-06-25T00:05:09.669Z | Compiling clap_derive v4.6.1 |
| 1031 | 2026-06-25T00:05:10.030Z | Checking base64 v0.22.1 |
| 1032 | 2026-06-25T00:05:10.392Z | Checking rand_core v0.6.4 |
| 1033 | 2026-06-25T00:05:10.472Z | Compiling openapiv3 v2.2.0 |
| 1034 | 2026-06-25T00:05:10.700Z | Checking rustls-pki-types v1.14.1 |
| 1035 | 2026-06-25T00:05:10.919Z | Checking tokio-util v0.7.18 |
| 1036 | 2026-06-25T00:05:11.055Z | Checking ipnet v2.12.0 |
| 1037 | 2026-06-25T00:05:11.141Z | Checking untrusted v0.7.1 |
| 1038 | 2026-06-25T00:05:11.342Z | Checking untrusted v0.9.0 |
| 1039 | 2026-06-25T00:05:11.352Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 1040 | 2026-06-25T00:05:11.826Z | Checking http-body v1.0.1 |
| 1041 | 2026-06-25T00:05:11.962Z | Compiling proc-macro-crate v3.5.0 |
| 1042 | 2026-06-25T00:05:12.232Z | Checking atomic-waker v1.1.2 |
| 1043 | 2026-06-25T00:05:12.390Z | Compiling num_enum_derive v0.7.6 |
| 1044 | 2026-06-25T00:05:12.435Z | Checking tower-service v0.3.3 |
| 1045 | 2026-06-25T00:05:12.455Z | Compiling either v1.16.0 |
| 1046 | 2026-06-25T00:05:12.578Z | Checking try-lock v0.2.5 |
| 1047 | 2026-06-25T00:05:12.673Z | Checking tower-layer v0.3.3 |
| 1048 | 2026-06-25T00:05:12.733Z | Checking want v0.3.1 |
| 1049 | 2026-06-25T00:05:12.810Z | Compiling itertools v0.14.0 |
| 1050 | 2026-06-25T00:05:12.829Z | Checking h2 v0.4.14 |
| 1051 | 2026-06-25T00:05:13.019Z | Checking httpdate v1.0.3 |
| 1052 | 2026-06-25T00:05:13.209Z | Compiling regress v0.11.1 |
| 1053 | 2026-06-25T00:05:13.404Z | Compiling crucible-workspace-hack v0.1.0 |
| 1054 | 2026-06-25T00:05:13.969Z | Checking serde_urlencoded v0.7.1 |
| 1055 | 2026-06-25T00:05:14.010Z | Checking http-body-util v0.1.3 |
| 1056 | 2026-06-25T00:05:14.500Z | Checking ppv-lite86 v0.2.21 |
| 1057 | 2026-06-25T00:05:14.714Z | Checking hyper v1.10.1 |
| 1058 | 2026-06-25T00:05:14.763Z | Compiling typify-impl v0.6.2 |
| 1059 | 2026-06-25T00:05:14.798Z | Compiling unsafe-libyaml v0.2.11 |
| 1060 | 2026-06-25T00:05:15.299Z | Compiling serde_yaml v0.9.34+deprecated |
| 1061 | 2026-06-25T00:05:15.643Z | Checking hyper-util v0.1.20 |
| 1062 | 2026-06-25T00:05:16.159Z | Compiling convert_case v0.4.0 |
| 1063 | 2026-06-25T00:05:16.461Z | Compiling derive_more v0.99.20 |
| 1064 | 2026-06-25T00:05:17.246Z | Compiling darling_core v0.21.3 |
| 1065 | 2026-06-25T00:05:17.295Z | Compiling zerocopy-derive v0.7.35 |
| 1066 | 2026-06-25T00:05:17.878Z | Checking powerfmt v0.2.0 |
| 1067 | 2026-06-25T00:05:18.049Z | Checking deranged v0.5.8 |
| 1068 | 2026-06-25T00:05:18.101Z | Compiling typify-macro v0.6.2 |
| 1069 | 2026-06-25T00:05:18.926Z | Compiling regress v0.10.5 |
| 1070 | 2026-06-25T00:05:19.216Z | Checking num_threads v0.1.7 |
| 1071 | 2026-06-25T00:05:19.324Z | Compiling darling_macro v0.21.3 |
| 1072 | 2026-06-25T00:05:19.396Z | Checking time v0.3.47 |
| 1073 | 2026-06-25T00:05:19.888Z | Compiling darling v0.21.3 |
| 1074 | 2026-06-25T00:05:19.978Z | Compiling heapless v0.8.0 |
| 1075 | 2026-06-25T00:05:19.998Z | Compiling ingot-macros v0.1.1 |
| 1076 | 2026-06-25T00:05:20.362Z | Compiling typify v0.6.2 |
| 1077 | 2026-06-25T00:05:20.484Z | Checking crossbeam-channel v0.5.15 |
| 1078 | 2026-06-25T00:05:20.519Z | Compiling serde_repr v0.1.20 |
| 1079 | 2026-06-25T00:05:20.671Z | Compiling scroll_derive v0.12.1 |
| 1080 | 2026-06-25T00:05:21.273Z | Compiling rustix v0.38.44 |
| 1081 | 2026-06-25T00:05:21.387Z | Checking cpufeatures v0.3.0 |
| 1082 | 2026-06-25T00:05:22.018Z | Checking futures-executor v0.3.32 |
| 1083 | 2026-06-25T00:05:22.132Z | Checking sync_wrapper v1.0.2 |
| 1084 | 2026-06-25T00:05:22.234Z | Checking thread_local v1.1.9 |
| 1085 | 2026-06-25T00:05:22.442Z | Compiling smoltcp v0.11.0 |
| 1086 | 2026-06-25T00:05:22.550Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1087 | 2026-06-25T00:05:22.753Z | Checking tower v0.5.3 |
| 1088 | 2026-06-25T00:05:22.862Z | Checking rand_core v0.9.5 |
| 1089 | 2026-06-25T00:05:23.052Z | Checking webpki-roots v1.0.7 |
| 1090 | 2026-06-25T00:05:23.278Z | Compiling rustc_version v0.4.1 |
| 1091 | 2026-06-25T00:05:23.327Z | Checking is-terminal v0.4.17 |
| 1092 | 2026-06-25T00:05:23.420Z | Checking term v1.2.1 |
| 1093 | 2026-06-25T00:05:23.515Z | Checking take_mut v0.2.2 |
| 1094 | 2026-06-25T00:05:23.563Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 1095 | 2026-06-25T00:05:23.594Z | Compiling curve25519-dalek v4.1.3 |
| 1096 | 2026-06-25T00:05:23.613Z | Checking tower-http v0.6.11 |
| 1097 | 2026-06-25T00:05:23.668Z | Checking slog-term v2.9.2 |
| 1098 | 2026-06-25T00:05:23.820Z | Checking futures v0.3.32 |
| 1099 | 2026-06-25T00:05:23.888Z | Compiling toml_datetime v0.6.11 |
| 1100 | 2026-06-25T00:05:23.907Z | Compiling foreign-types-macros v0.2.3 |
| 1101 | 2026-06-25T00:05:24.239Z | Checking hex v0.4.3 |
| 1102 | 2026-06-25T00:05:24.544Z | Checking rand_chacha v0.9.0 |
| 1103 | 2026-06-25T00:05:24.728Z | Compiling zerocopy v0.7.35 |
| 1104 | 2026-06-25T00:05:24.801Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1105 | 2026-06-25T00:05:24.925Z | Compiling hubpack_derive v0.1.1 |
| 1106 | 2026-06-25T00:05:25.172Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1107 | 2026-06-25T00:05:25.466Z | Compiling proc-macro-error-attr v1.0.4 |
| 1108 | 2026-06-25T00:05:25.491Z | Compiling usdt-impl v0.5.0 |
| 1109 | 2026-06-25T00:05:25.712Z | Checking fastrand v2.4.1 |
| 1110 | 2026-06-25T00:05:25.917Z | Compiling dof v0.3.0 |
| 1111 | 2026-06-25T00:05:25.922Z | Checking rand v0.9.4 |
| 1112 | 2026-06-25T00:05:25.922Z | Compiling dtrace-parser v0.2.0 |
| 1113 | 2026-06-25T00:05:25.955Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1114 | 2026-06-25T00:05:26.472Z | Compiling serde_spanned v1.1.1 |
| 1115 | 2026-06-25T00:05:26.531Z | Compiling thread-id v4.2.2 |
| 1116 | 2026-06-25T00:05:26.574Z | Compiling proc-macro-error v1.0.4 |
| 1117 | 2026-06-25T00:05:26.622Z | Compiling memoffset v0.9.1 |
| 1118 | 2026-06-25T00:05:26.866Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 1119 | 2026-06-25T00:05:26.887Z | Compiling pkg-config v0.3.33 |
| 1120 | 2026-06-25T00:05:27.835Z | Checking crypto-common v0.1.7 |
| 1121 | 2026-06-25T00:05:28.236Z | Checking hybrid-array v0.4.12 |
| 1122 | 2026-06-25T00:05:28.710Z | Compiling cfg_aliases v0.2.1 |
| 1123 | 2026-06-25T00:05:28.744Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f) |
| 1124 | 2026-06-25T00:05:28.791Z | Checking match_cfg v0.1.0 |
| 1125 | 2026-06-25T00:05:28.817Z | Checking openssl-probe v0.2.1 |
| 1126 | 2026-06-25T00:05:28.874Z | Checking adler2 v2.0.1 |
| 1127 | 2026-06-25T00:05:28.928Z | Checking simd-adler32 v0.3.9 |
| 1128 | 2026-06-25T00:05:28.985Z | Compiling prettyplease v0.2.37 |
| 1129 | 2026-06-25T00:05:29.020Z | Checking rustls-native-certs v0.8.4 |
| 1130 | 2026-06-25T00:05:29.058Z | Checking hostname v0.3.1 |
| 1131 | 2026-06-25T00:05:29.084Z | Checking miniz_oxide v0.8.9 |
| 1132 | 2026-06-25T00:05:29.176Z | Compiling nix v0.31.3 |
| 1133 | 2026-06-25T00:05:29.417Z | Checking tempfile v3.27.0 |
| 1134 | 2026-06-25T00:05:29.619Z | Checking slog-json v2.6.1 |
| 1135 | 2026-06-25T00:05:29.674Z | Checking newtype-uuid v1.3.2 |
| 1136 | 2026-06-25T00:05:29.775Z | Checking memmap2 v0.9.10 |
| 1137 | 2026-06-25T00:05:29.852Z | Compiling heck v0.4.1 |
| 1138 | 2026-06-25T00:05:30.048Z | Checking usdt v0.6.0 |
| 1139 | 2026-06-25T00:05:30.057Z | Checking daft v0.1.7 |
| 1140 | 2026-06-25T00:05:30.206Z | Checking slog-bunyan v2.5.0 |
| 1141 | 2026-06-25T00:05:30.302Z | Checking flate2 v1.1.9 |
| 1142 | 2026-06-25T00:05:30.321Z | Checking crypto-common v0.2.2 |
| 1143 | 2026-06-25T00:05:30.354Z | Checking block-buffer v0.12.0 |
| 1144 | 2026-06-25T00:05:30.499Z | Compiling usdt-attr-macro v0.5.0 |
| 1145 | 2026-06-25T00:05:30.585Z | Compiling usdt-macro v0.5.0 |
| 1146 | 2026-06-25T00:05:30.806Z | Compiling enum-as-inner v0.6.1 |
| 1147 | 2026-06-25T00:05:30.930Z | Compiling num-derive v0.4.2 |
| 1148 | 2026-06-25T00:05:31.083Z | Checking const-oid v0.10.2 |
| 1149 | 2026-06-25T00:05:31.243Z | Checking compression-core v0.4.32 |
| 1150 | 2026-06-25T00:05:31.310Z | Checking debug-ignore v1.0.5 |
| 1151 | 2026-06-25T00:05:31.366Z | Compiling winnow v0.7.15 |
| 1152 | 2026-06-25T00:05:31.569Z | Checking compression-codecs v0.4.38 |
| 1153 | 2026-06-25T00:05:31.740Z | Checking digest v0.11.3 |
| 1154 | 2026-06-25T00:05:32.340Z | Checking encoding_rs v0.8.35 |
| 1155 | 2026-06-25T00:05:32.379Z | Compiling rayon-core v1.13.0 |
| 1156 | 2026-06-25T00:05:32.401Z | Checking spin v0.9.8 |
| 1157 | 2026-06-25T00:05:32.417Z | Checking mime v0.3.17 |
| 1158 | 2026-06-25T00:05:32.497Z | Checking toml v1.1.2+spec-1.1.0 |
| 1159 | 2026-06-25T00:05:32.638Z | Checking sha1 v0.11.0 |
| 1160 | 2026-06-25T00:05:32.681Z | Checking async-compression v0.4.42 |
| 1161 | 2026-06-25T00:05:33.234Z | Checking rand_chacha v0.3.1 |
| 1162 | 2026-06-25T00:05:33.296Z | Checking waitgroup v0.1.2 |
| 1163 | 2026-06-25T00:05:33.296Z | Checking rustls-pemfile v2.2.0 |
| 1164 | 2026-06-25T00:05:33.353Z | Checking async-stream v0.3.6 |
| 1165 | 2026-06-25T00:05:33.456Z | Checking serde_path_to_error v0.1.20 |
| 1166 | 2026-06-25T00:05:33.499Z | Checking hostname v0.4.2 |
| 1167 | 2026-06-25T00:05:33.551Z | Compiling wait-timeout v0.2.1 |
| 1168 | 2026-06-25T00:05:33.618Z | Compiling bit-vec v0.8.0 |
| 1169 | 2026-06-25T00:05:33.647Z | Compiling quick-error v1.2.3 |
| 1170 | 2026-06-25T00:05:33.807Z | Compiling bit-set v0.8.0 |
| 1171 | 2026-06-25T00:05:33.866Z | Compiling rusty-fork v0.3.1 |
| 1172 | 2026-06-25T00:05:33.988Z | Checking rand v0.8.6 |
| 1173 | 2026-06-25T00:05:34.483Z | Compiling rand_xorshift v0.4.0 |
| 1174 | 2026-06-25T00:05:34.579Z | Compiling progenitor-impl v0.14.0 |
| 1175 | 2026-06-25T00:05:34.630Z | Compiling num-integer v0.1.46 |
| 1176 | 2026-06-25T00:05:34.770Z | Checking macaddr v1.0.1 |
| 1177 | 2026-06-25T00:05:35.095Z | Compiling semver v0.1.20 |
| 1178 | 2026-06-25T00:05:35.132Z | Compiling winnow v0.5.40 |
| 1179 | 2026-06-25T00:05:35.287Z | Checking unicode-width v0.2.2 |
| 1180 | 2026-06-25T00:05:35.656Z | Checking rustls-webpki v0.103.13 |
| 1181 | 2026-06-25T00:05:35.757Z | Compiling unarray v0.1.4 |
| 1182 | 2026-06-25T00:05:36.250Z | Compiling proptest v1.11.0 |
| 1183 | 2026-06-25T00:05:36.518Z | Compiling toml_edit v0.19.15 |
| 1184 | 2026-06-25T00:05:36.624Z | Compiling progenitor-macro v0.14.0 |
| 1185 | 2026-06-25T00:05:37.058Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1186 | 2026-06-25T00:05:37.239Z | Compiling rustc_version v0.1.7 |
| 1187 | 2026-06-25T00:05:38.416Z | Compiling reqwest v0.12.28 |
| 1188 | 2026-06-25T00:05:38.452Z | Checking tokio-rustls v0.26.4 |
| 1189 | 2026-06-25T00:05:38.494Z | Compiling backon v1.6.0 |
| 1190 | 2026-06-25T00:05:38.660Z | Checking rustls-platform-verifier v0.7.0 |
| 1191 | 2026-06-25T00:05:38.695Z | Checking hyper-rustls v0.27.9 |
| 1192 | 2026-06-25T00:05:38.901Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1193 | 2026-06-25T00:05:38.967Z | Checking reqwest v0.13.4 |
| 1194 | 2026-06-25T00:05:39.127Z | Checking block-buffer v0.10.4 |
| 1195 | 2026-06-25T00:05:40.033Z | Compiling strum v0.26.3 |
| 1196 | 2026-06-25T00:05:40.234Z | Compiling instant v0.1.13 |
| 1197 | 2026-06-25T00:05:40.350Z | Compiling utf8parse v0.2.2 |
| 1198 | 2026-06-25T00:05:40.630Z | Compiling anstyle-parse v1.0.0 |
| 1199 | 2026-06-25T00:05:40.783Z | Compiling backoff v0.4.0 |
| 1200 | 2026-06-25T00:05:40.802Z | Compiling iddqd v0.4.2 |
| 1201 | 2026-06-25T00:05:40.805Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1202 | 2026-06-25T00:05:40.840Z | Compiling progenitor-client v0.10.0 |
| 1203 | 2026-06-25T00:05:40.860Z | Checking digest v0.10.7 |
| 1204 | 2026-06-25T00:05:40.980Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1205 | 2026-06-25T00:05:41.003Z | Compiling progenitor-client v0.14.0 |
| 1206 | 2026-06-25T00:05:41.058Z | Compiling proc-macro-crate v1.3.1 |
| 1207 | 2026-06-25T00:05:41.108Z | Compiling newtype_derive v0.1.6 |
| 1208 | 2026-06-25T00:05:41.228Z | Compiling progenitor-extras v0.2.0 |
| 1209 | 2026-06-25T00:05:41.285Z | Compiling num-rational v0.4.2 |
| 1210 | 2026-06-25T00:05:41.319Z | Compiling num-iter v0.1.45 |
| 1211 | 2026-06-25T00:05:41.362Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 1212 | 2026-06-25T00:05:41.397Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1213 | 2026-06-25T00:05:41.578Z | Compiling progenitor-impl v0.13.0 |
| 1214 | 2026-06-25T00:05:41.792Z | Compiling parse-display v0.10.0 |
| 1215 | 2026-06-25T00:05:41.825Z | Compiling serde_with v3.20.0 |
| 1216 | 2026-06-25T00:05:41.905Z | Compiling strum v0.27.2 |
| 1217 | 2026-06-25T00:05:41.941Z | Compiling num-complex v0.4.6 |
| 1218 | 2026-06-25T00:05:42.122Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1219 | 2026-06-25T00:05:42.289Z | Compiling is_terminal_polyfill v1.70.2 |
| 1220 | 2026-06-25T00:05:42.313Z | Compiling colorchoice v1.0.5 |
| 1221 | 2026-06-25T00:05:42.327Z | Compiling vcpkg v0.2.15 |
| 1222 | 2026-06-25T00:05:42.346Z | Compiling humantime v2.3.0 |
| 1223 | 2026-06-25T00:05:42.412Z | Compiling owo-colors v4.3.0 |
| 1224 | 2026-06-25T00:05:42.422Z | Compiling anstyle-query v1.1.5 |
| 1225 | 2026-06-25T00:05:42.427Z | Compiling anstyle v1.0.14 |
| 1226 | 2026-06-25T00:05:42.595Z | Compiling num v0.4.3 |
| 1227 | 2026-06-25T00:05:42.650Z | Compiling anstream v1.0.0 |
| 1228 | 2026-06-25T00:05:42.679Z | Compiling num_enum_derive v0.5.11 |
| 1229 | 2026-06-25T00:05:42.887Z | Compiling openssl-sys v0.9.116 |
| 1230 | 2026-06-25T00:05:42.941Z | Compiling terminal_size v0.4.4 |
| 1231 | 2026-06-25T00:05:43.087Z | Compiling serde_spanned v0.6.9 |
| 1232 | 2026-06-25T00:05:43.290Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1233 | 2026-06-25T00:05:43.318Z | Compiling derive-where v1.6.1 |
| 1234 | 2026-06-25T00:05:43.482Z | Compiling pin-project-internal v1.1.13 |
| 1235 | 2026-06-25T00:05:43.667Z | Compiling progenitor-macro v0.13.0 |
| 1236 | 2026-06-25T00:05:43.732Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1237 | 2026-06-25T00:05:43.836Z | Compiling toml_write v0.1.2 |
| 1238 | 2026-06-25T00:05:44.132Z | Compiling clap_lex v1.1.0 |
| 1239 | 2026-06-25T00:05:44.288Z | Compiling float-ord v0.3.2 |
| 1240 | 2026-06-25T00:05:44.413Z | Compiling clap_builder v4.6.0 |
| 1241 | 2026-06-25T00:05:44.515Z | Compiling toml_edit v0.22.27 |
| 1242 | 2026-06-25T00:05:45.938Z | Compiling toml v0.8.23 |
| 1243 | 2026-06-25T00:05:46.037Z | Compiling clap v4.6.1 |
| 1244 | 2026-06-25T00:05:46.311Z | Compiling zone_cfg_derive v0.3.1 |
| 1245 | 2026-06-25T00:05:46.599Z | Compiling snafu-derive v0.8.9 |
| 1246 | 2026-06-25T00:05:46.619Z | Compiling async-recursion v1.1.1 |
| 1247 | 2026-06-25T00:05:47.660Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1248 | 2026-06-25T00:05:48.082Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9) |
| 1249 | 2026-06-25T00:05:48.211Z | Compiling slog-dtrace v0.3.0 |
| 1250 | 2026-06-25T00:05:48.270Z | Compiling unicode-xid v0.2.6 |
| 1251 | 2026-06-25T00:05:48.405Z | Compiling chrono-tz v0.10.4 |
| 1252 | 2026-06-25T00:05:48.470Z | Compiling cancel-safe-futures v0.1.5 |
| 1253 | 2026-06-25T00:05:48.525Z | Compiling openssl v0.10.80 |
| 1254 | 2026-06-25T00:05:48.666Z | Compiling minimal-lexical v0.2.1 |
| 1255 | 2026-06-25T00:05:48.870Z | Compiling nom v7.1.3 |
| 1256 | 2026-06-25T00:05:49.039Z | Compiling const_format_proc_macros v0.2.34 |
| 1257 | 2026-06-25T00:05:49.154Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1258 | 2026-06-25T00:05:49.472Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1259 | 2026-06-25T00:05:49.563Z | Compiling openssl-macros v0.1.1 |
| 1260 | 2026-06-25T00:05:49.735Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1261 | 2026-06-25T00:05:49.961Z | Checking cpufeatures v0.2.17 |
| 1262 | 2026-06-25T00:05:50.183Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1263 | 2026-06-25T00:05:50.665Z | Compiling cookie v0.18.1 |
| 1264 | 2026-06-25T00:05:50.688Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1265 | 2026-06-25T00:05:50.896Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1266 | 2026-06-25T00:05:50.993Z | Compiling tabled_derive v0.7.0 |
| 1267 | 2026-06-25T00:05:51.415Z | Checking num_enum v0.7.6 |
| 1268 | 2026-06-25T00:05:53.830Z | Checking tabwriter v1.4.1 |
| 1269 | 2026-06-25T00:05:53.989Z | Checking secrecy v0.10.3 |
| 1270 | 2026-06-25T00:05:54.175Z | Checking colored v3.1.1 |
| 1271 | 2026-06-25T00:05:54.181Z | Checking tinyvec_macros v0.1.1 |
| 1272 | 2026-06-25T00:05:54.254Z | Checking tinyvec v1.11.0 |
| 1273 | 2026-06-25T00:05:54.307Z | Checking crossbeam-epoch v0.9.18 |
| 1274 | 2026-06-25T00:05:54.327Z | Checking hash32 v0.3.1 |
| 1275 | 2026-06-25T00:05:54.460Z | Checking bstr v1.12.1 |
| 1276 | 2026-06-25T00:05:54.535Z | Checking data-encoding v2.11.0 |
| 1277 | 2026-06-25T00:05:54.584Z | Checking hmac v0.12.1 |
| 1278 | 2026-06-25T00:05:54.725Z | Checking ingot-types v0.1.2 |
| 1279 | 2026-06-25T00:05:54.809Z | Checking inout v0.1.4 |
| 1280 | 2026-06-25T00:05:54.952Z | Checking scroll v0.12.0 |
| 1281 | 2026-06-25T00:05:54.952Z | Checking ff v0.13.1 |
| 1282 | 2026-06-25T00:05:55.086Z | Checking cobs v0.3.0 |
| 1283 | 2026-06-25T00:05:55.105Z | Checking managed v0.8.0 |
| 1284 | 2026-06-25T00:05:55.208Z | Checking static_assertions v1.1.0 |
| 1285 | 2026-06-25T00:05:55.239Z | Checking bitflags v1.3.2 |
| 1286 | 2026-06-25T00:05:55.286Z | Checking foreign-types-shared v0.3.1 |
| 1287 | 2026-06-25T00:05:55.306Z | Checking postcard v1.1.3 |
| 1288 | 2026-06-25T00:05:55.328Z | Checking goblin v0.8.2 |
| 1289 | 2026-06-25T00:05:55.383Z | Checking foreign-types v0.5.0 |
| 1290 | 2026-06-25T00:05:55.479Z | Checking ingot v0.1.1 |
| 1291 | 2026-06-25T00:05:55.497Z | Checking group v0.13.0 |
| 1292 | 2026-06-25T00:05:55.604Z | Checking cipher v0.4.4 |
| 1293 | 2026-06-25T00:05:55.623Z | Checking hkdf v0.12.4 |
| 1294 | 2026-06-25T00:05:55.758Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1295 | 2026-06-25T00:05:55.761Z | Checking universal-hash v0.5.1 |
| 1296 | 2026-06-25T00:05:55.908Z | Checking crypto-bigint v0.5.5 |
| 1297 | 2026-06-25T00:05:55.954Z | Checking chacha20 v0.10.0 |
| 1298 | 2026-06-25T00:05:56.044Z | Checking half v2.7.1 |
| 1299 | 2026-06-25T00:05:56.306Z | Checking cstr-argument v0.1.2 |
| 1300 | 2026-06-25T00:05:56.441Z | Checking base64ct v1.8.3 |
| 1301 | 2026-06-25T00:05:56.497Z | Checking ciborium-io v0.2.2 |
| 1302 | 2026-06-25T00:05:56.517Z | Checking indent_write v2.2.0 |
| 1303 | 2026-06-25T00:05:56.533Z | Checking base16ct v0.2.0 |
| 1304 | 2026-06-25T00:05:56.595Z | Checking opaque-debug v0.3.1 |
| 1305 | 2026-06-25T00:05:56.650Z | Checking ciborium-ll v0.2.2 |
| 1306 | 2026-06-25T00:05:56.672Z | Checking poly1305 v0.8.0 |
| 1307 | 2026-06-25T00:05:56.708Z | Checking password-hash v0.5.0 |
| 1308 | 2026-06-25T00:05:56.750Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1309 | 2026-06-25T00:05:56.788Z | Checking elliptic-curve v0.13.8 |
| 1310 | 2026-06-25T00:05:56.830Z | Checking rand v0.10.1 |
| 1311 | 2026-06-25T00:05:56.922Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 1312 | 2026-06-25T00:05:56.925Z | Checking chacha20 v0.9.1 |
| 1313 | 2026-06-25T00:05:56.962Z | Checking atomicwrites v0.4.4 |
| 1314 | 2026-06-25T00:05:57.053Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1315 | 2026-06-25T00:05:57.071Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1316 | 2026-06-25T00:05:57.093Z | Checking blake2 v0.10.6 |
| 1317 | 2026-06-25T00:05:57.133Z | Checking aead v0.5.2 |
| 1318 | 2026-06-25T00:05:57.277Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1319 | 2026-06-25T00:05:57.297Z | Checking thiserror-no-std v2.0.2 |
| 1320 | 2026-06-25T00:05:57.317Z | Checking hubpack v0.1.2 |
| 1321 | 2026-06-25T00:05:57.320Z | Checking byte-wrapper v0.1.0 |
| 1322 | 2026-06-25T00:05:57.389Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1323 | 2026-06-25T00:05:57.495Z | Checking keccak v0.1.6 |
| 1324 | 2026-06-25T00:05:57.543Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1325 | 2026-06-25T00:05:57.621Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1326 | 2026-06-25T00:05:57.660Z | Checking sha3 v0.10.9 |
| 1327 | 2026-06-25T00:05:57.810Z | Checking vsss-rs v3.3.4 |
| 1328 | 2026-06-25T00:05:57.849Z | Checking argon2 v0.5.3 |
| 1329 | 2026-06-25T00:05:57.871Z | Checking chacha20poly1305 v0.10.1 |
| 1330 | 2026-06-25T00:05:57.937Z | Checking ciborium v0.2.2 |
| 1331 | 2026-06-25T00:05:58.007Z | Checking similar v2.7.0 |
| 1332 | 2026-06-25T00:05:58.248Z | Checking memmap v0.7.0 |
| 1333 | 2026-06-25T00:05:58.268Z | Checking lazy_static v1.5.0 |
| 1334 | 2026-06-25T00:05:58.394Z | Checking usdt v0.5.0 |
| 1335 | 2026-06-25T00:05:58.397Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1336 | 2026-06-25T00:05:58.584Z | Checking crossbeam-deque v0.8.6 |
| 1337 | 2026-06-25T00:05:58.729Z | Checking ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 1338 | 2026-06-25T00:05:58.775Z | Checking bytecount v0.6.9 |
| 1339 | 2026-06-25T00:05:58.888Z | Checking unicode-segmentation v1.13.3 |
| 1340 | 2026-06-25T00:05:58.912Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1341 | 2026-06-25T00:05:59.136Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1342 | 2026-06-25T00:05:59.238Z | Checking newline-converter v0.3.0 |
| 1343 | 2026-06-25T00:05:59.298Z | Checking console v0.15.11 |
| 1344 | 2026-06-25T00:05:59.330Z | Checking progenitor v0.14.0 |
| 1345 | 2026-06-25T00:05:59.356Z | Checking itertools v0.12.1 |
| 1346 | 2026-06-25T00:05:59.487Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1347 | 2026-06-25T00:05:59.598Z | Checking linked-hash-map v0.5.6 |
| 1348 | 2026-06-25T00:05:59.710Z | Checking resolv-conf v0.7.6 |
| 1349 | 2026-06-25T00:05:59.730Z | Compiling parking_lot_core v0.8.6 |
| 1350 | 2026-06-25T00:05:59.768Z | Checking swrite v0.1.0 |
| 1351 | 2026-06-25T00:05:59.771Z | Checking lru-cache v0.1.2 |
| 1352 | 2026-06-25T00:05:59.872Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1353 | 2026-06-25T00:05:59.923Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1354 | 2026-06-25T00:05:59.926Z | Checking expectorate v1.2.0 |
| 1355 | 2026-06-25T00:06:00.050Z | Checking rayon v1.12.0 |
| 1356 | 2026-06-25T00:06:00.071Z | Checking ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 1357 | 2026-06-25T00:06:00.354Z | Checking hickory-proto v0.24.4 |
| 1358 | 2026-06-25T00:06:00.612Z | Checking progenitor-client v0.13.0 |
| 1359 | 2026-06-25T00:06:00.665Z | Checking camino-tempfile v1.4.1 |
| 1360 | 2026-06-25T00:06:01.015Z | Checking serde-big-array v0.5.1 |
| 1361 | 2026-06-25T00:06:01.063Z | Checking siphasher v1.0.3 |
| 1362 | 2026-06-25T00:06:01.159Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1363 | 2026-06-25T00:06:01.209Z | Checking progenitor v0.13.0 |
| 1364 | 2026-06-25T00:06:01.230Z | Checking phf_shared v0.12.1 |
| 1365 | 2026-06-25T00:06:01.507Z | Checking unicode-normalization v0.1.25 |
| 1366 | 2026-06-25T00:06:01.746Z | Checking pin-project v1.1.13 |
| 1367 | 2026-06-25T00:06:01.862Z | Checking num_enum v0.5.11 |
| 1368 | 2026-06-25T00:06:01.960Z | Checking hickory-resolver v0.24.4 |
| 1369 | 2026-06-25T00:06:02.188Z | Checking tokio-stream v0.1.18 |
| 1370 | 2026-06-25T00:06:02.581Z | Checking csv-core v0.1.13 |
| 1371 | 2026-06-25T00:06:02.581Z | Checking konst_macro_rules v0.2.19 |
| 1372 | 2026-06-25T00:06:02.581Z | Checking foldhash v0.1.5 |
| 1373 | 2026-06-25T00:06:02.581Z | Checking smawk v0.3.2 |
| 1374 | 2026-06-25T00:06:02.599Z | Checking unicode-linebreak v0.1.5 |
| 1375 | 2026-06-25T00:06:02.599Z | Checking highway v1.3.0 |
| 1376 | 2026-06-25T00:06:02.637Z | Checking unicode-width v0.1.14 |
| 1377 | 2026-06-25T00:06:02.698Z | Checking foreign-types-shared v0.1.1 |
| 1378 | 2026-06-25T00:06:03.149Z | Checking same-file v1.0.6 |
| 1379 | 2026-06-25T00:06:03.292Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1380 | 2026-06-25T00:06:03.292Z | Checking foreign-types v0.3.2 |
| 1381 | 2026-06-25T00:06:03.292Z | Checking walkdir v2.5.0 |
| 1382 | 2026-06-25T00:06:03.292Z | Checking textwrap v0.16.2 |
| 1383 | 2026-06-25T00:06:03.292Z | Checking konst v0.2.20 |
| 1384 | 2026-06-25T00:06:03.292Z | Checking hashbrown v0.15.5 |
| 1385 | 2026-06-25T00:06:03.292Z | Checking csv v1.4.0 |
| 1386 | 2026-06-25T00:06:03.292Z | Checking qorb v0.4.1 |
| 1387 | 2026-06-25T00:06:03.450Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1388 | 2026-06-25T00:06:03.704Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1389 | 2026-06-25T00:06:03.883Z | Checking olpc-cjson v0.1.4 |
| 1390 | 2026-06-25T00:06:03.905Z | Checking snafu v0.8.9 |
| 1391 | 2026-06-25T00:06:04.118Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1392 | 2026-06-25T00:06:04.157Z | Checking phf v0.12.1 |
| 1393 | 2026-06-25T00:06:04.316Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1394 | 2026-06-25T00:06:04.331Z | Checking zone v0.3.1 |
| 1395 | 2026-06-25T00:06:04.446Z | Checking tokio-dtrace v0.1.1 |
| 1396 | 2026-06-25T00:06:04.645Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1397 | 2026-06-25T00:06:04.680Z | Checking globset v0.4.18 |
| 1398 | 2026-06-25T00:06:04.913Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1399 | 2026-06-25T00:06:05.264Z | Checking smf v0.2.3 |
| 1400 | 2026-06-25T00:06:05.446Z | Checking pem v3.0.6 |
| 1401 | 2026-06-25T00:06:05.514Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1402 | 2026-06-25T00:06:05.559Z | Checking libsw-core v0.3.2 |
| 1403 | 2026-06-25T00:06:05.754Z | Checking serde_plain v1.0.2 |
| 1404 | 2026-06-25T00:06:05.766Z | Checking sigpipe v0.1.3 |
| 1405 | 2026-06-25T00:06:05.877Z | Checking fixedbitset v0.4.2 |
| 1406 | 2026-06-25T00:06:05.919Z | Checking jiff v0.2.28 |
| 1407 | 2026-06-25T00:06:05.957Z | Checking glob v0.3.3 |
| 1408 | 2026-06-25T00:06:06.002Z | Checking typed-path v0.9.3 |
| 1409 | 2026-06-25T00:06:06.056Z | Checking fixedbitset v0.5.7 |
| 1410 | 2026-06-25T00:06:06.156Z | Checking petgraph v0.6.5 |
| 1411 | 2026-06-25T00:06:06.287Z | Checking petgraph v0.8.3 |
| 1412 | 2026-06-25T00:06:06.631Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1413 | 2026-06-25T00:06:06.743Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1414 | 2026-06-25T00:06:06.748Z | Checking tough v0.22.0 |
| 1415 | 2026-06-25T00:06:06.893Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1416 | 2026-06-25T00:06:07.225Z | Checking libsw v3.5.0 |
| 1417 | 2026-06-25T00:06:07.346Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1418 | 2026-06-25T00:06:07.383Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1419 | 2026-06-25T00:06:07.522Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1420 | 2026-06-25T00:06:07.598Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1421 | 2026-06-25T00:06:07.645Z | Checking oxide-tokio-rt v0.1.6 |
| 1422 | 2026-06-25T00:06:07.812Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1423 | 2026-06-25T00:06:07.933Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1424 | 2026-06-25T00:06:07.994Z | Checking const_format v0.2.36 |
| 1425 | 2026-06-25T00:06:08.035Z | Checking papergrid v0.11.0 |
| 1426 | 2026-06-25T00:06:08.104Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1427 | 2026-06-25T00:06:08.471Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1428 | 2026-06-25T00:06:08.505Z | Checking gethostname v0.5.0 |
| 1429 | 2026-06-25T00:06:08.604Z | Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1430 | 2026-06-25T00:06:08.607Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1431 | 2026-06-25T00:06:08.762Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1432 | 2026-06-25T00:06:08.850Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1433 | 2026-06-25T00:06:09.178Z | Checking libscf-sys v1.2.0 |
| 1434 | 2026-06-25T00:06:09.370Z | Checking bcs v0.1.6 |
| 1435 | 2026-06-25T00:06:09.552Z | Checking tagptr v0.2.0 |
| 1436 | 2026-06-25T00:06:09.570Z | Checking whoami v1.6.1 |
| 1437 | 2026-06-25T00:06:09.599Z | Checking linear-map v1.2.0 |
| 1438 | 2026-06-25T00:06:09.619Z | Checking termtree v0.5.1 |
| 1439 | 2026-06-25T00:06:09.694Z | Checking moka v0.12.15 |
| 1440 | 2026-06-25T00:06:09.788Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1441 | 2026-06-25T00:06:10.188Z | Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1442 | 2026-06-25T00:06:11.035Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1443 | 2026-06-25T00:06:11.250Z | Checking tabled v0.15.0 |
| 1444 | 2026-06-25T00:06:11.434Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1445 | 2026-06-25T00:06:11.518Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1446 | 2026-06-25T00:06:11.577Z | Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1447 | 2026-06-25T00:06:11.599Z | Checking steno v0.4.1 |
| 1448 | 2026-06-25T00:06:12.143Z | Checking hickory-proto v0.25.2 |
| 1449 | 2026-06-25T00:06:13.691Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 1450 | 2026-06-25T00:06:13.770Z | Checking hickory-resolver v0.25.2 |
| 1451 | 2026-06-25T00:06:13.808Z | Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1452 | 2026-06-25T00:06:14.434Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1453 | 2026-06-25T00:06:14.665Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 1454 | 2026-06-25T00:06:15.138Z | Checking ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 1455 | 2026-06-25T00:06:19.011Z | Checking nom v8.0.0 |
| 1456 | 2026-06-25T00:06:19.049Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1457 | 2026-06-25T00:06:19.145Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1458 | 2026-06-25T00:06:19.705Z | Compiling proc-macro-error2 v2.0.1 |
| 1459 | 2026-06-25T00:06:22.671Z | Compiling crunchy v0.2.4 |
| 1460 | 2026-06-25T00:06:24.560Z | Checking mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 1461 | 2026-06-25T00:06:24.818Z | Compiling tabled_derive v0.11.0 |
| 1462 | 2026-06-25T00:06:25.484Z | Compiling tiny-keccak v2.0.2 |
| 1463 | 2026-06-25T00:06:25.623Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7) |
| 1464 | 2026-06-25T00:06:25.987Z | Compiling typify-impl v0.4.3 |
| 1465 | 2026-06-25T00:06:26.158Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe) |
| 1466 | 2026-06-25T00:06:26.178Z | Checking client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common) |
| 1467 | 2026-06-25T00:06:26.268Z | Checking parking_lot v0.11.2 |
| 1468 | 2026-06-25T00:06:26.376Z | Compiling const-random-macro v0.1.16 |
| 1469 | 2026-06-25T00:06:26.645Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1470 | 2026-06-25T00:06:26.796Z | Checking fxhash v0.2.1 |
| 1471 | 2026-06-25T00:06:26.817Z | Compiling smartstring v1.0.1 |
| 1472 | 2026-06-25T00:06:26.929Z | Checking sled v0.34.7 |
| 1473 | 2026-06-25T00:06:27.095Z | Compiling ahash v0.8.12 |
| 1474 | 2026-06-25T00:06:27.750Z | Checking internet-checksum v0.2.1 |
| 1475 | 2026-06-25T00:06:27.798Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 1476 | 2026-06-25T00:06:28.094Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 1477 | 2026-06-25T00:06:28.120Z | Compiling rhai_codegen v3.2.0 |
| 1478 | 2026-06-25T00:06:28.172Z | Checking arc-swap v1.9.1 |
| 1479 | 2026-06-25T00:06:28.347Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1480 | 2026-06-25T00:06:28.495Z | Checking slog-scope v4.4.1 |
| 1481 | 2026-06-25T00:06:28.666Z | Checking papergrid v0.18.0 |
| 1482 | 2026-06-25T00:06:28.860Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7) |
| 1483 | 2026-06-25T00:06:28.971Z | Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 1484 | 2026-06-25T00:06:29.349Z | Compiling typify-macro v0.4.3 |
| 1485 | 2026-06-25T00:06:29.375Z | Checking testing_table v0.3.0 |
| 1486 | 2026-06-25T00:06:29.452Z | Checking dropshot-api-manager-types v0.7.2 |
| 1487 | 2026-06-25T00:06:29.650Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7) |
| 1488 | 2026-06-25T00:06:29.732Z | Checking ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 1489 | 2026-06-25T00:06:29.820Z | Checking tabled v0.21.0 |
| 1490 | 2026-06-25T00:06:30.485Z | Checking mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types) |
| 1491 | 2026-06-25T00:06:30.514Z | Checking slog-stdlog v4.1.1 |
| 1492 | 2026-06-25T00:06:30.612Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1493 | 2026-06-25T00:06:30.644Z | Compiling lzma-sys v0.1.20 |
| 1494 | 2026-06-25T00:06:30.665Z | Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 1495 | 2026-06-25T00:06:30.824Z | Compiling fs-err v3.3.0 |
| 1496 | 2026-06-25T00:06:30.863Z | Compiling typify v0.4.3 |
| 1497 | 2026-06-25T00:06:30.968Z | Compiling progenitor-impl v0.10.0 |
| 1498 | 2026-06-25T00:06:31.074Z | Compiling typeid v1.0.3 |
| 1499 | 2026-06-25T00:06:31.235Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834) |
| 1500 | 2026-06-25T00:06:31.265Z | Checking slog-envlogger v2.2.0 |
| 1501 | 2026-06-25T00:06:31.948Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1502 | 2026-06-25T00:06:32.119Z | Checking crc8 v0.1.1 |
| 1503 | 2026-06-25T00:06:32.178Z | Compiling toml v0.9.12+spec-1.1.0 |
| 1504 | 2026-06-25T00:06:32.225Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834) |
| 1505 | 2026-06-25T00:06:32.357Z | Checking const-random v0.1.18 |
| 1506 | 2026-06-25T00:06:32.830Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 1507 | 2026-06-25T00:06:33.010Z | Compiling progenitor-macro v0.10.0 |
| 1508 | 2026-06-25T00:06:33.069Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 1509 | 2026-06-25T00:06:33.282Z | Compiling cargo_toml v0.22.3 |
| 1510 | 2026-06-25T00:06:34.395Z | Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 1511 | 2026-06-25T00:06:35.136Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 1512 | 2026-06-25T00:06:35.549Z | Checking thin-vec v0.2.18 |
| 1513 | 2026-06-25T00:06:35.839Z | Checking rhai v1.25.1 |
| 1514 | 2026-06-25T00:06:35.845Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f) |
| 1515 | 2026-06-25T00:06:36.709Z | Checking sha1 v0.10.6 |
| 1516 | 2026-06-25T00:06:36.913Z | Checking utf-8 v0.7.6 |
| 1517 | 2026-06-25T00:06:37.152Z | Checking tungstenite v0.21.0 |
| 1518 | 2026-06-25T00:06:37.574Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 1519 | 2026-06-25T00:06:38.494Z | Checking ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 1520 | 2026-06-25T00:06:38.535Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1521 | 2026-06-25T00:06:38.686Z | Checking sha2 v0.10.9 |
| 1522 | 2026-06-25T00:06:38.835Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 1523 | 2026-06-25T00:06:38.947Z | Checking diff v0.1.13 |
| 1524 | 2026-06-25T00:06:39.051Z | Checking yansi v1.0.1 |
| 1525 | 2026-06-25T00:06:39.088Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 1526 | 2026-06-25T00:06:39.108Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 1527 | 2026-06-25T00:06:39.312Z | Checking pretty_assertions v1.4.1 |
| 1528 | 2026-06-25T00:06:39.332Z | Checking progenitor v0.10.0 |
| 1529 | 2026-06-25T00:06:39.477Z | Checking tokio-tungstenite v0.21.0 |
| 1530 | 2026-06-25T00:06:40.531Z | Checking console v0.16.3 |
| 1531 | 2026-06-25T00:06:40.628Z | Checking git-stub v1.0.0 |
| 1532 | 2026-06-25T00:06:40.860Z | Checking base64 v0.21.7 |
| 1533 | 2026-06-25T00:06:40.915Z | Checking is_ci v1.2.0 |
| 1534 | 2026-06-25T00:06:41.029Z | Checking unit-prefix v0.5.2 |
| 1535 | 2026-06-25T00:06:41.162Z | Checking indicatif v0.18.4 |
| 1536 | 2026-06-25T00:06:41.213Z | Checking supports-color v3.0.2 |
| 1537 | 2026-06-25T00:06:41.240Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 1538 | 2026-06-25T00:06:41.919Z | Checking git-stub-vcs v0.1.0 |
| 1539 | 2026-06-25T00:06:42.246Z | Checking xz2 v0.1.7 |
| 1540 | 2026-06-25T00:06:42.382Z | Checking ron v0.12.1 |
| 1541 | 2026-06-25T00:06:42.477Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 1542 | 2026-06-25T00:06:42.789Z | Checking mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 1543 | 2026-06-25T00:06:42.837Z | Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
| 1544 | 2026-06-25T00:06:43.095Z | Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 1545 | 2026-06-25T00:06:43.151Z | Checking drift v0.2.0 |
| 1546 | 2026-06-25T00:06:43.595Z | Compiling serial_test_derive v3.5.0 |
| 1547 | 2026-06-25T00:06:43.795Z | Checking base16ct v1.0.0 |
| 1548 | 2026-06-25T00:06:44.338Z | Checking serial_test v3.5.0 |
| 1549 | 2026-06-25T00:06:44.374Z | Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
| 1550 | 2026-06-25T00:06:44.513Z | Checking dropshot-api-manager v0.7.2 |
| 1551 | 2026-06-25T00:06:45.214Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f) |
| 1552 | 2026-06-25T00:06:45.633Z | Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
| 1553 | 2026-06-25T00:06:46.237Z | Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 1554 | 2026-06-25T00:06:46.307Z | Checking util v0.1.0 (/work/oxidecomputer/maghemite/util) |
| 1555 | 2026-06-25T00:06:47.047Z | Checking natord v1.0.9 |
| 1556 | 2026-06-25T00:06:47.199Z | Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
| 1557 | 2026-06-25T00:06:47.342Z | Checking maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis) |
| 1558 | 2026-06-25T00:06:47.500Z | Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
| 1559 | 2026-06-25T00:06:47.779Z | Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
| 1560 | 2026-06-25T00:06:48.051Z | Checking xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask) |
| 1561 | 2026-06-25T00:06:48.115Z | Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
| 1562 | 2026-06-25T00:06:48.425Z | Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
| 1563 | 2026-06-25T00:06:48.447Z | Checking falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab) |
| 1564 | 2026-06-25T00:06:48.708Z | Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
| 1565 | 2026-06-25T00:06:56.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s |
| 1566 | 2026-06-25T00:06:57.074Z | + cargo xtask openapi check |
| 1567 | 2026-06-25T00:06:57.697Z | Compiling cfg-if v1.0.4 |
| 1568 | 2026-06-25T00:06:57.700Z | Compiling libc v0.2.186 |
| 1569 | 2026-06-25T00:06:57.700Z | Compiling serde_core v1.0.228 |
| 1570 | 2026-06-25T00:06:57.806Z | Compiling memchr v2.8.1 |
| 1571 | 2026-06-25T00:06:57.812Z | Compiling itoa v1.0.18 |
| 1572 | 2026-06-25T00:06:57.820Z | Compiling smallvec v1.15.1 |
| 1573 | 2026-06-25T00:06:57.831Z | Compiling stable_deref_trait v1.2.1 |
| 1574 | 2026-06-25T00:06:57.833Z | Compiling zerofrom v0.1.8 |
| 1575 | 2026-06-25T00:06:57.854Z | Compiling zmij v1.0.21 |
| 1576 | 2026-06-25T00:06:57.902Z | Compiling litemap v0.8.2 |
| 1577 | 2026-06-25T00:06:57.962Z | Compiling yoke v0.8.3 |
| 1578 | 2026-06-25T00:06:57.986Z | Compiling writeable v0.6.3 |
| 1579 | 2026-06-25T00:06:58.025Z | Compiling utf8_iter v1.0.4 |
| 1580 | 2026-06-25T00:06:58.089Z | Compiling percent-encoding v2.3.2 |
| 1581 | 2026-06-25T00:06:58.130Z | Compiling zerovec v0.11.6 |
| 1582 | 2026-06-25T00:06:58.144Z | Compiling zerotrie v0.2.4 |
| 1583 | 2026-06-25T00:06:58.196Z | Compiling icu_properties_data v2.2.0 |
| 1584 | 2026-06-25T00:06:58.208Z | Compiling icu_normalizer_data v2.2.0 |
| 1585 | 2026-06-25T00:06:58.282Z | Compiling libm v0.2.16 |
| 1586 | 2026-06-25T00:06:58.293Z | Compiling form_urlencoded v1.2.2 |
| 1587 | 2026-06-25T00:06:58.313Z | Compiling rand_core v0.10.1 |
| 1588 | 2026-06-25T00:06:58.349Z | Compiling errno v0.3.14 |
| 1589 | 2026-06-25T00:06:58.464Z | Compiling getrandom v0.4.2 |
| 1590 | 2026-06-25T00:06:58.478Z | Compiling iana-time-zone v0.1.65 |
| 1591 | 2026-06-25T00:06:58.481Z | Compiling pin-project-lite v0.2.17 |
| 1592 | 2026-06-25T00:06:58.501Z | Compiling zeroize v1.8.2 |
| 1593 | 2026-06-25T00:06:58.517Z | Compiling dyn-clone v1.0.20 |
| 1594 | 2026-06-25T00:06:58.585Z | Compiling scopeguard v1.2.0 |
| 1595 | 2026-06-25T00:06:58.647Z | Compiling tinystr v0.8.3 |
| 1596 | 2026-06-25T00:06:58.659Z | Compiling potential_utf v0.1.5 |
| 1597 | 2026-06-25T00:06:58.671Z | Compiling lock_api v0.4.14 |
| 1598 | 2026-06-25T00:06:58.693Z | Compiling parking_lot_core v0.9.12 |
| 1599 | 2026-06-25T00:06:58.705Z | Compiling socket2 v0.6.4 |
| 1600 | 2026-06-25T00:06:58.709Z | Compiling signal-hook-registry v1.4.8 |
| 1601 | 2026-06-25T00:06:58.825Z | Compiling icu_locale_core v2.2.0 |
| 1602 | 2026-06-25T00:06:58.854Z | Compiling icu_collections v2.2.0 |
| 1603 | 2026-06-25T00:06:58.906Z | Compiling parking_lot v0.12.5 |
| 1604 | 2026-06-25T00:06:58.997Z | Compiling mio v1.2.1 |
| 1605 | 2026-06-25T00:06:59.009Z | Compiling portable-atomic v1.13.1 |
| 1606 | 2026-06-25T00:06:59.166Z | Compiling num-traits v0.2.19 |
| 1607 | 2026-06-25T00:06:59.281Z | Compiling futures-core v0.3.32 |
| 1608 | 2026-06-25T00:06:59.387Z | Compiling thiserror v2.0.18 |
| 1609 | 2026-06-25T00:06:59.439Z | Compiling critical-section v1.2.0 |
| 1610 | 2026-06-25T00:06:59.466Z | Compiling equivalent v1.0.2 |
| 1611 | 2026-06-25T00:06:59.492Z | Compiling serde v1.0.228 |
| 1612 | 2026-06-25T00:06:59.507Z | Compiling serde_json v1.0.150 |
| 1613 | 2026-06-25T00:06:59.510Z | Compiling uuid v1.23.2 |
| 1614 | 2026-06-25T00:06:59.548Z | Compiling icu_provider v2.2.0 |
| 1615 | 2026-06-25T00:06:59.559Z | Compiling semver v1.0.28 |
| 1616 | 2026-06-25T00:06:59.642Z | Compiling bitflags v2.12.1 |
| 1617 | 2026-06-25T00:06:59.794Z | Compiling icu_normalizer v2.2.0 |
| 1618 | 2026-06-25T00:06:59.869Z | Compiling icu_properties v2.2.0 |
| 1619 | 2026-06-25T00:06:59.887Z | Compiling once_cell v1.21.4 |
| 1620 | 2026-06-25T00:06:59.898Z | Compiling subtle v2.6.1 |
| 1621 | 2026-06-25T00:06:59.916Z | Compiling bytes v1.11.1 |
| 1622 | 2026-06-25T00:06:59.937Z | Compiling chrono v0.4.45 |
| 1623 | 2026-06-25T00:07:00.003Z | Compiling zerocopy v0.8.50 |
| 1624 | 2026-06-25T00:07:00.060Z | Compiling futures-sink v0.3.32 |
| 1625 | 2026-06-25T00:07:00.096Z | Compiling log v0.4.32 |
| 1626 | 2026-06-25T00:07:00.169Z | Compiling slab v0.4.12 |
| 1627 | 2026-06-25T00:07:00.289Z | Compiling typenum v1.20.1 |
| 1628 | 2026-06-25T00:07:00.350Z | Compiling slog v2.8.2 |
| 1629 | 2026-06-25T00:07:00.366Z | Compiling futures-channel v0.3.32 |
| 1630 | 2026-06-25T00:07:00.378Z | Compiling tokio v1.52.3 |
| 1631 | 2026-06-25T00:07:00.548Z | Compiling getrandom v0.2.17 |
| 1632 | 2026-06-25T00:07:00.592Z | Compiling futures-task v0.3.32 |
| 1633 | 2026-06-25T00:07:00.603Z | Compiling futures-io v0.3.32 |
| 1634 | 2026-06-25T00:07:00.734Z | Compiling idna_adapter v1.2.2 |
| 1635 | 2026-06-25T00:07:00.762Z | Compiling rand_core v0.6.4 |
| 1636 | 2026-06-25T00:07:00.762Z | Compiling futures-util v0.3.32 |
| 1637 | 2026-06-25T00:07:00.878Z | Compiling idna v1.1.0 |
| 1638 | 2026-06-25T00:07:00.995Z | Compiling hashbrown v0.17.1 |
| 1639 | 2026-06-25T00:07:01.008Z | Compiling tracing-core v0.1.36 |
| 1640 | 2026-06-25T00:07:01.081Z | Compiling base64 v0.22.1 |
| 1641 | 2026-06-25T00:07:01.418Z | Compiling url v2.5.8 |
| 1642 | 2026-06-25T00:07:01.431Z | Compiling tracing v0.1.44 |
| 1643 | 2026-06-25T00:07:01.556Z | Compiling indexmap v2.14.0 |
| 1644 | 2026-06-25T00:07:01.593Z | Compiling http v1.4.1 |
| 1645 | 2026-06-25T00:07:01.618Z | Compiling unicode-ident v1.0.24 |
| 1646 | 2026-06-25T00:07:01.675Z | Compiling fnv v1.0.7 |
| 1647 | 2026-06-25T00:07:01.749Z | Compiling proc-macro2 v1.0.106 |
| 1648 | 2026-06-25T00:07:01.776Z | Compiling byteorder v1.5.0 |
| 1649 | 2026-06-25T00:07:02.009Z | Compiling schemars v0.8.22 |
| 1650 | 2026-06-25T00:07:02.185Z | Compiling quote v1.0.45 |
| 1651 | 2026-06-25T00:07:02.237Z | Compiling ipnet v2.12.0 |
| 1652 | 2026-06-25T00:07:02.447Z | Compiling syn v2.0.117 |
| 1653 | 2026-06-25T00:07:02.466Z | Compiling erased-serde v0.3.31 |
| 1654 | 2026-06-25T00:07:02.534Z | Compiling rustls-pki-types v1.14.1 |
| 1655 | 2026-06-25T00:07:02.752Z | Compiling ipnetwork v0.21.1 |
| 1656 | 2026-06-25T00:07:02.960Z | Compiling ppv-lite86 v0.2.21 |
| 1657 | 2026-06-25T00:07:03.058Z | Compiling oxnet v0.1.6 |
| 1658 | 2026-06-25T00:07:03.064Z | Compiling http-body v1.0.1 |
| 1659 | 2026-06-25T00:07:03.229Z | Compiling thiserror v1.0.69 |
| 1660 | 2026-06-25T00:07:03.245Z | Compiling aws-lc-sys v0.41.0 |
| 1661 | 2026-06-25T00:07:03.297Z | Compiling untrusted v0.7.1 |
| 1662 | 2026-06-25T00:07:03.334Z | Compiling atomic-waker v1.1.2 |
| 1663 | 2026-06-25T00:07:03.347Z | Compiling httparse v1.10.1 |
| 1664 | 2026-06-25T00:07:03.405Z | Compiling tower-layer v0.3.3 |
| 1665 | 2026-06-25T00:07:03.425Z | Compiling rustls v0.23.40 |
| 1666 | 2026-06-25T00:07:03.468Z | Compiling pretty-hex v0.4.2 |
| 1667 | 2026-06-25T00:07:03.510Z | Compiling try-lock v0.2.5 |
| 1668 | 2026-06-25T00:07:03.571Z | Compiling ryu v1.0.23 |
| 1669 | 2026-06-25T00:07:03.604Z | Compiling untrusted v0.9.0 |
| 1670 | 2026-06-25T00:07:03.623Z | Compiling tower-service v0.3.3 |
| 1671 | 2026-06-25T00:07:03.657Z | Compiling want v0.3.1 |
| 1672 | 2026-06-25T00:07:03.684Z | Compiling rustix v1.1.4 |
| 1673 | 2026-06-25T00:07:03.721Z | Compiling aws-lc-rs v1.17.0 |
| 1674 | 2026-06-25T00:07:03.733Z | Compiling plain v0.2.3 |
| 1675 | 2026-06-25T00:07:03.762Z | Compiling httpdate v1.0.3 |
| 1676 | 2026-06-25T00:07:03.830Z | Compiling omicron-workspace-hack v0.1.0 |
| 1677 | 2026-06-25T00:07:03.852Z | Compiling getrandom v0.3.4 |
| 1678 | 2026-06-25T00:07:03.862Z | Compiling ucd-trie v0.1.7 |
| 1679 | 2026-06-25T00:07:03.904Z | Compiling regex-syntax v0.8.10 |
| 1680 | 2026-06-25T00:07:04.017Z | Compiling pest v2.8.6 |
| 1681 | 2026-06-25T00:07:04.039Z | Compiling rand_core v0.9.5 |
| 1682 | 2026-06-25T00:07:04.156Z | Compiling tokio-util v0.7.18 |
| 1683 | 2026-06-25T00:07:04.267Z | Compiling crossbeam-utils v0.8.21 |
| 1684 | 2026-06-25T00:07:04.772Z | Compiling h2 v0.4.14 |
| 1685 | 2026-06-25T00:07:04.879Z | Compiling rustls-webpki v0.103.13 |
| 1686 | 2026-06-25T00:07:04.948Z | Compiling serde_urlencoded v0.7.1 |
| 1687 | 2026-06-25T00:07:05.161Z | Compiling http-body-util v0.1.3 |
| 1688 | 2026-06-25T00:07:05.201Z | Compiling newtype-uuid v1.3.2 |
| 1689 | 2026-06-25T00:07:05.342Z | Compiling hex v0.4.3 |
| 1690 | 2026-06-25T00:07:05.540Z | Compiling allocator-api2 v0.2.21 |
| 1691 | 2026-06-25T00:07:05.573Z | Compiling foldhash v0.2.0 |
| 1692 | 2026-06-25T00:07:05.814Z | Compiling daft v0.1.7 |
| 1693 | 2026-06-25T00:07:05.830Z | Compiling hashbrown v0.16.1 |
| 1694 | 2026-06-25T00:07:05.873Z | Compiling rand_chacha v0.9.0 |
| 1695 | 2026-06-25T00:07:06.094Z | Compiling fastrand v2.4.1 |
| 1696 | 2026-06-25T00:07:06.261Z | Compiling rand v0.9.4 |
| 1697 | 2026-06-25T00:07:06.368Z | Compiling sync_wrapper v1.0.2 |
| 1698 | 2026-06-25T00:07:06.401Z | Compiling generic-array v0.14.7 |
| 1699 | 2026-06-25T00:07:06.420Z | Compiling anyhow v1.0.102 |
| 1700 | 2026-06-25T00:07:06.434Z | Compiling aho-corasick v1.1.4 |
| 1701 | 2026-06-25T00:07:06.478Z | Compiling tower v0.5.3 |
| 1702 | 2026-06-25T00:07:06.524Z | Compiling powerfmt v0.2.0 |
| 1703 | 2026-06-25T00:07:06.740Z | Compiling deranged v0.5.8 |
| 1704 | 2026-06-25T00:07:06.799Z | Compiling tempfile v3.27.0 |
| 1705 | 2026-06-25T00:07:06.869Z | Compiling hyper v1.10.1 |
| 1706 | 2026-06-25T00:07:06.900Z | Compiling tower-http v0.6.11 |
| 1707 | 2026-06-25T00:07:06.945Z | Compiling camino v1.2.2 |
| 1708 | 2026-06-25T00:07:07.197Z | Compiling futures-executor v0.3.32 |
| 1709 | 2026-06-25T00:07:07.322Z | Compiling regex-automata v0.4.14 |
| 1710 | 2026-06-25T00:07:07.351Z | Compiling openapiv3 v2.2.0 |
| 1711 | 2026-06-25T00:07:07.512Z | Compiling num_threads v0.1.7 |
| 1712 | 2026-06-25T00:07:07.584Z | Compiling openssl-probe v0.2.1 |
| 1713 | 2026-06-25T00:07:07.719Z | Compiling cpufeatures v0.3.0 |
| 1714 | 2026-06-25T00:07:07.732Z | Compiling time-core v0.1.8 |
| 1715 | 2026-06-25T00:07:07.775Z | Compiling num-conv v0.2.2 |
| 1716 | 2026-06-25T00:07:07.799Z | Compiling rustls-native-certs v0.8.4 |
| 1717 | 2026-06-25T00:07:07.884Z | Compiling futures v0.3.32 |
| 1718 | 2026-06-25T00:07:07.933Z | Compiling time v0.3.47 |
| 1719 | 2026-06-25T00:07:07.971Z | Compiling hyper-util v0.1.20 |
| 1720 | 2026-06-25T00:07:08.132Z | Compiling scroll v0.13.0 |
| 1721 | 2026-06-25T00:07:08.293Z | Compiling tokio-rustls v0.26.4 |
| 1722 | 2026-06-25T00:07:08.442Z | Compiling hybrid-array v0.4.12 |
| 1723 | 2026-06-25T00:07:08.573Z | Compiling adler2 v2.0.1 |
| 1724 | 2026-06-25T00:07:08.587Z | Compiling winnow v1.0.3 |
| 1725 | 2026-06-25T00:07:08.716Z | Compiling simd-adler32 v0.3.9 |
| 1726 | 2026-06-25T00:07:08.925Z | Compiling miniz_oxide v0.8.9 |
| 1727 | 2026-06-25T00:07:08.936Z | Compiling goblin v0.10.7 |
| 1728 | 2026-06-25T00:07:08.955Z | Compiling rustls-platform-verifier v0.7.0 |
| 1729 | 2026-06-25T00:07:09.193Z | Compiling hyper-rustls v0.27.9 |
| 1730 | 2026-06-25T00:07:09.509Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1731 | 2026-06-25T00:07:09.583Z | Compiling crossbeam-channel v0.5.15 |
| 1732 | 2026-06-25T00:07:09.683Z | Compiling crc32fast v1.5.0 |
| 1733 | 2026-06-25T00:07:09.700Z | Compiling reqwest v0.13.4 |
| 1734 | 2026-06-25T00:07:09.700Z | Compiling regex v1.12.3 |
| 1735 | 2026-06-25T00:07:09.880Z | Compiling flate2 v1.1.9 |
| 1736 | 2026-06-25T00:07:10.036Z | Compiling crypto-common v0.2.2 |
| 1737 | 2026-06-25T00:07:10.065Z | Compiling block-buffer v0.12.0 |
| 1738 | 2026-06-25T00:07:10.172Z | Compiling crypto-common v0.1.7 |
| 1739 | 2026-06-25T00:07:10.231Z | Compiling dtrace-parser v0.3.0 |
| 1740 | 2026-06-25T00:07:10.300Z | Compiling rand_chacha v0.3.1 |
| 1741 | 2026-06-25T00:07:10.344Z | Compiling thread-id v5.1.0 |
| 1742 | 2026-06-25T00:07:10.403Z | Compiling thread_local v1.1.9 |
| 1743 | 2026-06-25T00:07:10.602Z | Compiling debug-ignore v1.0.5 |
| 1744 | 2026-06-25T00:07:10.677Z | Compiling match_cfg v0.1.0 |
| 1745 | 2026-06-25T00:07:10.711Z | Compiling compression-core v0.4.32 |
| 1746 | 2026-06-25T00:07:10.714Z | Compiling const-oid v0.10.2 |
| 1747 | 2026-06-25T00:07:10.752Z | Compiling hostname v0.3.1 |
| 1748 | 2026-06-25T00:07:10.879Z | Compiling digest v0.11.3 |
| 1749 | 2026-06-25T00:07:10.897Z | Compiling compression-codecs v0.4.38 |
| 1750 | 2026-06-25T00:07:10.909Z | Compiling rand v0.8.6 |
| 1751 | 2026-06-25T00:07:10.942Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1752 | 2026-06-25T00:07:11.001Z | Compiling slog-json v2.6.1 |
| 1753 | 2026-06-25T00:07:11.012Z | Compiling ref-cast v1.0.25 |
| 1754 | 2026-06-25T00:07:11.049Z | Compiling strum v0.26.3 |
| 1755 | 2026-06-25T00:07:11.117Z | Compiling macaddr v1.0.1 |
| 1756 | 2026-06-25T00:07:11.147Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1757 | 2026-06-25T00:07:11.185Z | Compiling serde_spanned v1.1.1 |
| 1758 | 2026-06-25T00:07:11.208Z | Compiling memmap2 v0.9.10 |
| 1759 | 2026-06-25T00:07:11.338Z | Compiling is-terminal v0.4.17 |
| 1760 | 2026-06-25T00:07:11.352Z | Compiling wait-timeout v0.2.1 |
| 1761 | 2026-06-25T00:07:11.434Z | Compiling encoding_rs v0.8.35 |
| 1762 | 2026-06-25T00:07:11.446Z | Compiling take_mut v0.2.2 |
| 1763 | 2026-06-25T00:07:11.456Z | Compiling bit-vec v0.8.0 |
| 1764 | 2026-06-25T00:07:11.555Z | Compiling either v1.16.0 |
| 1765 | 2026-06-25T00:07:11.566Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 1766 | 2026-06-25T00:07:11.601Z | Compiling term v1.2.1 |
| 1767 | 2026-06-25T00:07:11.648Z | Compiling mime v0.3.17 |
| 1768 | 2026-06-25T00:07:11.693Z | Compiling quick-error v1.2.3 |
| 1769 | 2026-06-25T00:07:11.764Z | Compiling dof v0.4.0 |
| 1770 | 2026-06-25T00:07:11.777Z | Compiling spin v0.9.8 |
| 1771 | 2026-06-25T00:07:11.803Z | Compiling rusty-fork v0.3.1 |
| 1772 | 2026-06-25T00:07:11.898Z | Compiling slog-term v2.9.2 |
| 1773 | 2026-06-25T00:07:11.930Z | Compiling toml v1.1.2+spec-1.1.0 |
| 1774 | 2026-06-25T00:07:12.156Z | Compiling bit-set v0.8.0 |
| 1775 | 2026-06-25T00:07:12.267Z | Compiling slog-async v2.8.0 |
| 1776 | 2026-06-25T00:07:12.330Z | Compiling slog-bunyan v2.5.0 |
| 1777 | 2026-06-25T00:07:12.465Z | Compiling multer v3.1.0 |
| 1778 | 2026-06-25T00:07:12.479Z | Compiling usdt-impl v0.6.0 |
| 1779 | 2026-06-25T00:07:12.786Z | Compiling async-compression v0.4.42 |
| 1780 | 2026-06-25T00:07:12.966Z | Compiling usdt v0.6.0 |
| 1781 | 2026-06-25T00:07:13.065Z | Compiling sha1 v0.11.0 |
| 1782 | 2026-06-25T00:07:13.098Z | Compiling serde_with v3.20.0 |
| 1783 | 2026-06-25T00:07:13.110Z | Compiling async-stream v0.3.6 |
| 1784 | 2026-06-25T00:07:13.157Z | Compiling rand_xorshift v0.4.0 |
| 1785 | 2026-06-25T00:07:13.287Z | Compiling waitgroup v0.1.2 |
| 1786 | 2026-06-25T00:07:13.315Z | Compiling rustls-pemfile v2.2.0 |
| 1787 | 2026-06-25T00:07:13.332Z | Compiling serde_path_to_error v0.1.20 |
| 1788 | 2026-06-25T00:07:13.362Z | Compiling hostname v0.4.2 |
| 1789 | 2026-06-25T00:07:13.374Z | Compiling unarray v0.1.4 |
| 1790 | 2026-06-25T00:07:13.436Z | Compiling strum v0.27.2 |
| 1791 | 2026-06-25T00:07:13.470Z | Compiling proptest v1.11.0 |
| 1792 | 2026-06-25T00:07:13.490Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1793 | 2026-06-25T00:07:13.506Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1794 | 2026-06-25T00:07:13.522Z | Compiling progenitor-client v0.14.0 |
| 1795 | 2026-06-25T00:07:13.570Z | Compiling iddqd v0.4.2 |
| 1796 | 2026-06-25T00:07:13.624Z | Compiling dropshot v0.17.1 |
| 1797 | 2026-06-25T00:07:13.690Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1798 | 2026-06-25T00:07:13.703Z | Compiling reqwest v0.12.28 |
| 1799 | 2026-06-25T00:07:13.744Z | Compiling block-buffer v0.10.4 |
| 1800 | 2026-06-25T00:07:13.823Z | Compiling backon v1.6.0 |
| 1801 | 2026-06-25T00:07:13.898Z | Compiling instant v0.1.13 |
| 1802 | 2026-06-25T00:07:13.941Z | Compiling digest v0.10.7 |
| 1803 | 2026-06-25T00:07:14.011Z | Compiling backoff v0.4.0 |
| 1804 | 2026-06-25T00:07:14.034Z | Compiling progenitor-extras v0.2.0 |
| 1805 | 2026-06-25T00:07:14.168Z | Compiling itertools v0.14.0 |
| 1806 | 2026-06-25T00:07:14.225Z | Compiling parse-display v0.10.0 |
| 1807 | 2026-06-25T00:07:14.272Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 1808 | 2026-06-25T00:07:14.553Z | Compiling regress v0.10.5 |
| 1809 | 2026-06-25T00:07:14.842Z | Compiling progenitor-client v0.10.0 |
| 1810 | 2026-06-25T00:07:14.907Z | Compiling humantime v2.3.0 |
| 1811 | 2026-06-25T00:07:15.155Z | Compiling cpufeatures v0.2.17 |
| 1812 | 2026-06-25T00:07:15.243Z | Compiling unicode-width v0.2.2 |
| 1813 | 2026-06-25T00:07:15.248Z | Compiling secrecy v0.10.3 |
| 1814 | 2026-06-25T00:07:15.396Z | Compiling heck v0.5.0 |
| 1815 | 2026-06-25T00:07:15.408Z | Compiling tinyvec_macros v0.1.1 |
| 1816 | 2026-06-25T00:07:15.480Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1817 | 2026-06-25T00:07:15.492Z | Compiling tinyvec v1.11.0 |
| 1818 | 2026-06-25T00:07:15.505Z | Compiling num-integer v0.1.46 |
| 1819 | 2026-06-25T00:07:15.656Z | Compiling scroll v0.12.0 |
| 1820 | 2026-06-25T00:07:15.826Z | Compiling crucible-workspace-hack v0.1.0 |
| 1821 | 2026-06-25T00:07:15.840Z | Compiling hmac v0.12.1 |
| 1822 | 2026-06-25T00:07:15.906Z | Compiling inout v0.1.4 |
| 1823 | 2026-06-25T00:07:15.936Z | Compiling ff v0.13.1 |
| 1824 | 2026-06-25T00:07:15.988Z | Compiling utf8parse v0.2.2 |
| 1825 | 2026-06-25T00:07:16.047Z | Compiling group v0.13.0 |
| 1826 | 2026-06-25T00:07:16.060Z | Compiling cipher v0.4.4 |
| 1827 | 2026-06-25T00:07:16.073Z | Compiling hkdf v0.12.4 |
| 1828 | 2026-06-25T00:07:16.107Z | Compiling anstyle-parse v1.0.0 |
| 1829 | 2026-06-25T00:07:16.164Z | Compiling goblin v0.8.2 |
| 1830 | 2026-06-25T00:07:16.225Z | Compiling num-iter v0.1.45 |
| 1831 | 2026-06-25T00:07:16.278Z | Compiling num-rational v0.4.2 |
| 1832 | 2026-06-25T00:07:16.346Z | Compiling zerocopy v0.7.35 |
| 1833 | 2026-06-25T00:07:16.505Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1834 | 2026-06-25T00:07:16.600Z | Compiling universal-hash v0.5.1 |
| 1835 | 2026-06-25T00:07:16.746Z | Compiling crypto-bigint v0.5.5 |
| 1836 | 2026-06-25T00:07:16.822Z | Compiling regress v0.11.1 |
| 1837 | 2026-06-25T00:07:16.907Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1838 | 2026-06-25T00:07:17.082Z | Compiling terminal_size v0.4.4 |
| 1839 | 2026-06-25T00:07:17.233Z | Compiling half v2.7.1 |
| 1840 | 2026-06-25T00:07:17.260Z | Compiling num-complex v0.4.6 |
| 1841 | 2026-06-25T00:07:17.542Z | Compiling is_terminal_polyfill v1.70.2 |
| 1842 | 2026-06-25T00:07:17.645Z | Compiling colorchoice v1.0.5 |
| 1843 | 2026-06-25T00:07:17.656Z | Compiling base16ct v0.2.0 |
| 1844 | 2026-06-25T00:07:17.772Z | Compiling ciborium-io v0.2.2 |
| 1845 | 2026-06-25T00:07:17.822Z | Compiling opaque-debug v0.3.1 |
| 1846 | 2026-06-25T00:07:17.876Z | Compiling base64ct v1.8.3 |
| 1847 | 2026-06-25T00:07:17.898Z | Compiling anstyle-query v1.1.5 |
| 1848 | 2026-06-25T00:07:17.911Z | Compiling anstyle v1.0.14 |
| 1849 | 2026-06-25T00:07:17.936Z | Compiling poly1305 v0.8.0 |
| 1850 | 2026-06-25T00:07:18.016Z | Compiling ciborium-ll v0.2.2 |
| 1851 | 2026-06-25T00:07:18.148Z | Compiling password-hash v0.5.0 |
| 1852 | 2026-06-25T00:07:18.204Z | Compiling anstream v1.0.0 |
| 1853 | 2026-06-25T00:07:18.385Z | Compiling elliptic-curve v0.13.8 |
| 1854 | 2026-06-25T00:07:18.533Z | Compiling dof v0.3.0 |
| 1855 | 2026-06-25T00:07:18.607Z | Compiling typify-impl v0.6.2 |
| 1856 | 2026-06-25T00:07:18.673Z | Compiling num v0.4.3 |
| 1857 | 2026-06-25T00:07:18.796Z | Compiling curve25519-dalek v4.1.3 |
| 1858 | 2026-06-25T00:07:19.165Z | Compiling thiserror-no-std v2.0.2 |
| 1859 | 2026-06-25T00:07:19.349Z | Compiling chacha20 v0.9.1 |
| 1860 | 2026-06-25T00:07:19.435Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1861 | 2026-06-25T00:07:19.726Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1862 | 2026-06-25T00:07:19.829Z | Compiling blake2 v0.10.6 |
| 1863 | 2026-06-25T00:07:19.934Z | Compiling aead v0.5.2 |
| 1864 | 2026-06-25T00:07:20.035Z | Compiling byte-wrapper v0.1.0 |
| 1865 | 2026-06-25T00:07:20.047Z | Compiling dtrace-parser v0.2.0 |
| 1866 | 2026-06-25T00:07:20.103Z | Compiling crossbeam-epoch v0.9.18 |
| 1867 | 2026-06-25T00:07:20.128Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1868 | 2026-06-25T00:07:20.291Z | Compiling thread-id v4.2.2 |
| 1869 | 2026-06-25T00:07:20.382Z | Compiling keccak v0.1.6 |
| 1870 | 2026-06-25T00:07:20.395Z | Compiling clap_lex v1.1.0 |
| 1871 | 2026-06-25T00:07:20.408Z | Compiling float-ord v0.3.2 |
| 1872 | 2026-06-25T00:07:20.444Z | Compiling strsim v0.11.1 |
| 1873 | 2026-06-25T00:07:20.525Z | Compiling sha3 v0.10.9 |
| 1874 | 2026-06-25T00:07:20.625Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1875 | 2026-06-25T00:07:20.646Z | Compiling clap_builder v4.6.0 |
| 1876 | 2026-06-25T00:07:20.814Z | Compiling usdt-impl v0.5.0 |
| 1877 | 2026-06-25T00:07:20.824Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1878 | 2026-06-25T00:07:20.835Z | Compiling typify v0.6.2 |
| 1879 | 2026-06-25T00:07:20.945Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1880 | 2026-06-25T00:07:21.476Z | Compiling chacha20poly1305 v0.10.1 |
| 1881 | 2026-06-25T00:07:21.620Z | Compiling argon2 v0.5.3 |
| 1882 | 2026-06-25T00:07:22.001Z | Compiling vsss-rs v3.3.4 |
| 1883 | 2026-06-25T00:07:22.157Z | Compiling ciborium v0.2.2 |
| 1884 | 2026-06-25T00:07:22.220Z | Compiling hash32 v0.3.1 |
| 1885 | 2026-06-25T00:07:22.393Z | Compiling memmap v0.7.0 |
| 1886 | 2026-06-25T00:07:22.582Z | Compiling indent_write v2.2.0 |
| 1887 | 2026-06-25T00:07:22.731Z | Compiling data-encoding v2.11.0 |
| 1888 | 2026-06-25T00:07:22.745Z | Compiling usdt v0.5.0 |
| 1889 | 2026-06-25T00:07:23.024Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1890 | 2026-06-25T00:07:23.040Z | Compiling heapless v0.8.0 |
| 1891 | 2026-06-25T00:07:23.129Z | Compiling clap v4.6.1 |
| 1892 | 2026-06-25T00:07:23.132Z | Compiling ingot-types v0.1.2 |
| 1893 | 2026-06-25T00:07:23.221Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1894 | 2026-06-25T00:07:23.320Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1895 | 2026-06-25T00:07:23.591Z | Compiling rustix v0.38.44 |
| 1896 | 2026-06-25T00:07:23.611Z | Compiling tabwriter v1.4.1 |
| 1897 | 2026-06-25T00:07:23.624Z | Compiling cobs v0.3.0 |
| 1898 | 2026-06-25T00:07:23.836Z | Compiling bitflags v1.3.2 |
| 1899 | 2026-06-25T00:07:23.867Z | Compiling managed v0.8.0 |
| 1900 | 2026-06-25T00:07:23.920Z | Compiling postcard v1.1.3 |
| 1901 | 2026-06-25T00:07:23.966Z | Compiling ingot v0.1.1 |
| 1902 | 2026-06-25T00:07:24.095Z | Compiling smoltcp v0.11.0 |
| 1903 | 2026-06-25T00:07:24.153Z | Compiling memoffset v0.9.1 |
| 1904 | 2026-06-25T00:07:24.246Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1905 | 2026-06-25T00:07:24.273Z | Compiling serde_spanned v0.6.9 |
| 1906 | 2026-06-25T00:07:24.431Z | Compiling toml_datetime v0.6.11 |
| 1907 | 2026-06-25T00:07:24.506Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1908 | 2026-06-25T00:07:24.519Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1909 | 2026-06-25T00:07:24.787Z | Compiling colored v3.1.1 |
| 1910 | 2026-06-25T00:07:24.822Z | Compiling foreign-types-shared v0.3.1 |
| 1911 | 2026-06-25T00:07:24.929Z | Compiling unicode-segmentation v1.13.3 |
| 1912 | 2026-06-25T00:07:25.082Z | Compiling swrite v0.1.0 |
| 1913 | 2026-06-25T00:07:25.112Z | Compiling static_assertions v1.1.0 |
| 1914 | 2026-06-25T00:07:25.179Z | Compiling linked-hash-map v0.5.6 |
| 1915 | 2026-06-25T00:07:25.196Z | Compiling toml_write v0.1.2 |
| 1916 | 2026-06-25T00:07:25.367Z | Compiling winnow v0.7.15 |
| 1917 | 2026-06-25T00:07:25.384Z | Compiling resolv-conf v0.7.6 |
| 1918 | 2026-06-25T00:07:25.408Z | Compiling lru-cache v0.1.2 |
| 1919 | 2026-06-25T00:07:25.525Z | Compiling newline-converter v0.3.0 |
| 1920 | 2026-06-25T00:07:25.654Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1921 | 2026-06-25T00:07:25.756Z | Compiling foreign-types v0.5.0 |
| 1922 | 2026-06-25T00:07:25.846Z | Compiling atomicwrites v0.4.4 |
| 1923 | 2026-06-25T00:07:25.861Z | Compiling hubpack v0.1.2 |
| 1924 | 2026-06-25T00:07:25.988Z | Compiling nix v0.31.3 |
| 1925 | 2026-06-25T00:07:26.037Z | Compiling num_enum v0.7.6 |
| 1926 | 2026-06-25T00:07:26.092Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 1927 | 2026-06-25T00:07:26.163Z | Compiling hickory-proto v0.24.4 |
| 1928 | 2026-06-25T00:07:26.215Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1929 | 2026-06-25T00:07:26.345Z | Compiling crossbeam-deque v0.8.6 |
| 1930 | 2026-06-25T00:07:26.551Z | Compiling console v0.15.11 |
| 1931 | 2026-06-25T00:07:26.725Z | Compiling toml_edit v0.22.27 |
| 1932 | 2026-06-25T00:07:26.786Z | Compiling chacha20 v0.10.0 |
| 1933 | 2026-06-25T00:07:26.857Z | Compiling camino-tempfile v1.4.1 |
| 1934 | 2026-06-25T00:07:27.048Z | Compiling serde-big-array v0.5.1 |
| 1935 | 2026-06-25T00:07:27.100Z | Compiling cstr-argument v0.1.2 |
| 1936 | 2026-06-25T00:07:27.181Z | Compiling siphasher v1.0.3 |
| 1937 | 2026-06-25T00:07:27.198Z | Compiling similar v2.7.0 |
| 1938 | 2026-06-25T00:07:27.255Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1939 | 2026-06-25T00:07:27.383Z | Compiling phf_shared v0.12.1 |
| 1940 | 2026-06-25T00:07:27.567Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1941 | 2026-06-25T00:07:27.695Z | Compiling expectorate v1.2.0 |
| 1942 | 2026-06-25T00:07:27.856Z | Compiling pin-project v1.1.13 |
| 1943 | 2026-06-25T00:07:27.967Z | Compiling hickory-resolver v0.24.4 |
| 1944 | 2026-06-25T00:07:28.058Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1945 | 2026-06-25T00:07:28.099Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1946 | 2026-06-25T00:07:28.233Z | Compiling toml v0.8.23 |
| 1947 | 2026-06-25T00:07:28.813Z | Compiling rand v0.10.1 |
| 1948 | 2026-06-25T00:07:28.879Z | Compiling rayon-core v1.13.0 |
| 1949 | 2026-06-25T00:07:29.510Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 1950 | 2026-06-25T00:07:29.568Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1951 | 2026-06-25T00:07:29.595Z | Compiling num_enum v0.5.11 |
| 1952 | 2026-06-25T00:07:29.627Z | Compiling progenitor-impl v0.13.0 |
| 1953 | 2026-06-25T00:07:29.718Z | Compiling prettyplease v0.2.37 |
| 1954 | 2026-06-25T00:07:29.721Z | Compiling unicode-normalization v0.1.25 |
| 1955 | 2026-06-25T00:07:30.067Z | Compiling progenitor-client v0.13.0 |
| 1956 | 2026-06-25T00:07:30.261Z | Compiling tokio-stream v0.1.18 |
| 1957 | 2026-06-25T00:07:30.333Z | Compiling csv-core v0.1.13 |
| 1958 | 2026-06-25T00:07:30.368Z | Compiling bstr v1.12.1 |
| 1959 | 2026-06-25T00:07:30.606Z | Compiling unicode-width v0.1.14 |
| 1960 | 2026-06-25T00:07:30.677Z | Compiling konst_macro_rules v0.2.19 |
| 1961 | 2026-06-25T00:07:30.735Z | Compiling same-file v1.0.6 |
| 1962 | 2026-06-25T00:07:30.857Z | Compiling highway v1.3.0 |
| 1963 | 2026-06-25T00:07:30.868Z | Compiling foreign-types-shared v0.1.1 |
| 1964 | 2026-06-25T00:07:30.886Z | Compiling foldhash v0.1.5 |
| 1965 | 2026-06-25T00:07:30.918Z | Compiling walkdir v2.5.0 |
| 1966 | 2026-06-25T00:07:30.956Z | Compiling foreign-types v0.3.2 |
| 1967 | 2026-06-25T00:07:30.967Z | Compiling konst v0.2.20 |
| 1968 | 2026-06-25T00:07:30.995Z | Compiling progenitor v0.13.0 |
| 1969 | 2026-06-25T00:07:31.033Z | Compiling hashbrown v0.15.5 |
| 1970 | 2026-06-25T00:07:31.067Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1971 | 2026-06-25T00:07:31.136Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1972 | 2026-06-25T00:07:31.203Z | Compiling globset v0.4.18 |
| 1973 | 2026-06-25T00:07:31.242Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1974 | 2026-06-25T00:07:31.254Z | Compiling qorb v0.4.1 |
| 1975 | 2026-06-25T00:07:31.565Z | Compiling csv v1.4.0 |
| 1976 | 2026-06-25T00:07:31.986Z | Compiling snafu v0.8.9 |
| 1977 | 2026-06-25T00:07:32.366Z | Compiling olpc-cjson v0.1.4 |
| 1978 | 2026-06-25T00:07:32.545Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1979 | 2026-06-25T00:07:32.759Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1980 | 2026-06-25T00:07:32.790Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f) |
| 1981 | 2026-06-25T00:07:32.863Z | Compiling rayon v1.12.0 |
| 1982 | 2026-06-25T00:07:33.291Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1983 | 2026-06-25T00:07:33.324Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1984 | 2026-06-25T00:07:33.562Z | Compiling phf v0.12.1 |
| 1985 | 2026-06-25T00:07:33.730Z | Compiling openssl-sys v0.9.116 |
| 1986 | 2026-06-25T00:07:34.150Z | Compiling tokio-dtrace v0.1.1 |
| 1987 | 2026-06-25T00:07:34.226Z | Compiling progenitor-impl v0.14.0 |
| 1988 | 2026-06-25T00:07:34.421Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1989 | 2026-06-25T00:07:34.496Z | Compiling itertools v0.12.1 |
| 1990 | 2026-06-25T00:07:34.673Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1991 | 2026-06-25T00:07:34.704Z | Compiling libsw-core v0.3.2 |
| 1992 | 2026-06-25T00:07:34.878Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1993 | 2026-06-25T00:07:34.878Z | Compiling pem v3.0.6 |
| 1994 | 2026-06-25T00:07:34.912Z | Compiling serde_plain v1.0.2 |
| 1995 | 2026-06-25T00:07:35.126Z | Compiling sigpipe v0.1.3 |
| 1996 | 2026-06-25T00:07:35.225Z | Compiling fixedbitset v0.5.7 |
| 1997 | 2026-06-25T00:07:35.245Z | Compiling jiff v0.2.28 |
| 1998 | 2026-06-25T00:07:35.258Z | Compiling minimal-lexical v0.2.1 |
| 1999 | 2026-06-25T00:07:35.279Z | Compiling fixedbitset v0.4.2 |
| 2000 | 2026-06-25T00:07:35.511Z | Compiling typed-path v0.9.3 |
| 2001 | 2026-06-25T00:07:35.525Z | Compiling glob v0.3.3 |
| 2002 | 2026-06-25T00:07:35.550Z | Compiling bytecount v0.6.9 |
| 2003 | 2026-06-25T00:07:35.700Z | Compiling papergrid v0.11.0 |
| 2004 | 2026-06-25T00:07:35.713Z | Compiling zone v0.3.1 |
| 2005 | 2026-06-25T00:07:35.728Z | Compiling nom v7.1.3 |
| 2006 | 2026-06-25T00:07:35.956Z | Compiling petgraph v0.8.3 |
| 2007 | 2026-06-25T00:07:36.145Z | Compiling petgraph v0.6.5 |
| 2008 | 2026-06-25T00:07:36.458Z | Compiling tough v0.22.0 |
| 2009 | 2026-06-25T00:07:36.786Z | Compiling progenitor v0.14.0 |
| 2010 | 2026-06-25T00:07:36.934Z | Compiling openssl v0.10.80 |
| 2011 | 2026-06-25T00:07:37.066Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2012 | 2026-06-25T00:07:37.302Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2013 | 2026-06-25T00:07:37.370Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2014 | 2026-06-25T00:07:37.497Z | Compiling libsw v3.5.0 |
| 2015 | 2026-06-25T00:07:37.625Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2016 | 2026-06-25T00:07:37.681Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2017 | 2026-06-25T00:07:37.729Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2018 | 2026-06-25T00:07:37.873Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2019 | 2026-06-25T00:07:37.918Z | Compiling oxide-tokio-rt v0.1.6 |
| 2020 | 2026-06-25T00:07:38.271Z | Compiling chrono-tz v0.10.4 |
| 2021 | 2026-06-25T00:07:38.539Z | Compiling newtype_derive v0.1.6 |
| 2022 | 2026-06-25T00:07:38.628Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2023 | 2026-06-25T00:07:38.641Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9) |
| 2024 | 2026-06-25T00:07:38.806Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2025 | 2026-06-25T00:07:38.836Z | Compiling slog-dtrace v0.3.0 |
| 2026 | 2026-06-25T00:07:38.962Z | Compiling cancel-safe-futures v0.1.5 |
| 2027 | 2026-06-25T00:07:39.158Z | Compiling owo-colors v4.3.0 |
| 2028 | 2026-06-25T00:07:39.280Z | Compiling const_format v0.2.36 |
| 2029 | 2026-06-25T00:07:39.626Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2030 | 2026-06-25T00:07:39.638Z | Compiling gethostname v0.5.0 |
| 2031 | 2026-06-25T00:07:39.767Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2032 | 2026-06-25T00:07:39.807Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2033 | 2026-06-25T00:07:39.904Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2034 | 2026-06-25T00:07:39.938Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2035 | 2026-06-25T00:07:40.029Z | Compiling smf v0.2.3 |
| 2036 | 2026-06-25T00:07:40.063Z | Compiling bcs v0.1.6 |
| 2037 | 2026-06-25T00:07:40.146Z | Compiling whoami v1.6.1 |
| 2038 | 2026-06-25T00:07:40.382Z | Compiling termtree v0.5.1 |
| 2039 | 2026-06-25T00:07:40.442Z | Compiling lazy_static v1.5.0 |
| 2040 | 2026-06-25T00:07:40.466Z | Compiling smawk v0.3.2 |
| 2041 | 2026-06-25T00:07:40.538Z | Compiling linear-map v1.2.0 |
| 2042 | 2026-06-25T00:07:40.551Z | Compiling tagptr v0.2.0 |
| 2043 | 2026-06-25T00:07:40.554Z | Compiling unicode-linebreak v0.1.5 |
| 2044 | 2026-06-25T00:07:40.599Z | Compiling steno v0.4.1 |
| 2045 | 2026-06-25T00:07:40.610Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2046 | 2026-06-25T00:07:40.704Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2047 | 2026-06-25T00:07:40.725Z | Compiling moka v0.12.15 |
| 2048 | 2026-06-25T00:07:40.807Z | Compiling textwrap v0.16.2 |
| 2049 | 2026-06-25T00:07:41.057Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2050 | 2026-06-25T00:07:41.331Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2051 | 2026-06-25T00:07:41.506Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2052 | 2026-06-25T00:07:41.911Z | Compiling tabled v0.15.0 |
| 2053 | 2026-06-25T00:07:42.304Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2054 | 2026-06-25T00:07:42.506Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2055 | 2026-06-25T00:07:42.898Z | Compiling cookie v0.18.1 |
| 2056 | 2026-06-25T00:07:43.502Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2057 | 2026-06-25T00:07:43.562Z | Compiling hickory-proto v0.25.2 |
| 2058 | 2026-06-25T00:07:44.112Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 2059 | 2026-06-25T00:07:44.240Z | Compiling libscf-sys v1.2.0 |
| 2060 | 2026-06-25T00:07:44.387Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2061 | 2026-06-25T00:07:44.398Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 2062 | 2026-06-25T00:07:44.422Z | Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common) |
| 2063 | 2026-06-25T00:07:44.740Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 2064 | 2026-06-25T00:07:45.072Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 2065 | 2026-06-25T00:07:45.421Z | Compiling hickory-resolver v0.25.2 |
| 2066 | 2026-06-25T00:07:46.211Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2067 | 2026-06-25T00:07:50.447Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2068 | 2026-06-25T00:07:57.954Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2069 | 2026-06-25T00:07:59.569Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2070 | 2026-06-25T00:08:00.560Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 2071 | 2026-06-25T00:08:01.886Z | Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask) |
| 2072 | 2026-06-25T00:08:03.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 2073 | 2026-06-25T00:08:03.129Z | Running `target/debug/xtask openapi check` |
| 2074 | 2026-06-25T00:08:03.605Z | Compiling serde_core v1.0.228 |
| 2075 | 2026-06-25T00:08:03.608Z | Compiling serde v1.0.228 |
| 2076 | 2026-06-25T00:08:03.670Z | Compiling serde_json v1.0.150 |
| 2077 | 2026-06-25T00:08:03.678Z | Compiling syn v2.0.117 |
| 2078 | 2026-06-25T00:08:03.684Z | Compiling bytes v1.11.1 |
| 2079 | 2026-06-25T00:08:03.690Z | Compiling getrandom v0.4.2 |
| 2080 | 2026-06-25T00:08:03.694Z | Compiling once_cell v1.21.4 |
| 2081 | 2026-06-25T00:08:03.697Z | Compiling zerocopy v0.8.50 |
| 2082 | 2026-06-25T00:08:03.849Z | Compiling num-traits v0.2.19 |
| 2083 | 2026-06-25T00:08:04.029Z | Compiling schemars v0.8.22 |
| 2084 | 2026-06-25T00:08:04.140Z | Compiling http v1.4.1 |
| 2085 | 2026-06-25T00:08:04.276Z | Compiling zeroize v1.8.2 |
| 2086 | 2026-06-25T00:08:04.303Z | Compiling aws-lc-rs v1.17.0 |
| 2087 | 2026-06-25T00:08:04.311Z | Compiling usdt-impl v0.6.0 |
| 2088 | 2026-06-25T00:08:04.322Z | Compiling time-macros v0.2.27 |
| 2089 | 2026-06-25T00:08:04.453Z | Compiling rustls-pki-types v1.14.1 |
| 2090 | 2026-06-25T00:08:04.585Z | Compiling tracing-core v0.1.36 |
| 2091 | 2026-06-25T00:08:04.810Z | Compiling bitflags v2.12.1 |
| 2092 | 2026-06-25T00:08:04.923Z | Compiling tracing v0.1.44 |
| 2093 | 2026-06-25T00:08:05.050Z | Compiling http-body v1.0.1 |
| 2094 | 2026-06-25T00:08:05.157Z | Compiling generic-array v0.14.7 |
| 2095 | 2026-06-25T00:08:05.186Z | Compiling indexmap v2.14.0 |
| 2096 | 2026-06-25T00:08:05.200Z | Compiling rustls v0.23.40 |
| 2097 | 2026-06-25T00:08:05.226Z | Compiling rustix v1.1.4 |
| 2098 | 2026-06-25T00:08:05.312Z | Compiling time v0.3.47 |
| 2099 | 2026-06-25T00:08:05.443Z | Compiling winnow v1.0.3 |
| 2100 | 2026-06-25T00:08:05.822Z | Compiling uuid v1.23.2 |
| 2101 | 2026-06-25T00:08:06.261Z | Compiling pest_generator v2.8.6 |
| 2102 | 2026-06-25T00:08:06.360Z | Compiling serde_derive_internals v0.29.1 |
| 2103 | 2026-06-25T00:08:06.424Z | Compiling camino v1.2.2 |
| 2104 | 2026-06-25T00:08:06.434Z | Compiling rustls-webpki v0.103.13 |
| 2105 | 2026-06-25T00:08:06.456Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2106 | 2026-06-25T00:08:06.685Z | Compiling subtle v2.6.1 |
| 2107 | 2026-06-25T00:08:06.739Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 2108 | 2026-06-25T00:08:06.824Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2109 | 2026-06-25T00:08:06.843Z | Compiling serde_spanned v1.1.1 |
| 2110 | 2026-06-25T00:08:07.086Z | Compiling semver v1.0.28 |
| 2111 | 2026-06-25T00:08:07.179Z | Compiling rustix v0.38.44 |
| 2112 | 2026-06-25T00:08:07.369Z | Compiling serde_derive v1.0.228 |
| 2113 | 2026-06-25T00:08:07.369Z | Compiling thiserror-impl v2.0.18 |
| 2114 | 2026-06-25T00:08:07.373Z | Compiling zerocopy-derive v0.8.50 |
| 2115 | 2026-06-25T00:08:07.415Z | Compiling tokio-macros v2.7.0 |
| 2116 | 2026-06-25T00:08:07.469Z | Compiling pest_derive v2.8.6 |
| 2117 | 2026-06-25T00:08:07.546Z | Compiling scroll_derive v0.13.1 |
| 2118 | 2026-06-25T00:08:07.637Z | Compiling futures-macro v0.3.32 |
| 2119 | 2026-06-25T00:08:08.000Z | Compiling schemars_derive v0.8.22 |
| 2120 | 2026-06-25T00:08:08.170Z | Compiling tokio v1.52.3 |
| 2121 | 2026-06-25T00:08:08.429Z | Compiling scroll v0.13.0 |
| 2122 | 2026-06-25T00:08:08.497Z | Compiling futures-util v0.3.32 |
| 2123 | 2026-06-25T00:08:08.627Z | Compiling thiserror v2.0.18 |
| 2124 | 2026-06-25T00:08:08.735Z | Compiling goblin v0.10.7 |
| 2125 | 2026-06-25T00:08:08.811Z | Compiling dtrace-parser v0.3.0 |
| 2126 | 2026-06-25T00:08:10.601Z | Compiling chrono v0.4.45 |
| 2127 | 2026-06-25T00:08:10.713Z | Compiling erased-serde v0.3.31 |
| 2128 | 2026-06-25T00:08:10.812Z | Compiling serde_tokenstream v0.2.3 |
| 2129 | 2026-06-25T00:08:11.109Z | Compiling slog v2.8.2 |
| 2130 | 2026-06-25T00:08:11.227Z | Compiling futures-executor v0.3.32 |
| 2131 | 2026-06-25T00:08:11.479Z | Compiling slog-json v2.6.1 |
| 2132 | 2026-06-25T00:08:11.512Z | Compiling openapiv3 v2.2.0 |
| 2133 | 2026-06-25T00:08:11.692Z | Compiling dof v0.4.0 |
| 2134 | 2026-06-25T00:08:12.079Z | Compiling tokio-util v0.7.18 |
| 2135 | 2026-06-25T00:08:12.543Z | Compiling oxnet v0.1.6 |
| 2136 | 2026-06-25T00:08:12.691Z | Compiling h2 v0.4.14 |
| 2137 | 2026-06-25T00:08:12.938Z | Compiling usdt-attr-macro v0.6.0 |
| 2138 | 2026-06-25T00:08:13.020Z | Compiling usdt-macro v0.6.0 |
| 2139 | 2026-06-25T00:08:13.098Z | Compiling async-stream-impl v0.3.6 |
| 2140 | 2026-06-25T00:08:13.517Z | Compiling multer v3.1.0 |
| 2141 | 2026-06-25T00:08:13.735Z | Compiling slog-async v2.8.0 |
| 2142 | 2026-06-25T00:08:13.756Z | Compiling async-stream v0.3.6 |
| 2143 | 2026-06-25T00:08:13.756Z | Compiling serde_urlencoded v0.7.1 |
| 2144 | 2026-06-25T00:08:13.784Z | Compiling dropshot_endpoint v0.17.1 |
| 2145 | 2026-06-25T00:08:13.798Z | Compiling usdt v0.6.0 |
| 2146 | 2026-06-25T00:08:13.937Z | Compiling slog-term v2.9.2 |
| 2147 | 2026-06-25T00:08:14.007Z | Compiling tokio-rustls v0.26.4 |
| 2148 | 2026-06-25T00:08:14.016Z | Compiling async-compression v0.4.42 |
| 2149 | 2026-06-25T00:08:14.075Z | Compiling slog-bunyan v2.5.0 |
| 2150 | 2026-06-25T00:08:14.185Z | Compiling futures v0.3.32 |
| 2151 | 2026-06-25T00:08:14.227Z | Compiling async-trait v0.1.89 |
| 2152 | 2026-06-25T00:08:14.263Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2153 | 2026-06-25T00:08:14.263Z | Compiling proc-macro-crate v3.5.0 |
| 2154 | 2026-06-25T00:08:14.292Z | Compiling serde_path_to_error v0.1.20 |
| 2155 | 2026-06-25T00:08:14.329Z | Compiling http-body-util v0.1.3 |
| 2156 | 2026-06-25T00:08:14.507Z | Compiling rustls-pemfile v2.2.0 |
| 2157 | 2026-06-25T00:08:14.573Z | Compiling crossbeam-epoch v0.9.18 |
| 2158 | 2026-06-25T00:08:14.653Z | Compiling aho-corasick v1.1.4 |
| 2159 | 2026-06-25T00:08:14.695Z | Compiling tempfile v3.27.0 |
| 2160 | 2026-06-25T00:08:14.707Z | Compiling num_enum_derive v0.7.6 |
| 2161 | 2026-06-25T00:08:14.916Z | Compiling hyper v1.10.1 |
| 2162 | 2026-06-25T00:08:15.097Z | Compiling crossbeam-deque v0.8.6 |
| 2163 | 2026-06-25T00:08:15.298Z | Compiling crypto-common v0.1.7 |
| 2164 | 2026-06-25T00:08:15.420Z | Compiling block-buffer v0.10.4 |
| 2165 | 2026-06-25T00:08:15.463Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2166 | 2026-06-25T00:08:15.562Z | Compiling regex-automata v0.4.14 |
| 2167 | 2026-06-25T00:08:15.683Z | Compiling clap_builder v4.6.0 |
| 2168 | 2026-06-25T00:08:15.720Z | Compiling git-stub v1.0.0 |
| 2169 | 2026-06-25T00:08:15.728Z | Compiling num_enum v0.7.6 |
| 2170 | 2026-06-25T00:08:15.775Z | Compiling digest v0.10.7 |
| 2171 | 2026-06-25T00:08:15.845Z | Compiling rayon-core v1.13.0 |
| 2172 | 2026-06-25T00:08:15.974Z | Compiling hyper-util v0.1.20 |
| 2173 | 2026-06-25T00:08:15.985Z | Compiling atomicwrites v0.4.4 |
| 2174 | 2026-06-25T00:08:16.082Z | Compiling fs-err v3.3.0 |
| 2175 | 2026-06-25T00:08:16.170Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 2176 | 2026-06-25T00:08:16.381Z | Compiling clap_derive v4.6.1 |
| 2177 | 2026-06-25T00:08:16.498Z | Compiling serde_repr v0.1.20 |
| 2178 | 2026-06-25T00:08:16.538Z | Compiling terminal_size v0.4.4 |
| 2179 | 2026-06-25T00:08:16.565Z | Compiling nom v8.0.0 |
| 2180 | 2026-06-25T00:08:16.676Z | Compiling bstr v1.12.1 |
| 2181 | 2026-06-25T00:08:17.035Z | Compiling is_ci v1.2.0 |
| 2182 | 2026-06-25T00:08:17.055Z | Compiling either v1.16.0 |
| 2183 | 2026-06-25T00:08:17.085Z | Compiling sha2 v0.10.9 |
| 2184 | 2026-06-25T00:08:17.163Z | Compiling dropshot v0.17.1 |
| 2185 | 2026-06-25T00:08:17.227Z | Compiling regex v1.12.3 |
| 2186 | 2026-06-25T00:08:17.472Z | Compiling rayon v1.12.0 |
| 2187 | 2026-06-25T00:08:17.614Z | Compiling drift v0.2.0 |
| 2188 | 2026-06-25T00:08:17.692Z | Compiling supports-color v3.0.2 |
| 2189 | 2026-06-25T00:08:17.866Z | Compiling textwrap v0.16.2 |
| 2190 | 2026-06-25T00:08:18.073Z | Compiling clap v4.6.1 |
| 2191 | 2026-06-25T00:08:18.216Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 2192 | 2026-06-25T00:08:18.423Z | Compiling similar v2.7.0 |
| 2193 | 2026-06-25T00:08:18.681Z | Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 2194 | 2026-06-25T00:08:18.777Z | Compiling git-stub-vcs v0.1.0 |
| 2195 | 2026-06-25T00:08:19.982Z | Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 2196 | 2026-06-25T00:08:19.982Z | Compiling dropshot-api-manager v0.7.2 |
| 2197 | 2026-06-25T00:08:23.812Z | Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 2198 | 2026-06-25T00:08:25.002Z | Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis) |
| 2199 | 2026-06-25T00:08:31.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.61s |
| 2200 | 2026-06-25T00:08:31.873Z | Running `target/debug/maghemite-dropshot-apis check` |
| 2201 | 2026-06-25T00:08:31.901Z | ------- |
| 2202 | 2026-06-25T00:08:31.901Z | Generating OpenAPI documents from API definitions ... |
| 2203 | 2026-06-25T00:08:31.960Z | Loading local OpenAPI documents from "/work/oxidecomputer/maghemite/openapi" ... |
| 2204 | 2026-06-25T00:08:31.993Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 2205 | 2026-06-25T00:08:32.125Z | ------- |
| 2206 | 2026-06-25T00:08:32.125Z | Checking 13 OpenAPI documents... |
| 2207 | 2026-06-25T00:08:32.126Z | Fresh ddm-admin (versioned v1.0.0 (blessed)): DDM Admin |
| 2208 | 2026-06-25T00:08:32.126Z | Fresh ddm-admin (versioned v2.0.0 (blessed)): DDM Admin |
| 2209 | 2026-06-25T00:08:32.126Z | Fresh ddm-admin "latest" symlink |
| 2210 | 2026-06-25T00:08:32.128Z | Fresh mg-admin (versioned v1.0.0 (blessed)): Maghemite Admin |
| 2211 | 2026-06-25T00:08:32.128Z | Fresh mg-admin (versioned v2.0.0 (blessed)): Maghemite Admin |
| 2212 | 2026-06-25T00:08:32.128Z | Fresh mg-admin (versioned v3.0.0 (blessed)): Maghemite Admin |
| 2213 | 2026-06-25T00:08:32.129Z | Fresh mg-admin (versioned v4.0.0 (blessed)): Maghemite Admin |
| 2214 | 2026-06-25T00:08:32.129Z | Fresh mg-admin (versioned v5.0.0 (blessed)): Maghemite Admin |
| 2215 | 2026-06-25T00:08:32.129Z | Fresh mg-admin (versioned v6.0.0 (blessed)): Maghemite Admin |
| 2216 | 2026-06-25T00:08:32.129Z | Fresh mg-admin (versioned v7.0.0 (blessed)): Maghemite Admin |
| 2217 | 2026-06-25T00:08:32.129Z | Fresh mg-admin (versioned v8.0.0 (blessed)): Maghemite Admin |
| 2218 | 2026-06-25T00:08:32.129Z | Fresh mg-admin (versioned v9.0.0 (blessed)): Maghemite Admin |
| 2219 | 2026-06-25T00:08:32.129Z | Fresh mg-admin (versioned v10.0.0 (blessed)): Maghemite Admin |
| 2220 | 2026-06-25T00:08:32.129Z | Fresh mg-admin (versioned v11.0.0 (blessed)): Maghemite Admin |
| 2221 | 2026-06-25T00:08:32.129Z | Fresh mg-admin "latest" symlink |
| 2222 | 2026-06-25T00:08:32.129Z | ------- |
| 2223 | 2026-06-25T00:08:32.129Z | Success 13 documents checked: 15 fresh, 0 stale, 0 failed, 0 other problems |
| 2224 | 2026-06-25T00:08:32.172Z | + banner build |
| 2225 | 2026-06-25T00:08:32.175Z | |
| 2226 | 2026-06-25T00:08:32.175Z | ##### # # # # ##### |
| 2227 | 2026-06-25T00:08:32.175Z | # # # # # # # # |
| 2228 | 2026-06-25T00:08:32.175Z | ##### # # # # # # |
| 2229 | 2026-06-25T00:08:32.176Z | # # # # # # # # |
| 2230 | 2026-06-25T00:08:32.176Z | # # # # # # # # |
| 2231 | 2026-06-25T00:08:32.176Z | ##### #### # ###### ##### |
| 2232 | 2026-06-25T00:08:32.176Z | |
| 2233 | 2026-06-25T00:08:32.176Z | + ptime -m cargo build |
| 2234 | 2026-06-25T00:08:32.768Z | Compiling smallvec v1.15.1 |
| 2235 | 2026-06-25T00:08:32.885Z | Compiling log v0.4.32 |
| 2236 | 2026-06-25T00:08:32.899Z | Compiling slog v2.8.2 |
| 2237 | 2026-06-25T00:08:32.913Z | Compiling ring v0.17.14 |
| 2238 | 2026-06-25T00:08:32.934Z | Compiling webpki-roots v1.0.7 |
| 2239 | 2026-06-25T00:08:32.983Z | Compiling similar v2.7.0 |
| 2240 | 2026-06-25T00:08:33.016Z | Compiling fxhash v0.2.1 |
| 2241 | 2026-06-25T00:08:33.019Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe) |
| 2242 | 2026-06-25T00:08:33.054Z | Compiling icu_normalizer v2.2.0 |
| 2243 | 2026-06-25T00:08:33.086Z | Compiling parking_lot_core v0.9.12 |
| 2244 | 2026-06-25T00:08:33.090Z | Compiling goblin v0.10.7 |
| 2245 | 2026-06-25T00:08:33.168Z | Compiling goblin v0.8.2 |
| 2246 | 2026-06-25T00:08:33.281Z | Compiling slog-term v2.9.2 |
| 2247 | 2026-06-25T00:08:33.346Z | Compiling parking_lot v0.12.5 |
| 2248 | 2026-06-25T00:08:33.455Z | Compiling idna_adapter v1.2.2 |
| 2249 | 2026-06-25T00:08:33.619Z | Compiling idna v1.1.0 |
| 2250 | 2026-06-25T00:08:33.671Z | Compiling tokio v1.52.3 |
| 2251 | 2026-06-25T00:08:33.732Z | Compiling slog-async v2.8.0 |
| 2252 | 2026-06-25T00:08:33.845Z | Compiling slog-json v2.6.1 |
| 2253 | 2026-06-25T00:08:33.924Z | Compiling url v2.5.8 |
| 2254 | 2026-06-25T00:08:34.062Z | Compiling rustls-webpki v0.103.13 |
| 2255 | 2026-06-25T00:08:34.238Z | Compiling slog-bunyan v2.5.0 |
| 2256 | 2026-06-25T00:08:34.364Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2257 | 2026-06-25T00:08:34.388Z | Compiling expectorate v1.2.0 |
| 2258 | 2026-06-25T00:08:34.507Z | Compiling schemars v0.8.22 |
| 2259 | 2026-06-25T00:08:34.546Z | Compiling globset v0.4.18 |
| 2260 | 2026-06-25T00:08:34.770Z | Compiling rustls v0.23.40 |
| 2261 | 2026-06-25T00:08:34.871Z | Compiling moka v0.12.15 |
| 2262 | 2026-06-25T00:08:35.042Z | Compiling parking_lot_core v0.8.6 |
| 2263 | 2026-06-25T00:08:35.325Z | Compiling ipnetwork v0.21.1 |
| 2264 | 2026-06-25T00:08:35.369Z | Compiling newtype-uuid v1.3.2 |
| 2265 | 2026-06-25T00:08:35.645Z | Compiling oxnet v0.1.6 |
| 2266 | 2026-06-25T00:08:35.719Z | Compiling serde_with v3.20.0 |
| 2267 | 2026-06-25T00:08:35.755Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2268 | 2026-06-25T00:08:35.838Z | Compiling typify-impl v0.6.2 |
| 2269 | 2026-06-25T00:08:36.115Z | Compiling daft v0.1.7 |
| 2270 | 2026-06-25T00:08:36.403Z | Compiling dof v0.4.0 |
| 2271 | 2026-06-25T00:08:36.642Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2272 | 2026-06-25T00:08:37.038Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2273 | 2026-06-25T00:08:37.149Z | Compiling usdt-impl v0.6.0 |
| 2274 | 2026-06-25T00:08:37.464Z | Compiling tokio-util v0.7.18 |
| 2275 | 2026-06-25T00:08:37.621Z | Compiling tower v0.5.3 |
| 2276 | 2026-06-25T00:08:37.770Z | Compiling tokio-rustls v0.26.4 |
| 2277 | 2026-06-25T00:08:37.818Z | Compiling rustls-platform-verifier v0.7.0 |
| 2278 | 2026-06-25T00:08:37.906Z | Compiling usdt v0.6.0 |
| 2279 | 2026-06-25T00:08:38.005Z | Compiling async-compression v0.4.42 |
| 2280 | 2026-06-25T00:08:38.057Z | Compiling h2 v0.4.14 |
| 2281 | 2026-06-25T00:08:38.115Z | Compiling tower-http v0.6.11 |
| 2282 | 2026-06-25T00:08:38.231Z | Compiling iddqd v0.4.2 |
| 2283 | 2026-06-25T00:08:38.244Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2284 | 2026-06-25T00:08:38.380Z | Compiling backoff v0.4.0 |
| 2285 | 2026-06-25T00:08:38.509Z | Compiling typify v0.6.2 |
| 2286 | 2026-06-25T00:08:38.601Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2287 | 2026-06-25T00:08:38.614Z | Compiling dof v0.3.0 |
| 2288 | 2026-06-25T00:08:38.628Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2289 | 2026-06-25T00:08:38.957Z | Compiling byte-wrapper v0.1.0 |
| 2290 | 2026-06-25T00:08:39.044Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2291 | 2026-06-25T00:08:39.329Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2292 | 2026-06-25T00:08:39.370Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2293 | 2026-06-25T00:08:39.418Z | Compiling usdt-impl v0.5.0 |
| 2294 | 2026-06-25T00:08:39.549Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2295 | 2026-06-25T00:08:39.635Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2296 | 2026-06-25T00:08:39.905Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2297 | 2026-06-25T00:08:39.948Z | Compiling usdt v0.5.0 |
| 2298 | 2026-06-25T00:08:40.082Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f) |
| 2299 | 2026-06-25T00:08:40.232Z | Compiling hyper v1.10.1 |
| 2300 | 2026-06-25T00:08:40.440Z | Compiling progenitor-impl v0.13.0 |
| 2301 | 2026-06-25T00:08:40.574Z | Compiling progenitor-impl v0.14.0 |
| 2302 | 2026-06-25T00:08:41.021Z | Compiling hickory-proto v0.24.4 |
| 2303 | 2026-06-25T00:08:41.306Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2304 | 2026-06-25T00:08:41.436Z | Compiling hyper-util v0.1.20 |
| 2305 | 2026-06-25T00:08:41.895Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2306 | 2026-06-25T00:08:42.011Z | Compiling tokio-stream v0.1.18 |
| 2307 | 2026-06-25T00:08:42.148Z | Compiling tokio-dtrace v0.1.1 |
| 2308 | 2026-06-25T00:08:42.429Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2309 | 2026-06-25T00:08:42.460Z | Compiling zone v0.3.1 |
| 2310 | 2026-06-25T00:08:42.498Z | Compiling libsw-core v0.3.2 |
| 2311 | 2026-06-25T00:08:42.676Z | Compiling hyper-rustls v0.27.9 |
| 2312 | 2026-06-25T00:08:42.925Z | Compiling reqwest v0.13.4 |
| 2313 | 2026-06-25T00:08:43.020Z | Compiling dropshot v0.17.1 |
| 2314 | 2026-06-25T00:08:43.046Z | Compiling reqwest v0.12.28 |
| 2315 | 2026-06-25T00:08:43.094Z | Compiling hickory-resolver v0.24.4 |
| 2316 | 2026-06-25T00:08:43.279Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2317 | 2026-06-25T00:08:43.637Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2318 | 2026-06-25T00:08:43.793Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 2319 | 2026-06-25T00:08:44.019Z | Compiling libsw v3.5.0 |
| 2320 | 2026-06-25T00:08:44.209Z | Compiling progenitor-client v0.14.0 |
| 2321 | 2026-06-25T00:08:44.221Z | Compiling progenitor-client v0.13.0 |
| 2322 | 2026-06-25T00:08:44.533Z | Compiling progenitor-client v0.10.0 |
| 2323 | 2026-06-25T00:08:44.533Z | Compiling progenitor-extras v0.2.0 |
| 2324 | 2026-06-25T00:08:44.643Z | Compiling progenitor v0.14.0 |
| 2325 | 2026-06-25T00:08:44.673Z | Compiling progenitor v0.13.0 |
| 2326 | 2026-06-25T00:08:44.787Z | Compiling qorb v0.4.1 |
| 2327 | 2026-06-25T00:08:44.813Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2328 | 2026-06-25T00:08:44.826Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2329 | 2026-06-25T00:08:44.872Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 2330 | 2026-06-25T00:08:45.369Z | Compiling oxide-tokio-rt v0.1.6 |
| 2331 | 2026-06-25T00:08:45.471Z | Compiling slog-dtrace v0.3.0 |
| 2332 | 2026-06-25T00:08:45.688Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2333 | 2026-06-25T00:08:45.798Z | Compiling tough v0.22.0 |
| 2334 | 2026-06-25T00:08:45.823Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2335 | 2026-06-25T00:08:45.857Z | Compiling cancel-safe-futures v0.1.5 |
| 2336 | 2026-06-25T00:08:46.171Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2337 | 2026-06-25T00:08:46.690Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2338 | 2026-06-25T00:08:46.804Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2339 | 2026-06-25T00:08:46.883Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2340 | 2026-06-25T00:08:47.114Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2341 | 2026-06-25T00:08:47.374Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2342 | 2026-06-25T00:08:47.583Z | Compiling hickory-proto v0.25.2 |
| 2343 | 2026-06-25T00:08:47.697Z | Compiling steno v0.4.1 |
| 2344 | 2026-06-25T00:08:48.783Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2345 | 2026-06-25T00:08:48.786Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 2346 | 2026-06-25T00:08:48.910Z | Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 2347 | 2026-06-25T00:08:48.984Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2348 | 2026-06-25T00:08:49.344Z | Compiling parking_lot v0.11.2 |
| 2349 | 2026-06-25T00:08:49.654Z | Compiling hickory-resolver v0.25.2 |
| 2350 | 2026-06-25T00:08:49.747Z | Compiling sled v0.34.7 |
| 2351 | 2026-06-25T00:08:49.840Z | Compiling arc-swap v1.9.1 |
| 2352 | 2026-06-25T00:08:50.158Z | Compiling slog-scope v4.4.1 |
| 2353 | 2026-06-25T00:08:50.428Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2354 | 2026-06-25T00:08:50.684Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2355 | 2026-06-25T00:08:50.913Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2356 | 2026-06-25T00:08:51.626Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2357 | 2026-06-25T00:08:51.701Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 2358 | 2026-06-25T00:08:51.817Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7) |
| 2359 | 2026-06-25T00:08:52.038Z | Compiling papergrid v0.18.0 |
| 2360 | 2026-06-25T00:08:52.507Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2361 | 2026-06-25T00:08:52.784Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2362 | 2026-06-25T00:08:52.799Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2363 | 2026-06-25T00:08:53.004Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2364 | 2026-06-25T00:08:53.257Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2365 | 2026-06-25T00:08:53.323Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2366 | 2026-06-25T00:08:53.995Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2367 | 2026-06-25T00:08:54.034Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2368 | 2026-06-25T00:08:54.160Z | Compiling testing_table v0.3.0 |
| 2369 | 2026-06-25T00:08:54.255Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2370 | 2026-06-25T00:08:54.273Z | Compiling internet-checksum v0.2.1 |
| 2371 | 2026-06-25T00:08:54.340Z | Compiling tabled v0.21.0 |
| 2372 | 2026-06-25T00:08:54.420Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7) |
| 2373 | 2026-06-25T00:08:54.432Z | Compiling slog-stdlog v4.1.1 |
| 2374 | 2026-06-25T00:08:54.521Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2375 | 2026-06-25T00:08:54.649Z | Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types) |
| 2376 | 2026-06-25T00:08:54.778Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2377 | 2026-06-25T00:08:54.894Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834) |
| 2378 | 2026-06-25T00:08:55.148Z | Compiling slog-envlogger v2.2.0 |
| 2379 | 2026-06-25T00:08:55.569Z | Compiling const-random v0.1.18 |
| 2380 | 2026-06-25T00:08:55.656Z | Compiling typify-impl v0.4.3 |
| 2381 | 2026-06-25T00:08:55.800Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2382 | 2026-06-25T00:08:55.989Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7) |
| 2383 | 2026-06-25T00:08:56.126Z | Compiling crc8 v0.1.1 |
| 2384 | 2026-06-25T00:08:56.259Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2385 | 2026-06-25T00:08:56.973Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834) |
| 2386 | 2026-06-25T00:08:57.005Z | Compiling ahash v0.8.12 |
| 2387 | 2026-06-25T00:08:57.186Z | Compiling smartstring v1.0.1 |
| 2388 | 2026-06-25T00:08:57.257Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 2389 | 2026-06-25T00:08:57.423Z | Compiling typify v0.4.3 |
| 2390 | 2026-06-25T00:08:57.473Z | Compiling sha1 v0.10.6 |
| 2391 | 2026-06-25T00:08:57.547Z | Compiling thin-vec v0.2.18 |
| 2392 | 2026-06-25T00:08:57.695Z | Compiling utf-8 v0.7.6 |
| 2393 | 2026-06-25T00:08:57.717Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2394 | 2026-06-25T00:08:57.846Z | Compiling tungstenite v0.21.0 |
| 2395 | 2026-06-25T00:08:57.895Z | Compiling rhai v1.25.1 |
| 2396 | 2026-06-25T00:08:58.101Z | Compiling progenitor-impl v0.10.0 |
| 2397 | 2026-06-25T00:08:58.279Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2398 | 2026-06-25T00:08:58.616Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2399 | 2026-06-25T00:08:58.806Z | Compiling sha2 v0.10.9 |
| 2400 | 2026-06-25T00:08:59.088Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2401 | 2026-06-25T00:08:59.219Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2402 | 2026-06-25T00:08:59.991Z | Compiling progenitor v0.10.0 |
| 2403 | 2026-06-25T00:09:00.152Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2404 | 2026-06-25T00:09:01.156Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2405 | 2026-06-25T00:09:01.233Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2406 | 2026-06-25T00:09:01.290Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2407 | 2026-06-25T00:09:02.106Z | Compiling tokio-tungstenite v0.21.0 |
| 2408 | 2026-06-25T00:09:02.327Z | Compiling lzma-sys v0.1.20 |
| 2409 | 2026-06-25T00:09:02.441Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2410 | 2026-06-25T00:09:02.453Z | Compiling typeid v1.0.3 |
| 2411 | 2026-06-25T00:09:02.577Z | Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 2412 | 2026-06-25T00:09:03.037Z | Compiling console v0.16.3 |
| 2413 | 2026-06-25T00:09:03.731Z | Compiling git-stub v1.0.0 |
| 2414 | 2026-06-25T00:09:03.753Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2415 | 2026-06-25T00:09:03.822Z | Compiling base64 v0.21.7 |
| 2416 | 2026-06-25T00:09:03.886Z | Compiling unit-prefix v0.5.2 |
| 2417 | 2026-06-25T00:09:04.022Z | Compiling indicatif v0.18.4 |
| 2418 | 2026-06-25T00:09:04.055Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2419 | 2026-06-25T00:09:04.081Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2420 | 2026-06-25T00:09:04.176Z | Compiling git-stub-vcs v0.1.0 |
| 2421 | 2026-06-25T00:09:04.541Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2422 | 2026-06-25T00:09:04.687Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 2423 | 2026-06-25T00:09:04.960Z | Compiling ron v0.12.1 |
| 2424 | 2026-06-25T00:09:05.330Z | Compiling xz2 v0.1.7 |
| 2425 | 2026-06-25T00:09:05.467Z | Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 2426 | 2026-06-25T00:09:05.580Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
| 2427 | 2026-06-25T00:09:05.596Z | Compiling drift v0.2.0 |
| 2428 | 2026-06-25T00:09:06.006Z | Compiling base16ct v1.0.0 |
| 2429 | 2026-06-25T00:09:06.211Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f) |
| 2430 | 2026-06-25T00:09:06.321Z | Compiling dropshot-api-manager v0.7.2 |
| 2431 | 2026-06-25T00:09:06.479Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f) |
| 2432 | 2026-06-25T00:09:06.894Z | Compiling natord v1.0.9 |
| 2433 | 2026-06-25T00:09:07.079Z | Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util) |
| 2434 | 2026-06-25T00:09:09.563Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2435 | 2026-06-25T00:09:10.691Z | Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis) |
| 2436 | 2026-06-25T00:09:17.752Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2437 | 2026-06-25T00:09:19.475Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2438 | 2026-06-25T00:09:20.500Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 2439 | 2026-06-25T00:09:21.440Z | Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 2440 | 2026-06-25T00:09:21.440Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
| 2441 | 2026-06-25T00:09:21.469Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
| 2442 | 2026-06-25T00:09:21.901Z | Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask) |
| 2443 | 2026-06-25T00:09:21.901Z | Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
| 2444 | 2026-06-25T00:09:21.904Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
| 2445 | 2026-06-25T00:09:22.370Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 2446 | 2026-06-25T00:09:23.896Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 2447 | 2026-06-25T00:09:23.896Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
| 2448 | 2026-06-25T00:09:23.899Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 2449 | 2026-06-25T00:09:28.554Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
| 2450 | 2026-06-25T00:09:30.711Z | Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab) |
| 2451 | 2026-06-25T00:09:30.711Z | Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
| 2452 | 2026-06-25T00:09:30.714Z | Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
| 2453 | 2026-06-25T00:10:10.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s |
| 2454 | 2026-06-25T00:10:10.886Z | |
| 2455 | 2026-06-25T00:10:10.886Z | real 1:38.662963327 |
| 2456 | 2026-06-25T00:10:10.886Z | user 7:23.659474927 |
| 2457 | 2026-06-25T00:10:10.886Z | sys 1:04.246889790 |
| 2458 | 2026-06-25T00:10:10.886Z | trap 0.194047128 |
| 2459 | 2026-06-25T00:10:10.886Z | tflt 0.001325023 |
| 2460 | 2026-06-25T00:10:10.886Z | dflt 0.207162364 |
| 2461 | 2026-06-25T00:10:10.886Z | kflt 0.000098630 |
| 2462 | 2026-06-25T00:10:10.890Z | lock 28:40.257280384 |
| 2463 | 2026-06-25T00:10:10.890Z | slp 23:34.318883416 |
| 2464 | 2026-06-25T00:10:10.890Z | lat 24.382412214 |
| 2465 | 2026-06-25T00:10:10.890Z | stop 35.804081777 |
| 2466 | 2026-06-25T00:10:10.890Z | + ptime -m cargo build --release |
| 2467 | 2026-06-25T00:10:11.532Z | Compiling proc-macro2 v1.0.106 |
| 2468 | 2026-06-25T00:10:11.532Z | Compiling quote v1.0.45 |
| 2469 | 2026-06-25T00:10:11.532Z | Compiling unicode-ident v1.0.24 |
| 2470 | 2026-06-25T00:10:11.532Z | Compiling serde_core v1.0.228 |
| 2471 | 2026-06-25T00:10:11.535Z | Compiling serde v1.0.228 |
| 2472 | 2026-06-25T00:10:11.535Z | Compiling libc v0.2.186 |
| 2473 | 2026-06-25T00:10:11.535Z | Compiling cfg-if v1.0.4 |
| 2474 | 2026-06-25T00:10:11.763Z | Compiling zmij v1.0.21 |
| 2475 | 2026-06-25T00:10:11.785Z | Compiling autocfg v1.5.1 |
| 2476 | 2026-06-25T00:10:12.038Z | Compiling memchr v2.8.1 |
| 2477 | 2026-06-25T00:10:12.072Z | Compiling libm v0.2.16 |
| 2478 | 2026-06-25T00:10:12.200Z | Compiling itoa v1.0.18 |
| 2479 | 2026-06-25T00:10:12.463Z | Compiling icu_normalizer_data v2.2.0 |
| 2480 | 2026-06-25T00:10:12.475Z | Compiling icu_properties_data v2.2.0 |
| 2481 | 2026-06-25T00:10:12.719Z | Compiling version_check v0.9.5 |
| 2482 | 2026-06-25T00:10:12.734Z | Compiling stable_deref_trait v1.2.1 |
| 2483 | 2026-06-25T00:10:12.886Z | Compiling serde_json v1.0.150 |
| 2484 | 2026-06-25T00:10:12.900Z | Compiling syn v2.0.117 |
| 2485 | 2026-06-25T00:10:12.975Z | Compiling litemap v0.8.2 |
| 2486 | 2026-06-25T00:10:12.990Z | Compiling writeable v0.6.3 |
| 2487 | 2026-06-25T00:10:13.167Z | Compiling thiserror v2.0.18 |
| 2488 | 2026-06-25T00:10:13.181Z | Compiling utf8_iter v1.0.4 |
| 2489 | 2026-06-25T00:10:13.243Z | Compiling num-traits v0.2.19 |
| 2490 | 2026-06-25T00:10:13.330Z | Compiling percent-encoding v2.3.2 |
| 2491 | 2026-06-25T00:10:13.533Z | Compiling form_urlencoded v1.2.2 |
| 2492 | 2026-06-25T00:10:13.545Z | Compiling getrandom v0.4.2 |
| 2493 | 2026-06-25T00:10:13.594Z | Compiling rand_core v0.10.1 |
| 2494 | 2026-06-25T00:10:13.783Z | Compiling parking_lot_core v0.9.12 |
| 2495 | 2026-06-25T00:10:13.811Z | Compiling iana-time-zone v0.1.65 |
| 2496 | 2026-06-25T00:10:13.893Z | Compiling heck v0.5.0 |
| 2497 | 2026-06-25T00:10:14.038Z | Compiling uuid v1.23.2 |
| 2498 | 2026-06-25T00:10:14.092Z | Compiling errno v0.3.14 |
| 2499 | 2026-06-25T00:10:14.151Z | Compiling zerocopy v0.8.50 |
| 2500 | 2026-06-25T00:10:14.469Z | Compiling semver v1.0.28 |
| 2501 | 2026-06-25T00:10:14.536Z | Compiling dyn-clone v1.0.20 |
| 2502 | 2026-06-25T00:10:14.576Z | Compiling schemars v0.8.22 |
| 2503 | 2026-06-25T00:10:14.773Z | Compiling jobserver v0.1.34 |
| 2504 | 2026-06-25T00:10:14.882Z | Compiling shlex v2.0.1 |
| 2505 | 2026-06-25T00:10:14.898Z | Compiling find-msvc-tools v0.1.9 |
| 2506 | 2026-06-25T00:10:15.082Z | Compiling cc v1.2.63 |
| 2507 | 2026-06-25T00:10:15.116Z | Compiling rustversion v1.0.22 |
| 2508 | 2026-06-25T00:10:15.129Z | Compiling pin-project-lite v0.2.17 |
| 2509 | 2026-06-25T00:10:15.145Z | Compiling getrandom v0.2.17 |
| 2510 | 2026-06-25T00:10:15.235Z | Compiling bitflags v2.12.1 |
| 2511 | 2026-06-25T00:10:15.355Z | Compiling socket2 v0.6.4 |
| 2512 | 2026-06-25T00:10:15.384Z | Compiling scopeguard v1.2.0 |
| 2513 | 2026-06-25T00:10:15.518Z | Compiling portable-atomic v1.13.1 |
| 2514 | 2026-06-25T00:10:15.648Z | Compiling lock_api v0.4.14 |
| 2515 | 2026-06-25T00:10:15.686Z | Compiling log v0.4.32 |
| 2516 | 2026-06-25T00:10:15.875Z | Compiling synstructure v0.13.2 |
| 2517 | 2026-06-25T00:10:15.911Z | Compiling serde_derive_internals v0.29.1 |
| 2518 | 2026-06-25T00:10:16.162Z | Compiling critical-section v1.2.0 |
| 2519 | 2026-06-25T00:10:16.284Z | Compiling signal-hook-registry v1.4.8 |
| 2520 | 2026-06-25T00:10:16.297Z | Compiling mio v1.2.1 |
| 2521 | 2026-06-25T00:10:16.378Z | Compiling equivalent v1.0.2 |
| 2522 | 2026-06-25T00:10:16.458Z | Compiling cmake v0.1.58 |
| 2523 | 2026-06-25T00:10:16.528Z | Compiling once_cell v1.21.4 |
| 2524 | 2026-06-25T00:10:16.651Z | Compiling fs_extra v1.3.0 |
| 2525 | 2026-06-25T00:10:16.659Z | Compiling dunce v1.0.5 |
| 2526 | 2026-06-25T00:10:16.767Z | Compiling subtle v2.6.1 |
| 2527 | 2026-06-25T00:10:16.868Z | Compiling futures-core v0.3.32 |
| 2528 | 2026-06-25T00:10:16.891Z | Compiling httparse v1.10.1 |
| 2529 | 2026-06-25T00:10:16.898Z | Compiling futures-sink v0.3.32 |
| 2530 | 2026-06-25T00:10:16.913Z | Compiling serde_derive v1.0.228 |
| 2531 | 2026-06-25T00:10:16.925Z | Compiling zerofrom-derive v0.1.7 |
| 2532 | 2026-06-25T00:10:16.949Z | Compiling yoke-derive v0.8.2 |
| 2533 | 2026-06-25T00:10:16.956Z | Compiling zerovec-derive v0.11.3 |
| 2534 | 2026-06-25T00:10:16.979Z | Compiling displaydoc v0.2.6 |
| 2535 | 2026-06-25T00:10:16.997Z | Compiling schemars_derive v0.8.22 |
| 2536 | 2026-06-25T00:10:17.015Z | Compiling thiserror-impl v2.0.18 |
| 2537 | 2026-06-25T00:10:17.195Z | Compiling tokio-macros v2.7.0 |
| 2538 | 2026-06-25T00:10:17.810Z | Compiling zerocopy-derive v0.8.50 |
| 2539 | 2026-06-25T00:10:20.449Z | Compiling zeroize_derive v1.4.3 |
| 2540 | 2026-06-25T00:10:20.510Z | Compiling futures-macro v0.3.32 |
| 2541 | 2026-06-25T00:10:20.510Z | Compiling aws-lc-sys v0.41.0 |
| 2542 | 2026-06-25T00:10:20.510Z | Compiling zerofrom v0.1.8 |
| 2543 | 2026-06-25T00:10:20.510Z | Compiling slab v0.4.12 |
| 2544 | 2026-06-25T00:10:20.510Z | Compiling yoke v0.8.3 |
| 2545 | 2026-06-25T00:10:20.510Z | Compiling thiserror v1.0.69 |
| 2546 | 2026-06-25T00:10:20.510Z | Compiling zerovec v0.11.6 |
| 2547 | 2026-06-25T00:10:20.510Z | Compiling zerotrie v0.2.4 |
| 2548 | 2026-06-25T00:10:20.510Z | Compiling zeroize v1.8.2 |
| 2549 | 2026-06-25T00:10:20.510Z | Compiling rustix v1.1.4 |
| 2550 | 2026-06-25T00:10:20.510Z | Compiling typenum v1.20.1 |
| 2551 | 2026-06-25T00:10:20.510Z | Compiling futures-channel v0.3.32 |
| 2552 | 2026-06-25T00:10:20.510Z | Compiling thiserror-impl v1.0.69 |
| 2553 | 2026-06-25T00:10:20.510Z | Compiling futures-io v0.3.32 |
| 2554 | 2026-06-25T00:10:20.510Z | Compiling tinystr v0.8.3 |
| 2555 | 2026-06-25T00:10:20.510Z | Compiling potential_utf v0.1.5 |
| 2556 | 2026-06-25T00:10:20.510Z | Compiling futures-task v0.3.32 |
| 2557 | 2026-06-25T00:10:20.510Z | Compiling hashbrown v0.17.1 |
| 2558 | 2026-06-25T00:10:20.510Z | Compiling icu_locale_core v2.2.0 |
| 2559 | 2026-06-25T00:10:20.510Z | Compiling icu_collections v2.2.0 |
| 2560 | 2026-06-25T00:10:20.510Z | Compiling futures-util v0.3.32 |
| 2561 | 2026-06-25T00:10:20.510Z | Compiling indexmap v2.14.0 |
| 2562 | 2026-06-25T00:10:20.511Z | Compiling smallvec v1.15.1 |
| 2563 | 2026-06-25T00:10:20.511Z | Compiling bytes v1.11.1 |
| 2564 | 2026-06-25T00:10:20.511Z | Compiling icu_provider v2.2.0 |
| 2565 | 2026-06-25T00:10:20.511Z | Compiling chrono v0.4.45 |
| 2566 | 2026-06-25T00:10:20.516Z | Compiling serde_tokenstream v0.2.3 |
| 2567 | 2026-06-25T00:10:20.770Z | Compiling icu_properties v2.2.0 |
| 2568 | 2026-06-25T00:10:20.898Z | Compiling icu_normalizer v2.2.0 |
| 2569 | 2026-06-25T00:10:20.942Z | Compiling parking_lot v0.12.5 |
| 2570 | 2026-06-25T00:10:21.695Z | Compiling idna_adapter v1.2.2 |
| 2571 | 2026-06-25T00:10:21.787Z | Compiling tokio v1.52.3 |
| 2572 | 2026-06-25T00:10:21.858Z | Compiling idna v1.1.0 |
| 2573 | 2026-06-25T00:10:22.110Z | Compiling ucd-trie v0.1.7 |
| 2574 | 2026-06-25T00:10:22.294Z | Compiling url v2.5.8 |
| 2575 | 2026-06-25T00:10:22.344Z | Compiling pest v2.8.6 |
| 2576 | 2026-06-25T00:10:22.355Z | Compiling tracing-attributes v0.1.31 |
| 2577 | 2026-06-25T00:10:22.678Z | Compiling tracing-core v0.1.36 |
| 2578 | 2026-06-25T00:10:23.641Z | Compiling rand_core v0.6.4 |
| 2579 | 2026-06-25T00:10:23.669Z | Compiling regex-syntax v0.8.10 |
| 2580 | 2026-06-25T00:10:23.784Z | Compiling tracing v0.1.44 |
| 2581 | 2026-06-25T00:10:23.843Z | Compiling pest_meta v2.8.6 |
| 2582 | 2026-06-25T00:10:23.906Z | Compiling slog v2.8.2 |
| 2583 | 2026-06-25T00:10:24.149Z | Compiling base64 v0.22.1 |
| 2584 | 2026-06-25T00:10:24.179Z | Compiling byteorder v1.5.0 |
| 2585 | 2026-06-25T00:10:24.482Z | Compiling pest_generator v2.8.6 |
| 2586 | 2026-06-25T00:10:24.864Z | Compiling ipnetwork v0.21.1 |
| 2587 | 2026-06-25T00:10:24.929Z | Compiling http v1.4.1 |
| 2588 | 2026-06-25T00:10:25.110Z | Compiling erased-serde v0.3.31 |
| 2589 | 2026-06-25T00:10:25.138Z | Compiling aho-corasick v1.1.4 |
| 2590 | 2026-06-25T00:10:25.845Z | Compiling getrandom v0.3.4 |
| 2591 | 2026-06-25T00:10:27.046Z | Compiling regex-automata v0.4.14 |
| 2592 | 2026-06-25T00:10:27.073Z | Compiling pest_derive v2.8.6 |
| 2593 | 2026-06-25T00:10:27.073Z | Compiling fnv v1.0.7 |
| 2594 | 2026-06-25T00:10:27.073Z | Compiling anyhow v1.0.102 |
| 2595 | 2026-06-25T00:10:27.073Z | Compiling oxnet v0.1.6 |
| 2596 | 2026-06-25T00:10:27.158Z | Compiling rustls-pki-types v1.14.1 |
| 2597 | 2026-06-25T00:10:27.769Z | Compiling ring v0.17.14 |
| 2598 | 2026-06-25T00:10:28.025Z | Compiling regex v1.12.3 |
| 2599 | 2026-06-25T00:10:28.372Z | Compiling aws-lc-rs v1.17.0 |
| 2600 | 2026-06-25T00:10:28.661Z | Compiling strsim v0.11.1 |
| 2601 | 2026-06-25T00:10:28.675Z | Compiling paste v1.0.15 |
| 2602 | 2026-06-25T00:10:28.874Z | Compiling tokio-util v0.7.18 |
| 2603 | 2026-06-25T00:10:29.095Z | Compiling num-conv v0.2.2 |
| 2604 | 2026-06-25T00:10:29.144Z | Compiling ipnet v2.12.0 |
| 2605 | 2026-06-25T00:10:29.283Z | Compiling untrusted v0.9.0 |
| 2606 | 2026-06-25T00:10:29.429Z | Compiling time-core v0.1.8 |
| 2607 | 2026-06-25T00:10:29.590Z | Compiling untrusted v0.7.1 |
| 2608 | 2026-06-25T00:10:29.728Z | Compiling time-macros v0.2.27 |
| 2609 | 2026-06-25T00:10:31.580Z | Compiling ident_case v1.0.1 |
| 2610 | 2026-06-25T00:10:31.628Z | Compiling rustls v0.23.40 |
| 2611 | 2026-06-25T00:10:31.628Z | Compiling http-body v1.0.1 |
| 2612 | 2026-06-25T00:10:31.628Z | Compiling scroll_derive v0.13.1 |
| 2613 | 2026-06-25T00:10:31.628Z | Compiling atomic-waker v1.1.2 |
| 2614 | 2026-06-25T00:10:31.628Z | Compiling camino v1.2.2 |
| 2615 | 2026-06-25T00:10:31.637Z | Compiling async-trait v0.1.89 |
| 2616 | 2026-06-25T00:10:31.854Z | Compiling tower-layer v0.3.3 |
| 2617 | 2026-06-25T00:10:31.934Z | Compiling ryu v1.0.23 |
| 2618 | 2026-06-25T00:10:32.065Z | Compiling try-lock v0.2.5 |
| 2619 | 2026-06-25T00:10:32.186Z | Compiling omicron-workspace-hack v0.1.0 |
| 2620 | 2026-06-25T00:10:32.403Z | Compiling pretty-hex v0.4.2 |
| 2621 | 2026-06-25T00:10:32.424Z | Compiling tower-service v0.3.3 |
| 2622 | 2026-06-25T00:10:32.548Z | Compiling want v0.3.1 |
| 2623 | 2026-06-25T00:10:32.570Z | Compiling h2 v0.4.14 |
| 2624 | 2026-06-25T00:10:32.735Z | Compiling ppv-lite86 v0.2.21 |
| 2625 | 2026-06-25T00:10:32.851Z | Compiling crossbeam-utils v0.8.21 |
| 2626 | 2026-06-25T00:10:33.080Z | Compiling httpdate v1.0.3 |
| 2627 | 2026-06-25T00:10:33.924Z | Compiling crc32fast v1.5.0 |
| 2628 | 2026-06-25T00:10:34.482Z | Compiling slog-async v2.8.0 |
| 2629 | 2026-06-25T00:10:34.797Z | Compiling usdt-impl v0.6.0 |
| 2630 | 2026-06-25T00:10:35.043Z | Compiling hyper v1.10.1 |
| 2631 | 2026-06-25T00:10:35.077Z | Compiling serde_urlencoded v0.7.1 |
| 2632 | 2026-06-25T00:10:35.365Z | Compiling scroll v0.13.0 |
| 2633 | 2026-06-25T00:10:35.452Z | Compiling http-body-util v0.1.3 |
| 2634 | 2026-06-25T00:10:35.639Z | Compiling plain v0.2.3 |
| 2635 | 2026-06-25T00:10:35.742Z | Compiling goblin v0.10.7 |
| 2636 | 2026-06-25T00:10:35.784Z | Compiling daft-derive v0.1.7 |
| 2637 | 2026-06-25T00:10:36.868Z | Compiling hyper-util v0.1.20 |
| 2638 | 2026-06-25T00:10:39.334Z | Compiling foldhash v0.2.0 |
| 2639 | 2026-06-25T00:10:39.411Z | Compiling allocator-api2 v0.2.21 |
| 2640 | 2026-06-25T00:10:39.724Z | Compiling dof v0.4.0 |
| 2641 | 2026-06-25T00:10:39.813Z | Compiling hashbrown v0.16.1 |
| 2642 | 2026-06-25T00:10:39.867Z | Compiling dtrace-parser v0.3.0 |
| 2643 | 2026-06-25T00:10:40.222Z | Compiling openapiv3 v2.2.0 |
| 2644 | 2026-06-25T00:10:40.446Z | Compiling thread-id v5.1.0 |
| 2645 | 2026-06-25T00:10:40.529Z | Compiling syn v1.0.109 |
| 2646 | 2026-06-25T00:10:41.104Z | Compiling generic-array v0.14.7 |
| 2647 | 2026-06-25T00:10:41.365Z | Compiling powerfmt v0.2.0 |
| 2648 | 2026-06-25T00:10:41.634Z | Compiling deranged v0.5.8 |
| 2649 | 2026-06-25T00:10:42.408Z | Compiling num_threads v0.1.7 |
| 2650 | 2026-06-25T00:10:42.897Z | Compiling time v0.3.47 |
| 2651 | 2026-06-25T00:10:43.638Z | Compiling usdt-attr-macro v0.6.0 |
| 2652 | 2026-06-25T00:10:43.893Z | Compiling usdt-macro v0.6.0 |
| 2653 | 2026-06-25T00:10:44.071Z | Compiling rand_core v0.9.5 |
| 2654 | 2026-06-25T00:10:44.578Z | Compiling multer v3.1.0 |
| 2655 | 2026-06-25T00:10:44.799Z | Compiling ref-cast v1.0.25 |
| 2656 | 2026-06-25T00:10:44.842Z | Compiling crossbeam-channel v0.5.15 |
| 2657 | 2026-06-25T00:10:45.153Z | Compiling sync_wrapper v1.0.2 |
| 2658 | 2026-06-25T00:10:45.281Z | Compiling winnow v1.0.3 |
| 2659 | 2026-06-25T00:10:45.294Z | Compiling cpufeatures v0.3.0 |
| 2660 | 2026-06-25T00:10:45.375Z | Compiling hex v0.4.3 |
| 2661 | 2026-06-25T00:10:45.411Z | Compiling tower v0.5.3 |
| 2662 | 2026-06-25T00:10:45.518Z | Compiling rand_chacha v0.9.0 |
| 2663 | 2026-06-25T00:10:45.688Z | Compiling webpki-roots v1.0.7 |
| 2664 | 2026-06-25T00:10:45.795Z | Compiling futures-executor v0.3.32 |
| 2665 | 2026-06-25T00:10:45.814Z | Compiling async-stream-impl v0.3.6 |
| 2666 | 2026-06-25T00:10:45.987Z | Compiling ref-cast-impl v1.0.25 |
| 2667 | 2026-06-25T00:10:46.075Z | Compiling dropshot v0.17.1 |
| 2668 | 2026-06-25T00:10:46.286Z | Compiling thread_local v1.1.9 |
| 2669 | 2026-06-25T00:10:46.474Z | Compiling futures v0.3.32 |
| 2670 | 2026-06-25T00:10:46.564Z | Compiling tower-http v0.6.11 |
| 2671 | 2026-06-25T00:10:46.575Z | Compiling rand v0.9.4 |
| 2672 | 2026-06-25T00:10:46.687Z | Compiling structmeta-derive v0.3.0 |
| 2673 | 2026-06-25T00:10:46.705Z | Compiling is-terminal v0.4.17 |
| 2674 | 2026-06-25T00:10:46.749Z | Compiling take_mut v0.2.2 |
| 2675 | 2026-06-25T00:10:46.871Z | Compiling term v1.2.1 |
| 2676 | 2026-06-25T00:10:46.921Z | Compiling fastrand v2.4.1 |
| 2677 | 2026-06-25T00:10:47.249Z | Compiling slog-term v2.9.2 |
| 2678 | 2026-06-25T00:10:47.298Z | Compiling crypto-common v0.1.7 |
| 2679 | 2026-06-25T00:10:47.612Z | Compiling darling_core v0.23.0 |
| 2680 | 2026-06-25T00:10:47.759Z | Compiling newtype-uuid-macros v0.1.0 |
| 2681 | 2026-06-25T00:10:47.762Z | Compiling structmeta v0.3.0 |
| 2682 | 2026-06-25T00:10:47.990Z | Compiling dropshot_endpoint v0.17.1 |
| 2683 | 2026-06-25T00:10:48.639Z | Compiling newtype-uuid v1.3.2 |
| 2684 | 2026-06-25T00:10:48.652Z | Compiling strum_macros v0.26.4 |
| 2685 | 2026-06-25T00:10:48.943Z | Compiling daft v0.1.7 |
| 2686 | 2026-06-25T00:10:49.267Z | Compiling tempfile v3.27.0 |
| 2687 | 2026-06-25T00:10:49.708Z | Compiling hybrid-array v0.4.12 |
| 2688 | 2026-06-25T00:10:49.780Z | Compiling darling_macro v0.23.0 |
| 2689 | 2026-06-25T00:10:50.016Z | Compiling match_cfg v0.1.0 |
| 2690 | 2026-06-25T00:10:50.099Z | Compiling either v1.16.0 |
| 2691 | 2026-06-25T00:10:50.127Z | Compiling openssl-probe v0.2.1 |
| 2692 | 2026-06-25T00:10:50.227Z | Compiling adler2 v2.0.1 |
| 2693 | 2026-06-25T00:10:50.334Z | Compiling simd-adler32 v0.3.9 |
| 2694 | 2026-06-25T00:10:50.376Z | Compiling rustls-native-certs v0.8.4 |
| 2695 | 2026-06-25T00:10:50.388Z | Compiling hostname v0.3.1 |
| 2696 | 2026-06-25T00:10:50.400Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2697 | 2026-06-25T00:10:50.411Z | Compiling darling v0.23.0 |
| 2698 | 2026-06-25T00:10:50.500Z | Compiling serde_with_macros v3.20.0 |
| 2699 | 2026-06-25T00:10:50.550Z | Compiling miniz_oxide v0.8.9 |
| 2700 | 2026-06-25T00:10:51.185Z | Compiling slog-json v2.6.1 |
| 2701 | 2026-06-25T00:10:51.207Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2702 | 2026-06-25T00:10:51.440Z | Compiling serde_spanned v1.1.1 |
| 2703 | 2026-06-25T00:10:51.602Z | Compiling memmap2 v0.9.10 |
| 2704 | 2026-06-25T00:10:51.743Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2705 | 2026-06-25T00:10:51.941Z | Compiling slog-bunyan v2.5.0 |
| 2706 | 2026-06-25T00:10:51.973Z | Compiling flate2 v1.1.9 |
| 2707 | 2026-06-25T00:10:52.015Z | Compiling block-buffer v0.12.0 |
| 2708 | 2026-06-25T00:10:52.134Z | Compiling crypto-common v0.2.2 |
| 2709 | 2026-06-25T00:10:52.199Z | Compiling derive-ex v0.1.8 |
| 2710 | 2026-06-25T00:10:52.212Z | Compiling rand_chacha v0.3.1 |
| 2711 | 2026-06-25T00:10:52.531Z | Compiling strum_macros v0.27.2 |
| 2712 | 2026-06-25T00:10:53.422Z | Compiling usdt v0.6.0 |
| 2713 | 2026-06-25T00:10:53.435Z | Compiling compression-core v0.4.32 |
| 2714 | 2026-06-25T00:10:53.622Z | Compiling const-oid v0.10.2 |
| 2715 | 2026-06-25T00:10:53.824Z | Compiling debug-ignore v1.0.5 |
| 2716 | 2026-06-25T00:10:53.951Z | Compiling test-strategy v0.4.5 |
| 2717 | 2026-06-25T00:10:53.954Z | Compiling digest v0.11.3 |
| 2718 | 2026-06-25T00:10:54.063Z | Compiling compression-codecs v0.4.38 |
| 2719 | 2026-06-25T00:10:54.168Z | Compiling rand v0.8.6 |
| 2720 | 2026-06-25T00:10:54.516Z | Compiling macaddr v1.0.1 |
| 2721 | 2026-06-25T00:10:54.534Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2722 | 2026-06-25T00:10:54.826Z | Compiling encoding_rs v0.8.35 |
| 2723 | 2026-06-25T00:10:54.986Z | Compiling spin v0.9.8 |
| 2724 | 2026-06-25T00:10:55.053Z | Compiling mime v0.3.17 |
| 2725 | 2026-06-25T00:10:55.117Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2726 | 2026-06-25T00:10:55.317Z | Compiling async-compression v0.4.42 |
| 2727 | 2026-06-25T00:10:55.421Z | Compiling sha1 v0.11.0 |
| 2728 | 2026-06-25T00:10:55.558Z | Compiling async-stream v0.3.6 |
| 2729 | 2026-06-25T00:10:55.801Z | Compiling block-buffer v0.10.4 |
| 2730 | 2026-06-25T00:10:55.829Z | Compiling waitgroup v0.1.2 |
| 2731 | 2026-06-25T00:10:55.842Z | Compiling rustls-pemfile v2.2.0 |
| 2732 | 2026-06-25T00:10:55.994Z | Compiling serde_path_to_error v0.1.20 |
| 2733 | 2026-06-25T00:10:56.120Z | Compiling hostname v0.4.2 |
| 2734 | 2026-06-25T00:10:56.128Z | Compiling digest v0.10.7 |
| 2735 | 2026-06-25T00:10:56.371Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2736 | 2026-06-25T00:10:56.417Z | Compiling unicode-width v0.2.2 |
| 2737 | 2026-06-25T00:10:56.821Z | Compiling parse-display-derive v0.10.0 |
| 2738 | 2026-06-25T00:10:57.022Z | Compiling regress v0.10.5 |
| 2739 | 2026-06-25T00:10:58.129Z | Compiling strum v0.26.3 |
| 2740 | 2026-06-25T00:10:58.452Z | Compiling wait-timeout v0.2.1 |
| 2741 | 2026-06-25T00:10:58.926Z | Compiling bit-vec v0.8.0 |
| 2742 | 2026-06-25T00:10:59.214Z | Compiling quick-error v1.2.3 |
| 2743 | 2026-06-25T00:10:59.335Z | Compiling rusty-fork v0.3.1 |
| 2744 | 2026-06-25T00:10:59.360Z | Compiling bit-set v0.8.0 |
| 2745 | 2026-06-25T00:10:59.365Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2746 | 2026-06-25T00:10:59.561Z | Compiling serde_with v3.20.0 |
| 2747 | 2026-06-25T00:10:59.886Z | Compiling rand_xorshift v0.4.0 |
| 2748 | 2026-06-25T00:10:59.963Z | Compiling unarray v0.1.4 |
| 2749 | 2026-06-25T00:11:00.092Z | Compiling proptest v1.11.0 |
| 2750 | 2026-06-25T00:11:00.106Z | Compiling strum v0.27.2 |
| 2751 | 2026-06-25T00:11:00.174Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2752 | 2026-06-25T00:11:00.248Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2753 | 2026-06-25T00:11:00.331Z | Compiling instant v0.1.13 |
| 2754 | 2026-06-25T00:11:00.597Z | Compiling cpufeatures v0.2.17 |
| 2755 | 2026-06-25T00:11:00.647Z | Compiling iddqd v0.4.2 |
| 2756 | 2026-06-25T00:11:00.681Z | Compiling itertools v0.14.0 |
| 2757 | 2026-06-25T00:11:00.716Z | Compiling clap_derive v4.6.1 |
| 2758 | 2026-06-25T00:11:01.962Z | Compiling utf8parse v0.2.2 |
| 2759 | 2026-06-25T00:11:02.290Z | Compiling anstyle-parse v1.0.0 |
| 2760 | 2026-06-25T00:11:02.520Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2761 | 2026-06-25T00:11:02.627Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2762 | 2026-06-25T00:11:02.777Z | Compiling backon v1.6.0 |
| 2763 | 2026-06-25T00:11:02.804Z | Compiling terminal_size v0.4.4 |
| 2764 | 2026-06-25T00:11:03.361Z | Compiling anstyle v1.0.14 |
| 2765 | 2026-06-25T00:11:03.439Z | Compiling anstyle-query v1.1.5 |
| 2766 | 2026-06-25T00:11:03.560Z | Compiling colorchoice v1.0.5 |
| 2767 | 2026-06-25T00:11:03.689Z | Compiling is_terminal_polyfill v1.70.2 |
| 2768 | 2026-06-25T00:11:03.795Z | Compiling anstream v1.0.0 |
| 2769 | 2026-06-25T00:11:04.420Z | Compiling backoff v0.4.0 |
| 2770 | 2026-06-25T00:11:04.495Z | Compiling parse-display v0.10.0 |
| 2771 | 2026-06-25T00:11:04.637Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2772 | 2026-06-25T00:11:05.135Z | Compiling clap_lex v1.1.0 |
| 2773 | 2026-06-25T00:11:05.340Z | Compiling humantime v2.3.0 |
| 2774 | 2026-06-25T00:11:05.509Z | Compiling clap_builder v4.6.0 |
| 2775 | 2026-06-25T00:11:06.237Z | Compiling regress v0.11.1 |
| 2776 | 2026-06-25T00:11:07.475Z | Compiling clap v4.6.1 |
| 2777 | 2026-06-25T00:11:07.862Z | Compiling typify-impl v0.6.2 |
| 2778 | 2026-06-25T00:11:08.831Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 2779 | 2026-06-25T00:11:09.382Z | Compiling crucible-workspace-hack v0.1.0 |
| 2780 | 2026-06-25T00:11:09.562Z | Compiling proc-macro-crate v3.5.0 |
| 2781 | 2026-06-25T00:11:09.993Z | Compiling zerocopy-derive v0.7.35 |
| 2782 | 2026-06-25T00:11:10.221Z | Compiling unsafe-libyaml v0.2.11 |
| 2783 | 2026-06-25T00:11:10.894Z | Compiling serde_yaml v0.9.34+deprecated |
| 2784 | 2026-06-25T00:11:11.201Z | Compiling typify-macro v0.6.2 |
| 2785 | 2026-06-25T00:11:11.659Z | Compiling num_enum_derive v0.7.6 |
| 2786 | 2026-06-25T00:11:12.357Z | Compiling darling_core v0.21.3 |
| 2787 | 2026-06-25T00:11:12.748Z | Compiling convert_case v0.4.0 |
| 2788 | 2026-06-25T00:11:12.980Z | Compiling num_enum v0.7.6 |
| 2789 | 2026-06-25T00:11:13.052Z | Compiling derive_more v0.99.20 |
| 2790 | 2026-06-25T00:11:13.525Z | Compiling toml_datetime v0.6.11 |
| 2791 | 2026-06-25T00:11:14.461Z | Compiling darling_macro v0.21.3 |
| 2792 | 2026-06-25T00:11:14.643Z | Compiling typify v0.6.2 |
| 2793 | 2026-06-25T00:11:14.941Z | Compiling secrecy v0.10.3 |
| 2794 | 2026-06-25T00:11:15.071Z | Compiling darling v0.21.3 |
| 2795 | 2026-06-25T00:11:15.113Z | Compiling proc-macro-error-attr v1.0.4 |
| 2796 | 2026-06-25T00:11:15.320Z | Compiling tinyvec_macros v0.1.1 |
| 2797 | 2026-06-25T00:11:15.397Z | Compiling prettyplease v0.2.37 |
| 2798 | 2026-06-25T00:11:15.497Z | Compiling heapless v0.8.0 |
| 2799 | 2026-06-25T00:11:15.560Z | Compiling tinyvec v1.11.0 |
| 2800 | 2026-06-25T00:11:15.910Z | Compiling ingot-macros v0.1.1 |
| 2801 | 2026-06-25T00:11:16.068Z | Compiling zerocopy v0.7.35 |
| 2802 | 2026-06-25T00:11:16.174Z | Compiling tabwriter v1.4.1 |
| 2803 | 2026-06-25T00:11:16.616Z | Compiling crossbeam-epoch v0.9.18 |
| 2804 | 2026-06-25T00:11:16.727Z | Compiling hash32 v0.3.1 |
| 2805 | 2026-06-25T00:11:16.844Z | Compiling scroll_derive v0.12.1 |
| 2806 | 2026-06-25T00:11:16.895Z | Compiling rustc_version v0.4.1 |
| 2807 | 2026-06-25T00:11:17.120Z | Compiling num-integer v0.1.46 |
| 2808 | 2026-06-25T00:11:17.173Z | Compiling usdt-impl v0.5.0 |
| 2809 | 2026-06-25T00:11:17.461Z | Compiling proc-macro-error v1.0.4 |
| 2810 | 2026-06-25T00:11:17.587Z | Compiling pkg-config v0.3.33 |
| 2811 | 2026-06-25T00:11:17.620Z | Compiling smoltcp v0.11.0 |
| 2812 | 2026-06-25T00:11:17.729Z | Compiling data-encoding v2.11.0 |
| 2813 | 2026-06-25T00:11:17.991Z | Compiling rustix v0.38.44 |
| 2814 | 2026-06-25T00:11:18.037Z | Compiling winnow v0.7.15 |
| 2815 | 2026-06-25T00:11:18.378Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2816 | 2026-06-25T00:11:18.608Z | Compiling ingot-types v0.1.2 |
| 2817 | 2026-06-25T00:11:19.030Z | Compiling scroll v0.12.0 |
| 2818 | 2026-06-25T00:11:19.184Z | Compiling curve25519-dalek v4.1.3 |
| 2819 | 2026-06-25T00:11:19.524Z | Compiling dof v0.3.0 |
| 2820 | 2026-06-25T00:11:20.469Z | Compiling dtrace-parser v0.2.0 |
| 2821 | 2026-06-25T00:11:20.556Z | Compiling hmac v0.12.1 |
| 2822 | 2026-06-25T00:11:20.573Z | Compiling inout v0.1.4 |
| 2823 | 2026-06-25T00:11:20.635Z | Compiling ff v0.13.1 |
| 2824 | 2026-06-25T00:11:20.717Z | Compiling cobs v0.3.0 |
| 2825 | 2026-06-25T00:11:20.793Z | Compiling bstr v1.12.1 |
| 2826 | 2026-06-25T00:11:20.977Z | Compiling thread-id v4.2.2 |
| 2827 | 2026-06-25T00:11:21.009Z | Compiling colored v3.1.1 |
| 2828 | 2026-06-25T00:11:21.117Z | Compiling static_assertions v1.1.0 |
| 2829 | 2026-06-25T00:11:21.139Z | Compiling bitflags v1.3.2 |
| 2830 | 2026-06-25T00:11:21.201Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 2831 | 2026-06-25T00:11:21.225Z | Compiling managed v0.8.0 |
| 2832 | 2026-06-25T00:11:21.849Z | Compiling postcard v1.1.3 |
| 2833 | 2026-06-25T00:11:21.871Z | Compiling group v0.13.0 |
| 2834 | 2026-06-25T00:11:21.925Z | Compiling cipher v0.4.4 |
| 2835 | 2026-06-25T00:11:21.995Z | Compiling hkdf v0.12.4 |
| 2836 | 2026-06-25T00:11:22.646Z | Compiling goblin v0.8.2 |
| 2837 | 2026-06-25T00:11:22.793Z | Compiling ingot v0.1.1 |
| 2838 | 2026-06-25T00:11:22.807Z | Compiling num-iter v0.1.45 |
| 2839 | 2026-06-25T00:11:22.937Z | Compiling num-rational v0.4.2 |
| 2840 | 2026-06-25T00:11:24.552Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2841 | 2026-06-25T00:11:24.767Z | Compiling universal-hash v0.5.1 |
| 2842 | 2026-06-25T00:11:24.925Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2843 | 2026-06-25T00:11:24.938Z | Compiling hubpack_derive v0.1.1 |
| 2844 | 2026-06-25T00:11:25.059Z | Compiling crypto-bigint v0.5.5 |
| 2845 | 2026-06-25T00:11:25.574Z | Compiling half v2.7.1 |
| 2846 | 2026-06-25T00:11:25.851Z | Compiling foreign-types-macros v0.2.3 |
| 2847 | 2026-06-25T00:11:25.921Z | Compiling serde_repr v0.1.20 |
| 2848 | 2026-06-25T00:11:26.027Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2849 | 2026-06-25T00:11:26.537Z | Compiling num-complex v0.4.6 |
| 2850 | 2026-06-25T00:11:27.021Z | Compiling memoffset v0.9.1 |
| 2851 | 2026-06-25T00:11:27.182Z | Compiling opaque-debug v0.3.1 |
| 2852 | 2026-06-25T00:11:27.265Z | Compiling cfg_aliases v0.2.1 |
| 2853 | 2026-06-25T00:11:27.292Z | Compiling heck v0.4.1 |
| 2854 | 2026-06-25T00:11:27.359Z | Compiling base64ct v1.8.3 |
| 2855 | 2026-06-25T00:11:27.749Z | Compiling foreign-types-shared v0.3.1 |
| 2856 | 2026-06-25T00:11:27.811Z | Compiling ciborium-io v0.2.2 |
| 2857 | 2026-06-25T00:11:27.847Z | Compiling base16ct v0.2.0 |
| 2858 | 2026-06-25T00:11:27.861Z | Compiling indent_write v2.2.0 |
| 2859 | 2026-06-25T00:11:28.050Z | Compiling elliptic-curve v0.13.8 |
| 2860 | 2026-06-25T00:11:28.062Z | Compiling ciborium-ll v0.2.2 |
| 2861 | 2026-06-25T00:11:28.321Z | Compiling foreign-types v0.5.0 |
| 2862 | 2026-06-25T00:11:28.408Z | Compiling password-hash v0.5.0 |
| 2863 | 2026-06-25T00:11:28.784Z | Compiling nix v0.31.3 |
| 2864 | 2026-06-25T00:11:29.124Z | Compiling poly1305 v0.8.0 |
| 2865 | 2026-06-25T00:11:29.479Z | Compiling num v0.4.3 |
| 2866 | 2026-06-25T00:11:29.564Z | Compiling thiserror-no-std v2.0.2 |
| 2867 | 2026-06-25T00:11:29.669Z | Compiling hubpack v0.1.2 |
| 2868 | 2026-06-25T00:11:30.896Z | Compiling chacha20 v0.9.1 |
| 2869 | 2026-06-25T00:11:31.403Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2870 | 2026-06-25T00:11:31.419Z | Compiling reqwest v0.12.28 |
| 2871 | 2026-06-25T00:11:32.186Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2872 | 2026-06-25T00:11:32.665Z | Compiling blake2 v0.10.6 |
| 2873 | 2026-06-25T00:11:32.998Z | Compiling aead v0.5.2 |
| 2874 | 2026-06-25T00:11:33.077Z | Compiling byte-wrapper v0.1.0 |
| 2875 | 2026-06-25T00:11:33.164Z | Compiling chacha20 v0.10.0 |
| 2876 | 2026-06-25T00:11:33.192Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2877 | 2026-06-25T00:11:33.463Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2878 | 2026-06-25T00:11:34.077Z | Compiling cstr-argument v0.1.2 |
| 2879 | 2026-06-25T00:11:34.280Z | Compiling keccak v0.1.6 |
| 2880 | 2026-06-25T00:11:34.380Z | Compiling float-ord v0.3.2 |
| 2881 | 2026-06-25T00:11:34.416Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f) |
| 2882 | 2026-06-25T00:11:34.499Z | Compiling sha3 v0.10.9 |
| 2883 | 2026-06-25T00:11:34.689Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2884 | 2026-06-25T00:11:35.000Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2885 | 2026-06-25T00:11:35.097Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2886 | 2026-06-25T00:11:35.111Z | Compiling rand v0.10.1 |
| 2887 | 2026-06-25T00:11:35.256Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2888 | 2026-06-25T00:11:35.901Z | Compiling chacha20poly1305 v0.10.1 |
| 2889 | 2026-06-25T00:11:36.057Z | Compiling argon2 v0.5.3 |
| 2890 | 2026-06-25T00:11:36.466Z | Compiling progenitor-client v0.10.0 |
| 2891 | 2026-06-25T00:11:36.999Z | Compiling rustls-webpki v0.103.13 |
| 2892 | 2026-06-25T00:11:38.089Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 2893 | 2026-06-25T00:11:38.341Z | Compiling vsss-rs v3.3.4 |
| 2894 | 2026-06-25T00:11:39.269Z | Compiling ciborium v0.2.2 |
| 2895 | 2026-06-25T00:11:39.654Z | Compiling atomicwrites v0.4.4 |
| 2896 | 2026-06-25T00:11:39.863Z | Compiling usdt-attr-macro v0.5.0 |
| 2897 | 2026-06-25T00:11:39.938Z | Compiling usdt-macro v0.5.0 |
| 2898 | 2026-06-25T00:11:40.892Z | Compiling enum-as-inner v0.6.1 |
| 2899 | 2026-06-25T00:11:41.095Z | Compiling num-derive v0.4.2 |
| 2900 | 2026-06-25T00:11:41.178Z | Compiling memmap v0.7.0 |
| 2901 | 2026-06-25T00:11:41.760Z | Compiling tokio-rustls v0.26.4 |
| 2902 | 2026-06-25T00:11:41.910Z | Compiling rustls-platform-verifier v0.7.0 |
| 2903 | 2026-06-25T00:11:42.077Z | Compiling hyper-rustls v0.27.9 |
| 2904 | 2026-06-25T00:11:42.331Z | Compiling reqwest v0.13.4 |
| 2905 | 2026-06-25T00:11:42.901Z | Compiling semver v0.1.20 |
| 2906 | 2026-06-25T00:11:43.024Z | Compiling winnow v0.5.40 |
| 2907 | 2026-06-25T00:11:43.174Z | Compiling rayon-core v1.13.0 |
| 2908 | 2026-06-25T00:11:43.406Z | Compiling rustc_version v0.1.7 |
| 2909 | 2026-06-25T00:11:43.616Z | Compiling usdt v0.5.0 |
| 2910 | 2026-06-25T00:11:43.745Z | Compiling progenitor-client v0.14.0 |
| 2911 | 2026-06-25T00:11:44.256Z | Compiling progenitor-extras v0.2.0 |
| 2912 | 2026-06-25T00:11:44.451Z | Compiling toml_edit v0.19.15 |
| 2913 | 2026-06-25T00:11:44.604Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2914 | 2026-06-25T00:11:46.490Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2915 | 2026-06-25T00:11:54.414Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2916 | 2026-06-25T00:11:54.805Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2917 | 2026-06-25T00:11:56.551Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2918 | 2026-06-25T00:11:56.897Z | Compiling similar v2.7.0 |
| 2919 | 2026-06-25T00:11:56.986Z | Compiling crossbeam-deque v0.8.6 |
| 2920 | 2026-06-25T00:11:57.198Z | Compiling serde_spanned v0.6.9 |
| 2921 | 2026-06-25T00:11:57.222Z | Compiling vcpkg v0.2.15 |
| 2922 | 2026-06-25T00:11:57.536Z | Compiling toml_write v0.1.2 |
| 2923 | 2026-06-25T00:11:57.724Z | Compiling lazy_static v1.5.0 |
| 2924 | 2026-06-25T00:11:57.848Z | Compiling bytecount v0.6.9 |
| 2925 | 2026-06-25T00:11:57.879Z | Compiling openssl-sys v0.9.116 |
| 2926 | 2026-06-25T00:11:58.064Z | Compiling toml_edit v0.22.27 |
| 2927 | 2026-06-25T00:11:59.743Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2928 | 2026-06-25T00:12:00.044Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2929 | 2026-06-25T00:12:00.324Z | Compiling proc-macro-crate v1.3.1 |
| 2930 | 2026-06-25T00:12:00.337Z | Compiling newtype_derive v0.1.6 |
| 2931 | 2026-06-25T00:12:00.407Z | Compiling progenitor-impl v0.13.0 |
| 2932 | 2026-06-25T00:12:00.450Z | Compiling progenitor-impl v0.14.0 |
| 2933 | 2026-06-25T00:12:00.617Z | Compiling itertools v0.12.1 |
| 2934 | 2026-06-25T00:12:01.275Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2935 | 2026-06-25T00:12:01.747Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2936 | 2026-06-25T00:12:02.033Z | Compiling owo-colors v4.3.0 |
| 2937 | 2026-06-25T00:12:02.124Z | Compiling swrite v0.1.0 |
| 2938 | 2026-06-25T00:12:02.251Z | Compiling resolv-conf v0.7.6 |
| 2939 | 2026-06-25T00:12:02.321Z | Compiling unicode-segmentation v1.13.3 |
| 2940 | 2026-06-25T00:12:02.410Z | Compiling linked-hash-map v0.5.6 |
| 2941 | 2026-06-25T00:12:02.563Z | Compiling progenitor-macro v0.14.0 |
| 2942 | 2026-06-25T00:12:02.643Z | Compiling lru-cache v0.1.2 |
| 2943 | 2026-06-25T00:12:02.801Z | Compiling newline-converter v0.3.0 |
| 2944 | 2026-06-25T00:12:02.884Z | Compiling progenitor-macro v0.13.0 |
| 2945 | 2026-06-25T00:12:03.006Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2946 | 2026-06-25T00:12:03.286Z | Compiling num_enum_derive v0.5.11 |
| 2947 | 2026-06-25T00:12:03.817Z | Compiling toml v0.8.23 |
| 2948 | 2026-06-25T00:12:04.618Z | Compiling rayon v1.12.0 |
| 2949 | 2026-06-25T00:12:04.624Z | Compiling progenitor-client v0.13.0 |
| 2950 | 2026-06-25T00:12:04.624Z | Compiling hickory-proto v0.24.4 |
| 2951 | 2026-06-25T00:12:06.524Z | Compiling console v0.15.11 |
| 2952 | 2026-06-25T00:12:06.896Z | Compiling camino-tempfile v1.4.1 |
| 2953 | 2026-06-25T00:12:07.304Z | Compiling serde-big-array v0.5.1 |
| 2954 | 2026-06-25T00:12:07.332Z | Compiling pin-project-internal v1.1.13 |
| 2955 | 2026-06-25T00:12:07.469Z | Compiling derive-where v1.6.1 |
| 2956 | 2026-06-25T00:12:07.830Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2957 | 2026-06-25T00:12:08.399Z | Compiling minimal-lexical v0.2.1 |
| 2958 | 2026-06-25T00:12:08.482Z | Compiling siphasher v1.0.3 |
| 2959 | 2026-06-25T00:12:08.672Z | Compiling phf_shared v0.12.1 |
| 2960 | 2026-06-25T00:12:08.741Z | Compiling nom v7.1.3 |
| 2961 | 2026-06-25T00:12:08.816Z | Compiling pin-project v1.1.13 |
| 2962 | 2026-06-25T00:12:08.938Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2963 | 2026-06-25T00:12:09.771Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2964 | 2026-06-25T00:12:10.170Z | Compiling progenitor v0.13.0 |
| 2965 | 2026-06-25T00:12:10.328Z | Compiling expectorate v1.2.0 |
| 2966 | 2026-06-25T00:12:10.556Z | Compiling progenitor v0.14.0 |
| 2967 | 2026-06-25T00:12:10.716Z | Compiling hickory-resolver v0.24.4 |
| 2968 | 2026-06-25T00:12:12.952Z | Compiling num_enum v0.5.11 |
| 2969 | 2026-06-25T00:12:13.176Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2970 | 2026-06-25T00:12:14.594Z | Compiling zone_cfg_derive v0.3.1 |
| 2971 | 2026-06-25T00:12:15.354Z | Compiling unicode-normalization v0.1.25 |
| 2972 | 2026-06-25T00:12:15.367Z | Compiling tokio-stream v0.1.18 |
| 2973 | 2026-06-25T00:12:15.936Z | Compiling snafu-derive v0.8.9 |
| 2974 | 2026-06-25T00:12:15.962Z | Compiling async-recursion v1.1.1 |
| 2975 | 2026-06-25T00:12:16.697Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9) |
| 2976 | 2026-06-25T00:12:17.043Z | Compiling slog-dtrace v0.3.0 |
| 2977 | 2026-06-25T00:12:17.322Z | Compiling csv-core v0.1.13 |
| 2978 | 2026-06-25T00:12:17.716Z | Compiling foreign-types-shared v0.1.1 |
| 2979 | 2026-06-25T00:12:17.740Z | Compiling smawk v0.3.2 |
| 2980 | 2026-06-25T00:12:17.806Z | Compiling unicode-linebreak v0.1.5 |
| 2981 | 2026-06-25T00:12:17.919Z | Compiling unicode-xid v0.2.6 |
| 2982 | 2026-06-25T00:12:18.066Z | Compiling cancel-safe-futures v0.1.5 |
| 2983 | 2026-06-25T00:12:18.123Z | Compiling highway v1.3.0 |
| 2984 | 2026-06-25T00:12:18.628Z | Compiling foldhash v0.1.5 |
| 2985 | 2026-06-25T00:12:18.651Z | Compiling konst_macro_rules v0.2.19 |
| 2986 | 2026-06-25T00:12:18.651Z | Compiling chrono-tz v0.10.4 |
| 2987 | 2026-06-25T00:12:18.663Z | Compiling unicode-width v0.1.14 |
| 2988 | 2026-06-25T00:12:18.834Z | Compiling openssl v0.10.80 |
| 2989 | 2026-06-25T00:12:18.863Z | Compiling same-file v1.0.6 |
| 2990 | 2026-06-25T00:12:18.997Z | Compiling walkdir v2.5.0 |
| 2991 | 2026-06-25T00:12:19.046Z | Compiling konst v0.2.20 |
| 2992 | 2026-06-25T00:12:19.164Z | Compiling hashbrown v0.15.5 |
| 2993 | 2026-06-25T00:12:19.464Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2994 | 2026-06-25T00:12:19.728Z | Compiling const_format_proc_macros v0.2.34 |
| 2995 | 2026-06-25T00:12:19.744Z | Compiling textwrap v0.16.2 |
| 2996 | 2026-06-25T00:12:19.797Z | Compiling foreign-types v0.3.2 |
| 2997 | 2026-06-25T00:12:19.854Z | Compiling snafu v0.8.9 |
| 2998 | 2026-06-25T00:12:19.884Z | Compiling csv v1.4.0 |
| 2999 | 2026-06-25T00:12:20.439Z | Compiling qorb v0.4.1 |
| 3000 | 2026-06-25T00:12:20.449Z | Compiling olpc-cjson v0.1.4 |
| 3001 | 2026-06-25T00:12:20.485Z | Compiling zone v0.3.1 |
| 3002 | 2026-06-25T00:12:20.546Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3003 | 2026-06-25T00:12:20.671Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3004 | 2026-06-25T00:12:21.221Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3005 | 2026-06-25T00:12:21.330Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3006 | 2026-06-25T00:12:25.886Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3007 | 2026-06-25T00:12:25.984Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3008 | 2026-06-25T00:12:25.984Z | Compiling phf v0.12.1 |
| 3009 | 2026-06-25T00:12:25.984Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3010 | 2026-06-25T00:12:25.984Z | Compiling tokio-dtrace v0.1.1 |
| 3011 | 2026-06-25T00:12:25.984Z | Compiling globset v0.4.18 |
| 3012 | 2026-06-25T00:12:25.984Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3013 | 2026-06-25T00:12:25.984Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3014 | 2026-06-25T00:12:26.237Z | Compiling smf v0.2.3 |
| 3015 | 2026-06-25T00:12:26.383Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 3016 | 2026-06-25T00:12:26.961Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3017 | 2026-06-25T00:12:27.404Z | Compiling libsw-core v0.3.2 |
| 3018 | 2026-06-25T00:12:27.482Z | Compiling pem v3.0.6 |
| 3019 | 2026-06-25T00:12:27.603Z | Compiling serde_plain v1.0.2 |
| 3020 | 2026-06-25T00:12:27.909Z | Compiling openssl-macros v0.1.1 |
| 3021 | 2026-06-25T00:12:28.075Z | Compiling cookie v0.18.1 |
| 3022 | 2026-06-25T00:12:28.182Z | Compiling sigpipe v0.1.3 |
| 3023 | 2026-06-25T00:12:28.223Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3024 | 2026-06-25T00:12:28.290Z | Compiling fixedbitset v0.5.7 |
| 3025 | 2026-06-25T00:12:28.426Z | Compiling glob v0.3.3 |
| 3026 | 2026-06-25T00:12:28.487Z | Compiling typed-path v0.9.3 |
| 3027 | 2026-06-25T00:12:28.675Z | Compiling jiff v0.2.28 |
| 3028 | 2026-06-25T00:12:28.739Z | Compiling fixedbitset v0.4.2 |
| 3029 | 2026-06-25T00:12:29.130Z | Compiling petgraph v0.6.5 |
| 3030 | 2026-06-25T00:12:29.373Z | Compiling petgraph v0.8.3 |
| 3031 | 2026-06-25T00:12:29.539Z | Compiling libsw v3.5.0 |
| 3032 | 2026-06-25T00:12:29.740Z | Compiling tough v0.22.0 |
| 3033 | 2026-06-25T00:12:30.583Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3034 | 2026-06-25T00:12:31.078Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 3035 | 2026-06-25T00:12:31.502Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3036 | 2026-06-25T00:12:31.757Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3037 | 2026-06-25T00:12:31.841Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3038 | 2026-06-25T00:12:32.066Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3039 | 2026-06-25T00:12:32.537Z | Compiling oxide-tokio-rt v0.1.6 |
| 3040 | 2026-06-25T00:12:33.847Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3041 | 2026-06-25T00:12:35.120Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3042 | 2026-06-25T00:12:35.340Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3043 | 2026-06-25T00:12:35.792Z | Compiling const_format v0.2.36 |
| 3044 | 2026-06-25T00:12:36.328Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3045 | 2026-06-25T00:12:37.094Z | Compiling papergrid v0.11.0 |
| 3046 | 2026-06-25T00:12:37.359Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3047 | 2026-06-25T00:12:37.823Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3048 | 2026-06-25T00:12:38.156Z | Compiling libscf-sys v1.2.0 |
| 3049 | 2026-06-25T00:12:38.316Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3050 | 2026-06-25T00:12:38.454Z | Compiling tabled_derive v0.7.0 |
| 3051 | 2026-06-25T00:12:38.535Z | Compiling gethostname v0.5.0 |
| 3052 | 2026-06-25T00:12:38.683Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3053 | 2026-06-25T00:12:39.163Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3054 | 2026-06-25T00:12:39.320Z | Compiling bcs v0.1.6 |
| 3055 | 2026-06-25T00:12:39.483Z | Compiling linear-map v1.2.0 |
| 3056 | 2026-06-25T00:12:39.641Z | Compiling whoami v1.6.1 |
| 3057 | 2026-06-25T00:12:39.722Z | Compiling tagptr v0.2.0 |
| 3058 | 2026-06-25T00:12:39.738Z | Compiling termtree v0.5.1 |
| 3059 | 2026-06-25T00:12:39.753Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3060 | 2026-06-25T00:12:39.929Z | Compiling moka v0.12.15 |
| 3061 | 2026-06-25T00:12:41.196Z | Compiling tabled v0.15.0 |
| 3062 | 2026-06-25T00:12:41.299Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3063 | 2026-06-25T00:12:42.266Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3064 | 2026-06-25T00:12:42.386Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3065 | 2026-06-25T00:12:42.613Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3066 | 2026-06-25T00:12:42.804Z | Compiling steno v0.4.1 |
| 3067 | 2026-06-25T00:12:44.402Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3068 | 2026-06-25T00:12:48.160Z | Compiling hickory-proto v0.25.2 |
| 3069 | 2026-06-25T00:12:48.544Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3070 | 2026-06-25T00:12:49.136Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 3071 | 2026-06-25T00:12:49.668Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 3072 | 2026-06-25T00:12:49.785Z | Compiling parking_lot_core v0.8.6 |
| 3073 | 2026-06-25T00:12:49.857Z | Compiling nom v8.0.0 |
| 3074 | 2026-06-25T00:12:50.553Z | Compiling hickory-resolver v0.25.2 |
| 3075 | 2026-06-25T00:12:51.176Z | Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common) |
| 3076 | 2026-06-25T00:12:51.272Z | Compiling crunchy v0.2.4 |
| 3077 | 2026-06-25T00:12:51.606Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3078 | 2026-06-25T00:12:51.707Z | Compiling parking_lot v0.11.2 |
| 3079 | 2026-06-25T00:12:52.454Z | Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 3080 | 2026-06-25T00:12:52.496Z | Compiling typify-impl v0.4.3 |
| 3081 | 2026-06-25T00:12:52.618Z | Compiling fxhash v0.2.1 |
| 3082 | 2026-06-25T00:12:52.772Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe) |
| 3083 | 2026-06-25T00:12:53.076Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3084 | 2026-06-25T00:12:53.556Z | Compiling tiny-keccak v2.0.2 |
| 3085 | 2026-06-25T00:12:53.824Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 3086 | 2026-06-25T00:12:54.133Z | Compiling proc-macro-error2 v2.0.1 |
| 3087 | 2026-06-25T00:12:54.450Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3088 | 2026-06-25T00:12:55.897Z | Compiling typify-macro v0.4.3 |
| 3089 | 2026-06-25T00:12:56.389Z | Compiling sled v0.34.7 |
| 3090 | 2026-06-25T00:12:56.993Z | Compiling arc-swap v1.9.1 |
| 3091 | 2026-06-25T00:12:57.353Z | Compiling slog-scope v4.4.1 |
| 3092 | 2026-06-25T00:12:57.715Z | Compiling tabled_derive v0.11.0 |
| 3093 | 2026-06-25T00:12:58.333Z | Compiling papergrid v0.18.0 |
| 3094 | 2026-06-25T00:12:58.851Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7) |
| 3095 | 2026-06-25T00:12:58.986Z | Compiling testing_table v0.3.0 |
| 3096 | 2026-06-25T00:12:59.351Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7) |
| 3097 | 2026-06-25T00:12:59.434Z | Compiling internet-checksum v0.2.1 |
| 3098 | 2026-06-25T00:12:59.589Z | Compiling tabled v0.21.0 |
| 3099 | 2026-06-25T00:12:59.689Z | Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types) |
| 3100 | 2026-06-25T00:12:59.816Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7) |
| 3101 | 2026-06-25T00:13:00.411Z | Compiling const-random-macro v0.1.16 |
| 3102 | 2026-06-25T00:13:00.848Z | Compiling slog-stdlog v4.1.1 |
| 3103 | 2026-06-25T00:13:01.293Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3104 | 2026-06-25T00:13:01.990Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3105 | 2026-06-25T00:13:02.549Z | Compiling ahash v0.8.12 |
| 3106 | 2026-06-25T00:13:02.845Z | Compiling smartstring v1.0.1 |
| 3107 | 2026-06-25T00:13:03.592Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834) |
| 3108 | 2026-06-25T00:13:03.993Z | Compiling slog-envlogger v2.2.0 |
| 3109 | 2026-06-25T00:13:05.162Z | Compiling const-random v0.1.18 |
| 3110 | 2026-06-25T00:13:05.253Z | Compiling typify v0.4.3 |
| 3111 | 2026-06-25T00:13:05.365Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3112 | 2026-06-25T00:13:07.460Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 3113 | 2026-06-25T00:13:09.588Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 3114 | 2026-06-25T00:13:10.228Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3115 | 2026-06-25T00:13:10.713Z | Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 3116 | 2026-06-25T00:13:12.167Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 3117 | 2026-06-25T00:13:13.194Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3118 | 2026-06-25T00:13:13.493Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3119 | 2026-06-25T00:13:13.775Z | Compiling crc8 v0.1.1 |
| 3120 | 2026-06-25T00:13:13.900Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834) |
| 3121 | 2026-06-25T00:13:13.953Z | Compiling toml v0.9.12+spec-1.1.0 |
| 3122 | 2026-06-25T00:13:13.971Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3123 | 2026-06-25T00:13:14.456Z | Compiling progenitor-impl v0.10.0 |
| 3124 | 2026-06-25T00:13:15.705Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 3125 | 2026-06-25T00:13:15.738Z | Compiling lzma-sys v0.1.20 |
| 3126 | 2026-06-25T00:13:16.200Z | Compiling sha1 v0.10.6 |
| 3127 | 2026-06-25T00:13:16.396Z | Compiling thin-vec v0.2.18 |
| 3128 | 2026-06-25T00:13:16.511Z | Compiling rhai_codegen v3.2.0 |
| 3129 | 2026-06-25T00:13:16.626Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3130 | 2026-06-25T00:13:16.767Z | Compiling fs-err v3.3.0 |
| 3131 | 2026-06-25T00:13:17.055Z | Compiling utf-8 v0.7.6 |
| 3132 | 2026-06-25T00:13:17.180Z | Compiling typeid v1.0.3 |
| 3133 | 2026-06-25T00:13:17.293Z | Compiling tungstenite v0.21.0 |
| 3134 | 2026-06-25T00:13:17.787Z | Compiling rhai v1.25.1 |
| 3135 | 2026-06-25T00:13:18.554Z | Compiling progenitor-macro v0.10.0 |
| 3136 | 2026-06-25T00:13:19.509Z | Compiling cargo_toml v0.22.3 |
| 3137 | 2026-06-25T00:13:22.765Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3138 | 2026-06-25T00:13:24.366Z | Compiling sha2 v0.10.9 |
| 3139 | 2026-06-25T00:13:24.380Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3140 | 2026-06-25T00:13:25.497Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3141 | 2026-06-25T00:13:25.626Z | Compiling progenitor v0.10.0 |
| 3142 | 2026-06-25T00:13:25.793Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f) |
| 3143 | 2026-06-25T00:13:27.335Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3144 | 2026-06-25T00:13:29.495Z | Compiling tokio-tungstenite v0.21.0 |
| 3145 | 2026-06-25T00:13:29.857Z | Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 3146 | 2026-06-25T00:13:29.972Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 3147 | 2026-06-25T00:13:30.698Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 3148 | 2026-06-25T00:13:31.534Z | Compiling console v0.16.3 |
| 3149 | 2026-06-25T00:13:32.097Z | Compiling git-stub v1.0.0 |
| 3150 | 2026-06-25T00:13:32.561Z | Compiling is_ci v1.2.0 |
| 3151 | 2026-06-25T00:13:32.643Z | Compiling base64 v0.21.7 |
| 3152 | 2026-06-25T00:13:32.748Z | Compiling unit-prefix v0.5.2 |
| 3153 | 2026-06-25T00:13:32.796Z | Compiling supports-color v3.0.2 |
| 3154 | 2026-06-25T00:13:32.927Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3155 | 2026-06-25T00:13:33.053Z | Compiling indicatif v0.18.4 |
| 3156 | 2026-06-25T00:13:33.249Z | Compiling git-stub-vcs v0.1.0 |
| 3157 | 2026-06-25T00:13:33.995Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 3158 | 2026-06-25T00:13:35.535Z | Compiling ron v0.12.1 |
| 3159 | 2026-06-25T00:13:35.775Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3160 | 2026-06-25T00:13:36.264Z | Compiling xz2 v0.1.7 |
| 3161 | 2026-06-25T00:13:36.614Z | Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 3162 | 2026-06-25T00:13:36.875Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
| 3163 | 2026-06-25T00:13:37.347Z | Compiling drift v0.2.0 |
| 3164 | 2026-06-25T00:13:39.312Z | Compiling base16ct v1.0.0 |
| 3165 | 2026-06-25T00:13:39.735Z | Compiling dropshot-api-manager v0.7.2 |
| 3166 | 2026-06-25T00:13:43.756Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
| 3167 | 2026-06-25T00:13:46.183Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f) |
| 3168 | 2026-06-25T00:13:47.362Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
| 3169 | 2026-06-25T00:13:48.733Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 3170 | 2026-06-25T00:13:50.099Z | Compiling natord v1.0.9 |
| 3171 | 2026-06-25T00:13:50.398Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
| 3172 | 2026-06-25T00:13:50.494Z | Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util) |
| 3173 | 2026-06-25T00:13:52.889Z | Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask) |
| 3174 | 2026-06-25T00:13:54.598Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
| 3175 | 2026-06-25T00:13:56.180Z | Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
| 3176 | 2026-06-25T00:14:02.783Z | Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
| 3177 | 2026-06-25T00:14:03.858Z | Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab) |
| 3178 | 2026-06-25T00:14:04.012Z | Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
| 3179 | 2026-06-25T00:14:04.877Z | Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis) |
| 3180 | 2026-06-25T00:14:09.301Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
| 3181 | 2026-06-25T00:14:33.917Z | Finished `release` profile [optimized] target(s) in 4m 23s |
| 3182 | 2026-06-25T00:14:34.102Z | |
| 3183 | 2026-06-25T00:14:34.102Z | real 4:23.163988537 |
| 3184 | 2026-06-25T00:14:34.102Z | user 30:04.058390894 |
| 3185 | 2026-06-25T00:14:34.102Z | sys 2:45.784441977 |
| 3186 | 2026-06-25T00:14:34.102Z | trap 0.774007156 |
| 3187 | 2026-06-25T00:14:34.105Z | tflt 1.316297198 |
| 3188 | 2026-06-25T00:14:34.105Z | dflt 1.453971362 |
| 3189 | 2026-06-25T00:14:34.105Z | kflt 0.000108780 |
| 3190 | 2026-06-25T00:14:34.105Z | lock 2:00:15.506277561 |
| 3191 | 2026-06-25T00:14:34.105Z | slp 1:27:12.667329609 |
| 3192 | 2026-06-25T00:14:34.105Z | lat 2:09.510636644 |
| 3193 | 2026-06-25T00:14:34.105Z | stop 3:18.053988789 |
| 3194 | 2026-06-25T00:14:34.105Z | + for x in debug release |
| 3195 | 2026-06-25T00:14:34.105Z | + mkdir -p /work/debug |
| 3196 | 2026-06-25T00:14:34.108Z | + cp target/debug/ddmd /work/debug/ddmd |
| 3197 | 2026-06-25T00:14:34.560Z | + cp target/debug/ddmadm /work/debug/ddmadm |
| 3198 | 2026-06-25T00:14:35.055Z | + cp target/debug/mgd /work/debug/mgd |
| 3199 | 2026-06-25T00:14:35.629Z | + cp target/debug/mgadm /work/debug/mgadm |
| 3200 | 2026-06-25T00:14:36.066Z | + for x in debug release |
| 3201 | 2026-06-25T00:14:36.066Z | + mkdir -p /work/release |
| 3202 | 2026-06-25T00:14:36.069Z | + cp target/release/ddmd /work/release/ddmd |
| 3203 | 2026-06-25T00:14:36.164Z | + cp target/release/ddmadm /work/release/ddmadm |
| 3204 | 2026-06-25T00:14:36.249Z | + cp target/release/mgd /work/release/mgd |
| 3205 | 2026-06-25T00:14:36.379Z | + cp target/release/mgadm /work/release/mgadm |
| 3206 | 2026-06-25T00:14:36.495Z | + cp target/release/falcon-lab /work/release/falcon-lab |
| 3207 | 2026-06-25T00:14:36.573Z | process exited: duration 674842 ms, exit code 0 |
| |
| 3208 | 2026-06-25T00:14:36.589Z | found 9 output files |
| 3209 | 2026-06-25T00:14:36.589Z | uploading: /work/debug/ddmadm (513717352 bytes) |
| 3210 | 2026-06-25T00:14:44.547Z | uploaded: /work/debug/ddmadm |
| 3211 | 2026-06-25T00:14:44.558Z | uploading: /work/debug/ddmd (588572512 bytes) |
| 3212 | 2026-06-25T00:14:53.213Z | uploaded: /work/debug/ddmd |
| 3213 | 2026-06-25T00:14:53.213Z | uploading: /work/debug/mgadm (609388712 bytes) |
| 3214 | 2026-06-25T00:15:02.173Z | uploaded: /work/debug/mgadm |
| 3215 | 2026-06-25T00:15:02.173Z | uploading: /work/debug/mgd (688819824 bytes) |
| 3216 | 2026-06-25T00:15:11.700Z | uploaded: /work/debug/mgd |
| 3217 | 2026-06-25T00:15:11.700Z | uploading: /work/release/ddmadm (45420224 bytes) |
| 3218 | 2026-06-25T00:15:13.041Z | uploaded: /work/release/ddmadm |
| 3219 | 2026-06-25T00:15:13.041Z | uploading: /work/release/ddmd (53075112 bytes) |
| 3220 | 2026-06-25T00:15:14.439Z | uploaded: /work/release/ddmd |
| 3221 | 2026-06-25T00:15:14.439Z | uploading: /work/release/falcon-lab (39489152 bytes) |
| 3222 | 2026-06-25T00:15:15.690Z | uploaded: /work/release/falcon-lab |
| 3223 | 2026-06-25T00:15:15.690Z | uploading: /work/release/mgadm (60257504 bytes) |
| 3224 | 2026-06-25T00:15:17.087Z | uploaded: /work/release/mgadm |
| 3225 | 2026-06-25T00:15:17.087Z | uploading: /work/release/mgd (72093936 bytes) |
| 3226 | 2026-06-25T00:15:18.626Z | uploaded: /work/release/mgd |