|
|
|
| 1 | 2026-04-10T03:30:14.532Z | job assigned to worker 01KNTQ05JQV53VTNFKKPKKAERY [factory aws, i-0ac7da6e309e2a69c] (queued for 43 s) |
| |
| 2 | 2026-04-10T03:30:21.337Z | starting task 0: "setup" |
| 3 | 2026-04-10T03:30:21.340Z | ++ uname -s |
| 4 | 2026-04-10T03:30:21.343Z | + kern=SunOS |
| 5 | 2026-04-10T03:30:21.343Z | + build_user=build |
| 6 | 2026-04-10T03:30:21.343Z | + build_uid=12345 |
| 7 | 2026-04-10T03:30:21.343Z | + work_dir=/work |
| 8 | 2026-04-10T03:30:21.343Z | + input_dir=/input |
| 9 | 2026-04-10T03:30:21.343Z | + [[ 0 == 12345 ]] |
| 10 | 2026-04-10T03:30:21.343Z | + case "$kern" in |
| 11 | 2026-04-10T03:30:21.343Z | + groupadd -g 12345 build |
| 12 | 2026-04-10T03:30:21.346Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-04-10T03:30:23.350Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-04-10T03:30:23.464Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-04-10T03:30:23.467Z | + home_fs=zfs |
| 16 | 2026-04-10T03:30:23.467Z | + [[ zfs == autofs ]] |
| 17 | 2026-04-10T03:30:23.467Z | + mkdir -p /home/build |
| 18 | 2026-04-10T03:30:23.467Z | + chown build:build /home/build /work |
| 19 | 2026-04-10T03:30:25.468Z | + chmod 0700 /home/build /work |
| 20 | 2026-04-10T03:30:25.472Z | process exited: duration 4137 ms, exit code 0 |
| |
| 21 | 2026-04-10T03:30:25.481Z | starting task 1: "rust-toolchain" |
| 22 | 2026-04-10T03:30:25.485Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-04-10T03:30:25.485Z | * rust toolchain channel = "stable" |
| 24 | 2026-04-10T03:30:25.485Z | * rust toolchain profile = "default" |
| 25 | 2026-04-10T03:30:25.485Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-04-10T03:30:25.485Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-04-10T03:30:25.485Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-04-10T03:30:25.488Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-04-10T03:30:25.488Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-04-10T03:30:25.585Z | info: downloading installer |
| 31 | 2026-04-10T03:30:26.939Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-04-10T03:30:26.939Z | warn: /opt/ooce/bin |
| 33 | 2026-04-10T03:30:26.939Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-04-10T03:30:26.939Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-04-10T03:30:26.939Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-04-10T03:30:26.939Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-04-10T03:30:26.939Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-04-10T03:30:26.939Z | error: cannot install while Rust is installed |
| 39 | 2026-04-10T03:30:26.939Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-04-10T03:30:26.939Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-04-10T03:30:26.939Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-04-10T03:30:26.939Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-04-10T03:30:26.939Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-04-10T03:30:26.953Z | info: profile set to default |
| 45 | 2026-04-10T03:30:26.953Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-04-10T03:30:26.956Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 47 | 2026-04-10T03:30:27.088Z | info: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25) |
| 48 | 2026-04-10T03:30:27.091Z | info: downloading 6 components |
| 49 | 2026-04-10T03:30:44.015Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 50 | 2026-04-10T03:30:44.015Z | |
| 51 | 2026-04-10T03:30:44.043Z | stable-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25) |
| 52 | 2026-04-10T03:30:44.043Z | |
| 53 | 2026-04-10T03:30:44.043Z | |
| 54 | 2026-04-10T03:30:44.043Z | Rust is installed now. Great! |
| 55 | 2026-04-10T03:30:44.043Z | |
| 56 | 2026-04-10T03:30:44.043Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-04-10T03:30:44.043Z | environment variable. This has not been done automatically. |
| 58 | 2026-04-10T03:30:44.043Z | |
| 59 | 2026-04-10T03:30:44.043Z | To configure your current shell, you need to source |
| 60 | 2026-04-10T03:30:44.044Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-04-10T03:30:44.044Z | |
| 62 | 2026-04-10T03:30:44.044Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-04-10T03:30:44.044Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-04-10T03:30:44.044Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-04-10T03:30:44.044Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-04-10T03:30:44.044Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-04-10T03:30:44.044Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-04-10T03:30:44.044Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-04-10T03:30:44.047Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-04-10T03:30:44.047Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-04-10T03:30:44.133Z | + rustup --version |
| 72 | 2026-04-10T03:30:44.141Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-04-10T03:30:44.144Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-04-10T03:30:44.163Z | info: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)` |
| 75 | 2026-04-10T03:30:44.166Z | + cargo --version |
| 76 | 2026-04-10T03:30:44.180Z | cargo 1.94.1 (29ea6fb6a 2026-03-24) |
| 77 | 2026-04-10T03:30:44.183Z | + rustc --version |
| 78 | 2026-04-10T03:30:44.200Z | rustc 1.94.1 (e408947bf 2026-03-25) |
| 79 | 2026-04-10T03:30:44.203Z | process exited: duration 18719 ms, exit code 0 |
| |
| 80 | 2026-04-10T03:30:44.209Z | starting task 2: "authentication" |
| 81 | 2026-04-10T03:30:44.226Z | process exited: duration 16 ms, exit code 0 |
| |
| 82 | 2026-04-10T03:30:44.232Z | starting task 3: "clone repository" |
| 83 | 2026-04-10T03:30:44.235Z | + mkdir -p /work/oxidecomputer/maghemite |
| 84 | 2026-04-10T03:30:44.238Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
| 85 | 2026-04-10T03:30:44.269Z | Cloning into '/work/oxidecomputer/maghemite'... |
| 86 | 2026-04-10T03:30:45.047Z | + cd /work/oxidecomputer/maghemite |
| 87 | 2026-04-10T03:30:45.047Z | + git fetch origin 3d44036dea0a79cda4ba0dbbd943f1602d4507b8 |
| 88 | 2026-04-10T03:30:45.300Z | From https://github.com/oxidecomputer/maghemite |
| 89 | 2026-04-10T03:30:45.300Z | * branch 3d44036dea0a79cda4ba0dbbd943f1602d4507b8 -> FETCH_HEAD |
| 90 | 2026-04-10T03:30:45.306Z | + [[ -n trey/random-fix-fun-time ]] |
| 91 | 2026-04-10T03:30:45.309Z | ++ git branch --show-current |
| 92 | 2026-04-10T03:30:45.309Z | + current=main |
| 93 | 2026-04-10T03:30:45.309Z | + [[ main != trey/random-fix-fun-time ]] |
| 94 | 2026-04-10T03:30:45.309Z | + git branch -f trey/random-fix-fun-time 3d44036dea0a79cda4ba0dbbd943f1602d4507b8 |
| 95 | 2026-04-10T03:30:45.312Z | + git checkout -f trey/random-fix-fun-time |
| 96 | 2026-04-10T03:30:45.329Z | Switched to branch 'trey/random-fix-fun-time' |
| 97 | 2026-04-10T03:30:45.332Z | + git reset --hard 3d44036dea0a79cda4ba0dbbd943f1602d4507b8 |
| 98 | 2026-04-10T03:30:45.343Z | HEAD is now at 3d44036 bgp: disallow OPEN/KEEPALIVE from extended msg |
| 99 | 2026-04-10T03:30:45.346Z | process exited: duration 1111 ms, exit code 0 |
| |
| 100 | 2026-04-10T03:30:45.352Z | starting task 4: "build" |
| 101 | 2026-04-10T03:30:45.355Z | + pfexec pkg install clang-15 |
| 102 | 2026-04-10T03:30:54.852Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 103 | 2026-04-10T03:31:01.998Z | Startup: Caching catalogs ... Done |
| 104 | 2026-04-10T03:31:07.143Z | Planning: Solver setup ... Done |
| 105 | 2026-04-10T03:31:07.172Z | Planning: Running solver ... Done |
| 106 | 2026-04-10T03:31:07.300Z | Planning: Finding local manifests ... Done |
| 107 | 2026-04-10T03:31:07.313Z | Planning: Fetching manifests: 0/2 0% complete |
| 108 | 2026-04-10T03:31:07.408Z | Planning: Fetching manifests: 2/2 100% complete |
| 109 | 2026-04-10T03:31:07.425Z | Planning: Package planning ... Done |
| 110 | 2026-04-10T03:31:07.456Z | Planning: Merging actions ... Done |
| 111 | 2026-04-10T03:31:07.577Z | Planning: Checking for conflicting actions ... Done |
| 112 | 2026-04-10T03:31:07.587Z | Planning: Consolidating action changes ... Done |
| 113 | 2026-04-10T03:31:08.357Z | Planning: Evaluating mediators ... Done |
| 114 | 2026-04-10T03:31:08.363Z | Planning: Planning completed in 6.21 seconds |
| 115 | 2026-04-10T03:31:08.374Z | Packages to install: 2 |
| 116 | 2026-04-10T03:31:08.374Z | Mediators to change: 2 |
| 117 | 2026-04-10T03:31:08.377Z | Services to change: 1 |
| 118 | 2026-04-10T03:31:08.377Z | Create boot environment: No |
| 119 | 2026-04-10T03:31:08.377Z | Create backup boot environment: No |
| 120 | 2026-04-10T03:31:08.430Z | |
| 121 | 2026-04-10T03:31:08.430Z | Download: 0/3076 items 0.0/211.3MB 0% complete |
| 122 | 2026-04-10T03:31:13.503Z | Download: 2002/3076 items 117.9/211.3MB 55% complete (24.3M/s) |
| 123 | 2026-04-10T03:31:18.496Z | Download: 2885/3076 items 129.1/211.3MB 61% complete (12.6M/s) |
| 124 | 2026-04-10T03:31:24.412Z | Download: 3071/3076 items 209.5/211.3MB 99% complete (9.6M/s) |
| 125 | 2026-04-10T03:31:24.461Z | Download: Completed 211.31 MB in 16.03 seconds (13.2M/s) |
| 126 | 2026-04-10T03:31:24.607Z | Actions: 1/3418 actions (Installing new actions) |
| 127 | 2026-04-10T03:31:27.713Z | Actions: Completed 3418 actions in 3.11 seconds. |
| 128 | 2026-04-10T03:31:28.004Z | Done |
| 129 | 2026-04-10T03:31:28.005Z | Done |
| 130 | 2026-04-10T03:31:28.705Z | Done |
| 131 | 2026-04-10T03:31:31.793Z | Done |
| 132 | 2026-04-10T03:31:31.875Z | Done |
| 133 | 2026-04-10T03:31:31.879Z | Done |
| 134 | 2026-04-10T03:31:32.202Z | Done |
| 135 | 2026-04-10T03:31:32.839Z | + cargo --version |
| 136 | 2026-04-10T03:31:32.846Z | info: syncing channel updates for 1.94.1-x86_64-unknown-illumos |
| 137 | 2026-04-10T03:31:32.991Z | info: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25) |
| 138 | 2026-04-10T03:31:32.994Z | info: downloading 6 components |
| 139 | 2026-04-10T03:31:47.563Z | cargo 1.94.1 (29ea6fb6a 2026-03-24) |
| 140 | 2026-04-10T03:31:47.566Z | + rustc --version |
| 141 | 2026-04-10T03:31:47.593Z | rustc 1.94.1 (e408947bf 2026-03-25) |
| 142 | 2026-04-10T03:31:47.597Z | + banner check |
| 143 | 2026-04-10T03:31:47.600Z | |
| 144 | 2026-04-10T03:31:47.600Z | #### # # ###### #### # # |
| 145 | 2026-04-10T03:31:47.600Z | # # # # # # # # # |
| 146 | 2026-04-10T03:31:47.601Z | # ###### ##### # #### |
| 147 | 2026-04-10T03:31:47.601Z | # # # # # # # |
| 148 | 2026-04-10T03:31:47.601Z | # # # # # # # # # |
| 149 | 2026-04-10T03:31:47.601Z | #### # # ###### #### # # |
| 150 | 2026-04-10T03:31:47.601Z | |
| 151 | 2026-04-10T03:31:47.601Z | + cargo fmt -- --check |
| 152 | 2026-04-10T03:31:48.025Z | + cargo clippy --all-targets -- --deny warnings |
| 153 | 2026-04-10T03:31:48.139Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 154 | 2026-04-10T03:31:48.702Z | From https://github.com/oxidecomputer/falcon |
| 155 | 2026-04-10T03:31:48.702Z | * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7 |
| 156 | 2026-04-10T03:31:48.782Z | Updating crates.io index |
| 157 | 2026-04-10T03:31:48.785Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 158 | 2026-04-10T03:31:49.510Z | From https://github.com/oxidecomputer/dendrite |
| 159 | 2026-04-10T03:31:49.510Z | * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556 |
| 160 | 2026-04-10T03:31:49.574Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 161 | 2026-04-10T03:31:49.880Z | From https://github.com/oxidecomputer/ispf |
| 162 | 2026-04-10T03:31:49.880Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
| 163 | 2026-04-10T03:31:50.073Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 164 | 2026-04-10T03:31:50.451Z | From https://github.com/oxidecomputer/netadm-sys |
| 165 | 2026-04-10T03:31:50.451Z | * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 |
| 166 | 2026-04-10T03:31:50.459Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 167 | 2026-04-10T03:31:57.833Z | From https://github.com/oxidecomputer/omicron |
| 168 | 2026-04-10T03:31:57.833Z | * [new ref] dfcd9ac2d3321f7d286c6bde832faf0306b1e535 -> refs/commit/dfcd9ac2d3321f7d286c6bde832faf0306b1e535 |
| 169 | 2026-04-10T03:31:58.226Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 170 | 2026-04-10T03:31:58.783Z | From https://github.com/oxidecomputer/opte |
| 171 | 2026-04-10T03:31:58.783Z | * [new ref] 28d5170f6f7d75b6b436e12207eb7ad98a2e4a15 -> refs/commit/28d5170f6f7d75b6b436e12207eb7ad98a2e4a15 |
| 172 | 2026-04-10T03:31:59.247Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 173 | 2026-04-10T03:31:59.504Z | From https://github.com/illumos/smf-rs |
| 174 | 2026-04-10T03:31:59.504Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
| 175 | 2026-04-10T03:31:59.522Z | Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 176 | 2026-04-10T03:31:59.787Z | From https://github.com/oxidecomputer/network-interface |
| 177 | 2026-04-10T03:31:59.787Z | * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 178 | 2026-04-10T03:31:59.971Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 179 | 2026-04-10T03:32:00.242Z | From https://github.com/oxidecomputer/zone |
| 180 | 2026-04-10T03:32:00.243Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
| 181 | 2026-04-10T03:32:00.294Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 182 | 2026-04-10T03:32:01.569Z | From https://github.com/oxidecomputer/propolis |
| 183 | 2026-04-10T03:32:01.570Z | * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f |
| 184 | 2026-04-10T03:32:01.639Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 185 | 2026-04-10T03:32:02.139Z | From https://github.com/oxidecomputer/transceiver-control |
| 186 | 2026-04-10T03:32:02.139Z | * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 |
| 187 | 2026-04-10T03:32:02.314Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 188 | 2026-04-10T03:32:02.578Z | From https://github.com/oxidecomputer/dlpi-sys |
| 189 | 2026-04-10T03:32:02.578Z | * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc |
| 190 | 2026-04-10T03:32:02.592Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 191 | 2026-04-10T03:32:02.866Z | From https://github.com/jmesmon/rust-libzfs |
| 192 | 2026-04-10T03:32:02.866Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 193 | 2026-04-10T03:32:02.873Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 194 | 2026-04-10T03:32:03.142Z | From https://github.com/oxidecomputer/rusty-doors |
| 195 | 2026-04-10T03:32:03.142Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 196 | 2026-04-10T03:32:03.153Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 197 | 2026-04-10T03:32:03.479Z | From https://github.com/oxidecomputer/lldp |
| 198 | 2026-04-10T03:32:03.479Z | * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 |
| 199 | 2026-04-10T03:32:03.566Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 200 | 2026-04-10T03:32:03.811Z | From https://github.com/oxidecomputer/slog-error-chain |
| 201 | 2026-04-10T03:32:03.812Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 202 | 2026-04-10T03:32:03.828Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 203 | 2026-04-10T03:32:04.135Z | From https://github.com/oxidecomputer/tufaceous |
| 204 | 2026-04-10T03:32:04.135Z | * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465 |
| 205 | 2026-04-10T03:32:04.154Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 206 | 2026-04-10T03:32:04.601Z | From https://github.com/oxidecomputer/management-gateway-service |
| 207 | 2026-04-10T03:32:04.601Z | * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a |
| 208 | 2026-04-10T03:32:04.720Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 209 | 2026-04-10T03:32:05.545Z | From https://github.com/oxidecomputer/crucible |
| 210 | 2026-04-10T03:32:05.545Z | * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb |
| 211 | 2026-04-10T03:32:06.219Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 212 | 2026-04-10T03:32:06.479Z | From https://github.com/oxidecomputer/serde_human_bytes |
| 213 | 2026-04-10T03:32:06.479Z | * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322 |
| 214 | 2026-04-10T03:32:06.841Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 215 | 2026-04-10T03:32:07.226Z | From https://github.com/oxidecomputer/propolis |
| 216 | 2026-04-10T03:32:07.226Z | * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2 |
| 217 | 2026-04-10T03:32:07.321Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 218 | 2026-04-10T03:32:07.567Z | From https://github.com/oxidecomputer/tofino |
| 219 | 2026-04-10T03:32:07.567Z | * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 |
| 220 | 2026-04-10T03:32:07.587Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 221 | 2026-04-10T03:32:08.093Z | From https://github.com/oxidecomputer/maghemite |
| 222 | 2026-04-10T03:32:08.093Z | * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 |
| 223 | 2026-04-10T03:32:08.128Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 224 | 2026-04-10T03:32:08.387Z | From https://github.com/oxidecomputer/clickward |
| 225 | 2026-04-10T03:32:08.387Z | * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 |
| 226 | 2026-04-10T03:32:08.423Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 227 | 2026-04-10T03:32:08.698Z | From https://github.com/oxidecomputer/illumos-devinfo |
| 228 | 2026-04-10T03:32:08.698Z | * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640 |
| 229 | 2026-04-10T03:32:08.883Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 230 | 2026-04-10T03:32:09.191Z | From https://github.com/oxidecomputer/crucible |
| 231 | 2026-04-10T03:32:09.191Z | * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b |
| 232 | 2026-04-10T03:32:10.402Z | Downloading crates ... |
| 233 | 2026-04-10T03:32:10.468Z | Downloaded anstyle v1.0.14 |
| 234 | 2026-04-10T03:32:10.471Z | Downloaded cipher v0.4.4 |
| 235 | 2026-04-10T03:32:10.474Z | Downloaded convert_case v0.4.0 |
| 236 | 2026-04-10T03:32:10.480Z | Downloaded cobs v0.3.0 |
| 237 | 2026-04-10T03:32:10.489Z | Downloaded console v0.16.3 |
| 238 | 2026-04-10T03:32:10.505Z | Downloaded chrono v0.4.44 |
| 239 | 2026-04-10T03:32:10.510Z | Downloaded dyn-clone v1.0.20 |
| 240 | 2026-04-10T03:32:10.515Z | Downloaded futures-core v0.3.32 |
| 241 | 2026-04-10T03:32:10.518Z | Downloaded dof v0.4.0 |
| 242 | 2026-04-10T03:32:10.521Z | Downloaded async-compression v0.4.41 |
| 243 | 2026-04-10T03:32:10.526Z | Downloaded foreign-types-macros v0.2.3 |
| 244 | 2026-04-10T03:32:10.529Z | Downloaded atomic-waker v1.1.2 |
| 245 | 2026-04-10T03:32:10.529Z | Downloaded foldhash v0.2.0 |
| 246 | 2026-04-10T03:32:10.529Z | Downloaded erased-serde v0.3.31 |
| 247 | 2026-04-10T03:32:10.532Z | Downloaded backon v1.6.0 |
| 248 | 2026-04-10T03:32:10.535Z | Downloaded getrandom v0.4.2 |
| 249 | 2026-04-10T03:32:10.537Z | Downloaded futures-util v0.3.32 |
| 250 | 2026-04-10T03:32:10.544Z | Downloaded cstr-argument v0.1.2 |
| 251 | 2026-04-10T03:32:10.547Z | Downloaded crunchy v0.2.4 |
| 252 | 2026-04-10T03:32:10.550Z | Downloaded base16ct v1.0.0 |
| 253 | 2026-04-10T03:32:10.550Z | Downloaded ciborium-io v0.2.2 |
| 254 | 2026-04-10T03:32:10.553Z | Downloaded async-stream v0.3.6 |
| 255 | 2026-04-10T03:32:10.556Z | Downloaded icu_provider v2.1.1 |
| 256 | 2026-04-10T03:32:10.559Z | Downloaded darling_macro v0.23.0 |
| 257 | 2026-04-10T03:32:10.559Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 258 | 2026-04-10T03:32:10.561Z | Downloaded const-random-macro v0.1.16 |
| 259 | 2026-04-10T03:32:10.564Z | Downloaded const-random v0.1.18 |
| 260 | 2026-04-10T03:32:10.564Z | Downloaded autocfg v1.5.0 |
| 261 | 2026-04-10T03:32:10.567Z | Downloaded futures-macro v0.3.32 |
| 262 | 2026-04-10T03:32:10.570Z | Downloaded httpdate v1.0.3 |
| 263 | 2026-04-10T03:32:10.570Z | Downloaded bit-set v0.8.0 |
| 264 | 2026-04-10T03:32:10.573Z | Downloaded async-recursion v1.1.1 |
| 265 | 2026-04-10T03:32:10.576Z | Downloaded crypto-common v0.1.7 |
| 266 | 2026-04-10T03:32:10.576Z | Downloaded clap_lex v1.1.0 |
| 267 | 2026-04-10T03:32:10.579Z | Downloaded crucible-workspace-hack v0.1.0 |
| 268 | 2026-04-10T03:32:10.582Z | Downloaded ciborium-ll v0.2.2 |
| 269 | 2026-04-10T03:32:10.582Z | Downloaded base16ct v0.2.0 |
| 270 | 2026-04-10T03:32:10.585Z | Downloaded icu_normalizer_data v2.1.1 |
| 271 | 2026-04-10T03:32:10.587Z | Downloaded fastrand v2.3.0 |
| 272 | 2026-04-10T03:32:10.587Z | Downloaded bit-vec v0.8.0 |
| 273 | 2026-04-10T03:32:10.590Z | Downloaded half v2.7.1 |
| 274 | 2026-04-10T03:32:10.593Z | Downloaded derive_more v0.99.20 |
| 275 | 2026-04-10T03:32:10.596Z | Downloaded fnv v1.0.7 |
| 276 | 2026-04-10T03:32:10.599Z | Downloaded adler2 v2.0.1 |
| 277 | 2026-04-10T03:32:10.599Z | Downloaded futures-sink v0.3.32 |
| 278 | 2026-04-10T03:32:10.602Z | Downloaded embedded-io v0.6.1 |
| 279 | 2026-04-10T03:32:10.605Z | Downloaded darling_macro v0.21.3 |
| 280 | 2026-04-10T03:32:10.605Z | Downloaded foreign-types v0.5.0 |
| 281 | 2026-04-10T03:32:10.608Z | Downloaded hex v0.4.3 |
| 282 | 2026-04-10T03:32:10.608Z | Downloaded glob v0.3.3 |
| 283 | 2026-04-10T03:32:10.611Z | Downloaded hubpack_derive v0.1.1 |
| 284 | 2026-04-10T03:32:10.614Z | Downloaded data-encoding v2.10.0 |
| 285 | 2026-04-10T03:32:10.614Z | Downloaded block-buffer v0.10.4 |
| 286 | 2026-04-10T03:32:10.616Z | Downloaded hostname v0.4.2 |
| 287 | 2026-04-10T03:32:10.619Z | Downloaded compression-core v0.4.31 |
| 288 | 2026-04-10T03:32:10.619Z | Downloaded heck v0.5.0 |
| 289 | 2026-04-10T03:32:10.622Z | Downloaded foreign-types-shared v0.1.1 |
| 290 | 2026-04-10T03:32:10.622Z | Downloaded futures-executor v0.3.32 |
| 291 | 2026-04-10T03:32:10.625Z | Downloaded http-body-util v0.1.3 |
| 292 | 2026-04-10T03:32:10.628Z | Downloaded const_format_proc_macros v0.2.34 |
| 293 | 2026-04-10T03:32:10.628Z | Downloaded async-trait v0.1.89 |
| 294 | 2026-04-10T03:32:10.631Z | Downloaded bcs v0.1.6 |
| 295 | 2026-04-10T03:32:10.634Z | Downloaded getrandom v0.3.4 |
| 296 | 2026-04-10T03:32:10.637Z | Downloaded cmake v0.1.58 |
| 297 | 2026-04-10T03:32:10.640Z | Downloaded backoff v0.4.0 |
| 298 | 2026-04-10T03:32:10.640Z | Downloaded darling v0.21.3 |
| 299 | 2026-04-10T03:32:10.643Z | Downloaded cookie v0.18.1 |
| 300 | 2026-04-10T03:32:10.646Z | Downloaded bstr v1.12.1 |
| 301 | 2026-04-10T03:32:10.651Z | Downloaded ident_case v1.0.1 |
| 302 | 2026-04-10T03:32:10.654Z | Downloaded csv-core v0.1.13 |
| 303 | 2026-04-10T03:32:10.657Z | Downloaded enum-as-inner v0.6.1 |
| 304 | 2026-04-10T03:32:10.657Z | Downloaded bitflags v1.3.2 |
| 305 | 2026-04-10T03:32:10.660Z | Downloaded argon2 v0.5.3 |
| 306 | 2026-04-10T03:32:10.663Z | Downloaded highway v1.3.0 |
| 307 | 2026-04-10T03:32:10.663Z | Downloaded daft v0.1.5 |
| 308 | 2026-04-10T03:32:10.666Z | Downloaded byteorder v1.5.0 |
| 309 | 2026-04-10T03:32:10.669Z | Downloaded hubpack v0.1.2 |
| 310 | 2026-04-10T03:32:10.669Z | Downloaded anstream v1.0.0 |
| 311 | 2026-04-10T03:32:10.672Z | Downloaded ingot-types v0.1.2 |
| 312 | 2026-04-10T03:32:10.675Z | Downloaded embedded-io v0.4.0 |
| 313 | 2026-04-10T03:32:10.675Z | Downloaded form_urlencoded v1.2.2 |
| 314 | 2026-04-10T03:32:10.678Z | Downloaded base64ct v1.8.3 |
| 315 | 2026-04-10T03:32:10.681Z | Downloaded keccak v0.1.6 |
| 316 | 2026-04-10T03:32:10.681Z | Downloaded daft-derive v0.1.5 |
| 317 | 2026-04-10T03:32:10.686Z | Downloaded ciborium v0.2.2 |
| 318 | 2026-04-10T03:32:10.689Z | Downloaded linked-hash-map v0.5.6 |
| 319 | 2026-04-10T03:32:10.689Z | Downloaded itoa v1.0.18 |
| 320 | 2026-04-10T03:32:10.692Z | Downloaded is_ci v1.2.0 |
| 321 | 2026-04-10T03:32:10.692Z | Downloaded crossbeam-deque v0.8.6 |
| 322 | 2026-04-10T03:32:10.695Z | Downloaded linear-map v1.2.0 |
| 323 | 2026-04-10T03:32:10.695Z | Downloaded darling v0.23.0 |
| 324 | 2026-04-10T03:32:10.698Z | Downloaded bytecount v0.6.9 |
| 325 | 2026-04-10T03:32:10.701Z | Downloaded lru-cache v0.1.2 |
| 326 | 2026-04-10T03:32:10.704Z | Downloaded macaddr v1.0.1 |
| 327 | 2026-04-10T03:32:10.704Z | Downloaded lru-slab v0.1.2 |
| 328 | 2026-04-10T03:32:10.707Z | Downloaded is_terminal_polyfill v1.70.2 |
| 329 | 2026-04-10T03:32:10.707Z | Downloaded lazy_static v1.5.0 |
| 330 | 2026-04-10T03:32:10.710Z | Downloaded mime v0.3.17 |
| 331 | 2026-04-10T03:32:10.713Z | Downloaded dtrace-parser v0.2.0 |
| 332 | 2026-04-10T03:32:10.713Z | Downloaded errno v0.3.14 |
| 333 | 2026-04-10T03:32:10.716Z | Downloaded libsw v3.5.0 |
| 334 | 2026-04-10T03:32:10.716Z | Downloaded no-std-compat v0.4.1 |
| 335 | 2026-04-10T03:32:10.719Z | Downloaded humantime v2.3.0 |
| 336 | 2026-04-10T03:32:10.719Z | Downloaded num-derive v0.3.3 |
| 337 | 2026-04-10T03:32:10.722Z | Downloaded defmt v1.0.1 |
| 338 | 2026-04-10T03:32:10.725Z | Downloaded num-conv v0.2.1 |
| 339 | 2026-04-10T03:32:10.725Z | Downloaded expectorate v1.2.0 |
| 340 | 2026-04-10T03:32:10.728Z | Downloaded deranged v0.5.8 |
| 341 | 2026-04-10T03:32:10.734Z | Downloaded crc32fast v1.5.0 |
| 342 | 2026-04-10T03:32:10.737Z | Downloaded crossbeam-utils v0.8.21 |
| 343 | 2026-04-10T03:32:10.740Z | Downloaded num_threads v0.1.7 |
| 344 | 2026-04-10T03:32:10.740Z | Downloaded defmt-macros v1.0.1 |
| 345 | 2026-04-10T03:32:10.743Z | Downloaded jobserver v0.1.34 |
| 346 | 2026-04-10T03:32:10.746Z | Downloaded ipnetwork v0.21.1 |
| 347 | 2026-04-10T03:32:10.749Z | Downloaded hyper-rustls v0.27.7 |
| 348 | 2026-04-10T03:32:10.751Z | Downloaded cargo_toml v0.22.3 |
| 349 | 2026-04-10T03:32:10.752Z | Downloaded arc-swap v1.9.0 |
| 350 | 2026-04-10T03:32:10.755Z | Downloaded bytes v1.11.1 |
| 351 | 2026-04-10T03:32:10.758Z | Downloaded num_enum_derive v0.5.11 |
| 352 | 2026-04-10T03:32:10.762Z | Downloaded heck v0.4.1 |
| 353 | 2026-04-10T03:32:10.765Z | Downloaded opaque-debug v0.3.1 |
| 354 | 2026-04-10T03:32:10.765Z | Downloaded parse-display v0.10.0 |
| 355 | 2026-04-10T03:32:10.765Z | Downloaded crossbeam-epoch v0.9.18 |
| 356 | 2026-04-10T03:32:10.768Z | Downloaded clap_derive v4.6.0 |
| 357 | 2026-04-10T03:32:10.771Z | Downloaded omicron-workspace-hack v0.1.0 |
| 358 | 2026-04-10T03:32:10.771Z | Downloaded elliptic-curve v0.13.8 |
| 359 | 2026-04-10T03:32:10.774Z | Downloaded olpc-cjson v0.1.4 |
| 360 | 2026-04-10T03:32:10.777Z | Downloaded openssl-probe v0.2.1 |
| 361 | 2026-04-10T03:32:10.779Z | Downloaded hickory-proto v0.25.2 |
| 362 | 2026-04-10T03:32:10.788Z | Downloaded percent-encoding v2.3.2 |
| 363 | 2026-04-10T03:32:10.791Z | Downloaded ipnet v2.12.0 |
| 364 | 2026-04-10T03:32:10.793Z | Downloaded http-body v1.0.1 |
| 365 | 2026-04-10T03:32:10.794Z | Downloaded phf_shared v0.12.1 |
| 366 | 2026-04-10T03:32:10.796Z | Downloaded dropshot-api-manager v0.7.0 |
| 367 | 2026-04-10T03:32:10.799Z | Downloaded num-rational v0.4.2 |
| 368 | 2026-04-10T03:32:10.802Z | Downloaded getrandom v0.2.17 |
| 369 | 2026-04-10T03:32:10.802Z | Downloaded heapless v0.8.0 |
| 370 | 2026-04-10T03:32:10.805Z | Downloaded num-derive v0.4.2 |
| 371 | 2026-04-10T03:32:10.808Z | Downloaded pkg-config v0.3.32 |
| 372 | 2026-04-10T03:32:10.811Z | Downloaded iana-time-zone v0.1.65 |
| 373 | 2026-04-10T03:32:10.811Z | Downloaded powerfmt v0.2.0 |
| 374 | 2026-04-10T03:32:10.814Z | Downloaded plain v0.2.3 |
| 375 | 2026-04-10T03:32:10.814Z | Downloaded memmap v0.7.0 |
| 376 | 2026-04-10T03:32:10.817Z | Downloaded natord v1.0.9 |
| 377 | 2026-04-10T03:32:10.817Z | Downloaded potential_utf v0.1.4 |
| 378 | 2026-04-10T03:32:10.820Z | Downloaded num_enum_derive v0.7.6 |
| 379 | 2026-04-10T03:32:10.820Z | Downloaded num_enum v0.7.6 |
| 380 | 2026-04-10T03:32:10.823Z | Downloaded hkdf v0.12.4 |
| 381 | 2026-04-10T03:32:10.826Z | Downloaded num_enum v0.5.11 |
| 382 | 2026-04-10T03:32:10.829Z | Downloaded pin-project v1.1.11 |
| 383 | 2026-04-10T03:32:10.837Z | Downloaded progenitor-macro v0.13.0 |
| 384 | 2026-04-10T03:32:10.840Z | Downloaded cc v1.2.58 |
| 385 | 2026-04-10T03:32:10.843Z | Downloaded progenitor-client v0.11.2 |
| 386 | 2026-04-10T03:32:10.843Z | Downloaded generic-array v0.14.7 |
| 387 | 2026-04-10T03:32:10.846Z | Downloaded progenitor-client v0.10.0 |
| 388 | 2026-04-10T03:32:10.846Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 389 | 2026-04-10T03:32:10.849Z | Downloaded paste v1.0.15 |
| 390 | 2026-04-10T03:32:10.852Z | Downloaded goblin v0.10.5 |
| 391 | 2026-04-10T03:32:10.854Z | Downloaded quick-error v1.2.3 |
| 392 | 2026-04-10T03:32:10.857Z | Downloaded hostname v0.3.1 |
| 393 | 2026-04-10T03:32:10.860Z | Downloaded fixedbitset v0.4.2 |
| 394 | 2026-04-10T03:32:10.860Z | Downloaded password-hash v0.5.0 |
| 395 | 2026-04-10T03:32:10.863Z | Downloaded parse-display-derive v0.10.0 |
| 396 | 2026-04-10T03:32:10.863Z | Downloaded proc-macro-crate v3.5.0 |
| 397 | 2026-04-10T03:32:10.866Z | Downloaded futures-task v0.3.32 |
| 398 | 2026-04-10T03:32:10.866Z | Downloaded indexmap v1.9.3 |
| 399 | 2026-04-10T03:32:10.869Z | Downloaded rand_chacha v0.3.1 |
| 400 | 2026-04-10T03:32:10.871Z | Downloaded foreign-types-shared v0.3.1 |
| 401 | 2026-04-10T03:32:10.871Z | Downloaded defmt-parser v1.0.0 |
| 402 | 2026-04-10T03:32:10.874Z | Downloaded progenitor-impl v0.10.0 |
| 403 | 2026-04-10T03:32:10.877Z | Downloaded rand_xorshift v0.4.0 |
| 404 | 2026-04-10T03:32:10.877Z | Downloaded find-msvc-tools v0.1.9 |
| 405 | 2026-04-10T03:32:10.880Z | Downloaded either v1.15.0 |
| 406 | 2026-04-10T03:32:10.880Z | Downloaded gethostname v0.5.0 |
| 407 | 2026-04-10T03:32:10.883Z | Downloaded ppv-lite86 v0.2.21 |
| 408 | 2026-04-10T03:32:10.883Z | Downloaded base64 v0.22.1 |
| 409 | 2026-04-10T03:32:10.886Z | Downloaded darling_core v0.23.0 |
| 410 | 2026-04-10T03:32:10.889Z | Downloaded group v0.13.0 |
| 411 | 2026-04-10T03:32:10.892Z | Downloaded foreign-types v0.3.2 |
| 412 | 2026-04-10T03:32:10.892Z | Downloaded pin-project-lite v0.2.17 |
| 413 | 2026-04-10T03:32:10.895Z | Downloaded progenitor-extras v0.1.1 |
| 414 | 2026-04-10T03:32:10.898Z | Downloaded equivalent v1.0.2 |
| 415 | 2026-04-10T03:32:10.899Z | Downloaded newtype_derive v0.1.6 |
| 416 | 2026-04-10T03:32:10.901Z | Downloaded parking_lot_core v0.9.12 |
| 417 | 2026-04-10T03:32:10.901Z | Downloaded icu_normalizer v2.1.1 |
| 418 | 2026-04-10T03:32:10.904Z | Downloaded indicatif v0.18.4 |
| 419 | 2026-04-10T03:32:10.907Z | Downloaded memoffset v0.9.1 |
| 420 | 2026-04-10T03:32:10.910Z | Downloaded quote v1.0.45 |
| 421 | 2026-04-10T03:32:10.910Z | Downloaded parking_lot v0.11.2 |
| 422 | 2026-04-10T03:32:10.913Z | Downloaded drift v0.1.3 |
| 423 | 2026-04-10T03:32:10.915Z | Downloaded same-file v1.0.6 |
| 424 | 2026-04-10T03:32:10.918Z | Downloaded scroll_derive v0.13.1 |
| 425 | 2026-04-10T03:32:10.918Z | Downloaded base64 v0.21.7 |
| 426 | 2026-04-10T03:32:10.922Z | Downloaded pin-project-internal v1.1.11 |
| 427 | 2026-04-10T03:32:10.925Z | Downloaded icu_properties v2.1.2 |
| 428 | 2026-04-10T03:32:10.927Z | Downloaded pem v3.0.6 |
| 429 | 2026-04-10T03:32:10.927Z | Downloaded rustc_version v0.1.7 |
| 430 | 2026-04-10T03:32:10.930Z | Downloaded scroll_derive v0.12.1 |
| 431 | 2026-04-10T03:32:10.930Z | Downloaded scopeguard v1.2.0 |
| 432 | 2026-04-10T03:32:10.937Z | Downloaded progenitor-macro v0.10.0 |
| 433 | 2026-04-10T03:32:10.937Z | Downloaded http v1.4.0 |
| 434 | 2026-04-10T03:32:10.937Z | Downloaded poly1305 v0.8.0 |
| 435 | 2026-04-10T03:32:10.941Z | Downloaded rand_core v0.10.0 |
| 436 | 2026-04-10T03:32:10.941Z | Downloaded serde_spanned v1.1.0 |
| 437 | 2026-04-10T03:32:10.941Z | Downloaded serde-big-array v0.5.1 |
| 438 | 2026-04-10T03:32:10.944Z | Downloaded owo-colors v4.3.0 |
| 439 | 2026-04-10T03:32:10.944Z | Downloaded rand_chacha v0.9.0 |
| 440 | 2026-04-10T03:32:10.947Z | Downloaded managed v0.8.0 |
| 441 | 2026-04-10T03:32:10.947Z | Downloaded pest_generator v2.8.6 |
| 442 | 2026-04-10T03:32:10.947Z | Downloaded crypto-bigint v0.5.5 |
| 443 | 2026-04-10T03:32:10.953Z | Downloaded ref-cast v1.0.25 |
| 444 | 2026-04-10T03:32:10.956Z | Downloaded proc-macro-crate v1.3.1 |
| 445 | 2026-04-10T03:32:10.956Z | Downloaded progenitor v0.10.0 |
| 446 | 2026-04-10T03:32:10.956Z | Downloaded num-traits v0.2.19 |
| 447 | 2026-04-10T03:32:10.959Z | Downloaded miniz_oxide v0.8.9 |
| 448 | 2026-04-10T03:32:10.965Z | Downloaded progenitor-client v0.13.0 |
| 449 | 2026-04-10T03:32:10.965Z | Downloaded ref-cast-impl v1.0.25 |
| 450 | 2026-04-10T03:32:10.968Z | Downloaded proc-macro-error v1.0.4 |
| 451 | 2026-04-10T03:32:10.968Z | Downloaded serde_plain v1.0.2 |
| 452 | 2026-04-10T03:32:10.968Z | Downloaded serde_spanned v0.6.9 |
| 453 | 2026-04-10T03:32:10.971Z | Downloaded serde_urlencoded v0.7.1 |
| 454 | 2026-04-10T03:32:10.971Z | Downloaded rustc_version v0.4.1 |
| 455 | 2026-04-10T03:32:10.971Z | Downloaded indent_write v2.2.0 |
| 456 | 2026-04-10T03:32:10.974Z | Downloaded ff v0.13.1 |
| 457 | 2026-04-10T03:32:10.974Z | Downloaded pretty-hex v0.4.2 |
| 458 | 2026-04-10T03:32:10.974Z | Downloaded derive-ex v0.1.8 |
| 459 | 2026-04-10T03:32:10.977Z | Downloaded instant v0.1.13 |
| 460 | 2026-04-10T03:32:10.977Z | Downloaded digest v0.10.7 |
| 461 | 2026-04-10T03:32:10.980Z | Downloaded parking_lot v0.12.5 |
| 462 | 2026-04-10T03:32:10.980Z | Downloaded darling_core v0.21.3 |
| 463 | 2026-04-10T03:32:10.983Z | Downloaded once_cell v1.21.4 |
| 464 | 2026-04-10T03:32:10.986Z | Downloaded phf v0.12.1 |
| 465 | 2026-04-10T03:32:10.988Z | Downloaded dropshot-api-manager-types v0.7.0 |
| 466 | 2026-04-10T03:32:10.989Z | Downloaded hmac v0.12.1 |
| 467 | 2026-04-10T03:32:10.991Z | Downloaded icu_locale_core v2.1.1 |
| 468 | 2026-04-10T03:32:10.994Z | Downloaded sigpipe v0.1.3 |
| 469 | 2026-04-10T03:32:10.994Z | Downloaded serial_test_derive v3.4.0 |
| 470 | 2026-04-10T03:32:10.998Z | Downloaded stable_deref_trait v1.2.1 |
| 471 | 2026-04-10T03:32:10.998Z | Downloaded serde_repr v0.1.20 |
| 472 | 2026-04-10T03:32:11.001Z | Downloaded rustc-hash v2.1.2 |
| 473 | 2026-04-10T03:32:11.001Z | Downloaded crossbeam-channel v0.5.15 |
| 474 | 2026-04-10T03:32:11.004Z | Downloaded hashbrown v0.12.3 |
| 475 | 2026-04-10T03:32:11.007Z | Downloaded serial_test v3.4.0 |
| 476 | 2026-04-10T03:32:11.007Z | Downloaded strsim v0.11.1 |
| 477 | 2026-04-10T03:32:11.011Z | Downloaded scroll v0.13.0 |
| 478 | 2026-04-10T03:32:11.011Z | Downloaded secrecy v0.10.3 |
| 479 | 2026-04-10T03:32:11.011Z | Downloaded smawk v0.3.2 |
| 480 | 2026-04-10T03:32:11.014Z | Downloaded postcard v1.1.3 |
| 481 | 2026-04-10T03:32:11.014Z | Downloaded spin v0.5.2 |
| 482 | 2026-04-10T03:32:11.014Z | Downloaded slog-async v2.8.0 |
| 483 | 2026-04-10T03:32:11.017Z | Downloaded oxnet v0.1.4 |
| 484 | 2026-04-10T03:32:11.017Z | Downloaded structmeta-derive v0.3.0 |
| 485 | 2026-04-10T03:32:11.020Z | Downloaded scroll v0.12.0 |
| 486 | 2026-04-10T03:32:11.020Z | Downloaded sync_wrapper v1.0.2 |
| 487 | 2026-04-10T03:32:11.023Z | Downloaded quinn-udp v0.5.14 |
| 488 | 2026-04-10T03:32:11.023Z | Downloaded rand_core v0.9.5 |
| 489 | 2026-04-10T03:32:11.026Z | Downloaded jiff-static v0.2.23 |
| 490 | 2026-04-10T03:32:11.026Z | Downloaded serde_derive_internals v0.29.1 |
| 491 | 2026-04-10T03:32:11.029Z | Downloaded rustls-native-certs v0.8.3 |
| 492 | 2026-04-10T03:32:11.031Z | Downloaded proc-macro2 v1.0.106 |
| 493 | 2026-04-10T03:32:11.032Z | Downloaded papergrid v0.17.0 |
| 494 | 2026-04-10T03:32:11.035Z | Downloaded semver v0.1.20 |
| 495 | 2026-04-10T03:32:11.038Z | Downloaded rusty-fork v0.3.1 |
| 496 | 2026-04-10T03:32:11.038Z | Downloaded rhai_codegen v3.1.0 |
| 497 | 2026-04-10T03:32:11.042Z | Downloaded tabwriter v1.4.1 |
| 498 | 2026-04-10T03:32:11.045Z | Downloaded tabled_derive v0.11.0 |
| 499 | 2026-04-10T03:32:11.045Z | Downloaded swrite v0.1.0 |
| 500 | 2026-04-10T03:32:11.048Z | Downloaded strum v0.26.3 |
| 501 | 2026-04-10T03:32:11.048Z | Downloaded structmeta v0.3.0 |
| 502 | 2026-04-10T03:32:11.049Z | Downloaded pest_derive v2.8.6 |
| 503 | 2026-04-10T03:32:11.053Z | Downloaded resolv-conf v0.7.6 |
| 504 | 2026-04-10T03:32:11.053Z | Downloaded openssl-sys v0.9.112 |
| 505 | 2026-04-10T03:32:11.056Z | Downloaded sdd v3.0.10 |
| 506 | 2026-04-10T03:32:11.056Z | Downloaded proc-macro-error2 v2.0.1 |
| 507 | 2026-04-10T03:32:11.059Z | Downloaded subtle v2.6.1 |
| 508 | 2026-04-10T03:32:11.059Z | Downloaded siphasher v1.0.2 |
| 509 | 2026-04-10T03:32:11.062Z | Downloaded futures v0.3.32 |
| 510 | 2026-04-10T03:32:11.064Z | Downloaded testing_table v0.3.0 |
| 511 | 2026-04-10T03:32:11.064Z | Downloaded termtree v0.5.1 |
| 512 | 2026-04-10T03:32:11.067Z | Downloaded terminal_size v0.4.4 |
| 513 | 2026-04-10T03:32:11.067Z | Downloaded slog-bunyan v2.5.0 |
| 514 | 2026-04-10T03:32:11.067Z | Downloaded mio v1.2.0 |
| 515 | 2026-04-10T03:32:11.070Z | Downloaded progenitor-impl v0.13.0 |
| 516 | 2026-04-10T03:32:11.073Z | Downloaded slab v0.4.12 |
| 517 | 2026-04-10T03:32:11.073Z | Downloaded thread-id v5.1.0 |
| 518 | 2026-04-10T03:32:11.076Z | Downloaded rand_core v0.6.4 |
| 519 | 2026-04-10T03:32:11.076Z | Downloaded thread-id v4.2.2 |
| 520 | 2026-04-10T03:32:11.076Z | Downloaded strum v0.27.2 |
| 521 | 2026-04-10T03:32:11.079Z | Downloaded take_mut v0.2.2 |
| 522 | 2026-04-10T03:32:11.079Z | Downloaded sha1 v0.10.6 |
| 523 | 2026-04-10T03:32:11.079Z | Downloaded serde_tokenstream v0.2.3 |
| 524 | 2026-04-10T03:32:11.082Z | Downloaded smf v0.2.3 |
| 525 | 2026-04-10T03:32:11.082Z | Downloaded slog-stdlog v4.1.1 |
| 526 | 2026-04-10T03:32:11.082Z | Downloaded slog-json v2.6.1 |
| 527 | 2026-04-10T03:32:11.085Z | Downloaded static_assertions v1.1.0 |
| 528 | 2026-04-10T03:32:11.085Z | Downloaded smartstring v1.0.1 |
| 529 | 2026-04-10T03:32:11.088Z | Downloaded shlex v1.3.0 |
| 530 | 2026-04-10T03:32:11.088Z | Downloaded rustls-pemfile v2.2.0 |
| 531 | 2026-04-10T03:32:11.088Z | Downloaded rustls-pki-types v1.14.0 |
| 532 | 2026-04-10T03:32:11.092Z | Downloaded minimal-lexical v0.2.1 |
| 533 | 2026-04-10T03:32:11.095Z | Downloaded serde_path_to_error v0.1.20 |
| 534 | 2026-04-10T03:32:11.095Z | Downloaded hickory-resolver v0.25.2 |
| 535 | 2026-04-10T03:32:11.098Z | Downloaded slog-envlogger v2.2.0 |
| 536 | 2026-04-10T03:32:11.098Z | Downloaded prettyplease v0.2.37 |
| 537 | 2026-04-10T03:32:11.101Z | Downloaded pretty_assertions v1.4.1 |
| 538 | 2026-04-10T03:32:11.101Z | Downloaded log v0.4.29 |
| 539 | 2026-04-10T03:32:11.104Z | Downloaded pest_meta v2.8.6 |
| 540 | 2026-04-10T03:32:11.107Z | Downloaded supports-color v3.0.2 |
| 541 | 2026-04-10T03:32:11.107Z | Downloaded semver v1.0.28 |
| 542 | 2026-04-10T03:32:11.107Z | Downloaded memchr v2.8.0 |
| 543 | 2026-04-10T03:32:11.110Z | Downloaded strum_macros v0.27.2 |
| 544 | 2026-04-10T03:32:11.113Z | Downloaded sha2 v0.10.9 |
| 545 | 2026-04-10T03:32:11.116Z | Downloaded nom v7.1.3 |
| 546 | 2026-04-10T03:32:11.118Z | Downloaded hickory-resolver v0.24.4 |
| 547 | 2026-04-10T03:32:11.121Z | Downloaded slog-dtrace v0.3.0 |
| 548 | 2026-04-10T03:32:11.121Z | Downloaded tagptr v0.2.0 |
| 549 | 2026-04-10T03:32:11.124Z | Downloaded schemars_derive v0.8.22 |
| 550 | 2026-04-10T03:32:11.124Z | Downloaded rustls-platform-verifier v0.6.2 |
| 551 | 2026-04-10T03:32:11.127Z | Downloaded snafu-derive v0.8.9 |
| 552 | 2026-04-10T03:32:11.127Z | Downloaded synstructure v0.13.2 |
| 553 | 2026-04-10T03:32:11.127Z | Downloaded slog-scope v4.4.1 |
| 554 | 2026-04-10T03:32:11.130Z | Downloaded ryu v1.0.23 |
| 555 | 2026-04-10T03:32:11.130Z | Downloaded simd-adler32 v0.3.9 |
| 556 | 2026-04-10T03:32:11.133Z | Downloaded toml_datetime v0.6.11 |
| 557 | 2026-04-10T03:32:11.133Z | Downloaded progenitor v0.11.2 |
| 558 | 2026-04-10T03:32:11.133Z | Downloaded progenitor-impl v0.11.2 |
| 559 | 2026-04-10T03:32:11.136Z | Downloaded rustversion v1.0.22 |
| 560 | 2026-04-10T03:32:11.136Z | Downloaded progenitor v0.13.0 |
| 561 | 2026-04-10T03:32:11.139Z | Downloaded time-core v0.1.8 |
| 562 | 2026-04-10T03:32:11.139Z | Downloaded thiserror v1.0.69 |
| 563 | 2026-04-10T03:32:11.142Z | Downloaded strum_macros v0.26.4 |
| 564 | 2026-04-10T03:32:11.145Z | Downloaded tower-layer v0.3.3 |
| 565 | 2026-04-10T03:32:11.145Z | Downloaded aws-lc-rs v1.16.2 |
| 566 | 2026-04-10T03:32:11.148Z | Downloaded thiserror-no-std v2.0.2 |
| 567 | 2026-04-10T03:32:11.151Z | Downloaded spin v0.9.8 |
| 568 | 2026-04-10T03:32:11.154Z | Downloaded serde_yaml v0.9.34+deprecated |
| 569 | 2026-04-10T03:32:11.154Z | Downloaded toml_write v0.1.2 |
| 570 | 2026-04-10T03:32:11.157Z | Downloaded tinyvec_macros v0.1.1 |
| 571 | 2026-04-10T03:32:11.157Z | Downloaded thiserror-impl v1.0.69 |
| 572 | 2026-04-10T03:32:11.157Z | Downloaded thiserror v2.0.18 |
| 573 | 2026-04-10T03:32:11.160Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 574 | 2026-04-10T03:32:11.163Z | Downloaded signal-hook-registry v1.4.8 |
| 575 | 2026-04-10T03:32:11.163Z | Downloaded smallvec v1.15.1 |
| 576 | 2026-04-10T03:32:11.163Z | Downloaded thread_local v1.1.9 |
| 577 | 2026-04-10T03:32:11.166Z | Downloaded slog-term v2.9.2 |
| 578 | 2026-04-10T03:32:11.166Z | Downloaded tabled_derive v0.7.0 |
| 579 | 2026-04-10T03:32:11.169Z | Downloaded litemap v0.8.1 |
| 580 | 2026-04-10T03:32:11.169Z | Downloaded tokio-macros v2.7.0 |
| 581 | 2026-04-10T03:32:11.170Z | Downloaded oxide-tokio-rt v0.1.3 |
| 582 | 2026-04-10T03:32:11.172Z | Downloaded indexmap v2.13.0 |
| 583 | 2026-04-10T03:32:11.173Z | Downloaded serde_derive v1.0.228 |
| 584 | 2026-04-10T03:32:11.176Z | Downloaded tiny-keccak v2.0.2 |
| 585 | 2026-04-10T03:32:11.176Z | Downloaded dunce v1.0.5 |
| 586 | 2026-04-10T03:32:11.179Z | Downloaded dtrace-parser v0.3.0 |
| 587 | 2026-04-10T03:32:11.179Z | Downloaded typify-macro v0.6.1 |
| 588 | 2026-04-10T03:32:11.179Z | Downloaded progenitor-macro v0.11.2 |
| 589 | 2026-04-10T03:32:11.179Z | Downloaded openssl-macros v0.1.1 |
| 590 | 2026-04-10T03:32:11.182Z | Downloaded parking_lot_core v0.8.6 |
| 591 | 2026-04-10T03:32:11.182Z | Downloaded untrusted v0.9.0 |
| 592 | 2026-04-10T03:32:11.182Z | Downloaded proc-macro-error-attr v1.0.4 |
| 593 | 2026-04-10T03:32:11.185Z | Downloaded papergrid v0.11.0 |
| 594 | 2026-04-10T03:32:11.185Z | Downloaded multer v3.1.0 |
| 595 | 2026-04-10T03:32:11.188Z | Downloaded schemars v0.9.0 |
| 596 | 2026-04-10T03:32:11.193Z | Downloaded term v1.2.1 |
| 597 | 2026-04-10T03:32:11.196Z | Downloaded utf-8 v0.7.6 |
| 598 | 2026-04-10T03:32:11.199Z | Downloaded untrusted v0.7.1 |
| 599 | 2026-04-10T03:32:11.199Z | Downloaded usdt-attr-macro v0.5.0 |
| 600 | 2026-04-10T03:32:11.199Z | Downloaded usdt v0.6.0 |
| 601 | 2026-04-10T03:32:11.199Z | Downloaded usdt v0.5.0 |
| 602 | 2026-04-10T03:32:11.202Z | Downloaded unicode-xid v0.2.6 |
| 603 | 2026-04-10T03:32:11.202Z | Downloaded wait-timeout v0.2.1 |
| 604 | 2026-04-10T03:32:11.202Z | Downloaded usdt-macro v0.6.0 |
| 605 | 2026-04-10T03:32:11.204Z | Downloaded slog v2.8.2 |
| 606 | 2026-04-10T03:32:11.204Z | Downloaded quinn v0.11.9 |
| 607 | 2026-04-10T03:32:11.207Z | Downloaded tempfile v3.27.0 |
| 608 | 2026-04-10T03:32:11.210Z | Downloaded similar v2.7.0 |
| 609 | 2026-04-10T03:32:11.213Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 610 | 2026-04-10T03:32:11.213Z | Downloaded schemars v0.8.22 |
| 611 | 2026-04-10T03:32:11.218Z | Downloaded version_check v0.9.5 |
| 612 | 2026-04-10T03:32:11.221Z | Downloaded socket2 v0.6.3 |
| 613 | 2026-04-10T03:32:11.221Z | Downloaded waitgroup v0.1.2 |
| 614 | 2026-04-10T03:32:11.225Z | Downloaded usdt-macro v0.5.0 |
| 615 | 2026-04-10T03:32:11.225Z | Downloaded icu_collections v2.1.1 |
| 616 | 2026-04-10T03:32:11.228Z | Downloaded time-macros v0.2.27 |
| 617 | 2026-04-10T03:32:11.228Z | Downloaded snafu v0.8.9 |
| 618 | 2026-04-10T03:32:11.231Z | Downloaded toml_writer v1.1.0+spec-1.1.0 |
| 619 | 2026-04-10T03:32:11.234Z | Downloaded tokio-dtrace v0.1.1 |
| 620 | 2026-04-10T03:32:11.234Z | Downloaded serde_with_macros v3.18.0 |
| 621 | 2026-04-10T03:32:11.234Z | Downloaded httparse v1.10.1 |
| 622 | 2026-04-10T03:32:11.237Z | Downloaded lock_api v0.4.14 |
| 623 | 2026-04-10T03:32:11.237Z | Downloaded zeroize_derive v1.4.3 |
| 624 | 2026-04-10T03:32:11.237Z | Downloaded schemars v1.2.1 |
| 625 | 2026-04-10T03:32:11.245Z | Downloaded usdt-impl v0.6.0 |
| 626 | 2026-04-10T03:32:11.248Z | Downloaded universal-hash v0.5.1 |
| 627 | 2026-04-10T03:32:11.248Z | Downloaded moka v0.12.15 |
| 628 | 2026-04-10T03:32:11.251Z | Downloaded rand v0.8.5 |
| 629 | 2026-04-10T03:32:11.254Z | Downloaded qorb v0.4.1 |
| 630 | 2026-04-10T03:32:11.257Z | Downloaded tracing-attributes v0.1.31 |
| 631 | 2026-04-10T03:32:11.260Z | Downloaded test-strategy v0.4.5 |
| 632 | 2026-04-10T03:32:11.263Z | Downloaded tokio-rustls v0.26.4 |
| 633 | 2026-04-10T03:32:11.263Z | Downloaded dropshot v0.16.7 |
| 634 | 2026-04-10T03:32:11.275Z | Downloaded toml_datetime v1.1.0+spec-1.1.0 |
| 635 | 2026-04-10T03:32:11.278Z | Downloaded thiserror-impl v2.0.18 |
| 636 | 2026-04-10T03:32:11.278Z | Downloaded rustls-webpki v0.103.10 |
| 637 | 2026-04-10T03:32:11.281Z | Downloaded zone v0.3.1 |
| 638 | 2026-04-10T03:32:11.281Z | Downloaded toml_parser v1.1.0+spec-1.1.0 |
| 639 | 2026-04-10T03:32:11.284Z | Downloaded allocator-api2 v0.2.21 |
| 640 | 2026-04-10T03:32:11.284Z | Downloaded num-integer v0.1.46 |
| 641 | 2026-04-10T03:32:11.287Z | Downloaded match_cfg v0.1.0 |
| 642 | 2026-04-10T03:32:11.287Z | Downloaded idna_adapter v1.2.1 |
| 643 | 2026-04-10T03:32:11.287Z | Downloaded num-complex v0.4.6 |
| 644 | 2026-04-10T03:32:11.290Z | Downloaded hyper v1.9.0 |
| 645 | 2026-04-10T03:32:11.293Z | Downloaded steno v0.4.1 |
| 646 | 2026-04-10T03:32:11.296Z | Downloaded walkdir v2.5.0 |
| 647 | 2026-04-10T03:32:11.296Z | Downloaded itertools v0.12.1 |
| 648 | 2026-04-10T03:32:11.299Z | Downloaded whoami v1.6.1 |
| 649 | 2026-04-10T03:32:11.302Z | Downloaded vsss-rs v3.3.4 |
| 650 | 2026-04-10T03:32:11.302Z | Downloaded zeroize v1.8.2 |
| 651 | 2026-04-10T03:32:11.305Z | Downloaded ucd-trie v0.1.7 |
| 652 | 2026-04-10T03:32:11.305Z | Downloaded rand v0.9.2 |
| 653 | 2026-04-10T03:32:11.308Z | Downloaded unicode-linebreak v0.1.5 |
| 654 | 2026-04-10T03:32:11.308Z | Downloaded tower-service v0.3.3 |
| 655 | 2026-04-10T03:32:11.308Z | Downloaded xz2 v0.1.7 |
| 656 | 2026-04-10T03:32:11.310Z | Downloaded tinyvec v1.11.0 |
| 657 | 2026-04-10T03:32:11.311Z | Downloaded unit-prefix v0.5.2 |
| 658 | 2026-04-10T03:32:11.313Z | Downloaded unarray v0.1.4 |
| 659 | 2026-04-10T03:32:11.313Z | Downloaded unicode-ident v1.0.24 |
| 660 | 2026-04-10T03:32:11.317Z | Downloaded serde_core v1.0.228 |
| 661 | 2026-04-10T03:32:11.317Z | Downloaded tokio-stream v0.1.18 |
| 662 | 2026-04-10T03:32:11.319Z | Downloaded typeid v1.0.3 |
| 663 | 2026-04-10T03:32:11.319Z | Downloaded zerofrom v0.1.6 |
| 664 | 2026-04-10T03:32:11.322Z | Downloaded textwrap v0.16.2 |
| 665 | 2026-04-10T03:32:11.322Z | Downloaded clap_builder v4.6.0 |
| 666 | 2026-04-10T03:32:11.325Z | Downloaded zone_cfg_derive v0.3.1 |
| 667 | 2026-04-10T03:32:11.328Z | Downloaded want v0.3.1 |
| 668 | 2026-04-10T03:32:11.328Z | Downloaded uuid v1.23.0 |
| 669 | 2026-04-10T03:32:11.328Z | Downloaded try-lock v0.2.5 |
| 670 | 2026-04-10T03:32:11.331Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 671 | 2026-04-10T03:32:11.334Z | Downloaded thin-vec v0.2.14 |
| 672 | 2026-04-10T03:32:11.334Z | Downloaded typify-macro v0.4.3 |
| 673 | 2026-04-10T03:32:11.334Z | Downloaded iri-string v0.7.12 |
| 674 | 2026-04-10T03:32:11.338Z | Downloaded usdt-attr-macro v0.6.0 |
| 675 | 2026-04-10T03:32:11.341Z | Downloaded toml v1.1.0+spec-1.1.0 |
| 676 | 2026-04-10T03:32:11.344Z | Downloaded typify v0.6.1 |
| 677 | 2026-04-10T03:32:11.344Z | Downloaded tungstenite v0.21.0 |
| 678 | 2026-04-10T03:32:11.351Z | Downloaded iddqd v0.3.17 |
| 679 | 2026-04-10T03:32:11.354Z | Downloaded zerocopy-derive v0.7.35 |
| 680 | 2026-04-10T03:32:11.354Z | Downloaded typenum v1.19.0 |
| 681 | 2026-04-10T03:32:11.354Z | Downloaded aho-corasick v1.1.4 |
| 682 | 2026-04-10T03:32:11.357Z | Downloaded tokio-rustls v0.25.0 |
| 683 | 2026-04-10T03:32:11.360Z | Downloaded zmij v1.0.21 |
| 684 | 2026-04-10T03:32:11.360Z | Downloaded yoke-derive v0.8.1 |
| 685 | 2026-04-10T03:32:11.363Z | Downloaded utf8parse v0.2.2 |
| 686 | 2026-04-10T03:32:11.363Z | Downloaded hashbrown v0.16.1 |
| 687 | 2026-04-10T03:32:11.365Z | Downloaded icu_properties_data v2.1.2 |
| 688 | 2026-04-10T03:32:11.370Z | Downloaded usdt-impl v0.5.0 |
| 689 | 2026-04-10T03:32:11.372Z | Downloaded libm v0.2.16 |
| 690 | 2026-04-10T03:32:11.376Z | Downloaded toml_edit v0.25.8+spec-1.1.0 |
| 691 | 2026-04-10T03:32:11.379Z | Downloaded utf8_iter v1.0.4 |
| 692 | 2026-04-10T03:32:11.382Z | Downloaded ron v0.12.1 |
| 693 | 2026-04-10T03:32:11.384Z | Downloaded zerovec-derive v0.11.2 |
| 694 | 2026-04-10T03:32:11.387Z | Downloaded rand v0.10.0 |
| 695 | 2026-04-10T03:32:11.391Z | Downloaded typify v0.4.3 |
| 696 | 2026-04-10T03:32:11.391Z | Downloaded toml v0.8.23 |
| 697 | 2026-04-10T03:32:11.394Z | Downloaded itertools v0.14.0 |
| 698 | 2026-04-10T03:32:11.397Z | Downloaded reqwest v0.13.2 |
| 699 | 2026-04-10T03:32:11.400Z | Downloaded goblin v0.8.2 |
| 700 | 2026-04-10T03:32:11.403Z | Downloaded yoke v0.8.1 |
| 701 | 2026-04-10T03:32:11.406Z | Downloaded h2 v0.4.13 |
| 702 | 2026-04-10T03:32:11.408Z | Downloaded unsafe-libyaml v0.2.11 |
| 703 | 2026-04-10T03:32:11.411Z | Downloaded typed-path v0.9.3 |
| 704 | 2026-04-10T03:32:11.414Z | Downloaded toml_edit v0.22.27 |
| 705 | 2026-04-10T03:32:11.416Z | Downloaded scc v2.4.0 |
| 706 | 2026-04-10T03:32:11.419Z | Downloaded portable-atomic v1.13.1 |
| 707 | 2026-04-10T03:32:11.423Z | Downloaded hashbrown v0.15.5 |
| 708 | 2026-04-10T03:32:11.426Z | Downloaded tracing-core v0.1.36 |
| 709 | 2026-04-10T03:32:11.429Z | Downloaded pest v2.8.6 |
| 710 | 2026-04-10T03:32:11.432Z | Downloaded nom v8.0.0 |
| 711 | 2026-04-10T03:32:11.435Z | Downloaded rayon-core v1.13.0 |
| 712 | 2026-04-10T03:32:11.437Z | Downloaded writeable v0.6.2 |
| 713 | 2026-04-10T03:32:11.440Z | Downloaded serde v1.0.228 |
| 714 | 2026-04-10T03:32:11.440Z | Downloaded tokio-tungstenite v0.21.0 |
| 715 | 2026-04-10T03:32:11.443Z | Downloaded tinystr v0.8.2 |
| 716 | 2026-04-10T03:32:11.443Z | Downloaded hyper-util v0.1.20 |
| 717 | 2026-04-10T03:32:11.446Z | Downloaded serde_json v1.0.149 |
| 718 | 2026-04-10T03:32:11.450Z | Downloaded reqwest v0.12.28 |
| 719 | 2026-04-10T03:32:11.453Z | Downloaded ingot-macros v0.1.1 |
| 720 | 2026-04-10T03:32:11.456Z | Downloaded flate2 v1.1.9 |
| 721 | 2026-04-10T03:32:11.459Z | Downloaded url v2.5.8 |
| 722 | 2026-04-10T03:32:11.462Z | Downloaded unicode-normalization v0.1.25 |
| 723 | 2026-04-10T03:32:11.462Z | Downloaded newtype-uuid v1.3.2 |
| 724 | 2026-04-10T03:32:11.462Z | Downloaded idna v1.1.0 |
| 725 | 2026-04-10T03:32:11.465Z | Downloaded toml_edit v0.19.15 |
| 726 | 2026-04-10T03:32:11.474Z | Downloaded tower-http v0.6.8 |
| 727 | 2026-04-10T03:32:11.478Z | Downloaded regex v1.12.3 |
| 728 | 2026-04-10T03:32:11.481Z | Downloaded tower v0.5.3 |
| 729 | 2026-04-10T03:32:11.486Z | Downloaded zerotrie v0.2.3 |
| 730 | 2026-04-10T03:32:11.489Z | Downloaded zerofrom-derive v0.1.6 |
| 731 | 2026-04-10T03:32:11.489Z | Downloaded zerocopy-derive v0.8.48 |
| 732 | 2026-04-10T03:32:11.494Z | Downloaded critical-section v1.2.0 |
| 733 | 2026-04-10T03:32:11.497Z | Downloaded diff v0.1.13 |
| 734 | 2026-04-10T03:32:11.497Z | Downloaded futures-channel v0.3.32 |
| 735 | 2026-04-10T03:32:11.500Z | Downloaded rayon v1.11.0 |
| 736 | 2026-04-10T03:32:11.503Z | Downloaded globset v0.4.18 |
| 737 | 2026-04-10T03:32:11.505Z | Downloaded tokio-util v0.7.18 |
| 738 | 2026-04-10T03:32:11.508Z | Downloaded unicode-segmentation v1.13.2 |
| 739 | 2026-04-10T03:32:11.511Z | Downloaded fixedbitset v0.5.7 |
| 740 | 2026-04-10T03:32:11.511Z | Downloaded hash32 v0.3.1 |
| 741 | 2026-04-10T03:32:11.514Z | Downloaded const_format v0.2.35 |
| 742 | 2026-04-10T03:32:11.516Z | Downloaded chacha20poly1305 v0.10.1 |
| 743 | 2026-04-10T03:32:11.516Z | Downloaded fs_extra v1.3.0 |
| 744 | 2026-04-10T03:32:11.519Z | Downloaded clap v4.6.0 |
| 745 | 2026-04-10T03:32:11.522Z | Downloaded num-iter v0.1.45 |
| 746 | 2026-04-10T03:32:11.524Z | Downloaded libsw-core v0.3.2 |
| 747 | 2026-04-10T03:32:11.524Z | Downloaded blake2 v0.10.6 |
| 748 | 2026-04-10T03:32:11.527Z | Downloaded git-stub v1.0.0 |
| 749 | 2026-04-10T03:32:11.527Z | Downloaded dropshot_endpoint v0.17.0 |
| 750 | 2026-04-10T03:32:11.530Z | Downloaded newtype-uuid-macros v0.1.0 |
| 751 | 2026-04-10T03:32:11.530Z | Downloaded newline-converter v0.3.0 |
| 752 | 2026-04-10T03:32:11.530Z | Downloaded memmap2 v0.9.10 |
| 753 | 2026-04-10T03:32:11.533Z | Downloaded futures-io v0.3.32 |
| 754 | 2026-04-10T03:32:11.533Z | Downloaded num v0.4.3 |
| 755 | 2026-04-10T03:32:11.533Z | Downloaded colored v3.1.1 |
| 756 | 2026-04-10T03:32:11.533Z | Downloaded bitflags v2.11.0 |
| 757 | 2026-04-10T03:32:11.536Z | Downloaded dof v0.3.0 |
| 758 | 2026-04-10T03:32:11.539Z | Downloaded fs-err v3.3.0 |
| 759 | 2026-04-10T03:32:11.539Z | Downloaded camino-tempfile v1.4.1 |
| 760 | 2026-04-10T03:32:11.539Z | Downloaded ingot v0.1.1 |
| 761 | 2026-04-10T03:32:11.541Z | Downloaded tabled v0.20.0 |
| 762 | 2026-04-10T03:32:11.549Z | Downloaded console v0.15.11 |
| 763 | 2026-04-10T03:32:11.552Z | Downloaded cancel-safe-futures v0.1.5 |
| 764 | 2026-04-10T03:32:11.556Z | Downloaded yansi v1.0.1 |
| 765 | 2026-04-10T03:32:11.556Z | Downloaded libscf-sys v1.1.0 |
| 766 | 2026-04-10T03:32:11.559Z | Downloaded is-terminal v0.4.17 |
| 767 | 2026-04-10T03:32:11.559Z | Downloaded internet-checksum v0.2.1 |
| 768 | 2026-04-10T03:32:11.559Z | Downloaded inout v0.1.4 |
| 769 | 2026-04-10T03:32:11.559Z | Downloaded fxhash v0.2.1 |
| 770 | 2026-04-10T03:32:11.559Z | Downloaded byte-wrapper v0.1.0 |
| 771 | 2026-04-10T03:32:11.559Z | Downloaded chacha20 v0.10.0 |
| 772 | 2026-04-10T03:32:11.562Z | Downloaded chacha20 v0.9.1 |
| 773 | 2026-04-10T03:32:11.562Z | Downloaded derive-where v1.6.1 |
| 774 | 2026-04-10T03:32:11.564Z | Downloaded cpufeatures v0.2.17 |
| 775 | 2026-04-10T03:32:11.564Z | Downloaded cfg_aliases v0.2.1 |
| 776 | 2026-04-10T03:32:11.568Z | Downloaded ahash v0.8.12 |
| 777 | 2026-04-10T03:32:11.568Z | Downloaded aead v0.5.2 |
| 778 | 2026-04-10T03:32:11.568Z | Downloaded git-stub-vcs v0.1.0 |
| 779 | 2026-04-10T03:32:11.571Z | Downloaded anstyle-parse v1.0.0 |
| 780 | 2026-04-10T03:32:11.571Z | Downloaded cpufeatures v0.3.0 |
| 781 | 2026-04-10T03:32:11.571Z | Downloaded compression-codecs v0.4.37 |
| 782 | 2026-04-10T03:32:11.574Z | Downloaded anstyle-query v1.1.5 |
| 783 | 2026-04-10T03:32:11.574Z | Downloaded foldhash v0.1.5 |
| 784 | 2026-04-10T03:32:11.574Z | Downloaded debug-ignore v1.0.5 |
| 785 | 2026-04-10T03:32:11.576Z | Downloaded atomicwrites v0.4.4 |
| 786 | 2026-04-10T03:32:11.576Z | Downloaded float-ord v0.3.2 |
| 787 | 2026-04-10T03:32:11.576Z | Downloaded colorchoice v1.0.5 |
| 788 | 2026-04-10T03:32:11.576Z | Downloaded async-stream-impl v0.3.6 |
| 789 | 2026-04-10T03:32:11.579Z | Downloaded displaydoc v0.2.5 |
| 790 | 2026-04-10T03:32:11.579Z | Downloaded dropshot_endpoint v0.16.7 |
| 791 | 2026-04-10T03:32:11.582Z | Downloaded zerocopy v0.7.35 |
| 792 | 2026-04-10T03:32:11.590Z | Downloaded defmt v0.3.100 |
| 793 | 2026-04-10T03:32:11.592Z | Downloaded rustls-webpki v0.102.8 |
| 794 | 2026-04-10T03:32:11.601Z | Downloaded tough v0.20.0 |
| 795 | 2026-04-10T03:32:11.606Z | Downloaded serde_with v3.18.0 |
| 796 | 2026-04-10T03:32:11.613Z | Downloaded zerovec v0.11.5 |
| 797 | 2026-04-10T03:32:11.617Z | Downloaded crc8 v0.1.1 |
| 798 | 2026-04-10T03:32:11.619Z | Downloaded dropshot v0.17.0 |
| 799 | 2026-04-10T03:32:11.631Z | Downloaded winnow v0.5.40 |
| 800 | 2026-04-10T03:32:11.634Z | Downloaded syn v2.0.117 |
| 801 | 2026-04-10T03:32:11.641Z | Downloaded rustls v0.23.37 |
| 802 | 2026-04-10T03:32:11.649Z | Downloaded quinn-proto v0.11.14 |
| 803 | 2026-04-10T03:32:11.652Z | Downloaded hickory-proto v0.24.4 |
| 804 | 2026-04-10T03:32:11.661Z | Downloaded regress v0.10.5 |
| 805 | 2026-04-10T03:32:11.666Z | Downloaded curve25519-dalek v4.1.3 |
| 806 | 2026-04-10T03:32:11.671Z | Downloaded tabled v0.15.0 |
| 807 | 2026-04-10T03:32:11.680Z | Downloaded winnow v0.7.15 |
| 808 | 2026-04-10T03:32:11.686Z | Downloaded proptest v1.11.0 |
| 809 | 2026-04-10T03:32:11.692Z | Downloaded openssl v0.10.76 |
| 810 | 2026-04-10T03:32:11.697Z | Downloaded zerocopy v0.8.48 |
| 811 | 2026-04-10T03:32:11.709Z | Downloaded tracing v0.1.44 |
| 812 | 2026-04-10T03:32:11.719Z | Downloaded typify-impl v0.6.1 |
| 813 | 2026-04-10T03:32:11.727Z | Downloaded winnow v1.0.1 |
| 814 | 2026-04-10T03:32:11.732Z | Downloaded jiff v0.2.23 |
| 815 | 2026-04-10T03:32:11.743Z | Downloaded vcpkg v0.2.15 |
| 816 | 2026-04-10T03:32:11.765Z | Downloaded time v0.3.47 |
| 817 | 2026-04-10T03:32:11.771Z | Downloaded nix v0.31.2 |
| 818 | 2026-04-10T03:32:11.778Z | Downloaded syn v1.0.109 |
| 819 | 2026-04-10T03:32:11.784Z | Downloaded webpki-roots v1.0.6 |
| 820 | 2026-04-10T03:32:11.786Z | Downloaded cfg-if v1.0.4 |
| 821 | 2026-04-10T03:32:11.786Z | Downloaded camino v1.2.2 |
| 822 | 2026-04-10T03:32:11.789Z | Downloaded unicode-width v0.2.2 |
| 823 | 2026-04-10T03:32:11.791Z | Downloaded rustls v0.22.4 |
| 824 | 2026-04-10T03:32:11.798Z | Downloaded rhai v1.24.0 |
| 825 | 2026-04-10T03:32:11.804Z | Downloaded unicode-width v0.1.14 |
| 826 | 2026-04-10T03:32:11.808Z | Downloaded openapiv3 v2.2.0 |
| 827 | 2026-04-10T03:32:11.814Z | Downloaded anyhow v1.0.102 |
| 828 | 2026-04-10T03:32:11.816Z | Downloaded libc v0.2.184 |
| 829 | 2026-04-10T03:32:11.835Z | Downloaded smoltcp v0.11.0 |
| 830 | 2026-04-10T03:32:11.841Z | Downloaded rustix v0.38.44 |
| 831 | 2026-04-10T03:32:11.854Z | Downloaded regex-syntax v0.8.10 |
| 832 | 2026-04-10T03:32:11.876Z | Downloaded rustix v1.1.4 |
| 833 | 2026-04-10T03:32:11.892Z | Downloaded tokio v1.51.1 |
| 834 | 2026-04-10T03:32:11.924Z | Downloaded sled v0.34.7 |
| 835 | 2026-04-10T03:32:11.930Z | Downloaded encoding_rs v0.8.35 |
| 836 | 2026-04-10T03:32:11.952Z | Downloaded ring v0.17.14 |
| 837 | 2026-04-10T03:32:11.985Z | Downloaded typify-impl v0.4.3 |
| 838 | 2026-04-10T03:32:12.021Z | Downloaded regex-automata v0.4.14 |
| 839 | 2026-04-10T03:32:12.049Z | Downloaded petgraph v0.6.5 |
| 840 | 2026-04-10T03:32:12.062Z | Downloaded chrono-tz v0.10.4 |
| 841 | 2026-04-10T03:32:12.073Z | Downloaded lzma-sys v0.1.20 |
| 842 | 2026-04-10T03:32:12.089Z | Downloaded petgraph v0.8.3 |
| 843 | 2026-04-10T03:32:12.102Z | Downloaded csv v1.4.0 |
| 844 | 2026-04-10T03:32:12.113Z | Downloaded sha3 v0.10.8 |
| 845 | 2026-04-10T03:32:12.621Z | Downloaded aws-lc-sys v0.39.1 |
| 846 | 2026-04-10T03:32:13.175Z | Compiling proc-macro2 v1.0.106 |
| 847 | 2026-04-10T03:32:13.178Z | Compiling quote v1.0.45 |
| 848 | 2026-04-10T03:32:13.178Z | Compiling unicode-ident v1.0.24 |
| 849 | 2026-04-10T03:32:13.178Z | Compiling serde_core v1.0.228 |
| 850 | 2026-04-10T03:32:13.178Z | Compiling libc v0.2.184 |
| 851 | 2026-04-10T03:32:13.178Z | Compiling serde v1.0.228 |
| 852 | 2026-04-10T03:32:13.178Z | Compiling zmij v1.0.21 |
| 853 | 2026-04-10T03:32:13.178Z | Compiling autocfg v1.5.0 |
| 854 | 2026-04-10T03:32:13.826Z | Compiling libm v0.2.16 |
| 855 | 2026-04-10T03:32:13.829Z | Compiling icu_normalizer_data v2.1.1 |
| 856 | 2026-04-10T03:32:13.880Z | Compiling icu_properties_data v2.1.2 |
| 857 | 2026-04-10T03:32:13.914Z | Compiling serde_json v1.0.149 |
| 858 | 2026-04-10T03:32:13.914Z | Compiling num-traits v0.2.19 |
| 859 | 2026-04-10T03:32:14.131Z | Compiling version_check v0.9.5 |
| 860 | 2026-04-10T03:32:14.204Z | Compiling getrandom v0.4.2 |
| 861 | 2026-04-10T03:32:14.299Z | Compiling memchr v2.8.0 |
| 862 | 2026-04-10T03:32:14.497Z | Compiling thiserror v2.0.18 |
| 863 | 2026-04-10T03:32:14.593Z | Compiling syn v2.0.117 |
| 864 | 2026-04-10T03:32:14.662Z | Compiling parking_lot_core v0.9.12 |
| 865 | 2026-04-10T03:32:14.775Z | Checking cfg-if v1.0.4 |
| 866 | 2026-04-10T03:32:14.857Z | Compiling schemars v0.8.22 |
| 867 | 2026-04-10T03:32:14.875Z | Compiling heck v0.5.0 |
| 868 | 2026-04-10T03:32:15.026Z | Compiling zerocopy v0.8.48 |
| 869 | 2026-04-10T03:32:15.045Z | Compiling portable-atomic v1.13.1 |
| 870 | 2026-04-10T03:32:15.113Z | Compiling jobserver v0.1.34 |
| 871 | 2026-04-10T03:32:15.136Z | Compiling find-msvc-tools v0.1.9 |
| 872 | 2026-04-10T03:32:15.383Z | Compiling itoa v1.0.18 |
| 873 | 2026-04-10T03:32:15.435Z | Compiling shlex v1.3.0 |
| 874 | 2026-04-10T03:32:15.458Z | Compiling rustversion v1.0.22 |
| 875 | 2026-04-10T03:32:15.631Z | Compiling cc v1.2.58 |
| 876 | 2026-04-10T03:32:15.699Z | Compiling typenum v1.19.0 |
| 877 | 2026-04-10T03:32:15.899Z | Compiling semver v1.0.28 |
| 878 | 2026-04-10T03:32:16.111Z | Compiling log v0.4.29 |
| 879 | 2026-04-10T03:32:16.154Z | Compiling httparse v1.10.1 |
| 880 | 2026-04-10T03:32:16.292Z | Compiling generic-array v0.14.7 |
| 881 | 2026-04-10T03:32:16.360Z | Compiling thiserror v1.0.69 |
| 882 | 2026-04-10T03:32:16.525Z | Compiling cmake v0.1.58 |
| 883 | 2026-04-10T03:32:16.579Z | Compiling fs_extra v1.3.0 |
| 884 | 2026-04-10T03:32:16.611Z | Compiling allocator-api2 v0.2.21 |
| 885 | 2026-04-10T03:32:16.630Z | Compiling foldhash v0.2.0 |
| 886 | 2026-04-10T03:32:16.838Z | Compiling dunce v1.0.5 |
| 887 | 2026-04-10T03:32:16.855Z | Compiling equivalent v1.0.2 |
| 888 | 2026-04-10T03:32:16.859Z | Compiling slog v2.8.2 |
| 889 | 2026-04-10T03:32:16.893Z | Compiling rustix v1.1.4 |
| 890 | 2026-04-10T03:32:16.896Z | Compiling regex-syntax v0.8.10 |
| 891 | 2026-04-10T03:32:16.936Z | Compiling hashbrown v0.16.1 |
| 892 | 2026-04-10T03:32:16.955Z | Checking stable_deref_trait v1.2.1 |
| 893 | 2026-04-10T03:32:16.958Z | Compiling aho-corasick v1.1.4 |
| 894 | 2026-04-10T03:32:17.034Z | Compiling ring v0.17.14 |
| 895 | 2026-04-10T03:32:17.050Z | Compiling aws-lc-sys v0.39.1 |
| 896 | 2026-04-10T03:32:17.498Z | Compiling synstructure v0.13.2 |
| 897 | 2026-04-10T03:32:17.517Z | Compiling serde_derive_internals v0.29.1 |
| 898 | 2026-04-10T03:32:18.016Z | Compiling getrandom v0.3.4 |
| 899 | 2026-04-10T03:32:18.171Z | Compiling anyhow v1.0.102 |
| 900 | 2026-04-10T03:32:18.296Z | Compiling ucd-trie v0.1.7 |
| 901 | 2026-04-10T03:32:18.377Z | Compiling regex-automata v0.4.14 |
| 902 | 2026-04-10T03:32:18.432Z | Checking litemap v0.8.1 |
| 903 | 2026-04-10T03:32:18.536Z | Compiling pest v2.8.6 |
| 904 | 2026-04-10T03:32:18.613Z | Checking writeable v0.6.2 |
| 905 | 2026-04-10T03:32:18.719Z | Compiling serde_derive v1.0.228 |
| 906 | 2026-04-10T03:32:18.738Z | Compiling zerofrom-derive v0.1.6 |
| 907 | 2026-04-10T03:32:18.780Z | Compiling yoke-derive v0.8.1 |
| 908 | 2026-04-10T03:32:19.023Z | Compiling zerovec-derive v0.11.2 |
| 909 | 2026-04-10T03:32:19.803Z | Compiling displaydoc v0.2.5 |
| 910 | 2026-04-10T03:32:19.824Z | Compiling schemars_derive v0.8.22 |
| 911 | 2026-04-10T03:32:19.958Z | Compiling thiserror-impl v2.0.18 |
| 912 | 2026-04-10T03:32:20.116Z | Compiling zeroize_derive v1.4.3 |
| 913 | 2026-04-10T03:32:20.514Z | Compiling tokio-macros v2.7.0 |
| 914 | 2026-04-10T03:32:20.748Z | Compiling zerocopy-derive v0.8.48 |
| 915 | 2026-04-10T03:32:20.957Z | Compiling futures-macro v0.3.32 |
| 916 | 2026-04-10T03:32:21.005Z | Compiling tracing-attributes v0.1.31 |
| 917 | 2026-04-10T03:32:21.274Z | Compiling thiserror-impl v1.0.69 |
| 918 | 2026-04-10T03:32:21.294Z | Checking zerofrom v0.1.6 |
| 919 | 2026-04-10T03:32:21.414Z | Checking yoke v0.8.1 |
| 920 | 2026-04-10T03:32:21.761Z | Compiling regex v1.12.3 |
| 921 | 2026-04-10T03:32:21.928Z | Compiling serde_tokenstream v0.2.3 |
| 922 | 2026-04-10T03:32:21.989Z | Checking smallvec v1.15.1 |
| 923 | 2026-04-10T03:32:22.081Z | Checking bytes v1.11.1 |
| 924 | 2026-04-10T03:32:22.168Z | Checking zerovec v0.11.5 |
| 925 | 2026-04-10T03:32:22.215Z | Compiling pest_meta v2.8.6 |
| 926 | 2026-04-10T03:32:22.346Z | Checking zerotrie v0.2.3 |
| 927 | 2026-04-10T03:32:22.402Z | Compiling indexmap v2.13.0 |
| 928 | 2026-04-10T03:32:22.582Z | Checking percent-encoding v2.3.2 |
| 929 | 2026-04-10T03:32:22.601Z | Checking tinystr v0.8.2 |
| 930 | 2026-04-10T03:32:22.629Z | Checking potential_utf v0.1.4 |
| 931 | 2026-04-10T03:32:22.760Z | Checking icu_collections v2.1.1 |
| 932 | 2026-04-10T03:32:22.778Z | Checking icu_locale_core v2.1.1 |
| 933 | 2026-04-10T03:32:22.796Z | Compiling pest_generator v2.8.6 |
| 934 | 2026-04-10T03:32:22.933Z | Compiling crossbeam-utils v0.8.21 |
| 935 | 2026-04-10T03:32:23.026Z | Compiling aws-lc-rs v1.16.2 |
| 936 | 2026-04-10T03:32:23.081Z | Checking form_urlencoded v1.2.2 |
| 937 | 2026-04-10T03:32:23.215Z | Checking utf8_iter v1.0.4 |
| 938 | 2026-04-10T03:32:23.274Z | Compiling num-conv v0.2.1 |
| 939 | 2026-04-10T03:32:23.319Z | Checking icu_provider v2.1.1 |
| 940 | 2026-04-10T03:32:23.337Z | Checking rand_core v0.10.0 |
| 941 | 2026-04-10T03:32:23.356Z | Compiling time-core v0.1.8 |
| 942 | 2026-04-10T03:32:23.404Z | Compiling strsim v0.11.1 |
| 943 | 2026-04-10T03:32:23.423Z | Compiling paste v1.0.15 |
| 944 | 2026-04-10T03:32:23.497Z | Compiling pest_derive v2.8.6 |
| 945 | 2026-04-10T03:32:23.500Z | Compiling time-macros v0.2.27 |
| 946 | 2026-04-10T03:32:23.549Z | Checking icu_properties v2.1.2 |
| 947 | 2026-04-10T03:32:23.619Z | Checking icu_normalizer v2.1.1 |
| 948 | 2026-04-10T03:32:23.697Z | Compiling syn v1.0.109 |
| 949 | 2026-04-10T03:32:23.745Z | Compiling rustls v0.23.37 |
| 950 | 2026-04-10T03:32:23.933Z | Compiling ident_case v1.0.1 |
| 951 | 2026-04-10T03:32:23.981Z | Compiling async-trait v0.1.89 |
| 952 | 2026-04-10T03:32:24.037Z | Compiling byteorder v1.5.0 |
| 953 | 2026-04-10T03:32:24.193Z | Compiling omicron-workspace-hack v0.1.0 |
| 954 | 2026-04-10T03:32:24.350Z | Checking idna_adapter v1.2.1 |
| 955 | 2026-04-10T03:32:24.451Z | Compiling camino v1.2.2 |
| 956 | 2026-04-10T03:32:24.507Z | Checking idna v1.1.0 |
| 957 | 2026-04-10T03:32:24.755Z | Checking url v2.5.8 |
| 958 | 2026-04-10T03:32:24.839Z | Compiling scroll_derive v0.13.1 |
| 959 | 2026-04-10T03:32:24.918Z | Checking iana-time-zone v0.1.65 |
| 960 | 2026-04-10T03:32:25.032Z | Checking chrono v0.4.44 |
| 961 | 2026-04-10T03:32:25.073Z | Checking errno v0.3.14 |
| 962 | 2026-04-10T03:32:25.447Z | Compiling slog-async v2.8.0 |
| 963 | 2026-04-10T03:32:25.624Z | Checking uuid v1.23.0 |
| 964 | 2026-04-10T03:32:25.986Z | Compiling daft-derive v0.1.5 |
| 965 | 2026-04-10T03:32:26.571Z | Checking dyn-clone v1.0.20 |
| 966 | 2026-04-10T03:32:27.392Z | Checking pin-project-lite v0.2.17 |
| 967 | 2026-04-10T03:32:27.429Z | Compiling usdt-impl v0.6.0 |
| 968 | 2026-04-10T03:32:27.656Z | Compiling scroll v0.13.0 |
| 969 | 2026-04-10T03:32:27.696Z | Compiling plain v0.2.3 |
| 970 | 2026-04-10T03:32:27.802Z | Checking getrandom v0.2.17 |
| 971 | 2026-04-10T03:32:27.877Z | Compiling goblin v0.10.5 |
| 972 | 2026-04-10T03:32:27.920Z | Compiling pretty-hex v0.4.2 |
| 973 | 2026-04-10T03:32:27.941Z | Compiling dtrace-parser v0.3.0 |
| 974 | 2026-04-10T03:32:27.945Z | Checking zeroize v1.8.2 |
| 975 | 2026-04-10T03:32:28.055Z | Compiling thread-id v5.1.0 |
| 976 | 2026-04-10T03:32:28.101Z | Compiling ref-cast v1.0.25 |
| 977 | 2026-04-10T03:32:28.145Z | Compiling ref-cast-impl v1.0.25 |
| 978 | 2026-04-10T03:32:28.225Z | Compiling rustls v0.22.4 |
| 979 | 2026-04-10T03:32:28.472Z | Checking socket2 v0.6.3 |
| 980 | 2026-04-10T03:32:28.496Z | Checking scopeguard v1.2.0 |
| 981 | 2026-04-10T03:32:28.538Z | Compiling newtype-uuid-macros v0.1.0 |
| 982 | 2026-04-10T03:32:28.557Z | Checking bitflags v2.11.0 |
| 983 | 2026-04-10T03:32:28.603Z | Checking lock_api v0.4.14 |
| 984 | 2026-04-10T03:32:28.715Z | Compiling multer v3.1.0 |
| 985 | 2026-04-10T03:32:28.769Z | Compiling async-stream-impl v0.3.6 |
| 986 | 2026-04-10T03:32:28.804Z | Compiling regress v0.10.5 |
| 987 | 2026-04-10T03:32:29.202Z | Checking parking_lot v0.12.5 |
| 988 | 2026-04-10T03:32:29.297Z | Compiling darling_core v0.23.0 |
| 989 | 2026-04-10T03:32:29.379Z | Compiling http v1.4.0 |
| 990 | 2026-04-10T03:32:29.398Z | Compiling strum_macros v0.26.4 |
| 991 | 2026-04-10T03:32:29.522Z | Compiling structmeta-derive v0.3.0 |
| 992 | 2026-04-10T03:32:29.875Z | Checking critical-section v1.2.0 |
| 993 | 2026-04-10T03:32:29.984Z | Checking once_cell v1.21.4 |
| 994 | 2026-04-10T03:32:30.169Z | Checking signal-hook-registry v1.4.8 |
| 995 | 2026-04-10T03:32:30.198Z | Checking mio v1.2.0 |
| 996 | 2026-04-10T03:32:30.482Z | Checking tokio v1.51.1 |
| 997 | 2026-04-10T03:32:30.545Z | Compiling dof v0.4.0 |
| 998 | 2026-04-10T03:32:30.564Z | Compiling structmeta v0.3.0 |
| 999 | 2026-04-10T03:32:30.894Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1000 | 2026-04-10T03:32:30.998Z | Compiling dropshot v0.16.7 |
| 1001 | 2026-04-10T03:32:31.234Z | Checking subtle v2.6.1 |
| 1002 | 2026-04-10T03:32:31.422Z | Compiling dropshot_endpoint v0.16.7 |
| 1003 | 2026-04-10T03:32:31.442Z | Compiling darling_macro v0.23.0 |
| 1004 | 2026-04-10T03:32:31.609Z | Compiling strum_macros v0.27.2 |
| 1005 | 2026-04-10T03:32:31.857Z | Compiling usdt-macro v0.6.0 |
| 1006 | 2026-04-10T03:32:31.896Z | Compiling usdt-attr-macro v0.6.0 |
| 1007 | 2026-04-10T03:32:31.989Z | Compiling darling v0.23.0 |
| 1008 | 2026-04-10T03:32:32.032Z | Compiling derive-ex v0.1.8 |
| 1009 | 2026-04-10T03:32:32.078Z | Compiling serde_with_macros v3.18.0 |
| 1010 | 2026-04-10T03:32:32.737Z | Compiling fnv v1.0.7 |
| 1011 | 2026-04-10T03:32:32.810Z | Checking futures-core v0.3.32 |
| 1012 | 2026-04-10T03:32:32.955Z | Compiling ryu v1.0.23 |
| 1013 | 2026-04-10T03:32:33.022Z | Compiling winnow v1.0.1 |
| 1014 | 2026-04-10T03:32:33.561Z | Compiling test-strategy v0.4.5 |
| 1015 | 2026-04-10T03:32:33.591Z | Checking futures-sink v0.3.32 |
| 1016 | 2026-04-10T03:32:33.690Z | Compiling parse-display-derive v0.10.0 |
| 1017 | 2026-04-10T03:32:33.793Z | Compiling openapiv3 v2.2.0 |
| 1018 | 2026-04-10T03:32:33.995Z | Compiling toml_parser v1.1.0+spec-1.1.0 |
| 1019 | 2026-04-10T03:32:34.032Z | Checking slab v0.4.12 |
| 1020 | 2026-04-10T03:32:34.444Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1021 | 2026-04-10T03:32:34.548Z | Checking futures-channel v0.3.32 |
| 1022 | 2026-04-10T03:32:34.743Z | Checking rand_core v0.6.4 |
| 1023 | 2026-04-10T03:32:34.886Z | Checking futures-io v0.3.32 |
| 1024 | 2026-04-10T03:32:34.923Z | Checking futures-task v0.3.32 |
| 1025 | 2026-04-10T03:32:35.068Z | Compiling clap_derive v4.6.0 |
| 1026 | 2026-04-10T03:32:35.071Z | Checking futures-util v0.3.32 |
| 1027 | 2026-04-10T03:32:35.201Z | Checking tracing-core v0.1.36 |
| 1028 | 2026-04-10T03:32:35.510Z | Checking tracing v0.1.44 |
| 1029 | 2026-04-10T03:32:35.662Z | Checking ipnetwork v0.21.1 |
| 1030 | 2026-04-10T03:32:35.904Z | Checking base64 v0.22.1 |
| 1031 | 2026-04-10T03:32:36.082Z | Compiling either v1.15.0 |
| 1032 | 2026-04-10T03:32:36.288Z | Compiling itertools v0.14.0 |
| 1033 | 2026-04-10T03:32:36.885Z | Checking rustls-pki-types v1.14.0 |
| 1034 | 2026-04-10T03:32:37.042Z | Checking erased-serde v0.3.31 |
| 1035 | 2026-04-10T03:32:37.525Z | Compiling toml_datetime v1.1.0+spec-1.1.0 |
| 1036 | 2026-04-10T03:32:37.545Z | Compiling unsafe-libyaml v0.2.11 |
| 1037 | 2026-04-10T03:32:37.722Z | Compiling toml_edit v0.25.8+spec-1.1.0 |
| 1038 | 2026-04-10T03:32:37.877Z | Compiling crucible-workspace-hack v0.1.0 |
| 1039 | 2026-04-10T03:32:38.092Z | Compiling serde_yaml v0.9.34+deprecated |
| 1040 | 2026-04-10T03:32:38.191Z | Checking untrusted v0.9.0 |
| 1041 | 2026-04-10T03:32:38.260Z | Compiling proc-macro-crate v3.5.0 |
| 1042 | 2026-04-10T03:32:38.572Z | Checking crypto-common v0.1.7 |
| 1043 | 2026-04-10T03:32:38.679Z | Compiling num_enum_derive v0.7.6 |
| 1044 | 2026-04-10T03:32:38.996Z | Checking ipnet v2.12.0 |
| 1045 | 2026-04-10T03:32:39.262Z | Checking oxnet v0.1.4 |
| 1046 | 2026-04-10T03:32:39.330Z | Checking tokio-util v0.7.18 |
| 1047 | 2026-04-10T03:32:39.412Z | Checking http-body v1.0.1 |
| 1048 | 2026-04-10T03:32:39.498Z | Compiling darling_core v0.21.3 |
| 1049 | 2026-04-10T03:32:39.580Z | Compiling zerocopy-derive v0.7.35 |
| 1050 | 2026-04-10T03:32:39.831Z | Checking atomic-waker v1.1.2 |
| 1051 | 2026-04-10T03:32:39.851Z | Compiling convert_case v0.4.0 |
| 1052 | 2026-04-10T03:32:39.932Z | Compiling typify-impl v0.6.1 |
| 1053 | 2026-04-10T03:32:40.154Z | Compiling derive_more v0.99.20 |
| 1054 | 2026-04-10T03:32:40.374Z | Checking tower-layer v0.3.3 |
| 1055 | 2026-04-10T03:32:40.533Z | Checking try-lock v0.2.5 |
| 1056 | 2026-04-10T03:32:40.551Z | Checking tower-service v0.3.3 |
| 1057 | 2026-04-10T03:32:40.637Z | Checking want v0.3.1 |
| 1058 | 2026-04-10T03:32:40.656Z | Checking h2 v0.4.13 |
| 1059 | 2026-04-10T03:32:41.621Z | Compiling darling_macro v0.21.3 |
| 1060 | 2026-04-10T03:32:41.644Z | Checking httpdate v1.0.3 |
| 1061 | 2026-04-10T03:32:41.793Z | Compiling heapless v0.8.0 |
| 1062 | 2026-04-10T03:32:42.099Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1063 | 2026-04-10T03:32:42.156Z | Compiling darling v0.21.3 |
| 1064 | 2026-04-10T03:32:42.341Z | Compiling ingot-macros v0.1.1 |
| 1065 | 2026-04-10T03:32:42.433Z | Compiling scroll_derive v0.12.1 |
| 1066 | 2026-04-10T03:32:42.480Z | Checking hyper v1.9.0 |
| 1067 | 2026-04-10T03:32:42.841Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 1068 | 2026-04-10T03:32:43.306Z | Compiling typify-macro v0.6.1 |
| 1069 | 2026-04-10T03:32:43.384Z | Checking hyper-util v0.1.20 |
| 1070 | 2026-04-10T03:32:43.471Z | Checking block-buffer v0.10.4 |
| 1071 | 2026-04-10T03:32:43.621Z | Checking ppv-lite86 v0.2.21 |
| 1072 | 2026-04-10T03:32:43.931Z | Compiling foreign-types-macros v0.2.3 |
| 1073 | 2026-04-10T03:32:44.454Z | Compiling smoltcp v0.11.0 |
| 1074 | 2026-04-10T03:32:44.541Z | Checking digest v0.10.7 |
| 1075 | 2026-04-10T03:32:44.587Z | Checking serde_urlencoded v0.7.1 |
| 1076 | 2026-04-10T03:32:44.789Z | Checking http-body-util v0.1.3 |
| 1077 | 2026-04-10T03:32:45.110Z | Compiling proc-macro-error-attr v1.0.4 |
| 1078 | 2026-04-10T03:32:45.310Z | Checking untrusted v0.7.1 |
| 1079 | 2026-04-10T03:32:45.516Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1080 | 2026-04-10T03:32:45.672Z | Compiling toml_datetime v0.6.11 |
| 1081 | 2026-04-10T03:32:45.976Z | Compiling proc-macro-error v1.0.4 |
| 1082 | 2026-04-10T03:32:46.120Z | Compiling rustix v0.38.44 |
| 1083 | 2026-04-10T03:32:46.410Z | Compiling typify v0.6.1 |
| 1084 | 2026-04-10T03:32:46.498Z | Compiling zerocopy v0.7.35 |
| 1085 | 2026-04-10T03:32:46.517Z | Compiling hubpack_derive v0.1.1 |
| 1086 | 2026-04-10T03:32:46.981Z | Compiling rustc_version v0.4.1 |
| 1087 | 2026-04-10T03:32:47.011Z | Compiling usdt-impl v0.5.0 |
| 1088 | 2026-04-10T03:32:47.182Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51) |
| 1089 | 2026-04-10T03:32:47.203Z | Compiling winnow v0.7.15 |
| 1090 | 2026-04-10T03:32:47.264Z | Compiling curve25519-dalek v4.1.3 |
| 1091 | 2026-04-10T03:32:47.459Z | Compiling dof v0.3.0 |
| 1092 | 2026-04-10T03:32:47.546Z | Compiling progenitor-impl v0.13.0 |
| 1093 | 2026-04-10T03:32:47.863Z | Compiling dtrace-parser v0.2.0 |
| 1094 | 2026-04-10T03:32:48.536Z | Compiling thread-id v4.2.2 |
| 1095 | 2026-04-10T03:32:48.728Z | Compiling pkg-config v0.3.32 |
| 1096 | 2026-04-10T03:32:48.825Z | Compiling heck v0.4.1 |
| 1097 | 2026-04-10T03:32:49.370Z | Compiling sync_wrapper v1.0.2 |
| 1098 | 2026-04-10T03:32:49.603Z | Compiling progenitor-macro v0.13.0 |
| 1099 | 2026-04-10T03:32:49.828Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1100 | 2026-04-10T03:32:49.850Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1101 | 2026-04-10T03:32:49.972Z | Compiling serde_spanned v1.1.0 |
| 1102 | 2026-04-10T03:32:50.051Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1103 | 2026-04-10T03:32:50.320Z | Compiling prettyplease v0.2.37 |
| 1104 | 2026-04-10T03:32:50.398Z | Compiling toml_writer v1.1.0+spec-1.1.0 |
| 1105 | 2026-04-10T03:32:50.561Z | Checking tower v0.5.3 |
| 1106 | 2026-04-10T03:32:50.602Z | Compiling toml v0.9.12+spec-1.1.0 |
| 1107 | 2026-04-10T03:32:51.077Z | Checking webpki-roots v1.0.6 |
| 1108 | 2026-04-10T03:32:51.233Z | Compiling memoffset v0.9.1 |
| 1109 | 2026-04-10T03:32:51.372Z | Checking powerfmt v0.2.0 |
| 1110 | 2026-04-10T03:32:51.469Z | Checking iri-string v0.7.12 |
| 1111 | 2026-04-10T03:32:51.642Z | Checking cpufeatures v0.2.17 |
| 1112 | 2026-04-10T03:32:51.719Z | Compiling fastrand v2.3.0 |
| 1113 | 2026-04-10T03:32:51.791Z | Compiling deranged v0.5.8 |
| 1114 | 2026-04-10T03:32:52.528Z | Checking tower-http v0.6.8 |
| 1115 | 2026-04-10T03:32:52.585Z | Compiling rand_core v0.9.5 |
| 1116 | 2026-04-10T03:32:52.749Z | Compiling usdt-attr-macro v0.5.0 |
| 1117 | 2026-04-10T03:32:52.789Z | Compiling usdt-macro v0.5.0 |
| 1118 | 2026-04-10T03:32:53.248Z | Compiling enum-as-inner v0.6.1 |
| 1119 | 2026-04-10T03:32:53.490Z | Compiling openssl-probe v0.2.1 |
| 1120 | 2026-04-10T03:32:53.656Z | Checking num_threads v0.1.7 |
| 1121 | 2026-04-10T03:32:53.732Z | Compiling cfg_aliases v0.2.1 |
| 1122 | 2026-04-10T03:32:53.750Z | Checking time v0.3.47 |
| 1123 | 2026-04-10T03:32:53.805Z | Compiling nix v0.31.2 |
| 1124 | 2026-04-10T03:32:53.805Z | Compiling rustls-native-certs v0.8.3 |
| 1125 | 2026-04-10T03:32:54.391Z | Compiling newtype-uuid v1.3.2 |
| 1126 | 2026-04-10T03:32:54.650Z | Compiling daft v0.1.5 |
| 1127 | 2026-04-10T03:32:54.729Z | Compiling rand_chacha v0.9.0 |
| 1128 | 2026-04-10T03:32:54.884Z | Compiling tempfile v3.27.0 |
| 1129 | 2026-04-10T03:32:54.904Z | Checking crossbeam-channel v0.5.15 |
| 1130 | 2026-04-10T03:32:55.043Z | Compiling thread_local v1.1.9 |
| 1131 | 2026-04-10T03:32:55.078Z | Compiling wait-timeout v0.2.1 |
| 1132 | 2026-04-10T03:32:55.230Z | Compiling bit-vec v0.8.0 |
| 1133 | 2026-04-10T03:32:55.272Z | Compiling quick-error v1.2.3 |
| 1134 | 2026-04-10T03:32:55.294Z | Compiling match_cfg v0.1.0 |
| 1135 | 2026-04-10T03:32:55.313Z | Compiling rand_chacha v0.3.1 |
| 1136 | 2026-04-10T03:32:55.357Z | Compiling rusty-fork v0.3.1 |
| 1137 | 2026-04-10T03:32:55.377Z | Compiling hostname v0.3.1 |
| 1138 | 2026-04-10T03:32:55.454Z | Compiling rustls-webpki v0.102.8 |
| 1139 | 2026-04-10T03:32:55.506Z | Compiling bit-set v0.8.0 |
| 1140 | 2026-04-10T03:32:55.589Z | Compiling rand v0.9.2 |
| 1141 | 2026-04-10T03:32:55.671Z | Compiling slog-json v2.6.1 |
| 1142 | 2026-04-10T03:32:55.884Z | Compiling rand_xorshift v0.4.0 |
| 1143 | 2026-04-10T03:32:55.951Z | Compiling futures-executor v0.3.32 |
| 1144 | 2026-04-10T03:32:56.152Z | Compiling encoding_rs v0.8.35 |
| 1145 | 2026-04-10T03:32:56.192Z | Compiling is-terminal v0.4.17 |
| 1146 | 2026-04-10T03:32:56.290Z | Compiling memmap2 v0.9.10 |
| 1147 | 2026-04-10T03:32:56.322Z | Compiling mime v0.3.17 |
| 1148 | 2026-04-10T03:32:56.418Z | Compiling spin v0.9.8 |
| 1149 | 2026-04-10T03:32:56.438Z | Compiling take_mut v0.2.2 |
| 1150 | 2026-04-10T03:32:56.493Z | Compiling hex v0.4.3 |
| 1151 | 2026-04-10T03:32:56.537Z | Compiling winnow v0.5.40 |
| 1152 | 2026-04-10T03:32:56.575Z | Compiling rayon-core v1.13.0 |
| 1153 | 2026-04-10T03:32:56.578Z | Compiling unarray v0.1.4 |
| 1154 | 2026-04-10T03:32:56.688Z | Compiling term v1.2.1 |
| 1155 | 2026-04-10T03:32:56.747Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1156 | 2026-04-10T03:32:56.770Z | Compiling proptest v1.11.0 |
| 1157 | 2026-04-10T03:32:56.920Z | Compiling usdt v0.6.0 |
| 1158 | 2026-04-10T03:32:57.183Z | Compiling slog-term v2.9.2 |
| 1159 | 2026-04-10T03:32:57.222Z | Compiling sha1 v0.10.6 |
| 1160 | 2026-04-10T03:32:57.433Z | Compiling futures v0.3.32 |
| 1161 | 2026-04-10T03:32:57.521Z | Compiling slog-bunyan v2.5.0 |
| 1162 | 2026-04-10T03:32:57.557Z | Compiling rand v0.8.5 |
| 1163 | 2026-04-10T03:32:57.659Z | Compiling reqwest v0.12.28 |
| 1164 | 2026-04-10T03:32:57.679Z | Compiling tokio-rustls v0.25.0 |
| 1165 | 2026-04-10T03:32:57.897Z | Compiling toml_edit v0.19.15 |
| 1166 | 2026-04-10T03:32:57.897Z | Compiling backon v1.6.0 |
| 1167 | 2026-04-10T03:32:58.112Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1168 | 2026-04-10T03:32:58.248Z | Compiling waitgroup v0.1.2 |
| 1169 | 2026-04-10T03:32:58.301Z | Compiling rustls-pemfile v2.2.0 |
| 1170 | 2026-04-10T03:32:58.385Z | Compiling async-stream v0.3.6 |
| 1171 | 2026-04-10T03:32:58.556Z | Compiling strum v0.26.3 |
| 1172 | 2026-04-10T03:32:58.771Z | Compiling num-integer v0.1.46 |
| 1173 | 2026-04-10T03:32:59.010Z | Compiling instant v0.1.13 |
| 1174 | 2026-04-10T03:32:59.071Z | Compiling hostname v0.4.2 |
| 1175 | 2026-04-10T03:32:59.074Z | Compiling serde_path_to_error v0.1.20 |
| 1176 | 2026-04-10T03:32:59.211Z | Compiling debug-ignore v1.0.5 |
| 1177 | 2026-04-10T03:32:59.432Z | Compiling rustc-hash v2.1.2 |
| 1178 | 2026-04-10T03:32:59.452Z | Compiling utf8parse v0.2.2 |
| 1179 | 2026-04-10T03:32:59.570Z | Compiling iddqd v0.3.17 |
| 1180 | 2026-04-10T03:32:59.574Z | Compiling anstyle-parse v1.0.0 |
| 1181 | 2026-04-10T03:32:59.789Z | Compiling backoff v0.4.0 |
| 1182 | 2026-04-10T03:32:59.837Z | Compiling proc-macro-crate v1.3.1 |
| 1183 | 2026-04-10T03:32:59.857Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1184 | 2026-04-10T03:32:59.896Z | Compiling progenitor-client v0.10.0 |
| 1185 | 2026-04-10T03:32:59.988Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1186 | 2026-04-10T03:33:00.007Z | Checking rustls-webpki v0.103.10 |
| 1187 | 2026-04-10T03:33:00.175Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1) |
| 1188 | 2026-04-10T03:33:00.230Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1189 | 2026-04-10T03:33:00.448Z | Compiling parse-display v0.10.0 |
| 1190 | 2026-04-10T03:33:00.554Z | Compiling strum v0.27.2 |
| 1191 | 2026-04-10T03:33:00.588Z | Compiling serde_with v3.18.0 |
| 1192 | 2026-04-10T03:33:00.712Z | Compiling macaddr v1.0.1 |
| 1193 | 2026-04-10T03:33:00.730Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1194 | 2026-04-10T03:33:00.969Z | Compiling anstyle-query v1.1.5 |
| 1195 | 2026-04-10T03:33:00.972Z | Compiling is_terminal_polyfill v1.70.2 |
| 1196 | 2026-04-10T03:33:01.002Z | Compiling vcpkg v0.2.15 |
| 1197 | 2026-04-10T03:33:01.088Z | Compiling anstyle v1.0.14 |
| 1198 | 2026-04-10T03:33:01.220Z | Compiling semver v0.1.20 |
| 1199 | 2026-04-10T03:33:01.317Z | Compiling colorchoice v1.0.5 |
| 1200 | 2026-04-10T03:33:01.439Z | Compiling rustc_version v0.1.7 |
| 1201 | 2026-04-10T03:33:01.482Z | Compiling anstream v1.0.0 |
| 1202 | 2026-04-10T03:33:01.570Z | Compiling openssl-sys v0.9.112 |
| 1203 | 2026-04-10T03:33:01.651Z | Compiling num_enum_derive v0.5.11 |
| 1204 | 2026-04-10T03:33:01.776Z | Compiling num-rational v0.4.2 |
| 1205 | 2026-04-10T03:33:01.856Z | Compiling num-iter v0.1.45 |
| 1206 | 2026-04-10T03:33:02.073Z | Compiling terminal_size v0.4.4 |
| 1207 | 2026-04-10T03:33:02.478Z | Compiling num-complex v0.4.6 |
| 1208 | 2026-04-10T03:33:02.521Z | Compiling serde_spanned v0.6.9 |
| 1209 | 2026-04-10T03:33:02.617Z | Compiling pin-project-internal v1.1.11 |
| 1210 | 2026-04-10T03:33:02.669Z | Compiling derive-where v1.6.1 |
| 1211 | 2026-04-10T03:33:02.787Z | Checking tokio-rustls v0.26.4 |
| 1212 | 2026-04-10T03:33:02.860Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1213 | 2026-04-10T03:33:03.027Z | Checking hyper-rustls v0.27.7 |
| 1214 | 2026-04-10T03:33:03.084Z | Compiling serde_repr v0.1.20 |
| 1215 | 2026-04-10T03:33:03.234Z | Compiling clap_lex v1.1.0 |
| 1216 | 2026-04-10T03:33:03.502Z | Compiling rustls-platform-verifier v0.6.2 |
| 1217 | 2026-04-10T03:33:03.534Z | Compiling toml_write v0.1.2 |
| 1218 | 2026-04-10T03:33:03.723Z | Compiling toml_edit v0.22.27 |
| 1219 | 2026-04-10T03:33:03.770Z | Compiling clap_builder v4.6.0 |
| 1220 | 2026-04-10T03:33:03.888Z | Compiling num v0.4.3 |
| 1221 | 2026-04-10T03:33:03.968Z | Compiling reqwest v0.13.2 |
| 1222 | 2026-04-10T03:33:04.257Z | Compiling newtype_derive v0.1.6 |
| 1223 | 2026-04-10T03:33:04.484Z | Compiling owo-colors v4.3.0 |
| 1224 | 2026-04-10T03:33:04.524Z | Compiling float-ord v0.3.2 |
| 1225 | 2026-04-10T03:33:04.958Z | Compiling zone_cfg_derive v0.3.1 |
| 1226 | 2026-04-10T03:33:04.975Z | Compiling snafu-derive v0.8.9 |
| 1227 | 2026-04-10T03:33:06.141Z | Compiling toml v0.8.23 |
| 1228 | 2026-04-10T03:33:06.145Z | Compiling progenitor-client v0.13.0 |
| 1229 | 2026-04-10T03:33:06.145Z | Compiling clap v4.6.0 |
| 1230 | 2026-04-10T03:33:06.145Z | Compiling async-recursion v1.1.1 |
| 1231 | 2026-04-10T03:33:06.145Z | Compiling progenitor-extras v0.1.1 |
| 1232 | 2026-04-10T03:33:06.163Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1233 | 2026-04-10T03:33:06.555Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1234 | 2026-04-10T03:33:06.639Z | Compiling slog-dtrace v0.3.0 |
| 1235 | 2026-04-10T03:33:06.688Z | Compiling openssl v0.10.76 |
| 1236 | 2026-04-10T03:33:06.713Z | Compiling unicode-xid v0.2.6 |
| 1237 | 2026-04-10T03:33:06.733Z | Compiling cancel-safe-futures v0.1.5 |
| 1238 | 2026-04-10T03:33:06.884Z | Compiling chrono-tz v0.10.4 |
| 1239 | 2026-04-10T03:33:06.887Z | Compiling minimal-lexical v0.2.1 |
| 1240 | 2026-04-10T03:33:07.060Z | Compiling const_format_proc_macros v0.2.34 |
| 1241 | 2026-04-10T03:33:07.122Z | Compiling nom v7.1.3 |
| 1242 | 2026-04-10T03:33:07.580Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1243 | 2026-04-10T03:33:07.655Z | Compiling num-derive v0.3.3 |
| 1244 | 2026-04-10T03:33:07.835Z | Compiling num-derive v0.4.2 |
| 1245 | 2026-04-10T03:33:07.979Z | Compiling openssl-macros v0.1.1 |
| 1246 | 2026-04-10T03:33:08.405Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1247 | 2026-04-10T03:33:08.716Z | Compiling cookie v0.18.1 |
| 1248 | 2026-04-10T03:33:08.744Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1249 | 2026-04-10T03:33:08.881Z | Checking unicode-width v0.2.2 |
| 1250 | 2026-04-10T03:33:09.137Z | Compiling tabled_derive v0.7.0 |
| 1251 | 2026-04-10T03:33:10.863Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1252 | 2026-04-10T03:33:11.316Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1253 | 2026-04-10T03:33:12.819Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1254 | 2026-04-10T03:33:14.011Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1255 | 2026-04-10T03:33:14.764Z | Compiling crc32fast v1.5.0 |
| 1256 | 2026-04-10T03:33:15.358Z | Checking num_enum v0.7.6 |
| 1257 | 2026-04-10T03:33:15.780Z | Checking colored v3.1.1 |
| 1258 | 2026-04-10T03:33:16.263Z | Checking tabwriter v1.4.1 |
| 1259 | 2026-04-10T03:33:16.674Z | Checking tinyvec_macros v0.1.1 |
| 1260 | 2026-04-10T03:33:16.859Z | Checking tinyvec v1.11.0 |
| 1261 | 2026-04-10T03:33:17.284Z | Checking hash32 v0.3.1 |
| 1262 | 2026-04-10T03:33:17.412Z | Checking secrecy v0.10.3 |
| 1263 | 2026-04-10T03:33:17.593Z | Checking foreign-types-shared v0.3.1 |
| 1264 | 2026-04-10T03:33:17.653Z | Checking cpufeatures v0.3.0 |
| 1265 | 2026-04-10T03:33:17.674Z | Checking data-encoding v2.10.0 |
| 1266 | 2026-04-10T03:33:17.693Z | Checking foreign-types v0.5.0 |
| 1267 | 2026-04-10T03:33:17.751Z | Checking chacha20 v0.10.0 |
| 1268 | 2026-04-10T03:33:17.790Z | Checking ingot-types v0.1.2 |
| 1269 | 2026-04-10T03:33:17.950Z | Checking crossbeam-epoch v0.9.18 |
| 1270 | 2026-04-10T03:33:18.077Z | Checking scroll v0.12.0 |
| 1271 | 2026-04-10T03:33:18.186Z | Checking cobs v0.3.0 |
| 1272 | 2026-04-10T03:33:18.234Z | Checking cstr-argument v0.1.2 |
| 1273 | 2026-04-10T03:33:18.302Z | Checking bitflags v1.3.2 |
| 1274 | 2026-04-10T03:33:18.340Z | Checking managed v0.8.0 |
| 1275 | 2026-04-10T03:33:18.359Z | Checking static_assertions v1.1.0 |
| 1276 | 2026-04-10T03:33:18.377Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1277 | 2026-04-10T03:33:18.395Z | Checking postcard v1.1.3 |
| 1278 | 2026-04-10T03:33:18.414Z | Checking goblin v0.8.2 |
| 1279 | 2026-04-10T03:33:18.546Z | Checking ingot v0.1.1 |
| 1280 | 2026-04-10T03:33:18.584Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 1281 | 2026-04-10T03:33:18.627Z | Checking rand v0.10.0 |
| 1282 | 2026-04-10T03:33:18.874Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1283 | 2026-04-10T03:33:18.989Z | Checking hmac v0.12.1 |
| 1284 | 2026-04-10T03:33:19.130Z | Checking inout v0.1.4 |
| 1285 | 2026-04-10T03:33:19.234Z | Checking ff v0.13.1 |
| 1286 | 2026-04-10T03:33:19.574Z | Checking group v0.13.0 |
| 1287 | 2026-04-10T03:33:19.656Z | Checking progenitor v0.13.0 |
| 1288 | 2026-04-10T03:33:19.675Z | Checking cipher v0.4.4 |
| 1289 | 2026-04-10T03:33:19.694Z | Checking hkdf v0.12.4 |
| 1290 | 2026-04-10T03:33:20.021Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1291 | 2026-04-10T03:33:20.236Z | Checking hubpack v0.1.2 |
| 1292 | 2026-04-10T03:33:20.330Z | Checking universal-hash v0.5.1 |
| 1293 | 2026-04-10T03:33:20.409Z | Checking crypto-bigint v0.5.5 |
| 1294 | 2026-04-10T03:33:20.461Z | Checking half v2.7.1 |
| 1295 | 2026-04-10T03:33:20.579Z | Checking bstr v1.12.1 |
| 1296 | 2026-04-10T03:33:20.727Z | Checking base64ct v1.8.3 |
| 1297 | 2026-04-10T03:33:20.776Z | Checking ciborium-io v0.2.2 |
| 1298 | 2026-04-10T03:33:20.820Z | Checking base16ct v0.2.0 |
| 1299 | 2026-04-10T03:33:20.876Z | Checking opaque-debug v0.3.1 |
| 1300 | 2026-04-10T03:33:20.915Z | Checking lazy_static v1.5.0 |
| 1301 | 2026-04-10T03:33:20.946Z | Checking ciborium-ll v0.2.2 |
| 1302 | 2026-04-10T03:33:20.967Z | Checking poly1305 v0.8.0 |
| 1303 | 2026-04-10T03:33:21.004Z | Checking password-hash v0.5.0 |
| 1304 | 2026-04-10T03:33:21.128Z | Checking chacha20 v0.9.1 |
| 1305 | 2026-04-10T03:33:21.267Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1306 | 2026-04-10T03:33:21.301Z | Checking elliptic-curve v0.13.8 |
| 1307 | 2026-04-10T03:33:21.348Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b) |
| 1308 | 2026-04-10T03:33:21.367Z | Checking byte-wrapper v0.1.0 |
| 1309 | 2026-04-10T03:33:21.518Z | Checking thiserror-no-std v2.0.2 |
| 1310 | 2026-04-10T03:33:21.552Z | Checking blake2 v0.10.6 |
| 1311 | 2026-04-10T03:33:21.555Z | Checking aead v0.5.2 |
| 1312 | 2026-04-10T03:33:21.594Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 1313 | 2026-04-10T03:33:21.632Z | Checking memmap v0.7.0 |
| 1314 | 2026-04-10T03:33:21.679Z | Checking keccak v0.1.6 |
| 1315 | 2026-04-10T03:33:21.699Z | Checking indent_write v2.2.0 |
| 1316 | 2026-04-10T03:33:21.762Z | Checking usdt v0.5.0 |
| 1317 | 2026-04-10T03:33:21.811Z | Checking argon2 v0.5.3 |
| 1318 | 2026-04-10T03:33:21.837Z | Checking chacha20poly1305 v0.10.1 |
| 1319 | 2026-04-10T03:33:21.839Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 1320 | 2026-04-10T03:33:21.840Z | Checking sha3 v0.10.8 |
| 1321 | 2026-04-10T03:33:21.923Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1322 | 2026-04-10T03:33:21.963Z | Checking ciborium v0.2.2 |
| 1323 | 2026-04-10T03:33:22.111Z | Checking itertools v0.12.1 |
| 1324 | 2026-04-10T03:33:22.183Z | Checking vsss-rs v3.3.4 |
| 1325 | 2026-04-10T03:33:22.463Z | Checking bytecount v0.6.9 |
| 1326 | 2026-04-10T03:33:22.568Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1327 | 2026-04-10T03:33:22.677Z | Checking atomicwrites v0.4.4 |
| 1328 | 2026-04-10T03:33:22.808Z | Checking crossbeam-deque v0.8.6 |
| 1329 | 2026-04-10T03:33:23.067Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1330 | 2026-04-10T03:33:23.118Z | Checking swrite v0.1.0 |
| 1331 | 2026-04-10T03:33:23.241Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1332 | 2026-04-10T03:33:23.244Z | Checking resolv-conf v0.7.6 |
| 1333 | 2026-04-10T03:33:23.281Z | Compiling parking_lot_core v0.8.6 |
| 1334 | 2026-04-10T03:33:23.281Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 1335 | 2026-04-10T03:33:23.315Z | Checking linked-hash-map v0.5.6 |
| 1336 | 2026-04-10T03:33:23.403Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1337 | 2026-04-10T03:33:23.488Z | Checking lru-cache v0.1.2 |
| 1338 | 2026-04-10T03:33:23.582Z | Checking similar v2.7.0 |
| 1339 | 2026-04-10T03:33:23.622Z | Checking hickory-proto v0.24.4 |
| 1340 | 2026-04-10T03:33:23.798Z | Checking serde-big-array v0.5.1 |
| 1341 | 2026-04-10T03:33:23.865Z | Checking unicode-segmentation v1.13.2 |
| 1342 | 2026-04-10T03:33:23.937Z | Checking siphasher v1.0.2 |
| 1343 | 2026-04-10T03:33:24.085Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1344 | 2026-04-10T03:33:24.104Z | Checking phf_shared v0.12.1 |
| 1345 | 2026-04-10T03:33:24.204Z | Checking newline-converter v0.3.0 |
| 1346 | 2026-04-10T03:33:24.225Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1347 | 2026-04-10T03:33:24.245Z | Checking rayon v1.11.0 |
| 1348 | 2026-04-10T03:33:24.318Z | Checking unicode-normalization v0.1.25 |
| 1349 | 2026-04-10T03:33:24.484Z | Checking console v0.15.11 |
| 1350 | 2026-04-10T03:33:24.726Z | Checking camino-tempfile v1.4.1 |
| 1351 | 2026-04-10T03:33:24.770Z | Checking pin-project v1.1.11 |
| 1352 | 2026-04-10T03:33:24.876Z | Checking num_enum v0.5.11 |
| 1353 | 2026-04-10T03:33:24.997Z | Checking tokio-stream v0.1.18 |
| 1354 | 2026-04-10T03:33:25.127Z | Checking hickory-resolver v0.24.4 |
| 1355 | 2026-04-10T03:33:25.340Z | Checking csv-core v0.1.13 |
| 1356 | 2026-04-10T03:33:25.381Z | Checking foldhash v0.1.5 |
| 1357 | 2026-04-10T03:33:25.405Z | Checking same-file v1.0.6 |
| 1358 | 2026-04-10T03:33:25.523Z | Checking highway v1.3.0 |
| 1359 | 2026-04-10T03:33:25.523Z | Checking foreign-types-shared v0.1.1 |
| 1360 | 2026-04-10T03:33:25.562Z | Checking unicode-width v0.1.14 |
| 1361 | 2026-04-10T03:33:25.619Z | Checking foreign-types v0.3.2 |
| 1362 | 2026-04-10T03:33:25.670Z | Checking walkdir v2.5.0 |
| 1363 | 2026-04-10T03:33:25.699Z | Checking csv v1.4.0 |
| 1364 | 2026-04-10T03:33:25.784Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1365 | 2026-04-10T03:33:25.805Z | Checking qorb v0.4.1 |
| 1366 | 2026-04-10T03:33:25.827Z | Checking hashbrown v0.15.5 |
| 1367 | 2026-04-10T03:33:26.176Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1368 | 2026-04-10T03:33:26.295Z | Checking snafu v0.8.9 |
| 1369 | 2026-04-10T03:33:26.338Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1370 | 2026-04-10T03:33:26.359Z | Checking expectorate v1.2.0 |
| 1371 | 2026-04-10T03:33:26.362Z | Checking olpc-cjson v0.1.4 |
| 1372 | 2026-04-10T03:33:26.494Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1373 | 2026-04-10T03:33:26.516Z | Checking phf v0.12.1 |
| 1374 | 2026-04-10T03:33:26.536Z | Checking zone v0.3.1 |
| 1375 | 2026-04-10T03:33:26.555Z | Checking tokio-dtrace v0.1.1 |
| 1376 | 2026-04-10T03:33:26.663Z | Checking globset v0.4.18 |
| 1377 | 2026-04-10T03:33:26.744Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1378 | 2026-04-10T03:33:26.806Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 1379 | 2026-04-10T03:33:26.992Z | Checking smf v0.2.3 |
| 1380 | 2026-04-10T03:33:27.235Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 1381 | 2026-04-10T03:33:27.264Z | Checking pem v3.0.6 |
| 1382 | 2026-04-10T03:33:27.434Z | Checking libsw-core v0.3.2 |
| 1383 | 2026-04-10T03:33:27.455Z | Checking serde_plain v1.0.2 |
| 1384 | 2026-04-10T03:33:27.472Z | Checking sigpipe v0.1.3 |
| 1385 | 2026-04-10T03:33:27.492Z | Checking smawk v0.3.2 |
| 1386 | 2026-04-10T03:33:27.495Z | Checking jiff v0.2.23 |
| 1387 | 2026-04-10T03:33:27.582Z | Checking typed-path v0.9.3 |
| 1388 | 2026-04-10T03:33:27.606Z | Checking unicode-linebreak v0.1.5 |
| 1389 | 2026-04-10T03:33:27.643Z | Checking fixedbitset v0.5.7 |
| 1390 | 2026-04-10T03:33:27.772Z | Checking glob v0.3.3 |
| 1391 | 2026-04-10T03:33:27.793Z | Checking fixedbitset v0.4.2 |
| 1392 | 2026-04-10T03:33:27.824Z | Checking textwrap v0.16.2 |
| 1393 | 2026-04-10T03:33:27.850Z | Checking petgraph v0.8.3 |
| 1394 | 2026-04-10T03:33:27.950Z | Checking petgraph v0.6.5 |
| 1395 | 2026-04-10T03:33:27.969Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1396 | 2026-04-10T03:33:28.137Z | Checking libsw v3.5.0 |
| 1397 | 2026-04-10T03:33:28.296Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 1398 | 2026-04-10T03:33:28.364Z | Checking tough v0.20.0 |
| 1399 | 2026-04-10T03:33:29.093Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1400 | 2026-04-10T03:33:29.162Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1401 | 2026-04-10T03:33:29.220Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 1402 | 2026-04-10T03:33:29.303Z | Checking oxide-tokio-rt v0.1.3 |
| 1403 | 2026-04-10T03:33:29.475Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1404 | 2026-04-10T03:33:29.548Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1405 | 2026-04-10T03:33:29.693Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1406 | 2026-04-10T03:33:29.864Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1407 | 2026-04-10T03:33:29.939Z | Checking papergrid v0.11.0 |
| 1408 | 2026-04-10T03:33:30.275Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1409 | 2026-04-10T03:33:30.296Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1410 | 2026-04-10T03:33:30.367Z | Checking gethostname v0.5.0 |
| 1411 | 2026-04-10T03:33:30.401Z | Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1412 | 2026-04-10T03:33:30.462Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1413 | 2026-04-10T03:33:30.515Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1414 | 2026-04-10T03:33:30.539Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1415 | 2026-04-10T03:33:30.559Z | Checking libscf-sys v1.1.0 |
| 1416 | 2026-04-10T03:33:30.562Z | Checking const_format v0.2.35 |
| 1417 | 2026-04-10T03:33:30.712Z | Checking bcs v0.1.6 |
| 1418 | 2026-04-10T03:33:30.811Z | Checking tagptr v0.2.0 |
| 1419 | 2026-04-10T03:33:30.880Z | Checking whoami v1.6.1 |
| 1420 | 2026-04-10T03:33:30.938Z | Checking termtree v0.5.1 |
| 1421 | 2026-04-10T03:33:30.957Z | Checking linear-map v1.2.0 |
| 1422 | 2026-04-10T03:33:30.976Z | Checking moka v0.12.15 |
| 1423 | 2026-04-10T03:33:31.002Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1424 | 2026-04-10T03:33:31.059Z | Checking tabled v0.15.0 |
| 1425 | 2026-04-10T03:33:31.080Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1426 | 2026-04-10T03:33:31.132Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1427 | 2026-04-10T03:33:31.272Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1428 | 2026-04-10T03:33:31.616Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1429 | 2026-04-10T03:33:31.789Z | Checking steno v0.4.1 |
| 1430 | 2026-04-10T03:33:31.817Z | Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1431 | 2026-04-10T03:33:32.044Z | Checking hickory-proto v0.25.2 |
| 1432 | 2026-04-10T03:33:32.413Z | Checking humantime v2.3.0 |
| 1433 | 2026-04-10T03:33:32.540Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 1434 | 2026-04-10T03:33:32.949Z | Compiling typify-impl v0.4.3 |
| 1435 | 2026-04-10T03:33:33.239Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 1436 | 2026-04-10T03:33:33.637Z | Checking hickory-resolver v0.25.2 |
| 1437 | 2026-04-10T03:33:34.308Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1438 | 2026-04-10T03:33:36.320Z | Compiling typify-macro v0.4.3 |
| 1439 | 2026-04-10T03:33:37.760Z | Compiling crunchy v0.2.4 |
| 1440 | 2026-04-10T03:33:38.368Z | Compiling tiny-keccak v2.0.2 |
| 1441 | 2026-04-10T03:33:40.023Z | Compiling const-random-macro v0.1.16 |
| 1442 | 2026-04-10T03:33:40.100Z | Compiling typify v0.4.3 |
| 1443 | 2026-04-10T03:33:40.280Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1444 | 2026-04-10T03:33:43.182Z | Compiling smartstring v1.0.1 |
| 1445 | 2026-04-10T03:33:43.182Z | Compiling ahash v0.8.12 |
| 1446 | 2026-04-10T03:33:47.330Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1447 | 2026-04-10T03:33:48.999Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1448 | 2026-04-10T03:33:49.181Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1449 | 2026-04-10T03:33:49.309Z | Checking parking_lot v0.11.2 |
| 1450 | 2026-04-10T03:33:49.383Z | Checking fxhash v0.2.1 |
| 1451 | 2026-04-10T03:33:49.432Z | Compiling rhai_codegen v3.1.0 |
| 1452 | 2026-04-10T03:33:49.531Z | Checking sled v0.34.7 |
| 1453 | 2026-04-10T03:33:49.659Z | Checking rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types) |
| 1454 | 2026-04-10T03:33:49.680Z | Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 1455 | 2026-04-10T03:33:49.857Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1456 | 2026-04-10T03:33:50.132Z | Compiling dropshot v0.17.0 |
| 1457 | 2026-04-10T03:33:50.275Z | Checking internet-checksum v0.2.1 |
| 1458 | 2026-04-10T03:33:50.403Z | Compiling proc-macro-error2 v2.0.1 |
| 1459 | 2026-04-10T03:33:50.438Z | Compiling dropshot_endpoint v0.17.0 |
| 1460 | 2026-04-10T03:33:50.601Z | Compiling progenitor-impl v0.11.2 |
| 1461 | 2026-04-10T03:33:50.682Z | Checking ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 1462 | 2026-04-10T03:33:50.699Z | Compiling tabled_derive v0.11.0 |
| 1463 | 2026-04-10T03:33:50.746Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375) |
| 1464 | 2026-04-10T03:33:51.272Z | Checking adler2 v2.0.1 |
| 1465 | 2026-04-10T03:33:51.404Z | Checking simd-adler32 v0.3.9 |
| 1466 | 2026-04-10T03:33:51.559Z | Checking miniz_oxide v0.8.9 |
| 1467 | 2026-04-10T03:33:51.583Z | Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 1468 | 2026-04-10T03:33:51.727Z | Checking const-random v0.1.18 |
| 1469 | 2026-04-10T03:33:51.911Z | Checking flate2 v1.1.9 |
| 1470 | 2026-04-10T03:33:52.264Z | Checking thin-vec v0.2.14 |
| 1471 | 2026-04-10T03:33:52.321Z | Checking compression-core v0.4.31 |
| 1472 | 2026-04-10T03:33:52.457Z | Checking compression-codecs v0.4.37 |
| 1473 | 2026-04-10T03:33:52.493Z | Checking rhai v1.24.0 |
| 1474 | 2026-04-10T03:33:52.721Z | Compiling progenitor-macro v0.11.2 |
| 1475 | 2026-04-10T03:33:52.788Z | Checking nom v8.0.0 |
| 1476 | 2026-04-10T03:33:53.020Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=28d5170f6f7d75b6b436e12207eb7ad98a2e4a15#28d5170f) |
| 1477 | 2026-04-10T03:33:53.351Z | Checking toml v1.1.0+spec-1.1.0 |
| 1478 | 2026-04-10T03:33:53.411Z | Checking async-compression v0.4.41 |
| 1479 | 2026-04-10T03:33:53.507Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=28d5170f6f7d75b6b436e12207eb7ad98a2e4a15#28d5170f) |
| 1480 | 2026-04-10T03:33:53.664Z | Checking arc-swap v1.9.0 |
| 1481 | 2026-04-10T03:33:53.895Z | Checking slog-scope v4.4.1 |
| 1482 | 2026-04-10T03:33:54.029Z | Checking papergrid v0.17.0 |
| 1483 | 2026-04-10T03:33:54.049Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375) |
| 1484 | 2026-04-10T03:33:54.077Z | Checking testing_table v0.3.0 |
| 1485 | 2026-04-10T03:33:54.182Z | Checking dropshot-api-manager-types v0.7.0 |
| 1486 | 2026-04-10T03:33:54.684Z | Checking slog-stdlog v4.1.1 |
| 1487 | 2026-04-10T03:33:54.790Z | Checking tabled v0.20.0 |
| 1488 | 2026-04-10T03:33:54.811Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375) |
| 1489 | 2026-04-10T03:33:54.910Z | Checking ddm-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-types/versions) |
| 1490 | 2026-04-10T03:33:55.705Z | Compiling progenitor-impl v0.10.0 |
| 1491 | 2026-04-10T03:33:55.775Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1492 | 2026-04-10T03:33:55.841Z | Checking progenitor-client v0.11.2 |
| 1493 | 2026-04-10T03:33:55.913Z | Compiling lzma-sys v0.1.20 |
| 1494 | 2026-04-10T03:33:56.219Z | Compiling fs-err v3.3.0 |
| 1495 | 2026-04-10T03:33:56.294Z | Compiling typeid v1.0.3 |
| 1496 | 2026-04-10T03:33:56.677Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 1497 | 2026-04-10T03:33:56.822Z | Checking progenitor v0.11.2 |
| 1498 | 2026-04-10T03:33:56.964Z | Checking slog-envlogger v2.2.0 |
| 1499 | 2026-04-10T03:33:57.119Z | Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 1500 | 2026-04-10T03:33:57.812Z | Compiling progenitor-macro v0.10.0 |
| 1501 | 2026-04-10T03:33:58.018Z | Checking crc8 v0.1.1 |
| 1502 | 2026-04-10T03:33:58.127Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 1503 | 2026-04-10T03:33:59.589Z | Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 1504 | 2026-04-10T03:34:00.244Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=28d5170f6f7d75b6b436e12207eb7ad98a2e4a15#28d5170f) |
| 1505 | 2026-04-10T03:34:00.463Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=28d5170f6f7d75b6b436e12207eb7ad98a2e4a15#28d5170f) |
| 1506 | 2026-04-10T03:34:01.253Z | Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 1507 | 2026-04-10T03:34:01.375Z | Compiling cargo_toml v0.22.3 |
| 1508 | 2026-04-10T03:34:01.840Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 1509 | 2026-04-10T03:34:02.906Z | Checking utf-8 v0.7.6 |
| 1510 | 2026-04-10T03:34:03.200Z | Checking tungstenite v0.21.0 |
| 1511 | 2026-04-10T03:34:03.623Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10) |
| 1512 | 2026-04-10T03:34:03.661Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=28d5170f6f7d75b6b436e12207eb7ad98a2e4a15#28d5170f) |
| 1513 | 2026-04-10T03:34:03.943Z | Checking ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 1514 | 2026-04-10T03:34:03.970Z | Checking ddm-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-types) |
| 1515 | 2026-04-10T03:34:04.414Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1516 | 2026-04-10T03:34:04.620Z | Checking sha2 v0.10.9 |
| 1517 | 2026-04-10T03:34:04.804Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 1518 | 2026-04-10T03:34:04.895Z | Checking diff v0.1.13 |
| 1519 | 2026-04-10T03:34:04.981Z | Checking yansi v1.0.1 |
| 1520 | 2026-04-10T03:34:05.039Z | Checking progenitor v0.10.0 |
| 1521 | 2026-04-10T03:34:05.059Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 1522 | 2026-04-10T03:34:05.181Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=28d5170f6f7d75b6b436e12207eb7ad98a2e4a15#28d5170f) |
| 1523 | 2026-04-10T03:34:05.240Z | Checking pretty_assertions v1.4.1 |
| 1524 | 2026-04-10T03:34:05.381Z | Checking tokio-tungstenite v0.21.0 |
| 1525 | 2026-04-10T03:34:06.124Z | Checking console v0.16.3 |
| 1526 | 2026-04-10T03:34:06.148Z | Checking git-stub v1.0.0 |
| 1527 | 2026-04-10T03:34:06.318Z | Checking is_ci v1.2.0 |
| 1528 | 2026-04-10T03:34:06.423Z | Checking sdd v3.0.10 |
| 1529 | 2026-04-10T03:34:06.442Z | Checking unit-prefix v0.5.2 |
| 1530 | 2026-04-10T03:34:06.480Z | Checking base64 v0.21.7 |
| 1531 | 2026-04-10T03:34:06.620Z | Checking indicatif v0.18.4 |
| 1532 | 2026-04-10T03:34:06.643Z | Checking scc v2.4.0 |
| 1533 | 2026-04-10T03:34:06.711Z | Checking supports-color v3.0.2 |
| 1534 | 2026-04-10T03:34:06.733Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 1535 | 2026-04-10T03:34:06.993Z | Checking git-stub-vcs v0.1.0 |
| 1536 | 2026-04-10T03:34:07.419Z | Checking xz2 v0.1.7 |
| 1537 | 2026-04-10T03:34:07.617Z | Checking ron v0.12.1 |
| 1538 | 2026-04-10T03:34:08.056Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 1539 | 2026-04-10T03:34:08.303Z | Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
| 1540 | 2026-04-10T03:34:08.373Z | Checking drift v0.1.3 |
| 1541 | 2026-04-10T03:34:08.627Z | Compiling serial_test_derive v3.4.0 |
| 1542 | 2026-04-10T03:34:08.741Z | Checking mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions) |
| 1543 | 2026-04-10T03:34:08.778Z | Checking base16ct v1.0.0 |
| 1544 | 2026-04-10T03:34:08.942Z | Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
| 1545 | 2026-04-10T03:34:09.323Z | Checking serial_test v3.4.0 |
| 1546 | 2026-04-10T03:34:09.510Z | Checking dropshot-api-manager v0.7.0 |
| 1547 | 2026-04-10T03:34:10.370Z | Checking mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 1548 | 2026-04-10T03:34:10.406Z | Checking mg-types v0.1.0 (/work/oxidecomputer/maghemite/mg-types) |
| 1549 | 2026-04-10T03:34:10.840Z | Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
| 1550 | 2026-04-10T03:34:10.986Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10) |
| 1551 | 2026-04-10T03:34:11.204Z | Checking util v0.1.0 (/work/oxidecomputer/maghemite/util) |
| 1552 | 2026-04-10T03:34:11.254Z | Checking natord v1.0.9 |
| 1553 | 2026-04-10T03:34:11.493Z | Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
| 1554 | 2026-04-10T03:34:11.881Z | Checking maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis) |
| 1555 | 2026-04-10T03:34:12.220Z | Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
| 1556 | 2026-04-10T03:34:12.464Z | Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
| 1557 | 2026-04-10T03:34:13.072Z | Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
| 1558 | 2026-04-10T03:34:13.181Z | Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
| 1559 | 2026-04-10T03:34:13.311Z | Checking falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab) |
| 1560 | 2026-04-10T03:34:13.740Z | Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
| 1561 | 2026-04-10T03:34:16.310Z | Checking xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask) |
| 1562 | 2026-04-10T03:34:24.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 36s |
| 1563 | 2026-04-10T03:34:25.064Z | + cargo xtask openapi check |
| 1564 | 2026-04-10T03:34:25.418Z | Compiling libc v0.2.184 |
| 1565 | 2026-04-10T03:34:25.418Z | Compiling utf8parse v0.2.2 |
| 1566 | 2026-04-10T03:34:25.418Z | Compiling cfg-if v1.0.4 |
| 1567 | 2026-04-10T03:34:25.418Z | Compiling scopeguard v1.2.0 |
| 1568 | 2026-04-10T03:34:25.421Z | Compiling proc-macro2 v1.0.106 |
| 1569 | 2026-04-10T03:34:25.421Z | Compiling quote v1.0.45 |
| 1570 | 2026-04-10T03:34:25.471Z | Compiling smallvec v1.15.1 |
| 1571 | 2026-04-10T03:34:25.473Z | Compiling colorchoice v1.0.5 |
| 1572 | 2026-04-10T03:34:25.512Z | Compiling anstyle v1.0.14 |
| 1573 | 2026-04-10T03:34:25.528Z | Compiling is_terminal_polyfill v1.70.2 |
| 1574 | 2026-04-10T03:34:25.555Z | Compiling anstyle-parse v1.0.0 |
| 1575 | 2026-04-10T03:34:25.562Z | Compiling anstyle-query v1.1.5 |
| 1576 | 2026-04-10T03:34:25.568Z | Compiling lock_api v0.4.14 |
| 1577 | 2026-04-10T03:34:25.608Z | Compiling strsim v0.11.1 |
| 1578 | 2026-04-10T03:34:25.654Z | Compiling clap_lex v1.1.0 |
| 1579 | 2026-04-10T03:34:25.672Z | Compiling bytes v1.11.1 |
| 1580 | 2026-04-10T03:34:25.720Z | Compiling anstream v1.0.0 |
| 1581 | 2026-04-10T03:34:25.728Z | Compiling pin-project-lite v0.2.17 |
| 1582 | 2026-04-10T03:34:25.790Z | Compiling parking_lot_core v0.9.12 |
| 1583 | 2026-04-10T03:34:25.827Z | Compiling errno v0.3.14 |
| 1584 | 2026-04-10T03:34:25.837Z | Compiling mio v1.2.0 |
| 1585 | 2026-04-10T03:34:25.901Z | Compiling socket2 v0.6.3 |
| 1586 | 2026-04-10T03:34:25.975Z | Compiling parking_lot v0.12.5 |
| 1587 | 2026-04-10T03:34:25.995Z | Compiling clap_builder v4.6.0 |
| 1588 | 2026-04-10T03:34:26.040Z | Compiling signal-hook-registry v1.4.8 |
| 1589 | 2026-04-10T03:34:26.080Z | Compiling anyhow v1.0.102 |
| 1590 | 2026-04-10T03:34:26.459Z | Compiling syn v2.0.117 |
| 1591 | 2026-04-10T03:34:28.241Z | Compiling clap_derive v4.6.0 |
| 1592 | 2026-04-10T03:34:28.241Z | Compiling tokio-macros v2.7.0 |
| 1593 | 2026-04-10T03:34:28.781Z | Compiling tokio v1.51.1 |
| 1594 | 2026-04-10T03:34:29.359Z | Compiling clap v4.6.0 |
| 1595 | 2026-04-10T03:34:32.638Z | Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask) |
| 1596 | 2026-04-10T03:34:33.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.60s |
| 1597 | 2026-04-10T03:34:33.727Z | Running `target/debug/xtask openapi check` |
| 1598 | 2026-04-10T03:34:34.338Z | Compiling libc v0.2.184 |
| 1599 | 2026-04-10T03:34:34.338Z | Compiling serde_core v1.0.228 |
| 1600 | 2026-04-10T03:34:34.341Z | Compiling memchr v2.8.0 |
| 1601 | 2026-04-10T03:34:34.437Z | Compiling itoa v1.0.18 |
| 1602 | 2026-04-10T03:34:34.456Z | Compiling stable_deref_trait v1.2.1 |
| 1603 | 2026-04-10T03:34:34.459Z | Compiling zmij v1.0.21 |
| 1604 | 2026-04-10T03:34:34.466Z | Compiling zerofrom v0.1.6 |
| 1605 | 2026-04-10T03:34:34.484Z | Compiling writeable v0.6.2 |
| 1606 | 2026-04-10T03:34:34.526Z | Compiling litemap v0.8.1 |
| 1607 | 2026-04-10T03:34:34.588Z | Compiling yoke v0.8.1 |
| 1608 | 2026-04-10T03:34:34.617Z | Compiling libm v0.2.16 |
| 1609 | 2026-04-10T03:34:34.674Z | Compiling rand_core v0.10.0 |
| 1610 | 2026-04-10T03:34:34.711Z | Compiling percent-encoding v2.3.2 |
| 1611 | 2026-04-10T03:34:34.741Z | Compiling zerovec v0.11.5 |
| 1612 | 2026-04-10T03:34:34.768Z | Compiling zerotrie v0.2.3 |
| 1613 | 2026-04-10T03:34:34.826Z | Compiling errno v0.3.14 |
| 1614 | 2026-04-10T03:34:34.903Z | Compiling icu_normalizer_data v2.1.1 |
| 1615 | 2026-04-10T03:34:34.905Z | Compiling icu_properties_data v2.1.2 |
| 1616 | 2026-04-10T03:34:34.983Z | Compiling getrandom v0.4.2 |
| 1617 | 2026-04-10T03:34:35.006Z | Compiling form_urlencoded v1.2.2 |
| 1618 | 2026-04-10T03:34:35.052Z | Compiling utf8_iter v1.0.4 |
| 1619 | 2026-04-10T03:34:35.069Z | Compiling zeroize v1.8.2 |
| 1620 | 2026-04-10T03:34:35.087Z | Compiling iana-time-zone v0.1.65 |
| 1621 | 2026-04-10T03:34:35.164Z | Compiling tinystr v0.8.2 |
| 1622 | 2026-04-10T03:34:35.184Z | Compiling potential_utf v0.1.4 |
| 1623 | 2026-04-10T03:34:35.198Z | Compiling scopeguard v1.2.0 |
| 1624 | 2026-04-10T03:34:35.229Z | Compiling socket2 v0.6.3 |
| 1625 | 2026-04-10T03:34:35.267Z | Compiling dyn-clone v1.0.20 |
| 1626 | 2026-04-10T03:34:35.303Z | Compiling icu_collections v2.1.1 |
| 1627 | 2026-04-10T03:34:35.303Z | Compiling lock_api v0.4.14 |
| 1628 | 2026-04-10T03:34:35.348Z | Compiling icu_locale_core v2.1.1 |
| 1629 | 2026-04-10T03:34:35.364Z | Compiling num-traits v0.2.19 |
| 1630 | 2026-04-10T03:34:35.407Z | Compiling portable-atomic v1.13.1 |
| 1631 | 2026-04-10T03:34:35.544Z | Compiling getrandom v0.2.17 |
| 1632 | 2026-04-10T03:34:35.668Z | Compiling signal-hook-registry v1.4.8 |
| 1633 | 2026-04-10T03:34:35.733Z | Compiling mio v1.2.0 |
| 1634 | 2026-04-10T03:34:35.818Z | Compiling critical-section v1.2.0 |
| 1635 | 2026-04-10T03:34:35.830Z | Compiling thiserror v2.0.18 |
| 1636 | 2026-04-10T03:34:35.934Z | Compiling once_cell v1.21.4 |
| 1637 | 2026-04-10T03:34:35.947Z | Compiling subtle v2.6.1 |
| 1638 | 2026-04-10T03:34:35.958Z | Compiling zerocopy v0.8.48 |
| 1639 | 2026-04-10T03:34:35.979Z | Compiling futures-core v0.3.32 |
| 1640 | 2026-04-10T03:34:35.991Z | Compiling rand_core v0.6.4 |
| 1641 | 2026-04-10T03:34:36.115Z | Compiling serde v1.0.228 |
| 1642 | 2026-04-10T03:34:36.140Z | Compiling serde_json v1.0.149 |
| 1643 | 2026-04-10T03:34:36.151Z | Compiling icu_provider v2.1.1 |
| 1644 | 2026-04-10T03:34:36.218Z | Compiling uuid v1.23.0 |
| 1645 | 2026-04-10T03:34:36.248Z | Compiling semver v1.0.28 |
| 1646 | 2026-04-10T03:34:36.260Z | Compiling bitflags v2.11.0 |
| 1647 | 2026-04-10T03:34:36.345Z | Compiling log v0.4.29 |
| 1648 | 2026-04-10T03:34:36.471Z | Compiling icu_properties v2.1.2 |
| 1649 | 2026-04-10T03:34:36.512Z | Compiling equivalent v1.0.2 |
| 1650 | 2026-04-10T03:34:36.538Z | Compiling allocator-api2 v0.2.21 |
| 1651 | 2026-04-10T03:34:36.591Z | Compiling smallvec v1.15.1 |
| 1652 | 2026-04-10T03:34:36.603Z | Compiling bytes v1.11.1 |
| 1653 | 2026-04-10T03:34:36.640Z | Compiling chrono v0.4.44 |
| 1654 | 2026-04-10T03:34:36.640Z | Compiling foldhash v0.2.0 |
| 1655 | 2026-04-10T03:34:36.825Z | Compiling icu_normalizer v2.1.1 |
| 1656 | 2026-04-10T03:34:36.860Z | Compiling parking_lot_core v0.9.12 |
| 1657 | 2026-04-10T03:34:36.883Z | Compiling futures-sink v0.3.32 |
| 1658 | 2026-04-10T03:34:36.993Z | Compiling hashbrown v0.16.1 |
| 1659 | 2026-04-10T03:34:37.161Z | Compiling parking_lot v0.12.5 |
| 1660 | 2026-04-10T03:34:37.229Z | Compiling slog v2.8.2 |
| 1661 | 2026-04-10T03:34:37.242Z | Compiling slab v0.4.12 |
| 1662 | 2026-04-10T03:34:37.257Z | Compiling typenum v1.19.0 |
| 1663 | 2026-04-10T03:34:37.394Z | Compiling idna_adapter v1.2.1 |
| 1664 | 2026-04-10T03:34:37.417Z | Compiling tokio v1.51.1 |
| 1665 | 2026-04-10T03:34:37.543Z | Compiling idna v1.1.0 |
| 1666 | 2026-04-10T03:34:37.556Z | Compiling futures-channel v0.3.32 |
| 1667 | 2026-04-10T03:34:37.568Z | Compiling futures-task v0.3.32 |
| 1668 | 2026-04-10T03:34:37.580Z | Compiling futures-io v0.3.32 |
| 1669 | 2026-04-10T03:34:37.737Z | Compiling futures-util v0.3.32 |
| 1670 | 2026-04-10T03:34:37.749Z | Compiling indexmap v2.13.0 |
| 1671 | 2026-04-10T03:34:37.780Z | Compiling generic-array v0.14.7 |
| 1672 | 2026-04-10T03:34:37.825Z | Compiling url v2.5.8 |
| 1673 | 2026-04-10T03:34:38.126Z | Compiling tracing-core v0.1.36 |
| 1674 | 2026-04-10T03:34:38.261Z | Compiling crypto-common v0.1.7 |
| 1675 | 2026-04-10T03:34:38.274Z | Compiling base64 v0.22.1 |
| 1676 | 2026-04-10T03:34:38.392Z | Compiling schemars v0.8.22 |
| 1677 | 2026-04-10T03:34:38.405Z | Compiling byteorder v1.5.0 |
| 1678 | 2026-04-10T03:34:38.607Z | Compiling tracing v0.1.44 |
| 1679 | 2026-04-10T03:34:38.637Z | Compiling http v1.4.0 |
| 1680 | 2026-04-10T03:34:38.653Z | Compiling unicode-ident v1.0.24 |
| 1681 | 2026-04-10T03:34:38.719Z | Compiling fnv v1.0.7 |
| 1682 | 2026-04-10T03:34:38.780Z | Compiling proc-macro2 v1.0.106 |
| 1683 | 2026-04-10T03:34:38.821Z | Compiling block-buffer v0.10.4 |
| 1684 | 2026-04-10T03:34:38.842Z | Compiling rustls-pki-types v1.14.0 |
| 1685 | 2026-04-10T03:34:38.951Z | Compiling digest v0.10.7 |
| 1686 | 2026-04-10T03:34:38.971Z | Compiling erased-serde v0.3.31 |
| 1687 | 2026-04-10T03:34:39.167Z | Compiling ipnetwork v0.21.1 |
| 1688 | 2026-04-10T03:34:39.307Z | Compiling quote v1.0.45 |
| 1689 | 2026-04-10T03:34:39.464Z | Compiling untrusted v0.9.0 |
| 1690 | 2026-04-10T03:34:39.464Z | Compiling ipnet v2.12.0 |
| 1691 | 2026-04-10T03:34:39.580Z | Compiling syn v2.0.117 |
| 1692 | 2026-04-10T03:34:39.593Z | Compiling ppv-lite86 v0.2.21 |
| 1693 | 2026-04-10T03:34:39.615Z | Compiling http-body v1.0.1 |
| 1694 | 2026-04-10T03:34:39.709Z | Compiling thiserror v1.0.69 |
| 1695 | 2026-04-10T03:34:39.768Z | Compiling rustix v1.1.4 |
| 1696 | 2026-04-10T03:34:39.815Z | Compiling pretty-hex v0.4.2 |
| 1697 | 2026-04-10T03:34:39.921Z | Compiling atomic-waker v1.1.2 |
| 1698 | 2026-04-10T03:34:39.959Z | Compiling oxnet v0.1.4 |
| 1699 | 2026-04-10T03:34:39.985Z | Compiling httparse v1.10.1 |
| 1700 | 2026-04-10T03:34:39.988Z | Compiling tower-layer v0.3.3 |
| 1701 | 2026-04-10T03:34:40.009Z | Compiling plain v0.2.3 |
| 1702 | 2026-04-10T03:34:40.047Z | Compiling ryu v1.0.23 |
| 1703 | 2026-04-10T03:34:40.117Z | Compiling try-lock v0.2.5 |
| 1704 | 2026-04-10T03:34:40.153Z | Compiling tower-service v0.3.3 |
| 1705 | 2026-04-10T03:34:40.228Z | Compiling want v0.3.1 |
| 1706 | 2026-04-10T03:34:40.240Z | Compiling getrandom v0.3.4 |
| 1707 | 2026-04-10T03:34:40.254Z | Compiling httpdate v1.0.3 |
| 1708 | 2026-04-10T03:34:40.288Z | Compiling ucd-trie v0.1.7 |
| 1709 | 2026-04-10T03:34:40.362Z | Compiling crossbeam-utils v0.8.21 |
| 1710 | 2026-04-10T03:34:40.396Z | Compiling cpufeatures v0.2.17 |
| 1711 | 2026-04-10T03:34:40.422Z | Compiling hex v0.4.3 |
| 1712 | 2026-04-10T03:34:40.471Z | Compiling pest v2.8.6 |
| 1713 | 2026-04-10T03:34:40.491Z | Compiling omicron-workspace-hack v0.1.0 |
| 1714 | 2026-04-10T03:34:40.591Z | Compiling rand_core v0.9.5 |
| 1715 | 2026-04-10T03:34:40.594Z | Compiling serde_urlencoded v0.7.1 |
| 1716 | 2026-04-10T03:34:40.682Z | Compiling http-body-util v0.1.3 |
| 1717 | 2026-04-10T03:34:40.827Z | Compiling camino v1.2.2 |
| 1718 | 2026-04-10T03:34:40.879Z | Compiling fastrand v2.3.0 |
| 1719 | 2026-04-10T03:34:40.901Z | Compiling regex-syntax v0.8.10 |
| 1720 | 2026-04-10T03:34:40.952Z | Compiling newtype-uuid v1.3.2 |
| 1721 | 2026-04-10T03:34:40.966Z | Compiling rand_chacha v0.9.0 |
| 1722 | 2026-04-10T03:34:41.153Z | Compiling tokio-util v0.7.18 |
| 1723 | 2026-04-10T03:34:41.246Z | Compiling daft v0.1.5 |
| 1724 | 2026-04-10T03:34:41.288Z | Compiling aws-lc-sys v0.39.1 |
| 1725 | 2026-04-10T03:34:41.353Z | Compiling powerfmt v0.2.0 |
| 1726 | 2026-04-10T03:34:41.517Z | Compiling untrusted v0.7.1 |
| 1727 | 2026-04-10T03:34:41.574Z | Compiling deranged v0.5.8 |
| 1728 | 2026-04-10T03:34:41.651Z | Compiling rand v0.9.2 |
| 1729 | 2026-04-10T03:34:41.784Z | Compiling h2 v0.4.13 |
| 1730 | 2026-04-10T03:34:41.893Z | Compiling aws-lc-rs v1.16.2 |
| 1731 | 2026-04-10T03:34:41.896Z | Compiling tempfile v3.27.0 |
| 1732 | 2026-04-10T03:34:42.251Z | Compiling futures-executor v0.3.32 |
| 1733 | 2026-04-10T03:34:42.307Z | Compiling num_threads v0.1.7 |
| 1734 | 2026-04-10T03:34:42.411Z | Compiling time-core v0.1.8 |
| 1735 | 2026-04-10T03:34:42.531Z | Compiling rustls v0.23.37 |
| 1736 | 2026-04-10T03:34:42.554Z | Compiling num-conv v0.2.1 |
| 1737 | 2026-04-10T03:34:42.566Z | Compiling winnow v1.0.1 |
| 1738 | 2026-04-10T03:34:42.708Z | Compiling time v0.3.47 |
| 1739 | 2026-04-10T03:34:42.766Z | Compiling futures v0.3.32 |
| 1740 | 2026-04-10T03:34:42.853Z | Compiling rustls-webpki v0.103.10 |
| 1741 | 2026-04-10T03:34:43.314Z | Compiling scroll v0.13.0 |
| 1742 | 2026-04-10T03:34:43.377Z | Compiling openapiv3 v2.2.0 |
| 1743 | 2026-04-10T03:34:43.390Z | Compiling sync_wrapper v1.0.2 |
| 1744 | 2026-04-10T03:34:43.503Z | Compiling aho-corasick v1.1.4 |
| 1745 | 2026-04-10T03:34:43.586Z | Compiling goblin v0.10.5 |
| 1746 | 2026-04-10T03:34:43.657Z | Compiling tower v0.5.3 |
| 1747 | 2026-04-10T03:34:43.794Z | Compiling crossbeam-channel v0.5.15 |
| 1748 | 2026-04-10T03:34:44.134Z | Compiling hyper v1.9.0 |
| 1749 | 2026-04-10T03:34:44.276Z | Compiling ring v0.17.14 |
| 1750 | 2026-04-10T03:34:44.367Z | Compiling regex-automata v0.4.14 |
| 1751 | 2026-04-10T03:34:44.713Z | Compiling iri-string v0.7.12 |
| 1752 | 2026-04-10T03:34:44.956Z | Compiling toml_parser v1.1.0+spec-1.1.0 |
| 1753 | 2026-04-10T03:34:45.340Z | Compiling hyper-util v0.1.20 |
| 1754 | 2026-04-10T03:34:45.597Z | Compiling rustls-webpki v0.102.8 |
| 1755 | 2026-04-10T03:34:45.745Z | Compiling dtrace-parser v0.3.0 |
| 1756 | 2026-04-10T03:34:46.250Z | Compiling dof v0.4.0 |
| 1757 | 2026-04-10T03:34:46.395Z | Compiling tower-http v0.6.8 |
| 1758 | 2026-04-10T03:34:46.436Z | Compiling serde_spanned v1.1.0 |
| 1759 | 2026-04-10T03:34:46.580Z | Compiling thread-id v5.1.0 |
| 1760 | 2026-04-10T03:34:46.592Z | Compiling thread_local v1.1.9 |
| 1761 | 2026-04-10T03:34:46.669Z | Compiling match_cfg v0.1.0 |
| 1762 | 2026-04-10T03:34:46.747Z | Compiling toml_writer v1.1.0+spec-1.1.0 |
| 1763 | 2026-04-10T03:34:46.833Z | Compiling debug-ignore v1.0.5 |
| 1764 | 2026-04-10T03:34:46.865Z | Compiling hostname v0.3.1 |
| 1765 | 2026-04-10T03:34:46.945Z | Compiling rustls v0.22.4 |
| 1766 | 2026-04-10T03:34:46.972Z | Compiling slog-json v2.6.1 |
| 1767 | 2026-04-10T03:34:47.010Z | Compiling usdt-impl v0.6.0 |
| 1768 | 2026-04-10T03:34:47.052Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1769 | 2026-04-10T03:34:47.182Z | Compiling is-terminal v0.4.17 |
| 1770 | 2026-04-10T03:34:47.283Z | Compiling memmap2 v0.9.10 |
| 1771 | 2026-04-10T03:34:47.511Z | Compiling encoding_rs v0.8.35 |
| 1772 | 2026-04-10T03:34:47.515Z | Compiling take_mut v0.2.2 |
| 1773 | 2026-04-10T03:34:47.574Z | Compiling winnow v0.7.15 |
| 1774 | 2026-04-10T03:34:47.599Z | Compiling openssl-probe v0.2.1 |
| 1775 | 2026-04-10T03:34:47.630Z | Compiling spin v0.9.8 |
| 1776 | 2026-04-10T03:34:47.669Z | Compiling mime v0.3.17 |
| 1777 | 2026-04-10T03:34:47.747Z | Compiling term v1.2.1 |
| 1778 | 2026-04-10T03:34:47.786Z | Compiling rustls-native-certs v0.8.3 |
| 1779 | 2026-04-10T03:34:47.944Z | Compiling slog-async v2.8.0 |
| 1780 | 2026-04-10T03:34:48.115Z | Compiling slog-term v2.9.2 |
| 1781 | 2026-04-10T03:34:48.219Z | Compiling usdt v0.6.0 |
| 1782 | 2026-04-10T03:34:48.409Z | Compiling slog-bunyan v2.5.0 |
| 1783 | 2026-04-10T03:34:48.436Z | Compiling tokio-rustls v0.26.4 |
| 1784 | 2026-04-10T03:34:48.496Z | Compiling multer v3.1.0 |
| 1785 | 2026-04-10T03:34:48.547Z | Compiling regex v1.12.3 |
| 1786 | 2026-04-10T03:34:48.685Z | Compiling async-stream v0.3.6 |
| 1787 | 2026-04-10T03:34:48.704Z | Compiling tokio-rustls v0.25.0 |
| 1788 | 2026-04-10T03:34:48.866Z | Compiling sha1 v0.10.6 |
| 1789 | 2026-04-10T03:34:48.936Z | Compiling waitgroup v0.1.2 |
| 1790 | 2026-04-10T03:34:48.987Z | Compiling rand_chacha v0.3.1 |
| 1791 | 2026-04-10T03:34:49.004Z | Compiling rustls-pemfile v2.2.0 |
| 1792 | 2026-04-10T03:34:49.052Z | Compiling serde_path_to_error v0.1.20 |
| 1793 | 2026-04-10T03:34:49.077Z | Compiling hostname v0.4.2 |
| 1794 | 2026-04-10T03:34:49.101Z | Compiling either v1.15.0 |
| 1795 | 2026-04-10T03:34:49.197Z | Compiling rand v0.8.5 |
| 1796 | 2026-04-10T03:34:49.209Z | Compiling hyper-rustls v0.27.7 |
| 1797 | 2026-04-10T03:34:49.222Z | Compiling rustls-platform-verifier v0.6.2 |
| 1798 | 2026-04-10T03:34:49.241Z | Compiling ref-cast v1.0.25 |
| 1799 | 2026-04-10T03:34:49.311Z | Compiling strum v0.26.3 |
| 1800 | 2026-04-10T03:34:49.344Z | Compiling regress v0.10.5 |
| 1801 | 2026-04-10T03:34:49.397Z | Compiling macaddr v1.0.1 |
| 1802 | 2026-04-10T03:34:49.411Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1803 | 2026-04-10T03:34:49.441Z | Compiling wait-timeout v0.2.1 |
| 1804 | 2026-04-10T03:34:49.444Z | Compiling quick-error v1.2.3 |
| 1805 | 2026-04-10T03:34:49.493Z | Compiling bit-vec v0.8.0 |
| 1806 | 2026-04-10T03:34:49.560Z | Compiling reqwest v0.13.2 |
| 1807 | 2026-04-10T03:34:49.621Z | Compiling toml v0.9.12+spec-1.1.0 |
| 1808 | 2026-04-10T03:34:49.716Z | Compiling bit-set v0.8.0 |
| 1809 | 2026-04-10T03:34:49.732Z | Compiling rusty-fork v0.3.1 |
| 1810 | 2026-04-10T03:34:49.745Z | Compiling serde_with v3.18.0 |
| 1811 | 2026-04-10T03:34:49.845Z | Compiling rand_xorshift v0.4.0 |
| 1812 | 2026-04-10T03:34:49.878Z | Compiling unarray v0.1.4 |
| 1813 | 2026-04-10T03:34:49.992Z | Compiling proptest v1.11.0 |
| 1814 | 2026-04-10T03:34:49.995Z | Compiling strum v0.27.2 |
| 1815 | 2026-04-10T03:34:50.073Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1816 | 2026-04-10T03:34:50.136Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1817 | 2026-04-10T03:34:50.207Z | Compiling instant v0.1.13 |
| 1818 | 2026-04-10T03:34:50.317Z | Compiling dropshot v0.16.7 |
| 1819 | 2026-04-10T03:34:50.330Z | Compiling rustc-hash v2.1.2 |
| 1820 | 2026-04-10T03:34:50.463Z | Compiling iddqd v0.3.17 |
| 1821 | 2026-04-10T03:34:50.545Z | Compiling reqwest v0.12.28 |
| 1822 | 2026-04-10T03:34:51.040Z | Compiling progenitor-client v0.13.0 |
| 1823 | 2026-04-10T03:34:51.370Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1824 | 2026-04-10T03:34:51.540Z | Compiling backon v1.6.0 |
| 1825 | 2026-04-10T03:34:51.635Z | Compiling progenitor-client v0.10.0 |
| 1826 | 2026-04-10T03:34:51.669Z | Compiling backoff v0.4.0 |
| 1827 | 2026-04-10T03:34:51.761Z | Compiling progenitor-extras v0.1.1 |
| 1828 | 2026-04-10T03:34:51.892Z | Compiling itertools v0.14.0 |
| 1829 | 2026-04-10T03:34:51.919Z | Compiling parse-display v0.10.0 |
| 1830 | 2026-04-10T03:34:52.006Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1) |
| 1831 | 2026-04-10T03:34:52.255Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1832 | 2026-04-10T03:34:52.826Z | Compiling unicode-width v0.2.2 |
| 1833 | 2026-04-10T03:34:52.898Z | Compiling tinyvec_macros v0.1.1 |
| 1834 | 2026-04-10T03:34:52.975Z | Compiling tinyvec v1.11.0 |
| 1835 | 2026-04-10T03:34:53.087Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1836 | 2026-04-10T03:34:53.120Z | Compiling terminal_size v0.4.4 |
| 1837 | 2026-04-10T03:34:53.137Z | Compiling secrecy v0.10.3 |
| 1838 | 2026-04-10T03:34:53.265Z | Compiling scroll v0.12.0 |
| 1839 | 2026-04-10T03:34:53.297Z | Compiling crossbeam-epoch v0.9.18 |
| 1840 | 2026-04-10T03:34:53.310Z | Compiling heck v0.5.0 |
| 1841 | 2026-04-10T03:34:53.325Z | Compiling clap_builder v4.6.0 |
| 1842 | 2026-04-10T03:34:53.545Z | Compiling goblin v0.8.2 |
| 1843 | 2026-04-10T03:34:53.568Z | Compiling crucible-workspace-hack v0.1.0 |
| 1844 | 2026-04-10T03:34:53.615Z | Compiling zerocopy v0.7.35 |
| 1845 | 2026-04-10T03:34:53.644Z | Compiling hmac v0.12.1 |
| 1846 | 2026-04-10T03:34:53.658Z | Compiling inout v0.1.4 |
| 1847 | 2026-04-10T03:34:53.769Z | Compiling toml_datetime v0.6.11 |
| 1848 | 2026-04-10T03:34:53.788Z | Compiling serde_spanned v0.6.9 |
| 1849 | 2026-04-10T03:34:53.804Z | Compiling ff v0.13.1 |
| 1850 | 2026-04-10T03:34:53.939Z | Compiling num-integer v0.1.46 |
| 1851 | 2026-04-10T03:34:53.953Z | Compiling toml_write v0.1.2 |
| 1852 | 2026-04-10T03:34:54.155Z | Compiling toml_edit v0.22.27 |
| 1853 | 2026-04-10T03:34:54.268Z | Compiling group v0.13.0 |
| 1854 | 2026-04-10T03:34:54.387Z | Compiling cipher v0.4.4 |
| 1855 | 2026-04-10T03:34:54.455Z | Compiling hkdf v0.12.4 |
| 1856 | 2026-04-10T03:34:54.620Z | Compiling rustix v0.38.44 |
| 1857 | 2026-04-10T03:34:54.747Z | Compiling dtrace-parser v0.2.0 |
| 1858 | 2026-04-10T03:34:54.792Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1859 | 2026-04-10T03:34:55.153Z | Compiling clap v4.6.0 |
| 1860 | 2026-04-10T03:34:55.246Z | Compiling half v2.7.1 |
| 1861 | 2026-04-10T03:34:55.468Z | Compiling universal-hash v0.5.1 |
| 1862 | 2026-04-10T03:34:55.536Z | Compiling crypto-bigint v0.5.5 |
| 1863 | 2026-04-10T03:34:55.555Z | Compiling bstr v1.12.1 |
| 1864 | 2026-04-10T03:34:55.604Z | Compiling thread-id v4.2.2 |
| 1865 | 2026-04-10T03:34:55.696Z | Compiling opaque-debug v0.3.1 |
| 1866 | 2026-04-10T03:34:55.796Z | Compiling dof v0.3.0 |
| 1867 | 2026-04-10T03:34:56.081Z | Compiling base64ct v1.8.3 |
| 1868 | 2026-04-10T03:34:56.274Z | Compiling base16ct v0.2.0 |
| 1869 | 2026-04-10T03:34:56.399Z | Compiling ciborium-io v0.2.2 |
| 1870 | 2026-04-10T03:34:56.501Z | Compiling elliptic-curve v0.13.8 |
| 1871 | 2026-04-10T03:34:56.598Z | Compiling ciborium-ll v0.2.2 |
| 1872 | 2026-04-10T03:34:56.614Z | Compiling password-hash v0.5.0 |
| 1873 | 2026-04-10T03:34:56.765Z | Compiling usdt-impl v0.5.0 |
| 1874 | 2026-04-10T03:34:56.787Z | Compiling poly1305 v0.8.0 |
| 1875 | 2026-04-10T03:34:56.820Z | Compiling curve25519-dalek v4.1.3 |
| 1876 | 2026-04-10T03:34:57.032Z | Compiling toml v0.8.23 |
| 1877 | 2026-04-10T03:34:57.060Z | Compiling thiserror-no-std v2.0.2 |
| 1878 | 2026-04-10T03:34:57.206Z | Compiling chacha20 v0.9.1 |
| 1879 | 2026-04-10T03:34:57.408Z | Compiling num-rational v0.4.2 |
| 1880 | 2026-04-10T03:34:57.408Z | Compiling num-iter v0.1.45 |
| 1881 | 2026-04-10T03:34:57.432Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b) |
| 1882 | 2026-04-10T03:34:57.447Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1883 | 2026-04-10T03:34:57.536Z | Compiling byte-wrapper v0.1.0 |
| 1884 | 2026-04-10T03:34:57.673Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 1885 | 2026-04-10T03:34:57.829Z | Compiling blake2 v0.10.6 |
| 1886 | 2026-04-10T03:34:57.863Z | Compiling hash32 v0.3.1 |
| 1887 | 2026-04-10T03:34:57.895Z | Compiling aead v0.5.2 |
| 1888 | 2026-04-10T03:34:57.939Z | Compiling num-complex v0.4.6 |
| 1889 | 2026-04-10T03:34:57.956Z | Compiling memmap v0.7.0 |
| 1890 | 2026-04-10T03:34:57.984Z | Compiling data-encoding v2.10.0 |
| 1891 | 2026-04-10T03:34:58.020Z | Compiling keccak v0.1.6 |
| 1892 | 2026-04-10T03:34:58.055Z | Compiling indent_write v2.2.0 |
| 1893 | 2026-04-10T03:34:58.139Z | Compiling static_assertions v1.1.0 |
| 1894 | 2026-04-10T03:34:58.196Z | Compiling sha3 v0.10.8 |
| 1895 | 2026-04-10T03:34:58.220Z | Compiling usdt v0.5.0 |
| 1896 | 2026-04-10T03:34:58.265Z | Compiling num v0.4.3 |
| 1897 | 2026-04-10T03:34:58.287Z | Compiling argon2 v0.5.3 |
| 1898 | 2026-04-10T03:34:58.321Z | Compiling chacha20poly1305 v0.10.1 |
| 1899 | 2026-04-10T03:34:58.341Z | Compiling heapless v0.8.0 |
| 1900 | 2026-04-10T03:34:58.453Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 1901 | 2026-04-10T03:34:58.485Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1902 | 2026-04-10T03:34:58.496Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1903 | 2026-04-10T03:34:58.775Z | Compiling vsss-rs v3.3.4 |
| 1904 | 2026-04-10T03:34:58.801Z | Compiling ingot-types v0.1.2 |
| 1905 | 2026-04-10T03:34:58.809Z | Compiling ciborium v0.2.2 |
| 1906 | 2026-04-10T03:34:59.002Z | Compiling typify-impl v0.6.1 |
| 1907 | 2026-04-10T03:34:59.384Z | Compiling tabwriter v1.4.1 |
| 1908 | 2026-04-10T03:34:59.557Z | Compiling cobs v0.3.0 |
| 1909 | 2026-04-10T03:34:59.631Z | Compiling float-ord v0.3.2 |
| 1910 | 2026-04-10T03:34:59.646Z | Compiling managed v0.8.0 |
| 1911 | 2026-04-10T03:34:59.754Z | Compiling bitflags v1.3.2 |
| 1912 | 2026-04-10T03:34:59.768Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1913 | 2026-04-10T03:34:59.837Z | Compiling smoltcp v0.11.0 |
| 1914 | 2026-04-10T03:34:59.868Z | Compiling postcard v1.1.3 |
| 1915 | 2026-04-10T03:35:00.030Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1916 | 2026-04-10T03:35:00.207Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 1917 | 2026-04-10T03:35:00.314Z | Compiling ingot v0.1.1 |
| 1918 | 2026-04-10T03:35:00.657Z | Compiling typify v0.6.1 |
| 1919 | 2026-04-10T03:35:00.815Z | Compiling num_enum v0.7.6 |
| 1920 | 2026-04-10T03:35:00.818Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1921 | 2026-04-10T03:35:00.941Z | Compiling atomicwrites v0.4.4 |
| 1922 | 2026-04-10T03:35:01.090Z | Compiling crossbeam-deque v0.8.6 |
| 1923 | 2026-04-10T03:35:01.141Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1924 | 2026-04-10T03:35:01.291Z | Compiling linked-hash-map v0.5.6 |
| 1925 | 2026-04-10T03:35:01.447Z | Compiling colored v3.1.1 |
| 1926 | 2026-04-10T03:35:01.490Z | Compiling cpufeatures v0.3.0 |
| 1927 | 2026-04-10T03:35:01.575Z | Compiling foreign-types-shared v0.3.1 |
| 1928 | 2026-04-10T03:35:01.681Z | Compiling swrite v0.1.0 |
| 1929 | 2026-04-10T03:35:01.755Z | Compiling resolv-conf v0.7.6 |
| 1930 | 2026-04-10T03:35:01.783Z | Compiling foreign-types v0.5.0 |
| 1931 | 2026-04-10T03:35:01.848Z | Compiling chacha20 v0.10.0 |
| 1932 | 2026-04-10T03:35:01.869Z | Compiling lru-cache v0.1.2 |
| 1933 | 2026-04-10T03:35:02.003Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1934 | 2026-04-10T03:35:02.117Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1935 | 2026-04-10T03:35:02.129Z | Compiling rayon-core v1.13.0 |
| 1936 | 2026-04-10T03:35:02.141Z | Compiling hubpack v0.1.2 |
| 1937 | 2026-04-10T03:35:02.236Z | Compiling progenitor-impl v0.13.0 |
| 1938 | 2026-04-10T03:35:02.370Z | Compiling memoffset v0.9.1 |
| 1939 | 2026-04-10T03:35:02.464Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 1940 | 2026-04-10T03:35:02.589Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1941 | 2026-04-10T03:35:02.716Z | Compiling hickory-proto v0.24.4 |
| 1942 | 2026-04-10T03:35:02.834Z | Compiling similar v2.7.0 |
| 1943 | 2026-04-10T03:35:03.246Z | Compiling serde-big-array v0.5.1 |
| 1944 | 2026-04-10T03:35:03.399Z | Compiling cstr-argument v0.1.2 |
| 1945 | 2026-04-10T03:35:03.539Z | Compiling siphasher v1.0.2 |
| 1946 | 2026-04-10T03:35:03.568Z | Compiling unicode-segmentation v1.13.2 |
| 1947 | 2026-04-10T03:35:03.743Z | Compiling phf_shared v0.12.1 |
| 1948 | 2026-04-10T03:35:03.756Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1949 | 2026-04-10T03:35:03.925Z | Compiling newline-converter v0.3.0 |
| 1950 | 2026-04-10T03:35:03.988Z | Compiling pin-project v1.1.11 |
| 1951 | 2026-04-10T03:35:04.095Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1952 | 2026-04-10T03:35:04.557Z | Compiling hickory-resolver v0.24.4 |
| 1953 | 2026-04-10T03:35:04.582Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1954 | 2026-04-10T03:35:04.854Z | Compiling progenitor v0.13.0 |
| 1955 | 2026-04-10T03:35:05.001Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1956 | 2026-04-10T03:35:05.138Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 1957 | 2026-04-10T03:35:05.354Z | Compiling rayon v1.11.0 |
| 1958 | 2026-04-10T03:35:05.369Z | Compiling nix v0.31.2 |
| 1959 | 2026-04-10T03:35:05.629Z | Compiling num_enum v0.5.11 |
| 1960 | 2026-04-10T03:35:05.753Z | Compiling rand v0.10.0 |
| 1961 | 2026-04-10T03:35:05.810Z | Compiling prettyplease v0.2.37 |
| 1962 | 2026-04-10T03:35:06.465Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1963 | 2026-04-10T03:35:06.568Z | Compiling unicode-normalization v0.1.25 |
| 1964 | 2026-04-10T03:35:06.791Z | Compiling console v0.15.11 |
| 1965 | 2026-04-10T03:35:06.936Z | Compiling camino-tempfile v1.4.1 |
| 1966 | 2026-04-10T03:35:06.944Z | Compiling tokio-stream v0.1.18 |
| 1967 | 2026-04-10T03:35:07.023Z | Compiling csv-core v0.1.13 |
| 1968 | 2026-04-10T03:35:07.099Z | Compiling highway v1.3.0 |
| 1969 | 2026-04-10T03:35:07.107Z | Compiling same-file v1.0.6 |
| 1970 | 2026-04-10T03:35:07.130Z | Compiling foreign-types-shared v0.1.1 |
| 1971 | 2026-04-10T03:35:07.224Z | Compiling foldhash v0.1.5 |
| 1972 | 2026-04-10T03:35:07.283Z | Compiling unicode-width v0.1.14 |
| 1973 | 2026-04-10T03:35:07.296Z | Compiling qorb v0.4.1 |
| 1974 | 2026-04-10T03:35:07.360Z | Compiling hashbrown v0.15.5 |
| 1975 | 2026-04-10T03:35:07.404Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1976 | 2026-04-10T03:35:07.420Z | Compiling walkdir v2.5.0 |
| 1977 | 2026-04-10T03:35:07.481Z | Compiling foreign-types v0.3.2 |
| 1978 | 2026-04-10T03:35:07.557Z | Compiling csv v1.4.0 |
| 1979 | 2026-04-10T03:35:07.572Z | Compiling expectorate v1.2.0 |
| 1980 | 2026-04-10T03:35:07.641Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1981 | 2026-04-10T03:35:07.721Z | Compiling snafu v0.8.9 |
| 1982 | 2026-04-10T03:35:07.758Z | Compiling olpc-cjson v0.1.4 |
| 1983 | 2026-04-10T03:35:07.922Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51) |
| 1984 | 2026-04-10T03:35:08.096Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1985 | 2026-04-10T03:35:08.102Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1986 | 2026-04-10T03:35:08.415Z | Compiling newtype_derive v0.1.6 |
| 1987 | 2026-04-10T03:35:08.504Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1988 | 2026-04-10T03:35:09.043Z | Compiling phf v0.12.1 |
| 1989 | 2026-04-10T03:35:09.207Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1990 | 2026-04-10T03:35:09.259Z | Compiling owo-colors v4.3.0 |
| 1991 | 2026-04-10T03:35:09.293Z | Compiling openssl-sys v0.9.112 |
| 1992 | 2026-04-10T03:35:09.342Z | Compiling tokio-dtrace v0.1.1 |
| 1993 | 2026-04-10T03:35:09.613Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1994 | 2026-04-10T03:35:09.787Z | Compiling globset v0.4.18 |
| 1995 | 2026-04-10T03:35:09.816Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 1996 | 2026-04-10T03:35:09.986Z | Compiling itertools v0.12.1 |
| 1997 | 2026-04-10T03:35:10.028Z | Compiling libsw-core v0.3.2 |
| 1998 | 2026-04-10T03:35:10.092Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 1999 | 2026-04-10T03:35:10.208Z | Compiling pem v3.0.6 |
| 2000 | 2026-04-10T03:35:10.522Z | Compiling serde_plain v1.0.2 |
| 2001 | 2026-04-10T03:35:10.527Z | Compiling sigpipe v0.1.3 |
| 2002 | 2026-04-10T03:35:10.579Z | Compiling unicode-linebreak v0.1.5 |
| 2003 | 2026-04-10T03:35:10.588Z | Compiling typed-path v0.9.3 |
| 2004 | 2026-04-10T03:35:10.588Z | Compiling fixedbitset v0.4.2 |
| 2005 | 2026-04-10T03:35:10.665Z | Compiling bytecount v0.6.9 |
| 2006 | 2026-04-10T03:35:10.836Z | Compiling minimal-lexical v0.2.1 |
| 2007 | 2026-04-10T03:35:10.854Z | Compiling smawk v0.3.2 |
| 2008 | 2026-04-10T03:35:10.868Z | Compiling jiff v0.2.23 |
| 2009 | 2026-04-10T03:35:10.997Z | Compiling glob v0.3.3 |
| 2010 | 2026-04-10T03:35:11.106Z | Compiling fixedbitset v0.5.7 |
| 2011 | 2026-04-10T03:35:11.189Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2012 | 2026-04-10T03:35:11.243Z | Compiling zone v0.3.1 |
| 2013 | 2026-04-10T03:35:11.430Z | Compiling petgraph v0.8.3 |
| 2014 | 2026-04-10T03:35:11.442Z | Compiling nom v7.1.3 |
| 2015 | 2026-04-10T03:35:11.445Z | Compiling textwrap v0.16.2 |
| 2016 | 2026-04-10T03:35:11.928Z | Compiling tough v0.20.0 |
| 2017 | 2026-04-10T03:35:11.975Z | Compiling papergrid v0.11.0 |
| 2018 | 2026-04-10T03:35:11.988Z | Compiling petgraph v0.6.5 |
| 2019 | 2026-04-10T03:35:12.090Z | Compiling openssl v0.10.76 |
| 2020 | 2026-04-10T03:35:12.418Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2021 | 2026-04-10T03:35:12.777Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2022 | 2026-04-10T03:35:12.807Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2023 | 2026-04-10T03:35:13.169Z | Compiling libsw v3.5.0 |
| 2024 | 2026-04-10T03:35:13.359Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2025 | 2026-04-10T03:35:13.445Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2026 | 2026-04-10T03:35:13.587Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2027 | 2026-04-10T03:35:13.606Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2028 | 2026-04-10T03:35:13.767Z | Compiling oxide-tokio-rt v0.1.3 |
| 2029 | 2026-04-10T03:35:13.939Z | Compiling chrono-tz v0.10.4 |
| 2030 | 2026-04-10T03:35:14.067Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2031 | 2026-04-10T03:35:14.138Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2032 | 2026-04-10T03:35:14.336Z | Compiling slog-dtrace v0.3.0 |
| 2033 | 2026-04-10T03:35:14.537Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2034 | 2026-04-10T03:35:14.641Z | Compiling const_format v0.2.35 |
| 2035 | 2026-04-10T03:35:14.921Z | Compiling cancel-safe-futures v0.1.5 |
| 2036 | 2026-04-10T03:35:14.978Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2037 | 2026-04-10T03:35:15.053Z | Compiling gethostname v0.5.0 |
| 2038 | 2026-04-10T03:35:15.105Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2039 | 2026-04-10T03:35:15.184Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2040 | 2026-04-10T03:35:15.224Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2041 | 2026-04-10T03:35:15.305Z | Compiling smf v0.2.3 |
| 2042 | 2026-04-10T03:35:15.396Z | Compiling bcs v0.1.6 |
| 2043 | 2026-04-10T03:35:15.715Z | Compiling tagptr v0.2.0 |
| 2044 | 2026-04-10T03:35:15.757Z | Compiling lazy_static v1.5.0 |
| 2045 | 2026-04-10T03:35:15.883Z | Compiling linear-map v1.2.0 |
| 2046 | 2026-04-10T03:35:15.984Z | Compiling termtree v0.5.1 |
| 2047 | 2026-04-10T03:35:16.025Z | Compiling whoami v1.6.1 |
| 2048 | 2026-04-10T03:35:16.098Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2049 | 2026-04-10T03:35:16.104Z | Compiling moka v0.12.15 |
| 2050 | 2026-04-10T03:35:16.104Z | Compiling steno v0.4.1 |
| 2051 | 2026-04-10T03:35:16.258Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2052 | 2026-04-10T03:35:16.411Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2053 | 2026-04-10T03:35:16.440Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2054 | 2026-04-10T03:35:16.617Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2055 | 2026-04-10T03:35:16.887Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2056 | 2026-04-10T03:35:17.593Z | Compiling tabled v0.15.0 |
| 2057 | 2026-04-10T03:35:17.774Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2058 | 2026-04-10T03:35:17.881Z | Compiling cookie v0.18.1 |
| 2059 | 2026-04-10T03:35:18.494Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2060 | 2026-04-10T03:35:18.581Z | Compiling crc32fast v1.5.0 |
| 2061 | 2026-04-10T03:35:18.765Z | Compiling hickory-proto v0.25.2 |
| 2062 | 2026-04-10T03:35:18.991Z | Compiling humantime v2.3.0 |
| 2063 | 2026-04-10T03:35:19.280Z | Compiling libscf-sys v1.1.0 |
| 2064 | 2026-04-10T03:35:19.315Z | Compiling simd-adler32 v0.3.9 |
| 2065 | 2026-04-10T03:35:19.429Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 2066 | 2026-04-10T03:35:19.446Z | Compiling adler2 v2.0.1 |
| 2067 | 2026-04-10T03:35:19.531Z | Compiling parking_lot_core v0.8.6 |
| 2068 | 2026-04-10T03:35:19.590Z | Compiling miniz_oxide v0.8.9 |
| 2069 | 2026-04-10T03:35:19.798Z | Compiling parking_lot v0.11.2 |
| 2070 | 2026-04-10T03:35:19.846Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 2071 | 2026-04-10T03:35:20.001Z | Compiling flate2 v1.1.9 |
| 2072 | 2026-04-10T03:35:20.167Z | Compiling fxhash v0.2.1 |
| 2073 | 2026-04-10T03:35:20.189Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2074 | 2026-04-10T03:35:20.246Z | Compiling compression-core v0.4.31 |
| 2075 | 2026-04-10T03:35:20.311Z | Compiling internet-checksum v0.2.1 |
| 2076 | 2026-04-10T03:35:20.412Z | Compiling compression-codecs v0.4.37 |
| 2077 | 2026-04-10T03:35:20.423Z | Compiling sled v0.34.7 |
| 2078 | 2026-04-10T03:35:20.435Z | Compiling const-random v0.1.18 |
| 2079 | 2026-04-10T03:35:20.450Z | Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types) |
| 2080 | 2026-04-10T03:35:20.512Z | Compiling toml_datetime v1.1.0+spec-1.1.0 |
| 2081 | 2026-04-10T03:35:20.665Z | Compiling hickory-resolver v0.25.2 |
| 2082 | 2026-04-10T03:35:20.678Z | Compiling async-compression v0.4.41 |
| 2083 | 2026-04-10T03:35:20.897Z | Compiling toml v1.1.0+spec-1.1.0 |
| 2084 | 2026-04-10T03:35:21.022Z | Compiling ahash v0.8.12 |
| 2085 | 2026-04-10T03:35:21.034Z | Compiling smartstring v1.0.1 |
| 2086 | 2026-04-10T03:35:21.269Z | Compiling thin-vec v0.2.14 |
| 2087 | 2026-04-10T03:35:21.317Z | Compiling dropshot-api-manager-types v0.7.0 |
| 2088 | 2026-04-10T03:35:21.550Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2089 | 2026-04-10T03:35:21.679Z | Compiling dropshot v0.17.0 |
| 2090 | 2026-04-10T03:35:22.067Z | Compiling rhai v1.24.0 |
| 2091 | 2026-04-10T03:35:22.304Z | Compiling nom v8.0.0 |
| 2092 | 2026-04-10T03:35:22.732Z | Compiling fs-err v3.3.0 |
| 2093 | 2026-04-10T03:35:23.045Z | Compiling git-stub v1.0.0 |
| 2094 | 2026-04-10T03:35:23.332Z | Compiling is_ci v1.2.0 |
| 2095 | 2026-04-10T03:35:23.479Z | Compiling supports-color v3.0.2 |
| 2096 | 2026-04-10T03:35:23.499Z | Compiling git-stub-vcs v0.1.0 |
| 2097 | 2026-04-10T03:35:23.664Z | Compiling drift v0.1.3 |
| 2098 | 2026-04-10T03:35:23.881Z | Compiling sha2 v0.10.9 |
| 2099 | 2026-04-10T03:35:24.356Z | Compiling dropshot-api-manager v0.7.0 |
| 2100 | 2026-04-10T03:35:29.384Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2101 | 2026-04-10T03:35:33.984Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2102 | 2026-04-10T03:35:35.734Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2103 | 2026-04-10T03:35:36.913Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 2104 | 2026-04-10T03:35:37.733Z | Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 2105 | 2026-04-10T03:35:37.733Z | Compiling ddm-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-types/versions) |
| 2106 | 2026-04-10T03:35:38.477Z | Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 2107 | 2026-04-10T03:35:38.554Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 2108 | 2026-04-10T03:35:40.171Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 2109 | 2026-04-10T03:35:40.171Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 2110 | 2026-04-10T03:35:47.306Z | Compiling mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions) |
| 2111 | 2026-04-10T03:35:48.848Z | Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 2112 | 2026-04-10T03:35:50.185Z | Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis) |
| 2113 | 2026-04-10T03:36:13.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 40s |
| 2114 | 2026-04-10T03:36:13.900Z | Running `target/debug/maghemite-dropshot-apis check` |
| 2115 | 2026-04-10T03:36:13.949Z | ------- |
| 2116 | 2026-04-10T03:36:13.949Z | Generating OpenAPI documents from API definitions ... |
| 2117 | 2026-04-10T03:36:13.992Z | Loading local OpenAPI documents from "/work/oxidecomputer/maghemite/openapi" ... |
| 2118 | 2026-04-10T03:36:14.013Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 2119 | 2026-04-10T03:36:14.086Z | ------- |
| 2120 | 2026-04-10T03:36:14.086Z | Checking 9 OpenAPI documents... |
| 2121 | 2026-04-10T03:36:14.086Z | Fresh ddm-admin (versioned v1.0.0 (blessed)): DDM Admin |
| 2122 | 2026-04-10T03:36:14.086Z | Fresh ddm-admin "latest" symlink |
| 2123 | 2026-04-10T03:36:14.086Z | Fresh mg-admin (versioned v1.0.0 (blessed)): Maghemite Admin |
| 2124 | 2026-04-10T03:36:14.086Z | Fresh mg-admin (versioned v2.0.0 (blessed)): Maghemite Admin |
| 2125 | 2026-04-10T03:36:14.086Z | Fresh mg-admin (versioned v3.0.0 (blessed)): Maghemite Admin |
| 2126 | 2026-04-10T03:36:14.086Z | Fresh mg-admin (versioned v4.0.0 (blessed)): Maghemite Admin |
| 2127 | 2026-04-10T03:36:14.089Z | Fresh mg-admin (versioned v5.0.0 (blessed)): Maghemite Admin |
| 2128 | 2026-04-10T03:36:14.089Z | Fresh mg-admin (versioned v6.0.0 (blessed)): Maghemite Admin |
| 2129 | 2026-04-10T03:36:14.089Z | Fresh mg-admin (versioned v7.0.0 (blessed)): Maghemite Admin |
| 2130 | 2026-04-10T03:36:14.089Z | Fresh mg-admin (versioned v8.0.0 (added locally)): Maghemite Admin |
| 2131 | 2026-04-10T03:36:14.089Z | Fresh mg-admin "latest" symlink |
| 2132 | 2026-04-10T03:36:14.089Z | ------- |
| 2133 | 2026-04-10T03:36:14.089Z | Success 9 documents checked: 11 fresh, 0 stale, 0 failed, 0 other problems |
| 2134 | 2026-04-10T03:36:14.115Z | + banner build |
| 2135 | 2026-04-10T03:36:14.119Z | |
| 2136 | 2026-04-10T03:36:14.119Z | ##### # # # # ##### |
| 2137 | 2026-04-10T03:36:14.119Z | # # # # # # # # |
| 2138 | 2026-04-10T03:36:14.119Z | ##### # # # # # # |
| 2139 | 2026-04-10T03:36:14.119Z | # # # # # # # # |
| 2140 | 2026-04-10T03:36:14.119Z | # # # # # # # # |
| 2141 | 2026-04-10T03:36:14.119Z | ##### #### # ###### ##### |
| 2142 | 2026-04-10T03:36:14.119Z | |
| 2143 | 2026-04-10T03:36:14.119Z | + ptime -m cargo build |
| 2144 | 2026-04-10T03:36:14.702Z | Compiling log v0.4.29 |
| 2145 | 2026-04-10T03:36:14.810Z | Compiling slog v2.8.2 |
| 2146 | 2026-04-10T03:36:14.830Z | Compiling rustls-webpki v0.103.10 |
| 2147 | 2026-04-10T03:36:14.846Z | Compiling webpki-roots v1.0.6 |
| 2148 | 2026-04-10T03:36:14.895Z | Compiling zone v0.3.1 |
| 2149 | 2026-04-10T03:36:15.247Z | Compiling arc-swap v1.9.0 |
| 2150 | 2026-04-10T03:36:15.250Z | Compiling goblin v0.10.5 |
| 2151 | 2026-04-10T03:36:15.251Z | Compiling rustls v0.22.4 |
| 2152 | 2026-04-10T03:36:15.251Z | Compiling typify-impl v0.6.1 |
| 2153 | 2026-04-10T03:36:15.251Z | Compiling goblin v0.8.2 |
| 2154 | 2026-04-10T03:36:15.251Z | Compiling slog-async v2.8.0 |
| 2155 | 2026-04-10T03:36:15.251Z | Compiling slog-term v2.9.2 |
| 2156 | 2026-04-10T03:36:15.722Z | Compiling rustls v0.23.37 |
| 2157 | 2026-04-10T03:36:15.783Z | Compiling slog-json v2.6.1 |
| 2158 | 2026-04-10T03:36:15.848Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2159 | 2026-04-10T03:36:15.926Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2160 | 2026-04-10T03:36:15.989Z | Compiling slog-bunyan v2.5.0 |
| 2161 | 2026-04-10T03:36:16.001Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2162 | 2026-04-10T03:36:16.133Z | Compiling globset v0.4.18 |
| 2163 | 2026-04-10T03:36:16.260Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2164 | 2026-04-10T03:36:16.273Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2165 | 2026-04-10T03:36:16.906Z | Compiling tokio-rustls v0.25.0 |
| 2166 | 2026-04-10T03:36:17.154Z | Compiling typify v0.6.1 |
| 2167 | 2026-04-10T03:36:17.276Z | Compiling progenitor-impl v0.13.0 |
| 2168 | 2026-04-10T03:36:17.359Z | Compiling dof v0.3.0 |
| 2169 | 2026-04-10T03:36:18.176Z | Compiling dof v0.4.0 |
| 2170 | 2026-04-10T03:36:18.699Z | Compiling usdt-impl v0.5.0 |
| 2171 | 2026-04-10T03:36:18.965Z | Compiling tokio-rustls v0.26.4 |
| 2172 | 2026-04-10T03:36:19.258Z | Compiling hyper-rustls v0.27.7 |
| 2173 | 2026-04-10T03:36:19.378Z | Compiling usdt-impl v0.6.0 |
| 2174 | 2026-04-10T03:36:19.510Z | Compiling rustls-platform-verifier v0.6.2 |
| 2175 | 2026-04-10T03:36:19.593Z | Compiling reqwest v0.12.28 |
| 2176 | 2026-04-10T03:36:19.731Z | Compiling usdt v0.6.0 |
| 2177 | 2026-04-10T03:36:19.756Z | Compiling reqwest v0.13.2 |
| 2178 | 2026-04-10T03:36:19.783Z | Compiling usdt v0.5.0 |
| 2179 | 2026-04-10T03:36:20.024Z | Compiling dropshot v0.16.7 |
| 2180 | 2026-04-10T03:36:20.056Z | Compiling qorb v0.4.1 |
| 2181 | 2026-04-10T03:36:20.068Z | Compiling tokio-dtrace v0.1.1 |
| 2182 | 2026-04-10T03:36:20.340Z | Compiling oxide-tokio-rt v0.1.3 |
| 2183 | 2026-04-10T03:36:20.372Z | Compiling slog-dtrace v0.3.0 |
| 2184 | 2026-04-10T03:36:20.452Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2185 | 2026-04-10T03:36:20.583Z | Compiling steno v0.4.1 |
| 2186 | 2026-04-10T03:36:20.693Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2187 | 2026-04-10T03:36:20.696Z | Compiling sled v0.34.7 |
| 2188 | 2026-04-10T03:36:21.668Z | Compiling progenitor-client v0.13.0 |
| 2189 | 2026-04-10T03:36:21.995Z | Compiling progenitor-client v0.10.0 |
| 2190 | 2026-04-10T03:36:22.143Z | Compiling progenitor-extras v0.1.1 |
| 2191 | 2026-04-10T03:36:22.307Z | Compiling progenitor v0.13.0 |
| 2192 | 2026-04-10T03:36:22.310Z | Compiling tough v0.20.0 |
| 2193 | 2026-04-10T03:36:22.402Z | Compiling typify-impl v0.4.3 |
| 2194 | 2026-04-10T03:36:22.457Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2195 | 2026-04-10T03:36:23.351Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2196 | 2026-04-10T03:36:23.483Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2197 | 2026-04-10T03:36:23.534Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2198 | 2026-04-10T03:36:24.089Z | Compiling typify v0.4.3 |
| 2199 | 2026-04-10T03:36:24.212Z | Compiling slog-scope v4.4.1 |
| 2200 | 2026-04-10T03:36:24.483Z | Compiling papergrid v0.17.0 |
| 2201 | 2026-04-10T03:36:24.929Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375) |
| 2202 | 2026-04-10T03:36:25.503Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2203 | 2026-04-10T03:36:25.722Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2204 | 2026-04-10T03:36:25.970Z | Compiling testing_table v0.3.0 |
| 2205 | 2026-04-10T03:36:25.985Z | Compiling dropshot v0.17.0 |
| 2206 | 2026-04-10T03:36:26.153Z | Compiling tabled v0.20.0 |
| 2207 | 2026-04-10T03:36:26.424Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375) |
| 2208 | 2026-04-10T03:36:26.605Z | Compiling slog-stdlog v4.1.1 |
| 2209 | 2026-04-10T03:36:26.836Z | Compiling progenitor-impl v0.11.2 |
| 2210 | 2026-04-10T03:36:27.197Z | Compiling progenitor-client v0.11.2 |
| 2211 | 2026-04-10T03:36:27.516Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2212 | 2026-04-10T03:36:27.785Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 2213 | 2026-04-10T03:36:27.847Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375) |
| 2214 | 2026-04-10T03:36:27.901Z | Compiling slog-envlogger v2.2.0 |
| 2215 | 2026-04-10T03:36:28.312Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2216 | 2026-04-10T03:36:28.518Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2217 | 2026-04-10T03:36:28.662Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2218 | 2026-04-10T03:36:28.850Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2219 | 2026-04-10T03:36:29.018Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2220 | 2026-04-10T03:36:29.555Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2221 | 2026-04-10T03:36:29.801Z | Compiling progenitor v0.11.2 |
| 2222 | 2026-04-10T03:36:29.856Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=28d5170f6f7d75b6b436e12207eb7ad98a2e4a15#28d5170f) |
| 2223 | 2026-04-10T03:36:29.955Z | Compiling crc8 v0.1.1 |
| 2224 | 2026-04-10T03:36:30.000Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 2225 | 2026-04-10T03:36:30.085Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2226 | 2026-04-10T03:36:30.162Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=28d5170f6f7d75b6b436e12207eb7ad98a2e4a15#28d5170f) |
| 2227 | 2026-04-10T03:36:30.733Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2228 | 2026-04-10T03:36:30.894Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2229 | 2026-04-10T03:36:30.994Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2230 | 2026-04-10T03:36:31.218Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 2231 | 2026-04-10T03:36:31.233Z | Compiling utf-8 v0.7.6 |
| 2232 | 2026-04-10T03:36:31.355Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=28d5170f6f7d75b6b436e12207eb7ad98a2e4a15#28d5170f) |
| 2233 | 2026-04-10T03:36:31.437Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2234 | 2026-04-10T03:36:31.697Z | Compiling tungstenite v0.21.0 |
| 2235 | 2026-04-10T03:36:31.867Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2236 | 2026-04-10T03:36:31.997Z | Compiling progenitor-impl v0.10.0 |
| 2237 | 2026-04-10T03:36:32.070Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2238 | 2026-04-10T03:36:32.187Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2239 | 2026-04-10T03:36:32.520Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2240 | 2026-04-10T03:36:32.520Z | Compiling tokio-tungstenite v0.21.0 |
| 2241 | 2026-04-10T03:36:32.589Z | Compiling lzma-sys v0.1.20 |
| 2242 | 2026-04-10T03:36:32.589Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=28d5170f6f7d75b6b436e12207eb7ad98a2e4a15#28d5170f) |
| 2243 | 2026-04-10T03:36:32.709Z | Compiling typeid v1.0.3 |
| 2244 | 2026-04-10T03:36:32.838Z | Compiling console v0.16.3 |
| 2245 | 2026-04-10T03:36:32.852Z | Compiling base64 v0.21.7 |
| 2246 | 2026-04-10T03:36:33.190Z | Compiling progenitor v0.10.0 |
| 2247 | 2026-04-10T03:36:33.346Z | Compiling unit-prefix v0.5.2 |
| 2248 | 2026-04-10T03:36:33.467Z | Compiling indicatif v0.18.4 |
| 2249 | 2026-04-10T03:36:33.512Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 2250 | 2026-04-10T03:36:33.852Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=28d5170f6f7d75b6b436e12207eb7ad98a2e4a15#28d5170f) |
| 2251 | 2026-04-10T03:36:34.138Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2252 | 2026-04-10T03:36:34.227Z | Compiling ron v0.12.1 |
| 2253 | 2026-04-10T03:36:34.400Z | Compiling xz2 v0.1.7 |
| 2254 | 2026-04-10T03:36:34.649Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
| 2255 | 2026-04-10T03:36:34.806Z | Compiling base16ct v1.0.0 |
| 2256 | 2026-04-10T03:36:35.007Z | Compiling dropshot-api-manager v0.7.0 |
| 2257 | 2026-04-10T03:36:35.084Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10) |
| 2258 | 2026-04-10T03:36:35.497Z | Compiling natord v1.0.9 |
| 2259 | 2026-04-10T03:36:35.715Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2260 | 2026-04-10T03:36:35.748Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
| 2261 | 2026-04-10T03:36:35.839Z | Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util) |
| 2262 | 2026-04-10T03:36:36.452Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10) |
| 2263 | 2026-04-10T03:36:36.558Z | Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask) |
| 2264 | 2026-04-10T03:36:37.440Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2265 | 2026-04-10T03:36:38.200Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2266 | 2026-04-10T03:36:38.612Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2267 | 2026-04-10T03:36:46.518Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2268 | 2026-04-10T03:36:53.767Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2269 | 2026-04-10T03:36:55.206Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2270 | 2026-04-10T03:36:56.249Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 2271 | 2026-04-10T03:36:57.333Z | Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 2272 | 2026-04-10T03:36:57.333Z | Compiling ddm-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-types/versions) |
| 2273 | 2026-04-10T03:36:57.771Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
| 2274 | 2026-04-10T03:36:58.110Z | Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 2275 | 2026-04-10T03:36:58.110Z | Compiling ddm-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-types) |
| 2276 | 2026-04-10T03:36:58.180Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 2277 | 2026-04-10T03:36:58.468Z | Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
| 2278 | 2026-04-10T03:36:58.850Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
| 2279 | 2026-04-10T03:37:00.025Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 2280 | 2026-04-10T03:37:00.025Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 2281 | 2026-04-10T03:37:00.029Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
| 2282 | 2026-04-10T03:37:06.097Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
| 2283 | 2026-04-10T03:37:08.615Z | Compiling mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions) |
| 2284 | 2026-04-10T03:37:10.346Z | Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 2285 | 2026-04-10T03:37:10.346Z | Compiling mg-types v0.1.0 (/work/oxidecomputer/maghemite/mg-types) |
| 2286 | 2026-04-10T03:37:10.430Z | Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab) |
| 2287 | 2026-04-10T03:37:10.475Z | Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
| 2288 | 2026-04-10T03:37:12.094Z | Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
| 2289 | 2026-04-10T03:37:12.094Z | Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis) |
| 2290 | 2026-04-10T03:37:56.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 42s |
| 2291 | 2026-04-10T03:37:56.521Z | |
| 2292 | 2026-04-10T03:37:56.521Z | real 1:42.343179662 |
| 2293 | 2026-04-10T03:37:56.521Z | user 6:52.154270750 |
| 2294 | 2026-04-10T03:37:56.521Z | sys 1:02.052453353 |
| 2295 | 2026-04-10T03:37:56.521Z | trap 0.181674147 |
| 2296 | 2026-04-10T03:37:56.521Z | tflt 0.068381197 |
| 2297 | 2026-04-10T03:37:56.522Z | dflt 0.168888277 |
| 2298 | 2026-04-10T03:37:56.522Z | kflt 0.000043423 |
| 2299 | 2026-04-10T03:37:56.522Z | lock 27:29.551957284 |
| 2300 | 2026-04-10T03:37:56.522Z | slp 24:32.185981783 |
| 2301 | 2026-04-10T03:37:56.525Z | lat 18.880869956 |
| 2302 | 2026-04-10T03:37:56.525Z | stop 26.900862038 |
| 2303 | 2026-04-10T03:37:56.525Z | + ptime -m cargo build --release |
| 2304 | 2026-04-10T03:37:57.158Z | Compiling proc-macro2 v1.0.106 |
| 2305 | 2026-04-10T03:37:57.158Z | Compiling quote v1.0.45 |
| 2306 | 2026-04-10T03:37:57.158Z | Compiling unicode-ident v1.0.24 |
| 2307 | 2026-04-10T03:37:57.161Z | Compiling serde_core v1.0.228 |
| 2308 | 2026-04-10T03:37:57.161Z | Compiling serde v1.0.228 |
| 2309 | 2026-04-10T03:37:57.161Z | Compiling libc v0.2.184 |
| 2310 | 2026-04-10T03:37:57.161Z | Compiling cfg-if v1.0.4 |
| 2311 | 2026-04-10T03:37:57.388Z | Compiling zmij v1.0.21 |
| 2312 | 2026-04-10T03:37:57.401Z | Compiling autocfg v1.5.0 |
| 2313 | 2026-04-10T03:37:57.686Z | Compiling memchr v2.8.0 |
| 2314 | 2026-04-10T03:37:57.690Z | Compiling libm v0.2.16 |
| 2315 | 2026-04-10T03:37:57.812Z | Compiling version_check v0.9.5 |
| 2316 | 2026-04-10T03:37:58.016Z | Compiling itoa v1.0.18 |
| 2317 | 2026-04-10T03:37:58.085Z | Compiling icu_normalizer_data v2.1.1 |
| 2318 | 2026-04-10T03:37:58.259Z | Compiling icu_properties_data v2.1.2 |
| 2319 | 2026-04-10T03:37:58.263Z | Compiling stable_deref_trait v1.2.1 |
| 2320 | 2026-04-10T03:37:58.404Z | Compiling serde_json v1.0.149 |
| 2321 | 2026-04-10T03:37:58.495Z | Compiling syn v2.0.117 |
| 2322 | 2026-04-10T03:37:58.573Z | Compiling thiserror v2.0.18 |
| 2323 | 2026-04-10T03:37:58.611Z | Compiling litemap v0.8.1 |
| 2324 | 2026-04-10T03:37:58.662Z | Compiling writeable v0.6.2 |
| 2325 | 2026-04-10T03:37:58.814Z | Compiling num-traits v0.2.19 |
| 2326 | 2026-04-10T03:37:58.918Z | Compiling percent-encoding v2.3.2 |
| 2327 | 2026-04-10T03:37:59.107Z | Compiling parking_lot_core v0.9.12 |
| 2328 | 2026-04-10T03:37:59.177Z | Compiling form_urlencoded v1.2.2 |
| 2329 | 2026-04-10T03:37:59.190Z | Compiling getrandom v0.4.2 |
| 2330 | 2026-04-10T03:37:59.231Z | Compiling utf8_iter v1.0.4 |
| 2331 | 2026-04-10T03:37:59.375Z | Compiling rand_core v0.10.0 |
| 2332 | 2026-04-10T03:37:59.400Z | Compiling jobserver v0.1.34 |
| 2333 | 2026-04-10T03:37:59.466Z | Compiling heck v0.5.0 |
| 2334 | 2026-04-10T03:37:59.498Z | Compiling shlex v1.3.0 |
| 2335 | 2026-04-10T03:37:59.608Z | Compiling find-msvc-tools v0.1.9 |
| 2336 | 2026-04-10T03:37:59.686Z | Compiling errno v0.3.14 |
| 2337 | 2026-04-10T03:37:59.727Z | Compiling iana-time-zone v0.1.65 |
| 2338 | 2026-04-10T03:37:59.829Z | Compiling cc v1.2.58 |
| 2339 | 2026-04-10T03:38:00.068Z | Compiling zerocopy v0.8.48 |
| 2340 | 2026-04-10T03:38:00.177Z | Compiling uuid v1.23.0 |
| 2341 | 2026-04-10T03:38:00.462Z | Compiling semver v1.0.28 |
| 2342 | 2026-04-10T03:38:00.491Z | Compiling schemars v0.8.22 |
| 2343 | 2026-04-10T03:38:00.646Z | Compiling dyn-clone v1.0.20 |
| 2344 | 2026-04-10T03:38:00.771Z | Compiling getrandom v0.2.17 |
| 2345 | 2026-04-10T03:38:00.798Z | Compiling pin-project-lite v0.2.17 |
| 2346 | 2026-04-10T03:38:00.812Z | Compiling rustversion v1.0.22 |
| 2347 | 2026-04-10T03:38:01.000Z | Compiling socket2 v0.6.3 |
| 2348 | 2026-04-10T03:38:01.110Z | Compiling scopeguard v1.2.0 |
| 2349 | 2026-04-10T03:38:01.124Z | Compiling bitflags v2.11.0 |
| 2350 | 2026-04-10T03:38:01.127Z | Compiling portable-atomic v1.13.1 |
| 2351 | 2026-04-10T03:38:01.178Z | Compiling signal-hook-registry v1.4.8 |
| 2352 | 2026-04-10T03:38:01.225Z | Compiling lock_api v0.4.14 |
| 2353 | 2026-04-10T03:38:01.475Z | Compiling synstructure v0.13.2 |
| 2354 | 2026-04-10T03:38:01.521Z | Compiling serde_derive_internals v0.29.1 |
| 2355 | 2026-04-10T03:38:01.767Z | Compiling mio v1.2.0 |
| 2356 | 2026-04-10T03:38:01.781Z | Compiling log v0.4.29 |
| 2357 | 2026-04-10T03:38:01.880Z | Compiling critical-section v1.2.0 |
| 2358 | 2026-04-10T03:38:01.982Z | Compiling foldhash v0.2.0 |
| 2359 | 2026-04-10T03:38:01.995Z | Compiling equivalent v1.0.2 |
| 2360 | 2026-04-10T03:38:02.022Z | Compiling subtle v2.6.1 |
| 2361 | 2026-04-10T03:38:02.086Z | Compiling once_cell v1.21.4 |
| 2362 | 2026-04-10T03:38:02.128Z | Compiling allocator-api2 v0.2.21 |
| 2363 | 2026-04-10T03:38:02.206Z | Compiling typenum v1.19.0 |
| 2364 | 2026-04-10T03:38:02.336Z | Compiling futures-core v0.3.32 |
| 2365 | 2026-04-10T03:38:02.364Z | Compiling httparse v1.10.1 |
| 2366 | 2026-04-10T03:38:02.449Z | Compiling hashbrown v0.16.1 |
| 2367 | 2026-04-10T03:38:02.463Z | Compiling ring v0.17.14 |
| 2368 | 2026-04-10T03:38:02.489Z | Compiling serde_derive v1.0.228 |
| 2369 | 2026-04-10T03:38:02.501Z | Compiling zerofrom-derive v0.1.6 |
| 2370 | 2026-04-10T03:38:02.554Z | Compiling yoke-derive v0.8.1 |
| 2371 | 2026-04-10T03:38:02.629Z | Compiling zerovec-derive v0.11.2 |
| 2372 | 2026-04-10T03:38:02.713Z | Compiling displaydoc v0.2.5 |
| 2373 | 2026-04-10T03:38:02.840Z | Compiling schemars_derive v0.8.22 |
| 2374 | 2026-04-10T03:38:02.985Z | Compiling thiserror-impl v2.0.18 |
| 2375 | 2026-04-10T03:38:03.019Z | Compiling tokio-macros v2.7.0 |
| 2376 | 2026-04-10T03:38:03.458Z | Compiling zerocopy-derive v0.8.48 |
| 2377 | 2026-04-10T03:38:03.572Z | Compiling zeroize_derive v1.4.3 |
| 2378 | 2026-04-10T03:38:03.675Z | Compiling zerofrom v0.1.6 |
| 2379 | 2026-04-10T03:38:03.707Z | Compiling futures-macro v0.3.32 |
| 2380 | 2026-04-10T03:38:03.806Z | Compiling yoke v0.8.1 |
| 2381 | 2026-04-10T03:38:04.008Z | Compiling zerovec v0.11.5 |
| 2382 | 2026-04-10T03:38:04.033Z | Compiling zerotrie v0.2.3 |
| 2383 | 2026-04-10T03:38:04.248Z | Compiling zeroize v1.8.2 |
| 2384 | 2026-04-10T03:38:04.460Z | Compiling cmake v0.1.58 |
| 2385 | 2026-04-10T03:38:04.475Z | Compiling fs_extra v1.3.0 |
| 2386 | 2026-04-10T03:38:04.478Z | Compiling dunce v1.0.5 |
| 2387 | 2026-04-10T03:38:04.500Z | Compiling thiserror v1.0.69 |
| 2388 | 2026-04-10T03:38:04.525Z | Compiling tinystr v0.8.2 |
| 2389 | 2026-04-10T03:38:04.576Z | Compiling potential_utf v0.1.4 |
| 2390 | 2026-04-10T03:38:04.594Z | Compiling futures-sink v0.3.32 |
| 2391 | 2026-04-10T03:38:04.709Z | Compiling icu_locale_core v2.1.1 |
| 2392 | 2026-04-10T03:38:04.741Z | Compiling icu_collections v2.1.1 |
| 2393 | 2026-04-10T03:38:04.741Z | Compiling slab v0.4.12 |
| 2394 | 2026-04-10T03:38:04.767Z | Compiling thiserror-impl v1.0.69 |
| 2395 | 2026-04-10T03:38:04.796Z | Compiling aws-lc-sys v0.39.1 |
| 2396 | 2026-04-10T03:38:04.854Z | Compiling rand_core v0.6.4 |
| 2397 | 2026-04-10T03:38:04.966Z | Compiling rustix v1.1.4 |
| 2398 | 2026-04-10T03:38:05.111Z | Compiling futures-channel v0.3.32 |
| 2399 | 2026-04-10T03:38:05.385Z | Compiling futures-io v0.3.32 |
| 2400 | 2026-04-10T03:38:05.513Z | Compiling icu_provider v2.1.1 |
| 2401 | 2026-04-10T03:38:05.590Z | Compiling futures-task v0.3.32 |
| 2402 | 2026-04-10T03:38:05.652Z | Compiling indexmap v2.13.0 |
| 2403 | 2026-04-10T03:38:05.777Z | Compiling smallvec v1.15.1 |
| 2404 | 2026-04-10T03:38:05.804Z | Compiling bytes v1.11.1 |
| 2405 | 2026-04-10T03:38:05.852Z | Compiling icu_properties v2.1.2 |
| 2406 | 2026-04-10T03:38:05.929Z | Compiling chrono v0.4.44 |
| 2407 | 2026-04-10T03:38:05.947Z | Compiling serde_tokenstream v0.2.3 |
| 2408 | 2026-04-10T03:38:06.060Z | Compiling icu_normalizer v2.1.1 |
| 2409 | 2026-04-10T03:38:06.628Z | Compiling parking_lot v0.12.5 |
| 2410 | 2026-04-10T03:38:06.713Z | Compiling idna_adapter v1.2.1 |
| 2411 | 2026-04-10T03:38:06.871Z | Compiling idna v1.1.0 |
| 2412 | 2026-04-10T03:38:06.882Z | Compiling tokio v1.51.1 |
| 2413 | 2026-04-10T03:38:07.199Z | Compiling url v2.5.8 |
| 2414 | 2026-04-10T03:38:07.213Z | Compiling futures-util v0.3.32 |
| 2415 | 2026-04-10T03:38:07.339Z | Compiling regex-syntax v0.8.10 |
| 2416 | 2026-04-10T03:38:08.356Z | Compiling tracing-attributes v0.1.31 |
| 2417 | 2026-04-10T03:38:08.903Z | Compiling tracing-core v0.1.36 |
| 2418 | 2026-04-10T03:38:09.360Z | Compiling generic-array v0.14.7 |
| 2419 | 2026-04-10T03:38:09.587Z | Compiling tracing v0.1.44 |
| 2420 | 2026-04-10T03:38:09.797Z | Compiling aho-corasick v1.1.4 |
| 2421 | 2026-04-10T03:38:09.881Z | Compiling ucd-trie v0.1.7 |
| 2422 | 2026-04-10T03:38:09.982Z | Compiling http v1.4.0 |
| 2423 | 2026-04-10T03:38:10.097Z | Compiling pest v2.8.6 |
| 2424 | 2026-04-10T03:38:10.617Z | Compiling regex-automata v0.4.14 |
| 2425 | 2026-04-10T03:38:10.857Z | Compiling getrandom v0.3.4 |
| 2426 | 2026-04-10T03:38:11.139Z | Compiling base64 v0.22.1 |
| 2427 | 2026-04-10T03:38:11.206Z | Compiling pest_meta v2.8.6 |
| 2428 | 2026-04-10T03:38:11.377Z | Compiling fnv v1.0.7 |
| 2429 | 2026-04-10T03:38:11.493Z | Compiling byteorder v1.5.0 |
| 2430 | 2026-04-10T03:38:11.756Z | Compiling ipnetwork v0.21.1 |
| 2431 | 2026-04-10T03:38:11.782Z | Compiling rustls-pki-types v1.14.0 |
| 2432 | 2026-04-10T03:38:12.259Z | Compiling pest_generator v2.8.6 |
| 2433 | 2026-04-10T03:38:12.428Z | Compiling regex v1.12.3 |
| 2434 | 2026-04-10T03:38:12.595Z | Compiling slog v2.8.2 |
| 2435 | 2026-04-10T03:38:12.849Z | Compiling anyhow v1.0.102 |
| 2436 | 2026-04-10T03:38:12.888Z | Compiling pest_derive v2.8.6 |
| 2437 | 2026-04-10T03:38:13.175Z | Compiling erased-serde v0.3.31 |
| 2438 | 2026-04-10T03:38:13.208Z | Compiling crypto-common v0.1.7 |
| 2439 | 2026-04-10T03:38:13.322Z | Compiling untrusted v0.9.0 |
| 2440 | 2026-04-10T03:38:13.364Z | Compiling strsim v0.11.1 |
| 2441 | 2026-04-10T03:38:13.461Z | Compiling ipnet v2.12.0 |
| 2442 | 2026-04-10T03:38:13.759Z | Compiling tokio-util v0.7.18 |
| 2443 | 2026-04-10T03:38:14.194Z | Compiling paste v1.0.15 |
| 2444 | 2026-04-10T03:38:14.508Z | Compiling num-conv v0.2.1 |
| 2445 | 2026-04-10T03:38:14.650Z | Compiling ident_case v1.0.1 |
| 2446 | 2026-04-10T03:38:14.664Z | Compiling time-core v0.1.8 |
| 2447 | 2026-04-10T03:38:14.839Z | Compiling time-macros v0.2.27 |
| 2448 | 2026-04-10T03:38:14.892Z | Compiling http-body v1.0.1 |
| 2449 | 2026-04-10T03:38:15.059Z | Compiling syn v1.0.109 |
| 2450 | 2026-04-10T03:38:15.075Z | Compiling atomic-waker v1.1.2 |
| 2451 | 2026-04-10T03:38:15.436Z | Compiling oxnet v0.1.4 |
| 2452 | 2026-04-10T03:38:15.828Z | Compiling tower-service v0.3.3 |
| 2453 | 2026-04-10T03:38:15.931Z | Compiling ryu v1.0.23 |
| 2454 | 2026-04-10T03:38:15.966Z | Compiling try-lock v0.2.5 |
| 2455 | 2026-04-10T03:38:16.091Z | Compiling omicron-workspace-hack v0.1.0 |
| 2456 | 2026-04-10T03:38:16.225Z | Compiling tower-layer v0.3.3 |
| 2457 | 2026-04-10T03:38:16.315Z | Compiling want v0.3.1 |
| 2458 | 2026-04-10T03:38:16.498Z | Compiling h2 v0.4.13 |
| 2459 | 2026-04-10T03:38:16.933Z | Compiling block-buffer v0.10.4 |
| 2460 | 2026-04-10T03:38:17.112Z | Compiling ppv-lite86 v0.2.21 |
| 2461 | 2026-04-10T03:38:17.784Z | Compiling scroll_derive v0.13.1 |
| 2462 | 2026-04-10T03:38:18.118Z | Compiling httpdate v1.0.3 |
| 2463 | 2026-04-10T03:38:18.497Z | Compiling pretty-hex v0.4.2 |
| 2464 | 2026-04-10T03:38:18.598Z | Compiling camino v1.2.2 |
| 2465 | 2026-04-10T03:38:18.926Z | Compiling hyper v1.9.0 |
| 2466 | 2026-04-10T03:38:18.941Z | Compiling digest v0.10.7 |
| 2467 | 2026-04-10T03:38:19.184Z | Compiling async-trait v0.1.89 |
| 2468 | 2026-04-10T03:38:19.691Z | Compiling crossbeam-utils v0.8.21 |
| 2469 | 2026-04-10T03:38:20.017Z | Compiling aws-lc-rs v1.16.2 |
| 2470 | 2026-04-10T03:38:20.334Z | Compiling hyper-util v0.1.20 |
| 2471 | 2026-04-10T03:38:20.850Z | Compiling serde_urlencoded v0.7.1 |
| 2472 | 2026-04-10T03:38:21.133Z | Compiling http-body-util v0.1.3 |
| 2473 | 2026-04-10T03:38:21.640Z | Compiling untrusted v0.7.1 |
| 2474 | 2026-04-10T03:38:21.776Z | Compiling slog-async v2.8.0 |
| 2475 | 2026-04-10T03:38:22.175Z | Compiling daft-derive v0.1.5 |
| 2476 | 2026-04-10T03:38:22.893Z | Compiling rustls v0.23.37 |
| 2477 | 2026-04-10T03:38:22.909Z | Compiling usdt-impl v0.6.0 |
| 2478 | 2026-04-10T03:38:23.111Z | Compiling scroll v0.13.0 |
| 2479 | 2026-04-10T03:38:23.220Z | Compiling plain v0.2.3 |
| 2480 | 2026-04-10T03:38:23.336Z | Compiling goblin v0.10.5 |
| 2481 | 2026-04-10T03:38:23.376Z | Compiling openapiv3 v2.2.0 |
| 2482 | 2026-04-10T03:38:24.256Z | Compiling cpufeatures v0.2.17 |
| 2483 | 2026-04-10T03:38:24.360Z | Compiling dtrace-parser v0.3.0 |
| 2484 | 2026-04-10T03:38:24.968Z | Compiling sync_wrapper v1.0.2 |
| 2485 | 2026-04-10T03:38:25.092Z | Compiling thread-id v5.1.0 |
| 2486 | 2026-04-10T03:38:25.197Z | Compiling powerfmt v0.2.0 |
| 2487 | 2026-04-10T03:38:25.493Z | Compiling deranged v0.5.8 |
| 2488 | 2026-04-10T03:38:26.581Z | Compiling dof v0.4.0 |
| 2489 | 2026-04-10T03:38:26.855Z | Compiling tower v0.5.3 |
| 2490 | 2026-04-10T03:38:27.058Z | Compiling rand_core v0.9.5 |
| 2491 | 2026-04-10T03:38:27.099Z | Compiling webpki-roots v1.0.6 |
| 2492 | 2026-04-10T03:38:27.229Z | Compiling regress v0.10.5 |
| 2493 | 2026-04-10T03:38:27.439Z | Compiling ref-cast v1.0.25 |
| 2494 | 2026-04-10T03:38:27.748Z | Compiling rustls v0.22.4 |
| 2495 | 2026-04-10T03:38:27.823Z | Compiling num_threads v0.1.7 |
| 2496 | 2026-04-10T03:38:27.913Z | Compiling iri-string v0.7.12 |
| 2497 | 2026-04-10T03:38:27.925Z | Compiling time v0.3.47 |
| 2498 | 2026-04-10T03:38:28.191Z | Compiling usdt-macro v0.6.0 |
| 2499 | 2026-04-10T03:38:29.026Z | Compiling usdt-attr-macro v0.6.0 |
| 2500 | 2026-04-10T03:38:29.199Z | Compiling rand_chacha v0.9.0 |
| 2501 | 2026-04-10T03:38:29.755Z | Compiling tower-http v0.6.8 |
| 2502 | 2026-04-10T03:38:29.929Z | Compiling crossbeam-channel v0.5.15 |
| 2503 | 2026-04-10T03:38:30.623Z | Compiling ref-cast-impl v1.0.25 |
| 2504 | 2026-04-10T03:38:30.652Z | Compiling multer v3.1.0 |
| 2505 | 2026-04-10T03:38:30.749Z | Compiling winnow v1.0.1 |
| 2506 | 2026-04-10T03:38:30.888Z | Compiling hex v0.4.3 |
| 2507 | 2026-04-10T03:38:31.178Z | Compiling rand v0.9.2 |
| 2508 | 2026-04-10T03:38:31.235Z | Compiling structmeta-derive v0.3.0 |
| 2509 | 2026-04-10T03:38:31.552Z | Compiling thread_local v1.1.9 |
| 2510 | 2026-04-10T03:38:31.895Z | Compiling darling_core v0.23.0 |
| 2511 | 2026-04-10T03:38:31.955Z | Compiling futures-executor v0.3.32 |
| 2512 | 2026-04-10T03:38:32.156Z | Compiling newtype-uuid-macros v0.1.0 |
| 2513 | 2026-04-10T03:38:32.273Z | Compiling structmeta v0.3.0 |
| 2514 | 2026-04-10T03:38:32.421Z | Compiling async-stream-impl v0.3.6 |
| 2515 | 2026-04-10T03:38:32.479Z | Compiling is-terminal v0.4.17 |
| 2516 | 2026-04-10T03:38:32.583Z | Compiling term v1.2.1 |
| 2517 | 2026-04-10T03:38:32.657Z | Compiling take_mut v0.2.2 |
| 2518 | 2026-04-10T03:38:32.886Z | Compiling fastrand v2.3.0 |
| 2519 | 2026-04-10T03:38:32.938Z | Compiling slog-term v2.9.2 |
| 2520 | 2026-04-10T03:38:33.165Z | Compiling futures v0.3.32 |
| 2521 | 2026-04-10T03:38:33.223Z | Compiling newtype-uuid v1.3.2 |
| 2522 | 2026-04-10T03:38:33.256Z | Compiling strum_macros v0.26.4 |
| 2523 | 2026-04-10T03:38:33.920Z | Compiling daft v0.1.5 |
| 2524 | 2026-04-10T03:38:33.989Z | Compiling darling_macro v0.23.0 |
| 2525 | 2026-04-10T03:38:34.150Z | Compiling dropshot v0.16.7 |
| 2526 | 2026-04-10T03:38:34.270Z | Compiling either v1.15.0 |
| 2527 | 2026-04-10T03:38:34.331Z | Compiling tempfile v3.27.0 |
| 2528 | 2026-04-10T03:38:34.371Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2529 | 2026-04-10T03:38:34.489Z | Compiling derive-ex v0.1.8 |
| 2530 | 2026-04-10T03:38:34.561Z | Compiling darling v0.23.0 |
| 2531 | 2026-04-10T03:38:34.649Z | Compiling serde_with_macros v3.18.0 |
| 2532 | 2026-04-10T03:38:34.870Z | Compiling sha1 v0.10.6 |
| 2533 | 2026-04-10T03:38:34.909Z | Compiling rand_chacha v0.3.1 |
| 2534 | 2026-04-10T03:38:35.188Z | Compiling dropshot_endpoint v0.16.7 |
| 2535 | 2026-04-10T03:38:35.291Z | Compiling strum_macros v0.27.2 |
| 2536 | 2026-04-10T03:38:35.646Z | Compiling match_cfg v0.1.0 |
| 2537 | 2026-04-10T03:38:35.782Z | Compiling openssl-probe v0.2.1 |
| 2538 | 2026-04-10T03:38:36.047Z | Compiling rustls-native-certs v0.8.3 |
| 2539 | 2026-04-10T03:38:36.085Z | Compiling test-strategy v0.4.5 |
| 2540 | 2026-04-10T03:38:36.738Z | Compiling toml_parser v1.1.0+spec-1.1.0 |
| 2541 | 2026-04-10T03:38:36.824Z | Compiling hostname v0.3.1 |
| 2542 | 2026-04-10T03:38:36.827Z | Compiling rand v0.8.5 |
| 2543 | 2026-04-10T03:38:37.105Z | Compiling slog-json v2.6.1 |
| 2544 | 2026-04-10T03:38:37.167Z | Compiling macaddr v1.0.1 |
| 2545 | 2026-04-10T03:38:37.287Z | Compiling serde_spanned v1.1.0 |
| 2546 | 2026-04-10T03:38:37.370Z | Compiling memmap2 v0.9.10 |
| 2547 | 2026-04-10T03:38:37.453Z | Compiling toml_writer v1.1.0+spec-1.1.0 |
| 2548 | 2026-04-10T03:38:37.649Z | Compiling slog-bunyan v2.5.0 |
| 2549 | 2026-04-10T03:38:37.820Z | Compiling rustls-webpki v0.102.8 |
| 2550 | 2026-04-10T03:38:37.858Z | Compiling winnow v0.7.15 |
| 2551 | 2026-04-10T03:38:37.876Z | Compiling debug-ignore v1.0.5 |
| 2552 | 2026-04-10T03:38:39.378Z | Compiling usdt v0.6.0 |
| 2553 | 2026-04-10T03:38:39.596Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2554 | 2026-04-10T03:38:40.226Z | Compiling encoding_rs v0.8.35 |
| 2555 | 2026-04-10T03:38:40.441Z | Compiling spin v0.9.8 |
| 2556 | 2026-04-10T03:38:40.574Z | Compiling unicode-width v0.2.2 |
| 2557 | 2026-04-10T03:38:40.785Z | Compiling mime v0.3.17 |
| 2558 | 2026-04-10T03:38:41.260Z | Compiling tokio-rustls v0.25.0 |
| 2559 | 2026-04-10T03:38:41.512Z | Compiling async-stream v0.3.6 |
| 2560 | 2026-04-10T03:38:41.583Z | Compiling parse-display-derive v0.10.0 |
| 2561 | 2026-04-10T03:38:41.709Z | Compiling waitgroup v0.1.2 |
| 2562 | 2026-04-10T03:38:41.872Z | Compiling rustls-pemfile v2.2.0 |
| 2563 | 2026-04-10T03:38:42.158Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2564 | 2026-04-10T03:38:42.498Z | Compiling serde_path_to_error v0.1.20 |
| 2565 | 2026-04-10T03:38:42.591Z | Compiling hostname v0.4.2 |
| 2566 | 2026-04-10T03:38:42.764Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2567 | 2026-04-10T03:38:42.951Z | Compiling strum v0.26.3 |
| 2568 | 2026-04-10T03:38:43.098Z | Compiling wait-timeout v0.2.1 |
| 2569 | 2026-04-10T03:38:43.520Z | Compiling bit-vec v0.8.0 |
| 2570 | 2026-04-10T03:38:43.588Z | Compiling quick-error v1.2.3 |
| 2571 | 2026-04-10T03:38:43.711Z | Compiling rusty-fork v0.3.1 |
| 2572 | 2026-04-10T03:38:43.824Z | Compiling bit-set v0.8.0 |
| 2573 | 2026-04-10T03:38:44.544Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2574 | 2026-04-10T03:38:44.559Z | Compiling serde_with v3.18.0 |
| 2575 | 2026-04-10T03:38:44.790Z | Compiling rand_xorshift v0.4.0 |
| 2576 | 2026-04-10T03:38:44.970Z | Compiling unarray v0.1.4 |
| 2577 | 2026-04-10T03:38:45.101Z | Compiling proptest v1.11.0 |
| 2578 | 2026-04-10T03:38:46.074Z | Compiling strum v0.27.2 |
| 2579 | 2026-04-10T03:38:46.124Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2580 | 2026-04-10T03:38:46.219Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2581 | 2026-04-10T03:38:46.281Z | Compiling instant v0.1.13 |
| 2582 | 2026-04-10T03:38:46.929Z | Compiling rustc-hash v2.1.2 |
| 2583 | 2026-04-10T03:38:47.066Z | Compiling iddqd v0.3.17 |
| 2584 | 2026-04-10T03:38:47.216Z | Compiling itertools v0.14.0 |
| 2585 | 2026-04-10T03:38:47.432Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2586 | 2026-04-10T03:38:48.872Z | Compiling clap_derive v4.6.0 |
| 2587 | 2026-04-10T03:38:49.193Z | Compiling utf8parse v0.2.2 |
| 2588 | 2026-04-10T03:38:49.959Z | Compiling anstyle-parse v1.0.0 |
| 2589 | 2026-04-10T03:38:50.192Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2590 | 2026-04-10T03:38:50.492Z | Compiling backon v1.6.0 |
| 2591 | 2026-04-10T03:38:50.640Z | Compiling terminal_size v0.4.4 |
| 2592 | 2026-04-10T03:38:50.753Z | Compiling colorchoice v1.0.5 |
| 2593 | 2026-04-10T03:38:50.791Z | Compiling anstyle-query v1.1.5 |
| 2594 | 2026-04-10T03:38:50.860Z | Compiling anstyle v1.0.14 |
| 2595 | 2026-04-10T03:38:50.874Z | Compiling is_terminal_polyfill v1.70.2 |
| 2596 | 2026-04-10T03:38:51.127Z | Compiling anstream v1.0.0 |
| 2597 | 2026-04-10T03:38:51.439Z | Compiling backoff v0.4.0 |
| 2598 | 2026-04-10T03:38:51.596Z | Compiling parse-display v0.10.0 |
| 2599 | 2026-04-10T03:38:51.626Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1) |
| 2600 | 2026-04-10T03:38:51.695Z | Compiling clap_lex v1.1.0 |
| 2601 | 2026-04-10T03:38:52.707Z | Compiling clap_builder v4.6.0 |
| 2602 | 2026-04-10T03:38:53.234Z | Compiling unsafe-libyaml v0.2.11 |
| 2603 | 2026-04-10T03:38:53.882Z | Compiling serde_yaml v0.9.34+deprecated |
| 2604 | 2026-04-10T03:38:54.708Z | Compiling clap v4.6.0 |
| 2605 | 2026-04-10T03:38:55.292Z | Compiling zerocopy-derive v0.7.35 |
| 2606 | 2026-04-10T03:38:55.721Z | Compiling crucible-workspace-hack v0.1.0 |
| 2607 | 2026-04-10T03:38:55.959Z | Compiling toml_datetime v1.1.0+spec-1.1.0 |
| 2608 | 2026-04-10T03:38:56.124Z | Compiling toml_edit v0.25.8+spec-1.1.0 |
| 2609 | 2026-04-10T03:38:57.269Z | Compiling darling_core v0.21.3 |
| 2610 | 2026-04-10T03:38:58.247Z | Compiling proc-macro-crate v3.5.0 |
| 2611 | 2026-04-10T03:38:58.593Z | Compiling typify-impl v0.6.1 |
| 2612 | 2026-04-10T03:38:58.650Z | Compiling toml_datetime v0.6.11 |
| 2613 | 2026-04-10T03:38:59.323Z | Compiling proc-macro-error-attr v1.0.4 |
| 2614 | 2026-04-10T03:38:59.337Z | Compiling darling_macro v0.21.3 |
| 2615 | 2026-04-10T03:39:00.033Z | Compiling convert_case v0.4.0 |
| 2616 | 2026-04-10T03:39:01.432Z | Compiling derive_more v0.99.20 |
| 2617 | 2026-04-10T03:39:01.693Z | Compiling darling v0.21.3 |
| 2618 | 2026-04-10T03:39:01.829Z | Compiling num_enum_derive v0.7.6 |
| 2619 | 2026-04-10T03:39:01.842Z | Compiling typify-macro v0.6.1 |
| 2620 | 2026-04-10T03:39:02.813Z | Compiling proc-macro-error v1.0.4 |
| 2621 | 2026-04-10T03:39:03.049Z | Compiling tinyvec_macros v0.1.1 |
| 2622 | 2026-04-10T03:39:03.127Z | Compiling prettyplease v0.2.37 |
| 2623 | 2026-04-10T03:39:03.168Z | Compiling heapless v0.8.0 |
| 2624 | 2026-04-10T03:39:03.266Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2625 | 2026-04-10T03:39:03.392Z | Compiling tinyvec v1.11.0 |
| 2626 | 2026-04-10T03:39:03.589Z | Compiling num_enum v0.7.6 |
| 2627 | 2026-04-10T03:39:03.708Z | Compiling ingot-macros v0.1.1 |
| 2628 | 2026-04-10T03:39:03.807Z | Compiling zerocopy v0.7.35 |
| 2629 | 2026-04-10T03:39:03.864Z | Compiling tabwriter v1.4.1 |
| 2630 | 2026-04-10T03:39:04.312Z | Compiling hash32 v0.3.1 |
| 2631 | 2026-04-10T03:39:04.315Z | Compiling secrecy v0.10.3 |
| 2632 | 2026-04-10T03:39:04.353Z | Compiling scroll_derive v0.12.1 |
| 2633 | 2026-04-10T03:39:04.433Z | Compiling usdt-impl v0.5.0 |
| 2634 | 2026-04-10T03:39:04.474Z | Compiling data-encoding v2.10.0 |
| 2635 | 2026-04-10T03:39:04.488Z | Compiling smoltcp v0.11.0 |
| 2636 | 2026-04-10T03:39:04.690Z | Compiling pkg-config v0.3.32 |
| 2637 | 2026-04-10T03:39:04.828Z | Compiling colored v3.1.1 |
| 2638 | 2026-04-10T03:39:05.082Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 2639 | 2026-04-10T03:39:05.167Z | Compiling scroll v0.12.0 |
| 2640 | 2026-04-10T03:39:05.521Z | Compiling dof v0.3.0 |
| 2641 | 2026-04-10T03:39:06.157Z | Compiling dtrace-parser v0.2.0 |
| 2642 | 2026-04-10T03:39:06.352Z | Compiling ingot-types v0.1.2 |
| 2643 | 2026-04-10T03:39:06.465Z | Compiling crossbeam-epoch v0.9.18 |
| 2644 | 2026-04-10T03:39:06.528Z | Compiling cobs v0.3.0 |
| 2645 | 2026-04-10T03:39:06.551Z | Compiling foreign-types-macros v0.2.3 |
| 2646 | 2026-04-10T03:39:06.727Z | Compiling rustc_version v0.4.1 |
| 2647 | 2026-04-10T03:39:06.797Z | Compiling thread-id v4.2.2 |
| 2648 | 2026-04-10T03:39:06.955Z | Compiling foreign-types-shared v0.3.1 |
| 2649 | 2026-04-10T03:39:07.026Z | Compiling static_assertions v1.1.0 |
| 2650 | 2026-04-10T03:39:07.106Z | Compiling bitflags v1.3.2 |
| 2651 | 2026-04-10T03:39:07.137Z | Compiling heck v0.4.1 |
| 2652 | 2026-04-10T03:39:07.151Z | Compiling cpufeatures v0.3.0 |
| 2653 | 2026-04-10T03:39:07.183Z | Compiling managed v0.8.0 |
| 2654 | 2026-04-10T03:39:07.186Z | Compiling rustix v0.38.44 |
| 2655 | 2026-04-10T03:39:07.225Z | Compiling chacha20 v0.10.0 |
| 2656 | 2026-04-10T03:39:07.251Z | Compiling foreign-types v0.5.0 |
| 2657 | 2026-04-10T03:39:07.469Z | Compiling curve25519-dalek v4.1.3 |
| 2658 | 2026-04-10T03:39:07.509Z | Compiling ingot v0.1.1 |
| 2659 | 2026-04-10T03:39:07.522Z | Compiling postcard v1.1.3 |
| 2660 | 2026-04-10T03:39:08.312Z | Compiling goblin v0.8.2 |
| 2661 | 2026-04-10T03:39:08.616Z | Compiling typify v0.6.1 |
| 2662 | 2026-04-10T03:39:09.440Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2663 | 2026-04-10T03:39:09.604Z | Compiling hubpack_derive v0.1.1 |
| 2664 | 2026-04-10T03:39:09.965Z | Compiling hmac v0.12.1 |
| 2665 | 2026-04-10T03:39:10.130Z | Compiling inout v0.1.4 |
| 2666 | 2026-04-10T03:39:10.302Z | Compiling serde_spanned v0.6.9 |
| 2667 | 2026-04-10T03:39:10.473Z | Compiling ff v0.13.1 |
| 2668 | 2026-04-10T03:39:10.530Z | Compiling num-integer v0.1.46 |
| 2669 | 2026-04-10T03:39:10.656Z | Compiling cstr-argument v0.1.2 |
| 2670 | 2026-04-10T03:39:11.142Z | Compiling toml_write v0.1.2 |
| 2671 | 2026-04-10T03:39:11.192Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51) |
| 2672 | 2026-04-10T03:39:12.105Z | Compiling toml_edit v0.22.27 |
| 2673 | 2026-04-10T03:39:12.589Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2674 | 2026-04-10T03:39:12.984Z | Compiling group v0.13.0 |
| 2675 | 2026-04-10T03:39:13.111Z | Compiling cipher v0.4.4 |
| 2676 | 2026-04-10T03:39:13.362Z | Compiling hubpack v0.1.2 |
| 2677 | 2026-04-10T03:39:13.617Z | Compiling hkdf v0.12.4 |
| 2678 | 2026-04-10T03:39:13.791Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2679 | 2026-04-10T03:39:14.349Z | Compiling progenitor-impl v0.13.0 |
| 2680 | 2026-04-10T03:39:14.499Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 2681 | 2026-04-10T03:39:15.350Z | Compiling rand v0.10.0 |
| 2682 | 2026-04-10T03:39:16.142Z | Compiling reqwest v0.12.28 |
| 2683 | 2026-04-10T03:39:16.948Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2684 | 2026-04-10T03:39:17.202Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2685 | 2026-04-10T03:39:17.849Z | Compiling universal-hash v0.5.1 |
| 2686 | 2026-04-10T03:39:18.129Z | Compiling crypto-bigint v0.5.5 |
| 2687 | 2026-04-10T03:39:18.260Z | Compiling half v2.7.1 |
| 2688 | 2026-04-10T03:39:18.285Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2689 | 2026-04-10T03:39:19.052Z | Compiling bstr v1.12.1 |
| 2690 | 2026-04-10T03:39:19.193Z | Compiling memoffset v0.9.1 |
| 2691 | 2026-04-10T03:39:19.503Z | Compiling ciborium-io v0.2.2 |
| 2692 | 2026-04-10T03:39:19.695Z | Compiling base64ct v1.8.3 |
| 2693 | 2026-04-10T03:39:19.719Z | Compiling base16ct v0.2.0 |
| 2694 | 2026-04-10T03:39:19.734Z | Compiling cfg_aliases v0.2.1 |
| 2695 | 2026-04-10T03:39:19.809Z | Compiling opaque-debug v0.3.1 |
| 2696 | 2026-04-10T03:39:19.906Z | Compiling poly1305 v0.8.0 |
| 2697 | 2026-04-10T03:39:19.931Z | Compiling elliptic-curve v0.13.8 |
| 2698 | 2026-04-10T03:39:20.041Z | Compiling password-hash v0.5.0 |
| 2699 | 2026-04-10T03:39:20.056Z | Compiling nix v0.31.2 |
| 2700 | 2026-04-10T03:39:20.441Z | Compiling ciborium-ll v0.2.2 |
| 2701 | 2026-04-10T03:39:21.208Z | Compiling thiserror-no-std v2.0.2 |
| 2702 | 2026-04-10T03:39:21.328Z | Compiling progenitor-client v0.10.0 |
| 2703 | 2026-04-10T03:39:21.842Z | Compiling progenitor-macro v0.13.0 |
| 2704 | 2026-04-10T03:39:22.969Z | Compiling rustls-webpki v0.103.10 |
| 2705 | 2026-04-10T03:39:23.967Z | Compiling toml v0.8.23 |
| 2706 | 2026-04-10T03:39:24.500Z | Compiling chacha20 v0.9.1 |
| 2707 | 2026-04-10T03:39:25.326Z | Compiling num-rational v0.4.2 |
| 2708 | 2026-04-10T03:39:26.010Z | Compiling num-iter v0.1.45 |
| 2709 | 2026-04-10T03:39:26.146Z | Compiling usdt-attr-macro v0.5.0 |
| 2710 | 2026-04-10T03:39:26.292Z | Compiling usdt-macro v0.5.0 |
| 2711 | 2026-04-10T03:39:26.881Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2712 | 2026-04-10T03:39:26.903Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b) |
| 2713 | 2026-04-10T03:39:27.377Z | Compiling tokio-rustls v0.26.4 |
| 2714 | 2026-04-10T03:39:27.603Z | Compiling rustls-platform-verifier v0.6.2 |
| 2715 | 2026-04-10T03:39:27.680Z | Compiling hyper-rustls v0.27.7 |
| 2716 | 2026-04-10T03:39:28.190Z | Compiling reqwest v0.13.2 |
| 2717 | 2026-04-10T03:39:28.402Z | Compiling byte-wrapper v0.1.0 |
| 2718 | 2026-04-10T03:39:29.343Z | Compiling blake2 v0.10.6 |
| 2719 | 2026-04-10T03:39:29.880Z | Compiling progenitor-client v0.13.0 |
| 2720 | 2026-04-10T03:39:29.935Z | Compiling aead v0.5.2 |
| 2721 | 2026-04-10T03:39:30.142Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2722 | 2026-04-10T03:39:30.379Z | Compiling progenitor-extras v0.1.1 |
| 2723 | 2026-04-10T03:39:30.644Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2724 | 2026-04-10T03:39:31.515Z | Compiling enum-as-inner v0.6.1 |
| 2725 | 2026-04-10T03:39:32.092Z | Compiling num-complex v0.4.6 |
| 2726 | 2026-04-10T03:39:32.554Z | Compiling memmap v0.7.0 |
| 2727 | 2026-04-10T03:39:32.795Z | Compiling winnow v0.5.40 |
| 2728 | 2026-04-10T03:39:34.389Z | Compiling indent_write v2.2.0 |
| 2729 | 2026-04-10T03:39:34.583Z | Compiling keccak v0.1.6 |
| 2730 | 2026-04-10T03:39:35.690Z | Compiling lazy_static v1.5.0 |
| 2731 | 2026-04-10T03:39:36.111Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2732 | 2026-04-10T03:39:37.090Z | Compiling sha3 v0.10.8 |
| 2733 | 2026-04-10T03:39:37.488Z | Compiling toml_edit v0.19.15 |
| 2734 | 2026-04-10T03:39:37.662Z | Compiling usdt v0.5.0 |
| 2735 | 2026-04-10T03:39:38.287Z | Compiling num v0.4.3 |
| 2736 | 2026-04-10T03:39:38.381Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2737 | 2026-04-10T03:39:39.434Z | Compiling progenitor v0.13.0 |
| 2738 | 2026-04-10T03:39:39.500Z | Compiling chacha20poly1305 v0.10.1 |
| 2739 | 2026-04-10T03:39:39.588Z | Compiling argon2 v0.5.3 |
| 2740 | 2026-04-10T03:39:39.663Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2741 | 2026-04-10T03:39:40.595Z | Compiling vsss-rs v3.3.4 |
| 2742 | 2026-04-10T03:39:42.223Z | Compiling ciborium v0.2.2 |
| 2743 | 2026-04-10T03:39:42.698Z | Compiling itertools v0.12.1 |
| 2744 | 2026-04-10T03:39:43.044Z | Compiling vcpkg v0.2.15 |
| 2745 | 2026-04-10T03:39:43.110Z | Compiling float-ord v0.3.2 |
| 2746 | 2026-04-10T03:39:43.191Z | Compiling semver v0.1.20 |
| 2747 | 2026-04-10T03:39:43.232Z | Compiling bytecount v0.6.9 |
| 2748 | 2026-04-10T03:39:43.326Z | Compiling rayon-core v1.13.0 |
| 2749 | 2026-04-10T03:39:43.453Z | Compiling rustc_version v0.1.7 |
| 2750 | 2026-04-10T03:39:43.594Z | Compiling openssl-sys v0.9.112 |
| 2751 | 2026-04-10T03:39:43.649Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2752 | 2026-04-10T03:39:43.745Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2753 | 2026-04-10T03:39:44.661Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2754 | 2026-04-10T03:39:44.771Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2755 | 2026-04-10T03:39:45.119Z | Compiling proc-macro-crate v1.3.1 |
| 2756 | 2026-04-10T03:39:45.474Z | Compiling atomicwrites v0.4.4 |
| 2757 | 2026-04-10T03:39:45.786Z | Compiling crossbeam-deque v0.8.6 |
| 2758 | 2026-04-10T03:39:45.900Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2759 | 2026-04-10T03:39:45.903Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2760 | 2026-04-10T03:39:46.016Z | Compiling linked-hash-map v0.5.6 |
| 2761 | 2026-04-10T03:39:46.017Z | Compiling swrite v0.1.0 |
| 2762 | 2026-04-10T03:39:46.164Z | Compiling resolv-conf v0.7.6 |
| 2763 | 2026-04-10T03:39:46.276Z | Compiling lru-cache v0.1.2 |
| 2764 | 2026-04-10T03:39:46.359Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2765 | 2026-04-10T03:39:46.446Z | Compiling num_enum_derive v0.5.11 |
| 2766 | 2026-04-10T03:39:46.861Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2767 | 2026-04-10T03:39:47.977Z | Compiling newtype_derive v0.1.6 |
| 2768 | 2026-04-10T03:39:48.028Z | Compiling hickory-proto v0.24.4 |
| 2769 | 2026-04-10T03:39:48.051Z | Compiling similar v2.7.0 |
| 2770 | 2026-04-10T03:39:48.247Z | Compiling serde-big-array v0.5.1 |
| 2771 | 2026-04-10T03:39:48.419Z | Compiling derive-where v1.6.1 |
| 2772 | 2026-04-10T03:39:48.544Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2773 | 2026-04-10T03:39:49.076Z | Compiling pin-project-internal v1.1.11 |
| 2774 | 2026-04-10T03:39:49.698Z | Compiling serde_repr v0.1.20 |
| 2775 | 2026-04-10T03:39:50.176Z | Compiling owo-colors v4.3.0 |
| 2776 | 2026-04-10T03:39:50.346Z | Compiling unicode-segmentation v1.13.2 |
| 2777 | 2026-04-10T03:39:50.532Z | Compiling minimal-lexical v0.2.1 |
| 2778 | 2026-04-10T03:39:50.792Z | Compiling siphasher v1.0.2 |
| 2779 | 2026-04-10T03:39:50.821Z | Compiling nom v7.1.3 |
| 2780 | 2026-04-10T03:39:50.980Z | Compiling phf_shared v0.12.1 |
| 2781 | 2026-04-10T03:39:50.994Z | Compiling newline-converter v0.3.0 |
| 2782 | 2026-04-10T03:39:51.063Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2783 | 2026-04-10T03:39:51.137Z | Compiling pin-project v1.1.11 |
| 2784 | 2026-04-10T03:39:51.207Z | Compiling hickory-resolver v0.24.4 |
| 2785 | 2026-04-10T03:39:52.184Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2786 | 2026-04-10T03:39:52.199Z | Compiling num_enum v0.5.11 |
| 2787 | 2026-04-10T03:39:52.361Z | Compiling rayon v1.11.0 |
| 2788 | 2026-04-10T03:39:53.117Z | Compiling zone_cfg_derive v0.3.1 |
| 2789 | 2026-04-10T03:39:53.346Z | Compiling unicode-normalization v0.1.25 |
| 2790 | 2026-04-10T03:39:53.824Z | Compiling console v0.15.11 |
| 2791 | 2026-04-10T03:39:53.949Z | Compiling camino-tempfile v1.4.1 |
| 2792 | 2026-04-10T03:39:54.358Z | Compiling tokio-stream v0.1.18 |
| 2793 | 2026-04-10T03:39:54.534Z | Compiling snafu-derive v0.8.9 |
| 2794 | 2026-04-10T03:39:54.772Z | Compiling async-recursion v1.1.1 |
| 2795 | 2026-04-10T03:39:54.937Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2796 | 2026-04-10T03:39:55.078Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2797 | 2026-04-10T03:39:55.257Z | Compiling csv-core v0.1.13 |
| 2798 | 2026-04-10T03:39:55.479Z | Compiling slog-dtrace v0.3.0 |
| 2799 | 2026-04-10T03:39:55.680Z | Compiling foreign-types-shared v0.1.1 |
| 2800 | 2026-04-10T03:39:55.737Z | Compiling unicode-xid v0.2.6 |
| 2801 | 2026-04-10T03:39:55.777Z | Compiling foldhash v0.1.5 |
| 2802 | 2026-04-10T03:39:55.790Z | Compiling chrono-tz v0.10.4 |
| 2803 | 2026-04-10T03:39:55.868Z | Compiling unicode-width v0.1.14 |
| 2804 | 2026-04-10T03:39:56.009Z | Compiling cancel-safe-futures v0.1.5 |
| 2805 | 2026-04-10T03:39:56.023Z | Compiling highway v1.3.0 |
| 2806 | 2026-04-10T03:39:56.185Z | Compiling openssl v0.10.76 |
| 2807 | 2026-04-10T03:39:56.274Z | Compiling same-file v1.0.6 |
| 2808 | 2026-04-10T03:39:56.348Z | Compiling snafu v0.8.9 |
| 2809 | 2026-04-10T03:39:56.461Z | Compiling walkdir v2.5.0 |
| 2810 | 2026-04-10T03:39:56.523Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2811 | 2026-04-10T03:39:56.743Z | Compiling hashbrown v0.15.5 |
| 2812 | 2026-04-10T03:39:56.922Z | Compiling const_format_proc_macros v0.2.34 |
| 2813 | 2026-04-10T03:39:57.195Z | Compiling foreign-types v0.3.2 |
| 2814 | 2026-04-10T03:39:57.341Z | Compiling csv v1.4.0 |
| 2815 | 2026-04-10T03:39:57.461Z | Compiling qorb v0.4.1 |
| 2816 | 2026-04-10T03:39:57.722Z | Compiling expectorate v1.2.0 |
| 2817 | 2026-04-10T03:39:57.947Z | Compiling zone v0.3.1 |
| 2818 | 2026-04-10T03:39:58.288Z | Compiling olpc-cjson v0.1.4 |
| 2819 | 2026-04-10T03:39:58.519Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2820 | 2026-04-10T03:39:58.922Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2821 | 2026-04-10T03:40:00.586Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2822 | 2026-04-10T03:40:01.224Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2823 | 2026-04-10T03:40:01.746Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2824 | 2026-04-10T03:40:02.412Z | Compiling phf v0.12.1 |
| 2825 | 2026-04-10T03:40:03.222Z | Compiling tokio-dtrace v0.1.1 |
| 2826 | 2026-04-10T03:40:03.448Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2827 | 2026-04-10T03:40:03.553Z | Compiling globset v0.4.18 |
| 2828 | 2026-04-10T03:40:03.742Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2829 | 2026-04-10T03:40:03.973Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2830 | 2026-04-10T03:40:04.230Z | Compiling num-derive v0.3.3 |
| 2831 | 2026-04-10T03:40:04.566Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2832 | 2026-04-10T03:40:05.156Z | Compiling smf v0.2.3 |
| 2833 | 2026-04-10T03:40:05.190Z | Compiling pem v3.0.6 |
| 2834 | 2026-04-10T03:40:05.751Z | Compiling libsw-core v0.3.2 |
| 2835 | 2026-04-10T03:40:05.764Z | Compiling serde_plain v1.0.2 |
| 2836 | 2026-04-10T03:40:05.896Z | Compiling openssl-macros v0.1.1 |
| 2837 | 2026-04-10T03:40:05.937Z | Compiling num-derive v0.4.2 |
| 2838 | 2026-04-10T03:40:06.050Z | Compiling sigpipe v0.1.3 |
| 2839 | 2026-04-10T03:40:06.162Z | Compiling cookie v0.18.1 |
| 2840 | 2026-04-10T03:40:06.183Z | Compiling fixedbitset v0.5.7 |
| 2841 | 2026-04-10T03:40:06.186Z | Compiling glob v0.3.3 |
| 2842 | 2026-04-10T03:40:06.317Z | Compiling typed-path v0.9.3 |
| 2843 | 2026-04-10T03:40:06.369Z | Compiling fixedbitset v0.4.2 |
| 2844 | 2026-04-10T03:40:06.403Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2845 | 2026-04-10T03:40:06.699Z | Compiling jiff v0.2.23 |
| 2846 | 2026-04-10T03:40:06.736Z | Compiling unicode-linebreak v0.1.5 |
| 2847 | 2026-04-10T03:40:06.892Z | Compiling smawk v0.3.2 |
| 2848 | 2026-04-10T03:40:06.960Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2849 | 2026-04-10T03:40:07.019Z | Compiling textwrap v0.16.2 |
| 2850 | 2026-04-10T03:40:07.136Z | Compiling petgraph v0.6.5 |
| 2851 | 2026-04-10T03:40:07.646Z | Compiling tough v0.20.0 |
| 2852 | 2026-04-10T03:40:08.582Z | Compiling petgraph v0.8.3 |
| 2853 | 2026-04-10T03:40:08.955Z | Compiling libsw v3.5.0 |
| 2854 | 2026-04-10T03:40:09.156Z | Compiling libscf-sys v1.1.0 |
| 2855 | 2026-04-10T03:40:09.179Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2856 | 2026-04-10T03:40:09.306Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2857 | 2026-04-10T03:40:09.559Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2858 | 2026-04-10T03:40:10.957Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2859 | 2026-04-10T03:40:12.505Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2860 | 2026-04-10T03:40:12.814Z | Compiling oxide-tokio-rt v0.1.3 |
| 2861 | 2026-04-10T03:40:12.956Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2862 | 2026-04-10T03:40:14.154Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2863 | 2026-04-10T03:40:14.342Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2864 | 2026-04-10T03:40:14.931Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2865 | 2026-04-10T03:40:16.568Z | Compiling const_format v0.2.35 |
| 2866 | 2026-04-10T03:40:17.406Z | Compiling papergrid v0.11.0 |
| 2867 | 2026-04-10T03:40:17.629Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2868 | 2026-04-10T03:40:17.767Z | Compiling gethostname v0.5.0 |
| 2869 | 2026-04-10T03:40:17.934Z | Compiling tabled_derive v0.7.0 |
| 2870 | 2026-04-10T03:40:18.185Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2871 | 2026-04-10T03:40:18.254Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2872 | 2026-04-10T03:40:18.312Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2873 | 2026-04-10T03:40:18.893Z | Compiling bcs v0.1.6 |
| 2874 | 2026-04-10T03:40:19.297Z | Compiling tagptr v0.2.0 |
| 2875 | 2026-04-10T03:40:19.482Z | Compiling termtree v0.5.1 |
| 2876 | 2026-04-10T03:40:19.667Z | Compiling linear-map v1.2.0 |
| 2877 | 2026-04-10T03:40:19.692Z | Compiling whoami v1.6.1 |
| 2878 | 2026-04-10T03:40:20.167Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2879 | 2026-04-10T03:40:20.553Z | Compiling moka v0.12.15 |
| 2880 | 2026-04-10T03:40:20.621Z | Compiling tabled v0.15.0 |
| 2881 | 2026-04-10T03:40:20.654Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2882 | 2026-04-10T03:40:21.758Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2883 | 2026-04-10T03:40:22.568Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2884 | 2026-04-10T03:40:22.602Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2885 | 2026-04-10T03:40:22.781Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2886 | 2026-04-10T03:40:23.179Z | Compiling steno v0.4.1 |
| 2887 | 2026-04-10T03:40:24.126Z | Compiling hickory-proto v0.25.2 |
| 2888 | 2026-04-10T03:40:27.084Z | Compiling humantime v2.3.0 |
| 2889 | 2026-04-10T03:40:27.537Z | Compiling hickory-resolver v0.25.2 |
| 2890 | 2026-04-10T03:40:28.392Z | Compiling crc32fast v1.5.0 |
| 2891 | 2026-04-10T03:40:28.788Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2892 | 2026-04-10T03:40:30.824Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 2893 | 2026-04-10T03:40:31.494Z | Compiling typify-impl v0.4.3 |
| 2894 | 2026-04-10T03:40:31.497Z | Compiling parking_lot_core v0.8.6 |
| 2895 | 2026-04-10T03:40:31.939Z | Compiling crunchy v0.2.4 |
| 2896 | 2026-04-10T03:40:32.233Z | Compiling parking_lot v0.11.2 |
| 2897 | 2026-04-10T03:40:32.269Z | Compiling fxhash v0.2.1 |
| 2898 | 2026-04-10T03:40:32.317Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2899 | 2026-04-10T03:40:32.413Z | Compiling tiny-keccak v2.0.2 |
| 2900 | 2026-04-10T03:40:32.607Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 2901 | 2026-04-10T03:40:32.685Z | Compiling sled v0.34.7 |
| 2902 | 2026-04-10T03:40:33.888Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2903 | 2026-04-10T03:40:33.903Z | Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types) |
| 2904 | 2026-04-10T03:40:34.832Z | Compiling typify-macro v0.4.3 |
| 2905 | 2026-04-10T03:40:35.262Z | Compiling simd-adler32 v0.3.9 |
| 2906 | 2026-04-10T03:40:36.122Z | Compiling adler2 v2.0.1 |
| 2907 | 2026-04-10T03:40:36.137Z | Compiling internet-checksum v0.2.1 |
| 2908 | 2026-04-10T03:40:36.285Z | Compiling miniz_oxide v0.8.9 |
| 2909 | 2026-04-10T03:40:36.305Z | Compiling const-random-macro v0.1.16 |
| 2910 | 2026-04-10T03:40:36.375Z | Compiling typify v0.4.3 |
| 2911 | 2026-04-10T03:40:36.608Z | Compiling ahash v0.8.12 |
| 2912 | 2026-04-10T03:40:36.711Z | Compiling smartstring v1.0.1 |
| 2913 | 2026-04-10T03:40:36.932Z | Compiling const-random v0.1.18 |
| 2914 | 2026-04-10T03:40:37.021Z | Compiling flate2 v1.1.9 |
| 2915 | 2026-04-10T03:40:37.291Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2916 | 2026-04-10T03:40:37.578Z | Compiling compression-core v0.4.31 |
| 2917 | 2026-04-10T03:40:37.730Z | Compiling proc-macro-error2 v2.0.1 |
| 2918 | 2026-04-10T03:40:37.771Z | Compiling compression-codecs v0.4.37 |
| 2919 | 2026-04-10T03:40:38.020Z | Compiling thin-vec v0.2.14 |
| 2920 | 2026-04-10T03:40:38.127Z | Compiling rhai_codegen v3.1.0 |
| 2921 | 2026-04-10T03:40:38.299Z | Compiling arc-swap v1.9.0 |
| 2922 | 2026-04-10T03:40:38.719Z | Compiling dropshot v0.17.0 |
| 2923 | 2026-04-10T03:40:38.849Z | Compiling toml v1.1.0+spec-1.1.0 |
| 2924 | 2026-04-10T03:40:39.030Z | Compiling slog-scope v4.4.1 |
| 2925 | 2026-04-10T03:40:39.353Z | Compiling rhai v1.24.0 |
| 2926 | 2026-04-10T03:40:39.452Z | Compiling tabled_derive v0.11.0 |
| 2927 | 2026-04-10T03:40:39.709Z | Compiling async-compression v0.4.41 |
| 2928 | 2026-04-10T03:40:40.195Z | Compiling progenitor-impl v0.11.2 |
| 2929 | 2026-04-10T03:40:40.577Z | Compiling papergrid v0.17.0 |
| 2930 | 2026-04-10T03:40:42.276Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375) |
| 2931 | 2026-04-10T03:40:42.942Z | Compiling testing_table v0.3.0 |
| 2932 | 2026-04-10T03:40:43.357Z | Compiling dropshot_endpoint v0.17.0 |
| 2933 | 2026-04-10T03:40:43.646Z | Compiling nom v8.0.0 |
| 2934 | 2026-04-10T03:40:45.019Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2935 | 2026-04-10T03:40:46.107Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375) |
| 2936 | 2026-04-10T03:40:46.414Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375) |
| 2937 | 2026-04-10T03:40:46.428Z | Compiling tabled v0.20.0 |
| 2938 | 2026-04-10T03:40:50.631Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2939 | 2026-04-10T03:40:51.138Z | Compiling progenitor-macro v0.11.2 |
| 2940 | 2026-04-10T03:40:52.788Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 2941 | 2026-04-10T03:40:54.018Z | Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 2942 | 2026-04-10T03:40:55.288Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 2943 | 2026-04-10T03:40:55.441Z | Compiling slog-stdlog v4.1.1 |
| 2944 | 2026-04-10T03:40:58.035Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 2945 | 2026-04-10T03:40:58.060Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2946 | 2026-04-10T03:40:58.742Z | Compiling progenitor-client v0.11.2 |
| 2947 | 2026-04-10T03:40:59.251Z | Compiling dropshot-api-manager-types v0.7.0 |
| 2948 | 2026-04-10T03:40:59.842Z | Compiling progenitor v0.11.2 |
| 2949 | 2026-04-10T03:41:00.010Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 2950 | 2026-04-10T03:41:02.882Z | Compiling slog-envlogger v2.2.0 |
| 2951 | 2026-04-10T03:41:04.034Z | Compiling ddm-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-types/versions) |
| 2952 | 2026-04-10T03:41:05.817Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=28d5170f6f7d75b6b436e12207eb7ad98a2e4a15#28d5170f) |
| 2953 | 2026-04-10T03:41:06.244Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=28d5170f6f7d75b6b436e12207eb7ad98a2e4a15#28d5170f) |
| 2954 | 2026-04-10T03:41:06.523Z | Compiling crc8 v0.1.1 |
| 2955 | 2026-04-10T03:41:06.702Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 2956 | 2026-04-10T03:41:08.259Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=28d5170f6f7d75b6b436e12207eb7ad98a2e4a15#28d5170f) |
| 2957 | 2026-04-10T03:41:09.431Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 2958 | 2026-04-10T03:41:09.948Z | Compiling progenitor-impl v0.10.0 |
| 2959 | 2026-04-10T03:41:10.638Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 2960 | 2026-04-10T03:41:11.415Z | Compiling lzma-sys v0.1.20 |
| 2961 | 2026-04-10T03:41:11.851Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=28d5170f6f7d75b6b436e12207eb7ad98a2e4a15#28d5170f) |
| 2962 | 2026-04-10T03:41:12.017Z | Compiling fs-err v3.3.0 |
| 2963 | 2026-04-10T03:41:12.284Z | Compiling utf-8 v0.7.6 |
| 2964 | 2026-04-10T03:41:12.390Z | Compiling typeid v1.0.3 |
| 2965 | 2026-04-10T03:41:12.510Z | Compiling tungstenite v0.21.0 |
| 2966 | 2026-04-10T03:41:12.888Z | Compiling progenitor-macro v0.10.0 |
| 2967 | 2026-04-10T03:41:13.118Z | Compiling mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions) |
| 2968 | 2026-04-10T03:41:14.614Z | Compiling cargo_toml v0.22.3 |
| 2969 | 2026-04-10T03:41:16.899Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2970 | 2026-04-10T03:41:17.093Z | Compiling sha2 v0.10.9 |
| 2971 | 2026-04-10T03:41:18.325Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2972 | 2026-04-10T03:41:18.472Z | Compiling progenitor v0.10.0 |
| 2973 | 2026-04-10T03:41:18.650Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10) |
| 2974 | 2026-04-10T03:41:19.279Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2975 | 2026-04-10T03:41:19.619Z | Compiling tokio-tungstenite v0.21.0 |
| 2976 | 2026-04-10T03:41:19.632Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=28d5170f6f7d75b6b436e12207eb7ad98a2e4a15#28d5170f) |
| 2977 | 2026-04-10T03:41:20.574Z | Compiling ddm-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-types) |
| 2978 | 2026-04-10T03:41:20.936Z | Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 2979 | 2026-04-10T03:41:21.658Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 2980 | 2026-04-10T03:41:22.381Z | Compiling console v0.16.3 |
| 2981 | 2026-04-10T03:41:23.646Z | Compiling git-stub v1.0.0 |
| 2982 | 2026-04-10T03:41:24.097Z | Compiling unit-prefix v0.5.2 |
| 2983 | 2026-04-10T03:41:24.272Z | Compiling base64 v0.21.7 |
| 2984 | 2026-04-10T03:41:24.435Z | Compiling is_ci v1.2.0 |
| 2985 | 2026-04-10T03:41:24.619Z | Compiling supports-color v3.0.2 |
| 2986 | 2026-04-10T03:41:24.779Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2987 | 2026-04-10T03:41:24.876Z | Compiling indicatif v0.18.4 |
| 2988 | 2026-04-10T03:41:24.903Z | Compiling git-stub-vcs v0.1.0 |
| 2989 | 2026-04-10T03:41:25.216Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 2990 | 2026-04-10T03:41:25.640Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=28d5170f6f7d75b6b436e12207eb7ad98a2e4a15#28d5170f) |
| 2991 | 2026-04-10T03:41:26.731Z | Compiling ron v0.12.1 |
| 2992 | 2026-04-10T03:41:26.907Z | Compiling xz2 v0.1.7 |
| 2993 | 2026-04-10T03:41:27.217Z | Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 2994 | 2026-04-10T03:41:27.560Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
| 2995 | 2026-04-10T03:41:27.822Z | Compiling drift v0.1.3 |
| 2996 | 2026-04-10T03:41:28.667Z | Compiling base16ct v1.0.0 |
| 2997 | 2026-04-10T03:41:29.227Z | Compiling dropshot-api-manager v0.7.0 |
| 2998 | 2026-04-10T03:41:30.490Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
| 2999 | 2026-04-10T03:41:33.641Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10) |
| 3000 | 2026-04-10T03:41:34.068Z | Compiling mg-types v0.1.0 (/work/oxidecomputer/maghemite/mg-types) |
| 3001 | 2026-04-10T03:41:34.820Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
| 3002 | 2026-04-10T03:41:35.056Z | Compiling natord v1.0.9 |
| 3003 | 2026-04-10T03:41:35.164Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
| 3004 | 2026-04-10T03:41:35.256Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
| 3005 | 2026-04-10T03:41:35.338Z | Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
| 3006 | 2026-04-10T03:41:36.127Z | Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
| 3007 | 2026-04-10T03:41:38.716Z | Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
| 3008 | 2026-04-10T03:41:40.662Z | Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util) |
| 3009 | 2026-04-10T03:41:42.415Z | Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask) |
| 3010 | 2026-04-10T03:41:46.818Z | Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab) |
| 3011 | 2026-04-10T03:41:53.826Z | Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis) |
| 3012 | 2026-04-10T03:42:04.371Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
| 3013 | 2026-04-10T03:42:17.560Z | Finished `release` profile [optimized] target(s) in 4m 20s |
| 3014 | 2026-04-10T03:42:17.734Z | |
| 3015 | 2026-04-10T03:42:17.734Z | real 4:21.138961951 |
| 3016 | 2026-04-10T03:42:17.734Z | user 29:44.101564559 |
| 3017 | 2026-04-10T03:42:17.734Z | sys 2:40.854814464 |
| 3018 | 2026-04-10T03:42:17.735Z | trap 0.738371948 |
| 3019 | 2026-04-10T03:42:17.735Z | tflt 1.855907565 |
| 3020 | 2026-04-10T03:42:17.735Z | dflt 1.053515764 |
| 3021 | 2026-04-10T03:42:17.735Z | kflt 0.000120229 |
| 3022 | 2026-04-10T03:42:17.735Z | lock 2:03:20.742234878 |
| 3023 | 2026-04-10T03:42:17.735Z | slp 1:28:16.183507317 |
| 3024 | 2026-04-10T03:42:17.735Z | lat 2:24.152268072 |
| 3025 | 2026-04-10T03:42:17.735Z | stop 3:49.800854466 |
| 3026 | 2026-04-10T03:42:17.741Z | + for x in debug release |
| 3027 | 2026-04-10T03:42:17.741Z | + mkdir -p /work/debug |
| 3028 | 2026-04-10T03:42:17.744Z | + cp target/debug/ddmd /work/debug/ddmd |
| 3029 | 2026-04-10T03:42:18.270Z | + cp target/debug/ddmadm /work/debug/ddmadm |
| 3030 | 2026-04-10T03:42:18.595Z | + cp target/debug/mgd /work/debug/mgd |
| 3031 | 2026-04-10T03:42:19.282Z | + cp target/debug/mgadm /work/debug/mgadm |
| 3032 | 2026-04-10T03:42:19.784Z | + for x in debug release |
| 3033 | 2026-04-10T03:42:19.785Z | + mkdir -p /work/release |
| 3034 | 2026-04-10T03:42:19.788Z | + cp target/release/ddmd /work/release/ddmd |
| 3035 | 2026-04-10T03:42:19.882Z | + cp target/release/ddmadm /work/release/ddmadm |
| 3036 | 2026-04-10T03:42:19.961Z | + cp target/release/mgd /work/release/mgd |
| 3037 | 2026-04-10T03:42:20.090Z | + cp target/release/mgadm /work/release/mgadm |
| 3038 | 2026-04-10T03:42:20.210Z | + cp target/release/falcon-lab /work/release/falcon-lab |
| 3039 | 2026-04-10T03:42:20.268Z | process exited: duration 694850 ms, exit code 0 |
| |
| 3040 | 2026-04-10T03:42:20.284Z | found 9 output files |
| 3041 | 2026-04-10T03:42:20.284Z | uploading: /work/debug/ddmadm (515836280 bytes) |
| 3042 | 2026-04-10T03:42:27.290Z | uploaded: /work/debug/ddmadm |
| 3043 | 2026-04-10T03:42:27.299Z | uploading: /work/debug/ddmd (630950824 bytes) |
| 3044 | 2026-04-10T03:42:35.203Z | uploaded: /work/debug/ddmd |
| 3045 | 2026-04-10T03:42:35.203Z | uploading: /work/debug/mgadm (604210224 bytes) |
| 3046 | 2026-04-10T03:42:43.488Z | uploaded: /work/debug/mgadm |
| 3047 | 2026-04-10T03:42:43.488Z | uploading: /work/debug/mgd (721344576 bytes) |
| 3048 | 2026-04-10T03:42:52.177Z | uploaded: /work/debug/mgd |
| 3049 | 2026-04-10T03:42:52.177Z | uploading: /work/release/ddmadm (46816048 bytes) |
| 3050 | 2026-04-10T03:42:53.502Z | uploaded: /work/release/ddmadm |
| 3051 | 2026-04-10T03:42:53.502Z | uploading: /work/release/ddmd (58918520 bytes) |
| 3052 | 2026-04-10T03:42:54.876Z | uploaded: /work/release/ddmd |
| 3053 | 2026-04-10T03:42:54.876Z | uploading: /work/release/falcon-lab (34489416 bytes) |
| 3054 | 2026-04-10T03:42:56.116Z | uploaded: /work/release/falcon-lab |
| 3055 | 2026-04-10T03:42:56.126Z | uploading: /work/release/mgadm (71256576 bytes) |
| 3056 | 2026-04-10T03:42:57.670Z | uploaded: /work/release/mgadm |
| 3057 | 2026-04-10T03:42:57.679Z | uploading: /work/release/mgd (83493896 bytes) |
| 3058 | 2026-04-10T03:42:59.233Z | uploaded: /work/release/mgd |