|
|
|
| 1 | 2026-04-25T00:35:44.452Z | job assigned to worker 01KQ10ZEFYENM7D9RHJ2JZRXYQ [factory aws, i-080e257ba4d9204c3] (queued for 52 s) |
| |
| 2 | 2026-04-25T00:35:51.546Z | starting task 0: "setup" |
| 3 | 2026-04-25T00:35:51.550Z | ++ uname -s |
| 4 | 2026-04-25T00:35:51.550Z | + kern=SunOS |
| 5 | 2026-04-25T00:35:51.550Z | + build_user=build |
| 6 | 2026-04-25T00:35:51.550Z | + build_uid=12345 |
| 7 | 2026-04-25T00:35:51.550Z | + work_dir=/work |
| 8 | 2026-04-25T00:35:51.550Z | + input_dir=/input |
| 9 | 2026-04-25T00:35:51.550Z | + [[ 0 == 12345 ]] |
| 10 | 2026-04-25T00:35:51.550Z | + case "$kern" in |
| 11 | 2026-04-25T00:35:51.550Z | + groupadd -g 12345 build |
| 12 | 2026-04-25T00:35:51.554Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-04-25T00:35:53.558Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-04-25T00:35:53.634Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-04-25T00:35:53.637Z | + home_fs=zfs |
| 16 | 2026-04-25T00:35:53.637Z | + [[ zfs == autofs ]] |
| 17 | 2026-04-25T00:35:53.637Z | + mkdir -p /home/build |
| 18 | 2026-04-25T00:35:53.637Z | + chown build:build /home/build /work |
| 19 | 2026-04-25T00:35:55.639Z | + chmod 0700 /home/build /work |
| 20 | 2026-04-25T00:35:55.642Z | process exited: duration 4100 ms, exit code 0 |
| |
| 21 | 2026-04-25T00:35:55.648Z | starting task 1: "rust-toolchain" |
| 22 | 2026-04-25T00:35:55.654Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-04-25T00:35:55.654Z | * rust toolchain channel = "stable" |
| 24 | 2026-04-25T00:35:55.654Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-04-25T00:35:55.654Z | * rust toolchain profile = "default" |
| 26 | 2026-04-25T00:35:55.654Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-04-25T00:35:55.654Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-04-25T00:35:55.657Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-04-25T00:35:55.657Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-04-25T00:35:55.774Z | info: downloading installer |
| 31 | 2026-04-25T00:35:57.155Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-04-25T00:35:57.155Z | warn: /opt/ooce/bin |
| 33 | 2026-04-25T00:35:57.155Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-04-25T00:35:57.155Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-04-25T00:35:57.155Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-04-25T00:35:57.155Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-04-25T00:35:57.155Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-04-25T00:35:57.156Z | error: cannot install while Rust is installed |
| 39 | 2026-04-25T00:35:57.156Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-04-25T00:35:57.156Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-04-25T00:35:57.156Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-04-25T00:35:57.156Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-04-25T00:35:57.156Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-04-25T00:35:57.169Z | info: profile set to default |
| 45 | 2026-04-25T00:35:57.169Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-04-25T00:35:57.172Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 47 | 2026-04-25T00:35:57.301Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 48 | 2026-04-25T00:35:57.304Z | info: downloading 6 components |
| 49 | 2026-04-25T00:36:11.660Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 50 | 2026-04-25T00:36:11.660Z | |
| 51 | 2026-04-25T00:36:11.697Z | stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 52 | 2026-04-25T00:36:11.697Z | |
| 53 | 2026-04-25T00:36:11.697Z | |
| 54 | 2026-04-25T00:36:11.697Z | Rust is installed now. Great! |
| 55 | 2026-04-25T00:36:11.697Z | |
| 56 | 2026-04-25T00:36:11.697Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-04-25T00:36:11.697Z | environment variable. This has not been done automatically. |
| 58 | 2026-04-25T00:36:11.697Z | |
| 59 | 2026-04-25T00:36:11.697Z | To configure your current shell, you need to source |
| 60 | 2026-04-25T00:36:11.697Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-04-25T00:36:11.697Z | |
| 62 | 2026-04-25T00:36:11.697Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-04-25T00:36:11.697Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-04-25T00:36:11.697Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-04-25T00:36:11.697Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-04-25T00:36:11.697Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-04-25T00:36:11.697Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-04-25T00:36:11.697Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-04-25T00:36:11.701Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-04-25T00:36:11.701Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-04-25T00:36:11.782Z | + rustup --version |
| 72 | 2026-04-25T00:36:11.791Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-04-25T00:36:11.793Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-04-25T00:36:11.812Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 75 | 2026-04-25T00:36:11.815Z | + cargo --version |
| 76 | 2026-04-25T00:36:11.829Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 77 | 2026-04-25T00:36:11.832Z | + rustc --version |
| 78 | 2026-04-25T00:36:11.851Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 79 | 2026-04-25T00:36:11.854Z | process exited: duration 16202 ms, exit code 0 |
| |
| 80 | 2026-04-25T00:36:11.860Z | starting task 2: "authentication" |
| 81 | 2026-04-25T00:36:11.876Z | process exited: duration 16 ms, exit code 0 |
| |
| 82 | 2026-04-25T00:36:11.881Z | starting task 3: "clone repository" |
| 83 | 2026-04-25T00:36:11.885Z | + mkdir -p /work/oxidecomputer/maghemite |
| 84 | 2026-04-25T00:36:11.888Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
| 85 | 2026-04-25T00:36:11.933Z | Cloning into '/work/oxidecomputer/maghemite'... |
| 86 | 2026-04-25T00:36:12.746Z | + cd /work/oxidecomputer/maghemite |
| 87 | 2026-04-25T00:36:12.746Z | + git fetch origin 49a9983b22d4a5ff0339135e22fc11e6dd272ffe |
| 88 | 2026-04-25T00:36:12.978Z | From https://github.com/oxidecomputer/maghemite |
| 89 | 2026-04-25T00:36:12.979Z | * branch 49a9983b22d4a5ff0339135e22fc11e6dd272ffe -> FETCH_HEAD |
| 90 | 2026-04-25T00:36:12.983Z | + [[ -n trey/light-cleanup ]] |
| 91 | 2026-04-25T00:36:12.986Z | ++ git branch --show-current |
| 92 | 2026-04-25T00:36:12.986Z | + current=main |
| 93 | 2026-04-25T00:36:12.986Z | + [[ main != trey/light-cleanup ]] |
| 94 | 2026-04-25T00:36:12.986Z | + git branch -f trey/light-cleanup 49a9983b22d4a5ff0339135e22fc11e6dd272ffe |
| 95 | 2026-04-25T00:36:12.989Z | + git checkout -f trey/light-cleanup |
| 96 | 2026-04-25T00:36:13.004Z | Switched to branch 'trey/light-cleanup' |
| 97 | 2026-04-25T00:36:13.007Z | + git reset --hard 49a9983b22d4a5ff0339135e22fc11e6dd272ffe |
| 98 | 2026-04-25T00:36:13.013Z | HEAD is now at 49a9983 LoopbackIpManager: cargo fmt |
| 99 | 2026-04-25T00:36:13.016Z | process exited: duration 1131 ms, exit code 0 |
| |
| 100 | 2026-04-25T00:36:13.022Z | starting task 4: "build" |
| 101 | 2026-04-25T00:36:13.026Z | + pfexec pkg install clang-15 |
| 102 | 2026-04-25T00:36:21.910Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 103 | 2026-04-25T00:36:29.395Z | Startup: Caching catalogs ... Done |
| 104 | 2026-04-25T00:36:36.024Z | Planning: Solver setup ... Done |
| 105 | 2026-04-25T00:36:36.059Z | Planning: Running solver ... Done |
| 106 | 2026-04-25T00:36:36.194Z | Planning: Finding local manifests ... Done |
| 107 | 2026-04-25T00:36:36.241Z | Planning: Fetching manifests: 0/2 0% complete |
| 108 | 2026-04-25T00:36:36.382Z | Planning: Fetching manifests: 2/2 100% complete |
| 109 | 2026-04-25T00:36:36.411Z | Planning: Package planning ... Done |
| 110 | 2026-04-25T00:36:36.437Z | Planning: Merging actions ... Done |
| 111 | 2026-04-25T00:36:36.551Z | Planning: Checking for conflicting actions ... Done |
| 112 | 2026-04-25T00:36:36.555Z | Planning: Consolidating action changes ... Done |
| 113 | 2026-04-25T00:36:37.321Z | Planning: Evaluating mediators ... Done |
| 114 | 2026-04-25T00:36:37.326Z | Planning: Planning completed in 7.76 seconds |
| 115 | 2026-04-25T00:36:37.337Z | Packages to install: 2 |
| 116 | 2026-04-25T00:36:37.340Z | Mediators to change: 2 |
| 117 | 2026-04-25T00:36:37.340Z | Services to change: 1 |
| 118 | 2026-04-25T00:36:37.340Z | Create boot environment: No |
| 119 | 2026-04-25T00:36:37.340Z | Create backup boot environment: No |
| 120 | 2026-04-25T00:36:37.380Z | |
| 121 | 2026-04-25T00:36:37.380Z | Download: 0/3076 items 0.0/211.3MB 0% complete |
| 122 | 2026-04-25T00:36:42.451Z | Download: 660/3076 items 17.4/211.3MB 8% complete (3.9M/s) |
| 123 | 2026-04-25T00:36:47.471Z | Download: 975/3076 items 81.9/211.3MB 38% complete (8.9M/s) |
| 124 | 2026-04-25T00:37:07.447Z | Download: 982/3076 items 82.1/211.3MB 38% complete |
| 125 | 2026-04-25T00:37:12.525Z | Download: 1530/3076 items 116.3/211.3MB 55% complete (6.8M/s) |
| 126 | 2026-04-25T00:37:17.554Z | Download: 2053/3076 items 118.2/211.3MB 55% complete (3.7M/s) |
| 127 | 2026-04-25T00:37:22.561Z | Download: 2349/3076 items 118.9/211.3MB 56% complete (574k/s) |
| 128 | 2026-04-25T00:37:27.565Z | Download: 2505/3076 items 119.5/211.3MB 56% complete (174k/s) |
| 129 | 2026-04-25T00:37:32.626Z | Download: 2677/3076 items 119.8/211.3MB 56% complete (97.8k/s) |
| 130 | 2026-04-25T00:37:37.662Z | Download: 2835/3076 items 120.1/211.3MB 56% complete (71.8k/s) |
| 131 | 2026-04-25T00:37:42.673Z | Download: 3005/3076 items 194.0/211.3MB 91% complete (7.4M/s) |
| 132 | 2026-04-25T00:37:47.678Z | Download: 3027/3076 items 201.8/211.3MB 95% complete (8.3M/s) |
| 133 | 2026-04-25T00:37:54.418Z | Download: 3064/3076 items 208.4/211.3MB 98% complete (3.5M/s) |
| 134 | 2026-04-25T00:38:06.530Z | Download: 3069/3076 items 209.3/211.3MB 99% complete (1.6M/s) |
| 135 | 2026-04-25T00:38:20.826Z | Download: 3074/3076 items 209.8/211.3MB 99% complete |
| 136 | 2026-04-25T00:38:21.653Z | Download: Completed 211.31 MB in 104.26 seconds (2.0M/s) |
| 137 | 2026-04-25T00:38:21.782Z | Actions: 1/3418 actions (Installing new actions) |
| 138 | 2026-04-25T00:38:24.944Z | Actions: Completed 3418 actions in 3.16 seconds. |
| 139 | 2026-04-25T00:38:25.253Z | Done |
| 140 | 2026-04-25T00:38:25.253Z | Done |
| 141 | 2026-04-25T00:38:25.982Z | Done |
| 142 | 2026-04-25T00:38:29.211Z | Done |
| 143 | 2026-04-25T00:38:29.291Z | Done |
| 144 | 2026-04-25T00:38:29.294Z | Done |
| 145 | 2026-04-25T00:38:29.611Z | Done |
| 146 | 2026-04-25T00:38:30.292Z | + cargo --version |
| 147 | 2026-04-25T00:38:30.300Z | info: syncing channel updates for 1.94.1-x86_64-unknown-illumos |
| 148 | 2026-04-25T00:38:30.476Z | info: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25) |
| 149 | 2026-04-25T00:38:30.479Z | info: downloading 6 components |
| 150 | 2026-04-25T00:38:47.059Z | cargo 1.94.1 (29ea6fb6a 2026-03-24) |
| 151 | 2026-04-25T00:38:47.062Z | + rustc --version |
| 152 | 2026-04-25T00:38:47.088Z | rustc 1.94.1 (e408947bf 2026-03-25) |
| 153 | 2026-04-25T00:38:47.093Z | + banner check |
| 154 | 2026-04-25T00:38:47.096Z | |
| 155 | 2026-04-25T00:38:47.096Z | #### # # ###### #### # # |
| 156 | 2026-04-25T00:38:47.096Z | # # # # # # # # # |
| 157 | 2026-04-25T00:38:47.096Z | # ###### ##### # #### |
| 158 | 2026-04-25T00:38:47.096Z | # # # # # # # |
| 159 | 2026-04-25T00:38:47.096Z | # # # # # # # # # |
| 160 | 2026-04-25T00:38:47.096Z | #### # # ###### #### # # |
| 161 | 2026-04-25T00:38:47.096Z | |
| 162 | 2026-04-25T00:38:47.096Z | + cargo fmt -- --check |
| 163 | 2026-04-25T00:38:47.493Z | + cargo clippy --all-targets -- --deny warnings |
| 164 | 2026-04-25T00:38:47.606Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 165 | 2026-04-25T00:38:48.177Z | From https://github.com/oxidecomputer/falcon |
| 166 | 2026-04-25T00:38:48.177Z | * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7 |
| 167 | 2026-04-25T00:38:48.255Z | Updating crates.io index |
| 168 | 2026-04-25T00:38:48.258Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 169 | 2026-04-25T00:38:48.972Z | From https://github.com/oxidecomputer/dendrite |
| 170 | 2026-04-25T00:38:48.972Z | * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556 |
| 171 | 2026-04-25T00:38:49.132Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 172 | 2026-04-25T00:38:49.382Z | From https://github.com/oxidecomputer/ispf |
| 173 | 2026-04-25T00:38:49.383Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
| 174 | 2026-04-25T00:38:49.388Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 175 | 2026-04-25T00:38:49.736Z | From https://github.com/oxidecomputer/netadm-sys |
| 176 | 2026-04-25T00:38:49.736Z | * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 |
| 177 | 2026-04-25T00:38:49.744Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 178 | 2026-04-25T00:38:55.471Z | From https://github.com/oxidecomputer/omicron |
| 179 | 2026-04-25T00:38:55.471Z | * [new ref] dfcd9ac2d3321f7d286c6bde832faf0306b1e535 -> refs/commit/dfcd9ac2d3321f7d286c6bde832faf0306b1e535 |
| 180 | 2026-04-25T00:38:55.881Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 181 | 2026-04-25T00:38:56.455Z | From https://github.com/oxidecomputer/opte |
| 182 | 2026-04-25T00:38:56.455Z | * [new ref] b60decb70fe491ebdaa30c824619470b015556fc -> refs/commit/b60decb70fe491ebdaa30c824619470b015556fc |
| 183 | 2026-04-25T00:38:56.717Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 184 | 2026-04-25T00:38:56.976Z | From https://github.com/illumos/smf-rs |
| 185 | 2026-04-25T00:38:56.976Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
| 186 | 2026-04-25T00:38:57.134Z | Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 187 | 2026-04-25T00:38:57.404Z | From https://github.com/oxidecomputer/network-interface |
| 188 | 2026-04-25T00:38:57.404Z | * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 189 | 2026-04-25T00:38:57.429Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 190 | 2026-04-25T00:38:57.698Z | From https://github.com/oxidecomputer/zone |
| 191 | 2026-04-25T00:38:57.698Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
| 192 | 2026-04-25T00:38:57.708Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 193 | 2026-04-25T00:38:58.333Z | From https://github.com/oxidecomputer/propolis |
| 194 | 2026-04-25T00:38:58.333Z | * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f |
| 195 | 2026-04-25T00:38:58.561Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 196 | 2026-04-25T00:38:59.044Z | From https://github.com/oxidecomputer/transceiver-control |
| 197 | 2026-04-25T00:38:59.045Z | * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 |
| 198 | 2026-04-25T00:38:59.066Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 199 | 2026-04-25T00:38:59.323Z | From https://github.com/oxidecomputer/dlpi-sys |
| 200 | 2026-04-25T00:38:59.323Z | * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc |
| 201 | 2026-04-25T00:38:59.329Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 202 | 2026-04-25T00:38:59.609Z | From https://github.com/jmesmon/rust-libzfs |
| 203 | 2026-04-25T00:38:59.609Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 204 | 2026-04-25T00:38:59.617Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 205 | 2026-04-25T00:38:59.864Z | From https://github.com/oxidecomputer/rusty-doors |
| 206 | 2026-04-25T00:38:59.864Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 207 | 2026-04-25T00:38:59.875Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 208 | 2026-04-25T00:39:00.187Z | From https://github.com/oxidecomputer/lldp |
| 209 | 2026-04-25T00:39:00.187Z | * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 |
| 210 | 2026-04-25T00:39:00.236Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 211 | 2026-04-25T00:39:00.507Z | From https://github.com/oxidecomputer/slog-error-chain |
| 212 | 2026-04-25T00:39:00.508Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 213 | 2026-04-25T00:39:00.549Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 214 | 2026-04-25T00:39:00.842Z | From https://github.com/oxidecomputer/tufaceous |
| 215 | 2026-04-25T00:39:00.842Z | * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465 |
| 216 | 2026-04-25T00:39:00.944Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 217 | 2026-04-25T00:39:01.376Z | From https://github.com/oxidecomputer/management-gateway-service |
| 218 | 2026-04-25T00:39:01.376Z | * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a |
| 219 | 2026-04-25T00:39:01.390Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 220 | 2026-04-25T00:39:02.180Z | From https://github.com/oxidecomputer/crucible |
| 221 | 2026-04-25T00:39:02.180Z | * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb |
| 222 | 2026-04-25T00:39:02.681Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 223 | 2026-04-25T00:39:02.941Z | From https://github.com/oxidecomputer/serde_human_bytes |
| 224 | 2026-04-25T00:39:02.941Z | * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322 |
| 225 | 2026-04-25T00:39:03.725Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 226 | 2026-04-25T00:39:04.036Z | From https://github.com/oxidecomputer/propolis |
| 227 | 2026-04-25T00:39:04.036Z | * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2 |
| 228 | 2026-04-25T00:39:04.131Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 229 | 2026-04-25T00:39:04.389Z | From https://github.com/oxidecomputer/tofino |
| 230 | 2026-04-25T00:39:04.389Z | * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 |
| 231 | 2026-04-25T00:39:04.395Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 232 | 2026-04-25T00:39:04.900Z | From https://github.com/oxidecomputer/maghemite |
| 233 | 2026-04-25T00:39:04.900Z | * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 |
| 234 | 2026-04-25T00:39:04.940Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 235 | 2026-04-25T00:39:05.223Z | From https://github.com/oxidecomputer/clickward |
| 236 | 2026-04-25T00:39:05.223Z | * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 |
| 237 | 2026-04-25T00:39:05.258Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 238 | 2026-04-25T00:39:05.681Z | From https://github.com/oxidecomputer/illumos-devinfo |
| 239 | 2026-04-25T00:39:05.681Z | * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640 |
| 240 | 2026-04-25T00:39:05.884Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 241 | 2026-04-25T00:39:06.224Z | From https://github.com/oxidecomputer/crucible |
| 242 | 2026-04-25T00:39:06.224Z | * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b |
| 243 | 2026-04-25T00:39:07.297Z | Downloading crates ... |
| 244 | 2026-04-25T00:39:07.379Z | Downloaded darling v0.21.3 |
| 245 | 2026-04-25T00:39:07.403Z | Downloaded dyn-clone v1.0.20 |
| 246 | 2026-04-25T00:39:07.407Z | Downloaded crossbeam-epoch v0.9.18 |
| 247 | 2026-04-25T00:39:07.411Z | Downloaded form_urlencoded v1.2.2 |
| 248 | 2026-04-25T00:39:07.414Z | Downloaded enum-as-inner v0.6.1 |
| 249 | 2026-04-25T00:39:07.417Z | Downloaded cpufeatures v0.2.17 |
| 250 | 2026-04-25T00:39:07.417Z | Downloaded camino v1.2.2 |
| 251 | 2026-04-25T00:39:07.420Z | Downloaded console v0.16.3 |
| 252 | 2026-04-25T00:39:07.423Z | Downloaded http-body v1.0.1 |
| 253 | 2026-04-25T00:39:07.425Z | Downloaded cookie v0.18.1 |
| 254 | 2026-04-25T00:39:07.428Z | Downloaded critical-section v1.2.0 |
| 255 | 2026-04-25T00:39:07.431Z | Downloaded heck v0.4.1 |
| 256 | 2026-04-25T00:39:07.431Z | Downloaded dtrace-parser v0.2.0 |
| 257 | 2026-04-25T00:39:07.434Z | Downloaded dtrace-parser v0.3.0 |
| 258 | 2026-04-25T00:39:07.434Z | Downloaded darling_macro v0.23.0 |
| 259 | 2026-04-25T00:39:07.437Z | Downloaded debug-ignore v1.0.5 |
| 260 | 2026-04-25T00:39:07.440Z | Downloaded either v1.15.0 |
| 261 | 2026-04-25T00:39:07.440Z | Downloaded hostname v0.4.2 |
| 262 | 2026-04-25T00:39:07.443Z | Downloaded errno v0.3.14 |
| 263 | 2026-04-25T00:39:07.446Z | Downloaded clap_derive v4.6.0 |
| 264 | 2026-04-25T00:39:07.448Z | Downloaded hex v0.4.3 |
| 265 | 2026-04-25T00:39:07.451Z | Downloaded futures-macro v0.3.32 |
| 266 | 2026-04-25T00:39:07.451Z | Downloaded cfg_aliases v0.2.1 |
| 267 | 2026-04-25T00:39:07.454Z | Downloaded cipher v0.4.4 |
| 268 | 2026-04-25T00:39:07.457Z | Downloaded fixedbitset v0.4.2 |
| 269 | 2026-04-25T00:39:07.457Z | Downloaded allocator-api2 v0.2.21 |
| 270 | 2026-04-25T00:39:07.460Z | Downloaded console v0.15.11 |
| 271 | 2026-04-25T00:39:07.463Z | Downloaded futures-sink v0.3.32 |
| 272 | 2026-04-25T00:39:07.465Z | Downloaded anstyle-parse v1.0.0 |
| 273 | 2026-04-25T00:39:07.465Z | Downloaded futures-task v0.3.32 |
| 274 | 2026-04-25T00:39:07.468Z | Downloaded foreign-types v0.3.2 |
| 275 | 2026-04-25T00:39:07.471Z | Downloaded gethostname v0.5.0 |
| 276 | 2026-04-25T00:39:07.471Z | Downloaded adler2 v2.0.1 |
| 277 | 2026-04-25T00:39:07.474Z | Downloaded displaydoc v0.2.5 |
| 278 | 2026-04-25T00:39:07.477Z | Downloaded foldhash v0.2.0 |
| 279 | 2026-04-25T00:39:07.480Z | Downloaded digest v0.10.7 |
| 280 | 2026-04-25T00:39:07.480Z | Downloaded darling_macro v0.21.3 |
| 281 | 2026-04-25T00:39:07.482Z | Downloaded float-ord v0.3.2 |
| 282 | 2026-04-25T00:39:07.485Z | Downloaded const-random v0.1.18 |
| 283 | 2026-04-25T00:39:07.485Z | Downloaded fastrand v2.3.0 |
| 284 | 2026-04-25T00:39:07.488Z | Downloaded chacha20 v0.10.0 |
| 285 | 2026-04-25T00:39:07.491Z | Downloaded async-stream v0.3.6 |
| 286 | 2026-04-25T00:39:07.494Z | Downloaded foreign-types-shared v0.1.1 |
| 287 | 2026-04-25T00:39:07.494Z | Downloaded heck v0.5.0 |
| 288 | 2026-04-25T00:39:07.497Z | Downloaded hubpack v0.1.2 |
| 289 | 2026-04-25T00:39:07.500Z | Downloaded foreign-types v0.5.0 |
| 290 | 2026-04-25T00:39:07.500Z | Downloaded cstr-argument v0.1.2 |
| 291 | 2026-04-25T00:39:07.503Z | Downloaded fnv v1.0.7 |
| 292 | 2026-04-25T00:39:07.503Z | Downloaded crucible-workspace-hack v0.1.0 |
| 293 | 2026-04-25T00:39:07.505Z | Downloaded ciborium-ll v0.2.2 |
| 294 | 2026-04-25T00:39:07.506Z | Downloaded base16ct v1.0.0 |
| 295 | 2026-04-25T00:39:07.508Z | Downloaded generic-array v0.14.7 |
| 296 | 2026-04-25T00:39:07.511Z | Downloaded aead v0.5.2 |
| 297 | 2026-04-25T00:39:07.511Z | Downloaded darling_core v0.21.3 |
| 298 | 2026-04-25T00:39:07.514Z | Downloaded foreign-types-macros v0.2.3 |
| 299 | 2026-04-25T00:39:07.517Z | Downloaded glob v0.3.3 |
| 300 | 2026-04-25T00:39:07.520Z | Downloaded compression-core v0.4.31 |
| 301 | 2026-04-25T00:39:07.520Z | Downloaded async-recursion v1.1.1 |
| 302 | 2026-04-25T00:39:07.522Z | Downloaded http-body-util v0.1.3 |
| 303 | 2026-04-25T00:39:07.525Z | Downloaded group v0.13.0 |
| 304 | 2026-04-25T00:39:07.528Z | Downloaded fs_extra v1.3.0 |
| 305 | 2026-04-25T00:39:07.531Z | Downloaded daft v0.1.5 |
| 306 | 2026-04-25T00:39:07.531Z | Downloaded const_format_proc_macros v0.2.34 |
| 307 | 2026-04-25T00:39:07.533Z | Downloaded hostname v0.3.1 |
| 308 | 2026-04-25T00:39:07.536Z | Downloaded futures-core v0.3.32 |
| 309 | 2026-04-25T00:39:07.536Z | Downloaded compression-codecs v0.4.37 |
| 310 | 2026-04-25T00:39:07.539Z | Downloaded indent_write v2.2.0 |
| 311 | 2026-04-25T00:39:07.542Z | Downloaded globset v0.4.18 |
| 312 | 2026-04-25T00:39:07.545Z | Downloaded futures-channel v0.3.32 |
| 313 | 2026-04-25T00:39:07.545Z | Downloaded ciborium v0.2.2 |
| 314 | 2026-04-25T00:39:07.548Z | Downloaded blake2 v0.10.6 |
| 315 | 2026-04-25T00:39:07.551Z | Downloaded foreign-types-shared v0.3.1 |
| 316 | 2026-04-25T00:39:07.553Z | Downloaded base64ct v1.8.3 |
| 317 | 2026-04-25T00:39:07.553Z | Downloaded inout v0.1.4 |
| 318 | 2026-04-25T00:39:07.556Z | Downloaded daft-derive v0.1.5 |
| 319 | 2026-04-25T00:39:07.559Z | Downloaded cargo_toml v0.22.3 |
| 320 | 2026-04-25T00:39:07.562Z | Downloaded instant v0.1.13 |
| 321 | 2026-04-25T00:39:07.562Z | Downloaded idna_adapter v1.2.1 |
| 322 | 2026-04-25T00:39:07.565Z | Downloaded futures-io v0.3.32 |
| 323 | 2026-04-25T00:39:07.565Z | Downloaded embedded-io v0.6.1 |
| 324 | 2026-04-25T00:39:07.568Z | Downloaded is-terminal v0.4.17 |
| 325 | 2026-04-25T00:39:07.571Z | Downloaded lru-cache v0.1.2 |
| 326 | 2026-04-25T00:39:07.571Z | Downloaded hyper-rustls v0.27.7 |
| 327 | 2026-04-25T00:39:07.574Z | Downloaded macaddr v1.0.1 |
| 328 | 2026-04-25T00:39:07.576Z | Downloaded foldhash v0.1.5 |
| 329 | 2026-04-25T00:39:07.576Z | Downloaded memoffset v0.9.1 |
| 330 | 2026-04-25T00:39:07.579Z | Downloaded highway v1.3.0 |
| 331 | 2026-04-25T00:39:07.579Z | Downloaded fs-err v3.3.0 |
| 332 | 2026-04-25T00:39:07.582Z | Downloaded derive-ex v0.1.8 |
| 333 | 2026-04-25T00:39:07.585Z | Downloaded jobserver v0.1.34 |
| 334 | 2026-04-25T00:39:07.585Z | Downloaded icu_provider v2.1.1 |
| 335 | 2026-04-25T00:39:07.588Z | Downloaded libscf-sys v1.1.0 |
| 336 | 2026-04-25T00:39:07.591Z | Downloaded lru-slab v0.1.2 |
| 337 | 2026-04-25T00:39:07.591Z | Downloaded libsw-core v0.3.2 |
| 338 | 2026-04-25T00:39:07.594Z | Downloaded httpdate v1.0.3 |
| 339 | 2026-04-25T00:39:07.594Z | Downloaded bitflags v2.11.0 |
| 340 | 2026-04-25T00:39:07.597Z | Downloaded erased-serde v0.3.31 |
| 341 | 2026-04-25T00:39:07.600Z | Downloaded defmt v1.0.1 |
| 342 | 2026-04-25T00:39:07.603Z | Downloaded crc8 v0.1.1 |
| 343 | 2026-04-25T00:39:07.606Z | Downloaded ciborium-io v0.2.2 |
| 344 | 2026-04-25T00:39:07.606Z | Downloaded diff v0.1.13 |
| 345 | 2026-04-25T00:39:07.608Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 346 | 2026-04-25T00:39:07.611Z | Downloaded cobs v0.3.0 |
| 347 | 2026-04-25T00:39:07.611Z | Downloaded equivalent v1.0.2 |
| 348 | 2026-04-25T00:39:07.614Z | Downloaded convert_case v0.4.0 |
| 349 | 2026-04-25T00:39:07.614Z | Downloaded arc-swap v1.9.0 |
| 350 | 2026-04-25T00:39:07.619Z | Downloaded curve25519-dalek v4.1.3 |
| 351 | 2026-04-25T00:39:07.622Z | Downloaded humantime v2.3.0 |
| 352 | 2026-04-25T00:39:07.630Z | Downloaded base16ct v0.2.0 |
| 353 | 2026-04-25T00:39:07.630Z | Downloaded async-stream-impl v0.3.6 |
| 354 | 2026-04-25T00:39:07.630Z | Downloaded getrandom v0.4.2 |
| 355 | 2026-04-25T00:39:07.633Z | Downloaded mime v0.3.17 |
| 356 | 2026-04-25T00:39:07.633Z | Downloaded memmap v0.7.0 |
| 357 | 2026-04-25T00:39:07.636Z | Downloaded match_cfg v0.1.0 |
| 358 | 2026-04-25T00:39:07.636Z | Downloaded elliptic-curve v0.13.8 |
| 359 | 2026-04-25T00:39:07.639Z | Downloaded dropshot_endpoint v0.17.0 |
| 360 | 2026-04-25T00:39:07.642Z | Downloaded camino-tempfile v1.4.1 |
| 361 | 2026-04-25T00:39:07.645Z | Downloaded crypto-bigint v0.5.5 |
| 362 | 2026-04-25T00:39:07.647Z | Downloaded ipnet v2.12.0 |
| 363 | 2026-04-25T00:39:07.650Z | Downloaded anstream v1.0.0 |
| 364 | 2026-04-25T00:39:07.650Z | Downloaded num v0.4.3 |
| 365 | 2026-04-25T00:39:07.653Z | Downloaded ident_case v1.0.1 |
| 366 | 2026-04-25T00:39:07.654Z | Downloaded hubpack_derive v0.1.1 |
| 367 | 2026-04-25T00:39:07.656Z | Downloaded ipnetwork v0.21.1 |
| 368 | 2026-04-25T00:39:07.659Z | Downloaded csv-core v0.1.13 |
| 369 | 2026-04-25T00:39:07.659Z | Downloaded bitflags v1.3.2 |
| 370 | 2026-04-25T00:39:07.662Z | Downloaded crossbeam-channel v0.5.15 |
| 371 | 2026-04-25T00:39:07.665Z | Downloaded keccak v0.1.6 |
| 372 | 2026-04-25T00:39:07.665Z | Downloaded is_terminal_polyfill v1.70.2 |
| 373 | 2026-04-25T00:39:07.668Z | Downloaded num-iter v0.1.45 |
| 374 | 2026-04-25T00:39:07.670Z | Downloaded olpc-cjson v0.1.4 |
| 375 | 2026-04-25T00:39:07.670Z | Downloaded num_threads v0.1.7 |
| 376 | 2026-04-25T00:39:07.673Z | Downloaded defmt-macros v1.0.1 |
| 377 | 2026-04-25T00:39:07.676Z | Downloaded openssl-probe v0.2.1 |
| 378 | 2026-04-25T00:39:07.676Z | Downloaded crossbeam-utils v0.8.21 |
| 379 | 2026-04-25T00:39:07.679Z | Downloaded num-derive v0.3.3 |
| 380 | 2026-04-25T00:39:07.681Z | Downloaded libsw v3.5.0 |
| 381 | 2026-04-25T00:39:07.681Z | Downloaded futures v0.3.32 |
| 382 | 2026-04-25T00:39:07.684Z | Downloaded paste v1.0.15 |
| 383 | 2026-04-25T00:39:07.687Z | Downloaded derive-where v1.6.1 |
| 384 | 2026-04-25T00:39:07.689Z | Downloaded httparse v1.10.1 |
| 385 | 2026-04-25T00:39:07.692Z | Downloaded const_format v0.2.35 |
| 386 | 2026-04-25T00:39:07.695Z | Downloaded lazy_static v1.5.0 |
| 387 | 2026-04-25T00:39:07.698Z | Downloaded itoa v1.0.18 |
| 388 | 2026-04-25T00:39:07.700Z | Downloaded parse-display v0.10.0 |
| 389 | 2026-04-25T00:39:07.700Z | Downloaded newtype_derive v0.1.6 |
| 390 | 2026-04-25T00:39:07.702Z | Downloaded clap v4.6.0 |
| 391 | 2026-04-25T00:39:07.706Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 392 | 2026-04-25T00:39:07.709Z | Downloaded linear-map v1.2.0 |
| 393 | 2026-04-25T00:39:07.712Z | Downloaded crc32fast v1.5.0 |
| 394 | 2026-04-25T00:39:07.712Z | Downloaded no-std-compat v0.4.1 |
| 395 | 2026-04-25T00:39:07.715Z | Downloaded is_ci v1.2.0 |
| 396 | 2026-04-25T00:39:07.715Z | Downloaded multer v3.1.0 |
| 397 | 2026-04-25T00:39:07.718Z | Downloaded phf_shared v0.12.1 |
| 398 | 2026-04-25T00:39:07.718Z | Downloaded ingot-types v0.1.2 |
| 399 | 2026-04-25T00:39:07.721Z | Downloaded crossbeam-deque v0.8.6 |
| 400 | 2026-04-25T00:39:07.721Z | Downloaded newtype-uuid-macros v0.1.0 |
| 401 | 2026-04-25T00:39:07.724Z | Downloaded hmac v0.12.1 |
| 402 | 2026-04-25T00:39:07.724Z | Downloaded ahash v0.8.12 |
| 403 | 2026-04-25T00:39:07.727Z | Downloaded progenitor-client v0.11.2 |
| 404 | 2026-04-25T00:39:07.729Z | Downloaded newline-converter v0.3.0 |
| 405 | 2026-04-25T00:39:07.729Z | Downloaded linked-hash-map v0.5.6 |
| 406 | 2026-04-25T00:39:07.732Z | Downloaded half v2.7.1 |
| 407 | 2026-04-25T00:39:07.733Z | Downloaded dropshot_endpoint v0.16.7 |
| 408 | 2026-04-25T00:39:07.735Z | Downloaded num-derive v0.4.2 |
| 409 | 2026-04-25T00:39:07.738Z | Downloaded potential_utf v0.1.4 |
| 410 | 2026-04-25T00:39:07.738Z | Downloaded pretty-hex v0.4.2 |
| 411 | 2026-04-25T00:39:07.741Z | Downloaded num-conv v0.2.1 |
| 412 | 2026-04-25T00:39:07.741Z | Downloaded managed v0.8.0 |
| 413 | 2026-04-25T00:39:07.744Z | Downloaded plain v0.2.3 |
| 414 | 2026-04-25T00:39:07.744Z | Downloaded getrandom v0.3.4 |
| 415 | 2026-04-25T00:39:07.746Z | Downloaded newtype-uuid v1.3.2 |
| 416 | 2026-04-25T00:39:07.749Z | Downloaded natord v1.0.9 |
| 417 | 2026-04-25T00:39:07.749Z | Downloaded const-random-macro v0.1.16 |
| 418 | 2026-04-25T00:39:07.752Z | Downloaded num_enum_derive v0.7.6 |
| 419 | 2026-04-25T00:39:07.752Z | Downloaded num_enum_derive v0.5.11 |
| 420 | 2026-04-25T00:39:07.754Z | Downloaded darling_core v0.23.0 |
| 421 | 2026-04-25T00:39:07.757Z | Downloaded progenitor-macro v0.11.2 |
| 422 | 2026-04-25T00:39:07.757Z | Downloaded progenitor-macro v0.10.0 |
| 423 | 2026-04-25T00:39:07.760Z | Downloaded proc-macro-crate v3.5.0 |
| 424 | 2026-04-25T00:39:07.760Z | Downloaded omicron-workspace-hack v0.1.0 |
| 425 | 2026-04-25T00:39:07.763Z | Downloaded progenitor-client v0.10.0 |
| 426 | 2026-04-25T00:39:07.763Z | Downloaded percent-encoding v2.3.2 |
| 427 | 2026-04-25T00:39:07.763Z | Downloaded num_enum v0.7.6 |
| 428 | 2026-04-25T00:39:07.766Z | Downloaded owo-colors v4.3.0 |
| 429 | 2026-04-25T00:39:07.769Z | Downloaded byteorder v1.5.0 |
| 430 | 2026-04-25T00:39:07.772Z | Downloaded mio v1.2.0 |
| 431 | 2026-04-25T00:39:07.775Z | Downloaded rand_xorshift v0.4.0 |
| 432 | 2026-04-25T00:39:07.775Z | Downloaded chacha20poly1305 v0.10.1 |
| 433 | 2026-04-25T00:39:07.778Z | Downloaded ingot-macros v0.1.1 |
| 434 | 2026-04-25T00:39:07.778Z | Downloaded openssl-macros v0.1.1 |
| 435 | 2026-04-25T00:39:07.781Z | Downloaded opaque-debug v0.3.1 |
| 436 | 2026-04-25T00:39:07.781Z | Downloaded parking_lot_core v0.8.6 |
| 437 | 2026-04-25T00:39:07.784Z | Downloaded quick-error v1.2.3 |
| 438 | 2026-04-25T00:39:07.784Z | Downloaded anstyle-query v1.1.5 |
| 439 | 2026-04-25T00:39:07.786Z | Downloaded cc v1.2.58 |
| 440 | 2026-04-25T00:39:07.786Z | Downloaded iana-time-zone v0.1.65 |
| 441 | 2026-04-25T00:39:07.789Z | Downloaded async-compression v0.4.41 |
| 442 | 2026-04-25T00:39:07.793Z | Downloaded parse-display-derive v0.10.0 |
| 443 | 2026-04-25T00:39:07.796Z | Downloaded rustc_version v0.4.1 |
| 444 | 2026-04-25T00:39:07.796Z | Downloaded proc-macro-crate v1.3.1 |
| 445 | 2026-04-25T00:39:07.798Z | Downloaded memmap2 v0.9.10 |
| 446 | 2026-04-25T00:39:07.798Z | Downloaded ref-cast-impl v1.0.25 |
| 447 | 2026-04-25T00:39:07.801Z | Downloaded powerfmt v0.2.0 |
| 448 | 2026-04-25T00:39:07.801Z | Downloaded progenitor v0.10.0 |
| 449 | 2026-04-25T00:39:07.804Z | Downloaded proc-macro-error-attr v1.0.4 |
| 450 | 2026-04-25T00:39:07.804Z | Downloaded pkg-config v0.3.32 |
| 451 | 2026-04-25T00:39:07.808Z | Downloaded pem v3.0.6 |
| 452 | 2026-04-25T00:39:07.808Z | Downloaded indexmap v1.9.3 |
| 453 | 2026-04-25T00:39:07.811Z | Downloaded derive_more v0.99.20 |
| 454 | 2026-04-25T00:39:07.813Z | Downloaded icu_properties v2.1.2 |
| 455 | 2026-04-25T00:39:07.816Z | Downloaded rustc_version v0.1.7 |
| 456 | 2026-04-25T00:39:07.816Z | Downloaded rustc-hash v2.1.2 |
| 457 | 2026-04-25T00:39:07.819Z | Downloaded ppv-lite86 v0.2.21 |
| 458 | 2026-04-25T00:39:07.819Z | Downloaded oxnet v0.1.4 |
| 459 | 2026-04-25T00:39:07.822Z | Downloaded bytes v1.11.1 |
| 460 | 2026-04-25T00:39:07.825Z | Downloaded progenitor-macro v0.13.0 |
| 461 | 2026-04-25T00:39:07.825Z | Downloaded lock_api v0.4.14 |
| 462 | 2026-04-25T00:39:07.828Z | Downloaded num-complex v0.4.6 |
| 463 | 2026-04-25T00:39:07.828Z | Downloaded litemap v0.8.1 |
| 464 | 2026-04-25T00:39:07.830Z | Downloaded rand_core v0.10.0 |
| 465 | 2026-04-25T00:39:07.831Z | Downloaded rand_core v0.9.5 |
| 466 | 2026-04-25T00:39:07.833Z | Downloaded progenitor v0.13.0 |
| 467 | 2026-04-25T00:39:07.833Z | Downloaded proc-macro-error v1.0.4 |
| 468 | 2026-04-25T00:39:07.836Z | Downloaded num-rational v0.4.2 |
| 469 | 2026-04-25T00:39:07.836Z | Downloaded ref-cast v1.0.25 |
| 470 | 2026-04-25T00:39:07.839Z | Downloaded progenitor-extras v0.1.1 |
| 471 | 2026-04-25T00:39:07.842Z | Downloaded proc-macro-error2 v2.0.1 |
| 472 | 2026-04-25T00:39:07.845Z | Downloaded scopeguard v1.2.0 |
| 473 | 2026-04-25T00:39:07.845Z | Downloaded password-hash v0.5.0 |
| 474 | 2026-04-25T00:39:07.848Z | Downloaded once_cell v1.21.4 |
| 475 | 2026-04-25T00:39:07.848Z | Downloaded same-file v1.0.6 |
| 476 | 2026-04-25T00:39:07.851Z | Downloaded num_enum v0.5.11 |
| 477 | 2026-04-25T00:39:07.853Z | Downloaded oxide-tokio-rt v0.1.3 |
| 478 | 2026-04-25T00:39:07.853Z | Downloaded scroll_derive v0.13.1 |
| 479 | 2026-04-25T00:39:07.856Z | Downloaded scroll_derive v0.12.1 |
| 480 | 2026-04-25T00:39:07.856Z | Downloaded parking_lot v0.11.2 |
| 481 | 2026-04-25T00:39:07.859Z | Downloaded serde-big-array v0.5.1 |
| 482 | 2026-04-25T00:39:07.859Z | Downloaded secrecy v0.10.3 |
| 483 | 2026-04-25T00:39:07.862Z | Downloaded log v0.4.29 |
| 484 | 2026-04-25T00:39:07.862Z | Downloaded progenitor v0.11.2 |
| 485 | 2026-04-25T00:39:07.865Z | Downloaded serde_spanned v1.1.0 |
| 486 | 2026-04-25T00:39:07.865Z | Downloaded poly1305 v0.8.0 |
| 487 | 2026-04-25T00:39:07.868Z | Downloaded progenitor-client v0.13.0 |
| 488 | 2026-04-25T00:39:07.868Z | Downloaded num-integer v0.1.46 |
| 489 | 2026-04-25T00:39:07.871Z | Downloaded darling v0.23.0 |
| 490 | 2026-04-25T00:39:07.874Z | Downloaded semver v0.1.20 |
| 491 | 2026-04-25T00:39:07.874Z | Downloaded pest_derive v2.8.6 |
| 492 | 2026-04-25T00:39:07.876Z | Downloaded parking_lot_core v0.9.12 |
| 493 | 2026-04-25T00:39:07.879Z | Downloaded proc-macro2 v1.0.106 |
| 494 | 2026-04-25T00:39:07.879Z | Downloaded rand_chacha v0.3.1 |
| 495 | 2026-04-25T00:39:07.882Z | Downloaded serde_spanned v0.6.9 |
| 496 | 2026-04-25T00:39:07.882Z | Downloaded schemars_derive v0.8.22 |
| 497 | 2026-04-25T00:39:07.885Z | Downloaded serial_test_derive v3.4.0 |
| 498 | 2026-04-25T00:39:07.885Z | Downloaded serde_repr v0.1.20 |
| 499 | 2026-04-25T00:39:07.888Z | Downloaded phf v0.12.1 |
| 500 | 2026-04-25T00:39:07.888Z | Downloaded base64 v0.21.7 |
| 501 | 2026-04-25T00:39:07.890Z | Downloaded serde_urlencoded v0.7.1 |
| 502 | 2026-04-25T00:39:07.893Z | Downloaded quote v1.0.45 |
| 503 | 2026-04-25T00:39:07.893Z | Downloaded sha1 v0.10.6 |
| 504 | 2026-04-25T00:39:07.896Z | Downloaded rand_chacha v0.9.0 |
| 505 | 2026-04-25T00:39:07.896Z | Downloaded pin-project-internal v1.1.11 |
| 506 | 2026-04-25T00:39:07.899Z | Downloaded parking_lot v0.12.5 |
| 507 | 2026-04-25T00:39:07.899Z | Downloaded icu_locale_core v2.1.1 |
| 508 | 2026-04-25T00:39:07.902Z | Downloaded sigpipe v0.1.3 |
| 509 | 2026-04-25T00:39:07.905Z | Downloaded indicatif v0.18.4 |
| 510 | 2026-04-25T00:39:07.907Z | Downloaded slog-envlogger v2.2.0 |
| 511 | 2026-04-25T00:39:07.908Z | Downloaded slog-bunyan v2.5.0 |
| 512 | 2026-04-25T00:39:07.911Z | Downloaded icu_normalizer_data v2.1.1 |
| 513 | 2026-04-25T00:39:07.911Z | Downloaded rustls-native-certs v0.8.3 |
| 514 | 2026-04-25T00:39:07.914Z | Downloaded rand_core v0.6.4 |
| 515 | 2026-04-25T00:39:07.914Z | Downloaded hickory-resolver v0.25.2 |
| 516 | 2026-04-25T00:39:07.918Z | Downloaded resolv-conf v0.7.6 |
| 517 | 2026-04-25T00:39:07.918Z | Downloaded icu_properties_data v2.1.2 |
| 518 | 2026-04-25T00:39:07.923Z | Downloaded rustls-pemfile v2.2.0 |
| 519 | 2026-04-25T00:39:07.927Z | Downloaded rhai_codegen v3.1.0 |
| 520 | 2026-04-25T00:39:07.930Z | Downloaded siphasher v1.0.2 |
| 521 | 2026-04-25T00:39:07.930Z | Downloaded serial_test v3.4.0 |
| 522 | 2026-04-25T00:39:07.934Z | Downloaded scroll v0.13.0 |
| 523 | 2026-04-25T00:39:07.934Z | Downloaded sdd v3.0.10 |
| 524 | 2026-04-25T00:39:07.938Z | Downloaded smawk v0.3.2 |
| 525 | 2026-04-25T00:39:07.938Z | Downloaded rustversion v1.0.22 |
| 526 | 2026-04-25T00:39:07.938Z | Downloaded spin v0.5.2 |
| 527 | 2026-04-25T00:39:07.938Z | Downloaded scroll v0.12.0 |
| 528 | 2026-04-25T00:39:07.941Z | Downloaded flate2 v1.1.9 |
| 529 | 2026-04-25T00:39:07.944Z | Downloaded miniz_oxide v0.8.9 |
| 530 | 2026-04-25T00:39:07.944Z | Downloaded postcard v1.1.3 |
| 531 | 2026-04-25T00:39:07.947Z | Downloaded pest_generator v2.8.6 |
| 532 | 2026-04-25T00:39:07.950Z | Downloaded hyper-util v0.1.20 |
| 533 | 2026-04-25T00:39:07.953Z | Downloaded papergrid v0.11.0 |
| 534 | 2026-04-25T00:39:07.957Z | Downloaded strsim v0.11.1 |
| 535 | 2026-04-25T00:39:07.957Z | Downloaded stable_deref_trait v1.2.1 |
| 536 | 2026-04-25T00:39:07.957Z | Downloaded heapless v0.8.0 |
| 537 | 2026-04-25T00:39:07.960Z | Downloaded icu_normalizer v2.1.1 |
| 538 | 2026-04-25T00:39:07.964Z | Downloaded hickory-resolver v0.24.4 |
| 539 | 2026-04-25T00:39:07.964Z | Downloaded supports-color v3.0.2 |
| 540 | 2026-04-25T00:39:07.967Z | Downloaded structmeta-derive v0.3.0 |
| 541 | 2026-04-25T00:39:07.967Z | Downloaded memchr v2.8.0 |
| 542 | 2026-04-25T00:39:07.970Z | Downloaded quinn-udp v0.5.14 |
| 543 | 2026-04-25T00:39:07.970Z | Downloaded slog-async v2.8.0 |
| 544 | 2026-04-25T00:39:07.973Z | Downloaded subtle v2.6.1 |
| 545 | 2026-04-25T00:39:07.973Z | Downloaded slog-json v2.6.1 |
| 546 | 2026-04-25T00:39:07.973Z | Downloaded slab v0.4.12 |
| 547 | 2026-04-25T00:39:07.976Z | Downloaded swrite v0.1.0 |
| 548 | 2026-04-25T00:39:07.976Z | Downloaded strum v0.27.2 |
| 549 | 2026-04-25T00:39:07.979Z | Downloaded icu_collections v2.1.1 |
| 550 | 2026-04-25T00:39:07.982Z | Downloaded take_mut v0.2.2 |
| 551 | 2026-04-25T00:39:07.982Z | Downloaded terminal_size v0.4.4 |
| 552 | 2026-04-25T00:39:07.982Z | Downloaded rustls-pki-types v1.14.0 |
| 553 | 2026-04-25T00:39:07.985Z | Downloaded serde_tokenstream v0.2.3 |
| 554 | 2026-04-25T00:39:07.985Z | Downloaded slog-scope v4.4.1 |
| 555 | 2026-04-25T00:39:07.988Z | Downloaded slog-dtrace v0.3.0 |
| 556 | 2026-04-25T00:39:07.988Z | Downloaded tabled_derive v0.7.0 |
| 557 | 2026-04-25T00:39:07.988Z | Downloaded num-traits v0.2.19 |
| 558 | 2026-04-25T00:39:07.991Z | Downloaded strum v0.26.3 |
| 559 | 2026-04-25T00:39:07.991Z | Downloaded structmeta v0.3.0 |
| 560 | 2026-04-25T00:39:07.994Z | Downloaded sha2 v0.10.9 |
| 561 | 2026-04-25T00:39:07.994Z | Downloaded sync_wrapper v1.0.2 |
| 562 | 2026-04-25T00:39:07.994Z | Downloaded serde_plain v1.0.2 |
| 563 | 2026-04-25T00:39:07.998Z | Downloaded tagptr v0.2.0 |
| 564 | 2026-04-25T00:39:07.998Z | Downloaded tabwriter v1.4.1 |
| 565 | 2026-04-25T00:39:07.998Z | Downloaded tabled_derive v0.11.0 |
| 566 | 2026-04-25T00:39:08.001Z | Downloaded smartstring v1.0.1 |
| 567 | 2026-04-25T00:39:08.001Z | Downloaded termtree v0.5.1 |
| 568 | 2026-04-25T00:39:08.001Z | Downloaded signal-hook-registry v1.4.8 |
| 569 | 2026-04-25T00:39:08.004Z | Downloaded serde_with_macros v3.18.0 |
| 570 | 2026-04-25T00:39:08.004Z | Downloaded semver v1.0.28 |
| 571 | 2026-04-25T00:39:08.004Z | Downloaded progenitor-impl v0.10.0 |
| 572 | 2026-04-25T00:39:08.007Z | Downloaded pretty_assertions v1.4.1 |
| 573 | 2026-04-25T00:39:08.007Z | Downloaded snafu-derive v0.8.9 |
| 574 | 2026-04-25T00:39:08.010Z | Downloaded testing_table v0.3.0 |
| 575 | 2026-04-25T00:39:08.010Z | Downloaded progenitor-impl v0.11.2 |
| 576 | 2026-04-25T00:39:08.013Z | Downloaded jiff-static v0.2.23 |
| 577 | 2026-04-25T00:39:08.013Z | Downloaded http v1.4.0 |
| 578 | 2026-04-25T00:39:08.016Z | Downloaded simd-adler32 v0.3.9 |
| 579 | 2026-04-25T00:39:08.016Z | Downloaded rusty-fork v0.3.1 |
| 580 | 2026-04-25T00:39:08.019Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 581 | 2026-04-25T00:39:08.019Z | Downloaded papergrid v0.17.0 |
| 582 | 2026-04-25T00:39:08.022Z | Downloaded thread-id v5.1.0 |
| 583 | 2026-04-25T00:39:08.022Z | Downloaded ryu v1.0.23 |
| 584 | 2026-04-25T00:39:08.025Z | Downloaded serde_path_to_error v0.1.20 |
| 585 | 2026-04-25T00:39:08.027Z | Downloaded thread-id v4.2.2 |
| 586 | 2026-04-25T00:39:08.028Z | Downloaded static_assertions v1.1.0 |
| 587 | 2026-04-25T00:39:08.028Z | Downloaded smf v0.2.3 |
| 588 | 2026-04-25T00:39:08.031Z | Downloaded time-core v0.1.8 |
| 589 | 2026-04-25T00:39:08.031Z | Downloaded serde_derive_internals v0.29.1 |
| 590 | 2026-04-25T00:39:08.031Z | Downloaded pin-project-lite v0.2.17 |
| 591 | 2026-04-25T00:39:08.035Z | Downloaded tinyvec_macros v0.1.1 |
| 592 | 2026-04-25T00:39:08.037Z | Downloaded base64 v0.22.1 |
| 593 | 2026-04-25T00:39:08.037Z | Downloaded tokio-macros v2.7.0 |
| 594 | 2026-04-25T00:39:08.037Z | Downloaded ff v0.13.1 |
| 595 | 2026-04-25T00:39:08.040Z | Downloaded data-encoding v2.10.0 |
| 596 | 2026-04-25T00:39:08.040Z | Downloaded getrandom v0.2.17 |
| 597 | 2026-04-25T00:39:08.043Z | Downloaded slog-stdlog v4.1.1 |
| 598 | 2026-04-25T00:39:08.043Z | Downloaded cancel-safe-futures v0.1.5 |
| 599 | 2026-04-25T00:39:08.046Z | Downloaded ingot v0.1.1 |
| 600 | 2026-04-25T00:39:08.046Z | Downloaded chacha20 v0.9.1 |
| 601 | 2026-04-25T00:39:08.046Z | Downloaded hashbrown v0.12.3 |
| 602 | 2026-04-25T00:39:08.049Z | Downloaded toml_datetime v0.6.11 |
| 603 | 2026-04-25T00:39:08.052Z | Downloaded minimal-lexical v0.2.1 |
| 604 | 2026-04-25T00:39:08.055Z | Downloaded pin-project v1.1.11 |
| 605 | 2026-04-25T00:39:08.059Z | Downloaded strum_macros v0.26.4 |
| 606 | 2026-04-25T00:39:08.062Z | Downloaded openssl-sys v0.9.112 |
| 607 | 2026-04-25T00:39:08.065Z | Downloaded schemars v0.8.22 |
| 608 | 2026-04-25T00:39:08.070Z | Downloaded serde_derive v1.0.228 |
| 609 | 2026-04-25T00:39:08.074Z | Downloaded tower-service v0.3.3 |
| 610 | 2026-04-25T00:39:08.074Z | Downloaded tower-layer v0.3.3 |
| 611 | 2026-04-25T00:39:08.074Z | Downloaded toml_write v0.1.2 |
| 612 | 2026-04-25T00:39:08.077Z | Downloaded quinn v0.11.9 |
| 613 | 2026-04-25T00:39:08.077Z | Downloaded indexmap v2.13.0 |
| 614 | 2026-04-25T00:39:08.080Z | Downloaded thread_local v1.1.9 |
| 615 | 2026-04-25T00:39:08.080Z | Downloaded thiserror v2.0.18 |
| 616 | 2026-04-25T00:39:08.083Z | Downloaded rustls-platform-verifier v0.6.2 |
| 617 | 2026-04-25T00:39:08.086Z | Downloaded thiserror-no-std v2.0.2 |
| 618 | 2026-04-25T00:39:08.089Z | Downloaded typeid v1.0.3 |
| 619 | 2026-04-25T00:39:08.089Z | Downloaded try-lock v0.2.5 |
| 620 | 2026-04-25T00:39:08.089Z | Downloaded tiny-keccak v2.0.2 |
| 621 | 2026-04-25T00:39:08.092Z | Downloaded spin v0.9.8 |
| 622 | 2026-04-25T00:39:08.092Z | Downloaded typify-macro v0.4.3 |
| 623 | 2026-04-25T00:39:08.095Z | Downloaded tokio-dtrace v0.1.1 |
| 624 | 2026-04-25T00:39:08.095Z | Downloaded thiserror-impl v1.0.69 |
| 625 | 2026-04-25T00:39:08.096Z | Downloaded dropshot-api-manager v0.7.0 |
| 626 | 2026-04-25T00:39:08.098Z | Downloaded typify-macro v0.6.1 |
| 627 | 2026-04-25T00:39:08.098Z | Downloaded shlex v1.3.0 |
| 628 | 2026-04-25T00:39:08.098Z | Downloaded unicode-xid v0.2.6 |
| 629 | 2026-04-25T00:39:08.101Z | Downloaded thiserror-impl v2.0.18 |
| 630 | 2026-04-25T00:39:08.101Z | Downloaded universal-hash v0.5.1 |
| 631 | 2026-04-25T00:39:08.101Z | Downloaded smallvec v1.15.1 |
| 632 | 2026-04-25T00:39:08.104Z | Downloaded time-macros v0.2.27 |
| 633 | 2026-04-25T00:39:08.105Z | Downloaded untrusted v0.7.1 |
| 634 | 2026-04-25T00:39:08.105Z | Downloaded progenitor-impl v0.13.0 |
| 635 | 2026-04-25T00:39:08.108Z | Downloaded prettyplease v0.2.37 |
| 636 | 2026-04-25T00:39:08.108Z | Downloaded pest_meta v2.8.6 |
| 637 | 2026-04-25T00:39:08.111Z | Downloaded unarray v0.1.4 |
| 638 | 2026-04-25T00:39:08.111Z | Downloaded unicode-linebreak v0.1.5 |
| 639 | 2026-04-25T00:39:08.111Z | Downloaded clap_builder v4.6.0 |
| 640 | 2026-04-25T00:39:08.114Z | Downloaded untrusted v0.9.0 |
| 641 | 2026-04-25T00:39:08.117Z | Downloaded clap_lex v1.1.0 |
| 642 | 2026-04-25T00:39:08.117Z | Downloaded unit-prefix v0.5.2 |
| 643 | 2026-04-25T00:39:08.117Z | Downloaded expectorate v1.2.0 |
| 644 | 2026-04-25T00:39:08.120Z | Downloaded slog-term v2.9.2 |
| 645 | 2026-04-25T00:39:08.120Z | Downloaded tokio-rustls v0.25.0 |
| 646 | 2026-04-25T00:39:08.123Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 647 | 2026-04-25T00:39:08.123Z | Downloaded tinystr v0.8.2 |
| 648 | 2026-04-25T00:39:08.123Z | Downloaded tokio-tungstenite v0.21.0 |
| 649 | 2026-04-25T00:39:08.127Z | Downloaded anyhow v1.0.102 |
| 650 | 2026-04-25T00:39:08.130Z | Downloaded usdt-macro v0.5.0 |
| 651 | 2026-04-25T00:39:08.130Z | Downloaded usdt-attr-macro v0.6.0 |
| 652 | 2026-04-25T00:39:08.130Z | Downloaded usdt-attr-macro v0.5.0 |
| 653 | 2026-04-25T00:39:08.130Z | Downloaded usdt v0.6.0 |
| 654 | 2026-04-25T00:39:08.130Z | Downloaded usdt v0.5.0 |
| 655 | 2026-04-25T00:39:08.131Z | Downloaded utf8parse v0.2.2 |
| 656 | 2026-04-25T00:39:08.133Z | Downloaded utf-8 v0.7.6 |
| 657 | 2026-04-25T00:39:08.134Z | Downloaded tempfile v3.27.0 |
| 658 | 2026-04-25T00:39:08.134Z | Downloaded serde_core v1.0.228 |
| 659 | 2026-04-25T00:39:08.137Z | Downloaded term v1.2.1 |
| 660 | 2026-04-25T00:39:08.137Z | Downloaded atomic-waker v1.1.2 |
| 661 | 2026-04-25T00:39:08.164Z | Downloaded serde_yaml v0.9.34+deprecated |
| 662 | 2026-04-25T00:39:08.164Z | Downloaded toml_datetime v1.1.0+spec-1.1.0 |
| 663 | 2026-04-25T00:39:08.164Z | Downloaded utf8_iter v1.0.4 |
| 664 | 2026-04-25T00:39:08.164Z | Downloaded usdt-macro v0.6.0 |
| 665 | 2026-04-25T00:39:08.164Z | Downloaded strum_macros v0.27.2 |
| 666 | 2026-04-25T00:39:08.164Z | Downloaded wait-timeout v0.2.1 |
| 667 | 2026-04-25T00:39:08.164Z | Downloaded waitgroup v0.1.2 |
| 668 | 2026-04-25T00:39:08.164Z | Downloaded version_check v0.9.5 |
| 669 | 2026-04-25T00:39:08.164Z | Downloaded bit-set v0.8.0 |
| 670 | 2026-04-25T00:39:08.164Z | Downloaded thiserror v1.0.69 |
| 671 | 2026-04-25T00:39:08.164Z | Downloaded git-stub-vcs v0.1.0 |
| 672 | 2026-04-25T00:39:08.164Z | Downloaded find-msvc-tools v0.1.9 |
| 673 | 2026-04-25T00:39:08.164Z | Downloaded rayon-core v1.13.0 |
| 674 | 2026-04-25T00:39:08.164Z | Downloaded backon v1.6.0 |
| 675 | 2026-04-25T00:39:08.164Z | Downloaded want v0.3.1 |
| 676 | 2026-04-25T00:39:08.164Z | Downloaded colored v3.1.1 |
| 677 | 2026-04-25T00:39:08.164Z | Downloaded backoff v0.4.0 |
| 678 | 2026-04-25T00:39:08.164Z | Downloaded internet-checksum v0.2.1 |
| 679 | 2026-04-25T00:39:08.164Z | Downloaded futures-executor v0.3.32 |
| 680 | 2026-04-25T00:39:08.165Z | Downloaded pest v2.8.6 |
| 681 | 2026-04-25T00:39:08.165Z | Downloaded dof v0.4.0 |
| 682 | 2026-04-25T00:39:08.168Z | Downloaded bit-vec v0.8.0 |
| 683 | 2026-04-25T00:39:08.168Z | Downloaded synstructure v0.13.2 |
| 684 | 2026-04-25T00:39:08.168Z | Downloaded embedded-io v0.4.0 |
| 685 | 2026-04-25T00:39:08.168Z | Downloaded yoke-derive v0.8.1 |
| 686 | 2026-04-25T00:39:08.168Z | Downloaded zerofrom v0.1.6 |
| 687 | 2026-04-25T00:39:08.168Z | Downloaded dof v0.3.0 |
| 688 | 2026-04-25T00:39:08.171Z | Downloaded autocfg v1.5.0 |
| 689 | 2026-04-25T00:39:08.171Z | Downloaded async-trait v0.1.89 |
| 690 | 2026-04-25T00:39:08.171Z | Downloaded argon2 v0.5.3 |
| 691 | 2026-04-25T00:39:08.175Z | Downloaded anstyle v1.0.14 |
| 692 | 2026-04-25T00:39:08.175Z | Downloaded rand v0.8.5 |
| 693 | 2026-04-25T00:39:08.178Z | Downloaded tokio-stream v0.1.18 |
| 694 | 2026-04-25T00:39:08.179Z | Downloaded crypto-common v0.1.7 |
| 695 | 2026-04-25T00:39:08.182Z | Downloaded block-buffer v0.10.4 |
| 696 | 2026-04-25T00:39:08.182Z | Downloaded crunchy v0.2.4 |
| 697 | 2026-04-25T00:39:08.182Z | Downloaded atomicwrites v0.4.4 |
| 698 | 2026-04-25T00:39:08.182Z | Downloaded byte-wrapper v0.1.0 |
| 699 | 2026-04-25T00:39:08.182Z | Downloaded dropshot-api-manager-types v0.7.0 |
| 700 | 2026-04-25T00:39:08.185Z | Downloaded fixedbitset v0.5.7 |
| 701 | 2026-04-25T00:39:08.185Z | Downloaded defmt v0.3.100 |
| 702 | 2026-04-25T00:39:08.185Z | Downloaded drift v0.1.3 |
| 703 | 2026-04-25T00:39:08.188Z | Downloaded deranged v0.5.8 |
| 704 | 2026-04-25T00:39:08.188Z | Downloaded cpufeatures v0.3.0 |
| 705 | 2026-04-25T00:39:08.192Z | Downloaded colorchoice v1.0.5 |
| 706 | 2026-04-25T00:39:08.192Z | Downloaded bytecount v0.6.9 |
| 707 | 2026-04-25T00:39:08.192Z | Downloaded toml_parser v1.1.0+spec-1.1.0 |
| 708 | 2026-04-25T00:39:08.197Z | Downloaded toml v0.8.23 |
| 709 | 2026-04-25T00:39:08.197Z | Downloaded zeroize_derive v1.4.3 |
| 710 | 2026-04-25T00:39:08.198Z | Downloaded bcs v0.1.6 |
| 711 | 2026-04-25T00:39:08.198Z | Downloaded zone v0.3.1 |
| 712 | 2026-04-25T00:39:08.198Z | Downloaded git-stub v1.0.0 |
| 713 | 2026-04-25T00:39:08.202Z | Downloaded cmake v0.1.58 |
| 714 | 2026-04-25T00:39:08.202Z | Downloaded cfg-if v1.0.4 |
| 715 | 2026-04-25T00:39:08.202Z | Downloaded tokio-rustls v0.26.4 |
| 716 | 2026-04-25T00:39:08.202Z | Downloaded hash32 v0.3.1 |
| 717 | 2026-04-25T00:39:08.202Z | Downloaded schemars v0.9.0 |
| 718 | 2026-04-25T00:39:08.209Z | Downloaded thin-vec v0.2.14 |
| 719 | 2026-04-25T00:39:08.211Z | Downloaded textwrap v0.16.2 |
| 720 | 2026-04-25T00:39:08.211Z | Downloaded whoami v1.6.1 |
| 721 | 2026-04-25T00:39:08.211Z | Downloaded zerofrom-derive v0.1.6 |
| 722 | 2026-04-25T00:39:08.211Z | Downloaded test-strategy v0.4.5 |
| 723 | 2026-04-25T00:39:08.214Z | Downloaded aws-lc-rs v1.16.2 |
| 724 | 2026-04-25T00:39:08.219Z | Downloaded usdt-impl v0.5.0 |
| 725 | 2026-04-25T00:39:08.221Z | Downloaded schemars v1.2.1 |
| 726 | 2026-04-25T00:39:08.227Z | Downloaded socket2 v0.6.3 |
| 727 | 2026-04-25T00:39:08.230Z | Downloaded toml_writer v1.1.0+spec-1.1.0 |
| 728 | 2026-04-25T00:39:08.230Z | Downloaded qorb v0.4.1 |
| 729 | 2026-04-25T00:39:08.233Z | Downloaded zeroize v1.8.2 |
| 730 | 2026-04-25T00:39:08.233Z | Downloaded fxhash v0.2.1 |
| 731 | 2026-04-25T00:39:08.236Z | Downloaded dunce v1.0.5 |
| 732 | 2026-04-25T00:39:08.236Z | Downloaded defmt-parser v1.0.0 |
| 733 | 2026-04-25T00:39:08.245Z | Downloaded toml v1.1.0+spec-1.1.0 |
| 734 | 2026-04-25T00:39:08.259Z | Downloaded zone_cfg_derive v0.3.1 |
| 735 | 2026-04-25T00:39:08.263Z | Downloaded similar v2.7.0 |
| 736 | 2026-04-25T00:39:08.266Z | Downloaded tracing-attributes v0.1.31 |
| 737 | 2026-04-25T00:39:08.266Z | Downloaded chrono v0.4.44 |
| 738 | 2026-04-25T00:39:08.270Z | Downloaded xz2 v0.1.7 |
| 739 | 2026-04-25T00:39:08.273Z | Downloaded writeable v0.6.2 |
| 740 | 2026-04-25T00:39:08.273Z | Downloaded tungstenite v0.21.0 |
| 741 | 2026-04-25T00:39:08.276Z | Downloaded slog v2.8.2 |
| 742 | 2026-04-25T00:39:08.279Z | Downloaded ucd-trie v0.1.7 |
| 743 | 2026-04-25T00:39:08.279Z | Downloaded steno v0.4.1 |
| 744 | 2026-04-25T00:39:08.282Z | Downloaded walkdir v2.5.0 |
| 745 | 2026-04-25T00:39:08.282Z | Downloaded hashbrown v0.15.5 |
| 746 | 2026-04-25T00:39:08.285Z | Downloaded zmij v1.0.21 |
| 747 | 2026-04-25T00:39:08.288Z | Downloaded zerovec-derive v0.11.2 |
| 748 | 2026-04-25T00:39:08.288Z | Downloaded vsss-rs v3.3.4 |
| 749 | 2026-04-25T00:39:08.291Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 750 | 2026-04-25T00:39:08.294Z | Downloaded yoke v0.8.1 |
| 751 | 2026-04-25T00:39:08.297Z | Downloaded tinyvec v1.11.0 |
| 752 | 2026-04-25T00:39:08.302Z | Downloaded serde v1.0.228 |
| 753 | 2026-04-25T00:39:08.306Z | Downloaded rand v0.9.2 |
| 754 | 2026-04-25T00:39:08.309Z | Downloaded usdt-impl v0.6.0 |
| 755 | 2026-04-25T00:39:08.313Z | Downloaded toml_edit v0.22.27 |
| 756 | 2026-04-25T00:39:08.316Z | Downloaded nom v7.1.3 |
| 757 | 2026-04-25T00:39:08.316Z | Downloaded idna v1.1.0 |
| 758 | 2026-04-25T00:39:08.322Z | Downloaded rustls-webpki v0.103.10 |
| 759 | 2026-04-25T00:39:08.326Z | Downloaded typenum v1.19.0 |
| 760 | 2026-04-25T00:39:08.329Z | Downloaded tracing-core v0.1.36 |
| 761 | 2026-04-25T00:39:08.329Z | Downloaded nom v8.0.0 |
| 762 | 2026-04-25T00:39:08.332Z | Downloaded unsafe-libyaml v0.2.11 |
| 763 | 2026-04-25T00:39:08.332Z | Downloaded itertools v0.12.1 |
| 764 | 2026-04-25T00:39:08.336Z | Downloaded hashbrown v0.16.1 |
| 765 | 2026-04-25T00:39:08.339Z | Downloaded h2 v0.4.13 |
| 766 | 2026-04-25T00:39:08.343Z | Downloaded iddqd v0.3.17 |
| 767 | 2026-04-25T00:39:08.347Z | Downloaded toml_edit v0.25.8+spec-1.1.0 |
| 768 | 2026-04-25T00:39:08.351Z | Downloaded toml_edit v0.19.15 |
| 769 | 2026-04-25T00:39:08.360Z | Downloaded zerocopy-derive v0.7.35 |
| 770 | 2026-04-25T00:39:08.363Z | Downloaded aho-corasick v1.1.4 |
| 771 | 2026-04-25T00:39:08.366Z | Downloaded unicode-ident v1.0.24 |
| 772 | 2026-04-25T00:39:08.368Z | Downloaded uuid v1.23.0 |
| 773 | 2026-04-25T00:39:08.373Z | Downloaded rand v0.10.1 |
| 774 | 2026-04-25T00:39:08.375Z | Downloaded hyper v1.9.0 |
| 775 | 2026-04-25T00:39:08.378Z | Downloaded typify v0.4.3 |
| 776 | 2026-04-25T00:39:08.378Z | Downloaded snafu v0.8.9 |
| 777 | 2026-04-25T00:39:08.381Z | Downloaded hkdf v0.12.4 |
| 778 | 2026-04-25T00:39:08.388Z | Downloaded itertools v0.14.0 |
| 779 | 2026-04-25T00:39:08.391Z | Downloaded futures-util v0.3.32 |
| 780 | 2026-04-25T00:39:08.397Z | Downloaded goblin v0.8.2 |
| 781 | 2026-04-25T00:39:08.401Z | Downloaded libm v0.2.16 |
| 782 | 2026-04-25T00:39:08.407Z | Downloaded typify v0.6.1 |
| 783 | 2026-04-25T00:39:08.420Z | Downloaded zerocopy-derive v0.8.48 |
| 784 | 2026-04-25T00:39:08.426Z | Downloaded tower v0.5.3 |
| 785 | 2026-04-25T00:39:08.430Z | Downloaded ron v0.12.1 |
| 786 | 2026-04-25T00:39:08.435Z | Downloaded iri-string v0.7.12 |
| 787 | 2026-04-25T00:39:08.439Z | Downloaded rayon v1.11.0 |
| 788 | 2026-04-25T00:39:08.445Z | Downloaded unicode-segmentation v1.13.2 |
| 789 | 2026-04-25T00:39:08.456Z | Downloaded url v2.5.8 |
| 790 | 2026-04-25T00:39:08.459Z | Downloaded regex v1.12.3 |
| 791 | 2026-04-25T00:39:08.459Z | Downloaded serde_json v1.0.149 |
| 792 | 2026-04-25T00:39:08.482Z | Downloaded yansi v1.0.1 |
| 793 | 2026-04-25T00:39:08.484Z | Downloaded scc v2.4.0 |
| 794 | 2026-04-25T00:39:08.487Z | Downloaded tokio-util v0.7.18 |
| 795 | 2026-04-25T00:39:08.490Z | Downloaded proptest v1.11.0 |
| 796 | 2026-04-25T00:39:08.494Z | Downloaded rustls-webpki v0.102.8 |
| 797 | 2026-04-25T00:39:08.512Z | Downloaded zerotrie v0.2.3 |
| 798 | 2026-04-25T00:39:08.515Z | Downloaded reqwest v0.13.2 |
| 799 | 2026-04-25T00:39:08.518Z | Downloaded reqwest v0.12.28 |
| 800 | 2026-04-25T00:39:08.521Z | Downloaded typed-path v0.9.3 |
| 801 | 2026-04-25T00:39:08.529Z | Downloaded portable-atomic v1.13.1 |
| 802 | 2026-04-25T00:39:08.540Z | Downloaded zerovec v0.11.5 |
| 803 | 2026-04-25T00:39:08.554Z | Downloaded unicode-normalization v0.1.25 |
| 804 | 2026-04-25T00:39:08.561Z | Downloaded moka v0.12.15 |
| 805 | 2026-04-25T00:39:08.566Z | Downloaded tower-http v0.6.8 |
| 806 | 2026-04-25T00:39:08.571Z | Downloaded tough v0.20.0 |
| 807 | 2026-04-25T00:39:08.576Z | Downloaded goblin v0.10.5 |
| 808 | 2026-04-25T00:39:08.580Z | Downloaded serde_with v3.18.0 |
| 809 | 2026-04-25T00:39:08.587Z | Downloaded quinn-proto v0.11.14 |
| 810 | 2026-04-25T00:39:08.591Z | Downloaded tabled v0.15.0 |
| 811 | 2026-04-25T00:39:08.600Z | Downloaded bstr v1.12.1 |
| 812 | 2026-04-25T00:39:08.608Z | Downloaded tabled v0.20.0 |
| 813 | 2026-04-25T00:39:08.618Z | Downloaded nix v0.31.2 |
| 814 | 2026-04-25T00:39:08.625Z | Downloaded syn v1.0.109 |
| 815 | 2026-04-25T00:39:08.642Z | Downloaded zerocopy v0.7.35 |
| 816 | 2026-04-25T00:39:08.651Z | Downloaded winnow v0.5.40 |
| 817 | 2026-04-25T00:39:08.671Z | Downloaded webpki-roots v1.0.6 |
| 818 | 2026-04-25T00:39:08.688Z | Downloaded winnow v1.0.1 |
| 819 | 2026-04-25T00:39:08.694Z | Downloaded syn v2.0.117 |
| 820 | 2026-04-25T00:39:08.701Z | Downloaded unicode-width v0.1.14 |
| 821 | 2026-04-25T00:39:08.707Z | Downloaded winnow v0.7.15 |
| 822 | 2026-04-25T00:39:08.710Z | Downloaded unicode-width v0.2.2 |
| 823 | 2026-04-25T00:39:08.713Z | Downloaded rhai v1.24.0 |
| 824 | 2026-04-25T00:39:08.720Z | Downloaded time v0.3.47 |
| 825 | 2026-04-25T00:39:08.727Z | Downloaded rustix v0.38.44 |
| 826 | 2026-04-25T00:39:08.740Z | Downloaded zerocopy v0.8.48 |
| 827 | 2026-04-25T00:39:08.751Z | Downloaded openssl v0.10.76 |
| 828 | 2026-04-25T00:39:08.756Z | Downloaded rustls v0.23.37 |
| 829 | 2026-04-25T00:39:08.763Z | Downloaded openapiv3 v2.2.0 |
| 830 | 2026-04-25T00:39:08.769Z | Downloaded dropshot v0.16.7 |
| 831 | 2026-04-25T00:39:08.782Z | Downloaded vcpkg v0.2.15 |
| 832 | 2026-04-25T00:39:08.805Z | Downloaded dropshot v0.17.0 |
| 833 | 2026-04-25T00:39:08.816Z | Downloaded hickory-proto v0.24.4 |
| 834 | 2026-04-25T00:39:08.825Z | Downloaded chrono-tz v0.10.4 |
| 835 | 2026-04-25T00:39:08.835Z | Downloaded sled v0.34.7 |
| 836 | 2026-04-25T00:39:08.841Z | Downloaded smoltcp v0.11.0 |
| 837 | 2026-04-25T00:39:08.849Z | Downloaded rustls v0.22.4 |
| 838 | 2026-04-25T00:39:08.856Z | Downloaded typify-impl v0.6.1 |
| 839 | 2026-04-25T00:39:08.863Z | Downloaded tracing v0.1.44 |
| 840 | 2026-04-25T00:39:08.874Z | Downloaded hickory-proto v0.25.2 |
| 841 | 2026-04-25T00:39:08.883Z | Downloaded regress v0.10.5 |
| 842 | 2026-04-25T00:39:08.888Z | Downloaded rustix v1.1.4 |
| 843 | 2026-04-25T00:39:08.901Z | Downloaded regex-syntax v0.8.10 |
| 844 | 2026-04-25T00:39:08.937Z | Downloaded typify-impl v0.4.3 |
| 845 | 2026-04-25T00:39:08.955Z | Downloaded petgraph v0.8.3 |
| 846 | 2026-04-25T00:39:08.968Z | Downloaded regex-automata v0.4.14 |
| 847 | 2026-04-25T00:39:08.976Z | Downloaded csv v1.4.0 |
| 848 | 2026-04-25T00:39:08.987Z | Downloaded sha3 v0.10.8 |
| 849 | 2026-04-25T00:39:08.999Z | Downloaded petgraph v0.6.5 |
| 850 | 2026-04-25T00:39:09.010Z | Downloaded tokio v1.52.0 |
| 851 | 2026-04-25T00:39:09.032Z | Downloaded lzma-sys v0.1.20 |
| 852 | 2026-04-25T00:39:09.048Z | Downloaded jiff v0.2.23 |
| 853 | 2026-04-25T00:39:09.058Z | Downloaded libc v0.2.186 |
| 854 | 2026-04-25T00:39:09.120Z | Downloaded encoding_rs v0.8.35 |
| 855 | 2026-04-25T00:39:09.133Z | Downloaded ring v0.17.14 |
| 856 | 2026-04-25T00:39:09.713Z | Downloaded aws-lc-sys v0.39.1 |
| 857 | 2026-04-25T00:39:10.276Z | Compiling proc-macro2 v1.0.106 |
| 858 | 2026-04-25T00:39:10.279Z | Compiling quote v1.0.45 |
| 859 | 2026-04-25T00:39:10.279Z | Compiling unicode-ident v1.0.24 |
| 860 | 2026-04-25T00:39:10.279Z | Compiling serde_core v1.0.228 |
| 861 | 2026-04-25T00:39:10.279Z | Compiling libc v0.2.186 |
| 862 | 2026-04-25T00:39:10.279Z | Compiling serde v1.0.228 |
| 863 | 2026-04-25T00:39:10.279Z | Compiling zmij v1.0.21 |
| 864 | 2026-04-25T00:39:10.279Z | Compiling autocfg v1.5.0 |
| 865 | 2026-04-25T00:39:10.911Z | Compiling libm v0.2.16 |
| 866 | 2026-04-25T00:39:10.928Z | Compiling icu_normalizer_data v2.1.1 |
| 867 | 2026-04-25T00:39:10.931Z | Compiling icu_properties_data v2.1.2 |
| 868 | 2026-04-25T00:39:10.931Z | Compiling serde_json v1.0.149 |
| 869 | 2026-04-25T00:39:11.051Z | Compiling num-traits v0.2.19 |
| 870 | 2026-04-25T00:39:11.231Z | Compiling version_check v0.9.5 |
| 871 | 2026-04-25T00:39:11.270Z | Compiling getrandom v0.4.2 |
| 872 | 2026-04-25T00:39:11.423Z | Compiling memchr v2.8.0 |
| 873 | 2026-04-25T00:39:11.485Z | Compiling thiserror v2.0.18 |
| 874 | 2026-04-25T00:39:11.817Z | Compiling parking_lot_core v0.9.12 |
| 875 | 2026-04-25T00:39:11.936Z | Compiling syn v2.0.117 |
| 876 | 2026-04-25T00:39:11.980Z | Compiling schemars v0.8.22 |
| 877 | 2026-04-25T00:39:12.013Z | Checking cfg-if v1.0.4 |
| 878 | 2026-04-25T00:39:12.040Z | Compiling zerocopy v0.8.48 |
| 879 | 2026-04-25T00:39:12.099Z | Compiling heck v0.5.0 |
| 880 | 2026-04-25T00:39:12.193Z | Compiling portable-atomic v1.13.1 |
| 881 | 2026-04-25T00:39:12.240Z | Compiling jobserver v0.1.34 |
| 882 | 2026-04-25T00:39:12.307Z | Compiling find-msvc-tools v0.1.9 |
| 883 | 2026-04-25T00:39:12.477Z | Compiling shlex v1.3.0 |
| 884 | 2026-04-25T00:39:12.547Z | Compiling itoa v1.0.18 |
| 885 | 2026-04-25T00:39:12.568Z | Compiling rustversion v1.0.22 |
| 886 | 2026-04-25T00:39:12.670Z | Compiling cc v1.2.58 |
| 887 | 2026-04-25T00:39:12.826Z | Compiling typenum v1.19.0 |
| 888 | 2026-04-25T00:39:12.995Z | Compiling semver v1.0.28 |
| 889 | 2026-04-25T00:39:13.189Z | Compiling generic-array v0.14.7 |
| 890 | 2026-04-25T00:39:13.211Z | Compiling log v0.4.29 |
| 891 | 2026-04-25T00:39:13.236Z | Compiling httparse v1.10.1 |
| 892 | 2026-04-25T00:39:13.398Z | Compiling thiserror v1.0.69 |
| 893 | 2026-04-25T00:39:13.615Z | Compiling cmake v0.1.58 |
| 894 | 2026-04-25T00:39:13.655Z | Compiling dunce v1.0.5 |
| 895 | 2026-04-25T00:39:13.688Z | Compiling fs_extra v1.3.0 |
| 896 | 2026-04-25T00:39:13.757Z | Compiling slog v2.8.2 |
| 897 | 2026-04-25T00:39:13.889Z | Compiling rustix v1.1.4 |
| 898 | 2026-04-25T00:39:13.927Z | Compiling foldhash v0.2.0 |
| 899 | 2026-04-25T00:39:13.962Z | Compiling equivalent v1.0.2 |
| 900 | 2026-04-25T00:39:13.980Z | Compiling allocator-api2 v0.2.21 |
| 901 | 2026-04-25T00:39:14.018Z | Compiling getrandom v0.3.4 |
| 902 | 2026-04-25T00:39:14.040Z | Compiling regex-syntax v0.8.10 |
| 903 | 2026-04-25T00:39:14.060Z | Compiling ring v0.17.14 |
| 904 | 2026-04-25T00:39:14.087Z | Compiling aws-lc-sys v0.39.1 |
| 905 | 2026-04-25T00:39:14.163Z | Compiling aho-corasick v1.1.4 |
| 906 | 2026-04-25T00:39:14.350Z | Compiling hashbrown v0.16.1 |
| 907 | 2026-04-25T00:39:14.409Z | Checking stable_deref_trait v1.2.1 |
| 908 | 2026-04-25T00:39:14.487Z | Compiling ucd-trie v0.1.7 |
| 909 | 2026-04-25T00:39:14.664Z | Compiling pest v2.8.6 |
| 910 | 2026-04-25T00:39:14.731Z | Compiling anyhow v1.0.102 |
| 911 | 2026-04-25T00:39:14.943Z | Compiling synstructure v0.13.2 |
| 912 | 2026-04-25T00:39:14.962Z | Compiling serde_derive_internals v0.29.1 |
| 913 | 2026-04-25T00:39:15.629Z | Compiling regex-automata v0.4.14 |
| 914 | 2026-04-25T00:39:15.718Z | Compiling pest_meta v2.8.6 |
| 915 | 2026-04-25T00:39:15.887Z | Compiling crossbeam-utils v0.8.21 |
| 916 | 2026-04-25T00:39:16.064Z | Compiling serde_derive v1.0.228 |
| 917 | 2026-04-25T00:39:16.168Z | Compiling zerofrom-derive v0.1.6 |
| 918 | 2026-04-25T00:39:16.192Z | Compiling yoke-derive v0.8.1 |
| 919 | 2026-04-25T00:39:16.511Z | Compiling zerovec-derive v0.11.2 |
| 920 | 2026-04-25T00:39:17.009Z | Compiling displaydoc v0.2.5 |
| 921 | 2026-04-25T00:39:17.182Z | Compiling schemars_derive v0.8.22 |
| 922 | 2026-04-25T00:39:17.352Z | Compiling thiserror-impl v2.0.18 |
| 923 | 2026-04-25T00:39:17.557Z | Compiling zeroize_derive v1.4.3 |
| 924 | 2026-04-25T00:39:17.737Z | Compiling tokio-macros v2.7.0 |
| 925 | 2026-04-25T00:39:18.154Z | Compiling zerocopy-derive v0.8.48 |
| 926 | 2026-04-25T00:39:18.188Z | Compiling futures-macro v0.3.32 |
| 927 | 2026-04-25T00:39:18.380Z | Compiling tracing-attributes v0.1.31 |
| 928 | 2026-04-25T00:39:18.473Z | Compiling thiserror-impl v1.0.69 |
| 929 | 2026-04-25T00:39:19.011Z | Checking zerofrom v0.1.6 |
| 930 | 2026-04-25T00:39:19.100Z | Checking smallvec v1.15.1 |
| 931 | 2026-04-25T00:39:19.125Z | Compiling serde_tokenstream v0.2.3 |
| 932 | 2026-04-25T00:39:19.139Z | Checking bytes v1.11.1 |
| 933 | 2026-04-25T00:39:19.311Z | Compiling regex v1.12.3 |
| 934 | 2026-04-25T00:39:19.382Z | Checking yoke v0.8.1 |
| 935 | 2026-04-25T00:39:19.407Z | Compiling pest_generator v2.8.6 |
| 936 | 2026-04-25T00:39:19.560Z | Checking zerovec v0.11.5 |
| 937 | 2026-04-25T00:39:19.619Z | Checking litemap v0.8.1 |
| 938 | 2026-04-25T00:39:19.638Z | Checking writeable v0.6.2 |
| 939 | 2026-04-25T00:39:19.712Z | Checking zerotrie v0.2.3 |
| 940 | 2026-04-25T00:39:19.790Z | Compiling paste v1.0.15 |
| 941 | 2026-04-25T00:39:19.810Z | Compiling strsim v0.11.1 |
| 942 | 2026-04-25T00:39:19.953Z | Compiling time-core v0.1.8 |
| 943 | 2026-04-25T00:39:19.973Z | Compiling num-conv v0.2.1 |
| 944 | 2026-04-25T00:39:19.992Z | Checking tinystr v0.8.2 |
| 945 | 2026-04-25T00:39:20.026Z | Compiling pest_derive v2.8.6 |
| 946 | 2026-04-25T00:39:20.078Z | Checking potential_utf v0.1.4 |
| 947 | 2026-04-25T00:39:20.137Z | Compiling time-macros v0.2.27 |
| 948 | 2026-04-25T00:39:20.156Z | Compiling aws-lc-rs v1.16.2 |
| 949 | 2026-04-25T00:39:20.174Z | Checking percent-encoding v2.3.2 |
| 950 | 2026-04-25T00:39:20.179Z | Checking icu_locale_core v2.1.1 |
| 951 | 2026-04-25T00:39:20.210Z | Checking icu_collections v2.1.1 |
| 952 | 2026-04-25T00:39:20.528Z | Compiling ident_case v1.0.1 |
| 953 | 2026-04-25T00:39:20.587Z | Compiling syn v1.0.109 |
| 954 | 2026-04-25T00:39:20.590Z | Compiling async-trait v0.1.89 |
| 955 | 2026-04-25T00:39:20.651Z | Compiling indexmap v2.13.0 |
| 956 | 2026-04-25T00:39:20.733Z | Checking icu_provider v2.1.1 |
| 957 | 2026-04-25T00:39:20.811Z | Compiling byteorder v1.5.0 |
| 958 | 2026-04-25T00:39:20.976Z | Checking icu_properties v2.1.2 |
| 959 | 2026-04-25T00:39:21.042Z | Checking icu_normalizer v2.1.1 |
| 960 | 2026-04-25T00:39:21.109Z | Checking form_urlencoded v1.2.2 |
| 961 | 2026-04-25T00:39:21.242Z | Checking utf8_iter v1.0.4 |
| 962 | 2026-04-25T00:39:21.280Z | Checking rand_core v0.10.0 |
| 963 | 2026-04-25T00:39:21.301Z | Compiling omicron-workspace-hack v0.1.0 |
| 964 | 2026-04-25T00:39:21.363Z | Compiling camino v1.2.2 |
| 965 | 2026-04-25T00:39:21.381Z | Compiling rustls v0.23.37 |
| 966 | 2026-04-25T00:39:21.535Z | Compiling scroll_derive v0.13.1 |
| 967 | 2026-04-25T00:39:21.764Z | Compiling daft-derive v0.1.5 |
| 968 | 2026-04-25T00:39:21.810Z | Checking idna_adapter v1.2.1 |
| 969 | 2026-04-25T00:39:21.941Z | Checking idna v1.1.0 |
| 970 | 2026-04-25T00:39:22.187Z | Checking url v2.5.8 |
| 971 | 2026-04-25T00:39:22.286Z | Compiling slog-async v2.8.0 |
| 972 | 2026-04-25T00:39:22.619Z | Checking iana-time-zone v0.1.65 |
| 973 | 2026-04-25T00:39:22.919Z | Checking chrono v0.4.44 |
| 974 | 2026-04-25T00:39:22.957Z | Checking errno v0.3.14 |
| 975 | 2026-04-25T00:39:22.977Z | Compiling usdt-impl v0.6.0 |
| 976 | 2026-04-25T00:39:23.143Z | Compiling scroll v0.13.0 |
| 977 | 2026-04-25T00:39:23.246Z | Checking uuid v1.23.0 |
| 978 | 2026-04-25T00:39:23.266Z | Compiling plain v0.2.3 |
| 979 | 2026-04-25T00:39:23.453Z | Compiling goblin v0.10.5 |
| 980 | 2026-04-25T00:39:23.671Z | Compiling pretty-hex v0.4.2 |
| 981 | 2026-04-25T00:39:23.831Z | Compiling dtrace-parser v0.3.0 |
| 982 | 2026-04-25T00:39:23.848Z | Compiling thread-id v5.1.0 |
| 983 | 2026-04-25T00:39:24.553Z | Checking dyn-clone v1.0.20 |
| 984 | 2026-04-25T00:39:24.979Z | Compiling ref-cast v1.0.25 |
| 985 | 2026-04-25T00:39:25.186Z | Compiling ref-cast-impl v1.0.25 |
| 986 | 2026-04-25T00:39:25.351Z | Compiling rustls v0.22.4 |
| 987 | 2026-04-25T00:39:25.655Z | Checking pin-project-lite v0.2.17 |
| 988 | 2026-04-25T00:39:25.675Z | Checking getrandom v0.2.17 |
| 989 | 2026-04-25T00:39:25.752Z | Compiling newtype-uuid-macros v0.1.0 |
| 990 | 2026-04-25T00:39:25.772Z | Checking zeroize v1.8.2 |
| 991 | 2026-04-25T00:39:25.819Z | Compiling multer v3.1.0 |
| 992 | 2026-04-25T00:39:25.856Z | Compiling async-stream-impl v0.3.6 |
| 993 | 2026-04-25T00:39:25.929Z | Compiling darling_core v0.23.0 |
| 994 | 2026-04-25T00:39:26.098Z | Compiling strum_macros v0.26.4 |
| 995 | 2026-04-25T00:39:26.280Z | Compiling dof v0.4.0 |
| 996 | 2026-04-25T00:39:26.444Z | Compiling structmeta-derive v0.3.0 |
| 997 | 2026-04-25T00:39:26.509Z | Compiling regress v0.10.5 |
| 998 | 2026-04-25T00:39:26.572Z | Checking socket2 v0.6.3 |
| 999 | 2026-04-25T00:39:26.936Z | Checking scopeguard v1.2.0 |
| 1000 | 2026-04-25T00:39:27.221Z | Checking lock_api v0.4.14 |
| 1001 | 2026-04-25T00:39:27.433Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1002 | 2026-04-25T00:39:27.463Z | Compiling structmeta v0.3.0 |
| 1003 | 2026-04-25T00:39:27.564Z | Compiling usdt-attr-macro v0.6.0 |
| 1004 | 2026-04-25T00:39:27.668Z | Compiling usdt-macro v0.6.0 |
| 1005 | 2026-04-25T00:39:27.687Z | Checking bitflags v2.11.0 |
| 1006 | 2026-04-25T00:39:28.011Z | Compiling dropshot v0.16.7 |
| 1007 | 2026-04-25T00:39:28.047Z | Compiling darling_macro v0.23.0 |
| 1008 | 2026-04-25T00:39:28.142Z | Compiling http v1.4.0 |
| 1009 | 2026-04-25T00:39:28.276Z | Compiling dropshot_endpoint v0.16.7 |
| 1010 | 2026-04-25T00:39:28.339Z | Compiling strum_macros v0.27.2 |
| 1011 | 2026-04-25T00:39:28.438Z | Compiling derive-ex v0.1.8 |
| 1012 | 2026-04-25T00:39:28.606Z | Compiling darling v0.23.0 |
| 1013 | 2026-04-25T00:39:28.697Z | Compiling serde_with_macros v3.18.0 |
| 1014 | 2026-04-25T00:39:29.040Z | Checking critical-section v1.2.0 |
| 1015 | 2026-04-25T00:39:29.132Z | Checking parking_lot v0.12.5 |
| 1016 | 2026-04-25T00:39:29.152Z | Checking once_cell v1.21.4 |
| 1017 | 2026-04-25T00:39:29.196Z | Compiling fnv v1.0.7 |
| 1018 | 2026-04-25T00:39:29.310Z | Checking signal-hook-registry v1.4.8 |
| 1019 | 2026-04-25T00:39:29.334Z | Checking mio v1.2.0 |
| 1020 | 2026-04-25T00:39:29.593Z | Checking subtle v2.6.1 |
| 1021 | 2026-04-25T00:39:29.644Z | Checking tokio v1.52.0 |
| 1022 | 2026-04-25T00:39:30.008Z | Compiling test-strategy v0.4.5 |
| 1023 | 2026-04-25T00:39:30.028Z | Compiling parse-display-derive v0.10.0 |
| 1024 | 2026-04-25T00:39:30.139Z | Checking futures-core v0.3.32 |
| 1025 | 2026-04-25T00:39:30.247Z | Compiling ryu v1.0.23 |
| 1026 | 2026-04-25T00:39:30.269Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1027 | 2026-04-25T00:39:30.693Z | Compiling openapiv3 v2.2.0 |
| 1028 | 2026-04-25T00:39:30.717Z | Compiling winnow v1.0.1 |
| 1029 | 2026-04-25T00:39:31.175Z | Checking futures-sink v0.3.32 |
| 1030 | 2026-04-25T00:39:31.488Z | Checking slab v0.4.12 |
| 1031 | 2026-04-25T00:39:31.545Z | Checking rand_core v0.6.4 |
| 1032 | 2026-04-25T00:39:31.636Z | Compiling toml_parser v1.1.0+spec-1.1.0 |
| 1033 | 2026-04-25T00:39:31.882Z | Checking futures-channel v0.3.32 |
| 1034 | 2026-04-25T00:39:32.080Z | Compiling either v1.15.0 |
| 1035 | 2026-04-25T00:39:32.182Z | Compiling clap_derive v4.6.0 |
| 1036 | 2026-04-25T00:39:32.287Z | Compiling itertools v0.14.0 |
| 1037 | 2026-04-25T00:39:32.323Z | Checking futures-task v0.3.32 |
| 1038 | 2026-04-25T00:39:32.362Z | Checking futures-io v0.3.32 |
| 1039 | 2026-04-25T00:39:32.486Z | Checking futures-util v0.3.32 |
| 1040 | 2026-04-25T00:39:32.684Z | Checking tracing-core v0.1.36 |
| 1041 | 2026-04-25T00:39:32.998Z | Checking tracing v0.1.44 |
| 1042 | 2026-04-25T00:39:33.563Z | Compiling crucible-workspace-hack v0.1.0 |
| 1043 | 2026-04-25T00:39:33.951Z | Checking ipnetwork v0.21.1 |
| 1044 | 2026-04-25T00:39:34.558Z | Checking base64 v0.22.1 |
| 1045 | 2026-04-25T00:39:34.874Z | Compiling darling_core v0.21.3 |
| 1046 | 2026-04-25T00:39:34.908Z | Checking rustls-pki-types v1.14.0 |
| 1047 | 2026-04-25T00:39:34.951Z | Checking erased-serde v0.3.31 |
| 1048 | 2026-04-25T00:39:35.199Z | Compiling zerocopy-derive v0.7.35 |
| 1049 | 2026-04-25T00:39:35.328Z | Compiling convert_case v0.4.0 |
| 1050 | 2026-04-25T00:39:35.633Z | Compiling unsafe-libyaml v0.2.11 |
| 1051 | 2026-04-25T00:39:35.773Z | Compiling derive_more v0.99.20 |
| 1052 | 2026-04-25T00:39:36.294Z | Compiling serde_yaml v0.9.34+deprecated |
| 1053 | 2026-04-25T00:39:36.324Z | Checking crypto-common v0.1.7 |
| 1054 | 2026-04-25T00:39:36.971Z | Compiling darling_macro v0.21.3 |
| 1055 | 2026-04-25T00:39:37.028Z | Compiling heapless v0.8.0 |
| 1056 | 2026-04-25T00:39:37.510Z | Compiling darling v0.21.3 |
| 1057 | 2026-04-25T00:39:37.557Z | Checking untrusted v0.9.0 |
| 1058 | 2026-04-25T00:39:37.596Z | Compiling ingot-macros v0.1.1 |
| 1059 | 2026-04-25T00:39:37.748Z | Compiling scroll_derive v0.12.1 |
| 1060 | 2026-04-25T00:39:37.857Z | Compiling toml_datetime v1.1.0+spec-1.1.0 |
| 1061 | 2026-04-25T00:39:38.092Z | Compiling toml_edit v0.25.8+spec-1.1.0 |
| 1062 | 2026-04-25T00:39:38.537Z | Checking ipnet v2.12.0 |
| 1063 | 2026-04-25T00:39:38.568Z | Compiling smoltcp v0.11.0 |
| 1064 | 2026-04-25T00:39:38.773Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1065 | 2026-04-25T00:39:39.058Z | Compiling proc-macro-crate v3.5.0 |
| 1066 | 2026-04-25T00:39:39.242Z | Checking oxnet v0.1.4 |
| 1067 | 2026-04-25T00:39:39.419Z | Checking tokio-util v0.7.18 |
| 1068 | 2026-04-25T00:39:39.500Z | Compiling http-body v1.0.1 |
| 1069 | 2026-04-25T00:39:39.877Z | Compiling atomic-waker v1.1.2 |
| 1070 | 2026-04-25T00:39:39.915Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 1071 | 2026-04-25T00:39:39.998Z | Compiling num_enum_derive v0.7.6 |
| 1072 | 2026-04-25T00:39:40.229Z | Compiling typify-impl v0.6.1 |
| 1073 | 2026-04-25T00:39:40.249Z | Compiling toml_datetime v0.6.11 |
| 1074 | 2026-04-25T00:39:40.279Z | Compiling foreign-types-macros v0.2.3 |
| 1075 | 2026-04-25T00:39:40.565Z | Compiling try-lock v0.2.5 |
| 1076 | 2026-04-25T00:39:40.595Z | Compiling tower-layer v0.3.3 |
| 1077 | 2026-04-25T00:39:40.615Z | Compiling rustix v0.38.44 |
| 1078 | 2026-04-25T00:39:40.677Z | Compiling tower-service v0.3.3 |
| 1079 | 2026-04-25T00:39:40.781Z | Compiling want v0.3.1 |
| 1080 | 2026-04-25T00:39:40.878Z | Compiling h2 v0.4.13 |
| 1081 | 2026-04-25T00:39:40.898Z | Compiling zerocopy v0.7.35 |
| 1082 | 2026-04-25T00:39:40.944Z | Checking block-buffer v0.10.4 |
| 1083 | 2026-04-25T00:39:41.008Z | Checking ppv-lite86 v0.2.21 |
| 1084 | 2026-04-25T00:39:41.056Z | Compiling hubpack_derive v0.1.1 |
| 1085 | 2026-04-25T00:39:41.093Z | Compiling rustc_version v0.4.1 |
| 1086 | 2026-04-25T00:39:41.303Z | Compiling usdt-impl v0.5.0 |
| 1087 | 2026-04-25T00:39:41.308Z | Compiling proc-macro-error-attr v1.0.4 |
| 1088 | 2026-04-25T00:39:41.557Z | Compiling httpdate v1.0.3 |
| 1089 | 2026-04-25T00:39:41.661Z | Compiling winnow v0.7.15 |
| 1090 | 2026-04-25T00:39:41.911Z | Compiling dof v0.3.0 |
| 1091 | 2026-04-25T00:39:42.266Z | Compiling curve25519-dalek v4.1.3 |
| 1092 | 2026-04-25T00:39:42.342Z | Checking digest v0.10.7 |
| 1093 | 2026-04-25T00:39:42.907Z | Compiling hyper v1.9.0 |
| 1094 | 2026-04-25T00:39:42.942Z | Compiling dtrace-parser v0.2.0 |
| 1095 | 2026-04-25T00:39:43.090Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1096 | 2026-04-25T00:39:43.609Z | Compiling typify-macro v0.6.1 |
| 1097 | 2026-04-25T00:39:43.609Z | Compiling proc-macro-error v1.0.4 |
| 1098 | 2026-04-25T00:39:43.824Z | Compiling thread-id v4.2.2 |
| 1099 | 2026-04-25T00:39:43.917Z | Compiling pkg-config v0.3.32 |
| 1100 | 2026-04-25T00:39:44.378Z | Compiling hyper-util v0.1.20 |
| 1101 | 2026-04-25T00:39:44.584Z | Compiling sync_wrapper v1.0.2 |
| 1102 | 2026-04-25T00:39:44.698Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1103 | 2026-04-25T00:39:44.951Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1104 | 2026-04-25T00:39:44.974Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1105 | 2026-04-25T00:39:45.192Z | Compiling serde_spanned v1.1.0 |
| 1106 | 2026-04-25T00:39:45.489Z | Compiling prettyplease v0.2.37 |
| 1107 | 2026-04-25T00:39:45.533Z | Compiling toml_writer v1.1.0+spec-1.1.0 |
| 1108 | 2026-04-25T00:39:45.588Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51) |
| 1109 | 2026-04-25T00:39:45.751Z | Compiling toml v0.9.12+spec-1.1.0 |
| 1110 | 2026-04-25T00:39:45.831Z | Compiling tower v0.5.3 |
| 1111 | 2026-04-25T00:39:45.867Z | Compiling serde_urlencoded v0.7.1 |
| 1112 | 2026-04-25T00:39:46.111Z | Compiling http-body-util v0.1.3 |
| 1113 | 2026-04-25T00:39:46.371Z | Compiling memoffset v0.9.1 |
| 1114 | 2026-04-25T00:39:46.451Z | Compiling heck v0.4.1 |
| 1115 | 2026-04-25T00:39:46.609Z | Compiling powerfmt v0.2.0 |
| 1116 | 2026-04-25T00:39:46.659Z | Compiling fastrand v2.3.0 |
| 1117 | 2026-04-25T00:39:46.814Z | Compiling iri-string v0.7.12 |
| 1118 | 2026-04-25T00:39:46.885Z | Compiling deranged v0.5.8 |
| 1119 | 2026-04-25T00:39:46.920Z | Compiling rand_core v0.9.5 |
| 1120 | 2026-04-25T00:39:47.143Z | Compiling usdt-macro v0.5.0 |
| 1121 | 2026-04-25T00:39:47.329Z | Compiling usdt-attr-macro v0.5.0 |
| 1122 | 2026-04-25T00:39:47.805Z | Compiling enum-as-inner v0.6.1 |
| 1123 | 2026-04-25T00:39:47.989Z | Checking untrusted v0.7.1 |
| 1124 | 2026-04-25T00:39:48.045Z | Compiling tower-http v0.6.8 |
| 1125 | 2026-04-25T00:39:48.090Z | Compiling openssl-probe v0.2.1 |
| 1126 | 2026-04-25T00:39:48.107Z | Compiling cfg_aliases v0.2.1 |
| 1127 | 2026-04-25T00:39:48.188Z | Compiling num_threads v0.1.7 |
| 1128 | 2026-04-25T00:39:48.246Z | Compiling rustls-native-certs v0.8.3 |
| 1129 | 2026-04-25T00:39:48.289Z | Compiling nix v0.31.2 |
| 1130 | 2026-04-25T00:39:48.348Z | Compiling time v0.3.47 |
| 1131 | 2026-04-25T00:39:48.514Z | Compiling typify v0.6.1 |
| 1132 | 2026-04-25T00:39:48.600Z | Compiling newtype-uuid v1.3.2 |
| 1133 | 2026-04-25T00:39:48.857Z | Compiling daft v0.1.5 |
| 1134 | 2026-04-25T00:39:48.902Z | Compiling progenitor-impl v0.13.0 |
| 1135 | 2026-04-25T00:39:49.175Z | Compiling rand_chacha v0.9.0 |
| 1136 | 2026-04-25T00:39:49.242Z | Compiling tempfile v3.27.0 |
| 1137 | 2026-04-25T00:39:49.580Z | Compiling thread_local v1.1.9 |
| 1138 | 2026-04-25T00:39:49.600Z | Compiling wait-timeout v0.2.1 |
| 1139 | 2026-04-25T00:39:49.814Z | Compiling rustls-webpki v0.102.8 |
| 1140 | 2026-04-25T00:39:49.863Z | Compiling match_cfg v0.1.0 |
| 1141 | 2026-04-25T00:39:49.970Z | Compiling bit-vec v0.8.0 |
| 1142 | 2026-04-25T00:39:49.989Z | Checking cpufeatures v0.2.17 |
| 1143 | 2026-04-25T00:39:50.053Z | Compiling quick-error v1.2.3 |
| 1144 | 2026-04-25T00:39:50.072Z | Compiling hostname v0.3.1 |
| 1145 | 2026-04-25T00:39:50.091Z | Compiling rand_chacha v0.3.1 |
| 1146 | 2026-04-25T00:39:50.141Z | Compiling rusty-fork v0.3.1 |
| 1147 | 2026-04-25T00:39:50.165Z | Compiling bit-set v0.8.0 |
| 1148 | 2026-04-25T00:39:50.196Z | Compiling rand v0.9.2 |
| 1149 | 2026-04-25T00:39:50.330Z | Compiling crossbeam-channel v0.5.15 |
| 1150 | 2026-04-25T00:39:50.438Z | Compiling slog-json v2.6.1 |
| 1151 | 2026-04-25T00:39:50.637Z | Compiling rand_xorshift v0.4.0 |
| 1152 | 2026-04-25T00:39:50.657Z | Compiling futures-executor v0.3.32 |
| 1153 | 2026-04-25T00:39:50.796Z | Compiling encoding_rs v0.8.35 |
| 1154 | 2026-04-25T00:39:50.799Z | Compiling is-terminal v0.4.17 |
| 1155 | 2026-04-25T00:39:50.892Z | Compiling memmap2 v0.9.10 |
| 1156 | 2026-04-25T00:39:50.915Z | Compiling rayon-core v1.13.0 |
| 1157 | 2026-04-25T00:39:50.995Z | Compiling progenitor-macro v0.13.0 |
| 1158 | 2026-04-25T00:39:51.124Z | Compiling take_mut v0.2.2 |
| 1159 | 2026-04-25T00:39:51.144Z | Compiling unarray v0.1.4 |
| 1160 | 2026-04-25T00:39:51.237Z | Compiling hex v0.4.3 |
| 1161 | 2026-04-25T00:39:51.274Z | Compiling winnow v0.5.40 |
| 1162 | 2026-04-25T00:39:51.337Z | Compiling spin v0.9.8 |
| 1163 | 2026-04-25T00:39:51.496Z | Compiling term v1.2.1 |
| 1164 | 2026-04-25T00:39:51.623Z | Compiling mime v0.3.17 |
| 1165 | 2026-04-25T00:39:51.974Z | Compiling tokio-rustls v0.25.0 |
| 1166 | 2026-04-25T00:39:52.022Z | Compiling slog-term v2.9.2 |
| 1167 | 2026-04-25T00:39:52.197Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1168 | 2026-04-25T00:39:52.375Z | Compiling sha1 v0.10.6 |
| 1169 | 2026-04-25T00:39:52.505Z | Compiling proptest v1.11.0 |
| 1170 | 2026-04-25T00:39:52.584Z | Compiling toml_edit v0.19.15 |
| 1171 | 2026-04-25T00:39:53.045Z | Compiling usdt v0.6.0 |
| 1172 | 2026-04-25T00:39:53.085Z | Compiling futures v0.3.32 |
| 1173 | 2026-04-25T00:39:53.171Z | Compiling slog-bunyan v2.5.0 |
| 1174 | 2026-04-25T00:39:53.309Z | Compiling rand v0.8.5 |
| 1175 | 2026-04-25T00:39:53.459Z | Compiling reqwest v0.12.28 |
| 1176 | 2026-04-25T00:39:53.624Z | Compiling backon v1.6.0 |
| 1177 | 2026-04-25T00:39:53.831Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1178 | 2026-04-25T00:39:53.929Z | Compiling waitgroup v0.1.2 |
| 1179 | 2026-04-25T00:39:53.971Z | Compiling rustls-pemfile v2.2.0 |
| 1180 | 2026-04-25T00:39:54.068Z | Compiling async-stream v0.3.6 |
| 1181 | 2026-04-25T00:39:54.380Z | Compiling strum v0.26.3 |
| 1182 | 2026-04-25T00:39:54.612Z | Compiling num-integer v0.1.46 |
| 1183 | 2026-04-25T00:39:54.631Z | Compiling hostname v0.4.2 |
| 1184 | 2026-04-25T00:39:54.649Z | Compiling instant v0.1.13 |
| 1185 | 2026-04-25T00:39:54.667Z | Compiling serde_path_to_error v0.1.20 |
| 1186 | 2026-04-25T00:39:54.762Z | Compiling debug-ignore v1.0.5 |
| 1187 | 2026-04-25T00:39:54.876Z | Compiling utf8parse v0.2.2 |
| 1188 | 2026-04-25T00:39:54.999Z | Compiling rustc-hash v2.1.2 |
| 1189 | 2026-04-25T00:39:55.020Z | Compiling anstyle-parse v1.0.0 |
| 1190 | 2026-04-25T00:39:55.131Z | Compiling iddqd v0.3.17 |
| 1191 | 2026-04-25T00:39:55.151Z | Compiling backoff v0.4.0 |
| 1192 | 2026-04-25T00:39:55.203Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1193 | 2026-04-25T00:39:55.333Z | Compiling progenitor-client v0.10.0 |
| 1194 | 2026-04-25T00:39:55.516Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1195 | 2026-04-25T00:39:55.590Z | Compiling proc-macro-crate v1.3.1 |
| 1196 | 2026-04-25T00:39:55.740Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1) |
| 1197 | 2026-04-25T00:39:55.761Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1198 | 2026-04-25T00:39:55.933Z | Checking webpki-roots v1.0.6 |
| 1199 | 2026-04-25T00:39:56.061Z | Compiling parse-display v0.10.0 |
| 1200 | 2026-04-25T00:39:56.227Z | Compiling strum v0.27.2 |
| 1201 | 2026-04-25T00:39:56.258Z | Compiling serde_with v3.18.0 |
| 1202 | 2026-04-25T00:39:56.362Z | Compiling macaddr v1.0.1 |
| 1203 | 2026-04-25T00:39:56.513Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1204 | 2026-04-25T00:39:56.584Z | Compiling anstyle v1.0.14 |
| 1205 | 2026-04-25T00:39:56.762Z | Compiling vcpkg v0.2.15 |
| 1206 | 2026-04-25T00:39:56.806Z | Compiling is_terminal_polyfill v1.70.2 |
| 1207 | 2026-04-25T00:39:56.912Z | Compiling semver v0.1.20 |
| 1208 | 2026-04-25T00:39:57.172Z | Compiling anstyle-query v1.1.5 |
| 1209 | 2026-04-25T00:39:57.292Z | Compiling colorchoice v1.0.5 |
| 1210 | 2026-04-25T00:39:57.327Z | Compiling openssl-sys v0.9.112 |
| 1211 | 2026-04-25T00:39:57.418Z | Compiling anstream v1.0.0 |
| 1212 | 2026-04-25T00:39:57.462Z | Compiling rustc_version v0.1.7 |
| 1213 | 2026-04-25T00:39:57.548Z | Checking rustls-webpki v0.103.10 |
| 1214 | 2026-04-25T00:39:57.707Z | Compiling num_enum_derive v0.5.11 |
| 1215 | 2026-04-25T00:39:57.873Z | Compiling num-iter v0.1.45 |
| 1216 | 2026-04-25T00:39:57.900Z | Compiling num-rational v0.4.2 |
| 1217 | 2026-04-25T00:39:58.155Z | Compiling terminal_size v0.4.4 |
| 1218 | 2026-04-25T00:39:58.370Z | Compiling num-complex v0.4.6 |
| 1219 | 2026-04-25T00:39:58.391Z | Compiling serde_spanned v0.6.9 |
| 1220 | 2026-04-25T00:39:58.458Z | Compiling pin-project-internal v1.1.11 |
| 1221 | 2026-04-25T00:39:58.549Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1222 | 2026-04-25T00:39:58.756Z | Compiling serde_repr v0.1.20 |
| 1223 | 2026-04-25T00:39:58.778Z | Compiling derive-where v1.6.1 |
| 1224 | 2026-04-25T00:39:59.055Z | Compiling toml_write v0.1.2 |
| 1225 | 2026-04-25T00:39:59.436Z | Compiling clap_lex v1.1.0 |
| 1226 | 2026-04-25T00:39:59.575Z | Compiling toml_edit v0.22.27 |
| 1227 | 2026-04-25T00:39:59.658Z | Compiling clap_builder v4.6.0 |
| 1228 | 2026-04-25T00:39:59.746Z | Compiling num v0.4.3 |
| 1229 | 2026-04-25T00:40:00.135Z | Compiling newtype_derive v0.1.6 |
| 1230 | 2026-04-25T00:40:00.408Z | Checking tokio-rustls v0.26.4 |
| 1231 | 2026-04-25T00:40:00.496Z | Compiling float-ord v0.3.2 |
| 1232 | 2026-04-25T00:40:00.536Z | Compiling owo-colors v4.3.0 |
| 1233 | 2026-04-25T00:40:00.617Z | Compiling zone_cfg_derive v0.3.1 |
| 1234 | 2026-04-25T00:40:00.621Z | Compiling async-recursion v1.1.1 |
| 1235 | 2026-04-25T00:40:00.657Z | Compiling snafu-derive v0.8.9 |
| 1236 | 2026-04-25T00:40:00.660Z | Checking hyper-rustls v0.27.7 |
| 1237 | 2026-04-25T00:40:00.928Z | Compiling rustls-platform-verifier v0.6.2 |
| 1238 | 2026-04-25T00:40:01.157Z | Compiling toml v0.8.23 |
| 1239 | 2026-04-25T00:40:01.277Z | Compiling clap v4.6.0 |
| 1240 | 2026-04-25T00:40:01.368Z | Compiling reqwest v0.13.2 |
| 1241 | 2026-04-25T00:40:01.906Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1242 | 2026-04-25T00:40:02.134Z | Compiling slog-dtrace v0.3.0 |
| 1243 | 2026-04-25T00:40:02.181Z | Compiling chrono-tz v0.10.4 |
| 1244 | 2026-04-25T00:40:02.204Z | Compiling openssl v0.10.76 |
| 1245 | 2026-04-25T00:40:02.307Z | Compiling unicode-xid v0.2.6 |
| 1246 | 2026-04-25T00:40:02.344Z | Compiling minimal-lexical v0.2.1 |
| 1247 | 2026-04-25T00:40:02.363Z | Compiling cancel-safe-futures v0.1.5 |
| 1248 | 2026-04-25T00:40:02.447Z | Compiling const_format_proc_macros v0.2.34 |
| 1249 | 2026-04-25T00:40:02.540Z | Compiling progenitor-client v0.13.0 |
| 1250 | 2026-04-25T00:40:02.592Z | Compiling nom v7.1.3 |
| 1251 | 2026-04-25T00:40:02.657Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1252 | 2026-04-25T00:40:02.676Z | Compiling num-derive v0.3.3 |
| 1253 | 2026-04-25T00:40:02.826Z | Compiling progenitor-extras v0.1.1 |
| 1254 | 2026-04-25T00:40:02.929Z | Compiling openssl-macros v0.1.1 |
| 1255 | 2026-04-25T00:40:02.948Z | Compiling num-derive v0.4.2 |
| 1256 | 2026-04-25T00:40:03.066Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1257 | 2026-04-25T00:40:03.618Z | Compiling cookie v0.18.1 |
| 1258 | 2026-04-25T00:40:03.861Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1259 | 2026-04-25T00:40:03.976Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1260 | 2026-04-25T00:40:04.160Z | Compiling tabled_derive v0.7.0 |
| 1261 | 2026-04-25T00:40:07.462Z | Checking unicode-width v0.2.2 |
| 1262 | 2026-04-25T00:40:07.831Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1263 | 2026-04-25T00:40:08.334Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1264 | 2026-04-25T00:40:09.859Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1265 | 2026-04-25T00:40:11.036Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1266 | 2026-04-25T00:40:13.406Z | Compiling crc32fast v1.5.0 |
| 1267 | 2026-04-25T00:40:13.507Z | Checking tinyvec_macros v0.1.1 |
| 1268 | 2026-04-25T00:40:13.700Z | Checking tinyvec v1.11.0 |
| 1269 | 2026-04-25T00:40:14.010Z | Checking hash32 v0.3.1 |
| 1270 | 2026-04-25T00:40:14.145Z | Checking secrecy v0.10.3 |
| 1271 | 2026-04-25T00:40:14.597Z | Checking data-encoding v2.10.0 |
| 1272 | 2026-04-25T00:40:14.680Z | Checking tabwriter v1.4.1 |
| 1273 | 2026-04-25T00:40:14.805Z | Checking ingot-types v0.1.2 |
| 1274 | 2026-04-25T00:40:14.967Z | Checking crossbeam-epoch v0.9.18 |
| 1275 | 2026-04-25T00:40:15.023Z | Checking scroll v0.12.0 |
| 1276 | 2026-04-25T00:40:15.178Z | Checking cobs v0.3.0 |
| 1277 | 2026-04-25T00:40:15.367Z | Checking managed v0.8.0 |
| 1278 | 2026-04-25T00:40:15.387Z | Checking bitflags v1.3.2 |
| 1279 | 2026-04-25T00:40:15.387Z | Checking foreign-types-shared v0.3.1 |
| 1280 | 2026-04-25T00:40:15.458Z | Checking cpufeatures v0.3.0 |
| 1281 | 2026-04-25T00:40:15.499Z | Checking static_assertions v1.1.0 |
| 1282 | 2026-04-25T00:40:15.499Z | Checking colored v3.1.1 |
| 1283 | 2026-04-25T00:40:15.502Z | Checking foreign-types v0.5.0 |
| 1284 | 2026-04-25T00:40:15.573Z | Checking chacha20 v0.10.0 |
| 1285 | 2026-04-25T00:40:15.637Z | Checking postcard v1.1.3 |
| 1286 | 2026-04-25T00:40:15.721Z | Checking goblin v0.8.2 |
| 1287 | 2026-04-25T00:40:15.740Z | Checking ingot v0.1.1 |
| 1288 | 2026-04-25T00:40:15.934Z | Checking hmac v0.12.1 |
| 1289 | 2026-04-25T00:40:15.958Z | Checking num_enum v0.7.6 |
| 1290 | 2026-04-25T00:40:16.211Z | Checking inout v0.1.4 |
| 1291 | 2026-04-25T00:40:16.229Z | Checking ff v0.13.1 |
| 1292 | 2026-04-25T00:40:16.551Z | Checking cstr-argument v0.1.2 |
| 1293 | 2026-04-25T00:40:16.716Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1294 | 2026-04-25T00:40:16.761Z | Checking group v0.13.0 |
| 1295 | 2026-04-25T00:40:16.887Z | Checking cipher v0.4.4 |
| 1296 | 2026-04-25T00:40:16.905Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 1297 | 2026-04-25T00:40:16.958Z | Checking hkdf v0.12.4 |
| 1298 | 2026-04-25T00:40:16.962Z | Checking rand v0.10.1 |
| 1299 | 2026-04-25T00:40:17.110Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1300 | 2026-04-25T00:40:17.313Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1301 | 2026-04-25T00:40:17.357Z | Checking hubpack v0.1.2 |
| 1302 | 2026-04-25T00:40:17.448Z | Checking universal-hash v0.5.1 |
| 1303 | 2026-04-25T00:40:17.466Z | Checking crypto-bigint v0.5.5 |
| 1304 | 2026-04-25T00:40:17.531Z | Checking half v2.7.1 |
| 1305 | 2026-04-25T00:40:17.580Z | Checking bstr v1.12.1 |
| 1306 | 2026-04-25T00:40:17.889Z | Checking opaque-debug v0.3.1 |
| 1307 | 2026-04-25T00:40:17.893Z | Checking ciborium-io v0.2.2 |
| 1308 | 2026-04-25T00:40:17.927Z | Checking base64ct v1.8.3 |
| 1309 | 2026-04-25T00:40:17.968Z | Checking base16ct v0.2.0 |
| 1310 | 2026-04-25T00:40:18.006Z | Checking ciborium-ll v0.2.2 |
| 1311 | 2026-04-25T00:40:18.092Z | Checking poly1305 v0.8.0 |
| 1312 | 2026-04-25T00:40:18.164Z | Checking password-hash v0.5.0 |
| 1313 | 2026-04-25T00:40:18.346Z | Checking chacha20 v0.9.1 |
| 1314 | 2026-04-25T00:40:18.366Z | Checking elliptic-curve v0.13.8 |
| 1315 | 2026-04-25T00:40:18.516Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1316 | 2026-04-25T00:40:18.520Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b) |
| 1317 | 2026-04-25T00:40:18.626Z | Checking byte-wrapper v0.1.0 |
| 1318 | 2026-04-25T00:40:18.794Z | Checking thiserror-no-std v2.0.2 |
| 1319 | 2026-04-25T00:40:18.813Z | Checking blake2 v0.10.6 |
| 1320 | 2026-04-25T00:40:18.840Z | Checking aead v0.5.2 |
| 1321 | 2026-04-25T00:40:18.886Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 1322 | 2026-04-25T00:40:19.031Z | Checking memmap v0.7.0 |
| 1323 | 2026-04-25T00:40:19.050Z | Checking indent_write v2.2.0 |
| 1324 | 2026-04-25T00:40:19.098Z | Checking lazy_static v1.5.0 |
| 1325 | 2026-04-25T00:40:19.129Z | Checking keccak v0.1.6 |
| 1326 | 2026-04-25T00:40:19.172Z | Checking usdt v0.5.0 |
| 1327 | 2026-04-25T00:40:19.192Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 1328 | 2026-04-25T00:40:19.209Z | Checking argon2 v0.5.3 |
| 1329 | 2026-04-25T00:40:19.294Z | Checking sha3 v0.10.8 |
| 1330 | 2026-04-25T00:40:19.347Z | Checking chacha20poly1305 v0.10.1 |
| 1331 | 2026-04-25T00:40:19.409Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1332 | 2026-04-25T00:40:19.439Z | Checking vsss-rs v3.3.4 |
| 1333 | 2026-04-25T00:40:19.496Z | Checking ciborium v0.2.2 |
| 1334 | 2026-04-25T00:40:20.127Z | Checking bytecount v0.6.9 |
| 1335 | 2026-04-25T00:40:20.242Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1336 | 2026-04-25T00:40:20.339Z | Checking progenitor v0.13.0 |
| 1337 | 2026-04-25T00:40:20.371Z | Checking atomicwrites v0.4.4 |
| 1338 | 2026-04-25T00:40:20.438Z | Checking crossbeam-deque v0.8.6 |
| 1339 | 2026-04-25T00:40:20.508Z | Checking itertools v0.12.1 |
| 1340 | 2026-04-25T00:40:20.529Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1341 | 2026-04-25T00:40:20.625Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1342 | 2026-04-25T00:40:20.645Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 1343 | 2026-04-25T00:40:20.749Z | Checking resolv-conf v0.7.6 |
| 1344 | 2026-04-25T00:40:20.837Z | Checking swrite v0.1.0 |
| 1345 | 2026-04-25T00:40:20.937Z | Checking linked-hash-map v0.5.6 |
| 1346 | 2026-04-25T00:40:20.941Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1347 | 2026-04-25T00:40:21.118Z | Checking lru-cache v0.1.2 |
| 1348 | 2026-04-25T00:40:21.241Z | Checking similar v2.7.0 |
| 1349 | 2026-04-25T00:40:21.386Z | Checking hickory-proto v0.24.4 |
| 1350 | 2026-04-25T00:40:21.490Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1351 | 2026-04-25T00:40:21.510Z | Checking serde-big-array v0.5.1 |
| 1352 | 2026-04-25T00:40:21.514Z | Checking unicode-segmentation v1.13.2 |
| 1353 | 2026-04-25T00:40:21.550Z | Checking siphasher v1.0.2 |
| 1354 | 2026-04-25T00:40:21.593Z | Checking rayon v1.11.0 |
| 1355 | 2026-04-25T00:40:21.653Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1356 | 2026-04-25T00:40:21.713Z | Checking phf_shared v0.12.1 |
| 1357 | 2026-04-25T00:40:21.888Z | Checking unicode-normalization v0.1.25 |
| 1358 | 2026-04-25T00:40:21.892Z | Checking newline-converter v0.3.0 |
| 1359 | 2026-04-25T00:40:21.996Z | Checking console v0.15.11 |
| 1360 | 2026-04-25T00:40:22.129Z | Checking camino-tempfile v1.4.1 |
| 1361 | 2026-04-25T00:40:22.269Z | Checking pin-project v1.1.11 |
| 1362 | 2026-04-25T00:40:22.289Z | Checking num_enum v0.5.11 |
| 1363 | 2026-04-25T00:40:22.374Z | Checking tokio-stream v0.1.18 |
| 1364 | 2026-04-25T00:40:22.406Z | Checking csv-core v0.1.13 |
| 1365 | 2026-04-25T00:40:22.591Z | Checking foldhash v0.1.5 |
| 1366 | 2026-04-25T00:40:22.641Z | Checking same-file v1.0.6 |
| 1367 | 2026-04-25T00:40:22.737Z | Checking unicode-width v0.1.14 |
| 1368 | 2026-04-25T00:40:22.757Z | Checking foreign-types-shared v0.1.1 |
| 1369 | 2026-04-25T00:40:22.775Z | Checking highway v1.3.0 |
| 1370 | 2026-04-25T00:40:22.849Z | Checking foreign-types v0.3.2 |
| 1371 | 2026-04-25T00:40:22.902Z | Checking hickory-resolver v0.24.4 |
| 1372 | 2026-04-25T00:40:22.927Z | Checking walkdir v2.5.0 |
| 1373 | 2026-04-25T00:40:22.988Z | Checking hashbrown v0.15.5 |
| 1374 | 2026-04-25T00:40:23.007Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1375 | 2026-04-25T00:40:23.096Z | Checking csv v1.4.0 |
| 1376 | 2026-04-25T00:40:23.316Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1377 | 2026-04-25T00:40:23.451Z | Checking snafu v0.8.9 |
| 1378 | 2026-04-25T00:40:23.475Z | Checking expectorate v1.2.0 |
| 1379 | 2026-04-25T00:40:23.501Z | Checking olpc-cjson v0.1.4 |
| 1380 | 2026-04-25T00:40:23.578Z | Checking qorb v0.4.1 |
| 1381 | 2026-04-25T00:40:23.611Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1382 | 2026-04-25T00:40:23.648Z | Checking phf v0.12.1 |
| 1383 | 2026-04-25T00:40:23.706Z | Checking zone v0.3.1 |
| 1384 | 2026-04-25T00:40:23.762Z | Checking tokio-dtrace v0.1.1 |
| 1385 | 2026-04-25T00:40:23.799Z | Checking globset v0.4.18 |
| 1386 | 2026-04-25T00:40:23.954Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1387 | 2026-04-25T00:40:23.974Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1388 | 2026-04-25T00:40:24.065Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 1389 | 2026-04-25T00:40:24.474Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 1390 | 2026-04-25T00:40:24.553Z | Checking smf v0.2.3 |
| 1391 | 2026-04-25T00:40:24.577Z | Checking pem v3.0.6 |
| 1392 | 2026-04-25T00:40:24.735Z | Checking libsw-core v0.3.2 |
| 1393 | 2026-04-25T00:40:24.756Z | Checking serde_plain v1.0.2 |
| 1394 | 2026-04-25T00:40:24.783Z | Checking sigpipe v0.1.3 |
| 1395 | 2026-04-25T00:40:24.803Z | Checking glob v0.3.3 |
| 1396 | 2026-04-25T00:40:24.822Z | Checking typed-path v0.9.3 |
| 1397 | 2026-04-25T00:40:24.872Z | Checking fixedbitset v0.4.2 |
| 1398 | 2026-04-25T00:40:24.909Z | Checking fixedbitset v0.5.7 |
| 1399 | 2026-04-25T00:40:25.031Z | Checking smawk v0.3.2 |
| 1400 | 2026-04-25T00:40:25.111Z | Checking unicode-linebreak v0.1.5 |
| 1401 | 2026-04-25T00:40:25.199Z | Checking jiff v0.2.23 |
| 1402 | 2026-04-25T00:40:25.328Z | Checking textwrap v0.16.2 |
| 1403 | 2026-04-25T00:40:25.416Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1404 | 2026-04-25T00:40:25.555Z | Checking petgraph v0.8.3 |
| 1405 | 2026-04-25T00:40:25.575Z | Checking petgraph v0.6.5 |
| 1406 | 2026-04-25T00:40:25.593Z | Checking tough v0.20.0 |
| 1407 | 2026-04-25T00:40:25.597Z | Checking libsw v3.5.0 |
| 1408 | 2026-04-25T00:40:26.275Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 1409 | 2026-04-25T00:40:26.832Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1410 | 2026-04-25T00:40:26.976Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1411 | 2026-04-25T00:40:27.043Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 1412 | 2026-04-25T00:40:27.209Z | Checking oxide-tokio-rt v0.1.3 |
| 1413 | 2026-04-25T00:40:27.371Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1414 | 2026-04-25T00:40:27.440Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1415 | 2026-04-25T00:40:27.546Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1416 | 2026-04-25T00:40:27.581Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1417 | 2026-04-25T00:40:27.602Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1418 | 2026-04-25T00:40:27.605Z | Checking papergrid v0.11.0 |
| 1419 | 2026-04-25T00:40:27.730Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1420 | 2026-04-25T00:40:27.858Z | Checking gethostname v0.5.0 |
| 1421 | 2026-04-25T00:40:27.944Z | Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1422 | 2026-04-25T00:40:27.964Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1423 | 2026-04-25T00:40:28.031Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1424 | 2026-04-25T00:40:28.063Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1425 | 2026-04-25T00:40:28.233Z | Checking libscf-sys v1.1.0 |
| 1426 | 2026-04-25T00:40:28.268Z | Checking const_format v0.2.35 |
| 1427 | 2026-04-25T00:40:28.375Z | Checking bcs v0.1.6 |
| 1428 | 2026-04-25T00:40:28.442Z | Checking termtree v0.5.1 |
| 1429 | 2026-04-25T00:40:28.473Z | Checking tagptr v0.2.0 |
| 1430 | 2026-04-25T00:40:28.507Z | Checking linear-map v1.2.0 |
| 1431 | 2026-04-25T00:40:28.571Z | Compiling parking_lot_core v0.8.6 |
| 1432 | 2026-04-25T00:40:28.591Z | Checking whoami v1.6.1 |
| 1433 | 2026-04-25T00:40:28.619Z | Checking moka v0.12.15 |
| 1434 | 2026-04-25T00:40:28.658Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1435 | 2026-04-25T00:40:28.681Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1436 | 2026-04-25T00:40:28.843Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1437 | 2026-04-25T00:40:28.887Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1438 | 2026-04-25T00:40:29.274Z | Checking tabled v0.15.0 |
| 1439 | 2026-04-25T00:40:29.674Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1440 | 2026-04-25T00:40:29.848Z | Checking steno v0.4.1 |
| 1441 | 2026-04-25T00:40:29.920Z | Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1442 | 2026-04-25T00:40:29.941Z | Checking hickory-proto v0.25.2 |
| 1443 | 2026-04-25T00:40:30.272Z | Checking humantime v2.3.0 |
| 1444 | 2026-04-25T00:40:30.546Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 1445 | 2026-04-25T00:40:31.526Z | Checking hickory-resolver v0.25.2 |
| 1446 | 2026-04-25T00:40:32.163Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1447 | 2026-04-25T00:40:32.379Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 1448 | 2026-04-25T00:40:33.424Z | Compiling typify-impl v0.4.3 |
| 1449 | 2026-04-25T00:40:36.816Z | Compiling typify-macro v0.4.3 |
| 1450 | 2026-04-25T00:40:37.559Z | Compiling crunchy v0.2.4 |
| 1451 | 2026-04-25T00:40:38.513Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1452 | 2026-04-25T00:40:38.893Z | Compiling tiny-keccak v2.0.2 |
| 1453 | 2026-04-25T00:40:45.667Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1454 | 2026-04-25T00:40:46.279Z | Compiling const-random-macro v0.1.16 |
| 1455 | 2026-04-25T00:40:46.592Z | Compiling typify v0.4.3 |
| 1456 | 2026-04-25T00:40:46.940Z | Compiling smartstring v1.0.1 |
| 1457 | 2026-04-25T00:40:47.090Z | Compiling ahash v0.8.12 |
| 1458 | 2026-04-25T00:40:47.391Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1459 | 2026-04-25T00:40:47.429Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1460 | 2026-04-25T00:40:47.496Z | Checking fxhash v0.2.1 |
| 1461 | 2026-04-25T00:40:47.582Z | Compiling rhai_codegen v3.1.0 |
| 1462 | 2026-04-25T00:40:47.598Z | Checking parking_lot v0.11.2 |
| 1463 | 2026-04-25T00:40:47.662Z | Checking rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types) |
| 1464 | 2026-04-25T00:40:47.797Z | Checking sled v0.34.7 |
| 1465 | 2026-04-25T00:40:47.957Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1466 | 2026-04-25T00:40:48.052Z | Compiling dropshot v0.17.0 |
| 1467 | 2026-04-25T00:40:48.085Z | Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 1468 | 2026-04-25T00:40:48.315Z | Checking internet-checksum v0.2.1 |
| 1469 | 2026-04-25T00:40:48.392Z | Compiling proc-macro-error2 v2.0.1 |
| 1470 | 2026-04-25T00:40:48.504Z | Compiling dropshot_endpoint v0.17.0 |
| 1471 | 2026-04-25T00:40:48.695Z | Compiling tabled_derive v0.11.0 |
| 1472 | 2026-04-25T00:40:48.812Z | Compiling progenitor-impl v0.11.2 |
| 1473 | 2026-04-25T00:40:49.076Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375) |
| 1474 | 2026-04-25T00:40:49.153Z | Checking ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 1475 | 2026-04-25T00:40:49.475Z | Checking simd-adler32 v0.3.9 |
| 1476 | 2026-04-25T00:40:49.581Z | Checking adler2 v2.0.1 |
| 1477 | 2026-04-25T00:40:49.707Z | Checking miniz_oxide v0.8.9 |
| 1478 | 2026-04-25T00:40:49.803Z | Checking const-random v0.1.18 |
| 1479 | 2026-04-25T00:40:50.044Z | Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 1480 | 2026-04-25T00:40:50.071Z | Checking flate2 v1.1.9 |
| 1481 | 2026-04-25T00:40:50.377Z | Checking thin-vec v0.2.14 |
| 1482 | 2026-04-25T00:40:50.380Z | Checking compression-core v0.4.31 |
| 1483 | 2026-04-25T00:40:50.537Z | Checking compression-codecs v0.4.37 |
| 1484 | 2026-04-25T00:40:50.613Z | Checking rhai v1.24.0 |
| 1485 | 2026-04-25T00:40:50.836Z | Checking nom v8.0.0 |
| 1486 | 2026-04-25T00:40:50.927Z | Compiling progenitor-macro v0.11.2 |
| 1487 | 2026-04-25T00:40:51.188Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b60decb70fe491ebdaa30c824619470b015556fc#b60decb7) |
| 1488 | 2026-04-25T00:40:51.601Z | Checking toml v1.1.0+spec-1.1.0 |
| 1489 | 2026-04-25T00:40:51.621Z | Checking async-compression v0.4.41 |
| 1490 | 2026-04-25T00:40:51.663Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b60decb70fe491ebdaa30c824619470b015556fc#b60decb7) |
| 1491 | 2026-04-25T00:40:51.880Z | Checking arc-swap v1.9.0 |
| 1492 | 2026-04-25T00:40:52.118Z | Checking slog-scope v4.4.1 |
| 1493 | 2026-04-25T00:40:52.232Z | Checking papergrid v0.17.0 |
| 1494 | 2026-04-25T00:40:52.251Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375) |
| 1495 | 2026-04-25T00:40:52.270Z | Checking testing_table v0.3.0 |
| 1496 | 2026-04-25T00:40:52.371Z | Checking dropshot-api-manager-types v0.7.0 |
| 1497 | 2026-04-25T00:40:52.774Z | Checking slog-stdlog v4.1.1 |
| 1498 | 2026-04-25T00:40:53.000Z | Checking tabled v0.20.0 |
| 1499 | 2026-04-25T00:40:53.028Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375) |
| 1500 | 2026-04-25T00:40:53.089Z | Checking ddm-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-types/versions) |
| 1501 | 2026-04-25T00:40:53.952Z | Compiling progenitor-impl v0.10.0 |
| 1502 | 2026-04-25T00:40:53.975Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1503 | 2026-04-25T00:40:54.096Z | Checking progenitor-client v0.11.2 |
| 1504 | 2026-04-25T00:40:54.118Z | Compiling lzma-sys v0.1.20 |
| 1505 | 2026-04-25T00:40:54.447Z | Compiling fs-err v3.3.0 |
| 1506 | 2026-04-25T00:40:54.520Z | Compiling typeid v1.0.3 |
| 1507 | 2026-04-25T00:40:54.885Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 1508 | 2026-04-25T00:40:55.082Z | Checking progenitor v0.11.2 |
| 1509 | 2026-04-25T00:40:55.149Z | Checking slog-envlogger v2.2.0 |
| 1510 | 2026-04-25T00:40:55.304Z | Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 1511 | 2026-04-25T00:40:56.060Z | Compiling progenitor-macro v0.10.0 |
| 1512 | 2026-04-25T00:40:56.223Z | Checking crc8 v0.1.1 |
| 1513 | 2026-04-25T00:40:56.331Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 1514 | 2026-04-25T00:40:57.867Z | Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 1515 | 2026-04-25T00:40:58.553Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b60decb70fe491ebdaa30c824619470b015556fc#b60decb7) |
| 1516 | 2026-04-25T00:40:58.766Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b60decb70fe491ebdaa30c824619470b015556fc#b60decb7) |
| 1517 | 2026-04-25T00:40:59.543Z | Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 1518 | 2026-04-25T00:41:00.663Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 1519 | 2026-04-25T00:41:00.687Z | Compiling cargo_toml v0.22.3 |
| 1520 | 2026-04-25T00:41:01.255Z | Checking utf-8 v0.7.6 |
| 1521 | 2026-04-25T00:41:01.642Z | Checking tungstenite v0.21.0 |
| 1522 | 2026-04-25T00:41:01.974Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b60decb70fe491ebdaa30c824619470b015556fc#b60decb7) |
| 1523 | 2026-04-25T00:41:01.991Z | Checking ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 1524 | 2026-04-25T00:41:02.276Z | Checking ddm-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-types) |
| 1525 | 2026-04-25T00:41:02.392Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10) |
| 1526 | 2026-04-25T00:41:02.640Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1527 | 2026-04-25T00:41:03.025Z | Checking sha2 v0.10.9 |
| 1528 | 2026-04-25T00:41:03.257Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 1529 | 2026-04-25T00:41:03.388Z | Checking yansi v1.0.1 |
| 1530 | 2026-04-25T00:41:03.402Z | Checking diff v0.1.13 |
| 1531 | 2026-04-25T00:41:03.507Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 1532 | 2026-04-25T00:41:03.557Z | Checking progenitor v0.10.0 |
| 1533 | 2026-04-25T00:41:03.622Z | Checking pretty_assertions v1.4.1 |
| 1534 | 2026-04-25T00:41:03.693Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b60decb70fe491ebdaa30c824619470b015556fc#b60decb7) |
| 1535 | 2026-04-25T00:41:03.791Z | Checking tokio-tungstenite v0.21.0 |
| 1536 | 2026-04-25T00:41:04.533Z | Checking console v0.16.3 |
| 1537 | 2026-04-25T00:41:04.646Z | Checking git-stub v1.0.0 |
| 1538 | 2026-04-25T00:41:04.791Z | Checking unit-prefix v0.5.2 |
| 1539 | 2026-04-25T00:41:04.832Z | Checking sdd v3.0.10 |
| 1540 | 2026-04-25T00:41:04.926Z | Checking is_ci v1.2.0 |
| 1541 | 2026-04-25T00:41:04.967Z | Checking base64 v0.21.7 |
| 1542 | 2026-04-25T00:41:05.061Z | Checking indicatif v0.18.4 |
| 1543 | 2026-04-25T00:41:05.080Z | Checking scc v2.4.0 |
| 1544 | 2026-04-25T00:41:05.151Z | Checking supports-color v3.0.2 |
| 1545 | 2026-04-25T00:41:05.218Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 1546 | 2026-04-25T00:41:05.442Z | Checking git-stub-vcs v0.1.0 |
| 1547 | 2026-04-25T00:41:06.749Z | Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
| 1548 | 2026-04-25T00:41:06.784Z | Checking xz2 v0.1.7 |
| 1549 | 2026-04-25T00:41:06.784Z | Checking ron v0.12.1 |
| 1550 | 2026-04-25T00:41:06.872Z | Checking mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions) |
| 1551 | 2026-04-25T00:41:06.872Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 1552 | 2026-04-25T00:41:07.127Z | Checking drift v0.1.3 |
| 1553 | 2026-04-25T00:41:07.314Z | Compiling serial_test_derive v3.4.0 |
| 1554 | 2026-04-25T00:41:07.392Z | Checking base16ct v1.0.0 |
| 1555 | 2026-04-25T00:41:07.501Z | Checking dropshot-api-manager v0.7.0 |
| 1556 | 2026-04-25T00:41:08.027Z | Checking serial_test v3.4.0 |
| 1557 | 2026-04-25T00:41:08.078Z | Checking mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 1558 | 2026-04-25T00:41:08.215Z | Checking mg-types v0.1.0 (/work/oxidecomputer/maghemite/mg-types) |
| 1559 | 2026-04-25T00:41:08.663Z | Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
| 1560 | 2026-04-25T00:41:08.858Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10) |
| 1561 | 2026-04-25T00:41:08.915Z | Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
| 1562 | 2026-04-25T00:41:09.716Z | Checking util v0.1.0 (/work/oxidecomputer/maghemite/util) |
| 1563 | 2026-04-25T00:41:09.720Z | Checking natord v1.0.9 |
| 1564 | 2026-04-25T00:41:09.971Z | Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
| 1565 | 2026-04-25T00:41:10.417Z | Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
| 1566 | 2026-04-25T00:41:11.073Z | Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
| 1567 | 2026-04-25T00:41:11.169Z | Checking maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis) |
| 1568 | 2026-04-25T00:41:11.919Z | Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
| 1569 | 2026-04-25T00:41:12.315Z | Checking xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask) |
| 1570 | 2026-04-25T00:41:12.450Z | Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
| 1571 | 2026-04-25T00:41:12.515Z | Checking falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab) |
| 1572 | 2026-04-25T00:41:12.614Z | Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
| 1573 | 2026-04-25T00:41:22.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 34s |
| 1574 | 2026-04-25T00:41:22.771Z | + cargo xtask openapi check |
| 1575 | 2026-04-25T00:41:23.401Z | Compiling cfg-if v1.0.4 |
| 1576 | 2026-04-25T00:41:23.405Z | Compiling libc v0.2.186 |
| 1577 | 2026-04-25T00:41:23.405Z | Compiling serde_core v1.0.228 |
| 1578 | 2026-04-25T00:41:23.510Z | Compiling serde_json v1.0.149 |
| 1579 | 2026-04-25T00:41:23.514Z | Compiling memchr v2.8.0 |
| 1580 | 2026-04-25T00:41:23.523Z | Compiling smallvec v1.15.1 |
| 1581 | 2026-04-25T00:41:23.523Z | Compiling itoa v1.0.18 |
| 1582 | 2026-04-25T00:41:23.540Z | Compiling stable_deref_trait v1.2.1 |
| 1583 | 2026-04-25T00:41:23.544Z | Compiling zerofrom v0.1.6 |
| 1584 | 2026-04-25T00:41:23.558Z | Compiling zmij v1.0.21 |
| 1585 | 2026-04-25T00:41:23.612Z | Compiling litemap v0.8.1 |
| 1586 | 2026-04-25T00:41:23.664Z | Compiling yoke v0.8.1 |
| 1587 | 2026-04-25T00:41:23.714Z | Compiling writeable v0.6.2 |
| 1588 | 2026-04-25T00:41:23.738Z | Compiling libm v0.2.16 |
| 1589 | 2026-04-25T00:41:23.806Z | Compiling percent-encoding v2.3.2 |
| 1590 | 2026-04-25T00:41:23.836Z | Compiling zerovec v0.11.5 |
| 1591 | 2026-04-25T00:41:23.849Z | Compiling zerotrie v0.2.3 |
| 1592 | 2026-04-25T00:41:23.914Z | Compiling errno v0.3.14 |
| 1593 | 2026-04-25T00:41:23.978Z | Compiling icu_properties_data v2.1.2 |
| 1594 | 2026-04-25T00:41:24.006Z | Compiling icu_normalizer_data v2.1.1 |
| 1595 | 2026-04-25T00:41:24.067Z | Compiling rand_core v0.10.0 |
| 1596 | 2026-04-25T00:41:24.094Z | Compiling form_urlencoded v1.2.2 |
| 1597 | 2026-04-25T00:41:24.136Z | Compiling utf8_iter v1.0.4 |
| 1598 | 2026-04-25T00:41:24.178Z | Compiling zeroize v1.8.2 |
| 1599 | 2026-04-25T00:41:24.227Z | Compiling getrandom v0.4.2 |
| 1600 | 2026-04-25T00:41:24.265Z | Compiling pin-project-lite v0.2.17 |
| 1601 | 2026-04-25T00:41:24.294Z | Compiling tinystr v0.8.2 |
| 1602 | 2026-04-25T00:41:24.348Z | Compiling potential_utf v0.1.4 |
| 1603 | 2026-04-25T00:41:24.364Z | Compiling iana-time-zone v0.1.65 |
| 1604 | 2026-04-25T00:41:24.379Z | Compiling scopeguard v1.2.0 |
| 1605 | 2026-04-25T00:41:24.407Z | Compiling parking_lot_core v0.9.12 |
| 1606 | 2026-04-25T00:41:24.489Z | Compiling icu_locale_core v2.1.1 |
| 1607 | 2026-04-25T00:41:24.500Z | Compiling icu_collections v2.1.1 |
| 1608 | 2026-04-25T00:41:24.514Z | Compiling num-traits v0.2.19 |
| 1609 | 2026-04-25T00:41:24.580Z | Compiling lock_api v0.4.14 |
| 1610 | 2026-04-25T00:41:24.713Z | Compiling socket2 v0.6.3 |
| 1611 | 2026-04-25T00:41:24.816Z | Compiling dyn-clone v1.0.20 |
| 1612 | 2026-04-25T00:41:24.922Z | Compiling parking_lot v0.12.5 |
| 1613 | 2026-04-25T00:41:24.959Z | Compiling getrandom v0.2.17 |
| 1614 | 2026-04-25T00:41:25.019Z | Compiling signal-hook-registry v1.4.8 |
| 1615 | 2026-04-25T00:41:25.100Z | Compiling icu_provider v2.1.1 |
| 1616 | 2026-04-25T00:41:25.136Z | Compiling mio v1.2.0 |
| 1617 | 2026-04-25T00:41:25.147Z | Compiling portable-atomic v1.13.1 |
| 1618 | 2026-04-25T00:41:25.157Z | Compiling subtle v2.6.1 |
| 1619 | 2026-04-25T00:41:25.304Z | Compiling serde v1.0.228 |
| 1620 | 2026-04-25T00:41:25.325Z | Compiling icu_normalizer v2.1.1 |
| 1621 | 2026-04-25T00:41:25.334Z | Compiling icu_properties v2.1.2 |
| 1622 | 2026-04-25T00:41:25.401Z | Compiling uuid v1.23.0 |
| 1623 | 2026-04-25T00:41:25.443Z | Compiling semver v1.0.28 |
| 1624 | 2026-04-25T00:41:25.643Z | Compiling futures-core v0.3.32 |
| 1625 | 2026-04-25T00:41:25.655Z | Compiling critical-section v1.2.0 |
| 1626 | 2026-04-25T00:41:25.767Z | Compiling bytes v1.11.1 |
| 1627 | 2026-04-25T00:41:25.782Z | Compiling chrono v0.4.44 |
| 1628 | 2026-04-25T00:41:25.797Z | Compiling once_cell v1.21.4 |
| 1629 | 2026-04-25T00:41:25.816Z | Compiling bitflags v2.11.0 |
| 1630 | 2026-04-25T00:41:25.819Z | Compiling thiserror v2.0.18 |
| 1631 | 2026-04-25T00:41:25.897Z | Compiling rand_core v0.6.4 |
| 1632 | 2026-04-25T00:41:25.923Z | Compiling zerocopy v0.8.48 |
| 1633 | 2026-04-25T00:41:26.010Z | Compiling equivalent v1.0.2 |
| 1634 | 2026-04-25T00:41:26.072Z | Compiling log v0.4.29 |
| 1635 | 2026-04-25T00:41:26.101Z | Compiling futures-sink v0.3.32 |
| 1636 | 2026-04-25T00:41:26.128Z | Compiling slog v2.8.2 |
| 1637 | 2026-04-25T00:41:26.144Z | Compiling foldhash v0.2.0 |
| 1638 | 2026-04-25T00:41:26.209Z | Compiling idna_adapter v1.2.1 |
| 1639 | 2026-04-25T00:41:26.262Z | Compiling tokio v1.52.0 |
| 1640 | 2026-04-25T00:41:26.355Z | Compiling idna v1.1.0 |
| 1641 | 2026-04-25T00:41:26.383Z | Compiling allocator-api2 v0.2.21 |
| 1642 | 2026-04-25T00:41:26.405Z | Compiling slab v0.4.12 |
| 1643 | 2026-04-25T00:41:26.426Z | Compiling typenum v1.19.0 |
| 1644 | 2026-04-25T00:41:26.438Z | Compiling futures-channel v0.3.32 |
| 1645 | 2026-04-25T00:41:26.582Z | Compiling futures-io v0.3.32 |
| 1646 | 2026-04-25T00:41:26.666Z | Compiling url v2.5.8 |
| 1647 | 2026-04-25T00:41:26.711Z | Compiling hashbrown v0.16.1 |
| 1648 | 2026-04-25T00:41:26.744Z | Compiling futures-task v0.3.32 |
| 1649 | 2026-04-25T00:41:26.925Z | Compiling futures-util v0.3.32 |
| 1650 | 2026-04-25T00:41:27.010Z | Compiling generic-array v0.14.7 |
| 1651 | 2026-04-25T00:41:27.086Z | Compiling tracing-core v0.1.36 |
| 1652 | 2026-04-25T00:41:27.290Z | Compiling schemars v0.8.22 |
| 1653 | 2026-04-25T00:41:27.301Z | Compiling indexmap v2.13.0 |
| 1654 | 2026-04-25T00:41:27.511Z | Compiling crypto-common v0.1.7 |
| 1655 | 2026-04-25T00:41:27.522Z | Compiling tracing v0.1.44 |
| 1656 | 2026-04-25T00:41:27.651Z | Compiling base64 v0.22.1 |
| 1657 | 2026-04-25T00:41:27.682Z | Compiling http v1.4.0 |
| 1658 | 2026-04-25T00:41:27.759Z | Compiling unicode-ident v1.0.24 |
| 1659 | 2026-04-25T00:41:27.887Z | Compiling byteorder v1.5.0 |
| 1660 | 2026-04-25T00:41:27.952Z | Compiling fnv v1.0.7 |
| 1661 | 2026-04-25T00:41:27.986Z | Compiling proc-macro2 v1.0.106 |
| 1662 | 2026-04-25T00:41:28.054Z | Compiling ipnetwork v0.21.1 |
| 1663 | 2026-04-25T00:41:28.118Z | Compiling rustls-pki-types v1.14.0 |
| 1664 | 2026-04-25T00:41:28.502Z | Compiling quote v1.0.45 |
| 1665 | 2026-04-25T00:41:28.640Z | Compiling block-buffer v0.10.4 |
| 1666 | 2026-04-25T00:41:28.652Z | Compiling erased-serde v0.3.31 |
| 1667 | 2026-04-25T00:41:28.662Z | Compiling untrusted v0.9.0 |
| 1668 | 2026-04-25T00:41:28.727Z | Compiling ipnet v2.12.0 |
| 1669 | 2026-04-25T00:41:28.786Z | Compiling ppv-lite86 v0.2.21 |
| 1670 | 2026-04-25T00:41:28.798Z | Compiling digest v0.10.7 |
| 1671 | 2026-04-25T00:41:28.801Z | Compiling syn v2.0.117 |
| 1672 | 2026-04-25T00:41:28.961Z | Compiling thiserror v1.0.69 |
| 1673 | 2026-04-25T00:41:29.017Z | Compiling http-body v1.0.1 |
| 1674 | 2026-04-25T00:41:29.110Z | Compiling oxnet v0.1.4 |
| 1675 | 2026-04-25T00:41:29.159Z | Compiling atomic-waker v1.1.2 |
| 1676 | 2026-04-25T00:41:29.182Z | Compiling pretty-hex v0.4.2 |
| 1677 | 2026-04-25T00:41:29.234Z | Compiling rustix v1.1.4 |
| 1678 | 2026-04-25T00:41:29.266Z | Compiling httparse v1.10.1 |
| 1679 | 2026-04-25T00:41:29.286Z | Compiling tower-service v0.3.3 |
| 1680 | 2026-04-25T00:41:29.320Z | Compiling try-lock v0.2.5 |
| 1681 | 2026-04-25T00:41:29.385Z | Compiling plain v0.2.3 |
| 1682 | 2026-04-25T00:41:29.429Z | Compiling ryu v1.0.23 |
| 1683 | 2026-04-25T00:41:29.477Z | Compiling tower-layer v0.3.3 |
| 1684 | 2026-04-25T00:41:29.497Z | Compiling want v0.3.1 |
| 1685 | 2026-04-25T00:41:29.529Z | Compiling dof v0.4.0 |
| 1686 | 2026-04-25T00:41:29.579Z | Compiling omicron-workspace-hack v0.1.0 |
| 1687 | 2026-04-25T00:41:29.617Z | Compiling getrandom v0.3.4 |
| 1688 | 2026-04-25T00:41:29.640Z | Compiling ucd-trie v0.1.7 |
| 1689 | 2026-04-25T00:41:29.651Z | Compiling httpdate v1.0.3 |
| 1690 | 2026-04-25T00:41:29.667Z | Compiling crossbeam-utils v0.8.21 |
| 1691 | 2026-04-25T00:41:29.801Z | Compiling pest v2.8.6 |
| 1692 | 2026-04-25T00:41:29.890Z | Compiling rand_core v0.9.5 |
| 1693 | 2026-04-25T00:41:29.941Z | Compiling newtype-uuid v1.3.2 |
| 1694 | 2026-04-25T00:41:30.110Z | Compiling tokio-util v0.7.18 |
| 1695 | 2026-04-25T00:41:30.179Z | Compiling hex v0.4.3 |
| 1696 | 2026-04-25T00:41:30.278Z | Compiling usdt-impl v0.6.0 |
| 1697 | 2026-04-25T00:41:30.385Z | Compiling cpufeatures v0.2.17 |
| 1698 | 2026-04-25T00:41:30.447Z | Compiling daft v0.1.5 |
| 1699 | 2026-04-25T00:41:30.463Z | Compiling rand_chacha v0.9.0 |
| 1700 | 2026-04-25T00:41:30.565Z | Compiling serde_urlencoded v0.7.1 |
| 1701 | 2026-04-25T00:41:30.714Z | Compiling h2 v0.4.13 |
| 1702 | 2026-04-25T00:41:30.792Z | Compiling usdt-macro v0.6.0 |
| 1703 | 2026-04-25T00:41:30.820Z | Compiling usdt-attr-macro v0.6.0 |
| 1704 | 2026-04-25T00:41:30.834Z | Compiling http-body-util v0.1.3 |
| 1705 | 2026-04-25T00:41:30.851Z | Compiling aws-lc-sys v0.39.1 |
| 1706 | 2026-04-25T00:41:31.079Z | Compiling fastrand v2.3.0 |
| 1707 | 2026-04-25T00:41:31.090Z | Compiling regex-syntax v0.8.10 |
| 1708 | 2026-04-25T00:41:31.359Z | Compiling untrusted v0.7.1 |
| 1709 | 2026-04-25T00:41:31.465Z | Compiling aws-lc-rs v1.16.2 |
| 1710 | 2026-04-25T00:41:31.493Z | Compiling rand v0.9.2 |
| 1711 | 2026-04-25T00:41:31.608Z | Compiling rustls v0.23.37 |
| 1712 | 2026-04-25T00:41:31.681Z | Compiling anyhow v1.0.102 |
| 1713 | 2026-04-25T00:41:31.849Z | Compiling sync_wrapper v1.0.2 |
| 1714 | 2026-04-25T00:41:31.964Z | Compiling powerfmt v0.2.0 |
| 1715 | 2026-04-25T00:41:32.107Z | Compiling deranged v0.5.8 |
| 1716 | 2026-04-25T00:41:32.182Z | Compiling tower v0.5.3 |
| 1717 | 2026-04-25T00:41:32.363Z | Compiling tempfile v3.27.0 |
| 1718 | 2026-04-25T00:41:32.661Z | Compiling rustls-webpki v0.103.10 |
| 1719 | 2026-04-25T00:41:32.768Z | Compiling hyper v1.9.0 |
| 1720 | 2026-04-25T00:41:32.885Z | Compiling futures-executor v0.3.32 |
| 1721 | 2026-04-25T00:41:32.917Z | Compiling camino v1.2.2 |
| 1722 | 2026-04-25T00:41:33.075Z | Compiling num-conv v0.2.1 |
| 1723 | 2026-04-25T00:41:33.207Z | Compiling iri-string v0.7.12 |
| 1724 | 2026-04-25T00:41:33.227Z | Compiling num_threads v0.1.7 |
| 1725 | 2026-04-25T00:41:33.348Z | Compiling time-core v0.1.8 |
| 1726 | 2026-04-25T00:41:33.363Z | Compiling futures v0.3.32 |
| 1727 | 2026-04-25T00:41:33.450Z | Compiling scroll v0.13.0 |
| 1728 | 2026-04-25T00:41:33.501Z | Compiling time v0.3.47 |
| 1729 | 2026-04-25T00:41:33.608Z | Compiling aho-corasick v1.1.4 |
| 1730 | 2026-04-25T00:41:33.656Z | Compiling winnow v1.0.1 |
| 1731 | 2026-04-25T00:41:33.738Z | Compiling goblin v0.10.5 |
| 1732 | 2026-04-25T00:41:33.766Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1733 | 2026-04-25T00:41:34.228Z | Compiling hyper-util v0.1.20 |
| 1734 | 2026-04-25T00:41:34.516Z | Compiling tower-http v0.6.8 |
| 1735 | 2026-04-25T00:41:34.746Z | Compiling regex-automata v0.4.14 |
| 1736 | 2026-04-25T00:41:34.952Z | Compiling crossbeam-channel v0.5.15 |
| 1737 | 2026-04-25T00:41:34.964Z | Compiling ring v0.17.14 |
| 1738 | 2026-04-25T00:41:35.240Z | Compiling openapiv3 v2.2.0 |
| 1739 | 2026-04-25T00:41:35.436Z | Compiling openssl-probe v0.2.1 |
| 1740 | 2026-04-25T00:41:35.500Z | Compiling winnow v0.7.15 |
| 1741 | 2026-04-25T00:41:35.630Z | Compiling rustls-native-certs v0.8.3 |
| 1742 | 2026-04-25T00:41:35.903Z | Compiling dtrace-parser v0.3.0 |
| 1743 | 2026-04-25T00:41:35.963Z | Compiling rand_chacha v0.3.1 |
| 1744 | 2026-04-25T00:41:36.385Z | Compiling tokio-rustls v0.26.4 |
| 1745 | 2026-04-25T00:41:36.698Z | Compiling rustls-webpki v0.102.8 |
| 1746 | 2026-04-25T00:41:36.863Z | Compiling thread-id v5.1.0 |
| 1747 | 2026-04-25T00:41:36.890Z | Compiling thread_local v1.1.9 |
| 1748 | 2026-04-25T00:41:36.954Z | Compiling debug-ignore v1.0.5 |
| 1749 | 2026-04-25T00:41:36.981Z | Compiling match_cfg v0.1.0 |
| 1750 | 2026-04-25T00:41:37.059Z | Compiling hostname v0.3.1 |
| 1751 | 2026-04-25T00:41:37.069Z | Compiling hyper-rustls v0.27.7 |
| 1752 | 2026-04-25T00:41:37.161Z | Compiling rustls v0.22.4 |
| 1753 | 2026-04-25T00:41:37.202Z | Compiling rand v0.8.5 |
| 1754 | 2026-04-25T00:41:37.364Z | Compiling rustls-platform-verifier v0.6.2 |
| 1755 | 2026-04-25T00:41:37.603Z | Compiling slog-json v2.6.1 |
| 1756 | 2026-04-25T00:41:37.819Z | Compiling toml_parser v1.1.0+spec-1.1.0 |
| 1757 | 2026-04-25T00:41:37.862Z | Compiling ref-cast v1.0.25 |
| 1758 | 2026-04-25T00:41:37.973Z | Compiling strum v0.26.3 |
| 1759 | 2026-04-25T00:41:37.985Z | Compiling regress v0.10.5 |
| 1760 | 2026-04-25T00:41:37.988Z | Compiling macaddr v1.0.1 |
| 1761 | 2026-04-25T00:41:38.110Z | Compiling serde_spanned v1.1.0 |
| 1762 | 2026-04-25T00:41:38.195Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1763 | 2026-04-25T00:41:38.241Z | Compiling is-terminal v0.4.17 |
| 1764 | 2026-04-25T00:41:38.266Z | Compiling memmap2 v0.9.10 |
| 1765 | 2026-04-25T00:41:38.354Z | Compiling wait-timeout v0.2.1 |
| 1766 | 2026-04-25T00:41:38.485Z | Compiling encoding_rs v0.8.35 |
| 1767 | 2026-04-25T00:41:38.497Z | Compiling either v1.15.0 |
| 1768 | 2026-04-25T00:41:38.526Z | Compiling term v1.2.1 |
| 1769 | 2026-04-25T00:41:38.559Z | Compiling mime v0.3.17 |
| 1770 | 2026-04-25T00:41:38.663Z | Compiling bit-vec v0.8.0 |
| 1771 | 2026-04-25T00:41:38.710Z | Compiling toml_writer v1.1.0+spec-1.1.0 |
| 1772 | 2026-04-25T00:41:38.839Z | Compiling spin v0.9.8 |
| 1773 | 2026-04-25T00:41:38.904Z | Compiling take_mut v0.2.2 |
| 1774 | 2026-04-25T00:41:38.917Z | Compiling quick-error v1.2.3 |
| 1775 | 2026-04-25T00:41:38.936Z | Compiling toml v0.9.12+spec-1.1.0 |
| 1776 | 2026-04-25T00:41:38.963Z | Compiling bit-set v0.8.0 |
| 1777 | 2026-04-25T00:41:39.016Z | Compiling rusty-fork v0.3.1 |
| 1778 | 2026-04-25T00:41:39.029Z | Compiling tokio-rustls v0.25.0 |
| 1779 | 2026-04-25T00:41:39.130Z | Compiling slog-async v2.8.0 |
| 1780 | 2026-04-25T00:41:39.215Z | Compiling slog-term v2.9.2 |
| 1781 | 2026-04-25T00:41:39.261Z | Compiling usdt v0.6.0 |
| 1782 | 2026-04-25T00:41:39.372Z | Compiling slog-bunyan v2.5.0 |
| 1783 | 2026-04-25T00:41:39.519Z | Compiling multer v3.1.0 |
| 1784 | 2026-04-25T00:41:39.541Z | Compiling reqwest v0.13.2 |
| 1785 | 2026-04-25T00:41:39.637Z | Compiling regex v1.12.3 |
| 1786 | 2026-04-25T00:41:39.786Z | Compiling serde_with v3.18.0 |
| 1787 | 2026-04-25T00:41:40.023Z | Compiling async-stream v0.3.6 |
| 1788 | 2026-04-25T00:41:40.107Z | Compiling sha1 v0.10.6 |
| 1789 | 2026-04-25T00:41:40.208Z | Compiling rand_xorshift v0.4.0 |
| 1790 | 2026-04-25T00:41:40.212Z | Compiling waitgroup v0.1.2 |
| 1791 | 2026-04-25T00:41:40.345Z | Compiling rustls-pemfile v2.2.0 |
| 1792 | 2026-04-25T00:41:40.360Z | Compiling serde_path_to_error v0.1.20 |
| 1793 | 2026-04-25T00:41:40.363Z | Compiling hostname v0.4.2 |
| 1794 | 2026-04-25T00:41:40.381Z | Compiling unarray v0.1.4 |
| 1795 | 2026-04-25T00:41:40.494Z | Compiling proptest v1.11.0 |
| 1796 | 2026-04-25T00:41:40.506Z | Compiling strum v0.27.2 |
| 1797 | 2026-04-25T00:41:40.548Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1798 | 2026-04-25T00:41:40.640Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1799 | 2026-04-25T00:41:40.688Z | Compiling dropshot v0.16.7 |
| 1800 | 2026-04-25T00:41:40.725Z | Compiling rustc-hash v2.1.2 |
| 1801 | 2026-04-25T00:41:40.824Z | Compiling progenitor-client v0.13.0 |
| 1802 | 2026-04-25T00:41:40.858Z | Compiling iddqd v0.3.17 |
| 1803 | 2026-04-25T00:41:40.910Z | Compiling reqwest v0.12.28 |
| 1804 | 2026-04-25T00:41:41.130Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1805 | 2026-04-25T00:41:41.392Z | Compiling backon v1.6.0 |
| 1806 | 2026-04-25T00:41:41.466Z | Compiling instant v0.1.13 |
| 1807 | 2026-04-25T00:41:41.554Z | Compiling backoff v0.4.0 |
| 1808 | 2026-04-25T00:41:41.579Z | Compiling progenitor-extras v0.1.1 |
| 1809 | 2026-04-25T00:41:41.600Z | Compiling parse-display v0.10.0 |
| 1810 | 2026-04-25T00:41:41.770Z | Compiling itertools v0.14.0 |
| 1811 | 2026-04-25T00:41:41.825Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1) |
| 1812 | 2026-04-25T00:41:41.933Z | Compiling progenitor-client v0.10.0 |
| 1813 | 2026-04-25T00:41:42.702Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1814 | 2026-04-25T00:41:42.717Z | Compiling unicode-width v0.2.2 |
| 1815 | 2026-04-25T00:41:43.014Z | Compiling tinyvec_macros v0.1.1 |
| 1816 | 2026-04-25T00:41:43.091Z | Compiling tinyvec v1.11.0 |
| 1817 | 2026-04-25T00:41:43.346Z | Compiling secrecy v0.10.3 |
| 1818 | 2026-04-25T00:41:43.419Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1819 | 2026-04-25T00:41:43.444Z | Compiling scroll v0.12.0 |
| 1820 | 2026-04-25T00:41:43.593Z | Compiling dof v0.3.0 |
| 1821 | 2026-04-25T00:41:43.728Z | Compiling typify-impl v0.6.1 |
| 1822 | 2026-04-25T00:41:43.770Z | Compiling utf8parse v0.2.2 |
| 1823 | 2026-04-25T00:41:43.874Z | Compiling heck v0.5.0 |
| 1824 | 2026-04-25T00:41:43.892Z | Compiling anstyle-parse v1.0.0 |
| 1825 | 2026-04-25T00:41:43.930Z | Compiling usdt-impl v0.5.0 |
| 1826 | 2026-04-25T00:41:44.091Z | Compiling goblin v0.8.2 |
| 1827 | 2026-04-25T00:41:44.144Z | Compiling crucible-workspace-hack v0.1.0 |
| 1828 | 2026-04-25T00:41:44.220Z | Compiling zerocopy v0.7.35 |
| 1829 | 2026-04-25T00:41:44.416Z | Compiling terminal_size v0.4.4 |
| 1830 | 2026-04-25T00:41:44.498Z | Compiling hmac v0.12.1 |
| 1831 | 2026-04-25T00:41:44.564Z | Compiling inout v0.1.4 |
| 1832 | 2026-04-25T00:41:44.642Z | Compiling ff v0.13.1 |
| 1833 | 2026-04-25T00:41:44.718Z | Compiling serde_spanned v0.6.9 |
| 1834 | 2026-04-25T00:41:44.782Z | Compiling toml_datetime v0.6.11 |
| 1835 | 2026-04-25T00:41:44.782Z | Compiling num-integer v0.1.46 |
| 1836 | 2026-04-25T00:41:44.874Z | Compiling anstyle-query v1.1.5 |
| 1837 | 2026-04-25T00:41:44.993Z | Compiling is_terminal_polyfill v1.70.2 |
| 1838 | 2026-04-25T00:41:45.066Z | Compiling toml_write v0.1.2 |
| 1839 | 2026-04-25T00:41:45.095Z | Compiling anstyle v1.0.14 |
| 1840 | 2026-04-25T00:41:45.120Z | Compiling colorchoice v1.0.5 |
| 1841 | 2026-04-25T00:41:45.246Z | Compiling toml_edit v0.22.27 |
| 1842 | 2026-04-25T00:41:45.271Z | Compiling anstream v1.0.0 |
| 1843 | 2026-04-25T00:41:46.098Z | Compiling group v0.13.0 |
| 1844 | 2026-04-25T00:41:46.222Z | Compiling cipher v0.4.4 |
| 1845 | 2026-04-25T00:41:46.286Z | Compiling hkdf v0.12.4 |
| 1846 | 2026-04-25T00:41:46.659Z | Compiling dtrace-parser v0.2.0 |
| 1847 | 2026-04-25T00:41:46.726Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1848 | 2026-04-25T00:41:47.077Z | Compiling crossbeam-epoch v0.9.18 |
| 1849 | 2026-04-25T00:41:47.170Z | Compiling typify-macro v0.6.1 |
| 1850 | 2026-04-25T00:41:47.253Z | Compiling half v2.7.1 |
| 1851 | 2026-04-25T00:41:47.431Z | Compiling universal-hash v0.5.1 |
| 1852 | 2026-04-25T00:41:47.457Z | Compiling crypto-bigint v0.5.5 |
| 1853 | 2026-04-25T00:41:47.563Z | Compiling thread-id v4.2.2 |
| 1854 | 2026-04-25T00:41:47.575Z | Compiling base16ct v0.2.0 |
| 1855 | 2026-04-25T00:41:47.654Z | Compiling strsim v0.11.1 |
| 1856 | 2026-04-25T00:41:47.740Z | Compiling opaque-debug v0.3.1 |
| 1857 | 2026-04-25T00:41:47.819Z | Compiling base64ct v1.8.3 |
| 1858 | 2026-04-25T00:41:47.956Z | Compiling clap_lex v1.1.0 |
| 1859 | 2026-04-25T00:41:48.052Z | Compiling ciborium-io v0.2.2 |
| 1860 | 2026-04-25T00:41:48.127Z | Compiling clap_builder v4.6.0 |
| 1861 | 2026-04-25T00:41:48.150Z | Compiling ciborium-ll v0.2.2 |
| 1862 | 2026-04-25T00:41:48.402Z | Compiling elliptic-curve v0.13.8 |
| 1863 | 2026-04-25T00:41:48.655Z | Compiling password-hash v0.5.0 |
| 1864 | 2026-04-25T00:41:48.690Z | Compiling poly1305 v0.8.0 |
| 1865 | 2026-04-25T00:41:48.712Z | Compiling curve25519-dalek v4.1.3 |
| 1866 | 2026-04-25T00:41:49.133Z | Compiling thiserror-no-std v2.0.2 |
| 1867 | 2026-04-25T00:41:49.377Z | Compiling toml v0.8.23 |
| 1868 | 2026-04-25T00:41:49.476Z | Compiling chacha20 v0.9.1 |
| 1869 | 2026-04-25T00:41:49.622Z | Compiling num-iter v0.1.45 |
| 1870 | 2026-04-25T00:41:49.678Z | Compiling num-rational v0.4.2 |
| 1871 | 2026-04-25T00:41:49.705Z | Compiling usdt-attr-macro v0.5.0 |
| 1872 | 2026-04-25T00:41:49.749Z | Compiling usdt-macro v0.5.0 |
| 1873 | 2026-04-25T00:41:49.861Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b) |
| 1874 | 2026-04-25T00:41:50.225Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1875 | 2026-04-25T00:41:50.305Z | Compiling byte-wrapper v0.1.0 |
| 1876 | 2026-04-25T00:41:50.418Z | Compiling blake2 v0.10.6 |
| 1877 | 2026-04-25T00:41:50.418Z | Compiling hash32 v0.3.1 |
| 1878 | 2026-04-25T00:41:50.535Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 1879 | 2026-04-25T00:41:50.591Z | Compiling aead v0.5.2 |
| 1880 | 2026-04-25T00:41:50.626Z | Compiling num-complex v0.4.6 |
| 1881 | 2026-04-25T00:41:50.669Z | Compiling memmap v0.7.0 |
| 1882 | 2026-04-25T00:41:50.758Z | Compiling keccak v0.1.6 |
| 1883 | 2026-04-25T00:41:50.803Z | Compiling data-encoding v2.10.0 |
| 1884 | 2026-04-25T00:41:50.853Z | Compiling usdt v0.5.0 |
| 1885 | 2026-04-25T00:41:50.857Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 1886 | 2026-04-25T00:41:50.891Z | Compiling chacha20poly1305 v0.10.1 |
| 1887 | 2026-04-25T00:41:51.019Z | Compiling num v0.4.3 |
| 1888 | 2026-04-25T00:41:51.030Z | Compiling sha3 v0.10.8 |
| 1889 | 2026-04-25T00:41:51.096Z | Compiling argon2 v0.5.3 |
| 1890 | 2026-04-25T00:41:51.122Z | Compiling heapless v0.8.0 |
| 1891 | 2026-04-25T00:41:51.319Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1892 | 2026-04-25T00:41:51.524Z | Compiling clap v4.6.0 |
| 1893 | 2026-04-25T00:41:51.560Z | Compiling ingot-types v0.1.2 |
| 1894 | 2026-04-25T00:41:51.611Z | Compiling vsss-rs v3.3.4 |
| 1895 | 2026-04-25T00:41:51.622Z | Compiling typify v0.6.1 |
| 1896 | 2026-04-25T00:41:51.645Z | Compiling ciborium v0.2.2 |
| 1897 | 2026-04-25T00:41:51.717Z | Compiling rustix v0.38.44 |
| 1898 | 2026-04-25T00:41:51.977Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1899 | 2026-04-25T00:41:52.408Z | Compiling tabwriter v1.4.1 |
| 1900 | 2026-04-25T00:41:52.494Z | Compiling cobs v0.3.0 |
| 1901 | 2026-04-25T00:41:52.577Z | Compiling bitflags v1.3.2 |
| 1902 | 2026-04-25T00:41:52.658Z | Compiling float-ord v0.3.2 |
| 1903 | 2026-04-25T00:41:52.668Z | Compiling managed v0.8.0 |
| 1904 | 2026-04-25T00:41:52.699Z | Compiling indent_write v2.2.0 |
| 1905 | 2026-04-25T00:41:52.720Z | Compiling postcard v1.1.3 |
| 1906 | 2026-04-25T00:41:52.778Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1907 | 2026-04-25T00:41:52.842Z | Compiling smoltcp v0.11.0 |
| 1908 | 2026-04-25T00:41:52.888Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1909 | 2026-04-25T00:41:52.899Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 1910 | 2026-04-25T00:41:53.001Z | Compiling ingot v0.1.1 |
| 1911 | 2026-04-25T00:41:53.061Z | Compiling progenitor-impl v0.13.0 |
| 1912 | 2026-04-25T00:41:53.107Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1913 | 2026-04-25T00:41:53.398Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1914 | 2026-04-25T00:41:53.699Z | Compiling linked-hash-map v0.5.6 |
| 1915 | 2026-04-25T00:41:54.018Z | Compiling foreign-types-shared v0.3.1 |
| 1916 | 2026-04-25T00:41:54.122Z | Compiling resolv-conf v0.7.6 |
| 1917 | 2026-04-25T00:41:54.520Z | Compiling static_assertions v1.1.0 |
| 1918 | 2026-04-25T00:41:54.609Z | Compiling cpufeatures v0.3.0 |
| 1919 | 2026-04-25T00:41:54.693Z | Compiling colored v3.1.1 |
| 1920 | 2026-04-25T00:41:54.785Z | Compiling swrite v0.1.0 |
| 1921 | 2026-04-25T00:41:54.892Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1922 | 2026-04-25T00:41:54.943Z | Compiling chacha20 v0.10.0 |
| 1923 | 2026-04-25T00:41:55.100Z | Compiling foreign-types v0.5.0 |
| 1924 | 2026-04-25T00:41:55.187Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1925 | 2026-04-25T00:41:55.241Z | Compiling progenitor-macro v0.13.0 |
| 1926 | 2026-04-25T00:41:55.290Z | Compiling lru-cache v0.1.2 |
| 1927 | 2026-04-25T00:41:55.422Z | Compiling hubpack v0.1.2 |
| 1928 | 2026-04-25T00:41:55.660Z | Compiling num_enum v0.7.6 |
| 1929 | 2026-04-25T00:41:55.792Z | Compiling memoffset v0.9.1 |
| 1930 | 2026-04-25T00:41:56.044Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 1931 | 2026-04-25T00:41:56.172Z | Compiling hickory-proto v0.24.4 |
| 1932 | 2026-04-25T00:41:56.420Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1933 | 2026-04-25T00:41:56.545Z | Compiling crossbeam-deque v0.8.6 |
| 1934 | 2026-04-25T00:41:56.752Z | Compiling serde-big-array v0.5.1 |
| 1935 | 2026-04-25T00:41:56.908Z | Compiling cstr-argument v0.1.2 |
| 1936 | 2026-04-25T00:41:57.073Z | Compiling unicode-segmentation v1.13.2 |
| 1937 | 2026-04-25T00:41:57.503Z | Compiling siphasher v1.0.2 |
| 1938 | 2026-04-25T00:41:57.515Z | Compiling newline-converter v0.3.0 |
| 1939 | 2026-04-25T00:41:57.637Z | Compiling pin-project v1.1.11 |
| 1940 | 2026-04-25T00:41:57.710Z | Compiling phf_shared v0.12.1 |
| 1941 | 2026-04-25T00:41:57.748Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1942 | 2026-04-25T00:41:57.803Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1943 | 2026-04-25T00:41:57.894Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1944 | 2026-04-25T00:41:58.237Z | Compiling hickory-resolver v0.24.4 |
| 1945 | 2026-04-25T00:41:58.427Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1946 | 2026-04-25T00:41:58.704Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1947 | 2026-04-25T00:41:58.715Z | Compiling rayon-core v1.13.0 |
| 1948 | 2026-04-25T00:41:58.839Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 1949 | 2026-04-25T00:41:59.065Z | Compiling nix v0.31.2 |
| 1950 | 2026-04-25T00:41:59.154Z | Compiling num_enum v0.5.11 |
| 1951 | 2026-04-25T00:41:59.280Z | Compiling rand v0.10.1 |
| 1952 | 2026-04-25T00:41:59.324Z | Compiling atomicwrites v0.4.4 |
| 1953 | 2026-04-25T00:41:59.442Z | Compiling prettyplease v0.2.37 |
| 1954 | 2026-04-25T00:41:59.503Z | Compiling progenitor v0.13.0 |
| 1955 | 2026-04-25T00:41:59.520Z | Compiling unicode-normalization v0.1.25 |
| 1956 | 2026-04-25T00:41:59.645Z | Compiling console v0.15.11 |
| 1957 | 2026-04-25T00:41:59.955Z | Compiling camino-tempfile v1.4.1 |
| 1958 | 2026-04-25T00:41:59.994Z | Compiling tokio-stream v0.1.18 |
| 1959 | 2026-04-25T00:42:00.199Z | Compiling bstr v1.12.1 |
| 1960 | 2026-04-25T00:42:00.283Z | Compiling csv-core v0.1.13 |
| 1961 | 2026-04-25T00:42:00.465Z | Compiling similar v2.7.0 |
| 1962 | 2026-04-25T00:42:00.532Z | Compiling foreign-types-shared v0.1.1 |
| 1963 | 2026-04-25T00:42:00.559Z | Compiling highway v1.3.0 |
| 1964 | 2026-04-25T00:42:00.638Z | Compiling foldhash v0.1.5 |
| 1965 | 2026-04-25T00:42:00.638Z | Compiling unicode-width v0.1.14 |
| 1966 | 2026-04-25T00:42:00.647Z | Compiling same-file v1.0.6 |
| 1967 | 2026-04-25T00:42:00.696Z | Compiling foreign-types v0.3.2 |
| 1968 | 2026-04-25T00:42:00.726Z | Compiling globset v0.4.18 |
| 1969 | 2026-04-25T00:42:00.776Z | Compiling hashbrown v0.15.5 |
| 1970 | 2026-04-25T00:42:00.810Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1971 | 2026-04-25T00:42:00.810Z | Compiling walkdir v2.5.0 |
| 1972 | 2026-04-25T00:42:00.906Z | Compiling expectorate v1.2.0 |
| 1973 | 2026-04-25T00:42:00.953Z | Compiling csv v1.4.0 |
| 1974 | 2026-04-25T00:42:01.059Z | Compiling qorb v0.4.1 |
| 1975 | 2026-04-25T00:42:01.157Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1976 | 2026-04-25T00:42:01.317Z | Compiling snafu v0.8.9 |
| 1977 | 2026-04-25T00:42:01.517Z | Compiling olpc-cjson v0.1.4 |
| 1978 | 2026-04-25T00:42:01.521Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51) |
| 1979 | 2026-04-25T00:42:01.691Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1980 | 2026-04-25T00:42:01.704Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1981 | 2026-04-25T00:42:02.013Z | Compiling rayon v1.11.0 |
| 1982 | 2026-04-25T00:42:02.516Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1983 | 2026-04-25T00:42:02.830Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1984 | 2026-04-25T00:42:02.879Z | Compiling phf v0.12.1 |
| 1985 | 2026-04-25T00:42:03.040Z | Compiling openssl-sys v0.9.112 |
| 1986 | 2026-04-25T00:42:03.139Z | Compiling tokio-dtrace v0.1.1 |
| 1987 | 2026-04-25T00:42:03.175Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1988 | 2026-04-25T00:42:03.461Z | Compiling itertools v0.12.1 |
| 1989 | 2026-04-25T00:42:03.585Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 1990 | 2026-04-25T00:42:03.801Z | Compiling libsw-core v0.3.2 |
| 1991 | 2026-04-25T00:42:03.825Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 1992 | 2026-04-25T00:42:03.984Z | Compiling pem v3.0.6 |
| 1993 | 2026-04-25T00:42:04.104Z | Compiling serde_plain v1.0.2 |
| 1994 | 2026-04-25T00:42:04.202Z | Compiling sigpipe v0.1.3 |
| 1995 | 2026-04-25T00:42:04.217Z | Compiling minimal-lexical v0.2.1 |
| 1996 | 2026-04-25T00:42:04.299Z | Compiling bytecount v0.6.9 |
| 1997 | 2026-04-25T00:42:04.327Z | Compiling jiff v0.2.23 |
| 1998 | 2026-04-25T00:42:04.372Z | Compiling glob v0.3.3 |
| 1999 | 2026-04-25T00:42:04.456Z | Compiling typed-path v0.9.3 |
| 2000 | 2026-04-25T00:42:04.511Z | Compiling fixedbitset v0.4.2 |
| 2001 | 2026-04-25T00:42:04.718Z | Compiling fixedbitset v0.5.7 |
| 2002 | 2026-04-25T00:42:04.759Z | Compiling petgraph v0.6.5 |
| 2003 | 2026-04-25T00:42:04.825Z | Compiling zone v0.3.1 |
| 2004 | 2026-04-25T00:42:05.060Z | Compiling petgraph v0.8.3 |
| 2005 | 2026-04-25T00:42:05.419Z | Compiling tough v0.20.0 |
| 2006 | 2026-04-25T00:42:05.450Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2007 | 2026-04-25T00:42:05.646Z | Compiling nom v7.1.3 |
| 2008 | 2026-04-25T00:42:05.687Z | Compiling papergrid v0.11.0 |
| 2009 | 2026-04-25T00:42:05.771Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2010 | 2026-04-25T00:42:05.798Z | Compiling openssl v0.10.76 |
| 2011 | 2026-04-25T00:42:06.156Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2012 | 2026-04-25T00:42:06.252Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2013 | 2026-04-25T00:42:06.830Z | Compiling libsw v3.5.0 |
| 2014 | 2026-04-25T00:42:06.989Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2015 | 2026-04-25T00:42:07.021Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2016 | 2026-04-25T00:42:07.220Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2017 | 2026-04-25T00:42:07.272Z | Compiling oxide-tokio-rt v0.1.3 |
| 2018 | 2026-04-25T00:42:07.333Z | Compiling chrono-tz v0.10.4 |
| 2019 | 2026-04-25T00:42:07.571Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2020 | 2026-04-25T00:42:07.758Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2021 | 2026-04-25T00:42:07.906Z | Compiling newtype_derive v0.1.6 |
| 2022 | 2026-04-25T00:42:07.993Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2023 | 2026-04-25T00:42:08.035Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2024 | 2026-04-25T00:42:08.134Z | Compiling slog-dtrace v0.3.0 |
| 2025 | 2026-04-25T00:42:08.541Z | Compiling const_format v0.2.35 |
| 2026 | 2026-04-25T00:42:08.820Z | Compiling owo-colors v4.3.0 |
| 2027 | 2026-04-25T00:42:08.885Z | Compiling cancel-safe-futures v0.1.5 |
| 2028 | 2026-04-25T00:42:08.888Z | Compiling gethostname v0.5.0 |
| 2029 | 2026-04-25T00:42:09.029Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2030 | 2026-04-25T00:42:09.104Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2031 | 2026-04-25T00:42:09.162Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2032 | 2026-04-25T00:42:09.197Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2033 | 2026-04-25T00:42:09.293Z | Compiling smf v0.2.3 |
| 2034 | 2026-04-25T00:42:09.568Z | Compiling bcs v0.1.6 |
| 2035 | 2026-04-25T00:42:09.740Z | Compiling tagptr v0.2.0 |
| 2036 | 2026-04-25T00:42:09.764Z | Compiling smawk v0.3.2 |
| 2037 | 2026-04-25T00:42:09.877Z | Compiling lazy_static v1.5.0 |
| 2038 | 2026-04-25T00:42:09.897Z | Compiling linear-map v1.2.0 |
| 2039 | 2026-04-25T00:42:09.908Z | Compiling whoami v1.6.1 |
| 2040 | 2026-04-25T00:42:09.911Z | Compiling unicode-linebreak v0.1.5 |
| 2041 | 2026-04-25T00:42:09.939Z | Compiling termtree v0.5.1 |
| 2042 | 2026-04-25T00:42:09.981Z | Compiling steno v0.4.1 |
| 2043 | 2026-04-25T00:42:10.086Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2044 | 2026-04-25T00:42:10.096Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2045 | 2026-04-25T00:42:10.170Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2046 | 2026-04-25T00:42:10.205Z | Compiling textwrap v0.16.2 |
| 2047 | 2026-04-25T00:42:10.424Z | Compiling moka v0.12.15 |
| 2048 | 2026-04-25T00:42:10.727Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2049 | 2026-04-25T00:42:11.024Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2050 | 2026-04-25T00:42:11.208Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2051 | 2026-04-25T00:42:11.239Z | Compiling tabled v0.15.0 |
| 2052 | 2026-04-25T00:42:11.717Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2053 | 2026-04-25T00:42:11.961Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2054 | 2026-04-25T00:42:12.167Z | Compiling cookie v0.18.1 |
| 2055 | 2026-04-25T00:42:12.783Z | Compiling hickory-proto v0.25.2 |
| 2056 | 2026-04-25T00:42:12.920Z | Compiling humantime v2.3.0 |
| 2057 | 2026-04-25T00:42:13.215Z | Compiling libscf-sys v1.1.0 |
| 2058 | 2026-04-25T00:42:13.412Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 2059 | 2026-04-25T00:42:14.656Z | Compiling hickory-resolver v0.25.2 |
| 2060 | 2026-04-25T00:42:15.455Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2061 | 2026-04-25T00:42:19.159Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2062 | 2026-04-25T00:42:26.293Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2063 | 2026-04-25T00:42:27.908Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2064 | 2026-04-25T00:42:28.978Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 2065 | 2026-04-25T00:42:30.493Z | Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask) |
| 2066 | 2026-04-25T00:42:47.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 24s |
| 2067 | 2026-04-25T00:42:47.375Z | Running `target/debug/xtask openapi check` |
| 2068 | 2026-04-25T00:42:48.041Z | Compiling smallvec v1.15.1 |
| 2069 | 2026-04-25T00:42:48.041Z | Compiling serde_json v1.0.149 |
| 2070 | 2026-04-25T00:42:48.178Z | Compiling slog-json v2.6.1 |
| 2071 | 2026-04-25T00:42:48.209Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2072 | 2026-04-25T00:42:48.231Z | Compiling similar v2.7.0 |
| 2073 | 2026-04-25T00:42:48.253Z | Compiling crc32fast v1.5.0 |
| 2074 | 2026-04-25T00:42:48.266Z | Compiling adler2 v2.0.1 |
| 2075 | 2026-04-25T00:42:48.269Z | Compiling simd-adler32 v0.3.9 |
| 2076 | 2026-04-25T00:42:48.411Z | Compiling icu_normalizer v2.1.1 |
| 2077 | 2026-04-25T00:42:48.469Z | Compiling parking_lot_core v0.9.12 |
| 2078 | 2026-04-25T00:42:48.500Z | Compiling slog-bunyan v2.5.0 |
| 2079 | 2026-04-25T00:42:48.507Z | Compiling miniz_oxide v0.8.9 |
| 2080 | 2026-04-25T00:42:48.539Z | Compiling parking_lot_core v0.8.6 |
| 2081 | 2026-04-25T00:42:48.563Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 2082 | 2026-04-25T00:42:48.658Z | Compiling parking_lot v0.12.5 |
| 2083 | 2026-04-25T00:42:48.778Z | Compiling idna_adapter v1.2.1 |
| 2084 | 2026-04-25T00:42:48.849Z | Compiling dropshot v0.16.7 |
| 2085 | 2026-04-25T00:42:48.883Z | Compiling tokio v1.52.0 |
| 2086 | 2026-04-25T00:42:48.941Z | Compiling idna v1.1.0 |
| 2087 | 2026-04-25T00:42:48.991Z | Compiling openapiv3 v2.2.0 |
| 2088 | 2026-04-25T00:42:49.053Z | Compiling dof v0.4.0 |
| 2089 | 2026-04-25T00:42:49.225Z | Compiling dof v0.3.0 |
| 2090 | 2026-04-25T00:42:49.326Z | Compiling url v2.5.8 |
| 2091 | 2026-04-25T00:42:49.540Z | Compiling olpc-cjson v0.1.4 |
| 2092 | 2026-04-25T00:42:49.694Z | Compiling usdt-impl v0.5.0 |
| 2093 | 2026-04-25T00:42:49.709Z | Compiling expectorate v1.2.0 |
| 2094 | 2026-04-25T00:42:49.867Z | Compiling schemars v0.8.22 |
| 2095 | 2026-04-25T00:42:50.039Z | Compiling usdt-impl v0.6.0 |
| 2096 | 2026-04-25T00:42:50.186Z | Compiling usdt v0.5.0 |
| 2097 | 2026-04-25T00:42:50.372Z | Compiling usdt v0.6.0 |
| 2098 | 2026-04-25T00:42:50.384Z | Compiling slog-dtrace v0.3.0 |
| 2099 | 2026-04-25T00:42:50.467Z | Compiling moka v0.12.15 |
| 2100 | 2026-04-25T00:42:50.611Z | Compiling flate2 v1.1.9 |
| 2101 | 2026-04-25T00:42:50.664Z | Compiling ipnetwork v0.21.1 |
| 2102 | 2026-04-25T00:42:50.694Z | Compiling newtype-uuid v1.3.2 |
| 2103 | 2026-04-25T00:42:50.709Z | Compiling serde_with v3.18.0 |
| 2104 | 2026-04-25T00:42:51.043Z | Compiling oxnet v0.1.4 |
| 2105 | 2026-04-25T00:42:51.044Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1) |
| 2106 | 2026-04-25T00:42:51.087Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2107 | 2026-04-25T00:42:51.225Z | Compiling byte-wrapper v0.1.0 |
| 2108 | 2026-04-25T00:42:51.263Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2109 | 2026-04-25T00:42:51.403Z | Compiling daft v0.1.5 |
| 2110 | 2026-04-25T00:42:51.475Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b) |
| 2111 | 2026-04-25T00:42:51.591Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2112 | 2026-04-25T00:42:51.663Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2113 | 2026-04-25T00:42:51.680Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2114 | 2026-04-25T00:42:51.918Z | Compiling iddqd v0.3.17 |
| 2115 | 2026-04-25T00:42:51.921Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2116 | 2026-04-25T00:42:52.124Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2117 | 2026-04-25T00:42:52.252Z | Compiling typify-impl v0.6.1 |
| 2118 | 2026-04-25T00:42:52.273Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2119 | 2026-04-25T00:42:52.437Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2120 | 2026-04-25T00:42:52.705Z | Compiling tokio-util v0.7.18 |
| 2121 | 2026-04-25T00:42:53.056Z | Compiling tower v0.5.3 |
| 2122 | 2026-04-25T00:42:53.288Z | Compiling h2 v0.4.13 |
| 2123 | 2026-04-25T00:42:53.441Z | Compiling tokio-rustls v0.26.4 |
| 2124 | 2026-04-25T00:42:53.444Z | Compiling tokio-rustls v0.25.0 |
| 2125 | 2026-04-25T00:42:53.568Z | Compiling tower-http v0.6.8 |
| 2126 | 2026-04-25T00:42:53.719Z | Compiling backoff v0.4.0 |
| 2127 | 2026-04-25T00:42:53.950Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2128 | 2026-04-25T00:42:53.963Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2129 | 2026-04-25T00:42:54.021Z | Compiling typify v0.6.1 |
| 2130 | 2026-04-25T00:42:54.139Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2131 | 2026-04-25T00:42:54.250Z | Compiling progenitor-impl v0.13.0 |
| 2132 | 2026-04-25T00:42:54.423Z | Compiling hickory-proto v0.24.4 |
| 2133 | 2026-04-25T00:42:55.003Z | Compiling tokio-stream v0.1.18 |
| 2134 | 2026-04-25T00:42:55.028Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2135 | 2026-04-25T00:42:55.471Z | Compiling hyper v1.9.0 |
| 2136 | 2026-04-25T00:42:55.522Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2137 | 2026-04-25T00:42:56.285Z | Compiling hickory-resolver v0.24.4 |
| 2138 | 2026-04-25T00:42:56.827Z | Compiling hyper-util v0.1.20 |
| 2139 | 2026-04-25T00:42:57.129Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2140 | 2026-04-25T00:42:57.410Z | Compiling qorb v0.4.1 |
| 2141 | 2026-04-25T00:42:57.477Z | Compiling tokio-dtrace v0.1.1 |
| 2142 | 2026-04-25T00:42:57.573Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2143 | 2026-04-25T00:42:57.667Z | Compiling libsw-core v0.3.2 |
| 2144 | 2026-04-25T00:42:57.750Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2145 | 2026-04-25T00:42:57.762Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51) |
| 2146 | 2026-04-25T00:42:57.845Z | Compiling libsw v3.5.0 |
| 2147 | 2026-04-25T00:42:58.030Z | Compiling oxide-tokio-rt v0.1.3 |
| 2148 | 2026-04-25T00:42:58.042Z | Compiling hyper-rustls v0.27.7 |
| 2149 | 2026-04-25T00:42:58.363Z | Compiling reqwest v0.13.2 |
| 2150 | 2026-04-25T00:42:58.388Z | Compiling reqwest v0.12.28 |
| 2151 | 2026-04-25T00:42:58.597Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2152 | 2026-04-25T00:42:58.720Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2153 | 2026-04-25T00:42:58.862Z | Compiling cancel-safe-futures v0.1.5 |
| 2154 | 2026-04-25T00:42:59.161Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2155 | 2026-04-25T00:42:59.182Z | Compiling zone v0.3.1 |
| 2156 | 2026-04-25T00:42:59.591Z | Compiling progenitor-client v0.13.0 |
| 2157 | 2026-04-25T00:42:59.603Z | Compiling progenitor-client v0.10.0 |
| 2158 | 2026-04-25T00:42:59.900Z | Compiling progenitor-extras v0.1.1 |
| 2159 | 2026-04-25T00:42:59.912Z | Compiling progenitor v0.13.0 |
| 2160 | 2026-04-25T00:42:59.939Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2161 | 2026-04-25T00:42:59.992Z | Compiling tough v0.20.0 |
| 2162 | 2026-04-25T00:43:00.055Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2163 | 2026-04-25T00:43:00.153Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2164 | 2026-04-25T00:43:00.472Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2165 | 2026-04-25T00:43:01.150Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2166 | 2026-04-25T00:43:01.416Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2167 | 2026-04-25T00:43:02.115Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2168 | 2026-04-25T00:43:02.147Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2169 | 2026-04-25T00:43:02.351Z | Compiling hickory-proto v0.25.2 |
| 2170 | 2026-04-25T00:43:02.669Z | Compiling steno v0.4.1 |
| 2171 | 2026-04-25T00:43:03.503Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2172 | 2026-04-25T00:43:03.704Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2173 | 2026-04-25T00:43:04.178Z | Compiling parking_lot v0.11.2 |
| 2174 | 2026-04-25T00:43:04.299Z | Compiling hickory-resolver v0.25.2 |
| 2175 | 2026-04-25T00:43:04.580Z | Compiling fxhash v0.2.1 |
| 2176 | 2026-04-25T00:43:04.703Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2177 | 2026-04-25T00:43:04.731Z | Compiling compression-core v0.4.31 |
| 2178 | 2026-04-25T00:43:04.901Z | Compiling internet-checksum v0.2.1 |
| 2179 | 2026-04-25T00:43:04.913Z | Compiling compression-codecs v0.4.37 |
| 2180 | 2026-04-25T00:43:04.944Z | Compiling sled v0.34.7 |
| 2181 | 2026-04-25T00:43:05.046Z | Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types) |
| 2182 | 2026-04-25T00:43:05.176Z | Compiling const-random v0.1.18 |
| 2183 | 2026-04-25T00:43:05.261Z | Compiling toml_datetime v1.1.0+spec-1.1.0 |
| 2184 | 2026-04-25T00:43:05.549Z | Compiling toml v1.1.0+spec-1.1.0 |
| 2185 | 2026-04-25T00:43:05.595Z | Compiling ahash v0.8.12 |
| 2186 | 2026-04-25T00:43:05.663Z | Compiling async-compression v0.4.41 |
| 2187 | 2026-04-25T00:43:05.742Z | Compiling smartstring v1.0.1 |
| 2188 | 2026-04-25T00:43:05.989Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2189 | 2026-04-25T00:43:06.026Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2190 | 2026-04-25T00:43:06.379Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2191 | 2026-04-25T00:43:06.618Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2192 | 2026-04-25T00:43:06.915Z | Compiling thin-vec v0.2.14 |
| 2193 | 2026-04-25T00:43:06.988Z | Compiling dropshot v0.17.0 |
| 2194 | 2026-04-25T00:43:07.200Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2195 | 2026-04-25T00:43:07.658Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2196 | 2026-04-25T00:43:07.817Z | Compiling rhai v1.24.0 |
| 2197 | 2026-04-25T00:43:07.888Z | Compiling dropshot-api-manager-types v0.7.0 |
| 2198 | 2026-04-25T00:43:08.255Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2199 | 2026-04-25T00:43:08.819Z | Compiling nom v8.0.0 |
| 2200 | 2026-04-25T00:43:09.198Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2201 | 2026-04-25T00:43:09.213Z | Compiling fs-err v3.3.0 |
| 2202 | 2026-04-25T00:43:09.455Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2203 | 2026-04-25T00:43:09.533Z | Compiling git-stub v1.0.0 |
| 2204 | 2026-04-25T00:43:09.746Z | Compiling is_ci v1.2.0 |
| 2205 | 2026-04-25T00:43:09.816Z | Compiling git-stub-vcs v0.1.0 |
| 2206 | 2026-04-25T00:43:09.903Z | Compiling supports-color v3.0.2 |
| 2207 | 2026-04-25T00:43:10.005Z | Compiling drift v0.1.3 |
| 2208 | 2026-04-25T00:43:10.090Z | Compiling sha2 v0.10.9 |
| 2209 | 2026-04-25T00:43:10.636Z | Compiling dropshot-api-manager v0.7.0 |
| 2210 | 2026-04-25T00:43:13.344Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2211 | 2026-04-25T00:43:14.392Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2212 | 2026-04-25T00:43:14.392Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2213 | 2026-04-25T00:43:14.392Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2214 | 2026-04-25T00:43:23.001Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2215 | 2026-04-25T00:43:30.180Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2216 | 2026-04-25T00:43:31.791Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2217 | 2026-04-25T00:43:32.872Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 2218 | 2026-04-25T00:43:34.002Z | Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 2219 | 2026-04-25T00:43:34.002Z | Compiling ddm-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-types/versions) |
| 2220 | 2026-04-25T00:43:34.786Z | Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 2221 | 2026-04-25T00:43:34.857Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 2222 | 2026-04-25T00:43:36.408Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 2223 | 2026-04-25T00:43:36.409Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 2224 | 2026-04-25T00:43:43.353Z | Compiling mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions) |
| 2225 | 2026-04-25T00:43:44.763Z | Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 2226 | 2026-04-25T00:43:46.071Z | Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis) |
| 2227 | 2026-04-25T00:44:09.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s |
| 2228 | 2026-04-25T00:44:09.589Z | Running `target/debug/maghemite-dropshot-apis check` |
| 2229 | 2026-04-25T00:44:09.638Z | ------- |
| 2230 | 2026-04-25T00:44:09.638Z | Generating OpenAPI documents from API definitions ... |
| 2231 | 2026-04-25T00:44:09.682Z | Loading local OpenAPI documents from "/work/oxidecomputer/maghemite/openapi" ... |
| 2232 | 2026-04-25T00:44:09.703Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 2233 | 2026-04-25T00:44:09.784Z | ------- |
| 2234 | 2026-04-25T00:44:09.784Z | Checking 9 OpenAPI documents... |
| 2235 | 2026-04-25T00:44:09.784Z | Fresh ddm-admin (versioned v1.0.0 (blessed)): DDM Admin |
| 2236 | 2026-04-25T00:44:09.784Z | Fresh ddm-admin "latest" symlink |
| 2237 | 2026-04-25T00:44:09.784Z | Fresh mg-admin (versioned v1.0.0 (blessed)): Maghemite Admin |
| 2238 | 2026-04-25T00:44:09.784Z | Fresh mg-admin (versioned v2.0.0 (blessed)): Maghemite Admin |
| 2239 | 2026-04-25T00:44:09.784Z | Fresh mg-admin (versioned v3.0.0 (blessed)): Maghemite Admin |
| 2240 | 2026-04-25T00:44:09.784Z | Fresh mg-admin (versioned v4.0.0 (blessed)): Maghemite Admin |
| 2241 | 2026-04-25T00:44:09.784Z | Fresh mg-admin (versioned v5.0.0 (blessed)): Maghemite Admin |
| 2242 | 2026-04-25T00:44:09.784Z | Fresh mg-admin (versioned v6.0.0 (blessed)): Maghemite Admin |
| 2243 | 2026-04-25T00:44:09.787Z | Fresh mg-admin (versioned v7.0.0 (blessed)): Maghemite Admin |
| 2244 | 2026-04-25T00:44:09.787Z | Fresh mg-admin (versioned v8.0.0 (blessed)): Maghemite Admin |
| 2245 | 2026-04-25T00:44:09.787Z | Fresh mg-admin "latest" symlink |
| 2246 | 2026-04-25T00:44:09.787Z | ------- |
| 2247 | 2026-04-25T00:44:09.787Z | Success 9 documents checked: 11 fresh, 0 stale, 0 failed, 0 other problems |
| 2248 | 2026-04-25T00:44:09.815Z | + banner build |
| 2249 | 2026-04-25T00:44:09.818Z | |
| 2250 | 2026-04-25T00:44:09.818Z | ##### # # # # ##### |
| 2251 | 2026-04-25T00:44:09.818Z | # # # # # # # # |
| 2252 | 2026-04-25T00:44:09.818Z | ##### # # # # # # |
| 2253 | 2026-04-25T00:44:09.818Z | # # # # # # # # |
| 2254 | 2026-04-25T00:44:09.818Z | # # # # # # # # |
| 2255 | 2026-04-25T00:44:09.818Z | ##### #### # ###### ##### |
| 2256 | 2026-04-25T00:44:09.818Z | |
| 2257 | 2026-04-25T00:44:09.818Z | + ptime -m cargo build |
| 2258 | 2026-04-25T00:44:10.427Z | Compiling log v0.4.29 |
| 2259 | 2026-04-25T00:44:10.540Z | Compiling slog v2.8.2 |
| 2260 | 2026-04-25T00:44:10.563Z | Compiling rustls-webpki v0.103.10 |
| 2261 | 2026-04-25T00:44:10.580Z | Compiling webpki-roots v1.0.6 |
| 2262 | 2026-04-25T00:44:10.630Z | Compiling zone v0.3.1 |
| 2263 | 2026-04-25T00:44:10.661Z | Compiling arc-swap v1.9.0 |
| 2264 | 2026-04-25T00:44:10.676Z | Compiling goblin v0.10.5 |
| 2265 | 2026-04-25T00:44:10.679Z | Compiling rustls v0.22.4 |
| 2266 | 2026-04-25T00:44:10.698Z | Compiling goblin v0.8.2 |
| 2267 | 2026-04-25T00:44:10.724Z | Compiling typify-impl v0.6.1 |
| 2268 | 2026-04-25T00:44:10.955Z | Compiling slog-async v2.8.0 |
| 2269 | 2026-04-25T00:44:10.970Z | Compiling slog-term v2.9.2 |
| 2270 | 2026-04-25T00:44:11.400Z | Compiling rustls v0.23.37 |
| 2271 | 2026-04-25T00:44:11.465Z | Compiling slog-json v2.6.1 |
| 2272 | 2026-04-25T00:44:11.519Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2273 | 2026-04-25T00:44:11.547Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2274 | 2026-04-25T00:44:11.656Z | Compiling slog-bunyan v2.5.0 |
| 2275 | 2026-04-25T00:44:11.675Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2276 | 2026-04-25T00:44:11.798Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2277 | 2026-04-25T00:44:11.892Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2278 | 2026-04-25T00:44:11.934Z | Compiling globset v0.4.18 |
| 2279 | 2026-04-25T00:44:12.754Z | Compiling tokio-rustls v0.25.0 |
| 2280 | 2026-04-25T00:44:12.885Z | Compiling typify v0.6.1 |
| 2281 | 2026-04-25T00:44:12.996Z | Compiling dof v0.3.0 |
| 2282 | 2026-04-25T00:44:13.008Z | Compiling progenitor-impl v0.13.0 |
| 2283 | 2026-04-25T00:44:13.844Z | Compiling dof v0.4.0 |
| 2284 | 2026-04-25T00:44:14.388Z | Compiling usdt-impl v0.5.0 |
| 2285 | 2026-04-25T00:44:14.624Z | Compiling tokio-rustls v0.26.4 |
| 2286 | 2026-04-25T00:44:14.925Z | Compiling hyper-rustls v0.27.7 |
| 2287 | 2026-04-25T00:44:15.066Z | Compiling usdt-impl v0.6.0 |
| 2288 | 2026-04-25T00:44:15.191Z | Compiling reqwest v0.12.28 |
| 2289 | 2026-04-25T00:44:15.265Z | Compiling rustls-platform-verifier v0.6.2 |
| 2290 | 2026-04-25T00:44:15.395Z | Compiling usdt v0.6.0 |
| 2291 | 2026-04-25T00:44:15.433Z | Compiling reqwest v0.13.2 |
| 2292 | 2026-04-25T00:44:15.510Z | Compiling usdt v0.5.0 |
| 2293 | 2026-04-25T00:44:15.688Z | Compiling dropshot v0.16.7 |
| 2294 | 2026-04-25T00:44:15.755Z | Compiling tokio-dtrace v0.1.1 |
| 2295 | 2026-04-25T00:44:15.795Z | Compiling qorb v0.4.1 |
| 2296 | 2026-04-25T00:44:16.033Z | Compiling oxide-tokio-rt v0.1.3 |
| 2297 | 2026-04-25T00:44:16.231Z | Compiling slog-dtrace v0.3.0 |
| 2298 | 2026-04-25T00:44:16.264Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2299 | 2026-04-25T00:44:16.347Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2300 | 2026-04-25T00:44:16.398Z | Compiling steno v0.4.1 |
| 2301 | 2026-04-25T00:44:16.551Z | Compiling progenitor-client v0.10.0 |
| 2302 | 2026-04-25T00:44:16.875Z | Compiling progenitor-client v0.13.0 |
| 2303 | 2026-04-25T00:44:17.205Z | Compiling progenitor-extras v0.1.1 |
| 2304 | 2026-04-25T00:44:17.313Z | Compiling progenitor v0.13.0 |
| 2305 | 2026-04-25T00:44:17.466Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2306 | 2026-04-25T00:44:17.467Z | Compiling tough v0.20.0 |
| 2307 | 2026-04-25T00:44:17.926Z | Compiling sled v0.34.7 |
| 2308 | 2026-04-25T00:44:17.977Z | Compiling typify-impl v0.4.3 |
| 2309 | 2026-04-25T00:44:18.983Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2310 | 2026-04-25T00:44:19.243Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2311 | 2026-04-25T00:44:19.342Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2312 | 2026-04-25T00:44:19.918Z | Compiling typify v0.4.3 |
| 2313 | 2026-04-25T00:44:20.040Z | Compiling slog-scope v4.4.1 |
| 2314 | 2026-04-25T00:44:20.321Z | Compiling papergrid v0.17.0 |
| 2315 | 2026-04-25T00:44:21.317Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2316 | 2026-04-25T00:44:21.512Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2317 | 2026-04-25T00:44:21.763Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375) |
| 2318 | 2026-04-25T00:44:21.889Z | Compiling testing_table v0.3.0 |
| 2319 | 2026-04-25T00:44:22.073Z | Compiling dropshot v0.17.0 |
| 2320 | 2026-04-25T00:44:22.251Z | Compiling tabled v0.20.0 |
| 2321 | 2026-04-25T00:44:22.293Z | Compiling slog-stdlog v4.1.1 |
| 2322 | 2026-04-25T00:44:22.326Z | Compiling progenitor-impl v0.11.2 |
| 2323 | 2026-04-25T00:44:22.518Z | Compiling progenitor-client v0.11.2 |
| 2324 | 2026-04-25T00:44:22.770Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375) |
| 2325 | 2026-04-25T00:44:22.838Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2326 | 2026-04-25T00:44:23.220Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 2327 | 2026-04-25T00:44:23.578Z | Compiling progenitor v0.11.2 |
| 2328 | 2026-04-25T00:44:23.737Z | Compiling slog-envlogger v2.2.0 |
| 2329 | 2026-04-25T00:44:24.170Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2330 | 2026-04-25T00:44:24.196Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2331 | 2026-04-25T00:44:24.462Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2332 | 2026-04-25T00:44:24.719Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2333 | 2026-04-25T00:44:24.853Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2334 | 2026-04-25T00:44:25.351Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2335 | 2026-04-25T00:44:25.372Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375) |
| 2336 | 2026-04-25T00:44:25.597Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b60decb70fe491ebdaa30c824619470b015556fc#b60decb7) |
| 2337 | 2026-04-25T00:44:25.702Z | Compiling crc8 v0.1.1 |
| 2338 | 2026-04-25T00:44:25.833Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2339 | 2026-04-25T00:44:25.907Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b60decb70fe491ebdaa30c824619470b015556fc#b60decb7) |
| 2340 | 2026-04-25T00:44:26.533Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2341 | 2026-04-25T00:44:26.550Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2342 | 2026-04-25T00:44:26.725Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2343 | 2026-04-25T00:44:26.957Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 2344 | 2026-04-25T00:44:27.052Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 2345 | 2026-04-25T00:44:27.111Z | Compiling utf-8 v0.7.6 |
| 2346 | 2026-04-25T00:44:27.310Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2347 | 2026-04-25T00:44:27.576Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2348 | 2026-04-25T00:44:27.841Z | Compiling tungstenite v0.21.0 |
| 2349 | 2026-04-25T00:44:27.990Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b60decb70fe491ebdaa30c824619470b015556fc#b60decb7) |
| 2350 | 2026-04-25T00:44:28.003Z | Compiling progenitor-impl v0.10.0 |
| 2351 | 2026-04-25T00:44:28.166Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2352 | 2026-04-25T00:44:28.271Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2353 | 2026-04-25T00:44:28.529Z | Compiling tokio-tungstenite v0.21.0 |
| 2354 | 2026-04-25T00:44:28.607Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2355 | 2026-04-25T00:44:28.680Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b60decb70fe491ebdaa30c824619470b015556fc#b60decb7) |
| 2356 | 2026-04-25T00:44:28.781Z | Compiling lzma-sys v0.1.20 |
| 2357 | 2026-04-25T00:44:28.869Z | Compiling typeid v1.0.3 |
| 2358 | 2026-04-25T00:44:28.907Z | Compiling console v0.16.3 |
| 2359 | 2026-04-25T00:44:28.994Z | Compiling base64 v0.21.7 |
| 2360 | 2026-04-25T00:44:29.339Z | Compiling progenitor v0.10.0 |
| 2361 | 2026-04-25T00:44:29.497Z | Compiling unit-prefix v0.5.2 |
| 2362 | 2026-04-25T00:44:29.565Z | Compiling ron v0.12.1 |
| 2363 | 2026-04-25T00:44:29.664Z | Compiling indicatif v0.18.4 |
| 2364 | 2026-04-25T00:44:30.081Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2365 | 2026-04-25T00:44:30.386Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b60decb70fe491ebdaa30c824619470b015556fc#b60decb7) |
| 2366 | 2026-04-25T00:44:30.620Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 2367 | 2026-04-25T00:44:31.075Z | Compiling xz2 v0.1.7 |
| 2368 | 2026-04-25T00:44:31.244Z | Compiling base16ct v1.0.0 |
| 2369 | 2026-04-25T00:44:31.274Z | Compiling dropshot-api-manager v0.7.0 |
| 2370 | 2026-04-25T00:44:31.331Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10) |
| 2371 | 2026-04-25T00:44:31.448Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2372 | 2026-04-25T00:44:31.464Z | Compiling natord v1.0.9 |
| 2373 | 2026-04-25T00:44:31.645Z | Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util) |
| 2374 | 2026-04-25T00:44:32.235Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10) |
| 2375 | 2026-04-25T00:44:32.673Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2376 | 2026-04-25T00:44:32.774Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2377 | 2026-04-25T00:44:33.085Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2378 | 2026-04-25T00:44:41.312Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2379 | 2026-04-25T00:44:48.552Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2380 | 2026-04-25T00:44:50.185Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2381 | 2026-04-25T00:44:51.264Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 2382 | 2026-04-25T00:44:52.385Z | Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 2383 | 2026-04-25T00:44:52.386Z | Compiling ddm-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-types/versions) |
| 2384 | 2026-04-25T00:44:52.389Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
| 2385 | 2026-04-25T00:44:52.389Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
| 2386 | 2026-04-25T00:44:52.870Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
| 2387 | 2026-04-25T00:44:52.870Z | Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask) |
| 2388 | 2026-04-25T00:44:53.223Z | Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 2389 | 2026-04-25T00:44:53.223Z | Compiling ddm-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-types) |
| 2390 | 2026-04-25T00:44:53.298Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 2391 | 2026-04-25T00:44:53.650Z | Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
| 2392 | 2026-04-25T00:44:54.062Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
| 2393 | 2026-04-25T00:44:55.217Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 2394 | 2026-04-25T00:44:55.217Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 2395 | 2026-04-25T00:44:56.997Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
| 2396 | 2026-04-25T00:45:02.088Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
| 2397 | 2026-04-25T00:45:03.748Z | Compiling mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions) |
| 2398 | 2026-04-25T00:45:05.391Z | Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 2399 | 2026-04-25T00:45:05.392Z | Compiling mg-types v0.1.0 (/work/oxidecomputer/maghemite/mg-types) |
| 2400 | 2026-04-25T00:45:05.683Z | Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab) |
| 2401 | 2026-04-25T00:45:06.179Z | Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
| 2402 | 2026-04-25T00:45:07.264Z | Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
| 2403 | 2026-04-25T00:45:07.264Z | Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis) |
| 2404 | 2026-04-25T00:45:54.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 44s |
| 2405 | 2026-04-25T00:45:54.494Z | |
| 2406 | 2026-04-25T00:45:54.494Z | real 1:44.610363512 |
| 2407 | 2026-04-25T00:45:54.494Z | user 7:36.041116387 |
| 2408 | 2026-04-25T00:45:54.494Z | sys 1:11.510155166 |
| 2409 | 2026-04-25T00:45:54.494Z | trap 0.206415907 |
| 2410 | 2026-04-25T00:45:54.494Z | tflt 0.096132742 |
| 2411 | 2026-04-25T00:45:54.494Z | dflt 0.260639709 |
| 2412 | 2026-04-25T00:45:54.497Z | kflt 0.000059876 |
| 2413 | 2026-04-25T00:45:54.497Z | lock 30:44.317423239 |
| 2414 | 2026-04-25T00:45:54.497Z | slp 29:15.115785272 |
| 2415 | 2026-04-25T00:45:54.497Z | lat 23.668302543 |
| 2416 | 2026-04-25T00:45:54.497Z | stop 27.502721492 |
| 2417 | 2026-04-25T00:45:54.498Z | + ptime -m cargo build --release |
| 2418 | 2026-04-25T00:45:55.684Z | Compiling proc-macro2 v1.0.106 |
| 2419 | 2026-04-25T00:45:55.684Z | Compiling quote v1.0.45 |
| 2420 | 2026-04-25T00:45:55.684Z | Compiling unicode-ident v1.0.24 |
| 2421 | 2026-04-25T00:45:55.687Z | Compiling serde_core v1.0.228 |
| 2422 | 2026-04-25T00:45:55.687Z | Compiling serde v1.0.228 |
| 2423 | 2026-04-25T00:45:55.687Z | Compiling libc v0.2.186 |
| 2424 | 2026-04-25T00:45:55.687Z | Compiling cfg-if v1.0.4 |
| 2425 | 2026-04-25T00:45:56.013Z | Compiling zmij v1.0.21 |
| 2426 | 2026-04-25T00:45:56.045Z | Compiling autocfg v1.5.0 |
| 2427 | 2026-04-25T00:45:56.368Z | Compiling memchr v2.8.0 |
| 2428 | 2026-04-25T00:45:56.370Z | Compiling libm v0.2.16 |
| 2429 | 2026-04-25T00:45:56.494Z | Compiling version_check v0.9.5 |
| 2430 | 2026-04-25T00:45:56.778Z | Compiling itoa v1.0.18 |
| 2431 | 2026-04-25T00:45:56.780Z | Compiling icu_properties_data v2.1.2 |
| 2432 | 2026-04-25T00:45:57.097Z | Compiling icu_normalizer_data v2.1.1 |
| 2433 | 2026-04-25T00:45:57.210Z | Compiling stable_deref_trait v1.2.1 |
| 2434 | 2026-04-25T00:45:57.340Z | Compiling serde_json v1.0.149 |
| 2435 | 2026-04-25T00:45:57.381Z | Compiling syn v2.0.117 |
| 2436 | 2026-04-25T00:45:57.402Z | Compiling thiserror v2.0.18 |
| 2437 | 2026-04-25T00:45:57.462Z | Compiling writeable v0.6.2 |
| 2438 | 2026-04-25T00:45:57.602Z | Compiling litemap v0.8.1 |
| 2439 | 2026-04-25T00:45:57.720Z | Compiling num-traits v0.2.19 |
| 2440 | 2026-04-25T00:45:57.793Z | Compiling percent-encoding v2.3.2 |
| 2441 | 2026-04-25T00:45:58.044Z | Compiling form_urlencoded v1.2.2 |
| 2442 | 2026-04-25T00:45:58.058Z | Compiling rand_core v0.10.0 |
| 2443 | 2026-04-25T00:45:58.069Z | Compiling utf8_iter v1.0.4 |
| 2444 | 2026-04-25T00:45:58.151Z | Compiling parking_lot_core v0.9.12 |
| 2445 | 2026-04-25T00:45:58.235Z | Compiling getrandom v0.4.2 |
| 2446 | 2026-04-25T00:45:58.320Z | Compiling jobserver v0.1.34 |
| 2447 | 2026-04-25T00:45:58.334Z | Compiling find-msvc-tools v0.1.9 |
| 2448 | 2026-04-25T00:45:58.429Z | Compiling shlex v1.3.0 |
| 2449 | 2026-04-25T00:45:58.445Z | Compiling heck v0.5.0 |
| 2450 | 2026-04-25T00:45:58.576Z | Compiling cc v1.2.58 |
| 2451 | 2026-04-25T00:45:58.625Z | Compiling iana-time-zone v0.1.65 |
| 2452 | 2026-04-25T00:45:58.655Z | Compiling zerocopy v0.8.48 |
| 2453 | 2026-04-25T00:45:58.757Z | Compiling errno v0.3.14 |
| 2454 | 2026-04-25T00:45:59.054Z | Compiling uuid v1.23.0 |
| 2455 | 2026-04-25T00:45:59.244Z | Compiling semver v1.0.28 |
| 2456 | 2026-04-25T00:45:59.552Z | Compiling schemars v0.8.22 |
| 2457 | 2026-04-25T00:45:59.646Z | Compiling dyn-clone v1.0.20 |
| 2458 | 2026-04-25T00:45:59.690Z | Compiling getrandom v0.2.17 |
| 2459 | 2026-04-25T00:45:59.804Z | Compiling pin-project-lite v0.2.17 |
| 2460 | 2026-04-25T00:45:59.835Z | Compiling rustversion v1.0.22 |
| 2461 | 2026-04-25T00:45:59.915Z | Compiling socket2 v0.6.3 |
| 2462 | 2026-04-25T00:45:59.928Z | Compiling scopeguard v1.2.0 |
| 2463 | 2026-04-25T00:45:59.931Z | Compiling portable-atomic v1.13.1 |
| 2464 | 2026-04-25T00:46:00.054Z | Compiling lock_api v0.4.14 |
| 2465 | 2026-04-25T00:46:00.101Z | Compiling bitflags v2.11.0 |
| 2466 | 2026-04-25T00:46:00.200Z | Compiling synstructure v0.13.2 |
| 2467 | 2026-04-25T00:46:00.217Z | Compiling serde_derive_internals v0.29.1 |
| 2468 | 2026-04-25T00:46:00.723Z | Compiling log v0.4.29 |
| 2469 | 2026-04-25T00:46:00.738Z | Compiling critical-section v1.2.0 |
| 2470 | 2026-04-25T00:46:00.738Z | Compiling signal-hook-registry v1.4.8 |
| 2471 | 2026-04-25T00:46:00.857Z | Compiling mio v1.2.0 |
| 2472 | 2026-04-25T00:46:00.953Z | Compiling once_cell v1.21.4 |
| 2473 | 2026-04-25T00:46:00.986Z | Compiling subtle v2.6.1 |
| 2474 | 2026-04-25T00:46:01.023Z | Compiling typenum v1.19.0 |
| 2475 | 2026-04-25T00:46:01.053Z | Compiling foldhash v0.2.0 |
| 2476 | 2026-04-25T00:46:01.167Z | Compiling equivalent v1.0.2 |
| 2477 | 2026-04-25T00:46:01.200Z | Compiling allocator-api2 v0.2.21 |
| 2478 | 2026-04-25T00:46:01.262Z | Compiling futures-core v0.3.32 |
| 2479 | 2026-04-25T00:46:01.275Z | Compiling httparse v1.10.1 |
| 2480 | 2026-04-25T00:46:01.417Z | Compiling ring v0.17.14 |
| 2481 | 2026-04-25T00:46:01.431Z | Compiling serde_derive v1.0.228 |
| 2482 | 2026-04-25T00:46:01.444Z | Compiling zerofrom-derive v0.1.6 |
| 2483 | 2026-04-25T00:46:01.548Z | Compiling yoke-derive v0.8.1 |
| 2484 | 2026-04-25T00:46:01.586Z | Compiling zerovec-derive v0.11.2 |
| 2485 | 2026-04-25T00:46:01.629Z | Compiling displaydoc v0.2.5 |
| 2486 | 2026-04-25T00:46:01.669Z | Compiling schemars_derive v0.8.22 |
| 2487 | 2026-04-25T00:46:01.719Z | Compiling thiserror-impl v2.0.18 |
| 2488 | 2026-04-25T00:46:01.969Z | Compiling tokio-macros v2.7.0 |
| 2489 | 2026-04-25T00:46:02.429Z | Compiling zerocopy-derive v0.8.48 |
| 2490 | 2026-04-25T00:46:02.623Z | Compiling zeroize_derive v1.4.3 |
| 2491 | 2026-04-25T00:46:02.652Z | Compiling zerofrom v0.1.6 |
| 2492 | 2026-04-25T00:46:02.734Z | Compiling futures-macro v0.3.32 |
| 2493 | 2026-04-25T00:46:02.747Z | Compiling hashbrown v0.16.1 |
| 2494 | 2026-04-25T00:46:02.789Z | Compiling yoke v0.8.1 |
| 2495 | 2026-04-25T00:46:03.005Z | Compiling zerovec v0.11.5 |
| 2496 | 2026-04-25T00:46:03.017Z | Compiling zerotrie v0.2.3 |
| 2497 | 2026-04-25T00:46:03.309Z | Compiling zeroize v1.8.2 |
| 2498 | 2026-04-25T00:46:03.488Z | Compiling cmake v0.1.58 |
| 2499 | 2026-04-25T00:46:03.571Z | Compiling tinystr v0.8.2 |
| 2500 | 2026-04-25T00:46:03.585Z | Compiling potential_utf v0.1.4 |
| 2501 | 2026-04-25T00:46:03.599Z | Compiling dunce v1.0.5 |
| 2502 | 2026-04-25T00:46:03.602Z | Compiling fs_extra v1.3.0 |
| 2503 | 2026-04-25T00:46:03.638Z | Compiling thiserror v1.0.69 |
| 2504 | 2026-04-25T00:46:03.699Z | Compiling rand_core v0.6.4 |
| 2505 | 2026-04-25T00:46:03.776Z | Compiling icu_locale_core v2.1.1 |
| 2506 | 2026-04-25T00:46:03.795Z | Compiling icu_collections v2.1.1 |
| 2507 | 2026-04-25T00:46:03.838Z | Compiling futures-sink v0.3.32 |
| 2508 | 2026-04-25T00:46:03.872Z | Compiling aws-lc-sys v0.39.1 |
| 2509 | 2026-04-25T00:46:03.955Z | Compiling thiserror-impl v1.0.69 |
| 2510 | 2026-04-25T00:46:03.957Z | Compiling slab v0.4.12 |
| 2511 | 2026-04-25T00:46:03.958Z | Compiling rustix v1.1.4 |
| 2512 | 2026-04-25T00:46:04.169Z | Compiling futures-channel v0.3.32 |
| 2513 | 2026-04-25T00:46:04.469Z | Compiling generic-array v0.14.7 |
| 2514 | 2026-04-25T00:46:04.530Z | Compiling icu_provider v2.1.1 |
| 2515 | 2026-04-25T00:46:04.711Z | Compiling smallvec v1.15.1 |
| 2516 | 2026-04-25T00:46:04.732Z | Compiling bytes v1.11.1 |
| 2517 | 2026-04-25T00:46:04.799Z | Compiling icu_properties v2.1.2 |
| 2518 | 2026-04-25T00:46:04.859Z | Compiling chrono v0.4.44 |
| 2519 | 2026-04-25T00:46:04.955Z | Compiling icu_normalizer v2.1.1 |
| 2520 | 2026-04-25T00:46:04.994Z | Compiling serde_tokenstream v0.2.3 |
| 2521 | 2026-04-25T00:46:05.560Z | Compiling parking_lot v0.12.5 |
| 2522 | 2026-04-25T00:46:05.661Z | Compiling futures-task v0.3.32 |
| 2523 | 2026-04-25T00:46:05.855Z | Compiling idna_adapter v1.2.1 |
| 2524 | 2026-04-25T00:46:05.874Z | Compiling tokio v1.52.0 |
| 2525 | 2026-04-25T00:46:06.024Z | Compiling idna v1.1.0 |
| 2526 | 2026-04-25T00:46:06.141Z | Compiling futures-io v0.3.32 |
| 2527 | 2026-04-25T00:46:06.268Z | Compiling futures-util v0.3.32 |
| 2528 | 2026-04-25T00:46:06.371Z | Compiling url v2.5.8 |
| 2529 | 2026-04-25T00:46:06.453Z | Compiling ucd-trie v0.1.7 |
| 2530 | 2026-04-25T00:46:06.696Z | Compiling regex-syntax v0.8.10 |
| 2531 | 2026-04-25T00:46:07.592Z | Compiling pest v2.8.6 |
| 2532 | 2026-04-25T00:46:08.101Z | Compiling indexmap v2.13.0 |
| 2533 | 2026-04-25T00:46:08.842Z | Compiling tracing-attributes v0.1.31 |
| 2534 | 2026-04-25T00:46:08.878Z | Compiling tracing-core v0.1.36 |
| 2535 | 2026-04-25T00:46:08.990Z | Compiling getrandom v0.3.4 |
| 2536 | 2026-04-25T00:46:09.055Z | Compiling pest_meta v2.8.6 |
| 2537 | 2026-04-25T00:46:09.336Z | Compiling aho-corasick v1.1.4 |
| 2538 | 2026-04-25T00:46:09.414Z | Compiling byteorder v1.5.0 |
| 2539 | 2026-04-25T00:46:09.940Z | Compiling pest_generator v2.8.6 |
| 2540 | 2026-04-25T00:46:09.968Z | Compiling http v1.4.0 |
| 2541 | 2026-04-25T00:46:10.094Z | Compiling tracing v0.1.44 |
| 2542 | 2026-04-25T00:46:10.323Z | Compiling regex-automata v0.4.14 |
| 2543 | 2026-04-25T00:46:10.464Z | Compiling base64 v0.22.1 |
| 2544 | 2026-04-25T00:46:10.578Z | Compiling pest_derive v2.8.6 |
| 2545 | 2026-04-25T00:46:10.858Z | Compiling fnv v1.0.7 |
| 2546 | 2026-04-25T00:46:10.965Z | Compiling ipnetwork v0.21.1 |
| 2547 | 2026-04-25T00:46:10.979Z | Compiling crypto-common v0.1.7 |
| 2548 | 2026-04-25T00:46:11.119Z | Compiling rustls-pki-types v1.14.0 |
| 2549 | 2026-04-25T00:46:11.759Z | Compiling slog v2.8.2 |
| 2550 | 2026-04-25T00:46:11.968Z | Compiling anyhow v1.0.102 |
| 2551 | 2026-04-25T00:46:12.320Z | Compiling regex v1.12.3 |
| 2552 | 2026-04-25T00:46:12.427Z | Compiling erased-serde v0.3.31 |
| 2553 | 2026-04-25T00:46:12.597Z | Compiling strsim v0.11.1 |
| 2554 | 2026-04-25T00:46:12.925Z | Compiling untrusted v0.9.0 |
| 2555 | 2026-04-25T00:46:13.061Z | Compiling paste v1.0.15 |
| 2556 | 2026-04-25T00:46:13.064Z | Compiling ident_case v1.0.1 |
| 2557 | 2026-04-25T00:46:13.260Z | Compiling ipnet v2.12.0 |
| 2558 | 2026-04-25T00:46:13.320Z | Compiling time-core v0.1.8 |
| 2559 | 2026-04-25T00:46:13.414Z | Compiling num-conv v0.2.1 |
| 2560 | 2026-04-25T00:46:13.571Z | Compiling time-macros v0.2.27 |
| 2561 | 2026-04-25T00:46:14.450Z | Compiling tokio-util v0.7.18 |
| 2562 | 2026-04-25T00:46:14.518Z | Compiling syn v1.0.109 |
| 2563 | 2026-04-25T00:46:14.843Z | Compiling omicron-workspace-hack v0.1.0 |
| 2564 | 2026-04-25T00:46:14.926Z | Compiling http-body v1.0.1 |
| 2565 | 2026-04-25T00:46:15.071Z | Compiling block-buffer v0.10.4 |
| 2566 | 2026-04-25T00:46:15.106Z | Compiling ppv-lite86 v0.2.21 |
| 2567 | 2026-04-25T00:46:15.257Z | Compiling scroll_derive v0.13.1 |
| 2568 | 2026-04-25T00:46:15.422Z | Compiling atomic-waker v1.1.2 |
| 2569 | 2026-04-25T00:46:15.469Z | Compiling camino v1.2.2 |
| 2570 | 2026-04-25T00:46:15.630Z | Compiling digest v0.10.7 |
| 2571 | 2026-04-25T00:46:15.889Z | Compiling oxnet v0.1.4 |
| 2572 | 2026-04-25T00:46:16.160Z | Compiling async-trait v0.1.89 |
| 2573 | 2026-04-25T00:46:16.366Z | Compiling ryu v1.0.23 |
| 2574 | 2026-04-25T00:46:16.686Z | Compiling tower-service v0.3.3 |
| 2575 | 2026-04-25T00:46:16.704Z | Compiling pretty-hex v0.4.2 |
| 2576 | 2026-04-25T00:46:16.799Z | Compiling try-lock v0.2.5 |
| 2577 | 2026-04-25T00:46:16.855Z | Compiling tower-layer v0.3.3 |
| 2578 | 2026-04-25T00:46:16.952Z | Compiling want v0.3.1 |
| 2579 | 2026-04-25T00:46:17.149Z | Compiling h2 v0.4.13 |
| 2580 | 2026-04-25T00:46:17.429Z | Compiling httpdate v1.0.3 |
| 2581 | 2026-04-25T00:46:17.826Z | Compiling crossbeam-utils v0.8.21 |
| 2582 | 2026-04-25T00:46:18.599Z | Compiling aws-lc-rs v1.16.2 |
| 2583 | 2026-04-25T00:46:18.982Z | Compiling daft-derive v0.1.5 |
| 2584 | 2026-04-25T00:46:19.229Z | Compiling usdt-impl v0.6.0 |
| 2585 | 2026-04-25T00:46:19.493Z | Compiling slog-async v2.8.0 |
| 2586 | 2026-04-25T00:46:19.615Z | Compiling hyper v1.9.0 |
| 2587 | 2026-04-25T00:46:19.796Z | Compiling serde_urlencoded v0.7.1 |
| 2588 | 2026-04-25T00:46:19.953Z | Compiling scroll v0.13.0 |
| 2589 | 2026-04-25T00:46:20.081Z | Compiling http-body-util v0.1.3 |
| 2590 | 2026-04-25T00:46:20.384Z | Compiling untrusted v0.7.1 |
| 2591 | 2026-04-25T00:46:20.464Z | Compiling plain v0.2.3 |
| 2592 | 2026-04-25T00:46:20.588Z | Compiling goblin v0.10.5 |
| 2593 | 2026-04-25T00:46:21.200Z | Compiling hyper-util v0.1.20 |
| 2594 | 2026-04-25T00:46:23.424Z | Compiling cpufeatures v0.2.17 |
| 2595 | 2026-04-25T00:46:23.514Z | Compiling rustls v0.23.37 |
| 2596 | 2026-04-25T00:46:23.765Z | Compiling dtrace-parser v0.3.0 |
| 2597 | 2026-04-25T00:46:23.809Z | Compiling dof v0.4.0 |
| 2598 | 2026-04-25T00:46:24.367Z | Compiling thread-id v5.1.0 |
| 2599 | 2026-04-25T00:46:25.034Z | Compiling rand_core v0.9.5 |
| 2600 | 2026-04-25T00:46:25.193Z | Compiling openapiv3 v2.2.0 |
| 2601 | 2026-04-25T00:46:25.331Z | Compiling ref-cast v1.0.25 |
| 2602 | 2026-04-25T00:46:25.524Z | Compiling powerfmt v0.2.0 |
| 2603 | 2026-04-25T00:46:25.663Z | Compiling rustls v0.22.4 |
| 2604 | 2026-04-25T00:46:25.798Z | Compiling deranged v0.5.8 |
| 2605 | 2026-04-25T00:46:25.895Z | Compiling sync_wrapper v1.0.2 |
| 2606 | 2026-04-25T00:46:26.453Z | Compiling num_threads v0.1.7 |
| 2607 | 2026-04-25T00:46:26.560Z | Compiling tower v0.5.3 |
| 2608 | 2026-04-25T00:46:26.889Z | Compiling time v0.3.47 |
| 2609 | 2026-04-25T00:46:27.204Z | Compiling usdt-macro v0.6.0 |
| 2610 | 2026-04-25T00:46:27.377Z | Compiling usdt-attr-macro v0.6.0 |
| 2611 | 2026-04-25T00:46:27.609Z | Compiling rand_chacha v0.9.0 |
| 2612 | 2026-04-25T00:46:28.149Z | Compiling webpki-roots v1.0.6 |
| 2613 | 2026-04-25T00:46:28.182Z | Compiling regress v0.10.5 |
| 2614 | 2026-04-25T00:46:28.229Z | Compiling ref-cast-impl v1.0.25 |
| 2615 | 2026-04-25T00:46:28.270Z | Compiling multer v3.1.0 |
| 2616 | 2026-04-25T00:46:28.440Z | Compiling iri-string v0.7.12 |
| 2617 | 2026-04-25T00:46:28.517Z | Compiling hex v0.4.3 |
| 2618 | 2026-04-25T00:46:28.897Z | Compiling rand v0.9.2 |
| 2619 | 2026-04-25T00:46:29.437Z | Compiling crossbeam-channel v0.5.15 |
| 2620 | 2026-04-25T00:46:29.804Z | Compiling structmeta-derive v0.3.0 |
| 2621 | 2026-04-25T00:46:30.132Z | Compiling tower-http v0.6.8 |
| 2622 | 2026-04-25T00:46:30.180Z | Compiling winnow v1.0.1 |
| 2623 | 2026-04-25T00:46:30.884Z | Compiling structmeta v0.3.0 |
| 2624 | 2026-04-25T00:46:31.106Z | Compiling darling_core v0.23.0 |
| 2625 | 2026-04-25T00:46:31.120Z | Compiling futures-executor v0.3.32 |
| 2626 | 2026-04-25T00:46:31.172Z | Compiling newtype-uuid-macros v0.1.0 |
| 2627 | 2026-04-25T00:46:31.593Z | Compiling async-stream-impl v0.3.6 |
| 2628 | 2026-04-25T00:46:31.674Z | Compiling thread_local v1.1.9 |
| 2629 | 2026-04-25T00:46:32.042Z | Compiling fastrand v2.3.0 |
| 2630 | 2026-04-25T00:46:32.116Z | Compiling futures v0.3.32 |
| 2631 | 2026-04-25T00:46:32.262Z | Compiling newtype-uuid v1.3.2 |
| 2632 | 2026-04-25T00:46:32.276Z | Compiling strum_macros v0.26.4 |
| 2633 | 2026-04-25T00:46:32.392Z | Compiling is-terminal v0.4.17 |
| 2634 | 2026-04-25T00:46:32.729Z | Compiling term v1.2.1 |
| 2635 | 2026-04-25T00:46:32.833Z | Compiling take_mut v0.2.2 |
| 2636 | 2026-04-25T00:46:33.198Z | Compiling slog-term v2.9.2 |
| 2637 | 2026-04-25T00:46:33.317Z | Compiling darling_macro v0.23.0 |
| 2638 | 2026-04-25T00:46:33.902Z | Compiling darling v0.23.0 |
| 2639 | 2026-04-25T00:46:33.942Z | Compiling daft v0.1.5 |
| 2640 | 2026-04-25T00:46:34.201Z | Compiling dropshot v0.16.7 |
| 2641 | 2026-04-25T00:46:34.239Z | Compiling serde_with_macros v3.18.0 |
| 2642 | 2026-04-25T00:46:34.242Z | Compiling tempfile v3.27.0 |
| 2643 | 2026-04-25T00:46:34.339Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2644 | 2026-04-25T00:46:34.439Z | Compiling either v1.15.0 |
| 2645 | 2026-04-25T00:46:34.515Z | Compiling derive-ex v0.1.8 |
| 2646 | 2026-04-25T00:46:34.659Z | Compiling sha1 v0.10.6 |
| 2647 | 2026-04-25T00:46:34.827Z | Compiling rand_chacha v0.3.1 |
| 2648 | 2026-04-25T00:46:35.085Z | Compiling dropshot_endpoint v0.16.7 |
| 2649 | 2026-04-25T00:46:35.104Z | Compiling strum_macros v0.27.2 |
| 2650 | 2026-04-25T00:46:35.473Z | Compiling match_cfg v0.1.0 |
| 2651 | 2026-04-25T00:46:35.554Z | Compiling hostname v0.3.1 |
| 2652 | 2026-04-25T00:46:35.631Z | Compiling rand v0.8.5 |
| 2653 | 2026-04-25T00:46:35.719Z | Compiling toml_parser v1.1.0+spec-1.1.0 |
| 2654 | 2026-04-25T00:46:36.122Z | Compiling test-strategy v0.4.5 |
| 2655 | 2026-04-25T00:46:36.400Z | Compiling slog-json v2.6.1 |
| 2656 | 2026-04-25T00:46:36.722Z | Compiling macaddr v1.0.1 |
| 2657 | 2026-04-25T00:46:36.755Z | Compiling serde_spanned v1.1.0 |
| 2658 | 2026-04-25T00:46:36.930Z | Compiling memmap2 v0.9.10 |
| 2659 | 2026-04-25T00:46:36.967Z | Compiling toml_writer v1.1.0+spec-1.1.0 |
| 2660 | 2026-04-25T00:46:37.234Z | Compiling slog-bunyan v2.5.0 |
| 2661 | 2026-04-25T00:46:37.274Z | Compiling rustls-webpki v0.102.8 |
| 2662 | 2026-04-25T00:46:37.305Z | Compiling openssl-probe v0.2.1 |
| 2663 | 2026-04-25T00:46:37.384Z | Compiling debug-ignore v1.0.5 |
| 2664 | 2026-04-25T00:46:37.417Z | Compiling winnow v0.7.15 |
| 2665 | 2026-04-25T00:46:37.504Z | Compiling rustls-native-certs v0.8.3 |
| 2666 | 2026-04-25T00:46:37.636Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2667 | 2026-04-25T00:46:39.102Z | Compiling usdt v0.6.0 |
| 2668 | 2026-04-25T00:46:39.772Z | Compiling encoding_rs v0.8.35 |
| 2669 | 2026-04-25T00:46:40.010Z | Compiling spin v0.9.8 |
| 2670 | 2026-04-25T00:46:40.155Z | Compiling mime v0.3.17 |
| 2671 | 2026-04-25T00:46:40.393Z | Compiling tokio-rustls v0.25.0 |
| 2672 | 2026-04-25T00:46:40.658Z | Compiling async-stream v0.3.6 |
| 2673 | 2026-04-25T00:46:40.862Z | Compiling parse-display-derive v0.10.0 |
| 2674 | 2026-04-25T00:46:41.757Z | Compiling waitgroup v0.1.2 |
| 2675 | 2026-04-25T00:46:41.929Z | Compiling rustls-pemfile v2.2.0 |
| 2676 | 2026-04-25T00:46:42.472Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2677 | 2026-04-25T00:46:42.855Z | Compiling serde_path_to_error v0.1.20 |
| 2678 | 2026-04-25T00:46:42.906Z | Compiling hostname v0.4.2 |
| 2679 | 2026-04-25T00:46:43.087Z | Compiling unicode-width v0.2.2 |
| 2680 | 2026-04-25T00:46:43.339Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2681 | 2026-04-25T00:46:43.418Z | Compiling strum v0.26.3 |
| 2682 | 2026-04-25T00:46:43.569Z | Compiling wait-timeout v0.2.1 |
| 2683 | 2026-04-25T00:46:43.981Z | Compiling bit-vec v0.8.0 |
| 2684 | 2026-04-25T00:46:44.038Z | Compiling quick-error v1.2.3 |
| 2685 | 2026-04-25T00:46:44.160Z | Compiling rusty-fork v0.3.1 |
| 2686 | 2026-04-25T00:46:44.283Z | Compiling bit-set v0.8.0 |
| 2687 | 2026-04-25T00:46:44.734Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2688 | 2026-04-25T00:46:44.837Z | Compiling serde_with v3.18.0 |
| 2689 | 2026-04-25T00:46:45.070Z | Compiling rand_xorshift v0.4.0 |
| 2690 | 2026-04-25T00:46:45.231Z | Compiling unarray v0.1.4 |
| 2691 | 2026-04-25T00:46:45.366Z | Compiling proptest v1.11.0 |
| 2692 | 2026-04-25T00:46:45.759Z | Compiling strum v0.27.2 |
| 2693 | 2026-04-25T00:46:45.910Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2694 | 2026-04-25T00:46:45.999Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2695 | 2026-04-25T00:46:46.070Z | Compiling instant v0.1.13 |
| 2696 | 2026-04-25T00:46:47.311Z | Compiling rustc-hash v2.1.2 |
| 2697 | 2026-04-25T00:46:47.599Z | Compiling iddqd v0.3.17 |
| 2698 | 2026-04-25T00:46:47.672Z | Compiling itertools v0.14.0 |
| 2699 | 2026-04-25T00:46:47.941Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2700 | 2026-04-25T00:46:49.616Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2701 | 2026-04-25T00:46:50.048Z | Compiling backon v1.6.0 |
| 2702 | 2026-04-25T00:46:50.789Z | Compiling backoff v0.4.0 |
| 2703 | 2026-04-25T00:46:51.013Z | Compiling parse-display v0.10.0 |
| 2704 | 2026-04-25T00:46:51.033Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1) |
| 2705 | 2026-04-25T00:46:51.218Z | Compiling clap_derive v4.6.0 |
| 2706 | 2026-04-25T00:46:51.806Z | Compiling utf8parse v0.2.2 |
| 2707 | 2026-04-25T00:46:52.253Z | Compiling anstyle-parse v1.0.0 |
| 2708 | 2026-04-25T00:46:52.539Z | Compiling terminal_size v0.4.4 |
| 2709 | 2026-04-25T00:46:52.940Z | Compiling is_terminal_polyfill v1.70.2 |
| 2710 | 2026-04-25T00:46:53.047Z | Compiling anstyle-query v1.1.5 |
| 2711 | 2026-04-25T00:46:53.124Z | Compiling colorchoice v1.0.5 |
| 2712 | 2026-04-25T00:46:53.163Z | Compiling anstyle v1.0.14 |
| 2713 | 2026-04-25T00:46:53.439Z | Compiling anstream v1.0.0 |
| 2714 | 2026-04-25T00:46:53.993Z | Compiling zerocopy-derive v0.7.35 |
| 2715 | 2026-04-25T00:46:54.170Z | Compiling clap_lex v1.1.0 |
| 2716 | 2026-04-25T00:46:54.838Z | Compiling crucible-workspace-hack v0.1.0 |
| 2717 | 2026-04-25T00:46:55.090Z | Compiling clap_builder v4.6.0 |
| 2718 | 2026-04-25T00:46:55.949Z | Compiling darling_core v0.21.3 |
| 2719 | 2026-04-25T00:46:56.772Z | Compiling unsafe-libyaml v0.2.11 |
| 2720 | 2026-04-25T00:46:57.127Z | Compiling clap v4.6.0 |
| 2721 | 2026-04-25T00:46:57.398Z | Compiling serde_yaml v0.9.34+deprecated |
| 2722 | 2026-04-25T00:46:58.107Z | Compiling darling_macro v0.21.3 |
| 2723 | 2026-04-25T00:46:58.189Z | Compiling toml_datetime v0.6.11 |
| 2724 | 2026-04-25T00:46:58.877Z | Compiling convert_case v0.4.0 |
| 2725 | 2026-04-25T00:46:59.176Z | Compiling derive_more v0.99.20 |
| 2726 | 2026-04-25T00:47:00.685Z | Compiling darling v0.21.3 |
| 2727 | 2026-04-25T00:47:01.387Z | Compiling proc-macro-error-attr v1.0.4 |
| 2728 | 2026-04-25T00:47:01.622Z | Compiling toml_datetime v1.1.0+spec-1.1.0 |
| 2729 | 2026-04-25T00:47:01.647Z | Compiling tinyvec_macros v0.1.1 |
| 2730 | 2026-04-25T00:47:01.722Z | Compiling heapless v0.8.0 |
| 2731 | 2026-04-25T00:47:01.858Z | Compiling prettyplease v0.2.37 |
| 2732 | 2026-04-25T00:47:01.885Z | Compiling toml_edit v0.25.8+spec-1.1.0 |
| 2733 | 2026-04-25T00:47:02.123Z | Compiling tinyvec v1.11.0 |
| 2734 | 2026-04-25T00:47:02.562Z | Compiling ingot-macros v0.1.1 |
| 2735 | 2026-04-25T00:47:02.687Z | Compiling zerocopy v0.7.35 |
| 2736 | 2026-04-25T00:47:02.833Z | Compiling typify-impl v0.6.1 |
| 2737 | 2026-04-25T00:47:03.502Z | Compiling hash32 v0.3.1 |
| 2738 | 2026-04-25T00:47:03.516Z | Compiling secrecy v0.10.3 |
| 2739 | 2026-04-25T00:47:03.679Z | Compiling scroll_derive v0.12.1 |
| 2740 | 2026-04-25T00:47:03.693Z | Compiling usdt-impl v0.5.0 |
| 2741 | 2026-04-25T00:47:03.890Z | Compiling proc-macro-error v1.0.4 |
| 2742 | 2026-04-25T00:47:03.956Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2743 | 2026-04-25T00:47:04.131Z | Compiling smoltcp v0.11.0 |
| 2744 | 2026-04-25T00:47:04.213Z | Compiling pkg-config v0.3.32 |
| 2745 | 2026-04-25T00:47:04.392Z | Compiling data-encoding v2.10.0 |
| 2746 | 2026-04-25T00:47:04.500Z | Compiling scroll v0.12.0 |
| 2747 | 2026-04-25T00:47:05.245Z | Compiling ingot-types v0.1.2 |
| 2748 | 2026-04-25T00:47:05.270Z | Compiling dof v0.3.0 |
| 2749 | 2026-04-25T00:47:05.299Z | Compiling proc-macro-crate v3.5.0 |
| 2750 | 2026-04-25T00:47:06.075Z | Compiling dtrace-parser v0.2.0 |
| 2751 | 2026-04-25T00:47:06.126Z | Compiling typify-macro v0.6.1 |
| 2752 | 2026-04-25T00:47:06.150Z | Compiling tabwriter v1.4.1 |
| 2753 | 2026-04-25T00:47:06.340Z | Compiling crossbeam-epoch v0.9.18 |
| 2754 | 2026-04-25T00:47:06.436Z | Compiling cobs v0.3.0 |
| 2755 | 2026-04-25T00:47:06.504Z | Compiling rustc_version v0.4.1 |
| 2756 | 2026-04-25T00:47:06.783Z | Compiling thread-id v4.2.2 |
| 2757 | 2026-04-25T00:47:06.863Z | Compiling rustix v0.38.44 |
| 2758 | 2026-04-25T00:47:06.877Z | Compiling static_assertions v1.1.0 |
| 2759 | 2026-04-25T00:47:06.998Z | Compiling bitflags v1.3.2 |
| 2760 | 2026-04-25T00:47:07.082Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 2761 | 2026-04-25T00:47:07.084Z | Compiling managed v0.8.0 |
| 2762 | 2026-04-25T00:47:07.358Z | Compiling curve25519-dalek v4.1.3 |
| 2763 | 2026-04-25T00:47:07.358Z | Compiling postcard v1.1.3 |
| 2764 | 2026-04-25T00:47:07.903Z | Compiling num_enum_derive v0.7.6 |
| 2765 | 2026-04-25T00:47:08.042Z | Compiling ingot v0.1.1 |
| 2766 | 2026-04-25T00:47:08.306Z | Compiling goblin v0.8.2 |
| 2767 | 2026-04-25T00:47:09.308Z | Compiling hubpack_derive v0.1.1 |
| 2768 | 2026-04-25T00:47:09.369Z | Compiling hmac v0.12.1 |
| 2769 | 2026-04-25T00:47:09.533Z | Compiling inout v0.1.4 |
| 2770 | 2026-04-25T00:47:09.848Z | Compiling serde_spanned v0.6.9 |
| 2771 | 2026-04-25T00:47:10.023Z | Compiling ff v0.13.1 |
| 2772 | 2026-04-25T00:47:10.084Z | Compiling foreign-types-macros v0.2.3 |
| 2773 | 2026-04-25T00:47:10.179Z | Compiling num-integer v0.1.46 |
| 2774 | 2026-04-25T00:47:10.860Z | Compiling toml_write v0.1.2 |
| 2775 | 2026-04-25T00:47:11.118Z | Compiling heck v0.4.1 |
| 2776 | 2026-04-25T00:47:11.177Z | Compiling colored v3.1.1 |
| 2777 | 2026-04-25T00:47:11.327Z | Compiling foreign-types-shared v0.3.1 |
| 2778 | 2026-04-25T00:47:11.340Z | Compiling cpufeatures v0.3.0 |
| 2779 | 2026-04-25T00:47:11.424Z | Compiling chacha20 v0.10.0 |
| 2780 | 2026-04-25T00:47:11.438Z | Compiling foreign-types v0.5.0 |
| 2781 | 2026-04-25T00:47:11.719Z | Compiling toml_edit v0.22.27 |
| 2782 | 2026-04-25T00:47:12.148Z | Compiling group v0.13.0 |
| 2783 | 2026-04-25T00:47:12.276Z | Compiling hubpack v0.1.2 |
| 2784 | 2026-04-25T00:47:12.511Z | Compiling cipher v0.4.4 |
| 2785 | 2026-04-25T00:47:12.534Z | Compiling hkdf v0.12.4 |
| 2786 | 2026-04-25T00:47:12.822Z | Compiling num_enum v0.7.6 |
| 2787 | 2026-04-25T00:47:13.856Z | Compiling reqwest v0.12.28 |
| 2788 | 2026-04-25T00:47:14.794Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2789 | 2026-04-25T00:47:14.959Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2790 | 2026-04-25T00:47:15.706Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2791 | 2026-04-25T00:47:15.903Z | Compiling universal-hash v0.5.1 |
| 2792 | 2026-04-25T00:47:16.056Z | Compiling crypto-bigint v0.5.5 |
| 2793 | 2026-04-25T00:47:16.202Z | Compiling half v2.7.1 |
| 2794 | 2026-04-25T00:47:16.325Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2795 | 2026-04-25T00:47:17.017Z | Compiling cstr-argument v0.1.2 |
| 2796 | 2026-04-25T00:47:17.194Z | Compiling bstr v1.12.1 |
| 2797 | 2026-04-25T00:47:17.290Z | Compiling memoffset v0.9.1 |
| 2798 | 2026-04-25T00:47:17.303Z | Compiling base64ct v1.8.3 |
| 2799 | 2026-04-25T00:47:17.482Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51) |
| 2800 | 2026-04-25T00:47:17.647Z | Compiling base16ct v0.2.0 |
| 2801 | 2026-04-25T00:47:17.660Z | Compiling opaque-debug v0.3.1 |
| 2802 | 2026-04-25T00:47:17.736Z | Compiling cfg_aliases v0.2.1 |
| 2803 | 2026-04-25T00:47:17.818Z | Compiling ciborium-io v0.2.2 |
| 2804 | 2026-04-25T00:47:17.837Z | Compiling nix v0.31.2 |
| 2805 | 2026-04-25T00:47:17.866Z | Compiling elliptic-curve v0.13.8 |
| 2806 | 2026-04-25T00:47:17.917Z | Compiling ciborium-ll v0.2.2 |
| 2807 | 2026-04-25T00:47:18.047Z | Compiling poly1305 v0.8.0 |
| 2808 | 2026-04-25T00:47:18.205Z | Compiling password-hash v0.5.0 |
| 2809 | 2026-04-25T00:47:18.664Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2810 | 2026-04-25T00:47:19.147Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2811 | 2026-04-25T00:47:19.280Z | Compiling thiserror-no-std v2.0.2 |
| 2812 | 2026-04-25T00:47:19.382Z | Compiling progenitor-client v0.10.0 |
| 2813 | 2026-04-25T00:47:19.888Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 2814 | 2026-04-25T00:47:20.122Z | Compiling toml v0.8.23 |
| 2815 | 2026-04-25T00:47:20.136Z | Compiling chacha20 v0.9.1 |
| 2816 | 2026-04-25T00:47:20.389Z | Compiling rand v0.10.1 |
| 2817 | 2026-04-25T00:47:20.761Z | Compiling num-rational v0.4.2 |
| 2818 | 2026-04-25T00:47:21.182Z | Compiling num-iter v0.1.45 |
| 2819 | 2026-04-25T00:47:21.320Z | Compiling usdt-macro v0.5.0 |
| 2820 | 2026-04-25T00:47:21.507Z | Compiling usdt-attr-macro v0.5.0 |
| 2821 | 2026-04-25T00:47:21.727Z | Compiling typify v0.6.1 |
| 2822 | 2026-04-25T00:47:22.005Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2823 | 2026-04-25T00:47:22.274Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b) |
| 2824 | 2026-04-25T00:47:22.705Z | Compiling byte-wrapper v0.1.0 |
| 2825 | 2026-04-25T00:47:22.719Z | Compiling blake2 v0.10.6 |
| 2826 | 2026-04-25T00:47:23.221Z | Compiling aead v0.5.2 |
| 2827 | 2026-04-25T00:47:23.343Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2828 | 2026-04-25T00:47:23.604Z | Compiling enum-as-inner v0.6.1 |
| 2829 | 2026-04-25T00:47:23.643Z | Compiling num-complex v0.4.6 |
| 2830 | 2026-04-25T00:47:23.850Z | Compiling memmap v0.7.0 |
| 2831 | 2026-04-25T00:47:24.089Z | Compiling rustls-webpki v0.103.10 |
| 2832 | 2026-04-25T00:47:24.104Z | Compiling winnow v0.5.40 |
| 2833 | 2026-04-25T00:47:24.177Z | Compiling keccak v0.1.6 |
| 2834 | 2026-04-25T00:47:24.215Z | Compiling indent_write v2.2.0 |
| 2835 | 2026-04-25T00:47:24.503Z | Compiling sha3 v0.10.8 |
| 2836 | 2026-04-25T00:47:24.964Z | Compiling num v0.4.3 |
| 2837 | 2026-04-25T00:47:25.004Z | Compiling usdt v0.5.0 |
| 2838 | 2026-04-25T00:47:25.049Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2839 | 2026-04-25T00:47:25.509Z | Compiling toml_edit v0.19.15 |
| 2840 | 2026-04-25T00:47:25.555Z | Compiling chacha20poly1305 v0.10.1 |
| 2841 | 2026-04-25T00:47:25.625Z | Compiling argon2 v0.5.3 |
| 2842 | 2026-04-25T00:47:25.712Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2843 | 2026-04-25T00:47:26.441Z | Compiling progenitor-impl v0.13.0 |
| 2844 | 2026-04-25T00:47:27.527Z | Compiling vsss-rs v3.3.4 |
| 2845 | 2026-04-25T00:47:28.546Z | Compiling tokio-rustls v0.26.4 |
| 2846 | 2026-04-25T00:47:28.892Z | Compiling hyper-rustls v0.27.7 |
| 2847 | 2026-04-25T00:47:29.005Z | Compiling rustls-platform-verifier v0.6.2 |
| 2848 | 2026-04-25T00:47:29.583Z | Compiling reqwest v0.13.2 |
| 2849 | 2026-04-25T00:47:29.786Z | Compiling ciborium v0.2.2 |
| 2850 | 2026-04-25T00:47:31.006Z | Compiling progenitor-client v0.13.0 |
| 2851 | 2026-04-25T00:47:31.335Z | Compiling progenitor-extras v0.1.1 |
| 2852 | 2026-04-25T00:47:31.591Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2853 | 2026-04-25T00:47:32.304Z | Compiling rayon-core v1.13.0 |
| 2854 | 2026-04-25T00:47:32.549Z | Compiling semver v0.1.20 |
| 2855 | 2026-04-25T00:47:32.818Z | Compiling vcpkg v0.2.15 |
| 2856 | 2026-04-25T00:47:32.821Z | Compiling bytecount v0.6.9 |
| 2857 | 2026-04-25T00:47:33.032Z | Compiling lazy_static v1.5.0 |
| 2858 | 2026-04-25T00:47:33.168Z | Compiling float-ord v0.3.2 |
| 2859 | 2026-04-25T00:47:33.383Z | Compiling openssl-sys v0.9.112 |
| 2860 | 2026-04-25T00:47:33.969Z | Compiling rustc_version v0.1.7 |
| 2861 | 2026-04-25T00:47:35.920Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2862 | 2026-04-25T00:47:38.062Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2863 | 2026-04-25T00:47:39.583Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2864 | 2026-04-25T00:47:44.319Z | Compiling progenitor-macro v0.13.0 |
| 2865 | 2026-04-25T00:47:44.387Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2866 | 2026-04-25T00:47:44.450Z | Compiling proc-macro-crate v1.3.1 |
| 2867 | 2026-04-25T00:47:44.504Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2868 | 2026-04-25T00:47:44.832Z | Compiling atomicwrites v0.4.4 |
| 2869 | 2026-04-25T00:47:45.126Z | Compiling crossbeam-deque v0.8.6 |
| 2870 | 2026-04-25T00:47:45.309Z | Compiling itertools v0.12.1 |
| 2871 | 2026-04-25T00:47:45.361Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2872 | 2026-04-25T00:47:45.783Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2873 | 2026-04-25T00:47:46.040Z | Compiling linked-hash-map v0.5.6 |
| 2874 | 2026-04-25T00:47:46.273Z | Compiling resolv-conf v0.7.6 |
| 2875 | 2026-04-25T00:47:46.408Z | Compiling swrite v0.1.0 |
| 2876 | 2026-04-25T00:47:46.821Z | Compiling lru-cache v0.1.2 |
| 2877 | 2026-04-25T00:47:46.956Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2878 | 2026-04-25T00:47:47.714Z | Compiling num_enum_derive v0.5.11 |
| 2879 | 2026-04-25T00:47:48.136Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2880 | 2026-04-25T00:47:48.596Z | Compiling progenitor v0.13.0 |
| 2881 | 2026-04-25T00:47:48.727Z | Compiling newtype_derive v0.1.6 |
| 2882 | 2026-04-25T00:47:48.764Z | Compiling hickory-proto v0.24.4 |
| 2883 | 2026-04-25T00:47:48.805Z | Compiling similar v2.7.0 |
| 2884 | 2026-04-25T00:47:48.994Z | Compiling serde-big-array v0.5.1 |
| 2885 | 2026-04-25T00:47:49.009Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2886 | 2026-04-25T00:47:49.101Z | Compiling pin-project-internal v1.1.11 |
| 2887 | 2026-04-25T00:47:49.164Z | Compiling serde_repr v0.1.20 |
| 2888 | 2026-04-25T00:47:49.539Z | Compiling derive-where v1.6.1 |
| 2889 | 2026-04-25T00:47:49.776Z | Compiling siphasher v1.0.2 |
| 2890 | 2026-04-25T00:47:50.008Z | Compiling owo-colors v4.3.0 |
| 2891 | 2026-04-25T00:47:50.218Z | Compiling unicode-segmentation v1.13.2 |
| 2892 | 2026-04-25T00:47:50.359Z | Compiling minimal-lexical v0.2.1 |
| 2893 | 2026-04-25T00:47:50.630Z | Compiling newline-converter v0.3.0 |
| 2894 | 2026-04-25T00:47:50.784Z | Compiling nom v7.1.3 |
| 2895 | 2026-04-25T00:47:50.875Z | Compiling pin-project v1.1.11 |
| 2896 | 2026-04-25T00:47:50.916Z | Compiling hickory-resolver v0.24.4 |
| 2897 | 2026-04-25T00:47:50.992Z | Compiling phf_shared v0.12.1 |
| 2898 | 2026-04-25T00:47:51.230Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2899 | 2026-04-25T00:47:52.344Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2900 | 2026-04-25T00:47:52.445Z | Compiling num_enum v0.5.11 |
| 2901 | 2026-04-25T00:47:52.587Z | Compiling rayon v1.11.0 |
| 2902 | 2026-04-25T00:47:53.549Z | Compiling zone_cfg_derive v0.3.1 |
| 2903 | 2026-04-25T00:47:54.249Z | Compiling unicode-normalization v0.1.25 |
| 2904 | 2026-04-25T00:47:54.829Z | Compiling console v0.15.11 |
| 2905 | 2026-04-25T00:47:54.856Z | Compiling camino-tempfile v1.4.1 |
| 2906 | 2026-04-25T00:47:55.030Z | Compiling tokio-stream v0.1.18 |
| 2907 | 2026-04-25T00:47:55.276Z | Compiling async-recursion v1.1.1 |
| 2908 | 2026-04-25T00:47:55.632Z | Compiling snafu-derive v0.8.9 |
| 2909 | 2026-04-25T00:47:56.015Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2910 | 2026-04-25T00:47:56.119Z | Compiling csv-core v0.1.13 |
| 2911 | 2026-04-25T00:47:56.330Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2912 | 2026-04-25T00:47:56.517Z | Compiling slog-dtrace v0.3.0 |
| 2913 | 2026-04-25T00:47:56.543Z | Compiling chrono-tz v0.10.4 |
| 2914 | 2026-04-25T00:47:56.767Z | Compiling foreign-types-shared v0.1.1 |
| 2915 | 2026-04-25T00:47:56.784Z | Compiling foldhash v0.1.5 |
| 2916 | 2026-04-25T00:47:56.876Z | Compiling unicode-width v0.1.14 |
| 2917 | 2026-04-25T00:47:57.054Z | Compiling cancel-safe-futures v0.1.5 |
| 2918 | 2026-04-25T00:47:57.228Z | Compiling openssl v0.10.76 |
| 2919 | 2026-04-25T00:47:57.329Z | Compiling same-file v1.0.6 |
| 2920 | 2026-04-25T00:47:57.433Z | Compiling unicode-xid v0.2.6 |
| 2921 | 2026-04-25T00:47:57.519Z | Compiling highway v1.3.0 |
| 2922 | 2026-04-25T00:47:57.553Z | Compiling walkdir v2.5.0 |
| 2923 | 2026-04-25T00:47:57.576Z | Compiling const_format_proc_macros v0.2.34 |
| 2924 | 2026-04-25T00:47:58.229Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2925 | 2026-04-25T00:47:58.284Z | Compiling snafu v0.8.9 |
| 2926 | 2026-04-25T00:47:58.409Z | Compiling hashbrown v0.15.5 |
| 2927 | 2026-04-25T00:47:58.812Z | Compiling foreign-types v0.3.2 |
| 2928 | 2026-04-25T00:47:58.944Z | Compiling csv v1.4.0 |
| 2929 | 2026-04-25T00:47:58.972Z | Compiling qorb v0.4.1 |
| 2930 | 2026-04-25T00:47:59.077Z | Compiling expectorate v1.2.0 |
| 2931 | 2026-04-25T00:47:59.305Z | Compiling olpc-cjson v0.1.4 |
| 2932 | 2026-04-25T00:47:59.538Z | Compiling zone v0.3.1 |
| 2933 | 2026-04-25T00:47:59.882Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2934 | 2026-04-25T00:47:59.926Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2935 | 2026-04-25T00:48:01.273Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2936 | 2026-04-25T00:48:01.931Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2937 | 2026-04-25T00:48:02.467Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2938 | 2026-04-25T00:48:03.466Z | Compiling phf v0.12.1 |
| 2939 | 2026-04-25T00:48:04.468Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2940 | 2026-04-25T00:48:04.661Z | Compiling tokio-dtrace v0.1.1 |
| 2941 | 2026-04-25T00:48:04.882Z | Compiling globset v0.4.18 |
| 2942 | 2026-04-25T00:48:04.991Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2943 | 2026-04-25T00:48:05.232Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2944 | 2026-04-25T00:48:05.613Z | Compiling num-derive v0.3.3 |
| 2945 | 2026-04-25T00:48:05.828Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2946 | 2026-04-25T00:48:06.176Z | Compiling smf v0.2.3 |
| 2947 | 2026-04-25T00:48:06.571Z | Compiling pem v3.0.6 |
| 2948 | 2026-04-25T00:48:07.014Z | Compiling libsw-core v0.3.2 |
| 2949 | 2026-04-25T00:48:07.178Z | Compiling serde_plain v1.0.2 |
| 2950 | 2026-04-25T00:48:07.217Z | Compiling num-derive v0.4.2 |
| 2951 | 2026-04-25T00:48:07.306Z | Compiling openssl-macros v0.1.1 |
| 2952 | 2026-04-25T00:48:07.326Z | Compiling sigpipe v0.1.3 |
| 2953 | 2026-04-25T00:48:07.341Z | Compiling cookie v0.18.1 |
| 2954 | 2026-04-25T00:48:07.433Z | Compiling unicode-linebreak v0.1.5 |
| 2955 | 2026-04-25T00:48:07.475Z | Compiling jiff v0.2.23 |
| 2956 | 2026-04-25T00:48:07.571Z | Compiling fixedbitset v0.4.2 |
| 2957 | 2026-04-25T00:48:07.589Z | Compiling glob v0.3.3 |
| 2958 | 2026-04-25T00:48:07.724Z | Compiling fixedbitset v0.5.7 |
| 2959 | 2026-04-25T00:48:07.796Z | Compiling typed-path v0.9.3 |
| 2960 | 2026-04-25T00:48:07.952Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2961 | 2026-04-25T00:48:08.237Z | Compiling smawk v0.3.2 |
| 2962 | 2026-04-25T00:48:08.247Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2963 | 2026-04-25T00:48:08.372Z | Compiling textwrap v0.16.2 |
| 2964 | 2026-04-25T00:48:08.564Z | Compiling petgraph v0.8.3 |
| 2965 | 2026-04-25T00:48:08.950Z | Compiling tough v0.20.0 |
| 2966 | 2026-04-25T00:48:10.205Z | Compiling petgraph v0.6.5 |
| 2967 | 2026-04-25T00:48:10.708Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2968 | 2026-04-25T00:48:11.119Z | Compiling libsw v3.5.0 |
| 2969 | 2026-04-25T00:48:11.326Z | Compiling libscf-sys v1.1.0 |
| 2970 | 2026-04-25T00:48:11.484Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2971 | 2026-04-25T00:48:12.076Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2972 | 2026-04-25T00:48:12.333Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2973 | 2026-04-25T00:48:12.650Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2974 | 2026-04-25T00:48:12.808Z | Compiling oxide-tokio-rt v0.1.3 |
| 2975 | 2026-04-25T00:48:13.461Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2976 | 2026-04-25T00:48:15.607Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2977 | 2026-04-25T00:48:16.215Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2978 | 2026-04-25T00:48:16.366Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2979 | 2026-04-25T00:48:17.960Z | Compiling const_format v0.2.35 |
| 2980 | 2026-04-25T00:48:18.227Z | Compiling papergrid v0.11.0 |
| 2981 | 2026-04-25T00:48:18.449Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2982 | 2026-04-25T00:48:18.590Z | Compiling gethostname v0.5.0 |
| 2983 | 2026-04-25T00:48:18.746Z | Compiling tabled_derive v0.7.0 |
| 2984 | 2026-04-25T00:48:19.537Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2985 | 2026-04-25T00:48:19.691Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2986 | 2026-04-25T00:48:19.758Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2987 | 2026-04-25T00:48:20.091Z | Compiling bcs v0.1.6 |
| 2988 | 2026-04-25T00:48:20.505Z | Compiling whoami v1.6.1 |
| 2989 | 2026-04-25T00:48:20.974Z | Compiling termtree v0.5.1 |
| 2990 | 2026-04-25T00:48:21.161Z | Compiling linear-map v1.2.0 |
| 2991 | 2026-04-25T00:48:21.403Z | Compiling tagptr v0.2.0 |
| 2992 | 2026-04-25T00:48:21.614Z | Compiling moka v0.12.15 |
| 2993 | 2026-04-25T00:48:21.797Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2994 | 2026-04-25T00:48:22.126Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2995 | 2026-04-25T00:48:22.323Z | Compiling tabled v0.15.0 |
| 2996 | 2026-04-25T00:48:22.925Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2997 | 2026-04-25T00:48:23.518Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2998 | 2026-04-25T00:48:23.741Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2999 | 2026-04-25T00:48:23.968Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 3000 | 2026-04-25T00:48:24.105Z | Compiling steno v0.4.1 |
| 3001 | 2026-04-25T00:48:26.225Z | Compiling hickory-proto v0.25.2 |
| 3002 | 2026-04-25T00:48:28.608Z | Compiling humantime v2.3.0 |
| 3003 | 2026-04-25T00:48:29.082Z | Compiling hickory-resolver v0.25.2 |
| 3004 | 2026-04-25T00:48:30.303Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 3005 | 2026-04-25T00:48:31.714Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 3006 | 2026-04-25T00:48:32.406Z | Compiling crc32fast v1.5.0 |
| 3007 | 2026-04-25T00:48:32.585Z | Compiling typify-impl v0.4.3 |
| 3008 | 2026-04-25T00:48:33.073Z | Compiling parking_lot_core v0.8.6 |
| 3009 | 2026-04-25T00:48:33.823Z | Compiling crunchy v0.2.4 |
| 3010 | 2026-04-25T00:48:34.152Z | Compiling parking_lot v0.11.2 |
| 3011 | 2026-04-25T00:48:34.258Z | Compiling fxhash v0.2.1 |
| 3012 | 2026-04-25T00:48:34.413Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3013 | 2026-04-25T00:48:34.578Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 3014 | 2026-04-25T00:48:34.685Z | Compiling tiny-keccak v2.0.2 |
| 3015 | 2026-04-25T00:48:34.821Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 3016 | 2026-04-25T00:48:34.970Z | Compiling sled v0.34.7 |
| 3017 | 2026-04-25T00:48:35.999Z | Compiling typify-macro v0.4.3 |
| 3018 | 2026-04-25T00:48:36.252Z | Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types) |
| 3019 | 2026-04-25T00:48:37.455Z | Compiling adler2 v2.0.1 |
| 3020 | 2026-04-25T00:48:37.588Z | Compiling typify v0.4.3 |
| 3021 | 2026-04-25T00:48:37.698Z | Compiling internet-checksum v0.2.1 |
| 3022 | 2026-04-25T00:48:37.724Z | Compiling simd-adler32 v0.3.9 |
| 3023 | 2026-04-25T00:48:37.767Z | Compiling const-random-macro v0.1.16 |
| 3024 | 2026-04-25T00:48:37.847Z | Compiling ahash v0.8.12 |
| 3025 | 2026-04-25T00:48:38.128Z | Compiling miniz_oxide v0.8.9 |
| 3026 | 2026-04-25T00:48:38.179Z | Compiling smartstring v1.0.1 |
| 3027 | 2026-04-25T00:48:38.593Z | Compiling flate2 v1.1.9 |
| 3028 | 2026-04-25T00:48:38.772Z | Compiling const-random v0.1.18 |
| 3029 | 2026-04-25T00:48:38.923Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3030 | 2026-04-25T00:48:39.166Z | Compiling compression-core v0.4.31 |
| 3031 | 2026-04-25T00:48:39.368Z | Compiling compression-codecs v0.4.37 |
| 3032 | 2026-04-25T00:48:39.387Z | Compiling proc-macro-error2 v2.0.1 |
| 3033 | 2026-04-25T00:48:39.733Z | Compiling thin-vec v0.2.14 |
| 3034 | 2026-04-25T00:48:39.821Z | Compiling rhai_codegen v3.1.0 |
| 3035 | 2026-04-25T00:48:40.033Z | Compiling arc-swap v1.9.0 |
| 3036 | 2026-04-25T00:48:40.392Z | Compiling dropshot v0.17.0 |
| 3037 | 2026-04-25T00:48:40.535Z | Compiling toml v1.1.0+spec-1.1.0 |
| 3038 | 2026-04-25T00:48:40.715Z | Compiling slog-scope v4.4.1 |
| 3039 | 2026-04-25T00:48:41.141Z | Compiling tabled_derive v0.11.0 |
| 3040 | 2026-04-25T00:48:41.171Z | Compiling rhai v1.24.0 |
| 3041 | 2026-04-25T00:48:41.889Z | Compiling async-compression v0.4.41 |
| 3042 | 2026-04-25T00:48:42.285Z | Compiling progenitor-impl v0.11.2 |
| 3043 | 2026-04-25T00:48:42.386Z | Compiling papergrid v0.17.0 |
| 3044 | 2026-04-25T00:48:44.374Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375) |
| 3045 | 2026-04-25T00:48:44.675Z | Compiling testing_table v0.3.0 |
| 3046 | 2026-04-25T00:48:45.097Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 3047 | 2026-04-25T00:48:45.778Z | Compiling dropshot_endpoint v0.17.0 |
| 3048 | 2026-04-25T00:48:47.460Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 3049 | 2026-04-25T00:48:48.007Z | Compiling nom v8.0.0 |
| 3050 | 2026-04-25T00:48:48.794Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375) |
| 3051 | 2026-04-25T00:48:49.059Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 3052 | 2026-04-25T00:48:50.680Z | Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 3053 | 2026-04-25T00:48:52.133Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 3054 | 2026-04-25T00:48:53.061Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375) |
| 3055 | 2026-04-25T00:48:54.380Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 3056 | 2026-04-25T00:48:57.385Z | Compiling tabled v0.20.0 |
| 3057 | 2026-04-25T00:49:00.454Z | Compiling progenitor-macro v0.11.2 |
| 3058 | 2026-04-25T00:49:04.672Z | Compiling slog-stdlog v4.1.1 |
| 3059 | 2026-04-25T00:49:05.133Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3060 | 2026-04-25T00:49:05.684Z | Compiling progenitor-client v0.11.2 |
| 3061 | 2026-04-25T00:49:05.814Z | Compiling dropshot-api-manager-types v0.7.0 |
| 3062 | 2026-04-25T00:49:06.209Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 3063 | 2026-04-25T00:49:06.530Z | Compiling slog-envlogger v2.2.0 |
| 3064 | 2026-04-25T00:49:07.583Z | Compiling progenitor v0.11.2 |
| 3065 | 2026-04-25T00:49:09.791Z | Compiling ddm-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-types/versions) |
| 3066 | 2026-04-25T00:49:09.942Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b60decb70fe491ebdaa30c824619470b015556fc#b60decb7) |
| 3067 | 2026-04-25T00:49:10.205Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b60decb70fe491ebdaa30c824619470b015556fc#b60decb7) |
| 3068 | 2026-04-25T00:49:10.384Z | Compiling crc8 v0.1.1 |
| 3069 | 2026-04-25T00:49:10.513Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 3070 | 2026-04-25T00:49:10.528Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b60decb70fe491ebdaa30c824619470b015556fc#b60decb7) |
| 3071 | 2026-04-25T00:49:11.517Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 3072 | 2026-04-25T00:49:12.111Z | Compiling progenitor-impl v0.10.0 |
| 3073 | 2026-04-25T00:49:12.249Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 3074 | 2026-04-25T00:49:13.044Z | Compiling lzma-sys v0.1.20 |
| 3075 | 2026-04-25T00:49:13.502Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b60decb70fe491ebdaa30c824619470b015556fc#b60decb7) |
| 3076 | 2026-04-25T00:49:14.046Z | Compiling fs-err v3.3.0 |
| 3077 | 2026-04-25T00:49:14.217Z | Compiling typeid v1.0.3 |
| 3078 | 2026-04-25T00:49:14.310Z | Compiling utf-8 v0.7.6 |
| 3079 | 2026-04-25T00:49:14.533Z | Compiling tungstenite v0.21.0 |
| 3080 | 2026-04-25T00:49:14.710Z | Compiling progenitor-macro v0.10.0 |
| 3081 | 2026-04-25T00:49:15.698Z | Compiling mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions) |
| 3082 | 2026-04-25T00:49:18.946Z | Compiling cargo_toml v0.22.3 |
| 3083 | 2026-04-25T00:49:19.863Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3084 | 2026-04-25T00:49:20.709Z | Compiling sha2 v0.10.9 |
| 3085 | 2026-04-25T00:49:21.245Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3086 | 2026-04-25T00:49:21.458Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10) |
| 3087 | 2026-04-25T00:49:21.961Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3088 | 2026-04-25T00:49:22.108Z | Compiling progenitor v0.10.0 |
| 3089 | 2026-04-25T00:49:22.391Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b60decb70fe491ebdaa30c824619470b015556fc#b60decb7) |
| 3090 | 2026-04-25T00:49:22.403Z | Compiling tokio-tungstenite v0.21.0 |
| 3091 | 2026-04-25T00:49:22.928Z | Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 3092 | 2026-04-25T00:49:22.946Z | Compiling ddm-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-types) |
| 3093 | 2026-04-25T00:49:23.332Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 3094 | 2026-04-25T00:49:24.037Z | Compiling console v0.16.3 |
| 3095 | 2026-04-25T00:49:24.534Z | Compiling git-stub v1.0.0 |
| 3096 | 2026-04-25T00:49:25.015Z | Compiling is_ci v1.2.0 |
| 3097 | 2026-04-25T00:49:25.200Z | Compiling unit-prefix v0.5.2 |
| 3098 | 2026-04-25T00:49:25.334Z | Compiling base64 v0.21.7 |
| 3099 | 2026-04-25T00:49:25.375Z | Compiling indicatif v0.18.4 |
| 3100 | 2026-04-25T00:49:25.844Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3101 | 2026-04-25T00:49:26.471Z | Compiling supports-color v3.0.2 |
| 3102 | 2026-04-25T00:49:26.729Z | Compiling git-stub-vcs v0.1.0 |
| 3103 | 2026-04-25T00:49:27.487Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 3104 | 2026-04-25T00:49:27.967Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b60decb70fe491ebdaa30c824619470b015556fc#b60decb7) |
| 3105 | 2026-04-25T00:49:28.088Z | Compiling ron v0.12.1 |
| 3106 | 2026-04-25T00:49:29.044Z | Compiling xz2 v0.1.7 |
| 3107 | 2026-04-25T00:49:29.059Z | Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 3108 | 2026-04-25T00:49:29.360Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
| 3109 | 2026-04-25T00:49:29.781Z | Compiling drift v0.1.3 |
| 3110 | 2026-04-25T00:49:31.342Z | Compiling base16ct v1.0.0 |
| 3111 | 2026-04-25T00:49:31.871Z | Compiling dropshot-api-manager v0.7.0 |
| 3112 | 2026-04-25T00:49:31.961Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
| 3113 | 2026-04-25T00:49:35.527Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10) |
| 3114 | 2026-04-25T00:49:35.731Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
| 3115 | 2026-04-25T00:49:36.722Z | Compiling mg-types v0.1.0 (/work/oxidecomputer/maghemite/mg-types) |
| 3116 | 2026-04-25T00:49:37.119Z | Compiling natord v1.0.9 |
| 3117 | 2026-04-25T00:49:37.421Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
| 3118 | 2026-04-25T00:49:37.516Z | Compiling xtask v0.1.0 (/work/oxidecomputer/maghemite/xtask) |
| 3119 | 2026-04-25T00:49:37.701Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
| 3120 | 2026-04-25T00:49:38.009Z | Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
| 3121 | 2026-04-25T00:49:40.083Z | Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
| 3122 | 2026-04-25T00:49:40.431Z | Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
| 3123 | 2026-04-25T00:49:45.490Z | Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util) |
| 3124 | 2026-04-25T00:49:48.721Z | Compiling falcon-lab v0.1.0 (/work/oxidecomputer/maghemite/falcon-lab) |
| 3125 | 2026-04-25T00:50:00.363Z | Compiling maghemite-dropshot-apis v0.1.0 (/work/oxidecomputer/maghemite/dropshot-apis) |
| 3126 | 2026-04-25T00:50:06.563Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
| 3127 | 2026-04-25T00:50:19.397Z | Finished `release` profile [optimized] target(s) in 4m 24s |
| 3128 | 2026-04-25T00:50:19.579Z | |
| 3129 | 2026-04-25T00:50:19.579Z | real 4:24.985759426 |
| 3130 | 2026-04-25T00:50:19.579Z | user 30:05.450036942 |
| 3131 | 2026-04-25T00:50:19.579Z | sys 2:41.961354737 |
| 3132 | 2026-04-25T00:50:19.579Z | trap 0.776891354 |
| 3133 | 2026-04-25T00:50:19.579Z | tflt 2.692195050 |
| 3134 | 2026-04-25T00:50:19.579Z | dflt 2.418103025 |
| 3135 | 2026-04-25T00:50:19.579Z | kflt 0.021047145 |
| 3136 | 2026-04-25T00:50:19.579Z | lock 2:05:42.930842212 |
| 3137 | 2026-04-25T00:50:19.579Z | slp 1:30:23.081476670 |
| 3138 | 2026-04-25T00:50:19.579Z | lat 2:07.286848288 |
| 3139 | 2026-04-25T00:50:19.582Z | stop 3:36.256099126 |
| 3140 | 2026-04-25T00:50:19.582Z | + for x in debug release |
| 3141 | 2026-04-25T00:50:19.582Z | + mkdir -p /work/debug |
| 3142 | 2026-04-25T00:50:19.590Z | + cp target/debug/ddmd /work/debug/ddmd |
| 3143 | 2026-04-25T00:50:20.177Z | + cp target/debug/ddmadm /work/debug/ddmadm |
| 3144 | 2026-04-25T00:50:20.940Z | + cp target/debug/mgd /work/debug/mgd |
| 3145 | 2026-04-25T00:50:21.623Z | + cp target/debug/mgadm /work/debug/mgadm |
| 3146 | 2026-04-25T00:50:22.087Z | + for x in debug release |
| 3147 | 2026-04-25T00:50:22.087Z | + mkdir -p /work/release |
| 3148 | 2026-04-25T00:50:22.090Z | + cp target/release/ddmd /work/release/ddmd |
| 3149 | 2026-04-25T00:50:22.178Z | + cp target/release/ddmadm /work/release/ddmadm |
| 3150 | 2026-04-25T00:50:22.250Z | + cp target/release/mgd /work/release/mgd |
| 3151 | 2026-04-25T00:50:22.371Z | + cp target/release/mgadm /work/release/mgadm |
| 3152 | 2026-04-25T00:50:22.462Z | + cp target/release/falcon-lab /work/release/falcon-lab |
| 3153 | 2026-04-25T00:50:22.571Z | process exited: duration 849420 ms, exit code 0 |
| |
| 3154 | 2026-04-25T00:50:22.587Z | found 9 output files |
| 3155 | 2026-04-25T00:50:22.587Z | uploading: /work/debug/ddmadm (517085712 bytes) |
| 3156 | 2026-04-25T00:50:29.541Z | uploaded: /work/debug/ddmadm |
| 3157 | 2026-04-25T00:50:29.541Z | uploading: /work/debug/ddmd (633140712 bytes) |
| 3158 | 2026-04-25T00:50:37.331Z | uploaded: /work/debug/ddmd |
| 3159 | 2026-04-25T00:50:37.331Z | uploading: /work/debug/mgadm (602029888 bytes) |
| 3160 | 2026-04-25T00:50:45.957Z | uploaded: /work/debug/mgadm |
| 3161 | 2026-04-25T00:50:45.957Z | uploading: /work/debug/mgd (715482640 bytes) |
| 3162 | 2026-04-25T00:50:55.428Z | uploaded: /work/debug/mgd |
| 3163 | 2026-04-25T00:50:55.428Z | uploading: /work/release/ddmadm (44936192 bytes) |
| 3164 | 2026-04-25T00:50:56.719Z | uploaded: /work/release/ddmadm |
| 3165 | 2026-04-25T00:50:56.719Z | uploading: /work/release/ddmd (51683704 bytes) |
| 3166 | 2026-04-25T00:50:58.050Z | uploaded: /work/release/ddmd |
| 3167 | 2026-04-25T00:50:58.050Z | uploading: /work/release/falcon-lab (63615000 bytes) |
| 3168 | 2026-04-25T00:50:59.453Z | uploaded: /work/release/falcon-lab |
| 3169 | 2026-04-25T00:50:59.453Z | uploading: /work/release/mgadm (56121200 bytes) |
| 3170 | 2026-04-25T00:51:00.832Z | uploaded: /work/release/mgadm |
| 3171 | 2026-04-25T00:51:00.833Z | uploading: /work/release/mgd (75062720 bytes) |
| 3172 | 2026-04-25T00:51:02.336Z | uploaded: /work/release/mgd |